Stop User Enumeration - Version 1.3.26

Version Description

  • Updated library
Download this release

Release Info

Developer fullworks
Plugin Icon 128x128 Stop User Enumeration
Version 1.3.26
Comparing to
See all releases

Code changes from version 1.3.25 to 1.3.26

Files changed (71) hide show
  1. admin/class-admin-settings.php +1 -1
  2. frontend/js/frontend.js +12 -9
  3. includes/vendor/freemius/wordpress-sdk/assets/css/admin/account.css +1 -1
  4. includes/vendor/freemius/wordpress-sdk/assets/css/admin/add-ons.css +2 -2
  5. includes/vendor/freemius/wordpress-sdk/assets/css/admin/common.css +2 -2
  6. includes/vendor/freemius/wordpress-sdk/assets/css/admin/connect.css +1 -1
  7. includes/vendor/freemius/wordpress-sdk/assets/css/admin/debug.css +1 -1
  8. includes/vendor/freemius/wordpress-sdk/assets/css/admin/dialog-boxes.css +1 -1
  9. includes/vendor/freemius/wordpress-sdk/assets/css/admin/plugins.css +1 -0
  10. includes/vendor/freemius/wordpress-sdk/assets/css/customizer.css +1 -1
  11. includes/vendor/freemius/wordpress-sdk/assets/scss/_colors.scss +0 -79
  12. includes/vendor/freemius/wordpress-sdk/assets/scss/_functions.scss +0 -0
  13. includes/vendor/freemius/wordpress-sdk/assets/scss/_load.scss +0 -4
  14. includes/vendor/freemius/wordpress-sdk/assets/scss/_mixins.scss +0 -270
  15. includes/vendor/freemius/wordpress-sdk/assets/scss/_start.scss +0 -4
  16. includes/vendor/freemius/wordpress-sdk/assets/scss/_vars.scss +0 -6
  17. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_ajax-loader.scss +0 -49
  18. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_auto-install.scss +0 -33
  19. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_buttons.scss +0 -28
  20. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_deactivation-feedback.scss +0 -55
  21. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_gdpr-consent.scss +0 -81
  22. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_license-activation.scss +0 -47
  23. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_license-key-resend.scss +0 -68
  24. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_modal-common.scss +0 -194
  25. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_multisite-options.scss +0 -40
  26. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_plugin-upgrade-notice.scss +0 -8
  27. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_subscription-cancellation.scss +0 -30
  28. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_themes.scss +0 -21
  29. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_tooltip.scss +0 -66
  30. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/account.scss +0 -302
  31. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/add-ons.scss +0 -449
  32. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/affiliation.scss +0 -97
  33. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/checkout.scss +0 -5
  34. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/common.scss +0 -220
  35. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/connect.scss +0 -548
  36. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/debug.scss +0 -135
  37. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/dialog-boxes.scss +0 -10
  38. includes/vendor/freemius/wordpress-sdk/assets/scss/admin/gdpr-optin-notice.scss +0 -17
  39. includes/vendor/freemius/wordpress-sdk/assets/scss/customizer.scss +0 -125
  40. includes/vendor/freemius/wordpress-sdk/includes/class-freemius.php +1349 -160
  41. includes/vendor/freemius/wordpress-sdk/includes/class-fs-api.php +1 -1
  42. includes/vendor/freemius/wordpress-sdk/includes/class-fs-plugin-updater.php +6 -0
  43. includes/vendor/freemius/wordpress-sdk/includes/class-fs-storage.php +12 -10
  44. includes/vendor/freemius/wordpress-sdk/includes/customizer/class-fs-customizer-support-section.php +2 -2
  45. includes/vendor/freemius/wordpress-sdk/includes/entities/class-fs-payment.php +2 -2
  46. includes/vendor/freemius/wordpress-sdk/includes/entities/class-fs-plugin-license.php +7 -0
  47. includes/vendor/freemius/wordpress-sdk/includes/entities/class-fs-site.php +4 -1
  48. includes/vendor/freemius/wordpress-sdk/includes/fs-essential-functions.php +42 -21
  49. includes/vendor/freemius/wordpress-sdk/includes/fs-plugin-info-dialog.php +20 -13
  50. includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-admin-menu-manager.php +6 -1
  51. includes/vendor/freemius/wordpress-sdk/includes/sdk/FreemiusBase.php +1 -1
  52. includes/vendor/freemius/wordpress-sdk/includes/sdk/FreemiusWordPress.php +15 -11
  53. includes/vendor/freemius/wordpress-sdk/includes/supplements/fs-essential-functions-1.1.7.1.php +1 -1
  54. includes/vendor/freemius/wordpress-sdk/languages/freemius-cs_CZ.mo +0 -0
  55. includes/vendor/freemius/wordpress-sdk/languages/freemius-cs_CZ.po +243 -457
  56. includes/vendor/freemius/wordpress-sdk/languages/freemius-da_DK.mo +0 -0
  57. includes/vendor/freemius/wordpress-sdk/languages/freemius-da_DK.po +637 -524
  58. includes/vendor/freemius/wordpress-sdk/languages/freemius-en.mo +0 -0
  59. includes/vendor/freemius/wordpress-sdk/languages/freemius-en.po +435 -362
  60. includes/vendor/freemius/wordpress-sdk/languages/freemius-es_ES.mo +0 -0
  61. includes/vendor/freemius/wordpress-sdk/languages/freemius-es_ES.po +491 -416
  62. includes/vendor/freemius/wordpress-sdk/languages/freemius-fr_FR.mo +0 -0
  63. includes/vendor/freemius/wordpress-sdk/languages/freemius-fr_FR.po +473 -398
  64. includes/vendor/freemius/wordpress-sdk/languages/freemius-he_IL.mo +0 -0
  65. includes/vendor/freemius/wordpress-sdk/languages/freemius-he_IL.po +473 -398
  66. includes/vendor/freemius/wordpress-sdk/languages/freemius-hu_HU.mo +0 -0
  67. includes/vendor/freemius/wordpress-sdk/languages/freemius-hu_HU.po +473 -398
  68. includes/vendor/freemius/wordpress-sdk/languages/freemius-it_IT.mo +0 -0
  69. includes/vendor/freemius/wordpress-sdk/languages/freemius-it_IT.po +524 -448
  70. includes/vendor/freemius/wordpress-sdk/languages/freemius-ja.mo +0 -0
  71. includes/vendor/freemius/wordpress-sdk/languages/{freemius-ja_JP.po → freemius-ja.po} +308 -297
admin/class-admin-settings.php CHANGED
@@ -233,7 +233,7 @@ class Admin_Settings extends Admin_Pages {
233
  id="stop-user-enumeration[comment_jquery]"
234
  value="on"
235
  <?php checked( 'on', $options['comment_jquery'] ); ?>>
236
- <?php esc_html_e( 'This plugin uses jQuery to remove any numbers from a comment author name, this is because numbers trigger enumeration checking. You can untick this if you do not use comments on your site or you use a different comment method than standard',
237
  'stop-user-enumeration' ); ?></label>
238
  </td>
239
  </tr>
233
  id="stop-user-enumeration[comment_jquery]"
234
  value="on"
235
  <?php checked( 'on', $options['comment_jquery'] ); ?>>
236
+ <?php esc_html_e( 'This plugin uses JavaScript to remove any numbers from a comment author name, this is because numbers trigger enumeration checking. You can untick this if you do not use comments on your site or you use a different comment method than standard',
237
  'stop-user-enumeration' ); ?></label>
238
  </td>
239
  </tr>
frontend/js/frontend.js CHANGED
@@ -1,10 +1,13 @@
1
- (function ($) {
2
- 'use strict';
 
3
 
4
- $(document).ready(function ($) {
5
- $(".comment-form input[name='author']").blur(function () {
6
- $(this).val($(this).val().replace(/\d+/g, ''));
7
- });
8
- });
9
-
10
- })(jQuery);
 
 
1
+ /*
2
+ Remove numbers from comment author
3
+ */
4
 
5
+ document.addEventListener('DOMContentLoaded', function (event) {
6
+ document.getElementById("commentform").querySelector("#author").addEventListener(
7
+ 'blur',
8
+ function () {
9
+ this.value = this.value.replace(/\d+/g, '');
10
+ },
11
+ false
12
+ );
13
+ })
includes/vendor/freemius/wordpress-sdk/assets/css/admin/account.css CHANGED
@@ -1 +1 @@
1
- #fs_account .postbox,#fs_account .widefat{max-width:700px}#fs_account h3{font-size:1.3em;padding:12px 15px;margin:0 0 12px 0;line-height:1.4;border-bottom:1px solid #F1F1F1}#fs_account h3 .dashicons{width:26px;height:26px;font-size:1.3em}#fs_account i.dashicons{font-size:1.2em;height:1.2em;width:1.2em}#fs_account .dashicons{vertical-align:middle}#fs_account .fs-header-actions{position:absolute;top:17px;right:15px;font-size:0.9em}#fs_account .fs-header-actions ul{margin:0}#fs_account .fs-header-actions li{float:left}#fs_account .fs-header-actions li form{display:inline-block}#fs_account .fs-header-actions li a{text-decoration:none}#fs_account_details .button-group{float:right}.rtl #fs_account .fs-header-actions{left:15px;right:auto}.fs-key-value-table{width:100%}.fs-key-value-table form{display:inline-block}.fs-key-value-table tr td:first-child{text-align:right}.fs-key-value-table tr td:first-child nobr{font-weight:bold}.fs-key-value-table tr td:first-child form{display:block}.fs-key-value-table tr td.fs-right{text-align:right}.fs-key-value-table tr.fs-odd{background:#ebebeb}.fs-key-value-table td,.fs-key-value-table th{padding:10px}.fs-key-value-table code{line-height:28px}.fs-key-value-table var,.fs-key-value-table code,.fs-key-value-table input[type="text"]{color:#0073AA;font-size:16px;background:none}.fs-key-value-table input[type="text"]{width:100%;font-weight:bold}label.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error{background:#dc3232}#fs_sites .fs-scrollable-table .fs-table-body{max-height:200px;overflow:auto;border:1px solid #e5e5e5}#fs_sites .fs-scrollable-table .fs-table-body>table.widefat{border:none !important}#fs_sites .fs-scrollable-table .fs-main-column{width:100%}#fs_sites .fs-scrollable-table .fs-site-details td:first-of-type{text-align:right;color:grey;width:1px}#fs_sites .fs-scrollable-table .fs-site-details td:last-of-type{text-align:right}#fs_sites .fs-scrollable-table .fs-install-details table tr td{width:1px;white-space:nowrap}#fs_sites .fs-scrollable-table .fs-install-details table tr td:last-of-type{width:auto}#fs_addons h3{border:none;margin-bottom:0;padding:4px 5px}#fs_addons td{vertical-align:middle}#fs_addons thead{white-space:nowrap}#fs_addons td:first-child,#fs_addons th:first-child{text-align:left;font-weight:bold}#fs_addons td:last-child,#fs_addons th:last-child{text-align:right}#fs_addons th{font-weight:bold}#fs_billing_address{width:100%}#fs_billing_address tr td{width:50%;padding:5px}#fs_billing_address tr:first-of-type td{padding-top:0}#fs_billing_address span{font-weight:bold}#fs_billing_address input,#fs_billing_address select{display:block;width:100%;margin-top:5px}#fs_billing_address input::-moz-placeholder,#fs_billing_address select::-moz-placeholder{color:transparent;opacity:1}#fs_billing_address input:-ms-input-placeholder,#fs_billing_address select:-ms-input-placeholder{color:transparent}#fs_billing_address input::-webkit-input-placeholder,#fs_billing_address select::-webkit-input-placeholder{color:transparent}#fs_billing_address input.fs-read-mode,#fs_billing_address select.fs-read-mode{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode td span{display:none}#fs_billing_address.fs-read-mode input,#fs_billing_address.fs-read-mode select{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode input::-moz-placeholder,#fs_billing_address.fs-read-mode select::-moz-placeholder{color:#ccc;opacity:1}#fs_billing_address.fs-read-mode input:-ms-input-placeholder,#fs_billing_address.fs-read-mode select:-ms-input-placeholder{color:#ccc}#fs_billing_address.fs-read-mode input::-webkit-input-placeholder,#fs_billing_address.fs-read-mode select::-webkit-input-placeholder{color:#ccc}#fs_billing_address button{display:block;width:100%}
1
+ label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}#fs_account .postbox,#fs_account .widefat{max-width:800px}#fs_account h3{font-size:1.3em;padding:12px 15px;margin:0 0 12px 0;line-height:1.4;border-bottom:1px solid #F1F1F1}#fs_account h3 .dashicons{width:26px;height:26px;font-size:1.3em}#fs_account i.dashicons{font-size:1.2em;height:1.2em;width:1.2em}#fs_account .dashicons{vertical-align:middle}#fs_account .fs-header-actions{position:absolute;top:17px;right:15px;font-size:0.9em}#fs_account .fs-header-actions ul{margin:0}#fs_account .fs-header-actions li{float:left}#fs_account .fs-header-actions li form{display:inline-block}#fs_account .fs-header-actions li a{text-decoration:none}#fs_account_details .button-group{float:right}.rtl #fs_account .fs-header-actions{left:15px;right:auto}.fs-key-value-table{width:100%}.fs-key-value-table form{display:inline-block}.fs-key-value-table tr td:first-child{text-align:right}.fs-key-value-table tr td:first-child nobr{font-weight:bold}.fs-key-value-table tr td:first-child form{display:block}.fs-key-value-table tr td.fs-right{text-align:right}.fs-key-value-table tr.fs-odd{background:#ebebeb}.fs-key-value-table td,.fs-key-value-table th{padding:10px}.fs-key-value-table code{line-height:28px}.fs-key-value-table var,.fs-key-value-table code,.fs-key-value-table input[type="text"]{color:#0073AA;font-size:16px;background:none}.fs-key-value-table input[type="text"]{width:100%;font-weight:bold}.fs-field-beta_program label{margin-left:7px}label.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error{background:#dc3232}#fs_sites .fs-scrollable-table .fs-table-body{max-height:200px;overflow:auto;border:1px solid #e5e5e5}#fs_sites .fs-scrollable-table .fs-table-body>table.widefat{border:none !important}#fs_sites .fs-scrollable-table .fs-main-column{width:100%}#fs_sites .fs-scrollable-table .fs-site-details td:first-of-type{text-align:right;color:grey;width:1px}#fs_sites .fs-scrollable-table .fs-site-details td:last-of-type{text-align:right}#fs_sites .fs-scrollable-table .fs-install-details table tr td{width:1px;white-space:nowrap}#fs_sites .fs-scrollable-table .fs-install-details table tr td:last-of-type{width:auto}#fs_addons h3{border:none;margin-bottom:0;padding:4px 5px}#fs_addons td{vertical-align:middle}#fs_addons thead{white-space:nowrap}#fs_addons td:first-child,#fs_addons th:first-child{text-align:left;font-weight:bold}#fs_addons td:last-child,#fs_addons th:last-child{text-align:right}#fs_addons th{font-weight:bold}#fs_billing_address{width:100%}#fs_billing_address tr td{width:50%;padding:5px}#fs_billing_address tr:first-of-type td{padding-top:0}#fs_billing_address span{font-weight:bold}#fs_billing_address input,#fs_billing_address select{display:block;width:100%;margin-top:5px}#fs_billing_address input::-moz-placeholder,#fs_billing_address select::-moz-placeholder{color:transparent;opacity:1}#fs_billing_address input:-ms-input-placeholder,#fs_billing_address select:-ms-input-placeholder{color:transparent}#fs_billing_address input::-webkit-input-placeholder,#fs_billing_address select::-webkit-input-placeholder{color:transparent}#fs_billing_address input.fs-read-mode,#fs_billing_address select.fs-read-mode{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode td span{display:none}#fs_billing_address.fs-read-mode input,#fs_billing_address.fs-read-mode select{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode input::-moz-placeholder,#fs_billing_address.fs-read-mode select::-moz-placeholder{color:#ccc;opacity:1}#fs_billing_address.fs-read-mode input:-ms-input-placeholder,#fs_billing_address.fs-read-mode select:-ms-input-placeholder{color:#ccc}#fs_billing_address.fs-read-mode input::-webkit-input-placeholder,#fs_billing_address.fs-read-mode select::-webkit-input-placeholder{color:#ccc}#fs_billing_address button{display:block;width:100%}
includes/vendor/freemius/wordpress-sdk/assets/css/admin/add-ons.css CHANGED
@@ -1,2 +1,2 @@
1
- #fs_addons .fs-cards-list{list-style:none}#fs_addons .fs-cards-list .fs-card{float:left;height:152px;width:310px;padding:0;margin:0 0 30px 30px;font-size:14px;list-style:none;border:1px solid #ddd;cursor:pointer;position:relative}#fs_addons .fs-cards-list .fs-card .fs-overlay{position:absolute;left:0;right:0;bottom:0;top:0;z-index:9}#fs_addons .fs-cards-list .fs-card .fs-inner{background-color:#fff;overflow:hidden;height:100%;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner ul{-moz-transition:all,0.15s;-o-transition:all,0.15s;-ms-transition:all,0.15s;-webkit-transition:all,0.15s;transition:all,0.15s;left:0;right:0;top:0;position:absolute}#fs_addons .fs-cards-list .fs-card .fs-inner li{list-style:none;line-height:18px;padding:0 15px;width:100%;display:block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner{padding:0;margin:0;line-height:0;display:block;height:100px;background-repeat:repeat-x;background-size:100% 100%;-moz-transition:all,0.15s;-o-transition:all,0.15s;-ms-transition:all,0.15s;-webkit-transition:all,0.15s;transition:all,0.15s}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-title{margin:10px 0 0 0;height:18px;overflow:hidden;color:#000;white-space:nowrap;text-overflow:ellipsis;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-offer{font-size:0.9em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-description{background-color:#f9f9f9;padding:10px 15px 100px 15px;border-top:1px solid #eee;margin:0 0 10px 0;color:#777}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-tag{position:absolute;top:10px;right:0px;background:greenyellow;display:block;padding:2px 10px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.3);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.3);box-shadow:1px 1px 1px rgba(0,0,0,0.3);text-transform:uppercase;font-size:0.9em;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button{position:absolute;top:112px;right:10px}@media screen and (min-width: 960px){#fs_addons .fs-cards-list .fs-card:hover .fs-overlay{border:2px solid #29abe1;margin-left:-1px;margin-top:-1px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner ul{top:-100px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-title,#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-offer{color:#29abe1}}
2
- #TB_window,#TB_window iframe{width:772px !important}#plugin-information #section-description h2,#plugin-information #section-description h3,#plugin-information #section-description p,#plugin-information #section-description b,#plugin-information #section-description i,#plugin-information #section-description blockquote,#plugin-information #section-description li,#plugin-information #section-description ul,#plugin-information #section-description ol{clear:none}#plugin-information #section-description .fs-selling-points{padding-bottom:10px;border-bottom:1px solid #ddd}#plugin-information #section-description .fs-selling-points ul{margin:0}#plugin-information #section-description .fs-selling-points ul li{padding:0;list-style:none outside none}#plugin-information #section-description .fs-selling-points ul li i.dashicons{color:#71ae00;font-size:3em;vertical-align:middle;line-height:30px;float:left;margin:0 0 0 -15px}#plugin-information #section-description .fs-selling-points ul li h3{margin:1em 30px !important}#plugin-information #section-description .fs-screenshots:after{content:"";display:table;clear:both}#plugin-information #section-description .fs-screenshots ul{list-style:none;margin:0}#plugin-information #section-description .fs-screenshots ul li{width:225px;height:225px;float:left;margin-bottom:20px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}#plugin-information #section-description .fs-screenshots ul li a{display:block;width:100%;height:100%;border:1px solid;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);background-size:cover}#plugin-information #section-description .fs-screenshots ul li.odd{margin-right:20px}#plugin-information .plugin-information-pricing{margin:-16px;border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan h3{margin-top:0;padding:20px;font-size:16px}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper{border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab{cursor:pointer;position:relative;padding:0 10px;font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab label{text-transform:uppercase;color:green;background:greenyellow;position:absolute;left:-1px;right:-1px;bottom:100%;border:1px solid darkgreen;padding:2px;text-align:center;font-size:0.9em;line-height:1em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab.nav-tab-active{cursor:default;background:#fffeec;border-bottom-color:#fffeec}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle h3{background:#fffeec;margin:0;padding-bottom:0;color:#0073aa}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .nav-tab-wrapper,#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .fs-billing-frequency{display:none}#plugin-information .plugin-information-pricing .fs-plan .fs-pricing-body{background:#fffeec;padding:20px}#plugin-information .plugin-information-pricing .fs-plan .button{width:100%;text-align:center;font-weight:bold;text-transform:uppercase;font-size:1.1em}#plugin-information .plugin-information-pricing .fs-plan label{white-space:nowrap}#plugin-information .plugin-information-pricing .fs-plan var{font-style:normal}#plugin-information .plugin-information-pricing .fs-plan .fs-billing-frequency,#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-align:center;display:block;font-weight:bold;margin-bottom:10px;text-transform:uppercase;background:#F3F3F3;padding:2px;border:1px solid #ccc}#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-transform:none;color:green;background:greenyellow}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms{font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms i{float:left;margin:0 0 0 -15px}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms li{margin:10px 0 0 0}#plugin-information #section-features .fs-features{margin:-20px -26px}#plugin-information #section-features table{width:100%;border-spacing:0;border-collapse:separate}#plugin-information #section-features table thead th{padding:10px 0}#plugin-information #section-features table thead .fs-price{color:#71ae00;font-weight:normal;display:block;text-align:center}#plugin-information #section-features table tbody td{border-top:1px solid #ccc;padding:10px 0;text-align:center;width:100px;color:#71ae00}#plugin-information #section-features table tbody td:first-child{text-align:left;width:auto;color:inherit;padding-left:26px}#plugin-information #section-features table tbody tr.fs-odd td{background:#fefefe}#plugin-information #section-features .dashicons-yes{width:30px;height:30px;font-size:30px}@media screen and (max-width: 961px){#fs_addons .fs-cards-list .fs-card{height:265px}}
1
+ .fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:white;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3)}#fs_addons .fs-cards-list{list-style:none}#fs_addons .fs-cards-list .fs-card{float:left;height:152px;width:310px;padding:0;margin:0 0 30px 30px;font-size:14px;list-style:none;border:1px solid #ddd;cursor:pointer;position:relative}#fs_addons .fs-cards-list .fs-card .fs-overlay{position:absolute;left:0;right:0;bottom:0;top:0;z-index:9}#fs_addons .fs-cards-list .fs-card .fs-inner{background-color:#fff;overflow:hidden;height:100%;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner>ul{-moz-transition:all,0.15s;-o-transition:all,0.15s;-ms-transition:all,0.15s;-webkit-transition:all,0.15s;transition:all,0.15s;left:0;right:0;top:0;position:absolute}#fs_addons .fs-cards-list .fs-card .fs-inner>ul>li{list-style:none;line-height:18px;padding:0 15px;width:100%;display:block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner{padding:0;margin:0;line-height:0;display:block;height:100px;background-repeat:repeat-x;background-size:100% 100%;-moz-transition:all,0.15s;-o-transition:all,0.15s;-ms-transition:all,0.15s;-webkit-transition:all,0.15s;transition:all,0.15s}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner .fs-badge.fs-installed-addon-badge{font-size:1.02em;line-height:1.3em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-title{margin:10px 0 0 0;height:18px;overflow:hidden;color:#000;white-space:nowrap;text-overflow:ellipsis;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-offer{font-size:0.9em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-description{background-color:#f9f9f9;padding:10px 15px 100px 15px;border-top:1px solid #eee;margin:0 0 10px 0;color:#777}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-tag{position:absolute;top:10px;right:0px;background:greenyellow;display:block;padding:2px 10px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.3);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.3);box-shadow:1px 1px 1px rgba(0,0,0,0.3);text-transform:uppercase;font-size:0.9em;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button,#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button-group{position:absolute;top:112px;right:10px}@media screen and (min-width: 960px){#fs_addons .fs-cards-list .fs-card:hover .fs-overlay{border:2px solid #29abe1;margin-left:-1px;margin-top:-1px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner ul{top:-100px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-title,#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-offer{color:#29abe1}}
2
+ #TB_window,#TB_window iframe{width:821px !important}#plugin-information .fyi{width:266px !important}#plugin-information #section-holder{margin-right:299px}#plugin-information #section-description h2,#plugin-information #section-description h3,#plugin-information #section-description p,#plugin-information #section-description b,#plugin-information #section-description i,#plugin-information #section-description blockquote,#plugin-information #section-description li,#plugin-information #section-description ul,#plugin-information #section-description ol{clear:none}#plugin-information #section-description iframe{max-width:100%}#plugin-information #section-description .fs-selling-points{padding-bottom:10px;border-bottom:1px solid #ddd}#plugin-information #section-description .fs-selling-points ul{margin:0}#plugin-information #section-description .fs-selling-points ul li{padding:0;list-style:none outside none}#plugin-information #section-description .fs-selling-points ul li i.dashicons{color:#71ae00;font-size:3em;vertical-align:middle;line-height:30px;float:left;margin:0 0 0 -15px}#plugin-information #section-description .fs-selling-points ul li h3{margin:1em 30px !important}#plugin-information #section-description .fs-screenshots:after{content:"";display:table;clear:both}#plugin-information #section-description .fs-screenshots ul{list-style:none;margin:0}#plugin-information #section-description .fs-screenshots ul li{width:225px;height:225px;float:left;margin-bottom:20px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}#plugin-information #section-description .fs-screenshots ul li a{display:block;width:100%;height:100%;border:1px solid;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);background-size:cover}#plugin-information #section-description .fs-screenshots ul li.odd{margin-right:20px}#plugin-information .plugin-information-pricing{margin:-16px;border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan h3{margin-top:0;padding:20px;font-size:16px}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper{border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab{cursor:pointer;position:relative;padding:0 10px;font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab label{text-transform:uppercase;color:green;background:greenyellow;position:absolute;left:-1px;right:-1px;bottom:100%;border:1px solid darkgreen;padding:2px;text-align:center;font-size:0.9em;line-height:1em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab.nav-tab-active{cursor:default;background:#fffeec;border-bottom-color:#fffeec}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle h3{background:#fffeec;margin:0;padding-bottom:0;color:#0073aa}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .nav-tab-wrapper,#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .fs-billing-frequency{display:none}#plugin-information .plugin-information-pricing .fs-plan .fs-pricing-body{background:#fffeec;padding:20px}#plugin-information .plugin-information-pricing .fs-plan .button{width:100%;text-align:center;font-weight:bold;text-transform:uppercase;font-size:1.1em}#plugin-information .plugin-information-pricing .fs-plan label{white-space:nowrap}#plugin-information .plugin-information-pricing .fs-plan var{font-style:normal}#plugin-information .plugin-information-pricing .fs-plan .fs-billing-frequency,#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-align:center;display:block;font-weight:bold;margin-bottom:10px;text-transform:uppercase;background:#F3F3F3;padding:2px;border:1px solid #ccc}#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-transform:none;color:green;background:greenyellow}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms{font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms i{float:left;margin:0 0 0 -15px}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms li{margin:10px 0 0 0}#plugin-information #section-features .fs-features{margin:-20px -26px}#plugin-information #section-features table{width:100%;border-spacing:0;border-collapse:separate}#plugin-information #section-features table thead th{padding:10px 0}#plugin-information #section-features table thead .fs-price{color:#71ae00;font-weight:normal;display:block;text-align:center}#plugin-information #section-features table tbody td{border-top:1px solid #ccc;padding:10px 0;text-align:center;width:100px;color:#71ae00}#plugin-information #section-features table tbody td:first-child{text-align:left;width:auto;color:inherit;padding-left:26px}#plugin-information #section-features table tbody tr.fs-odd td{background:#fefefe}#plugin-information #section-features .dashicons-yes{width:30px;height:30px;font-size:30px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button,#plugin-information .fs-dropdown .button-group .button{position:relative;width:auto;top:0;right:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button:focus,#plugin-information .fs-dropdown .button-group .button:focus{z-index:10}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .fs-dropdown-arrow,#plugin-information .fs-dropdown .button-group .fs-dropdown-arrow{border-top:6px solid white;border-right:4px solid transparent;border-left:4px solid transparent;top:12px;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button){border-bottom-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button{border-bottom-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button){border-top-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active.up .fs-dropdown-arrow-button{border-top-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list,#plugin-information .fs-dropdown .fs-dropdown-list{position:absolute;right:-1px;top:100%;margin-left:auto;padding:3px 0;border:1px solid #bfbfbf;background-color:#fff;z-index:1;width:230px;text-align:left;-moz-box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);-webkit-box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li,#plugin-information .fs-dropdown .fs-dropdown-list li{margin:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li a,#plugin-information .fs-dropdown .fs-dropdown-list li a{display:block;padding:5px 10px;text-decoration:none;text-shadow:none}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover,#plugin-information .fs-dropdown .fs-dropdown-list li:hover{background-color:#0074a3;color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover a,#plugin-information .fs-dropdown .fs-dropdown-list li:hover a{color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown:not(.up) .fs-dropdown-list,#plugin-information .fs-dropdown:not(.up) .fs-dropdown-list{-moz-border-radius:3px 0 3px 3px;-webkit-border-radius:3px 0 3px 3px;border-radius:3px 0 3px 3px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.up .fs-dropdown-list,#plugin-information .fs-dropdown.up .fs-dropdown-list{-moz-border-radius:3px 3px 0 3px;-webkit-border-radius:3px 3px 0 3px;border-radius:3px 3px 0 3px}#plugin-information .fs-dropdown .button-group{width:100%}#plugin-information .fs-dropdown .button-group .button{float:none;font-size:14px;font-weight:normal;text-transform:none}#plugin-information .fs-dropdown .fs-dropdown-list{margin-top:1px}#plugin-information .fs-dropdown.up .fs-dropdown-list{top:auto;bottom:100%;margin-bottom:2px}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group{text-align:center;display:table}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button{display:table-cell}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button:not(.fs-dropdown-arrow-button){left:1px;width:100%}#plugin-information-footer>.button,#plugin-information-footer .fs-dropdown{position:relative;top:3px}#plugin-information-footer>.button.left,#plugin-information-footer .fs-dropdown.left{float:left}#plugin-information-footer>.right,#plugin-information-footer .fs-dropdown{float:right}@media screen and (max-width: 961px){#fs_addons .fs-cards-list .fs-card{height:265px}}
includes/vendor/freemius/wordpress-sdk/assets/css/admin/common.css CHANGED
@@ -1,2 +1,2 @@
1
- .theme-browser .theme .fs-premium-theme-badge{position:absolute;top:10px;right:0;background:#71ae00;color:#fff;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);font-size:1.1em}#fs_frame{line-height:0;font-size:0}.fs-full-size-wrapper{margin:40px 0 -65px -20px}@media (max-width: 600px){.fs-full-size-wrapper{margin:0 0 -65px -10px}}
2
- .fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px !important}.fs-notice.success{color:green}.fs-notice.promotion{border-color:#00a0d2 !important;background-color:#f2fcff !important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{cursor:pointer;color:#aaa;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{margin-top:7px;display:inline-block}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,0.3);color:#fff;padding:2px 10px;position:absolute;top:100%;bottom:auto;right:auto;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;left:10px;font-size:12px;font-weight:bold;cursor:auto}div.fs-notice.updated,div.fs-notice.success,div.fs-notice.promotion{display:block !important}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{position:fixed;top:32px;left:160px;right:0;background:#ebfdeb;padding:10px 20px;color:green;z-index:9999;-moz-box-shadow:0 2px 2px rgba(6,113,6,0.3);-webkit-box-shadow:0 2px 2px rgba(6,113,6,0.3);box-shadow:0 2px 2px rgba(6,113,6,0.3);opacity:0.95;filter:alpha(opacity=95)}.fs-secure-notice:hover{opacity:1;filter:alpha(opacity=100)}.fs-secure-notice a.fs-security-proof{color:green;text-decoration:none}@media screen and (max-width: 960px){.fs-secure-notice{left:36px}}@media screen and (max-width: 600px){.fs-secure-notice{display:none}}@media screen and (max-width: 500px){#fs_promo_tab{display:none}}@media screen and (max-width: 782px){.fs-secure-notice{left:0;top:46px;text-align:center}}span.fs-submenu-item.fs-sub:before{content:'\21B3';padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:'\21B2'}.fs-submenu-item.pricing.upgrade-mode{color:greenyellow}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}.fs-ajax-spinner{border:0;width:20px;height:20px;margin-right:5px;vertical-align:sub;display:inline-block;background:url("/wp-admin/images/wpspin_light-2x.gif");background-size:contain}.wrap.fs-section h2{text-align:left}.plugins p.fs-upgrade-notice{border:0;background-color:#d54e21;padding:10px;color:#f9f9f9;margin-top:10px}
1
+ .fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:white;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3)}.theme-browser .theme .fs-premium-theme-badge-container{position:absolute;right:0;top:0}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge{position:relative;top:0;margin-top:10px;text-align:center}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-premium-theme-badge{font-size:1.1em}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-beta-theme-badge{background:#00a0d2}.fs-switch{position:relative;display:inline-block;color:#ccc;text-shadow:0 1px 1px rgba(255,255,255,0.8);height:18px;padding:6px 6px 5px 6px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);background:#ececec;box-shadow:0 0 4px rgba(0,0,0,0.1),inset 0 1px 3px 0 rgba(0,0,0,0.1);cursor:pointer}.fs-switch span{display:inline-block;width:35px;text-transform:uppercase}.fs-switch .fs-toggle{position:absolute;top:1px;width:37px;height:25px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.3);border-radius:4px;background:#fff;background-color:#fff;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ececec), color-stop(1, #fff));background-image:-webkit-linear-gradient(top, #ececec, #fff);background-image:-moz-linear-gradient(top, #ececec, #fff);background-image:-ms-linear-gradient(top, #ececec, #fff);background-image:-o-linear-gradient(top, #ececec, #fff);background-image:linear-gradient(top, bottom, #ececec, #fff);box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.5);z-index:999;-moz-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);-o-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);-ms-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);-webkit-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1)}.fs-switch.fs-off .fs-toggle{left:2%}.fs-switch.fs-on .fs-toggle{left:54%}.fs-switch.fs-round{top:8px;padding:4px 25px;-moz-border-radius:24px;-webkit-border-radius:24px;border-radius:24px}.fs-switch.fs-round .fs-toggle{top:0;width:24px;height:24px;-moz-border-radius:24px;-webkit-border-radius:24px;border-radius:24px}.fs-switch.fs-round.fs-off .fs-toggle{left:-1px}.fs-switch.fs-round.fs-on{background:#0085ba}.fs-switch.fs-round.fs-on .fs-toggle{left:25px}.fs-switch.fs-small.fs-round{padding:1px 19px}.fs-switch.fs-small.fs-round .fs-toggle{top:0;width:18px;height:18px;-moz-border-radius:18px;-webkit-border-radius:18px;border-radius:18px}.fs-switch.fs-small.fs-round.fs-on .fs-toggle{left:19px}.fs-switch-feedback{margin-left:10px}.fs-switch-feedback.success{color:#71ae00}.rtl .fs-switch-feedback{margin-left:0;margin-right:10px}#fs_frame{line-height:0;font-size:0}.fs-full-size-wrapper{margin:40px 0 -65px -20px}@media (max-width: 600px){.fs-full-size-wrapper{margin:0 0 -65px -10px}}
2
+ .fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px !important}.fs-notice.success{color:green}.fs-notice.promotion{border-color:#00a0d2 !important;background-color:#f2fcff !important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{cursor:pointer;color:#aaa;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{margin-top:7px;display:inline-block}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,0.3);color:#fff;padding:2px 10px;position:absolute;top:100%;bottom:auto;right:auto;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;left:10px;font-size:12px;font-weight:bold;cursor:auto}div.fs-notice.updated,div.fs-notice.success,div.fs-notice.promotion{display:block !important}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{position:fixed;top:32px;left:160px;right:0;background:#ebfdeb;padding:10px 20px;color:green;z-index:9999;-moz-box-shadow:0 2px 2px rgba(6,113,6,0.3);-webkit-box-shadow:0 2px 2px rgba(6,113,6,0.3);box-shadow:0 2px 2px rgba(6,113,6,0.3);opacity:0.95;filter:alpha(opacity=95)}.fs-secure-notice:hover{opacity:1;filter:alpha(opacity=100)}.fs-secure-notice a.fs-security-proof{color:green;text-decoration:none}@media screen and (max-width: 960px){.fs-secure-notice{left:36px}}@media screen and (max-width: 600px){.fs-secure-notice{display:none}}@media screen and (max-width: 500px){#fs_promo_tab{display:none}}@media screen and (max-width: 782px){.fs-secure-notice{left:0;top:46px;text-align:center}}span.fs-submenu-item.fs-sub:before{content:'\21B3';padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:'\21B2'}.fs-submenu-item.pricing.upgrade-mode{color:greenyellow}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}.fs-ajax-spinner{border:0;width:20px;height:20px;margin-right:5px;vertical-align:sub;display:inline-block;background:url("/wp-admin/images/wpspin_light-2x.gif");background-size:contain;margin-bottom:-2px}.wrap.fs-section h2{text-align:left}.plugins p.fs-upgrade-notice{border:0;background-color:#d54e21;padding:10px;color:#f9f9f9;margin-top:10px}
includes/vendor/freemius/wordpress-sdk/assets/css/admin/connect.css CHANGED
@@ -1 +1 @@
1
- #fs_connect{width:480px;-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);box-shadow:0px 1px 2px rgba(0,0,0,0.3);margin:20px 0}@media screen and (max-width: 479px){#fs_connect{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:auto;margin:0 0 0 -10px}}#fs_connect .fs-content{background:#fff;padding:15px 20px}#fs_connect .fs-content .fs-error{background:snow;color:#d3135a;border:1px solid #d3135a;-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);text-align:center;padding:5px;margin-bottom:10px}#fs_connect .fs-content p{margin:0;padding:0;font-size:1.2em}#fs_connect .fs-license-key-container{position:relative;width:280px;margin:10px auto 0 auto}#fs_connect .fs-license-key-container input{width:100%}#fs_connect .fs-license-key-container .dashicons{position:absolute;top:5px;right:5px}#fs_connect.require-license-key #sites_list_container td{cursor:pointer}#fs_connect #delegate_to_site_admins{margin-right:15px;float:right;height:26px;vertical-align:middle;line-height:37px;font-weight:bold;border-bottom:1px dashed;text-decoration:none}#fs_connect #delegate_to_site_admins.rtl{margin-left:15px;margin-right:0}#fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}#fs_connect .fs-actions .button{padding:0 10px 1px;line-height:35px;height:37px;font-size:16px;margin-bottom:0}#fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}#fs_connect .fs-actions .button.button-primary{padding-right:15px;padding-left:15px}#fs_connect .fs-actions .button.button-primary:after{content:' \279C'}#fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}#fs_connect .fs-actions .button.button-secondary{float:right}#fs_connect.fs-anonymous-disabled .fs-actions .button.button-primary{width:100%}#fs_connect .fs-permissions{padding:10px 20px;background:#FEFEFE;-moz-transition:background 0.5s ease;-o-transition:background 0.5s ease;-ms-transition:background 0.5s ease;-webkit-transition:background 0.5s ease;transition:background 0.5s ease}#fs_connect .fs-permissions .fs-license-sync-disclaimer{text-align:center;margin-top:0}#fs_connect .fs-permissions .fs-trigger{font-size:0.9em;text-decoration:none;text-align:center;display:block}#fs_connect .fs-permissions ul{height:0;overflow:hidden;margin:0}#fs_connect .fs-permissions ul li{margin-bottom:12px}#fs_connect .fs-permissions ul li:last-child{margin-bottom:0}#fs_connect .fs-permissions ul li i.dashicons{float:left;font-size:40px;width:40px;height:40px}#fs_connect .fs-permissions ul li div{margin-left:55px}#fs_connect .fs-permissions ul li div span{font-weight:bold;text-transform:uppercase;color:#23282d}#fs_connect .fs-permissions ul li div p{margin:2px 0 0 0}#fs_connect .fs-permissions.fs-open{background:#fff}#fs_connect .fs-permissions.fs-open ul{height:auto;margin:20px 20px 10px 20px}@media screen and (max-width: 479px){#fs_connect .fs-permissions{background:#fff}#fs_connect .fs-permissions .fs-trigger{display:none}#fs_connect .fs-permissions ul{height:auto;margin:20px}}#fs_connect .fs-freemium-licensing{padding:8px;background:#777;color:#fff}#fs_connect .fs-freemium-licensing p{text-align:center;display:block;margin:0;padding:0}#fs_connect .fs-freemium-licensing a{color:#C2EEFF;text-decoration:underline}#fs_connect .fs-visual{padding:12px;line-height:0;background:#fafafa;height:80px;position:relative}#fs_connect .fs-visual .fs-site-icon{position:absolute;left:20px;top:10px}#fs_connect .fs-visual .fs-connect-logo{position:absolute;right:20px;top:10px}#fs_connect .fs-visual .fs-plugin-icon{position:absolute;top:10px;left:50%;margin-left:-40px}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-site-icon,#fs_connect .fs-visual img,#fs_connect .fs-visual object{width:80px;height:80px}#fs_connect .fs-visual .dashicons-wordpress{font-size:64px;background:#01749a;color:#fff;width:64px;height:64px;padding:8px}#fs_connect .fs-visual .dashicons-plus{position:absolute;top:50%;font-size:30px;margin-top:-10px;color:#bbb}#fs_connect .fs-visual .dashicons-plus.fs-first{left:28%}#fs_connect .fs-visual .dashicons-plus.fs-second{left:65%}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-connect-logo,#fs_connect .fs-visual .fs-site-icon{border:1px solid #ccc;padding:1px;background:#fff}#fs_connect .fs-terms{text-align:center;font-size:0.85em;padding:5px;background:rgba(0,0,0,0.05)}#fs_connect .fs-terms,#fs_connect .fs-terms a{color:#999}#fs_connect .fs-terms a{text-decoration:none}#multisite_options_container{margin-top:10px;border:1px solid #ccc;padding:5px}#multisite_options_container a{text-decoration:none}#multisite_options_container a:focus{box-shadow:none}#multisite_options_container a.selected{font-weight:bold}#multisite_options_container.apply-on-all-sites{border:0 none;padding:0}#multisite_options_container.apply-on-all-sites #all_sites_options{border-spacing:0}#multisite_options_container.apply-on-all-sites #all_sites_options td:not(:first-child){display:none}#multisite_options_container #sites_list_container{display:none;overflow:auto}#multisite_options_container #sites_list_container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .fs-tooltip{opacity:0;visibility:hidden;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;position:absolute;background:rgba(0,0,0,0.8);color:#fff;font-family:'arial', serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:0;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);line-height:1.3em;font-weight:bold;text-align:left}.rtl .fs-tooltip-trigger .fs-tooltip{text-align:right}.fs-tooltip-trigger .fs-tooltip::after{content:' ';display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:rgba(0,0,0,0.8) transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl .fs-tooltip-trigger .fs-tooltip::after{right:21px;left:auto}.fs-tooltip-trigger:hover .fs-tooltip{visibility:visible;opacity:1}#fs_marketing_optin{display:none;margin-top:10px;border:1px solid #ccc;padding:10px;line-height:1.5em}#fs_marketing_optin .fs-message{display:block;margin-bottom:5px;font-size:1.05em;font-weight:600}#fs_marketing_optin.error{border:1px solid #d3135a;background:#fee}#fs_marketing_optin.error .fs-message{color:#d3135a}#fs_marketing_optin .fs-input-container{margin-top:5px}#fs_marketing_optin .fs-input-container label{margin-top:5px;display:block}#fs_marketing_optin .fs-input-container label input{float:left;margin:1px 0 0 0}#fs_marketing_optin .fs-input-container label:first-child{display:block;margin-bottom:2px}#fs_marketing_optin .fs-input-label{display:block;margin-left:20px}#fs_marketing_optin .fs-input-label .underlined{text-decoration:underline}.rtl #fs_marketing_optin .fs-input-container label input{float:right}.rtl #fs_marketing_optin .fs-input-label{margin-left:0;margin-right:20px}.rtl #fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}.rtl #fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}.rtl #fs_connect .fs-actions .button.button-primary:after{content:' \000bb'}.rtl #fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}.rtl #fs_connect .fs-actions .button.button-secondary{float:left}.rtl #fs_connect .fs-permissions ul li div{margin-right:55px;margin-left:0}.rtl #fs_connect .fs-permissions ul li i.dashicons{float:right}.rtl #fs_connect .fs-visual .fs-site-icon{right:20px;left:auto}.rtl #fs_connect .fs-visual .fs-connect-logo{right:auto;left:20px}#fs_theme_connect_wrapper{position:fixed;top:0;height:100%;width:100%;z-index:99990;background:rgba(0,0,0,0.75);text-align:center;overflow-y:auto}#fs_theme_connect_wrapper:before{content:"";display:inline-block;vertical-align:middle;height:100%}#fs_theme_connect_wrapper>button.close{color:white;cursor:pointer;height:40px;width:40px;position:absolute;right:0;border:0;background-color:transparent;top:32px}#fs_theme_connect_wrapper #fs_connect{top:0;text-align:left;display:inline-block;vertical-align:middle;margin-top:52px;margin-bottom:20px}#fs_theme_connect_wrapper #fs_connect .fs-terms{background:rgba(140,140,140,0.64)}#fs_theme_connect_wrapper #fs_connect .fs-terms,#fs_theme_connect_wrapper #fs_connect .fs-terms a{color:#c5c5c5}.wp-pointer-content #fs_connect{margin:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.fs-opt-in-pointer .wp-pointer-content{padding:0}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow{border-bottom-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow-inner{border-bottom-color:#fafafa}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow{border-top-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow-inner{border-top-color:#fafafa}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow{border-right-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow-inner{border-right-color:#fafafa}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow{border-left-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow-inner{border-left-color:#fafafa}
1
+ #fs_connect{width:480px;-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);box-shadow:0px 1px 2px rgba(0,0,0,0.3);margin:20px 0}@media screen and (max-width: 479px){#fs_connect{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:auto;margin:0 0 0 -10px}}#fs_connect .fs-content{background:#fff;padding:15px 20px}#fs_connect .fs-content .fs-error{background:snow;color:#d3135a;border:1px solid #d3135a;-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);text-align:center;padding:5px;margin-bottom:10px}#fs_connect .fs-content p{margin:0;padding:0;font-size:1.2em}#fs_connect .fs-license-key-container{position:relative;width:280px;margin:10px auto 0 auto}#fs_connect .fs-license-key-container input{width:100%}#fs_connect .fs-license-key-container .dashicons{position:absolute;top:5px;right:5px}#fs_connect.require-license-key .fs-sites-list-container td{cursor:pointer}#fs_connect #delegate_to_site_admins{margin-right:15px;float:right;height:26px;vertical-align:middle;line-height:37px;font-weight:bold;border-bottom:1px dashed;text-decoration:none}#fs_connect #delegate_to_site_admins.rtl{margin-left:15px;margin-right:0}#fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}#fs_connect .fs-actions .button{padding:0 10px 1px;line-height:35px;height:37px;font-size:16px;margin-bottom:0}#fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}#fs_connect .fs-actions .button.button-primary{padding-right:15px;padding-left:15px}#fs_connect .fs-actions .button.button-primary:after{content:' \279C'}#fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}#fs_connect .fs-actions .button.button-secondary{float:right}#fs_connect.fs-anonymous-disabled .fs-actions .button.button-primary{width:100%}#fs_connect .fs-permissions{padding:10px 20px;background:#FEFEFE;-moz-transition:background 0.5s ease;-o-transition:background 0.5s ease;-ms-transition:background 0.5s ease;-webkit-transition:background 0.5s ease;transition:background 0.5s ease}#fs_connect .fs-permissions .fs-license-sync-disclaimer{text-align:center;margin-top:0}#fs_connect .fs-permissions .fs-trigger{font-size:0.9em;text-decoration:none;text-align:center;display:block}#fs_connect .fs-permissions ul{height:0;overflow:hidden;margin:0}#fs_connect .fs-permissions ul li{margin-bottom:12px}#fs_connect .fs-permissions ul li:last-child{margin-bottom:0}#fs_connect .fs-permissions ul li i.dashicons{float:left;font-size:40px;width:40px;height:40px}#fs_connect .fs-permissions ul li .fs-switch{float:right}#fs_connect .fs-permissions ul li .fs-permission-description{margin-left:55px}#fs_connect .fs-permissions ul li .fs-permission-description span{font-weight:bold;text-transform:uppercase;color:#23282d}#fs_connect .fs-permissions ul li .fs-permission-description p{margin:2px 0 0 0}#fs_connect .fs-permissions.fs-open{background:#fff}#fs_connect .fs-permissions.fs-open ul{height:auto;margin:20px 20px 10px 20px}@media screen and (max-width: 479px){#fs_connect .fs-permissions{background:#fff}#fs_connect .fs-permissions .fs-trigger{display:none}#fs_connect .fs-permissions ul{height:auto;margin:20px}}#fs_connect .fs-freemium-licensing{padding:8px;background:#777;color:#fff}#fs_connect .fs-freemium-licensing p{text-align:center;display:block;margin:0;padding:0}#fs_connect .fs-freemium-licensing a{color:#C2EEFF;text-decoration:underline}#fs_connect .fs-visual{padding:12px;line-height:0;background:#fafafa;height:80px;position:relative}#fs_connect .fs-visual .fs-site-icon{position:absolute;left:20px;top:10px}#fs_connect .fs-visual .fs-connect-logo{position:absolute;right:20px;top:10px}#fs_connect .fs-visual .fs-plugin-icon{position:absolute;top:10px;left:50%;margin-left:-40px}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-site-icon,#fs_connect .fs-visual img,#fs_connect .fs-visual object{width:80px;height:80px}#fs_connect .fs-visual .dashicons-wordpress{font-size:64px;background:#01749a;color:#fff;width:64px;height:64px;padding:8px}#fs_connect .fs-visual .dashicons-plus{position:absolute;top:50%;font-size:30px;margin-top:-10px;color:#bbb}#fs_connect .fs-visual .dashicons-plus.fs-first{left:28%}#fs_connect .fs-visual .dashicons-plus.fs-second{left:65%}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-connect-logo,#fs_connect .fs-visual .fs-site-icon{border:1px solid #ccc;padding:1px;background:#fff}#fs_connect .fs-terms{text-align:center;font-size:0.85em;padding:5px;background:rgba(0,0,0,0.05)}#fs_connect .fs-terms,#fs_connect .fs-terms a{color:#999}#fs_connect .fs-terms a{text-decoration:none}.fs-multisite-options-container{margin-top:10px;border:1px solid #ccc;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:bold}.fs-multisite-options-container.fs-apply-on-all-sites{border:0 none;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .fs-tooltip{opacity:0;visibility:hidden;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;position:absolute;background:rgba(0,0,0,0.8);color:#fff;font-family:'arial', serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:0;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);line-height:1.3em;font-weight:bold;text-align:left}.rtl .fs-tooltip-trigger .fs-tooltip{text-align:right}.fs-tooltip-trigger .fs-tooltip::after{content:' ';display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:rgba(0,0,0,0.8) transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl .fs-tooltip-trigger .fs-tooltip::after{right:21px;left:auto}.fs-tooltip-trigger:hover .fs-tooltip{visibility:visible;opacity:1}#fs_marketing_optin{display:none;margin-top:10px;border:1px solid #ccc;padding:10px;line-height:1.5em}#fs_marketing_optin .fs-message{display:block;margin-bottom:5px;font-size:1.05em;font-weight:600}#fs_marketing_optin.error{border:1px solid #d3135a;background:#fee}#fs_marketing_optin.error .fs-message{color:#d3135a}#fs_marketing_optin .fs-input-container{margin-top:5px}#fs_marketing_optin .fs-input-container label{margin-top:5px;display:block}#fs_marketing_optin .fs-input-container label input{float:left;margin:1px 0 0 0}#fs_marketing_optin .fs-input-container label:first-child{display:block;margin-bottom:2px}#fs_marketing_optin .fs-input-label{display:block;margin-left:20px}#fs_marketing_optin .fs-input-label .underlined{text-decoration:underline}.rtl #fs_marketing_optin .fs-input-container label input{float:right}.rtl #fs_marketing_optin .fs-input-label{margin-left:0;margin-right:20px}.rtl #fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}.rtl #fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}.rtl #fs_connect .fs-actions .button.button-primary:after{content:' \000bb'}.rtl #fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}.rtl #fs_connect .fs-actions .button.button-secondary{float:left}.rtl #fs_connect .fs-permissions ul li .fs-permission-description{margin-right:55px;margin-left:0}.rtl #fs_connect .fs-permissions ul li .fs-switch{float:left}.rtl #fs_connect .fs-permissions ul li i.dashicons{float:right}.rtl #fs_connect .fs-visual .fs-site-icon{right:20px;left:auto}.rtl #fs_connect .fs-visual .fs-connect-logo{right:auto;left:20px}#fs_theme_connect_wrapper{position:fixed;top:0;height:100%;width:100%;z-index:99990;background:rgba(0,0,0,0.75);text-align:center;overflow-y:auto}#fs_theme_connect_wrapper:before{content:"";display:inline-block;vertical-align:middle;height:100%}#fs_theme_connect_wrapper>button.close{color:white;cursor:pointer;height:40px;width:40px;position:absolute;right:0;border:0;background-color:transparent;top:32px}#fs_theme_connect_wrapper #fs_connect{top:0;text-align:left;display:inline-block;vertical-align:middle;margin-top:52px;margin-bottom:20px}#fs_theme_connect_wrapper #fs_connect .fs-terms{background:rgba(140,140,140,0.64)}#fs_theme_connect_wrapper #fs_connect .fs-terms,#fs_theme_connect_wrapper #fs_connect .fs-terms a{color:#c5c5c5}.wp-pointer-content #fs_connect{margin:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.fs-opt-in-pointer .wp-pointer-content{padding:0}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow{border-bottom-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow-inner{border-bottom-color:#fafafa}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow{border-top-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow-inner{border-top-color:#fafafa}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow{border-right-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow-inner{border-right-color:#fafafa}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow{border-left-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow-inner{border-left-color:#fafafa}
includes/vendor/freemius/wordpress-sdk/assets/css/admin/debug.css CHANGED
@@ -1 +1 @@
1
- .switch{position:relative;display:inline-block;font-size:1.6em;font-weight:bold;color:#ccc;text-shadow:0px 1px 1px rgba(255,255,255,0.8);height:18px;padding:6px 6px 5px 6px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:4px;background:#ececec;box-shadow:0px 0px 4px rgba(0,0,0,0.1),inset 0px 1px 3px 0px rgba(0,0,0,0.1);cursor:pointer}.switch span{display:inline-block;width:35px;text-transform:uppercase}.switch span.on{color:#6bc406}.switch .toggle{position:absolute;top:1px;width:37px;height:25px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.3);border-radius:4px;background:#fff;background:-moz-linear-gradient(top, #ececec 0%, #fff 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #fff));background:-webkit-linear-gradient(top, #ececec 0%, #fff 100%);background:-o-linear-gradient(top, #ececec 0%, #fff 100%);background:-ms-linear-gradient(top, #ececec 0%, #fff 100%);background:linear-gradient(top, #ececec 0%, #fff 100%);box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.5);z-index:999;-moz-transition:all 0.15s ease-in-out;-o-transition:all 0.15s ease-in-out;-ms-transition:all 0.15s ease-in-out;-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out}.switch.on .toggle{left:2%}.switch.off .toggle{left:54%}.switch.round{padding:0px 20px;border-radius:40px}.switch.round .toggle{border-radius:40px;width:14px;height:14px}.switch.round.on .toggle{left:3%;background:#6bc406}.switch.round.off .toggle{left:58%}.switch-label{font-size:20px;line-height:31px;margin:0 5px}#fs_log_book table{font-family:Consolas,Monaco,monospace;font-size:12px}#fs_log_book table th{color:#ccc}#fs_log_book table tr{background:#232525}#fs_log_book table tr.alternate{background:#2b2b2b}#fs_log_book table tr td.fs-col--logger{color:#5a7435}#fs_log_book table tr td.fs-col--type{color:#ffc861}#fs_log_book table tr td.fs-col--function{color:#a7b7b1;font-weight:bold}#fs_log_book table tr td.fs-col--message,#fs_log_book table tr td.fs-col--message a{color:#9a73ac !important}#fs_log_book table tr td.fs-col--file{color:#d07922}#fs_log_book table tr td.fs-col--timestamp{color:#6596be}
1
+ .fs-switch-label{font-size:20px;line-height:31px;margin:0 5px}#fs_log_book table{font-family:Consolas,Monaco,monospace;font-size:12px}#fs_log_book table th{color:#ccc}#fs_log_book table tr{background:#232525}#fs_log_book table tr.alternate{background:#2b2b2b}#fs_log_book table tr td.fs-col--logger{color:#5a7435}#fs_log_book table tr td.fs-col--type{color:#ffc861}#fs_log_book table tr td.fs-col--function{color:#a7b7b1;font-weight:bold}#fs_log_book table tr td.fs-col--message,#fs_log_book table tr td.fs-col--message a{color:#9a73ac !important}#fs_log_book table tr td.fs-col--file{color:#d07922}#fs_log_book table tr td.fs-col--timestamp{color:#6596be}
includes/vendor/freemius/wordpress-sdk/assets/css/admin/dialog-boxes.css CHANGED
@@ -1,2 +1,2 @@
1
- .fs-modal{position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,0.6)}.fs-modal .fs-modal-dialog{background:transparent;position:absolute;left:50%;margin-left:-298px;padding-bottom:30px;top:-100%;z-index:100001;width:596px}@media (max-width: 650px){.fs-modal .fs-modal-dialog{margin-left:-50%;box-sizing:border-box;padding-left:10px;padding-right:10px;width:100%}.fs-modal .fs-modal-dialog .fs-modal-panel>h3>strong{font-size:1.3em}}.fs-modal.active{display:block}.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal.fs-success .fs-modal-header{border-bottom-color:#46b450}.fs-modal.fs-success .fs-modal-body{background-color:#f7fff7}.fs-modal.fs-warn .fs-modal-header{border-bottom-color:#ffb900}.fs-modal.fs-warn .fs-modal-body{background-color:#fff8e5}.fs-modal.fs-error .fs-modal-header{border-bottom-color:#dc3232}.fs-modal.fs-error .fs-modal-body{background-color:#ffeaea}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-header{border-bottom:#eeeeee solid 1px;background:#fbfbfb;padding:15px 20px;position:relative;margin-bottom:-10px}.fs-modal .fs-modal-header h4{margin:0;padding:0;text-transform:uppercase;font-size:1.2em;font-weight:bold;color:#cacaca;text-shadow:1px 1px 1px #fff;letter-spacing:0.6px;-webkit-font-smoothing:antialiased}.fs-modal .fs-modal-header .fs-close{position:absolute;right:10px;top:12px;cursor:pointer;color:#bbb;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;padding:3px;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.fs-modal .fs-modal-header .fs-close:hover{color:#fff;background:#aaa}.fs-modal .fs-modal-header .fs-close .dashicons,.fs-modal .fs-modal-header .fs-close:hover .dashicons{text-decoration:none}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body p{font-size:14px}.fs-modal .fs-modal-body h2{font-size:20px;line-height:1.5em}.fs-modal .fs-modal-body>div{margin-top:10px}.fs-modal .fs-modal-body>div h2{font-weight:bold;font-size:20px;margin-top:0}.fs-modal .fs-modal-footer{border-top:#eeeeee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:first-child{margin:0}.fs-modal .fs-modal-panel>.notice.inline{margin:0;display:none}.fs-modal .fs-modal-panel:not(.active){display:none}.rtl .fs-modal .fs-modal-header .fs-close{right:auto;left:20px}body.has-fs-modal{overflow:hidden}.fs-modal.fs-modal-deactivation-feedback .reason-input,.fs-modal.fs-modal-deactivation-feedback .internal-message{margin:3px 0 3px 22px}.fs-modal.fs-modal-deactivation-feedback .reason-input input,.fs-modal.fs-modal-deactivation-feedback .reason-input textarea,.fs-modal.fs-modal-deactivation-feedback .internal-message input,.fs-modal.fs-modal-deactivation-feedback .internal-message textarea{width:100%}.fs-modal.fs-modal-deactivation-feedback li.reason.has-internal-message .internal-message{border:1px solid #ccc;padding:7px;display:none}@media (max-width: 650px){.fs-modal.fs-modal-deactivation-feedback li.reason li.reason{margin-bottom:10px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .reason-input,.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .internal-message{margin-left:29px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label{display:table}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label>span{display:table-cell;font-size:1.3em}}.fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label{float:left}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel{margin-top:0 !important}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel h3{margin-top:0;line-height:1.5em}#the-list .deactivate>.fs-slug{display:none}.fs-modal.fs-modal-subscription-cancellation .fs-price-increase-warning{color:red;font-weight:bold;padding:0 25px;margin-bottom:0}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:left;top:5px;position:relative}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:right}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{display:block;margin-left:24px}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{margin-left:0;margin-right:24px}.fs-modal.fs-modal-license-activation .fs-modal-body input.license_key{width:100%}#license_options_container table,#license_options_container table select,#license_options_container table #available_license_key{width:100%}#license_options_container table td:first-child{width:1%}#license_options_container table #other_license_key_container label{position:relative;top:6px;float:left;margin-right:5px}#license_options_container table #other_license_key_container div{overflow:hidden;width:auto;height:30px;display:block;top:2px;position:relative}#license_options_container table #other_license_key_container div input{margin:0}#sites_list_container td{cursor:pointer}#multisite_options_container{margin-top:10px;border:1px solid #ccc;padding:5px}#multisite_options_container a{text-decoration:none}#multisite_options_container a:focus{box-shadow:none}#multisite_options_container a.selected{font-weight:bold}#multisite_options_container.apply-on-all-sites{border:0 none;padding:0}#multisite_options_container.apply-on-all-sites #all_sites_options{border-spacing:0}#multisite_options_container.apply-on-all-sites #all_sites_options td:not(:first-child){display:none}#multisite_options_container #sites_list_container{display:none;overflow:auto}#multisite_options_container #sites_list_container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-modal.fs-modal-license-key-resend .email-address-container{overflow:hidden;padding-right:2px}.fs-modal.fs-modal-license-key-resend.fs-freemium input.email-address{width:300px}.fs-modal.fs-modal-license-key-resend.fs-freemium label{display:block;margin-bottom:10px}.fs-modal.fs-modal-license-key-resend.fs-premium input.email-address{width:100%}.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{float:right;margin-left:7px}@media (max-width: 650px){.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{margin-top:2px}}
2
  .rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .input-container>.email-address-container{padding-left:2px;padding-right:0}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{float:left;margin-right:7px;margin-left:0}a.show-license-resend-modal{margin-top:4px;display:inline-block}.fs-ajax-loader{position:relative;width:170px;height:20px;margin:auto}.fs-ajax-loader .fs-ajax-loader-bar{position:absolute;top:0;background-color:#0074a3;width:20px;height:20px;-webkit-animation-name:bounce_ajaxLoader;-moz-animation-name:bounce_ajaxLoader;-ms-animation-name:bounce_ajaxLoader;-o-animation-name:bounce_ajaxLoader;animation-name:bounce_ajaxLoader;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-webkit-animation-direction:normal;-moz-animation-direction:normal;-ms-animation-direction:normal;-o-animation-direction:normal;animation-direction:normal;-moz-transform:0.3;-o-transform:0.3;-ms-transform:0.3;-webkit-transform:0.3;transform:0.3}.fs-ajax-loader .fs-ajax-loader-bar-1{left:0px;animation-delay:0.6s;-o-animation-delay:0.6s;-ms-animation-delay:0.6s;-webkit-animation-delay:0.6s;-moz-animation-delay:0.6s}.fs-ajax-loader .fs-ajax-loader-bar-2{left:19px;animation-delay:0.75s;-o-animation-delay:0.75s;-ms-animation-delay:0.75s;-webkit-animation-delay:0.75s;-moz-animation-delay:0.75s}.fs-ajax-loader .fs-ajax-loader-bar-3{left:38px;animation-delay:0.9s;-o-animation-delay:0.9s;-ms-animation-delay:0.9s;-webkit-animation-delay:0.9s;-moz-animation-delay:0.9s}.fs-ajax-loader .fs-ajax-loader-bar-4{left:57px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s}.fs-ajax-loader .fs-ajax-loader-bar-5{left:76px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s}.fs-ajax-loader .fs-ajax-loader-bar-6{left:95px;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s}.fs-ajax-loader .fs-ajax-loader-bar-7{left:114px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}.fs-ajax-loader .fs-ajax-loader-bar-8{left:133px;animation-delay:1.65s;-o-animation-delay:1.65s;-ms-animation-delay:1.65s;-webkit-animation-delay:1.65s;-moz-animation-delay:1.65s}@-moz-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-ms-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-o-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-webkit-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}.fs-modal-auto-install #request-filesystem-credentials-form h2,.fs-modal-auto-install #request-filesystem-credentials-form .request-filesystem-credentials-action-buttons{display:none}.fs-modal-auto-install #request-filesystem-credentials-form input[type=password],.fs-modal-auto-install #request-filesystem-credentials-form input[type=email],.fs-modal-auto-install #request-filesystem-credentials-form input[type=text]{-webkit-appearance:none;padding:10px 10px 5px 10px;width:300px;max-width:100%}.fs-modal-auto-install #request-filesystem-credentials-form>div,.fs-modal-auto-install #request-filesystem-credentials-form label,.fs-modal-auto-install #request-filesystem-credentials-form fieldset{width:300px;max-width:100%;margin:0 auto;display:block}.button-primary.warn{box-shadow:0 1px 0 #d2593c;text-shadow:0 -1px 1px #d2593c,1px 0 1px #d2593c,0 1px 1px #d2593c,-1px 0 1px #d2593c;background:#f56a48;border-color:#ec6544 #d2593c #d2593c}.button-primary.warn:hover{background:#fd6d4a;border-color:#d2593c}.button-primary.warn:focus{box-shadow:0 1px 0 #dd6041,0 0 2px 1px #e4a796}.button-primary.warn:active{background:#dd6041;border-color:#d2593c;box-shadow:inset 0 2px 0 #d2593c}.button-primary.warn.disabled{color:#f5b3a1 !important;background:#e76444 !important;border-color:#d85e40 !important;text-shadow:0 -1px 0 rgba(0,0,0,0.1) !important}
1
+ .fs-modal{position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,0.6)}.fs-modal .dashicons{vertical-align:middle}.fs-modal .fs-modal-dialog{background:transparent;position:absolute;left:50%;margin-left:-298px;padding-bottom:30px;top:-100%;z-index:100001;width:596px}@media (max-width: 650px){.fs-modal .fs-modal-dialog{margin-left:-50%;box-sizing:border-box;padding-left:10px;padding-right:10px;width:100%}.fs-modal .fs-modal-dialog .fs-modal-panel>h3>strong{font-size:1.3em}}.fs-modal.active{display:block}.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal.fs-success .fs-modal-header{border-bottom-color:#46b450}.fs-modal.fs-success .fs-modal-body{background-color:#f7fff7}.fs-modal.fs-warn .fs-modal-header{border-bottom-color:#ffb900}.fs-modal.fs-warn .fs-modal-body{background-color:#fff8e5}.fs-modal.fs-error .fs-modal-header{border-bottom-color:#dc3232}.fs-modal.fs-error .fs-modal-body{background-color:#ffeaea}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-header{border-bottom:#eeeeee solid 1px;background:#fbfbfb;padding:15px 20px;position:relative;margin-bottom:-10px}.fs-modal .fs-modal-header h4{margin:0;padding:0;text-transform:uppercase;font-size:1.2em;font-weight:bold;color:#cacaca;text-shadow:1px 1px 1px #fff;letter-spacing:0.6px;-webkit-font-smoothing:antialiased}.fs-modal .fs-modal-header .fs-close{position:absolute;right:10px;top:12px;cursor:pointer;color:#bbb;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;padding:3px;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.fs-modal .fs-modal-header .fs-close:hover{color:#fff;background:#aaa}.fs-modal .fs-modal-header .fs-close .dashicons,.fs-modal .fs-modal-header .fs-close:hover .dashicons{text-decoration:none}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body p{font-size:14px}.fs-modal .fs-modal-body h2{font-size:20px;line-height:1.5em}.fs-modal .fs-modal-body>div{margin-top:10px}.fs-modal .fs-modal-body>div h2{font-weight:bold;font-size:20px;margin-top:0}.fs-modal .fs-modal-footer{border-top:#eeeeee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:first-child{margin:0}.fs-modal .fs-modal-panel>.notice.inline{margin:0;display:none}.fs-modal .fs-modal-panel:not(.active){display:none}.rtl .fs-modal .fs-modal-header .fs-close{right:auto;left:20px}body.has-fs-modal{overflow:hidden}.fs-modal.fs-modal-deactivation-feedback .reason-input,.fs-modal.fs-modal-deactivation-feedback .internal-message{margin:3px 0 3px 22px}.fs-modal.fs-modal-deactivation-feedback .reason-input input,.fs-modal.fs-modal-deactivation-feedback .reason-input textarea,.fs-modal.fs-modal-deactivation-feedback .internal-message input,.fs-modal.fs-modal-deactivation-feedback .internal-message textarea{width:100%}.fs-modal.fs-modal-deactivation-feedback li.reason.has-internal-message .internal-message{border:1px solid #ccc;padding:7px;display:none}@media (max-width: 650px){.fs-modal.fs-modal-deactivation-feedback li.reason li.reason{margin-bottom:10px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .reason-input,.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .internal-message{margin-left:29px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label{display:table}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label>span{display:table-cell;font-size:1.3em}}.fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label{float:left}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel{margin-top:0 !important}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel h3{margin-top:0;line-height:1.5em}#the-list .deactivate>.fs-slug{display:none}.fs-modal.fs-modal-subscription-cancellation .fs-price-increase-warning{color:red;font-weight:bold;padding:0 25px;margin-bottom:0}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:left;top:5px;position:relative}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:right}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{display:block;margin-left:24px}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{margin-left:0;margin-right:24px}.fs-modal.fs-modal-license-activation .fs-modal-body input.fs-license-key{width:100%}.fs-license-options-container table,.fs-license-options-container table select,.fs-license-options-container table .fs-available-license-key{width:100%}.fs-license-options-container table td:first-child{width:1%}.fs-license-options-container table .fs-other-license-key-container label{position:relative;top:6px;float:left;margin-right:5px}.fs-license-options-container table .fs-other-license-key-container div{overflow:hidden;width:auto;height:30px;display:block;top:2px;position:relative}.fs-license-options-container table .fs-other-license-key-container div input{margin:0}.fs-sites-list-container td{cursor:pointer}.fs-modal.fs-modal-user-change .fs-modal-body input#fs_other_email_address{width:100%}.fs-user-change-options-container table{width:100%;border-collapse:collapse}.fs-user-change-options-container table tr{display:block;margin-bottom:2px}.fs-user-change-options-container table .fs-email-address-container td{display:inline-block}.fs-user-change-options-container table .fs-email-address-container input[type="radio"]{margin-bottom:0;margin-top:0}.fs-user-change-options-container table .fs-other-email-address-container{width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div{display:table;width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div label,.fs-user-change-options-container table .fs-other-email-address-container>div>div{display:table-cell}.fs-user-change-options-container table .fs-other-email-address-container>div label{width:1%;padding-left:3px;padding-right:3px}.fs-user-change-options-container table .fs-other-email-address-container>div>div{width:auto}.fs-user-change-options-container table .fs-other-email-address-container>div>div input{width:100%}.fs-modal.fs-modal-developer-license-debug-mode .fs-modal-body input.fs-license-or-user-key{width:100%}.fs-multisite-options-container{margin-top:10px;border:1px solid #ccc;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:bold}.fs-multisite-options-container.fs-apply-on-all-sites{border:0 none;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-modal.fs-modal-license-key-resend .email-address-container{overflow:hidden;padding-right:2px}.fs-modal.fs-modal-license-key-resend.fs-freemium input.email-address{width:300px}.fs-modal.fs-modal-license-key-resend.fs-freemium label{display:block;margin-bottom:10px}.fs-modal.fs-modal-license-key-resend.fs-premium input.email-address{width:100%}.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{float:right;margin-left:7px}@media (max-width: 650px){.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{margin-top:2px}}
2
  .rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .input-container>.email-address-container{padding-left:2px;padding-right:0}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{float:left;margin-right:7px;margin-left:0}a.show-license-resend-modal{margin-top:4px;display:inline-block}.fs-ajax-loader{position:relative;width:170px;height:20px;margin:auto}.fs-ajax-loader .fs-ajax-loader-bar{position:absolute;top:0;background-color:#0074a3;width:20px;height:20px;-webkit-animation-name:bounce_ajaxLoader;-moz-animation-name:bounce_ajaxLoader;-ms-animation-name:bounce_ajaxLoader;-o-animation-name:bounce_ajaxLoader;animation-name:bounce_ajaxLoader;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-webkit-animation-direction:normal;-moz-animation-direction:normal;-ms-animation-direction:normal;-o-animation-direction:normal;animation-direction:normal;-moz-transform:0.3;-o-transform:0.3;-ms-transform:0.3;-webkit-transform:0.3;transform:0.3}.fs-ajax-loader .fs-ajax-loader-bar-1{left:0px;animation-delay:0.6s;-o-animation-delay:0.6s;-ms-animation-delay:0.6s;-webkit-animation-delay:0.6s;-moz-animation-delay:0.6s}.fs-ajax-loader .fs-ajax-loader-bar-2{left:19px;animation-delay:0.75s;-o-animation-delay:0.75s;-ms-animation-delay:0.75s;-webkit-animation-delay:0.75s;-moz-animation-delay:0.75s}.fs-ajax-loader .fs-ajax-loader-bar-3{left:38px;animation-delay:0.9s;-o-animation-delay:0.9s;-ms-animation-delay:0.9s;-webkit-animation-delay:0.9s;-moz-animation-delay:0.9s}.fs-ajax-loader .fs-ajax-loader-bar-4{left:57px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s}.fs-ajax-loader .fs-ajax-loader-bar-5{left:76px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s}.fs-ajax-loader .fs-ajax-loader-bar-6{left:95px;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s}.fs-ajax-loader .fs-ajax-loader-bar-7{left:114px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}.fs-ajax-loader .fs-ajax-loader-bar-8{left:133px;animation-delay:1.65s;-o-animation-delay:1.65s;-ms-animation-delay:1.65s;-webkit-animation-delay:1.65s;-moz-animation-delay:1.65s}@-moz-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-ms-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-o-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-webkit-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}.fs-modal-auto-install #request-filesystem-credentials-form h2,.fs-modal-auto-install #request-filesystem-credentials-form .request-filesystem-credentials-action-buttons{display:none}.fs-modal-auto-install #request-filesystem-credentials-form input[type=password],.fs-modal-auto-install #request-filesystem-credentials-form input[type=email],.fs-modal-auto-install #request-filesystem-credentials-form input[type=text]{-webkit-appearance:none;padding:10px 10px 5px 10px;width:300px;max-width:100%}.fs-modal-auto-install #request-filesystem-credentials-form>div,.fs-modal-auto-install #request-filesystem-credentials-form label,.fs-modal-auto-install #request-filesystem-credentials-form fieldset{width:300px;max-width:100%;margin:0 auto;display:block}.button-primary.warn{box-shadow:0 1px 0 #d2593c;text-shadow:0 -1px 1px #d2593c,1px 0 1px #d2593c,0 1px 1px #d2593c,-1px 0 1px #d2593c;background:#f56a48;border-color:#ec6544 #d2593c #d2593c}.button-primary.warn:hover{background:#fd6d4a;border-color:#d2593c}.button-primary.warn:focus{box-shadow:0 1px 0 #dd6041,0 0 2px 1px #e4a796}.button-primary.warn:active{background:#dd6041;border-color:#d2593c;box-shadow:inset 0 2px 0 #d2593c}.button-primary.warn.disabled{color:#f5b3a1 !important;background:#e76444 !important;border-color:#d85e40 !important;text-shadow:0 -1px 0 rgba(0,0,0,0.1) !important}
includes/vendor/freemius/wordpress-sdk/assets/css/admin/plugins.css ADDED
@@ -0,0 +1 @@
 
1
+ label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.wp-list-table.plugins .plugin-title span.fs-tag{display:inline-block;margin-left:5px;line-height:10px}
includes/vendor/freemius/wordpress-sdk/assets/css/customizer.css CHANGED
@@ -1 +1 @@
1
- #fs_customizer_upsell .fs-customizer-plan{padding:10px 20px 20px 20px;border-radius:3px;background:#fff}#fs_customizer_upsell .fs-customizer-plan h2{position:relative;margin:0;line-height:2em;text-transform:uppercase}#fs_customizer_upsell .fs-customizer-plan h2 .button-link{top:-2px}#fs_customizer_upsell .fs-feature{position:relative}#fs_customizer_upsell .dashicons-yes{color:#0085ba;font-size:2em;vertical-align:bottom;margin-left:-7px;margin-right:10px}.rtl #fs_customizer_upsell .dashicons-yes{margin-left:10px;margin-right:-7px}#fs_customizer_upsell .dashicons-editor-help{color:#bbb;cursor:help}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{opacity:0;visibility:hidden;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;position:absolute;background:#000;color:#fff;font-family:'arial', serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:0;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);line-height:1.3em;font-weight:bold;text-align:left}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{text-align:right}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{content:' ';display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#000 transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{right:21px;left:auto}#fs_customizer_upsell .dashicons-editor-help:hover .fs-feature-desc{visibility:visible;opacity:1}#fs_customizer_upsell .button-primary{display:block;text-align:center;margin-top:10px}#fs_customizer_support{display:block !important}#fs_customizer_support .button{float:right}#fs_customizer_support .button-group{width:100%;display:block;margin-top:10px}#fs_customizer_support .button-group .button{float:none;width:50%;text-align:center}
1
+ #fs_customizer_upsell .fs-customizer-plan{padding:10px 20px 20px 20px;border-radius:3px;background:#fff}#fs_customizer_upsell .fs-customizer-plan h2{position:relative;margin:0;line-height:2em;text-transform:uppercase}#fs_customizer_upsell .fs-customizer-plan h2 .button-link{top:-2px}#fs_customizer_upsell .fs-feature{position:relative}#fs_customizer_upsell .dashicons-yes{color:#0085ba;font-size:2em;vertical-align:bottom;margin-left:-7px;margin-right:10px}.rtl #fs_customizer_upsell .dashicons-yes{margin-left:10px;margin-right:-7px}#fs_customizer_upsell .dashicons-editor-help{color:#bbb;cursor:help}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{opacity:0;visibility:hidden;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;position:absolute;background:#000;color:#fff;font-family:'arial', serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:0;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);line-height:1.3em;font-weight:bold;text-align:left}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{text-align:right}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{content:' ';display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#000 transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{right:21px;left:auto}#fs_customizer_upsell .dashicons-editor-help:hover .fs-feature-desc{visibility:visible;opacity:1}#fs_customizer_upsell .button-primary{display:block;text-align:center;margin-top:10px}#fs_customizer_support{display:block !important}#fs_customizer_support .button{float:right}#fs_customizer_support .button-group{width:100%;display:block;margin-top:10px}#fs_customizer_support .button-group .button{float:none;width:50%;text-align:center}#customize-theme-controls #accordion-section-freemius_upsell{border-top:1px solid #0085ba !important;border-bottom:1px solid #0085ba !important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title{color:#fff;background-color:#0085ba;border-left:4px solid #0085ba;transition:.15s background-color ease-in-out, .15s border-color ease-in-out;outline:none;border-bottom:none !important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:hover{background-color:#008ec2;border-left-color:#0073aa}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:after{color:#fff}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title{border-left:none;border-right:4px solid #0085ba}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title:hover{border-right-color:#0073aa}
includes/vendor/freemius/wordpress-sdk/assets/scss/_colors.scss DELETED
@@ -1,79 +0,0 @@
1
- $menu-hover-color: #333;
2
- $darkest-color: #000;
3
- $fms-live-color: #71ae00;
4
- $fms-test-color: #f7941d;
5
- $fms-link-color: #29abe1;
6
- $fms-link-hover-color: darken(#29abe1, 10%);
7
- $body-bkg: #111;
8
- $special-color: #d3135a;
9
- $body-color: #f1f1f1;
10
- $fms-white: #f1f1f1;
11
- $container-bkg: #222;
12
- $container-bkg-odd: #262626;
13
- $container-border-color: #333;
14
- $table-head-bkg: #333;
15
- $table-head-color: #999;
16
- $info-color: #999;
17
- $error-color: #ff0000;
18
-
19
- $fs-logo-blue-color: #29abe1;
20
- $fs-logo-green-color: #71ae00;
21
- $fs-logo-magenta-color: #d3135a;
22
-
23
- // WordPress colors.
24
- $page-header-bkg: #333;
25
- $page-header-color: $fms-white;
26
- $text-dark-color: #333;
27
- $text-light-color: #666;
28
- $text-lightest-color: #999;
29
-
30
- // Notices.
31
- $wp-notice-success-color: #f7fff7;
32
- $wp-notice-success-dark-color: #46b450;
33
- $wp-notice-error-color: #ffeaea;
34
- $wp-notice-error-dark-color: #dc3232;
35
- $wp-notice-warn-color: #fff8e5;
36
- $wp-notice-warn-dark-color: #ffb900;
37
- $fs-notice-promotion-border-color: #00a0d2;
38
- $fs-notice-promotion-bkg: #f2fcff;
39
-
40
- // WP Buttons.
41
- $button-primary-bkg: #6bc406;
42
- $button-primary-color: $fms-white;
43
- $button-secondary-bkg: #333;
44
- $button-secondary-color: $fms-white;
45
- $featured-color: #6bc406;
46
- $wp-selected-color: #0074a3;
47
- $wp-button-alert-border-color: #d2593c;
48
- $wp-button-alert-border-top-color: #ec6544;
49
- $wp-button-alert-shadow-color: #d2593c;
50
- $wp-button-alert-focused-shadow1-color: #dd6041;
51
- $wp-button-alert-focused-shadow2-color: #e4a796;
52
- $wp-button-alert-background-color: #f56a48;
53
- $wp-button-alert-hovered-background-color: #fd6d4a;
54
- $wp-button-alert-active-background-color: #dd6041;
55
- $wp-button-alert-disabled-color: #f5b3a1;
56
- $wp-button-alert-disabled-background-color: #e76444;
57
- $wp-button-alert-disabled-border-color: #d85e40;
58
-
59
- $wordpress_color: #01749A;
60
- $blogger_color: #ff8100;
61
- $wix_color: #fac102;
62
- $shopify_color: #80d100;
63
- $addthis_color: #fe6d4e;
64
- $tumblr_color: #34506b;
65
- $zepo_color: #00baf2;
66
- $jquery_color: #000919;
67
- $javascript_color: #00baf2;
68
- $squarespace_color: #000;
69
-
70
- $blog_color: #ff6600;
71
- $facebook_color: #3b5998;
72
- $twitter_color: #4099ff;
73
- $linkedin_color: #4875b4;
74
- $youtube_color: #ff3333;
75
- $gplus_color: #c63d2d;
76
-
77
- // Tooltip
78
- $tooltip-color: #fff;
79
- $tooltip-bkg-color: rgba(0,0,0,0.8);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/_functions.scss DELETED
File without changes
includes/vendor/freemius/wordpress-sdk/assets/scss/_load.scss DELETED
@@ -1,4 +0,0 @@
1
- @import 'mixins';
2
- @import "vars";
3
- @import "functions";
4
- @import "colors";
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/_mixins.scss DELETED
@@ -1,270 +0,0 @@
1
- // ---- CSS3 SASS MIXINS ----
2
- // https://github.com/madr/css3-sass-mixins
3
- //
4
- // Copyright (C) 2011 by Anders Ytterström
5
- //
6
- // Permission is hereby granted, free of charge, to any person obtaining a copy
7
- // of this software and associated documentation files (the "Software"), to deal
8
- // in the Software without restriction, including without limitation the rights
9
- // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- // copies of the Software, and to permit persons to whom the Software is
11
- // furnished to do so, subject to the following conditions:
12
- //
13
- // The above copyright notice and this permission notice shall be included in
14
- // all copies or substantial portions of the Software.
15
- //
16
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
- // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
- // THE SOFTWARE.
23
- //
24
-
25
- // ---- LEGACY IE SUPPORT USING FILTERS ----
26
- // Should IE filters be used or not?
27
- // PROS: gradients, drop shadows etc will be handled by css.
28
- // CONS: will harm the site performance badly,
29
- // especially on sites with heavy rendering and scripting.
30
- $useIEFilters: 0;
31
- // might be 0 or 1. disabled by default.
32
- // ---- /LEGACY IE SUPPORT USING FILTERS ----
33
-
34
-
35
- @mixin background-size ($value) {
36
- -webkit-background-size: $value;
37
- background-size: $value;
38
- }
39
-
40
- @mixin border-image ($path, $offsets, $repeats) {
41
- -moz-border-image: $path $offsets $repeats;
42
- -o-border-image: $path $offsets $repeats;
43
- -webkit-border-image: $path $offsets $repeats;
44
- border-image: $path $offsets $repeats;
45
- }
46
-
47
- @mixin border-radius ($values...) {
48
- -moz-border-radius: $values;
49
- -webkit-border-radius: $values;
50
- border-radius: $values;
51
- /*-moz-background-clip: padding;
52
- -webkit-background-clip: padding-box;
53
- background-clip: padding-box;*/
54
- }
55
-
56
- @mixin box-shadow ($values...) {
57
- -moz-box-shadow: $values;
58
- -webkit-box-shadow: $values;
59
- box-shadow: $values;
60
- }
61
-
62
- //@mixin box-shadow ($x, $y, $offset, $hex, $ie: $useIEFilters, $inset: null, $spread:null) {
63
- // -moz-box-shadow: $x $y $offset $spread $hex $inset;
64
- // -webkit-box-shadow: $x $y $offset $spread $hex $inset;
65
- // box-shadow: $x $y $offset $spread $hex $inset;
66
- //
67
- // @if $ie == 1 {
68
- // $iecolor: '#' + red($hex) + green($hex) + blue($hex);
69
- // filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=#{$x}, OffY=#{$y}, Color='#{$iecolor}');
70
- // -ms-filter: quote(progid:DXImageTransform.Microsoft.dropshadow(OffX=#{$x}, OffY=#{$y}, Color='#{$iecolor}'));
71
- // }
72
- //}
73
-
74
- @mixin box-sizing($value) {
75
- -moz-box-sizing: $value;
76
- -webkit-box-sizing: $value;
77
- box-sizing: $value;
78
- }
79
-
80
- // requires sass 3.2
81
- @mixin keyframes($name){
82
- @-moz-keyframes #{$name} { @content; }
83
- @-ms-keyframes #{$name} { @content; }
84
- @-o-keyframes #{$name} { @content; }
85
- @-webkit-keyframes #{$name} { @content; }
86
- @keyframes #{$name} { @content; }
87
- }
88
-
89
- @mixin linear-gradient($from, $to, $ie: $useIEFilters) {
90
- @if $ie != 1 { background-color: $to; }
91
-
92
- background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, $from),color-stop(1, $to));
93
- background-image: -webkit-linear-gradient(top, $from, $to);
94
- background-image: -moz-linear-gradient(top, $from, $to);
95
- background-image: -ms-linear-gradient(top, $from, $to);
96
- background-image: -o-linear-gradient(top, $from, $to);
97
- background-image: linear-gradient(top, bottom, $from, $to);
98
-
99
- @if $ie == 1 {
100
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{$from}', endColorstr='#{$to}');
101
- }
102
- }
103
-
104
- @mixin horizontal-gradient($startColor: #555, $endColor: #333, $ie: $useIEFilters) {
105
- @if $ie != 1 { background-color: $endColor; }
106
-
107
- background-color: $endColor;
108
- background-image: -webkit-gradient(linear, 0 0, 100% 0, from($startColor), to($endColor)); // Safari 4+, Chrome 2+
109
- background-image: -webkit-linear-gradient(left, $startColor, $endColor); // Safari 5.1+, Chrome 10+
110
- background-image: -moz-linear-gradient(left, $startColor, $endColor); // FF 3.6+
111
- background-image: -o-linear-gradient(left, $startColor, $endColor); // Opera 11.10
112
- background-image: linear-gradient(to right, $startColor, $endColor); // Standard, IE10
113
- background-repeat: repeat-x;
114
- @if $ie == 1 {
115
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{$startColor}', endColorstr='#{$endColor}', GradientType=1);
116
- }
117
- }
118
-
119
- @mixin radial-gradient($from, $to, $ie: $useIEFilters) {
120
- @if $ie != 1 { background-color: $to; }
121
-
122
- background: -moz-radial-gradient(center, circle cover, $from 0%, $to 100%);
123
- background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, $from), color-stop(100%, $to));
124
- background: -webkit-radial-gradient(center, circle cover, $from 0%, $to 100%);
125
- background: -o-radial-gradient(center, circle cover, $from 0%, $to 100%);
126
- background: -ms-radial-gradient(center, circle cover, $from 0%, $to 100%);
127
- background: radial-gradient(center, circle cover, $from 0%, $to 100%);
128
- background-color: $from;
129
-
130
- @if $ie == 1 {
131
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{$from}', endColorstr='#{$to}', GradientType=1); /* IE6-9 fallback on horizontal gradient */
132
- }
133
- }
134
-
135
- @mixin perspective($perspective) {
136
- -moz-perspective: $perspective;
137
- -ms-perspective: $perspective;
138
- -webkit-perspective: $perspective;
139
- perspective: $perspective;
140
- -moz-transform-style: preserve-3d;
141
- -ms-transform-style: preserve-3d;
142
- -webkit-transform-style: preserve-3d;
143
- transform-style: preserve-3d;
144
- }
145
-
146
- @mixin transform ($transforms) {
147
- -moz-transform: $transforms;
148
- -o-transform: $transforms;
149
- -ms-transform: $transforms;
150
- -webkit-transform: $transforms;
151
- transform: $transforms;
152
- }
153
-
154
- @mixin matrix ($a, $b, $c, $d, $e, $f) {
155
- -moz-transform: matrix($a, $b, $c, $d, #{$e}px, #{$f}px);
156
- -o-transform: matrix($a, $b, $c, $d, $e, $f);
157
- -ms-transform: matrix($a, $b, $c, $d, $e, $f);
158
- -webkit-transform: matrix($a, $b, $c, $d, $e, $f);
159
- transform: matrix($a, $b, $c, $d, $e, $f);
160
- }
161
-
162
- @mixin rotate ($deg) {
163
- @include transform(rotate(#{$deg}deg));
164
- }
165
-
166
- @mixin scale ($size) {
167
- @include transform(scale(#{$size}));
168
- }
169
-
170
- @mixin translate ($x, $y) {
171
- @include transform(translate($x, $y));
172
- }
173
-
174
- @mixin transition ($value...) {
175
- -moz-transition: $value;
176
- -o-transition: $value;
177
- -ms-transition: $value;
178
- -webkit-transition: $value;
179
- transition: $value;
180
- }
181
-
182
- @mixin animation($str) {
183
- -webkit-animation: #{$str};
184
- -moz-animation: #{$str};
185
- -ms-animation: #{$str};
186
- -o-animation: #{$str};
187
- animation: #{$str};
188
- }
189
-
190
- @mixin animation-name($str) {
191
- -webkit-animation-name: #{$str};
192
- -moz-animation-name: #{$str};
193
- -ms-animation-name: #{$str};
194
- -o-animation-name: #{$str};
195
- animation-name: #{$str};
196
- }
197
-
198
- @mixin animation-duration($str) {
199
- -webkit-animation-duration: #{$str};
200
- -moz-animation-duration: #{$str};
201
- -ms-animation-duration: #{$str};
202
- -o-animation-duration: #{$str};
203
- animation-duration: #{$str};
204
- }
205
-
206
- @mixin animation-direction($str) {
207
- -webkit-animation-direction: #{$str};
208
- -moz-animation-direction: #{$str};
209
- -ms-animation-direction: #{$str};
210
- -o-animation-direction: #{$str};
211
- animation-direction: #{$str};
212
- }
213
-
214
- @mixin animation-delay($str) {
215
- animation-delay:#{$str};
216
- -o-animation-delay:#{$str};
217
- -ms-animation-delay:#{$str};
218
- -webkit-animation-delay:#{$str};
219
- -moz-animation-delay:#{$str};
220
- }
221
-
222
- @mixin animation-iteration-count($str) {
223
- animation-iteration-count:#{$str};
224
- -o-animation-iteration-count:#{$str};
225
- -ms-animation-iteration-count:#{$str};
226
- -webkit-animation-iteration-count:#{$str};
227
- -moz-animation-iteration-count:#{$str};
228
- }
229
-
230
- @mixin animation-timing-function($str) {
231
- -webkit-animation-timing-function: #{$str};
232
- -moz-animation-timing-function: #{$str};
233
- -ms-animation-timing-function: #{$str};
234
- -o-animation-timing-function: #{$str};
235
- animation-timing-function: #{$str};
236
- }
237
-
238
- // ==== /CSS3 SASS MIXINS ====
239
-
240
- @mixin opacity($opacity) {
241
- opacity: $opacity;
242
- $opacity-ie: $opacity * 100;
243
- filter: alpha(opacity=$opacity-ie); //IE8
244
- }
245
-
246
- @mixin size($width, $height: $width)
247
- {
248
- width: $width;
249
- height: $height;
250
- }
251
-
252
- @mixin clearfix
253
- {
254
- &:after {
255
- content: "";
256
- display: table;
257
- clear: both;
258
- }
259
- }
260
-
261
- // Placeholder text
262
- @mixin placeholder($color: $input-color-placeholder) {
263
- // Firefox
264
- &::-moz-placeholder {
265
- color: $color;
266
- opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526
267
- }
268
- &:-ms-input-placeholder { color: $color; } // Internet Explorer 10+
269
- &::-webkit-input-placeholder { color: $color; } // Safari and Chrome
270
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/_start.scss DELETED
@@ -1,4 +0,0 @@
1
- @import "vars";
2
- @import "colors";
3
- @import "mixins";
4
- @import "functions";
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/_vars.scss DELETED
@@ -1,6 +0,0 @@
1
- $is_production: true;
2
-
3
- $img_common: if($is_production == true, '//img.freemius.com', 'http://img.freemius:8080');
4
-
5
- $layout_width: 960px;
6
- $admin_mobile_max_width: 782px;
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_ajax-loader.scss DELETED
@@ -1,49 +0,0 @@
1
- $color: $wp-selected-color;
2
- $bkg-color: #fff;
3
- $size: 20;
4
-
5
- .fs-ajax-loader
6
- {
7
- position: relative;
8
- width: #{8*$size + 10}px;
9
- height: #{$size}px;
10
- margin: auto;
11
-
12
- .fs-ajax-loader-bar
13
- {
14
- position: absolute;
15
- top: 0;
16
- background-color: $color;
17
- width: #{$size}px;
18
- height: #{$size}px;
19
- @include animation-name(bounce_ajaxLoader);
20
- @include animation-duration(1.5s);
21
- @include animation-iteration-count(infinite);
22
- @include animation-direction(normal);
23
- @include transform(.3);
24
- }
25
-
26
- @for $i from 0 through 7
27
- {
28
- .fs-ajax-loader-bar-#{$i + 1}
29
- {
30
- left: #{$i*($size - 1)}px;
31
- @include animation-delay(#{0.6 + $i*0.15}s);
32
- }
33
- }
34
- }
35
-
36
- @include keyframes(bounce_ajaxLoader)
37
- {
38
- 0%
39
- {
40
- @include transform(scale(1));
41
- background-color: $color;
42
- }
43
-
44
- 100%
45
- {
46
- @include transform(scale(.3));
47
- background-color: $bkg-color;
48
- }
49
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_auto-install.scss DELETED
@@ -1,33 +0,0 @@
1
- .fs-modal-auto-install
2
- {
3
- $max-width: 300px;
4
-
5
- #request-filesystem-credentials-form
6
- {
7
- h2,
8
- .request-filesystem-credentials-action-buttons
9
- {
10
- display: none;
11
- }
12
-
13
- input[type=password],
14
- input[type=email],
15
- input[type=text]
16
- {
17
- -webkit-appearance: none;
18
- padding: 10px 10px 5px 10px;
19
- width: $max-width;
20
- max-width: 100%;
21
- }
22
-
23
- > div,
24
- label,
25
- fieldset
26
- {
27
- width: $max-width;
28
- max-width: 100%;
29
- margin: 0 auto;
30
- display: block;
31
- }
32
- }
33
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_buttons.scss DELETED
@@ -1,28 +0,0 @@
1
- .button-primary.warn {
2
- box-shadow: 0 1px 0 $wp-button-alert-shadow-color;
3
- text-shadow: 0 -1px 1px $wp-button-alert-shadow-color, 1px 0 1px $wp-button-alert-shadow-color, 0 1px 1px $wp-button-alert-shadow-color, -1px 0 1px $wp-button-alert-shadow-color;
4
- background: $wp-button-alert-background-color;
5
- border-color: $wp-button-alert-border-top-color $wp-button-alert-border-color $wp-button-alert-border-color;
6
-
7
- &:hover {
8
- background: $wp-button-alert-hovered-background-color;
9
- border-color: $wp-button-alert-border-color;
10
- }
11
-
12
- &:focus {
13
- box-shadow: 0 1px 0 $wp-button-alert-focused-shadow1-color, 0 0 2px 1px $wp-button-alert-focused-shadow2-color;
14
- }
15
-
16
- &:active {
17
- background: $wp-button-alert-active-background-color;
18
- border-color: $wp-button-alert-border-color;
19
- box-shadow: inset 0 2px 0 $wp-button-alert-shadow-color;
20
- }
21
-
22
- &.disabled {
23
- color: $wp-button-alert-disabled-color !important;
24
- background: $wp-button-alert-disabled-background-color !important;
25
- border-color: $wp-button-alert-disabled-border-color !important;
26
- text-shadow: 0 -1px 0 rgba(0,0,0,.1) !important;
27
- }
28
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_deactivation-feedback.scss DELETED
@@ -1,55 +0,0 @@
1
- @import "../colors";
2
-
3
- .fs-modal.fs-modal-deactivation-feedback {
4
- .reason-input, .internal-message {
5
- margin: 3px 0 3px 22px;
6
-
7
- input, textarea {
8
- width: 100%;
9
- }
10
- }
11
-
12
- li.reason {
13
- &.has-internal-message .internal-message {
14
- border: 1px solid lighten($darkest-color, 80%);
15
- padding: 7px;
16
- display: none;
17
- }
18
-
19
- @media (max-width: 650px) {
20
- li.reason {
21
- margin-bottom: 10px;
22
-
23
- .reason-input, .internal-message {
24
- margin-left: 29px;
25
- }
26
-
27
- label {
28
- display: table;
29
-
30
- > span {
31
- display: table-cell;
32
- font-size: 1.3em;
33
- }
34
- }
35
- }
36
- }
37
- }
38
-
39
- .anonymous-feedback-label {
40
- float: left;
41
- }
42
-
43
- .fs-modal-panel {
44
- margin-top: 0 !important;
45
-
46
- h3 {
47
- margin-top: 0;
48
- line-height: 1.5em;
49
- }
50
- }
51
- }
52
-
53
- #the-list .deactivate > .fs-slug {
54
- display: none;
55
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_gdpr-consent.scss DELETED
@@ -1,81 +0,0 @@
1
- #fs_marketing_optin
2
- {
3
- display: none;
4
- margin-top: 10px;
5
- border: 1px solid #ccc;
6
- padding: 10px;
7
- line-height: 1.5em;
8
-
9
- .fs-message
10
- {
11
- display: block;
12
- margin-bottom: 5px;
13
- font-size: 1.05em;
14
- font-weight: 600;
15
- }
16
-
17
- &.error
18
- {
19
- border: 1px solid $fs-logo-magenta-color;
20
- background: #fee;
21
-
22
- .fs-message
23
- {
24
- color: $fs-logo-magenta-color;
25
- }
26
- }
27
-
28
- .fs-input-container
29
- {
30
- margin-top: 5px;
31
-
32
- label
33
- {
34
- margin-top: 5px;
35
- display: block;
36
-
37
- input
38
- {
39
- float: left;
40
- margin: 1px 0 0 0;
41
- }
42
-
43
- &:first-child
44
- {
45
- display: block;
46
- margin-bottom: 2px;
47
- }
48
- }
49
- }
50
-
51
- .fs-input-label
52
- {
53
- display: block;
54
- margin-left: 20px;
55
-
56
- .underlined
57
- {
58
- text-decoration: underline;
59
- }
60
- }
61
- }
62
-
63
- .rtl
64
- {
65
- #fs_marketing_optin
66
- {
67
- .fs-input-container
68
- {
69
- label input
70
- {
71
- float: right;
72
- }
73
- }
74
-
75
- .fs-input-label
76
- {
77
- margin-left: 0;
78
- margin-right: 20px;
79
- }
80
- }
81
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_license-activation.scss DELETED
@@ -1,47 +0,0 @@
1
- .fs-modal.fs-modal-license-activation {
2
- .fs-modal-body {
3
- input.license_key {
4
- width: 100%;
5
- }
6
- }
7
- }
8
-
9
- #license_options_container {
10
- table {
11
- &, select, #available_license_key {
12
- width: 100%;
13
- }
14
-
15
- td:first-child {
16
- width: 1%;
17
- }
18
-
19
- #other_license_key_container {
20
- label {
21
- position: relative;
22
- top: 6px;
23
- float: left;
24
- margin-right: 5px;
25
- }
26
-
27
- div {
28
- overflow: hidden;
29
- width: auto;
30
- height: 30px;
31
- display: block;
32
- top: 2px;
33
- position: relative;
34
-
35
- input {
36
- margin: 0;
37
- }
38
- }
39
- }
40
- }
41
- }
42
-
43
- #sites_list_container {
44
- td {
45
- cursor: pointer;
46
- }
47
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_license-key-resend.scss DELETED
@@ -1,68 +0,0 @@
1
- .fs-modal.fs-modal-license-key-resend
2
- {
3
- .email-address-container
4
- {
5
- overflow: hidden;
6
- padding-right: 2px;
7
- }
8
-
9
- &.fs-freemium
10
- {
11
- input.email-address
12
- {
13
- width: 300px;
14
- }
15
-
16
- label
17
- {
18
- display: block;
19
- margin-bottom: 10px;
20
- }
21
- }
22
-
23
- &.fs-premium
24
- {
25
- input.email-address
26
- {
27
- width: 100%;
28
- }
29
-
30
- .button-container
31
- {
32
- float: right;
33
- margin-left: 7px;
34
-
35
- @media (max-width: 650px) {
36
- margin-top: 2px;
37
- }
38
- }
39
- }
40
- }
41
-
42
- .rtl
43
- {
44
- .fs-modal.fs-modal-license-key-resend
45
- {
46
- .fs-modal-body
47
- {
48
- .input-container > .email-address-container
49
- {
50
- padding-left: 2px;
51
- padding-right: 0;
52
- }
53
-
54
- .button-container
55
- {
56
- float: left;
57
- margin-right: 7px;
58
- margin-left: 0;
59
- }
60
- }
61
- }
62
- }
63
-
64
- a.show-license-resend-modal
65
- {
66
- margin-top: 4px;
67
- display: inline-block;
68
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_modal-common.scss DELETED
@@ -1,194 +0,0 @@
1
- @import "../colors";
2
- @import "../mixins";
3
-
4
- .fs-modal {
5
- position: fixed;
6
- overflow: auto;
7
- height: 100%;
8
- width: 100%;
9
- top: 0;
10
- z-index: 100000;
11
- display: none;
12
- background: rgba(0, 0, 0, 0.6);
13
-
14
- .fs-modal-dialog {
15
- background: transparent;
16
- position: absolute;
17
- left: 50%;
18
- margin-left: -298px;
19
- padding-bottom: 30px;
20
- top: -100%;
21
- z-index: 100001;
22
- width: 596px;
23
-
24
- @media (max-width: 650px) {
25
- margin-left: -50%;
26
- box-sizing: border-box;
27
- padding-left: 10px;
28
- padding-right: 10px;
29
- width: 100%;
30
-
31
- .fs-modal-panel > h3 > strong {
32
- font-size: 1.3em;
33
- }
34
- }
35
- }
36
-
37
- &.active {
38
- display: block;
39
-
40
- &:before {
41
- display: block;
42
- }
43
-
44
- .fs-modal-dialog {
45
- top: 10%;
46
- }
47
- }
48
-
49
- &.fs-success {
50
- .fs-modal-header {
51
- border-bottom-color: $wp-notice-success-dark-color;
52
- }
53
-
54
- .fs-modal-body {
55
- background-color: $wp-notice-success-color;
56
- }
57
- }
58
-
59
- &.fs-warn {
60
- .fs-modal-header {
61
- border-bottom-color: $wp-notice-warn-dark-color;
62
- }
63
-
64
- .fs-modal-body {
65
- background-color: $wp-notice-warn-color;
66
- }
67
- }
68
-
69
- &.fs-error {
70
- .fs-modal-header {
71
- border-bottom-color: $wp-notice-error-dark-color;
72
- }
73
-
74
- .fs-modal-body {
75
- background-color: $wp-notice-error-color;
76
- }
77
- }
78
-
79
-
80
- .fs-modal-body,
81
- .fs-modal-footer {
82
- border: 0;
83
- background: #fefefe;
84
- padding: 20px;
85
- }
86
-
87
- .fs-modal-header {
88
- border-bottom: #eeeeee solid 1px;
89
- background: #fbfbfb;
90
- padding: 15px 20px;
91
- position: relative;
92
- margin-bottom: -10px;
93
- // z-index: 2;
94
-
95
- h4 {
96
- margin: 0;
97
- padding: 0;
98
- text-transform: uppercase;
99
- font-size: 1.2em;
100
- font-weight: bold;
101
- color: #cacaca;
102
- text-shadow: 1px 1px 1px #fff;
103
- letter-spacing: 0.6px;
104
- -webkit-font-smoothing: antialiased;
105
- }
106
-
107
- .fs-close {
108
- position: absolute;
109
- right: 10px;
110
- top: 12px;
111
- cursor: pointer;
112
- color: #bbb;
113
- @include border-radius(20px);
114
- padding: 3px;
115
- @include transition(all 0.2s ease-in-out);
116
-
117
- &:hover {
118
- color: #fff;
119
- background: #aaa;
120
- }
121
-
122
- &, &:hover
123
- {
124
- .dashicons
125
- {
126
- text-decoration: none;
127
- }
128
- }
129
- }
130
- }
131
-
132
- .fs-modal-body {
133
- border-bottom: 0;
134
-
135
- p {
136
- font-size: 14px;
137
- }
138
-
139
- h2 {
140
- font-size: 20px;
141
- line-height: 1.5em;
142
- }
143
-
144
- > div {
145
- margin-top: 10px;
146
-
147
- h2 {
148
- font-weight: bold;
149
- font-size: 20px;
150
- margin-top: 0;
151
- }
152
- }
153
- }
154
-
155
- .fs-modal-footer {
156
- border-top: #eeeeee solid 1px;
157
- text-align: right;
158
-
159
- > .button {
160
- margin: 0 7px;
161
-
162
- &:first-child {
163
- margin: 0;
164
- }
165
- }
166
- }
167
-
168
- .fs-modal-panel {
169
- > .notice.inline {
170
- margin: 0;
171
- display: none;
172
- }
173
-
174
- &:not(.active) {
175
- display: none;
176
- }
177
- }
178
- }
179
-
180
- .rtl
181
- {
182
- .fs-modal {
183
- .fs-modal-header {
184
- .fs-close {
185
- right: auto;
186
- left: 20px;
187
- }
188
- }
189
- }
190
- }
191
-
192
- body.has-fs-modal {
193
- overflow: hidden;
194
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_multisite-options.scss DELETED
@@ -1,40 +0,0 @@
1
- #multisite_options_container {
2
- margin-top: 10px;
3
- border: 1px solid #ccc;
4
- padding: 5px;
5
-
6
- a {
7
- text-decoration: none;
8
-
9
- &:focus {
10
- box-shadow: none;
11
- }
12
-
13
- &.selected {
14
- font-weight: bold;
15
- }
16
- }
17
-
18
- &.apply-on-all-sites {
19
- border: 0 none;
20
- padding: 0;
21
-
22
- #all_sites_options {
23
- border-spacing: 0;
24
-
25
- td:not(:first-child) {
26
- display: none;
27
- }
28
- }
29
- }
30
-
31
- #sites_list_container {
32
- display: none;
33
- overflow: auto;
34
-
35
- table td {
36
- border-top: 1px solid #ccc;
37
- padding: 4px 2px;
38
- }
39
- }
40
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_plugin-upgrade-notice.scss DELETED
@@ -1,8 +0,0 @@
1
- .plugins p.fs-upgrade-notice
2
- {
3
- border: 0;
4
- background-color: #d54e21;
5
- padding: 10px;
6
- color: #f9f9f9;
7
- margin-top: 10px;
8
- }
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_subscription-cancellation.scss DELETED
@@ -1,30 +0,0 @@
1
- .fs-modal.fs-modal-subscription-cancellation {
2
- .fs-price-increase-warning {
3
- color: red;
4
- font-weight: bold;
5
- padding: 0 25px;
6
- margin-bottom: 0;
7
- }
8
-
9
- ul.subscription-actions label {
10
- input {
11
- float: left;
12
- top: 5px;
13
- position: relative;
14
-
15
- .rtl & {
16
- float: right;
17
- }
18
- }
19
-
20
- span {
21
- display: block;
22
- margin-left: 24px;
23
-
24
- .rtl & {
25
- margin-left: 0;
26
- margin-right: 24px;
27
- }
28
- }
29
- }
30
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_themes.scss DELETED
@@ -1,21 +0,0 @@
1
- .theme-browser
2
- {
3
- .theme
4
- {
5
- .fs-premium-theme-badge
6
- {
7
- position: absolute;
8
- top: 10px;
9
- right: 0;
10
- background: $fs-logo-green-color;
11
- color: #fff;
12
- text-transform: uppercase;
13
- padding: 5px 10px;
14
- @include border-radius(3px 0 0 3px);
15
- font-weight: bold;
16
- border-right: 0;
17
- @include box-shadow(0 2px 1px -1px rgba(0, 0, 0, .3));
18
- font-size: 1.1em;
19
- }
20
- }
21
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/_tooltip.scss DELETED
@@ -1,66 +0,0 @@
1
- .fs-tooltip-trigger
2
- {
3
- &:not(a)
4
- {
5
- cursor: help;
6
- }
7
-
8
- position: relative;
9
-
10
- .fs-tooltip
11
- {
12
- opacity: 0;
13
- visibility: hidden;
14
- @include transition(opacity 0.3s ease-in-out);
15
- position: absolute;
16
- background: $tooltip-bkg-color;
17
- color: $tooltip-color;
18
- font-family: 'arial', serif;
19
- font-size: 12px;
20
- padding: 10px;
21
- z-index: 999999;
22
- bottom: 100%;
23
- margin-bottom: 5px;
24
- left: 0;
25
- right: 0;
26
- @include border-radius(5px);
27
- @include box-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
28
- line-height: 1.3em;
29
- font-weight: bold;
30
- text-align: left;
31
-
32
- .rtl &
33
- {
34
- text-align: right;
35
- }
36
-
37
- &::after
38
- {
39
- content: ' ';
40
- display: block;
41
- width: 0;
42
- height: 0;
43
- border-style: solid;
44
- border-width: 5px 5px 0 5px;
45
- border-color: $tooltip-bkg-color transparent transparent transparent;
46
- position: absolute;
47
- top: 100%;
48
- left: 21px;
49
-
50
- .rtl &
51
- {
52
- right: 21px;
53
- left: auto;
54
- }
55
- }
56
- }
57
-
58
- &:hover
59
- {
60
- .fs-tooltip
61
- {
62
- visibility: visible;
63
- opacity: 1;
64
- }
65
- }
66
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/account.scss DELETED
@@ -1,302 +0,0 @@
1
- @import "../start";
2
-
3
- #fs_account
4
- {
5
- .postbox,
6
- .widefat
7
- {
8
- max-width: 700px;
9
- }
10
-
11
- h3
12
- {
13
- font-size: 1.3em;
14
- padding: 12px 15px;
15
- margin: 0 0 12px 0;
16
- line-height: 1.4;
17
- border-bottom: 1px solid #F1F1F1;
18
-
19
- .dashicons {
20
- width: 26px;
21
- height: 26px;
22
- font-size: 1.3em;
23
- }
24
- }
25
-
26
- i.dashicons
27
- {
28
- font-size: 1.2em;
29
- height: 1.2em;
30
- width: 1.2em;
31
- }
32
-
33
- .dashicons
34
- {
35
- vertical-align: middle;
36
- }
37
-
38
- .fs-header-actions
39
- {
40
- position: absolute;
41
- top: 17px;
42
- right: 15px;
43
- font-size: 0.9em;
44
-
45
- ul
46
- {
47
- margin: 0;
48
- }
49
-
50
- li
51
- {
52
- form
53
- {
54
- display: inline-block;
55
- }
56
-
57
- float: left;
58
- a
59
- {
60
- text-decoration: none;
61
- }
62
- }
63
- }
64
- }
65
-
66
- #fs_account_details .button-group {
67
- float: right;
68
- }
69
-
70
- .rtl #fs_account .fs-header-actions
71
- {
72
- left: 15px;
73
- right: auto;
74
- }
75
-
76
- .fs-key-value-table
77
- {
78
- width: 100%;
79
-
80
- form
81
- {
82
- display: inline-block;
83
- }
84
-
85
- tr
86
- {
87
- td:first-child
88
- {
89
- nobr
90
- {
91
- font-weight: bold;
92
- }
93
-
94
- text-align: right;
95
-
96
- form
97
- {
98
- display: block;
99
- }
100
- }
101
-
102
- td.fs-right
103
- {
104
- text-align: right;
105
- }
106
-
107
- &.fs-odd
108
- {
109
- background: #ebebeb;
110
- }
111
- }
112
-
113
- td, th
114
- {
115
- padding: 10px;
116
- }
117
-
118
- code {
119
- line-height: 28px;
120
- }
121
-
122
- var, code, input[type="text"]
123
- {
124
- color: #0073AA;
125
- font-size: 16px;
126
- background: none;
127
- }
128
-
129
- input[type="text"] {
130
- width: 100%;
131
- font-weight: bold;
132
- }
133
- }
134
-
135
- label.fs-tag
136
- {
137
- background: #ffba00;
138
- color: #fff;
139
- display: inline-block;
140
- border-radius: 3px;
141
- padding: 5px;
142
- font-size: 11px;
143
- line-height: 11px;
144
- vertical-align: baseline;
145
-
146
- &.fs-warn
147
- {
148
- background: #ffba00;
149
- }
150
- &.fs-success
151
- {
152
- background: #46b450;
153
- }
154
- &.fs-error
155
- {
156
- background: #dc3232;
157
- }
158
- }
159
-
160
- #fs_sites
161
- {
162
- .fs-scrollable-table
163
- {
164
- .fs-table-body {
165
- max-height: 200px;
166
- overflow: auto;
167
- border: 1px solid #e5e5e5;
168
-
169
- & > table.widefat {
170
- border: none !important;
171
- }
172
- }
173
-
174
- .fs-main-column {
175
- width: 100%;
176
- }
177
-
178
- .fs-site-details
179
- {
180
- td:first-of-type
181
- {
182
- text-align: right;
183
- color: grey;
184
- width: 1px;
185
- }
186
-
187
- td:last-of-type
188
- {
189
- text-align: right;
190
- }
191
- }
192
-
193
- .fs-install-details table
194
- {
195
- tr td
196
- {
197
- width: 1px;
198
- white-space: nowrap;
199
-
200
- &:last-of-type
201
- {
202
- width: auto;
203
- }
204
- }
205
- }
206
- }
207
- }
208
-
209
- #fs_addons
210
- {
211
- h3
212
- {
213
- border: none;
214
- margin-bottom: 0;
215
- padding: 4px 5px;
216
- }
217
-
218
- td
219
- {
220
- vertical-align: middle;
221
- }
222
-
223
- thead {
224
- white-space: nowrap;
225
- }
226
-
227
- td:first-child,
228
- th:first-child
229
- {
230
- text-align: left;
231
- font-weight: bold;
232
- }
233
- td:last-child,
234
- th:last-child
235
- {
236
- text-align: right;
237
- }
238
- th
239
- {
240
- font-weight: bold;
241
- }
242
- }
243
-
244
- #fs_billing_address {
245
- width: 100%;
246
-
247
- tr {
248
- td {
249
- width: 50%;
250
- padding: 5px;
251
- }
252
-
253
- &:first-of-type {
254
- td {
255
- padding-top: 0;
256
- }
257
- }
258
- }
259
-
260
- @mixin read-mode {
261
- border-color: transparent;
262
- color: #777;
263
- border-bottom: 1px dashed #ccc;
264
- padding-left: 0;
265
- background: none;
266
- }
267
-
268
- span {
269
- font-weight: bold;
270
- }
271
-
272
- input, select {
273
- @include placeholder(transparent);
274
-
275
- display: block;
276
- width: 100%;
277
- margin-top: 5px;
278
-
279
- &.fs-read-mode {
280
- @include read-mode();
281
- }
282
- }
283
-
284
-
285
- &.fs-read-mode {
286
- td span {
287
- display: none;
288
- }
289
-
290
- input, select
291
- {
292
- @include read-mode();
293
- @include placeholder(#ccc);
294
- }
295
- }
296
-
297
-
298
- button {
299
- display: block;
300
- width: 100%;
301
- }
302
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/add-ons.scss DELETED
@@ -1,449 +0,0 @@
1
- @import "../start";
2
-
3
- #fs_addons
4
- {
5
- .fs-cards-list
6
- {
7
- list-style: none;
8
-
9
- .fs-card
10
- {
11
- float: left;
12
- // height: 185px; // With reviews/ratings
13
- height: 152px;
14
- width: 310px;
15
- padding: 0;
16
- margin: 0 0 30px 30px;
17
- font-size: 14px;
18
- list-style: none;
19
- border: 1px solid #ddd;
20
- cursor: pointer;
21
- position: relative;
22
-
23
- .fs-overlay
24
- {
25
- position: absolute;
26
- left: 0;
27
- right: 0;
28
- bottom: 0;
29
- top: 0;
30
- z-index: 9;
31
- }
32
-
33
- .fs-inner
34
- {
35
- background-color: #fff;
36
- overflow: hidden;
37
- height: 100%;
38
- position: relative;
39
-
40
- ul
41
- {
42
- @include transition(all, 0.15s);
43
- left: 0;
44
- right: 0;
45
- top: 0;
46
- position: absolute;
47
- }
48
-
49
- li
50
- {
51
- list-style: none;
52
- line-height: 18px;
53
- padding: 0 15px;
54
- width: 100%;
55
- display: block;
56
- @include box-sizing(border-box);
57
- }
58
-
59
- .fs-card-banner
60
- {
61
- padding: 0;
62
- margin: 0;
63
- line-height: 0;
64
- display: block;
65
- height: 100px;
66
- background-repeat: repeat-x;
67
- background-size: 100% 100%;
68
- @include transition(all, 0.15s);
69
- }
70
-
71
- .fs-title
72
- {
73
- margin: 10px 0 0 0;
74
- height: 18px;
75
- overflow: hidden;
76
- color: #000;
77
- white-space: nowrap;
78
- text-overflow: ellipsis;
79
- font-weight: bold;
80
- }
81
-
82
- .fs-offer
83
- {
84
- font-size: 0.9em;
85
- }
86
-
87
- .fs-description
88
- {
89
- background-color: #f9f9f9;
90
- padding: 10px 15px 100px 15px;
91
- border-top: 1px solid #eee;
92
- margin: 0 0 10px 0;
93
- color: #777;
94
- }
95
-
96
- .fs-tag
97
- {
98
- position: absolute;
99
- top: 10px;
100
- right: 0px;
101
- background: greenyellow;
102
- display: block;
103
- padding: 2px 10px;
104
- @include box-shadow(1px 1px 1px rgba(0,0,0,0.3));
105
- text-transform: uppercase;
106
- font-size: 0.9em;
107
- font-weight: bold;
108
- }
109
-
110
- .fs-cta
111
- {
112
- .button
113
- {
114
- position: absolute;
115
- top: 112px;
116
- right: 10px;
117
- }
118
- }
119
- }
120
-
121
- @media screen and (min-width: 960px) {
122
- &:hover
123
- {
124
- .fs-overlay
125
- {
126
- border: 2px solid $fms-link-color;
127
- margin-left: -1px;
128
- margin-top: -1px;
129
- }
130
-
131
- .fs-inner
132
- {
133
- ul
134
- {
135
- top: -100px;
136
- }
137
-
138
- .fs-card-banner
139
- {
140
- // background-position: 50% -100px;
141
- }
142
-
143
- .fs-title,
144
- .fs-offer
145
- {
146
- color: $fms-link-color;
147
- }
148
- }
149
- }
150
- }
151
- }
152
- }
153
- }
154
-
155
- #TB_window
156
- {
157
- &, iframe
158
- {
159
- width: 772px !important;
160
- }
161
- }
162
-
163
- #plugin-information
164
- {
165
- #section-description
166
- {
167
- h2, h3, p, b, i, blockquote, li, ul, ol
168
- {
169
- clear: none;
170
- }
171
-
172
- .fs-selling-points
173
- {
174
- padding-bottom: 10px;
175
- border-bottom: 1px solid #ddd;
176
-
177
- ul
178
- {
179
- margin: 0;
180
-
181
- li
182
- {
183
- padding: 0;
184
- list-style: none outside none;
185
-
186
- i.dashicons
187
- {
188
- color: $fs-logo-green-color;
189
- font-size: 3em;
190
- vertical-align: middle;
191
- line-height: 30px;
192
- float: left;
193
- margin: 0 0 0 -15px;
194
- }
195
-
196
- h3
197
- {
198
- margin: 1em 30px !important;
199
- }
200
- }
201
- }
202
- }
203
-
204
- .fs-screenshots
205
- {
206
- @include clearfix();
207
- ul
208
- {
209
- list-style: none;
210
- margin: 0;
211
-
212
- li
213
- {
214
- width: 225px;
215
- height: 225px;
216
- float: left;
217
- margin-bottom: 20px;
218
- @include box-sizing(content-box);
219
-
220
- a
221
- {
222
- display: block;
223
- width: 100%;
224
- height: 100%;
225
- border: 1px solid;
226
- @include box-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
227
- background-size: cover;
228
- }
229
-
230
- &.odd
231
- {
232
- margin-right: 20px;
233
- }
234
- }
235
- }
236
- }
237
- }
238
-
239
- .plugin-information-pricing
240
- {
241
- $pricing_color: #FFFEEC;
242
- $borders_color: #DDD;
243
- margin: -16px;
244
- // padding: 20px;
245
- border-bottom: 1px solid $borders_color;
246
-
247
- .fs-plan
248
- {
249
-
250
- h3
251
- {
252
- margin-top: 0;
253
- padding: 20px;
254
- font-size: 16px;
255
- }
256
-
257
- .nav-tab-wrapper
258
- {
259
- border-bottom: 1px solid $borders_color;
260
-
261
- .nav-tab
262
- {
263
- cursor: pointer;
264
- position: relative;
265
- padding: 0 10px;
266
- font-size: 0.9em;
267
-
268
- label
269
- {
270
- text-transform: uppercase;
271
- color: green;
272
- background: greenyellow;
273
- position: absolute;
274
- left: -1px;
275
- right: -1px;
276
- bottom: 100%;
277
- border: 1px solid darkgreen;
278
- padding: 2px;
279
- text-align: center;
280
- font-size: 0.9em;
281
- line-height: 1em;
282
- }
283
-
284
- &.nav-tab-active
285
- {
286
- cursor: default;
287
- background: $pricing_color;
288
- border-bottom-color: $pricing_color;
289
- }
290
- }
291
- }
292
-
293
- &.fs-single-cycle
294
- {
295
- h3
296
- {
297
- background: $pricing_color;
298
- margin: 0;
299
- padding-bottom: 0;
300
- color: #0073aa;
301
- }
302
-
303
- .nav-tab-wrapper,
304
- .fs-billing-frequency
305
- {
306
- display: none;
307
- }
308
- }
309
-
310
- .fs-pricing-body
311
- {
312
- background: $pricing_color;
313
- padding: 20px;
314
- }
315
-
316
- .button
317
- {
318
- width: 100%;
319
- text-align: center;
320
- font-weight: bold;
321
- text-transform: uppercase;
322
- font-size: 1.1em;
323
- }
324
-
325
- label
326
- {
327
- white-space: nowrap;
328
- }
329
-
330
- var {
331
- font-style: normal;
332
- }
333
-
334
- .fs-billing-frequency,
335
- .fs-annual-discount
336
- {
337
- text-align: center;
338
- display: block;
339
- font-weight: bold;
340
- margin-bottom: 10px;
341
- text-transform: uppercase;
342
- background: #F3F3F3;
343
- padding: 2px;
344
- border: 1px solid #ccc;
345
- }
346
-
347
- .fs-annual-discount
348
- {
349
- text-transform: none;
350
- color: green;
351
- background: greenyellow;
352
- }
353
-
354
- ul.fs-trial-terms
355
- {
356
- font-size: 0.9em;
357
-
358
- i
359
- {
360
- float: left;
361
- margin: 0 0 0 -15px;
362
- }
363
-
364
- li
365
- {
366
- margin: 10px 0 0 0;
367
- }
368
- }
369
- }
370
- }
371
-
372
- #section-features
373
- {
374
- .fs-features
375
- {
376
- margin: -20px -26px;
377
- }
378
-
379
- table
380
- {
381
- width: 100%;
382
- border-spacing: 0;
383
- border-collapse: separate;
384
-
385
- thead
386
- {
387
- th
388
- {
389
- padding: 10px 0;
390
- }
391
-
392
- .fs-price
393
- {
394
- color: $fs-logo-green-color;
395
- font-weight: normal;
396
- display: block;
397
- text-align: center;
398
- }
399
- }
400
-
401
- tbody
402
- {
403
- td
404
- {
405
- border-top: 1px solid #ccc;
406
- padding: 10px 0;
407
- text-align: center;
408
- width: 100px;
409
- color: $fs-logo-green-color;
410
-
411
- &:first-child
412
- {
413
- text-align: left;
414
- width: auto;
415
- color: inherit;
416
- padding-left: 26px;
417
- }
418
- }
419
- tr.fs-odd
420
- {
421
- td
422
- {
423
- background: #fefefe;
424
- }
425
- }
426
- }
427
- }
428
-
429
- .dashicons-yes
430
- {
431
- width: 30px;
432
- height: 30px;
433
- font-size: 30px;
434
- }
435
- }
436
- }
437
-
438
- @media screen and (max-width: 961px) {
439
- #fs_addons
440
- {
441
- .fs-cards-list
442
- {
443
- .fs-card
444
- {
445
- height: 265px;
446
- }
447
- }
448
- }
449
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/affiliation.scss DELETED
@@ -1,97 +0,0 @@
1
- @import "../start";
2
-
3
- #fs_affiliation_content_wrapper {
4
- #messages {
5
- margin-top: 25px;
6
- }
7
-
8
- h3 {
9
- font-size: 24px;
10
- padding: 0;
11
- margin-left: 0;
12
- }
13
-
14
- ul {
15
- li {
16
- @include box-sizing(border-box);
17
- list-style-type: none;
18
-
19
- &:before {
20
- content: '✓';
21
- margin-right: 10px;
22
- font-weight: bold;
23
- }
24
- }
25
- }
26
-
27
- p:not(.description), li, label {
28
- font-size: 16px !important;
29
- line-height: 26px !important;
30
- }
31
-
32
- .button {
33
- margin-top: 20px;
34
- margin-bottom: 7px;
35
- line-height: 35px;
36
- height: 40px;
37
- font-size: 16px;
38
-
39
- &#cancel_button {
40
- margin-right: 5px;
41
- }
42
- }
43
-
44
- form {
45
- .input-container {
46
- .input-label {
47
- font-weight: bold;
48
- display: block;
49
- width: 100%;
50
- }
51
-
52
- &.input-container-text {
53
- label, input, textarea {
54
- display: block;
55
- }
56
- }
57
-
58
- margin-bottom: 15px;
59
-
60
- #add_domain, .remove-domain {
61
- text-decoration: none;
62
- display: inline-block;
63
- margin-top: 3px;
64
-
65
- &:focus {
66
- box-shadow: none;
67
- }
68
-
69
- &.disabled {
70
- color: #aaa;
71
- cursor: default;
72
- }
73
- }
74
- }
75
-
76
- #extra_domains_container {
77
- .description {
78
- margin-top: 0;
79
- position: relative;
80
- top: -4px;
81
- }
82
-
83
- .extra-domain-input-container {
84
- margin-bottom: 15px;
85
-
86
- .domain {
87
- display: inline-block;
88
- margin-right: 5px;
89
-
90
- &:last-of-type {
91
- margin-bottom: 0;
92
- }
93
- }
94
- }
95
- }
96
- }
97
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/checkout.scss DELETED
@@ -1,5 +0,0 @@
1
- @media screen and (max-width: 782px) {
2
- #wpbody-content {
3
- padding-bottom: 0 !important;
4
- }
5
- }
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/common.scss DELETED
@@ -1,220 +0,0 @@
1
- @import "../start";
2
- @import "themes";
3
-
4
- #fs_frame
5
- {
6
- line-height: 0;
7
- font-size: 0;
8
- }
9
-
10
- .fs-full-size-wrapper
11
- {
12
- margin: 40px 0 -65px -20px;
13
-
14
- @media (max-width: 600px) {
15
- margin: 0 0 -65px -10px;
16
- }
17
- }
18
-
19
- .fs-notice
20
- {
21
- position: relative;
22
-
23
- &.fs-has-title
24
- {
25
- margin-bottom: 30px !important;
26
- }
27
-
28
- &.success
29
- {
30
- color: green;
31
- // font-weight: normal;
32
- }
33
-
34
- &.promotion
35
- {
36
- border-color: $fs-notice-promotion-border-color !important;
37
- background-color: $fs-notice-promotion-bkg !important;
38
- }
39
-
40
- .fs-notice-body
41
- {
42
- margin: .5em 0;
43
- padding: 2px;
44
- }
45
-
46
- .fs-close
47
- {
48
- // position: absolute;
49
- // top: 2px;
50
- // bottom: 2px;
51
- // right: 2px;
52
- // min-width: 100px;
53
- // text-align: center;
54
- // padding-right: 2px;
55
- cursor: pointer;
56
- color: #aaa;
57
- float: right;
58
-
59
- &:hover
60
- {
61
- color: #666;
62
- // background: #A9A9A9;
63
- }
64
-
65
- > *
66
- {
67
- margin-top: 7px;
68
- display: inline-block;
69
- }
70
- }
71
-
72
- label.fs-plugin-title
73
- {
74
- background: rgba(0, 0, 0, 0.3);
75
- color: #fff;
76
- padding: 2px 10px;
77
- position: absolute;
78
- top: 100%;
79
- bottom: auto;
80
- right: auto;
81
- @include border-radius(0 0 3px 3px);
82
- left: 10px;
83
- font-size: 12px;
84
- font-weight: bold;
85
- cursor: auto;
86
- }
87
- }
88
-
89
- div.fs-notice
90
- {
91
- &.updated,
92
- &.success,
93
- &.promotion
94
- {
95
- display: block !important;
96
- }
97
- }
98
-
99
- .rtl .fs-notice
100
- {
101
- .fs-close
102
- {
103
- // left: 2px;
104
- // right: auto;
105
- // padding-right: 0;
106
- // padding-left: 2px;
107
- float: left;
108
- }
109
- }
110
-
111
- .fs-secure-notice
112
- {
113
- position: fixed;
114
- top: 32px;
115
- left: 160px;
116
- right: 0;
117
- background: rgb(235, 253, 235);
118
- padding: 10px 20px;
119
- color: green;
120
- z-index: 9999;
121
- @include box-shadow(0 2px 2px rgba(6, 113, 6, 0.3));
122
- @include opacity(0.95);
123
-
124
- &:hover
125
- {
126
- @include opacity(1);
127
- }
128
-
129
- a.fs-security-proof
130
- {
131
- color: green;
132
- text-decoration: none;
133
- }
134
- }
135
-
136
- @media screen and (max-width: 960px) {
137
- .fs-secure-notice
138
- {
139
- left: 36px;
140
- }
141
- }
142
-
143
- @media screen and (max-width: 600px) {
144
- .fs-secure-notice
145
- {
146
- display: none;
147
- }
148
- }
149
-
150
- @media screen and (max-width: 500px) {
151
- #fs_promo_tab
152
- {
153
- display: none;
154
- }
155
- }
156
-
157
- @media screen and (max-width: 782px) {
158
- .fs-secure-notice
159
- {
160
- left: 0;
161
- top: 46px;
162
- text-align: center;
163
- }
164
- }
165
-
166
- span.fs-submenu-item.fs-sub:before
167
- {
168
- // Add small arrow.
169
- content: '\21B3';
170
- padding: 0 5px;
171
- }
172
-
173
- .rtl
174
- {
175
- span.fs-submenu-item.fs-sub:before
176
- {
177
- // Add small RTL arrow.
178
- content: '\21B2';
179
- }
180
- }
181
-
182
- .fs-submenu-item
183
- {
184
- &.pricing
185
- {
186
- &.upgrade-mode
187
- {
188
- color: greenyellow;
189
- }
190
-
191
- &.trial-mode
192
- {
193
- color: #83e2ff;
194
- }
195
- }
196
- }
197
-
198
- #adminmenu .update-plugins.fs-trial
199
- {
200
- background-color: #00b9eb;
201
- }
202
- .fs-ajax-spinner
203
- {
204
- border: 0;
205
- width: 20px;
206
- height: 20px;
207
- margin-right: 5px;
208
- vertical-align: sub;
209
- display: inline-block;
210
- background: url('/wp-admin/images/wpspin_light-2x.gif');
211
- background-size: contain;
212
- }
213
-
214
- .wrap.fs-section {
215
- h2 {
216
- text-align: left;
217
- }
218
- }
219
-
220
- @import "plugin-upgrade-notice";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/connect.scss DELETED
@@ -1,548 +0,0 @@
1
- @import "../start";
2
-
3
- $form_width: 480px;
4
-
5
- #fs_connect
6
- {
7
- width: $form_width;
8
- @include box-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
9
- margin: 20px 0;
10
-
11
- @media screen and (max-width: ($form_width - 1)) {
12
- @include box-shadow(none);
13
- width: auto;
14
- margin: 0 0 0 -10px;
15
- }
16
-
17
- .fs-content
18
- {
19
- background: #fff;
20
- padding: 15px 20px;
21
-
22
- .fs-error {
23
- background: snow;
24
- color: $fs-logo-magenta-color;
25
- border: 1px solid $fs-logo-magenta-color;
26
- @include box-shadow(0 1px 1px 0 rgba(0,0,0,.1));
27
- text-align: center;
28
- padding: 5px;
29
- margin-bottom: 10px;
30
- }
31
-
32
- p
33
- {
34
- margin: 0;
35
- padding: 0;
36
- font-size: 1.2em;
37
- }
38
- }
39
-
40
- .fs-license-key-container {
41
- position: relative;
42
- width: 280px;
43
- margin: 10px auto 0 auto;
44
-
45
- input {
46
- width: 100%;
47
- }
48
-
49
- .dashicons {
50
- position: absolute;
51
- top: 5px;
52
- right: 5px;
53
- }
54
- }
55
-
56
- &.require-license-key {
57
- #sites_list_container {
58
- td {
59
- cursor: pointer;
60
- }
61
- }
62
- }
63
-
64
- #delegate_to_site_admins {
65
- margin-right: 15px;
66
- float: right;
67
- height: 26px;
68
- vertical-align: middle;
69
- line-height: 37px;
70
- font-weight: bold;
71
- border-bottom: 1px dashed;
72
- text-decoration: none;
73
-
74
- &.rtl {
75
- margin-left: 15px;
76
- margin-right: 0;
77
- }
78
- }
79
-
80
- .fs-actions
81
- {
82
- padding: 10px 20px;
83
- background: #C0C7CA;
84
-
85
- .button
86
- {
87
- padding: 0 10px 1px;
88
- line-height: 35px;
89
- height: 37px;
90
- font-size: 16px;
91
- margin-bottom: 0;
92
-
93
- .dashicons
94
- {
95
- font-size: 37px;
96
- margin-left: -8px;
97
- margin-right: 12px;
98
- }
99
-
100
- &.button-primary
101
- {
102
- padding-right: 15px;
103
- padding-left: 15px;
104
-
105
- &:after
106
- {
107
- content: ' \279C';
108
- }
109
-
110
- &.fs-loading
111
- {
112
- &:after
113
- {
114
- content: '';
115
- }
116
- }
117
- }
118
-
119
- &.button-secondary
120
- {
121
- float: right;
122
- }
123
- }
124
-
125
- // .fs-skip
126
- // {
127
- // line-height: 38px;
128
- // vertical-align: middle;
129
- // text-decoration: none;
130
- // margin-left: 10px;
131
- // }
132
- }
133
-
134
- &.fs-anonymous-disabled
135
- {
136
- .fs-actions
137
- {
138
- .button.button-primary
139
- {
140
- width: 100%;
141
- }
142
- }
143
- }
144
-
145
- .fs-permissions
146
- {
147
- padding: 10px 20px;
148
- background: #FEFEFE;
149
- // background: #F1F1F1;
150
- @include transition(background 0.5s ease);
151
-
152
- .fs-license-sync-disclaimer {
153
- text-align: center;
154
- margin-top: 0;
155
- }
156
-
157
- .fs-trigger
158
- {
159
- font-size: 0.9em;
160
- text-decoration: none;
161
- text-align: center;
162
- display: block;
163
- }
164
-
165
- ul
166
- {
167
- height: 0;
168
- overflow: hidden;
169
- margin: 0;
170
-
171
- li
172
- {
173
- margin-bottom: 12px;
174
-
175
- &:last-child
176
- {
177
- margin-bottom: 0;
178
- }
179
-
180
- i.dashicons
181
- {
182
- float: left;
183
- font-size: 40px;
184
- width: 40px;
185
- height: 40px;
186
- }
187
-
188
- div
189
- {
190
- margin-left: 55px;
191
-
192
- span
193
- {
194
- font-weight: bold;
195
- text-transform: uppercase;
196
- color: #23282d;
197
- }
198
-
199
- p
200
- {
201
- margin: 2px 0 0 0;
202
- }
203
- }
204
- }
205
- }
206
-
207
- &.fs-open
208
- {
209
- background: #fff;
210
-
211
- ul
212
- {
213
- height: auto;
214
- margin: 20px 20px 10px 20px;
215
- }
216
- }
217
-
218
- @media screen and (max-width: ($form_width - 1)) {
219
- background: #fff;
220
-
221
- .fs-trigger
222
- {
223
- display: none;
224
- }
225
-
226
- ul
227
- {
228
- height: auto;
229
- margin: 20px;
230
- }
231
- }
232
- }
233
-
234
- .fs-freemium-licensing {
235
- padding: 8px;
236
- // background: #0085BA;
237
- background: #777;
238
- color: #fff;
239
-
240
- p {
241
- text-align: center;
242
- display: block;
243
- margin: 0;
244
- padding: 0;
245
- }
246
-
247
- a {
248
- color: #C2EEFF;
249
- text-decoration: underline;
250
- }
251
- }
252
-
253
- $icon_size: 80px;
254
- $wp_logo_padding: $icon_size / 10;
255
- $icons_top: 10px;
256
-
257
- .fs-visual
258
- {
259
- padding: 12px;
260
- line-height: 0;
261
- background: #fafafa;
262
- height: $icon_size;
263
- position: relative;
264
-
265
- .fs-site-icon
266
- {
267
- position: absolute;
268
- left: 20px;
269
- top: $icons_top;
270
- }
271
-
272
- .fs-connect-logo
273
- {
274
- position: absolute;
275
- right: 20px;
276
- top: $icons_top;
277
- }
278
-
279
- .fs-plugin-icon
280
- {
281
- position: absolute;
282
- top: $icons_top;
283
- left: 50%;
284
- margin-left: - ($icon_size / 2);
285
- }
286
-
287
- .fs-plugin-icon,
288
- .fs-site-icon,
289
- img,
290
- object
291
- {
292
- width: $icon_size;
293
- height: $icon_size;
294
- }
295
-
296
- .dashicons-wordpress
297
- {
298
- font-size: $icon_size - ($wp_logo_padding * 2);
299
- background: $wordpress_color;
300
- color: #fff;
301
- width: $icon_size - ($wp_logo_padding * 2);
302
- height: $icon_size - ($wp_logo_padding * 2);
303
- padding: $wp_logo_padding;
304
- }
305
-
306
- .dashicons-plus
307
- {
308
- position: absolute;
309
- top: 50%;
310
- font-size: 30px;
311
- margin-top: -10px;
312
- color: #bbb;
313
-
314
- &.fs-first
315
- {
316
- left: 28%;
317
- }
318
- &.fs-second
319
- {
320
- left: 65%;
321
- }
322
- }
323
-
324
- .fs-plugin-icon,
325
- .fs-connect-logo,
326
- .fs-site-icon
327
- {
328
- border: 1px solid #ccc;
329
- padding: 1px;
330
- background: #fff;
331
- }
332
- }
333
-
334
- .fs-terms
335
- {
336
- text-align: center;
337
- font-size: 0.85em;
338
- padding: 5px;
339
- background: rgba(0, 0, 0, 0.05);
340
-
341
- &, a
342
- {
343
- color: #999;
344
- }
345
-
346
- a
347
- {
348
- text-decoration: none;
349
- }
350
- }
351
- }
352
-
353
- @import "multisite-options";
354
- @import "tooltip";
355
- @import "gdpr-consent";
356
-
357
- .rtl
358
- {
359
- #fs_connect
360
- {
361
- .fs-actions
362
- {
363
- padding: 10px 20px;
364
- background: #C0C7CA;
365
-
366
- .button
367
- {
368
- .dashicons
369
- {
370
- font-size: 37px;
371
- margin-left: -8px;
372
- margin-right: 12px;
373
- }
374
-
375
- &.button-primary
376
- {
377
- &:after
378
- {
379
- content: ' \000bb';
380
- }
381
-
382
- &.fs-loading
383
- {
384
- &:after
385
- {
386
- content: '';
387
- }
388
- }
389
- }
390
-
391
- &.button-secondary
392
- {
393
- float: left;
394
- }
395
- }
396
- }
397
-
398
- .fs-permissions
399
- {
400
- ul
401
- {
402
- li
403
- {
404
- div
405
- {
406
- margin-right: 55px;
407
- margin-left: 0;
408
- }
409
-
410
- i.dashicons
411
- {
412
- float: right;
413
- }
414
-
415
- }
416
- }
417
- }
418
-
419
- .fs-visual
420
- {
421
- .fs-site-icon
422
- {
423
- right: 20px;
424
- left: auto;
425
- }
426
-
427
- .fs-connect-logo
428
- {
429
- right: auto;
430
- left: 20px;
431
- }
432
- }
433
- }
434
- }
435
-
436
- #fs_theme_connect_wrapper {
437
- position: fixed;
438
- top: 0;
439
- height: 100%;
440
- width: 100%;
441
- z-index: 99990;
442
- background: rgba(0, 0, 0, 0.75);
443
- text-align: center;
444
- overflow-y: auto;
445
-
446
- &:before {
447
- content: "";
448
- display: inline-block;
449
- vertical-align: middle;
450
- height: 100%;
451
- }
452
-
453
- > button.close {
454
- color: white;
455
- cursor: pointer;
456
- height: 40px;
457
- width: 40px;
458
- position: absolute;
459
- right: 0;
460
- border: 0;
461
- background-color: transparent;
462
- top: 32px;
463
- }
464
-
465
- #fs_connect {
466
- top: 0;
467
- text-align: left;
468
- display: inline-block;
469
- vertical-align: middle;
470
- margin-top: 52px;
471
- margin-bottom: 20px;
472
-
473
- .fs-terms
474
- {
475
- background: rgba(140, 140, 140, 0.64);
476
-
477
- &, a
478
- {
479
- color: #c5c5c5;
480
- }
481
- }
482
- }
483
- }
484
-
485
- .wp-pointer-content
486
- {
487
- #fs_connect
488
- {
489
- margin: 0;
490
- @include box-shadow(none);
491
- }
492
- }
493
-
494
- .fs-opt-in-pointer
495
- {
496
- .wp-pointer-content
497
- {
498
- padding: 0;
499
- }
500
-
501
- &.wp-pointer-top
502
- {
503
- .wp-pointer-arrow
504
- {
505
- border-bottom-color: #dfdfdf;
506
- }
507
- .wp-pointer-arrow-inner
508
- {
509
- border-bottom-color: #fafafa;
510
- }
511
- }
512
-
513
- &.wp-pointer-bottom
514
- {
515
- .wp-pointer-arrow
516
- {
517
- border-top-color: #dfdfdf;
518
- }
519
- .wp-pointer-arrow-inner
520
- {
521
- border-top-color: #fafafa;
522
- }
523
- }
524
-
525
- &.wp-pointer-left
526
- {
527
- .wp-pointer-arrow
528
- {
529
- border-right-color: #dfdfdf;
530
- }
531
- .wp-pointer-arrow-inner
532
- {
533
- border-right-color: #fafafa;
534
- }
535
- }
536
-
537
- &.wp-pointer-right
538
- {
539
- .wp-pointer-arrow
540
- {
541
- border-left-color: #dfdfdf;
542
- }
543
- .wp-pointer-arrow-inner
544
- {
545
- border-left-color: #fafafa;
546
- }
547
- }
548
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/debug.scss DELETED
@@ -1,135 +0,0 @@
1
- @import "../start";
2
-
3
- .switch
4
- {
5
- position: relative;
6
- display: inline-block;
7
- font-size: 1.6em;
8
- font-weight: bold;
9
- color: #ccc;
10
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
11
- height: 18px;
12
- padding: 6px 6px 5px 6px;
13
- border: 1px solid #ccc;
14
- border: 1px solid rgba(0, 0, 0, 0.2);
15
- border-radius: 4px;
16
- background: #ececec;
17
- box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1), inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
18
- cursor: pointer;
19
-
20
- span
21
- {
22
- display: inline-block; width: 35px;
23
- text-transform: uppercase;
24
-
25
- &.on
26
- {
27
- color: $button-primary-bkg;
28
- }
29
- }
30
-
31
- .toggle
32
- {
33
- position: absolute;
34
- top: 1px;
35
- width: 37px;
36
- height: 25px;
37
- border: 1px solid #ccc;
38
- border: 1px solid rgba(0, 0, 0, 0.3);
39
- border-radius: 4px;
40
- background: #fff;
41
- background: -moz-linear-gradient(top, #ececec 0%, #fff 100%);
42
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #fff));
43
- background: -webkit-linear-gradient(top, #ececec 0%, #fff 100%);
44
- background: -o-linear-gradient(top, #ececec 0%, #fff 100%);
45
- background: -ms-linear-gradient(top, #ececec 0%, #fff 100%);
46
- background: linear-gradient(top, #ececec 0%, #fff 100%);
47
- box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
48
- z-index: 999;
49
- @include transition(all 0.15s ease-in-out);
50
- }
51
-
52
- &.on .toggle
53
- {
54
- left: 2%;
55
- }
56
- &.off .toggle
57
- {
58
- left: 54%;
59
- }
60
-
61
- /* Round switch */
62
- &.round
63
- {
64
- padding: 0px 20px;
65
- border-radius: 40px;
66
-
67
- .toggle
68
- {
69
- border-radius: 40px;
70
- width: 14px;
71
- height: 14px;
72
- }
73
-
74
- &.on .toggle
75
- {
76
- left: 3%;
77
- background: $button-primary-bkg;
78
- }
79
- &.off .toggle
80
- {
81
- left: 58%;
82
- }
83
- }
84
- }
85
-
86
- .switch-label
87
- {
88
- font-size: 20px;
89
- line-height: 31px;
90
- margin: 0 5px;
91
- }
92
-
93
- #fs_log_book {
94
- table {
95
- font-family: Consolas,Monaco,monospace;
96
- font-size: 12px;
97
-
98
- th {
99
- color: #ccc;
100
- }
101
-
102
- tr {
103
- background: #232525;
104
-
105
- &.alternate {
106
- background: #2b2b2b;
107
- }
108
-
109
- td {
110
- &.fs-col--logger {
111
- color: #5a7435;
112
- }
113
- &.fs-col--type {
114
- color: #ffc861;
115
- }
116
- &.fs-col--function {
117
- color: #a7b7b1;
118
- font-weight: bold;
119
- }
120
- &.fs-col--message {
121
- &, a
122
- {
123
- color: #9a73ac !important;
124
- }
125
- }
126
- &.fs-col--file {
127
- color: #d07922;
128
- }
129
- &.fs-col--timestamp {
130
- color: #6596be;
131
- }
132
- }
133
- }
134
- }
135
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/dialog-boxes.scss DELETED
@@ -1,10 +0,0 @@
1
- @import "../start";
2
- @import "modal-common";
3
- @import "deactivation-feedback";
4
- @import "subscription-cancellation";
5
- @import "license-activation";
6
- @import "multisite-options";
7
- @import "license-key-resend";
8
- @import "ajax-loader";
9
- @import "auto-install";
10
- @import "buttons";
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/admin/gdpr-optin-notice.scss DELETED
@@ -1,17 +0,0 @@
1
- .fs-notice[data-id^="gdpr_optin_actions"]
2
- {
3
- .underlined {
4
- text-decoration: underline;
5
- }
6
-
7
- ul {
8
- .button, .action-description {
9
- vertical-align: middle;
10
- }
11
-
12
- .action-description {
13
- display: inline-block;
14
- margin-left: 3px;
15
- }
16
- }
17
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/assets/scss/customizer.scss DELETED
@@ -1,125 +0,0 @@
1
- @import "start";
2
-
3
- #fs_customizer_upsell {
4
- .fs-customizer-plan {
5
- padding: 10px 20px 20px 20px;
6
- border-radius: 3px;
7
- background: #fff;
8
-
9
- h2 {
10
- position: relative;
11
- margin: 0;
12
- line-height: 2em;
13
- text-transform: uppercase;
14
-
15
- .button-link {
16
- top: -2px;
17
- }
18
- }
19
- }
20
-
21
- .fs-feature {
22
- position: relative;
23
- }
24
-
25
- .dashicons-yes {
26
- color: #0085ba;
27
- font-size: 2em;
28
- vertical-align: bottom;
29
- margin-left: -7px;
30
- margin-right: 10px;
31
-
32
- .rtl & {
33
- margin-left: 10px;
34
- margin-right: -7px;
35
- }
36
- }
37
-
38
- .dashicons-editor-help
39
- {
40
- color: #bbb;
41
- cursor: help;
42
-
43
- $tooltip-color: #000;
44
-
45
- .fs-feature-desc {
46
- opacity: 0;
47
- visibility: hidden;
48
- @include transition(opacity 0.3s ease-in-out);
49
-
50
- position: absolute;
51
- background: $tooltip-color;
52
- color: #fff;
53
- font-family: 'arial', serif;
54
- font-size: 12px;
55
- padding: 10px;
56
- z-index: 999999;
57
- bottom: 100%;
58
- margin-bottom: 5px;
59
- left: 0;
60
- right: 0;
61
- @include border-radius(5px);
62
- @include box-shadow(1px 1px 1px rgba(0,0,0,0.2));
63
- line-height: 1.3em;
64
- font-weight: bold;
65
- text-align: left;
66
-
67
- .rtl &
68
- {
69
- text-align: right;
70
- }
71
-
72
- &::after {
73
- content: ' ';
74
- display: block;
75
- width: 0;
76
- height: 0;
77
- border-style: solid;
78
- border-width: 5px 5px 0 5px;
79
- border-color: $tooltip-color transparent transparent transparent;
80
- position: absolute;
81
- top: 100%;
82
- left: 21px;
83
-
84
- .rtl & {
85
- right: 21px;
86
- left: auto;
87
- }
88
- }
89
- }
90
-
91
- &:hover {
92
- .fs-feature-desc {
93
- visibility: visible;
94
- opacity: 1;
95
- }
96
- }
97
- }
98
-
99
- .button-primary {
100
- display: block;
101
- text-align: center;
102
- margin-top: 10px;
103
- }
104
- }
105
-
106
- #fs_customizer_support
107
- {
108
- display: block !important;
109
-
110
- .button {
111
- float: right;
112
- }
113
-
114
- .button-group {
115
- width: 100%;
116
- display: block;
117
- margin-top: 10px;
118
-
119
- .button {
120
- float: none;
121
- width: 50%;
122
- text-align: center;
123
- }
124
- }
125
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/freemius/wordpress-sdk/includes/class-freemius.php CHANGED
@@ -351,6 +351,14 @@
351
  */
352
  private $is_whitelabeled;
353
 
 
 
 
 
 
 
 
 
354
  #region Uninstall Reasons IDs
355
 
356
  const REASON_NO_LONGER_NEEDED = 1;
@@ -369,6 +377,14 @@
369
  const REASON_DIDNT_WORK_AS_EXPECTED = 14;
370
  const REASON_TEMPORARY_DEACTIVATION = 15;
371
 
 
 
 
 
 
 
 
 
372
  #endregion
373
 
374
  /* Ctor
@@ -816,7 +832,11 @@
816
  return false;
817
  }
818
 
819
- if ( ! $is_tabs_visibility_check && $this->show_settings_with_tabs() ) {
 
 
 
 
820
  /**
821
  * wp.org themes are limited to a single submenu item, and
822
  * sub-submenu items are most likely not allowed (never verified).
@@ -1457,7 +1477,10 @@
1457
  if ( $this->is_plugin() &&
1458
  ! isset( $this->_storage->is_plugin_new_install )
1459
  ) {
1460
- $this->_storage->is_plugin_new_install = false;
 
 
 
1461
  }
1462
  }
1463
 
@@ -1480,6 +1503,13 @@
1480
  -1 < settings.url.indexOf('admin-ajax.php') &&
1481
  ! ( settings.url.indexOf( '<?php echo $admin_param ?>' ) > 0 )
1482
  ) {
 
 
 
 
 
 
 
1483
  if (settings.url.indexOf('?') > 0) {
1484
  settings.url += '&';
1485
  } else {
@@ -1487,7 +1517,6 @@
1487
  }
1488
 
1489
  settings.url += '<?php echo $admin_param ?>=true';
1490
-
1491
  }
1492
  });
1493
  })(jQuery);
@@ -1505,7 +1534,7 @@
1505
  ?>
1506
  <script type="text/javascript">
1507
  (function ($) {
1508
- $('.fs-submenu-item.wp-support-forum').parent().attr('target', '_blank');
1509
  })(jQuery);
1510
  </script>
1511
  <?php
@@ -1601,6 +1630,7 @@
1601
  }
1602
 
1603
  add_action( 'init', array( &$this, '_maybe_add_gdpr_optin_ajax_handler') );
 
1604
  }
1605
 
1606
  if ( $this->is_plugin() ) {
@@ -1632,13 +1662,14 @@
1632
 
1633
  add_action( 'admin_init', array( &$this, '_redirect_on_clicked_menu_link' ), WP_FS__LOWEST_PRIORITY );
1634
 
1635
- if ( $this->is_theme() ) {
1636
  add_action( 'admin_init', array( &$this, '_add_tracking_links' ) );
1637
  }
1638
 
1639
  add_action( 'admin_init', array( &$this, '_add_license_activation' ) );
1640
  add_action( 'admin_init', array( &$this, '_add_premium_version_upgrade_selection' ) );
1641
  add_action( 'admin_init', array( &$this, '_add_beta_mode_update_handler' ) );
 
1642
 
1643
  $this->add_ajax_action( 'update_billing', array( &$this, '_update_billing_ajax_action' ) );
1644
  $this->add_ajax_action( 'start_trial', array( &$this, '_start_trial_ajax_action' ) );
@@ -2005,6 +2036,10 @@
2005
  * @since 2.0.0
2006
  */
2007
  function _hook_action_links_and_register_account_hooks() {
 
 
 
 
2008
  $this->_add_tracking_links();
2009
 
2010
  if ( self::is_plugins_page() && $this->is_plugin() ) {
@@ -2185,6 +2220,12 @@
2185
  );
2186
 
2187
  $store_option = true;
 
 
 
 
 
 
2188
  }
2189
 
2190
  if ( empty( $id_slug_type_path_map[ $module_id ]['path'] ) ||
@@ -4258,7 +4299,7 @@
4258
  )
4259
  ),
4260
  sprintf(
4261
- '<a href="%s" target="_blank"><b>%s</b></a> - %s',
4262
  sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
4263
  $install_previous_title,
4264
  $install_previous_desc
@@ -4365,7 +4406,7 @@
4365
  )
4366
  ),
4367
  sprintf(
4368
- '<a href="%s" target="_blank"><b>%s</b></a> - %s',
4369
  sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
4370
  $install_previous_title,
4371
  $install_previous_desc
@@ -4886,10 +4927,12 @@
4886
  } else {
4887
  $is_network_admin = fs_is_network_admin();
4888
 
4889
- if (
 
 
 
4890
  $this->_parent->is_registered() &&
4891
  ! $this->is_registered() &&
4892
- $this->has_free_plan() &&
4893
  /**
4894
  * If not registered for add-on and the following conditions for the add-on are met, activate add-on account.
4895
  * * Network active and in network admin - network activate add-on account.
@@ -4903,16 +4946,40 @@
4903
  */
4904
  ( $this->is_network_active() || ! $is_network_admin )
4905
  ) {
4906
- // If parent plugin activated, automatically install add-on for the user.
4907
- $this->_activate_addon_account(
4908
- $this->_parent,
4909
- ( $this->is_network_active() && $is_network_admin ) ?
4910
- true :
4911
- get_current_blog_id()
4912
- );
4913
- } else if ( ! $this->_parent->is_registered() && $this->is_registered() ) {
4914
- // If add-on activated and parent not, automatically install parent for the user.
4915
- $this->activate_parent_account( $this->_parent );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4916
  }
4917
 
4918
  // @todo This should be only executed on activation. It should be migrated to register_activation_hook() together with other activation related logic.
@@ -5407,6 +5474,65 @@
5407
  }
5408
  }
5409
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5410
  /**
5411
  * Parse plugin's settings (as defined by the plugin dev).
5412
  *
@@ -5544,6 +5670,7 @@
5544
  $this->_anonymous_mode = $this->get_bool_option( $plugin_info, 'anonymous_mode', false );
5545
  }
5546
  $this->_permissions = $this->get_option( $plugin_info, 'permissions', array() );
 
5547
 
5548
  if ( ! empty( $plugin_info['trial'] ) ) {
5549
  $this->_trial_days = $this->get_numeric_option(
@@ -5915,12 +6042,16 @@
5915
  * @return Freemius[]
5916
  */
5917
  function get_installed_addons() {
 
 
 
 
 
5918
  $installed_addons = array();
 
5919
  foreach ( self::$_instances as $instance ) {
5920
- if ( $instance->is_addon() && is_object( $instance->_parent_plugin ) ) {
5921
- if ( $this->_plugin->id == $instance->_parent_plugin->id ) {
5922
- $installed_addons[] = $instance;
5923
- }
5924
  }
5925
  }
5926
 
@@ -5970,7 +6101,25 @@
5970
  * @return bool
5971
  */
5972
  function is_addon() {
5973
- return isset( $this->_plugin->parent_plugin_id ) && is_numeric( $this->_plugin->parent_plugin_id );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5974
  }
5975
 
5976
  /**
@@ -6727,6 +6876,8 @@
6727
  } else {
6728
  $this->sync_install();
6729
  }
 
 
6730
  }
6731
  }
6732
  }
@@ -6939,6 +7090,8 @@
6939
  } else {
6940
  $this->sync_install( array(), true );
6941
  }
 
 
6942
  }
6943
  }
6944
 
@@ -6995,6 +7148,8 @@
6995
  * @since 1.0.7
6996
  */
6997
  function _admin_init_action() {
 
 
6998
  /**
6999
  * Automatically redirect to connect/activation page after plugin activation.
7000
  *
@@ -7007,12 +7162,16 @@
7007
  /**
7008
  * Don't redirect if activating multiple plugins at once (bulk activation).
7009
  */
7010
- } else {
7011
  $this->_redirect_on_activation_hook();
7012
  return;
7013
  }
7014
  }
7015
 
 
 
 
 
7016
  if ( fs_request_is_action( $this->get_unique_affix() . '_skip_activation' ) ) {
7017
  check_admin_referer( $this->get_unique_affix() . '_skip_activation' );
7018
 
@@ -7043,7 +7202,7 @@
7043
  )
7044
  ) {
7045
  if ( ! $this->is_pending_activation() ) {
7046
- if ( ! $this->_menu->is_activation_page( $this->show_opt_in_on_themes_page() ) ) {
7047
  /**
7048
  * If a user visits any other admin page before activating the premium-only theme with a valid
7049
  * license, reactivate the previous theme.
@@ -7686,8 +7845,17 @@
7686
  $this->_storage->is_plugin_new_install = empty( $this->_storage->plugin_last_version );
7687
  }
7688
 
 
 
 
 
 
 
 
 
 
7689
  if ( ! $this->_anonymous_mode &&
7690
- $this->has_api_connectivity( WP_FS__DEV_MODE ) &&
7691
  ! $this->_isAutoInstall
7692
  ) {
7693
  // Store hint that the plugin was just activated to enable auto-redirection to settings.
@@ -7720,11 +7888,20 @@
7720
  return;
7721
  }
7722
 
7723
- $license = $this->get_addon_active_parent_license();
7724
  if ( ! is_object( $license ) ) {
7725
  return;
7726
  }
7727
 
 
 
 
 
 
 
 
 
 
7728
  if ( ! $this->is_registered() ) {
7729
  // Opt in with a license key.
7730
  $this->opt_in(
@@ -7747,7 +7924,6 @@
7747
  }
7748
  }
7749
 
7750
-
7751
  /**
7752
  * @author Leo Fajardo (@leorw)
7753
  * @since 2.3.0
@@ -7763,12 +7939,21 @@
7763
 
7764
  $license = ( ! is_null( $license ) ) ?
7765
  $license :
7766
- $this->get_addon_active_parent_license();
7767
 
7768
  if ( ! is_object( $license ) ) {
7769
  return;
7770
  }
7771
 
 
 
 
 
 
 
 
 
 
7772
  if ( ! $this->is_network_registered() ) {
7773
  $sites = $this->get_sites_for_network_level_optin();
7774
 
@@ -7832,16 +8017,217 @@
7832
  }
7833
 
7834
  /**
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7835
  * @author Leo Fajardo (@leorw)
7836
  * @since 2.3.0
7837
  *
 
 
 
7838
  * @return FS_Plugin_License
7839
  */
7840
- private function get_addon_active_parent_license() {
7841
  $parent_licenses_endpoint = "/plugins/{$this->get_id()}/parent_licenses.json?filter=activatable";
7842
- $parent_instance = $this->get_parent_instance();
7843
 
7844
- $foreign_licenses = $parent_instance->get_foreign_licenses_info(
 
 
 
 
 
 
 
 
 
 
7845
  self::get_all_licenses( $this->get_parent_id() )
7846
  );
7847
 
@@ -7855,7 +8241,7 @@
7855
  $parent_licenses_endpoint = add_query_arg( $foreign_licenses, $parent_licenses_endpoint );
7856
  }
7857
 
7858
- $result = $parent_instance->get_current_or_network_user_api_scope()->get( $parent_licenses_endpoint, true );
7859
 
7860
  if (
7861
  ! $this->is_api_result_object( $result, 'licenses' ) ||
@@ -7865,9 +8251,24 @@
7865
  return null;
7866
  }
7867
 
7868
- $license = new FS_Plugin_License( $result->licenses[ 0 ] );
7869
 
7870
- return $license;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7871
  }
7872
 
7873
  /**
@@ -8006,6 +8407,10 @@
8006
  foreach ( $sites as $site ) {
8007
  $blog_id = self::get_site_blog_id( $site );
8008
 
 
 
 
 
8009
  $install_id = $this->_delete_site( true, $blog_id );
8010
 
8011
  // Clear all storage data.
@@ -8783,26 +9188,28 @@
8783
  $include_themes = true,
8784
  $include_blog_data = true
8785
  ) {
8786
- if ( ! defined( 'WP_FS__TRACK_PLUGINS' ) || false !== WP_FS__TRACK_PLUGINS ) {
8787
- /**
8788
- * @since 1.1.8 Also send plugin updates.
8789
- */
8790
- if ( $include_plugins && ! isset( $override['plugins'] ) ) {
8791
- $plugins = $this->get_plugins_data_for_api();
8792
- if ( ! empty( $plugins ) ) {
8793
- $override['plugins'] = $plugins;
 
 
8794
  }
8795
  }
8796
- }
8797
 
8798
- if ( ! defined( 'WP_FS__TRACK_THEMES' ) || false !== WP_FS__TRACK_THEMES ) {
8799
- /**
8800
- * @since 1.1.8 Also send themes updates.
8801
- */
8802
- if ( $include_themes && ! isset( $override['themes'] ) ) {
8803
- $themes = $this->get_themes_data_for_api();
8804
- if ( ! empty( $themes ) ) {
8805
- $override['themes'] = $themes;
 
8806
  }
8807
  }
8808
  }
@@ -9158,6 +9565,21 @@
9158
  }
9159
  }
9160
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9161
  /**
9162
  * Update install only if changed.
9163
  *
@@ -9441,6 +9863,8 @@
9441
  $fs = self::get_instance_by_file( $plugin_file );
9442
 
9443
  if ( is_object( $fs ) ) {
 
 
9444
  self::require_plugin_essentials();
9445
 
9446
  if ( is_plugin_active( $fs->_free_plugin_basename ) ||
@@ -10002,6 +10426,10 @@
10002
 
10003
  $class_name = '';
10004
 
 
 
 
 
10005
  switch ( $option_name ) {
10006
  case 'plugins':
10007
  case 'themes':
@@ -10286,6 +10714,18 @@
10286
  return ( is_object( $this->_site ) && $this->_site->is_tracking_allowed() );
10287
  }
10288
 
 
 
 
 
 
 
 
 
 
 
 
 
10289
  /**
10290
  * @author Vova Feldman (@svovaf)
10291
  * @since 1.0.4
@@ -11322,7 +11762,22 @@
11322
 
11323
  // Update current license.
11324
  if ( is_object( $this->_license ) ) {
11325
- $this->set_license( $this->_get_license_by_id( $this->_license->id ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11326
  }
11327
 
11328
  return $this->_licenses;
@@ -11771,6 +12226,14 @@
11771
  function _update_site_license( $new_license ) {
11772
  $this->_logger->entrance();
11773
 
 
 
 
 
 
 
 
 
11774
  $this->set_license( $new_license );
11775
 
11776
  if ( ! is_object( $new_license ) ) {
@@ -12219,7 +12682,7 @@
12219
  }
12220
 
12221
  $current_plan_order = - 1;
12222
- $required_plan_order = - 1;
12223
  for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
12224
  if ( $plan === $this->_plans[ $i ]->name ) {
12225
  $required_plan_order = $i;
@@ -12376,6 +12839,65 @@
12376
  fs_require_template( 'forms/resend-key.php', $vars );
12377
  }
12378
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12379
  /**
12380
  * @author Leo Fajardo (@leorw)
12381
  * @since 2.3.1
@@ -12487,6 +13009,10 @@
12487
  * @since 1.2.0
12488
  */
12489
  function _add_license_activation() {
 
 
 
 
12490
  if ( ! $this->is_user_admin() ) {
12491
  // Only admins can activate a license.
12492
  return;
@@ -12497,7 +13023,17 @@
12497
  return;
12498
  }
12499
 
12500
- if ( $this->has_premium_version() && ! $this->is_premium() ) {
 
 
 
 
 
 
 
 
 
 
12501
  // Only add license activation logic to the premium version, or in case of a serviceware plugin, also in the free version.
12502
  return;
12503
  }
@@ -12524,6 +13060,57 @@
12524
  $this->add_ajax_action( 'resend_license_key', array( &$this, '_resend_license_key_ajax_action' ) );
12525
  }
12526
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12527
  /**
12528
  * @author Leo Fajardo (@leorw)
12529
  * @since 2.0.2
@@ -12622,22 +13209,156 @@
12622
  exit;
12623
  }
12624
 
 
 
 
 
12625
  $result = $this->activate_license(
12626
  $license_key,
12627
- fs_is_network_admin() ?
12628
- fs_request_get( 'sites', array(), 'post' ) :
12629
- array(),
12630
  fs_request_get_bool( 'is_marketing_allowed', null ),
12631
  fs_request_get( 'blog_id', null ),
12632
- fs_request_get( 'module_id', null, 'post' )
 
 
12633
  );
12634
 
 
 
 
 
 
 
 
 
 
 
12635
  echo json_encode( $result );
12636
 
12637
  exit;
12638
  }
12639
 
12640
  /**
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12641
  * A helper method to activate migrated licenses. If the product is network activated and integrated, the method will network activate the license.
12642
  *
12643
  * @author Vova Feldman (@svovaf)
@@ -12646,6 +13367,8 @@
12646
  * @param string $license_key
12647
  * @param null|bool $is_marketing_allowed
12648
  * @param null|number $plugin_id
 
 
12649
  *
12650
  * @return array {
12651
  * @var bool $success
@@ -12658,17 +13381,19 @@
12658
  function activate_migrated_license(
12659
  $license_key,
12660
  $is_marketing_allowed = null,
12661
- $plugin_id = null
 
 
12662
  ) {
12663
  $this->_logger->entrance();
12664
 
12665
  $result = $this->activate_license(
12666
  $license_key,
12667
- $this->is_network_active() ?
12668
  $this->get_sites_for_network_level_optin() :
12669
- array(),
12670
  $is_marketing_allowed,
12671
- null,
12672
  $plugin_id
12673
  );
12674
 
@@ -12678,6 +13403,32 @@
12678
  return $result;
12679
  }
12680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12681
  /**
12682
  * The implementation of this method was previously in `_activate_license_ajax_action()`.
12683
  *
@@ -12689,6 +13440,7 @@
12689
  * @param null|bool $is_marketing_allowed
12690
  * @param null|int $blog_id
12691
  * @param null|number $plugin_id
 
12692
  *
12693
  * @return array {
12694
  * @var bool $success
@@ -12701,13 +13453,20 @@
12701
  $sites = array(),
12702
  $is_marketing_allowed = null,
12703
  $blog_id = null,
12704
- $plugin_id = null
 
 
12705
  ) {
12706
  $this->_logger->entrance();
12707
 
12708
  $license_key = trim( $license_key );
12709
 
12710
- if ( ! fs_is_network_admin() ) {
 
 
 
 
 
12711
  // If the license activation is executed outside the context of a network admin, ignore the sites collection.
12712
  $sites = array();
12713
  }
@@ -12716,6 +13475,8 @@
12716
  $this :
12717
  $this->get_addon_instance( $plugin_id );
12718
 
 
 
12719
  $error = false;
12720
  $next_page = false;
12721
 
@@ -12734,8 +13495,17 @@
12734
  $user = $fs->get_current_or_network_user();
12735
  }
12736
 
 
 
 
 
 
 
 
 
 
12737
  if ( is_object( $user ) ) {
12738
- if ( fs_is_network_admin() && ! $has_valid_blog_id ) {
12739
  // If no specific blog ID was provided, activate the license for all sites in the network.
12740
  $blog_2_install_map = array();
12741
  $site_ids = array();
@@ -12774,21 +13544,27 @@
12774
  }
12775
  }
12776
  } else {
12777
- if ( $has_valid_blog_id ) {
12778
- /**
12779
- * If a specific blog ID was provided, activate the license only for the install that is
12780
- * associated with the given blog ID.
12781
- *
12782
- * @author Leo Fajardo (@leorw)
12783
- */
12784
- $fs->switch_to_blog( $blog_id );
12785
- }
12786
-
12787
  if ( $fs->is_registered() ) {
12788
  $params = array(
12789
  'license_key' => $fs->apply_filters( 'license_key', $license_key )
12790
  );
12791
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12792
  $api = $fs->get_api_site_scope();
12793
 
12794
  $install = $api->call( $fs->add_show_pending( '/' ), 'put', $params );
@@ -12799,6 +13575,14 @@
12799
  var_export( $install->error, true );
12800
  } else {
12801
  $fs->reconnect_locally( $has_valid_blog_id );
 
 
 
 
 
 
 
 
12802
  }
12803
  } else /* ( $fs->is_addon() && $fs->get_parent_instance()->is_registered() ) */ {
12804
  $result = $fs->activate_license_on_site( $user, $license_key );
@@ -12814,11 +13598,19 @@
12814
  if ( empty( $error ) ) {
12815
  $fs->network_upgrade_mode_completed();
12816
 
 
 
 
 
 
 
12817
  $fs->_sync_license( true, $has_valid_blog_id );
12818
 
 
 
12819
  $next_page = $fs->is_addon() ?
12820
  $fs->get_parent_instance()->get_account_url() :
12821
- $fs->get_account_url();
12822
  }
12823
  } else {
12824
  $next_page = $fs->opt_in(
@@ -12836,7 +13628,7 @@
12836
  if ( isset( $next_page->error ) ) {
12837
  $error = $next_page->error;
12838
  } else {
12839
- if ( fs_is_network_admin() ) {
12840
  /**
12841
  * Get the list of sites that were just opted-in (and license activated).
12842
  * This is an optimization for the next part below saving some DB queries.
@@ -12922,6 +13714,64 @@
12922
  return $result;
12923
  }
12924
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12925
  /**
12926
  * @author Leo Fajardo (@leorw)
12927
  * @since 1.2.3.1
@@ -13892,7 +14742,12 @@
13892
  * @return bool
13893
  */
13894
  function is_user_in_admin() {
13895
- return is_admin() && ! self::is_ajax() && ! self::is_cron();
 
 
 
 
 
13896
  }
13897
 
13898
  /**
@@ -14204,9 +15059,18 @@
14204
  if ( function_exists( 'get_sites' ) ) {
14205
  // For WP 4.6 and above.
14206
  return get_sites( $args );
14207
- } else if ( function_exists( 'wp_get_sites' ) ) {
14208
  // For WP 3.7 to WP 4.5.
14209
- return wp_get_sites( $args );
 
 
 
 
 
 
 
 
 
14210
  } else {
14211
  // For WP 3.6 and below.
14212
  return get_blog_list( 0, 'all' );
@@ -14383,7 +15247,7 @@
14383
  * @return bool Since 2.3.1 returns if a switch was made.
14384
  */
14385
  function switch_to_blog( $blog_id, FS_Site $install = null ) {
14386
- if ( $blog_id == $this->_context_is_network_or_blog_id ) {
14387
  return false;
14388
  }
14389
 
@@ -15360,7 +16224,7 @@
15360
  /**
15361
  * This is a special fault tolerance mechanism to handle a scenario that the user data is missing.
15362
  */
15363
- $user = $this->fetch_user_by_install();
15364
  }
15365
 
15366
  $this->_user = ( $user instanceof FS_User ) ?
@@ -15400,13 +16264,19 @@
15400
  * @author Vova Feldman (@svovaf)
15401
  * @since 2.0.0
15402
  *
 
 
15403
  * @return \FS_User|mixed
15404
  */
15405
- private function fetch_user_by_install() {
 
 
 
 
15406
  $api = $this->get_api_site_scope();
15407
 
15408
  $uid = $this->get_anonymous_id();
15409
- $request_path = "/users/{$this->_site->user_id}.json?uid={$uid}";
15410
 
15411
  $result = $api->get( $request_path, false, WP_FS__TIME_10_MIN_IN_SEC );
15412
 
@@ -15764,6 +16634,8 @@
15764
  'http' => 402
15765
  );
15766
 
 
 
15767
  return $result;
15768
  }
15769
 
@@ -15836,6 +16708,9 @@
15836
  ( isset( $decoded->is_marketing_allowed ) && ! is_null( $decoded->is_marketing_allowed ) ?
15837
  $decoded->is_marketing_allowed :
15838
  null ),
 
 
 
15839
  $decoded->install_id,
15840
  $decoded->install_public_key,
15841
  $decoded->install_secret_key,
@@ -15849,6 +16724,9 @@
15849
  ( isset( $decoded->is_marketing_allowed ) && ! is_null( $decoded->is_marketing_allowed ) ?
15850
  $decoded->is_marketing_allowed :
15851
  null ),
 
 
 
15852
  $decoded->installs,
15853
  false
15854
  );
@@ -16075,6 +16953,7 @@
16075
  fs_request_get( 'user_public_key' ),
16076
  fs_request_get( 'user_secret_key' ),
16077
  fs_request_get_bool( 'is_marketing_allowed', null ),
 
16078
  $pending_sites_info['blog_ids'],
16079
  $pending_sites_info['license_key'],
16080
  $pending_sites_info['trial_plan_id']
@@ -16085,6 +16964,7 @@
16085
  fs_request_get( 'user_public_key' ),
16086
  fs_request_get( 'user_secret_key' ),
16087
  fs_request_get_bool( 'is_marketing_allowed', null ),
 
16088
  fs_request_get( 'install_id' ),
16089
  fs_request_get( 'install_public_key' ),
16090
  fs_request_get( 'install_secret_key' ),
@@ -16140,13 +17020,12 @@
16140
  * @param string $user_public_key
16141
  * @param string $user_secret_key
16142
  * @param bool|null $is_marketing_allowed
 
16143
  * @param number $install_id
16144
  * @param string $install_public_key
16145
  * @param string $install_secret_key
16146
  * @param bool $redirect
16147
- * @param bool $auto_install Since 1.2.1.7 If `true` and setting up an account with a valid license, will
16148
- * redirect (or return a URL) to the account page with a special parameter to
16149
- * trigger the auto installation processes.
16150
  *
16151
  * @return string If redirect is `false`, returns the next page the user should be redirected to.
16152
  */
@@ -16155,6 +17034,7 @@
16155
  $user_public_key,
16156
  $user_secret_key,
16157
  $is_marketing_allowed,
 
16158
  $install_id,
16159
  $install_public_key,
16160
  $install_secret_key,
@@ -16196,6 +17076,10 @@
16196
  $this->disable_opt_in_notice_and_lock_user();
16197
  }
16198
 
 
 
 
 
16199
  return $this->setup_account(
16200
  $this->_user,
16201
  $this->_site,
@@ -16214,6 +17098,7 @@
16214
  * @param string $user_public_key
16215
  * @param string $user_secret_key
16216
  * @param bool|null $is_marketing_allowed
 
16217
  * @param array $site_ids
16218
  * @param bool $license_key
16219
  * @param bool $trial_plan_id
@@ -16226,6 +17111,7 @@
16226
  $user_public_key,
16227
  $user_secret_key,
16228
  $is_marketing_allowed,
 
16229
  $site_ids,
16230
  $license_key = false,
16231
  $trial_plan_id = false,
@@ -16237,6 +17123,10 @@
16237
  $this->disable_opt_in_notice_and_lock_user();
16238
  }
16239
 
 
 
 
 
16240
  $sites = array();
16241
  foreach ( $site_ids as $site_id ) {
16242
  $sites[] = $this->get_site_info( array( 'blog_id' => $site_id ) );
@@ -16255,11 +17145,10 @@
16255
  * @param string $user_public_key
16256
  * @param string $user_secret_key
16257
  * @param bool|null $is_marketing_allowed
 
16258
  * @param object[] $installs
16259
  * @param bool $redirect
16260
- * @param bool $auto_install Since 1.2.1.7 If `true` and setting up an account with a valid license, will
16261
- * redirect (or return a URL) to the account page with a special parameter to
16262
- * trigger the auto installation processes.
16263
  *
16264
  * @return string If redirect is `false`, returns the next page the user should be redirected to.
16265
  */
@@ -16268,6 +17157,7 @@
16268
  $user_public_key,
16269
  $user_secret_key,
16270
  $is_marketing_allowed,
 
16271
  array $installs,
16272
  $redirect = true,
16273
  $auto_install = false
@@ -16278,6 +17168,10 @@
16278
  $this->disable_opt_in_notice_and_lock_user();
16279
  }
16280
 
 
 
 
 
16281
  $install_ids = array();
16282
 
16283
  foreach ( $installs as $install ) {
@@ -16387,6 +17281,8 @@
16387
  */
16388
  $license_key = fs_request_get( 'license_secret_key' );
16389
 
 
 
16390
  $this->install_with_current_user( $license_key );
16391
  }
16392
  }
@@ -16586,10 +17482,15 @@
16586
  * @author Vova Feldman (@svovaf)
16587
  * @since 1.0.6
16588
  *
16589
- * @param Freemius $parent_fs
16590
- * @param bool|int|null $network_level_or_blog_id True for network level opt-in and integer for opt-in for specified blog in the network.
 
16591
  */
16592
- private function _activate_addon_account( Freemius $parent_fs, $network_level_or_blog_id = null ) {
 
 
 
 
16593
  if ( $this->is_registered() ) {
16594
  // Already activated.
16595
  return;
@@ -16628,6 +17529,10 @@
16628
  }
16629
  }
16630
 
 
 
 
 
16631
  // Activate add-on with parent plugin credentials.
16632
  $result = $parent_fs->get_api_site_scope()->call(
16633
  "/addons/{$this->_plugin->id}/installs.json",
@@ -16636,16 +17541,25 @@
16636
  );
16637
 
16638
  if ( ! $this->is_api_result_object( $result, 'installs' ) ) {
16639
- $error_message = FS_Api::is_api_error_object( $result ) ?
16640
- $result->error->message :
16641
- $this->get_text_inline( 'An unknown error has occurred.', 'unknown-error' );
 
 
 
 
 
 
 
 
16642
 
16643
- $this->_admin_notices->add(
16644
- sprintf( $this->get_text_inline( 'Couldn\'t activate %s.', 'could-not-activate-x' ), $this->get_plugin_name() ) . ' ' .
16645
- $this->get_text_inline( 'Please contact us with the following message:', 'contact-us-with-error-message' ) . ' ' . '<b>' . $error_message . '</b>',
16646
- $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
16647
- 'error'
16648
- );
 
16649
 
16650
  return;
16651
  }
@@ -16678,21 +17592,29 @@
16678
 
16679
  if ( ! fs_is_network_admin() ) {
16680
  // Try to activate premium license.
16681
- $this->_activate_license( true );
16682
- } else {
16683
- $license_id = fs_request_get( 'license_id' );
16684
 
16685
- if ( is_object( $this->_site ) &&
16686
- FS_Plugin_License::is_valid_id( $license_id ) &&
16687
- $license_id == $this->_site->license_id
16688
- ) {
16689
- // License is already activated.
16690
- return;
16691
  }
 
 
 
 
 
16692
 
16693
- $premium_license = FS_Plugin_License::is_valid_id( $license_id ) ?
16694
- $this->_get_license_by_id( $license_id ) :
16695
- $this->_get_available_premium_license();
 
 
 
 
 
 
 
 
 
16696
 
16697
  if ( is_object( $premium_license ) ) {
16698
  $this->maybe_network_activate_addon_license( $premium_license );
@@ -18100,23 +19022,27 @@
18100
 
18101
  $sites = self::get_all_sites( $this->_module_type, $network_level_or_blog_id );
18102
 
18103
- $prev_stored_user_id = $this->_storage->get( 'prev_user_id', false, $network_level_or_blog_id );
 
18104
 
18105
- if ( empty( $prev_stored_user_id ) &&
18106
- is_object($this->_user) && $this->_user->id != $site->user_id
18107
- ) {
18108
- /**
18109
- * Store the current user ID as the previous user ID so that the previous user can be used
18110
- * as the install's owner while the new owner's details are not yet available.
18111
- *
18112
- * This will be executed only in the `replica` site. For example, there are 2 sites, namely `original`
18113
- * and `replica`, then an ownership change was initiated and completed in the `original`, the `replica`
18114
- * will be using the previous user until it is updated again (e.g.: until the next clone of `original`
18115
- * into `replica`.
18116
- *
18117
- * @author Leo Fajardo (@leorw)
18118
- */
18119
- $this->_storage->store( 'prev_user_id', $sites[ $this->_slug ]->user_id, $network_level_or_blog_id );
 
 
 
18120
  }
18121
 
18122
  $sites[ $this->_slug ] = $site_clone;
@@ -18986,9 +19912,11 @@
18986
  *
18987
  * @author Vova Feldman (@svovaf)
18988
  * @since 1.2.1
 
 
18989
  */
18990
- function has_active_valid_license() {
18991
- return self::is_active_valid_license( $this->_license );
18992
  }
18993
 
18994
  /**
@@ -19080,15 +20008,16 @@
19080
  * @since 2.1.3
19081
  *
19082
  * @param FS_Plugin_License $license
 
19083
  *
19084
  * @return bool
19085
  */
19086
- private static function is_active_valid_license( $license ) {
19087
  return (
19088
  is_object( $license ) &&
19089
  FS_Plugin_License::is_valid_id( $license->id ) &&
19090
  $license->is_active() &&
19091
- $license->is_valid()
19092
  );
19093
  }
19094
 
@@ -19142,6 +20071,22 @@
19142
  );
19143
  }
19144
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19145
  /**
19146
  * Check if user is a trial or have feature enabled license.
19147
  *
@@ -19948,7 +20893,11 @@
19948
 
19949
  if ( $show_notice ) {
19950
  $this->_admin_notices->add(
19951
- sprintf( $this->get_text_inline( 'Your license was successfully deactivated, you are back to the %s plan.', 'license-deactivation-message' ), $this->get_plan_title() ),
 
 
 
 
19952
  $this->get_text_inline( 'O.K', 'ok' )
19953
  );
19954
  }
@@ -20453,7 +21402,7 @@
20453
  */
20454
  private function get_latest_download_link( $label, $plugin_id = false ) {
20455
  return sprintf(
20456
- '<a target="_blank" href="%s">%s</a>',
20457
  $this->_get_latest_download_local_url( $plugin_id ),
20458
  $label
20459
  );
@@ -20524,7 +21473,7 @@
20524
  $this->get_text_inline( 'Version %s was released.', 'version-x-released' ) . ' ' . $this->get_text_inline( 'Please download %s.', 'please-download-x' ),
20525
  $update->version,
20526
  sprintf(
20527
- '<a href="%s" target="_blank">%s</a>',
20528
  $this->get_account_url( 'download_latest' ),
20529
  sprintf(
20530
  /* translators: %s: plan name (e.g. latest "Professional" version) */
@@ -20755,6 +21704,39 @@
20755
  return true;
20756
  }
20757
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20758
  /**
20759
  * Handle user name update.
20760
  *
@@ -20923,8 +21905,9 @@
20923
  // Alias.
20924
  $oops_text = $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...';
20925
 
20926
- $is_network_action = $this->is_network_level_action();
20927
- $blog_id = $this->is_network_level_site_specific_action();
 
20928
 
20929
  if ( is_numeric( $blog_id ) ) {
20930
  $this->switch_to_blog( $blog_id );
@@ -20936,7 +21919,7 @@
20936
  case 'opt_in':
20937
  check_admin_referer( trim( "{$action}:{$blog_id}:{$install_id}", ':' ) );
20938
 
20939
- if ( $plugin_id == $this->get_id() ) {
20940
  if ( $is_network_action && ! empty( $blog_id ) ) {
20941
  if ( ! $this->is_registered() ) {
20942
  $this->install_with_user(
@@ -20959,7 +21942,7 @@
20959
  case 'toggle_tracking':
20960
  check_admin_referer( trim( "{$action}:{$blog_id}:{$install_id}", ':' ) );
20961
 
20962
- if ( $plugin_id == $this->get_id() ) {
20963
  if ( $is_network_action && ! empty( $blog_id ) ) {
20964
  if ( $this->is_registered() ) {
20965
  if ( $this->is_tracking_prohibited() ) {
@@ -20977,7 +21960,7 @@
20977
  $this->get_plugin_title(),
20978
  fs_strip_url_protocol( get_site_url( $blog_id ) ),
20979
  sprintf(
20980
- '<a href="%s" target="_blank">%s</a>',
20981
  'https://freemius.com',
20982
  'freemius.com'
20983
  )
@@ -20994,8 +21977,20 @@
20994
  case 'delete_account':
20995
  check_admin_referer( trim( "{$action}:{$blog_id}:{$install_id}", ':' ) );
20996
 
20997
- if ( $plugin_id == $this->get_id() ) {
20998
- if ( $is_network_action && empty( $blog_id ) ) {
 
 
 
 
 
 
 
 
 
 
 
 
20999
  $this->delete_network_account_event();
21000
  } else {
21001
  $this->delete_account_event();
@@ -21011,7 +22006,12 @@
21011
  } else {
21012
  if ( $this->is_addon_activated( $plugin_id ) ) {
21013
  $fs_addon = self::get_instance_by_id( $plugin_id );
21014
- $fs_addon->delete_account_event();
 
 
 
 
 
21015
 
21016
  fs_redirect( $this->_get_admin_page_url( 'account' ) );
21017
  }
@@ -21059,6 +22059,18 @@
21059
 
21060
  if ( is_object( $fs ) ) {
21061
  $fs->_activate_license();
 
 
 
 
 
 
 
 
 
 
 
 
21062
  }
21063
 
21064
  return;
@@ -21417,6 +22429,86 @@
21417
  }
21418
  }
21419
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21420
  #----------------------------------------------------------------------------------
21421
  #region Contact Us
21422
  #----------------------------------------------------------------------------------
@@ -21645,6 +22737,43 @@
21645
  $this->get_api_plugin_scope();
21646
  }
21647
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21648
  /**
21649
  * Show trial promotional notice (if any trial exist).
21650
  *
@@ -22154,9 +23283,18 @@
22154
 
22155
  $this->_logger->entrance();
22156
 
22157
- if ( $this->is_premium() ) {
 
 
 
 
22158
  // Don't add opt-in/out for premium code base.
22159
  return;
 
 
 
 
 
22160
  }
22161
 
22162
  if ( fs_is_network_admin() ) {
@@ -22189,14 +23327,18 @@
22189
  return;
22190
  }
22191
 
22192
- if ( $this->is_registered() && $this->is_tracking_allowed() ) {
22193
- if ( ! $this->is_enable_anonymous() ) {
22194
- // If opted in and tracking is allowed, don't allow to opt out if anonymous mode is disabled.
22195
- return;
22196
- }
 
 
 
22197
 
22198
- if ( ! $this->is_free_plan() ) {
22199
- // Don't allow to opt out if running in paid plan.
 
22200
  return;
22201
  }
22202
  }
@@ -22209,6 +23351,10 @@
22209
  return;
22210
  }
22211
 
 
 
 
 
22212
  $link_text_id = '';
22213
  $url = '#';
22214
 
@@ -22272,7 +23418,7 @@
22272
  if ( ! empty( $this->_dynamically_added_top_level_page_hook_name ) ) {
22273
  if ( $this->is_network_registered() ) {
22274
  $page = 'account';
22275
- } else if ( $this->is_network_anonymous() ) {
22276
  $this->maybe_set_slug_and_network_menu_exists_flag();
22277
  }
22278
  }
@@ -22350,7 +23496,7 @@
22350
 
22351
  foreach ( $this->_action_links as $new_links ) {
22352
  foreach ( $new_links as $link ) {
22353
- $before_deactivate[ $link['key'] ] = '<a href="' . $link['href'] . '"' . ( $link['external'] ? ' target="_blank"' : '' ) . '>' . $link['label'] . '</a>';
22354
  }
22355
  }
22356
 
@@ -22470,7 +23616,7 @@
22470
  '';
22471
 
22472
  return sprintf(
22473
- ' %s: <ol><li>%s.</li>%s<li>%s (<a href="%s" target="_blank">%s</a>).</li></ol>',
22474
  $this->get_text_inline( 'Please follow these steps to complete the upgrade', 'follow-steps-to-complete-upgrade' ),
22475
  ( empty( $activate_license_string ) ? '' : $activate_license_string . '</li><li>' ) .
22476
  $this->get_latest_download_link( sprintf(
@@ -22723,6 +23869,14 @@
22723
  */
22724
  function set_plugin_upgrade_complete() {
22725
  $this->_storage->plugin_upgrade_mode = false;
 
 
 
 
 
 
 
 
22726
  }
22727
 
22728
  #endregion
@@ -23863,10 +25017,45 @@
23863
  *
23864
  * @author Vova Feldman (@svovaf)
23865
  */
23866
- self::shoot_ajax_success( array( 'is_marketing_allowed' => null ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23867
  }
23868
 
23869
- self::shoot_ajax_success( array( 'is_marketing_allowed' => $user_plugins[0]->is_marketing_allowed ) );
23870
  }
23871
 
23872
  /**
351
  */
352
  private $is_whitelabeled;
353
 
354
+ /**
355
+ * @author Leo Fajardo (@leorw)
356
+ * @since 2.4.0
357
+ *
358
+ * @var bool
359
+ */
360
+ private $_is_bundle_license_auto_activation_enabled = false;
361
+
362
  #region Uninstall Reasons IDs
363
 
364
  const REASON_NO_LONGER_NEEDED = 1;
377
  const REASON_DIDNT_WORK_AS_EXPECTED = 14;
378
  const REASON_TEMPORARY_DEACTIVATION = 15;
379
 
380
+ /**
381
+ * @author Leo Fajardo (@leorw)
382
+ * @since 2.3.1
383
+ *
384
+ * @var boolean|null
385
+ */
386
+ private $_use_external_pricing = null;
387
+
388
  #endregion
389
 
390
  /* Ctor
832
  return false;
833
  }
834
 
835
+ if (
836
+ ! $is_tabs_visibility_check &&
837
+ $this->is_org_repo_compliant() &&
838
+ $this->show_settings_with_tabs()
839
+ ) {
840
  /**
841
  * wp.org themes are limited to a single submenu item, and
842
  * sub-submenu items are most likely not allowed (never verified).
1477
  if ( $this->is_plugin() &&
1478
  ! isset( $this->_storage->is_plugin_new_install )
1479
  ) {
1480
+ $this->_storage->is_plugin_new_install = (
1481
+ ! is_plugin_active( $this->_plugin_basename ) &&
1482
+ empty( $this->_storage->plugin_last_version )
1483
+ );
1484
  }
1485
  }
1486
 
1503
  -1 < settings.url.indexOf('admin-ajax.php') &&
1504
  ! ( settings.url.indexOf( '<?php echo $admin_param ?>' ) > 0 )
1505
  ) {
1506
+ if (
1507
+ 'string' === typeof settings.data &&
1508
+ settings.data.indexOf( 'action=heartbeat' ) > 0
1509
+ ) {
1510
+ return;
1511
+ }
1512
+
1513
  if (settings.url.indexOf('?') > 0) {
1514
  settings.url += '&';
1515
  } else {
1517
  }
1518
 
1519
  settings.url += '<?php echo $admin_param ?>=true';
 
1520
  }
1521
  });
1522
  })(jQuery);
1534
  ?>
1535
  <script type="text/javascript">
1536
  (function ($) {
1537
+ $('.fs-submenu-item.wp-support-forum').parent().attr( { target: '_blank', rel: 'noopener noreferrer' } );
1538
  })(jQuery);
1539
  </script>
1540
  <?php
1630
  }
1631
 
1632
  add_action( 'init', array( &$this, '_maybe_add_gdpr_optin_ajax_handler') );
1633
+ add_action( 'init', array( &$this, '_maybe_add_pricing_ajax_handler' ) );
1634
  }
1635
 
1636
  if ( $this->is_plugin() ) {
1662
 
1663
  add_action( 'admin_init', array( &$this, '_redirect_on_clicked_menu_link' ), WP_FS__LOWEST_PRIORITY );
1664
 
1665
+ if ( $this->is_theme() && ! $this->is_migration() ) {
1666
  add_action( 'admin_init', array( &$this, '_add_tracking_links' ) );
1667
  }
1668
 
1669
  add_action( 'admin_init', array( &$this, '_add_license_activation' ) );
1670
  add_action( 'admin_init', array( &$this, '_add_premium_version_upgrade_selection' ) );
1671
  add_action( 'admin_init', array( &$this, '_add_beta_mode_update_handler' ) );
1672
+ add_action( 'admin_init', array( &$this, '_add_user_change_option' ) );
1673
 
1674
  $this->add_ajax_action( 'update_billing', array( &$this, '_update_billing_ajax_action' ) );
1675
  $this->add_ajax_action( 'start_trial', array( &$this, '_start_trial_ajax_action' ) );
2036
  * @since 2.0.0
2037
  */
2038
  function _hook_action_links_and_register_account_hooks() {
2039
+ if ( $this->is_migration() ) {
2040
+ return;
2041
+ }
2042
+
2043
  $this->_add_tracking_links();
2044
 
2045
  if ( self::is_plugins_page() && $this->is_plugin() ) {
2220
  );
2221
 
2222
  $store_option = true;
2223
+ } else if (
2224
+ isset( $id_slug_type_path_map[ $module_id ]['slug'] ) &&
2225
+ $slug !== $id_slug_type_path_map[ $module_id ]['slug']
2226
+ ) {
2227
+ $id_slug_type_path_map[ $module_id ]['slug'] = $slug;
2228
+ $store_option = true;
2229
  }
2230
 
2231
  if ( empty( $id_slug_type_path_map[ $module_id ]['path'] ) ||
4299
  )
4300
  ),
4301
  sprintf(
4302
+ '<a href="%s" target="_blank" rel="noopener noreferrer"><b>%s</b></a> - %s',
4303
  sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
4304
  $install_previous_title,
4305
  $install_previous_desc
4406
  )
4407
  ),
4408
  sprintf(
4409
+ '<a href="%s" target="_blank" rel="noopener noreferrer"><b>%s</b></a> - %s',
4410
  sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
4411
  $install_previous_title,
4412
  $install_previous_desc
4927
  } else {
4928
  $is_network_admin = fs_is_network_admin();
4929
 
4930
+ if ( ! $this->_parent->is_registered() && $this->is_registered() ) {
4931
+ // If add-on activated and parent not, automatically install parent for the user.
4932
+ $this->activate_parent_account( $this->_parent );
4933
+ } else if (
4934
  $this->_parent->is_registered() &&
4935
  ! $this->is_registered() &&
 
4936
  /**
4937
  * If not registered for add-on and the following conditions for the add-on are met, activate add-on account.
4938
  * * Network active and in network admin - network activate add-on account.
4946
  */
4947
  ( $this->is_network_active() || ! $is_network_admin )
4948
  ) {
4949
+ $premium_license = null;
4950
+
4951
+ if (
4952
+ ! $this->has_free_plan() &&
4953
+ $this->is_bundle_license_auto_activation_enabled() &&
4954
+ $this->_parent->is_activated_with_bundle_license()
4955
+ ) {
4956
+ /**
4957
+ * If the add-on has no free plan, try to activate the account only when there's a bundle license.
4958
+ *
4959
+ * @author Leo Fajardo (@leorw)
4960
+ * @since 2.4.0
4961
+ */
4962
+ $bundle_license = $this->get_active_parent_license( $this->_parent->_get_license()->secret_key, false );
4963
+
4964
+ if (
4965
+ is_object( $bundle_license ) &&
4966
+ ! empty( $bundle_license->products ) &&
4967
+ in_array( $this->get_id(), $bundle_license->products )
4968
+ ) {
4969
+ $premium_license = $bundle_license;
4970
+ }
4971
+ }
4972
+
4973
+ if ( $this->has_free_plan() || is_object( $premium_license) ) {
4974
+ // If parent plugin activated, automatically install add-on for the user.
4975
+ $this->_activate_addon_account(
4976
+ $this->_parent,
4977
+ ( $this->is_network_active() && $is_network_admin ) ?
4978
+ true :
4979
+ get_current_blog_id(),
4980
+ $premium_license
4981
+ );
4982
+ }
4983
  }
4984
 
4985
  // @todo This should be only executed on activation. It should be migrated to register_activation_hook() together with other activation related logic.
5474
  }
5475
  }
5476
 
5477
+ /**
5478
+ * @author Vova Feldman (@svovaf)
5479
+ * @since 2.3.2
5480
+ *
5481
+ * @return bool
5482
+ */
5483
+ function is_extensions_tracking_allowed() {
5484
+ return ( true === $this->apply_filters(
5485
+ 'is_extensions_tracking_allowed',
5486
+ $this->_storage->get( 'is_extensions_tracking_allowed', true )
5487
+ ) );
5488
+ }
5489
+
5490
+ /**
5491
+ * @author Vova Feldman (@svovaf)
5492
+ * @since 2.3.2
5493
+ */
5494
+ function _update_tracking_permission_callback() {
5495
+ $this->_logger->entrance();
5496
+
5497
+ $this->check_ajax_referer( 'update_tracking_permission' );
5498
+
5499
+ $is_enabled = fs_request_get_bool( 'is_enabled', null );
5500
+
5501
+ if ( ! is_bool( $is_enabled ) ) {
5502
+ self::shoot_ajax_failure();
5503
+ }
5504
+
5505
+ $permission = fs_request_get( 'permission' );
5506
+
5507
+ switch ( $permission ) {
5508
+ case 'extensions':
5509
+ $this->update_extensions_tracking_flag( $is_enabled );
5510
+ break;
5511
+ default:
5512
+ $permission = 'no_match';
5513
+ }
5514
+
5515
+ if ( 'no_match' === $permission ) {
5516
+ self::shoot_ajax_failure();
5517
+ }
5518
+
5519
+ self::shoot_ajax_success( array(
5520
+ 'permissions' => array(
5521
+ $permission => $is_enabled,
5522
+ )
5523
+ ) );
5524
+ }
5525
+
5526
+ /**
5527
+ * @author Leo Fajardo (@leorw)
5528
+ * @since 2.3.2
5529
+ *
5530
+ * @param bool $is_enabled
5531
+ */
5532
+ private function update_extensions_tracking_flag( $is_enabled ) {
5533
+ $this->_storage->store( 'is_extensions_tracking_allowed', $is_enabled );
5534
+ }
5535
+
5536
  /**
5537
  * Parse plugin's settings (as defined by the plugin dev).
5538
  *
5670
  $this->_anonymous_mode = $this->get_bool_option( $plugin_info, 'anonymous_mode', false );
5671
  }
5672
  $this->_permissions = $this->get_option( $plugin_info, 'permissions', array() );
5673
+ $this->_is_bundle_license_auto_activation_enabled = $this->get_option( $plugin_info, 'bundle_license_auto_activation', false );
5674
 
5675
  if ( ! empty( $plugin_info['trial'] ) ) {
5676
  $this->_trial_days = $this->get_numeric_option(
6042
  * @return Freemius[]
6043
  */
6044
  function get_installed_addons() {
6045
+ if ( $this->is_addon() ) {
6046
+ // Add-on cannot have add-ons.
6047
+ return array();
6048
+ }
6049
+
6050
  $installed_addons = array();
6051
+
6052
  foreach ( self::$_instances as $instance ) {
6053
+ if ( $instance->is_addon_of( $this->_plugin->id ) ) {
6054
+ $installed_addons[] = $instance;
 
 
6055
  }
6056
  }
6057
 
6101
  * @return bool
6102
  */
6103
  function is_addon() {
6104
+ return (
6105
+ isset( $this->_plugin->parent_plugin_id ) &&
6106
+ is_numeric( $this->_plugin->parent_plugin_id )
6107
+ );
6108
+ }
6109
+
6110
+ /**
6111
+ * @author Vova Feldman (@svovaf)
6112
+ * @since 2.3.2
6113
+ *
6114
+ * @param number $parent_product_id
6115
+ *
6116
+ * @return bool
6117
+ */
6118
+ function is_addon_of( $parent_product_id ) {
6119
+ return (
6120
+ $this->is_addon() &&
6121
+ $parent_product_id == $this->_plugin->parent_plugin_id
6122
+ );
6123
  }
6124
 
6125
  /**
6876
  } else {
6877
  $this->sync_install();
6878
  }
6879
+
6880
+ $this->maybe_sync_install_user();
6881
  }
6882
  }
6883
  }
7090
  } else {
7091
  $this->sync_install( array(), true );
7092
  }
7093
+
7094
+ $this->maybe_sync_install_user();
7095
  }
7096
  }
7097
 
7148
  * @since 1.0.7
7149
  */
7150
  function _admin_init_action() {
7151
+ $is_migration = $this->is_migration();
7152
+
7153
  /**
7154
  * Automatically redirect to connect/activation page after plugin activation.
7155
  *
7162
  /**
7163
  * Don't redirect if activating multiple plugins at once (bulk activation).
7164
  */
7165
+ } else if ( ! $is_migration ) {
7166
  $this->_redirect_on_activation_hook();
7167
  return;
7168
  }
7169
  }
7170
 
7171
+ if ( $is_migration ) {
7172
+ return;
7173
+ }
7174
+
7175
  if ( fs_request_is_action( $this->get_unique_affix() . '_skip_activation' ) ) {
7176
  check_admin_referer( $this->get_unique_affix() . '_skip_activation' );
7177
 
7202
  )
7203
  ) {
7204
  if ( ! $this->is_pending_activation() ) {
7205
+ if ( ! $this->is_activation_page() ) {
7206
  /**
7207
  * If a user visits any other admin page before activating the premium-only theme with a valid
7208
  * license, reactivate the previous theme.
7845
  $this->_storage->is_plugin_new_install = empty( $this->_storage->plugin_last_version );
7846
  }
7847
 
7848
+ /**
7849
+ * Also flush when activating the premium version so that even if Freemius was off before, the API
7850
+ * connectivity test can be run again.
7851
+ *
7852
+ * @author Leo Fajardo (@leorw)
7853
+ * @since 2.2.3.1
7854
+ */
7855
+ $has_api_connectivity = $this->has_api_connectivity( WP_FS__DEV_MODE || $is_premium_version_activation );
7856
+
7857
  if ( ! $this->_anonymous_mode &&
7858
+ $has_api_connectivity &&
7859
  ! $this->_isAutoInstall
7860
  ) {
7861
  // Store hint that the plugin was just activated to enable auto-redirection to settings.
7888
  return;
7889
  }
7890
 
7891
+ $license = $this->get_active_parent_license();
7892
  if ( ! is_object( $license ) ) {
7893
  return;
7894
  }
7895
 
7896
+ if (
7897
+ $this->is_bundle_license_auto_activation_enabled() &&
7898
+ ! empty( $license->products )
7899
+ ) {
7900
+ $this->activate_bundle_license( $license );
7901
+
7902
+ return;
7903
+ }
7904
+
7905
  if ( ! $this->is_registered() ) {
7906
  // Opt in with a license key.
7907
  $this->opt_in(
7924
  }
7925
  }
7926
 
 
7927
  /**
7928
  * @author Leo Fajardo (@leorw)
7929
  * @since 2.3.0
7939
 
7940
  $license = ( ! is_null( $license ) ) ?
7941
  $license :
7942
+ $this->get_active_parent_license();
7943
 
7944
  if ( ! is_object( $license ) ) {
7945
  return;
7946
  }
7947
 
7948
+ if (
7949
+ $this->is_bundle_license_auto_activation_enabled() &&
7950
+ ! empty( $license->products )
7951
+ ) {
7952
+ $this->activate_bundle_license( $license );
7953
+
7954
+ return;
7955
+ }
7956
+
7957
  if ( ! $this->is_network_registered() ) {
7958
  $sites = $this->get_sites_for_network_level_optin();
7959
 
8017
  }
8018
 
8019
  /**
8020
+ * Tries to activate a bundle license for all supported products if the current product is activated with a bundle license. This is called after activating an available license (not via the license activation dialog but by clicking on a license activation button) for a product via its "Account" page.
8021
+ *
8022
+ * @author Leo Fajardo (@leorw)
8023
+ * @since 2.4.0
8024
+ *
8025
+ * @param FS_Plugin_License $license
8026
+ * @param array $sites
8027
+ * @param int $blog_id
8028
+ */
8029
+ private function maybe_activate_bundle_license( FS_Plugin_License $license = null, $sites = array(), $blog_id = 0 ) {
8030
+ if ( ! is_object( $license ) && $this->has_active_valid_license() ) {
8031
+ $license = $this->_license;
8032
+ }
8033
+
8034
+ if ( ! is_object( $license ) ) {
8035
+ return;
8036
+ }
8037
+
8038
+ $parent_license = ( ! empty( $license->products ) ) ?
8039
+ $license :
8040
+ $this->get_active_parent_license( $license->secret_key );
8041
+
8042
+ if ( is_object( $parent_license ) ) {
8043
+ $this->activate_bundle_license( $parent_license, $sites, $blog_id );
8044
+ }
8045
+ }
8046
+
8047
+ /**
8048
+ * Try to activate a bundle license for all the bundle products installed on the site.
8049
+ * (1) If a child product install already has a license, the bundle license won't be activated.
8050
+ * (2) On multi-site networks, if the attempt to activate the bundle license is triggered from the network admin, the bundle license activation will only work for non-delegated sites and only if none of them is associated with a license. Even if one of the sites has the product installed with a license key, skip the bundle license activation for the product.
8051
+ * (3) On multi-site networks, if the attempt to activate the bundle license is triggered from a site-level admin, only activate the license if the product is site-level activated or delegated, and the product installation is not yet associated with a license.
8052
+ *
8053
+ * @author Leo Fajardo (@leorw)
8054
+ * @since 2.4.0
8055
+ *
8056
+ * @param FS_Plugin_License $license
8057
+ * @param array $sites
8058
+ * @param int $current_blog_id
8059
+ */
8060
+ private function activate_bundle_license( $license, $sites = array(), $current_blog_id = 0 ) {
8061
+ $is_network_admin = fs_is_network_admin();
8062
+
8063
+ $installs_by_blog_map = array();
8064
+ $site_info_by_blog_map = array();
8065
+
8066
+ /**
8067
+ * Try to activate the license for all supported products.
8068
+ *
8069
+ * @author Leo Fajardo
8070
+ */
8071
+ foreach ( $license->products as $product_id ) {
8072
+ $fs = self::get_instance_by_id( $product_id );
8073
+
8074
+ if ( ! is_object( $fs ) ) {
8075
+ continue;
8076
+ }
8077
+
8078
+ if ( ! $fs->has_paid_plan() ) {
8079
+ continue;
8080
+ }
8081
+
8082
+ if (
8083
+ ! $fs->is_addon() &&
8084
+ ! FS_Plan_Manager::instance()->has_paid_plan( $fs->_plans )
8085
+ ) {
8086
+ /**
8087
+ * The parent product can be free-only but can have its `has_paid_plan` flag set to `true` when
8088
+ * there is a context bundle.
8089
+ */
8090
+ continue;
8091
+ }
8092
+
8093
+ if ( $current_blog_id > 0 ) {
8094
+ $fs->switch_to_blog( $current_blog_id );
8095
+ }
8096
+
8097
+ if ( $fs->has_active_valid_license() ) {
8098
+ continue;
8099
+ }
8100
+
8101
+ if ( ! $is_network_admin || $current_blog_id > 0 ) {
8102
+ if ( $fs->is_network_active() && ! $fs->is_delegated_connection( $current_blog_id ) ) {
8103
+ // Do not try to activate the license in the site level if the product is network active and the connection was not delegated.
8104
+ continue;
8105
+ }
8106
+ } else {
8107
+ if ( ! $fs->is_network_active() ) {
8108
+ // Do not try to activate the license in the network level if the product is not network active.
8109
+ continue;
8110
+ }
8111
+
8112
+ if ( $fs->is_network_delegated_connection() ) {
8113
+ // Do not try to activate the license in the network level if the activation has been delegated to site admins.
8114
+ continue;
8115
+ }
8116
+
8117
+ $has_install_with_license = false;
8118
+
8119
+ // Collection of sites that have an install entity that is not activated with a license or non-delegated sites that have no install entity, or both types of site.
8120
+ $filtered_sites = array();
8121
+
8122
+ if ( empty( $sites ) ) {
8123
+ $all_sites = self::get_sites();
8124
+
8125
+ foreach ( $all_sites as $site ) {
8126
+ $sites[] = array( 'blog_id' => self::get_site_blog_id( $site ) );
8127
+ }
8128
+ } else {
8129
+ // Populate the map here to avoid calling `$fs->get_site_info( $site );` in the other `for` loop below.
8130
+ foreach ( $sites as $site ) {
8131
+ if ( ! isset( $site['blog_id'] ) || ! is_numeric( $site['blog_id'] ) ) {
8132
+ continue;
8133
+ }
8134
+
8135
+ $site_info_by_blog_map[ $site['blog_id'] ] = $site;
8136
+ }
8137
+ }
8138
+
8139
+ foreach ( $sites as $site ) {
8140
+ if ( ! isset( $site['blog_id'] ) || ! is_numeric( $site['blog_id'] ) ) {
8141
+ continue;
8142
+ }
8143
+
8144
+ $blog_id = $site['blog_id'];
8145
+
8146
+ if ( ! isset( $installs_by_blog_map[ $blog_id ] ) ) {
8147
+ $installs_by_blog_map[ $blog_id ] = self::get_all_sites( $fs->get_module_type(), $blog_id );
8148
+ }
8149
+
8150
+ $installs = $installs_by_blog_map[ $blog_id ];
8151
+ $install = null;
8152
+
8153
+ if ( isset( $installs[ $fs->get_slug() ] ) ) {
8154
+ $install = $installs[ $fs->get_slug() ];
8155
+
8156
+ if (
8157
+ is_object( $install ) &&
8158
+ (
8159
+ ! FS_Site::is_valid_id( $install->id ) ||
8160
+ ! FS_User::is_valid_id( $install->user_id ) ||
8161
+ ! FS_Plugin_Plan::is_valid_id( $install->plan_id )
8162
+ )
8163
+ ) {
8164
+ $install = null;
8165
+ }
8166
+ }
8167
+
8168
+ if (
8169
+ is_object( $install ) &&
8170
+ FS_Plugin_License::is_valid_id( $install->license_id )
8171
+ ) {
8172
+ $has_install_with_license = true;
8173
+ break;
8174
+ }
8175
+
8176
+ if ( $fs->is_site_delegated_connection( $blog_id ) ) {
8177
+ // Site activation delegated, don't activate bundle license on the site in the network admin.
8178
+ continue;
8179
+ }
8180
+
8181
+ if ( ! isset( $site_info_by_blog_map[ $blog_id ] ) ) {
8182
+ $site_info_by_blog_map[ $blog_id ] = $fs->get_site_info( $site );
8183
+ }
8184
+
8185
+ $filtered_sites[] = $site_info_by_blog_map[ $blog_id ];
8186
+ }
8187
+
8188
+ if ( $has_install_with_license || empty( $filtered_sites ) ) {
8189
+ // Do not try to activate the license at the network level if there's any install with a license or there's no site to activate the license on.
8190
+ continue;
8191
+ }
8192
+
8193
+ $sites = $filtered_sites;
8194
+ }
8195
+
8196
+ $fs->activate_migrated_license(
8197
+ $license->secret_key,
8198
+ null,
8199
+ null,
8200
+ $sites,
8201
+ ( $current_blog_id > 0 ? $current_blog_id : null )
8202
+ );
8203
+ }
8204
+ }
8205
+
8206
+ /**
8207
+ * Returns a parent license that can be activated for the context product.
8208
+ *
8209
  * @author Leo Fajardo (@leorw)
8210
  * @since 2.3.0
8211
  *
8212
+ * @param string|null $license_key
8213
+ * @param bool $flush
8214
+ *
8215
  * @return FS_Plugin_License
8216
  */
8217
+ function get_active_parent_license( $license_key = null, $flush = true ) {
8218
  $parent_licenses_endpoint = "/plugins/{$this->get_id()}/parent_licenses.json?filter=activatable";
 
8219
 
8220
+ $fs = $this;
8221
+
8222
+ if ( $this->is_addon() ) {
8223
+ $parent_instance = $this->get_parent_instance();
8224
+
8225
+ if ( is_object( $parent_instance ) && $parent_instance->is_registered() ) {
8226
+ $fs = $parent_instance;
8227
+ }
8228
+ }
8229
+
8230
+ $foreign_licenses = $fs->get_foreign_licenses_info(
8231
  self::get_all_licenses( $this->get_parent_id() )
8232
  );
8233
 
8241
  $parent_licenses_endpoint = add_query_arg( $foreign_licenses, $parent_licenses_endpoint );
8242
  }
8243
 
8244
+ $result = $fs->get_current_or_network_user_api_scope()->get( $parent_licenses_endpoint, $flush );
8245
 
8246
  if (
8247
  ! $this->is_api_result_object( $result, 'licenses' ) ||
8251
  return null;
8252
  }
8253
 
8254
+ $parent_license = null;
8255
 
8256
+ if ( empty( $license_key ) ) {
8257
+ $parent_license = $result->licenses[0];
8258
+ } else {
8259
+ foreach ( $result->licenses as $license ) {
8260
+ if ( $license_key === $license->secret_key ) {
8261
+ $parent_license = $license;
8262
+ break;
8263
+ }
8264
+ }
8265
+ }
8266
+
8267
+ if ( ! is_null( $parent_license ) ) {
8268
+ $parent_license = new FS_Plugin_License( $parent_license );
8269
+ }
8270
+
8271
+ return $parent_license;
8272
  }
8273
 
8274
  /**
8407
  foreach ( $sites as $site ) {
8408
  $blog_id = self::get_site_blog_id( $site );
8409
 
8410
+ if ( $this->is_site_delegated_connection( $blog_id ) ) {
8411
+ continue;
8412
+ }
8413
+
8414
  $install_id = $this->_delete_site( true, $blog_id );
8415
 
8416
  // Clear all storage data.
9188
  $include_themes = true,
9189
  $include_blog_data = true
9190
  ) {
9191
+ if ( $this->is_extensions_tracking_allowed() ) {
9192
+ if ( ! defined( 'WP_FS__TRACK_PLUGINS' ) || false !== WP_FS__TRACK_PLUGINS ) {
9193
+ /**
9194
+ * @since 1.1.8 Also send plugin updates.
9195
+ */
9196
+ if ( $include_plugins && ! isset( $override['plugins'] ) ) {
9197
+ $plugins = $this->get_plugins_data_for_api();
9198
+ if ( ! empty( $plugins ) ) {
9199
+ $override['plugins'] = $plugins;
9200
+ }
9201
  }
9202
  }
 
9203
 
9204
+ if ( ! defined( 'WP_FS__TRACK_THEMES' ) || false !== WP_FS__TRACK_THEMES ) {
9205
+ /**
9206
+ * @since 1.1.8 Also send themes updates.
9207
+ */
9208
+ if ( $include_themes && ! isset( $override['themes'] ) ) {
9209
+ $themes = $this->get_themes_data_for_api();
9210
+ if ( ! empty( $themes ) ) {
9211
+ $override['themes'] = $themes;
9212
+ }
9213
  }
9214
  }
9215
  }
9565
  }
9566
  }
9567
 
9568
+ /**
9569
+ * Syncs the install owner's data if needed (i.e., if the install owner is different from the loaded user).
9570
+ *
9571
+ * @author Leo Fajardo (@leorw)
9572
+ * @since 2.3.2
9573
+ */
9574
+ private function maybe_sync_install_user() {
9575
+ if ( $this->_user->id == $this->_site->user_id ) {
9576
+ return;
9577
+ }
9578
+
9579
+ // Fetch user data and store if found.
9580
+ $this->sync_user_by_current_install();
9581
+ }
9582
+
9583
  /**
9584
  * Update install only if changed.
9585
  *
9863
  $fs = self::get_instance_by_file( $plugin_file );
9864
 
9865
  if ( is_object( $fs ) ) {
9866
+ $fs->remove_sdk_reference();
9867
+
9868
  self::require_plugin_essentials();
9869
 
9870
  if ( is_plugin_active( $fs->_free_plugin_basename ) ||
10426
 
10427
  $class_name = '';
10428
 
10429
+ if ( fs_starts_with( $option_name, WP_FS__MODULE_TYPE_THEME . '_' ) ) {
10430
+ $option_name = str_replace( WP_FS__MODULE_TYPE_THEME . '_', '', $option_name );
10431
+ }
10432
+
10433
  switch ( $option_name ) {
10434
  case 'plugins':
10435
  case 'themes':
10714
  return ( is_object( $this->_site ) && $this->_site->is_tracking_allowed() );
10715
  }
10716
 
10717
+ /**
10718
+ * @author Leo Fajardo (@leorw)
10719
+ * @since 2.4.0
10720
+ *
10721
+ * @return bool
10722
+ */
10723
+ function is_bundle_license_auto_activation_enabled() {
10724
+ return $this->is_addon() ?
10725
+ ( is_object( $this->_parent ) && $this->_parent->is_bundle_license_auto_activation_enabled() ) :
10726
+ $this->_is_bundle_license_auto_activation_enabled;
10727
+ }
10728
+
10729
  /**
10730
  * @author Vova Feldman (@svovaf)
10731
  * @since 1.0.4
11762
 
11763
  // Update current license.
11764
  if ( is_object( $this->_license ) ) {
11765
+ $license = $this->_get_license_by_id( $this->_license->id );
11766
+
11767
+ if ( is_object( $license ) ) {
11768
+ /**
11769
+ * `$license` can be `false` in case a user change action has just been completed and this method
11770
+ * has synced the `$this->_licenses` collection for the new user. In this case, the
11771
+ * `$this->_licenses` collection may have only the newly activated license that is associated with
11772
+ * the new user. `set_license` will eventually be called in the same request by the logic that
11773
+ * follows outside this method which will detect that the install's license has been updated, and
11774
+ * then `_update_site_license` will be called which in turn will call `set_license`.
11775
+ *
11776
+ * @author Leo Fajardo (@leorw)
11777
+ * @since 2.3.2
11778
+ */
11779
+ $this->set_license( $license );
11780
+ }
11781
  }
11782
 
11783
  return $this->_licenses;
12226
  function _update_site_license( $new_license ) {
12227
  $this->_logger->entrance();
12228
 
12229
+ /**
12230
+ * In case this call will be removed in the future, the `_sync_licenses()` method needs to be updated
12231
+ * accordingly so that it will also handle the case when an ownership change is done via license
12232
+ * activation.
12233
+ *
12234
+ * @author Leo Fajardo (@leorw)
12235
+ * @since 2.3.2
12236
+ */
12237
  $this->set_license( $new_license );
12238
 
12239
  if ( ! is_object( $new_license ) ) {
12682
  }
12683
 
12684
  $current_plan_order = - 1;
12685
+ $required_plan_order = PHP_INT_MAX;
12686
  for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
12687
  if ( $plan === $this->_plans[ $i ]->name ) {
12688
  $required_plan_order = $i;
12839
  fs_require_template( 'forms/resend-key.php', $vars );
12840
  }
12841
 
12842
+ /**
12843
+ * Returns a collection of IDs of installs that are associated with the context product and its add-ons, and activated with foreign licenses.
12844
+ *
12845
+ * @author Leo Fajardo (@leorw)
12846
+ * @since 2.3.2
12847
+ *
12848
+ * @return number[]
12849
+ */
12850
+ function get_installs_ids_with_foreign_licenses() {
12851
+ $installs = array();
12852
+
12853
+ if (
12854
+ is_object( $this->_license ) &&
12855
+ $this->_site->user_id != $this->_license->user_id
12856
+ ) {
12857
+ $installs[] = $this->_site->id;
12858
+ }
12859
+
12860
+ /**
12861
+ * Also try to get foreign licenses for the context product's add-ons.
12862
+ */
12863
+ $installs_by_slug_map = $this->get_parent_and_addons_installs_info();
12864
+
12865
+ foreach ( $installs_by_slug_map as $slug => $install_info ) {
12866
+ if ( $slug == $this->get_slug() ) {
12867
+ continue;
12868
+ }
12869
+
12870
+ $install = $install_info['install'];
12871
+ $license = $install_info['license'];
12872
+
12873
+ if (
12874
+ is_object( $license ) &&
12875
+ $install->user_id != $license->user_id
12876
+ ) {
12877
+ $installs[] = $install->id;
12878
+ }
12879
+ }
12880
+
12881
+ return $installs;
12882
+ }
12883
+
12884
+ /**
12885
+ * Displays the "Change User" dialog box when the user clicks on the "Change User" button on the "Account" page.
12886
+ *
12887
+ * @author Leo Fajardo (@leorw)
12888
+ * @since 2.3.2
12889
+ *
12890
+ * @param number[] $install_ids
12891
+ */
12892
+ function _add_user_change_dialog_box( $install_ids ) {
12893
+ $vars = array(
12894
+ 'id' => $this->_module_id,
12895
+ 'license_owners' => $this->fetch_installs_licenses_owners_data( $install_ids )
12896
+ );
12897
+
12898
+ fs_require_template( 'forms/user-change.php', $vars );
12899
+ }
12900
+
12901
  /**
12902
  * @author Leo Fajardo (@leorw)
12903
  * @since 2.3.1
13009
  * @since 1.2.0
13010
  */
13011
  function _add_license_activation() {
13012
+ if ( $this->is_migration() ) {
13013
+ return;
13014
+ }
13015
+
13016
  if ( ! $this->is_user_admin() ) {
13017
  // Only admins can activate a license.
13018
  return;
13023
  return;
13024
  }
13025
 
13026
+ if (
13027
+ $this->has_premium_version() &&
13028
+ ! $this->is_premium() &&
13029
+ /**
13030
+ * Also handle the case when an upgrade was made using the free version.
13031
+ *
13032
+ * @author Leo Fajardo (@leorw)
13033
+ * @since 2.3.2
13034
+ */
13035
+ ! is_object( $this->_get_license() )
13036
+ ) {
13037
  // Only add license activation logic to the premium version, or in case of a serviceware plugin, also in the free version.
13038
  return;
13039
  }
13060
  $this->add_ajax_action( 'resend_license_key', array( &$this, '_resend_license_key_ajax_action' ) );
13061
  }
13062
 
13063
+ /**
13064
+ * Prepares page to include all required UI and logic for the "Change User" dialog.
13065
+ *
13066
+ * @author Leo Fajardo (@leorw)
13067
+ * @since 2.3.2
13068
+ */
13069
+ function _add_user_change_option() {
13070
+ if ( ! $this->should_handle_user_change() ) {
13071
+ return;
13072
+ }
13073
+
13074
+ $installs_ids_with_foreign_licenses = $this->get_installs_ids_with_foreign_licenses();
13075
+
13076
+ if ( empty( $installs_ids_with_foreign_licenses ) ) {
13077
+ // Handle user change only when the parent product or one of its add-ons is activated with a foreign license.
13078
+ return;
13079
+ }
13080
+
13081
+ // Add user change AJAX handler.
13082
+ $this->add_ajax_action( 'change_user', array( &$this, '_user_change_ajax_action' ) );
13083
+ }
13084
+
13085
+ /**
13086
+ * @author Leo Fajardo (@leorw)
13087
+ * @since 2.3.2
13088
+ */
13089
+ function should_handle_user_change() {
13090
+ if ( ! $this->is_user_admin() ) {
13091
+ // Only admins can change user.
13092
+ return false;
13093
+ }
13094
+
13095
+ if ( $this->is_addon() ) {
13096
+ return false;
13097
+ }
13098
+
13099
+ if ( ! $this->is_registered() ) {
13100
+ return false;
13101
+ }
13102
+
13103
+ if (
13104
+ $this->is_network_active() &&
13105
+ ( fs_is_network_admin() || ! $this->is_site_delegated_connection() )
13106
+ ) {
13107
+ // Handle only on site-level "Account" section for now.
13108
+ return false;
13109
+ }
13110
+
13111
+ return true;
13112
+ }
13113
+
13114
  /**
13115
  * @author Leo Fajardo (@leorw)
13116
  * @since 2.0.2
13209
  exit;
13210
  }
13211
 
13212
+ $sites = fs_is_network_admin() ?
13213
+ fs_request_get( 'sites', array(), 'post' ) :
13214
+ array();
13215
+
13216
  $result = $this->activate_license(
13217
  $license_key,
13218
+ $sites,
 
 
13219
  fs_request_get_bool( 'is_marketing_allowed', null ),
13220
  fs_request_get( 'blog_id', null ),
13221
+ fs_request_get( 'module_id', null, 'post' ),
13222
+ fs_request_get( 'user_id', null ),
13223
+ fs_request_get_bool( 'is_extensions_tracking_allowed', true )
13224
  );
13225
 
13226
+ if (
13227
+ $result['success'] &&
13228
+ $this->is_bundle_license_auto_activation_enabled()
13229
+ ) {
13230
+ $license = new FS_Plugin_License();
13231
+ $license->secret_key = $license_key;
13232
+
13233
+ $this->maybe_activate_bundle_license( $license, $sites );
13234
+ }
13235
+
13236
  echo json_encode( $result );
13237
 
13238
  exit;
13239
  }
13240
 
13241
  /**
13242
+ * User change WP AJAX handler.
13243
+ *
13244
+ * @author Leo Fajardo (@leorw)
13245
+ * @since 2.3.2
13246
+ */
13247
+ function _user_change_ajax_action() {
13248
+ $this->_logger->entrance();
13249
+
13250
+ $this->check_ajax_referer( 'change_user' );
13251
+
13252
+ $new_email_address = trim( fs_request_get( 'email_address', '' ) );
13253
+ $new_user_id = fs_request_get( 'user_id' );
13254
+
13255
+ if ( empty( $new_email_address ) && ! FS_User::is_valid_id( $new_user_id ) ) {
13256
+ self::shoot_ajax_failure( fs_text_inline( 'Invalid new user ID or email address.', 'invalid-new-user-id-or-email', $this->get_slug() ) );
13257
+ }
13258
+
13259
+ $params = array();
13260
+
13261
+ if ( ! empty( $new_email_address ) ) {
13262
+ $params['user_email'] = $new_email_address;
13263
+ } else {
13264
+ $params['user_id'] = $new_user_id;
13265
+ }
13266
+
13267
+ $installs_info_by_slug_map = $this->get_parent_and_addons_installs_info();
13268
+ $install_ids = array();
13269
+
13270
+ foreach ( $installs_info_by_slug_map as $slug => $install_info ) {
13271
+ $install_ids[ $slug ] = $install_info['install']->id;
13272
+ }
13273
+
13274
+ $params['install_ids'] = implode( ',', array_values( $install_ids ) );
13275
+
13276
+ $install = $this->get_api_site_scope()->call( $this->add_show_pending( '/' ), 'put', $params );
13277
+
13278
+ if ( FS_Api::is_api_error( $install ) ) {
13279
+ $error = '';
13280
+
13281
+ if ( is_object( $install ) ) {
13282
+ switch ( $install->error->code ) {
13283
+ case 'user_exist':
13284
+ $error = (
13285
+ $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...' .
13286
+ $this->get_text_inline( 'Sorry, we could not complete the email update. Another user with the same email is already registered.', 'user-exist-message' ) . ' ' .
13287
+ sprintf( $this->get_text_inline( 'If you would like to give up the ownership of the %s\'s account to %s click the Change Ownership button.', 'user-exist-message_ownership' ), $this->_module_type, '<b>' . $new_email_address . '</b>' ) .
13288
+ sprintf(
13289
+ '<a style="line-height: 40px;" href="%s"><button class="button button-primary">%s &nbsp;&#10140;</button></a>',
13290
+ $this->get_account_url( 'change_owner', array(
13291
+ 'state' => 'init',
13292
+ 'candidate_email' => $new_email_address
13293
+ ) ),
13294
+ $this->get_text_inline( 'Change Ownership', 'change-ownership' )
13295
+ )
13296
+ );
13297
+ break;
13298
+ }
13299
+ }
13300
+
13301
+ if ( empty( $error ) ) {
13302
+ $error = FS_Api::is_api_error_object( $install ) ?
13303
+ $install->error->message :
13304
+ var_export( $install->error, true );
13305
+ }
13306
+
13307
+ self::shoot_ajax_failure( $error );
13308
+ } else {
13309
+ if (
13310
+ // If successful ownership change.
13311
+ $this->get_user()->id != $install->user_id ||
13312
+ ! empty( $new_email_address )
13313
+ ) {
13314
+ $this->complete_ownership_change_by_license( $install->user_id, $install_ids );
13315
+ }
13316
+ }
13317
+
13318
+ self::shoot_ajax_success();
13319
+ }
13320
+
13321
+ /**
13322
+ * @author Leo Fajardo (@leorw)
13323
+ * @since 2.3.2.14
13324
+ */
13325
+ function starting_migration() {
13326
+ if ( ! empty( $this->_storage->license_migration ) ) {
13327
+ // Do not overwrite the data if already set.
13328
+ return;
13329
+ }
13330
+
13331
+ $this->_storage->license_migration = array(
13332
+ 'is_migrating' => true,
13333
+ 'start_timestamp' => time()
13334
+ );
13335
+ }
13336
+
13337
+ /**
13338
+ * @author Leo Fajardo (@leorw)
13339
+ * @since 2.3.2.14
13340
+ */
13341
+ function is_migration() {
13342
+ if ( $this->is_addon() ) {
13343
+ return $this->get_parent_instance()->is_migration();
13344
+ }
13345
+
13346
+ if ( empty( $this->_storage->license_migration ) ) {
13347
+ return false;
13348
+ }
13349
+
13350
+ if ( ! $this->_storage->license_migration['is_migrating'] ) {
13351
+ return false;
13352
+ }
13353
+
13354
+ return (
13355
+ // Return `true` if the migration is within 5 minutes from the starting time.
13356
+ ( time() - $this->_storage->license_migration['start_timestamp'] ) <= WP_FS__TIME_5_MIN_IN_SEC
13357
+ );
13358
+ }
13359
+
13360
+ /**
13361
+ *
13362
  * A helper method to activate migrated licenses. If the product is network activated and integrated, the method will network activate the license.
13363
  *
13364
  * @author Vova Feldman (@svovaf)
13367
  * @param string $license_key
13368
  * @param null|bool $is_marketing_allowed
13369
  * @param null|number $plugin_id
13370
+ * @param array $sites
13371
+ * @param int $blog_id
13372
  *
13373
  * @return array {
13374
  * @var bool $success
13381
  function activate_migrated_license(
13382
  $license_key,
13383
  $is_marketing_allowed = null,
13384
+ $plugin_id = null,
13385
+ $sites = array(),
13386
+ $blog_id = null
13387
  ) {
13388
  $this->_logger->entrance();
13389
 
13390
  $result = $this->activate_license(
13391
  $license_key,
13392
+ ( empty( $sites ) && is_null( $blog_id ) && $this->is_network_active() ) ?
13393
  $this->get_sites_for_network_level_optin() :
13394
+ $sites,
13395
  $is_marketing_allowed,
13396
+ $blog_id,
13397
  $plugin_id
13398
  );
13399
 
13403
  return $result;
13404
  }
13405
 
13406
+ /**
13407
+ * @author Leo Fajardo (@leorw)
13408
+ * @since 2.3.1
13409
+ *
13410
+ * @return string
13411
+ */
13412
+ function get_pricing_js_path() {
13413
+ return $this->apply_filters( 'freemius_pricing_js_path', WP_FS__DIR_INCLUDES . '/freemius-pricing/freemius-pricing.js' );
13414
+ }
13415
+
13416
+ /**
13417
+ * @author Leo Fajardo (@leorw)
13418
+ * @since 2.3.1
13419
+ *
13420
+ * @return bool
13421
+ */
13422
+ function should_use_external_pricing() {
13423
+ if ( is_null( $this->_use_external_pricing ) ) {
13424
+ $pricing_js_path = $this->get_pricing_js_path();
13425
+
13426
+ $this->_use_external_pricing = ( empty( $pricing_js_path ) || ! file_exists( $pricing_js_path ) );
13427
+ }
13428
+
13429
+ return $this->_use_external_pricing;
13430
+ }
13431
+
13432
  /**
13433
  * The implementation of this method was previously in `_activate_license_ajax_action()`.
13434
  *
13440
  * @param null|bool $is_marketing_allowed
13441
  * @param null|int $blog_id
13442
  * @param null|number $plugin_id
13443
+ * @param null|number $license_owner_id
13444
  *
13445
  * @return array {
13446
  * @var bool $success
13453
  $sites = array(),
13454
  $is_marketing_allowed = null,
13455
  $blog_id = null,
13456
+ $plugin_id = null,
13457
+ $license_owner_id = null,
13458
+ $is_extensions_tracking_allowed = true
13459
  ) {
13460
  $this->_logger->entrance();
13461
 
13462
  $license_key = trim( $license_key );
13463
 
13464
+ $is_network_activation_or_migration = (
13465
+ fs_is_network_admin() ||
13466
+ ( ! empty( $sites ) && $this->is_migration() )
13467
+ );
13468
+
13469
+ if ( ! $is_network_activation_or_migration ) {
13470
  // If the license activation is executed outside the context of a network admin, ignore the sites collection.
13471
  $sites = array();
13472
  }
13475
  $this :
13476
  $this->get_addon_instance( $plugin_id );
13477
 
13478
+ $this->update_extensions_tracking_flag( $is_extensions_tracking_allowed );
13479
+
13480
  $error = false;
13481
  $next_page = false;
13482
 
13495
  $user = $fs->get_current_or_network_user();
13496
  }
13497
 
13498
+ if ( $has_valid_blog_id ) {
13499
+ /**
13500
+ * If a specific blog ID was provided, activate the license only on the specific blog that is associated with the given blog ID.
13501
+ *
13502
+ * @author Leo Fajardo (@leorw)
13503
+ */
13504
+ $fs->switch_to_blog( $blog_id );
13505
+ }
13506
+
13507
  if ( is_object( $user ) ) {
13508
+ if ( $is_network_activation_or_migration && ! $has_valid_blog_id ) {
13509
  // If no specific blog ID was provided, activate the license for all sites in the network.
13510
  $blog_2_install_map = array();
13511
  $site_ids = array();
13544
  }
13545
  }
13546
  } else {
 
 
 
 
 
 
 
 
 
 
13547
  if ( $fs->is_registered() ) {
13548
  $params = array(
13549
  'license_key' => $fs->apply_filters( 'license_key', $license_key )
13550
  );
13551
 
13552
+ $install_ids = array();
13553
+
13554
+ $change_owner = FS_User::is_valid_id( $license_owner_id );
13555
+
13556
+ if ( $change_owner ) {
13557
+ $params['user_id'] = $license_owner_id;
13558
+
13559
+ $installs_info_by_slug_map = $fs->get_parent_and_addons_installs_info();
13560
+
13561
+ foreach ( $installs_info_by_slug_map as $slug => $install_info ) {
13562
+ $install_ids[ $slug ] = $install_info['install']->id;
13563
+ }
13564
+
13565
+ $params['install_ids'] = implode( ',', array_values( $install_ids ) );
13566
+ }
13567
+
13568
  $api = $fs->get_api_site_scope();
13569
 
13570
  $install = $api->call( $fs->add_show_pending( '/' ), 'put', $params );
13575
  var_export( $install->error, true );
13576
  } else {
13577
  $fs->reconnect_locally( $has_valid_blog_id );
13578
+
13579
+ if (
13580
+ $change_owner &&
13581
+ // If successful ownership change.
13582
+ $fs->get_user()->id != $install->user_id
13583
+ ) {
13584
+ $fs->complete_ownership_change_by_license( $install->user_id, $install_ids );
13585
+ }
13586
  }
13587
  } else /* ( $fs->is_addon() && $fs->get_parent_instance()->is_registered() ) */ {
13588
  $result = $fs->activate_license_on_site( $user, $license_key );
13598
  if ( empty( $error ) ) {
13599
  $fs->network_upgrade_mode_completed();
13600
 
13601
+ $fs->_user = $user;
13602
+
13603
+ if ( fs_is_network_admin() && ! $has_valid_blog_id ) {
13604
+ $fs->_site = $fs->get_network_install();
13605
+ }
13606
+
13607
  $fs->_sync_license( true, $has_valid_blog_id );
13608
 
13609
+ $this->maybe_sync_install_user();
13610
+
13611
  $next_page = $fs->is_addon() ?
13612
  $fs->get_parent_instance()->get_account_url() :
13613
+ $fs->get_after_activation_url( 'after_connect_url' );
13614
  }
13615
  } else {
13616
  $next_page = $fs->opt_in(
13628
  if ( isset( $next_page->error ) ) {
13629
  $error = $next_page->error;
13630
  } else {
13631
+ if ( $is_network_activation_or_migration ) {
13632
  /**
13633
  * Get the list of sites that were just opted-in (and license activated).
13634
  * This is an optimization for the next part below saving some DB queries.
13714
  return $result;
13715
  }
13716
 
13717
+ /**
13718
+ * @author Leo Fajardo (@leorw)
13719
+ * @since 2.3.2
13720
+ *
13721
+ * @return array {
13722
+ * @key string Product slug.
13723
+ * @value array {
13724
+ * @property FS_Site $site
13725
+ * @property FS_Plugin_License $license
13726
+ * }
13727
+ * }
13728
+ */
13729
+ private function get_parent_and_addons_installs_info() {
13730
+ $fs = $this->is_addon() ?
13731
+ $this->get_parent_instance() :
13732
+ $this;
13733
+
13734
+ $installed_addons_ids = array();
13735
+
13736
+ $installed_addons_instances = $fs->get_installed_addons();
13737
+ foreach ( $installed_addons_instances as $instance ) {
13738
+ $installed_addons_ids[] = $instance->get_id();
13739
+ }
13740
+
13741
+ $addons_ids = array_unique( array_merge(
13742
+ $installed_addons_ids,
13743
+ $fs->get_updated_account_addons()
13744
+ ) );
13745
+
13746
+ // Add parent product info.
13747
+ $installs_info_by_slug_map = array(
13748
+ $fs->get_slug() => array(
13749
+ 'install' => $fs->get_site(),
13750
+ 'license' => $fs->_get_license()
13751
+ )
13752
+ );
13753
+
13754
+ foreach ( $addons_ids as $addon_id ) {
13755
+ $is_installed = isset( $installed_addons_ids_map[ $addon_id ] );
13756
+
13757
+ $addon_info = $fs->_get_addon_info( $addon_id, $is_installed );
13758
+
13759
+ if ( ! $addon_info['is_connected'] ) {
13760
+ // Add-on is not associated with an install entity.
13761
+ continue;
13762
+ }
13763
+
13764
+ $installs_info_by_slug_map[ $addon_info['slug'] ] = array(
13765
+ 'install' => $addon_info['site'],
13766
+ 'license' => isset( $addon_info['license'] ) ?
13767
+ $addon_info['license'] :
13768
+ null
13769
+ );
13770
+ }
13771
+
13772
+ return $installs_info_by_slug_map;
13773
+ }
13774
+
13775
  /**
13776
  * @author Leo Fajardo (@leorw)
13777
  * @since 1.2.3.1
14742
  * @return bool
14743
  */
14744
  function is_user_in_admin() {
14745
+ return (
14746
+ is_admin() &&
14747
+ ! self::is_ajax() &&
14748
+ ! self::is_cron() &&
14749
+ ( 'admin-post.php' !== self::get_current_page() )
14750
+ );
14751
  }
14752
 
14753
  /**
15059
  if ( function_exists( 'get_sites' ) ) {
15060
  // For WP 4.6 and above.
15061
  return get_sites( $args );
15062
+ } else if ( function_exists( 'wp_' . 'get_sites' ) ) {
15063
  // For WP 3.7 to WP 4.5.
15064
+ /**
15065
+ * This is a hack suggested previously proposed by the TRT. Our SDK is compliant with older WP versions and we'd like to keep it that way.
15066
+ *
15067
+ * @todo Remove this hack once this false-positive error is removed from the Theme Sniffer.
15068
+ *
15069
+ * @since 2.3.3
15070
+ * @author Vova Feldman (@svovaf)
15071
+ */
15072
+ $fn = 'wp_' . 'get_sites';
15073
+ return $fn( $args );
15074
  } else {
15075
  // For WP 3.6 and below.
15076
  return get_blog_list( 0, 'all' );
15247
  * @return bool Since 2.3.1 returns if a switch was made.
15248
  */
15249
  function switch_to_blog( $blog_id, FS_Site $install = null ) {
15250
+ if ( ! is_numeric( $blog_id ) || $blog_id == $this->_context_is_network_or_blog_id ) {
15251
  return false;
15252
  }
15253
 
16224
  /**
16225
  * This is a special fault tolerance mechanism to handle a scenario that the user data is missing.
16226
  */
16227
+ $user = $this->sync_user_by_current_install();
16228
  }
16229
 
16230
  $this->_user = ( $user instanceof FS_User ) ?
16264
  * @author Vova Feldman (@svovaf)
16265
  * @since 2.0.0
16266
  *
16267
+ * @param number|null $site_user_id
16268
+ *
16269
  * @return \FS_User|mixed
16270
  */
16271
+ private function sync_user_by_current_install( $site_user_id = null ) {
16272
+ $site_user_id = FS_Site::is_valid_id( $site_user_id ) ?
16273
+ $site_user_id :
16274
+ $this->_site->user_id;
16275
+
16276
  $api = $this->get_api_site_scope();
16277
 
16278
  $uid = $this->get_anonymous_id();
16279
+ $request_path = "/users/{$site_user_id}.json?uid={$uid}";
16280
 
16281
  $result = $api->get( $request_path, false, WP_FS__TIME_10_MIN_IN_SEC );
16282
 
16634
  'http' => 402
16635
  );
16636
 
16637
+ $this->maybe_modify_api_curl_error_message( $result );
16638
+
16639
  return $result;
16640
  }
16641
 
16708
  ( isset( $decoded->is_marketing_allowed ) && ! is_null( $decoded->is_marketing_allowed ) ?
16709
  $decoded->is_marketing_allowed :
16710
  null ),
16711
+ ( isset( $decoded->is_extensions_tracking_allowed ) && ! is_null( $decoded->is_extensions_tracking_allowed ) ?
16712
+ $decoded->is_extensions_tracking_allowed :
16713
+ null ),
16714
  $decoded->install_id,
16715
  $decoded->install_public_key,
16716
  $decoded->install_secret_key,
16724
  ( isset( $decoded->is_marketing_allowed ) && ! is_null( $decoded->is_marketing_allowed ) ?
16725
  $decoded->is_marketing_allowed :
16726
  null ),
16727
+ ( isset( $decoded->is_extensions_tracking_allowed ) && ! is_null( $decoded->is_extensions_tracking_allowed ) ?
16728
+ $decoded->is_extensions_tracking_allowed :
16729
+ null ),
16730
  $decoded->installs,
16731
  false
16732
  );
16953
  fs_request_get( 'user_public_key' ),
16954
  fs_request_get( 'user_secret_key' ),
16955
  fs_request_get_bool( 'is_marketing_allowed', null ),
16956
+ fs_request_get_bool( 'is_extensions_tracking_allowed', null ),
16957
  $pending_sites_info['blog_ids'],
16958
  $pending_sites_info['license_key'],
16959
  $pending_sites_info['trial_plan_id']
16964
  fs_request_get( 'user_public_key' ),
16965
  fs_request_get( 'user_secret_key' ),
16966
  fs_request_get_bool( 'is_marketing_allowed', null ),
16967
+ fs_request_get_bool( 'is_extensions_tracking_allowed', null ),
16968
  fs_request_get( 'install_id' ),
16969
  fs_request_get( 'install_public_key' ),
16970
  fs_request_get( 'install_secret_key' ),
17020
  * @param string $user_public_key
17021
  * @param string $user_secret_key
17022
  * @param bool|null $is_marketing_allowed
17023
+ * @param bool|null $is_extensions_tracking_allowed Since 2.3.2
17024
  * @param number $install_id
17025
  * @param string $install_public_key
17026
  * @param string $install_secret_key
17027
  * @param bool $redirect
17028
+ * @param bool $auto_install Since 1.2.1.7 If `true` and setting up an account with a valid license, will redirect (or return a URL) to the account page with a special parameter to trigger the auto installation processes.
 
 
17029
  *
17030
  * @return string If redirect is `false`, returns the next page the user should be redirected to.
17031
  */
17034
  $user_public_key,
17035
  $user_secret_key,
17036
  $is_marketing_allowed,
17037
+ $is_extensions_tracking_allowed,
17038
  $install_id,
17039
  $install_public_key,
17040
  $install_secret_key,
17076
  $this->disable_opt_in_notice_and_lock_user();
17077
  }
17078
 
17079
+ if ( ! is_null( $is_extensions_tracking_allowed ) ) {
17080
+ $this->update_extensions_tracking_flag( $is_extensions_tracking_allowed );
17081
+ }
17082
+
17083
  return $this->setup_account(
17084
  $this->_user,
17085
  $this->_site,
17098
  * @param string $user_public_key
17099
  * @param string $user_secret_key
17100
  * @param bool|null $is_marketing_allowed
17101
+ * @param bool|null $is_extensions_tracking_allowed Since 2.3.2
17102
  * @param array $site_ids
17103
  * @param bool $license_key
17104
  * @param bool $trial_plan_id
17111
  $user_public_key,
17112
  $user_secret_key,
17113
  $is_marketing_allowed,
17114
+ $is_extensions_tracking_allowed,
17115
  $site_ids,
17116
  $license_key = false,
17117
  $trial_plan_id = false,
17123
  $this->disable_opt_in_notice_and_lock_user();
17124
  }
17125
 
17126
+ if ( ! is_null( $is_extensions_tracking_allowed ) ) {
17127
+ $this->update_extensions_tracking_flag( $is_extensions_tracking_allowed );
17128
+ }
17129
+
17130
  $sites = array();
17131
  foreach ( $site_ids as $site_id ) {
17132
  $sites[] = $this->get_site_info( array( 'blog_id' => $site_id ) );
17145
  * @param string $user_public_key
17146
  * @param string $user_secret_key
17147
  * @param bool|null $is_marketing_allowed
17148
+ * @param bool|null $is_extensions_tracking_allowed Since 2.3.2
17149
  * @param object[] $installs
17150
  * @param bool $redirect
17151
+ * @param bool $auto_install Since 1.2.1.7 If `true` and setting up an account with a valid license, will redirect (or return a URL) to the account page with a special parameter to trigger the auto installation processes.
 
 
17152
  *
17153
  * @return string If redirect is `false`, returns the next page the user should be redirected to.
17154
  */
17157
  $user_public_key,
17158
  $user_secret_key,
17159
  $is_marketing_allowed,
17160
+ $is_extensions_tracking_allowed,
17161
  array $installs,
17162
  $redirect = true,
17163
  $auto_install = false
17168
  $this->disable_opt_in_notice_and_lock_user();
17169
  }
17170
 
17171
+ if ( ! is_null( $is_extensions_tracking_allowed ) ) {
17172
+ $this->update_extensions_tracking_flag( $is_extensions_tracking_allowed );
17173
+ }
17174
+
17175
  $install_ids = array();
17176
 
17177
  foreach ( $installs as $install ) {
17281
  */
17282
  $license_key = fs_request_get( 'license_secret_key' );
17283
 
17284
+ $this->update_extensions_tracking_flag( fs_request_get_bool( 'is_extensions_tracking_allowed', true ) );
17285
+
17286
  $this->install_with_current_user( $license_key );
17287
  }
17288
  }
17482
  * @author Vova Feldman (@svovaf)
17483
  * @since 1.0.6
17484
  *
17485
+ * @param Freemius $parent_fs
17486
+ * @param bool|int|null $network_level_or_blog_id True for network level opt-in and integer for opt-in for specified blog in the network.
17487
+ * @param FS_Plugin_License $bundle_license Since 2.4.0. If provided, this license will be activated for the add-on.
17488
  */
17489
+ private function _activate_addon_account(
17490
+ Freemius $parent_fs,
17491
+ $network_level_or_blog_id = null,
17492
+ FS_Plugin_License $bundle_license = null
17493
+ ) {
17494
  if ( $this->is_registered() ) {
17495
  // Already activated.
17496
  return;
17529
  }
17530
  }
17531
 
17532
+ if ( is_object( $bundle_license ) ) {
17533
+ $params['license_key'] = $bundle_license->secret_key;
17534
+ }
17535
+
17536
  // Activate add-on with parent plugin credentials.
17537
  $result = $parent_fs->get_api_site_scope()->call(
17538
  "/addons/{$this->_plugin->id}/installs.json",
17541
  );
17542
 
17543
  if ( ! $this->is_api_result_object( $result, 'installs' ) ) {
17544
+ if ( is_object( $bundle_license ) ) {
17545
+ /**
17546
+ * When a license object is provided, it's an attempt by the SDK to activate a bundle license and not a user-initiated action, therefore, do not show any admin notice to avoid confusion (e.g.: the notice will show up just above the opt-in link). If the license activation fails, the admin will see an opt-in link instead.
17547
+ *
17548
+ * @author Leo Fajardo (@leorw)
17549
+ * @since 2.4.0
17550
+ */
17551
+ } else {
17552
+ $error_message = FS_Api::is_api_error_object( $result ) ?
17553
+ $result->error->message :
17554
+ $this->get_text_inline( 'An unknown error has occurred.', 'unknown-error' );
17555
 
17556
+ $this->_admin_notices->add(
17557
+ sprintf( $this->get_text_inline( 'Couldn\'t activate %s.', 'could-not-activate-x' ), $this->get_plugin_name() ) . ' ' .
17558
+ $this->get_text_inline( 'Please contact us with the following message:', 'contact-us-with-error-message' ) . ' ' . '<b>' . $error_message . '</b>',
17559
+ $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
17560
+ 'error'
17561
+ );
17562
+ }
17563
 
17564
  return;
17565
  }
17592
 
17593
  if ( ! fs_is_network_admin() ) {
17594
  // Try to activate premium license.
17595
+ $this->_activate_license( true, $bundle_license );
 
 
17596
 
17597
+ if ( is_object( $bundle_license ) ) {
17598
+ $this->maybe_activate_bundle_license( $bundle_license );
 
 
 
 
17599
  }
17600
+ } else {
17601
+ if ( is_object( $bundle_license ) ) {
17602
+ $premium_license = $bundle_license;
17603
+ } else {
17604
+ $license_id = fs_request_get( 'license_id' );
17605
 
17606
+ if ( is_object( $this->_site ) &&
17607
+ FS_Plugin_License::is_valid_id( $license_id ) &&
17608
+ $license_id == $this->_site->license_id
17609
+ ) {
17610
+ // License is already activated.
17611
+ return;
17612
+ }
17613
+
17614
+ $premium_license = FS_Plugin_License::is_valid_id( $license_id ) ?
17615
+ $this->_get_license_by_id( $license_id ) :
17616
+ $this->_get_available_premium_license();
17617
+ }
17618
 
17619
  if ( is_object( $premium_license ) ) {
17620
  $this->maybe_network_activate_addon_license( $premium_license );
19022
 
19023
  $sites = self::get_all_sites( $this->_module_type, $network_level_or_blog_id );
19024
 
19025
+ if ( is_object( $this->_user ) && $this->_user->id != $site->user_id ) {
19026
+ $this->sync_user_by_current_install( $site->user_id );
19027
 
19028
+ $prev_stored_user_id = $this->_storage->get( 'prev_user_id', false, $network_level_or_blog_id );
19029
+
19030
+ if ( empty( $prev_stored_user_id ) &&
19031
+ is_object($this->_user) && $this->_user->id != $site->user_id
19032
+ ) {
19033
+ /**
19034
+ * Store the current user ID as the previous user ID so that the previous user can be used
19035
+ * as the install's owner while the new owner's details are not yet available.
19036
+ *
19037
+ * This will be executed only in the `replica` site. For example, there are 2 sites, namely `original`
19038
+ * and `replica`, then an ownership change was initiated and completed in the `original`, the `replica`
19039
+ * will be using the previous user until it is updated again (e.g.: until the next clone of `original`
19040
+ * into `replica`.
19041
+ *
19042
+ * @author Leo Fajardo (@leorw)
19043
+ */
19044
+ $this->_storage->store( 'prev_user_id', $sites[ $this->_slug ]->user_id, $network_level_or_blog_id );
19045
+ }
19046
  }
19047
 
19048
  $sites[ $this->_slug ] = $site_clone;
19912
  *
19913
  * @author Vova Feldman (@svovaf)
19914
  * @since 1.2.1
19915
+ *
19916
+ * @param bool $check_expiration
19917
  */
19918
+ function has_active_valid_license( $check_expiration = true ) {
19919
+ return self::is_active_valid_license( $this->_license, $check_expiration );
19920
  }
19921
 
19922
  /**
20008
  * @since 2.1.3
20009
  *
20010
  * @param FS_Plugin_License $license
20011
+ * @param bool $check_expiration
20012
  *
20013
  * @return bool
20014
  */
20015
+ private static function is_active_valid_license( $license, $check_expiration = true ) {
20016
  return (
20017
  is_object( $license ) &&
20018
  FS_Plugin_License::is_valid_id( $license->id ) &&
20019
  $license->is_active() &&
20020
+ ( ! $check_expiration || $license->is_valid() )
20021
  );
20022
  }
20023
 
20071
  );
20072
  }
20073
 
20074
+ /**
20075
+ * Checks if the product is activated with a bundle license.
20076
+ *
20077
+ * @author Leo Fajardo (@leorw)
20078
+ * @since 2.4.0
20079
+ *
20080
+ * @return bool
20081
+ */
20082
+ function is_activated_with_bundle_license() {
20083
+ if ( ! $this->has_features_enabled_license() ) {
20084
+ return false;
20085
+ }
20086
+
20087
+ return FS_Plugin_License::is_valid_id( $this->_license->parent_license_id );
20088
+ }
20089
+
20090
  /**
20091
  * Check if user is a trial or have feature enabled license.
20092
  *
20893
 
20894
  if ( $show_notice ) {
20895
  $this->_admin_notices->add(
20896
+ sprintf( $this->is_only_premium() ?
20897
+ $this->get_text_inline( 'Your %s license was successfully deactivated.', 'license-deactivation-message_premium-only' ) :
20898
+ $this->get_text_inline( 'Your license was successfully deactivated, you are back to the %s plan.', 'license-deactivation-message' ),
20899
+ $this->get_plan_title()
20900
+ ),
20901
  $this->get_text_inline( 'O.K', 'ok' )
20902
  );
20903
  }
21402
  */
21403
  private function get_latest_download_link( $label, $plugin_id = false ) {
21404
  return sprintf(
21405
+ '<a target="_blank" rel="noopener" href="%s">%s</a>',
21406
  $this->_get_latest_download_local_url( $plugin_id ),
21407
  $label
21408
  );
21473
  $this->get_text_inline( 'Version %s was released.', 'version-x-released' ) . ' ' . $this->get_text_inline( 'Please download %s.', 'please-download-x' ),
21474
  $update->version,
21475
  sprintf(
21476
+ '<a href="%s" target="_blank" rel="noopener">%s</a>',
21477
  $this->get_account_url( 'download_latest' ),
21478
  sprintf(
21479
  /* translators: %s: plan name (e.g. latest "Professional" version) */
21704
  return true;
21705
  }
21706
 
21707
+ /**
21708
+ * Completes ownership change by license.
21709
+ *
21710
+ * @author Leo Fajardo (@leorw)
21711
+ * @since 2.3.2
21712
+ *
21713
+ * @param number $user_id
21714
+ * @param array[string]number $install_ids_by_slug_map
21715
+ *
21716
+ */
21717
+ private function complete_ownership_change_by_license( $user_id, $install_ids_by_slug_map ) {
21718
+ $this->_logger->entrance();
21719
+
21720
+ $this->sync_user_by_current_install( $user_id );
21721
+
21722
+ $result = $this->get_api_user_scope( true )->get(
21723
+ "/installs.json?install_ids=" . implode( ',', $install_ids_by_slug_map )
21724
+ );
21725
+
21726
+ if ( $this->is_api_result_object( $result, 'installs' ) ) {
21727
+ $sites = self::get_all_sites( $this->get_module_type() );
21728
+ $install_ids_by_slug_map = array_flip( $install_ids_by_slug_map );
21729
+
21730
+ foreach ( $result->installs as $install ) {
21731
+ $site = new FS_Site( $install );
21732
+
21733
+ $sites[ $install_ids_by_slug_map[ $site->id ] ] = clone $site;
21734
+ }
21735
+
21736
+ $this->set_account_option( 'sites', $sites, true );
21737
+ }
21738
+ }
21739
+
21740
  /**
21741
  * Handle user name update.
21742
  *
21905
  // Alias.
21906
  $oops_text = $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...';
21907
 
21908
+ $is_network_action = $this->is_network_level_action();
21909
+ $blog_id = $this->is_network_level_site_specific_action();
21910
+ $is_parent_plugin_action = ( $plugin_id == $this->get_id() );
21911
 
21912
  if ( is_numeric( $blog_id ) ) {
21913
  $this->switch_to_blog( $blog_id );
21919
  case 'opt_in':
21920
  check_admin_referer( trim( "{$action}:{$blog_id}:{$install_id}", ':' ) );
21921
 
21922
+ if ( $is_parent_plugin_action ) {
21923
  if ( $is_network_action && ! empty( $blog_id ) ) {
21924
  if ( ! $this->is_registered() ) {
21925
  $this->install_with_user(
21942
  case 'toggle_tracking':
21943
  check_admin_referer( trim( "{$action}:{$blog_id}:{$install_id}", ':' ) );
21944
 
21945
+ if ( $is_parent_plugin_action ) {
21946
  if ( $is_network_action && ! empty( $blog_id ) ) {
21947
  if ( $this->is_registered() ) {
21948
  if ( $this->is_tracking_prohibited() ) {
21960
  $this->get_plugin_title(),
21961
  fs_strip_url_protocol( get_site_url( $blog_id ) ),
21962
  sprintf(
21963
+ '<a href="%s" target="_blank" rel="noopener">%s</a>',
21964
  'https://freemius.com',
21965
  'freemius.com'
21966
  )
21977
  case 'delete_account':
21978
  check_admin_referer( trim( "{$action}:{$blog_id}:{$install_id}", ':' ) );
21979
 
21980
+ $is_network_deletion = $is_network_action && empty( $blog_id );
21981
+
21982
+ if ( $is_parent_plugin_action ) {
21983
+ // Delete add-on installs if have any.
21984
+ $installed_addons = $this->get_installed_addons();
21985
+ foreach ( $installed_addons as $fs_addon ) {
21986
+ if ( $is_network_deletion ) {
21987
+ $fs_addon->delete_network_account_event();
21988
+ } else {
21989
+ $fs_addon->delete_account_event();
21990
+ }
21991
+ }
21992
+
21993
+ if ( $is_network_deletion ) {
21994
  $this->delete_network_account_event();
21995
  } else {
21996
  $this->delete_account_event();
22006
  } else {
22007
  if ( $this->is_addon_activated( $plugin_id ) ) {
22008
  $fs_addon = self::get_instance_by_id( $plugin_id );
22009
+
22010
+ if ( $is_network_deletion ) {
22011
+ $fs_addon->delete_network_account_event();
22012
+ } else {
22013
+ $fs_addon->delete_account_event();
22014
+ }
22015
 
22016
  fs_redirect( $this->_get_admin_page_url( 'account' ) );
22017
  }
22059
 
22060
  if ( is_object( $fs ) ) {
22061
  $fs->_activate_license();
22062
+
22063
+ /**
22064
+ * Remove the product ID from `$_REQUEST` so that the syncing of the license for the other products will work properly.
22065
+ *
22066
+ * @author Leo Fajardo (@leorw)
22067
+ * @since 2.4.0
22068
+ */
22069
+ unset( $_REQUEST['plugin_id'] );
22070
+
22071
+ if ( $this->is_bundle_license_auto_activation_enabled() ) {
22072
+ $fs->maybe_activate_bundle_license( null, array(), is_numeric( $blog_id ) ? $blog_id : 0 );
22073
+ }
22074
  }
22075
 
22076
  return;
22429
  }
22430
  }
22431
 
22432
+ /**
22433
+ * @author Leo Fajardo (@leorw)
22434
+ * @since 2.3.1
22435
+ */
22436
+ function _maybe_add_pricing_ajax_handler() {
22437
+ if ( ! $this->should_use_external_pricing() ) {
22438
+ $this->add_ajax_action( 'pricing_ajax_action', array( &$this, '_fs_pricing_ajax_action_handler' ) );
22439
+ }
22440
+ }
22441
+
22442
+ /**
22443
+ * @author Leo Fajardo (@leorw)
22444
+ * @since 2.3.1
22445
+ */
22446
+ function _fs_pricing_ajax_action_handler() {
22447
+ $this->check_ajax_referer( 'pricing_ajax_action' );
22448
+
22449
+ $result = null;
22450
+ $pricing_action = fs_request_get( 'pricing_action' );
22451
+
22452
+ switch ( $pricing_action ) {
22453
+ case 'fetch_pricing_data':
22454
+ $params = array(
22455
+ 'is_enriched' => true,
22456
+ 'trial' => fs_request_get_bool( 'trial' ),
22457
+ 'sandbox' => fs_request_get( 'sandbox' ),
22458
+ 's_ctx_type' => fs_request_get( 's_ctx_type' ),
22459
+ 's_ctx_id' => fs_request_get( 's_ctx_id' ),
22460
+ 's_ctx_ts' => fs_request_get( 's_ctx_ts' ),
22461
+ 's_ctx_secure' => fs_request_get( 's_ctx_secure' ),
22462
+ );
22463
+
22464
+ $bundle_id = $this->get_bundle_id();
22465
+ $bundle_public_key = $this->get_bundle_public_key();
22466
+
22467
+ $has_bundle_context = ( FS_Plugin::is_valid_id( $bundle_id ) && ! empty( $bundle_public_key ) );
22468
+
22469
+ if ( ! $has_bundle_context ) {
22470
+ $api = $this->get_api_plugin_scope();
22471
+ } else {
22472
+ $api = FS_Api::instance(
22473
+ $bundle_id,
22474
+ 'plugin',
22475
+ $bundle_id,
22476
+ $bundle_public_key,
22477
+ ! $this->is_live(),
22478
+ false,
22479
+ $this->get_sdk_version()
22480
+ );
22481
+
22482
+ $params['plugin_id'] = $this->get_id();
22483
+ $params['plugin_public_key'] = $this->get_public_key();
22484
+ }
22485
+
22486
+ $result = $api->get( 'pricing.json?' . http_build_query( $params ) );
22487
+ break;
22488
+ case 'start_trial':
22489
+ $result = $this->opt_in(
22490
+ false,
22491
+ false,
22492
+ false,
22493
+ false,
22494
+ false,
22495
+ fs_request_get( 'plan_id' )
22496
+ );
22497
+ }
22498
+
22499
+ if ( is_object( $result ) && $this->is_api_error( $result ) ) {
22500
+ $this->_logger->api_error( $result );
22501
+
22502
+ self::shoot_ajax_failure(
22503
+ isset( $result->error ) ?
22504
+ ( is_string( $result->error ) ? $result->error : $result->error->message ) :
22505
+ var_export( $result, true )
22506
+ );
22507
+ }
22508
+
22509
+ $this->shoot_ajax_success( $result );
22510
+ }
22511
+
22512
  #----------------------------------------------------------------------------------
22513
  #region Contact Us
22514
  #----------------------------------------------------------------------------------
22737
  $this->get_api_plugin_scope();
22738
  }
22739
 
22740
+ /**
22741
+ * @author Leo Fajardo (@leorw)
22742
+ * @since 2.2.3.1
22743
+ *
22744
+ * @param object $result
22745
+ */
22746
+ private function maybe_modify_api_curl_error_message( $result ) {
22747
+ if (
22748
+ 'cUrlMissing' !== $result->error->type &&
22749
+ ( 'CurlException' !== $result->error->type || CURLE_COULDNT_CONNECT != $result->error->code ) &&
22750
+ ( 'HttpRequestFailed' !== $result->error->type || false === strpos( $result->error->message, 'cURL error ' . CURLE_COULDNT_CONNECT ) )
22751
+ ) {
22752
+ return;
22753
+ }
22754
+
22755
+ $result->error->message = $this->esc_html_inline( 'We use PHP cURL library for the API calls, which is a very common library and usually installed and activated out of the box. Unfortunately, cURL is not activated (or disabled) on your server.', 'curl-missing-message' ) .
22756
+ ' ' .
22757
+ $this->esc_html_inline(
22758
+ sprintf(
22759
+ 'Please contact your hosting provider and ask them to whitelist %s for external connection.',
22760
+ implode(
22761
+ ', ',
22762
+ $this->apply_filters( 'api_domains', array(
22763
+ 'api.freemius.com',
22764
+ 'wp.freemius.com'
22765
+ ) )
22766
+ )
22767
+ ),
22768
+ 'connectivity-whitelist'
22769
+ ) .
22770
+ ' ' .
22771
+ sprintf(
22772
+ $this->esc_html_inline( 'Once you are done, deactivate the %s and activate it again.', 'connectivity-reactivate-module' ),
22773
+ $this->get_module_type()
22774
+ );
22775
+ }
22776
+
22777
  /**
22778
  * Show trial promotional notice (if any trial exist).
22779
  *
23283
 
23284
  $this->_logger->entrance();
23285
 
23286
+ /**
23287
+ * @author Vova Feldman (@svovaf)
23288
+ * @since 2.3.2 Allow opting out from usage-tracking for paid products too by giving the appropriate warning letting the user know the automatic updates mechanism cannot function without an ongoing connection to the licensing and updates engine.
23289
+ */
23290
+ /*if ( $this->is_premium() ) {
23291
  // Don't add opt-in/out for premium code base.
23292
  return;
23293
+ }*/
23294
+
23295
+ if ( $this->is_only_premium() && $this->is_free_plan() ) {
23296
+ // Don't add tracking links for premium-only products that were opted-in by relation (add-on or a parent product) before activating any license.
23297
+ return;
23298
  }
23299
 
23300
  if ( fs_is_network_admin() ) {
23327
  return;
23328
  }
23329
 
23330
+ if (
23331
+ $this->is_activation_mode() &&
23332
+ $this->is_premium() &&
23333
+ ! $this->is_registered()
23334
+ ) {
23335
+ // If not yet registered and running the premium code base, a license activation link will already be shown.
23336
+ return;
23337
+ }
23338
 
23339
+ if ( $this->is_registered() && $this->is_tracking_allowed() ) {
23340
+ if ( ! $this->is_premium() && ! $this->is_enable_anonymous() ) {
23341
+ // If opted in and tracking is allowed, don't allow to opt out if not premium and anonymous mode is disabled.
23342
  return;
23343
  }
23344
  }
23351
  return;
23352
  }
23353
 
23354
+ if ( $this->add_ajax_action( 'update_tracking_permission', array( &$this, '_update_tracking_permission_callback' ) ) ) {
23355
+ return;
23356
+ }
23357
+
23358
  $link_text_id = '';
23359
  $url = '#';
23360
 
23418
  if ( ! empty( $this->_dynamically_added_top_level_page_hook_name ) ) {
23419
  if ( $this->is_network_registered() ) {
23420
  $page = 'account';
23421
+ } else if ( $this->is_pending_activation() || $this->is_network_anonymous() ) {
23422
  $this->maybe_set_slug_and_network_menu_exists_flag();
23423
  }
23424
  }
23496
 
23497
  foreach ( $this->_action_links as $new_links ) {
23498
  foreach ( $new_links as $link ) {
23499
+ $before_deactivate[ $link['key'] ] = '<a href="' . $link['href'] . '"' . ( $link['external'] ? ' target="_blank" rel="noopener"' : '' ) . '>' . $link['label'] . '</a>';
23500
  }
23501
  }
23502
 
23616
  '';
23617
 
23618
  return sprintf(
23619
+ ' %s: <ol><li>%s.</li>%s<li>%s (<a href="%s" target="_blank" rel="noopener">%s</a>).</li></ol>',
23620
  $this->get_text_inline( 'Please follow these steps to complete the upgrade', 'follow-steps-to-complete-upgrade' ),
23621
  ( empty( $activate_license_string ) ? '' : $activate_license_string . '</li><li>' ) .
23622
  $this->get_latest_download_link( sprintf(
23869
  */
23870
  function set_plugin_upgrade_complete() {
23871
  $this->_storage->plugin_upgrade_mode = false;
23872
+
23873
+ $license_migration = ! empty( $this->_storage->license_migration ) ?
23874
+ $this->_storage->license_migration :
23875
+ array();
23876
+
23877
+ $license_migration['is_migrating'] = false;
23878
+
23879
+ $this->_storage->license_migration = $license_migration;
23880
  }
23881
 
23882
  #endregion
25017
  *
25018
  * @author Vova Feldman (@svovaf)
25019
  */
25020
+ self::shoot_ajax_success( array(
25021
+ 'is_marketing_allowed' => null,
25022
+ 'license_owner_id' => null
25023
+ ) );
25024
+ }
25025
+
25026
+ self::shoot_ajax_success( array(
25027
+ 'is_marketing_allowed' => $user_plugins[0]->is_marketing_allowed,
25028
+ 'license_owner_id' => ( isset( $user_plugins[0]->license_owner_id ) ? $user_plugins[0]->license_owner_id : null )
25029
+ ) );
25030
+ }
25031
+
25032
+ /**
25033
+ * @author Leo Fajardo (@leorw)
25034
+ * @since 2.3.2
25035
+ *
25036
+ * @param number[] $install_ids
25037
+ *
25038
+ * @return array {
25039
+ * An array of objects containing the installs' licenses owners data.
25040
+ *
25041
+ * @property number $id User ID.
25042
+ * @property string $email User email (can be masked email).
25043
+ * }
25044
+ */
25045
+ private function fetch_installs_licenses_owners_data( $install_ids ) {
25046
+ $this->_logger->entrance();
25047
+
25048
+ $response = $this->get_api_user_scope()->get(
25049
+ '/licenses_owners.json?install_ids=' . implode( ',', $install_ids )
25050
+ );
25051
+
25052
+ $license_owners = null;
25053
+
25054
+ if ( $this->is_api_result_object( $response, 'owners' ) ) {
25055
+ $license_owners = $response->owners;
25056
  }
25057
 
25058
+ return $license_owners;
25059
  }
25060
 
25061
  /**
includes/vendor/freemius/wordpress-sdk/includes/class-fs-api.php CHANGED
@@ -287,7 +287,7 @@
287
  $this->_logger->warn( 'Fallback to cached API result: ' . var_export( $cached_result, true ) );
288
  }
289
  } else {
290
- if ( is_object( $result ) && 404 == $result->error->http ) {
291
  /**
292
  * If the response code is 404, cache the result for half of the `$expiration`.
293
  *
287
  $this->_logger->warn( 'Fallback to cached API result: ' . var_export( $cached_result, true ) );
288
  }
289
  } else {
290
+ if ( is_object( $result ) && isset( $result->error->http ) && 404 == $result->error->http ) {
291
  /**
292
  * If the response code is 404, cache the result for half of the `$expiration`.
293
  *
includes/vendor/freemius/wordpress-sdk/includes/class-fs-plugin-updater.php CHANGED
@@ -240,6 +240,12 @@
240
  * @since 2.0.0
241
  */
242
  private function add_transient_filters() {
 
 
 
 
 
 
243
  add_filter( 'pre_set_site_transient_update_plugins', array(
244
  &$this,
245
  'pre_set_site_transient_update_plugins_filter'
240
  * @since 2.0.0
241
  */
242
  private function add_transient_filters() {
243
+ if ( $this->_fs->is_premium() && ! $this->_fs->is_tracking_allowed() ) {
244
+ $this->_logger->log( 'Opted out sites cannot receive automatic software updates.' );
245
+
246
+ return;
247
+ }
248
+
249
  add_filter( 'pre_set_site_transient_update_plugins', array(
250
  &$this,
251
  'pre_set_site_transient_update_plugins_filter'
includes/vendor/freemius/wordpress-sdk/includes/class-fs-storage.php CHANGED
@@ -371,6 +371,7 @@
371
  * sites in the network.
372
  */
373
  'is_network_activation' => 0,
 
374
 
375
  // When network activated, then network level.
376
  'install_timestamp' => 1,
@@ -378,16 +379,17 @@
378
  'require_license_activation' => 1,
379
 
380
  // If not network activated OR delegated, then site level.
381
- 'activation_timestamp' => 2,
382
- 'expired_license_notice_shown' => 2,
383
- 'is_whitelabeled' => 2,
384
- 'last_license_key' => 2,
385
- 'last_license_user_id' => 2,
386
- 'prev_user_id' => 2,
387
- 'sticky_optin_added' => 2,
388
- 'uninstall_reason' => 2,
389
- 'is_pending_activation' => 2,
390
- 'pending_license_key' => 2,
 
391
 
392
  // Site level options.
393
  'is_anonymous' => 3,
371
  * sites in the network.
372
  */
373
  'is_network_activation' => 0,
374
+ 'license_migration' => 0,
375
 
376
  // When network activated, then network level.
377
  'install_timestamp' => 1,
379
  'require_license_activation' => 1,
380
 
381
  // If not network activated OR delegated, then site level.
382
+ 'activation_timestamp' => 2,
383
+ 'expired_license_notice_shown' => 2,
384
+ 'is_whitelabeled' => 2,
385
+ 'last_license_key' => 2,
386
+ 'last_license_user_id' => 2,
387
+ 'prev_user_id' => 2,
388
+ 'sticky_optin_added' => 2,
389
+ 'uninstall_reason' => 2,
390
+ 'is_pending_activation' => 2,
391
+ 'pending_license_key' => 2,
392
+ 'is_extensions_tracking_allowed' => 2,
393
 
394
  // Site level options.
395
  'is_anonymous' => 3,
includes/vendor/freemius/wordpress-sdk/includes/customizer/class-fs-customizer-support-section.php CHANGED
@@ -87,10 +87,10 @@
87
  <div class="button-group">
88
  <# } #>
89
  <# if ( data.contact ) { #>
90
- <a class="button" href="{{ data.contact.url }}" target="_blank">{{ data.contact.label }} </a>
91
  <# } #>
92
  <# if ( data.support ) { #>
93
- <a class="button" href="{{ data.support.url }}" target="_blank">{{ data.support.label }} </a>
94
  <# } #>
95
  <# if ( data.contact && data.support ) { #>
96
  </div>
87
  <div class="button-group">
88
  <# } #>
89
  <# if ( data.contact ) { #>
90
+ <a class="button" href="{{ data.contact.url }}" target="_blank" rel="noopener noreferrer">{{ data.contact.label }} </a>
91
  <# } #>
92
  <# if ( data.support ) { #>
93
+ <a class="button" href="{{ data.support.url }}" target="_blank" rel="noopener noreferrer">{{ data.support.label }} </a>
94
  <# } #>
95
  <# if ( data.contact && data.support ) { #>
96
  </div>
includes/vendor/freemius/wordpress-sdk/includes/entities/class-fs-payment.php CHANGED
@@ -158,8 +158,8 @@
158
  // Lazy load.
159
  self::$CURRENCY_2_SYMBOL = array(
160
  self::CURRENCY_USD => '$',
161
- self::CURRENCY_GBP => '£',
162
- self::CURRENCY_EUR => '',
163
  );
164
  }
165
 
158
  // Lazy load.
159
  self::$CURRENCY_2_SYMBOL = array(
160
  self::CURRENCY_USD => '$',
161
+ self::CURRENCY_GBP => '&pound;',
162
+ self::CURRENCY_EUR => '&euro;',
163
  );
164
  }
165
 
includes/vendor/freemius/wordpress-sdk/includes/entities/class-fs-plugin-license.php CHANGED
@@ -50,6 +50,13 @@
50
  * @var number
51
  */
52
  public $parent_license_id;
 
 
 
 
 
 
 
53
  /**
54
  * @var number
55
  */
50
  * @var number
51
  */
52
  public $parent_license_id;
53
+ /**
54
+ * @author Leo Fajardo (@leorw)
55
+ * @since 2.4.0
56
+ *
57
+ * @var array
58
+ */
59
+ public $products;
60
  /**
61
  * @var number
62
  */
includes/vendor/freemius/wordpress-sdk/includes/entities/class-fs-site.php CHANGED
@@ -171,6 +171,7 @@
171
  // WPEngine staging.
172
  fs_ends_with( $subdomain, '.staging.wpengine.com' ) ||
173
  fs_ends_with( $subdomain, '.dev.wpengine.com' ) ||
 
174
  // Pantheon
175
  ( fs_ends_with( $subdomain, 'pantheonsite.io' ) &&
176
  ( fs_starts_with( $subdomain, 'test-' ) || fs_starts_with( $subdomain, 'dev-' ) ) ) ||
@@ -179,7 +180,9 @@
179
  // Kinsta
180
  ( fs_starts_with( $subdomain, 'staging-' ) && ( fs_ends_with( $subdomain, '.kinsta.com' ) || fs_ends_with( $subdomain, '.kinsta.cloud' ) ) ) ||
181
  // DesktopServer
182
- fs_ends_with( $subdomain, '.dev.cc' )
 
 
183
  );
184
  }
185
 
171
  // WPEngine staging.
172
  fs_ends_with( $subdomain, '.staging.wpengine.com' ) ||
173
  fs_ends_with( $subdomain, '.dev.wpengine.com' ) ||
174
+ fs_ends_with( $subdomain, '.wpengine.com' ) ||
175
  // Pantheon
176
  ( fs_ends_with( $subdomain, 'pantheonsite.io' ) &&
177
  ( fs_starts_with( $subdomain, 'test-' ) || fs_starts_with( $subdomain, 'dev-' ) ) ) ||
180
  // Kinsta
181
  ( fs_starts_with( $subdomain, 'staging-' ) && ( fs_ends_with( $subdomain, '.kinsta.com' ) || fs_ends_with( $subdomain, '.kinsta.cloud' ) ) ) ||
182
  // DesktopServer
183
+ fs_ends_with( $subdomain, '.dev.cc' ) ||
184
+ // Pressable
185
+ fs_ends_with( $subdomain, '.mystagingwebsite.com' )
186
  );
187
  }
188
 
includes/vendor/freemius/wordpress-sdk/includes/fs-essential-functions.php CHANGED
@@ -344,7 +344,11 @@
344
  }
345
 
346
  if ( ! isset( $newest_sdk->type ) || 'theme' !== $newest_sdk->type ) {
347
- $in_activation = ( ! is_plugin_active( $plugin_file ) );
 
 
 
 
348
  } else {
349
  $theme = wp_get_theme();
350
  $in_activation = ( $newest_sdk->plugin_path == $theme->stylesheet );
@@ -376,45 +380,62 @@
376
  global $fs_active_plugins;
377
 
378
  /**
379
- * @todo Multi-site network activated plugin are always loaded prior to site plugins so if there's a a plugin activated in the network mode that has an older version of the SDK of another plugin which is site activated that has new SDK version, the fs-essential-functions.php will be loaded from the older SDK. Same thing about MU plugins (loaded even before network activated plugins).
380
  *
381
  * @link https://github.com/Freemius/wordpress-sdk/issues/26
382
  */
383
 
384
  $newest_sdk_plugin_path = $fs_active_plugins->newest->plugin_path;
385
 
386
- $active_plugins = get_option( 'active_plugins', array() );
387
- $newest_sdk_plugin_key = array_search( $newest_sdk_plugin_path, $active_plugins );
388
- if ( 0 === $newest_sdk_plugin_key ) {
389
- // if it's 0 it's the first plugin already, no need to continue
390
- return false;
391
- } else if ( is_numeric( $newest_sdk_plugin_key ) ) {
392
- // Remove plugin from its current position.
393
- array_splice( $active_plugins, $newest_sdk_plugin_key, 1 );
 
 
 
 
 
 
394
 
395
- // Set it to be included first.
396
- array_unshift( $active_plugins, $newest_sdk_plugin_path );
 
 
 
397
 
398
- update_option( 'active_plugins', $active_plugins );
 
 
 
 
 
 
399
 
400
  return true;
401
- } else if ( is_multisite() && false === $newest_sdk_plugin_key ) {
 
 
402
  // Plugin is network active.
403
  $network_active_plugins = get_site_option( 'active_sitewide_plugins', array() );
404
 
405
- if (isset($network_active_plugins[$newest_sdk_plugin_path])) {
406
- reset($network_active_plugins);
407
- if ( $newest_sdk_plugin_path === key($network_active_plugins) ) {
408
  // Plugin is already activated first on the network level.
409
  return false;
410
- } else if ( is_numeric( $newest_sdk_plugin_key ) ) {
411
- $time = $network_active_plugins[$newest_sdk_plugin_path];
412
 
413
  // Remove plugin from its current position.
414
- unset($network_active_plugins[$newest_sdk_plugin_path]);
415
 
416
  // Set it to be included first.
417
- $network_active_plugins = array($newest_sdk_plugin_path => $time) + $network_active_plugins;
418
 
419
  update_site_option( 'active_sitewide_plugins', $network_active_plugins );
420
 
344
  }
345
 
346
  if ( ! isset( $newest_sdk->type ) || 'theme' !== $newest_sdk->type ) {
347
+ if ( ! function_exists( 'is_plugin_active' ) ) {
348
+ require_once ABSPATH . 'wp-admin/includes/plugin.php';
349
+ }
350
+
351
+ $in_activation = ( ! is_plugin_active( $plugin_file ) );
352
  } else {
353
  $theme = wp_get_theme();
354
  $in_activation = ( $newest_sdk->plugin_path == $theme->stylesheet );
380
  global $fs_active_plugins;
381
 
382
  /**
383
+ * @todo Multi-site network activated plugin are always loaded prior to site plugins so if there's a plugin activated in the network mode that has an older version of the SDK of another plugin which is site activated that has new SDK version, the fs-essential-functions.php will be loaded from the older SDK. Same thing about MU plugins (loaded even before network activated plugins).
384
  *
385
  * @link https://github.com/Freemius/wordpress-sdk/issues/26
386
  */
387
 
388
  $newest_sdk_plugin_path = $fs_active_plugins->newest->plugin_path;
389
 
390
+ $active_plugins = get_option( 'active_plugins', array() );
391
+ $updated_active_plugins = array( $newest_sdk_plugin_path );
392
+
393
+ $plugin_found = false;
394
+ $is_first_path = true;
395
+
396
+ foreach ( $active_plugins as $key => $plugin_path ) {
397
+ if ( $plugin_path === $newest_sdk_plugin_path ) {
398
+ if ( $is_first_path ) {
399
+ // if it's the first plugin already, no need to continue
400
+ return false;
401
+ }
402
+
403
+ $plugin_found = true;
404
 
405
+ // Skip the plugin (it is already added as the 1st item of $updated_active_plugins).
406
+ continue;
407
+ }
408
+
409
+ $updated_active_plugins[] = $plugin_path;
410
 
411
+ if ( $is_first_path ) {
412
+ $is_first_path = false;
413
+ }
414
+ }
415
+
416
+ if ( $plugin_found ) {
417
+ update_option( 'active_plugins', $updated_active_plugins );
418
 
419
  return true;
420
+ }
421
+
422
+ if ( is_multisite() ) {
423
  // Plugin is network active.
424
  $network_active_plugins = get_site_option( 'active_sitewide_plugins', array() );
425
 
426
+ if ( isset( $network_active_plugins[ $newest_sdk_plugin_path ] ) ) {
427
+ reset( $network_active_plugins );
428
+ if ( $newest_sdk_plugin_path === key( $network_active_plugins ) ) {
429
  // Plugin is already activated first on the network level.
430
  return false;
431
+ } else {
432
+ $time = $network_active_plugins[ $newest_sdk_plugin_path ];
433
 
434
  // Remove plugin from its current position.
435
+ unset( $network_active_plugins[ $newest_sdk_plugin_path ] );
436
 
437
  // Set it to be included first.
438
+ $network_active_plugins = array( $newest_sdk_plugin_path => $time ) + $network_active_plugins;
439
 
440
  update_site_option( 'active_sitewide_plugins', $network_active_plugins );
441
 
includes/vendor/freemius/wordpress-sdk/includes/fs-plugin-info-dialog.php CHANGED
@@ -880,9 +880,11 @@
880
  $classes[] = 'disabled';
881
  }
882
 
 
 
883
  return sprintf(
884
  '<a %s class="button %s">%s</a>',
885
- empty( $href ) ? '' : 'href="' . $href . '" target="' . $target . '"',
886
  implode( ' ', $classes ),
887
  $label
888
  );
@@ -1367,6 +1369,7 @@
1367
  if ( ! empty( $api->slug ) && true == $api->is_wp_org_compliant ) {
1368
  ?>
1369
  <li><a target="_blank"
 
1370
  href="https://wordpress.org/plugins/<?php echo $api->slug; ?>/"><?php fs_esc_html_echo_inline( 'WordPress.org Plugin Page', 'wp-org-plugin-page', $api->slug ) ?>
1371
  &#187;</a>
1372
  </li>
@@ -1375,6 +1378,7 @@
1375
  if ( ! empty( $api->homepage ) ) {
1376
  ?>
1377
  <li><a target="_blank"
 
1378
  href="<?php echo esc_url( $api->homepage ); ?>"><?php fs_esc_html_echo_inline( 'Plugin Homepage', 'plugin-homepage', $api->slug ) ?>
1379
  &#187;</a>
1380
  </li>
@@ -1383,6 +1387,7 @@
1383
  if ( ! empty( $api->donate_link ) && empty( $api->contributors ) ) {
1384
  ?>
1385
  <li><a target="_blank"
 
1386
  href="<?php echo esc_url( $api->donate_link ); ?>"><?php fs_esc_html_echo_inline( 'Donate to this plugin', 'donate-to-plugin', $api->slug ) ?>
1387
  &#187;</a>
1388
  </li>
@@ -1426,18 +1431,19 @@
1426
  );
1427
  ?>
1428
  <div class="counter-container">
1429
- <span class="counter-label"><a
1430
- href="https://wordpress.org/support/view/plugin-reviews/<?php echo $api->slug; ?>?filter=<?php echo $key; ?>"
1431
- target="_blank"
1432
- title="<?php echo esc_attr( sprintf(
1433
- /* translators: %s: # of stars (e.g. 5 stars) */
1434
- fs_text_inline( 'Click to see reviews that provided a rating of %s', 'click-to-reviews', $api->slug ),
1435
- $stars_label
1436
- ) ) ?>"><?php echo $stars_label ?></a></span>
 
1437
  <span class="counter-back">
1438
- <span class="counter-bar" style="width: <?php echo absint(92 * $_rating); ?>px;"></span>
1439
- </span>
1440
- <span class="counter-count"><?php echo number_format_i18n( $ratecount ); ?></span>
1441
  </div>
1442
  <?php
1443
  }
@@ -1458,13 +1464,14 @@
1458
  if ( empty( $contrib_profile ) ) {
1459
  echo "<li><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&amp;s=36' width='18' height='18' />{$contrib_username}</li>";
1460
  } else {
1461
- echo "<li><a href='{$contrib_profile}' target='_blank'><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&amp;s=36' width='18' height='18' />{$contrib_username}</a></li>";
1462
  }
1463
  }
1464
  ?>
1465
  </ul>
1466
  <?php if ( ! empty( $api->donate_link ) ) { ?>
1467
  <a target="_blank"
 
1468
  href="<?php echo esc_url( $api->donate_link ); ?>"><?php fs_echo_inline( 'Donate to this plugin', 'donate-to-plugin', $api->slug ) ?>
1469
  &#187;</a>
1470
  <?php } ?>
880
  $classes[] = 'disabled';
881
  }
882
 
883
+ $rel = ( '_blank' === $target ) ? ' rel="noopener noreferrer"' : '';
884
+
885
  return sprintf(
886
  '<a %s class="button %s">%s</a>',
887
+ empty( $href ) ? '' : 'href="' . $href . '" target="' . $target . '"' . $rel,
888
  implode( ' ', $classes ),
889
  $label
890
  );
1369
  if ( ! empty( $api->slug ) && true == $api->is_wp_org_compliant ) {
1370
  ?>
1371
  <li><a target="_blank"
1372
+ rel="noopener noreferrer"
1373
  href="https://wordpress.org/plugins/<?php echo $api->slug; ?>/"><?php fs_esc_html_echo_inline( 'WordPress.org Plugin Page', 'wp-org-plugin-page', $api->slug ) ?>
1374
  &#187;</a>
1375
  </li>
1378
  if ( ! empty( $api->homepage ) ) {
1379
  ?>
1380
  <li><a target="_blank"
1381
+ rel="noopener noreferrer"
1382
  href="<?php echo esc_url( $api->homepage ); ?>"><?php fs_esc_html_echo_inline( 'Plugin Homepage', 'plugin-homepage', $api->slug ) ?>
1383
  &#187;</a>
1384
  </li>
1387
  if ( ! empty( $api->donate_link ) && empty( $api->contributors ) ) {
1388
  ?>
1389
  <li><a target="_blank"
1390
+ rel="noopener noreferrer"
1391
  href="<?php echo esc_url( $api->donate_link ); ?>"><?php fs_esc_html_echo_inline( 'Donate to this plugin', 'donate-to-plugin', $api->slug ) ?>
1392
  &#187;</a>
1393
  </li>
1431
  );
1432
  ?>
1433
  <div class="counter-container">
1434
+ <span class="counter-label"><a
1435
+ href="https://wordpress.org/support/view/plugin-reviews/<?php echo $api->slug; ?>?filter=<?php echo $key; ?>"
1436
+ target="_blank"
1437
+ rel="noopener noreferrer"
1438
+ title="<?php echo esc_attr( sprintf(
1439
+ /* translators: %s: # of stars (e.g. 5 stars) */
1440
+ fs_text_inline( 'Click to see reviews that provided a rating of %s', 'click-to-reviews', $api->slug ),
1441
+ $stars_label
1442
+ ) ) ?>"><?php echo $stars_label ?></a></span>
1443
  <span class="counter-back">
1444
+ <span class="counter-bar" style="width: <?php echo absint(92 * $_rating); ?>px;"></span>
1445
+ </span>
1446
+ <span class="counter-count"><?php echo number_format_i18n( $ratecount ); ?></span>
1447
  </div>
1448
  <?php
1449
  }
1464
  if ( empty( $contrib_profile ) ) {
1465
  echo "<li><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&amp;s=36' width='18' height='18' />{$contrib_username}</li>";
1466
  } else {
1467
+ echo "<li><a href='{$contrib_profile}' target='_blank' rel='noopener noreferrer'><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&amp;s=36' width='18' height='18' />{$contrib_username}</a></li>";
1468
  }
1469
  }
1470
  ?>
1471
  </ul>
1472
  <?php if ( ! empty( $api->donate_link ) ) { ?>
1473
  <a target="_blank"
1474
+ rel="noopener noreferrer"
1475
  href="<?php echo esc_url( $api->donate_link ); ?>"><?php fs_echo_inline( 'Donate to this plugin', 'donate-to-plugin', $api->slug ) ?>
1476
  &#187;</a>
1477
  <?php } ?>
includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-admin-menu-manager.php CHANGED
@@ -703,7 +703,12 @@
703
  $menu['parent_slug'] :
704
  'admin.php';
705
 
706
- return admin_url( $parent_slug . '?page=' . $menu['menu'][2] );
 
 
 
 
 
707
  }
708
 
709
  /**
703
  $menu['parent_slug'] :
704
  'admin.php';
705
 
706
+ return admin_url(
707
+ $parent_slug .
708
+ ( false === strpos( $parent_slug, '?' ) ? '?' : '&' ) .
709
+ 'page=' .
710
+ $menu['menu'][2]
711
+ );
712
  }
713
 
714
  /**
includes/vendor/freemius/wordpress-sdk/includes/sdk/FreemiusBase.php CHANGED
@@ -137,7 +137,7 @@
137
  } catch ( Exception $e ) {
138
  // Map to error object.
139
  $result = (object) array(
140
- 'error' => array(
141
  'type' => 'Unknown',
142
  'message' => $e->getMessage() . ' (' . $e->getFile() . ': ' . $e->getLine() . ')',
143
  'code' => 'unknown',
137
  } catch ( Exception $e ) {
138
  // Map to error object.
139
  $result = (object) array(
140
+ 'error' => (object) array(
141
  'type' => 'Unknown',
142
  'message' => $e->getMessage() . ' (' . $e->getFile() . ': ' . $e->getLine() . ')',
143
  'code' => 'unknown',
includes/vendor/freemius/wordpress-sdk/includes/sdk/FreemiusWordPress.php CHANGED
@@ -228,10 +228,13 @@
228
  $now = ( time() - self::$_clock_diff );
229
  $date = date( 'r', $now );
230
 
231
- if ( in_array( $pMethod, array( 'POST', 'PUT' ) ) && ! empty( $pPostParams ) ) {
232
- $content_md5 = md5( $pPostParams );
233
- $content_type = 'application/json';
234
- }
 
 
 
235
 
236
  $string_to_sign = implode( $eol, array(
237
  $pMethod,
@@ -380,10 +383,11 @@
380
  }
381
 
382
  if ( in_array( $pMethod, array( 'POST', 'PUT' ) ) ) {
383
- if ( is_array( $pParams ) && 0 < count( $pParams ) ) {
384
- $pWPRemoteArgs['headers']['Content-type'] = 'application/json';
385
- $pWPRemoteArgs['body'] = json_encode( $pParams );
386
- }
 
387
  }
388
 
389
  $request_url = self::GetUrl( $pCanonizedPath, $pIsSandbox );
@@ -570,7 +574,7 @@
570
  } catch ( Exception $e ) {
571
  // Map to error object.
572
  $result = (object) array(
573
- 'error' => array(
574
  'type' => 'Unknown',
575
  'message' => $e->getMessage() . ' (' . $e->getFile() . ': ' . $e->getLine() . ')',
576
  'code' => 'unknown',
@@ -649,7 +653,7 @@
649
  $message = ( 1 < count( $parts ) ) ? $parts[1] : $message;
650
 
651
  $e = new Freemius_Exception( array(
652
- 'error' => array(
653
  'code' => $code,
654
  'message' => $message,
655
  'type' => 'CurlException',
@@ -657,7 +661,7 @@
657
  ) );
658
  } else {
659
  $e = new Freemius_Exception( array(
660
- 'error' => array(
661
  'code' => $pError->get_error_code(),
662
  'message' => $pError->get_error_message(),
663
  'type' => 'WPRemoteException',
228
  $now = ( time() - self::$_clock_diff );
229
  $date = date( 'r', $now );
230
 
231
+ if ( in_array( $pMethod, array( 'POST', 'PUT' ) ) ) {
232
+ $content_type = 'application/json';
233
+
234
+ if ( ! empty( $pPostParams ) ) {
235
+ $content_md5 = md5( $pPostParams );
236
+ }
237
+ }
238
 
239
  $string_to_sign = implode( $eol, array(
240
  $pMethod,
383
  }
384
 
385
  if ( in_array( $pMethod, array( 'POST', 'PUT' ) ) ) {
386
+ $pWPRemoteArgs['headers']['Content-type'] = 'application/json';
387
+
388
+ if ( is_array( $pParams ) && 0 < count( $pParams ) ) {
389
+ $pWPRemoteArgs['body'] = json_encode( $pParams );
390
+ }
391
  }
392
 
393
  $request_url = self::GetUrl( $pCanonizedPath, $pIsSandbox );
574
  } catch ( Exception $e ) {
575
  // Map to error object.
576
  $result = (object) array(
577
+ 'error' => (object) array(
578
  'type' => 'Unknown',
579
  'message' => $e->getMessage() . ' (' . $e->getFile() . ': ' . $e->getLine() . ')',
580
  'code' => 'unknown',
653
  $message = ( 1 < count( $parts ) ) ? $parts[1] : $message;
654
 
655
  $e = new Freemius_Exception( array(
656
+ 'error' => (object) array(
657
  'code' => $code,
658
  'message' => $message,
659
  'type' => 'CurlException',
661
  ) );
662
  } else {
663
  $e = new Freemius_Exception( array(
664
+ 'error' => (object) array(
665
  'code' => $pError->get_error_code(),
666
  'message' => $pError->get_error_message(),
667
  'type' => 'WPRemoteException',
includes/vendor/freemius/wordpress-sdk/includes/supplements/fs-essential-functions-1.1.7.1.php CHANGED
@@ -32,7 +32,7 @@
32
 
33
  // Get active plugin's main files real full names (might be symlinks).
34
  foreach ( $all_plugins as $relative_path => $data ) {
35
- if ( 0 === strpos( $file_real_path, fs_normalize_path( dirname( realpath( WP_PLUGIN_DIR . '/' . $relative_path ) ) ) ) ) {
36
  if ( '.' !== dirname( trailingslashit( $relative_path ) ) ) {
37
  return $relative_path;
38
  }
32
 
33
  // Get active plugin's main files real full names (might be symlinks).
34
  foreach ( $all_plugins as $relative_path => $data ) {
35
+ if ( 0 === strpos( $file_real_path, fs_normalize_path( dirname( realpath( WP_PLUGIN_DIR . '/' . $relative_path ) ) . '/' ) ) ) {
36
  if ( '.' !== dirname( trailingslashit( $relative_path ) ) ) {
37
  return $relative_path;
38
  }
includes/vendor/freemius/wordpress-sdk/languages/freemius-cs_CZ.mo CHANGED
Binary file
includes/vendor/freemius/wordpress-sdk/languages/freemius-cs_CZ.po CHANGED
@@ -9,12 +9,12 @@ msgstr ""
9
  "POT-Creation-Date: \n"
10
  "PO-Revision-Date: 2019-10-07 15:33+0000\n"
11
  "Last-Translator: Vova Feldman <vova@freemius.com>\n"
 
12
  "Language-Team: Czech (Czech Republic) (http://www.transifex.com/freemius/wordpress-sdk/language/cs_CZ/)\n"
13
- "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
- "Language: cs_CZ\n"
17
  "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
 
18
  "X-Poedit-Basepath: ..\n"
19
  "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"
20
  "X-Poedit-SearchPath-0: .\n"
@@ -22,10 +22,7 @@ msgstr ""
22
  "X-Poedit-SourceCharset: UTF-8\n"
23
 
24
  #: includes/class-freemius.php1880, templates/account.php:840
25
- msgid ""
26
- "An update to a Beta version will replace your installed version of %s with "
27
- "the latest Beta release - use with caution, and not on production sites. You"
28
- " have been warned."
29
  msgstr "Aktualizováním na Beta verzi nahradíte nainstalovanou verzi %s nejnovějším vydáním Beta verze - používejte s opatrností a ne na produkčních webech. Varovali jsme vás."
30
 
31
  #: includes/class-freemius.php:1887
@@ -33,9 +30,7 @@ msgid "Would you like to proceed with the update?"
33
  msgstr "Chcete pokračovat v aktualizaci?"
34
 
35
  #: includes/class-freemius.php:2095
36
- msgid ""
37
- "Freemius SDK couldn't find the plugin's main file. Please contact "
38
- "sdk@freemius.com with the current error."
39
  msgstr "Freemius SDK nemohlo najít hlavní soubor pluginu. S aktuální chybou se obraťte se na sdk@freemius.com."
40
 
41
  #: includes/class-freemius.php:2097
@@ -143,18 +138,11 @@ msgid "I don't know what is cURL or how to install it, help me!"
143
  msgstr "Nevím, co je cURL nebo jak jej nainstalovat, pomozte mi!"
144
 
145
  #: includes/class-freemius.php:4225
146
- msgid ""
147
- "We'll make sure to contact your hosting company and resolve the issue. You "
148
- "will get a follow-up email to %s once we have an update."
149
  msgstr "Zkontaktujeme vaší hostingovou společnost a zkusíme vyřešit tento problém. Na %s dostanete upozornění, jakmile budeme vědět něco nového."
150
 
151
  #: includes/class-freemius.php:4232
152
- msgid ""
153
- "Great, please install cURL and enable it in your php.ini file. In addition, "
154
- "search for the 'disable_functions' directive in your php.ini file and remove"
155
- " any disabled methods starting with 'curl_'. To make sure it was "
156
- "successfully activated, use 'phpinfo()'. Once activated, deactivate the %s "
157
- "and reactivate it back again."
158
  msgstr "Výborně, nainstalujte prosím cURL a povolte ji v souboru php.ini. Dále vyhledejte v souboru php.ini direktivu 'disable_functions ' a odeberte všechny zakázané metody začínající na \"curl_\". Chcete-li se ujistit, že byla úspěšně aktivována, použijte 'phpinfo() '. Jakmile je aktivován, deaktivujte %s a znovu jej aktivujte."
159
 
160
  #: includes/class-freemius.php:4337
@@ -178,11 +166,8 @@ msgid "Oops"
178
  msgstr "Jejda"
179
 
180
  #: includes/class-freemius.php:4456
181
- msgid ""
182
- "Thank for giving us the chance to fix it! A message was just sent to our "
183
- "technical staff. We will get back to you as soon as we have an update to %s."
184
- " Appreciate your patience."
185
- msgstr ""
186
 
187
  #: includes/class-freemius.php:4878
188
  msgctxt "addonX cannot run without pluginY"
@@ -196,21 +181,17 @@ msgstr "%s nelze spustit bez tohoto pluginu."
196
 
197
  #: includes/class-freemius.php5052, includes/class-freemius.php5077,
198
  #: includes/class-freemius.php:20122
199
- msgid ""
200
- "Unexpected API error. Please contact the %s's author with the following "
201
- "error."
202
- msgstr ""
203
 
204
  #: includes/class-freemius.php:5720
205
  msgid "Premium %s version was successfully activated."
206
- msgstr ""
207
 
208
  #: includes/class-freemius.php5732, includes/class-freemius.php:7599
209
  msgctxt ""
210
- "Used to express elation, enthusiasm, or triumph (especially in electronic "
211
- "communication)."
212
  msgid "W00t"
213
- msgstr ""
214
 
215
  #: includes/class-freemius.php:5747
216
  msgid "You have a %s license."
@@ -222,19 +203,14 @@ msgstr "Máte licenci „%s“."
222
  #: includes/class-freemius.php:19876
223
  msgctxt "interjection expressing joy or exuberance"
224
  msgid "Yee-haw"
225
- msgstr ""
226
 
227
  #: includes/class-freemius.php:6015
228
- msgid ""
229
- "%s free trial was successfully cancelled. Since the add-on is premium only "
230
- "it was automatically deactivated. If you like to use it in the future, "
231
- "you'll have to purchase a license."
232
  msgstr "%s bezplatná zkušební verze byla úspěšně zrušena. Jelikož toto rozšíření nenabízí bezplatnou verzi, bylo automaticky deaktivováno. Chcete-li jej v budoucnu používat, budete si muset zakoupit licenci."
233
 
234
  #: includes/class-freemius.php:6019
235
- msgid ""
236
- "%s is a premium only add-on. You have to purchase a license first before "
237
- "activating the plugin."
238
  msgstr "%s je pouze prémiové rozšíření. Před aktivací pluginu si musíte nejprve zakoupit licenci."
239
 
240
  #: includes/class-freemius.php6028, templates/add-ons.php186,
@@ -247,9 +223,7 @@ msgid "Purchase License"
247
  msgstr "Koupit licenci"
248
 
249
  #: includes/class-freemius.php6964, templates/connect.php:163
250
- msgid ""
251
- "You should receive an activation email for %s to your mailbox at %s. Please "
252
- "make sure you click the activation button in that email to %s."
253
  msgstr "Aktivační email od %s by měl dorazit do vašeho mailboxu (%s). Ujistěte se, že v emailu kliknete na tlačítko aktivovat, abyste %s."
254
 
255
  #: includes/class-freemius.php:6968
@@ -300,25 +274,20 @@ msgid "Theme"
300
  msgstr "Šablona"
301
 
302
  #: includes/class-freemius.php:12596
303
- msgid ""
304
- "An unknown error has occurred while trying to set the user's beta mode."
305
  msgstr "Během nastavování uživatelského beta módu došlo k neočekávané chybě."
306
 
307
  #: includes/class-freemius.php:13020
308
  msgid "Invalid site details collection."
309
- msgstr ""
310
 
311
  #: includes/class-freemius.php:13140
312
- msgid ""
313
- "We couldn't find your email address in the system, are you sure it's the "
314
- "right address?"
315
  msgstr "Nemohli jsme najít vaši e-mailovou adresu v systému, jste si jisti, že je to správná adresa?"
316
 
317
  #: includes/class-freemius.php:13142
318
- msgid ""
319
- "We can't see any active licenses associated with that email address, are you"
320
- " sure it's the right address?"
321
- msgstr ""
322
 
323
  #: includes/class-freemius.php:13416
324
  msgid "Account is pending activation."
@@ -378,7 +347,7 @@ msgstr "Ceník"
378
 
379
  #: includes/class-freemius.php17256, includes/class-freemius.php:17258
380
  msgid "Affiliation"
381
- msgstr ""
382
 
383
  #: includes/class-freemius.php17286, includes/class-freemius.php17288,
384
  #: templates/account.php183, templates/debug.php:326
@@ -418,26 +387,24 @@ msgstr "Fórum podpory"
418
 
419
  #: includes/class-freemius.php:18536
420
  msgid "Your email has been successfully verified - you are AWESOME!"
421
- msgstr ""
422
 
423
  #: includes/class-freemius.php:18537
424
  msgctxt "a positive response"
425
  msgid "Right on"
426
- msgstr ""
427
 
428
  #: includes/class-freemius.php:19041
429
  msgid "seems like the key you entered doesn't match our records."
430
- msgstr ""
431
 
432
  #: includes/class-freemius.php:19065
433
- msgid ""
434
- "Debug mode was successfully enabled and will be automatically disabled in 60"
435
- " min. You can also disable it earlier by clicking the \"Stop Debug\" link."
436
- msgstr ""
437
 
438
  #: includes/class-freemius.php:19283
439
  msgid "Your %s Add-on plan was successfully upgraded."
440
- msgstr ""
441
 
442
  #: includes/class-freemius.php:19285
443
  msgid "%s Add-on was successfully purchased."
@@ -448,9 +415,7 @@ msgid "Download the latest version"
448
  msgstr "Stáhnout nejnovější verzi"
449
 
450
  #: includes/class-freemius.php:19374
451
- msgid ""
452
- "Your server is blocking the access to Freemius' API, which is crucial for "
453
- "%1$s synchronization. Please contact your host to whitelist %2$s"
454
  msgstr "Váš server blokuje přístup k Freemium API, což je zásadní pro synchronizaci %1s. Obraťte se na svého poskytovatele , aby přidal do svého whitelistu %2s"
455
 
456
  #: includes/class-freemius.php19380, includes/class-freemius.php19390,
@@ -459,24 +424,18 @@ msgid "Error received from the server:"
459
  msgstr "Chyba přijatá ze serveru:"
460
 
461
  #: includes/class-freemius.php:19390
462
- msgid ""
463
- "It seems like one of the authentication parameters is wrong. Update your "
464
- "Public Key, Secret Key & User ID, and try again."
465
- msgstr ""
466
 
467
  #: includes/class-freemius.php19604, includes/class-freemius.php19840,
468
  #: includes/class-freemius.php19895, includes/class-freemius.php:19998
469
  msgctxt ""
470
- "something somebody says when they are thinking about what you have just "
471
- "said."
472
  msgid "Hmm"
473
  msgstr "Hmm"
474
 
475
  #: includes/class-freemius.php:19617
476
- msgid ""
477
- "It looks like you are still on the %s plan. If you did upgrade or change "
478
- "your plan, it's probably an issue on our side - sorry."
479
- msgstr ""
480
 
481
  #: includes/class-freemius.php19618, templates/account.php113,
482
  #: templates/add-ons.php250, templates/account/partials/addon.php:46
@@ -485,10 +444,8 @@ msgid "Trial"
485
  msgstr "Trial"
486
 
487
  #: includes/class-freemius.php:19623
488
- msgid ""
489
- "I have upgraded my account but when I try to Sync the License, the plan "
490
- "remains %s."
491
- msgstr ""
492
 
493
  #: includes/class-freemius.php19627, includes/class-freemius.php:19686
494
  msgid "Please contact us here"
@@ -507,40 +464,28 @@ msgid "Your plan was successfully changed to %s."
507
  msgstr "Váše předplatné bylo úspěšně změněn na %s."
508
 
509
  #: includes/class-freemius.php:19672
510
- msgid ""
511
- "Your license has expired. You can still continue using the free %s forever."
512
  msgstr "Vaše licence vypršela. Stále však můžete free verzi %s bez omezení."
513
 
514
  #: includes/class-freemius.php:19674
515
- msgid ""
516
- "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s "
517
- "without interruptions."
518
  msgstr "Vaše licence vypršela. %1$sObnovte předplatné%2$s, abyste mohli mohli %3$s používat bez omezení."
519
 
520
  #: includes/class-freemius.php:19682
521
- msgid ""
522
- "Your license has been cancelled. If you think it's a mistake, please contact"
523
- " support."
524
  msgstr "Vaše licence byla zrušena. Pokud si myslíte, že je to chyba, obraťte se na naší podporu."
525
 
526
  #: includes/class-freemius.php:19695
527
- msgid ""
528
- "Your license has expired. You can still continue using all the %s features, "
529
- "but you'll need to renew your license to continue getting updates and "
530
- "support."
531
  msgstr "Vaše licence vypršela. Stále však můžete používat všechny funkce verze %s, ale pro získání technické podpory a nejnovějších aktualizací budete muset obnovit svou licenci."
532
 
533
  #: includes/class-freemius.php:19721
534
- msgid ""
535
- "Your free trial has expired. You can still continue using all our free "
536
- "features."
537
- msgstr ""
538
 
539
  #: includes/class-freemius.php:19723
540
- msgid ""
541
- "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s "
542
- "without interruptions."
543
- msgstr ""
544
 
545
  #: includes/class-freemius.php:19831
546
  msgid "It looks like the license could not be activated."
@@ -552,15 +497,14 @@ msgstr "Vaše licence byla úspěšně aktivována."
552
 
553
  #: includes/class-freemius.php:19899
554
  msgid "It looks like your site currently doesn't have an active license."
555
- msgstr ""
556
 
557
  #: includes/class-freemius.php:19923
558
  msgid "It looks like the license deactivation failed."
559
  msgstr "Deaktivace licence pravděpodobně selhala."
560
 
561
  #: includes/class-freemius.php:19951
562
- msgid ""
563
- "Your license was successfully deactivated, you are back to the %s plan."
564
  msgstr "Vaše licence byla úspěšně deaktivována, jste zpět na plánu %s."
565
 
566
  #: includes/class-freemius.php:19952
@@ -568,20 +512,16 @@ msgid "O.K"
568
  msgstr "OK"
569
 
570
  #: includes/class-freemius.php:20005
571
- msgid ""
572
- "Seems like we are having some temporary issue with your subscription "
573
- "cancellation. Please try again in few minutes."
574
- msgstr ""
575
 
576
  #: includes/class-freemius.php:20014
577
- msgid ""
578
- "Your subscription was successfully cancelled. Your %s plan license will "
579
- "expire in %s."
580
  msgstr "Vaše předplatné bylo úspěšně zrušeno. Platnost licence %s vyprší za %s."
581
 
582
  #: includes/class-freemius.php:20056
583
  msgid "You are already running the %s in a trial mode."
584
- msgstr ""
585
 
586
  #: includes/class-freemius.php:20067
587
  msgid "You already utilized a trial before."
@@ -597,23 +537,19 @@ msgstr "Plán %s nepodporuje zkušební období."
597
 
598
  #: includes/class-freemius.php:20103
599
  msgid "None of the %s's plans supports a trial period."
600
- msgstr ""
601
 
602
  #: includes/class-freemius.php:20153
603
- msgid ""
604
- "It looks like you are not in trial mode anymore so there's nothing to cancel"
605
- " :)"
606
  msgstr "Zkuušební režim už vám skončil, takže už není co rušit :)"
607
 
608
  #: includes/class-freemius.php:20189
609
- msgid ""
610
- "Seems like we are having some temporary issue with your trial cancellation. "
611
- "Please try again in few minutes."
612
  msgstr "Omlouváme se, ale měli jsme nějaký dočasný problém se zrušením vaší zkušební licence. Zkuste to znovu za několik minut."
613
 
614
  #: includes/class-freemius.php:20208
615
  msgid "Your %s free trial was successfully cancelled."
616
- msgstr ""
617
 
618
  #: includes/class-freemius.php:20524
619
  msgid "Version %s was released."
@@ -637,26 +573,22 @@ msgstr "Pravděpodobně máte nejnovější verzi."
637
 
638
  #: includes/class-freemius.php:20542
639
  msgid "You are all good!"
640
- msgstr ""
641
 
642
  #: includes/class-freemius.php:20812
643
- msgid ""
644
- "Verification mail was just sent to %s. If you can't find it after 5 min, "
645
- "please check your spam box."
646
  msgstr "Ověřovací zpráva byla právě odeslána na email %s. Pokud ji nenajdete do 5 min, zkontrolujte prosím složku pro spam."
647
 
648
  #: includes/class-freemius.php:20951
649
  msgid "Site successfully opted in."
650
- msgstr ""
651
 
652
  #: includes/class-freemius.php20952, includes/class-freemius.php:21792
653
  msgid "Awesome"
654
  msgstr "Úžasný"
655
 
656
  #: includes/class-freemius.php20968, templates/forms/optout.php:32
657
- msgid ""
658
- "We appreciate your help in making the %s better by letting us track some "
659
- "usage data."
660
  msgstr "Vážíme si vaší pomoci při zlepšování %s tím, že nám umožníte sledovat některá data o jeho používání."
661
 
662
  #: includes/class-freemius.php:20969
@@ -668,17 +600,11 @@ msgid "We will no longer be sending any usage data of %s on %s to %s."
668
  msgstr "Nebudeme již posílat žádná data o používání %s na %s do %s."
669
 
670
  #: includes/class-freemius.php:21105
671
- msgid ""
672
- "Please check your mailbox, you should receive an email via %s to confirm the"
673
- " ownership change. From security reasons, you must confirm the change within"
674
- " the next 15 min. If you cannot find the email, please check your spam "
675
- "folder."
676
  msgstr "Zkontrolujte si prosím emailovou schránku, měli byste obdržet zprávu od %s pro potvrzení změny vlastnictví. Z bezpečnostních důvodů je nutné potvrdit tuto změnu během následujících 15 minut. Pokud email nemůžete najít, zkontrolujte složku se spamem."
677
 
678
  #: includes/class-freemius.php:21111
679
- msgid ""
680
- "Thanks for confirming the ownership change. An email was just sent to %s for"
681
- " final approval."
682
  msgstr "Děkujeme za potvrzení změny vlastnictví. Email byl právě odeslán na adresu %s, ke konečnému schválení."
683
 
684
  #: includes/class-freemius.php:21116
@@ -691,26 +617,20 @@ msgid "Congrats"
691
  msgstr "Gratulujeme"
692
 
693
  #: includes/class-freemius.php:21138
694
- msgid ""
695
- "Sorry, we could not complete the email update. Another user with the same "
696
- "email is already registered."
697
  msgstr "Omlouváme se, ale aktualizaci emailu jsem nemohli dokončit. Uživatel s vámi zadaným emailem už je registrován."
698
 
699
  #: includes/class-freemius.php:21139
700
- msgid ""
701
- "If you would like to give up the ownership of the %s's account to %s click "
702
- "the Change Ownership button."
703
- msgstr ""
704
 
705
  #: includes/class-freemius.php:21146
706
  msgid "Change Ownership"
707
  msgstr "Změnit vlastnictví"
708
 
709
  #: includes/class-freemius.php:21154
710
- msgid ""
711
- "Your email was successfully updated. You should receive an email with "
712
- "confirmation instructions in few moments."
713
- msgstr ""
714
 
715
  #: includes/class-freemius.php:21166
716
  msgid "Please provide your full name."
@@ -725,15 +645,13 @@ msgid "You have successfully updated your %s."
725
  msgstr "Úspěšně jste aktualizovali %s."
726
 
727
  #: includes/class-freemius.php:21372
728
- msgid ""
729
- "Just letting you know that the add-ons information of %s is being pulled "
730
- "from an external server."
731
- msgstr ""
732
 
733
  #: includes/class-freemius.php:21373
734
  msgctxt "advance notice of something that will need attention."
735
  msgid "Heads up"
736
- msgstr ""
737
 
738
  #: includes/class-freemius.php:21832
739
  msgctxt "exclamation"
@@ -741,14 +659,12 @@ msgid "Hey"
741
  msgstr "Dobrý den"
742
 
743
  #: includes/class-freemius.php:21832
744
- msgid ""
745
- "How do you like %s so far? Test all our %s premium features with a %d-day "
746
- "free trial."
747
  msgstr "Jak se vám líbí %s? Otestujte všechny naše %s nadstandardní funkce s %d-denní zkušební verze zdarma."
748
 
749
  #: includes/class-freemius.php:21840
750
  msgid "No commitment for %s days - cancel anytime!"
751
- msgstr ""
752
 
753
  #: includes/class-freemius.php:21841
754
  msgid "No credit card required"
@@ -757,13 +673,11 @@ msgstr "Kreditní karta není vyžadována"
757
  #: includes/class-freemius.php21848, templates/forms/trial-start.php:53
758
  msgctxt "call to action"
759
  msgid "Start free trial"
760
- msgstr ""
761
 
762
  #: includes/class-freemius.php:21925
763
- msgid ""
764
- "Hey there, did you know that %s has an affiliate program? If you like the %s"
765
- " you can become our ambassador and earn some cash!"
766
- msgstr ""
767
 
768
  #: includes/class-freemius.php:21934
769
  msgid "Learn more"
@@ -793,9 +707,7 @@ msgid "Opt In"
793
  msgstr "Zúčastnit se"
794
 
795
  #: includes/class-freemius.php:22453
796
- msgid ""
797
- " The paid version of %1$s is already installed. Please activate it to start "
798
- "benefiting the %2$s features. %3$s"
799
  msgstr " Placená verze %1s je již nainstalována. Aktivujte jí, abyste mohli těžit z %2s funkcí. %3s"
800
 
801
  #: includes/class-freemius.php:22461
@@ -819,20 +731,18 @@ msgid "How to upload and activate?"
819
  msgstr "Jak nahrát a aktivovat?"
820
 
821
  #: includes/class-freemius.php:22618
822
- msgid ""
823
- "%sClick here%s to choose the sites where you'd like to activate the license "
824
- "on."
825
- msgstr ""
826
 
827
  #: includes/class-freemius.php:22779
828
  msgid "Auto installation only works for opted-in users."
829
- msgstr ""
830
 
831
  #: includes/class-freemius.php22789, includes/class-freemius.php22822,
832
  #: includes/class-fs-plugin-updater.php1212,
833
  #: includes/class-fs-plugin-updater.php:1226
834
  msgid "Invalid module ID."
835
- msgstr ""
836
 
837
  #: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
838
  msgid "Premium version already active."
@@ -840,17 +750,15 @@ msgstr "Prémiová verze je již aktivní."
840
 
841
  #: includes/class-freemius.php:22805
842
  msgid "You do not have a valid license to access the premium version."
843
- msgstr ""
844
 
845
  #: includes/class-freemius.php:22812
846
- msgid ""
847
- "Plugin is a \"Serviceware\" which means it does not have a premium code "
848
- "version."
849
- msgstr ""
850
 
851
  #: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
852
  msgid "Premium add-on version already installed."
853
- msgstr ""
854
 
855
  #: includes/class-freemius.php:23180
856
  msgid "View paid features"
@@ -858,27 +766,23 @@ msgstr "Zobrazit placené funkce"
858
 
859
  #: includes/class-freemius.php:23502
860
  msgid "Thank you so much for using %s and its add-ons!"
861
- msgstr ""
862
 
863
  #: includes/class-freemius.php:23503
864
  msgid "Thank you so much for using %s!"
865
- msgstr ""
866
 
867
  #: includes/class-freemius.php:23509
868
- msgid ""
869
- "You've already opted-in to our usage-tracking, which helps us keep improving"
870
- " the %s."
871
- msgstr ""
872
 
873
  #: includes/class-freemius.php:23513
874
  msgid "Thank you so much for using our products!"
875
- msgstr ""
876
 
877
  #: includes/class-freemius.php:23514
878
- msgid ""
879
- "You've already opted-in to our usage-tracking, which helps us keep improving"
880
- " them."
881
- msgstr ""
882
 
883
  #: includes/class-freemius.php:23533
884
  msgid "%s and its add-ons"
@@ -894,30 +798,23 @@ msgstr "Ano"
894
 
895
  #: includes/class-freemius.php23550, templates/connect.php:273
896
  msgid "send me security & feature updates, educational content and offers."
897
- msgstr ""
898
 
899
  #: includes/class-freemius.php23551, templates/connect.php:278
900
  msgid "No"
901
  msgstr "Ne"
902
 
903
  #: includes/class-freemius.php23553, templates/connect.php:280
904
- msgid ""
905
- "do %sNOT%s send me security & feature updates, educational content and "
906
- "offers."
907
- msgstr ""
908
 
909
  #: includes/class-freemius.php:23563
910
- msgid ""
911
- "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance "
912
- "requirements it is required that you provide your explicit consent, again, "
913
- "confirming that you are onboard :-)"
914
- msgstr ""
915
 
916
  #: includes/class-freemius.php23565, templates/connect.php:287
917
- msgid ""
918
- "Please let us know if you'd like us to contact you for security & feature "
919
- "updates, educational content, and occasional offers:"
920
- msgstr ""
921
 
922
  #: includes/class-freemius.php:23847
923
  msgid "License key is empty."
@@ -936,7 +833,7 @@ msgstr "Koupit licenci"
936
  #: includes/class-fs-plugin-updater.php321,
937
  #: includes/class-fs-plugin-updater.php:354
938
  msgid "There is a %s of %s available."
939
- msgstr ""
940
 
941
  #: includes/class-fs-plugin-updater.php323,
942
  #: includes/class-fs-plugin-updater.php:359
@@ -950,7 +847,7 @@ msgstr "nová verze"
950
 
951
  #: includes/class-fs-plugin-updater.php:383
952
  msgid "Important Upgrade Notice:"
953
- msgstr ""
954
 
955
  #: includes/class-fs-plugin-updater.php:1277
956
  msgid "Installing plugin: %s"
@@ -961,9 +858,7 @@ msgid "Unable to connect to the filesystem. Please confirm your credentials."
961
  msgstr "Nelze se připojit k systémovému souboru. Potvrďte prosím svá pověření."
962
 
963
  #: includes/class-fs-plugin-updater.php:1500
964
- msgid ""
965
- "The remote plugin package does not contain a folder with the desired slug "
966
- "and renaming did not work."
967
  msgstr "Balíček remote pluginů neobsahuje složku s žádoucím \"slug\" a přejmenování nefunguje."
968
 
969
  #: includes/fs-plugin-info-dialog.php:535
@@ -982,7 +877,7 @@ msgstr "Začít můj bezplatný %s"
982
 
983
  #: includes/fs-plugin-info-dialog.php:738
984
  msgid "Install Free Version Update Now"
985
- msgstr ""
986
 
987
  #: includes/fs-plugin-info-dialog.php739, templates/account.php:560
988
  msgid "Install Update Now"
@@ -1058,7 +953,7 @@ msgstr "Vaše hodnocení"
1058
  #: includes/fs-plugin-info-dialog.php:1000
1059
  msgctxt "Plugin installer section title"
1060
  msgid "Other Notes"
1061
- msgstr ""
1062
 
1063
  #: includes/fs-plugin-info-dialog.php:1015
1064
  msgctxt "Plugin installer section title"
@@ -1113,11 +1008,11 @@ msgstr "Jedenkrát"
1113
 
1114
  #: includes/fs-plugin-info-dialog.php:1159
1115
  msgid "Single Site License"
1116
- msgstr ""
1117
 
1118
  #: includes/fs-plugin-info-dialog.php:1161
1119
  msgid "Unlimited Licenses"
1120
- msgstr ""
1121
 
1122
  #: includes/fs-plugin-info-dialog.php:1163
1123
  msgid "Up to %s Sites"
@@ -1146,7 +1041,7 @@ msgstr "Uložit %s"
1146
 
1147
  #: includes/fs-plugin-info-dialog.php:1292
1148
  msgid "No commitment for %s - cancel anytime"
1149
- msgstr ""
1150
 
1151
  #: includes/fs-plugin-info-dialog.php:1295
1152
  msgid "After your free %s, pay as little as %s"
@@ -1240,7 +1135,7 @@ msgstr "%s hvězd"
1240
 
1241
  #: includes/fs-plugin-info-dialog.php:1434
1242
  msgid "Click to see reviews that provided a rating of %s"
1243
- msgstr ""
1244
 
1245
  #: includes/fs-plugin-info-dialog.php:1447
1246
  msgid "Contributors"
@@ -1252,15 +1147,12 @@ msgid "Warning"
1252
  msgstr "Varování"
1253
 
1254
  #: includes/fs-plugin-info-dialog.php:1476
1255
- msgid ""
1256
- "This plugin has not been tested with your current version of WordPress."
1257
- msgstr ""
1258
 
1259
  #: includes/fs-plugin-info-dialog.php:1478
1260
- msgid ""
1261
- "This plugin has not been marked as compatible with your version of "
1262
- "WordPress."
1263
- msgstr ""
1264
 
1265
  #: includes/fs-plugin-info-dialog.php:1497
1266
  msgid "Paid add-on must be deployed to Freemius."
@@ -1302,43 +1194,31 @@ msgstr "Ruším předplatné"
1302
  #. subscription'
1303
  #: templates/account.php95, templates/forms/subscription-cancellation.php99,
1304
  #: templates/account/partials/site.php:314
1305
- msgid ""
1306
- "%1$s will immediately stop all future recurring payments and your %2$s plan "
1307
- "license will expire in %3$s."
1308
  msgstr "%1s okamžitě zastaví všechny budoucí opakující se platby a licence k plánu %s vyprší za %s."
1309
 
1310
  #: templates/account.php96, templates/forms/subscription-cancellation.php100,
1311
  #: templates/account/partials/addon.php30,
1312
  #: templates/account/partials/site.php:315
1313
- msgid ""
1314
- "Please note that we will not be able to grandfather outdated pricing for "
1315
- "renewals/new subscriptions after a cancellation. If you choose to renew the "
1316
- "subscription manually in the future, after a price increase, which typically"
1317
- " occurs once a year, you will be charged the updated price."
1318
- msgstr ""
1319
 
1320
  #: templates/account.php97, templates/forms/subscription-cancellation.php106,
1321
  #: templates/account/partials/addon.php:31
1322
- msgid ""
1323
- "Cancelling the trial will immediately block access to all premium features. "
1324
- "Are you sure?"
1325
  msgstr "Zrušení zkušební verze okamžitě zablokuje přístup ke všem prémiovým funkcím. Opravdu chcete pokračovat?"
1326
 
1327
  #: templates/account.php98, templates/forms/subscription-cancellation.php101,
1328
  #: templates/account/partials/addon.php32,
1329
  #: templates/account/partials/site.php:316
1330
- msgid ""
1331
- "You can still enjoy all %s features but you will not have access to %s "
1332
- "security & feature updates, nor support."
1333
- msgstr ""
1334
 
1335
  #: templates/account.php99, templates/forms/subscription-cancellation.php102,
1336
  #: templates/account/partials/addon.php33,
1337
  #: templates/account/partials/site.php:317
1338
- msgid ""
1339
- "Once your license expires you can still use the Free version but you will "
1340
- "NOT have access to the %s features."
1341
- msgstr ""
1342
 
1343
  #. translators: %s: Plan title (e.g. "Professional")
1344
  #: templates/account.php101,
@@ -1399,7 +1279,7 @@ msgstr "Druh členství"
1399
 
1400
  #: templates/account.php:117
1401
  msgid "Bundle Plan"
1402
- msgstr ""
1403
 
1404
  #: templates/account.php:191
1405
  msgid "Free Trial"
@@ -1411,29 +1291,23 @@ msgstr "Detaily účtu"
1411
 
1412
  #: templates/account.php209, templates/forms/data-debug-mode.php:33
1413
  msgid "Start Debug"
1414
- msgstr ""
1415
 
1416
  #: templates/account.php:211
1417
  msgid "Stop Debug"
1418
- msgstr ""
1419
 
1420
  #: templates/account.php:218
1421
  msgid "Billing & Invoices"
1422
- msgstr ""
1423
 
1424
  #: templates/account.php:229
1425
- msgid ""
1426
- "Deleting the account will automatically deactivate your %s plan license so "
1427
- "you can use it on other sites. If you want to terminate the recurring "
1428
- "payments as well, click the \"Cancel\" button, and first \"Downgrade\" your "
1429
- "account. Are you sure you would like to continue with the deletion?"
1430
- msgstr ""
1431
 
1432
  #: templates/account.php:231
1433
- msgid ""
1434
- "Deletion is not temporary. Only delete if you no longer want to use this %s "
1435
- "anymore. Are you sure you would like to continue with the deletion?"
1436
- msgstr ""
1437
 
1438
  #: templates/account.php:234
1439
  msgid "Delete Account"
@@ -1513,7 +1387,7 @@ msgstr "Licenční klíč"
1513
 
1514
  #: templates/account.php:453
1515
  msgid "Join the Beta program"
1516
- msgstr ""
1517
 
1518
  #: templates/account.php:459
1519
  msgid "not verified"
@@ -1587,11 +1461,11 @@ msgstr "Skrýt"
1587
 
1588
  #: templates/account.php836, templates/forms/data-debug-mode.php:31
1589
  msgid "Processing"
1590
- msgstr ""
1591
 
1592
  #: templates/account.php:839
1593
  msgid "Get updates for bleeding edge Beta versions of %s."
1594
- msgstr ""
1595
 
1596
  #: templates/account.php:897
1597
  msgid "Cancelling %s"
@@ -1613,10 +1487,8 @@ msgid "subscription"
1613
  msgstr "předplatné"
1614
 
1615
  #: templates/account.php:929
1616
- msgid ""
1617
- "Deactivating your license will block all premium features, but will enable "
1618
- "activating the license on another site. Are you sure you want to proceed?"
1619
- msgstr ""
1620
 
1621
  #: templates/add-ons.php:38
1622
  msgid "View details"
@@ -1627,20 +1499,18 @@ msgid "Add Ons for %s"
1627
  msgstr "Rozšíření pro %s"
1628
 
1629
  #: templates/add-ons.php:58
1630
- msgid ""
1631
- "We couldn't load the add-ons list. It's probably an issue on our side, "
1632
- "please try to come back in few minutes."
1633
- msgstr ""
1634
 
1635
  #: templates/add-ons.php:229
1636
  msgctxt "active add-on"
1637
  msgid "Active"
1638
- msgstr ""
1639
 
1640
  #: templates/add-ons.php:230
1641
  msgctxt "installed add-on"
1642
  msgid "Installed"
1643
- msgstr ""
1644
 
1645
  #: templates/admin-notice.php13, templates/forms/license-activation.php207,
1646
  #: templates/forms/resend-key.php:77
@@ -1654,24 +1524,19 @@ msgstr "%s s"
1654
 
1655
  #: templates/auto-installation.php:83
1656
  msgid "Automatic Installation"
1657
- msgstr ""
1658
 
1659
  #: templates/auto-installation.php:93
1660
- msgid ""
1661
- "An automated download and installation of %s (paid version) from %s will "
1662
- "start in %s. If you would like to do it manually - click the cancellation "
1663
- "button now."
1664
- msgstr ""
1665
 
1666
  #: templates/auto-installation.php:104
1667
- msgid ""
1668
- "The installation process has started and may take a few minutes to complete."
1669
- " Please wait until it is done - do not refresh this page."
1670
  msgstr "Proces instalace byl zahájen a může trvat několik minut. Počkejte prosím na dokončení - neobnovujte tuto stránku."
1671
 
1672
  #: templates/auto-installation.php:109
1673
  msgid "Cancel Installation"
1674
- msgstr ""
1675
 
1676
  #: templates/checkout.php:180
1677
  msgid "Checkout"
@@ -1704,36 +1569,23 @@ msgid "Agree & Activate License"
1704
  msgstr "Aktivovat licenci"
1705
 
1706
  #: templates/connect.php:181
1707
- msgid ""
1708
- "Thanks for purchasing %s! To get started, please enter your license key:"
1709
  msgstr "Děkujeme za nákup %s! Pro aktivaci zadejte prosím svůj licenční klíč:"
1710
 
1711
  #: templates/connect.php:188
1712
- msgid ""
1713
- "Never miss an important update - opt in to our security & feature updates "
1714
- "notifications, educational content, offers, and non-sensitive diagnostic "
1715
- "tracking with %4$s."
1716
  msgstr "Nezmeškejte žádnou důležitou aktualizaci - dovolte nám sbírat anonymní a obecná diagnostická data s %4$s a nechte se upozornit na nové funkce, výukové materiály, nabídky a bezpečnostní aktualizace."
1717
 
1718
  #: templates/connect.php:189
1719
- msgid ""
1720
- "Never miss an important update - opt in to our security and feature updates "
1721
- "notifications, and non-sensitive diagnostic tracking with %4$s."
1722
  msgstr "Nezmeškejte žádnou důležitou aktualizaci - dovolte nám sbírat anonymní a obecná diagnostická data s %4$s a nechte se upozornit na nové funkce a bezpečnostní aktualizace."
1723
 
1724
  #: templates/connect.php:195
1725
- msgid ""
1726
- "Never miss an important update - opt in to our security & feature updates "
1727
- "notifications, educational content, offers, and non-sensitive diagnostic "
1728
- "tracking with %4$s. If you skip this, that's okay! %1$s will still work just"
1729
- " fine."
1730
  msgstr "Nezmeškejte žádnou důležitou aktualizaci - dovolte nám sbírat anonymní a obecná diagnostická data s %4$s a nechte se upozornit na nové funkce, výukové materiály, nabídky a bezpečnostní aktualizace. Pokud tohle přeskočíte tak se nic neděje. %1$s bude bez problémů dál fungovat."
1731
 
1732
  #: templates/connect.php:196
1733
- msgid ""
1734
- "Never miss an important update - opt in to our security & feature updates "
1735
- "notifications, and non-sensitive diagnostic tracking with %4$s. If you skip "
1736
- "this, that's okay! %1$s will still work just fine."
1737
  msgstr "Nezmeškejte žádnou důležitou aktualizaci - dovolte nám sbírat anonymní a obecná diagnostická data s %4$s a nechte se upozornit na nové funkce a bezpečnostní aktualizace. Pokud tohle přeskočíte tak se nic neděje. %1$s bude bez problémů dál fungovat."
1738
 
1739
  #: templates/connect.php:230
@@ -1741,32 +1593,24 @@ msgid "We're excited to introduce the Freemius network-level integration."
1741
  msgstr "Jsme rádi, že vám můžeme ukázat integraci Freemiusu i v rámci sítě webů."
1742
 
1743
  #: templates/connect.php:233
1744
- msgid ""
1745
- "During the update process we detected %d site(s) that are still pending "
1746
- "license activation."
1747
- msgstr ""
1748
 
1749
  #: templates/connect.php:235
1750
- msgid ""
1751
- "If you'd like to use the %s on those sites, please enter your license key "
1752
- "below and click the activation button."
1753
- msgstr ""
1754
 
1755
  #: templates/connect.php:237
1756
  msgid "%s's paid features"
1757
- msgstr ""
1758
 
1759
  #: templates/connect.php:242
1760
- msgid ""
1761
- "Alternatively, you can skip it for now and activate the license later, in "
1762
- "your %s's network-level Account page."
1763
- msgstr ""
1764
 
1765
  #: templates/connect.php:244
1766
- msgid ""
1767
- "During the update process we detected %s site(s) in the network that are "
1768
- "still pending your attention."
1769
- msgstr ""
1770
 
1771
  #: templates/connect.php253, templates/forms/data-debug-mode.php35,
1772
  #: templates/forms/license-activation.php:49
@@ -1785,13 +1629,11 @@ msgstr "Přeskočit"
1785
 
1786
  #: templates/connect.php:318
1787
  msgid "Delegate to Site Admins"
1788
- msgstr ""
1789
 
1790
  #: templates/connect.php:318
1791
- msgid ""
1792
- "If you click it, this decision will be delegated to the sites "
1793
- "administrators."
1794
- msgstr ""
1795
 
1796
  #: templates/connect.php:346
1797
  msgid "Your Profile Overview"
@@ -1830,9 +1672,7 @@ msgid "Newsletter"
1830
  msgstr "Newsletter"
1831
 
1832
  #: templates/connect.php391, templates/forms/license-activation.php:41
1833
- msgid ""
1834
- "The %1$s will be periodically sending data to %2$s to check for security and"
1835
- " feature updates, and verify the validity of your license."
1836
  msgstr "Pro ověření platnosti vaší licence a automatických aktualizací bude tento %1$s periodicky odesílat data do %2$s."
1837
 
1838
  #: templates/connect.php:396
@@ -1903,7 +1743,7 @@ msgstr "Opravdu chcete smazat veškerá Freemius data?"
1903
 
1904
  #: templates/debug.php:64
1905
  msgid "Delete All Accounts"
1906
- msgstr ""
1907
 
1908
  #: templates/debug.php:71
1909
  msgid "Clear API Cache"
@@ -1911,7 +1751,7 @@ msgstr "Vymazat paměť API"
1911
 
1912
  #: templates/debug.php:79
1913
  msgid "Clear Updates Transients"
1914
- msgstr ""
1915
 
1916
  #: templates/debug.php:86
1917
  msgid "Sync Data From Server"
@@ -1919,15 +1759,15 @@ msgstr "Synchronizovat data ze serveru"
1919
 
1920
  #: templates/debug.php:95
1921
  msgid "Migrate Options to Network"
1922
- msgstr ""
1923
 
1924
  #: templates/debug.php:100
1925
  msgid "Load DB Option"
1926
- msgstr ""
1927
 
1928
  #: templates/debug.php:103
1929
  msgid "Set DB Option"
1930
- msgstr ""
1931
 
1932
  #: templates/debug.php:182
1933
  msgid "Key"
@@ -1940,7 +1780,7 @@ msgstr "Hodnota"
1940
  #: templates/debug.php:199
1941
  msgctxt "as software development kit versions"
1942
  msgid "SDK Versions"
1943
- msgstr ""
1944
 
1945
  #: templates/debug.php:204
1946
  msgid "SDK Path"
@@ -1982,11 +1822,11 @@ msgstr "Stav Freemius"
1982
 
1983
  #: templates/debug.php:247
1984
  msgid "Network Blog"
1985
- msgstr ""
1986
 
1987
  #: templates/debug.php:248
1988
  msgid "Network User"
1989
- msgstr ""
1990
 
1991
  #: templates/debug.php:285
1992
  msgctxt "as connection was successful"
@@ -2000,11 +1840,11 @@ msgstr "Zablokováno"
2000
 
2001
  #: templates/debug.php:322
2002
  msgid "Simulate Trial Promotion"
2003
- msgstr ""
2004
 
2005
  #: templates/debug.php:334
2006
  msgid "Simulate Network Upgrade"
2007
- msgstr ""
2008
 
2009
  #: templates/debug.php:359
2010
  msgid "%s Installs"
@@ -2021,7 +1861,7 @@ msgstr "Blog ID"
2021
 
2022
  #: templates/debug.php:372
2023
  msgid "License ID"
2024
- msgstr ""
2025
 
2026
  #: templates/debug.php436, templates/debug.php535,
2027
  #: templates/account/partials/addon.php:435
@@ -2031,7 +1871,7 @@ msgstr "Smazat"
2031
 
2032
  #: templates/debug.php:450
2033
  msgid "Add Ons of module %s"
2034
- msgstr ""
2035
 
2036
  #: templates/debug.php:502
2037
  msgid "Users"
@@ -2055,7 +1895,7 @@ msgstr "ID členství"
2055
 
2056
  #: templates/debug.php:559
2057
  msgid "Quota"
2058
- msgstr ""
2059
 
2060
  #: templates/debug.php:560
2061
  msgid "Activated"
@@ -2080,7 +1920,7 @@ msgstr "Všechny typy"
2080
 
2081
  #: templates/debug.php:601
2082
  msgid "All Requests"
2083
- msgstr ""
2084
 
2085
  #: templates/debug.php606, templates/debug.php635,
2086
  #: templates/debug/logger.php:25
@@ -2094,7 +1934,7 @@ msgstr "Funkce"
2094
 
2095
  #: templates/debug.php:608
2096
  msgid "Process ID"
2097
- msgstr ""
2098
 
2099
  #: templates/debug.php:609
2100
  msgid "Logger"
@@ -2159,12 +1999,12 @@ msgstr "Jméno firmy"
2159
 
2160
  #: templates/account/billing.php39, templates/account/billing.php:39
2161
  msgid "Tax / VAT ID"
2162
- msgstr ""
2163
 
2164
  #: templates/account/billing.php42, templates/account/billing.php42,
2165
  #: templates/account/billing.php43, templates/account/billing.php:43
2166
  msgid "Address Line %d"
2167
- msgstr ""
2168
 
2169
  #: templates/account/billing.php46, templates/account/billing.php:46
2170
  msgid "City"
@@ -2296,7 +2136,7 @@ msgstr "Typ modulu"
2296
 
2297
  #: templates/debug/scheduled-crons.php:83
2298
  msgid "Cron Type"
2299
- msgstr ""
2300
 
2301
  #: templates/debug/scheduled-crons.php:85
2302
  msgid "Next"
@@ -2304,54 +2144,43 @@ msgstr "Následující"
2304
 
2305
  #: templates/forms/affiliation.php:82
2306
  msgid "Non-expiring"
2307
- msgstr ""
2308
 
2309
  #: templates/forms/affiliation.php:85
2310
  msgid "Apply to become an affiliate"
2311
- msgstr ""
2312
 
2313
  #: templates/forms/affiliation.php:104
2314
- msgid ""
2315
- "Your affiliate application for %s has been accepted! Log in to your "
2316
- "affiliate area at: %s."
2317
- msgstr ""
2318
 
2319
  #: templates/forms/affiliation.php:119
2320
- msgid ""
2321
- "Thank you for applying for our affiliate program, we'll review your details "
2322
- "during the next 14 days and will get back to you with further information."
2323
- msgstr ""
2324
 
2325
  #: templates/forms/affiliation.php:122
2326
  msgid "Your affiliation account was temporarily suspended."
2327
- msgstr ""
2328
 
2329
  #: templates/forms/affiliation.php:125
2330
- msgid ""
2331
- "Thank you for applying for our affiliate program, unfortunately, we've "
2332
- "decided at this point to reject your application. Please try again in 30 "
2333
- "days."
2334
- msgstr ""
2335
 
2336
  #: templates/forms/affiliation.php:128
2337
- msgid ""
2338
- "Due to violation of our affiliation terms, we decided to temporarily block "
2339
- "your affiliation account. If you have any questions, please contact support."
2340
- msgstr ""
2341
 
2342
  #: templates/forms/affiliation.php:141
2343
  msgid "Like the %s? Become our ambassador and earn cash ;-)"
2344
- msgstr ""
2345
 
2346
  #: templates/forms/affiliation.php:142
2347
- msgid ""
2348
- "Refer new customers to our %s and earn %s commission on each successful sale"
2349
- " you refer!"
2350
- msgstr ""
2351
 
2352
  #: templates/forms/affiliation.php:145
2353
  msgid "Program Summary"
2354
- msgstr ""
2355
 
2356
  #: templates/forms/affiliation.php:147
2357
  msgid "%s commission when a customer purchases a new license."
@@ -2359,16 +2188,15 @@ msgstr "%s provizi, když zákazník zakoupí novou licenci."
2359
 
2360
  #: templates/forms/affiliation.php:149
2361
  msgid "Get commission for automated subscription renewals."
2362
- msgstr ""
2363
 
2364
  #: templates/forms/affiliation.php:152
2365
- msgid ""
2366
- "%s tracking cookie after the first visit to maximize earnings potential."
2367
- msgstr ""
2368
 
2369
  #: templates/forms/affiliation.php:155
2370
  msgid "Unlimited commissions."
2371
- msgstr ""
2372
 
2373
  #: templates/forms/affiliation.php:157
2374
  msgid "%s minimum payout amount."
@@ -2376,13 +2204,11 @@ msgstr "%s minimální částka výplaty."
2376
 
2377
  #: templates/forms/affiliation.php:158
2378
  msgid "Payouts are in USD and processed monthly via PayPal."
2379
- msgstr ""
2380
 
2381
  #: templates/forms/affiliation.php:159
2382
- msgid ""
2383
- "As we reserve 30 days for potential refunds, we only pay commissions that "
2384
- "are older than 30 days."
2385
- msgstr ""
2386
 
2387
  #: templates/forms/affiliation.php:162
2388
  msgid "Affiliate"
@@ -2402,17 +2228,15 @@ msgstr "E-mailová adresa účtu PayPal"
2402
 
2403
  #: templates/forms/affiliation.php:177
2404
  msgid "Where are you going to promote the %s?"
2405
- msgstr ""
2406
 
2407
  #: templates/forms/affiliation.php:179
2408
- msgid ""
2409
- "Enter the domain of your website or other websites from where you plan to "
2410
- "promote the %s."
2411
- msgstr ""
2412
 
2413
  #: templates/forms/affiliation.php:181
2414
  msgid "Add another domain"
2415
- msgstr ""
2416
 
2417
  #: templates/forms/affiliation.php:185
2418
  msgid "Extra Domains"
@@ -2420,40 +2244,35 @@ msgstr "Další domény"
2420
 
2421
  #: templates/forms/affiliation.php:186
2422
  msgid "Extra domains where you will be marketing the product from."
2423
- msgstr ""
2424
 
2425
  #: templates/forms/affiliation.php:196
2426
  msgid "Promotion methods"
2427
- msgstr ""
2428
 
2429
  #: templates/forms/affiliation.php:199
2430
  msgid "Social media (Facebook, Twitter, etc.)"
2431
- msgstr ""
2432
 
2433
  #: templates/forms/affiliation.php:203
2434
  msgid "Mobile apps"
2435
- msgstr ""
2436
 
2437
  #: templates/forms/affiliation.php:207
2438
  msgid "Website, email, and social media statistics (optional)"
2439
  msgstr "Statistika o webová stránc, emaiul a sociálních médiích"
2440
 
2441
  #: templates/forms/affiliation.php:210
2442
- msgid ""
2443
- "Please feel free to provide any relevant website or social media statistics,"
2444
- " e.g. monthly unique site visits, number of email subscribers, followers, "
2445
- "etc. (we will keep this information confidential)."
2446
- msgstr ""
2447
 
2448
  #: templates/forms/affiliation.php:214
2449
  msgid "How will you promote us?"
2450
  msgstr "Jakým způsobem budete mé produkty propagovat?"
2451
 
2452
  #: templates/forms/affiliation.php:217
2453
- msgid ""
2454
- "Please provide details on how you intend to promote %s (please be as "
2455
- "specific as possible)."
2456
- msgstr ""
2457
 
2458
  #: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
2459
  msgid "Cancel"
@@ -2465,28 +2284,23 @@ msgstr "Staňte se naším afiliátem"
2465
 
2466
  #: templates/forms/data-debug-mode.php:25
2467
  msgid "Please enter the license key to enable the debug mode:"
2468
- msgstr ""
2469
 
2470
  #: templates/forms/data-debug-mode.php:27
2471
- msgid ""
2472
- "To enter the debug mode, please enter the secret key of the license owner "
2473
- "(UserID = %d), which you can find in your \"My Profile\" section of your "
2474
- "User Dashboard:"
2475
- msgstr ""
2476
 
2477
  #: templates/forms/data-debug-mode.php:32
2478
  msgid "Submit"
2479
- msgstr ""
2480
 
2481
  #: templates/forms/data-debug-mode.php:36
2482
  msgid "User key"
2483
- msgstr ""
2484
 
2485
  #: templates/forms/license-activation.php:23
2486
- msgid ""
2487
- "Please enter the license key that you received in the email right after the "
2488
- "purchase:"
2489
- msgstr ""
2490
 
2491
  #: templates/forms/license-activation.php:28
2492
  msgid "Update License"
@@ -2503,17 +2317,12 @@ msgid "Opt In"
2503
  msgstr "Zúčastnit se"
2504
 
2505
  #: templates/forms/optout.php:33
2506
- msgid ""
2507
- "Usage tracking is done in the name of making %s better. Making a better user"
2508
- " experience, prioritizing new features, and more good things. We'd really "
2509
- "appreciate if you'll reconsider letting us continue with the tracking."
2510
- msgstr ""
2511
 
2512
  #: templates/forms/optout.php:35
2513
- msgid ""
2514
- "By clicking \"Opt Out\", we will no longer be sending any data from %s to "
2515
- "%s."
2516
- msgstr ""
2517
 
2518
  #: templates/forms/premium-versions-upgrade-handler.php:40
2519
  msgid "There is a new version of %s available."
@@ -2537,48 +2346,36 @@ msgid "Send License Key"
2537
  msgstr "Odeslat licenční klíč"
2538
 
2539
  #: templates/forms/resend-key.php:57
2540
- msgid ""
2541
- "Enter the email address you've used for the upgrade below and we will resend"
2542
- " you the license key."
2543
  msgstr "Níže zadejte emailovou adresu, kterou jste použili pro koupi pluginu a my vám znovu odešleme váš licenční klíč."
2544
 
2545
  #: templates/forms/subscription-cancellation.php:37
2546
- msgid ""
2547
- "Deactivating or uninstalling the %s will automatically disable the license, "
2548
- "which you'll be able to use on another site."
2549
- msgstr ""
2550
 
2551
  #: templates/forms/subscription-cancellation.php:47
2552
- msgid ""
2553
- "In case you are NOT planning on using this %s on this site (or any other "
2554
- "site) - would you like to cancel the %s as well?"
2555
- msgstr ""
2556
 
2557
  #: templates/forms/subscription-cancellation.php:52
2558
  msgid "license"
2559
  msgstr "licence"
2560
 
2561
  #: templates/forms/subscription-cancellation.php:57
2562
- msgid ""
2563
- "Cancel %s - I no longer need any security & feature updates, nor support for"
2564
- " %s because I'm not planning to use the %s on this, or any other site."
2565
- msgstr ""
2566
 
2567
  #: templates/forms/subscription-cancellation.php:68
2568
- msgid ""
2569
- "Don't cancel %s - I'm still interested in getting security & feature "
2570
- "updates, as well as be able to contact support."
2571
- msgstr ""
2572
 
2573
  #: templates/forms/subscription-cancellation.php:103
2574
- msgid ""
2575
- "Once your license expires you will no longer be able to use the %s, unless "
2576
- "you activate it again with a valid premium license."
2577
- msgstr ""
2578
 
2579
  #: templates/forms/subscription-cancellation.php:136
2580
  msgid "Cancel %s?"
2581
- msgstr ""
2582
 
2583
  #: templates/forms/subscription-cancellation.php:143
2584
  msgid "Proceed"
@@ -2590,17 +2387,11 @@ msgid "Cancel %s & Proceed"
2590
  msgstr "Zrušit %s &gt; pokračovat"
2591
 
2592
  #: templates/forms/trial-start.php:22
2593
- msgid ""
2594
- "You are 1-click away from starting your %1$s-day free trial of the %2$s "
2595
- "plan."
2596
- msgstr ""
2597
 
2598
  #: templates/forms/trial-start.php:28
2599
- msgid ""
2600
- "For compliance with the WordPress.org guidelines, before we start the trial "
2601
- "we ask that you opt in with your user and non-sensitive site information, "
2602
- "allowing the %s to periodically send data to %s to check for version updates"
2603
- " and to validate your trial."
2604
  msgstr "Aby bylo vyhověno WordPress.org pokynům, před zahájením zkušebního období vás žádáme, abyste se rozhodli pro uživatele a necitlivé informace o webu, aby %s umožňoval periodicky odesílat data do %s za účelem kontroly aktualizací verzí a ověření zkušební verze."
2605
 
2606
  #: templates/js/style-premium-theme.php:39
@@ -2609,23 +2400,23 @@ msgstr "Prémium"
2609
 
2610
  #: templates/js/style-premium-theme.php:42
2611
  msgid "Beta"
2612
- msgstr ""
2613
 
2614
  #: templates/partials/network-activation.php:27
2615
  msgid "Activate license on all sites in the network."
2616
- msgstr ""
2617
 
2618
  #: templates/partials/network-activation.php:28
2619
  msgid "Apply on all sites in the network."
2620
- msgstr ""
2621
 
2622
  #: templates/partials/network-activation.php:31
2623
  msgid "Activate license on all pending sites."
2624
- msgstr ""
2625
 
2626
  #: templates/partials/network-activation.php:32
2627
  msgid "Apply on all pending sites."
2628
- msgstr ""
2629
 
2630
  #: templates/partials/network-activation.php40,
2631
  #: templates/partials/network-activation.php:74
@@ -2667,9 +2458,7 @@ msgstr "Poslední licence"
2667
  #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
2668
  #. subscription'
2669
  #: templates/account/partials/addon.php:29
2670
- msgid ""
2671
- "%1$s will immediately stop all future recurring payments and your %s plan "
2672
- "license will expire in %s."
2673
  msgstr "%1$s okamžitě zastaví všechny budoucí opakující se platby a licence k plánu %s vyprší za %s."
2674
 
2675
  #: templates/account/partials/addon.php:185
@@ -2697,8 +2486,7 @@ msgid "Subscription"
2697
  msgstr "Předplatné"
2698
 
2699
  #: templates/forms/deactivation/contact.php:19
2700
- msgid ""
2701
- "Sorry for the inconvenience and we are here to help if you give us a chance."
2702
  msgstr "Omlouváme se za způsobené nepříjemnosti, ale když se nám dáte šanci, tak se vám ze všech sil pokusíme pomoci."
2703
 
2704
  #: templates/forms/deactivation/contact.php:22
@@ -2754,7 +2542,5 @@ msgid "Click here to use the plugin anonymously"
2754
  msgstr "Klikněte zde pro anonymní používání tohoto pluginu"
2755
 
2756
  #: templates/forms/deactivation/retry-skip.php:23
2757
- msgid ""
2758
- "You might have missed it, but you don't have to share any data and can just "
2759
- "%s the opt-in."
2760
- msgstr ""
9
  "POT-Creation-Date: \n"
10
  "PO-Revision-Date: 2019-10-07 15:33+0000\n"
11
  "Last-Translator: Vova Feldman <vova@freemius.com>\n"
12
+ "Language: cs_CZ\n"
13
  "Language-Team: Czech (Czech Republic) (http://www.transifex.com/freemius/wordpress-sdk/language/cs_CZ/)\n"
 
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
 
16
  "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
17
+ "MIME-Version: 1.0\n"
18
  "X-Poedit-Basepath: ..\n"
19
  "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"
20
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
23
 
24
  #: includes/class-freemius.php1880, templates/account.php:840
25
+ 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."
 
 
 
26
  msgstr "Aktualizováním na Beta verzi nahradíte nainstalovanou verzi %s nejnovějším vydáním Beta verze - používejte s opatrností a ne na produkčních webech. Varovali jsme vás."
27
 
28
  #: includes/class-freemius.php:1887
30
  msgstr "Chcete pokračovat v aktualizaci?"
31
 
32
  #: includes/class-freemius.php:2095
33
+ msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
 
 
34
  msgstr "Freemius SDK nemohlo najít hlavní soubor pluginu. S aktuální chybou se obraťte se na sdk@freemius.com."
35
 
36
  #: includes/class-freemius.php:2097
138
  msgstr "Nevím, co je cURL nebo jak jej nainstalovat, pomozte mi!"
139
 
140
  #: includes/class-freemius.php:4225
141
+ 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."
 
 
142
  msgstr "Zkontaktujeme vaší hostingovou společnost a zkusíme vyřešit tento problém. Na %s dostanete upozornění, jakmile budeme vědět něco nového."
143
 
144
  #: includes/class-freemius.php:4232
145
+ 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."
 
 
 
 
 
146
  msgstr "Výborně, nainstalujte prosím cURL a povolte ji v souboru php.ini. Dále vyhledejte v souboru php.ini direktivu 'disable_functions ' a odeberte všechny zakázané metody začínající na \"curl_\". Chcete-li se ujistit, že byla úspěšně aktivována, použijte 'phpinfo() '. Jakmile je aktivován, deaktivujte %s a znovu jej aktivujte."
147
 
148
  #: includes/class-freemius.php:4337
166
  msgstr "Jejda"
167
 
168
  #: includes/class-freemius.php:4456
169
+ 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."
170
+ msgstr "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."
 
 
 
171
 
172
  #: includes/class-freemius.php:4878
173
  msgctxt "addonX cannot run without pluginY"
181
 
182
  #: includes/class-freemius.php5052, includes/class-freemius.php5077,
183
  #: includes/class-freemius.php:20122
184
+ msgid "Unexpected API error. Please contact the %s's author with the following error."
185
+ msgstr "Unexpected API error. Please contact the %s's author with the following error."
 
 
186
 
187
  #: includes/class-freemius.php:5720
188
  msgid "Premium %s version was successfully activated."
189
+ msgstr "Premium %s version was successfully activated."
190
 
191
  #: includes/class-freemius.php5732, includes/class-freemius.php:7599
192
  msgctxt ""
 
 
193
  msgid "W00t"
194
+ msgstr "W00t"
195
 
196
  #: includes/class-freemius.php:5747
197
  msgid "You have a %s license."
203
  #: includes/class-freemius.php:19876
204
  msgctxt "interjection expressing joy or exuberance"
205
  msgid "Yee-haw"
206
+ msgstr "Yee-haw"
207
 
208
  #: includes/class-freemius.php:6015
209
+ 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."
 
 
 
210
  msgstr "%s bezplatná zkušební verze byla úspěšně zrušena. Jelikož toto rozšíření nenabízí bezplatnou verzi, bylo automaticky deaktivováno. Chcete-li jej v budoucnu používat, budete si muset zakoupit licenci."
211
 
212
  #: includes/class-freemius.php:6019
213
+ msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
 
 
214
  msgstr "%s je pouze prémiové rozšíření. Před aktivací pluginu si musíte nejprve zakoupit licenci."
215
 
216
  #: includes/class-freemius.php6028, templates/add-ons.php186,
223
  msgstr "Koupit licenci"
224
 
225
  #: includes/class-freemius.php6964, templates/connect.php:163
226
+ 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."
 
 
227
  msgstr "Aktivační email od %s by měl dorazit do vašeho mailboxu (%s). Ujistěte se, že v emailu kliknete na tlačítko aktivovat, abyste %s."
228
 
229
  #: includes/class-freemius.php:6968
274
  msgstr "Šablona"
275
 
276
  #: includes/class-freemius.php:12596
277
+ msgid "An unknown error has occurred while trying to set the user's beta mode."
 
278
  msgstr "Během nastavování uživatelského beta módu došlo k neočekávané chybě."
279
 
280
  #: includes/class-freemius.php:13020
281
  msgid "Invalid site details collection."
282
+ msgstr "Invalid site details collection."
283
 
284
  #: includes/class-freemius.php:13140
285
+ msgid "We couldn't find your email address in the system, are you sure it's the right address?"
 
 
286
  msgstr "Nemohli jsme najít vaši e-mailovou adresu v systému, jste si jisti, že je to správná adresa?"
287
 
288
  #: includes/class-freemius.php:13142
289
+ msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
290
+ msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
 
 
291
 
292
  #: includes/class-freemius.php:13416
293
  msgid "Account is pending activation."
347
 
348
  #: includes/class-freemius.php17256, includes/class-freemius.php:17258
349
  msgid "Affiliation"
350
+ msgstr "Affiliation"
351
 
352
  #: includes/class-freemius.php17286, includes/class-freemius.php17288,
353
  #: templates/account.php183, templates/debug.php:326
387
 
388
  #: includes/class-freemius.php:18536
389
  msgid "Your email has been successfully verified - you are AWESOME!"
390
+ msgstr "Your email has been successfully verified - you are AWESOME!"
391
 
392
  #: includes/class-freemius.php:18537
393
  msgctxt "a positive response"
394
  msgid "Right on"
395
+ msgstr "Right on"
396
 
397
  #: includes/class-freemius.php:19041
398
  msgid "seems like the key you entered doesn't match our records."
399
+ msgstr "seems like the key you entered doesn't match our records."
400
 
401
  #: includes/class-freemius.php:19065
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 "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."
 
 
404
 
405
  #: includes/class-freemius.php:19283
406
  msgid "Your %s Add-on plan was successfully upgraded."
407
+ msgstr "Your %s Add-on plan was successfully upgraded."
408
 
409
  #: includes/class-freemius.php:19285
410
  msgid "%s Add-on was successfully purchased."
415
  msgstr "Stáhnout nejnovější verzi"
416
 
417
  #: includes/class-freemius.php:19374
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 "Váš server blokuje přístup k Freemium API, což je zásadní pro synchronizaci %1s. Obraťte se na svého poskytovatele , aby přidal do svého whitelistu %2s"
420
 
421
  #: includes/class-freemius.php19380, includes/class-freemius.php19390,
424
  msgstr "Chyba přijatá ze serveru:"
425
 
426
  #: includes/class-freemius.php:19390
427
+ msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
428
+ msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
 
 
429
 
430
  #: includes/class-freemius.php19604, includes/class-freemius.php19840,
431
  #: includes/class-freemius.php19895, includes/class-freemius.php:19998
432
  msgctxt ""
 
 
433
  msgid "Hmm"
434
  msgstr "Hmm"
435
 
436
  #: includes/class-freemius.php:19617
437
+ 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."
438
+ msgstr "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."
 
 
439
 
440
  #: includes/class-freemius.php19618, templates/account.php113,
441
  #: templates/add-ons.php250, templates/account/partials/addon.php:46
444
  msgstr "Trial"
445
 
446
  #: includes/class-freemius.php:19623
447
+ msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
448
+ msgstr "I have upgraded my account but when I try to Sync the License, the plan remains %s."
 
 
449
 
450
  #: includes/class-freemius.php19627, includes/class-freemius.php:19686
451
  msgid "Please contact us here"
464
  msgstr "Váše předplatné bylo úspěšně změněn na %s."
465
 
466
  #: includes/class-freemius.php:19672
467
+ msgid "Your license has expired. You can still continue using the free %s forever."
 
468
  msgstr "Vaše licence vypršela. Stále však můžete free verzi %s bez omezení."
469
 
470
  #: includes/class-freemius.php:19674
471
+ msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
 
 
472
  msgstr "Vaše licence vypršela. %1$sObnovte předplatné%2$s, abyste mohli mohli %3$s používat bez omezení."
473
 
474
  #: includes/class-freemius.php:19682
475
+ msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
 
 
476
  msgstr "Vaše licence byla zrušena. Pokud si myslíte, že je to chyba, obraťte se na naší podporu."
477
 
478
  #: includes/class-freemius.php:19695
479
+ 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."
 
 
 
480
  msgstr "Vaše licence vypršela. Stále však můžete používat všechny funkce verze %s, ale pro získání technické podpory a nejnovějších aktualizací budete muset obnovit svou licenci."
481
 
482
  #: includes/class-freemius.php:19721
483
+ msgid "Your free trial has expired. You can still continue using all our free features."
484
+ msgstr "Your free trial has expired. You can still continue using all our free features."
 
 
485
 
486
  #: includes/class-freemius.php:19723
487
+ msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
488
+ msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
 
 
489
 
490
  #: includes/class-freemius.php:19831
491
  msgid "It looks like the license could not be activated."
497
 
498
  #: includes/class-freemius.php:19899
499
  msgid "It looks like your site currently doesn't have an active license."
500
+ msgstr "It looks like your site currently doesn't have an active license."
501
 
502
  #: includes/class-freemius.php:19923
503
  msgid "It looks like the license deactivation failed."
504
  msgstr "Deaktivace licence pravděpodobně selhala."
505
 
506
  #: includes/class-freemius.php:19951
507
+ msgid "Your license was successfully deactivated, you are back to the %s plan."
 
508
  msgstr "Vaše licence byla úspěšně deaktivována, jste zpět na plánu %s."
509
 
510
  #: includes/class-freemius.php:19952
512
  msgstr "OK"
513
 
514
  #: includes/class-freemius.php:20005
515
+ msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
516
+ msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
 
 
517
 
518
  #: includes/class-freemius.php:20014
519
+ msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
 
 
520
  msgstr "Vaše předplatné bylo úspěšně zrušeno. Platnost licence %s vyprší za %s."
521
 
522
  #: includes/class-freemius.php:20056
523
  msgid "You are already running the %s in a trial mode."
524
+ msgstr "You are already running the %s in a trial mode."
525
 
526
  #: includes/class-freemius.php:20067
527
  msgid "You already utilized a trial before."
537
 
538
  #: includes/class-freemius.php:20103
539
  msgid "None of the %s's plans supports a trial period."
540
+ msgstr "None of the %s's plans supports a trial period."
541
 
542
  #: includes/class-freemius.php:20153
543
+ msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
 
 
544
  msgstr "Zkuušební režim už vám skončil, takže už není co rušit :)"
545
 
546
  #: includes/class-freemius.php:20189
547
+ msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
 
 
548
  msgstr "Omlouváme se, ale měli jsme nějaký dočasný problém se zrušením vaší zkušební licence. Zkuste to znovu za několik minut."
549
 
550
  #: includes/class-freemius.php:20208
551
  msgid "Your %s free trial was successfully cancelled."
552
+ msgstr "Your %s free trial was successfully cancelled."
553
 
554
  #: includes/class-freemius.php:20524
555
  msgid "Version %s was released."
573
 
574
  #: includes/class-freemius.php:20542
575
  msgid "You are all good!"
576
+ msgstr "You are all good!"
577
 
578
  #: includes/class-freemius.php:20812
579
+ msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
 
 
580
  msgstr "Ověřovací zpráva byla právě odeslána na email %s. Pokud ji nenajdete do 5 min, zkontrolujte prosím složku pro spam."
581
 
582
  #: includes/class-freemius.php:20951
583
  msgid "Site successfully opted in."
584
+ msgstr "Site successfully opted in."
585
 
586
  #: includes/class-freemius.php20952, includes/class-freemius.php:21792
587
  msgid "Awesome"
588
  msgstr "Úžasný"
589
 
590
  #: includes/class-freemius.php20968, templates/forms/optout.php:32
591
+ msgid "We appreciate your help in making the %s better by letting us track some usage data."
 
 
592
  msgstr "Vážíme si vaší pomoci při zlepšování %s tím, že nám umožníte sledovat některá data o jeho používání."
593
 
594
  #: includes/class-freemius.php:20969
600
  msgstr "Nebudeme již posílat žádná data o používání %s na %s do %s."
601
 
602
  #: includes/class-freemius.php:21105
603
+ 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."
 
 
 
 
604
  msgstr "Zkontrolujte si prosím emailovou schránku, měli byste obdržet zprávu od %s pro potvrzení změny vlastnictví. Z bezpečnostních důvodů je nutné potvrdit tuto změnu během následujících 15 minut. Pokud email nemůžete najít, zkontrolujte složku se spamem."
605
 
606
  #: includes/class-freemius.php:21111
607
+ msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
 
 
608
  msgstr "Děkujeme za potvrzení změny vlastnictví. Email byl právě odeslán na adresu %s, ke konečnému schválení."
609
 
610
  #: includes/class-freemius.php:21116
617
  msgstr "Gratulujeme"
618
 
619
  #: includes/class-freemius.php:21138
620
+ msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
 
 
621
  msgstr "Omlouváme se, ale aktualizaci emailu jsem nemohli dokončit. Uživatel s vámi zadaným emailem už je registrován."
622
 
623
  #: includes/class-freemius.php:21139
624
+ msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
625
+ msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
 
 
626
 
627
  #: includes/class-freemius.php:21146
628
  msgid "Change Ownership"
629
  msgstr "Změnit vlastnictví"
630
 
631
  #: includes/class-freemius.php:21154
632
+ msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
633
+ msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
 
 
634
 
635
  #: includes/class-freemius.php:21166
636
  msgid "Please provide your full name."
645
  msgstr "Úspěšně jste aktualizovali %s."
646
 
647
  #: includes/class-freemius.php:21372
648
+ msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
649
+ msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
 
 
650
 
651
  #: includes/class-freemius.php:21373
652
  msgctxt "advance notice of something that will need attention."
653
  msgid "Heads up"
654
+ msgstr "Heads up"
655
 
656
  #: includes/class-freemius.php:21832
657
  msgctxt "exclamation"
659
  msgstr "Dobrý den"
660
 
661
  #: includes/class-freemius.php:21832
662
+ msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
 
 
663
  msgstr "Jak se vám líbí %s? Otestujte všechny naše %s nadstandardní funkce s %d-denní zkušební verze zdarma."
664
 
665
  #: includes/class-freemius.php:21840
666
  msgid "No commitment for %s days - cancel anytime!"
667
+ msgstr "No commitment for %s days - cancel anytime!"
668
 
669
  #: includes/class-freemius.php:21841
670
  msgid "No credit card required"
673
  #: includes/class-freemius.php21848, templates/forms/trial-start.php:53
674
  msgctxt "call to action"
675
  msgid "Start free trial"
676
+ msgstr "Start free trial"
677
 
678
  #: includes/class-freemius.php:21925
679
+ 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!"
680
+ msgstr "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!"
 
 
681
 
682
  #: includes/class-freemius.php:21934
683
  msgid "Learn more"
707
  msgstr "Zúčastnit se"
708
 
709
  #: includes/class-freemius.php:22453
710
+ msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
 
 
711
  msgstr " Placená verze %1s je již nainstalována. Aktivujte jí, abyste mohli těžit z %2s funkcí. %3s"
712
 
713
  #: includes/class-freemius.php:22461
731
  msgstr "Jak nahrát a aktivovat?"
732
 
733
  #: includes/class-freemius.php:22618
734
+ msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
735
+ msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
 
 
736
 
737
  #: includes/class-freemius.php:22779
738
  msgid "Auto installation only works for opted-in users."
739
+ msgstr "Auto installation only works for opted-in users."
740
 
741
  #: includes/class-freemius.php22789, includes/class-freemius.php22822,
742
  #: includes/class-fs-plugin-updater.php1212,
743
  #: includes/class-fs-plugin-updater.php:1226
744
  msgid "Invalid module ID."
745
+ msgstr "Invalid module ID."
746
 
747
  #: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
748
  msgid "Premium version already active."
750
 
751
  #: includes/class-freemius.php:22805
752
  msgid "You do not have a valid license to access the premium version."
753
+ msgstr "You do not have a valid license to access the premium version."
754
 
755
  #: includes/class-freemius.php:22812
756
+ msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
757
+ msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
 
 
758
 
759
  #: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
760
  msgid "Premium add-on version already installed."
761
+ msgstr "Premium add-on version already installed."
762
 
763
  #: includes/class-freemius.php:23180
764
  msgid "View paid features"
766
 
767
  #: includes/class-freemius.php:23502
768
  msgid "Thank you so much for using %s and its add-ons!"
769
+ msgstr "Thank you so much for using %s and its add-ons!"
770
 
771
  #: includes/class-freemius.php:23503
772
  msgid "Thank you so much for using %s!"
773
+ msgstr "Thank you so much for using %s!"
774
 
775
  #: includes/class-freemius.php:23509
776
+ msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
777
+ msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
 
 
778
 
779
  #: includes/class-freemius.php:23513
780
  msgid "Thank you so much for using our products!"
781
+ msgstr "Thank you so much for using our products!"
782
 
783
  #: includes/class-freemius.php:23514
784
+ msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
785
+ msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
 
 
786
 
787
  #: includes/class-freemius.php:23533
788
  msgid "%s and its add-ons"
798
 
799
  #: includes/class-freemius.php23550, templates/connect.php:273
800
  msgid "send me security & feature updates, educational content and offers."
801
+ msgstr "send me security & feature updates, educational content and offers."
802
 
803
  #: includes/class-freemius.php23551, templates/connect.php:278
804
  msgid "No"
805
  msgstr "Ne"
806
 
807
  #: includes/class-freemius.php23553, templates/connect.php:280
808
+ msgid "do %sNOT%s send me security & feature updates, educational content and offers."
809
+ msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
 
 
810
 
811
  #: includes/class-freemius.php:23563
812
+ 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 :-)"
813
+ msgstr "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 :-)"
 
 
 
814
 
815
  #: includes/class-freemius.php23565, templates/connect.php:287
816
+ msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
817
+ msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
 
 
818
 
819
  #: includes/class-freemius.php:23847
820
  msgid "License key is empty."
833
  #: includes/class-fs-plugin-updater.php321,
834
  #: includes/class-fs-plugin-updater.php:354
835
  msgid "There is a %s of %s available."
836
+ msgstr "There is a %s of %s available."
837
 
838
  #: includes/class-fs-plugin-updater.php323,
839
  #: includes/class-fs-plugin-updater.php:359
847
 
848
  #: includes/class-fs-plugin-updater.php:383
849
  msgid "Important Upgrade Notice:"
850
+ msgstr "Important Upgrade Notice:"
851
 
852
  #: includes/class-fs-plugin-updater.php:1277
853
  msgid "Installing plugin: %s"
858
  msgstr "Nelze se připojit k systémovému souboru. Potvrďte prosím svá pověření."
859
 
860
  #: includes/class-fs-plugin-updater.php:1500
861
+ msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
 
 
862
  msgstr "Balíček remote pluginů neobsahuje složku s žádoucím \"slug\" a přejmenování nefunguje."
863
 
864
  #: includes/fs-plugin-info-dialog.php:535
877
 
878
  #: includes/fs-plugin-info-dialog.php:738
879
  msgid "Install Free Version Update Now"
880
+ msgstr "Install Free Version Update Now"
881
 
882
  #: includes/fs-plugin-info-dialog.php739, templates/account.php:560
883
  msgid "Install Update Now"
953
  #: includes/fs-plugin-info-dialog.php:1000
954
  msgctxt "Plugin installer section title"
955
  msgid "Other Notes"
956
+ msgstr "Other Notes"
957
 
958
  #: includes/fs-plugin-info-dialog.php:1015
959
  msgctxt "Plugin installer section title"
1008
 
1009
  #: includes/fs-plugin-info-dialog.php:1159
1010
  msgid "Single Site License"
1011
+ msgstr "Single Site License"
1012
 
1013
  #: includes/fs-plugin-info-dialog.php:1161
1014
  msgid "Unlimited Licenses"
1015
+ msgstr "Unlimited Licenses"
1016
 
1017
  #: includes/fs-plugin-info-dialog.php:1163
1018
  msgid "Up to %s Sites"
1041
 
1042
  #: includes/fs-plugin-info-dialog.php:1292
1043
  msgid "No commitment for %s - cancel anytime"
1044
+ msgstr "No commitment for %s - cancel anytime"
1045
 
1046
  #: includes/fs-plugin-info-dialog.php:1295
1047
  msgid "After your free %s, pay as little as %s"
1135
 
1136
  #: includes/fs-plugin-info-dialog.php:1434
1137
  msgid "Click to see reviews that provided a rating of %s"
1138
+ msgstr "Click to see reviews that provided a rating of %s"
1139
 
1140
  #: includes/fs-plugin-info-dialog.php:1447
1141
  msgid "Contributors"
1147
  msgstr "Varování"
1148
 
1149
  #: includes/fs-plugin-info-dialog.php:1476
1150
+ msgid "This plugin has not been tested with your current version of WordPress."
1151
+ msgstr "This plugin has not been tested with your current version of WordPress."
 
1152
 
1153
  #: includes/fs-plugin-info-dialog.php:1478
1154
+ msgid "This plugin has not been marked as compatible with your version of WordPress."
1155
+ msgstr "This plugin has not been marked as compatible with your version of WordPress."
 
 
1156
 
1157
  #: includes/fs-plugin-info-dialog.php:1497
1158
  msgid "Paid add-on must be deployed to Freemius."
1194
  #. subscription'
1195
  #: templates/account.php95, templates/forms/subscription-cancellation.php99,
1196
  #: templates/account/partials/site.php:314
1197
+ msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
 
 
1198
  msgstr "%1s okamžitě zastaví všechny budoucí opakující se platby a licence k plánu %s vyprší za %s."
1199
 
1200
  #: templates/account.php96, templates/forms/subscription-cancellation.php100,
1201
  #: templates/account/partials/addon.php30,
1202
  #: templates/account/partials/site.php:315
1203
+ 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."
1204
+ msgstr "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."
 
 
 
 
1205
 
1206
  #: templates/account.php97, templates/forms/subscription-cancellation.php106,
1207
  #: templates/account/partials/addon.php:31
1208
+ msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
 
 
1209
  msgstr "Zrušení zkušební verze okamžitě zablokuje přístup ke všem prémiovým funkcím. Opravdu chcete pokračovat?"
1210
 
1211
  #: templates/account.php98, templates/forms/subscription-cancellation.php101,
1212
  #: templates/account/partials/addon.php32,
1213
  #: templates/account/partials/site.php:316
1214
+ msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1215
+ msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
 
 
1216
 
1217
  #: templates/account.php99, templates/forms/subscription-cancellation.php102,
1218
  #: templates/account/partials/addon.php33,
1219
  #: templates/account/partials/site.php:317
1220
+ msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1221
+ msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
 
 
1222
 
1223
  #. translators: %s: Plan title (e.g. "Professional")
1224
  #: templates/account.php101,
1279
 
1280
  #: templates/account.php:117
1281
  msgid "Bundle Plan"
1282
+ msgstr "Bundle Plan"
1283
 
1284
  #: templates/account.php:191
1285
  msgid "Free Trial"
1291
 
1292
  #: templates/account.php209, templates/forms/data-debug-mode.php:33
1293
  msgid "Start Debug"
1294
+ msgstr "Start Debug"
1295
 
1296
  #: templates/account.php:211
1297
  msgid "Stop Debug"
1298
+ msgstr "Stop Debug"
1299
 
1300
  #: templates/account.php:218
1301
  msgid "Billing & Invoices"
1302
+ msgstr "Billing & Invoices"
1303
 
1304
  #: templates/account.php:229
1305
+ 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?"
1306
+ msgstr "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?"
 
 
 
 
1307
 
1308
  #: templates/account.php:231
1309
+ 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?"
1310
+ msgstr "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?"
 
 
1311
 
1312
  #: templates/account.php:234
1313
  msgid "Delete Account"
1387
 
1388
  #: templates/account.php:453
1389
  msgid "Join the Beta program"
1390
+ msgstr "Join the Beta program"
1391
 
1392
  #: templates/account.php:459
1393
  msgid "not verified"
1461
 
1462
  #: templates/account.php836, templates/forms/data-debug-mode.php:31
1463
  msgid "Processing"
1464
+ msgstr "Processing"
1465
 
1466
  #: templates/account.php:839
1467
  msgid "Get updates for bleeding edge Beta versions of %s."
1468
+ msgstr "Get updates for bleeding edge Beta versions of %s."
1469
 
1470
  #: templates/account.php:897
1471
  msgid "Cancelling %s"
1487
  msgstr "předplatné"
1488
 
1489
  #: templates/account.php:929
1490
+ 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?"
1491
+ msgstr "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
 
 
1492
 
1493
  #: templates/add-ons.php:38
1494
  msgid "View details"
1499
  msgstr "Rozšíření pro %s"
1500
 
1501
  #: templates/add-ons.php:58
1502
+ 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."
1503
+ msgstr "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
 
 
1504
 
1505
  #: templates/add-ons.php:229
1506
  msgctxt "active add-on"
1507
  msgid "Active"
1508
+ msgstr "Active"
1509
 
1510
  #: templates/add-ons.php:230
1511
  msgctxt "installed add-on"
1512
  msgid "Installed"
1513
+ msgstr "Installed"
1514
 
1515
  #: templates/admin-notice.php13, templates/forms/license-activation.php207,
1516
  #: templates/forms/resend-key.php:77
1524
 
1525
  #: templates/auto-installation.php:83
1526
  msgid "Automatic Installation"
1527
+ msgstr "Automatic Installation"
1528
 
1529
  #: templates/auto-installation.php:93
1530
+ 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."
1531
+ msgstr "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."
 
 
 
1532
 
1533
  #: templates/auto-installation.php:104
1534
+ 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."
 
 
1535
  msgstr "Proces instalace byl zahájen a může trvat několik minut. Počkejte prosím na dokončení - neobnovujte tuto stránku."
1536
 
1537
  #: templates/auto-installation.php:109
1538
  msgid "Cancel Installation"
1539
+ msgstr "Cancel Installation"
1540
 
1541
  #: templates/checkout.php:180
1542
  msgid "Checkout"
1569
  msgstr "Aktivovat licenci"
1570
 
1571
  #: templates/connect.php:181
1572
+ msgid "Thanks for purchasing %s! To get started, please enter your license key:"
 
1573
  msgstr "Děkujeme za nákup %s! Pro aktivaci zadejte prosím svůj licenční klíč:"
1574
 
1575
  #: templates/connect.php:188
1576
+ 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."
 
 
 
1577
  msgstr "Nezmeškejte žádnou důležitou aktualizaci - dovolte nám sbírat anonymní a obecná diagnostická data s %4$s a nechte se upozornit na nové funkce, výukové materiály, nabídky a bezpečnostní aktualizace."
1578
 
1579
  #: templates/connect.php:189
1580
+ msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
 
 
1581
  msgstr "Nezmeškejte žádnou důležitou aktualizaci - dovolte nám sbírat anonymní a obecná diagnostická data s %4$s a nechte se upozornit na nové funkce a bezpečnostní aktualizace."
1582
 
1583
  #: templates/connect.php:195
1584
+ 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."
 
 
 
 
1585
  msgstr "Nezmeškejte žádnou důležitou aktualizaci - dovolte nám sbírat anonymní a obecná diagnostická data s %4$s a nechte se upozornit na nové funkce, výukové materiály, nabídky a bezpečnostní aktualizace. Pokud tohle přeskočíte tak se nic neděje. %1$s bude bez problémů dál fungovat."
1586
 
1587
  #: templates/connect.php:196
1588
+ 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."
 
 
 
1589
  msgstr "Nezmeškejte žádnou důležitou aktualizaci - dovolte nám sbírat anonymní a obecná diagnostická data s %4$s a nechte se upozornit na nové funkce a bezpečnostní aktualizace. Pokud tohle přeskočíte tak se nic neděje. %1$s bude bez problémů dál fungovat."
1590
 
1591
  #: templates/connect.php:230
1593
  msgstr "Jsme rádi, že vám můžeme ukázat integraci Freemiusu i v rámci sítě webů."
1594
 
1595
  #: templates/connect.php:233
1596
+ msgid "During the update process we detected %d site(s) that are still pending license activation."
1597
+ msgstr "During the update process we detected %d site(s) that are still pending license activation."
 
 
1598
 
1599
  #: templates/connect.php:235
1600
+ msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1601
+ msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
 
 
1602
 
1603
  #: templates/connect.php:237
1604
  msgid "%s's paid features"
1605
+ msgstr "%s's paid features"
1606
 
1607
  #: templates/connect.php:242
1608
+ msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1609
+ msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
 
 
1610
 
1611
  #: templates/connect.php:244
1612
+ msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1613
+ msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
 
 
1614
 
1615
  #: templates/connect.php253, templates/forms/data-debug-mode.php35,
1616
  #: templates/forms/license-activation.php:49
1629
 
1630
  #: templates/connect.php:318
1631
  msgid "Delegate to Site Admins"
1632
+ msgstr "Delegate to Site Admins"
1633
 
1634
  #: templates/connect.php:318
1635
+ msgid "If you click it, this decision will be delegated to the sites administrators."
1636
+ msgstr "If you click it, this decision will be delegated to the sites administrators."
 
 
1637
 
1638
  #: templates/connect.php:346
1639
  msgid "Your Profile Overview"
1672
  msgstr "Newsletter"
1673
 
1674
  #: templates/connect.php391, templates/forms/license-activation.php:41
1675
+ 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."
 
 
1676
  msgstr "Pro ověření platnosti vaší licence a automatických aktualizací bude tento %1$s periodicky odesílat data do %2$s."
1677
 
1678
  #: templates/connect.php:396
1743
 
1744
  #: templates/debug.php:64
1745
  msgid "Delete All Accounts"
1746
+ msgstr "Delete All Accounts"
1747
 
1748
  #: templates/debug.php:71
1749
  msgid "Clear API Cache"
1751
 
1752
  #: templates/debug.php:79
1753
  msgid "Clear Updates Transients"
1754
+ msgstr "Clear Updates Transients"
1755
 
1756
  #: templates/debug.php:86
1757
  msgid "Sync Data From Server"
1759
 
1760
  #: templates/debug.php:95
1761
  msgid "Migrate Options to Network"
1762
+ msgstr "Migrate Options to Network"
1763
 
1764
  #: templates/debug.php:100
1765
  msgid "Load DB Option"
1766
+ msgstr "Load DB Option"
1767
 
1768
  #: templates/debug.php:103
1769
  msgid "Set DB Option"
1770
+ msgstr "Set DB Option"
1771
 
1772
  #: templates/debug.php:182
1773
  msgid "Key"
1780
  #: templates/debug.php:199
1781
  msgctxt "as software development kit versions"
1782
  msgid "SDK Versions"
1783
+ msgstr "SDK Versions"
1784
 
1785
  #: templates/debug.php:204
1786
  msgid "SDK Path"
1822
 
1823
  #: templates/debug.php:247
1824
  msgid "Network Blog"
1825
+ msgstr "Network Blog"
1826
 
1827
  #: templates/debug.php:248
1828
  msgid "Network User"
1829
+ msgstr "Network User"
1830
 
1831
  #: templates/debug.php:285
1832
  msgctxt "as connection was successful"
1840
 
1841
  #: templates/debug.php:322
1842
  msgid "Simulate Trial Promotion"
1843
+ msgstr "Simulate Trial Promotion"
1844
 
1845
  #: templates/debug.php:334
1846
  msgid "Simulate Network Upgrade"
1847
+ msgstr "Simulate Network Upgrade"
1848
 
1849
  #: templates/debug.php:359
1850
  msgid "%s Installs"
1861
 
1862
  #: templates/debug.php:372
1863
  msgid "License ID"
1864
+ msgstr "License ID"
1865
 
1866
  #: templates/debug.php436, templates/debug.php535,
1867
  #: templates/account/partials/addon.php:435
1871
 
1872
  #: templates/debug.php:450
1873
  msgid "Add Ons of module %s"
1874
+ msgstr "Add Ons of module %s"
1875
 
1876
  #: templates/debug.php:502
1877
  msgid "Users"
1895
 
1896
  #: templates/debug.php:559
1897
  msgid "Quota"
1898
+ msgstr "Quota"
1899
 
1900
  #: templates/debug.php:560
1901
  msgid "Activated"
1920
 
1921
  #: templates/debug.php:601
1922
  msgid "All Requests"
1923
+ msgstr "All Requests"
1924
 
1925
  #: templates/debug.php606, templates/debug.php635,
1926
  #: templates/debug/logger.php:25
1934
 
1935
  #: templates/debug.php:608
1936
  msgid "Process ID"
1937
+ msgstr "Process ID"
1938
 
1939
  #: templates/debug.php:609
1940
  msgid "Logger"
1999
 
2000
  #: templates/account/billing.php39, templates/account/billing.php:39
2001
  msgid "Tax / VAT ID"
2002
+ msgstr "Tax / VAT ID"
2003
 
2004
  #: templates/account/billing.php42, templates/account/billing.php42,
2005
  #: templates/account/billing.php43, templates/account/billing.php:43
2006
  msgid "Address Line %d"
2007
+ msgstr "Address Line %d"
2008
 
2009
  #: templates/account/billing.php46, templates/account/billing.php:46
2010
  msgid "City"
2136
 
2137
  #: templates/debug/scheduled-crons.php:83
2138
  msgid "Cron Type"
2139
+ msgstr "Cron Type"
2140
 
2141
  #: templates/debug/scheduled-crons.php:85
2142
  msgid "Next"
2144
 
2145
  #: templates/forms/affiliation.php:82
2146
  msgid "Non-expiring"
2147
+ msgstr "Non-expiring"
2148
 
2149
  #: templates/forms/affiliation.php:85
2150
  msgid "Apply to become an affiliate"
2151
+ msgstr "Apply to become an affiliate"
2152
 
2153
  #: templates/forms/affiliation.php:104
2154
+ msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
2155
+ msgstr "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
 
 
2156
 
2157
  #: templates/forms/affiliation.php:119
2158
+ 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."
2159
+ msgstr "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."
 
 
2160
 
2161
  #: templates/forms/affiliation.php:122
2162
  msgid "Your affiliation account was temporarily suspended."
2163
+ msgstr "Your affiliation account was temporarily suspended."
2164
 
2165
  #: templates/forms/affiliation.php:125
2166
+ 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."
2167
+ msgstr "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."
 
 
 
2168
 
2169
  #: templates/forms/affiliation.php:128
2170
+ msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
2171
+ msgstr "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
 
 
2172
 
2173
  #: templates/forms/affiliation.php:141
2174
  msgid "Like the %s? Become our ambassador and earn cash ;-)"
2175
+ msgstr "Like the %s? Become our ambassador and earn cash ;-)"
2176
 
2177
  #: templates/forms/affiliation.php:142
2178
+ msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
2179
+ msgstr "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
 
 
2180
 
2181
  #: templates/forms/affiliation.php:145
2182
  msgid "Program Summary"
2183
+ msgstr "Program Summary"
2184
 
2185
  #: templates/forms/affiliation.php:147
2186
  msgid "%s commission when a customer purchases a new license."
2188
 
2189
  #: templates/forms/affiliation.php:149
2190
  msgid "Get commission for automated subscription renewals."
2191
+ msgstr "Get commission for automated subscription renewals."
2192
 
2193
  #: templates/forms/affiliation.php:152
2194
+ msgid "%s tracking cookie after the first visit to maximize earnings potential."
2195
+ msgstr "%s tracking cookie after the first visit to maximize earnings potential."
 
2196
 
2197
  #: templates/forms/affiliation.php:155
2198
  msgid "Unlimited commissions."
2199
+ msgstr "Unlimited commissions."
2200
 
2201
  #: templates/forms/affiliation.php:157
2202
  msgid "%s minimum payout amount."
2204
 
2205
  #: templates/forms/affiliation.php:158
2206
  msgid "Payouts are in USD and processed monthly via PayPal."
2207
+ msgstr "Payouts are in USD and processed monthly via PayPal."
2208
 
2209
  #: templates/forms/affiliation.php:159
2210
+ msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2211
+ msgstr "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
 
 
2212
 
2213
  #: templates/forms/affiliation.php:162
2214
  msgid "Affiliate"
2228
 
2229
  #: templates/forms/affiliation.php:177
2230
  msgid "Where are you going to promote the %s?"
2231
+ msgstr "Where are you going to promote the %s?"
2232
 
2233
  #: templates/forms/affiliation.php:179
2234
+ msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
2235
+ msgstr "Enter the domain of your website or other websites from where you plan to promote the %s."
 
 
2236
 
2237
  #: templates/forms/affiliation.php:181
2238
  msgid "Add another domain"
2239
+ msgstr "Add another domain"
2240
 
2241
  #: templates/forms/affiliation.php:185
2242
  msgid "Extra Domains"
2244
 
2245
  #: templates/forms/affiliation.php:186
2246
  msgid "Extra domains where you will be marketing the product from."
2247
+ msgstr "Extra domains where you will be marketing the product from."
2248
 
2249
  #: templates/forms/affiliation.php:196
2250
  msgid "Promotion methods"
2251
+ msgstr "Promotion methods"
2252
 
2253
  #: templates/forms/affiliation.php:199
2254
  msgid "Social media (Facebook, Twitter, etc.)"
2255
+ msgstr "Social media (Facebook, Twitter, etc.)"
2256
 
2257
  #: templates/forms/affiliation.php:203
2258
  msgid "Mobile apps"
2259
+ msgstr "Mobile apps"
2260
 
2261
  #: templates/forms/affiliation.php:207
2262
  msgid "Website, email, and social media statistics (optional)"
2263
  msgstr "Statistika o webová stránc, emaiul a sociálních médiích"
2264
 
2265
  #: templates/forms/affiliation.php:210
2266
+ 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)."
2267
+ msgstr "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)."
 
 
 
2268
 
2269
  #: templates/forms/affiliation.php:214
2270
  msgid "How will you promote us?"
2271
  msgstr "Jakým způsobem budete mé produkty propagovat?"
2272
 
2273
  #: templates/forms/affiliation.php:217
2274
+ msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
2275
+ msgstr "Please provide details on how you intend to promote %s (please be as specific as possible)."
 
 
2276
 
2277
  #: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
2278
  msgid "Cancel"
2284
 
2285
  #: templates/forms/data-debug-mode.php:25
2286
  msgid "Please enter the license key to enable the debug mode:"
2287
+ msgstr "Please enter the license key to enable the debug mode:"
2288
 
2289
  #: templates/forms/data-debug-mode.php:27
2290
+ 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:"
2291
+ msgstr "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:"
 
 
 
2292
 
2293
  #: templates/forms/data-debug-mode.php:32
2294
  msgid "Submit"
2295
+ msgstr "Submit"
2296
 
2297
  #: templates/forms/data-debug-mode.php:36
2298
  msgid "User key"
2299
+ msgstr "User key"
2300
 
2301
  #: templates/forms/license-activation.php:23
2302
+ msgid "Please enter the license key that you received in the email right after the purchase:"
2303
+ msgstr "Please enter the license key that you received in the email right after the purchase:"
 
 
2304
 
2305
  #: templates/forms/license-activation.php:28
2306
  msgid "Update License"
2317
  msgstr "Zúčastnit se"
2318
 
2319
  #: templates/forms/optout.php:33
2320
+ 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."
2321
+ msgstr "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."
 
 
 
2322
 
2323
  #: templates/forms/optout.php:35
2324
+ msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2325
+ msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
 
 
2326
 
2327
  #: templates/forms/premium-versions-upgrade-handler.php:40
2328
  msgid "There is a new version of %s available."
2346
  msgstr "Odeslat licenční klíč"
2347
 
2348
  #: templates/forms/resend-key.php:57
2349
+ msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
 
 
2350
  msgstr "Níže zadejte emailovou adresu, kterou jste použili pro koupi pluginu a my vám znovu odešleme váš licenční klíč."
2351
 
2352
  #: templates/forms/subscription-cancellation.php:37
2353
+ msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2354
+ msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
 
 
2355
 
2356
  #: templates/forms/subscription-cancellation.php:47
2357
+ 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?"
2358
+ msgstr "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?"
 
 
2359
 
2360
  #: templates/forms/subscription-cancellation.php:52
2361
  msgid "license"
2362
  msgstr "licence"
2363
 
2364
  #: templates/forms/subscription-cancellation.php:57
2365
+ 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."
2366
+ msgstr "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."
 
 
2367
 
2368
  #: templates/forms/subscription-cancellation.php:68
2369
+ msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2370
+ msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
 
 
2371
 
2372
  #: templates/forms/subscription-cancellation.php:103
2373
+ 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."
2374
+ msgstr "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
 
 
2375
 
2376
  #: templates/forms/subscription-cancellation.php:136
2377
  msgid "Cancel %s?"
2378
+ msgstr "Cancel %s?"
2379
 
2380
  #: templates/forms/subscription-cancellation.php:143
2381
  msgid "Proceed"
2387
  msgstr "Zrušit %s &gt; pokračovat"
2388
 
2389
  #: templates/forms/trial-start.php:22
2390
+ msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2391
+ msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
 
 
2392
 
2393
  #: templates/forms/trial-start.php:28
2394
+ 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."
 
 
 
 
2395
  msgstr "Aby bylo vyhověno WordPress.org pokynům, před zahájením zkušebního období vás žádáme, abyste se rozhodli pro uživatele a necitlivé informace o webu, aby %s umožňoval periodicky odesílat data do %s za účelem kontroly aktualizací verzí a ověření zkušební verze."
2396
 
2397
  #: templates/js/style-premium-theme.php:39
2400
 
2401
  #: templates/js/style-premium-theme.php:42
2402
  msgid "Beta"
2403
+ msgstr "Beta"
2404
 
2405
  #: templates/partials/network-activation.php:27
2406
  msgid "Activate license on all sites in the network."
2407
+ msgstr "Activate license on all sites in the network."
2408
 
2409
  #: templates/partials/network-activation.php:28
2410
  msgid "Apply on all sites in the network."
2411
+ msgstr "Apply on all sites in the network."
2412
 
2413
  #: templates/partials/network-activation.php:31
2414
  msgid "Activate license on all pending sites."
2415
+ msgstr "Activate license on all pending sites."
2416
 
2417
  #: templates/partials/network-activation.php:32
2418
  msgid "Apply on all pending sites."
2419
+ msgstr "Apply on all pending sites."
2420
 
2421
  #: templates/partials/network-activation.php40,
2422
  #: templates/partials/network-activation.php:74
2458
  #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
2459
  #. subscription'
2460
  #: templates/account/partials/addon.php:29
2461
+ msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
 
 
2462
  msgstr "%1$s okamžitě zastaví všechny budoucí opakující se platby a licence k plánu %s vyprší za %s."
2463
 
2464
  #: templates/account/partials/addon.php:185
2486
  msgstr "Předplatné"
2487
 
2488
  #: templates/forms/deactivation/contact.php:19
2489
+ msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
 
2490
  msgstr "Omlouváme se za způsobené nepříjemnosti, ale když se nám dáte šanci, tak se vám ze všech sil pokusíme pomoci."
2491
 
2492
  #: templates/forms/deactivation/contact.php:22
2542
  msgstr "Klikněte zde pro anonymní používání tohoto pluginu"
2543
 
2544
  #: templates/forms/deactivation/retry-skip.php:23
2545
+ msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
2546
+ msgstr "You might have missed it, but you don't have to share any data and can just %s the opt-in."
 
 
includes/vendor/freemius/wordpress-sdk/languages/freemius-da_DK.mo CHANGED
Binary file
includes/vendor/freemius/wordpress-sdk/languages/freemius-da_DK.po CHANGED
@@ -9,8 +9,8 @@ msgstr ""
9
  "Project-Id-Version: WordPress SDK\n"
10
  "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
11
  "POT-Creation-Date: \n"
12
- "PO-Revision-Date: 2019-09-27 13:01+0000\n"
13
- "Last-Translator: Lars Koudal\n"
14
  "Language: da_DK\n"
15
  "Language-Team: Danish (Denmark) (http://www.transifex.com/freemius/wordpress-sdk/language/da_DK/)\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -23,792 +23,811 @@ msgstr ""
23
  "X-Poedit-SearchPathExcluded-0: *.js\n"
24
  "X-Poedit-SourceCharset: UTF-8\n"
25
 
26
- #: includes/class-freemius.php1871, templates/account.php:769
27
  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."
28
  msgstr "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."
29
 
30
- #: includes/class-freemius.php:1878
31
  msgid "Would you like to proceed with the update?"
32
  msgstr "Vil du fortsætte med opdateringen?"
33
 
34
- #: includes/class-freemius.php:2086
35
  msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
36
  msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
37
 
38
- #: includes/class-freemius.php:2088
39
  msgid "Error"
40
  msgstr "Fejl"
41
 
42
- #: includes/class-freemius.php:2482
43
  msgid "I found a better %s"
44
  msgstr "Jeg fandt et bedre %s"
45
 
46
- #: includes/class-freemius.php:2484
47
  msgid "What's the %s's name?"
48
  msgstr "Hvad er navnet på %s?"
49
 
50
- #: includes/class-freemius.php:2490
51
  msgid "It's a temporary %s. I'm just debugging an issue."
52
  msgstr "Det er en midlertidig %s. Jeg er i gang med fejlrettelser."
53
 
54
- #: includes/class-freemius.php:2492
55
  msgid "Deactivation"
56
  msgstr "Deaktivering"
57
 
58
- #: includes/class-freemius.php:2493
59
  msgid "Theme Switch"
60
  msgstr "Temaskift"
61
 
62
- #: includes/class-freemius.php2502, templates/forms/resend-key.php:24
 
63
  msgid "Other"
64
  msgstr "Andet"
65
 
66
- #: includes/class-freemius.php:2510
67
  msgid "I no longer need the %s"
68
  msgstr "Jeg har ikke længere brug for %s"
69
 
70
- #: includes/class-freemius.php:2517
71
  msgid "I only needed the %s for a short period"
72
  msgstr "Jeg behøvede kun %s i en kort periode"
73
 
74
- #: includes/class-freemius.php:2523
75
  msgid "The %s broke my site"
76
  msgstr "%s ødelagde min webside"
77
 
78
- #: includes/class-freemius.php:2530
79
  msgid "The %s suddenly stopped working"
80
  msgstr "%s stoppede pludseligt med at virke"
81
 
82
- #: includes/class-freemius.php:2540
83
  msgid "I can't pay for it anymore"
84
  msgstr "Jeg kan ikke længere betale for det"
85
 
86
- #: includes/class-freemius.php:2542
87
  msgid "What price would you feel comfortable paying?"
88
  msgstr "Hvilken pris ville du foretrække at betale?"
89
 
90
- #: includes/class-freemius.php:2548
91
  msgid "I don't like to share my information with you"
92
  msgstr "Jeg har ikke lyst til at dele mine informationer med jer"
93
 
94
- #: includes/class-freemius.php:2569
95
  msgid "The %s didn't work"
96
  msgstr "%s virkede ikke"
97
 
98
- #: includes/class-freemius.php:2579
99
  msgid "I couldn't understand how to make it work"
100
  msgstr "Jeg forstod ikke, hvordan jeg skulle få det til at fungere."
101
 
102
- #: includes/class-freemius.php:2587
103
  msgid "The %s is great, but I need specific feature that you don't support"
104
  msgstr "%s er godt, men jeg har brug for en specifik feature, som ikke understøttes"
105
 
106
- #: includes/class-freemius.php:2589
107
  msgid "What feature?"
108
  msgstr "Hvilken feature?"
109
 
110
- #: includes/class-freemius.php:2593
111
  msgid "The %s is not working"
112
  msgstr "%s virker ikke"
113
 
114
- #: includes/class-freemius.php:2595
115
  msgid "Kindly share what didn't work so we can fix it for future users..."
116
  msgstr "Vær venlig at dele hvad der ikke virkede så vi kan rette det for kommende brugere...."
117
 
118
- #: includes/class-freemius.php:2599
119
  msgid "It's not what I was looking for"
120
  msgstr "Det er ikke, hvad jeg søgte"
121
 
122
- #: includes/class-freemius.php:2601
123
  msgid "What you've been looking for?"
124
  msgstr "Hvad ledte du efter?"
125
 
126
- #: includes/class-freemius.php:2605
127
  msgid "The %s didn't work as expected"
128
  msgstr "%s virkede ikke som forventet"
129
 
130
- #: includes/class-freemius.php:2607
131
  msgid "What did you expect?"
132
  msgstr "Hvad forventede du?"
133
 
134
- #: includes/class-freemius.php3462, templates/debug.php:20
135
  msgid "Freemius Debug"
136
  msgstr "Freemius Debug"
137
 
138
- #: includes/class-freemius.php:4214
139
  msgid "I don't know what is cURL or how to install it, help me!"
140
  msgstr "Jeg ved ikke hvad cURL er, eller hvordan jeg installerer det. Hjælp mig!"
141
 
142
- #: includes/class-freemius.php:4216
143
  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."
144
  msgstr "Vi vil kontakte din udbyder og løse problemet. Når vi har opdatinger i sagen, vil vi følge op med en email til dig på %s."
145
 
146
- #: includes/class-freemius.php:4223
147
  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."
148
  msgstr "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."
149
 
150
- #: includes/class-freemius.php:4328
151
  msgid "Yes - do your thing"
152
  msgstr "Ja - fortsæt bare"
153
 
154
- #: includes/class-freemius.php:4333
155
  msgid "No - just deactivate"
156
  msgstr "Nej - bare deaktiver"
157
 
158
- #: includes/class-freemius.php4378, includes/class-freemius.php4872,
159
- #: includes/class-freemius.php6023, includes/class-freemius.php12825,
160
- #: includes/class-freemius.php16225, includes/class-freemius.php16313,
161
- #: includes/class-freemius.php16479, includes/class-freemius.php18964,
162
- #: includes/class-freemius.php18974, includes/class-freemius.php19623,
163
- #: includes/class-freemius.php20496, includes/class-freemius.php20611,
164
- #: includes/class-freemius.php20755, templates/add-ons.php:54
 
165
  msgctxt "exclamation"
166
  msgid "Oops"
167
  msgstr "Ups"
168
 
169
- #: includes/class-freemius.php:4447
170
  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."
171
  msgstr "Tak fordi du giver os en chance for at fixe det! En besked er lige blevet sendt til vores tekniske personale. Vi vil vende tilbage, så snart der er nyt om %s. Vi sætter pris på din tålmodighed."
172
 
173
- #: includes/class-freemius.php:4869
174
  msgctxt "addonX cannot run without pluginY"
175
  msgid "%s cannot run without %s."
176
  msgstr "%s virker ikke uden %s."
177
 
178
- #: includes/class-freemius.php:4870
179
  msgctxt "addonX cannot run..."
180
  msgid "%s cannot run without the plugin."
181
  msgstr "%s virker ikke uden pluginnet."
182
 
183
- #: includes/class-freemius.php5043, includes/class-freemius.php5068,
184
- #: includes/class-freemius.php:19694
185
  msgid "Unexpected API error. Please contact the %s's author with the following error."
186
  msgstr "Uventet API-fejl. Kontakt %s's forfatter med følgende fejl."
187
 
188
- #: includes/class-freemius.php:5711
189
  msgid "Premium %s version was successfully activated."
190
  msgstr "Premium-versionen af %s blev aktiveret."
191
 
192
- #: includes/class-freemius.php5723, includes/class-freemius.php:7590
193
  msgctxt ""
194
  msgid "W00t"
195
  msgstr "W00t"
196
 
197
- #: includes/class-freemius.php:5738
198
  msgid "You have a %s license."
199
  msgstr "Du har en %s licens."
200
 
201
- #: includes/class-freemius.php5742, includes/class-freemius.php15642,
202
- #: includes/class-freemius.php15653, includes/class-freemius.php18875,
203
- #: includes/class-freemius.php19215, includes/class-freemius.php19284,
204
- #: includes/class-freemius.php:19448
205
  msgctxt "interjection expressing joy or exuberance"
206
  msgid "Yee-haw"
207
  msgstr "Yee-haw"
208
 
209
- #: includes/class-freemius.php:6006
210
  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."
211
  msgstr "%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."
212
 
213
- #: includes/class-freemius.php:6010
214
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
215
  msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
216
 
217
- #: includes/class-freemius.php6019, templates/add-ons.php130,
218
- #: templates/account/partials/addon.php:344
219
  msgid "More information about %s"
220
  msgstr "Mere information om %s"
221
 
222
- #: includes/class-freemius.php:6020
223
  msgid "Purchase License"
224
  msgstr "Køb licens"
225
 
226
- #: includes/class-freemius.php6955, templates/connect.php:163
227
  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."
228
  msgstr "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."
229
 
230
- #: includes/class-freemius.php:6959
231
  msgid "start the trial"
232
  msgstr "start prøveperioden"
233
 
234
- #: includes/class-freemius.php6960, templates/connect.php:167
235
  msgid "complete the install"
236
  msgstr "færdiggør installeringen"
237
 
238
- #: includes/class-freemius.php:7072
239
  msgid "You are just one step away - %s"
240
  msgstr "Du mangler kun ét skridt - %s"
241
 
242
- #: includes/class-freemius.php:7075
243
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
244
  msgid "Complete \"%s\" Activation Now"
245
  msgstr "Færdiggør aktivering af \"%s\" nu"
246
 
247
- #: includes/class-freemius.php:7153
248
  msgid "We made a few tweaks to the %s, %s"
249
  msgstr "Vi har foretaget nogle rettelser til %s, %s"
250
 
251
- #: includes/class-freemius.php:7157
252
  msgid "Opt in to make \"%s\" better!"
253
  msgstr "Accepter for at gøre \"%s\" bedre!"
254
 
255
- #: includes/class-freemius.php:7589
256
  msgid "The upgrade of %s was successfully completed."
257
  msgstr "Opgraderingen af %s blev fuldendt."
258
 
259
- #: includes/class-freemius.php9793, includes/class-fs-plugin-updater.php1038,
260
- #: includes/class-fs-plugin-updater.php1233,
261
- #: includes/class-fs-plugin-updater.php1240,
262
  #: templates/auto-installation.php:32
263
  msgid "Add-On"
264
  msgstr "Tilføjelse"
265
 
266
- #: includes/class-freemius.php9795, templates/account.php313,
267
- #: templates/account.php321, templates/debug.php360, templates/debug.php:517
268
  msgid "Plugin"
269
  msgstr "Plugin"
270
 
271
- #: includes/class-freemius.php9796, templates/account.php314,
272
- #: templates/account.php322, templates/debug.php360, templates/debug.php517,
273
  #: templates/forms/deactivation/form.php:71
274
  msgid "Theme"
275
  msgstr "Tema"
276
 
277
- #: includes/class-freemius.php:12270
278
  msgid "An unknown error has occurred while trying to set the user's beta mode."
279
  msgstr "An unknown error has occurred while trying to set the user's beta mode."
280
 
281
- #: includes/class-freemius.php:12692
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
282
  msgid "Invalid site details collection."
283
  msgstr "Invalid site details collection."
284
 
285
- #: includes/class-freemius.php:12812
286
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
287
  msgstr "Vi kunne ikke finde din e-mailadresse i systemet, er du sikker på, det er den rigtige adresse?"
288
 
289
- #: includes/class-freemius.php:12814
290
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
291
  msgstr "Vi kan ikke finde nogen aktive licenser knyttet til den e-mailadresse, er du sikker på, det er den rigtige adresse?"
292
 
293
- #: includes/class-freemius.php:13088
294
  msgid "Account is pending activation."
295
  msgstr "Konto afventer aktivering."
296
 
297
- #: includes/class-freemius.php13200,
298
  #: templates/forms/premium-versions-upgrade-handler.php:47
299
  msgid "Buy a license now"
300
  msgstr "Køb en licens nu"
301
 
302
- #: includes/class-freemius.php13212,
303
  #: templates/forms/premium-versions-upgrade-handler.php:46
304
  msgid "Renew your license now"
305
  msgstr "Forny din licens nu"
306
 
307
- #: includes/class-freemius.php:13216
308
  msgid "%s to access version %s security & feature updates, and support."
309
  msgstr "%s to access version %s security & feature updates, and support."
310
 
311
- #: includes/class-freemius.php:15624
312
  msgid "%s activation was successfully completed."
313
  msgstr "Aktivering af %s blev gennemført."
314
 
315
- #: includes/class-freemius.php:15638
316
  msgid "Your account was successfully activated with the %s plan."
317
  msgstr "Din konto blev aktiveret med planen %s."
318
 
319
- #: includes/class-freemius.php15649, includes/class-freemius.php:19280
320
  msgid "Your trial has been successfully started."
321
  msgstr "Din prøveperiode er begyndt."
322
 
323
- #: includes/class-freemius.php16223, includes/class-freemius.php16311,
324
- #: includes/class-freemius.php:16477
325
  msgid "Couldn't activate %s."
326
  msgstr "Kunne ikke aktivere %s."
327
 
328
- #: includes/class-freemius.php16224, includes/class-freemius.php16312,
329
- #: includes/class-freemius.php:16478
330
  msgid "Please contact us with the following message:"
331
  msgstr "Kontakt os venligst med følgende besked:"
332
 
333
- #: includes/class-freemius.php:16308
334
  msgid "An unknown error has occurred."
335
  msgstr "Der skete en ukendt fejl."
336
 
337
- #: includes/class-freemius.php16835, includes/class-freemius.php:21654
338
  msgid "Upgrade"
339
  msgstr "Opgrader"
340
 
341
- #: includes/class-freemius.php:16841
342
  msgid "Start Trial"
343
  msgstr "Start prøveperiode"
344
 
345
- #: includes/class-freemius.php:16843
346
  msgid "Pricing"
347
  msgstr "Priser"
348
 
349
- #: includes/class-freemius.php16923, includes/class-freemius.php:16925
350
  msgid "Affiliation"
351
  msgstr "Affiliation"
352
 
353
- #: includes/class-freemius.php16953, includes/class-freemius.php16955,
354
- #: templates/account.php177, templates/debug.php:326
355
  msgid "Account"
356
  msgstr "Konto"
357
 
358
- #: includes/class-freemius.php16968, includes/class-freemius.php16970,
359
  #: includes/customizer/class-fs-customizer-support-section.php:60
360
  msgid "Contact Us"
361
  msgstr "Kontakt os"
362
 
363
- #: includes/class-freemius.php16980, includes/class-freemius.php16982,
364
- #: includes/class-freemius.php21668, templates/account.php105,
365
- #: templates/account/partials/addon.php:45
366
  msgid "Add-Ons"
367
  msgstr "Tilføjelser"
368
 
369
- #: includes/class-freemius.php:17016
370
  msgctxt "ASCII arrow left icon"
371
  msgid "&#x2190;"
372
  msgstr "&#x2190;"
373
 
374
- #: includes/class-freemius.php:17016
375
  msgctxt "ASCII arrow right icon"
376
  msgid "&#x27a4;"
377
  msgstr "&#x27a4;"
378
 
379
- #: includes/class-freemius.php17018, templates/pricing.php:103
380
  msgctxt "noun"
381
  msgid "Pricing"
382
  msgstr "Priser"
383
 
384
- #: includes/class-freemius.php17231,
385
  #: includes/customizer/class-fs-customizer-support-section.php:67
386
  msgid "Support Forum"
387
  msgstr "Supportforum"
388
 
389
- #: includes/class-freemius.php:18201
390
  msgid "Your email has been successfully verified - you are AWESOME!"
391
  msgstr "Din e-mailadresse er blevet verificeret - du er FOR SEJ!"
392
 
393
- #: includes/class-freemius.php:18202
394
  msgctxt "a positive response"
395
  msgid "Right on"
396
  msgstr "Sådan"
397
 
398
- #: includes/class-freemius.php:18866
 
 
 
 
 
 
 
 
399
  msgid "Your %s Add-on plan was successfully upgraded."
400
  msgstr "Your %s Add-on plan was successfully upgraded."
401
 
402
- #: includes/class-freemius.php:18868
403
  msgid "%s Add-on was successfully purchased."
404
  msgstr "Betalingen for tilføjelsen %s blev gennemført."
405
 
406
- #: includes/class-freemius.php:18871
407
  msgid "Download the latest version"
408
  msgstr "Download den seneste version"
409
 
410
- #: includes/class-freemius.php:18957
411
  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"
412
  msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
413
 
414
- #: includes/class-freemius.php18963, includes/class-freemius.php18973,
415
- #: includes/class-freemius.php19407, includes/class-freemius.php:19496
416
  msgid "Error received from the server:"
417
  msgstr "Fejl modtager fra serveren:"
418
 
419
- #: includes/class-freemius.php:18973
420
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
421
  msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
422
 
423
- #: includes/class-freemius.php19177, includes/class-freemius.php19412,
424
- #: includes/class-freemius.php19467, includes/class-freemius.php:19570
425
  msgctxt ""
426
  msgid "Hmm"
427
  msgstr "Hmm"
428
 
429
- #: includes/class-freemius.php:19190
430
  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."
431
  msgstr "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."
432
 
433
- #: includes/class-freemius.php19191, templates/account.php107,
434
- #: templates/add-ons.php191, templates/account/partials/addon.php:47
435
  msgctxt "trial period"
436
  msgid "Trial"
437
  msgstr "Prøveperiode"
438
 
439
- #: includes/class-freemius.php:19196
440
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
441
  msgstr "Jeg har opgraderet min konto, men når jeg forsøger at synkronisere licensen, forbliver planen %s."
442
 
443
- #: includes/class-freemius.php19200, includes/class-freemius.php:19259
444
  msgid "Please contact us here"
445
  msgstr "Kontakt os her"
446
 
447
- #: includes/class-freemius.php:19211
448
  msgid "Your plan was successfully activated."
449
  msgstr "Din plan er blevet aktiveret."
450
 
451
- #: includes/class-freemius.php:19212
452
  msgid "Your plan was successfully upgraded."
453
  msgstr "Din plan er blevet opgraderet."
454
 
455
- #: includes/class-freemius.php:19229
456
  msgid "Your plan was successfully changed to %s."
457
  msgstr "Din plan er blevet ændret til %s."
458
 
459
- #: includes/class-freemius.php:19245
460
  msgid "Your license has expired. You can still continue using the free %s forever."
461
  msgstr "Din licens er udløbet. Du kan stadig fortsætte med at benytte den gratis udgave af %s."
462
 
463
- #: includes/class-freemius.php:19247
464
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
465
  msgstr "Din licens er udløbet. %1$sOpgrader nu%2$s for at fortsætte med at benytte %3$s uden forstyrrelser."
466
 
467
- #: includes/class-freemius.php:19255
468
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
469
  msgstr "Din licens er blevet annulleret. Hvis du mener, dette er en fejl, så kontakt venligst support."
470
 
471
- #: includes/class-freemius.php:19268
472
  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."
473
  msgstr "Din licens er udløbet. Du kan stadig benytte alle funktionerne i %s, men du bliver nødt til at fornye din licens for at få opdateringer og support."
474
 
475
- #: includes/class-freemius.php:19294
476
  msgid "Your free trial has expired. You can still continue using all our free features."
477
  msgstr "Din gratis prøveperiode er udløbet. Du kan stadig benytte alle de gratis features."
478
 
479
- #: includes/class-freemius.php:19296
480
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
481
  msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
482
 
483
- #: includes/class-freemius.php:19403
484
  msgid "It looks like the license could not be activated."
485
  msgstr "Det ser ud til, at licensen ikke kunne aktiveres."
486
 
487
- #: includes/class-freemius.php:19445
488
  msgid "Your license was successfully activated."
489
  msgstr "Din licens er blevet aktiveret."
490
 
491
- #: includes/class-freemius.php:19471
492
  msgid "It looks like your site currently doesn't have an active license."
493
  msgstr "Det ser ud til, at dit websted endnu ikke har en aktiv licens."
494
 
495
- #: includes/class-freemius.php:19495
496
  msgid "It looks like the license deactivation failed."
497
  msgstr "Det ser ud til, at licens-deaktiveringen mislykkedes."
498
 
499
- #: includes/class-freemius.php:19523
 
 
 
 
500
  msgid "Your license was successfully deactivated, you are back to the %s plan."
501
  msgstr "Din licens blev deaktiveret, du er tilbage på planen %s."
502
 
503
- #: includes/class-freemius.php:19524
504
  msgid "O.K"
505
  msgstr "O.K"
506
 
507
- #: includes/class-freemius.php:19577
508
  msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
509
  msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
510
 
511
- #: includes/class-freemius.php:19586
512
  msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
513
  msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
514
 
515
- #: includes/class-freemius.php:19628
516
  msgid "You are already running the %s in a trial mode."
517
  msgstr "Du benytter allerede %s under en prøveperiode."
518
 
519
- #: includes/class-freemius.php:19639
520
  msgid "You already utilized a trial before."
521
  msgstr "Du har allerede brugt din prøveperiode."
522
 
523
- #: includes/class-freemius.php:19653
524
  msgid "Plan %s do not exist, therefore, can't start a trial."
525
  msgstr "Plan %s eksisterer ikke og kan derfor ikke starte prøveperiode."
526
 
527
- #: includes/class-freemius.php:19664
528
  msgid "Plan %s does not support a trial period."
529
  msgstr "Plan %s understøtter ikke en prøveperiode."
530
 
531
- #: includes/class-freemius.php:19675
532
  msgid "None of the %s's plans supports a trial period."
533
  msgstr "Ingen af %s's planer understøtter prøveperiode."
534
 
535
- #: includes/class-freemius.php:19725
536
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
537
  msgstr "Det lader ikke til du er i en prøveperiode længere, så der er ikke noget at annullere :-)"
538
 
539
- #: includes/class-freemius.php:19761
540
  msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
541
  msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
542
 
543
- #: includes/class-freemius.php:19780
544
  msgid "Your %s free trial was successfully cancelled."
545
  msgstr "Din gratis prøveperiode for %s er blevet annulleret."
546
 
547
- #: includes/class-freemius.php:20096
548
  msgid "Version %s was released."
549
  msgstr "Version %s er blevet udgivet."
550
 
551
- #: includes/class-freemius.php:20096
552
  msgid "Please download %s."
553
  msgstr "Download venligst %s."
554
 
555
- #: includes/class-freemius.php:20103
556
  msgid "the latest %s version here"
557
  msgstr "den seneste version af %s her"
558
 
559
- #: includes/class-freemius.php:20108
560
  msgid "New"
561
  msgstr "Ny"
562
 
563
- #: includes/class-freemius.php:20113
564
  msgid "Seems like you got the latest release."
565
  msgstr "Det ser ud til, at du har den seneste udgivelse."
566
 
567
- #: includes/class-freemius.php:20114
568
  msgid "You are all good!"
569
  msgstr "Det var det!"
570
 
571
- #: includes/class-freemius.php:20384
572
  msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
573
  msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
574
 
575
- #: includes/class-freemius.php:20523
576
  msgid "Site successfully opted in."
577
  msgstr "Websted er tilmeldt."
578
 
579
- #: includes/class-freemius.php20524, includes/class-freemius.php:21364
580
  msgid "Awesome"
581
  msgstr "Sejt"
582
 
583
- #: includes/class-freemius.php20540, templates/forms/optout.php:32
584
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
585
  msgstr "Vi sætter pris på din hjælp med at forbedre %s ved at lade os indsamle brugsdata."
586
 
587
- #: includes/class-freemius.php:20541
588
  msgid "Thank you!"
589
  msgstr "Mange tak!"
590
 
591
- #: includes/class-freemius.php:20548
592
  msgid "We will no longer be sending any usage data of %s on %s to %s."
593
  msgstr "Vi vil ikke længere indsende brugsdata af %s på %s til %s."
594
 
595
- #: includes/class-freemius.php:20677
596
  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."
597
  msgstr "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."
598
 
599
- #: includes/class-freemius.php:20683
600
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
601
  msgstr "Tak fordi du bekræftede skift af ejerskab. En e-mail er blevet sendt til %s for sidste godkendelse."
602
 
603
- #: includes/class-freemius.php:20688
604
  msgid "%s is the new owner of the account."
605
  msgstr "%s er den nye ejer af kontoen."
606
 
607
- #: includes/class-freemius.php:20690
608
  msgctxt "as congratulations"
609
  msgid "Congrats"
610
  msgstr "Tillykke"
611
 
612
- #: includes/class-freemius.php:20710
613
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
614
- msgstr "Beklager, vi kunne ikke opdatere e-mailen. Der er allerede registreret en anden bruger med samme e-mail."
615
-
616
- #: includes/class-freemius.php:20711
617
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
618
- msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
619
-
620
- #: includes/class-freemius.php:20718
621
- msgid "Change Ownership"
622
- msgstr "Skift ejerskab"
623
-
624
- #: includes/class-freemius.php:20726
625
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
626
  msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
627
 
628
- #: includes/class-freemius.php:20738
629
  msgid "Please provide your full name."
630
  msgstr "Indtast venligst dit fulde navn."
631
 
632
- #: includes/class-freemius.php:20743
633
  msgid "Your name was successfully updated."
634
  msgstr "Dit navn er blevet opdateret."
635
 
636
- #: includes/class-freemius.php:20804
637
  msgid "You have successfully updated your %s."
638
  msgstr "Opdatering af %s blev gennemført."
639
 
640
- #: includes/class-freemius.php:20944
641
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
642
  msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
643
 
644
- #: includes/class-freemius.php:20945
645
  msgctxt "advance notice of something that will need attention."
646
  msgid "Heads up"
647
  msgstr "Se her"
648
 
649
- #: includes/class-freemius.php:21404
650
  msgctxt "exclamation"
651
  msgid "Hey"
652
  msgstr "Hey"
653
 
654
- #: includes/class-freemius.php:21404
655
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
656
  msgstr "Hvad synes du om %s indtil videre? Test alle vores premium funktioner i %s med en %d-dags gratis prøveperiode."
657
 
658
- #: includes/class-freemius.php:21412
659
  msgid "No commitment for %s days - cancel anytime!"
660
  msgstr "Ingen bindinger i %s dage - annuller når som helst!"
661
 
662
- #: includes/class-freemius.php:21413
663
  msgid "No credit card required"
664
  msgstr "Betalingskort ikke påkrævet"
665
 
666
- #: includes/class-freemius.php21420, templates/forms/trial-start.php:53
667
  msgctxt "call to action"
668
  msgid "Start free trial"
669
  msgstr "Start gratis prøveperiode"
670
 
671
- #: includes/class-freemius.php:21497
672
  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!"
673
  msgstr "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!"
674
 
675
- #: includes/class-freemius.php:21506
676
  msgid "Learn more"
677
  msgstr "Læs mere"
678
 
679
- #: includes/class-freemius.php21692, templates/account.php474,
680
- #: templates/account.php595, templates/connect.php171,
681
- #: templates/connect.php421, templates/forms/license-activation.php27,
682
- #: templates/account/partials/addon.php:287
683
  msgid "Activate License"
684
  msgstr "Aktiver licens"
685
 
686
- #: includes/class-freemius.php21693, templates/account.php543,
687
- #: templates/account.php594, templates/account/partials/site.php:256
 
688
  msgid "Change License"
689
  msgstr "Skift licens"
690
 
691
- #: includes/class-freemius.php21789, templates/account/partials/site.php:161
692
  msgid "Opt Out"
693
  msgstr "Frameld"
694
 
695
- #: includes/class-freemius.php21791, includes/class-freemius.php21797,
696
- #: templates/account/partials/site.php43,
697
- #: templates/account/partials/site.php:161
698
  msgid "Opt In"
699
  msgstr "Tilmeld"
700
 
701
- #: includes/class-freemius.php:22025
702
  msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
703
  msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
704
 
705
- #: includes/class-freemius.php:22033
706
  msgid "Activate %s features"
707
  msgstr "Aktiver funktioner i %s"
708
 
709
- #: includes/class-freemius.php:22046
710
  msgid "Please follow these steps to complete the upgrade"
711
  msgstr "Følg venligst disse trin for at færdiggøre opgraderingen"
712
 
713
- #: includes/class-freemius.php:22050
714
  msgid "Download the latest %s version"
715
  msgstr "Download den seneste version af %s"
716
 
717
- #: includes/class-freemius.php:22054
718
  msgid "Upload and activate the downloaded version"
719
  msgstr "Upload og aktiver den downloadede version"
720
 
721
- #: includes/class-freemius.php:22056
722
  msgid "How to upload and activate?"
723
  msgstr "Upload og aktivering, hvordan?"
724
 
725
- #: includes/class-freemius.php:22190
726
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
727
  msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
728
 
729
- #: includes/class-freemius.php:22351
730
  msgid "Auto installation only works for opted-in users."
731
  msgstr "Auto-installation fungerer kun for tilmeldte brugere."
732
 
733
- #: includes/class-freemius.php22361, includes/class-freemius.php22394,
734
- #: includes/class-fs-plugin-updater.php1212,
735
- #: includes/class-fs-plugin-updater.php:1226
736
  msgid "Invalid module ID."
737
  msgstr "Ugyldigt modul-ID."
738
 
739
- #: includes/class-freemius.php22370, includes/class-fs-plugin-updater.php:1248
740
  msgid "Premium version already active."
741
  msgstr "Premium version allerede aktiv."
742
 
743
- #: includes/class-freemius.php:22377
744
  msgid "You do not have a valid license to access the premium version."
745
  msgstr "Du har ikke en gyldig licens til at benytte premium-versionen."
746
 
747
- #: includes/class-freemius.php:22384
748
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
749
  msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
750
 
751
- #: includes/class-freemius.php22402, includes/class-fs-plugin-updater.php:1247
752
  msgid "Premium add-on version already installed."
753
  msgstr "Premium tilføjelse er allerede installeret."
754
 
755
- #: includes/class-freemius.php:22752
756
  msgid "View paid features"
757
  msgstr "Vis betalte features"
758
 
759
- #: includes/class-freemius.php:23074
760
  msgid "Thank you so much for using %s and its add-ons!"
761
  msgstr "Mange tak for, at du benytter %s og tilhørende add-ons!"
762
 
763
- #: includes/class-freemius.php:23075
764
  msgid "Thank you so much for using %s!"
765
  msgstr "Tak fordi du benytter %s!"
766
 
767
- #: includes/class-freemius.php:23081
768
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
769
  msgstr "Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at forbedre %s."
770
 
771
- #: includes/class-freemius.php:23085
772
  msgid "Thank you so much for using our products!"
773
  msgstr "Mange tak for at benytte vores produkter!"
774
 
775
- #: includes/class-freemius.php:23086
776
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
777
  msgstr "Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at forbedre dem."
778
 
779
- #: includes/class-freemius.php:23105
780
  msgid "%s and its add-ons"
781
  msgstr "%s og tilføjelser"
782
 
783
- #: includes/class-freemius.php:23114
784
  msgid "Products"
785
  msgstr "Produkter"
786
 
787
- #: includes/class-freemius.php23121, templates/connect.php:272
788
  msgid "Yes"
789
  msgstr "Ja"
790
 
791
- #: includes/class-freemius.php23122, templates/connect.php:273
792
  msgid "send me security & feature updates, educational content and offers."
793
  msgstr "send mig sikkerheds- og feature-opdateringer, informativt indhold og tilbud."
794
 
795
- #: includes/class-freemius.php23123, templates/connect.php:278
796
  msgid "No"
797
  msgstr "Nej"
798
 
799
- #: includes/class-freemius.php23125, templates/connect.php:280
800
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
801
  msgstr "send %sIKKE%s sikkerheds- og feature-opdateringer, informativt indhold og tilbud."
802
 
803
- #: includes/class-freemius.php:23135
804
  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 :-)"
805
  msgstr "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 :-)"
806
 
807
- #: includes/class-freemius.php23137, templates/connect.php:287
808
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
809
  msgstr "Lad os vide, om vi har lov til at kontakte dig med sikkerheds- og feature-opdateringer, informativt indhold og lejlighedsvise tilbud:"
810
 
811
- #: includes/class-freemius.php:23419
812
  msgid "License key is empty."
813
  msgstr "Licensnøglen er tom."
814
 
@@ -822,680 +841,697 @@ msgstr "Forny licens"
822
  msgid "Buy license"
823
  msgstr "Køb licens"
824
 
825
- #: includes/class-fs-plugin-updater.php321,
826
- #: includes/class-fs-plugin-updater.php:354
827
  msgid "There is a %s of %s available."
828
  msgstr "There is a %s of %s available."
829
 
830
- #: includes/class-fs-plugin-updater.php323,
831
- #: includes/class-fs-plugin-updater.php:359
832
  msgid "new Beta version"
833
  msgstr "ny Beta-version"
834
 
835
- #: includes/class-fs-plugin-updater.php324,
836
- #: includes/class-fs-plugin-updater.php:360
837
  msgid "new version"
838
  msgstr "ny version"
839
 
840
- #: includes/class-fs-plugin-updater.php:383
841
  msgid "Important Upgrade Notice:"
842
  msgstr "Vigtig meddelelse til opgradering:"
843
 
844
- #: includes/class-fs-plugin-updater.php:1277
845
  msgid "Installing plugin: %s"
846
  msgstr "Installerer plugin: %s"
847
 
848
- #: includes/class-fs-plugin-updater.php:1318
849
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
850
  msgstr "Unable to connect to the filesystem. Please confirm your credentials."
851
 
852
- #: includes/class-fs-plugin-updater.php:1500
853
  msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
854
  msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
855
 
856
- #: includes/fs-plugin-info-dialog.php:514
857
  msgid "Purchase More"
858
  msgstr "Køb flere"
859
 
860
- #: includes/fs-plugin-info-dialog.php515,
861
- #: templates/account/partials/addon.php:348
862
  msgctxt "verb"
863
  msgid "Purchase"
864
  msgstr "Køb"
865
 
866
- #: includes/fs-plugin-info-dialog.php:519
867
  msgid "Start my free %s"
868
  msgstr "Start min gratis %s"
869
 
870
- #: includes/fs-plugin-info-dialog.php:717
871
  msgid "Install Free Version Update Now"
872
  msgstr "Installer opdatering til gratis version nu"
873
 
874
- #: includes/fs-plugin-info-dialog.php718, templates/account.php:534
875
  msgid "Install Update Now"
876
  msgstr "Installer opdatering nu"
877
 
878
- #: includes/fs-plugin-info-dialog.php:727
879
  msgid "Install Free Version Now"
880
  msgstr "Installer gratis version nu"
881
 
882
- #: includes/fs-plugin-info-dialog.php728, templates/add-ons.php262,
883
  #: templates/auto-installation.php111,
884
- #: templates/account/partials/addon.php328,
885
- #: templates/account/partials/addon.php:380
886
  msgid "Install Now"
887
  msgstr "Installer nu"
888
 
889
- #: includes/fs-plugin-info-dialog.php:744
890
  msgctxt "as download latest version"
891
  msgid "Download Latest Free Version"
892
  msgstr "Download seneste gratis version"
893
 
894
- #: includes/fs-plugin-info-dialog.php745, templates/account.php85,
895
- #: templates/add-ons.php34, templates/account/partials/addon.php:25
896
  msgctxt "as download latest version"
897
  msgid "Download Latest"
898
  msgstr "Download seneste"
899
 
900
- #: includes/fs-plugin-info-dialog.php760, templates/add-ons.php268,
901
- #: templates/account/partials/addon.php319,
902
- #: templates/account/partials/addon.php:374
903
  msgid "Activate this add-on"
904
  msgstr "Aktiver denne tilføjelse"
905
 
906
- #: includes/fs-plugin-info-dialog.php762, templates/connect.php:418
907
  msgid "Activate Free Version"
908
  msgstr "Aktiver gratis version"
909
 
910
- #: includes/fs-plugin-info-dialog.php763, templates/account.php109,
911
- #: templates/add-ons.php269, templates/account/partials/addon.php:49
912
  msgid "Activate"
913
  msgstr "Aktiver"
914
 
915
- #: includes/fs-plugin-info-dialog.php:973
916
  msgctxt "Plugin installer section title"
917
  msgid "Description"
918
  msgstr "Beskrivelse"
919
 
920
- #: includes/fs-plugin-info-dialog.php:974
921
  msgctxt "Plugin installer section title"
922
  msgid "Installation"
923
  msgstr "Installering"
924
 
925
- #: includes/fs-plugin-info-dialog.php:975
926
  msgctxt "Plugin installer section title"
927
  msgid "FAQ"
928
  msgstr "FAQ"
929
 
930
- #: includes/fs-plugin-info-dialog.php976,
931
  #: templates/plugin-info/description.php:55
932
  msgid "Screenshots"
933
  msgstr "Skærmbilleder"
934
 
935
- #: includes/fs-plugin-info-dialog.php:977
936
  msgctxt "Plugin installer section title"
937
  msgid "Changelog"
938
  msgstr "Ændringslog"
939
 
940
- #: includes/fs-plugin-info-dialog.php:978
941
  msgctxt "Plugin installer section title"
942
  msgid "Reviews"
943
  msgstr "Anmeldelser"
944
 
945
- #: includes/fs-plugin-info-dialog.php:979
946
  msgctxt "Plugin installer section title"
947
  msgid "Other Notes"
948
  msgstr "Andre noter"
949
 
950
- #: includes/fs-plugin-info-dialog.php:994
951
  msgctxt "Plugin installer section title"
952
  msgid "Features & Pricing"
953
  msgstr "Funktioner og priser"
954
 
955
- #: includes/fs-plugin-info-dialog.php:1004
956
  msgid "Plugin Install"
957
  msgstr "Plugin-installering"
958
 
959
- #: includes/fs-plugin-info-dialog.php:1076
960
  msgctxt "e.g. Professional Plan"
961
  msgid "%s Plan"
962
  msgstr "%s Plan"
963
 
964
- #: includes/fs-plugin-info-dialog.php:1102
965
  msgctxt "e.g. the best product"
966
  msgid "Best"
967
  msgstr "Bedste"
968
 
969
- #: includes/fs-plugin-info-dialog.php1108,
970
- #: includes/fs-plugin-info-dialog.php:1128
971
  msgctxt "as every month"
972
  msgid "Monthly"
973
  msgstr "Månedligt"
974
 
975
- #: includes/fs-plugin-info-dialog.php:1111
976
  msgctxt "as once a year"
977
  msgid "Annual"
978
  msgstr "Årligt"
979
 
980
- #: includes/fs-plugin-info-dialog.php:1114
981
  msgid "Lifetime"
982
  msgstr "Livstid"
983
 
984
- #: includes/fs-plugin-info-dialog.php1128,
985
- #: includes/fs-plugin-info-dialog.php1130,
986
- #: includes/fs-plugin-info-dialog.php:1132
987
  msgctxt "e.g. billed monthly"
988
  msgid "Billed %s"
989
  msgstr "Faktureret %s"
990
 
991
- #: includes/fs-plugin-info-dialog.php:1130
992
  msgctxt "as once a year"
993
  msgid "Annually"
994
  msgstr "Årligt"
995
 
996
- #: includes/fs-plugin-info-dialog.php:1132
997
  msgctxt "as once a year"
998
  msgid "Once"
999
  msgstr "Engangsbeløb"
1000
 
1001
- #: includes/fs-plugin-info-dialog.php:1138
1002
  msgid "Single Site License"
1003
  msgstr "Enkelt site licens"
1004
 
1005
- #: includes/fs-plugin-info-dialog.php:1140
1006
  msgid "Unlimited Licenses"
1007
  msgstr "Ubegrænsede licenser"
1008
 
1009
- #: includes/fs-plugin-info-dialog.php:1142
1010
  msgid "Up to %s Sites"
1011
  msgstr "Op til %s websteder"
1012
 
1013
- #: includes/fs-plugin-info-dialog.php1152,
1014
  #: templates/plugin-info/features.php:82
1015
  msgctxt "as monthly period"
1016
  msgid "mo"
1017
  msgstr "md"
1018
 
1019
- #: includes/fs-plugin-info-dialog.php1159,
1020
  #: templates/plugin-info/features.php:80
1021
  msgctxt "as annual period"
1022
  msgid "year"
1023
  msgstr "år"
1024
 
1025
- #: includes/fs-plugin-info-dialog.php:1213
1026
  msgctxt "noun"
1027
  msgid "Price"
1028
  msgstr "Pris"
1029
 
1030
- #: includes/fs-plugin-info-dialog.php:1261
1031
  msgid "Save %s"
1032
  msgstr "Spar %s"
1033
 
1034
- #: includes/fs-plugin-info-dialog.php:1271
1035
  msgid "No commitment for %s - cancel anytime"
1036
  msgstr "Ingen bindinger ved %s - annuller når som helst"
1037
 
1038
- #: includes/fs-plugin-info-dialog.php:1274
1039
  msgid "After your free %s, pay as little as %s"
1040
  msgstr "Efter din gratis %s er prisen kun %s"
1041
 
1042
- #: includes/fs-plugin-info-dialog.php:1285
1043
  msgid "Details"
1044
  msgstr "Detaljer"
1045
 
1046
- #: includes/fs-plugin-info-dialog.php1289, templates/account.php96,
1047
- #: templates/debug.php203, templates/debug.php240, templates/debug.php449,
1048
  #: templates/account/partials/addon.php:36
1049
  msgctxt "product version"
1050
  msgid "Version"
1051
  msgstr "Version"
1052
 
1053
- #: includes/fs-plugin-info-dialog.php:1296
1054
  msgctxt "as the plugin author"
1055
  msgid "Author"
1056
  msgstr "Forfatter"
1057
 
1058
- #: includes/fs-plugin-info-dialog.php:1303
1059
  msgid "Last Updated"
1060
  msgstr "Senest opdateret"
1061
 
1062
- #: includes/fs-plugin-info-dialog.php1308, templates/account.php:444
1063
  msgctxt "x-ago"
1064
  msgid "%s ago"
1065
  msgstr "%s siden"
1066
 
1067
- #: includes/fs-plugin-info-dialog.php:1317
1068
  msgid "Requires WordPress Version"
1069
  msgstr "Kræver WordPress-version"
1070
 
1071
- #: includes/fs-plugin-info-dialog.php:1318
1072
  msgid "%s or higher"
1073
  msgstr "%s eller højere"
1074
 
1075
- #: includes/fs-plugin-info-dialog.php:1325
1076
  msgid "Compatible up to"
1077
  msgstr "Kompatibel op til"
1078
 
1079
- #: includes/fs-plugin-info-dialog.php:1333
1080
  msgid "Downloaded"
1081
  msgstr "Downloadet"
1082
 
1083
- #: includes/fs-plugin-info-dialog.php:1337
1084
  msgid "%s time"
1085
  msgstr "%s gang"
1086
 
1087
- #: includes/fs-plugin-info-dialog.php:1339
1088
  msgid "%s times"
1089
  msgstr "%s gange"
1090
 
1091
- #: includes/fs-plugin-info-dialog.php:1349
1092
  msgid "WordPress.org Plugin Page"
1093
  msgstr "WordPress.org Plugin-side"
1094
 
1095
- #: includes/fs-plugin-info-dialog.php:1357
1096
  msgid "Plugin Homepage"
1097
  msgstr "Plugin-websted"
1098
 
1099
- #: includes/fs-plugin-info-dialog.php1365,
1100
- #: includes/fs-plugin-info-dialog.php:1447
1101
  msgid "Donate to this plugin"
1102
  msgstr "Donér til dette plugin"
1103
 
1104
- #: includes/fs-plugin-info-dialog.php:1372
1105
  msgid "Average Rating"
1106
  msgstr "Gennemsnitlig vurdering"
1107
 
1108
- #: includes/fs-plugin-info-dialog.php:1379
1109
  msgid "based on %s"
1110
  msgstr "baseret på %s"
1111
 
1112
- #: includes/fs-plugin-info-dialog.php:1383
1113
  msgid "%s rating"
1114
  msgstr "%s vurdering"
1115
 
1116
- #: includes/fs-plugin-info-dialog.php:1385
1117
  msgid "%s ratings"
1118
  msgstr "%s vurderinger"
1119
 
1120
- #: includes/fs-plugin-info-dialog.php:1400
1121
  msgid "%s star"
1122
  msgstr "%s stjerne"
1123
 
1124
- #: includes/fs-plugin-info-dialog.php:1402
1125
  msgid "%s stars"
1126
  msgstr "%s stjerner"
1127
 
1128
- #: includes/fs-plugin-info-dialog.php:1413
1129
  msgid "Click to see reviews that provided a rating of %s"
1130
  msgstr "Click to see reviews that provided a rating of %s"
1131
 
1132
- #: includes/fs-plugin-info-dialog.php:1426
1133
  msgid "Contributors"
1134
  msgstr "Bidragsydere"
1135
 
1136
- #: includes/fs-plugin-info-dialog.php1455,
1137
- #: includes/fs-plugin-info-dialog.php:1457
1138
  msgid "Warning"
1139
  msgstr "Advarsel"
1140
 
1141
- #: includes/fs-plugin-info-dialog.php:1455
1142
  msgid "This plugin has not been tested with your current version of WordPress."
1143
  msgstr "Dette plugin er ikke blevet testet med din nuværende version af WordPress."
1144
 
1145
- #: includes/fs-plugin-info-dialog.php:1457
1146
  msgid "This plugin has not been marked as compatible with your version of WordPress."
1147
  msgstr "Dette plugin er ikke markeret som kompatibel med din nuværende version af WordPress."
1148
 
1149
- #: includes/fs-plugin-info-dialog.php:1476
1150
  msgid "Paid add-on must be deployed to Freemius."
1151
  msgstr "Paid add-on must be deployed to Freemius."
1152
 
1153
- #: includes/fs-plugin-info-dialog.php:1477
1154
  msgid "Add-on must be deployed to WordPress.org or Freemius."
1155
  msgstr "Add-on must be deployed to WordPress.org or Freemius."
1156
 
1157
- #: includes/fs-plugin-info-dialog.php:1498
1158
  msgid "Newer Version (%s) Installed"
1159
  msgstr "Nyere version (%s) installeret"
1160
 
1161
- #: includes/fs-plugin-info-dialog.php:1499
1162
  msgid "Newer Free Version (%s) Installed"
1163
  msgstr "Nyere gratis version (%s) installeret"
1164
 
1165
- #: includes/fs-plugin-info-dialog.php:1506
1166
  msgid "Latest Version Installed"
1167
  msgstr "Seneste version installeret"
1168
 
1169
- #: includes/fs-plugin-info-dialog.php:1507
1170
  msgid "Latest Free Version Installed"
1171
  msgstr "Seneste gratis version installeret"
1172
 
1173
- #: templates/account.php86, templates/forms/subscription-cancellation.php96,
1174
  #: templates/account/partials/addon.php26,
1175
- #: templates/account/partials/site.php:295
1176
  msgid "Downgrading your plan"
1177
  msgstr "Nedgraderer din plan"
1178
 
1179
- #: templates/account.php87, templates/forms/subscription-cancellation.php97,
1180
  #: templates/account/partials/addon.php27,
1181
- #: templates/account/partials/site.php:296
1182
  msgid "Cancelling the subscription"
1183
  msgstr "Annullerer abonnementet"
1184
 
1185
  #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1186
  #. subscription'
1187
- #: templates/account.php:89
 
1188
  msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1189
  msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1190
 
1191
- #: templates/account.php90, templates/forms/subscription-cancellation.php100,
1192
  #: templates/account/partials/addon.php30,
1193
- #: templates/account/partials/site.php:299
1194
  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."
1195
  msgstr "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."
1196
 
1197
- #: templates/account.php91, templates/forms/subscription-cancellation.php106,
1198
  #: templates/account/partials/addon.php:31
1199
  msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1200
  msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1201
 
1202
- #: templates/account.php92, templates/forms/subscription-cancellation.php101,
1203
  #: templates/account/partials/addon.php32,
1204
- #: templates/account/partials/site.php:300
1205
  msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1206
  msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1207
 
1208
- #: templates/account.php93, templates/forms/subscription-cancellation.php102,
1209
  #: templates/account/partials/addon.php33,
1210
- #: templates/account/partials/site.php:301
1211
  msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1212
  msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1213
 
1214
  #. translators: %s: Plan title (e.g. "Professional")
1215
- #: templates/account.php95,
1216
  #: templates/account/partials/activate-license-button.php31,
1217
  #: templates/account/partials/addon.php:35
1218
  msgid "Activate %s Plan"
1219
  msgstr "Aktiver %s plan"
1220
 
1221
  #. translators: %s: Time period (e.g. Auto renews in "2 months")
1222
- #: templates/account.php98, templates/account/partials/addon.php38,
1223
- #: templates/account/partials/site.php:275
1224
  msgid "Auto renews in %s"
1225
  msgstr "Auto-fornyer om %s"
1226
 
1227
  #. translators: %s: Time period (e.g. Expires in "2 months")
1228
- #: templates/account.php100, templates/account/partials/addon.php40,
1229
- #: templates/account/partials/site.php:277
1230
  msgid "Expires in %s"
1231
  msgstr "Udløber om %s"
1232
 
1233
- #: templates/account.php101, templates/account/partials/addon.php:41
1234
  msgctxt "as synchronize license"
1235
  msgid "Sync License"
1236
  msgstr "Synkroniser licens"
1237
 
1238
- #: templates/account.php102, templates/account/partials/addon.php:42
1239
  msgid "Cancel Trial"
1240
  msgstr "Annuller prøveperiode"
1241
 
1242
- #: templates/account.php103, templates/account/partials/addon.php:43
1243
  msgid "Change Plan"
1244
  msgstr "Skift plan"
1245
 
1246
- #: templates/account.php104, templates/account/partials/addon.php:44
1247
  msgctxt "verb"
1248
  msgid "Upgrade"
1249
  msgstr "Opgrader"
1250
 
1251
- #: templates/account.php106, templates/account/partials/addon.php46,
1252
- #: templates/account/partials/site.php:302
1253
  msgctxt "verb"
1254
  msgid "Downgrade"
1255
  msgstr "Nedgrader"
1256
 
1257
- #: templates/account.php108, templates/add-ons.php187,
1258
  #: templates/plugin-info/features.php72,
1259
- #: templates/account/partials/addon.php48,
1260
- #: templates/account/partials/site.php:31
1261
  msgid "Free"
1262
  msgstr "Gratis"
1263
 
1264
- #: templates/account.php110, templates/debug.php372,
1265
  #: includes/customizer/class-fs-customizer-upsell-control.php110,
1266
- #: templates/account/partials/addon.php:50
1267
  msgctxt "as product pricing plan"
1268
  msgid "Plan"
1269
  msgstr "Plan"
1270
 
1271
- #: templates/account.php:111
1272
  msgid "Bundle Plan"
1273
  msgstr "Bundle Plan"
1274
 
1275
- #: templates/account.php:185
1276
  msgid "Free Trial"
1277
  msgstr "Gratis prøveperiode"
1278
 
1279
- #: templates/account.php:196
1280
  msgid "Account Details"
1281
  msgstr "Kontodetaljer"
1282
 
1283
- #: templates/account.php:200
 
 
 
 
 
 
 
 
1284
  msgid "Billing & Invoices"
1285
  msgstr "Fakturering"
1286
 
1287
- #: templates/account.php:210
1288
  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?"
1289
  msgstr "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?"
1290
 
1291
- #: templates/account.php:212
1292
  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?"
1293
  msgstr "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?"
1294
 
1295
- #: templates/account.php:215
1296
  msgid "Delete Account"
1297
  msgstr "Slet konto"
1298
 
1299
- #: templates/account.php227, templates/account/partials/addon.php211,
1300
  #: templates/account/partials/deactivate-license-button.php:35
1301
  msgid "Deactivate License"
1302
  msgstr "Deaktiver licens"
1303
 
1304
- #: templates/account.php250, templates/forms/subscription-cancellation.php:125
1305
  msgid "Are you sure you want to proceed?"
1306
  msgstr "Er du sikker på, du vil fortsætte?"
1307
 
1308
- #: templates/account.php250, templates/account/partials/addon.php:234
1309
  msgid "Cancel Subscription"
1310
  msgstr "Annuller abonnement"
1311
 
1312
- #: templates/account.php:278
1313
  msgctxt "as synchronize"
1314
  msgid "Sync"
1315
  msgstr "Synkroniser"
1316
 
1317
- #: templates/account.php292, templates/debug.php:484
1318
  msgid "Name"
1319
  msgstr "Navn"
1320
 
1321
- #: templates/account.php298, templates/debug.php:485
1322
  msgid "Email"
1323
  msgstr "E-mail"
1324
 
1325
- #: templates/account.php305, templates/debug.php371, templates/debug.php:523
1326
  msgid "User ID"
1327
  msgstr "Bruger-ID"
1328
 
1329
- #: templates/account.php322, templates/account.php608,
1330
- #: templates/account.php653, templates/debug.php238, templates/debug.php365,
1331
- #: templates/debug.php446, templates/debug.php483, templates/debug.php521,
1332
- #: templates/debug.php594, templates/account/payments.php35,
1333
  #: templates/debug/logger.php:21
1334
  msgid "ID"
1335
  msgstr "ID"
1336
 
1337
- #: templates/account.php:329
1338
  msgid "Site ID"
1339
  msgstr "Websteds-ID"
1340
 
1341
- #: templates/account.php:332
1342
  msgid "No ID"
1343
  msgstr "Intet ID"
1344
 
1345
- #: templates/account.php337, templates/debug.php245, templates/debug.php373,
1346
- #: templates/debug.php450, templates/debug.php487,
1347
- #: templates/account/partials/site.php:219
1348
  msgid "Public Key"
1349
  msgstr "Offentlig nøgle"
1350
 
1351
- #: templates/account.php343, templates/debug.php374, templates/debug.php451,
1352
- #: templates/debug.php488, templates/account/partials/site.php:231
1353
  msgid "Secret Key"
1354
  msgstr "Privat nøgle"
1355
 
1356
- #: templates/account.php:346
1357
  msgctxt "as secret encryption key missing"
1358
  msgid "No Secret"
1359
  msgstr "Ingen privat nøgle"
1360
 
1361
- #: templates/account.php373, templates/account/partials/site.php112,
1362
- #: templates/account/partials/site.php:114
1363
  msgid "Trial"
1364
  msgstr "Prøveperiode"
1365
 
1366
- #: templates/account.php400, templates/debug.php528,
1367
- #: templates/account/partials/site.php:248
1368
  msgid "License Key"
1369
  msgstr "Licensnøgle"
1370
 
1371
- #: templates/account.php:429
1372
  msgid "Join the Beta program"
1373
  msgstr "Deltag i Beta-programmet"
1374
 
1375
- #: templates/account.php:435
1376
  msgid "not verified"
1377
  msgstr "ikke verificeret"
1378
 
1379
- #: templates/account.php444, templates/account/partials/addon.php:172
1380
  msgid "Expired"
1381
  msgstr "Udløbet"
1382
 
1383
- #: templates/account.php:502
1384
  msgid "Premium version"
1385
  msgstr "Premium version"
1386
 
1387
- #: templates/account.php:504
1388
  msgid "Free version"
1389
  msgstr "Gratis version"
1390
 
1391
- #: templates/account.php:516
1392
  msgid "Verify Email"
1393
  msgstr "Verificer e-mail"
1394
 
1395
- #: templates/account.php:527
1396
  msgid "Download %s Version"
1397
  msgstr "Download 1%s version"
1398
 
1399
- #: templates/account.php541, templates/account.php749,
1400
- #: templates/account/partials/site.php237,
1401
- #: templates/account/partials/site.php:255
 
 
 
 
1402
  msgctxt "verb"
1403
  msgid "Show"
1404
  msgstr "Vis"
1405
 
1406
- #: templates/account.php:555
1407
  msgid "What is your %s?"
1408
  msgstr "Angiv venligst %s?"
1409
 
1410
- #: templates/account.php563, templates/account/billing.php:21
1411
  msgctxt "verb"
1412
  msgid "Edit"
1413
  msgstr "Rediger"
1414
 
1415
- #: templates/account.php:588
 
 
 
 
1416
  msgid "Sites"
1417
  msgstr "Websteder"
1418
 
1419
- #: templates/account.php:599
1420
  msgid "Search by address"
1421
  msgstr "Søg efter adresse"
1422
 
1423
- #: templates/account.php609, templates/debug.php:368
1424
  msgid "Address"
1425
  msgstr "Adresse"
1426
 
1427
- #: templates/account.php:610
1428
  msgid "License"
1429
  msgstr "Licens"
1430
 
1431
- #: templates/account.php:611
1432
  msgid "Plan"
1433
  msgstr "Plan"
1434
 
1435
- #: templates/account.php:656
1436
  msgctxt "as software license"
1437
  msgid "License"
1438
  msgstr "Licens"
1439
 
1440
- #: templates/account.php:743
1441
  msgctxt "verb"
1442
  msgid "Hide"
1443
  msgstr "Skjul"
1444
 
1445
- #: templates/account.php:765
1446
  msgid "Processing"
1447
  msgstr "Arbejder"
1448
 
1449
- #: templates/account.php:768
1450
  msgid "Get updates for bleeding edge Beta versions of %s."
1451
  msgstr "Get updates for bleeding edge Beta versions of %s."
1452
 
1453
- #: templates/account.php:826
1454
  msgid "Cancelling %s"
1455
  msgstr "Annullerer %s"
1456
 
1457
- #: templates/account.php826, templates/account.php843,
1458
  #: templates/forms/subscription-cancellation.php27,
1459
  #: templates/forms/deactivation/form.php:133
1460
  msgid "trial"
1461
  msgstr "prøveperiode"
1462
 
1463
- #: templates/account.php841, templates/forms/deactivation/form.php:150
1464
  msgid "Cancelling %s..."
1465
  msgstr "Annullerer %s..."
1466
 
1467
- #: templates/account.php844, templates/forms/subscription-cancellation.php28,
1468
  #: templates/forms/deactivation/form.php:134
1469
  msgid "subscription"
1470
  msgstr "abonnement"
1471
 
1472
- #: templates/account.php:858
1473
  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?"
1474
  msgstr "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1475
 
1476
- #: templates/add-ons.php:35
1477
  msgid "View details"
1478
  msgstr "Vis detaljer"
1479
 
1480
- #: templates/add-ons.php:45
1481
  msgid "Add Ons for %s"
1482
  msgstr "Tilføjelser til %s"
1483
 
1484
- #: templates/add-ons.php:55
1485
- msgid "We could'nt load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
1486
- msgstr "We could'nt load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
1487
 
1488
- #: templates/add-ons.php:173
1489
  msgctxt "active add-on"
1490
  msgid "Active"
1491
  msgstr "Aktiv"
1492
 
1493
- #: templates/add-ons.php:174
1494
  msgctxt "installed add-on"
1495
  msgid "Installed"
1496
  msgstr "Installeret"
1497
 
1498
- #: templates/admin-notice.php13, templates/forms/license-activation.php211,
1499
  #: templates/forms/resend-key.php:77
1500
  msgctxt "as close a window"
1501
  msgid "Dismiss"
@@ -1535,158 +1571,167 @@ msgctxt "greeting"
1535
  msgid "Hey %s,"
1536
  msgstr "Hey %s,"
1537
 
1538
- #: templates/connect.php:154
1539
  msgid "Allow & Continue"
1540
  msgstr "Tillad & Fortsæt"
1541
 
1542
- #: templates/connect.php:158
1543
  msgid "Re-send activation email"
1544
  msgstr "Gensend e-mail om aktivering"
1545
 
1546
- #: templates/connect.php:162
1547
  msgid "Thanks %s!"
1548
  msgstr "Tak %s!"
1549
 
1550
- #: templates/connect.php172, templates/forms/license-activation.php:46
1551
  msgid "Agree & Activate License"
1552
  msgstr "Accepter & aktiver licens"
1553
 
1554
- #: templates/connect.php:181
1555
  msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1556
  msgstr "Tak for at købe %s! For at komme i gang, venligst indtast din licensnøgle:"
1557
 
1558
- #: templates/connect.php:188
1559
  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."
1560
  msgstr "Gå aldrig glip af en vigtig opdatering - tilmeld dig vores sikkerheds- og funktionsopdateringsmeddelelser, uddannelsesindhold, tilbud og ikke-følsom diagnosesporing med %4$s. "
1561
 
1562
- #: templates/connect.php:189
1563
  msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1564
  msgstr "Gå aldrig glip af en vigtig opdatering - tilmeld dig vores sikkerheds- og funktionsopdateringsmeddelelser, uddannelsesindhold, tilbud og ikke-følsom diagnosesporing med %%4$s."
1565
 
1566
- #: templates/connect.php:195
1567
  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."
1568
  msgstr "Gå aldrig glip af en vigtig opdatering - tilmeld dig vores sikkerheds- og funktionsopdateringsmeddelelser, uddannelsesindhold, tilbud og ikke-følsom diagnosesporing med %4$s. Hvis du springer dette over, er det okay! %1$s fungerer stadig fint."
1569
 
1570
- #: templates/connect.php:196
1571
  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."
1572
  msgstr "Gå aldrig glip af en vigtig opdatering - tilmeld dig vores sikkerheds- og funktionsopdateringsmeddelelser, uddannelsesindhold, tilbud og ikke-følsom diagnosesporing med %4$s. Hvis du springer dette over, er det okay! %1$s fungerer stadig fint."
1573
 
1574
- #: templates/connect.php:230
1575
  msgid "We're excited to introduce the Freemius network-level integration."
1576
  msgstr "We're excited to introduce the Freemius network-level integration."
1577
 
1578
- #: templates/connect.php:233
1579
  msgid "During the update process we detected %d site(s) that are still pending license activation."
1580
  msgstr "During the update process we detected %d site(s) that are still pending license activation."
1581
 
1582
- #: templates/connect.php:235
1583
  msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1584
  msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1585
 
1586
- #: templates/connect.php:237
1587
  msgid "%s's paid features"
1588
  msgstr "%s's betalte features"
1589
 
1590
- #: templates/connect.php:242
1591
  msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1592
  msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1593
 
1594
- #: templates/connect.php:244
1595
  msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1596
  msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
1597
 
1598
- #: templates/connect.php253, templates/forms/license-activation.php:49
 
1599
  msgid "License key"
1600
  msgstr "Licensnøgle"
1601
 
1602
- #: templates/connect.php256, templates/forms/license-activation.php:22
1603
  msgid "Can't find your license key?"
1604
  msgstr "Kan du ikke finde din licensnøgle?"
1605
 
1606
- #: templates/connect.php315, templates/connect.php652,
1607
  #: templates/forms/deactivation/retry-skip.php:20
1608
  msgctxt "verb"
1609
  msgid "Skip"
1610
  msgstr "Spring over"
1611
 
1612
- #: templates/connect.php:318
1613
  msgid "Delegate to Site Admins"
1614
  msgstr "Uddeleger til webstedsadministratorer"
1615
 
1616
- #: templates/connect.php:318
1617
  msgid "If you click it, this decision will be delegated to the sites administrators."
1618
  msgstr "If you click it, this decision will be delegated to the sites administrators."
1619
 
1620
- #: templates/connect.php:346
1621
  msgid "Your Profile Overview"
1622
  msgstr "Overblik af din profil"
1623
 
1624
- #: templates/connect.php:347
1625
  msgid "Name and email address"
1626
  msgstr "Navn og e-mailadresse"
1627
 
1628
- #: templates/connect.php:352
1629
  msgid "Your Site Overview"
1630
  msgstr "Overblik af dit websted"
1631
 
1632
- #: templates/connect.php:353
1633
- msgid "Site URL, WP version, PHP info, plugins & themes"
1634
- msgstr "Websteds-URL, WP version, PHP info, plugins og temaer"
1635
 
1636
- #: templates/connect.php:358
1637
  msgid "Admin Notices"
1638
  msgstr "Admin-meddelelser"
1639
 
1640
- #: templates/connect.php359, templates/connect.php:375
1641
  msgid "Updates, announcements, marketing, no spam"
1642
  msgstr "Opdateringer, annonceringer, marketing, ingen spam"
1643
 
1644
- #: templates/connect.php:364
1645
  msgid "Current %s Events"
1646
  msgstr "Current %s Events"
1647
 
1648
- #: templates/connect.php:365
1649
  msgid "Activation, deactivation and uninstall"
1650
  msgstr "Aktivering, deaktivering og afinstallering"
1651
 
1652
- #: templates/connect.php:374
1653
  msgid "Newsletter"
1654
  msgstr "Nyhedsbrev"
1655
 
1656
- #: templates/connect.php391, templates/forms/license-activation.php:41
 
 
 
 
 
 
 
 
1657
  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."
1658
  msgstr "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."
1659
 
1660
- #: templates/connect.php:396
1661
  msgid "What permissions are being granted?"
1662
  msgstr "Hvilke tilladelser bliver givet?"
1663
 
1664
- #: templates/connect.php:417
1665
  msgid "Don't have a license key?"
1666
  msgstr "Har du ikke en licensnøgle?"
1667
 
1668
- #: templates/connect.php:420
1669
  msgid "Have a license key?"
1670
  msgstr "Har du en licensnøgle?"
1671
 
1672
- #: templates/connect.php:428
1673
  msgid "Privacy Policy"
1674
  msgstr "Privatlivspolitik"
1675
 
1676
- #: templates/connect.php:430
1677
  msgid "License Agreement"
1678
  msgstr "Licensaftale"
1679
 
1680
- #: templates/connect.php:430
1681
  msgid "Terms of Service"
1682
  msgstr "Servicevilkår"
1683
 
1684
- #: templates/connect.php:805
1685
  msgctxt "as in the process of sending an email"
1686
  msgid "Sending email"
1687
  msgstr "Sender e-mail"
1688
 
1689
- #: templates/connect.php:806
1690
  msgctxt "as activating plugin"
1691
  msgid "Activating"
1692
  msgstr "Aktiverer"
@@ -1714,228 +1759,233 @@ msgctxt "as code debugging"
1714
  msgid "Debugging"
1715
  msgstr "Fejlfinding"
1716
 
1717
- #: templates/debug.php54, templates/debug.php250, templates/debug.php375,
1718
- #: templates/debug.php:489
1719
  msgid "Actions"
1720
  msgstr "Handlinger"
1721
 
1722
- #: templates/debug.php:64
1723
  msgid "Are you sure you want to delete all Freemius data?"
1724
  msgstr "Er du sikker på, du vil slette al Freemius data?"
1725
 
1726
- #: templates/debug.php:64
1727
  msgid "Delete All Accounts"
1728
  msgstr "Slet alle konti"
1729
 
1730
- #: templates/debug.php:71
1731
  msgid "Clear API Cache"
1732
  msgstr "Ryd API-cache"
1733
 
1734
- #: templates/debug.php:79
1735
  msgid "Clear Updates Transients"
1736
  msgstr "Clear Updates Transients"
1737
 
1738
- #: templates/debug.php:86
1739
  msgid "Sync Data From Server"
1740
  msgstr "Synkroniser data fra server"
1741
 
1742
- #: templates/debug.php:95
1743
  msgid "Migrate Options to Network"
1744
  msgstr "Migrate Options to Network"
1745
 
1746
- #: templates/debug.php:100
1747
  msgid "Load DB Option"
1748
  msgstr "Hent DB-indstilling"
1749
 
1750
- #: templates/debug.php:103
1751
  msgid "Set DB Option"
1752
  msgstr "Sæt DB-indstilling"
1753
 
1754
- #: templates/debug.php:182
1755
  msgid "Key"
1756
  msgstr "Nøgle"
1757
 
1758
- #: templates/debug.php:183
1759
  msgid "Value"
1760
  msgstr "Værdi"
1761
 
1762
- #: templates/debug.php:199
1763
  msgctxt "as software development kit versions"
1764
  msgid "SDK Versions"
1765
  msgstr "SDK-versioner"
1766
 
1767
- #: templates/debug.php:204
1768
  msgid "SDK Path"
1769
  msgstr "SDK-sti"
1770
 
1771
- #: templates/debug.php205, templates/debug.php:244
1772
  msgid "Module Path"
1773
  msgstr "Modul-sti"
1774
 
1775
- #: templates/debug.php:206
1776
  msgid "Is Active"
1777
  msgstr "Er aktiv"
1778
 
1779
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
1780
  msgid "Plugins"
1781
  msgstr "Plugins"
1782
 
1783
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
1784
  msgid "Themes"
1785
  msgstr "Temaer"
1786
 
1787
- #: templates/debug.php239, templates/debug.php370, templates/debug.php448,
1788
  #: templates/debug/scheduled-crons.php:80
1789
  msgid "Slug"
1790
  msgstr "Kortnavn"
1791
 
1792
- #: templates/debug.php241, templates/debug.php:447
1793
  msgid "Title"
1794
  msgstr "Titel"
1795
 
1796
- #: templates/debug.php:242
1797
  msgctxt "as application program interface"
1798
  msgid "API"
1799
  msgstr "API"
1800
 
1801
- #: templates/debug.php:243
1802
  msgid "Freemius State"
1803
  msgstr "Freemius tilstand"
1804
 
1805
- #: templates/debug.php:247
1806
  msgid "Network Blog"
1807
  msgstr "Netværksblog"
1808
 
1809
- #: templates/debug.php:248
1810
  msgid "Network User"
1811
  msgstr "Netværksbruger"
1812
 
1813
- #: templates/debug.php:285
1814
  msgctxt "as connection was successful"
1815
  msgid "Connected"
1816
  msgstr "Forbundet"
1817
 
1818
- #: templates/debug.php:286
1819
  msgctxt "as connection blocked"
1820
  msgid "Blocked"
1821
  msgstr "Blokeret"
1822
 
1823
- #: templates/debug.php:322
1824
  msgid "Simulate Trial Promotion"
1825
  msgstr "Simulate Trial Promotion"
1826
 
1827
- #: templates/debug.php:334
1828
  msgid "Simulate Network Upgrade"
1829
  msgstr "Simuler netværksopgradering"
1830
 
1831
- #: templates/debug.php:359
1832
  msgid "%s Installs"
1833
  msgstr "%s installeringer"
1834
 
1835
- #: templates/debug.php:361
1836
  msgctxt "like websites"
1837
  msgid "Sites"
1838
  msgstr "Websteder"
1839
 
1840
- #: templates/debug.php367, templates/account/partials/site.php:148
1841
  msgid "Blog ID"
1842
  msgstr "Blog-ID"
1843
 
1844
- #: templates/debug.php428, templates/debug.php506,
1845
- #: templates/account/partials/addon.php:397
 
 
 
 
1846
  msgctxt "verb"
1847
  msgid "Delete"
1848
  msgstr "Slet"
1849
 
1850
- #: templates/debug.php:442
1851
  msgid "Add Ons of module %s"
1852
  msgstr "Tilføjelser til modul %s"
1853
 
1854
- #: templates/debug.php:479
1855
  msgid "Users"
1856
  msgstr "Brugere"
1857
 
1858
- #: templates/debug.php:486
1859
  msgid "Verified"
1860
  msgstr "Verificeret"
1861
 
1862
- #: templates/debug.php:517
1863
  msgid "%s Licenses"
1864
  msgstr "1%s licenser"
1865
 
1866
- #: templates/debug.php:522
1867
  msgid "Plugin ID"
1868
  msgstr "Plugin-ID"
1869
 
1870
- #: templates/debug.php:524
1871
  msgid "Plan ID"
1872
  msgstr "Plan-ID"
1873
 
1874
- #: templates/debug.php:525
1875
  msgid "Quota"
1876
  msgstr "Kvote"
1877
 
1878
- #: templates/debug.php:526
1879
  msgid "Activated"
1880
  msgstr "Aktiveret"
1881
 
1882
- #: templates/debug.php:527
1883
  msgid "Blocking"
1884
  msgstr "Blokerer"
1885
 
1886
- #: templates/debug.php:529
 
 
 
 
 
1887
  msgctxt "as expiration date"
1888
  msgid "Expiration"
1889
  msgstr "Udløber"
1890
 
1891
- #: templates/debug.php:552
1892
  msgid "Debug Log"
1893
  msgstr "Fejlfindingslog"
1894
 
1895
- #: templates/debug.php:556
1896
  msgid "All Types"
1897
  msgstr "Alle typer"
1898
 
1899
- #: templates/debug.php:563
1900
  msgid "All Requests"
1901
  msgstr "Alle forespørgsler"
1902
 
1903
- #: templates/debug.php568, templates/debug.php597,
1904
  #: templates/debug/logger.php:25
1905
  msgid "File"
1906
  msgstr "Fil"
1907
 
1908
- #: templates/debug.php569, templates/debug.php595,
1909
  #: templates/debug/logger.php:23
1910
  msgid "Function"
1911
  msgstr "Funktion"
1912
 
1913
- #: templates/debug.php:570
1914
  msgid "Process ID"
1915
  msgstr "Proces-ID"
1916
 
1917
- #: templates/debug.php:571
1918
  msgid "Logger"
1919
  msgstr "Logger"
1920
 
1921
- #: templates/debug.php572, templates/debug.php596,
1922
  #: templates/debug/logger.php:24
1923
  msgid "Message"
1924
  msgstr "Besked"
1925
 
1926
- #: templates/debug.php:574
1927
  msgid "Filter"
1928
  msgstr "Filter"
1929
 
1930
- #: templates/debug.php:582
1931
  msgid "Download"
1932
  msgstr "Download"
1933
 
1934
- #: templates/debug.php593, templates/debug/logger.php:22
1935
- msgid "Type"
1936
- msgstr "Type"
1937
-
1938
- #: templates/debug.php598, templates/debug/logger.php:26
1939
  msgid "Timestamp"
1940
  msgstr "Tidsstempel"
1941
 
@@ -2260,6 +2310,22 @@ msgstr "Annuller"
2260
  msgid "Become an affiliate"
2261
  msgstr "Bliv en affiliate"
2262
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2263
  #: templates/forms/license-activation.php:23
2264
  msgid "Please enter the license key that you received in the email right after the purchase:"
2265
  msgstr "Indtast licensnøglen, du modtog i e-mailen lige efter købet:"
@@ -2268,6 +2334,10 @@ msgstr "Indtast licensnøglen, du modtog i e-mailen lige efter købet:"
2268
  msgid "Update License"
2269
  msgstr "Opdater licens"
2270
 
 
 
 
 
2271
  #: templates/forms/optout.php:30
2272
  msgctxt "verb"
2273
  msgid "Opt Out"
@@ -2278,14 +2348,42 @@ msgctxt "verb"
2278
  msgid "Opt In"
2279
  msgstr "Tilmeld"
2280
 
2281
- #: templates/forms/optout.php:33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2282
  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."
2283
  msgstr "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."
2284
 
2285
- #: templates/forms/optout.php:35
 
 
 
 
2286
  msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2287
  msgstr "Ved at klikke \"Frameld\" vil vi ikke længere sende data fra %s til %s."
2288
 
 
 
 
 
 
 
 
 
2289
  #: templates/forms/premium-versions-upgrade-handler.php:40
2290
  msgid "There is a new version of %s available."
2291
  msgstr "En ny version af %s er tilgængelig."
@@ -2331,14 +2429,6 @@ msgstr "Cancel %s - I no longer need any security & feature updates, nor support
2331
  msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2332
  msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2333
 
2334
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
2335
- #. subscription'
2336
- #: templates/forms/subscription-cancellation.php99,
2337
- #: templates/account/partials/addon.php29,
2338
- #: templates/account/partials/site.php:298
2339
- msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2340
- msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2341
-
2342
  #: templates/forms/subscription-cancellation.php:103
2343
  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."
2344
  msgstr "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
@@ -2364,6 +2454,23 @@ msgstr "Du er 1 klik fra at begynde din %1$s dages gratis prøveperiode af plane
2364
  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."
2365
  msgstr "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."
2366
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2367
  #: templates/js/style-premium-theme.php:39
2368
  msgid "Premium"
2369
  msgstr "Premium"
@@ -2425,27 +2532,33 @@ msgstr "%s tilbage"
2425
  msgid "Last license"
2426
  msgstr "Seneste license"
2427
 
2428
- #: templates/account/partials/addon.php:167
 
 
 
 
 
 
2429
  msgid "Cancelled"
2430
  msgstr "Annulleret"
2431
 
2432
- #: templates/account/partials/addon.php:177
2433
  msgid "No expiration"
2434
  msgstr "Udløber ikke"
2435
 
2436
- #: templates/account/partials/site.php:181
2437
  msgid "Owner Name"
2438
  msgstr "Ejer-navn"
2439
 
2440
- #: templates/account/partials/site.php:193
2441
  msgid "Owner Email"
2442
  msgstr "E-mailadresse for ejer"
2443
 
2444
- #: templates/account/partials/site.php:205
2445
  msgid "Owner ID"
2446
  msgstr "Ejer-ID"
2447
 
2448
- #: templates/account/partials/site.php:270
2449
  msgid "Subscription"
2450
  msgstr "Abonnement"
2451
 
9
  "Project-Id-Version: WordPress SDK\n"
10
  "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
11
  "POT-Creation-Date: \n"
12
+ "PO-Revision-Date: 2020-07-27 11:43+0000\n"
13
+ "Last-Translator: Vova Feldman <vova@freemius.com>\n"
14
  "Language: da_DK\n"
15
  "Language-Team: Danish (Denmark) (http://www.transifex.com/freemius/wordpress-sdk/language/da_DK/)\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
23
  "X-Poedit-SearchPathExcluded-0: *.js\n"
24
  "X-Poedit-SourceCharset: UTF-8\n"
25
 
26
+ #: includes/class-freemius.php1881, templates/account.php:873
27
  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."
28
  msgstr "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."
29
 
30
+ #: includes/class-freemius.php:1888
31
  msgid "Would you like to proceed with the update?"
32
  msgstr "Vil du fortsætte med opdateringen?"
33
 
34
+ #: includes/class-freemius.php:2096
35
  msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
36
  msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
37
 
38
+ #: includes/class-freemius.php:2098
39
  msgid "Error"
40
  msgstr "Fejl"
41
 
42
+ #: includes/class-freemius.php:2492
43
  msgid "I found a better %s"
44
  msgstr "Jeg fandt et bedre %s"
45
 
46
+ #: includes/class-freemius.php:2494
47
  msgid "What's the %s's name?"
48
  msgstr "Hvad er navnet på %s?"
49
 
50
+ #: includes/class-freemius.php:2500
51
  msgid "It's a temporary %s. I'm just debugging an issue."
52
  msgstr "Det er en midlertidig %s. Jeg er i gang med fejlrettelser."
53
 
54
+ #: includes/class-freemius.php:2502
55
  msgid "Deactivation"
56
  msgstr "Deaktivering"
57
 
58
+ #: includes/class-freemius.php:2503
59
  msgid "Theme Switch"
60
  msgstr "Temaskift"
61
 
62
+ #: includes/class-freemius.php2512, templates/forms/resend-key.php24,
63
+ #: templates/forms/user-change.php:29
64
  msgid "Other"
65
  msgstr "Andet"
66
 
67
+ #: includes/class-freemius.php:2520
68
  msgid "I no longer need the %s"
69
  msgstr "Jeg har ikke længere brug for %s"
70
 
71
+ #: includes/class-freemius.php:2527
72
  msgid "I only needed the %s for a short period"
73
  msgstr "Jeg behøvede kun %s i en kort periode"
74
 
75
+ #: includes/class-freemius.php:2533
76
  msgid "The %s broke my site"
77
  msgstr "%s ødelagde min webside"
78
 
79
+ #: includes/class-freemius.php:2540
80
  msgid "The %s suddenly stopped working"
81
  msgstr "%s stoppede pludseligt med at virke"
82
 
83
+ #: includes/class-freemius.php:2550
84
  msgid "I can't pay for it anymore"
85
  msgstr "Jeg kan ikke længere betale for det"
86
 
87
+ #: includes/class-freemius.php:2552
88
  msgid "What price would you feel comfortable paying?"
89
  msgstr "Hvilken pris ville du foretrække at betale?"
90
 
91
+ #: includes/class-freemius.php:2558
92
  msgid "I don't like to share my information with you"
93
  msgstr "Jeg har ikke lyst til at dele mine informationer med jer"
94
 
95
+ #: includes/class-freemius.php:2579
96
  msgid "The %s didn't work"
97
  msgstr "%s virkede ikke"
98
 
99
+ #: includes/class-freemius.php:2589
100
  msgid "I couldn't understand how to make it work"
101
  msgstr "Jeg forstod ikke, hvordan jeg skulle få det til at fungere."
102
 
103
+ #: includes/class-freemius.php:2597
104
  msgid "The %s is great, but I need specific feature that you don't support"
105
  msgstr "%s er godt, men jeg har brug for en specifik feature, som ikke understøttes"
106
 
107
+ #: includes/class-freemius.php:2599
108
  msgid "What feature?"
109
  msgstr "Hvilken feature?"
110
 
111
+ #: includes/class-freemius.php:2603
112
  msgid "The %s is not working"
113
  msgstr "%s virker ikke"
114
 
115
+ #: includes/class-freemius.php:2605
116
  msgid "Kindly share what didn't work so we can fix it for future users..."
117
  msgstr "Vær venlig at dele hvad der ikke virkede så vi kan rette det for kommende brugere...."
118
 
119
+ #: includes/class-freemius.php:2609
120
  msgid "It's not what I was looking for"
121
  msgstr "Det er ikke, hvad jeg søgte"
122
 
123
+ #: includes/class-freemius.php:2611
124
  msgid "What you've been looking for?"
125
  msgstr "Hvad ledte du efter?"
126
 
127
+ #: includes/class-freemius.php:2615
128
  msgid "The %s didn't work as expected"
129
  msgstr "%s virkede ikke som forventet"
130
 
131
+ #: includes/class-freemius.php:2617
132
  msgid "What did you expect?"
133
  msgstr "Hvad forventede du?"
134
 
135
+ #: includes/class-freemius.php3472, templates/debug.php:20
136
  msgid "Freemius Debug"
137
  msgstr "Freemius Debug"
138
 
139
+ #: includes/class-freemius.php:4224
140
  msgid "I don't know what is cURL or how to install it, help me!"
141
  msgstr "Jeg ved ikke hvad cURL er, eller hvordan jeg installerer det. Hjælp mig!"
142
 
143
+ #: includes/class-freemius.php:4226
144
  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."
145
  msgstr "Vi vil kontakte din udbyder og løse problemet. Når vi har opdatinger i sagen, vil vi følge op med en email til dig på %s."
146
 
147
+ #: includes/class-freemius.php:4233
148
  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."
149
  msgstr "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."
150
 
151
+ #: includes/class-freemius.php:4338
152
  msgid "Yes - do your thing"
153
  msgstr "Ja - fortsæt bare"
154
 
155
+ #: includes/class-freemius.php:4343
156
  msgid "No - just deactivate"
157
  msgstr "Nej - bare deaktiver"
158
 
159
+ #: includes/class-freemius.php4388, includes/class-freemius.php4882,
160
+ #: includes/class-freemius.php6111, includes/class-freemius.php12933,
161
+ #: includes/class-freemius.php13571, includes/class-freemius.php17006,
162
+ #: includes/class-freemius.php17094, includes/class-freemius.php17260,
163
+ #: includes/class-freemius.php19492, includes/class-freemius.php19833,
164
+ #: includes/class-freemius.php19843, includes/class-freemius.php20507,
165
+ #: includes/class-freemius.php21413, includes/class-freemius.php21546,
166
+ #: includes/class-freemius.php21690, templates/add-ons.php:57
167
  msgctxt "exclamation"
168
  msgid "Oops"
169
  msgstr "Ups"
170
 
171
+ #: includes/class-freemius.php:4457
172
  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."
173
  msgstr "Tak fordi du giver os en chance for at fixe det! En besked er lige blevet sendt til vores tekniske personale. Vi vil vende tilbage, så snart der er nyt om %s. Vi sætter pris på din tålmodighed."
174
 
175
+ #: includes/class-freemius.php:4879
176
  msgctxt "addonX cannot run without pluginY"
177
  msgid "%s cannot run without %s."
178
  msgstr "%s virker ikke uden %s."
179
 
180
+ #: includes/class-freemius.php:4880
181
  msgctxt "addonX cannot run..."
182
  msgid "%s cannot run without the plugin."
183
  msgstr "%s virker ikke uden pluginnet."
184
 
185
+ #: includes/class-freemius.php5053, includes/class-freemius.php5078,
186
+ #: includes/class-freemius.php:20578
187
  msgid "Unexpected API error. Please contact the %s's author with the following error."
188
  msgstr "Uventet API-fejl. Kontakt %s's forfatter med følgende fejl."
189
 
190
+ #: includes/class-freemius.php:5777
191
  msgid "Premium %s version was successfully activated."
192
  msgstr "Premium-versionen af %s blev aktiveret."
193
 
194
+ #: includes/class-freemius.php5789, includes/class-freemius.php:7682
195
  msgctxt ""
196
  msgid "W00t"
197
  msgstr "W00t"
198
 
199
+ #: includes/class-freemius.php:5804
200
  msgid "You have a %s license."
201
  msgstr "Du har en %s licens."
202
 
203
+ #: includes/class-freemius.php5808, includes/class-freemius.php16405,
204
+ #: includes/class-freemius.php16416, includes/class-freemius.php19744,
205
+ #: includes/class-freemius.php20094, includes/class-freemius.php20163,
206
+ #: includes/class-freemius.php:20328
207
  msgctxt "interjection expressing joy or exuberance"
208
  msgid "Yee-haw"
209
  msgstr "Yee-haw"
210
 
211
+ #: includes/class-freemius.php:6094
212
  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."
213
  msgstr "%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."
214
 
215
+ #: includes/class-freemius.php:6098
216
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
217
  msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
218
 
219
+ #: includes/class-freemius.php6107, templates/add-ons.php186,
220
+ #: templates/account/partials/addon.php:381
221
  msgid "More information about %s"
222
  msgstr "Mere information om %s"
223
 
224
+ #: includes/class-freemius.php:6108
225
  msgid "Purchase License"
226
  msgstr "Køb licens"
227
 
228
+ #: includes/class-freemius.php7047, templates/connect.php:171
229
  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."
230
  msgstr "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."
231
 
232
+ #: includes/class-freemius.php:7051
233
  msgid "start the trial"
234
  msgstr "start prøveperioden"
235
 
236
+ #: includes/class-freemius.php7052, templates/connect.php:175
237
  msgid "complete the install"
238
  msgstr "færdiggør installeringen"
239
 
240
+ #: includes/class-freemius.php:7164
241
  msgid "You are just one step away - %s"
242
  msgstr "Du mangler kun ét skridt - %s"
243
 
244
+ #: includes/class-freemius.php:7167
245
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
246
  msgid "Complete \"%s\" Activation Now"
247
  msgstr "Færdiggør aktivering af \"%s\" nu"
248
 
249
+ #: includes/class-freemius.php:7245
250
  msgid "We made a few tweaks to the %s, %s"
251
  msgstr "Vi har foretaget nogle rettelser til %s, %s"
252
 
253
+ #: includes/class-freemius.php:7249
254
  msgid "Opt in to make \"%s\" better!"
255
  msgstr "Accepter for at gøre \"%s\" bedre!"
256
 
257
+ #: includes/class-freemius.php:7681
258
  msgid "The upgrade of %s was successfully completed."
259
  msgstr "Opgraderingen af %s blev fuldendt."
260
 
261
+ #: includes/class-freemius.php9908, includes/class-fs-plugin-updater.php1044,
262
+ #: includes/class-fs-plugin-updater.php1239,
263
+ #: includes/class-fs-plugin-updater.php1246,
264
  #: templates/auto-installation.php:32
265
  msgid "Add-On"
266
  msgstr "Tilføjelse"
267
 
268
+ #: includes/class-freemius.php9910, templates/account.php343,
269
+ #: templates/account.php351, templates/debug.php358, templates/debug.php:549
270
  msgid "Plugin"
271
  msgstr "Plugin"
272
 
273
+ #: includes/class-freemius.php9911, templates/account.php344,
274
+ #: templates/account.php352, templates/debug.php358, templates/debug.php549,
275
  #: templates/forms/deactivation/form.php:71
276
  msgid "Theme"
277
  msgstr "Tema"
278
 
279
+ #: includes/class-freemius.php:12843
280
  msgid "An unknown error has occurred while trying to set the user's beta mode."
281
  msgstr "An unknown error has occurred while trying to set the user's beta mode."
282
 
283
+ #: includes/class-freemius.php:12904
284
+ msgid "Invalid new user ID or email address."
285
+ msgstr "Invalid new user ID or email address."
286
+
287
+ #: includes/class-freemius.php12934, includes/class-freemius.php:21645
288
+ msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
289
+ msgstr "Beklager, vi kunne ikke opdatere e-mailen. Der er allerede registreret en anden bruger med samme e-mail."
290
+
291
+ #: includes/class-freemius.php12935, includes/class-freemius.php:21646
292
+ msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
293
+ msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
294
+
295
+ #: includes/class-freemius.php12942, includes/class-freemius.php:21653
296
+ msgid "Change Ownership"
297
+ msgstr "Skift ejerskab"
298
+
299
+ #: includes/class-freemius.php:13438
300
  msgid "Invalid site details collection."
301
  msgstr "Invalid site details collection."
302
 
303
+ #: includes/class-freemius.php:13558
304
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
305
  msgstr "Vi kunne ikke finde din e-mailadresse i systemet, er du sikker på, det er den rigtige adresse?"
306
 
307
+ #: includes/class-freemius.php:13560
308
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
309
  msgstr "Vi kan ikke finde nogen aktive licenser knyttet til den e-mailadresse, er du sikker på, det er den rigtige adresse?"
310
 
311
+ #: includes/class-freemius.php:13834
312
  msgid "Account is pending activation."
313
  msgstr "Konto afventer aktivering."
314
 
315
+ #: includes/class-freemius.php13946,
316
  #: templates/forms/premium-versions-upgrade-handler.php:47
317
  msgid "Buy a license now"
318
  msgstr "Køb en licens nu"
319
 
320
+ #: includes/class-freemius.php13958,
321
  #: templates/forms/premium-versions-upgrade-handler.php:46
322
  msgid "Renew your license now"
323
  msgstr "Forny din licens nu"
324
 
325
+ #: includes/class-freemius.php:13962
326
  msgid "%s to access version %s security & feature updates, and support."
327
  msgstr "%s to access version %s security & feature updates, and support."
328
 
329
+ #: includes/class-freemius.php:16387
330
  msgid "%s activation was successfully completed."
331
  msgstr "Aktivering af %s blev gennemført."
332
 
333
+ #: includes/class-freemius.php:16401
334
  msgid "Your account was successfully activated with the %s plan."
335
  msgstr "Din konto blev aktiveret med planen %s."
336
 
337
+ #: includes/class-freemius.php16412, includes/class-freemius.php:20159
338
  msgid "Your trial has been successfully started."
339
  msgstr "Din prøveperiode er begyndt."
340
 
341
+ #: includes/class-freemius.php17004, includes/class-freemius.php17092,
342
+ #: includes/class-freemius.php:17258
343
  msgid "Couldn't activate %s."
344
  msgstr "Kunne ikke aktivere %s."
345
 
346
+ #: includes/class-freemius.php17005, includes/class-freemius.php17093,
347
+ #: includes/class-freemius.php:17259
348
  msgid "Please contact us with the following message:"
349
  msgstr "Kontakt os venligst med følgende besked:"
350
 
351
+ #: includes/class-freemius.php17089, templates/forms/data-debug-mode.php:162
352
  msgid "An unknown error has occurred."
353
  msgstr "Der skete en ukendt fejl."
354
 
355
+ #: includes/class-freemius.php17616, includes/class-freemius.php:22589
356
  msgid "Upgrade"
357
  msgstr "Opgrader"
358
 
359
+ #: includes/class-freemius.php:17622
360
  msgid "Start Trial"
361
  msgstr "Start prøveperiode"
362
 
363
+ #: includes/class-freemius.php:17624
364
  msgid "Pricing"
365
  msgstr "Priser"
366
 
367
+ #: includes/class-freemius.php17704, includes/class-freemius.php:17706
368
  msgid "Affiliation"
369
  msgstr "Affiliation"
370
 
371
+ #: includes/class-freemius.php17734, includes/class-freemius.php17736,
372
+ #: templates/account.php191, templates/debug.php:324
373
  msgid "Account"
374
  msgstr "Konto"
375
 
376
+ #: includes/class-freemius.php17750, includes/class-freemius.php17752,
377
  #: includes/customizer/class-fs-customizer-support-section.php:60
378
  msgid "Contact Us"
379
  msgstr "Kontakt os"
380
 
381
+ #: includes/class-freemius.php17763, includes/class-freemius.php17765,
382
+ #: includes/class-freemius.php22603, templates/account.php119,
383
+ #: templates/account/partials/addon.php:44
384
  msgid "Add-Ons"
385
  msgstr "Tilføjelser"
386
 
387
+ #: includes/class-freemius.php:17799
388
  msgctxt "ASCII arrow left icon"
389
  msgid "&#x2190;"
390
  msgstr "&#x2190;"
391
 
392
+ #: includes/class-freemius.php:17799
393
  msgctxt "ASCII arrow right icon"
394
  msgid "&#x27a4;"
395
  msgstr "&#x27a4;"
396
 
397
+ #: includes/class-freemius.php17801, templates/pricing.php:103
398
  msgctxt "noun"
399
  msgid "Pricing"
400
  msgstr "Priser"
401
 
402
+ #: includes/class-freemius.php18014,
403
  #: includes/customizer/class-fs-customizer-support-section.php:67
404
  msgid "Support Forum"
405
  msgstr "Supportforum"
406
 
407
+ #: includes/class-freemius.php:18988
408
  msgid "Your email has been successfully verified - you are AWESOME!"
409
  msgstr "Din e-mailadresse er blevet verificeret - du er FOR SEJ!"
410
 
411
+ #: includes/class-freemius.php:18989
412
  msgctxt "a positive response"
413
  msgid "Right on"
414
  msgstr "Sådan"
415
 
416
+ #: includes/class-freemius.php:19493
417
+ msgid "seems like the key you entered doesn't match our records."
418
+ msgstr "seems like the key you entered doesn't match our records."
419
+
420
+ #: includes/class-freemius.php:19517
421
+ 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."
422
+ msgstr "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."
423
+
424
+ #: includes/class-freemius.php:19735
425
  msgid "Your %s Add-on plan was successfully upgraded."
426
  msgstr "Your %s Add-on plan was successfully upgraded."
427
 
428
+ #: includes/class-freemius.php:19737
429
  msgid "%s Add-on was successfully purchased."
430
  msgstr "Betalingen for tilføjelsen %s blev gennemført."
431
 
432
+ #: includes/class-freemius.php:19740
433
  msgid "Download the latest version"
434
  msgstr "Download den seneste version"
435
 
436
+ #: includes/class-freemius.php:19826
437
  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"
438
  msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
439
 
440
+ #: includes/class-freemius.php19832, includes/class-freemius.php19842,
441
+ #: includes/class-freemius.php20287, includes/class-freemius.php:20376
442
  msgid "Error received from the server:"
443
  msgstr "Fejl modtager fra serveren:"
444
 
445
+ #: includes/class-freemius.php:19842
446
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
447
  msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
448
 
449
+ #: includes/class-freemius.php20056, includes/class-freemius.php20292,
450
+ #: includes/class-freemius.php20347, includes/class-freemius.php:20454
451
  msgctxt ""
452
  msgid "Hmm"
453
  msgstr "Hmm"
454
 
455
+ #: includes/class-freemius.php:20069
456
  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."
457
  msgstr "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."
458
 
459
+ #: includes/class-freemius.php20070, templates/account.php121,
460
+ #: templates/add-ons.php250, templates/account/partials/addon.php:46
461
  msgctxt "trial period"
462
  msgid "Trial"
463
  msgstr "Prøveperiode"
464
 
465
+ #: includes/class-freemius.php:20075
466
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
467
  msgstr "Jeg har opgraderet min konto, men når jeg forsøger at synkronisere licensen, forbliver planen %s."
468
 
469
+ #: includes/class-freemius.php20079, includes/class-freemius.php:20138
470
  msgid "Please contact us here"
471
  msgstr "Kontakt os her"
472
 
473
+ #: includes/class-freemius.php:20090
474
  msgid "Your plan was successfully activated."
475
  msgstr "Din plan er blevet aktiveret."
476
 
477
+ #: includes/class-freemius.php:20091
478
  msgid "Your plan was successfully upgraded."
479
  msgstr "Din plan er blevet opgraderet."
480
 
481
+ #: includes/class-freemius.php:20108
482
  msgid "Your plan was successfully changed to %s."
483
  msgstr "Din plan er blevet ændret til %s."
484
 
485
+ #: includes/class-freemius.php:20124
486
  msgid "Your license has expired. You can still continue using the free %s forever."
487
  msgstr "Din licens er udløbet. Du kan stadig fortsætte med at benytte den gratis udgave af %s."
488
 
489
+ #: includes/class-freemius.php:20126
490
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
491
  msgstr "Din licens er udløbet. %1$sOpgrader nu%2$s for at fortsætte med at benytte %3$s uden forstyrrelser."
492
 
493
+ #: includes/class-freemius.php:20134
494
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
495
  msgstr "Din licens er blevet annulleret. Hvis du mener, dette er en fejl, så kontakt venligst support."
496
 
497
+ #: includes/class-freemius.php:20147
498
  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."
499
  msgstr "Din licens er udløbet. Du kan stadig benytte alle funktionerne i %s, men du bliver nødt til at fornye din licens for at få opdateringer og support."
500
 
501
+ #: includes/class-freemius.php:20173
502
  msgid "Your free trial has expired. You can still continue using all our free features."
503
  msgstr "Din gratis prøveperiode er udløbet. Du kan stadig benytte alle de gratis features."
504
 
505
+ #: includes/class-freemius.php:20175
506
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
507
  msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
508
 
509
+ #: includes/class-freemius.php:20283
510
  msgid "It looks like the license could not be activated."
511
  msgstr "Det ser ud til, at licensen ikke kunne aktiveres."
512
 
513
+ #: includes/class-freemius.php:20325
514
  msgid "Your license was successfully activated."
515
  msgstr "Din licens er blevet aktiveret."
516
 
517
+ #: includes/class-freemius.php:20351
518
  msgid "It looks like your site currently doesn't have an active license."
519
  msgstr "Det ser ud til, at dit websted endnu ikke har en aktiv licens."
520
 
521
+ #: includes/class-freemius.php:20375
522
  msgid "It looks like the license deactivation failed."
523
  msgstr "Det ser ud til, at licens-deaktiveringen mislykkedes."
524
 
525
+ #: includes/class-freemius.php:20404
526
+ msgid "Your %s license was successfully deactivated."
527
+ msgstr "Your %s license was successfully deactivated."
528
+
529
+ #: includes/class-freemius.php:20405
530
  msgid "Your license was successfully deactivated, you are back to the %s plan."
531
  msgstr "Din licens blev deaktiveret, du er tilbage på planen %s."
532
 
533
+ #: includes/class-freemius.php:20408
534
  msgid "O.K"
535
  msgstr "O.K"
536
 
537
+ #: includes/class-freemius.php:20461
538
  msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
539
  msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
540
 
541
+ #: includes/class-freemius.php:20470
542
  msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
543
  msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
544
 
545
+ #: includes/class-freemius.php:20512
546
  msgid "You are already running the %s in a trial mode."
547
  msgstr "Du benytter allerede %s under en prøveperiode."
548
 
549
+ #: includes/class-freemius.php:20523
550
  msgid "You already utilized a trial before."
551
  msgstr "Du har allerede brugt din prøveperiode."
552
 
553
+ #: includes/class-freemius.php:20537
554
  msgid "Plan %s do not exist, therefore, can't start a trial."
555
  msgstr "Plan %s eksisterer ikke og kan derfor ikke starte prøveperiode."
556
 
557
+ #: includes/class-freemius.php:20548
558
  msgid "Plan %s does not support a trial period."
559
  msgstr "Plan %s understøtter ikke en prøveperiode."
560
 
561
+ #: includes/class-freemius.php:20559
562
  msgid "None of the %s's plans supports a trial period."
563
  msgstr "Ingen af %s's planer understøtter prøveperiode."
564
 
565
+ #: includes/class-freemius.php:20609
566
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
567
  msgstr "Det lader ikke til du er i en prøveperiode længere, så der er ikke noget at annullere :-)"
568
 
569
+ #: includes/class-freemius.php:20645
570
  msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
571
  msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
572
 
573
+ #: includes/class-freemius.php:20664
574
  msgid "Your %s free trial was successfully cancelled."
575
  msgstr "Din gratis prøveperiode for %s er blevet annulleret."
576
 
577
+ #: includes/class-freemius.php:20980
578
  msgid "Version %s was released."
579
  msgstr "Version %s er blevet udgivet."
580
 
581
+ #: includes/class-freemius.php:20980
582
  msgid "Please download %s."
583
  msgstr "Download venligst %s."
584
 
585
+ #: includes/class-freemius.php:20987
586
  msgid "the latest %s version here"
587
  msgstr "den seneste version af %s her"
588
 
589
+ #: includes/class-freemius.php:20992
590
  msgid "New"
591
  msgstr "Ny"
592
 
593
+ #: includes/class-freemius.php:20997
594
  msgid "Seems like you got the latest release."
595
  msgstr "Det ser ud til, at du har den seneste udgivelse."
596
 
597
+ #: includes/class-freemius.php:20998
598
  msgid "You are all good!"
599
  msgstr "Det var det!"
600
 
601
+ #: includes/class-freemius.php:21301
602
  msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
603
  msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
604
 
605
+ #: includes/class-freemius.php:21441
606
  msgid "Site successfully opted in."
607
  msgstr "Websted er tilmeldt."
608
 
609
+ #: includes/class-freemius.php21442, includes/class-freemius.php:22299
610
  msgid "Awesome"
611
  msgstr "Sejt"
612
 
613
+ #: includes/class-freemius.php21458, templates/forms/optout.php:41
614
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
615
  msgstr "Vi sætter pris på din hjælp med at forbedre %s ved at lade os indsamle brugsdata."
616
 
617
+ #: includes/class-freemius.php:21459
618
  msgid "Thank you!"
619
  msgstr "Mange tak!"
620
 
621
+ #: includes/class-freemius.php:21466
622
  msgid "We will no longer be sending any usage data of %s on %s to %s."
623
  msgstr "Vi vil ikke længere indsende brugsdata af %s på %s til %s."
624
 
625
+ #: includes/class-freemius.php:21612
626
  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."
627
  msgstr "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."
628
 
629
+ #: includes/class-freemius.php:21618
630
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
631
  msgstr "Tak fordi du bekræftede skift af ejerskab. En e-mail er blevet sendt til %s for sidste godkendelse."
632
 
633
+ #: includes/class-freemius.php:21623
634
  msgid "%s is the new owner of the account."
635
  msgstr "%s er den nye ejer af kontoen."
636
 
637
+ #: includes/class-freemius.php:21625
638
  msgctxt "as congratulations"
639
  msgid "Congrats"
640
  msgstr "Tillykke"
641
 
642
+ #: includes/class-freemius.php:21661
 
 
 
 
 
 
 
 
 
 
 
 
643
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
644
  msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
645
 
646
+ #: includes/class-freemius.php:21673
647
  msgid "Please provide your full name."
648
  msgstr "Indtast venligst dit fulde navn."
649
 
650
+ #: includes/class-freemius.php:21678
651
  msgid "Your name was successfully updated."
652
  msgstr "Dit navn er blevet opdateret."
653
 
654
+ #: includes/class-freemius.php:21739
655
  msgid "You have successfully updated your %s."
656
  msgstr "Opdatering af %s blev gennemført."
657
 
658
+ #: includes/class-freemius.php:21879
659
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
660
  msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
661
 
662
+ #: includes/class-freemius.php:21880
663
  msgctxt "advance notice of something that will need attention."
664
  msgid "Heads up"
665
  msgstr "Se her"
666
 
667
+ #: includes/class-freemius.php:22339
668
  msgctxt "exclamation"
669
  msgid "Hey"
670
  msgstr "Hey"
671
 
672
+ #: includes/class-freemius.php:22339
673
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
674
  msgstr "Hvad synes du om %s indtil videre? Test alle vores premium funktioner i %s med en %d-dags gratis prøveperiode."
675
 
676
+ #: includes/class-freemius.php:22347
677
  msgid "No commitment for %s days - cancel anytime!"
678
  msgstr "Ingen bindinger i %s dage - annuller når som helst!"
679
 
680
+ #: includes/class-freemius.php:22348
681
  msgid "No credit card required"
682
  msgstr "Betalingskort ikke påkrævet"
683
 
684
+ #: includes/class-freemius.php22355, templates/forms/trial-start.php:53
685
  msgctxt "call to action"
686
  msgid "Start free trial"
687
  msgstr "Start gratis prøveperiode"
688
 
689
+ #: includes/class-freemius.php:22432
690
  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!"
691
  msgstr "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!"
692
 
693
+ #: includes/class-freemius.php:22441
694
  msgid "Learn more"
695
  msgstr "Læs mere"
696
 
697
+ #: includes/class-freemius.php22627, templates/account.php507,
698
+ #: templates/account.php657, templates/connect.php179,
699
+ #: templates/connect.php455, templates/forms/license-activation.php27,
700
+ #: templates/account/partials/addon.php:321
701
  msgid "Activate License"
702
  msgstr "Aktiver licens"
703
 
704
+ #: includes/class-freemius.php22628, templates/account.php601,
705
+ #: templates/account.php656, templates/account/partials/addon.php322,
706
+ #: templates/account/partials/site.php:271
707
  msgid "Change License"
708
  msgstr "Skift licens"
709
 
710
+ #: includes/class-freemius.php22737, templates/account/partials/site.php:169
711
  msgid "Opt Out"
712
  msgstr "Frameld"
713
 
714
+ #: includes/class-freemius.php22739, includes/class-freemius.php22745,
715
+ #: templates/account/partials/site.php49,
716
+ #: templates/account/partials/site.php:169
717
  msgid "Opt In"
718
  msgstr "Tilmeld"
719
 
720
+ #: includes/class-freemius.php:22973
721
  msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
722
  msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
723
 
724
+ #: includes/class-freemius.php:22981
725
  msgid "Activate %s features"
726
  msgstr "Aktiver funktioner i %s"
727
 
728
+ #: includes/class-freemius.php:22994
729
  msgid "Please follow these steps to complete the upgrade"
730
  msgstr "Følg venligst disse trin for at færdiggøre opgraderingen"
731
 
732
+ #: includes/class-freemius.php:22998
733
  msgid "Download the latest %s version"
734
  msgstr "Download den seneste version af %s"
735
 
736
+ #: includes/class-freemius.php:23002
737
  msgid "Upload and activate the downloaded version"
738
  msgstr "Upload og aktiver den downloadede version"
739
 
740
+ #: includes/class-freemius.php:23004
741
  msgid "How to upload and activate?"
742
  msgstr "Upload og aktivering, hvordan?"
743
 
744
+ #: includes/class-freemius.php:23138
745
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
746
  msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
747
 
748
+ #: includes/class-freemius.php:23299
749
  msgid "Auto installation only works for opted-in users."
750
  msgstr "Auto-installation fungerer kun for tilmeldte brugere."
751
 
752
+ #: includes/class-freemius.php23309, includes/class-freemius.php23342,
753
+ #: includes/class-fs-plugin-updater.php1218,
754
+ #: includes/class-fs-plugin-updater.php:1232
755
  msgid "Invalid module ID."
756
  msgstr "Ugyldigt modul-ID."
757
 
758
+ #: includes/class-freemius.php23318, includes/class-fs-plugin-updater.php:1254
759
  msgid "Premium version already active."
760
  msgstr "Premium version allerede aktiv."
761
 
762
+ #: includes/class-freemius.php:23325
763
  msgid "You do not have a valid license to access the premium version."
764
  msgstr "Du har ikke en gyldig licens til at benytte premium-versionen."
765
 
766
+ #: includes/class-freemius.php:23332
767
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
768
  msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
769
 
770
+ #: includes/class-freemius.php23350, includes/class-fs-plugin-updater.php:1253
771
  msgid "Premium add-on version already installed."
772
  msgstr "Premium tilføjelse er allerede installeret."
773
 
774
+ #: includes/class-freemius.php:23700
775
  msgid "View paid features"
776
  msgstr "Vis betalte features"
777
 
778
+ #: includes/class-freemius.php:24022
779
  msgid "Thank you so much for using %s and its add-ons!"
780
  msgstr "Mange tak for, at du benytter %s og tilhørende add-ons!"
781
 
782
+ #: includes/class-freemius.php:24023
783
  msgid "Thank you so much for using %s!"
784
  msgstr "Tak fordi du benytter %s!"
785
 
786
+ #: includes/class-freemius.php:24029
787
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
788
  msgstr "Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at forbedre %s."
789
 
790
+ #: includes/class-freemius.php:24033
791
  msgid "Thank you so much for using our products!"
792
  msgstr "Mange tak for at benytte vores produkter!"
793
 
794
+ #: includes/class-freemius.php:24034
795
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
796
  msgstr "Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at forbedre dem."
797
 
798
+ #: includes/class-freemius.php:24053
799
  msgid "%s and its add-ons"
800
  msgstr "%s og tilføjelser"
801
 
802
+ #: includes/class-freemius.php:24062
803
  msgid "Products"
804
  msgstr "Produkter"
805
 
806
+ #: includes/class-freemius.php24069, templates/connect.php:280
807
  msgid "Yes"
808
  msgstr "Ja"
809
 
810
+ #: includes/class-freemius.php24070, templates/connect.php:281
811
  msgid "send me security & feature updates, educational content and offers."
812
  msgstr "send mig sikkerheds- og feature-opdateringer, informativt indhold og tilbud."
813
 
814
+ #: includes/class-freemius.php24071, templates/connect.php:286
815
  msgid "No"
816
  msgstr "Nej"
817
 
818
+ #: includes/class-freemius.php24073, templates/connect.php:288
819
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
820
  msgstr "send %sIKKE%s sikkerheds- og feature-opdateringer, informativt indhold og tilbud."
821
 
822
+ #: includes/class-freemius.php:24083
823
  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 :-)"
824
  msgstr "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 :-)"
825
 
826
+ #: includes/class-freemius.php24085, templates/connect.php:295
827
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
828
  msgstr "Lad os vide, om vi har lov til at kontakte dig med sikkerheds- og feature-opdateringer, informativt indhold og lejlighedsvise tilbud:"
829
 
830
+ #: includes/class-freemius.php:24367
831
  msgid "License key is empty."
832
  msgstr "Licensnøglen er tom."
833
 
841
  msgid "Buy license"
842
  msgstr "Køb licens"
843
 
844
+ #: includes/class-fs-plugin-updater.php327,
845
+ #: includes/class-fs-plugin-updater.php:360
846
  msgid "There is a %s of %s available."
847
  msgstr "There is a %s of %s available."
848
 
849
+ #: includes/class-fs-plugin-updater.php329,
850
+ #: includes/class-fs-plugin-updater.php:365
851
  msgid "new Beta version"
852
  msgstr "ny Beta-version"
853
 
854
+ #: includes/class-fs-plugin-updater.php330,
855
+ #: includes/class-fs-plugin-updater.php:366
856
  msgid "new version"
857
  msgstr "ny version"
858
 
859
+ #: includes/class-fs-plugin-updater.php:389
860
  msgid "Important Upgrade Notice:"
861
  msgstr "Vigtig meddelelse til opgradering:"
862
 
863
+ #: includes/class-fs-plugin-updater.php:1283
864
  msgid "Installing plugin: %s"
865
  msgstr "Installerer plugin: %s"
866
 
867
+ #: includes/class-fs-plugin-updater.php:1324
868
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
869
  msgstr "Unable to connect to the filesystem. Please confirm your credentials."
870
 
871
+ #: includes/class-fs-plugin-updater.php:1506
872
  msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
873
  msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
874
 
875
+ #: includes/fs-plugin-info-dialog.php:535
876
  msgid "Purchase More"
877
  msgstr "Køb flere"
878
 
879
+ #: includes/fs-plugin-info-dialog.php536,
880
+ #: templates/account/partials/addon.php:385
881
  msgctxt "verb"
882
  msgid "Purchase"
883
  msgstr "Køb"
884
 
885
+ #: includes/fs-plugin-info-dialog.php:540
886
  msgid "Start my free %s"
887
  msgstr "Start min gratis %s"
888
 
889
+ #: includes/fs-plugin-info-dialog.php:738
890
  msgid "Install Free Version Update Now"
891
  msgstr "Installer opdatering til gratis version nu"
892
 
893
+ #: includes/fs-plugin-info-dialog.php739, templates/account.php:590
894
  msgid "Install Update Now"
895
  msgstr "Installer opdatering nu"
896
 
897
+ #: includes/fs-plugin-info-dialog.php:748
898
  msgid "Install Free Version Now"
899
  msgstr "Installer gratis version nu"
900
 
901
+ #: includes/fs-plugin-info-dialog.php749, templates/add-ons.php323,
902
  #: templates/auto-installation.php111,
903
+ #: templates/account/partials/addon.php365,
904
+ #: templates/account/partials/addon.php:418
905
  msgid "Install Now"
906
  msgstr "Installer nu"
907
 
908
+ #: includes/fs-plugin-info-dialog.php:765
909
  msgctxt "as download latest version"
910
  msgid "Download Latest Free Version"
911
  msgstr "Download seneste gratis version"
912
 
913
+ #: includes/fs-plugin-info-dialog.php766, templates/account.php99,
914
+ #: templates/add-ons.php37, templates/account/partials/addon.php:25
915
  msgctxt "as download latest version"
916
  msgid "Download Latest"
917
  msgstr "Download seneste"
918
 
919
+ #: includes/fs-plugin-info-dialog.php781, templates/add-ons.php329,
920
+ #: templates/account/partials/addon.php356,
921
+ #: templates/account/partials/addon.php:412
922
  msgid "Activate this add-on"
923
  msgstr "Aktiver denne tilføjelse"
924
 
925
+ #: includes/fs-plugin-info-dialog.php783, templates/connect.php:452
926
  msgid "Activate Free Version"
927
  msgstr "Aktiver gratis version"
928
 
929
+ #: includes/fs-plugin-info-dialog.php784, templates/account.php123,
930
+ #: templates/add-ons.php330, templates/account/partials/addon.php:48
931
  msgid "Activate"
932
  msgstr "Aktiver"
933
 
934
+ #: includes/fs-plugin-info-dialog.php:994
935
  msgctxt "Plugin installer section title"
936
  msgid "Description"
937
  msgstr "Beskrivelse"
938
 
939
+ #: includes/fs-plugin-info-dialog.php:995
940
  msgctxt "Plugin installer section title"
941
  msgid "Installation"
942
  msgstr "Installering"
943
 
944
+ #: includes/fs-plugin-info-dialog.php:996
945
  msgctxt "Plugin installer section title"
946
  msgid "FAQ"
947
  msgstr "FAQ"
948
 
949
+ #: includes/fs-plugin-info-dialog.php997,
950
  #: templates/plugin-info/description.php:55
951
  msgid "Screenshots"
952
  msgstr "Skærmbilleder"
953
 
954
+ #: includes/fs-plugin-info-dialog.php:998
955
  msgctxt "Plugin installer section title"
956
  msgid "Changelog"
957
  msgstr "Ændringslog"
958
 
959
+ #: includes/fs-plugin-info-dialog.php:999
960
  msgctxt "Plugin installer section title"
961
  msgid "Reviews"
962
  msgstr "Anmeldelser"
963
 
964
+ #: includes/fs-plugin-info-dialog.php:1000
965
  msgctxt "Plugin installer section title"
966
  msgid "Other Notes"
967
  msgstr "Andre noter"
968
 
969
+ #: includes/fs-plugin-info-dialog.php:1015
970
  msgctxt "Plugin installer section title"
971
  msgid "Features & Pricing"
972
  msgstr "Funktioner og priser"
973
 
974
+ #: includes/fs-plugin-info-dialog.php:1025
975
  msgid "Plugin Install"
976
  msgstr "Plugin-installering"
977
 
978
+ #: includes/fs-plugin-info-dialog.php:1097
979
  msgctxt "e.g. Professional Plan"
980
  msgid "%s Plan"
981
  msgstr "%s Plan"
982
 
983
+ #: includes/fs-plugin-info-dialog.php:1123
984
  msgctxt "e.g. the best product"
985
  msgid "Best"
986
  msgstr "Bedste"
987
 
988
+ #: includes/fs-plugin-info-dialog.php1129,
989
+ #: includes/fs-plugin-info-dialog.php:1149
990
  msgctxt "as every month"
991
  msgid "Monthly"
992
  msgstr "Månedligt"
993
 
994
+ #: includes/fs-plugin-info-dialog.php:1132
995
  msgctxt "as once a year"
996
  msgid "Annual"
997
  msgstr "Årligt"
998
 
999
+ #: includes/fs-plugin-info-dialog.php:1135
1000
  msgid "Lifetime"
1001
  msgstr "Livstid"
1002
 
1003
+ #: includes/fs-plugin-info-dialog.php1149,
1004
+ #: includes/fs-plugin-info-dialog.php1151,
1005
+ #: includes/fs-plugin-info-dialog.php:1153
1006
  msgctxt "e.g. billed monthly"
1007
  msgid "Billed %s"
1008
  msgstr "Faktureret %s"
1009
 
1010
+ #: includes/fs-plugin-info-dialog.php:1151
1011
  msgctxt "as once a year"
1012
  msgid "Annually"
1013
  msgstr "Årligt"
1014
 
1015
+ #: includes/fs-plugin-info-dialog.php:1153
1016
  msgctxt "as once a year"
1017
  msgid "Once"
1018
  msgstr "Engangsbeløb"
1019
 
1020
+ #: includes/fs-plugin-info-dialog.php:1159
1021
  msgid "Single Site License"
1022
  msgstr "Enkelt site licens"
1023
 
1024
+ #: includes/fs-plugin-info-dialog.php:1161
1025
  msgid "Unlimited Licenses"
1026
  msgstr "Ubegrænsede licenser"
1027
 
1028
+ #: includes/fs-plugin-info-dialog.php:1163
1029
  msgid "Up to %s Sites"
1030
  msgstr "Op til %s websteder"
1031
 
1032
+ #: includes/fs-plugin-info-dialog.php1173,
1033
  #: templates/plugin-info/features.php:82
1034
  msgctxt "as monthly period"
1035
  msgid "mo"
1036
  msgstr "md"
1037
 
1038
+ #: includes/fs-plugin-info-dialog.php1180,
1039
  #: templates/plugin-info/features.php:80
1040
  msgctxt "as annual period"
1041
  msgid "year"
1042
  msgstr "år"
1043
 
1044
+ #: includes/fs-plugin-info-dialog.php:1234
1045
  msgctxt "noun"
1046
  msgid "Price"
1047
  msgstr "Pris"
1048
 
1049
+ #: includes/fs-plugin-info-dialog.php:1282
1050
  msgid "Save %s"
1051
  msgstr "Spar %s"
1052
 
1053
+ #: includes/fs-plugin-info-dialog.php:1292
1054
  msgid "No commitment for %s - cancel anytime"
1055
  msgstr "Ingen bindinger ved %s - annuller når som helst"
1056
 
1057
+ #: includes/fs-plugin-info-dialog.php:1295
1058
  msgid "After your free %s, pay as little as %s"
1059
  msgstr "Efter din gratis %s er prisen kun %s"
1060
 
1061
+ #: includes/fs-plugin-info-dialog.php:1306
1062
  msgid "Details"
1063
  msgstr "Detaljer"
1064
 
1065
+ #: includes/fs-plugin-info-dialog.php1310, templates/account.php110,
1066
+ #: templates/debug.php201, templates/debug.php238, templates/debug.php455,
1067
  #: templates/account/partials/addon.php:36
1068
  msgctxt "product version"
1069
  msgid "Version"
1070
  msgstr "Version"
1071
 
1072
+ #: includes/fs-plugin-info-dialog.php:1317
1073
  msgctxt "as the plugin author"
1074
  msgid "Author"
1075
  msgstr "Forfatter"
1076
 
1077
+ #: includes/fs-plugin-info-dialog.php:1324
1078
  msgid "Last Updated"
1079
  msgstr "Senest opdateret"
1080
 
1081
+ #: includes/fs-plugin-info-dialog.php1329, templates/account.php:476
1082
  msgctxt "x-ago"
1083
  msgid "%s ago"
1084
  msgstr "%s siden"
1085
 
1086
+ #: includes/fs-plugin-info-dialog.php:1338
1087
  msgid "Requires WordPress Version"
1088
  msgstr "Kræver WordPress-version"
1089
 
1090
+ #: includes/fs-plugin-info-dialog.php:1339
1091
  msgid "%s or higher"
1092
  msgstr "%s eller højere"
1093
 
1094
+ #: includes/fs-plugin-info-dialog.php:1346
1095
  msgid "Compatible up to"
1096
  msgstr "Kompatibel op til"
1097
 
1098
+ #: includes/fs-plugin-info-dialog.php:1354
1099
  msgid "Downloaded"
1100
  msgstr "Downloadet"
1101
 
1102
+ #: includes/fs-plugin-info-dialog.php:1358
1103
  msgid "%s time"
1104
  msgstr "%s gang"
1105
 
1106
+ #: includes/fs-plugin-info-dialog.php:1360
1107
  msgid "%s times"
1108
  msgstr "%s gange"
1109
 
1110
+ #: includes/fs-plugin-info-dialog.php:1370
1111
  msgid "WordPress.org Plugin Page"
1112
  msgstr "WordPress.org Plugin-side"
1113
 
1114
+ #: includes/fs-plugin-info-dialog.php:1378
1115
  msgid "Plugin Homepage"
1116
  msgstr "Plugin-websted"
1117
 
1118
+ #: includes/fs-plugin-info-dialog.php1386,
1119
+ #: includes/fs-plugin-info-dialog.php:1468
1120
  msgid "Donate to this plugin"
1121
  msgstr "Donér til dette plugin"
1122
 
1123
+ #: includes/fs-plugin-info-dialog.php:1393
1124
  msgid "Average Rating"
1125
  msgstr "Gennemsnitlig vurdering"
1126
 
1127
+ #: includes/fs-plugin-info-dialog.php:1400
1128
  msgid "based on %s"
1129
  msgstr "baseret på %s"
1130
 
1131
+ #: includes/fs-plugin-info-dialog.php:1404
1132
  msgid "%s rating"
1133
  msgstr "%s vurdering"
1134
 
1135
+ #: includes/fs-plugin-info-dialog.php:1406
1136
  msgid "%s ratings"
1137
  msgstr "%s vurderinger"
1138
 
1139
+ #: includes/fs-plugin-info-dialog.php:1421
1140
  msgid "%s star"
1141
  msgstr "%s stjerne"
1142
 
1143
+ #: includes/fs-plugin-info-dialog.php:1423
1144
  msgid "%s stars"
1145
  msgstr "%s stjerner"
1146
 
1147
+ #: includes/fs-plugin-info-dialog.php:1434
1148
  msgid "Click to see reviews that provided a rating of %s"
1149
  msgstr "Click to see reviews that provided a rating of %s"
1150
 
1151
+ #: includes/fs-plugin-info-dialog.php:1447
1152
  msgid "Contributors"
1153
  msgstr "Bidragsydere"
1154
 
1155
+ #: includes/fs-plugin-info-dialog.php1476,
1156
+ #: includes/fs-plugin-info-dialog.php:1478
1157
  msgid "Warning"
1158
  msgstr "Advarsel"
1159
 
1160
+ #: includes/fs-plugin-info-dialog.php:1476
1161
  msgid "This plugin has not been tested with your current version of WordPress."
1162
  msgstr "Dette plugin er ikke blevet testet med din nuværende version af WordPress."
1163
 
1164
+ #: includes/fs-plugin-info-dialog.php:1478
1165
  msgid "This plugin has not been marked as compatible with your version of WordPress."
1166
  msgstr "Dette plugin er ikke markeret som kompatibel med din nuværende version af WordPress."
1167
 
1168
+ #: includes/fs-plugin-info-dialog.php:1497
1169
  msgid "Paid add-on must be deployed to Freemius."
1170
  msgstr "Paid add-on must be deployed to Freemius."
1171
 
1172
+ #: includes/fs-plugin-info-dialog.php:1498
1173
  msgid "Add-on must be deployed to WordPress.org or Freemius."
1174
  msgstr "Add-on must be deployed to WordPress.org or Freemius."
1175
 
1176
+ #: includes/fs-plugin-info-dialog.php:1519
1177
  msgid "Newer Version (%s) Installed"
1178
  msgstr "Nyere version (%s) installeret"
1179
 
1180
+ #: includes/fs-plugin-info-dialog.php:1520
1181
  msgid "Newer Free Version (%s) Installed"
1182
  msgstr "Nyere gratis version (%s) installeret"
1183
 
1184
+ #: includes/fs-plugin-info-dialog.php:1527
1185
  msgid "Latest Version Installed"
1186
  msgstr "Seneste version installeret"
1187
 
1188
+ #: includes/fs-plugin-info-dialog.php:1528
1189
  msgid "Latest Free Version Installed"
1190
  msgstr "Seneste gratis version installeret"
1191
 
1192
+ #: templates/account.php100, templates/forms/subscription-cancellation.php96,
1193
  #: templates/account/partials/addon.php26,
1194
+ #: templates/account/partials/site.php:311
1195
  msgid "Downgrading your plan"
1196
  msgstr "Nedgraderer din plan"
1197
 
1198
+ #: templates/account.php101, templates/forms/subscription-cancellation.php97,
1199
  #: templates/account/partials/addon.php27,
1200
+ #: templates/account/partials/site.php:312
1201
  msgid "Cancelling the subscription"
1202
  msgstr "Annullerer abonnementet"
1203
 
1204
  #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1205
  #. subscription'
1206
+ #: templates/account.php103, templates/forms/subscription-cancellation.php99,
1207
+ #: templates/account/partials/site.php:314
1208
  msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1209
  msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1210
 
1211
+ #: templates/account.php104, templates/forms/subscription-cancellation.php100,
1212
  #: templates/account/partials/addon.php30,
1213
+ #: templates/account/partials/site.php:315
1214
  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."
1215
  msgstr "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."
1216
 
1217
+ #: templates/account.php105, templates/forms/subscription-cancellation.php106,
1218
  #: templates/account/partials/addon.php:31
1219
  msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1220
  msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1221
 
1222
+ #: templates/account.php106, templates/forms/subscription-cancellation.php101,
1223
  #: templates/account/partials/addon.php32,
1224
+ #: templates/account/partials/site.php:316
1225
  msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1226
  msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1227
 
1228
+ #: templates/account.php107, templates/forms/subscription-cancellation.php102,
1229
  #: templates/account/partials/addon.php33,
1230
+ #: templates/account/partials/site.php:317
1231
  msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1232
  msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1233
 
1234
  #. translators: %s: Plan title (e.g. "Professional")
1235
+ #: templates/account.php109,
1236
  #: templates/account/partials/activate-license-button.php31,
1237
  #: templates/account/partials/addon.php:35
1238
  msgid "Activate %s Plan"
1239
  msgstr "Aktiver %s plan"
1240
 
1241
  #. translators: %s: Time period (e.g. Auto renews in "2 months")
1242
+ #: templates/account.php112, templates/account/partials/addon.php38,
1243
+ #: templates/account/partials/site.php:291
1244
  msgid "Auto renews in %s"
1245
  msgstr "Auto-fornyer om %s"
1246
 
1247
  #. translators: %s: Time period (e.g. Expires in "2 months")
1248
+ #: templates/account.php114, templates/account/partials/addon.php40,
1249
+ #: templates/account/partials/site.php:293
1250
  msgid "Expires in %s"
1251
  msgstr "Udløber om %s"
1252
 
1253
+ #: templates/account.php:115
1254
  msgctxt "as synchronize license"
1255
  msgid "Sync License"
1256
  msgstr "Synkroniser licens"
1257
 
1258
+ #: templates/account.php116, templates/account/partials/addon.php:41
1259
  msgid "Cancel Trial"
1260
  msgstr "Annuller prøveperiode"
1261
 
1262
+ #: templates/account.php117, templates/account/partials/addon.php:42
1263
  msgid "Change Plan"
1264
  msgstr "Skift plan"
1265
 
1266
+ #: templates/account.php118, templates/account/partials/addon.php:43
1267
  msgctxt "verb"
1268
  msgid "Upgrade"
1269
  msgstr "Opgrader"
1270
 
1271
+ #: templates/account.php120, templates/account/partials/addon.php45,
1272
+ #: templates/account/partials/site.php:318
1273
  msgctxt "verb"
1274
  msgid "Downgrade"
1275
  msgstr "Nedgrader"
1276
 
1277
+ #: templates/account.php122, templates/add-ons.php246,
1278
  #: templates/plugin-info/features.php72,
1279
+ #: templates/account/partials/addon.php47,
1280
+ #: templates/account/partials/site.php:33
1281
  msgid "Free"
1282
  msgstr "Gratis"
1283
 
1284
+ #: templates/account.php124, templates/debug.php371,
1285
  #: includes/customizer/class-fs-customizer-upsell-control.php110,
1286
+ #: templates/account/partials/addon.php:49
1287
  msgctxt "as product pricing plan"
1288
  msgid "Plan"
1289
  msgstr "Plan"
1290
 
1291
+ #: templates/account.php:125
1292
  msgid "Bundle Plan"
1293
  msgstr "Bundle Plan"
1294
 
1295
+ #: templates/account.php:199
1296
  msgid "Free Trial"
1297
  msgstr "Gratis prøveperiode"
1298
 
1299
+ #: templates/account.php:210
1300
  msgid "Account Details"
1301
  msgstr "Kontodetaljer"
1302
 
1303
+ #: templates/account.php217, templates/forms/data-debug-mode.php:33
1304
+ msgid "Start Debug"
1305
+ msgstr "Start Debug"
1306
+
1307
+ #: templates/account.php:219
1308
+ msgid "Stop Debug"
1309
+ msgstr "Stop Debug"
1310
+
1311
+ #: templates/account.php:226
1312
  msgid "Billing & Invoices"
1313
  msgstr "Fakturering"
1314
 
1315
+ #: templates/account.php:237
1316
  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?"
1317
  msgstr "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?"
1318
 
1319
+ #: templates/account.php:239
1320
  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?"
1321
  msgstr "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?"
1322
 
1323
+ #: templates/account.php:242
1324
  msgid "Delete Account"
1325
  msgstr "Slet konto"
1326
 
1327
+ #: templates/account.php254, templates/account/partials/addon.php231,
1328
  #: templates/account/partials/deactivate-license-button.php:35
1329
  msgid "Deactivate License"
1330
  msgstr "Deaktiver licens"
1331
 
1332
+ #: templates/account.php277, templates/forms/subscription-cancellation.php:125
1333
  msgid "Are you sure you want to proceed?"
1334
  msgstr "Er du sikker på, du vil fortsætte?"
1335
 
1336
+ #: templates/account.php277, templates/account/partials/addon.php:255
1337
  msgid "Cancel Subscription"
1338
  msgstr "Annuller abonnement"
1339
 
1340
+ #: templates/account.php306, templates/account/partials/addon.php:340
1341
  msgctxt "as synchronize"
1342
  msgid "Sync"
1343
  msgstr "Synkroniser"
1344
 
1345
+ #: templates/account.php321, templates/debug.php:505
1346
  msgid "Name"
1347
  msgstr "Navn"
1348
 
1349
+ #: templates/account.php327, templates/debug.php:506
1350
  msgid "Email"
1351
  msgstr "E-mail"
1352
 
1353
+ #: templates/account.php334, templates/debug.php369, templates/debug.php:555
1354
  msgid "User ID"
1355
  msgstr "Bruger-ID"
1356
 
1357
+ #: templates/account.php352, templates/account.php670,
1358
+ #: templates/account.php715, templates/debug.php236, templates/debug.php363,
1359
+ #: templates/debug.php452, templates/debug.php504, templates/debug.php553,
1360
+ #: templates/debug.php632, templates/account/payments.php35,
1361
  #: templates/debug/logger.php:21
1362
  msgid "ID"
1363
  msgstr "ID"
1364
 
1365
+ #: templates/account.php:359
1366
  msgid "Site ID"
1367
  msgstr "Websteds-ID"
1368
 
1369
+ #: templates/account.php:362
1370
  msgid "No ID"
1371
  msgstr "Intet ID"
1372
 
1373
+ #: templates/account.php367, templates/debug.php243, templates/debug.php372,
1374
+ #: templates/debug.php456, templates/debug.php508,
1375
+ #: templates/account/partials/site.php:227
1376
  msgid "Public Key"
1377
  msgstr "Offentlig nøgle"
1378
 
1379
+ #: templates/account.php373, templates/debug.php373, templates/debug.php457,
1380
+ #: templates/debug.php509, templates/account/partials/site.php:239
1381
  msgid "Secret Key"
1382
  msgstr "Privat nøgle"
1383
 
1384
+ #: templates/account.php:376
1385
  msgctxt "as secret encryption key missing"
1386
  msgid "No Secret"
1387
  msgstr "Ingen privat nøgle"
1388
 
1389
+ #: templates/account.php403, templates/account/partials/site.php120,
1390
+ #: templates/account/partials/site.php:122
1391
  msgid "Trial"
1392
  msgstr "Prøveperiode"
1393
 
1394
+ #: templates/account.php430, templates/debug.php561,
1395
+ #: templates/account/partials/site.php:260
1396
  msgid "License Key"
1397
  msgstr "Licensnøgle"
1398
 
1399
+ #: templates/account.php:461
1400
  msgid "Join the Beta program"
1401
  msgstr "Deltag i Beta-programmet"
1402
 
1403
+ #: templates/account.php:467
1404
  msgid "not verified"
1405
  msgstr "ikke verificeret"
1406
 
1407
+ #: templates/account.php476, templates/account/partials/addon.php:190
1408
  msgid "Expired"
1409
  msgstr "Udløbet"
1410
 
1411
+ #: templates/account.php:536
1412
  msgid "Premium version"
1413
  msgstr "Premium version"
1414
 
1415
+ #: templates/account.php:538
1416
  msgid "Free version"
1417
  msgstr "Gratis version"
1418
 
1419
+ #: templates/account.php:550
1420
  msgid "Verify Email"
1421
  msgstr "Verificer e-mail"
1422
 
1423
+ #: templates/account.php:564
1424
  msgid "Download %s Version"
1425
  msgstr "Download 1%s version"
1426
 
1427
+ #: templates/account.php:580
1428
+ msgid "Download Paid Version"
1429
+ msgstr "Download Paid Version"
1430
+
1431
+ #: templates/account.php598, templates/account.php853,
1432
+ #: templates/account/partials/site.php248,
1433
+ #: templates/account/partials/site.php:270
1434
  msgctxt "verb"
1435
  msgid "Show"
1436
  msgstr "Vis"
1437
 
1438
+ #: templates/account.php:613
1439
  msgid "What is your %s?"
1440
  msgstr "Angiv venligst %s?"
1441
 
1442
+ #: templates/account.php621, templates/account/billing.php:21
1443
  msgctxt "verb"
1444
  msgid "Edit"
1445
  msgstr "Rediger"
1446
 
1447
+ #: templates/account.php625, templates/forms/user-change.php:27
1448
+ msgid "Change User"
1449
+ msgstr "Change User"
1450
+
1451
+ #: templates/account.php:649
1452
  msgid "Sites"
1453
  msgstr "Websteder"
1454
 
1455
+ #: templates/account.php:662
1456
  msgid "Search by address"
1457
  msgstr "Søg efter adresse"
1458
 
1459
+ #: templates/account.php671, templates/debug.php:366
1460
  msgid "Address"
1461
  msgstr "Adresse"
1462
 
1463
+ #: templates/account.php:672
1464
  msgid "License"
1465
  msgstr "Licens"
1466
 
1467
+ #: templates/account.php:673
1468
  msgid "Plan"
1469
  msgstr "Plan"
1470
 
1471
+ #: templates/account.php:718
1472
  msgctxt "as software license"
1473
  msgid "License"
1474
  msgstr "Licens"
1475
 
1476
+ #: templates/account.php:847
1477
  msgctxt "verb"
1478
  msgid "Hide"
1479
  msgstr "Skjul"
1480
 
1481
+ #: templates/account.php869, templates/forms/data-debug-mode.php:31
1482
  msgid "Processing"
1483
  msgstr "Arbejder"
1484
 
1485
+ #: templates/account.php:872
1486
  msgid "Get updates for bleeding edge Beta versions of %s."
1487
  msgstr "Get updates for bleeding edge Beta versions of %s."
1488
 
1489
+ #: templates/account.php:930
1490
  msgid "Cancelling %s"
1491
  msgstr "Annullerer %s"
1492
 
1493
+ #: templates/account.php930, templates/account.php947,
1494
  #: templates/forms/subscription-cancellation.php27,
1495
  #: templates/forms/deactivation/form.php:133
1496
  msgid "trial"
1497
  msgstr "prøveperiode"
1498
 
1499
+ #: templates/account.php945, templates/forms/deactivation/form.php:150
1500
  msgid "Cancelling %s..."
1501
  msgstr "Annullerer %s..."
1502
 
1503
+ #: templates/account.php948, templates/forms/subscription-cancellation.php28,
1504
  #: templates/forms/deactivation/form.php:134
1505
  msgid "subscription"
1506
  msgstr "abonnement"
1507
 
1508
+ #: templates/account.php:962
1509
  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?"
1510
  msgstr "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1511
 
1512
+ #: templates/add-ons.php:38
1513
  msgid "View details"
1514
  msgstr "Vis detaljer"
1515
 
1516
+ #: templates/add-ons.php:48
1517
  msgid "Add Ons for %s"
1518
  msgstr "Tilføjelser til %s"
1519
 
1520
+ #: templates/add-ons.php:58
1521
+ 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."
1522
+ msgstr "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
1523
 
1524
+ #: templates/add-ons.php:229
1525
  msgctxt "active add-on"
1526
  msgid "Active"
1527
  msgstr "Aktiv"
1528
 
1529
+ #: templates/add-ons.php:230
1530
  msgctxt "installed add-on"
1531
  msgid "Installed"
1532
  msgstr "Installeret"
1533
 
1534
+ #: templates/admin-notice.php13, templates/forms/license-activation.php220,
1535
  #: templates/forms/resend-key.php:77
1536
  msgctxt "as close a window"
1537
  msgid "Dismiss"
1571
  msgid "Hey %s,"
1572
  msgstr "Hey %s,"
1573
 
1574
+ #: templates/connect.php:162
1575
  msgid "Allow & Continue"
1576
  msgstr "Tillad & Fortsæt"
1577
 
1578
+ #: templates/connect.php:166
1579
  msgid "Re-send activation email"
1580
  msgstr "Gensend e-mail om aktivering"
1581
 
1582
+ #: templates/connect.php:170
1583
  msgid "Thanks %s!"
1584
  msgstr "Tak %s!"
1585
 
1586
+ #: templates/connect.php180, templates/forms/license-activation.php:46
1587
  msgid "Agree & Activate License"
1588
  msgstr "Accepter & aktiver licens"
1589
 
1590
+ #: templates/connect.php:189
1591
  msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1592
  msgstr "Tak for at købe %s! For at komme i gang, venligst indtast din licensnøgle:"
1593
 
1594
+ #: templates/connect.php:196
1595
  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."
1596
  msgstr "Gå aldrig glip af en vigtig opdatering - tilmeld dig vores sikkerheds- og funktionsopdateringsmeddelelser, uddannelsesindhold, tilbud og ikke-følsom diagnosesporing med %4$s. "
1597
 
1598
+ #: templates/connect.php:197
1599
  msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1600
  msgstr "Gå aldrig glip af en vigtig opdatering - tilmeld dig vores sikkerheds- og funktionsopdateringsmeddelelser, uddannelsesindhold, tilbud og ikke-følsom diagnosesporing med %%4$s."
1601
 
1602
+ #: templates/connect.php:203
1603
  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."
1604
  msgstr "Gå aldrig glip af en vigtig opdatering - tilmeld dig vores sikkerheds- og funktionsopdateringsmeddelelser, uddannelsesindhold, tilbud og ikke-følsom diagnosesporing med %4$s. Hvis du springer dette over, er det okay! %1$s fungerer stadig fint."
1605
 
1606
+ #: templates/connect.php:204
1607
  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."
1608
  msgstr "Gå aldrig glip af en vigtig opdatering - tilmeld dig vores sikkerheds- og funktionsopdateringsmeddelelser, uddannelsesindhold, tilbud og ikke-følsom diagnosesporing med %4$s. Hvis du springer dette over, er det okay! %1$s fungerer stadig fint."
1609
 
1610
+ #: templates/connect.php:238
1611
  msgid "We're excited to introduce the Freemius network-level integration."
1612
  msgstr "We're excited to introduce the Freemius network-level integration."
1613
 
1614
+ #: templates/connect.php:241
1615
  msgid "During the update process we detected %d site(s) that are still pending license activation."
1616
  msgstr "During the update process we detected %d site(s) that are still pending license activation."
1617
 
1618
+ #: templates/connect.php:243
1619
  msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1620
  msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1621
 
1622
+ #: templates/connect.php:245
1623
  msgid "%s's paid features"
1624
  msgstr "%s's betalte features"
1625
 
1626
+ #: templates/connect.php:250
1627
  msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1628
  msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1629
 
1630
+ #: templates/connect.php:252
1631
  msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1632
  msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
1633
 
1634
+ #: templates/connect.php261, templates/forms/data-debug-mode.php35,
1635
+ #: templates/forms/license-activation.php:49
1636
  msgid "License key"
1637
  msgstr "Licensnøgle"
1638
 
1639
+ #: templates/connect.php264, templates/forms/license-activation.php:22
1640
  msgid "Can't find your license key?"
1641
  msgstr "Kan du ikke finde din licensnøgle?"
1642
 
1643
+ #: templates/connect.php323, templates/connect.php694,
1644
  #: templates/forms/deactivation/retry-skip.php:20
1645
  msgctxt "verb"
1646
  msgid "Skip"
1647
  msgstr "Spring over"
1648
 
1649
+ #: templates/connect.php:326
1650
  msgid "Delegate to Site Admins"
1651
  msgstr "Uddeleger til webstedsadministratorer"
1652
 
1653
+ #: templates/connect.php:326
1654
  msgid "If you click it, this decision will be delegated to the sites administrators."
1655
  msgstr "If you click it, this decision will be delegated to the sites administrators."
1656
 
1657
+ #: templates/connect.php:364
1658
  msgid "Your Profile Overview"
1659
  msgstr "Overblik af din profil"
1660
 
1661
+ #: templates/connect.php:365
1662
  msgid "Name and email address"
1663
  msgstr "Navn og e-mailadresse"
1664
 
1665
+ #: templates/connect.php:372
1666
  msgid "Your Site Overview"
1667
  msgstr "Overblik af dit websted"
1668
 
1669
+ #: templates/connect.php:373
1670
+ msgid "Site URL, WP version, PHP info"
1671
+ msgstr "Site URL, WP version, PHP info"
1672
 
1673
+ #: templates/connect.php:379
1674
  msgid "Admin Notices"
1675
  msgstr "Admin-meddelelser"
1676
 
1677
+ #: templates/connect.php380, templates/connect.php:396
1678
  msgid "Updates, announcements, marketing, no spam"
1679
  msgstr "Opdateringer, annonceringer, marketing, ingen spam"
1680
 
1681
+ #: templates/connect.php:386
1682
  msgid "Current %s Events"
1683
  msgstr "Current %s Events"
1684
 
1685
+ #: templates/connect.php:387
1686
  msgid "Activation, deactivation and uninstall"
1687
  msgstr "Aktivering, deaktivering og afinstallering"
1688
 
1689
+ #: templates/connect.php:395
1690
  msgid "Newsletter"
1691
  msgstr "Nyhedsbrev"
1692
 
1693
+ #: templates/connect.php:403
1694
+ msgid "Plugins & Themes"
1695
+ msgstr "Plugins & Themes"
1696
+
1697
+ #: templates/connect.php:404
1698
+ msgid "Title, slug, version, and is active"
1699
+ msgstr "Title, slug, version, and is active"
1700
+
1701
+ #: templates/connect.php420, templates/forms/license-activation.php:41
1702
  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."
1703
  msgstr "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."
1704
 
1705
+ #: templates/connect.php:425
1706
  msgid "What permissions are being granted?"
1707
  msgstr "Hvilke tilladelser bliver givet?"
1708
 
1709
+ #: templates/connect.php:451
1710
  msgid "Don't have a license key?"
1711
  msgstr "Har du ikke en licensnøgle?"
1712
 
1713
+ #: templates/connect.php:454
1714
  msgid "Have a license key?"
1715
  msgstr "Har du en licensnøgle?"
1716
 
1717
+ #: templates/connect.php:462
1718
  msgid "Privacy Policy"
1719
  msgstr "Privatlivspolitik"
1720
 
1721
+ #: templates/connect.php:464
1722
  msgid "License Agreement"
1723
  msgstr "Licensaftale"
1724
 
1725
+ #: templates/connect.php:464
1726
  msgid "Terms of Service"
1727
  msgstr "Servicevilkår"
1728
 
1729
+ #: templates/connect.php:853
1730
  msgctxt "as in the process of sending an email"
1731
  msgid "Sending email"
1732
  msgstr "Sender e-mail"
1733
 
1734
+ #: templates/connect.php:854
1735
  msgctxt "as activating plugin"
1736
  msgid "Activating"
1737
  msgstr "Aktiverer"
1759
  msgid "Debugging"
1760
  msgstr "Fejlfinding"
1761
 
1762
+ #: templates/debug.php52, templates/debug.php248, templates/debug.php374,
1763
+ #: templates/debug.php:510
1764
  msgid "Actions"
1765
  msgstr "Handlinger"
1766
 
1767
+ #: templates/debug.php:62
1768
  msgid "Are you sure you want to delete all Freemius data?"
1769
  msgstr "Er du sikker på, du vil slette al Freemius data?"
1770
 
1771
+ #: templates/debug.php:62
1772
  msgid "Delete All Accounts"
1773
  msgstr "Slet alle konti"
1774
 
1775
+ #: templates/debug.php:69
1776
  msgid "Clear API Cache"
1777
  msgstr "Ryd API-cache"
1778
 
1779
+ #: templates/debug.php:77
1780
  msgid "Clear Updates Transients"
1781
  msgstr "Clear Updates Transients"
1782
 
1783
+ #: templates/debug.php:84
1784
  msgid "Sync Data From Server"
1785
  msgstr "Synkroniser data fra server"
1786
 
1787
+ #: templates/debug.php:93
1788
  msgid "Migrate Options to Network"
1789
  msgstr "Migrate Options to Network"
1790
 
1791
+ #: templates/debug.php:98
1792
  msgid "Load DB Option"
1793
  msgstr "Hent DB-indstilling"
1794
 
1795
+ #: templates/debug.php:101
1796
  msgid "Set DB Option"
1797
  msgstr "Sæt DB-indstilling"
1798
 
1799
+ #: templates/debug.php:180
1800
  msgid "Key"
1801
  msgstr "Nøgle"
1802
 
1803
+ #: templates/debug.php:181
1804
  msgid "Value"
1805
  msgstr "Værdi"
1806
 
1807
+ #: templates/debug.php:197
1808
  msgctxt "as software development kit versions"
1809
  msgid "SDK Versions"
1810
  msgstr "SDK-versioner"
1811
 
1812
+ #: templates/debug.php:202
1813
  msgid "SDK Path"
1814
  msgstr "SDK-sti"
1815
 
1816
+ #: templates/debug.php203, templates/debug.php:242
1817
  msgid "Module Path"
1818
  msgstr "Modul-sti"
1819
 
1820
+ #: templates/debug.php:204
1821
  msgid "Is Active"
1822
  msgstr "Er aktiv"
1823
 
1824
+ #: templates/debug.php232, templates/debug/plugins-themes-sync.php:35
1825
  msgid "Plugins"
1826
  msgstr "Plugins"
1827
 
1828
+ #: templates/debug.php232, templates/debug/plugins-themes-sync.php:56
1829
  msgid "Themes"
1830
  msgstr "Temaer"
1831
 
1832
+ #: templates/debug.php237, templates/debug.php368, templates/debug.php454,
1833
  #: templates/debug/scheduled-crons.php:80
1834
  msgid "Slug"
1835
  msgstr "Kortnavn"
1836
 
1837
+ #: templates/debug.php239, templates/debug.php:453
1838
  msgid "Title"
1839
  msgstr "Titel"
1840
 
1841
+ #: templates/debug.php:240
1842
  msgctxt "as application program interface"
1843
  msgid "API"
1844
  msgstr "API"
1845
 
1846
+ #: templates/debug.php:241
1847
  msgid "Freemius State"
1848
  msgstr "Freemius tilstand"
1849
 
1850
+ #: templates/debug.php:245
1851
  msgid "Network Blog"
1852
  msgstr "Netværksblog"
1853
 
1854
+ #: templates/debug.php:246
1855
  msgid "Network User"
1856
  msgstr "Netværksbruger"
1857
 
1858
+ #: templates/debug.php:283
1859
  msgctxt "as connection was successful"
1860
  msgid "Connected"
1861
  msgstr "Forbundet"
1862
 
1863
+ #: templates/debug.php:284
1864
  msgctxt "as connection blocked"
1865
  msgid "Blocked"
1866
  msgstr "Blokeret"
1867
 
1868
+ #: templates/debug.php:320
1869
  msgid "Simulate Trial Promotion"
1870
  msgstr "Simulate Trial Promotion"
1871
 
1872
+ #: templates/debug.php:332
1873
  msgid "Simulate Network Upgrade"
1874
  msgstr "Simuler netværksopgradering"
1875
 
1876
+ #: templates/debug.php:357
1877
  msgid "%s Installs"
1878
  msgstr "%s installeringer"
1879
 
1880
+ #: templates/debug.php:359
1881
  msgctxt "like websites"
1882
  msgid "Sites"
1883
  msgstr "Websteder"
1884
 
1885
+ #: templates/debug.php365, templates/account/partials/site.php:156
1886
  msgid "Blog ID"
1887
  msgstr "Blog-ID"
1888
 
1889
+ #: templates/debug.php:370
1890
+ msgid "License ID"
1891
+ msgstr "License ID"
1892
+
1893
+ #: templates/debug.php434, templates/debug.php533,
1894
+ #: templates/account/partials/addon.php:435
1895
  msgctxt "verb"
1896
  msgid "Delete"
1897
  msgstr "Slet"
1898
 
1899
+ #: templates/debug.php:448
1900
  msgid "Add Ons of module %s"
1901
  msgstr "Tilføjelser til modul %s"
1902
 
1903
+ #: templates/debug.php:500
1904
  msgid "Users"
1905
  msgstr "Brugere"
1906
 
1907
+ #: templates/debug.php:507
1908
  msgid "Verified"
1909
  msgstr "Verificeret"
1910
 
1911
+ #: templates/debug.php:549
1912
  msgid "%s Licenses"
1913
  msgstr "1%s licenser"
1914
 
1915
+ #: templates/debug.php:554
1916
  msgid "Plugin ID"
1917
  msgstr "Plugin-ID"
1918
 
1919
+ #: templates/debug.php:556
1920
  msgid "Plan ID"
1921
  msgstr "Plan-ID"
1922
 
1923
+ #: templates/debug.php:557
1924
  msgid "Quota"
1925
  msgstr "Kvote"
1926
 
1927
+ #: templates/debug.php:558
1928
  msgid "Activated"
1929
  msgstr "Aktiveret"
1930
 
1931
+ #: templates/debug.php:559
1932
  msgid "Blocking"
1933
  msgstr "Blokerer"
1934
 
1935
+ #: templates/debug.php560, templates/debug.php631,
1936
+ #: templates/debug/logger.php:22
1937
+ msgid "Type"
1938
+ msgstr "Type"
1939
+
1940
+ #: templates/debug.php:562
1941
  msgctxt "as expiration date"
1942
  msgid "Expiration"
1943
  msgstr "Udløber"
1944
 
1945
+ #: templates/debug.php:590
1946
  msgid "Debug Log"
1947
  msgstr "Fejlfindingslog"
1948
 
1949
+ #: templates/debug.php:594
1950
  msgid "All Types"
1951
  msgstr "Alle typer"
1952
 
1953
+ #: templates/debug.php:601
1954
  msgid "All Requests"
1955
  msgstr "Alle forespørgsler"
1956
 
1957
+ #: templates/debug.php606, templates/debug.php635,
1958
  #: templates/debug/logger.php:25
1959
  msgid "File"
1960
  msgstr "Fil"
1961
 
1962
+ #: templates/debug.php607, templates/debug.php633,
1963
  #: templates/debug/logger.php:23
1964
  msgid "Function"
1965
  msgstr "Funktion"
1966
 
1967
+ #: templates/debug.php:608
1968
  msgid "Process ID"
1969
  msgstr "Proces-ID"
1970
 
1971
+ #: templates/debug.php:609
1972
  msgid "Logger"
1973
  msgstr "Logger"
1974
 
1975
+ #: templates/debug.php610, templates/debug.php634,
1976
  #: templates/debug/logger.php:24
1977
  msgid "Message"
1978
  msgstr "Besked"
1979
 
1980
+ #: templates/debug.php:612
1981
  msgid "Filter"
1982
  msgstr "Filter"
1983
 
1984
+ #: templates/debug.php:620
1985
  msgid "Download"
1986
  msgstr "Download"
1987
 
1988
+ #: templates/debug.php636, templates/debug/logger.php:26
 
 
 
 
1989
  msgid "Timestamp"
1990
  msgstr "Tidsstempel"
1991
 
2310
  msgid "Become an affiliate"
2311
  msgstr "Bliv en affiliate"
2312
 
2313
+ #: templates/forms/data-debug-mode.php:25
2314
+ msgid "Please enter the license key to enable the debug mode:"
2315
+ msgstr "Please enter the license key to enable the debug mode:"
2316
+
2317
+ #: templates/forms/data-debug-mode.php:27
2318
+ 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:"
2319
+ msgstr "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:"
2320
+
2321
+ #: templates/forms/data-debug-mode.php:32
2322
+ msgid "Submit"
2323
+ msgstr "Submit"
2324
+
2325
+ #: templates/forms/data-debug-mode.php:36
2326
+ msgid "User key"
2327
+ msgstr "User key"
2328
+
2329
  #: templates/forms/license-activation.php:23
2330
  msgid "Please enter the license key that you received in the email right after the purchase:"
2331
  msgstr "Indtast licensnøglen, du modtog i e-mailen lige efter købet:"
2334
  msgid "Update License"
2335
  msgstr "Opdater licens"
2336
 
2337
+ #: templates/forms/license-activation.php:181
2338
+ msgid "Associate with the license owner's account."
2339
+ msgstr "Associate with the license owner's account."
2340
+
2341
  #: templates/forms/optout.php:30
2342
  msgctxt "verb"
2343
  msgid "Opt Out"
2348
  msgid "Opt In"
2349
  msgstr "Tilmeld"
2350
 
2351
+ #: templates/forms/optout.php:34
2352
+ msgid "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
2353
+ msgstr "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
2354
+
2355
+ #: templates/forms/optout.php:36
2356
+ msgid "Warning: Opting out will block automatic updates"
2357
+ msgstr "Warning: Opting out will block automatic updates"
2358
+
2359
+ #: templates/forms/optout.php:37
2360
+ 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."
2361
+ msgstr "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."
2362
+
2363
+ #: templates/forms/optout.php:39
2364
+ msgid "I'd like to keep automatic updates"
2365
+ msgstr "I'd like to keep automatic updates"
2366
+
2367
+ #: templates/forms/optout.php:44
2368
  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."
2369
  msgstr "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."
2370
 
2371
+ #: templates/forms/optout.php:45
2372
+ msgid "On second thought - I want to continue helping"
2373
+ msgstr "On second thought - I want to continue helping"
2374
+
2375
+ #: templates/forms/optout.php:49
2376
  msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2377
  msgstr "Ved at klikke \"Frameld\" vil vi ikke længere sende data fra %s til %s."
2378
 
2379
+ #: templates/forms/optout.php:74
2380
+ msgid "Plugins & themes tracking"
2381
+ msgstr "Plugins & themes tracking"
2382
+
2383
+ #: templates/forms/optout.php:256
2384
+ msgid "Saved"
2385
+ msgstr "Saved"
2386
+
2387
  #: templates/forms/premium-versions-upgrade-handler.php:40
2388
  msgid "There is a new version of %s available."
2389
  msgstr "En ny version af %s er tilgængelig."
2429
  msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2430
  msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2431
 
 
 
 
 
 
 
 
 
2432
  #: templates/forms/subscription-cancellation.php:103
2433
  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."
2434
  msgstr "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
2454
  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."
2455
  msgstr "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."
2456
 
2457
+ #: templates/forms/user-change.php:26
2458
+ msgid "By changing the user, you agree to transfer the account ownership to:"
2459
+ msgstr "By changing the user, you agree to transfer the account ownership to:"
2460
+
2461
+ #: templates/forms/user-change.php:28
2462
+ msgid "I Agree - Change User"
2463
+ msgstr "I Agree - Change User"
2464
+
2465
+ #: templates/forms/user-change.php:30
2466
+ msgid "Enter email address"
2467
+ msgstr "Enter email address"
2468
+
2469
+ #: templates/forms/user-change.php:81
2470
+ msgctxt "close window"
2471
+ msgid "Dismiss"
2472
+ msgstr "Dismiss"
2473
+
2474
  #: templates/js/style-premium-theme.php:39
2475
  msgid "Premium"
2476
  msgstr "Premium"
2532
  msgid "Last license"
2533
  msgstr "Seneste license"
2534
 
2535
+ #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
2536
+ #. subscription'
2537
+ #: templates/account/partials/addon.php:29
2538
+ msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2539
+ msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2540
+
2541
+ #: templates/account/partials/addon.php:185
2542
  msgid "Cancelled"
2543
  msgstr "Annulleret"
2544
 
2545
+ #: templates/account/partials/addon.php:195
2546
  msgid "No expiration"
2547
  msgstr "Udløber ikke"
2548
 
2549
+ #: templates/account/partials/site.php:189
2550
  msgid "Owner Name"
2551
  msgstr "Ejer-navn"
2552
 
2553
+ #: templates/account/partials/site.php:201
2554
  msgid "Owner Email"
2555
  msgstr "E-mailadresse for ejer"
2556
 
2557
+ #: templates/account/partials/site.php:213
2558
  msgid "Owner ID"
2559
  msgstr "Ejer-ID"
2560
 
2561
+ #: templates/account/partials/site.php:286
2562
  msgid "Subscription"
2563
  msgstr "Abonnement"
2564
 
includes/vendor/freemius/wordpress-sdk/languages/freemius-en.mo CHANGED
Binary file
includes/vendor/freemius/wordpress-sdk/languages/freemius-en.po CHANGED
@@ -19,763 +19,771 @@ msgstr ""
19
  "X-Poedit-SearchPathExcluded-0: *.js\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
21
 
22
- #: includes/class-freemius.php:1880, templates/account.php:840
23
  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."
24
  msgstr "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."
25
 
26
- #: includes/class-freemius.php:1887
27
  msgid "Would you like to proceed with the update?"
28
  msgstr "Would you like to proceed with the update?"
29
 
30
- #: includes/class-freemius.php:2095
31
  msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
32
  msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
33
 
34
- #: includes/class-freemius.php:2097
35
  msgid "Error"
36
  msgstr "Error"
37
 
38
- #: includes/class-freemius.php:2491
39
  msgid "I found a better %s"
40
  msgstr "I found a better %s"
41
 
42
- #: includes/class-freemius.php:2493
43
  msgid "What's the %s's name?"
44
  msgstr "What's the %s's name?"
45
 
46
- #: includes/class-freemius.php:2499
47
  msgid "It's a temporary %s. I'm just debugging an issue."
48
  msgstr "It's a temporary %s. I'm just debugging an issue."
49
 
50
- #: includes/class-freemius.php:2501
51
  msgid "Deactivation"
52
  msgstr "Deactivation"
53
 
54
- #: includes/class-freemius.php:2502
55
  msgid "Theme Switch"
56
  msgstr "Theme Switch"
57
 
58
- #: includes/class-freemius.php:2511, templates/forms/resend-key.php:24
59
  msgid "Other"
60
  msgstr "Other"
61
 
62
- #: includes/class-freemius.php:2519
63
  msgid "I no longer need the %s"
64
  msgstr "I no longer need the %s"
65
 
66
- #: includes/class-freemius.php:2526
67
  msgid "I only needed the %s for a short period"
68
  msgstr "I only needed the %s for a short period"
69
 
70
- #: includes/class-freemius.php:2532
71
  msgid "The %s broke my site"
72
  msgstr "The %s broke my site"
73
 
74
- #: includes/class-freemius.php:2539
75
  msgid "The %s suddenly stopped working"
76
  msgstr "The %s suddenly stopped working"
77
 
78
- #: includes/class-freemius.php:2549
79
  msgid "I can't pay for it anymore"
80
  msgstr "I can't pay for it anymore"
81
 
82
- #: includes/class-freemius.php:2551
83
  msgid "What price would you feel comfortable paying?"
84
  msgstr "What price would you feel comfortable paying?"
85
 
86
- #: includes/class-freemius.php:2557
87
  msgid "I don't like to share my information with you"
88
  msgstr "I don't like to share my information with you"
89
 
90
- #: includes/class-freemius.php:2578
91
  msgid "The %s didn't work"
92
  msgstr "The %s didn't work"
93
 
94
- #: includes/class-freemius.php:2588
95
  msgid "I couldn't understand how to make it work"
96
  msgstr "I couldn't understand how to make it work"
97
 
98
- #: includes/class-freemius.php:2596
99
  msgid "The %s is great, but I need specific feature that you don't support"
100
  msgstr "The %s is great, but I need specific feature that you don't support"
101
 
102
- #: includes/class-freemius.php:2598
103
  msgid "What feature?"
104
  msgstr "What feature?"
105
 
106
- #: includes/class-freemius.php:2602
107
  msgid "The %s is not working"
108
  msgstr "The %s is not working"
109
 
110
- #: includes/class-freemius.php:2604
111
  msgid "Kindly share what didn't work so we can fix it for future users..."
112
  msgstr "Kindly share what didn't work so we can fix it for future users..."
113
 
114
- #: includes/class-freemius.php:2608
115
  msgid "It's not what I was looking for"
116
  msgstr "It's not what I was looking for"
117
 
118
- #: includes/class-freemius.php:2610
119
  msgid "What you've been looking for?"
120
  msgstr "What you've been looking for?"
121
 
122
- #: includes/class-freemius.php:2614
123
  msgid "The %s didn't work as expected"
124
  msgstr "The %s didn't work as expected"
125
 
126
- #: includes/class-freemius.php:2616
127
  msgid "What did you expect?"
128
  msgstr "What did you expect?"
129
 
130
- #: includes/class-freemius.php:3471, templates/debug.php:20
131
  msgid "Freemius Debug"
132
  msgstr "Freemius Debug"
133
 
134
- #: includes/class-freemius.php:4223
135
  msgid "I don't know what is cURL or how to install it, help me!"
136
  msgstr "I don't know what is cURL or how to install it, help me!"
137
 
138
- #: includes/class-freemius.php:4225
139
  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."
140
  msgstr "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."
141
 
142
- #: includes/class-freemius.php:4232
143
  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."
144
  msgstr "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."
145
 
146
- #: includes/class-freemius.php:4337
147
  msgid "Yes - do your thing"
148
  msgstr "Yes - do your thing"
149
 
150
- #: includes/class-freemius.php:4342
151
  msgid "No - just deactivate"
152
  msgstr "No - just deactivate"
153
 
154
- #: includes/class-freemius.php:4387, includes/class-freemius.php:4881, includes/class-freemius.php:6032, includes/class-freemius.php:13153, includes/class-freemius.php:16558, includes/class-freemius.php:16646, includes/class-freemius.php:16812, includes/class-freemius.php:19040, includes/class-freemius.php:19381, includes/class-freemius.php:19391, includes/class-freemius.php:20051, includes/class-freemius.php:20924, includes/class-freemius.php:21039, includes/class-freemius.php:21183, templates/add-ons.php:57
155
  msgctxt "exclamation"
156
  msgid "Oops"
157
  msgstr "Oops"
158
 
159
- #: includes/class-freemius.php:4456
160
  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."
161
  msgstr "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."
162
 
163
- #: includes/class-freemius.php:4878
164
  msgctxt "addonX cannot run without pluginY"
165
  msgid "%s cannot run without %s."
166
  msgstr "%s cannot run without %s."
167
 
168
- #: includes/class-freemius.php:4879
169
  msgctxt "addonX cannot run..."
170
  msgid "%s cannot run without the plugin."
171
  msgstr "%s cannot run without the plugin."
172
 
173
- #: includes/class-freemius.php:5052, includes/class-freemius.php:5077, includes/class-freemius.php:20122
174
  msgid "Unexpected API error. Please contact the %s's author with the following error."
175
  msgstr "Unexpected API error. Please contact the %s's author with the following error."
176
 
177
- #: includes/class-freemius.php:5720
178
  msgid "Premium %s version was successfully activated."
179
  msgstr "Premium %s version was successfully activated."
180
 
181
- #: includes/class-freemius.php:5732, includes/class-freemius.php:7599
182
  msgctxt "Used to express elation, enthusiasm, or triumph (especially in electronic communication)."
183
  msgid "W00t"
184
  msgstr "W00t"
185
 
186
- #: includes/class-freemius.php:5747
187
  msgid "You have a %s license."
188
  msgstr "You have a %s license."
189
 
190
- #: includes/class-freemius.php:5751, includes/class-freemius.php:15975, includes/class-freemius.php:15986, includes/class-freemius.php:19292, includes/class-freemius.php:19642, includes/class-freemius.php:19711, includes/class-freemius.php:19876
191
  msgctxt "interjection expressing joy or exuberance"
192
  msgid "Yee-haw"
193
  msgstr "Yee-haw"
194
 
195
- #: includes/class-freemius.php:6015
196
  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."
197
  msgstr "%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."
198
 
199
- #: includes/class-freemius.php:6019
200
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
201
  msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
202
 
203
- #: includes/class-freemius.php:6028, templates/add-ons.php:186, templates/account/partials/addon.php:381
204
  msgid "More information about %s"
205
  msgstr "More information about %s"
206
 
207
- #: includes/class-freemius.php:6029
208
  msgid "Purchase License"
209
  msgstr "Purchase License"
210
 
211
- #: includes/class-freemius.php:6964, templates/connect.php:163
212
  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."
213
  msgstr "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."
214
 
215
- #: includes/class-freemius.php:6968
216
  msgid "start the trial"
217
  msgstr "start the trial"
218
 
219
- #: includes/class-freemius.php:6969, templates/connect.php:167
220
  msgid "complete the install"
221
  msgstr "complete the install"
222
 
223
- #: includes/class-freemius.php:7081
224
  msgid "You are just one step away - %s"
225
  msgstr "You are just one step away - %s"
226
 
227
- #: includes/class-freemius.php:7084
228
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
229
  msgid "Complete \"%s\" Activation Now"
230
  msgstr "Complete \"%s\" Activation Now"
231
 
232
- #: includes/class-freemius.php:7162
233
  msgid "We made a few tweaks to the %s, %s"
234
  msgstr "We made a few tweaks to the %s, %s"
235
 
236
- #: includes/class-freemius.php:7166
237
  msgid "Opt in to make \"%s\" better!"
238
  msgstr "Opt in to make \"%s\" better!"
239
 
240
- #: includes/class-freemius.php:7598
241
  msgid "The upgrade of %s was successfully completed."
242
  msgstr "The upgrade of %s was successfully completed."
243
 
244
- #: includes/class-freemius.php:9802, includes/class-fs-plugin-updater.php:1038, includes/class-fs-plugin-updater.php:1233, includes/class-fs-plugin-updater.php:1240, templates/auto-installation.php:32
245
  msgid "Add-On"
246
  msgstr "Add-On"
247
 
248
- #: includes/class-freemius.php:9804, templates/account.php:335, templates/account.php:343, templates/debug.php:360, templates/debug.php:551
249
  msgid "Plugin"
250
  msgstr "Plugin"
251
 
252
- #: includes/class-freemius.php:9805, templates/account.php:336, templates/account.php:344, templates/debug.php:360, templates/debug.php:551, templates/forms/deactivation/form.php:71
253
  msgid "Theme"
254
  msgstr "Theme"
255
 
256
- #: includes/class-freemius.php:12596
257
  msgid "An unknown error has occurred while trying to set the user's beta mode."
258
  msgstr "An unknown error has occurred while trying to set the user's beta mode."
259
 
260
- #: includes/class-freemius.php:13020
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
261
  msgid "Invalid site details collection."
262
  msgstr "Invalid site details collection."
263
 
264
- #: includes/class-freemius.php:13140
265
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
266
  msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
267
 
268
- #: includes/class-freemius.php:13142
269
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
270
  msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
271
 
272
- #: includes/class-freemius.php:13416
273
  msgid "Account is pending activation."
274
  msgstr "Account is pending activation."
275
 
276
- #: includes/class-freemius.php:13528, templates/forms/premium-versions-upgrade-handler.php:47
277
  msgid "Buy a license now"
278
  msgstr "Buy a license now"
279
 
280
- #: includes/class-freemius.php:13540, templates/forms/premium-versions-upgrade-handler.php:46
281
  msgid "Renew your license now"
282
  msgstr "Renew your license now"
283
 
284
- #: includes/class-freemius.php:13544
285
  msgid "%s to access version %s security & feature updates, and support."
286
  msgstr "%s to access version %s security & feature updates, and support."
287
 
288
- #: includes/class-freemius.php:15957
289
  msgid "%s activation was successfully completed."
290
  msgstr "%s activation was successfully completed."
291
 
292
- #: includes/class-freemius.php:15971
293
  msgid "Your account was successfully activated with the %s plan."
294
  msgstr "Your account was successfully activated with the %s plan."
295
 
296
- #: includes/class-freemius.php:15982, includes/class-freemius.php:19707
297
  msgid "Your trial has been successfully started."
298
  msgstr "Your trial has been successfully started."
299
 
300
- #: includes/class-freemius.php:16556, includes/class-freemius.php:16644, includes/class-freemius.php:16810
301
  msgid "Couldn't activate %s."
302
  msgstr "Couldn't activate %s."
303
 
304
- #: includes/class-freemius.php:16557, includes/class-freemius.php:16645, includes/class-freemius.php:16811
305
  msgid "Please contact us with the following message:"
306
  msgstr "Please contact us with the following message:"
307
 
308
- #: includes/class-freemius.php:16641, templates/forms/data-debug-mode.php:162
309
  msgid "An unknown error has occurred."
310
  msgstr "An unknown error has occurred."
311
 
312
- #: includes/class-freemius.php:17168, includes/class-freemius.php:22082
313
  msgid "Upgrade"
314
  msgstr "Upgrade"
315
 
316
- #: includes/class-freemius.php:17174
317
  msgid "Start Trial"
318
  msgstr "Start Trial"
319
 
320
- #: includes/class-freemius.php:17176
321
  msgid "Pricing"
322
  msgstr "Pricing"
323
 
324
- #: includes/class-freemius.php:17256, includes/class-freemius.php:17258
325
  msgid "Affiliation"
326
  msgstr "Affiliation"
327
 
328
- #: includes/class-freemius.php:17286, includes/class-freemius.php:17288, templates/account.php:183, templates/debug.php:326
329
  msgid "Account"
330
  msgstr "Account"
331
 
332
- #: includes/class-freemius.php:17302, includes/class-freemius.php:17304, includes/customizer/class-fs-customizer-support-section.php:60
333
  msgid "Contact Us"
334
  msgstr "Contact Us"
335
 
336
- #: includes/class-freemius.php:17315, includes/class-freemius.php:17317, includes/class-freemius.php:22096, templates/account.php:111, templates/account/partials/addon.php:44
337
  msgid "Add-Ons"
338
  msgstr "Add-Ons"
339
 
340
- #: includes/class-freemius.php:17351
341
  msgctxt "ASCII arrow left icon"
342
  msgid "&#x2190;"
343
  msgstr "&#x2190;"
344
 
345
- #: includes/class-freemius.php:17351
346
  msgctxt "ASCII arrow right icon"
347
  msgid "&#x27a4;"
348
  msgstr "&#x27a4;"
349
 
350
- #: includes/class-freemius.php:17353, templates/pricing.php:103
351
  msgctxt "noun"
352
  msgid "Pricing"
353
  msgstr "Pricing"
354
 
355
- #: includes/class-freemius.php:17566, includes/customizer/class-fs-customizer-support-section.php:67
356
  msgid "Support Forum"
357
  msgstr "Support Forum"
358
 
359
- #: includes/class-freemius.php:18536
360
  msgid "Your email has been successfully verified - you are AWESOME!"
361
  msgstr "Your email has been successfully verified - you are AWESOME!"
362
 
363
- #: includes/class-freemius.php:18537
364
  msgctxt "a positive response"
365
  msgid "Right on"
366
  msgstr "Right on"
367
 
368
- #: includes/class-freemius.php:19041
369
  msgid "seems like the key you entered doesn't match our records."
370
  msgstr "seems like the key you entered doesn't match our records."
371
 
372
- #: includes/class-freemius.php:19065
373
  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."
374
  msgstr "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."
375
 
376
- #: includes/class-freemius.php:19283
377
  msgid "Your %s Add-on plan was successfully upgraded."
378
  msgstr "Your %s Add-on plan was successfully upgraded."
379
 
380
- #: includes/class-freemius.php:19285
381
  msgid "%s Add-on was successfully purchased."
382
  msgstr "%s Add-on was successfully purchased."
383
 
384
- #: includes/class-freemius.php:19288
385
  msgid "Download the latest version"
386
  msgstr "Download the latest version"
387
 
388
- #: includes/class-freemius.php:19374
389
  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"
390
  msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
391
 
392
- #: includes/class-freemius.php:19380, includes/class-freemius.php:19390, includes/class-freemius.php:19835, includes/class-freemius.php:19924
393
  msgid "Error received from the server:"
394
  msgstr "Error received from the server:"
395
 
396
- #: includes/class-freemius.php:19390
397
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
398
  msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
399
 
400
- #: includes/class-freemius.php:19604, includes/class-freemius.php:19840, includes/class-freemius.php:19895, includes/class-freemius.php:19998
401
  msgctxt "something somebody says when they are thinking about what you have just said."
402
  msgid "Hmm"
403
  msgstr "Hmm"
404
 
405
- #: includes/class-freemius.php:19617
406
  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."
407
  msgstr "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."
408
 
409
- #: includes/class-freemius.php:19618, templates/account.php:113, templates/add-ons.php:250, templates/account/partials/addon.php:46
410
  msgctxt "trial period"
411
  msgid "Trial"
412
  msgstr "Trial"
413
 
414
- #: includes/class-freemius.php:19623
415
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
416
  msgstr "I have upgraded my account but when I try to Sync the License, the plan remains %s."
417
 
418
- #: includes/class-freemius.php:19627, includes/class-freemius.php:19686
419
  msgid "Please contact us here"
420
  msgstr "Please contact us here"
421
 
422
- #: includes/class-freemius.php:19638
423
  msgid "Your plan was successfully activated."
424
  msgstr "Your plan was successfully activated."
425
 
426
- #: includes/class-freemius.php:19639
427
  msgid "Your plan was successfully upgraded."
428
  msgstr "Your plan was successfully upgraded."
429
 
430
- #: includes/class-freemius.php:19656
431
  msgid "Your plan was successfully changed to %s."
432
  msgstr "Your plan was successfully changed to %s."
433
 
434
- #: includes/class-freemius.php:19672
435
  msgid "Your license has expired. You can still continue using the free %s forever."
436
  msgstr "Your license has expired. You can still continue using the free %s forever."
437
 
438
- #: includes/class-freemius.php:19674
439
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
440
  msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
441
 
442
- #: includes/class-freemius.php:19682
443
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
444
  msgstr "Your license has been cancelled. If you think it's a mistake, please contact support."
445
 
446
- #: includes/class-freemius.php:19695
447
  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."
448
  msgstr "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."
449
 
450
- #: includes/class-freemius.php:19721
451
  msgid "Your free trial has expired. You can still continue using all our free features."
452
  msgstr "Your free trial has expired. You can still continue using all our free features."
453
 
454
- #: includes/class-freemius.php:19723
455
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
456
  msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
457
 
458
- #: includes/class-freemius.php:19831
459
  msgid "It looks like the license could not be activated."
460
  msgstr "It looks like the license could not be activated."
461
 
462
- #: includes/class-freemius.php:19873
463
  msgid "Your license was successfully activated."
464
  msgstr "Your license was successfully activated."
465
 
466
- #: includes/class-freemius.php:19899
467
  msgid "It looks like your site currently doesn't have an active license."
468
  msgstr "It looks like your site currently doesn't have an active license."
469
 
470
- #: includes/class-freemius.php:19923
471
  msgid "It looks like the license deactivation failed."
472
  msgstr "It looks like the license deactivation failed."
473
 
474
- #: includes/class-freemius.php:19951
 
 
 
 
475
  msgid "Your license was successfully deactivated, you are back to the %s plan."
476
  msgstr "Your license was successfully deactivated, you are back to the %s plan."
477
 
478
- #: includes/class-freemius.php:19952
479
  msgid "O.K"
480
  msgstr "O.K"
481
 
482
- #: includes/class-freemius.php:20005
483
  msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
484
  msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
485
 
486
- #: includes/class-freemius.php:20014
487
  msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
488
  msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
489
 
490
- #: includes/class-freemius.php:20056
491
  msgid "You are already running the %s in a trial mode."
492
  msgstr "You are already running the %s in a trial mode."
493
 
494
- #: includes/class-freemius.php:20067
495
  msgid "You already utilized a trial before."
496
  msgstr "You already utilized a trial before."
497
 
498
- #: includes/class-freemius.php:20081
499
  msgid "Plan %s do not exist, therefore, can't start a trial."
500
  msgstr "Plan %s do not exist, therefore, can't start a trial."
501
 
502
- #: includes/class-freemius.php:20092
503
  msgid "Plan %s does not support a trial period."
504
  msgstr "Plan %s does not support a trial period."
505
 
506
- #: includes/class-freemius.php:20103
507
  msgid "None of the %s's plans supports a trial period."
508
  msgstr "None of the %s's plans supports a trial period."
509
 
510
- #: includes/class-freemius.php:20153
511
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
512
  msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
513
 
514
- #: includes/class-freemius.php:20189
515
  msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
516
  msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
517
 
518
- #: includes/class-freemius.php:20208
519
  msgid "Your %s free trial was successfully cancelled."
520
  msgstr "Your %s free trial was successfully cancelled."
521
 
522
- #: includes/class-freemius.php:20524
523
  msgid "Version %s was released."
524
  msgstr "Version %s was released."
525
 
526
- #: includes/class-freemius.php:20524
527
  msgid "Please download %s."
528
  msgstr "Please download %s."
529
 
530
- #: includes/class-freemius.php:20531
531
  msgid "the latest %s version here"
532
  msgstr "the latest %s version here"
533
 
534
- #: includes/class-freemius.php:20536
535
  msgid "New"
536
  msgstr "New"
537
 
538
- #: includes/class-freemius.php:20541
539
  msgid "Seems like you got the latest release."
540
  msgstr "Seems like you got the latest release."
541
 
542
- #: includes/class-freemius.php:20542
543
  msgid "You are all good!"
544
  msgstr "You are all good!"
545
 
546
- #: includes/class-freemius.php:20812
547
  msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
548
  msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
549
 
550
- #: includes/class-freemius.php:20951
551
  msgid "Site successfully opted in."
552
  msgstr "Site successfully opted in."
553
 
554
- #: includes/class-freemius.php:20952, includes/class-freemius.php:21792
555
  msgid "Awesome"
556
  msgstr "Awesome"
557
 
558
- #: includes/class-freemius.php:20968, templates/forms/optout.php:32
559
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
560
  msgstr "We appreciate your help in making the %s better by letting us track some usage data."
561
 
562
- #: includes/class-freemius.php:20969
563
  msgid "Thank you!"
564
  msgstr "Thank you!"
565
 
566
- #: includes/class-freemius.php:20976
567
  msgid "We will no longer be sending any usage data of %s on %s to %s."
568
  msgstr "We will no longer be sending any usage data of %s on %s to %s."
569
 
570
- #: includes/class-freemius.php:21105
571
  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."
572
  msgstr "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."
573
 
574
- #: includes/class-freemius.php:21111
575
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
576
  msgstr "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
577
 
578
- #: includes/class-freemius.php:21116
579
  msgid "%s is the new owner of the account."
580
  msgstr "%s is the new owner of the account."
581
 
582
- #: includes/class-freemius.php:21118
583
  msgctxt "as congratulations"
584
  msgid "Congrats"
585
  msgstr "Congrats"
586
 
587
- #: includes/class-freemius.php:21138
588
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
589
- msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
590
-
591
- #: includes/class-freemius.php:21139
592
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
593
- msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
594
-
595
- #: includes/class-freemius.php:21146
596
- msgid "Change Ownership"
597
- msgstr "Change Ownership"
598
-
599
- #: includes/class-freemius.php:21154
600
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
601
  msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
602
 
603
- #: includes/class-freemius.php:21166
604
  msgid "Please provide your full name."
605
  msgstr "Please provide your full name."
606
 
607
- #: includes/class-freemius.php:21171
608
  msgid "Your name was successfully updated."
609
  msgstr "Your name was successfully updated."
610
 
611
- #: includes/class-freemius.php:21232
612
  msgid "You have successfully updated your %s."
613
  msgstr "You have successfully updated your %s."
614
 
615
- #: includes/class-freemius.php:21372
616
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
617
  msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
618
 
619
- #: includes/class-freemius.php:21373
620
  msgctxt "advance notice of something that will need attention."
621
  msgid "Heads up"
622
  msgstr "Heads up"
623
 
624
- #: includes/class-freemius.php:21832
625
  msgctxt "exclamation"
626
  msgid "Hey"
627
  msgstr "Hey"
628
 
629
- #: includes/class-freemius.php:21832
630
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
631
  msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
632
 
633
- #: includes/class-freemius.php:21840
634
  msgid "No commitment for %s days - cancel anytime!"
635
  msgstr "No commitment for %s days - cancel anytime!"
636
 
637
- #: includes/class-freemius.php:21841
638
  msgid "No credit card required"
639
  msgstr "No credit card required"
640
 
641
- #: includes/class-freemius.php:21848, templates/forms/trial-start.php:53
642
  msgctxt "call to action"
643
  msgid "Start free trial"
644
  msgstr "Start free trial"
645
 
646
- #: includes/class-freemius.php:21925
647
  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!"
648
  msgstr "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!"
649
 
650
- #: includes/class-freemius.php:21934
651
  msgid "Learn more"
652
  msgstr "Learn more"
653
 
654
- #: includes/class-freemius.php:22120, templates/account.php:499, templates/account.php:624, templates/connect.php:171, templates/connect.php:421, templates/forms/license-activation.php:27, templates/account/partials/addon.php:321
655
  msgid "Activate License"
656
  msgstr "Activate License"
657
 
658
- #: includes/class-freemius.php:22121, templates/account.php:571, templates/account.php:623, templates/account/partials/addon.php:322, templates/account/partials/site.php:271
659
  msgid "Change License"
660
  msgstr "Change License"
661
 
662
- #: includes/class-freemius.php:22217, templates/account/partials/site.php:169
663
  msgid "Opt Out"
664
  msgstr "Opt Out"
665
 
666
- #: includes/class-freemius.php:22219, includes/class-freemius.php:22225, templates/account/partials/site.php:49, templates/account/partials/site.php:169
667
  msgid "Opt In"
668
  msgstr "Opt In"
669
 
670
- #: includes/class-freemius.php:22453
671
  msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
672
  msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
673
 
674
- #: includes/class-freemius.php:22461
675
  msgid "Activate %s features"
676
  msgstr "Activate %s features"
677
 
678
- #: includes/class-freemius.php:22474
679
  msgid "Please follow these steps to complete the upgrade"
680
  msgstr "Please follow these steps to complete the upgrade"
681
 
682
- #: includes/class-freemius.php:22478
683
  msgid "Download the latest %s version"
684
  msgstr "Download the latest %s version"
685
 
686
- #: includes/class-freemius.php:22482
687
  msgid "Upload and activate the downloaded version"
688
  msgstr "Upload and activate the downloaded version"
689
 
690
- #: includes/class-freemius.php:22484
691
  msgid "How to upload and activate?"
692
  msgstr "How to upload and activate?"
693
 
694
- #: includes/class-freemius.php:22618
695
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
696
  msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
697
 
698
- #: includes/class-freemius.php:22779
699
  msgid "Auto installation only works for opted-in users."
700
  msgstr "Auto installation only works for opted-in users."
701
 
702
- #: includes/class-freemius.php:22789, includes/class-freemius.php:22822, includes/class-fs-plugin-updater.php:1212, includes/class-fs-plugin-updater.php:1226
703
  msgid "Invalid module ID."
704
  msgstr "Invalid module ID."
705
 
706
- #: includes/class-freemius.php:22798, includes/class-fs-plugin-updater.php:1248
707
  msgid "Premium version already active."
708
  msgstr "Premium version already active."
709
 
710
- #: includes/class-freemius.php:22805
711
  msgid "You do not have a valid license to access the premium version."
712
  msgstr "You do not have a valid license to access the premium version."
713
 
714
- #: includes/class-freemius.php:22812
715
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
716
  msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
717
 
718
- #: includes/class-freemius.php:22830, includes/class-fs-plugin-updater.php:1247
719
  msgid "Premium add-on version already installed."
720
  msgstr "Premium add-on version already installed."
721
 
722
- #: includes/class-freemius.php:23180
723
  msgid "View paid features"
724
  msgstr "View paid features"
725
 
726
- #: includes/class-freemius.php:23502
727
  msgid "Thank you so much for using %s and its add-ons!"
728
  msgstr "Thank you so much for using %s and its add-ons!"
729
 
730
- #: includes/class-freemius.php:23503
731
  msgid "Thank you so much for using %s!"
732
  msgstr "Thank you so much for using %s!"
733
 
734
- #: includes/class-freemius.php:23509
735
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
736
  msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
737
 
738
- #: includes/class-freemius.php:23513
739
  msgid "Thank you so much for using our products!"
740
  msgstr "Thank you so much for using our products!"
741
 
742
- #: includes/class-freemius.php:23514
743
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
744
  msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
745
 
746
- #: includes/class-freemius.php:23533
747
  msgid "%s and its add-ons"
748
  msgstr "%s and its add-ons"
749
 
750
- #: includes/class-freemius.php:23542
751
  msgid "Products"
752
  msgstr "Products"
753
 
754
- #: includes/class-freemius.php:23549, templates/connect.php:272
755
  msgid "Yes"
756
  msgstr "Yes"
757
 
758
- #: includes/class-freemius.php:23550, templates/connect.php:273
759
  msgid "send me security & feature updates, educational content and offers."
760
  msgstr "send me security & feature updates, educational content and offers."
761
 
762
- #: includes/class-freemius.php:23551, templates/connect.php:278
763
  msgid "No"
764
  msgstr "No"
765
 
766
- #: includes/class-freemius.php:23553, templates/connect.php:280
767
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
768
  msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
769
 
770
- #: includes/class-freemius.php:23563
771
  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 :-)"
772
  msgstr "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 :-)"
773
 
774
- #: includes/class-freemius.php:23565, templates/connect.php:287
775
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
776
  msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
777
 
778
- #: includes/class-freemius.php:23847
779
  msgid "License key is empty."
780
  msgstr "License key is empty."
781
 
@@ -787,31 +795,31 @@ msgstr "Renew license"
787
  msgid "Buy license"
788
  msgstr "Buy license"
789
 
790
- #: includes/class-fs-plugin-updater.php:321, includes/class-fs-plugin-updater.php:354
791
  msgid "There is a %s of %s available."
792
  msgstr "There is a %s of %s available."
793
 
794
- #: includes/class-fs-plugin-updater.php:323, includes/class-fs-plugin-updater.php:359
795
  msgid "new Beta version"
796
  msgstr "new Beta version"
797
 
798
- #: includes/class-fs-plugin-updater.php:324, includes/class-fs-plugin-updater.php:360
799
  msgid "new version"
800
  msgstr "new version"
801
 
802
- #: includes/class-fs-plugin-updater.php:383
803
  msgid "Important Upgrade Notice:"
804
  msgstr "Important Upgrade Notice:"
805
 
806
- #: includes/class-fs-plugin-updater.php:1277
807
  msgid "Installing plugin: %s"
808
  msgstr "Installing plugin: %s"
809
 
810
- #: includes/class-fs-plugin-updater.php:1318
811
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
812
  msgstr "Unable to connect to the filesystem. Please confirm your credentials."
813
 
814
- #: includes/class-fs-plugin-updater.php:1500
815
  msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
816
  msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
817
 
@@ -832,7 +840,7 @@ msgstr "Start my free %s"
832
  msgid "Install Free Version Update Now"
833
  msgstr "Install Free Version Update Now"
834
 
835
- #: includes/fs-plugin-info-dialog.php:739, templates/account.php:560
836
  msgid "Install Update Now"
837
  msgstr "Install Update Now"
838
 
@@ -849,7 +857,7 @@ msgctxt "as download latest version"
849
  msgid "Download Latest Free Version"
850
  msgstr "Download Latest Free Version"
851
 
852
- #: includes/fs-plugin-info-dialog.php:766, templates/account.php:91, templates/add-ons.php:37, templates/account/partials/addon.php:25
853
  msgctxt "as download latest version"
854
  msgid "Download Latest"
855
  msgstr "Download Latest"
@@ -858,11 +866,11 @@ msgstr "Download Latest"
858
  msgid "Activate this add-on"
859
  msgstr "Activate this add-on"
860
 
861
- #: includes/fs-plugin-info-dialog.php:783, templates/connect.php:418
862
  msgid "Activate Free Version"
863
  msgstr "Activate Free Version"
864
 
865
- #: includes/fs-plugin-info-dialog.php:784, templates/account.php:115, templates/add-ons.php:330, templates/account/partials/addon.php:48
866
  msgid "Activate"
867
  msgstr "Activate"
868
 
@@ -991,7 +999,7 @@ msgstr "After your free %s, pay as little as %s"
991
  msgid "Details"
992
  msgstr "Details"
993
 
994
- #: includes/fs-plugin-info-dialog.php:1310, templates/account.php:102, templates/debug.php:203, templates/debug.php:240, templates/debug.php:457, templates/account/partials/addon.php:36
995
  msgctxt "product version"
996
  msgid "Version"
997
  msgstr "Version"
@@ -1005,7 +1013,7 @@ msgstr "Author"
1005
  msgid "Last Updated"
1006
  msgstr "Last Updated"
1007
 
1008
- #: includes/fs-plugin-info-dialog.php:1329, templates/account.php:468
1009
  msgctxt "x-ago"
1010
  msgid "%s ago"
1011
  msgstr "%s ago"
@@ -1114,277 +1122,285 @@ msgstr "Latest Version Installed"
1114
  msgid "Latest Free Version Installed"
1115
  msgstr "Latest Free Version Installed"
1116
 
1117
- #: templates/account.php:92, templates/forms/subscription-cancellation.php:96, templates/account/partials/addon.php:26, templates/account/partials/site.php:311
1118
  msgid "Downgrading your plan"
1119
  msgstr "Downgrading your plan"
1120
 
1121
- #: templates/account.php:93, templates/forms/subscription-cancellation.php:97, templates/account/partials/addon.php:27, templates/account/partials/site.php:312
1122
  msgid "Cancelling the subscription"
1123
  msgstr "Cancelling the subscription"
1124
 
1125
  #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
1126
- #: templates/account.php:95, templates/forms/subscription-cancellation.php:99, templates/account/partials/site.php:314
1127
  msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1128
  msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1129
 
1130
- #: templates/account.php:96, templates/forms/subscription-cancellation.php:100, templates/account/partials/addon.php:30, templates/account/partials/site.php:315
1131
  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."
1132
  msgstr "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."
1133
 
1134
- #: templates/account.php:97, templates/forms/subscription-cancellation.php:106, templates/account/partials/addon.php:31
1135
  msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1136
  msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1137
 
1138
- #: templates/account.php:98, templates/forms/subscription-cancellation.php:101, templates/account/partials/addon.php:32, templates/account/partials/site.php:316
1139
  msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1140
  msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1141
 
1142
- #: templates/account.php:99, templates/forms/subscription-cancellation.php:102, templates/account/partials/addon.php:33, templates/account/partials/site.php:317
1143
  msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1144
  msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1145
 
1146
  #. translators: %s: Plan title (e.g. "Professional")
1147
- #: templates/account.php:101, templates/account/partials/activate-license-button.php:31, templates/account/partials/addon.php:35
1148
  msgid "Activate %s Plan"
1149
  msgstr "Activate %s Plan"
1150
 
1151
  #. translators: %s: Time period (e.g. Auto renews in "2 months")
1152
- #: templates/account.php:104, templates/account/partials/addon.php:38, templates/account/partials/site.php:291
1153
  msgid "Auto renews in %s"
1154
  msgstr "Auto renews in %s"
1155
 
1156
  #. translators: %s: Time period (e.g. Expires in "2 months")
1157
- #: templates/account.php:106, templates/account/partials/addon.php:40, templates/account/partials/site.php:293
1158
  msgid "Expires in %s"
1159
  msgstr "Expires in %s"
1160
 
1161
- #: templates/account.php:107
1162
  msgctxt "as synchronize license"
1163
  msgid "Sync License"
1164
  msgstr "Sync License"
1165
 
1166
- #: templates/account.php:108, templates/account/partials/addon.php:41
1167
  msgid "Cancel Trial"
1168
  msgstr "Cancel Trial"
1169
 
1170
- #: templates/account.php:109, templates/account/partials/addon.php:42
1171
  msgid "Change Plan"
1172
  msgstr "Change Plan"
1173
 
1174
- #: templates/account.php:110, templates/account/partials/addon.php:43
1175
  msgctxt "verb"
1176
  msgid "Upgrade"
1177
  msgstr "Upgrade"
1178
 
1179
- #: templates/account.php:112, templates/account/partials/addon.php:45, templates/account/partials/site.php:318
1180
  msgctxt "verb"
1181
  msgid "Downgrade"
1182
  msgstr "Downgrade"
1183
 
1184
- #: templates/account.php:114, templates/add-ons.php:246, templates/plugin-info/features.php:72, templates/account/partials/addon.php:47, templates/account/partials/site.php:33
1185
  msgid "Free"
1186
  msgstr "Free"
1187
 
1188
- #: templates/account.php:116, templates/debug.php:373, includes/customizer/class-fs-customizer-upsell-control.php:110, templates/account/partials/addon.php:49
1189
  msgctxt "as product pricing plan"
1190
  msgid "Plan"
1191
  msgstr "Plan"
1192
 
1193
- #: templates/account.php:117
1194
  msgid "Bundle Plan"
1195
  msgstr "Bundle Plan"
1196
 
1197
- #: templates/account.php:191
1198
  msgid "Free Trial"
1199
  msgstr "Free Trial"
1200
 
1201
- #: templates/account.php:202
1202
  msgid "Account Details"
1203
  msgstr "Account Details"
1204
 
1205
- #: templates/account.php:209, templates/forms/data-debug-mode.php:33
1206
  msgid "Start Debug"
1207
  msgstr "Start Debug"
1208
 
1209
- #: templates/account.php:211
1210
  msgid "Stop Debug"
1211
  msgstr "Stop Debug"
1212
 
1213
- #: templates/account.php:218
1214
  msgid "Billing & Invoices"
1215
  msgstr "Billing & Invoices"
1216
 
1217
- #: templates/account.php:229
1218
  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?"
1219
  msgstr "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?"
1220
 
1221
- #: templates/account.php:231
1222
  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?"
1223
  msgstr "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?"
1224
 
1225
- #: templates/account.php:234
1226
  msgid "Delete Account"
1227
  msgstr "Delete Account"
1228
 
1229
- #: templates/account.php:246, templates/account/partials/addon.php:231, templates/account/partials/deactivate-license-button.php:35
1230
  msgid "Deactivate License"
1231
  msgstr "Deactivate License"
1232
 
1233
- #: templates/account.php:269, templates/forms/subscription-cancellation.php:125
1234
  msgid "Are you sure you want to proceed?"
1235
  msgstr "Are you sure you want to proceed?"
1236
 
1237
- #: templates/account.php:269, templates/account/partials/addon.php:255
1238
  msgid "Cancel Subscription"
1239
  msgstr "Cancel Subscription"
1240
 
1241
- #: templates/account.php:298, templates/account/partials/addon.php:340
1242
  msgctxt "as synchronize"
1243
  msgid "Sync"
1244
  msgstr "Sync"
1245
 
1246
- #: templates/account.php:313, templates/debug.php:507
1247
  msgid "Name"
1248
  msgstr "Name"
1249
 
1250
- #: templates/account.php:319, templates/debug.php:508
1251
  msgid "Email"
1252
  msgstr "Email"
1253
 
1254
- #: templates/account.php:326, templates/debug.php:371, templates/debug.php:557
1255
  msgid "User ID"
1256
  msgstr "User ID"
1257
 
1258
- #: templates/account.php:344, templates/account.php:637, templates/account.php:682, templates/debug.php:238, templates/debug.php:365, templates/debug.php:454, templates/debug.php:506, templates/debug.php:555, templates/debug.php:632, templates/account/payments.php:35, templates/debug/logger.php:21
1259
  msgid "ID"
1260
  msgstr "ID"
1261
 
1262
- #: templates/account.php:351
1263
  msgid "Site ID"
1264
  msgstr "Site ID"
1265
 
1266
- #: templates/account.php:354
1267
  msgid "No ID"
1268
  msgstr "No ID"
1269
 
1270
- #: templates/account.php:359, templates/debug.php:245, templates/debug.php:374, templates/debug.php:458, templates/debug.php:510, templates/account/partials/site.php:227
1271
  msgid "Public Key"
1272
  msgstr "Public Key"
1273
 
1274
- #: templates/account.php:365, templates/debug.php:375, templates/debug.php:459, templates/debug.php:511, templates/account/partials/site.php:239
1275
  msgid "Secret Key"
1276
  msgstr "Secret Key"
1277
 
1278
- #: templates/account.php:368
1279
  msgctxt "as secret encryption key missing"
1280
  msgid "No Secret"
1281
  msgstr "No Secret"
1282
 
1283
- #: templates/account.php:395, templates/account/partials/site.php:120, templates/account/partials/site.php:122
1284
  msgid "Trial"
1285
  msgstr "Trial"
1286
 
1287
- #: templates/account.php:422, templates/debug.php:562, templates/account/partials/site.php:260
1288
  msgid "License Key"
1289
  msgstr "License Key"
1290
 
1291
- #: templates/account.php:453
1292
  msgid "Join the Beta program"
1293
  msgstr "Join the Beta program"
1294
 
1295
- #: templates/account.php:459
1296
  msgid "not verified"
1297
  msgstr "not verified"
1298
 
1299
- #: templates/account.php:468, templates/account/partials/addon.php:190
1300
  msgid "Expired"
1301
  msgstr "Expired"
1302
 
1303
- #: templates/account.php:528
1304
  msgid "Premium version"
1305
  msgstr "Premium version"
1306
 
1307
- #: templates/account.php:530
1308
  msgid "Free version"
1309
  msgstr "Free version"
1310
 
1311
- #: templates/account.php:542
1312
  msgid "Verify Email"
1313
  msgstr "Verify Email"
1314
 
1315
- #: templates/account.php:553
1316
  msgid "Download %s Version"
1317
  msgstr "Download %s Version"
1318
 
1319
- #: templates/account.php:568, templates/account.php:820, templates/account/partials/site.php:248, templates/account/partials/site.php:270
 
 
 
 
1320
  msgctxt "verb"
1321
  msgid "Show"
1322
  msgstr "Show"
1323
 
1324
- #: templates/account.php:583
1325
  msgid "What is your %s?"
1326
  msgstr "What is your %s?"
1327
 
1328
- #: templates/account.php:591, templates/account/billing.php:21
1329
  msgctxt "verb"
1330
  msgid "Edit"
1331
  msgstr "Edit"
1332
 
1333
- #: templates/account.php:616
 
 
 
 
1334
  msgid "Sites"
1335
  msgstr "Sites"
1336
 
1337
- #: templates/account.php:629
1338
  msgid "Search by address"
1339
  msgstr "Search by address"
1340
 
1341
- #: templates/account.php:638, templates/debug.php:368
1342
  msgid "Address"
1343
  msgstr "Address"
1344
 
1345
- #: templates/account.php:639
1346
  msgid "License"
1347
  msgstr "License"
1348
 
1349
- #: templates/account.php:640
1350
  msgid "Plan"
1351
  msgstr "Plan"
1352
 
1353
- #: templates/account.php:685
1354
  msgctxt "as software license"
1355
  msgid "License"
1356
  msgstr "License"
1357
 
1358
- #: templates/account.php:814
1359
  msgctxt "verb"
1360
  msgid "Hide"
1361
  msgstr "Hide"
1362
 
1363
- #: templates/account.php:836, templates/forms/data-debug-mode.php:31
1364
  msgid "Processing"
1365
  msgstr "Processing"
1366
 
1367
- #: templates/account.php:839
1368
  msgid "Get updates for bleeding edge Beta versions of %s."
1369
  msgstr "Get updates for bleeding edge Beta versions of %s."
1370
 
1371
- #: templates/account.php:897
1372
  msgid "Cancelling %s"
1373
  msgstr "Cancelling %s"
1374
 
1375
- #: templates/account.php:897, templates/account.php:914, templates/forms/subscription-cancellation.php:27, templates/forms/deactivation/form.php:133
1376
  msgid "trial"
1377
  msgstr "trial"
1378
 
1379
- #: templates/account.php:912, templates/forms/deactivation/form.php:150
1380
  msgid "Cancelling %s..."
1381
  msgstr "Cancelling %s..."
1382
 
1383
- #: templates/account.php:915, templates/forms/subscription-cancellation.php:28, templates/forms/deactivation/form.php:134
1384
  msgid "subscription"
1385
  msgstr "subscription"
1386
 
1387
- #: templates/account.php:929
1388
  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?"
1389
  msgstr "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1390
 
@@ -1410,7 +1426,7 @@ msgctxt "installed add-on"
1410
  msgid "Installed"
1411
  msgstr "Installed"
1412
 
1413
- #: templates/admin-notice.php:13, templates/forms/license-activation.php:207, templates/forms/resend-key.php:77
1414
  msgctxt "as close a window"
1415
  msgid "Dismiss"
1416
  msgstr "Dismiss"
@@ -1449,157 +1465,165 @@ msgctxt "greeting"
1449
  msgid "Hey %s,"
1450
  msgstr "Hey %s,"
1451
 
1452
- #: templates/connect.php:154
1453
  msgid "Allow & Continue"
1454
  msgstr "Allow & Continue"
1455
 
1456
- #: templates/connect.php:158
1457
  msgid "Re-send activation email"
1458
  msgstr "Re-send activation email"
1459
 
1460
- #: templates/connect.php:162
1461
  msgid "Thanks %s!"
1462
  msgstr "Thanks %s!"
1463
 
1464
- #: templates/connect.php:172, templates/forms/license-activation.php:46
1465
  msgid "Agree & Activate License"
1466
  msgstr "Agree & Activate License"
1467
 
1468
- #: templates/connect.php:181
1469
  msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1470
  msgstr "Thanks for purchasing %s! To get started, please enter your license key:"
1471
 
1472
- #: templates/connect.php:188
1473
  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."
1474
  msgstr "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
1475
 
1476
- #: templates/connect.php:189
1477
  msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1478
  msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1479
 
1480
- #: templates/connect.php:195
1481
  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."
1482
  msgstr "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."
1483
 
1484
- #: templates/connect.php:196
1485
  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."
1486
  msgstr "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."
1487
 
1488
- #: templates/connect.php:230
1489
  msgid "We're excited to introduce the Freemius network-level integration."
1490
  msgstr "We're excited to introduce the Freemius network-level integration."
1491
 
1492
- #: templates/connect.php:233
1493
  msgid "During the update process we detected %d site(s) that are still pending license activation."
1494
  msgstr "During the update process we detected %d site(s) that are still pending license activation."
1495
 
1496
- #: templates/connect.php:235
1497
  msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1498
  msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1499
 
1500
- #: templates/connect.php:237
1501
  msgid "%s's paid features"
1502
  msgstr "%s's paid features"
1503
 
1504
- #: templates/connect.php:242
1505
  msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1506
  msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1507
 
1508
- #: templates/connect.php:244
1509
  msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1510
  msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
1511
 
1512
- #: templates/connect.php:253, templates/forms/data-debug-mode.php:35, templates/forms/license-activation.php:49
1513
  msgid "License key"
1514
  msgstr "License key"
1515
 
1516
- #: templates/connect.php:256, templates/forms/license-activation.php:22
1517
  msgid "Can't find your license key?"
1518
  msgstr "Can't find your license key?"
1519
 
1520
- #: templates/connect.php:315, templates/connect.php:652, templates/forms/deactivation/retry-skip.php:20
1521
  msgctxt "verb"
1522
  msgid "Skip"
1523
  msgstr "Skip"
1524
 
1525
- #: templates/connect.php:318
1526
  msgid "Delegate to Site Admins"
1527
  msgstr "Delegate to Site Admins"
1528
 
1529
- #: templates/connect.php:318
1530
  msgid "If you click it, this decision will be delegated to the sites administrators."
1531
  msgstr "If you click it, this decision will be delegated to the sites administrators."
1532
 
1533
- #: templates/connect.php:346
1534
  msgid "Your Profile Overview"
1535
  msgstr "Your Profile Overview"
1536
 
1537
- #: templates/connect.php:347
1538
  msgid "Name and email address"
1539
  msgstr "Name and email address"
1540
 
1541
- #: templates/connect.php:352
1542
  msgid "Your Site Overview"
1543
  msgstr "Your Site Overview"
1544
 
1545
- #: templates/connect.php:353
1546
- msgid "Site URL, WP version, PHP info, plugins & themes"
1547
- msgstr "Site URL, WP version, PHP info, plugins & themes"
1548
 
1549
- #: templates/connect.php:358
1550
  msgid "Admin Notices"
1551
  msgstr "Admin Notices"
1552
 
1553
- #: templates/connect.php:359, templates/connect.php:375
1554
  msgid "Updates, announcements, marketing, no spam"
1555
  msgstr "Updates, announcements, marketing, no spam"
1556
 
1557
- #: templates/connect.php:364
1558
  msgid "Current %s Events"
1559
  msgstr "Current %s Events"
1560
 
1561
- #: templates/connect.php:365
1562
  msgid "Activation, deactivation and uninstall"
1563
  msgstr "Activation, deactivation and uninstall"
1564
 
1565
- #: templates/connect.php:374
1566
  msgid "Newsletter"
1567
  msgstr "Newsletter"
1568
 
1569
- #: templates/connect.php:391, templates/forms/license-activation.php:41
 
 
 
 
 
 
 
 
1570
  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."
1571
  msgstr "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."
1572
 
1573
- #: templates/connect.php:396
1574
  msgid "What permissions are being granted?"
1575
  msgstr "What permissions are being granted?"
1576
 
1577
- #: templates/connect.php:417
1578
  msgid "Don't have a license key?"
1579
  msgstr "Don't have a license key?"
1580
 
1581
- #: templates/connect.php:420
1582
  msgid "Have a license key?"
1583
  msgstr "Have a license key?"
1584
 
1585
- #: templates/connect.php:428
1586
  msgid "Privacy Policy"
1587
  msgstr "Privacy Policy"
1588
 
1589
- #: templates/connect.php:430
1590
  msgid "License Agreement"
1591
  msgstr "License Agreement"
1592
 
1593
- #: templates/connect.php:430
1594
  msgid "Terms of Service"
1595
  msgstr "Terms of Service"
1596
 
1597
- #: templates/connect.php:805
1598
  msgctxt "as in the process of sending an email"
1599
  msgid "Sending email"
1600
  msgstr "Sending email"
1601
 
1602
- #: templates/connect.php:806
1603
  msgctxt "as activating plugin"
1604
  msgid "Activating"
1605
  msgstr "Activating"
@@ -1627,177 +1651,181 @@ msgctxt "as code debugging"
1627
  msgid "Debugging"
1628
  msgstr "Debugging"
1629
 
1630
- #: templates/debug.php:54, templates/debug.php:250, templates/debug.php:376, templates/debug.php:512
1631
  msgid "Actions"
1632
  msgstr "Actions"
1633
 
1634
- #: templates/debug.php:64
1635
  msgid "Are you sure you want to delete all Freemius data?"
1636
  msgstr "Are you sure you want to delete all Freemius data?"
1637
 
1638
- #: templates/debug.php:64
1639
  msgid "Delete All Accounts"
1640
  msgstr "Delete All Accounts"
1641
 
1642
- #: templates/debug.php:71
1643
  msgid "Clear API Cache"
1644
  msgstr "Clear API Cache"
1645
 
1646
- #: templates/debug.php:79
1647
  msgid "Clear Updates Transients"
1648
  msgstr "Clear Updates Transients"
1649
 
1650
- #: templates/debug.php:86
1651
  msgid "Sync Data From Server"
1652
  msgstr "Sync Data From Server"
1653
 
1654
- #: templates/debug.php:95
1655
  msgid "Migrate Options to Network"
1656
  msgstr "Migrate Options to Network"
1657
 
1658
- #: templates/debug.php:100
1659
  msgid "Load DB Option"
1660
  msgstr "Load DB Option"
1661
 
1662
- #: templates/debug.php:103
1663
  msgid "Set DB Option"
1664
  msgstr "Set DB Option"
1665
 
1666
- #: templates/debug.php:182
1667
  msgid "Key"
1668
  msgstr "Key"
1669
 
1670
- #: templates/debug.php:183
1671
  msgid "Value"
1672
  msgstr "Value"
1673
 
1674
- #: templates/debug.php:199
1675
  msgctxt "as software development kit versions"
1676
  msgid "SDK Versions"
1677
  msgstr "SDK Versions"
1678
 
1679
- #: templates/debug.php:204
1680
  msgid "SDK Path"
1681
  msgstr "SDK Path"
1682
 
1683
- #: templates/debug.php:205, templates/debug.php:244
1684
  msgid "Module Path"
1685
  msgstr "Module Path"
1686
 
1687
- #: templates/debug.php:206
1688
  msgid "Is Active"
1689
  msgstr "Is Active"
1690
 
1691
- #: templates/debug.php:234, templates/debug/plugins-themes-sync.php:35
1692
  msgid "Plugins"
1693
  msgstr "Plugins"
1694
 
1695
- #: templates/debug.php:234, templates/debug/plugins-themes-sync.php:56
1696
  msgid "Themes"
1697
  msgstr "Themes"
1698
 
1699
- #: templates/debug.php:239, templates/debug.php:370, templates/debug.php:456, templates/debug/scheduled-crons.php:80
1700
  msgid "Slug"
1701
  msgstr "Slug"
1702
 
1703
- #: templates/debug.php:241, templates/debug.php:455
1704
  msgid "Title"
1705
  msgstr "Title"
1706
 
1707
- #: templates/debug.php:242
1708
  msgctxt "as application program interface"
1709
  msgid "API"
1710
  msgstr "API"
1711
 
1712
- #: templates/debug.php:243
1713
  msgid "Freemius State"
1714
  msgstr "Freemius State"
1715
 
1716
- #: templates/debug.php:247
1717
  msgid "Network Blog"
1718
  msgstr "Network Blog"
1719
 
1720
- #: templates/debug.php:248
1721
  msgid "Network User"
1722
  msgstr "Network User"
1723
 
1724
- #: templates/debug.php:285
1725
  msgctxt "as connection was successful"
1726
  msgid "Connected"
1727
  msgstr "Connected"
1728
 
1729
- #: templates/debug.php:286
1730
  msgctxt "as connection blocked"
1731
  msgid "Blocked"
1732
  msgstr "Blocked"
1733
 
1734
- #: templates/debug.php:322
1735
  msgid "Simulate Trial Promotion"
1736
  msgstr "Simulate Trial Promotion"
1737
 
1738
- #: templates/debug.php:334
1739
  msgid "Simulate Network Upgrade"
1740
  msgstr "Simulate Network Upgrade"
1741
 
1742
- #: templates/debug.php:359
1743
  msgid "%s Installs"
1744
  msgstr "%s Installs"
1745
 
1746
- #: templates/debug.php:361
1747
  msgctxt "like websites"
1748
  msgid "Sites"
1749
  msgstr "Sites"
1750
 
1751
- #: templates/debug.php:367, templates/account/partials/site.php:156
1752
  msgid "Blog ID"
1753
  msgstr "Blog ID"
1754
 
1755
- #: templates/debug.php:372
1756
  msgid "License ID"
1757
  msgstr "License ID"
1758
 
1759
- #: templates/debug.php:436, templates/debug.php:535, templates/account/partials/addon.php:435
1760
  msgctxt "verb"
1761
  msgid "Delete"
1762
  msgstr "Delete"
1763
 
1764
- #: templates/debug.php:450
1765
  msgid "Add Ons of module %s"
1766
  msgstr "Add Ons of module %s"
1767
 
1768
- #: templates/debug.php:502
1769
  msgid "Users"
1770
  msgstr "Users"
1771
 
1772
- #: templates/debug.php:509
1773
  msgid "Verified"
1774
  msgstr "Verified"
1775
 
1776
- #: templates/debug.php:551
1777
  msgid "%s Licenses"
1778
  msgstr "%s Licenses"
1779
 
1780
- #: templates/debug.php:556
1781
  msgid "Plugin ID"
1782
  msgstr "Plugin ID"
1783
 
1784
- #: templates/debug.php:558
1785
  msgid "Plan ID"
1786
  msgstr "Plan ID"
1787
 
1788
- #: templates/debug.php:559
1789
  msgid "Quota"
1790
  msgstr "Quota"
1791
 
1792
- #: templates/debug.php:560
1793
  msgid "Activated"
1794
  msgstr "Activated"
1795
 
1796
- #: templates/debug.php:561
1797
  msgid "Blocking"
1798
  msgstr "Blocking"
1799
 
1800
- #: templates/debug.php:563
 
 
 
 
1801
  msgctxt "as expiration date"
1802
  msgid "Expiration"
1803
  msgstr "Expiration"
@@ -1842,10 +1870,6 @@ msgstr "Filter"
1842
  msgid "Download"
1843
  msgstr "Download"
1844
 
1845
- #: templates/debug.php:631, templates/debug/logger.php:22
1846
- msgid "Type"
1847
- msgstr "Type"
1848
-
1849
  #: templates/debug.php:636, templates/debug/logger.php:26
1850
  msgid "Timestamp"
1851
  msgstr "Timestamp"
@@ -2188,6 +2212,10 @@ msgstr "Please enter the license key that you received in the email right after
2188
  msgid "Update License"
2189
  msgstr "Update License"
2190
 
 
 
 
 
2191
  #: templates/forms/optout.php:30
2192
  msgctxt "verb"
2193
  msgid "Opt Out"
@@ -2198,14 +2226,42 @@ msgctxt "verb"
2198
  msgid "Opt In"
2199
  msgstr "Opt In"
2200
 
2201
- #: templates/forms/optout.php:33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2202
  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."
2203
  msgstr "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."
2204
 
2205
- #: templates/forms/optout.php:35
 
 
 
 
2206
  msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2207
  msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2208
 
 
 
 
 
 
 
 
 
2209
  #: templates/forms/premium-versions-upgrade-handler.php:40
2210
  msgid "There is a new version of %s available."
2211
  msgstr "There is a new version of %s available."
@@ -2275,6 +2331,23 @@ msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s
2275
  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."
2276
  msgstr "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."
2277
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2278
  #: templates/js/style-premium-theme.php:39
2279
  msgid "Premium"
2280
  msgstr "Premium"
19
  "X-Poedit-SearchPathExcluded-0: *.js\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
21
 
22
+ #: includes/class-freemius.php:1881, templates/account.php:873
23
  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."
24
  msgstr "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."
25
 
26
+ #: includes/class-freemius.php:1888
27
  msgid "Would you like to proceed with the update?"
28
  msgstr "Would you like to proceed with the update?"
29
 
30
+ #: includes/class-freemius.php:2096
31
  msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
32
  msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
33
 
34
+ #: includes/class-freemius.php:2098
35
  msgid "Error"
36
  msgstr "Error"
37
 
38
+ #: includes/class-freemius.php:2492
39
  msgid "I found a better %s"
40
  msgstr "I found a better %s"
41
 
42
+ #: includes/class-freemius.php:2494
43
  msgid "What's the %s's name?"
44
  msgstr "What's the %s's name?"
45
 
46
+ #: includes/class-freemius.php:2500
47
  msgid "It's a temporary %s. I'm just debugging an issue."
48
  msgstr "It's a temporary %s. I'm just debugging an issue."
49
 
50
+ #: includes/class-freemius.php:2502
51
  msgid "Deactivation"
52
  msgstr "Deactivation"
53
 
54
+ #: includes/class-freemius.php:2503
55
  msgid "Theme Switch"
56
  msgstr "Theme Switch"
57
 
58
+ #: includes/class-freemius.php:2512, templates/forms/resend-key.php:24, templates/forms/user-change.php:29
59
  msgid "Other"
60
  msgstr "Other"
61
 
62
+ #: includes/class-freemius.php:2520
63
  msgid "I no longer need the %s"
64
  msgstr "I no longer need the %s"
65
 
66
+ #: includes/class-freemius.php:2527
67
  msgid "I only needed the %s for a short period"
68
  msgstr "I only needed the %s for a short period"
69
 
70
+ #: includes/class-freemius.php:2533
71
  msgid "The %s broke my site"
72
  msgstr "The %s broke my site"
73
 
74
+ #: includes/class-freemius.php:2540
75
  msgid "The %s suddenly stopped working"
76
  msgstr "The %s suddenly stopped working"
77
 
78
+ #: includes/class-freemius.php:2550
79
  msgid "I can't pay for it anymore"
80
  msgstr "I can't pay for it anymore"
81
 
82
+ #: includes/class-freemius.php:2552
83
  msgid "What price would you feel comfortable paying?"
84
  msgstr "What price would you feel comfortable paying?"
85
 
86
+ #: includes/class-freemius.php:2558
87
  msgid "I don't like to share my information with you"
88
  msgstr "I don't like to share my information with you"
89
 
90
+ #: includes/class-freemius.php:2579
91
  msgid "The %s didn't work"
92
  msgstr "The %s didn't work"
93
 
94
+ #: includes/class-freemius.php:2589
95
  msgid "I couldn't understand how to make it work"
96
  msgstr "I couldn't understand how to make it work"
97
 
98
+ #: includes/class-freemius.php:2597
99
  msgid "The %s is great, but I need specific feature that you don't support"
100
  msgstr "The %s is great, but I need specific feature that you don't support"
101
 
102
+ #: includes/class-freemius.php:2599
103
  msgid "What feature?"
104
  msgstr "What feature?"
105
 
106
+ #: includes/class-freemius.php:2603
107
  msgid "The %s is not working"
108
  msgstr "The %s is not working"
109
 
110
+ #: includes/class-freemius.php:2605
111
  msgid "Kindly share what didn't work so we can fix it for future users..."
112
  msgstr "Kindly share what didn't work so we can fix it for future users..."
113
 
114
+ #: includes/class-freemius.php:2609
115
  msgid "It's not what I was looking for"
116
  msgstr "It's not what I was looking for"
117
 
118
+ #: includes/class-freemius.php:2611
119
  msgid "What you've been looking for?"
120
  msgstr "What you've been looking for?"
121
 
122
+ #: includes/class-freemius.php:2615
123
  msgid "The %s didn't work as expected"
124
  msgstr "The %s didn't work as expected"
125
 
126
+ #: includes/class-freemius.php:2617
127
  msgid "What did you expect?"
128
  msgstr "What did you expect?"
129
 
130
+ #: includes/class-freemius.php:3472, templates/debug.php:20
131
  msgid "Freemius Debug"
132
  msgstr "Freemius Debug"
133
 
134
+ #: includes/class-freemius.php:4224
135
  msgid "I don't know what is cURL or how to install it, help me!"
136
  msgstr "I don't know what is cURL or how to install it, help me!"
137
 
138
+ #: includes/class-freemius.php:4226
139
  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."
140
  msgstr "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."
141
 
142
+ #: includes/class-freemius.php:4233
143
  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."
144
  msgstr "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."
145
 
146
+ #: includes/class-freemius.php:4338
147
  msgid "Yes - do your thing"
148
  msgstr "Yes - do your thing"
149
 
150
+ #: includes/class-freemius.php:4343
151
  msgid "No - just deactivate"
152
  msgstr "No - just deactivate"
153
 
154
+ #: includes/class-freemius.php:4388, includes/class-freemius.php:4882, includes/class-freemius.php:6111, includes/class-freemius.php:12933, includes/class-freemius.php:13571, includes/class-freemius.php:17006, includes/class-freemius.php:17094, includes/class-freemius.php:17260, includes/class-freemius.php:19492, includes/class-freemius.php:19833, includes/class-freemius.php:19843, includes/class-freemius.php:20507, includes/class-freemius.php:21413, includes/class-freemius.php:21546, includes/class-freemius.php:21690, templates/add-ons.php:57
155
  msgctxt "exclamation"
156
  msgid "Oops"
157
  msgstr "Oops"
158
 
159
+ #: includes/class-freemius.php:4457
160
  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."
161
  msgstr "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."
162
 
163
+ #: includes/class-freemius.php:4879
164
  msgctxt "addonX cannot run without pluginY"
165
  msgid "%s cannot run without %s."
166
  msgstr "%s cannot run without %s."
167
 
168
+ #: includes/class-freemius.php:4880
169
  msgctxt "addonX cannot run..."
170
  msgid "%s cannot run without the plugin."
171
  msgstr "%s cannot run without the plugin."
172
 
173
+ #: includes/class-freemius.php:5053, includes/class-freemius.php:5078, includes/class-freemius.php:20578
174
  msgid "Unexpected API error. Please contact the %s's author with the following error."
175
  msgstr "Unexpected API error. Please contact the %s's author with the following error."
176
 
177
+ #: includes/class-freemius.php:5777
178
  msgid "Premium %s version was successfully activated."
179
  msgstr "Premium %s version was successfully activated."
180
 
181
+ #: includes/class-freemius.php:5789, includes/class-freemius.php:7682
182
  msgctxt "Used to express elation, enthusiasm, or triumph (especially in electronic communication)."
183
  msgid "W00t"
184
  msgstr "W00t"
185
 
186
+ #: includes/class-freemius.php:5804
187
  msgid "You have a %s license."
188
  msgstr "You have a %s license."
189
 
190
+ #: includes/class-freemius.php:5808, includes/class-freemius.php:16405, includes/class-freemius.php:16416, includes/class-freemius.php:19744, includes/class-freemius.php:20094, includes/class-freemius.php:20163, includes/class-freemius.php:20328
191
  msgctxt "interjection expressing joy or exuberance"
192
  msgid "Yee-haw"
193
  msgstr "Yee-haw"
194
 
195
+ #: includes/class-freemius.php:6094
196
  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."
197
  msgstr "%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."
198
 
199
+ #: includes/class-freemius.php:6098
200
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
201
  msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
202
 
203
+ #: includes/class-freemius.php:6107, templates/add-ons.php:186, templates/account/partials/addon.php:381
204
  msgid "More information about %s"
205
  msgstr "More information about %s"
206
 
207
+ #: includes/class-freemius.php:6108
208
  msgid "Purchase License"
209
  msgstr "Purchase License"
210
 
211
+ #: includes/class-freemius.php:7047, templates/connect.php:171
212
  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."
213
  msgstr "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."
214
 
215
+ #: includes/class-freemius.php:7051
216
  msgid "start the trial"
217
  msgstr "start the trial"
218
 
219
+ #: includes/class-freemius.php:7052, templates/connect.php:175
220
  msgid "complete the install"
221
  msgstr "complete the install"
222
 
223
+ #: includes/class-freemius.php:7164
224
  msgid "You are just one step away - %s"
225
  msgstr "You are just one step away - %s"
226
 
227
+ #: includes/class-freemius.php:7167
228
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
229
  msgid "Complete \"%s\" Activation Now"
230
  msgstr "Complete \"%s\" Activation Now"
231
 
232
+ #: includes/class-freemius.php:7245
233
  msgid "We made a few tweaks to the %s, %s"
234
  msgstr "We made a few tweaks to the %s, %s"
235
 
236
+ #: includes/class-freemius.php:7249
237
  msgid "Opt in to make \"%s\" better!"
238
  msgstr "Opt in to make \"%s\" better!"
239
 
240
+ #: includes/class-freemius.php:7681
241
  msgid "The upgrade of %s was successfully completed."
242
  msgstr "The upgrade of %s was successfully completed."
243
 
244
+ #: includes/class-freemius.php:9908, includes/class-fs-plugin-updater.php:1044, includes/class-fs-plugin-updater.php:1239, includes/class-fs-plugin-updater.php:1246, templates/auto-installation.php:32
245
  msgid "Add-On"
246
  msgstr "Add-On"
247
 
248
+ #: includes/class-freemius.php:9910, templates/account.php:343, templates/account.php:351, templates/debug.php:358, templates/debug.php:549
249
  msgid "Plugin"
250
  msgstr "Plugin"
251
 
252
+ #: includes/class-freemius.php:9911, templates/account.php:344, templates/account.php:352, templates/debug.php:358, templates/debug.php:549, templates/forms/deactivation/form.php:71
253
  msgid "Theme"
254
  msgstr "Theme"
255
 
256
+ #: includes/class-freemius.php:12843
257
  msgid "An unknown error has occurred while trying to set the user's beta mode."
258
  msgstr "An unknown error has occurred while trying to set the user's beta mode."
259
 
260
+ #: includes/class-freemius.php:12904
261
+ msgid "Invalid new user ID or email address."
262
+ msgstr "Invalid new user ID or email address."
263
+
264
+ #: includes/class-freemius.php:12934, includes/class-freemius.php:21645
265
+ msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
266
+ msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
267
+
268
+ #: includes/class-freemius.php:12935, includes/class-freemius.php:21646
269
+ msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
270
+ msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
271
+
272
+ #: includes/class-freemius.php:12942, includes/class-freemius.php:21653
273
+ msgid "Change Ownership"
274
+ msgstr "Change Ownership"
275
+
276
+ #: includes/class-freemius.php:13438
277
  msgid "Invalid site details collection."
278
  msgstr "Invalid site details collection."
279
 
280
+ #: includes/class-freemius.php:13558
281
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
282
  msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
283
 
284
+ #: includes/class-freemius.php:13560
285
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
286
  msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
287
 
288
+ #: includes/class-freemius.php:13834
289
  msgid "Account is pending activation."
290
  msgstr "Account is pending activation."
291
 
292
+ #: includes/class-freemius.php:13946, templates/forms/premium-versions-upgrade-handler.php:47
293
  msgid "Buy a license now"
294
  msgstr "Buy a license now"
295
 
296
+ #: includes/class-freemius.php:13958, templates/forms/premium-versions-upgrade-handler.php:46
297
  msgid "Renew your license now"
298
  msgstr "Renew your license now"
299
 
300
+ #: includes/class-freemius.php:13962
301
  msgid "%s to access version %s security & feature updates, and support."
302
  msgstr "%s to access version %s security & feature updates, and support."
303
 
304
+ #: includes/class-freemius.php:16387
305
  msgid "%s activation was successfully completed."
306
  msgstr "%s activation was successfully completed."
307
 
308
+ #: includes/class-freemius.php:16401
309
  msgid "Your account was successfully activated with the %s plan."
310
  msgstr "Your account was successfully activated with the %s plan."
311
 
312
+ #: includes/class-freemius.php:16412, includes/class-freemius.php:20159
313
  msgid "Your trial has been successfully started."
314
  msgstr "Your trial has been successfully started."
315
 
316
+ #: includes/class-freemius.php:17004, includes/class-freemius.php:17092, includes/class-freemius.php:17258
317
  msgid "Couldn't activate %s."
318
  msgstr "Couldn't activate %s."
319
 
320
+ #: includes/class-freemius.php:17005, includes/class-freemius.php:17093, includes/class-freemius.php:17259
321
  msgid "Please contact us with the following message:"
322
  msgstr "Please contact us with the following message:"
323
 
324
+ #: includes/class-freemius.php:17089, templates/forms/data-debug-mode.php:162
325
  msgid "An unknown error has occurred."
326
  msgstr "An unknown error has occurred."
327
 
328
+ #: includes/class-freemius.php:17616, includes/class-freemius.php:22589
329
  msgid "Upgrade"
330
  msgstr "Upgrade"
331
 
332
+ #: includes/class-freemius.php:17622
333
  msgid "Start Trial"
334
  msgstr "Start Trial"
335
 
336
+ #: includes/class-freemius.php:17624
337
  msgid "Pricing"
338
  msgstr "Pricing"
339
 
340
+ #: includes/class-freemius.php:17704, includes/class-freemius.php:17706
341
  msgid "Affiliation"
342
  msgstr "Affiliation"
343
 
344
+ #: includes/class-freemius.php:17734, includes/class-freemius.php:17736, templates/account.php:191, templates/debug.php:324
345
  msgid "Account"
346
  msgstr "Account"
347
 
348
+ #: includes/class-freemius.php:17750, includes/class-freemius.php:17752, includes/customizer/class-fs-customizer-support-section.php:60
349
  msgid "Contact Us"
350
  msgstr "Contact Us"
351
 
352
+ #: includes/class-freemius.php:17763, includes/class-freemius.php:17765, includes/class-freemius.php:22603, templates/account.php:119, templates/account/partials/addon.php:44
353
  msgid "Add-Ons"
354
  msgstr "Add-Ons"
355
 
356
+ #: includes/class-freemius.php:17799
357
  msgctxt "ASCII arrow left icon"
358
  msgid "&#x2190;"
359
  msgstr "&#x2190;"
360
 
361
+ #: includes/class-freemius.php:17799
362
  msgctxt "ASCII arrow right icon"
363
  msgid "&#x27a4;"
364
  msgstr "&#x27a4;"
365
 
366
+ #: includes/class-freemius.php:17801, templates/pricing.php:103
367
  msgctxt "noun"
368
  msgid "Pricing"
369
  msgstr "Pricing"
370
 
371
+ #: includes/class-freemius.php:18014, includes/customizer/class-fs-customizer-support-section.php:67
372
  msgid "Support Forum"
373
  msgstr "Support Forum"
374
 
375
+ #: includes/class-freemius.php:18988
376
  msgid "Your email has been successfully verified - you are AWESOME!"
377
  msgstr "Your email has been successfully verified - you are AWESOME!"
378
 
379
+ #: includes/class-freemius.php:18989
380
  msgctxt "a positive response"
381
  msgid "Right on"
382
  msgstr "Right on"
383
 
384
+ #: includes/class-freemius.php:19493
385
  msgid "seems like the key you entered doesn't match our records."
386
  msgstr "seems like the key you entered doesn't match our records."
387
 
388
+ #: includes/class-freemius.php:19517
389
  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."
390
  msgstr "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."
391
 
392
+ #: includes/class-freemius.php:19735
393
  msgid "Your %s Add-on plan was successfully upgraded."
394
  msgstr "Your %s Add-on plan was successfully upgraded."
395
 
396
+ #: includes/class-freemius.php:19737
397
  msgid "%s Add-on was successfully purchased."
398
  msgstr "%s Add-on was successfully purchased."
399
 
400
+ #: includes/class-freemius.php:19740
401
  msgid "Download the latest version"
402
  msgstr "Download the latest version"
403
 
404
+ #: includes/class-freemius.php:19826
405
  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"
406
  msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
407
 
408
+ #: includes/class-freemius.php:19832, includes/class-freemius.php:19842, includes/class-freemius.php:20287, includes/class-freemius.php:20376
409
  msgid "Error received from the server:"
410
  msgstr "Error received from the server:"
411
 
412
+ #: includes/class-freemius.php:19842
413
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
414
  msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
415
 
416
+ #: includes/class-freemius.php:20056, includes/class-freemius.php:20292, includes/class-freemius.php:20347, includes/class-freemius.php:20454
417
  msgctxt "something somebody says when they are thinking about what you have just said."
418
  msgid "Hmm"
419
  msgstr "Hmm"
420
 
421
+ #: includes/class-freemius.php:20069
422
  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."
423
  msgstr "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."
424
 
425
+ #: includes/class-freemius.php:20070, templates/account.php:121, templates/add-ons.php:250, templates/account/partials/addon.php:46
426
  msgctxt "trial period"
427
  msgid "Trial"
428
  msgstr "Trial"
429
 
430
+ #: includes/class-freemius.php:20075
431
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
432
  msgstr "I have upgraded my account but when I try to Sync the License, the plan remains %s."
433
 
434
+ #: includes/class-freemius.php:20079, includes/class-freemius.php:20138
435
  msgid "Please contact us here"
436
  msgstr "Please contact us here"
437
 
438
+ #: includes/class-freemius.php:20090
439
  msgid "Your plan was successfully activated."
440
  msgstr "Your plan was successfully activated."
441
 
442
+ #: includes/class-freemius.php:20091
443
  msgid "Your plan was successfully upgraded."
444
  msgstr "Your plan was successfully upgraded."
445
 
446
+ #: includes/class-freemius.php:20108
447
  msgid "Your plan was successfully changed to %s."
448
  msgstr "Your plan was successfully changed to %s."
449
 
450
+ #: includes/class-freemius.php:20124
451
  msgid "Your license has expired. You can still continue using the free %s forever."
452
  msgstr "Your license has expired. You can still continue using the free %s forever."
453
 
454
+ #: includes/class-freemius.php:20126
455
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
456
  msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
457
 
458
+ #: includes/class-freemius.php:20134
459
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
460
  msgstr "Your license has been cancelled. If you think it's a mistake, please contact support."
461
 
462
+ #: includes/class-freemius.php:20147
463
  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."
464
  msgstr "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."
465
 
466
+ #: includes/class-freemius.php:20173
467
  msgid "Your free trial has expired. You can still continue using all our free features."
468
  msgstr "Your free trial has expired. You can still continue using all our free features."
469
 
470
+ #: includes/class-freemius.php:20175
471
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
472
  msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
473
 
474
+ #: includes/class-freemius.php:20283
475
  msgid "It looks like the license could not be activated."
476
  msgstr "It looks like the license could not be activated."
477
 
478
+ #: includes/class-freemius.php:20325
479
  msgid "Your license was successfully activated."
480
  msgstr "Your license was successfully activated."
481
 
482
+ #: includes/class-freemius.php:20351
483
  msgid "It looks like your site currently doesn't have an active license."
484
  msgstr "It looks like your site currently doesn't have an active license."
485
 
486
+ #: includes/class-freemius.php:20375
487
  msgid "It looks like the license deactivation failed."
488
  msgstr "It looks like the license deactivation failed."
489
 
490
+ #: includes/class-freemius.php:20404
491
+ msgid "Your %s license was successfully deactivated."
492
+ msgstr "Your %s license was successfully deactivated."
493
+
494
+ #: includes/class-freemius.php:20405
495
  msgid "Your license was successfully deactivated, you are back to the %s plan."
496
  msgstr "Your license was successfully deactivated, you are back to the %s plan."
497
 
498
+ #: includes/class-freemius.php:20408
499
  msgid "O.K"
500
  msgstr "O.K"
501
 
502
+ #: includes/class-freemius.php:20461
503
  msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
504
  msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
505
 
506
+ #: includes/class-freemius.php:20470
507
  msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
508
  msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
509
 
510
+ #: includes/class-freemius.php:20512
511
  msgid "You are already running the %s in a trial mode."
512
  msgstr "You are already running the %s in a trial mode."
513
 
514
+ #: includes/class-freemius.php:20523
515
  msgid "You already utilized a trial before."
516
  msgstr "You already utilized a trial before."
517
 
518
+ #: includes/class-freemius.php:20537
519
  msgid "Plan %s do not exist, therefore, can't start a trial."
520
  msgstr "Plan %s do not exist, therefore, can't start a trial."
521
 
522
+ #: includes/class-freemius.php:20548
523
  msgid "Plan %s does not support a trial period."
524
  msgstr "Plan %s does not support a trial period."
525
 
526
+ #: includes/class-freemius.php:20559
527
  msgid "None of the %s's plans supports a trial period."
528
  msgstr "None of the %s's plans supports a trial period."
529
 
530
+ #: includes/class-freemius.php:20609
531
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
532
  msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
533
 
534
+ #: includes/class-freemius.php:20645
535
  msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
536
  msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
537
 
538
+ #: includes/class-freemius.php:20664
539
  msgid "Your %s free trial was successfully cancelled."
540
  msgstr "Your %s free trial was successfully cancelled."
541
 
542
+ #: includes/class-freemius.php:20980
543
  msgid "Version %s was released."
544
  msgstr "Version %s was released."
545
 
546
+ #: includes/class-freemius.php:20980
547
  msgid "Please download %s."
548
  msgstr "Please download %s."
549
 
550
+ #: includes/class-freemius.php:20987
551
  msgid "the latest %s version here"
552
  msgstr "the latest %s version here"
553
 
554
+ #: includes/class-freemius.php:20992
555
  msgid "New"
556
  msgstr "New"
557
 
558
+ #: includes/class-freemius.php:20997
559
  msgid "Seems like you got the latest release."
560
  msgstr "Seems like you got the latest release."
561
 
562
+ #: includes/class-freemius.php:20998
563
  msgid "You are all good!"
564
  msgstr "You are all good!"
565
 
566
+ #: includes/class-freemius.php:21301
567
  msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
568
  msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
569
 
570
+ #: includes/class-freemius.php:21441
571
  msgid "Site successfully opted in."
572
  msgstr "Site successfully opted in."
573
 
574
+ #: includes/class-freemius.php:21442, includes/class-freemius.php:22299
575
  msgid "Awesome"
576
  msgstr "Awesome"
577
 
578
+ #: includes/class-freemius.php:21458, templates/forms/optout.php:41
579
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
580
  msgstr "We appreciate your help in making the %s better by letting us track some usage data."
581
 
582
+ #: includes/class-freemius.php:21459
583
  msgid "Thank you!"
584
  msgstr "Thank you!"
585
 
586
+ #: includes/class-freemius.php:21466
587
  msgid "We will no longer be sending any usage data of %s on %s to %s."
588
  msgstr "We will no longer be sending any usage data of %s on %s to %s."
589
 
590
+ #: includes/class-freemius.php:21612
591
  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."
592
  msgstr "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."
593
 
594
+ #: includes/class-freemius.php:21618
595
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
596
  msgstr "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
597
 
598
+ #: includes/class-freemius.php:21623
599
  msgid "%s is the new owner of the account."
600
  msgstr "%s is the new owner of the account."
601
 
602
+ #: includes/class-freemius.php:21625
603
  msgctxt "as congratulations"
604
  msgid "Congrats"
605
  msgstr "Congrats"
606
 
607
+ #: includes/class-freemius.php:21661
 
 
 
 
 
 
 
 
 
 
 
 
608
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
609
  msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
610
 
611
+ #: includes/class-freemius.php:21673
612
  msgid "Please provide your full name."
613
  msgstr "Please provide your full name."
614
 
615
+ #: includes/class-freemius.php:21678
616
  msgid "Your name was successfully updated."
617
  msgstr "Your name was successfully updated."
618
 
619
+ #: includes/class-freemius.php:21739
620
  msgid "You have successfully updated your %s."
621
  msgstr "You have successfully updated your %s."
622
 
623
+ #: includes/class-freemius.php:21879
624
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
625
  msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
626
 
627
+ #: includes/class-freemius.php:21880
628
  msgctxt "advance notice of something that will need attention."
629
  msgid "Heads up"
630
  msgstr "Heads up"
631
 
632
+ #: includes/class-freemius.php:22339
633
  msgctxt "exclamation"
634
  msgid "Hey"
635
  msgstr "Hey"
636
 
637
+ #: includes/class-freemius.php:22339
638
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
639
  msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
640
 
641
+ #: includes/class-freemius.php:22347
642
  msgid "No commitment for %s days - cancel anytime!"
643
  msgstr "No commitment for %s days - cancel anytime!"
644
 
645
+ #: includes/class-freemius.php:22348
646
  msgid "No credit card required"
647
  msgstr "No credit card required"
648
 
649
+ #: includes/class-freemius.php:22355, templates/forms/trial-start.php:53
650
  msgctxt "call to action"
651
  msgid "Start free trial"
652
  msgstr "Start free trial"
653
 
654
+ #: includes/class-freemius.php:22432
655
  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!"
656
  msgstr "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!"
657
 
658
+ #: includes/class-freemius.php:22441
659
  msgid "Learn more"
660
  msgstr "Learn more"
661
 
662
+ #: includes/class-freemius.php:22627, templates/account.php:507, templates/account.php:657, templates/connect.php:179, templates/connect.php:455, templates/forms/license-activation.php:27, templates/account/partials/addon.php:321
663
  msgid "Activate License"
664
  msgstr "Activate License"
665
 
666
+ #: includes/class-freemius.php:22628, templates/account.php:601, templates/account.php:656, templates/account/partials/addon.php:322, templates/account/partials/site.php:271
667
  msgid "Change License"
668
  msgstr "Change License"
669
 
670
+ #: includes/class-freemius.php:22737, templates/account/partials/site.php:169
671
  msgid "Opt Out"
672
  msgstr "Opt Out"
673
 
674
+ #: includes/class-freemius.php:22739, includes/class-freemius.php:22745, templates/account/partials/site.php:49, templates/account/partials/site.php:169
675
  msgid "Opt In"
676
  msgstr "Opt In"
677
 
678
+ #: includes/class-freemius.php:22973
679
  msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
680
  msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
681
 
682
+ #: includes/class-freemius.php:22981
683
  msgid "Activate %s features"
684
  msgstr "Activate %s features"
685
 
686
+ #: includes/class-freemius.php:22994
687
  msgid "Please follow these steps to complete the upgrade"
688
  msgstr "Please follow these steps to complete the upgrade"
689
 
690
+ #: includes/class-freemius.php:22998
691
  msgid "Download the latest %s version"
692
  msgstr "Download the latest %s version"
693
 
694
+ #: includes/class-freemius.php:23002
695
  msgid "Upload and activate the downloaded version"
696
  msgstr "Upload and activate the downloaded version"
697
 
698
+ #: includes/class-freemius.php:23004
699
  msgid "How to upload and activate?"
700
  msgstr "How to upload and activate?"
701
 
702
+ #: includes/class-freemius.php:23138
703
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
704
  msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
705
 
706
+ #: includes/class-freemius.php:23299
707
  msgid "Auto installation only works for opted-in users."
708
  msgstr "Auto installation only works for opted-in users."
709
 
710
+ #: includes/class-freemius.php:23309, includes/class-freemius.php:23342, includes/class-fs-plugin-updater.php:1218, includes/class-fs-plugin-updater.php:1232
711
  msgid "Invalid module ID."
712
  msgstr "Invalid module ID."
713
 
714
+ #: includes/class-freemius.php:23318, includes/class-fs-plugin-updater.php:1254
715
  msgid "Premium version already active."
716
  msgstr "Premium version already active."
717
 
718
+ #: includes/class-freemius.php:23325
719
  msgid "You do not have a valid license to access the premium version."
720
  msgstr "You do not have a valid license to access the premium version."
721
 
722
+ #: includes/class-freemius.php:23332
723
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
724
  msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
725
 
726
+ #: includes/class-freemius.php:23350, includes/class-fs-plugin-updater.php:1253
727
  msgid "Premium add-on version already installed."
728
  msgstr "Premium add-on version already installed."
729
 
730
+ #: includes/class-freemius.php:23700
731
  msgid "View paid features"
732
  msgstr "View paid features"
733
 
734
+ #: includes/class-freemius.php:24022
735
  msgid "Thank you so much for using %s and its add-ons!"
736
  msgstr "Thank you so much for using %s and its add-ons!"
737
 
738
+ #: includes/class-freemius.php:24023
739
  msgid "Thank you so much for using %s!"
740
  msgstr "Thank you so much for using %s!"
741
 
742
+ #: includes/class-freemius.php:24029
743
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
744
  msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
745
 
746
+ #: includes/class-freemius.php:24033
747
  msgid "Thank you so much for using our products!"
748
  msgstr "Thank you so much for using our products!"
749
 
750
+ #: includes/class-freemius.php:24034
751
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
752
  msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
753
 
754
+ #: includes/class-freemius.php:24053
755
  msgid "%s and its add-ons"
756
  msgstr "%s and its add-ons"
757
 
758
+ #: includes/class-freemius.php:24062
759
  msgid "Products"
760
  msgstr "Products"
761
 
762
+ #: includes/class-freemius.php:24069, templates/connect.php:280
763
  msgid "Yes"
764
  msgstr "Yes"
765
 
766
+ #: includes/class-freemius.php:24070, templates/connect.php:281
767
  msgid "send me security & feature updates, educational content and offers."
768
  msgstr "send me security & feature updates, educational content and offers."
769
 
770
+ #: includes/class-freemius.php:24071, templates/connect.php:286
771
  msgid "No"
772
  msgstr "No"
773
 
774
+ #: includes/class-freemius.php:24073, templates/connect.php:288
775
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
776
  msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
777
 
778
+ #: includes/class-freemius.php:24083
779
  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 :-)"
780
  msgstr "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 :-)"
781
 
782
+ #: includes/class-freemius.php:24085, templates/connect.php:295
783
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
784
  msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
785
 
786
+ #: includes/class-freemius.php:24367
787
  msgid "License key is empty."
788
  msgstr "License key is empty."
789
 
795
  msgid "Buy license"
796
  msgstr "Buy license"
797
 
798
+ #: includes/class-fs-plugin-updater.php:327, includes/class-fs-plugin-updater.php:360
799
  msgid "There is a %s of %s available."
800
  msgstr "There is a %s of %s available."
801
 
802
+ #: includes/class-fs-plugin-updater.php:329, includes/class-fs-plugin-updater.php:365
803
  msgid "new Beta version"
804
  msgstr "new Beta version"
805
 
806
+ #: includes/class-fs-plugin-updater.php:330, includes/class-fs-plugin-updater.php:366
807
  msgid "new version"
808
  msgstr "new version"
809
 
810
+ #: includes/class-fs-plugin-updater.php:389
811
  msgid "Important Upgrade Notice:"
812
  msgstr "Important Upgrade Notice:"
813
 
814
+ #: includes/class-fs-plugin-updater.php:1283
815
  msgid "Installing plugin: %s"
816
  msgstr "Installing plugin: %s"
817
 
818
+ #: includes/class-fs-plugin-updater.php:1324
819
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
820
  msgstr "Unable to connect to the filesystem. Please confirm your credentials."
821
 
822
+ #: includes/class-fs-plugin-updater.php:1506
823
  msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
824
  msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
825
 
840
  msgid "Install Free Version Update Now"
841
  msgstr "Install Free Version Update Now"
842
 
843
+ #: includes/fs-plugin-info-dialog.php:739, templates/account.php:590
844
  msgid "Install Update Now"
845
  msgstr "Install Update Now"
846
 
857
  msgid "Download Latest Free Version"
858
  msgstr "Download Latest Free Version"
859
 
860
+ #: includes/fs-plugin-info-dialog.php:766, templates/account.php:99, templates/add-ons.php:37, templates/account/partials/addon.php:25
861
  msgctxt "as download latest version"
862
  msgid "Download Latest"
863
  msgstr "Download Latest"
866
  msgid "Activate this add-on"
867
  msgstr "Activate this add-on"
868
 
869
+ #: includes/fs-plugin-info-dialog.php:783, templates/connect.php:452
870
  msgid "Activate Free Version"
871
  msgstr "Activate Free Version"
872
 
873
+ #: includes/fs-plugin-info-dialog.php:784, templates/account.php:123, templates/add-ons.php:330, templates/account/partials/addon.php:48
874
  msgid "Activate"
875
  msgstr "Activate"
876
 
999
  msgid "Details"
1000
  msgstr "Details"
1001
 
1002
+ #: includes/fs-plugin-info-dialog.php:1310, templates/account.php:110, templates/debug.php:201, templates/debug.php:238, templates/debug.php:455, templates/account/partials/addon.php:36
1003
  msgctxt "product version"
1004
  msgid "Version"
1005
  msgstr "Version"
1013
  msgid "Last Updated"
1014
  msgstr "Last Updated"
1015
 
1016
+ #: includes/fs-plugin-info-dialog.php:1329, templates/account.php:476
1017
  msgctxt "x-ago"
1018
  msgid "%s ago"
1019
  msgstr "%s ago"
1122
  msgid "Latest Free Version Installed"
1123
  msgstr "Latest Free Version Installed"
1124
 
1125
+ #: templates/account.php:100, templates/forms/subscription-cancellation.php:96, templates/account/partials/addon.php:26, templates/account/partials/site.php:311
1126
  msgid "Downgrading your plan"
1127
  msgstr "Downgrading your plan"
1128
 
1129
+ #: templates/account.php:101, templates/forms/subscription-cancellation.php:97, templates/account/partials/addon.php:27, templates/account/partials/site.php:312
1130
  msgid "Cancelling the subscription"
1131
  msgstr "Cancelling the subscription"
1132
 
1133
  #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
1134
+ #: templates/account.php:103, templates/forms/subscription-cancellation.php:99, templates/account/partials/site.php:314
1135
  msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1136
  msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1137
 
1138
+ #: templates/account.php:104, templates/forms/subscription-cancellation.php:100, templates/account/partials/addon.php:30, templates/account/partials/site.php:315
1139
  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."
1140
  msgstr "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."
1141
 
1142
+ #: templates/account.php:105, templates/forms/subscription-cancellation.php:106, templates/account/partials/addon.php:31
1143
  msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1144
  msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1145
 
1146
+ #: templates/account.php:106, templates/forms/subscription-cancellation.php:101, templates/account/partials/addon.php:32, templates/account/partials/site.php:316
1147
  msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1148
  msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1149
 
1150
+ #: templates/account.php:107, templates/forms/subscription-cancellation.php:102, templates/account/partials/addon.php:33, templates/account/partials/site.php:317
1151
  msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1152
  msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1153
 
1154
  #. translators: %s: Plan title (e.g. "Professional")
1155
+ #: templates/account.php:109, templates/account/partials/activate-license-button.php:31, templates/account/partials/addon.php:35
1156
  msgid "Activate %s Plan"
1157
  msgstr "Activate %s Plan"
1158
 
1159
  #. translators: %s: Time period (e.g. Auto renews in "2 months")
1160
+ #: templates/account.php:112, templates/account/partials/addon.php:38, templates/account/partials/site.php:291
1161
  msgid "Auto renews in %s"
1162
  msgstr "Auto renews in %s"
1163
 
1164
  #. translators: %s: Time period (e.g. Expires in "2 months")
1165
+ #: templates/account.php:114, templates/account/partials/addon.php:40, templates/account/partials/site.php:293
1166
  msgid "Expires in %s"
1167
  msgstr "Expires in %s"
1168
 
1169
+ #: templates/account.php:115
1170
  msgctxt "as synchronize license"
1171
  msgid "Sync License"
1172
  msgstr "Sync License"
1173
 
1174
+ #: templates/account.php:116, templates/account/partials/addon.php:41
1175
  msgid "Cancel Trial"
1176
  msgstr "Cancel Trial"
1177
 
1178
+ #: templates/account.php:117, templates/account/partials/addon.php:42
1179
  msgid "Change Plan"
1180
  msgstr "Change Plan"
1181
 
1182
+ #: templates/account.php:118, templates/account/partials/addon.php:43
1183
  msgctxt "verb"
1184
  msgid "Upgrade"
1185
  msgstr "Upgrade"
1186
 
1187
+ #: templates/account.php:120, templates/account/partials/addon.php:45, templates/account/partials/site.php:318
1188
  msgctxt "verb"
1189
  msgid "Downgrade"
1190
  msgstr "Downgrade"
1191
 
1192
+ #: templates/account.php:122, templates/add-ons.php:246, templates/plugin-info/features.php:72, templates/account/partials/addon.php:47, templates/account/partials/site.php:33
1193
  msgid "Free"
1194
  msgstr "Free"
1195
 
1196
+ #: templates/account.php:124, templates/debug.php:371, includes/customizer/class-fs-customizer-upsell-control.php:110, templates/account/partials/addon.php:49
1197
  msgctxt "as product pricing plan"
1198
  msgid "Plan"
1199
  msgstr "Plan"
1200
 
1201
+ #: templates/account.php:125
1202
  msgid "Bundle Plan"
1203
  msgstr "Bundle Plan"
1204
 
1205
+ #: templates/account.php:199
1206
  msgid "Free Trial"
1207
  msgstr "Free Trial"
1208
 
1209
+ #: templates/account.php:210
1210
  msgid "Account Details"
1211
  msgstr "Account Details"
1212
 
1213
+ #: templates/account.php:217, templates/forms/data-debug-mode.php:33
1214
  msgid "Start Debug"
1215
  msgstr "Start Debug"
1216
 
1217
+ #: templates/account.php:219
1218
  msgid "Stop Debug"
1219
  msgstr "Stop Debug"
1220
 
1221
+ #: templates/account.php:226
1222
  msgid "Billing & Invoices"
1223
  msgstr "Billing & Invoices"
1224
 
1225
+ #: templates/account.php:237
1226
  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?"
1227
  msgstr "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?"
1228
 
1229
+ #: templates/account.php:239
1230
  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?"
1231
  msgstr "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?"
1232
 
1233
+ #: templates/account.php:242
1234
  msgid "Delete Account"
1235
  msgstr "Delete Account"
1236
 
1237
+ #: templates/account.php:254, templates/account/partials/addon.php:231, templates/account/partials/deactivate-license-button.php:35
1238
  msgid "Deactivate License"
1239
  msgstr "Deactivate License"
1240
 
1241
+ #: templates/account.php:277, templates/forms/subscription-cancellation.php:125
1242
  msgid "Are you sure you want to proceed?"
1243
  msgstr "Are you sure you want to proceed?"
1244
 
1245
+ #: templates/account.php:277, templates/account/partials/addon.php:255
1246
  msgid "Cancel Subscription"
1247
  msgstr "Cancel Subscription"
1248
 
1249
+ #: templates/account.php:306, templates/account/partials/addon.php:340
1250
  msgctxt "as synchronize"
1251
  msgid "Sync"
1252
  msgstr "Sync"
1253
 
1254
+ #: templates/account.php:321, templates/debug.php:505
1255
  msgid "Name"
1256
  msgstr "Name"
1257
 
1258
+ #: templates/account.php:327, templates/debug.php:506
1259
  msgid "Email"
1260
  msgstr "Email"
1261
 
1262
+ #: templates/account.php:334, templates/debug.php:369, templates/debug.php:555
1263
  msgid "User ID"
1264
  msgstr "User ID"
1265
 
1266
+ #: templates/account.php:352, templates/account.php:670, templates/account.php:715, 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
1267
  msgid "ID"
1268
  msgstr "ID"
1269
 
1270
+ #: templates/account.php:359
1271
  msgid "Site ID"
1272
  msgstr "Site ID"
1273
 
1274
+ #: templates/account.php:362
1275
  msgid "No ID"
1276
  msgstr "No ID"
1277
 
1278
+ #: templates/account.php:367, templates/debug.php:243, templates/debug.php:372, templates/debug.php:456, templates/debug.php:508, templates/account/partials/site.php:227
1279
  msgid "Public Key"
1280
  msgstr "Public Key"
1281
 
1282
+ #: templates/account.php:373, templates/debug.php:373, templates/debug.php:457, templates/debug.php:509, templates/account/partials/site.php:239
1283
  msgid "Secret Key"
1284
  msgstr "Secret Key"
1285
 
1286
+ #: templates/account.php:376
1287
  msgctxt "as secret encryption key missing"
1288
  msgid "No Secret"
1289
  msgstr "No Secret"
1290
 
1291
+ #: templates/account.php:403, templates/account/partials/site.php:120, templates/account/partials/site.php:122
1292
  msgid "Trial"
1293
  msgstr "Trial"
1294
 
1295
+ #: templates/account.php:430, templates/debug.php:561, templates/account/partials/site.php:260
1296
  msgid "License Key"
1297
  msgstr "License Key"
1298
 
1299
+ #: templates/account.php:461
1300
  msgid "Join the Beta program"
1301
  msgstr "Join the Beta program"
1302
 
1303
+ #: templates/account.php:467
1304
  msgid "not verified"
1305
  msgstr "not verified"
1306
 
1307
+ #: templates/account.php:476, templates/account/partials/addon.php:190
1308
  msgid "Expired"
1309
  msgstr "Expired"
1310
 
1311
+ #: templates/account.php:536
1312
  msgid "Premium version"
1313
  msgstr "Premium version"
1314
 
1315
+ #: templates/account.php:538
1316
  msgid "Free version"
1317
  msgstr "Free version"
1318
 
1319
+ #: templates/account.php:550
1320
  msgid "Verify Email"
1321
  msgstr "Verify Email"
1322
 
1323
+ #: templates/account.php:564
1324
  msgid "Download %s Version"
1325
  msgstr "Download %s Version"
1326
 
1327
+ #: templates/account.php:580
1328
+ msgid "Download Paid Version"
1329
+ msgstr "Download Paid Version"
1330
+
1331
+ #: templates/account.php:598, templates/account.php:853, templates/account/partials/site.php:248, templates/account/partials/site.php:270
1332
  msgctxt "verb"
1333
  msgid "Show"
1334
  msgstr "Show"
1335
 
1336
+ #: templates/account.php:613
1337
  msgid "What is your %s?"
1338
  msgstr "What is your %s?"
1339
 
1340
+ #: templates/account.php:621, templates/account/billing.php:21
1341
  msgctxt "verb"
1342
  msgid "Edit"
1343
  msgstr "Edit"
1344
 
1345
+ #: templates/account.php:625, templates/forms/user-change.php:27
1346
+ msgid "Change User"
1347
+ msgstr "Change User"
1348
+
1349
+ #: templates/account.php:649
1350
  msgid "Sites"
1351
  msgstr "Sites"
1352
 
1353
+ #: templates/account.php:662
1354
  msgid "Search by address"
1355
  msgstr "Search by address"
1356
 
1357
+ #: templates/account.php:671, templates/debug.php:366
1358
  msgid "Address"
1359
  msgstr "Address"
1360
 
1361
+ #: templates/account.php:672
1362
  msgid "License"
1363
  msgstr "License"
1364
 
1365
+ #: templates/account.php:673
1366
  msgid "Plan"
1367
  msgstr "Plan"
1368
 
1369
+ #: templates/account.php:718
1370
  msgctxt "as software license"
1371
  msgid "License"
1372
  msgstr "License"
1373
 
1374
+ #: templates/account.php:847
1375
  msgctxt "verb"
1376
  msgid "Hide"
1377
  msgstr "Hide"
1378
 
1379
+ #: templates/account.php:869, templates/forms/data-debug-mode.php:31
1380
  msgid "Processing"
1381
  msgstr "Processing"
1382
 
1383
+ #: templates/account.php:872
1384
  msgid "Get updates for bleeding edge Beta versions of %s."
1385
  msgstr "Get updates for bleeding edge Beta versions of %s."
1386
 
1387
+ #: templates/account.php:930
1388
  msgid "Cancelling %s"
1389
  msgstr "Cancelling %s"
1390
 
1391
+ #: templates/account.php:930, templates/account.php:947, templates/forms/subscription-cancellation.php:27, templates/forms/deactivation/form.php:133
1392
  msgid "trial"
1393
  msgstr "trial"
1394
 
1395
+ #: templates/account.php:945, templates/forms/deactivation/form.php:150
1396
  msgid "Cancelling %s..."
1397
  msgstr "Cancelling %s..."
1398
 
1399
+ #: templates/account.php:948, templates/forms/subscription-cancellation.php:28, templates/forms/deactivation/form.php:134
1400
  msgid "subscription"
1401
  msgstr "subscription"
1402
 
1403
+ #: templates/account.php:962
1404
  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?"
1405
  msgstr "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1406
 
1426
  msgid "Installed"
1427
  msgstr "Installed"
1428
 
1429
+ #: templates/admin-notice.php:13, templates/forms/license-activation.php:220, templates/forms/resend-key.php:77
1430
  msgctxt "as close a window"
1431
  msgid "Dismiss"
1432
  msgstr "Dismiss"
1465
  msgid "Hey %s,"
1466
  msgstr "Hey %s,"
1467
 
1468
+ #: templates/connect.php:162
1469
  msgid "Allow & Continue"
1470
  msgstr "Allow & Continue"
1471
 
1472
+ #: templates/connect.php:166
1473
  msgid "Re-send activation email"
1474
  msgstr "Re-send activation email"
1475
 
1476
+ #: templates/connect.php:170
1477
  msgid "Thanks %s!"
1478
  msgstr "Thanks %s!"
1479
 
1480
+ #: templates/connect.php:180, templates/forms/license-activation.php:46
1481
  msgid "Agree & Activate License"
1482
  msgstr "Agree & Activate License"
1483
 
1484
+ #: templates/connect.php:189
1485
  msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1486
  msgstr "Thanks for purchasing %s! To get started, please enter your license key:"
1487
 
1488
+ #: templates/connect.php:196
1489
  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."
1490
  msgstr "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
1491
 
1492
+ #: templates/connect.php:197
1493
  msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1494
  msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1495
 
1496
+ #: templates/connect.php:203
1497
  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."
1498
  msgstr "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."
1499
 
1500
+ #: templates/connect.php:204
1501
  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."
1502
  msgstr "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."
1503
 
1504
+ #: templates/connect.php:238
1505
  msgid "We're excited to introduce the Freemius network-level integration."
1506
  msgstr "We're excited to introduce the Freemius network-level integration."
1507
 
1508
+ #: templates/connect.php:241
1509
  msgid "During the update process we detected %d site(s) that are still pending license activation."
1510
  msgstr "During the update process we detected %d site(s) that are still pending license activation."
1511
 
1512
+ #: templates/connect.php:243
1513
  msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1514
  msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1515
 
1516
+ #: templates/connect.php:245
1517
  msgid "%s's paid features"
1518
  msgstr "%s's paid features"
1519
 
1520
+ #: templates/connect.php:250
1521
  msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1522
  msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1523
 
1524
+ #: templates/connect.php:252
1525
  msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1526
  msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
1527
 
1528
+ #: templates/connect.php:261, templates/forms/data-debug-mode.php:35, templates/forms/license-activation.php:49
1529
  msgid "License key"
1530
  msgstr "License key"
1531
 
1532
+ #: templates/connect.php:264, templates/forms/license-activation.php:22
1533
  msgid "Can't find your license key?"
1534
  msgstr "Can't find your license key?"
1535
 
1536
+ #: templates/connect.php:323, templates/connect.php:694, templates/forms/deactivation/retry-skip.php:20
1537
  msgctxt "verb"
1538
  msgid "Skip"
1539
  msgstr "Skip"
1540
 
1541
+ #: templates/connect.php:326
1542
  msgid "Delegate to Site Admins"
1543
  msgstr "Delegate to Site Admins"
1544
 
1545
+ #: templates/connect.php:326
1546
  msgid "If you click it, this decision will be delegated to the sites administrators."
1547
  msgstr "If you click it, this decision will be delegated to the sites administrators."
1548
 
1549
+ #: templates/connect.php:364
1550
  msgid "Your Profile Overview"
1551
  msgstr "Your Profile Overview"
1552
 
1553
+ #: templates/connect.php:365
1554
  msgid "Name and email address"
1555
  msgstr "Name and email address"
1556
 
1557
+ #: templates/connect.php:372
1558
  msgid "Your Site Overview"
1559
  msgstr "Your Site Overview"
1560
 
1561
+ #: templates/connect.php:373
1562
+ msgid "Site URL, WP version, PHP info"
1563
+ msgstr "Site URL, WP version, PHP info"
1564
 
1565
+ #: templates/connect.php:379
1566
  msgid "Admin Notices"
1567
  msgstr "Admin Notices"
1568
 
1569
+ #: templates/connect.php:380, templates/connect.php:396
1570
  msgid "Updates, announcements, marketing, no spam"
1571
  msgstr "Updates, announcements, marketing, no spam"
1572
 
1573
+ #: templates/connect.php:386
1574
  msgid "Current %s Events"
1575
  msgstr "Current %s Events"
1576
 
1577
+ #: templates/connect.php:387
1578
  msgid "Activation, deactivation and uninstall"
1579
  msgstr "Activation, deactivation and uninstall"
1580
 
1581
+ #: templates/connect.php:395
1582
  msgid "Newsletter"
1583
  msgstr "Newsletter"
1584
 
1585
+ #: templates/connect.php:403
1586
+ msgid "Plugins & Themes"
1587
+ msgstr "Plugins & Themes"
1588
+
1589
+ #: templates/connect.php:404
1590
+ msgid "Title, slug, version, and is active"
1591
+ msgstr "Title, slug, version, and is active"
1592
+
1593
+ #: templates/connect.php:420, templates/forms/license-activation.php:41
1594
  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."
1595
  msgstr "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."
1596
 
1597
+ #: templates/connect.php:425
1598
  msgid "What permissions are being granted?"
1599
  msgstr "What permissions are being granted?"
1600
 
1601
+ #: templates/connect.php:451
1602
  msgid "Don't have a license key?"
1603
  msgstr "Don't have a license key?"
1604
 
1605
+ #: templates/connect.php:454
1606
  msgid "Have a license key?"
1607
  msgstr "Have a license key?"
1608
 
1609
+ #: templates/connect.php:462
1610
  msgid "Privacy Policy"
1611
  msgstr "Privacy Policy"
1612
 
1613
+ #: templates/connect.php:464
1614
  msgid "License Agreement"
1615
  msgstr "License Agreement"
1616
 
1617
+ #: templates/connect.php:464
1618
  msgid "Terms of Service"
1619
  msgstr "Terms of Service"
1620
 
1621
+ #: templates/connect.php:853
1622
  msgctxt "as in the process of sending an email"
1623
  msgid "Sending email"
1624
  msgstr "Sending email"
1625
 
1626
+ #: templates/connect.php:854
1627
  msgctxt "as activating plugin"
1628
  msgid "Activating"
1629
  msgstr "Activating"
1651
  msgid "Debugging"
1652
  msgstr "Debugging"
1653
 
1654
+ #: templates/debug.php:52, templates/debug.php:248, templates/debug.php:374, templates/debug.php:510
1655
  msgid "Actions"
1656
  msgstr "Actions"
1657
 
1658
+ #: templates/debug.php:62
1659
  msgid "Are you sure you want to delete all Freemius data?"
1660
  msgstr "Are you sure you want to delete all Freemius data?"
1661
 
1662
+ #: templates/debug.php:62
1663
  msgid "Delete All Accounts"
1664
  msgstr "Delete All Accounts"
1665
 
1666
+ #: templates/debug.php:69
1667
  msgid "Clear API Cache"
1668
  msgstr "Clear API Cache"
1669
 
1670
+ #: templates/debug.php:77
1671
  msgid "Clear Updates Transients"
1672
  msgstr "Clear Updates Transients"
1673
 
1674
+ #: templates/debug.php:84
1675
  msgid "Sync Data From Server"
1676
  msgstr "Sync Data From Server"
1677
 
1678
+ #: templates/debug.php:93
1679
  msgid "Migrate Options to Network"
1680
  msgstr "Migrate Options to Network"
1681
 
1682
+ #: templates/debug.php:98
1683
  msgid "Load DB Option"
1684
  msgstr "Load DB Option"
1685
 
1686
+ #: templates/debug.php:101
1687
  msgid "Set DB Option"
1688
  msgstr "Set DB Option"
1689
 
1690
+ #: templates/debug.php:180
1691
  msgid "Key"
1692
  msgstr "Key"
1693
 
1694
+ #: templates/debug.php:181
1695
  msgid "Value"
1696
  msgstr "Value"
1697
 
1698
+ #: templates/debug.php:197
1699
  msgctxt "as software development kit versions"
1700
  msgid "SDK Versions"
1701
  msgstr "SDK Versions"
1702
 
1703
+ #: templates/debug.php:202
1704
  msgid "SDK Path"
1705
  msgstr "SDK Path"
1706
 
1707
+ #: templates/debug.php:203, templates/debug.php:242
1708
  msgid "Module Path"
1709
  msgstr "Module Path"
1710
 
1711
+ #: templates/debug.php:204
1712
  msgid "Is Active"
1713
  msgstr "Is Active"
1714
 
1715
+ #: templates/debug.php:232, templates/debug/plugins-themes-sync.php:35
1716
  msgid "Plugins"
1717
  msgstr "Plugins"
1718
 
1719
+ #: templates/debug.php:232, templates/debug/plugins-themes-sync.php:56
1720
  msgid "Themes"
1721
  msgstr "Themes"
1722
 
1723
+ #: templates/debug.php:237, templates/debug.php:368, templates/debug.php:454, templates/debug/scheduled-crons.php:80
1724
  msgid "Slug"
1725
  msgstr "Slug"
1726
 
1727
+ #: templates/debug.php:239, templates/debug.php:453
1728
  msgid "Title"
1729
  msgstr "Title"
1730
 
1731
+ #: templates/debug.php:240
1732
  msgctxt "as application program interface"
1733
  msgid "API"
1734
  msgstr "API"
1735
 
1736
+ #: templates/debug.php:241
1737
  msgid "Freemius State"
1738
  msgstr "Freemius State"
1739
 
1740
+ #: templates/debug.php:245
1741
  msgid "Network Blog"
1742
  msgstr "Network Blog"
1743
 
1744
+ #: templates/debug.php:246
1745
  msgid "Network User"
1746
  msgstr "Network User"
1747
 
1748
+ #: templates/debug.php:283
1749
  msgctxt "as connection was successful"
1750
  msgid "Connected"
1751
  msgstr "Connected"
1752
 
1753
+ #: templates/debug.php:284
1754
  msgctxt "as connection blocked"
1755
  msgid "Blocked"
1756
  msgstr "Blocked"
1757
 
1758
+ #: templates/debug.php:320
1759
  msgid "Simulate Trial Promotion"
1760
  msgstr "Simulate Trial Promotion"
1761
 
1762
+ #: templates/debug.php:332
1763
  msgid "Simulate Network Upgrade"
1764
  msgstr "Simulate Network Upgrade"
1765
 
1766
+ #: templates/debug.php:357
1767
  msgid "%s Installs"
1768
  msgstr "%s Installs"
1769
 
1770
+ #: templates/debug.php:359
1771
  msgctxt "like websites"
1772
  msgid "Sites"
1773
  msgstr "Sites"
1774
 
1775
+ #: templates/debug.php:365, templates/account/partials/site.php:156
1776
  msgid "Blog ID"
1777
  msgstr "Blog ID"
1778
 
1779
+ #: templates/debug.php:370
1780
  msgid "License ID"
1781
  msgstr "License ID"
1782
 
1783
+ #: templates/debug.php:434, templates/debug.php:533, templates/account/partials/addon.php:435
1784
  msgctxt "verb"
1785
  msgid "Delete"
1786
  msgstr "Delete"
1787
 
1788
+ #: templates/debug.php:448
1789
  msgid "Add Ons of module %s"
1790
  msgstr "Add Ons of module %s"
1791
 
1792
+ #: templates/debug.php:500
1793
  msgid "Users"
1794
  msgstr "Users"
1795
 
1796
+ #: templates/debug.php:507
1797
  msgid "Verified"
1798
  msgstr "Verified"
1799
 
1800
+ #: templates/debug.php:549
1801
  msgid "%s Licenses"
1802
  msgstr "%s Licenses"
1803
 
1804
+ #: templates/debug.php:554
1805
  msgid "Plugin ID"
1806
  msgstr "Plugin ID"
1807
 
1808
+ #: templates/debug.php:556
1809
  msgid "Plan ID"
1810
  msgstr "Plan ID"
1811
 
1812
+ #: templates/debug.php:557
1813
  msgid "Quota"
1814
  msgstr "Quota"
1815
 
1816
+ #: templates/debug.php:558
1817
  msgid "Activated"
1818
  msgstr "Activated"
1819
 
1820
+ #: templates/debug.php:559
1821
  msgid "Blocking"
1822
  msgstr "Blocking"
1823
 
1824
+ #: templates/debug.php:560, templates/debug.php:631, templates/debug/logger.php:22
1825
+ msgid "Type"
1826
+ msgstr "Type"
1827
+
1828
+ #: templates/debug.php:562
1829
  msgctxt "as expiration date"
1830
  msgid "Expiration"
1831
  msgstr "Expiration"
1870
  msgid "Download"
1871
  msgstr "Download"
1872
 
 
 
 
 
1873
  #: templates/debug.php:636, templates/debug/logger.php:26
1874
  msgid "Timestamp"
1875
  msgstr "Timestamp"
2212
  msgid "Update License"
2213
  msgstr "Update License"
2214
 
2215
+ #: templates/forms/license-activation.php:181
2216
+ msgid "Associate with the license owner's account."
2217
+ msgstr "Associate with the license owner's account."
2218
+
2219
  #: templates/forms/optout.php:30
2220
  msgctxt "verb"
2221
  msgid "Opt Out"
2226
  msgid "Opt In"
2227
  msgstr "Opt In"
2228
 
2229
+ #: templates/forms/optout.php:34
2230
+ msgid "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
2231
+ msgstr "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
2232
+
2233
+ #: templates/forms/optout.php:36
2234
+ msgid "Warning: Opting out will block automatic updates"
2235
+ msgstr "Warning: Opting out will block automatic updates"
2236
+
2237
+ #: templates/forms/optout.php:37
2238
+ 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."
2239
+ msgstr "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."
2240
+
2241
+ #: templates/forms/optout.php:39
2242
+ msgid "I'd like to keep automatic updates"
2243
+ msgstr "I'd like to keep automatic updates"
2244
+
2245
+ #: templates/forms/optout.php:44
2246
  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."
2247
  msgstr "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."
2248
 
2249
+ #: templates/forms/optout.php:45
2250
+ msgid "On second thought - I want to continue helping"
2251
+ msgstr "On second thought - I want to continue helping"
2252
+
2253
+ #: templates/forms/optout.php:49
2254
  msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2255
  msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2256
 
2257
+ #: templates/forms/optout.php:74
2258
+ msgid "Plugins & themes tracking"
2259
+ msgstr "Plugins & themes tracking"
2260
+
2261
+ #: templates/forms/optout.php:256
2262
+ msgid "Saved"
2263
+ msgstr "Saved"
2264
+
2265
  #: templates/forms/premium-versions-upgrade-handler.php:40
2266
  msgid "There is a new version of %s available."
2267
  msgstr "There is a new version of %s available."
2331
  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."
2332
  msgstr "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."
2333
 
2334
+ #: templates/forms/user-change.php:26
2335
+ msgid "By changing the user, you agree to transfer the account ownership to:"
2336
+ msgstr "By changing the user, you agree to transfer the account ownership to:"
2337
+
2338
+ #: templates/forms/user-change.php:28
2339
+ msgid "I Agree - Change User"
2340
+ msgstr "I Agree - Change User"
2341
+
2342
+ #: templates/forms/user-change.php:30
2343
+ msgid "Enter email address"
2344
+ msgstr "Enter email address"
2345
+
2346
+ #: templates/forms/user-change.php:81
2347
+ msgctxt "close window"
2348
+ msgid "Dismiss"
2349
+ msgstr "Dismiss"
2350
+
2351
  #: templates/js/style-premium-theme.php:39
2352
  msgid "Premium"
2353
  msgstr "Premium"
includes/vendor/freemius/wordpress-sdk/languages/freemius-es_ES.mo CHANGED
Binary file
includes/vendor/freemius/wordpress-sdk/languages/freemius-es_ES.po CHANGED
@@ -1,13 +1,13 @@
1
  # Copyright (C) 2019 freemius
2
  # This file is distributed under the same license as the freemius package.
3
  # Translators:
4
- # Carlos Longarela <carlos@longarela.eu>, 2017-2018
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WordPress SDK\n"
8
  "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
9
  "POT-Creation-Date: \n"
10
- "PO-Revision-Date: 2019-10-07 15:33+0000\n"
11
  "Last-Translator: Vova Feldman <vova@freemius.com>\n"
12
  "Language: es_ES\n"
13
  "Language-Team: Spanish (Spain) (http://www.transifex.com/freemius/wordpress-sdk/language/es_ES/)\n"
@@ -21,802 +21,811 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
23
 
24
- #: includes/class-freemius.php1880, templates/account.php:840
25
  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."
26
- msgstr "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."
27
 
28
- #: includes/class-freemius.php:1887
29
  msgid "Would you like to proceed with the update?"
30
- msgstr "Would you like to proceed with the update?"
31
 
32
- #: includes/class-freemius.php:2095
33
  msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
34
  msgstr "Freemius SDK no pudo encontrar el archivo principal del plugin. Por favor contacta a sdk@freemius.com con el error actual."
35
 
36
- #: includes/class-freemius.php:2097
37
  msgid "Error"
38
  msgstr "Error"
39
 
40
- #: includes/class-freemius.php:2491
41
  msgid "I found a better %s"
42
  msgstr "He encontrado un %s mejor"
43
 
44
- #: includes/class-freemius.php:2493
45
  msgid "What's the %s's name?"
46
  msgstr "¿Cuál es el nombre de %s?"
47
 
48
- #: includes/class-freemius.php:2499
49
  msgid "It's a temporary %s. I'm just debugging an issue."
50
  msgstr "Es una %stemporal . Sólo estoy depurando un problema"
51
 
52
- #: includes/class-freemius.php:2501
53
  msgid "Deactivation"
54
  msgstr "Desactivación"
55
 
56
- #: includes/class-freemius.php:2502
57
  msgid "Theme Switch"
58
  msgstr "Cambiar tema"
59
 
60
- #: includes/class-freemius.php2511, templates/forms/resend-key.php:24
 
61
  msgid "Other"
62
  msgstr "Otra"
63
 
64
- #: includes/class-freemius.php:2519
65
  msgid "I no longer need the %s"
66
  msgstr "Ya no necesito el %s"
67
 
68
- #: includes/class-freemius.php:2526
69
  msgid "I only needed the %s for a short period"
70
  msgstr "Sólo necesitaba la %s por un corto período"
71
 
72
- #: includes/class-freemius.php:2532
73
  msgid "The %s broke my site"
74
  msgstr "%s ha roto mi sitio"
75
 
76
- #: includes/class-freemius.php:2539
77
  msgid "The %s suddenly stopped working"
78
  msgstr "%s de repente ha dejado de funcionar"
79
 
80
- #: includes/class-freemius.php:2549
81
  msgid "I can't pay for it anymore"
82
  msgstr "No puedo pagarlo durante más tiempo"
83
 
84
- #: includes/class-freemius.php:2551
85
  msgid "What price would you feel comfortable paying?"
86
  msgstr "¿Con qué precio te sentirías cómodo pagando?"
87
 
88
- #: includes/class-freemius.php:2557
89
  msgid "I don't like to share my information with you"
90
  msgstr "No me gusta compartir mi información contigo"
91
 
92
- #: includes/class-freemius.php:2578
93
  msgid "The %s didn't work"
94
  msgstr "El %s no funcionaba"
95
 
96
- #: includes/class-freemius.php:2588
97
  msgid "I couldn't understand how to make it work"
98
  msgstr "No entiendo cómo hacerlo funcionar"
99
 
100
- #: includes/class-freemius.php:2596
101
  msgid "The %s is great, but I need specific feature that you don't support"
102
  msgstr "%s es genial, pero necesito una característica que no soportáis"
103
 
104
- #: includes/class-freemius.php:2598
105
  msgid "What feature?"
106
  msgstr "¿Qué característica?"
107
 
108
- #: includes/class-freemius.php:2602
109
  msgid "The %s is not working"
110
  msgstr " El %s no funciona"
111
 
112
- #: includes/class-freemius.php:2604
113
  msgid "Kindly share what didn't work so we can fix it for future users..."
114
  msgstr "Por favor, comparte lo que no funcionó para que podamos arreglarlo para los futuros usuarios..."
115
 
116
- #: includes/class-freemius.php:2608
117
  msgid "It's not what I was looking for"
118
  msgstr "No es lo que estaba buscando"
119
 
120
- #: includes/class-freemius.php:2610
121
  msgid "What you've been looking for?"
122
  msgstr "¿Que has estado buscando?"
123
 
124
- #: includes/class-freemius.php:2614
125
  msgid "The %s didn't work as expected"
126
  msgstr " El %s no funciona como esperaba"
127
 
128
- #: includes/class-freemius.php:2616
129
  msgid "What did you expect?"
130
  msgstr "¿Qué esperas?"
131
 
132
- #: includes/class-freemius.php3471, templates/debug.php:20
133
  msgid "Freemius Debug"
134
  msgstr "Debug Freemius"
135
 
136
- #: includes/class-freemius.php:4223
137
  msgid "I don't know what is cURL or how to install it, help me!"
138
  msgstr "No sé qué es cURL o cómo instalarlo, ¡ayúdame!"
139
 
140
- #: includes/class-freemius.php:4225
141
  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."
142
  msgstr "Nos aseguraremos de ponernos en contacto con tu empresa de alojamiento web y resolver el problema. Recibirás un correo electrónico de seguimiento a %s tan pronto tengamos una actualización."
143
 
144
- #: includes/class-freemius.php:4232
145
  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."
146
  msgstr "Genial, por favor instala cURL y habilítalo en el archivo php.ini. Además, busca la directiva 'disable_functions' en el archivo php.ini y quita cualquier método que comienza con 'curl_'. Para asegurarte de que se activó con éxito, utiliza 'phpinfo()'. Una vez activado, desactiva el %s y reactívalo de nuevo."
147
 
148
- #: includes/class-freemius.php:4337
149
  msgid "Yes - do your thing"
150
  msgstr "Vamos, adelante"
151
 
152
- #: includes/class-freemius.php:4342
153
  msgid "No - just deactivate"
154
  msgstr "No - sólo desactivar"
155
 
156
- #: includes/class-freemius.php4387, includes/class-freemius.php4881,
157
- #: includes/class-freemius.php6032, includes/class-freemius.php13153,
158
- #: includes/class-freemius.php16558, includes/class-freemius.php16646,
159
- #: includes/class-freemius.php16812, includes/class-freemius.php19040,
160
- #: includes/class-freemius.php19381, includes/class-freemius.php19391,
161
- #: includes/class-freemius.php20051, includes/class-freemius.php20924,
162
- #: includes/class-freemius.php21039, includes/class-freemius.php21183,
163
- #: templates/add-ons.php:57
164
  msgctxt "exclamation"
165
  msgid "Oops"
166
  msgstr "Oops"
167
 
168
- #: includes/class-freemius.php:4456
169
  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."
170
  msgstr "¡Gracias por darnos la oportunidad de arreglarlo! Acabamos de enviar un mensaje a nuestro personal técnico. Nos pondremos en contacto contigo tan pronto como tengamos una actualización de %s. Apreciamos tu paciencia."
171
 
172
- #: includes/class-freemius.php:4878
173
  msgctxt "addonX cannot run without pluginY"
174
  msgid "%s cannot run without %s."
175
  msgstr "%s no se puede ejecutar sin %s."
176
 
177
- #: includes/class-freemius.php:4879
178
  msgctxt "addonX cannot run..."
179
  msgid "%s cannot run without the plugin."
180
  msgstr "%s no se puede ejecutar sin el plugin."
181
 
182
- #: includes/class-freemius.php5052, includes/class-freemius.php5077,
183
- #: includes/class-freemius.php:20122
184
  msgid "Unexpected API error. Please contact the %s's author with the following error."
185
  msgstr "Error inesperado del API. Pónte en contacto con el autor de %s indicándole el siguiente error."
186
 
187
- #: includes/class-freemius.php:5720
188
  msgid "Premium %s version was successfully activated."
189
  msgstr "La versión Premium %s ha sido activada con éxito."
190
 
191
- #: includes/class-freemius.php5732, includes/class-freemius.php:7599
192
  msgctxt ""
193
  msgid "W00t"
194
  msgstr "W00t"
195
 
196
- #: includes/class-freemius.php:5747
197
  msgid "You have a %s license."
198
  msgstr "Tienes una licencia %s."
199
 
200
- #: includes/class-freemius.php5751, includes/class-freemius.php15975,
201
- #: includes/class-freemius.php15986, includes/class-freemius.php19292,
202
- #: includes/class-freemius.php19642, includes/class-freemius.php19711,
203
- #: includes/class-freemius.php:19876
204
  msgctxt "interjection expressing joy or exuberance"
205
  msgid "Yee-haw"
206
  msgstr "Vaya"
207
 
208
- #: includes/class-freemius.php:6015
209
  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."
210
  msgstr "la prueba gratuita de %s fue cancelada con éxito. Puesto que el complemento es sólo premium se desactivó automáticamente. Si quieres utilizarlo en el futuro, deberás comprar una licencia."
211
 
212
- #: includes/class-freemius.php:6019
213
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
214
  msgstr "%s es un complemento único de premium. Tienes que comprar una licencia primero antes de activar el plugin."
215
 
216
- #: includes/class-freemius.php6028, templates/add-ons.php186,
217
  #: templates/account/partials/addon.php:381
218
  msgid "More information about %s"
219
  msgstr "Más información sobre %s"
220
 
221
- #: includes/class-freemius.php:6029
222
  msgid "Purchase License"
223
  msgstr "Comprar licencia"
224
 
225
- #: includes/class-freemius.php6964, templates/connect.php:163
226
  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."
227
  msgstr "Recibirás un correo de activación para %s en tu buzón en %s. Por favor, asegúrate de hacer clic en el botón de activación en ese correo electrónico para %s."
228
 
229
- #: includes/class-freemius.php:6968
230
  msgid "start the trial"
231
  msgstr "comenzar el período de prueba"
232
 
233
- #: includes/class-freemius.php6969, templates/connect.php:167
234
  msgid "complete the install"
235
  msgstr "completar la instalación"
236
 
237
- #: includes/class-freemius.php:7081
238
  msgid "You are just one step away - %s"
239
  msgstr "Estás a sólo un paso - %s"
240
 
241
- #: includes/class-freemius.php:7084
242
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
243
  msgid "Complete \"%s\" Activation Now"
244
  msgstr "Completar la activación de \"%s\" ahora"
245
 
246
- #: includes/class-freemius.php:7162
247
  msgid "We made a few tweaks to the %s, %s"
248
  msgstr "Hemos realizado algunas optimizaciones al %s, %s"
249
 
250
- #: includes/class-freemius.php:7166
251
  msgid "Opt in to make \"%s\" better!"
252
  msgstr "¡Inscríbite para hacer \"%s\" Mejor!"
253
 
254
- #: includes/class-freemius.php:7598
255
  msgid "The upgrade of %s was successfully completed."
256
  msgstr "La actualización de %s se completó con éxito."
257
 
258
- #: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
259
- #: includes/class-fs-plugin-updater.php1233,
260
- #: includes/class-fs-plugin-updater.php1240,
261
  #: templates/auto-installation.php:32
262
  msgid "Add-On"
263
  msgstr "Complemento"
264
 
265
- #: includes/class-freemius.php9804, templates/account.php335,
266
- #: templates/account.php343, templates/debug.php360, templates/debug.php:551
267
  msgid "Plugin"
268
  msgstr "Plugin"
269
 
270
- #: includes/class-freemius.php9805, templates/account.php336,
271
- #: templates/account.php344, templates/debug.php360, templates/debug.php551,
272
  #: templates/forms/deactivation/form.php:71
273
  msgid "Theme"
274
  msgstr "Tema"
275
 
276
- #: includes/class-freemius.php:12596
277
  msgid "An unknown error has occurred while trying to set the user's beta mode."
278
- msgstr "An unknown error has occurred while trying to set the user's beta mode."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
279
 
280
- #: includes/class-freemius.php:13020
281
  msgid "Invalid site details collection."
282
  msgstr "Colección de detalles del sitio no válida."
283
 
284
- #: includes/class-freemius.php:13140
285
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
286
  msgstr "No podemos encontrar tu dirección de correo electrónico en el sistema, ¿estás seguro de que es la dirección de correo electrónico correcta?"
287
 
288
- #: includes/class-freemius.php:13142
289
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
290
  msgstr "No vemos ninguna licencia activa asociada a esa dirección de correo electrónico, ¿estás seguro de que es la dirección de correo electrónico correcta?"
291
 
292
- #: includes/class-freemius.php:13416
293
  msgid "Account is pending activation."
294
  msgstr "La cuenta está pendiente de activación"
295
 
296
- #: includes/class-freemius.php13528,
297
  #: templates/forms/premium-versions-upgrade-handler.php:47
298
  msgid "Buy a license now"
299
  msgstr "Compra una licencia ahora"
300
 
301
- #: includes/class-freemius.php13540,
302
  #: templates/forms/premium-versions-upgrade-handler.php:46
303
  msgid "Renew your license now"
304
  msgstr "Renueva tu licencia ahora"
305
 
306
- #: includes/class-freemius.php:13544
307
  msgid "%s to access version %s security & feature updates, and support."
308
  msgstr "%s para acceder a la versión %s de actualizaciones de funciones, seguridad y soporte."
309
 
310
- #: includes/class-freemius.php:15957
311
  msgid "%s activation was successfully completed."
312
  msgstr "%s activación se completó con éxito."
313
 
314
- #: includes/class-freemius.php:15971
315
  msgid "Your account was successfully activated with the %s plan."
316
  msgstr "Tu cuenta se ha activado correctamente con el plan %s."
317
 
318
- #: includes/class-freemius.php15982, includes/class-freemius.php:19707
319
  msgid "Your trial has been successfully started."
320
  msgstr "Tu versión de prueba se ha iniciado con éxito."
321
 
322
- #: includes/class-freemius.php16556, includes/class-freemius.php16644,
323
- #: includes/class-freemius.php:16810
324
  msgid "Couldn't activate %s."
325
  msgstr "No se puede activar %s."
326
 
327
- #: includes/class-freemius.php16557, includes/class-freemius.php16645,
328
- #: includes/class-freemius.php:16811
329
  msgid "Please contact us with the following message:"
330
  msgstr "Por favor contáctanos con el siguiente mensaje:"
331
 
332
- #: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
333
  msgid "An unknown error has occurred."
334
- msgstr "An unknown error has occurred."
335
 
336
- #: includes/class-freemius.php17168, includes/class-freemius.php:22082
337
  msgid "Upgrade"
338
  msgstr "Actualizar"
339
 
340
- #: includes/class-freemius.php:17174
341
  msgid "Start Trial"
342
  msgstr "Comenzar el período de prueba"
343
 
344
- #: includes/class-freemius.php:17176
345
  msgid "Pricing"
346
  msgstr "Precio"
347
 
348
- #: includes/class-freemius.php17256, includes/class-freemius.php:17258
349
  msgid "Affiliation"
350
  msgstr "Afiliación"
351
 
352
- #: includes/class-freemius.php17286, includes/class-freemius.php17288,
353
- #: templates/account.php183, templates/debug.php:326
354
  msgid "Account"
355
  msgstr "Cuenta"
356
 
357
- #: includes/class-freemius.php17302, includes/class-freemius.php17304,
358
  #: includes/customizer/class-fs-customizer-support-section.php:60
359
  msgid "Contact Us"
360
  msgstr "Contáctanos"
361
 
362
- #: includes/class-freemius.php17315, includes/class-freemius.php17317,
363
- #: includes/class-freemius.php22096, templates/account.php111,
364
  #: templates/account/partials/addon.php:44
365
  msgid "Add-Ons"
366
  msgstr "Complementos"
367
 
368
- #: includes/class-freemius.php:17351
369
  msgctxt "ASCII arrow left icon"
370
  msgid "&#x2190;"
371
  msgstr "&#x2190;"
372
 
373
- #: includes/class-freemius.php:17351
374
  msgctxt "ASCII arrow right icon"
375
  msgid "&#x27a4;"
376
  msgstr "&#x27a4;"
377
 
378
- #: includes/class-freemius.php17353, templates/pricing.php:103
379
  msgctxt "noun"
380
  msgid "Pricing"
381
  msgstr "Precio"
382
 
383
- #: includes/class-freemius.php17566,
384
  #: includes/customizer/class-fs-customizer-support-section.php:67
385
  msgid "Support Forum"
386
  msgstr "Foro de soporte"
387
 
388
- #: includes/class-freemius.php:18536
389
  msgid "Your email has been successfully verified - you are AWESOME!"
390
  msgstr "Tu email ha sido verificado correctamente - ¡Eres IMPRESIONANTE!"
391
 
392
- #: includes/class-freemius.php:18537
393
  msgctxt "a positive response"
394
  msgid "Right on"
395
  msgstr "Bien hecho"
396
 
397
- #: includes/class-freemius.php:19041
398
  msgid "seems like the key you entered doesn't match our records."
399
  msgstr "seems like the key you entered doesn't match our records."
400
 
401
- #: includes/class-freemius.php:19065
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 "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."
404
 
405
- #: includes/class-freemius.php:19283
406
  msgid "Your %s Add-on plan was successfully upgraded."
407
  msgstr "Tu complemento %s del plan se actualizó con éxito."
408
 
409
- #: includes/class-freemius.php:19285
410
  msgid "%s Add-on was successfully purchased."
411
  msgstr "El complemento %s ha sido comprado correctamente."
412
 
413
- #: includes/class-freemius.php:19288
414
  msgid "Download the latest version"
415
  msgstr "Descargar la última versión"
416
 
417
- #: includes/class-freemius.php:19374
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 "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
420
 
421
- #: includes/class-freemius.php19380, includes/class-freemius.php19390,
422
- #: includes/class-freemius.php19835, includes/class-freemius.php:19924
423
  msgid "Error received from the server:"
424
  msgstr "Error recibido del servidor:"
425
 
426
- #: includes/class-freemius.php:19390
427
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
428
  msgstr "Parece que uno de los parámetros de autenticación es incorrecto. Actualiza tu clave pública, clave secreta e ID de usuario e inténtelo de nuevo."
429
 
430
- #: includes/class-freemius.php19604, includes/class-freemius.php19840,
431
- #: includes/class-freemius.php19895, includes/class-freemius.php:19998
432
  msgctxt ""
433
  msgid "Hmm"
434
  msgstr "Hmm"
435
 
436
- #: includes/class-freemius.php:19617
437
  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."
438
  msgstr "Parece que todavía estás en el plan %s. Si actualizaste o cambiaste tu plan, probablemente sea un problema de nuestra parte - lo sentimos."
439
 
440
- #: includes/class-freemius.php19618, templates/account.php113,
441
  #: templates/add-ons.php250, templates/account/partials/addon.php:46
442
  msgctxt "trial period"
443
  msgid "Trial"
444
  msgstr "Período de Prueba Gratuito"
445
 
446
- #: includes/class-freemius.php:19623
447
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
448
  msgstr "He actualizado mi cuenta, pero cuando intento sincronizar la licencia, el plan sigue siendo %s."
449
 
450
- #: includes/class-freemius.php19627, includes/class-freemius.php:19686
451
  msgid "Please contact us here"
452
  msgstr "Contacta aquí con nosotros"
453
 
454
- #: includes/class-freemius.php:19638
455
  msgid "Your plan was successfully activated."
456
- msgstr "Your plan was successfully activated."
457
 
458
- #: includes/class-freemius.php:19639
459
  msgid "Your plan was successfully upgraded."
460
  msgstr "Tu plan se actualizó con éxito."
461
 
462
- #: includes/class-freemius.php:19656
463
  msgid "Your plan was successfully changed to %s."
464
  msgstr "Tu plan se cambió correctamente a %s."
465
 
466
- #: includes/class-freemius.php:19672
467
  msgid "Your license has expired. You can still continue using the free %s forever."
468
  msgstr "Tu licencia ha caducado. Puedes seguir usando el plan gratuito %s para siempre."
469
 
470
- #: includes/class-freemius.php:19674
471
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
472
  msgstr "Tu licencia ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones."
473
 
474
- #: includes/class-freemius.php:19682
475
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
476
  msgstr "Tu licencia ha sido cancelada. Si crees que es un error, ponte en contacto con el servicio de asistencia."
477
 
478
- #: includes/class-freemius.php:19695
479
  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."
480
  msgstr "Tu licencia ha caducado. Todavía puedes seguir usando todas las funciones de %s, pero tendrás que renovar tu licencia para seguir recibiendo actualizaciones y soporte."
481
 
482
- #: includes/class-freemius.php:19721
483
  msgid "Your free trial has expired. You can still continue using all our free features."
484
  msgstr "Tu período de prueba ha caducado. Todavía puedes seguir usando todas nuestras funciones gratuitas."
485
 
486
- #: includes/class-freemius.php:19723
487
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
488
  msgstr "Tu período de prueba ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones."
489
 
490
- #: includes/class-freemius.php:19831
491
  msgid "It looks like the license could not be activated."
492
  msgstr "Parece que la licencia no se pudo activar."
493
 
494
- #: includes/class-freemius.php:19873
495
  msgid "Your license was successfully activated."
496
  msgstr "Tu licencia fue activada correctamente."
497
 
498
- #: includes/class-freemius.php:19899
499
  msgid "It looks like your site currently doesn't have an active license."
500
  msgstr "Parece que tu sitio actualmente no tiene una licencia activa."
501
 
502
- #: includes/class-freemius.php:19923
503
  msgid "It looks like the license deactivation failed."
504
  msgstr "Parece que la desactivación de licencia ha fallado."
505
 
506
- #: includes/class-freemius.php:19951
 
 
 
 
507
  msgid "Your license was successfully deactivated, you are back to the %s plan."
508
  msgstr "Tu licencia fue desactivada correctamente, has vuelto al plan %s."
509
 
510
- #: includes/class-freemius.php:19952
511
  msgid "O.K"
512
  msgstr "O.K"
513
 
514
- #: includes/class-freemius.php:20005
515
  msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
516
  msgstr "Parece que estamos teniendo algún problema temporal con tu cancelación de la suscripción. Vuelve a intentarlo en unos minutos."
517
 
518
- #: includes/class-freemius.php:20014
519
  msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
520
  msgstr "Tu suscripción ha sido cancelada correctamente. Tu %s licencia del plan caducará en %s."
521
 
522
- #: includes/class-freemius.php:20056
523
  msgid "You are already running the %s in a trial mode."
524
  msgstr "Estás ejecutando %s en modo de prueba."
525
 
526
- #: includes/class-freemius.php:20067
527
  msgid "You already utilized a trial before."
528
  msgstr "Ya utilizaste un período de prueba antes."
529
 
530
- #: includes/class-freemius.php:20081
531
  msgid "Plan %s do not exist, therefore, can't start a trial."
532
  msgstr "El plan %s no existe, por lo tanto, no puedes comenzar un período de prueba."
533
 
534
- #: includes/class-freemius.php:20092
535
  msgid "Plan %s does not support a trial period."
536
  msgstr "El plan %s no admite un período de prueba."
537
 
538
- #: includes/class-freemius.php:20103
539
  msgid "None of the %s's plans supports a trial period."
540
  msgstr "Ninguno de los planes de %s soportan un período de prueba."
541
 
542
- #: includes/class-freemius.php:20153
543
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
544
  msgstr "Parece que ya no estás en modo de prueba, así que no hay nada que cancelar :)"
545
 
546
- #: includes/class-freemius.php:20189
547
  msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
548
  msgstr "Parece que estamos teniendo algún problema temporal con tu cancelación de prueba. Vuelve a intentarlo en unos minutos."
549
 
550
- #: includes/class-freemius.php:20208
551
  msgid "Your %s free trial was successfully cancelled."
552
  msgstr "Tu prueba gratuita de %s fue cancelada con éxito."
553
 
554
- #: includes/class-freemius.php:20524
555
  msgid "Version %s was released."
556
  msgstr "La versión %s se ha lanzado."
557
 
558
- #: includes/class-freemius.php:20524
559
  msgid "Please download %s."
560
  msgstr "Por favor descarga %s."
561
 
562
- #: includes/class-freemius.php:20531
563
  msgid "the latest %s version here"
564
  msgstr "la última versión %s aquí"
565
 
566
- #: includes/class-freemius.php:20536
567
  msgid "New"
568
  msgstr "Nuevo"
569
 
570
- #: includes/class-freemius.php:20541
571
  msgid "Seems like you got the latest release."
572
  msgstr "Parece que tienes la última versión."
573
 
574
- #: includes/class-freemius.php:20542
575
  msgid "You are all good!"
576
  msgstr "¡Está todo listo!"
577
 
578
- #: includes/class-freemius.php:20812
579
  msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
580
  msgstr "El correo de verificación se acaba de enviar a %s. Si no puedes encontrarlo después de 5 min, comprueba tu carpeta de spam."
581
 
582
- #: includes/class-freemius.php:20951
583
  msgid "Site successfully opted in."
584
  msgstr "Sitio dado de alta correctamente."
585
 
586
- #: includes/class-freemius.php20952, includes/class-freemius.php:21792
587
  msgid "Awesome"
588
  msgstr "Increíble"
589
 
590
- #: includes/class-freemius.php20968, templates/forms/optout.php:32
591
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
592
  msgstr "Agradecemos tu ayuda para mejorar %s y por permitirnos rastrear algunos datos de uso."
593
 
594
- #: includes/class-freemius.php:20969
595
  msgid "Thank you!"
596
  msgstr "¡Gracias!"
597
 
598
- #: includes/class-freemius.php:20976
599
  msgid "We will no longer be sending any usage data of %s on %s to %s."
600
  msgstr "No continuaremos enviando datos de uso de %s en %s a %s."
601
 
602
- #: includes/class-freemius.php:21105
603
  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."
604
  msgstr "Comprueba tu buzón de correo, debes recibir un correo electrónico a través de %s para confirmar el cambio de propiedad. Por razones de seguridad, debes confirmar el cambio dentro de los próximos 15 min. Si no puedes encontrar el correo electrónico, comprueba tu carpeta de correo no deseado."
605
 
606
- #: includes/class-freemius.php:21111
607
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
608
  msgstr "Gracias por confirmar el cambio de propiedad. Se envió un correo electrónico a %s para su aprobación final."
609
 
610
- #: includes/class-freemius.php:21116
611
  msgid "%s is the new owner of the account."
612
  msgstr "%s es el nuevo dueño de la cuenta."
613
 
614
- #: includes/class-freemius.php:21118
615
  msgctxt "as congratulations"
616
  msgid "Congrats"
617
  msgstr "Felicidades"
618
 
619
- #: includes/class-freemius.php:21138
620
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
621
- msgstr "Lo sentimos, no podemos completar la actualización de correo electrónico. Ya hay registrado otro usuario con esa dirección de correo electrónico."
622
-
623
- #: includes/class-freemius.php:21139
624
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
625
- msgstr "Si deseas renunciar a la titularidad de la cuenta de %s a %s haz clic en el botón de cambio de titularidad."
626
-
627
- #: includes/class-freemius.php:21146
628
- msgid "Change Ownership"
629
- msgstr "Cambiar propietario"
630
-
631
- #: includes/class-freemius.php:21154
632
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
633
  msgstr "Se actualizó correctamente tu correo electrónico. Recibirás un correo electrónico con las instrucciones de confirmación en unos momentos."
634
 
635
- #: includes/class-freemius.php:21166
636
  msgid "Please provide your full name."
637
  msgstr "Por favor, dinos tu nombre completo."
638
 
639
- #: includes/class-freemius.php:21171
640
  msgid "Your name was successfully updated."
641
  msgstr "Tu nombre fue actualizado correctamente."
642
 
643
- #: includes/class-freemius.php:21232
644
  msgid "You have successfully updated your %s."
645
  msgstr "Has actualizado correctamente tu %s."
646
 
647
- #: includes/class-freemius.php:21372
648
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
649
  msgstr "Sólo déjanos informarte que la información de complementos de %s se está extrayendo de un servidor externo."
650
 
651
- #: includes/class-freemius.php:21373
652
  msgctxt "advance notice of something that will need attention."
653
  msgid "Heads up"
654
  msgstr "Atención"
655
 
656
- #: includes/class-freemius.php:21832
657
  msgctxt "exclamation"
658
  msgid "Hey"
659
  msgstr "Hey"
660
 
661
- #: includes/class-freemius.php:21832
662
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
663
  msgstr "¿Qué te pareció %s hasta ahora? Prueba todas nuestras funciones premium de %s con una prueba gratuita de % d-días."
664
 
665
- #: includes/class-freemius.php:21840
666
  msgid "No commitment for %s days - cancel anytime!"
667
  msgstr "Sin compromiso por %s días - ¡cancelar en cualquier momento!"
668
 
669
- #: includes/class-freemius.php:21841
670
  msgid "No credit card required"
671
  msgstr "No se necesita tarjeta de crédito"
672
 
673
- #: includes/class-freemius.php21848, templates/forms/trial-start.php:53
674
  msgctxt "call to action"
675
  msgid "Start free trial"
676
  msgstr "Comenzar el período de prueba gratuito"
677
 
678
- #: includes/class-freemius.php:21925
679
  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!"
680
  msgstr "Hey, ¿sabías que %s tiene un programa de afiliados? ¡Si te gusta %s puedes convertirte en nuestro embajador y ganar dinero!"
681
 
682
- #: includes/class-freemius.php:21934
683
  msgid "Learn more"
684
  msgstr "Saber más"
685
 
686
- #: includes/class-freemius.php22120, templates/account.php499,
687
- #: templates/account.php624, templates/connect.php171,
688
- #: templates/connect.php421, templates/forms/license-activation.php27,
689
  #: templates/account/partials/addon.php:321
690
  msgid "Activate License"
691
  msgstr "Activar licencia"
692
 
693
- #: includes/class-freemius.php22121, templates/account.php571,
694
- #: templates/account.php623, templates/account/partials/addon.php322,
695
  #: templates/account/partials/site.php:271
696
  msgid "Change License"
697
  msgstr "Cambiar licencia"
698
 
699
- #: includes/class-freemius.php22217, templates/account/partials/site.php:169
700
  msgid "Opt Out"
701
  msgstr "Darse de baja"
702
 
703
- #: includes/class-freemius.php22219, includes/class-freemius.php22225,
704
  #: templates/account/partials/site.php49,
705
  #: templates/account/partials/site.php:169
706
  msgid "Opt In"
707
  msgstr "Inscribirse"
708
 
709
- #: includes/class-freemius.php:22453
710
  msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
711
- msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
712
 
713
- #: includes/class-freemius.php:22461
714
  msgid "Activate %s features"
715
  msgstr "Activar características %s"
716
 
717
- #: includes/class-freemius.php:22474
718
  msgid "Please follow these steps to complete the upgrade"
719
  msgstr "Por favor, sigue estos pasos para completar la actualización"
720
 
721
- #: includes/class-freemius.php:22478
722
  msgid "Download the latest %s version"
723
  msgstr "Descargar la última versión %s"
724
 
725
- #: includes/class-freemius.php:22482
726
  msgid "Upload and activate the downloaded version"
727
  msgstr "Cargar y activar la versión descargada"
728
 
729
- #: includes/class-freemius.php:22484
730
  msgid "How to upload and activate?"
731
  msgstr "¿Cómo subirlo y activarlo?"
732
 
733
- #: includes/class-freemius.php:22618
734
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
735
  msgstr "%sClick aquí %s para elegir los sitios sobre los que te gustaría activar la licencia."
736
 
737
- #: includes/class-freemius.php:22779
738
  msgid "Auto installation only works for opted-in users."
739
  msgstr "La instalación automática sólo funciona para usuarios que aceptaron."
740
 
741
- #: includes/class-freemius.php22789, includes/class-freemius.php22822,
742
- #: includes/class-fs-plugin-updater.php1212,
743
- #: includes/class-fs-plugin-updater.php:1226
744
  msgid "Invalid module ID."
745
  msgstr "Id de módulo no válido."
746
 
747
- #: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
748
  msgid "Premium version already active."
749
  msgstr "Versión premium ya activa."
750
 
751
- #: includes/class-freemius.php:22805
752
  msgid "You do not have a valid license to access the premium version."
753
  msgstr "No tienes una licencia válida para acceder a la versión premium."
754
 
755
- #: includes/class-freemius.php:22812
756
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
757
  msgstr "El plugin es un \"Serviceware\" lo que significa que no tiene una versión de código premium."
758
 
759
- #: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
760
  msgid "Premium add-on version already installed."
761
  msgstr "Versión del complemento premium ya instalada."
762
 
763
- #: includes/class-freemius.php:23180
764
  msgid "View paid features"
765
  msgstr "Ver las funciones de pago"
766
 
767
- #: includes/class-freemius.php:23502
768
  msgid "Thank you so much for using %s and its add-ons!"
769
  msgstr "¡Muchas gracias por utilizar %s y sus complementos!"
770
 
771
- #: includes/class-freemius.php:23503
772
  msgid "Thank you so much for using %s!"
773
  msgstr "¡Muchas gracias por utilizar %s!"
774
 
775
- #: includes/class-freemius.php:23509
776
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
777
  msgstr "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando %s."
778
 
779
- #: includes/class-freemius.php:23513
780
  msgid "Thank you so much for using our products!"
781
  msgstr "¡Muchas gracias por utilizar nuestros productos!"
782
 
783
- #: includes/class-freemius.php:23514
784
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
785
  msgstr "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando."
786
 
787
- #: includes/class-freemius.php:23533
788
  msgid "%s and its add-ons"
789
  msgstr "%s y sus complementos"
790
 
791
- #: includes/class-freemius.php:23542
792
  msgid "Products"
793
  msgstr "Productos"
794
 
795
- #: includes/class-freemius.php23549, templates/connect.php:272
796
  msgid "Yes"
797
  msgstr "Si"
798
 
799
- #: includes/class-freemius.php23550, templates/connect.php:273
800
  msgid "send me security & feature updates, educational content and offers."
801
  msgstr "envíame actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas."
802
 
803
- #: includes/class-freemius.php23551, templates/connect.php:278
804
  msgid "No"
805
  msgstr "No"
806
 
807
- #: includes/class-freemius.php23553, templates/connect.php:280
808
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
809
  msgstr "%sNO%s me envíes actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas."
810
 
811
- #: includes/class-freemius.php:23563
812
  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 :-)"
813
- msgstr "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 :-)"
814
 
815
- #: includes/class-freemius.php23565, templates/connect.php:287
816
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
817
  msgstr "Indica si deseas que te contactemos para actualizaciones de seguridad y nuevas funciones, contenido educativo y ofertas ocasionales:"
818
 
819
- #: includes/class-freemius.php:23847
820
  msgid "License key is empty."
821
  msgstr "La clave de licencia está vacía."
822
 
@@ -830,40 +839,40 @@ msgstr "Renovar la licencia"
830
  msgid "Buy license"
831
  msgstr "Comprar licencia"
832
 
833
- #: includes/class-fs-plugin-updater.php321,
834
- #: includes/class-fs-plugin-updater.php:354
835
  msgid "There is a %s of %s available."
836
  msgstr "Hay una %s de %s disponible."
837
 
838
- #: includes/class-fs-plugin-updater.php323,
839
- #: includes/class-fs-plugin-updater.php:359
840
  msgid "new Beta version"
841
- msgstr "new Beta version"
842
 
843
- #: includes/class-fs-plugin-updater.php324,
844
- #: includes/class-fs-plugin-updater.php:360
845
  msgid "new version"
846
  msgstr "nueva versión"
847
 
848
- #: includes/class-fs-plugin-updater.php:383
849
  msgid "Important Upgrade Notice:"
850
  msgstr "Aviso importante de actualización:"
851
 
852
- #: includes/class-fs-plugin-updater.php:1277
853
  msgid "Installing plugin: %s"
854
  msgstr "Instalando plugin: %s"
855
 
856
- #: includes/class-fs-plugin-updater.php:1318
857
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
858
  msgstr "No es posible conectarse al sistema de archivos. Por favor, confirma tus credenciales."
859
 
860
- #: includes/class-fs-plugin-updater.php:1500
861
  msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
862
  msgstr "El paquete de plugin remoto no contiene una carpeta con el Slug deseado y el cambio de nombre no funcionó."
863
 
864
  #: includes/fs-plugin-info-dialog.php:535
865
  msgid "Purchase More"
866
- msgstr "Purchase More"
867
 
868
  #: includes/fs-plugin-info-dialog.php536,
869
  #: templates/account/partials/addon.php:385
@@ -879,7 +888,7 @@ msgstr "Comenzar mi período gratuito de %s"
879
  msgid "Install Free Version Update Now"
880
  msgstr "Instalar la actualización gratuita ahora"
881
 
882
- #: includes/fs-plugin-info-dialog.php739, templates/account.php:560
883
  msgid "Install Update Now"
884
  msgstr "Instalar actualización ahora"
885
 
@@ -899,7 +908,7 @@ msgctxt "as download latest version"
899
  msgid "Download Latest Free Version"
900
  msgstr "Descargar la última versión gratuita"
901
 
902
- #: includes/fs-plugin-info-dialog.php766, templates/account.php91,
903
  #: templates/add-ons.php37, templates/account/partials/addon.php:25
904
  msgctxt "as download latest version"
905
  msgid "Download Latest"
@@ -911,11 +920,11 @@ msgstr "Descargar la última"
911
  msgid "Activate this add-on"
912
  msgstr "Activar este complemento"
913
 
914
- #: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
915
  msgid "Activate Free Version"
916
  msgstr "Activar versión gratuita"
917
 
918
- #: includes/fs-plugin-info-dialog.php784, templates/account.php115,
919
  #: templates/add-ons.php330, templates/account/partials/addon.php:48
920
  msgid "Activate"
921
  msgstr "Activar"
@@ -1051,8 +1060,8 @@ msgstr "Después de su período gratuito %s, pague sólo %s"
1051
  msgid "Details"
1052
  msgstr "Detalles"
1053
 
1054
- #: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
1055
- #: templates/debug.php203, templates/debug.php240, templates/debug.php457,
1056
  #: templates/account/partials/addon.php:36
1057
  msgctxt "product version"
1058
  msgid "Version"
@@ -1067,7 +1076,7 @@ msgstr "Autor"
1067
  msgid "Last Updated"
1068
  msgstr "Última actualización"
1069
 
1070
- #: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
1071
  msgctxt "x-ago"
1072
  msgid "%s ago"
1073
  msgstr "hace %s"
@@ -1178,13 +1187,13 @@ msgstr "Última versión instalada"
1178
  msgid "Latest Free Version Installed"
1179
  msgstr "Última versión gratuita instalada"
1180
 
1181
- #: templates/account.php92, templates/forms/subscription-cancellation.php96,
1182
  #: templates/account/partials/addon.php26,
1183
  #: templates/account/partials/site.php:311
1184
  msgid "Downgrading your plan"
1185
  msgstr "Bajando tu plan"
1186
 
1187
- #: templates/account.php93, templates/forms/subscription-cancellation.php97,
1188
  #: templates/account/partials/addon.php27,
1189
  #: templates/account/partials/site.php:312
1190
  msgid "Cancelling the subscription"
@@ -1192,301 +1201,309 @@ msgstr "Cancelando la suscripción"
1192
 
1193
  #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1194
  #. subscription'
1195
- #: templates/account.php95, templates/forms/subscription-cancellation.php99,
1196
  #: templates/account/partials/site.php:314
1197
  msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1198
- msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1199
 
1200
- #: templates/account.php96, templates/forms/subscription-cancellation.php100,
1201
  #: templates/account/partials/addon.php30,
1202
  #: templates/account/partials/site.php:315
1203
  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."
1204
  msgstr "Ten en cuenta que no podremos abaratar los precios desactualizados para renovaciones/nuevas suscripciones después de una cancelación. Si eliges renovar la suscripción manualmente en el futuro, después de un aumento de precio, que generalmente ocurre una vez al año, se te cobrará el precio actualizado."
1205
 
1206
- #: templates/account.php97, templates/forms/subscription-cancellation.php106,
1207
  #: templates/account/partials/addon.php:31
1208
  msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1209
  msgstr "La cancelación del período de prueba bloqueará inmediatamente el acceso a todas las funciones premium. ¿Estás seguro?"
1210
 
1211
- #: templates/account.php98, templates/forms/subscription-cancellation.php101,
1212
  #: templates/account/partials/addon.php32,
1213
  #: templates/account/partials/site.php:316
1214
  msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1215
  msgstr "Todavía puedes disfrutar de todas las funciones de %s pero no tendrás acceso a soporte y actualizaciones de %s."
1216
 
1217
- #: templates/account.php99, templates/forms/subscription-cancellation.php102,
1218
  #: templates/account/partials/addon.php33,
1219
  #: templates/account/partials/site.php:317
1220
  msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1221
  msgstr "Una vez que caduque tu licencia todavía puedes utilizar la versión gratuita pero NO tendrás acceso a las funciones de %s."
1222
 
1223
  #. translators: %s: Plan title (e.g. "Professional")
1224
- #: templates/account.php101,
1225
  #: templates/account/partials/activate-license-button.php31,
1226
  #: templates/account/partials/addon.php:35
1227
  msgid "Activate %s Plan"
1228
  msgstr "Activar plan %s"
1229
 
1230
  #. translators: %s: Time period (e.g. Auto renews in "2 months")
1231
- #: templates/account.php104, templates/account/partials/addon.php38,
1232
  #: templates/account/partials/site.php:291
1233
  msgid "Auto renews in %s"
1234
  msgstr "Auto renovaciones en %s"
1235
 
1236
  #. translators: %s: Time period (e.g. Expires in "2 months")
1237
- #: templates/account.php106, templates/account/partials/addon.php40,
1238
  #: templates/account/partials/site.php:293
1239
  msgid "Expires in %s"
1240
  msgstr "Caduca en %s"
1241
 
1242
- #: templates/account.php:107
1243
  msgctxt "as synchronize license"
1244
  msgid "Sync License"
1245
  msgstr "Sincronizar licencia"
1246
 
1247
- #: templates/account.php108, templates/account/partials/addon.php:41
1248
  msgid "Cancel Trial"
1249
  msgstr "Cancelar período de prueba"
1250
 
1251
- #: templates/account.php109, templates/account/partials/addon.php:42
1252
  msgid "Change Plan"
1253
  msgstr "Cambiar Plan"
1254
 
1255
- #: templates/account.php110, templates/account/partials/addon.php:43
1256
  msgctxt "verb"
1257
  msgid "Upgrade"
1258
  msgstr "Actualizar"
1259
 
1260
- #: templates/account.php112, templates/account/partials/addon.php45,
1261
  #: templates/account/partials/site.php:318
1262
  msgctxt "verb"
1263
  msgid "Downgrade"
1264
  msgstr "Degradar"
1265
 
1266
- #: templates/account.php114, templates/add-ons.php246,
1267
  #: templates/plugin-info/features.php72,
1268
  #: templates/account/partials/addon.php47,
1269
  #: templates/account/partials/site.php:33
1270
  msgid "Free"
1271
  msgstr "Gratis"
1272
 
1273
- #: templates/account.php116, templates/debug.php373,
1274
  #: includes/customizer/class-fs-customizer-upsell-control.php110,
1275
  #: templates/account/partials/addon.php:49
1276
  msgctxt "as product pricing plan"
1277
  msgid "Plan"
1278
  msgstr "Plan"
1279
 
1280
- #: templates/account.php:117
1281
  msgid "Bundle Plan"
1282
- msgstr "Bundle Plan"
1283
 
1284
- #: templates/account.php:191
1285
  msgid "Free Trial"
1286
  msgstr "Período de prueba gratuito"
1287
 
1288
- #: templates/account.php:202
1289
  msgid "Account Details"
1290
  msgstr "Detalles de la cuenta"
1291
 
1292
- #: templates/account.php209, templates/forms/data-debug-mode.php:33
1293
  msgid "Start Debug"
1294
  msgstr "Start Debug"
1295
 
1296
- #: templates/account.php:211
1297
  msgid "Stop Debug"
1298
  msgstr "Stop Debug"
1299
 
1300
- #: templates/account.php:218
1301
  msgid "Billing & Invoices"
1302
- msgstr "Billing & Invoices"
1303
 
1304
- #: templates/account.php:229
1305
  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?"
1306
  msgstr "La eliminación de la cuenta desactivará automáticamente su licencia de plan %s para que pueda utilizarla en otros sitios. Si también desea cancelar los pagos periódicos, haga clic en el botón \"Cancelar\" y, en primer lugar, \"Degradar\" su cuenta. ¿Seguro que deseas continuar con la eliminación?"
1307
 
1308
- #: templates/account.php:231
1309
  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?"
1310
  msgstr "La eliminación no es temporal. Sólo elimínalo si ya no deseas utilizar este %s más. ¿Estás seguro que desea continuar con la eliminación?"
1311
 
1312
- #: templates/account.php:234
1313
  msgid "Delete Account"
1314
  msgstr "Borrar cuenta"
1315
 
1316
- #: templates/account.php246, templates/account/partials/addon.php231,
1317
  #: templates/account/partials/deactivate-license-button.php:35
1318
  msgid "Deactivate License"
1319
  msgstr "Desactivar licencia"
1320
 
1321
- #: templates/account.php269, templates/forms/subscription-cancellation.php:125
1322
  msgid "Are you sure you want to proceed?"
1323
  msgstr "¿Estás seguro que quieres proceder?"
1324
 
1325
- #: templates/account.php269, templates/account/partials/addon.php:255
1326
  msgid "Cancel Subscription"
1327
  msgstr "Cancelar suscripción"
1328
 
1329
- #: templates/account.php298, templates/account/partials/addon.php:340
1330
  msgctxt "as synchronize"
1331
  msgid "Sync"
1332
  msgstr "Sincronizar"
1333
 
1334
- #: templates/account.php313, templates/debug.php:507
1335
  msgid "Name"
1336
  msgstr "Nombre"
1337
 
1338
- #: templates/account.php319, templates/debug.php:508
1339
  msgid "Email"
1340
  msgstr "Correo electrónico"
1341
 
1342
- #: templates/account.php326, templates/debug.php371, templates/debug.php:557
1343
  msgid "User ID"
1344
  msgstr "ID de usuario"
1345
 
1346
- #: templates/account.php344, templates/account.php637,
1347
- #: templates/account.php682, templates/debug.php238, templates/debug.php365,
1348
- #: templates/debug.php454, templates/debug.php506, templates/debug.php555,
1349
  #: templates/debug.php632, templates/account/payments.php35,
1350
  #: templates/debug/logger.php:21
1351
  msgid "ID"
1352
  msgstr "ID"
1353
 
1354
- #: templates/account.php:351
1355
  msgid "Site ID"
1356
  msgstr "ID del sitio"
1357
 
1358
- #: templates/account.php:354
1359
  msgid "No ID"
1360
  msgstr "Sin ID"
1361
 
1362
- #: templates/account.php359, templates/debug.php245, templates/debug.php374,
1363
- #: templates/debug.php458, templates/debug.php510,
1364
  #: templates/account/partials/site.php:227
1365
  msgid "Public Key"
1366
  msgstr "Clave pública"
1367
 
1368
- #: templates/account.php365, templates/debug.php375, templates/debug.php459,
1369
- #: templates/debug.php511, templates/account/partials/site.php:239
1370
  msgid "Secret Key"
1371
  msgstr "Clave secreta"
1372
 
1373
- #: templates/account.php:368
1374
  msgctxt "as secret encryption key missing"
1375
  msgid "No Secret"
1376
  msgstr "Sin clave secreta"
1377
 
1378
- #: templates/account.php395, templates/account/partials/site.php120,
1379
  #: templates/account/partials/site.php:122
1380
  msgid "Trial"
1381
  msgstr "Período de prueba gratuito"
1382
 
1383
- #: templates/account.php422, templates/debug.php562,
1384
  #: templates/account/partials/site.php:260
1385
  msgid "License Key"
1386
  msgstr "Clave de licencia"
1387
 
1388
- #: templates/account.php:453
1389
  msgid "Join the Beta program"
1390
- msgstr "Join the Beta program"
1391
 
1392
- #: templates/account.php:459
1393
  msgid "not verified"
1394
  msgstr "no verificado"
1395
 
1396
- #: templates/account.php468, templates/account/partials/addon.php:190
1397
  msgid "Expired"
1398
  msgstr "Caducado"
1399
 
1400
- #: templates/account.php:528
1401
  msgid "Premium version"
1402
  msgstr "Versión premium"
1403
 
1404
- #: templates/account.php:530
1405
  msgid "Free version"
1406
  msgstr "Versión gratuita"
1407
 
1408
- #: templates/account.php:542
1409
  msgid "Verify Email"
1410
  msgstr "Verificar correo electrónico"
1411
 
1412
- #: templates/account.php:553
1413
  msgid "Download %s Version"
1414
  msgstr "Descargar versión %s"
1415
 
1416
- #: templates/account.php568, templates/account.php820,
 
 
 
 
1417
  #: templates/account/partials/site.php248,
1418
  #: templates/account/partials/site.php:270
1419
  msgctxt "verb"
1420
  msgid "Show"
1421
  msgstr "Mostrar"
1422
 
1423
- #: templates/account.php:583
1424
  msgid "What is your %s?"
1425
  msgstr "¿Cual es tú %s?"
1426
 
1427
- #: templates/account.php591, templates/account/billing.php:21
1428
  msgctxt "verb"
1429
  msgid "Edit"
1430
  msgstr "Editar"
1431
 
1432
- #: templates/account.php:616
 
 
 
 
1433
  msgid "Sites"
1434
  msgstr "Sitios"
1435
 
1436
- #: templates/account.php:629
1437
  msgid "Search by address"
1438
  msgstr "Buscar por dirección"
1439
 
1440
- #: templates/account.php638, templates/debug.php:368
1441
  msgid "Address"
1442
  msgstr "Dirección"
1443
 
1444
- #: templates/account.php:639
1445
  msgid "License"
1446
  msgstr "Licencia"
1447
 
1448
- #: templates/account.php:640
1449
  msgid "Plan"
1450
  msgstr "Plan"
1451
 
1452
- #: templates/account.php:685
1453
  msgctxt "as software license"
1454
  msgid "License"
1455
  msgstr "Licencia"
1456
 
1457
- #: templates/account.php:814
1458
  msgctxt "verb"
1459
  msgid "Hide"
1460
  msgstr "Ocultar"
1461
 
1462
- #: templates/account.php836, templates/forms/data-debug-mode.php:31
1463
  msgid "Processing"
1464
  msgstr "Procesando"
1465
 
1466
- #: templates/account.php:839
1467
  msgid "Get updates for bleeding edge Beta versions of %s."
1468
- msgstr "Get updates for bleeding edge Beta versions of %s."
1469
 
1470
- #: templates/account.php:897
1471
  msgid "Cancelling %s"
1472
  msgstr "Cancelando %s"
1473
 
1474
- #: templates/account.php897, templates/account.php914,
1475
  #: templates/forms/subscription-cancellation.php27,
1476
  #: templates/forms/deactivation/form.php:133
1477
  msgid "trial"
1478
  msgstr "período de prueba"
1479
 
1480
- #: templates/account.php912, templates/forms/deactivation/form.php:150
1481
  msgid "Cancelling %s..."
1482
  msgstr "Cancelando %s..."
1483
 
1484
- #: templates/account.php915, templates/forms/subscription-cancellation.php28,
1485
  #: templates/forms/deactivation/form.php:134
1486
  msgid "subscription"
1487
  msgstr "suscripción"
1488
 
1489
- #: templates/account.php:929
1490
  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?"
1491
  msgstr "Al desactivar tu licencia todas las características premium se bloquearán, pero posibilitará poder activar tu licencia en otro sitio. ¿Estás seguro que quieres continuar?"
1492
 
@@ -1510,9 +1527,9 @@ msgstr "Activo"
1510
  #: templates/add-ons.php:230
1511
  msgctxt "installed add-on"
1512
  msgid "Installed"
1513
- msgstr "Installed"
1514
 
1515
- #: templates/admin-notice.php13, templates/forms/license-activation.php207,
1516
  #: templates/forms/resend-key.php:77
1517
  msgctxt "as close a window"
1518
  msgid "Dismiss"
@@ -1552,159 +1569,167 @@ msgctxt "greeting"
1552
  msgid "Hey %s,"
1553
  msgstr "Hey %s,"
1554
 
1555
- #: templates/connect.php:154
1556
  msgid "Allow & Continue"
1557
  msgstr "Permitir y continuar"
1558
 
1559
- #: templates/connect.php:158
1560
  msgid "Re-send activation email"
1561
  msgstr "Reenviar correo electrónico de activación"
1562
 
1563
- #: templates/connect.php:162
1564
  msgid "Thanks %s!"
1565
  msgstr "¡Gracias %s!"
1566
 
1567
- #: templates/connect.php172, templates/forms/license-activation.php:46
1568
  msgid "Agree & Activate License"
1569
  msgstr "De acuerdo y activar licencia"
1570
 
1571
- #: templates/connect.php:181
1572
  msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1573
  msgstr "¡Gracias por comprar %s! Para empezar, escribe tu clave de licencia:"
1574
 
1575
- #: templates/connect.php:188
1576
  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."
1577
  msgstr "No te pierdas ninguna actualización importante - acepta para notificaciones de seguridad y de actualizaciones, ofertas y seguimiento de diagnóstico con datos no sensibles con %4$s."
1578
 
1579
- #: templates/connect.php:189
1580
  msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1581
  msgstr "No te pierdas ninguna actualización importante - acepta para notificaciones de seguridad y de actualizaciones y seguimiento de diagnóstico con datos no sensibles con %4$s."
1582
 
1583
- #: templates/connect.php:195
1584
  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."
1585
  msgstr "No te pierdas ninguna actualización importante - acepta las notificaciones de seguridad y de actualizaciones, contenido educacional, ofertas y seguimiento de diagnóstico con datos no sensibles con %4$s. ¡Si te saltas esto, no pasa nada! %1$s seguirá funcionando bien."
1586
 
1587
- #: templates/connect.php:196
1588
  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."
1589
  msgstr "No te pierdas ninguna actualización importante - acepta las notificaciones de seguridad y de actualizaciones y seguimiento de diagnóstico con datos no sensibles con %4$s. ¡Si te saltas esto, no pasa nada! %1$s seguirá funcionando bien."
1590
 
1591
- #: templates/connect.php:230
1592
  msgid "We're excited to introduce the Freemius network-level integration."
1593
  msgstr "Estamos emocionados de introducir la integración de Freemius a nivel de red."
1594
 
1595
- #: templates/connect.php:233
1596
  msgid "During the update process we detected %d site(s) that are still pending license activation."
1597
  msgstr "Durante el proceso de actualización hemos detectado%d sitio(s) que aún están pendientes de la activación de licencia."
1598
 
1599
- #: templates/connect.php:235
1600
  msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1601
  msgstr "Si quieres utilizar %s en estos sitios, introduce por favor tu clave de licencia abajo y haz click en el botón de activación."
1602
 
1603
- #: templates/connect.php:237
1604
  msgid "%s's paid features"
1605
  msgstr "%s características de pago"
1606
 
1607
- #: templates/connect.php:242
1608
  msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1609
  msgstr "Alternativamente, puedes saltarlo ahora y activar la licencia después, en tu %s página de cuenta a nivel de red."
1610
 
1611
- #: templates/connect.php:244
1612
  msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1613
  msgstr "Durante el proceso de actualización detectamos %s sitio(s) en la red que todavía están pendientes de tu atención."
1614
 
1615
- #: templates/connect.php253, templates/forms/data-debug-mode.php35,
1616
  #: templates/forms/license-activation.php:49
1617
  msgid "License key"
1618
  msgstr "Clave de licencia"
1619
 
1620
- #: templates/connect.php256, templates/forms/license-activation.php:22
1621
  msgid "Can't find your license key?"
1622
  msgstr "¿No puedes encontrar tu clave de licencia?"
1623
 
1624
- #: templates/connect.php315, templates/connect.php652,
1625
  #: templates/forms/deactivation/retry-skip.php:20
1626
  msgctxt "verb"
1627
  msgid "Skip"
1628
  msgstr "Saltar"
1629
 
1630
- #: templates/connect.php:318
1631
  msgid "Delegate to Site Admins"
1632
  msgstr "Delegar a administradores del sitio"
1633
 
1634
- #: templates/connect.php:318
1635
  msgid "If you click it, this decision will be delegated to the sites administrators."
1636
  msgstr "Si haces click, esta decisión será delegada a los administradores de los sitios."
1637
 
1638
- #: templates/connect.php:346
1639
  msgid "Your Profile Overview"
1640
  msgstr "Resumen del perfil"
1641
 
1642
- #: templates/connect.php:347
1643
  msgid "Name and email address"
1644
  msgstr "Nombre y dirección de correo electrónico"
1645
 
1646
- #: templates/connect.php:352
1647
  msgid "Your Site Overview"
1648
  msgstr "Resumen del sitio"
1649
 
1650
- #: templates/connect.php:353
1651
- msgid "Site URL, WP version, PHP info, plugins & themes"
1652
- msgstr "URL del sitio web, versión de WP, PHP info, plugins y temas"
1653
 
1654
- #: templates/connect.php:358
1655
  msgid "Admin Notices"
1656
  msgstr "Avisos de administración"
1657
 
1658
- #: templates/connect.php359, templates/connect.php:375
1659
  msgid "Updates, announcements, marketing, no spam"
1660
  msgstr "Actualizaciones, anuncios, marketing, sin spam"
1661
 
1662
- #: templates/connect.php:364
1663
  msgid "Current %s Events"
1664
  msgstr "Eventos de %s actuales"
1665
 
1666
- #: templates/connect.php:365
1667
  msgid "Activation, deactivation and uninstall"
1668
  msgstr "Activación, desactivación y desinstalación"
1669
 
1670
- #: templates/connect.php:374
1671
  msgid "Newsletter"
1672
  msgstr "Boletín"
1673
 
1674
- #: templates/connect.php391, templates/forms/license-activation.php:41
 
 
 
 
 
 
 
 
1675
  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."
1676
  msgstr "%1$s periódicamente enviará datos a %2$s para comprobar las actualizaciones de seguridad, nuevas funcionalidades y verificar la validez de tu licencia."
1677
 
1678
- #: templates/connect.php:396
1679
  msgid "What permissions are being granted?"
1680
  msgstr "¿Qué permisos se otorgan?"
1681
 
1682
- #: templates/connect.php:417
1683
  msgid "Don't have a license key?"
1684
  msgstr "¿No tienes una clave de licencia?"
1685
 
1686
- #: templates/connect.php:420
1687
  msgid "Have a license key?"
1688
  msgstr "¿Tienes una clave de licencia?"
1689
 
1690
- #: templates/connect.php:428
1691
  msgid "Privacy Policy"
1692
  msgstr "Política de privacidad"
1693
 
1694
- #: templates/connect.php:430
1695
  msgid "License Agreement"
1696
  msgstr "Acuerdo de licencia"
1697
 
1698
- #: templates/connect.php:430
1699
  msgid "Terms of Service"
1700
  msgstr "Términos de servicio"
1701
 
1702
- #: templates/connect.php:805
1703
  msgctxt "as in the process of sending an email"
1704
  msgid "Sending email"
1705
  msgstr "Enviando correo electrónico"
1706
 
1707
- #: templates/connect.php:806
1708
  msgctxt "as activating plugin"
1709
  msgid "Activating"
1710
  msgstr "Activando"
@@ -1732,180 +1757,185 @@ msgctxt "as code debugging"
1732
  msgid "Debugging"
1733
  msgstr "Depurando"
1734
 
1735
- #: templates/debug.php54, templates/debug.php250, templates/debug.php376,
1736
- #: templates/debug.php:512
1737
  msgid "Actions"
1738
  msgstr "Acciones"
1739
 
1740
- #: templates/debug.php:64
1741
  msgid "Are you sure you want to delete all Freemius data?"
1742
  msgstr "¿Está seguro que desea eliminar todos los datos de Freemius?"
1743
 
1744
- #: templates/debug.php:64
1745
  msgid "Delete All Accounts"
1746
  msgstr "Borrar todas las cuentas"
1747
 
1748
- #: templates/debug.php:71
1749
  msgid "Clear API Cache"
1750
  msgstr "Borrar caché de la API"
1751
 
1752
- #: templates/debug.php:79
1753
  msgid "Clear Updates Transients"
1754
  msgstr "Borrar transients de actualizaciones"
1755
 
1756
- #: templates/debug.php:86
1757
  msgid "Sync Data From Server"
1758
  msgstr "Sincronizar datos desde el servidor"
1759
 
1760
- #: templates/debug.php:95
1761
  msgid "Migrate Options to Network"
1762
  msgstr "Migrar opciones a la red"
1763
 
1764
- #: templates/debug.php:100
1765
  msgid "Load DB Option"
1766
  msgstr "Cargar opción de BD"
1767
 
1768
- #: templates/debug.php:103
1769
  msgid "Set DB Option"
1770
  msgstr "Guardar opción en BD"
1771
 
1772
- #: templates/debug.php:182
1773
  msgid "Key"
1774
  msgstr "Clave"
1775
 
1776
- #: templates/debug.php:183
1777
  msgid "Value"
1778
  msgstr "Valor"
1779
 
1780
- #: templates/debug.php:199
1781
  msgctxt "as software development kit versions"
1782
  msgid "SDK Versions"
1783
  msgstr "Versiones SDK"
1784
 
1785
- #: templates/debug.php:204
1786
  msgid "SDK Path"
1787
  msgstr "Ruta del SDK"
1788
 
1789
- #: templates/debug.php205, templates/debug.php:244
1790
  msgid "Module Path"
1791
  msgstr "Ruta del módulo"
1792
 
1793
- #: templates/debug.php:206
1794
  msgid "Is Active"
1795
  msgstr "Está activo"
1796
 
1797
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
1798
  msgid "Plugins"
1799
  msgstr "Plugins"
1800
 
1801
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
1802
  msgid "Themes"
1803
  msgstr "Temas"
1804
 
1805
- #: templates/debug.php239, templates/debug.php370, templates/debug.php456,
1806
  #: templates/debug/scheduled-crons.php:80
1807
  msgid "Slug"
1808
  msgstr "Ruta"
1809
 
1810
- #: templates/debug.php241, templates/debug.php:455
1811
  msgid "Title"
1812
  msgstr "Título"
1813
 
1814
- #: templates/debug.php:242
1815
  msgctxt "as application program interface"
1816
  msgid "API"
1817
  msgstr "API"
1818
 
1819
- #: templates/debug.php:243
1820
  msgid "Freemius State"
1821
  msgstr "Estado Freemius"
1822
 
1823
- #: templates/debug.php:247
1824
  msgid "Network Blog"
1825
  msgstr "Blog de red"
1826
 
1827
- #: templates/debug.php:248
1828
  msgid "Network User"
1829
  msgstr "Usuario de red"
1830
 
1831
- #: templates/debug.php:285
1832
  msgctxt "as connection was successful"
1833
  msgid "Connected"
1834
  msgstr "Conectado"
1835
 
1836
- #: templates/debug.php:286
1837
  msgctxt "as connection blocked"
1838
  msgid "Blocked"
1839
  msgstr "Bloqueado"
1840
 
1841
- #: templates/debug.php:322
1842
  msgid "Simulate Trial Promotion"
1843
  msgstr "Simular período de prueba"
1844
 
1845
- #: templates/debug.php:334
1846
  msgid "Simulate Network Upgrade"
1847
  msgstr "Simular actualización de red"
1848
 
1849
- #: templates/debug.php:359
1850
  msgid "%s Installs"
1851
  msgstr "%s Instalaciones"
1852
 
1853
- #: templates/debug.php:361
1854
  msgctxt "like websites"
1855
  msgid "Sites"
1856
  msgstr "Sitios"
1857
 
1858
- #: templates/debug.php367, templates/account/partials/site.php:156
1859
  msgid "Blog ID"
1860
  msgstr "ID del blog"
1861
 
1862
- #: templates/debug.php:372
1863
  msgid "License ID"
1864
  msgstr "License ID"
1865
 
1866
- #: templates/debug.php436, templates/debug.php535,
1867
  #: templates/account/partials/addon.php:435
1868
  msgctxt "verb"
1869
  msgid "Delete"
1870
  msgstr "Borrar"
1871
 
1872
- #: templates/debug.php:450
1873
  msgid "Add Ons of module %s"
1874
  msgstr "Complementos del módulo %s"
1875
 
1876
- #: templates/debug.php:502
1877
  msgid "Users"
1878
  msgstr "Usuarios"
1879
 
1880
- #: templates/debug.php:509
1881
  msgid "Verified"
1882
  msgstr "Verificado"
1883
 
1884
- #: templates/debug.php:551
1885
  msgid "%s Licenses"
1886
  msgstr "%s Licencias"
1887
 
1888
- #: templates/debug.php:556
1889
  msgid "Plugin ID"
1890
  msgstr "ID del plugin"
1891
 
1892
- #: templates/debug.php:558
1893
  msgid "Plan ID"
1894
  msgstr "ID del plan"
1895
 
1896
- #: templates/debug.php:559
1897
  msgid "Quota"
1898
  msgstr "Cuota"
1899
 
1900
- #: templates/debug.php:560
1901
  msgid "Activated"
1902
  msgstr "Activado"
1903
 
1904
- #: templates/debug.php:561
1905
  msgid "Blocking"
1906
  msgstr "Bloqueando"
1907
 
1908
- #: templates/debug.php:563
 
 
 
 
 
1909
  msgctxt "as expiration date"
1910
  msgid "Expiration"
1911
  msgstr "Caducidad"
@@ -1953,10 +1983,6 @@ msgstr "Filtro"
1953
  msgid "Download"
1954
  msgstr "Descarga"
1955
 
1956
- #: templates/debug.php631, templates/debug/logger.php:22
1957
- msgid "Type"
1958
- msgstr "Tipo"
1959
-
1960
  #: templates/debug.php636, templates/debug/logger.php:26
1961
  msgid "Timestamp"
1962
  msgstr "Timestamp"
@@ -2306,6 +2332,10 @@ msgstr "Por favor, introduce la clave de licencia que recibiste en el correo ele
2306
  msgid "Update License"
2307
  msgstr "Activar licencia"
2308
 
 
 
 
 
2309
  #: templates/forms/optout.php:30
2310
  msgctxt "verb"
2311
  msgid "Opt Out"
@@ -2316,14 +2346,42 @@ msgctxt "verb"
2316
  msgid "Opt In"
2317
  msgstr "Inscribirse"
2318
 
2319
- #: templates/forms/optout.php:33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2320
  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."
2321
  msgstr "El uso del seguimiento se hace con la intención de mejorar %s. Crear una mejor experiencia de usuario, priorizando nuevas características y cosas mejores. Realmente apreciaríamos que considerases permitirnos continuar con el seguimiento."
2322
 
2323
- #: templates/forms/optout.php:35
 
 
 
 
2324
  msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2325
  msgstr "Haciendo clic en \"Desistir\", ya no enviaremos los datos de %s a %s."
2326
 
 
 
 
 
 
 
 
 
2327
  #: templates/forms/premium-versions-upgrade-handler.php:40
2328
  msgid "There is a new version of %s available."
2329
  msgstr "Hay una nueva versión de %s disponible."
@@ -2394,6 +2452,23 @@ msgstr "Estás a sólo 1-click de comenzar tu %1$s días de prueba gratuita del
2394
  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."
2395
  msgstr "Para el cumplimiento de las directrices de WordPress.org, antes de empezar el período de prueba te pedimos que aceptes con tu usuario e información no sensible del sitio web, permitiendo a %s enviar datos periódicamente a %s para comprobar si hay actualizaciones de versión y para validar la versión de prueba."
2396
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2397
  #: templates/js/style-premium-theme.php:39
2398
  msgid "Premium"
2399
  msgstr "Premium"
@@ -2459,7 +2534,7 @@ msgstr "Última licencia"
2459
  #. subscription'
2460
  #: templates/account/partials/addon.php:29
2461
  msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2462
- msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2463
 
2464
  #: templates/account/partials/addon.php:185
2465
  msgid "Cancelled"
1
  # Copyright (C) 2019 freemius
2
  # This file is distributed under the same license as the freemius package.
3
  # Translators:
4
+ # Carlos Longarela <carlos@longarela.eu>, 2017-2019
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WordPress SDK\n"
8
  "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
9
  "POT-Creation-Date: \n"
10
+ "PO-Revision-Date: 2020-07-27 11:43+0000\n"
11
  "Last-Translator: Vova Feldman <vova@freemius.com>\n"
12
  "Language: es_ES\n"
13
  "Language-Team: Spanish (Spain) (http://www.transifex.com/freemius/wordpress-sdk/language/es_ES/)\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
23
 
24
+ #: includes/class-freemius.php1881, templates/account.php:873
25
  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."
26
+ msgstr "Una actualización a una versión Beta reemplazará tu versión instalada de %s con la última versión Beta - úsalo con precaución, y no en sitios de producción. Te hemos avisado."
27
 
28
+ #: includes/class-freemius.php:1888
29
  msgid "Would you like to proceed with the update?"
30
+ msgstr "¿Deseas continuar con la actualización?"
31
 
32
+ #: includes/class-freemius.php:2096
33
  msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
34
  msgstr "Freemius SDK no pudo encontrar el archivo principal del plugin. Por favor contacta a sdk@freemius.com con el error actual."
35
 
36
+ #: includes/class-freemius.php:2098
37
  msgid "Error"
38
  msgstr "Error"
39
 
40
+ #: includes/class-freemius.php:2492
41
  msgid "I found a better %s"
42
  msgstr "He encontrado un %s mejor"
43
 
44
+ #: includes/class-freemius.php:2494
45
  msgid "What's the %s's name?"
46
  msgstr "¿Cuál es el nombre de %s?"
47
 
48
+ #: includes/class-freemius.php:2500
49
  msgid "It's a temporary %s. I'm just debugging an issue."
50
  msgstr "Es una %stemporal . Sólo estoy depurando un problema"
51
 
52
+ #: includes/class-freemius.php:2502
53
  msgid "Deactivation"
54
  msgstr "Desactivación"
55
 
56
+ #: includes/class-freemius.php:2503
57
  msgid "Theme Switch"
58
  msgstr "Cambiar tema"
59
 
60
+ #: includes/class-freemius.php2512, templates/forms/resend-key.php24,
61
+ #: templates/forms/user-change.php:29
62
  msgid "Other"
63
  msgstr "Otra"
64
 
65
+ #: includes/class-freemius.php:2520
66
  msgid "I no longer need the %s"
67
  msgstr "Ya no necesito el %s"
68
 
69
+ #: includes/class-freemius.php:2527
70
  msgid "I only needed the %s for a short period"
71
  msgstr "Sólo necesitaba la %s por un corto período"
72
 
73
+ #: includes/class-freemius.php:2533
74
  msgid "The %s broke my site"
75
  msgstr "%s ha roto mi sitio"
76
 
77
+ #: includes/class-freemius.php:2540
78
  msgid "The %s suddenly stopped working"
79
  msgstr "%s de repente ha dejado de funcionar"
80
 
81
+ #: includes/class-freemius.php:2550
82
  msgid "I can't pay for it anymore"
83
  msgstr "No puedo pagarlo durante más tiempo"
84
 
85
+ #: includes/class-freemius.php:2552
86
  msgid "What price would you feel comfortable paying?"
87
  msgstr "¿Con qué precio te sentirías cómodo pagando?"
88
 
89
+ #: includes/class-freemius.php:2558
90
  msgid "I don't like to share my information with you"
91
  msgstr "No me gusta compartir mi información contigo"
92
 
93
+ #: includes/class-freemius.php:2579
94
  msgid "The %s didn't work"
95
  msgstr "El %s no funcionaba"
96
 
97
+ #: includes/class-freemius.php:2589
98
  msgid "I couldn't understand how to make it work"
99
  msgstr "No entiendo cómo hacerlo funcionar"
100
 
101
+ #: includes/class-freemius.php:2597
102
  msgid "The %s is great, but I need specific feature that you don't support"
103
  msgstr "%s es genial, pero necesito una característica que no soportáis"
104
 
105
+ #: includes/class-freemius.php:2599
106
  msgid "What feature?"
107
  msgstr "¿Qué característica?"
108
 
109
+ #: includes/class-freemius.php:2603
110
  msgid "The %s is not working"
111
  msgstr " El %s no funciona"
112
 
113
+ #: includes/class-freemius.php:2605
114
  msgid "Kindly share what didn't work so we can fix it for future users..."
115
  msgstr "Por favor, comparte lo que no funcionó para que podamos arreglarlo para los futuros usuarios..."
116
 
117
+ #: includes/class-freemius.php:2609
118
  msgid "It's not what I was looking for"
119
  msgstr "No es lo que estaba buscando"
120
 
121
+ #: includes/class-freemius.php:2611
122
  msgid "What you've been looking for?"
123
  msgstr "¿Que has estado buscando?"
124
 
125
+ #: includes/class-freemius.php:2615
126
  msgid "The %s didn't work as expected"
127
  msgstr " El %s no funciona como esperaba"
128
 
129
+ #: includes/class-freemius.php:2617
130
  msgid "What did you expect?"
131
  msgstr "¿Qué esperas?"
132
 
133
+ #: includes/class-freemius.php3472, templates/debug.php:20
134
  msgid "Freemius Debug"
135
  msgstr "Debug Freemius"
136
 
137
+ #: includes/class-freemius.php:4224
138
  msgid "I don't know what is cURL or how to install it, help me!"
139
  msgstr "No sé qué es cURL o cómo instalarlo, ¡ayúdame!"
140
 
141
+ #: includes/class-freemius.php:4226
142
  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."
143
  msgstr "Nos aseguraremos de ponernos en contacto con tu empresa de alojamiento web y resolver el problema. Recibirás un correo electrónico de seguimiento a %s tan pronto tengamos una actualización."
144
 
145
+ #: includes/class-freemius.php:4233
146
  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."
147
  msgstr "Genial, por favor instala cURL y habilítalo en el archivo php.ini. Además, busca la directiva 'disable_functions' en el archivo php.ini y quita cualquier método que comienza con 'curl_'. Para asegurarte de que se activó con éxito, utiliza 'phpinfo()'. Una vez activado, desactiva el %s y reactívalo de nuevo."
148
 
149
+ #: includes/class-freemius.php:4338
150
  msgid "Yes - do your thing"
151
  msgstr "Vamos, adelante"
152
 
153
+ #: includes/class-freemius.php:4343
154
  msgid "No - just deactivate"
155
  msgstr "No - sólo desactivar"
156
 
157
+ #: includes/class-freemius.php4388, includes/class-freemius.php4882,
158
+ #: includes/class-freemius.php6111, includes/class-freemius.php12933,
159
+ #: includes/class-freemius.php13571, includes/class-freemius.php17006,
160
+ #: includes/class-freemius.php17094, includes/class-freemius.php17260,
161
+ #: includes/class-freemius.php19492, includes/class-freemius.php19833,
162
+ #: includes/class-freemius.php19843, includes/class-freemius.php20507,
163
+ #: includes/class-freemius.php21413, includes/class-freemius.php21546,
164
+ #: includes/class-freemius.php21690, templates/add-ons.php:57
165
  msgctxt "exclamation"
166
  msgid "Oops"
167
  msgstr "Oops"
168
 
169
+ #: includes/class-freemius.php:4457
170
  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."
171
  msgstr "¡Gracias por darnos la oportunidad de arreglarlo! Acabamos de enviar un mensaje a nuestro personal técnico. Nos pondremos en contacto contigo tan pronto como tengamos una actualización de %s. Apreciamos tu paciencia."
172
 
173
+ #: includes/class-freemius.php:4879
174
  msgctxt "addonX cannot run without pluginY"
175
  msgid "%s cannot run without %s."
176
  msgstr "%s no se puede ejecutar sin %s."
177
 
178
+ #: includes/class-freemius.php:4880
179
  msgctxt "addonX cannot run..."
180
  msgid "%s cannot run without the plugin."
181
  msgstr "%s no se puede ejecutar sin el plugin."
182
 
183
+ #: includes/class-freemius.php5053, includes/class-freemius.php5078,
184
+ #: includes/class-freemius.php:20578
185
  msgid "Unexpected API error. Please contact the %s's author with the following error."
186
  msgstr "Error inesperado del API. Pónte en contacto con el autor de %s indicándole el siguiente error."
187
 
188
+ #: includes/class-freemius.php:5777
189
  msgid "Premium %s version was successfully activated."
190
  msgstr "La versión Premium %s ha sido activada con éxito."
191
 
192
+ #: includes/class-freemius.php5789, includes/class-freemius.php:7682
193
  msgctxt ""
194
  msgid "W00t"
195
  msgstr "W00t"
196
 
197
+ #: includes/class-freemius.php:5804
198
  msgid "You have a %s license."
199
  msgstr "Tienes una licencia %s."
200
 
201
+ #: includes/class-freemius.php5808, includes/class-freemius.php16405,
202
+ #: includes/class-freemius.php16416, includes/class-freemius.php19744,
203
+ #: includes/class-freemius.php20094, includes/class-freemius.php20163,
204
+ #: includes/class-freemius.php:20328
205
  msgctxt "interjection expressing joy or exuberance"
206
  msgid "Yee-haw"
207
  msgstr "Vaya"
208
 
209
+ #: includes/class-freemius.php:6094
210
  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."
211
  msgstr "la prueba gratuita de %s fue cancelada con éxito. Puesto que el complemento es sólo premium se desactivó automáticamente. Si quieres utilizarlo en el futuro, deberás comprar una licencia."
212
 
213
+ #: includes/class-freemius.php:6098
214
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
215
  msgstr "%s es un complemento único de premium. Tienes que comprar una licencia primero antes de activar el plugin."
216
 
217
+ #: includes/class-freemius.php6107, templates/add-ons.php186,
218
  #: templates/account/partials/addon.php:381
219
  msgid "More information about %s"
220
  msgstr "Más información sobre %s"
221
 
222
+ #: includes/class-freemius.php:6108
223
  msgid "Purchase License"
224
  msgstr "Comprar licencia"
225
 
226
+ #: includes/class-freemius.php7047, templates/connect.php:171
227
  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."
228
  msgstr "Recibirás un correo de activación para %s en tu buzón en %s. Por favor, asegúrate de hacer clic en el botón de activación en ese correo electrónico para %s."
229
 
230
+ #: includes/class-freemius.php:7051
231
  msgid "start the trial"
232
  msgstr "comenzar el período de prueba"
233
 
234
+ #: includes/class-freemius.php7052, templates/connect.php:175
235
  msgid "complete the install"
236
  msgstr "completar la instalación"
237
 
238
+ #: includes/class-freemius.php:7164
239
  msgid "You are just one step away - %s"
240
  msgstr "Estás a sólo un paso - %s"
241
 
242
+ #: includes/class-freemius.php:7167
243
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
244
  msgid "Complete \"%s\" Activation Now"
245
  msgstr "Completar la activación de \"%s\" ahora"
246
 
247
+ #: includes/class-freemius.php:7245
248
  msgid "We made a few tweaks to the %s, %s"
249
  msgstr "Hemos realizado algunas optimizaciones al %s, %s"
250
 
251
+ #: includes/class-freemius.php:7249
252
  msgid "Opt in to make \"%s\" better!"
253
  msgstr "¡Inscríbite para hacer \"%s\" Mejor!"
254
 
255
+ #: includes/class-freemius.php:7681
256
  msgid "The upgrade of %s was successfully completed."
257
  msgstr "La actualización de %s se completó con éxito."
258
 
259
+ #: includes/class-freemius.php9908, includes/class-fs-plugin-updater.php1044,
260
+ #: includes/class-fs-plugin-updater.php1239,
261
+ #: includes/class-fs-plugin-updater.php1246,
262
  #: templates/auto-installation.php:32
263
  msgid "Add-On"
264
  msgstr "Complemento"
265
 
266
+ #: includes/class-freemius.php9910, templates/account.php343,
267
+ #: templates/account.php351, templates/debug.php358, templates/debug.php:549
268
  msgid "Plugin"
269
  msgstr "Plugin"
270
 
271
+ #: includes/class-freemius.php9911, templates/account.php344,
272
+ #: templates/account.php352, templates/debug.php358, templates/debug.php549,
273
  #: templates/forms/deactivation/form.php:71
274
  msgid "Theme"
275
  msgstr "Tema"
276
 
277
+ #: includes/class-freemius.php:12843
278
  msgid "An unknown error has occurred while trying to set the user's beta mode."
279
+ msgstr "Se ha producido un error desconocido al intentar establecer el modo beta del usuario."
280
+
281
+ #: includes/class-freemius.php:12904
282
+ msgid "Invalid new user ID or email address."
283
+ msgstr "Invalid new user ID or email address."
284
+
285
+ #: includes/class-freemius.php12934, includes/class-freemius.php:21645
286
+ msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
287
+ msgstr "Lo sentimos, no podemos completar la actualización de correo electrónico. Ya hay registrado otro usuario con esa dirección de correo electrónico."
288
+
289
+ #: includes/class-freemius.php12935, includes/class-freemius.php:21646
290
+ msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
291
+ msgstr "Si deseas renunciar a la titularidad de la cuenta de %s a %s haz clic en el botón de cambio de titularidad."
292
+
293
+ #: includes/class-freemius.php12942, includes/class-freemius.php:21653
294
+ msgid "Change Ownership"
295
+ msgstr "Cambiar propietario"
296
 
297
+ #: includes/class-freemius.php:13438
298
  msgid "Invalid site details collection."
299
  msgstr "Colección de detalles del sitio no válida."
300
 
301
+ #: includes/class-freemius.php:13558
302
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
303
  msgstr "No podemos encontrar tu dirección de correo electrónico en el sistema, ¿estás seguro de que es la dirección de correo electrónico correcta?"
304
 
305
+ #: includes/class-freemius.php:13560
306
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
307
  msgstr "No vemos ninguna licencia activa asociada a esa dirección de correo electrónico, ¿estás seguro de que es la dirección de correo electrónico correcta?"
308
 
309
+ #: includes/class-freemius.php:13834
310
  msgid "Account is pending activation."
311
  msgstr "La cuenta está pendiente de activación"
312
 
313
+ #: includes/class-freemius.php13946,
314
  #: templates/forms/premium-versions-upgrade-handler.php:47
315
  msgid "Buy a license now"
316
  msgstr "Compra una licencia ahora"
317
 
318
+ #: includes/class-freemius.php13958,
319
  #: templates/forms/premium-versions-upgrade-handler.php:46
320
  msgid "Renew your license now"
321
  msgstr "Renueva tu licencia ahora"
322
 
323
+ #: includes/class-freemius.php:13962
324
  msgid "%s to access version %s security & feature updates, and support."
325
  msgstr "%s para acceder a la versión %s de actualizaciones de funciones, seguridad y soporte."
326
 
327
+ #: includes/class-freemius.php:16387
328
  msgid "%s activation was successfully completed."
329
  msgstr "%s activación se completó con éxito."
330
 
331
+ #: includes/class-freemius.php:16401
332
  msgid "Your account was successfully activated with the %s plan."
333
  msgstr "Tu cuenta se ha activado correctamente con el plan %s."
334
 
335
+ #: includes/class-freemius.php16412, includes/class-freemius.php:20159
336
  msgid "Your trial has been successfully started."
337
  msgstr "Tu versión de prueba se ha iniciado con éxito."
338
 
339
+ #: includes/class-freemius.php17004, includes/class-freemius.php17092,
340
+ #: includes/class-freemius.php:17258
341
  msgid "Couldn't activate %s."
342
  msgstr "No se puede activar %s."
343
 
344
+ #: includes/class-freemius.php17005, includes/class-freemius.php17093,
345
+ #: includes/class-freemius.php:17259
346
  msgid "Please contact us with the following message:"
347
  msgstr "Por favor contáctanos con el siguiente mensaje:"
348
 
349
+ #: includes/class-freemius.php17089, templates/forms/data-debug-mode.php:162
350
  msgid "An unknown error has occurred."
351
+ msgstr "Se ha producido un error desconocido."
352
 
353
+ #: includes/class-freemius.php17616, includes/class-freemius.php:22589
354
  msgid "Upgrade"
355
  msgstr "Actualizar"
356
 
357
+ #: includes/class-freemius.php:17622
358
  msgid "Start Trial"
359
  msgstr "Comenzar el período de prueba"
360
 
361
+ #: includes/class-freemius.php:17624
362
  msgid "Pricing"
363
  msgstr "Precio"
364
 
365
+ #: includes/class-freemius.php17704, includes/class-freemius.php:17706
366
  msgid "Affiliation"
367
  msgstr "Afiliación"
368
 
369
+ #: includes/class-freemius.php17734, includes/class-freemius.php17736,
370
+ #: templates/account.php191, templates/debug.php:324
371
  msgid "Account"
372
  msgstr "Cuenta"
373
 
374
+ #: includes/class-freemius.php17750, includes/class-freemius.php17752,
375
  #: includes/customizer/class-fs-customizer-support-section.php:60
376
  msgid "Contact Us"
377
  msgstr "Contáctanos"
378
 
379
+ #: includes/class-freemius.php17763, includes/class-freemius.php17765,
380
+ #: includes/class-freemius.php22603, templates/account.php119,
381
  #: templates/account/partials/addon.php:44
382
  msgid "Add-Ons"
383
  msgstr "Complementos"
384
 
385
+ #: includes/class-freemius.php:17799
386
  msgctxt "ASCII arrow left icon"
387
  msgid "&#x2190;"
388
  msgstr "&#x2190;"
389
 
390
+ #: includes/class-freemius.php:17799
391
  msgctxt "ASCII arrow right icon"
392
  msgid "&#x27a4;"
393
  msgstr "&#x27a4;"
394
 
395
+ #: includes/class-freemius.php17801, templates/pricing.php:103
396
  msgctxt "noun"
397
  msgid "Pricing"
398
  msgstr "Precio"
399
 
400
+ #: includes/class-freemius.php18014,
401
  #: includes/customizer/class-fs-customizer-support-section.php:67
402
  msgid "Support Forum"
403
  msgstr "Foro de soporte"
404
 
405
+ #: includes/class-freemius.php:18988
406
  msgid "Your email has been successfully verified - you are AWESOME!"
407
  msgstr "Tu email ha sido verificado correctamente - ¡Eres IMPRESIONANTE!"
408
 
409
+ #: includes/class-freemius.php:18989
410
  msgctxt "a positive response"
411
  msgid "Right on"
412
  msgstr "Bien hecho"
413
 
414
+ #: includes/class-freemius.php:19493
415
  msgid "seems like the key you entered doesn't match our records."
416
  msgstr "seems like the key you entered doesn't match our records."
417
 
418
+ #: includes/class-freemius.php:19517
419
  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."
420
  msgstr "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."
421
 
422
+ #: includes/class-freemius.php:19735
423
  msgid "Your %s Add-on plan was successfully upgraded."
424
  msgstr "Tu complemento %s del plan se actualizó con éxito."
425
 
426
+ #: includes/class-freemius.php:19737
427
  msgid "%s Add-on was successfully purchased."
428
  msgstr "El complemento %s ha sido comprado correctamente."
429
 
430
+ #: includes/class-freemius.php:19740
431
  msgid "Download the latest version"
432
  msgstr "Descargar la última versión"
433
 
434
+ #: includes/class-freemius.php:19826
435
  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"
436
+ msgstr "Tu servidor está bloqueando el acceso al API de Freemius, que es crucial para sincronizar %1$s. Por favor, contacta a tu proveedor de hosting para permitir el acceso de %2$s"
437
 
438
+ #: includes/class-freemius.php19832, includes/class-freemius.php19842,
439
+ #: includes/class-freemius.php20287, includes/class-freemius.php:20376
440
  msgid "Error received from the server:"
441
  msgstr "Error recibido del servidor:"
442
 
443
+ #: includes/class-freemius.php:19842
444
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
445
  msgstr "Parece que uno de los parámetros de autenticación es incorrecto. Actualiza tu clave pública, clave secreta e ID de usuario e inténtelo de nuevo."
446
 
447
+ #: includes/class-freemius.php20056, includes/class-freemius.php20292,
448
+ #: includes/class-freemius.php20347, includes/class-freemius.php:20454
449
  msgctxt ""
450
  msgid "Hmm"
451
  msgstr "Hmm"
452
 
453
+ #: includes/class-freemius.php:20069
454
  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."
455
  msgstr "Parece que todavía estás en el plan %s. Si actualizaste o cambiaste tu plan, probablemente sea un problema de nuestra parte - lo sentimos."
456
 
457
+ #: includes/class-freemius.php20070, templates/account.php121,
458
  #: templates/add-ons.php250, templates/account/partials/addon.php:46
459
  msgctxt "trial period"
460
  msgid "Trial"
461
  msgstr "Período de Prueba Gratuito"
462
 
463
+ #: includes/class-freemius.php:20075
464
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
465
  msgstr "He actualizado mi cuenta, pero cuando intento sincronizar la licencia, el plan sigue siendo %s."
466
 
467
+ #: includes/class-freemius.php20079, includes/class-freemius.php:20138
468
  msgid "Please contact us here"
469
  msgstr "Contacta aquí con nosotros"
470
 
471
+ #: includes/class-freemius.php:20090
472
  msgid "Your plan was successfully activated."
473
+ msgstr "Tu plan se activó con éxito."
474
 
475
+ #: includes/class-freemius.php:20091
476
  msgid "Your plan was successfully upgraded."
477
  msgstr "Tu plan se actualizó con éxito."
478
 
479
+ #: includes/class-freemius.php:20108
480
  msgid "Your plan was successfully changed to %s."
481
  msgstr "Tu plan se cambió correctamente a %s."
482
 
483
+ #: includes/class-freemius.php:20124
484
  msgid "Your license has expired. You can still continue using the free %s forever."
485
  msgstr "Tu licencia ha caducado. Puedes seguir usando el plan gratuito %s para siempre."
486
 
487
+ #: includes/class-freemius.php:20126
488
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
489
  msgstr "Tu licencia ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones."
490
 
491
+ #: includes/class-freemius.php:20134
492
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
493
  msgstr "Tu licencia ha sido cancelada. Si crees que es un error, ponte en contacto con el servicio de asistencia."
494
 
495
+ #: includes/class-freemius.php:20147
496
  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."
497
  msgstr "Tu licencia ha caducado. Todavía puedes seguir usando todas las funciones de %s, pero tendrás que renovar tu licencia para seguir recibiendo actualizaciones y soporte."
498
 
499
+ #: includes/class-freemius.php:20173
500
  msgid "Your free trial has expired. You can still continue using all our free features."
501
  msgstr "Tu período de prueba ha caducado. Todavía puedes seguir usando todas nuestras funciones gratuitas."
502
 
503
+ #: includes/class-freemius.php:20175
504
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
505
  msgstr "Tu período de prueba ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones."
506
 
507
+ #: includes/class-freemius.php:20283
508
  msgid "It looks like the license could not be activated."
509
  msgstr "Parece que la licencia no se pudo activar."
510
 
511
+ #: includes/class-freemius.php:20325
512
  msgid "Your license was successfully activated."
513
  msgstr "Tu licencia fue activada correctamente."
514
 
515
+ #: includes/class-freemius.php:20351
516
  msgid "It looks like your site currently doesn't have an active license."
517
  msgstr "Parece que tu sitio actualmente no tiene una licencia activa."
518
 
519
+ #: includes/class-freemius.php:20375
520
  msgid "It looks like the license deactivation failed."
521
  msgstr "Parece que la desactivación de licencia ha fallado."
522
 
523
+ #: includes/class-freemius.php:20404
524
+ msgid "Your %s license was successfully deactivated."
525
+ msgstr "Your %s license was successfully deactivated."
526
+
527
+ #: includes/class-freemius.php:20405
528
  msgid "Your license was successfully deactivated, you are back to the %s plan."
529
  msgstr "Tu licencia fue desactivada correctamente, has vuelto al plan %s."
530
 
531
+ #: includes/class-freemius.php:20408
532
  msgid "O.K"
533
  msgstr "O.K"
534
 
535
+ #: includes/class-freemius.php:20461
536
  msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
537
  msgstr "Parece que estamos teniendo algún problema temporal con tu cancelación de la suscripción. Vuelve a intentarlo en unos minutos."
538
 
539
+ #: includes/class-freemius.php:20470
540
  msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
541
  msgstr "Tu suscripción ha sido cancelada correctamente. Tu %s licencia del plan caducará en %s."
542
 
543
+ #: includes/class-freemius.php:20512
544
  msgid "You are already running the %s in a trial mode."
545
  msgstr "Estás ejecutando %s en modo de prueba."
546
 
547
+ #: includes/class-freemius.php:20523
548
  msgid "You already utilized a trial before."
549
  msgstr "Ya utilizaste un período de prueba antes."
550
 
551
+ #: includes/class-freemius.php:20537
552
  msgid "Plan %s do not exist, therefore, can't start a trial."
553
  msgstr "El plan %s no existe, por lo tanto, no puedes comenzar un período de prueba."
554
 
555
+ #: includes/class-freemius.php:20548
556
  msgid "Plan %s does not support a trial period."
557
  msgstr "El plan %s no admite un período de prueba."
558
 
559
+ #: includes/class-freemius.php:20559
560
  msgid "None of the %s's plans supports a trial period."
561
  msgstr "Ninguno de los planes de %s soportan un período de prueba."
562
 
563
+ #: includes/class-freemius.php:20609
564
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
565
  msgstr "Parece que ya no estás en modo de prueba, así que no hay nada que cancelar :)"
566
 
567
+ #: includes/class-freemius.php:20645
568
  msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
569
  msgstr "Parece que estamos teniendo algún problema temporal con tu cancelación de prueba. Vuelve a intentarlo en unos minutos."
570
 
571
+ #: includes/class-freemius.php:20664
572
  msgid "Your %s free trial was successfully cancelled."
573
  msgstr "Tu prueba gratuita de %s fue cancelada con éxito."
574
 
575
+ #: includes/class-freemius.php:20980
576
  msgid "Version %s was released."
577
  msgstr "La versión %s se ha lanzado."
578
 
579
+ #: includes/class-freemius.php:20980
580
  msgid "Please download %s."
581
  msgstr "Por favor descarga %s."
582
 
583
+ #: includes/class-freemius.php:20987
584
  msgid "the latest %s version here"
585
  msgstr "la última versión %s aquí"
586
 
587
+ #: includes/class-freemius.php:20992
588
  msgid "New"
589
  msgstr "Nuevo"
590
 
591
+ #: includes/class-freemius.php:20997
592
  msgid "Seems like you got the latest release."
593
  msgstr "Parece que tienes la última versión."
594
 
595
+ #: includes/class-freemius.php:20998
596
  msgid "You are all good!"
597
  msgstr "¡Está todo listo!"
598
 
599
+ #: includes/class-freemius.php:21301
600
  msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
601
  msgstr "El correo de verificación se acaba de enviar a %s. Si no puedes encontrarlo después de 5 min, comprueba tu carpeta de spam."
602
 
603
+ #: includes/class-freemius.php:21441
604
  msgid "Site successfully opted in."
605
  msgstr "Sitio dado de alta correctamente."
606
 
607
+ #: includes/class-freemius.php21442, includes/class-freemius.php:22299
608
  msgid "Awesome"
609
  msgstr "Increíble"
610
 
611
+ #: includes/class-freemius.php21458, templates/forms/optout.php:41
612
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
613
  msgstr "Agradecemos tu ayuda para mejorar %s y por permitirnos rastrear algunos datos de uso."
614
 
615
+ #: includes/class-freemius.php:21459
616
  msgid "Thank you!"
617
  msgstr "¡Gracias!"
618
 
619
+ #: includes/class-freemius.php:21466
620
  msgid "We will no longer be sending any usage data of %s on %s to %s."
621
  msgstr "No continuaremos enviando datos de uso de %s en %s a %s."
622
 
623
+ #: includes/class-freemius.php:21612
624
  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."
625
  msgstr "Comprueba tu buzón de correo, debes recibir un correo electrónico a través de %s para confirmar el cambio de propiedad. Por razones de seguridad, debes confirmar el cambio dentro de los próximos 15 min. Si no puedes encontrar el correo electrónico, comprueba tu carpeta de correo no deseado."
626
 
627
+ #: includes/class-freemius.php:21618
628
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
629
  msgstr "Gracias por confirmar el cambio de propiedad. Se envió un correo electrónico a %s para su aprobación final."
630
 
631
+ #: includes/class-freemius.php:21623
632
  msgid "%s is the new owner of the account."
633
  msgstr "%s es el nuevo dueño de la cuenta."
634
 
635
+ #: includes/class-freemius.php:21625
636
  msgctxt "as congratulations"
637
  msgid "Congrats"
638
  msgstr "Felicidades"
639
 
640
+ #: includes/class-freemius.php:21661
 
 
 
 
 
 
 
 
 
 
 
 
641
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
642
  msgstr "Se actualizó correctamente tu correo electrónico. Recibirás un correo electrónico con las instrucciones de confirmación en unos momentos."
643
 
644
+ #: includes/class-freemius.php:21673
645
  msgid "Please provide your full name."
646
  msgstr "Por favor, dinos tu nombre completo."
647
 
648
+ #: includes/class-freemius.php:21678
649
  msgid "Your name was successfully updated."
650
  msgstr "Tu nombre fue actualizado correctamente."
651
 
652
+ #: includes/class-freemius.php:21739
653
  msgid "You have successfully updated your %s."
654
  msgstr "Has actualizado correctamente tu %s."
655
 
656
+ #: includes/class-freemius.php:21879
657
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
658
  msgstr "Sólo déjanos informarte que la información de complementos de %s se está extrayendo de un servidor externo."
659
 
660
+ #: includes/class-freemius.php:21880
661
  msgctxt "advance notice of something that will need attention."
662
  msgid "Heads up"
663
  msgstr "Atención"
664
 
665
+ #: includes/class-freemius.php:22339
666
  msgctxt "exclamation"
667
  msgid "Hey"
668
  msgstr "Hey"
669
 
670
+ #: includes/class-freemius.php:22339
671
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
672
  msgstr "¿Qué te pareció %s hasta ahora? Prueba todas nuestras funciones premium de %s con una prueba gratuita de % d-días."
673
 
674
+ #: includes/class-freemius.php:22347
675
  msgid "No commitment for %s days - cancel anytime!"
676
  msgstr "Sin compromiso por %s días - ¡cancelar en cualquier momento!"
677
 
678
+ #: includes/class-freemius.php:22348
679
  msgid "No credit card required"
680
  msgstr "No se necesita tarjeta de crédito"
681
 
682
+ #: includes/class-freemius.php22355, templates/forms/trial-start.php:53
683
  msgctxt "call to action"
684
  msgid "Start free trial"
685
  msgstr "Comenzar el período de prueba gratuito"
686
 
687
+ #: includes/class-freemius.php:22432
688
  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!"
689
  msgstr "Hey, ¿sabías que %s tiene un programa de afiliados? ¡Si te gusta %s puedes convertirte en nuestro embajador y ganar dinero!"
690
 
691
+ #: includes/class-freemius.php:22441
692
  msgid "Learn more"
693
  msgstr "Saber más"
694
 
695
+ #: includes/class-freemius.php22627, templates/account.php507,
696
+ #: templates/account.php657, templates/connect.php179,
697
+ #: templates/connect.php455, templates/forms/license-activation.php27,
698
  #: templates/account/partials/addon.php:321
699
  msgid "Activate License"
700
  msgstr "Activar licencia"
701
 
702
+ #: includes/class-freemius.php22628, templates/account.php601,
703
+ #: templates/account.php656, templates/account/partials/addon.php322,
704
  #: templates/account/partials/site.php:271
705
  msgid "Change License"
706
  msgstr "Cambiar licencia"
707
 
708
+ #: includes/class-freemius.php22737, templates/account/partials/site.php:169
709
  msgid "Opt Out"
710
  msgstr "Darse de baja"
711
 
712
+ #: includes/class-freemius.php22739, includes/class-freemius.php22745,
713
  #: templates/account/partials/site.php49,
714
  #: templates/account/partials/site.php:169
715
  msgid "Opt In"
716
  msgstr "Inscribirse"
717
 
718
+ #: includes/class-freemius.php:22973
719
  msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
720
+ msgstr "La versión de pago de %1$s ya está instalada. Por favor, actívala para empezar a beneficiarte de las características de %2$s. %3$s"
721
 
722
+ #: includes/class-freemius.php:22981
723
  msgid "Activate %s features"
724
  msgstr "Activar características %s"
725
 
726
+ #: includes/class-freemius.php:22994
727
  msgid "Please follow these steps to complete the upgrade"
728
  msgstr "Por favor, sigue estos pasos para completar la actualización"
729
 
730
+ #: includes/class-freemius.php:22998
731
  msgid "Download the latest %s version"
732
  msgstr "Descargar la última versión %s"
733
 
734
+ #: includes/class-freemius.php:23002
735
  msgid "Upload and activate the downloaded version"
736
  msgstr "Cargar y activar la versión descargada"
737
 
738
+ #: includes/class-freemius.php:23004
739
  msgid "How to upload and activate?"
740
  msgstr "¿Cómo subirlo y activarlo?"
741
 
742
+ #: includes/class-freemius.php:23138
743
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
744
  msgstr "%sClick aquí %s para elegir los sitios sobre los que te gustaría activar la licencia."
745
 
746
+ #: includes/class-freemius.php:23299
747
  msgid "Auto installation only works for opted-in users."
748
  msgstr "La instalación automática sólo funciona para usuarios que aceptaron."
749
 
750
+ #: includes/class-freemius.php23309, includes/class-freemius.php23342,
751
+ #: includes/class-fs-plugin-updater.php1218,
752
+ #: includes/class-fs-plugin-updater.php:1232
753
  msgid "Invalid module ID."
754
  msgstr "Id de módulo no válido."
755
 
756
+ #: includes/class-freemius.php23318, includes/class-fs-plugin-updater.php:1254
757
  msgid "Premium version already active."
758
  msgstr "Versión premium ya activa."
759
 
760
+ #: includes/class-freemius.php:23325
761
  msgid "You do not have a valid license to access the premium version."
762
  msgstr "No tienes una licencia válida para acceder a la versión premium."
763
 
764
+ #: includes/class-freemius.php:23332
765
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
766
  msgstr "El plugin es un \"Serviceware\" lo que significa que no tiene una versión de código premium."
767
 
768
+ #: includes/class-freemius.php23350, includes/class-fs-plugin-updater.php:1253
769
  msgid "Premium add-on version already installed."
770
  msgstr "Versión del complemento premium ya instalada."
771
 
772
+ #: includes/class-freemius.php:23700
773
  msgid "View paid features"
774
  msgstr "Ver las funciones de pago"
775
 
776
+ #: includes/class-freemius.php:24022
777
  msgid "Thank you so much for using %s and its add-ons!"
778
  msgstr "¡Muchas gracias por utilizar %s y sus complementos!"
779
 
780
+ #: includes/class-freemius.php:24023
781
  msgid "Thank you so much for using %s!"
782
  msgstr "¡Muchas gracias por utilizar %s!"
783
 
784
+ #: includes/class-freemius.php:24029
785
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
786
  msgstr "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando %s."
787
 
788
+ #: includes/class-freemius.php:24033
789
  msgid "Thank you so much for using our products!"
790
  msgstr "¡Muchas gracias por utilizar nuestros productos!"
791
 
792
+ #: includes/class-freemius.php:24034
793
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
794
  msgstr "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando."
795
 
796
+ #: includes/class-freemius.php:24053
797
  msgid "%s and its add-ons"
798
  msgstr "%s y sus complementos"
799
 
800
+ #: includes/class-freemius.php:24062
801
  msgid "Products"
802
  msgstr "Productos"
803
 
804
+ #: includes/class-freemius.php24069, templates/connect.php:280
805
  msgid "Yes"
806
  msgstr "Si"
807
 
808
+ #: includes/class-freemius.php24070, templates/connect.php:281
809
  msgid "send me security & feature updates, educational content and offers."
810
  msgstr "envíame actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas."
811
 
812
+ #: includes/class-freemius.php24071, templates/connect.php:286
813
  msgid "No"
814
  msgstr "No"
815
 
816
+ #: includes/class-freemius.php24073, templates/connect.php:288
817
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
818
  msgstr "%sNO%s me envíes actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas."
819
 
820
+ #: includes/class-freemius.php:24083
821
  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 :-)"
822
+ msgstr "Debido al nuevo %sEU Reglamento General de Protección de Datos (RGPD)%s los requisitos de obligado cumplimiento requieren que proporciones tu consentimiento explícito, una vez más, confirmando que estás de acuerdo :-)"
823
 
824
+ #: includes/class-freemius.php24085, templates/connect.php:295
825
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
826
  msgstr "Indica si deseas que te contactemos para actualizaciones de seguridad y nuevas funciones, contenido educativo y ofertas ocasionales:"
827
 
828
+ #: includes/class-freemius.php:24367
829
  msgid "License key is empty."
830
  msgstr "La clave de licencia está vacía."
831
 
839
  msgid "Buy license"
840
  msgstr "Comprar licencia"
841
 
842
+ #: includes/class-fs-plugin-updater.php327,
843
+ #: includes/class-fs-plugin-updater.php:360
844
  msgid "There is a %s of %s available."
845
  msgstr "Hay una %s de %s disponible."
846
 
847
+ #: includes/class-fs-plugin-updater.php329,
848
+ #: includes/class-fs-plugin-updater.php:365
849
  msgid "new Beta version"
850
+ msgstr "nueva versión Beta"
851
 
852
+ #: includes/class-fs-plugin-updater.php330,
853
+ #: includes/class-fs-plugin-updater.php:366
854
  msgid "new version"
855
  msgstr "nueva versión"
856
 
857
+ #: includes/class-fs-plugin-updater.php:389
858
  msgid "Important Upgrade Notice:"
859
  msgstr "Aviso importante de actualización:"
860
 
861
+ #: includes/class-fs-plugin-updater.php:1283
862
  msgid "Installing plugin: %s"
863
  msgstr "Instalando plugin: %s"
864
 
865
+ #: includes/class-fs-plugin-updater.php:1324
866
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
867
  msgstr "No es posible conectarse al sistema de archivos. Por favor, confirma tus credenciales."
868
 
869
+ #: includes/class-fs-plugin-updater.php:1506
870
  msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
871
  msgstr "El paquete de plugin remoto no contiene una carpeta con el Slug deseado y el cambio de nombre no funcionó."
872
 
873
  #: includes/fs-plugin-info-dialog.php:535
874
  msgid "Purchase More"
875
+ msgstr "Comprar más"
876
 
877
  #: includes/fs-plugin-info-dialog.php536,
878
  #: templates/account/partials/addon.php:385
888
  msgid "Install Free Version Update Now"
889
  msgstr "Instalar la actualización gratuita ahora"
890
 
891
+ #: includes/fs-plugin-info-dialog.php739, templates/account.php:590
892
  msgid "Install Update Now"
893
  msgstr "Instalar actualización ahora"
894
 
908
  msgid "Download Latest Free Version"
909
  msgstr "Descargar la última versión gratuita"
910
 
911
+ #: includes/fs-plugin-info-dialog.php766, templates/account.php99,
912
  #: templates/add-ons.php37, templates/account/partials/addon.php:25
913
  msgctxt "as download latest version"
914
  msgid "Download Latest"
920
  msgid "Activate this add-on"
921
  msgstr "Activar este complemento"
922
 
923
+ #: includes/fs-plugin-info-dialog.php783, templates/connect.php:452
924
  msgid "Activate Free Version"
925
  msgstr "Activar versión gratuita"
926
 
927
+ #: includes/fs-plugin-info-dialog.php784, templates/account.php123,
928
  #: templates/add-ons.php330, templates/account/partials/addon.php:48
929
  msgid "Activate"
930
  msgstr "Activar"
1060
  msgid "Details"
1061
  msgstr "Detalles"
1062
 
1063
+ #: includes/fs-plugin-info-dialog.php1310, templates/account.php110,
1064
+ #: templates/debug.php201, templates/debug.php238, templates/debug.php455,
1065
  #: templates/account/partials/addon.php:36
1066
  msgctxt "product version"
1067
  msgid "Version"
1076
  msgid "Last Updated"
1077
  msgstr "Última actualización"
1078
 
1079
+ #: includes/fs-plugin-info-dialog.php1329, templates/account.php:476
1080
  msgctxt "x-ago"
1081
  msgid "%s ago"
1082
  msgstr "hace %s"
1187
  msgid "Latest Free Version Installed"
1188
  msgstr "Última versión gratuita instalada"
1189
 
1190
+ #: templates/account.php100, templates/forms/subscription-cancellation.php96,
1191
  #: templates/account/partials/addon.php26,
1192
  #: templates/account/partials/site.php:311
1193
  msgid "Downgrading your plan"
1194
  msgstr "Bajando tu plan"
1195
 
1196
+ #: templates/account.php101, templates/forms/subscription-cancellation.php97,
1197
  #: templates/account/partials/addon.php27,
1198
  #: templates/account/partials/site.php:312
1199
  msgid "Cancelling the subscription"
1201
 
1202
  #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1203
  #. subscription'
1204
+ #: templates/account.php103, templates/forms/subscription-cancellation.php99,
1205
  #: templates/account/partials/site.php:314
1206
  msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1207
+ msgstr "%1$s detendrá inmediatamente todos los pagos recurrentes futuros y tu licencia del plan %2$s caducará en %3$s."
1208
 
1209
+ #: templates/account.php104, templates/forms/subscription-cancellation.php100,
1210
  #: templates/account/partials/addon.php30,
1211
  #: templates/account/partials/site.php:315
1212
  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."
1213
  msgstr "Ten en cuenta que no podremos abaratar los precios desactualizados para renovaciones/nuevas suscripciones después de una cancelación. Si eliges renovar la suscripción manualmente en el futuro, después de un aumento de precio, que generalmente ocurre una vez al año, se te cobrará el precio actualizado."
1214
 
1215
+ #: templates/account.php105, templates/forms/subscription-cancellation.php106,
1216
  #: templates/account/partials/addon.php:31
1217
  msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1218
  msgstr "La cancelación del período de prueba bloqueará inmediatamente el acceso a todas las funciones premium. ¿Estás seguro?"
1219
 
1220
+ #: templates/account.php106, templates/forms/subscription-cancellation.php101,
1221
  #: templates/account/partials/addon.php32,
1222
  #: templates/account/partials/site.php:316
1223
  msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1224
  msgstr "Todavía puedes disfrutar de todas las funciones de %s pero no tendrás acceso a soporte y actualizaciones de %s."
1225
 
1226
+ #: templates/account.php107, templates/forms/subscription-cancellation.php102,
1227
  #: templates/account/partials/addon.php33,
1228
  #: templates/account/partials/site.php:317
1229
  msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1230
  msgstr "Una vez que caduque tu licencia todavía puedes utilizar la versión gratuita pero NO tendrás acceso a las funciones de %s."
1231
 
1232
  #. translators: %s: Plan title (e.g. "Professional")
1233
+ #: templates/account.php109,
1234
  #: templates/account/partials/activate-license-button.php31,
1235
  #: templates/account/partials/addon.php:35
1236
  msgid "Activate %s Plan"
1237
  msgstr "Activar plan %s"
1238
 
1239
  #. translators: %s: Time period (e.g. Auto renews in "2 months")
1240
+ #: templates/account.php112, templates/account/partials/addon.php38,
1241
  #: templates/account/partials/site.php:291
1242
  msgid "Auto renews in %s"
1243
  msgstr "Auto renovaciones en %s"
1244
 
1245
  #. translators: %s: Time period (e.g. Expires in "2 months")
1246
+ #: templates/account.php114, templates/account/partials/addon.php40,
1247
  #: templates/account/partials/site.php:293
1248
  msgid "Expires in %s"
1249
  msgstr "Caduca en %s"
1250
 
1251
+ #: templates/account.php:115
1252
  msgctxt "as synchronize license"
1253
  msgid "Sync License"
1254
  msgstr "Sincronizar licencia"
1255
 
1256
+ #: templates/account.php116, templates/account/partials/addon.php:41
1257
  msgid "Cancel Trial"
1258
  msgstr "Cancelar período de prueba"
1259
 
1260
+ #: templates/account.php117, templates/account/partials/addon.php:42
1261
  msgid "Change Plan"
1262
  msgstr "Cambiar Plan"
1263
 
1264
+ #: templates/account.php118, templates/account/partials/addon.php:43
1265
  msgctxt "verb"
1266
  msgid "Upgrade"
1267
  msgstr "Actualizar"
1268
 
1269
+ #: templates/account.php120, templates/account/partials/addon.php45,
1270
  #: templates/account/partials/site.php:318
1271
  msgctxt "verb"
1272
  msgid "Downgrade"
1273
  msgstr "Degradar"
1274
 
1275
+ #: templates/account.php122, templates/add-ons.php246,
1276
  #: templates/plugin-info/features.php72,
1277
  #: templates/account/partials/addon.php47,
1278
  #: templates/account/partials/site.php:33
1279
  msgid "Free"
1280
  msgstr "Gratis"
1281
 
1282
+ #: templates/account.php124, templates/debug.php371,
1283
  #: includes/customizer/class-fs-customizer-upsell-control.php110,
1284
  #: templates/account/partials/addon.php:49
1285
  msgctxt "as product pricing plan"
1286
  msgid "Plan"
1287
  msgstr "Plan"
1288
 
1289
+ #: templates/account.php:125
1290
  msgid "Bundle Plan"
1291
+ msgstr "Plan combinado"
1292
 
1293
+ #: templates/account.php:199
1294
  msgid "Free Trial"
1295
  msgstr "Período de prueba gratuito"
1296
 
1297
+ #: templates/account.php:210
1298
  msgid "Account Details"
1299
  msgstr "Detalles de la cuenta"
1300
 
1301
+ #: templates/account.php217, templates/forms/data-debug-mode.php:33
1302
  msgid "Start Debug"
1303
  msgstr "Start Debug"
1304
 
1305
+ #: templates/account.php:219
1306
  msgid "Stop Debug"
1307
  msgstr "Stop Debug"
1308
 
1309
+ #: templates/account.php:226
1310
  msgid "Billing & Invoices"
1311
+ msgstr "Facturación y facturas"
1312
 
1313
+ #: templates/account.php:237
1314
  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?"
1315
  msgstr "La eliminación de la cuenta desactivará automáticamente su licencia de plan %s para que pueda utilizarla en otros sitios. Si también desea cancelar los pagos periódicos, haga clic en el botón \"Cancelar\" y, en primer lugar, \"Degradar\" su cuenta. ¿Seguro que deseas continuar con la eliminación?"
1316
 
1317
+ #: templates/account.php:239
1318
  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?"
1319
  msgstr "La eliminación no es temporal. Sólo elimínalo si ya no deseas utilizar este %s más. ¿Estás seguro que desea continuar con la eliminación?"
1320
 
1321
+ #: templates/account.php:242
1322
  msgid "Delete Account"
1323
  msgstr "Borrar cuenta"
1324
 
1325
+ #: templates/account.php254, templates/account/partials/addon.php231,
1326
  #: templates/account/partials/deactivate-license-button.php:35
1327
  msgid "Deactivate License"
1328
  msgstr "Desactivar licencia"
1329
 
1330
+ #: templates/account.php277, templates/forms/subscription-cancellation.php:125
1331
  msgid "Are you sure you want to proceed?"
1332
  msgstr "¿Estás seguro que quieres proceder?"
1333
 
1334
+ #: templates/account.php277, templates/account/partials/addon.php:255
1335
  msgid "Cancel Subscription"
1336
  msgstr "Cancelar suscripción"
1337
 
1338
+ #: templates/account.php306, templates/account/partials/addon.php:340
1339
  msgctxt "as synchronize"
1340
  msgid "Sync"
1341
  msgstr "Sincronizar"
1342
 
1343
+ #: templates/account.php321, templates/debug.php:505
1344
  msgid "Name"
1345
  msgstr "Nombre"
1346
 
1347
+ #: templates/account.php327, templates/debug.php:506
1348
  msgid "Email"
1349
  msgstr "Correo electrónico"
1350
 
1351
+ #: templates/account.php334, templates/debug.php369, templates/debug.php:555
1352
  msgid "User ID"
1353
  msgstr "ID de usuario"
1354
 
1355
+ #: templates/account.php352, templates/account.php670,
1356
+ #: templates/account.php715, templates/debug.php236, templates/debug.php363,
1357
+ #: templates/debug.php452, templates/debug.php504, templates/debug.php553,
1358
  #: templates/debug.php632, templates/account/payments.php35,
1359
  #: templates/debug/logger.php:21
1360
  msgid "ID"
1361
  msgstr "ID"
1362
 
1363
+ #: templates/account.php:359
1364
  msgid "Site ID"
1365
  msgstr "ID del sitio"
1366
 
1367
+ #: templates/account.php:362
1368
  msgid "No ID"
1369
  msgstr "Sin ID"
1370
 
1371
+ #: templates/account.php367, templates/debug.php243, templates/debug.php372,
1372
+ #: templates/debug.php456, templates/debug.php508,
1373
  #: templates/account/partials/site.php:227
1374
  msgid "Public Key"
1375
  msgstr "Clave pública"
1376
 
1377
+ #: templates/account.php373, templates/debug.php373, templates/debug.php457,
1378
+ #: templates/debug.php509, templates/account/partials/site.php:239
1379
  msgid "Secret Key"
1380
  msgstr "Clave secreta"
1381
 
1382
+ #: templates/account.php:376
1383
  msgctxt "as secret encryption key missing"
1384
  msgid "No Secret"
1385
  msgstr "Sin clave secreta"
1386
 
1387
+ #: templates/account.php403, templates/account/partials/site.php120,
1388
  #: templates/account/partials/site.php:122
1389
  msgid "Trial"
1390
  msgstr "Período de prueba gratuito"
1391
 
1392
+ #: templates/account.php430, templates/debug.php561,
1393
  #: templates/account/partials/site.php:260
1394
  msgid "License Key"
1395
  msgstr "Clave de licencia"
1396
 
1397
+ #: templates/account.php:461
1398
  msgid "Join the Beta program"
1399
+ msgstr "Únase al programa Beta"
1400
 
1401
+ #: templates/account.php:467
1402
  msgid "not verified"
1403
  msgstr "no verificado"
1404
 
1405
+ #: templates/account.php476, templates/account/partials/addon.php:190
1406
  msgid "Expired"
1407
  msgstr "Caducado"
1408
 
1409
+ #: templates/account.php:536
1410
  msgid "Premium version"
1411
  msgstr "Versión premium"
1412
 
1413
+ #: templates/account.php:538
1414
  msgid "Free version"
1415
  msgstr "Versión gratuita"
1416
 
1417
+ #: templates/account.php:550
1418
  msgid "Verify Email"
1419
  msgstr "Verificar correo electrónico"
1420
 
1421
+ #: templates/account.php:564
1422
  msgid "Download %s Version"
1423
  msgstr "Descargar versión %s"
1424
 
1425
+ #: templates/account.php:580
1426
+ msgid "Download Paid Version"
1427
+ msgstr "Download Paid Version"
1428
+
1429
+ #: templates/account.php598, templates/account.php853,
1430
  #: templates/account/partials/site.php248,
1431
  #: templates/account/partials/site.php:270
1432
  msgctxt "verb"
1433
  msgid "Show"
1434
  msgstr "Mostrar"
1435
 
1436
+ #: templates/account.php:613
1437
  msgid "What is your %s?"
1438
  msgstr "¿Cual es tú %s?"
1439
 
1440
+ #: templates/account.php621, templates/account/billing.php:21
1441
  msgctxt "verb"
1442
  msgid "Edit"
1443
  msgstr "Editar"
1444
 
1445
+ #: templates/account.php625, templates/forms/user-change.php:27
1446
+ msgid "Change User"
1447
+ msgstr "Change User"
1448
+
1449
+ #: templates/account.php:649
1450
  msgid "Sites"
1451
  msgstr "Sitios"
1452
 
1453
+ #: templates/account.php:662
1454
  msgid "Search by address"
1455
  msgstr "Buscar por dirección"
1456
 
1457
+ #: templates/account.php671, templates/debug.php:366
1458
  msgid "Address"
1459
  msgstr "Dirección"
1460
 
1461
+ #: templates/account.php:672
1462
  msgid "License"
1463
  msgstr "Licencia"
1464
 
1465
+ #: templates/account.php:673
1466
  msgid "Plan"
1467
  msgstr "Plan"
1468
 
1469
+ #: templates/account.php:718
1470
  msgctxt "as software license"
1471
  msgid "License"
1472
  msgstr "Licencia"
1473
 
1474
+ #: templates/account.php:847
1475
  msgctxt "verb"
1476
  msgid "Hide"
1477
  msgstr "Ocultar"
1478
 
1479
+ #: templates/account.php869, templates/forms/data-debug-mode.php:31
1480
  msgid "Processing"
1481
  msgstr "Procesando"
1482
 
1483
+ #: templates/account.php:872
1484
  msgid "Get updates for bleeding edge Beta versions of %s."
1485
+ msgstr "Obten actualizaciones para las versiones Beta de vanguardia de %s."
1486
 
1487
+ #: templates/account.php:930
1488
  msgid "Cancelling %s"
1489
  msgstr "Cancelando %s"
1490
 
1491
+ #: templates/account.php930, templates/account.php947,
1492
  #: templates/forms/subscription-cancellation.php27,
1493
  #: templates/forms/deactivation/form.php:133
1494
  msgid "trial"
1495
  msgstr "período de prueba"
1496
 
1497
+ #: templates/account.php945, templates/forms/deactivation/form.php:150
1498
  msgid "Cancelling %s..."
1499
  msgstr "Cancelando %s..."
1500
 
1501
+ #: templates/account.php948, templates/forms/subscription-cancellation.php28,
1502
  #: templates/forms/deactivation/form.php:134
1503
  msgid "subscription"
1504
  msgstr "suscripción"
1505
 
1506
+ #: templates/account.php:962
1507
  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?"
1508
  msgstr "Al desactivar tu licencia todas las características premium se bloquearán, pero posibilitará poder activar tu licencia en otro sitio. ¿Estás seguro que quieres continuar?"
1509
 
1527
  #: templates/add-ons.php:230
1528
  msgctxt "installed add-on"
1529
  msgid "Installed"
1530
+ msgstr "Instalado"
1531
 
1532
+ #: templates/admin-notice.php13, templates/forms/license-activation.php220,
1533
  #: templates/forms/resend-key.php:77
1534
  msgctxt "as close a window"
1535
  msgid "Dismiss"
1569
  msgid "Hey %s,"
1570
  msgstr "Hey %s,"
1571
 
1572
+ #: templates/connect.php:162
1573
  msgid "Allow & Continue"
1574
  msgstr "Permitir y continuar"
1575
 
1576
+ #: templates/connect.php:166
1577
  msgid "Re-send activation email"
1578
  msgstr "Reenviar correo electrónico de activación"
1579
 
1580
+ #: templates/connect.php:170
1581
  msgid "Thanks %s!"
1582
  msgstr "¡Gracias %s!"
1583
 
1584
+ #: templates/connect.php180, templates/forms/license-activation.php:46
1585
  msgid "Agree & Activate License"
1586
  msgstr "De acuerdo y activar licencia"
1587
 
1588
+ #: templates/connect.php:189
1589
  msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1590
  msgstr "¡Gracias por comprar %s! Para empezar, escribe tu clave de licencia:"
1591
 
1592
+ #: templates/connect.php:196
1593
  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."
1594
  msgstr "No te pierdas ninguna actualización importante - acepta para notificaciones de seguridad y de actualizaciones, ofertas y seguimiento de diagnóstico con datos no sensibles con %4$s."
1595
 
1596
+ #: templates/connect.php:197
1597
  msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1598
  msgstr "No te pierdas ninguna actualización importante - acepta para notificaciones de seguridad y de actualizaciones y seguimiento de diagnóstico con datos no sensibles con %4$s."
1599
 
1600
+ #: templates/connect.php:203
1601
  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."
1602
  msgstr "No te pierdas ninguna actualización importante - acepta las notificaciones de seguridad y de actualizaciones, contenido educacional, ofertas y seguimiento de diagnóstico con datos no sensibles con %4$s. ¡Si te saltas esto, no pasa nada! %1$s seguirá funcionando bien."
1603
 
1604
+ #: templates/connect.php:204
1605
  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."
1606
  msgstr "No te pierdas ninguna actualización importante - acepta las notificaciones de seguridad y de actualizaciones y seguimiento de diagnóstico con datos no sensibles con %4$s. ¡Si te saltas esto, no pasa nada! %1$s seguirá funcionando bien."
1607
 
1608
+ #: templates/connect.php:238
1609
  msgid "We're excited to introduce the Freemius network-level integration."
1610
  msgstr "Estamos emocionados de introducir la integración de Freemius a nivel de red."
1611
 
1612
+ #: templates/connect.php:241
1613
  msgid "During the update process we detected %d site(s) that are still pending license activation."
1614
  msgstr "Durante el proceso de actualización hemos detectado%d sitio(s) que aún están pendientes de la activación de licencia."
1615
 
1616
+ #: templates/connect.php:243
1617
  msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1618
  msgstr "Si quieres utilizar %s en estos sitios, introduce por favor tu clave de licencia abajo y haz click en el botón de activación."
1619
 
1620
+ #: templates/connect.php:245
1621
  msgid "%s's paid features"
1622
  msgstr "%s características de pago"
1623
 
1624
+ #: templates/connect.php:250
1625
  msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1626
  msgstr "Alternativamente, puedes saltarlo ahora y activar la licencia después, en tu %s página de cuenta a nivel de red."
1627
 
1628
+ #: templates/connect.php:252
1629
  msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1630
  msgstr "Durante el proceso de actualización detectamos %s sitio(s) en la red que todavía están pendientes de tu atención."
1631
 
1632
+ #: templates/connect.php261, templates/forms/data-debug-mode.php35,
1633
  #: templates/forms/license-activation.php:49
1634
  msgid "License key"
1635
  msgstr "Clave de licencia"
1636
 
1637
+ #: templates/connect.php264, templates/forms/license-activation.php:22
1638
  msgid "Can't find your license key?"
1639
  msgstr "¿No puedes encontrar tu clave de licencia?"
1640
 
1641
+ #: templates/connect.php323, templates/connect.php694,
1642
  #: templates/forms/deactivation/retry-skip.php:20
1643
  msgctxt "verb"
1644
  msgid "Skip"
1645
  msgstr "Saltar"
1646
 
1647
+ #: templates/connect.php:326
1648
  msgid "Delegate to Site Admins"
1649
  msgstr "Delegar a administradores del sitio"
1650
 
1651
+ #: templates/connect.php:326
1652
  msgid "If you click it, this decision will be delegated to the sites administrators."
1653
  msgstr "Si haces click, esta decisión será delegada a los administradores de los sitios."
1654
 
1655
+ #: templates/connect.php:364
1656
  msgid "Your Profile Overview"
1657
  msgstr "Resumen del perfil"
1658
 
1659
+ #: templates/connect.php:365
1660
  msgid "Name and email address"
1661
  msgstr "Nombre y dirección de correo electrónico"
1662
 
1663
+ #: templates/connect.php:372
1664
  msgid "Your Site Overview"
1665
  msgstr "Resumen del sitio"
1666
 
1667
+ #: templates/connect.php:373
1668
+ msgid "Site URL, WP version, PHP info"
1669
+ msgstr "Site URL, WP version, PHP info"
1670
 
1671
+ #: templates/connect.php:379
1672
  msgid "Admin Notices"
1673
  msgstr "Avisos de administración"
1674
 
1675
+ #: templates/connect.php380, templates/connect.php:396
1676
  msgid "Updates, announcements, marketing, no spam"
1677
  msgstr "Actualizaciones, anuncios, marketing, sin spam"
1678
 
1679
+ #: templates/connect.php:386
1680
  msgid "Current %s Events"
1681
  msgstr "Eventos de %s actuales"
1682
 
1683
+ #: templates/connect.php:387
1684
  msgid "Activation, deactivation and uninstall"
1685
  msgstr "Activación, desactivación y desinstalación"
1686
 
1687
+ #: templates/connect.php:395
1688
  msgid "Newsletter"
1689
  msgstr "Boletín"
1690
 
1691
+ #: templates/connect.php:403
1692
+ msgid "Plugins & Themes"
1693
+ msgstr "Plugins & Themes"
1694
+
1695
+ #: templates/connect.php:404
1696
+ msgid "Title, slug, version, and is active"
1697
+ msgstr "Title, slug, version, and is active"
1698
+
1699
+ #: templates/connect.php420, templates/forms/license-activation.php:41
1700
  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."
1701
  msgstr "%1$s periódicamente enviará datos a %2$s para comprobar las actualizaciones de seguridad, nuevas funcionalidades y verificar la validez de tu licencia."
1702
 
1703
+ #: templates/connect.php:425
1704
  msgid "What permissions are being granted?"
1705
  msgstr "¿Qué permisos se otorgan?"
1706
 
1707
+ #: templates/connect.php:451
1708
  msgid "Don't have a license key?"
1709
  msgstr "¿No tienes una clave de licencia?"
1710
 
1711
+ #: templates/connect.php:454
1712
  msgid "Have a license key?"
1713
  msgstr "¿Tienes una clave de licencia?"
1714
 
1715
+ #: templates/connect.php:462
1716
  msgid "Privacy Policy"
1717
  msgstr "Política de privacidad"
1718
 
1719
+ #: templates/connect.php:464
1720
  msgid "License Agreement"
1721
  msgstr "Acuerdo de licencia"
1722
 
1723
+ #: templates/connect.php:464
1724
  msgid "Terms of Service"
1725
  msgstr "Términos de servicio"
1726
 
1727
+ #: templates/connect.php:853
1728
  msgctxt "as in the process of sending an email"
1729
  msgid "Sending email"
1730
  msgstr "Enviando correo electrónico"
1731
 
1732
+ #: templates/connect.php:854
1733
  msgctxt "as activating plugin"
1734
  msgid "Activating"
1735
  msgstr "Activando"
1757
  msgid "Debugging"
1758
  msgstr "Depurando"
1759
 
1760
+ #: templates/debug.php52, templates/debug.php248, templates/debug.php374,
1761
+ #: templates/debug.php:510
1762
  msgid "Actions"
1763
  msgstr "Acciones"
1764
 
1765
+ #: templates/debug.php:62
1766
  msgid "Are you sure you want to delete all Freemius data?"
1767
  msgstr "¿Está seguro que desea eliminar todos los datos de Freemius?"
1768
 
1769
+ #: templates/debug.php:62
1770
  msgid "Delete All Accounts"
1771
  msgstr "Borrar todas las cuentas"
1772
 
1773
+ #: templates/debug.php:69
1774
  msgid "Clear API Cache"
1775
  msgstr "Borrar caché de la API"
1776
 
1777
+ #: templates/debug.php:77
1778
  msgid "Clear Updates Transients"
1779
  msgstr "Borrar transients de actualizaciones"
1780
 
1781
+ #: templates/debug.php:84
1782
  msgid "Sync Data From Server"
1783
  msgstr "Sincronizar datos desde el servidor"
1784
 
1785
+ #: templates/debug.php:93
1786
  msgid "Migrate Options to Network"
1787
  msgstr "Migrar opciones a la red"
1788
 
1789
+ #: templates/debug.php:98
1790
  msgid "Load DB Option"
1791
  msgstr "Cargar opción de BD"
1792
 
1793
+ #: templates/debug.php:101
1794
  msgid "Set DB Option"
1795
  msgstr "Guardar opción en BD"
1796
 
1797
+ #: templates/debug.php:180
1798
  msgid "Key"
1799
  msgstr "Clave"
1800
 
1801
+ #: templates/debug.php:181
1802
  msgid "Value"
1803
  msgstr "Valor"
1804
 
1805
+ #: templates/debug.php:197
1806
  msgctxt "as software development kit versions"
1807
  msgid "SDK Versions"
1808
  msgstr "Versiones SDK"
1809
 
1810
+ #: templates/debug.php:202
1811
  msgid "SDK Path"
1812
  msgstr "Ruta del SDK"
1813
 
1814
+ #: templates/debug.php203, templates/debug.php:242
1815
  msgid "Module Path"
1816
  msgstr "Ruta del módulo"
1817
 
1818
+ #: templates/debug.php:204
1819
  msgid "Is Active"
1820
  msgstr "Está activo"
1821
 
1822
+ #: templates/debug.php232, templates/debug/plugins-themes-sync.php:35
1823
  msgid "Plugins"
1824
  msgstr "Plugins"
1825
 
1826
+ #: templates/debug.php232, templates/debug/plugins-themes-sync.php:56
1827
  msgid "Themes"
1828
  msgstr "Temas"
1829
 
1830
+ #: templates/debug.php237, templates/debug.php368, templates/debug.php454,
1831
  #: templates/debug/scheduled-crons.php:80
1832
  msgid "Slug"
1833
  msgstr "Ruta"
1834
 
1835
+ #: templates/debug.php239, templates/debug.php:453
1836
  msgid "Title"
1837
  msgstr "Título"
1838
 
1839
+ #: templates/debug.php:240
1840
  msgctxt "as application program interface"
1841
  msgid "API"
1842
  msgstr "API"
1843
 
1844
+ #: templates/debug.php:241
1845
  msgid "Freemius State"
1846
  msgstr "Estado Freemius"
1847
 
1848
+ #: templates/debug.php:245
1849
  msgid "Network Blog"
1850
  msgstr "Blog de red"
1851
 
1852
+ #: templates/debug.php:246
1853
  msgid "Network User"
1854
  msgstr "Usuario de red"
1855
 
1856
+ #: templates/debug.php:283
1857
  msgctxt "as connection was successful"
1858
  msgid "Connected"
1859
  msgstr "Conectado"
1860
 
1861
+ #: templates/debug.php:284
1862
  msgctxt "as connection blocked"
1863
  msgid "Blocked"
1864
  msgstr "Bloqueado"
1865
 
1866
+ #: templates/debug.php:320
1867
  msgid "Simulate Trial Promotion"
1868
  msgstr "Simular período de prueba"
1869
 
1870
+ #: templates/debug.php:332
1871
  msgid "Simulate Network Upgrade"
1872
  msgstr "Simular actualización de red"
1873
 
1874
+ #: templates/debug.php:357
1875
  msgid "%s Installs"
1876
  msgstr "%s Instalaciones"
1877
 
1878
+ #: templates/debug.php:359
1879
  msgctxt "like websites"
1880
  msgid "Sites"
1881
  msgstr "Sitios"
1882
 
1883
+ #: templates/debug.php365, templates/account/partials/site.php:156
1884
  msgid "Blog ID"
1885
  msgstr "ID del blog"
1886
 
1887
+ #: templates/debug.php:370
1888
  msgid "License ID"
1889
  msgstr "License ID"
1890
 
1891
+ #: templates/debug.php434, templates/debug.php533,
1892
  #: templates/account/partials/addon.php:435
1893
  msgctxt "verb"
1894
  msgid "Delete"
1895
  msgstr "Borrar"
1896
 
1897
+ #: templates/debug.php:448
1898
  msgid "Add Ons of module %s"
1899
  msgstr "Complementos del módulo %s"
1900
 
1901
+ #: templates/debug.php:500
1902
  msgid "Users"
1903
  msgstr "Usuarios"
1904
 
1905
+ #: templates/debug.php:507
1906
  msgid "Verified"
1907
  msgstr "Verificado"
1908
 
1909
+ #: templates/debug.php:549
1910
  msgid "%s Licenses"
1911
  msgstr "%s Licencias"
1912
 
1913
+ #: templates/debug.php:554
1914
  msgid "Plugin ID"
1915
  msgstr "ID del plugin"
1916
 
1917
+ #: templates/debug.php:556
1918
  msgid "Plan ID"
1919
  msgstr "ID del plan"
1920
 
1921
+ #: templates/debug.php:557
1922
  msgid "Quota"
1923
  msgstr "Cuota"
1924
 
1925
+ #: templates/debug.php:558
1926
  msgid "Activated"
1927
  msgstr "Activado"
1928
 
1929
+ #: templates/debug.php:559
1930
  msgid "Blocking"
1931
  msgstr "Bloqueando"
1932
 
1933
+ #: templates/debug.php560, templates/debug.php631,
1934
+ #: templates/debug/logger.php:22
1935
+ msgid "Type"
1936
+ msgstr "Tipo"
1937
+
1938
+ #: templates/debug.php:562
1939
  msgctxt "as expiration date"
1940
  msgid "Expiration"
1941
  msgstr "Caducidad"
1983
  msgid "Download"
1984
  msgstr "Descarga"
1985
 
 
 
 
 
1986
  #: templates/debug.php636, templates/debug/logger.php:26
1987
  msgid "Timestamp"
1988
  msgstr "Timestamp"
2332
  msgid "Update License"
2333
  msgstr "Activar licencia"
2334
 
2335
+ #: templates/forms/license-activation.php:181
2336
+ msgid "Associate with the license owner's account."
2337
+ msgstr "Associate with the license owner's account."
2338
+
2339
  #: templates/forms/optout.php:30
2340
  msgctxt "verb"
2341
  msgid "Opt Out"
2346
  msgid "Opt In"
2347
  msgstr "Inscribirse"
2348
 
2349
+ #: templates/forms/optout.php:34
2350
+ msgid "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
2351
+ msgstr "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
2352
+
2353
+ #: templates/forms/optout.php:36
2354
+ msgid "Warning: Opting out will block automatic updates"
2355
+ msgstr "Warning: Opting out will block automatic updates"
2356
+
2357
+ #: templates/forms/optout.php:37
2358
+ 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."
2359
+ msgstr "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."
2360
+
2361
+ #: templates/forms/optout.php:39
2362
+ msgid "I'd like to keep automatic updates"
2363
+ msgstr "I'd like to keep automatic updates"
2364
+
2365
+ #: templates/forms/optout.php:44
2366
  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."
2367
  msgstr "El uso del seguimiento se hace con la intención de mejorar %s. Crear una mejor experiencia de usuario, priorizando nuevas características y cosas mejores. Realmente apreciaríamos que considerases permitirnos continuar con el seguimiento."
2368
 
2369
+ #: templates/forms/optout.php:45
2370
+ msgid "On second thought - I want to continue helping"
2371
+ msgstr "On second thought - I want to continue helping"
2372
+
2373
+ #: templates/forms/optout.php:49
2374
  msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2375
  msgstr "Haciendo clic en \"Desistir\", ya no enviaremos los datos de %s a %s."
2376
 
2377
+ #: templates/forms/optout.php:74
2378
+ msgid "Plugins & themes tracking"
2379
+ msgstr "Plugins & themes tracking"
2380
+
2381
+ #: templates/forms/optout.php:256
2382
+ msgid "Saved"
2383
+ msgstr "Saved"
2384
+
2385
  #: templates/forms/premium-versions-upgrade-handler.php:40
2386
  msgid "There is a new version of %s available."
2387
  msgstr "Hay una nueva versión de %s disponible."
2452
  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."
2453
  msgstr "Para el cumplimiento de las directrices de WordPress.org, antes de empezar el período de prueba te pedimos que aceptes con tu usuario e información no sensible del sitio web, permitiendo a %s enviar datos periódicamente a %s para comprobar si hay actualizaciones de versión y para validar la versión de prueba."
2454
 
2455
+ #: templates/forms/user-change.php:26
2456
+ msgid "By changing the user, you agree to transfer the account ownership to:"
2457
+ msgstr "By changing the user, you agree to transfer the account ownership to:"
2458
+
2459
+ #: templates/forms/user-change.php:28
2460
+ msgid "I Agree - Change User"
2461
+ msgstr "I Agree - Change User"
2462
+
2463
+ #: templates/forms/user-change.php:30
2464
+ msgid "Enter email address"
2465
+ msgstr "Enter email address"
2466
+
2467
+ #: templates/forms/user-change.php:81
2468
+ msgctxt "close window"
2469
+ msgid "Dismiss"
2470
+ msgstr "Dismiss"
2471
+
2472
  #: templates/js/style-premium-theme.php:39
2473
  msgid "Premium"
2474
  msgstr "Premium"
2534
  #. subscription'
2535
  #: templates/account/partials/addon.php:29
2536
  msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2537
+ msgstr "%1$s detendrá inmediatamente todos los pagos recurrentes futuros y tu licencia del plan caducará en %s."
2538
 
2539
  #: templates/account/partials/addon.php:185
2540
  msgid "Cancelled"
includes/vendor/freemius/wordpress-sdk/languages/freemius-fr_FR.mo CHANGED
Binary file
includes/vendor/freemius/wordpress-sdk/languages/freemius-fr_FR.po CHANGED
@@ -7,7 +7,7 @@ msgstr ""
7
  "Project-Id-Version: WordPress SDK\n"
8
  "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
9
  "POT-Creation-Date: \n"
10
- "PO-Revision-Date: 2019-10-07 15:33+0000\n"
11
  "Last-Translator: Vova Feldman <vova@freemius.com>\n"
12
  "Language: fr_FR\n"
13
  "Language-Team: French (France) (http://www.transifex.com/freemius/wordpress-sdk/language/fr_FR/)\n"
@@ -21,802 +21,811 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
23
 
24
- #: includes/class-freemius.php1880, templates/account.php:840
25
  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."
26
  msgstr "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."
27
 
28
- #: includes/class-freemius.php:1887
29
  msgid "Would you like to proceed with the update?"
30
  msgstr "Would you like to proceed with the update?"
31
 
32
- #: includes/class-freemius.php:2095
33
  msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
34
  msgstr "Le SDK Freemius ne trouve pas le fichier principal du plugin. Merci de contacter sdk@freemius.com en indiquant l'erreur."
35
 
36
- #: includes/class-freemius.php:2097
37
  msgid "Error"
38
  msgstr "Erreur"
39
 
40
- #: includes/class-freemius.php:2491
41
  msgid "I found a better %s"
42
  msgstr "J'ai trouvé un meilleur %s"
43
 
44
- #: includes/class-freemius.php:2493
45
  msgid "What's the %s's name?"
46
  msgstr "Quel est le nom du %s ?"
47
 
48
- #: includes/class-freemius.php:2499
49
  msgid "It's a temporary %s. I'm just debugging an issue."
50
  msgstr "C'est une %s temporaire. Je corrige un problème."
51
 
52
- #: includes/class-freemius.php:2501
53
  msgid "Deactivation"
54
  msgstr "Désactivation"
55
 
56
- #: includes/class-freemius.php:2502
57
  msgid "Theme Switch"
58
  msgstr "Changement de Thème"
59
 
60
- #: includes/class-freemius.php2511, templates/forms/resend-key.php:24
 
61
  msgid "Other"
62
  msgstr "Autre"
63
 
64
- #: includes/class-freemius.php:2519
65
  msgid "I no longer need the %s"
66
  msgstr "Je n'ai plus besoin du %s"
67
 
68
- #: includes/class-freemius.php:2526
69
  msgid "I only needed the %s for a short period"
70
  msgstr "Je n'ai besoin de %s que pour une courte période"
71
 
72
- #: includes/class-freemius.php:2532
73
  msgid "The %s broke my site"
74
  msgstr "Le %s a cassé mon site"
75
 
76
- #: includes/class-freemius.php:2539
77
  msgid "The %s suddenly stopped working"
78
  msgstr "Le %s a soudainement arrêté de fonctionner"
79
 
80
- #: includes/class-freemius.php:2549
81
  msgid "I can't pay for it anymore"
82
  msgstr "Je ne peux plus payer pour ça"
83
 
84
- #: includes/class-freemius.php:2551
85
  msgid "What price would you feel comfortable paying?"
86
  msgstr "Quel prix seriez-vous prêt à payer ?"
87
 
88
- #: includes/class-freemius.php:2557
89
  msgid "I don't like to share my information with you"
90
  msgstr "Je ne veux pas partager mes informations avec vous"
91
 
92
- #: includes/class-freemius.php:2578
93
  msgid "The %s didn't work"
94
  msgstr "Le %s n'a pas fonctionné"
95
 
96
- #: includes/class-freemius.php:2588
97
  msgid "I couldn't understand how to make it work"
98
  msgstr "Je ne comprends pas comment le faire fonctionner"
99
 
100
- #: includes/class-freemius.php:2596
101
  msgid "The %s is great, but I need specific feature that you don't support"
102
  msgstr "Le %s est bien mais j'ai besoin de fonctionnalités spécifiques que vous ne proposez pas"
103
 
104
- #: includes/class-freemius.php:2598
105
  msgid "What feature?"
106
  msgstr "Quelle fonctionnalité ?"
107
 
108
- #: includes/class-freemius.php:2602
109
  msgid "The %s is not working"
110
  msgstr "Le %s ne fonctionne pas"
111
 
112
- #: includes/class-freemius.php:2604
113
  msgid "Kindly share what didn't work so we can fix it for future users..."
114
  msgstr "Merci de nous indiquer ce qui ne fonctionne pas afin que nous puissions le corriger pour les futurs utilisateurs..."
115
 
116
- #: includes/class-freemius.php:2608
117
  msgid "It's not what I was looking for"
118
  msgstr "Ce n'est pas ce que je recherche"
119
 
120
- #: includes/class-freemius.php:2610
121
  msgid "What you've been looking for?"
122
  msgstr "Que recherchez-vous ?"
123
 
124
- #: includes/class-freemius.php:2614
125
  msgid "The %s didn't work as expected"
126
  msgstr "Le %s n'a pas fonctionné comme prévu"
127
 
128
- #: includes/class-freemius.php:2616
129
  msgid "What did you expect?"
130
  msgstr "À quoi vous attendiez-vous ?"
131
 
132
- #: includes/class-freemius.php3471, templates/debug.php:20
133
  msgid "Freemius Debug"
134
  msgstr "Débuggage Freemius"
135
 
136
- #: includes/class-freemius.php:4223
137
  msgid "I don't know what is cURL or how to install it, help me!"
138
  msgstr "Je ne sais pas ce qu'est cURL ou comment l'installer, aidez moi !"
139
 
140
- #: includes/class-freemius.php:4225
141
  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."
142
  msgstr "Nous allons contacter votre hébergeur afin de résoudre le problème. Vous recevrez un email à propos de %s dès que nous aurons des nouvelles."
143
 
144
- #: includes/class-freemius.php:4232
145
  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."
146
  msgstr "Parfait, merci d'installer cURL et de l'activer dans votre fichier php.ini. De plus, recherchez l'instruction 'disable_functions' de votre fichier php.ini et désactivez les commandes commençant par 'curl_'. Pour vérifier la bonne activation, utilisez la fonction 'phpinfo()'. Une fois activé, désactivez le %s et réactivez le à nouveau."
147
 
148
- #: includes/class-freemius.php:4337
149
  msgid "Yes - do your thing"
150
  msgstr "Oui - allez-y"
151
 
152
- #: includes/class-freemius.php:4342
153
  msgid "No - just deactivate"
154
  msgstr "Non - désactivation seulement"
155
 
156
- #: includes/class-freemius.php4387, includes/class-freemius.php4881,
157
- #: includes/class-freemius.php6032, includes/class-freemius.php13153,
158
- #: includes/class-freemius.php16558, includes/class-freemius.php16646,
159
- #: includes/class-freemius.php16812, includes/class-freemius.php19040,
160
- #: includes/class-freemius.php19381, includes/class-freemius.php19391,
161
- #: includes/class-freemius.php20051, includes/class-freemius.php20924,
162
- #: includes/class-freemius.php21039, includes/class-freemius.php21183,
163
- #: templates/add-ons.php:57
164
  msgctxt "exclamation"
165
  msgid "Oops"
166
  msgstr "Oups"
167
 
168
- #: includes/class-freemius.php:4456
169
  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."
170
  msgstr "Merci de nous permettre de corriger ça. Un message vient d'être envoyé à notre service technique. Nous reviendrons vers vous dès que nous aurons des nouvelles à propos de %s."
171
 
172
- #: includes/class-freemius.php:4878
173
  msgctxt "addonX cannot run without pluginY"
174
  msgid "%s cannot run without %s."
175
  msgstr "%s ne peut pas fonctionner sans %s."
176
 
177
- #: includes/class-freemius.php:4879
178
  msgctxt "addonX cannot run..."
179
  msgid "%s cannot run without the plugin."
180
  msgstr "%s ne peut pas fonctionner sans le plugin."
181
 
182
- #: includes/class-freemius.php5052, includes/class-freemius.php5077,
183
- #: includes/class-freemius.php:20122
184
  msgid "Unexpected API error. Please contact the %s's author with the following error."
185
  msgstr "Une erreur est survenue dans l'API. Merci de contacter l'auteur du %s en lui indiquant l'erreur."
186
 
187
- #: includes/class-freemius.php:5720
188
  msgid "Premium %s version was successfully activated."
189
  msgstr "La version premium de %s a été activée avec succès."
190
 
191
- #: includes/class-freemius.php5732, includes/class-freemius.php:7599
192
  msgctxt ""
193
  msgid "W00t"
194
  msgstr "Génial"
195
 
196
- #: includes/class-freemius.php:5747
197
  msgid "You have a %s license."
198
  msgstr "Vous avez une license pour %s."
199
 
200
- #: includes/class-freemius.php5751, includes/class-freemius.php15975,
201
- #: includes/class-freemius.php15986, includes/class-freemius.php19292,
202
- #: includes/class-freemius.php19642, includes/class-freemius.php19711,
203
- #: includes/class-freemius.php:19876
204
  msgctxt "interjection expressing joy or exuberance"
205
  msgid "Yee-haw"
206
  msgstr "Youpi"
207
 
208
- #: includes/class-freemius.php:6015
209
  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."
210
  msgstr "La période d'essai du %s a bien été annulé. L'add-on a été désactivé car il ne fonctionne qu'avec la version premium. Si vous souhaitez l'utiliser ultérieurement, vous devrez acheter une licence."
211
 
212
- #: includes/class-freemius.php:6019
213
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
214
  msgstr "%sest un add-on pour la version premium. Vous devez acheter une licence avant d'activer le plugin."
215
 
216
- #: includes/class-freemius.php6028, templates/add-ons.php186,
217
  #: templates/account/partials/addon.php:381
218
  msgid "More information about %s"
219
  msgstr "Plus d'informations à propos de %s"
220
 
221
- #: includes/class-freemius.php:6029
222
  msgid "Purchase License"
223
  msgstr "Acheter une licence"
224
 
225
- #: includes/class-freemius.php6964, templates/connect.php:163
226
  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."
227
  msgstr "Vous devriez recevoir un email d'activation pour %s sur votre boîte %s. Merci de cliquer sur le bouton d'activation dans l'email pour %s."
228
 
229
- #: includes/class-freemius.php:6968
230
  msgid "start the trial"
231
  msgstr "commencer la période d'essai"
232
 
233
- #: includes/class-freemius.php6969, templates/connect.php:167
234
  msgid "complete the install"
235
  msgstr "compléter l'installation"
236
 
237
- #: includes/class-freemius.php:7081
238
  msgid "You are just one step away - %s"
239
  msgstr "Il ne reste qu'une étape - %s"
240
 
241
- #: includes/class-freemius.php:7084
242
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
243
  msgid "Complete \"%s\" Activation Now"
244
  msgstr "Compléter \"%s\" Activer Maintenant"
245
 
246
- #: includes/class-freemius.php:7162
247
  msgid "We made a few tweaks to the %s, %s"
248
  msgstr "Nous avons fait quelques modifications au %s, %s"
249
 
250
- #: includes/class-freemius.php:7166
251
  msgid "Opt in to make \"%s\" better!"
252
  msgstr "Inscrivez-vous pour améliorer \"%s\" !"
253
 
254
- #: includes/class-freemius.php:7598
255
  msgid "The upgrade of %s was successfully completed."
256
  msgstr "La mise à jour du %s s'est terminée avec succès "
257
 
258
- #: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
259
- #: includes/class-fs-plugin-updater.php1233,
260
- #: includes/class-fs-plugin-updater.php1240,
261
  #: templates/auto-installation.php:32
262
  msgid "Add-On"
263
  msgstr "Add-On"
264
 
265
- #: includes/class-freemius.php9804, templates/account.php335,
266
- #: templates/account.php343, templates/debug.php360, templates/debug.php:551
267
  msgid "Plugin"
268
  msgstr "Plugin"
269
 
270
- #: includes/class-freemius.php9805, templates/account.php336,
271
- #: templates/account.php344, templates/debug.php360, templates/debug.php551,
272
  #: templates/forms/deactivation/form.php:71
273
  msgid "Theme"
274
  msgstr "Thème"
275
 
276
- #: includes/class-freemius.php:12596
277
  msgid "An unknown error has occurred while trying to set the user's beta mode."
278
  msgstr "An unknown error has occurred while trying to set the user's beta mode."
279
 
280
- #: includes/class-freemius.php:13020
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
  msgid "Invalid site details collection."
282
  msgstr "Récupération des détails du site non valide."
283
 
284
- #: includes/class-freemius.php:13140
285
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
286
  msgstr "Nous ne trouvons pas votre adresse mail dans notre système, êtes-vous qu'il s'agit de la bonne adresse ?"
287
 
288
- #: includes/class-freemius.php:13142
289
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
290
  msgstr "Nous ne trouvons aucune licence active associée avec cette adresse email, êtes-vous qu'il s'agit de la bonne adresse ?"
291
 
292
- #: includes/class-freemius.php:13416
293
  msgid "Account is pending activation."
294
  msgstr "Compte en cours d'activation."
295
 
296
- #: includes/class-freemius.php13528,
297
  #: templates/forms/premium-versions-upgrade-handler.php:47
298
  msgid "Buy a license now"
299
  msgstr "Acheter une licence maintenant"
300
 
301
- #: includes/class-freemius.php13540,
302
  #: templates/forms/premium-versions-upgrade-handler.php:46
303
  msgid "Renew your license now"
304
  msgstr "Renouvelez votre licence maintenant"
305
 
306
- #: includes/class-freemius.php:13544
307
  msgid "%s to access version %s security & feature updates, and support."
308
  msgstr "%s pour permettre les mises à jour de sécurité et de fonctionnalités de la version %s, et le support."
309
 
310
- #: includes/class-freemius.php:15957
311
  msgid "%s activation was successfully completed."
312
  msgstr "L'activation de %s s'est terminée avec succès."
313
 
314
- #: includes/class-freemius.php:15971
315
  msgid "Your account was successfully activated with the %s plan."
316
  msgstr "Votre compte a été activé avec succès avec la formule %s."
317
 
318
- #: includes/class-freemius.php15982, includes/class-freemius.php:19707
319
  msgid "Your trial has been successfully started."
320
  msgstr "Votre période d'essai a bien démarré."
321
 
322
- #: includes/class-freemius.php16556, includes/class-freemius.php16644,
323
- #: includes/class-freemius.php:16810
324
  msgid "Couldn't activate %s."
325
  msgstr "Impossible d'activer %s."
326
 
327
- #: includes/class-freemius.php16557, includes/class-freemius.php16645,
328
- #: includes/class-freemius.php:16811
329
  msgid "Please contact us with the following message:"
330
  msgstr "Merci de nous contacter avec le message suivant :"
331
 
332
- #: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
333
  msgid "An unknown error has occurred."
334
  msgstr "An unknown error has occurred."
335
 
336
- #: includes/class-freemius.php17168, includes/class-freemius.php:22082
337
  msgid "Upgrade"
338
  msgstr "Mise à jour"
339
 
340
- #: includes/class-freemius.php:17174
341
  msgid "Start Trial"
342
  msgstr "Essai gratuit"
343
 
344
- #: includes/class-freemius.php:17176
345
  msgid "Pricing"
346
  msgstr "Tarifs"
347
 
348
- #: includes/class-freemius.php17256, includes/class-freemius.php:17258
349
  msgid "Affiliation"
350
  msgstr "Affiliation"
351
 
352
- #: includes/class-freemius.php17286, includes/class-freemius.php17288,
353
- #: templates/account.php183, templates/debug.php:326
354
  msgid "Account"
355
  msgstr "Compte"
356
 
357
- #: includes/class-freemius.php17302, includes/class-freemius.php17304,
358
  #: includes/customizer/class-fs-customizer-support-section.php:60
359
  msgid "Contact Us"
360
  msgstr "Contactez Nous"
361
 
362
- #: includes/class-freemius.php17315, includes/class-freemius.php17317,
363
- #: includes/class-freemius.php22096, templates/account.php111,
364
  #: templates/account/partials/addon.php:44
365
  msgid "Add-Ons"
366
  msgstr "Add-Ons"
367
 
368
- #: includes/class-freemius.php:17351
369
  msgctxt "ASCII arrow left icon"
370
  msgid "&#x2190;"
371
  msgstr "&#x2190;"
372
 
373
- #: includes/class-freemius.php:17351
374
  msgctxt "ASCII arrow right icon"
375
  msgid "&#x27a4;"
376
  msgstr "&#x27a4;"
377
 
378
- #: includes/class-freemius.php17353, templates/pricing.php:103
379
  msgctxt "noun"
380
  msgid "Pricing"
381
  msgstr "Tarifs"
382
 
383
- #: includes/class-freemius.php17566,
384
  #: includes/customizer/class-fs-customizer-support-section.php:67
385
  msgid "Support Forum"
386
  msgstr "Forum de Support"
387
 
388
- #: includes/class-freemius.php:18536
389
  msgid "Your email has been successfully verified - you are AWESOME!"
390
  msgstr "Votre email a été vérifié avec succès - vous êtes FORMIDABLE !"
391
 
392
- #: includes/class-freemius.php:18537
393
  msgctxt "a positive response"
394
  msgid "Right on"
395
  msgstr "Directement"
396
 
397
- #: includes/class-freemius.php:19041
398
  msgid "seems like the key you entered doesn't match our records."
399
  msgstr "seems like the key you entered doesn't match our records."
400
 
401
- #: includes/class-freemius.php:19065
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 "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."
404
 
405
- #: includes/class-freemius.php:19283
406
  msgid "Your %s Add-on plan was successfully upgraded."
407
  msgstr "Votre Add-on %s a bien été mis à jour."
408
 
409
- #: includes/class-freemius.php:19285
410
  msgid "%s Add-on was successfully purchased."
411
  msgstr "L'Add-on %s a bien été acheté."
412
 
413
- #: includes/class-freemius.php:19288
414
  msgid "Download the latest version"
415
  msgstr "Télécharger la dernière version"
416
 
417
- #: includes/class-freemius.php:19374
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 "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
420
 
421
- #: includes/class-freemius.php19380, includes/class-freemius.php19390,
422
- #: includes/class-freemius.php19835, includes/class-freemius.php:19924
423
  msgid "Error received from the server:"
424
  msgstr "Une erreur a été reçu depuis le serveur :"
425
 
426
- #: includes/class-freemius.php:19390
427
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
428
  msgstr "Il semble que l'un des paramètres d'authentification soit faux. Veuillez mettre à jour votre Public Key, votre Secret Key ainsi que vote User ID et essayez à nouveau."
429
 
430
- #: includes/class-freemius.php19604, includes/class-freemius.php19840,
431
- #: includes/class-freemius.php19895, includes/class-freemius.php:19998
432
  msgctxt ""
433
  msgid "Hmm"
434
  msgstr "Hmm"
435
 
436
- #: includes/class-freemius.php:19617
437
  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."
438
  msgstr "Il semble que vous soyez encore sur la formule %s. Si vous avez mis à jour ou changer votre formule, le problème est probablement de votre côté - désolé."
439
 
440
- #: includes/class-freemius.php19618, templates/account.php113,
441
  #: templates/add-ons.php250, templates/account/partials/addon.php:46
442
  msgctxt "trial period"
443
  msgid "Trial"
444
  msgstr "Période d'essai"
445
 
446
- #: includes/class-freemius.php:19623
447
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
448
  msgstr "J'ai mis à jour mon compte mais quand j'essaie de synchroniser la licence, la formule est toujours %s."
449
 
450
- #: includes/class-freemius.php19627, includes/class-freemius.php:19686
451
  msgid "Please contact us here"
452
  msgstr "Merci de nous contacter ici"
453
 
454
- #: includes/class-freemius.php:19638
455
  msgid "Your plan was successfully activated."
456
  msgstr "Your plan was successfully activated."
457
 
458
- #: includes/class-freemius.php:19639
459
  msgid "Your plan was successfully upgraded."
460
  msgstr "Votre formule a bien été mise à jour."
461
 
462
- #: includes/class-freemius.php:19656
463
  msgid "Your plan was successfully changed to %s."
464
  msgstr "Votre formule a bien été modifié vers %s. "
465
 
466
- #: includes/class-freemius.php:19672
467
  msgid "Your license has expired. You can still continue using the free %s forever."
468
  msgstr "Votre licence a expiré. Vous pouvez toujours utiliser la version gratuite indéfiniment."
469
 
470
- #: includes/class-freemius.php:19674
471
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
472
  msgstr "Votre licence a expiré.%1$sFaites la mise à jour maintenant%2$s pour continuer à utiliser le %3$s sans interruption."
473
 
474
- #: includes/class-freemius.php:19682
475
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
476
  msgstr "Votre licence a été annulé. Si vous pensez qu'il s'agit d'une erreur, merci de contacter le support."
477
 
478
- #: includes/class-freemius.php:19695
479
  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."
480
  msgstr "Votre licence a expiré. Vous pouvez toujours utiliser les fonctionnalités %s mais vous devrez renouveler votre licence pour recevoir les mises à jour et une assistance."
481
 
482
- #: includes/class-freemius.php:19721
483
  msgid "Your free trial has expired. You can still continue using all our free features."
484
  msgstr "Votre période d'essai gratuite est terminée. Vous pouvez continuer à utiliser toutes nos fonctionnalités gratuites."
485
 
486
- #: includes/class-freemius.php:19723
487
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
488
  msgstr "Votre période d'essai gratuite est terminée. %1$sFaites la mise à jour maintenant%2$s pour continuer à utiliser le %3$s sans interruption."
489
 
490
- #: includes/class-freemius.php:19831
491
  msgid "It looks like the license could not be activated."
492
  msgstr "Il semble que la licence ne puisse être activée."
493
 
494
- #: includes/class-freemius.php:19873
495
  msgid "Your license was successfully activated."
496
  msgstr "Votre licence a bien été activée."
497
 
498
- #: includes/class-freemius.php:19899
499
  msgid "It looks like your site currently doesn't have an active license."
500
  msgstr "Il semble que votre site n'ait pas de licence active."
501
 
502
- #: includes/class-freemius.php:19923
503
  msgid "It looks like the license deactivation failed."
504
  msgstr "Il semble que la désactivation de la licence a échoué."
505
 
506
- #: includes/class-freemius.php:19951
 
 
 
 
507
  msgid "Your license was successfully deactivated, you are back to the %s plan."
508
  msgstr "Votre licence a bien été désactivé, vous utilisez à présent la formule %s."
509
 
510
- #: includes/class-freemius.php:19952
511
  msgid "O.K"
512
  msgstr "O.K"
513
 
514
- #: includes/class-freemius.php:20005
515
  msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
516
  msgstr "Il semble que nous ayons un problème temporaire avec l'annulation de votre abonnement. Merci de réessayer dans quelques minutes."
517
 
518
- #: includes/class-freemius.php:20014
519
  msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
520
  msgstr "Votre abonnement a bien été annulé. Votre licence de la formule %s expirera dans %s."
521
 
522
- #: includes/class-freemius.php:20056
523
  msgid "You are already running the %s in a trial mode."
524
  msgstr "Vous utilisez déjà le %s en période d'essai. "
525
 
526
- #: includes/class-freemius.php:20067
527
  msgid "You already utilized a trial before."
528
  msgstr "Vous avez déjà utilisé la période d'essai."
529
 
530
- #: includes/class-freemius.php:20081
531
  msgid "Plan %s do not exist, therefore, can't start a trial."
532
  msgstr "La formule %s n'existe pas, il n'est pas possible de commencer une période d'essai."
533
 
534
- #: includes/class-freemius.php:20092
535
  msgid "Plan %s does not support a trial period."
536
  msgstr "La formule %s ne propose pas de période d'essai."
537
 
538
- #: includes/class-freemius.php:20103
539
  msgid "None of the %s's plans supports a trial period."
540
  msgstr "Aucune formule du %s ne propose de période d'essai."
541
 
542
- #: includes/class-freemius.php:20153
543
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
544
  msgstr "Il semble que vous ne soyez plus en période d'essai donc il n'y a rien à annuler :)"
545
 
546
- #: includes/class-freemius.php:20189
547
  msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
548
  msgstr "Il semble que nous ayons un problème temporaire pour annuler votre période d'essai. Merci de réessayer dans quelques minutes."
549
 
550
- #: includes/class-freemius.php:20208
551
  msgid "Your %s free trial was successfully cancelled."
552
  msgstr "Votre période d'essai %s a bien été annulé."
553
 
554
- #: includes/class-freemius.php:20524
555
  msgid "Version %s was released."
556
  msgstr "La version %s vient d'être publiée."
557
 
558
- #: includes/class-freemius.php:20524
559
  msgid "Please download %s."
560
  msgstr "Merci de télécharger %s."
561
 
562
- #: includes/class-freemius.php:20531
563
  msgid "the latest %s version here"
564
  msgstr "la dernière version de %s ici"
565
 
566
- #: includes/class-freemius.php:20536
567
  msgid "New"
568
  msgstr "Nouveau"
569
 
570
- #: includes/class-freemius.php:20541
571
  msgid "Seems like you got the latest release."
572
  msgstr "Il semble que vous ayez la dernière version."
573
 
574
- #: includes/class-freemius.php:20542
575
  msgid "You are all good!"
576
  msgstr "Vous êtes tout bon !"
577
 
578
- #: includes/class-freemius.php:20812
579
  msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
580
  msgstr "Un email de vérification vient d'être envoyé sur %s. Si vous ne le recevez pas d'ici 5 minutes, merci de vérifier dans vos spams."
581
 
582
- #: includes/class-freemius.php:20951
583
  msgid "Site successfully opted in."
584
  msgstr "Site ajouté avec succès."
585
 
586
- #: includes/class-freemius.php20952, includes/class-freemius.php:21792
587
  msgid "Awesome"
588
  msgstr "Formidable"
589
 
590
- #: includes/class-freemius.php20968, templates/forms/optout.php:32
591
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
592
  msgstr "Nous vous remercions de votre aide pour améliorer le %s en nous permettant de recevoir des informations concernant son usage."
593
 
594
- #: includes/class-freemius.php:20969
595
  msgid "Thank you!"
596
  msgstr "Merci !"
597
 
598
- #: includes/class-freemius.php:20976
599
  msgid "We will no longer be sending any usage data of %s on %s to %s."
600
  msgstr "Nous n'enverrons plus d'information d'utilisation de %s sur %s à %s."
601
 
602
- #: includes/class-freemius.php:21105
603
  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."
604
  msgstr "Merci de vérifier votre messagerie, vous devriez recevoir un email via %s pour confirmer le changement de propriétaire. Pour des raisons de sécurité, vous devez confirmer le changement dans les prochaines 15 minutes. Vérifiez vos spams si vous ne recevez pas le message."
605
 
606
- #: includes/class-freemius.php:21111
607
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
608
  msgstr "Merci pour la confirmation du changement de propriétaire. Un email vient d'être envoyé à %s pour la validation finale."
609
 
610
- #: includes/class-freemius.php:21116
611
  msgid "%s is the new owner of the account."
612
  msgstr "%s est le nouveau propriétaire du compte."
613
 
614
- #: includes/class-freemius.php:21118
615
  msgctxt "as congratulations"
616
  msgid "Congrats"
617
  msgstr "Félicitations"
618
 
619
- #: includes/class-freemius.php:21138
620
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
621
- msgstr "Désolé, nous ne pouvons pas mettre à jour l'email. Il existe déjà un autre utilisateur avec cette adresse."
622
-
623
- #: includes/class-freemius.php:21139
624
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
625
- msgstr "Si vous voulez transférer la propriété du compte de %s à %s cliquez sur le bouton Changement De Propriétaire"
626
-
627
- #: includes/class-freemius.php:21146
628
- msgid "Change Ownership"
629
- msgstr "Changement De Propriétaire"
630
-
631
- #: includes/class-freemius.php:21154
632
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
633
  msgstr "Votre email a été mis à jour. Vous allez recevoir un message avec les instructions de confirmation."
634
 
635
- #: includes/class-freemius.php:21166
636
  msgid "Please provide your full name."
637
  msgstr "Merci d'indiquer vos prénom et nom."
638
 
639
- #: includes/class-freemius.php:21171
640
  msgid "Your name was successfully updated."
641
  msgstr "Votre nom a été mis à jour."
642
 
643
- #: includes/class-freemius.php:21232
644
  msgid "You have successfully updated your %s."
645
  msgstr "Votre %s a bien été mis à jour."
646
 
647
- #: includes/class-freemius.php:21372
648
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
649
  msgstr "Sachez que les informations de l'add-ons de %s sont issus d'un serveur externe."
650
 
651
- #: includes/class-freemius.php:21373
652
  msgctxt "advance notice of something that will need attention."
653
  msgid "Heads up"
654
  msgstr "Avertissement"
655
 
656
- #: includes/class-freemius.php:21832
657
  msgctxt "exclamation"
658
  msgid "Hey"
659
  msgstr "Hey"
660
 
661
- #: includes/class-freemius.php:21832
662
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
663
  msgstr "Que pensez-vous de %s ? Testez nos %s fonctionnalités premium avec %d jours d'essai gratuit."
664
 
665
- #: includes/class-freemius.php:21840
666
  msgid "No commitment for %s days - cancel anytime!"
667
  msgstr "Pas d'engagement durant %s jours - annuler quand vous voulez !"
668
 
669
- #: includes/class-freemius.php:21841
670
  msgid "No credit card required"
671
  msgstr "Pas besoin de carte bancaire"
672
 
673
- #: includes/class-freemius.php21848, templates/forms/trial-start.php:53
674
  msgctxt "call to action"
675
  msgid "Start free trial"
676
  msgstr "Commencer l'essai gratuit"
677
 
678
- #: includes/class-freemius.php:21925
679
  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!"
680
  msgstr "Dites, savez-vous que %s propose un système de affiliation ? Si vous aimez le %s vous pouvez devenir notre ambassadeur et gagner de l'argent !"
681
 
682
- #: includes/class-freemius.php:21934
683
  msgid "Learn more"
684
  msgstr "En savoir plus"
685
 
686
- #: includes/class-freemius.php22120, templates/account.php499,
687
- #: templates/account.php624, templates/connect.php171,
688
- #: templates/connect.php421, templates/forms/license-activation.php27,
689
  #: templates/account/partials/addon.php:321
690
  msgid "Activate License"
691
  msgstr "Activer la licence"
692
 
693
- #: includes/class-freemius.php22121, templates/account.php571,
694
- #: templates/account.php623, templates/account/partials/addon.php322,
695
  #: templates/account/partials/site.php:271
696
  msgid "Change License"
697
  msgstr "Changer la licence"
698
 
699
- #: includes/class-freemius.php22217, templates/account/partials/site.php:169
700
  msgid "Opt Out"
701
  msgstr "Désinscription"
702
 
703
- #: includes/class-freemius.php22219, includes/class-freemius.php22225,
704
  #: templates/account/partials/site.php49,
705
  #: templates/account/partials/site.php:169
706
  msgid "Opt In"
707
  msgstr "Inscription"
708
 
709
- #: includes/class-freemius.php:22453
710
  msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
711
  msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
712
 
713
- #: includes/class-freemius.php:22461
714
  msgid "Activate %s features"
715
  msgstr "Activer les fonctionnalités %s"
716
 
717
- #: includes/class-freemius.php:22474
718
  msgid "Please follow these steps to complete the upgrade"
719
  msgstr "Merci de suivre ces étapes pour finaliser la mise à jour"
720
 
721
- #: includes/class-freemius.php:22478
722
  msgid "Download the latest %s version"
723
  msgstr "Télécharger la dernière version %s"
724
 
725
- #: includes/class-freemius.php:22482
726
  msgid "Upload and activate the downloaded version"
727
  msgstr "Téléverser et activer la version téléchargée"
728
 
729
- #: includes/class-freemius.php:22484
730
  msgid "How to upload and activate?"
731
  msgstr "Comment téléverser et activer ?"
732
 
733
- #: includes/class-freemius.php:22618
734
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
735
  msgstr "%sCliquez ici %s pour choisir les sites sur lesquels vous souhaitez activer la licence."
736
 
737
- #: includes/class-freemius.php:22779
738
  msgid "Auto installation only works for opted-in users."
739
  msgstr "L'installation automatique ne fonctionne que pour les utilisateurs qui se sont inscrits."
740
 
741
- #: includes/class-freemius.php22789, includes/class-freemius.php22822,
742
- #: includes/class-fs-plugin-updater.php1212,
743
- #: includes/class-fs-plugin-updater.php:1226
744
  msgid "Invalid module ID."
745
  msgstr "ID du module non valide."
746
 
747
- #: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
748
  msgid "Premium version already active."
749
  msgstr "Version premium déjà active."
750
 
751
- #: includes/class-freemius.php:22805
752
  msgid "You do not have a valid license to access the premium version."
753
  msgstr "Vous n'avez pas de licence valide pour accéder à la version premium."
754
 
755
- #: includes/class-freemius.php:22812
756
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
757
  msgstr "Le plugin est un \"Serviceware\" ce qui veut dire qu'il n'a pas de version premium de code."
758
 
759
- #: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
760
  msgid "Premium add-on version already installed."
761
  msgstr "La version premium de l'add-on est déjà installée."
762
 
763
- #: includes/class-freemius.php:23180
764
  msgid "View paid features"
765
  msgstr "Voir les fonctionnalités payantes"
766
 
767
- #: includes/class-freemius.php:23502
768
  msgid "Thank you so much for using %s and its add-ons!"
769
  msgstr "Merci beaucoup d'utiliser %s et ses add-ons !"
770
 
771
- #: includes/class-freemius.php:23503
772
  msgid "Thank you so much for using %s!"
773
  msgstr "Merci beaucoup d'utiliser %s !"
774
 
775
- #: includes/class-freemius.php:23509
776
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
777
  msgstr "Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer à améliorer le %s."
778
 
779
- #: includes/class-freemius.php:23513
780
  msgid "Thank you so much for using our products!"
781
  msgstr "Merci beaucoup d'utiliser nos produits !"
782
 
783
- #: includes/class-freemius.php:23514
784
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
785
  msgstr "Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer à les améliorer."
786
 
787
- #: includes/class-freemius.php:23533
788
  msgid "%s and its add-ons"
789
  msgstr "%s et ses add-ons"
790
 
791
- #: includes/class-freemius.php:23542
792
  msgid "Products"
793
  msgstr "Produits"
794
 
795
- #: includes/class-freemius.php23549, templates/connect.php:272
796
  msgid "Yes"
797
  msgstr "Oui"
798
 
799
- #: includes/class-freemius.php23550, templates/connect.php:273
800
  msgid "send me security & feature updates, educational content and offers."
801
  msgstr "envoyez moi des mises à jour de sécurité et des fonctionnalités, du contenu instructif et des offres."
802
 
803
- #: includes/class-freemius.php23551, templates/connect.php:278
804
  msgid "No"
805
  msgstr "Non"
806
 
807
- #: includes/class-freemius.php23553, templates/connect.php:280
808
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
809
  msgstr "ne %sPAS%s m'envoyer de mises à jour de sécurité ou de fonctionnalités, ni de contenu instructif, ni d'offre."
810
 
811
- #: includes/class-freemius.php:23563
812
  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 :-)"
813
  msgstr "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 :-)"
814
 
815
- #: includes/class-freemius.php23565, templates/connect.php:287
816
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
817
  msgstr "Merci de nous indiquer si vous souhaitez que nous vous contactions pour les mises à jour de sécurité et de fonctionnalités, du contenu instructif et des offres spéciales :"
818
 
819
- #: includes/class-freemius.php:23847
820
  msgid "License key is empty."
821
  msgstr "La clé de licence est vide."
822
 
@@ -830,34 +839,34 @@ msgstr "Renouvelez votre licence"
830
  msgid "Buy license"
831
  msgstr "Acheter une licence"
832
 
833
- #: includes/class-fs-plugin-updater.php321,
834
- #: includes/class-fs-plugin-updater.php:354
835
  msgid "There is a %s of %s available."
836
  msgstr "Il y a une %s de %s disponible."
837
 
838
- #: includes/class-fs-plugin-updater.php323,
839
- #: includes/class-fs-plugin-updater.php:359
840
  msgid "new Beta version"
841
  msgstr "new Beta version"
842
 
843
- #: includes/class-fs-plugin-updater.php324,
844
- #: includes/class-fs-plugin-updater.php:360
845
  msgid "new version"
846
  msgstr "Nouvelle version"
847
 
848
- #: includes/class-fs-plugin-updater.php:383
849
  msgid "Important Upgrade Notice:"
850
  msgstr "Information importante de mise à jour :"
851
 
852
- #: includes/class-fs-plugin-updater.php:1277
853
  msgid "Installing plugin: %s"
854
  msgstr "Installation du plugin : %s"
855
 
856
- #: includes/class-fs-plugin-updater.php:1318
857
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
858
  msgstr "Impossible de se connecter au système de fichiers. Merci de confirmer vos autorisations."
859
 
860
- #: includes/class-fs-plugin-updater.php:1500
861
  msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
862
  msgstr "Le package du plugin à télécharger ne contient pas de dossier avec le bon slug et iln'a pas été possible de le renommer."
863
 
@@ -879,7 +888,7 @@ msgstr "Commencer ma %s gratuite"
879
  msgid "Install Free Version Update Now"
880
  msgstr "Installer la dernière mise à jour gratuite maintenant"
881
 
882
- #: includes/fs-plugin-info-dialog.php739, templates/account.php:560
883
  msgid "Install Update Now"
884
  msgstr "Installer la mise à jour maintenant"
885
 
@@ -899,7 +908,7 @@ msgctxt "as download latest version"
899
  msgid "Download Latest Free Version"
900
  msgstr "Télécharger la dernière version gratuite"
901
 
902
- #: includes/fs-plugin-info-dialog.php766, templates/account.php91,
903
  #: templates/add-ons.php37, templates/account/partials/addon.php:25
904
  msgctxt "as download latest version"
905
  msgid "Download Latest"
@@ -911,11 +920,11 @@ msgstr "Télécharger la dernière version"
911
  msgid "Activate this add-on"
912
  msgstr "Activer cet add-on"
913
 
914
- #: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
915
  msgid "Activate Free Version"
916
  msgstr "Activez la version gratuite"
917
 
918
- #: includes/fs-plugin-info-dialog.php784, templates/account.php115,
919
  #: templates/add-ons.php330, templates/account/partials/addon.php:48
920
  msgid "Activate"
921
  msgstr "Activer"
@@ -1051,8 +1060,8 @@ msgstr "Après vos %s gratuits, payez seulement %s"
1051
  msgid "Details"
1052
  msgstr "Détails"
1053
 
1054
- #: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
1055
- #: templates/debug.php203, templates/debug.php240, templates/debug.php457,
1056
  #: templates/account/partials/addon.php:36
1057
  msgctxt "product version"
1058
  msgid "Version"
@@ -1067,7 +1076,7 @@ msgstr "Auteur"
1067
  msgid "Last Updated"
1068
  msgstr "Dernière mise à jour"
1069
 
1070
- #: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
1071
  msgctxt "x-ago"
1072
  msgid "%s ago"
1073
  msgstr "Il y a %s"
@@ -1178,13 +1187,13 @@ msgstr "Dernière Version Installée"
1178
  msgid "Latest Free Version Installed"
1179
  msgstr "La dernière version gratuite a été installé"
1180
 
1181
- #: templates/account.php92, templates/forms/subscription-cancellation.php96,
1182
  #: templates/account/partials/addon.php26,
1183
  #: templates/account/partials/site.php:311
1184
  msgid "Downgrading your plan"
1185
  msgstr "Rétrograder votre formule"
1186
 
1187
- #: templates/account.php93, templates/forms/subscription-cancellation.php97,
1188
  #: templates/account/partials/addon.php27,
1189
  #: templates/account/partials/site.php:312
1190
  msgid "Cancelling the subscription"
@@ -1192,301 +1201,309 @@ msgstr "Annuler votre abonnement"
1192
 
1193
  #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1194
  #. subscription'
1195
- #: templates/account.php95, templates/forms/subscription-cancellation.php99,
1196
  #: templates/account/partials/site.php:314
1197
  msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1198
  msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1199
 
1200
- #: templates/account.php96, templates/forms/subscription-cancellation.php100,
1201
  #: templates/account/partials/addon.php30,
1202
  #: templates/account/partials/site.php:315
1203
  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."
1204
  msgstr "Veuillez noter que nous ne serons pas en mesure de garantir le maintien des prix actuels pour les renouvellements/nouveaux abonnements après une annulation. Si vous choisissez de renouveler l'abonnement manuellement à l'avenir, après une augmentation de prix, qui se produit généralement une fois par an, le prix mis à jour vous sera facturé."
1205
 
1206
- #: templates/account.php97, templates/forms/subscription-cancellation.php106,
1207
  #: templates/account/partials/addon.php:31
1208
  msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1209
  msgstr "Annuler la période d'essai va immédiatement bloquer les fonctionnalités premium. Souhaitez-vous continuer ?"
1210
 
1211
- #: templates/account.php98, templates/forms/subscription-cancellation.php101,
1212
  #: templates/account/partials/addon.php32,
1213
  #: templates/account/partials/site.php:316
1214
  msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1215
  msgstr "Vous pouvez toujours profiter de toutes les fonctionnalités de %s mais vous n'aurez plus accès aux mises à jour de sécurité ou de fonctionnalités de %s, ni au support."
1216
 
1217
- #: templates/account.php99, templates/forms/subscription-cancellation.php102,
1218
  #: templates/account/partials/addon.php33,
1219
  #: templates/account/partials/site.php:317
1220
  msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1221
  msgstr "Une fois la licence expirée vous pourrez toujours utiliser la version gratuite mais vous n'aurez PAS accès aux fonctionnalités de %s."
1222
 
1223
  #. translators: %s: Plan title (e.g. "Professional")
1224
- #: templates/account.php101,
1225
  #: templates/account/partials/activate-license-button.php31,
1226
  #: templates/account/partials/addon.php:35
1227
  msgid "Activate %s Plan"
1228
  msgstr "Activer la formule %s"
1229
 
1230
  #. translators: %s: Time period (e.g. Auto renews in "2 months")
1231
- #: templates/account.php104, templates/account/partials/addon.php38,
1232
  #: templates/account/partials/site.php:291
1233
  msgid "Auto renews in %s"
1234
  msgstr "Renouvellements automatique dans %s"
1235
 
1236
  #. translators: %s: Time period (e.g. Expires in "2 months")
1237
- #: templates/account.php106, templates/account/partials/addon.php40,
1238
  #: templates/account/partials/site.php:293
1239
  msgid "Expires in %s"
1240
  msgstr "Expire dans %s"
1241
 
1242
- #: templates/account.php:107
1243
  msgctxt "as synchronize license"
1244
  msgid "Sync License"
1245
  msgstr "Synchroniser la licence"
1246
 
1247
- #: templates/account.php108, templates/account/partials/addon.php:41
1248
  msgid "Cancel Trial"
1249
  msgstr "Annuler la période d'essai"
1250
 
1251
- #: templates/account.php109, templates/account/partials/addon.php:42
1252
  msgid "Change Plan"
1253
  msgstr "Changer de formule"
1254
 
1255
- #: templates/account.php110, templates/account/partials/addon.php:43
1256
  msgctxt "verb"
1257
  msgid "Upgrade"
1258
  msgstr "Mise à jour"
1259
 
1260
- #: templates/account.php112, templates/account/partials/addon.php45,
1261
  #: templates/account/partials/site.php:318
1262
  msgctxt "verb"
1263
  msgid "Downgrade"
1264
  msgstr "Rétrograder"
1265
 
1266
- #: templates/account.php114, templates/add-ons.php246,
1267
  #: templates/plugin-info/features.php72,
1268
  #: templates/account/partials/addon.php47,
1269
  #: templates/account/partials/site.php:33
1270
  msgid "Free"
1271
  msgstr "Gratuit"
1272
 
1273
- #: templates/account.php116, templates/debug.php373,
1274
  #: includes/customizer/class-fs-customizer-upsell-control.php110,
1275
  #: templates/account/partials/addon.php:49
1276
  msgctxt "as product pricing plan"
1277
  msgid "Plan"
1278
  msgstr "Formule"
1279
 
1280
- #: templates/account.php:117
1281
  msgid "Bundle Plan"
1282
  msgstr "Bundle Plan"
1283
 
1284
- #: templates/account.php:191
1285
  msgid "Free Trial"
1286
  msgstr "Essai gratuit"
1287
 
1288
- #: templates/account.php:202
1289
  msgid "Account Details"
1290
  msgstr "Détails du compte"
1291
 
1292
- #: templates/account.php209, templates/forms/data-debug-mode.php:33
1293
  msgid "Start Debug"
1294
  msgstr "Start Debug"
1295
 
1296
- #: templates/account.php:211
1297
  msgid "Stop Debug"
1298
  msgstr "Stop Debug"
1299
 
1300
- #: templates/account.php:218
1301
  msgid "Billing & Invoices"
1302
  msgstr "Billing & Invoices"
1303
 
1304
- #: templates/account.php:229
1305
  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?"
1306
  msgstr "Supprimer le compte désactivera automatiquement la licence de votre formule %s afin que vous puissiez l'utiliser sur d'autres sites. Si vous voulez aussi annuler le paiement récurrent, cliquez sur le bouton \"Annuler\" et commencez par \"Rétrograder\" votre compte. Êtes-vous sûr de vouloir poursuivre la suppression ? "
1307
 
1308
- #: templates/account.php:231
1309
  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?"
1310
  msgstr "La suppression est permanente. Ne faites cette suppression que si vous ne souhaitez plus utiliser le %s. Êtes-vous sûr de vouloir poursuivre la suppression ?"
1311
 
1312
- #: templates/account.php:234
1313
  msgid "Delete Account"
1314
  msgstr "Supprimer le compte"
1315
 
1316
- #: templates/account.php246, templates/account/partials/addon.php231,
1317
  #: templates/account/partials/deactivate-license-button.php:35
1318
  msgid "Deactivate License"
1319
  msgstr "Désactiver la licence"
1320
 
1321
- #: templates/account.php269, templates/forms/subscription-cancellation.php:125
1322
  msgid "Are you sure you want to proceed?"
1323
  msgstr "Êtes-vous de vouloir continuer ?"
1324
 
1325
- #: templates/account.php269, templates/account/partials/addon.php:255
1326
  msgid "Cancel Subscription"
1327
  msgstr "Annuler l'abonnement"
1328
 
1329
- #: templates/account.php298, templates/account/partials/addon.php:340
1330
  msgctxt "as synchronize"
1331
  msgid "Sync"
1332
  msgstr "Synchroniser"
1333
 
1334
- #: templates/account.php313, templates/debug.php:507
1335
  msgid "Name"
1336
  msgstr "Nom"
1337
 
1338
- #: templates/account.php319, templates/debug.php:508
1339
  msgid "Email"
1340
  msgstr "Email"
1341
 
1342
- #: templates/account.php326, templates/debug.php371, templates/debug.php:557
1343
  msgid "User ID"
1344
  msgstr "User ID"
1345
 
1346
- #: templates/account.php344, templates/account.php637,
1347
- #: templates/account.php682, templates/debug.php238, templates/debug.php365,
1348
- #: templates/debug.php454, templates/debug.php506, templates/debug.php555,
1349
  #: templates/debug.php632, templates/account/payments.php35,
1350
  #: templates/debug/logger.php:21
1351
  msgid "ID"
1352
  msgstr "ID"
1353
 
1354
- #: templates/account.php:351
1355
  msgid "Site ID"
1356
  msgstr "Site ID"
1357
 
1358
- #: templates/account.php:354
1359
  msgid "No ID"
1360
  msgstr "ID manquant"
1361
 
1362
- #: templates/account.php359, templates/debug.php245, templates/debug.php374,
1363
- #: templates/debug.php458, templates/debug.php510,
1364
  #: templates/account/partials/site.php:227
1365
  msgid "Public Key"
1366
  msgstr "Clef publique"
1367
 
1368
- #: templates/account.php365, templates/debug.php375, templates/debug.php459,
1369
- #: templates/debug.php511, templates/account/partials/site.php:239
1370
  msgid "Secret Key"
1371
  msgstr "Clef secrête"
1372
 
1373
- #: templates/account.php:368
1374
  msgctxt "as secret encryption key missing"
1375
  msgid "No Secret"
1376
  msgstr "Clef secrète manquante"
1377
 
1378
- #: templates/account.php395, templates/account/partials/site.php120,
1379
  #: templates/account/partials/site.php:122
1380
  msgid "Trial"
1381
  msgstr "Période d'essai"
1382
 
1383
- #: templates/account.php422, templates/debug.php562,
1384
  #: templates/account/partials/site.php:260
1385
  msgid "License Key"
1386
  msgstr "Clef de licence"
1387
 
1388
- #: templates/account.php:453
1389
  msgid "Join the Beta program"
1390
  msgstr "Join the Beta program"
1391
 
1392
- #: templates/account.php:459
1393
  msgid "not verified"
1394
  msgstr "Non vérifié"
1395
 
1396
- #: templates/account.php468, templates/account/partials/addon.php:190
1397
  msgid "Expired"
1398
  msgstr "Expiré"
1399
 
1400
- #: templates/account.php:528
1401
  msgid "Premium version"
1402
  msgstr "Version premium"
1403
 
1404
- #: templates/account.php:530
1405
  msgid "Free version"
1406
  msgstr "Version gratuite"
1407
 
1408
- #: templates/account.php:542
1409
  msgid "Verify Email"
1410
  msgstr "Vérifier l'email"
1411
 
1412
- #: templates/account.php:553
1413
  msgid "Download %s Version"
1414
  msgstr "Télécharger la version %s"
1415
 
1416
- #: templates/account.php568, templates/account.php820,
 
 
 
 
1417
  #: templates/account/partials/site.php248,
1418
  #: templates/account/partials/site.php:270
1419
  msgctxt "verb"
1420
  msgid "Show"
1421
  msgstr "Afficher"
1422
 
1423
- #: templates/account.php:583
1424
  msgid "What is your %s?"
1425
  msgstr "Quel est votre %s ?"
1426
 
1427
- #: templates/account.php591, templates/account/billing.php:21
1428
  msgctxt "verb"
1429
  msgid "Edit"
1430
  msgstr "Éditer"
1431
 
1432
- #: templates/account.php:616
 
 
 
 
1433
  msgid "Sites"
1434
  msgstr "Sites"
1435
 
1436
- #: templates/account.php:629
1437
  msgid "Search by address"
1438
  msgstr "Recherche par adresse"
1439
 
1440
- #: templates/account.php638, templates/debug.php:368
1441
  msgid "Address"
1442
  msgstr "Adresse"
1443
 
1444
- #: templates/account.php:639
1445
  msgid "License"
1446
  msgstr "Licence"
1447
 
1448
- #: templates/account.php:640
1449
  msgid "Plan"
1450
  msgstr "Formule"
1451
 
1452
- #: templates/account.php:685
1453
  msgctxt "as software license"
1454
  msgid "License"
1455
  msgstr "Licence"
1456
 
1457
- #: templates/account.php:814
1458
  msgctxt "verb"
1459
  msgid "Hide"
1460
  msgstr "Cacher"
1461
 
1462
- #: templates/account.php836, templates/forms/data-debug-mode.php:31
1463
  msgid "Processing"
1464
  msgstr "Traitement en cours"
1465
 
1466
- #: templates/account.php:839
1467
  msgid "Get updates for bleeding edge Beta versions of %s."
1468
  msgstr "Get updates for bleeding edge Beta versions of %s."
1469
 
1470
- #: templates/account.php:897
1471
  msgid "Cancelling %s"
1472
  msgstr "Annulation de %s"
1473
 
1474
- #: templates/account.php897, templates/account.php914,
1475
  #: templates/forms/subscription-cancellation.php27,
1476
  #: templates/forms/deactivation/form.php:133
1477
  msgid "trial"
1478
  msgstr "essai"
1479
 
1480
- #: templates/account.php912, templates/forms/deactivation/form.php:150
1481
  msgid "Cancelling %s..."
1482
  msgstr "Annulation de %s..."
1483
 
1484
- #: templates/account.php915, templates/forms/subscription-cancellation.php28,
1485
  #: templates/forms/deactivation/form.php:134
1486
  msgid "subscription"
1487
  msgstr "abonnement"
1488
 
1489
- #: templates/account.php:929
1490
  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?"
1491
  msgstr "Désactiver la licence bloquera toutes les fonctionnalités premium mais vous permettra d'activer la licence sur un autre site. Êtes-vous sûr de vouloir continuer ?"
1492
 
@@ -1512,7 +1529,7 @@ msgctxt "installed add-on"
1512
  msgid "Installed"
1513
  msgstr "Installed"
1514
 
1515
- #: templates/admin-notice.php13, templates/forms/license-activation.php207,
1516
  #: templates/forms/resend-key.php:77
1517
  msgctxt "as close a window"
1518
  msgid "Dismiss"
@@ -1552,159 +1569,167 @@ msgctxt "greeting"
1552
  msgid "Hey %s,"
1553
  msgstr "Hey %s,"
1554
 
1555
- #: templates/connect.php:154
1556
  msgid "Allow & Continue"
1557
  msgstr "Autoriser & Continuer"
1558
 
1559
- #: templates/connect.php:158
1560
  msgid "Re-send activation email"
1561
  msgstr "Renvoyer l'email d'activation"
1562
 
1563
- #: templates/connect.php:162
1564
  msgid "Thanks %s!"
1565
  msgstr "Merci %s !"
1566
 
1567
- #: templates/connect.php172, templates/forms/license-activation.php:46
1568
  msgid "Agree & Activate License"
1569
  msgstr "Valider & Activer la licence"
1570
 
1571
- #: templates/connect.php:181
1572
  msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1573
  msgstr "Merci d'avoir acheté %s ! Pour commencer, veuillez indiquer votre clef de licence :"
1574
 
1575
- #: templates/connect.php:188
1576
  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."
1577
  msgstr "Ne ratez jamais une mise à jour importante - acceptez nos notifications de mises à jour de sécurité et de fonctionnalités, de contenu instructif, d'offres ainsi que le suivi d'activité non sensible avec %4$s."
1578
 
1579
- #: templates/connect.php:189
1580
  msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1581
  msgstr "Ne manquez jamais une mise à jour importante - optez pour nos notifications de mises à jour de sécurité et de fonctionnalités, et un suivi diagnostique non sensible avec %4$s."
1582
 
1583
- #: templates/connect.php:195
1584
  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."
1585
  msgstr "Ne ratez jamais une mise à jour importante - acceptez nos notifications de mises à jour de sécurité et de fonctionnalités, de contenu instructif, d'offres ainsi que le suivi d'activité non sensible avec %4$s. Dans le cas contraire, pas de problème ! %1$s fonctionnera parfaitement aussi."
1586
 
1587
- #: templates/connect.php:196
1588
  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."
1589
  msgstr "Ne ratez jamais une mise à jour importante - acceptez nos notifications de mises à jour de sécurité et de fonctionnalités ainsi que le suivi d'activité non sensible avec %4$s. Dans le cas contraire, pas de problème ! %1$s fonctionnera parfaitement aussi."
1590
 
1591
- #: templates/connect.php:230
1592
  msgid "We're excited to introduce the Freemius network-level integration."
1593
  msgstr "Nous sommes impatient de vous présenter l'intégration Freemius au niveau réseau."
1594
 
1595
- #: templates/connect.php:233
1596
  msgid "During the update process we detected %d site(s) that are still pending license activation."
1597
  msgstr "Durant le processus de mise à jour nous avons détecté %d site(s) toujours en attente d'activation de la licence."
1598
 
1599
- #: templates/connect.php:235
1600
  msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1601
  msgstr "Si vous voulez utiliser le %s sur ces sites, merci d'indiquer votre clé de licence ci-dessous et de cliquer sur le bouton d'activation."
1602
 
1603
- #: templates/connect.php:237
1604
  msgid "%s's paid features"
1605
  msgstr "Fonctionnalités payantes de %s"
1606
 
1607
- #: templates/connect.php:242
1608
  msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1609
  msgstr "Éventuellement, vous pouvez l'ignorer pour l'instant et activer la licence plus tard, sur votre page de compte du réseau %s."
1610
 
1611
- #: templates/connect.php:244
1612
  msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1613
  msgstr "Durant le processus de mise à jour nous avons détecté %s site(s) dans le réseau que vous devez vérifier."
1614
 
1615
- #: templates/connect.php253, templates/forms/data-debug-mode.php35,
1616
  #: templates/forms/license-activation.php:49
1617
  msgid "License key"
1618
  msgstr "Clef de licence"
1619
 
1620
- #: templates/connect.php256, templates/forms/license-activation.php:22
1621
  msgid "Can't find your license key?"
1622
  msgstr "Vous ne trouvez pas votre clef de licence ?"
1623
 
1624
- #: templates/connect.php315, templates/connect.php652,
1625
  #: templates/forms/deactivation/retry-skip.php:20
1626
  msgctxt "verb"
1627
  msgid "Skip"
1628
  msgstr "Passer"
1629
 
1630
- #: templates/connect.php:318
1631
  msgid "Delegate to Site Admins"
1632
  msgstr "Déléguer aux administrateurs du site"
1633
 
1634
- #: templates/connect.php:318
1635
  msgid "If you click it, this decision will be delegated to the sites administrators."
1636
  msgstr "Si vous cliquez, cette décision sera déléguée aux administrateurs des sites."
1637
 
1638
- #: templates/connect.php:346
1639
  msgid "Your Profile Overview"
1640
  msgstr "Résumé de votre profil"
1641
 
1642
- #: templates/connect.php:347
1643
  msgid "Name and email address"
1644
  msgstr "Nom et adresse email"
1645
 
1646
- #: templates/connect.php:352
1647
  msgid "Your Site Overview"
1648
  msgstr "Résumé de votre site"
1649
 
1650
- #: templates/connect.php:353
1651
- msgid "Site URL, WP version, PHP info, plugins & themes"
1652
- msgstr "Site URL, WP version, PHP info, plugins & themes"
1653
 
1654
- #: templates/connect.php:358
1655
  msgid "Admin Notices"
1656
  msgstr "Notifications Administrateur"
1657
 
1658
- #: templates/connect.php359, templates/connect.php:375
1659
  msgid "Updates, announcements, marketing, no spam"
1660
  msgstr "Mises à jour, annonces, marketing, pas de spam"
1661
 
1662
- #: templates/connect.php:364
1663
  msgid "Current %s Events"
1664
  msgstr "Évènements du %s actuel"
1665
 
1666
- #: templates/connect.php:365
1667
  msgid "Activation, deactivation and uninstall"
1668
  msgstr "Activation, désactivation et désintallation"
1669
 
1670
- #: templates/connect.php:374
1671
  msgid "Newsletter"
1672
  msgstr "Newsletter"
1673
 
1674
- #: templates/connect.php391, templates/forms/license-activation.php:41
 
 
 
 
 
 
 
 
1675
  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."
1676
  msgstr "Le %1$s va régulièrement envoyer des données à %2$s pour vérifier les mises à jour de sécurité et de fonctionnalités ainsi que pour vérifier la validité de votre licence."
1677
 
1678
- #: templates/connect.php:396
1679
  msgid "What permissions are being granted?"
1680
  msgstr "Quelles autorisations sont accordées ?"
1681
 
1682
- #: templates/connect.php:417
1683
  msgid "Don't have a license key?"
1684
  msgstr "Vous n'avez pas de clef de licence ?"
1685
 
1686
- #: templates/connect.php:420
1687
  msgid "Have a license key?"
1688
  msgstr "Vous avez une clef de licence ?"
1689
 
1690
- #: templates/connect.php:428
1691
  msgid "Privacy Policy"
1692
  msgstr "Politique de confidentialité"
1693
 
1694
- #: templates/connect.php:430
1695
  msgid "License Agreement"
1696
  msgstr "Contrat de licence"
1697
 
1698
- #: templates/connect.php:430
1699
  msgid "Terms of Service"
1700
  msgstr "Conditions générales de service"
1701
 
1702
- #: templates/connect.php:805
1703
  msgctxt "as in the process of sending an email"
1704
  msgid "Sending email"
1705
  msgstr "Email en cours d'envoi"
1706
 
1707
- #: templates/connect.php:806
1708
  msgctxt "as activating plugin"
1709
  msgid "Activating"
1710
  msgstr "Activation en cours"
@@ -1732,180 +1757,185 @@ msgctxt "as code debugging"
1732
  msgid "Debugging"
1733
  msgstr "Debuggage"
1734
 
1735
- #: templates/debug.php54, templates/debug.php250, templates/debug.php376,
1736
- #: templates/debug.php:512
1737
  msgid "Actions"
1738
  msgstr "Actions"
1739
 
1740
- #: templates/debug.php:64
1741
  msgid "Are you sure you want to delete all Freemius data?"
1742
  msgstr "Êtes-vous sûr de vouloir supprimer toutes les données de Freemius ?"
1743
 
1744
- #: templates/debug.php:64
1745
  msgid "Delete All Accounts"
1746
  msgstr "Supprimer tous les comptes"
1747
 
1748
- #: templates/debug.php:71
1749
  msgid "Clear API Cache"
1750
  msgstr "Vider le cache API"
1751
 
1752
- #: templates/debug.php:79
1753
  msgid "Clear Updates Transients"
1754
  msgstr "Vider les transients de mise à jour"
1755
 
1756
- #: templates/debug.php:86
1757
  msgid "Sync Data From Server"
1758
  msgstr "Synchronisation des données depuis le serveur"
1759
 
1760
- #: templates/debug.php:95
1761
  msgid "Migrate Options to Network"
1762
  msgstr "Migrer les options vers le réseau"
1763
 
1764
- #: templates/debug.php:100
1765
  msgid "Load DB Option"
1766
  msgstr "Chargement des options de la base de données"
1767
 
1768
- #: templates/debug.php:103
1769
  msgid "Set DB Option"
1770
  msgstr "Mise en place des options de la base de données"
1771
 
1772
- #: templates/debug.php:182
1773
  msgid "Key"
1774
  msgstr "Clef"
1775
 
1776
- #: templates/debug.php:183
1777
  msgid "Value"
1778
  msgstr "Valeur"
1779
 
1780
- #: templates/debug.php:199
1781
  msgctxt "as software development kit versions"
1782
  msgid "SDK Versions"
1783
  msgstr "Versions du SDK"
1784
 
1785
- #: templates/debug.php:204
1786
  msgid "SDK Path"
1787
  msgstr "Chemin d'accès du SDK"
1788
 
1789
- #: templates/debug.php205, templates/debug.php:244
1790
  msgid "Module Path"
1791
  msgstr "Chemin d'accès du module"
1792
 
1793
- #: templates/debug.php:206
1794
  msgid "Is Active"
1795
  msgstr "Est actif"
1796
 
1797
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
1798
  msgid "Plugins"
1799
  msgstr "Plugins"
1800
 
1801
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
1802
  msgid "Themes"
1803
  msgstr "Thèmes"
1804
 
1805
- #: templates/debug.php239, templates/debug.php370, templates/debug.php456,
1806
  #: templates/debug/scheduled-crons.php:80
1807
  msgid "Slug"
1808
  msgstr "Slug"
1809
 
1810
- #: templates/debug.php241, templates/debug.php:455
1811
  msgid "Title"
1812
  msgstr "Titre"
1813
 
1814
- #: templates/debug.php:242
1815
  msgctxt "as application program interface"
1816
  msgid "API"
1817
  msgstr "API"
1818
 
1819
- #: templates/debug.php:243
1820
  msgid "Freemius State"
1821
  msgstr "État de Freemius"
1822
 
1823
- #: templates/debug.php:247
1824
  msgid "Network Blog"
1825
  msgstr "Réseau de Blog"
1826
 
1827
- #: templates/debug.php:248
1828
  msgid "Network User"
1829
  msgstr "Réseau d'Utilisateur"
1830
 
1831
- #: templates/debug.php:285
1832
  msgctxt "as connection was successful"
1833
  msgid "Connected"
1834
  msgstr "Connecté"
1835
 
1836
- #: templates/debug.php:286
1837
  msgctxt "as connection blocked"
1838
  msgid "Blocked"
1839
  msgstr "Bloqué"
1840
 
1841
- #: templates/debug.php:322
1842
  msgid "Simulate Trial Promotion"
1843
  msgstr "Simuler la promotion d'essai"
1844
 
1845
- #: templates/debug.php:334
1846
  msgid "Simulate Network Upgrade"
1847
  msgstr "Simuler la mise à jour du réseau"
1848
 
1849
- #: templates/debug.php:359
1850
  msgid "%s Installs"
1851
  msgstr "%s Installations"
1852
 
1853
- #: templates/debug.php:361
1854
  msgctxt "like websites"
1855
  msgid "Sites"
1856
  msgstr "Sites"
1857
 
1858
- #: templates/debug.php367, templates/account/partials/site.php:156
1859
  msgid "Blog ID"
1860
  msgstr "Blog ID"
1861
 
1862
- #: templates/debug.php:372
1863
  msgid "License ID"
1864
  msgstr "License ID"
1865
 
1866
- #: templates/debug.php436, templates/debug.php535,
1867
  #: templates/account/partials/addon.php:435
1868
  msgctxt "verb"
1869
  msgid "Delete"
1870
  msgstr "Supprimer"
1871
 
1872
- #: templates/debug.php:450
1873
  msgid "Add Ons of module %s"
1874
  msgstr "Add Ons du module %s"
1875
 
1876
- #: templates/debug.php:502
1877
  msgid "Users"
1878
  msgstr "Utilisateurs"
1879
 
1880
- #: templates/debug.php:509
1881
  msgid "Verified"
1882
  msgstr "Vérifié"
1883
 
1884
- #: templates/debug.php:551
1885
  msgid "%s Licenses"
1886
  msgstr "%s Licences"
1887
 
1888
- #: templates/debug.php:556
1889
  msgid "Plugin ID"
1890
  msgstr "ID du plugin"
1891
 
1892
- #: templates/debug.php:558
1893
  msgid "Plan ID"
1894
  msgstr "ID de la formule"
1895
 
1896
- #: templates/debug.php:559
1897
  msgid "Quota"
1898
  msgstr "Quota"
1899
 
1900
- #: templates/debug.php:560
1901
  msgid "Activated"
1902
  msgstr "Activé"
1903
 
1904
- #: templates/debug.php:561
1905
  msgid "Blocking"
1906
  msgstr "Bloquant"
1907
 
1908
- #: templates/debug.php:563
 
 
 
 
 
1909
  msgctxt "as expiration date"
1910
  msgid "Expiration"
1911
  msgstr "Expiration"
@@ -1953,10 +1983,6 @@ msgstr "Filter"
1953
  msgid "Download"
1954
  msgstr "Téléchargement"
1955
 
1956
- #: templates/debug.php631, templates/debug/logger.php:22
1957
- msgid "Type"
1958
- msgstr "Type"
1959
-
1960
  #: templates/debug.php636, templates/debug/logger.php:26
1961
  msgid "Timestamp"
1962
  msgstr "Timestamp"
@@ -2306,6 +2332,10 @@ msgstr "Merci d'indiquer le code de licence que vous avez reçu par email juste
2306
  msgid "Update License"
2307
  msgstr "Mettre à jour la licence"
2308
 
 
 
 
 
2309
  #: templates/forms/optout.php:30
2310
  msgctxt "verb"
2311
  msgid "Opt Out"
@@ -2316,14 +2346,42 @@ msgctxt "verb"
2316
  msgid "Opt In"
2317
  msgstr "Inscription"
2318
 
2319
- #: templates/forms/optout.php:33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2320
  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."
2321
  msgstr "Le suivi d'utilisation de %s nous permet de l'améliorer. Apporter une meilleure expérience pour l'utilisateur, définir quelles seront les nouvelles fonctionnalités, ce genre de choses. Aussi nous vous serions reconnaissant si vous acceptiez de nous permettre de continuer à récupérer des informations."
2322
 
2323
- #: templates/forms/optout.php:35
 
 
 
 
2324
  msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2325
  msgstr "En cliquant \"Désincription\", nous n'enverrons plus d'informations de %s à %s."
2326
 
 
 
 
 
 
 
 
 
2327
  #: templates/forms/premium-versions-upgrade-handler.php:40
2328
  msgid "There is a new version of %s available."
2329
  msgstr "Il y a une nouvelle version disponible de %s. "
@@ -2394,6 +2452,23 @@ msgstr "Vous êtes à 1 clic de commencer votre période d'essai gratuite de %1$
2394
  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."
2395
  msgstr "Pour être en accord avec les directives de WordPress.org, avant que nous commencions la période d'essai, nous vous demandons de nous permettre de récupérer votre nom d'utilisateur et des informations non sensibles du site afin de permettre au %s de communiquer avec %s pour vérifier les mises à jour et valider votre période d'essai."
2396
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2397
  #: templates/js/style-premium-theme.php:39
2398
  msgid "Premium"
2399
  msgstr "Premium"
7
  "Project-Id-Version: WordPress SDK\n"
8
  "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
9
  "POT-Creation-Date: \n"
10
+ "PO-Revision-Date: 2020-07-27 11:43+0000\n"
11
  "Last-Translator: Vova Feldman <vova@freemius.com>\n"
12
  "Language: fr_FR\n"
13
  "Language-Team: French (France) (http://www.transifex.com/freemius/wordpress-sdk/language/fr_FR/)\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
23
 
24
+ #: includes/class-freemius.php1881, templates/account.php:873
25
  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."
26
  msgstr "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."
27
 
28
+ #: includes/class-freemius.php:1888
29
  msgid "Would you like to proceed with the update?"
30
  msgstr "Would you like to proceed with the update?"
31
 
32
+ #: includes/class-freemius.php:2096
33
  msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
34
  msgstr "Le SDK Freemius ne trouve pas le fichier principal du plugin. Merci de contacter sdk@freemius.com en indiquant l'erreur."
35
 
36
+ #: includes/class-freemius.php:2098
37
  msgid "Error"
38
  msgstr "Erreur"
39
 
40
+ #: includes/class-freemius.php:2492
41
  msgid "I found a better %s"
42
  msgstr "J'ai trouvé un meilleur %s"
43
 
44
+ #: includes/class-freemius.php:2494
45
  msgid "What's the %s's name?"
46
  msgstr "Quel est le nom du %s ?"
47
 
48
+ #: includes/class-freemius.php:2500
49
  msgid "It's a temporary %s. I'm just debugging an issue."
50
  msgstr "C'est une %s temporaire. Je corrige un problème."
51
 
52
+ #: includes/class-freemius.php:2502
53
  msgid "Deactivation"
54
  msgstr "Désactivation"
55
 
56
+ #: includes/class-freemius.php:2503
57
  msgid "Theme Switch"
58
  msgstr "Changement de Thème"
59
 
60
+ #: includes/class-freemius.php2512, templates/forms/resend-key.php24,
61
+ #: templates/forms/user-change.php:29
62
  msgid "Other"
63
  msgstr "Autre"
64
 
65
+ #: includes/class-freemius.php:2520
66
  msgid "I no longer need the %s"
67
  msgstr "Je n'ai plus besoin du %s"
68
 
69
+ #: includes/class-freemius.php:2527
70
  msgid "I only needed the %s for a short period"
71
  msgstr "Je n'ai besoin de %s que pour une courte période"
72
 
73
+ #: includes/class-freemius.php:2533
74
  msgid "The %s broke my site"
75
  msgstr "Le %s a cassé mon site"
76
 
77
+ #: includes/class-freemius.php:2540
78
  msgid "The %s suddenly stopped working"
79
  msgstr "Le %s a soudainement arrêté de fonctionner"
80
 
81
+ #: includes/class-freemius.php:2550
82
  msgid "I can't pay for it anymore"
83
  msgstr "Je ne peux plus payer pour ça"
84
 
85
+ #: includes/class-freemius.php:2552
86
  msgid "What price would you feel comfortable paying?"
87
  msgstr "Quel prix seriez-vous prêt à payer ?"
88
 
89
+ #: includes/class-freemius.php:2558
90
  msgid "I don't like to share my information with you"
91
  msgstr "Je ne veux pas partager mes informations avec vous"
92
 
93
+ #: includes/class-freemius.php:2579
94
  msgid "The %s didn't work"
95
  msgstr "Le %s n'a pas fonctionné"
96
 
97
+ #: includes/class-freemius.php:2589
98
  msgid "I couldn't understand how to make it work"
99
  msgstr "Je ne comprends pas comment le faire fonctionner"
100
 
101
+ #: includes/class-freemius.php:2597
102
  msgid "The %s is great, but I need specific feature that you don't support"
103
  msgstr "Le %s est bien mais j'ai besoin de fonctionnalités spécifiques que vous ne proposez pas"
104
 
105
+ #: includes/class-freemius.php:2599
106
  msgid "What feature?"
107
  msgstr "Quelle fonctionnalité ?"
108
 
109
+ #: includes/class-freemius.php:2603
110
  msgid "The %s is not working"
111
  msgstr "Le %s ne fonctionne pas"
112
 
113
+ #: includes/class-freemius.php:2605
114
  msgid "Kindly share what didn't work so we can fix it for future users..."
115
  msgstr "Merci de nous indiquer ce qui ne fonctionne pas afin que nous puissions le corriger pour les futurs utilisateurs..."
116
 
117
+ #: includes/class-freemius.php:2609
118
  msgid "It's not what I was looking for"
119
  msgstr "Ce n'est pas ce que je recherche"
120
 
121
+ #: includes/class-freemius.php:2611
122
  msgid "What you've been looking for?"
123
  msgstr "Que recherchez-vous ?"
124
 
125
+ #: includes/class-freemius.php:2615
126
  msgid "The %s didn't work as expected"
127
  msgstr "Le %s n'a pas fonctionné comme prévu"
128
 
129
+ #: includes/class-freemius.php:2617
130
  msgid "What did you expect?"
131
  msgstr "À quoi vous attendiez-vous ?"
132
 
133
+ #: includes/class-freemius.php3472, templates/debug.php:20
134
  msgid "Freemius Debug"
135
  msgstr "Débuggage Freemius"
136
 
137
+ #: includes/class-freemius.php:4224
138
  msgid "I don't know what is cURL or how to install it, help me!"
139
  msgstr "Je ne sais pas ce qu'est cURL ou comment l'installer, aidez moi !"
140
 
141
+ #: includes/class-freemius.php:4226
142
  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."
143
  msgstr "Nous allons contacter votre hébergeur afin de résoudre le problème. Vous recevrez un email à propos de %s dès que nous aurons des nouvelles."
144
 
145
+ #: includes/class-freemius.php:4233
146
  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."
147
  msgstr "Parfait, merci d'installer cURL et de l'activer dans votre fichier php.ini. De plus, recherchez l'instruction 'disable_functions' de votre fichier php.ini et désactivez les commandes commençant par 'curl_'. Pour vérifier la bonne activation, utilisez la fonction 'phpinfo()'. Une fois activé, désactivez le %s et réactivez le à nouveau."
148
 
149
+ #: includes/class-freemius.php:4338
150
  msgid "Yes - do your thing"
151
  msgstr "Oui - allez-y"
152
 
153
+ #: includes/class-freemius.php:4343
154
  msgid "No - just deactivate"
155
  msgstr "Non - désactivation seulement"
156
 
157
+ #: includes/class-freemius.php4388, includes/class-freemius.php4882,
158
+ #: includes/class-freemius.php6111, includes/class-freemius.php12933,
159
+ #: includes/class-freemius.php13571, includes/class-freemius.php17006,
160
+ #: includes/class-freemius.php17094, includes/class-freemius.php17260,
161
+ #: includes/class-freemius.php19492, includes/class-freemius.php19833,
162
+ #: includes/class-freemius.php19843, includes/class-freemius.php20507,
163
+ #: includes/class-freemius.php21413, includes/class-freemius.php21546,
164
+ #: includes/class-freemius.php21690, templates/add-ons.php:57
165
  msgctxt "exclamation"
166
  msgid "Oops"
167
  msgstr "Oups"
168
 
169
+ #: includes/class-freemius.php:4457
170
  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."
171
  msgstr "Merci de nous permettre de corriger ça. Un message vient d'être envoyé à notre service technique. Nous reviendrons vers vous dès que nous aurons des nouvelles à propos de %s."
172
 
173
+ #: includes/class-freemius.php:4879
174
  msgctxt "addonX cannot run without pluginY"
175
  msgid "%s cannot run without %s."
176
  msgstr "%s ne peut pas fonctionner sans %s."
177
 
178
+ #: includes/class-freemius.php:4880
179
  msgctxt "addonX cannot run..."
180
  msgid "%s cannot run without the plugin."
181
  msgstr "%s ne peut pas fonctionner sans le plugin."
182
 
183
+ #: includes/class-freemius.php5053, includes/class-freemius.php5078,
184
+ #: includes/class-freemius.php:20578
185
  msgid "Unexpected API error. Please contact the %s's author with the following error."
186
  msgstr "Une erreur est survenue dans l'API. Merci de contacter l'auteur du %s en lui indiquant l'erreur."
187
 
188
+ #: includes/class-freemius.php:5777
189
  msgid "Premium %s version was successfully activated."
190
  msgstr "La version premium de %s a été activée avec succès."
191
 
192
+ #: includes/class-freemius.php5789, includes/class-freemius.php:7682
193
  msgctxt ""
194
  msgid "W00t"
195
  msgstr "Génial"
196
 
197
+ #: includes/class-freemius.php:5804
198
  msgid "You have a %s license."
199
  msgstr "Vous avez une license pour %s."
200
 
201
+ #: includes/class-freemius.php5808, includes/class-freemius.php16405,
202
+ #: includes/class-freemius.php16416, includes/class-freemius.php19744,
203
+ #: includes/class-freemius.php20094, includes/class-freemius.php20163,
204
+ #: includes/class-freemius.php:20328
205
  msgctxt "interjection expressing joy or exuberance"
206
  msgid "Yee-haw"
207
  msgstr "Youpi"
208
 
209
+ #: includes/class-freemius.php:6094
210
  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."
211
  msgstr "La période d'essai du %s a bien été annulé. L'add-on a été désactivé car il ne fonctionne qu'avec la version premium. Si vous souhaitez l'utiliser ultérieurement, vous devrez acheter une licence."
212
 
213
+ #: includes/class-freemius.php:6098
214
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
215
  msgstr "%sest un add-on pour la version premium. Vous devez acheter une licence avant d'activer le plugin."
216
 
217
+ #: includes/class-freemius.php6107, templates/add-ons.php186,
218
  #: templates/account/partials/addon.php:381
219
  msgid "More information about %s"
220
  msgstr "Plus d'informations à propos de %s"
221
 
222
+ #: includes/class-freemius.php:6108
223
  msgid "Purchase License"
224
  msgstr "Acheter une licence"
225
 
226
+ #: includes/class-freemius.php7047, templates/connect.php:171
227
  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."
228
  msgstr "Vous devriez recevoir un email d'activation pour %s sur votre boîte %s. Merci de cliquer sur le bouton d'activation dans l'email pour %s."
229
 
230
+ #: includes/class-freemius.php:7051
231
  msgid "start the trial"
232
  msgstr "commencer la période d'essai"
233
 
234
+ #: includes/class-freemius.php7052, templates/connect.php:175
235
  msgid "complete the install"
236
  msgstr "compléter l'installation"
237
 
238
+ #: includes/class-freemius.php:7164
239
  msgid "You are just one step away - %s"
240
  msgstr "Il ne reste qu'une étape - %s"
241
 
242
+ #: includes/class-freemius.php:7167
243
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
244
  msgid "Complete \"%s\" Activation Now"
245
  msgstr "Compléter \"%s\" Activer Maintenant"
246
 
247
+ #: includes/class-freemius.php:7245
248
  msgid "We made a few tweaks to the %s, %s"
249
  msgstr "Nous avons fait quelques modifications au %s, %s"
250
 
251
+ #: includes/class-freemius.php:7249
252
  msgid "Opt in to make \"%s\" better!"
253
  msgstr "Inscrivez-vous pour améliorer \"%s\" !"
254
 
255
+ #: includes/class-freemius.php:7681
256
  msgid "The upgrade of %s was successfully completed."
257
  msgstr "La mise à jour du %s s'est terminée avec succès "
258
 
259
+ #: includes/class-freemius.php9908, includes/class-fs-plugin-updater.php1044,
260
+ #: includes/class-fs-plugin-updater.php1239,
261
+ #: includes/class-fs-plugin-updater.php1246,
262
  #: templates/auto-installation.php:32
263
  msgid "Add-On"
264
  msgstr "Add-On"
265
 
266
+ #: includes/class-freemius.php9910, templates/account.php343,
267
+ #: templates/account.php351, templates/debug.php358, templates/debug.php:549
268
  msgid "Plugin"
269
  msgstr "Plugin"
270
 
271
+ #: includes/class-freemius.php9911, templates/account.php344,
272
+ #: templates/account.php352, templates/debug.php358, templates/debug.php549,
273
  #: templates/forms/deactivation/form.php:71
274
  msgid "Theme"
275
  msgstr "Thème"
276
 
277
+ #: includes/class-freemius.php:12843
278
  msgid "An unknown error has occurred while trying to set the user's beta mode."
279
  msgstr "An unknown error has occurred while trying to set the user's beta mode."
280
 
281
+ #: includes/class-freemius.php:12904
282
+ msgid "Invalid new user ID or email address."
283
+ msgstr "Invalid new user ID or email address."
284
+
285
+ #: includes/class-freemius.php12934, includes/class-freemius.php:21645
286
+ msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
287
+ msgstr "Désolé, nous ne pouvons pas mettre à jour l'email. Il existe déjà un autre utilisateur avec cette adresse."
288
+
289
+ #: includes/class-freemius.php12935, includes/class-freemius.php:21646
290
+ msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
291
+ msgstr "Si vous voulez transférer la propriété du compte de %s à %s cliquez sur le bouton Changement De Propriétaire"
292
+
293
+ #: includes/class-freemius.php12942, includes/class-freemius.php:21653
294
+ msgid "Change Ownership"
295
+ msgstr "Changement De Propriétaire"
296
+
297
+ #: includes/class-freemius.php:13438
298
  msgid "Invalid site details collection."
299
  msgstr "Récupération des détails du site non valide."
300
 
301
+ #: includes/class-freemius.php:13558
302
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
303
  msgstr "Nous ne trouvons pas votre adresse mail dans notre système, êtes-vous qu'il s'agit de la bonne adresse ?"
304
 
305
+ #: includes/class-freemius.php:13560
306
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
307
  msgstr "Nous ne trouvons aucune licence active associée avec cette adresse email, êtes-vous qu'il s'agit de la bonne adresse ?"
308
 
309
+ #: includes/class-freemius.php:13834
310
  msgid "Account is pending activation."
311
  msgstr "Compte en cours d'activation."
312
 
313
+ #: includes/class-freemius.php13946,
314
  #: templates/forms/premium-versions-upgrade-handler.php:47
315
  msgid "Buy a license now"
316
  msgstr "Acheter une licence maintenant"
317
 
318
+ #: includes/class-freemius.php13958,
319
  #: templates/forms/premium-versions-upgrade-handler.php:46
320
  msgid "Renew your license now"
321
  msgstr "Renouvelez votre licence maintenant"
322
 
323
+ #: includes/class-freemius.php:13962
324
  msgid "%s to access version %s security & feature updates, and support."
325
  msgstr "%s pour permettre les mises à jour de sécurité et de fonctionnalités de la version %s, et le support."
326
 
327
+ #: includes/class-freemius.php:16387
328
  msgid "%s activation was successfully completed."
329
  msgstr "L'activation de %s s'est terminée avec succès."
330
 
331
+ #: includes/class-freemius.php:16401
332
  msgid "Your account was successfully activated with the %s plan."
333
  msgstr "Votre compte a été activé avec succès avec la formule %s."
334
 
335
+ #: includes/class-freemius.php16412, includes/class-freemius.php:20159
336
  msgid "Your trial has been successfully started."
337
  msgstr "Votre période d'essai a bien démarré."
338
 
339
+ #: includes/class-freemius.php17004, includes/class-freemius.php17092,
340
+ #: includes/class-freemius.php:17258
341
  msgid "Couldn't activate %s."
342
  msgstr "Impossible d'activer %s."
343
 
344
+ #: includes/class-freemius.php17005, includes/class-freemius.php17093,
345
+ #: includes/class-freemius.php:17259
346
  msgid "Please contact us with the following message:"
347
  msgstr "Merci de nous contacter avec le message suivant :"
348
 
349
+ #: includes/class-freemius.php17089, templates/forms/data-debug-mode.php:162
350
  msgid "An unknown error has occurred."
351
  msgstr "An unknown error has occurred."
352
 
353
+ #: includes/class-freemius.php17616, includes/class-freemius.php:22589
354
  msgid "Upgrade"
355
  msgstr "Mise à jour"
356
 
357
+ #: includes/class-freemius.php:17622
358
  msgid "Start Trial"
359
  msgstr "Essai gratuit"
360
 
361
+ #: includes/class-freemius.php:17624
362
  msgid "Pricing"
363
  msgstr "Tarifs"
364
 
365
+ #: includes/class-freemius.php17704, includes/class-freemius.php:17706
366
  msgid "Affiliation"
367
  msgstr "Affiliation"
368
 
369
+ #: includes/class-freemius.php17734, includes/class-freemius.php17736,
370
+ #: templates/account.php191, templates/debug.php:324
371
  msgid "Account"
372
  msgstr "Compte"
373
 
374
+ #: includes/class-freemius.php17750, includes/class-freemius.php17752,
375
  #: includes/customizer/class-fs-customizer-support-section.php:60
376
  msgid "Contact Us"
377
  msgstr "Contactez Nous"
378
 
379
+ #: includes/class-freemius.php17763, includes/class-freemius.php17765,
380
+ #: includes/class-freemius.php22603, templates/account.php119,
381
  #: templates/account/partials/addon.php:44
382
  msgid "Add-Ons"
383
  msgstr "Add-Ons"
384
 
385
+ #: includes/class-freemius.php:17799
386
  msgctxt "ASCII arrow left icon"
387
  msgid "&#x2190;"
388
  msgstr "&#x2190;"
389
 
390
+ #: includes/class-freemius.php:17799
391
  msgctxt "ASCII arrow right icon"
392
  msgid "&#x27a4;"
393
  msgstr "&#x27a4;"
394
 
395
+ #: includes/class-freemius.php17801, templates/pricing.php:103
396
  msgctxt "noun"
397
  msgid "Pricing"
398
  msgstr "Tarifs"
399
 
400
+ #: includes/class-freemius.php18014,
401
  #: includes/customizer/class-fs-customizer-support-section.php:67
402
  msgid "Support Forum"
403
  msgstr "Forum de Support"
404
 
405
+ #: includes/class-freemius.php:18988
406
  msgid "Your email has been successfully verified - you are AWESOME!"
407
  msgstr "Votre email a été vérifié avec succès - vous êtes FORMIDABLE !"
408
 
409
+ #: includes/class-freemius.php:18989
410
  msgctxt "a positive response"
411
  msgid "Right on"
412
  msgstr "Directement"
413
 
414
+ #: includes/class-freemius.php:19493
415
  msgid "seems like the key you entered doesn't match our records."
416
  msgstr "seems like the key you entered doesn't match our records."
417
 
418
+ #: includes/class-freemius.php:19517
419
  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."
420
  msgstr "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."
421
 
422
+ #: includes/class-freemius.php:19735
423
  msgid "Your %s Add-on plan was successfully upgraded."
424
  msgstr "Votre Add-on %s a bien été mis à jour."
425
 
426
+ #: includes/class-freemius.php:19737
427
  msgid "%s Add-on was successfully purchased."
428
  msgstr "L'Add-on %s a bien été acheté."
429
 
430
+ #: includes/class-freemius.php:19740
431
  msgid "Download the latest version"
432
  msgstr "Télécharger la dernière version"
433
 
434
+ #: includes/class-freemius.php:19826
435
  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"
436
  msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
437
 
438
+ #: includes/class-freemius.php19832, includes/class-freemius.php19842,
439
+ #: includes/class-freemius.php20287, includes/class-freemius.php:20376
440
  msgid "Error received from the server:"
441
  msgstr "Une erreur a été reçu depuis le serveur :"
442
 
443
+ #: includes/class-freemius.php:19842
444
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
445
  msgstr "Il semble que l'un des paramètres d'authentification soit faux. Veuillez mettre à jour votre Public Key, votre Secret Key ainsi que vote User ID et essayez à nouveau."
446
 
447
+ #: includes/class-freemius.php20056, includes/class-freemius.php20292,
448
+ #: includes/class-freemius.php20347, includes/class-freemius.php:20454
449
  msgctxt ""
450
  msgid "Hmm"
451
  msgstr "Hmm"
452
 
453
+ #: includes/class-freemius.php:20069
454
  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."
455
  msgstr "Il semble que vous soyez encore sur la formule %s. Si vous avez mis à jour ou changer votre formule, le problème est probablement de votre côté - désolé."
456
 
457
+ #: includes/class-freemius.php20070, templates/account.php121,
458
  #: templates/add-ons.php250, templates/account/partials/addon.php:46
459
  msgctxt "trial period"
460
  msgid "Trial"
461
  msgstr "Période d'essai"
462
 
463
+ #: includes/class-freemius.php:20075
464
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
465
  msgstr "J'ai mis à jour mon compte mais quand j'essaie de synchroniser la licence, la formule est toujours %s."
466
 
467
+ #: includes/class-freemius.php20079, includes/class-freemius.php:20138
468
  msgid "Please contact us here"
469
  msgstr "Merci de nous contacter ici"
470
 
471
+ #: includes/class-freemius.php:20090
472
  msgid "Your plan was successfully activated."
473
  msgstr "Your plan was successfully activated."
474
 
475
+ #: includes/class-freemius.php:20091
476
  msgid "Your plan was successfully upgraded."
477
  msgstr "Votre formule a bien été mise à jour."
478
 
479
+ #: includes/class-freemius.php:20108
480
  msgid "Your plan was successfully changed to %s."
481
  msgstr "Votre formule a bien été modifié vers %s. "
482
 
483
+ #: includes/class-freemius.php:20124
484
  msgid "Your license has expired. You can still continue using the free %s forever."
485
  msgstr "Votre licence a expiré. Vous pouvez toujours utiliser la version gratuite indéfiniment."
486
 
487
+ #: includes/class-freemius.php:20126
488
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
489
  msgstr "Votre licence a expiré.%1$sFaites la mise à jour maintenant%2$s pour continuer à utiliser le %3$s sans interruption."
490
 
491
+ #: includes/class-freemius.php:20134
492
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
493
  msgstr "Votre licence a été annulé. Si vous pensez qu'il s'agit d'une erreur, merci de contacter le support."
494
 
495
+ #: includes/class-freemius.php:20147
496
  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."
497
  msgstr "Votre licence a expiré. Vous pouvez toujours utiliser les fonctionnalités %s mais vous devrez renouveler votre licence pour recevoir les mises à jour et une assistance."
498
 
499
+ #: includes/class-freemius.php:20173
500
  msgid "Your free trial has expired. You can still continue using all our free features."
501
  msgstr "Votre période d'essai gratuite est terminée. Vous pouvez continuer à utiliser toutes nos fonctionnalités gratuites."
502
 
503
+ #: includes/class-freemius.php:20175
504
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
505
  msgstr "Votre période d'essai gratuite est terminée. %1$sFaites la mise à jour maintenant%2$s pour continuer à utiliser le %3$s sans interruption."
506
 
507
+ #: includes/class-freemius.php:20283
508
  msgid "It looks like the license could not be activated."
509
  msgstr "Il semble que la licence ne puisse être activée."
510
 
511
+ #: includes/class-freemius.php:20325
512
  msgid "Your license was successfully activated."
513
  msgstr "Votre licence a bien été activée."
514
 
515
+ #: includes/class-freemius.php:20351
516
  msgid "It looks like your site currently doesn't have an active license."
517
  msgstr "Il semble que votre site n'ait pas de licence active."
518
 
519
+ #: includes/class-freemius.php:20375
520
  msgid "It looks like the license deactivation failed."
521
  msgstr "Il semble que la désactivation de la licence a échoué."
522
 
523
+ #: includes/class-freemius.php:20404
524
+ msgid "Your %s license was successfully deactivated."
525
+ msgstr "Your %s license was successfully deactivated."
526
+
527
+ #: includes/class-freemius.php:20405
528
  msgid "Your license was successfully deactivated, you are back to the %s plan."
529
  msgstr "Votre licence a bien été désactivé, vous utilisez à présent la formule %s."
530
 
531
+ #: includes/class-freemius.php:20408
532
  msgid "O.K"
533
  msgstr "O.K"
534
 
535
+ #: includes/class-freemius.php:20461
536
  msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
537
  msgstr "Il semble que nous ayons un problème temporaire avec l'annulation de votre abonnement. Merci de réessayer dans quelques minutes."
538
 
539
+ #: includes/class-freemius.php:20470
540
  msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
541
  msgstr "Votre abonnement a bien été annulé. Votre licence de la formule %s expirera dans %s."
542
 
543
+ #: includes/class-freemius.php:20512
544
  msgid "You are already running the %s in a trial mode."
545
  msgstr "Vous utilisez déjà le %s en période d'essai. "
546
 
547
+ #: includes/class-freemius.php:20523
548
  msgid "You already utilized a trial before."
549
  msgstr "Vous avez déjà utilisé la période d'essai."
550
 
551
+ #: includes/class-freemius.php:20537
552
  msgid "Plan %s do not exist, therefore, can't start a trial."
553
  msgstr "La formule %s n'existe pas, il n'est pas possible de commencer une période d'essai."
554
 
555
+ #: includes/class-freemius.php:20548
556
  msgid "Plan %s does not support a trial period."
557
  msgstr "La formule %s ne propose pas de période d'essai."
558
 
559
+ #: includes/class-freemius.php:20559
560
  msgid "None of the %s's plans supports a trial period."
561
  msgstr "Aucune formule du %s ne propose de période d'essai."
562
 
563
+ #: includes/class-freemius.php:20609
564
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
565
  msgstr "Il semble que vous ne soyez plus en période d'essai donc il n'y a rien à annuler :)"
566
 
567
+ #: includes/class-freemius.php:20645
568
  msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
569
  msgstr "Il semble que nous ayons un problème temporaire pour annuler votre période d'essai. Merci de réessayer dans quelques minutes."
570
 
571
+ #: includes/class-freemius.php:20664
572
  msgid "Your %s free trial was successfully cancelled."
573
  msgstr "Votre période d'essai %s a bien été annulé."
574
 
575
+ #: includes/class-freemius.php:20980
576
  msgid "Version %s was released."
577
  msgstr "La version %s vient d'être publiée."
578
 
579
+ #: includes/class-freemius.php:20980
580
  msgid "Please download %s."
581
  msgstr "Merci de télécharger %s."
582
 
583
+ #: includes/class-freemius.php:20987
584
  msgid "the latest %s version here"
585
  msgstr "la dernière version de %s ici"
586
 
587
+ #: includes/class-freemius.php:20992
588
  msgid "New"
589
  msgstr "Nouveau"
590
 
591
+ #: includes/class-freemius.php:20997
592
  msgid "Seems like you got the latest release."
593
  msgstr "Il semble que vous ayez la dernière version."
594
 
595
+ #: includes/class-freemius.php:20998
596
  msgid "You are all good!"
597
  msgstr "Vous êtes tout bon !"
598
 
599
+ #: includes/class-freemius.php:21301
600
  msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
601
  msgstr "Un email de vérification vient d'être envoyé sur %s. Si vous ne le recevez pas d'ici 5 minutes, merci de vérifier dans vos spams."
602
 
603
+ #: includes/class-freemius.php:21441
604
  msgid "Site successfully opted in."
605
  msgstr "Site ajouté avec succès."
606
 
607
+ #: includes/class-freemius.php21442, includes/class-freemius.php:22299
608
  msgid "Awesome"
609
  msgstr "Formidable"
610
 
611
+ #: includes/class-freemius.php21458, templates/forms/optout.php:41
612
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
613
  msgstr "Nous vous remercions de votre aide pour améliorer le %s en nous permettant de recevoir des informations concernant son usage."
614
 
615
+ #: includes/class-freemius.php:21459
616
  msgid "Thank you!"
617
  msgstr "Merci !"
618
 
619
+ #: includes/class-freemius.php:21466
620
  msgid "We will no longer be sending any usage data of %s on %s to %s."
621
  msgstr "Nous n'enverrons plus d'information d'utilisation de %s sur %s à %s."
622
 
623
+ #: includes/class-freemius.php:21612
624
  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."
625
  msgstr "Merci de vérifier votre messagerie, vous devriez recevoir un email via %s pour confirmer le changement de propriétaire. Pour des raisons de sécurité, vous devez confirmer le changement dans les prochaines 15 minutes. Vérifiez vos spams si vous ne recevez pas le message."
626
 
627
+ #: includes/class-freemius.php:21618
628
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
629
  msgstr "Merci pour la confirmation du changement de propriétaire. Un email vient d'être envoyé à %s pour la validation finale."
630
 
631
+ #: includes/class-freemius.php:21623
632
  msgid "%s is the new owner of the account."
633
  msgstr "%s est le nouveau propriétaire du compte."
634
 
635
+ #: includes/class-freemius.php:21625
636
  msgctxt "as congratulations"
637
  msgid "Congrats"
638
  msgstr "Félicitations"
639
 
640
+ #: includes/class-freemius.php:21661
 
 
 
 
 
 
 
 
 
 
 
 
641
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
642
  msgstr "Votre email a été mis à jour. Vous allez recevoir un message avec les instructions de confirmation."
643
 
644
+ #: includes/class-freemius.php:21673
645
  msgid "Please provide your full name."
646
  msgstr "Merci d'indiquer vos prénom et nom."
647
 
648
+ #: includes/class-freemius.php:21678
649
  msgid "Your name was successfully updated."
650
  msgstr "Votre nom a été mis à jour."
651
 
652
+ #: includes/class-freemius.php:21739
653
  msgid "You have successfully updated your %s."
654
  msgstr "Votre %s a bien été mis à jour."
655
 
656
+ #: includes/class-freemius.php:21879
657
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
658
  msgstr "Sachez que les informations de l'add-ons de %s sont issus d'un serveur externe."
659
 
660
+ #: includes/class-freemius.php:21880
661
  msgctxt "advance notice of something that will need attention."
662
  msgid "Heads up"
663
  msgstr "Avertissement"
664
 
665
+ #: includes/class-freemius.php:22339
666
  msgctxt "exclamation"
667
  msgid "Hey"
668
  msgstr "Hey"
669
 
670
+ #: includes/class-freemius.php:22339
671
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
672
  msgstr "Que pensez-vous de %s ? Testez nos %s fonctionnalités premium avec %d jours d'essai gratuit."
673
 
674
+ #: includes/class-freemius.php:22347
675
  msgid "No commitment for %s days - cancel anytime!"
676
  msgstr "Pas d'engagement durant %s jours - annuler quand vous voulez !"
677
 
678
+ #: includes/class-freemius.php:22348
679
  msgid "No credit card required"
680
  msgstr "Pas besoin de carte bancaire"
681
 
682
+ #: includes/class-freemius.php22355, templates/forms/trial-start.php:53
683
  msgctxt "call to action"
684
  msgid "Start free trial"
685
  msgstr "Commencer l'essai gratuit"
686
 
687
+ #: includes/class-freemius.php:22432
688
  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!"
689
  msgstr "Dites, savez-vous que %s propose un système de affiliation ? Si vous aimez le %s vous pouvez devenir notre ambassadeur et gagner de l'argent !"
690
 
691
+ #: includes/class-freemius.php:22441
692
  msgid "Learn more"
693
  msgstr "En savoir plus"
694
 
695
+ #: includes/class-freemius.php22627, templates/account.php507,
696
+ #: templates/account.php657, templates/connect.php179,
697
+ #: templates/connect.php455, templates/forms/license-activation.php27,
698
  #: templates/account/partials/addon.php:321
699
  msgid "Activate License"
700
  msgstr "Activer la licence"
701
 
702
+ #: includes/class-freemius.php22628, templates/account.php601,
703
+ #: templates/account.php656, templates/account/partials/addon.php322,
704
  #: templates/account/partials/site.php:271
705
  msgid "Change License"
706
  msgstr "Changer la licence"
707
 
708
+ #: includes/class-freemius.php22737, templates/account/partials/site.php:169
709
  msgid "Opt Out"
710
  msgstr "Désinscription"
711
 
712
+ #: includes/class-freemius.php22739, includes/class-freemius.php22745,
713
  #: templates/account/partials/site.php49,
714
  #: templates/account/partials/site.php:169
715
  msgid "Opt In"
716
  msgstr "Inscription"
717
 
718
+ #: includes/class-freemius.php:22973
719
  msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
720
  msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
721
 
722
+ #: includes/class-freemius.php:22981
723
  msgid "Activate %s features"
724
  msgstr "Activer les fonctionnalités %s"
725
 
726
+ #: includes/class-freemius.php:22994
727
  msgid "Please follow these steps to complete the upgrade"
728
  msgstr "Merci de suivre ces étapes pour finaliser la mise à jour"
729
 
730
+ #: includes/class-freemius.php:22998
731
  msgid "Download the latest %s version"
732
  msgstr "Télécharger la dernière version %s"
733
 
734
+ #: includes/class-freemius.php:23002
735
  msgid "Upload and activate the downloaded version"
736
  msgstr "Téléverser et activer la version téléchargée"
737
 
738
+ #: includes/class-freemius.php:23004
739
  msgid "How to upload and activate?"
740
  msgstr "Comment téléverser et activer ?"
741
 
742
+ #: includes/class-freemius.php:23138
743
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
744
  msgstr "%sCliquez ici %s pour choisir les sites sur lesquels vous souhaitez activer la licence."
745
 
746
+ #: includes/class-freemius.php:23299
747
  msgid "Auto installation only works for opted-in users."
748
  msgstr "L'installation automatique ne fonctionne que pour les utilisateurs qui se sont inscrits."
749
 
750
+ #: includes/class-freemius.php23309, includes/class-freemius.php23342,
751
+ #: includes/class-fs-plugin-updater.php1218,
752
+ #: includes/class-fs-plugin-updater.php:1232
753
  msgid "Invalid module ID."
754
  msgstr "ID du module non valide."
755
 
756
+ #: includes/class-freemius.php23318, includes/class-fs-plugin-updater.php:1254
757
  msgid "Premium version already active."
758
  msgstr "Version premium déjà active."
759
 
760
+ #: includes/class-freemius.php:23325
761
  msgid "You do not have a valid license to access the premium version."
762
  msgstr "Vous n'avez pas de licence valide pour accéder à la version premium."
763
 
764
+ #: includes/class-freemius.php:23332
765
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
766
  msgstr "Le plugin est un \"Serviceware\" ce qui veut dire qu'il n'a pas de version premium de code."
767
 
768
+ #: includes/class-freemius.php23350, includes/class-fs-plugin-updater.php:1253
769
  msgid "Premium add-on version already installed."
770
  msgstr "La version premium de l'add-on est déjà installée."
771
 
772
+ #: includes/class-freemius.php:23700
773
  msgid "View paid features"
774
  msgstr "Voir les fonctionnalités payantes"
775
 
776
+ #: includes/class-freemius.php:24022
777
  msgid "Thank you so much for using %s and its add-ons!"
778
  msgstr "Merci beaucoup d'utiliser %s et ses add-ons !"
779
 
780
+ #: includes/class-freemius.php:24023
781
  msgid "Thank you so much for using %s!"
782
  msgstr "Merci beaucoup d'utiliser %s !"
783
 
784
+ #: includes/class-freemius.php:24029
785
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
786
  msgstr "Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer à améliorer le %s."
787
 
788
+ #: includes/class-freemius.php:24033
789
  msgid "Thank you so much for using our products!"
790
  msgstr "Merci beaucoup d'utiliser nos produits !"
791
 
792
+ #: includes/class-freemius.php:24034
793
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
794
  msgstr "Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer à les améliorer."
795
 
796
+ #: includes/class-freemius.php:24053
797
  msgid "%s and its add-ons"
798
  msgstr "%s et ses add-ons"
799
 
800
+ #: includes/class-freemius.php:24062
801
  msgid "Products"
802
  msgstr "Produits"
803
 
804
+ #: includes/class-freemius.php24069, templates/connect.php:280
805
  msgid "Yes"
806
  msgstr "Oui"
807
 
808
+ #: includes/class-freemius.php24070, templates/connect.php:281
809
  msgid "send me security & feature updates, educational content and offers."
810
  msgstr "envoyez moi des mises à jour de sécurité et des fonctionnalités, du contenu instructif et des offres."
811
 
812
+ #: includes/class-freemius.php24071, templates/connect.php:286
813
  msgid "No"
814
  msgstr "Non"
815
 
816
+ #: includes/class-freemius.php24073, templates/connect.php:288
817
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
818
  msgstr "ne %sPAS%s m'envoyer de mises à jour de sécurité ou de fonctionnalités, ni de contenu instructif, ni d'offre."
819
 
820
+ #: includes/class-freemius.php:24083
821
  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 :-)"
822
  msgstr "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 :-)"
823
 
824
+ #: includes/class-freemius.php24085, templates/connect.php:295
825
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
826
  msgstr "Merci de nous indiquer si vous souhaitez que nous vous contactions pour les mises à jour de sécurité et de fonctionnalités, du contenu instructif et des offres spéciales :"
827
 
828
+ #: includes/class-freemius.php:24367
829
  msgid "License key is empty."
830
  msgstr "La clé de licence est vide."
831
 
839
  msgid "Buy license"
840
  msgstr "Acheter une licence"
841
 
842
+ #: includes/class-fs-plugin-updater.php327,
843
+ #: includes/class-fs-plugin-updater.php:360
844
  msgid "There is a %s of %s available."
845
  msgstr "Il y a une %s de %s disponible."
846
 
847
+ #: includes/class-fs-plugin-updater.php329,
848
+ #: includes/class-fs-plugin-updater.php:365
849
  msgid "new Beta version"
850
  msgstr "new Beta version"
851
 
852
+ #: includes/class-fs-plugin-updater.php330,
853
+ #: includes/class-fs-plugin-updater.php:366
854
  msgid "new version"
855
  msgstr "Nouvelle version"
856
 
857
+ #: includes/class-fs-plugin-updater.php:389
858
  msgid "Important Upgrade Notice:"
859
  msgstr "Information importante de mise à jour :"
860
 
861
+ #: includes/class-fs-plugin-updater.php:1283
862
  msgid "Installing plugin: %s"
863
  msgstr "Installation du plugin : %s"
864
 
865
+ #: includes/class-fs-plugin-updater.php:1324
866
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
867
  msgstr "Impossible de se connecter au système de fichiers. Merci de confirmer vos autorisations."
868
 
869
+ #: includes/class-fs-plugin-updater.php:1506
870
  msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
871
  msgstr "Le package du plugin à télécharger ne contient pas de dossier avec le bon slug et iln'a pas été possible de le renommer."
872
 
888
  msgid "Install Free Version Update Now"
889
  msgstr "Installer la dernière mise à jour gratuite maintenant"
890
 
891
+ #: includes/fs-plugin-info-dialog.php739, templates/account.php:590
892
  msgid "Install Update Now"
893
  msgstr "Installer la mise à jour maintenant"
894
 
908
  msgid "Download Latest Free Version"
909
  msgstr "Télécharger la dernière version gratuite"
910
 
911
+ #: includes/fs-plugin-info-dialog.php766, templates/account.php99,
912
  #: templates/add-ons.php37, templates/account/partials/addon.php:25
913
  msgctxt "as download latest version"
914
  msgid "Download Latest"
920
  msgid "Activate this add-on"
921
  msgstr "Activer cet add-on"
922
 
923
+ #: includes/fs-plugin-info-dialog.php783, templates/connect.php:452
924
  msgid "Activate Free Version"
925
  msgstr "Activez la version gratuite"
926
 
927
+ #: includes/fs-plugin-info-dialog.php784, templates/account.php123,
928
  #: templates/add-ons.php330, templates/account/partials/addon.php:48
929
  msgid "Activate"
930
  msgstr "Activer"
1060
  msgid "Details"
1061
  msgstr "Détails"
1062
 
1063
+ #: includes/fs-plugin-info-dialog.php1310, templates/account.php110,
1064
+ #: templates/debug.php201, templates/debug.php238, templates/debug.php455,
1065
  #: templates/account/partials/addon.php:36
1066
  msgctxt "product version"
1067
  msgid "Version"
1076
  msgid "Last Updated"
1077
  msgstr "Dernière mise à jour"
1078
 
1079
+ #: includes/fs-plugin-info-dialog.php1329, templates/account.php:476
1080
  msgctxt "x-ago"
1081
  msgid "%s ago"
1082
  msgstr "Il y a %s"
1187
  msgid "Latest Free Version Installed"
1188
  msgstr "La dernière version gratuite a été installé"
1189
 
1190
+ #: templates/account.php100, templates/forms/subscription-cancellation.php96,
1191
  #: templates/account/partials/addon.php26,
1192
  #: templates/account/partials/site.php:311
1193
  msgid "Downgrading your plan"
1194
  msgstr "Rétrograder votre formule"
1195
 
1196
+ #: templates/account.php101, templates/forms/subscription-cancellation.php97,
1197
  #: templates/account/partials/addon.php27,
1198
  #: templates/account/partials/site.php:312
1199
  msgid "Cancelling the subscription"
1201
 
1202
  #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1203
  #. subscription'
1204
+ #: templates/account.php103, templates/forms/subscription-cancellation.php99,
1205
  #: templates/account/partials/site.php:314
1206
  msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1207
  msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1208
 
1209
+ #: templates/account.php104, templates/forms/subscription-cancellation.php100,
1210
  #: templates/account/partials/addon.php30,
1211
  #: templates/account/partials/site.php:315
1212
  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."
1213
  msgstr "Veuillez noter que nous ne serons pas en mesure de garantir le maintien des prix actuels pour les renouvellements/nouveaux abonnements après une annulation. Si vous choisissez de renouveler l'abonnement manuellement à l'avenir, après une augmentation de prix, qui se produit généralement une fois par an, le prix mis à jour vous sera facturé."
1214
 
1215
+ #: templates/account.php105, templates/forms/subscription-cancellation.php106,
1216
  #: templates/account/partials/addon.php:31
1217
  msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1218
  msgstr "Annuler la période d'essai va immédiatement bloquer les fonctionnalités premium. Souhaitez-vous continuer ?"
1219
 
1220
+ #: templates/account.php106, templates/forms/subscription-cancellation.php101,
1221
  #: templates/account/partials/addon.php32,
1222
  #: templates/account/partials/site.php:316
1223
  msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1224
  msgstr "Vous pouvez toujours profiter de toutes les fonctionnalités de %s mais vous n'aurez plus accès aux mises à jour de sécurité ou de fonctionnalités de %s, ni au support."
1225
 
1226
+ #: templates/account.php107, templates/forms/subscription-cancellation.php102,
1227
  #: templates/account/partials/addon.php33,
1228
  #: templates/account/partials/site.php:317
1229
  msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1230
  msgstr "Une fois la licence expirée vous pourrez toujours utiliser la version gratuite mais vous n'aurez PAS accès aux fonctionnalités de %s."
1231
 
1232
  #. translators: %s: Plan title (e.g. "Professional")
1233
+ #: templates/account.php109,
1234
  #: templates/account/partials/activate-license-button.php31,
1235
  #: templates/account/partials/addon.php:35
1236
  msgid "Activate %s Plan"
1237
  msgstr "Activer la formule %s"
1238
 
1239
  #. translators: %s: Time period (e.g. Auto renews in "2 months")
1240
+ #: templates/account.php112, templates/account/partials/addon.php38,
1241
  #: templates/account/partials/site.php:291
1242
  msgid "Auto renews in %s"
1243
  msgstr "Renouvellements automatique dans %s"
1244
 
1245
  #. translators: %s: Time period (e.g. Expires in "2 months")
1246
+ #: templates/account.php114, templates/account/partials/addon.php40,
1247
  #: templates/account/partials/site.php:293
1248
  msgid "Expires in %s"
1249
  msgstr "Expire dans %s"
1250
 
1251
+ #: templates/account.php:115
1252
  msgctxt "as synchronize license"
1253
  msgid "Sync License"
1254
  msgstr "Synchroniser la licence"
1255
 
1256
+ #: templates/account.php116, templates/account/partials/addon.php:41
1257
  msgid "Cancel Trial"
1258
  msgstr "Annuler la période d'essai"
1259
 
1260
+ #: templates/account.php117, templates/account/partials/addon.php:42
1261
  msgid "Change Plan"
1262
  msgstr "Changer de formule"
1263
 
1264
+ #: templates/account.php118, templates/account/partials/addon.php:43
1265
  msgctxt "verb"
1266
  msgid "Upgrade"
1267
  msgstr "Mise à jour"
1268
 
1269
+ #: templates/account.php120, templates/account/partials/addon.php45,
1270
  #: templates/account/partials/site.php:318
1271
  msgctxt "verb"
1272
  msgid "Downgrade"
1273
  msgstr "Rétrograder"
1274
 
1275
+ #: templates/account.php122, templates/add-ons.php246,
1276
  #: templates/plugin-info/features.php72,
1277
  #: templates/account/partials/addon.php47,
1278
  #: templates/account/partials/site.php:33
1279
  msgid "Free"
1280
  msgstr "Gratuit"
1281
 
1282
+ #: templates/account.php124, templates/debug.php371,
1283
  #: includes/customizer/class-fs-customizer-upsell-control.php110,
1284
  #: templates/account/partials/addon.php:49
1285
  msgctxt "as product pricing plan"
1286
  msgid "Plan"
1287
  msgstr "Formule"
1288
 
1289
+ #: templates/account.php:125
1290
  msgid "Bundle Plan"
1291
  msgstr "Bundle Plan"
1292
 
1293
+ #: templates/account.php:199
1294
  msgid "Free Trial"
1295
  msgstr "Essai gratuit"
1296
 
1297
+ #: templates/account.php:210
1298
  msgid "Account Details"
1299
  msgstr "Détails du compte"
1300
 
1301
+ #: templates/account.php217, templates/forms/data-debug-mode.php:33
1302
  msgid "Start Debug"
1303
  msgstr "Start Debug"
1304
 
1305
+ #: templates/account.php:219
1306
  msgid "Stop Debug"
1307
  msgstr "Stop Debug"
1308
 
1309
+ #: templates/account.php:226
1310
  msgid "Billing & Invoices"
1311
  msgstr "Billing & Invoices"
1312
 
1313
+ #: templates/account.php:237
1314
  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?"
1315
  msgstr "Supprimer le compte désactivera automatiquement la licence de votre formule %s afin que vous puissiez l'utiliser sur d'autres sites. Si vous voulez aussi annuler le paiement récurrent, cliquez sur le bouton \"Annuler\" et commencez par \"Rétrograder\" votre compte. Êtes-vous sûr de vouloir poursuivre la suppression ? "
1316
 
1317
+ #: templates/account.php:239
1318
  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?"
1319
  msgstr "La suppression est permanente. Ne faites cette suppression que si vous ne souhaitez plus utiliser le %s. Êtes-vous sûr de vouloir poursuivre la suppression ?"
1320
 
1321
+ #: templates/account.php:242
1322
  msgid "Delete Account"
1323
  msgstr "Supprimer le compte"
1324
 
1325
+ #: templates/account.php254, templates/account/partials/addon.php231,
1326
  #: templates/account/partials/deactivate-license-button.php:35
1327
  msgid "Deactivate License"
1328
  msgstr "Désactiver la licence"
1329
 
1330
+ #: templates/account.php277, templates/forms/subscription-cancellation.php:125
1331
  msgid "Are you sure you want to proceed?"
1332
  msgstr "Êtes-vous de vouloir continuer ?"
1333
 
1334
+ #: templates/account.php277, templates/account/partials/addon.php:255
1335
  msgid "Cancel Subscription"
1336
  msgstr "Annuler l'abonnement"
1337
 
1338
+ #: templates/account.php306, templates/account/partials/addon.php:340
1339
  msgctxt "as synchronize"
1340
  msgid "Sync"
1341
  msgstr "Synchroniser"
1342
 
1343
+ #: templates/account.php321, templates/debug.php:505
1344
  msgid "Name"
1345
  msgstr "Nom"
1346
 
1347
+ #: templates/account.php327, templates/debug.php:506
1348
  msgid "Email"
1349
  msgstr "Email"
1350
 
1351
+ #: templates/account.php334, templates/debug.php369, templates/debug.php:555
1352
  msgid "User ID"
1353
  msgstr "User ID"
1354
 
1355
+ #: templates/account.php352, templates/account.php670,
1356
+ #: templates/account.php715, templates/debug.php236, templates/debug.php363,
1357
+ #: templates/debug.php452, templates/debug.php504, templates/debug.php553,
1358
  #: templates/debug.php632, templates/account/payments.php35,
1359
  #: templates/debug/logger.php:21
1360
  msgid "ID"
1361
  msgstr "ID"
1362
 
1363
+ #: templates/account.php:359
1364
  msgid "Site ID"
1365
  msgstr "Site ID"
1366
 
1367
+ #: templates/account.php:362
1368
  msgid "No ID"
1369
  msgstr "ID manquant"
1370
 
1371
+ #: templates/account.php367, templates/debug.php243, templates/debug.php372,
1372
+ #: templates/debug.php456, templates/debug.php508,
1373
  #: templates/account/partials/site.php:227
1374
  msgid "Public Key"
1375
  msgstr "Clef publique"
1376
 
1377
+ #: templates/account.php373, templates/debug.php373, templates/debug.php457,
1378
+ #: templates/debug.php509, templates/account/partials/site.php:239
1379
  msgid "Secret Key"
1380
  msgstr "Clef secrête"
1381
 
1382
+ #: templates/account.php:376
1383
  msgctxt "as secret encryption key missing"
1384
  msgid "No Secret"
1385
  msgstr "Clef secrète manquante"
1386
 
1387
+ #: templates/account.php403, templates/account/partials/site.php120,
1388
  #: templates/account/partials/site.php:122
1389
  msgid "Trial"
1390
  msgstr "Période d'essai"
1391
 
1392
+ #: templates/account.php430, templates/debug.php561,
1393
  #: templates/account/partials/site.php:260
1394
  msgid "License Key"
1395
  msgstr "Clef de licence"
1396
 
1397
+ #: templates/account.php:461
1398
  msgid "Join the Beta program"
1399
  msgstr "Join the Beta program"
1400
 
1401
+ #: templates/account.php:467
1402
  msgid "not verified"
1403
  msgstr "Non vérifié"
1404
 
1405
+ #: templates/account.php476, templates/account/partials/addon.php:190
1406
  msgid "Expired"
1407
  msgstr "Expiré"
1408
 
1409
+ #: templates/account.php:536
1410
  msgid "Premium version"
1411
  msgstr "Version premium"
1412
 
1413
+ #: templates/account.php:538
1414
  msgid "Free version"
1415
  msgstr "Version gratuite"
1416
 
1417
+ #: templates/account.php:550
1418
  msgid "Verify Email"
1419
  msgstr "Vérifier l'email"
1420
 
1421
+ #: templates/account.php:564
1422
  msgid "Download %s Version"
1423
  msgstr "Télécharger la version %s"
1424
 
1425
+ #: templates/account.php:580
1426
+ msgid "Download Paid Version"
1427
+ msgstr "Download Paid Version"
1428
+
1429
+ #: templates/account.php598, templates/account.php853,
1430
  #: templates/account/partials/site.php248,
1431
  #: templates/account/partials/site.php:270
1432
  msgctxt "verb"
1433
  msgid "Show"
1434
  msgstr "Afficher"
1435
 
1436
+ #: templates/account.php:613
1437
  msgid "What is your %s?"
1438
  msgstr "Quel est votre %s ?"
1439
 
1440
+ #: templates/account.php621, templates/account/billing.php:21
1441
  msgctxt "verb"
1442
  msgid "Edit"
1443
  msgstr "Éditer"
1444
 
1445
+ #: templates/account.php625, templates/forms/user-change.php:27
1446
+ msgid "Change User"
1447
+ msgstr "Change User"
1448
+
1449
+ #: templates/account.php:649
1450
  msgid "Sites"
1451
  msgstr "Sites"
1452
 
1453
+ #: templates/account.php:662
1454
  msgid "Search by address"
1455
  msgstr "Recherche par adresse"
1456
 
1457
+ #: templates/account.php671, templates/debug.php:366
1458
  msgid "Address"
1459
  msgstr "Adresse"
1460
 
1461
+ #: templates/account.php:672
1462
  msgid "License"
1463
  msgstr "Licence"
1464
 
1465
+ #: templates/account.php:673
1466
  msgid "Plan"
1467
  msgstr "Formule"
1468
 
1469
+ #: templates/account.php:718
1470
  msgctxt "as software license"
1471
  msgid "License"
1472
  msgstr "Licence"
1473
 
1474
+ #: templates/account.php:847
1475
  msgctxt "verb"
1476
  msgid "Hide"
1477
  msgstr "Cacher"
1478
 
1479
+ #: templates/account.php869, templates/forms/data-debug-mode.php:31
1480
  msgid "Processing"
1481
  msgstr "Traitement en cours"
1482
 
1483
+ #: templates/account.php:872
1484
  msgid "Get updates for bleeding edge Beta versions of %s."
1485
  msgstr "Get updates for bleeding edge Beta versions of %s."
1486
 
1487
+ #: templates/account.php:930
1488
  msgid "Cancelling %s"
1489
  msgstr "Annulation de %s"
1490
 
1491
+ #: templates/account.php930, templates/account.php947,
1492
  #: templates/forms/subscription-cancellation.php27,
1493
  #: templates/forms/deactivation/form.php:133
1494
  msgid "trial"
1495
  msgstr "essai"
1496
 
1497
+ #: templates/account.php945, templates/forms/deactivation/form.php:150
1498
  msgid "Cancelling %s..."
1499
  msgstr "Annulation de %s..."
1500
 
1501
+ #: templates/account.php948, templates/forms/subscription-cancellation.php28,
1502
  #: templates/forms/deactivation/form.php:134
1503
  msgid "subscription"
1504
  msgstr "abonnement"
1505
 
1506
+ #: templates/account.php:962
1507
  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?"
1508
  msgstr "Désactiver la licence bloquera toutes les fonctionnalités premium mais vous permettra d'activer la licence sur un autre site. Êtes-vous sûr de vouloir continuer ?"
1509
 
1529
  msgid "Installed"
1530
  msgstr "Installed"
1531
 
1532
+ #: templates/admin-notice.php13, templates/forms/license-activation.php220,
1533
  #: templates/forms/resend-key.php:77
1534
  msgctxt "as close a window"
1535
  msgid "Dismiss"
1569
  msgid "Hey %s,"
1570
  msgstr "Hey %s,"
1571
 
1572
+ #: templates/connect.php:162
1573
  msgid "Allow & Continue"
1574
  msgstr "Autoriser & Continuer"
1575
 
1576
+ #: templates/connect.php:166
1577
  msgid "Re-send activation email"
1578
  msgstr "Renvoyer l'email d'activation"
1579
 
1580
+ #: templates/connect.php:170
1581
  msgid "Thanks %s!"
1582
  msgstr "Merci %s !"
1583
 
1584
+ #: templates/connect.php180, templates/forms/license-activation.php:46
1585
  msgid "Agree & Activate License"
1586
  msgstr "Valider & Activer la licence"
1587
 
1588
+ #: templates/connect.php:189
1589
  msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1590
  msgstr "Merci d'avoir acheté %s ! Pour commencer, veuillez indiquer votre clef de licence :"
1591
 
1592
+ #: templates/connect.php:196
1593
  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."
1594
  msgstr "Ne ratez jamais une mise à jour importante - acceptez nos notifications de mises à jour de sécurité et de fonctionnalités, de contenu instructif, d'offres ainsi que le suivi d'activité non sensible avec %4$s."
1595
 
1596
+ #: templates/connect.php:197
1597
  msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1598
  msgstr "Ne manquez jamais une mise à jour importante - optez pour nos notifications de mises à jour de sécurité et de fonctionnalités, et un suivi diagnostique non sensible avec %4$s."
1599
 
1600
+ #: templates/connect.php:203
1601
  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."
1602
  msgstr "Ne ratez jamais une mise à jour importante - acceptez nos notifications de mises à jour de sécurité et de fonctionnalités, de contenu instructif, d'offres ainsi que le suivi d'activité non sensible avec %4$s. Dans le cas contraire, pas de problème ! %1$s fonctionnera parfaitement aussi."
1603
 
1604
+ #: templates/connect.php:204
1605
  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."
1606
  msgstr "Ne ratez jamais une mise à jour importante - acceptez nos notifications de mises à jour de sécurité et de fonctionnalités ainsi que le suivi d'activité non sensible avec %4$s. Dans le cas contraire, pas de problème ! %1$s fonctionnera parfaitement aussi."
1607
 
1608
+ #: templates/connect.php:238
1609
  msgid "We're excited to introduce the Freemius network-level integration."
1610
  msgstr "Nous sommes impatient de vous présenter l'intégration Freemius au niveau réseau."
1611
 
1612
+ #: templates/connect.php:241
1613
  msgid "During the update process we detected %d site(s) that are still pending license activation."
1614
  msgstr "Durant le processus de mise à jour nous avons détecté %d site(s) toujours en attente d'activation de la licence."
1615
 
1616
+ #: templates/connect.php:243
1617
  msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1618
  msgstr "Si vous voulez utiliser le %s sur ces sites, merci d'indiquer votre clé de licence ci-dessous et de cliquer sur le bouton d'activation."
1619
 
1620
+ #: templates/connect.php:245
1621
  msgid "%s's paid features"
1622
  msgstr "Fonctionnalités payantes de %s"
1623
 
1624
+ #: templates/connect.php:250
1625
  msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1626
  msgstr "Éventuellement, vous pouvez l'ignorer pour l'instant et activer la licence plus tard, sur votre page de compte du réseau %s."
1627
 
1628
+ #: templates/connect.php:252
1629
  msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1630
  msgstr "Durant le processus de mise à jour nous avons détecté %s site(s) dans le réseau que vous devez vérifier."
1631
 
1632
+ #: templates/connect.php261, templates/forms/data-debug-mode.php35,
1633
  #: templates/forms/license-activation.php:49
1634
  msgid "License key"
1635
  msgstr "Clef de licence"
1636
 
1637
+ #: templates/connect.php264, templates/forms/license-activation.php:22
1638
  msgid "Can't find your license key?"
1639
  msgstr "Vous ne trouvez pas votre clef de licence ?"
1640
 
1641
+ #: templates/connect.php323, templates/connect.php694,
1642
  #: templates/forms/deactivation/retry-skip.php:20
1643
  msgctxt "verb"
1644
  msgid "Skip"
1645
  msgstr "Passer"
1646
 
1647
+ #: templates/connect.php:326
1648
  msgid "Delegate to Site Admins"
1649
  msgstr "Déléguer aux administrateurs du site"
1650
 
1651
+ #: templates/connect.php:326
1652
  msgid "If you click it, this decision will be delegated to the sites administrators."
1653
  msgstr "Si vous cliquez, cette décision sera déléguée aux administrateurs des sites."
1654
 
1655
+ #: templates/connect.php:364
1656
  msgid "Your Profile Overview"
1657
  msgstr "Résumé de votre profil"
1658
 
1659
+ #: templates/connect.php:365
1660
  msgid "Name and email address"
1661
  msgstr "Nom et adresse email"
1662
 
1663
+ #: templates/connect.php:372
1664
  msgid "Your Site Overview"
1665
  msgstr "Résumé de votre site"
1666
 
1667
+ #: templates/connect.php:373
1668
+ msgid "Site URL, WP version, PHP info"
1669
+ msgstr "Site URL, WP version, PHP info"
1670
 
1671
+ #: templates/connect.php:379
1672
  msgid "Admin Notices"
1673
  msgstr "Notifications Administrateur"
1674
 
1675
+ #: templates/connect.php380, templates/connect.php:396
1676
  msgid "Updates, announcements, marketing, no spam"
1677
  msgstr "Mises à jour, annonces, marketing, pas de spam"
1678
 
1679
+ #: templates/connect.php:386
1680
  msgid "Current %s Events"
1681
  msgstr "Évènements du %s actuel"
1682
 
1683
+ #: templates/connect.php:387
1684
  msgid "Activation, deactivation and uninstall"
1685
  msgstr "Activation, désactivation et désintallation"
1686
 
1687
+ #: templates/connect.php:395
1688
  msgid "Newsletter"
1689
  msgstr "Newsletter"
1690
 
1691
+ #: templates/connect.php:403
1692
+ msgid "Plugins & Themes"
1693
+ msgstr "Plugins & Themes"
1694
+
1695
+ #: templates/connect.php:404
1696
+ msgid "Title, slug, version, and is active"
1697
+ msgstr "Title, slug, version, and is active"
1698
+
1699
+ #: templates/connect.php420, templates/forms/license-activation.php:41
1700
  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."
1701
  msgstr "Le %1$s va régulièrement envoyer des données à %2$s pour vérifier les mises à jour de sécurité et de fonctionnalités ainsi que pour vérifier la validité de votre licence."
1702
 
1703
+ #: templates/connect.php:425
1704
  msgid "What permissions are being granted?"
1705
  msgstr "Quelles autorisations sont accordées ?"
1706
 
1707
+ #: templates/connect.php:451
1708
  msgid "Don't have a license key?"
1709
  msgstr "Vous n'avez pas de clef de licence ?"
1710
 
1711
+ #: templates/connect.php:454
1712
  msgid "Have a license key?"
1713
  msgstr "Vous avez une clef de licence ?"
1714
 
1715
+ #: templates/connect.php:462
1716
  msgid "Privacy Policy"
1717
  msgstr "Politique de confidentialité"
1718
 
1719
+ #: templates/connect.php:464
1720
  msgid "License Agreement"
1721
  msgstr "Contrat de licence"
1722
 
1723
+ #: templates/connect.php:464
1724
  msgid "Terms of Service"
1725
  msgstr "Conditions générales de service"
1726
 
1727
+ #: templates/connect.php:853
1728
  msgctxt "as in the process of sending an email"
1729
  msgid "Sending email"
1730
  msgstr "Email en cours d'envoi"
1731
 
1732
+ #: templates/connect.php:854
1733
  msgctxt "as activating plugin"
1734
  msgid "Activating"
1735
  msgstr "Activation en cours"
1757
  msgid "Debugging"
1758
  msgstr "Debuggage"
1759
 
1760
+ #: templates/debug.php52, templates/debug.php248, templates/debug.php374,
1761
+ #: templates/debug.php:510
1762
  msgid "Actions"
1763
  msgstr "Actions"
1764
 
1765
+ #: templates/debug.php:62
1766
  msgid "Are you sure you want to delete all Freemius data?"
1767
  msgstr "Êtes-vous sûr de vouloir supprimer toutes les données de Freemius ?"
1768
 
1769
+ #: templates/debug.php:62
1770
  msgid "Delete All Accounts"
1771
  msgstr "Supprimer tous les comptes"
1772
 
1773
+ #: templates/debug.php:69
1774
  msgid "Clear API Cache"
1775
  msgstr "Vider le cache API"
1776
 
1777
+ #: templates/debug.php:77
1778
  msgid "Clear Updates Transients"
1779
  msgstr "Vider les transients de mise à jour"
1780
 
1781
+ #: templates/debug.php:84
1782
  msgid "Sync Data From Server"
1783
  msgstr "Synchronisation des données depuis le serveur"
1784
 
1785
+ #: templates/debug.php:93
1786
  msgid "Migrate Options to Network"
1787
  msgstr "Migrer les options vers le réseau"
1788
 
1789
+ #: templates/debug.php:98
1790
  msgid "Load DB Option"
1791
  msgstr "Chargement des options de la base de données"
1792
 
1793
+ #: templates/debug.php:101
1794
  msgid "Set DB Option"
1795
  msgstr "Mise en place des options de la base de données"
1796
 
1797
+ #: templates/debug.php:180
1798
  msgid "Key"
1799
  msgstr "Clef"
1800
 
1801
+ #: templates/debug.php:181
1802
  msgid "Value"
1803
  msgstr "Valeur"
1804
 
1805
+ #: templates/debug.php:197
1806
  msgctxt "as software development kit versions"
1807
  msgid "SDK Versions"
1808
  msgstr "Versions du SDK"
1809
 
1810
+ #: templates/debug.php:202
1811
  msgid "SDK Path"
1812
  msgstr "Chemin d'accès du SDK"
1813
 
1814
+ #: templates/debug.php203, templates/debug.php:242
1815
  msgid "Module Path"
1816
  msgstr "Chemin d'accès du module"
1817
 
1818
+ #: templates/debug.php:204
1819
  msgid "Is Active"
1820
  msgstr "Est actif"
1821
 
1822
+ #: templates/debug.php232, templates/debug/plugins-themes-sync.php:35
1823
  msgid "Plugins"
1824
  msgstr "Plugins"
1825
 
1826
+ #: templates/debug.php232, templates/debug/plugins-themes-sync.php:56
1827
  msgid "Themes"
1828
  msgstr "Thèmes"
1829
 
1830
+ #: templates/debug.php237, templates/debug.php368, templates/debug.php454,
1831
  #: templates/debug/scheduled-crons.php:80
1832
  msgid "Slug"
1833
  msgstr "Slug"
1834
 
1835
+ #: templates/debug.php239, templates/debug.php:453
1836
  msgid "Title"
1837
  msgstr "Titre"
1838
 
1839
+ #: templates/debug.php:240
1840
  msgctxt "as application program interface"
1841
  msgid "API"
1842
  msgstr "API"
1843
 
1844
+ #: templates/debug.php:241
1845
  msgid "Freemius State"
1846
  msgstr "État de Freemius"
1847
 
1848
+ #: templates/debug.php:245
1849
  msgid "Network Blog"
1850
  msgstr "Réseau de Blog"
1851
 
1852
+ #: templates/debug.php:246
1853
  msgid "Network User"
1854
  msgstr "Réseau d'Utilisateur"
1855
 
1856
+ #: templates/debug.php:283
1857
  msgctxt "as connection was successful"
1858
  msgid "Connected"
1859
  msgstr "Connecté"
1860
 
1861
+ #: templates/debug.php:284
1862
  msgctxt "as connection blocked"
1863
  msgid "Blocked"
1864
  msgstr "Bloqué"
1865
 
1866
+ #: templates/debug.php:320
1867
  msgid "Simulate Trial Promotion"
1868
  msgstr "Simuler la promotion d'essai"
1869
 
1870
+ #: templates/debug.php:332
1871
  msgid "Simulate Network Upgrade"
1872
  msgstr "Simuler la mise à jour du réseau"
1873
 
1874
+ #: templates/debug.php:357
1875
  msgid "%s Installs"
1876
  msgstr "%s Installations"
1877
 
1878
+ #: templates/debug.php:359
1879
  msgctxt "like websites"
1880
  msgid "Sites"
1881
  msgstr "Sites"
1882
 
1883
+ #: templates/debug.php365, templates/account/partials/site.php:156
1884
  msgid "Blog ID"
1885
  msgstr "Blog ID"
1886
 
1887
+ #: templates/debug.php:370
1888
  msgid "License ID"
1889
  msgstr "License ID"
1890
 
1891
+ #: templates/debug.php434, templates/debug.php533,
1892
  #: templates/account/partials/addon.php:435
1893
  msgctxt "verb"
1894
  msgid "Delete"
1895
  msgstr "Supprimer"
1896
 
1897
+ #: templates/debug.php:448
1898
  msgid "Add Ons of module %s"
1899
  msgstr "Add Ons du module %s"
1900
 
1901
+ #: templates/debug.php:500
1902
  msgid "Users"
1903
  msgstr "Utilisateurs"
1904
 
1905
+ #: templates/debug.php:507
1906
  msgid "Verified"
1907
  msgstr "Vérifié"
1908
 
1909
+ #: templates/debug.php:549
1910
  msgid "%s Licenses"
1911
  msgstr "%s Licences"
1912
 
1913
+ #: templates/debug.php:554
1914
  msgid "Plugin ID"
1915
  msgstr "ID du plugin"
1916
 
1917
+ #: templates/debug.php:556
1918
  msgid "Plan ID"
1919
  msgstr "ID de la formule"
1920
 
1921
+ #: templates/debug.php:557
1922
  msgid "Quota"
1923
  msgstr "Quota"
1924
 
1925
+ #: templates/debug.php:558
1926
  msgid "Activated"
1927
  msgstr "Activé"
1928
 
1929
+ #: templates/debug.php:559
1930
  msgid "Blocking"
1931
  msgstr "Bloquant"
1932
 
1933
+ #: templates/debug.php560, templates/debug.php631,
1934
+ #: templates/debug/logger.php:22
1935
+ msgid "Type"
1936
+ msgstr "Type"
1937
+
1938
+ #: templates/debug.php:562
1939
  msgctxt "as expiration date"
1940
  msgid "Expiration"
1941
  msgstr "Expiration"
1983
  msgid "Download"
1984
  msgstr "Téléchargement"
1985
 
 
 
 
 
1986
  #: templates/debug.php636, templates/debug/logger.php:26
1987
  msgid "Timestamp"
1988
  msgstr "Timestamp"
2332
  msgid "Update License"
2333
  msgstr "Mettre à jour la licence"
2334
 
2335
+ #: templates/forms/license-activation.php:181
2336
+ msgid "Associate with the license owner's account."
2337
+ msgstr "Associate with the license owner's account."
2338
+
2339
  #: templates/forms/optout.php:30
2340
  msgctxt "verb"
2341
  msgid "Opt Out"
2346
  msgid "Opt In"
2347
  msgstr "Inscription"
2348
 
2349
+ #: templates/forms/optout.php:34
2350
+ msgid "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
2351
+ msgstr "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
2352
+
2353
+ #: templates/forms/optout.php:36
2354
+ msgid "Warning: Opting out will block automatic updates"
2355
+ msgstr "Warning: Opting out will block automatic updates"
2356
+
2357
+ #: templates/forms/optout.php:37
2358
+ 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."
2359
+ msgstr "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."
2360
+
2361
+ #: templates/forms/optout.php:39
2362
+ msgid "I'd like to keep automatic updates"
2363
+ msgstr "I'd like to keep automatic updates"
2364
+
2365
+ #: templates/forms/optout.php:44
2366
  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."
2367
  msgstr "Le suivi d'utilisation de %s nous permet de l'améliorer. Apporter une meilleure expérience pour l'utilisateur, définir quelles seront les nouvelles fonctionnalités, ce genre de choses. Aussi nous vous serions reconnaissant si vous acceptiez de nous permettre de continuer à récupérer des informations."
2368
 
2369
+ #: templates/forms/optout.php:45
2370
+ msgid "On second thought - I want to continue helping"
2371
+ msgstr "On second thought - I want to continue helping"
2372
+
2373
+ #: templates/forms/optout.php:49
2374
  msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2375
  msgstr "En cliquant \"Désincription\", nous n'enverrons plus d'informations de %s à %s."
2376
 
2377
+ #: templates/forms/optout.php:74
2378
+ msgid "Plugins & themes tracking"
2379
+ msgstr "Plugins & themes tracking"
2380
+
2381
+ #: templates/forms/optout.php:256
2382
+ msgid "Saved"
2383
+ msgstr "Saved"
2384
+
2385
  #: templates/forms/premium-versions-upgrade-handler.php:40
2386
  msgid "There is a new version of %s available."
2387
  msgstr "Il y a une nouvelle version disponible de %s. "
2452
  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."
2453
  msgstr "Pour être en accord avec les directives de WordPress.org, avant que nous commencions la période d'essai, nous vous demandons de nous permettre de récupérer votre nom d'utilisateur et des informations non sensibles du site afin de permettre au %s de communiquer avec %s pour vérifier les mises à jour et valider votre période d'essai."
2454
 
2455
+ #: templates/forms/user-change.php:26
2456
+ msgid "By changing the user, you agree to transfer the account ownership to:"
2457
+ msgstr "By changing the user, you agree to transfer the account ownership to:"
2458
+
2459
+ #: templates/forms/user-change.php:28
2460
+ msgid "I Agree - Change User"
2461
+ msgstr "I Agree - Change User"
2462
+
2463
+ #: templates/forms/user-change.php:30
2464
+ msgid "Enter email address"
2465
+ msgstr "Enter email address"
2466
+
2467
+ #: templates/forms/user-change.php:81
2468
+ msgctxt "close window"
2469
+ msgid "Dismiss"
2470
+ msgstr "Dismiss"
2471
+
2472
  #: templates/js/style-premium-theme.php:39
2473
  msgid "Premium"
2474
  msgstr "Premium"
includes/vendor/freemius/wordpress-sdk/languages/freemius-he_IL.mo CHANGED
Binary file
includes/vendor/freemius/wordpress-sdk/languages/freemius-he_IL.po CHANGED
@@ -8,7 +8,7 @@ msgstr ""
8
  "Project-Id-Version: WordPress SDK\n"
9
  "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
10
  "POT-Creation-Date: \n"
11
- "PO-Revision-Date: 2019-10-07 15:33+0000\n"
12
  "Last-Translator: Vova Feldman <vova@freemius.com>\n"
13
  "Language: he_IL\n"
14
  "Language-Team: Hebrew (Israel) (http://www.transifex.com/freemius/wordpress-sdk/language/he_IL/)\n"
@@ -22,802 +22,811 @@ msgstr ""
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
  "X-Poedit-SourceCharset: UTF-8\n"
24
 
25
- #: includes/class-freemius.php1880, templates/account.php:840
26
  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."
27
  msgstr "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."
28
 
29
- #: includes/class-freemius.php:1887
30
  msgid "Would you like to proceed with the update?"
31
  msgstr "Would you like to proceed with the update?"
32
 
33
- #: includes/class-freemius.php:2095
34
  msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
35
  msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
36
 
37
- #: includes/class-freemius.php:2097
38
  msgid "Error"
39
  msgstr "שגיאה"
40
 
41
- #: includes/class-freemius.php:2491
42
  msgid "I found a better %s"
43
  msgstr "מצאתי %s יותר טוב"
44
 
45
- #: includes/class-freemius.php:2493
46
  msgid "What's the %s's name?"
47
  msgstr "What's the %s's name?"
48
 
49
- #: includes/class-freemius.php:2499
50
  msgid "It's a temporary %s. I'm just debugging an issue."
51
  msgstr "It's a temporary %s. I'm just debugging an issue."
52
 
53
- #: includes/class-freemius.php:2501
54
  msgid "Deactivation"
55
  msgstr "דיאקטיבציה"
56
 
57
- #: includes/class-freemius.php:2502
58
  msgid "Theme Switch"
59
  msgstr "החלפת תֵמָה"
60
 
61
- #: includes/class-freemius.php2511, templates/forms/resend-key.php:24
 
62
  msgid "Other"
63
  msgstr "אחר"
64
 
65
- #: includes/class-freemius.php:2519
66
  msgid "I no longer need the %s"
67
  msgstr "I no longer need the %s"
68
 
69
- #: includes/class-freemius.php:2526
70
  msgid "I only needed the %s for a short period"
71
  msgstr "I only needed the %s for a short period"
72
 
73
- #: includes/class-freemius.php:2532
74
  msgid "The %s broke my site"
75
  msgstr "ה%s הרס לי את האתר"
76
 
77
- #: includes/class-freemius.php:2539
78
  msgid "The %s suddenly stopped working"
79
  msgstr "ה%s הפסיק פתאום לעבוד"
80
 
81
- #: includes/class-freemius.php:2549
82
  msgid "I can't pay for it anymore"
83
  msgstr "אני לא יכול/ה להמשיך לשלם על זה"
84
 
85
- #: includes/class-freemius.php:2551
86
  msgid "What price would you feel comfortable paying?"
87
  msgstr "מה המחיר שכן תרגיש\\י בנוח לשלם?"
88
 
89
- #: includes/class-freemius.php:2557
90
  msgid "I don't like to share my information with you"
91
  msgstr "אני לא אוהב את הרעיון של שיתוף מידע איתכם"
92
 
93
- #: includes/class-freemius.php:2578
94
  msgid "The %s didn't work"
95
  msgstr "ה%s לא עבד"
96
 
97
- #: includes/class-freemius.php:2588
98
  msgid "I couldn't understand how to make it work"
99
  msgstr "לא הצלחתי להבין איך לגרום לזה לעבוד"
100
 
101
- #: includes/class-freemius.php:2596
102
  msgid "The %s is great, but I need specific feature that you don't support"
103
  msgstr "The %s is great, but I need specific feature that you don't support"
104
 
105
- #: includes/class-freemius.php:2598
106
  msgid "What feature?"
107
  msgstr "איזה פיטצ'ר?"
108
 
109
- #: includes/class-freemius.php:2602
110
  msgid "The %s is not working"
111
  msgstr "ה%s לא עובד"
112
 
113
- #: includes/class-freemius.php:2604
114
  msgid "Kindly share what didn't work so we can fix it for future users..."
115
  msgstr "אנא שתפ\\י מה לא עבד כדי שנוכל לתקן זאת עבור משתמשים עתידיים..."
116
 
117
- #: includes/class-freemius.php:2608
118
  msgid "It's not what I was looking for"
119
  msgstr "חיפשתי משהו אחר"
120
 
121
- #: includes/class-freemius.php:2610
122
  msgid "What you've been looking for?"
123
  msgstr "מה חיפשת?"
124
 
125
- #: includes/class-freemius.php:2614
126
  msgid "The %s didn't work as expected"
127
  msgstr "ה%s לא עבד כמצופה"
128
 
129
- #: includes/class-freemius.php:2616
130
  msgid "What did you expect?"
131
  msgstr "למה ציפית?"
132
 
133
- #: includes/class-freemius.php3471, templates/debug.php:20
134
  msgid "Freemius Debug"
135
  msgstr "ניפוי תקלות פרימיוס"
136
 
137
- #: includes/class-freemius.php:4223
138
  msgid "I don't know what is cURL or how to install it, help me!"
139
  msgstr "אין לי מושג מה זה cURL או איך להתקין אותו - אשמח לעזרה!"
140
 
141
- #: includes/class-freemius.php:4225
142
  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."
143
  msgstr "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."
144
 
145
- #: includes/class-freemius.php:4232
146
  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."
147
  msgstr "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."
148
 
149
- #: includes/class-freemius.php:4337
150
  msgid "Yes - do your thing"
151
  msgstr "כן - בצעו את מה שצריך"
152
 
153
- #: includes/class-freemius.php:4342
154
  msgid "No - just deactivate"
155
  msgstr "לא - פשוט כבה"
156
 
157
- #: includes/class-freemius.php4387, includes/class-freemius.php4881,
158
- #: includes/class-freemius.php6032, includes/class-freemius.php13153,
159
- #: includes/class-freemius.php16558, includes/class-freemius.php16646,
160
- #: includes/class-freemius.php16812, includes/class-freemius.php19040,
161
- #: includes/class-freemius.php19381, includes/class-freemius.php19391,
162
- #: includes/class-freemius.php20051, includes/class-freemius.php20924,
163
- #: includes/class-freemius.php21039, includes/class-freemius.php21183,
164
- #: templates/add-ons.php:57
165
  msgctxt "exclamation"
166
  msgid "Oops"
167
  msgstr "אופס"
168
 
169
- #: includes/class-freemius.php:4456
170
  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."
171
  msgstr "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."
172
 
173
- #: includes/class-freemius.php:4878
174
  msgctxt "addonX cannot run without pluginY"
175
  msgid "%s cannot run without %s."
176
  msgstr "%s לא יכול לעבוד ללא %s."
177
 
178
- #: includes/class-freemius.php:4879
179
  msgctxt "addonX cannot run..."
180
  msgid "%s cannot run without the plugin."
181
  msgstr "ההרחבה %s אינה יכולה לפעול ללא התוסף."
182
 
183
- #: includes/class-freemius.php5052, includes/class-freemius.php5077,
184
- #: includes/class-freemius.php:20122
185
  msgid "Unexpected API error. Please contact the %s's author with the following error."
186
  msgstr "Unexpected API error. Please contact the %s's author with the following error."
187
 
188
- #: includes/class-freemius.php:5720
189
  msgid "Premium %s version was successfully activated."
190
  msgstr "Premium %s version was successfully activated."
191
 
192
- #: includes/class-freemius.php5732, includes/class-freemius.php:7599
193
  msgctxt ""
194
  msgid "W00t"
195
  msgstr "יש"
196
 
197
- #: includes/class-freemius.php:5747
198
  msgid "You have a %s license."
199
  msgstr "יש לך רישיון %s."
200
 
201
- #: includes/class-freemius.php5751, includes/class-freemius.php15975,
202
- #: includes/class-freemius.php15986, includes/class-freemius.php19292,
203
- #: includes/class-freemius.php19642, includes/class-freemius.php19711,
204
- #: includes/class-freemius.php:19876
205
  msgctxt "interjection expressing joy or exuberance"
206
  msgid "Yee-haw"
207
  msgstr "יששש"
208
 
209
- #: includes/class-freemius.php:6015
210
  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."
211
  msgstr "%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."
212
 
213
- #: includes/class-freemius.php:6019
214
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
215
  msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
216
 
217
- #: includes/class-freemius.php6028, templates/add-ons.php186,
218
  #: templates/account/partials/addon.php:381
219
  msgid "More information about %s"
220
  msgstr "מידע נוסף אודות %s"
221
 
222
- #: includes/class-freemius.php:6029
223
  msgid "Purchase License"
224
  msgstr "קניית רישיון"
225
 
226
- #: includes/class-freemius.php6964, templates/connect.php:163
227
  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."
228
  msgstr "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."
229
 
230
- #: includes/class-freemius.php:6968
231
  msgid "start the trial"
232
  msgstr "התחל תקופת ניסיון"
233
 
234
- #: includes/class-freemius.php6969, templates/connect.php:167
235
  msgid "complete the install"
236
  msgstr "השלם התקנה"
237
 
238
- #: includes/class-freemius.php:7081
239
  msgid "You are just one step away - %s"
240
  msgstr "You are just one step away - %s"
241
 
242
- #: includes/class-freemius.php:7084
243
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
244
  msgid "Complete \"%s\" Activation Now"
245
  msgstr "השלם הפעלת \"%s\" עכשיו"
246
 
247
- #: includes/class-freemius.php:7162
248
  msgid "We made a few tweaks to the %s, %s"
249
  msgstr "We made a few tweaks to the %s, %s"
250
 
251
- #: includes/class-freemius.php:7166
252
  msgid "Opt in to make \"%s\" better!"
253
  msgstr "Opt in to make \"%s\" better!"
254
 
255
- #: includes/class-freemius.php:7598
256
  msgid "The upgrade of %s was successfully completed."
257
  msgstr "The upgrade of %s was successfully completed."
258
 
259
- #: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
260
- #: includes/class-fs-plugin-updater.php1233,
261
- #: includes/class-fs-plugin-updater.php1240,
262
  #: templates/auto-installation.php:32
263
  msgid "Add-On"
264
  msgstr "Add-On"
265
 
266
- #: includes/class-freemius.php9804, templates/account.php335,
267
- #: templates/account.php343, templates/debug.php360, templates/debug.php:551
268
  msgid "Plugin"
269
  msgstr "תוסף"
270
 
271
- #: includes/class-freemius.php9805, templates/account.php336,
272
- #: templates/account.php344, templates/debug.php360, templates/debug.php551,
273
  #: templates/forms/deactivation/form.php:71
274
  msgid "Theme"
275
  msgstr "תבנית"
276
 
277
- #: includes/class-freemius.php:12596
278
  msgid "An unknown error has occurred while trying to set the user's beta mode."
279
  msgstr "An unknown error has occurred while trying to set the user's beta mode."
280
 
281
- #: includes/class-freemius.php:13020
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
282
  msgid "Invalid site details collection."
283
  msgstr "Invalid site details collection."
284
 
285
- #: includes/class-freemius.php:13140
286
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
287
  msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
288
 
289
- #: includes/class-freemius.php:13142
290
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
291
  msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
292
 
293
- #: includes/class-freemius.php:13416
294
  msgid "Account is pending activation."
295
  msgstr "Account is pending activation."
296
 
297
- #: includes/class-freemius.php13528,
298
  #: templates/forms/premium-versions-upgrade-handler.php:47
299
  msgid "Buy a license now"
300
  msgstr "Buy a license now"
301
 
302
- #: includes/class-freemius.php13540,
303
  #: templates/forms/premium-versions-upgrade-handler.php:46
304
  msgid "Renew your license now"
305
  msgstr "Renew your license now"
306
 
307
- #: includes/class-freemius.php:13544
308
  msgid "%s to access version %s security & feature updates, and support."
309
  msgstr "%s to access version %s security & feature updates, and support."
310
 
311
- #: includes/class-freemius.php:15957
312
  msgid "%s activation was successfully completed."
313
  msgstr "הפעלת %s הושלמה בהצלחה."
314
 
315
- #: includes/class-freemius.php:15971
316
  msgid "Your account was successfully activated with the %s plan."
317
  msgstr "חשבונך הופעל בהצלחה עם חבילת %s."
318
 
319
- #: includes/class-freemius.php15982, includes/class-freemius.php:19707
320
  msgid "Your trial has been successfully started."
321
  msgstr "הניסיון שלך הופעל בהצלחה."
322
 
323
- #: includes/class-freemius.php16556, includes/class-freemius.php16644,
324
- #: includes/class-freemius.php:16810
325
  msgid "Couldn't activate %s."
326
  msgstr "לא ניתן להפעיל את %s."
327
 
328
- #: includes/class-freemius.php16557, includes/class-freemius.php16645,
329
- #: includes/class-freemius.php:16811
330
  msgid "Please contact us with the following message:"
331
  msgstr "אנא צור איתנו קשר יחד עם ההודעה הבאה:"
332
 
333
- #: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
334
  msgid "An unknown error has occurred."
335
  msgstr "An unknown error has occurred."
336
 
337
- #: includes/class-freemius.php17168, includes/class-freemius.php:22082
338
  msgid "Upgrade"
339
  msgstr "שדרג"
340
 
341
- #: includes/class-freemius.php:17174
342
  msgid "Start Trial"
343
  msgstr "התחל תקופת ניסיון"
344
 
345
- #: includes/class-freemius.php:17176
346
  msgid "Pricing"
347
  msgstr "מחירון"
348
 
349
- #: includes/class-freemius.php17256, includes/class-freemius.php:17258
350
  msgid "Affiliation"
351
  msgstr "אפיליאציה"
352
 
353
- #: includes/class-freemius.php17286, includes/class-freemius.php17288,
354
- #: templates/account.php183, templates/debug.php:326
355
  msgid "Account"
356
  msgstr "חשבון"
357
 
358
- #: includes/class-freemius.php17302, includes/class-freemius.php17304,
359
  #: includes/customizer/class-fs-customizer-support-section.php:60
360
  msgid "Contact Us"
361
  msgstr "יצירת קשר"
362
 
363
- #: includes/class-freemius.php17315, includes/class-freemius.php17317,
364
- #: includes/class-freemius.php22096, templates/account.php111,
365
  #: templates/account/partials/addon.php:44
366
  msgid "Add-Ons"
367
  msgstr "Add-Ons"
368
 
369
- #: includes/class-freemius.php:17351
370
  msgctxt "ASCII arrow left icon"
371
  msgid "&#x2190;"
372
  msgstr "&#x2190;"
373
 
374
- #: includes/class-freemius.php:17351
375
  msgctxt "ASCII arrow right icon"
376
  msgid "&#x27a4;"
377
  msgstr "&#x27a4;"
378
 
379
- #: includes/class-freemius.php17353, templates/pricing.php:103
380
  msgctxt "noun"
381
  msgid "Pricing"
382
  msgstr "מחירון"
383
 
384
- #: includes/class-freemius.php17566,
385
  #: includes/customizer/class-fs-customizer-support-section.php:67
386
  msgid "Support Forum"
387
  msgstr "פורום תמיכה"
388
 
389
- #: includes/class-freemius.php:18536
390
  msgid "Your email has been successfully verified - you are AWESOME!"
391
  msgstr "Your email has been successfully verified - you are AWESOME!"
392
 
393
- #: includes/class-freemius.php:18537
394
  msgctxt "a positive response"
395
  msgid "Right on"
396
  msgstr "מעולה"
397
 
398
- #: includes/class-freemius.php:19041
399
  msgid "seems like the key you entered doesn't match our records."
400
  msgstr "seems like the key you entered doesn't match our records."
401
 
402
- #: includes/class-freemius.php:19065
403
  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."
404
  msgstr "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."
405
 
406
- #: includes/class-freemius.php:19283
407
  msgid "Your %s Add-on plan was successfully upgraded."
408
  msgstr "חבילת ההרחבה %s שודרגה בהצלחה."
409
 
410
- #: includes/class-freemius.php:19285
411
  msgid "%s Add-on was successfully purchased."
412
  msgstr "ההרחבה %s נרכשה בהצלחה."
413
 
414
- #: includes/class-freemius.php:19288
415
  msgid "Download the latest version"
416
  msgstr "הורד את הגרסה האחרונה"
417
 
418
- #: includes/class-freemius.php:19374
419
  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"
420
  msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
421
 
422
- #: includes/class-freemius.php19380, includes/class-freemius.php19390,
423
- #: includes/class-freemius.php19835, includes/class-freemius.php:19924
424
  msgid "Error received from the server:"
425
  msgstr "הוחזרה שגיאה מהשרת:"
426
 
427
- #: includes/class-freemius.php:19390
428
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
429
  msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
430
 
431
- #: includes/class-freemius.php19604, includes/class-freemius.php19840,
432
- #: includes/class-freemius.php19895, includes/class-freemius.php:19998
433
  msgctxt ""
434
  msgid "Hmm"
435
  msgstr "אממ"
436
 
437
- #: includes/class-freemius.php:19617
438
  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."
439
  msgstr "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."
440
 
441
- #: includes/class-freemius.php19618, templates/account.php113,
442
  #: templates/add-ons.php250, templates/account/partials/addon.php:46
443
  msgctxt "trial period"
444
  msgid "Trial"
445
  msgstr "ניסיון"
446
 
447
- #: includes/class-freemius.php:19623
448
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
449
  msgstr "שידרגתי את החשבון שלי אבל כשאני מנסה לבצע סנכרון לרישיון החבילה נשארת %s."
450
 
451
- #: includes/class-freemius.php19627, includes/class-freemius.php:19686
452
  msgid "Please contact us here"
453
  msgstr "אנא צור איתנו קשר כאן"
454
 
455
- #: includes/class-freemius.php:19638
456
  msgid "Your plan was successfully activated."
457
  msgstr "Your plan was successfully activated."
458
 
459
- #: includes/class-freemius.php:19639
460
  msgid "Your plan was successfully upgraded."
461
  msgstr "החבילה שודרגה בהצלחה."
462
 
463
- #: includes/class-freemius.php:19656
464
  msgid "Your plan was successfully changed to %s."
465
  msgstr "החבילה עודכנה בהצלחה אל %s."
466
 
467
- #: includes/class-freemius.php:19672
468
  msgid "Your license has expired. You can still continue using the free %s forever."
469
  msgstr "Your license has expired. You can still continue using the free %s forever."
470
 
471
- #: includes/class-freemius.php:19674
472
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
473
  msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
474
 
475
- #: includes/class-freemius.php:19682
476
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
477
  msgstr "רשיונך בוטל. אם לדעתך זו טעות, נא ליצור קשר עם התמיכה."
478
 
479
- #: includes/class-freemius.php:19695
480
  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."
481
  msgstr "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."
482
 
483
- #: includes/class-freemius.php:19721
484
  msgid "Your free trial has expired. You can still continue using all our free features."
485
  msgstr "תקופת הניסיון שלך הסתיימה. הפיטצ'רים החינאמיים עדיין ניתנים לשימוש."
486
 
487
- #: includes/class-freemius.php:19723
488
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
489
  msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
490
 
491
- #: includes/class-freemius.php:19831
492
  msgid "It looks like the license could not be activated."
493
  msgstr "נראה שלא ניתן להפעיל את הרישיון."
494
 
495
- #: includes/class-freemius.php:19873
496
  msgid "Your license was successfully activated."
497
  msgstr "הרישיון הופעל בהצלחה."
498
 
499
- #: includes/class-freemius.php:19899
500
  msgid "It looks like your site currently doesn't have an active license."
501
  msgstr "נראה לאתר עדיין אין רישיון פעיל."
502
 
503
- #: includes/class-freemius.php:19923
504
  msgid "It looks like the license deactivation failed."
505
  msgstr "נראה שניתוק הרישיון נכשל."
506
 
507
- #: includes/class-freemius.php:19951
 
 
 
 
508
  msgid "Your license was successfully deactivated, you are back to the %s plan."
509
  msgstr "רישיונך נותק בהצלחה, חזרת לחבילת %s"
510
 
511
- #: includes/class-freemius.php:19952
512
  msgid "O.K"
513
  msgstr "אוקיי"
514
 
515
- #: includes/class-freemius.php:20005
516
  msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
517
  msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
518
 
519
- #: includes/class-freemius.php:20014
520
  msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
521
  msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
522
 
523
- #: includes/class-freemius.php:20056
524
  msgid "You are already running the %s in a trial mode."
525
  msgstr "You are already running the %s in a trial mode."
526
 
527
- #: includes/class-freemius.php:20067
528
  msgid "You already utilized a trial before."
529
  msgstr "הניסיון כבר נוצל בעבר."
530
 
531
- #: includes/class-freemius.php:20081
532
  msgid "Plan %s do not exist, therefore, can't start a trial."
533
  msgstr "החבילה %s אינה קיימת, לכן, לא ניתן להתחיל תקופת ניסיון."
534
 
535
- #: includes/class-freemius.php:20092
536
  msgid "Plan %s does not support a trial period."
537
  msgstr "תוכנית %s אינה תומכת בתקופת ניסיון."
538
 
539
- #: includes/class-freemius.php:20103
540
  msgid "None of the %s's plans supports a trial period."
541
  msgstr "None of the %s's plans supports a trial period."
542
 
543
- #: includes/class-freemius.php:20153
544
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
545
  msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
546
 
547
- #: includes/class-freemius.php:20189
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:20208
552
  msgid "Your %s free trial was successfully cancelled."
553
  msgstr "תקופת הניסיון החינמית של %s בוטלה בהצלחה."
554
 
555
- #: includes/class-freemius.php:20524
556
  msgid "Version %s was released."
557
  msgstr "גרסה %s הושקה."
558
 
559
- #: includes/class-freemius.php:20524
560
  msgid "Please download %s."
561
  msgstr "נא להוריד את %s."
562
 
563
- #: includes/class-freemius.php:20531
564
  msgid "the latest %s version here"
565
  msgstr "גרסת ה-%s האחרונה כאן"
566
 
567
- #: includes/class-freemius.php:20536
568
  msgid "New"
569
  msgstr "חדש"
570
 
571
- #: includes/class-freemius.php:20541
572
  msgid "Seems like you got the latest release."
573
  msgstr "נראה שיש לך את הגרסה האחרונה."
574
 
575
- #: includes/class-freemius.php:20542
576
  msgid "You are all good!"
577
  msgstr "את\\ה מסודר!"
578
 
579
- #: includes/class-freemius.php:20812
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 "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
582
 
583
- #: includes/class-freemius.php:20951
584
  msgid "Site successfully opted in."
585
  msgstr "Site successfully opted in."
586
 
587
- #: includes/class-freemius.php20952, includes/class-freemius.php:21792
588
  msgid "Awesome"
589
  msgstr "אדיר"
590
 
591
- #: includes/class-freemius.php20968, templates/forms/optout.php:32
592
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
593
  msgstr "We appreciate your help in making the %s better by letting us track some usage data."
594
 
595
- #: includes/class-freemius.php:20969
596
  msgid "Thank you!"
597
  msgstr "תודה רבה!"
598
 
599
- #: includes/class-freemius.php:20976
600
  msgid "We will no longer be sending any usage data of %s on %s to %s."
601
  msgstr "We will no longer be sending any usage data of %s on %s to %s."
602
 
603
- #: includes/class-freemius.php:21105
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 "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."
606
 
607
- #: includes/class-freemius.php:21111
608
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
609
  msgstr "תודה על אישור ביצוע החלפת הבעלות. הרגע נשלח מייל ל-%s כדי לקבל אישור סופי."
610
 
611
- #: includes/class-freemius.php:21116
612
  msgid "%s is the new owner of the account."
613
  msgstr "%s הינו הבעלים החד של חשבון זה."
614
 
615
- #: includes/class-freemius.php:21118
616
  msgctxt "as congratulations"
617
  msgid "Congrats"
618
  msgstr "מזל טוב"
619
 
620
- #: includes/class-freemius.php:21138
621
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
622
- msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
623
-
624
- #: includes/class-freemius.php:21139
625
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
626
- msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
627
-
628
- #: includes/class-freemius.php:21146
629
- msgid "Change Ownership"
630
- msgstr "עדכון בעלות"
631
-
632
- #: includes/class-freemius.php:21154
633
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
634
  msgstr "כתובת הדואל שלך עודכנה בהצלחה. הודעת אישור אמורה להתקבל בדואל שלך ברגעים הקרובים."
635
 
636
- #: includes/class-freemius.php:21166
637
  msgid "Please provide your full name."
638
  msgstr "נא למלא את שמך המלא."
639
 
640
- #: includes/class-freemius.php:21171
641
  msgid "Your name was successfully updated."
642
  msgstr "שמך עודכן בהצלחה."
643
 
644
- #: includes/class-freemius.php:21232
645
  msgid "You have successfully updated your %s."
646
  msgstr "עידכנת בהצלחה את ה%s."
647
 
648
- #: includes/class-freemius.php:21372
649
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
650
  msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
651
 
652
- #: includes/class-freemius.php:21373
653
  msgctxt "advance notice of something that will need attention."
654
  msgid "Heads up"
655
  msgstr "לתשמות לבך"
656
 
657
- #: includes/class-freemius.php:21832
658
  msgctxt "exclamation"
659
  msgid "Hey"
660
  msgstr "היי"
661
 
662
- #: includes/class-freemius.php:21832
663
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
664
  msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
665
 
666
- #: includes/class-freemius.php:21840
667
  msgid "No commitment for %s days - cancel anytime!"
668
  msgstr "ללא התחייבות ל-%s ימין - בטלו בכל רגע!"
669
 
670
- #: includes/class-freemius.php:21841
671
  msgid "No credit card required"
672
  msgstr "לא נדרש כרטיס אשראי"
673
 
674
- #: includes/class-freemius.php21848, templates/forms/trial-start.php:53
675
  msgctxt "call to action"
676
  msgid "Start free trial"
677
  msgstr "התחלת ניסיון חינם"
678
 
679
- #: includes/class-freemius.php:21925
680
  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!"
681
  msgstr "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!"
682
 
683
- #: includes/class-freemius.php:21934
684
  msgid "Learn more"
685
  msgstr "Learn more"
686
 
687
- #: includes/class-freemius.php22120, templates/account.php499,
688
- #: templates/account.php624, templates/connect.php171,
689
- #: templates/connect.php421, templates/forms/license-activation.php27,
690
  #: templates/account/partials/addon.php:321
691
  msgid "Activate License"
692
  msgstr "הפעלת רישיון"
693
 
694
- #: includes/class-freemius.php22121, templates/account.php571,
695
- #: templates/account.php623, templates/account/partials/addon.php322,
696
  #: templates/account/partials/site.php:271
697
  msgid "Change License"
698
  msgstr "שינוי רישיון"
699
 
700
- #: includes/class-freemius.php22217, templates/account/partials/site.php:169
701
  msgid "Opt Out"
702
  msgstr "Opt Out"
703
 
704
- #: includes/class-freemius.php22219, includes/class-freemius.php22225,
705
  #: templates/account/partials/site.php49,
706
  #: templates/account/partials/site.php:169
707
  msgid "Opt In"
708
  msgstr "Opt In"
709
 
710
- #: includes/class-freemius.php:22453
711
  msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
712
  msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
713
 
714
- #: includes/class-freemius.php:22461
715
  msgid "Activate %s features"
716
  msgstr "Activate %s features"
717
 
718
- #: includes/class-freemius.php:22474
719
  msgid "Please follow these steps to complete the upgrade"
720
  msgstr "נא לבצע את הצעדים הבאים להשלמת השידרוג"
721
 
722
- #: includes/class-freemius.php:22478
723
  msgid "Download the latest %s version"
724
  msgstr "הורד\\י את גרסת ה-%s העדכנית"
725
 
726
- #: includes/class-freemius.php:22482
727
  msgid "Upload and activate the downloaded version"
728
  msgstr "העלה\\י והפעיל\\י את הגרסה שהורדת"
729
 
730
- #: includes/class-freemius.php:22484
731
  msgid "How to upload and activate?"
732
  msgstr "איך להעלות ולהפעיל?"
733
 
734
- #: includes/class-freemius.php:22618
735
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
736
  msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
737
 
738
- #: includes/class-freemius.php:22779
739
  msgid "Auto installation only works for opted-in users."
740
  msgstr "Auto installation only works for opted-in users."
741
 
742
- #: includes/class-freemius.php22789, includes/class-freemius.php22822,
743
- #: includes/class-fs-plugin-updater.php1212,
744
- #: includes/class-fs-plugin-updater.php:1226
745
  msgid "Invalid module ID."
746
  msgstr "מזהה המודול לא תקני."
747
 
748
- #: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
749
  msgid "Premium version already active."
750
  msgstr "הגרסה בתשלום כבר פעילה."
751
 
752
- #: includes/class-freemius.php:22805
753
  msgid "You do not have a valid license to access the premium version."
754
  msgstr "אין ברשותך רישיון בר תוקף לשימוש בגרסת הפרימיום."
755
 
756
- #: includes/class-freemius.php:22812
757
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
758
  msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
759
 
760
- #: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
761
  msgid "Premium add-on version already installed."
762
  msgstr "Premium add-on version already installed."
763
 
764
- #: includes/class-freemius.php:23180
765
  msgid "View paid features"
766
  msgstr "צפה בפיטצ'רים שבתשלום"
767
 
768
- #: includes/class-freemius.php:23502
769
  msgid "Thank you so much for using %s and its add-ons!"
770
  msgstr "Thank you so much for using %s and its add-ons!"
771
 
772
- #: includes/class-freemius.php:23503
773
  msgid "Thank you so much for using %s!"
774
  msgstr "אנו מודים לך על היותך כמשתמש של %s!"
775
 
776
- #: includes/class-freemius.php:23509
777
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
778
  msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
779
 
780
- #: includes/class-freemius.php:23513
781
  msgid "Thank you so much for using our products!"
782
  msgstr "אנו מודים לך על השימוש במוצרים שלנו!"
783
 
784
- #: includes/class-freemius.php:23514
785
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
786
  msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
787
 
788
- #: includes/class-freemius.php:23533
789
  msgid "%s and its add-ons"
790
  msgstr "%s and its add-ons"
791
 
792
- #: includes/class-freemius.php:23542
793
  msgid "Products"
794
  msgstr "מוצרים"
795
 
796
- #: includes/class-freemius.php23549, templates/connect.php:272
797
  msgid "Yes"
798
  msgstr "כן"
799
 
800
- #: includes/class-freemius.php23550, templates/connect.php:273
801
  msgid "send me security & feature updates, educational content and offers."
802
  msgstr "תשלחו לי עדכוני אבטחה ופיטצ'רים, תוכן חינוכי, ומידע אודות מבצעים."
803
 
804
- #: includes/class-freemius.php23551, templates/connect.php:278
805
  msgid "No"
806
  msgstr "לא"
807
 
808
- #: includes/class-freemius.php23553, templates/connect.php:280
809
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
810
  msgstr "%sאל%2$s תשלחו לי עדכוני אבטחה, פיטצ'רים, תוכן חינוכי, ומידע על מבצעים."
811
 
812
- #: includes/class-freemius.php:23563
813
  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 :-)"
814
  msgstr "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 :-)"
815
 
816
- #: includes/class-freemius.php23565, templates/connect.php:287
817
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
818
  msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
819
 
820
- #: includes/class-freemius.php:23847
821
  msgid "License key is empty."
822
  msgstr "מפתח הרישיון ריק."
823
 
@@ -831,34 +840,34 @@ msgstr "חידוש רישיון"
831
  msgid "Buy license"
832
  msgstr "Buy license"
833
 
834
- #: includes/class-fs-plugin-updater.php321,
835
- #: includes/class-fs-plugin-updater.php:354
836
  msgid "There is a %s of %s available."
837
  msgstr "There is a %s of %s available."
838
 
839
- #: includes/class-fs-plugin-updater.php323,
840
- #: includes/class-fs-plugin-updater.php:359
841
  msgid "new Beta version"
842
  msgstr "new Beta version"
843
 
844
- #: includes/class-fs-plugin-updater.php324,
845
- #: includes/class-fs-plugin-updater.php:360
846
  msgid "new version"
847
  msgstr "new version"
848
 
849
- #: includes/class-fs-plugin-updater.php:383
850
  msgid "Important Upgrade Notice:"
851
  msgstr "Important Upgrade Notice:"
852
 
853
- #: includes/class-fs-plugin-updater.php:1277
854
  msgid "Installing plugin: %s"
855
  msgstr "Installing plugin: %s"
856
 
857
- #: includes/class-fs-plugin-updater.php:1318
858
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
859
  msgstr "Unable to connect to the filesystem. Please confirm your credentials."
860
 
861
- #: includes/class-fs-plugin-updater.php:1500
862
  msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
863
  msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
864
 
@@ -880,7 +889,7 @@ msgstr "התחל את %s הניסיון שלי"
880
  msgid "Install Free Version Update Now"
881
  msgstr "התקן עדכון גרסה חינאמית עכשיו"
882
 
883
- #: includes/fs-plugin-info-dialog.php739, templates/account.php:560
884
  msgid "Install Update Now"
885
  msgstr "התקן עדכון במיידי"
886
 
@@ -900,7 +909,7 @@ msgctxt "as download latest version"
900
  msgid "Download Latest Free Version"
901
  msgstr "Download Latest Free Version"
902
 
903
- #: includes/fs-plugin-info-dialog.php766, templates/account.php91,
904
  #: templates/add-ons.php37, templates/account/partials/addon.php:25
905
  msgctxt "as download latest version"
906
  msgid "Download Latest"
@@ -912,11 +921,11 @@ msgstr "הורד גרסה אחרונה"
912
  msgid "Activate this add-on"
913
  msgstr "הפעל את ההרחבה"
914
 
915
- #: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
916
  msgid "Activate Free Version"
917
  msgstr "הפעלת גירסה חינאמית"
918
 
919
- #: includes/fs-plugin-info-dialog.php784, templates/account.php115,
920
  #: templates/add-ons.php330, templates/account/partials/addon.php:48
921
  msgid "Activate"
922
  msgstr "הפעלה"
@@ -1052,8 +1061,8 @@ msgstr "After your free %s, pay as little as %s"
1052
  msgid "Details"
1053
  msgstr "פרטים"
1054
 
1055
- #: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
1056
- #: templates/debug.php203, templates/debug.php240, templates/debug.php457,
1057
  #: templates/account/partials/addon.php:36
1058
  msgctxt "product version"
1059
  msgid "Version"
@@ -1068,7 +1077,7 @@ msgstr "Author"
1068
  msgid "Last Updated"
1069
  msgstr "עודכן לאחרונה"
1070
 
1071
- #: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
1072
  msgctxt "x-ago"
1073
  msgid "%s ago"
1074
  msgstr "לפני %s"
@@ -1179,13 +1188,13 @@ msgstr "הגרסה האחרונה הותקנה"
1179
  msgid "Latest Free Version Installed"
1180
  msgstr "גרסה חינאמית עדכנית הותקנה"
1181
 
1182
- #: templates/account.php92, templates/forms/subscription-cancellation.php96,
1183
  #: templates/account/partials/addon.php26,
1184
  #: templates/account/partials/site.php:311
1185
  msgid "Downgrading your plan"
1186
  msgstr "Downgrading your plan"
1187
 
1188
- #: templates/account.php93, templates/forms/subscription-cancellation.php97,
1189
  #: templates/account/partials/addon.php27,
1190
  #: templates/account/partials/site.php:312
1191
  msgid "Cancelling the subscription"
@@ -1193,301 +1202,309 @@ msgstr "Cancelling the subscription"
1193
 
1194
  #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1195
  #. subscription'
1196
- #: templates/account.php95, templates/forms/subscription-cancellation.php99,
1197
  #: templates/account/partials/site.php:314
1198
  msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1199
  msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1200
 
1201
- #: templates/account.php96, templates/forms/subscription-cancellation.php100,
1202
  #: templates/account/partials/addon.php30,
1203
  #: templates/account/partials/site.php:315
1204
  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."
1205
  msgstr "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."
1206
 
1207
- #: templates/account.php97, templates/forms/subscription-cancellation.php106,
1208
  #: templates/account/partials/addon.php:31
1209
  msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1210
  msgstr "ביטול הניסיון יחסום מייד את הפיטצ'רים שהינם בתשלום. האם ברצונך בכל זאת להמשיך?"
1211
 
1212
- #: templates/account.php98, templates/forms/subscription-cancellation.php101,
1213
  #: templates/account/partials/addon.php32,
1214
  #: templates/account/partials/site.php:316
1215
  msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1216
  msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1217
 
1218
- #: templates/account.php99, templates/forms/subscription-cancellation.php102,
1219
  #: templates/account/partials/addon.php33,
1220
  #: templates/account/partials/site.php:317
1221
  msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1222
  msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1223
 
1224
  #. translators: %s: Plan title (e.g. "Professional")
1225
- #: templates/account.php101,
1226
  #: templates/account/partials/activate-license-button.php31,
1227
  #: templates/account/partials/addon.php:35
1228
  msgid "Activate %s Plan"
1229
  msgstr "הפעל חבילה %s"
1230
 
1231
  #. translators: %s: Time period (e.g. Auto renews in "2 months")
1232
- #: templates/account.php104, templates/account/partials/addon.php38,
1233
  #: templates/account/partials/site.php:291
1234
  msgid "Auto renews in %s"
1235
  msgstr "עדכן אוטומטית בעוד %s"
1236
 
1237
  #. translators: %s: Time period (e.g. Expires in "2 months")
1238
- #: templates/account.php106, templates/account/partials/addon.php40,
1239
  #: templates/account/partials/site.php:293
1240
  msgid "Expires in %s"
1241
  msgstr "פג תוקף בעוד %s"
1242
 
1243
- #: templates/account.php:107
1244
  msgctxt "as synchronize license"
1245
  msgid "Sync License"
1246
  msgstr "סינכרן רישיון"
1247
 
1248
- #: templates/account.php108, templates/account/partials/addon.php:41
1249
  msgid "Cancel Trial"
1250
  msgstr "ביט"
1251
 
1252
- #: templates/account.php109, templates/account/partials/addon.php:42
1253
  msgid "Change Plan"
1254
  msgstr "שינוי חבילה"
1255
 
1256
- #: templates/account.php110, templates/account/partials/addon.php:43
1257
  msgctxt "verb"
1258
  msgid "Upgrade"
1259
  msgstr "שדרג"
1260
 
1261
- #: templates/account.php112, templates/account/partials/addon.php45,
1262
  #: templates/account/partials/site.php:318
1263
  msgctxt "verb"
1264
  msgid "Downgrade"
1265
  msgstr "שנמך"
1266
 
1267
- #: templates/account.php114, templates/add-ons.php246,
1268
  #: templates/plugin-info/features.php72,
1269
  #: templates/account/partials/addon.php47,
1270
  #: templates/account/partials/site.php:33
1271
  msgid "Free"
1272
  msgstr "חינם"
1273
 
1274
- #: templates/account.php116, templates/debug.php373,
1275
  #: includes/customizer/class-fs-customizer-upsell-control.php110,
1276
  #: templates/account/partials/addon.php:49
1277
  msgctxt "as product pricing plan"
1278
  msgid "Plan"
1279
  msgstr "חבילה"
1280
 
1281
- #: templates/account.php:117
1282
  msgid "Bundle Plan"
1283
  msgstr "Bundle Plan"
1284
 
1285
- #: templates/account.php:191
1286
  msgid "Free Trial"
1287
  msgstr "ניסיון חינם"
1288
 
1289
- #: templates/account.php:202
1290
  msgid "Account Details"
1291
  msgstr "פרטי חשבון"
1292
 
1293
- #: templates/account.php209, templates/forms/data-debug-mode.php:33
1294
  msgid "Start Debug"
1295
  msgstr "Start Debug"
1296
 
1297
- #: templates/account.php:211
1298
  msgid "Stop Debug"
1299
  msgstr "Stop Debug"
1300
 
1301
- #: templates/account.php:218
1302
  msgid "Billing & Invoices"
1303
  msgstr "Billing & Invoices"
1304
 
1305
- #: templates/account.php:229
1306
  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?"
1307
  msgstr "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?"
1308
 
1309
- #: templates/account.php:231
1310
  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?"
1311
  msgstr "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?"
1312
 
1313
- #: templates/account.php:234
1314
  msgid "Delete Account"
1315
  msgstr "מחיקת חשבון"
1316
 
1317
- #: templates/account.php246, templates/account/partials/addon.php231,
1318
  #: templates/account/partials/deactivate-license-button.php:35
1319
  msgid "Deactivate License"
1320
  msgstr "שיחרור רישיון"
1321
 
1322
- #: templates/account.php269, templates/forms/subscription-cancellation.php:125
1323
  msgid "Are you sure you want to proceed?"
1324
  msgstr "האם את/ה בטוח רוצה להמשיך?"
1325
 
1326
- #: templates/account.php269, templates/account/partials/addon.php:255
1327
  msgid "Cancel Subscription"
1328
  msgstr "בטל מנוי"
1329
 
1330
- #: templates/account.php298, templates/account/partials/addon.php:340
1331
  msgctxt "as synchronize"
1332
  msgid "Sync"
1333
  msgstr "סינכרון"
1334
 
1335
- #: templates/account.php313, templates/debug.php:507
1336
  msgid "Name"
1337
  msgstr "שם"
1338
 
1339
- #: templates/account.php319, templates/debug.php:508
1340
  msgid "Email"
1341
  msgstr "דוא\"ל"
1342
 
1343
- #: templates/account.php326, templates/debug.php371, templates/debug.php:557
1344
  msgid "User ID"
1345
  msgstr "מזהה משתמש"
1346
 
1347
- #: templates/account.php344, templates/account.php637,
1348
- #: templates/account.php682, templates/debug.php238, templates/debug.php365,
1349
- #: templates/debug.php454, templates/debug.php506, templates/debug.php555,
1350
  #: templates/debug.php632, templates/account/payments.php35,
1351
  #: templates/debug/logger.php:21
1352
  msgid "ID"
1353
  msgstr "מזהה"
1354
 
1355
- #: templates/account.php:351
1356
  msgid "Site ID"
1357
  msgstr "מזהה אתר"
1358
 
1359
- #: templates/account.php:354
1360
  msgid "No ID"
1361
  msgstr "אין מזהה"
1362
 
1363
- #: templates/account.php359, templates/debug.php245, templates/debug.php374,
1364
- #: templates/debug.php458, templates/debug.php510,
1365
  #: templates/account/partials/site.php:227
1366
  msgid "Public Key"
1367
  msgstr "מפתח פומבי"
1368
 
1369
- #: templates/account.php365, templates/debug.php375, templates/debug.php459,
1370
- #: templates/debug.php511, templates/account/partials/site.php:239
1371
  msgid "Secret Key"
1372
  msgstr "מפתח סודי"
1373
 
1374
- #: templates/account.php:368
1375
  msgctxt "as secret encryption key missing"
1376
  msgid "No Secret"
1377
  msgstr "אין מפתח סודי"
1378
 
1379
- #: templates/account.php395, templates/account/partials/site.php120,
1380
  #: templates/account/partials/site.php:122
1381
  msgid "Trial"
1382
  msgstr "ניסיון"
1383
 
1384
- #: templates/account.php422, templates/debug.php562,
1385
  #: templates/account/partials/site.php:260
1386
  msgid "License Key"
1387
  msgstr "License Key"
1388
 
1389
- #: templates/account.php:453
1390
  msgid "Join the Beta program"
1391
  msgstr "Join the Beta program"
1392
 
1393
- #: templates/account.php:459
1394
  msgid "not verified"
1395
  msgstr "לא מאומת"
1396
 
1397
- #: templates/account.php468, templates/account/partials/addon.php:190
1398
  msgid "Expired"
1399
  msgstr "פג תוקף"
1400
 
1401
- #: templates/account.php:528
1402
  msgid "Premium version"
1403
  msgstr "גירסת פרימיום"
1404
 
1405
- #: templates/account.php:530
1406
  msgid "Free version"
1407
  msgstr "גירסה חינאמית"
1408
 
1409
- #: templates/account.php:542
1410
  msgid "Verify Email"
1411
  msgstr "אמת כתובת דוא\"ל"
1412
 
1413
- #: templates/account.php:553
1414
  msgid "Download %s Version"
1415
  msgstr "הורד גרסת %s"
1416
 
1417
- #: templates/account.php568, templates/account.php820,
 
 
 
 
1418
  #: templates/account/partials/site.php248,
1419
  #: templates/account/partials/site.php:270
1420
  msgctxt "verb"
1421
  msgid "Show"
1422
  msgstr "הצג"
1423
 
1424
- #: templates/account.php:583
1425
  msgid "What is your %s?"
1426
  msgstr "מה ה%s שלך?"
1427
 
1428
- #: templates/account.php591, templates/account/billing.php:21
1429
  msgctxt "verb"
1430
  msgid "Edit"
1431
  msgstr "ערוך"
1432
 
1433
- #: templates/account.php:616
 
 
 
 
1434
  msgid "Sites"
1435
  msgstr "אתרים"
1436
 
1437
- #: templates/account.php:629
1438
  msgid "Search by address"
1439
  msgstr "חפש לפי כתובת"
1440
 
1441
- #: templates/account.php638, templates/debug.php:368
1442
  msgid "Address"
1443
  msgstr "כתובת"
1444
 
1445
- #: templates/account.php:639
1446
  msgid "License"
1447
  msgstr "רישיון"
1448
 
1449
- #: templates/account.php:640
1450
  msgid "Plan"
1451
  msgstr "חבילה"
1452
 
1453
- #: templates/account.php:685
1454
  msgctxt "as software license"
1455
  msgid "License"
1456
  msgstr "רישיון"
1457
 
1458
- #: templates/account.php:814
1459
  msgctxt "verb"
1460
  msgid "Hide"
1461
  msgstr "הסתר"
1462
 
1463
- #: templates/account.php836, templates/forms/data-debug-mode.php:31
1464
  msgid "Processing"
1465
  msgstr "Processing"
1466
 
1467
- #: templates/account.php:839
1468
  msgid "Get updates for bleeding edge Beta versions of %s."
1469
  msgstr "Get updates for bleeding edge Beta versions of %s."
1470
 
1471
- #: templates/account.php:897
1472
  msgid "Cancelling %s"
1473
  msgstr "Cancelling %s"
1474
 
1475
- #: templates/account.php897, templates/account.php914,
1476
  #: templates/forms/subscription-cancellation.php27,
1477
  #: templates/forms/deactivation/form.php:133
1478
  msgid "trial"
1479
  msgstr "trial"
1480
 
1481
- #: templates/account.php912, templates/forms/deactivation/form.php:150
1482
  msgid "Cancelling %s..."
1483
  msgstr "Cancelling %s..."
1484
 
1485
- #: templates/account.php915, templates/forms/subscription-cancellation.php28,
1486
  #: templates/forms/deactivation/form.php:134
1487
  msgid "subscription"
1488
  msgstr "subscription"
1489
 
1490
- #: templates/account.php:929
1491
  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?"
1492
  msgstr "ביטול הרישיון יחסום את כל הפיטצ'רים שבתשלום אך יאפשר להפעיל את הרישיון על אתר אחר. האם תרצו להמשיך בכל זאת?"
1493
 
@@ -1513,7 +1530,7 @@ msgctxt "installed add-on"
1513
  msgid "Installed"
1514
  msgstr "Installed"
1515
 
1516
- #: templates/admin-notice.php13, templates/forms/license-activation.php207,
1517
  #: templates/forms/resend-key.php:77
1518
  msgctxt "as close a window"
1519
  msgid "Dismiss"
@@ -1553,159 +1570,167 @@ msgctxt "greeting"
1553
  msgid "Hey %s,"
1554
  msgstr "היי %s,"
1555
 
1556
- #: templates/connect.php:154
1557
  msgid "Allow & Continue"
1558
  msgstr "אפשר\\י והמשכ\\י"
1559
 
1560
- #: templates/connect.php:158
1561
  msgid "Re-send activation email"
1562
  msgstr "שליחה חוזרת של מייל האקטיבציה"
1563
 
1564
- #: templates/connect.php:162
1565
  msgid "Thanks %s!"
1566
  msgstr "תודה %s!"
1567
 
1568
- #: templates/connect.php172, templates/forms/license-activation.php:46
1569
  msgid "Agree & Activate License"
1570
  msgstr "הסכמה והפעלת רישיון"
1571
 
1572
- #: templates/connect.php:181
1573
  msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1574
  msgstr "Thanks for purchasing %s! To get started, please enter your license key:"
1575
 
1576
- #: templates/connect.php:188
1577
  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."
1578
  msgstr "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
1579
 
1580
- #: templates/connect.php:189
1581
  msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1582
  msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1583
 
1584
- #: templates/connect.php:195
1585
  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."
1586
  msgstr "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."
1587
 
1588
- #: templates/connect.php:196
1589
  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."
1590
  msgstr "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."
1591
 
1592
- #: templates/connect.php:230
1593
  msgid "We're excited to introduce the Freemius network-level integration."
1594
  msgstr "We're excited to introduce the Freemius network-level integration."
1595
 
1596
- #: templates/connect.php:233
1597
  msgid "During the update process we detected %d site(s) that are still pending license activation."
1598
  msgstr "During the update process we detected %d site(s) that are still pending license activation."
1599
 
1600
- #: templates/connect.php:235
1601
  msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1602
  msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1603
 
1604
- #: templates/connect.php:237
1605
  msgid "%s's paid features"
1606
  msgstr "%s's paid features"
1607
 
1608
- #: templates/connect.php:242
1609
  msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1610
  msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1611
 
1612
- #: templates/connect.php:244
1613
  msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1614
  msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
1615
 
1616
- #: templates/connect.php253, templates/forms/data-debug-mode.php35,
1617
  #: templates/forms/license-activation.php:49
1618
  msgid "License key"
1619
  msgstr "מפתח רישיון"
1620
 
1621
- #: templates/connect.php256, templates/forms/license-activation.php:22
1622
  msgid "Can't find your license key?"
1623
  msgstr "האם אינך מוצא את מפתח הרישיון?"
1624
 
1625
- #: templates/connect.php315, templates/connect.php652,
1626
  #: templates/forms/deactivation/retry-skip.php:20
1627
  msgctxt "verb"
1628
  msgid "Skip"
1629
  msgstr "דלג"
1630
 
1631
- #: templates/connect.php:318
1632
  msgid "Delegate to Site Admins"
1633
  msgstr "האצלה למנהלי האתרים"
1634
 
1635
- #: templates/connect.php:318
1636
  msgid "If you click it, this decision will be delegated to the sites administrators."
1637
  msgstr "If you click it, this decision will be delegated to the sites administrators."
1638
 
1639
- #: templates/connect.php:346
1640
  msgid "Your Profile Overview"
1641
  msgstr "פרטים כלליים על הפרופיל"
1642
 
1643
- #: templates/connect.php:347
1644
  msgid "Name and email address"
1645
  msgstr "שם וכתובת דו\"אל"
1646
 
1647
- #: templates/connect.php:352
1648
  msgid "Your Site Overview"
1649
  msgstr "פרטים כלליים על האתר"
1650
 
1651
- #: templates/connect.php:353
1652
- msgid "Site URL, WP version, PHP info, plugins & themes"
1653
- msgstr "כתובת אתר, גרסת וורדפרס, פרטי PHP, תוספים ותבניות"
1654
 
1655
- #: templates/connect.php:358
1656
  msgid "Admin Notices"
1657
  msgstr "התראות מנהל"
1658
 
1659
- #: templates/connect.php359, templates/connect.php:375
1660
  msgid "Updates, announcements, marketing, no spam"
1661
  msgstr "עדכונים, הכרזות, הודעות שיווקיות, ללא דואר זבל"
1662
 
1663
- #: templates/connect.php:364
1664
  msgid "Current %s Events"
1665
  msgstr "Current %s Events"
1666
 
1667
- #: templates/connect.php:365
1668
  msgid "Activation, deactivation and uninstall"
1669
  msgstr "הפעלה, כיבוי והסרה"
1670
 
1671
- #: templates/connect.php:374
1672
  msgid "Newsletter"
1673
  msgstr "ניוסלטר"
1674
 
1675
- #: templates/connect.php391, templates/forms/license-activation.php:41
 
 
 
 
 
 
 
 
1676
  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."
1677
  msgstr "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."
1678
 
1679
- #: templates/connect.php:396
1680
  msgid "What permissions are being granted?"
1681
  msgstr "מהן ההרשאות המוענקות?"
1682
 
1683
- #: templates/connect.php:417
1684
  msgid "Don't have a license key?"
1685
  msgstr "האם אין ברשותך מפתח רישיון?"
1686
 
1687
- #: templates/connect.php:420
1688
  msgid "Have a license key?"
1689
  msgstr "האם ברשותך רישיון?"
1690
 
1691
- #: templates/connect.php:428
1692
  msgid "Privacy Policy"
1693
  msgstr "מדיניות פרטיות"
1694
 
1695
- #: templates/connect.php:430
1696
  msgid "License Agreement"
1697
  msgstr "License Agreement"
1698
 
1699
- #: templates/connect.php:430
1700
  msgid "Terms of Service"
1701
  msgstr "תנאי השירות"
1702
 
1703
- #: templates/connect.php:805
1704
  msgctxt "as in the process of sending an email"
1705
  msgid "Sending email"
1706
  msgstr "שולח דוא\"ל"
1707
 
1708
- #: templates/connect.php:806
1709
  msgctxt "as activating plugin"
1710
  msgid "Activating"
1711
  msgstr "מפעיל"
@@ -1733,180 +1758,185 @@ msgctxt "as code debugging"
1733
  msgid "Debugging"
1734
  msgstr "דיבוג"
1735
 
1736
- #: templates/debug.php54, templates/debug.php250, templates/debug.php376,
1737
- #: templates/debug.php:512
1738
  msgid "Actions"
1739
  msgstr "פעולות"
1740
 
1741
- #: templates/debug.php:64
1742
  msgid "Are you sure you want to delete all Freemius data?"
1743
  msgstr "Are you sure you want to delete all Freemius data?"
1744
 
1745
- #: templates/debug.php:64
1746
  msgid "Delete All Accounts"
1747
  msgstr "מחיקת כל החשבונות"
1748
 
1749
- #: templates/debug.php:71
1750
  msgid "Clear API Cache"
1751
  msgstr "ניקוי מטמון ה-API"
1752
 
1753
- #: templates/debug.php:79
1754
  msgid "Clear Updates Transients"
1755
  msgstr "Clear Updates Transients"
1756
 
1757
- #: templates/debug.php:86
1758
  msgid "Sync Data From Server"
1759
  msgstr "סנכרון מידע מהשרת"
1760
 
1761
- #: templates/debug.php:95
1762
  msgid "Migrate Options to Network"
1763
  msgstr "Migrate Options to Network"
1764
 
1765
- #: templates/debug.php:100
1766
  msgid "Load DB Option"
1767
  msgstr "Load DB Option"
1768
 
1769
- #: templates/debug.php:103
1770
  msgid "Set DB Option"
1771
  msgstr "Set DB Option"
1772
 
1773
- #: templates/debug.php:182
1774
  msgid "Key"
1775
  msgstr "Key"
1776
 
1777
- #: templates/debug.php:183
1778
  msgid "Value"
1779
  msgstr "Value"
1780
 
1781
- #: templates/debug.php:199
1782
  msgctxt "as software development kit versions"
1783
  msgid "SDK Versions"
1784
  msgstr "גרסאות SDK"
1785
 
1786
- #: templates/debug.php:204
1787
  msgid "SDK Path"
1788
  msgstr "מיקום SDK"
1789
 
1790
- #: templates/debug.php205, templates/debug.php:244
1791
  msgid "Module Path"
1792
  msgstr "Module Path"
1793
 
1794
- #: templates/debug.php:206
1795
  msgid "Is Active"
1796
  msgstr "האם פעיל"
1797
 
1798
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
1799
  msgid "Plugins"
1800
  msgstr "תוספים"
1801
 
1802
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
1803
  msgid "Themes"
1804
  msgstr "תבניות"
1805
 
1806
- #: templates/debug.php239, templates/debug.php370, templates/debug.php456,
1807
  #: templates/debug/scheduled-crons.php:80
1808
  msgid "Slug"
1809
  msgstr "מזהה כתובת"
1810
 
1811
- #: templates/debug.php241, templates/debug.php:455
1812
  msgid "Title"
1813
  msgstr "כותרת"
1814
 
1815
- #: templates/debug.php:242
1816
  msgctxt "as application program interface"
1817
  msgid "API"
1818
  msgstr "API"
1819
 
1820
- #: templates/debug.php:243
1821
  msgid "Freemius State"
1822
  msgstr "מצב פרימיוס"
1823
 
1824
- #: templates/debug.php:247
1825
  msgid "Network Blog"
1826
  msgstr "Network Blog"
1827
 
1828
- #: templates/debug.php:248
1829
  msgid "Network User"
1830
  msgstr "משתמש רשת"
1831
 
1832
- #: templates/debug.php:285
1833
  msgctxt "as connection was successful"
1834
  msgid "Connected"
1835
  msgstr "מחובר"
1836
 
1837
- #: templates/debug.php:286
1838
  msgctxt "as connection blocked"
1839
  msgid "Blocked"
1840
  msgstr "חסום"
1841
 
1842
- #: templates/debug.php:322
1843
  msgid "Simulate Trial Promotion"
1844
  msgstr "Simulate Trial Promotion"
1845
 
1846
- #: templates/debug.php:334
1847
  msgid "Simulate Network Upgrade"
1848
  msgstr "סמלוץ עדכון לרשת"
1849
 
1850
- #: templates/debug.php:359
1851
  msgid "%s Installs"
1852
  msgstr "%s התקנות"
1853
 
1854
- #: templates/debug.php:361
1855
  msgctxt "like websites"
1856
  msgid "Sites"
1857
  msgstr "אתרים"
1858
 
1859
- #: templates/debug.php367, templates/account/partials/site.php:156
1860
  msgid "Blog ID"
1861
  msgstr "מזהה בלוג"
1862
 
1863
- #: templates/debug.php:372
1864
  msgid "License ID"
1865
  msgstr "License ID"
1866
 
1867
- #: templates/debug.php436, templates/debug.php535,
1868
  #: templates/account/partials/addon.php:435
1869
  msgctxt "verb"
1870
  msgid "Delete"
1871
  msgstr "מחק"
1872
 
1873
- #: templates/debug.php:450
1874
  msgid "Add Ons of module %s"
1875
  msgstr "Add Ons of module %s"
1876
 
1877
- #: templates/debug.php:502
1878
  msgid "Users"
1879
  msgstr "משתמשים"
1880
 
1881
- #: templates/debug.php:509
1882
  msgid "Verified"
1883
  msgstr "מאומת"
1884
 
1885
- #: templates/debug.php:551
1886
  msgid "%s Licenses"
1887
  msgstr "%s Licenses"
1888
 
1889
- #: templates/debug.php:556
1890
  msgid "Plugin ID"
1891
  msgstr "Plugin ID"
1892
 
1893
- #: templates/debug.php:558
1894
  msgid "Plan ID"
1895
  msgstr "Plan ID"
1896
 
1897
- #: templates/debug.php:559
1898
  msgid "Quota"
1899
  msgstr "Quota"
1900
 
1901
- #: templates/debug.php:560
1902
  msgid "Activated"
1903
  msgstr "Activated"
1904
 
1905
- #: templates/debug.php:561
1906
  msgid "Blocking"
1907
  msgstr "Blocking"
1908
 
1909
- #: templates/debug.php:563
 
 
 
 
 
1910
  msgctxt "as expiration date"
1911
  msgid "Expiration"
1912
  msgstr "תפוגה"
@@ -1954,10 +1984,6 @@ msgstr "פילטר"
1954
  msgid "Download"
1955
  msgstr "הורדה"
1956
 
1957
- #: templates/debug.php631, templates/debug/logger.php:22
1958
- msgid "Type"
1959
- msgstr "סוג"
1960
-
1961
  #: templates/debug.php636, templates/debug/logger.php:26
1962
  msgid "Timestamp"
1963
  msgstr "Timestamp"
@@ -2307,6 +2333,10 @@ msgstr "אנא הזן את הרישיון שקיבלת לתיבת הדואל ש
2307
  msgid "Update License"
2308
  msgstr "עדכון רישיון"
2309
 
 
 
 
 
2310
  #: templates/forms/optout.php:30
2311
  msgctxt "verb"
2312
  msgid "Opt Out"
@@ -2317,14 +2347,42 @@ msgctxt "verb"
2317
  msgid "Opt In"
2318
  msgstr "Opt In"
2319
 
2320
- #: templates/forms/optout.php:33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2321
  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."
2322
  msgstr "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."
2323
 
2324
- #: templates/forms/optout.php:35
 
 
 
 
2325
  msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2326
  msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2327
 
 
 
 
 
 
 
 
 
2328
  #: templates/forms/premium-versions-upgrade-handler.php:40
2329
  msgid "There is a new version of %s available."
2330
  msgstr "יש גרסה חדשה עבור ה%s."
@@ -2395,6 +2453,23 @@ msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s
2395
  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."
2396
  msgstr "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."
2397
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2398
  #: templates/js/style-premium-theme.php:39
2399
  msgid "Premium"
2400
  msgstr "Premium"
8
  "Project-Id-Version: WordPress SDK\n"
9
  "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
10
  "POT-Creation-Date: \n"
11
+ "PO-Revision-Date: 2020-07-27 11:43+0000\n"
12
  "Last-Translator: Vova Feldman <vova@freemius.com>\n"
13
  "Language: he_IL\n"
14
  "Language-Team: Hebrew (Israel) (http://www.transifex.com/freemius/wordpress-sdk/language/he_IL/)\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
  "X-Poedit-SourceCharset: UTF-8\n"
24
 
25
+ #: includes/class-freemius.php1881, templates/account.php:873
26
  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."
27
  msgstr "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."
28
 
29
+ #: includes/class-freemius.php:1888
30
  msgid "Would you like to proceed with the update?"
31
  msgstr "Would you like to proceed with the update?"
32
 
33
+ #: includes/class-freemius.php:2096
34
  msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
35
  msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
36
 
37
+ #: includes/class-freemius.php:2098
38
  msgid "Error"
39
  msgstr "שגיאה"
40
 
41
+ #: includes/class-freemius.php:2492
42
  msgid "I found a better %s"
43
  msgstr "מצאתי %s יותר טוב"
44
 
45
+ #: includes/class-freemius.php:2494
46
  msgid "What's the %s's name?"
47
  msgstr "What's the %s's name?"
48
 
49
+ #: includes/class-freemius.php:2500
50
  msgid "It's a temporary %s. I'm just debugging an issue."
51
  msgstr "It's a temporary %s. I'm just debugging an issue."
52
 
53
+ #: includes/class-freemius.php:2502
54
  msgid "Deactivation"
55
  msgstr "דיאקטיבציה"
56
 
57
+ #: includes/class-freemius.php:2503
58
  msgid "Theme Switch"
59
  msgstr "החלפת תֵמָה"
60
 
61
+ #: includes/class-freemius.php2512, templates/forms/resend-key.php24,
62
+ #: templates/forms/user-change.php:29
63
  msgid "Other"
64
  msgstr "אחר"
65
 
66
+ #: includes/class-freemius.php:2520
67
  msgid "I no longer need the %s"
68
  msgstr "I no longer need the %s"
69
 
70
+ #: includes/class-freemius.php:2527
71
  msgid "I only needed the %s for a short period"
72
  msgstr "I only needed the %s for a short period"
73
 
74
+ #: includes/class-freemius.php:2533
75
  msgid "The %s broke my site"
76
  msgstr "ה%s הרס לי את האתר"
77
 
78
+ #: includes/class-freemius.php:2540
79
  msgid "The %s suddenly stopped working"
80
  msgstr "ה%s הפסיק פתאום לעבוד"
81
 
82
+ #: includes/class-freemius.php:2550
83
  msgid "I can't pay for it anymore"
84
  msgstr "אני לא יכול/ה להמשיך לשלם על זה"
85
 
86
+ #: includes/class-freemius.php:2552
87
  msgid "What price would you feel comfortable paying?"
88
  msgstr "מה המחיר שכן תרגיש\\י בנוח לשלם?"
89
 
90
+ #: includes/class-freemius.php:2558
91
  msgid "I don't like to share my information with you"
92
  msgstr "אני לא אוהב את הרעיון של שיתוף מידע איתכם"
93
 
94
+ #: includes/class-freemius.php:2579
95
  msgid "The %s didn't work"
96
  msgstr "ה%s לא עבד"
97
 
98
+ #: includes/class-freemius.php:2589
99
  msgid "I couldn't understand how to make it work"
100
  msgstr "לא הצלחתי להבין איך לגרום לזה לעבוד"
101
 
102
+ #: includes/class-freemius.php:2597
103
  msgid "The %s is great, but I need specific feature that you don't support"
104
  msgstr "The %s is great, but I need specific feature that you don't support"
105
 
106
+ #: includes/class-freemius.php:2599
107
  msgid "What feature?"
108
  msgstr "איזה פיטצ'ר?"
109
 
110
+ #: includes/class-freemius.php:2603
111
  msgid "The %s is not working"
112
  msgstr "ה%s לא עובד"
113
 
114
+ #: includes/class-freemius.php:2605
115
  msgid "Kindly share what didn't work so we can fix it for future users..."
116
  msgstr "אנא שתפ\\י מה לא עבד כדי שנוכל לתקן זאת עבור משתמשים עתידיים..."
117
 
118
+ #: includes/class-freemius.php:2609
119
  msgid "It's not what I was looking for"
120
  msgstr "חיפשתי משהו אחר"
121
 
122
+ #: includes/class-freemius.php:2611
123
  msgid "What you've been looking for?"
124
  msgstr "מה חיפשת?"
125
 
126
+ #: includes/class-freemius.php:2615
127
  msgid "The %s didn't work as expected"
128
  msgstr "ה%s לא עבד כמצופה"
129
 
130
+ #: includes/class-freemius.php:2617
131
  msgid "What did you expect?"
132
  msgstr "למה ציפית?"
133
 
134
+ #: includes/class-freemius.php3472, templates/debug.php:20
135
  msgid "Freemius Debug"
136
  msgstr "ניפוי תקלות פרימיוס"
137
 
138
+ #: includes/class-freemius.php:4224
139
  msgid "I don't know what is cURL or how to install it, help me!"
140
  msgstr "אין לי מושג מה זה cURL או איך להתקין אותו - אשמח לעזרה!"
141
 
142
+ #: includes/class-freemius.php:4226
143
  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."
144
  msgstr "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."
145
 
146
+ #: includes/class-freemius.php:4233
147
  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."
148
  msgstr "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."
149
 
150
+ #: includes/class-freemius.php:4338
151
  msgid "Yes - do your thing"
152
  msgstr "כן - בצעו את מה שצריך"
153
 
154
+ #: includes/class-freemius.php:4343
155
  msgid "No - just deactivate"
156
  msgstr "לא - פשוט כבה"
157
 
158
+ #: includes/class-freemius.php4388, includes/class-freemius.php4882,
159
+ #: includes/class-freemius.php6111, includes/class-freemius.php12933,
160
+ #: includes/class-freemius.php13571, includes/class-freemius.php17006,
161
+ #: includes/class-freemius.php17094, includes/class-freemius.php17260,
162
+ #: includes/class-freemius.php19492, includes/class-freemius.php19833,
163
+ #: includes/class-freemius.php19843, includes/class-freemius.php20507,
164
+ #: includes/class-freemius.php21413, includes/class-freemius.php21546,
165
+ #: includes/class-freemius.php21690, templates/add-ons.php:57
166
  msgctxt "exclamation"
167
  msgid "Oops"
168
  msgstr "אופס"
169
 
170
+ #: includes/class-freemius.php:4457
171
  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."
172
  msgstr "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."
173
 
174
+ #: includes/class-freemius.php:4879
175
  msgctxt "addonX cannot run without pluginY"
176
  msgid "%s cannot run without %s."
177
  msgstr "%s לא יכול לעבוד ללא %s."
178
 
179
+ #: includes/class-freemius.php:4880
180
  msgctxt "addonX cannot run..."
181
  msgid "%s cannot run without the plugin."
182
  msgstr "ההרחבה %s אינה יכולה לפעול ללא התוסף."
183
 
184
+ #: includes/class-freemius.php5053, includes/class-freemius.php5078,
185
+ #: includes/class-freemius.php:20578
186
  msgid "Unexpected API error. Please contact the %s's author with the following error."
187
  msgstr "Unexpected API error. Please contact the %s's author with the following error."
188
 
189
+ #: includes/class-freemius.php:5777
190
  msgid "Premium %s version was successfully activated."
191
  msgstr "Premium %s version was successfully activated."
192
 
193
+ #: includes/class-freemius.php5789, includes/class-freemius.php:7682
194
  msgctxt ""
195
  msgid "W00t"
196
  msgstr "יש"
197
 
198
+ #: includes/class-freemius.php:5804
199
  msgid "You have a %s license."
200
  msgstr "יש לך רישיון %s."
201
 
202
+ #: includes/class-freemius.php5808, includes/class-freemius.php16405,
203
+ #: includes/class-freemius.php16416, includes/class-freemius.php19744,
204
+ #: includes/class-freemius.php20094, includes/class-freemius.php20163,
205
+ #: includes/class-freemius.php:20328
206
  msgctxt "interjection expressing joy or exuberance"
207
  msgid "Yee-haw"
208
  msgstr "יששש"
209
 
210
+ #: includes/class-freemius.php:6094
211
  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."
212
  msgstr "%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."
213
 
214
+ #: includes/class-freemius.php:6098
215
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
216
  msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
217
 
218
+ #: includes/class-freemius.php6107, templates/add-ons.php186,
219
  #: templates/account/partials/addon.php:381
220
  msgid "More information about %s"
221
  msgstr "מידע נוסף אודות %s"
222
 
223
+ #: includes/class-freemius.php:6108
224
  msgid "Purchase License"
225
  msgstr "קניית רישיון"
226
 
227
+ #: includes/class-freemius.php7047, templates/connect.php:171
228
  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."
229
  msgstr "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."
230
 
231
+ #: includes/class-freemius.php:7051
232
  msgid "start the trial"
233
  msgstr "התחל תקופת ניסיון"
234
 
235
+ #: includes/class-freemius.php7052, templates/connect.php:175
236
  msgid "complete the install"
237
  msgstr "השלם התקנה"
238
 
239
+ #: includes/class-freemius.php:7164
240
  msgid "You are just one step away - %s"
241
  msgstr "You are just one step away - %s"
242
 
243
+ #: includes/class-freemius.php:7167
244
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
245
  msgid "Complete \"%s\" Activation Now"
246
  msgstr "השלם הפעלת \"%s\" עכשיו"
247
 
248
+ #: includes/class-freemius.php:7245
249
  msgid "We made a few tweaks to the %s, %s"
250
  msgstr "We made a few tweaks to the %s, %s"
251
 
252
+ #: includes/class-freemius.php:7249
253
  msgid "Opt in to make \"%s\" better!"
254
  msgstr "Opt in to make \"%s\" better!"
255
 
256
+ #: includes/class-freemius.php:7681
257
  msgid "The upgrade of %s was successfully completed."
258
  msgstr "The upgrade of %s was successfully completed."
259
 
260
+ #: includes/class-freemius.php9908, includes/class-fs-plugin-updater.php1044,
261
+ #: includes/class-fs-plugin-updater.php1239,
262
+ #: includes/class-fs-plugin-updater.php1246,
263
  #: templates/auto-installation.php:32
264
  msgid "Add-On"
265
  msgstr "Add-On"
266
 
267
+ #: includes/class-freemius.php9910, templates/account.php343,
268
+ #: templates/account.php351, templates/debug.php358, templates/debug.php:549
269
  msgid "Plugin"
270
  msgstr "תוסף"
271
 
272
+ #: includes/class-freemius.php9911, templates/account.php344,
273
+ #: templates/account.php352, templates/debug.php358, templates/debug.php549,
274
  #: templates/forms/deactivation/form.php:71
275
  msgid "Theme"
276
  msgstr "תבנית"
277
 
278
+ #: includes/class-freemius.php:12843
279
  msgid "An unknown error has occurred while trying to set the user's beta mode."
280
  msgstr "An unknown error has occurred while trying to set the user's beta mode."
281
 
282
+ #: includes/class-freemius.php:12904
283
+ msgid "Invalid new user ID or email address."
284
+ msgstr "Invalid new user ID or email address."
285
+
286
+ #: includes/class-freemius.php12934, includes/class-freemius.php:21645
287
+ msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
288
+ msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
289
+
290
+ #: includes/class-freemius.php12935, includes/class-freemius.php:21646
291
+ msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
292
+ msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
293
+
294
+ #: includes/class-freemius.php12942, includes/class-freemius.php:21653
295
+ msgid "Change Ownership"
296
+ msgstr "עדכון בעלות"
297
+
298
+ #: includes/class-freemius.php:13438
299
  msgid "Invalid site details collection."
300
  msgstr "Invalid site details collection."
301
 
302
+ #: includes/class-freemius.php:13558
303
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
304
  msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
305
 
306
+ #: includes/class-freemius.php:13560
307
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
308
  msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
309
 
310
+ #: includes/class-freemius.php:13834
311
  msgid "Account is pending activation."
312
  msgstr "Account is pending activation."
313
 
314
+ #: includes/class-freemius.php13946,
315
  #: templates/forms/premium-versions-upgrade-handler.php:47
316
  msgid "Buy a license now"
317
  msgstr "Buy a license now"
318
 
319
+ #: includes/class-freemius.php13958,
320
  #: templates/forms/premium-versions-upgrade-handler.php:46
321
  msgid "Renew your license now"
322
  msgstr "Renew your license now"
323
 
324
+ #: includes/class-freemius.php:13962
325
  msgid "%s to access version %s security & feature updates, and support."
326
  msgstr "%s to access version %s security & feature updates, and support."
327
 
328
+ #: includes/class-freemius.php:16387
329
  msgid "%s activation was successfully completed."
330
  msgstr "הפעלת %s הושלמה בהצלחה."
331
 
332
+ #: includes/class-freemius.php:16401
333
  msgid "Your account was successfully activated with the %s plan."
334
  msgstr "חשבונך הופעל בהצלחה עם חבילת %s."
335
 
336
+ #: includes/class-freemius.php16412, includes/class-freemius.php:20159
337
  msgid "Your trial has been successfully started."
338
  msgstr "הניסיון שלך הופעל בהצלחה."
339
 
340
+ #: includes/class-freemius.php17004, includes/class-freemius.php17092,
341
+ #: includes/class-freemius.php:17258
342
  msgid "Couldn't activate %s."
343
  msgstr "לא ניתן להפעיל את %s."
344
 
345
+ #: includes/class-freemius.php17005, includes/class-freemius.php17093,
346
+ #: includes/class-freemius.php:17259
347
  msgid "Please contact us with the following message:"
348
  msgstr "אנא צור איתנו קשר יחד עם ההודעה הבאה:"
349
 
350
+ #: includes/class-freemius.php17089, templates/forms/data-debug-mode.php:162
351
  msgid "An unknown error has occurred."
352
  msgstr "An unknown error has occurred."
353
 
354
+ #: includes/class-freemius.php17616, includes/class-freemius.php:22589
355
  msgid "Upgrade"
356
  msgstr "שדרג"
357
 
358
+ #: includes/class-freemius.php:17622
359
  msgid "Start Trial"
360
  msgstr "התחל תקופת ניסיון"
361
 
362
+ #: includes/class-freemius.php:17624
363
  msgid "Pricing"
364
  msgstr "מחירון"
365
 
366
+ #: includes/class-freemius.php17704, includes/class-freemius.php:17706
367
  msgid "Affiliation"
368
  msgstr "אפיליאציה"
369
 
370
+ #: includes/class-freemius.php17734, includes/class-freemius.php17736,
371
+ #: templates/account.php191, templates/debug.php:324
372
  msgid "Account"
373
  msgstr "חשבון"
374
 
375
+ #: includes/class-freemius.php17750, includes/class-freemius.php17752,
376
  #: includes/customizer/class-fs-customizer-support-section.php:60
377
  msgid "Contact Us"
378
  msgstr "יצירת קשר"
379
 
380
+ #: includes/class-freemius.php17763, includes/class-freemius.php17765,
381
+ #: includes/class-freemius.php22603, templates/account.php119,
382
  #: templates/account/partials/addon.php:44
383
  msgid "Add-Ons"
384
  msgstr "Add-Ons"
385
 
386
+ #: includes/class-freemius.php:17799
387
  msgctxt "ASCII arrow left icon"
388
  msgid "&#x2190;"
389
  msgstr "&#x2190;"
390
 
391
+ #: includes/class-freemius.php:17799
392
  msgctxt "ASCII arrow right icon"
393
  msgid "&#x27a4;"
394
  msgstr "&#x27a4;"
395
 
396
+ #: includes/class-freemius.php17801, templates/pricing.php:103
397
  msgctxt "noun"
398
  msgid "Pricing"
399
  msgstr "מחירון"
400
 
401
+ #: includes/class-freemius.php18014,
402
  #: includes/customizer/class-fs-customizer-support-section.php:67
403
  msgid "Support Forum"
404
  msgstr "פורום תמיכה"
405
 
406
+ #: includes/class-freemius.php:18988
407
  msgid "Your email has been successfully verified - you are AWESOME!"
408
  msgstr "Your email has been successfully verified - you are AWESOME!"
409
 
410
+ #: includes/class-freemius.php:18989
411
  msgctxt "a positive response"
412
  msgid "Right on"
413
  msgstr "מעולה"
414
 
415
+ #: includes/class-freemius.php:19493
416
  msgid "seems like the key you entered doesn't match our records."
417
  msgstr "seems like the key you entered doesn't match our records."
418
 
419
+ #: includes/class-freemius.php:19517
420
  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."
421
  msgstr "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."
422
 
423
+ #: includes/class-freemius.php:19735
424
  msgid "Your %s Add-on plan was successfully upgraded."
425
  msgstr "חבילת ההרחבה %s שודרגה בהצלחה."
426
 
427
+ #: includes/class-freemius.php:19737
428
  msgid "%s Add-on was successfully purchased."
429
  msgstr "ההרחבה %s נרכשה בהצלחה."
430
 
431
+ #: includes/class-freemius.php:19740
432
  msgid "Download the latest version"
433
  msgstr "הורד את הגרסה האחרונה"
434
 
435
+ #: includes/class-freemius.php:19826
436
  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"
437
  msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
438
 
439
+ #: includes/class-freemius.php19832, includes/class-freemius.php19842,
440
+ #: includes/class-freemius.php20287, includes/class-freemius.php:20376
441
  msgid "Error received from the server:"
442
  msgstr "הוחזרה שגיאה מהשרת:"
443
 
444
+ #: includes/class-freemius.php:19842
445
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
446
  msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
447
 
448
+ #: includes/class-freemius.php20056, includes/class-freemius.php20292,
449
+ #: includes/class-freemius.php20347, includes/class-freemius.php:20454
450
  msgctxt ""
451
  msgid "Hmm"
452
  msgstr "אממ"
453
 
454
+ #: includes/class-freemius.php:20069
455
  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."
456
  msgstr "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."
457
 
458
+ #: includes/class-freemius.php20070, templates/account.php121,
459
  #: templates/add-ons.php250, templates/account/partials/addon.php:46
460
  msgctxt "trial period"
461
  msgid "Trial"
462
  msgstr "ניסיון"
463
 
464
+ #: includes/class-freemius.php:20075
465
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
466
  msgstr "שידרגתי את החשבון שלי אבל כשאני מנסה לבצע סנכרון לרישיון החבילה נשארת %s."
467
 
468
+ #: includes/class-freemius.php20079, includes/class-freemius.php:20138
469
  msgid "Please contact us here"
470
  msgstr "אנא צור איתנו קשר כאן"
471
 
472
+ #: includes/class-freemius.php:20090
473
  msgid "Your plan was successfully activated."
474
  msgstr "Your plan was successfully activated."
475
 
476
+ #: includes/class-freemius.php:20091
477
  msgid "Your plan was successfully upgraded."
478
  msgstr "החבילה שודרגה בהצלחה."
479
 
480
+ #: includes/class-freemius.php:20108
481
  msgid "Your plan was successfully changed to %s."
482
  msgstr "החבילה עודכנה בהצלחה אל %s."
483
 
484
+ #: includes/class-freemius.php:20124
485
  msgid "Your license has expired. You can still continue using the free %s forever."
486
  msgstr "Your license has expired. You can still continue using the free %s forever."
487
 
488
+ #: includes/class-freemius.php:20126
489
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
490
  msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
491
 
492
+ #: includes/class-freemius.php:20134
493
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
494
  msgstr "רשיונך בוטל. אם לדעתך זו טעות, נא ליצור קשר עם התמיכה."
495
 
496
+ #: includes/class-freemius.php:20147
497
  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."
498
  msgstr "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."
499
 
500
+ #: includes/class-freemius.php:20173
501
  msgid "Your free trial has expired. You can still continue using all our free features."
502
  msgstr "תקופת הניסיון שלך הסתיימה. הפיטצ'רים החינאמיים עדיין ניתנים לשימוש."
503
 
504
+ #: includes/class-freemius.php:20175
505
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
506
  msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
507
 
508
+ #: includes/class-freemius.php:20283
509
  msgid "It looks like the license could not be activated."
510
  msgstr "נראה שלא ניתן להפעיל את הרישיון."
511
 
512
+ #: includes/class-freemius.php:20325
513
  msgid "Your license was successfully activated."
514
  msgstr "הרישיון הופעל בהצלחה."
515
 
516
+ #: includes/class-freemius.php:20351
517
  msgid "It looks like your site currently doesn't have an active license."
518
  msgstr "נראה לאתר עדיין אין רישיון פעיל."
519
 
520
+ #: includes/class-freemius.php:20375
521
  msgid "It looks like the license deactivation failed."
522
  msgstr "נראה שניתוק הרישיון נכשל."
523
 
524
+ #: includes/class-freemius.php:20404
525
+ msgid "Your %s license was successfully deactivated."
526
+ msgstr "Your %s license was successfully deactivated."
527
+
528
+ #: includes/class-freemius.php:20405
529
  msgid "Your license was successfully deactivated, you are back to the %s plan."
530
  msgstr "רישיונך נותק בהצלחה, חזרת לחבילת %s"
531
 
532
+ #: includes/class-freemius.php:20408
533
  msgid "O.K"
534
  msgstr "אוקיי"
535
 
536
+ #: includes/class-freemius.php:20461
537
  msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
538
  msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
539
 
540
+ #: includes/class-freemius.php:20470
541
  msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
542
  msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
543
 
544
+ #: includes/class-freemius.php:20512
545
  msgid "You are already running the %s in a trial mode."
546
  msgstr "You are already running the %s in a trial mode."
547
 
548
+ #: includes/class-freemius.php:20523
549
  msgid "You already utilized a trial before."
550
  msgstr "הניסיון כבר נוצל בעבר."
551
 
552
+ #: includes/class-freemius.php:20537
553
  msgid "Plan %s do not exist, therefore, can't start a trial."
554
  msgstr "החבילה %s אינה קיימת, לכן, לא ניתן להתחיל תקופת ניסיון."
555
 
556
+ #: includes/class-freemius.php:20548
557
  msgid "Plan %s does not support a trial period."
558
  msgstr "תוכנית %s אינה תומכת בתקופת ניסיון."
559
 
560
+ #: includes/class-freemius.php:20559
561
  msgid "None of the %s's plans supports a trial period."
562
  msgstr "None of the %s's plans supports a trial period."
563
 
564
+ #: includes/class-freemius.php:20609
565
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
566
  msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
567
 
568
+ #: includes/class-freemius.php:20645
569
  msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
570
  msgstr "נראה שיש תקלה זמנית המונעת את ביטול הניסיון. אנא נסו שוב בעוד כמה דקות."
571
 
572
+ #: includes/class-freemius.php:20664
573
  msgid "Your %s free trial was successfully cancelled."
574
  msgstr "תקופת הניסיון החינמית של %s בוטלה בהצלחה."
575
 
576
+ #: includes/class-freemius.php:20980
577
  msgid "Version %s was released."
578
  msgstr "גרסה %s הושקה."
579
 
580
+ #: includes/class-freemius.php:20980
581
  msgid "Please download %s."
582
  msgstr "נא להוריד את %s."
583
 
584
+ #: includes/class-freemius.php:20987
585
  msgid "the latest %s version here"
586
  msgstr "גרסת ה-%s האחרונה כאן"
587
 
588
+ #: includes/class-freemius.php:20992
589
  msgid "New"
590
  msgstr "חדש"
591
 
592
+ #: includes/class-freemius.php:20997
593
  msgid "Seems like you got the latest release."
594
  msgstr "נראה שיש לך את הגרסה האחרונה."
595
 
596
+ #: includes/class-freemius.php:20998
597
  msgid "You are all good!"
598
  msgstr "את\\ה מסודר!"
599
 
600
+ #: includes/class-freemius.php:21301
601
  msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
602
  msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
603
 
604
+ #: includes/class-freemius.php:21441
605
  msgid "Site successfully opted in."
606
  msgstr "Site successfully opted in."
607
 
608
+ #: includes/class-freemius.php21442, includes/class-freemius.php:22299
609
  msgid "Awesome"
610
  msgstr "אדיר"
611
 
612
+ #: includes/class-freemius.php21458, templates/forms/optout.php:41
613
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
614
  msgstr "We appreciate your help in making the %s better by letting us track some usage data."
615
 
616
+ #: includes/class-freemius.php:21459
617
  msgid "Thank you!"
618
  msgstr "תודה רבה!"
619
 
620
+ #: includes/class-freemius.php:21466
621
  msgid "We will no longer be sending any usage data of %s on %s to %s."
622
  msgstr "We will no longer be sending any usage data of %s on %s to %s."
623
 
624
+ #: includes/class-freemius.php:21612
625
  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."
626
  msgstr "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."
627
 
628
+ #: includes/class-freemius.php:21618
629
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
630
  msgstr "תודה על אישור ביצוע החלפת הבעלות. הרגע נשלח מייל ל-%s כדי לקבל אישור סופי."
631
 
632
+ #: includes/class-freemius.php:21623
633
  msgid "%s is the new owner of the account."
634
  msgstr "%s הינו הבעלים החד של חשבון זה."
635
 
636
+ #: includes/class-freemius.php:21625
637
  msgctxt "as congratulations"
638
  msgid "Congrats"
639
  msgstr "מזל טוב"
640
 
641
+ #: includes/class-freemius.php:21661
 
 
 
 
 
 
 
 
 
 
 
 
642
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
643
  msgstr "כתובת הדואל שלך עודכנה בהצלחה. הודעת אישור אמורה להתקבל בדואל שלך ברגעים הקרובים."
644
 
645
+ #: includes/class-freemius.php:21673
646
  msgid "Please provide your full name."
647
  msgstr "נא למלא את שמך המלא."
648
 
649
+ #: includes/class-freemius.php:21678
650
  msgid "Your name was successfully updated."
651
  msgstr "שמך עודכן בהצלחה."
652
 
653
+ #: includes/class-freemius.php:21739
654
  msgid "You have successfully updated your %s."
655
  msgstr "עידכנת בהצלחה את ה%s."
656
 
657
+ #: includes/class-freemius.php:21879
658
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
659
  msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
660
 
661
+ #: includes/class-freemius.php:21880
662
  msgctxt "advance notice of something that will need attention."
663
  msgid "Heads up"
664
  msgstr "לתשמות לבך"
665
 
666
+ #: includes/class-freemius.php:22339
667
  msgctxt "exclamation"
668
  msgid "Hey"
669
  msgstr "היי"
670
 
671
+ #: includes/class-freemius.php:22339
672
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
673
  msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
674
 
675
+ #: includes/class-freemius.php:22347
676
  msgid "No commitment for %s days - cancel anytime!"
677
  msgstr "ללא התחייבות ל-%s ימין - בטלו בכל רגע!"
678
 
679
+ #: includes/class-freemius.php:22348
680
  msgid "No credit card required"
681
  msgstr "לא נדרש כרטיס אשראי"
682
 
683
+ #: includes/class-freemius.php22355, templates/forms/trial-start.php:53
684
  msgctxt "call to action"
685
  msgid "Start free trial"
686
  msgstr "התחלת ניסיון חינם"
687
 
688
+ #: includes/class-freemius.php:22432
689
  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!"
690
  msgstr "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!"
691
 
692
+ #: includes/class-freemius.php:22441
693
  msgid "Learn more"
694
  msgstr "Learn more"
695
 
696
+ #: includes/class-freemius.php22627, templates/account.php507,
697
+ #: templates/account.php657, templates/connect.php179,
698
+ #: templates/connect.php455, templates/forms/license-activation.php27,
699
  #: templates/account/partials/addon.php:321
700
  msgid "Activate License"
701
  msgstr "הפעלת רישיון"
702
 
703
+ #: includes/class-freemius.php22628, templates/account.php601,
704
+ #: templates/account.php656, templates/account/partials/addon.php322,
705
  #: templates/account/partials/site.php:271
706
  msgid "Change License"
707
  msgstr "שינוי רישיון"
708
 
709
+ #: includes/class-freemius.php22737, templates/account/partials/site.php:169
710
  msgid "Opt Out"
711
  msgstr "Opt Out"
712
 
713
+ #: includes/class-freemius.php22739, includes/class-freemius.php22745,
714
  #: templates/account/partials/site.php49,
715
  #: templates/account/partials/site.php:169
716
  msgid "Opt In"
717
  msgstr "Opt In"
718
 
719
+ #: includes/class-freemius.php:22973
720
  msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
721
  msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
722
 
723
+ #: includes/class-freemius.php:22981
724
  msgid "Activate %s features"
725
  msgstr "Activate %s features"
726
 
727
+ #: includes/class-freemius.php:22994
728
  msgid "Please follow these steps to complete the upgrade"
729
  msgstr "נא לבצע את הצעדים הבאים להשלמת השידרוג"
730
 
731
+ #: includes/class-freemius.php:22998
732
  msgid "Download the latest %s version"
733
  msgstr "הורד\\י את גרסת ה-%s העדכנית"
734
 
735
+ #: includes/class-freemius.php:23002
736
  msgid "Upload and activate the downloaded version"
737
  msgstr "העלה\\י והפעיל\\י את הגרסה שהורדת"
738
 
739
+ #: includes/class-freemius.php:23004
740
  msgid "How to upload and activate?"
741
  msgstr "איך להעלות ולהפעיל?"
742
 
743
+ #: includes/class-freemius.php:23138
744
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
745
  msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
746
 
747
+ #: includes/class-freemius.php:23299
748
  msgid "Auto installation only works for opted-in users."
749
  msgstr "Auto installation only works for opted-in users."
750
 
751
+ #: includes/class-freemius.php23309, includes/class-freemius.php23342,
752
+ #: includes/class-fs-plugin-updater.php1218,
753
+ #: includes/class-fs-plugin-updater.php:1232
754
  msgid "Invalid module ID."
755
  msgstr "מזהה המודול לא תקני."
756
 
757
+ #: includes/class-freemius.php23318, includes/class-fs-plugin-updater.php:1254
758
  msgid "Premium version already active."
759
  msgstr "הגרסה בתשלום כבר פעילה."
760
 
761
+ #: includes/class-freemius.php:23325
762
  msgid "You do not have a valid license to access the premium version."
763
  msgstr "אין ברשותך רישיון בר תוקף לשימוש בגרסת הפרימיום."
764
 
765
+ #: includes/class-freemius.php:23332
766
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
767
  msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
768
 
769
+ #: includes/class-freemius.php23350, includes/class-fs-plugin-updater.php:1253
770
  msgid "Premium add-on version already installed."
771
  msgstr "Premium add-on version already installed."
772
 
773
+ #: includes/class-freemius.php:23700
774
  msgid "View paid features"
775
  msgstr "צפה בפיטצ'רים שבתשלום"
776
 
777
+ #: includes/class-freemius.php:24022
778
  msgid "Thank you so much for using %s and its add-ons!"
779
  msgstr "Thank you so much for using %s and its add-ons!"
780
 
781
+ #: includes/class-freemius.php:24023
782
  msgid "Thank you so much for using %s!"
783
  msgstr "אנו מודים לך על היותך כמשתמש של %s!"
784
 
785
+ #: includes/class-freemius.php:24029
786
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
787
  msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
788
 
789
+ #: includes/class-freemius.php:24033
790
  msgid "Thank you so much for using our products!"
791
  msgstr "אנו מודים לך על השימוש במוצרים שלנו!"
792
 
793
+ #: includes/class-freemius.php:24034
794
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
795
  msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
796
 
797
+ #: includes/class-freemius.php:24053
798
  msgid "%s and its add-ons"
799
  msgstr "%s and its add-ons"
800
 
801
+ #: includes/class-freemius.php:24062
802
  msgid "Products"
803
  msgstr "מוצרים"
804
 
805
+ #: includes/class-freemius.php24069, templates/connect.php:280
806
  msgid "Yes"
807
  msgstr "כן"
808
 
809
+ #: includes/class-freemius.php24070, templates/connect.php:281
810
  msgid "send me security & feature updates, educational content and offers."
811
  msgstr "תשלחו לי עדכוני אבטחה ופיטצ'רים, תוכן חינוכי, ומידע אודות מבצעים."
812
 
813
+ #: includes/class-freemius.php24071, templates/connect.php:286
814
  msgid "No"
815
  msgstr "לא"
816
 
817
+ #: includes/class-freemius.php24073, templates/connect.php:288
818
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
819
  msgstr "%sאל%2$s תשלחו לי עדכוני אבטחה, פיטצ'רים, תוכן חינוכי, ומידע על מבצעים."
820
 
821
+ #: includes/class-freemius.php:24083
822
  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 :-)"
823
  msgstr "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 :-)"
824
 
825
+ #: includes/class-freemius.php24085, templates/connect.php:295
826
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
827
  msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
828
 
829
+ #: includes/class-freemius.php:24367
830
  msgid "License key is empty."
831
  msgstr "מפתח הרישיון ריק."
832
 
840
  msgid "Buy license"
841
  msgstr "Buy license"
842
 
843
+ #: includes/class-fs-plugin-updater.php327,
844
+ #: includes/class-fs-plugin-updater.php:360
845
  msgid "There is a %s of %s available."
846
  msgstr "There is a %s of %s available."
847
 
848
+ #: includes/class-fs-plugin-updater.php329,
849
+ #: includes/class-fs-plugin-updater.php:365
850
  msgid "new Beta version"
851
  msgstr "new Beta version"
852
 
853
+ #: includes/class-fs-plugin-updater.php330,
854
+ #: includes/class-fs-plugin-updater.php:366
855
  msgid "new version"
856
  msgstr "new version"
857
 
858
+ #: includes/class-fs-plugin-updater.php:389
859
  msgid "Important Upgrade Notice:"
860
  msgstr "Important Upgrade Notice:"
861
 
862
+ #: includes/class-fs-plugin-updater.php:1283
863
  msgid "Installing plugin: %s"
864
  msgstr "Installing plugin: %s"
865
 
866
+ #: includes/class-fs-plugin-updater.php:1324
867
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
868
  msgstr "Unable to connect to the filesystem. Please confirm your credentials."
869
 
870
+ #: includes/class-fs-plugin-updater.php:1506
871
  msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
872
  msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
873
 
889
  msgid "Install Free Version Update Now"
890
  msgstr "התקן עדכון גרסה חינאמית עכשיו"
891
 
892
+ #: includes/fs-plugin-info-dialog.php739, templates/account.php:590
893
  msgid "Install Update Now"
894
  msgstr "התקן עדכון במיידי"
895
 
909
  msgid "Download Latest Free Version"
910
  msgstr "Download Latest Free Version"
911
 
912
+ #: includes/fs-plugin-info-dialog.php766, templates/account.php99,
913
  #: templates/add-ons.php37, templates/account/partials/addon.php:25
914
  msgctxt "as download latest version"
915
  msgid "Download Latest"
921
  msgid "Activate this add-on"
922
  msgstr "הפעל את ההרחבה"
923
 
924
+ #: includes/fs-plugin-info-dialog.php783, templates/connect.php:452
925
  msgid "Activate Free Version"
926
  msgstr "הפעלת גירסה חינאמית"
927
 
928
+ #: includes/fs-plugin-info-dialog.php784, templates/account.php123,
929
  #: templates/add-ons.php330, templates/account/partials/addon.php:48
930
  msgid "Activate"
931
  msgstr "הפעלה"
1061
  msgid "Details"
1062
  msgstr "פרטים"
1063
 
1064
+ #: includes/fs-plugin-info-dialog.php1310, templates/account.php110,
1065
+ #: templates/debug.php201, templates/debug.php238, templates/debug.php455,
1066
  #: templates/account/partials/addon.php:36
1067
  msgctxt "product version"
1068
  msgid "Version"
1077
  msgid "Last Updated"
1078
  msgstr "עודכן לאחרונה"
1079
 
1080
+ #: includes/fs-plugin-info-dialog.php1329, templates/account.php:476
1081
  msgctxt "x-ago"
1082
  msgid "%s ago"
1083
  msgstr "לפני %s"
1188
  msgid "Latest Free Version Installed"
1189
  msgstr "גרסה חינאמית עדכנית הותקנה"
1190
 
1191
+ #: templates/account.php100, templates/forms/subscription-cancellation.php96,
1192
  #: templates/account/partials/addon.php26,
1193
  #: templates/account/partials/site.php:311
1194
  msgid "Downgrading your plan"
1195
  msgstr "Downgrading your plan"
1196
 
1197
+ #: templates/account.php101, templates/forms/subscription-cancellation.php97,
1198
  #: templates/account/partials/addon.php27,
1199
  #: templates/account/partials/site.php:312
1200
  msgid "Cancelling the subscription"
1202
 
1203
  #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1204
  #. subscription'
1205
+ #: templates/account.php103, templates/forms/subscription-cancellation.php99,
1206
  #: templates/account/partials/site.php:314
1207
  msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1208
  msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1209
 
1210
+ #: templates/account.php104, templates/forms/subscription-cancellation.php100,
1211
  #: templates/account/partials/addon.php30,
1212
  #: templates/account/partials/site.php:315
1213
  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."
1214
  msgstr "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."
1215
 
1216
+ #: templates/account.php105, templates/forms/subscription-cancellation.php106,
1217
  #: templates/account/partials/addon.php:31
1218
  msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1219
  msgstr "ביטול הניסיון יחסום מייד את הפיטצ'רים שהינם בתשלום. האם ברצונך בכל זאת להמשיך?"
1220
 
1221
+ #: templates/account.php106, templates/forms/subscription-cancellation.php101,
1222
  #: templates/account/partials/addon.php32,
1223
  #: templates/account/partials/site.php:316
1224
  msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1225
  msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1226
 
1227
+ #: templates/account.php107, templates/forms/subscription-cancellation.php102,
1228
  #: templates/account/partials/addon.php33,
1229
  #: templates/account/partials/site.php:317
1230
  msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1231
  msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1232
 
1233
  #. translators: %s: Plan title (e.g. "Professional")
1234
+ #: templates/account.php109,
1235
  #: templates/account/partials/activate-license-button.php31,
1236
  #: templates/account/partials/addon.php:35
1237
  msgid "Activate %s Plan"
1238
  msgstr "הפעל חבילה %s"
1239
 
1240
  #. translators: %s: Time period (e.g. Auto renews in "2 months")
1241
+ #: templates/account.php112, templates/account/partials/addon.php38,
1242
  #: templates/account/partials/site.php:291
1243
  msgid "Auto renews in %s"
1244
  msgstr "עדכן אוטומטית בעוד %s"
1245
 
1246
  #. translators: %s: Time period (e.g. Expires in "2 months")
1247
+ #: templates/account.php114, templates/account/partials/addon.php40,
1248
  #: templates/account/partials/site.php:293
1249
  msgid "Expires in %s"
1250
  msgstr "פג תוקף בעוד %s"
1251
 
1252
+ #: templates/account.php:115
1253
  msgctxt "as synchronize license"
1254
  msgid "Sync License"
1255
  msgstr "סינכרן רישיון"
1256
 
1257
+ #: templates/account.php116, templates/account/partials/addon.php:41
1258
  msgid "Cancel Trial"
1259
  msgstr "ביט"
1260
 
1261
+ #: templates/account.php117, templates/account/partials/addon.php:42
1262
  msgid "Change Plan"
1263
  msgstr "שינוי חבילה"
1264
 
1265
+ #: templates/account.php118, templates/account/partials/addon.php:43
1266
  msgctxt "verb"
1267
  msgid "Upgrade"
1268
  msgstr "שדרג"
1269
 
1270
+ #: templates/account.php120, templates/account/partials/addon.php45,
1271
  #: templates/account/partials/site.php:318
1272
  msgctxt "verb"
1273
  msgid "Downgrade"
1274
  msgstr "שנמך"
1275
 
1276
+ #: templates/account.php122, templates/add-ons.php246,
1277
  #: templates/plugin-info/features.php72,
1278
  #: templates/account/partials/addon.php47,
1279
  #: templates/account/partials/site.php:33
1280
  msgid "Free"
1281
  msgstr "חינם"
1282
 
1283
+ #: templates/account.php124, templates/debug.php371,
1284
  #: includes/customizer/class-fs-customizer-upsell-control.php110,
1285
  #: templates/account/partials/addon.php:49
1286
  msgctxt "as product pricing plan"
1287
  msgid "Plan"
1288
  msgstr "חבילה"
1289
 
1290
+ #: templates/account.php:125
1291
  msgid "Bundle Plan"
1292
  msgstr "Bundle Plan"
1293
 
1294
+ #: templates/account.php:199
1295
  msgid "Free Trial"
1296
  msgstr "ניסיון חינם"
1297
 
1298
+ #: templates/account.php:210
1299
  msgid "Account Details"
1300
  msgstr "פרטי חשבון"
1301
 
1302
+ #: templates/account.php217, templates/forms/data-debug-mode.php:33
1303
  msgid "Start Debug"
1304
  msgstr "Start Debug"
1305
 
1306
+ #: templates/account.php:219
1307
  msgid "Stop Debug"
1308
  msgstr "Stop Debug"
1309
 
1310
+ #: templates/account.php:226
1311
  msgid "Billing & Invoices"
1312
  msgstr "Billing & Invoices"
1313
 
1314
+ #: templates/account.php:237
1315
  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?"
1316
  msgstr "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?"
1317
 
1318
+ #: templates/account.php:239
1319
  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?"
1320
  msgstr "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?"
1321
 
1322
+ #: templates/account.php:242
1323
  msgid "Delete Account"
1324
  msgstr "מחיקת חשבון"
1325
 
1326
+ #: templates/account.php254, templates/account/partials/addon.php231,
1327
  #: templates/account/partials/deactivate-license-button.php:35
1328
  msgid "Deactivate License"
1329
  msgstr "שיחרור רישיון"
1330
 
1331
+ #: templates/account.php277, templates/forms/subscription-cancellation.php:125
1332
  msgid "Are you sure you want to proceed?"
1333
  msgstr "האם את/ה בטוח רוצה להמשיך?"
1334
 
1335
+ #: templates/account.php277, templates/account/partials/addon.php:255
1336
  msgid "Cancel Subscription"
1337
  msgstr "בטל מנוי"
1338
 
1339
+ #: templates/account.php306, templates/account/partials/addon.php:340
1340
  msgctxt "as synchronize"
1341
  msgid "Sync"
1342
  msgstr "סינכרון"
1343
 
1344
+ #: templates/account.php321, templates/debug.php:505
1345
  msgid "Name"
1346
  msgstr "שם"
1347
 
1348
+ #: templates/account.php327, templates/debug.php:506
1349
  msgid "Email"
1350
  msgstr "דוא\"ל"
1351
 
1352
+ #: templates/account.php334, templates/debug.php369, templates/debug.php:555
1353
  msgid "User ID"
1354
  msgstr "מזהה משתמש"
1355
 
1356
+ #: templates/account.php352, templates/account.php670,
1357
+ #: templates/account.php715, templates/debug.php236, templates/debug.php363,
1358
+ #: templates/debug.php452, templates/debug.php504, templates/debug.php553,
1359
  #: templates/debug.php632, templates/account/payments.php35,
1360
  #: templates/debug/logger.php:21
1361
  msgid "ID"
1362
  msgstr "מזהה"
1363
 
1364
+ #: templates/account.php:359
1365
  msgid "Site ID"
1366
  msgstr "מזהה אתר"
1367
 
1368
+ #: templates/account.php:362
1369
  msgid "No ID"
1370
  msgstr "אין מזהה"
1371
 
1372
+ #: templates/account.php367, templates/debug.php243, templates/debug.php372,
1373
+ #: templates/debug.php456, templates/debug.php508,
1374
  #: templates/account/partials/site.php:227
1375
  msgid "Public Key"
1376
  msgstr "מפתח פומבי"
1377
 
1378
+ #: templates/account.php373, templates/debug.php373, templates/debug.php457,
1379
+ #: templates/debug.php509, templates/account/partials/site.php:239
1380
  msgid "Secret Key"
1381
  msgstr "מפתח סודי"
1382
 
1383
+ #: templates/account.php:376
1384
  msgctxt "as secret encryption key missing"
1385
  msgid "No Secret"
1386
  msgstr "אין מפתח סודי"
1387
 
1388
+ #: templates/account.php403, templates/account/partials/site.php120,
1389
  #: templates/account/partials/site.php:122
1390
  msgid "Trial"
1391
  msgstr "ניסיון"
1392
 
1393
+ #: templates/account.php430, templates/debug.php561,
1394
  #: templates/account/partials/site.php:260
1395
  msgid "License Key"
1396
  msgstr "License Key"
1397
 
1398
+ #: templates/account.php:461
1399
  msgid "Join the Beta program"
1400
  msgstr "Join the Beta program"
1401
 
1402
+ #: templates/account.php:467
1403
  msgid "not verified"
1404
  msgstr "לא מאומת"
1405
 
1406
+ #: templates/account.php476, templates/account/partials/addon.php:190
1407
  msgid "Expired"
1408
  msgstr "פג תוקף"
1409
 
1410
+ #: templates/account.php:536
1411
  msgid "Premium version"
1412
  msgstr "גירסת פרימיום"
1413
 
1414
+ #: templates/account.php:538
1415
  msgid "Free version"
1416
  msgstr "גירסה חינאמית"
1417
 
1418
+ #: templates/account.php:550
1419
  msgid "Verify Email"
1420
  msgstr "אמת כתובת דוא\"ל"
1421
 
1422
+ #: templates/account.php:564
1423
  msgid "Download %s Version"
1424
  msgstr "הורד גרסת %s"
1425
 
1426
+ #: templates/account.php:580
1427
+ msgid "Download Paid Version"
1428
+ msgstr "Download Paid Version"
1429
+
1430
+ #: templates/account.php598, templates/account.php853,
1431
  #: templates/account/partials/site.php248,
1432
  #: templates/account/partials/site.php:270
1433
  msgctxt "verb"
1434
  msgid "Show"
1435
  msgstr "הצג"
1436
 
1437
+ #: templates/account.php:613
1438
  msgid "What is your %s?"
1439
  msgstr "מה ה%s שלך?"
1440
 
1441
+ #: templates/account.php621, templates/account/billing.php:21
1442
  msgctxt "verb"
1443
  msgid "Edit"
1444
  msgstr "ערוך"
1445
 
1446
+ #: templates/account.php625, templates/forms/user-change.php:27
1447
+ msgid "Change User"
1448
+ msgstr "Change User"
1449
+
1450
+ #: templates/account.php:649
1451
  msgid "Sites"
1452
  msgstr "אתרים"
1453
 
1454
+ #: templates/account.php:662
1455
  msgid "Search by address"
1456
  msgstr "חפש לפי כתובת"
1457
 
1458
+ #: templates/account.php671, templates/debug.php:366
1459
  msgid "Address"
1460
  msgstr "כתובת"
1461
 
1462
+ #: templates/account.php:672
1463
  msgid "License"
1464
  msgstr "רישיון"
1465
 
1466
+ #: templates/account.php:673
1467
  msgid "Plan"
1468
  msgstr "חבילה"
1469
 
1470
+ #: templates/account.php:718
1471
  msgctxt "as software license"
1472
  msgid "License"
1473
  msgstr "רישיון"
1474
 
1475
+ #: templates/account.php:847
1476
  msgctxt "verb"
1477
  msgid "Hide"
1478
  msgstr "הסתר"
1479
 
1480
+ #: templates/account.php869, templates/forms/data-debug-mode.php:31
1481
  msgid "Processing"
1482
  msgstr "Processing"
1483
 
1484
+ #: templates/account.php:872
1485
  msgid "Get updates for bleeding edge Beta versions of %s."
1486
  msgstr "Get updates for bleeding edge Beta versions of %s."
1487
 
1488
+ #: templates/account.php:930
1489
  msgid "Cancelling %s"
1490
  msgstr "Cancelling %s"
1491
 
1492
+ #: templates/account.php930, templates/account.php947,
1493
  #: templates/forms/subscription-cancellation.php27,
1494
  #: templates/forms/deactivation/form.php:133
1495
  msgid "trial"
1496
  msgstr "trial"
1497
 
1498
+ #: templates/account.php945, templates/forms/deactivation/form.php:150
1499
  msgid "Cancelling %s..."
1500
  msgstr "Cancelling %s..."
1501
 
1502
+ #: templates/account.php948, templates/forms/subscription-cancellation.php28,
1503
  #: templates/forms/deactivation/form.php:134
1504
  msgid "subscription"
1505
  msgstr "subscription"
1506
 
1507
+ #: templates/account.php:962
1508
  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?"
1509
  msgstr "ביטול הרישיון יחסום את כל הפיטצ'רים שבתשלום אך יאפשר להפעיל את הרישיון על אתר אחר. האם תרצו להמשיך בכל זאת?"
1510
 
1530
  msgid "Installed"
1531
  msgstr "Installed"
1532
 
1533
+ #: templates/admin-notice.php13, templates/forms/license-activation.php220,
1534
  #: templates/forms/resend-key.php:77
1535
  msgctxt "as close a window"
1536
  msgid "Dismiss"
1570
  msgid "Hey %s,"
1571
  msgstr "היי %s,"
1572
 
1573
+ #: templates/connect.php:162
1574
  msgid "Allow & Continue"
1575
  msgstr "אפשר\\י והמשכ\\י"
1576
 
1577
+ #: templates/connect.php:166
1578
  msgid "Re-send activation email"
1579
  msgstr "שליחה חוזרת של מייל האקטיבציה"
1580
 
1581
+ #: templates/connect.php:170
1582
  msgid "Thanks %s!"
1583
  msgstr "תודה %s!"
1584
 
1585
+ #: templates/connect.php180, templates/forms/license-activation.php:46
1586
  msgid "Agree & Activate License"
1587
  msgstr "הסכמה והפעלת רישיון"
1588
 
1589
+ #: templates/connect.php:189
1590
  msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1591
  msgstr "Thanks for purchasing %s! To get started, please enter your license key:"
1592
 
1593
+ #: templates/connect.php:196
1594
  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."
1595
  msgstr "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
1596
 
1597
+ #: templates/connect.php:197
1598
  msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1599
  msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1600
 
1601
+ #: templates/connect.php:203
1602
  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."
1603
  msgstr "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."
1604
 
1605
+ #: templates/connect.php:204
1606
  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."
1607
  msgstr "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."
1608
 
1609
+ #: templates/connect.php:238
1610
  msgid "We're excited to introduce the Freemius network-level integration."
1611
  msgstr "We're excited to introduce the Freemius network-level integration."
1612
 
1613
+ #: templates/connect.php:241
1614
  msgid "During the update process we detected %d site(s) that are still pending license activation."
1615
  msgstr "During the update process we detected %d site(s) that are still pending license activation."
1616
 
1617
+ #: templates/connect.php:243
1618
  msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1619
  msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1620
 
1621
+ #: templates/connect.php:245
1622
  msgid "%s's paid features"
1623
  msgstr "%s's paid features"
1624
 
1625
+ #: templates/connect.php:250
1626
  msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1627
  msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1628
 
1629
+ #: templates/connect.php:252
1630
  msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1631
  msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
1632
 
1633
+ #: templates/connect.php261, templates/forms/data-debug-mode.php35,
1634
  #: templates/forms/license-activation.php:49
1635
  msgid "License key"
1636
  msgstr "מפתח רישיון"
1637
 
1638
+ #: templates/connect.php264, templates/forms/license-activation.php:22
1639
  msgid "Can't find your license key?"
1640
  msgstr "האם אינך מוצא את מפתח הרישיון?"
1641
 
1642
+ #: templates/connect.php323, templates/connect.php694,
1643
  #: templates/forms/deactivation/retry-skip.php:20
1644
  msgctxt "verb"
1645
  msgid "Skip"
1646
  msgstr "דלג"
1647
 
1648
+ #: templates/connect.php:326
1649
  msgid "Delegate to Site Admins"
1650
  msgstr "האצלה למנהלי האתרים"
1651
 
1652
+ #: templates/connect.php:326
1653
  msgid "If you click it, this decision will be delegated to the sites administrators."
1654
  msgstr "If you click it, this decision will be delegated to the sites administrators."
1655
 
1656
+ #: templates/connect.php:364
1657
  msgid "Your Profile Overview"
1658
  msgstr "פרטים כלליים על הפרופיל"
1659
 
1660
+ #: templates/connect.php:365
1661
  msgid "Name and email address"
1662
  msgstr "שם וכתובת דו\"אל"
1663
 
1664
+ #: templates/connect.php:372
1665
  msgid "Your Site Overview"
1666
  msgstr "פרטים כלליים על האתר"
1667
 
1668
+ #: templates/connect.php:373
1669
+ msgid "Site URL, WP version, PHP info"
1670
+ msgstr "Site URL, WP version, PHP info"
1671
 
1672
+ #: templates/connect.php:379
1673
  msgid "Admin Notices"
1674
  msgstr "התראות מנהל"
1675
 
1676
+ #: templates/connect.php380, templates/connect.php:396
1677
  msgid "Updates, announcements, marketing, no spam"
1678
  msgstr "עדכונים, הכרזות, הודעות שיווקיות, ללא דואר זבל"
1679
 
1680
+ #: templates/connect.php:386
1681
  msgid "Current %s Events"
1682
  msgstr "Current %s Events"
1683
 
1684
+ #: templates/connect.php:387
1685
  msgid "Activation, deactivation and uninstall"
1686
  msgstr "הפעלה, כיבוי והסרה"
1687
 
1688
+ #: templates/connect.php:395
1689
  msgid "Newsletter"
1690
  msgstr "ניוסלטר"
1691
 
1692
+ #: templates/connect.php:403
1693
+ msgid "Plugins & Themes"
1694
+ msgstr "Plugins & Themes"
1695
+
1696
+ #: templates/connect.php:404
1697
+ msgid "Title, slug, version, and is active"
1698
+ msgstr "Title, slug, version, and is active"
1699
+
1700
+ #: templates/connect.php420, templates/forms/license-activation.php:41
1701
  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."
1702
  msgstr "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."
1703
 
1704
+ #: templates/connect.php:425
1705
  msgid "What permissions are being granted?"
1706
  msgstr "מהן ההרשאות המוענקות?"
1707
 
1708
+ #: templates/connect.php:451
1709
  msgid "Don't have a license key?"
1710
  msgstr "האם אין ברשותך מפתח רישיון?"
1711
 
1712
+ #: templates/connect.php:454
1713
  msgid "Have a license key?"
1714
  msgstr "האם ברשותך רישיון?"
1715
 
1716
+ #: templates/connect.php:462
1717
  msgid "Privacy Policy"
1718
  msgstr "מדיניות פרטיות"
1719
 
1720
+ #: templates/connect.php:464
1721
  msgid "License Agreement"
1722
  msgstr "License Agreement"
1723
 
1724
+ #: templates/connect.php:464
1725
  msgid "Terms of Service"
1726
  msgstr "תנאי השירות"
1727
 
1728
+ #: templates/connect.php:853
1729
  msgctxt "as in the process of sending an email"
1730
  msgid "Sending email"
1731
  msgstr "שולח דוא\"ל"
1732
 
1733
+ #: templates/connect.php:854
1734
  msgctxt "as activating plugin"
1735
  msgid "Activating"
1736
  msgstr "מפעיל"
1758
  msgid "Debugging"
1759
  msgstr "דיבוג"
1760
 
1761
+ #: templates/debug.php52, templates/debug.php248, templates/debug.php374,
1762
+ #: templates/debug.php:510
1763
  msgid "Actions"
1764
  msgstr "פעולות"
1765
 
1766
+ #: templates/debug.php:62
1767
  msgid "Are you sure you want to delete all Freemius data?"
1768
  msgstr "Are you sure you want to delete all Freemius data?"
1769
 
1770
+ #: templates/debug.php:62
1771
  msgid "Delete All Accounts"
1772
  msgstr "מחיקת כל החשבונות"
1773
 
1774
+ #: templates/debug.php:69
1775
  msgid "Clear API Cache"
1776
  msgstr "ניקוי מטמון ה-API"
1777
 
1778
+ #: templates/debug.php:77
1779
  msgid "Clear Updates Transients"
1780
  msgstr "Clear Updates Transients"
1781
 
1782
+ #: templates/debug.php:84
1783
  msgid "Sync Data From Server"
1784
  msgstr "סנכרון מידע מהשרת"
1785
 
1786
+ #: templates/debug.php:93
1787
  msgid "Migrate Options to Network"
1788
  msgstr "Migrate Options to Network"
1789
 
1790
+ #: templates/debug.php:98
1791
  msgid "Load DB Option"
1792
  msgstr "Load DB Option"
1793
 
1794
+ #: templates/debug.php:101
1795
  msgid "Set DB Option"
1796
  msgstr "Set DB Option"
1797
 
1798
+ #: templates/debug.php:180
1799
  msgid "Key"
1800
  msgstr "Key"
1801
 
1802
+ #: templates/debug.php:181
1803
  msgid "Value"
1804
  msgstr "Value"
1805
 
1806
+ #: templates/debug.php:197
1807
  msgctxt "as software development kit versions"
1808
  msgid "SDK Versions"
1809
  msgstr "גרסאות SDK"
1810
 
1811
+ #: templates/debug.php:202
1812
  msgid "SDK Path"
1813
  msgstr "מיקום SDK"
1814
 
1815
+ #: templates/debug.php203, templates/debug.php:242
1816
  msgid "Module Path"
1817
  msgstr "Module Path"
1818
 
1819
+ #: templates/debug.php:204
1820
  msgid "Is Active"
1821
  msgstr "האם פעיל"
1822
 
1823
+ #: templates/debug.php232, templates/debug/plugins-themes-sync.php:35
1824
  msgid "Plugins"
1825
  msgstr "תוספים"
1826
 
1827
+ #: templates/debug.php232, templates/debug/plugins-themes-sync.php:56
1828
  msgid "Themes"
1829
  msgstr "תבניות"
1830
 
1831
+ #: templates/debug.php237, templates/debug.php368, templates/debug.php454,
1832
  #: templates/debug/scheduled-crons.php:80
1833
  msgid "Slug"
1834
  msgstr "מזהה כתובת"
1835
 
1836
+ #: templates/debug.php239, templates/debug.php:453
1837
  msgid "Title"
1838
  msgstr "כותרת"
1839
 
1840
+ #: templates/debug.php:240
1841
  msgctxt "as application program interface"
1842
  msgid "API"
1843
  msgstr "API"
1844
 
1845
+ #: templates/debug.php:241
1846
  msgid "Freemius State"
1847
  msgstr "מצב פרימיוס"
1848
 
1849
+ #: templates/debug.php:245
1850
  msgid "Network Blog"
1851
  msgstr "Network Blog"
1852
 
1853
+ #: templates/debug.php:246
1854
  msgid "Network User"
1855
  msgstr "משתמש רשת"
1856
 
1857
+ #: templates/debug.php:283
1858
  msgctxt "as connection was successful"
1859
  msgid "Connected"
1860
  msgstr "מחובר"
1861
 
1862
+ #: templates/debug.php:284
1863
  msgctxt "as connection blocked"
1864
  msgid "Blocked"
1865
  msgstr "חסום"
1866
 
1867
+ #: templates/debug.php:320
1868
  msgid "Simulate Trial Promotion"
1869
  msgstr "Simulate Trial Promotion"
1870
 
1871
+ #: templates/debug.php:332
1872
  msgid "Simulate Network Upgrade"
1873
  msgstr "סמלוץ עדכון לרשת"
1874
 
1875
+ #: templates/debug.php:357
1876
  msgid "%s Installs"
1877
  msgstr "%s התקנות"
1878
 
1879
+ #: templates/debug.php:359
1880
  msgctxt "like websites"
1881
  msgid "Sites"
1882
  msgstr "אתרים"
1883
 
1884
+ #: templates/debug.php365, templates/account/partials/site.php:156
1885
  msgid "Blog ID"
1886
  msgstr "מזהה בלוג"
1887
 
1888
+ #: templates/debug.php:370
1889
  msgid "License ID"
1890
  msgstr "License ID"
1891
 
1892
+ #: templates/debug.php434, templates/debug.php533,
1893
  #: templates/account/partials/addon.php:435
1894
  msgctxt "verb"
1895
  msgid "Delete"
1896
  msgstr "מחק"
1897
 
1898
+ #: templates/debug.php:448
1899
  msgid "Add Ons of module %s"
1900
  msgstr "Add Ons of module %s"
1901
 
1902
+ #: templates/debug.php:500
1903
  msgid "Users"
1904
  msgstr "משתמשים"
1905
 
1906
+ #: templates/debug.php:507
1907
  msgid "Verified"
1908
  msgstr "מאומת"
1909
 
1910
+ #: templates/debug.php:549
1911
  msgid "%s Licenses"
1912
  msgstr "%s Licenses"
1913
 
1914
+ #: templates/debug.php:554
1915
  msgid "Plugin ID"
1916
  msgstr "Plugin ID"
1917
 
1918
+ #: templates/debug.php:556
1919
  msgid "Plan ID"
1920
  msgstr "Plan ID"
1921
 
1922
+ #: templates/debug.php:557
1923
  msgid "Quota"
1924
  msgstr "Quota"
1925
 
1926
+ #: templates/debug.php:558
1927
  msgid "Activated"
1928
  msgstr "Activated"
1929
 
1930
+ #: templates/debug.php:559
1931
  msgid "Blocking"
1932
  msgstr "Blocking"
1933
 
1934
+ #: templates/debug.php560, templates/debug.php631,
1935
+ #: templates/debug/logger.php:22
1936
+ msgid "Type"
1937
+ msgstr "סוג"
1938
+
1939
+ #: templates/debug.php:562
1940
  msgctxt "as expiration date"
1941
  msgid "Expiration"
1942
  msgstr "תפוגה"
1984
  msgid "Download"
1985
  msgstr "הורדה"
1986
 
 
 
 
 
1987
  #: templates/debug.php636, templates/debug/logger.php:26
1988
  msgid "Timestamp"
1989
  msgstr "Timestamp"
2333
  msgid "Update License"
2334
  msgstr "עדכון רישיון"
2335
 
2336
+ #: templates/forms/license-activation.php:181
2337
+ msgid "Associate with the license owner's account."
2338
+ msgstr "Associate with the license owner's account."
2339
+
2340
  #: templates/forms/optout.php:30
2341
  msgctxt "verb"
2342
  msgid "Opt Out"
2347
  msgid "Opt In"
2348
  msgstr "Opt In"
2349
 
2350
+ #: templates/forms/optout.php:34
2351
+ msgid "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
2352
+ msgstr "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
2353
+
2354
+ #: templates/forms/optout.php:36
2355
+ msgid "Warning: Opting out will block automatic updates"
2356
+ msgstr "Warning: Opting out will block automatic updates"
2357
+
2358
+ #: templates/forms/optout.php:37
2359
+ 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."
2360
+ msgstr "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."
2361
+
2362
+ #: templates/forms/optout.php:39
2363
+ msgid "I'd like to keep automatic updates"
2364
+ msgstr "I'd like to keep automatic updates"
2365
+
2366
+ #: templates/forms/optout.php:44
2367
  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."
2368
  msgstr "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."
2369
 
2370
+ #: templates/forms/optout.php:45
2371
+ msgid "On second thought - I want to continue helping"
2372
+ msgstr "On second thought - I want to continue helping"
2373
+
2374
+ #: templates/forms/optout.php:49
2375
  msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2376
  msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2377
 
2378
+ #: templates/forms/optout.php:74
2379
+ msgid "Plugins & themes tracking"
2380
+ msgstr "Plugins & themes tracking"
2381
+
2382
+ #: templates/forms/optout.php:256
2383
+ msgid "Saved"
2384
+ msgstr "Saved"
2385
+
2386
  #: templates/forms/premium-versions-upgrade-handler.php:40
2387
  msgid "There is a new version of %s available."
2388
  msgstr "יש גרסה חדשה עבור ה%s."
2453
  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."
2454
  msgstr "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."
2455
 
2456
+ #: templates/forms/user-change.php:26
2457
+ msgid "By changing the user, you agree to transfer the account ownership to:"
2458
+ msgstr "By changing the user, you agree to transfer the account ownership to:"
2459
+
2460
+ #: templates/forms/user-change.php:28
2461
+ msgid "I Agree - Change User"
2462
+ msgstr "I Agree - Change User"
2463
+
2464
+ #: templates/forms/user-change.php:30
2465
+ msgid "Enter email address"
2466
+ msgstr "Enter email address"
2467
+
2468
+ #: templates/forms/user-change.php:81
2469
+ msgctxt "close window"
2470
+ msgid "Dismiss"
2471
+ msgstr "Dismiss"
2472
+
2473
  #: templates/js/style-premium-theme.php:39
2474
  msgid "Premium"
2475
  msgstr "Premium"
includes/vendor/freemius/wordpress-sdk/languages/freemius-hu_HU.mo CHANGED
Binary file
includes/vendor/freemius/wordpress-sdk/languages/freemius-hu_HU.po CHANGED
@@ -7,7 +7,7 @@ msgstr ""
7
  "Project-Id-Version: WordPress SDK\n"
8
  "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
9
  "POT-Creation-Date: \n"
10
- "PO-Revision-Date: 2019-10-07 15:33+0000\n"
11
  "Last-Translator: Vova Feldman <vova@freemius.com>\n"
12
  "Language: hu_HU\n"
13
  "Language-Team: Hungarian (Hungary) (http://www.transifex.com/freemius/wordpress-sdk/language/hu_HU/)\n"
@@ -21,802 +21,811 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
23
 
24
- #: includes/class-freemius.php1880, templates/account.php:840
25
  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."
26
  msgstr "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."
27
 
28
- #: includes/class-freemius.php:1887
29
  msgid "Would you like to proceed with the update?"
30
  msgstr "Would you like to proceed with the update?"
31
 
32
- #: includes/class-freemius.php:2095
33
  msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
34
  msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
35
 
36
- #: includes/class-freemius.php:2097
37
  msgid "Error"
38
  msgstr "Hiba"
39
 
40
- #: includes/class-freemius.php:2491
41
  msgid "I found a better %s"
42
  msgstr "Jobb %st találtam"
43
 
44
- #: includes/class-freemius.php:2493
45
  msgid "What's the %s's name?"
46
  msgstr "Mi a %s neve?"
47
 
48
- #: includes/class-freemius.php:2499
49
  msgid "It's a temporary %s. I'm just debugging an issue."
50
  msgstr "Ez csak egy ideiglenes %s. Egy hibát kell megoldanom."
51
 
52
- #: includes/class-freemius.php:2501
53
  msgid "Deactivation"
54
  msgstr "Deaktiválás"
55
 
56
- #: includes/class-freemius.php:2502
57
  msgid "Theme Switch"
58
  msgstr "Sablon váltás"
59
 
60
- #: includes/class-freemius.php2511, templates/forms/resend-key.php:24
 
61
  msgid "Other"
62
  msgstr "Egyéb"
63
 
64
- #: includes/class-freemius.php:2519
65
  msgid "I no longer need the %s"
66
  msgstr "I no longer need the %s"
67
 
68
- #: includes/class-freemius.php:2526
69
  msgid "I only needed the %s for a short period"
70
  msgstr "I only needed the %s for a short period"
71
 
72
- #: includes/class-freemius.php:2532
73
  msgid "The %s broke my site"
74
  msgstr "The %s broke my site"
75
 
76
- #: includes/class-freemius.php:2539
77
  msgid "The %s suddenly stopped working"
78
  msgstr "The %s suddenly stopped working"
79
 
80
- #: includes/class-freemius.php:2549
81
  msgid "I can't pay for it anymore"
82
  msgstr "Nem tudom tovább fizetni"
83
 
84
- #: includes/class-freemius.php:2551
85
  msgid "What price would you feel comfortable paying?"
86
  msgstr "Mi lenne az elfogadható ár, amit tudnál fizetni?"
87
 
88
- #: includes/class-freemius.php:2557
89
  msgid "I don't like to share my information with you"
90
  msgstr "Nem szeretném megosztani veletek az információt"
91
 
92
- #: includes/class-freemius.php:2578
93
  msgid "The %s didn't work"
94
  msgstr "A %s nem működött"
95
 
96
- #: includes/class-freemius.php:2588
97
  msgid "I couldn't understand how to make it work"
98
  msgstr "Nem értettem, hogy kell használni"
99
 
100
- #: includes/class-freemius.php:2596
101
  msgid "The %s is great, but I need specific feature that you don't support"
102
  msgstr "The %s is great, but I need specific feature that you don't support"
103
 
104
- #: includes/class-freemius.php:2598
105
  msgid "What feature?"
106
  msgstr "Melyik funkcióra van szükséged?"
107
 
108
- #: includes/class-freemius.php:2602
109
  msgid "The %s is not working"
110
  msgstr "A(z) %s nem működik"
111
 
112
- #: includes/class-freemius.php:2604
113
  msgid "Kindly share what didn't work so we can fix it for future users..."
114
  msgstr "Ha elmondod mi nem működött, ki tudjuk javítani a leendő felhasználók számára..."
115
 
116
- #: includes/class-freemius.php:2608
117
  msgid "It's not what I was looking for"
118
  msgstr "Nem ezt kerestem"
119
 
120
- #: includes/class-freemius.php:2610
121
  msgid "What you've been looking for?"
122
  msgstr "Pontosan mit kerestél?"
123
 
124
- #: includes/class-freemius.php:2614
125
  msgid "The %s didn't work as expected"
126
  msgstr "A %s nem az elvárásoknak megfelelően működött"
127
 
128
- #: includes/class-freemius.php:2616
129
  msgid "What did you expect?"
130
  msgstr "Mire számítottál?"
131
 
132
- #: includes/class-freemius.php3471, templates/debug.php:20
133
  msgid "Freemius Debug"
134
  msgstr "Freemius Debug"
135
 
136
- #: includes/class-freemius.php:4223
137
  msgid "I don't know what is cURL or how to install it, help me!"
138
  msgstr "I don't know what is cURL or how to install it, help me!"
139
 
140
- #: includes/class-freemius.php:4225
141
  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."
142
  msgstr "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."
143
 
144
- #: includes/class-freemius.php:4232
145
  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."
146
  msgstr "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."
147
 
148
- #: includes/class-freemius.php:4337
149
  msgid "Yes - do your thing"
150
  msgstr "Igen - tedd a dolgod"
151
 
152
- #: includes/class-freemius.php:4342
153
  msgid "No - just deactivate"
154
  msgstr "Nem - csak deaktiválom"
155
 
156
- #: includes/class-freemius.php4387, includes/class-freemius.php4881,
157
- #: includes/class-freemius.php6032, includes/class-freemius.php13153,
158
- #: includes/class-freemius.php16558, includes/class-freemius.php16646,
159
- #: includes/class-freemius.php16812, includes/class-freemius.php19040,
160
- #: includes/class-freemius.php19381, includes/class-freemius.php19391,
161
- #: includes/class-freemius.php20051, includes/class-freemius.php20924,
162
- #: includes/class-freemius.php21039, includes/class-freemius.php21183,
163
- #: templates/add-ons.php:57
164
  msgctxt "exclamation"
165
  msgid "Oops"
166
  msgstr "Hoppá"
167
 
168
- #: includes/class-freemius.php:4456
169
  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."
170
  msgstr "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."
171
 
172
- #: includes/class-freemius.php:4878
173
  msgctxt "addonX cannot run without pluginY"
174
  msgid "%s cannot run without %s."
175
  msgstr "%s cannot run without %s."
176
 
177
- #: includes/class-freemius.php:4879
178
  msgctxt "addonX cannot run..."
179
  msgid "%s cannot run without the plugin."
180
  msgstr "%s cannot run without the plugin."
181
 
182
- #: includes/class-freemius.php5052, includes/class-freemius.php5077,
183
- #: includes/class-freemius.php:20122
184
  msgid "Unexpected API error. Please contact the %s's author with the following error."
185
  msgstr "Unexpected API error. Please contact the %s's author with the following error."
186
 
187
- #: includes/class-freemius.php:5720
188
  msgid "Premium %s version was successfully activated."
189
  msgstr "Premium %s version was successfully activated."
190
 
191
- #: includes/class-freemius.php5732, includes/class-freemius.php:7599
192
  msgctxt ""
193
  msgid "W00t"
194
  msgstr "Fantasztikus"
195
 
196
- #: includes/class-freemius.php:5747
197
  msgid "You have a %s license."
198
  msgstr "You have a %s license."
199
 
200
- #: includes/class-freemius.php5751, includes/class-freemius.php15975,
201
- #: includes/class-freemius.php15986, includes/class-freemius.php19292,
202
- #: includes/class-freemius.php19642, includes/class-freemius.php19711,
203
- #: includes/class-freemius.php:19876
204
  msgctxt "interjection expressing joy or exuberance"
205
  msgid "Yee-haw"
206
  msgstr "Juhuuu"
207
 
208
- #: includes/class-freemius.php:6015
209
  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."
210
  msgstr "%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."
211
 
212
- #: includes/class-freemius.php:6019
213
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
214
  msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
215
 
216
- #: includes/class-freemius.php6028, templates/add-ons.php186,
217
  #: templates/account/partials/addon.php:381
218
  msgid "More information about %s"
219
  msgstr "More information about %s"
220
 
221
- #: includes/class-freemius.php:6029
222
  msgid "Purchase License"
223
  msgstr "Licensz vásárlása"
224
 
225
- #: includes/class-freemius.php6964, templates/connect.php:163
226
  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."
227
  msgstr "Küldtünk egy aktivációs emailt a(z) %s szoftverünkhöz a következő email címre: %s. Kérlek kattints a levélben található aktivációs linkre, hogy %s."
228
 
229
- #: includes/class-freemius.php:6968
230
  msgid "start the trial"
231
  msgstr "próbaidő indítása"
232
 
233
- #: includes/class-freemius.php6969, templates/connect.php:167
234
  msgid "complete the install"
235
  msgstr "befejezd a telepítést"
236
 
237
- #: includes/class-freemius.php:7081
238
  msgid "You are just one step away - %s"
239
  msgstr "Már csak egy lépés van hátra - %s"
240
 
241
- #: includes/class-freemius.php:7084
242
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
243
  msgid "Complete \"%s\" Activation Now"
244
  msgstr "\"%s\" aktiválásának a befejezése most"
245
 
246
- #: includes/class-freemius.php:7162
247
  msgid "We made a few tweaks to the %s, %s"
248
  msgstr "We made a few tweaks to the %s, %s"
249
 
250
- #: includes/class-freemius.php:7166
251
  msgid "Opt in to make \"%s\" better!"
252
  msgstr "Opt in to make \"%s\" better!"
253
 
254
- #: includes/class-freemius.php:7598
255
  msgid "The upgrade of %s was successfully completed."
256
  msgstr "The upgrade of %s was successfully completed."
257
 
258
- #: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
259
- #: includes/class-fs-plugin-updater.php1233,
260
- #: includes/class-fs-plugin-updater.php1240,
261
  #: templates/auto-installation.php:32
262
  msgid "Add-On"
263
  msgstr "Kiegészítő"
264
 
265
- #: includes/class-freemius.php9804, templates/account.php335,
266
- #: templates/account.php343, templates/debug.php360, templates/debug.php:551
267
  msgid "Plugin"
268
  msgstr "Bővítmény"
269
 
270
- #: includes/class-freemius.php9805, templates/account.php336,
271
- #: templates/account.php344, templates/debug.php360, templates/debug.php551,
272
  #: templates/forms/deactivation/form.php:71
273
  msgid "Theme"
274
  msgstr "Sablon"
275
 
276
- #: includes/class-freemius.php:12596
277
  msgid "An unknown error has occurred while trying to set the user's beta mode."
278
  msgstr "An unknown error has occurred while trying to set the user's beta mode."
279
 
280
- #: includes/class-freemius.php:13020
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
  msgid "Invalid site details collection."
282
  msgstr "Invalid site details collection."
283
 
284
- #: includes/class-freemius.php:13140
285
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
286
  msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
287
 
288
- #: includes/class-freemius.php:13142
289
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
290
  msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
291
 
292
- #: includes/class-freemius.php:13416
293
  msgid "Account is pending activation."
294
  msgstr "A fiók aktiválása függőben."
295
 
296
- #: includes/class-freemius.php13528,
297
  #: templates/forms/premium-versions-upgrade-handler.php:47
298
  msgid "Buy a license now"
299
  msgstr "Vásárolj licenszet most"
300
 
301
- #: includes/class-freemius.php13540,
302
  #: templates/forms/premium-versions-upgrade-handler.php:46
303
  msgid "Renew your license now"
304
  msgstr "Licensz kulcs megújítása"
305
 
306
- #: includes/class-freemius.php:13544
307
  msgid "%s to access version %s security & feature updates, and support."
308
  msgstr "%s to access version %s security & feature updates, and support."
309
 
310
- #: includes/class-freemius.php:15957
311
  msgid "%s activation was successfully completed."
312
  msgstr "%s activation was successfully completed."
313
 
314
- #: includes/class-freemius.php:15971
315
  msgid "Your account was successfully activated with the %s plan."
316
  msgstr "A fiókodat sikeresen aktiváltuk a következő csomaggal: %s"
317
 
318
- #: includes/class-freemius.php15982, includes/class-freemius.php:19707
319
  msgid "Your trial has been successfully started."
320
  msgstr "A próbaidőszakodat sikeresen aktiváltuk."
321
 
322
- #: includes/class-freemius.php16556, includes/class-freemius.php16644,
323
- #: includes/class-freemius.php:16810
324
  msgid "Couldn't activate %s."
325
  msgstr "Couldn't activate %s."
326
 
327
- #: includes/class-freemius.php16557, includes/class-freemius.php16645,
328
- #: includes/class-freemius.php:16811
329
  msgid "Please contact us with the following message:"
330
  msgstr "Please contact us with the following message:"
331
 
332
- #: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
333
  msgid "An unknown error has occurred."
334
  msgstr "An unknown error has occurred."
335
 
336
- #: includes/class-freemius.php17168, includes/class-freemius.php:22082
337
  msgid "Upgrade"
338
  msgstr "Előfizetés frissítése"
339
 
340
- #: includes/class-freemius.php:17174
341
  msgid "Start Trial"
342
  msgstr "Próbaidő indítása"
343
 
344
- #: includes/class-freemius.php:17176
345
  msgid "Pricing"
346
  msgstr "Árak"
347
 
348
- #: includes/class-freemius.php17256, includes/class-freemius.php:17258
349
  msgid "Affiliation"
350
  msgstr "Affiliation"
351
 
352
- #: includes/class-freemius.php17286, includes/class-freemius.php17288,
353
- #: templates/account.php183, templates/debug.php:326
354
  msgid "Account"
355
  msgstr "Fiók"
356
 
357
- #: includes/class-freemius.php17302, includes/class-freemius.php17304,
358
  #: includes/customizer/class-fs-customizer-support-section.php:60
359
  msgid "Contact Us"
360
  msgstr "Kapcsolat"
361
 
362
- #: includes/class-freemius.php17315, includes/class-freemius.php17317,
363
- #: includes/class-freemius.php22096, templates/account.php111,
364
  #: templates/account/partials/addon.php:44
365
  msgid "Add-Ons"
366
  msgstr "Kiegészítők"
367
 
368
- #: includes/class-freemius.php:17351
369
  msgctxt "ASCII arrow left icon"
370
  msgid "&#x2190;"
371
  msgstr "&#x2190;"
372
 
373
- #: includes/class-freemius.php:17351
374
  msgctxt "ASCII arrow right icon"
375
  msgid "&#x27a4;"
376
  msgstr "&#x27a4;"
377
 
378
- #: includes/class-freemius.php17353, templates/pricing.php:103
379
  msgctxt "noun"
380
  msgid "Pricing"
381
  msgstr "Árak"
382
 
383
- #: includes/class-freemius.php17566,
384
  #: includes/customizer/class-fs-customizer-support-section.php:67
385
  msgid "Support Forum"
386
  msgstr "Támogató fórum"
387
 
388
- #: includes/class-freemius.php:18536
389
  msgid "Your email has been successfully verified - you are AWESOME!"
390
  msgstr "Az email címedet sikerült ellenőrizni - ez nagyszerű!"
391
 
392
- #: includes/class-freemius.php:18537
393
  msgctxt "a positive response"
394
  msgid "Right on"
395
  msgstr "Right on"
396
 
397
- #: includes/class-freemius.php:19041
398
  msgid "seems like the key you entered doesn't match our records."
399
  msgstr "seems like the key you entered doesn't match our records."
400
 
401
- #: includes/class-freemius.php:19065
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 "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."
404
 
405
- #: includes/class-freemius.php:19283
406
  msgid "Your %s Add-on plan was successfully upgraded."
407
  msgstr "Your %s Add-on plan was successfully upgraded."
408
 
409
- #: includes/class-freemius.php:19285
410
  msgid "%s Add-on was successfully purchased."
411
  msgstr "%s Add-on was successfully purchased."
412
 
413
- #: includes/class-freemius.php:19288
414
  msgid "Download the latest version"
415
  msgstr "Töltsd le a legfrissebb verziót"
416
 
417
- #: includes/class-freemius.php:19374
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 "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
420
 
421
- #: includes/class-freemius.php19380, includes/class-freemius.php19390,
422
- #: includes/class-freemius.php19835, includes/class-freemius.php:19924
423
  msgid "Error received from the server:"
424
  msgstr "Error received from the server:"
425
 
426
- #: includes/class-freemius.php:19390
427
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
428
  msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
429
 
430
- #: includes/class-freemius.php19604, includes/class-freemius.php19840,
431
- #: includes/class-freemius.php19895, includes/class-freemius.php:19998
432
  msgctxt ""
433
  msgid "Hmm"
434
  msgstr "Hmm"
435
 
436
- #: includes/class-freemius.php:19617
437
  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."
438
  msgstr "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."
439
 
440
- #: includes/class-freemius.php19618, templates/account.php113,
441
  #: templates/add-ons.php250, templates/account/partials/addon.php:46
442
  msgctxt "trial period"
443
  msgid "Trial"
444
  msgstr "Próbaidő"
445
 
446
- #: includes/class-freemius.php:19623
447
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
448
  msgstr "I have upgraded my account but when I try to Sync the License, the plan remains %s."
449
 
450
- #: includes/class-freemius.php19627, includes/class-freemius.php:19686
451
  msgid "Please contact us here"
452
  msgstr "Please contact us here"
453
 
454
- #: includes/class-freemius.php:19638
455
  msgid "Your plan was successfully activated."
456
  msgstr "Your plan was successfully activated."
457
 
458
- #: includes/class-freemius.php:19639
459
  msgid "Your plan was successfully upgraded."
460
  msgstr "Your plan was successfully upgraded."
461
 
462
- #: includes/class-freemius.php:19656
463
  msgid "Your plan was successfully changed to %s."
464
  msgstr "Your plan was successfully changed to %s."
465
 
466
- #: includes/class-freemius.php:19672
467
  msgid "Your license has expired. You can still continue using the free %s forever."
468
  msgstr "Your license has expired. You can still continue using the free %s forever."
469
 
470
- #: includes/class-freemius.php:19674
471
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
472
  msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
473
 
474
- #: includes/class-freemius.php:19682
475
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
476
  msgstr "Your license has been cancelled. If you think it's a mistake, please contact support."
477
 
478
- #: includes/class-freemius.php:19695
479
  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."
480
  msgstr "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."
481
 
482
- #: includes/class-freemius.php:19721
483
  msgid "Your free trial has expired. You can still continue using all our free features."
484
  msgstr "Your free trial has expired. You can still continue using all our free features."
485
 
486
- #: includes/class-freemius.php:19723
487
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
488
  msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
489
 
490
- #: includes/class-freemius.php:19831
491
  msgid "It looks like the license could not be activated."
492
  msgstr "It looks like the license could not be activated."
493
 
494
- #: includes/class-freemius.php:19873
495
  msgid "Your license was successfully activated."
496
  msgstr "Your license was successfully activated."
497
 
498
- #: includes/class-freemius.php:19899
499
  msgid "It looks like your site currently doesn't have an active license."
500
  msgstr "It looks like your site currently doesn't have an active license."
501
 
502
- #: includes/class-freemius.php:19923
503
  msgid "It looks like the license deactivation failed."
504
  msgstr "Úgy tűnik a licensz deaktiválása nem sikerült."
505
 
506
- #: includes/class-freemius.php:19951
 
 
 
 
507
  msgid "Your license was successfully deactivated, you are back to the %s plan."
508
  msgstr "A licenszedet sikeresen deaktiváltuk, az aktuális csomagod: %s"
509
 
510
- #: includes/class-freemius.php:19952
511
  msgid "O.K"
512
  msgstr "Rendben"
513
 
514
- #: includes/class-freemius.php:20005
515
  msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
516
  msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
517
 
518
- #: includes/class-freemius.php:20014
519
  msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
520
  msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
521
 
522
- #: includes/class-freemius.php:20056
523
  msgid "You are already running the %s in a trial mode."
524
  msgstr "You are already running the %s in a trial mode."
525
 
526
- #: includes/class-freemius.php:20067
527
  msgid "You already utilized a trial before."
528
  msgstr "You already utilized a trial before."
529
 
530
- #: includes/class-freemius.php:20081
531
  msgid "Plan %s do not exist, therefore, can't start a trial."
532
  msgstr "Plan %s do not exist, therefore, can't start a trial."
533
 
534
- #: includes/class-freemius.php:20092
535
  msgid "Plan %s does not support a trial period."
536
  msgstr "Plan %s does not support a trial period."
537
 
538
- #: includes/class-freemius.php:20103
539
  msgid "None of the %s's plans supports a trial period."
540
  msgstr "None of the %s's plans supports a trial period."
541
 
542
- #: includes/class-freemius.php:20153
543
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
544
  msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
545
 
546
- #: includes/class-freemius.php:20189
547
  msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
548
  msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
549
 
550
- #: includes/class-freemius.php:20208
551
  msgid "Your %s free trial was successfully cancelled."
552
  msgstr "Your %s free trial was successfully cancelled."
553
 
554
- #: includes/class-freemius.php:20524
555
  msgid "Version %s was released."
556
  msgstr "Version %s was released."
557
 
558
- #: includes/class-freemius.php:20524
559
  msgid "Please download %s."
560
  msgstr "Please download %s."
561
 
562
- #: includes/class-freemius.php:20531
563
  msgid "the latest %s version here"
564
  msgstr "the latest %s version here"
565
 
566
- #: includes/class-freemius.php:20536
567
  msgid "New"
568
  msgstr "Új"
569
 
570
- #: includes/class-freemius.php:20541
571
  msgid "Seems like you got the latest release."
572
  msgstr "Seems like you got the latest release."
573
 
574
- #: includes/class-freemius.php:20542
575
  msgid "You are all good!"
576
  msgstr "Minden rendben!"
577
 
578
- #: includes/class-freemius.php:20812
579
  msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
580
  msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
581
 
582
- #: includes/class-freemius.php:20951
583
  msgid "Site successfully opted in."
584
  msgstr "Site successfully opted in."
585
 
586
- #: includes/class-freemius.php20952, includes/class-freemius.php:21792
587
  msgid "Awesome"
588
  msgstr "Nagyszerű"
589
 
590
- #: includes/class-freemius.php20968, templates/forms/optout.php:32
591
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
592
  msgstr "We appreciate your help in making the %s better by letting us track some usage data."
593
 
594
- #: includes/class-freemius.php:20969
595
  msgid "Thank you!"
596
  msgstr "Köszönjük!"
597
 
598
- #: includes/class-freemius.php:20976
599
  msgid "We will no longer be sending any usage data of %s on %s to %s."
600
  msgstr "We will no longer be sending any usage data of %s on %s to %s."
601
 
602
- #: includes/class-freemius.php:21105
603
  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."
604
  msgstr "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
 
606
- #: includes/class-freemius.php:21111
607
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
608
  msgstr "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
609
 
610
- #: includes/class-freemius.php:21116
611
  msgid "%s is the new owner of the account."
612
  msgstr "%s is the new owner of the account."
613
 
614
- #: includes/class-freemius.php:21118
615
  msgctxt "as congratulations"
616
  msgid "Congrats"
617
  msgstr "Gratulálunk"
618
 
619
- #: includes/class-freemius.php:21138
620
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
621
- msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
622
-
623
- #: includes/class-freemius.php:21139
624
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
625
- msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
626
-
627
- #: includes/class-freemius.php:21146
628
- msgid "Change Ownership"
629
- msgstr "Tulajdonos módosítása"
630
-
631
- #: includes/class-freemius.php:21154
632
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
633
  msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
634
 
635
- #: includes/class-freemius.php:21166
636
  msgid "Please provide your full name."
637
  msgstr "Kérlek add meg a teljes neved!"
638
 
639
- #: includes/class-freemius.php:21171
640
  msgid "Your name was successfully updated."
641
  msgstr "A neved sikeresen frissítettük."
642
 
643
- #: includes/class-freemius.php:21232
644
  msgid "You have successfully updated your %s."
645
  msgstr "You have successfully updated your %s."
646
 
647
- #: includes/class-freemius.php:21372
648
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
649
  msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
650
 
651
- #: includes/class-freemius.php:21373
652
  msgctxt "advance notice of something that will need attention."
653
  msgid "Heads up"
654
  msgstr "Figyelem"
655
 
656
- #: includes/class-freemius.php:21832
657
  msgctxt "exclamation"
658
  msgid "Hey"
659
  msgstr "Üdv"
660
 
661
- #: includes/class-freemius.php:21832
662
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
663
  msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
664
 
665
- #: includes/class-freemius.php:21840
666
  msgid "No commitment for %s days - cancel anytime!"
667
  msgstr "No commitment for %s days - cancel anytime!"
668
 
669
- #: includes/class-freemius.php:21841
670
  msgid "No credit card required"
671
  msgstr "Bankkártya megadása nem kötelező"
672
 
673
- #: includes/class-freemius.php21848, templates/forms/trial-start.php:53
674
  msgctxt "call to action"
675
  msgid "Start free trial"
676
  msgstr "Start free trial"
677
 
678
- #: includes/class-freemius.php:21925
679
  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!"
680
  msgstr "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!"
681
 
682
- #: includes/class-freemius.php:21934
683
  msgid "Learn more"
684
  msgstr "Bővebben"
685
 
686
- #: includes/class-freemius.php22120, templates/account.php499,
687
- #: templates/account.php624, templates/connect.php171,
688
- #: templates/connect.php421, templates/forms/license-activation.php27,
689
  #: templates/account/partials/addon.php:321
690
  msgid "Activate License"
691
  msgstr "Licensz aktiválása"
692
 
693
- #: includes/class-freemius.php22121, templates/account.php571,
694
- #: templates/account.php623, templates/account/partials/addon.php322,
695
  #: templates/account/partials/site.php:271
696
  msgid "Change License"
697
  msgstr "Licensz módosítása"
698
 
699
- #: includes/class-freemius.php22217, templates/account/partials/site.php:169
700
  msgid "Opt Out"
701
  msgstr "Leiratkozás"
702
 
703
- #: includes/class-freemius.php22219, includes/class-freemius.php22225,
704
  #: templates/account/partials/site.php49,
705
  #: templates/account/partials/site.php:169
706
  msgid "Opt In"
707
  msgstr "Feliratkozás"
708
 
709
- #: includes/class-freemius.php:22453
710
  msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
711
  msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
712
 
713
- #: includes/class-freemius.php:22461
714
  msgid "Activate %s features"
715
  msgstr "Activate %s features"
716
 
717
- #: includes/class-freemius.php:22474
718
  msgid "Please follow these steps to complete the upgrade"
719
  msgstr "Please follow these steps to complete the upgrade"
720
 
721
- #: includes/class-freemius.php:22478
722
  msgid "Download the latest %s version"
723
  msgstr "Download the latest %s version"
724
 
725
- #: includes/class-freemius.php:22482
726
  msgid "Upload and activate the downloaded version"
727
  msgstr "Upload and activate the downloaded version"
728
 
729
- #: includes/class-freemius.php:22484
730
  msgid "How to upload and activate?"
731
  msgstr "How to upload and activate?"
732
 
733
- #: includes/class-freemius.php:22618
734
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
735
  msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
736
 
737
- #: includes/class-freemius.php:22779
738
  msgid "Auto installation only works for opted-in users."
739
  msgstr "Auto installation only works for opted-in users."
740
 
741
- #: includes/class-freemius.php22789, includes/class-freemius.php22822,
742
- #: includes/class-fs-plugin-updater.php1212,
743
- #: includes/class-fs-plugin-updater.php:1226
744
  msgid "Invalid module ID."
745
  msgstr "Invalid module ID."
746
 
747
- #: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
748
  msgid "Premium version already active."
749
  msgstr "Premium version already active."
750
 
751
- #: includes/class-freemius.php:22805
752
  msgid "You do not have a valid license to access the premium version."
753
  msgstr "You do not have a valid license to access the premium version."
754
 
755
- #: includes/class-freemius.php:22812
756
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
757
  msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
758
 
759
- #: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
760
  msgid "Premium add-on version already installed."
761
  msgstr "Premium add-on version already installed."
762
 
763
- #: includes/class-freemius.php:23180
764
  msgid "View paid features"
765
  msgstr "Fizetős funkciók megtekintése"
766
 
767
- #: includes/class-freemius.php:23502
768
  msgid "Thank you so much for using %s and its add-ons!"
769
  msgstr "Thank you so much for using %s and its add-ons!"
770
 
771
- #: includes/class-freemius.php:23503
772
  msgid "Thank you so much for using %s!"
773
  msgstr "Thank you so much for using %s!"
774
 
775
- #: includes/class-freemius.php:23509
776
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
777
  msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
778
 
779
- #: includes/class-freemius.php:23513
780
  msgid "Thank you so much for using our products!"
781
  msgstr "Thank you so much for using our products!"
782
 
783
- #: includes/class-freemius.php:23514
784
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
785
  msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
786
 
787
- #: includes/class-freemius.php:23533
788
  msgid "%s and its add-ons"
789
  msgstr "%s and its add-ons"
790
 
791
- #: includes/class-freemius.php:23542
792
  msgid "Products"
793
  msgstr "Termékek"
794
 
795
- #: includes/class-freemius.php23549, templates/connect.php:272
796
  msgid "Yes"
797
  msgstr "Igen"
798
 
799
- #: includes/class-freemius.php23550, templates/connect.php:273
800
  msgid "send me security & feature updates, educational content and offers."
801
  msgstr "kérek biztonsági és funkcionális frissítéseket, használati ismertetőket és ajánlatokat."
802
 
803
- #: includes/class-freemius.php23551, templates/connect.php:278
804
  msgid "No"
805
  msgstr "Nem"
806
 
807
- #: includes/class-freemius.php23553, templates/connect.php:280
808
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
809
  msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
810
 
811
- #: includes/class-freemius.php:23563
812
  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 :-)"
813
  msgstr "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 :-)"
814
 
815
- #: includes/class-freemius.php23565, templates/connect.php:287
816
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
817
  msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
818
 
819
- #: includes/class-freemius.php:23847
820
  msgid "License key is empty."
821
  msgstr "A licensz kulcs üres."
822
 
@@ -830,34 +839,34 @@ msgstr "Licensz megújítása"
830
  msgid "Buy license"
831
  msgstr "Licensz vásárlása"
832
 
833
- #: includes/class-fs-plugin-updater.php321,
834
- #: includes/class-fs-plugin-updater.php:354
835
  msgid "There is a %s of %s available."
836
  msgstr "There is a %s of %s available."
837
 
838
- #: includes/class-fs-plugin-updater.php323,
839
- #: includes/class-fs-plugin-updater.php:359
840
  msgid "new Beta version"
841
  msgstr "new Beta version"
842
 
843
- #: includes/class-fs-plugin-updater.php324,
844
- #: includes/class-fs-plugin-updater.php:360
845
  msgid "new version"
846
  msgstr "új verzió"
847
 
848
- #: includes/class-fs-plugin-updater.php:383
849
  msgid "Important Upgrade Notice:"
850
  msgstr "Important Upgrade Notice:"
851
 
852
- #: includes/class-fs-plugin-updater.php:1277
853
  msgid "Installing plugin: %s"
854
  msgstr "Bővítmény telepítése: %s"
855
 
856
- #: includes/class-fs-plugin-updater.php:1318
857
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
858
  msgstr "Unable to connect to the filesystem. Please confirm your credentials."
859
 
860
- #: includes/class-fs-plugin-updater.php:1500
861
  msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
862
  msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
863
 
@@ -879,7 +888,7 @@ msgstr "Start my free %s"
879
  msgid "Install Free Version Update Now"
880
  msgstr "Install Free Version Update Now"
881
 
882
- #: includes/fs-plugin-info-dialog.php739, templates/account.php:560
883
  msgid "Install Update Now"
884
  msgstr "Frissítés telepítése most"
885
 
@@ -899,7 +908,7 @@ msgctxt "as download latest version"
899
  msgid "Download Latest Free Version"
900
  msgstr "Download Latest Free Version"
901
 
902
- #: includes/fs-plugin-info-dialog.php766, templates/account.php91,
903
  #: templates/add-ons.php37, templates/account/partials/addon.php:25
904
  msgctxt "as download latest version"
905
  msgid "Download Latest"
@@ -911,11 +920,11 @@ msgstr "Download Latest"
911
  msgid "Activate this add-on"
912
  msgstr "Activate this add-on"
913
 
914
- #: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
915
  msgid "Activate Free Version"
916
  msgstr "Ingyenes verzió aktiválása"
917
 
918
- #: includes/fs-plugin-info-dialog.php784, templates/account.php115,
919
  #: templates/add-ons.php330, templates/account/partials/addon.php:48
920
  msgid "Activate"
921
  msgstr "Aktiválás"
@@ -1051,8 +1060,8 @@ msgstr "After your free %s, pay as little as %s"
1051
  msgid "Details"
1052
  msgstr "Részletek"
1053
 
1054
- #: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
1055
- #: templates/debug.php203, templates/debug.php240, templates/debug.php457,
1056
  #: templates/account/partials/addon.php:36
1057
  msgctxt "product version"
1058
  msgid "Version"
@@ -1067,7 +1076,7 @@ msgstr "Szerző"
1067
  msgid "Last Updated"
1068
  msgstr "Utolsó frissítés"
1069
 
1070
- #: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
1071
  msgctxt "x-ago"
1072
  msgid "%s ago"
1073
  msgstr "%s ago"
@@ -1178,13 +1187,13 @@ msgstr "Legfrissebb verzió telepítve"
1178
  msgid "Latest Free Version Installed"
1179
  msgstr "Legfrissebb ingyenes verzió telepítve"
1180
 
1181
- #: templates/account.php92, templates/forms/subscription-cancellation.php96,
1182
  #: templates/account/partials/addon.php26,
1183
  #: templates/account/partials/site.php:311
1184
  msgid "Downgrading your plan"
1185
  msgstr "Downgrading your plan"
1186
 
1187
- #: templates/account.php93, templates/forms/subscription-cancellation.php97,
1188
  #: templates/account/partials/addon.php27,
1189
  #: templates/account/partials/site.php:312
1190
  msgid "Cancelling the subscription"
@@ -1192,301 +1201,309 @@ msgstr "Cancelling the subscription"
1192
 
1193
  #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1194
  #. subscription'
1195
- #: templates/account.php95, templates/forms/subscription-cancellation.php99,
1196
  #: templates/account/partials/site.php:314
1197
  msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1198
  msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1199
 
1200
- #: templates/account.php96, templates/forms/subscription-cancellation.php100,
1201
  #: templates/account/partials/addon.php30,
1202
  #: templates/account/partials/site.php:315
1203
  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."
1204
  msgstr "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."
1205
 
1206
- #: templates/account.php97, templates/forms/subscription-cancellation.php106,
1207
  #: templates/account/partials/addon.php:31
1208
  msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1209
  msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1210
 
1211
- #: templates/account.php98, templates/forms/subscription-cancellation.php101,
1212
  #: templates/account/partials/addon.php32,
1213
  #: templates/account/partials/site.php:316
1214
  msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1215
  msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1216
 
1217
- #: templates/account.php99, templates/forms/subscription-cancellation.php102,
1218
  #: templates/account/partials/addon.php33,
1219
  #: templates/account/partials/site.php:317
1220
  msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1221
  msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1222
 
1223
  #. translators: %s: Plan title (e.g. "Professional")
1224
- #: templates/account.php101,
1225
  #: templates/account/partials/activate-license-button.php31,
1226
  #: templates/account/partials/addon.php:35
1227
  msgid "Activate %s Plan"
1228
  msgstr "%s csomag aktiválása"
1229
 
1230
  #. translators: %s: Time period (e.g. Auto renews in "2 months")
1231
- #: templates/account.php104, templates/account/partials/addon.php38,
1232
  #: templates/account/partials/site.php:291
1233
  msgid "Auto renews in %s"
1234
  msgstr "Auto renews in %s"
1235
 
1236
  #. translators: %s: Time period (e.g. Expires in "2 months")
1237
- #: templates/account.php106, templates/account/partials/addon.php40,
1238
  #: templates/account/partials/site.php:293
1239
  msgid "Expires in %s"
1240
  msgstr "Hátralévő idő: %s"
1241
 
1242
- #: templates/account.php:107
1243
  msgctxt "as synchronize license"
1244
  msgid "Sync License"
1245
  msgstr "Licensz szinkronizálása"
1246
 
1247
- #: templates/account.php108, templates/account/partials/addon.php:41
1248
  msgid "Cancel Trial"
1249
  msgstr "Próbaidő törlése"
1250
 
1251
- #: templates/account.php109, templates/account/partials/addon.php:42
1252
  msgid "Change Plan"
1253
  msgstr "Csomag módosítása"
1254
 
1255
- #: templates/account.php110, templates/account/partials/addon.php:43
1256
  msgctxt "verb"
1257
  msgid "Upgrade"
1258
  msgstr "Váltás nagyobb csomagra"
1259
 
1260
- #: templates/account.php112, templates/account/partials/addon.php45,
1261
  #: templates/account/partials/site.php:318
1262
  msgctxt "verb"
1263
  msgid "Downgrade"
1264
  msgstr "Váltás kisebb csomagra"
1265
 
1266
- #: templates/account.php114, templates/add-ons.php246,
1267
  #: templates/plugin-info/features.php72,
1268
  #: templates/account/partials/addon.php47,
1269
  #: templates/account/partials/site.php:33
1270
  msgid "Free"
1271
  msgstr "Ingyenes"
1272
 
1273
- #: templates/account.php116, templates/debug.php373,
1274
  #: includes/customizer/class-fs-customizer-upsell-control.php110,
1275
  #: templates/account/partials/addon.php:49
1276
  msgctxt "as product pricing plan"
1277
  msgid "Plan"
1278
  msgstr "Csomag"
1279
 
1280
- #: templates/account.php:117
1281
  msgid "Bundle Plan"
1282
  msgstr "Bundle Plan"
1283
 
1284
- #: templates/account.php:191
1285
  msgid "Free Trial"
1286
  msgstr "Ingyenes próbaidő"
1287
 
1288
- #: templates/account.php:202
1289
  msgid "Account Details"
1290
  msgstr "Fiók információk"
1291
 
1292
- #: templates/account.php209, templates/forms/data-debug-mode.php:33
1293
  msgid "Start Debug"
1294
  msgstr "Start Debug"
1295
 
1296
- #: templates/account.php:211
1297
  msgid "Stop Debug"
1298
  msgstr "Stop Debug"
1299
 
1300
- #: templates/account.php:218
1301
  msgid "Billing & Invoices"
1302
  msgstr "Billing & Invoices"
1303
 
1304
- #: templates/account.php:229
1305
  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?"
1306
  msgstr "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?"
1307
 
1308
- #: templates/account.php:231
1309
  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?"
1310
  msgstr "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?"
1311
 
1312
- #: templates/account.php:234
1313
  msgid "Delete Account"
1314
  msgstr "Fiók törlése"
1315
 
1316
- #: templates/account.php246, templates/account/partials/addon.php231,
1317
  #: templates/account/partials/deactivate-license-button.php:35
1318
  msgid "Deactivate License"
1319
  msgstr "Licensz deaktiválása"
1320
 
1321
- #: templates/account.php269, templates/forms/subscription-cancellation.php:125
1322
  msgid "Are you sure you want to proceed?"
1323
  msgstr "Are you sure you want to proceed?"
1324
 
1325
- #: templates/account.php269, templates/account/partials/addon.php:255
1326
  msgid "Cancel Subscription"
1327
  msgstr "Előfizetés törlése"
1328
 
1329
- #: templates/account.php298, templates/account/partials/addon.php:340
1330
  msgctxt "as synchronize"
1331
  msgid "Sync"
1332
  msgstr "Szinkronizálás"
1333
 
1334
- #: templates/account.php313, templates/debug.php:507
1335
  msgid "Name"
1336
  msgstr "Név"
1337
 
1338
- #: templates/account.php319, templates/debug.php:508
1339
  msgid "Email"
1340
  msgstr "Email"
1341
 
1342
- #: templates/account.php326, templates/debug.php371, templates/debug.php:557
1343
  msgid "User ID"
1344
  msgstr "Felhasználó ID"
1345
 
1346
- #: templates/account.php344, templates/account.php637,
1347
- #: templates/account.php682, templates/debug.php238, templates/debug.php365,
1348
- #: templates/debug.php454, templates/debug.php506, templates/debug.php555,
1349
  #: templates/debug.php632, templates/account/payments.php35,
1350
  #: templates/debug/logger.php:21
1351
  msgid "ID"
1352
  msgstr "ID"
1353
 
1354
- #: templates/account.php:351
1355
  msgid "Site ID"
1356
  msgstr "Weboldal ID"
1357
 
1358
- #: templates/account.php:354
1359
  msgid "No ID"
1360
  msgstr "Nincs ID"
1361
 
1362
- #: templates/account.php359, templates/debug.php245, templates/debug.php374,
1363
- #: templates/debug.php458, templates/debug.php510,
1364
  #: templates/account/partials/site.php:227
1365
  msgid "Public Key"
1366
  msgstr "Publikus kulcs"
1367
 
1368
- #: templates/account.php365, templates/debug.php375, templates/debug.php459,
1369
- #: templates/debug.php511, templates/account/partials/site.php:239
1370
  msgid "Secret Key"
1371
  msgstr "Titkos kulcs"
1372
 
1373
- #: templates/account.php:368
1374
  msgctxt "as secret encryption key missing"
1375
  msgid "No Secret"
1376
  msgstr "Nincs titkos kulcs"
1377
 
1378
- #: templates/account.php395, templates/account/partials/site.php120,
1379
  #: templates/account/partials/site.php:122
1380
  msgid "Trial"
1381
  msgstr "Próbaidő"
1382
 
1383
- #: templates/account.php422, templates/debug.php562,
1384
  #: templates/account/partials/site.php:260
1385
  msgid "License Key"
1386
  msgstr "Licensz kulcs"
1387
 
1388
- #: templates/account.php:453
1389
  msgid "Join the Beta program"
1390
  msgstr "Join the Beta program"
1391
 
1392
- #: templates/account.php:459
1393
  msgid "not verified"
1394
  msgstr "nem ellenőrzött"
1395
 
1396
- #: templates/account.php468, templates/account/partials/addon.php:190
1397
  msgid "Expired"
1398
  msgstr "Lejárt"
1399
 
1400
- #: templates/account.php:528
1401
  msgid "Premium version"
1402
  msgstr "Prémium verzió"
1403
 
1404
- #: templates/account.php:530
1405
  msgid "Free version"
1406
  msgstr "Ingyenes verzió"
1407
 
1408
- #: templates/account.php:542
1409
  msgid "Verify Email"
1410
  msgstr "Email ellenőrzése"
1411
 
1412
- #: templates/account.php:553
1413
  msgid "Download %s Version"
1414
  msgstr "%s verzió letöltése"
1415
 
1416
- #: templates/account.php568, templates/account.php820,
 
 
 
 
1417
  #: templates/account/partials/site.php248,
1418
  #: templates/account/partials/site.php:270
1419
  msgctxt "verb"
1420
  msgid "Show"
1421
  msgstr "Mutasd"
1422
 
1423
- #: templates/account.php:583
1424
  msgid "What is your %s?"
1425
  msgstr "Mi a te %s?"
1426
 
1427
- #: templates/account.php591, templates/account/billing.php:21
1428
  msgctxt "verb"
1429
  msgid "Edit"
1430
  msgstr "Szerkesztés"
1431
 
1432
- #: templates/account.php:616
 
 
 
 
1433
  msgid "Sites"
1434
  msgstr "Weboldalak"
1435
 
1436
- #: templates/account.php:629
1437
  msgid "Search by address"
1438
  msgstr "Keresés cím alapján"
1439
 
1440
- #: templates/account.php638, templates/debug.php:368
1441
  msgid "Address"
1442
  msgstr "Cím"
1443
 
1444
- #: templates/account.php:639
1445
  msgid "License"
1446
  msgstr "Licensz"
1447
 
1448
- #: templates/account.php:640
1449
  msgid "Plan"
1450
  msgstr "Csomag"
1451
 
1452
- #: templates/account.php:685
1453
  msgctxt "as software license"
1454
  msgid "License"
1455
  msgstr "Licensz"
1456
 
1457
- #: templates/account.php:814
1458
  msgctxt "verb"
1459
  msgid "Hide"
1460
  msgstr "Elrejt"
1461
 
1462
- #: templates/account.php836, templates/forms/data-debug-mode.php:31
1463
  msgid "Processing"
1464
  msgstr "Processing"
1465
 
1466
- #: templates/account.php:839
1467
  msgid "Get updates for bleeding edge Beta versions of %s."
1468
  msgstr "Get updates for bleeding edge Beta versions of %s."
1469
 
1470
- #: templates/account.php:897
1471
  msgid "Cancelling %s"
1472
  msgstr "Cancelling %s"
1473
 
1474
- #: templates/account.php897, templates/account.php914,
1475
  #: templates/forms/subscription-cancellation.php27,
1476
  #: templates/forms/deactivation/form.php:133
1477
  msgid "trial"
1478
  msgstr "próbaidő"
1479
 
1480
- #: templates/account.php912, templates/forms/deactivation/form.php:150
1481
  msgid "Cancelling %s..."
1482
  msgstr "Cancelling %s..."
1483
 
1484
- #: templates/account.php915, templates/forms/subscription-cancellation.php28,
1485
  #: templates/forms/deactivation/form.php:134
1486
  msgid "subscription"
1487
  msgstr "előfizetés"
1488
 
1489
- #: templates/account.php:929
1490
  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?"
1491
  msgstr "A licensz deaktiválása után a prémium funkciók használata nem elérhető, de így tudod másik weboldalon aktiválni ugyanezt a licenszt. Folytatod a deaktiválást?"
1492
 
@@ -1512,7 +1529,7 @@ msgctxt "installed add-on"
1512
  msgid "Installed"
1513
  msgstr "Installed"
1514
 
1515
- #: templates/admin-notice.php13, templates/forms/license-activation.php207,
1516
  #: templates/forms/resend-key.php:77
1517
  msgctxt "as close a window"
1518
  msgid "Dismiss"
@@ -1552,159 +1569,167 @@ msgctxt "greeting"
1552
  msgid "Hey %s,"
1553
  msgstr "Üdv %s!"
1554
 
1555
- #: templates/connect.php:154
1556
  msgid "Allow & Continue"
1557
  msgstr "Engedélyezés és folytatás"
1558
 
1559
- #: templates/connect.php:158
1560
  msgid "Re-send activation email"
1561
  msgstr "Aktivációs email újraküldése"
1562
 
1563
- #: templates/connect.php:162
1564
  msgid "Thanks %s!"
1565
  msgstr "Köszönjük %s!"
1566
 
1567
- #: templates/connect.php172, templates/forms/license-activation.php:46
1568
  msgid "Agree & Activate License"
1569
  msgstr "Licensz elfogadása és aktiválása"
1570
 
1571
- #: templates/connect.php:181
1572
  msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1573
  msgstr "Köszönjük, hogy megvásároltad a %s szoftverünket! A folytatáshoz most meg kell adnod a licensz kulcsot, amit a vásárlás után kaptál emailben:"
1574
 
1575
- #: templates/connect.php:188
1576
  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."
1577
  msgstr "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
1578
 
1579
- #: templates/connect.php:189
1580
  msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1581
  msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1582
 
1583
- #: templates/connect.php:195
1584
  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."
1585
  msgstr "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."
1586
 
1587
- #: templates/connect.php:196
1588
  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."
1589
  msgstr "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."
1590
 
1591
- #: templates/connect.php:230
1592
  msgid "We're excited to introduce the Freemius network-level integration."
1593
  msgstr "We're excited to introduce the Freemius network-level integration."
1594
 
1595
- #: templates/connect.php:233
1596
  msgid "During the update process we detected %d site(s) that are still pending license activation."
1597
  msgstr "During the update process we detected %d site(s) that are still pending license activation."
1598
 
1599
- #: templates/connect.php:235
1600
  msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1601
  msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1602
 
1603
- #: templates/connect.php:237
1604
  msgid "%s's paid features"
1605
  msgstr "%s's paid features"
1606
 
1607
- #: templates/connect.php:242
1608
  msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1609
  msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1610
 
1611
- #: templates/connect.php:244
1612
  msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1613
  msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
1614
 
1615
- #: templates/connect.php253, templates/forms/data-debug-mode.php35,
1616
  #: templates/forms/license-activation.php:49
1617
  msgid "License key"
1618
  msgstr "Licensz kulcs"
1619
 
1620
- #: templates/connect.php256, templates/forms/license-activation.php:22
1621
  msgid "Can't find your license key?"
1622
  msgstr "Nem találod a licensz kulcsod?"
1623
 
1624
- #: templates/connect.php315, templates/connect.php652,
1625
  #: templates/forms/deactivation/retry-skip.php:20
1626
  msgctxt "verb"
1627
  msgid "Skip"
1628
  msgstr "Ugrás"
1629
 
1630
- #: templates/connect.php:318
1631
  msgid "Delegate to Site Admins"
1632
  msgstr "Delegate to Site Admins"
1633
 
1634
- #: templates/connect.php:318
1635
  msgid "If you click it, this decision will be delegated to the sites administrators."
1636
  msgstr "If you click it, this decision will be delegated to the sites administrators."
1637
 
1638
- #: templates/connect.php:346
1639
  msgid "Your Profile Overview"
1640
  msgstr "Fiókod áttekintése"
1641
 
1642
- #: templates/connect.php:347
1643
  msgid "Name and email address"
1644
  msgstr "Név és email cím"
1645
 
1646
- #: templates/connect.php:352
1647
  msgid "Your Site Overview"
1648
  msgstr "Weboldalad adatainak áttekintése"
1649
 
1650
- #: templates/connect.php:353
1651
- msgid "Site URL, WP version, PHP info, plugins & themes"
1652
- msgstr "Weboldal címe, WP verzió, PHP információk, bővítmények és sablonok"
1653
 
1654
- #: templates/connect.php:358
1655
  msgid "Admin Notices"
1656
  msgstr "Admin értesítések"
1657
 
1658
- #: templates/connect.php359, templates/connect.php:375
1659
  msgid "Updates, announcements, marketing, no spam"
1660
  msgstr "Frissítések, közlemények, marketing, de semmi SPAM!"
1661
 
1662
- #: templates/connect.php:364
1663
  msgid "Current %s Events"
1664
  msgstr "Aktuális %s események"
1665
 
1666
- #: templates/connect.php:365
1667
  msgid "Activation, deactivation and uninstall"
1668
  msgstr "Aktiválás, deaktiválás és kikapcsolás"
1669
 
1670
- #: templates/connect.php:374
1671
  msgid "Newsletter"
1672
  msgstr "Hírlevél"
1673
 
1674
- #: templates/connect.php391, templates/forms/license-activation.php:41
 
 
 
 
 
 
 
 
1675
  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."
1676
  msgstr "A %1$s időközönként adatot küld a %2$s weboldalnak, hogy ellenőrizze a biztonsági és funkcionális frissítéseket, valamint ellenőrzi az érvényes licensz kulcsot."
1677
 
1678
- #: templates/connect.php:396
1679
  msgid "What permissions are being granted?"
1680
  msgstr "Milyen jogosultágok lesznek engedélyezve?"
1681
 
1682
- #: templates/connect.php:417
1683
  msgid "Don't have a license key?"
1684
  msgstr "Nincs még licensz kulcsod?"
1685
 
1686
- #: templates/connect.php:420
1687
  msgid "Have a license key?"
1688
  msgstr "Van licensz kulcsod?"
1689
 
1690
- #: templates/connect.php:428
1691
  msgid "Privacy Policy"
1692
  msgstr "Adatkezelési tájékoztató"
1693
 
1694
- #: templates/connect.php:430
1695
  msgid "License Agreement"
1696
  msgstr "Licensz szerződés"
1697
 
1698
- #: templates/connect.php:430
1699
  msgid "Terms of Service"
1700
  msgstr "Szolgáltatási feltételek"
1701
 
1702
- #: templates/connect.php:805
1703
  msgctxt "as in the process of sending an email"
1704
  msgid "Sending email"
1705
  msgstr "Email küldése"
1706
 
1707
- #: templates/connect.php:806
1708
  msgctxt "as activating plugin"
1709
  msgid "Activating"
1710
  msgstr "Aktiválás"
@@ -1732,180 +1757,185 @@ msgctxt "as code debugging"
1732
  msgid "Debugging"
1733
  msgstr "Debugging"
1734
 
1735
- #: templates/debug.php54, templates/debug.php250, templates/debug.php376,
1736
- #: templates/debug.php:512
1737
  msgid "Actions"
1738
  msgstr "Események"
1739
 
1740
- #: templates/debug.php:64
1741
  msgid "Are you sure you want to delete all Freemius data?"
1742
  msgstr "Are you sure you want to delete all Freemius data?"
1743
 
1744
- #: templates/debug.php:64
1745
  msgid "Delete All Accounts"
1746
  msgstr "Minden fiók törlése"
1747
 
1748
- #: templates/debug.php:71
1749
  msgid "Clear API Cache"
1750
  msgstr "Clear API Cache"
1751
 
1752
- #: templates/debug.php:79
1753
  msgid "Clear Updates Transients"
1754
  msgstr "Clear Updates Transients"
1755
 
1756
- #: templates/debug.php:86
1757
  msgid "Sync Data From Server"
1758
  msgstr "Adatok szinkronizálása a szerverről"
1759
 
1760
- #: templates/debug.php:95
1761
  msgid "Migrate Options to Network"
1762
  msgstr "Migrate Options to Network"
1763
 
1764
- #: templates/debug.php:100
1765
  msgid "Load DB Option"
1766
  msgstr "Load DB Option"
1767
 
1768
- #: templates/debug.php:103
1769
  msgid "Set DB Option"
1770
  msgstr "Set DB Option"
1771
 
1772
- #: templates/debug.php:182
1773
  msgid "Key"
1774
  msgstr "Kulcs"
1775
 
1776
- #: templates/debug.php:183
1777
  msgid "Value"
1778
  msgstr "Érték"
1779
 
1780
- #: templates/debug.php:199
1781
  msgctxt "as software development kit versions"
1782
  msgid "SDK Versions"
1783
  msgstr "SDK verziók"
1784
 
1785
- #: templates/debug.php:204
1786
  msgid "SDK Path"
1787
  msgstr "SDK útvonal"
1788
 
1789
- #: templates/debug.php205, templates/debug.php:244
1790
  msgid "Module Path"
1791
  msgstr "Module Path"
1792
 
1793
- #: templates/debug.php:206
1794
  msgid "Is Active"
1795
  msgstr "Aktív"
1796
 
1797
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
1798
  msgid "Plugins"
1799
  msgstr "Bővítmények"
1800
 
1801
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
1802
  msgid "Themes"
1803
  msgstr "Sablonok"
1804
 
1805
- #: templates/debug.php239, templates/debug.php370, templates/debug.php456,
1806
  #: templates/debug/scheduled-crons.php:80
1807
  msgid "Slug"
1808
  msgstr "Slug"
1809
 
1810
- #: templates/debug.php241, templates/debug.php:455
1811
  msgid "Title"
1812
  msgstr "Cím"
1813
 
1814
- #: templates/debug.php:242
1815
  msgctxt "as application program interface"
1816
  msgid "API"
1817
  msgstr "API"
1818
 
1819
- #: templates/debug.php:243
1820
  msgid "Freemius State"
1821
  msgstr "Freemius State"
1822
 
1823
- #: templates/debug.php:247
1824
  msgid "Network Blog"
1825
  msgstr "Network Blog"
1826
 
1827
- #: templates/debug.php:248
1828
  msgid "Network User"
1829
  msgstr "Network User"
1830
 
1831
- #: templates/debug.php:285
1832
  msgctxt "as connection was successful"
1833
  msgid "Connected"
1834
  msgstr "Connected"
1835
 
1836
- #: templates/debug.php:286
1837
  msgctxt "as connection blocked"
1838
  msgid "Blocked"
1839
  msgstr "Blocked"
1840
 
1841
- #: templates/debug.php:322
1842
  msgid "Simulate Trial Promotion"
1843
  msgstr "Simulate Trial Promotion"
1844
 
1845
- #: templates/debug.php:334
1846
  msgid "Simulate Network Upgrade"
1847
  msgstr "Simulate Network Upgrade"
1848
 
1849
- #: templates/debug.php:359
1850
  msgid "%s Installs"
1851
  msgstr "%s Installs"
1852
 
1853
- #: templates/debug.php:361
1854
  msgctxt "like websites"
1855
  msgid "Sites"
1856
  msgstr "Weboldalak"
1857
 
1858
- #: templates/debug.php367, templates/account/partials/site.php:156
1859
  msgid "Blog ID"
1860
  msgstr "Blog ID"
1861
 
1862
- #: templates/debug.php:372
1863
  msgid "License ID"
1864
  msgstr "License ID"
1865
 
1866
- #: templates/debug.php436, templates/debug.php535,
1867
  #: templates/account/partials/addon.php:435
1868
  msgctxt "verb"
1869
  msgid "Delete"
1870
  msgstr "Törlés"
1871
 
1872
- #: templates/debug.php:450
1873
  msgid "Add Ons of module %s"
1874
  msgstr "Add Ons of module %s"
1875
 
1876
- #: templates/debug.php:502
1877
  msgid "Users"
1878
  msgstr "Felhasználók"
1879
 
1880
- #: templates/debug.php:509
1881
  msgid "Verified"
1882
  msgstr "Ellenőrzött"
1883
 
1884
- #: templates/debug.php:551
1885
  msgid "%s Licenses"
1886
  msgstr "%s Licenses"
1887
 
1888
- #: templates/debug.php:556
1889
  msgid "Plugin ID"
1890
  msgstr "Bővítmény ID"
1891
 
1892
- #: templates/debug.php:558
1893
  msgid "Plan ID"
1894
  msgstr "Csomag ID"
1895
 
1896
- #: templates/debug.php:559
1897
  msgid "Quota"
1898
  msgstr "Quota"
1899
 
1900
- #: templates/debug.php:560
1901
  msgid "Activated"
1902
  msgstr "Sikeres aktiválás"
1903
 
1904
- #: templates/debug.php:561
1905
  msgid "Blocking"
1906
  msgstr "Blocking"
1907
 
1908
- #: templates/debug.php:563
 
 
 
 
 
1909
  msgctxt "as expiration date"
1910
  msgid "Expiration"
1911
  msgstr "Expiration"
@@ -1953,10 +1983,6 @@ msgstr "Filter"
1953
  msgid "Download"
1954
  msgstr "Download"
1955
 
1956
- #: templates/debug.php631, templates/debug/logger.php:22
1957
- msgid "Type"
1958
- msgstr "Type"
1959
-
1960
  #: templates/debug.php636, templates/debug/logger.php:26
1961
  msgid "Timestamp"
1962
  msgstr "Timestamp"
@@ -2306,6 +2332,10 @@ msgstr "Kérlek add meg a licensz kulcsot, amit emailben kaptál a vásárlásod
2306
  msgid "Update License"
2307
  msgstr "Licensz frissítése"
2308
 
 
 
 
 
2309
  #: templates/forms/optout.php:30
2310
  msgctxt "verb"
2311
  msgid "Opt Out"
@@ -2316,14 +2346,42 @@ msgctxt "verb"
2316
  msgid "Opt In"
2317
  msgstr "Feliratkozás"
2318
 
2319
- #: templates/forms/optout.php:33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2320
  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."
2321
  msgstr "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."
2322
 
2323
- #: templates/forms/optout.php:35
 
 
 
 
2324
  msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2325
  msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2326
 
 
 
 
 
 
 
 
 
2327
  #: templates/forms/premium-versions-upgrade-handler.php:40
2328
  msgid "There is a new version of %s available."
2329
  msgstr "A(z) %s új verziója érhető el."
@@ -2394,6 +2452,23 @@ msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s
2394
  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."
2395
  msgstr "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."
2396
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2397
  #: templates/js/style-premium-theme.php:39
2398
  msgid "Premium"
2399
  msgstr "Prémium"
7
  "Project-Id-Version: WordPress SDK\n"
8
  "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
9
  "POT-Creation-Date: \n"
10
+ "PO-Revision-Date: 2020-07-27 11:43+0000\n"
11
  "Last-Translator: Vova Feldman <vova@freemius.com>\n"
12
  "Language: hu_HU\n"
13
  "Language-Team: Hungarian (Hungary) (http://www.transifex.com/freemius/wordpress-sdk/language/hu_HU/)\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
23
 
24
+ #: includes/class-freemius.php1881, templates/account.php:873
25
  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."
26
  msgstr "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."
27
 
28
+ #: includes/class-freemius.php:1888
29
  msgid "Would you like to proceed with the update?"
30
  msgstr "Would you like to proceed with the update?"
31
 
32
+ #: includes/class-freemius.php:2096
33
  msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
34
  msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
35
 
36
+ #: includes/class-freemius.php:2098
37
  msgid "Error"
38
  msgstr "Hiba"
39
 
40
+ #: includes/class-freemius.php:2492
41
  msgid "I found a better %s"
42
  msgstr "Jobb %st találtam"
43
 
44
+ #: includes/class-freemius.php:2494
45
  msgid "What's the %s's name?"
46
  msgstr "Mi a %s neve?"
47
 
48
+ #: includes/class-freemius.php:2500
49
  msgid "It's a temporary %s. I'm just debugging an issue."
50
  msgstr "Ez csak egy ideiglenes %s. Egy hibát kell megoldanom."
51
 
52
+ #: includes/class-freemius.php:2502
53
  msgid "Deactivation"
54
  msgstr "Deaktiválás"
55
 
56
+ #: includes/class-freemius.php:2503
57
  msgid "Theme Switch"
58
  msgstr "Sablon váltás"
59
 
60
+ #: includes/class-freemius.php2512, templates/forms/resend-key.php24,
61
+ #: templates/forms/user-change.php:29
62
  msgid "Other"
63
  msgstr "Egyéb"
64
 
65
+ #: includes/class-freemius.php:2520
66
  msgid "I no longer need the %s"
67
  msgstr "I no longer need the %s"
68
 
69
+ #: includes/class-freemius.php:2527
70
  msgid "I only needed the %s for a short period"
71
  msgstr "I only needed the %s for a short period"
72
 
73
+ #: includes/class-freemius.php:2533
74
  msgid "The %s broke my site"
75
  msgstr "The %s broke my site"
76
 
77
+ #: includes/class-freemius.php:2540
78
  msgid "The %s suddenly stopped working"
79
  msgstr "The %s suddenly stopped working"
80
 
81
+ #: includes/class-freemius.php:2550
82
  msgid "I can't pay for it anymore"
83
  msgstr "Nem tudom tovább fizetni"
84
 
85
+ #: includes/class-freemius.php:2552
86
  msgid "What price would you feel comfortable paying?"
87
  msgstr "Mi lenne az elfogadható ár, amit tudnál fizetni?"
88
 
89
+ #: includes/class-freemius.php:2558
90
  msgid "I don't like to share my information with you"
91
  msgstr "Nem szeretném megosztani veletek az információt"
92
 
93
+ #: includes/class-freemius.php:2579
94
  msgid "The %s didn't work"
95
  msgstr "A %s nem működött"
96
 
97
+ #: includes/class-freemius.php:2589
98
  msgid "I couldn't understand how to make it work"
99
  msgstr "Nem értettem, hogy kell használni"
100
 
101
+ #: includes/class-freemius.php:2597
102
  msgid "The %s is great, but I need specific feature that you don't support"
103
  msgstr "The %s is great, but I need specific feature that you don't support"
104
 
105
+ #: includes/class-freemius.php:2599
106
  msgid "What feature?"
107
  msgstr "Melyik funkcióra van szükséged?"
108
 
109
+ #: includes/class-freemius.php:2603
110
  msgid "The %s is not working"
111
  msgstr "A(z) %s nem működik"
112
 
113
+ #: includes/class-freemius.php:2605
114
  msgid "Kindly share what didn't work so we can fix it for future users..."
115
  msgstr "Ha elmondod mi nem működött, ki tudjuk javítani a leendő felhasználók számára..."
116
 
117
+ #: includes/class-freemius.php:2609
118
  msgid "It's not what I was looking for"
119
  msgstr "Nem ezt kerestem"
120
 
121
+ #: includes/class-freemius.php:2611
122
  msgid "What you've been looking for?"
123
  msgstr "Pontosan mit kerestél?"
124
 
125
+ #: includes/class-freemius.php:2615
126
  msgid "The %s didn't work as expected"
127
  msgstr "A %s nem az elvárásoknak megfelelően működött"
128
 
129
+ #: includes/class-freemius.php:2617
130
  msgid "What did you expect?"
131
  msgstr "Mire számítottál?"
132
 
133
+ #: includes/class-freemius.php3472, templates/debug.php:20
134
  msgid "Freemius Debug"
135
  msgstr "Freemius Debug"
136
 
137
+ #: includes/class-freemius.php:4224
138
  msgid "I don't know what is cURL or how to install it, help me!"
139
  msgstr "I don't know what is cURL or how to install it, help me!"
140
 
141
+ #: includes/class-freemius.php:4226
142
  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."
143
  msgstr "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."
144
 
145
+ #: includes/class-freemius.php:4233
146
  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."
147
  msgstr "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."
148
 
149
+ #: includes/class-freemius.php:4338
150
  msgid "Yes - do your thing"
151
  msgstr "Igen - tedd a dolgod"
152
 
153
+ #: includes/class-freemius.php:4343
154
  msgid "No - just deactivate"
155
  msgstr "Nem - csak deaktiválom"
156
 
157
+ #: includes/class-freemius.php4388, includes/class-freemius.php4882,
158
+ #: includes/class-freemius.php6111, includes/class-freemius.php12933,
159
+ #: includes/class-freemius.php13571, includes/class-freemius.php17006,
160
+ #: includes/class-freemius.php17094, includes/class-freemius.php17260,
161
+ #: includes/class-freemius.php19492, includes/class-freemius.php19833,
162
+ #: includes/class-freemius.php19843, includes/class-freemius.php20507,
163
+ #: includes/class-freemius.php21413, includes/class-freemius.php21546,
164
+ #: includes/class-freemius.php21690, templates/add-ons.php:57
165
  msgctxt "exclamation"
166
  msgid "Oops"
167
  msgstr "Hoppá"
168
 
169
+ #: includes/class-freemius.php:4457
170
  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."
171
  msgstr "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."
172
 
173
+ #: includes/class-freemius.php:4879
174
  msgctxt "addonX cannot run without pluginY"
175
  msgid "%s cannot run without %s."
176
  msgstr "%s cannot run without %s."
177
 
178
+ #: includes/class-freemius.php:4880
179
  msgctxt "addonX cannot run..."
180
  msgid "%s cannot run without the plugin."
181
  msgstr "%s cannot run without the plugin."
182
 
183
+ #: includes/class-freemius.php5053, includes/class-freemius.php5078,
184
+ #: includes/class-freemius.php:20578
185
  msgid "Unexpected API error. Please contact the %s's author with the following error."
186
  msgstr "Unexpected API error. Please contact the %s's author with the following error."
187
 
188
+ #: includes/class-freemius.php:5777
189
  msgid "Premium %s version was successfully activated."
190
  msgstr "Premium %s version was successfully activated."
191
 
192
+ #: includes/class-freemius.php5789, includes/class-freemius.php:7682
193
  msgctxt ""
194
  msgid "W00t"
195
  msgstr "Fantasztikus"
196
 
197
+ #: includes/class-freemius.php:5804
198
  msgid "You have a %s license."
199
  msgstr "You have a %s license."
200
 
201
+ #: includes/class-freemius.php5808, includes/class-freemius.php16405,
202
+ #: includes/class-freemius.php16416, includes/class-freemius.php19744,
203
+ #: includes/class-freemius.php20094, includes/class-freemius.php20163,
204
+ #: includes/class-freemius.php:20328
205
  msgctxt "interjection expressing joy or exuberance"
206
  msgid "Yee-haw"
207
  msgstr "Juhuuu"
208
 
209
+ #: includes/class-freemius.php:6094
210
  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."
211
  msgstr "%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."
212
 
213
+ #: includes/class-freemius.php:6098
214
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
215
  msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
216
 
217
+ #: includes/class-freemius.php6107, templates/add-ons.php186,
218
  #: templates/account/partials/addon.php:381
219
  msgid "More information about %s"
220
  msgstr "More information about %s"
221
 
222
+ #: includes/class-freemius.php:6108
223
  msgid "Purchase License"
224
  msgstr "Licensz vásárlása"
225
 
226
+ #: includes/class-freemius.php7047, templates/connect.php:171
227
  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."
228
  msgstr "Küldtünk egy aktivációs emailt a(z) %s szoftverünkhöz a következő email címre: %s. Kérlek kattints a levélben található aktivációs linkre, hogy %s."
229
 
230
+ #: includes/class-freemius.php:7051
231
  msgid "start the trial"
232
  msgstr "próbaidő indítása"
233
 
234
+ #: includes/class-freemius.php7052, templates/connect.php:175
235
  msgid "complete the install"
236
  msgstr "befejezd a telepítést"
237
 
238
+ #: includes/class-freemius.php:7164
239
  msgid "You are just one step away - %s"
240
  msgstr "Már csak egy lépés van hátra - %s"
241
 
242
+ #: includes/class-freemius.php:7167
243
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
244
  msgid "Complete \"%s\" Activation Now"
245
  msgstr "\"%s\" aktiválásának a befejezése most"
246
 
247
+ #: includes/class-freemius.php:7245
248
  msgid "We made a few tweaks to the %s, %s"
249
  msgstr "We made a few tweaks to the %s, %s"
250
 
251
+ #: includes/class-freemius.php:7249
252
  msgid "Opt in to make \"%s\" better!"
253
  msgstr "Opt in to make \"%s\" better!"
254
 
255
+ #: includes/class-freemius.php:7681
256
  msgid "The upgrade of %s was successfully completed."
257
  msgstr "The upgrade of %s was successfully completed."
258
 
259
+ #: includes/class-freemius.php9908, includes/class-fs-plugin-updater.php1044,
260
+ #: includes/class-fs-plugin-updater.php1239,
261
+ #: includes/class-fs-plugin-updater.php1246,
262
  #: templates/auto-installation.php:32
263
  msgid "Add-On"
264
  msgstr "Kiegészítő"
265
 
266
+ #: includes/class-freemius.php9910, templates/account.php343,
267
+ #: templates/account.php351, templates/debug.php358, templates/debug.php:549
268
  msgid "Plugin"
269
  msgstr "Bővítmény"
270
 
271
+ #: includes/class-freemius.php9911, templates/account.php344,
272
+ #: templates/account.php352, templates/debug.php358, templates/debug.php549,
273
  #: templates/forms/deactivation/form.php:71
274
  msgid "Theme"
275
  msgstr "Sablon"
276
 
277
+ #: includes/class-freemius.php:12843
278
  msgid "An unknown error has occurred while trying to set the user's beta mode."
279
  msgstr "An unknown error has occurred while trying to set the user's beta mode."
280
 
281
+ #: includes/class-freemius.php:12904
282
+ msgid "Invalid new user ID or email address."
283
+ msgstr "Invalid new user ID or email address."
284
+
285
+ #: includes/class-freemius.php12934, includes/class-freemius.php:21645
286
+ msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
287
+ msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
288
+
289
+ #: includes/class-freemius.php12935, includes/class-freemius.php:21646
290
+ msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
291
+ msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
292
+
293
+ #: includes/class-freemius.php12942, includes/class-freemius.php:21653
294
+ msgid "Change Ownership"
295
+ msgstr "Tulajdonos módosítása"
296
+
297
+ #: includes/class-freemius.php:13438
298
  msgid "Invalid site details collection."
299
  msgstr "Invalid site details collection."
300
 
301
+ #: includes/class-freemius.php:13558
302
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
303
  msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
304
 
305
+ #: includes/class-freemius.php:13560
306
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
307
  msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
308
 
309
+ #: includes/class-freemius.php:13834
310
  msgid "Account is pending activation."
311
  msgstr "A fiók aktiválása függőben."
312
 
313
+ #: includes/class-freemius.php13946,
314
  #: templates/forms/premium-versions-upgrade-handler.php:47
315
  msgid "Buy a license now"
316
  msgstr "Vásárolj licenszet most"
317
 
318
+ #: includes/class-freemius.php13958,
319
  #: templates/forms/premium-versions-upgrade-handler.php:46
320
  msgid "Renew your license now"
321
  msgstr "Licensz kulcs megújítása"
322
 
323
+ #: includes/class-freemius.php:13962
324
  msgid "%s to access version %s security & feature updates, and support."
325
  msgstr "%s to access version %s security & feature updates, and support."
326
 
327
+ #: includes/class-freemius.php:16387
328
  msgid "%s activation was successfully completed."
329
  msgstr "%s activation was successfully completed."
330
 
331
+ #: includes/class-freemius.php:16401
332
  msgid "Your account was successfully activated with the %s plan."
333
  msgstr "A fiókodat sikeresen aktiváltuk a következő csomaggal: %s"
334
 
335
+ #: includes/class-freemius.php16412, includes/class-freemius.php:20159
336
  msgid "Your trial has been successfully started."
337
  msgstr "A próbaidőszakodat sikeresen aktiváltuk."
338
 
339
+ #: includes/class-freemius.php17004, includes/class-freemius.php17092,
340
+ #: includes/class-freemius.php:17258
341
  msgid "Couldn't activate %s."
342
  msgstr "Couldn't activate %s."
343
 
344
+ #: includes/class-freemius.php17005, includes/class-freemius.php17093,
345
+ #: includes/class-freemius.php:17259
346
  msgid "Please contact us with the following message:"
347
  msgstr "Please contact us with the following message:"
348
 
349
+ #: includes/class-freemius.php17089, templates/forms/data-debug-mode.php:162
350
  msgid "An unknown error has occurred."
351
  msgstr "An unknown error has occurred."
352
 
353
+ #: includes/class-freemius.php17616, includes/class-freemius.php:22589
354
  msgid "Upgrade"
355
  msgstr "Előfizetés frissítése"
356
 
357
+ #: includes/class-freemius.php:17622
358
  msgid "Start Trial"
359
  msgstr "Próbaidő indítása"
360
 
361
+ #: includes/class-freemius.php:17624
362
  msgid "Pricing"
363
  msgstr "Árak"
364
 
365
+ #: includes/class-freemius.php17704, includes/class-freemius.php:17706
366
  msgid "Affiliation"
367
  msgstr "Affiliation"
368
 
369
+ #: includes/class-freemius.php17734, includes/class-freemius.php17736,
370
+ #: templates/account.php191, templates/debug.php:324
371
  msgid "Account"
372
  msgstr "Fiók"
373
 
374
+ #: includes/class-freemius.php17750, includes/class-freemius.php17752,
375
  #: includes/customizer/class-fs-customizer-support-section.php:60
376
  msgid "Contact Us"
377
  msgstr "Kapcsolat"
378
 
379
+ #: includes/class-freemius.php17763, includes/class-freemius.php17765,
380
+ #: includes/class-freemius.php22603, templates/account.php119,
381
  #: templates/account/partials/addon.php:44
382
  msgid "Add-Ons"
383
  msgstr "Kiegészítők"
384
 
385
+ #: includes/class-freemius.php:17799
386
  msgctxt "ASCII arrow left icon"
387
  msgid "&#x2190;"
388
  msgstr "&#x2190;"
389
 
390
+ #: includes/class-freemius.php:17799
391
  msgctxt "ASCII arrow right icon"
392
  msgid "&#x27a4;"
393
  msgstr "&#x27a4;"
394
 
395
+ #: includes/class-freemius.php17801, templates/pricing.php:103
396
  msgctxt "noun"
397
  msgid "Pricing"
398
  msgstr "Árak"
399
 
400
+ #: includes/class-freemius.php18014,
401
  #: includes/customizer/class-fs-customizer-support-section.php:67
402
  msgid "Support Forum"
403
  msgstr "Támogató fórum"
404
 
405
+ #: includes/class-freemius.php:18988
406
  msgid "Your email has been successfully verified - you are AWESOME!"
407
  msgstr "Az email címedet sikerült ellenőrizni - ez nagyszerű!"
408
 
409
+ #: includes/class-freemius.php:18989
410
  msgctxt "a positive response"
411
  msgid "Right on"
412
  msgstr "Right on"
413
 
414
+ #: includes/class-freemius.php:19493
415
  msgid "seems like the key you entered doesn't match our records."
416
  msgstr "seems like the key you entered doesn't match our records."
417
 
418
+ #: includes/class-freemius.php:19517
419
  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."
420
  msgstr "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."
421
 
422
+ #: includes/class-freemius.php:19735
423
  msgid "Your %s Add-on plan was successfully upgraded."
424
  msgstr "Your %s Add-on plan was successfully upgraded."
425
 
426
+ #: includes/class-freemius.php:19737
427
  msgid "%s Add-on was successfully purchased."
428
  msgstr "%s Add-on was successfully purchased."
429
 
430
+ #: includes/class-freemius.php:19740
431
  msgid "Download the latest version"
432
  msgstr "Töltsd le a legfrissebb verziót"
433
 
434
+ #: includes/class-freemius.php:19826
435
  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"
436
  msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
437
 
438
+ #: includes/class-freemius.php19832, includes/class-freemius.php19842,
439
+ #: includes/class-freemius.php20287, includes/class-freemius.php:20376
440
  msgid "Error received from the server:"
441
  msgstr "Error received from the server:"
442
 
443
+ #: includes/class-freemius.php:19842
444
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
445
  msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
446
 
447
+ #: includes/class-freemius.php20056, includes/class-freemius.php20292,
448
+ #: includes/class-freemius.php20347, includes/class-freemius.php:20454
449
  msgctxt ""
450
  msgid "Hmm"
451
  msgstr "Hmm"
452
 
453
+ #: includes/class-freemius.php:20069
454
  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."
455
  msgstr "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."
456
 
457
+ #: includes/class-freemius.php20070, templates/account.php121,
458
  #: templates/add-ons.php250, templates/account/partials/addon.php:46
459
  msgctxt "trial period"
460
  msgid "Trial"
461
  msgstr "Próbaidő"
462
 
463
+ #: includes/class-freemius.php:20075
464
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
465
  msgstr "I have upgraded my account but when I try to Sync the License, the plan remains %s."
466
 
467
+ #: includes/class-freemius.php20079, includes/class-freemius.php:20138
468
  msgid "Please contact us here"
469
  msgstr "Please contact us here"
470
 
471
+ #: includes/class-freemius.php:20090
472
  msgid "Your plan was successfully activated."
473
  msgstr "Your plan was successfully activated."
474
 
475
+ #: includes/class-freemius.php:20091
476
  msgid "Your plan was successfully upgraded."
477
  msgstr "Your plan was successfully upgraded."
478
 
479
+ #: includes/class-freemius.php:20108
480
  msgid "Your plan was successfully changed to %s."
481
  msgstr "Your plan was successfully changed to %s."
482
 
483
+ #: includes/class-freemius.php:20124
484
  msgid "Your license has expired. You can still continue using the free %s forever."
485
  msgstr "Your license has expired. You can still continue using the free %s forever."
486
 
487
+ #: includes/class-freemius.php:20126
488
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
489
  msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
490
 
491
+ #: includes/class-freemius.php:20134
492
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
493
  msgstr "Your license has been cancelled. If you think it's a mistake, please contact support."
494
 
495
+ #: includes/class-freemius.php:20147
496
  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."
497
  msgstr "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."
498
 
499
+ #: includes/class-freemius.php:20173
500
  msgid "Your free trial has expired. You can still continue using all our free features."
501
  msgstr "Your free trial has expired. You can still continue using all our free features."
502
 
503
+ #: includes/class-freemius.php:20175
504
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
505
  msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
506
 
507
+ #: includes/class-freemius.php:20283
508
  msgid "It looks like the license could not be activated."
509
  msgstr "It looks like the license could not be activated."
510
 
511
+ #: includes/class-freemius.php:20325
512
  msgid "Your license was successfully activated."
513
  msgstr "Your license was successfully activated."
514
 
515
+ #: includes/class-freemius.php:20351
516
  msgid "It looks like your site currently doesn't have an active license."
517
  msgstr "It looks like your site currently doesn't have an active license."
518
 
519
+ #: includes/class-freemius.php:20375
520
  msgid "It looks like the license deactivation failed."
521
  msgstr "Úgy tűnik a licensz deaktiválása nem sikerült."
522
 
523
+ #: includes/class-freemius.php:20404
524
+ msgid "Your %s license was successfully deactivated."
525
+ msgstr "Your %s license was successfully deactivated."
526
+
527
+ #: includes/class-freemius.php:20405
528
  msgid "Your license was successfully deactivated, you are back to the %s plan."
529
  msgstr "A licenszedet sikeresen deaktiváltuk, az aktuális csomagod: %s"
530
 
531
+ #: includes/class-freemius.php:20408
532
  msgid "O.K"
533
  msgstr "Rendben"
534
 
535
+ #: includes/class-freemius.php:20461
536
  msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
537
  msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
538
 
539
+ #: includes/class-freemius.php:20470
540
  msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
541
  msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
542
 
543
+ #: includes/class-freemius.php:20512
544
  msgid "You are already running the %s in a trial mode."
545
  msgstr "You are already running the %s in a trial mode."
546
 
547
+ #: includes/class-freemius.php:20523
548
  msgid "You already utilized a trial before."
549
  msgstr "You already utilized a trial before."
550
 
551
+ #: includes/class-freemius.php:20537
552
  msgid "Plan %s do not exist, therefore, can't start a trial."
553
  msgstr "Plan %s do not exist, therefore, can't start a trial."
554
 
555
+ #: includes/class-freemius.php:20548
556
  msgid "Plan %s does not support a trial period."
557
  msgstr "Plan %s does not support a trial period."
558
 
559
+ #: includes/class-freemius.php:20559
560
  msgid "None of the %s's plans supports a trial period."
561
  msgstr "None of the %s's plans supports a trial period."
562
 
563
+ #: includes/class-freemius.php:20609
564
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
565
  msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
566
 
567
+ #: includes/class-freemius.php:20645
568
  msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
569
  msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
570
 
571
+ #: includes/class-freemius.php:20664
572
  msgid "Your %s free trial was successfully cancelled."
573
  msgstr "Your %s free trial was successfully cancelled."
574
 
575
+ #: includes/class-freemius.php:20980
576
  msgid "Version %s was released."
577
  msgstr "Version %s was released."
578
 
579
+ #: includes/class-freemius.php:20980
580
  msgid "Please download %s."
581
  msgstr "Please download %s."
582
 
583
+ #: includes/class-freemius.php:20987
584
  msgid "the latest %s version here"
585
  msgstr "the latest %s version here"
586
 
587
+ #: includes/class-freemius.php:20992
588
  msgid "New"
589
  msgstr "Új"
590
 
591
+ #: includes/class-freemius.php:20997
592
  msgid "Seems like you got the latest release."
593
  msgstr "Seems like you got the latest release."
594
 
595
+ #: includes/class-freemius.php:20998
596
  msgid "You are all good!"
597
  msgstr "Minden rendben!"
598
 
599
+ #: includes/class-freemius.php:21301
600
  msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
601
  msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
602
 
603
+ #: includes/class-freemius.php:21441
604
  msgid "Site successfully opted in."
605
  msgstr "Site successfully opted in."
606
 
607
+ #: includes/class-freemius.php21442, includes/class-freemius.php:22299
608
  msgid "Awesome"
609
  msgstr "Nagyszerű"
610
 
611
+ #: includes/class-freemius.php21458, templates/forms/optout.php:41
612
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
613
  msgstr "We appreciate your help in making the %s better by letting us track some usage data."
614
 
615
+ #: includes/class-freemius.php:21459
616
  msgid "Thank you!"
617
  msgstr "Köszönjük!"
618
 
619
+ #: includes/class-freemius.php:21466
620
  msgid "We will no longer be sending any usage data of %s on %s to %s."
621
  msgstr "We will no longer be sending any usage data of %s on %s to %s."
622
 
623
+ #: includes/class-freemius.php:21612
624
  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."
625
  msgstr "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."
626
 
627
+ #: includes/class-freemius.php:21618
628
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
629
  msgstr "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
630
 
631
+ #: includes/class-freemius.php:21623
632
  msgid "%s is the new owner of the account."
633
  msgstr "%s is the new owner of the account."
634
 
635
+ #: includes/class-freemius.php:21625
636
  msgctxt "as congratulations"
637
  msgid "Congrats"
638
  msgstr "Gratulálunk"
639
 
640
+ #: includes/class-freemius.php:21661
 
 
 
 
 
 
 
 
 
 
 
 
641
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
642
  msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
643
 
644
+ #: includes/class-freemius.php:21673
645
  msgid "Please provide your full name."
646
  msgstr "Kérlek add meg a teljes neved!"
647
 
648
+ #: includes/class-freemius.php:21678
649
  msgid "Your name was successfully updated."
650
  msgstr "A neved sikeresen frissítettük."
651
 
652
+ #: includes/class-freemius.php:21739
653
  msgid "You have successfully updated your %s."
654
  msgstr "You have successfully updated your %s."
655
 
656
+ #: includes/class-freemius.php:21879
657
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
658
  msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
659
 
660
+ #: includes/class-freemius.php:21880
661
  msgctxt "advance notice of something that will need attention."
662
  msgid "Heads up"
663
  msgstr "Figyelem"
664
 
665
+ #: includes/class-freemius.php:22339
666
  msgctxt "exclamation"
667
  msgid "Hey"
668
  msgstr "Üdv"
669
 
670
+ #: includes/class-freemius.php:22339
671
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
672
  msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
673
 
674
+ #: includes/class-freemius.php:22347
675
  msgid "No commitment for %s days - cancel anytime!"
676
  msgstr "No commitment for %s days - cancel anytime!"
677
 
678
+ #: includes/class-freemius.php:22348
679
  msgid "No credit card required"
680
  msgstr "Bankkártya megadása nem kötelező"
681
 
682
+ #: includes/class-freemius.php22355, templates/forms/trial-start.php:53
683
  msgctxt "call to action"
684
  msgid "Start free trial"
685
  msgstr "Start free trial"
686
 
687
+ #: includes/class-freemius.php:22432
688
  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!"
689
  msgstr "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!"
690
 
691
+ #: includes/class-freemius.php:22441
692
  msgid "Learn more"
693
  msgstr "Bővebben"
694
 
695
+ #: includes/class-freemius.php22627, templates/account.php507,
696
+ #: templates/account.php657, templates/connect.php179,
697
+ #: templates/connect.php455, templates/forms/license-activation.php27,
698
  #: templates/account/partials/addon.php:321
699
  msgid "Activate License"
700
  msgstr "Licensz aktiválása"
701
 
702
+ #: includes/class-freemius.php22628, templates/account.php601,
703
+ #: templates/account.php656, templates/account/partials/addon.php322,
704
  #: templates/account/partials/site.php:271
705
  msgid "Change License"
706
  msgstr "Licensz módosítása"
707
 
708
+ #: includes/class-freemius.php22737, templates/account/partials/site.php:169
709
  msgid "Opt Out"
710
  msgstr "Leiratkozás"
711
 
712
+ #: includes/class-freemius.php22739, includes/class-freemius.php22745,
713
  #: templates/account/partials/site.php49,
714
  #: templates/account/partials/site.php:169
715
  msgid "Opt In"
716
  msgstr "Feliratkozás"
717
 
718
+ #: includes/class-freemius.php:22973
719
  msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
720
  msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
721
 
722
+ #: includes/class-freemius.php:22981
723
  msgid "Activate %s features"
724
  msgstr "Activate %s features"
725
 
726
+ #: includes/class-freemius.php:22994
727
  msgid "Please follow these steps to complete the upgrade"
728
  msgstr "Please follow these steps to complete the upgrade"
729
 
730
+ #: includes/class-freemius.php:22998
731
  msgid "Download the latest %s version"
732
  msgstr "Download the latest %s version"
733
 
734
+ #: includes/class-freemius.php:23002
735
  msgid "Upload and activate the downloaded version"
736
  msgstr "Upload and activate the downloaded version"
737
 
738
+ #: includes/class-freemius.php:23004
739
  msgid "How to upload and activate?"
740
  msgstr "How to upload and activate?"
741
 
742
+ #: includes/class-freemius.php:23138
743
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
744
  msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
745
 
746
+ #: includes/class-freemius.php:23299
747
  msgid "Auto installation only works for opted-in users."
748
  msgstr "Auto installation only works for opted-in users."
749
 
750
+ #: includes/class-freemius.php23309, includes/class-freemius.php23342,
751
+ #: includes/class-fs-plugin-updater.php1218,
752
+ #: includes/class-fs-plugin-updater.php:1232
753
  msgid "Invalid module ID."
754
  msgstr "Invalid module ID."
755
 
756
+ #: includes/class-freemius.php23318, includes/class-fs-plugin-updater.php:1254
757
  msgid "Premium version already active."
758
  msgstr "Premium version already active."
759
 
760
+ #: includes/class-freemius.php:23325
761
  msgid "You do not have a valid license to access the premium version."
762
  msgstr "You do not have a valid license to access the premium version."
763
 
764
+ #: includes/class-freemius.php:23332
765
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
766
  msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
767
 
768
+ #: includes/class-freemius.php23350, includes/class-fs-plugin-updater.php:1253
769
  msgid "Premium add-on version already installed."
770
  msgstr "Premium add-on version already installed."
771
 
772
+ #: includes/class-freemius.php:23700
773
  msgid "View paid features"
774
  msgstr "Fizetős funkciók megtekintése"
775
 
776
+ #: includes/class-freemius.php:24022
777
  msgid "Thank you so much for using %s and its add-ons!"
778
  msgstr "Thank you so much for using %s and its add-ons!"
779
 
780
+ #: includes/class-freemius.php:24023
781
  msgid "Thank you so much for using %s!"
782
  msgstr "Thank you so much for using %s!"
783
 
784
+ #: includes/class-freemius.php:24029
785
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
786
  msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
787
 
788
+ #: includes/class-freemius.php:24033
789
  msgid "Thank you so much for using our products!"
790
  msgstr "Thank you so much for using our products!"
791
 
792
+ #: includes/class-freemius.php:24034
793
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
794
  msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
795
 
796
+ #: includes/class-freemius.php:24053
797
  msgid "%s and its add-ons"
798
  msgstr "%s and its add-ons"
799
 
800
+ #: includes/class-freemius.php:24062
801
  msgid "Products"
802
  msgstr "Termékek"
803
 
804
+ #: includes/class-freemius.php24069, templates/connect.php:280
805
  msgid "Yes"
806
  msgstr "Igen"
807
 
808
+ #: includes/class-freemius.php24070, templates/connect.php:281
809
  msgid "send me security & feature updates, educational content and offers."
810
  msgstr "kérek biztonsági és funkcionális frissítéseket, használati ismertetőket és ajánlatokat."
811
 
812
+ #: includes/class-freemius.php24071, templates/connect.php:286
813
  msgid "No"
814
  msgstr "Nem"
815
 
816
+ #: includes/class-freemius.php24073, templates/connect.php:288
817
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
818
  msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
819
 
820
+ #: includes/class-freemius.php:24083
821
  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 :-)"
822
  msgstr "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 :-)"
823
 
824
+ #: includes/class-freemius.php24085, templates/connect.php:295
825
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
826
  msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
827
 
828
+ #: includes/class-freemius.php:24367
829
  msgid "License key is empty."
830
  msgstr "A licensz kulcs üres."
831
 
839
  msgid "Buy license"
840
  msgstr "Licensz vásárlása"
841
 
842
+ #: includes/class-fs-plugin-updater.php327,
843
+ #: includes/class-fs-plugin-updater.php:360
844
  msgid "There is a %s of %s available."
845
  msgstr "There is a %s of %s available."
846
 
847
+ #: includes/class-fs-plugin-updater.php329,
848
+ #: includes/class-fs-plugin-updater.php:365
849
  msgid "new Beta version"
850
  msgstr "new Beta version"
851
 
852
+ #: includes/class-fs-plugin-updater.php330,
853
+ #: includes/class-fs-plugin-updater.php:366
854
  msgid "new version"
855
  msgstr "új verzió"
856
 
857
+ #: includes/class-fs-plugin-updater.php:389
858
  msgid "Important Upgrade Notice:"
859
  msgstr "Important Upgrade Notice:"
860
 
861
+ #: includes/class-fs-plugin-updater.php:1283
862
  msgid "Installing plugin: %s"
863
  msgstr "Bővítmény telepítése: %s"
864
 
865
+ #: includes/class-fs-plugin-updater.php:1324
866
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
867
  msgstr "Unable to connect to the filesystem. Please confirm your credentials."
868
 
869
+ #: includes/class-fs-plugin-updater.php:1506
870
  msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
871
  msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
872
 
888
  msgid "Install Free Version Update Now"
889
  msgstr "Install Free Version Update Now"
890
 
891
+ #: includes/fs-plugin-info-dialog.php739, templates/account.php:590
892
  msgid "Install Update Now"
893
  msgstr "Frissítés telepítése most"
894
 
908
  msgid "Download Latest Free Version"
909
  msgstr "Download Latest Free Version"
910
 
911
+ #: includes/fs-plugin-info-dialog.php766, templates/account.php99,
912
  #: templates/add-ons.php37, templates/account/partials/addon.php:25
913
  msgctxt "as download latest version"
914
  msgid "Download Latest"
920
  msgid "Activate this add-on"
921
  msgstr "Activate this add-on"
922
 
923
+ #: includes/fs-plugin-info-dialog.php783, templates/connect.php:452
924
  msgid "Activate Free Version"
925
  msgstr "Ingyenes verzió aktiválása"
926
 
927
+ #: includes/fs-plugin-info-dialog.php784, templates/account.php123,
928
  #: templates/add-ons.php330, templates/account/partials/addon.php:48
929
  msgid "Activate"
930
  msgstr "Aktiválás"
1060
  msgid "Details"
1061
  msgstr "Részletek"
1062
 
1063
+ #: includes/fs-plugin-info-dialog.php1310, templates/account.php110,
1064
+ #: templates/debug.php201, templates/debug.php238, templates/debug.php455,
1065
  #: templates/account/partials/addon.php:36
1066
  msgctxt "product version"
1067
  msgid "Version"
1076
  msgid "Last Updated"
1077
  msgstr "Utolsó frissítés"
1078
 
1079
+ #: includes/fs-plugin-info-dialog.php1329, templates/account.php:476
1080
  msgctxt "x-ago"
1081
  msgid "%s ago"
1082
  msgstr "%s ago"
1187
  msgid "Latest Free Version Installed"
1188
  msgstr "Legfrissebb ingyenes verzió telepítve"
1189
 
1190
+ #: templates/account.php100, templates/forms/subscription-cancellation.php96,
1191
  #: templates/account/partials/addon.php26,
1192
  #: templates/account/partials/site.php:311
1193
  msgid "Downgrading your plan"
1194
  msgstr "Downgrading your plan"
1195
 
1196
+ #: templates/account.php101, templates/forms/subscription-cancellation.php97,
1197
  #: templates/account/partials/addon.php27,
1198
  #: templates/account/partials/site.php:312
1199
  msgid "Cancelling the subscription"
1201
 
1202
  #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1203
  #. subscription'
1204
+ #: templates/account.php103, templates/forms/subscription-cancellation.php99,
1205
  #: templates/account/partials/site.php:314
1206
  msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1207
  msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1208
 
1209
+ #: templates/account.php104, templates/forms/subscription-cancellation.php100,
1210
  #: templates/account/partials/addon.php30,
1211
  #: templates/account/partials/site.php:315
1212
  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."
1213
  msgstr "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."
1214
 
1215
+ #: templates/account.php105, templates/forms/subscription-cancellation.php106,
1216
  #: templates/account/partials/addon.php:31
1217
  msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1218
  msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1219
 
1220
+ #: templates/account.php106, templates/forms/subscription-cancellation.php101,
1221
  #: templates/account/partials/addon.php32,
1222
  #: templates/account/partials/site.php:316
1223
  msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1224
  msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1225
 
1226
+ #: templates/account.php107, templates/forms/subscription-cancellation.php102,
1227
  #: templates/account/partials/addon.php33,
1228
  #: templates/account/partials/site.php:317
1229
  msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1230
  msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1231
 
1232
  #. translators: %s: Plan title (e.g. "Professional")
1233
+ #: templates/account.php109,
1234
  #: templates/account/partials/activate-license-button.php31,
1235
  #: templates/account/partials/addon.php:35
1236
  msgid "Activate %s Plan"
1237
  msgstr "%s csomag aktiválása"
1238
 
1239
  #. translators: %s: Time period (e.g. Auto renews in "2 months")
1240
+ #: templates/account.php112, templates/account/partials/addon.php38,
1241
  #: templates/account/partials/site.php:291
1242
  msgid "Auto renews in %s"
1243
  msgstr "Auto renews in %s"
1244
 
1245
  #. translators: %s: Time period (e.g. Expires in "2 months")
1246
+ #: templates/account.php114, templates/account/partials/addon.php40,
1247
  #: templates/account/partials/site.php:293
1248
  msgid "Expires in %s"
1249
  msgstr "Hátralévő idő: %s"
1250
 
1251
+ #: templates/account.php:115
1252
  msgctxt "as synchronize license"
1253
  msgid "Sync License"
1254
  msgstr "Licensz szinkronizálása"
1255
 
1256
+ #: templates/account.php116, templates/account/partials/addon.php:41
1257
  msgid "Cancel Trial"
1258
  msgstr "Próbaidő törlése"
1259
 
1260
+ #: templates/account.php117, templates/account/partials/addon.php:42
1261
  msgid "Change Plan"
1262
  msgstr "Csomag módosítása"
1263
 
1264
+ #: templates/account.php118, templates/account/partials/addon.php:43
1265
  msgctxt "verb"
1266
  msgid "Upgrade"
1267
  msgstr "Váltás nagyobb csomagra"
1268
 
1269
+ #: templates/account.php120, templates/account/partials/addon.php45,
1270
  #: templates/account/partials/site.php:318
1271
  msgctxt "verb"
1272
  msgid "Downgrade"
1273
  msgstr "Váltás kisebb csomagra"
1274
 
1275
+ #: templates/account.php122, templates/add-ons.php246,
1276
  #: templates/plugin-info/features.php72,
1277
  #: templates/account/partials/addon.php47,
1278
  #: templates/account/partials/site.php:33
1279
  msgid "Free"
1280
  msgstr "Ingyenes"
1281
 
1282
+ #: templates/account.php124, templates/debug.php371,
1283
  #: includes/customizer/class-fs-customizer-upsell-control.php110,
1284
  #: templates/account/partials/addon.php:49
1285
  msgctxt "as product pricing plan"
1286
  msgid "Plan"
1287
  msgstr "Csomag"
1288
 
1289
+ #: templates/account.php:125
1290
  msgid "Bundle Plan"
1291
  msgstr "Bundle Plan"
1292
 
1293
+ #: templates/account.php:199
1294
  msgid "Free Trial"
1295
  msgstr "Ingyenes próbaidő"
1296
 
1297
+ #: templates/account.php:210
1298
  msgid "Account Details"
1299
  msgstr "Fiók információk"
1300
 
1301
+ #: templates/account.php217, templates/forms/data-debug-mode.php:33
1302
  msgid "Start Debug"
1303
  msgstr "Start Debug"
1304
 
1305
+ #: templates/account.php:219
1306
  msgid "Stop Debug"
1307
  msgstr "Stop Debug"
1308
 
1309
+ #: templates/account.php:226
1310
  msgid "Billing & Invoices"
1311
  msgstr "Billing & Invoices"
1312
 
1313
+ #: templates/account.php:237
1314
  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?"
1315
  msgstr "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?"
1316
 
1317
+ #: templates/account.php:239
1318
  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?"
1319
  msgstr "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?"
1320
 
1321
+ #: templates/account.php:242
1322
  msgid "Delete Account"
1323
  msgstr "Fiók törlése"
1324
 
1325
+ #: templates/account.php254, templates/account/partials/addon.php231,
1326
  #: templates/account/partials/deactivate-license-button.php:35
1327
  msgid "Deactivate License"
1328
  msgstr "Licensz deaktiválása"
1329
 
1330
+ #: templates/account.php277, templates/forms/subscription-cancellation.php:125
1331
  msgid "Are you sure you want to proceed?"
1332
  msgstr "Are you sure you want to proceed?"
1333
 
1334
+ #: templates/account.php277, templates/account/partials/addon.php:255
1335
  msgid "Cancel Subscription"
1336
  msgstr "Előfizetés törlése"
1337
 
1338
+ #: templates/account.php306, templates/account/partials/addon.php:340
1339
  msgctxt "as synchronize"
1340
  msgid "Sync"
1341
  msgstr "Szinkronizálás"
1342
 
1343
+ #: templates/account.php321, templates/debug.php:505
1344
  msgid "Name"
1345
  msgstr "Név"
1346
 
1347
+ #: templates/account.php327, templates/debug.php:506
1348
  msgid "Email"
1349
  msgstr "Email"
1350
 
1351
+ #: templates/account.php334, templates/debug.php369, templates/debug.php:555
1352
  msgid "User ID"
1353
  msgstr "Felhasználó ID"
1354
 
1355
+ #: templates/account.php352, templates/account.php670,
1356
+ #: templates/account.php715, templates/debug.php236, templates/debug.php363,
1357
+ #: templates/debug.php452, templates/debug.php504, templates/debug.php553,
1358
  #: templates/debug.php632, templates/account/payments.php35,
1359
  #: templates/debug/logger.php:21
1360
  msgid "ID"
1361
  msgstr "ID"
1362
 
1363
+ #: templates/account.php:359
1364
  msgid "Site ID"
1365
  msgstr "Weboldal ID"
1366
 
1367
+ #: templates/account.php:362
1368
  msgid "No ID"
1369
  msgstr "Nincs ID"
1370
 
1371
+ #: templates/account.php367, templates/debug.php243, templates/debug.php372,
1372
+ #: templates/debug.php456, templates/debug.php508,
1373
  #: templates/account/partials/site.php:227
1374
  msgid "Public Key"
1375
  msgstr "Publikus kulcs"
1376
 
1377
+ #: templates/account.php373, templates/debug.php373, templates/debug.php457,
1378
+ #: templates/debug.php509, templates/account/partials/site.php:239
1379
  msgid "Secret Key"
1380
  msgstr "Titkos kulcs"
1381
 
1382
+ #: templates/account.php:376
1383
  msgctxt "as secret encryption key missing"
1384
  msgid "No Secret"
1385
  msgstr "Nincs titkos kulcs"
1386
 
1387
+ #: templates/account.php403, templates/account/partials/site.php120,
1388
  #: templates/account/partials/site.php:122
1389
  msgid "Trial"
1390
  msgstr "Próbaidő"
1391
 
1392
+ #: templates/account.php430, templates/debug.php561,
1393
  #: templates/account/partials/site.php:260
1394
  msgid "License Key"
1395
  msgstr "Licensz kulcs"
1396
 
1397
+ #: templates/account.php:461
1398
  msgid "Join the Beta program"
1399
  msgstr "Join the Beta program"
1400
 
1401
+ #: templates/account.php:467
1402
  msgid "not verified"
1403
  msgstr "nem ellenőrzött"
1404
 
1405
+ #: templates/account.php476, templates/account/partials/addon.php:190
1406
  msgid "Expired"
1407
  msgstr "Lejárt"
1408
 
1409
+ #: templates/account.php:536
1410
  msgid "Premium version"
1411
  msgstr "Prémium verzió"
1412
 
1413
+ #: templates/account.php:538
1414
  msgid "Free version"
1415
  msgstr "Ingyenes verzió"
1416
 
1417
+ #: templates/account.php:550
1418
  msgid "Verify Email"
1419
  msgstr "Email ellenőrzése"
1420
 
1421
+ #: templates/account.php:564
1422
  msgid "Download %s Version"
1423
  msgstr "%s verzió letöltése"
1424
 
1425
+ #: templates/account.php:580
1426
+ msgid "Download Paid Version"
1427
+ msgstr "Download Paid Version"
1428
+
1429
+ #: templates/account.php598, templates/account.php853,
1430
  #: templates/account/partials/site.php248,
1431
  #: templates/account/partials/site.php:270
1432
  msgctxt "verb"
1433
  msgid "Show"
1434
  msgstr "Mutasd"
1435
 
1436
+ #: templates/account.php:613
1437
  msgid "What is your %s?"
1438
  msgstr "Mi a te %s?"
1439
 
1440
+ #: templates/account.php621, templates/account/billing.php:21
1441
  msgctxt "verb"
1442
  msgid "Edit"
1443
  msgstr "Szerkesztés"
1444
 
1445
+ #: templates/account.php625, templates/forms/user-change.php:27
1446
+ msgid "Change User"
1447
+ msgstr "Change User"
1448
+
1449
+ #: templates/account.php:649
1450
  msgid "Sites"
1451
  msgstr "Weboldalak"
1452
 
1453
+ #: templates/account.php:662
1454
  msgid "Search by address"
1455
  msgstr "Keresés cím alapján"
1456
 
1457
+ #: templates/account.php671, templates/debug.php:366
1458
  msgid "Address"
1459
  msgstr "Cím"
1460
 
1461
+ #: templates/account.php:672
1462
  msgid "License"
1463
  msgstr "Licensz"
1464
 
1465
+ #: templates/account.php:673
1466
  msgid "Plan"
1467
  msgstr "Csomag"
1468
 
1469
+ #: templates/account.php:718
1470
  msgctxt "as software license"
1471
  msgid "License"
1472
  msgstr "Licensz"
1473
 
1474
+ #: templates/account.php:847
1475
  msgctxt "verb"
1476
  msgid "Hide"
1477
  msgstr "Elrejt"
1478
 
1479
+ #: templates/account.php869, templates/forms/data-debug-mode.php:31
1480
  msgid "Processing"
1481
  msgstr "Processing"
1482
 
1483
+ #: templates/account.php:872
1484
  msgid "Get updates for bleeding edge Beta versions of %s."
1485
  msgstr "Get updates for bleeding edge Beta versions of %s."
1486
 
1487
+ #: templates/account.php:930
1488
  msgid "Cancelling %s"
1489
  msgstr "Cancelling %s"
1490
 
1491
+ #: templates/account.php930, templates/account.php947,
1492
  #: templates/forms/subscription-cancellation.php27,
1493
  #: templates/forms/deactivation/form.php:133
1494
  msgid "trial"
1495
  msgstr "próbaidő"
1496
 
1497
+ #: templates/account.php945, templates/forms/deactivation/form.php:150
1498
  msgid "Cancelling %s..."
1499
  msgstr "Cancelling %s..."
1500
 
1501
+ #: templates/account.php948, templates/forms/subscription-cancellation.php28,
1502
  #: templates/forms/deactivation/form.php:134
1503
  msgid "subscription"
1504
  msgstr "előfizetés"
1505
 
1506
+ #: templates/account.php:962
1507
  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?"
1508
  msgstr "A licensz deaktiválása után a prémium funkciók használata nem elérhető, de így tudod másik weboldalon aktiválni ugyanezt a licenszt. Folytatod a deaktiválást?"
1509
 
1529
  msgid "Installed"
1530
  msgstr "Installed"
1531
 
1532
+ #: templates/admin-notice.php13, templates/forms/license-activation.php220,
1533
  #: templates/forms/resend-key.php:77
1534
  msgctxt "as close a window"
1535
  msgid "Dismiss"
1569
  msgid "Hey %s,"
1570
  msgstr "Üdv %s!"
1571
 
1572
+ #: templates/connect.php:162
1573
  msgid "Allow & Continue"
1574
  msgstr "Engedélyezés és folytatás"
1575
 
1576
+ #: templates/connect.php:166
1577
  msgid "Re-send activation email"
1578
  msgstr "Aktivációs email újraküldése"
1579
 
1580
+ #: templates/connect.php:170
1581
  msgid "Thanks %s!"
1582
  msgstr "Köszönjük %s!"
1583
 
1584
+ #: templates/connect.php180, templates/forms/license-activation.php:46
1585
  msgid "Agree & Activate License"
1586
  msgstr "Licensz elfogadása és aktiválása"
1587
 
1588
+ #: templates/connect.php:189
1589
  msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1590
  msgstr "Köszönjük, hogy megvásároltad a %s szoftverünket! A folytatáshoz most meg kell adnod a licensz kulcsot, amit a vásárlás után kaptál emailben:"
1591
 
1592
+ #: templates/connect.php:196
1593
  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."
1594
  msgstr "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
1595
 
1596
+ #: templates/connect.php:197
1597
  msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1598
  msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1599
 
1600
+ #: templates/connect.php:203
1601
  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."
1602
  msgstr "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."
1603
 
1604
+ #: templates/connect.php:204
1605
  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."
1606
  msgstr "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."
1607
 
1608
+ #: templates/connect.php:238
1609
  msgid "We're excited to introduce the Freemius network-level integration."
1610
  msgstr "We're excited to introduce the Freemius network-level integration."
1611
 
1612
+ #: templates/connect.php:241
1613
  msgid "During the update process we detected %d site(s) that are still pending license activation."
1614
  msgstr "During the update process we detected %d site(s) that are still pending license activation."
1615
 
1616
+ #: templates/connect.php:243
1617
  msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1618
  msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1619
 
1620
+ #: templates/connect.php:245
1621
  msgid "%s's paid features"
1622
  msgstr "%s's paid features"
1623
 
1624
+ #: templates/connect.php:250
1625
  msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1626
  msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1627
 
1628
+ #: templates/connect.php:252
1629
  msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1630
  msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
1631
 
1632
+ #: templates/connect.php261, templates/forms/data-debug-mode.php35,
1633
  #: templates/forms/license-activation.php:49
1634
  msgid "License key"
1635
  msgstr "Licensz kulcs"
1636
 
1637
+ #: templates/connect.php264, templates/forms/license-activation.php:22
1638
  msgid "Can't find your license key?"
1639
  msgstr "Nem találod a licensz kulcsod?"
1640
 
1641
+ #: templates/connect.php323, templates/connect.php694,
1642
  #: templates/forms/deactivation/retry-skip.php:20
1643
  msgctxt "verb"
1644
  msgid "Skip"
1645
  msgstr "Ugrás"
1646
 
1647
+ #: templates/connect.php:326
1648
  msgid "Delegate to Site Admins"
1649
  msgstr "Delegate to Site Admins"
1650
 
1651
+ #: templates/connect.php:326
1652
  msgid "If you click it, this decision will be delegated to the sites administrators."
1653
  msgstr "If you click it, this decision will be delegated to the sites administrators."
1654
 
1655
+ #: templates/connect.php:364
1656
  msgid "Your Profile Overview"
1657
  msgstr "Fiókod áttekintése"
1658
 
1659
+ #: templates/connect.php:365
1660
  msgid "Name and email address"
1661
  msgstr "Név és email cím"
1662
 
1663
+ #: templates/connect.php:372
1664
  msgid "Your Site Overview"
1665
  msgstr "Weboldalad adatainak áttekintése"
1666
 
1667
+ #: templates/connect.php:373
1668
+ msgid "Site URL, WP version, PHP info"
1669
+ msgstr "Site URL, WP version, PHP info"
1670
 
1671
+ #: templates/connect.php:379
1672
  msgid "Admin Notices"
1673
  msgstr "Admin értesítések"
1674
 
1675
+ #: templates/connect.php380, templates/connect.php:396
1676
  msgid "Updates, announcements, marketing, no spam"
1677
  msgstr "Frissítések, közlemények, marketing, de semmi SPAM!"
1678
 
1679
+ #: templates/connect.php:386
1680
  msgid "Current %s Events"
1681
  msgstr "Aktuális %s események"
1682
 
1683
+ #: templates/connect.php:387
1684
  msgid "Activation, deactivation and uninstall"
1685
  msgstr "Aktiválás, deaktiválás és kikapcsolás"
1686
 
1687
+ #: templates/connect.php:395
1688
  msgid "Newsletter"
1689
  msgstr "Hírlevél"
1690
 
1691
+ #: templates/connect.php:403
1692
+ msgid "Plugins & Themes"
1693
+ msgstr "Plugins & Themes"
1694
+
1695
+ #: templates/connect.php:404
1696
+ msgid "Title, slug, version, and is active"
1697
+ msgstr "Title, slug, version, and is active"
1698
+
1699
+ #: templates/connect.php420, templates/forms/license-activation.php:41
1700
  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."
1701
  msgstr "A %1$s időközönként adatot küld a %2$s weboldalnak, hogy ellenőrizze a biztonsági és funkcionális frissítéseket, valamint ellenőrzi az érvényes licensz kulcsot."
1702
 
1703
+ #: templates/connect.php:425
1704
  msgid "What permissions are being granted?"
1705
  msgstr "Milyen jogosultágok lesznek engedélyezve?"
1706
 
1707
+ #: templates/connect.php:451
1708
  msgid "Don't have a license key?"
1709
  msgstr "Nincs még licensz kulcsod?"
1710
 
1711
+ #: templates/connect.php:454
1712
  msgid "Have a license key?"
1713
  msgstr "Van licensz kulcsod?"
1714
 
1715
+ #: templates/connect.php:462
1716
  msgid "Privacy Policy"
1717
  msgstr "Adatkezelési tájékoztató"
1718
 
1719
+ #: templates/connect.php:464
1720
  msgid "License Agreement"
1721
  msgstr "Licensz szerződés"
1722
 
1723
+ #: templates/connect.php:464
1724
  msgid "Terms of Service"
1725
  msgstr "Szolgáltatási feltételek"
1726
 
1727
+ #: templates/connect.php:853
1728
  msgctxt "as in the process of sending an email"
1729
  msgid "Sending email"
1730
  msgstr "Email küldése"
1731
 
1732
+ #: templates/connect.php:854
1733
  msgctxt "as activating plugin"
1734
  msgid "Activating"
1735
  msgstr "Aktiválás"
1757
  msgid "Debugging"
1758
  msgstr "Debugging"
1759
 
1760
+ #: templates/debug.php52, templates/debug.php248, templates/debug.php374,
1761
+ #: templates/debug.php:510
1762
  msgid "Actions"
1763
  msgstr "Események"
1764
 
1765
+ #: templates/debug.php:62
1766
  msgid "Are you sure you want to delete all Freemius data?"
1767
  msgstr "Are you sure you want to delete all Freemius data?"
1768
 
1769
+ #: templates/debug.php:62
1770
  msgid "Delete All Accounts"
1771
  msgstr "Minden fiók törlése"
1772
 
1773
+ #: templates/debug.php:69
1774
  msgid "Clear API Cache"
1775
  msgstr "Clear API Cache"
1776
 
1777
+ #: templates/debug.php:77
1778
  msgid "Clear Updates Transients"
1779
  msgstr "Clear Updates Transients"
1780
 
1781
+ #: templates/debug.php:84
1782
  msgid "Sync Data From Server"
1783
  msgstr "Adatok szinkronizálása a szerverről"
1784
 
1785
+ #: templates/debug.php:93
1786
  msgid "Migrate Options to Network"
1787
  msgstr "Migrate Options to Network"
1788
 
1789
+ #: templates/debug.php:98
1790
  msgid "Load DB Option"
1791
  msgstr "Load DB Option"
1792
 
1793
+ #: templates/debug.php:101
1794
  msgid "Set DB Option"
1795
  msgstr "Set DB Option"
1796
 
1797
+ #: templates/debug.php:180
1798
  msgid "Key"
1799
  msgstr "Kulcs"
1800
 
1801
+ #: templates/debug.php:181
1802
  msgid "Value"
1803
  msgstr "Érték"
1804
 
1805
+ #: templates/debug.php:197
1806
  msgctxt "as software development kit versions"
1807
  msgid "SDK Versions"
1808
  msgstr "SDK verziók"
1809
 
1810
+ #: templates/debug.php:202
1811
  msgid "SDK Path"
1812
  msgstr "SDK útvonal"
1813
 
1814
+ #: templates/debug.php203, templates/debug.php:242
1815
  msgid "Module Path"
1816
  msgstr "Module Path"
1817
 
1818
+ #: templates/debug.php:204
1819
  msgid "Is Active"
1820
  msgstr "Aktív"
1821
 
1822
+ #: templates/debug.php232, templates/debug/plugins-themes-sync.php:35
1823
  msgid "Plugins"
1824
  msgstr "Bővítmények"
1825
 
1826
+ #: templates/debug.php232, templates/debug/plugins-themes-sync.php:56
1827
  msgid "Themes"
1828
  msgstr "Sablonok"
1829
 
1830
+ #: templates/debug.php237, templates/debug.php368, templates/debug.php454,
1831
  #: templates/debug/scheduled-crons.php:80
1832
  msgid "Slug"
1833
  msgstr "Slug"
1834
 
1835
+ #: templates/debug.php239, templates/debug.php:453
1836
  msgid "Title"
1837
  msgstr "Cím"
1838
 
1839
+ #: templates/debug.php:240
1840
  msgctxt "as application program interface"
1841
  msgid "API"
1842
  msgstr "API"
1843
 
1844
+ #: templates/debug.php:241
1845
  msgid "Freemius State"
1846
  msgstr "Freemius State"
1847
 
1848
+ #: templates/debug.php:245
1849
  msgid "Network Blog"
1850
  msgstr "Network Blog"
1851
 
1852
+ #: templates/debug.php:246
1853
  msgid "Network User"
1854
  msgstr "Network User"
1855
 
1856
+ #: templates/debug.php:283
1857
  msgctxt "as connection was successful"
1858
  msgid "Connected"
1859
  msgstr "Connected"
1860
 
1861
+ #: templates/debug.php:284
1862
  msgctxt "as connection blocked"
1863
  msgid "Blocked"
1864
  msgstr "Blocked"
1865
 
1866
+ #: templates/debug.php:320
1867
  msgid "Simulate Trial Promotion"
1868
  msgstr "Simulate Trial Promotion"
1869
 
1870
+ #: templates/debug.php:332
1871
  msgid "Simulate Network Upgrade"
1872
  msgstr "Simulate Network Upgrade"
1873
 
1874
+ #: templates/debug.php:357
1875
  msgid "%s Installs"
1876
  msgstr "%s Installs"
1877
 
1878
+ #: templates/debug.php:359
1879
  msgctxt "like websites"
1880
  msgid "Sites"
1881
  msgstr "Weboldalak"
1882
 
1883
+ #: templates/debug.php365, templates/account/partials/site.php:156
1884
  msgid "Blog ID"
1885
  msgstr "Blog ID"
1886
 
1887
+ #: templates/debug.php:370
1888
  msgid "License ID"
1889
  msgstr "License ID"
1890
 
1891
+ #: templates/debug.php434, templates/debug.php533,
1892
  #: templates/account/partials/addon.php:435
1893
  msgctxt "verb"
1894
  msgid "Delete"
1895
  msgstr "Törlés"
1896
 
1897
+ #: templates/debug.php:448
1898
  msgid "Add Ons of module %s"
1899
  msgstr "Add Ons of module %s"
1900
 
1901
+ #: templates/debug.php:500
1902
  msgid "Users"
1903
  msgstr "Felhasználók"
1904
 
1905
+ #: templates/debug.php:507
1906
  msgid "Verified"
1907
  msgstr "Ellenőrzött"
1908
 
1909
+ #: templates/debug.php:549
1910
  msgid "%s Licenses"
1911
  msgstr "%s Licenses"
1912
 
1913
+ #: templates/debug.php:554
1914
  msgid "Plugin ID"
1915
  msgstr "Bővítmény ID"
1916
 
1917
+ #: templates/debug.php:556
1918
  msgid "Plan ID"
1919
  msgstr "Csomag ID"
1920
 
1921
+ #: templates/debug.php:557
1922
  msgid "Quota"
1923
  msgstr "Quota"
1924
 
1925
+ #: templates/debug.php:558
1926
  msgid "Activated"
1927
  msgstr "Sikeres aktiválás"
1928
 
1929
+ #: templates/debug.php:559
1930
  msgid "Blocking"
1931
  msgstr "Blocking"
1932
 
1933
+ #: templates/debug.php560, templates/debug.php631,
1934
+ #: templates/debug/logger.php:22
1935
+ msgid "Type"
1936
+ msgstr "Type"
1937
+
1938
+ #: templates/debug.php:562
1939
  msgctxt "as expiration date"
1940
  msgid "Expiration"
1941
  msgstr "Expiration"
1983
  msgid "Download"
1984
  msgstr "Download"
1985
 
 
 
 
 
1986
  #: templates/debug.php636, templates/debug/logger.php:26
1987
  msgid "Timestamp"
1988
  msgstr "Timestamp"
2332
  msgid "Update License"
2333
  msgstr "Licensz frissítése"
2334
 
2335
+ #: templates/forms/license-activation.php:181
2336
+ msgid "Associate with the license owner's account."
2337
+ msgstr "Associate with the license owner's account."
2338
+
2339
  #: templates/forms/optout.php:30
2340
  msgctxt "verb"
2341
  msgid "Opt Out"
2346
  msgid "Opt In"
2347
  msgstr "Feliratkozás"
2348
 
2349
+ #: templates/forms/optout.php:34
2350
+ msgid "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
2351
+ msgstr "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
2352
+
2353
+ #: templates/forms/optout.php:36
2354
+ msgid "Warning: Opting out will block automatic updates"
2355
+ msgstr "Warning: Opting out will block automatic updates"
2356
+
2357
+ #: templates/forms/optout.php:37
2358
+ 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."
2359
+ msgstr "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."
2360
+
2361
+ #: templates/forms/optout.php:39
2362
+ msgid "I'd like to keep automatic updates"
2363
+ msgstr "I'd like to keep automatic updates"
2364
+
2365
+ #: templates/forms/optout.php:44
2366
  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."
2367
  msgstr "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."
2368
 
2369
+ #: templates/forms/optout.php:45
2370
+ msgid "On second thought - I want to continue helping"
2371
+ msgstr "On second thought - I want to continue helping"
2372
+
2373
+ #: templates/forms/optout.php:49
2374
  msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2375
  msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2376
 
2377
+ #: templates/forms/optout.php:74
2378
+ msgid "Plugins & themes tracking"
2379
+ msgstr "Plugins & themes tracking"
2380
+
2381
+ #: templates/forms/optout.php:256
2382
+ msgid "Saved"
2383
+ msgstr "Saved"
2384
+
2385
  #: templates/forms/premium-versions-upgrade-handler.php:40
2386
  msgid "There is a new version of %s available."
2387
  msgstr "A(z) %s új verziója érhető el."
2452
  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."
2453
  msgstr "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."
2454
 
2455
+ #: templates/forms/user-change.php:26
2456
+ msgid "By changing the user, you agree to transfer the account ownership to:"
2457
+ msgstr "By changing the user, you agree to transfer the account ownership to:"
2458
+
2459
+ #: templates/forms/user-change.php:28
2460
+ msgid "I Agree - Change User"
2461
+ msgstr "I Agree - Change User"
2462
+
2463
+ #: templates/forms/user-change.php:30
2464
+ msgid "Enter email address"
2465
+ msgstr "Enter email address"
2466
+
2467
+ #: templates/forms/user-change.php:81
2468
+ msgctxt "close window"
2469
+ msgid "Dismiss"
2470
+ msgstr "Dismiss"
2471
+
2472
  #: templates/js/style-premium-theme.php:39
2473
  msgid "Premium"
2474
  msgstr "Prémium"
includes/vendor/freemius/wordpress-sdk/languages/freemius-it_IT.mo CHANGED
Binary file
includes/vendor/freemius/wordpress-sdk/languages/freemius-it_IT.po CHANGED
@@ -2,8 +2,9 @@
2
  # This file is distributed under the same license as the freemius package.
3
  # Translators:
4
  # Alessandro Pelly Benassi <plasmax@gmail.com>, 2016
5
- # Daniele Scasciafratte Mte90 <mte90net@gmail.com>, 2015-2018
6
  # Dario Curvino <d.curvino@gmail.com>, 2018
 
7
  # Alessandro Pelly Benassi <plasmax@gmail.com>, 2016-2017
8
  # Vova Feldman <vova@freemius.com>, 2015-2016
9
  msgid ""
@@ -11,7 +12,7 @@ msgstr ""
11
  "Project-Id-Version: WordPress SDK\n"
12
  "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
13
  "POT-Creation-Date: \n"
14
- "PO-Revision-Date: 2019-10-07 15:33+0000\n"
15
  "Last-Translator: Vova Feldman <vova@freemius.com>\n"
16
  "Language: it_IT\n"
17
  "Language-Team: Italian (Italy) (http://www.transifex.com/freemius/wordpress-sdk/language/it_IT/)\n"
@@ -25,802 +26,811 @@ msgstr ""
25
  "X-Poedit-SearchPathExcluded-0: *.js\n"
26
  "X-Poedit-SourceCharset: UTF-8\n"
27
 
28
- #: includes/class-freemius.php1880, templates/account.php:840
29
  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."
30
- msgstr "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."
31
 
32
- #: includes/class-freemius.php:1887
33
  msgid "Would you like to proceed with the update?"
34
- msgstr "Would you like to proceed with the update?"
35
 
36
- #: includes/class-freemius.php:2095
37
  msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
38
  msgstr "L'SDK di Freemius non è riuscito a trovare il file principale del plugin. Per favore contatta sdk@freemius.com riportando l'errore."
39
 
40
- #: includes/class-freemius.php:2097
41
  msgid "Error"
42
  msgstr "Errore"
43
 
44
- #: includes/class-freemius.php:2491
45
  msgid "I found a better %s"
46
  msgstr "Ho trovato un migliore %s"
47
 
48
- #: includes/class-freemius.php:2493
49
  msgid "What's the %s's name?"
50
  msgstr "Qual è il nome di %s?"
51
 
52
- #: includes/class-freemius.php:2499
53
  msgid "It's a temporary %s. I'm just debugging an issue."
54
  msgstr "È una %s temporanea. Sto solo cercando di risolvere un problema."
55
 
56
- #: includes/class-freemius.php:2501
57
  msgid "Deactivation"
58
  msgstr "Disattivazione"
59
 
60
- #: includes/class-freemius.php:2502
61
  msgid "Theme Switch"
62
  msgstr "Cambio tema"
63
 
64
- #: includes/class-freemius.php2511, templates/forms/resend-key.php:24
 
65
  msgid "Other"
66
  msgstr "Altro"
67
 
68
- #: includes/class-freemius.php:2519
69
  msgid "I no longer need the %s"
70
  msgstr "Non ho più bisogno di %s"
71
 
72
- #: includes/class-freemius.php:2526
73
  msgid "I only needed the %s for a short period"
74
  msgstr "Ho avuto bisogno di %s per un breve periodo"
75
 
76
- #: includes/class-freemius.php:2532
77
  msgid "The %s broke my site"
78
  msgstr "%s ha rotto il mio sito"
79
 
80
- #: includes/class-freemius.php:2539
81
  msgid "The %s suddenly stopped working"
82
  msgstr "%s ha improvvisamente smesso di funzionare"
83
 
84
- #: includes/class-freemius.php:2549
85
  msgid "I can't pay for it anymore"
86
  msgstr "Non posso piú pagarlo"
87
 
88
- #: includes/class-freemius.php:2551
89
  msgid "What price would you feel comfortable paying?"
90
  msgstr "Che prezzo ritieni opportuno pagare?"
91
 
92
- #: includes/class-freemius.php:2557
93
  msgid "I don't like to share my information with you"
94
  msgstr "Non voglio condividere i miei dati con te"
95
 
96
- #: includes/class-freemius.php:2578
97
  msgid "The %s didn't work"
98
  msgstr "%s non funziona"
99
 
100
- #: includes/class-freemius.php:2588
101
  msgid "I couldn't understand how to make it work"
102
  msgstr "Non capisco come farlo funzionare"
103
 
104
- #: includes/class-freemius.php:2596
105
  msgid "The %s is great, but I need specific feature that you don't support"
106
  msgstr "%s è ottimo ma ho bisogno di una funzionalità specifica non supportata"
107
 
108
- #: includes/class-freemius.php:2598
109
  msgid "What feature?"
110
  msgstr "Quale funzionalitá?"
111
 
112
- #: includes/class-freemius.php:2602
113
  msgid "The %s is not working"
114
  msgstr "%s non funziona"
115
 
116
- #: includes/class-freemius.php:2604
117
  msgid "Kindly share what didn't work so we can fix it for future users..."
118
  msgstr "Condividi cosa non ha funzionato in modo da migliorare il prodotto per gli utenti futuri..."
119
 
120
- #: includes/class-freemius.php:2608
121
  msgid "It's not what I was looking for"
122
  msgstr "Non é quello che stavo cercando"
123
 
124
- #: includes/class-freemius.php:2610
125
  msgid "What you've been looking for?"
126
  msgstr "Che cosa stai cercando?"
127
 
128
- #: includes/class-freemius.php:2614
129
  msgid "The %s didn't work as expected"
130
  msgstr "%s non ha funzionato come mi aspettavo"
131
 
132
- #: includes/class-freemius.php:2616
133
  msgid "What did you expect?"
134
  msgstr "Che cosa ti aspettavi?"
135
 
136
- #: includes/class-freemius.php3471, templates/debug.php:20
137
  msgid "Freemius Debug"
138
  msgstr "Debug Freemius"
139
 
140
- #: includes/class-freemius.php:4223
141
  msgid "I don't know what is cURL or how to install it, help me!"
142
  msgstr "Non ho idea di cosa sia cURL o come installarlo, aiutami!"
143
 
144
- #: includes/class-freemius.php:4225
145
  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."
146
  msgstr "Contatteremo il tuo hosting e risolveremo il problema. Riceverai un' email a %s non appena ci saranno aggiornamenti."
147
 
148
- #: includes/class-freemius.php:4232
149
  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."
150
  msgstr "Installa cURL e abilitalo nel file file php.ini. Inoltre cerca per il parametro 'disable_functions' nel tuo file php.ini e rimuovi ogni metodo disattivato che inizia con 'curl_'. Per verificare che tutti sia attivato usa 'phpinfo()'. Una volta attivato, disattiva 1%s e riattivalo di nuovo."
151
 
152
- #: includes/class-freemius.php:4337
153
  msgid "Yes - do your thing"
154
  msgstr "Sì - fai pure"
155
 
156
- #: includes/class-freemius.php:4342
157
  msgid "No - just deactivate"
158
  msgstr "No - disattiva e basta"
159
 
160
- #: includes/class-freemius.php4387, includes/class-freemius.php4881,
161
- #: includes/class-freemius.php6032, includes/class-freemius.php13153,
162
- #: includes/class-freemius.php16558, includes/class-freemius.php16646,
163
- #: includes/class-freemius.php16812, includes/class-freemius.php19040,
164
- #: includes/class-freemius.php19381, includes/class-freemius.php19391,
165
- #: includes/class-freemius.php20051, includes/class-freemius.php20924,
166
- #: includes/class-freemius.php21039, includes/class-freemius.php21183,
167
- #: templates/add-ons.php:57
168
  msgctxt "exclamation"
169
  msgid "Oops"
170
  msgstr "Ops"
171
 
172
- #: includes/class-freemius.php:4456
173
  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."
174
  msgstr "Grazie per averci dato la possibilità di risolvere il problema! È stato appena inviato un messaggio al nostro staff tecnico. Ti risponderemo non appena avremo un aggiornamento riguardante %s. Grazie per la tua pazienza."
175
 
176
- #: includes/class-freemius.php:4878
177
  msgctxt "addonX cannot run without pluginY"
178
  msgid "%s cannot run without %s."
179
  msgstr "%s non può funzionare senza %s."
180
 
181
- #: includes/class-freemius.php:4879
182
  msgctxt "addonX cannot run..."
183
  msgid "%s cannot run without the plugin."
184
  msgstr "%s non può funzionare senza il plugin."
185
 
186
- #: includes/class-freemius.php5052, includes/class-freemius.php5077,
187
- #: includes/class-freemius.php:20122
188
  msgid "Unexpected API error. Please contact the %s's author with the following error."
189
  msgstr "Errore API inaspettato. Contatta l'autore di %s con il seguente errore."
190
 
191
- #: includes/class-freemius.php:5720
192
  msgid "Premium %s version was successfully activated."
193
  msgstr "La versione 1%s Permium è stata attivata con successo."
194
 
195
- #: includes/class-freemius.php5732, includes/class-freemius.php:7599
196
  msgctxt ""
197
  msgid "W00t"
198
  msgstr "Forte"
199
 
200
- #: includes/class-freemius.php:5747
201
  msgid "You have a %s license."
202
  msgstr "Hai la licenza %s."
203
 
204
- #: includes/class-freemius.php5751, includes/class-freemius.php15975,
205
- #: includes/class-freemius.php15986, includes/class-freemius.php19292,
206
- #: includes/class-freemius.php19642, includes/class-freemius.php19711,
207
- #: includes/class-freemius.php:19876
208
  msgctxt "interjection expressing joy or exuberance"
209
  msgid "Yee-haw"
210
  msgstr "Evvai"
211
 
212
- #: includes/class-freemius.php:6015
213
  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."
214
  msgstr "Il periodo di prova gratuito %s è stato annullato con successo. Siccome l'add-on è premium, è stato disattivato automaticamente. Se vorrai usarlo in futuro, dovrai comprare una licenza."
215
 
216
- #: includes/class-freemius.php:6019
217
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
218
  msgstr "%s è un add-on premium. Devi comprare una licenza prima di poter attivare il plugin."
219
 
220
- #: includes/class-freemius.php6028, templates/add-ons.php186,
221
  #: templates/account/partials/addon.php:381
222
  msgid "More information about %s"
223
  msgstr "Ulteriori informazioni su %s"
224
 
225
- #: includes/class-freemius.php:6029
226
  msgid "Purchase License"
227
  msgstr "Acquista licenza"
228
 
229
- #: includes/class-freemius.php6964, templates/connect.php:163
230
  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."
231
  msgstr "Dovresti ricevere un'email di attivazione di %s all'indirizzo %s. Assicurati di fare clic sul pulsante di attivazione nell'email per %s."
232
 
233
- #: includes/class-freemius.php:6968
234
  msgid "start the trial"
235
  msgstr "Inizia il periodo di prova gratuito"
236
 
237
- #: includes/class-freemius.php6969, templates/connect.php:167
238
  msgid "complete the install"
239
  msgstr "completa l'installazione"
240
 
241
- #: includes/class-freemius.php:7081
242
  msgid "You are just one step away - %s"
243
  msgstr "Sei a un passo dalla fine - %s"
244
 
245
- #: includes/class-freemius.php:7084
246
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
247
  msgid "Complete \"%s\" Activation Now"
248
  msgstr "Completa l'attivazione di \"%s\" ora"
249
 
250
- #: includes/class-freemius.php:7162
251
  msgid "We made a few tweaks to the %s, %s"
252
  msgstr "Abbiamo fatto alcune migliore a %s,%s"
253
 
254
- #: includes/class-freemius.php:7166
255
  msgid "Opt in to make \"%s\" better!"
256
- msgstr "Opt in to make \"%s\" better!"
257
 
258
- #: includes/class-freemius.php:7598
259
  msgid "The upgrade of %s was successfully completed."
260
  msgstr "L'aggiornamento di %s è stato completato con successo."
261
 
262
- #: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
263
- #: includes/class-fs-plugin-updater.php1233,
264
- #: includes/class-fs-plugin-updater.php1240,
265
  #: templates/auto-installation.php:32
266
  msgid "Add-On"
267
  msgstr "Add-on"
268
 
269
- #: includes/class-freemius.php9804, templates/account.php335,
270
- #: templates/account.php343, templates/debug.php360, templates/debug.php:551
271
  msgid "Plugin"
272
  msgstr "Plugin"
273
 
274
- #: includes/class-freemius.php9805, templates/account.php336,
275
- #: templates/account.php344, templates/debug.php360, templates/debug.php551,
276
  #: templates/forms/deactivation/form.php:71
277
  msgid "Theme"
278
  msgstr "Tema"
279
 
280
- #: includes/class-freemius.php:12596
281
  msgid "An unknown error has occurred while trying to set the user's beta mode."
282
- msgstr "An unknown error has occurred while trying to set the user's beta mode."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
283
 
284
- #: includes/class-freemius.php:13020
285
  msgid "Invalid site details collection."
286
- msgstr "Invalid site details collection."
287
 
288
- #: includes/class-freemius.php:13140
289
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
290
  msgstr "Non siamo riusciti a trovare il tuo indirizzo email nel sistema, sei sicuro che sia l'indirizzo giusto?"
291
 
292
- #: includes/class-freemius.php:13142
293
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
294
  msgstr "Non siamo riusciti a trovare alcuna licenza attiva associata al tuo indirizzo email, sei sicuro che sia l'indirizzo giusto?"
295
 
296
- #: includes/class-freemius.php:13416
297
  msgid "Account is pending activation."
298
  msgstr "Account in attesa di attivazione."
299
 
300
- #: includes/class-freemius.php13528,
301
  #: templates/forms/premium-versions-upgrade-handler.php:47
302
  msgid "Buy a license now"
303
  msgstr "Compra una licenza ora"
304
 
305
- #: includes/class-freemius.php13540,
306
  #: templates/forms/premium-versions-upgrade-handler.php:46
307
  msgid "Renew your license now"
308
  msgstr "Rinnova la tua licenza ora"
309
 
310
- #: includes/class-freemius.php:13544
311
  msgid "%s to access version %s security & feature updates, and support."
312
- msgstr "%s to access version %s security & feature updates, and support."
313
 
314
- #: includes/class-freemius.php:15957
315
  msgid "%s activation was successfully completed."
316
  msgstr "%s è stato attivato con successo."
317
 
318
- #: includes/class-freemius.php:15971
319
  msgid "Your account was successfully activated with the %s plan."
320
  msgstr "Il tuo account è stato attivato correttamente con il piano %s."
321
 
322
- #: includes/class-freemius.php15982, includes/class-freemius.php:19707
323
  msgid "Your trial has been successfully started."
324
  msgstr "La versione di prova è stata avviata correttamente."
325
 
326
- #: includes/class-freemius.php16556, includes/class-freemius.php16644,
327
- #: includes/class-freemius.php:16810
328
  msgid "Couldn't activate %s."
329
  msgstr "Non é stato possibile attivare %s."
330
 
331
- #: includes/class-freemius.php16557, includes/class-freemius.php16645,
332
- #: includes/class-freemius.php:16811
333
  msgid "Please contact us with the following message:"
334
  msgstr "Contattaci con il seguente messaggio:"
335
 
336
- #: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
337
  msgid "An unknown error has occurred."
338
- msgstr "An unknown error has occurred."
339
 
340
- #: includes/class-freemius.php17168, includes/class-freemius.php:22082
341
  msgid "Upgrade"
342
  msgstr "Aggiornamento"
343
 
344
- #: includes/class-freemius.php:17174
345
  msgid "Start Trial"
346
  msgstr "Inizia il periodo di prova gratuito"
347
 
348
- #: includes/class-freemius.php:17176
349
  msgid "Pricing"
350
  msgstr "Prezzi"
351
 
352
- #: includes/class-freemius.php17256, includes/class-freemius.php:17258
353
  msgid "Affiliation"
354
  msgstr "Affiliazione"
355
 
356
- #: includes/class-freemius.php17286, includes/class-freemius.php17288,
357
- #: templates/account.php183, templates/debug.php:326
358
  msgid "Account"
359
  msgstr "Account"
360
 
361
- #: includes/class-freemius.php17302, includes/class-freemius.php17304,
362
  #: includes/customizer/class-fs-customizer-support-section.php:60
363
  msgid "Contact Us"
364
  msgstr "Contattaci"
365
 
366
- #: includes/class-freemius.php17315, includes/class-freemius.php17317,
367
- #: includes/class-freemius.php22096, templates/account.php111,
368
  #: templates/account/partials/addon.php:44
369
  msgid "Add-Ons"
370
  msgstr "Addon"
371
 
372
- #: includes/class-freemius.php:17351
373
  msgctxt "ASCII arrow left icon"
374
  msgid "&#x2190;"
375
  msgstr "&#x2190;"
376
 
377
- #: includes/class-freemius.php:17351
378
  msgctxt "ASCII arrow right icon"
379
  msgid "&#x27a4;"
380
  msgstr "&#x27a4;"
381
 
382
- #: includes/class-freemius.php17353, templates/pricing.php:103
383
  msgctxt "noun"
384
  msgid "Pricing"
385
  msgstr "Prezzi"
386
 
387
- #: includes/class-freemius.php17566,
388
  #: includes/customizer/class-fs-customizer-support-section.php:67
389
  msgid "Support Forum"
390
  msgstr "Forum di supporto"
391
 
392
- #: includes/class-freemius.php:18536
393
  msgid "Your email has been successfully verified - you are AWESOME!"
394
  msgstr "Il tuo indirizzo email è stato verificato con successo - SEI UN GRANDE!"
395
 
396
- #: includes/class-freemius.php:18537
397
  msgctxt "a positive response"
398
  msgid "Right on"
399
  msgstr "Sì"
400
 
401
- #: includes/class-freemius.php:19041
402
  msgid "seems like the key you entered doesn't match our records."
403
  msgstr "seems like the key you entered doesn't match our records."
404
 
405
- #: includes/class-freemius.php:19065
406
  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."
407
  msgstr "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."
408
 
409
- #: includes/class-freemius.php:19283
410
  msgid "Your %s Add-on plan was successfully upgraded."
411
  msgstr "Il piano del tuo add-on %s è stato aggiornato con successo."
412
 
413
- #: includes/class-freemius.php:19285
414
  msgid "%s Add-on was successfully purchased."
415
  msgstr "L' add-on %s è stato acquistato con successo."
416
 
417
- #: includes/class-freemius.php:19288
418
  msgid "Download the latest version"
419
  msgstr "Scarica l'ultima versione"
420
 
421
- #: includes/class-freemius.php:19374
422
  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"
423
- msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
424
 
425
- #: includes/class-freemius.php19380, includes/class-freemius.php19390,
426
- #: includes/class-freemius.php19835, includes/class-freemius.php:19924
427
  msgid "Error received from the server:"
428
  msgstr "Errore ricevuto dal server:"
429
 
430
- #: includes/class-freemius.php:19390
431
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
432
  msgstr "Sembra che uno dei parametri di autenticazione sia sbagliato. Aggiorna la tua chiave pubblica, Secret Key & User ID e riprova."
433
 
434
- #: includes/class-freemius.php19604, includes/class-freemius.php19840,
435
- #: includes/class-freemius.php19895, includes/class-freemius.php:19998
436
  msgctxt ""
437
  msgid "Hmm"
438
  msgstr "Uhm"
439
 
440
- #: includes/class-freemius.php:19617
441
  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."
442
  msgstr "Sembra che tu sia ancora usando il piano %s. Se hai effettuato un upgrade o cambiato il piano, è probabile che ci sia un problema nei nostri sistemi."
443
 
444
- #: includes/class-freemius.php19618, templates/account.php113,
445
  #: templates/add-ons.php250, templates/account/partials/addon.php:46
446
  msgctxt "trial period"
447
  msgid "Trial"
448
  msgstr "Prova gratuita"
449
 
450
- #: includes/class-freemius.php:19623
451
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
452
  msgstr "Ho aggiornato il mio account, ma quando cerco di sincronizzare la licenza, il piano rimane %s."
453
 
454
- #: includes/class-freemius.php19627, includes/class-freemius.php:19686
455
  msgid "Please contact us here"
456
  msgstr "Contattaci qui"
457
 
458
- #: includes/class-freemius.php:19638
459
  msgid "Your plan was successfully activated."
460
- msgstr "Your plan was successfully activated."
461
 
462
- #: includes/class-freemius.php:19639
463
  msgid "Your plan was successfully upgraded."
464
  msgstr "Il piano è stato aggiornato con successo."
465
 
466
- #: includes/class-freemius.php:19656
467
  msgid "Your plan was successfully changed to %s."
468
  msgstr "Il piano è stato cambiato con successo a %s."
469
 
470
- #: includes/class-freemius.php:19672
471
  msgid "Your license has expired. You can still continue using the free %s forever."
472
  msgstr "La tua licenza è scaduta. Puoi continuare ad usare la versione gratuita %s per sempre."
473
 
474
- #: includes/class-freemius.php:19674
475
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
476
  msgstr "La tua licenza è scaduta. %1$saggiorna ora %2$sper continuare ad utilizzare %3$s senza interruzioni."
477
 
478
- #: includes/class-freemius.php:19682
479
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
480
  msgstr "La tua licenza è stata cancellata. Se credi sia un errore, per favore contatta il supporto."
481
 
482
- #: includes/class-freemius.php:19695
483
  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."
484
  msgstr "La licenza è scaduta. È comunque possibile continuare a utilizzare tutte le funzionalità di %s, ma sarà necessario rinnovare la licenza per continuare a ricevere gli aggiornamenti ed il supporto."
485
 
486
- #: includes/class-freemius.php:19721
487
  msgid "Your free trial has expired. You can still continue using all our free features."
488
  msgstr "La tua versione di prova gratuita è scaduta. Puoi continuare ad usare tutte le funzionalità gratuite."
489
 
490
- #: includes/class-freemius.php:19723
491
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
492
  msgstr "La tua versione prova è scaduta.%1$s aggiorna ora %2$s per continuare ad usare %3$s senza interruzioni."
493
 
494
- #: includes/class-freemius.php:19831
495
  msgid "It looks like the license could not be activated."
496
  msgstr "Sembra che la licenza non possa essere attivata."
497
 
498
- #: includes/class-freemius.php:19873
499
  msgid "Your license was successfully activated."
500
  msgstr "La tua licenza è stata attivata correttamente."
501
 
502
- #: includes/class-freemius.php:19899
503
  msgid "It looks like your site currently doesn't have an active license."
504
  msgstr "Sembra che il tuo sito non disponga di alcuna licenza attiva."
505
 
506
- #: includes/class-freemius.php:19923
507
  msgid "It looks like the license deactivation failed."
508
  msgstr "Sembra che la disattivazione della licenza non sia riuscita."
509
 
510
- #: includes/class-freemius.php:19951
 
 
 
 
511
  msgid "Your license was successfully deactivated, you are back to the %s plan."
512
  msgstr "La tua licenza é stata disattivata con successo, sei tornato al piano %s."
513
 
514
- #: includes/class-freemius.php:19952
515
  msgid "O.K"
516
  msgstr "OK"
517
 
518
- #: includes/class-freemius.php:20005
519
  msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
520
- msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
521
 
522
- #: includes/class-freemius.php:20014
523
  msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
524
- msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
525
 
526
- #: includes/class-freemius.php:20056
527
  msgid "You are already running the %s in a trial mode."
528
  msgstr "Stai già usando %s in modalità prova."
529
 
530
- #: includes/class-freemius.php:20067
531
  msgid "You already utilized a trial before."
532
  msgstr "Hai già utilizzato una prova gratuita in passato."
533
 
534
- #: includes/class-freemius.php:20081
535
  msgid "Plan %s do not exist, therefore, can't start a trial."
536
  msgstr "Il piano %s non esiste, per questo motivo non è possibile iniziare il periodo di prova."
537
 
538
- #: includes/class-freemius.php:20092
539
  msgid "Plan %s does not support a trial period."
540
  msgstr "Il piano %s non supporta il periodo di prova."
541
 
542
- #: includes/class-freemius.php:20103
543
  msgid "None of the %s's plans supports a trial period."
544
  msgstr "Nessuno dei piani di %ssupporta il periodo di prova."
545
 
546
- #: includes/class-freemius.php:20153
547
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
548
  msgstr "Sembra che tu non stia più usando la prova gratuita, quindi non c'è niente che tu debba annullare :)"
549
 
550
- #: includes/class-freemius.php:20189
551
  msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
552
  msgstr "Stiamo avendo qualche problema temporaneo con l'annullamento del periodo di prova. Riprova tra qualche minuto."
553
 
554
- #: includes/class-freemius.php:20208
555
  msgid "Your %s free trial was successfully cancelled."
556
  msgstr "Il tuo periodo di prova gratuito %s è stato annullato con successo."
557
 
558
- #: includes/class-freemius.php:20524
559
  msgid "Version %s was released."
560
  msgstr "La versione %s é stata rilasciata."
561
 
562
- #: includes/class-freemius.php:20524
563
  msgid "Please download %s."
564
  msgstr "Scarica %s."
565
 
566
- #: includes/class-freemius.php:20531
567
  msgid "the latest %s version here"
568
  msgstr "l'ultima versione %s é quì"
569
 
570
- #: includes/class-freemius.php:20536
571
  msgid "New"
572
  msgstr "Nuovo"
573
 
574
- #: includes/class-freemius.php:20541
575
  msgid "Seems like you got the latest release."
576
  msgstr "Sembra che tu abbia la versione più recente."
577
 
578
- #: includes/class-freemius.php:20542
579
  msgid "You are all good!"
580
  msgstr "Sei fantastico!"
581
 
582
- #: includes/class-freemius.php:20812
583
  msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
584
  msgstr "L'email di verifica è stata inviata a %s. Se dopo 5 minuti non è ancora arrivata, per favore controlla nella tua casella di posta indesiderata."
585
 
586
- #: includes/class-freemius.php:20951
587
  msgid "Site successfully opted in."
588
  msgstr "Sito accettato con successo."
589
 
590
- #: includes/class-freemius.php20952, includes/class-freemius.php:21792
591
  msgid "Awesome"
592
  msgstr "Fantastico"
593
 
594
- #: includes/class-freemius.php20968, templates/forms/optout.php:32
595
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
596
  msgstr "Ti ringraziamo per averci concesso di tracciare alcuni dati di utilizzo al fine di migliorare %s."
597
 
598
- #: includes/class-freemius.php:20969
599
  msgid "Thank you!"
600
  msgstr "Grazie!"
601
 
602
- #: includes/class-freemius.php:20976
603
  msgid "We will no longer be sending any usage data of %s on %s to %s."
604
  msgstr "Non possiamo più inviare i dati di utilizzo di %ssu %sa %s."
605
 
606
- #: includes/class-freemius.php:21105
607
  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."
608
  msgstr "Verifica di aver ricevuto l'email da %s per confermare il cambiamento del proprietario. Per ragioni di sicurezza devi confermare il cambiamento entro 15 minuti. Se non trovi l'email controlla nella posta indesiderata."
609
 
610
- #: includes/class-freemius.php:21111
611
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
612
  msgstr "Grazie per aver confermato il cambiamento del proprietario. Un' email è stata appena inviata a %s per la conferma finale."
613
 
614
- #: includes/class-freemius.php:21116
615
  msgid "%s is the new owner of the account."
616
  msgstr "%s è il nuovo proprietario dell'account."
617
 
618
- #: includes/class-freemius.php:21118
619
  msgctxt "as congratulations"
620
  msgid "Congrats"
621
  msgstr "Congratulazioni"
622
 
623
- #: includes/class-freemius.php:21138
624
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
625
- msgstr "Siamo spiacenti, non siamo riusciti a completare l'aggiornamento via email. Un altro utente con lo stesso indirizzo email è già registrato."
626
-
627
- #: includes/class-freemius.php:21139
628
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
629
- msgstr "Puoi abbandonare la proprietà dell'account %s a %scliccando il pulsante Cambia proprietario."
630
-
631
- #: includes/class-freemius.php:21146
632
- msgid "Change Ownership"
633
- msgstr "Cambia Proprietario"
634
-
635
- #: includes/class-freemius.php:21154
636
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
637
  msgstr "Il tuo indirizzo email è stato aggiornato correttamente. Riceverai un'email con le istruzioni di conferma in pochi istanti."
638
 
639
- #: includes/class-freemius.php:21166
640
  msgid "Please provide your full name."
641
  msgstr "Per favore inserisci il tuo nome completo."
642
 
643
- #: includes/class-freemius.php:21171
644
  msgid "Your name was successfully updated."
645
  msgstr "Il tuo nome è stato aggiornato correttamente."
646
 
647
- #: includes/class-freemius.php:21232
648
  msgid "You have successfully updated your %s."
649
  msgstr "Hai aggiornato con successo il tuo %s."
650
 
651
- #: includes/class-freemius.php:21372
652
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
653
  msgstr "Le informazioni sugli add-on di %s vengono scaricate da un server esterno."
654
 
655
- #: includes/class-freemius.php:21373
656
  msgctxt "advance notice of something that will need attention."
657
  msgid "Heads up"
658
  msgstr "Attenzione"
659
 
660
- #: includes/class-freemius.php:21832
661
  msgctxt "exclamation"
662
  msgid "Hey"
663
  msgstr "Hey"
664
 
665
- #: includes/class-freemius.php:21832
666
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
667
  msgstr "Come sta andando con %s? Prova tutte le funzionalità premium di %s con una prova gratuita di %d giorni."
668
 
669
- #: includes/class-freemius.php:21840
670
  msgid "No commitment for %s days - cancel anytime!"
671
  msgstr "Nessun impegno per %s giorni - puoi annullare in qualsiasi momento!"
672
 
673
- #: includes/class-freemius.php:21841
674
  msgid "No credit card required"
675
  msgstr "Nessuna carta di credito richiesta"
676
 
677
- #: includes/class-freemius.php21848, templates/forms/trial-start.php:53
678
  msgctxt "call to action"
679
  msgid "Start free trial"
680
  msgstr "Inizia il periodo di prova gratuito"
681
 
682
- #: includes/class-freemius.php:21925
683
  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!"
684
  msgstr "Ciao, sai che %s ha il programma di affiliazione? Se ti piace %s puoi diventare un nostro ambasciatore e guadagnare denaro!"
685
 
686
- #: includes/class-freemius.php:21934
687
  msgid "Learn more"
688
  msgstr "Scopri altro"
689
 
690
- #: includes/class-freemius.php22120, templates/account.php499,
691
- #: templates/account.php624, templates/connect.php171,
692
- #: templates/connect.php421, templates/forms/license-activation.php27,
693
  #: templates/account/partials/addon.php:321
694
  msgid "Activate License"
695
  msgstr "Attiva licenza"
696
 
697
- #: includes/class-freemius.php22121, templates/account.php571,
698
- #: templates/account.php623, templates/account/partials/addon.php322,
699
  #: templates/account/partials/site.php:271
700
  msgid "Change License"
701
  msgstr "Cambia licenza"
702
 
703
- #: includes/class-freemius.php22217, templates/account/partials/site.php:169
704
  msgid "Opt Out"
705
  msgstr "Cancella iscrizione"
706
 
707
- #: includes/class-freemius.php22219, includes/class-freemius.php22225,
708
  #: templates/account/partials/site.php49,
709
  #: templates/account/partials/site.php:169
710
  msgid "Opt In"
711
  msgstr "Iscriviti"
712
 
713
- #: includes/class-freemius.php:22453
714
  msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
715
- msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
716
 
717
- #: includes/class-freemius.php:22461
718
  msgid "Activate %s features"
719
- msgstr "Activate %s features"
720
 
721
- #: includes/class-freemius.php:22474
722
  msgid "Please follow these steps to complete the upgrade"
723
  msgstr "Segui i passi seguenti per completare l'aggiornamento"
724
 
725
- #: includes/class-freemius.php:22478
726
  msgid "Download the latest %s version"
727
  msgstr "Scarica l'ultima versione di %s"
728
 
729
- #: includes/class-freemius.php:22482
730
  msgid "Upload and activate the downloaded version"
731
  msgstr "Carica e attiva la versione scaricata"
732
 
733
- #: includes/class-freemius.php:22484
734
  msgid "How to upload and activate?"
735
  msgstr "Come faccio a caricare ed attivare?"
736
 
737
- #: includes/class-freemius.php:22618
738
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
739
  msgstr "%sClicca qui%s per scegliere i siti dove vuoi attivare la licenza."
740
 
741
- #: includes/class-freemius.php:22779
742
  msgid "Auto installation only works for opted-in users."
743
  msgstr "L'installazione automatica funziona solo per gli utenti che hanno dato il consenso."
744
 
745
- #: includes/class-freemius.php22789, includes/class-freemius.php22822,
746
- #: includes/class-fs-plugin-updater.php1212,
747
- #: includes/class-fs-plugin-updater.php:1226
748
  msgid "Invalid module ID."
749
  msgstr "ID modulo non valida."
750
 
751
- #: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
752
  msgid "Premium version already active."
753
  msgstr "Versione Premium già attiva."
754
 
755
- #: includes/class-freemius.php:22805
756
  msgid "You do not have a valid license to access the premium version."
757
  msgstr "Non disponi di una licenza valida per accedere alla versione Premium."
758
 
759
- #: includes/class-freemius.php:22812
760
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
761
  msgstr "Il plugin è un \"Serviceware\", quindi non dispone di una versione del codice Premium."
762
 
763
- #: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
764
  msgid "Premium add-on version already installed."
765
  msgstr "Versione Premium dell'add-on già installata."
766
 
767
- #: includes/class-freemius.php:23180
768
  msgid "View paid features"
769
  msgstr "Vedi funzionalità a pagamento"
770
 
771
- #: includes/class-freemius.php:23502
772
  msgid "Thank you so much for using %s and its add-ons!"
773
  msgstr "Grazie per utilizzare %se i suoi addon!"
774
 
775
- #: includes/class-freemius.php:23503
776
  msgid "Thank you so much for using %s!"
777
  msgstr "Grazie per utilizzare %s!"
778
 
779
- #: includes/class-freemius.php:23509
780
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
781
  msgstr "Hai già accettato il tracciamento d'uso, ci aiuterà a migliorare %s."
782
 
783
- #: includes/class-freemius.php:23513
784
  msgid "Thank you so much for using our products!"
785
  msgstr "Grazie per utilizzare i nostri prodotti!"
786
 
787
- #: includes/class-freemius.php:23514
788
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
789
  msgstr "Hai già accettato il tracciamento d'uso che ci aiuta a migliorare."
790
 
791
- #: includes/class-freemius.php:23533
792
  msgid "%s and its add-ons"
793
  msgstr "%se i suoi addon"
794
 
795
- #: includes/class-freemius.php:23542
796
  msgid "Products"
797
  msgstr "Prodotti"
798
 
799
- #: includes/class-freemius.php23549, templates/connect.php:272
800
  msgid "Yes"
801
  msgstr "Si"
802
 
803
- #: includes/class-freemius.php23550, templates/connect.php:273
804
  msgid "send me security & feature updates, educational content and offers."
805
  msgstr "inviami aggiornamenti di funzionalità e sicurezza, contenuti formativi e offerte."
806
 
807
- #: includes/class-freemius.php23551, templates/connect.php:278
808
  msgid "No"
809
  msgstr "No"
810
 
811
- #: includes/class-freemius.php23553, templates/connect.php:280
812
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
813
  msgstr "%snon %s mi invierà aggiornamenti di funzionalità e sicurezza, contenuti formativi e offerte."
814
 
815
- #: includes/class-freemius.php:23563
816
  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 :-)"
817
- msgstr "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 :-)"
818
 
819
- #: includes/class-freemius.php23565, templates/connect.php:287
820
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
821
  msgstr "Facci sapere se vuoi essere contattato per aggiornamenti di sicurezza e di funzionalità, contenuti formativi e offerte occasionali:"
822
 
823
- #: includes/class-freemius.php:23847
824
  msgid "License key is empty."
825
  msgstr "La chiave licenza è vuota."
826
 
@@ -832,42 +842,42 @@ msgstr "Rinnova licenza"
832
  #: includes/class-fs-plugin-updater.php211,
833
  #: templates/forms/premium-versions-upgrade-handler.php:58
834
  msgid "Buy license"
835
- msgstr "Buy license"
836
 
837
- #: includes/class-fs-plugin-updater.php321,
838
- #: includes/class-fs-plugin-updater.php:354
839
  msgid "There is a %s of %s available."
840
- msgstr "There is a %s of %s available."
841
 
842
- #: includes/class-fs-plugin-updater.php323,
843
- #: includes/class-fs-plugin-updater.php:359
844
  msgid "new Beta version"
845
- msgstr "new Beta version"
846
 
847
- #: includes/class-fs-plugin-updater.php324,
848
- #: includes/class-fs-plugin-updater.php:360
849
  msgid "new version"
850
- msgstr "new version"
851
 
852
- #: includes/class-fs-plugin-updater.php:383
853
  msgid "Important Upgrade Notice:"
854
- msgstr "Important Upgrade Notice:"
855
 
856
- #: includes/class-fs-plugin-updater.php:1277
857
  msgid "Installing plugin: %s"
858
  msgstr "Installazione plugin: %s"
859
 
860
- #: includes/class-fs-plugin-updater.php:1318
861
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
862
  msgstr "Impossibile accedere al filesystem. Conferma le tue credenziali."
863
 
864
- #: includes/class-fs-plugin-updater.php:1500
865
  msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
866
  msgstr "Il pacchetto remoto del plugin non contiene una cartella con lo slug desiderato e la rinominazione non ha funzionato."
867
 
868
  #: includes/fs-plugin-info-dialog.php:535
869
  msgid "Purchase More"
870
- msgstr "Purchase More"
871
 
872
  #: includes/fs-plugin-info-dialog.php536,
873
  #: templates/account/partials/addon.php:385
@@ -883,7 +893,7 @@ msgstr "Inizia la mia %s"
883
  msgid "Install Free Version Update Now"
884
  msgstr "Installa l'ultima versione gratuita"
885
 
886
- #: includes/fs-plugin-info-dialog.php739, templates/account.php:560
887
  msgid "Install Update Now"
888
  msgstr "Installa l'aggiornamento ora"
889
 
@@ -903,7 +913,7 @@ msgctxt "as download latest version"
903
  msgid "Download Latest Free Version"
904
  msgstr "Scarica l'ultima versione gratuita"
905
 
906
- #: includes/fs-plugin-info-dialog.php766, templates/account.php91,
907
  #: templates/add-ons.php37, templates/account/partials/addon.php:25
908
  msgctxt "as download latest version"
909
  msgid "Download Latest"
@@ -915,11 +925,11 @@ msgstr "Scarica l'ultima versione"
915
  msgid "Activate this add-on"
916
  msgstr "Attivare questo addon"
917
 
918
- #: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
919
  msgid "Activate Free Version"
920
  msgstr "Attiva versione gratuita"
921
 
922
- #: includes/fs-plugin-info-dialog.php784, templates/account.php115,
923
  #: templates/add-ons.php330, templates/account/partials/addon.php:48
924
  msgid "Activate"
925
  msgstr "Attiva"
@@ -1055,8 +1065,8 @@ msgstr "Dopo il tuo %s gratuito, paghi solamente %s"
1055
  msgid "Details"
1056
  msgstr "Dettagli"
1057
 
1058
- #: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
1059
- #: templates/debug.php203, templates/debug.php240, templates/debug.php457,
1060
  #: templates/account/partials/addon.php:36
1061
  msgctxt "product version"
1062
  msgid "Version"
@@ -1071,7 +1081,7 @@ msgstr "Autore"
1071
  msgid "Last Updated"
1072
  msgstr "Ultimo aggiornamento"
1073
 
1074
- #: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
1075
  msgctxt "x-ago"
1076
  msgid "%s ago"
1077
  msgstr "%s fa"
@@ -1182,315 +1192,323 @@ msgstr "Versione più recente installata"
1182
  msgid "Latest Free Version Installed"
1183
  msgstr "Ultima versione gratuita installata"
1184
 
1185
- #: templates/account.php92, templates/forms/subscription-cancellation.php96,
1186
  #: templates/account/partials/addon.php26,
1187
  #: templates/account/partials/site.php:311
1188
  msgid "Downgrading your plan"
1189
- msgstr "Downgrading your plan"
1190
 
1191
- #: templates/account.php93, templates/forms/subscription-cancellation.php97,
1192
  #: templates/account/partials/addon.php27,
1193
  #: templates/account/partials/site.php:312
1194
  msgid "Cancelling the subscription"
1195
- msgstr "Cancelling the subscription"
1196
 
1197
  #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1198
  #. subscription'
1199
- #: templates/account.php95, templates/forms/subscription-cancellation.php99,
1200
  #: templates/account/partials/site.php:314
1201
  msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1202
- msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1203
 
1204
- #: templates/account.php96, templates/forms/subscription-cancellation.php100,
1205
  #: templates/account/partials/addon.php30,
1206
  #: templates/account/partials/site.php:315
1207
  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."
1208
- msgstr "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."
1209
 
1210
- #: templates/account.php97, templates/forms/subscription-cancellation.php106,
1211
  #: templates/account/partials/addon.php:31
1212
  msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1213
  msgstr "Cancellando il periodo di prova gratuito bloccherai immediatamente l'accesso a tutte le funzionalità premium. Vuoi continuare?"
1214
 
1215
- #: templates/account.php98, templates/forms/subscription-cancellation.php101,
1216
  #: templates/account/partials/addon.php32,
1217
  #: templates/account/partials/site.php:316
1218
  msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1219
- msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1220
 
1221
- #: templates/account.php99, templates/forms/subscription-cancellation.php102,
1222
  #: templates/account/partials/addon.php33,
1223
  #: templates/account/partials/site.php:317
1224
  msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1225
  msgstr "Quando la tua licenza scadrà, potrai comunque continuare a usare la versione gratuita, ma NON avrai accesso alle funzionalità %s."
1226
 
1227
  #. translators: %s: Plan title (e.g. "Professional")
1228
- #: templates/account.php101,
1229
  #: templates/account/partials/activate-license-button.php31,
1230
  #: templates/account/partials/addon.php:35
1231
  msgid "Activate %s Plan"
1232
  msgstr "Attivare il piano %s"
1233
 
1234
  #. translators: %s: Time period (e.g. Auto renews in "2 months")
1235
- #: templates/account.php104, templates/account/partials/addon.php38,
1236
  #: templates/account/partials/site.php:291
1237
  msgid "Auto renews in %s"
1238
  msgstr "Rinnovo automatico in %s"
1239
 
1240
  #. translators: %s: Time period (e.g. Expires in "2 months")
1241
- #: templates/account.php106, templates/account/partials/addon.php40,
1242
  #: templates/account/partials/site.php:293
1243
  msgid "Expires in %s"
1244
  msgstr "Scade in %s"
1245
 
1246
- #: templates/account.php:107
1247
  msgctxt "as synchronize license"
1248
  msgid "Sync License"
1249
  msgstr "Sincronizza la licenza"
1250
 
1251
- #: templates/account.php108, templates/account/partials/addon.php:41
1252
  msgid "Cancel Trial"
1253
  msgstr "Annulla prova gratuita"
1254
 
1255
- #: templates/account.php109, templates/account/partials/addon.php:42
1256
  msgid "Change Plan"
1257
  msgstr "Cambia piano"
1258
 
1259
- #: templates/account.php110, templates/account/partials/addon.php:43
1260
  msgctxt "verb"
1261
  msgid "Upgrade"
1262
  msgstr "Aggiornamento"
1263
 
1264
- #: templates/account.php112, templates/account/partials/addon.php45,
1265
  #: templates/account/partials/site.php:318
1266
  msgctxt "verb"
1267
  msgid "Downgrade"
1268
  msgstr "Downgrade"
1269
 
1270
- #: templates/account.php114, templates/add-ons.php246,
1271
  #: templates/plugin-info/features.php72,
1272
  #: templates/account/partials/addon.php47,
1273
  #: templates/account/partials/site.php:33
1274
  msgid "Free"
1275
  msgstr "Gratuito"
1276
 
1277
- #: templates/account.php116, templates/debug.php373,
1278
  #: includes/customizer/class-fs-customizer-upsell-control.php110,
1279
  #: templates/account/partials/addon.php:49
1280
  msgctxt "as product pricing plan"
1281
  msgid "Plan"
1282
  msgstr "Piano"
1283
 
1284
- #: templates/account.php:117
1285
  msgid "Bundle Plan"
1286
- msgstr "Bundle Plan"
1287
 
1288
- #: templates/account.php:191
1289
  msgid "Free Trial"
1290
  msgstr "Prova gratuita"
1291
 
1292
- #: templates/account.php:202
1293
  msgid "Account Details"
1294
  msgstr "Dettagli dell'account"
1295
 
1296
- #: templates/account.php209, templates/forms/data-debug-mode.php:33
1297
  msgid "Start Debug"
1298
  msgstr "Start Debug"
1299
 
1300
- #: templates/account.php:211
1301
  msgid "Stop Debug"
1302
  msgstr "Stop Debug"
1303
 
1304
- #: templates/account.php:218
1305
  msgid "Billing & Invoices"
1306
- msgstr "Billing & Invoices"
1307
 
1308
- #: templates/account.php:229
1309
  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?"
1310
  msgstr "L'eliminazione dell'account disattiva automaticamente la tua licenza del piano %s quindi è possibile utilizzarlo su altri siti. Se si desidera anche terminare i pagamenti ricorrenti, fare clic sul pulsante \"Annulla\" ed effettuare il \"Downgrade\" del tuo account. Sei sicuro di voler continuare con l'eliminazione?"
1311
 
1312
- #: templates/account.php:231
1313
  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?"
1314
  msgstr "La cancellazione non è temporanea. Cancella solamente se non vuoi più utilizzare %s. Sei sicuro di voler cancellare questi dati?"
1315
 
1316
- #: templates/account.php:234
1317
  msgid "Delete Account"
1318
  msgstr "Elimina Account"
1319
 
1320
- #: templates/account.php246, templates/account/partials/addon.php231,
1321
  #: templates/account/partials/deactivate-license-button.php:35
1322
  msgid "Deactivate License"
1323
  msgstr "Disattiva licenza"
1324
 
1325
- #: templates/account.php269, templates/forms/subscription-cancellation.php:125
1326
  msgid "Are you sure you want to proceed?"
1327
  msgstr "Sei sicuro di voler procedere?"
1328
 
1329
- #: templates/account.php269, templates/account/partials/addon.php:255
1330
  msgid "Cancel Subscription"
1331
  msgstr "Annulla sottoscrizione"
1332
 
1333
- #: templates/account.php298, templates/account/partials/addon.php:340
1334
  msgctxt "as synchronize"
1335
  msgid "Sync"
1336
  msgstr "Sincronizza"
1337
 
1338
- #: templates/account.php313, templates/debug.php:507
1339
  msgid "Name"
1340
  msgstr "Nome"
1341
 
1342
- #: templates/account.php319, templates/debug.php:508
1343
  msgid "Email"
1344
  msgstr "Email"
1345
 
1346
- #: templates/account.php326, templates/debug.php371, templates/debug.php:557
1347
  msgid "User ID"
1348
  msgstr "ID utente"
1349
 
1350
- #: templates/account.php344, templates/account.php637,
1351
- #: templates/account.php682, templates/debug.php238, templates/debug.php365,
1352
- #: templates/debug.php454, templates/debug.php506, templates/debug.php555,
1353
  #: templates/debug.php632, templates/account/payments.php35,
1354
  #: templates/debug/logger.php:21
1355
  msgid "ID"
1356
  msgstr "ID"
1357
 
1358
- #: templates/account.php:351
1359
  msgid "Site ID"
1360
  msgstr "ID del sito"
1361
 
1362
- #: templates/account.php:354
1363
  msgid "No ID"
1364
  msgstr "Nessun ID"
1365
 
1366
- #: templates/account.php359, templates/debug.php245, templates/debug.php374,
1367
- #: templates/debug.php458, templates/debug.php510,
1368
  #: templates/account/partials/site.php:227
1369
  msgid "Public Key"
1370
  msgstr "Chiave pubblica"
1371
 
1372
- #: templates/account.php365, templates/debug.php375, templates/debug.php459,
1373
- #: templates/debug.php511, templates/account/partials/site.php:239
1374
  msgid "Secret Key"
1375
  msgstr "Chiave segreta"
1376
 
1377
- #: templates/account.php:368
1378
  msgctxt "as secret encryption key missing"
1379
  msgid "No Secret"
1380
  msgstr "Nessuna chiave"
1381
 
1382
- #: templates/account.php395, templates/account/partials/site.php120,
1383
  #: templates/account/partials/site.php:122
1384
  msgid "Trial"
1385
  msgstr "Prova gratuita"
1386
 
1387
- #: templates/account.php422, templates/debug.php562,
1388
  #: templates/account/partials/site.php:260
1389
  msgid "License Key"
1390
  msgstr "Chiave della licenza"
1391
 
1392
- #: templates/account.php:453
1393
  msgid "Join the Beta program"
1394
- msgstr "Join the Beta program"
1395
 
1396
- #: templates/account.php:459
1397
  msgid "not verified"
1398
  msgstr "non verificato"
1399
 
1400
- #: templates/account.php468, templates/account/partials/addon.php:190
1401
  msgid "Expired"
1402
  msgstr "Scaduto"
1403
 
1404
- #: templates/account.php:528
1405
  msgid "Premium version"
1406
  msgstr "Versione premium"
1407
 
1408
- #: templates/account.php:530
1409
  msgid "Free version"
1410
  msgstr "Versione gratuita"
1411
 
1412
- #: templates/account.php:542
1413
  msgid "Verify Email"
1414
  msgstr "Verifica email"
1415
 
1416
- #: templates/account.php:553
1417
  msgid "Download %s Version"
1418
  msgstr "Scarica la versione %s"
1419
 
1420
- #: templates/account.php568, templates/account.php820,
 
 
 
 
1421
  #: templates/account/partials/site.php248,
1422
  #: templates/account/partials/site.php:270
1423
  msgctxt "verb"
1424
  msgid "Show"
1425
  msgstr "Mostra"
1426
 
1427
- #: templates/account.php:583
1428
  msgid "What is your %s?"
1429
  msgstr "Qual è il tuo %s?"
1430
 
1431
- #: templates/account.php591, templates/account/billing.php:21
1432
  msgctxt "verb"
1433
  msgid "Edit"
1434
  msgstr "Modifica"
1435
 
1436
- #: templates/account.php:616
 
 
 
 
1437
  msgid "Sites"
1438
  msgstr "Siti"
1439
 
1440
- #: templates/account.php:629
1441
  msgid "Search by address"
1442
  msgstr "Cerca per indirizzo"
1443
 
1444
- #: templates/account.php638, templates/debug.php:368
1445
  msgid "Address"
1446
  msgstr "Indirizzo"
1447
 
1448
- #: templates/account.php:639
1449
  msgid "License"
1450
  msgstr "Licenza"
1451
 
1452
- #: templates/account.php:640
1453
  msgid "Plan"
1454
  msgstr "Piano"
1455
 
1456
- #: templates/account.php:685
1457
  msgctxt "as software license"
1458
  msgid "License"
1459
  msgstr "Licenza"
1460
 
1461
- #: templates/account.php:814
1462
  msgctxt "verb"
1463
  msgid "Hide"
1464
  msgstr "Nascondi"
1465
 
1466
- #: templates/account.php836, templates/forms/data-debug-mode.php:31
1467
  msgid "Processing"
1468
- msgstr "Processing"
1469
 
1470
- #: templates/account.php:839
1471
  msgid "Get updates for bleeding edge Beta versions of %s."
1472
- msgstr "Get updates for bleeding edge Beta versions of %s."
1473
 
1474
- #: templates/account.php:897
1475
  msgid "Cancelling %s"
1476
- msgstr "Cancelling %s"
1477
 
1478
- #: templates/account.php897, templates/account.php914,
1479
  #: templates/forms/subscription-cancellation.php27,
1480
  #: templates/forms/deactivation/form.php:133
1481
  msgid "trial"
1482
- msgstr "trial"
1483
 
1484
- #: templates/account.php912, templates/forms/deactivation/form.php:150
1485
  msgid "Cancelling %s..."
1486
- msgstr "Cancelling %s..."
1487
 
1488
- #: templates/account.php915, templates/forms/subscription-cancellation.php28,
1489
  #: templates/forms/deactivation/form.php:134
1490
  msgid "subscription"
1491
- msgstr "subscription"
1492
 
1493
- #: templates/account.php:929
1494
  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?"
1495
  msgstr "Disattiva la tua licenza bloccando tutte le funzionalità premium ma potrai attivare la licenza su un altro sito. Sei sicuro di voler continuare?"
1496
 
@@ -1514,9 +1532,9 @@ msgstr "Attiva"
1514
  #: templates/add-ons.php:230
1515
  msgctxt "installed add-on"
1516
  msgid "Installed"
1517
- msgstr "Installed"
1518
 
1519
- #: templates/admin-notice.php13, templates/forms/license-activation.php207,
1520
  #: templates/forms/resend-key.php:77
1521
  msgctxt "as close a window"
1522
  msgid "Dismiss"
@@ -1556,159 +1574,167 @@ msgctxt "greeting"
1556
  msgid "Hey %s,"
1557
  msgstr "Hey %s,"
1558
 
1559
- #: templates/connect.php:154
1560
  msgid "Allow & Continue"
1561
  msgstr "Consenti & Continua"
1562
 
1563
- #: templates/connect.php:158
1564
  msgid "Re-send activation email"
1565
  msgstr "Invia nuovamente l'email di attivazione"
1566
 
1567
- #: templates/connect.php:162
1568
  msgid "Thanks %s!"
1569
  msgstr "Grazie %s!"
1570
 
1571
- #: templates/connect.php172, templates/forms/license-activation.php:46
1572
  msgid "Agree & Activate License"
1573
  msgstr "Accetta e attiva la licenza"
1574
 
1575
- #: templates/connect.php:181
1576
  msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1577
  msgstr "Grazie per aver acquistato %s! Per iniziare, per favore inserisci la tua chiave di licenza:"
1578
 
1579
- #: templates/connect.php:188
1580
  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."
1581
  msgstr "Non perdere nessun aggiornamento importante, accetta gli aggiornamenti di sicurezza e funzionalità, contenuti formativi, offerte e il tracciamento diagnostico senza dati sensibili con %4$s."
1582
 
1583
- #: templates/connect.php:189
1584
  msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1585
  msgstr "Non perdere nessun aggiornamento importante, accetta i nostri aggiornamenti di sicurezza e notifiche di funzionalità e il tracciamento diagnostico senza dati sensibili con %4$s."
1586
 
1587
- #: templates/connect.php:195
1588
  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."
1589
  msgstr "Non perdere nessun aggiornamento importante, accetta i nostri aggiornamenti di sicurezza e di nuove funzionalità, contenuto formativo, offerte e tracciamento diagnostico senza dati sensibili con %4$s. Se vuoi saltare questo passaggio non è un problema! %1$scontinuerà a funzionare."
1590
 
1591
- #: templates/connect.php:196
1592
  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."
1593
  msgstr "Non perdere nessun aggiornamento importante, accetta i nostri aggiornamenti di sicurezza e di nuove funzionalità, contenuto formativo, offerte e tracciamento diagnostico senza dati sensibili con %4$s. Se vuoi saltare questo passaggio non è un problema! %1$s continuerà a funzionare."
1594
 
1595
- #: templates/connect.php:230
1596
  msgid "We're excited to introduce the Freemius network-level integration."
1597
  msgstr "Siamo felici di presentarvi il supporto al sistema multi network di Freemius."
1598
 
1599
- #: templates/connect.php:233
1600
  msgid "During the update process we detected %d site(s) that are still pending license activation."
1601
  msgstr "Durante la procedura di aggiornamento abbiamo individuato%d sito/i che sono in attesa della attivazione della licenza."
1602
 
1603
- #: templates/connect.php:235
1604
  msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1605
  msgstr "Se vuoi utilizzare %s su questi siti, inserisci la tua licenza sotto e fai clic sul pulsante di attivazione."
1606
 
1607
- #: templates/connect.php:237
1608
  msgid "%s's paid features"
1609
  msgstr "Funzionalità a pagamento di %s"
1610
 
1611
- #: templates/connect.php:242
1612
  msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1613
  msgstr "In caso puoi saltare per adesso e attivare la licenza successivamente nella tua pagina di attivazione network di %s."
1614
 
1615
- #: templates/connect.php:244
1616
  msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1617
  msgstr "Durante la procedura di aggiornamenti abbiamo individuato %s sito/i del network che sono in attesa di un tuo controllo."
1618
 
1619
- #: templates/connect.php253, templates/forms/data-debug-mode.php35,
1620
  #: templates/forms/license-activation.php:49
1621
  msgid "License key"
1622
  msgstr "Chiave di licenza"
1623
 
1624
- #: templates/connect.php256, templates/forms/license-activation.php:22
1625
  msgid "Can't find your license key?"
1626
  msgstr "Non trovi la tua chiave di licenza?"
1627
 
1628
- #: templates/connect.php315, templates/connect.php652,
1629
  #: templates/forms/deactivation/retry-skip.php:20
1630
  msgctxt "verb"
1631
  msgid "Skip"
1632
  msgstr "Salta"
1633
 
1634
- #: templates/connect.php:318
1635
  msgid "Delegate to Site Admins"
1636
  msgstr "Delega ai proprietari del sito"
1637
 
1638
- #: templates/connect.php:318
1639
  msgid "If you click it, this decision will be delegated to the sites administrators."
1640
  msgstr "Se fai clic questa decisione sarà delegata agli amministratori del sito."
1641
 
1642
- #: templates/connect.php:346
1643
  msgid "Your Profile Overview"
1644
  msgstr "Panoramica del tuo profilo"
1645
 
1646
- #: templates/connect.php:347
1647
  msgid "Name and email address"
1648
  msgstr "Nome ed indirizzo email"
1649
 
1650
- #: templates/connect.php:352
1651
  msgid "Your Site Overview"
1652
  msgstr "Panoramica del tuo sito"
1653
 
1654
- #: templates/connect.php:353
1655
- msgid "Site URL, WP version, PHP info, plugins & themes"
1656
- msgstr "URL del sito, versione di WP, informazioni PHP, plugin e temi"
1657
 
1658
- #: templates/connect.php:358
1659
  msgid "Admin Notices"
1660
  msgstr "Avvisi amministratore"
1661
 
1662
- #: templates/connect.php359, templates/connect.php:375
1663
  msgid "Updates, announcements, marketing, no spam"
1664
  msgstr "Aggiornamenti, annunci, marketing, no spam"
1665
 
1666
- #: templates/connect.php:364
1667
  msgid "Current %s Events"
1668
  msgstr "Eventi %sattuali"
1669
 
1670
- #: templates/connect.php:365
1671
  msgid "Activation, deactivation and uninstall"
1672
  msgstr "Attiva, disattivazione e disinstallazione"
1673
 
1674
- #: templates/connect.php:374
1675
  msgid "Newsletter"
1676
  msgstr "Newsletter"
1677
 
1678
- #: templates/connect.php391, templates/forms/license-activation.php:41
 
 
 
 
 
 
 
 
1679
  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."
1680
  msgstr " Il %1$s invierà periodicamente dei dati a %2$s per verificare aggiornamenti di sicurezza e di funzionalità e verificare la validità della tua licenza."
1681
 
1682
- #: templates/connect.php:396
1683
  msgid "What permissions are being granted?"
1684
  msgstr "Quali autorizzazioni vengono concesse?"
1685
 
1686
- #: templates/connect.php:417
1687
  msgid "Don't have a license key?"
1688
  msgstr "Non hai una chiave di licenza?"
1689
 
1690
- #: templates/connect.php:420
1691
  msgid "Have a license key?"
1692
  msgstr "Hai una chiave di licenza?"
1693
 
1694
- #: templates/connect.php:428
1695
  msgid "Privacy Policy"
1696
  msgstr "Politica sulla privacy"
1697
 
1698
- #: templates/connect.php:430
1699
  msgid "License Agreement"
1700
  msgstr "License Agreement"
1701
 
1702
- #: templates/connect.php:430
1703
  msgid "Terms of Service"
1704
  msgstr "Termini del Servizio"
1705
 
1706
- #: templates/connect.php:805
1707
  msgctxt "as in the process of sending an email"
1708
  msgid "Sending email"
1709
  msgstr "Invio email"
1710
 
1711
- #: templates/connect.php:806
1712
  msgctxt "as activating plugin"
1713
  msgid "Activating"
1714
  msgstr "Attivazione"
@@ -1736,180 +1762,185 @@ msgctxt "as code debugging"
1736
  msgid "Debugging"
1737
  msgstr "Debugging"
1738
 
1739
- #: templates/debug.php54, templates/debug.php250, templates/debug.php376,
1740
- #: templates/debug.php:512
1741
  msgid "Actions"
1742
  msgstr "Azioni"
1743
 
1744
- #: templates/debug.php:64
1745
  msgid "Are you sure you want to delete all Freemius data?"
1746
  msgstr "Sei sicuro di voler eliminare tutti i dati di Freemius?"
1747
 
1748
- #: templates/debug.php:64
1749
  msgid "Delete All Accounts"
1750
  msgstr "Eliminare tutti gli account"
1751
 
1752
- #: templates/debug.php:71
1753
  msgid "Clear API Cache"
1754
  msgstr "Elimina cache API"
1755
 
1756
- #: templates/debug.php:79
1757
  msgid "Clear Updates Transients"
1758
  msgstr "Svuota le Transient degli aggiornamenti"
1759
 
1760
- #: templates/debug.php:86
1761
  msgid "Sync Data From Server"
1762
  msgstr "Sincronizza i dati dal server"
1763
 
1764
- #: templates/debug.php:95
1765
  msgid "Migrate Options to Network"
1766
- msgstr "Migrate Options to Network"
1767
 
1768
- #: templates/debug.php:100
1769
  msgid "Load DB Option"
1770
  msgstr "Carica opzioni del DB"
1771
 
1772
- #: templates/debug.php:103
1773
  msgid "Set DB Option"
1774
  msgstr "Imposta opzione del DB"
1775
 
1776
- #: templates/debug.php:182
1777
  msgid "Key"
1778
  msgstr "Chiave"
1779
 
1780
- #: templates/debug.php:183
1781
  msgid "Value"
1782
  msgstr "Valore"
1783
 
1784
- #: templates/debug.php:199
1785
  msgctxt "as software development kit versions"
1786
  msgid "SDK Versions"
1787
  msgstr "Versioni SDK"
1788
 
1789
- #: templates/debug.php:204
1790
  msgid "SDK Path"
1791
  msgstr "Percorso SDK"
1792
 
1793
- #: templates/debug.php205, templates/debug.php:244
1794
  msgid "Module Path"
1795
  msgstr "Percorso modulo"
1796
 
1797
- #: templates/debug.php:206
1798
  msgid "Is Active"
1799
  msgstr "è attiva"
1800
 
1801
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
1802
  msgid "Plugins"
1803
  msgstr "Plugin"
1804
 
1805
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
1806
  msgid "Themes"
1807
  msgstr "Temi"
1808
 
1809
- #: templates/debug.php239, templates/debug.php370, templates/debug.php456,
1810
  #: templates/debug/scheduled-crons.php:80
1811
  msgid "Slug"
1812
  msgstr "Slug"
1813
 
1814
- #: templates/debug.php241, templates/debug.php:455
1815
  msgid "Title"
1816
  msgstr "Titolo"
1817
 
1818
- #: templates/debug.php:242
1819
  msgctxt "as application program interface"
1820
  msgid "API"
1821
  msgstr "API"
1822
 
1823
- #: templates/debug.php:243
1824
  msgid "Freemius State"
1825
  msgstr "Stato di Freemius"
1826
 
1827
- #: templates/debug.php:247
1828
  msgid "Network Blog"
1829
  msgstr "Network Blog"
1830
 
1831
- #: templates/debug.php:248
1832
  msgid "Network User"
1833
  msgstr "Utente Network"
1834
 
1835
- #: templates/debug.php:285
1836
  msgctxt "as connection was successful"
1837
  msgid "Connected"
1838
  msgstr "Connesso"
1839
 
1840
- #: templates/debug.php:286
1841
  msgctxt "as connection blocked"
1842
  msgid "Blocked"
1843
  msgstr "Bloccato"
1844
 
1845
- #: templates/debug.php:322
1846
  msgid "Simulate Trial Promotion"
1847
- msgstr "Simulate Trial Promotion"
1848
 
1849
- #: templates/debug.php:334
1850
  msgid "Simulate Network Upgrade"
1851
  msgstr "Simula aggiornamento network"
1852
 
1853
- #: templates/debug.php:359
1854
  msgid "%s Installs"
1855
  msgstr "%s Installazioni"
1856
 
1857
- #: templates/debug.php:361
1858
  msgctxt "like websites"
1859
  msgid "Sites"
1860
  msgstr "Siti"
1861
 
1862
- #: templates/debug.php367, templates/account/partials/site.php:156
1863
  msgid "Blog ID"
1864
  msgstr "Blog ID"
1865
 
1866
- #: templates/debug.php:372
1867
  msgid "License ID"
1868
  msgstr "License ID"
1869
 
1870
- #: templates/debug.php436, templates/debug.php535,
1871
  #: templates/account/partials/addon.php:435
1872
  msgctxt "verb"
1873
  msgid "Delete"
1874
  msgstr "Elimina"
1875
 
1876
- #: templates/debug.php:450
1877
  msgid "Add Ons of module %s"
1878
  msgstr "Addon del modulo %s"
1879
 
1880
- #: templates/debug.php:502
1881
  msgid "Users"
1882
  msgstr "Utenti"
1883
 
1884
- #: templates/debug.php:509
1885
  msgid "Verified"
1886
  msgstr "Verificato"
1887
 
1888
- #: templates/debug.php:551
1889
  msgid "%s Licenses"
1890
  msgstr "%s Licenze"
1891
 
1892
- #: templates/debug.php:556
1893
  msgid "Plugin ID"
1894
  msgstr "Plugin ID"
1895
 
1896
- #: templates/debug.php:558
1897
  msgid "Plan ID"
1898
  msgstr "ID Piano"
1899
 
1900
- #: templates/debug.php:559
1901
  msgid "Quota"
1902
  msgstr "Quota"
1903
 
1904
- #: templates/debug.php:560
1905
  msgid "Activated"
1906
  msgstr "Attivato"
1907
 
1908
- #: templates/debug.php:561
1909
  msgid "Blocking"
1910
  msgstr "Bloccato"
1911
 
1912
- #: templates/debug.php:563
 
 
 
 
 
1913
  msgctxt "as expiration date"
1914
  msgid "Expiration"
1915
  msgstr "Scadenza"
@@ -1957,10 +1988,6 @@ msgstr "Filtro"
1957
  msgid "Download"
1958
  msgstr "Download"
1959
 
1960
- #: templates/debug.php631, templates/debug/logger.php:22
1961
- msgid "Type"
1962
- msgstr "Tipo"
1963
-
1964
  #: templates/debug.php636, templates/debug/logger.php:26
1965
  msgid "Timestamp"
1966
  msgstr "Timestamp"
@@ -2310,6 +2337,10 @@ msgstr "Per favore inserisci la chiave di licenza che hai ricevuto via mail subi
2310
  msgid "Update License"
2311
  msgstr "Aggiorna licenza"
2312
 
 
 
 
 
2313
  #: templates/forms/optout.php:30
2314
  msgctxt "verb"
2315
  msgid "Opt Out"
@@ -2320,21 +2351,49 @@ msgctxt "verb"
2320
  msgid "Opt In"
2321
  msgstr "Iscriviti"
2322
 
2323
- #: templates/forms/optout.php:33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2324
  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."
2325
  msgstr "Tracciamo l'utilizzo esclusivamente per rendere %s migliore, creando una migliore esperienza utente e dando priorità a nuove funzionalità, oltre a molte altre buone cose. Saremmo veramente felici di vederti cambiare idea e lasciarci continuare con il tracciamento."
2326
 
2327
- #: templates/forms/optout.php:35
 
 
 
 
2328
  msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2329
  msgstr "Cliccando su \"Cancella iscrizione\", non invieremo più nessuna informazione da %s a %s."
2330
 
 
 
 
 
 
 
 
 
2331
  #: templates/forms/premium-versions-upgrade-handler.php:40
2332
  msgid "There is a new version of %s available."
2333
  msgstr "C'è una nuova versione di %s disponibile."
2334
 
2335
  #: templates/forms/premium-versions-upgrade-handler.php:41
2336
  msgid " %s to access version %s security & feature updates, and support."
2337
- msgstr " %s to access version %s security & feature updates, and support."
2338
 
2339
  #: templates/forms/premium-versions-upgrade-handler.php:54
2340
  msgid "New Version Available"
@@ -2355,40 +2414,40 @@ msgstr "Inserisci qui sotto l'indirizzo email che hai usato per registrare l'agg
2355
 
2356
  #: templates/forms/subscription-cancellation.php:37
2357
  msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2358
- msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2359
 
2360
  #: templates/forms/subscription-cancellation.php:47
2361
  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?"
2362
- msgstr "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?"
2363
 
2364
  #: templates/forms/subscription-cancellation.php:52
2365
  msgid "license"
2366
- msgstr "license"
2367
 
2368
  #: templates/forms/subscription-cancellation.php:57
2369
  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."
2370
- msgstr "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."
2371
 
2372
  #: templates/forms/subscription-cancellation.php:68
2373
  msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2374
- msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2375
 
2376
  #: templates/forms/subscription-cancellation.php:103
2377
  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."
2378
- msgstr "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
2379
 
2380
  #: templates/forms/subscription-cancellation.php:136
2381
  msgid "Cancel %s?"
2382
- msgstr "Cancel %s?"
2383
 
2384
  #: templates/forms/subscription-cancellation.php:143
2385
  msgid "Proceed"
2386
- msgstr "Proceed"
2387
 
2388
  #: templates/forms/subscription-cancellation.php191,
2389
  #: templates/forms/deactivation/form.php:171
2390
  msgid "Cancel %s & Proceed"
2391
- msgstr "Cancel %s & Proceed"
2392
 
2393
  #: templates/forms/trial-start.php:22
2394
  msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
@@ -2398,6 +2457,23 @@ msgstr "Sei a un clic di distanza dall'iniziare il tuo periodo di prova gratuito
2398
  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."
2399
  msgstr "Per essere accettato del regolamento WordPress.org, prima di attivare il periodo di prova devi accettare di condividere informazioni come il tuo utente e dati non sensibili. Permettendo a %s di inviare dati periodicamente a %s per verificare gli aggiornamenti e approvare il periodo di prova."
2400
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2401
  #: templates/js/style-premium-theme.php:39
2402
  msgid "Premium"
2403
  msgstr "Premium"
@@ -2463,7 +2539,7 @@ msgstr "Ultima licenza"
2463
  #. subscription'
2464
  #: templates/account/partials/addon.php:29
2465
  msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2466
- msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2467
 
2468
  #: templates/account/partials/addon.php:185
2469
  msgid "Cancelled"
@@ -2511,7 +2587,7 @@ msgstr "Attiva %s"
2511
 
2512
  #: templates/forms/deactivation/form.php:87
2513
  msgid "Quick Feedback"
2514
- msgstr "Quick Feedback"
2515
 
2516
  #: templates/forms/deactivation/form.php:91
2517
  msgid "If you have a moment, please let us know why you are %s"
2
  # This file is distributed under the same license as the freemius package.
3
  # Translators:
4
  # Alessandro Pelly Benassi <plasmax@gmail.com>, 2016
5
+ # Daniele Scasciafratte Mte90 <mte90net@gmail.com>, 2015-2019
6
  # Dario Curvino <d.curvino@gmail.com>, 2018
7
+ # Tropicalista <francescopepe@email.it>, 2019
8
  # Alessandro Pelly Benassi <plasmax@gmail.com>, 2016-2017
9
  # Vova Feldman <vova@freemius.com>, 2015-2016
10
  msgid ""
12
  "Project-Id-Version: WordPress SDK\n"
13
  "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
14
  "POT-Creation-Date: \n"
15
+ "PO-Revision-Date: 2020-07-27 11:43+0000\n"
16
  "Last-Translator: Vova Feldman <vova@freemius.com>\n"
17
  "Language: it_IT\n"
18
  "Language-Team: Italian (Italy) (http://www.transifex.com/freemius/wordpress-sdk/language/it_IT/)\n"
26
  "X-Poedit-SearchPathExcluded-0: *.js\n"
27
  "X-Poedit-SourceCharset: UTF-8\n"
28
 
29
+ #: includes/class-freemius.php1881, templates/account.php:873
30
  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."
31
+ msgstr "Un aggiornamento per la versione Beta sostituirà la versione installata di %scon l'ultima versione Beta, utilizzare con attenzione e non su siti in produzione. Sei stato avvisato!"
32
 
33
+ #: includes/class-freemius.php:1888
34
  msgid "Would you like to proceed with the update?"
35
+ msgstr "Vuoi procedere con l'aggiornamento?"
36
 
37
+ #: includes/class-freemius.php:2096
38
  msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
39
  msgstr "L'SDK di Freemius non è riuscito a trovare il file principale del plugin. Per favore contatta sdk@freemius.com riportando l'errore."
40
 
41
+ #: includes/class-freemius.php:2098
42
  msgid "Error"
43
  msgstr "Errore"
44
 
45
+ #: includes/class-freemius.php:2492
46
  msgid "I found a better %s"
47
  msgstr "Ho trovato un migliore %s"
48
 
49
+ #: includes/class-freemius.php:2494
50
  msgid "What's the %s's name?"
51
  msgstr "Qual è il nome di %s?"
52
 
53
+ #: includes/class-freemius.php:2500
54
  msgid "It's a temporary %s. I'm just debugging an issue."
55
  msgstr "È una %s temporanea. Sto solo cercando di risolvere un problema."
56
 
57
+ #: includes/class-freemius.php:2502
58
  msgid "Deactivation"
59
  msgstr "Disattivazione"
60
 
61
+ #: includes/class-freemius.php:2503
62
  msgid "Theme Switch"
63
  msgstr "Cambio tema"
64
 
65
+ #: includes/class-freemius.php2512, templates/forms/resend-key.php24,
66
+ #: templates/forms/user-change.php:29
67
  msgid "Other"
68
  msgstr "Altro"
69
 
70
+ #: includes/class-freemius.php:2520
71
  msgid "I no longer need the %s"
72
  msgstr "Non ho più bisogno di %s"
73
 
74
+ #: includes/class-freemius.php:2527
75
  msgid "I only needed the %s for a short period"
76
  msgstr "Ho avuto bisogno di %s per un breve periodo"
77
 
78
+ #: includes/class-freemius.php:2533
79
  msgid "The %s broke my site"
80
  msgstr "%s ha rotto il mio sito"
81
 
82
+ #: includes/class-freemius.php:2540
83
  msgid "The %s suddenly stopped working"
84
  msgstr "%s ha improvvisamente smesso di funzionare"
85
 
86
+ #: includes/class-freemius.php:2550
87
  msgid "I can't pay for it anymore"
88
  msgstr "Non posso piú pagarlo"
89
 
90
+ #: includes/class-freemius.php:2552
91
  msgid "What price would you feel comfortable paying?"
92
  msgstr "Che prezzo ritieni opportuno pagare?"
93
 
94
+ #: includes/class-freemius.php:2558
95
  msgid "I don't like to share my information with you"
96
  msgstr "Non voglio condividere i miei dati con te"
97
 
98
+ #: includes/class-freemius.php:2579
99
  msgid "The %s didn't work"
100
  msgstr "%s non funziona"
101
 
102
+ #: includes/class-freemius.php:2589
103
  msgid "I couldn't understand how to make it work"
104
  msgstr "Non capisco come farlo funzionare"
105
 
106
+ #: includes/class-freemius.php:2597
107
  msgid "The %s is great, but I need specific feature that you don't support"
108
  msgstr "%s è ottimo ma ho bisogno di una funzionalità specifica non supportata"
109
 
110
+ #: includes/class-freemius.php:2599
111
  msgid "What feature?"
112
  msgstr "Quale funzionalitá?"
113
 
114
+ #: includes/class-freemius.php:2603
115
  msgid "The %s is not working"
116
  msgstr "%s non funziona"
117
 
118
+ #: includes/class-freemius.php:2605
119
  msgid "Kindly share what didn't work so we can fix it for future users..."
120
  msgstr "Condividi cosa non ha funzionato in modo da migliorare il prodotto per gli utenti futuri..."
121
 
122
+ #: includes/class-freemius.php:2609
123
  msgid "It's not what I was looking for"
124
  msgstr "Non é quello che stavo cercando"
125
 
126
+ #: includes/class-freemius.php:2611
127
  msgid "What you've been looking for?"
128
  msgstr "Che cosa stai cercando?"
129
 
130
+ #: includes/class-freemius.php:2615
131
  msgid "The %s didn't work as expected"
132
  msgstr "%s non ha funzionato come mi aspettavo"
133
 
134
+ #: includes/class-freemius.php:2617
135
  msgid "What did you expect?"
136
  msgstr "Che cosa ti aspettavi?"
137
 
138
+ #: includes/class-freemius.php3472, templates/debug.php:20
139
  msgid "Freemius Debug"
140
  msgstr "Debug Freemius"
141
 
142
+ #: includes/class-freemius.php:4224
143
  msgid "I don't know what is cURL or how to install it, help me!"
144
  msgstr "Non ho idea di cosa sia cURL o come installarlo, aiutami!"
145
 
146
+ #: includes/class-freemius.php:4226
147
  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."
148
  msgstr "Contatteremo il tuo hosting e risolveremo il problema. Riceverai un' email a %s non appena ci saranno aggiornamenti."
149
 
150
+ #: includes/class-freemius.php:4233
151
  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."
152
  msgstr "Installa cURL e abilitalo nel file file php.ini. Inoltre cerca per il parametro 'disable_functions' nel tuo file php.ini e rimuovi ogni metodo disattivato che inizia con 'curl_'. Per verificare che tutti sia attivato usa 'phpinfo()'. Una volta attivato, disattiva 1%s e riattivalo di nuovo."
153
 
154
+ #: includes/class-freemius.php:4338
155
  msgid "Yes - do your thing"
156
  msgstr "Sì - fai pure"
157
 
158
+ #: includes/class-freemius.php:4343
159
  msgid "No - just deactivate"
160
  msgstr "No - disattiva e basta"
161
 
162
+ #: includes/class-freemius.php4388, includes/class-freemius.php4882,
163
+ #: includes/class-freemius.php6111, includes/class-freemius.php12933,
164
+ #: includes/class-freemius.php13571, includes/class-freemius.php17006,
165
+ #: includes/class-freemius.php17094, includes/class-freemius.php17260,
166
+ #: includes/class-freemius.php19492, includes/class-freemius.php19833,
167
+ #: includes/class-freemius.php19843, includes/class-freemius.php20507,
168
+ #: includes/class-freemius.php21413, includes/class-freemius.php21546,
169
+ #: includes/class-freemius.php21690, templates/add-ons.php:57
170
  msgctxt "exclamation"
171
  msgid "Oops"
172
  msgstr "Ops"
173
 
174
+ #: includes/class-freemius.php:4457
175
  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."
176
  msgstr "Grazie per averci dato la possibilità di risolvere il problema! È stato appena inviato un messaggio al nostro staff tecnico. Ti risponderemo non appena avremo un aggiornamento riguardante %s. Grazie per la tua pazienza."
177
 
178
+ #: includes/class-freemius.php:4879
179
  msgctxt "addonX cannot run without pluginY"
180
  msgid "%s cannot run without %s."
181
  msgstr "%s non può funzionare senza %s."
182
 
183
+ #: includes/class-freemius.php:4880
184
  msgctxt "addonX cannot run..."
185
  msgid "%s cannot run without the plugin."
186
  msgstr "%s non può funzionare senza il plugin."
187
 
188
+ #: includes/class-freemius.php5053, includes/class-freemius.php5078,
189
+ #: includes/class-freemius.php:20578
190
  msgid "Unexpected API error. Please contact the %s's author with the following error."
191
  msgstr "Errore API inaspettato. Contatta l'autore di %s con il seguente errore."
192
 
193
+ #: includes/class-freemius.php:5777
194
  msgid "Premium %s version was successfully activated."
195
  msgstr "La versione 1%s Permium è stata attivata con successo."
196
 
197
+ #: includes/class-freemius.php5789, includes/class-freemius.php:7682
198
  msgctxt ""
199
  msgid "W00t"
200
  msgstr "Forte"
201
 
202
+ #: includes/class-freemius.php:5804
203
  msgid "You have a %s license."
204
  msgstr "Hai la licenza %s."
205
 
206
+ #: includes/class-freemius.php5808, includes/class-freemius.php16405,
207
+ #: includes/class-freemius.php16416, includes/class-freemius.php19744,
208
+ #: includes/class-freemius.php20094, includes/class-freemius.php20163,
209
+ #: includes/class-freemius.php:20328
210
  msgctxt "interjection expressing joy or exuberance"
211
  msgid "Yee-haw"
212
  msgstr "Evvai"
213
 
214
+ #: includes/class-freemius.php:6094
215
  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."
216
  msgstr "Il periodo di prova gratuito %s è stato annullato con successo. Siccome l'add-on è premium, è stato disattivato automaticamente. Se vorrai usarlo in futuro, dovrai comprare una licenza."
217
 
218
+ #: includes/class-freemius.php:6098
219
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
220
  msgstr "%s è un add-on premium. Devi comprare una licenza prima di poter attivare il plugin."
221
 
222
+ #: includes/class-freemius.php6107, templates/add-ons.php186,
223
  #: templates/account/partials/addon.php:381
224
  msgid "More information about %s"
225
  msgstr "Ulteriori informazioni su %s"
226
 
227
+ #: includes/class-freemius.php:6108
228
  msgid "Purchase License"
229
  msgstr "Acquista licenza"
230
 
231
+ #: includes/class-freemius.php7047, templates/connect.php:171
232
  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."
233
  msgstr "Dovresti ricevere un'email di attivazione di %s all'indirizzo %s. Assicurati di fare clic sul pulsante di attivazione nell'email per %s."
234
 
235
+ #: includes/class-freemius.php:7051
236
  msgid "start the trial"
237
  msgstr "Inizia il periodo di prova gratuito"
238
 
239
+ #: includes/class-freemius.php7052, templates/connect.php:175
240
  msgid "complete the install"
241
  msgstr "completa l'installazione"
242
 
243
+ #: includes/class-freemius.php:7164
244
  msgid "You are just one step away - %s"
245
  msgstr "Sei a un passo dalla fine - %s"
246
 
247
+ #: includes/class-freemius.php:7167
248
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
249
  msgid "Complete \"%s\" Activation Now"
250
  msgstr "Completa l'attivazione di \"%s\" ora"
251
 
252
+ #: includes/class-freemius.php:7245
253
  msgid "We made a few tweaks to the %s, %s"
254
  msgstr "Abbiamo fatto alcune migliore a %s,%s"
255
 
256
+ #: includes/class-freemius.php:7249
257
  msgid "Opt in to make \"%s\" better!"
258
+ msgstr "Abilita \"%s\" per renderlo migliore!"
259
 
260
+ #: includes/class-freemius.php:7681
261
  msgid "The upgrade of %s was successfully completed."
262
  msgstr "L'aggiornamento di %s è stato completato con successo."
263
 
264
+ #: includes/class-freemius.php9908, includes/class-fs-plugin-updater.php1044,
265
+ #: includes/class-fs-plugin-updater.php1239,
266
+ #: includes/class-fs-plugin-updater.php1246,
267
  #: templates/auto-installation.php:32
268
  msgid "Add-On"
269
  msgstr "Add-on"
270
 
271
+ #: includes/class-freemius.php9910, templates/account.php343,
272
+ #: templates/account.php351, templates/debug.php358, templates/debug.php:549
273
  msgid "Plugin"
274
  msgstr "Plugin"
275
 
276
+ #: includes/class-freemius.php9911, templates/account.php344,
277
+ #: templates/account.php352, templates/debug.php358, templates/debug.php549,
278
  #: templates/forms/deactivation/form.php:71
279
  msgid "Theme"
280
  msgstr "Tema"
281
 
282
+ #: includes/class-freemius.php:12843
283
  msgid "An unknown error has occurred while trying to set the user's beta mode."
284
+ msgstr "Un errore sconosciuto è avvenuto durante l'attivazione della modalità beta."
285
+
286
+ #: includes/class-freemius.php:12904
287
+ msgid "Invalid new user ID or email address."
288
+ msgstr "Invalid new user ID or email address."
289
+
290
+ #: includes/class-freemius.php12934, includes/class-freemius.php:21645
291
+ msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
292
+ msgstr "Siamo spiacenti, non siamo riusciti a completare l'aggiornamento via email. Un altro utente con lo stesso indirizzo email è già registrato."
293
+
294
+ #: includes/class-freemius.php12935, includes/class-freemius.php:21646
295
+ msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
296
+ msgstr "Puoi abbandonare la proprietà dell'account %s a %scliccando il pulsante Cambia proprietario."
297
+
298
+ #: includes/class-freemius.php12942, includes/class-freemius.php:21653
299
+ msgid "Change Ownership"
300
+ msgstr "Cambia Proprietario"
301
 
302
+ #: includes/class-freemius.php:13438
303
  msgid "Invalid site details collection."
304
+ msgstr "Raccolta dati siti non valida."
305
 
306
+ #: includes/class-freemius.php:13558
307
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
308
  msgstr "Non siamo riusciti a trovare il tuo indirizzo email nel sistema, sei sicuro che sia l'indirizzo giusto?"
309
 
310
+ #: includes/class-freemius.php:13560
311
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
312
  msgstr "Non siamo riusciti a trovare alcuna licenza attiva associata al tuo indirizzo email, sei sicuro che sia l'indirizzo giusto?"
313
 
314
+ #: includes/class-freemius.php:13834
315
  msgid "Account is pending activation."
316
  msgstr "Account in attesa di attivazione."
317
 
318
+ #: includes/class-freemius.php13946,
319
  #: templates/forms/premium-versions-upgrade-handler.php:47
320
  msgid "Buy a license now"
321
  msgstr "Compra una licenza ora"
322
 
323
+ #: includes/class-freemius.php13958,
324
  #: templates/forms/premium-versions-upgrade-handler.php:46
325
  msgid "Renew your license now"
326
  msgstr "Rinnova la tua licenza ora"
327
 
328
+ #: includes/class-freemius.php:13962
329
  msgid "%s to access version %s security & feature updates, and support."
330
+ msgstr "%sper accedere alla versione %sper aggiornamenti di sicurezza, nuove funzionalità e supporto."
331
 
332
+ #: includes/class-freemius.php:16387
333
  msgid "%s activation was successfully completed."
334
  msgstr "%s è stato attivato con successo."
335
 
336
+ #: includes/class-freemius.php:16401
337
  msgid "Your account was successfully activated with the %s plan."
338
  msgstr "Il tuo account è stato attivato correttamente con il piano %s."
339
 
340
+ #: includes/class-freemius.php16412, includes/class-freemius.php:20159
341
  msgid "Your trial has been successfully started."
342
  msgstr "La versione di prova è stata avviata correttamente."
343
 
344
+ #: includes/class-freemius.php17004, includes/class-freemius.php17092,
345
+ #: includes/class-freemius.php:17258
346
  msgid "Couldn't activate %s."
347
  msgstr "Non é stato possibile attivare %s."
348
 
349
+ #: includes/class-freemius.php17005, includes/class-freemius.php17093,
350
+ #: includes/class-freemius.php:17259
351
  msgid "Please contact us with the following message:"
352
  msgstr "Contattaci con il seguente messaggio:"
353
 
354
+ #: includes/class-freemius.php17089, templates/forms/data-debug-mode.php:162
355
  msgid "An unknown error has occurred."
356
+ msgstr "Un errore sconosciuto è avvenuto."
357
 
358
+ #: includes/class-freemius.php17616, includes/class-freemius.php:22589
359
  msgid "Upgrade"
360
  msgstr "Aggiornamento"
361
 
362
+ #: includes/class-freemius.php:17622
363
  msgid "Start Trial"
364
  msgstr "Inizia il periodo di prova gratuito"
365
 
366
+ #: includes/class-freemius.php:17624
367
  msgid "Pricing"
368
  msgstr "Prezzi"
369
 
370
+ #: includes/class-freemius.php17704, includes/class-freemius.php:17706
371
  msgid "Affiliation"
372
  msgstr "Affiliazione"
373
 
374
+ #: includes/class-freemius.php17734, includes/class-freemius.php17736,
375
+ #: templates/account.php191, templates/debug.php:324
376
  msgid "Account"
377
  msgstr "Account"
378
 
379
+ #: includes/class-freemius.php17750, includes/class-freemius.php17752,
380
  #: includes/customizer/class-fs-customizer-support-section.php:60
381
  msgid "Contact Us"
382
  msgstr "Contattaci"
383
 
384
+ #: includes/class-freemius.php17763, includes/class-freemius.php17765,
385
+ #: includes/class-freemius.php22603, templates/account.php119,
386
  #: templates/account/partials/addon.php:44
387
  msgid "Add-Ons"
388
  msgstr "Addon"
389
 
390
+ #: includes/class-freemius.php:17799
391
  msgctxt "ASCII arrow left icon"
392
  msgid "&#x2190;"
393
  msgstr "&#x2190;"
394
 
395
+ #: includes/class-freemius.php:17799
396
  msgctxt "ASCII arrow right icon"
397
  msgid "&#x27a4;"
398
  msgstr "&#x27a4;"
399
 
400
+ #: includes/class-freemius.php17801, templates/pricing.php:103
401
  msgctxt "noun"
402
  msgid "Pricing"
403
  msgstr "Prezzi"
404
 
405
+ #: includes/class-freemius.php18014,
406
  #: includes/customizer/class-fs-customizer-support-section.php:67
407
  msgid "Support Forum"
408
  msgstr "Forum di supporto"
409
 
410
+ #: includes/class-freemius.php:18988
411
  msgid "Your email has been successfully verified - you are AWESOME!"
412
  msgstr "Il tuo indirizzo email è stato verificato con successo - SEI UN GRANDE!"
413
 
414
+ #: includes/class-freemius.php:18989
415
  msgctxt "a positive response"
416
  msgid "Right on"
417
  msgstr "Sì"
418
 
419
+ #: includes/class-freemius.php:19493
420
  msgid "seems like the key you entered doesn't match our records."
421
  msgstr "seems like the key you entered doesn't match our records."
422
 
423
+ #: includes/class-freemius.php:19517
424
  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."
425
  msgstr "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."
426
 
427
+ #: includes/class-freemius.php:19735
428
  msgid "Your %s Add-on plan was successfully upgraded."
429
  msgstr "Il piano del tuo add-on %s è stato aggiornato con successo."
430
 
431
+ #: includes/class-freemius.php:19737
432
  msgid "%s Add-on was successfully purchased."
433
  msgstr "L' add-on %s è stato acquistato con successo."
434
 
435
+ #: includes/class-freemius.php:19740
436
  msgid "Download the latest version"
437
  msgstr "Scarica l'ultima versione"
438
 
439
+ #: includes/class-freemius.php:19826
440
  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"
441
+ msgstr "Il tuo server sta bloccando l'accesso alle API di Freemius, sono fondamentali per la sincronizzazione di%1$s. Chiedi al tuo amministratore di mettere in whitelist %2$s."
442
 
443
+ #: includes/class-freemius.php19832, includes/class-freemius.php19842,
444
+ #: includes/class-freemius.php20287, includes/class-freemius.php:20376
445
  msgid "Error received from the server:"
446
  msgstr "Errore ricevuto dal server:"
447
 
448
+ #: includes/class-freemius.php:19842
449
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
450
  msgstr "Sembra che uno dei parametri di autenticazione sia sbagliato. Aggiorna la tua chiave pubblica, Secret Key & User ID e riprova."
451
 
452
+ #: includes/class-freemius.php20056, includes/class-freemius.php20292,
453
+ #: includes/class-freemius.php20347, includes/class-freemius.php:20454
454
  msgctxt ""
455
  msgid "Hmm"
456
  msgstr "Uhm"
457
 
458
+ #: includes/class-freemius.php:20069
459
  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."
460
  msgstr "Sembra che tu sia ancora usando il piano %s. Se hai effettuato un upgrade o cambiato il piano, è probabile che ci sia un problema nei nostri sistemi."
461
 
462
+ #: includes/class-freemius.php20070, templates/account.php121,
463
  #: templates/add-ons.php250, templates/account/partials/addon.php:46
464
  msgctxt "trial period"
465
  msgid "Trial"
466
  msgstr "Prova gratuita"
467
 
468
+ #: includes/class-freemius.php:20075
469
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
470
  msgstr "Ho aggiornato il mio account, ma quando cerco di sincronizzare la licenza, il piano rimane %s."
471
 
472
+ #: includes/class-freemius.php20079, includes/class-freemius.php:20138
473
  msgid "Please contact us here"
474
  msgstr "Contattaci qui"
475
 
476
+ #: includes/class-freemius.php:20090
477
  msgid "Your plan was successfully activated."
478
+ msgstr "Il tuo piano è stato attivato con successo."
479
 
480
+ #: includes/class-freemius.php:20091
481
  msgid "Your plan was successfully upgraded."
482
  msgstr "Il piano è stato aggiornato con successo."
483
 
484
+ #: includes/class-freemius.php:20108
485
  msgid "Your plan was successfully changed to %s."
486
  msgstr "Il piano è stato cambiato con successo a %s."
487
 
488
+ #: includes/class-freemius.php:20124
489
  msgid "Your license has expired. You can still continue using the free %s forever."
490
  msgstr "La tua licenza è scaduta. Puoi continuare ad usare la versione gratuita %s per sempre."
491
 
492
+ #: includes/class-freemius.php:20126
493
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
494
  msgstr "La tua licenza è scaduta. %1$saggiorna ora %2$sper continuare ad utilizzare %3$s senza interruzioni."
495
 
496
+ #: includes/class-freemius.php:20134
497
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
498
  msgstr "La tua licenza è stata cancellata. Se credi sia un errore, per favore contatta il supporto."
499
 
500
+ #: includes/class-freemius.php:20147
501
  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."
502
  msgstr "La licenza è scaduta. È comunque possibile continuare a utilizzare tutte le funzionalità di %s, ma sarà necessario rinnovare la licenza per continuare a ricevere gli aggiornamenti ed il supporto."
503
 
504
+ #: includes/class-freemius.php:20173
505
  msgid "Your free trial has expired. You can still continue using all our free features."
506
  msgstr "La tua versione di prova gratuita è scaduta. Puoi continuare ad usare tutte le funzionalità gratuite."
507
 
508
+ #: includes/class-freemius.php:20175
509
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
510
  msgstr "La tua versione prova è scaduta.%1$s aggiorna ora %2$s per continuare ad usare %3$s senza interruzioni."
511
 
512
+ #: includes/class-freemius.php:20283
513
  msgid "It looks like the license could not be activated."
514
  msgstr "Sembra che la licenza non possa essere attivata."
515
 
516
+ #: includes/class-freemius.php:20325
517
  msgid "Your license was successfully activated."
518
  msgstr "La tua licenza è stata attivata correttamente."
519
 
520
+ #: includes/class-freemius.php:20351
521
  msgid "It looks like your site currently doesn't have an active license."
522
  msgstr "Sembra che il tuo sito non disponga di alcuna licenza attiva."
523
 
524
+ #: includes/class-freemius.php:20375
525
  msgid "It looks like the license deactivation failed."
526
  msgstr "Sembra che la disattivazione della licenza non sia riuscita."
527
 
528
+ #: includes/class-freemius.php:20404
529
+ msgid "Your %s license was successfully deactivated."
530
+ msgstr "Your %s license was successfully deactivated."
531
+
532
+ #: includes/class-freemius.php:20405
533
  msgid "Your license was successfully deactivated, you are back to the %s plan."
534
  msgstr "La tua licenza é stata disattivata con successo, sei tornato al piano %s."
535
 
536
+ #: includes/class-freemius.php:20408
537
  msgid "O.K"
538
  msgstr "OK"
539
 
540
+ #: includes/class-freemius.php:20461
541
  msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
542
+ msgstr "Sembra che stai avendo dei problemi temporanei con la cancellazione della sottoscrizione. Prova nuovamente tra pochi minuti."
543
 
544
+ #: includes/class-freemius.php:20470
545
  msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
546
+ msgstr "La tua sottoscrizione è stata cancellata con successo. La licenza del piano %sscadrà in %s."
547
 
548
+ #: includes/class-freemius.php:20512
549
  msgid "You are already running the %s in a trial mode."
550
  msgstr "Stai già usando %s in modalità prova."
551
 
552
+ #: includes/class-freemius.php:20523
553
  msgid "You already utilized a trial before."
554
  msgstr "Hai già utilizzato una prova gratuita in passato."
555
 
556
+ #: includes/class-freemius.php:20537
557
  msgid "Plan %s do not exist, therefore, can't start a trial."
558
  msgstr "Il piano %s non esiste, per questo motivo non è possibile iniziare il periodo di prova."
559
 
560
+ #: includes/class-freemius.php:20548
561
  msgid "Plan %s does not support a trial period."
562
  msgstr "Il piano %s non supporta il periodo di prova."
563
 
564
+ #: includes/class-freemius.php:20559
565
  msgid "None of the %s's plans supports a trial period."
566
  msgstr "Nessuno dei piani di %ssupporta il periodo di prova."
567
 
568
+ #: includes/class-freemius.php:20609
569
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
570
  msgstr "Sembra che tu non stia più usando la prova gratuita, quindi non c'è niente che tu debba annullare :)"
571
 
572
+ #: includes/class-freemius.php:20645
573
  msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
574
  msgstr "Stiamo avendo qualche problema temporaneo con l'annullamento del periodo di prova. Riprova tra qualche minuto."
575
 
576
+ #: includes/class-freemius.php:20664
577
  msgid "Your %s free trial was successfully cancelled."
578
  msgstr "Il tuo periodo di prova gratuito %s è stato annullato con successo."
579
 
580
+ #: includes/class-freemius.php:20980
581
  msgid "Version %s was released."
582
  msgstr "La versione %s é stata rilasciata."
583
 
584
+ #: includes/class-freemius.php:20980
585
  msgid "Please download %s."
586
  msgstr "Scarica %s."
587
 
588
+ #: includes/class-freemius.php:20987
589
  msgid "the latest %s version here"
590
  msgstr "l'ultima versione %s é quì"
591
 
592
+ #: includes/class-freemius.php:20992
593
  msgid "New"
594
  msgstr "Nuovo"
595
 
596
+ #: includes/class-freemius.php:20997
597
  msgid "Seems like you got the latest release."
598
  msgstr "Sembra che tu abbia la versione più recente."
599
 
600
+ #: includes/class-freemius.php:20998
601
  msgid "You are all good!"
602
  msgstr "Sei fantastico!"
603
 
604
+ #: includes/class-freemius.php:21301
605
  msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
606
  msgstr "L'email di verifica è stata inviata a %s. Se dopo 5 minuti non è ancora arrivata, per favore controlla nella tua casella di posta indesiderata."
607
 
608
+ #: includes/class-freemius.php:21441
609
  msgid "Site successfully opted in."
610
  msgstr "Sito accettato con successo."
611
 
612
+ #: includes/class-freemius.php21442, includes/class-freemius.php:22299
613
  msgid "Awesome"
614
  msgstr "Fantastico"
615
 
616
+ #: includes/class-freemius.php21458, templates/forms/optout.php:41
617
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
618
  msgstr "Ti ringraziamo per averci concesso di tracciare alcuni dati di utilizzo al fine di migliorare %s."
619
 
620
+ #: includes/class-freemius.php:21459
621
  msgid "Thank you!"
622
  msgstr "Grazie!"
623
 
624
+ #: includes/class-freemius.php:21466
625
  msgid "We will no longer be sending any usage data of %s on %s to %s."
626
  msgstr "Non possiamo più inviare i dati di utilizzo di %ssu %sa %s."
627
 
628
+ #: includes/class-freemius.php:21612
629
  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."
630
  msgstr "Verifica di aver ricevuto l'email da %s per confermare il cambiamento del proprietario. Per ragioni di sicurezza devi confermare il cambiamento entro 15 minuti. Se non trovi l'email controlla nella posta indesiderata."
631
 
632
+ #: includes/class-freemius.php:21618
633
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
634
  msgstr "Grazie per aver confermato il cambiamento del proprietario. Un' email è stata appena inviata a %s per la conferma finale."
635
 
636
+ #: includes/class-freemius.php:21623
637
  msgid "%s is the new owner of the account."
638
  msgstr "%s è il nuovo proprietario dell'account."
639
 
640
+ #: includes/class-freemius.php:21625
641
  msgctxt "as congratulations"
642
  msgid "Congrats"
643
  msgstr "Congratulazioni"
644
 
645
+ #: includes/class-freemius.php:21661
 
 
 
 
 
 
 
 
 
 
 
 
646
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
647
  msgstr "Il tuo indirizzo email è stato aggiornato correttamente. Riceverai un'email con le istruzioni di conferma in pochi istanti."
648
 
649
+ #: includes/class-freemius.php:21673
650
  msgid "Please provide your full name."
651
  msgstr "Per favore inserisci il tuo nome completo."
652
 
653
+ #: includes/class-freemius.php:21678
654
  msgid "Your name was successfully updated."
655
  msgstr "Il tuo nome è stato aggiornato correttamente."
656
 
657
+ #: includes/class-freemius.php:21739
658
  msgid "You have successfully updated your %s."
659
  msgstr "Hai aggiornato con successo il tuo %s."
660
 
661
+ #: includes/class-freemius.php:21879
662
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
663
  msgstr "Le informazioni sugli add-on di %s vengono scaricate da un server esterno."
664
 
665
+ #: includes/class-freemius.php:21880
666
  msgctxt "advance notice of something that will need attention."
667
  msgid "Heads up"
668
  msgstr "Attenzione"
669
 
670
+ #: includes/class-freemius.php:22339
671
  msgctxt "exclamation"
672
  msgid "Hey"
673
  msgstr "Hey"
674
 
675
+ #: includes/class-freemius.php:22339
676
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
677
  msgstr "Come sta andando con %s? Prova tutte le funzionalità premium di %s con una prova gratuita di %d giorni."
678
 
679
+ #: includes/class-freemius.php:22347
680
  msgid "No commitment for %s days - cancel anytime!"
681
  msgstr "Nessun impegno per %s giorni - puoi annullare in qualsiasi momento!"
682
 
683
+ #: includes/class-freemius.php:22348
684
  msgid "No credit card required"
685
  msgstr "Nessuna carta di credito richiesta"
686
 
687
+ #: includes/class-freemius.php22355, templates/forms/trial-start.php:53
688
  msgctxt "call to action"
689
  msgid "Start free trial"
690
  msgstr "Inizia il periodo di prova gratuito"
691
 
692
+ #: includes/class-freemius.php:22432
693
  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!"
694
  msgstr "Ciao, sai che %s ha il programma di affiliazione? Se ti piace %s puoi diventare un nostro ambasciatore e guadagnare denaro!"
695
 
696
+ #: includes/class-freemius.php:22441
697
  msgid "Learn more"
698
  msgstr "Scopri altro"
699
 
700
+ #: includes/class-freemius.php22627, templates/account.php507,
701
+ #: templates/account.php657, templates/connect.php179,
702
+ #: templates/connect.php455, templates/forms/license-activation.php27,
703
  #: templates/account/partials/addon.php:321
704
  msgid "Activate License"
705
  msgstr "Attiva licenza"
706
 
707
+ #: includes/class-freemius.php22628, templates/account.php601,
708
+ #: templates/account.php656, templates/account/partials/addon.php322,
709
  #: templates/account/partials/site.php:271
710
  msgid "Change License"
711
  msgstr "Cambia licenza"
712
 
713
+ #: includes/class-freemius.php22737, templates/account/partials/site.php:169
714
  msgid "Opt Out"
715
  msgstr "Cancella iscrizione"
716
 
717
+ #: includes/class-freemius.php22739, includes/class-freemius.php22745,
718
  #: templates/account/partials/site.php49,
719
  #: templates/account/partials/site.php:169
720
  msgid "Opt In"
721
  msgstr "Iscriviti"
722
 
723
+ #: includes/class-freemius.php:22973
724
  msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
725
+ msgstr "La versione a pagamento di %1$ già installata. Attiva questione versione per iniziare ad usare le funzionalità di %2$s.%3$s"
726
 
727
+ #: includes/class-freemius.php:22981
728
  msgid "Activate %s features"
729
+ msgstr "Attiva le funzionalità di %s"
730
 
731
+ #: includes/class-freemius.php:22994
732
  msgid "Please follow these steps to complete the upgrade"
733
  msgstr "Segui i passi seguenti per completare l'aggiornamento"
734
 
735
+ #: includes/class-freemius.php:22998
736
  msgid "Download the latest %s version"
737
  msgstr "Scarica l'ultima versione di %s"
738
 
739
+ #: includes/class-freemius.php:23002
740
  msgid "Upload and activate the downloaded version"
741
  msgstr "Carica e attiva la versione scaricata"
742
 
743
+ #: includes/class-freemius.php:23004
744
  msgid "How to upload and activate?"
745
  msgstr "Come faccio a caricare ed attivare?"
746
 
747
+ #: includes/class-freemius.php:23138
748
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
749
  msgstr "%sClicca qui%s per scegliere i siti dove vuoi attivare la licenza."
750
 
751
+ #: includes/class-freemius.php:23299
752
  msgid "Auto installation only works for opted-in users."
753
  msgstr "L'installazione automatica funziona solo per gli utenti che hanno dato il consenso."
754
 
755
+ #: includes/class-freemius.php23309, includes/class-freemius.php23342,
756
+ #: includes/class-fs-plugin-updater.php1218,
757
+ #: includes/class-fs-plugin-updater.php:1232
758
  msgid "Invalid module ID."
759
  msgstr "ID modulo non valida."
760
 
761
+ #: includes/class-freemius.php23318, includes/class-fs-plugin-updater.php:1254
762
  msgid "Premium version already active."
763
  msgstr "Versione Premium già attiva."
764
 
765
+ #: includes/class-freemius.php:23325
766
  msgid "You do not have a valid license to access the premium version."
767
  msgstr "Non disponi di una licenza valida per accedere alla versione Premium."
768
 
769
+ #: includes/class-freemius.php:23332
770
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
771
  msgstr "Il plugin è un \"Serviceware\", quindi non dispone di una versione del codice Premium."
772
 
773
+ #: includes/class-freemius.php23350, includes/class-fs-plugin-updater.php:1253
774
  msgid "Premium add-on version already installed."
775
  msgstr "Versione Premium dell'add-on già installata."
776
 
777
+ #: includes/class-freemius.php:23700
778
  msgid "View paid features"
779
  msgstr "Vedi funzionalità a pagamento"
780
 
781
+ #: includes/class-freemius.php:24022
782
  msgid "Thank you so much for using %s and its add-ons!"
783
  msgstr "Grazie per utilizzare %se i suoi addon!"
784
 
785
+ #: includes/class-freemius.php:24023
786
  msgid "Thank you so much for using %s!"
787
  msgstr "Grazie per utilizzare %s!"
788
 
789
+ #: includes/class-freemius.php:24029
790
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
791
  msgstr "Hai già accettato il tracciamento d'uso, ci aiuterà a migliorare %s."
792
 
793
+ #: includes/class-freemius.php:24033
794
  msgid "Thank you so much for using our products!"
795
  msgstr "Grazie per utilizzare i nostri prodotti!"
796
 
797
+ #: includes/class-freemius.php:24034
798
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
799
  msgstr "Hai già accettato il tracciamento d'uso che ci aiuta a migliorare."
800
 
801
+ #: includes/class-freemius.php:24053
802
  msgid "%s and its add-ons"
803
  msgstr "%se i suoi addon"
804
 
805
+ #: includes/class-freemius.php:24062
806
  msgid "Products"
807
  msgstr "Prodotti"
808
 
809
+ #: includes/class-freemius.php24069, templates/connect.php:280
810
  msgid "Yes"
811
  msgstr "Si"
812
 
813
+ #: includes/class-freemius.php24070, templates/connect.php:281
814
  msgid "send me security & feature updates, educational content and offers."
815
  msgstr "inviami aggiornamenti di funzionalità e sicurezza, contenuti formativi e offerte."
816
 
817
+ #: includes/class-freemius.php24071, templates/connect.php:286
818
  msgid "No"
819
  msgstr "No"
820
 
821
+ #: includes/class-freemius.php24073, templates/connect.php:288
822
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
823
  msgstr "%snon %s mi invierà aggiornamenti di funzionalità e sicurezza, contenuti formativi e offerte."
824
 
825
+ #: includes/class-freemius.php:24083
826
  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 :-)"
827
+ msgstr "Causa la %sDirettiva per la protezione dei Dati Europea (GDPR)%sabbiamo adeguato i requisiti che fornisci per il consenso, confermando che accetti di lasciare i dati."
828
 
829
+ #: includes/class-freemius.php24085, templates/connect.php:295
830
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
831
  msgstr "Facci sapere se vuoi essere contattato per aggiornamenti di sicurezza e di funzionalità, contenuti formativi e offerte occasionali:"
832
 
833
+ #: includes/class-freemius.php:24367
834
  msgid "License key is empty."
835
  msgstr "La chiave licenza è vuota."
836
 
842
  #: includes/class-fs-plugin-updater.php211,
843
  #: templates/forms/premium-versions-upgrade-handler.php:58
844
  msgid "Buy license"
845
+ msgstr "Compra la licenza"
846
 
847
+ #: includes/class-fs-plugin-updater.php327,
848
+ #: includes/class-fs-plugin-updater.php:360
849
  msgid "There is a %s of %s available."
850
+ msgstr "C'è un %sdi %s disponibile."
851
 
852
+ #: includes/class-fs-plugin-updater.php329,
853
+ #: includes/class-fs-plugin-updater.php:365
854
  msgid "new Beta version"
855
+ msgstr "nuova versione Beta"
856
 
857
+ #: includes/class-fs-plugin-updater.php330,
858
+ #: includes/class-fs-plugin-updater.php:366
859
  msgid "new version"
860
+ msgstr "nuova versione"
861
 
862
+ #: includes/class-fs-plugin-updater.php:389
863
  msgid "Important Upgrade Notice:"
864
+ msgstr "Avviso Importante di aggiornamento:"
865
 
866
+ #: includes/class-fs-plugin-updater.php:1283
867
  msgid "Installing plugin: %s"
868
  msgstr "Installazione plugin: %s"
869
 
870
+ #: includes/class-fs-plugin-updater.php:1324
871
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
872
  msgstr "Impossibile accedere al filesystem. Conferma le tue credenziali."
873
 
874
+ #: includes/class-fs-plugin-updater.php:1506
875
  msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
876
  msgstr "Il pacchetto remoto del plugin non contiene una cartella con lo slug desiderato e la rinominazione non ha funzionato."
877
 
878
  #: includes/fs-plugin-info-dialog.php:535
879
  msgid "Purchase More"
880
+ msgstr "Continua a comprare"
881
 
882
  #: includes/fs-plugin-info-dialog.php536,
883
  #: templates/account/partials/addon.php:385
893
  msgid "Install Free Version Update Now"
894
  msgstr "Installa l'ultima versione gratuita"
895
 
896
+ #: includes/fs-plugin-info-dialog.php739, templates/account.php:590
897
  msgid "Install Update Now"
898
  msgstr "Installa l'aggiornamento ora"
899
 
913
  msgid "Download Latest Free Version"
914
  msgstr "Scarica l'ultima versione gratuita"
915
 
916
+ #: includes/fs-plugin-info-dialog.php766, templates/account.php99,
917
  #: templates/add-ons.php37, templates/account/partials/addon.php:25
918
  msgctxt "as download latest version"
919
  msgid "Download Latest"
925
  msgid "Activate this add-on"
926
  msgstr "Attivare questo addon"
927
 
928
+ #: includes/fs-plugin-info-dialog.php783, templates/connect.php:452
929
  msgid "Activate Free Version"
930
  msgstr "Attiva versione gratuita"
931
 
932
+ #: includes/fs-plugin-info-dialog.php784, templates/account.php123,
933
  #: templates/add-ons.php330, templates/account/partials/addon.php:48
934
  msgid "Activate"
935
  msgstr "Attiva"
1065
  msgid "Details"
1066
  msgstr "Dettagli"
1067
 
1068
+ #: includes/fs-plugin-info-dialog.php1310, templates/account.php110,
1069
+ #: templates/debug.php201, templates/debug.php238, templates/debug.php455,
1070
  #: templates/account/partials/addon.php:36
1071
  msgctxt "product version"
1072
  msgid "Version"
1081
  msgid "Last Updated"
1082
  msgstr "Ultimo aggiornamento"
1083
 
1084
+ #: includes/fs-plugin-info-dialog.php1329, templates/account.php:476
1085
  msgctxt "x-ago"
1086
  msgid "%s ago"
1087
  msgstr "%s fa"
1192
  msgid "Latest Free Version Installed"
1193
  msgstr "Ultima versione gratuita installata"
1194
 
1195
+ #: templates/account.php100, templates/forms/subscription-cancellation.php96,
1196
  #: templates/account/partials/addon.php26,
1197
  #: templates/account/partials/site.php:311
1198
  msgid "Downgrading your plan"
1199
+ msgstr "Torna al piano precedente"
1200
 
1201
+ #: templates/account.php101, templates/forms/subscription-cancellation.php97,
1202
  #: templates/account/partials/addon.php27,
1203
  #: templates/account/partials/site.php:312
1204
  msgid "Cancelling the subscription"
1205
+ msgstr "Cancella la sottoscrizione"
1206
 
1207
  #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1208
  #. subscription'
1209
+ #: templates/account.php103, templates/forms/subscription-cancellation.php99,
1210
  #: templates/account/partials/site.php:314
1211
  msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1212
+ msgstr "%1$sfermerà tutti i pagamenti ricorrenti futuri e il tuo piano %2$sche scadrà in %3$s."
1213
 
1214
+ #: templates/account.php104, templates/forms/subscription-cancellation.php100,
1215
  #: templates/account/partials/addon.php30,
1216
  #: templates/account/partials/site.php:315
1217
  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."
1218
+ msgstr "Si prega di notare che non saremo in grado di garantire lo stesso prezzo per rinnovi/sottoscrizioni dopo la cancellazione. Se scegli di rinnovare l'abbonamento manualmente in futuro, dopo un aumento del prezzo, che di solito avviene una volta l'anno, ti verrà addebitato il nuovo prezzo."
1219
 
1220
+ #: templates/account.php105, templates/forms/subscription-cancellation.php106,
1221
  #: templates/account/partials/addon.php:31
1222
  msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1223
  msgstr "Cancellando il periodo di prova gratuito bloccherai immediatamente l'accesso a tutte le funzionalità premium. Vuoi continuare?"
1224
 
1225
+ #: templates/account.php106, templates/forms/subscription-cancellation.php101,
1226
  #: templates/account/partials/addon.php32,
1227
  #: templates/account/partials/site.php:316
1228
  msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1229
+ msgstr "Puoi continuare ad utilizzare le funzionalità%sma non avrai accesso agli aggiornamenti di sicurezza, nuove funzionalità o supporto."
1230
 
1231
+ #: templates/account.php107, templates/forms/subscription-cancellation.php102,
1232
  #: templates/account/partials/addon.php33,
1233
  #: templates/account/partials/site.php:317
1234
  msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1235
  msgstr "Quando la tua licenza scadrà, potrai comunque continuare a usare la versione gratuita, ma NON avrai accesso alle funzionalità %s."
1236
 
1237
  #. translators: %s: Plan title (e.g. "Professional")
1238
+ #: templates/account.php109,
1239
  #: templates/account/partials/activate-license-button.php31,
1240
  #: templates/account/partials/addon.php:35
1241
  msgid "Activate %s Plan"
1242
  msgstr "Attivare il piano %s"
1243
 
1244
  #. translators: %s: Time period (e.g. Auto renews in "2 months")
1245
+ #: templates/account.php112, templates/account/partials/addon.php38,
1246
  #: templates/account/partials/site.php:291
1247
  msgid "Auto renews in %s"
1248
  msgstr "Rinnovo automatico in %s"
1249
 
1250
  #. translators: %s: Time period (e.g. Expires in "2 months")
1251
+ #: templates/account.php114, templates/account/partials/addon.php40,
1252
  #: templates/account/partials/site.php:293
1253
  msgid "Expires in %s"
1254
  msgstr "Scade in %s"
1255
 
1256
+ #: templates/account.php:115
1257
  msgctxt "as synchronize license"
1258
  msgid "Sync License"
1259
  msgstr "Sincronizza la licenza"
1260
 
1261
+ #: templates/account.php116, templates/account/partials/addon.php:41
1262
  msgid "Cancel Trial"
1263
  msgstr "Annulla prova gratuita"
1264
 
1265
+ #: templates/account.php117, templates/account/partials/addon.php:42
1266
  msgid "Change Plan"
1267
  msgstr "Cambia piano"
1268
 
1269
+ #: templates/account.php118, templates/account/partials/addon.php:43
1270
  msgctxt "verb"
1271
  msgid "Upgrade"
1272
  msgstr "Aggiornamento"
1273
 
1274
+ #: templates/account.php120, templates/account/partials/addon.php45,
1275
  #: templates/account/partials/site.php:318
1276
  msgctxt "verb"
1277
  msgid "Downgrade"
1278
  msgstr "Downgrade"
1279
 
1280
+ #: templates/account.php122, templates/add-ons.php246,
1281
  #: templates/plugin-info/features.php72,
1282
  #: templates/account/partials/addon.php47,
1283
  #: templates/account/partials/site.php:33
1284
  msgid "Free"
1285
  msgstr "Gratuito"
1286
 
1287
+ #: templates/account.php124, templates/debug.php371,
1288
  #: includes/customizer/class-fs-customizer-upsell-control.php110,
1289
  #: templates/account/partials/addon.php:49
1290
  msgctxt "as product pricing plan"
1291
  msgid "Plan"
1292
  msgstr "Piano"
1293
 
1294
+ #: templates/account.php:125
1295
  msgid "Bundle Plan"
1296
+ msgstr "Piano Bundle"
1297
 
1298
+ #: templates/account.php:199
1299
  msgid "Free Trial"
1300
  msgstr "Prova gratuita"
1301
 
1302
+ #: templates/account.php:210
1303
  msgid "Account Details"
1304
  msgstr "Dettagli dell'account"
1305
 
1306
+ #: templates/account.php217, templates/forms/data-debug-mode.php:33
1307
  msgid "Start Debug"
1308
  msgstr "Start Debug"
1309
 
1310
+ #: templates/account.php:219
1311
  msgid "Stop Debug"
1312
  msgstr "Stop Debug"
1313
 
1314
+ #: templates/account.php:226
1315
  msgid "Billing & Invoices"
1316
+ msgstr "Ricevute e Fatture"
1317
 
1318
+ #: templates/account.php:237
1319
  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?"
1320
  msgstr "L'eliminazione dell'account disattiva automaticamente la tua licenza del piano %s quindi è possibile utilizzarlo su altri siti. Se si desidera anche terminare i pagamenti ricorrenti, fare clic sul pulsante \"Annulla\" ed effettuare il \"Downgrade\" del tuo account. Sei sicuro di voler continuare con l'eliminazione?"
1321
 
1322
+ #: templates/account.php:239
1323
  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?"
1324
  msgstr "La cancellazione non è temporanea. Cancella solamente se non vuoi più utilizzare %s. Sei sicuro di voler cancellare questi dati?"
1325
 
1326
+ #: templates/account.php:242
1327
  msgid "Delete Account"
1328
  msgstr "Elimina Account"
1329
 
1330
+ #: templates/account.php254, templates/account/partials/addon.php231,
1331
  #: templates/account/partials/deactivate-license-button.php:35
1332
  msgid "Deactivate License"
1333
  msgstr "Disattiva licenza"
1334
 
1335
+ #: templates/account.php277, templates/forms/subscription-cancellation.php:125
1336
  msgid "Are you sure you want to proceed?"
1337
  msgstr "Sei sicuro di voler procedere?"
1338
 
1339
+ #: templates/account.php277, templates/account/partials/addon.php:255
1340
  msgid "Cancel Subscription"
1341
  msgstr "Annulla sottoscrizione"
1342
 
1343
+ #: templates/account.php306, templates/account/partials/addon.php:340
1344
  msgctxt "as synchronize"
1345
  msgid "Sync"
1346
  msgstr "Sincronizza"
1347
 
1348
+ #: templates/account.php321, templates/debug.php:505
1349
  msgid "Name"
1350
  msgstr "Nome"
1351
 
1352
+ #: templates/account.php327, templates/debug.php:506
1353
  msgid "Email"
1354
  msgstr "Email"
1355
 
1356
+ #: templates/account.php334, templates/debug.php369, templates/debug.php:555
1357
  msgid "User ID"
1358
  msgstr "ID utente"
1359
 
1360
+ #: templates/account.php352, templates/account.php670,
1361
+ #: templates/account.php715, templates/debug.php236, templates/debug.php363,
1362
+ #: templates/debug.php452, templates/debug.php504, templates/debug.php553,
1363
  #: templates/debug.php632, templates/account/payments.php35,
1364
  #: templates/debug/logger.php:21
1365
  msgid "ID"
1366
  msgstr "ID"
1367
 
1368
+ #: templates/account.php:359
1369
  msgid "Site ID"
1370
  msgstr "ID del sito"
1371
 
1372
+ #: templates/account.php:362
1373
  msgid "No ID"
1374
  msgstr "Nessun ID"
1375
 
1376
+ #: templates/account.php367, templates/debug.php243, templates/debug.php372,
1377
+ #: templates/debug.php456, templates/debug.php508,
1378
  #: templates/account/partials/site.php:227
1379
  msgid "Public Key"
1380
  msgstr "Chiave pubblica"
1381
 
1382
+ #: templates/account.php373, templates/debug.php373, templates/debug.php457,
1383
+ #: templates/debug.php509, templates/account/partials/site.php:239
1384
  msgid "Secret Key"
1385
  msgstr "Chiave segreta"
1386
 
1387
+ #: templates/account.php:376
1388
  msgctxt "as secret encryption key missing"
1389
  msgid "No Secret"
1390
  msgstr "Nessuna chiave"
1391
 
1392
+ #: templates/account.php403, templates/account/partials/site.php120,
1393
  #: templates/account/partials/site.php:122
1394
  msgid "Trial"
1395
  msgstr "Prova gratuita"
1396
 
1397
+ #: templates/account.php430, templates/debug.php561,
1398
  #: templates/account/partials/site.php:260
1399
  msgid "License Key"
1400
  msgstr "Chiave della licenza"
1401
 
1402
+ #: templates/account.php:461
1403
  msgid "Join the Beta program"
1404
+ msgstr "Entra nel programma Beta"
1405
 
1406
+ #: templates/account.php:467
1407
  msgid "not verified"
1408
  msgstr "non verificato"
1409
 
1410
+ #: templates/account.php476, templates/account/partials/addon.php:190
1411
  msgid "Expired"
1412
  msgstr "Scaduto"
1413
 
1414
+ #: templates/account.php:536
1415
  msgid "Premium version"
1416
  msgstr "Versione premium"
1417
 
1418
+ #: templates/account.php:538
1419
  msgid "Free version"
1420
  msgstr "Versione gratuita"
1421
 
1422
+ #: templates/account.php:550
1423
  msgid "Verify Email"
1424
  msgstr "Verifica email"
1425
 
1426
+ #: templates/account.php:564
1427
  msgid "Download %s Version"
1428
  msgstr "Scarica la versione %s"
1429
 
1430
+ #: templates/account.php:580
1431
+ msgid "Download Paid Version"
1432
+ msgstr "Download Paid Version"
1433
+
1434
+ #: templates/account.php598, templates/account.php853,
1435
  #: templates/account/partials/site.php248,
1436
  #: templates/account/partials/site.php:270
1437
  msgctxt "verb"
1438
  msgid "Show"
1439
  msgstr "Mostra"
1440
 
1441
+ #: templates/account.php:613
1442
  msgid "What is your %s?"
1443
  msgstr "Qual è il tuo %s?"
1444
 
1445
+ #: templates/account.php621, templates/account/billing.php:21
1446
  msgctxt "verb"
1447
  msgid "Edit"
1448
  msgstr "Modifica"
1449
 
1450
+ #: templates/account.php625, templates/forms/user-change.php:27
1451
+ msgid "Change User"
1452
+ msgstr "Change User"
1453
+
1454
+ #: templates/account.php:649
1455
  msgid "Sites"
1456
  msgstr "Siti"
1457
 
1458
+ #: templates/account.php:662
1459
  msgid "Search by address"
1460
  msgstr "Cerca per indirizzo"
1461
 
1462
+ #: templates/account.php671, templates/debug.php:366
1463
  msgid "Address"
1464
  msgstr "Indirizzo"
1465
 
1466
+ #: templates/account.php:672
1467
  msgid "License"
1468
  msgstr "Licenza"
1469
 
1470
+ #: templates/account.php:673
1471
  msgid "Plan"
1472
  msgstr "Piano"
1473
 
1474
+ #: templates/account.php:718
1475
  msgctxt "as software license"
1476
  msgid "License"
1477
  msgstr "Licenza"
1478
 
1479
+ #: templates/account.php:847
1480
  msgctxt "verb"
1481
  msgid "Hide"
1482
  msgstr "Nascondi"
1483
 
1484
+ #: templates/account.php869, templates/forms/data-debug-mode.php:31
1485
  msgid "Processing"
1486
+ msgstr "Elaborazione"
1487
 
1488
+ #: templates/account.php:872
1489
  msgid "Get updates for bleeding edge Beta versions of %s."
1490
+ msgstr "Ottieni gli aggiornamenti per le nuove versioni Beta di %s."
1491
 
1492
+ #: templates/account.php:930
1493
  msgid "Cancelling %s"
1494
+ msgstr "Cancellazione di %s"
1495
 
1496
+ #: templates/account.php930, templates/account.php947,
1497
  #: templates/forms/subscription-cancellation.php27,
1498
  #: templates/forms/deactivation/form.php:133
1499
  msgid "trial"
1500
+ msgstr "prova"
1501
 
1502
+ #: templates/account.php945, templates/forms/deactivation/form.php:150
1503
  msgid "Cancelling %s..."
1504
+ msgstr "Cancellazione %s..."
1505
 
1506
+ #: templates/account.php948, templates/forms/subscription-cancellation.php28,
1507
  #: templates/forms/deactivation/form.php:134
1508
  msgid "subscription"
1509
+ msgstr "sottoscrizione"
1510
 
1511
+ #: templates/account.php:962
1512
  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?"
1513
  msgstr "Disattiva la tua licenza bloccando tutte le funzionalità premium ma potrai attivare la licenza su un altro sito. Sei sicuro di voler continuare?"
1514
 
1532
  #: templates/add-ons.php:230
1533
  msgctxt "installed add-on"
1534
  msgid "Installed"
1535
+ msgstr "Installato"
1536
 
1537
+ #: templates/admin-notice.php13, templates/forms/license-activation.php220,
1538
  #: templates/forms/resend-key.php:77
1539
  msgctxt "as close a window"
1540
  msgid "Dismiss"
1574
  msgid "Hey %s,"
1575
  msgstr "Hey %s,"
1576
 
1577
+ #: templates/connect.php:162
1578
  msgid "Allow & Continue"
1579
  msgstr "Consenti & Continua"
1580
 
1581
+ #: templates/connect.php:166
1582
  msgid "Re-send activation email"
1583
  msgstr "Invia nuovamente l'email di attivazione"
1584
 
1585
+ #: templates/connect.php:170
1586
  msgid "Thanks %s!"
1587
  msgstr "Grazie %s!"
1588
 
1589
+ #: templates/connect.php180, templates/forms/license-activation.php:46
1590
  msgid "Agree & Activate License"
1591
  msgstr "Accetta e attiva la licenza"
1592
 
1593
+ #: templates/connect.php:189
1594
  msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1595
  msgstr "Grazie per aver acquistato %s! Per iniziare, per favore inserisci la tua chiave di licenza:"
1596
 
1597
+ #: templates/connect.php:196
1598
  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."
1599
  msgstr "Non perdere nessun aggiornamento importante, accetta gli aggiornamenti di sicurezza e funzionalità, contenuti formativi, offerte e il tracciamento diagnostico senza dati sensibili con %4$s."
1600
 
1601
+ #: templates/connect.php:197
1602
  msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1603
  msgstr "Non perdere nessun aggiornamento importante, accetta i nostri aggiornamenti di sicurezza e notifiche di funzionalità e il tracciamento diagnostico senza dati sensibili con %4$s."
1604
 
1605
+ #: templates/connect.php:203
1606
  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."
1607
  msgstr "Non perdere nessun aggiornamento importante, accetta i nostri aggiornamenti di sicurezza e di nuove funzionalità, contenuto formativo, offerte e tracciamento diagnostico senza dati sensibili con %4$s. Se vuoi saltare questo passaggio non è un problema! %1$scontinuerà a funzionare."
1608
 
1609
+ #: templates/connect.php:204
1610
  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."
1611
  msgstr "Non perdere nessun aggiornamento importante, accetta i nostri aggiornamenti di sicurezza e di nuove funzionalità, contenuto formativo, offerte e tracciamento diagnostico senza dati sensibili con %4$s. Se vuoi saltare questo passaggio non è un problema! %1$s continuerà a funzionare."
1612
 
1613
+ #: templates/connect.php:238
1614
  msgid "We're excited to introduce the Freemius network-level integration."
1615
  msgstr "Siamo felici di presentarvi il supporto al sistema multi network di Freemius."
1616
 
1617
+ #: templates/connect.php:241
1618
  msgid "During the update process we detected %d site(s) that are still pending license activation."
1619
  msgstr "Durante la procedura di aggiornamento abbiamo individuato%d sito/i che sono in attesa della attivazione della licenza."
1620
 
1621
+ #: templates/connect.php:243
1622
  msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1623
  msgstr "Se vuoi utilizzare %s su questi siti, inserisci la tua licenza sotto e fai clic sul pulsante di attivazione."
1624
 
1625
+ #: templates/connect.php:245
1626
  msgid "%s's paid features"
1627
  msgstr "Funzionalità a pagamento di %s"
1628
 
1629
+ #: templates/connect.php:250
1630
  msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1631
  msgstr "In caso puoi saltare per adesso e attivare la licenza successivamente nella tua pagina di attivazione network di %s."
1632
 
1633
+ #: templates/connect.php:252
1634
  msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1635
  msgstr "Durante la procedura di aggiornamenti abbiamo individuato %s sito/i del network che sono in attesa di un tuo controllo."
1636
 
1637
+ #: templates/connect.php261, templates/forms/data-debug-mode.php35,
1638
  #: templates/forms/license-activation.php:49
1639
  msgid "License key"
1640
  msgstr "Chiave di licenza"
1641
 
1642
+ #: templates/connect.php264, templates/forms/license-activation.php:22
1643
  msgid "Can't find your license key?"
1644
  msgstr "Non trovi la tua chiave di licenza?"
1645
 
1646
+ #: templates/connect.php323, templates/connect.php694,
1647
  #: templates/forms/deactivation/retry-skip.php:20
1648
  msgctxt "verb"
1649
  msgid "Skip"
1650
  msgstr "Salta"
1651
 
1652
+ #: templates/connect.php:326
1653
  msgid "Delegate to Site Admins"
1654
  msgstr "Delega ai proprietari del sito"
1655
 
1656
+ #: templates/connect.php:326
1657
  msgid "If you click it, this decision will be delegated to the sites administrators."
1658
  msgstr "Se fai clic questa decisione sarà delegata agli amministratori del sito."
1659
 
1660
+ #: templates/connect.php:364
1661
  msgid "Your Profile Overview"
1662
  msgstr "Panoramica del tuo profilo"
1663
 
1664
+ #: templates/connect.php:365
1665
  msgid "Name and email address"
1666
  msgstr "Nome ed indirizzo email"
1667
 
1668
+ #: templates/connect.php:372
1669
  msgid "Your Site Overview"
1670
  msgstr "Panoramica del tuo sito"
1671
 
1672
+ #: templates/connect.php:373
1673
+ msgid "Site URL, WP version, PHP info"
1674
+ msgstr "Site URL, WP version, PHP info"
1675
 
1676
+ #: templates/connect.php:379
1677
  msgid "Admin Notices"
1678
  msgstr "Avvisi amministratore"
1679
 
1680
+ #: templates/connect.php380, templates/connect.php:396
1681
  msgid "Updates, announcements, marketing, no spam"
1682
  msgstr "Aggiornamenti, annunci, marketing, no spam"
1683
 
1684
+ #: templates/connect.php:386
1685
  msgid "Current %s Events"
1686
  msgstr "Eventi %sattuali"
1687
 
1688
+ #: templates/connect.php:387
1689
  msgid "Activation, deactivation and uninstall"
1690
  msgstr "Attiva, disattivazione e disinstallazione"
1691
 
1692
+ #: templates/connect.php:395
1693
  msgid "Newsletter"
1694
  msgstr "Newsletter"
1695
 
1696
+ #: templates/connect.php:403
1697
+ msgid "Plugins & Themes"
1698
+ msgstr "Plugins & Themes"
1699
+
1700
+ #: templates/connect.php:404
1701
+ msgid "Title, slug, version, and is active"
1702
+ msgstr "Title, slug, version, and is active"
1703
+
1704
+ #: templates/connect.php420, templates/forms/license-activation.php:41
1705
  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."
1706
  msgstr " Il %1$s invierà periodicamente dei dati a %2$s per verificare aggiornamenti di sicurezza e di funzionalità e verificare la validità della tua licenza."
1707
 
1708
+ #: templates/connect.php:425
1709
  msgid "What permissions are being granted?"
1710
  msgstr "Quali autorizzazioni vengono concesse?"
1711
 
1712
+ #: templates/connect.php:451
1713
  msgid "Don't have a license key?"
1714
  msgstr "Non hai una chiave di licenza?"
1715
 
1716
+ #: templates/connect.php:454
1717
  msgid "Have a license key?"
1718
  msgstr "Hai una chiave di licenza?"
1719
 
1720
+ #: templates/connect.php:462
1721
  msgid "Privacy Policy"
1722
  msgstr "Politica sulla privacy"
1723
 
1724
+ #: templates/connect.php:464
1725
  msgid "License Agreement"
1726
  msgstr "License Agreement"
1727
 
1728
+ #: templates/connect.php:464
1729
  msgid "Terms of Service"
1730
  msgstr "Termini del Servizio"
1731
 
1732
+ #: templates/connect.php:853
1733
  msgctxt "as in the process of sending an email"
1734
  msgid "Sending email"
1735
  msgstr "Invio email"
1736
 
1737
+ #: templates/connect.php:854
1738
  msgctxt "as activating plugin"
1739
  msgid "Activating"
1740
  msgstr "Attivazione"
1762
  msgid "Debugging"
1763
  msgstr "Debugging"
1764
 
1765
+ #: templates/debug.php52, templates/debug.php248, templates/debug.php374,
1766
+ #: templates/debug.php:510
1767
  msgid "Actions"
1768
  msgstr "Azioni"
1769
 
1770
+ #: templates/debug.php:62
1771
  msgid "Are you sure you want to delete all Freemius data?"
1772
  msgstr "Sei sicuro di voler eliminare tutti i dati di Freemius?"
1773
 
1774
+ #: templates/debug.php:62
1775
  msgid "Delete All Accounts"
1776
  msgstr "Eliminare tutti gli account"
1777
 
1778
+ #: templates/debug.php:69
1779
  msgid "Clear API Cache"
1780
  msgstr "Elimina cache API"
1781
 
1782
+ #: templates/debug.php:77
1783
  msgid "Clear Updates Transients"
1784
  msgstr "Svuota le Transient degli aggiornamenti"
1785
 
1786
+ #: templates/debug.php:84
1787
  msgid "Sync Data From Server"
1788
  msgstr "Sincronizza i dati dal server"
1789
 
1790
+ #: templates/debug.php:93
1791
  msgid "Migrate Options to Network"
1792
+ msgstr "Migra le opzioni al Network"
1793
 
1794
+ #: templates/debug.php:98
1795
  msgid "Load DB Option"
1796
  msgstr "Carica opzioni del DB"
1797
 
1798
+ #: templates/debug.php:101
1799
  msgid "Set DB Option"
1800
  msgstr "Imposta opzione del DB"
1801
 
1802
+ #: templates/debug.php:180
1803
  msgid "Key"
1804
  msgstr "Chiave"
1805
 
1806
+ #: templates/debug.php:181
1807
  msgid "Value"
1808
  msgstr "Valore"
1809
 
1810
+ #: templates/debug.php:197
1811
  msgctxt "as software development kit versions"
1812
  msgid "SDK Versions"
1813
  msgstr "Versioni SDK"
1814
 
1815
+ #: templates/debug.php:202
1816
  msgid "SDK Path"
1817
  msgstr "Percorso SDK"
1818
 
1819
+ #: templates/debug.php203, templates/debug.php:242
1820
  msgid "Module Path"
1821
  msgstr "Percorso modulo"
1822
 
1823
+ #: templates/debug.php:204
1824
  msgid "Is Active"
1825
  msgstr "è attiva"
1826
 
1827
+ #: templates/debug.php232, templates/debug/plugins-themes-sync.php:35
1828
  msgid "Plugins"
1829
  msgstr "Plugin"
1830
 
1831
+ #: templates/debug.php232, templates/debug/plugins-themes-sync.php:56
1832
  msgid "Themes"
1833
  msgstr "Temi"
1834
 
1835
+ #: templates/debug.php237, templates/debug.php368, templates/debug.php454,
1836
  #: templates/debug/scheduled-crons.php:80
1837
  msgid "Slug"
1838
  msgstr "Slug"
1839
 
1840
+ #: templates/debug.php239, templates/debug.php:453
1841
  msgid "Title"
1842
  msgstr "Titolo"
1843
 
1844
+ #: templates/debug.php:240
1845
  msgctxt "as application program interface"
1846
  msgid "API"
1847
  msgstr "API"
1848
 
1849
+ #: templates/debug.php:241
1850
  msgid "Freemius State"
1851
  msgstr "Stato di Freemius"
1852
 
1853
+ #: templates/debug.php:245
1854
  msgid "Network Blog"
1855
  msgstr "Network Blog"
1856
 
1857
+ #: templates/debug.php:246
1858
  msgid "Network User"
1859
  msgstr "Utente Network"
1860
 
1861
+ #: templates/debug.php:283
1862
  msgctxt "as connection was successful"
1863
  msgid "Connected"
1864
  msgstr "Connesso"
1865
 
1866
+ #: templates/debug.php:284
1867
  msgctxt "as connection blocked"
1868
  msgid "Blocked"
1869
  msgstr "Bloccato"
1870
 
1871
+ #: templates/debug.php:320
1872
  msgid "Simulate Trial Promotion"
1873
+ msgstr "Simula la prova Trial"
1874
 
1875
+ #: templates/debug.php:332
1876
  msgid "Simulate Network Upgrade"
1877
  msgstr "Simula aggiornamento network"
1878
 
1879
+ #: templates/debug.php:357
1880
  msgid "%s Installs"
1881
  msgstr "%s Installazioni"
1882
 
1883
+ #: templates/debug.php:359
1884
  msgctxt "like websites"
1885
  msgid "Sites"
1886
  msgstr "Siti"
1887
 
1888
+ #: templates/debug.php365, templates/account/partials/site.php:156
1889
  msgid "Blog ID"
1890
  msgstr "Blog ID"
1891
 
1892
+ #: templates/debug.php:370
1893
  msgid "License ID"
1894
  msgstr "License ID"
1895
 
1896
+ #: templates/debug.php434, templates/debug.php533,
1897
  #: templates/account/partials/addon.php:435
1898
  msgctxt "verb"
1899
  msgid "Delete"
1900
  msgstr "Elimina"
1901
 
1902
+ #: templates/debug.php:448
1903
  msgid "Add Ons of module %s"
1904
  msgstr "Addon del modulo %s"
1905
 
1906
+ #: templates/debug.php:500
1907
  msgid "Users"
1908
  msgstr "Utenti"
1909
 
1910
+ #: templates/debug.php:507
1911
  msgid "Verified"
1912
  msgstr "Verificato"
1913
 
1914
+ #: templates/debug.php:549
1915
  msgid "%s Licenses"
1916
  msgstr "%s Licenze"
1917
 
1918
+ #: templates/debug.php:554
1919
  msgid "Plugin ID"
1920
  msgstr "Plugin ID"
1921
 
1922
+ #: templates/debug.php:556
1923
  msgid "Plan ID"
1924
  msgstr "ID Piano"
1925
 
1926
+ #: templates/debug.php:557
1927
  msgid "Quota"
1928
  msgstr "Quota"
1929
 
1930
+ #: templates/debug.php:558
1931
  msgid "Activated"
1932
  msgstr "Attivato"
1933
 
1934
+ #: templates/debug.php:559
1935
  msgid "Blocking"
1936
  msgstr "Bloccato"
1937
 
1938
+ #: templates/debug.php560, templates/debug.php631,
1939
+ #: templates/debug/logger.php:22
1940
+ msgid "Type"
1941
+ msgstr "Tipo"
1942
+
1943
+ #: templates/debug.php:562
1944
  msgctxt "as expiration date"
1945
  msgid "Expiration"
1946
  msgstr "Scadenza"
1988
  msgid "Download"
1989
  msgstr "Download"
1990
 
 
 
 
 
1991
  #: templates/debug.php636, templates/debug/logger.php:26
1992
  msgid "Timestamp"
1993
  msgstr "Timestamp"
2337
  msgid "Update License"
2338
  msgstr "Aggiorna licenza"
2339
 
2340
+ #: templates/forms/license-activation.php:181
2341
+ msgid "Associate with the license owner's account."
2342
+ msgstr "Associate with the license owner's account."
2343
+
2344
  #: templates/forms/optout.php:30
2345
  msgctxt "verb"
2346
  msgid "Opt Out"
2351
  msgid "Opt In"
2352
  msgstr "Iscriviti"
2353
 
2354
+ #: templates/forms/optout.php:34
2355
+ msgid "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
2356
+ msgstr "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
2357
+
2358
+ #: templates/forms/optout.php:36
2359
+ msgid "Warning: Opting out will block automatic updates"
2360
+ msgstr "Warning: Opting out will block automatic updates"
2361
+
2362
+ #: templates/forms/optout.php:37
2363
+ 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."
2364
+ msgstr "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."
2365
+
2366
+ #: templates/forms/optout.php:39
2367
+ msgid "I'd like to keep automatic updates"
2368
+ msgstr "I'd like to keep automatic updates"
2369
+
2370
+ #: templates/forms/optout.php:44
2371
  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."
2372
  msgstr "Tracciamo l'utilizzo esclusivamente per rendere %s migliore, creando una migliore esperienza utente e dando priorità a nuove funzionalità, oltre a molte altre buone cose. Saremmo veramente felici di vederti cambiare idea e lasciarci continuare con il tracciamento."
2373
 
2374
+ #: templates/forms/optout.php:45
2375
+ msgid "On second thought - I want to continue helping"
2376
+ msgstr "On second thought - I want to continue helping"
2377
+
2378
+ #: templates/forms/optout.php:49
2379
  msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2380
  msgstr "Cliccando su \"Cancella iscrizione\", non invieremo più nessuna informazione da %s a %s."
2381
 
2382
+ #: templates/forms/optout.php:74
2383
+ msgid "Plugins & themes tracking"
2384
+ msgstr "Plugins & themes tracking"
2385
+
2386
+ #: templates/forms/optout.php:256
2387
+ msgid "Saved"
2388
+ msgstr "Saved"
2389
+
2390
  #: templates/forms/premium-versions-upgrade-handler.php:40
2391
  msgid "There is a new version of %s available."
2392
  msgstr "C'è una nuova versione di %s disponibile."
2393
 
2394
  #: templates/forms/premium-versions-upgrade-handler.php:41
2395
  msgid " %s to access version %s security & feature updates, and support."
2396
+ msgstr "%sper accedere alla versione%s per aggiornamenti, funzionalità e supporto."
2397
 
2398
  #: templates/forms/premium-versions-upgrade-handler.php:54
2399
  msgid "New Version Available"
2414
 
2415
  #: templates/forms/subscription-cancellation.php:37
2416
  msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2417
+ msgstr "Disattivare o disinstallare %s che disabiliterà automaticamente la licenza, che permetterà di utilizzarla in un altro sito."
2418
 
2419
  #: templates/forms/subscription-cancellation.php:47
2420
  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?"
2421
+ msgstr "In caso NON hai pianificato di usare %s su questo sito (o ogni altro sito) vuoi cancellare %s?"
2422
 
2423
  #: templates/forms/subscription-cancellation.php:52
2424
  msgid "license"
2425
+ msgstr "licenza"
2426
 
2427
  #: templates/forms/subscription-cancellation.php:57
2428
  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."
2429
+ msgstr "Annulla %s, non ho bisogno di aggiornamenti di funzionalità e sicurezza o supporto per %sperché non ho intenzione di usare %ssu questo sito o qualunque altro sito."
2430
 
2431
  #: templates/forms/subscription-cancellation.php:68
2432
  msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2433
+ msgstr "Non annullare %s, sono interessato in ottenere gli aggiornamenti di sicurezza, nuove funzionalità o contattare il supporto."
2434
 
2435
  #: templates/forms/subscription-cancellation.php:103
2436
  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."
2437
+ msgstr "Quando la tua licenza scadrà non potrai più usare %s, a meno che lo attivi di nuovo con una licenza premium valida."
2438
 
2439
  #: templates/forms/subscription-cancellation.php:136
2440
  msgid "Cancel %s?"
2441
+ msgstr "Annulla %s?"
2442
 
2443
  #: templates/forms/subscription-cancellation.php:143
2444
  msgid "Proceed"
2445
+ msgstr "Prosegui"
2446
 
2447
  #: templates/forms/subscription-cancellation.php191,
2448
  #: templates/forms/deactivation/form.php:171
2449
  msgid "Cancel %s & Proceed"
2450
+ msgstr "Annulla %s & Prosegui"
2451
 
2452
  #: templates/forms/trial-start.php:22
2453
  msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2457
  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."
2458
  msgstr "Per essere accettato del regolamento WordPress.org, prima di attivare il periodo di prova devi accettare di condividere informazioni come il tuo utente e dati non sensibili. Permettendo a %s di inviare dati periodicamente a %s per verificare gli aggiornamenti e approvare il periodo di prova."
2459
 
2460
+ #: templates/forms/user-change.php:26
2461
+ msgid "By changing the user, you agree to transfer the account ownership to:"
2462
+ msgstr "By changing the user, you agree to transfer the account ownership to:"
2463
+
2464
+ #: templates/forms/user-change.php:28
2465
+ msgid "I Agree - Change User"
2466
+ msgstr "I Agree - Change User"
2467
+
2468
+ #: templates/forms/user-change.php:30
2469
+ msgid "Enter email address"
2470
+ msgstr "Enter email address"
2471
+
2472
+ #: templates/forms/user-change.php:81
2473
+ msgctxt "close window"
2474
+ msgid "Dismiss"
2475
+ msgstr "Dismiss"
2476
+
2477
  #: templates/js/style-premium-theme.php:39
2478
  msgid "Premium"
2479
  msgstr "Premium"
2539
  #. subscription'
2540
  #: templates/account/partials/addon.php:29
2541
  msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2542
+ msgstr "%1$s fermerà subito tutti i futuri pagamenti ricorrenti e il tuo piano licenza scadrà in %s.,"
2543
 
2544
  #: templates/account/partials/addon.php:185
2545
  msgid "Cancelled"
2587
 
2588
  #: templates/forms/deactivation/form.php:87
2589
  msgid "Quick Feedback"
2590
+ msgstr "Suggerimenti rapidi"
2591
 
2592
  #: templates/forms/deactivation/form.php:91
2593
  msgid "If you have a moment, please let us know why you are %s"
includes/vendor/freemius/wordpress-sdk/languages/freemius-ja.mo ADDED
Binary file
includes/vendor/freemius/wordpress-sdk/languages/{freemius-ja_JP.po → freemius-ja.po} RENAMED
@@ -2,7 +2,6 @@
2
  # This file is distributed under the same license as the freemius package.
3
  # Translators:
4
  # Odyssey <8bitodyssey+github@gmail.com>, 2016
5
- # Tomohyco Tsunoda, 2018
6
  # Takayuki Miyauchi <miya0001@users.noreply.github.com>, 2016
7
  # Tomohyco Tsunoda, 2018
8
  msgid ""
@@ -10,10 +9,10 @@ msgstr ""
10
  "Project-Id-Version: WordPress SDK\n"
11
  "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
12
  "POT-Creation-Date: \n"
13
- "PO-Revision-Date: 2019-10-07 15:33+0000\n"
14
  "Last-Translator: Vova Feldman <vova@freemius.com>\n"
15
- "Language: ja_JP\n"
16
- "Language-Team: Japanese (Japan) (http://www.transifex.com/freemius/wordpress-sdk/language/ja_JP/)\n"
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
  "Content-Transfer-Encoding: 8bit\n"
19
  "Plural-Forms: nplurals=1; plural=0;\n"
@@ -24,802 +23,811 @@ msgstr ""
24
  "X-Poedit-SearchPathExcluded-0: *.js\n"
25
  "X-Poedit-SourceCharset: UTF-8\n"
26
 
27
- #: includes/class-freemius.php1880, templates/account.php:840
28
  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."
29
  msgstr "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."
30
 
31
- #: includes/class-freemius.php:1887
32
  msgid "Would you like to proceed with the update?"
33
  msgstr "Would you like to proceed with the update?"
34
 
35
- #: includes/class-freemius.php:2095
36
  msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
37
  msgstr "Freemius SDK がプラグインのメインファイルを見つけることができませんでした。現在のエラーを添えて sdk@freemius.com に連絡してください。"
38
 
39
- #: includes/class-freemius.php:2097
40
  msgid "Error"
41
  msgstr "エラー"
42
 
43
- #: includes/class-freemius.php:2491
44
  msgid "I found a better %s"
45
  msgstr "より良い %sを見つけました"
46
 
47
- #: includes/class-freemius.php:2493
48
  msgid "What's the %s's name?"
49
  msgstr "%sの名前は何ですか?"
50
 
51
- #: includes/class-freemius.php:2499
52
  msgid "It's a temporary %s. I'm just debugging an issue."
53
  msgstr "%sは一時的なものです。現在この問題をデバッグ中です。"
54
 
55
- #: includes/class-freemius.php:2501
56
  msgid "Deactivation"
57
  msgstr "無効化"
58
 
59
- #: includes/class-freemius.php:2502
60
  msgid "Theme Switch"
61
  msgstr "テーマ変更"
62
 
63
- #: includes/class-freemius.php2511, templates/forms/resend-key.php:24
 
64
  msgid "Other"
65
  msgstr "その他"
66
 
67
- #: includes/class-freemius.php:2519
68
  msgid "I no longer need the %s"
69
  msgstr "%sはもう不要です"
70
 
71
- #: includes/class-freemius.php:2526
72
  msgid "I only needed the %s for a short period"
73
  msgstr "短期間だけ %sが 必要です。"
74
 
75
- #: includes/class-freemius.php:2532
76
  msgid "The %s broke my site"
77
  msgstr "%s の影響でサイトを崩れました"
78
 
79
- #: includes/class-freemius.php:2539
80
  msgid "The %s suddenly stopped working"
81
  msgstr "%s の動作が突然停止しました"
82
 
83
- #: includes/class-freemius.php:2549
84
  msgid "I can't pay for it anymore"
85
  msgstr "もう払うことができません"
86
 
87
- #: includes/class-freemius.php:2551
88
  msgid "What price would you feel comfortable paying?"
89
  msgstr " 支払ってもよいと思う価格はいくらですか?"
90
 
91
- #: includes/class-freemius.php:2557
92
  msgid "I don't like to share my information with you"
93
  msgstr "自分の情報を共有したくありません"
94
 
95
- #: includes/class-freemius.php:2578
96
  msgid "The %s didn't work"
97
  msgstr "%s が動作しませんでした"
98
 
99
- #: includes/class-freemius.php:2588
100
  msgid "I couldn't understand how to make it work"
101
  msgstr "どうしたら動作するか分かりませんでした。"
102
 
103
- #: includes/class-freemius.php:2596
104
  msgid "The %s is great, but I need specific feature that you don't support"
105
  msgstr "%s は素晴らしいのですが、サポートされていないある機能が必要です"
106
 
107
- #: includes/class-freemius.php:2598
108
  msgid "What feature?"
109
  msgstr "何の機能ですか?"
110
 
111
- #: includes/class-freemius.php:2602
112
  msgid "The %s is not working"
113
  msgstr "%s が動作していません"
114
 
115
- #: includes/class-freemius.php:2604
116
  msgid "Kindly share what didn't work so we can fix it for future users..."
117
  msgstr "将来のユーザーのために修正できるよう、何が動作しなかったのかどうか共有してください…"
118
 
119
- #: includes/class-freemius.php:2608
120
  msgid "It's not what I was looking for"
121
  msgstr "探していたものではありません"
122
 
123
- #: includes/class-freemius.php:2610
124
  msgid "What you've been looking for?"
125
  msgstr "探していたのは何ですか?"
126
 
127
- #: includes/class-freemius.php:2614
128
  msgid "The %s didn't work as expected"
129
  msgstr "%sが期待通りに動きませんでした "
130
 
131
- #: includes/class-freemius.php:2616
132
  msgid "What did you expect?"
133
  msgstr "何を期待していましたか?"
134
 
135
- #: includes/class-freemius.php3471, templates/debug.php:20
136
  msgid "Freemius Debug"
137
  msgstr "Freemius デバッグ"
138
 
139
- #: includes/class-freemius.php:4223
140
  msgid "I don't know what is cURL or how to install it, help me!"
141
  msgstr "cURL がなにか、そのインストール方法を知りません。助けてください。"
142
 
143
- #: includes/class-freemius.php:4225
144
  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."
145
  msgstr "ホスティング会社に連絡して問題を解決してください。 更新が完了したら、 %s へのフォローアップメールが届きます。"
146
 
147
- #: includes/class-freemius.php:4232
148
  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."
149
  msgstr "すばらしい。cURL をインストールし、 php.ini ファイルで有効化してください。加えて、php.ini 内で 'disable_functions' ディレクティブを検索して、'curl_' で始まる無効化されたメソッドを削除してください。'phpinfo()' を使って正常に起動されたことを確認してください。有効化されている場合は %s を一度無効化し、再度有効化し直してください。"
150
 
151
- #: includes/class-freemius.php:4337
152
  msgid "Yes - do your thing"
153
  msgstr "はい - お構いなく"
154
 
155
- #: includes/class-freemius.php:4342
156
  msgid "No - just deactivate"
157
  msgstr "いいえ - すぐに無効化"
158
 
159
- #: includes/class-freemius.php4387, includes/class-freemius.php4881,
160
- #: includes/class-freemius.php6032, includes/class-freemius.php13153,
161
- #: includes/class-freemius.php16558, includes/class-freemius.php16646,
162
- #: includes/class-freemius.php16812, includes/class-freemius.php19040,
163
- #: includes/class-freemius.php19381, includes/class-freemius.php19391,
164
- #: includes/class-freemius.php20051, includes/class-freemius.php20924,
165
- #: includes/class-freemius.php21039, includes/class-freemius.php21183,
166
- #: templates/add-ons.php:57
167
  msgctxt "exclamation"
168
  msgid "Oops"
169
  msgstr "おっと"
170
 
171
- #: includes/class-freemius.php:4456
172
  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."
173
  msgstr "修正するチャンスをいただきありがとうございます! テクニカルスタッフにメッセージが送信されました。 %s への更新が行われるとすぐにあなたに連絡します。 あなたの忍耐に感謝します。"
174
 
175
- #: includes/class-freemius.php:4878
176
  msgctxt "addonX cannot run without pluginY"
177
  msgid "%s cannot run without %s."
178
  msgstr "%s は、%s が無いと実行することができません。"
179
 
180
- #: includes/class-freemius.php:4879
181
  msgctxt "addonX cannot run..."
182
  msgid "%s cannot run without the plugin."
183
  msgstr "%s は、プラグインが無いと実行することができません。"
184
 
185
- #: includes/class-freemius.php5052, includes/class-freemius.php5077,
186
- #: includes/class-freemius.php:20122
187
  msgid "Unexpected API error. Please contact the %s's author with the following error."
188
  msgstr "予期しない API エラーです。%sの作者に次のエラーを連絡してください。"
189
 
190
- #: includes/class-freemius.php:5720
191
  msgid "Premium %s version was successfully activated."
192
  msgstr "プレミアムバージョンの %sは有効化に成功しました。"
193
 
194
- #: includes/class-freemius.php5732, includes/class-freemius.php:7599
195
  msgctxt ""
196
  msgid "W00t"
197
  msgstr "やったー"
198
 
199
- #: includes/class-freemius.php:5747
200
  msgid "You have a %s license."
201
  msgstr "%s ライセンスを持っています。"
202
 
203
- #: includes/class-freemius.php5751, includes/class-freemius.php15975,
204
- #: includes/class-freemius.php15986, includes/class-freemius.php19292,
205
- #: includes/class-freemius.php19642, includes/class-freemius.php19711,
206
- #: includes/class-freemius.php:19876
207
  msgctxt "interjection expressing joy or exuberance"
208
  msgid "Yee-haw"
209
  msgstr "ヤッホー"
210
 
211
- #: includes/class-freemius.php:6015
212
  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."
213
  msgstr "%s の無料試用が正常にキャンセルされました。 アドオンはプレミアムなので、自動的に無効化されました。 将来使用したい場合は、ライセンスを購入する必要があります。"
214
 
215
- #: includes/class-freemius.php:6019
216
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
217
  msgstr "%s はプレミアムのみのアドオンです。そのプラグインを有効化する前にライセンスを購入する必要があります。"
218
 
219
- #: includes/class-freemius.php6028, templates/add-ons.php186,
220
  #: templates/account/partials/addon.php:381
221
  msgid "More information about %s"
222
  msgstr "%s に関する詳細情報"
223
 
224
- #: includes/class-freemius.php:6029
225
  msgid "Purchase License"
226
  msgstr "ライセンスを購入"
227
 
228
- #: includes/class-freemius.php6964, templates/connect.php:163
229
  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."
230
  msgstr "%s のメールボックスに %s の有効化のメールを受け取っているはずです。%s のメールに記載された有効化ボタンをクリックしてください。"
231
 
232
- #: includes/class-freemius.php:6968
233
  msgid "start the trial"
234
  msgstr "トライアルを開始"
235
 
236
- #: includes/class-freemius.php6969, templates/connect.php:167
237
  msgid "complete the install"
238
  msgstr "インストールを完了"
239
 
240
- #: includes/class-freemius.php:7081
241
  msgid "You are just one step away - %s"
242
  msgstr "もうあとわずかです - %s"
243
 
244
- #: includes/class-freemius.php:7084
245
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
246
  msgid "Complete \"%s\" Activation Now"
247
  msgstr "すぐに \"%s\" 有効化を完了してください"
248
 
249
- #: includes/class-freemius.php:7162
250
  msgid "We made a few tweaks to the %s, %s"
251
  msgstr "プラグインを微調整します、 %s, %s"
252
 
253
- #: includes/class-freemius.php:7166
254
  msgid "Opt in to make \"%s\" better!"
255
  msgstr "Opt in to make \"%s\" better!"
256
 
257
- #: includes/class-freemius.php:7598
258
  msgid "The upgrade of %s was successfully completed."
259
  msgstr "%s のアップグレードが完了しました。"
260
 
261
- #: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
262
- #: includes/class-fs-plugin-updater.php1233,
263
- #: includes/class-fs-plugin-updater.php1240,
264
  #: templates/auto-installation.php:32
265
  msgid "Add-On"
266
  msgstr "アドオン"
267
 
268
- #: includes/class-freemius.php9804, templates/account.php335,
269
- #: templates/account.php343, templates/debug.php360, templates/debug.php:551
270
  msgid "Plugin"
271
  msgstr "プラグイン"
272
 
273
- #: includes/class-freemius.php9805, templates/account.php336,
274
- #: templates/account.php344, templates/debug.php360, templates/debug.php551,
275
  #: templates/forms/deactivation/form.php:71
276
  msgid "Theme"
277
  msgstr "テーマ"
278
 
279
- #: includes/class-freemius.php:12596
280
  msgid "An unknown error has occurred while trying to set the user's beta mode."
281
  msgstr "An unknown error has occurred while trying to set the user's beta mode."
282
 
283
- #: includes/class-freemius.php:13020
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
284
  msgid "Invalid site details collection."
285
  msgstr "Invalid site details collection."
286
 
287
- #: includes/class-freemius.php:13140
288
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
289
  msgstr "システムではメールアドレスを見つけることができませんでした。メールアドレスが正しいか確認してください。"
290
 
291
- #: includes/class-freemius.php:13142
292
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
293
  msgstr "メールアドレスに関連付けられた有効なライセンスが見つかりません。メールアドレスが正しいか確認してください。"
294
 
295
- #: includes/class-freemius.php:13416
296
  msgid "Account is pending activation."
297
  msgstr "アカウントは有効化待ちです。"
298
 
299
- #: includes/class-freemius.php13528,
300
  #: templates/forms/premium-versions-upgrade-handler.php:47
301
  msgid "Buy a license now"
302
  msgstr "Buy a license now"
303
 
304
- #: includes/class-freemius.php13540,
305
  #: templates/forms/premium-versions-upgrade-handler.php:46
306
  msgid "Renew your license now"
307
  msgstr "Renew your license now"
308
 
309
- #: includes/class-freemius.php:13544
310
  msgid "%s to access version %s security & feature updates, and support."
311
  msgstr "%s to access version %s security & feature updates, and support."
312
 
313
- #: includes/class-freemius.php:15957
314
  msgid "%s activation was successfully completed."
315
  msgstr "%s の有効化が成功しました。"
316
 
317
- #: includes/class-freemius.php:15971
318
  msgid "Your account was successfully activated with the %s plan."
319
  msgstr "アカウントが %s プランで有効化できました。"
320
 
321
- #: includes/class-freemius.php15982, includes/class-freemius.php:19707
322
  msgid "Your trial has been successfully started."
323
  msgstr "トライアル版の利用を開始しました。"
324
 
325
- #: includes/class-freemius.php16556, includes/class-freemius.php16644,
326
- #: includes/class-freemius.php:16810
327
  msgid "Couldn't activate %s."
328
  msgstr "%s を有効化できません。"
329
 
330
- #: includes/class-freemius.php16557, includes/class-freemius.php16645,
331
- #: includes/class-freemius.php:16811
332
  msgid "Please contact us with the following message:"
333
  msgstr "以下のメッセージとともに私たちに連絡をください。"
334
 
335
- #: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
336
  msgid "An unknown error has occurred."
337
  msgstr "An unknown error has occurred."
338
 
339
- #: includes/class-freemius.php17168, includes/class-freemius.php:22082
340
  msgid "Upgrade"
341
  msgstr "アップグレード"
342
 
343
- #: includes/class-freemius.php:17174
344
  msgid "Start Trial"
345
  msgstr "トライアルを開始"
346
 
347
- #: includes/class-freemius.php:17176
348
  msgid "Pricing"
349
  msgstr "料金表"
350
 
351
- #: includes/class-freemius.php17256, includes/class-freemius.php:17258
352
  msgid "Affiliation"
353
  msgstr "アフィリエイト"
354
 
355
- #: includes/class-freemius.php17286, includes/class-freemius.php17288,
356
- #: templates/account.php183, templates/debug.php:326
357
  msgid "Account"
358
  msgstr "アカウント"
359
 
360
- #: includes/class-freemius.php17302, includes/class-freemius.php17304,
361
  #: includes/customizer/class-fs-customizer-support-section.php:60
362
  msgid "Contact Us"
363
  msgstr "連絡"
364
 
365
- #: includes/class-freemius.php17315, includes/class-freemius.php17317,
366
- #: includes/class-freemius.php22096, templates/account.php111,
367
  #: templates/account/partials/addon.php:44
368
  msgid "Add-Ons"
369
  msgstr "アドオン"
370
 
371
- #: includes/class-freemius.php:17351
372
  msgctxt "ASCII arrow left icon"
373
  msgid "&#x2190;"
374
  msgstr "&#x2190;"
375
 
376
- #: includes/class-freemius.php:17351
377
  msgctxt "ASCII arrow right icon"
378
  msgid "&#x27a4;"
379
  msgstr "&#x27a4;"
380
 
381
- #: includes/class-freemius.php17353, templates/pricing.php:103
382
  msgctxt "noun"
383
  msgid "Pricing"
384
  msgstr "料金表"
385
 
386
- #: includes/class-freemius.php17566,
387
  #: includes/customizer/class-fs-customizer-support-section.php:67
388
  msgid "Support Forum"
389
  msgstr "サポートフォーラム"
390
 
391
- #: includes/class-freemius.php:18536
392
  msgid "Your email has been successfully verified - you are AWESOME!"
393
  msgstr "あなたのメールアドレスの承認が完了しました。すごい!"
394
 
395
- #: includes/class-freemius.php:18537
396
  msgctxt "a positive response"
397
  msgid "Right on"
398
  msgstr "そうだ"
399
 
400
- #: includes/class-freemius.php:19041
401
  msgid "seems like the key you entered doesn't match our records."
402
  msgstr "seems like the key you entered doesn't match our records."
403
 
404
- #: includes/class-freemius.php:19065
405
  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."
406
  msgstr "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."
407
 
408
- #: includes/class-freemius.php:19283
409
  msgid "Your %s Add-on plan was successfully upgraded."
410
  msgstr "%s のアドオンのプランのアップグレードが完了しました。"
411
 
412
- #: includes/class-freemius.php:19285
413
  msgid "%s Add-on was successfully purchased."
414
  msgstr "%s のアドオンの支払いが完了しました。"
415
 
416
- #: includes/class-freemius.php:19288
417
  msgid "Download the latest version"
418
  msgstr "最新版をダウンロード"
419
 
420
- #: includes/class-freemius.php:19374
421
  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"
422
  msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
423
 
424
- #: includes/class-freemius.php19380, includes/class-freemius.php19390,
425
- #: includes/class-freemius.php19835, includes/class-freemius.php:19924
426
  msgid "Error received from the server:"
427
  msgstr "サーバーからエラーを受信しました。"
428
 
429
- #: includes/class-freemius.php:19390
430
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
431
  msgstr "認証パラメータの1つが間違っているようです。 公開鍵、秘密鍵、ユーザーIDを更新して、もう一度お試しください。"
432
 
433
- #: includes/class-freemius.php19604, includes/class-freemius.php19840,
434
- #: includes/class-freemius.php19895, includes/class-freemius.php:19998
435
  msgctxt ""
436
  msgid "Hmm"
437
  msgstr "ふむ"
438
 
439
- #: includes/class-freemius.php:19617
440
  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."
441
  msgstr "まだ %s プランのようです。もしアップグレードやプランの変更をしたのなら、こちらで何らかの問題が発生しているようです。申し訳ありません。"
442
 
443
- #: includes/class-freemius.php19618, templates/account.php113,
444
  #: templates/add-ons.php250, templates/account/partials/addon.php:46
445
  msgctxt "trial period"
446
  msgid "Trial"
447
  msgstr "トライアル"
448
 
449
- #: includes/class-freemius.php:19623
450
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
451
  msgstr "アカウントをアップグレードしましたが、ライセンスを同期しようとするとプランが %s のままです。"
452
 
453
- #: includes/class-freemius.php19627, includes/class-freemius.php:19686
454
  msgid "Please contact us here"
455
  msgstr "こちらで私たちに連絡をとってください。"
456
 
457
- #: includes/class-freemius.php:19638
458
  msgid "Your plan was successfully activated."
459
  msgstr "Your plan was successfully activated."
460
 
461
- #: includes/class-freemius.php:19639
462
  msgid "Your plan was successfully upgraded."
463
  msgstr "プランのアップグレードが成功しました。"
464
 
465
- #: includes/class-freemius.php:19656
466
  msgid "Your plan was successfully changed to %s."
467
  msgstr "プランの %s への変更が成功しました。"
468
 
469
- #: includes/class-freemius.php:19672
470
  msgid "Your license has expired. You can still continue using the free %s forever."
471
  msgstr "ライセンスの有効期限が切れました。無料バージョンの%s は引き続き利用できます。"
472
 
473
- #: includes/class-freemius.php:19674
474
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
475
  msgstr "ライセンスの有効期限が切れました。 %1$s %3$sに邪魔されずに利用を継続するには,今すぐ%2$sアップグレードを行ってください。"
476
 
477
- #: includes/class-freemius.php:19682
478
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
479
  msgstr "ライセンスはキャンセルされました。もしそれが間違いだと思うならサポートに連絡してください。"
480
 
481
- #: includes/class-freemius.php:19695
482
  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."
483
  msgstr "ライセンスは有効期限がきれました。%s の機能を引き続き利用することができます。ただし、アップデートやサポートをうけるにはライセンスをアップデートする必要があります。"
484
 
485
- #: includes/class-freemius.php:19721
486
  msgid "Your free trial has expired. You can still continue using all our free features."
487
  msgstr "フリートライアル期間が終了しました。無料で使える機能は引き続き利用可能です。"
488
 
489
- #: includes/class-freemius.php:19723
490
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
491
  msgstr "フリートライアル期間が終了しました。%1$s %3$sに邪魔されずに利用を継続するには,今すぐ %2$s のアップグレードを行ってください。"
492
 
493
- #: includes/class-freemius.php:19831
494
  msgid "It looks like the license could not be activated."
495
  msgstr "ライセンスの有効化ができませんでした。"
496
 
497
- #: includes/class-freemius.php:19873
498
  msgid "Your license was successfully activated."
499
  msgstr "ライセンスの有効化が成功しました。"
500
 
501
- #: includes/class-freemius.php:19899
502
  msgid "It looks like your site currently doesn't have an active license."
503
  msgstr "サイトは有効なライセンスを持っていないようです。"
504
 
505
- #: includes/class-freemius.php:19923
506
  msgid "It looks like the license deactivation failed."
507
  msgstr "ライセンスの無効化ができませんでした。"
508
 
509
- #: includes/class-freemius.php:19951
 
 
 
 
510
  msgid "Your license was successfully deactivated, you are back to the %s plan."
511
  msgstr "ライセンスの無効化が完了しました。%s プランに戻りました。"
512
 
513
- #: includes/class-freemius.php:19952
514
  msgid "O.K"
515
  msgstr "O.K"
516
 
517
- #: includes/class-freemius.php:20005
518
  msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
519
  msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
520
 
521
- #: includes/class-freemius.php:20014
522
  msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
523
  msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
524
 
525
- #: includes/class-freemius.php:20056
526
  msgid "You are already running the %s in a trial mode."
527
  msgstr "すでに%sをトライアルモードで利用中です。"
528
 
529
- #: includes/class-freemius.php:20067
530
  msgid "You already utilized a trial before."
531
  msgstr "以前すでに試用版を利用しました。"
532
 
533
- #: includes/class-freemius.php:20081
534
  msgid "Plan %s do not exist, therefore, can't start a trial."
535
  msgstr "%s プランは存在しないため、試用を開始できません。"
536
 
537
- #: includes/class-freemius.php:20092
538
  msgid "Plan %s does not support a trial period."
539
  msgstr "%s プランにはトライアル期間はありません。"
540
 
541
- #: includes/class-freemius.php:20103
542
  msgid "None of the %s's plans supports a trial period."
543
  msgstr "%sのプランにはトライアル期間はありません。"
544
 
545
- #: includes/class-freemius.php:20153
546
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
547
  msgstr "すでにトライアルモードではないようなので、キャンセルする必要はありません :)"
548
 
549
- #: includes/class-freemius.php:20189
550
  msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
551
  msgstr "トライアルのキャンセルに一時的な問題がありました。数分後に再度お試しください。"
552
 
553
- #: includes/class-freemius.php:20208
554
  msgid "Your %s free trial was successfully cancelled."
555
  msgstr "%s のフリートライアルはキャンセルされました。"
556
 
557
- #: includes/class-freemius.php:20524
558
  msgid "Version %s was released."
559
  msgstr "バージョン %s をリリースしました。"
560
 
561
- #: includes/class-freemius.php:20524
562
  msgid "Please download %s."
563
  msgstr "%s をダウンロードしてください。"
564
 
565
- #: includes/class-freemius.php:20531
566
  msgid "the latest %s version here"
567
  msgstr "最新の %s バージョンはこちらです。"
568
 
569
- #: includes/class-freemius.php:20536
570
  msgid "New"
571
  msgstr "新規"
572
 
573
- #: includes/class-freemius.php:20541
574
  msgid "Seems like you got the latest release."
575
  msgstr "最新版を取得できました。"
576
 
577
- #: includes/class-freemius.php:20542
578
  msgid "You are all good!"
579
  msgstr "すべて完璧です!"
580
 
581
- #: includes/class-freemius.php:20812
582
  msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
583
  msgstr "%s に確認メールを送信しました。もし5分以内にそれが届かない場合、迷惑メールボックスを確認してください。"
584
 
585
- #: includes/class-freemius.php:20951
586
  msgid "Site successfully opted in."
587
  msgstr "サイトのオプトインに成功しました。"
588
 
589
- #: includes/class-freemius.php20952, includes/class-freemius.php:21792
590
  msgid "Awesome"
591
  msgstr "すごい!"
592
 
593
- #: includes/class-freemius.php20968, templates/forms/optout.php:32
594
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
595
  msgstr "使用データを追跡できるよう許可してくれたことで、%s をより良くするための手助けに感謝致します。"
596
 
597
- #: includes/class-freemius.php:20969
598
  msgid "Thank you!"
599
  msgstr "ありがとうございます!"
600
 
601
- #: includes/class-freemius.php:20976
602
  msgid "We will no longer be sending any usage data of %s on %s to %s."
603
  msgstr "もう%s上の%sから%sへのデータ送信は行いません。"
604
 
605
- #: includes/class-freemius.php:21105
606
  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."
607
  msgstr "メールボックスを確認してください。所有権の変更を確認するには、%s でメールを受け取る必要があります。 セキュリティ上の理由から、次の15分以内に変更を確認する必要があります。 電子メールが見つからない場合は、迷惑メールフォルダを確認してください。"
608
 
609
- #: includes/class-freemius.php:21111
610
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
611
  msgstr "所有権の変更を確認していただきありがとうございます。 %s に承認メールが送信されました。"
612
 
613
- #: includes/class-freemius.php:21116
614
  msgid "%s is the new owner of the account."
615
  msgstr "%s は新しいオーナーです。"
616
 
617
- #: includes/class-freemius.php:21118
618
  msgctxt "as congratulations"
619
  msgid "Congrats"
620
  msgstr "おめでとう"
621
 
622
- #: includes/class-freemius.php:21138
623
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
624
- msgstr "メールアドレスのアップデートを完了できませんでした。他のユーザーがすでに同じメールアドレスで登録しているようです。"
625
-
626
- #: includes/class-freemius.php:21139
627
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
628
- msgstr "%sの所有権を%sへ譲りたい場合は、所有権の変更ボタンをクリックしてください。"
629
-
630
- #: includes/class-freemius.php:21146
631
- msgid "Change Ownership"
632
- msgstr "オーナーを変更"
633
-
634
- #: includes/class-freemius.php:21154
635
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
636
  msgstr "メールアドレスのアップデートが完了しました。まもなく確認メールが届きます。"
637
 
638
- #: includes/class-freemius.php:21166
639
  msgid "Please provide your full name."
640
  msgstr "フルネームを入力してください。"
641
 
642
- #: includes/class-freemius.php:21171
643
  msgid "Your name was successfully updated."
644
  msgstr "名前のアップデートが成功しました。"
645
 
646
- #: includes/class-freemius.php:21232
647
  msgid "You have successfully updated your %s."
648
  msgstr "%s のアップデートが成功しました。"
649
 
650
- #: includes/class-freemius.php:21372
651
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
652
  msgstr "%s のアドオンに関する情報は、外部サーバーから取得されます。"
653
 
654
- #: includes/class-freemius.php:21373
655
  msgctxt "advance notice of something that will need attention."
656
  msgid "Heads up"
657
  msgstr "警告"
658
 
659
- #: includes/class-freemius.php:21832
660
  msgctxt "exclamation"
661
  msgid "Hey"
662
  msgstr "ヘイ"
663
 
664
- #: includes/class-freemius.php:21832
665
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
666
  msgstr "%s はどうですか? 私たちの全ての %s のプレミアム機能をお試しください。"
667
 
668
- #: includes/class-freemius.php:21840
669
  msgid "No commitment for %s days - cancel anytime!"
670
  msgstr "%s 日以内であればいつでもキャンセルできます。"
671
 
672
- #: includes/class-freemius.php:21841
673
  msgid "No credit card required"
674
  msgstr "クレジットカードは必要ありません。"
675
 
676
- #: includes/class-freemius.php21848, templates/forms/trial-start.php:53
677
  msgctxt "call to action"
678
  msgid "Start free trial"
679
  msgstr "フリートライアルを開始"
680
 
681
- #: includes/class-freemius.php:21925
682
  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!"
683
  msgstr "こんにちは。%sにアフィリエイトプログラムがあるのはご存知でしたか? %sがお好きなら、私たちのアンバサダーになって報酬を得ましょう!"
684
 
685
- #: includes/class-freemius.php:21934
686
  msgid "Learn more"
687
  msgstr "詳細はこちら"
688
 
689
- #: includes/class-freemius.php22120, templates/account.php499,
690
- #: templates/account.php624, templates/connect.php171,
691
- #: templates/connect.php421, templates/forms/license-activation.php27,
692
  #: templates/account/partials/addon.php:321
693
  msgid "Activate License"
694
  msgstr "ライセンスを有効化"
695
 
696
- #: includes/class-freemius.php22121, templates/account.php571,
697
- #: templates/account.php623, templates/account/partials/addon.php322,
698
  #: templates/account/partials/site.php:271
699
  msgid "Change License"
700
  msgstr "ライセンスを変更"
701
 
702
- #: includes/class-freemius.php22217, templates/account/partials/site.php:169
703
  msgid "Opt Out"
704
  msgstr "オプトアウト"
705
 
706
- #: includes/class-freemius.php22219, includes/class-freemius.php22225,
707
  #: templates/account/partials/site.php49,
708
  #: templates/account/partials/site.php:169
709
  msgid "Opt In"
710
  msgstr "オプトイン"
711
 
712
- #: includes/class-freemius.php:22453
713
  msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
714
  msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
715
 
716
- #: includes/class-freemius.php:22461
717
  msgid "Activate %s features"
718
  msgstr "Activate %s features"
719
 
720
- #: includes/class-freemius.php:22474
721
  msgid "Please follow these steps to complete the upgrade"
722
  msgstr "アップグレードを完了するには以下の手順を完了させてください。"
723
 
724
- #: includes/class-freemius.php:22478
725
  msgid "Download the latest %s version"
726
  msgstr "最新の %s をダウンロード"
727
 
728
- #: includes/class-freemius.php:22482
729
  msgid "Upload and activate the downloaded version"
730
  msgstr "ダウンロードしたバージョンをアップロードして有効化"
731
 
732
- #: includes/class-freemius.php:22484
733
  msgid "How to upload and activate?"
734
  msgstr "アップロードと有効化の方法"
735
 
736
- #: includes/class-freemius.php:22618
737
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
738
  msgstr "%sここをクリックして%s ライセンスを有効化したいサイトを選択してください。"
739
 
740
- #: includes/class-freemius.php:22779
741
  msgid "Auto installation only works for opted-in users."
742
  msgstr "自動インストールはオプトインしたユーザのみで動作します。"
743
 
744
- #: includes/class-freemius.php22789, includes/class-freemius.php22822,
745
- #: includes/class-fs-plugin-updater.php1212,
746
- #: includes/class-fs-plugin-updater.php:1226
747
  msgid "Invalid module ID."
748
  msgstr "モジュール ID が不正です"
749
 
750
- #: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
751
  msgid "Premium version already active."
752
  msgstr "プレミアムバージョンはすでに有効になっています。"
753
 
754
- #: includes/class-freemius.php:22805
755
  msgid "You do not have a valid license to access the premium version."
756
  msgstr "プレミアムバージョンにアクセスできる有効なライセンス持っていません。"
757
 
758
- #: includes/class-freemius.php:22812
759
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
760
  msgstr "プラグインはプレミアムコードバージョンのない「サービスウェア」です。"
761
 
762
- #: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
763
  msgid "Premium add-on version already installed."
764
  msgstr "プレミアムアドオンバージョンはすでにインストール済みです。"
765
 
766
- #: includes/class-freemius.php:23180
767
  msgid "View paid features"
768
  msgstr "有料の機能を表示する"
769
 
770
- #: includes/class-freemius.php:23502
771
  msgid "Thank you so much for using %s and its add-ons!"
772
  msgstr "%sとアドオンのご利用ありがとうございます!"
773
 
774
- #: includes/class-freemius.php:23503
775
  msgid "Thank you so much for using %s!"
776
  msgstr "%sのご利用ありがとうございます!"
777
 
778
- #: includes/class-freemius.php:23509
779
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
780
  msgstr "%sの改善に役立つ使用状況のトラッキングにすでにオプトインしています。"
781
 
782
- #: includes/class-freemius.php:23513
783
  msgid "Thank you so much for using our products!"
784
  msgstr "プロダクトのご利用ありがとうございます!"
785
 
786
- #: includes/class-freemius.php:23514
787
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
788
  msgstr "プロダクトの改善に役立つ使用状況のトラッキングにすでにオプトインしています。"
789
 
790
- #: includes/class-freemius.php:23533
791
  msgid "%s and its add-ons"
792
  msgstr "%sとそのアドオン"
793
 
794
- #: includes/class-freemius.php:23542
795
  msgid "Products"
796
  msgstr "プロダクト"
797
 
798
- #: includes/class-freemius.php23549, templates/connect.php:272
799
  msgid "Yes"
800
  msgstr "はい"
801
 
802
- #: includes/class-freemius.php23550, templates/connect.php:273
803
  msgid "send me security & feature updates, educational content and offers."
804
  msgstr "セキュリティと機能のアップデート、学習用コンテンツやオファーを送ってください。"
805
 
806
- #: includes/class-freemius.php23551, templates/connect.php:278
807
  msgid "No"
808
  msgstr "いいえ"
809
 
810
- #: includes/class-freemius.php23553, templates/connect.php:280
811
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
812
  msgstr "セキュリティと機能のアップデート、学習用コンテンツやオファーを%s送らないでください%s。"
813
 
814
- #: includes/class-freemius.php:23563
815
  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 :-)"
816
  msgstr "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 :-)"
817
 
818
- #: includes/class-freemius.php23565, templates/connect.php:287
819
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
820
  msgstr "セキュリティや機能のアップデート、学習用用コンテンツ、およびオファーについてお問い合わせを希望される場合は、お知らせください。"
821
 
822
- #: includes/class-freemius.php:23847
823
  msgid "License key is empty."
824
  msgstr "ライセンスキーが空です。"
825
 
@@ -833,34 +841,34 @@ msgstr "ライセンスを更新"
833
  msgid "Buy license"
834
  msgstr "Buy license"
835
 
836
- #: includes/class-fs-plugin-updater.php321,
837
- #: includes/class-fs-plugin-updater.php:354
838
  msgid "There is a %s of %s available."
839
  msgstr "There is a %s of %s available."
840
 
841
- #: includes/class-fs-plugin-updater.php323,
842
- #: includes/class-fs-plugin-updater.php:359
843
  msgid "new Beta version"
844
  msgstr "new Beta version"
845
 
846
- #: includes/class-fs-plugin-updater.php324,
847
- #: includes/class-fs-plugin-updater.php:360
848
  msgid "new version"
849
  msgstr "new version"
850
 
851
- #: includes/class-fs-plugin-updater.php:383
852
  msgid "Important Upgrade Notice:"
853
  msgstr "Important Upgrade Notice:"
854
 
855
- #: includes/class-fs-plugin-updater.php:1277
856
  msgid "Installing plugin: %s"
857
  msgstr "インストール中プラグイン: %s"
858
 
859
- #: includes/class-fs-plugin-updater.php:1318
860
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
861
  msgstr "ファイルシステムに接続できません。視覚情報を確認してください。"
862
 
863
- #: includes/class-fs-plugin-updater.php:1500
864
  msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
865
  msgstr "リモートプラグインパッケージには、目的のスラッグを含むフォルダが含まれていないため、リねームが機能しませんでした。"
866
 
@@ -882,7 +890,7 @@ msgstr "無料の %s を開始"
882
  msgid "Install Free Version Update Now"
883
  msgstr "フリーバージョンの更新を今すぐインストール"
884
 
885
- #: includes/fs-plugin-info-dialog.php739, templates/account.php:560
886
  msgid "Install Update Now"
887
  msgstr "今すぐ更新をインストール"
888
 
@@ -902,7 +910,7 @@ msgctxt "as download latest version"
902
  msgid "Download Latest Free Version"
903
  msgstr "最新のフリーバージョンをダウンロード"
904
 
905
- #: includes/fs-plugin-info-dialog.php766, templates/account.php91,
906
  #: templates/add-ons.php37, templates/account/partials/addon.php:25
907
  msgctxt "as download latest version"
908
  msgid "Download Latest"
@@ -914,11 +922,11 @@ msgstr "最新版をダウンロード"
914
  msgid "Activate this add-on"
915
  msgstr "このアドオンを有効化"
916
 
917
- #: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
918
  msgid "Activate Free Version"
919
  msgstr "フリーバージョンを有効化"
920
 
921
- #: includes/fs-plugin-info-dialog.php784, templates/account.php115,
922
  #: templates/add-ons.php330, templates/account/partials/addon.php:48
923
  msgid "Activate"
924
  msgstr "有効化"
@@ -1054,8 +1062,8 @@ msgstr "無料の %s の後は、わずか %s だけお支払ください。"
1054
  msgid "Details"
1055
  msgstr "詳細"
1056
 
1057
- #: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
1058
- #: templates/debug.php203, templates/debug.php240, templates/debug.php457,
1059
  #: templates/account/partials/addon.php:36
1060
  msgctxt "product version"
1061
  msgid "Version"
@@ -1070,7 +1078,7 @@ msgstr "作者"
1070
  msgid "Last Updated"
1071
  msgstr "最終更新"
1072
 
1073
- #: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
1074
  msgctxt "x-ago"
1075
  msgid "%s ago"
1076
  msgstr "%s 前"
@@ -1181,13 +1189,13 @@ msgstr "最新版がイストールされました"
1181
  msgid "Latest Free Version Installed"
1182
  msgstr "最新のフリーバージョンがインストールされました"
1183
 
1184
- #: templates/account.php92, templates/forms/subscription-cancellation.php96,
1185
  #: templates/account/partials/addon.php26,
1186
  #: templates/account/partials/site.php:311
1187
  msgid "Downgrading your plan"
1188
  msgstr "Downgrading your plan"
1189
 
1190
- #: templates/account.php93, templates/forms/subscription-cancellation.php97,
1191
  #: templates/account/partials/addon.php27,
1192
  #: templates/account/partials/site.php:312
1193
  msgid "Cancelling the subscription"
@@ -1195,301 +1203,309 @@ msgstr "Cancelling the subscription"
1195
 
1196
  #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1197
  #. subscription'
1198
- #: templates/account.php95, templates/forms/subscription-cancellation.php99,
1199
  #: templates/account/partials/site.php:314
1200
  msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1201
  msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1202
 
1203
- #: templates/account.php96, templates/forms/subscription-cancellation.php100,
1204
  #: templates/account/partials/addon.php30,
1205
  #: templates/account/partials/site.php:315
1206
  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."
1207
  msgstr "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."
1208
 
1209
- #: templates/account.php97, templates/forms/subscription-cancellation.php106,
1210
  #: templates/account/partials/addon.php:31
1211
  msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1212
  msgstr "トライアルをキャンセルするとすぐにすべてのプレミアム機能へのアクセスができなくなります。本当に実行しますか?"
1213
 
1214
- #: templates/account.php98, templates/forms/subscription-cancellation.php101,
1215
  #: templates/account/partials/addon.php32,
1216
  #: templates/account/partials/site.php:316
1217
  msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1218
  msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1219
 
1220
- #: templates/account.php99, templates/forms/subscription-cancellation.php102,
1221
  #: templates/account/partials/addon.php33,
1222
  #: templates/account/partials/site.php:317
1223
  msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1224
  msgstr "一度ライセンスの期限が切れると、フリーバージョンの利用は可能ですが、%sの機能を使うことができなくなります。"
1225
 
1226
  #. translators: %s: Plan title (e.g. "Professional")
1227
- #: templates/account.php101,
1228
  #: templates/account/partials/activate-license-button.php31,
1229
  #: templates/account/partials/addon.php:35
1230
  msgid "Activate %s Plan"
1231
  msgstr "%s プランを有効化"
1232
 
1233
  #. translators: %s: Time period (e.g. Auto renews in "2 months")
1234
- #: templates/account.php104, templates/account/partials/addon.php38,
1235
  #: templates/account/partials/site.php:291
1236
  msgid "Auto renews in %s"
1237
  msgstr "%s に自動更新"
1238
 
1239
  #. translators: %s: Time period (e.g. Expires in "2 months")
1240
- #: templates/account.php106, templates/account/partials/addon.php40,
1241
  #: templates/account/partials/site.php:293
1242
  msgid "Expires in %s"
1243
  msgstr "%s で期間終了"
1244
 
1245
- #: templates/account.php:107
1246
  msgctxt "as synchronize license"
1247
  msgid "Sync License"
1248
  msgstr "ライセンスを同期"
1249
 
1250
- #: templates/account.php108, templates/account/partials/addon.php:41
1251
  msgid "Cancel Trial"
1252
  msgstr "トライアルをキャンセル"
1253
 
1254
- #: templates/account.php109, templates/account/partials/addon.php:42
1255
  msgid "Change Plan"
1256
  msgstr "プラン変更"
1257
 
1258
- #: templates/account.php110, templates/account/partials/addon.php:43
1259
  msgctxt "verb"
1260
  msgid "Upgrade"
1261
  msgstr "アップグレード"
1262
 
1263
- #: templates/account.php112, templates/account/partials/addon.php45,
1264
  #: templates/account/partials/site.php:318
1265
  msgctxt "verb"
1266
  msgid "Downgrade"
1267
  msgstr "ダウングレード"
1268
 
1269
- #: templates/account.php114, templates/add-ons.php246,
1270
  #: templates/plugin-info/features.php72,
1271
  #: templates/account/partials/addon.php47,
1272
  #: templates/account/partials/site.php:33
1273
  msgid "Free"
1274
  msgstr "無料"
1275
 
1276
- #: templates/account.php116, templates/debug.php373,
1277
  #: includes/customizer/class-fs-customizer-upsell-control.php110,
1278
  #: templates/account/partials/addon.php:49
1279
  msgctxt "as product pricing plan"
1280
  msgid "Plan"
1281
  msgstr "プラン"
1282
 
1283
- #: templates/account.php:117
1284
  msgid "Bundle Plan"
1285
  msgstr "Bundle Plan"
1286
 
1287
- #: templates/account.php:191
1288
  msgid "Free Trial"
1289
  msgstr "フリートライアル"
1290
 
1291
- #: templates/account.php:202
1292
  msgid "Account Details"
1293
  msgstr "アカウント詳細"
1294
 
1295
- #: templates/account.php209, templates/forms/data-debug-mode.php:33
1296
  msgid "Start Debug"
1297
  msgstr "Start Debug"
1298
 
1299
- #: templates/account.php:211
1300
  msgid "Stop Debug"
1301
  msgstr "Stop Debug"
1302
 
1303
- #: templates/account.php:218
1304
  msgid "Billing & Invoices"
1305
  msgstr "Billing & Invoices"
1306
 
1307
- #: templates/account.php:229
1308
  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?"
1309
  msgstr "アカウントを削除すると自動的に %s プランライセンスが無効になり、他のサイトで使うことができます。定期の支払いも終了したい場合は、\"キャンセル\"ボタンをクリックし、まずアカウントを\"ダウングレード\"してください。本当に削除を続行してもいいですか?"
1310
 
1311
- #: templates/account.php:231
1312
  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?"
1313
  msgstr "削除は一時的なものではありません。本当に%sが必要なくなった時に行ってください。"
1314
 
1315
- #: templates/account.php:234
1316
  msgid "Delete Account"
1317
  msgstr "アカウントを削除"
1318
 
1319
- #: templates/account.php246, templates/account/partials/addon.php231,
1320
  #: templates/account/partials/deactivate-license-button.php:35
1321
  msgid "Deactivate License"
1322
  msgstr "ライセンスを無効化"
1323
 
1324
- #: templates/account.php269, templates/forms/subscription-cancellation.php:125
1325
  msgid "Are you sure you want to proceed?"
1326
  msgstr "本当に続行していいですか?"
1327
 
1328
- #: templates/account.php269, templates/account/partials/addon.php:255
1329
  msgid "Cancel Subscription"
1330
  msgstr "サブスクリプションをキャンセルする"
1331
 
1332
- #: templates/account.php298, templates/account/partials/addon.php:340
1333
  msgctxt "as synchronize"
1334
  msgid "Sync"
1335
  msgstr "同期"
1336
 
1337
- #: templates/account.php313, templates/debug.php:507
1338
  msgid "Name"
1339
  msgstr "名前"
1340
 
1341
- #: templates/account.php319, templates/debug.php:508
1342
  msgid "Email"
1343
  msgstr "Email"
1344
 
1345
- #: templates/account.php326, templates/debug.php371, templates/debug.php:557
1346
  msgid "User ID"
1347
  msgstr "ユーザー ID"
1348
 
1349
- #: templates/account.php344, templates/account.php637,
1350
- #: templates/account.php682, templates/debug.php238, templates/debug.php365,
1351
- #: templates/debug.php454, templates/debug.php506, templates/debug.php555,
1352
  #: templates/debug.php632, templates/account/payments.php35,
1353
  #: templates/debug/logger.php:21
1354
  msgid "ID"
1355
  msgstr "ID"
1356
 
1357
- #: templates/account.php:351
1358
  msgid "Site ID"
1359
  msgstr "サイト ID"
1360
 
1361
- #: templates/account.php:354
1362
  msgid "No ID"
1363
  msgstr "ID がありません"
1364
 
1365
- #: templates/account.php359, templates/debug.php245, templates/debug.php374,
1366
- #: templates/debug.php458, templates/debug.php510,
1367
  #: templates/account/partials/site.php:227
1368
  msgid "Public Key"
1369
  msgstr "公開鍵"
1370
 
1371
- #: templates/account.php365, templates/debug.php375, templates/debug.php459,
1372
- #: templates/debug.php511, templates/account/partials/site.php:239
1373
  msgid "Secret Key"
1374
  msgstr "秘密鍵"
1375
 
1376
- #: templates/account.php:368
1377
  msgctxt "as secret encryption key missing"
1378
  msgid "No Secret"
1379
  msgstr "秘密鍵がありません"
1380
 
1381
- #: templates/account.php395, templates/account/partials/site.php120,
1382
  #: templates/account/partials/site.php:122
1383
  msgid "Trial"
1384
  msgstr "トライアル"
1385
 
1386
- #: templates/account.php422, templates/debug.php562,
1387
  #: templates/account/partials/site.php:260
1388
  msgid "License Key"
1389
  msgstr "ライセンスキー"
1390
 
1391
- #: templates/account.php:453
1392
  msgid "Join the Beta program"
1393
  msgstr "Join the Beta program"
1394
 
1395
- #: templates/account.php:459
1396
  msgid "not verified"
1397
  msgstr "未認証"
1398
 
1399
- #: templates/account.php468, templates/account/partials/addon.php:190
1400
  msgid "Expired"
1401
  msgstr "期限切れ"
1402
 
1403
- #: templates/account.php:528
1404
  msgid "Premium version"
1405
  msgstr "プレミアムバージョン"
1406
 
1407
- #: templates/account.php:530
1408
  msgid "Free version"
1409
  msgstr "フリーバージョン"
1410
 
1411
- #: templates/account.php:542
1412
  msgid "Verify Email"
1413
  msgstr "認証メール"
1414
 
1415
- #: templates/account.php:553
1416
  msgid "Download %s Version"
1417
  msgstr "%s バージョンをダウンロード"
1418
 
1419
- #: templates/account.php568, templates/account.php820,
 
 
 
 
1420
  #: templates/account/partials/site.php248,
1421
  #: templates/account/partials/site.php:270
1422
  msgctxt "verb"
1423
  msgid "Show"
1424
  msgstr "表示"
1425
 
1426
- #: templates/account.php:583
1427
  msgid "What is your %s?"
1428
  msgstr "自分の %s はなんですか?"
1429
 
1430
- #: templates/account.php591, templates/account
2
  # This file is distributed under the same license as the freemius package.
3
  # Translators:
4
  # Odyssey <8bitodyssey+github@gmail.com>, 2016
 
5
  # Takayuki Miyauchi <miya0001@users.noreply.github.com>, 2016
6
  # Tomohyco Tsunoda, 2018
7
  msgid ""
9
  "Project-Id-Version: WordPress SDK\n"
10
  "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
11
  "POT-Creation-Date: \n"
12
+ "PO-Revision-Date: 2020-07-27 11:43+0000\n"
13
  "Last-Translator: Vova Feldman <vova@freemius.com>\n"
14
+ "Language: ja\n"
15
+ "Language-Team: Japanese (http://www.transifex.com/freemius/wordpress-sdk/language/ja/)\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Plural-Forms: nplurals=1; plural=0;\n"
23
  "X-Poedit-SearchPathExcluded-0: *.js\n"
24
  "X-Poedit-SourceCharset: UTF-8\n"
25
 
26
+ #: includes/class-freemius.php1881, templates/account.php:873
27
  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."
28
  msgstr "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."
29
 
30
+ #: includes/class-freemius.php:1888
31
  msgid "Would you like to proceed with the update?"
32
  msgstr "Would you like to proceed with the update?"
33
 
34
+ #: includes/class-freemius.php:2096
35
  msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
36
  msgstr "Freemius SDK がプラグインのメインファイルを見つけることができませんでした。現在のエラーを添えて sdk@freemius.com に連絡してください。"
37
 
38
+ #: includes/class-freemius.php:2098
39
  msgid "Error"
40
  msgstr "エラー"
41
 
42
+ #: includes/class-freemius.php:2492
43
  msgid "I found a better %s"
44
  msgstr "より良い %sを見つけました"
45
 
46
+ #: includes/class-freemius.php:2494
47
  msgid "What's the %s's name?"
48
  msgstr "%sの名前は何ですか?"
49
 
50
+ #: includes/class-freemius.php:2500
51
  msgid "It's a temporary %s. I'm just debugging an issue."
52
  msgstr "%sは一時的なものです。現在この問題をデバッグ中です。"
53
 
54
+ #: includes/class-freemius.php:2502
55
  msgid "Deactivation"
56
  msgstr "無効化"
57
 
58
+ #: includes/class-freemius.php:2503
59
  msgid "Theme Switch"
60
  msgstr "テーマ変更"
61
 
62
+ #: includes/class-freemius.php2512, templates/forms/resend-key.php24,
63
+ #: templates/forms/user-change.php:29
64
  msgid "Other"
65
  msgstr "その他"
66
 
67
+ #: includes/class-freemius.php:2520
68
  msgid "I no longer need the %s"
69
  msgstr "%sはもう不要です"
70
 
71
+ #: includes/class-freemius.php:2527
72
  msgid "I only needed the %s for a short period"
73
  msgstr "短期間だけ %sが 必要です。"
74
 
75
+ #: includes/class-freemius.php:2533
76
  msgid "The %s broke my site"
77
  msgstr "%s の影響でサイトを崩れました"
78
 
79
+ #: includes/class-freemius.php:2540
80
  msgid "The %s suddenly stopped working"
81
  msgstr "%s の動作が突然停止しました"
82
 
83
+ #: includes/class-freemius.php:2550
84
  msgid "I can't pay for it anymore"
85
  msgstr "もう払うことができません"
86
 
87
+ #: includes/class-freemius.php:2552
88
  msgid "What price would you feel comfortable paying?"
89
  msgstr " 支払ってもよいと思う価格はいくらですか?"
90
 
91
+ #: includes/class-freemius.php:2558
92
  msgid "I don't like to share my information with you"
93
  msgstr "自分の情報を共有したくありません"
94
 
95
+ #: includes/class-freemius.php:2579
96
  msgid "The %s didn't work"
97
  msgstr "%s が動作しませんでした"
98
 
99
+ #: includes/class-freemius.php:2589
100
  msgid "I couldn't understand how to make it work"
101
  msgstr "どうしたら動作するか分かりませんでした。"
102
 
103
+ #: includes/class-freemius.php:2597
104
  msgid "The %s is great, but I need specific feature that you don't support"
105
  msgstr "%s は素晴らしいのですが、サポートされていないある機能が必要です"
106
 
107
+ #: includes/class-freemius.php:2599
108
  msgid "What feature?"
109
  msgstr "何の機能ですか?"
110
 
111
+ #: includes/class-freemius.php:2603
112
  msgid "The %s is not working"
113
  msgstr "%s が動作していません"
114
 
115
+ #: includes/class-freemius.php:2605
116
  msgid "Kindly share what didn't work so we can fix it for future users..."
117
  msgstr "将来のユーザーのために修正できるよう、何が動作しなかったのかどうか共有してください…"
118
 
119
+ #: includes/class-freemius.php:2609
120
  msgid "It's not what I was looking for"
121
  msgstr "探していたものではありません"
122
 
123
+ #: includes/class-freemius.php:2611
124
  msgid "What you've been looking for?"
125
  msgstr "探していたのは何ですか?"
126
 
127
+ #: includes/class-freemius.php:2615
128
  msgid "The %s didn't work as expected"
129
  msgstr "%sが期待通りに動きませんでした "
130
 
131
+ #: includes/class-freemius.php:2617
132
  msgid "What did you expect?"
133
  msgstr "何を期待していましたか?"
134
 
135
+ #: includes/class-freemius.php3472, templates/debug.php:20
136
  msgid "Freemius Debug"
137
  msgstr "Freemius デバッグ"
138
 
139
+ #: includes/class-freemius.php:4224
140
  msgid "I don't know what is cURL or how to install it, help me!"
141
  msgstr "cURL がなにか、そのインストール方法を知りません。助けてください。"
142
 
143
+ #: includes/class-freemius.php:4226
144
  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."
145
  msgstr "ホスティング会社に連絡して問題を解決してください。 更新が完了したら、 %s へのフォローアップメールが届きます。"
146
 
147
+ #: includes/class-freemius.php:4233
148
  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."
149
  msgstr "すばらしい。cURL をインストールし、 php.ini ファイルで有効化してください。加えて、php.ini 内で 'disable_functions' ディレクティブを検索して、'curl_' で始まる無効化されたメソッドを削除してください。'phpinfo()' を使って正常に起動されたことを確認してください。有効化されている場合は %s を一度無効化し、再度有効化し直してください。"
150
 
151
+ #: includes/class-freemius.php:4338
152
  msgid "Yes - do your thing"
153
  msgstr "はい - お構いなく"
154
 
155
+ #: includes/class-freemius.php:4343
156
  msgid "No - just deactivate"
157
  msgstr "いいえ - すぐに無効化"
158
 
159
+ #: includes/class-freemius.php4388, includes/class-freemius.php4882,
160
+ #: includes/class-freemius.php6111, includes/class-freemius.php12933,
161
+ #: includes/class-freemius.php13571, includes/class-freemius.php17006,
162
+ #: includes/class-freemius.php17094, includes/class-freemius.php17260,
163
+ #: includes/class-freemius.php19492, includes/class-freemius.php19833,
164
+ #: includes/class-freemius.php19843, includes/class-freemius.php20507,
165
+ #: includes/class-freemius.php21413, includes/class-freemius.php21546,
166
+ #: includes/class-freemius.php21690, templates/add-ons.php:57
167
  msgctxt "exclamation"
168
  msgid "Oops"
169
  msgstr "おっと"
170
 
171
+ #: includes/class-freemius.php:4457
172
  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."
173
  msgstr "修正するチャンスをいただきありがとうございます! テクニカルスタッフにメッセージが送信されました。 %s への更新が行われるとすぐにあなたに連絡します。 あなたの忍耐に感謝します。"
174
 
175
+ #: includes/class-freemius.php:4879
176
  msgctxt "addonX cannot run without pluginY"
177
  msgid "%s cannot run without %s."
178
  msgstr "%s は、%s が無いと実行することができません。"
179
 
180
+ #: includes/class-freemius.php:4880
181
  msgctxt "addonX cannot run..."
182
  msgid "%s cannot run without the plugin."
183
  msgstr "%s は、プラグインが無いと実行することができません。"
184
 
185
+ #: includes/class-freemius.php5053, includes/class-freemius.php5078,
186
+ #: includes/class-freemius.php:20578
187
  msgid "Unexpected API error. Please contact the %s's author with the following error."
188
  msgstr "予期しない API エラーです。%sの作者に次のエラーを連絡してください。"
189
 
190
+ #: includes/class-freemius.php:5777
191
  msgid "Premium %s version was successfully activated."
192
  msgstr "プレミアムバージョンの %sは有効化に成功しました。"
193
 
194
+ #: includes/class-freemius.php5789, includes/class-freemius.php:7682
195
  msgctxt ""
196
  msgid "W00t"
197
  msgstr "やったー"
198
 
199
+ #: includes/class-freemius.php:5804
200
  msgid "You have a %s license."
201
  msgstr "%s ライセンスを持っています。"
202
 
203
+ #: includes/class-freemius.php5808, includes/class-freemius.php16405,
204
+ #: includes/class-freemius.php16416, includes/class-freemius.php19744,
205
+ #: includes/class-freemius.php20094, includes/class-freemius.php20163,
206
+ #: includes/class-freemius.php:20328
207
  msgctxt "interjection expressing joy or exuberance"
208
  msgid "Yee-haw"
209
  msgstr "ヤッホー"
210
 
211
+ #: includes/class-freemius.php:6094
212
  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."
213
  msgstr "%s の無料試用が正常にキャンセルされました。 アドオンはプレミアムなので、自動的に無効化されました。 将来使用したい場合は、ライセンスを購入する必要があります。"
214
 
215
+ #: includes/class-freemius.php:6098
216
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
217
  msgstr "%s はプレミアムのみのアドオンです。そのプラグインを有効化する前にライセンスを購入する必要があります。"
218
 
219
+ #: includes/class-freemius.php6107, templates/add-ons.php186,
220
  #: templates/account/partials/addon.php:381
221
  msgid "More information about %s"
222
  msgstr "%s に関する詳細情報"
223
 
224
+ #: includes/class-freemius.php:6108
225
  msgid "Purchase License"
226
  msgstr "ライセンスを購入"
227
 
228
+ #: includes/class-freemius.php7047, templates/connect.php:171
229
  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."
230
  msgstr "%s のメールボックスに %s の有効化のメールを受け取っているはずです。%s のメールに記載された有効化ボタンをクリックしてください。"
231
 
232
+ #: includes/class-freemius.php:7051
233
  msgid "start the trial"
234
  msgstr "トライアルを開始"
235
 
236
+ #: includes/class-freemius.php7052, templates/connect.php:175
237
  msgid "complete the install"
238
  msgstr "インストールを完了"
239
 
240
+ #: includes/class-freemius.php:7164
241
  msgid "You are just one step away - %s"
242
  msgstr "もうあとわずかです - %s"
243
 
244
+ #: includes/class-freemius.php:7167
245
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
246
  msgid "Complete \"%s\" Activation Now"
247
  msgstr "すぐに \"%s\" 有効化を完了してください"
248
 
249
+ #: includes/class-freemius.php:7245
250
  msgid "We made a few tweaks to the %s, %s"
251
  msgstr "プラグインを微調整します、 %s, %s"
252
 
253
+ #: includes/class-freemius.php:7249
254
  msgid "Opt in to make \"%s\" better!"
255
  msgstr "Opt in to make \"%s\" better!"
256
 
257
+ #: includes/class-freemius.php:7681
258
  msgid "The upgrade of %s was successfully completed."
259
  msgstr "%s のアップグレードが完了しました。"
260
 
261
+ #: includes/class-freemius.php9908, includes/class-fs-plugin-updater.php1044,
262
+ #: includes/class-fs-plugin-updater.php1239,
263
+ #: includes/class-fs-plugin-updater.php1246,
264
  #: templates/auto-installation.php:32
265
  msgid "Add-On"
266
  msgstr "アドオン"
267
 
268
+ #: includes/class-freemius.php9910, templates/account.php343,
269
+ #: templates/account.php351, templates/debug.php358, templates/debug.php:549
270
  msgid "Plugin"
271
  msgstr "プラグイン"
272
 
273
+ #: includes/class-freemius.php9911, templates/account.php344,
274
+ #: templates/account.php352, templates/debug.php358, templates/debug.php549,
275
  #: templates/forms/deactivation/form.php:71
276
  msgid "Theme"
277
  msgstr "テーマ"
278
 
279
+ #: includes/class-freemius.php:12843
280
  msgid "An unknown error has occurred while trying to set the user's beta mode."
281
  msgstr "An unknown error has occurred while trying to set the user's beta mode."
282
 
283
+ #: includes/class-freemius.php:12904
284
+ msgid "Invalid new user ID or email address."
285
+ msgstr "Invalid new user ID or email address."
286
+
287
+ #: includes/class-freemius.php12934, includes/class-freemius.php:21645
288
+ msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
289
+ msgstr "メールアドレスのアップデートを完了できませんでした。他のユーザーがすでに同じメールアドレスで登録しているようです。"
290
+
291
+ #: includes/class-freemius.php12935, includes/class-freemius.php:21646
292
+ msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
293
+ msgstr "%sの所有権を%sへ譲りたい場合は、所有権の変更ボタンをクリックしてください。"
294
+
295
+ #: includes/class-freemius.php12942, includes/class-freemius.php:21653
296
+ msgid "Change Ownership"
297
+ msgstr "オーナーを変更"
298
+
299
+ #: includes/class-freemius.php:13438
300
  msgid "Invalid site details collection."
301
  msgstr "Invalid site details collection."
302
 
303
+ #: includes/class-freemius.php:13558
304
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
305
  msgstr "システムではメールアドレスを見つけることができませんでした。メールアドレスが正しいか確認してください。"
306
 
307
+ #: includes/class-freemius.php:13560
308
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
309
  msgstr "メールアドレスに関連付けられた有効なライセンスが見つかりません。メールアドレスが正しいか確認してください。"
310
 
311
+ #: includes/class-freemius.php:13834
312
  msgid "Account is pending activation."
313
  msgstr "アカウントは有効化待ちです。"
314
 
315
+ #: includes/class-freemius.php13946,
316
  #: templates/forms/premium-versions-upgrade-handler.php:47
317
  msgid "Buy a license now"
318
  msgstr "Buy a license now"
319
 
320
+ #: includes/class-freemius.php13958,
321
  #: templates/forms/premium-versions-upgrade-handler.php:46
322
  msgid "Renew your license now"
323
  msgstr "Renew your license now"
324
 
325
+ #: includes/class-freemius.php:13962
326
  msgid "%s to access version %s security & feature updates, and support."
327
  msgstr "%s to access version %s security & feature updates, and support."
328
 
329
+ #: includes/class-freemius.php:16387
330
  msgid "%s activation was successfully completed."
331
  msgstr "%s の有効化が成功しました。"
332
 
333
+ #: includes/class-freemius.php:16401
334
  msgid "Your account was successfully activated with the %s plan."
335
  msgstr "アカウントが %s プランで有効化できました。"
336
 
337
+ #: includes/class-freemius.php16412, includes/class-freemius.php:20159
338
  msgid "Your trial has been successfully started."
339
  msgstr "トライアル版の利用を開始しました。"
340
 
341
+ #: includes/class-freemius.php17004, includes/class-freemius.php17092,
342
+ #: includes/class-freemius.php:17258
343
  msgid "Couldn't activate %s."
344
  msgstr "%s を有効化できません。"
345
 
346
+ #: includes/class-freemius.php17005, includes/class-freemius.php17093,
347
+ #: includes/class-freemius.php:17259
348
  msgid "Please contact us with the following message:"
349
  msgstr "以下のメッセージとともに私たちに連絡をください。"
350
 
351
+ #: includes/class-freemius.php17089, templates/forms/data-debug-mode.php:162
352
  msgid "An unknown error has occurred."
353
  msgstr "An unknown error has occurred."
354
 
355
+ #: includes/class-freemius.php17616, includes/class-freemius.php:22589
356
  msgid "Upgrade"
357
  msgstr "アップグレード"
358
 
359
+ #: includes/class-freemius.php:17622
360
  msgid "Start Trial"
361
  msgstr "トライアルを開始"
362
 
363
+ #: includes/class-freemius.php:17624
364
  msgid "Pricing"
365
  msgstr "料金表"
366
 
367
+ #: includes/class-freemius.php17704, includes/class-freemius.php:17706
368
  msgid "Affiliation"
369
  msgstr "アフィリエイト"
370
 
371
+ #: includes/class-freemius.php17734, includes/class-freemius.php17736,
372
+ #: templates/account.php191, templates/debug.php:324
373
  msgid "Account"
374
  msgstr "アカウント"
375
 
376
+ #: includes/class-freemius.php17750, includes/class-freemius.php17752,
377
  #: includes/customizer/class-fs-customizer-support-section.php:60
378
  msgid "Contact Us"
379
  msgstr "連絡"
380
 
381
+ #: includes/class-freemius.php17763, includes/class-freemius.php17765,
382
+ #: includes/class-freemius.php22603, templates/account.php119,
383
  #: templates/account/partials/addon.php:44
384
  msgid "Add-Ons"
385
  msgstr "アドオン"
386
 
387
+ #: includes/class-freemius.php:17799
388
  msgctxt "ASCII arrow left icon"
389
  msgid "&#x2190;"
390
  msgstr "&#x2190;"
391
 
392
+ #: includes/class-freemius.php:17799
393
  msgctxt "ASCII arrow right icon"
394
  msgid "&#x27a4;"
395
  msgstr "&#x27a4;"
396
 
397
+ #: includes/class-freemius.php17801, templates/pricing.php:103
398
  msgctxt "noun"
399
  msgid "Pricing"
400
  msgstr "料金表"
401
 
402
+ #: includes/class-freemius.php18014,
403
  #: includes/customizer/class-fs-customizer-support-section.php:67
404
  msgid "Support Forum"
405
  msgstr "サポートフォーラム"
406
 
407
+ #: includes/class-freemius.php:18988
408
  msgid "Your email has been successfully verified - you are AWESOME!"
409
  msgstr "あなたのメールアドレスの承認が完了しました。すごい!"
410
 
411
+ #: includes/class-freemius.php:18989
412
  msgctxt "a positive response"
413
  msgid "Right on"
414
  msgstr "そうだ"
415
 
416
+ #: includes/class-freemius.php:19493
417
  msgid "seems like the key you entered doesn't match our records."
418
  msgstr "seems like the key you entered doesn't match our records."
419
 
420
+ #: includes/class-freemius.php:19517
421
  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."
422
  msgstr "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."
423
 
424
+ #: includes/class-freemius.php:19735
425
  msgid "Your %s Add-on plan was successfully upgraded."
426
  msgstr "%s のアドオンのプランのアップグレードが完了しました。"
427
 
428
+ #: includes/class-freemius.php:19737
429
  msgid "%s Add-on was successfully purchased."
430
  msgstr "%s のアドオンの支払いが完了しました。"
431
 
432
+ #: includes/class-freemius.php:19740
433
  msgid "Download the latest version"
434
  msgstr "最新版をダウンロード"
435
 
436
+ #: includes/class-freemius.php:19826
437
  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"
438
  msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
439
 
440
+ #: includes/class-freemius.php19832, includes/class-freemius.php19842,
441
+ #: includes/class-freemius.php20287, includes/class-freemius.php:20376
442
  msgid "Error received from the server:"
443
  msgstr "サーバーからエラーを受信しました。"
444
 
445
+ #: includes/class-freemius.php:19842
446
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
447
  msgstr "認証パラメータの1つが間違っているようです。 公開鍵、秘密鍵、ユーザーIDを更新して、もう一度お試しください。"
448
 
449
+ #: includes/class-freemius.php20056, includes/class-freemius.php20292,
450
+ #: includes/class-freemius.php20347, includes/class-freemius.php:20454
451
  msgctxt ""
452
  msgid "Hmm"
453
  msgstr "ふむ"
454
 
455
+ #: includes/class-freemius.php:20069
456
  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."
457
  msgstr "まだ %s プランのようです。もしアップグレードやプランの変更をしたのなら、こちらで何らかの問題が発生しているようです。申し訳ありません。"
458
 
459
+ #: includes/class-freemius.php20070, templates/account.php121,
460
  #: templates/add-ons.php250, templates/account/partials/addon.php:46
461
  msgctxt "trial period"
462
  msgid "Trial"
463
  msgstr "トライアル"
464
 
465
+ #: includes/class-freemius.php:20075
466
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
467
  msgstr "アカウントをアップグレードしましたが、ライセンスを同期しようとするとプランが %s のままです。"
468
 
469
+ #: includes/class-freemius.php20079, includes/class-freemius.php:20138
470
  msgid "Please contact us here"
471
  msgstr "こちらで私たちに連絡をとってください。"
472
 
473
+ #: includes/class-freemius.php:20090
474
  msgid "Your plan was successfully activated."
475
  msgstr "Your plan was successfully activated."
476
 
477
+ #: includes/class-freemius.php:20091
478
  msgid "Your plan was successfully upgraded."
479
  msgstr "プランのアップグレードが成功しました。"
480
 
481
+ #: includes/class-freemius.php:20108
482
  msgid "Your plan was successfully changed to %s."
483
  msgstr "プランの %s への変更が成功しました。"
484
 
485
+ #: includes/class-freemius.php:20124
486
  msgid "Your license has expired. You can still continue using the free %s forever."
487
  msgstr "ライセンスの有効期限が切れました。無料バージョンの%s は引き続き利用できます。"
488
 
489
+ #: includes/class-freemius.php:20126
490
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
491
  msgstr "ライセンスの有効期限が切れました。 %1$s %3$sに邪魔されずに利用を継続するには,今すぐ%2$sアップグレードを行ってください。"
492
 
493
+ #: includes/class-freemius.php:20134
494
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
495
  msgstr "ライセンスはキャンセルされました。もしそれが間違いだと思うならサポートに連絡してください。"
496
 
497
+ #: includes/class-freemius.php:20147
498
  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."
499
  msgstr "ライセンスは有効期限がきれました。%s の機能を引き続き利用することができます。ただし、アップデートやサポートをうけるにはライセンスをアップデートする必要があります。"
500
 
501
+ #: includes/class-freemius.php:20173
502
  msgid "Your free trial has expired. You can still continue using all our free features."
503
  msgstr "フリートライアル期間が終了しました。無料で使える機能は引き続き利用可能です。"
504
 
505
+ #: includes/class-freemius.php:20175
506
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
507
  msgstr "フリートライアル期間が終了しました。%1$s %3$sに邪魔されずに利用を継続するには,今すぐ %2$s のアップグレードを行ってください。"
508
 
509
+ #: includes/class-freemius.php:20283
510
  msgid "It looks like the license could not be activated."
511
  msgstr "ライセンスの有効化ができませんでした。"
512
 
513
+ #: includes/class-freemius.php:20325
514
  msgid "Your license was successfully activated."
515
  msgstr "ライセンスの有効化が成功しました。"
516
 
517
+ #: includes/class-freemius.php:20351
518
  msgid "It looks like your site currently doesn't have an active license."
519
  msgstr "サイトは有効なライセンスを持っていないようです。"
520
 
521
+ #: includes/class-freemius.php:20375
522
  msgid "It looks like the license deactivation failed."
523
  msgstr "ライセンスの無効化ができませんでした。"
524
 
525
+ #: includes/class-freemius.php:20404
526
+ msgid "Your %s license was successfully deactivated."
527
+ msgstr "Your %s license was successfully deactivated."
528
+
529
+ #: includes/class-freemius.php:20405
530
  msgid "Your license was successfully deactivated, you are back to the %s plan."
531
  msgstr "ライセンスの無効化が完了しました。%s プランに戻りました。"
532
 
533
+ #: includes/class-freemius.php:20408
534
  msgid "O.K"
535
  msgstr "O.K"
536
 
537
+ #: includes/class-freemius.php:20461
538
  msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
539
  msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
540
 
541
+ #: includes/class-freemius.php:20470
542
  msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
543
  msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
544
 
545
+ #: includes/class-freemius.php:20512
546
  msgid "You are already running the %s in a trial mode."
547
  msgstr "すでに%sをトライアルモードで利用中です。"
548
 
549
+ #: includes/class-freemius.php:20523
550
  msgid "You already utilized a trial before."
551
  msgstr "以前すでに試用版を利用しました。"
552
 
553
+ #: includes/class-freemius.php:20537
554
  msgid "Plan %s do not exist, therefore, can't start a trial."
555
  msgstr "%s プランは存在しないため、試用を開始できません。"
556
 
557
+ #: includes/class-freemius.php:20548
558
  msgid "Plan %s does not support a trial period."
559
  msgstr "%s プランにはトライアル期間はありません。"
560
 
561
+ #: includes/class-freemius.php:20559
562
  msgid "None of the %s's plans supports a trial period."
563
  msgstr "%sのプランにはトライアル期間はありません。"
564
 
565
+ #: includes/class-freemius.php:20609
566
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
567
  msgstr "すでにトライアルモードではないようなので、キャンセルする必要はありません :)"
568
 
569
+ #: includes/class-freemius.php:20645
570
  msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
571
  msgstr "トライアルのキャンセルに一時的な問題がありました。数分後に再度お試しください。"
572
 
573
+ #: includes/class-freemius.php:20664
574
  msgid "Your %s free trial was successfully cancelled."
575
  msgstr "%s のフリートライアルはキャンセルされました。"
576
 
577
+ #: includes/class-freemius.php:20980
578
  msgid "Version %s was released."
579
  msgstr "バージョン %s をリリースしました。"
580
 
581
+ #: includes/class-freemius.php:20980
582
  msgid "Please download %s."
583
  msgstr "%s をダウンロードしてください。"
584
 
585
+ #: includes/class-freemius.php:20987
586
  msgid "the latest %s version here"
587
  msgstr "最新の %s バージョンはこちらです。"
588
 
589
+ #: includes/class-freemius.php:20992
590
  msgid "New"
591
  msgstr "新規"
592
 
593
+ #: includes/class-freemius.php:20997
594
  msgid "Seems like you got the latest release."
595
  msgstr "最新版を取得できました。"
596
 
597
+ #: includes/class-freemius.php:20998
598
  msgid "You are all good!"
599
  msgstr "すべて完璧です!"
600
 
601
+ #: includes/class-freemius.php:21301
602
  msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
603
  msgstr "%s に確認メールを送信しました。もし5分以内にそれが届かない場合、迷惑メールボックスを確認してください。"
604
 
605
+ #: includes/class-freemius.php:21441
606
  msgid "Site successfully opted in."
607
  msgstr "サイトのオプトインに成功しました。"
608
 
609
+ #: includes/class-freemius.php21442, includes/class-freemius.php:22299
610
  msgid "Awesome"
611
  msgstr "すごい!"
612
 
613
+ #: includes/class-freemius.php21458, templates/forms/optout.php:41
614
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
615
  msgstr "使用データを追跡できるよう許可してくれたことで、%s をより良くするための手助けに感謝致します。"
616
 
617
+ #: includes/class-freemius.php:21459
618
  msgid "Thank you!"
619
  msgstr "ありがとうございます!"
620
 
621
+ #: includes/class-freemius.php:21466
622
  msgid "We will no longer be sending any usage data of %s on %s to %s."
623
  msgstr "もう%s上の%sから%sへのデータ送信は行いません。"
624
 
625
+ #: includes/class-freemius.php:21612
626
  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."
627
  msgstr "メールボックスを確認してください。所有権の変更を確認するには、%s でメールを受け取る必要があります。 セキュリティ上の理由から、次の15分以内に変更を確認する必要があります。 電子メールが見つからない場合は、迷惑メールフォルダを確認してください。"
628
 
629
+ #: includes/class-freemius.php:21618
630
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
631
  msgstr "所有権の変更を確認していただきありがとうございます。 %s に承認メールが送信されました。"
632
 
633
+ #: includes/class-freemius.php:21623
634
  msgid "%s is the new owner of the account."
635
  msgstr "%s は新しいオーナーです。"
636
 
637
+ #: includes/class-freemius.php:21625
638
  msgctxt "as congratulations"
639
  msgid "Congrats"
640
  msgstr "おめでとう"
641
 
642
+ #: includes/class-freemius.php:21661
 
 
 
 
 
 
 
 
 
 
 
 
643
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
644
  msgstr "メールアドレスのアップデートが完了しました。まもなく確認メールが届きます。"
645
 
646
+ #: includes/class-freemius.php:21673
647
  msgid "Please provide your full name."
648
  msgstr "フルネームを入力してください。"
649
 
650
+ #: includes/class-freemius.php:21678
651
  msgid "Your name was successfully updated."
652
  msgstr "名前のアップデートが成功しました。"
653
 
654
+ #: includes/class-freemius.php:21739
655
  msgid "You have successfully updated your %s."
656
  msgstr "%s のアップデートが成功しました。"
657
 
658
+ #: includes/class-freemius.php:21879
659
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
660
  msgstr "%s のアドオンに関する情報は、外部サーバーから取得されます。"
661
 
662
+ #: includes/class-freemius.php:21880
663
  msgctxt "advance notice of something that will need attention."
664
  msgid "Heads up"
665
  msgstr "警告"
666
 
667
+ #: includes/class-freemius.php:22339
668
  msgctxt "exclamation"
669
  msgid "Hey"
670
  msgstr "ヘイ"
671
 
672
+ #: includes/class-freemius.php:22339
673
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
674
  msgstr "%s はどうですか? 私たちの全ての %s のプレミアム機能をお試しください。"
675
 
676
+ #: includes/class-freemius.php:22347
677
  msgid "No commitment for %s days - cancel anytime!"
678
  msgstr "%s 日以内であればいつでもキャンセルできます。"
679
 
680
+ #: includes/class-freemius.php:22348
681
  msgid "No credit card required"
682
  msgstr "クレジットカードは必要ありません。"
683
 
684
+ #: includes/class-freemius.php22355, templates/forms/trial-start.php:53
685
  msgctxt "call to action"
686
  msgid "Start free trial"
687
  msgstr "フリートライアルを開始"
688
 
689
+ #: includes/class-freemius.php:22432
690
  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!"
691
  msgstr "こんにちは。%sにアフィリエイトプログラムがあるのはご存知でしたか? %sがお好きなら、私たちのアンバサダーになって報酬を得ましょう!"
692
 
693
+ #: includes/class-freemius.php:22441
694
  msgid "Learn more"
695
  msgstr "詳細はこちら"
696
 
697
+ #: includes/class-freemius.php22627, templates/account.php507,
698
+ #: templates/account.php657, templates/connect.php179,
699
+ #: templates/connect.php455, templates/forms/license-activation.php27,
700
  #: templates/account/partials/addon.php:321
701
  msgid "Activate License"
702
  msgstr "ライセンスを有効化"
703
 
704
+ #: includes/class-freemius.php22628, templates/account.php601,
705
+ #: templates/account.php656, templates/account/partials/addon.php322,
706
  #: templates/account/partials/site.php:271
707
  msgid "Change License"
708
  msgstr "ライセンスを変更"
709
 
710
+ #: includes/class-freemius.php22737, templates/account/partials/site.php:169
711
  msgid "Opt Out"
712
  msgstr "オプトアウト"
713
 
714
+ #: includes/class-freemius.php22739, includes/class-freemius.php22745,
715
  #: templates/account/partials/site.php49,
716
  #: templates/account/partials/site.php:169
717
  msgid "Opt In"
718
  msgstr "オプトイン"
719
 
720
+ #: includes/class-freemius.php:22973
721
  msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
722
  msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
723
 
724
+ #: includes/class-freemius.php:22981
725
  msgid "Activate %s features"
726
  msgstr "Activate %s features"
727
 
728
+ #: includes/class-freemius.php:22994
729
  msgid "Please follow these steps to complete the upgrade"
730
  msgstr "アップグレードを完了するには以下の手順を完了させてください。"
731
 
732
+ #: includes/class-freemius.php:22998
733
  msgid "Download the latest %s version"
734
  msgstr "最新の %s をダウンロード"
735
 
736
+ #: includes/class-freemius.php:23002
737
  msgid "Upload and activate the downloaded version"
738
  msgstr "ダウンロードしたバージョンをアップロードして有効化"
739
 
740
+ #: includes/class-freemius.php:23004
741
  msgid "How to upload and activate?"
742
  msgstr "アップロードと有効化の方法"
743
 
744
+ #: includes/class-freemius.php:23138
745
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
746
  msgstr "%sここをクリックして%s ライセンスを有効化したいサイトを選択してください。"
747
 
748
+ #: includes/class-freemius.php:23299
749
  msgid "Auto installation only works for opted-in users."
750
  msgstr "自動インストールはオプトインしたユーザのみで動作します。"
751
 
752
+ #: includes/class-freemius.php23309, includes/class-freemius.php23342,
753
+ #: includes/class-fs-plugin-updater.php1218,
754
+ #: includes/class-fs-plugin-updater.php:1232
755
  msgid "Invalid module ID."
756
  msgstr "モジュール ID が不正です"
757
 
758
+ #: includes/class-freemius.php23318, includes/class-fs-plugin-updater.php:1254
759
  msgid "Premium version already active."
760
  msgstr "プレミアムバージョンはすでに有効になっています。"
761
 
762
+ #: includes/class-freemius.php:23325
763
  msgid "You do not have a valid license to access the premium version."
764
  msgstr "プレミアムバージョンにアクセスできる有効なライセンス持っていません。"
765
 
766
+ #: includes/class-freemius.php:23332
767
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
768
  msgstr "プラグインはプレミアムコードバージョンのない「サービスウェア」です。"
769
 
770
+ #: includes/class-freemius.php23350, includes/class-fs-plugin-updater.php:1253
771
  msgid "Premium add-on version already installed."
772
  msgstr "プレミアムアドオンバージョンはすでにインストール済みです。"
773
 
774
+ #: includes/class-freemius.php:23700
775
  msgid "View paid features"
776
  msgstr "有料の機能を表示する"
777
 
778
+ #: includes/class-freemius.php:24022
779
  msgid "Thank you so much for using %s and its add-ons!"
780
  msgstr "%sとアドオンのご利用ありがとうございます!"
781
 
782
+ #: includes/class-freemius.php:24023
783
  msgid "Thank you so much for using %s!"
784
  msgstr "%sのご利用ありがとうございます!"
785
 
786
+ #: includes/class-freemius.php:24029
787
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
788
  msgstr "%sの改善に役立つ使用状況のトラッキングにすでにオプトインしています。"
789
 
790
+ #: includes/class-freemius.php:24033
791
  msgid "Thank you so much for using our products!"
792
  msgstr "プロダクトのご利用ありがとうございます!"
793
 
794
+ #: includes/class-freemius.php:24034
795
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
796
  msgstr "プロダクトの改善に役立つ使用状況のトラッキングにすでにオプトインしています。"
797
 
798
+ #: includes/class-freemius.php:24053
799
  msgid "%s and its add-ons"
800
  msgstr "%sとそのアドオン"
801
 
802
+ #: includes/class-freemius.php:24062
803
  msgid "Products"
804
  msgstr "プロダクト"
805
 
806
+ #: includes/class-freemius.php24069, templates/connect.php:280
807
  msgid "Yes"
808
  msgstr "はい"
809
 
810
+ #: includes/class-freemius.php24070, templates/connect.php:281
811
  msgid "send me security & feature updates, educational content and offers."
812
  msgstr "セキュリティと機能のアップデート、学習用コンテンツやオファーを送ってください。"
813
 
814
+ #: includes/class-freemius.php24071, templates/connect.php:286
815
  msgid "No"
816
  msgstr "いいえ"
817
 
818
+ #: includes/class-freemius.php24073, templates/connect.php:288
819
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
820
  msgstr "セキュリティと機能のアップデート、学習用コンテンツやオファーを%s送らないでください%s。"
821
 
822
+ #: includes/class-freemius.php:24083
823
  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 :-)"
824
  msgstr "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 :-)"
825
 
826
+ #: includes/class-freemius.php24085, templates/connect.php:295
827
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
828
  msgstr "セキュリティや機能のアップデート、学習用用コンテンツ、およびオファーについてお問い合わせを希望される場合は、お知らせください。"
829
 
830
+ #: includes/class-freemius.php:24367
831
  msgid "License key is empty."
832
  msgstr "ライセンスキーが空です。"
833
 
841
  msgid "Buy license"
842
  msgstr "Buy license"
843
 
844
+ #: includes/class-fs-plugin-updater.php327,
845
+ #: includes/class-fs-plugin-updater.php:360
846
  msgid "There is a %s of %s available."
847
  msgstr "There is a %s of %s available."
848
 
849
+ #: includes/class-fs-plugin-updater.php329,
850
+ #: includes/class-fs-plugin-updater.php:365
851
  msgid "new Beta version"
852
  msgstr "new Beta version"
853
 
854
+ #: includes/class-fs-plugin-updater.php330,
855
+ #: includes/class-fs-plugin-updater.php:366
856
  msgid "new version"
857
  msgstr "new version"
858
 
859
+ #: includes/class-fs-plugin-updater.php:389
860
  msgid "Important Upgrade Notice:"
861
  msgstr "Important Upgrade Notice:"
862
 
863
+ #: includes/class-fs-plugin-updater.php:1283
864
  msgid "Installing plugin: %s"
865
  msgstr "インストール中プラグイン: %s"
866
 
867
+ #: includes/class-fs-plugin-updater.php:1324
868
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
869
  msgstr "ファイルシステムに接続できません。視覚情報を確認してください。"
870
 
871
+ #: includes/class-fs-plugin-updater.php:1506
872
  msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
873
  msgstr "リモートプラグインパッケージには、目的のスラッグを含むフォルダが含まれていないため、リねームが機能しませんでした。"
874
 
890
  msgid "Install Free Version Update Now"
891
  msgstr "フリーバージョンの更新を今すぐインストール"
892
 
893
+ #: includes/fs-plugin-info-dialog.php739, templates/account.php:590
894
  msgid "Install Update Now"
895
  msgstr "今すぐ更新をインストール"
896
 
910
  msgid "Download Latest Free Version"
911
  msgstr "最新のフリーバージョンをダウンロード"
912
 
913
+ #: includes/fs-plugin-info-dialog.php766, templates/account.php99,
914
  #: templates/add-ons.php37, templates/account/partials/addon.php:25
915
  msgctxt "as download latest version"
916
  msgid "Download Latest"
922
  msgid "Activate this add-on"
923
  msgstr "このアドオンを有効化"
924
 
925
+ #: includes/fs-plugin-info-dialog.php783, templates/connect.php:452
926
  msgid "Activate Free Version"
927
  msgstr "フリーバージョンを有効化"
928
 
929
+ #: includes/fs-plugin-info-dialog.php784, templates/account.php123,
930
  #: templates/add-ons.php330, templates/account/partials/addon.php:48
931
  msgid "Activate"
932
  msgstr "有効化"
1062
  msgid "Details"
1063
  msgstr "詳細"
1064
 
1065
+ #: includes/fs-plugin-info-dialog.php1310, templates/account.php110,
1066
+ #: templates/debug.php201, templates/debug.php238, templates/debug.php455,
1067
  #: templates/account/partials/addon.php:36
1068
  msgctxt "product version"
1069
  msgid "Version"
1078
  msgid "Last Updated"
1079
  msgstr "最終更新"
1080
 
1081
+ #: includes/fs-plugin-info-dialog.php1329, templates/account.php:476
1082
  msgctxt "x-ago"
1083
  msgid "%s ago"
1084
  msgstr "%s 前"
1189
  msgid "Latest Free Version Installed"
1190
  msgstr "最新のフリーバージョンがインストールされました"
1191
 
1192
+ #: templates/account.php100, templates/forms/subscription-cancellation.php96,
1193
  #: templates/account/partials/addon.php26,
1194
  #: templates/account/partials/site.php:311
1195
  msgid "Downgrading your plan"
1196
  msgstr "Downgrading your plan"
1197
 
1198
+ #: templates/account.php101, templates/forms/subscription-cancellation.php97,
1199
  #: templates/account/partials/addon.php27,
1200
  #: templates/account/partials/site.php:312
1201
  msgid "Cancelling the subscription"
1203
 
1204
  #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1205
  #. subscription'
1206
+ #: templates/account.php103, templates/forms/subscription-cancellation.php99,
1207
  #: templates/account/partials/site.php:314
1208
  msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1209
  msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1210
 
1211
+ #: templates/account.php104, templates/forms/subscription-cancellation.php100,
1212
  #: templates/account/partials/addon.php30,
1213
  #: templates/account/partials/site.php:315
1214
  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."
1215
  msgstr "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."
1216
 
1217
+ #: templates/account.php105, templates/forms/subscription-cancellation.php106,
1218
  #: templates/account/partials/addon.php:31
1219
  msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1220
  msgstr "トライアルをキャンセルするとすぐにすべてのプレミアム機能へのアクセスができなくなります。本当に実行しますか?"
1221
 
1222
+ #: templates/account.php106, templates/forms/subscription-cancellation.php101,
1223
  #: templates/account/partials/addon.php32,
1224
  #: templates/account/partials/site.php:316
1225
  msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1226
  msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1227
 
1228
+ #: templates/account.php107, templates/forms/subscription-cancellation.php102,
1229
  #: templates/account/partials/addon.php33,
1230
  #: templates/account/partials/site.php:317
1231
  msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1232
  msgstr "一度ライセンスの期限が切れると、フリーバージョンの利用は可能ですが、%sの機能を使うことができなくなります。"
1233
 
1234
  #. translators: %s: Plan title (e.g. "Professional")
1235
+ #: templates/account.php109,
1236
  #: templates/account/partials/activate-license-button.php31,
1237
  #: templates/account/partials/addon.php:35
1238
  msgid "Activate %s Plan"
1239
  msgstr "%s プランを有効化"
1240
 
1241
  #. translators: %s: Time period (e.g. Auto renews in "2 months")
1242
+ #: templates/account.php112, templates/account/partials/addon.php38,
1243
  #: templates/account/partials/site.php:291
1244
  msgid "Auto renews in %s"
1245
  msgstr "%s に自動更新"
1246
 
1247
  #. translators: %s: Time period (e.g. Expires in "2 months")
1248
+ #: templates/account.php114, templates/account/partials/addon.php40,
1249
  #: templates/account/partials/site.php:293
1250
  msgid "Expires in %s"
1251
  msgstr "%s で期間終了"
1252
 
1253
+ #: templates/account.php:115
1254
  msgctxt "as synchronize license"
1255
  msgid "Sync License"
1256
  msgstr "ライセンスを同期"
1257
 
1258
+ #: templates/account.php116, templates/account/partials/addon.php:41
1259
  msgid "Cancel Trial"
1260
  msgstr "トライアルをキャンセル"
1261
 
1262
+ #: templates/account.php117, templates/account/partials/addon.php:42
1263
  msgid "Change Plan"
1264
  msgstr "プラン変更"
1265
 
1266
+ #: templates/account.php118, templates/account/partials/addon.php:43
1267
  msgctxt "verb"
1268
  msgid "Upgrade"
1269
  msgstr "アップグレード"
1270
 
1271
+ #: templates/account.php120, templates/account/partials/addon.php45,
1272
  #: templates/account/partials/site.php:318
1273
  msgctxt "verb"
1274
  msgid "Downgrade"
1275
  msgstr "ダウングレード"
1276
 
1277
+ #: templates/account.php122, templates/add-ons.php246,
1278
  #: templates/plugin-info/features.php72,
1279
  #: templates/account/partials/addon.php47,
1280
  #: templates/account/partials/site.php:33
1281
  msgid "Free"
1282
  msgstr "無料"
1283
 
1284
+ #: templates/account.php124, templates/debug.php371,
1285
  #: includes/customizer/class-fs-customizer-upsell-control.php110,
1286
  #: templates/account/partials/addon.php:49
1287
  msgctxt "as product pricing plan"
1288
  msgid "Plan"
1289
  msgstr "プラン"
1290
 
1291
+ #: templates/account.php:125
1292
  msgid "Bundle Plan"
1293
  msgstr "Bundle Plan"
1294
 
1295
+ #: templates/account.php:199
1296
  msgid "Free Trial"
1297
  msgstr "フリートライアル"
1298
 
1299
+ #: templates/account.php:210
1300
  msgid "Account Details"
1301
  msgstr "アカウント詳細"
1302
 
1303
+ #: templates/account.php217, templates/forms/data-debug-mode.php:33
1304
  msgid "Start Debug"
1305
  msgstr "Start Debug"
1306
 
1307
+ #: templates/account.php:219
1308
  msgid "Stop Debug"
1309
  msgstr "Stop Debug"
1310
 
1311
+ #: templates/account.php:226
1312
  msgid "Billing & Invoices"
1313
  msgstr "Billing & Invoices"
1314
 
1315
+ #: templates/account.php:237
1316
  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?"
1317
  msgstr "アカウントを削除すると自動的に %s プランライセンスが無効になり、他のサイトで使うことができます。定期の支払いも終了したい場合は、\"キャンセル\"ボタンをクリックし、まずアカウントを\"ダウングレード\"してください。本当に削除を続行してもいいですか?"
1318
 
1319
+ #: templates/account.php:239
1320
  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?"
1321
  msgstr "削除は一時的なものではありません。本当に%sが必要なくなった時に行ってください。"
1322
 
1323
+ #: templates/account.php:242
1324
  msgid "Delete Account"
1325
  msgstr "アカウントを削除"
1326
 
1327
+ #: templates/account.php254, templates/account/partials/addon.php231,
1328
  #: templates/account/partials/deactivate-license-button.php:35
1329
  msgid "Deactivate License"
1330
  msgstr "ライセンスを無効化"
1331
 
1332
+ #: templates/account.php277, templates/forms/subscription-cancellation.php:125
1333
  msgid "Are you sure you want to proceed?"
1334
  msgstr "本当に続行していいですか?"
1335
 
1336
+ #: templates/account.php277, templates/account/partials/addon.php:255
1337
  msgid "Cancel Subscription"
1338
  msgstr "サブスクリプションをキャンセルする"
1339
 
1340
+ #: templates/account.php306, templates/account/partials/addon.php:340
1341
  msgctxt "as synchronize"
1342
  msgid "Sync"
1343
  msgstr "同期"
1344
 
1345
+ #: templates/account.php321, templates/debug.php:505
1346
  msgid "Name"
1347
  msgstr "名前"
1348
 
1349
+ #: templates/account.php327, templates/debug.php:506
1350
  msgid "Email"
1351
  msgstr "Email"
1352
 
1353
+ #: templates/account.php334, templates/debug.php369, templates/debug.php:555
1354
  msgid "User ID"
1355
  msgstr "ユーザー ID"
1356
 
1357
+ #: templates/account.php352, templates/account.php670,
1358
+ #: templates/account.php715, templates/debug.php236, templates/debug.php363,
1359
+ #: templates/debug.php452, templates/debug.php504, templates/debug.php553,
1360
  #: templates/debug.php632, templates/account/payments.php35,
1361
  #: templates/debug/logger.php:21
1362
  msgid "ID"
1363
  msgstr "ID"
1364
 
1365
+ #: templates/account.php:359
1366
  msgid "Site ID"
1367
  msgstr "サイト ID"
1368
 
1369
+ #: templates/account.php:362
1370
  msgid "No ID"
1371
  msgstr "ID がありません"
1372
 
1373
+ #: templates/account.php367, templates/debug.php243, templates/debug.php372,
1374
+ #: templates/debug.php456, templates/debug.php508,
1375
  #: templates/account/partials/site.php:227
1376
  msgid "Public Key"
1377
  msgstr "公開鍵"
1378
 
1379
+ #: templates/account.php373, templates/debug.php373, templates/debug.php457,
1380
+ #: templates/debug.php509, templates/account/partials/site.php:239
1381
  msgid "Secret Key"
1382
  msgstr "秘密鍵"
1383
 
1384
+ #: templates/account.php:376
1385
  msgctxt "as secret encryption key missing"
1386
  msgid "No Secret"
1387
  msgstr "秘密鍵がありません"
1388
 
1389
+ #: templates/account.php403, templates/account/partials/site.php120,
1390
  #: templates/account/partials/site.php:122
1391
  msgid "Trial"
1392
  msgstr "トライアル"
1393
 
1394
+ #: templates/account.php430, templates/debug.php561,
1395
  #: templates/account/partials/site.php:260
1396
  msgid "License Key"
1397
  msgstr "ライセンスキー"
1398
 
1399
+ #: templates/account.php:461
1400
  msgid "Join the Beta program"
1401
  msgstr "Join the Beta program"
1402
 
1403
+ #: templates/account.php:467
1404
  msgid "not verified"
1405
  msgstr "未認証"
1406
 
1407
+ #: templates/account.php476, templates/account/partials/addon.php:190
1408
  msgid "Expired"
1409
  msgstr "期限切れ"
1410
 
1411
+ #: templates/account.php:536
1412
  msgid "Premium version"
1413
  msgstr "プレミアムバージョン"
1414
 
1415
+ #: templates/account.php:538
1416
  msgid "Free version"
1417
  msgstr "フリーバージョン"
1418
 
1419
+ #: templates/account.php:550
1420
  msgid "Verify Email"
1421
  msgstr "認証メール"
1422
 
1423
+ #: templates/account.php:564
1424
  msgid "Download %s Version"
1425
  msgstr "%s バージョンをダウンロード"
1426
 
1427
+ #: templates/account.php:580
1428
+ msgid "Download Paid Version"
1429
+ msgstr "Download Paid Version"
1430
+
1431
+ #: templates/account.php598, templates/account.php853,
1432
  #: templates/account/partials/site.php248,
1433
  #: templates/account/partials/site.php:270
1434
  msgctxt "verb"
1435
  msgid "Show"
1436
  msgstr "表示"
1437
 
1438
+ #: templates/account.php:613
1439
  msgid "What is your %s?"
1440
  msgstr "自分の %s はなんですか?"
1441