Version Description
- 02.26.2019 =
- Changed: Upgraded Freemius SDK to latest release
Download this release
Release Info
Developer | photocrati |
Plugin | NextGEN Gallery – WordPress Gallery Plugin |
Version | 3.1.7 |
Comparing to | |
See all releases |
Code changes from version 3.1.6 to 3.1.7
- changelog.txt +3 -0
- freemius/assets/css/admin/common.css +2 -2
- freemius/assets/css/admin/common.min.css +1 -1
- freemius/assets/css/admin/deactivation-feedback.css +0 -1
- freemius/assets/css/admin/deactivation-feedback.min.css +0 -1
- freemius/assets/css/admin/dialog-boxes.css +2 -2
- freemius/assets/css/admin/dialog-boxes.min.css +1 -1
- freemius/assets/css/admin/license-activation.css +0 -1
- freemius/assets/css/admin/license-activation.min.css +0 -1
- freemius/assets/scss/_colors.scss +11 -0
- freemius/assets/scss/admin/_buttons.scss +28 -0
- freemius/assets/scss/admin/_plugin-upgrade-notice.scss +8 -0
- freemius/assets/scss/admin/_subscription-cancellation.scss +30 -0
- freemius/assets/scss/admin/common.scss +4 -2
- freemius/assets/scss/admin/dialog-boxes.scss +3 -1
- freemius/includes/class-freemius.php +1100 -275
- freemius/includes/class-fs-api.php +14 -4
- freemius/includes/class-fs-plugin-updater.php +317 -69
- freemius/includes/class-fs-storage.php +2 -2
- freemius/includes/entities/class-fs-plugin.php +22 -0
- freemius/includes/entities/class-fs-site.php +2 -0
- freemius/includes/fs-core-functions.php +115 -91
- freemius/includes/fs-essential-functions.php +4 -2
- freemius/includes/fs-plugin-info-dialog.php +37 -7
- freemius/includes/i18n.php +3 -3
- freemius/includes/managers/class-fs-admin-menu-manager.php +17 -5
- freemius/includes/managers/class-fs-admin-notice-manager.php +74 -0
- freemius/includes/supplements/fs-essential-functions-1.1.7.1.php +2 -6
- freemius/includes/supplements/fs-essential-functions-2.2.1.php +45 -0
- freemius/languages/freemius-da_DK.mo +0 -0
- freemius/languages/freemius-da_DK.po +2431 -9
- freemius/languages/freemius-en.mo +0 -0
- freemius/languages/freemius-en.po +544 -429
- freemius/languages/freemius-es_ES.mo +0 -0
- freemius/languages/freemius-es_ES.po +620 -486
- freemius/languages/freemius-fr_FR.mo +0 -0
- freemius/languages/freemius-fr_FR.po +618 -484
- freemius/languages/freemius-he_IL.mo +0 -0
- freemius/languages/freemius-he_IL.po +616 -482
- freemius/languages/freemius-hu_HU.mo +0 -0
- freemius/languages/freemius-hu_HU.po +2433 -0
- freemius/languages/freemius-it_IT.mo +0 -0
- freemius/languages/freemius-it_IT.po +618 -483
- freemius/languages/freemius-ja_JP.mo +0 -0
- freemius/languages/freemius-ja_JP.po +619 -485
- freemius/languages/freemius-nl_NL.mo +0 -0
- freemius/languages/freemius-nl_NL.po +544 -438
changelog.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
NextGEN Gallery
|
2 |
by Imagely
|
3 |
|
|
|
|
|
|
|
4 |
= V3.1.6 - 01.16.2019 =
|
5 |
* NEW: Option to control caching duration of random widget galleries
|
6 |
* Secured: DB record serialization
|
1 |
NextGEN Gallery
|
2 |
by Imagely
|
3 |
|
4 |
+
= V3.1.7 - 02.26.2019 =
|
5 |
+
* Changed: Upgraded Freemius SDK to latest release
|
6 |
+
|
7 |
= V3.1.6 - 01.16.2019 =
|
8 |
* NEW: Option to control caching duration of random widget galleries
|
9 |
* Secured: DB record serialization
|
freemius/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}#
|
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}
|
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}
|
freemius/assets/css/admin/common.min.css
CHANGED
@@ -1 +1 @@
|
|
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:700;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,.3);box-shadow:0 2px 1px -1px rgba(0,0,0,.3);font-size:1.1em}#
|
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:700;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,.3);box-shadow:0 2px 1px -1px rgba(0,0,0,.3);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}}.fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px!important}.fs-notice.success{color:green}.fs-notice.promotion{border-color:#00a0d2!important;background-color:#f2fcff!important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{cursor:pointer;color:#aaa;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{margin-top:7px;display:inline-block}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,.3);color:#fff;padding:2px 10px;position:absolute;top:100%;bottom:auto;right:auto;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;left:10px;font-size:12px;font-weight:700;cursor:auto}div.fs-notice.promotion,div.fs-notice.success,div.fs-notice.updated{display:block!important}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{position:fixed;top:32px;left:160px;right:0;background:#ebfdeb;padding:10px 20px;color:green;z-index:9999;-moz-box-shadow:0 2px 2px rgba(6,113,6,.3);-webkit-box-shadow:0 2px 2px rgba(6,113,6,.3);box-shadow:0 2px 2px rgba(6,113,6,.3);opacity:.95;filter:alpha(opacity=95)}.fs-secure-notice:hover{opacity:1;filter:alpha(opacity=100)}.fs-secure-notice a.fs-security-proof{color:green;text-decoration:none}@media screen and (max-width:960px){.fs-secure-notice{left:36px}}@media screen and (max-width:600px){.fs-secure-notice{display:none}}@media screen and (max-width: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:#adff2f}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}.fs-ajax-spinner{border:0;width:20px;height:20px;margin-right:5px;vertical-align:sub;display:inline-block;background:url(/wp-admin/images/wpspin_light-2x.gif);background-size:contain}.wrap.fs-section h2{text-align:left}.plugins p.fs-upgrade-notice{border:0;background-color:#d54e21;padding:10px;color:#f9f9f9;margin-top:10px}
|
freemius/assets/css/admin/deactivation-feedback.css
DELETED
@@ -1 +0,0 @@
|
|
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 .fs-modal-dialog li.reason{margin-bottom:10px}.fs-modal .fs-modal-dialog li.reason .reason-input,.fs-modal .fs-modal-dialog li.reason .internal-message{margin-left:29px}.fs-modal .fs-modal-dialog li.reason label{display:table}.fs-modal .fs-modal-dialog li.reason label>span{display:table-cell;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-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body h2{font-size:20px}.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:not(.active){display:none}.fs-modal .reason-input,.fs-modal .internal-message{margin:3px 0 3px 22px}.fs-modal .reason-input input,.fs-modal .reason-input textarea,.fs-modal .internal-message input,.fs-modal .internal-message textarea{width:100%}.fs-modal li.reason.has-internal-message .internal-message{border:1px solid #ccc;padding:7px;display:none}body.has-fs-modal{overflow:hidden}#the-list .deactivate>.fs-slug{display:none}
|
|
freemius/assets/css/admin/deactivation-feedback.min.css
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
.fs-modal{position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,.6)}.fs-modal .fs-modal-dialog{background:0 0;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 .fs-modal-dialog li.reason{margin-bottom:10px}.fs-modal .fs-modal-dialog li.reason .internal-message,.fs-modal .fs-modal-dialog li.reason .reason-input{margin-left:29px}.fs-modal .fs-modal-dialog li.reason label{display:table}.fs-modal .fs-modal-dialog li.reason label>span{display:table-cell;font-size:1.3em}}.fs-modal.active,.fs-modal.active:before{display:block}#the-list .deactivate>.fs-slug,.fs-modal .fs-modal-panel:not(.active){display:none}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body h2{font-size:20px}.fs-modal .fs-modal-body>div{margin-top:10px}.fs-modal .fs-modal-body>div h2{font-weight:700;font-size:20px;margin-top:0}.fs-modal .fs-modal-footer{border-top:#eee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:first-child{margin:0}.fs-modal .internal-message,.fs-modal .reason-input{margin:3px 0 3px 22px}.fs-modal .internal-message input,.fs-modal .internal-message textarea,.fs-modal .reason-input input,.fs-modal .reason-input textarea{width:100%}.fs-modal li.reason.has-internal-message .internal-message{border:1px solid #ccc;padding:7px;display:none}body.has-fs-modal{overflow:hidden}
|
|
freemius/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-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}
|
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}
|
freemius/assets/css/admin/dialog-boxes.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
#multisite_options_container a,.fs-modal .fs-modal-header .fs-close .dashicons,.fs-modal .fs-modal-header .fs-close:hover .dashicons{text-decoration:none}.fs-modal{position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,.6)}.fs-modal .fs-modal-dialog{background:0 0;position:absolute;left:50%;margin-left:-298px;padding-bottom:30px;top:-100%;z-index:100001;width:596px}#license_options_container table,#license_options_container table #available_license_key,#license_options_container table select,.fs-modal.fs-modal-deactivation-feedback .internal-message input,.fs-modal.fs-modal-deactivation-feedback .internal-message textarea,.fs-modal.fs-modal-deactivation-feedback .reason-input input,.fs-modal.fs-modal-deactivation-feedback .reason-input textarea,.fs-modal.fs-modal-license-activation .fs-modal-body input.license_key{width:100%}@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,.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal.fs-success .fs-modal-header{border-bottom-color:#46b450}.fs-modal.fs-success .fs-modal-body{background-color:#f7fff7}.fs-modal.fs-warn .fs-modal-header{border-bottom-color:#ffb900}.fs-modal.fs-warn .fs-modal-body{background-color:#fff8e5}.fs-modal.fs-error .fs-modal-header{border-bottom-color:#dc3232}.fs-modal.fs-error .fs-modal-body{background-color:#ffeaea}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-header{border-bottom:#eee solid 1px;background:#fbfbfb;padding:15px 20px;position:relative;margin-bottom:-10px}.fs-modal .fs-modal-header h4{margin:0;padding:0;text-transform:uppercase;font-size:1.2em;font-weight:700;color:#cacaca;text-shadow:1px 1px 1px #fff;letter-spacing:.6px;-webkit-font-smoothing:antialiased}.fs-modal .fs-modal-header .fs-close{position:absolute;right:10px;top:12px;cursor:pointer;color:#bbb;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;padding:3px;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.fs-modal .fs-modal-header .fs-close:hover{color:#fff;background:#aaa}.fs-modal .fs-modal-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:700;font-size:20px;margin-top:0}.fs-modal .fs-modal-footer{border-top:#eee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button: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 .internal-message,.fs-modal.fs-modal-deactivation-feedback .reason-input{margin:3px 0 3px 22px}.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 .internal-message,.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .reason-input{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}}#multisite_options_container.apply-on-all-sites #all_sites_options td:not(:first-child),#the-list .deactivate>.fs-slug{display:none}.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}#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:focus{box-shadow:none}#multisite_options_container a.selected{font-weight:700}#multisite_options_container.apply-on-all-sites{border:0;padding:0}#multisite_options_container.apply-on-all-sites #all_sites_options{border-spacing:0}#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}}.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:.3;-o-transform:.3;-ms-transform:.3;-webkit-transform:.3;transform:.3}.fs-ajax-loader .fs-ajax-loader-bar-1{left:0;animation-delay:.6s;-o-animation-delay:.6s;-ms-animation-delay:.6s;-webkit-animation-delay:.6s;-moz-animation-delay:.6s}.fs-ajax-loader .fs-ajax-loader-bar-2{left:19px;animation-delay:.75s;-o-animation-delay:.75s;-ms-animation-delay:.75s;-webkit-animation-delay:.75s;-moz-animation-delay:.75s}.fs-ajax-loader .fs-ajax-loader-bar-3{left:38px;animation-delay:.9s;-o-animation-delay:.9s;-ms-animation-delay:.9s;-webkit-animation-delay:.9s;-moz-animation-delay:.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(.3);-o-transform:scale(.3);-ms-transform:scale(.3);-webkit-transform:scale(.3);transform:scale(.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(.3);-o-transform:scale(.3);-ms-transform:scale(.3);-webkit-transform:scale(.3);transform:scale(.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(.3);-o-transform:scale(.3);-ms-transform:scale(.3);-webkit-transform:scale(.3);transform:scale(.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(.3);-o-transform:scale(.3);-ms-transform:scale(.3);-webkit-transform:scale(.3);transform:scale(.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(.3);-o-transform:scale(.3);-ms-transform:scale(.3);-webkit-transform:scale(.3);transform:scale(.3);background-color:#fff}}.fs-modal-auto-install #request-filesystem-credentials-form .request-filesystem-credentials-action-buttons,.fs-modal-auto-install #request-filesystem-credentials-form h2{display:none}.fs-modal-auto-install #request-filesystem-credentials-form input[type=email],.fs-modal-auto-install #request-filesystem-credentials-form input[type=password],.fs-modal-auto-install #request-filesystem-credentials-form input[type=text]{-webkit-appearance:none;padding:10px 10px 5px;width:300px;max-width:100%}.fs-modal-auto-install #request-filesystem-credentials-form fieldset,.fs-modal-auto-install #request-filesystem-credentials-form label,.fs-modal-auto-install #request-filesystem-credentials-form>div{width:300px;max-width:100%;margin:0 auto;display:block}
|
1 |
+
#multisite_options_container a,.fs-modal .fs-modal-header .fs-close .dashicons,.fs-modal .fs-modal-header .fs-close:hover .dashicons{text-decoration:none}.fs-modal{position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,.6)}.fs-modal .fs-modal-dialog{background:0 0;position:absolute;left:50%;margin-left:-298px;padding-bottom:30px;top:-100%;z-index:100001;width:596px}#license_options_container table,#license_options_container table #available_license_key,#license_options_container table select,.fs-modal.fs-modal-deactivation-feedback .internal-message input,.fs-modal.fs-modal-deactivation-feedback .internal-message textarea,.fs-modal.fs-modal-deactivation-feedback .reason-input input,.fs-modal.fs-modal-deactivation-feedback .reason-input textarea,.fs-modal.fs-modal-license-activation .fs-modal-body input.license_key{width:100%}@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,.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal.fs-success .fs-modal-header{border-bottom-color:#46b450}.fs-modal.fs-success .fs-modal-body{background-color:#f7fff7}.fs-modal.fs-warn .fs-modal-header{border-bottom-color:#ffb900}.fs-modal.fs-warn .fs-modal-body{background-color:#fff8e5}.fs-modal.fs-error .fs-modal-header{border-bottom-color:#dc3232}.fs-modal.fs-error .fs-modal-body{background-color:#ffeaea}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-header{border-bottom:#eee solid 1px;background:#fbfbfb;padding:15px 20px;position:relative;margin-bottom:-10px}.fs-modal .fs-modal-header h4{margin:0;padding:0;text-transform:uppercase;font-size:1.2em;font-weight:700;color:#cacaca;text-shadow:1px 1px 1px #fff;letter-spacing:.6px;-webkit-font-smoothing:antialiased}.fs-modal .fs-modal-header .fs-close{position:absolute;right:10px;top:12px;cursor:pointer;color:#bbb;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;padding:3px;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.fs-modal .fs-modal-header .fs-close:hover{color:#fff;background:#aaa}.fs-modal .fs-modal-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:700;font-size:20px;margin-top:0}.fs-modal .fs-modal-footer{border-top:#eee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button: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 .internal-message,.fs-modal.fs-modal-deactivation-feedback .reason-input{margin:3px 0 3px 22px}.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 .internal-message,.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .reason-input{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:700;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}#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:focus{box-shadow:none}#multisite_options_container a.selected{font-weight:700}#multisite_options_container.apply-on-all-sites{border:0;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}}.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:.3;-o-transform:.3;-ms-transform:.3;-webkit-transform:.3;transform:.3}.fs-ajax-loader .fs-ajax-loader-bar-1{left:0;animation-delay:.6s;-o-animation-delay:.6s;-ms-animation-delay:.6s;-webkit-animation-delay:.6s;-moz-animation-delay:.6s}.fs-ajax-loader .fs-ajax-loader-bar-2{left:19px;animation-delay:.75s;-o-animation-delay:.75s;-ms-animation-delay:.75s;-webkit-animation-delay:.75s;-moz-animation-delay:.75s}.fs-ajax-loader .fs-ajax-loader-bar-3{left:38px;animation-delay:.9s;-o-animation-delay:.9s;-ms-animation-delay:.9s;-webkit-animation-delay:.9s;-moz-animation-delay:.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(.3);-o-transform:scale(.3);-ms-transform:scale(.3);-webkit-transform:scale(.3);transform:scale(.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(.3);-o-transform:scale(.3);-ms-transform:scale(.3);-webkit-transform:scale(.3);transform:scale(.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(.3);-o-transform:scale(.3);-ms-transform:scale(.3);-webkit-transform:scale(.3);transform:scale(.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(.3);-o-transform:scale(.3);-ms-transform:scale(.3);-webkit-transform:scale(.3);transform:scale(.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(.3);-o-transform:scale(.3);-ms-transform:scale(.3);-webkit-transform:scale(.3);transform:scale(.3);background-color:#fff}}.fs-modal-auto-install #request-filesystem-credentials-form .request-filesystem-credentials-action-buttons,.fs-modal-auto-install #request-filesystem-credentials-form h2{display:none}.fs-modal-auto-install #request-filesystem-credentials-form input[type=email],.fs-modal-auto-install #request-filesystem-credentials-form input[type=password],.fs-modal-auto-install #request-filesystem-credentials-form input[type=text]{-webkit-appearance:none;padding:10px 10px 5px;width:300px;max-width:100%}.fs-modal-auto-install #request-filesystem-credentials-form fieldset,.fs-modal-auto-install #request-filesystem-credentials-form label,.fs-modal-auto-install #request-filesystem-credentials-form>div{width:300px;max-width:100%;margin:0 auto;display:block}.button-primary.warn{box-shadow:0 1px 0 #d2593c;text-shadow:0 -1px 1px #d2593c,1px 0 1px #d2593c,0 1px 1px #d2593c,-1px 0 1px #d2593c;background:#f56a48;border-color:#ec6544 #d2593c #d2593c}.button-primary.warn:hover{background:#fd6d4a;border-color:#d2593c}.button-primary.warn:focus{box-shadow:0 1px 0 #dd6041,0 0 2px 1px #e4a796}.button-primary.warn:active{background:#dd6041;border-color:#d2593c;box-shadow:inset 0 2px 0 #d2593c}.button-primary.warn.disabled{color:#f5b3a1!important;background:#e76444!important;border-color:#d85e40!important;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important}
|
freemius/assets/css/admin/license-activation.css
DELETED
@@ -1 +0,0 @@
|
|
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-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body .license-activation-message{margin:0;display:none}.fs-modal .fs-modal-body input.license_key{width:100%}.fs-modal .fs-modal-body p{font-size:14px}.fs-modal .fs-modal-body h2{font-size:20px}.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:not(.active){display:none}body.has-fs-modal{overflow:hidden}
|
|
freemius/assets/css/admin/license-activation.min.css
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
.fs-modal{position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,.6)}.fs-modal .fs-modal-dialog{background:0 0;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,.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body .license-activation-message{margin:0;display:none}.fs-modal .fs-modal-body input.license_key{width:100%}.fs-modal .fs-modal-body p{font-size:14px}.fs-modal .fs-modal-body h2{font-size:20px}.fs-modal .fs-modal-body>div{margin-top:10px}.fs-modal .fs-modal-body>div h2{font-weight:700;font-size:20px;margin-top:0}.fs-modal .fs-modal-footer{border-top:#eee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:first-child{margin:0}.fs-modal .fs-modal-panel:not(.active){display:none}body.has-fs-modal{overflow:hidden}
|
|
freemius/assets/scss/_colors.scss
CHANGED
@@ -44,6 +44,17 @@ $button-secondary-bkg: #333;
|
|
44 |
$button-secondary-color: $fms-white;
|
45 |
$featured-color: #6bc406;
|
46 |
$wp-selected-color: #0074a3;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
$wordpress_color: #01749A;
|
49 |
$blogger_color: #ff8100;
|
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;
|
freemius/assets/scss/admin/_buttons.scss
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
}
|
freemius/assets/scss/admin/_plugin-upgrade-notice.scss
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
}
|
freemius/assets/scss/admin/_subscription-cancellation.scss
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
}
|
freemius/assets/scss/admin/common.scss
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
@import "../start";
|
2 |
@import "themes";
|
3 |
|
4 |
-
#
|
5 |
{
|
6 |
line-height: 0;
|
7 |
font-size: 0;
|
@@ -215,4 +215,6 @@ span.fs-submenu-item.fs-sub:before
|
|
215 |
h2 {
|
216 |
text-align: left;
|
217 |
}
|
218 |
-
}
|
|
|
|
1 |
@import "../start";
|
2 |
@import "themes";
|
3 |
|
4 |
+
#fs_frame
|
5 |
{
|
6 |
line-height: 0;
|
7 |
font-size: 0;
|
215 |
h2 {
|
216 |
text-align: left;
|
217 |
}
|
218 |
+
}
|
219 |
+
|
220 |
+
@import "plugin-upgrade-notice";
|
freemius/assets/scss/admin/dialog-boxes.scss
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
@import "../start";
|
2 |
@import "modal-common";
|
3 |
@import "deactivation-feedback";
|
|
|
4 |
@import "license-activation";
|
5 |
@import "multisite-options";
|
6 |
@import "license-key-resend";
|
7 |
@import "ajax-loader";
|
8 |
-
@import "auto-install";
|
|
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";
|
freemius/includes/class-freemius.php
CHANGED
@@ -33,6 +33,12 @@
|
|
33 |
* @var string
|
34 |
*/
|
35 |
private $_plugin_basename;
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
/**
|
37 |
* @since 1.0.0
|
38 |
*
|
@@ -671,11 +677,12 @@
|
|
671 |
version_compare( $sdk_version, '1.2.3', '>=' )
|
672 |
) {
|
673 |
/**
|
674 |
-
* Starting from version 1.2.3, paths are stored as relative
|
|
|
675 |
*
|
676 |
* @author Leo Fajardo (@leorw)
|
677 |
*/
|
678 |
-
$this->
|
679 |
}
|
680 |
|
681 |
if ( version_compare( $sdk_prev_version, '1.1.5', '<' ) &&
|
@@ -699,6 +706,25 @@
|
|
699 |
|
700 |
}
|
701 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
702 |
}
|
703 |
|
704 |
/**
|
@@ -824,30 +850,12 @@
|
|
824 |
}
|
825 |
|
826 |
/**
|
827 |
-
*
|
828 |
*
|
829 |
* @author Leo Fajardo (@leorw)
|
830 |
* @since 1.2.3
|
831 |
*/
|
832 |
-
private function
|
833 |
-
$id_slug_type_path_map = self::$_accounts->get_option( 'id_slug_type_path_map', array() );
|
834 |
-
|
835 |
-
if ( isset( $id_slug_type_path_map[ $this->_module_id ]['path'] ) ) {
|
836 |
-
$id_slug_type_path_map[ $this->_module_id ]['path'] = $this->get_relative_path( $id_slug_type_path_map[ $this->_module_id ]['path'] );
|
837 |
-
|
838 |
-
self::$_accounts->set_option( 'id_slug_type_path_map', $id_slug_type_path_map, true );
|
839 |
-
}
|
840 |
-
|
841 |
-
if ( isset( $this->_storage->plugin_main_file ) ) {
|
842 |
-
$plugin_main_file = $this->_storage->plugin_main_file;
|
843 |
-
|
844 |
-
if ( isset( $plugin_main_file->path ) ) {
|
845 |
-
$this->_storage->plugin_main_file->path = $this->get_relative_path( $this->_storage->plugin_main_file->path );
|
846 |
-
} else if ( isset( $plugin_main_file->prev_path ) ) {
|
847 |
-
$this->_storage->plugin_main_file->prev_path = $this->get_relative_path( $this->_storage->plugin_main_file->prev_path );
|
848 |
-
}
|
849 |
-
}
|
850 |
-
|
851 |
// Remove invalid path that is still associated with the current slug if there's any.
|
852 |
$file_slug_map = self::$_accounts->get_option( 'file_slug_map', array() );
|
853 |
foreach ( $file_slug_map as $plugin_basename => $slug ) {
|
@@ -1230,6 +1238,22 @@
|
|
1230 |
<?php
|
1231 |
}
|
1232 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1233 |
/**
|
1234 |
* @author Vova Feldman (@svovaf)
|
1235 |
* @since 1.0.9
|
@@ -1241,6 +1265,26 @@
|
|
1241 |
add_action( 'plugins_loaded', array( &$this, '_hook_action_links_and_register_account_hooks' ) );
|
1242 |
|
1243 |
if ( $this->is_plugin() ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1244 |
$plugin_dir = dirname( $this->_plugin_dir_path ) . '/';
|
1245 |
|
1246 |
/**
|
@@ -1408,6 +1452,84 @@
|
|
1408 |
}
|
1409 |
}
|
1410 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1411 |
/**
|
1412 |
* Keeping the uninstall hook registered for free or premium plugin version may result to a fatal error that
|
1413 |
* could happen when a user tries to uninstall either version while one of them is still active. Uninstalling a
|
@@ -1428,23 +1550,37 @@
|
|
1428 |
|
1429 |
/**
|
1430 |
* @since 1.2.0 Invalidate module's main file cache, otherwise, FS_Plugin_Updater will not fetch updates.
|
|
|
|
|
1431 |
*/
|
1432 |
-
private function clear_module_main_file_cache() {
|
1433 |
if ( ! isset( $this->_storage->plugin_main_file ) ||
|
1434 |
-
|
1435 |
) {
|
1436 |
return;
|
1437 |
}
|
1438 |
|
1439 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1440 |
|
1441 |
-
|
1442 |
-
|
1443 |
|
1444 |
-
|
1445 |
-
|
1446 |
|
1447 |
-
|
|
|
1448 |
|
1449 |
/**
|
1450 |
* Clear global cached path.
|
@@ -1491,6 +1627,11 @@
|
|
1491 |
array( &$this, '_submit_uninstall_reason_action' )
|
1492 |
);
|
1493 |
|
|
|
|
|
|
|
|
|
|
|
1494 |
if ( ! $this->is_addon() || $this->is_parent_plugin_installed() ) {
|
1495 |
if ( ( $this->is_plugin() && self::is_plugins_page() ) ||
|
1496 |
( $this->is_theme() && self::is_themes_page() )
|
@@ -1615,7 +1756,7 @@
|
|
1615 |
|
1616 |
return fs_normalize_path( trailingslashit( $is_plugin ?
|
1617 |
WP_PLUGIN_DIR :
|
1618 |
-
get_theme_root() ) );
|
1619 |
}
|
1620 |
|
1621 |
/**
|
@@ -1680,11 +1821,11 @@
|
|
1680 |
private function get_caller_main_file_and_type() {
|
1681 |
self::require_plugin_essentials();
|
1682 |
|
1683 |
-
$all_plugins =
|
1684 |
$all_plugins_paths = array();
|
1685 |
|
1686 |
// Get active plugin's main files real full names (might be symlinks).
|
1687 |
-
foreach ( $all_plugins as $relative_path =>
|
1688 |
if ( false === strpos( fs_normalize_path( $relative_path ), '/' ) ) {
|
1689 |
/**
|
1690 |
* Ignore plugins that don't have a folder (e.g. Hello Dolly) since they
|
@@ -1702,7 +1843,7 @@
|
|
1702 |
$caller_file_candidate = false;
|
1703 |
$caller_map = array();
|
1704 |
$module_type = WP_FS__MODULE_TYPE_PLUGIN;
|
1705 |
-
$themes_dir = fs_normalize_path( get_theme_root() );
|
1706 |
|
1707 |
for ( $i = 1, $bt = debug_backtrace(), $len = count( $bt ); $i < $len; $i ++ ) {
|
1708 |
if ( empty( $bt[ $i ]['file'] ) ) {
|
@@ -1722,7 +1863,10 @@
|
|
1722 |
'requir' . 'e_once',
|
1723 |
'requir' . 'e',
|
1724 |
'includ' . 'e_once',
|
1725 |
-
'includ' . 'e'
|
|
|
|
|
|
|
1726 |
) )
|
1727 |
) {
|
1728 |
// Ignore call stack hooks and files inclusion.
|
@@ -2058,6 +2202,51 @@
|
|
2058 |
exit;
|
2059 |
}
|
2060 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2061 |
/**
|
2062 |
* @author Leo Fajardo (@leorw)
|
2063 |
* @since 2.0.2
|
@@ -2134,16 +2323,18 @@
|
|
2134 |
* @since 1.2.2
|
2135 |
*
|
2136 |
* @param string|number $id_or_slug
|
|
|
2137 |
*
|
2138 |
* @return number|false
|
2139 |
*/
|
2140 |
-
private static function get_module_id( $id_or_slug ) {
|
2141 |
if ( is_numeric( $id_or_slug ) ) {
|
2142 |
return $id_or_slug;
|
2143 |
}
|
2144 |
|
2145 |
foreach ( self::$_instances as $instance ) {
|
2146 |
-
|
|
|
2147 |
return $instance->get_id();
|
2148 |
}
|
2149 |
}
|
@@ -2170,15 +2361,16 @@
|
|
2170 |
* @author Vova Feldman (@svovaf)
|
2171 |
* @since 1.0.1
|
2172 |
*
|
2173 |
-
* @param $plugin_file
|
|
|
2174 |
*
|
2175 |
* @return false|Freemius
|
2176 |
*/
|
2177 |
-
static function get_instance_by_file( $plugin_file ) {
|
2178 |
$slug = self::find_slug_by_basename( $plugin_file );
|
2179 |
|
2180 |
return ( false !== $slug ) ?
|
2181 |
-
self::instance( self::get_module_id( $slug ) ) :
|
2182 |
false;
|
2183 |
}
|
2184 |
|
@@ -2292,10 +2484,13 @@
|
|
2292 |
function is_site_activation_mode( $and_on = true ) {
|
2293 |
return (
|
2294 |
( $this->is_on() || ! $and_on ) &&
|
2295 |
-
(
|
2296 |
-
|
2297 |
-
|
2298 |
-
|
|
|
|
|
|
|
2299 |
);
|
2300 |
}
|
2301 |
|
@@ -2330,7 +2525,7 @@
|
|
2330 |
return false;
|
2331 |
}
|
2332 |
|
2333 |
-
if ( $this->is_network_anonymous() ) {
|
2334 |
// Super-admin skipped the connection network wide -> not activation mode.
|
2335 |
return false;
|
2336 |
}
|
@@ -2451,7 +2646,7 @@
|
|
2451 |
self::require_plugin_essentials();
|
2452 |
|
2453 |
$active_plugin = array();
|
2454 |
-
$all_plugins =
|
2455 |
$active_plugins_basenames = self::get_active_plugins_basenames( $blog_id );
|
2456 |
|
2457 |
foreach ( $active_plugins_basenames as $plugin_basename ) {
|
@@ -2477,6 +2672,11 @@
|
|
2477 |
get_option( 'active_plugins' );
|
2478 |
|
2479 |
$active = array();
|
|
|
|
|
|
|
|
|
|
|
2480 |
foreach ( $active_basenames as $basename ) {
|
2481 |
$active[ $basename ] = array(
|
2482 |
'is_active' => true,
|
@@ -2501,7 +2701,7 @@
|
|
2501 |
private static function get_all_plugins( $blog_id = 0 ) {
|
2502 |
self::require_plugin_essentials();
|
2503 |
|
2504 |
-
$all_plugins =
|
2505 |
|
2506 |
$active_plugins_basenames = self::get_active_plugins_basenames( $blog_id );
|
2507 |
|
@@ -2533,7 +2733,7 @@
|
|
2533 |
private static function get_network_plugins() {
|
2534 |
self::require_plugin_essentials();
|
2535 |
|
2536 |
-
$all_plugins =
|
2537 |
|
2538 |
$network_active_basenames = is_multisite() ?
|
2539 |
get_site_option( 'active_sitewide_plugins' ) :
|
@@ -2677,6 +2877,8 @@
|
|
2677 |
}
|
2678 |
|
2679 |
add_action( 'admin_footer', array( 'Freemius', '_enrich_ajax_url' ) );
|
|
|
|
|
2680 |
|
2681 |
self::$_statics_loaded = true;
|
2682 |
}
|
@@ -2775,6 +2977,10 @@
|
|
2775 |
* @since 1.1.7.3
|
2776 |
*/
|
2777 |
static function _toggle_debug_mode() {
|
|
|
|
|
|
|
|
|
2778 |
$is_on = fs_request_get( 'is_on', false, 'post' );
|
2779 |
|
2780 |
if ( fs_request_is_post() && in_array( $is_on, array( 0, 1 ) ) ) {
|
@@ -2806,8 +3012,16 @@
|
|
2806 |
* @since 1.2.1.7
|
2807 |
*/
|
2808 |
static function _get_db_option() {
|
|
|
|
|
2809 |
$option_name = fs_request_get( 'option_name' );
|
2810 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2811 |
$value = get_option( $option_name );
|
2812 |
|
2813 |
$result = array(
|
@@ -2830,7 +3044,16 @@
|
|
2830 |
* @since 1.2.1.7
|
2831 |
*/
|
2832 |
static function _set_db_option() {
|
2833 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2834 |
$option_value = fs_request_get( 'option_value' );
|
2835 |
|
2836 |
if ( ! empty( $option_value ) ) {
|
@@ -4068,14 +4291,16 @@
|
|
4068 |
* @author Vova Feldman (@svovaf)
|
4069 |
*/
|
4070 |
if ( $this->is_user_in_admin() &&
|
4071 |
-
|
4072 |
-
$this->
|
4073 |
-
|
4074 |
-
|
|
|
|
|
4075 |
) {
|
4076 |
require_once WP_FS__DIR_INCLUDES . '/fs-plugin-info-dialog.php';
|
4077 |
|
4078 |
-
new FS_Plugin_Info_Dialog( $this );
|
4079 |
}
|
4080 |
|
4081 |
// Check if Freemius is on for the current plugin.
|
@@ -4189,7 +4414,21 @@
|
|
4189 |
* @author Vova Feldman
|
4190 |
* @since 1.2.1.6
|
4191 |
*/
|
4192 |
-
if (
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4193 |
FS_Plugin_Updater::instance( $this );
|
4194 |
}
|
4195 |
|
@@ -4232,6 +4471,26 @@
|
|
4232 |
}
|
4233 |
}
|
4234 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4235 |
/**
|
4236 |
* @author Leo Fajardo (@leorw)
|
4237 |
*
|
@@ -4668,16 +4927,20 @@
|
|
4668 |
$this->_plugin :
|
4669 |
new FS_Plugin();
|
4670 |
|
|
|
|
|
4671 |
$plugin->update( array(
|
4672 |
'id' => $id,
|
4673 |
'type' => $this->get_option( $plugin_info, 'type', $this->_module_type ),
|
4674 |
'public_key' => $public_key,
|
4675 |
'slug' => $this->_slug,
|
|
|
4676 |
'parent_plugin_id' => $parent_id,
|
4677 |
'version' => $this->get_plugin_version(),
|
4678 |
-
'title' => $this->get_plugin_name(),
|
4679 |
'file' => $this->_plugin_basename,
|
4680 |
'is_premium' => $this->get_bool_option( $plugin_info, 'is_premium', true ),
|
|
|
4681 |
'is_live' => $this->get_bool_option( $plugin_info, 'is_live', true ),
|
4682 |
'affiliate_moderation' => $this->get_option( $plugin_info, 'has_affiliation' ),
|
4683 |
) );
|
@@ -5058,7 +5321,7 @@
|
|
5058 |
}
|
5059 |
|
5060 |
$addon = $this->get_addon( $addon_id );
|
5061 |
-
$premium_basename = "{$addon->
|
5062 |
|
5063 |
if ( file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $premium_basename ) ) ) {
|
5064 |
return $premium_basename;
|
@@ -5066,9 +5329,9 @@
|
|
5066 |
|
5067 |
$all_plugins = $this->get_all_plugins();
|
5068 |
|
5069 |
-
foreach ( $all_plugins as $basename =>
|
5070 |
if ( $addon->slug === $data['slug'] ||
|
5071 |
-
$addon->
|
5072 |
) {
|
5073 |
return $basename;
|
5074 |
}
|
@@ -5308,7 +5571,7 @@
|
|
5308 |
if ( ! isset( $this->_is_anonymous ) ) {
|
5309 |
if ( $this->is_network_anonymous() ) {
|
5310 |
$this->_is_anonymous = true;
|
5311 |
-
} else {
|
5312 |
if ( ! isset( $this->_storage->is_anonymous ) ) {
|
5313 |
// Not skipped.
|
5314 |
$this->_is_anonymous = false;
|
@@ -5499,6 +5762,20 @@
|
|
5499 |
$this->_storage->store( "{$name}_timestamp", time() );
|
5500 |
}
|
5501 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5502 |
/**
|
5503 |
* Check if cron was executed in the last $period of seconds.
|
5504 |
*
|
@@ -5513,7 +5790,7 @@
|
|
5513 |
private function is_cron_executed( $name, $period = WP_FS__TIME_24_HOURS_IN_SEC ) {
|
5514 |
$this->_logger->entrance( $name );
|
5515 |
|
5516 |
-
$last_execution = $this->
|
5517 |
|
5518 |
if ( ! is_numeric( $last_execution ) ) {
|
5519 |
return false;
|
@@ -5774,12 +6051,14 @@
|
|
5774 |
}
|
5775 |
}
|
5776 |
|
|
|
|
|
5777 |
foreach ( $users_2_blog_ids as $user_id => $blog_ids ) {
|
5778 |
if ( 0 < $blog_ids[0] ) {
|
5779 |
$this->switch_to_blog( $blog_ids[0] );
|
5780 |
}
|
5781 |
|
5782 |
-
call_user_func_array( $callable, array( $blog_ids ) );
|
5783 |
|
5784 |
foreach ( $blog_ids as $blog_id ) {
|
5785 |
$this->do_action( "after_{$name}_cron", $blog_id );
|
@@ -5787,6 +6066,8 @@
|
|
5787 |
}
|
5788 |
|
5789 |
if ( is_multisite() ) {
|
|
|
|
|
5790 |
$this->do_action( "after_{$name}_cron_multisite" );
|
5791 |
}
|
5792 |
}
|
@@ -5858,13 +6139,16 @@
|
|
5858 |
* @author Vova Feldman (@svovaf)
|
5859 |
* @since 2.0.0
|
5860 |
*
|
5861 |
-
* @param int[]
|
|
|
|
|
|
|
5862 |
*/
|
5863 |
-
function _sync_cron_method( array $blog_ids ) {
|
5864 |
if ( $this->is_registered() ) {
|
5865 |
if ( $this->has_paid_plan() ) {
|
5866 |
// Initiate background plan sync.
|
5867 |
-
$this->_sync_license( true );
|
5868 |
|
5869 |
if ( $this->is_paying() ) {
|
5870 |
// Check for premium plugin updates.
|
@@ -6079,9 +6363,10 @@
|
|
6079 |
* @author Vova Feldman (@svovaf)
|
6080 |
* @since 2.0.0
|
6081 |
*
|
6082 |
-
* @param int[]
|
|
|
6083 |
*/
|
6084 |
-
function _sync_install_cron_method( array $blog_ids ) {
|
6085 |
if ( $this->is_registered() ) {
|
6086 |
if ( 1 < count( $blog_ids ) ) {
|
6087 |
$this->sync_installs( array(), true );
|
@@ -6185,6 +6470,7 @@
|
|
6185 |
if ( ! $this->is_addon() &&
|
6186 |
! ( ! $this->_is_network_active && fs_is_network_admin() ) &&
|
6187 |
(
|
|
|
6188 |
// Not registered nor anonymous.
|
6189 |
( ! $this->is_registered() && ! $this->is_anonymous() ) ||
|
6190 |
// OR, network level and in network upgrade mode.
|
@@ -6201,14 +6487,18 @@
|
|
6201 |
* @since 1.2.2
|
6202 |
*/
|
6203 |
if ( $this->is_theme()
|
6204 |
-
&& $this->is_only_premium()
|
6205 |
&& ! $this->has_settings_menu()
|
6206 |
&& ! isset( $_REQUEST['fs_action'] )
|
6207 |
&& $this->can_activate_previous_theme()
|
6208 |
) {
|
6209 |
-
$this->
|
|
|
|
|
|
|
6210 |
|
6211 |
-
|
|
|
|
|
6212 |
}
|
6213 |
|
6214 |
if ( ! fs_is_network_admin() &&
|
@@ -6308,7 +6598,7 @@
|
|
6308 |
$this->_module_type,
|
6309 |
sprintf( '<b><a href="%s">%s</a></b>',
|
6310 |
$this->get_activation_url(),
|
6311 |
-
sprintf( $this->get_text_inline( 'Opt in to make "%s"
|
6312 |
)
|
6313 |
),
|
6314 |
'connect_account',
|
@@ -6770,6 +7060,20 @@
|
|
6770 |
}
|
6771 |
}
|
6772 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6773 |
if ( ! isset( $this->_storage->is_plugin_new_install ) ) {
|
6774 |
/**
|
6775 |
* If no previous version of plugin's version exist, it means that it's either
|
@@ -7039,7 +7343,7 @@
|
|
7039 |
private function remove_sdk_reference() {
|
7040 |
global $fs_active_plugins;
|
7041 |
|
7042 |
-
foreach ( $fs_active_plugins->plugins as $sdk_path =>
|
7043 |
if ( $this->_plugin_basename == $data->plugin_path ) {
|
7044 |
unset( $fs_active_plugins->plugins[ $sdk_path ] );
|
7045 |
break;
|
@@ -7221,6 +7525,23 @@
|
|
7221 |
}
|
7222 |
}
|
7223 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7224 |
/**
|
7225 |
* Clears the anonymous mode and redirects to the opt-in screen.
|
7226 |
*
|
@@ -7234,6 +7555,8 @@
|
|
7234 |
|
7235 |
$this->reset_anonymous_mode( fs_is_network_admin() );
|
7236 |
|
|
|
|
|
7237 |
fs_redirect( $this->get_activation_url() );
|
7238 |
}
|
7239 |
|
@@ -7673,39 +7996,43 @@
|
|
7673 |
$include_plugins = true,
|
7674 |
$include_themes = true
|
7675 |
) {
|
7676 |
-
|
7677 |
-
|
7678 |
-
|
7679 |
-
|
7680 |
-
$
|
7681 |
-
|
7682 |
-
$
|
|
|
|
|
7683 |
}
|
7684 |
}
|
7685 |
-
|
7686 |
-
|
7687 |
-
|
7688 |
-
|
7689 |
-
|
7690 |
-
if ( !
|
7691 |
-
$
|
|
|
|
|
|
|
7692 |
}
|
7693 |
}
|
7694 |
|
7695 |
-
|
7696 |
-
|
7697 |
-
|
7698 |
-
'
|
7699 |
-
'
|
7700 |
-
'
|
7701 |
-
'
|
7702 |
-
'
|
7703 |
-
'
|
7704 |
-
'url' => get_site_url(),
|
7705 |
// Special params.
|
7706 |
-
'is_active'
|
7707 |
-
'is_disconnected'
|
7708 |
-
'is_uninstalled'
|
7709 |
), $override );
|
7710 |
}
|
7711 |
|
@@ -7750,12 +8077,10 @@
|
|
7750 |
// }
|
7751 |
|
7752 |
// Common properties.
|
7753 |
-
$
|
7754 |
-
|
7755 |
-
'
|
7756 |
-
'
|
7757 |
-
'programming_language_version' => phpversion(),
|
7758 |
-
'platform_version' => get_bloginfo( 'version' ),
|
7759 |
), $override );
|
7760 |
|
7761 |
|
@@ -7909,28 +8234,56 @@
|
|
7909 |
$params = $this->get_install_diff_for_api( $check_properties, $this->_site, $override );
|
7910 |
}
|
7911 |
|
7912 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7913 |
if ( ! is_multisite() ) {
|
7914 |
// Update last install sync timestamp.
|
7915 |
$this->set_cron_execution_timestamp( 'install_sync' );
|
7916 |
}
|
7917 |
|
7918 |
$params['uid'] = $this->get_anonymous_id();
|
|
|
7919 |
|
7920 |
-
|
7921 |
-
$site = $this->get_api_site_scope()->call( '/', 'put', $params );
|
7922 |
|
7923 |
-
|
7924 |
-
|
7925 |
-
// I successfully sent install update, clear scheduled sync if exist.
|
7926 |
-
$this->clear_install_sync_cron();
|
7927 |
-
}
|
7928 |
-
}
|
7929 |
|
7930 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7931 |
}
|
7932 |
|
7933 |
-
return
|
7934 |
}
|
7935 |
|
7936 |
/**
|
@@ -7949,24 +8302,70 @@
|
|
7949 |
|
7950 |
$installs_data = $this->get_installs_data_for_api( $override, ! $flush );
|
7951 |
|
|
|
7952 |
if ( empty( $installs_data ) ) {
|
7953 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7954 |
}
|
7955 |
|
7956 |
-
|
7957 |
-
|
|
|
|
|
|
|
|
|
|
|
7958 |
|
7959 |
// Send updated values to FS.
|
7960 |
$result = $this->get_api_user_scope()->call( "/plugins/{$this->_plugin->id}/installs.json", 'put', $installs_data );
|
7961 |
|
7962 |
-
if ( $this->is_api_result_object( $result, 'installs' ) ) {
|
7963 |
-
// I successfully sent installs update, clear scheduled sync if exist.
|
7964 |
$this->clear_install_sync_cron();
|
7965 |
}
|
7966 |
|
7967 |
return $result;
|
7968 |
}
|
7969 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7970 |
/**
|
7971 |
* Update install only if changed.
|
7972 |
*
|
@@ -8171,14 +8570,59 @@
|
|
8171 |
// @todo Decide if we want to delete plugin information from db.
|
8172 |
}
|
8173 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8174 |
/**
|
8175 |
* @author Vova Feldman (@svovaf)
|
8176 |
* @since 1.1.1
|
|
|
8177 |
*
|
8178 |
* @return string
|
8179 |
*/
|
8180 |
function premium_plugin_basename() {
|
8181 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8182 |
}
|
8183 |
|
8184 |
/**
|
@@ -8317,13 +8761,29 @@
|
|
8317 |
}
|
8318 |
|
8319 |
/**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8320 |
* @author Vova Feldman (@svovaf)
|
8321 |
* @since 1.2.1.7
|
8322 |
*
|
8323 |
* @return string Plugin slug.
|
8324 |
*/
|
8325 |
function get_target_folder_name() {
|
8326 |
-
return $this->
|
|
|
|
|
8327 |
}
|
8328 |
|
8329 |
/**
|
@@ -8394,31 +8854,63 @@
|
|
8394 |
* @author Vova Feldman (@svovaf)
|
8395 |
* @since 1.0.9
|
8396 |
*
|
8397 |
-
* @
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8398 |
*/
|
8399 |
-
function
|
8400 |
-
$this->
|
8401 |
|
8402 |
-
|
8403 |
-
|
8404 |
|
8405 |
-
|
8406 |
-
$
|
8407 |
|
8408 |
-
|
8409 |
-
|
8410 |
-
|
|
|
8411 |
|
8412 |
-
|
8413 |
-
|
8414 |
-
|
8415 |
-
|
|
|
8416 |
}
|
8417 |
-
|
8418 |
-
$this->_logger->departure( 'Name = ' . $this->_plugin_name );
|
8419 |
}
|
8420 |
|
8421 |
-
|
8422 |
}
|
8423 |
|
8424 |
/**
|
@@ -9124,7 +9616,16 @@
|
|
9124 |
* @return bool
|
9125 |
*/
|
9126 |
function is_premium() {
|
9127 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9128 |
}
|
9129 |
|
9130 |
/**
|
@@ -10514,6 +11015,56 @@
|
|
10514 |
fs_require_template( 'forms/resend-key.php', $vars );
|
10515 |
}
|
10516 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10517 |
/**
|
10518 |
* @author Leo Fajardo (@leorw)
|
10519 |
* @since 2.0.2
|
@@ -10698,7 +11249,7 @@
|
|
10698 |
'license_key' => $fs->apply_filters( 'license_key', $license_key )
|
10699 |
);
|
10700 |
|
10701 |
-
$install = $api->call( '/', 'put', $params );
|
10702 |
|
10703 |
if ( FS_Api::is_api_error( $install ) ) {
|
10704 |
$error = FS_Api::is_api_error_object( $install ) ?
|
@@ -10791,6 +11342,10 @@
|
|
10791 |
}
|
10792 |
}
|
10793 |
|
|
|
|
|
|
|
|
|
10794 |
$result = array(
|
10795 |
'success' => ( false === $error )
|
10796 |
);
|
@@ -11045,6 +11600,34 @@
|
|
11045 |
static function get_current_page() {
|
11046 |
if ( ! isset( self::$_pagenow ) ) {
|
11047 |
global $pagenow;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11048 |
|
11049 |
self::$_pagenow = $pagenow;
|
11050 |
|
@@ -11076,6 +11659,16 @@
|
|
11076 |
return ( 'plugins.php' === self::get_current_page() );
|
11077 |
}
|
11078 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11079 |
/**
|
11080 |
* @author Leo Fajardo (@leorw)
|
11081 |
* @since 2.0.2
|
@@ -11343,6 +11936,40 @@
|
|
11343 |
return $this->get_upgrade_url( WP_FS__PERIOD_ANNUALLY, true );
|
11344 |
}
|
11345 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11346 |
/**
|
11347 |
* Plugin's pricing URL.
|
11348 |
*
|
@@ -11977,7 +12604,13 @@
|
|
11977 |
* @author Vova Feldman (@svovaf)
|
11978 |
*/
|
11979 |
$args = array(
|
11980 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
11981 |
'archived' => 0,
|
11982 |
'mature' => 0,
|
11983 |
'spam' => 0,
|
@@ -12173,7 +12806,7 @@
|
|
12173 |
|
12174 |
self::$_accounts->set_site_blog_context( $blog_id );
|
12175 |
$this->_storage->set_site_blog_context( $blog_id );
|
12176 |
-
$this->_storage->set_network_active(
|
12177 |
|
12178 |
$this->_site = is_object( $install ) ?
|
12179 |
$install :
|
@@ -13122,6 +13755,12 @@
|
|
13122 |
}
|
13123 |
}
|
13124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
13125 |
if ( $this->is_theme() ) {
|
13126 |
$this->_register_account_hooks();
|
13127 |
}
|
@@ -13187,6 +13826,30 @@
|
|
13187 |
|
13188 |
}
|
13189 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13190 |
/**
|
13191 |
* @author Vova Feldman (@svovaf)
|
13192 |
* @since 1.1.7.4
|
@@ -13208,7 +13871,9 @@
|
|
13208 |
// Return to the module's main page.
|
13209 |
$this->get_after_activation_url( 'after_connect_url', array( 'fs_action' => $activation_action ) );
|
13210 |
|
13211 |
-
$
|
|
|
|
|
13212 |
'user_firstname' => $current_user->user_firstname,
|
13213 |
'user_lastname' => $current_user->user_lastname,
|
13214 |
'user_nickname' => $current_user->user_nicename,
|
@@ -13223,13 +13888,10 @@
|
|
13223 |
'account',
|
13224 |
array( 'fs_action' => 'sync_user' )
|
13225 |
), 'sync_user' ),
|
13226 |
-
'platform_version' => get_bloginfo( 'version' ),
|
13227 |
-
'sdk_version' => $this->version,
|
13228 |
-
'programming_language_version' => phpversion(),
|
13229 |
'is_premium' => $this->is_premium(),
|
13230 |
'is_active' => true,
|
13231 |
'is_uninstalled' => false,
|
13232 |
-
);
|
13233 |
|
13234 |
if ( true === $network_level_or_blog_id ) {
|
13235 |
if ( ! isset( $override_with['sites'] ) ) {
|
@@ -13415,7 +14077,7 @@
|
|
13415 |
'timeout' => WP_FS__DEBUG_SDK ? 60 : 30,
|
13416 |
);
|
13417 |
|
13418 |
-
$url = WP_FS__ADDRESS . '/action/service/user/install/';
|
13419 |
$response = self::safe_remote_post( $url, $request );
|
13420 |
|
13421 |
if ( is_wp_error( $response ) ) {
|
@@ -14572,7 +15234,7 @@
|
|
14572 |
|
14573 |
$hook = false;
|
14574 |
|
14575 |
-
if ( ! $this->
|
14576 |
// Add the opt-in page without a menu item.
|
14577 |
$hook = FS_Admin_Menu_Manager::add_subpage(
|
14578 |
null,
|
@@ -14920,15 +15582,25 @@
|
|
14920 |
}
|
14921 |
}
|
14922 |
|
14923 |
-
if (
|
14924 |
-
|
14925 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14926 |
|
14927 |
-
|
14928 |
-
|
14929 |
-
|
14930 |
-
|
14931 |
-
|
|
|
14932 |
}
|
14933 |
}
|
14934 |
}
|
@@ -14954,16 +15626,6 @@
|
|
14954 |
|
14955 |
foreach ( $this->_menu_items as $priority => $items ) {
|
14956 |
foreach ( $items as $item ) {
|
14957 |
-
if ( $item['show_submenu'] && $is_first_submenu_item ) {
|
14958 |
-
if ( $this->_is_network_active && ! empty( $this->_dynamically_added_top_level_page_hook_name ) ) {
|
14959 |
-
$item['menu_slug'] = '';
|
14960 |
-
|
14961 |
-
$this->_menu->override_menu_item( $item['render_function'] );
|
14962 |
-
}
|
14963 |
-
|
14964 |
-
$is_first_submenu_item = false;
|
14965 |
-
}
|
14966 |
-
|
14967 |
$capability = ( ! empty( $item['capability'] ) ? $item['capability'] : $top_level_menu_capability );
|
14968 |
|
14969 |
$menu_item = sprintf(
|
@@ -14974,12 +15636,13 @@
|
|
14974 |
$item['menu_title']
|
14975 |
);
|
14976 |
|
14977 |
-
$
|
|
|
14978 |
|
14979 |
if ( ! isset( $item['url'] ) ) {
|
14980 |
$hook = FS_Admin_Menu_Manager::add_subpage(
|
14981 |
$item['show_submenu'] ?
|
14982 |
-
$
|
14983 |
null,
|
14984 |
$item['page_title'],
|
14985 |
$menu_item,
|
@@ -14994,7 +15657,7 @@
|
|
14994 |
} else {
|
14995 |
FS_Admin_Menu_Manager::add_subpage(
|
14996 |
$item['show_submenu'] ?
|
14997 |
-
$
|
14998 |
null,
|
14999 |
$item['page_title'],
|
15000 |
$menu_item,
|
@@ -15003,6 +15666,24 @@
|
|
15003 |
array( $this, '' )
|
15004 |
);
|
15005 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15006 |
}
|
15007 |
}
|
15008 |
}
|
@@ -16245,11 +16926,12 @@
|
|
16245 |
* @param bool|number $plugin_id
|
16246 |
* @param bool $flush Since 1.1.7.3
|
16247 |
* @param int $expiration Since 1.2.2.7
|
|
|
16248 |
*
|
16249 |
* @return object|false New plugin tag info if exist.
|
16250 |
*/
|
16251 |
-
private function _fetch_newer_version( $plugin_id = false, $flush = true, $expiration = WP_FS__TIME_24_HOURS_IN_SEC ) {
|
16252 |
-
$latest_tag = $this->_fetch_latest_version( $plugin_id, $flush, $expiration );
|
16253 |
|
16254 |
if ( ! is_object( $latest_tag ) ) {
|
16255 |
return false;
|
@@ -16274,17 +16956,18 @@
|
|
16274 |
* @param bool|number $plugin_id
|
16275 |
* @param bool $flush Since 1.1.7.3
|
16276 |
* @param int $expiration Since 1.2.2.7
|
|
|
16277 |
*
|
16278 |
* @return bool|FS_Plugin_Tag
|
16279 |
*/
|
16280 |
-
function get_update( $plugin_id = false, $flush = true, $expiration = WP_FS__TIME_24_HOURS_IN_SEC ) {
|
16281 |
$this->_logger->entrance();
|
16282 |
|
16283 |
if ( ! is_numeric( $plugin_id ) ) {
|
16284 |
$plugin_id = $this->_plugin->id;
|
16285 |
}
|
16286 |
|
16287 |
-
$this->check_updates( true, $plugin_id, $flush, $expiration );
|
16288 |
$updates = $this->get_all_updates();
|
16289 |
|
16290 |
return isset( $updates[ $plugin_id ] ) && is_object( $updates[ $plugin_id ] ) ? $updates[ $plugin_id ] : false;
|
@@ -16437,8 +17120,11 @@
|
|
16437 |
* the admin.
|
16438 |
* @param bool $is_context_single_site @since 2.0.0. This is used when syncing a license for a single install from the
|
16439 |
* network-level "Account" page.
|
|
|
|
|
|
|
16440 |
*/
|
16441 |
-
private function _sync_license( $background = false, $is_context_single_site = false ) {
|
16442 |
$this->_logger->entrance();
|
16443 |
|
16444 |
$plugin_id = fs_request_get( 'plugin_id', $this->get_id() );
|
@@ -16448,7 +17134,7 @@
|
|
16448 |
if ( $is_addon_sync ) {
|
16449 |
$this->_sync_addon_license( $plugin_id, $background );
|
16450 |
} else {
|
16451 |
-
$this->_sync_plugin_license( $background, true, $is_context_single_site );
|
16452 |
}
|
16453 |
|
16454 |
$this->do_action( 'after_account_plan_sync', $this->get_plan_name() );
|
@@ -16538,11 +17224,15 @@
|
|
16538 |
* @param bool $is_context_single_site Since 2.0.0. This is used when sending an update for a single install and
|
16539 |
* syncing its license from the network-level "Account" page (e.g.: after
|
16540 |
* activating a license only for the single install).
|
|
|
|
|
|
|
16541 |
*/
|
16542 |
private function _sync_plugin_license(
|
16543 |
$background = false,
|
16544 |
$send_installs_update = true,
|
16545 |
-
$is_context_single_site = false
|
|
|
16546 |
) {
|
16547 |
$this->_logger->entrance();
|
16548 |
|
@@ -16559,6 +17249,16 @@
|
|
16559 |
* @todo This line will execute install sync on a daily basis, even if running the free version (for opted-in users). The reason we want to keep it that way is for cases when the user was a paying customer, then there was a failure in subscription payment, and then after some time the payment was successful. This could be heavily optimized. For example, we can skip the $flush if the current install was never associated with a paid version.
|
16560 |
*/
|
16561 |
if ( $is_site_level_sync ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16562 |
$result = $this->send_install_update( array(), true );
|
16563 |
$is_valid = $this->is_api_result_entity( $result );
|
16564 |
} else {
|
@@ -17068,6 +17768,18 @@
|
|
17068 |
$api = $this->get_api_site_scope();
|
17069 |
$license = $api->call( "/licenses/{$this->_site->license_id}.json", 'delete' );
|
17070 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17071 |
if ( isset( $license->error ) ) {
|
17072 |
$this->_admin_notices->add(
|
17073 |
$this->get_text_inline( 'It looks like the license deactivation failed.', 'license-deactivation-failed-message' ) . '<br> ' .
|
@@ -17088,7 +17800,7 @@
|
|
17088 |
}
|
17089 |
}
|
17090 |
|
17091 |
-
//
|
17092 |
$this->_sync_plans();
|
17093 |
$this->_site->plan_id = $this->_plans[0]->id;
|
17094 |
// Unlink license from site.
|
@@ -17115,13 +17827,17 @@
|
|
17115 |
* @author Vova Feldman (@svovaf)
|
17116 |
* @since 1.0.4
|
17117 |
*
|
|
|
|
|
17118 |
* @uses FS_Api
|
17119 |
*/
|
17120 |
private function _downgrade_site() {
|
17121 |
$this->_logger->entrance();
|
17122 |
|
|
|
|
|
17123 |
$api = $this->get_api_site_scope();
|
17124 |
-
$site = $api->call( 'downgrade.json', 'put' );
|
17125 |
|
17126 |
$plan_downgraded = false;
|
17127 |
$plan = false;
|
@@ -17139,29 +17855,47 @@
|
|
17139 |
( is_object( $subscription ) && ! isset( $subscription->error ) && ! $subscription->is_active() );
|
17140 |
} else {
|
17141 |
// handle different error cases.
|
17142 |
-
|
|
|
|
|
|
|
17143 |
}
|
17144 |
|
17145 |
-
if ( $plan_downgraded ) {
|
17146 |
-
|
17147 |
-
|
17148 |
-
|
17149 |
-
$this->_admin_notices->add(
|
17150 |
-
sprintf( $this->get_text_inline( 'Your plan was successfully downgraded. Your %s plan license will expire in %s.', 'plan-x-downgraded-message' ),
|
17151 |
-
$plan->title,
|
17152 |
-
human_time_diff( time(), strtotime( $this->_license->expiration ) )
|
17153 |
)
|
17154 |
);
|
|
|
17155 |
|
17156 |
-
|
17157 |
-
|
17158 |
-
|
17159 |
-
|
17160 |
-
|
17161 |
-
$
|
17162 |
-
|
17163 |
-
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17164 |
}
|
|
|
|
|
17165 |
}
|
17166 |
|
17167 |
/**
|
@@ -17268,22 +18002,19 @@
|
|
17268 |
* @author Vova Feldman (@svovaf)
|
17269 |
* @since 1.0.9
|
17270 |
*
|
|
|
|
|
17271 |
* @uses FS_Api
|
17272 |
*/
|
17273 |
private function _cancel_trial() {
|
17274 |
$this->_logger->entrance();
|
17275 |
|
17276 |
-
// Alias.
|
17277 |
-
$oops_text = $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...';
|
17278 |
-
|
17279 |
if ( ! $this->is_trial() ) {
|
17280 |
-
|
17281 |
-
|
17282 |
-
|
17283 |
-
|
17284 |
);
|
17285 |
-
|
17286 |
-
return;
|
17287 |
}
|
17288 |
|
17289 |
$trial_plan = $this->get_trial_plan();
|
@@ -17314,31 +18045,33 @@
|
|
17314 |
// @todo handle different error cases.
|
17315 |
}
|
17316 |
|
17317 |
-
if ( $trial_cancelled ) {
|
17318 |
-
|
17319 |
-
|
17320 |
-
|
17321 |
-
|
17322 |
-
|
17323 |
-
|
17324 |
|
17325 |
-
|
17326 |
-
|
|
|
|
|
|
|
|
|
17327 |
|
17328 |
-
|
17329 |
-
|
17330 |
-
|
17331 |
-
|
17332 |
-
|
17333 |
-
|
17334 |
-
}
|
17335 |
-
} else {
|
17336 |
$this->_admin_notices->add(
|
17337 |
-
$this->get_text_inline( '
|
17338 |
-
$oops_text,
|
17339 |
-
'error'
|
17340 |
);
|
17341 |
}
|
|
|
|
|
17342 |
}
|
17343 |
|
17344 |
/**
|
@@ -17409,15 +18142,19 @@
|
|
17409 |
* @since 1.0.4
|
17410 |
*
|
17411 |
* @param bool|number $addon_id
|
17412 |
-
* @param bool $flush
|
17413 |
-
* @param int $expiration
|
|
|
|
|
17414 |
*
|
17415 |
* @return object|false Plugin latest tag info.
|
17416 |
*/
|
17417 |
function _fetch_latest_version(
|
17418 |
$addon_id = false,
|
17419 |
$flush = true,
|
17420 |
-
$expiration = WP_FS__TIME_24_HOURS_IN_SEC
|
|
|
|
|
17421 |
) {
|
17422 |
$this->_logger->entrance();
|
17423 |
|
@@ -17468,8 +18205,18 @@
|
|
17468 |
$this->switch_to_blog( $switch_to_blog_id );
|
17469 |
}
|
17470 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17471 |
$tag = $this->get_api_site_or_plugin_scope()->get(
|
17472 |
-
$
|
17473 |
$flush,
|
17474 |
$expiration
|
17475 |
);
|
@@ -17605,17 +18352,19 @@
|
|
17605 |
* @param bool|number $plugin_id
|
17606 |
* @param bool $flush Since 1.1.7.3
|
17607 |
* @param int $expiration Since 1.2.2.7
|
|
|
17608 |
*/
|
17609 |
private function check_updates(
|
17610 |
$background = false,
|
17611 |
$plugin_id = false,
|
17612 |
$flush = true,
|
17613 |
-
$expiration = WP_FS__TIME_24_HOURS_IN_SEC
|
|
|
17614 |
) {
|
17615 |
$this->_logger->entrance();
|
17616 |
|
17617 |
// Check if there's a newer version for download.
|
17618 |
-
$new_version = $this->_fetch_newer_version( $plugin_id, $flush, $expiration );
|
17619 |
|
17620 |
$update = null;
|
17621 |
if ( is_object( $new_version ) ) {
|
@@ -17971,7 +18720,9 @@
|
|
17971 |
*/
|
17972 |
function get_after_activation_url( $filter, $params = array(), $network = null ) {
|
17973 |
if ( $this->is_free_wp_org_theme() &&
|
17974 |
-
fs_request_has( 'pending_activation' )
|
|
|
|
|
17975 |
) {
|
17976 |
$first_time_path = '';
|
17977 |
} else {
|
@@ -18103,6 +18854,8 @@
|
|
18103 |
$this->_site = null;
|
18104 |
$this->_user = null;
|
18105 |
|
|
|
|
|
18106 |
fs_redirect( $this->get_activation_url() );
|
18107 |
} else {
|
18108 |
if ( $this->is_addon_activated( $plugin_id ) ) {
|
@@ -18122,15 +18875,23 @@
|
|
18122 |
check_admin_referer( $action );
|
18123 |
}
|
18124 |
|
18125 |
-
|
18126 |
-
$
|
|
|
|
|
|
|
18127 |
|
18128 |
-
|
18129 |
-
|
18130 |
-
|
18131 |
-
|
18132 |
-
|
18133 |
-
|
|
|
|
|
|
|
|
|
|
|
18134 |
}
|
18135 |
|
18136 |
return;
|
@@ -18162,7 +18923,11 @@
|
|
18162 |
$this->_site = null;
|
18163 |
$this->_user = null;
|
18164 |
|
18165 |
-
|
|
|
|
|
|
|
|
|
18166 |
}
|
18167 |
} else {
|
18168 |
if ( $this->is_addon_activated( $plugin_id ) ) {
|
@@ -18260,13 +19025,13 @@
|
|
18260 |
#region Actions that might be called from external links (e.g. email)
|
18261 |
|
18262 |
case 'cancel_trial':
|
18263 |
-
|
18264 |
-
|
18265 |
-
|
18266 |
-
|
18267 |
-
$
|
18268 |
-
|
18269 |
-
|
18270 |
}
|
18271 |
|
18272 |
return;
|
@@ -19262,11 +20027,23 @@
|
|
19262 |
|
19263 |
if ( ! $this->is_addon() || ! $this->has_free_plan() ) {
|
19264 |
$first_time_path = $this->_menu->get_first_time_path();
|
19265 |
-
|
19266 |
-
|
19267 |
-
|
19268 |
-
|
19269 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19270 |
} else {
|
19271 |
$plugin_fs = false;
|
19272 |
|
@@ -19386,6 +20163,21 @@
|
|
19386 |
$this->_admin_notices->add_sticky( $message, $id, $title, $type );
|
19387 |
}
|
19388 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19389 |
/**
|
19390 |
* Helper function that returns the final steps for the upgrade completion.
|
19391 |
*
|
@@ -19411,25 +20203,52 @@
|
|
19411 |
$plan_title = $this->get_plan_title();
|
19412 |
}
|
19413 |
|
19414 |
-
|
19415 |
-
|
19416 |
-
|
19417 |
-
|
|
|
|
|
|
|
|
|
|
|
19418 |
|
19419 |
-
|
19420 |
-
|
19421 |
-
|
19422 |
-
|
19423 |
-
|
19424 |
-
|
19425 |
-
|
19426 |
-
|
19427 |
-
|
19428 |
-
|
19429 |
-
|
19430 |
-
|
19431 |
-
|
19432 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19433 |
}
|
19434 |
|
19435 |
/**
|
@@ -20212,13 +21031,19 @@
|
|
20212 |
|
20213 |
// Locate the main assets folder.
|
20214 |
if ( 1 < count( $fs_active_plugins->plugins ) ) {
|
20215 |
-
$plugin_or_theme_img_dir = ( $this->is_plugin() ? WP_PLUGIN_DIR : get_theme_root() );
|
20216 |
|
20217 |
foreach ( $fs_active_plugins->plugins as $sdk_path => &$data ) {
|
20218 |
if ( $data->plugin_path == $this->get_plugin_basename() ) {
|
20219 |
$img_dir = $plugin_or_theme_img_dir
|
20220 |
. '/'
|
20221 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
20222 |
. '/assets/img';
|
20223 |
|
20224 |
break;
|
33 |
* @var string
|
34 |
*/
|
35 |
private $_plugin_basename;
|
36 |
+
/**
|
37 |
+
* @since 2.2.1
|
38 |
+
*
|
39 |
+
* @var string
|
40 |
+
*/
|
41 |
+
private $_premium_plugin_basename;
|
42 |
/**
|
43 |
* @since 1.0.0
|
44 |
*
|
677 |
version_compare( $sdk_version, '1.2.3', '>=' )
|
678 |
) {
|
679 |
/**
|
680 |
+
* Starting from version 1.2.3, paths are stored as relative instead of absolute and some of them can be
|
681 |
+
* invalid.
|
682 |
*
|
683 |
* @author Leo Fajardo (@leorw)
|
684 |
*/
|
685 |
+
$this->remove_invalid_paths();
|
686 |
}
|
687 |
|
688 |
if ( version_compare( $sdk_prev_version, '1.1.5', '<' ) &&
|
706 |
|
707 |
}
|
708 |
}
|
709 |
+
|
710 |
+
if (
|
711 |
+
version_compare( $sdk_prev_version, '2.2.1', '<' ) &&
|
712 |
+
version_compare( $sdk_version, '2.2.1', '>=' )
|
713 |
+
) {
|
714 |
+
/**
|
715 |
+
* Clear the file cache without storing the previous path since it could be a wrong path. For example,
|
716 |
+
* in the versions of the SDK lower than 2.2.1, it's possible for the path of an add-on to be the same
|
717 |
+
* as the parent plugin's when the add-on was auto-installed since the relevant method names were not
|
718 |
+
* skipped in the logic that determines the right path in the `get_caller_main_file_and_type` method
|
719 |
+
* (e.g. `try_activate_plugin`). Since it was an auto-installation, the caller was the parent plugin
|
720 |
+
* and so its path was used. In case the stored path is wrong, clearing the cache will resolve issues
|
721 |
+
* related to data mix-up between plugins (e.g. titles and versions of an add-on and its parent plugin).
|
722 |
+
*
|
723 |
+
* @author Leo Fajardo (@leorw)
|
724 |
+
* @since 2.2.1
|
725 |
+
*/
|
726 |
+
$this->clear_module_main_file_cache( false );
|
727 |
+
}
|
728 |
}
|
729 |
|
730 |
/**
|
850 |
}
|
851 |
|
852 |
/**
|
853 |
+
* Remove invalid paths.
|
854 |
*
|
855 |
* @author Leo Fajardo (@leorw)
|
856 |
* @since 1.2.3
|
857 |
*/
|
858 |
+
private function remove_invalid_paths() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
859 |
// Remove invalid path that is still associated with the current slug if there's any.
|
860 |
$file_slug_map = self::$_accounts->get_option( 'file_slug_map', array() );
|
861 |
foreach ( $file_slug_map as $plugin_basename => $slug ) {
|
1238 |
<?php
|
1239 |
}
|
1240 |
|
1241 |
+
/**
|
1242 |
+
* Opens the support forum subemenu item in a new browser page.
|
1243 |
+
*
|
1244 |
+
* @author Vova Feldman (@svovaf)
|
1245 |
+
* @since 2.1.4
|
1246 |
+
*/
|
1247 |
+
static function _open_support_forum_in_new_page() {
|
1248 |
+
?>
|
1249 |
+
<script type="text/javascript">
|
1250 |
+
(function ($) {
|
1251 |
+
$('.fs-submenu-item.wp-support-forum').parent().attr('target', '_blank');
|
1252 |
+
})(jQuery);
|
1253 |
+
</script>
|
1254 |
+
<?php
|
1255 |
+
}
|
1256 |
+
|
1257 |
/**
|
1258 |
* @author Vova Feldman (@svovaf)
|
1259 |
* @since 1.0.9
|
1265 |
add_action( 'plugins_loaded', array( &$this, '_hook_action_links_and_register_account_hooks' ) );
|
1266 |
|
1267 |
if ( $this->is_plugin() ) {
|
1268 |
+
if ( self::is_plugin_install_page() && true !== fs_request_get_bool( 'fs_allow_updater_and_dialog' ) ) {
|
1269 |
+
/**
|
1270 |
+
* Unless the `fs_allow_updater_and_dialog` URL param exists and its value is `true`, make
|
1271 |
+
* Freemius-related updates unavailable on the "Add Plugins" admin page (/plugin-install.php)
|
1272 |
+
* so that they won't interfere with the .org plugins' functionalities on that page (e.g.
|
1273 |
+
* updating of a .org plugin).
|
1274 |
+
*/
|
1275 |
+
add_filter( 'site_transient_update_plugins', array( 'Freemius', '_remove_fs_updates_from_plugin_install_page' ), 10, 2 );
|
1276 |
+
} else if ( self::is_plugins_page() || self::is_updates_page() ) {
|
1277 |
+
/**
|
1278 |
+
* On the "Plugins" and "Updates" admin pages, if there are premium or non–org-compliant
|
1279 |
+
* plugins, modify their details dialog URLs (add a Freemius-specific param) so that the SDK can
|
1280 |
+
* determine if the plugin information dialog should show information from Freemius.
|
1281 |
+
*
|
1282 |
+
* @author Leo Fajardo (@leorw)
|
1283 |
+
* @since 2.2.3
|
1284 |
+
*/
|
1285 |
+
add_action( 'admin_footer', array( 'Freemius', '_prepend_fs_allow_updater_and_dialog_flag_url_param' ) );
|
1286 |
+
}
|
1287 |
+
|
1288 |
$plugin_dir = dirname( $this->_plugin_dir_path ) . '/';
|
1289 |
|
1290 |
/**
|
1452 |
}
|
1453 |
}
|
1454 |
|
1455 |
+
/**
|
1456 |
+
* Makes Freemius-related updates unavailable on the "Add Plugins" admin page (/plugin-install.php) so that
|
1457 |
+
* they won't interfere with the .org plugins' functionalities on that page (e.g. updating of a .org plugin).
|
1458 |
+
*
|
1459 |
+
* @author Leo Fajardo (@leorw)
|
1460 |
+
* @since 2.2.3
|
1461 |
+
*
|
1462 |
+
* @param object $updates
|
1463 |
+
* @param string|null $transient
|
1464 |
+
*
|
1465 |
+
* @return object
|
1466 |
+
*/
|
1467 |
+
static function _remove_fs_updates_from_plugin_install_page( $updates, $transient = null ) {
|
1468 |
+
if ( is_object( $updates ) && isset( $updates->response ) ) {
|
1469 |
+
foreach ( $updates->response as $file => $plugin ) {
|
1470 |
+
if ( false !== strpos( $plugin->package, 'api.freemius' ) ) {
|
1471 |
+
unset( $updates->response[ $file ] );
|
1472 |
+
}
|
1473 |
+
}
|
1474 |
+
}
|
1475 |
+
|
1476 |
+
return $updates;
|
1477 |
+
}
|
1478 |
+
|
1479 |
+
/**
|
1480 |
+
* Prepends the `fs_allow_updater_and_dialog` param to the plugin information URLs to tell the SDK to handle
|
1481 |
+
* the information that is shown on the plugin details dialog that is shown when the relevant link is clicked.
|
1482 |
+
*
|
1483 |
+
* @author Leo Fajardo (@leorw)
|
1484 |
+
* @since 2.2.3
|
1485 |
+
*
|
1486 |
+
* @return string
|
1487 |
+
*/
|
1488 |
+
static function _prepend_fs_allow_updater_and_dialog_flag_url_param() {
|
1489 |
+
$slug_basename_map = array();
|
1490 |
+
foreach ( self::$_instances as $instance ) {
|
1491 |
+
if ( ! $instance->is_plugin() ) {
|
1492 |
+
continue;
|
1493 |
+
}
|
1494 |
+
|
1495 |
+
$slug_basename_map[ $instance->get_slug() ] = $instance->premium_plugin_basename();
|
1496 |
+
}
|
1497 |
+
?>
|
1498 |
+
<script type="text/javascript">
|
1499 |
+
(function( $ ) {
|
1500 |
+
var slugBasenameMap = <?php echo json_encode( $slug_basename_map ) ?>;
|
1501 |
+
for ( var slug in slugBasenameMap ) {
|
1502 |
+
var basename = slugBasenameMap[ slug ];
|
1503 |
+
|
1504 |
+
// Try to get the plugin rows if on the "Plugins" page.
|
1505 |
+
var $pluginRows = $( '.wp-list-table.plugins tr[data-plugin="' + basename + '"]');
|
1506 |
+
|
1507 |
+
if ( 0 === $pluginRows.length ) {
|
1508 |
+
// Try to get the plugin rows if on the "Updates" page.
|
1509 |
+
var $pluginCheckbox = $( '#update-plugins-table input[type="checkbox"][value="' + basename + '"]' );
|
1510 |
+
if ( 0 !== $pluginCheckbox.length ) {
|
1511 |
+
$pluginRows = $pluginCheckbox.parents( 'tr:first' );
|
1512 |
+
}
|
1513 |
+
}
|
1514 |
+
|
1515 |
+
if ( 0 === $pluginRows.length ) {
|
1516 |
+
// No plugin rows found.
|
1517 |
+
continue;
|
1518 |
+
}
|
1519 |
+
|
1520 |
+
// Find the "View details" links and add the `fs_allow_updater_and_dialog` param to the URL.
|
1521 |
+
$pluginRows.find( 'a[href*="plugin-install.php?tab=plugin-information"]' ).each(function() {
|
1522 |
+
var $this = $( this ),
|
1523 |
+
href = $this.attr( 'href' ).replace( '?tab=', '?fs_allow_updater_and_dialog=true&tab=');
|
1524 |
+
|
1525 |
+
$this.attr( 'href', href );
|
1526 |
+
});
|
1527 |
+
}
|
1528 |
+
})( jQuery );
|
1529 |
+
</script>
|
1530 |
+
<?php
|
1531 |
+
}
|
1532 |
+
|
1533 |
/**
|
1534 |
* Keeping the uninstall hook registered for free or premium plugin version may result to a fatal error that
|
1535 |
* could happen when a user tries to uninstall either version while one of them is still active. Uninstalling a
|
1550 |
|
1551 |
/**
|
1552 |
* @since 1.2.0 Invalidate module's main file cache, otherwise, FS_Plugin_Updater will not fetch updates.
|
1553 |
+
*
|
1554 |
+
* @param bool $store_prev_path
|
1555 |
*/
|
1556 |
+
private function clear_module_main_file_cache( $store_prev_path = true ) {
|
1557 |
if ( ! isset( $this->_storage->plugin_main_file ) ||
|
1558 |
+
empty( $this->_storage->plugin_main_file->path )
|
1559 |
) {
|
1560 |
return;
|
1561 |
}
|
1562 |
|
1563 |
+
if ( ! $store_prev_path ) {
|
1564 |
+
/**
|
1565 |
+
* Storing the previous path is not needed when clearing the cache after an SDK version update since
|
1566 |
+
* the main purpose of the cache clearing in that event is to correct a wrong plugin main file path
|
1567 |
+
* which causes data mix-up between plugins (e.g. titles and versions of an add-on and its parent plugin).
|
1568 |
+
*
|
1569 |
+
* @author Leo Fajardo (@leorw)
|
1570 |
+
* @since 2.2.1
|
1571 |
+
*/
|
1572 |
+
unset( $this->_storage->plugin_main_file->path );
|
1573 |
+
} else {
|
1574 |
+
$plugin_main_file = clone $this->_storage->plugin_main_file;
|
1575 |
|
1576 |
+
// Store cached path (2nd layer cache).
|
1577 |
+
$plugin_main_file->prev_path = $plugin_main_file->path;
|
1578 |
|
1579 |
+
// Clear cached path.
|
1580 |
+
unset( $plugin_main_file->path );
|
1581 |
|
1582 |
+
$this->_storage->plugin_main_file = $plugin_main_file;
|
1583 |
+
}
|
1584 |
|
1585 |
/**
|
1586 |
* Clear global cached path.
|
1627 |
array( &$this, '_submit_uninstall_reason_action' )
|
1628 |
);
|
1629 |
|
1630 |
+
$this->add_ajax_action(
|
1631 |
+
'cancel_subscription_or_trial',
|
1632 |
+
array( &$this, 'cancel_subscription_or_trial_ajax_action' )
|
1633 |
+
);
|
1634 |
+
|
1635 |
if ( ! $this->is_addon() || $this->is_parent_plugin_installed() ) {
|
1636 |
if ( ( $this->is_plugin() && self::is_plugins_page() ) ||
|
1637 |
( $this->is_theme() && self::is_themes_page() )
|
1756 |
|
1757 |
return fs_normalize_path( trailingslashit( $is_plugin ?
|
1758 |
WP_PLUGIN_DIR :
|
1759 |
+
get_theme_root( get_stylesheet() ) ) );
|
1760 |
}
|
1761 |
|
1762 |
/**
|
1821 |
private function get_caller_main_file_and_type() {
|
1822 |
self::require_plugin_essentials();
|
1823 |
|
1824 |
+
$all_plugins = fs_get_plugins( true );
|
1825 |
$all_plugins_paths = array();
|
1826 |
|
1827 |
// Get active plugin's main files real full names (might be symlinks).
|
1828 |
+
foreach ( $all_plugins as $relative_path => $data ) {
|
1829 |
if ( false === strpos( fs_normalize_path( $relative_path ), '/' ) ) {
|
1830 |
/**
|
1831 |
* Ignore plugins that don't have a folder (e.g. Hello Dolly) since they
|
1843 |
$caller_file_candidate = false;
|
1844 |
$caller_map = array();
|
1845 |
$module_type = WP_FS__MODULE_TYPE_PLUGIN;
|
1846 |
+
$themes_dir = fs_normalize_path( get_theme_root( get_stylesheet() ) );
|
1847 |
|
1848 |
for ( $i = 1, $bt = debug_backtrace(), $len = count( $bt ); $i < $len; $i ++ ) {
|
1849 |
if ( empty( $bt[ $i ]['file'] ) ) {
|
1863 |
'requir' . 'e_once',
|
1864 |
'requir' . 'e',
|
1865 |
'includ' . 'e_once',
|
1866 |
+
'includ' . 'e',
|
1867 |
+
'install_and_activate_plugin',
|
1868 |
+
'try_activate_plugin',
|
1869 |
+
'activate_plugin'
|
1870 |
) )
|
1871 |
) {
|
1872 |
// Ignore call stack hooks and files inclusion.
|
2202 |
exit;
|
2203 |
}
|
2204 |
|
2205 |
+
/**
|
2206 |
+
* @author Leo Fajardo (@leorw)
|
2207 |
+
* @since 2.1.4
|
2208 |
+
*/
|
2209 |
+
function cancel_subscription_or_trial_ajax_action() {
|
2210 |
+
$this->_logger->entrance();
|
2211 |
+
|
2212 |
+
$this->check_ajax_referer( 'cancel_subscription_or_trial' );
|
2213 |
+
|
2214 |
+
$result = $this->cancel_subscription_or_trial( fs_request_get( 'plugin_id', $this->get_id() ), false );
|
2215 |
+
|
2216 |
+
if ( $this->is_api_error( $result ) ) {
|
2217 |
+
$this->shoot_ajax_failure( $result->error->message );
|
2218 |
+
}
|
2219 |
+
|
2220 |
+
$this->shoot_ajax_success();
|
2221 |
+
}
|
2222 |
+
|
2223 |
+
/**
|
2224 |
+
* @author Leo Fajardo (@leorw)
|
2225 |
+
* @since 2.1.4
|
2226 |
+
*
|
2227 |
+
* @param number $plugin_id
|
2228 |
+
*
|
2229 |
+
* @return object
|
2230 |
+
*/
|
2231 |
+
private function cancel_subscription_or_trial( $plugin_id ) {
|
2232 |
+
$fs = null;
|
2233 |
+
if ( $plugin_id == $this->get_id() ) {
|
2234 |
+
$fs = $this;
|
2235 |
+
} else if ( $this->is_addon_activated( $plugin_id ) ) {
|
2236 |
+
$fs = self::get_instance_by_id( $plugin_id );
|
2237 |
+
}
|
2238 |
+
|
2239 |
+
$result = null;
|
2240 |
+
|
2241 |
+
if ( ! is_null( $fs ) ) {
|
2242 |
+
$result = $fs->is_paid_trial() ?
|
2243 |
+
$fs->_cancel_trial() :
|
2244 |
+
$fs->_downgrade_site();
|
2245 |
+
}
|
2246 |
+
|
2247 |
+
return $result;
|
2248 |
+
}
|
2249 |
+
|
2250 |
/**
|
2251 |
* @author Leo Fajardo (@leorw)
|
2252 |
* @since 2.0.2
|
2323 |
* @since 1.2.2
|
2324 |
*
|
2325 |
* @param string|number $id_or_slug
|
2326 |
+
* @param string $module_type
|
2327 |
*
|
2328 |
* @return number|false
|
2329 |
*/
|
2330 |
+
private static function get_module_id( $id_or_slug, $module_type = WP_FS__MODULE_TYPE_PLUGIN ) {
|
2331 |
if ( is_numeric( $id_or_slug ) ) {
|
2332 |
return $id_or_slug;
|
2333 |
}
|
2334 |
|
2335 |
foreach ( self::$_instances as $instance ) {
|
2336 |
+
// Also check the module type since there can be a plugin and a theme with the same slug.
|
2337 |
+
if ( ( $module_type === $instance->get_module_type() ) && ( $id_or_slug === $instance->get_slug() ) ) {
|
2338 |
return $instance->get_id();
|
2339 |
}
|
2340 |
}
|
2361 |
* @author Vova Feldman (@svovaf)
|
2362 |
* @since 1.0.1
|
2363 |
*
|
2364 |
+
* @param string $plugin_file
|
2365 |
+
* @param string $module_type
|
2366 |
*
|
2367 |
* @return false|Freemius
|
2368 |
*/
|
2369 |
+
static function get_instance_by_file( $plugin_file, $module_type = WP_FS__MODULE_TYPE_PLUGIN ) {
|
2370 |
$slug = self::find_slug_by_basename( $plugin_file );
|
2371 |
|
2372 |
return ( false !== $slug ) ?
|
2373 |
+
self::instance( self::get_module_id( $slug, $module_type ) ) :
|
2374 |
false;
|
2375 |
}
|
2376 |
|
2484 |
function is_site_activation_mode( $and_on = true ) {
|
2485 |
return (
|
2486 |
( $this->is_on() || ! $and_on ) &&
|
2487 |
+
( $this->is_premium() && true === $this->_storage->require_license_activation ) ||
|
2488 |
+
(
|
2489 |
+
( ! $this->is_registered() ||
|
2490 |
+
( $this->is_only_premium() && ! $this->has_features_enabled_license() ) ) &&
|
2491 |
+
( ! $this->is_enable_anonymous() ||
|
2492 |
+
( ! $this->is_anonymous() && ! $this->is_pending_activation() ) )
|
2493 |
+
)
|
2494 |
);
|
2495 |
}
|
2496 |
|
2525 |
return false;
|
2526 |
}
|
2527 |
|
2528 |
+
if ( $this->is_network_anonymous() && true !== $this->_storage->require_license_activation ) {
|
2529 |
// Super-admin skipped the connection network wide -> not activation mode.
|
2530 |
return false;
|
2531 |
}
|
2646 |
self::require_plugin_essentials();
|
2647 |
|
2648 |
$active_plugin = array();
|
2649 |
+
$all_plugins = fs_get_plugins();
|
2650 |
$active_plugins_basenames = self::get_active_plugins_basenames( $blog_id );
|
2651 |
|
2652 |
foreach ( $active_plugins_basenames as $plugin_basename ) {
|
2672 |
get_option( 'active_plugins' );
|
2673 |
|
2674 |
$active = array();
|
2675 |
+
|
2676 |
+
if ( ! is_array( $active_basenames ) ) {
|
2677 |
+
return $active;
|
2678 |
+
}
|
2679 |
+
|
2680 |
foreach ( $active_basenames as $basename ) {
|
2681 |
$active[ $basename ] = array(
|
2682 |
'is_active' => true,
|
2701 |
private static function get_all_plugins( $blog_id = 0 ) {
|
2702 |
self::require_plugin_essentials();
|
2703 |
|
2704 |
+
$all_plugins = fs_get_plugins();
|
2705 |
|
2706 |
$active_plugins_basenames = self::get_active_plugins_basenames( $blog_id );
|
2707 |
|
2733 |
private static function get_network_plugins() {
|
2734 |
self::require_plugin_essentials();
|
2735 |
|
2736 |
+
$all_plugins = fs_get_plugins();
|
2737 |
|
2738 |
$network_active_basenames = is_multisite() ?
|
2739 |
get_site_option( 'active_sitewide_plugins' ) :
|
2877 |
}
|
2878 |
|
2879 |
add_action( 'admin_footer', array( 'Freemius', '_enrich_ajax_url' ) );
|
2880 |
+
add_action( 'admin_footer', array( 'Freemius', '_open_support_forum_in_new_page' ) );
|
2881 |
+
|
2882 |
|
2883 |
self::$_statics_loaded = true;
|
2884 |
}
|
2977 |
* @since 1.1.7.3
|
2978 |
*/
|
2979 |
static function _toggle_debug_mode() {
|
2980 |
+
if ( ! is_super_admin() ) {
|
2981 |
+
return;
|
2982 |
+
}
|
2983 |
+
|
2984 |
$is_on = fs_request_get( 'is_on', false, 'post' );
|
2985 |
|
2986 |
if ( fs_request_is_post() && in_array( $is_on, array( 0, 1 ) ) ) {
|
3012 |
* @since 1.2.1.7
|
3013 |
*/
|
3014 |
static function _get_db_option() {
|
3015 |
+
check_admin_referer( 'fs_get_db_option' );
|
3016 |
+
|
3017 |
$option_name = fs_request_get( 'option_name' );
|
3018 |
|
3019 |
+
if ( ! is_super_admin() ||
|
3020 |
+
! fs_starts_with( $option_name, 'fs_' )
|
3021 |
+
) {
|
3022 |
+
self::shoot_ajax_failure();
|
3023 |
+
}
|
3024 |
+
|
3025 |
$value = get_option( $option_name );
|
3026 |
|
3027 |
$result = array(
|
3044 |
* @since 1.2.1.7
|
3045 |
*/
|
3046 |
static function _set_db_option() {
|
3047 |
+
check_admin_referer( 'fs_set_db_option' );
|
3048 |
+
|
3049 |
+
$option_name = fs_request_get( 'option_name' );
|
3050 |
+
|
3051 |
+
if ( ! is_super_admin() ||
|
3052 |
+
! fs_starts_with( $option_name, 'fs_' )
|
3053 |
+
) {
|
3054 |
+
self::shoot_ajax_failure();
|
3055 |
+
}
|
3056 |
+
|
3057 |
$option_value = fs_request_get( 'option_value' );
|
3058 |
|
3059 |
if ( ! empty( $option_value ) ) {
|
4291 |
* @author Vova Feldman (@svovaf)
|
4292 |
*/
|
4293 |
if ( $this->is_user_in_admin() &&
|
4294 |
+
'plugin-information' === fs_request_get( 'tab', false ) &&
|
4295 |
+
$this->should_use_freemius_updater_and_dialog() &&
|
4296 |
+
(
|
4297 |
+
( $this->is_addon() && $this->get_slug() == fs_request_get( 'plugin', false ) ) ||
|
4298 |
+
( $this->has_addons() && $this->get_id() == fs_request_get( 'parent_plugin_id', false ) )
|
4299 |
+
)
|
4300 |
) {
|
4301 |
require_once WP_FS__DIR_INCLUDES . '/fs-plugin-info-dialog.php';
|
4302 |
|
4303 |
+
new FS_Plugin_Info_Dialog( $this->is_addon() ? $this->get_parent_instance() : $this );
|
4304 |
}
|
4305 |
|
4306 |
// Check if Freemius is on for the current plugin.
|
4414 |
* @author Vova Feldman
|
4415 |
* @since 1.2.1.6
|
4416 |
*/
|
4417 |
+
if (
|
4418 |
+
$this->should_use_freemius_updater_and_dialog() &&
|
4419 |
+
(
|
4420 |
+
$this->is_premium() ||
|
4421 |
+
/**
|
4422 |
+
* If not premium but the premium version is installed, also instantiate the updater so that the
|
4423 |
+
* plugin information dialog of the premium version will have the information from the server.
|
4424 |
+
*
|
4425 |
+
* @author Leo Fajardo (@leorw)
|
4426 |
+
* @since 2.2.3
|
4427 |
+
*/
|
4428 |
+
( file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $this->premium_plugin_basename() ) ) )
|
4429 |
+
) &&
|
4430 |
+
$this->has_release_on_freemius()
|
4431 |
+
) {
|
4432 |
FS_Plugin_Updater::instance( $this );
|
4433 |
}
|
4434 |
|
4471 |
}
|
4472 |
}
|
4473 |
|
4474 |
+
/**
|
4475 |
+
* @author Leo Fajardo (@leorw)
|
4476 |
+
* @since 2.2.3
|
4477 |
+
*
|
4478 |
+
* @return bool
|
4479 |
+
*/
|
4480 |
+
private function should_use_freemius_updater_and_dialog() {
|
4481 |
+
return (
|
4482 |
+
/**
|
4483 |
+
* Unless the `fs_allow_updater_and_dialog` URL param exists and its value is `true`, disallow updater
|
4484 |
+
* and dialog on the "Add Plugins" admin page (/plugin-install.php) so that they won't interfere with
|
4485 |
+
* the .org plugins' functionalities on that page (e.g. installation and viewing plugin details from
|
4486 |
+
* .org).
|
4487 |
+
*/
|
4488 |
+
( ! self::is_plugin_install_page() || true === fs_request_get_bool( 'fs_allow_updater_and_dialog' ) ) &&
|
4489 |
+
// Disallow updater and dialog when installing a plugin, otherwise .org "add-on" plugins will be affected.
|
4490 |
+
( 'install-plugin' !== fs_request_get( 'action' ) )
|
4491 |
+
);
|
4492 |
+
}
|
4493 |
+
|
4494 |
/**
|
4495 |
* @author Leo Fajardo (@leorw)
|
4496 |
*
|
4927 |
$this->_plugin :
|
4928 |
new FS_Plugin();
|
4929 |
|
4930 |
+
$premium_suffix = $this->get_option( $plugin_info, 'premium_suffix', '(Premium)' );
|
4931 |
+
|
4932 |
$plugin->update( array(
|
4933 |
'id' => $id,
|
4934 |
'type' => $this->get_option( $plugin_info, 'type', $this->_module_type ),
|
4935 |
'public_key' => $public_key,
|
4936 |
'slug' => $this->_slug,
|
4937 |
+
'premium_slug' => $this->get_option( $plugin_info, 'premium_slug', "{$this->_slug}-premium" ),
|
4938 |
'parent_plugin_id' => $parent_id,
|
4939 |
'version' => $this->get_plugin_version(),
|
4940 |
+
'title' => $this->get_plugin_name( $premium_suffix ),
|
4941 |
'file' => $this->_plugin_basename,
|
4942 |
'is_premium' => $this->get_bool_option( $plugin_info, 'is_premium', true ),
|
4943 |
+
'premium_suffix' => $premium_suffix,
|
4944 |
'is_live' => $this->get_bool_option( $plugin_info, 'is_live', true ),
|
4945 |
'affiliate_moderation' => $this->get_option( $plugin_info, 'has_affiliation' ),
|
4946 |
) );
|
5321 |
}
|
5322 |
|
5323 |
$addon = $this->get_addon( $addon_id );
|
5324 |
+
$premium_basename = "{$addon->premium_slug}/{$addon->slug}.php";
|
5325 |
|
5326 |
if ( file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $premium_basename ) ) ) {
|
5327 |
return $premium_basename;
|
5329 |
|
5330 |
$all_plugins = $this->get_all_plugins();
|
5331 |
|
5332 |
+
foreach ( $all_plugins as $basename => $data ) {
|
5333 |
if ( $addon->slug === $data['slug'] ||
|
5334 |
+
$addon->premium_slug === $data['slug']
|
5335 |
) {
|
5336 |
return $basename;
|
5337 |
}
|
5571 |
if ( ! isset( $this->_is_anonymous ) ) {
|
5572 |
if ( $this->is_network_anonymous() ) {
|
5573 |
$this->_is_anonymous = true;
|
5574 |
+
} else if ( ! fs_is_network_admin() ) {
|
5575 |
if ( ! isset( $this->_storage->is_anonymous ) ) {
|
5576 |
// Not skipped.
|
5577 |
$this->_is_anonymous = false;
|
5762 |
$this->_storage->store( "{$name}_timestamp", time() );
|
5763 |
}
|
5764 |
|
5765 |
+
/**
|
5766 |
+
* Sets the keepalive time to now.
|
5767 |
+
*
|
5768 |
+
* @author Leo Fajardo (@leorw)
|
5769 |
+
* @since 2.2.3
|
5770 |
+
*
|
5771 |
+
* @param bool|null $use_network_level_storage
|
5772 |
+
*/
|
5773 |
+
private function set_keepalive_timestamp( $use_network_level_storage = null ) {
|
5774 |
+
$this->_logger->entrance();
|
5775 |
+
|
5776 |
+
$this->_storage->store( 'keepalive_timestamp', time(), $use_network_level_storage );
|
5777 |
+
}
|
5778 |
+
|
5779 |
/**
|
5780 |
* Check if cron was executed in the last $period of seconds.
|
5781 |
*
|
5790 |
private function is_cron_executed( $name, $period = WP_FS__TIME_24_HOURS_IN_SEC ) {
|
5791 |
$this->_logger->entrance( $name );
|
5792 |
|
5793 |
+
$last_execution = $this->cron_last_execution( $name );
|
5794 |
|
5795 |
if ( ! is_numeric( $last_execution ) ) {
|
5796 |
return false;
|
6051 |
}
|
6052 |
}
|
6053 |
|
6054 |
+
$current_blog_id = get_current_blog_id();
|
6055 |
+
|
6056 |
foreach ( $users_2_blog_ids as $user_id => $blog_ids ) {
|
6057 |
if ( 0 < $blog_ids[0] ) {
|
6058 |
$this->switch_to_blog( $blog_ids[0] );
|
6059 |
}
|
6060 |
|
6061 |
+
call_user_func_array( $callable, array( $blog_ids, ( is_multisite() ? $current_blog_id : null ) ) );
|
6062 |
|
6063 |
foreach ( $blog_ids as $blog_id ) {
|
6064 |
$this->do_action( "after_{$name}_cron", $blog_id );
|
6066 |
}
|
6067 |
|
6068 |
if ( is_multisite() ) {
|
6069 |
+
$this->switch_to_blog( $current_blog_id );
|
6070 |
+
|
6071 |
$this->do_action( "after_{$name}_cron_multisite" );
|
6072 |
}
|
6073 |
}
|
6139 |
* @author Vova Feldman (@svovaf)
|
6140 |
* @since 2.0.0
|
6141 |
*
|
6142 |
+
* @param int[] $blog_ids
|
6143 |
+
* @param int|null $current_blog_id @since 2.2.3. This is passed from the `execute_cron` method and used by the
|
6144 |
+
* `_sync_plugin_license` method in order to switch to the previous blog when sending
|
6145 |
+
* updates for a single site in case `execute_cron` has switched to a different blog.
|
6146 |
*/
|
6147 |
+
function _sync_cron_method( array $blog_ids, $current_blog_id = null ) {
|
6148 |
if ( $this->is_registered() ) {
|
6149 |
if ( $this->has_paid_plan() ) {
|
6150 |
// Initiate background plan sync.
|
6151 |
+
$this->_sync_license( true, false, $current_blog_id );
|
6152 |
|
6153 |
if ( $this->is_paying() ) {
|
6154 |
// Check for premium plugin updates.
|
6363 |
* @author Vova Feldman (@svovaf)
|
6364 |
* @since 2.0.0
|
6365 |
*
|
6366 |
+
* @param int[] $blog_ids
|
6367 |
+
* @param int|null $current_blog_id
|
6368 |
*/
|
6369 |
+
function _sync_install_cron_method( array $blog_ids, $current_blog_id = null ) {
|
6370 |
if ( $this->is_registered() ) {
|
6371 |
if ( 1 < count( $blog_ids ) ) {
|
6372 |
$this->sync_installs( array(), true );
|
6470 |
if ( ! $this->is_addon() &&
|
6471 |
! ( ! $this->_is_network_active && fs_is_network_admin() ) &&
|
6472 |
(
|
6473 |
+
( true === $this->_storage->require_license_activation ) ||
|
6474 |
// Not registered nor anonymous.
|
6475 |
( ! $this->is_registered() && ! $this->is_anonymous() ) ||
|
6476 |
// OR, network level and in network upgrade mode.
|
6487 |
* @since 1.2.2
|
6488 |
*/
|
6489 |
if ( $this->is_theme()
|
|
|
6490 |
&& ! $this->has_settings_menu()
|
6491 |
&& ! isset( $_REQUEST['fs_action'] )
|
6492 |
&& $this->can_activate_previous_theme()
|
6493 |
) {
|
6494 |
+
if ( $this->is_only_premium() ) {
|
6495 |
+
$this->activate_previous_theme();
|
6496 |
+
return;
|
6497 |
+
}
|
6498 |
|
6499 |
+
if ( true === $this->_storage->require_license_activation ) {
|
6500 |
+
$this->_storage->require_license_activation = false;
|
6501 |
+
}
|
6502 |
}
|
6503 |
|
6504 |
if ( ! fs_is_network_admin() &&
|
6598 |
$this->_module_type,
|
6599 |
sprintf( '<b><a href="%s">%s</a></b>',
|
6600 |
$this->get_activation_url(),
|
6601 |
+
sprintf( $this->get_text_inline( 'Opt in to make "%s" better!', 'optin-x-now' ), $this->get_plugin_name() )
|
6602 |
)
|
6603 |
),
|
6604 |
'connect_account',
|
7060 |
}
|
7061 |
}
|
7062 |
|
7063 |
+
if (
|
7064 |
+
$is_premium_version_activation &&
|
7065 |
+
(
|
7066 |
+
( ! $this->is_registered() && $this->is_anonymous() ) ||
|
7067 |
+
(
|
7068 |
+
$this->is_registered() &&
|
7069 |
+
! $this->is_trial() &&
|
7070 |
+
! $this->has_features_enabled_license()
|
7071 |
+
)
|
7072 |
+
)
|
7073 |
+
) {
|
7074 |
+
$this->_storage->require_license_activation = true;
|
7075 |
+
}
|
7076 |
+
|
7077 |
if ( ! isset( $this->_storage->is_plugin_new_install ) ) {
|
7078 |
/**
|
7079 |
* If no previous version of plugin's version exist, it means that it's either
|
7343 |
private function remove_sdk_reference() {
|
7344 |
global $fs_active_plugins;
|
7345 |
|
7346 |
+
foreach ( $fs_active_plugins->plugins as $sdk_path => $data ) {
|
7347 |
if ( $this->_plugin_basename == $data->plugin_path ) {
|
7348 |
unset( $fs_active_plugins->plugins[ $sdk_path ] );
|
7349 |
break;
|
7525 |
}
|
7526 |
}
|
7527 |
|
7528 |
+
/**
|
7529 |
+
* This is used to ensure that before redirecting to the opt-in page after resetting the anonymous mode or
|
7530 |
+
* deleting the account in the network level, the URL of the page to redirect to is correct.
|
7531 |
+
*
|
7532 |
+
* @author Leo Fajardo (@leorw)
|
7533 |
+
*
|
7534 |
+
* @since 2.1.3
|
7535 |
+
*/
|
7536 |
+
private function maybe_set_slug_and_network_menu_exists_flag() {
|
7537 |
+
if ( ! empty( $this->_dynamically_added_top_level_page_hook_name ) ) {
|
7538 |
+
$this->_menu->set_slug_and_network_menu_exists_flag( $this->_menu->has_menu() ?
|
7539 |
+
$this->_menu->get_slug() :
|
7540 |
+
$this->_slug
|
7541 |
+
);
|
7542 |
+
}
|
7543 |
+
}
|
7544 |
+
|
7545 |
/**
|
7546 |
* Clears the anonymous mode and redirects to the opt-in screen.
|
7547 |
*
|
7555 |
|
7556 |
$this->reset_anonymous_mode( fs_is_network_admin() );
|
7557 |
|
7558 |
+
$this->maybe_set_slug_and_network_menu_exists_flag();
|
7559 |
+
|
7560 |
fs_redirect( $this->get_activation_url() );
|
7561 |
}
|
7562 |
|
7996 |
$include_plugins = true,
|
7997 |
$include_themes = true
|
7998 |
) {
|
7999 |
+
if ( ! defined( 'WP_FS__TRACK_PLUGINS' ) || false !== WP_FS__TRACK_PLUGINS ) {
|
8000 |
+
/**
|
8001 |
+
* @since 1.1.8 Also send plugin updates.
|
8002 |
+
*/
|
8003 |
+
if ( $include_plugins && ! isset( $override['plugins'] ) ) {
|
8004 |
+
$plugins = $this->get_plugins_data_for_api();
|
8005 |
+
if ( ! empty( $plugins ) ) {
|
8006 |
+
$override['plugins'] = $plugins;
|
8007 |
+
}
|
8008 |
}
|
8009 |
}
|
8010 |
+
|
8011 |
+
if ( ! defined( 'WP_FS__TRACK_THEMES' ) || false !== WP_FS__TRACK_THEMES ) {
|
8012 |
+
/**
|
8013 |
+
* @since 1.1.8 Also send themes updates.
|
8014 |
+
*/
|
8015 |
+
if ( $include_themes && ! isset( $override['themes'] ) ) {
|
8016 |
+
$themes = $this->get_themes_data_for_api();
|
8017 |
+
if ( ! empty( $themes ) ) {
|
8018 |
+
$override['themes'] = $themes;
|
8019 |
+
}
|
8020 |
}
|
8021 |
}
|
8022 |
|
8023 |
+
$versions = $this->get_versions();
|
8024 |
+
|
8025 |
+
return array_merge( $versions, array(
|
8026 |
+
'version' => $this->get_plugin_version(),
|
8027 |
+
'is_premium' => $this->is_premium(),
|
8028 |
+
'language' => get_bloginfo( 'language' ),
|
8029 |
+
'charset' => get_bloginfo( 'charset' ),
|
8030 |
+
'title' => get_bloginfo( 'name' ),
|
8031 |
+
'url' => get_site_url(),
|
|
|
8032 |
// Special params.
|
8033 |
+
'is_active' => true,
|
8034 |
+
'is_disconnected' => $this->is_tracking_prohibited(),
|
8035 |
+
'is_uninstalled' => false,
|
8036 |
), $override );
|
8037 |
}
|
8038 |
|
8077 |
// }
|
8078 |
|
8079 |
// Common properties.
|
8080 |
+
$versions = $this->get_versions();
|
8081 |
+
$common = array_merge( $versions, array(
|
8082 |
+
'version' => $this->get_plugin_version(),
|
8083 |
+
'is_premium' => $this->is_premium(),
|
|
|
|
|
8084 |
), $override );
|
8085 |
|
8086 |
|
8234 |
$params = $this->get_install_diff_for_api( $check_properties, $this->_site, $override );
|
8235 |
}
|
8236 |
|
8237 |
+
$keepalive_only_update = false;
|
8238 |
+
if ( empty( $params ) ) {
|
8239 |
+
$keepalive_only_update = $this->should_send_keepalive_update();
|
8240 |
+
|
8241 |
+
if ( ! $keepalive_only_update ) {
|
8242 |
+
/**
|
8243 |
+
* There are no updates to send including keepalive.
|
8244 |
+
*
|
8245 |
+
* @author Leo Fajardo (@leorw)
|
8246 |
+
* @since 2.2.3
|
8247 |
+
*/
|
8248 |
+
return false;
|
8249 |
+
}
|
8250 |
+
}
|
8251 |
+
|
8252 |
+
if ( ! $keepalive_only_update ) {
|
8253 |
+
/**
|
8254 |
+
* Do not update the last install sync timestamp after a keepalive-only call since there were no actual
|
8255 |
+
* updates sent.
|
8256 |
+
*
|
8257 |
+
* @author Leo Fajardo (@leorw)
|
8258 |
+
* @since 2.2.3
|
8259 |
+
*/
|
8260 |
if ( ! is_multisite() ) {
|
8261 |
// Update last install sync timestamp.
|
8262 |
$this->set_cron_execution_timestamp( 'install_sync' );
|
8263 |
}
|
8264 |
|
8265 |
$params['uid'] = $this->get_anonymous_id();
|
8266 |
+
}
|
8267 |
|
8268 |
+
$this->set_keepalive_timestamp();
|
|
|
8269 |
|
8270 |
+
// Send updated values to FS.
|
8271 |
+
$site = $this->get_api_site_scope()->call( '/', 'put', $params );
|
|
|
|
|
|
|
|
|
8272 |
|
8273 |
+
if ( ! $keepalive_only_update && $this->is_api_result_entity( $site ) ) {
|
8274 |
+
/**
|
8275 |
+
* Do not clear scheduled sync after a keepalive-only call since there were no actual updates sent.
|
8276 |
+
*
|
8277 |
+
* @author Leo Fajardo (@leorw)
|
8278 |
+
* @since 2.2.3
|
8279 |
+
*/
|
8280 |
+
if ( ! is_multisite() ) {
|
8281 |
+
// I successfully sent install update, clear scheduled sync if exist.
|
8282 |
+
$this->clear_install_sync_cron();
|
8283 |
+
}
|
8284 |
}
|
8285 |
|
8286 |
+
return $site;
|
8287 |
}
|
8288 |
|
8289 |
/**
|
8302 |
|
8303 |
$installs_data = $this->get_installs_data_for_api( $override, ! $flush );
|
8304 |
|
8305 |
+
$keepalive_only_update = false;
|
8306 |
if ( empty( $installs_data ) ) {
|
8307 |
+
/**
|
8308 |
+
* Pass `true` to use the network level storage since the update is for many installs.
|
8309 |
+
*
|
8310 |
+
* @author Leo Fajardo (@leorw)
|
8311 |
+
* @since 2.2.3
|
8312 |
+
*/
|
8313 |
+
$keepalive_only_update = $this->should_send_keepalive_update( true );
|
8314 |
+
|
8315 |
+
if ( ! $keepalive_only_update ) {
|
8316 |
+
/**
|
8317 |
+
* There are no updates to send including keepalive.
|
8318 |
+
*
|
8319 |
+
* @author Leo Fajardo (@leorw)
|
8320 |
+
* @since 2.2.3
|
8321 |
+
*/
|
8322 |
+
return false;
|
8323 |
+
}
|
8324 |
+
}
|
8325 |
+
|
8326 |
+
if ( ! $keepalive_only_update ) {
|
8327 |
+
// Update last install sync timestamp if there were actual updates sent (i.e., not a keepalive-only call).
|
8328 |
+
$this->set_cron_execution_timestamp( 'install_sync' );
|
8329 |
}
|
8330 |
|
8331 |
+
/**
|
8332 |
+
* Pass `true` to use the network level storage since the update is for many installs.
|
8333 |
+
*
|
8334 |
+
* @author Leo Fajardo (@leorw)
|
8335 |
+
* @since 2.2.3
|
8336 |
+
*/
|
8337 |
+
$this->set_keepalive_timestamp( true );
|
8338 |
|
8339 |
// Send updated values to FS.
|
8340 |
$result = $this->get_api_user_scope()->call( "/plugins/{$this->_plugin->id}/installs.json", 'put', $installs_data );
|
8341 |
|
8342 |
+
if ( ! $keepalive_only_update && $this->is_api_result_object( $result, 'installs' ) ) {
|
8343 |
+
// I successfully sent installs update (there was an actual update sent and it's not just a keepalive-only call), clear scheduled sync if exist.
|
8344 |
$this->clear_install_sync_cron();
|
8345 |
}
|
8346 |
|
8347 |
return $result;
|
8348 |
}
|
8349 |
|
8350 |
+
/**
|
8351 |
+
* @author Leo Fajardo (@leorw)
|
8352 |
+
*
|
8353 |
+
* @param bool|null $use_network_level_storage
|
8354 |
+
*
|
8355 |
+
* @return bool
|
8356 |
+
*/
|
8357 |
+
private function should_send_keepalive_update( $use_network_level_storage = null ) {
|
8358 |
+
$keepalive_timestamp = $this->_storage->get( 'keepalive_timestamp', 0, $use_network_level_storage );
|
8359 |
+
|
8360 |
+
if ( $keepalive_timestamp < ( time() - WP_FS__TIME_WEEK_IN_SEC ) ) {
|
8361 |
+
// If updated more than 7 days ago, trigger a keepalive and update the time it was triggered.
|
8362 |
+
return true;
|
8363 |
+
} else {
|
8364 |
+
// If updated 7 days ago or less, "flip a coin", if the value is 7 trigger a keepalive and update the last time it was triggered.
|
8365 |
+
return ( 7 == rand( 1, 7 ) );
|
8366 |
+
}
|
8367 |
+
}
|
8368 |
+
|
8369 |
/**
|
8370 |
* Update install only if changed.
|
8371 |
*
|
8570 |
// @todo Decide if we want to delete plugin information from db.
|
8571 |
}
|
8572 |
|
8573 |
+
/**
|
8574 |
+
* Set the basename of the current product and hook _activate_plugin_event_hook() to the activation action.
|
8575 |
+
*
|
8576 |
+
* @author Vova Feldman (@svovaf)
|
8577 |
+
* @since 2.2.1
|
8578 |
+
*
|
8579 |
+
* @param string $is_premium
|
8580 |
+
* @param string $caller
|
8581 |
+
*
|
8582 |
+
* @return string
|
8583 |
+
*/
|
8584 |
+
function set_basename( $is_premium, $caller ) {
|
8585 |
+
$basename = plugin_basename( $caller );
|
8586 |
+
|
8587 |
+
$current_basename = $is_premium ?
|
8588 |
+
$this->_premium_plugin_basename :
|
8589 |
+
$this->_free_plugin_basename;
|
8590 |
+
|
8591 |
+
if ( $current_basename == $basename ) {
|
8592 |
+
// Basename value set correctly.
|
8593 |
+
return;
|
8594 |
+
}
|
8595 |
+
|
8596 |
+
if ( $is_premium ) {
|
8597 |
+
$this->_premium_plugin_basename = $basename;
|
8598 |
+
} else {
|
8599 |
+
$this->_free_plugin_basename = $basename;
|
8600 |
+
}
|
8601 |
+
|
8602 |
+
$plugin_dir = dirname( $this->_plugin_dir_path ) . '/';
|
8603 |
+
|
8604 |
+
register_activation_hook(
|
8605 |
+
$plugin_dir . $basename,
|
8606 |
+
array( &$this, '_activate_plugin_event_hook' )
|
8607 |
+
);
|
8608 |
+
}
|
8609 |
+
|
8610 |
/**
|
8611 |
* @author Vova Feldman (@svovaf)
|
8612 |
* @since 1.1.1
|
8613 |
+
* @since 2.2.1 If the context product is in its premium version, use the current module's basename, even if it was renamed.
|
8614 |
*
|
8615 |
* @return string
|
8616 |
*/
|
8617 |
function premium_plugin_basename() {
|
8618 |
+
if ( ! isset( $this->_premium_plugin_basename ) ) {
|
8619 |
+
$this->_premium_plugin_basename = $this->is_premium() ?
|
8620 |
+
// The product is premium, so use the current basename.
|
8621 |
+
$this->_plugin_basename :
|
8622 |
+
$this->get_premium_slug() . '/' . basename( $this->_free_plugin_basename );
|
8623 |
+
}
|
8624 |
+
|
8625 |
+
return $this->_premium_plugin_basename;
|
8626 |
}
|
8627 |
|
8628 |
/**
|
8761 |
}
|
8762 |
|
8763 |
/**
|
8764 |
+
* @author Leo Fajardo (@leorw)
|
8765 |
+
* @since 2.2.1
|
8766 |
+
*
|
8767 |
+
* @return string
|
8768 |
+
*/
|
8769 |
+
function get_premium_slug() {
|
8770 |
+
return is_object( $this->_plugin ) ?
|
8771 |
+
$this->_plugin->premium_slug :
|
8772 |
+
"{$this->_slug}-premium";
|
8773 |
+
}
|
8774 |
+
|
8775 |
+
/**
|
8776 |
+
* Retrieve the desired folder name for the product.
|
8777 |
+
*
|
8778 |
* @author Vova Feldman (@svovaf)
|
8779 |
* @since 1.2.1.7
|
8780 |
*
|
8781 |
* @return string Plugin slug.
|
8782 |
*/
|
8783 |
function get_target_folder_name() {
|
8784 |
+
return $this->can_use_premium_code() ?
|
8785 |
+
$this->_plugin->premium_slug :
|
8786 |
+
$this->_slug;
|
8787 |
}
|
8788 |
|
8789 |
/**
|
8854 |
* @author Vova Feldman (@svovaf)
|
8855 |
* @since 1.0.9
|
8856 |
*
|
8857 |
+
* @param string|bool $premium_suffix
|
8858 |
+
*
|
8859 |
+
* @return string
|
8860 |
+
*/
|
8861 |
+
function get_plugin_name( $premium_suffix = false ) {
|
8862 |
+
$this->_logger->entrance();
|
8863 |
+
|
8864 |
+
/**
|
8865 |
+
* This `if-else` can be squeezed into a single `if` but I intentionally split it for code readability.
|
8866 |
+
*
|
8867 |
+
* @author Vova Feldman
|
8868 |
+
*/
|
8869 |
+
if ( ! isset( $this->_plugin_name ) ) {
|
8870 |
+
// Name is not yet set.
|
8871 |
+
$this->set_name( $premium_suffix );
|
8872 |
+
} else if (
|
8873 |
+
! empty( $premium_suffix ) &&
|
8874 |
+
( ! is_object( $this->_plugin ) || $this->_plugin->premium_suffix !== $premium_suffix )
|
8875 |
+
) {
|
8876 |
+
// Name is already set, but there's a change in the premium suffix.
|
8877 |
+
$this->set_name( $premium_suffix );
|
8878 |
+
}
|
8879 |
+
|
8880 |
+
return $this->_plugin_name;
|
8881 |
+
}
|
8882 |
+
|
8883 |
+
/**
|
8884 |
+
* Calculates and stores the product's name. This helper function was created specifically for get_plugin_name() just to make the code clearer.
|
8885 |
+
*
|
8886 |
+
* @author Vova Feldman (@svovaf)
|
8887 |
+
* @since 2.2.1
|
8888 |
+
*
|
8889 |
+
* @param string $premium_suffix
|
8890 |
*/
|
8891 |
+
private function set_name( $premium_suffix = '' ) {
|
8892 |
+
$plugin_data = $this->get_plugin_data();
|
8893 |
|
8894 |
+
// Get name.
|
8895 |
+
$this->_plugin_name = $plugin_data['Name'];
|
8896 |
|
8897 |
+
if ( is_string( $premium_suffix ) ) {
|
8898 |
+
$premium_suffix = trim( $premium_suffix );
|
8899 |
|
8900 |
+
if ( ! empty( $premium_suffix ) ) {
|
8901 |
+
// Check if plugin name contains " (premium)" or a custom suffix and remove it.
|
8902 |
+
$suffix = ( ' ' . strtolower( $premium_suffix ) );
|
8903 |
+
$suffix_len = strlen( $suffix );
|
8904 |
|
8905 |
+
if ( strlen( $plugin_data['Name'] ) > $suffix_len &&
|
8906 |
+
$suffix === substr( strtolower( $plugin_data['Name'] ), - $suffix_len )
|
8907 |
+
) {
|
8908 |
+
$this->_plugin_name = substr( $plugin_data['Name'], 0, - $suffix_len );
|
8909 |
+
}
|
8910 |
}
|
|
|
|
|
8911 |
}
|
8912 |
|
8913 |
+
$this->_logger->departure( 'Name = ' . $this->_plugin_name );
|
8914 |
}
|
8915 |
|
8916 |
/**
|
9616 |
* @return bool
|
9617 |
*/
|
9618 |
function is_premium() {
|
9619 |
+
/**
|
9620 |
+
* `$this->_plugin` will be `false` when `is_activation_mode` calls this method directly from the
|
9621 |
+
* `_register_hooks` method.
|
9622 |
+
*
|
9623 |
+
* @author Leo Fajardo (@leorw)
|
9624 |
+
* @since 2.2.3
|
9625 |
+
*/
|
9626 |
+
return is_object( $this->_plugin ) ?
|
9627 |
+
$this->_plugin->is_premium :
|
9628 |
+
false;
|
9629 |
}
|
9630 |
|
9631 |
/**
|
11015 |
fs_require_template( 'forms/resend-key.php', $vars );
|
11016 |
}
|
11017 |
|
11018 |
+
/**
|
11019 |
+
* Displays a subscription cancellation dialog box when the user clicks on the "Deactivate License"
|
11020 |
+
* link on the "Account" page or deactivates a plugin and there's an active subscription that is
|
11021 |
+
* either associated with a non-lifetime single-site license or non-lifetime multisite license that
|
11022 |
+
* is only activated on a single production site.
|
11023 |
+
*
|
11024 |
+
* @author Leo Fajardo (@leorw)
|
11025 |
+
* @since 2.2.1
|
11026 |
+
*
|
11027 |
+
* @param bool $is_license_deactivation
|
11028 |
+
*/
|
11029 |
+
function _maybe_add_subscription_cancellation_dialog_box( $is_license_deactivation = false ) {
|
11030 |
+
if ( fs_is_network_admin() ) {
|
11031 |
+
// Subscription cancellation dialog box is currently not supported for multisite networks.
|
11032 |
+
return;
|
11033 |
+
}
|
11034 |
+
|
11035 |
+
$license = $this->_get_license();
|
11036 |
+
|
11037 |
+
/**
|
11038 |
+
* If the installation is associated with a non-lifetime license, which is either a single-site or only activated on a single production site (or zero), and connected to an active subscription, suggest the customer to cancel the subscription upon deactivation.
|
11039 |
+
*
|
11040 |
+
* @author Leo Fajardo (@leorw) (Comment added by Vova Feldman @svovaf)
|
11041 |
+
* @since 2.2.1
|
11042 |
+
*/
|
11043 |
+
if ( ! is_object( $license ) ||
|
11044 |
+
$license->is_lifetime() ||
|
11045 |
+
( ! $license->is_single_site() && $license->activated > 1 )
|
11046 |
+
) {
|
11047 |
+
return;
|
11048 |
+
}
|
11049 |
+
|
11050 |
+
/**
|
11051 |
+
* @var FS_Subscription $subscription
|
11052 |
+
*/
|
11053 |
+
$subscription = $this->_get_subscription( $license->id );
|
11054 |
+
if ( ! is_object( $subscription ) || ! $subscription->is_active() ) {
|
11055 |
+
return;
|
11056 |
+
}
|
11057 |
+
|
11058 |
+
$vars = array(
|
11059 |
+
'id' => $this->_module_id,
|
11060 |
+
'license' => $license,
|
11061 |
+
'has_trial' => $this->is_paid_trial(),
|
11062 |
+
'is_license_deactivation' => $is_license_deactivation,
|
11063 |
+
);
|
11064 |
+
|
11065 |
+
fs_require_template( 'forms/subscription-cancellation.php', $vars );
|
11066 |
+
}
|
11067 |
+
|
11068 |
/**
|
11069 |
* @author Leo Fajardo (@leorw)
|
11070 |
* @since 2.0.2
|
11249 |
'license_key' => $fs->apply_filters( 'license_key', $license_key )
|
11250 |
);
|
11251 |
|
11252 |
+
$install = $api->call( $fs->add_show_pending( '/' ), 'put', $params );
|
11253 |
|
11254 |
if ( FS_Api::is_api_error( $install ) ) {
|
11255 |
$error = FS_Api::is_api_error_object( $install ) ?
|
11342 |
}
|
11343 |
}
|
11344 |
|
11345 |
+
if ( false === $error && true === $this->_storage->require_license_activation ) {
|
11346 |
+
$this->_storage->require_license_activation = false;
|
11347 |
+
}
|
11348 |
+
|
11349 |
$result = array(
|
11350 |
'success' => ( false === $error )
|
11351 |
);
|
11600 |
static function get_current_page() {
|
11601 |
if ( ! isset( self::$_pagenow ) ) {
|
11602 |
global $pagenow;
|
11603 |
+
if ( empty( $pagenow ) && is_admin() && is_multisite() ) {
|
11604 |
+
/**
|
11605 |
+
* It appears that `$pagenow` is not yet initialized in some network admin pages when this method
|
11606 |
+
* is called, so initialize it here using some pieces of code from `wp-includes/vars.php`.
|
11607 |
+
*
|
11608 |
+
* @author Leo Fajardo (@leorw)
|
11609 |
+
* @since 2.2.3
|
11610 |
+
*/
|
11611 |
+
if ( is_network_admin() ) {
|
11612 |
+
preg_match( '#/wp-admin/network/?(.*?)$#i', $_SERVER['PHP_SELF'], $self_matches );
|
11613 |
+
} else if ( is_user_admin() ) {
|
11614 |
+
preg_match( '#/wp-admin/user/?(.*?)$#i', $_SERVER['PHP_SELF'], $self_matches );
|
11615 |
+
} else {
|
11616 |
+
preg_match( '#/wp-admin/?(.*?)$#i', $_SERVER['PHP_SELF'], $self_matches );
|
11617 |
+
}
|
11618 |
+
|
11619 |
+
$pagenow = $self_matches[1];
|
11620 |
+
$pagenow = trim( $pagenow, '/' );
|
11621 |
+
$pagenow = preg_replace( '#\?.*?$#', '', $pagenow );
|
11622 |
+
if ( '' === $pagenow || 'index' === $pagenow || 'index.php' === $pagenow ) {
|
11623 |
+
$pagenow = 'index.php';
|
11624 |
+
} else {
|
11625 |
+
preg_match( '#(.*?)(/|$)#', $pagenow, $self_matches );
|
11626 |
+
$pagenow = strtolower( $self_matches[1] );
|
11627 |
+
if ( '.php' !== substr($pagenow, -4, 4) )
|
11628 |
+
$pagenow .= '.php'; // for Options +Multiviews: /wp-admin/themes/index.php (themes.php is queried)
|
11629 |
+
}
|
11630 |
+
}
|
11631 |
|
11632 |
self::$_pagenow = $pagenow;
|
11633 |
|
11659 |
return ( 'plugins.php' === self::get_current_page() );
|
11660 |
}
|
11661 |
|
11662 |
+
/**
|
11663 |
+
* @author Leo Fajardo (@leorw)
|
11664 |
+
* @since 2.2.3
|
11665 |
+
*
|
11666 |
+
* @return bool
|
11667 |
+
*/
|
11668 |
+
static function is_plugin_install_page() {
|
11669 |
+
return ( 'plugin-install.php' === self::get_current_page() );
|
11670 |
+
}
|
11671 |
+
|
11672 |
/**
|
11673 |
* @author Leo Fajardo (@leorw)
|
11674 |
* @since 2.0.2
|
11936 |
return $this->get_upgrade_url( WP_FS__PERIOD_ANNUALLY, true );
|
11937 |
}
|
11938 |
|
11939 |
+
/**
|
11940 |
+
* @author Leo Fajardo (@leorw)
|
11941 |
+
* @since 2.1.4
|
11942 |
+
*
|
11943 |
+
* @param string $new_version
|
11944 |
+
*
|
11945 |
+
* @return string
|
11946 |
+
*/
|
11947 |
+
function version_upgrade_checkout_link( $new_version ) {
|
11948 |
+
if ( ! is_object( $this->_license ) ) {
|
11949 |
+
$url = $this->pricing_url();
|
11950 |
+
|
11951 |
+
$purchase_license_text = $this->get_text_inline( 'Buy a license now', 'buy-license-now' );
|
11952 |
+
} else {
|
11953 |
+
$subscription = $this->_get_subscription( $this->_license->id );
|
11954 |
+
|
11955 |
+
$url = $this->checkout_url(
|
11956 |
+
is_object( $subscription ) ?
|
11957 |
+
( 1 == $subscription->billing_cycle ? WP_FS__PERIOD_MONTHLY : WP_FS__PERIOD_ANNUALLY ) :
|
11958 |
+
WP_FS__PERIOD_LIFETIME,
|
11959 |
+
false,
|
11960 |
+
array( 'licenses' => $this->_license->quota )
|
11961 |
+
);
|
11962 |
+
|
11963 |
+
$purchase_license_text = $this->get_text_inline( 'Renew your license now', 'renew-license-now' );
|
11964 |
+
}
|
11965 |
+
|
11966 |
+
return sprintf(
|
11967 |
+
$this->get_text_inline( '%s to access version %s security & feature updates, and support.', 'x-for-updates-and-support' ),
|
11968 |
+
sprintf( '<a href="%s">%s</a>', $url, $purchase_license_text ),
|
11969 |
+
$new_version
|
11970 |
+
);
|
11971 |
+
}
|
11972 |
+
|
11973 |
/**
|
11974 |
* Plugin's pricing URL.
|
11975 |
*
|
12604 |
* @author Vova Feldman (@svovaf)
|
12605 |
*/
|
12606 |
$args = array(
|
12607 |
+
/**
|
12608 |
+
* Commented out in order to handle the migration of site options whether the site is public or not.
|
12609 |
+
*
|
12610 |
+
* @author Leo Fajardo (@leorw)
|
12611 |
+
* @since 2.2.1
|
12612 |
+
*/
|
12613 |
+
// 'public' => 1,
|
12614 |
'archived' => 0,
|
12615 |
'mature' => 0,
|
12616 |
'spam' => 0,
|
12806 |
|
12807 |
self::$_accounts->set_site_blog_context( $blog_id );
|
12808 |
$this->_storage->set_site_blog_context( $blog_id );
|
12809 |
+
$this->_storage->set_network_active( $this->_is_network_active, $this->is_delegated_connection( $blog_id ) );
|
12810 |
|
12811 |
$this->_site = is_object( $install ) ?
|
12812 |
$install :
|
13755 |
}
|
13756 |
}
|
13757 |
|
13758 |
+
if ( true === $this->_storage->require_license_activation &&
|
13759 |
+
! fs_request_get_bool( 'require_license', true )
|
13760 |
+
) {
|
13761 |
+
$this->_storage->require_license_activation = false;
|
13762 |
+
}
|
13763 |
+
|
13764 |
if ( $this->is_theme() ) {
|
13765 |
$this->_register_account_hooks();
|
13766 |
}
|
13826 |
|
13827 |
}
|
13828 |
|
13829 |
+
/**
|
13830 |
+
* Get a sanitized array with the WordPress version, SDK version, and PHP version.
|
13831 |
+
* Each version is trimmed after the 16th char.
|
13832 |
+
*
|
13833 |
+
* @author Vova Feldman (@svovaf)
|
13834 |
+
* @since 2.2.1
|
13835 |
+
*
|
13836 |
+
* @return array
|
13837 |
+
*/
|
13838 |
+
private function get_versions() {
|
13839 |
+
$versions = array();
|
13840 |
+
$versions['platform_version'] = get_bloginfo( 'version' );
|
13841 |
+
$versions['sdk_version'] = $this->version;
|
13842 |
+
$versions['programming_language_version'] = phpversion();
|
13843 |
+
|
13844 |
+
foreach ( $versions as $k => $version ) {
|
13845 |
+
if ( is_string( $versions[ $k ] ) && ! empty( $versions[ $k ] ) ) {
|
13846 |
+
$versions[ $k ] = substr( $versions[ $k ], 0, 16 );
|
13847 |
+
}
|
13848 |
+
}
|
13849 |
+
|
13850 |
+
return $versions;
|
13851 |
+
}
|
13852 |
+
|
13853 |
/**
|
13854 |
* @author Vova Feldman (@svovaf)
|
13855 |
* @since 1.1.7.4
|
13871 |
// Return to the module's main page.
|
13872 |
$this->get_after_activation_url( 'after_connect_url', array( 'fs_action' => $activation_action ) );
|
13873 |
|
13874 |
+
$versions = $this->get_versions();
|
13875 |
+
|
13876 |
+
$params = array_merge( $versions, array(
|
13877 |
'user_firstname' => $current_user->user_firstname,
|
13878 |
'user_lastname' => $current_user->user_lastname,
|
13879 |
'user_nickname' => $current_user->user_nicename,
|
13888 |
'account',
|
13889 |
array( 'fs_action' => 'sync_user' )
|
13890 |
), 'sync_user' ),
|
|
|
|
|
|
|
13891 |
'is_premium' => $this->is_premium(),
|
13892 |
'is_active' => true,
|
13893 |
'is_uninstalled' => false,
|
13894 |
+
) );
|
13895 |
|
13896 |
if ( true === $network_level_or_blog_id ) {
|
13897 |
if ( ! isset( $override_with['sites'] ) ) {
|
14077 |
'timeout' => WP_FS__DEBUG_SDK ? 60 : 30,
|
14078 |
);
|
14079 |
|
14080 |
+
$url = $this->add_show_pending( WP_FS__ADDRESS . '/action/service/user/install/' );
|
14081 |
$response = self::safe_remote_post( $url, $request );
|
14082 |
|
14083 |
if ( is_wp_error( $response ) ) {
|
15234 |
|
15235 |
$hook = false;
|
15236 |
|
15237 |
+
if ( ! $this->has_settings_menu() ) {
|
15238 |
// Add the opt-in page without a menu item.
|
15239 |
$hook = FS_Admin_Menu_Manager::add_subpage(
|
15240 |
null,
|
15582 |
}
|
15583 |
}
|
15584 |
|
15585 |
+
if ( ! $is_activation_mode || ( true !== $this->_storage->require_license_activation ) ) {
|
15586 |
+
/**
|
15587 |
+
* Add the other menu items if there are any when not in activation mode or license activation is not
|
15588 |
+
* required (license activation is required for registered or anonymous users after activating the
|
15589 |
+
* premium version when the site is not in trial mode or there's no active valid license).
|
15590 |
+
*
|
15591 |
+
* @author Leo Fajardo (@leorw)
|
15592 |
+
* @since 2.2.1
|
15593 |
+
*/
|
15594 |
+
if ( 0 < count( $this->_menu_items ) ) {
|
15595 |
+
if ( ! $this->_menu->is_top_level() ) {
|
15596 |
+
fs_enqueue_local_style( 'fs_common', '/admin/common.css' );
|
15597 |
|
15598 |
+
// Append submenu items right after the plugin's submenu item.
|
15599 |
+
$this->order_sub_submenu_items();
|
15600 |
+
} else {
|
15601 |
+
// Append submenu items.
|
15602 |
+
$this->embed_submenu_items();
|
15603 |
+
}
|
15604 |
}
|
15605 |
}
|
15606 |
}
|
15626 |
|
15627 |
foreach ( $this->_menu_items as $priority => $items ) {
|
15628 |
foreach ( $items as $item ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15629 |
$capability = ( ! empty( $item['capability'] ) ? $item['capability'] : $top_level_menu_capability );
|
15630 |
|
15631 |
$menu_item = sprintf(
|
15636 |
$item['menu_title']
|
15637 |
);
|
15638 |
|
15639 |
+
$top_level_menu_slug = $this->get_top_level_menu_slug();
|
15640 |
+
$menu_slug = $this->_menu->get_slug( $item['menu_slug'] );
|
15641 |
|
15642 |
if ( ! isset( $item['url'] ) ) {
|
15643 |
$hook = FS_Admin_Menu_Manager::add_subpage(
|
15644 |
$item['show_submenu'] ?
|
15645 |
+
$top_level_menu_slug :
|
15646 |
null,
|
15647 |
$item['page_title'],
|
15648 |
$menu_item,
|
15657 |
} else {
|
15658 |
FS_Admin_Menu_Manager::add_subpage(
|
15659 |
$item['show_submenu'] ?
|
15660 |
+
$top_level_menu_slug :
|
15661 |
null,
|
15662 |
$item['page_title'],
|
15663 |
$menu_item,
|
15666 |
array( $this, '' )
|
15667 |
);
|
15668 |
}
|
15669 |
+
|
15670 |
+
if ( $item['show_submenu'] && $is_first_submenu_item ) {
|
15671 |
+
if ( $this->_is_network_active && ! empty( $this->_dynamically_added_top_level_page_hook_name ) ) {
|
15672 |
+
/**
|
15673 |
+
* If the top-level menu has been dynamically created, remove the first submenu item that
|
15674 |
+
* WordPress automatically creates when there's no submenu item whose slug matches the
|
15675 |
+
* parent's. In the following example, the `Awesome Plugin` submenu item will be removed.
|
15676 |
+
*
|
15677 |
+
* Awesome Plugin
|
15678 |
+
* - Awesome Plugin <-- we want to remove this since there's no real setting page for the top-level
|
15679 |
+
*
|
15680 |
+
* @author Leo Fajardo (@leorw)
|
15681 |
+
*/
|
15682 |
+
remove_submenu_page( $top_level_menu_slug, $top_level_menu_slug );
|
15683 |
+
}
|
15684 |
+
|
15685 |
+
$is_first_submenu_item = false;
|
15686 |
+
}
|
15687 |
}
|
15688 |
}
|
15689 |
}
|
16926 |
* @param bool|number $plugin_id
|
16927 |
* @param bool $flush Since 1.1.7.3
|
16928 |
* @param int $expiration Since 1.2.2.7
|
16929 |
+
* @param bool|string $newer_than Since 2.2.1
|
16930 |
*
|
16931 |
* @return object|false New plugin tag info if exist.
|
16932 |
*/
|
16933 |
+
private function _fetch_newer_version( $plugin_id = false, $flush = true, $expiration = WP_FS__TIME_24_HOURS_IN_SEC, $newer_than = false ) {
|
16934 |
+
$latest_tag = $this->_fetch_latest_version( $plugin_id, $flush, $expiration, $newer_than );
|
16935 |
|
16936 |
if ( ! is_object( $latest_tag ) ) {
|
16937 |
return false;
|
16956 |
* @param bool|number $plugin_id
|
16957 |
* @param bool $flush Since 1.1.7.3
|
16958 |
* @param int $expiration Since 1.2.2.7
|
16959 |
+
* @param bool|string $newer_than Since 2.2.1
|
16960 |
*
|
16961 |
* @return bool|FS_Plugin_Tag
|
16962 |
*/
|
16963 |
+
function get_update( $plugin_id = false, $flush = true, $expiration = WP_FS__TIME_24_HOURS_IN_SEC, $newer_than = false ) {
|
16964 |
$this->_logger->entrance();
|
16965 |
|
16966 |
if ( ! is_numeric( $plugin_id ) ) {
|
16967 |
$plugin_id = $this->_plugin->id;
|
16968 |
}
|
16969 |
|
16970 |
+
$this->check_updates( true, $plugin_id, $flush, $expiration, $newer_than );
|
16971 |
$updates = $this->get_all_updates();
|
16972 |
|
16973 |
return isset( $updates[ $plugin_id ] ) && is_object( $updates[ $plugin_id ] ) ? $updates[ $plugin_id ] : false;
|
17120 |
* the admin.
|
17121 |
* @param bool $is_context_single_site @since 2.0.0. This is used when syncing a license for a single install from the
|
17122 |
* network-level "Account" page.
|
17123 |
+
* @param int|null $current_blog_id @since 2.2.3. This is passed from the `execute_cron` method and used by the
|
17124 |
+
* `_sync_plugin_license` method in order to switch to the previous blog when sending
|
17125 |
+
* updates for a single site in case `execute_cron` has switched to a different blog.
|
17126 |
*/
|
17127 |
+
private function _sync_license( $background = false, $is_context_single_site = false, $current_blog_id = null ) {
|
17128 |
$this->_logger->entrance();
|
17129 |
|
17130 |
$plugin_id = fs_request_get( 'plugin_id', $this->get_id() );
|
17134 |
if ( $is_addon_sync ) {
|
17135 |
$this->_sync_addon_license( $plugin_id, $background );
|
17136 |
} else {
|
17137 |
+
$this->_sync_plugin_license( $background, true, $is_context_single_site, $current_blog_id );
|
17138 |
}
|
17139 |
|
17140 |
$this->do_action( 'after_account_plan_sync', $this->get_plan_name() );
|
17224 |
* @param bool $is_context_single_site Since 2.0.0. This is used when sending an update for a single install and
|
17225 |
* syncing its license from the network-level "Account" page (e.g.: after
|
17226 |
* activating a license only for the single install).
|
17227 |
+
* @param int|null $current_blog_id Since 2.2.3. This is passed from the `execute_cron` method so that it
|
17228 |
+
* can be used here to switch to the previous blog in case `execute_cron`
|
17229 |
+
* has switched to a different blog.
|
17230 |
*/
|
17231 |
private function _sync_plugin_license(
|
17232 |
$background = false,
|
17233 |
$send_installs_update = true,
|
17234 |
+
$is_context_single_site = false,
|
17235 |
+
$current_blog_id = null
|
17236 |
) {
|
17237 |
$this->_logger->entrance();
|
17238 |
|
17249 |
* @todo This line will execute install sync on a daily basis, even if running the free version (for opted-in users). The reason we want to keep it that way is for cases when the user was a paying customer, then there was a failure in subscription payment, and then after some time the payment was successful. This could be heavily optimized. For example, we can skip the $flush if the current install was never associated with a paid version.
|
17250 |
*/
|
17251 |
if ( $is_site_level_sync ) {
|
17252 |
+
/**
|
17253 |
+
* Switch to the previous blog since `execute_cron` may have switched to a different blog.
|
17254 |
+
*
|
17255 |
+
* @author Leo Fajardo (@leorw)
|
17256 |
+
* @since 2.2.3
|
17257 |
+
*/
|
17258 |
+
if ( is_numeric( $current_blog_id ) ) {
|
17259 |
+
$this->switch_to_blog( $current_blog_id );
|
17260 |
+
}
|
17261 |
+
|
17262 |
$result = $this->send_install_update( array(), true );
|
17263 |
$is_valid = $this->is_api_result_entity( $result );
|
17264 |
} else {
|
17768 |
$api = $this->get_api_site_scope();
|
17769 |
$license = $api->call( "/licenses/{$this->_site->license_id}.json", 'delete' );
|
17770 |
|
17771 |
+
$this->handle_license_deactivation_result( $license, $hmm_text, $show_notice );
|
17772 |
+
}
|
17773 |
+
|
17774 |
+
/**
|
17775 |
+
* @author Leo Fajardo (@leorw)
|
17776 |
+
* @since 2.2.1
|
17777 |
+
*
|
17778 |
+
* @param FS_Plugin_License $license
|
17779 |
+
* @param bool|string $hmm_text
|
17780 |
+
* @param bool $show_notice
|
17781 |
+
*/
|
17782 |
+
private function handle_license_deactivation_result( $license, $hmm_text = false, $show_notice = true ) {
|
17783 |
if ( isset( $license->error ) ) {
|
17784 |
$this->_admin_notices->add(
|
17785 |
$this->get_text_inline( 'It looks like the license deactivation failed.', 'license-deactivation-failed-message' ) . '<br> ' .
|
17800 |
}
|
17801 |
}
|
17802 |
|
17803 |
+
// Update site plan to default.
|
17804 |
$this->_sync_plans();
|
17805 |
$this->_site->plan_id = $this->_plans[0]->id;
|
17806 |
// Unlink license from site.
|
17827 |
* @author Vova Feldman (@svovaf)
|
17828 |
* @since 1.0.4
|
17829 |
*
|
17830 |
+
* @return object
|
17831 |
+
*
|
17832 |
* @uses FS_Api
|
17833 |
*/
|
17834 |
private function _downgrade_site() {
|
17835 |
$this->_logger->entrance();
|
17836 |
|
17837 |
+
$deactivate_license = fs_request_get_bool( 'deactivate_license' );
|
17838 |
+
|
17839 |
$api = $this->get_api_site_scope();
|
17840 |
+
$site = $api->call( 'downgrade.json', 'put', array( 'deactivate_license' => $deactivate_license ) );
|
17841 |
|
17842 |
$plan_downgraded = false;
|
17843 |
$plan = false;
|
17855 |
( is_object( $subscription ) && ! isset( $subscription->error ) && ! $subscription->is_active() );
|
17856 |
} else {
|
17857 |
// handle different error cases.
|
17858 |
+
$this->handle_license_deactivation_result(
|
17859 |
+
$site,
|
17860 |
+
$this->get_text_x_inline( 'Hmm', 'something somebody says when they are thinking about what you have just said.', 'hmm' ) . '...'
|
17861 |
+
);
|
17862 |
}
|
17863 |
|
17864 |
+
if ( ! $plan_downgraded ) {
|
17865 |
+
return (object) array(
|
17866 |
+
'error' => (object) array(
|
17867 |
+
'message' => $this->get_text_inline( 'Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes.', 'subscription-cancellation-failure-message' )
|
|
|
|
|
|
|
|
|
17868 |
)
|
17869 |
);
|
17870 |
+
}
|
17871 |
|
17872 |
+
// Remove previous sticky message about upgrade (if exist).
|
17873 |
+
$this->_admin_notices->remove_sticky( 'plan_upgraded' );
|
17874 |
+
|
17875 |
+
$this->_admin_notices->add(
|
17876 |
+
sprintf( $this->get_text_inline( 'Your subscription was successfully cancelled. Your %s plan license will expire in %s.', 'plan-x-downgraded-message' ),
|
17877 |
+
$plan->title,
|
17878 |
+
human_time_diff( time(), strtotime( $this->_license->expiration ) )
|
17879 |
+
)
|
17880 |
+
);
|
17881 |
+
|
17882 |
+
// Store site updates.
|
17883 |
+
$this->_store_site();
|
17884 |
+
|
17885 |
+
if ( $deactivate_license &&
|
17886 |
+
! FS_Plugin_License::is_valid_id( $site->license_id )
|
17887 |
+
) {
|
17888 |
+
if ( $this->_site->is_localhost() ) {
|
17889 |
+
$this->_license->activated_local = max( 0, $this->_license->activated_local - 1 );
|
17890 |
+
} else {
|
17891 |
+
$this->_license->activated = max( 0, $this->_license->activated - 1 );
|
17892 |
+
}
|
17893 |
+
|
17894 |
+
// Handle successful license deactivation result.
|
17895 |
+
$this->handle_license_deactivation_result( $this->_license );
|
17896 |
}
|
17897 |
+
|
17898 |
+
return $site;
|
17899 |
}
|
17900 |
|
17901 |
/**
|
18002 |
* @author Vova Feldman (@svovaf)
|
18003 |
* @since 1.0.9
|
18004 |
*
|
18005 |
+
* @return object
|
18006 |
+
*
|
18007 |
* @uses FS_Api
|
18008 |
*/
|
18009 |
private function _cancel_trial() {
|
18010 |
$this->_logger->entrance();
|
18011 |
|
|
|
|
|
|
|
18012 |
if ( ! $this->is_trial() ) {
|
18013 |
+
return (object) array(
|
18014 |
+
'error' => (object) array(
|
18015 |
+
'message' => $this->get_text_inline( 'It looks like you are not in trial mode anymore so there\'s nothing to cancel :)', 'trial-cancel-no-trial-message' )
|
18016 |
+
)
|
18017 |
);
|
|
|
|
|
18018 |
}
|
18019 |
|
18020 |
$trial_plan = $this->get_trial_plan();
|
18045 |
// @todo handle different error cases.
|
18046 |
}
|
18047 |
|
18048 |
+
if ( ! $trial_cancelled ) {
|
18049 |
+
return (object) array(
|
18050 |
+
'error' => (object) array(
|
18051 |
+
'message' => $this->get_text_inline( 'Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes.', 'trial-cancel-failure-message' )
|
18052 |
+
)
|
18053 |
+
);
|
18054 |
+
}
|
18055 |
|
18056 |
+
// Remove previous sticky messages about upgrade or trial (if exist).
|
18057 |
+
$this->_admin_notices->remove_sticky( array(
|
18058 |
+
'trial_started',
|
18059 |
+
'trial_promotion',
|
18060 |
+
'plan_upgraded',
|
18061 |
+
) );
|
18062 |
|
18063 |
+
// Store site updates.
|
18064 |
+
$this->_store_site();
|
18065 |
+
|
18066 |
+
if ( ! $this->is_addon() ||
|
18067 |
+
! $this->deactivate_premium_only_addon_without_license( true )
|
18068 |
+
) {
|
|
|
|
|
18069 |
$this->_admin_notices->add(
|
18070 |
+
sprintf( $this->get_text_inline( 'Your %s free trial was successfully cancelled.', 'trial-cancel-message' ), $trial_plan->title )
|
|
|
|
|
18071 |
);
|
18072 |
}
|
18073 |
+
|
18074 |
+
return $site;
|
18075 |
}
|
18076 |
|
18077 |
/**
|
18142 |
* @since 1.0.4
|
18143 |
*
|
18144 |
* @param bool|number $addon_id
|
18145 |
+
* @param bool $flush Since 1.1.7.3
|
18146 |
+
* @param int $expiration Since 1.2.2.7
|
18147 |
+
* @param bool|string $newer_than Since 2.2.1
|
18148 |
+
* @param bool|string $fetch_readme Since 2.2.1
|
18149 |
*
|
18150 |
* @return object|false Plugin latest tag info.
|
18151 |
*/
|
18152 |
function _fetch_latest_version(
|
18153 |
$addon_id = false,
|
18154 |
$flush = true,
|
18155 |
+
$expiration = WP_FS__TIME_24_HOURS_IN_SEC,
|
18156 |
+
$newer_than = false,
|
18157 |
+
$fetch_readme = true
|
18158 |
) {
|
18159 |
$this->_logger->entrance();
|
18160 |
|
18205 |
$this->switch_to_blog( $switch_to_blog_id );
|
18206 |
}
|
18207 |
|
18208 |
+
$latest_version_endpoint = $this->_get_latest_version_endpoint( $addon_id, 'json' );
|
18209 |
+
|
18210 |
+
if ( ! empty( $newer_than ) ) {
|
18211 |
+
$latest_version_endpoint = add_query_arg( 'newer_than', $newer_than, $latest_version_endpoint );
|
18212 |
+
}
|
18213 |
+
|
18214 |
+
if ( true === $fetch_readme ) {
|
18215 |
+
$latest_version_endpoint = add_query_arg( 'readme', 'true', $latest_version_endpoint );
|
18216 |
+
}
|
18217 |
+
|
18218 |
$tag = $this->get_api_site_or_plugin_scope()->get(
|
18219 |
+
$latest_version_endpoint,
|
18220 |
$flush,
|
18221 |
$expiration
|
18222 |
);
|
18352 |
* @param bool|number $plugin_id
|
18353 |
* @param bool $flush Since 1.1.7.3
|
18354 |
* @param int $expiration Since 1.2.2.7
|
18355 |
+
* @param bool|string $newer_than Since 2.2.1
|
18356 |
*/
|
18357 |
private function check_updates(
|
18358 |
$background = false,
|
18359 |
$plugin_id = false,
|
18360 |
$flush = true,
|
18361 |
+
$expiration = WP_FS__TIME_24_HOURS_IN_SEC,
|
18362 |
+
$newer_than = false
|
18363 |
) {
|
18364 |
$this->_logger->entrance();
|
18365 |
|
18366 |
// Check if there's a newer version for download.
|
18367 |
+
$new_version = $this->_fetch_newer_version( $plugin_id, $flush, $expiration, $newer_than );
|
18368 |
|
18369 |
$update = null;
|
18370 |
if ( is_object( $new_version ) ) {
|
18720 |
*/
|
18721 |
function get_after_activation_url( $filter, $params = array(), $network = null ) {
|
18722 |
if ( $this->is_free_wp_org_theme() &&
|
18723 |
+
( fs_request_has( 'pending_activation' ) ||
|
18724 |
+
// For cases when the first time path is set, even though it's a WP.org theme.
|
18725 |
+
fs_request_get_bool( $this->get_unique_affix() . '_show_optin' ) )
|
18726 |
) {
|
18727 |
$first_time_path = '';
|
18728 |
} else {
|
18854 |
$this->_site = null;
|
18855 |
$this->_user = null;
|
18856 |
|
18857 |
+
$this->maybe_set_slug_and_network_menu_exists_flag();
|
18858 |
+
|
18859 |
fs_redirect( $this->get_activation_url() );
|
18860 |
} else {
|
18861 |
if ( $this->is_addon_activated( $plugin_id ) ) {
|
18875 |
check_admin_referer( $action );
|
18876 |
}
|
18877 |
|
18878 |
+
$switch_to_network_install_blog_after_cancellation = (
|
18879 |
+
is_numeric( $blog_id ) &&
|
18880 |
+
$plugin_id == $this->get_id() &&
|
18881 |
+
! $this->is_trial()
|
18882 |
+
);
|
18883 |
|
18884 |
+
$result = $this->cancel_subscription_or_trial( $plugin_id );
|
18885 |
+
if ( $this->is_api_error( $result ) ) {
|
18886 |
+
$this->_admin_notices->add(
|
18887 |
+
$result->error->message,
|
18888 |
+
$this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
|
18889 |
+
'error'
|
18890 |
+
);
|
18891 |
+
}
|
18892 |
+
|
18893 |
+
if ( $switch_to_network_install_blog_after_cancellation ) {
|
18894 |
+
$this->switch_to_blog( $this->_storage->network_install_blog_id );
|
18895 |
}
|
18896 |
|
18897 |
return;
|
18923 |
$this->_site = null;
|
18924 |
$this->_user = null;
|
18925 |
|
18926 |
+
if ( ! $is_network_action ) {
|
18927 |
+
fs_redirect( $this->get_activation_url() );
|
18928 |
+
} else if ( is_numeric( $blog_id ) ) {
|
18929 |
+
$this->switch_to_blog( $this->_storage->network_install_blog_id );
|
18930 |
+
}
|
18931 |
}
|
18932 |
} else {
|
18933 |
if ( $this->is_addon_activated( $plugin_id ) ) {
|
19025 |
#region Actions that might be called from external links (e.g. email)
|
19026 |
|
19027 |
case 'cancel_trial':
|
19028 |
+
$result = $this->cancel_subscription_or_trial( $plugin_id );
|
19029 |
+
if ( $this->is_api_error( $result ) ) {
|
19030 |
+
$this->_admin_notices->add(
|
19031 |
+
$result->error->message,
|
19032 |
+
$this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
|
19033 |
+
'error'
|
19034 |
+
);
|
19035 |
}
|
19036 |
|
19037 |
return;
|
20027 |
|
20028 |
if ( ! $this->is_addon() || ! $this->has_free_plan() ) {
|
20029 |
$first_time_path = $this->_menu->get_first_time_path();
|
20030 |
+
|
20031 |
+
if ( $this->is_activation_mode() ) {
|
20032 |
+
$url = $this->get_activation_url();
|
20033 |
+
} else if ( ! empty( $first_time_path ) ) {
|
20034 |
+
$url = $first_time_path;
|
20035 |
+
} else {
|
20036 |
+
$page = '';
|
20037 |
+
if ( ! empty( $this->_dynamically_added_top_level_page_hook_name ) ) {
|
20038 |
+
if ( $this->is_network_registered() ) {
|
20039 |
+
$page = 'account';
|
20040 |
+
} else if ( $this->is_network_anonymous() ) {
|
20041 |
+
$this->maybe_set_slug_and_network_menu_exists_flag();
|
20042 |
+
}
|
20043 |
+
}
|
20044 |
+
|
20045 |
+
$url = $this->_get_admin_page_url( $page );
|
20046 |
+
}
|
20047 |
} else {
|
20048 |
$plugin_fs = false;
|
20049 |
|
20163 |
$this->_admin_notices->add_sticky( $message, $id, $title, $type );
|
20164 |
}
|
20165 |
|
20166 |
+
/**
|
20167 |
+
* Check if the paid version of the module is installed.
|
20168 |
+
*
|
20169 |
+
* @author Vova Feldman (@svovaf)
|
20170 |
+
* @since 2.2.0
|
20171 |
+
*
|
20172 |
+
* @return bool
|
20173 |
+
*/
|
20174 |
+
private function is_premium_version_installed() {
|
20175 |
+
$premium_plugin_basename = $this->premium_plugin_basename();
|
20176 |
+
$premium_plugin = get_plugins( '/' . dirname( $premium_plugin_basename ) );
|
20177 |
+
|
20178 |
+
return ! empty( $premium_plugin );
|
20179 |
+
}
|
20180 |
+
|
20181 |
/**
|
20182 |
* Helper function that returns the final steps for the upgrade completion.
|
20183 |
*
|
20203 |
$plan_title = $this->get_plan_title();
|
20204 |
}
|
20205 |
|
20206 |
+
if ( $this->is_premium_version_installed() ) {
|
20207 |
+
/**
|
20208 |
+
* If the premium version is already installed, instead of showing the installation instructions,
|
20209 |
+
* tell the current user to activate it.
|
20210 |
+
*
|
20211 |
+
* @author Leo Fajardo (@leorw)
|
20212 |
+
* @since 2.2.1
|
20213 |
+
*/
|
20214 |
+
$premium_plugin_basename = $this->premium_plugin_basename();
|
20215 |
|
20216 |
+
return sprintf(
|
20217 |
+
/* translators: %1s: Product title; %2s: Plan title */
|
20218 |
+
$this->get_text_inline( ' The paid version of %1s is already installed. Please activate it to start benefiting the %2s features. %3s', 'activate-premium-version' ),
|
20219 |
+
sprintf( '<em>%s</em>', esc_html( $this->get_plugin_title() ) ),
|
20220 |
+
$plan_title,
|
20221 |
+
sprintf(
|
20222 |
+
'<a style="margin-left: 10px;" href="%s"><button class="button button-primary">%s</button></a>',
|
20223 |
+
wp_nonce_url( 'plugins.php?action=activate&plugin=' . $premium_plugin_basename, 'activate-plugin_' . $premium_plugin_basename ),
|
20224 |
+
esc_html( sprintf(
|
20225 |
+
/* translators: %s: Plan title */
|
20226 |
+
$this->get_text_inline( 'Activate %s features', 'activate-x-features' ),
|
20227 |
+
$plan_title
|
20228 |
+
) )
|
20229 |
+
)
|
20230 |
+
);
|
20231 |
+
} else {
|
20232 |
+
// @since 1.2.1.5 The free version is auto deactivated.
|
20233 |
+
$deactivation_step = version_compare( $this->version, '1.2.1.5', '<' ) ?
|
20234 |
+
( '<li>' . $this->esc_html_inline( 'Deactivate the free version', 'deactivate-free-version' ) . '.</li>' ) :
|
20235 |
+
'';
|
20236 |
+
|
20237 |
+
return sprintf(
|
20238 |
+
' %s: <ol><li>%s.</li>%s<li>%s (<a href="%s" target="_blank">%s</a>).</li></ol>',
|
20239 |
+
$this->get_text_inline( 'Please follow these steps to complete the upgrade', 'follow-steps-to-complete-upgrade' ),
|
20240 |
+
( empty( $activate_license_string ) ? '' : $activate_license_string . '</li><li>' ) .
|
20241 |
+
$this->get_latest_download_link( sprintf(
|
20242 |
+
/* translators: %s: Plan title */
|
20243 |
+
$this->get_text_inline( 'Download the latest %s version', 'download-latest-x-version' ),
|
20244 |
+
$plan_title
|
20245 |
+
) ),
|
20246 |
+
$deactivation_step,
|
20247 |
+
$this->get_text_inline( 'Upload and activate the downloaded version', 'upload-and-activate' ),
|
20248 |
+
'//bit.ly/upload-wp-' . $this->_module_type . 's',
|
20249 |
+
$this->get_text_inline( 'How to upload and activate?', 'howto-upload-activate' )
|
20250 |
+
);
|
20251 |
+
}
|
20252 |
}
|
20253 |
|
20254 |
/**
|
21031 |
|
21032 |
// Locate the main assets folder.
|
21033 |
if ( 1 < count( $fs_active_plugins->plugins ) ) {
|
21034 |
+
$plugin_or_theme_img_dir = ( $this->is_plugin() ? WP_PLUGIN_DIR : get_theme_root( get_stylesheet() ) );
|
21035 |
|
21036 |
foreach ( $fs_active_plugins->plugins as $sdk_path => &$data ) {
|
21037 |
if ( $data->plugin_path == $this->get_plugin_basename() ) {
|
21038 |
$img_dir = $plugin_or_theme_img_dir
|
21039 |
. '/'
|
21040 |
+
/**
|
21041 |
+
* The basename will be `themes` or the basename of a custom themes directory.
|
21042 |
+
*
|
21043 |
+
* @author Leo Fajardo (@leorw)
|
21044 |
+
* @since 2.2.3
|
21045 |
+
*/
|
21046 |
+
. str_replace( '../' . basename( $plugin_or_theme_img_dir ) . '/', '', $sdk_path )
|
21047 |
. '/assets/img';
|
21048 |
|
21049 |
break;
|
freemius/includes/class-fs-api.php
CHANGED
@@ -238,7 +238,7 @@
|
|
238 |
if ( ! is_object( $result ) || isset( $result->error ) ) {
|
239 |
// Api returned an error.
|
240 |
if ( is_object( $cached_result ) &&
|
241 |
-
! isset( $cached_result )
|
242 |
) {
|
243 |
// If there was an error during a newer data fetch,
|
244 |
// fallback to older data version.
|
@@ -248,9 +248,19 @@
|
|
248 |
$this->_logger->warn( 'Fallback to cached API result: ' . var_export( $cached_result, true ) );
|
249 |
}
|
250 |
} else {
|
251 |
-
|
252 |
-
|
253 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
254 |
}
|
255 |
}
|
256 |
|
238 |
if ( ! is_object( $result ) || isset( $result->error ) ) {
|
239 |
// Api returned an error.
|
240 |
if ( is_object( $cached_result ) &&
|
241 |
+
! isset( $cached_result->error )
|
242 |
) {
|
243 |
// If there was an error during a newer data fetch,
|
244 |
// fallback to older data version.
|
248 |
$this->_logger->warn( 'Fallback to cached API result: ' . var_export( $cached_result, true ) );
|
249 |
}
|
250 |
} else {
|
251 |
+
if ( is_object( $result ) && 404 == $result->error->http ) {
|
252 |
+
/**
|
253 |
+
* If the response code is 404, cache the result for half of the `$expiration`.
|
254 |
+
*
|
255 |
+
* @author Leo Fajardo (@leorw)
|
256 |
+
* @since 2.2.3.1
|
257 |
+
*/
|
258 |
+
$expiration /= 2;
|
259 |
+
} else {
|
260 |
+
// If no older data version and the response code is not 404, return result without
|
261 |
+
// caching the error.
|
262 |
+
return $result;
|
263 |
+
}
|
264 |
}
|
265 |
}
|
266 |
|
freemius/includes/class-fs-plugin-updater.php
CHANGED
@@ -35,6 +35,8 @@
|
|
35 |
*/
|
36 |
private $_translation_updates;
|
37 |
|
|
|
|
|
38 |
#--------------------------------------------------------------------------------
|
39 |
#region Singleton
|
40 |
#--------------------------------------------------------------------------------
|
@@ -82,25 +84,25 @@
|
|
82 |
|
83 |
$this->add_transient_filters();
|
84 |
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
|
105 |
if ( ! WP_FS__IS_PRODUCTION_MODE ) {
|
106 |
add_filter( 'http_request_host_is_external', array(
|
@@ -110,16 +112,88 @@
|
|
110 |
}
|
111 |
|
112 |
if ( $this->_fs->is_premium() ) {
|
113 |
-
if ( $this->is_correct_folder_name() ) {
|
114 |
add_filter( 'upgrader_post_install', array( &$this, '_maybe_update_folder_name' ), 10, 3 );
|
115 |
}
|
116 |
|
|
|
|
|
|
|
117 |
if ( ! $this->_fs->has_any_active_valid_license() ) {
|
118 |
add_filter( 'wp_prepare_themes_for_js', array( &$this, 'change_theme_update_info_html' ), 10, 1 );
|
119 |
}
|
120 |
}
|
121 |
}
|
122 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
/**
|
124 |
* @author Vova Feldman (@svovaf)
|
125 |
* @since 2.0.0
|
@@ -183,15 +257,57 @@
|
|
183 |
|
184 |
$r = $current->response[ $file ];
|
185 |
|
186 |
-
$
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
195 |
|
196 |
echo $plugin_update_row;
|
197 |
}
|
@@ -220,10 +336,7 @@
|
|
220 |
|
221 |
$prepared_themes[ $theme_basename ]['update'] = preg_replace(
|
222 |
'/(\<p.+>)(.+)(\<a.+\<a.+)\.(.+\<\/p\>)/is',
|
223 |
-
'$1 $2 ' .
|
224 |
-
$this->_fs->get_text_inline( '%sRenew your license now%s to access version %s security & feature updates, and support.', 'renew-license-now' ),
|
225 |
-
'<a href="' . $this->_fs->pricing_url() . '">', '</a>',
|
226 |
-
$themes_update->response[ $theme_basename ]['new_version'] ) .
|
227 |
'$4',
|
228 |
$prepared_themes[ $theme_basename ]['update']
|
229 |
);
|
@@ -303,7 +416,8 @@
|
|
303 |
$new_version = $this->_fs->get_update(
|
304 |
false,
|
305 |
fs_request_get_bool( 'force-check' ),
|
306 |
-
WP_FS__TIME_24_HOURS_IN_SEC / 24
|
|
|
307 |
);
|
308 |
|
309 |
$this->_update_details = false;
|
@@ -401,6 +515,18 @@
|
|
401 |
);
|
402 |
}
|
403 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
404 |
$update->{$this->_fs->get_module_type()} = $this->_fs->get_plugin_basename();
|
405 |
|
406 |
return $update;
|
@@ -573,7 +699,7 @@
|
|
573 |
|
574 |
$plugin_basename = $this->_fs->get_plugin_basename();
|
575 |
if ( 'themes' === $module_type ) {
|
576 |
-
$plugin_basename =
|
577 |
}
|
578 |
|
579 |
global $wp_version;
|
@@ -585,7 +711,7 @@
|
|
585 |
array(
|
586 |
"{$module_type}" => array(
|
587 |
$plugin_basename => array(
|
588 |
-
'Name' => trim( str_replace(
|
589 |
'Author' => $plugin_data['Author'],
|
590 |
)
|
591 |
)
|
@@ -748,11 +874,13 @@ if ( !isset($info->error) ) {
|
|
748 |
}*/
|
749 |
}
|
750 |
|
|
|
|
|
751 |
// Get plugin's newest update.
|
752 |
-
$new_version = $this->get_latest_download_details( $is_addon ? $addon->id : false );
|
753 |
|
754 |
if ( ! is_object( $new_version ) || empty( $new_version->version ) ) {
|
755 |
-
$data->version = $
|
756 |
} else {
|
757 |
if ( $is_addon ) {
|
758 |
$data->name = $addon->title . ' ' . $this->_fs->get_text_inline( 'Add-On', 'addon' );
|
@@ -769,6 +897,52 @@ if ( !isset($info->error) ) {
|
|
769 |
|
770 |
$data->version = $new_version->version;
|
771 |
$data->download_link = $new_version->url;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
772 |
}
|
773 |
|
774 |
return $data;
|
@@ -779,11 +953,13 @@ if ( !isset($info->error) ) {
|
|
779 |
* @since 1.2.1.7
|
780 |
*
|
781 |
* @param number|bool $addon_id
|
|
|
|
|
782 |
*
|
783 |
* @return object
|
784 |
*/
|
785 |
-
private function get_latest_download_details( $addon_id = false ) {
|
786 |
-
return $this->_fs->_fetch_latest_version( $addon_id );
|
787 |
}
|
788 |
|
789 |
/**
|
@@ -793,16 +969,10 @@ if ( !isset($info->error) ) {
|
|
793 |
* @author Vova Feldman (@svovaf)
|
794 |
* @since 1.2.1.6
|
795 |
*
|
796 |
-
* @param string $basename Current plugin's basename.
|
797 |
-
*
|
798 |
* @return bool
|
799 |
*/
|
800 |
-
private function is_correct_folder_name(
|
801 |
-
|
802 |
-
$basename = $this->_fs->get_plugin_basename();
|
803 |
-
}
|
804 |
-
|
805 |
-
return ( $this->_fs->get_target_folder_name() != trim( dirname( $basename ), '/\\' ) );
|
806 |
}
|
807 |
|
808 |
/**
|
@@ -838,7 +1008,7 @@ if ( !isset($info->error) ) {
|
|
838 |
$filename = basename( $basename );
|
839 |
|
840 |
$new_basename = plugin_basename(
|
841 |
-
trailingslashit( $this->_fs->
|
842 |
$filename
|
843 |
);
|
844 |
|
@@ -906,14 +1076,16 @@ if ( !isset($info->error) ) {
|
|
906 |
);
|
907 |
}
|
908 |
|
909 |
-
$slug
|
910 |
-
$
|
|
|
911 |
|
912 |
$is_addon = true;
|
913 |
} else {
|
914 |
-
$slug
|
915 |
-
$
|
916 |
-
|
|
|
917 |
}
|
918 |
|
919 |
if ( $this->is_premium_plugin_active( $plugin_id ) ) {
|
@@ -926,8 +1098,8 @@ if ( !isset($info->error) ) {
|
|
926 |
);
|
927 |
}
|
928 |
|
929 |
-
$latest_version = $this->get_latest_download_details( $plugin_id );
|
930 |
-
$target_folder =
|
931 |
|
932 |
// Prep variables for Plugin_Installer_Skin class.
|
933 |
$extra = array();
|
@@ -966,11 +1138,11 @@ if ( !isset($info->error) ) {
|
|
966 |
$upgrader = new Plugin_Upgrader( $skin );
|
967 |
|
968 |
// Perform the action and install the plugin from the $source urldecode().
|
969 |
-
add_filter( 'upgrader_source_selection', array(
|
970 |
|
971 |
$install_result = $upgrader->install( $source );
|
972 |
|
973 |
-
remove_filter( 'upgrader_source_selection', array(
|
974 |
|
975 |
if ( is_wp_error( $install_result ) ) {
|
976 |
return array(
|
@@ -1060,6 +1232,29 @@ if ( !isset($info->error) ) {
|
|
1060 |
return is_plugin_active( $this->_fs->premium_plugin_basename() );
|
1061 |
}
|
1062 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1063 |
/**
|
1064 |
* Adjust the plugin directory name if necessary.
|
1065 |
* Assumes plugin has a folder (not a single file plugin).
|
@@ -1071,6 +1266,7 @@ if ( !isset($info->error) ) {
|
|
1071 |
*
|
1072 |
* @author Vova Feldman
|
1073 |
* @since 1.2.1.7
|
|
|
1074 |
*
|
1075 |
* @param string $source Path to upgrade/zip-file-name.tmp/subdirectory/.
|
1076 |
* @param string $remote_source Path to upgrade/zip-file-name.tmp.
|
@@ -1078,13 +1274,64 @@ if ( !isset($info->error) ) {
|
|
1078 |
*
|
1079 |
* @return string|WP_Error
|
1080 |
*/
|
1081 |
-
function _maybe_adjust_source_dir( $source, $remote_source, $upgrader ) {
|
1082 |
if ( ! is_object( $GLOBALS['wp_filesystem'] ) ) {
|
1083 |
return $source;
|
1084 |
}
|
1085 |
|
|
|
|
|
|
|
1086 |
// Figure out what the slug is supposed to be.
|
1087 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1088 |
|
1089 |
$subdir_name = untrailingslashit( str_replace( trailingslashit( $remote_source ), '', $source ) );
|
1090 |
|
@@ -1094,19 +1341,20 @@ if ( !isset($info->error) ) {
|
|
1094 |
|
1095 |
if ( true === $GLOBALS['wp_filesystem']->move( $from_path, $to_path ) ) {
|
1096 |
return trailingslashit( $to_path );
|
1097 |
-
} else {
|
1098 |
-
return new WP_Error(
|
1099 |
-
'rename_failed',
|
1100 |
-
$this->_fs->get_text_inline( 'The remote plugin package does not contain a folder with the desired slug and renaming did not work.', 'module-package-rename-failure' ),
|
1101 |
-
array(
|
1102 |
-
'found' => $subdir_name,
|
1103 |
-
'expected' => $desired_slug
|
1104 |
-
) );
|
1105 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1106 |
}
|
1107 |
|
1108 |
return $source;
|
1109 |
}
|
1110 |
|
1111 |
#endregion
|
1112 |
-
}
|
35 |
*/
|
36 |
private $_translation_updates;
|
37 |
|
38 |
+
private static $_upgrade_basename = null;
|
39 |
+
|
40 |
#--------------------------------------------------------------------------------
|
41 |
#region Singleton
|
42 |
#--------------------------------------------------------------------------------
|
84 |
|
85 |
$this->add_transient_filters();
|
86 |
|
87 |
+
/**
|
88 |
+
* If user has the premium plugin's code but do NOT have an active license,
|
89 |
+
* encourage him to upgrade by showing that there's a new release, but instead
|
90 |
+
* of showing an update link, show upgrade link to the pricing page.
|
91 |
+
*
|
92 |
+
* @since 1.1.6
|
93 |
+
*
|
94 |
+
*/
|
95 |
+
// WP 2.9+
|
96 |
+
add_action( "after_plugin_row_{$this->_fs->get_plugin_basename()}", array(
|
97 |
+
&$this,
|
98 |
+
'catch_plugin_update_row'
|
99 |
+
), 9 );
|
100 |
+
add_action( "after_plugin_row_{$this->_fs->get_plugin_basename()}", array(
|
101 |
+
&$this,
|
102 |
+
'edit_and_echo_plugin_update_row'
|
103 |
+
), 11, 2 );
|
104 |
+
|
105 |
+
add_action( 'admin_head', array( &$this, 'catch_plugin_information_dialog_contents' ) );
|
106 |
|
107 |
if ( ! WP_FS__IS_PRODUCTION_MODE ) {
|
108 |
add_filter( 'http_request_host_is_external', array(
|
112 |
}
|
113 |
|
114 |
if ( $this->_fs->is_premium() ) {
|
115 |
+
if ( ! $this->is_correct_folder_name() ) {
|
116 |
add_filter( 'upgrader_post_install', array( &$this, '_maybe_update_folder_name' ), 10, 3 );
|
117 |
}
|
118 |
|
119 |
+
add_filter( 'upgrader_pre_install', array( 'FS_Plugin_Updater', '_store_basename_for_source_adjustment' ), 1, 2 );
|
120 |
+
add_filter( 'upgrader_source_selection', array( 'FS_Plugin_Updater', '_maybe_adjust_source_dir' ), 1, 3 );
|
121 |
+
|
122 |
if ( ! $this->_fs->has_any_active_valid_license() ) {
|
123 |
add_filter( 'wp_prepare_themes_for_js', array( &$this, 'change_theme_update_info_html' ), 10, 1 );
|
124 |
}
|
125 |
}
|
126 |
}
|
127 |
|
128 |
+
/**
|
129 |
+
* @author Leo Fajardo (@leorw)
|
130 |
+
* @since 2.1.4
|
131 |
+
*/
|
132 |
+
function catch_plugin_information_dialog_contents() {
|
133 |
+
if (
|
134 |
+
'plugin-information' !== fs_request_get( 'tab', false ) ||
|
135 |
+
$this->_fs->get_slug() !== fs_request_get( 'plugin', false )
|
136 |
+
) {
|
137 |
+
return;
|
138 |
+
}
|
139 |
+
|
140 |
+
add_action( 'admin_footer', array( &$this, 'edit_and_echo_plugin_information_dialog_contents' ), 0, 1 );
|
141 |
+
|
142 |
+
ob_start();
|
143 |
+
}
|
144 |
+
|
145 |
+
/**
|
146 |
+
* @author Leo Fajardo (@leorw)
|
147 |
+
* @since 2.1.4
|
148 |
+
*
|
149 |
+
* @param string $hook_suffix
|
150 |
+
*/
|
151 |
+
function edit_and_echo_plugin_information_dialog_contents( $hook_suffix ) {
|
152 |
+
if (
|
153 |
+
'plugin-information' !== fs_request_get( 'tab', false ) ||
|
154 |
+
$this->_fs->get_slug() !== fs_request_get( 'plugin', false )
|
155 |
+
) {
|
156 |
+
return;
|
157 |
+
}
|
158 |
+
|
159 |
+
$license = $this->_fs->_get_license();
|
160 |
+
|
161 |
+
$subscription = ( is_object( $license ) && ! $license->is_lifetime() ) ?
|
162 |
+
$this->_fs->_get_subscription( $license->id ) :
|
163 |
+
null;
|
164 |
+
|
165 |
+
$contents = ob_get_clean();
|
166 |
+
|
167 |
+
/**
|
168 |
+
* Replace the plugin information dialog's "Install Update Now" button's text and URL. If there's a license,
|
169 |
+
* the text will be "Renew license" and will link to the checkout page with the license's billing cycle
|
170 |
+
* and quota. If there's no license, the text will be "Buy license" and will link to the pricing page.
|
171 |
+
*/
|
172 |
+
$contents = preg_replace(
|
173 |
+
'/(.+\<a.+)(id="plugin_update_from_iframe")(.+href=")([^\s]+)(".+\>)(.+)(\<\/a.+)/is',
|
174 |
+
is_object( $license ) ?
|
175 |
+
sprintf(
|
176 |
+
'$1$3%s$5%s$7',
|
177 |
+
$this->_fs->checkout_url(
|
178 |
+
is_object( $subscription ) ?
|
179 |
+
( 1 == $subscription->billing_cycle ? WP_FS__PERIOD_MONTHLY : WP_FS__PERIOD_ANNUALLY ) :
|
180 |
+
WP_FS__PERIOD_LIFETIME,
|
181 |
+
false,
|
182 |
+
array( 'licenses' => $license->quota )
|
183 |
+
),
|
184 |
+
fs_text_inline( 'Renew license', 'renew-license', $this->_fs->get_slug() )
|
185 |
+
) :
|
186 |
+
sprintf(
|
187 |
+
'$1$3%s$5%s$7',
|
188 |
+
$this->_fs->pricing_url(),
|
189 |
+
fs_text_inline( 'Buy license', 'buy-license', $this->_fs->get_slug() )
|
190 |
+
),
|
191 |
+
$contents
|
192 |
+
);
|
193 |
+
|
194 |
+
echo $contents;
|
195 |
+
}
|
196 |
+
|
197 |
/**
|
198 |
* @author Vova Feldman (@svovaf)
|
199 |
* @since 2.0.0
|
257 |
|
258 |
$r = $current->response[ $file ];
|
259 |
|
260 |
+
if ( ! $this->_fs->has_any_active_valid_license() ) {
|
261 |
+
/**
|
262 |
+
* Turn the "new version" text into a link that opens the plugin information dialog when clicked and
|
263 |
+
* make the "View version x details" text link to the checkout page instead of opening the plugin
|
264 |
+
* information dialog when clicked.
|
265 |
+
*
|
266 |
+
* Sample input:
|
267 |
+
* There is a new version of Awesome Plugin available. <a href="...>View version x.y.z details</a> or <a href="...>update now</a>.
|
268 |
+
* Output:
|
269 |
+
* There is a <a href="...>new version</a> of Awesome Plugin available. <a href="...>Buy a license now</a> to access version x.y.z security & feature updates, and support.
|
270 |
+
*
|
271 |
+
* @author Leo Fajardo (@leorw)
|
272 |
+
*/
|
273 |
+
$plugin_update_row = preg_replace(
|
274 |
+
'/(\<div.+>)(.+)(\<a.+href="([^\s]+)"([^\<]+)\>.+\<a.+)(\<\/div\>)/is',
|
275 |
+
(
|
276 |
+
'$1' .
|
277 |
+
sprintf(
|
278 |
+
fs_text_inline( 'There is a %s of %s available.', 'new-version-available', $this->_fs->get_slug() ),
|
279 |
+
sprintf(
|
280 |
+
'<a href="$4"%s>%s</a>',
|
281 |
+
'$5',
|
282 |
+
fs_text_inline( 'new version', 'new-version', $this->_fs->get_slug() )
|
283 |
+
),
|
284 |
+
$this->_fs->get_plugin_title()
|
285 |
+
) .
|
286 |
+
' ' .
|
287 |
+
$this->_fs->version_upgrade_checkout_link( $r->new_version ) .
|
288 |
+
'$6'
|
289 |
+
),
|
290 |
+
$plugin_update_row
|
291 |
+
);
|
292 |
+
}
|
293 |
+
|
294 |
+
if (
|
295 |
+
$this->_fs->is_plugin() &&
|
296 |
+
isset( $r->upgrade_notice ) &&
|
297 |
+
strlen( trim( $r->upgrade_notice ) ) > 0
|
298 |
+
) {
|
299 |
+
$slug = $this->_fs->get_slug();
|
300 |
+
|
301 |
+
$upgrade_notice_html = sprintf(
|
302 |
+
'<p class="notice fs-upgrade-notice fs-slug-%1s fs-type-%2s" data-slug="%1s" data-type="%2s"><strong>%3s</strong> %4s</p>',
|
303 |
+
$slug,
|
304 |
+
$this->_fs->get_module_type(),
|
305 |
+
fs_text_inline( 'Important Upgrade Notice:', 'upgrade_notice', $slug ),
|
306 |
+
esc_html( $r->upgrade_notice )
|
307 |
+
);
|
308 |
+
|
309 |
+
$plugin_update_row = str_replace( '</div>', '</div>' . $upgrade_notice_html, $plugin_update_row );
|
310 |
+
}
|
311 |
|
312 |
echo $plugin_update_row;
|
313 |
}
|
336 |
|
337 |
$prepared_themes[ $theme_basename ]['update'] = preg_replace(
|
338 |
'/(\<p.+>)(.+)(\<a.+\<a.+)\.(.+\<\/p\>)/is',
|
339 |
+
'$1 $2 ' . $this->_fs->version_upgrade_checkout_link( $themes_update->response[ $theme_basename ]['new_version'] ) .
|
|
|
|
|
|
|
340 |
'$4',
|
341 |
$prepared_themes[ $theme_basename ]['update']
|
342 |
);
|
416 |
$new_version = $this->_fs->get_update(
|
417 |
false,
|
418 |
fs_request_get_bool( 'force-check' ),
|
419 |
+
WP_FS__TIME_24_HOURS_IN_SEC / 24,
|
420 |
+
$this->_fs->get_plugin_version()
|
421 |
);
|
422 |
|
423 |
$this->_update_details = false;
|
515 |
);
|
516 |
}
|
517 |
|
518 |
+
if ( $this->_fs->is_premium() ) {
|
519 |
+
$latest_tag = $this->_fs->_fetch_latest_version( $this->_fs->get_id(), false );
|
520 |
+
|
521 |
+
if (
|
522 |
+
isset( $latest_tag->readme ) &&
|
523 |
+
isset( $latest_tag->readme->upgrade_notice ) &&
|
524 |
+
! empty( $latest_tag->readme->upgrade_notice )
|
525 |
+
) {
|
526 |
+
$update->upgrade_notice = $latest_tag->readme->upgrade_notice;
|
527 |
+
}
|
528 |
+
}
|
529 |
+
|
530 |
$update->{$this->_fs->get_module_type()} = $this->_fs->get_plugin_basename();
|
531 |
|
532 |
return $update;
|
699 |
|
700 |
$plugin_basename = $this->_fs->get_plugin_basename();
|
701 |
if ( 'themes' === $module_type ) {
|
702 |
+
$plugin_basename = $slug;
|
703 |
}
|
704 |
|
705 |
global $wp_version;
|
711 |
array(
|
712 |
"{$module_type}" => array(
|
713 |
$plugin_basename => array(
|
714 |
+
'Name' => trim( str_replace( $this->_fs->get_plugin()->premium_suffix, '', $plugin_data['Name'] ) ),
|
715 |
'Author' => $plugin_data['Author'],
|
716 |
)
|
717 |
)
|
874 |
}*/
|
875 |
}
|
876 |
|
877 |
+
$plugin_version = $this->_fs->get_plugin_version();
|
878 |
+
|
879 |
// Get plugin's newest update.
|
880 |
+
$new_version = $this->get_latest_download_details( $is_addon ? $addon->id : false, $plugin_version );
|
881 |
|
882 |
if ( ! is_object( $new_version ) || empty( $new_version->version ) ) {
|
883 |
+
$data->version = $plugin_version;
|
884 |
} else {
|
885 |
if ( $is_addon ) {
|
886 |
$data->name = $addon->title . ' ' . $this->_fs->get_text_inline( 'Add-On', 'addon' );
|
897 |
|
898 |
$data->version = $new_version->version;
|
899 |
$data->download_link = $new_version->url;
|
900 |
+
|
901 |
+
if ( isset( $new_version->readme ) && is_object( $new_version->readme ) ) {
|
902 |
+
$new_version_readme_data = $new_version->readme;
|
903 |
+
if ( isset( $new_version_readme_data->sections ) ) {
|
904 |
+
$new_version_readme_data->sections = (array) $new_version_readme_data->sections;
|
905 |
+
} else {
|
906 |
+
$new_version_readme_data->sections = array();
|
907 |
+
}
|
908 |
+
|
909 |
+
if ( isset( $data->sections ) ) {
|
910 |
+
if ( isset( $data->sections['screenshots'] ) ) {
|
911 |
+
$new_version_readme_data->sections['screenshots'] = $data->sections['screenshots'];
|
912 |
+
}
|
913 |
+
|
914 |
+
if ( isset( $data->sections['reviews'] ) ) {
|
915 |
+
$new_version_readme_data->sections['reviews'] = $data->sections['reviews'];
|
916 |
+
}
|
917 |
+
}
|
918 |
+
|
919 |
+
if ( isset( $new_version_readme_data->banners ) ) {
|
920 |
+
$new_version_readme_data->banners = (array) $new_version_readme_data->banners;
|
921 |
+
} else if ( isset( $data->banners ) ) {
|
922 |
+
$new_version_readme_data->banners = $data->banners;
|
923 |
+
}
|
924 |
+
|
925 |
+
$wp_org_sections = array(
|
926 |
+
'author',
|
927 |
+
'author_profile',
|
928 |
+
'rating',
|
929 |
+
'ratings',
|
930 |
+
'num_ratings',
|
931 |
+
'support_threads',
|
932 |
+
'support_threads_resolved',
|
933 |
+
'active_installs',
|
934 |
+
'added',
|
935 |
+
'homepage'
|
936 |
+
);
|
937 |
+
|
938 |
+
foreach ( $wp_org_sections as $wp_org_section ) {
|
939 |
+
if ( isset( $data->{$wp_org_section} ) ) {
|
940 |
+
$new_version_readme_data->{$wp_org_section} = $data->{$wp_org_section};
|
941 |
+
}
|
942 |
+
}
|
943 |
+
|
944 |
+
$data = $new_version_readme_data;
|
945 |
+
}
|
946 |
}
|
947 |
|
948 |
return $data;
|
953 |
* @since 1.2.1.7
|
954 |
*
|
955 |
* @param number|bool $addon_id
|
956 |
+
* @param bool|string $newer_than Since 2.2.1
|
957 |
+
* @param bool|string $fetch_readme Since 2.2.1
|
958 |
*
|
959 |
* @return object
|
960 |
*/
|
961 |
+
private function get_latest_download_details( $addon_id = false, $newer_than = false, $fetch_readme = true ) {
|
962 |
+
return $this->_fs->_fetch_latest_version( $addon_id, true, WP_FS__TIME_24_HOURS_IN_SEC, $newer_than, $fetch_readme );
|
963 |
}
|
964 |
|
965 |
/**
|
969 |
* @author Vova Feldman (@svovaf)
|
970 |
* @since 1.2.1.6
|
971 |
*
|
|
|
|
|
972 |
* @return bool
|
973 |
*/
|
974 |
+
private function is_correct_folder_name() {
|
975 |
+
return ( $this->_fs->get_target_folder_name() == trim( dirname( $this->_fs->get_plugin_basename() ), '/\\' ) );
|
|
|
|
|
|
|
|
|
976 |
}
|
977 |
|
978 |
/**
|
1008 |
$filename = basename( $basename );
|
1009 |
|
1010 |
$new_basename = plugin_basename(
|
1011 |
+
trailingslashit( $this->_fs->is_premium() ? $this->_fs->get_premium_slug() : $this->_fs->get_slug() ) .
|
1012 |
$filename
|
1013 |
);
|
1014 |
|
1076 |
);
|
1077 |
}
|
1078 |
|
1079 |
+
$slug = $addon->slug;
|
1080 |
+
$premium_slug = $addon->premium_slug;
|
1081 |
+
$title = $addon->title . ' ' . $this->_fs->get_text_inline( 'Add-On', 'addon' );
|
1082 |
|
1083 |
$is_addon = true;
|
1084 |
} else {
|
1085 |
+
$slug = $this->_fs->get_slug();
|
1086 |
+
$premium_slug = $this->_fs->get_premium_slug();
|
1087 |
+
$title = $this->_fs->get_plugin_title() .
|
1088 |
+
( $this->_fs->is_addon() ? ' ' . $this->_fs->get_text_inline( 'Add-On', 'addon' ) : '' );
|
1089 |
}
|
1090 |
|
1091 |
if ( $this->is_premium_plugin_active( $plugin_id ) ) {
|
1098 |
);
|
1099 |
}
|
1100 |
|
1101 |
+
$latest_version = $this->get_latest_download_details( $plugin_id, false, false );
|
1102 |
+
$target_folder = $premium_slug;
|
1103 |
|
1104 |
// Prep variables for Plugin_Installer_Skin class.
|
1105 |
$extra = array();
|
1138 |
$upgrader = new Plugin_Upgrader( $skin );
|
1139 |
|
1140 |
// Perform the action and install the plugin from the $source urldecode().
|
1141 |
+
add_filter( 'upgrader_source_selection', array( 'FS_Plugin_Updater', '_maybe_adjust_source_dir' ), 1, 3 );
|
1142 |
|
1143 |
$install_result = $upgrader->install( $source );
|
1144 |
|
1145 |
+
remove_filter( 'upgrader_source_selection', array( 'FS_Plugin_Updater', '_maybe_adjust_source_dir' ), 1 );
|
1146 |
|
1147 |
if ( is_wp_error( $install_result ) ) {
|
1148 |
return array(
|
1232 |
return is_plugin_active( $this->_fs->premium_plugin_basename() );
|
1233 |
}
|
1234 |
|
1235 |
+
/**
|
1236 |
+
* Store the basename since it's not always available in the `_maybe_adjust_source_dir` method below.
|
1237 |
+
*
|
1238 |
+
* @author Leo Fajardo (@leorw)
|
1239 |
+
* @since 2.2.1
|
1240 |
+
*
|
1241 |
+
* @param bool|WP_Error $response Response.
|
1242 |
+
* @param array $hook_extra Extra arguments passed to hooked filters.
|
1243 |
+
*
|
1244 |
+
* @return bool|WP_Error
|
1245 |
+
*/
|
1246 |
+
static function _store_basename_for_source_adjustment( $response, $hook_extra ) {
|
1247 |
+
if ( isset( $hook_extra['plugin'] ) ) {
|
1248 |
+
self::$_upgrade_basename = $hook_extra['plugin'];
|
1249 |
+
} else if ( isset( $hook_extra['theme'] ) ) {
|
1250 |
+
self::$_upgrade_basename = $hook_extra['theme'];
|
1251 |
+
} else {
|
1252 |
+
self::$_upgrade_basename = null;
|
1253 |
+
}
|
1254 |
+
|
1255 |
+
return $response;
|
1256 |
+
}
|
1257 |
+
|
1258 |
/**
|
1259 |
* Adjust the plugin directory name if necessary.
|
1260 |
* Assumes plugin has a folder (not a single file plugin).
|
1266 |
*
|
1267 |
* @author Vova Feldman
|
1268 |
* @since 1.2.1.7
|
1269 |
+
* @since 2.2.1 The method was converted to static since when the admin update bulk products via the Updates section, the logic applies the `upgrader_source_selection` filter for every product that is being updated.
|
1270 |
*
|
1271 |
* @param string $source Path to upgrade/zip-file-name.tmp/subdirectory/.
|
1272 |
* @param string $remote_source Path to upgrade/zip-file-name.tmp.
|
1274 |
*
|
1275 |
* @return string|WP_Error
|
1276 |
*/
|
1277 |
+
static function _maybe_adjust_source_dir( $source, $remote_source, $upgrader ) {
|
1278 |
if ( ! is_object( $GLOBALS['wp_filesystem'] ) ) {
|
1279 |
return $source;
|
1280 |
}
|
1281 |
|
1282 |
+
$basename = self::$_upgrade_basename;
|
1283 |
+
$is_theme = false;
|
1284 |
+
|
1285 |
// Figure out what the slug is supposed to be.
|
1286 |
+
if ( isset( $upgrader->skin->options['extra'] ) ) {
|
1287 |
+
// Set by the auto-install logic.
|
1288 |
+
$desired_slug = $upgrader->skin->options['extra']['slug'];
|
1289 |
+
} else if ( ! empty( $basename ) ) {
|
1290 |
+
/**
|
1291 |
+
* If it doesn't end with ".php", it's a theme.
|
1292 |
+
*
|
1293 |
+
* @author Leo Fajardo (@leorw)
|
1294 |
+
* @since 2.2.1
|
1295 |
+
*/
|
1296 |
+
$is_theme = ( ! fs_ends_with( $basename, '.php' ) );
|
1297 |
+
|
1298 |
+
$desired_slug = ( ! $is_theme ) ?
|
1299 |
+
dirname( $basename ) :
|
1300 |
+
// Theme slug
|
1301 |
+
$basename;
|
1302 |
+
} else {
|
1303 |
+
// Can't figure out the desired slug, stop the execution.
|
1304 |
+
return $source;
|
1305 |
+
}
|
1306 |
+
|
1307 |
+
if ( is_multisite() ) {
|
1308 |
+
/**
|
1309 |
+
* If we are running in a multisite environment and the product is not network activated,
|
1310 |
+
* the instance will not exist anyway. Therefore, try to update the source if necessary
|
1311 |
+
* regardless if the Freemius instance of the product exists or not.
|
1312 |
+
*
|
1313 |
+
* @author Vova Feldman
|
1314 |
+
*/
|
1315 |
+
} else if ( ! empty( $basename ) ) {
|
1316 |
+
$fs = Freemius::get_instance_by_file(
|
1317 |
+
$basename,
|
1318 |
+
$is_theme ?
|
1319 |
+
WP_FS__MODULE_TYPE_THEME :
|
1320 |
+
WP_FS__MODULE_TYPE_PLUGIN
|
1321 |
+
);
|
1322 |
+
|
1323 |
+
if ( ! is_object( $fs ) ) {
|
1324 |
+
/**
|
1325 |
+
* If the Freemius instance does not exist on a non-multisite network environment, it means that:
|
1326 |
+
* 1. The product is not powered by Freemius; OR
|
1327 |
+
* 2. The product is not activated, therefore, we don't mind if after the update the folder name will change.
|
1328 |
+
*
|
1329 |
+
* @author Leo Fajardo (@leorw)
|
1330 |
+
* @since 2.2.1
|
1331 |
+
*/
|
1332 |
+
return $source;
|
1333 |
+
}
|
1334 |
+
}
|
1335 |
|
1336 |
$subdir_name = untrailingslashit( str_replace( trailingslashit( $remote_source ), '', $source ) );
|
1337 |
|
1341 |
|
1342 |
if ( true === $GLOBALS['wp_filesystem']->move( $from_path, $to_path ) ) {
|
1343 |
return trailingslashit( $to_path );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1344 |
}
|
1345 |
+
|
1346 |
+
return new WP_Error(
|
1347 |
+
'rename_failed',
|
1348 |
+
fs_text_inline( 'The remote plugin package does not contain a folder with the desired slug and renaming did not work.', 'module-package-rename-failure' ),
|
1349 |
+
array(
|
1350 |
+
'found' => $subdir_name,
|
1351 |
+
'expected' => $desired_slug
|
1352 |
+
)
|
1353 |
+
);
|
1354 |
}
|
1355 |
|
1356 |
return $source;
|
1357 |
}
|
1358 |
|
1359 |
#endregion
|
1360 |
+
}
|
freemius/includes/class-fs-storage.php
CHANGED
@@ -132,9 +132,8 @@
|
|
132 |
* @param int $blog_id
|
133 |
*/
|
134 |
function set_site_blog_context( $blog_id ) {
|
|
|
135 |
$this->_blog_id = $blog_id;
|
136 |
-
|
137 |
-
$this->_storage = $this->get_site_storage( $this->_blog_id );
|
138 |
}
|
139 |
|
140 |
/**
|
@@ -374,6 +373,7 @@
|
|
374 |
// When network activated, then network level.
|
375 |
'install_timestamp' => 1,
|
376 |
'prev_is_premium' => 1,
|
|
|
377 |
|
378 |
// If not network activated OR delegated, then site level.
|
379 |
'activation_timestamp' => 2,
|
132 |
* @param int $blog_id
|
133 |
*/
|
134 |
function set_site_blog_context( $blog_id ) {
|
135 |
+
$this->_storage = $this->get_site_storage( $blog_id );
|
136 |
$this->_blog_id = $blog_id;
|
|
|
|
|
137 |
}
|
138 |
|
139 |
/**
|
373 |
// When network activated, then network level.
|
374 |
'install_timestamp' => 1,
|
375 |
'prev_is_premium' => 1,
|
376 |
+
'require_license_activation' => 1,
|
377 |
|
378 |
// If not network activated OR delegated, then site level.
|
379 |
'activation_timestamp' => 2,
|
freemius/includes/entities/class-fs-plugin.php
CHANGED
@@ -24,6 +24,13 @@
|
|
24 |
* @var string
|
25 |
*/
|
26 |
public $slug;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
/**
|
28 |
* @since 1.2.2
|
29 |
*
|
@@ -67,6 +74,13 @@
|
|
67 |
* @var bool
|
68 |
*/
|
69 |
public $is_premium;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
/**
|
71 |
* @since 1.0.9
|
72 |
*
|
@@ -87,6 +101,14 @@
|
|
87 |
$this->is_premium = false;
|
88 |
$this->is_live = true;
|
89 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
if ( isset( $plugin->info ) && is_object( $plugin->info ) ) {
|
91 |
$this->info = new FS_Plugin_Info( $plugin->info );
|
92 |
}
|
24 |
* @var string
|
25 |
*/
|
26 |
public $slug;
|
27 |
+
/**
|
28 |
+
* @author Leo Fajardo (@leorw)
|
29 |
+
* @since 2.2.1
|
30 |
+
*
|
31 |
+
* @var string
|
32 |
+
*/
|
33 |
+
public $premium_slug;
|
34 |
/**
|
35 |
* @since 1.2.2
|
36 |
*
|
74 |
* @var bool
|
75 |
*/
|
76 |
public $is_premium;
|
77 |
+
/**
|
78 |
+
* @author Leo Fajardo (@leorw)
|
79 |
+
* @since 2.2.1
|
80 |
+
*
|
81 |
+
* @var string
|
82 |
+
*/
|
83 |
+
public $premium_suffix;
|
84 |
/**
|
85 |
* @since 1.0.9
|
86 |
*
|
101 |
$this->is_premium = false;
|
102 |
$this->is_live = true;
|
103 |
|
104 |
+
if ( empty( $this->premium_slug ) && ! empty( $plugin->slug ) ) {
|
105 |
+
$this->premium_slug = "{$this->slug}-premium";
|
106 |
+
}
|
107 |
+
|
108 |
+
if ( empty( $this->premium_suffix ) ) {
|
109 |
+
$this->premium_suffix = '(Premium)';
|
110 |
+
}
|
111 |
+
|
112 |
if ( isset( $plugin->info ) && is_object( $plugin->info ) ) {
|
113 |
$this->info = new FS_Plugin_Info( $plugin->info );
|
114 |
}
|
freemius/includes/entities/class-fs-site.php
CHANGED
@@ -164,6 +164,8 @@
|
|
164 |
fs_ends_with( $subdomain, '.myftpupload.com' ) ||
|
165 |
// ngrok tunneling.
|
166 |
fs_ends_with( $subdomain, '.ngrok.io' ) ||
|
|
|
|
|
167 |
// SiteGround staging.
|
168 |
fs_starts_with( $subdomain, 'staging' ) ||
|
169 |
// WPEngine staging.
|
164 |
fs_ends_with( $subdomain, '.myftpupload.com' ) ||
|
165 |
// ngrok tunneling.
|
166 |
fs_ends_with( $subdomain, '.ngrok.io' ) ||
|
167 |
+
// wpsandbox.
|
168 |
+
fs_ends_with( $subdomain, '.wpsandbox.pro' ) ||
|
169 |
// SiteGround staging.
|
170 |
fs_starts_with( $subdomain, 'staging' ) ||
|
171 |
// WPEngine staging.
|
freemius/includes/fs-core-functions.php
CHANGED
@@ -86,9 +86,25 @@
|
|
86 |
function fs_asset_url( $asset_abs_path ) {
|
87 |
$wp_content_dir = fs_normalize_path( WP_CONTENT_DIR );
|
88 |
$asset_abs_path = fs_normalize_path( $asset_abs_path );
|
89 |
-
$asset_rel_path = str_replace( $wp_content_dir, '', $asset_abs_path );
|
90 |
|
91 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
|
93 |
return $asset_url;
|
94 |
}
|
@@ -709,6 +725,97 @@
|
|
709 |
return $key;
|
710 |
}
|
711 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
712 |
/**
|
713 |
* Get a translatable text override if exists, or `false`.
|
714 |
*
|
@@ -746,7 +853,9 @@
|
|
746 |
|
747 |
return false;
|
748 |
}
|
|
|
749 |
|
|
|
750 |
/**
|
751 |
* Get a translatable text and its text domain.
|
752 |
*
|
@@ -776,9 +885,9 @@
|
|
776 |
|
777 |
return array( $text, $text_domain );
|
778 |
}
|
|
|
779 |
|
780 |
-
|
781 |
-
|
782 |
/**
|
783 |
* Retrieve an inline translated text by key.
|
784 |
*
|
@@ -801,33 +910,9 @@
|
|
801 |
|
802 |
return $fn( $text, $text_domain );
|
803 |
}
|
|
|
804 |
|
805 |
-
|
806 |
-
* Retrieve an inline translated text by key with a context.
|
807 |
-
*
|
808 |
-
* @author Vova Feldman (@svovaf)
|
809 |
-
* @since 1.2.3
|
810 |
-
*
|
811 |
-
* @param string $text Translatable string.
|
812 |
-
* @param string $context Context information for the translators.
|
813 |
-
* @param string $key String key for overrides.
|
814 |
-
* @param string $slug Module slug for overrides.
|
815 |
-
*
|
816 |
-
* @return string
|
817 |
-
*
|
818 |
-
* @global $fs_text_overrides
|
819 |
-
*/
|
820 |
-
function _fs_text_x_inline( $text, $context, $key = '', $slug = 'freemius' ) {
|
821 |
-
list( $text, $text_domain ) = fs_text_and_domain( $text, $key, $slug );
|
822 |
-
|
823 |
-
// Avoid misleading Theme Check warning.
|
824 |
-
$fn = 'translate_with_gettext_context';
|
825 |
-
|
826 |
-
return $fn( $text, $context, $text_domain );
|
827 |
-
}
|
828 |
-
|
829 |
-
#endregion
|
830 |
-
|
831 |
/**
|
832 |
* Retrieve an inline translated text by key.
|
833 |
*
|
@@ -845,67 +930,6 @@
|
|
845 |
function fs_text_inline( $text, $key = '', $slug = 'freemius' ) {
|
846 |
return _fs_text_inline( $text, $key, $slug );
|
847 |
}
|
848 |
-
|
849 |
-
/**
|
850 |
-
* Retrieve an inline translated text by key with a context.
|
851 |
-
*
|
852 |
-
* @author Vova Feldman (@svovaf)
|
853 |
-
* @since 1.2.3
|
854 |
-
*
|
855 |
-
* @param string $text Translatable string.
|
856 |
-
* @param string $context Context information for the translators.
|
857 |
-
* @param string $key String key for overrides.
|
858 |
-
* @param string $slug Module slug for overrides.
|
859 |
-
*
|
860 |
-
* @return string
|
861 |
-
*
|
862 |
-
* @global $fs_text_overrides
|
863 |
-
*/
|
864 |
-
function fs_text_x_inline( $text, $context, $key = '', $slug = 'freemius' ) {
|
865 |
-
return _fs_text_x_inline( $text, $context, $key, $slug );
|
866 |
-
}
|
867 |
-
|
868 |
-
/**
|
869 |
-
* Output a translated text by key.
|
870 |
-
*
|
871 |
-
* @author Vova Feldman (@svovaf)
|
872 |
-
* @since 1.2.1.7
|
873 |
-
*
|
874 |
-
* @param string $key
|
875 |
-
* @param string $slug
|
876 |
-
*/
|
877 |
-
function fs_echo( $key, $slug = 'freemius' ) {
|
878 |
-
echo fs_text( $key, $slug );
|
879 |
-
}
|
880 |
-
|
881 |
-
/**
|
882 |
-
* Output an inline translated text.
|
883 |
-
*
|
884 |
-
* @author Vova Feldman (@svovaf)
|
885 |
-
* @since 1.2.3
|
886 |
-
*
|
887 |
-
* @param string $text Translatable string.
|
888 |
-
* @param string $key String key for overrides.
|
889 |
-
* @param string $slug Module slug for overrides.
|
890 |
-
*/
|
891 |
-
function fs_echo_inline( $text, $key = '', $slug = 'freemius' ) {
|
892 |
-
echo _fs_text_inline( $text, $key, $slug );
|
893 |
-
}
|
894 |
-
|
895 |
-
/**
|
896 |
-
* Output an inline translated text with a context.
|
897 |
-
*
|
898 |
-
* @author Vova Feldman (@svovaf)
|
899 |
-
* @since 1.2.3
|
900 |
-
*
|
901 |
-
* @param string $text Translatable string.
|
902 |
-
* @param string $context Context information for the translators.
|
903 |
-
* @param string $key String key for overrides.
|
904 |
-
* @param string $slug Module slug for overrides.
|
905 |
-
*/
|
906 |
-
function fs_echo_x_inline( $text, $context, $key = '', $slug = 'freemius' ) {
|
907 |
-
echo _fs_text_x_inline( $text, $context, $key, $slug );
|
908 |
-
}
|
909 |
}
|
910 |
|
911 |
if ( ! function_exists( 'fs_esc_attr' ) ) {
|
86 |
function fs_asset_url( $asset_abs_path ) {
|
87 |
$wp_content_dir = fs_normalize_path( WP_CONTENT_DIR );
|
88 |
$asset_abs_path = fs_normalize_path( $asset_abs_path );
|
|
|
89 |
|
90 |
+
if ( 0 === strpos( $asset_abs_path, $wp_content_dir ) ) {
|
91 |
+
// Handle both theme and plugin assets located in the standard directories.
|
92 |
+
$asset_rel_path = str_replace( $wp_content_dir, '', $asset_abs_path );
|
93 |
+
$asset_url = content_url( fs_normalize_path( $asset_rel_path ) );
|
94 |
+
} else {
|
95 |
+
$wp_plugins_dir = fs_normalize_path( WP_PLUGIN_DIR );
|
96 |
+
if ( 0 === strpos( $asset_abs_path, $wp_plugins_dir ) ) {
|
97 |
+
// Try to handle plugin assets that may be located in a non-standard plugins directory.
|
98 |
+
$asset_rel_path = str_replace( $wp_plugins_dir, '', $asset_abs_path );
|
99 |
+
$asset_url = plugins_url( fs_normalize_path( $asset_rel_path ) );
|
100 |
+
} else {
|
101 |
+
// Try to handle theme assets that may be located in a non-standard themes directory.
|
102 |
+
$active_theme_stylesheet = get_stylesheet();
|
103 |
+
$wp_themes_dir = fs_normalize_path( trailingslashit( get_theme_root( $active_theme_stylesheet ) ) );
|
104 |
+
$asset_rel_path = str_replace( $wp_themes_dir, '', fs_normalize_path( $asset_abs_path ) );
|
105 |
+
$asset_url = trailingslashit( get_theme_root_uri( $active_theme_stylesheet ) ) . fs_normalize_path( $asset_rel_path );
|
106 |
+
}
|
107 |
+
}
|
108 |
|
109 |
return $asset_url;
|
110 |
}
|
725 |
return $key;
|
726 |
}
|
727 |
|
728 |
+
#region Private
|
729 |
+
|
730 |
+
/**
|
731 |
+
* Retrieve an inline translated text by key with a context.
|
732 |
+
*
|
733 |
+
* @author Vova Feldman (@svovaf)
|
734 |
+
* @since 1.2.3
|
735 |
+
*
|
736 |
+
* @param string $text Translatable string.
|
737 |
+
* @param string $context Context information for the translators.
|
738 |
+
* @param string $key String key for overrides.
|
739 |
+
* @param string $slug Module slug for overrides.
|
740 |
+
*
|
741 |
+
* @return string
|
742 |
+
*
|
743 |
+
* @global $fs_text_overrides
|
744 |
+
*/
|
745 |
+
function _fs_text_x_inline( $text, $context, $key = '', $slug = 'freemius' ) {
|
746 |
+
list( $text, $text_domain ) = fs_text_and_domain( $text, $key, $slug );
|
747 |
+
|
748 |
+
// Avoid misleading Theme Check warning.
|
749 |
+
$fn = 'translate_with_gettext_context';
|
750 |
+
|
751 |
+
return $fn( $text, $context, $text_domain );
|
752 |
+
}
|
753 |
+
|
754 |
+
#endregion
|
755 |
+
|
756 |
+
/**
|
757 |
+
* Retrieve an inline translated text by key with a context.
|
758 |
+
*
|
759 |
+
* @author Vova Feldman (@svovaf)
|
760 |
+
* @since 1.2.3
|
761 |
+
*
|
762 |
+
* @param string $text Translatable string.
|
763 |
+
* @param string $context Context information for the translators.
|
764 |
+
* @param string $key String key for overrides.
|
765 |
+
* @param string $slug Module slug for overrides.
|
766 |
+
*
|
767 |
+
* @return string
|
768 |
+
*
|
769 |
+
* @global $fs_text_overrides
|
770 |
+
*/
|
771 |
+
function fs_text_x_inline( $text, $context, $key = '', $slug = 'freemius' ) {
|
772 |
+
return _fs_text_x_inline( $text, $context, $key, $slug );
|
773 |
+
}
|
774 |
+
|
775 |
+
/**
|
776 |
+
* Output a translated text by key.
|
777 |
+
*
|
778 |
+
* @author Vova Feldman (@svovaf)
|
779 |
+
* @since 1.2.1.7
|
780 |
+
*
|
781 |
+
* @param string $key
|
782 |
+
* @param string $slug
|
783 |
+
*/
|
784 |
+
function fs_echo( $key, $slug = 'freemius' ) {
|
785 |
+
echo fs_text( $key, $slug );
|
786 |
+
}
|
787 |
+
|
788 |
+
/**
|
789 |
+
* Output an inline translated text.
|
790 |
+
*
|
791 |
+
* @author Vova Feldman (@svovaf)
|
792 |
+
* @since 1.2.3
|
793 |
+
*
|
794 |
+
* @param string $text Translatable string.
|
795 |
+
* @param string $key String key for overrides.
|
796 |
+
* @param string $slug Module slug for overrides.
|
797 |
+
*/
|
798 |
+
function fs_echo_inline( $text, $key = '', $slug = 'freemius' ) {
|
799 |
+
echo _fs_text_inline( $text, $key, $slug );
|
800 |
+
}
|
801 |
+
|
802 |
+
/**
|
803 |
+
* Output an inline translated text with a context.
|
804 |
+
*
|
805 |
+
* @author Vova Feldman (@svovaf)
|
806 |
+
* @since 1.2.3
|
807 |
+
*
|
808 |
+
* @param string $text Translatable string.
|
809 |
+
* @param string $context Context information for the translators.
|
810 |
+
* @param string $key String key for overrides.
|
811 |
+
* @param string $slug Module slug for overrides.
|
812 |
+
*/
|
813 |
+
function fs_echo_x_inline( $text, $context, $key = '', $slug = 'freemius' ) {
|
814 |
+
echo _fs_text_x_inline( $text, $context, $key, $slug );
|
815 |
+
}
|
816 |
+
}
|
817 |
+
|
818 |
+
if ( ! function_exists( 'fs_text_override' ) ) {
|
819 |
/**
|
820 |
* Get a translatable text override if exists, or `false`.
|
821 |
*
|
853 |
|
854 |
return false;
|
855 |
}
|
856 |
+
}
|
857 |
|
858 |
+
if ( ! function_exists( 'fs_text_and_domain' ) ) {
|
859 |
/**
|
860 |
* Get a translatable text and its text domain.
|
861 |
*
|
885 |
|
886 |
return array( $text, $text_domain );
|
887 |
}
|
888 |
+
}
|
889 |
|
890 |
+
if ( ! function_exists( '_fs_text_inline' ) ) {
|
|
|
891 |
/**
|
892 |
* Retrieve an inline translated text by key.
|
893 |
*
|
910 |
|
911 |
return $fn( $text, $text_domain );
|
912 |
}
|
913 |
+
}
|
914 |
|
915 |
+
if ( ! function_exists( 'fs_text_inline' ) ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
916 |
/**
|
917 |
* Retrieve an inline translated text by key.
|
918 |
*
|
930 |
function fs_text_inline( $text, $key = '', $slug = 'freemius' ) {
|
931 |
return _fs_text_inline( $text, $key, $slug );
|
932 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
933 |
}
|
934 |
|
935 |
if ( ! function_exists( 'fs_esc_attr' ) ) {
|
freemius/includes/fs-essential-functions.php
CHANGED
@@ -36,6 +36,8 @@
|
|
36 |
}
|
37 |
}
|
38 |
|
|
|
|
|
39 |
#region Core Redirect (copied from BuddyPress) -----------------------------------------
|
40 |
|
41 |
if ( ! function_exists( 'fs_redirect' ) ) {
|
@@ -273,11 +275,11 @@
|
|
273 |
require_once ABSPATH . 'wp-admin/includes/plugin.php';
|
274 |
}
|
275 |
|
276 |
-
$all_plugins =
|
277 |
$all_plugins_paths = array();
|
278 |
|
279 |
// Get active plugin's main files real full names (might be symlinks).
|
280 |
-
foreach ( $all_plugins as $relative_path =>
|
281 |
$all_plugins_paths[] = fs_normalize_path( realpath( WP_PLUGIN_DIR . '/' . $relative_path ) );
|
282 |
}
|
283 |
|
36 |
}
|
37 |
}
|
38 |
|
39 |
+
require_once dirname( __FILE__ ) . '/supplements/fs-essential-functions-2.2.1.php';
|
40 |
+
|
41 |
#region Core Redirect (copied from BuddyPress) -----------------------------------------
|
42 |
|
43 |
if ( ! function_exists( 'fs_redirect' ) ) {
|
275 |
require_once ABSPATH . 'wp-admin/includes/plugin.php';
|
276 |
}
|
277 |
|
278 |
+
$all_plugins = fs_get_plugins( true );
|
279 |
$all_plugins_paths = array();
|
280 |
|
281 |
// Get active plugin's main files real full names (might be symlinks).
|
282 |
+
foreach ( $all_plugins as $relative_path => $data ) {
|
283 |
$all_plugins_paths[] = fs_normalize_path( realpath( WP_PLUGIN_DIR . '/' . $relative_path ) );
|
284 |
}
|
285 |
|
freemius/includes/fs-plugin-info-dialog.php
CHANGED
@@ -64,7 +64,7 @@
|
|
64 |
function _get_addon_info_filter( $data, $action = '', $args = null ) {
|
65 |
$this->_logger->entrance();
|
66 |
|
67 |
-
$parent_plugin_id = fs_request_get( 'parent_plugin_id',
|
68 |
|
69 |
if ( $this->_fs->get_id() != $parent_plugin_id ||
|
70 |
( 'plugin_information' !== $action ) ||
|
@@ -142,6 +142,8 @@
|
|
142 |
}
|
143 |
}
|
144 |
|
|
|
|
|
145 |
if ( ! $has_paid_plan && $selected_addon->is_wp_org_compliant ) {
|
146 |
$repo_data = FS_Plugin_Updater::_fetch_plugin_info_from_repository(
|
147 |
'plugin_information', (object) array(
|
@@ -170,8 +172,28 @@
|
|
170 |
} else {
|
171 |
$data->wp_org_missing = false;
|
172 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
// Fetch latest version from Freemius.
|
174 |
-
$latest = $this->_fs->_fetch_latest_version(
|
|
|
|
|
|
|
|
|
|
|
175 |
|
176 |
if ( $has_paid_plan ) {
|
177 |
$data->checkout_link = $this->_fs->checkout_url();
|
@@ -214,11 +236,19 @@
|
|
214 |
}
|
215 |
}
|
216 |
|
217 |
-
$data->name
|
218 |
-
$view_vars
|
219 |
-
|
220 |
-
|
221 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
|
223 |
if ( $has_pricing ) {
|
224 |
// Add plans to data.
|
64 |
function _get_addon_info_filter( $data, $action = '', $args = null ) {
|
65 |
$this->_logger->entrance();
|
66 |
|
67 |
+
$parent_plugin_id = fs_request_get( 'parent_plugin_id', $this->_fs->get_id() );
|
68 |
|
69 |
if ( $this->_fs->get_id() != $parent_plugin_id ||
|
70 |
( 'plugin_information' !== $action ) ||
|
142 |
}
|
143 |
}
|
144 |
|
145 |
+
$latest = null;
|
146 |
+
|
147 |
if ( ! $has_paid_plan && $selected_addon->is_wp_org_compliant ) {
|
148 |
$repo_data = FS_Plugin_Updater::_fetch_plugin_info_from_repository(
|
149 |
'plugin_information', (object) array(
|
172 |
} else {
|
173 |
$data->wp_org_missing = false;
|
174 |
|
175 |
+
$current_addon_version = false;
|
176 |
+
if ( $this->_fs->is_addon_activated( $selected_addon->id ) ) {
|
177 |
+
$current_addon_version = $this->_fs->get_addon_instance( $selected_addon->id )->get_plugin_version();
|
178 |
+
} else if ( $this->_fs->is_addon_installed( $selected_addon->id ) ) {
|
179 |
+
$addon_plugin_data = get_plugin_data(
|
180 |
+
( WP_PLUGIN_DIR . '/' . $this->_fs->get_addon_basename( $selected_addon->id ) ),
|
181 |
+
false,
|
182 |
+
false
|
183 |
+
);
|
184 |
+
|
185 |
+
if ( ! empty( $addon_plugin_data ) ) {
|
186 |
+
$current_addon_version = $addon_plugin_data['Version'];
|
187 |
+
}
|
188 |
+
}
|
189 |
+
|
190 |
// Fetch latest version from Freemius.
|
191 |
+
$latest = $this->_fs->_fetch_latest_version(
|
192 |
+
$selected_addon->id,
|
193 |
+
true,
|
194 |
+
WP_FS__TIME_24_HOURS_IN_SEC,
|
195 |
+
$current_addon_version
|
196 |
+
);
|
197 |
|
198 |
if ( $has_paid_plan ) {
|
199 |
$data->checkout_link = $this->_fs->checkout_url();
|
236 |
}
|
237 |
}
|
238 |
|
239 |
+
$data->name = $selected_addon->title;
|
240 |
+
$view_vars = array( 'plugin' => $selected_addon );
|
241 |
+
|
242 |
+
if ( is_object( $latest ) && isset( $latest->readme ) && is_object( $latest->readme ) ) {
|
243 |
+
$latest_version_readme_data = $latest->readme;
|
244 |
+
if ( isset( $latest_version_readme_data->sections ) ) {
|
245 |
+
$data->sections = (array) $latest_version_readme_data->sections;
|
246 |
+
} else {
|
247 |
+
$data->sections = array();
|
248 |
+
}
|
249 |
+
}
|
250 |
+
|
251 |
+
$data->sections['description'] = fs_get_template( '/plugin-info/description.php', $view_vars );
|
252 |
|
253 |
if ( $has_pricing ) {
|
254 |
// Add plans to data.
|
freemius/includes/i18n.php
CHANGED
@@ -94,7 +94,7 @@
|
|
94 |
'activate-x-now' => _fs_x( 'Complete "%s" Activation Now',
|
95 |
'%s - plugin name. As complete "Jetpack" activation now' ),
|
96 |
'few-plugin-tweaks' => _fs_text( 'We made a few tweaks to the %s, %s' ),
|
97 |
-
'optin-x-now' => _fs_text( 'Opt in to make "%s"
|
98 |
'error' => _fs_text( 'Error' ),
|
99 |
'failed-finding-main-path' => _fs_text( 'Freemius SDK couldn\'t find the plugin\'s main file. Please contact sdk@freemius.com with the current error.' ),
|
100 |
'learn-more' => _fs_text( 'Learn more' ),
|
@@ -215,7 +215,7 @@
|
|
215 |
'delete-account-confirm' => _fs_text( '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?' ),
|
216 |
'downgrade-x-confirm' => _fs_text( 'Downgrading your plan will immediately stop all future recurring payments and your %s plan license will expire in %s.' ),
|
217 |
'cancel-trial-confirm' => _fs_text( 'Cancelling the trial will immediately block access to all premium features. Are you sure?' ),
|
218 |
-
'after-downgrade-non-blocking' => _fs_text( 'You can still enjoy all %s features but you will not have access to %s updates
|
219 |
'after-downgrade-blocking' => _fs_text( 'Once your license expires you can still use the Free version but you will NOT have access to the %s features.' ),
|
220 |
'proceed-confirmation' => _fs_text( 'Are you sure you want to proceed?' ),
|
221 |
#endregion Account
|
@@ -600,4 +600,4 @@
|
|
600 |
'not-compatible-warning' => _fs_text( 'This plugin has not been marked as compatible with your version of WordPress.' ),
|
601 |
'newer-installed' => _fs_text( 'Newer Version (%s) Installed' ),
|
602 |
'latest-installed' => _fs_text( 'Latest Version Installed' ),
|
603 |
-
);
|
94 |
'activate-x-now' => _fs_x( 'Complete "%s" Activation Now',
|
95 |
'%s - plugin name. As complete "Jetpack" activation now' ),
|
96 |
'few-plugin-tweaks' => _fs_text( 'We made a few tweaks to the %s, %s' ),
|
97 |
+
'optin-x-now' => _fs_text( 'Opt in to make "%s" better!' ),
|
98 |
'error' => _fs_text( 'Error' ),
|
99 |
'failed-finding-main-path' => _fs_text( 'Freemius SDK couldn\'t find the plugin\'s main file. Please contact sdk@freemius.com with the current error.' ),
|
100 |
'learn-more' => _fs_text( 'Learn more' ),
|
215 |
'delete-account-confirm' => _fs_text( '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?' ),
|
216 |
'downgrade-x-confirm' => _fs_text( 'Downgrading your plan will immediately stop all future recurring payments and your %s plan license will expire in %s.' ),
|
217 |
'cancel-trial-confirm' => _fs_text( 'Cancelling the trial will immediately block access to all premium features. Are you sure?' ),
|
218 |
+
'after-downgrade-non-blocking' => _fs_text( 'You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support.' ),
|
219 |
'after-downgrade-blocking' => _fs_text( 'Once your license expires you can still use the Free version but you will NOT have access to the %s features.' ),
|
220 |
'proceed-confirmation' => _fs_text( 'Are you sure you want to proceed?' ),
|
221 |
#endregion Account
|
600 |
'not-compatible-warning' => _fs_text( 'This plugin has not been marked as compatible with your version of WordPress.' ),
|
601 |
'newer-installed' => _fs_text( 'Newer Version (%s) Installed' ),
|
602 |
'latest-installed' => _fs_text( 'Latest Version Installed' ),
|
603 |
+
);
|
freemius/includes/managers/class-fs-admin-menu-manager.php
CHANGED
@@ -181,11 +181,6 @@
|
|
181 |
|
182 |
// @deprecated
|
183 |
$this->_type = $this->get_option( $menu, 'type', 'page' );
|
184 |
-
|
185 |
-
$this->_first_time_path = $this->get_option( $menu, 'first-path', false );
|
186 |
-
if ( ! empty( $this->_first_time_path ) && is_string( $this->_first_time_path ) ) {
|
187 |
-
$this->_first_time_path = admin_url( $this->_first_time_path, 'admin' );
|
188 |
-
}
|
189 |
}
|
190 |
|
191 |
$this->_is_override_exact = $this->get_bool_option( $menu, 'override_exact' );
|
@@ -208,6 +203,11 @@
|
|
208 |
// 'page'
|
209 |
// ) );
|
210 |
}
|
|
|
|
|
|
|
|
|
|
|
211 |
}
|
212 |
}
|
213 |
|
@@ -280,6 +280,18 @@
|
|
280 |
return $this->_network_menu_exists;
|
281 |
}
|
282 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
283 |
/**
|
284 |
* @author Vova Feldman (@svovaf)
|
285 |
* @since 1.1.3
|
181 |
|
182 |
// @deprecated
|
183 |
$this->_type = $this->get_option( $menu, 'type', 'page' );
|
|
|
|
|
|
|
|
|
|
|
184 |
}
|
185 |
|
186 |
$this->_is_override_exact = $this->get_bool_option( $menu, 'override_exact' );
|
203 |
// 'page'
|
204 |
// ) );
|
205 |
}
|
206 |
+
|
207 |
+
$this->_first_time_path = $this->get_option( $menu, 'first-path', false );
|
208 |
+
if ( ! empty( $this->_first_time_path ) && is_string( $this->_first_time_path ) ) {
|
209 |
+
$this->_first_time_path = admin_url( $this->_first_time_path, 'admin' );
|
210 |
+
}
|
211 |
}
|
212 |
}
|
213 |
|
280 |
return $this->_network_menu_exists;
|
281 |
}
|
282 |
|
283 |
+
/**
|
284 |
+
* @author Leo Fajardo (@leorw)
|
285 |
+
*
|
286 |
+
* @param string $menu_slug
|
287 |
+
*
|
288 |
+
* @since 2.1.3
|
289 |
+
*/
|
290 |
+
function set_slug_and_network_menu_exists_flag($menu_slug ) {
|
291 |
+
$this->_menu_slug = $menu_slug;
|
292 |
+
$this->_network_menu_exists = false;
|
293 |
+
}
|
294 |
+
|
295 |
/**
|
296 |
* @author Vova Feldman (@svovaf)
|
297 |
* @since 1.1.3
|
freemius/includes/managers/class-fs-admin-notice-manager.php
CHANGED
@@ -219,6 +219,9 @@
|
|
219 |
return;
|
220 |
}
|
221 |
|
|
|
|
|
|
|
222 |
foreach ( $this->_notices as $id => $msg ) {
|
223 |
if ( isset( $msg['wp_user_id'] ) && is_numeric( $msg['wp_user_id'] ) ) {
|
224 |
if ( get_current_user_id() != $msg['wp_user_id'] ) {
|
@@ -226,6 +229,49 @@
|
|
226 |
}
|
227 |
}
|
228 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
229 |
fs_require_template( 'admin-notice.php', $msg );
|
230 |
|
231 |
if ( $msg['sticky'] ) {
|
@@ -244,6 +290,34 @@
|
|
244 |
fs_enqueue_local_style( 'fs_common', '/admin/common.css' );
|
245 |
}
|
246 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
247 |
/**
|
248 |
* Add admin message to admin messages queue, and hook to admin_notices / all_admin_notices if not yet hooked.
|
249 |
*
|
219 |
return;
|
220 |
}
|
221 |
|
222 |
+
|
223 |
+
$show_admin_notices = ( ! $this->is_gutenberg_page() );
|
224 |
+
|
225 |
foreach ( $this->_notices as $id => $msg ) {
|
226 |
if ( isset( $msg['wp_user_id'] ) && is_numeric( $msg['wp_user_id'] ) ) {
|
227 |
if ( get_current_user_id() != $msg['wp_user_id'] ) {
|
229 |
}
|
230 |
}
|
231 |
|
232 |
+
/**
|
233 |
+
* Added a filter to control the visibility of admin notices.
|
234 |
+
*
|
235 |
+
* Usage example:
|
236 |
+
*
|
237 |
+
* /**
|
238 |
+
* * @param bool $show
|
239 |
+
* * @param array $msg {
|
240 |
+
* * @var string $message The actual message.
|
241 |
+
* * @var string $title An optional message title.
|
242 |
+
* * @var string $type The type of the message ('success', 'update', 'warning', 'promotion').
|
243 |
+
* * @var string $id The unique identifier of the message.
|
244 |
+
* * @var string $manager_id The unique identifier of the notices manager. For plugins it would be the plugin's slug, for themes - `<slug>-theme`.
|
245 |
+
* * @var string $plugin The product's title.
|
246 |
+
* * @var string $wp_user_id An optional WP user ID that this admin notice is for.
|
247 |
+
* * }
|
248 |
+
* *
|
249 |
+
* * @return bool
|
250 |
+
* *\/
|
251 |
+
* function my_custom_show_admin_notice( $show, $msg ) {
|
252 |
+
* if ('trial_promotion' != $msg['id']) {
|
253 |
+
* return false;
|
254 |
+
* }
|
255 |
+
*
|
256 |
+
* return $show;
|
257 |
+
* }
|
258 |
+
*
|
259 |
+
* my_fs()->add_filter( 'show_admin_notice', 'my_custom_show_admin_notice', 10, 2 );
|
260 |
+
*
|
261 |
+
* @author Vova Feldman
|
262 |
+
* @since 2.2.0
|
263 |
+
*/
|
264 |
+
$show_notice = call_user_func_array( 'fs_apply_filter', array(
|
265 |
+
$this->_module_unique_affix,
|
266 |
+
'show_admin_notice',
|
267 |
+
$show_admin_notices,
|
268 |
+
$msg
|
269 |
+
) );
|
270 |
+
|
271 |
+
if ( true !== $show_notice ) {
|
272 |
+
continue;
|
273 |
+
}
|
274 |
+
|
275 |
fs_require_template( 'admin-notice.php', $msg );
|
276 |
|
277 |
if ( $msg['sticky'] ) {
|
290 |
fs_enqueue_local_style( 'fs_common', '/admin/common.css' );
|
291 |
}
|
292 |
|
293 |
+
/**
|
294 |
+
* Check if the current page is the Gutenberg block editor.
|
295 |
+
*
|
296 |
+
* @author Vova Feldman (@svovaf)
|
297 |
+
* @since 2.2.3
|
298 |
+
*
|
299 |
+
* @return bool
|
300 |
+
*/
|
301 |
+
function is_gutenberg_page() {
|
302 |
+
if ( function_exists( 'is_gutenberg_page' ) &&
|
303 |
+
is_gutenberg_page()
|
304 |
+
) {
|
305 |
+
// The Gutenberg plugin is on.
|
306 |
+
return true;
|
307 |
+
}
|
308 |
+
|
309 |
+
$current_screen = get_current_screen();
|
310 |
+
|
311 |
+
if ( method_exists( $current_screen, 'is_block_editor' ) &&
|
312 |
+
$current_screen->is_block_editor()
|
313 |
+
) {
|
314 |
+
// Gutenberg page on 5+.
|
315 |
+
return true;
|
316 |
+
}
|
317 |
+
|
318 |
+
return false;
|
319 |
+
}
|
320 |
+
|
321 |
/**
|
322 |
* Add admin message to admin messages queue, and hook to admin_notices / all_admin_notices if not yet hooked.
|
323 |
*
|
freemius/includes/supplements/fs-essential-functions-1.1.7.1.php
CHANGED
@@ -26,16 +26,12 @@
|
|
26 |
* If the user changes the main plugin's file name, the file_exists()
|
27 |
* will catch it.
|
28 |
*/
|
29 |
-
|
30 |
-
require_once ABSPATH . 'wp-admin/includes/plugin.php';
|
31 |
-
}
|
32 |
-
|
33 |
-
$all_plugins = get_plugins();
|
34 |
|
35 |
$file_real_path = fs_normalize_path( realpath( $file ) );
|
36 |
|
37 |
// Get active plugin's main files real full names (might be symlinks).
|
38 |
-
foreach ( $all_plugins as $relative_path =>
|
39 |
if ( 0 === strpos( $file_real_path, fs_normalize_path( dirname( realpath( WP_PLUGIN_DIR . '/' . $relative_path ) ) ) ) ) {
|
40 |
if ( '.' !== dirname( trailingslashit( $relative_path ) ) ) {
|
41 |
return $relative_path;
|
26 |
* If the user changes the main plugin's file name, the file_exists()
|
27 |
* will catch it.
|
28 |
*/
|
29 |
+
$all_plugins = fs_get_plugins( true );
|
|
|
|
|
|
|
|
|
30 |
|
31 |
$file_real_path = fs_normalize_path( realpath( $file ) );
|
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;
|
freemius/includes/supplements/fs-essential-functions-2.2.1.php
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @package Freemius
|
4 |
+
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
+
* @since 2.2.1
|
7 |
+
*/
|
8 |
+
|
9 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
+
exit;
|
11 |
+
}
|
12 |
+
|
13 |
+
if ( ! function_exists( 'fs_get_plugins' ) ) {
|
14 |
+
/**
|
15 |
+
* @author Leo Fajardo (@leorw)
|
16 |
+
* @since 2.2.1
|
17 |
+
*
|
18 |
+
* @param bool $delete_cache
|
19 |
+
*
|
20 |
+
* @return array
|
21 |
+
*/
|
22 |
+
function fs_get_plugins( $delete_cache = false ) {
|
23 |
+
$cached_plugins = wp_cache_get( 'plugins', 'plugins' );
|
24 |
+
if ( ! is_array( $cached_plugins ) ) {
|
25 |
+
$cached_plugins = array();
|
26 |
+
}
|
27 |
+
|
28 |
+
$plugin_folder = '';
|
29 |
+
if ( isset( $cached_plugins[ $plugin_folder ] ) ) {
|
30 |
+
$plugins = $cached_plugins[ $plugin_folder ];
|
31 |
+
} else {
|
32 |
+
if ( ! function_exists( 'get_plugins' ) ) {
|
33 |
+
require_once ABSPATH . 'wp-admin/includes/plugin.php';
|
34 |
+
}
|
35 |
+
|
36 |
+
$plugins = get_plugins();
|
37 |
+
|
38 |
+
if ( $delete_cache && is_plugin_active( 'woocommerce/woocommerce.php' ) ) {
|
39 |
+
wp_cache_delete( 'plugins', 'plugins' );
|
40 |
+
}
|
41 |
+
}
|
42 |
+
|
43 |
+
return $plugins;
|
44 |
+
}
|
45 |
+
}
|
freemius/languages/freemius-da_DK.mo
CHANGED
Binary file
|
freemius/languages/freemius-da_DK.po
CHANGED
@@ -1,12 +1,2434 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: \n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: \n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator:
|
8 |
-
"Language: \n"
|
9 |
-
"Language-Team: \n"
|
10 |
-
"Content-Type: \n"
|
11 |
-
"Content-Transfer-Encoding: \n"
|
12 |
-
"Plural-Forms:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2019 freemius
|
2 |
+
# This file is distributed under the same license as the freemius package.
|
3 |
+
# Translators:
|
4 |
+
# Joachim Jensen, 2016-2018
|
5 |
+
# Lars Koudal, 2018
|
6 |
msgid ""
|
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: 2018-11-25 07:22+0000\n"
|
12 |
+
"Last-Translator: Vova Feldman <vova@freemius.com>\n"
|
13 |
+
"Language: da_DK\n"
|
14 |
+
"Language-Team: Danish (Denmark) (http://www.transifex.com/freemius/wordpress-sdk/language/da_DK/)\n"
|
15 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
17 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
+
"MIME-Version: 1.0\n"
|
19 |
+
"X-Poedit-Basepath: ..\n"
|
20 |
+
"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"
|
21 |
+
"X-Poedit-SearchPath-0: .\n"
|
22 |
+
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
24 |
+
|
25 |
+
#: includes/class-freemius.php:1688
|
26 |
+
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
27 |
+
msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
28 |
+
|
29 |
+
#: includes/class-freemius.php:1690
|
30 |
+
msgid "Error"
|
31 |
+
msgstr "Fejl"
|
32 |
+
|
33 |
+
#: includes/class-freemius.php:2011
|
34 |
+
msgid "I found a better %s"
|
35 |
+
msgstr "Jeg fandt et bedre %s"
|
36 |
+
|
37 |
+
#: includes/class-freemius.php:2013
|
38 |
+
msgid "What's the %s's name?"
|
39 |
+
msgstr "Hvad er navnet på %s?"
|
40 |
+
|
41 |
+
#: includes/class-freemius.php:2019
|
42 |
+
msgid "It's a temporary %s. I'm just debugging an issue."
|
43 |
+
msgstr "Det er en midlertidig %s. Jeg er i gang med fejlrettelser."
|
44 |
+
|
45 |
+
#: includes/class-freemius.php:2021
|
46 |
+
msgid "Deactivation"
|
47 |
+
msgstr "Deaktivering"
|
48 |
+
|
49 |
+
#: includes/class-freemius.php:2022
|
50 |
+
msgid "Theme Switch"
|
51 |
+
msgstr "Temaskift"
|
52 |
+
|
53 |
+
#: includes/class-freemius.php2031, templates/forms/resend-key.php:24
|
54 |
+
msgid "Other"
|
55 |
+
msgstr "Andet"
|
56 |
+
|
57 |
+
#: includes/class-freemius.php:2039
|
58 |
+
msgid "I no longer need the %s"
|
59 |
+
msgstr "Jeg har ikke længere brug for %s"
|
60 |
+
|
61 |
+
#: includes/class-freemius.php:2046
|
62 |
+
msgid "I only needed the %s for a short period"
|
63 |
+
msgstr "Jeg behøvede kun %s i en kort periode"
|
64 |
+
|
65 |
+
#: includes/class-freemius.php:2052
|
66 |
+
msgid "The %s broke my site"
|
67 |
+
msgstr "%s ødelagde min webside"
|
68 |
+
|
69 |
+
#: includes/class-freemius.php:2059
|
70 |
+
msgid "The %s suddenly stopped working"
|
71 |
+
msgstr "%s stoppede pludseligt med at virke"
|
72 |
+
|
73 |
+
#: includes/class-freemius.php:2069
|
74 |
+
msgid "I can't pay for it anymore"
|
75 |
+
msgstr "Jeg kan ikke længere betale for det"
|
76 |
+
|
77 |
+
#: includes/class-freemius.php:2071
|
78 |
+
msgid "What price would you feel comfortable paying?"
|
79 |
+
msgstr "Hvilken pris ville du foretrække at betale?"
|
80 |
+
|
81 |
+
#: includes/class-freemius.php:2077
|
82 |
+
msgid "I don't like to share my information with you"
|
83 |
+
msgstr "Jeg har ikke lyst til at dele mine informationer med jer"
|
84 |
+
|
85 |
+
#: includes/class-freemius.php:2098
|
86 |
+
msgid "The %s didn't work"
|
87 |
+
msgstr "%s virkede ikke"
|
88 |
+
|
89 |
+
#: includes/class-freemius.php:2108
|
90 |
+
msgid "I couldn't understand how to make it work"
|
91 |
+
msgstr "Jeg forstod ikke, hvordan jeg skulle få det til at fungere."
|
92 |
+
|
93 |
+
#: includes/class-freemius.php:2116
|
94 |
+
msgid "The %s is great, but I need specific feature that you don't support"
|
95 |
+
msgstr "%s er godt, men jeg har brug for en specifik feature, som ikke understøttes"
|
96 |
+
|
97 |
+
#: includes/class-freemius.php:2118
|
98 |
+
msgid "What feature?"
|
99 |
+
msgstr "Hvilken feature?"
|
100 |
+
|
101 |
+
#: includes/class-freemius.php:2122
|
102 |
+
msgid "The %s is not working"
|
103 |
+
msgstr "%s virker ikke"
|
104 |
+
|
105 |
+
#: includes/class-freemius.php:2124
|
106 |
+
msgid "Kindly share what didn't work so we can fix it for future users..."
|
107 |
+
msgstr "Kindly share what didn't work so we can fix it for future users..."
|
108 |
+
|
109 |
+
#: includes/class-freemius.php:2128
|
110 |
+
msgid "It's not what I was looking for"
|
111 |
+
msgstr "Det er ikke, hvad jeg søgte"
|
112 |
+
|
113 |
+
#: includes/class-freemius.php:2130
|
114 |
+
msgid "What you've been looking for?"
|
115 |
+
msgstr "Hvad har du ledt efter?"
|
116 |
+
|
117 |
+
#: includes/class-freemius.php:2134
|
118 |
+
msgid "The %s didn't work as expected"
|
119 |
+
msgstr "%s virkede ikke som forventet"
|
120 |
+
|
121 |
+
#: includes/class-freemius.php:2136
|
122 |
+
msgid "What did you expect?"
|
123 |
+
msgstr "Hvad forventede du?"
|
124 |
+
|
125 |
+
#: includes/class-freemius.php2942, templates/debug.php:20
|
126 |
+
msgid "Freemius Debug"
|
127 |
+
msgstr "Freemius Debug"
|
128 |
+
|
129 |
+
#: includes/class-freemius.php:3670
|
130 |
+
msgid "I don't know what is cURL or how to install it, help me!"
|
131 |
+
msgstr "Jeg ved ikke hvad cURL er, eller hvordan jeg installerer det. Hjælp mig!"
|
132 |
+
|
133 |
+
#: includes/class-freemius.php:3672
|
134 |
+
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."
|
135 |
+
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."
|
136 |
+
|
137 |
+
#: includes/class-freemius.php:3679
|
138 |
+
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."
|
139 |
+
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."
|
140 |
+
|
141 |
+
#: includes/class-freemius.php:3784
|
142 |
+
msgid "Yes - do your thing"
|
143 |
+
msgstr "Ja - fortsæt bare"
|
144 |
+
|
145 |
+
#: includes/class-freemius.php:3789
|
146 |
+
msgid "No - just deactivate"
|
147 |
+
msgstr "Nej - bare deaktiver"
|
148 |
+
|
149 |
+
#: includes/class-freemius.php3834, includes/class-freemius.php4343,
|
150 |
+
#: includes/class-freemius.php5442, includes/class-freemius.php11545,
|
151 |
+
#: includes/class-freemius.php14916, includes/class-freemius.php14968,
|
152 |
+
#: includes/class-freemius.php15030, includes/class-freemius.php17263,
|
153 |
+
#: includes/class-freemius.php17273, includes/class-freemius.php17882,
|
154 |
+
#: includes/class-freemius.php18742, includes/class-freemius.php18857,
|
155 |
+
#: includes/class-freemius.php19001, templates/add-ons.php:43
|
156 |
+
msgctxt "exclamation"
|
157 |
+
msgid "Oops"
|
158 |
+
msgstr "Ups"
|
159 |
+
|
160 |
+
#: includes/class-freemius.php:3903
|
161 |
+
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."
|
162 |
+
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."
|
163 |
+
|
164 |
+
#: includes/class-freemius.php:4340
|
165 |
+
msgctxt "addonX cannot run without pluginY"
|
166 |
+
msgid "%s cannot run without %s."
|
167 |
+
msgstr "%s virker ikke uden %s."
|
168 |
+
|
169 |
+
#: includes/class-freemius.php:4341
|
170 |
+
msgctxt "addonX cannot run..."
|
171 |
+
msgid "%s cannot run without the plugin."
|
172 |
+
msgstr "%s virker ikke uden pluginnet."
|
173 |
+
|
174 |
+
#: includes/class-freemius.php4487, includes/class-freemius.php4512,
|
175 |
+
#: includes/class-freemius.php:17953
|
176 |
+
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
177 |
+
msgstr "Unexpected API error. Please contact the %s's author with the following error."
|
178 |
+
|
179 |
+
#: includes/class-freemius.php:5130
|
180 |
+
msgid "Premium %s version was successfully activated."
|
181 |
+
msgstr "Premium-versionen af %s blev aktiveret."
|
182 |
+
|
183 |
+
#: includes/class-freemius.php5142, includes/class-freemius.php:7004
|
184 |
+
msgctxt ""
|
185 |
+
msgid "W00t"
|
186 |
+
msgstr "W00t"
|
187 |
+
|
188 |
+
#: includes/class-freemius.php:5157
|
189 |
+
msgid "You have a %s license."
|
190 |
+
msgstr "Du har en %s licens."
|
191 |
+
|
192 |
+
#: includes/class-freemius.php5161, includes/class-freemius.php14337,
|
193 |
+
#: includes/class-freemius.php14348, includes/class-freemius.php17177,
|
194 |
+
#: includes/class-freemius.php17491, includes/class-freemius.php17557,
|
195 |
+
#: includes/class-freemius.php:17707
|
196 |
+
msgctxt "interjection expressing joy or exuberance"
|
197 |
+
msgid "Yee-haw"
|
198 |
+
msgstr "Yee-haw"
|
199 |
+
|
200 |
+
#: includes/class-freemius.php:5425
|
201 |
+
msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
202 |
+
msgstr "%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."
|
203 |
+
|
204 |
+
#: includes/class-freemius.php:5429
|
205 |
+
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
206 |
+
msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
207 |
+
|
208 |
+
#: includes/class-freemius.php5438, templates/add-ons.php103,
|
209 |
+
#: templates/account/partials/addon.php:288
|
210 |
+
msgid "More information about %s"
|
211 |
+
msgstr "Mere information om %s"
|
212 |
+
|
213 |
+
#: includes/class-freemius.php:5439
|
214 |
+
msgid "Purchase License"
|
215 |
+
msgstr "Køb licens"
|
216 |
+
|
217 |
+
#: includes/class-freemius.php6372, templates/connect.php:163
|
218 |
+
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."
|
219 |
+
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."
|
220 |
+
|
221 |
+
#: includes/class-freemius.php:6376
|
222 |
+
msgid "start the trial"
|
223 |
+
msgstr "start prøveperioden"
|
224 |
+
|
225 |
+
#: includes/class-freemius.php6377, templates/connect.php:167
|
226 |
+
msgid "complete the install"
|
227 |
+
msgstr "færdiggør installeringen"
|
228 |
+
|
229 |
+
#: includes/class-freemius.php:6490
|
230 |
+
msgid "You are just one step away - %s"
|
231 |
+
msgstr "Du mangler kun ét skridt - %s"
|
232 |
+
|
233 |
+
#: includes/class-freemius.php:6493
|
234 |
+
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
235 |
+
msgid "Complete \"%s\" Activation Now"
|
236 |
+
msgstr "Færdiggør aktivering af \"%s\" nu"
|
237 |
+
|
238 |
+
#: includes/class-freemius.php:6571
|
239 |
+
msgid "We made a few tweaks to the %s, %s"
|
240 |
+
msgstr "Vi har foretaget nogle rettelser til %s, %s"
|
241 |
+
|
242 |
+
#: includes/class-freemius.php:6575
|
243 |
+
msgid "Opt in to make \"%s\" better!"
|
244 |
+
msgstr "Opt in to make \"%s\" better!"
|
245 |
+
|
246 |
+
#: includes/class-freemius.php:7003
|
247 |
+
msgid "The upgrade of %s was successfully completed."
|
248 |
+
msgstr "Opgraderingen af %s blev fuldendt."
|
249 |
+
|
250 |
+
#: includes/class-freemius.php8925, includes/class-fs-plugin-updater.php886,
|
251 |
+
#: includes/class-fs-plugin-updater.php1081,
|
252 |
+
#: includes/class-fs-plugin-updater.php1088,
|
253 |
+
#: templates/auto-installation.php:32
|
254 |
+
msgid "Add-On"
|
255 |
+
msgstr "Tilføjelse"
|
256 |
+
|
257 |
+
#: includes/class-freemius.php8927, templates/debug.php359,
|
258 |
+
#: templates/debug.php:520
|
259 |
+
msgid "Plugin"
|
260 |
+
msgstr "Plugin"
|
261 |
+
|
262 |
+
#: includes/class-freemius.php8928, templates/debug.php359,
|
263 |
+
#: templates/debug.php520, templates/forms/deactivation/form.php:67
|
264 |
+
msgid "Theme"
|
265 |
+
msgstr "Tema"
|
266 |
+
|
267 |
+
#: includes/class-freemius.php:11412
|
268 |
+
msgid "Invalid site details collection."
|
269 |
+
msgstr "Invalid site details collection."
|
270 |
+
|
271 |
+
#: includes/class-freemius.php:11532
|
272 |
+
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
273 |
+
msgstr "Vi kunne ikke finde din e-mailadresse i systemet, er du sikker på, det er den rigtige adresse?"
|
274 |
+
|
275 |
+
#: includes/class-freemius.php:11534
|
276 |
+
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
277 |
+
msgstr "Vi kan ikke finde nogen aktive licenser knyttet til den e-mailadresse, er du sikker på, det er den rigtige adresse?"
|
278 |
+
|
279 |
+
#: includes/class-freemius.php:11808
|
280 |
+
msgid "Account is pending activation."
|
281 |
+
msgstr "Konto afventer aktivering."
|
282 |
+
|
283 |
+
#: includes/class-freemius.php11920,
|
284 |
+
#: templates/forms/premium-versions-upgrade-handler.php:47
|
285 |
+
msgid "Buy a license now"
|
286 |
+
msgstr "Buy a license now"
|
287 |
+
|
288 |
+
#: includes/class-freemius.php11932,
|
289 |
+
#: templates/forms/premium-versions-upgrade-handler.php:46
|
290 |
+
msgid "Renew your license now"
|
291 |
+
msgstr "Renew your license now"
|
292 |
+
|
293 |
+
#: includes/class-freemius.php:11936
|
294 |
+
msgid "%s to access version %s security & feature updates, and support."
|
295 |
+
msgstr "%s to access version %s security & feature updates, and support."
|
296 |
+
|
297 |
+
#: includes/class-freemius.php:14319
|
298 |
+
msgid "%s activation was successfully completed."
|
299 |
+
msgstr "Aktivering af %s blev gennemført."
|
300 |
+
|
301 |
+
#: includes/class-freemius.php:14333
|
302 |
+
msgid "Your account was successfully activated with the %s plan."
|
303 |
+
msgstr "Din konto blev aktiveret med planen %s."
|
304 |
+
|
305 |
+
#: includes/class-freemius.php14344, includes/class-freemius.php:17553
|
306 |
+
msgid "Your trial has been successfully started."
|
307 |
+
msgstr "Din prøveperiode er begyndt."
|
308 |
+
|
309 |
+
#: includes/class-freemius.php14914, includes/class-freemius.php14966,
|
310 |
+
#: includes/class-freemius.php:15028
|
311 |
+
msgid "Couldn't activate %s."
|
312 |
+
msgstr "Kunne ikke aktivere %s."
|
313 |
+
|
314 |
+
#: includes/class-freemius.php14915, includes/class-freemius.php14967,
|
315 |
+
#: includes/class-freemius.php:15029
|
316 |
+
msgid "Please contact us with the following message:"
|
317 |
+
msgstr "Kontakt os venligst med følgende besked:"
|
318 |
+
|
319 |
+
#: includes/class-freemius.php15378, includes/class-freemius.php:19839
|
320 |
+
msgid "Upgrade"
|
321 |
+
msgstr "Opgrader"
|
322 |
+
|
323 |
+
#: includes/class-freemius.php:15384
|
324 |
+
msgid "Start Trial"
|
325 |
+
msgstr "Start prøveperiode"
|
326 |
+
|
327 |
+
#: includes/class-freemius.php:15386
|
328 |
+
msgid "Pricing"
|
329 |
+
msgstr "Priser"
|
330 |
+
|
331 |
+
#: includes/class-freemius.php15448, includes/class-freemius.php:15450
|
332 |
+
msgid "Affiliation"
|
333 |
+
msgstr "Affiliation"
|
334 |
+
|
335 |
+
#: includes/class-freemius.php15478, includes/class-freemius.php15480,
|
336 |
+
#: templates/account.php150, templates/debug.php:324
|
337 |
+
msgid "Account"
|
338 |
+
msgstr "Konto"
|
339 |
+
|
340 |
+
#: includes/class-freemius.php15493, includes/class-freemius.php15495,
|
341 |
+
#: includes/customizer/class-fs-customizer-support-section.php:60
|
342 |
+
msgid "Contact Us"
|
343 |
+
msgstr "Kontakt os"
|
344 |
+
|
345 |
+
#: includes/class-freemius.php15505, includes/class-freemius.php15507,
|
346 |
+
#: includes/class-freemius.php19849, templates/account.php100,
|
347 |
+
#: templates/account/partials/addon.php:41
|
348 |
+
msgid "Add-Ons"
|
349 |
+
msgstr "Tilføjelser"
|
350 |
+
|
351 |
+
#: includes/class-freemius.php:15541
|
352 |
+
msgctxt "ASCII arrow left icon"
|
353 |
+
msgid "←"
|
354 |
+
msgstr "←"
|
355 |
+
|
356 |
+
#: includes/class-freemius.php:15541
|
357 |
+
msgctxt "ASCII arrow right icon"
|
358 |
+
msgid "➤"
|
359 |
+
msgstr "➤"
|
360 |
+
|
361 |
+
#: includes/class-freemius.php15543, templates/pricing.php:97
|
362 |
+
msgctxt "noun"
|
363 |
+
msgid "Pricing"
|
364 |
+
msgstr "Priser"
|
365 |
+
|
366 |
+
#: includes/class-freemius.php15756,
|
367 |
+
#: includes/customizer/class-fs-customizer-support-section.php:67
|
368 |
+
msgid "Support Forum"
|
369 |
+
msgstr "Supportforum"
|
370 |
+
|
371 |
+
#: includes/class-freemius.php:16542
|
372 |
+
msgid "Your email has been successfully verified - you are AWESOME!"
|
373 |
+
msgstr "Din e-mailadresse er blevet verificeret - du er FOR SEJ!"
|
374 |
+
|
375 |
+
#: includes/class-freemius.php:16543
|
376 |
+
msgctxt "a positive response"
|
377 |
+
msgid "Right on"
|
378 |
+
msgstr "Sådan"
|
379 |
+
|
380 |
+
#: includes/class-freemius.php:17168
|
381 |
+
msgid "Your %s Add-on plan was successfully upgraded."
|
382 |
+
msgstr "Your %s Add-on plan was successfully upgraded."
|
383 |
+
|
384 |
+
#: includes/class-freemius.php:17170
|
385 |
+
msgid "%s Add-on was successfully purchased."
|
386 |
+
msgstr "Betalingen for tilføjelsen %s blev gennemført."
|
387 |
+
|
388 |
+
#: includes/class-freemius.php:17173
|
389 |
+
msgid "Download the latest version"
|
390 |
+
msgstr "Download den seneste version"
|
391 |
+
|
392 |
+
#: includes/class-freemius.php:17259
|
393 |
+
msgctxt "%1s - plugin title, %2s - API domain"
|
394 |
+
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
395 |
+
msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
396 |
+
|
397 |
+
#: includes/class-freemius.php17262, includes/class-freemius.php17678,
|
398 |
+
#: includes/class-freemius.php:17755
|
399 |
+
msgid "Error received from the server:"
|
400 |
+
msgstr "Fejl modtager fra serveren:"
|
401 |
+
|
402 |
+
#: includes/class-freemius.php:17272
|
403 |
+
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
404 |
+
msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
405 |
+
|
406 |
+
#: includes/class-freemius.php17454, includes/class-freemius.php17683,
|
407 |
+
#: includes/class-freemius.php17726, includes/class-freemius.php:17829
|
408 |
+
msgctxt ""
|
409 |
+
msgid "Hmm"
|
410 |
+
msgstr "Hmm"
|
411 |
+
|
412 |
+
#: includes/class-freemius.php:17467
|
413 |
+
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."
|
414 |
+
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."
|
415 |
+
|
416 |
+
#: includes/class-freemius.php17468, templates/account.php102,
|
417 |
+
#: templates/add-ons.php134, templates/account/partials/addon.php:43
|
418 |
+
msgctxt "trial period"
|
419 |
+
msgid "Trial"
|
420 |
+
msgstr "Prøveperiode"
|
421 |
+
|
422 |
+
#: includes/class-freemius.php:17473
|
423 |
+
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
424 |
+
msgstr "Jeg har opgraderet min konto, men når jeg forsøger at synkronisere licensen, forbliver planen %s."
|
425 |
+
|
426 |
+
#: includes/class-freemius.php17477, includes/class-freemius.php:17535
|
427 |
+
msgid "Please contact us here"
|
428 |
+
msgstr "Kontakt os her"
|
429 |
+
|
430 |
+
#: includes/class-freemius.php:17487
|
431 |
+
msgid "Your plan was successfully upgraded."
|
432 |
+
msgstr "Din plan er blevet opgraderet."
|
433 |
+
|
434 |
+
#: includes/class-freemius.php:17505
|
435 |
+
msgid "Your plan was successfully changed to %s."
|
436 |
+
msgstr "Din plan er blevet ændret til %s."
|
437 |
+
|
438 |
+
#: includes/class-freemius.php:17521
|
439 |
+
msgid "Your license has expired. You can still continue using the free %s forever."
|
440 |
+
msgstr "Din licens er udløbet. Du kan stadig fortsætte med at benytte den gratis udgave af %s."
|
441 |
+
|
442 |
+
#: includes/class-freemius.php:17523
|
443 |
+
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
444 |
+
msgstr "Din licens er udløbet. %1$sOpgrader nu%2$s for at fortsætte med at benytte %3$s uden forstyrrelser."
|
445 |
+
|
446 |
+
#: includes/class-freemius.php:17531
|
447 |
+
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
448 |
+
msgstr "Din licens er blevet annulleret. Hvis du mener, dette er en fejl, så kontakt venligst support."
|
449 |
+
|
450 |
+
#: includes/class-freemius.php:17544
|
451 |
+
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."
|
452 |
+
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."
|
453 |
+
|
454 |
+
#: includes/class-freemius.php:17567
|
455 |
+
msgid "Your free trial has expired. You can still continue using all our free features."
|
456 |
+
msgstr "Din gratis prøveperiode er udløbet. Du kan stadig benytte alle de gratis features."
|
457 |
+
|
458 |
+
#: includes/class-freemius.php:17569
|
459 |
+
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
460 |
+
msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
461 |
+
|
462 |
+
#: includes/class-freemius.php:17674
|
463 |
+
msgid "It looks like the license could not be activated."
|
464 |
+
msgstr "Det ser ud til, at licensen ikke kunne aktiveres."
|
465 |
+
|
466 |
+
#: includes/class-freemius.php:17704
|
467 |
+
msgid "Your license was successfully activated."
|
468 |
+
msgstr "Din licens er blevet aktiveret."
|
469 |
+
|
470 |
+
#: includes/class-freemius.php:17730
|
471 |
+
msgid "It looks like your site currently doesn't have an active license."
|
472 |
+
msgstr "Det ser ud til, at dit websted endnu ikke har en aktiv licens."
|
473 |
+
|
474 |
+
#: includes/class-freemius.php:17754
|
475 |
+
msgid "It looks like the license deactivation failed."
|
476 |
+
msgstr "Det ser ud til, at licens-deaktiveringen mislykkedes."
|
477 |
+
|
478 |
+
#: includes/class-freemius.php:17782
|
479 |
+
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
480 |
+
msgstr "Din licens blev deaktiveret, du er tilbage på planen %s."
|
481 |
+
|
482 |
+
#: includes/class-freemius.php:17783
|
483 |
+
msgid "O.K"
|
484 |
+
msgstr "O.K"
|
485 |
+
|
486 |
+
#: includes/class-freemius.php:17836
|
487 |
+
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
488 |
+
msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
489 |
+
|
490 |
+
#: includes/class-freemius.php:17845
|
491 |
+
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
492 |
+
msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
493 |
+
|
494 |
+
#: includes/class-freemius.php:17887
|
495 |
+
msgid "You are already running the %s in a trial mode."
|
496 |
+
msgstr "Du benytter allerede %s under en prøveperiode."
|
497 |
+
|
498 |
+
#: includes/class-freemius.php:17898
|
499 |
+
msgid "You already utilized a trial before."
|
500 |
+
msgstr "Du har allerede brugt din prøveperiode."
|
501 |
+
|
502 |
+
#: includes/class-freemius.php:17912
|
503 |
+
msgid "Plan %s do not exist, therefore, can't start a trial."
|
504 |
+
msgstr "Plan %s eksisterer ikke og kan derfor ikke starte prøveperiode."
|
505 |
+
|
506 |
+
#: includes/class-freemius.php:17923
|
507 |
+
msgid "Plan %s does not support a trial period."
|
508 |
+
msgstr "Plan %s understøtter ikke en prøveperiode."
|
509 |
+
|
510 |
+
#: includes/class-freemius.php:17934
|
511 |
+
msgid "None of the %s's plans supports a trial period."
|
512 |
+
msgstr "None of the %s's plans supports a trial period."
|
513 |
+
|
514 |
+
#: includes/class-freemius.php:17984
|
515 |
+
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
516 |
+
msgstr "Det lader ikke til du er i en prøveperiode længere, så der er ikke noget at annullere :-)"
|
517 |
+
|
518 |
+
#: includes/class-freemius.php:18020
|
519 |
+
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
520 |
+
msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
521 |
+
|
522 |
+
#: includes/class-freemius.php:18039
|
523 |
+
msgid "Your %s free trial was successfully cancelled."
|
524 |
+
msgstr "Din gratis prøveperiode for %s er blevet annulleret."
|
525 |
+
|
526 |
+
#: includes/class-freemius.php:18346
|
527 |
+
msgid "Version %s was released."
|
528 |
+
msgstr "Version %s er blevet udgivet."
|
529 |
+
|
530 |
+
#: includes/class-freemius.php:18346
|
531 |
+
msgid "Please download %s."
|
532 |
+
msgstr "Download venligst %s."
|
533 |
+
|
534 |
+
#: includes/class-freemius.php:18353
|
535 |
+
msgid "the latest %s version here"
|
536 |
+
msgstr "den seneste version af %s her"
|
537 |
+
|
538 |
+
#: includes/class-freemius.php:18358
|
539 |
+
msgid "New"
|
540 |
+
msgstr "Ny"
|
541 |
+
|
542 |
+
#: includes/class-freemius.php:18363
|
543 |
+
msgid "Seems like you got the latest release."
|
544 |
+
msgstr "Det ser ud til, at du har den seneste udgivelse."
|
545 |
+
|
546 |
+
#: includes/class-freemius.php:18364
|
547 |
+
msgid "You are all good!"
|
548 |
+
msgstr "Det var det!"
|
549 |
+
|
550 |
+
#: includes/class-freemius.php:18632
|
551 |
+
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
552 |
+
msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
553 |
+
|
554 |
+
#: includes/class-freemius.php:18769
|
555 |
+
msgid "Site successfully opted in."
|
556 |
+
msgstr "Websted er tilmeldt."
|
557 |
+
|
558 |
+
#: includes/class-freemius.php18770, includes/class-freemius.php:19581
|
559 |
+
msgid "Awesome"
|
560 |
+
msgstr "Sejt"
|
561 |
+
|
562 |
+
#: includes/class-freemius.php18786, templates/forms/optout.php:32
|
563 |
+
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
564 |
+
msgstr "Vi sætter pris på din hjælp med at forbedre %s ved at lade os indsamle brugsdata."
|
565 |
+
|
566 |
+
#: includes/class-freemius.php:18787
|
567 |
+
msgid "Thank you!"
|
568 |
+
msgstr "Mange tak!"
|
569 |
+
|
570 |
+
#: includes/class-freemius.php:18794
|
571 |
+
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
572 |
+
msgstr "Vi vil ikke længere indsende brugsdata af %s på %s til %s."
|
573 |
+
|
574 |
+
#: includes/class-freemius.php:18923
|
575 |
+
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."
|
576 |
+
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."
|
577 |
+
|
578 |
+
#: includes/class-freemius.php:18929
|
579 |
+
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
580 |
+
msgstr "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
581 |
+
|
582 |
+
#: includes/class-freemius.php:18934
|
583 |
+
msgid "%s is the new owner of the account."
|
584 |
+
msgstr "%s er den nye ejer af kontoen."
|
585 |
+
|
586 |
+
#: includes/class-freemius.php:18936
|
587 |
+
msgctxt "as congratulations"
|
588 |
+
msgid "Congrats"
|
589 |
+
msgstr "Tillykke"
|
590 |
+
|
591 |
+
#: includes/class-freemius.php:18956
|
592 |
+
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
593 |
+
msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
594 |
+
|
595 |
+
#: includes/class-freemius.php:18957
|
596 |
+
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
597 |
+
msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
598 |
+
|
599 |
+
#: includes/class-freemius.php:18964
|
600 |
+
msgid "Change Ownership"
|
601 |
+
msgstr "Skift ejerskab"
|
602 |
+
|
603 |
+
#: includes/class-freemius.php:18972
|
604 |
+
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
605 |
+
msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
606 |
+
|
607 |
+
#: includes/class-freemius.php:18984
|
608 |
+
msgid "Please provide your full name."
|
609 |
+
msgstr "Indtast venligst dit fulde navn."
|
610 |
+
|
611 |
+
#: includes/class-freemius.php:18989
|
612 |
+
msgid "Your name was successfully updated."
|
613 |
+
msgstr "Dit navn er blevet opdateret."
|
614 |
+
|
615 |
+
#: includes/class-freemius.php:19050
|
616 |
+
msgid "You have successfully updated your %s."
|
617 |
+
msgstr "Opdatering af %s blev gennemført."
|
618 |
+
|
619 |
+
#: includes/class-freemius.php:19190
|
620 |
+
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
621 |
+
msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
622 |
+
|
623 |
+
#: includes/class-freemius.php:19191
|
624 |
+
msgctxt "advance notice of something that will need attention."
|
625 |
+
msgid "Heads up"
|
626 |
+
msgstr "Se her"
|
627 |
+
|
628 |
+
#: includes/class-freemius.php:19621
|
629 |
+
msgctxt "exclamation"
|
630 |
+
msgid "Hey"
|
631 |
+
msgstr "Hey"
|
632 |
+
|
633 |
+
#: includes/class-freemius.php:19621
|
634 |
+
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
635 |
+
msgstr "Hvad syntes du om %s indtil videre? Test alle %s premium funktioner med en %d-dags gratis prøveperiode."
|
636 |
+
|
637 |
+
#: includes/class-freemius.php:19629
|
638 |
+
msgid "No commitment for %s days - cancel anytime!"
|
639 |
+
msgstr "Ingen bindinger i %s dage - annuller når som helst!"
|
640 |
+
|
641 |
+
#: includes/class-freemius.php:19630
|
642 |
+
msgid "No credit card required"
|
643 |
+
msgstr "Betalingskort ikke påkrævet"
|
644 |
+
|
645 |
+
#: includes/class-freemius.php19637, templates/forms/trial-start.php:53
|
646 |
+
msgctxt "call to action"
|
647 |
+
msgid "Start free trial"
|
648 |
+
msgstr "Start gratis prøveperiode"
|
649 |
+
|
650 |
+
#: includes/class-freemius.php:19714
|
651 |
+
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!"
|
652 |
+
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!"
|
653 |
+
|
654 |
+
#: includes/class-freemius.php:19723
|
655 |
+
msgid "Learn more"
|
656 |
+
msgstr "Læs mere"
|
657 |
+
|
658 |
+
#: includes/class-freemius.php19873, templates/account.php406,
|
659 |
+
#: templates/account.php509, templates/connect.php171,
|
660 |
+
#: templates/connect.php421, templates/forms/license-activation.php24,
|
661 |
+
#: templates/account/partials/addon.php:235
|
662 |
+
msgid "Activate License"
|
663 |
+
msgstr "Aktiver licens"
|
664 |
+
|
665 |
+
#: includes/class-freemius.php19874, templates/account.php469,
|
666 |
+
#: templates/account.php508, templates/account/partials/site.php:256
|
667 |
+
msgid "Change License"
|
668 |
+
msgstr "Skift licens"
|
669 |
+
|
670 |
+
#: includes/class-freemius.php19956, templates/account/partials/site.php:161
|
671 |
+
msgid "Opt Out"
|
672 |
+
msgstr "Frameld"
|
673 |
+
|
674 |
+
#: includes/class-freemius.php19958, includes/class-freemius.php19963,
|
675 |
+
#: templates/account/partials/site.php43,
|
676 |
+
#: templates/account/partials/site.php:161
|
677 |
+
msgid "Opt In"
|
678 |
+
msgstr "Tilmeld"
|
679 |
+
|
680 |
+
#: includes/class-freemius.php:20187
|
681 |
+
msgid " The paid version of %1s is already installed. Please activate it to start benefiting the %2s features. %3s"
|
682 |
+
msgstr " The paid version of %1s is already installed. Please activate it to start benefiting the %2s features. %3s"
|
683 |
+
|
684 |
+
#: includes/class-freemius.php:20195
|
685 |
+
msgid "Activate %s features"
|
686 |
+
msgstr "Activate %s features"
|
687 |
+
|
688 |
+
#: includes/class-freemius.php:20208
|
689 |
+
msgid "Please follow these steps to complete the upgrade"
|
690 |
+
msgstr "Følg venligst disse trin for at færdiggøre opgraderingen"
|
691 |
+
|
692 |
+
#: includes/class-freemius.php:20212
|
693 |
+
msgid "Download the latest %s version"
|
694 |
+
msgstr "Download den seneste version af %s"
|
695 |
+
|
696 |
+
#: includes/class-freemius.php:20216
|
697 |
+
msgid "Upload and activate the downloaded version"
|
698 |
+
msgstr "Upload og aktiver den downloadede version"
|
699 |
+
|
700 |
+
#: includes/class-freemius.php:20218
|
701 |
+
msgid "How to upload and activate?"
|
702 |
+
msgstr "Upload og aktivering, hvordan?"
|
703 |
+
|
704 |
+
#: includes/class-freemius.php:20352
|
705 |
+
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
706 |
+
msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
|
707 |
+
|
708 |
+
#: includes/class-freemius.php:20513
|
709 |
+
msgid "Auto installation only works for opted-in users."
|
710 |
+
msgstr "Auto-installation fungerer kun for tilmeldte brugere."
|
711 |
+
|
712 |
+
#: includes/class-freemius.php20523, includes/class-freemius.php20556,
|
713 |
+
#: includes/class-fs-plugin-updater.php1060,
|
714 |
+
#: includes/class-fs-plugin-updater.php:1074
|
715 |
+
msgid "Invalid module ID."
|
716 |
+
msgstr "Ugyldigt modul-ID."
|
717 |
+
|
718 |
+
#: includes/class-freemius.php20532, includes/class-fs-plugin-updater.php:1096
|
719 |
+
msgid "Premium version already active."
|
720 |
+
msgstr "Premium version allerede aktiv."
|
721 |
+
|
722 |
+
#: includes/class-freemius.php:20539
|
723 |
+
msgid "You do not have a valid license to access the premium version."
|
724 |
+
msgstr "Du har ikke en gyldig licens til at benytte premium-versionen."
|
725 |
+
|
726 |
+
#: includes/class-freemius.php:20546
|
727 |
+
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
728 |
+
msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
729 |
+
|
730 |
+
#: includes/class-freemius.php20564, includes/class-fs-plugin-updater.php:1095
|
731 |
+
msgid "Premium add-on version already installed."
|
732 |
+
msgstr "Premium tilføjelse er allerede installeret."
|
733 |
+
|
734 |
+
#: includes/class-freemius.php:20909
|
735 |
+
msgid "View paid features"
|
736 |
+
msgstr "Vis betalte features"
|
737 |
+
|
738 |
+
#: includes/class-freemius.php:21229
|
739 |
+
msgid "Thank you so much for using %s and its add-ons!"
|
740 |
+
msgstr "Thank you so much for using %s and its add-ons!"
|
741 |
+
|
742 |
+
#: includes/class-freemius.php:21230
|
743 |
+
msgid "Thank you so much for using %s!"
|
744 |
+
msgstr "Tak fordi du benytter %s!"
|
745 |
+
|
746 |
+
#: includes/class-freemius.php:21236
|
747 |
+
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
748 |
+
msgstr "Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at forbedre %s."
|
749 |
+
|
750 |
+
#: includes/class-freemius.php:21240
|
751 |
+
msgid "Thank you so much for using our products!"
|
752 |
+
msgstr "Mange tak for at benytte vores produkter!"
|
753 |
+
|
754 |
+
#: includes/class-freemius.php:21241
|
755 |
+
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
756 |
+
msgstr "Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at forbedre dem."
|
757 |
+
|
758 |
+
#: includes/class-freemius.php:21260
|
759 |
+
msgid "%s and its add-ons"
|
760 |
+
msgstr "%s og tilføjelser"
|
761 |
+
|
762 |
+
#: includes/class-freemius.php:21269
|
763 |
+
msgid "Products"
|
764 |
+
msgstr "Produkter"
|
765 |
+
|
766 |
+
#: includes/class-freemius.php21276, templates/connect.php:272
|
767 |
+
msgid "Yes"
|
768 |
+
msgstr "Ja"
|
769 |
+
|
770 |
+
#: includes/class-freemius.php21277, templates/connect.php:273
|
771 |
+
msgid "send me security & feature updates, educational content and offers."
|
772 |
+
msgstr "send mig sikkerheds- og feature-opdateringer, informativt indhold og tilbud."
|
773 |
+
|
774 |
+
#: includes/class-freemius.php21278, templates/connect.php:278
|
775 |
+
msgid "No"
|
776 |
+
msgstr "Nej"
|
777 |
+
|
778 |
+
#: includes/class-freemius.php21280, templates/connect.php:280
|
779 |
+
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
780 |
+
msgstr "send %sIKKE%s sikkerheds- og feature-opdateringer, informativt indhold og tilbud."
|
781 |
+
|
782 |
+
#: includes/class-freemius.php:21290
|
783 |
+
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 🙂"
|
784 |
+
msgstr "Grundet krav i den nye %sEU General Data Protection Regulation (GDPR)%s, er det nødvendigt at du igen giver dit udtrykkelige samtykke og bekræfter, at du er ombord 🙂"
|
785 |
+
|
786 |
+
#: includes/class-freemius.php21292, templates/connect.php:287
|
787 |
+
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
788 |
+
msgstr "Lad os vide, om vi har lov til at kontakte dig med sikkerheds- og feature-opdateringer, informativt indhold og lejlighedsvise tilbud:"
|
789 |
+
|
790 |
+
#: includes/class-freemius.php:21574
|
791 |
+
msgid "License key is empty."
|
792 |
+
msgstr "Licensnøglen er tom."
|
793 |
+
|
794 |
+
#: includes/class-fs-plugin-updater.php184,
|
795 |
+
#: templates/forms/premium-versions-upgrade-handler.php:57
|
796 |
+
msgid "Renew license"
|
797 |
+
msgstr "Forny licens"
|
798 |
+
|
799 |
+
#: includes/class-fs-plugin-updater.php189,
|
800 |
+
#: templates/forms/premium-versions-upgrade-handler.php:58
|
801 |
+
msgid "Buy license"
|
802 |
+
msgstr "Buy license"
|
803 |
+
|
804 |
+
#: includes/class-fs-plugin-updater.php:278
|
805 |
+
msgid "There is a %s of %s available."
|
806 |
+
msgstr "There is a %s of %s available."
|
807 |
+
|
808 |
+
#: includes/class-fs-plugin-updater.php:282
|
809 |
+
msgid "new version"
|
810 |
+
msgstr "new version"
|
811 |
+
|
812 |
+
#: includes/class-fs-plugin-updater.php:305
|
813 |
+
msgid "Important Upgrade Notice:"
|
814 |
+
msgstr "Important Upgrade Notice:"
|
815 |
+
|
816 |
+
#: includes/class-fs-plugin-updater.php:1125
|
817 |
+
msgid "Installing plugin: %s"
|
818 |
+
msgstr "Installerer plugin: %s"
|
819 |
+
|
820 |
+
#: includes/class-fs-plugin-updater.php:1166
|
821 |
+
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
822 |
+
msgstr "Unable to connect to the filesystem. Please confirm your credentials."
|
823 |
+
|
824 |
+
#: includes/class-fs-plugin-updater.php:1348
|
825 |
+
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
826 |
+
msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
827 |
+
|
828 |
+
#: includes/fs-plugin-info-dialog.php369,
|
829 |
+
#: templates/account/partials/addon.php:292
|
830 |
+
msgctxt "verb"
|
831 |
+
msgid "Purchase"
|
832 |
+
msgstr "Køb"
|
833 |
+
|
834 |
+
#: includes/fs-plugin-info-dialog.php:372
|
835 |
+
msgid "Start my free %s"
|
836 |
+
msgstr "Start min gratis %s"
|
837 |
+
|
838 |
+
#: includes/fs-plugin-info-dialog.php:413
|
839 |
+
msgid "Install Free Version Now"
|
840 |
+
msgstr "Installer gratis version nu"
|
841 |
+
|
842 |
+
#: includes/fs-plugin-info-dialog.php414, templates/auto-installation.php111,
|
843 |
+
#: templates/account/partials/addon.php272,
|
844 |
+
#: templates/account/partials/addon.php:322
|
845 |
+
msgid "Install Now"
|
846 |
+
msgstr "Installer nu"
|
847 |
+
|
848 |
+
#: includes/fs-plugin-info-dialog.php:425
|
849 |
+
msgctxt "as download latest version"
|
850 |
+
msgid "Download Latest Free Version"
|
851 |
+
msgstr "Download seneste gratis version"
|
852 |
+
|
853 |
+
#: includes/fs-plugin-info-dialog.php426, templates/account.php80,
|
854 |
+
#: templates/account/partials/addon.php:21
|
855 |
+
msgctxt "as download latest version"
|
856 |
+
msgid "Download Latest"
|
857 |
+
msgstr "Download seneste"
|
858 |
+
|
859 |
+
#: includes/fs-plugin-info-dialog.php:436
|
860 |
+
msgid "Install Free Version Update Now"
|
861 |
+
msgstr "Installer opdatering til gratis version nu"
|
862 |
+
|
863 |
+
#: includes/fs-plugin-info-dialog.php437, templates/account.php:460
|
864 |
+
msgid "Install Update Now"
|
865 |
+
msgstr "Installer opdatering nu"
|
866 |
+
|
867 |
+
#: includes/fs-plugin-info-dialog.php:448
|
868 |
+
msgid "Newer Free Version (%s) Installed"
|
869 |
+
msgstr "Nyere gratis version (%s) installeret"
|
870 |
+
|
871 |
+
#: includes/fs-plugin-info-dialog.php:449
|
872 |
+
msgid "Newer Version (%s) Installed"
|
873 |
+
msgstr "Nyere version (%s) installeret"
|
874 |
+
|
875 |
+
#: includes/fs-plugin-info-dialog.php:457
|
876 |
+
msgid "Latest Free Version Installed"
|
877 |
+
msgstr "Seneste gratis version installeret"
|
878 |
+
|
879 |
+
#: includes/fs-plugin-info-dialog.php:458
|
880 |
+
msgid "Latest Version Installed"
|
881 |
+
msgstr "Seneste version installeret"
|
882 |
+
|
883 |
+
#: includes/fs-plugin-info-dialog.php:613
|
884 |
+
msgctxt "Plugin installer section title"
|
885 |
+
msgid "Description"
|
886 |
+
msgstr "Beskrivelse"
|
887 |
+
|
888 |
+
#: includes/fs-plugin-info-dialog.php:614
|
889 |
+
msgctxt "Plugin installer section title"
|
890 |
+
msgid "Installation"
|
891 |
+
msgstr "Installering"
|
892 |
+
|
893 |
+
#: includes/fs-plugin-info-dialog.php:615
|
894 |
+
msgctxt "Plugin installer section title"
|
895 |
+
msgid "FAQ"
|
896 |
+
msgstr "FAQ"
|
897 |
+
|
898 |
+
#: includes/fs-plugin-info-dialog.php616,
|
899 |
+
#: templates/plugin-info/description.php:55
|
900 |
+
msgid "Screenshots"
|
901 |
+
msgstr "Skærmbilleder"
|
902 |
+
|
903 |
+
#: includes/fs-plugin-info-dialog.php:617
|
904 |
+
msgctxt "Plugin installer section title"
|
905 |
+
msgid "Changelog"
|
906 |
+
msgstr "Ændringslog"
|
907 |
+
|
908 |
+
#: includes/fs-plugin-info-dialog.php:618
|
909 |
+
msgctxt "Plugin installer section title"
|
910 |
+
msgid "Reviews"
|
911 |
+
msgstr "Anmeldelser"
|
912 |
+
|
913 |
+
#: includes/fs-plugin-info-dialog.php:619
|
914 |
+
msgctxt "Plugin installer section title"
|
915 |
+
msgid "Other Notes"
|
916 |
+
msgstr "Andre noter"
|
917 |
+
|
918 |
+
#: includes/fs-plugin-info-dialog.php:634
|
919 |
+
msgctxt "Plugin installer section title"
|
920 |
+
msgid "Features & Pricing"
|
921 |
+
msgstr "Funktioner og priser"
|
922 |
+
|
923 |
+
#: includes/fs-plugin-info-dialog.php:644
|
924 |
+
msgid "Plugin Install"
|
925 |
+
msgstr "Plugin-installering"
|
926 |
+
|
927 |
+
#: includes/fs-plugin-info-dialog.php:716
|
928 |
+
msgctxt "e.g. Professional Plan"
|
929 |
+
msgid "%s Plan"
|
930 |
+
msgstr "%s Plan"
|
931 |
+
|
932 |
+
#: includes/fs-plugin-info-dialog.php:742
|
933 |
+
msgctxt "e.g. the best product"
|
934 |
+
msgid "Best"
|
935 |
+
msgstr "Bedste"
|
936 |
+
|
937 |
+
#: includes/fs-plugin-info-dialog.php748,
|
938 |
+
#: includes/fs-plugin-info-dialog.php:768
|
939 |
+
msgctxt "as every month"
|
940 |
+
msgid "Monthly"
|
941 |
+
msgstr "Månedligt"
|
942 |
+
|
943 |
+
#: includes/fs-plugin-info-dialog.php:751
|
944 |
+
msgctxt "as once a year"
|
945 |
+
msgid "Annual"
|
946 |
+
msgstr "Årligt"
|
947 |
+
|
948 |
+
#: includes/fs-plugin-info-dialog.php:754
|
949 |
+
msgid "Lifetime"
|
950 |
+
msgstr "Livstid"
|
951 |
+
|
952 |
+
#: includes/fs-plugin-info-dialog.php768,
|
953 |
+
#: includes/fs-plugin-info-dialog.php770,
|
954 |
+
#: includes/fs-plugin-info-dialog.php:772
|
955 |
+
msgctxt "e.g. billed monthly"
|
956 |
+
msgid "Billed %s"
|
957 |
+
msgstr "Faktureret %s"
|
958 |
+
|
959 |
+
#: includes/fs-plugin-info-dialog.php:770
|
960 |
+
msgctxt "as once a year"
|
961 |
+
msgid "Annually"
|
962 |
+
msgstr "Årligt"
|
963 |
+
|
964 |
+
#: includes/fs-plugin-info-dialog.php:772
|
965 |
+
msgctxt "as once a year"
|
966 |
+
msgid "Once"
|
967 |
+
msgstr "Engangsbeløb"
|
968 |
+
|
969 |
+
#: includes/fs-plugin-info-dialog.php:778
|
970 |
+
msgid "Single Site License"
|
971 |
+
msgstr "Single Site License"
|
972 |
+
|
973 |
+
#: includes/fs-plugin-info-dialog.php:780
|
974 |
+
msgid "Unlimited Licenses"
|
975 |
+
msgstr "Ubegrænsede licenser"
|
976 |
+
|
977 |
+
#: includes/fs-plugin-info-dialog.php:782
|
978 |
+
msgid "Up to %s Sites"
|
979 |
+
msgstr "Op til %s websteder"
|
980 |
+
|
981 |
+
#: includes/fs-plugin-info-dialog.php792,
|
982 |
+
#: templates/plugin-info/features.php:82
|
983 |
+
msgctxt "as monthly period"
|
984 |
+
msgid "mo"
|
985 |
+
msgstr "md"
|
986 |
+
|
987 |
+
#: includes/fs-plugin-info-dialog.php799,
|
988 |
+
#: templates/plugin-info/features.php:80
|
989 |
+
msgctxt "as annual period"
|
990 |
+
msgid "year"
|
991 |
+
msgstr "år"
|
992 |
+
|
993 |
+
#: includes/fs-plugin-info-dialog.php:853
|
994 |
+
msgctxt "noun"
|
995 |
+
msgid "Price"
|
996 |
+
msgstr "Pris"
|
997 |
+
|
998 |
+
#: includes/fs-plugin-info-dialog.php:901
|
999 |
+
msgid "Save %s"
|
1000 |
+
msgstr "Spar %s"
|
1001 |
+
|
1002 |
+
#: includes/fs-plugin-info-dialog.php:911
|
1003 |
+
msgid "No commitment for %s - cancel anytime"
|
1004 |
+
msgstr "Ingen bindinger ved %s - annuller når som helst"
|
1005 |
+
|
1006 |
+
#: includes/fs-plugin-info-dialog.php:914
|
1007 |
+
msgid "After your free %s, pay as little as %s"
|
1008 |
+
msgstr "Efter din gratis %s er prisen kun %s"
|
1009 |
+
|
1010 |
+
#: includes/fs-plugin-info-dialog.php:925
|
1011 |
+
msgid "Details"
|
1012 |
+
msgstr "Detaljer"
|
1013 |
+
|
1014 |
+
#: includes/fs-plugin-info-dialog.php929, templates/account.php91,
|
1015 |
+
#: templates/debug.php201, templates/debug.php238, templates/debug.php452,
|
1016 |
+
#: templates/account/partials/addon.php:32
|
1017 |
+
msgctxt "product version"
|
1018 |
+
msgid "Version"
|
1019 |
+
msgstr "Version"
|
1020 |
+
|
1021 |
+
#: includes/fs-plugin-info-dialog.php:936
|
1022 |
+
msgctxt "as the plugin author"
|
1023 |
+
msgid "Author"
|
1024 |
+
msgstr "Forfatter"
|
1025 |
+
|
1026 |
+
#: includes/fs-plugin-info-dialog.php:943
|
1027 |
+
msgid "Last Updated"
|
1028 |
+
msgstr "Senest opdateret"
|
1029 |
+
|
1030 |
+
#: includes/fs-plugin-info-dialog.php948, templates/account.php:376
|
1031 |
+
msgctxt "x-ago"
|
1032 |
+
msgid "%s ago"
|
1033 |
+
msgstr "%s siden"
|
1034 |
+
|
1035 |
+
#: includes/fs-plugin-info-dialog.php:957
|
1036 |
+
msgid "Requires WordPress Version"
|
1037 |
+
msgstr "Kræver WordPress-version"
|
1038 |
+
|
1039 |
+
#: includes/fs-plugin-info-dialog.php:958
|
1040 |
+
msgid "%s or higher"
|
1041 |
+
msgstr "%s eller højere"
|
1042 |
+
|
1043 |
+
#: includes/fs-plugin-info-dialog.php:965
|
1044 |
+
msgid "Compatible up to"
|
1045 |
+
msgstr "Kompatibel op til"
|
1046 |
+
|
1047 |
+
#: includes/fs-plugin-info-dialog.php:973
|
1048 |
+
msgid "Downloaded"
|
1049 |
+
msgstr "Downloadet"
|
1050 |
+
|
1051 |
+
#: includes/fs-plugin-info-dialog.php:977
|
1052 |
+
msgid "%s time"
|
1053 |
+
msgstr "%s gang"
|
1054 |
+
|
1055 |
+
#: includes/fs-plugin-info-dialog.php:979
|
1056 |
+
msgid "%s times"
|
1057 |
+
msgstr "%s gange"
|
1058 |
+
|
1059 |
+
#: includes/fs-plugin-info-dialog.php:989
|
1060 |
+
msgid "WordPress.org Plugin Page"
|
1061 |
+
msgstr "WordPress.org Plugin-side"
|
1062 |
+
|
1063 |
+
#: includes/fs-plugin-info-dialog.php:997
|
1064 |
+
msgid "Plugin Homepage"
|
1065 |
+
msgstr "Plugin-websted"
|
1066 |
+
|
1067 |
+
#: includes/fs-plugin-info-dialog.php1005,
|
1068 |
+
#: includes/fs-plugin-info-dialog.php:1087
|
1069 |
+
msgid "Donate to this plugin"
|
1070 |
+
msgstr "Donér til dette plugin"
|
1071 |
+
|
1072 |
+
#: includes/fs-plugin-info-dialog.php:1012
|
1073 |
+
msgid "Average Rating"
|
1074 |
+
msgstr "Gennemsnitlig vurdering"
|
1075 |
+
|
1076 |
+
#: includes/fs-plugin-info-dialog.php:1019
|
1077 |
+
msgid "based on %s"
|
1078 |
+
msgstr "baseret på %s"
|
1079 |
+
|
1080 |
+
#: includes/fs-plugin-info-dialog.php:1023
|
1081 |
+
msgid "%s rating"
|
1082 |
+
msgstr "%s vurdering"
|
1083 |
+
|
1084 |
+
#: includes/fs-plugin-info-dialog.php:1025
|
1085 |
+
msgid "%s ratings"
|
1086 |
+
msgstr "%s vurderinger"
|
1087 |
+
|
1088 |
+
#: includes/fs-plugin-info-dialog.php:1040
|
1089 |
+
msgid "%s star"
|
1090 |
+
msgstr "%s stjerne"
|
1091 |
+
|
1092 |
+
#: includes/fs-plugin-info-dialog.php:1042
|
1093 |
+
msgid "%s stars"
|
1094 |
+
msgstr "%s stjerner"
|
1095 |
+
|
1096 |
+
#: includes/fs-plugin-info-dialog.php:1053
|
1097 |
+
msgid "Click to see reviews that provided a rating of %s"
|
1098 |
+
msgstr "Click to see reviews that provided a rating of %s"
|
1099 |
+
|
1100 |
+
#: includes/fs-plugin-info-dialog.php:1066
|
1101 |
+
msgid "Contributors"
|
1102 |
+
msgstr "Bidragsydere"
|
1103 |
+
|
1104 |
+
#: includes/fs-plugin-info-dialog.php1095,
|
1105 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
1106 |
+
msgid "Warning"
|
1107 |
+
msgstr "Advarsel"
|
1108 |
+
|
1109 |
+
#: includes/fs-plugin-info-dialog.php:1095
|
1110 |
+
msgid "This plugin has not been tested with your current version of WordPress."
|
1111 |
+
msgstr "Dette plugin er ikke blevet testet med din nuværende version af WordPress."
|
1112 |
+
|
1113 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
1114 |
+
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1115 |
+
msgstr "This plugin has not been marked as compatible with your version of WordPress."
|
1116 |
+
|
1117 |
+
#: includes/fs-plugin-info-dialog.php:1116
|
1118 |
+
msgid "Paid add-on must be deployed to Freemius."
|
1119 |
+
msgstr "Paid add-on must be deployed to Freemius."
|
1120 |
+
|
1121 |
+
#: includes/fs-plugin-info-dialog.php:1117
|
1122 |
+
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1123 |
+
msgstr "Add-on must be deployed to WordPress.org or Freemius."
|
1124 |
+
|
1125 |
+
#: templates/account.php81, templates/forms/subscription-cancellation.php96,
|
1126 |
+
#: templates/account/partials/addon.php22,
|
1127 |
+
#: templates/account/partials/site.php:295
|
1128 |
+
msgid "Downgrading your plan"
|
1129 |
+
msgstr "Downgrading your plan"
|
1130 |
+
|
1131 |
+
#: templates/account.php82, templates/forms/subscription-cancellation.php97,
|
1132 |
+
#: templates/account/partials/addon.php23,
|
1133 |
+
#: templates/account/partials/site.php:296
|
1134 |
+
msgid "Cancelling the subscription"
|
1135 |
+
msgstr "Cancelling the subscription"
|
1136 |
+
|
1137 |
+
#. translators: %1s: Either 'Downgrading your plan' or 'Cancelling the
|
1138 |
+
#. subscription'
|
1139 |
+
#: templates/account.php84, templates/forms/subscription-cancellation.php99,
|
1140 |
+
#: templates/account/partials/addon.php25,
|
1141 |
+
#: templates/account/partials/site.php:298
|
1142 |
+
msgid "%1s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
1143 |
+
msgstr "%1s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
1144 |
+
|
1145 |
+
#: templates/account.php85, templates/forms/subscription-cancellation.php100,
|
1146 |
+
#: templates/account/partials/addon.php26,
|
1147 |
+
#: templates/account/partials/site.php:299
|
1148 |
+
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."
|
1149 |
+
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."
|
1150 |
+
|
1151 |
+
#: templates/account.php86, templates/forms/subscription-cancellation.php106,
|
1152 |
+
#: templates/account/partials/addon.php:27
|
1153 |
+
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1154 |
+
msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1155 |
+
|
1156 |
+
#: templates/account.php87, templates/forms/subscription-cancellation.php101,
|
1157 |
+
#: templates/account/partials/addon.php28,
|
1158 |
+
#: templates/account/partials/site.php:300
|
1159 |
+
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1160 |
+
msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1161 |
+
|
1162 |
+
#: templates/account.php88, templates/forms/subscription-cancellation.php102,
|
1163 |
+
#: templates/account/partials/addon.php29,
|
1164 |
+
#: templates/account/partials/site.php:301
|
1165 |
+
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1166 |
+
msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1167 |
+
|
1168 |
+
#. translators: %s: Plan title (e.g. "Professional")
|
1169 |
+
#: templates/account.php90,
|
1170 |
+
#: templates/account/partials/activate-license-button.php31,
|
1171 |
+
#: templates/account/partials/addon.php:31
|
1172 |
+
msgid "Activate %s Plan"
|
1173 |
+
msgstr "Aktiver %s plan"
|
1174 |
+
|
1175 |
+
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1176 |
+
#: templates/account.php93, templates/account/partials/addon.php34,
|
1177 |
+
#: templates/account/partials/site.php:275
|
1178 |
+
msgid "Auto renews in %s"
|
1179 |
+
msgstr "Auto-fornyer om %s"
|
1180 |
+
|
1181 |
+
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1182 |
+
#: templates/account.php95, templates/account/partials/addon.php36,
|
1183 |
+
#: templates/account/partials/site.php:277
|
1184 |
+
msgid "Expires in %s"
|
1185 |
+
msgstr "Udløber om %s"
|
1186 |
+
|
1187 |
+
#: templates/account.php96, templates/account/partials/addon.php:37
|
1188 |
+
msgctxt "as synchronize license"
|
1189 |
+
msgid "Sync License"
|
1190 |
+
msgstr "Synkroniser licens"
|
1191 |
+
|
1192 |
+
#: templates/account.php97, templates/account/partials/addon.php:38
|
1193 |
+
msgid "Cancel Trial"
|
1194 |
+
msgstr "Annuller prøveperiode"
|
1195 |
+
|
1196 |
+
#: templates/account.php98, templates/account/partials/addon.php:39
|
1197 |
+
msgid "Change Plan"
|
1198 |
+
msgstr "Skift plan"
|
1199 |
+
|
1200 |
+
#: templates/account.php99, templates/account/partials/addon.php:40
|
1201 |
+
msgctxt "verb"
|
1202 |
+
msgid "Upgrade"
|
1203 |
+
msgstr "Opgrader"
|
1204 |
+
|
1205 |
+
#: templates/account.php101, templates/account/partials/addon.php42,
|
1206 |
+
#: templates/account/partials/site.php:302
|
1207 |
+
msgctxt "verb"
|
1208 |
+
msgid "Downgrade"
|
1209 |
+
msgstr "Nedgrader"
|
1210 |
+
|
1211 |
+
#: templates/account.php103, templates/add-ons.php130,
|
1212 |
+
#: templates/plugin-info/features.php72,
|
1213 |
+
#: templates/account/partials/addon.php44,
|
1214 |
+
#: templates/account/partials/site.php:31
|
1215 |
+
msgid "Free"
|
1216 |
+
msgstr "Gratis"
|
1217 |
+
|
1218 |
+
#: templates/account.php104, templates/account/partials/addon.php:45
|
1219 |
+
msgid "Activate"
|
1220 |
+
msgstr "Aktiver"
|
1221 |
+
|
1222 |
+
#: templates/account.php105, templates/debug.php371,
|
1223 |
+
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1224 |
+
#: templates/account/partials/addon.php:46
|
1225 |
+
msgctxt "as product pricing plan"
|
1226 |
+
msgid "Plan"
|
1227 |
+
msgstr "Plan"
|
1228 |
+
|
1229 |
+
#: templates/account.php:158
|
1230 |
+
msgid "Free Trial"
|
1231 |
+
msgstr "Gratis prøveperiode"
|
1232 |
+
|
1233 |
+
#: templates/account.php:169
|
1234 |
+
msgid "Account Details"
|
1235 |
+
msgstr "Kontodetaljer"
|
1236 |
+
|
1237 |
+
#: templates/account.php:179
|
1238 |
+
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?"
|
1239 |
+
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?"
|
1240 |
+
|
1241 |
+
#: templates/account.php:181
|
1242 |
+
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?"
|
1243 |
+
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?"
|
1244 |
+
|
1245 |
+
#: templates/account.php:184
|
1246 |
+
msgid "Delete Account"
|
1247 |
+
msgstr "Slet konto"
|
1248 |
+
|
1249 |
+
#: templates/account.php196, templates/account/partials/addon.php159,
|
1250 |
+
#: templates/account/partials/deactivate-license-button.php:35
|
1251 |
+
msgid "Deactivate License"
|
1252 |
+
msgstr "Deaktiver licens"
|
1253 |
+
|
1254 |
+
#: templates/account.php219, templates/forms/subscription-cancellation.php:125
|
1255 |
+
msgid "Are you sure you want to proceed?"
|
1256 |
+
msgstr "Er du sikker på, du vil fortsætte?"
|
1257 |
+
|
1258 |
+
#: templates/account.php219, templates/account/partials/addon.php:182
|
1259 |
+
msgid "Cancel Subscription"
|
1260 |
+
msgstr "Annuller abonnement"
|
1261 |
+
|
1262 |
+
#: templates/account.php:247
|
1263 |
+
msgctxt "as synchronize"
|
1264 |
+
msgid "Sync"
|
1265 |
+
msgstr "Synkroniser"
|
1266 |
+
|
1267 |
+
#: templates/account.php261, templates/debug.php:487
|
1268 |
+
msgid "Name"
|
1269 |
+
msgstr "Navn"
|
1270 |
+
|
1271 |
+
#: templates/account.php267, templates/debug.php:488
|
1272 |
+
msgid "Email"
|
1273 |
+
msgstr "E-mail"
|
1274 |
+
|
1275 |
+
#: templates/account.php274, templates/debug.php370, templates/debug.php:526
|
1276 |
+
msgid "User ID"
|
1277 |
+
msgstr "Bruger-ID"
|
1278 |
+
|
1279 |
+
#: templates/account.php:282
|
1280 |
+
msgid "Site ID"
|
1281 |
+
msgstr "Websteds-ID"
|
1282 |
+
|
1283 |
+
#: templates/account.php:285
|
1284 |
+
msgid "No ID"
|
1285 |
+
msgstr "Intet ID"
|
1286 |
+
|
1287 |
+
#: templates/account.php290, templates/debug.php243, templates/debug.php372,
|
1288 |
+
#: templates/debug.php453, templates/debug.php490,
|
1289 |
+
#: templates/account/partials/site.php:219
|
1290 |
+
msgid "Public Key"
|
1291 |
+
msgstr "Offentlig nøgle"
|
1292 |
+
|
1293 |
+
#: templates/account.php296, templates/debug.php373, templates/debug.php454,
|
1294 |
+
#: templates/debug.php491, templates/account/partials/site.php:231
|
1295 |
+
msgid "Secret Key"
|
1296 |
+
msgstr "Privat nøgle"
|
1297 |
+
|
1298 |
+
#: templates/account.php:299
|
1299 |
+
msgctxt "as secret encryption key missing"
|
1300 |
+
msgid "No Secret"
|
1301 |
+
msgstr "Ingen privat nøgle"
|
1302 |
+
|
1303 |
+
#: templates/account.php318, templates/account/partials/site.php112,
|
1304 |
+
#: templates/account/partials/site.php:114
|
1305 |
+
msgid "Trial"
|
1306 |
+
msgstr "Prøveperiode"
|
1307 |
+
|
1308 |
+
#: templates/account.php337, templates/debug.php531,
|
1309 |
+
#: templates/account/partials/site.php:248
|
1310 |
+
msgid "License Key"
|
1311 |
+
msgstr "Licensnøgle"
|
1312 |
+
|
1313 |
+
#: templates/account.php:367
|
1314 |
+
msgid "not verified"
|
1315 |
+
msgstr "ikke verificeret"
|
1316 |
+
|
1317 |
+
#: templates/account.php376, templates/account/partials/addon.php:120
|
1318 |
+
msgid "Expired"
|
1319 |
+
msgstr "Udløbet"
|
1320 |
+
|
1321 |
+
#: templates/account.php:428
|
1322 |
+
msgid "Premium version"
|
1323 |
+
msgstr "Premium version"
|
1324 |
+
|
1325 |
+
#: templates/account.php:430
|
1326 |
+
msgid "Free version"
|
1327 |
+
msgstr "Gratis version"
|
1328 |
+
|
1329 |
+
#: templates/account.php:442
|
1330 |
+
msgid "Verify Email"
|
1331 |
+
msgstr "Verificer e-mail"
|
1332 |
+
|
1333 |
+
#: templates/account.php:453
|
1334 |
+
msgid "Download %s Version"
|
1335 |
+
msgstr "Download 1%s version"
|
1336 |
+
|
1337 |
+
#: templates/account.php467, templates/account.php649,
|
1338 |
+
#: templates/account/partials/site.php237,
|
1339 |
+
#: templates/account/partials/site.php:255
|
1340 |
+
msgctxt "verb"
|
1341 |
+
msgid "Show"
|
1342 |
+
msgstr "Vis"
|
1343 |
+
|
1344 |
+
#: templates/account.php:481
|
1345 |
+
msgid "What is your %s?"
|
1346 |
+
msgstr "Angiv venligst %s?"
|
1347 |
+
|
1348 |
+
#: templates/account.php489, templates/account/billing.php:27
|
1349 |
+
msgctxt "verb"
|
1350 |
+
msgid "Edit"
|
1351 |
+
msgstr "Rediger"
|
1352 |
+
|
1353 |
+
#: templates/account.php:502
|
1354 |
+
msgid "Sites"
|
1355 |
+
msgstr "Websteder"
|
1356 |
+
|
1357 |
+
#: templates/account.php:513
|
1358 |
+
msgid "Search by address"
|
1359 |
+
msgstr "Søg efter adresse"
|
1360 |
+
|
1361 |
+
#: templates/account.php522, templates/account.php570, templates/debug.php236,
|
1362 |
+
#: templates/debug.php364, templates/debug.php449, templates/debug.php486,
|
1363 |
+
#: templates/debug.php524, templates/debug.php597,
|
1364 |
+
#: templates/account/payments.php35, templates/debug/logger.php:21
|
1365 |
+
msgid "ID"
|
1366 |
+
msgstr "ID"
|
1367 |
+
|
1368 |
+
#: templates/account.php523, templates/debug.php:367
|
1369 |
+
msgid "Address"
|
1370 |
+
msgstr "Adresse"
|
1371 |
+
|
1372 |
+
#: templates/account.php:524
|
1373 |
+
msgid "License"
|
1374 |
+
msgstr "Licens"
|
1375 |
+
|
1376 |
+
#: templates/account.php:525
|
1377 |
+
msgid "Plan"
|
1378 |
+
msgstr "Plan"
|
1379 |
+
|
1380 |
+
#: templates/account.php:573
|
1381 |
+
msgctxt "as software license"
|
1382 |
+
msgid "License"
|
1383 |
+
msgstr "Licens"
|
1384 |
+
|
1385 |
+
#: templates/account.php:643
|
1386 |
+
msgctxt "verb"
|
1387 |
+
msgid "Hide"
|
1388 |
+
msgstr "Skjul"
|
1389 |
+
|
1390 |
+
#: templates/account.php:686
|
1391 |
+
msgid "Cancelling %s"
|
1392 |
+
msgstr "Cancelling %s"
|
1393 |
+
|
1394 |
+
#: templates/account.php686, templates/account.php703,
|
1395 |
+
#: templates/forms/subscription-cancellation.php27,
|
1396 |
+
#: templates/forms/deactivation/form.php:117
|
1397 |
+
msgid "trial"
|
1398 |
+
msgstr "trial"
|
1399 |
+
|
1400 |
+
#: templates/account.php701, templates/forms/deactivation/form.php:134
|
1401 |
+
msgid "Cancelling %s..."
|
1402 |
+
msgstr "Cancelling %s..."
|
1403 |
+
|
1404 |
+
#: templates/account.php704, templates/forms/subscription-cancellation.php28,
|
1405 |
+
#: templates/forms/deactivation/form.php:118
|
1406 |
+
msgid "subscription"
|
1407 |
+
msgstr "subscription"
|
1408 |
+
|
1409 |
+
#: templates/account.php:718
|
1410 |
+
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?"
|
1411 |
+
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?"
|
1412 |
+
|
1413 |
+
#: templates/add-ons.php:36
|
1414 |
+
msgid "Add Ons for %s"
|
1415 |
+
msgstr "Tilføjelser til %s"
|
1416 |
+
|
1417 |
+
#: templates/add-ons.php:44
|
1418 |
+
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."
|
1419 |
+
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."
|
1420 |
+
|
1421 |
+
#: templates/add-ons.php:139
|
1422 |
+
msgid "View details"
|
1423 |
+
msgstr "Vis detaljer"
|
1424 |
+
|
1425 |
+
#: templates/admin-notice.php13, templates/forms/license-activation.php208,
|
1426 |
+
#: templates/forms/resend-key.php:77
|
1427 |
+
msgctxt "as close a window"
|
1428 |
+
msgid "Dismiss"
|
1429 |
+
msgstr "Fjern"
|
1430 |
+
|
1431 |
+
#: templates/auto-installation.php:45
|
1432 |
+
msgid "%s sec"
|
1433 |
+
msgstr "1%s sek"
|
1434 |
+
|
1435 |
+
#: templates/auto-installation.php:83
|
1436 |
+
msgid "Automatic Installation"
|
1437 |
+
msgstr "Automatisk installering"
|
1438 |
+
|
1439 |
+
#: templates/auto-installation.php:93
|
1440 |
+
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."
|
1441 |
+
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."
|
1442 |
+
|
1443 |
+
#: templates/auto-installation.php:104
|
1444 |
+
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."
|
1445 |
+
msgstr "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
|
1446 |
+
|
1447 |
+
#: templates/auto-installation.php:109
|
1448 |
+
msgid "Cancel Installation"
|
1449 |
+
msgstr "Annuller installering"
|
1450 |
+
|
1451 |
+
#: templates/checkout.php:172
|
1452 |
+
msgid "Checkout"
|
1453 |
+
msgstr "Udtjekning"
|
1454 |
+
|
1455 |
+
#: templates/checkout.php:172
|
1456 |
+
msgid "PCI compliant"
|
1457 |
+
msgstr "PCI compliant"
|
1458 |
+
|
1459 |
+
#. translators: %s: name (e.g. Hey John,)
|
1460 |
+
#: templates/connect.php:112
|
1461 |
+
msgctxt "greeting"
|
1462 |
+
msgid "Hey %s,"
|
1463 |
+
msgstr "Hey %s,"
|
1464 |
+
|
1465 |
+
#: templates/connect.php:154
|
1466 |
+
msgid "Allow & Continue"
|
1467 |
+
msgstr "Tillad & Fortsæt"
|
1468 |
+
|
1469 |
+
#: templates/connect.php:158
|
1470 |
+
msgid "Re-send activation email"
|
1471 |
+
msgstr "Gensend e-mail om aktivering"
|
1472 |
+
|
1473 |
+
#: templates/connect.php:162
|
1474 |
+
msgid "Thanks %s!"
|
1475 |
+
msgstr "Tak %s!"
|
1476 |
+
|
1477 |
+
#: templates/connect.php172, templates/forms/license-activation.php:43
|
1478 |
+
msgid "Agree & Activate License"
|
1479 |
+
msgstr "Accepter & aktiver licens"
|
1480 |
+
|
1481 |
+
#: templates/connect.php:181
|
1482 |
+
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1483 |
+
msgstr "Tak for at købe %s! For at komme i gang, venligst indtast din licensnøgle:"
|
1484 |
+
|
1485 |
+
#: templates/connect.php:188
|
1486 |
+
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."
|
1487 |
+
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."
|
1488 |
+
|
1489 |
+
#: templates/connect.php:189
|
1490 |
+
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1491 |
+
msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1492 |
+
|
1493 |
+
#: templates/connect.php:195
|
1494 |
+
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."
|
1495 |
+
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."
|
1496 |
+
|
1497 |
+
#: templates/connect.php:196
|
1498 |
+
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."
|
1499 |
+
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."
|
1500 |
+
|
1501 |
+
#: templates/connect.php:230
|
1502 |
+
msgid "We're excited to introduce the Freemius network-level integration."
|
1503 |
+
msgstr "We're excited to introduce the Freemius network-level integration."
|
1504 |
+
|
1505 |
+
#: templates/connect.php:233
|
1506 |
+
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1507 |
+
msgstr "During the update process we detected %d site(s) that are still pending license activation."
|
1508 |
+
|
1509 |
+
#: templates/connect.php:235
|
1510 |
+
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1511 |
+
msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1512 |
+
|
1513 |
+
#: templates/connect.php:237
|
1514 |
+
msgid "%s's paid features"
|
1515 |
+
msgstr "%s's paid features"
|
1516 |
+
|
1517 |
+
#: templates/connect.php:242
|
1518 |
+
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1519 |
+
msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1520 |
+
|
1521 |
+
#: templates/connect.php:244
|
1522 |
+
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1523 |
+
msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1524 |
+
|
1525 |
+
#: templates/connect.php253, templates/forms/license-activation.php:46
|
1526 |
+
msgid "License key"
|
1527 |
+
msgstr "Licensnøgle"
|
1528 |
+
|
1529 |
+
#: templates/connect.php256, templates/forms/license-activation.php:19
|
1530 |
+
msgid "Can't find your license key?"
|
1531 |
+
msgstr "Kan du ikke finde din licensnøgle?"
|
1532 |
+
|
1533 |
+
#: templates/connect.php315, templates/connect.php630,
|
1534 |
+
#: templates/forms/deactivation/retry-skip.php:20
|
1535 |
+
msgctxt "verb"
|
1536 |
+
msgid "Skip"
|
1537 |
+
msgstr "Spring over"
|
1538 |
+
|
1539 |
+
#: templates/connect.php:318
|
1540 |
+
msgid "Delegate to Site Admins"
|
1541 |
+
msgstr "Delegate to Site Admins"
|
1542 |
+
|
1543 |
+
#: templates/connect.php:318
|
1544 |
+
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1545 |
+
msgstr "If you click it, this decision will be delegated to the sites administrators."
|
1546 |
+
|
1547 |
+
#: templates/connect.php:346
|
1548 |
+
msgid "Your Profile Overview"
|
1549 |
+
msgstr "Overblik af din profil"
|
1550 |
+
|
1551 |
+
#: templates/connect.php:347
|
1552 |
+
msgid "Name and email address"
|
1553 |
+
msgstr "Navn og e-mailadresse"
|
1554 |
+
|
1555 |
+
#: templates/connect.php:352
|
1556 |
+
msgid "Your Site Overview"
|
1557 |
+
msgstr "Overblik af dit websted"
|
1558 |
+
|
1559 |
+
#: templates/connect.php:353
|
1560 |
+
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1561 |
+
msgstr "Websteds-URL, WP version, PHP info, plugins og temaer"
|
1562 |
+
|
1563 |
+
#: templates/connect.php:358
|
1564 |
+
msgid "Admin Notices"
|
1565 |
+
msgstr "Admin-meddelelser"
|
1566 |
+
|
1567 |
+
#: templates/connect.php359, templates/connect.php:375
|
1568 |
+
msgid "Updates, announcements, marketing, no spam"
|
1569 |
+
msgstr "Updates, announcements, marketing, no spam"
|
1570 |
+
|
1571 |
+
#: templates/connect.php:364
|
1572 |
+
msgid "Current %s Events"
|
1573 |
+
msgstr "Current %s Events"
|
1574 |
+
|
1575 |
+
#: templates/connect.php:365
|
1576 |
+
msgid "Activation, deactivation and uninstall"
|
1577 |
+
msgstr "Aktivering, deaktivering og afinstallering"
|
1578 |
+
|
1579 |
+
#: templates/connect.php:374
|
1580 |
+
msgid "Newsletter"
|
1581 |
+
msgstr "Nyhedsbrev"
|
1582 |
+
|
1583 |
+
#: templates/connect.php391, templates/forms/license-activation.php:38
|
1584 |
+
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."
|
1585 |
+
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."
|
1586 |
+
|
1587 |
+
#: templates/connect.php:396
|
1588 |
+
msgid "What permissions are being granted?"
|
1589 |
+
msgstr "Hvilke tilladelser bliver givet?"
|
1590 |
+
|
1591 |
+
#: templates/connect.php:417
|
1592 |
+
msgid "Don't have a license key?"
|
1593 |
+
msgstr "Har du ikke en licensnøgle?"
|
1594 |
+
|
1595 |
+
#: templates/connect.php:418
|
1596 |
+
msgid "Activate Free Version"
|
1597 |
+
msgstr "Aktiver gratis version"
|
1598 |
+
|
1599 |
+
#: templates/connect.php:420
|
1600 |
+
msgid "Have a license key?"
|
1601 |
+
msgstr "Har du en licensnøgle?"
|
1602 |
+
|
1603 |
+
#: templates/connect.php:428
|
1604 |
+
msgid "Privacy Policy"
|
1605 |
+
msgstr "Privatlivspolitik"
|
1606 |
+
|
1607 |
+
#: templates/connect.php:430
|
1608 |
+
msgid "License Agreement"
|
1609 |
+
msgstr "License Agreement"
|
1610 |
+
|
1611 |
+
#: templates/connect.php:430
|
1612 |
+
msgid "Terms of Service"
|
1613 |
+
msgstr "Servicevilkår"
|
1614 |
+
|
1615 |
+
#: templates/connect.php:766
|
1616 |
+
msgctxt "as in the process of sending an email"
|
1617 |
+
msgid "Sending email"
|
1618 |
+
msgstr "Sender e-mail"
|
1619 |
+
|
1620 |
+
#: templates/connect.php:767
|
1621 |
+
msgctxt "as activating plugin"
|
1622 |
+
msgid "Activating"
|
1623 |
+
msgstr "Aktiverer"
|
1624 |
+
|
1625 |
+
#: templates/contact.php:78
|
1626 |
+
msgid "Contact"
|
1627 |
+
msgstr "Kontakt"
|
1628 |
+
|
1629 |
+
#: templates/debug.php:17
|
1630 |
+
msgctxt "as turned off"
|
1631 |
+
msgid "Off"
|
1632 |
+
msgstr "Fra"
|
1633 |
+
|
1634 |
+
#: templates/debug.php:18
|
1635 |
+
msgctxt "as turned on"
|
1636 |
+
msgid "On"
|
1637 |
+
msgstr "Til"
|
1638 |
+
|
1639 |
+
#: templates/debug.php:20
|
1640 |
+
msgid "SDK"
|
1641 |
+
msgstr "SDK"
|
1642 |
+
|
1643 |
+
#: templates/debug.php:24
|
1644 |
+
msgctxt "as code debugging"
|
1645 |
+
msgid "Debugging"
|
1646 |
+
msgstr "Fejlfinding"
|
1647 |
+
|
1648 |
+
#: templates/debug.php54, templates/debug.php248, templates/debug.php374,
|
1649 |
+
#: templates/debug.php:492
|
1650 |
+
msgid "Actions"
|
1651 |
+
msgstr "Handlinger"
|
1652 |
+
|
1653 |
+
#: templates/debug.php:64
|
1654 |
+
msgid "Are you sure you want to delete all Freemius data?"
|
1655 |
+
msgstr "Er du sikker på, du vil slette al Freemius data?"
|
1656 |
+
|
1657 |
+
#: templates/debug.php:64
|
1658 |
+
msgid "Delete All Accounts"
|
1659 |
+
msgstr "Slet alle konti"
|
1660 |
+
|
1661 |
+
#: templates/debug.php:71
|
1662 |
+
msgid "Clear API Cache"
|
1663 |
+
msgstr "Ryd API-cache"
|
1664 |
+
|
1665 |
+
#: templates/debug.php:79
|
1666 |
+
msgid "Clear Updates Transients"
|
1667 |
+
msgstr "Clear Updates Transients"
|
1668 |
+
|
1669 |
+
#: templates/debug.php:86
|
1670 |
+
msgid "Sync Data From Server"
|
1671 |
+
msgstr "Synkroniser data fra server"
|
1672 |
+
|
1673 |
+
#: templates/debug.php:95
|
1674 |
+
msgid "Migrate Options to Network"
|
1675 |
+
msgstr "Migrate Options to Network"
|
1676 |
+
|
1677 |
+
#: templates/debug.php:100
|
1678 |
+
msgid "Load DB Option"
|
1679 |
+
msgstr "Hent DB-indstilling"
|
1680 |
+
|
1681 |
+
#: templates/debug.php:103
|
1682 |
+
msgid "Set DB Option"
|
1683 |
+
msgstr "Sæt DB-indstilling"
|
1684 |
+
|
1685 |
+
#: templates/debug.php:180
|
1686 |
+
msgid "Key"
|
1687 |
+
msgstr "Nøgle"
|
1688 |
+
|
1689 |
+
#: templates/debug.php:181
|
1690 |
+
msgid "Value"
|
1691 |
+
msgstr "Værdi"
|
1692 |
+
|
1693 |
+
#: templates/debug.php:197
|
1694 |
+
msgctxt "as software development kit versions"
|
1695 |
+
msgid "SDK Versions"
|
1696 |
+
msgstr "SDK-versioner"
|
1697 |
+
|
1698 |
+
#: templates/debug.php:202
|
1699 |
+
msgid "SDK Path"
|
1700 |
+
msgstr "SDK-sti"
|
1701 |
+
|
1702 |
+
#: templates/debug.php203, templates/debug.php:242
|
1703 |
+
msgid "Module Path"
|
1704 |
+
msgstr "Modul-sti"
|
1705 |
+
|
1706 |
+
#: templates/debug.php:204
|
1707 |
+
msgid "Is Active"
|
1708 |
+
msgstr "Er aktiv"
|
1709 |
+
|
1710 |
+
#: templates/debug.php232, templates/debug/plugins-themes-sync.php:35
|
1711 |
+
msgid "Plugins"
|
1712 |
+
msgstr "Plugins"
|
1713 |
+
|
1714 |
+
#: templates/debug.php232, templates/debug/plugins-themes-sync.php:56
|
1715 |
+
msgid "Themes"
|
1716 |
+
msgstr "Temaer"
|
1717 |
+
|
1718 |
+
#: templates/debug.php237, templates/debug.php369, templates/debug.php451,
|
1719 |
+
#: templates/debug/scheduled-crons.php:80
|
1720 |
+
msgid "Slug"
|
1721 |
+
msgstr "Kortnavn"
|
1722 |
+
|
1723 |
+
#: templates/debug.php239, templates/debug.php:450
|
1724 |
+
msgid "Title"
|
1725 |
+
msgstr "Titel"
|
1726 |
+
|
1727 |
+
#: templates/debug.php:240
|
1728 |
+
msgctxt "as application program interface"
|
1729 |
+
msgid "API"
|
1730 |
+
msgstr "API"
|
1731 |
+
|
1732 |
+
#: templates/debug.php:241
|
1733 |
+
msgid "Freemius State"
|
1734 |
+
msgstr "Freemius tilstand"
|
1735 |
+
|
1736 |
+
#: templates/debug.php:245
|
1737 |
+
msgid "Network Blog"
|
1738 |
+
msgstr "Netværksblog"
|
1739 |
+
|
1740 |
+
#: templates/debug.php:246
|
1741 |
+
msgid "Network User"
|
1742 |
+
msgstr "Netværksbruger"
|
1743 |
+
|
1744 |
+
#: templates/debug.php:283
|
1745 |
+
msgctxt "as connection was successful"
|
1746 |
+
msgid "Connected"
|
1747 |
+
msgstr "Forbundet"
|
1748 |
+
|
1749 |
+
#: templates/debug.php:284
|
1750 |
+
msgctxt "as connection blocked"
|
1751 |
+
msgid "Blocked"
|
1752 |
+
msgstr "Blokeret"
|
1753 |
+
|
1754 |
+
#: templates/debug.php:320
|
1755 |
+
msgid "Simulate Trial Promotion"
|
1756 |
+
msgstr "Simulate Trial Promotion"
|
1757 |
+
|
1758 |
+
#: templates/debug.php:332
|
1759 |
+
msgid "Simulate Network Upgrade"
|
1760 |
+
msgstr "Simuler netværksopgradering"
|
1761 |
+
|
1762 |
+
#: templates/debug.php:358
|
1763 |
+
msgid "%s Installs"
|
1764 |
+
msgstr "%s installeringer"
|
1765 |
+
|
1766 |
+
#: templates/debug.php:360
|
1767 |
+
msgctxt "like websites"
|
1768 |
+
msgid "Sites"
|
1769 |
+
msgstr "Websteder"
|
1770 |
+
|
1771 |
+
#: templates/debug.php366, templates/account/partials/site.php:148
|
1772 |
+
msgid "Blog ID"
|
1773 |
+
msgstr "Blog-ID"
|
1774 |
+
|
1775 |
+
#: templates/debug.php431, templates/debug.php509,
|
1776 |
+
#: templates/account/partials/addon.php:339
|
1777 |
+
msgctxt "verb"
|
1778 |
+
msgid "Delete"
|
1779 |
+
msgstr "Slet"
|
1780 |
+
|
1781 |
+
#: templates/debug.php:445
|
1782 |
+
msgid "Add Ons of module %s"
|
1783 |
+
msgstr "Tilføjelser til modul %s"
|
1784 |
+
|
1785 |
+
#: templates/debug.php:482
|
1786 |
+
msgid "Users"
|
1787 |
+
msgstr "Brugere"
|
1788 |
+
|
1789 |
+
#: templates/debug.php:489
|
1790 |
+
msgid "Verified"
|
1791 |
+
msgstr "Verificeret"
|
1792 |
+
|
1793 |
+
#: templates/debug.php:520
|
1794 |
+
msgid "%s Licenses"
|
1795 |
+
msgstr "1%s licenser"
|
1796 |
+
|
1797 |
+
#: templates/debug.php:525
|
1798 |
+
msgid "Plugin ID"
|
1799 |
+
msgstr "Plugin-ID"
|
1800 |
+
|
1801 |
+
#: templates/debug.php:527
|
1802 |
+
msgid "Plan ID"
|
1803 |
+
msgstr "Plan-ID"
|
1804 |
+
|
1805 |
+
#: templates/debug.php:528
|
1806 |
+
msgid "Quota"
|
1807 |
+
msgstr "Kvote"
|
1808 |
+
|
1809 |
+
#: templates/debug.php:529
|
1810 |
+
msgid "Activated"
|
1811 |
+
msgstr "Aktiveret"
|
1812 |
+
|
1813 |
+
#: templates/debug.php:530
|
1814 |
+
msgid "Blocking"
|
1815 |
+
msgstr "Blokerer"
|
1816 |
+
|
1817 |
+
#: templates/debug.php:532
|
1818 |
+
msgctxt "as expiration date"
|
1819 |
+
msgid "Expiration"
|
1820 |
+
msgstr "Udløber"
|
1821 |
+
|
1822 |
+
#: templates/debug.php:555
|
1823 |
+
msgid "Debug Log"
|
1824 |
+
msgstr "Fejlfindingslog"
|
1825 |
+
|
1826 |
+
#: templates/debug.php:559
|
1827 |
+
msgid "All Types"
|
1828 |
+
msgstr "Alle typer"
|
1829 |
+
|
1830 |
+
#: templates/debug.php:566
|
1831 |
+
msgid "All Requests"
|
1832 |
+
msgstr "Alle forespørgsler"
|
1833 |
+
|
1834 |
+
#: templates/debug.php571, templates/debug.php600,
|
1835 |
+
#: templates/debug/logger.php:25
|
1836 |
+
msgid "File"
|
1837 |
+
msgstr "Fil"
|
1838 |
+
|
1839 |
+
#: templates/debug.php572, templates/debug.php598,
|
1840 |
+
#: templates/debug/logger.php:23
|
1841 |
+
msgid "Function"
|
1842 |
+
msgstr "Funktion"
|
1843 |
+
|
1844 |
+
#: templates/debug.php:573
|
1845 |
+
msgid "Process ID"
|
1846 |
+
msgstr "Proces-ID"
|
1847 |
+
|
1848 |
+
#: templates/debug.php:574
|
1849 |
+
msgid "Logger"
|
1850 |
+
msgstr "Logger"
|
1851 |
+
|
1852 |
+
#: templates/debug.php575, templates/debug.php599,
|
1853 |
+
#: templates/debug/logger.php:24
|
1854 |
+
msgid "Message"
|
1855 |
+
msgstr "Besked"
|
1856 |
+
|
1857 |
+
#: templates/debug.php:577
|
1858 |
+
msgid "Filter"
|
1859 |
+
msgstr "Filter"
|
1860 |
+
|
1861 |
+
#: templates/debug.php:585
|
1862 |
+
msgid "Download"
|
1863 |
+
msgstr "Download"
|
1864 |
+
|
1865 |
+
#: templates/debug.php596, templates/debug/logger.php:22
|
1866 |
+
msgid "Type"
|
1867 |
+
msgstr "Type"
|
1868 |
+
|
1869 |
+
#: templates/debug.php601, templates/debug/logger.php:26
|
1870 |
+
msgid "Timestamp"
|
1871 |
+
msgstr "Tidsstempel"
|
1872 |
+
|
1873 |
+
#: templates/secure-https-header.php:28
|
1874 |
+
msgid "Secure HTTPS %s page, running from an external domain"
|
1875 |
+
msgstr "Secure HTTPS %s page, running from an external domain"
|
1876 |
+
|
1877 |
+
#: includes/customizer/class-fs-customizer-support-section.php55,
|
1878 |
+
#: templates/plugin-info/features.php:43
|
1879 |
+
msgid "Support"
|
1880 |
+
msgstr "Support"
|
1881 |
+
|
1882 |
+
#: includes/debug/class-fs-debug-bar-panel.php48,
|
1883 |
+
#: templates/debug/api-calls.php54, templates/debug/logger.php:62
|
1884 |
+
msgctxt "milliseconds"
|
1885 |
+
msgid "ms"
|
1886 |
+
msgstr "ms"
|
1887 |
+
|
1888 |
+
#: includes/debug/debug-bar-start.php:41
|
1889 |
+
msgid "Freemius API"
|
1890 |
+
msgstr "Freemius API"
|
1891 |
+
|
1892 |
+
#: includes/debug/debug-bar-start.php:42
|
1893 |
+
msgid "Requests"
|
1894 |
+
msgstr "Requests"
|
1895 |
+
|
1896 |
+
#: templates/account/billing.php:28
|
1897 |
+
msgctxt "verb"
|
1898 |
+
msgid "Update"
|
1899 |
+
msgstr "Opdater"
|
1900 |
+
|
1901 |
+
#: templates/account/billing.php:39
|
1902 |
+
msgid "Billing"
|
1903 |
+
msgstr "Betaling"
|
1904 |
+
|
1905 |
+
#: templates/account/billing.php44, templates/account/billing.php:44
|
1906 |
+
msgid "Business name"
|
1907 |
+
msgstr "Firmanavn"
|
1908 |
+
|
1909 |
+
#: templates/account/billing.php45, templates/account/billing.php:45
|
1910 |
+
msgid "Tax / VAT ID"
|
1911 |
+
msgstr "Moms / VAT ID"
|
1912 |
+
|
1913 |
+
#: templates/account/billing.php48, templates/account/billing.php48,
|
1914 |
+
#: templates/account/billing.php49, templates/account/billing.php:49
|
1915 |
+
msgid "Address Line %d"
|
1916 |
+
msgstr "Adresselinje %d"
|
1917 |
+
|
1918 |
+
#: templates/account/billing.php52, templates/account/billing.php:52
|
1919 |
+
msgid "City"
|
1920 |
+
msgstr "By"
|
1921 |
+
|
1922 |
+
#: templates/account/billing.php52, templates/account/billing.php:52
|
1923 |
+
msgid "Town"
|
1924 |
+
msgstr "By"
|
1925 |
+
|
1926 |
+
#: templates/account/billing.php53, templates/account/billing.php:53
|
1927 |
+
msgid "ZIP / Postal Code"
|
1928 |
+
msgstr "ZIP / Postnummer"
|
1929 |
+
|
1930 |
+
#: templates/account/billing.php:308
|
1931 |
+
msgid "Country"
|
1932 |
+
msgstr "Land"
|
1933 |
+
|
1934 |
+
#: templates/account/billing.php:310
|
1935 |
+
msgid "Select Country"
|
1936 |
+
msgstr "Vælg land"
|
1937 |
+
|
1938 |
+
#: templates/account/billing.php317, templates/account/billing.php:318
|
1939 |
+
msgid "State"
|
1940 |
+
msgstr "Stat"
|
1941 |
+
|
1942 |
+
#: templates/account/billing.php317, templates/account/billing.php:318
|
1943 |
+
msgid "Province"
|
1944 |
+
msgstr "Provins"
|
1945 |
+
|
1946 |
+
#: templates/account/payments.php:29
|
1947 |
+
msgid "Payments"
|
1948 |
+
msgstr "Betalinger"
|
1949 |
+
|
1950 |
+
#: templates/account/payments.php:36
|
1951 |
+
msgid "Date"
|
1952 |
+
msgstr "Dato"
|
1953 |
+
|
1954 |
+
#: templates/account/payments.php:37
|
1955 |
+
msgid "Amount"
|
1956 |
+
msgstr "Beløb"
|
1957 |
+
|
1958 |
+
#: templates/account/payments.php38, templates/account/payments.php:50
|
1959 |
+
msgid "Invoice"
|
1960 |
+
msgstr "Faktura"
|
1961 |
+
|
1962 |
+
#: templates/debug/api-calls.php:56
|
1963 |
+
msgid "API"
|
1964 |
+
msgstr "API"
|
1965 |
+
|
1966 |
+
#: templates/debug/api-calls.php:68
|
1967 |
+
msgid "Method"
|
1968 |
+
msgstr "Metode"
|
1969 |
+
|
1970 |
+
#: templates/debug/api-calls.php:69
|
1971 |
+
msgid "Code"
|
1972 |
+
msgstr "Kode"
|
1973 |
+
|
1974 |
+
#: templates/debug/api-calls.php:70
|
1975 |
+
msgid "Length"
|
1976 |
+
msgstr "Længde"
|
1977 |
+
|
1978 |
+
#: templates/debug/api-calls.php:71
|
1979 |
+
msgctxt "as file/folder path"
|
1980 |
+
msgid "Path"
|
1981 |
+
msgstr "Sti"
|
1982 |
+
|
1983 |
+
#: templates/debug/api-calls.php:73
|
1984 |
+
msgid "Body"
|
1985 |
+
msgstr "Body"
|
1986 |
+
|
1987 |
+
#: templates/debug/api-calls.php:75
|
1988 |
+
msgid "Result"
|
1989 |
+
msgstr "Resultat"
|
1990 |
+
|
1991 |
+
#: templates/debug/api-calls.php:76
|
1992 |
+
msgid "Start"
|
1993 |
+
msgstr "Start"
|
1994 |
+
|
1995 |
+
#: templates/debug/api-calls.php:77
|
1996 |
+
msgid "End"
|
1997 |
+
msgstr "Slut"
|
1998 |
+
|
1999 |
+
#: templates/debug/logger.php:15
|
2000 |
+
msgid "Log"
|
2001 |
+
msgstr "Log"
|
2002 |
+
|
2003 |
+
#. translators: %s: time period (e.g. In "2 hours")
|
2004 |
+
#: templates/debug/plugins-themes-sync.php18,
|
2005 |
+
#: templates/debug/scheduled-crons.php:91
|
2006 |
+
msgid "In %s"
|
2007 |
+
msgstr "Om %s"
|
2008 |
+
|
2009 |
+
#. translators: %s: time period (e.g. "2 hours" ago)
|
2010 |
+
#: templates/debug/plugins-themes-sync.php20,
|
2011 |
+
#: templates/debug/scheduled-crons.php:93
|
2012 |
+
msgid "%s ago"
|
2013 |
+
msgstr "%s siden"
|
2014 |
+
|
2015 |
+
#: templates/debug/plugins-themes-sync.php21,
|
2016 |
+
#: templates/debug/scheduled-crons.php:74
|
2017 |
+
msgctxt "seconds"
|
2018 |
+
msgid "sec"
|
2019 |
+
msgstr "sek"
|
2020 |
+
|
2021 |
+
#: templates/debug/plugins-themes-sync.php:23
|
2022 |
+
msgid "Plugins & Themes Sync"
|
2023 |
+
msgstr "Synkronisering af plugins og temaer"
|
2024 |
+
|
2025 |
+
#: templates/debug/plugins-themes-sync.php:28
|
2026 |
+
msgid "Total"
|
2027 |
+
msgstr "Total"
|
2028 |
+
|
2029 |
+
#: templates/debug/plugins-themes-sync.php29,
|
2030 |
+
#: templates/debug/scheduled-crons.php:84
|
2031 |
+
msgid "Last"
|
2032 |
+
msgstr "Sidste"
|
2033 |
+
|
2034 |
+
#: templates/debug/scheduled-crons.php:76
|
2035 |
+
msgid "Scheduled Crons"
|
2036 |
+
msgstr "Planlagte cron jobs"
|
2037 |
+
|
2038 |
+
#: templates/debug/scheduled-crons.php:81
|
2039 |
+
msgid "Module"
|
2040 |
+
msgstr "Modul"
|
2041 |
+
|
2042 |
+
#: templates/debug/scheduled-crons.php:82
|
2043 |
+
msgid "Module Type"
|
2044 |
+
msgstr "Modultype"
|
2045 |
+
|
2046 |
+
#: templates/debug/scheduled-crons.php:83
|
2047 |
+
msgid "Cron Type"
|
2048 |
+
msgstr "Cron Type"
|
2049 |
+
|
2050 |
+
#: templates/debug/scheduled-crons.php:85
|
2051 |
+
msgid "Next"
|
2052 |
+
msgstr "Næste"
|
2053 |
+
|
2054 |
+
#: templates/forms/affiliation.php:82
|
2055 |
+
msgid "Non-expiring"
|
2056 |
+
msgstr "Udløber ikke"
|
2057 |
+
|
2058 |
+
#: templates/forms/affiliation.php:85
|
2059 |
+
msgid "Apply to become an affiliate"
|
2060 |
+
msgstr "Apply to become an affiliate"
|
2061 |
+
|
2062 |
+
#: templates/forms/affiliation.php:104
|
2063 |
+
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2064 |
+
msgstr "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2065 |
+
|
2066 |
+
#: templates/forms/affiliation.php:119
|
2067 |
+
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."
|
2068 |
+
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."
|
2069 |
+
|
2070 |
+
#: templates/forms/affiliation.php:122
|
2071 |
+
msgid "Your affiliation account was temporarily suspended."
|
2072 |
+
msgstr "Your affiliation account was temporarily suspended."
|
2073 |
+
|
2074 |
+
#: templates/forms/affiliation.php:125
|
2075 |
+
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."
|
2076 |
+
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."
|
2077 |
+
|
2078 |
+
#: templates/forms/affiliation.php:128
|
2079 |
+
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2080 |
+
msgstr "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2081 |
+
|
2082 |
+
#: templates/forms/affiliation.php:141
|
2083 |
+
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2084 |
+
msgstr "Like the %s? Become our ambassador and earn cash ;-)"
|
2085 |
+
|
2086 |
+
#: templates/forms/affiliation.php:142
|
2087 |
+
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2088 |
+
msgstr "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2089 |
+
|
2090 |
+
#: templates/forms/affiliation.php:145
|
2091 |
+
msgid "Program Summary"
|
2092 |
+
msgstr "Programoversigt"
|
2093 |
+
|
2094 |
+
#: templates/forms/affiliation.php:147
|
2095 |
+
msgid "%s commission when a customer purchases a new license."
|
2096 |
+
msgstr "%s commission when a customer purchases a new license."
|
2097 |
+
|
2098 |
+
#: templates/forms/affiliation.php:149
|
2099 |
+
msgid "Get commission for automated subscription renewals."
|
2100 |
+
msgstr "Get commission for automated subscription renewals."
|
2101 |
+
|
2102 |
+
#: templates/forms/affiliation.php:152
|
2103 |
+
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2104 |
+
msgstr "%s tracking cookie after the first visit to maximize earnings potential."
|
2105 |
+
|
2106 |
+
#: templates/forms/affiliation.php:155
|
2107 |
+
msgid "Unlimited commissions."
|
2108 |
+
msgstr "Unlimited commissions."
|
2109 |
+
|
2110 |
+
#: templates/forms/affiliation.php:157
|
2111 |
+
msgid "%s minimum payout amount."
|
2112 |
+
msgstr "%s minimum payout amount."
|
2113 |
+
|
2114 |
+
#: templates/forms/affiliation.php:158
|
2115 |
+
msgid "Payouts are in USD and processed monthly via PayPal."
|
2116 |
+
msgstr "Payouts are in USD and processed monthly via PayPal."
|
2117 |
+
|
2118 |
+
#: templates/forms/affiliation.php:159
|
2119 |
+
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2120 |
+
msgstr "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2121 |
+
|
2122 |
+
#: templates/forms/affiliation.php:162
|
2123 |
+
msgid "Affiliate"
|
2124 |
+
msgstr "Affiliate"
|
2125 |
+
|
2126 |
+
#: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
|
2127 |
+
msgid "Email address"
|
2128 |
+
msgstr "E-mailadresse"
|
2129 |
+
|
2130 |
+
#: templates/forms/affiliation.php:169
|
2131 |
+
msgid "Full name"
|
2132 |
+
msgstr "Fulde navn"
|
2133 |
+
|
2134 |
+
#: templates/forms/affiliation.php:173
|
2135 |
+
msgid "PayPal account email address"
|
2136 |
+
msgstr "E-mailadresse til PayPal-konto"
|
2137 |
+
|
2138 |
+
#: templates/forms/affiliation.php:177
|
2139 |
+
msgid "Where are you going to promote the %s?"
|
2140 |
+
msgstr "Hvor vil du promovere %s?"
|
2141 |
+
|
2142 |
+
#: templates/forms/affiliation.php:179
|
2143 |
+
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2144 |
+
msgstr "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2145 |
+
|
2146 |
+
#: templates/forms/affiliation.php:181
|
2147 |
+
msgid "Add another domain"
|
2148 |
+
msgstr "Tilføj andet domæne"
|
2149 |
+
|
2150 |
+
#: templates/forms/affiliation.php:185
|
2151 |
+
msgid "Extra Domains"
|
2152 |
+
msgstr "Ekstra domæner"
|
2153 |
+
|
2154 |
+
#: templates/forms/affiliation.php:186
|
2155 |
+
msgid "Extra domains where you will be marketing the product from."
|
2156 |
+
msgstr "Andre domæner du vil markedsføre produktet fra."
|
2157 |
+
|
2158 |
+
#: templates/forms/affiliation.php:196
|
2159 |
+
msgid "Promotion methods"
|
2160 |
+
msgstr "Promoveringsmetoder"
|
2161 |
+
|
2162 |
+
#: templates/forms/affiliation.php:199
|
2163 |
+
msgid "Social media (Facebook, Twitter, etc.)"
|
2164 |
+
msgstr "Sociale medier (Facebook, Twitter osv.)"
|
2165 |
+
|
2166 |
+
#: templates/forms/affiliation.php:203
|
2167 |
+
msgid "Mobile apps"
|
2168 |
+
msgstr "Mobil-apps"
|
2169 |
+
|
2170 |
+
#: templates/forms/affiliation.php:207
|
2171 |
+
msgid "Website, email, and social media statistics (optional)"
|
2172 |
+
msgstr "Websted, e-mail, og statistikker for sociale medier (valgfrit)"
|
2173 |
+
|
2174 |
+
#: templates/forms/affiliation.php:210
|
2175 |
+
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)."
|
2176 |
+
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)."
|
2177 |
+
|
2178 |
+
#: templates/forms/affiliation.php:214
|
2179 |
+
msgid "How will you promote us?"
|
2180 |
+
msgstr "Hvordan vil du promovere os?"
|
2181 |
+
|
2182 |
+
#: templates/forms/affiliation.php:217
|
2183 |
+
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2184 |
+
msgstr "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2185 |
+
|
2186 |
+
#: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
|
2187 |
+
msgid "Cancel"
|
2188 |
+
msgstr "Annuller"
|
2189 |
+
|
2190 |
+
#: templates/forms/affiliation.php:225
|
2191 |
+
msgid "Become an affiliate"
|
2192 |
+
msgstr "Bliv en affiliate"
|
2193 |
+
|
2194 |
+
#: templates/forms/license-activation.php:20
|
2195 |
+
msgid "Please enter the license key that you received in the email right after the purchase:"
|
2196 |
+
msgstr "Indtast licensnøglen, du modtog i e-mailen lige efter købet:"
|
2197 |
+
|
2198 |
+
#: templates/forms/license-activation.php:25
|
2199 |
+
msgid "Update License"
|
2200 |
+
msgstr "Opdater licens"
|
2201 |
+
|
2202 |
+
#: templates/forms/optout.php:30
|
2203 |
+
msgctxt "verb"
|
2204 |
+
msgid "Opt Out"
|
2205 |
+
msgstr "Frameld"
|
2206 |
+
|
2207 |
+
#: templates/forms/optout.php:31
|
2208 |
+
msgctxt "verb"
|
2209 |
+
msgid "Opt In"
|
2210 |
+
msgstr "Tilmeld"
|
2211 |
+
|
2212 |
+
#: templates/forms/optout.php:33
|
2213 |
+
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."
|
2214 |
+
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."
|
2215 |
+
|
2216 |
+
#: templates/forms/optout.php:35
|
2217 |
+
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2218 |
+
msgstr "Ved at klikke \"Frameld\" vil vi ikke længere sende data fra %s til %s."
|
2219 |
+
|
2220 |
+
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2221 |
+
msgid "There is a new version of %s available."
|
2222 |
+
msgstr "En ny version af %s er tilgængelig."
|
2223 |
+
|
2224 |
+
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2225 |
+
msgid " %s to access version %s security & feature updates, and support."
|
2226 |
+
msgstr " %s to access version %s security & feature updates, and support."
|
2227 |
+
|
2228 |
+
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2229 |
+
msgid "New Version Available"
|
2230 |
+
msgstr "Ny version tilgængelig"
|
2231 |
+
|
2232 |
+
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2233 |
+
msgctxt "close a window"
|
2234 |
+
msgid "Dismiss"
|
2235 |
+
msgstr "Fjern"
|
2236 |
+
|
2237 |
+
#: templates/forms/resend-key.php:21
|
2238 |
+
msgid "Send License Key"
|
2239 |
+
msgstr "Send licensnøgle"
|
2240 |
+
|
2241 |
+
#: templates/forms/resend-key.php:57
|
2242 |
+
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2243 |
+
msgstr "Indtast e-mailadressen, som du benyttede ved opgraderingen, nedenfor og vi vil gensende licensnøglen til dig."
|
2244 |
+
|
2245 |
+
#: templates/forms/subscription-cancellation.php:37
|
2246 |
+
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2247 |
+
msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2248 |
+
|
2249 |
+
#: templates/forms/subscription-cancellation.php:47
|
2250 |
+
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?"
|
2251 |
+
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?"
|
2252 |
+
|
2253 |
+
#: templates/forms/subscription-cancellation.php:52
|
2254 |
+
msgid "license"
|
2255 |
+
msgstr "license"
|
2256 |
+
|
2257 |
+
#: templates/forms/subscription-cancellation.php:57
|
2258 |
+
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."
|
2259 |
+
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."
|
2260 |
+
|
2261 |
+
#: templates/forms/subscription-cancellation.php:68
|
2262 |
+
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2263 |
+
msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2264 |
+
|
2265 |
+
#: templates/forms/subscription-cancellation.php:103
|
2266 |
+
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."
|
2267 |
+
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."
|
2268 |
+
|
2269 |
+
#: templates/forms/subscription-cancellation.php:136
|
2270 |
+
msgid "Cancel %s?"
|
2271 |
+
msgstr "Cancel %s?"
|
2272 |
+
|
2273 |
+
#: templates/forms/subscription-cancellation.php:143
|
2274 |
+
msgid "Proceed"
|
2275 |
+
msgstr "Proceed"
|
2276 |
+
|
2277 |
+
#: templates/forms/subscription-cancellation.php191,
|
2278 |
+
#: templates/forms/deactivation/form.php:150
|
2279 |
+
msgid "Cancel %s & Proceed"
|
2280 |
+
msgstr "Cancel %s & Proceed"
|
2281 |
+
|
2282 |
+
#: templates/forms/trial-start.php:22
|
2283 |
+
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2284 |
+
msgstr "Du er 1 klik fra at begynde din %1$s dages gratis prøveperiode af planen %2$s."
|
2285 |
+
|
2286 |
+
#: templates/forms/trial-start.php:28
|
2287 |
+
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."
|
2288 |
+
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."
|
2289 |
+
|
2290 |
+
#: templates/js/style-premium-theme.php:37
|
2291 |
+
msgid "Premium"
|
2292 |
+
msgstr "Premium"
|
2293 |
+
|
2294 |
+
#: templates/partials/network-activation.php:23
|
2295 |
+
msgid "Activate license on all sites in the network."
|
2296 |
+
msgstr "Aktiver licens på alle websteder i netværket."
|
2297 |
+
|
2298 |
+
#: templates/partials/network-activation.php:24
|
2299 |
+
msgid "Apply on all sites in the network."
|
2300 |
+
msgstr "Anvend på alle websteder i netværket."
|
2301 |
+
|
2302 |
+
#: templates/partials/network-activation.php:27
|
2303 |
+
msgid "Activate license on all pending sites."
|
2304 |
+
msgstr "Akiver licens på alle afventende websteder."
|
2305 |
+
|
2306 |
+
#: templates/partials/network-activation.php:28
|
2307 |
+
msgid "Apply on all pending sites."
|
2308 |
+
msgstr "Anvend på alle afventende websteder."
|
2309 |
+
|
2310 |
+
#: templates/partials/network-activation.php36,
|
2311 |
+
#: templates/partials/network-activation.php:68
|
2312 |
+
msgid "allow"
|
2313 |
+
msgstr "tillad"
|
2314 |
+
|
2315 |
+
#: templates/partials/network-activation.php38,
|
2316 |
+
#: templates/partials/network-activation.php:70
|
2317 |
+
msgid "delegate"
|
2318 |
+
msgstr "delegér"
|
2319 |
+
|
2320 |
+
#: templates/partials/network-activation.php41,
|
2321 |
+
#: templates/partials/network-activation.php:73
|
2322 |
+
msgid "skip"
|
2323 |
+
msgstr "spring over"
|
2324 |
+
|
2325 |
+
#: templates/plugin-info/description.php72,
|
2326 |
+
#: templates/plugin-info/screenshots.php:31
|
2327 |
+
msgid "Click to view full-size screenshot %d"
|
2328 |
+
msgstr "Klik for at vise skærmbillede %d i fuld skærm"
|
2329 |
+
|
2330 |
+
#: templates/plugin-info/features.php:56
|
2331 |
+
msgid "Unlimited Updates"
|
2332 |
+
msgstr "Ubegrænsede opdateringer"
|
2333 |
+
|
2334 |
+
#: templates/account/partials/activate-license-button.php:46
|
2335 |
+
msgid "Localhost"
|
2336 |
+
msgstr "Localhost"
|
2337 |
+
|
2338 |
+
#: templates/account/partials/activate-license-button.php:50
|
2339 |
+
msgctxt "as 5 licenses left"
|
2340 |
+
msgid "%s left"
|
2341 |
+
msgstr "%s tilbage"
|
2342 |
+
|
2343 |
+
#: templates/account/partials/activate-license-button.php:51
|
2344 |
+
msgid "Last license"
|
2345 |
+
msgstr "Seneste license"
|
2346 |
+
|
2347 |
+
#: templates/account/partials/addon.php:115
|
2348 |
+
msgid "Cancelled"
|
2349 |
+
msgstr "Annulleret"
|
2350 |
+
|
2351 |
+
#: templates/account/partials/addon.php:125
|
2352 |
+
msgid "No expiration"
|
2353 |
+
msgstr "Udløber ikke"
|
2354 |
+
|
2355 |
+
#: templates/account/partials/addon.php264,
|
2356 |
+
#: templates/account/partials/addon.php:317
|
2357 |
+
msgid "Activate this add-on"
|
2358 |
+
msgstr "Aktiver denne tilføjelse"
|
2359 |
+
|
2360 |
+
#: templates/account/partials/site.php:181
|
2361 |
+
msgid "Owner Name"
|
2362 |
+
msgstr "Ejer-navn"
|
2363 |
+
|
2364 |
+
#: templates/account/partials/site.php:193
|
2365 |
+
msgid "Owner Email"
|
2366 |
+
msgstr "E-mailadresse for ejer"
|
2367 |
+
|
2368 |
+
#: templates/account/partials/site.php:205
|
2369 |
+
msgid "Owner ID"
|
2370 |
+
msgstr "Ejer-ID"
|
2371 |
+
|
2372 |
+
#: templates/account/partials/site.php:270
|
2373 |
+
msgid "Subscription"
|
2374 |
+
msgstr "Abonnement"
|
2375 |
+
|
2376 |
+
#: templates/forms/deactivation/contact.php:19
|
2377 |
+
msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2378 |
+
msgstr "Vi beklager ulejligheden, og vi er her for at hjælpe, hvis du giver os chancen."
|
2379 |
+
|
2380 |
+
#: templates/forms/deactivation/contact.php:22
|
2381 |
+
msgid "Contact Support"
|
2382 |
+
msgstr "Kontakt support"
|
2383 |
+
|
2384 |
+
#: templates/forms/deactivation/form.php:59
|
2385 |
+
msgid "Anonymous feedback"
|
2386 |
+
msgstr "Anonym feedback"
|
2387 |
+
|
2388 |
+
#: templates/forms/deactivation/form.php:66
|
2389 |
+
msgid "Deactivate"
|
2390 |
+
msgstr "Deaktiver"
|
2391 |
+
|
2392 |
+
#: templates/forms/deactivation/form.php:68
|
2393 |
+
msgid "Activate %s"
|
2394 |
+
msgstr "Aktiver %s"
|
2395 |
+
|
2396 |
+
#: templates/forms/deactivation/form.php:80
|
2397 |
+
msgid "Quick Feedback"
|
2398 |
+
msgstr "Quick Feedback"
|
2399 |
+
|
2400 |
+
#: templates/forms/deactivation/form.php:84
|
2401 |
+
msgid "If you have a moment, please let us know why you are %s"
|
2402 |
+
msgstr "Hvis du har tid, så lad os venligst vide hvorfor du %s"
|
2403 |
+
|
2404 |
+
#: templates/forms/deactivation/form.php:84
|
2405 |
+
msgid "deactivating"
|
2406 |
+
msgstr "deaktiverer"
|
2407 |
+
|
2408 |
+
#: templates/forms/deactivation/form.php:84
|
2409 |
+
msgid "switching"
|
2410 |
+
msgstr "skifter"
|
2411 |
+
|
2412 |
+
#: templates/forms/deactivation/form.php:332
|
2413 |
+
msgid "Submit & %s"
|
2414 |
+
msgstr "Send & %s"
|
2415 |
+
|
2416 |
+
#: templates/forms/deactivation/form.php:353
|
2417 |
+
msgid "Kindly tell us the reason so we can improve."
|
2418 |
+
msgstr "Fortæl os venligst årsagen, så vi kan forbedre det."
|
2419 |
+
|
2420 |
+
#: templates/forms/deactivation/form.php:478
|
2421 |
+
msgid "Yes - %s"
|
2422 |
+
msgstr "Ja - %s"
|
2423 |
+
|
2424 |
+
#: templates/forms/deactivation/form.php:485
|
2425 |
+
msgid "Skip & %s"
|
2426 |
+
msgstr "Spring over & %s"
|
2427 |
+
|
2428 |
+
#: templates/forms/deactivation/retry-skip.php:21
|
2429 |
+
msgid "Click here to use the plugin anonymously"
|
2430 |
+
msgstr "Klik her for at benytte pluginnet anonymt"
|
2431 |
+
|
2432 |
+
#: templates/forms/deactivation/retry-skip.php:23
|
2433 |
+
msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
2434 |
+
msgstr "Du har måske overset det, men du behøver ikke at dele data og kan blot %s tilmeldingen."
|
freemius/languages/freemius-en.mo
CHANGED
Binary file
|
freemius/languages/freemius-en.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the same license as the freemius package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
@@ -19,1222 +19,1301 @@ msgstr ""
|
|
19 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
20 |
"X-Poedit-SourceCharset: UTF-8\n"
|
21 |
|
22 |
-
#: includes/class-freemius.php:
|
23 |
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
24 |
msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
25 |
|
26 |
-
#: includes/class-freemius.php:
|
27 |
msgid "Error"
|
28 |
msgstr "Error"
|
29 |
|
30 |
-
#: includes/class-freemius.php:
|
31 |
msgid "I found a better %s"
|
32 |
msgstr "I found a better %s"
|
33 |
|
34 |
-
#: includes/class-freemius.php:
|
35 |
msgid "What's the %s's name?"
|
36 |
msgstr "What's the %s's name?"
|
37 |
|
38 |
-
#: includes/class-freemius.php:
|
39 |
msgid "It's a temporary %s. I'm just debugging an issue."
|
40 |
msgstr "It's a temporary %s. I'm just debugging an issue."
|
41 |
|
42 |
-
#: includes/class-freemius.php:
|
43 |
msgid "Deactivation"
|
44 |
msgstr "Deactivation"
|
45 |
|
46 |
-
#: includes/class-freemius.php:
|
47 |
msgid "Theme Switch"
|
48 |
msgstr "Theme Switch"
|
49 |
|
50 |
-
#: includes/class-freemius.php:
|
51 |
msgid "Other"
|
52 |
msgstr "Other"
|
53 |
|
54 |
-
#: includes/class-freemius.php:
|
55 |
msgid "I no longer need the %s"
|
56 |
msgstr "I no longer need the %s"
|
57 |
|
58 |
-
#: includes/class-freemius.php:
|
59 |
msgid "I only needed the %s for a short period"
|
60 |
msgstr "I only needed the %s for a short period"
|
61 |
|
62 |
-
#: includes/class-freemius.php:
|
63 |
msgid "The %s broke my site"
|
64 |
msgstr "The %s broke my site"
|
65 |
|
66 |
-
#: includes/class-freemius.php:
|
67 |
msgid "The %s suddenly stopped working"
|
68 |
msgstr "The %s suddenly stopped working"
|
69 |
|
70 |
-
#: includes/class-freemius.php:
|
71 |
msgid "I can't pay for it anymore"
|
72 |
msgstr "I can't pay for it anymore"
|
73 |
|
74 |
-
#: includes/class-freemius.php:
|
75 |
msgid "What price would you feel comfortable paying?"
|
76 |
msgstr "What price would you feel comfortable paying?"
|
77 |
|
78 |
-
#: includes/class-freemius.php:
|
79 |
msgid "I don't like to share my information with you"
|
80 |
msgstr "I don't like to share my information with you"
|
81 |
|
82 |
-
#: includes/class-freemius.php:
|
83 |
msgid "The %s didn't work"
|
84 |
msgstr "The %s didn't work"
|
85 |
|
86 |
-
#: includes/class-freemius.php:
|
87 |
msgid "I couldn't understand how to make it work"
|
88 |
msgstr "I couldn't understand how to make it work"
|
89 |
|
90 |
-
#: includes/class-freemius.php:
|
91 |
msgid "The %s is great, but I need specific feature that you don't support"
|
92 |
msgstr "The %s is great, but I need specific feature that you don't support"
|
93 |
|
94 |
-
#: includes/class-freemius.php:
|
95 |
msgid "What feature?"
|
96 |
msgstr "What feature?"
|
97 |
|
98 |
-
#: includes/class-freemius.php:
|
99 |
msgid "The %s is not working"
|
100 |
msgstr "The %s is not working"
|
101 |
|
102 |
-
#: includes/class-freemius.php:
|
103 |
msgid "Kindly share what didn't work so we can fix it for future users..."
|
104 |
msgstr "Kindly share what didn't work so we can fix it for future users..."
|
105 |
|
106 |
-
#: includes/class-freemius.php:
|
107 |
msgid "It's not what I was looking for"
|
108 |
msgstr "It's not what I was looking for"
|
109 |
|
110 |
-
#: includes/class-freemius.php:
|
111 |
msgid "What you've been looking for?"
|
112 |
msgstr "What you've been looking for?"
|
113 |
|
114 |
-
#: includes/class-freemius.php:
|
115 |
msgid "The %s didn't work as expected"
|
116 |
msgstr "The %s didn't work as expected"
|
117 |
|
118 |
-
#: includes/class-freemius.php:
|
119 |
msgid "What did you expect?"
|
120 |
msgstr "What did you expect?"
|
121 |
|
122 |
-
#: includes/class-freemius.php:
|
123 |
msgid "Freemius Debug"
|
124 |
msgstr "Freemius Debug"
|
125 |
|
126 |
-
#: includes/class-freemius.php:
|
127 |
msgid "I don't know what is cURL or how to install it, help me!"
|
128 |
msgstr "I don't know what is cURL or how to install it, help me!"
|
129 |
|
130 |
-
#: includes/class-freemius.php:
|
131 |
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."
|
132 |
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."
|
133 |
|
134 |
-
#: includes/class-freemius.php:
|
135 |
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."
|
136 |
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."
|
137 |
|
138 |
-
#: includes/class-freemius.php:
|
139 |
msgid "Yes - do your thing"
|
140 |
msgstr "Yes - do your thing"
|
141 |
|
142 |
-
#: includes/class-freemius.php:
|
143 |
msgid "No - just deactivate"
|
144 |
msgstr "No - just deactivate"
|
145 |
|
146 |
-
#: includes/class-freemius.php:
|
147 |
msgctxt "exclamation"
|
148 |
msgid "Oops"
|
149 |
msgstr "Oops"
|
150 |
|
151 |
-
#: includes/class-freemius.php:
|
152 |
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."
|
153 |
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."
|
154 |
|
155 |
-
#: includes/class-freemius.php:
|
156 |
msgctxt "addonX cannot run without pluginY"
|
157 |
msgid "%s cannot run without %s."
|
158 |
msgstr "%s cannot run without %s."
|
159 |
|
160 |
-
#: includes/class-freemius.php:
|
161 |
msgctxt "addonX cannot run..."
|
162 |
msgid "%s cannot run without the plugin."
|
163 |
msgstr "%s cannot run without the plugin."
|
164 |
|
165 |
-
#: includes/class-freemius.php:
|
166 |
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
167 |
msgstr "Unexpected API error. Please contact the %s's author with the following error."
|
168 |
|
169 |
-
#: includes/class-freemius.php:
|
170 |
msgid "Premium %s version was successfully activated."
|
171 |
msgstr "Premium %s version was successfully activated."
|
172 |
|
173 |
-
#: includes/class-freemius.php:
|
174 |
msgctxt "Used to express elation, enthusiasm, or triumph (especially in electronic communication)."
|
175 |
msgid "W00t"
|
176 |
msgstr "W00t"
|
177 |
|
178 |
-
#: includes/class-freemius.php:
|
179 |
msgid "You have a %s license."
|
180 |
msgstr "You have a %s license."
|
181 |
|
182 |
-
#: includes/class-freemius.php:
|
183 |
msgctxt "interjection expressing joy or exuberance"
|
184 |
msgid "Yee-haw"
|
185 |
msgstr "Yee-haw"
|
186 |
|
187 |
-
#: includes/class-freemius.php:
|
188 |
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."
|
189 |
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."
|
190 |
|
191 |
-
#: includes/class-freemius.php:
|
192 |
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
193 |
msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
194 |
|
195 |
-
#: includes/class-freemius.php:
|
196 |
msgid "More information about %s"
|
197 |
msgstr "More information about %s"
|
198 |
|
199 |
-
#: includes/class-freemius.php:
|
200 |
msgid "Purchase License"
|
201 |
msgstr "Purchase License"
|
202 |
|
203 |
-
#: includes/class-freemius.php:
|
204 |
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."
|
205 |
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."
|
206 |
|
207 |
-
#: includes/class-freemius.php:
|
208 |
msgid "start the trial"
|
209 |
msgstr "start the trial"
|
210 |
|
211 |
-
#: includes/class-freemius.php:
|
212 |
msgid "complete the install"
|
213 |
msgstr "complete the install"
|
214 |
|
215 |
-
#: includes/class-freemius.php:
|
216 |
msgid "You are just one step away - %s"
|
217 |
msgstr "You are just one step away - %s"
|
218 |
|
219 |
-
#: includes/class-freemius.php:
|
220 |
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
221 |
msgid "Complete \"%s\" Activation Now"
|
222 |
msgstr "Complete \"%s\" Activation Now"
|
223 |
|
224 |
-
#: includes/class-freemius.php:
|
225 |
msgid "We made a few tweaks to the %s, %s"
|
226 |
msgstr "We made a few tweaks to the %s, %s"
|
227 |
|
228 |
-
#: includes/class-freemius.php:
|
229 |
-
msgid "Opt in to make \"%s\"
|
230 |
-
msgstr "Opt in to make \"%s\"
|
231 |
|
232 |
-
#: includes/class-freemius.php:
|
233 |
msgid "The upgrade of %s was successfully completed."
|
234 |
msgstr "The upgrade of %s was successfully completed."
|
235 |
|
236 |
-
#: includes/class-freemius.php:
|
237 |
msgid "Add-On"
|
238 |
msgstr "Add-On"
|
239 |
|
240 |
-
#: includes/class-freemius.php:
|
241 |
msgid "Plugin"
|
242 |
msgstr "Plugin"
|
243 |
|
244 |
-
#: includes/class-freemius.php:
|
245 |
msgid "Theme"
|
246 |
msgstr "Theme"
|
247 |
|
248 |
-
#: includes/class-freemius.php:
|
249 |
-
msgid "
|
250 |
-
msgstr "
|
251 |
|
252 |
-
#: includes/class-freemius.php:
|
253 |
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
254 |
msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
|
255 |
|
256 |
-
#: includes/class-freemius.php:
|
257 |
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
258 |
msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
259 |
|
260 |
-
#: includes/class-freemius.php:
|
261 |
msgid "Account is pending activation."
|
262 |
msgstr "Account is pending activation."
|
263 |
|
264 |
-
#: includes/class-freemius.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
265 |
msgid "%s activation was successfully completed."
|
266 |
msgstr "%s activation was successfully completed."
|
267 |
|
268 |
-
#: includes/class-freemius.php:
|
269 |
msgid "Your account was successfully activated with the %s plan."
|
270 |
msgstr "Your account was successfully activated with the %s plan."
|
271 |
|
272 |
-
#: includes/class-freemius.php:
|
273 |
msgid "Your trial has been successfully started."
|
274 |
msgstr "Your trial has been successfully started."
|
275 |
|
276 |
-
#: includes/class-freemius.php:
|
277 |
msgid "Couldn't activate %s."
|
278 |
msgstr "Couldn't activate %s."
|
279 |
|
280 |
-
#: includes/class-freemius.php:
|
281 |
msgid "Please contact us with the following message:"
|
282 |
msgstr "Please contact us with the following message:"
|
283 |
|
284 |
-
#: includes/class-freemius.php:
|
285 |
msgid "Upgrade"
|
286 |
msgstr "Upgrade"
|
287 |
|
288 |
-
#: includes/class-freemius.php:
|
289 |
msgid "Start Trial"
|
290 |
msgstr "Start Trial"
|
291 |
|
292 |
-
#: includes/class-freemius.php:
|
293 |
msgid "Pricing"
|
294 |
msgstr "Pricing"
|
295 |
|
296 |
-
#: includes/class-freemius.php:
|
297 |
msgid "Affiliation"
|
298 |
msgstr "Affiliation"
|
299 |
|
300 |
-
#: includes/class-freemius.php:
|
301 |
msgid "Account"
|
302 |
msgstr "Account"
|
303 |
|
304 |
-
#: includes/class-freemius.php:
|
305 |
msgid "Contact Us"
|
306 |
msgstr "Contact Us"
|
307 |
|
308 |
-
#: includes/class-freemius.php:
|
309 |
msgid "Add-Ons"
|
310 |
msgstr "Add-Ons"
|
311 |
|
312 |
-
#: includes/class-freemius.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
313 |
msgctxt "noun"
|
314 |
msgid "Pricing"
|
315 |
msgstr "Pricing"
|
316 |
|
317 |
-
#: includes/class-freemius.php:
|
318 |
msgid "Support Forum"
|
319 |
msgstr "Support Forum"
|
320 |
|
321 |
-
#: includes/class-freemius.php:
|
322 |
msgid "Your email has been successfully verified - you are AWESOME!"
|
323 |
msgstr "Your email has been successfully verified - you are AWESOME!"
|
324 |
|
325 |
-
#: includes/class-freemius.php:
|
326 |
msgctxt "a positive response"
|
327 |
msgid "Right on"
|
328 |
msgstr "Right on"
|
329 |
|
330 |
-
#: includes/class-freemius.php:
|
331 |
msgid "Your %s Add-on plan was successfully upgraded."
|
332 |
msgstr "Your %s Add-on plan was successfully upgraded."
|
333 |
|
334 |
-
#: includes/class-freemius.php:
|
335 |
msgid "%s Add-on was successfully purchased."
|
336 |
msgstr "%s Add-on was successfully purchased."
|
337 |
|
338 |
-
#: includes/class-freemius.php:
|
339 |
msgid "Download the latest version"
|
340 |
msgstr "Download the latest version"
|
341 |
|
342 |
-
#: includes/class-freemius.php:
|
343 |
msgctxt "%1s - plugin title, %2s - API domain"
|
344 |
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
345 |
msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
346 |
|
347 |
-
#: includes/class-freemius.php:
|
348 |
msgid "Error received from the server:"
|
349 |
msgstr "Error received from the server:"
|
350 |
|
351 |
-
#: includes/class-freemius.php:
|
352 |
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
353 |
msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
354 |
|
355 |
-
#: includes/class-freemius.php:
|
356 |
msgctxt "something somebody says when they are thinking about what you have just said."
|
357 |
msgid "Hmm"
|
358 |
msgstr "Hmm"
|
359 |
|
360 |
-
#: includes/class-freemius.php:
|
361 |
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."
|
362 |
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."
|
363 |
|
364 |
-
#: includes/class-freemius.php:
|
365 |
msgctxt "trial period"
|
366 |
msgid "Trial"
|
367 |
msgstr "Trial"
|
368 |
|
369 |
-
#: includes/class-freemius.php:
|
370 |
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
371 |
msgstr "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
372 |
|
373 |
-
#: includes/class-freemius.php:
|
374 |
msgid "Please contact us here"
|
375 |
msgstr "Please contact us here"
|
376 |
|
377 |
-
#: includes/class-freemius.php:
|
378 |
msgid "Your plan was successfully upgraded."
|
379 |
msgstr "Your plan was successfully upgraded."
|
380 |
|
381 |
-
#: includes/class-freemius.php:
|
382 |
msgid "Your plan was successfully changed to %s."
|
383 |
msgstr "Your plan was successfully changed to %s."
|
384 |
|
385 |
-
#: includes/class-freemius.php:
|
386 |
msgid "Your license has expired. You can still continue using the free %s forever."
|
387 |
msgstr "Your license has expired. You can still continue using the free %s forever."
|
388 |
|
389 |
-
#: includes/class-freemius.php:
|
390 |
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
391 |
msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
392 |
|
393 |
-
#: includes/class-freemius.php:
|
394 |
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
395 |
msgstr "Your license has been cancelled. If you think it's a mistake, please contact support."
|
396 |
|
397 |
-
#: includes/class-freemius.php:
|
398 |
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."
|
399 |
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."
|
400 |
|
401 |
-
#: includes/class-freemius.php:
|
402 |
msgid "Your free trial has expired. You can still continue using all our free features."
|
403 |
msgstr "Your free trial has expired. You can still continue using all our free features."
|
404 |
|
405 |
-
#: includes/class-freemius.php:
|
406 |
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
407 |
msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
408 |
|
409 |
-
#: includes/class-freemius.php:
|
410 |
msgid "It looks like the license could not be activated."
|
411 |
msgstr "It looks like the license could not be activated."
|
412 |
|
413 |
-
#: includes/class-freemius.php:
|
414 |
msgid "Your license was successfully activated."
|
415 |
msgstr "Your license was successfully activated."
|
416 |
|
417 |
-
#: includes/class-freemius.php:
|
418 |
msgid "It looks like your site currently doesn't have an active license."
|
419 |
msgstr "It looks like your site currently doesn't have an active license."
|
420 |
|
421 |
-
#: includes/class-freemius.php:
|
422 |
msgid "It looks like the license deactivation failed."
|
423 |
msgstr "It looks like the license deactivation failed."
|
424 |
|
425 |
-
#: includes/class-freemius.php:
|
426 |
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
427 |
msgstr "Your license was successfully deactivated, you are back to the %s plan."
|
428 |
|
429 |
-
#: includes/class-freemius.php:
|
430 |
msgid "O.K"
|
431 |
msgstr "O.K"
|
432 |
|
433 |
-
#: includes/class-freemius.php:
|
434 |
-
msgid "
|
435 |
-
msgstr "
|
436 |
|
437 |
-
#: includes/class-freemius.php:
|
438 |
-
msgid "
|
439 |
-
msgstr "
|
440 |
|
441 |
-
#: includes/class-freemius.php:
|
442 |
msgid "You are already running the %s in a trial mode."
|
443 |
msgstr "You are already running the %s in a trial mode."
|
444 |
|
445 |
-
#: includes/class-freemius.php:
|
446 |
msgid "You already utilized a trial before."
|
447 |
msgstr "You already utilized a trial before."
|
448 |
|
449 |
-
#: includes/class-freemius.php:
|
450 |
msgid "Plan %s do not exist, therefore, can't start a trial."
|
451 |
msgstr "Plan %s do not exist, therefore, can't start a trial."
|
452 |
|
453 |
-
#: includes/class-freemius.php:
|
454 |
msgid "Plan %s does not support a trial period."
|
455 |
msgstr "Plan %s does not support a trial period."
|
456 |
|
457 |
-
#: includes/class-freemius.php:
|
458 |
msgid "None of the %s's plans supports a trial period."
|
459 |
msgstr "None of the %s's plans supports a trial period."
|
460 |
|
461 |
-
#: includes/class-freemius.php:
|
462 |
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
463 |
msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
464 |
|
465 |
-
#: includes/class-freemius.php:
|
466 |
-
msgid "Your %s free trial was successfully cancelled."
|
467 |
-
msgstr "Your %s free trial was successfully cancelled."
|
468 |
-
|
469 |
-
#: includes/class-freemius.php:17190
|
470 |
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
471 |
msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
472 |
|
473 |
-
#: includes/class-freemius.php:
|
|
|
|
|
|
|
|
|
474 |
msgid "Version %s was released."
|
475 |
msgstr "Version %s was released."
|
476 |
|
477 |
-
#: includes/class-freemius.php:
|
478 |
msgid "Please download %s."
|
479 |
msgstr "Please download %s."
|
480 |
|
481 |
-
#: includes/class-freemius.php:
|
482 |
msgid "the latest %s version here"
|
483 |
msgstr "the latest %s version here"
|
484 |
|
485 |
-
#: includes/class-freemius.php:
|
486 |
msgid "New"
|
487 |
msgstr "New"
|
488 |
|
489 |
-
#: includes/class-freemius.php:
|
490 |
msgid "Seems like you got the latest release."
|
491 |
msgstr "Seems like you got the latest release."
|
492 |
|
493 |
-
#: includes/class-freemius.php:
|
494 |
msgid "You are all good!"
|
495 |
msgstr "You are all good!"
|
496 |
|
497 |
-
#: includes/class-freemius.php:
|
498 |
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
499 |
msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
500 |
|
501 |
-
#: includes/class-freemius.php:
|
502 |
msgid "Site successfully opted in."
|
503 |
msgstr "Site successfully opted in."
|
504 |
|
505 |
-
#: includes/class-freemius.php:
|
506 |
msgid "Awesome"
|
507 |
msgstr "Awesome"
|
508 |
|
509 |
-
#: includes/class-freemius.php:
|
510 |
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
511 |
msgstr "We appreciate your help in making the %s better by letting us track some usage data."
|
512 |
|
513 |
-
#: includes/class-freemius.php:
|
514 |
msgid "Thank you!"
|
515 |
msgstr "Thank you!"
|
516 |
|
517 |
-
#: includes/class-freemius.php:
|
518 |
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
519 |
msgstr "We will no longer be sending any usage data of %s on %s to %s."
|
520 |
|
521 |
-
#: includes/class-freemius.php:
|
522 |
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."
|
523 |
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."
|
524 |
|
525 |
-
#: includes/class-freemius.php:
|
526 |
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
527 |
msgstr "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
528 |
|
529 |
-
#: includes/class-freemius.php:
|
530 |
msgid "%s is the new owner of the account."
|
531 |
msgstr "%s is the new owner of the account."
|
532 |
|
533 |
-
#: includes/class-freemius.php:
|
534 |
msgctxt "as congratulations"
|
535 |
msgid "Congrats"
|
536 |
msgstr "Congrats"
|
537 |
|
538 |
-
#: includes/class-freemius.php:
|
539 |
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
540 |
msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
541 |
|
542 |
-
#: includes/class-freemius.php:
|
543 |
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
544 |
msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
545 |
|
546 |
-
#: includes/class-freemius.php:
|
547 |
msgid "Change Ownership"
|
548 |
msgstr "Change Ownership"
|
549 |
|
550 |
-
#: includes/class-freemius.php:
|
551 |
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
552 |
msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
553 |
|
554 |
-
#: includes/class-freemius.php:
|
555 |
msgid "Please provide your full name."
|
556 |
msgstr "Please provide your full name."
|
557 |
|
558 |
-
#: includes/class-freemius.php:
|
559 |
msgid "Your name was successfully updated."
|
560 |
msgstr "Your name was successfully updated."
|
561 |
|
562 |
-
#: includes/class-freemius.php:
|
563 |
msgid "You have successfully updated your %s."
|
564 |
msgstr "You have successfully updated your %s."
|
565 |
|
566 |
-
#: includes/class-freemius.php:
|
567 |
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
568 |
msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
569 |
|
570 |
-
#: includes/class-freemius.php:
|
571 |
msgctxt "advance notice of something that will need attention."
|
572 |
msgid "Heads up"
|
573 |
msgstr "Heads up"
|
574 |
|
575 |
-
#: includes/class-freemius.php:
|
576 |
msgctxt "exclamation"
|
577 |
msgid "Hey"
|
578 |
msgstr "Hey"
|
579 |
|
580 |
-
#: includes/class-freemius.php:
|
581 |
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
582 |
msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
583 |
|
584 |
-
#: includes/class-freemius.php:
|
585 |
msgid "No commitment for %s days - cancel anytime!"
|
586 |
msgstr "No commitment for %s days - cancel anytime!"
|
587 |
|
588 |
-
#: includes/class-freemius.php:
|
589 |
msgid "No credit card required"
|
590 |
msgstr "No credit card required"
|
591 |
|
592 |
-
#: includes/class-freemius.php:
|
593 |
msgctxt "call to action"
|
594 |
msgid "Start free trial"
|
595 |
msgstr "Start free trial"
|
596 |
|
597 |
-
#: includes/class-freemius.php:
|
598 |
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!"
|
599 |
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!"
|
600 |
|
601 |
-
#: includes/class-freemius.php:
|
602 |
msgid "Learn more"
|
603 |
msgstr "Learn more"
|
604 |
|
605 |
-
#: includes/class-freemius.php:
|
606 |
msgid "Activate License"
|
607 |
msgstr "Activate License"
|
608 |
|
609 |
-
#: includes/class-freemius.php:
|
610 |
msgid "Change License"
|
611 |
msgstr "Change License"
|
612 |
|
613 |
-
#: includes/class-freemius.php:
|
614 |
msgid "Opt Out"
|
615 |
msgstr "Opt Out"
|
616 |
|
617 |
-
#: includes/class-freemius.php:
|
618 |
msgid "Opt In"
|
619 |
msgstr "Opt In"
|
620 |
|
621 |
-
#: includes/class-freemius.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
622 |
msgid "Please follow these steps to complete the upgrade"
|
623 |
msgstr "Please follow these steps to complete the upgrade"
|
624 |
|
625 |
-
#: includes/class-freemius.php:
|
626 |
msgid "Download the latest %s version"
|
627 |
msgstr "Download the latest %s version"
|
628 |
|
629 |
-
#: includes/class-freemius.php:
|
630 |
msgid "Upload and activate the downloaded version"
|
631 |
msgstr "Upload and activate the downloaded version"
|
632 |
|
633 |
-
#: includes/class-freemius.php:
|
634 |
msgid "How to upload and activate?"
|
635 |
msgstr "How to upload and activate?"
|
636 |
|
637 |
-
#: includes/class-freemius.php:
|
638 |
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
639 |
msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
|
640 |
|
641 |
-
#: includes/class-freemius.php:
|
642 |
msgid "Auto installation only works for opted-in users."
|
643 |
msgstr "Auto installation only works for opted-in users."
|
644 |
|
645 |
-
#: includes/class-freemius.php:
|
646 |
msgid "Invalid module ID."
|
647 |
msgstr "Invalid module ID."
|
648 |
|
649 |
-
#: includes/class-freemius.php:
|
650 |
msgid "Premium version already active."
|
651 |
msgstr "Premium version already active."
|
652 |
|
653 |
-
#: includes/class-freemius.php:
|
654 |
msgid "You do not have a valid license to access the premium version."
|
655 |
msgstr "You do not have a valid license to access the premium version."
|
656 |
|
657 |
-
#: includes/class-freemius.php:
|
658 |
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
659 |
msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
660 |
|
661 |
-
#: includes/class-freemius.php:
|
662 |
msgid "Premium add-on version already installed."
|
663 |
msgstr "Premium add-on version already installed."
|
664 |
|
665 |
-
#: includes/class-freemius.php:
|
666 |
msgid "View paid features"
|
667 |
msgstr "View paid features"
|
668 |
|
669 |
-
#: includes/class-freemius.php:
|
670 |
msgid "Thank you so much for using %s and its add-ons!"
|
671 |
msgstr "Thank you so much for using %s and its add-ons!"
|
672 |
|
673 |
-
#: includes/class-freemius.php:
|
674 |
msgid "Thank you so much for using %s!"
|
675 |
msgstr "Thank you so much for using %s!"
|
676 |
|
677 |
-
#: includes/class-freemius.php:
|
678 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
679 |
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
680 |
|
681 |
-
#: includes/class-freemius.php:
|
682 |
msgid "Thank you so much for using our products!"
|
683 |
msgstr "Thank you so much for using our products!"
|
684 |
|
685 |
-
#: includes/class-freemius.php:
|
686 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
687 |
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
688 |
|
689 |
-
#: includes/class-freemius.php:
|
690 |
msgid "%s and its add-ons"
|
691 |
msgstr "%s and its add-ons"
|
692 |
|
693 |
-
#: includes/class-freemius.php:
|
694 |
msgid "Products"
|
695 |
msgstr "Products"
|
696 |
|
697 |
-
#: includes/class-freemius.php:
|
698 |
msgid "Yes"
|
699 |
msgstr "Yes"
|
700 |
|
701 |
-
#: includes/class-freemius.php:
|
702 |
msgid "send me security & feature updates, educational content and offers."
|
703 |
msgstr "send me security & feature updates, educational content and offers."
|
704 |
|
705 |
-
#: includes/class-freemius.php:
|
706 |
msgid "No"
|
707 |
msgstr "No"
|
708 |
|
709 |
-
#: includes/class-freemius.php:
|
710 |
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
711 |
msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
|
712 |
|
713 |
-
#: includes/class-freemius.php:
|
714 |
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 🙂"
|
715 |
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 🙂"
|
716 |
|
717 |
-
#: includes/class-freemius.php:
|
718 |
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
719 |
msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
720 |
|
721 |
-
#: includes/class-freemius.php:
|
722 |
msgid "License key is empty."
|
723 |
msgstr "License key is empty."
|
724 |
|
725 |
-
#: includes/class-fs-plugin-updater.php:184,
|
726 |
-
msgid "
|
727 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
728 |
|
729 |
-
#: includes/class-fs-plugin-updater.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
730 |
msgid "Installing plugin: %s"
|
731 |
msgstr "Installing plugin: %s"
|
732 |
|
733 |
-
#: includes/class-fs-plugin-updater.php:
|
734 |
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
735 |
msgstr "Unable to connect to the filesystem. Please confirm your credentials."
|
736 |
|
737 |
-
#: includes/class-fs-plugin-updater.php:
|
738 |
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
739 |
msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
740 |
|
741 |
-
#: includes/fs-plugin-info-dialog.php:
|
742 |
msgctxt "verb"
|
743 |
msgid "Purchase"
|
744 |
msgstr "Purchase"
|
745 |
|
746 |
-
#: includes/fs-plugin-info-dialog.php:
|
747 |
msgid "Start my free %s"
|
748 |
msgstr "Start my free %s"
|
749 |
|
750 |
-
#: includes/fs-plugin-info-dialog.php:
|
751 |
msgid "Install Free Version Now"
|
752 |
msgstr "Install Free Version Now"
|
753 |
|
754 |
-
#: includes/fs-plugin-info-dialog.php:
|
755 |
msgid "Install Now"
|
756 |
msgstr "Install Now"
|
757 |
|
758 |
-
#: includes/fs-plugin-info-dialog.php:
|
759 |
msgctxt "as download latest version"
|
760 |
msgid "Download Latest Free Version"
|
761 |
msgstr "Download Latest Free Version"
|
762 |
|
763 |
-
#: includes/fs-plugin-info-dialog.php:
|
764 |
msgctxt "as download latest version"
|
765 |
msgid "Download Latest"
|
766 |
msgstr "Download Latest"
|
767 |
|
768 |
-
#: includes/fs-plugin-info-dialog.php:
|
769 |
msgid "Install Free Version Update Now"
|
770 |
msgstr "Install Free Version Update Now"
|
771 |
|
772 |
-
#: includes/fs-plugin-info-dialog.php:
|
773 |
msgid "Install Update Now"
|
774 |
msgstr "Install Update Now"
|
775 |
|
776 |
-
#: includes/fs-plugin-info-dialog.php:
|
777 |
msgid "Newer Free Version (%s) Installed"
|
778 |
msgstr "Newer Free Version (%s) Installed"
|
779 |
|
780 |
-
#: includes/fs-plugin-info-dialog.php:
|
781 |
msgid "Newer Version (%s) Installed"
|
782 |
msgstr "Newer Version (%s) Installed"
|
783 |
|
784 |
-
#: includes/fs-plugin-info-dialog.php:
|
785 |
msgid "Latest Free Version Installed"
|
786 |
msgstr "Latest Free Version Installed"
|
787 |
|
788 |
-
#: includes/fs-plugin-info-dialog.php:
|
789 |
msgid "Latest Version Installed"
|
790 |
msgstr "Latest Version Installed"
|
791 |
|
792 |
-
#: includes/fs-plugin-info-dialog.php:
|
793 |
msgctxt "Plugin installer section title"
|
794 |
msgid "Description"
|
795 |
msgstr "Description"
|
796 |
|
797 |
-
#: includes/fs-plugin-info-dialog.php:
|
798 |
msgctxt "Plugin installer section title"
|
799 |
msgid "Installation"
|
800 |
msgstr "Installation"
|
801 |
|
802 |
-
#: includes/fs-plugin-info-dialog.php:
|
803 |
msgctxt "Plugin installer section title"
|
804 |
msgid "FAQ"
|
805 |
msgstr "FAQ"
|
806 |
|
807 |
-
#: includes/fs-plugin-info-dialog.php:
|
808 |
msgid "Screenshots"
|
809 |
msgstr "Screenshots"
|
810 |
|
811 |
-
#: includes/fs-plugin-info-dialog.php:
|
812 |
msgctxt "Plugin installer section title"
|
813 |
msgid "Changelog"
|
814 |
msgstr "Changelog"
|
815 |
|
816 |
-
#: includes/fs-plugin-info-dialog.php:
|
817 |
msgctxt "Plugin installer section title"
|
818 |
msgid "Reviews"
|
819 |
msgstr "Reviews"
|
820 |
|
821 |
-
#: includes/fs-plugin-info-dialog.php:
|
822 |
msgctxt "Plugin installer section title"
|
823 |
msgid "Other Notes"
|
824 |
msgstr "Other Notes"
|
825 |
|
826 |
-
#: includes/fs-plugin-info-dialog.php:
|
827 |
msgctxt "Plugin installer section title"
|
828 |
msgid "Features & Pricing"
|
829 |
msgstr "Features & Pricing"
|
830 |
|
831 |
-
#: includes/fs-plugin-info-dialog.php:
|
832 |
msgid "Plugin Install"
|
833 |
msgstr "Plugin Install"
|
834 |
|
835 |
-
#: includes/fs-plugin-info-dialog.php:
|
836 |
msgctxt "e.g. Professional Plan"
|
837 |
msgid "%s Plan"
|
838 |
msgstr "%s Plan"
|
839 |
|
840 |
-
#: includes/fs-plugin-info-dialog.php:
|
841 |
msgctxt "e.g. the best product"
|
842 |
msgid "Best"
|
843 |
msgstr "Best"
|
844 |
|
845 |
-
#: includes/fs-plugin-info-dialog.php:
|
846 |
msgctxt "as every month"
|
847 |
msgid "Monthly"
|
848 |
msgstr "Monthly"
|
849 |
|
850 |
-
#: includes/fs-plugin-info-dialog.php:
|
851 |
msgctxt "as once a year"
|
852 |
msgid "Annual"
|
853 |
msgstr "Annual"
|
854 |
|
855 |
-
#: includes/fs-plugin-info-dialog.php:
|
856 |
msgid "Lifetime"
|
857 |
msgstr "Lifetime"
|
858 |
|
859 |
-
#: includes/fs-plugin-info-dialog.php:
|
860 |
msgctxt "e.g. billed monthly"
|
861 |
msgid "Billed %s"
|
862 |
msgstr "Billed %s"
|
863 |
|
864 |
-
#: includes/fs-plugin-info-dialog.php:
|
865 |
msgctxt "as once a year"
|
866 |
msgid "Annually"
|
867 |
msgstr "Annually"
|
868 |
|
869 |
-
#: includes/fs-plugin-info-dialog.php:
|
870 |
msgctxt "as once a year"
|
871 |
msgid "Once"
|
872 |
msgstr "Once"
|
873 |
|
874 |
-
#: includes/fs-plugin-info-dialog.php:
|
875 |
msgid "Single Site License"
|
876 |
msgstr "Single Site License"
|
877 |
|
878 |
-
#: includes/fs-plugin-info-dialog.php:
|
879 |
msgid "Unlimited Licenses"
|
880 |
msgstr "Unlimited Licenses"
|
881 |
|
882 |
-
#: includes/fs-plugin-info-dialog.php:
|
883 |
msgid "Up to %s Sites"
|
884 |
msgstr "Up to %s Sites"
|
885 |
|
886 |
-
#: includes/fs-plugin-info-dialog.php:
|
887 |
msgctxt "as monthly period"
|
888 |
msgid "mo"
|
889 |
msgstr "mo"
|
890 |
|
891 |
-
#: includes/fs-plugin-info-dialog.php:
|
892 |
msgctxt "as annual period"
|
893 |
msgid "year"
|
894 |
msgstr "year"
|
895 |
|
896 |
-
#: includes/fs-plugin-info-dialog.php:
|
897 |
msgctxt "noun"
|
898 |
msgid "Price"
|
899 |
msgstr "Price"
|
900 |
|
901 |
-
#: includes/fs-plugin-info-dialog.php:
|
902 |
msgid "Save %s"
|
903 |
msgstr "Save %s"
|
904 |
|
905 |
-
#: includes/fs-plugin-info-dialog.php:
|
906 |
msgid "No commitment for %s - cancel anytime"
|
907 |
msgstr "No commitment for %s - cancel anytime"
|
908 |
|
909 |
-
#: includes/fs-plugin-info-dialog.php:
|
910 |
msgid "After your free %s, pay as little as %s"
|
911 |
msgstr "After your free %s, pay as little as %s"
|
912 |
|
913 |
-
#: includes/fs-plugin-info-dialog.php:
|
914 |
msgid "Details"
|
915 |
msgstr "Details"
|
916 |
|
917 |
-
#: includes/fs-plugin-info-dialog.php:
|
918 |
msgctxt "product version"
|
919 |
msgid "Version"
|
920 |
msgstr "Version"
|
921 |
|
922 |
-
#: includes/fs-plugin-info-dialog.php:
|
923 |
msgctxt "as the plugin author"
|
924 |
msgid "Author"
|
925 |
msgstr "Author"
|
926 |
|
927 |
-
#: includes/fs-plugin-info-dialog.php:
|
928 |
msgid "Last Updated"
|
929 |
msgstr "Last Updated"
|
930 |
|
931 |
-
#: includes/fs-plugin-info-dialog.php:
|
932 |
msgctxt "x-ago"
|
933 |
msgid "%s ago"
|
934 |
msgstr "%s ago"
|
935 |
|
936 |
-
#: includes/fs-plugin-info-dialog.php:
|
937 |
msgid "Requires WordPress Version"
|
938 |
msgstr "Requires WordPress Version"
|
939 |
|
940 |
-
#: includes/fs-plugin-info-dialog.php:
|
941 |
msgid "%s or higher"
|
942 |
msgstr "%s or higher"
|
943 |
|
944 |
-
#: includes/fs-plugin-info-dialog.php:
|
945 |
msgid "Compatible up to"
|
946 |
msgstr "Compatible up to"
|
947 |
|
948 |
-
#: includes/fs-plugin-info-dialog.php:
|
949 |
msgid "Downloaded"
|
950 |
msgstr "Downloaded"
|
951 |
|
952 |
-
#: includes/fs-plugin-info-dialog.php:
|
953 |
msgid "%s time"
|
954 |
msgstr "%s time"
|
955 |
|
956 |
-
#: includes/fs-plugin-info-dialog.php:
|
957 |
msgid "%s times"
|
958 |
msgstr "%s times"
|
959 |
|
960 |
-
#: includes/fs-plugin-info-dialog.php:
|
961 |
msgid "WordPress.org Plugin Page"
|
962 |
msgstr "WordPress.org Plugin Page"
|
963 |
|
964 |
-
#: includes/fs-plugin-info-dialog.php:
|
965 |
msgid "Plugin Homepage"
|
966 |
msgstr "Plugin Homepage"
|
967 |
|
968 |
-
#: includes/fs-plugin-info-dialog.php:
|
969 |
msgid "Donate to this plugin"
|
970 |
msgstr "Donate to this plugin"
|
971 |
|
972 |
-
#: includes/fs-plugin-info-dialog.php:
|
973 |
msgid "Average Rating"
|
974 |
msgstr "Average Rating"
|
975 |
|
976 |
-
#: includes/fs-plugin-info-dialog.php:
|
977 |
msgid "based on %s"
|
978 |
msgstr "based on %s"
|
979 |
|
980 |
-
#: includes/fs-plugin-info-dialog.php:
|
981 |
msgid "%s rating"
|
982 |
msgstr "%s rating"
|
983 |
|
984 |
-
#: includes/fs-plugin-info-dialog.php:
|
985 |
msgid "%s ratings"
|
986 |
msgstr "%s ratings"
|
987 |
|
988 |
-
#: includes/fs-plugin-info-dialog.php:
|
989 |
msgid "%s star"
|
990 |
msgstr "%s star"
|
991 |
|
992 |
-
#: includes/fs-plugin-info-dialog.php:
|
993 |
msgid "%s stars"
|
994 |
msgstr "%s stars"
|
995 |
|
996 |
-
#: includes/fs-plugin-info-dialog.php:
|
997 |
msgid "Click to see reviews that provided a rating of %s"
|
998 |
msgstr "Click to see reviews that provided a rating of %s"
|
999 |
|
1000 |
-
#: includes/fs-plugin-info-dialog.php:
|
1001 |
msgid "Contributors"
|
1002 |
msgstr "Contributors"
|
1003 |
|
1004 |
-
#: includes/fs-plugin-info-dialog.php:
|
1005 |
msgid "Warning"
|
1006 |
msgstr "Warning"
|
1007 |
|
1008 |
-
#: includes/fs-plugin-info-dialog.php:
|
1009 |
msgid "This plugin has not been tested with your current version of WordPress."
|
1010 |
msgstr "This plugin has not been tested with your current version of WordPress."
|
1011 |
|
1012 |
-
#: includes/fs-plugin-info-dialog.php:
|
1013 |
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1014 |
msgstr "This plugin has not been marked as compatible with your version of WordPress."
|
1015 |
|
1016 |
-
#: includes/fs-plugin-info-dialog.php:
|
1017 |
msgid "Paid add-on must be deployed to Freemius."
|
1018 |
msgstr "Paid add-on must be deployed to Freemius."
|
1019 |
|
1020 |
-
#: includes/fs-plugin-info-dialog.php:
|
1021 |
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1022 |
msgstr "Add-on must be deployed to WordPress.org or Freemius."
|
1023 |
|
1024 |
-
#: templates/account.php:81, templates/account/partials/addon.php:22, templates/account/partials/site.php:295
|
1025 |
-
msgid "Downgrading your plan
|
1026 |
-
msgstr "Downgrading your plan
|
|
|
|
|
|
|
|
|
1027 |
|
1028 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1029 |
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1030 |
msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1031 |
|
1032 |
-
#: templates/account.php:
|
1033 |
-
msgid "You can still enjoy all %s features but you will not have access to %s updates
|
1034 |
-
msgstr "You can still enjoy all %s features but you will not have access to %s updates
|
1035 |
|
1036 |
-
#: templates/account.php:
|
1037 |
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1038 |
msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1039 |
|
1040 |
#. translators: %s: Plan title (e.g. "Professional")
|
1041 |
-
#: templates/account.php:
|
1042 |
msgid "Activate %s Plan"
|
1043 |
msgstr "Activate %s Plan"
|
1044 |
|
1045 |
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1046 |
-
#: templates/account.php:
|
1047 |
msgid "Auto renews in %s"
|
1048 |
msgstr "Auto renews in %s"
|
1049 |
|
1050 |
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1051 |
-
#: templates/account.php:
|
1052 |
msgid "Expires in %s"
|
1053 |
msgstr "Expires in %s"
|
1054 |
|
1055 |
-
#: templates/account.php:
|
1056 |
msgctxt "as synchronize license"
|
1057 |
msgid "Sync License"
|
1058 |
msgstr "Sync License"
|
1059 |
|
1060 |
-
#: templates/account.php:
|
1061 |
msgid "Cancel Trial"
|
1062 |
msgstr "Cancel Trial"
|
1063 |
|
1064 |
-
#: templates/account.php:
|
1065 |
msgid "Change Plan"
|
1066 |
msgstr "Change Plan"
|
1067 |
|
1068 |
-
#: templates/account.php:
|
1069 |
msgctxt "verb"
|
1070 |
msgid "Upgrade"
|
1071 |
msgstr "Upgrade"
|
1072 |
|
1073 |
-
#: templates/account.php:
|
1074 |
msgctxt "verb"
|
1075 |
msgid "Downgrade"
|
1076 |
msgstr "Downgrade"
|
1077 |
|
1078 |
-
#: templates/account.php:
|
1079 |
msgid "Free"
|
1080 |
msgstr "Free"
|
1081 |
|
1082 |
-
#: templates/account.php:
|
1083 |
msgid "Activate"
|
1084 |
msgstr "Activate"
|
1085 |
|
1086 |
-
#: templates/account.php:
|
1087 |
msgctxt "as product pricing plan"
|
1088 |
msgid "Plan"
|
1089 |
msgstr "Plan"
|
1090 |
|
1091 |
-
#: templates/account.php:
|
1092 |
msgid "Free Trial"
|
1093 |
msgstr "Free Trial"
|
1094 |
|
1095 |
-
#: templates/account.php:
|
1096 |
msgid "Account Details"
|
1097 |
msgstr "Account Details"
|
1098 |
|
1099 |
-
#: templates/account.php:
|
1100 |
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?"
|
1101 |
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?"
|
1102 |
|
1103 |
-
#: templates/account.php:
|
1104 |
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?"
|
1105 |
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?"
|
1106 |
|
1107 |
-
#: templates/account.php:
|
1108 |
msgid "Delete Account"
|
1109 |
msgstr "Delete Account"
|
1110 |
|
1111 |
-
#: templates/account.php:
|
1112 |
msgid "Deactivate License"
|
1113 |
msgstr "Deactivate License"
|
1114 |
|
1115 |
-
#: templates/account.php:
|
1116 |
msgid "Are you sure you want to proceed?"
|
1117 |
msgstr "Are you sure you want to proceed?"
|
1118 |
|
1119 |
-
#: templates/account.php:
|
1120 |
msgid "Cancel Subscription"
|
1121 |
msgstr "Cancel Subscription"
|
1122 |
|
1123 |
-
#: templates/account.php:
|
1124 |
msgctxt "as synchronize"
|
1125 |
msgid "Sync"
|
1126 |
msgstr "Sync"
|
1127 |
|
1128 |
-
#: templates/account.php:
|
1129 |
msgid "Name"
|
1130 |
msgstr "Name"
|
1131 |
|
1132 |
-
#: templates/account.php:
|
1133 |
msgid "Email"
|
1134 |
msgstr "Email"
|
1135 |
|
1136 |
-
#: templates/account.php:
|
1137 |
msgid "User ID"
|
1138 |
msgstr "User ID"
|
1139 |
|
1140 |
-
#: templates/account.php:
|
1141 |
msgid "Site ID"
|
1142 |
msgstr "Site ID"
|
1143 |
|
1144 |
-
#: templates/account.php:
|
1145 |
msgid "No ID"
|
1146 |
msgstr "No ID"
|
1147 |
|
1148 |
-
#: templates/account.php:
|
1149 |
msgid "Public Key"
|
1150 |
msgstr "Public Key"
|
1151 |
|
1152 |
-
#: templates/account.php:
|
1153 |
msgid "Secret Key"
|
1154 |
msgstr "Secret Key"
|
1155 |
|
1156 |
-
#: templates/account.php:
|
1157 |
msgctxt "as secret encryption key missing"
|
1158 |
msgid "No Secret"
|
1159 |
msgstr "No Secret"
|
1160 |
|
1161 |
-
#: templates/account.php:
|
1162 |
msgid "Trial"
|
1163 |
msgstr "Trial"
|
1164 |
|
1165 |
-
#: templates/account.php:
|
1166 |
msgid "License Key"
|
1167 |
msgstr "License Key"
|
1168 |
|
1169 |
-
#: templates/account.php:
|
1170 |
msgid "not verified"
|
1171 |
msgstr "not verified"
|
1172 |
|
1173 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
1174 |
msgid "Premium version"
|
1175 |
msgstr "Premium version"
|
1176 |
|
1177 |
-
#: templates/account.php:
|
1178 |
msgid "Free version"
|
1179 |
msgstr "Free version"
|
1180 |
|
1181 |
-
#: templates/account.php:
|
1182 |
msgid "Verify Email"
|
1183 |
msgstr "Verify Email"
|
1184 |
|
1185 |
-
#: templates/account.php:
|
1186 |
msgid "Download %s Version"
|
1187 |
msgstr "Download %s Version"
|
1188 |
|
1189 |
-
#: templates/account.php:
|
1190 |
msgctxt "verb"
|
1191 |
msgid "Show"
|
1192 |
msgstr "Show"
|
1193 |
|
1194 |
-
#: templates/account.php:
|
1195 |
msgid "What is your %s?"
|
1196 |
msgstr "What is your %s?"
|
1197 |
|
1198 |
-
#: templates/account.php:
|
1199 |
msgctxt "verb"
|
1200 |
msgid "Edit"
|
1201 |
msgstr "Edit"
|
1202 |
|
1203 |
-
#: templates/account.php:
|
1204 |
msgid "Sites"
|
1205 |
msgstr "Sites"
|
1206 |
|
1207 |
-
#: templates/account.php:
|
1208 |
msgid "Search by address"
|
1209 |
msgstr "Search by address"
|
1210 |
|
1211 |
-
#: templates/account.php:
|
1212 |
msgid "ID"
|
1213 |
msgstr "ID"
|
1214 |
|
1215 |
-
#: templates/account.php:
|
1216 |
msgid "Address"
|
1217 |
msgstr "Address"
|
1218 |
|
1219 |
-
#: templates/account.php:
|
1220 |
msgid "License"
|
1221 |
msgstr "License"
|
1222 |
|
1223 |
-
#: templates/account.php:
|
1224 |
msgid "Plan"
|
1225 |
msgstr "Plan"
|
1226 |
|
1227 |
-
#: templates/account.php:
|
1228 |
msgctxt "as software license"
|
1229 |
msgid "License"
|
1230 |
msgstr "License"
|
1231 |
|
1232 |
-
#: templates/account.php:
|
1233 |
msgctxt "verb"
|
1234 |
msgid "Hide"
|
1235 |
msgstr "Hide"
|
1236 |
|
1237 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1238 |
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?"
|
1239 |
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?"
|
1240 |
|
@@ -1246,7 +1325,7 @@ msgstr "Add Ons for %s"
|
|
1246 |
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."
|
1247 |
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."
|
1248 |
|
1249 |
-
#: templates/add-ons.php:
|
1250 |
msgid "View details"
|
1251 |
msgstr "View details"
|
1252 |
|
@@ -1284,162 +1363,166 @@ msgid "PCI compliant"
|
|
1284 |
msgstr "PCI compliant"
|
1285 |
|
1286 |
#. translators: %s: name (e.g. Hey John,)
|
1287 |
-
#: templates/connect.php:
|
1288 |
msgctxt "greeting"
|
1289 |
msgid "Hey %s,"
|
1290 |
msgstr "Hey %s,"
|
1291 |
|
1292 |
-
#: templates/connect.php:
|
1293 |
msgid "Allow & Continue"
|
1294 |
msgstr "Allow & Continue"
|
1295 |
|
1296 |
-
#: templates/connect.php:
|
1297 |
msgid "Re-send activation email"
|
1298 |
msgstr "Re-send activation email"
|
1299 |
|
1300 |
-
#: templates/connect.php:
|
1301 |
msgid "Thanks %s!"
|
1302 |
msgstr "Thanks %s!"
|
1303 |
|
1304 |
-
#: templates/connect.php:
|
1305 |
msgid "Agree & Activate License"
|
1306 |
msgstr "Agree & Activate License"
|
1307 |
|
1308 |
-
#: templates/connect.php:
|
1309 |
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1310 |
msgstr "Thanks for purchasing %s! To get started, please enter your license key:"
|
1311 |
|
1312 |
-
#: templates/connect.php:
|
1313 |
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."
|
1314 |
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."
|
1315 |
|
1316 |
-
#: templates/connect.php:
|
1317 |
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1318 |
msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1319 |
|
1320 |
-
#: templates/connect.php:
|
1321 |
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."
|
1322 |
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."
|
1323 |
|
1324 |
-
#: templates/connect.php:
|
1325 |
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."
|
1326 |
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."
|
1327 |
|
1328 |
-
#: templates/connect.php:
|
1329 |
msgid "We're excited to introduce the Freemius network-level integration."
|
1330 |
msgstr "We're excited to introduce the Freemius network-level integration."
|
1331 |
|
1332 |
-
#: templates/connect.php:
|
1333 |
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1334 |
msgstr "During the update process we detected %d site(s) that are still pending license activation."
|
1335 |
|
1336 |
-
#: templates/connect.php:
|
1337 |
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1338 |
msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1339 |
|
1340 |
-
#: templates/connect.php:
|
1341 |
msgid "%s's paid features"
|
1342 |
msgstr "%s's paid features"
|
1343 |
|
1344 |
-
#: templates/connect.php:
|
1345 |
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1346 |
msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1347 |
|
1348 |
-
#: templates/connect.php:
|
1349 |
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1350 |
msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1351 |
|
1352 |
-
#: templates/connect.php:
|
1353 |
msgid "License key"
|
1354 |
msgstr "License key"
|
1355 |
|
1356 |
-
#: templates/connect.php:
|
1357 |
msgid "Can't find your license key?"
|
1358 |
msgstr "Can't find your license key?"
|
1359 |
|
1360 |
-
#: templates/connect.php:
|
1361 |
msgctxt "verb"
|
1362 |
msgid "Skip"
|
1363 |
msgstr "Skip"
|
1364 |
|
1365 |
-
#: templates/connect.php:
|
1366 |
msgid "Delegate to Site Admins"
|
1367 |
msgstr "Delegate to Site Admins"
|
1368 |
|
1369 |
-
#: templates/connect.php:
|
1370 |
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1371 |
msgstr "If you click it, this decision will be delegated to the sites administrators."
|
1372 |
|
1373 |
-
#: templates/connect.php:
|
1374 |
msgid "Your Profile Overview"
|
1375 |
msgstr "Your Profile Overview"
|
1376 |
|
1377 |
-
#: templates/connect.php:
|
1378 |
msgid "Name and email address"
|
1379 |
msgstr "Name and email address"
|
1380 |
|
1381 |
-
#: templates/connect.php:
|
1382 |
msgid "Your Site Overview"
|
1383 |
msgstr "Your Site Overview"
|
1384 |
|
1385 |
-
#: templates/connect.php:
|
1386 |
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1387 |
msgstr "Site URL, WP version, PHP info, plugins & themes"
|
1388 |
|
1389 |
-
#: templates/connect.php:
|
1390 |
msgid "Admin Notices"
|
1391 |
msgstr "Admin Notices"
|
1392 |
|
1393 |
-
#: templates/connect.php:
|
1394 |
msgid "Updates, announcements, marketing, no spam"
|
1395 |
msgstr "Updates, announcements, marketing, no spam"
|
1396 |
|
1397 |
-
#: templates/connect.php:
|
1398 |
msgid "Current %s Events"
|
1399 |
msgstr "Current %s Events"
|
1400 |
|
1401 |
-
#: templates/connect.php:
|
1402 |
msgid "Activation, deactivation and uninstall"
|
1403 |
msgstr "Activation, deactivation and uninstall"
|
1404 |
|
1405 |
-
#: templates/connect.php:
|
1406 |
msgid "Newsletter"
|
1407 |
msgstr "Newsletter"
|
1408 |
|
1409 |
-
#: templates/connect.php:
|
1410 |
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."
|
1411 |
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."
|
1412 |
|
1413 |
-
#: templates/connect.php:
|
1414 |
msgid "What permissions are being granted?"
|
1415 |
msgstr "What permissions are being granted?"
|
1416 |
|
1417 |
-
#: templates/connect.php:
|
1418 |
msgid "Don't have a license key?"
|
1419 |
msgstr "Don't have a license key?"
|
1420 |
|
1421 |
-
#: templates/connect.php:
|
1422 |
msgid "Activate Free Version"
|
1423 |
msgstr "Activate Free Version"
|
1424 |
|
1425 |
-
#: templates/connect.php:
|
1426 |
msgid "Have a license key?"
|
1427 |
msgstr "Have a license key?"
|
1428 |
|
1429 |
-
#: templates/connect.php:
|
1430 |
msgid "Privacy Policy"
|
1431 |
msgstr "Privacy Policy"
|
1432 |
|
1433 |
-
#: templates/connect.php:
|
|
|
|
|
|
|
|
|
1434 |
msgid "Terms of Service"
|
1435 |
msgstr "Terms of Service"
|
1436 |
|
1437 |
-
#: templates/connect.php:
|
1438 |
msgctxt "as in the process of sending an email"
|
1439 |
msgid "Sending email"
|
1440 |
msgstr "Sending email"
|
1441 |
|
1442 |
-
#: templates/connect.php:
|
1443 |
msgctxt "as activating plugin"
|
1444 |
msgid "Activating"
|
1445 |
msgstr "Activating"
|
@@ -1467,7 +1550,7 @@ msgctxt "as code debugging"
|
|
1467 |
msgid "Debugging"
|
1468 |
msgstr "Debugging"
|
1469 |
|
1470 |
-
#: templates/debug.php:54, templates/debug.php:
|
1471 |
msgid "Actions"
|
1472 |
msgstr "Actions"
|
1473 |
|
@@ -1491,194 +1574,198 @@ msgstr "Clear Updates Transients"
|
|
1491 |
msgid "Sync Data From Server"
|
1492 |
msgstr "Sync Data From Server"
|
1493 |
|
1494 |
-
#: templates/debug.php:
|
|
|
|
|
|
|
|
|
1495 |
msgid "Load DB Option"
|
1496 |
msgstr "Load DB Option"
|
1497 |
|
1498 |
-
#: templates/debug.php:
|
1499 |
msgid "Set DB Option"
|
1500 |
msgstr "Set DB Option"
|
1501 |
|
1502 |
-
#: templates/debug.php:
|
1503 |
msgid "Key"
|
1504 |
msgstr "Key"
|
1505 |
|
1506 |
-
#: templates/debug.php:
|
1507 |
msgid "Value"
|
1508 |
msgstr "Value"
|
1509 |
|
1510 |
-
#: templates/debug.php:
|
1511 |
msgctxt "as software development kit versions"
|
1512 |
msgid "SDK Versions"
|
1513 |
msgstr "SDK Versions"
|
1514 |
|
1515 |
-
#: templates/debug.php:
|
1516 |
msgid "SDK Path"
|
1517 |
msgstr "SDK Path"
|
1518 |
|
1519 |
-
#: templates/debug.php:
|
1520 |
msgid "Module Path"
|
1521 |
msgstr "Module Path"
|
1522 |
|
1523 |
-
#: templates/debug.php:
|
1524 |
msgid "Is Active"
|
1525 |
msgstr "Is Active"
|
1526 |
|
1527 |
-
#: templates/debug.php:
|
1528 |
msgid "Plugins"
|
1529 |
msgstr "Plugins"
|
1530 |
|
1531 |
-
#: templates/debug.php:
|
1532 |
msgid "Themes"
|
1533 |
msgstr "Themes"
|
1534 |
|
1535 |
-
#: templates/debug.php:
|
1536 |
msgid "Slug"
|
1537 |
msgstr "Slug"
|
1538 |
|
1539 |
-
#: templates/debug.php:
|
1540 |
msgid "Title"
|
1541 |
msgstr "Title"
|
1542 |
|
1543 |
-
#: templates/debug.php:
|
1544 |
msgctxt "as application program interface"
|
1545 |
msgid "API"
|
1546 |
msgstr "API"
|
1547 |
|
1548 |
-
#: templates/debug.php:
|
1549 |
msgid "Freemius State"
|
1550 |
msgstr "Freemius State"
|
1551 |
|
1552 |
-
#: templates/debug.php:
|
1553 |
msgid "Network Blog"
|
1554 |
msgstr "Network Blog"
|
1555 |
|
1556 |
-
#: templates/debug.php:
|
1557 |
msgid "Network User"
|
1558 |
msgstr "Network User"
|
1559 |
|
1560 |
-
#: templates/debug.php:
|
1561 |
msgctxt "as connection was successful"
|
1562 |
msgid "Connected"
|
1563 |
msgstr "Connected"
|
1564 |
|
1565 |
-
#: templates/debug.php:
|
1566 |
msgctxt "as connection blocked"
|
1567 |
msgid "Blocked"
|
1568 |
msgstr "Blocked"
|
1569 |
|
1570 |
-
#: templates/debug.php:
|
1571 |
-
msgid "Simulate Trial"
|
1572 |
-
msgstr "Simulate Trial"
|
1573 |
|
1574 |
-
#: templates/debug.php:
|
1575 |
msgid "Simulate Network Upgrade"
|
1576 |
msgstr "Simulate Network Upgrade"
|
1577 |
|
1578 |
-
#: templates/debug.php:
|
1579 |
msgid "%s Installs"
|
1580 |
msgstr "%s Installs"
|
1581 |
|
1582 |
-
#: templates/debug.php:
|
1583 |
msgctxt "like websites"
|
1584 |
msgid "Sites"
|
1585 |
msgstr "Sites"
|
1586 |
|
1587 |
-
#: templates/debug.php:
|
1588 |
msgid "Blog ID"
|
1589 |
msgstr "Blog ID"
|
1590 |
|
1591 |
-
#: templates/debug.php:
|
1592 |
msgctxt "verb"
|
1593 |
msgid "Delete"
|
1594 |
msgstr "Delete"
|
1595 |
|
1596 |
-
#: templates/debug.php:
|
1597 |
msgid "Add Ons of module %s"
|
1598 |
msgstr "Add Ons of module %s"
|
1599 |
|
1600 |
-
#: templates/debug.php:
|
1601 |
msgid "Users"
|
1602 |
msgstr "Users"
|
1603 |
|
1604 |
-
#: templates/debug.php:
|
1605 |
msgid "Verified"
|
1606 |
msgstr "Verified"
|
1607 |
|
1608 |
-
#: templates/debug.php:
|
1609 |
msgid "%s Licenses"
|
1610 |
msgstr "%s Licenses"
|
1611 |
|
1612 |
-
#: templates/debug.php:
|
1613 |
msgid "Plugin ID"
|
1614 |
msgstr "Plugin ID"
|
1615 |
|
1616 |
-
#: templates/debug.php:
|
1617 |
msgid "Plan ID"
|
1618 |
msgstr "Plan ID"
|
1619 |
|
1620 |
-
#: templates/debug.php:
|
1621 |
msgid "Quota"
|
1622 |
msgstr "Quota"
|
1623 |
|
1624 |
-
#: templates/debug.php:
|
1625 |
msgid "Activated"
|
1626 |
msgstr "Activated"
|
1627 |
|
1628 |
-
#: templates/debug.php:
|
1629 |
msgid "Blocking"
|
1630 |
msgstr "Blocking"
|
1631 |
|
1632 |
-
#: templates/debug.php:
|
1633 |
msgctxt "as expiration date"
|
1634 |
msgid "Expiration"
|
1635 |
msgstr "Expiration"
|
1636 |
|
1637 |
-
#: templates/debug.php:
|
1638 |
msgid "Debug Log"
|
1639 |
msgstr "Debug Log"
|
1640 |
|
1641 |
-
#: templates/debug.php:
|
1642 |
msgid "All Types"
|
1643 |
msgstr "All Types"
|
1644 |
|
1645 |
-
#: templates/debug.php:
|
1646 |
msgid "All Requests"
|
1647 |
msgstr "All Requests"
|
1648 |
|
1649 |
-
#: templates/debug.php:
|
1650 |
msgid "File"
|
1651 |
msgstr "File"
|
1652 |
|
1653 |
-
#: templates/debug.php:
|
1654 |
msgid "Function"
|
1655 |
msgstr "Function"
|
1656 |
|
1657 |
-
#: templates/debug.php:
|
1658 |
msgid "Process ID"
|
1659 |
msgstr "Process ID"
|
1660 |
|
1661 |
-
#: templates/debug.php:
|
1662 |
msgid "Logger"
|
1663 |
msgstr "Logger"
|
1664 |
|
1665 |
-
#: templates/debug.php:
|
1666 |
msgid "Message"
|
1667 |
msgstr "Message"
|
1668 |
|
1669 |
-
#: templates/debug.php:
|
1670 |
msgid "Filter"
|
1671 |
msgstr "Filter"
|
1672 |
|
1673 |
-
#: templates/debug.php:
|
1674 |
msgid "Download"
|
1675 |
msgstr "Download"
|
1676 |
|
1677 |
-
#: templates/debug.php:
|
1678 |
msgid "Type"
|
1679 |
msgstr "Type"
|
1680 |
|
1681 |
-
#: templates/debug.php:
|
1682 |
msgid "Timestamp"
|
1683 |
msgstr "Timestamp"
|
1684 |
|
@@ -2022,23 +2109,19 @@ msgstr "Usage tracking is done in the name of making %s better. Making a better
|
|
2022 |
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2023 |
msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2024 |
|
2025 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2026 |
msgid "There is a new version of %s available."
|
2027 |
msgstr "There is a new version of %s available."
|
2028 |
|
2029 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2030 |
-
msgid " %
|
2031 |
-
msgstr " %
|
2032 |
|
2033 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2034 |
msgid "New Version Available"
|
2035 |
msgstr "New Version Available"
|
2036 |
|
2037 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2038 |
-
msgid "Renew license"
|
2039 |
-
msgstr "Renew license"
|
2040 |
-
|
2041 |
-
#: templates/forms/premium-versions-upgrade-handler.php:53
|
2042 |
msgctxt "close a window"
|
2043 |
msgid "Dismiss"
|
2044 |
msgstr "Dismiss"
|
@@ -2051,6 +2134,42 @@ msgstr "Send License Key"
|
|
2051 |
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2052 |
msgstr "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2053 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2054 |
#: templates/forms/trial-start.php:22
|
2055 |
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2056 |
msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
@@ -2112,19 +2231,15 @@ msgstr "%s left"
|
|
2112 |
msgid "Last license"
|
2113 |
msgstr "Last license"
|
2114 |
|
2115 |
-
#: templates/account/partials/addon.php:
|
2116 |
msgid "Cancelled"
|
2117 |
msgstr "Cancelled"
|
2118 |
|
2119 |
-
#: templates/account/partials/addon.php:
|
2120 |
-
msgid "Expired"
|
2121 |
-
msgstr "Expired"
|
2122 |
-
|
2123 |
-
#: templates/account/partials/addon.php:121
|
2124 |
msgid "No expiration"
|
2125 |
msgstr "No expiration"
|
2126 |
|
2127 |
-
#: templates/account/partials/addon.php:
|
2128 |
msgid "Activate this add-on"
|
2129 |
msgstr "Activate this add-on"
|
2130 |
|
@@ -2152,47 +2267,47 @@ msgstr "Sorry for the inconvenience and we are here to help if you give us a cha
|
|
2152 |
msgid "Contact Support"
|
2153 |
msgstr "Contact Support"
|
2154 |
|
2155 |
-
#: templates/forms/deactivation/form.php:
|
2156 |
msgid "Anonymous feedback"
|
2157 |
msgstr "Anonymous feedback"
|
2158 |
|
2159 |
-
#: templates/forms/deactivation/form.php:
|
2160 |
msgid "Deactivate"
|
2161 |
msgstr "Deactivate"
|
2162 |
|
2163 |
-
#: templates/forms/deactivation/form.php:
|
2164 |
msgid "Activate %s"
|
2165 |
msgstr "Activate %s"
|
2166 |
|
2167 |
-
#: templates/forms/deactivation/form.php:76
|
2168 |
-
msgid "Quick feedback"
|
2169 |
-
msgstr "Quick feedback"
|
2170 |
-
|
2171 |
#: templates/forms/deactivation/form.php:80
|
|
|
|
|
|
|
|
|
2172 |
msgid "If you have a moment, please let us know why you are %s"
|
2173 |
msgstr "If you have a moment, please let us know why you are %s"
|
2174 |
|
2175 |
-
#: templates/forms/deactivation/form.php:
|
2176 |
msgid "deactivating"
|
2177 |
msgstr "deactivating"
|
2178 |
|
2179 |
-
#: templates/forms/deactivation/form.php:
|
2180 |
msgid "switching"
|
2181 |
msgstr "switching"
|
2182 |
|
2183 |
-
#: templates/forms/deactivation/form.php:
|
2184 |
msgid "Submit & %s"
|
2185 |
msgstr "Submit & %s"
|
2186 |
|
2187 |
-
#: templates/forms/deactivation/form.php:
|
2188 |
msgid "Kindly tell us the reason so we can improve."
|
2189 |
msgstr "Kindly tell us the reason so we can improve."
|
2190 |
|
2191 |
-
#: templates/forms/deactivation/form.php:
|
2192 |
msgid "Yes - %s"
|
2193 |
msgstr "Yes - %s"
|
2194 |
|
2195 |
-
#: templates/forms/deactivation/form.php:
|
2196 |
msgid "Skip & %s"
|
2197 |
msgstr "Skip & %s"
|
2198 |
|
1 |
+
# Copyright (C) 2019 freemius
|
2 |
# This file is distributed under the same license as the freemius package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
19 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
20 |
"X-Poedit-SourceCharset: UTF-8\n"
|
21 |
|
22 |
+
#: includes/class-freemius.php:1688
|
23 |
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
24 |
msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
25 |
|
26 |
+
#: includes/class-freemius.php:1690
|
27 |
msgid "Error"
|
28 |
msgstr "Error"
|
29 |
|
30 |
+
#: includes/class-freemius.php:2011
|
31 |
msgid "I found a better %s"
|
32 |
msgstr "I found a better %s"
|
33 |
|
34 |
+
#: includes/class-freemius.php:2013
|
35 |
msgid "What's the %s's name?"
|
36 |
msgstr "What's the %s's name?"
|
37 |
|
38 |
+
#: includes/class-freemius.php:2019
|
39 |
msgid "It's a temporary %s. I'm just debugging an issue."
|
40 |
msgstr "It's a temporary %s. I'm just debugging an issue."
|
41 |
|
42 |
+
#: includes/class-freemius.php:2021
|
43 |
msgid "Deactivation"
|
44 |
msgstr "Deactivation"
|
45 |
|
46 |
+
#: includes/class-freemius.php:2022
|
47 |
msgid "Theme Switch"
|
48 |
msgstr "Theme Switch"
|
49 |
|
50 |
+
#: includes/class-freemius.php:2031, templates/forms/resend-key.php:24
|
51 |
msgid "Other"
|
52 |
msgstr "Other"
|
53 |
|
54 |
+
#: includes/class-freemius.php:2039
|
55 |
msgid "I no longer need the %s"
|
56 |
msgstr "I no longer need the %s"
|
57 |
|
58 |
+
#: includes/class-freemius.php:2046
|
59 |
msgid "I only needed the %s for a short period"
|
60 |
msgstr "I only needed the %s for a short period"
|
61 |
|
62 |
+
#: includes/class-freemius.php:2052
|
63 |
msgid "The %s broke my site"
|
64 |
msgstr "The %s broke my site"
|
65 |
|
66 |
+
#: includes/class-freemius.php:2059
|
67 |
msgid "The %s suddenly stopped working"
|
68 |
msgstr "The %s suddenly stopped working"
|
69 |
|
70 |
+
#: includes/class-freemius.php:2069
|
71 |
msgid "I can't pay for it anymore"
|
72 |
msgstr "I can't pay for it anymore"
|
73 |
|
74 |
+
#: includes/class-freemius.php:2071
|
75 |
msgid "What price would you feel comfortable paying?"
|
76 |
msgstr "What price would you feel comfortable paying?"
|
77 |
|
78 |
+
#: includes/class-freemius.php:2077
|
79 |
msgid "I don't like to share my information with you"
|
80 |
msgstr "I don't like to share my information with you"
|
81 |
|
82 |
+
#: includes/class-freemius.php:2098
|
83 |
msgid "The %s didn't work"
|
84 |
msgstr "The %s didn't work"
|
85 |
|
86 |
+
#: includes/class-freemius.php:2108
|
87 |
msgid "I couldn't understand how to make it work"
|
88 |
msgstr "I couldn't understand how to make it work"
|
89 |
|
90 |
+
#: includes/class-freemius.php:2116
|
91 |
msgid "The %s is great, but I need specific feature that you don't support"
|
92 |
msgstr "The %s is great, but I need specific feature that you don't support"
|
93 |
|
94 |
+
#: includes/class-freemius.php:2118
|
95 |
msgid "What feature?"
|
96 |
msgstr "What feature?"
|
97 |
|
98 |
+
#: includes/class-freemius.php:2122
|
99 |
msgid "The %s is not working"
|
100 |
msgstr "The %s is not working"
|
101 |
|
102 |
+
#: includes/class-freemius.php:2124
|
103 |
msgid "Kindly share what didn't work so we can fix it for future users..."
|
104 |
msgstr "Kindly share what didn't work so we can fix it for future users..."
|
105 |
|
106 |
+
#: includes/class-freemius.php:2128
|
107 |
msgid "It's not what I was looking for"
|
108 |
msgstr "It's not what I was looking for"
|
109 |
|
110 |
+
#: includes/class-freemius.php:2130
|
111 |
msgid "What you've been looking for?"
|
112 |
msgstr "What you've been looking for?"
|
113 |
|
114 |
+
#: includes/class-freemius.php:2134
|
115 |
msgid "The %s didn't work as expected"
|
116 |
msgstr "The %s didn't work as expected"
|
117 |
|
118 |
+
#: includes/class-freemius.php:2136
|
119 |
msgid "What did you expect?"
|
120 |
msgstr "What did you expect?"
|
121 |
|
122 |
+
#: includes/class-freemius.php:2942, templates/debug.php:20
|
123 |
msgid "Freemius Debug"
|
124 |
msgstr "Freemius Debug"
|
125 |
|
126 |
+
#: includes/class-freemius.php:3670
|
127 |
msgid "I don't know what is cURL or how to install it, help me!"
|
128 |
msgstr "I don't know what is cURL or how to install it, help me!"
|
129 |
|
130 |
+
#: includes/class-freemius.php:3672
|
131 |
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."
|
132 |
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."
|
133 |
|
134 |
+
#: includes/class-freemius.php:3679
|
135 |
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."
|
136 |
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."
|
137 |
|
138 |
+
#: includes/class-freemius.php:3784
|
139 |
msgid "Yes - do your thing"
|
140 |
msgstr "Yes - do your thing"
|
141 |
|
142 |
+
#: includes/class-freemius.php:3789
|
143 |
msgid "No - just deactivate"
|
144 |
msgstr "No - just deactivate"
|
145 |
|
146 |
+
#: includes/class-freemius.php:3834, includes/class-freemius.php:4343, includes/class-freemius.php:5442, includes/class-freemius.php:11545, includes/class-freemius.php:14916, includes/class-freemius.php:14968, includes/class-freemius.php:15030, includes/class-freemius.php:17263, includes/class-freemius.php:17273, includes/class-freemius.php:17882, includes/class-freemius.php:18742, includes/class-freemius.php:18857, includes/class-freemius.php:19001, templates/add-ons.php:43
|
147 |
msgctxt "exclamation"
|
148 |
msgid "Oops"
|
149 |
msgstr "Oops"
|
150 |
|
151 |
+
#: includes/class-freemius.php:3903
|
152 |
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."
|
153 |
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."
|
154 |
|
155 |
+
#: includes/class-freemius.php:4340
|
156 |
msgctxt "addonX cannot run without pluginY"
|
157 |
msgid "%s cannot run without %s."
|
158 |
msgstr "%s cannot run without %s."
|
159 |
|
160 |
+
#: includes/class-freemius.php:4341
|
161 |
msgctxt "addonX cannot run..."
|
162 |
msgid "%s cannot run without the plugin."
|
163 |
msgstr "%s cannot run without the plugin."
|
164 |
|
165 |
+
#: includes/class-freemius.php:4487, includes/class-freemius.php:4512, includes/class-freemius.php:17953
|
166 |
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
167 |
msgstr "Unexpected API error. Please contact the %s's author with the following error."
|
168 |
|
169 |
+
#: includes/class-freemius.php:5130
|
170 |
msgid "Premium %s version was successfully activated."
|
171 |
msgstr "Premium %s version was successfully activated."
|
172 |
|
173 |
+
#: includes/class-freemius.php:5142, includes/class-freemius.php:7004
|
174 |
msgctxt "Used to express elation, enthusiasm, or triumph (especially in electronic communication)."
|
175 |
msgid "W00t"
|
176 |
msgstr "W00t"
|
177 |
|
178 |
+
#: includes/class-freemius.php:5157
|
179 |
msgid "You have a %s license."
|
180 |
msgstr "You have a %s license."
|
181 |
|
182 |
+
#: includes/class-freemius.php:5161, includes/class-freemius.php:14337, includes/class-freemius.php:14348, includes/class-freemius.php:17177, includes/class-freemius.php:17491, includes/class-freemius.php:17557, includes/class-freemius.php:17707
|
183 |
msgctxt "interjection expressing joy or exuberance"
|
184 |
msgid "Yee-haw"
|
185 |
msgstr "Yee-haw"
|
186 |
|
187 |
+
#: includes/class-freemius.php:5425
|
188 |
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."
|
189 |
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."
|
190 |
|
191 |
+
#: includes/class-freemius.php:5429
|
192 |
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
193 |
msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
194 |
|
195 |
+
#: includes/class-freemius.php:5438, templates/add-ons.php:103, templates/account/partials/addon.php:288
|
196 |
msgid "More information about %s"
|
197 |
msgstr "More information about %s"
|
198 |
|
199 |
+
#: includes/class-freemius.php:5439
|
200 |
msgid "Purchase License"
|
201 |
msgstr "Purchase License"
|
202 |
|
203 |
+
#: includes/class-freemius.php:6372, templates/connect.php:163
|
204 |
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."
|
205 |
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."
|
206 |
|
207 |
+
#: includes/class-freemius.php:6376
|
208 |
msgid "start the trial"
|
209 |
msgstr "start the trial"
|
210 |
|
211 |
+
#: includes/class-freemius.php:6377, templates/connect.php:167
|
212 |
msgid "complete the install"
|
213 |
msgstr "complete the install"
|
214 |
|
215 |
+
#: includes/class-freemius.php:6490
|
216 |
msgid "You are just one step away - %s"
|
217 |
msgstr "You are just one step away - %s"
|
218 |
|
219 |
+
#: includes/class-freemius.php:6493
|
220 |
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
221 |
msgid "Complete \"%s\" Activation Now"
|
222 |
msgstr "Complete \"%s\" Activation Now"
|
223 |
|
224 |
+
#: includes/class-freemius.php:6571
|
225 |
msgid "We made a few tweaks to the %s, %s"
|
226 |
msgstr "We made a few tweaks to the %s, %s"
|
227 |
|
228 |
+
#: includes/class-freemius.php:6575
|
229 |
+
msgid "Opt in to make \"%s\" better!"
|
230 |
+
msgstr "Opt in to make \"%s\" better!"
|
231 |
|
232 |
+
#: includes/class-freemius.php:7003
|
233 |
msgid "The upgrade of %s was successfully completed."
|
234 |
msgstr "The upgrade of %s was successfully completed."
|
235 |
|
236 |
+
#: includes/class-freemius.php:8925, includes/class-fs-plugin-updater.php:886, includes/class-fs-plugin-updater.php:1081, includes/class-fs-plugin-updater.php:1088, templates/auto-installation.php:32
|
237 |
msgid "Add-On"
|
238 |
msgstr "Add-On"
|
239 |
|
240 |
+
#: includes/class-freemius.php:8927, templates/debug.php:359, templates/debug.php:520
|
241 |
msgid "Plugin"
|
242 |
msgstr "Plugin"
|
243 |
|
244 |
+
#: includes/class-freemius.php:8928, templates/debug.php:359, templates/debug.php:520, templates/forms/deactivation/form.php:67
|
245 |
msgid "Theme"
|
246 |
msgstr "Theme"
|
247 |
|
248 |
+
#: includes/class-freemius.php:11412
|
249 |
+
msgid "Invalid site details collection."
|
250 |
+
msgstr "Invalid site details collection."
|
251 |
|
252 |
+
#: includes/class-freemius.php:11532
|
253 |
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
254 |
msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
|
255 |
|
256 |
+
#: includes/class-freemius.php:11534
|
257 |
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
258 |
msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
259 |
|
260 |
+
#: includes/class-freemius.php:11808
|
261 |
msgid "Account is pending activation."
|
262 |
msgstr "Account is pending activation."
|
263 |
|
264 |
+
#: includes/class-freemius.php:11920, templates/forms/premium-versions-upgrade-handler.php:47
|
265 |
+
msgid "Buy a license now"
|
266 |
+
msgstr "Buy a license now"
|
267 |
+
|
268 |
+
#: includes/class-freemius.php:11932, templates/forms/premium-versions-upgrade-handler.php:46
|
269 |
+
msgid "Renew your license now"
|
270 |
+
msgstr "Renew your license now"
|
271 |
+
|
272 |
+
#: includes/class-freemius.php:11936
|
273 |
+
msgid "%s to access version %s security & feature updates, and support."
|
274 |
+
msgstr "%s to access version %s security & feature updates, and support."
|
275 |
+
|
276 |
+
#: includes/class-freemius.php:14319
|
277 |
msgid "%s activation was successfully completed."
|
278 |
msgstr "%s activation was successfully completed."
|
279 |
|
280 |
+
#: includes/class-freemius.php:14333
|
281 |
msgid "Your account was successfully activated with the %s plan."
|
282 |
msgstr "Your account was successfully activated with the %s plan."
|
283 |
|
284 |
+
#: includes/class-freemius.php:14344, includes/class-freemius.php:17553
|
285 |
msgid "Your trial has been successfully started."
|
286 |
msgstr "Your trial has been successfully started."
|
287 |
|
288 |
+
#: includes/class-freemius.php:14914, includes/class-freemius.php:14966, includes/class-freemius.php:15028
|
289 |
msgid "Couldn't activate %s."
|
290 |
msgstr "Couldn't activate %s."
|
291 |
|
292 |
+
#: includes/class-freemius.php:14915, includes/class-freemius.php:14967, includes/class-freemius.php:15029
|
293 |
msgid "Please contact us with the following message:"
|
294 |
msgstr "Please contact us with the following message:"
|
295 |
|
296 |
+
#: includes/class-freemius.php:15378, includes/class-freemius.php:19839
|
297 |
msgid "Upgrade"
|
298 |
msgstr "Upgrade"
|
299 |
|
300 |
+
#: includes/class-freemius.php:15384
|
301 |
msgid "Start Trial"
|
302 |
msgstr "Start Trial"
|
303 |
|
304 |
+
#: includes/class-freemius.php:15386
|
305 |
msgid "Pricing"
|
306 |
msgstr "Pricing"
|
307 |
|
308 |
+
#: includes/class-freemius.php:15448, includes/class-freemius.php:15450
|
309 |
msgid "Affiliation"
|
310 |
msgstr "Affiliation"
|
311 |
|
312 |
+
#: includes/class-freemius.php:15478, includes/class-freemius.php:15480, templates/account.php:150, templates/debug.php:324
|
313 |
msgid "Account"
|
314 |
msgstr "Account"
|
315 |
|
316 |
+
#: includes/class-freemius.php:15493, includes/class-freemius.php:15495, includes/customizer/class-fs-customizer-support-section.php:60
|
317 |
msgid "Contact Us"
|
318 |
msgstr "Contact Us"
|
319 |
|
320 |
+
#: includes/class-freemius.php:15505, includes/class-freemius.php:15507, includes/class-freemius.php:19849, templates/account.php:100, templates/account/partials/addon.php:41
|
321 |
msgid "Add-Ons"
|
322 |
msgstr "Add-Ons"
|
323 |
|
324 |
+
#: includes/class-freemius.php:15541
|
325 |
+
msgctxt "ASCII arrow left icon"
|
326 |
+
msgid "←"
|
327 |
+
msgstr "←"
|
328 |
+
|
329 |
+
#: includes/class-freemius.php:15541
|
330 |
+
msgctxt "ASCII arrow right icon"
|
331 |
+
msgid "➤"
|
332 |
+
msgstr "➤"
|
333 |
+
|
334 |
+
#: includes/class-freemius.php:15543, templates/pricing.php:97
|
335 |
msgctxt "noun"
|
336 |
msgid "Pricing"
|
337 |
msgstr "Pricing"
|
338 |
|
339 |
+
#: includes/class-freemius.php:15756, includes/customizer/class-fs-customizer-support-section.php:67
|
340 |
msgid "Support Forum"
|
341 |
msgstr "Support Forum"
|
342 |
|
343 |
+
#: includes/class-freemius.php:16542
|
344 |
msgid "Your email has been successfully verified - you are AWESOME!"
|
345 |
msgstr "Your email has been successfully verified - you are AWESOME!"
|
346 |
|
347 |
+
#: includes/class-freemius.php:16543
|
348 |
msgctxt "a positive response"
|
349 |
msgid "Right on"
|
350 |
msgstr "Right on"
|
351 |
|
352 |
+
#: includes/class-freemius.php:17168
|
353 |
msgid "Your %s Add-on plan was successfully upgraded."
|
354 |
msgstr "Your %s Add-on plan was successfully upgraded."
|
355 |
|
356 |
+
#: includes/class-freemius.php:17170
|
357 |
msgid "%s Add-on was successfully purchased."
|
358 |
msgstr "%s Add-on was successfully purchased."
|
359 |
|
360 |
+
#: includes/class-freemius.php:17173
|
361 |
msgid "Download the latest version"
|
362 |
msgstr "Download the latest version"
|
363 |
|
364 |
+
#: includes/class-freemius.php:17259
|
365 |
msgctxt "%1s - plugin title, %2s - API domain"
|
366 |
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
367 |
msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
368 |
|
369 |
+
#: includes/class-freemius.php:17262, includes/class-freemius.php:17678, includes/class-freemius.php:17755
|
370 |
msgid "Error received from the server:"
|
371 |
msgstr "Error received from the server:"
|
372 |
|
373 |
+
#: includes/class-freemius.php:17272
|
374 |
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
375 |
msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
376 |
|
377 |
+
#: includes/class-freemius.php:17454, includes/class-freemius.php:17683, includes/class-freemius.php:17726, includes/class-freemius.php:17829
|
378 |
msgctxt "something somebody says when they are thinking about what you have just said."
|
379 |
msgid "Hmm"
|
380 |
msgstr "Hmm"
|
381 |
|
382 |
+
#: includes/class-freemius.php:17467
|
383 |
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."
|
384 |
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."
|
385 |
|
386 |
+
#: includes/class-freemius.php:17468, templates/account.php:102, templates/add-ons.php:134, templates/account/partials/addon.php:43
|
387 |
msgctxt "trial period"
|
388 |
msgid "Trial"
|
389 |
msgstr "Trial"
|
390 |
|
391 |
+
#: includes/class-freemius.php:17473
|
392 |
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
393 |
msgstr "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
394 |
|
395 |
+
#: includes/class-freemius.php:17477, includes/class-freemius.php:17535
|
396 |
msgid "Please contact us here"
|
397 |
msgstr "Please contact us here"
|
398 |
|
399 |
+
#: includes/class-freemius.php:17487
|
400 |
msgid "Your plan was successfully upgraded."
|
401 |
msgstr "Your plan was successfully upgraded."
|
402 |
|
403 |
+
#: includes/class-freemius.php:17505
|
404 |
msgid "Your plan was successfully changed to %s."
|
405 |
msgstr "Your plan was successfully changed to %s."
|
406 |
|
407 |
+
#: includes/class-freemius.php:17521
|
408 |
msgid "Your license has expired. You can still continue using the free %s forever."
|
409 |
msgstr "Your license has expired. You can still continue using the free %s forever."
|
410 |
|
411 |
+
#: includes/class-freemius.php:17523
|
412 |
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
413 |
msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
414 |
|
415 |
+
#: includes/class-freemius.php:17531
|
416 |
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
417 |
msgstr "Your license has been cancelled. If you think it's a mistake, please contact support."
|
418 |
|
419 |
+
#: includes/class-freemius.php:17544
|
420 |
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."
|
421 |
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."
|
422 |
|
423 |
+
#: includes/class-freemius.php:17567
|
424 |
msgid "Your free trial has expired. You can still continue using all our free features."
|
425 |
msgstr "Your free trial has expired. You can still continue using all our free features."
|
426 |
|
427 |
+
#: includes/class-freemius.php:17569
|
428 |
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
429 |
msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
430 |
|
431 |
+
#: includes/class-freemius.php:17674
|
432 |
msgid "It looks like the license could not be activated."
|
433 |
msgstr "It looks like the license could not be activated."
|
434 |
|
435 |
+
#: includes/class-freemius.php:17704
|
436 |
msgid "Your license was successfully activated."
|
437 |
msgstr "Your license was successfully activated."
|
438 |
|
439 |
+
#: includes/class-freemius.php:17730
|
440 |
msgid "It looks like your site currently doesn't have an active license."
|
441 |
msgstr "It looks like your site currently doesn't have an active license."
|
442 |
|
443 |
+
#: includes/class-freemius.php:17754
|
444 |
msgid "It looks like the license deactivation failed."
|
445 |
msgstr "It looks like the license deactivation failed."
|
446 |
|
447 |
+
#: includes/class-freemius.php:17782
|
448 |
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
449 |
msgstr "Your license was successfully deactivated, you are back to the %s plan."
|
450 |
|
451 |
+
#: includes/class-freemius.php:17783
|
452 |
msgid "O.K"
|
453 |
msgstr "O.K"
|
454 |
|
455 |
+
#: includes/class-freemius.php:17836
|
456 |
+
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
457 |
+
msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
458 |
|
459 |
+
#: includes/class-freemius.php:17845
|
460 |
+
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
461 |
+
msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
462 |
|
463 |
+
#: includes/class-freemius.php:17887
|
464 |
msgid "You are already running the %s in a trial mode."
|
465 |
msgstr "You are already running the %s in a trial mode."
|
466 |
|
467 |
+
#: includes/class-freemius.php:17898
|
468 |
msgid "You already utilized a trial before."
|
469 |
msgstr "You already utilized a trial before."
|
470 |
|
471 |
+
#: includes/class-freemius.php:17912
|
472 |
msgid "Plan %s do not exist, therefore, can't start a trial."
|
473 |
msgstr "Plan %s do not exist, therefore, can't start a trial."
|
474 |
|
475 |
+
#: includes/class-freemius.php:17923
|
476 |
msgid "Plan %s does not support a trial period."
|
477 |
msgstr "Plan %s does not support a trial period."
|
478 |
|
479 |
+
#: includes/class-freemius.php:17934
|
480 |
msgid "None of the %s's plans supports a trial period."
|
481 |
msgstr "None of the %s's plans supports a trial period."
|
482 |
|
483 |
+
#: includes/class-freemius.php:17984
|
484 |
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
485 |
msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
486 |
|
487 |
+
#: includes/class-freemius.php:18020
|
|
|
|
|
|
|
|
|
488 |
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
489 |
msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
490 |
|
491 |
+
#: includes/class-freemius.php:18039
|
492 |
+
msgid "Your %s free trial was successfully cancelled."
|
493 |
+
msgstr "Your %s free trial was successfully cancelled."
|
494 |
+
|
495 |
+
#: includes/class-freemius.php:18346
|
496 |
msgid "Version %s was released."
|
497 |
msgstr "Version %s was released."
|
498 |
|
499 |
+
#: includes/class-freemius.php:18346
|
500 |
msgid "Please download %s."
|
501 |
msgstr "Please download %s."
|
502 |
|
503 |
+
#: includes/class-freemius.php:18353
|
504 |
msgid "the latest %s version here"
|
505 |
msgstr "the latest %s version here"
|
506 |
|
507 |
+
#: includes/class-freemius.php:18358
|
508 |
msgid "New"
|
509 |
msgstr "New"
|
510 |
|
511 |
+
#: includes/class-freemius.php:18363
|
512 |
msgid "Seems like you got the latest release."
|
513 |
msgstr "Seems like you got the latest release."
|
514 |
|
515 |
+
#: includes/class-freemius.php:18364
|
516 |
msgid "You are all good!"
|
517 |
msgstr "You are all good!"
|
518 |
|
519 |
+
#: includes/class-freemius.php:18632
|
520 |
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
521 |
msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
522 |
|
523 |
+
#: includes/class-freemius.php:18769
|
524 |
msgid "Site successfully opted in."
|
525 |
msgstr "Site successfully opted in."
|
526 |
|
527 |
+
#: includes/class-freemius.php:18770, includes/class-freemius.php:19581
|
528 |
msgid "Awesome"
|
529 |
msgstr "Awesome"
|
530 |
|
531 |
+
#: includes/class-freemius.php:18786, templates/forms/optout.php:32
|
532 |
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
533 |
msgstr "We appreciate your help in making the %s better by letting us track some usage data."
|
534 |
|
535 |
+
#: includes/class-freemius.php:18787
|
536 |
msgid "Thank you!"
|
537 |
msgstr "Thank you!"
|
538 |
|
539 |
+
#: includes/class-freemius.php:18794
|
540 |
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
541 |
msgstr "We will no longer be sending any usage data of %s on %s to %s."
|
542 |
|
543 |
+
#: includes/class-freemius.php:18923
|
544 |
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."
|
545 |
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."
|
546 |
|
547 |
+
#: includes/class-freemius.php:18929
|
548 |
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
549 |
msgstr "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
550 |
|
551 |
+
#: includes/class-freemius.php:18934
|
552 |
msgid "%s is the new owner of the account."
|
553 |
msgstr "%s is the new owner of the account."
|
554 |
|
555 |
+
#: includes/class-freemius.php:18936
|
556 |
msgctxt "as congratulations"
|
557 |
msgid "Congrats"
|
558 |
msgstr "Congrats"
|
559 |
|
560 |
+
#: includes/class-freemius.php:18956
|
561 |
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
562 |
msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
563 |
|
564 |
+
#: includes/class-freemius.php:18957
|
565 |
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
566 |
msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
567 |
|
568 |
+
#: includes/class-freemius.php:18964
|
569 |
msgid "Change Ownership"
|
570 |
msgstr "Change Ownership"
|
571 |
|
572 |
+
#: includes/class-freemius.php:18972
|
573 |
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
574 |
msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
575 |
|
576 |
+
#: includes/class-freemius.php:18984
|
577 |
msgid "Please provide your full name."
|
578 |
msgstr "Please provide your full name."
|
579 |
|
580 |
+
#: includes/class-freemius.php:18989
|
581 |
msgid "Your name was successfully updated."
|
582 |
msgstr "Your name was successfully updated."
|
583 |
|
584 |
+
#: includes/class-freemius.php:19050
|
585 |
msgid "You have successfully updated your %s."
|
586 |
msgstr "You have successfully updated your %s."
|
587 |
|
588 |
+
#: includes/class-freemius.php:19190
|
589 |
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
590 |
msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
591 |
|
592 |
+
#: includes/class-freemius.php:19191
|
593 |
msgctxt "advance notice of something that will need attention."
|
594 |
msgid "Heads up"
|
595 |
msgstr "Heads up"
|
596 |
|
597 |
+
#: includes/class-freemius.php:19621
|
598 |
msgctxt "exclamation"
|
599 |
msgid "Hey"
|
600 |
msgstr "Hey"
|
601 |
|
602 |
+
#: includes/class-freemius.php:19621
|
603 |
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
604 |
msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
605 |
|
606 |
+
#: includes/class-freemius.php:19629
|
607 |
msgid "No commitment for %s days - cancel anytime!"
|
608 |
msgstr "No commitment for %s days - cancel anytime!"
|
609 |
|
610 |
+
#: includes/class-freemius.php:19630
|
611 |
msgid "No credit card required"
|
612 |
msgstr "No credit card required"
|
613 |
|
614 |
+
#: includes/class-freemius.php:19637, templates/forms/trial-start.php:53
|
615 |
msgctxt "call to action"
|
616 |
msgid "Start free trial"
|
617 |
msgstr "Start free trial"
|
618 |
|
619 |
+
#: includes/class-freemius.php:19714
|
620 |
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!"
|
621 |
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!"
|
622 |
|
623 |
+
#: includes/class-freemius.php:19723
|
624 |
msgid "Learn more"
|
625 |
msgstr "Learn more"
|
626 |
|
627 |
+
#: includes/class-freemius.php:19873, templates/account.php:406, templates/account.php:509, templates/connect.php:171, templates/connect.php:421, templates/forms/license-activation.php:24, templates/account/partials/addon.php:235
|
628 |
msgid "Activate License"
|
629 |
msgstr "Activate License"
|
630 |
|
631 |
+
#: includes/class-freemius.php:19874, templates/account.php:469, templates/account.php:508, templates/account/partials/site.php:256
|
632 |
msgid "Change License"
|
633 |
msgstr "Change License"
|
634 |
|
635 |
+
#: includes/class-freemius.php:19956, templates/account/partials/site.php:161
|
636 |
msgid "Opt Out"
|
637 |
msgstr "Opt Out"
|
638 |
|
639 |
+
#: includes/class-freemius.php:19958, includes/class-freemius.php:19963, templates/account/partials/site.php:43, templates/account/partials/site.php:161
|
640 |
msgid "Opt In"
|
641 |
msgstr "Opt In"
|
642 |
|
643 |
+
#: includes/class-freemius.php:20187
|
644 |
+
msgid " The paid version of %1s is already installed. Please activate it to start benefiting the %2s features. %3s"
|
645 |
+
msgstr " The paid version of %1s is already installed. Please activate it to start benefiting the %2s features. %3s"
|
646 |
+
|
647 |
+
#: includes/class-freemius.php:20195
|
648 |
+
msgid "Activate %s features"
|
649 |
+
msgstr "Activate %s features"
|
650 |
+
|
651 |
+
#: includes/class-freemius.php:20208
|
652 |
msgid "Please follow these steps to complete the upgrade"
|
653 |
msgstr "Please follow these steps to complete the upgrade"
|
654 |
|
655 |
+
#: includes/class-freemius.php:20212
|
656 |
msgid "Download the latest %s version"
|
657 |
msgstr "Download the latest %s version"
|
658 |
|
659 |
+
#: includes/class-freemius.php:20216
|
660 |
msgid "Upload and activate the downloaded version"
|
661 |
msgstr "Upload and activate the downloaded version"
|
662 |
|
663 |
+
#: includes/class-freemius.php:20218
|
664 |
msgid "How to upload and activate?"
|
665 |
msgstr "How to upload and activate?"
|
666 |
|
667 |
+
#: includes/class-freemius.php:20352
|
668 |
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
669 |
msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
|
670 |
|
671 |
+
#: includes/class-freemius.php:20513
|
672 |
msgid "Auto installation only works for opted-in users."
|
673 |
msgstr "Auto installation only works for opted-in users."
|
674 |
|
675 |
+
#: includes/class-freemius.php:20523, includes/class-freemius.php:20556, includes/class-fs-plugin-updater.php:1060, includes/class-fs-plugin-updater.php:1074
|
676 |
msgid "Invalid module ID."
|
677 |
msgstr "Invalid module ID."
|
678 |
|
679 |
+
#: includes/class-freemius.php:20532, includes/class-fs-plugin-updater.php:1096
|
680 |
msgid "Premium version already active."
|
681 |
msgstr "Premium version already active."
|
682 |
|
683 |
+
#: includes/class-freemius.php:20539
|
684 |
msgid "You do not have a valid license to access the premium version."
|
685 |
msgstr "You do not have a valid license to access the premium version."
|
686 |
|
687 |
+
#: includes/class-freemius.php:20546
|
688 |
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
689 |
msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
690 |
|
691 |
+
#: includes/class-freemius.php:20564, includes/class-fs-plugin-updater.php:1095
|
692 |
msgid "Premium add-on version already installed."
|
693 |
msgstr "Premium add-on version already installed."
|
694 |
|
695 |
+
#: includes/class-freemius.php:20909
|
696 |
msgid "View paid features"
|
697 |
msgstr "View paid features"
|
698 |
|
699 |
+
#: includes/class-freemius.php:21229
|
700 |
msgid "Thank you so much for using %s and its add-ons!"
|
701 |
msgstr "Thank you so much for using %s and its add-ons!"
|
702 |
|
703 |
+
#: includes/class-freemius.php:21230
|
704 |
msgid "Thank you so much for using %s!"
|
705 |
msgstr "Thank you so much for using %s!"
|
706 |
|
707 |
+
#: includes/class-freemius.php:21236
|
708 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
709 |
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
710 |
|
711 |
+
#: includes/class-freemius.php:21240
|
712 |
msgid "Thank you so much for using our products!"
|
713 |
msgstr "Thank you so much for using our products!"
|
714 |
|
715 |
+
#: includes/class-freemius.php:21241
|
716 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
717 |
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
718 |
|
719 |
+
#: includes/class-freemius.php:21260
|
720 |
msgid "%s and its add-ons"
|
721 |
msgstr "%s and its add-ons"
|
722 |
|
723 |
+
#: includes/class-freemius.php:21269
|
724 |
msgid "Products"
|
725 |
msgstr "Products"
|
726 |
|
727 |
+
#: includes/class-freemius.php:21276, templates/connect.php:272
|
728 |
msgid "Yes"
|
729 |
msgstr "Yes"
|
730 |
|
731 |
+
#: includes/class-freemius.php:21277, templates/connect.php:273
|
732 |
msgid "send me security & feature updates, educational content and offers."
|
733 |
msgstr "send me security & feature updates, educational content and offers."
|
734 |
|
735 |
+
#: includes/class-freemius.php:21278, templates/connect.php:278
|
736 |
msgid "No"
|
737 |
msgstr "No"
|
738 |
|
739 |
+
#: includes/class-freemius.php:21280, templates/connect.php:280
|
740 |
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
741 |
msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
|
742 |
|
743 |
+
#: includes/class-freemius.php:21290
|
744 |
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 🙂"
|
745 |
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 🙂"
|
746 |
|
747 |
+
#: includes/class-freemius.php:21292, templates/connect.php:287
|
748 |
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
749 |
msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
750 |
|
751 |
+
#: includes/class-freemius.php:21574
|
752 |
msgid "License key is empty."
|
753 |
msgstr "License key is empty."
|
754 |
|
755 |
+
#: includes/class-fs-plugin-updater.php:184, templates/forms/premium-versions-upgrade-handler.php:57
|
756 |
+
msgid "Renew license"
|
757 |
+
msgstr "Renew license"
|
758 |
+
|
759 |
+
#: includes/class-fs-plugin-updater.php:189, templates/forms/premium-versions-upgrade-handler.php:58
|
760 |
+
msgid "Buy license"
|
761 |
+
msgstr "Buy license"
|
762 |
+
|
763 |
+
#: includes/class-fs-plugin-updater.php:278
|
764 |
+
msgid "There is a %s of %s available."
|
765 |
+
msgstr "There is a %s of %s available."
|
766 |
|
767 |
+
#: includes/class-fs-plugin-updater.php:282
|
768 |
+
msgid "new version"
|
769 |
+
msgstr "new version"
|
770 |
+
|
771 |
+
#: includes/class-fs-plugin-updater.php:305
|
772 |
+
msgid "Important Upgrade Notice:"
|
773 |
+
msgstr "Important Upgrade Notice:"
|
774 |
+
|
775 |
+
#: includes/class-fs-plugin-updater.php:1125
|
776 |
msgid "Installing plugin: %s"
|
777 |
msgstr "Installing plugin: %s"
|
778 |
|
779 |
+
#: includes/class-fs-plugin-updater.php:1166
|
780 |
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
781 |
msgstr "Unable to connect to the filesystem. Please confirm your credentials."
|
782 |
|
783 |
+
#: includes/class-fs-plugin-updater.php:1348
|
784 |
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
785 |
msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
786 |
|
787 |
+
#: includes/fs-plugin-info-dialog.php:369, templates/account/partials/addon.php:292
|
788 |
msgctxt "verb"
|
789 |
msgid "Purchase"
|
790 |
msgstr "Purchase"
|
791 |
|
792 |
+
#: includes/fs-plugin-info-dialog.php:372
|
793 |
msgid "Start my free %s"
|
794 |
msgstr "Start my free %s"
|
795 |
|
796 |
+
#: includes/fs-plugin-info-dialog.php:413
|
797 |
msgid "Install Free Version Now"
|
798 |
msgstr "Install Free Version Now"
|
799 |
|
800 |
+
#: includes/fs-plugin-info-dialog.php:414, templates/auto-installation.php:111, templates/account/partials/addon.php:272, templates/account/partials/addon.php:322
|
801 |
msgid "Install Now"
|
802 |
msgstr "Install Now"
|
803 |
|
804 |
+
#: includes/fs-plugin-info-dialog.php:425
|
805 |
msgctxt "as download latest version"
|
806 |
msgid "Download Latest Free Version"
|
807 |
msgstr "Download Latest Free Version"
|
808 |
|
809 |
+
#: includes/fs-plugin-info-dialog.php:426, templates/account.php:80, templates/account/partials/addon.php:21
|
810 |
msgctxt "as download latest version"
|
811 |
msgid "Download Latest"
|
812 |
msgstr "Download Latest"
|
813 |
|
814 |
+
#: includes/fs-plugin-info-dialog.php:436
|
815 |
msgid "Install Free Version Update Now"
|
816 |
msgstr "Install Free Version Update Now"
|
817 |
|
818 |
+
#: includes/fs-plugin-info-dialog.php:437, templates/account.php:460
|
819 |
msgid "Install Update Now"
|
820 |
msgstr "Install Update Now"
|
821 |
|
822 |
+
#: includes/fs-plugin-info-dialog.php:448
|
823 |
msgid "Newer Free Version (%s) Installed"
|
824 |
msgstr "Newer Free Version (%s) Installed"
|
825 |
|
826 |
+
#: includes/fs-plugin-info-dialog.php:449
|
827 |
msgid "Newer Version (%s) Installed"
|
828 |
msgstr "Newer Version (%s) Installed"
|
829 |
|
830 |
+
#: includes/fs-plugin-info-dialog.php:457
|
831 |
msgid "Latest Free Version Installed"
|
832 |
msgstr "Latest Free Version Installed"
|
833 |
|
834 |
+
#: includes/fs-plugin-info-dialog.php:458
|
835 |
msgid "Latest Version Installed"
|
836 |
msgstr "Latest Version Installed"
|
837 |
|
838 |
+
#: includes/fs-plugin-info-dialog.php:613
|
839 |
msgctxt "Plugin installer section title"
|
840 |
msgid "Description"
|
841 |
msgstr "Description"
|
842 |
|
843 |
+
#: includes/fs-plugin-info-dialog.php:614
|
844 |
msgctxt "Plugin installer section title"
|
845 |
msgid "Installation"
|
846 |
msgstr "Installation"
|
847 |
|
848 |
+
#: includes/fs-plugin-info-dialog.php:615
|
849 |
msgctxt "Plugin installer section title"
|
850 |
msgid "FAQ"
|
851 |
msgstr "FAQ"
|
852 |
|
853 |
+
#: includes/fs-plugin-info-dialog.php:616, templates/plugin-info/description.php:55
|
854 |
msgid "Screenshots"
|
855 |
msgstr "Screenshots"
|
856 |
|
857 |
+
#: includes/fs-plugin-info-dialog.php:617
|
858 |
msgctxt "Plugin installer section title"
|
859 |
msgid "Changelog"
|
860 |
msgstr "Changelog"
|
861 |
|
862 |
+
#: includes/fs-plugin-info-dialog.php:618
|
863 |
msgctxt "Plugin installer section title"
|
864 |
msgid "Reviews"
|
865 |
msgstr "Reviews"
|
866 |
|
867 |
+
#: includes/fs-plugin-info-dialog.php:619
|
868 |
msgctxt "Plugin installer section title"
|
869 |
msgid "Other Notes"
|
870 |
msgstr "Other Notes"
|
871 |
|
872 |
+
#: includes/fs-plugin-info-dialog.php:634
|
873 |
msgctxt "Plugin installer section title"
|
874 |
msgid "Features & Pricing"
|
875 |
msgstr "Features & Pricing"
|
876 |
|
877 |
+
#: includes/fs-plugin-info-dialog.php:644
|
878 |
msgid "Plugin Install"
|
879 |
msgstr "Plugin Install"
|
880 |
|
881 |
+
#: includes/fs-plugin-info-dialog.php:716
|
882 |
msgctxt "e.g. Professional Plan"
|
883 |
msgid "%s Plan"
|
884 |
msgstr "%s Plan"
|
885 |
|
886 |
+
#: includes/fs-plugin-info-dialog.php:742
|
887 |
msgctxt "e.g. the best product"
|
888 |
msgid "Best"
|
889 |
msgstr "Best"
|
890 |
|
891 |
+
#: includes/fs-plugin-info-dialog.php:748, includes/fs-plugin-info-dialog.php:768
|
892 |
msgctxt "as every month"
|
893 |
msgid "Monthly"
|
894 |
msgstr "Monthly"
|
895 |
|
896 |
+
#: includes/fs-plugin-info-dialog.php:751
|
897 |
msgctxt "as once a year"
|
898 |
msgid "Annual"
|
899 |
msgstr "Annual"
|
900 |
|
901 |
+
#: includes/fs-plugin-info-dialog.php:754
|
902 |
msgid "Lifetime"
|
903 |
msgstr "Lifetime"
|
904 |
|
905 |
+
#: includes/fs-plugin-info-dialog.php:768, includes/fs-plugin-info-dialog.php:770, includes/fs-plugin-info-dialog.php:772
|
906 |
msgctxt "e.g. billed monthly"
|
907 |
msgid "Billed %s"
|
908 |
msgstr "Billed %s"
|
909 |
|
910 |
+
#: includes/fs-plugin-info-dialog.php:770
|
911 |
msgctxt "as once a year"
|
912 |
msgid "Annually"
|
913 |
msgstr "Annually"
|
914 |
|
915 |
+
#: includes/fs-plugin-info-dialog.php:772
|
916 |
msgctxt "as once a year"
|
917 |
msgid "Once"
|
918 |
msgstr "Once"
|
919 |
|
920 |
+
#: includes/fs-plugin-info-dialog.php:778
|
921 |
msgid "Single Site License"
|
922 |
msgstr "Single Site License"
|
923 |
|
924 |
+
#: includes/fs-plugin-info-dialog.php:780
|
925 |
msgid "Unlimited Licenses"
|
926 |
msgstr "Unlimited Licenses"
|
927 |
|
928 |
+
#: includes/fs-plugin-info-dialog.php:782
|
929 |
msgid "Up to %s Sites"
|
930 |
msgstr "Up to %s Sites"
|
931 |
|
932 |
+
#: includes/fs-plugin-info-dialog.php:792, templates/plugin-info/features.php:82
|
933 |
msgctxt "as monthly period"
|
934 |
msgid "mo"
|
935 |
msgstr "mo"
|
936 |
|
937 |
+
#: includes/fs-plugin-info-dialog.php:799, templates/plugin-info/features.php:80
|
938 |
msgctxt "as annual period"
|
939 |
msgid "year"
|
940 |
msgstr "year"
|
941 |
|
942 |
+
#: includes/fs-plugin-info-dialog.php:853
|
943 |
msgctxt "noun"
|
944 |
msgid "Price"
|
945 |
msgstr "Price"
|
946 |
|
947 |
+
#: includes/fs-plugin-info-dialog.php:901
|
948 |
msgid "Save %s"
|
949 |
msgstr "Save %s"
|
950 |
|
951 |
+
#: includes/fs-plugin-info-dialog.php:911
|
952 |
msgid "No commitment for %s - cancel anytime"
|
953 |
msgstr "No commitment for %s - cancel anytime"
|
954 |
|
955 |
+
#: includes/fs-plugin-info-dialog.php:914
|
956 |
msgid "After your free %s, pay as little as %s"
|
957 |
msgstr "After your free %s, pay as little as %s"
|
958 |
|
959 |
+
#: includes/fs-plugin-info-dialog.php:925
|
960 |
msgid "Details"
|
961 |
msgstr "Details"
|
962 |
|
963 |
+
#: includes/fs-plugin-info-dialog.php:929, templates/account.php:91, templates/debug.php:201, templates/debug.php:238, templates/debug.php:452, templates/account/partials/addon.php:32
|
964 |
msgctxt "product version"
|
965 |
msgid "Version"
|
966 |
msgstr "Version"
|
967 |
|
968 |
+
#: includes/fs-plugin-info-dialog.php:936
|
969 |
msgctxt "as the plugin author"
|
970 |
msgid "Author"
|
971 |
msgstr "Author"
|
972 |
|
973 |
+
#: includes/fs-plugin-info-dialog.php:943
|
974 |
msgid "Last Updated"
|
975 |
msgstr "Last Updated"
|
976 |
|
977 |
+
#: includes/fs-plugin-info-dialog.php:948, templates/account.php:376
|
978 |
msgctxt "x-ago"
|
979 |
msgid "%s ago"
|
980 |
msgstr "%s ago"
|
981 |
|
982 |
+
#: includes/fs-plugin-info-dialog.php:957
|
983 |
msgid "Requires WordPress Version"
|
984 |
msgstr "Requires WordPress Version"
|
985 |
|
986 |
+
#: includes/fs-plugin-info-dialog.php:958
|
987 |
msgid "%s or higher"
|
988 |
msgstr "%s or higher"
|
989 |
|
990 |
+
#: includes/fs-plugin-info-dialog.php:965
|
991 |
msgid "Compatible up to"
|
992 |
msgstr "Compatible up to"
|
993 |
|
994 |
+
#: includes/fs-plugin-info-dialog.php:973
|
995 |
msgid "Downloaded"
|
996 |
msgstr "Downloaded"
|
997 |
|
998 |
+
#: includes/fs-plugin-info-dialog.php:977
|
999 |
msgid "%s time"
|
1000 |
msgstr "%s time"
|
1001 |
|
1002 |
+
#: includes/fs-plugin-info-dialog.php:979
|
1003 |
msgid "%s times"
|
1004 |
msgstr "%s times"
|
1005 |
|
1006 |
+
#: includes/fs-plugin-info-dialog.php:989
|
1007 |
msgid "WordPress.org Plugin Page"
|
1008 |
msgstr "WordPress.org Plugin Page"
|
1009 |
|
1010 |
+
#: includes/fs-plugin-info-dialog.php:997
|
1011 |
msgid "Plugin Homepage"
|
1012 |
msgstr "Plugin Homepage"
|
1013 |
|
1014 |
+
#: includes/fs-plugin-info-dialog.php:1005, includes/fs-plugin-info-dialog.php:1087
|
1015 |
msgid "Donate to this plugin"
|
1016 |
msgstr "Donate to this plugin"
|
1017 |
|
1018 |
+
#: includes/fs-plugin-info-dialog.php:1012
|
1019 |
msgid "Average Rating"
|
1020 |
msgstr "Average Rating"
|
1021 |
|
1022 |
+
#: includes/fs-plugin-info-dialog.php:1019
|
1023 |
msgid "based on %s"
|
1024 |
msgstr "based on %s"
|
1025 |
|
1026 |
+
#: includes/fs-plugin-info-dialog.php:1023
|
1027 |
msgid "%s rating"
|
1028 |
msgstr "%s rating"
|
1029 |
|
1030 |
+
#: includes/fs-plugin-info-dialog.php:1025
|
1031 |
msgid "%s ratings"
|
1032 |
msgstr "%s ratings"
|
1033 |
|
1034 |
+
#: includes/fs-plugin-info-dialog.php:1040
|
1035 |
msgid "%s star"
|
1036 |
msgstr "%s star"
|
1037 |
|
1038 |
+
#: includes/fs-plugin-info-dialog.php:1042
|
1039 |
msgid "%s stars"
|
1040 |
msgstr "%s stars"
|
1041 |
|
1042 |
+
#: includes/fs-plugin-info-dialog.php:1053
|
1043 |
msgid "Click to see reviews that provided a rating of %s"
|
1044 |
msgstr "Click to see reviews that provided a rating of %s"
|
1045 |
|
1046 |
+
#: includes/fs-plugin-info-dialog.php:1066
|
1047 |
msgid "Contributors"
|
1048 |
msgstr "Contributors"
|
1049 |
|
1050 |
+
#: includes/fs-plugin-info-dialog.php:1095, includes/fs-plugin-info-dialog.php:1097
|
1051 |
msgid "Warning"
|
1052 |
msgstr "Warning"
|
1053 |
|
1054 |
+
#: includes/fs-plugin-info-dialog.php:1095
|
1055 |
msgid "This plugin has not been tested with your current version of WordPress."
|
1056 |
msgstr "This plugin has not been tested with your current version of WordPress."
|
1057 |
|
1058 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
1059 |
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1060 |
msgstr "This plugin has not been marked as compatible with your version of WordPress."
|
1061 |
|
1062 |
+
#: includes/fs-plugin-info-dialog.php:1116
|
1063 |
msgid "Paid add-on must be deployed to Freemius."
|
1064 |
msgstr "Paid add-on must be deployed to Freemius."
|
1065 |
|
1066 |
+
#: includes/fs-plugin-info-dialog.php:1117
|
1067 |
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1068 |
msgstr "Add-on must be deployed to WordPress.org or Freemius."
|
1069 |
|
1070 |
+
#: templates/account.php:81, templates/forms/subscription-cancellation.php:96, templates/account/partials/addon.php:22, templates/account/partials/site.php:295
|
1071 |
+
msgid "Downgrading your plan"
|
1072 |
+
msgstr "Downgrading your plan"
|
1073 |
+
|
1074 |
+
#: templates/account.php:82, templates/forms/subscription-cancellation.php:97, templates/account/partials/addon.php:23, templates/account/partials/site.php:296
|
1075 |
+
msgid "Cancelling the subscription"
|
1076 |
+
msgstr "Cancelling the subscription"
|
1077 |
|
1078 |
+
#. translators: %1s: Either 'Downgrading your plan' or 'Cancelling the subscription'
|
1079 |
+
#: templates/account.php:84, templates/forms/subscription-cancellation.php:99, templates/account/partials/addon.php:25, templates/account/partials/site.php:298
|
1080 |
+
msgid "%1s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
1081 |
+
msgstr "%1s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
1082 |
+
|
1083 |
+
#: templates/account.php:85, templates/forms/subscription-cancellation.php:100, templates/account/partials/addon.php:26, templates/account/partials/site.php:299
|
1084 |
+
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."
|
1085 |
+
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."
|
1086 |
+
|
1087 |
+
#: templates/account.php:86, templates/forms/subscription-cancellation.php:106, templates/account/partials/addon.php:27
|
1088 |
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1089 |
msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1090 |
|
1091 |
+
#: templates/account.php:87, templates/forms/subscription-cancellation.php:101, templates/account/partials/addon.php:28, templates/account/partials/site.php:300
|
1092 |
+
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1093 |
+
msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1094 |
|
1095 |
+
#: templates/account.php:88, templates/forms/subscription-cancellation.php:102, templates/account/partials/addon.php:29, templates/account/partials/site.php:301
|
1096 |
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1097 |
msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1098 |
|
1099 |
#. translators: %s: Plan title (e.g. "Professional")
|
1100 |
+
#: templates/account.php:90, templates/account/partials/activate-license-button.php:31, templates/account/partials/addon.php:31
|
1101 |
msgid "Activate %s Plan"
|
1102 |
msgstr "Activate %s Plan"
|
1103 |
|
1104 |
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1105 |
+
#: templates/account.php:93, templates/account/partials/addon.php:34, templates/account/partials/site.php:275
|
1106 |
msgid "Auto renews in %s"
|
1107 |
msgstr "Auto renews in %s"
|
1108 |
|
1109 |
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1110 |
+
#: templates/account.php:95, templates/account/partials/addon.php:36, templates/account/partials/site.php:277
|
1111 |
msgid "Expires in %s"
|
1112 |
msgstr "Expires in %s"
|
1113 |
|
1114 |
+
#: templates/account.php:96, templates/account/partials/addon.php:37
|
1115 |
msgctxt "as synchronize license"
|
1116 |
msgid "Sync License"
|
1117 |
msgstr "Sync License"
|
1118 |
|
1119 |
+
#: templates/account.php:97, templates/account/partials/addon.php:38
|
1120 |
msgid "Cancel Trial"
|
1121 |
msgstr "Cancel Trial"
|
1122 |
|
1123 |
+
#: templates/account.php:98, templates/account/partials/addon.php:39
|
1124 |
msgid "Change Plan"
|
1125 |
msgstr "Change Plan"
|
1126 |
|
1127 |
+
#: templates/account.php:99, templates/account/partials/addon.php:40
|
1128 |
msgctxt "verb"
|
1129 |
msgid "Upgrade"
|
1130 |
msgstr "Upgrade"
|
1131 |
|
1132 |
+
#: templates/account.php:101, templates/account/partials/addon.php:42, templates/account/partials/site.php:302
|
1133 |
msgctxt "verb"
|
1134 |
msgid "Downgrade"
|
1135 |
msgstr "Downgrade"
|
1136 |
|
1137 |
+
#: templates/account.php:103, templates/add-ons.php:130, templates/plugin-info/features.php:72, templates/account/partials/addon.php:44, templates/account/partials/site.php:31
|
1138 |
msgid "Free"
|
1139 |
msgstr "Free"
|
1140 |
|
1141 |
+
#: templates/account.php:104, templates/account/partials/addon.php:45
|
1142 |
msgid "Activate"
|
1143 |
msgstr "Activate"
|
1144 |
|
1145 |
+
#: templates/account.php:105, templates/debug.php:371, includes/customizer/class-fs-customizer-upsell-control.php:106, templates/account/partials/addon.php:46
|
1146 |
msgctxt "as product pricing plan"
|
1147 |
msgid "Plan"
|
1148 |
msgstr "Plan"
|
1149 |
|
1150 |
+
#: templates/account.php:158
|
1151 |
msgid "Free Trial"
|
1152 |
msgstr "Free Trial"
|
1153 |
|
1154 |
+
#: templates/account.php:169
|
1155 |
msgid "Account Details"
|
1156 |
msgstr "Account Details"
|
1157 |
|
1158 |
+
#: templates/account.php:179
|
1159 |
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?"
|
1160 |
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?"
|
1161 |
|
1162 |
+
#: templates/account.php:181
|
1163 |
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?"
|
1164 |
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?"
|
1165 |
|
1166 |
+
#: templates/account.php:184
|
1167 |
msgid "Delete Account"
|
1168 |
msgstr "Delete Account"
|
1169 |
|
1170 |
+
#: templates/account.php:196, templates/account/partials/addon.php:159, templates/account/partials/deactivate-license-button.php:35
|
1171 |
msgid "Deactivate License"
|
1172 |
msgstr "Deactivate License"
|
1173 |
|
1174 |
+
#: templates/account.php:219, templates/forms/subscription-cancellation.php:125
|
1175 |
msgid "Are you sure you want to proceed?"
|
1176 |
msgstr "Are you sure you want to proceed?"
|
1177 |
|
1178 |
+
#: templates/account.php:219, templates/account/partials/addon.php:182
|
1179 |
msgid "Cancel Subscription"
|
1180 |
msgstr "Cancel Subscription"
|
1181 |
|
1182 |
+
#: templates/account.php:247
|
1183 |
msgctxt "as synchronize"
|
1184 |
msgid "Sync"
|
1185 |
msgstr "Sync"
|
1186 |
|
1187 |
+
#: templates/account.php:261, templates/debug.php:487
|
1188 |
msgid "Name"
|
1189 |
msgstr "Name"
|
1190 |
|
1191 |
+
#: templates/account.php:267, templates/debug.php:488
|
1192 |
msgid "Email"
|
1193 |
msgstr "Email"
|
1194 |
|
1195 |
+
#: templates/account.php:274, templates/debug.php:370, templates/debug.php:526
|
1196 |
msgid "User ID"
|
1197 |
msgstr "User ID"
|
1198 |
|
1199 |
+
#: templates/account.php:282
|
1200 |
msgid "Site ID"
|
1201 |
msgstr "Site ID"
|
1202 |
|
1203 |
+
#: templates/account.php:285
|
1204 |
msgid "No ID"
|
1205 |
msgstr "No ID"
|
1206 |
|
1207 |
+
#: templates/account.php:290, templates/debug.php:243, templates/debug.php:372, templates/debug.php:453, templates/debug.php:490, templates/account/partials/site.php:219
|
1208 |
msgid "Public Key"
|
1209 |
msgstr "Public Key"
|
1210 |
|
1211 |
+
#: templates/account.php:296, templates/debug.php:373, templates/debug.php:454, templates/debug.php:491, templates/account/partials/site.php:231
|
1212 |
msgid "Secret Key"
|
1213 |
msgstr "Secret Key"
|
1214 |
|
1215 |
+
#: templates/account.php:299
|
1216 |
msgctxt "as secret encryption key missing"
|
1217 |
msgid "No Secret"
|
1218 |
msgstr "No Secret"
|
1219 |
|
1220 |
+
#: templates/account.php:318, templates/account/partials/site.php:112, templates/account/partials/site.php:114
|
1221 |
msgid "Trial"
|
1222 |
msgstr "Trial"
|
1223 |
|
1224 |
+
#: templates/account.php:337, templates/debug.php:531, templates/account/partials/site.php:248
|
1225 |
msgid "License Key"
|
1226 |
msgstr "License Key"
|
1227 |
|
1228 |
+
#: templates/account.php:367
|
1229 |
msgid "not verified"
|
1230 |
msgstr "not verified"
|
1231 |
|
1232 |
+
#: templates/account.php:376, templates/account/partials/addon.php:120
|
1233 |
+
msgid "Expired"
|
1234 |
+
msgstr "Expired"
|
1235 |
+
|
1236 |
+
#: templates/account.php:428
|
1237 |
msgid "Premium version"
|
1238 |
msgstr "Premium version"
|
1239 |
|
1240 |
+
#: templates/account.php:430
|
1241 |
msgid "Free version"
|
1242 |
msgstr "Free version"
|
1243 |
|
1244 |
+
#: templates/account.php:442
|
1245 |
msgid "Verify Email"
|
1246 |
msgstr "Verify Email"
|
1247 |
|
1248 |
+
#: templates/account.php:453
|
1249 |
msgid "Download %s Version"
|
1250 |
msgstr "Download %s Version"
|
1251 |
|
1252 |
+
#: templates/account.php:467, templates/account.php:649, templates/account/partials/site.php:237, templates/account/partials/site.php:255
|
1253 |
msgctxt "verb"
|
1254 |
msgid "Show"
|
1255 |
msgstr "Show"
|
1256 |
|
1257 |
+
#: templates/account.php:481
|
1258 |
msgid "What is your %s?"
|
1259 |
msgstr "What is your %s?"
|
1260 |
|
1261 |
+
#: templates/account.php:489, templates/account/billing.php:27
|
1262 |
msgctxt "verb"
|
1263 |
msgid "Edit"
|
1264 |
msgstr "Edit"
|
1265 |
|
1266 |
+
#: templates/account.php:502
|
1267 |
msgid "Sites"
|
1268 |
msgstr "Sites"
|
1269 |
|
1270 |
+
#: templates/account.php:513
|
1271 |
msgid "Search by address"
|
1272 |
msgstr "Search by address"
|
1273 |
|
1274 |
+
#: templates/account.php:522, templates/account.php:570, templates/debug.php:236, templates/debug.php:364, templates/debug.php:449, templates/debug.php:486, templates/debug.php:524, templates/debug.php:597, templates/account/payments.php:35, templates/debug/logger.php:21
|
1275 |
msgid "ID"
|
1276 |
msgstr "ID"
|
1277 |
|
1278 |
+
#: templates/account.php:523, templates/debug.php:367
|
1279 |
msgid "Address"
|
1280 |
msgstr "Address"
|
1281 |
|
1282 |
+
#: templates/account.php:524
|
1283 |
msgid "License"
|
1284 |
msgstr "License"
|
1285 |
|
1286 |
+
#: templates/account.php:525
|
1287 |
msgid "Plan"
|
1288 |
msgstr "Plan"
|
1289 |
|
1290 |
+
#: templates/account.php:573
|
1291 |
msgctxt "as software license"
|
1292 |
msgid "License"
|
1293 |
msgstr "License"
|
1294 |
|
1295 |
+
#: templates/account.php:643
|
1296 |
msgctxt "verb"
|
1297 |
msgid "Hide"
|
1298 |
msgstr "Hide"
|
1299 |
|
1300 |
+
#: templates/account.php:686
|
1301 |
+
msgid "Cancelling %s"
|
1302 |
+
msgstr "Cancelling %s"
|
1303 |
+
|
1304 |
+
#: templates/account.php:686, templates/account.php:703, templates/forms/subscription-cancellation.php:27, templates/forms/deactivation/form.php:117
|
1305 |
+
msgid "trial"
|
1306 |
+
msgstr "trial"
|
1307 |
+
|
1308 |
+
#: templates/account.php:701, templates/forms/deactivation/form.php:134
|
1309 |
+
msgid "Cancelling %s..."
|
1310 |
+
msgstr "Cancelling %s..."
|
1311 |
+
|
1312 |
+
#: templates/account.php:704, templates/forms/subscription-cancellation.php:28, templates/forms/deactivation/form.php:118
|
1313 |
+
msgid "subscription"
|
1314 |
+
msgstr "subscription"
|
1315 |
+
|
1316 |
+
#: templates/account.php:718
|
1317 |
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?"
|
1318 |
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?"
|
1319 |
|
1325 |
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."
|
1326 |
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."
|
1327 |
|
1328 |
+
#: templates/add-ons.php:139
|
1329 |
msgid "View details"
|
1330 |
msgstr "View details"
|
1331 |
|
1363 |
msgstr "PCI compliant"
|
1364 |
|
1365 |
#. translators: %s: name (e.g. Hey John,)
|
1366 |
+
#: templates/connect.php:112
|
1367 |
msgctxt "greeting"
|
1368 |
msgid "Hey %s,"
|
1369 |
msgstr "Hey %s,"
|
1370 |
|
1371 |
+
#: templates/connect.php:154
|
1372 |
msgid "Allow & Continue"
|
1373 |
msgstr "Allow & Continue"
|
1374 |
|
1375 |
+
#: templates/connect.php:158
|
1376 |
msgid "Re-send activation email"
|
1377 |
msgstr "Re-send activation email"
|
1378 |
|
1379 |
+
#: templates/connect.php:162
|
1380 |
msgid "Thanks %s!"
|
1381 |
msgstr "Thanks %s!"
|
1382 |
|
1383 |
+
#: templates/connect.php:172, templates/forms/license-activation.php:43
|
1384 |
msgid "Agree & Activate License"
|
1385 |
msgstr "Agree & Activate License"
|
1386 |
|
1387 |
+
#: templates/connect.php:181
|
1388 |
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1389 |
msgstr "Thanks for purchasing %s! To get started, please enter your license key:"
|
1390 |
|
1391 |
+
#: templates/connect.php:188
|
1392 |
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."
|
1393 |
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."
|
1394 |
|
1395 |
+
#: templates/connect.php:189
|
1396 |
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1397 |
msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1398 |
|
1399 |
+
#: templates/connect.php:195
|
1400 |
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."
|
1401 |
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."
|
1402 |
|
1403 |
+
#: templates/connect.php:196
|
1404 |
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."
|
1405 |
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."
|
1406 |
|
1407 |
+
#: templates/connect.php:230
|
1408 |
msgid "We're excited to introduce the Freemius network-level integration."
|
1409 |
msgstr "We're excited to introduce the Freemius network-level integration."
|
1410 |
|
1411 |
+
#: templates/connect.php:233
|
1412 |
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1413 |
msgstr "During the update process we detected %d site(s) that are still pending license activation."
|
1414 |
|
1415 |
+
#: templates/connect.php:235
|
1416 |
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1417 |
msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1418 |
|
1419 |
+
#: templates/connect.php:237
|
1420 |
msgid "%s's paid features"
|
1421 |
msgstr "%s's paid features"
|
1422 |
|
1423 |
+
#: templates/connect.php:242
|
1424 |
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1425 |
msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1426 |
|
1427 |
+
#: templates/connect.php:244
|
1428 |
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1429 |
msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1430 |
|
1431 |
+
#: templates/connect.php:253, templates/forms/license-activation.php:46
|
1432 |
msgid "License key"
|
1433 |
msgstr "License key"
|
1434 |
|
1435 |
+
#: templates/connect.php:256, templates/forms/license-activation.php:19
|
1436 |
msgid "Can't find your license key?"
|
1437 |
msgstr "Can't find your license key?"
|
1438 |
|
1439 |
+
#: templates/connect.php:315, templates/connect.php:630, templates/forms/deactivation/retry-skip.php:20
|
1440 |
msgctxt "verb"
|
1441 |
msgid "Skip"
|
1442 |
msgstr "Skip"
|
1443 |
|
1444 |
+
#: templates/connect.php:318
|
1445 |
msgid "Delegate to Site Admins"
|
1446 |
msgstr "Delegate to Site Admins"
|
1447 |
|
1448 |
+
#: templates/connect.php:318
|
1449 |
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1450 |
msgstr "If you click it, this decision will be delegated to the sites administrators."
|
1451 |
|
1452 |
+
#: templates/connect.php:346
|
1453 |
msgid "Your Profile Overview"
|
1454 |
msgstr "Your Profile Overview"
|
1455 |
|
1456 |
+
#: templates/connect.php:347
|
1457 |
msgid "Name and email address"
|
1458 |
msgstr "Name and email address"
|
1459 |
|
1460 |
+
#: templates/connect.php:352
|
1461 |
msgid "Your Site Overview"
|
1462 |
msgstr "Your Site Overview"
|
1463 |
|
1464 |
+
#: templates/connect.php:353
|
1465 |
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1466 |
msgstr "Site URL, WP version, PHP info, plugins & themes"
|
1467 |
|
1468 |
+
#: templates/connect.php:358
|
1469 |
msgid "Admin Notices"
|
1470 |
msgstr "Admin Notices"
|
1471 |
|
1472 |
+
#: templates/connect.php:359, templates/connect.php:375
|
1473 |
msgid "Updates, announcements, marketing, no spam"
|
1474 |
msgstr "Updates, announcements, marketing, no spam"
|
1475 |
|
1476 |
+
#: templates/connect.php:364
|
1477 |
msgid "Current %s Events"
|
1478 |
msgstr "Current %s Events"
|
1479 |
|
1480 |
+
#: templates/connect.php:365
|
1481 |
msgid "Activation, deactivation and uninstall"
|
1482 |
msgstr "Activation, deactivation and uninstall"
|
1483 |
|
1484 |
+
#: templates/connect.php:374
|
1485 |
msgid "Newsletter"
|
1486 |
msgstr "Newsletter"
|
1487 |
|
1488 |
+
#: templates/connect.php:391, templates/forms/license-activation.php:38
|
1489 |
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."
|
1490 |
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."
|
1491 |
|
1492 |
+
#: templates/connect.php:396
|
1493 |
msgid "What permissions are being granted?"
|
1494 |
msgstr "What permissions are being granted?"
|
1495 |
|
1496 |
+
#: templates/connect.php:417
|
1497 |
msgid "Don't have a license key?"
|
1498 |
msgstr "Don't have a license key?"
|
1499 |
|
1500 |
+
#: templates/connect.php:418
|
1501 |
msgid "Activate Free Version"
|
1502 |
msgstr "Activate Free Version"
|
1503 |
|
1504 |
+
#: templates/connect.php:420
|
1505 |
msgid "Have a license key?"
|
1506 |
msgstr "Have a license key?"
|
1507 |
|
1508 |
+
#: templates/connect.php:428
|
1509 |
msgid "Privacy Policy"
|
1510 |
msgstr "Privacy Policy"
|
1511 |
|
1512 |
+
#: templates/connect.php:430
|
1513 |
+
msgid "License Agreement"
|
1514 |
+
msgstr "License Agreement"
|
1515 |
+
|
1516 |
+
#: templates/connect.php:430
|
1517 |
msgid "Terms of Service"
|
1518 |
msgstr "Terms of Service"
|
1519 |
|
1520 |
+
#: templates/connect.php:766
|
1521 |
msgctxt "as in the process of sending an email"
|
1522 |
msgid "Sending email"
|
1523 |
msgstr "Sending email"
|
1524 |
|
1525 |
+
#: templates/connect.php:767
|
1526 |
msgctxt "as activating plugin"
|
1527 |
msgid "Activating"
|
1528 |
msgstr "Activating"
|
1550 |
msgid "Debugging"
|
1551 |
msgstr "Debugging"
|
1552 |
|
1553 |
+
#: templates/debug.php:54, templates/debug.php:248, templates/debug.php:374, templates/debug.php:492
|
1554 |
msgid "Actions"
|
1555 |
msgstr "Actions"
|
1556 |
|
1574 |
msgid "Sync Data From Server"
|
1575 |
msgstr "Sync Data From Server"
|
1576 |
|
1577 |
+
#: templates/debug.php:95
|
1578 |
+
msgid "Migrate Options to Network"
|
1579 |
+
msgstr "Migrate Options to Network"
|
1580 |
+
|
1581 |
+
#: templates/debug.php:100
|
1582 |
msgid "Load DB Option"
|
1583 |
msgstr "Load DB Option"
|
1584 |
|
1585 |
+
#: templates/debug.php:103
|
1586 |
msgid "Set DB Option"
|
1587 |
msgstr "Set DB Option"
|
1588 |
|
1589 |
+
#: templates/debug.php:180
|
1590 |
msgid "Key"
|
1591 |
msgstr "Key"
|
1592 |
|
1593 |
+
#: templates/debug.php:181
|
1594 |
msgid "Value"
|
1595 |
msgstr "Value"
|
1596 |
|
1597 |
+
#: templates/debug.php:197
|
1598 |
msgctxt "as software development kit versions"
|
1599 |
msgid "SDK Versions"
|
1600 |
msgstr "SDK Versions"
|
1601 |
|
1602 |
+
#: templates/debug.php:202
|
1603 |
msgid "SDK Path"
|
1604 |
msgstr "SDK Path"
|
1605 |
|
1606 |
+
#: templates/debug.php:203, templates/debug.php:242
|
1607 |
msgid "Module Path"
|
1608 |
msgstr "Module Path"
|
1609 |
|
1610 |
+
#: templates/debug.php:204
|
1611 |
msgid "Is Active"
|
1612 |
msgstr "Is Active"
|
1613 |
|
1614 |
+
#: templates/debug.php:232, templates/debug/plugins-themes-sync.php:35
|
1615 |
msgid "Plugins"
|
1616 |
msgstr "Plugins"
|
1617 |
|
1618 |
+
#: templates/debug.php:232, templates/debug/plugins-themes-sync.php:56
|
1619 |
msgid "Themes"
|
1620 |
msgstr "Themes"
|
1621 |
|
1622 |
+
#: templates/debug.php:237, templates/debug.php:369, templates/debug.php:451, templates/debug/scheduled-crons.php:80
|
1623 |
msgid "Slug"
|
1624 |
msgstr "Slug"
|
1625 |
|
1626 |
+
#: templates/debug.php:239, templates/debug.php:450
|
1627 |
msgid "Title"
|
1628 |
msgstr "Title"
|
1629 |
|
1630 |
+
#: templates/debug.php:240
|
1631 |
msgctxt "as application program interface"
|
1632 |
msgid "API"
|
1633 |
msgstr "API"
|
1634 |
|
1635 |
+
#: templates/debug.php:241
|
1636 |
msgid "Freemius State"
|
1637 |
msgstr "Freemius State"
|
1638 |
|
1639 |
+
#: templates/debug.php:245
|
1640 |
msgid "Network Blog"
|
1641 |
msgstr "Network Blog"
|
1642 |
|
1643 |
+
#: templates/debug.php:246
|
1644 |
msgid "Network User"
|
1645 |
msgstr "Network User"
|
1646 |
|
1647 |
+
#: templates/debug.php:283
|
1648 |
msgctxt "as connection was successful"
|
1649 |
msgid "Connected"
|
1650 |
msgstr "Connected"
|
1651 |
|
1652 |
+
#: templates/debug.php:284
|
1653 |
msgctxt "as connection blocked"
|
1654 |
msgid "Blocked"
|
1655 |
msgstr "Blocked"
|
1656 |
|
1657 |
+
#: templates/debug.php:320
|
1658 |
+
msgid "Simulate Trial Promotion"
|
1659 |
+
msgstr "Simulate Trial Promotion"
|
1660 |
|
1661 |
+
#: templates/debug.php:332
|
1662 |
msgid "Simulate Network Upgrade"
|
1663 |
msgstr "Simulate Network Upgrade"
|
1664 |
|
1665 |
+
#: templates/debug.php:358
|
1666 |
msgid "%s Installs"
|
1667 |
msgstr "%s Installs"
|
1668 |
|
1669 |
+
#: templates/debug.php:360
|
1670 |
msgctxt "like websites"
|
1671 |
msgid "Sites"
|
1672 |
msgstr "Sites"
|
1673 |
|
1674 |
+
#: templates/debug.php:366, templates/account/partials/site.php:148
|
1675 |
msgid "Blog ID"
|
1676 |
msgstr "Blog ID"
|
1677 |
|
1678 |
+
#: templates/debug.php:431, templates/debug.php:509, templates/account/partials/addon.php:339
|
1679 |
msgctxt "verb"
|
1680 |
msgid "Delete"
|
1681 |
msgstr "Delete"
|
1682 |
|
1683 |
+
#: templates/debug.php:445
|
1684 |
msgid "Add Ons of module %s"
|
1685 |
msgstr "Add Ons of module %s"
|
1686 |
|
1687 |
+
#: templates/debug.php:482
|
1688 |
msgid "Users"
|
1689 |
msgstr "Users"
|
1690 |
|
1691 |
+
#: templates/debug.php:489
|
1692 |
msgid "Verified"
|
1693 |
msgstr "Verified"
|
1694 |
|
1695 |
+
#: templates/debug.php:520
|
1696 |
msgid "%s Licenses"
|
1697 |
msgstr "%s Licenses"
|
1698 |
|
1699 |
+
#: templates/debug.php:525
|
1700 |
msgid "Plugin ID"
|
1701 |
msgstr "Plugin ID"
|
1702 |
|
1703 |
+
#: templates/debug.php:527
|
1704 |
msgid "Plan ID"
|
1705 |
msgstr "Plan ID"
|
1706 |
|
1707 |
+
#: templates/debug.php:528
|
1708 |
msgid "Quota"
|
1709 |
msgstr "Quota"
|
1710 |
|
1711 |
+
#: templates/debug.php:529
|
1712 |
msgid "Activated"
|
1713 |
msgstr "Activated"
|
1714 |
|
1715 |
+
#: templates/debug.php:530
|
1716 |
msgid "Blocking"
|
1717 |
msgstr "Blocking"
|
1718 |
|
1719 |
+
#: templates/debug.php:532
|
1720 |
msgctxt "as expiration date"
|
1721 |
msgid "Expiration"
|
1722 |
msgstr "Expiration"
|
1723 |
|
1724 |
+
#: templates/debug.php:555
|
1725 |
msgid "Debug Log"
|
1726 |
msgstr "Debug Log"
|
1727 |
|
1728 |
+
#: templates/debug.php:559
|
1729 |
msgid "All Types"
|
1730 |
msgstr "All Types"
|
1731 |
|
1732 |
+
#: templates/debug.php:566
|
1733 |
msgid "All Requests"
|
1734 |
msgstr "All Requests"
|
1735 |
|
1736 |
+
#: templates/debug.php:571, templates/debug.php:600, templates/debug/logger.php:25
|
1737 |
msgid "File"
|
1738 |
msgstr "File"
|
1739 |
|
1740 |
+
#: templates/debug.php:572, templates/debug.php:598, templates/debug/logger.php:23
|
1741 |
msgid "Function"
|
1742 |
msgstr "Function"
|
1743 |
|
1744 |
+
#: templates/debug.php:573
|
1745 |
msgid "Process ID"
|
1746 |
msgstr "Process ID"
|
1747 |
|
1748 |
+
#: templates/debug.php:574
|
1749 |
msgid "Logger"
|
1750 |
msgstr "Logger"
|
1751 |
|
1752 |
+
#: templates/debug.php:575, templates/debug.php:599, templates/debug/logger.php:24
|
1753 |
msgid "Message"
|
1754 |
msgstr "Message"
|
1755 |
|
1756 |
+
#: templates/debug.php:577
|
1757 |
msgid "Filter"
|
1758 |
msgstr "Filter"
|
1759 |
|
1760 |
+
#: templates/debug.php:585
|
1761 |
msgid "Download"
|
1762 |
msgstr "Download"
|
1763 |
|
1764 |
+
#: templates/debug.php:596, templates/debug/logger.php:22
|
1765 |
msgid "Type"
|
1766 |
msgstr "Type"
|
1767 |
|
1768 |
+
#: templates/debug.php:601, templates/debug/logger.php:26
|
1769 |
msgid "Timestamp"
|
1770 |
msgstr "Timestamp"
|
1771 |
|
2109 |
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2110 |
msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2111 |
|
2112 |
+
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2113 |
msgid "There is a new version of %s available."
|
2114 |
msgstr "There is a new version of %s available."
|
2115 |
|
2116 |
+
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2117 |
+
msgid " %s to access version %s security & feature updates, and support."
|
2118 |
+
msgstr " %s to access version %s security & feature updates, and support."
|
2119 |
|
2120 |
+
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2121 |
msgid "New Version Available"
|
2122 |
msgstr "New Version Available"
|
2123 |
|
2124 |
+
#: templates/forms/premium-versions-upgrade-handler.php:75
|
|
|
|
|
|
|
|
|
2125 |
msgctxt "close a window"
|
2126 |
msgid "Dismiss"
|
2127 |
msgstr "Dismiss"
|
2134 |
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2135 |
msgstr "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2136 |
|
2137 |
+
#: templates/forms/subscription-cancellation.php:37
|
2138 |
+
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2139 |
+
msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2140 |
+
|
2141 |
+
#: templates/forms/subscription-cancellation.php:47
|
2142 |
+
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?"
|
2143 |
+
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?"
|
2144 |
+
|
2145 |
+
#: templates/forms/subscription-cancellation.php:52
|
2146 |
+
msgid "license"
|
2147 |
+
msgstr "license"
|
2148 |
+
|
2149 |
+
#: templates/forms/subscription-cancellation.php:57
|
2150 |
+
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."
|
2151 |
+
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."
|
2152 |
+
|
2153 |
+
#: templates/forms/subscription-cancellation.php:68
|
2154 |
+
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2155 |
+
msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2156 |
+
|
2157 |
+
#: templates/forms/subscription-cancellation.php:103
|
2158 |
+
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."
|
2159 |
+
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."
|
2160 |
+
|
2161 |
+
#: templates/forms/subscription-cancellation.php:136
|
2162 |
+
msgid "Cancel %s?"
|
2163 |
+
msgstr "Cancel %s?"
|
2164 |
+
|
2165 |
+
#: templates/forms/subscription-cancellation.php:143
|
2166 |
+
msgid "Proceed"
|
2167 |
+
msgstr "Proceed"
|
2168 |
+
|
2169 |
+
#: templates/forms/subscription-cancellation.php:191, templates/forms/deactivation/form.php:150
|
2170 |
+
msgid "Cancel %s & Proceed"
|
2171 |
+
msgstr "Cancel %s & Proceed"
|
2172 |
+
|
2173 |
#: templates/forms/trial-start.php:22
|
2174 |
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2175 |
msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2231 |
msgid "Last license"
|
2232 |
msgstr "Last license"
|
2233 |
|
2234 |
+
#: templates/account/partials/addon.php:115
|
2235 |
msgid "Cancelled"
|
2236 |
msgstr "Cancelled"
|
2237 |
|
2238 |
+
#: templates/account/partials/addon.php:125
|
|
|
|
|
|
|
|
|
2239 |
msgid "No expiration"
|
2240 |
msgstr "No expiration"
|
2241 |
|
2242 |
+
#: templates/account/partials/addon.php:264, templates/account/partials/addon.php:317
|
2243 |
msgid "Activate this add-on"
|
2244 |
msgstr "Activate this add-on"
|
2245 |
|
2267 |
msgid "Contact Support"
|
2268 |
msgstr "Contact Support"
|
2269 |
|
2270 |
+
#: templates/forms/deactivation/form.php:59
|
2271 |
msgid "Anonymous feedback"
|
2272 |
msgstr "Anonymous feedback"
|
2273 |
|
2274 |
+
#: templates/forms/deactivation/form.php:66
|
2275 |
msgid "Deactivate"
|
2276 |
msgstr "Deactivate"
|
2277 |
|
2278 |
+
#: templates/forms/deactivation/form.php:68
|
2279 |
msgid "Activate %s"
|
2280 |
msgstr "Activate %s"
|
2281 |
|
|
|
|
|
|
|
|
|
2282 |
#: templates/forms/deactivation/form.php:80
|
2283 |
+
msgid "Quick Feedback"
|
2284 |
+
msgstr "Quick Feedback"
|
2285 |
+
|
2286 |
+
#: templates/forms/deactivation/form.php:84
|
2287 |
msgid "If you have a moment, please let us know why you are %s"
|
2288 |
msgstr "If you have a moment, please let us know why you are %s"
|
2289 |
|
2290 |
+
#: templates/forms/deactivation/form.php:84
|
2291 |
msgid "deactivating"
|
2292 |
msgstr "deactivating"
|
2293 |
|
2294 |
+
#: templates/forms/deactivation/form.php:84
|
2295 |
msgid "switching"
|
2296 |
msgstr "switching"
|
2297 |
|
2298 |
+
#: templates/forms/deactivation/form.php:332
|
2299 |
msgid "Submit & %s"
|
2300 |
msgstr "Submit & %s"
|
2301 |
|
2302 |
+
#: templates/forms/deactivation/form.php:353
|
2303 |
msgid "Kindly tell us the reason so we can improve."
|
2304 |
msgstr "Kindly tell us the reason so we can improve."
|
2305 |
|
2306 |
+
#: templates/forms/deactivation/form.php:478
|
2307 |
msgid "Yes - %s"
|
2308 |
msgstr "Yes - %s"
|
2309 |
|
2310 |
+
#: templates/forms/deactivation/form.php:485
|
2311 |
msgid "Skip & %s"
|
2312 |
msgstr "Skip & %s"
|
2313 |
|
freemius/languages/freemius-es_ES.mo
CHANGED
Binary file
|
freemius/languages/freemius-es_ES.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the same license as the freemius package.
|
3 |
# Translators:
|
4 |
# Carlos Longarela <carlos@longarela.eu>, 2017-2018
|
@@ -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: 2018-
|
11 |
"Last-Translator: Carlos Longarela <carlos@longarela.eu>\n"
|
12 |
"Language: es_ES\n"
|
13 |
"Language-Team: Spanish (Spain) (http://www.transifex.com/freemius/wordpress-sdk/language/es_ES/)\n"
|
@@ -21,1294 +21,1391 @@ msgstr ""
|
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
"X-Poedit-SourceCharset: UTF-8\n"
|
23 |
|
24 |
-
#: includes/class-freemius.php:
|
25 |
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
26 |
msgstr "Freemius SDK no pudo encontrar el archivo principal del plugin. Por favor contacta a sdk@freemius.com con el error actual."
|
27 |
|
28 |
-
#: includes/class-freemius.php:
|
29 |
msgid "Error"
|
30 |
msgstr "Error"
|
31 |
|
32 |
-
#: includes/class-freemius.php:
|
33 |
msgid "I found a better %s"
|
34 |
-
msgstr "He encontrado un
|
35 |
|
36 |
-
#: includes/class-freemius.php:
|
37 |
msgid "What's the %s's name?"
|
38 |
msgstr "¿Cuál es el nombre de %s?"
|
39 |
|
40 |
-
#: includes/class-freemius.php:
|
41 |
msgid "It's a temporary %s. I'm just debugging an issue."
|
42 |
-
msgstr "Es
|
43 |
|
44 |
-
#: includes/class-freemius.php:
|
45 |
msgid "Deactivation"
|
46 |
msgstr "Desactivación"
|
47 |
|
48 |
-
#: includes/class-freemius.php:
|
49 |
msgid "Theme Switch"
|
50 |
msgstr "Cambiar tema"
|
51 |
|
52 |
-
#: includes/class-freemius.
|
53 |
msgid "Other"
|
54 |
msgstr "Otra"
|
55 |
|
56 |
-
#: includes/class-freemius.php:
|
57 |
msgid "I no longer need the %s"
|
58 |
msgstr "Ya no necesito el %s"
|
59 |
|
60 |
-
#: includes/class-freemius.php:
|
61 |
msgid "I only needed the %s for a short period"
|
62 |
msgstr "Sólo necesitaba la %s por un corto período"
|
63 |
|
64 |
-
#: includes/class-freemius.php:
|
65 |
msgid "The %s broke my site"
|
66 |
msgstr "%s ha roto mi sitio"
|
67 |
|
68 |
-
#: includes/class-freemius.php:
|
69 |
msgid "The %s suddenly stopped working"
|
70 |
msgstr "%s de repente ha dejado de funcionar"
|
71 |
|
72 |
-
#: includes/class-freemius.php:
|
73 |
msgid "I can't pay for it anymore"
|
74 |
msgstr "No puedo pagarlo durante más tiempo"
|
75 |
|
76 |
-
#: includes/class-freemius.php:
|
77 |
msgid "What price would you feel comfortable paying?"
|
78 |
msgstr "¿Con qué precio te sentirías cómodo pagando?"
|
79 |
|
80 |
-
#: includes/class-freemius.php:
|
81 |
msgid "I don't like to share my information with you"
|
82 |
msgstr "No me gusta compartir mi información contigo"
|
83 |
|
84 |
-
#: includes/class-freemius.php:
|
85 |
msgid "The %s didn't work"
|
86 |
-
msgstr "%s no funcionaba"
|
87 |
|
88 |
-
#: includes/class-freemius.php:
|
89 |
msgid "I couldn't understand how to make it work"
|
90 |
msgstr "No entiendo cómo hacerlo funcionar"
|
91 |
|
92 |
-
#: includes/class-freemius.php:
|
93 |
msgid "The %s is great, but I need specific feature that you don't support"
|
94 |
msgstr "%s es genial, pero necesito una característica que no soportáis"
|
95 |
|
96 |
-
#: includes/class-freemius.php:
|
97 |
msgid "What feature?"
|
98 |
msgstr "¿Qué característica?"
|
99 |
|
100 |
-
#: includes/class-freemius.php:
|
101 |
msgid "The %s is not working"
|
102 |
-
msgstr "%s no funciona"
|
103 |
|
104 |
-
#: includes/class-freemius.php:
|
105 |
msgid "Kindly share what didn't work so we can fix it for future users..."
|
106 |
msgstr "Por favor, comparte lo que no funcionó para que podamos arreglarlo para los futuros usuarios..."
|
107 |
|
108 |
-
#: includes/class-freemius.php:
|
109 |
msgid "It's not what I was looking for"
|
110 |
msgstr "No es lo que estaba buscando"
|
111 |
|
112 |
-
#: includes/class-freemius.php:
|
113 |
msgid "What you've been looking for?"
|
114 |
msgstr "¿Que has estado buscando?"
|
115 |
|
116 |
-
#: includes/class-freemius.php:
|
117 |
msgid "The %s didn't work as expected"
|
118 |
-
msgstr "%s no funciona como esperaba"
|
119 |
|
120 |
-
#: includes/class-freemius.php:
|
121 |
msgid "What did you expect?"
|
122 |
msgstr "¿Qué esperas?"
|
123 |
|
124 |
-
#: includes/class-freemius.
|
125 |
msgid "Freemius Debug"
|
126 |
msgstr "Debug Freemius"
|
127 |
|
128 |
-
#: includes/class-freemius.php:
|
129 |
msgid "I don't know what is cURL or how to install it, help me!"
|
130 |
msgstr "No sé qué es cURL o cómo instalarlo, ¡ayúdame!"
|
131 |
|
132 |
-
#: includes/class-freemius.php:
|
133 |
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."
|
134 |
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."
|
135 |
|
136 |
-
#: includes/class-freemius.php:
|
137 |
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."
|
138 |
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."
|
139 |
|
140 |
-
#: includes/class-freemius.php:
|
141 |
msgid "Yes - do your thing"
|
142 |
msgstr "Vamos, adelante"
|
143 |
|
144 |
-
#: includes/class-freemius.php:
|
145 |
msgid "No - just deactivate"
|
146 |
msgstr "No - sólo desactivar"
|
147 |
|
148 |
-
#: includes/class-freemius.
|
149 |
-
#: includes/class-freemius.
|
150 |
-
#: includes/class-freemius.
|
151 |
-
#: includes/class-freemius.
|
152 |
-
#: includes/class-freemius.
|
153 |
-
#: includes/class-freemius.
|
154 |
-
#: includes/class-freemius.
|
155 |
msgctxt "exclamation"
|
156 |
msgid "Oops"
|
157 |
msgstr "Oops"
|
158 |
|
159 |
-
#: includes/class-freemius.php:
|
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 "¡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."
|
162 |
|
163 |
-
#: includes/class-freemius.php:
|
164 |
msgctxt "addonX cannot run without pluginY"
|
165 |
msgid "%s cannot run without %s."
|
166 |
msgstr "%s no se puede ejecutar sin %s."
|
167 |
|
168 |
-
#: includes/class-freemius.php:
|
169 |
msgctxt "addonX cannot run..."
|
170 |
msgid "%s cannot run without the plugin."
|
171 |
msgstr "%s no se puede ejecutar sin el plugin."
|
172 |
|
173 |
-
#: includes/class-freemius.
|
174 |
-
#: includes/class-freemius.php:
|
175 |
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
176 |
msgstr "Error inesperado del API. Pónte en contacto con el autor de %s indicándole el siguiente error."
|
177 |
|
178 |
-
#: includes/class-freemius.php:
|
179 |
msgid "Premium %s version was successfully activated."
|
180 |
msgstr "La versión Premium %s ha sido activada con éxito."
|
181 |
|
182 |
-
#: includes/class-freemius.
|
183 |
msgctxt ""
|
184 |
msgid "W00t"
|
185 |
msgstr "W00t"
|
186 |
|
187 |
-
#: includes/class-freemius.php:
|
188 |
msgid "You have a %s license."
|
189 |
msgstr "Tienes una licencia %s."
|
190 |
|
191 |
-
#: includes/class-freemius.
|
192 |
-
#: includes/class-freemius.
|
193 |
-
#: includes/class-freemius.
|
194 |
-
#: includes/class-freemius.php:
|
195 |
msgctxt "interjection expressing joy or exuberance"
|
196 |
msgid "Yee-haw"
|
197 |
msgstr "Vaya"
|
198 |
|
199 |
-
#: includes/class-freemius.php:
|
200 |
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."
|
201 |
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."
|
202 |
|
203 |
-
#: includes/class-freemius.php:
|
204 |
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
205 |
msgstr "%s es un complemento único de premium. Tienes que comprar una licencia primero antes de activar el plugin."
|
206 |
|
207 |
-
#: includes/class-freemius.
|
208 |
-
#: templates/account/partials/addon.php:
|
209 |
msgid "More information about %s"
|
210 |
msgstr "Más información sobre %s"
|
211 |
|
212 |
-
#: includes/class-freemius.php:
|
213 |
msgid "Purchase License"
|
214 |
msgstr "Comprar licencia"
|
215 |
|
216 |
-
#: includes/class-freemius.
|
217 |
msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
218 |
msgstr "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."
|
219 |
|
220 |
-
#: includes/class-freemius.php:
|
221 |
msgid "start the trial"
|
222 |
msgstr "comenzar el período de prueba"
|
223 |
|
224 |
-
#: includes/class-freemius.
|
225 |
msgid "complete the install"
|
226 |
msgstr "completar la instalación"
|
227 |
|
228 |
-
#: includes/class-freemius.php:
|
229 |
msgid "You are just one step away - %s"
|
230 |
msgstr "Estás a sólo un paso - %s"
|
231 |
|
232 |
-
#: includes/class-freemius.php:
|
233 |
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
234 |
msgid "Complete \"%s\" Activation Now"
|
235 |
msgstr "Completar la activación de \"%s\" ahora"
|
236 |
|
237 |
-
#: includes/class-freemius.php:
|
238 |
msgid "We made a few tweaks to the %s, %s"
|
239 |
msgstr "Hemos realizado algunas optimizaciones al %s, %s"
|
240 |
|
241 |
-
#: includes/class-freemius.php:
|
242 |
-
msgid "Opt in to make \"%s\"
|
243 |
-
msgstr "¡
|
244 |
|
245 |
-
#: includes/class-freemius.php:
|
246 |
msgid "The upgrade of %s was successfully completed."
|
247 |
msgstr "La actualización de %s se completó con éxito."
|
248 |
|
249 |
-
#: includes/class-freemius.
|
250 |
-
#: includes/class-fs-plugin-updater.
|
251 |
-
#: includes/class-fs-plugin-updater.
|
|
|
252 |
msgid "Add-On"
|
253 |
msgstr "Complemento"
|
254 |
|
255 |
-
#: includes/class-freemius.
|
256 |
-
#: templates/debug.php:
|
257 |
msgid "Plugin"
|
258 |
msgstr "Plugin"
|
259 |
|
260 |
-
#: includes/class-freemius.
|
261 |
-
#: templates/debug.
|
262 |
msgid "Theme"
|
263 |
msgstr "Tema"
|
264 |
|
265 |
-
#: includes/class-freemius.php:
|
266 |
-
msgid "
|
267 |
-
msgstr "
|
268 |
|
269 |
-
#: includes/class-freemius.php:
|
270 |
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
271 |
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?"
|
272 |
|
273 |
-
#: includes/class-freemius.php:
|
274 |
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
275 |
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?"
|
276 |
|
277 |
-
#: includes/class-freemius.php:
|
278 |
msgid "Account is pending activation."
|
279 |
msgstr "La cuenta está pendiente de activación"
|
280 |
|
281 |
-
#: includes/class-freemius.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
282 |
msgid "%s activation was successfully completed."
|
283 |
msgstr "%s activación se completó con éxito."
|
284 |
|
285 |
-
#: includes/class-freemius.php:
|
286 |
msgid "Your account was successfully activated with the %s plan."
|
287 |
msgstr "Tu cuenta se ha activado correctamente con el plan %s."
|
288 |
|
289 |
-
#: includes/class-freemius.
|
290 |
msgid "Your trial has been successfully started."
|
291 |
msgstr "Tu versión de prueba se ha iniciado con éxito."
|
292 |
|
293 |
-
#: includes/class-freemius.
|
294 |
-
#: includes/class-freemius.php:
|
295 |
msgid "Couldn't activate %s."
|
296 |
msgstr "No se puede activar %s."
|
297 |
|
298 |
-
#: includes/class-freemius.
|
299 |
-
#: includes/class-freemius.php:
|
300 |
msgid "Please contact us with the following message:"
|
301 |
msgstr "Por favor contáctanos con el siguiente mensaje:"
|
302 |
|
303 |
-
#: includes/class-freemius.
|
304 |
msgid "Upgrade"
|
305 |
msgstr "Actualizar"
|
306 |
|
307 |
-
#: includes/class-freemius.php:
|
308 |
msgid "Start Trial"
|
309 |
msgstr "Comenzar el período de prueba"
|
310 |
|
311 |
-
#: includes/class-freemius.php:
|
312 |
msgid "Pricing"
|
313 |
msgstr "Precio"
|
314 |
|
315 |
-
#: includes/class-freemius.
|
316 |
msgid "Affiliation"
|
317 |
msgstr "Afiliación"
|
318 |
|
319 |
-
#: includes/class-freemius.
|
320 |
-
#: templates/account.
|
321 |
msgid "Account"
|
322 |
msgstr "Cuenta"
|
323 |
|
324 |
-
#: includes/class-freemius.
|
325 |
#: includes/customizer/class-fs-customizer-support-section.php:60
|
326 |
msgid "Contact Us"
|
327 |
msgstr "Contáctanos"
|
328 |
|
329 |
-
#: includes/class-freemius.
|
330 |
-
#: includes/class-freemius.
|
331 |
-
#: templates/account/partials/addon.php:
|
332 |
msgid "Add-Ons"
|
333 |
msgstr "Complementos"
|
334 |
|
335 |
-
#: includes/class-freemius.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
336 |
msgctxt "noun"
|
337 |
msgid "Pricing"
|
338 |
msgstr "Precio"
|
339 |
|
340 |
-
#: includes/class-freemius.
|
341 |
#: includes/customizer/class-fs-customizer-support-section.php:67
|
342 |
msgid "Support Forum"
|
343 |
msgstr "Foro de soporte"
|
344 |
|
345 |
-
#: includes/class-freemius.php:
|
346 |
msgid "Your email has been successfully verified - you are AWESOME!"
|
347 |
msgstr "Tu email ha sido verificado correctamente - ¡Eres IMPRESIONANTE!"
|
348 |
|
349 |
-
#: includes/class-freemius.php:
|
350 |
msgctxt "a positive response"
|
351 |
msgid "Right on"
|
352 |
msgstr "Bien hecho"
|
353 |
|
354 |
-
#: includes/class-freemius.php:
|
355 |
msgid "Your %s Add-on plan was successfully upgraded."
|
356 |
msgstr "Tu complemento %s del plan se actualizó con éxito."
|
357 |
|
358 |
-
#: includes/class-freemius.php:
|
359 |
msgid "%s Add-on was successfully purchased."
|
360 |
msgstr "El complemento %s ha sido comprado correctamente."
|
361 |
|
362 |
-
#: includes/class-freemius.php:
|
363 |
msgid "Download the latest version"
|
364 |
msgstr "Descargar la última versión"
|
365 |
|
366 |
-
#: includes/class-freemius.php:
|
367 |
msgctxt "%1s - plugin title, %2s - API domain"
|
368 |
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
369 |
msgstr "Tu servidor está bloqueando el acceso a la API de Freemius, que es crucial para la sincronización de licencia %1s. Por favor, ponte en contacto con tu host para que lo añadan a su lista blanca %2s"
|
370 |
|
371 |
-
#: includes/class-freemius.
|
372 |
-
#: includes/class-freemius.php:
|
373 |
msgid "Error received from the server:"
|
374 |
msgstr "Error recibido del servidor:"
|
375 |
|
376 |
-
#: includes/class-freemius.php:
|
377 |
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
378 |
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."
|
379 |
|
380 |
-
#: includes/class-freemius.
|
381 |
-
#: includes/class-freemius.php:
|
382 |
msgctxt ""
|
383 |
msgid "Hmm"
|
384 |
msgstr "Hmm"
|
385 |
|
386 |
-
#: includes/class-freemius.php:
|
387 |
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."
|
388 |
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."
|
389 |
|
390 |
-
#: includes/class-freemius.
|
391 |
-
#: templates/add-ons.
|
392 |
msgctxt "trial period"
|
393 |
msgid "Trial"
|
394 |
msgstr "Período de Prueba Gratuito"
|
395 |
|
396 |
-
#: includes/class-freemius.php:
|
397 |
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
398 |
msgstr "He actualizado mi cuenta, pero cuando intento sincronizar la licencia, el plan sigue siendo %s."
|
399 |
|
400 |
-
#: includes/class-freemius.
|
401 |
msgid "Please contact us here"
|
402 |
msgstr "Contacta aquí con nosotros"
|
403 |
|
404 |
-
#: includes/class-freemius.php:
|
405 |
msgid "Your plan was successfully upgraded."
|
406 |
msgstr "Tu plan se actualizó con éxito."
|
407 |
|
408 |
-
#: includes/class-freemius.php:
|
409 |
msgid "Your plan was successfully changed to %s."
|
410 |
msgstr "Tu plan se cambió correctamente a %s."
|
411 |
|
412 |
-
#: includes/class-freemius.php:
|
413 |
msgid "Your license has expired. You can still continue using the free %s forever."
|
414 |
msgstr "Tu licencia ha caducado. Puedes seguir usando el plan gratuito %s para siempre."
|
415 |
|
416 |
-
#: includes/class-freemius.php:
|
417 |
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
418 |
msgstr "Tu licencia ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones."
|
419 |
|
420 |
-
#: includes/class-freemius.php:
|
421 |
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
422 |
msgstr "Tu licencia ha sido cancelada. Si crees que es un error, ponte en contacto con el servicio de asistencia."
|
423 |
|
424 |
-
#: includes/class-freemius.php:
|
425 |
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."
|
426 |
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."
|
427 |
|
428 |
-
#: includes/class-freemius.php:
|
429 |
msgid "Your free trial has expired. You can still continue using all our free features."
|
430 |
msgstr "Tu período de prueba ha caducado. Todavía puedes seguir usando todas nuestras funciones gratuitas."
|
431 |
|
432 |
-
#: includes/class-freemius.php:
|
433 |
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
434 |
msgstr "Tu período de prueba ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones."
|
435 |
|
436 |
-
#: includes/class-freemius.php:
|
437 |
msgid "It looks like the license could not be activated."
|
438 |
msgstr "Parece que la licencia no se pudo activar."
|
439 |
|
440 |
-
#: includes/class-freemius.php:
|
441 |
msgid "Your license was successfully activated."
|
442 |
msgstr "Tu licencia fue activada correctamente."
|
443 |
|
444 |
-
#: includes/class-freemius.php:
|
445 |
msgid "It looks like your site currently doesn't have an active license."
|
446 |
msgstr "Parece que tu sitio actualmente no tiene una licencia activa."
|
447 |
|
448 |
-
#: includes/class-freemius.php:
|
449 |
msgid "It looks like the license deactivation failed."
|
450 |
msgstr "Parece que la desactivación de licencia ha fallado."
|
451 |
|
452 |
-
#: includes/class-freemius.php:
|
453 |
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
454 |
msgstr "Tu licencia fue desactivada correctamente, has vuelto al plan %s."
|
455 |
|
456 |
-
#: includes/class-freemius.php:
|
457 |
msgid "O.K"
|
458 |
msgstr "O.K"
|
459 |
|
460 |
-
#: includes/class-freemius.php:
|
461 |
-
msgid "
|
462 |
-
msgstr "
|
463 |
|
464 |
-
#: includes/class-freemius.php:
|
465 |
-
msgid "
|
466 |
-
msgstr "
|
467 |
|
468 |
-
#: includes/class-freemius.php:
|
469 |
msgid "You are already running the %s in a trial mode."
|
470 |
msgstr "Estás ejecutando %s en modo de prueba."
|
471 |
|
472 |
-
#: includes/class-freemius.php:
|
473 |
msgid "You already utilized a trial before."
|
474 |
msgstr "Ya utilizaste un período de prueba antes."
|
475 |
|
476 |
-
#: includes/class-freemius.php:
|
477 |
msgid "Plan %s do not exist, therefore, can't start a trial."
|
478 |
msgstr "El plan %s no existe, por lo tanto, no puedes comenzar un período de prueba."
|
479 |
|
480 |
-
#: includes/class-freemius.php:
|
481 |
msgid "Plan %s does not support a trial period."
|
482 |
msgstr "El plan %s no admite un período de prueba."
|
483 |
|
484 |
-
#: includes/class-freemius.php:
|
485 |
msgid "None of the %s's plans supports a trial period."
|
486 |
msgstr "Ninguno de los planes de %s soportan un período de prueba."
|
487 |
|
488 |
-
#: includes/class-freemius.php:
|
489 |
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
490 |
msgstr "Parece que ya no estás en modo de prueba, así que no hay nada que cancelar :)"
|
491 |
|
492 |
-
#: includes/class-freemius.php:
|
493 |
-
msgid "Your %s free trial was successfully cancelled."
|
494 |
-
msgstr "Tu prueba gratuita de %s fue cancelada con éxito."
|
495 |
-
|
496 |
-
#: includes/class-freemius.php:17190
|
497 |
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
498 |
msgstr "Parece que estamos teniendo algún problema temporal con tu cancelación de prueba. Vuelve a intentarlo en unos minutos."
|
499 |
|
500 |
-
#: includes/class-freemius.php:
|
|
|
|
|
|
|
|
|
501 |
msgid "Version %s was released."
|
502 |
msgstr "La versión %s se ha lanzado."
|
503 |
|
504 |
-
#: includes/class-freemius.php:
|
505 |
msgid "Please download %s."
|
506 |
msgstr "Por favor descarga %s."
|
507 |
|
508 |
-
#: includes/class-freemius.php:
|
509 |
msgid "the latest %s version here"
|
510 |
msgstr "la última versión %s aquí"
|
511 |
|
512 |
-
#: includes/class-freemius.php:
|
513 |
msgid "New"
|
514 |
msgstr "Nuevo"
|
515 |
|
516 |
-
#: includes/class-freemius.php:
|
517 |
msgid "Seems like you got the latest release."
|
518 |
msgstr "Parece que tienes la última versión."
|
519 |
|
520 |
-
#: includes/class-freemius.php:
|
521 |
msgid "You are all good!"
|
522 |
msgstr "¡Está todo listo!"
|
523 |
|
524 |
-
#: includes/class-freemius.php:
|
525 |
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
526 |
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."
|
527 |
|
528 |
-
#: includes/class-freemius.php:
|
529 |
msgid "Site successfully opted in."
|
530 |
msgstr "Sitio dado de alta correctamente."
|
531 |
|
532 |
-
#: includes/class-freemius.
|
533 |
msgid "Awesome"
|
534 |
msgstr "Increíble"
|
535 |
|
536 |
-
#: includes/class-freemius.
|
537 |
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
538 |
msgstr "Agradecemos tu ayuda para mejorar %s y por permitirnos rastrear algunos datos de uso."
|
539 |
|
540 |
-
#: includes/class-freemius.php:
|
541 |
msgid "Thank you!"
|
542 |
msgstr "¡Gracias!"
|
543 |
|
544 |
-
#: includes/class-freemius.php:
|
545 |
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
546 |
msgstr "No continuaremos enviando datos de uso de %s en %s a %s."
|
547 |
|
548 |
-
#: includes/class-freemius.php:
|
549 |
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."
|
550 |
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."
|
551 |
|
552 |
-
#: includes/class-freemius.php:
|
553 |
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
554 |
msgstr "Gracias por confirmar el cambio de propiedad. Se envió un correo electrónico a %s para su aprobación final."
|
555 |
|
556 |
-
#: includes/class-freemius.php:
|
557 |
msgid "%s is the new owner of the account."
|
558 |
msgstr "%s es el nuevo dueño de la cuenta."
|
559 |
|
560 |
-
#: includes/class-freemius.php:
|
561 |
msgctxt "as congratulations"
|
562 |
msgid "Congrats"
|
563 |
msgstr "Felicidades"
|
564 |
|
565 |
-
#: includes/class-freemius.php:
|
566 |
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
567 |
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."
|
568 |
|
569 |
-
#: includes/class-freemius.php:
|
570 |
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
571 |
msgstr "Si deseas renunciar a la titularidad de la cuenta de %s a %s haz clic en el botón de cambio de titularidad."
|
572 |
|
573 |
-
#: includes/class-freemius.php:
|
574 |
msgid "Change Ownership"
|
575 |
msgstr "Cambiar propietario"
|
576 |
|
577 |
-
#: includes/class-freemius.php:
|
578 |
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
579 |
msgstr "Se actualizó correctamente tu correo electrónico. Recibirás un correo electrónico con las instrucciones de confirmación en unos momentos."
|
580 |
|
581 |
-
#: includes/class-freemius.php:
|
582 |
msgid "Please provide your full name."
|
583 |
msgstr "Por favor, dinos tu nombre completo."
|
584 |
|
585 |
-
#: includes/class-freemius.php:
|
586 |
msgid "Your name was successfully updated."
|
587 |
msgstr "Tu nombre fue actualizado correctamente."
|
588 |
|
589 |
-
#: includes/class-freemius.php:
|
590 |
msgid "You have successfully updated your %s."
|
591 |
msgstr "Has actualizado correctamente tu %s."
|
592 |
|
593 |
-
#: includes/class-freemius.php:
|
594 |
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
595 |
msgstr "Sólo déjanos informarte que la información de complementos de %s se está extrayendo de un servidor externo."
|
596 |
|
597 |
-
#: includes/class-freemius.php:
|
598 |
msgctxt "advance notice of something that will need attention."
|
599 |
msgid "Heads up"
|
600 |
msgstr "Atención"
|
601 |
|
602 |
-
#: includes/class-freemius.php:
|
603 |
msgctxt "exclamation"
|
604 |
msgid "Hey"
|
605 |
msgstr "Hey"
|
606 |
|
607 |
-
#: includes/class-freemius.php:
|
608 |
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
609 |
msgstr "¿Qué te pareció %s hasta ahora? Prueba todas nuestras funciones premium de %s con una prueba gratuita de % d-días."
|
610 |
|
611 |
-
#: includes/class-freemius.php:
|
612 |
msgid "No commitment for %s days - cancel anytime!"
|
613 |
msgstr "Sin compromiso por %s días - ¡cancelar en cualquier momento!"
|
614 |
|
615 |
-
#: includes/class-freemius.php:
|
616 |
msgid "No credit card required"
|
617 |
msgstr "No se necesita tarjeta de crédito"
|
618 |
|
619 |
-
#: includes/class-freemius.
|
620 |
msgctxt "call to action"
|
621 |
msgid "Start free trial"
|
622 |
msgstr "Comenzar el período de prueba gratuito"
|
623 |
|
624 |
-
#: includes/class-freemius.php:
|
625 |
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!"
|
626 |
msgstr "Hey, ¿sabías que %s tiene un programa de afiliados? ¡Si te gusta %s puedes convertirte en nuestro embajador y ganar dinero!"
|
627 |
|
628 |
-
#: includes/class-freemius.php:
|
629 |
msgid "Learn more"
|
630 |
msgstr "Saber más"
|
631 |
|
632 |
-
#: includes/class-freemius.
|
633 |
-
#: templates/account.
|
634 |
-
#: templates/connect.
|
635 |
-
#: templates/account/partials/addon.php:
|
636 |
msgid "Activate License"
|
637 |
msgstr "Activar licencia"
|
638 |
|
639 |
-
#: includes/class-freemius.
|
640 |
-
#: templates/account.
|
641 |
msgid "Change License"
|
642 |
msgstr "Cambiar licencia"
|
643 |
|
644 |
-
#: includes/class-freemius.
|
645 |
msgid "Opt Out"
|
646 |
msgstr "Darse de baja"
|
647 |
|
648 |
-
#: includes/class-freemius.
|
649 |
#: templates/account/partials/site.php43,
|
650 |
#: templates/account/partials/site.php:161
|
651 |
msgid "Opt In"
|
652 |
msgstr "Inscribirse"
|
653 |
|
654 |
-
#: includes/class-freemius.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
655 |
msgid "Please follow these steps to complete the upgrade"
|
656 |
msgstr "Por favor, sigue estos pasos para completar la actualización"
|
657 |
|
658 |
-
#: includes/class-freemius.php:
|
659 |
msgid "Download the latest %s version"
|
660 |
msgstr "Descargar la última versión %s"
|
661 |
|
662 |
-
#: includes/class-freemius.php:
|
663 |
msgid "Upload and activate the downloaded version"
|
664 |
msgstr "Cargar y activar la versión descargada"
|
665 |
|
666 |
-
#: includes/class-freemius.php:
|
667 |
msgid "How to upload and activate?"
|
668 |
msgstr "¿Cómo subirlo y activarlo?"
|
669 |
|
670 |
-
#: includes/class-freemius.php:
|
671 |
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
672 |
msgstr "%sClick aquí %s para elegir los sitios sobre los que te gustaría activar la licencia."
|
673 |
|
674 |
-
#: includes/class-freemius.php:
|
675 |
msgid "Auto installation only works for opted-in users."
|
676 |
msgstr "La instalación automática sólo funciona para usuarios que aceptaron."
|
677 |
|
678 |
-
#: includes/class-freemius.
|
679 |
-
#: includes/class-fs-plugin-updater.
|
680 |
-
#: includes/class-fs-plugin-updater.php:
|
681 |
msgid "Invalid module ID."
|
682 |
msgstr "Id de módulo no válido."
|
683 |
|
684 |
-
#: includes/class-freemius.
|
685 |
msgid "Premium version already active."
|
686 |
msgstr "Versión premium ya activa."
|
687 |
|
688 |
-
#: includes/class-freemius.php:
|
689 |
msgid "You do not have a valid license to access the premium version."
|
690 |
msgstr "No tienes una licencia válida para acceder a la versión premium."
|
691 |
|
692 |
-
#: includes/class-freemius.php:
|
693 |
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
694 |
msgstr "El plugin es un \"Serviceware\" lo que significa que no tiene una versión de código premium."
|
695 |
|
696 |
-
#: includes/class-freemius.
|
697 |
msgid "Premium add-on version already installed."
|
698 |
msgstr "Versión del complemento premium ya instalada."
|
699 |
|
700 |
-
#: includes/class-freemius.php:
|
701 |
msgid "View paid features"
|
702 |
msgstr "Ver las funciones de pago"
|
703 |
|
704 |
-
#: includes/class-freemius.php:
|
705 |
msgid "Thank you so much for using %s and its add-ons!"
|
706 |
msgstr "¡Muchas gracias por utilizar %s y sus complementos!"
|
707 |
|
708 |
-
#: includes/class-freemius.php:
|
709 |
msgid "Thank you so much for using %s!"
|
710 |
msgstr "¡Muchas gracias por utilizar %s!"
|
711 |
|
712 |
-
#: includes/class-freemius.php:
|
713 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
714 |
msgstr "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando %s."
|
715 |
|
716 |
-
#: includes/class-freemius.php:
|
717 |
msgid "Thank you so much for using our products!"
|
718 |
msgstr "¡Muchas gracias por utilizar nuestros productos!"
|
719 |
|
720 |
-
#: includes/class-freemius.php:
|
721 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
722 |
msgstr "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando."
|
723 |
|
724 |
-
#: includes/class-freemius.php:
|
725 |
msgid "%s and its add-ons"
|
726 |
msgstr "%s y sus complementos"
|
727 |
|
728 |
-
#: includes/class-freemius.php:
|
729 |
msgid "Products"
|
730 |
msgstr "Productos"
|
731 |
|
732 |
-
#: includes/class-freemius.
|
733 |
msgid "Yes"
|
734 |
msgstr "Si"
|
735 |
|
736 |
-
#: includes/class-freemius.
|
737 |
msgid "send me security & feature updates, educational content and offers."
|
738 |
msgstr "envíame actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas."
|
739 |
|
740 |
-
#: includes/class-freemius.
|
741 |
msgid "No"
|
742 |
msgstr "No"
|
743 |
|
744 |
-
#: includes/class-freemius.
|
745 |
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
746 |
msgstr "%sNO%s me envíes actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas."
|
747 |
|
748 |
-
#: includes/class-freemius.php:
|
749 |
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 🙂"
|
750 |
msgstr "Debido a la nueva %s Regulación General de Protección de Datos de la UE (GDPR)%s los requisitos de conformidad nos requieren que nos debes dar tu consentimiento explícito, de nuevo, confirmando que estás de acuerdo 🙂"
|
751 |
|
752 |
-
#: includes/class-freemius.
|
753 |
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
754 |
msgstr "Indica si deseas que te contactemos para actualizaciones de seguridad y nuevas funciones, contenido educativo y ofertas ocasionales:"
|
755 |
|
756 |
-
#: includes/class-freemius.php:
|
757 |
msgid "License key is empty."
|
758 |
msgstr "La clave de licencia está vacía."
|
759 |
|
760 |
#: includes/class-fs-plugin-updater.php184,
|
761 |
-
#:
|
762 |
-
msgid "
|
763 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
764 |
|
765 |
-
#: includes/class-fs-plugin-updater.php:
|
|
|
|
|
|
|
|
|
766 |
msgid "Installing plugin: %s"
|
767 |
msgstr "Instalando plugin: %s"
|
768 |
|
769 |
-
#: includes/class-fs-plugin-updater.php:
|
770 |
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
771 |
msgstr "No es posible conectarse al sistema de archivos. Por favor, confirma tus credenciales."
|
772 |
|
773 |
-
#: includes/class-fs-plugin-updater.php:
|
774 |
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
775 |
msgstr "El paquete de plugin remoto no contiene una carpeta con el Slug deseado y el cambio de nombre no funcionó."
|
776 |
|
777 |
-
#: includes/fs-plugin-info-dialog.
|
778 |
-
#: templates/account/partials/addon.php:
|
779 |
msgctxt "verb"
|
780 |
msgid "Purchase"
|
781 |
msgstr "Comprar"
|
782 |
|
783 |
-
#: includes/fs-plugin-info-dialog.php:
|
784 |
msgid "Start my free %s"
|
785 |
msgstr "Comenzar mi período gratuito de %s"
|
786 |
|
787 |
-
#: includes/fs-plugin-info-dialog.php:
|
788 |
msgid "Install Free Version Now"
|
789 |
msgstr "Instalar la versión gratuita ahora"
|
790 |
|
791 |
-
#: includes/fs-plugin-info-dialog.
|
792 |
-
#: templates/account/partials/addon.
|
793 |
-
#: templates/account/partials/addon.php:
|
794 |
msgid "Install Now"
|
795 |
msgstr "Instalar ahora"
|
796 |
|
797 |
-
#: includes/fs-plugin-info-dialog.php:
|
798 |
msgctxt "as download latest version"
|
799 |
msgid "Download Latest Free Version"
|
800 |
msgstr "Descargar la última versión gratuita"
|
801 |
|
802 |
-
#: includes/fs-plugin-info-dialog.
|
803 |
#: templates/account/partials/addon.php:21
|
804 |
msgctxt "as download latest version"
|
805 |
msgid "Download Latest"
|
806 |
msgstr "Descargar la última"
|
807 |
|
808 |
-
#: includes/fs-plugin-info-dialog.php:
|
809 |
msgid "Install Free Version Update Now"
|
810 |
msgstr "Instalar la actualización gratuita ahora"
|
811 |
|
812 |
-
#: includes/fs-plugin-info-dialog.
|
813 |
msgid "Install Update Now"
|
814 |
msgstr "Instalar actualización ahora"
|
815 |
|
816 |
-
#: includes/fs-plugin-info-dialog.php:
|
817 |
msgid "Newer Free Version (%s) Installed"
|
818 |
msgstr "Versión gratuita más reciente (%s) instalada"
|
819 |
|
820 |
-
#: includes/fs-plugin-info-dialog.php:
|
821 |
msgid "Newer Version (%s) Installed"
|
822 |
msgstr "Versión más reciente (%s) instalada"
|
823 |
|
824 |
-
#: includes/fs-plugin-info-dialog.php:
|
825 |
msgid "Latest Free Version Installed"
|
826 |
msgstr "Última versión gratuita instalada"
|
827 |
|
828 |
-
#: includes/fs-plugin-info-dialog.php:
|
829 |
msgid "Latest Version Installed"
|
830 |
msgstr "Última versión instalada"
|
831 |
|
832 |
-
#: includes/fs-plugin-info-dialog.php:
|
833 |
msgctxt "Plugin installer section title"
|
834 |
msgid "Description"
|
835 |
msgstr "Descripción"
|
836 |
|
837 |
-
#: includes/fs-plugin-info-dialog.php:
|
838 |
msgctxt "Plugin installer section title"
|
839 |
msgid "Installation"
|
840 |
msgstr "Instalación"
|
841 |
|
842 |
-
#: includes/fs-plugin-info-dialog.php:
|
843 |
msgctxt "Plugin installer section title"
|
844 |
msgid "FAQ"
|
845 |
msgstr "FAQ"
|
846 |
|
847 |
-
#: includes/fs-plugin-info-dialog.
|
848 |
#: templates/plugin-info/description.php:55
|
849 |
msgid "Screenshots"
|
850 |
msgstr "Capturas de pantalla"
|
851 |
|
852 |
-
#: includes/fs-plugin-info-dialog.php:
|
853 |
msgctxt "Plugin installer section title"
|
854 |
msgid "Changelog"
|
855 |
msgstr "Registro de cambios"
|
856 |
|
857 |
-
#: includes/fs-plugin-info-dialog.php:
|
858 |
msgctxt "Plugin installer section title"
|
859 |
msgid "Reviews"
|
860 |
msgstr "Valoraciones"
|
861 |
|
862 |
-
#: includes/fs-plugin-info-dialog.php:
|
863 |
msgctxt "Plugin installer section title"
|
864 |
msgid "Other Notes"
|
865 |
msgstr "Otras notas"
|
866 |
|
867 |
-
#: includes/fs-plugin-info-dialog.php:
|
868 |
msgctxt "Plugin installer section title"
|
869 |
msgid "Features & Pricing"
|
870 |
msgstr "Características y precios"
|
871 |
|
872 |
-
#: includes/fs-plugin-info-dialog.php:
|
873 |
msgid "Plugin Install"
|
874 |
msgstr "Instalar plugin"
|
875 |
|
876 |
-
#: includes/fs-plugin-info-dialog.php:
|
877 |
msgctxt "e.g. Professional Plan"
|
878 |
msgid "%s Plan"
|
879 |
msgstr "Plan %s"
|
880 |
|
881 |
-
#: includes/fs-plugin-info-dialog.php:
|
882 |
msgctxt "e.g. the best product"
|
883 |
msgid "Best"
|
884 |
msgstr "El mejor"
|
885 |
|
886 |
-
#: includes/fs-plugin-info-dialog.
|
887 |
-
#: includes/fs-plugin-info-dialog.php:
|
888 |
msgctxt "as every month"
|
889 |
msgid "Monthly"
|
890 |
msgstr "Mensual"
|
891 |
|
892 |
-
#: includes/fs-plugin-info-dialog.php:
|
893 |
msgctxt "as once a year"
|
894 |
msgid "Annual"
|
895 |
msgstr "Anual"
|
896 |
|
897 |
-
#: includes/fs-plugin-info-dialog.php:
|
898 |
msgid "Lifetime"
|
899 |
msgstr "Permanente"
|
900 |
|
901 |
-
#: includes/fs-plugin-info-dialog.
|
902 |
-
#: includes/fs-plugin-info-dialog.
|
903 |
-
#: includes/fs-plugin-info-dialog.php:
|
904 |
msgctxt "e.g. billed monthly"
|
905 |
msgid "Billed %s"
|
906 |
msgstr "Facturado %s"
|
907 |
|
908 |
-
#: includes/fs-plugin-info-dialog.php:
|
909 |
msgctxt "as once a year"
|
910 |
msgid "Annually"
|
911 |
msgstr "Anualmente"
|
912 |
|
913 |
-
#: includes/fs-plugin-info-dialog.php:
|
914 |
msgctxt "as once a year"
|
915 |
msgid "Once"
|
916 |
msgstr "Una vez"
|
917 |
|
918 |
-
#: includes/fs-plugin-info-dialog.php:
|
919 |
msgid "Single Site License"
|
920 |
msgstr "Licencia para un único sitio"
|
921 |
|
922 |
-
#: includes/fs-plugin-info-dialog.php:
|
923 |
msgid "Unlimited Licenses"
|
924 |
msgstr "Licencias ilimitadas"
|
925 |
|
926 |
-
#: includes/fs-plugin-info-dialog.php:
|
927 |
msgid "Up to %s Sites"
|
928 |
msgstr "Hasta %s sitios"
|
929 |
|
930 |
-
#: includes/fs-plugin-info-dialog.
|
931 |
#: templates/plugin-info/features.php:82
|
932 |
msgctxt "as monthly period"
|
933 |
msgid "mo"
|
934 |
msgstr "me"
|
935 |
|
936 |
-
#: includes/fs-plugin-info-dialog.
|
937 |
#: templates/plugin-info/features.php:80
|
938 |
msgctxt "as annual period"
|
939 |
msgid "year"
|
940 |
msgstr "año"
|
941 |
|
942 |
-
#: includes/fs-plugin-info-dialog.php:
|
943 |
msgctxt "noun"
|
944 |
msgid "Price"
|
945 |
msgstr "Precio"
|
946 |
|
947 |
-
#: includes/fs-plugin-info-dialog.php:
|
948 |
msgid "Save %s"
|
949 |
msgstr "Guardar %s"
|
950 |
|
951 |
-
#: includes/fs-plugin-info-dialog.php:
|
952 |
msgid "No commitment for %s - cancel anytime"
|
953 |
msgstr "Sin compromiso para %s - cancelar en cualquier momento"
|
954 |
|
955 |
-
#: includes/fs-plugin-info-dialog.php:
|
956 |
msgid "After your free %s, pay as little as %s"
|
957 |
msgstr "Después de su período gratuito %s, pague sólo %s"
|
958 |
|
959 |
-
#: includes/fs-plugin-info-dialog.php:
|
960 |
msgid "Details"
|
961 |
msgstr "Detalles"
|
962 |
|
963 |
-
#: includes/fs-plugin-info-dialog.
|
964 |
-
#: templates/debug.
|
965 |
-
#: templates/account/partials/addon.php:
|
966 |
msgctxt "product version"
|
967 |
msgid "Version"
|
968 |
msgstr "Versión"
|
969 |
|
970 |
-
#: includes/fs-plugin-info-dialog.php:
|
971 |
msgctxt "as the plugin author"
|
972 |
msgid "Author"
|
973 |
msgstr "Autor"
|
974 |
|
975 |
-
#: includes/fs-plugin-info-dialog.php:
|
976 |
msgid "Last Updated"
|
977 |
msgstr "Última actualización"
|
978 |
|
979 |
-
#: includes/fs-plugin-info-dialog.php:
|
980 |
msgctxt "x-ago"
|
981 |
msgid "%s ago"
|
982 |
msgstr "hace %s"
|
983 |
|
984 |
-
#: includes/fs-plugin-info-dialog.php:
|
985 |
msgid "Requires WordPress Version"
|
986 |
msgstr "Necesita la versión de WordPress"
|
987 |
|
988 |
-
#: includes/fs-plugin-info-dialog.php:
|
989 |
msgid "%s or higher"
|
990 |
msgstr "%s o mayor"
|
991 |
|
992 |
-
#: includes/fs-plugin-info-dialog.php:
|
993 |
msgid "Compatible up to"
|
994 |
msgstr "Compatible hasta"
|
995 |
|
996 |
-
#: includes/fs-plugin-info-dialog.php:
|
997 |
msgid "Downloaded"
|
998 |
msgstr "Descargado"
|
999 |
|
1000 |
-
#: includes/fs-plugin-info-dialog.php:
|
1001 |
msgid "%s time"
|
1002 |
msgstr "% vez"
|
1003 |
|
1004 |
-
#: includes/fs-plugin-info-dialog.php:
|
1005 |
msgid "%s times"
|
1006 |
msgstr "%s veces"
|
1007 |
|
1008 |
-
#: includes/fs-plugin-info-dialog.php:
|
1009 |
msgid "WordPress.org Plugin Page"
|
1010 |
msgstr "Página del plugin en WordPress.org"
|
1011 |
|
1012 |
-
#: includes/fs-plugin-info-dialog.php:
|
1013 |
msgid "Plugin Homepage"
|
1014 |
msgstr "Página web del plugin"
|
1015 |
|
1016 |
-
#: includes/fs-plugin-info-dialog.
|
1017 |
-
#: includes/fs-plugin-info-dialog.php:
|
1018 |
msgid "Donate to this plugin"
|
1019 |
msgstr "Donar a este plugin"
|
1020 |
|
1021 |
-
#: includes/fs-plugin-info-dialog.php:
|
1022 |
msgid "Average Rating"
|
1023 |
msgstr "Calificación media"
|
1024 |
|
1025 |
-
#: includes/fs-plugin-info-dialog.php:
|
1026 |
msgid "based on %s"
|
1027 |
msgstr "basado en %s"
|
1028 |
|
1029 |
-
#: includes/fs-plugin-info-dialog.php:
|
1030 |
msgid "%s rating"
|
1031 |
msgstr "%s calificación"
|
1032 |
|
1033 |
-
#: includes/fs-plugin-info-dialog.php:
|
1034 |
msgid "%s ratings"
|
1035 |
msgstr "%s calificaciones"
|
1036 |
|
1037 |
-
#: includes/fs-plugin-info-dialog.php:
|
1038 |
msgid "%s star"
|
1039 |
msgstr "%s estrella"
|
1040 |
|
1041 |
-
#: includes/fs-plugin-info-dialog.php:
|
1042 |
msgid "%s stars"
|
1043 |
msgstr "%s estrellas"
|
1044 |
|
1045 |
-
#: includes/fs-plugin-info-dialog.php:
|
1046 |
msgid "Click to see reviews that provided a rating of %s"
|
1047 |
msgstr "Haz clic para ver los comentarios con una valoración de %s"
|
1048 |
|
1049 |
-
#: includes/fs-plugin-info-dialog.php:
|
1050 |
msgid "Contributors"
|
1051 |
msgstr "Colaboradores"
|
1052 |
|
1053 |
-
#: includes/fs-plugin-info-dialog.
|
1054 |
-
#: includes/fs-plugin-info-dialog.php:
|
1055 |
msgid "Warning"
|
1056 |
msgstr "Atencion"
|
1057 |
|
1058 |
-
#: includes/fs-plugin-info-dialog.php:
|
1059 |
msgid "This plugin has not been tested with your current version of WordPress."
|
1060 |
msgstr "Este plugin no ha sido probado con tu versión actual de WordPress."
|
1061 |
|
1062 |
-
#: includes/fs-plugin-info-dialog.php:
|
1063 |
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1064 |
msgstr "Este puglin no ha sido marcado como compatible con tu versión de WordPress."
|
1065 |
|
1066 |
-
#: includes/fs-plugin-info-dialog.php:
|
1067 |
msgid "Paid add-on must be deployed to Freemius."
|
1068 |
msgstr "El complemento de pago se debe implementar en Freemius."
|
1069 |
|
1070 |
-
#: includes/fs-plugin-info-dialog.php:
|
1071 |
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1072 |
msgstr "El complemento debe implementarse en WordPress.org o en Freemius."
|
1073 |
|
1074 |
-
#: templates/account.php81, templates/
|
|
|
1075 |
#: templates/account/partials/site.php:295
|
1076 |
-
msgid "Downgrading your plan
|
1077 |
-
msgstr "
|
1078 |
|
1079 |
-
#: templates/account.php82, templates/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1080 |
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1081 |
msgstr "La cancelación del período de prueba bloqueará inmediatamente el acceso a todas las funciones premium. ¿Estás seguro?"
|
1082 |
|
1083 |
-
#: templates/account.
|
1084 |
-
#: templates/account/partials/
|
1085 |
-
|
1086 |
-
|
|
|
1087 |
|
1088 |
-
#: templates/account.
|
1089 |
-
#: templates/account/partials/
|
|
|
1090 |
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1091 |
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."
|
1092 |
|
1093 |
#. translators: %s: Plan title (e.g. "Professional")
|
1094 |
-
#: templates/account.
|
1095 |
#: templates/account/partials/activate-license-button.php31,
|
1096 |
-
#: templates/account/partials/addon.php:
|
1097 |
msgid "Activate %s Plan"
|
1098 |
msgstr "Activar plan %s"
|
1099 |
|
1100 |
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1101 |
-
#: templates/account.
|
1102 |
#: templates/account/partials/site.php:275
|
1103 |
msgid "Auto renews in %s"
|
1104 |
msgstr "Auto renovaciones en %s"
|
1105 |
|
1106 |
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1107 |
-
#: templates/account.
|
1108 |
#: templates/account/partials/site.php:277
|
1109 |
msgid "Expires in %s"
|
1110 |
msgstr "Caduca en %s"
|
1111 |
|
1112 |
-
#: templates/account.
|
1113 |
msgctxt "as synchronize license"
|
1114 |
msgid "Sync License"
|
1115 |
msgstr "Sincronizar licencia"
|
1116 |
|
1117 |
-
#: templates/account.
|
1118 |
msgid "Cancel Trial"
|
1119 |
msgstr "Cancelar período de prueba"
|
1120 |
|
1121 |
-
#: templates/account.
|
1122 |
msgid "Change Plan"
|
1123 |
msgstr "Cambiar Plan"
|
1124 |
|
1125 |
-
#: templates/account.
|
1126 |
msgctxt "verb"
|
1127 |
msgid "Upgrade"
|
1128 |
msgstr "Actualizar"
|
1129 |
|
1130 |
-
#: templates/account.
|
1131 |
-
#: templates/account/partials/site.php:
|
1132 |
msgctxt "verb"
|
1133 |
msgid "Downgrade"
|
1134 |
msgstr "Degradar"
|
1135 |
|
1136 |
-
#: templates/account.
|
1137 |
#: templates/plugin-info/features.php72,
|
1138 |
-
#: templates/account/partials/addon.
|
1139 |
#: templates/account/partials/site.php:31
|
1140 |
msgid "Free"
|
1141 |
msgstr "Gratis"
|
1142 |
|
1143 |
-
#: templates/account.
|
1144 |
msgid "Activate"
|
1145 |
msgstr "Activar"
|
1146 |
|
1147 |
-
#: templates/account.
|
1148 |
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1149 |
-
#: templates/account/partials/addon.php:
|
1150 |
msgctxt "as product pricing plan"
|
1151 |
msgid "Plan"
|
1152 |
msgstr "Plan"
|
1153 |
|
1154 |
-
#: templates/account.php:
|
1155 |
msgid "Free Trial"
|
1156 |
msgstr "Período de prueba gratuito"
|
1157 |
|
1158 |
-
#: templates/account.php:
|
1159 |
msgid "Account Details"
|
1160 |
msgstr "Detalles de la cuenta"
|
1161 |
|
1162 |
-
#: templates/account.php:
|
1163 |
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?"
|
1164 |
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?"
|
1165 |
|
1166 |
-
#: templates/account.php:
|
1167 |
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?"
|
1168 |
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?"
|
1169 |
|
1170 |
-
#: templates/account.php:
|
1171 |
msgid "Delete Account"
|
1172 |
msgstr "Borrar cuenta"
|
1173 |
|
1174 |
-
#: templates/account.
|
1175 |
#: templates/account/partials/deactivate-license-button.php:35
|
1176 |
msgid "Deactivate License"
|
1177 |
msgstr "Desactivar licencia"
|
1178 |
|
1179 |
-
#: templates/account.php:
|
1180 |
msgid "Are you sure you want to proceed?"
|
1181 |
msgstr "¿Estás seguro que quieres proceder?"
|
1182 |
|
1183 |
-
#: templates/account.
|
1184 |
msgid "Cancel Subscription"
|
1185 |
msgstr "Cancelar suscripción"
|
1186 |
|
1187 |
-
#: templates/account.php:
|
1188 |
msgctxt "as synchronize"
|
1189 |
msgid "Sync"
|
1190 |
msgstr "Sincronizar"
|
1191 |
|
1192 |
-
#: templates/account.
|
1193 |
msgid "Name"
|
1194 |
msgstr "Nombre"
|
1195 |
|
1196 |
-
#: templates/account.
|
1197 |
msgid "Email"
|
1198 |
msgstr "Correo electrónico"
|
1199 |
|
1200 |
-
#: templates/account.
|
1201 |
msgid "User ID"
|
1202 |
msgstr "ID de usuario"
|
1203 |
|
1204 |
-
#: templates/account.php:
|
1205 |
msgid "Site ID"
|
1206 |
msgstr "ID del sitio"
|
1207 |
|
1208 |
-
#: templates/account.php:
|
1209 |
msgid "No ID"
|
1210 |
msgstr "Sin ID"
|
1211 |
|
1212 |
-
#: templates/account.
|
1213 |
-
#: templates/debug.
|
1214 |
#: templates/account/partials/site.php:219
|
1215 |
msgid "Public Key"
|
1216 |
msgstr "Clave pública"
|
1217 |
|
1218 |
-
#: templates/account.
|
1219 |
-
#: templates/debug.
|
1220 |
msgid "Secret Key"
|
1221 |
msgstr "Clave secreta"
|
1222 |
|
1223 |
-
#: templates/account.php:
|
1224 |
msgctxt "as secret encryption key missing"
|
1225 |
msgid "No Secret"
|
1226 |
msgstr "Sin clave secreta"
|
1227 |
|
1228 |
-
#: templates/account.
|
1229 |
#: templates/account/partials/site.php:114
|
1230 |
msgid "Trial"
|
1231 |
msgstr "Período de prueba gratuito"
|
1232 |
|
1233 |
-
#: templates/account.
|
1234 |
#: templates/account/partials/site.php:248
|
1235 |
msgid "License Key"
|
1236 |
msgstr "Clave de licencia"
|
1237 |
|
1238 |
-
#: templates/account.php:
|
1239 |
msgid "not verified"
|
1240 |
msgstr "no verificado"
|
1241 |
|
1242 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
1243 |
msgid "Premium version"
|
1244 |
msgstr "Versión premium"
|
1245 |
|
1246 |
-
#: templates/account.php:
|
1247 |
msgid "Free version"
|
1248 |
msgstr "Versión gratuita"
|
1249 |
|
1250 |
-
#: templates/account.php:
|
1251 |
msgid "Verify Email"
|
1252 |
msgstr "Verificar correo electrónico"
|
1253 |
|
1254 |
-
#: templates/account.php:
|
1255 |
msgid "Download %s Version"
|
1256 |
msgstr "Descargar versión %s"
|
1257 |
|
1258 |
-
#: templates/account.
|
1259 |
#: templates/account/partials/site.php237,
|
1260 |
#: templates/account/partials/site.php:255
|
1261 |
msgctxt "verb"
|
1262 |
msgid "Show"
|
1263 |
msgstr "Mostrar"
|
1264 |
|
1265 |
-
#: templates/account.php:
|
1266 |
msgid "What is your %s?"
|
1267 |
msgstr "¿Cual es tú %s?"
|
1268 |
|
1269 |
-
#: templates/account.
|
1270 |
msgctxt "verb"
|
1271 |
msgid "Edit"
|
1272 |
msgstr "Editar"
|
1273 |
|
1274 |
-
#: templates/account.php:
|
1275 |
msgid "Sites"
|
1276 |
msgstr "Sitios"
|
1277 |
|
1278 |
-
#: templates/account.php:
|
1279 |
msgid "Search by address"
|
1280 |
msgstr "Buscar por dirección"
|
1281 |
|
1282 |
-
#: templates/account.
|
1283 |
-
#: templates/debug.
|
1284 |
-
#: templates/debug.
|
1285 |
#: templates/account/payments.php35, templates/debug/logger.php:21
|
1286 |
msgid "ID"
|
1287 |
msgstr "ID"
|
1288 |
|
1289 |
-
#: templates/account.
|
1290 |
msgid "Address"
|
1291 |
msgstr "Dirección"
|
1292 |
|
1293 |
-
#: templates/account.php:
|
1294 |
msgid "License"
|
1295 |
msgstr "Licencia"
|
1296 |
|
1297 |
-
#: templates/account.php:
|
1298 |
msgid "Plan"
|
1299 |
msgstr "Plan"
|
1300 |
|
1301 |
-
#: templates/account.php:
|
1302 |
msgctxt "as software license"
|
1303 |
msgid "License"
|
1304 |
msgstr "Licencia"
|
1305 |
|
1306 |
-
#: templates/account.php:
|
1307 |
msgctxt "verb"
|
1308 |
msgid "Hide"
|
1309 |
msgstr "Ocultar"
|
1310 |
|
1311 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1312 |
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?"
|
1313 |
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?"
|
1314 |
|
@@ -1320,7 +1417,7 @@ msgstr "Complementos para %s"
|
|
1320 |
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."
|
1321 |
msgstr "No podemos cargar la lista de complementos. Probablemente es un problema por nuestro parte, por favor inténtalo de nuevo en unos minutos."
|
1322 |
|
1323 |
-
#: templates/add-ons.php:
|
1324 |
msgid "View details"
|
1325 |
msgstr "Ver detalles"
|
1326 |
|
@@ -1359,163 +1456,167 @@ msgid "PCI compliant"
|
|
1359 |
msgstr "Compatible con PCI"
|
1360 |
|
1361 |
#. translators: %s: name (e.g. Hey John,)
|
1362 |
-
#: templates/connect.php:
|
1363 |
msgctxt "greeting"
|
1364 |
msgid "Hey %s,"
|
1365 |
msgstr "Hey %s,"
|
1366 |
|
1367 |
-
#: templates/connect.php:
|
1368 |
msgid "Allow & Continue"
|
1369 |
msgstr "Permitir y continuar"
|
1370 |
|
1371 |
-
#: templates/connect.php:
|
1372 |
msgid "Re-send activation email"
|
1373 |
msgstr "Reenviar correo electrónico de activación"
|
1374 |
|
1375 |
-
#: templates/connect.php:
|
1376 |
msgid "Thanks %s!"
|
1377 |
msgstr "¡Gracias %s!"
|
1378 |
|
1379 |
-
#: templates/connect.
|
1380 |
msgid "Agree & Activate License"
|
1381 |
msgstr "De acuerdo y activar licencia"
|
1382 |
|
1383 |
-
#: templates/connect.php:
|
1384 |
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1385 |
msgstr "¡Gracias por comprar %s! Para empezar, escribe tu clave de licencia:"
|
1386 |
|
1387 |
-
#: templates/connect.php:
|
1388 |
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."
|
1389 |
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."
|
1390 |
|
1391 |
-
#: templates/connect.php:
|
1392 |
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1393 |
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."
|
1394 |
|
1395 |
-
#: templates/connect.php:
|
1396 |
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."
|
1397 |
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."
|
1398 |
|
1399 |
-
#: templates/connect.php:
|
1400 |
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."
|
1401 |
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."
|
1402 |
|
1403 |
-
#: templates/connect.php:
|
1404 |
msgid "We're excited to introduce the Freemius network-level integration."
|
1405 |
msgstr "Estamos emocionados de introducir la integración de Freemius a nivel de red."
|
1406 |
|
1407 |
-
#: templates/connect.php:
|
1408 |
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1409 |
msgstr "Durante el proceso de actualización hemos detectado%d sitio(s) que aún están pendientes de la activación de licencia."
|
1410 |
|
1411 |
-
#: templates/connect.php:
|
1412 |
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1413 |
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."
|
1414 |
|
1415 |
-
#: templates/connect.php:
|
1416 |
msgid "%s's paid features"
|
1417 |
msgstr "%s características de pago"
|
1418 |
|
1419 |
-
#: templates/connect.php:
|
1420 |
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1421 |
msgstr "Alternativamente, puedes saltarlo ahora y activar la licencia después, en tu %s página de cuenta a nivel de red."
|
1422 |
|
1423 |
-
#: templates/connect.php:
|
1424 |
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1425 |
msgstr "Durante el proceso de actualización detectamos %s sitio(s) en la red que todavía están pendientes de tu atención."
|
1426 |
|
1427 |
-
#: templates/connect.
|
1428 |
msgid "License key"
|
1429 |
msgstr "Clave de licencia"
|
1430 |
|
1431 |
-
#: templates/connect.
|
1432 |
msgid "Can't find your license key?"
|
1433 |
msgstr "¿No puedes encontrar tu clave de licencia?"
|
1434 |
|
1435 |
-
#: templates/connect.
|
1436 |
#: templates/forms/deactivation/retry-skip.php:20
|
1437 |
msgctxt "verb"
|
1438 |
msgid "Skip"
|
1439 |
msgstr "Saltar"
|
1440 |
|
1441 |
-
#: templates/connect.php:
|
1442 |
msgid "Delegate to Site Admins"
|
1443 |
msgstr "Delegar a administradores del sitio"
|
1444 |
|
1445 |
-
#: templates/connect.php:
|
1446 |
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1447 |
msgstr "Si haces click, esta decisión será delegada a los administradores de los sitios."
|
1448 |
|
1449 |
-
#: templates/connect.php:
|
1450 |
msgid "Your Profile Overview"
|
1451 |
msgstr "Resumen del perfil"
|
1452 |
|
1453 |
-
#: templates/connect.php:
|
1454 |
msgid "Name and email address"
|
1455 |
msgstr "Nombre y dirección de correo electrónico"
|
1456 |
|
1457 |
-
#: templates/connect.php:
|
1458 |
msgid "Your Site Overview"
|
1459 |
msgstr "Resumen del sitio"
|
1460 |
|
1461 |
-
#: templates/connect.php:
|
1462 |
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1463 |
msgstr "URL del sitio web, versión de WP, PHP info, plugins y temas"
|
1464 |
|
1465 |
-
#: templates/connect.php:
|
1466 |
msgid "Admin Notices"
|
1467 |
msgstr "Avisos de administración"
|
1468 |
|
1469 |
-
#: templates/connect.
|
1470 |
msgid "Updates, announcements, marketing, no spam"
|
1471 |
msgstr "Actualizaciones, anuncios, marketing, sin spam"
|
1472 |
|
1473 |
-
#: templates/connect.php:
|
1474 |
msgid "Current %s Events"
|
1475 |
msgstr "Eventos de %s actuales"
|
1476 |
|
1477 |
-
#: templates/connect.php:
|
1478 |
msgid "Activation, deactivation and uninstall"
|
1479 |
msgstr "Activación, desactivación y desinstalación"
|
1480 |
|
1481 |
-
#: templates/connect.php:
|
1482 |
msgid "Newsletter"
|
1483 |
msgstr "Boletín"
|
1484 |
|
1485 |
-
#: templates/connect.
|
1486 |
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."
|
1487 |
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."
|
1488 |
|
1489 |
-
#: templates/connect.php:
|
1490 |
msgid "What permissions are being granted?"
|
1491 |
msgstr "¿Qué permisos se otorgan?"
|
1492 |
|
1493 |
-
#: templates/connect.php:
|
1494 |
msgid "Don't have a license key?"
|
1495 |
msgstr "¿No tienes una clave de licencia?"
|
1496 |
|
1497 |
-
#: templates/connect.php:
|
1498 |
msgid "Activate Free Version"
|
1499 |
msgstr "Activar versión gratuita"
|
1500 |
|
1501 |
-
#: templates/connect.php:
|
1502 |
msgid "Have a license key?"
|
1503 |
msgstr "¿Tienes una clave de licencia?"
|
1504 |
|
1505 |
-
#: templates/connect.php:
|
1506 |
msgid "Privacy Policy"
|
1507 |
msgstr "Política de privacidad"
|
1508 |
|
1509 |
-
#: templates/connect.php:
|
|
|
|
|
|
|
|
|
1510 |
msgid "Terms of Service"
|
1511 |
msgstr "Términos de servicio"
|
1512 |
|
1513 |
-
#: templates/connect.php:
|
1514 |
msgctxt "as in the process of sending an email"
|
1515 |
msgid "Sending email"
|
1516 |
msgstr "Enviando correo electrónico"
|
1517 |
|
1518 |
-
#: templates/connect.php:
|
1519 |
msgctxt "as activating plugin"
|
1520 |
msgid "Activating"
|
1521 |
msgstr "Activando"
|
@@ -1543,8 +1644,8 @@ msgctxt "as code debugging"
|
|
1543 |
msgid "Debugging"
|
1544 |
msgstr "Depurando"
|
1545 |
|
1546 |
-
#: templates/debug.php54, templates/debug.
|
1547 |
-
#: templates/debug.php:
|
1548 |
msgid "Actions"
|
1549 |
msgstr "Acciones"
|
1550 |
|
@@ -1568,199 +1669,203 @@ msgstr "Borrar transients de actualizaciones"
|
|
1568 |
msgid "Sync Data From Server"
|
1569 |
msgstr "Sincronizar datos desde el servidor"
|
1570 |
|
1571 |
-
#: templates/debug.php:
|
|
|
|
|
|
|
|
|
1572 |
msgid "Load DB Option"
|
1573 |
msgstr "Cargar opción de BD"
|
1574 |
|
1575 |
-
#: templates/debug.php:
|
1576 |
msgid "Set DB Option"
|
1577 |
msgstr "Guardar opción en BD"
|
1578 |
|
1579 |
-
#: templates/debug.php:
|
1580 |
msgid "Key"
|
1581 |
msgstr "Clave"
|
1582 |
|
1583 |
-
#: templates/debug.php:
|
1584 |
msgid "Value"
|
1585 |
msgstr "Valor"
|
1586 |
|
1587 |
-
#: templates/debug.php:
|
1588 |
msgctxt "as software development kit versions"
|
1589 |
msgid "SDK Versions"
|
1590 |
msgstr "Versiones SDK"
|
1591 |
|
1592 |
-
#: templates/debug.php:
|
1593 |
msgid "SDK Path"
|
1594 |
msgstr "Ruta del SDK"
|
1595 |
|
1596 |
-
#: templates/debug.
|
1597 |
msgid "Module Path"
|
1598 |
msgstr "Ruta del módulo"
|
1599 |
|
1600 |
-
#: templates/debug.php:
|
1601 |
msgid "Is Active"
|
1602 |
msgstr "Está activo"
|
1603 |
|
1604 |
-
#: templates/debug.
|
1605 |
msgid "Plugins"
|
1606 |
msgstr "Plugins"
|
1607 |
|
1608 |
-
#: templates/debug.
|
1609 |
msgid "Themes"
|
1610 |
msgstr "Temas"
|
1611 |
|
1612 |
-
#: templates/debug.
|
1613 |
#: templates/debug/scheduled-crons.php:80
|
1614 |
msgid "Slug"
|
1615 |
msgstr "Ruta"
|
1616 |
|
1617 |
-
#: templates/debug.
|
1618 |
msgid "Title"
|
1619 |
msgstr "Título"
|
1620 |
|
1621 |
-
#: templates/debug.php:
|
1622 |
msgctxt "as application program interface"
|
1623 |
msgid "API"
|
1624 |
msgstr "API"
|
1625 |
|
1626 |
-
#: templates/debug.php:
|
1627 |
msgid "Freemius State"
|
1628 |
msgstr "Estado Freemius"
|
1629 |
|
1630 |
-
#: templates/debug.php:
|
1631 |
msgid "Network Blog"
|
1632 |
msgstr "Blog de red"
|
1633 |
|
1634 |
-
#: templates/debug.php:
|
1635 |
msgid "Network User"
|
1636 |
msgstr "Usuario de red"
|
1637 |
|
1638 |
-
#: templates/debug.php:
|
1639 |
msgctxt "as connection was successful"
|
1640 |
msgid "Connected"
|
1641 |
msgstr "Conectado"
|
1642 |
|
1643 |
-
#: templates/debug.php:
|
1644 |
msgctxt "as connection blocked"
|
1645 |
msgid "Blocked"
|
1646 |
msgstr "Bloqueado"
|
1647 |
|
1648 |
-
#: templates/debug.php:
|
1649 |
-
msgid "Simulate Trial"
|
1650 |
msgstr "Simular período de prueba"
|
1651 |
|
1652 |
-
#: templates/debug.php:
|
1653 |
msgid "Simulate Network Upgrade"
|
1654 |
msgstr "Simular actualización de red"
|
1655 |
|
1656 |
-
#: templates/debug.php:
|
1657 |
msgid "%s Installs"
|
1658 |
msgstr "%s Instalaciones"
|
1659 |
|
1660 |
-
#: templates/debug.php:
|
1661 |
msgctxt "like websites"
|
1662 |
msgid "Sites"
|
1663 |
msgstr "Sitios"
|
1664 |
|
1665 |
-
#: templates/debug.
|
1666 |
msgid "Blog ID"
|
1667 |
msgstr "ID del blog"
|
1668 |
|
1669 |
-
#: templates/debug.
|
1670 |
-
#: templates/account/partials/addon.php:
|
1671 |
msgctxt "verb"
|
1672 |
msgid "Delete"
|
1673 |
msgstr "Borrar"
|
1674 |
|
1675 |
-
#: templates/debug.php:
|
1676 |
msgid "Add Ons of module %s"
|
1677 |
msgstr "Complementos del módulo %s"
|
1678 |
|
1679 |
-
#: templates/debug.php:
|
1680 |
msgid "Users"
|
1681 |
msgstr "Usuarios"
|
1682 |
|
1683 |
-
#: templates/debug.php:
|
1684 |
msgid "Verified"
|
1685 |
msgstr "Verificado"
|
1686 |
|
1687 |
-
#: templates/debug.php:
|
1688 |
msgid "%s Licenses"
|
1689 |
msgstr "%s Licencias"
|
1690 |
|
1691 |
-
#: templates/debug.php:
|
1692 |
msgid "Plugin ID"
|
1693 |
msgstr "ID del plugin"
|
1694 |
|
1695 |
-
#: templates/debug.php:
|
1696 |
msgid "Plan ID"
|
1697 |
msgstr "ID del plan"
|
1698 |
|
1699 |
-
#: templates/debug.php:
|
1700 |
msgid "Quota"
|
1701 |
msgstr "Cuota"
|
1702 |
|
1703 |
-
#: templates/debug.php:
|
1704 |
msgid "Activated"
|
1705 |
msgstr "Activado"
|
1706 |
|
1707 |
-
#: templates/debug.php:
|
1708 |
msgid "Blocking"
|
1709 |
msgstr "Bloqueando"
|
1710 |
|
1711 |
-
#: templates/debug.php:
|
1712 |
msgctxt "as expiration date"
|
1713 |
msgid "Expiration"
|
1714 |
msgstr "Caducidad"
|
1715 |
|
1716 |
-
#: templates/debug.php:
|
1717 |
msgid "Debug Log"
|
1718 |
msgstr "Log de Debug"
|
1719 |
|
1720 |
-
#: templates/debug.php:
|
1721 |
msgid "All Types"
|
1722 |
msgstr "Todos los Tipos"
|
1723 |
|
1724 |
-
#: templates/debug.php:
|
1725 |
msgid "All Requests"
|
1726 |
msgstr "Todas las peticiones"
|
1727 |
|
1728 |
-
#: templates/debug.
|
1729 |
#: templates/debug/logger.php:25
|
1730 |
msgid "File"
|
1731 |
msgstr "Archivo"
|
1732 |
|
1733 |
-
#: templates/debug.
|
1734 |
#: templates/debug/logger.php:23
|
1735 |
msgid "Function"
|
1736 |
msgstr "Función"
|
1737 |
|
1738 |
-
#: templates/debug.php:
|
1739 |
msgid "Process ID"
|
1740 |
msgstr "ID del proceso"
|
1741 |
|
1742 |
-
#: templates/debug.php:
|
1743 |
msgid "Logger"
|
1744 |
msgstr "Logger"
|
1745 |
|
1746 |
-
#: templates/debug.
|
1747 |
#: templates/debug/logger.php:24
|
1748 |
msgid "Message"
|
1749 |
msgstr "Mensaje"
|
1750 |
|
1751 |
-
#: templates/debug.php:
|
1752 |
msgid "Filter"
|
1753 |
msgstr "Filtro"
|
1754 |
|
1755 |
-
#: templates/debug.php:
|
1756 |
msgid "Download"
|
1757 |
msgstr "Descarga"
|
1758 |
|
1759 |
-
#: templates/debug.
|
1760 |
msgid "Type"
|
1761 |
msgstr "Tipo"
|
1762 |
|
1763 |
-
#: templates/debug.
|
1764 |
msgid "Timestamp"
|
1765 |
msgstr "Timestamp"
|
1766 |
|
@@ -2111,23 +2216,19 @@ msgstr "El uso del seguimiento se hace con la intención de mejorar %s. Crear un
|
|
2111 |
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2112 |
msgstr "Haciendo clic en \"Desistir\", ya no enviaremos los datos de %s a %s."
|
2113 |
|
2114 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2115 |
msgid "There is a new version of %s available."
|
2116 |
msgstr "Hay una nueva versión de %s disponible."
|
2117 |
|
2118 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2119 |
-
msgid " %
|
2120 |
-
msgstr "%s
|
2121 |
|
2122 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2123 |
msgid "New Version Available"
|
2124 |
msgstr "Nueva versión disponible"
|
2125 |
|
2126 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2127 |
-
msgid "Renew license"
|
2128 |
-
msgstr "Renovar la licencia"
|
2129 |
-
|
2130 |
-
#: templates/forms/premium-versions-upgrade-handler.php:53
|
2131 |
msgctxt "close a window"
|
2132 |
msgid "Dismiss"
|
2133 |
msgstr "Descartar"
|
@@ -2140,6 +2241,43 @@ msgstr "Enviar clave de licencia"
|
|
2140 |
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2141 |
msgstr "Escribe abajo la dirección de correo electrónico que has usado para la actualización y te reenviaremos la clave de licencia."
|
2142 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2143 |
#: templates/forms/trial-start.php:22
|
2144 |
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2145 |
msgstr "Estás a sólo 1-click de comenzar tu %1$s días de prueba gratuita del plan %2$s."
|
@@ -2205,20 +2343,16 @@ msgstr "quedan %s"
|
|
2205 |
msgid "Last license"
|
2206 |
msgstr "Última licencia"
|
2207 |
|
2208 |
-
#: templates/account/partials/addon.php:
|
2209 |
msgid "Cancelled"
|
2210 |
msgstr "Cancelado"
|
2211 |
|
2212 |
-
#: templates/account/partials/addon.php:
|
2213 |
-
msgid "Expired"
|
2214 |
-
msgstr "Caducado"
|
2215 |
-
|
2216 |
-
#: templates/account/partials/addon.php:121
|
2217 |
msgid "No expiration"
|
2218 |
msgstr "Sin caducidad"
|
2219 |
|
2220 |
-
#: templates/account/partials/addon.
|
2221 |
-
#: templates/account/partials/addon.php:
|
2222 |
msgid "Activate this add-on"
|
2223 |
msgstr "Activar este complemento"
|
2224 |
|
@@ -2246,47 +2380,47 @@ msgstr "Disculpa las molestias y estamos aquí para ayudarte si nos das una opor
|
|
2246 |
msgid "Contact Support"
|
2247 |
msgstr "Contactar soporte"
|
2248 |
|
2249 |
-
#: templates/forms/deactivation/form.php:
|
2250 |
msgid "Anonymous feedback"
|
2251 |
msgstr "Comentarios anónimos"
|
2252 |
|
2253 |
-
#: templates/forms/deactivation/form.php:
|
2254 |
msgid "Deactivate"
|
2255 |
msgstr "Desactivar"
|
2256 |
|
2257 |
-
#: templates/forms/deactivation/form.php:
|
2258 |
msgid "Activate %s"
|
2259 |
msgstr "Activar %s"
|
2260 |
|
2261 |
-
#: templates/forms/deactivation/form.php:
|
2262 |
-
msgid "Quick
|
2263 |
msgstr "Comentarios rápidos"
|
2264 |
|
2265 |
-
#: templates/forms/deactivation/form.php:
|
2266 |
msgid "If you have a moment, please let us know why you are %s"
|
2267 |
-
msgstr "Si tienes un momento, por favor, dinos por qué estás
|
2268 |
|
2269 |
-
#: templates/forms/deactivation/form.php:
|
2270 |
msgid "deactivating"
|
2271 |
msgstr "desactivando"
|
2272 |
|
2273 |
-
#: templates/forms/deactivation/form.php:
|
2274 |
msgid "switching"
|
2275 |
msgstr "cambiando"
|
2276 |
|
2277 |
-
#: templates/forms/deactivation/form.php:
|
2278 |
msgid "Submit & %s"
|
2279 |
msgstr "Enviar y %s"
|
2280 |
|
2281 |
-
#: templates/forms/deactivation/form.php:
|
2282 |
msgid "Kindly tell us the reason so we can improve."
|
2283 |
msgstr "Por favor, dínos la razón para que podamos mejorar."
|
2284 |
|
2285 |
-
#: templates/forms/deactivation/form.php:
|
2286 |
msgid "Yes - %s"
|
2287 |
msgstr "Si - %s"
|
2288 |
|
2289 |
-
#: templates/forms/deactivation/form.php:
|
2290 |
msgid "Skip & %s"
|
2291 |
msgstr "Saltar y %s"
|
2292 |
|
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
|
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: 2018-11-25 12:57+0000\n"
|
11 |
"Last-Translator: Carlos Longarela <carlos@longarela.eu>\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.php:1688
|
25 |
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
26 |
msgstr "Freemius SDK no pudo encontrar el archivo principal del plugin. Por favor contacta a sdk@freemius.com con el error actual."
|
27 |
|
28 |
+
#: includes/class-freemius.php:1690
|
29 |
msgid "Error"
|
30 |
msgstr "Error"
|
31 |
|
32 |
+
#: includes/class-freemius.php:2011
|
33 |
msgid "I found a better %s"
|
34 |
+
msgstr "He encontrado un %s mejor"
|
35 |
|
36 |
+
#: includes/class-freemius.php:2013
|
37 |
msgid "What's the %s's name?"
|
38 |
msgstr "¿Cuál es el nombre de %s?"
|
39 |
|
40 |
+
#: includes/class-freemius.php:2019
|
41 |
msgid "It's a temporary %s. I'm just debugging an issue."
|
42 |
+
msgstr "Es una %stemporal . Sólo estoy depurando un problema"
|
43 |
|
44 |
+
#: includes/class-freemius.php:2021
|
45 |
msgid "Deactivation"
|
46 |
msgstr "Desactivación"
|
47 |
|
48 |
+
#: includes/class-freemius.php:2022
|
49 |
msgid "Theme Switch"
|
50 |
msgstr "Cambiar tema"
|
51 |
|
52 |
+
#: includes/class-freemius.php2031, templates/forms/resend-key.php:24
|
53 |
msgid "Other"
|
54 |
msgstr "Otra"
|
55 |
|
56 |
+
#: includes/class-freemius.php:2039
|
57 |
msgid "I no longer need the %s"
|
58 |
msgstr "Ya no necesito el %s"
|
59 |
|
60 |
+
#: includes/class-freemius.php:2046
|
61 |
msgid "I only needed the %s for a short period"
|
62 |
msgstr "Sólo necesitaba la %s por un corto período"
|
63 |
|
64 |
+
#: includes/class-freemius.php:2052
|
65 |
msgid "The %s broke my site"
|
66 |
msgstr "%s ha roto mi sitio"
|
67 |
|
68 |
+
#: includes/class-freemius.php:2059
|
69 |
msgid "The %s suddenly stopped working"
|
70 |
msgstr "%s de repente ha dejado de funcionar"
|
71 |
|
72 |
+
#: includes/class-freemius.php:2069
|
73 |
msgid "I can't pay for it anymore"
|
74 |
msgstr "No puedo pagarlo durante más tiempo"
|
75 |
|
76 |
+
#: includes/class-freemius.php:2071
|
77 |
msgid "What price would you feel comfortable paying?"
|
78 |
msgstr "¿Con qué precio te sentirías cómodo pagando?"
|
79 |
|
80 |
+
#: includes/class-freemius.php:2077
|
81 |
msgid "I don't like to share my information with you"
|
82 |
msgstr "No me gusta compartir mi información contigo"
|
83 |
|
84 |
+
#: includes/class-freemius.php:2098
|
85 |
msgid "The %s didn't work"
|
86 |
+
msgstr "El %s no funcionaba"
|
87 |
|
88 |
+
#: includes/class-freemius.php:2108
|
89 |
msgid "I couldn't understand how to make it work"
|
90 |
msgstr "No entiendo cómo hacerlo funcionar"
|
91 |
|
92 |
+
#: includes/class-freemius.php:2116
|
93 |
msgid "The %s is great, but I need specific feature that you don't support"
|
94 |
msgstr "%s es genial, pero necesito una característica que no soportáis"
|
95 |
|
96 |
+
#: includes/class-freemius.php:2118
|
97 |
msgid "What feature?"
|
98 |
msgstr "¿Qué característica?"
|
99 |
|
100 |
+
#: includes/class-freemius.php:2122
|
101 |
msgid "The %s is not working"
|
102 |
+
msgstr " El %s no funciona"
|
103 |
|
104 |
+
#: includes/class-freemius.php:2124
|
105 |
msgid "Kindly share what didn't work so we can fix it for future users..."
|
106 |
msgstr "Por favor, comparte lo que no funcionó para que podamos arreglarlo para los futuros usuarios..."
|
107 |
|
108 |
+
#: includes/class-freemius.php:2128
|
109 |
msgid "It's not what I was looking for"
|
110 |
msgstr "No es lo que estaba buscando"
|
111 |
|
112 |
+
#: includes/class-freemius.php:2130
|
113 |
msgid "What you've been looking for?"
|
114 |
msgstr "¿Que has estado buscando?"
|
115 |
|
116 |
+
#: includes/class-freemius.php:2134
|
117 |
msgid "The %s didn't work as expected"
|
118 |
+
msgstr " El %s no funciona como esperaba"
|
119 |
|
120 |
+
#: includes/class-freemius.php:2136
|
121 |
msgid "What did you expect?"
|
122 |
msgstr "¿Qué esperas?"
|
123 |
|
124 |
+
#: includes/class-freemius.php2942, templates/debug.php:20
|
125 |
msgid "Freemius Debug"
|
126 |
msgstr "Debug Freemius"
|
127 |
|
128 |
+
#: includes/class-freemius.php:3670
|
129 |
msgid "I don't know what is cURL or how to install it, help me!"
|
130 |
msgstr "No sé qué es cURL o cómo instalarlo, ¡ayúdame!"
|
131 |
|
132 |
+
#: includes/class-freemius.php:3672
|
133 |
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."
|
134 |
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."
|
135 |
|
136 |
+
#: includes/class-freemius.php:3679
|
137 |
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."
|
138 |
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."
|
139 |
|
140 |
+
#: includes/class-freemius.php:3784
|
141 |
msgid "Yes - do your thing"
|
142 |
msgstr "Vamos, adelante"
|
143 |
|
144 |
+
#: includes/class-freemius.php:3789
|
145 |
msgid "No - just deactivate"
|
146 |
msgstr "No - sólo desactivar"
|
147 |
|
148 |
+
#: includes/class-freemius.php3834, includes/class-freemius.php4343,
|
149 |
+
#: includes/class-freemius.php5442, includes/class-freemius.php11545,
|
150 |
+
#: includes/class-freemius.php14916, includes/class-freemius.php14968,
|
151 |
+
#: includes/class-freemius.php15030, includes/class-freemius.php17263,
|
152 |
+
#: includes/class-freemius.php17273, includes/class-freemius.php17882,
|
153 |
+
#: includes/class-freemius.php18742, includes/class-freemius.php18857,
|
154 |
+
#: includes/class-freemius.php19001, templates/add-ons.php:43
|
155 |
msgctxt "exclamation"
|
156 |
msgid "Oops"
|
157 |
msgstr "Oops"
|
158 |
|
159 |
+
#: includes/class-freemius.php:3903
|
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 "¡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."
|
162 |
|
163 |
+
#: includes/class-freemius.php:4340
|
164 |
msgctxt "addonX cannot run without pluginY"
|
165 |
msgid "%s cannot run without %s."
|
166 |
msgstr "%s no se puede ejecutar sin %s."
|
167 |
|
168 |
+
#: includes/class-freemius.php:4341
|
169 |
msgctxt "addonX cannot run..."
|
170 |
msgid "%s cannot run without the plugin."
|
171 |
msgstr "%s no se puede ejecutar sin el plugin."
|
172 |
|
173 |
+
#: includes/class-freemius.php4487, includes/class-freemius.php4512,
|
174 |
+
#: includes/class-freemius.php:17953
|
175 |
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
176 |
msgstr "Error inesperado del API. Pónte en contacto con el autor de %s indicándole el siguiente error."
|
177 |
|
178 |
+
#: includes/class-freemius.php:5130
|
179 |
msgid "Premium %s version was successfully activated."
|
180 |
msgstr "La versión Premium %s ha sido activada con éxito."
|
181 |
|
182 |
+
#: includes/class-freemius.php5142, includes/class-freemius.php:7004
|
183 |
msgctxt ""
|
184 |
msgid "W00t"
|
185 |
msgstr "W00t"
|
186 |
|
187 |
+
#: includes/class-freemius.php:5157
|
188 |
msgid "You have a %s license."
|
189 |
msgstr "Tienes una licencia %s."
|
190 |
|
191 |
+
#: includes/class-freemius.php5161, includes/class-freemius.php14337,
|
192 |
+
#: includes/class-freemius.php14348, includes/class-freemius.php17177,
|
193 |
+
#: includes/class-freemius.php17491, includes/class-freemius.php17557,
|
194 |
+
#: includes/class-freemius.php:17707
|
195 |
msgctxt "interjection expressing joy or exuberance"
|
196 |
msgid "Yee-haw"
|
197 |
msgstr "Vaya"
|
198 |
|
199 |
+
#: includes/class-freemius.php:5425
|
200 |
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."
|
201 |
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."
|
202 |
|
203 |
+
#: includes/class-freemius.php:5429
|
204 |
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
205 |
msgstr "%s es un complemento único de premium. Tienes que comprar una licencia primero antes de activar el plugin."
|
206 |
|
207 |
+
#: includes/class-freemius.php5438, templates/add-ons.php103,
|
208 |
+
#: templates/account/partials/addon.php:288
|
209 |
msgid "More information about %s"
|
210 |
msgstr "Más información sobre %s"
|
211 |
|
212 |
+
#: includes/class-freemius.php:5439
|
213 |
msgid "Purchase License"
|
214 |
msgstr "Comprar licencia"
|
215 |
|
216 |
+
#: includes/class-freemius.php6372, templates/connect.php:163
|
217 |
msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
218 |
msgstr "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."
|
219 |
|
220 |
+
#: includes/class-freemius.php:6376
|
221 |
msgid "start the trial"
|
222 |
msgstr "comenzar el período de prueba"
|
223 |
|
224 |
+
#: includes/class-freemius.php6377, templates/connect.php:167
|
225 |
msgid "complete the install"
|
226 |
msgstr "completar la instalación"
|
227 |
|
228 |
+
#: includes/class-freemius.php:6490
|
229 |
msgid "You are just one step away - %s"
|
230 |
msgstr "Estás a sólo un paso - %s"
|
231 |
|
232 |
+
#: includes/class-freemius.php:6493
|
233 |
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
234 |
msgid "Complete \"%s\" Activation Now"
|
235 |
msgstr "Completar la activación de \"%s\" ahora"
|
236 |
|
237 |
+
#: includes/class-freemius.php:6571
|
238 |
msgid "We made a few tweaks to the %s, %s"
|
239 |
msgstr "Hemos realizado algunas optimizaciones al %s, %s"
|
240 |
|
241 |
+
#: includes/class-freemius.php:6575
|
242 |
+
msgid "Opt in to make \"%s\" better!"
|
243 |
+
msgstr "¡Inscríbite para hacer \"%s\" Mejor!"
|
244 |
|
245 |
+
#: includes/class-freemius.php:7003
|
246 |
msgid "The upgrade of %s was successfully completed."
|
247 |
msgstr "La actualización de %s se completó con éxito."
|
248 |
|
249 |
+
#: includes/class-freemius.php8925, includes/class-fs-plugin-updater.php886,
|
250 |
+
#: includes/class-fs-plugin-updater.php1081,
|
251 |
+
#: includes/class-fs-plugin-updater.php1088,
|
252 |
+
#: templates/auto-installation.php:32
|
253 |
msgid "Add-On"
|
254 |
msgstr "Complemento"
|
255 |
|
256 |
+
#: includes/class-freemius.php8927, templates/debug.php359,
|
257 |
+
#: templates/debug.php:520
|
258 |
msgid "Plugin"
|
259 |
msgstr "Plugin"
|
260 |
|
261 |
+
#: includes/class-freemius.php8928, templates/debug.php359,
|
262 |
+
#: templates/debug.php520, templates/forms/deactivation/form.php:67
|
263 |
msgid "Theme"
|
264 |
msgstr "Tema"
|
265 |
|
266 |
+
#: includes/class-freemius.php:11412
|
267 |
+
msgid "Invalid site details collection."
|
268 |
+
msgstr "Colección de detalles del sitio no válida."
|
269 |
|
270 |
+
#: includes/class-freemius.php:11532
|
271 |
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
272 |
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?"
|
273 |
|
274 |
+
#: includes/class-freemius.php:11534
|
275 |
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
276 |
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?"
|
277 |
|
278 |
+
#: includes/class-freemius.php:11808
|
279 |
msgid "Account is pending activation."
|
280 |
msgstr "La cuenta está pendiente de activación"
|
281 |
|
282 |
+
#: includes/class-freemius.php11920,
|
283 |
+
#: templates/forms/premium-versions-upgrade-handler.php:47
|
284 |
+
msgid "Buy a license now"
|
285 |
+
msgstr "Compra una licencia ahora"
|
286 |
+
|
287 |
+
#: includes/class-freemius.php11932,
|
288 |
+
#: templates/forms/premium-versions-upgrade-handler.php:46
|
289 |
+
msgid "Renew your license now"
|
290 |
+
msgstr "Renueva tu licencia ahora"
|
291 |
+
|
292 |
+
#: includes/class-freemius.php:11936
|
293 |
+
msgid "%s to access version %s security & feature updates, and support."
|
294 |
+
msgstr "%s para acceder a la versión %s de actualizaciones de funciones, seguridad y soporte."
|
295 |
+
|
296 |
+
#: includes/class-freemius.php:14319
|
297 |
msgid "%s activation was successfully completed."
|
298 |
msgstr "%s activación se completó con éxito."
|
299 |
|
300 |
+
#: includes/class-freemius.php:14333
|
301 |
msgid "Your account was successfully activated with the %s plan."
|
302 |
msgstr "Tu cuenta se ha activado correctamente con el plan %s."
|
303 |
|
304 |
+
#: includes/class-freemius.php14344, includes/class-freemius.php:17553
|
305 |
msgid "Your trial has been successfully started."
|
306 |
msgstr "Tu versión de prueba se ha iniciado con éxito."
|
307 |
|
308 |
+
#: includes/class-freemius.php14914, includes/class-freemius.php14966,
|
309 |
+
#: includes/class-freemius.php:15028
|
310 |
msgid "Couldn't activate %s."
|
311 |
msgstr "No se puede activar %s."
|
312 |
|
313 |
+
#: includes/class-freemius.php14915, includes/class-freemius.php14967,
|
314 |
+
#: includes/class-freemius.php:15029
|
315 |
msgid "Please contact us with the following message:"
|
316 |
msgstr "Por favor contáctanos con el siguiente mensaje:"
|
317 |
|
318 |
+
#: includes/class-freemius.php15378, includes/class-freemius.php:19839
|
319 |
msgid "Upgrade"
|
320 |
msgstr "Actualizar"
|
321 |
|
322 |
+
#: includes/class-freemius.php:15384
|
323 |
msgid "Start Trial"
|
324 |
msgstr "Comenzar el período de prueba"
|
325 |
|
326 |
+
#: includes/class-freemius.php:15386
|
327 |
msgid "Pricing"
|
328 |
msgstr "Precio"
|
329 |
|
330 |
+
#: includes/class-freemius.php15448, includes/class-freemius.php:15450
|
331 |
msgid "Affiliation"
|
332 |
msgstr "Afiliación"
|
333 |
|
334 |
+
#: includes/class-freemius.php15478, includes/class-freemius.php15480,
|
335 |
+
#: templates/account.php150, templates/debug.php:324
|
336 |
msgid "Account"
|
337 |
msgstr "Cuenta"
|
338 |
|
339 |
+
#: includes/class-freemius.php15493, includes/class-freemius.php15495,
|
340 |
#: includes/customizer/class-fs-customizer-support-section.php:60
|
341 |
msgid "Contact Us"
|
342 |
msgstr "Contáctanos"
|
343 |
|
344 |
+
#: includes/class-freemius.php15505, includes/class-freemius.php15507,
|
345 |
+
#: includes/class-freemius.php19849, templates/account.php100,
|
346 |
+
#: templates/account/partials/addon.php:41
|
347 |
msgid "Add-Ons"
|
348 |
msgstr "Complementos"
|
349 |
|
350 |
+
#: includes/class-freemius.php:15541
|
351 |
+
msgctxt "ASCII arrow left icon"
|
352 |
+
msgid "←"
|
353 |
+
msgstr "←"
|
354 |
+
|
355 |
+
#: includes/class-freemius.php:15541
|
356 |
+
msgctxt "ASCII arrow right icon"
|
357 |
+
msgid "➤"
|
358 |
+
msgstr "➤"
|
359 |
+
|
360 |
+
#: includes/class-freemius.php15543, templates/pricing.php:97
|
361 |
msgctxt "noun"
|
362 |
msgid "Pricing"
|
363 |
msgstr "Precio"
|
364 |
|
365 |
+
#: includes/class-freemius.php15756,
|
366 |
#: includes/customizer/class-fs-customizer-support-section.php:67
|
367 |
msgid "Support Forum"
|
368 |
msgstr "Foro de soporte"
|
369 |
|
370 |
+
#: includes/class-freemius.php:16542
|
371 |
msgid "Your email has been successfully verified - you are AWESOME!"
|
372 |
msgstr "Tu email ha sido verificado correctamente - ¡Eres IMPRESIONANTE!"
|
373 |
|
374 |
+
#: includes/class-freemius.php:16543
|
375 |
msgctxt "a positive response"
|
376 |
msgid "Right on"
|
377 |
msgstr "Bien hecho"
|
378 |
|
379 |
+
#: includes/class-freemius.php:17168
|
380 |
msgid "Your %s Add-on plan was successfully upgraded."
|
381 |
msgstr "Tu complemento %s del plan se actualizó con éxito."
|
382 |
|
383 |
+
#: includes/class-freemius.php:17170
|
384 |
msgid "%s Add-on was successfully purchased."
|
385 |
msgstr "El complemento %s ha sido comprado correctamente."
|
386 |
|
387 |
+
#: includes/class-freemius.php:17173
|
388 |
msgid "Download the latest version"
|
389 |
msgstr "Descargar la última versión"
|
390 |
|
391 |
+
#: includes/class-freemius.php:17259
|
392 |
msgctxt "%1s - plugin title, %2s - API domain"
|
393 |
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
394 |
msgstr "Tu servidor está bloqueando el acceso a la API de Freemius, que es crucial para la sincronización de licencia %1s. Por favor, ponte en contacto con tu host para que lo añadan a su lista blanca %2s"
|
395 |
|
396 |
+
#: includes/class-freemius.php17262, includes/class-freemius.php17678,
|
397 |
+
#: includes/class-freemius.php:17755
|
398 |
msgid "Error received from the server:"
|
399 |
msgstr "Error recibido del servidor:"
|
400 |
|
401 |
+
#: includes/class-freemius.php:17272
|
402 |
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
403 |
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."
|
404 |
|
405 |
+
#: includes/class-freemius.php17454, includes/class-freemius.php17683,
|
406 |
+
#: includes/class-freemius.php17726, includes/class-freemius.php:17829
|
407 |
msgctxt ""
|
408 |
msgid "Hmm"
|
409 |
msgstr "Hmm"
|
410 |
|
411 |
+
#: includes/class-freemius.php:17467
|
412 |
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."
|
413 |
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."
|
414 |
|
415 |
+
#: includes/class-freemius.php17468, templates/account.php102,
|
416 |
+
#: templates/add-ons.php134, templates/account/partials/addon.php:43
|
417 |
msgctxt "trial period"
|
418 |
msgid "Trial"
|
419 |
msgstr "Período de Prueba Gratuito"
|
420 |
|
421 |
+
#: includes/class-freemius.php:17473
|
422 |
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
423 |
msgstr "He actualizado mi cuenta, pero cuando intento sincronizar la licencia, el plan sigue siendo %s."
|
424 |
|
425 |
+
#: includes/class-freemius.php17477, includes/class-freemius.php:17535
|
426 |
msgid "Please contact us here"
|
427 |
msgstr "Contacta aquí con nosotros"
|
428 |
|
429 |
+
#: includes/class-freemius.php:17487
|
430 |
msgid "Your plan was successfully upgraded."
|
431 |
msgstr "Tu plan se actualizó con éxito."
|
432 |
|
433 |
+
#: includes/class-freemius.php:17505
|
434 |
msgid "Your plan was successfully changed to %s."
|
435 |
msgstr "Tu plan se cambió correctamente a %s."
|
436 |
|
437 |
+
#: includes/class-freemius.php:17521
|
438 |
msgid "Your license has expired. You can still continue using the free %s forever."
|
439 |
msgstr "Tu licencia ha caducado. Puedes seguir usando el plan gratuito %s para siempre."
|
440 |
|
441 |
+
#: includes/class-freemius.php:17523
|
442 |
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
443 |
msgstr "Tu licencia ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones."
|
444 |
|
445 |
+
#: includes/class-freemius.php:17531
|
446 |
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
447 |
msgstr "Tu licencia ha sido cancelada. Si crees que es un error, ponte en contacto con el servicio de asistencia."
|
448 |
|
449 |
+
#: includes/class-freemius.php:17544
|
450 |
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."
|
451 |
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."
|
452 |
|
453 |
+
#: includes/class-freemius.php:17567
|
454 |
msgid "Your free trial has expired. You can still continue using all our free features."
|
455 |
msgstr "Tu período de prueba ha caducado. Todavía puedes seguir usando todas nuestras funciones gratuitas."
|
456 |
|
457 |
+
#: includes/class-freemius.php:17569
|
458 |
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
459 |
msgstr "Tu período de prueba ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones."
|
460 |
|
461 |
+
#: includes/class-freemius.php:17674
|
462 |
msgid "It looks like the license could not be activated."
|
463 |
msgstr "Parece que la licencia no se pudo activar."
|
464 |
|
465 |
+
#: includes/class-freemius.php:17704
|
466 |
msgid "Your license was successfully activated."
|
467 |
msgstr "Tu licencia fue activada correctamente."
|
468 |
|
469 |
+
#: includes/class-freemius.php:17730
|
470 |
msgid "It looks like your site currently doesn't have an active license."
|
471 |
msgstr "Parece que tu sitio actualmente no tiene una licencia activa."
|
472 |
|
473 |
+
#: includes/class-freemius.php:17754
|
474 |
msgid "It looks like the license deactivation failed."
|
475 |
msgstr "Parece que la desactivación de licencia ha fallado."
|
476 |
|
477 |
+
#: includes/class-freemius.php:17782
|
478 |
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
479 |
msgstr "Tu licencia fue desactivada correctamente, has vuelto al plan %s."
|
480 |
|
481 |
+
#: includes/class-freemius.php:17783
|
482 |
msgid "O.K"
|
483 |
msgstr "O.K"
|
484 |
|
485 |
+
#: includes/class-freemius.php:17836
|
486 |
+
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
487 |
+
msgstr "Parece que estamos teniendo algún problema temporal con tu cancelación de la suscripción. Vuelve a intentarlo en unos minutos."
|
488 |
|
489 |
+
#: includes/class-freemius.php:17845
|
490 |
+
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
491 |
+
msgstr "Tu suscripción ha sido cancelada correctamente. Tu %s licencia del plan caducará en %s."
|
492 |
|
493 |
+
#: includes/class-freemius.php:17887
|
494 |
msgid "You are already running the %s in a trial mode."
|
495 |
msgstr "Estás ejecutando %s en modo de prueba."
|
496 |
|
497 |
+
#: includes/class-freemius.php:17898
|
498 |
msgid "You already utilized a trial before."
|
499 |
msgstr "Ya utilizaste un período de prueba antes."
|
500 |
|
501 |
+
#: includes/class-freemius.php:17912
|
502 |
msgid "Plan %s do not exist, therefore, can't start a trial."
|
503 |
msgstr "El plan %s no existe, por lo tanto, no puedes comenzar un período de prueba."
|
504 |
|
505 |
+
#: includes/class-freemius.php:17923
|
506 |
msgid "Plan %s does not support a trial period."
|
507 |
msgstr "El plan %s no admite un período de prueba."
|
508 |
|
509 |
+
#: includes/class-freemius.php:17934
|
510 |
msgid "None of the %s's plans supports a trial period."
|
511 |
msgstr "Ninguno de los planes de %s soportan un período de prueba."
|
512 |
|
513 |
+
#: includes/class-freemius.php:17984
|
514 |
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
515 |
msgstr "Parece que ya no estás en modo de prueba, así que no hay nada que cancelar :)"
|
516 |
|
517 |
+
#: includes/class-freemius.php:18020
|
|
|
|
|
|
|
|
|
518 |
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
519 |
msgstr "Parece que estamos teniendo algún problema temporal con tu cancelación de prueba. Vuelve a intentarlo en unos minutos."
|
520 |
|
521 |
+
#: includes/class-freemius.php:18039
|
522 |
+
msgid "Your %s free trial was successfully cancelled."
|
523 |
+
msgstr "Tu prueba gratuita de %s fue cancelada con éxito."
|
524 |
+
|
525 |
+
#: includes/class-freemius.php:18346
|
526 |
msgid "Version %s was released."
|
527 |
msgstr "La versión %s se ha lanzado."
|
528 |
|
529 |
+
#: includes/class-freemius.php:18346
|
530 |
msgid "Please download %s."
|
531 |
msgstr "Por favor descarga %s."
|
532 |
|
533 |
+
#: includes/class-freemius.php:18353
|
534 |
msgid "the latest %s version here"
|
535 |
msgstr "la última versión %s aquí"
|
536 |
|
537 |
+
#: includes/class-freemius.php:18358
|
538 |
msgid "New"
|
539 |
msgstr "Nuevo"
|
540 |
|
541 |
+
#: includes/class-freemius.php:18363
|
542 |
msgid "Seems like you got the latest release."
|
543 |
msgstr "Parece que tienes la última versión."
|
544 |
|
545 |
+
#: includes/class-freemius.php:18364
|
546 |
msgid "You are all good!"
|
547 |
msgstr "¡Está todo listo!"
|
548 |
|
549 |
+
#: includes/class-freemius.php:18632
|
550 |
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
551 |
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."
|
552 |
|
553 |
+
#: includes/class-freemius.php:18769
|
554 |
msgid "Site successfully opted in."
|
555 |
msgstr "Sitio dado de alta correctamente."
|
556 |
|
557 |
+
#: includes/class-freemius.php18770, includes/class-freemius.php:19581
|
558 |
msgid "Awesome"
|
559 |
msgstr "Increíble"
|
560 |
|
561 |
+
#: includes/class-freemius.php18786, templates/forms/optout.php:32
|
562 |
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
563 |
msgstr "Agradecemos tu ayuda para mejorar %s y por permitirnos rastrear algunos datos de uso."
|
564 |
|
565 |
+
#: includes/class-freemius.php:18787
|
566 |
msgid "Thank you!"
|
567 |
msgstr "¡Gracias!"
|
568 |
|
569 |
+
#: includes/class-freemius.php:18794
|
570 |
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
571 |
msgstr "No continuaremos enviando datos de uso de %s en %s a %s."
|
572 |
|
573 |
+
#: includes/class-freemius.php:18923
|
574 |
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."
|
575 |
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."
|
576 |
|
577 |
+
#: includes/class-freemius.php:18929
|
578 |
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
579 |
msgstr "Gracias por confirmar el cambio de propiedad. Se envió un correo electrónico a %s para su aprobación final."
|
580 |
|
581 |
+
#: includes/class-freemius.php:18934
|
582 |
msgid "%s is the new owner of the account."
|
583 |
msgstr "%s es el nuevo dueño de la cuenta."
|
584 |
|
585 |
+
#: includes/class-freemius.php:18936
|
586 |
msgctxt "as congratulations"
|
587 |
msgid "Congrats"
|
588 |
msgstr "Felicidades"
|
589 |
|
590 |
+
#: includes/class-freemius.php:18956
|
591 |
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
592 |
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."
|
593 |
|
594 |
+
#: includes/class-freemius.php:18957
|
595 |
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
596 |
msgstr "Si deseas renunciar a la titularidad de la cuenta de %s a %s haz clic en el botón de cambio de titularidad."
|
597 |
|
598 |
+
#: includes/class-freemius.php:18964
|
599 |
msgid "Change Ownership"
|
600 |
msgstr "Cambiar propietario"
|
601 |
|
602 |
+
#: includes/class-freemius.php:18972
|
603 |
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
604 |
msgstr "Se actualizó correctamente tu correo electrónico. Recibirás un correo electrónico con las instrucciones de confirmación en unos momentos."
|
605 |
|
606 |
+
#: includes/class-freemius.php:18984
|
607 |
msgid "Please provide your full name."
|
608 |
msgstr "Por favor, dinos tu nombre completo."
|
609 |
|
610 |
+
#: includes/class-freemius.php:18989
|
611 |
msgid "Your name was successfully updated."
|
612 |
msgstr "Tu nombre fue actualizado correctamente."
|
613 |
|
614 |
+
#: includes/class-freemius.php:19050
|
615 |
msgid "You have successfully updated your %s."
|
616 |
msgstr "Has actualizado correctamente tu %s."
|
617 |
|
618 |
+
#: includes/class-freemius.php:19190
|
619 |
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
620 |
msgstr "Sólo déjanos informarte que la información de complementos de %s se está extrayendo de un servidor externo."
|
621 |
|
622 |
+
#: includes/class-freemius.php:19191
|
623 |
msgctxt "advance notice of something that will need attention."
|
624 |
msgid "Heads up"
|
625 |
msgstr "Atención"
|
626 |
|
627 |
+
#: includes/class-freemius.php:19621
|
628 |
msgctxt "exclamation"
|
629 |
msgid "Hey"
|
630 |
msgstr "Hey"
|
631 |
|
632 |
+
#: includes/class-freemius.php:19621
|
633 |
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
634 |
msgstr "¿Qué te pareció %s hasta ahora? Prueba todas nuestras funciones premium de %s con una prueba gratuita de % d-días."
|
635 |
|
636 |
+
#: includes/class-freemius.php:19629
|
637 |
msgid "No commitment for %s days - cancel anytime!"
|
638 |
msgstr "Sin compromiso por %s días - ¡cancelar en cualquier momento!"
|
639 |
|
640 |
+
#: includes/class-freemius.php:19630
|
641 |
msgid "No credit card required"
|
642 |
msgstr "No se necesita tarjeta de crédito"
|
643 |
|
644 |
+
#: includes/class-freemius.php19637, templates/forms/trial-start.php:53
|
645 |
msgctxt "call to action"
|
646 |
msgid "Start free trial"
|
647 |
msgstr "Comenzar el período de prueba gratuito"
|
648 |
|
649 |
+
#: includes/class-freemius.php:19714
|
650 |
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!"
|
651 |
msgstr "Hey, ¿sabías que %s tiene un programa de afiliados? ¡Si te gusta %s puedes convertirte en nuestro embajador y ganar dinero!"
|
652 |
|
653 |
+
#: includes/class-freemius.php:19723
|
654 |
msgid "Learn more"
|
655 |
msgstr "Saber más"
|
656 |
|
657 |
+
#: includes/class-freemius.php19873, templates/account.php406,
|
658 |
+
#: templates/account.php509, templates/connect.php171,
|
659 |
+
#: templates/connect.php421, templates/forms/license-activation.php24,
|
660 |
+
#: templates/account/partials/addon.php:235
|
661 |
msgid "Activate License"
|
662 |
msgstr "Activar licencia"
|
663 |
|
664 |
+
#: includes/class-freemius.php19874, templates/account.php469,
|
665 |
+
#: templates/account.php508, templates/account/partials/site.php:256
|
666 |
msgid "Change License"
|
667 |
msgstr "Cambiar licencia"
|
668 |
|
669 |
+
#: includes/class-freemius.php19956, templates/account/partials/site.php:161
|
670 |
msgid "Opt Out"
|
671 |
msgstr "Darse de baja"
|
672 |
|
673 |
+
#: includes/class-freemius.php19958, includes/class-freemius.php19963,
|
674 |
#: templates/account/partials/site.php43,
|
675 |
#: templates/account/partials/site.php:161
|
676 |
msgid "Opt In"
|
677 |
msgstr "Inscribirse"
|
678 |
|
679 |
+
#: includes/class-freemius.php:20187
|
680 |
+
msgid " The paid version of %1s is already installed. Please activate it to start benefiting the %2s features. %3s"
|
681 |
+
msgstr "La versión de pago de %1s ya está instalada. Actívala para comenzar a beneficiarte de las funciones de %2s. %3s"
|
682 |
+
|
683 |
+
#: includes/class-freemius.php:20195
|
684 |
+
msgid "Activate %s features"
|
685 |
+
msgstr "Activar características %s"
|
686 |
+
|
687 |
+
#: includes/class-freemius.php:20208
|
688 |
msgid "Please follow these steps to complete the upgrade"
|
689 |
msgstr "Por favor, sigue estos pasos para completar la actualización"
|
690 |
|
691 |
+
#: includes/class-freemius.php:20212
|
692 |
msgid "Download the latest %s version"
|
693 |
msgstr "Descargar la última versión %s"
|
694 |
|
695 |
+
#: includes/class-freemius.php:20216
|
696 |
msgid "Upload and activate the downloaded version"
|
697 |
msgstr "Cargar y activar la versión descargada"
|
698 |
|
699 |
+
#: includes/class-freemius.php:20218
|
700 |
msgid "How to upload and activate?"
|
701 |
msgstr "¿Cómo subirlo y activarlo?"
|
702 |
|
703 |
+
#: includes/class-freemius.php:20352
|
704 |
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
705 |
msgstr "%sClick aquí %s para elegir los sitios sobre los que te gustaría activar la licencia."
|
706 |
|
707 |
+
#: includes/class-freemius.php:20513
|
708 |
msgid "Auto installation only works for opted-in users."
|
709 |
msgstr "La instalación automática sólo funciona para usuarios que aceptaron."
|
710 |
|
711 |
+
#: includes/class-freemius.php20523, includes/class-freemius.php20556,
|
712 |
+
#: includes/class-fs-plugin-updater.php1060,
|
713 |
+
#: includes/class-fs-plugin-updater.php:1074
|
714 |
msgid "Invalid module ID."
|
715 |
msgstr "Id de módulo no válido."
|
716 |
|
717 |
+
#: includes/class-freemius.php20532, includes/class-fs-plugin-updater.php:1096
|
718 |
msgid "Premium version already active."
|
719 |
msgstr "Versión premium ya activa."
|
720 |
|
721 |
+
#: includes/class-freemius.php:20539
|
722 |
msgid "You do not have a valid license to access the premium version."
|
723 |
msgstr "No tienes una licencia válida para acceder a la versión premium."
|
724 |
|
725 |
+
#: includes/class-freemius.php:20546
|
726 |
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
727 |
msgstr "El plugin es un \"Serviceware\" lo que significa que no tiene una versión de código premium."
|
728 |
|
729 |
+
#: includes/class-freemius.php20564, includes/class-fs-plugin-updater.php:1095
|
730 |
msgid "Premium add-on version already installed."
|
731 |
msgstr "Versión del complemento premium ya instalada."
|
732 |
|
733 |
+
#: includes/class-freemius.php:20909
|
734 |
msgid "View paid features"
|
735 |
msgstr "Ver las funciones de pago"
|
736 |
|
737 |
+
#: includes/class-freemius.php:21229
|
738 |
msgid "Thank you so much for using %s and its add-ons!"
|
739 |
msgstr "¡Muchas gracias por utilizar %s y sus complementos!"
|
740 |
|
741 |
+
#: includes/class-freemius.php:21230
|
742 |
msgid "Thank you so much for using %s!"
|
743 |
msgstr "¡Muchas gracias por utilizar %s!"
|
744 |
|
745 |
+
#: includes/class-freemius.php:21236
|
746 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
747 |
msgstr "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando %s."
|
748 |
|
749 |
+
#: includes/class-freemius.php:21240
|
750 |
msgid "Thank you so much for using our products!"
|
751 |
msgstr "¡Muchas gracias por utilizar nuestros productos!"
|
752 |
|
753 |
+
#: includes/class-freemius.php:21241
|
754 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
755 |
msgstr "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando."
|
756 |
|
757 |
+
#: includes/class-freemius.php:21260
|
758 |
msgid "%s and its add-ons"
|
759 |
msgstr "%s y sus complementos"
|
760 |
|
761 |
+
#: includes/class-freemius.php:21269
|
762 |
msgid "Products"
|
763 |
msgstr "Productos"
|
764 |
|
765 |
+
#: includes/class-freemius.php21276, templates/connect.php:272
|
766 |
msgid "Yes"
|
767 |
msgstr "Si"
|
768 |
|
769 |
+
#: includes/class-freemius.php21277, templates/connect.php:273
|
770 |
msgid "send me security & feature updates, educational content and offers."
|
771 |
msgstr "envíame actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas."
|
772 |
|
773 |
+
#: includes/class-freemius.php21278, templates/connect.php:278
|
774 |
msgid "No"
|
775 |
msgstr "No"
|
776 |
|
777 |
+
#: includes/class-freemius.php21280, templates/connect.php:280
|
778 |
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
779 |
msgstr "%sNO%s me envíes actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas."
|
780 |
|
781 |
+
#: includes/class-freemius.php:21290
|
782 |
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 🙂"
|
783 |
msgstr "Debido a la nueva %s Regulación General de Protección de Datos de la UE (GDPR)%s los requisitos de conformidad nos requieren que nos debes dar tu consentimiento explícito, de nuevo, confirmando que estás de acuerdo 🙂"
|
784 |
|
785 |
+
#: includes/class-freemius.php21292, templates/connect.php:287
|
786 |
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
787 |
msgstr "Indica si deseas que te contactemos para actualizaciones de seguridad y nuevas funciones, contenido educativo y ofertas ocasionales:"
|
788 |
|
789 |
+
#: includes/class-freemius.php:21574
|
790 |
msgid "License key is empty."
|
791 |
msgstr "La clave de licencia está vacía."
|
792 |
|
793 |
#: includes/class-fs-plugin-updater.php184,
|
794 |
+
#: templates/forms/premium-versions-upgrade-handler.php:57
|
795 |
+
msgid "Renew license"
|
796 |
+
msgstr "Renovar la licencia"
|
797 |
+
|
798 |
+
#: includes/class-fs-plugin-updater.php189,
|
799 |
+
#: templates/forms/premium-versions-upgrade-handler.php:58
|
800 |
+
msgid "Buy license"
|
801 |
+
msgstr "Comprar licencia"
|
802 |
+
|
803 |
+
#: includes/class-fs-plugin-updater.php:278
|
804 |
+
msgid "There is a %s of %s available."
|
805 |
+
msgstr "Hay una %s de %s disponible."
|
806 |
+
|
807 |
+
#: includes/class-fs-plugin-updater.php:282
|
808 |
+
msgid "new version"
|
809 |
+
msgstr "nueva versión"
|
810 |
|
811 |
+
#: includes/class-fs-plugin-updater.php:305
|
812 |
+
msgid "Important Upgrade Notice:"
|
813 |
+
msgstr "Aviso importante de actualización:"
|
814 |
+
|
815 |
+
#: includes/class-fs-plugin-updater.php:1125
|
816 |
msgid "Installing plugin: %s"
|
817 |
msgstr "Instalando plugin: %s"
|
818 |
|
819 |
+
#: includes/class-fs-plugin-updater.php:1166
|
820 |
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
821 |
msgstr "No es posible conectarse al sistema de archivos. Por favor, confirma tus credenciales."
|
822 |
|
823 |
+
#: includes/class-fs-plugin-updater.php:1348
|
824 |
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
825 |
msgstr "El paquete de plugin remoto no contiene una carpeta con el Slug deseado y el cambio de nombre no funcionó."
|
826 |
|
827 |
+
#: includes/fs-plugin-info-dialog.php369,
|
828 |
+
#: templates/account/partials/addon.php:292
|
829 |
msgctxt "verb"
|
830 |
msgid "Purchase"
|
831 |
msgstr "Comprar"
|
832 |
|
833 |
+
#: includes/fs-plugin-info-dialog.php:372
|
834 |
msgid "Start my free %s"
|
835 |
msgstr "Comenzar mi período gratuito de %s"
|
836 |
|
837 |
+
#: includes/fs-plugin-info-dialog.php:413
|
838 |
msgid "Install Free Version Now"
|
839 |
msgstr "Instalar la versión gratuita ahora"
|
840 |
|
841 |
+
#: includes/fs-plugin-info-dialog.php414, templates/auto-installation.php111,
|
842 |
+
#: templates/account/partials/addon.php272,
|
843 |
+
#: templates/account/partials/addon.php:322
|
844 |
msgid "Install Now"
|
845 |
msgstr "Instalar ahora"
|
846 |
|
847 |
+
#: includes/fs-plugin-info-dialog.php:425
|
848 |
msgctxt "as download latest version"
|
849 |
msgid "Download Latest Free Version"
|
850 |
msgstr "Descargar la última versión gratuita"
|
851 |
|
852 |
+
#: includes/fs-plugin-info-dialog.php426, templates/account.php80,
|
853 |
#: templates/account/partials/addon.php:21
|
854 |
msgctxt "as download latest version"
|
855 |
msgid "Download Latest"
|
856 |
msgstr "Descargar la última"
|
857 |
|
858 |
+
#: includes/fs-plugin-info-dialog.php:436
|
859 |
msgid "Install Free Version Update Now"
|
860 |
msgstr "Instalar la actualización gratuita ahora"
|
861 |
|
862 |
+
#: includes/fs-plugin-info-dialog.php437, templates/account.php:460
|
863 |
msgid "Install Update Now"
|
864 |
msgstr "Instalar actualización ahora"
|
865 |
|
866 |
+
#: includes/fs-plugin-info-dialog.php:448
|
867 |
msgid "Newer Free Version (%s) Installed"
|
868 |
msgstr "Versión gratuita más reciente (%s) instalada"
|
869 |
|
870 |
+
#: includes/fs-plugin-info-dialog.php:449
|
871 |
msgid "Newer Version (%s) Installed"
|
872 |
msgstr "Versión más reciente (%s) instalada"
|
873 |
|
874 |
+
#: includes/fs-plugin-info-dialog.php:457
|
875 |
msgid "Latest Free Version Installed"
|
876 |
msgstr "Última versión gratuita instalada"
|
877 |
|
878 |
+
#: includes/fs-plugin-info-dialog.php:458
|
879 |
msgid "Latest Version Installed"
|
880 |
msgstr "Última versión instalada"
|
881 |
|
882 |
+
#: includes/fs-plugin-info-dialog.php:613
|
883 |
msgctxt "Plugin installer section title"
|
884 |
msgid "Description"
|
885 |
msgstr "Descripción"
|
886 |
|
887 |
+
#: includes/fs-plugin-info-dialog.php:614
|
888 |
msgctxt "Plugin installer section title"
|
889 |
msgid "Installation"
|
890 |
msgstr "Instalación"
|
891 |
|
892 |
+
#: includes/fs-plugin-info-dialog.php:615
|
893 |
msgctxt "Plugin installer section title"
|
894 |
msgid "FAQ"
|
895 |
msgstr "FAQ"
|
896 |
|
897 |
+
#: includes/fs-plugin-info-dialog.php616,
|
898 |
#: templates/plugin-info/description.php:55
|
899 |
msgid "Screenshots"
|
900 |
msgstr "Capturas de pantalla"
|
901 |
|
902 |
+
#: includes/fs-plugin-info-dialog.php:617
|
903 |
msgctxt "Plugin installer section title"
|
904 |
msgid "Changelog"
|
905 |
msgstr "Registro de cambios"
|
906 |
|
907 |
+
#: includes/fs-plugin-info-dialog.php:618
|
908 |
msgctxt "Plugin installer section title"
|
909 |
msgid "Reviews"
|
910 |
msgstr "Valoraciones"
|
911 |
|
912 |
+
#: includes/fs-plugin-info-dialog.php:619
|
913 |
msgctxt "Plugin installer section title"
|
914 |
msgid "Other Notes"
|
915 |
msgstr "Otras notas"
|
916 |
|
917 |
+
#: includes/fs-plugin-info-dialog.php:634
|
918 |
msgctxt "Plugin installer section title"
|
919 |
msgid "Features & Pricing"
|
920 |
msgstr "Características y precios"
|
921 |
|
922 |
+
#: includes/fs-plugin-info-dialog.php:644
|
923 |
msgid "Plugin Install"
|
924 |
msgstr "Instalar plugin"
|
925 |
|
926 |
+
#: includes/fs-plugin-info-dialog.php:716
|
927 |
msgctxt "e.g. Professional Plan"
|
928 |
msgid "%s Plan"
|
929 |
msgstr "Plan %s"
|
930 |
|
931 |
+
#: includes/fs-plugin-info-dialog.php:742
|
932 |
msgctxt "e.g. the best product"
|
933 |
msgid "Best"
|
934 |
msgstr "El mejor"
|
935 |
|
936 |
+
#: includes/fs-plugin-info-dialog.php748,
|
937 |
+
#: includes/fs-plugin-info-dialog.php:768
|
938 |
msgctxt "as every month"
|
939 |
msgid "Monthly"
|
940 |
msgstr "Mensual"
|
941 |
|
942 |
+
#: includes/fs-plugin-info-dialog.php:751
|
943 |
msgctxt "as once a year"
|
944 |
msgid "Annual"
|
945 |
msgstr "Anual"
|
946 |
|
947 |
+
#: includes/fs-plugin-info-dialog.php:754
|
948 |
msgid "Lifetime"
|
949 |
msgstr "Permanente"
|
950 |
|
951 |
+
#: includes/fs-plugin-info-dialog.php768,
|
952 |
+
#: includes/fs-plugin-info-dialog.php770,
|
953 |
+
#: includes/fs-plugin-info-dialog.php:772
|
954 |
msgctxt "e.g. billed monthly"
|
955 |
msgid "Billed %s"
|
956 |
msgstr "Facturado %s"
|
957 |
|
958 |
+
#: includes/fs-plugin-info-dialog.php:770
|
959 |
msgctxt "as once a year"
|
960 |
msgid "Annually"
|
961 |
msgstr "Anualmente"
|
962 |
|
963 |
+
#: includes/fs-plugin-info-dialog.php:772
|
964 |
msgctxt "as once a year"
|
965 |
msgid "Once"
|
966 |
msgstr "Una vez"
|
967 |
|
968 |
+
#: includes/fs-plugin-info-dialog.php:778
|
969 |
msgid "Single Site License"
|
970 |
msgstr "Licencia para un único sitio"
|
971 |
|
972 |
+
#: includes/fs-plugin-info-dialog.php:780
|
973 |
msgid "Unlimited Licenses"
|
974 |
msgstr "Licencias ilimitadas"
|
975 |
|
976 |
+
#: includes/fs-plugin-info-dialog.php:782
|
977 |
msgid "Up to %s Sites"
|
978 |
msgstr "Hasta %s sitios"
|
979 |
|
980 |
+
#: includes/fs-plugin-info-dialog.php792,
|
981 |
#: templates/plugin-info/features.php:82
|
982 |
msgctxt "as monthly period"
|
983 |
msgid "mo"
|
984 |
msgstr "me"
|
985 |
|
986 |
+
#: includes/fs-plugin-info-dialog.php799,
|
987 |
#: templates/plugin-info/features.php:80
|
988 |
msgctxt "as annual period"
|
989 |
msgid "year"
|
990 |
msgstr "año"
|
991 |
|
992 |
+
#: includes/fs-plugin-info-dialog.php:853
|
993 |
msgctxt "noun"
|
994 |
msgid "Price"
|
995 |
msgstr "Precio"
|
996 |
|
997 |
+
#: includes/fs-plugin-info-dialog.php:901
|
998 |
msgid "Save %s"
|
999 |
msgstr "Guardar %s"
|
1000 |
|
1001 |
+
#: includes/fs-plugin-info-dialog.php:911
|
1002 |
msgid "No commitment for %s - cancel anytime"
|
1003 |
msgstr "Sin compromiso para %s - cancelar en cualquier momento"
|
1004 |
|
1005 |
+
#: includes/fs-plugin-info-dialog.php:914
|
1006 |
msgid "After your free %s, pay as little as %s"
|
1007 |
msgstr "Después de su período gratuito %s, pague sólo %s"
|
1008 |
|
1009 |
+
#: includes/fs-plugin-info-dialog.php:925
|
1010 |
msgid "Details"
|
1011 |
msgstr "Detalles"
|
1012 |
|
1013 |
+
#: includes/fs-plugin-info-dialog.php929, templates/account.php91,
|
1014 |
+
#: templates/debug.php201, templates/debug.php238, templates/debug.php452,
|
1015 |
+
#: templates/account/partials/addon.php:32
|
1016 |
msgctxt "product version"
|
1017 |
msgid "Version"
|
1018 |
msgstr "Versión"
|
1019 |
|
1020 |
+
#: includes/fs-plugin-info-dialog.php:936
|
1021 |
msgctxt "as the plugin author"
|
1022 |
msgid "Author"
|
1023 |
msgstr "Autor"
|
1024 |
|
1025 |
+
#: includes/fs-plugin-info-dialog.php:943
|
1026 |
msgid "Last Updated"
|
1027 |
msgstr "Última actualización"
|
1028 |
|
1029 |
+
#: includes/fs-plugin-info-dialog.php948, templates/account.php:376
|
1030 |
msgctxt "x-ago"
|
1031 |
msgid "%s ago"
|
1032 |
msgstr "hace %s"
|
1033 |
|
1034 |
+
#: includes/fs-plugin-info-dialog.php:957
|
1035 |
msgid "Requires WordPress Version"
|
1036 |
msgstr "Necesita la versión de WordPress"
|
1037 |
|
1038 |
+
#: includes/fs-plugin-info-dialog.php:958
|
1039 |
msgid "%s or higher"
|
1040 |
msgstr "%s o mayor"
|
1041 |
|
1042 |
+
#: includes/fs-plugin-info-dialog.php:965
|
1043 |
msgid "Compatible up to"
|
1044 |
msgstr "Compatible hasta"
|
1045 |
|
1046 |
+
#: includes/fs-plugin-info-dialog.php:973
|
1047 |
msgid "Downloaded"
|
1048 |
msgstr "Descargado"
|
1049 |
|
1050 |
+
#: includes/fs-plugin-info-dialog.php:977
|
1051 |
msgid "%s time"
|
1052 |
msgstr "% vez"
|
1053 |
|
1054 |
+
#: includes/fs-plugin-info-dialog.php:979
|
1055 |
msgid "%s times"
|
1056 |
msgstr "%s veces"
|
1057 |
|
1058 |
+
#: includes/fs-plugin-info-dialog.php:989
|
1059 |
msgid "WordPress.org Plugin Page"
|
1060 |
msgstr "Página del plugin en WordPress.org"
|
1061 |
|
1062 |
+
#: includes/fs-plugin-info-dialog.php:997
|
1063 |
msgid "Plugin Homepage"
|
1064 |
msgstr "Página web del plugin"
|
1065 |
|
1066 |
+
#: includes/fs-plugin-info-dialog.php1005,
|
1067 |
+
#: includes/fs-plugin-info-dialog.php:1087
|
1068 |
msgid "Donate to this plugin"
|
1069 |
msgstr "Donar a este plugin"
|
1070 |
|
1071 |
+
#: includes/fs-plugin-info-dialog.php:1012
|
1072 |
msgid "Average Rating"
|
1073 |
msgstr "Calificación media"
|
1074 |
|
1075 |
+
#: includes/fs-plugin-info-dialog.php:1019
|
1076 |
msgid "based on %s"
|
1077 |
msgstr "basado en %s"
|
1078 |
|
1079 |
+
#: includes/fs-plugin-info-dialog.php:1023
|
1080 |
msgid "%s rating"
|
1081 |
msgstr "%s calificación"
|
1082 |
|
1083 |
+
#: includes/fs-plugin-info-dialog.php:1025
|
1084 |
msgid "%s ratings"
|
1085 |
msgstr "%s calificaciones"
|
1086 |
|
1087 |
+
#: includes/fs-plugin-info-dialog.php:1040
|
1088 |
msgid "%s star"
|
1089 |
msgstr "%s estrella"
|
1090 |
|
1091 |
+
#: includes/fs-plugin-info-dialog.php:1042
|
1092 |
msgid "%s stars"
|
1093 |
msgstr "%s estrellas"
|
1094 |
|
1095 |
+
#: includes/fs-plugin-info-dialog.php:1053
|
1096 |
msgid "Click to see reviews that provided a rating of %s"
|
1097 |
msgstr "Haz clic para ver los comentarios con una valoración de %s"
|
1098 |
|
1099 |
+
#: includes/fs-plugin-info-dialog.php:1066
|
1100 |
msgid "Contributors"
|
1101 |
msgstr "Colaboradores"
|
1102 |
|
1103 |
+
#: includes/fs-plugin-info-dialog.php1095,
|
1104 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
1105 |
msgid "Warning"
|
1106 |
msgstr "Atencion"
|
1107 |
|
1108 |
+
#: includes/fs-plugin-info-dialog.php:1095
|
1109 |
msgid "This plugin has not been tested with your current version of WordPress."
|
1110 |
msgstr "Este plugin no ha sido probado con tu versión actual de WordPress."
|
1111 |
|
1112 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
1113 |
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1114 |
msgstr "Este puglin no ha sido marcado como compatible con tu versión de WordPress."
|
1115 |
|
1116 |
+
#: includes/fs-plugin-info-dialog.php:1116
|
1117 |
msgid "Paid add-on must be deployed to Freemius."
|
1118 |
msgstr "El complemento de pago se debe implementar en Freemius."
|
1119 |
|
1120 |
+
#: includes/fs-plugin-info-dialog.php:1117
|
1121 |
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1122 |
msgstr "El complemento debe implementarse en WordPress.org o en Freemius."
|
1123 |
|
1124 |
+
#: templates/account.php81, templates/forms/subscription-cancellation.php96,
|
1125 |
+
#: templates/account/partials/addon.php22,
|
1126 |
#: templates/account/partials/site.php:295
|
1127 |
+
msgid "Downgrading your plan"
|
1128 |
+
msgstr "Bajando tu plan"
|
1129 |
|
1130 |
+
#: templates/account.php82, templates/forms/subscription-cancellation.php97,
|
1131 |
+
#: templates/account/partials/addon.php23,
|
1132 |
+
#: templates/account/partials/site.php:296
|
1133 |
+
msgid "Cancelling the subscription"
|
1134 |
+
msgstr "Cancelando la suscripción"
|
1135 |
+
|
1136 |
+
#. translators: %1s: Either 'Downgrading your plan' or 'Cancelling the
|
1137 |
+
#. subscription'
|
1138 |
+
#: templates/account.php84, templates/forms/subscription-cancellation.php99,
|
1139 |
+
#: templates/account/partials/addon.php25,
|
1140 |
+
#: templates/account/partials/site.php:298
|
1141 |
+
msgid "%1s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
1142 |
+
msgstr "%1s detendrá inmediatamente todos los pagos recurrentes futuros y tu %s licencia del plan caducará en %s."
|
1143 |
+
|
1144 |
+
#: templates/account.php85, templates/forms/subscription-cancellation.php100,
|
1145 |
+
#: templates/account/partials/addon.php26,
|
1146 |
+
#: templates/account/partials/site.php:299
|
1147 |
+
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."
|
1148 |
+
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."
|
1149 |
+
|
1150 |
+
#: templates/account.php86, templates/forms/subscription-cancellation.php106,
|
1151 |
+
#: templates/account/partials/addon.php:27
|
1152 |
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1153 |
msgstr "La cancelación del período de prueba bloqueará inmediatamente el acceso a todas las funciones premium. ¿Estás seguro?"
|
1154 |
|
1155 |
+
#: templates/account.php87, templates/forms/subscription-cancellation.php101,
|
1156 |
+
#: templates/account/partials/addon.php28,
|
1157 |
+
#: templates/account/partials/site.php:300
|
1158 |
+
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1159 |
+
msgstr "Todavía puedes disfrutar de todas las funciones de %s pero no tendrás acceso a soporte y actualizaciones de %s."
|
1160 |
|
1161 |
+
#: templates/account.php88, templates/forms/subscription-cancellation.php102,
|
1162 |
+
#: templates/account/partials/addon.php29,
|
1163 |
+
#: templates/account/partials/site.php:301
|
1164 |
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1165 |
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."
|
1166 |
|
1167 |
#. translators: %s: Plan title (e.g. "Professional")
|
1168 |
+
#: templates/account.php90,
|
1169 |
#: templates/account/partials/activate-license-button.php31,
|
1170 |
+
#: templates/account/partials/addon.php:31
|
1171 |
msgid "Activate %s Plan"
|
1172 |
msgstr "Activar plan %s"
|
1173 |
|
1174 |
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1175 |
+
#: templates/account.php93, templates/account/partials/addon.php34,
|
1176 |
#: templates/account/partials/site.php:275
|
1177 |
msgid "Auto renews in %s"
|
1178 |
msgstr "Auto renovaciones en %s"
|
1179 |
|
1180 |
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1181 |
+
#: templates/account.php95, templates/account/partials/addon.php36,
|
1182 |
#: templates/account/partials/site.php:277
|
1183 |
msgid "Expires in %s"
|
1184 |
msgstr "Caduca en %s"
|
1185 |
|
1186 |
+
#: templates/account.php96, templates/account/partials/addon.php:37
|
1187 |
msgctxt "as synchronize license"
|
1188 |
msgid "Sync License"
|
1189 |
msgstr "Sincronizar licencia"
|
1190 |
|
1191 |
+
#: templates/account.php97, templates/account/partials/addon.php:38
|
1192 |
msgid "Cancel Trial"
|
1193 |
msgstr "Cancelar período de prueba"
|
1194 |
|
1195 |
+
#: templates/account.php98, templates/account/partials/addon.php:39
|
1196 |
msgid "Change Plan"
|
1197 |
msgstr "Cambiar Plan"
|
1198 |
|
1199 |
+
#: templates/account.php99, templates/account/partials/addon.php:40
|
1200 |
msgctxt "verb"
|
1201 |
msgid "Upgrade"
|
1202 |
msgstr "Actualizar"
|
1203 |
|
1204 |
+
#: templates/account.php101, templates/account/partials/addon.php42,
|
1205 |
+
#: templates/account/partials/site.php:302
|
1206 |
msgctxt "verb"
|
1207 |
msgid "Downgrade"
|
1208 |
msgstr "Degradar"
|
1209 |
|
1210 |
+
#: templates/account.php103, templates/add-ons.php130,
|
1211 |
#: templates/plugin-info/features.php72,
|
1212 |
+
#: templates/account/partials/addon.php44,
|
1213 |
#: templates/account/partials/site.php:31
|
1214 |
msgid "Free"
|
1215 |
msgstr "Gratis"
|
1216 |
|
1217 |
+
#: templates/account.php104, templates/account/partials/addon.php:45
|
1218 |
msgid "Activate"
|
1219 |
msgstr "Activar"
|
1220 |
|
1221 |
+
#: templates/account.php105, templates/debug.php371,
|
1222 |
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1223 |
+
#: templates/account/partials/addon.php:46
|
1224 |
msgctxt "as product pricing plan"
|
1225 |
msgid "Plan"
|
1226 |
msgstr "Plan"
|
1227 |
|
1228 |
+
#: templates/account.php:158
|
1229 |
msgid "Free Trial"
|
1230 |
msgstr "Período de prueba gratuito"
|
1231 |
|
1232 |
+
#: templates/account.php:169
|
1233 |
msgid "Account Details"
|
1234 |
msgstr "Detalles de la cuenta"
|
1235 |
|
1236 |
+
#: templates/account.php:179
|
1237 |
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?"
|
1238 |
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?"
|
1239 |
|
1240 |
+
#: templates/account.php:181
|
1241 |
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?"
|
1242 |
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?"
|
1243 |
|
1244 |
+
#: templates/account.php:184
|
1245 |
msgid "Delete Account"
|
1246 |
msgstr "Borrar cuenta"
|
1247 |
|
1248 |
+
#: templates/account.php196, templates/account/partials/addon.php159,
|
1249 |
#: templates/account/partials/deactivate-license-button.php:35
|
1250 |
msgid "Deactivate License"
|
1251 |
msgstr "Desactivar licencia"
|
1252 |
|
1253 |
+
#: templates/account.php219, templates/forms/subscription-cancellation.php:125
|
1254 |
msgid "Are you sure you want to proceed?"
|
1255 |
msgstr "¿Estás seguro que quieres proceder?"
|
1256 |
|
1257 |
+
#: templates/account.php219, templates/account/partials/addon.php:182
|
1258 |
msgid "Cancel Subscription"
|
1259 |
msgstr "Cancelar suscripción"
|
1260 |
|
1261 |
+
#: templates/account.php:247
|
1262 |
msgctxt "as synchronize"
|
1263 |
msgid "Sync"
|
1264 |
msgstr "Sincronizar"
|
1265 |
|
1266 |
+
#: templates/account.php261, templates/debug.php:487
|
1267 |
msgid "Name"
|
1268 |
msgstr "Nombre"
|
1269 |
|
1270 |
+
#: templates/account.php267, templates/debug.php:488
|
1271 |
msgid "Email"
|
1272 |
msgstr "Correo electrónico"
|
1273 |
|
1274 |
+
#: templates/account.php274, templates/debug.php370, templates/debug.php:526
|
1275 |
msgid "User ID"
|
1276 |
msgstr "ID de usuario"
|
1277 |
|
1278 |
+
#: templates/account.php:282
|
1279 |
msgid "Site ID"
|
1280 |
msgstr "ID del sitio"
|
1281 |
|
1282 |
+
#: templates/account.php:285
|
1283 |
msgid "No ID"
|
1284 |
msgstr "Sin ID"
|
1285 |
|
1286 |
+
#: templates/account.php290, templates/debug.php243, templates/debug.php372,
|
1287 |
+
#: templates/debug.php453, templates/debug.php490,
|
1288 |
#: templates/account/partials/site.php:219
|
1289 |
msgid "Public Key"
|
1290 |
msgstr "Clave pública"
|
1291 |
|
1292 |
+
#: templates/account.php296, templates/debug.php373, templates/debug.php454,
|
1293 |
+
#: templates/debug.php491, templates/account/partials/site.php:231
|
1294 |
msgid "Secret Key"
|
1295 |
msgstr "Clave secreta"
|
1296 |
|
1297 |
+
#: templates/account.php:299
|
1298 |
msgctxt "as secret encryption key missing"
|
1299 |
msgid "No Secret"
|
1300 |
msgstr "Sin clave secreta"
|
1301 |
|
1302 |
+
#: templates/account.php318, templates/account/partials/site.php112,
|
1303 |
#: templates/account/partials/site.php:114
|
1304 |
msgid "Trial"
|
1305 |
msgstr "Período de prueba gratuito"
|
1306 |
|
1307 |
+
#: templates/account.php337, templates/debug.php531,
|
1308 |
#: templates/account/partials/site.php:248
|
1309 |
msgid "License Key"
|
1310 |
msgstr "Clave de licencia"
|
1311 |
|
1312 |
+
#: templates/account.php:367
|
1313 |
msgid "not verified"
|
1314 |
msgstr "no verificado"
|
1315 |
|
1316 |
+
#: templates/account.php376, templates/account/partials/addon.php:120
|
1317 |
+
msgid "Expired"
|
1318 |
+
msgstr "Caducado"
|
1319 |
+
|
1320 |
+
#: templates/account.php:428
|
1321 |
msgid "Premium version"
|
1322 |
msgstr "Versión premium"
|
1323 |
|
1324 |
+
#: templates/account.php:430
|
1325 |
msgid "Free version"
|
1326 |
msgstr "Versión gratuita"
|
1327 |
|
1328 |
+
#: templates/account.php:442
|
1329 |
msgid "Verify Email"
|
1330 |
msgstr "Verificar correo electrónico"
|
1331 |
|
1332 |
+
#: templates/account.php:453
|
1333 |
msgid "Download %s Version"
|
1334 |
msgstr "Descargar versión %s"
|
1335 |
|
1336 |
+
#: templates/account.php467, templates/account.php649,
|
1337 |
#: templates/account/partials/site.php237,
|
1338 |
#: templates/account/partials/site.php:255
|
1339 |
msgctxt "verb"
|
1340 |
msgid "Show"
|
1341 |
msgstr "Mostrar"
|
1342 |
|
1343 |
+
#: templates/account.php:481
|
1344 |
msgid "What is your %s?"
|
1345 |
msgstr "¿Cual es tú %s?"
|
1346 |
|
1347 |
+
#: templates/account.php489, templates/account/billing.php:27
|
1348 |
msgctxt "verb"
|
1349 |
msgid "Edit"
|
1350 |
msgstr "Editar"
|
1351 |
|
1352 |
+
#: templates/account.php:502
|
1353 |
msgid "Sites"
|
1354 |
msgstr "Sitios"
|
1355 |
|
1356 |
+
#: templates/account.php:513
|
1357 |
msgid "Search by address"
|
1358 |
msgstr "Buscar por dirección"
|
1359 |
|
1360 |
+
#: templates/account.php522, templates/account.php570, templates/debug.php236,
|
1361 |
+
#: templates/debug.php364, templates/debug.php449, templates/debug.php486,
|
1362 |
+
#: templates/debug.php524, templates/debug.php597,
|
1363 |
#: templates/account/payments.php35, templates/debug/logger.php:21
|
1364 |
msgid "ID"
|
1365 |
msgstr "ID"
|
1366 |
|
1367 |
+
#: templates/account.php523, templates/debug.php:367
|
1368 |
msgid "Address"
|
1369 |
msgstr "Dirección"
|
1370 |
|
1371 |
+
#: templates/account.php:524
|
1372 |
msgid "License"
|
1373 |
msgstr "Licencia"
|
1374 |
|
1375 |
+
#: templates/account.php:525
|
1376 |
msgid "Plan"
|
1377 |
msgstr "Plan"
|
1378 |
|
1379 |
+
#: templates/account.php:573
|
1380 |
msgctxt "as software license"
|
1381 |
msgid "License"
|
1382 |
msgstr "Licencia"
|
1383 |
|
1384 |
+
#: templates/account.php:643
|
1385 |
msgctxt "verb"
|
1386 |
msgid "Hide"
|
1387 |
msgstr "Ocultar"
|
1388 |
|
1389 |
+
#: templates/account.php:686
|
1390 |
+
msgid "Cancelling %s"
|
1391 |
+
msgstr "Cancelando %s"
|
1392 |
+
|
1393 |
+
#: templates/account.php686, templates/account.php703,
|
1394 |
+
#: templates/forms/subscription-cancellation.php27,
|
1395 |
+
#: templates/forms/deactivation/form.php:117
|
1396 |
+
msgid "trial"
|
1397 |
+
msgstr "período de prueba"
|
1398 |
+
|
1399 |
+
#: templates/account.php701, templates/forms/deactivation/form.php:134
|
1400 |
+
msgid "Cancelling %s..."
|
1401 |
+
msgstr "Cancelando %s..."
|
1402 |
+
|
1403 |
+
#: templates/account.php704, templates/forms/subscription-cancellation.php28,
|
1404 |
+
#: templates/forms/deactivation/form.php:118
|
1405 |
+
msgid "subscription"
|
1406 |
+
msgstr "suscripción"
|
1407 |
+
|
1408 |
+
#: templates/account.php:718
|
1409 |
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?"
|
1410 |
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?"
|
1411 |
|
1417 |
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."
|
1418 |
msgstr "No podemos cargar la lista de complementos. Probablemente es un problema por nuestro parte, por favor inténtalo de nuevo en unos minutos."
|
1419 |
|
1420 |
+
#: templates/add-ons.php:139
|
1421 |
msgid "View details"
|
1422 |
msgstr "Ver detalles"
|
1423 |
|
1456 |
msgstr "Compatible con PCI"
|
1457 |
|
1458 |
#. translators: %s: name (e.g. Hey John,)
|
1459 |
+
#: templates/connect.php:112
|
1460 |
msgctxt "greeting"
|
1461 |
msgid "Hey %s,"
|
1462 |
msgstr "Hey %s,"
|
1463 |
|
1464 |
+
#: templates/connect.php:154
|
1465 |
msgid "Allow & Continue"
|
1466 |
msgstr "Permitir y continuar"
|
1467 |
|
1468 |
+
#: templates/connect.php:158
|
1469 |
msgid "Re-send activation email"
|
1470 |
msgstr "Reenviar correo electrónico de activación"
|
1471 |
|
1472 |
+
#: templates/connect.php:162
|
1473 |
msgid "Thanks %s!"
|
1474 |
msgstr "¡Gracias %s!"
|
1475 |
|
1476 |
+
#: templates/connect.php172, templates/forms/license-activation.php:43
|
1477 |
msgid "Agree & Activate License"
|
1478 |
msgstr "De acuerdo y activar licencia"
|
1479 |
|
1480 |
+
#: templates/connect.php:181
|
1481 |
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1482 |
msgstr "¡Gracias por comprar %s! Para empezar, escribe tu clave de licencia:"
|
1483 |
|
1484 |
+
#: templates/connect.php:188
|
1485 |
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."
|
1486 |
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."
|
1487 |
|
1488 |
+
#: templates/connect.php:189
|
1489 |
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1490 |
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."
|
1491 |
|
1492 |
+
#: templates/connect.php:195
|
1493 |
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."
|
1494 |
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."
|
1495 |
|
1496 |
+
#: templates/connect.php:196
|
1497 |
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."
|
1498 |
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."
|
1499 |
|
1500 |
+
#: templates/connect.php:230
|
1501 |
msgid "We're excited to introduce the Freemius network-level integration."
|
1502 |
msgstr "Estamos emocionados de introducir la integración de Freemius a nivel de red."
|
1503 |
|
1504 |
+
#: templates/connect.php:233
|
1505 |
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1506 |
msgstr "Durante el proceso de actualización hemos detectado%d sitio(s) que aún están pendientes de la activación de licencia."
|
1507 |
|
1508 |
+
#: templates/connect.php:235
|
1509 |
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1510 |
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."
|
1511 |
|
1512 |
+
#: templates/connect.php:237
|
1513 |
msgid "%s's paid features"
|
1514 |
msgstr "%s características de pago"
|
1515 |
|
1516 |
+
#: templates/connect.php:242
|
1517 |
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1518 |
msgstr "Alternativamente, puedes saltarlo ahora y activar la licencia después, en tu %s página de cuenta a nivel de red."
|
1519 |
|
1520 |
+
#: templates/connect.php:244
|
1521 |
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1522 |
msgstr "Durante el proceso de actualización detectamos %s sitio(s) en la red que todavía están pendientes de tu atención."
|
1523 |
|
1524 |
+
#: templates/connect.php253, templates/forms/license-activation.php:46
|
1525 |
msgid "License key"
|
1526 |
msgstr "Clave de licencia"
|
1527 |
|
1528 |
+
#: templates/connect.php256, templates/forms/license-activation.php:19
|
1529 |
msgid "Can't find your license key?"
|
1530 |
msgstr "¿No puedes encontrar tu clave de licencia?"
|
1531 |
|
1532 |
+
#: templates/connect.php315, templates/connect.php630,
|
1533 |
#: templates/forms/deactivation/retry-skip.php:20
|
1534 |
msgctxt "verb"
|
1535 |
msgid "Skip"
|
1536 |
msgstr "Saltar"
|
1537 |
|
1538 |
+
#: templates/connect.php:318
|
1539 |
msgid "Delegate to Site Admins"
|
1540 |
msgstr "Delegar a administradores del sitio"
|
1541 |
|
1542 |
+
#: templates/connect.php:318
|
1543 |
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1544 |
msgstr "Si haces click, esta decisión será delegada a los administradores de los sitios."
|
1545 |
|
1546 |
+
#: templates/connect.php:346
|
1547 |
msgid "Your Profile Overview"
|
1548 |
msgstr "Resumen del perfil"
|
1549 |
|
1550 |
+
#: templates/connect.php:347
|
1551 |
msgid "Name and email address"
|
1552 |
msgstr "Nombre y dirección de correo electrónico"
|
1553 |
|
1554 |
+
#: templates/connect.php:352
|
1555 |
msgid "Your Site Overview"
|
1556 |
msgstr "Resumen del sitio"
|
1557 |
|
1558 |
+
#: templates/connect.php:353
|
1559 |
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1560 |
msgstr "URL del sitio web, versión de WP, PHP info, plugins y temas"
|
1561 |
|
1562 |
+
#: templates/connect.php:358
|
1563 |
msgid "Admin Notices"
|
1564 |
msgstr "Avisos de administración"
|
1565 |
|
1566 |
+
#: templates/connect.php359, templates/connect.php:375
|
1567 |
msgid "Updates, announcements, marketing, no spam"
|
1568 |
msgstr "Actualizaciones, anuncios, marketing, sin spam"
|
1569 |
|
1570 |
+
#: templates/connect.php:364
|
1571 |
msgid "Current %s Events"
|
1572 |
msgstr "Eventos de %s actuales"
|
1573 |
|
1574 |
+
#: templates/connect.php:365
|
1575 |
msgid "Activation, deactivation and uninstall"
|
1576 |
msgstr "Activación, desactivación y desinstalación"
|
1577 |
|
1578 |
+
#: templates/connect.php:374
|
1579 |
msgid "Newsletter"
|
1580 |
msgstr "Boletín"
|
1581 |
|
1582 |
+
#: templates/connect.php391, templates/forms/license-activation.php:38
|
1583 |
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."
|
1584 |
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."
|
1585 |
|
1586 |
+
#: templates/connect.php:396
|
1587 |
msgid "What permissions are being granted?"
|
1588 |
msgstr "¿Qué permisos se otorgan?"
|
1589 |
|
1590 |
+
#: templates/connect.php:417
|
1591 |
msgid "Don't have a license key?"
|
1592 |
msgstr "¿No tienes una clave de licencia?"
|
1593 |
|
1594 |
+
#: templates/connect.php:418
|
1595 |
msgid "Activate Free Version"
|
1596 |
msgstr "Activar versión gratuita"
|
1597 |
|
1598 |
+
#: templates/connect.php:420
|
1599 |
msgid "Have a license key?"
|
1600 |
msgstr "¿Tienes una clave de licencia?"
|
1601 |
|
1602 |
+
#: templates/connect.php:428
|
1603 |
msgid "Privacy Policy"
|
1604 |
msgstr "Política de privacidad"
|
1605 |
|
1606 |
+
#: templates/connect.php:430
|
1607 |
+
msgid "License Agreement"
|
1608 |
+
msgstr "Acuerdo de licencia"
|
1609 |
+
|
1610 |
+
#: templates/connect.php:430
|
1611 |
msgid "Terms of Service"
|
1612 |
msgstr "Términos de servicio"
|
1613 |
|
1614 |
+
#: templates/connect.php:766
|
1615 |
msgctxt "as in the process of sending an email"
|
1616 |
msgid "Sending email"
|
1617 |
msgstr "Enviando correo electrónico"
|
1618 |
|
1619 |
+
#: templates/connect.php:767
|
1620 |
msgctxt "as activating plugin"
|
1621 |
msgid "Activating"
|
1622 |
msgstr "Activando"
|
1644 |
msgid "Debugging"
|
1645 |
msgstr "Depurando"
|
1646 |
|
1647 |
+
#: templates/debug.php54, templates/debug.php248, templates/debug.php374,
|
1648 |
+
#: templates/debug.php:492
|
1649 |
msgid "Actions"
|
1650 |
msgstr "Acciones"
|
1651 |
|
1669 |
msgid "Sync Data From Server"
|
1670 |
msgstr "Sincronizar datos desde el servidor"
|
1671 |
|
1672 |
+
#: templates/debug.php:95
|
1673 |
+
msgid "Migrate Options to Network"
|
1674 |
+
msgstr "Migrar opciones a la red"
|
1675 |
+
|
1676 |
+
#: templates/debug.php:100
|
1677 |
msgid "Load DB Option"
|
1678 |
msgstr "Cargar opción de BD"
|
1679 |
|
1680 |
+
#: templates/debug.php:103
|
1681 |
msgid "Set DB Option"
|
1682 |
msgstr "Guardar opción en BD"
|
1683 |
|
1684 |
+
#: templates/debug.php:180
|
1685 |
msgid "Key"
|
1686 |
msgstr "Clave"
|
1687 |
|
1688 |
+
#: templates/debug.php:181
|
1689 |
msgid "Value"
|
1690 |
msgstr "Valor"
|
1691 |
|
1692 |
+
#: templates/debug.php:197
|
1693 |
msgctxt "as software development kit versions"
|
1694 |
msgid "SDK Versions"
|
1695 |
msgstr "Versiones SDK"
|
1696 |
|
1697 |
+
#: templates/debug.php:202
|
1698 |
msgid "SDK Path"
|
1699 |
msgstr "Ruta del SDK"
|
1700 |
|
1701 |
+
#: templates/debug.php203, templates/debug.php:242
|
1702 |
msgid "Module Path"
|
1703 |
msgstr "Ruta del módulo"
|
1704 |
|
1705 |
+
#: templates/debug.php:204
|
1706 |
msgid "Is Active"
|
1707 |
msgstr "Está activo"
|
1708 |
|
1709 |
+
#: templates/debug.php232, templates/debug/plugins-themes-sync.php:35
|
1710 |
msgid "Plugins"
|
1711 |
msgstr "Plugins"
|
1712 |
|
1713 |
+
#: templates/debug.php232, templates/debug/plugins-themes-sync.php:56
|
1714 |
msgid "Themes"
|
1715 |
msgstr "Temas"
|
1716 |
|
1717 |
+
#: templates/debug.php237, templates/debug.php369, templates/debug.php451,
|
1718 |
#: templates/debug/scheduled-crons.php:80
|
1719 |
msgid "Slug"
|
1720 |
msgstr "Ruta"
|
1721 |
|
1722 |
+
#: templates/debug.php239, templates/debug.php:450
|
1723 |
msgid "Title"
|
1724 |
msgstr "Título"
|
1725 |
|
1726 |
+
#: templates/debug.php:240
|
1727 |
msgctxt "as application program interface"
|
1728 |
msgid "API"
|
1729 |
msgstr "API"
|
1730 |
|
1731 |
+
#: templates/debug.php:241
|
1732 |
msgid "Freemius State"
|
1733 |
msgstr "Estado Freemius"
|
1734 |
|
1735 |
+
#: templates/debug.php:245
|
1736 |
msgid "Network Blog"
|
1737 |
msgstr "Blog de red"
|
1738 |
|
1739 |
+
#: templates/debug.php:246
|
1740 |
msgid "Network User"
|
1741 |
msgstr "Usuario de red"
|
1742 |
|
1743 |
+
#: templates/debug.php:283
|
1744 |
msgctxt "as connection was successful"
|
1745 |
msgid "Connected"
|
1746 |
msgstr "Conectado"
|
1747 |
|
1748 |
+
#: templates/debug.php:284
|
1749 |
msgctxt "as connection blocked"
|
1750 |
msgid "Blocked"
|
1751 |
msgstr "Bloqueado"
|
1752 |
|
1753 |
+
#: templates/debug.php:320
|
1754 |
+
msgid "Simulate Trial Promotion"
|
1755 |
msgstr "Simular período de prueba"
|
1756 |
|
1757 |
+
#: templates/debug.php:332
|
1758 |
msgid "Simulate Network Upgrade"
|
1759 |
msgstr "Simular actualización de red"
|
1760 |
|
1761 |
+
#: templates/debug.php:358
|
1762 |
msgid "%s Installs"
|
1763 |
msgstr "%s Instalaciones"
|
1764 |
|
1765 |
+
#: templates/debug.php:360
|
1766 |
msgctxt "like websites"
|
1767 |
msgid "Sites"
|
1768 |
msgstr "Sitios"
|
1769 |
|
1770 |
+
#: templates/debug.php366, templates/account/partials/site.php:148
|
1771 |
msgid "Blog ID"
|
1772 |
msgstr "ID del blog"
|
1773 |
|
1774 |
+
#: templates/debug.php431, templates/debug.php509,
|
1775 |
+
#: templates/account/partials/addon.php:339
|
1776 |
msgctxt "verb"
|
1777 |
msgid "Delete"
|
1778 |
msgstr "Borrar"
|
1779 |
|
1780 |
+
#: templates/debug.php:445
|
1781 |
msgid "Add Ons of module %s"
|
1782 |
msgstr "Complementos del módulo %s"
|
1783 |
|
1784 |
+
#: templates/debug.php:482
|
1785 |
msgid "Users"
|
1786 |
msgstr "Usuarios"
|
1787 |
|
1788 |
+
#: templates/debug.php:489
|
1789 |
msgid "Verified"
|
1790 |
msgstr "Verificado"
|
1791 |
|
1792 |
+
#: templates/debug.php:520
|
1793 |
msgid "%s Licenses"
|
1794 |
msgstr "%s Licencias"
|
1795 |
|
1796 |
+
#: templates/debug.php:525
|
1797 |
msgid "Plugin ID"
|
1798 |
msgstr "ID del plugin"
|
1799 |
|
1800 |
+
#: templates/debug.php:527
|
1801 |
msgid "Plan ID"
|
1802 |
msgstr "ID del plan"
|
1803 |
|
1804 |
+
#: templates/debug.php:528
|
1805 |
msgid "Quota"
|
1806 |
msgstr "Cuota"
|
1807 |
|
1808 |
+
#: templates/debug.php:529
|
1809 |
msgid "Activated"
|
1810 |
msgstr "Activado"
|
1811 |
|
1812 |
+
#: templates/debug.php:530
|
1813 |
msgid "Blocking"
|
1814 |
msgstr "Bloqueando"
|
1815 |
|
1816 |
+
#: templates/debug.php:532
|
1817 |
msgctxt "as expiration date"
|
1818 |
msgid "Expiration"
|
1819 |
msgstr "Caducidad"
|
1820 |
|
1821 |
+
#: templates/debug.php:555
|
1822 |
msgid "Debug Log"
|
1823 |
msgstr "Log de Debug"
|
1824 |
|
1825 |
+
#: templates/debug.php:559
|
1826 |
msgid "All Types"
|
1827 |
msgstr "Todos los Tipos"
|
1828 |
|
1829 |
+
#: templates/debug.php:566
|
1830 |
msgid "All Requests"
|
1831 |
msgstr "Todas las peticiones"
|
1832 |
|
1833 |
+
#: templates/debug.php571, templates/debug.php600,
|
1834 |
#: templates/debug/logger.php:25
|
1835 |
msgid "File"
|
1836 |
msgstr "Archivo"
|
1837 |
|
1838 |
+
#: templates/debug.php572, templates/debug.php598,
|
1839 |
#: templates/debug/logger.php:23
|
1840 |
msgid "Function"
|
1841 |
msgstr "Función"
|
1842 |
|
1843 |
+
#: templates/debug.php:573
|
1844 |
msgid "Process ID"
|
1845 |
msgstr "ID del proceso"
|
1846 |
|
1847 |
+
#: templates/debug.php:574
|
1848 |
msgid "Logger"
|
1849 |
msgstr "Logger"
|
1850 |
|
1851 |
+
#: templates/debug.php575, templates/debug.php599,
|
1852 |
#: templates/debug/logger.php:24
|
1853 |
msgid "Message"
|
1854 |
msgstr "Mensaje"
|
1855 |
|
1856 |
+
#: templates/debug.php:577
|
1857 |
msgid "Filter"
|
1858 |
msgstr "Filtro"
|
1859 |
|
1860 |
+
#: templates/debug.php:585
|
1861 |
msgid "Download"
|
1862 |
msgstr "Descarga"
|
1863 |
|
1864 |
+
#: templates/debug.php596, templates/debug/logger.php:22
|
1865 |
msgid "Type"
|
1866 |
msgstr "Tipo"
|
1867 |
|
1868 |
+
#: templates/debug.php601, templates/debug/logger.php:26
|
1869 |
msgid "Timestamp"
|
1870 |
msgstr "Timestamp"
|
1871 |
|
2216 |
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2217 |
msgstr "Haciendo clic en \"Desistir\", ya no enviaremos los datos de %s a %s."
|
2218 |
|
2219 |
+
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2220 |
msgid "There is a new version of %s available."
|
2221 |
msgstr "Hay una nueva versión de %s disponible."
|
2222 |
|
2223 |
+
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2224 |
+
msgid " %s to access version %s security & feature updates, and support."
|
2225 |
+
msgstr "%s para acceder a la versión %s de actualizaciones de funciones, seguridad y soporte."
|
2226 |
|
2227 |
+
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2228 |
msgid "New Version Available"
|
2229 |
msgstr "Nueva versión disponible"
|
2230 |
|
2231 |
+
#: templates/forms/premium-versions-upgrade-handler.php:75
|
|
|
|
|
|
|
|
|
2232 |
msgctxt "close a window"
|
2233 |
msgid "Dismiss"
|
2234 |
msgstr "Descartar"
|
2241 |
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2242 |
msgstr "Escribe abajo la dirección de correo electrónico que has usado para la actualización y te reenviaremos la clave de licencia."
|
2243 |
|
2244 |
+
#: templates/forms/subscription-cancellation.php:37
|
2245 |
+
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2246 |
+
msgstr "Desactivar o desinstalar %s deshabilitará automáticamente la licencia, que podrás usar en otro sitio."
|
2247 |
+
|
2248 |
+
#: templates/forms/subscription-cancellation.php:47
|
2249 |
+
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?"
|
2250 |
+
msgstr "En caso de que NO estés planeando utilizar este %s en este sitio (o en cualquier otro sitio), ¿te gustaría cancelar también %s?"
|
2251 |
+
|
2252 |
+
#: templates/forms/subscription-cancellation.php:52
|
2253 |
+
msgid "license"
|
2254 |
+
msgstr "licencia"
|
2255 |
+
|
2256 |
+
#: templates/forms/subscription-cancellation.php:57
|
2257 |
+
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."
|
2258 |
+
msgstr "Cancelar %s - No necesito más actualizaciones de características y seguridad, ni soporte para %s porque no pretendo utilizar%s en este, u otro sitio."
|
2259 |
+
|
2260 |
+
#: templates/forms/subscription-cancellation.php:68
|
2261 |
+
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2262 |
+
msgstr "No cancelar %s - Todavía estoy interesado en obtener actualizaciones de características y seguridad, así como poder contactar con soporte."
|
2263 |
+
|
2264 |
+
#: templates/forms/subscription-cancellation.php:103
|
2265 |
+
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."
|
2266 |
+
msgstr "Una vez que tu licencia caduque no podrás seguir utilizando %s, a no ser que lo actives de nuevo con una licencia premium válida."
|
2267 |
+
|
2268 |
+
#: templates/forms/subscription-cancellation.php:136
|
2269 |
+
msgid "Cancel %s?"
|
2270 |
+
msgstr "¿Cancelar %s?"
|
2271 |
+
|
2272 |
+
#: templates/forms/subscription-cancellation.php:143
|
2273 |
+
msgid "Proceed"
|
2274 |
+
msgstr "Proceder"
|
2275 |
+
|
2276 |
+
#: templates/forms/subscription-cancellation.php191,
|
2277 |
+
#: templates/forms/deactivation/form.php:150
|
2278 |
+
msgid "Cancel %s & Proceed"
|
2279 |
+
msgstr "Cancelar %s y proceder"
|
2280 |
+
|
2281 |
#: templates/forms/trial-start.php:22
|
2282 |
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2283 |
msgstr "Estás a sólo 1-click de comenzar tu %1$s días de prueba gratuita del plan %2$s."
|
2343 |
msgid "Last license"
|
2344 |
msgstr "Última licencia"
|
2345 |
|
2346 |
+
#: templates/account/partials/addon.php:115
|
2347 |
msgid "Cancelled"
|
2348 |
msgstr "Cancelado"
|
2349 |
|
2350 |
+
#: templates/account/partials/addon.php:125
|
|
|
|
|
|
|
|
|
2351 |
msgid "No expiration"
|
2352 |
msgstr "Sin caducidad"
|
2353 |
|
2354 |
+
#: templates/account/partials/addon.php264,
|
2355 |
+
#: templates/account/partials/addon.php:317
|
2356 |
msgid "Activate this add-on"
|
2357 |
msgstr "Activar este complemento"
|
2358 |
|
2380 |
msgid "Contact Support"
|
2381 |
msgstr "Contactar soporte"
|
2382 |
|
2383 |
+
#: templates/forms/deactivation/form.php:59
|
2384 |
msgid "Anonymous feedback"
|
2385 |
msgstr "Comentarios anónimos"
|
2386 |
|
2387 |
+
#: templates/forms/deactivation/form.php:66
|
2388 |
msgid "Deactivate"
|
2389 |
msgstr "Desactivar"
|
2390 |
|
2391 |
+
#: templates/forms/deactivation/form.php:68
|
2392 |
msgid "Activate %s"
|
2393 |
msgstr "Activar %s"
|
2394 |
|
2395 |
+
#: templates/forms/deactivation/form.php:80
|
2396 |
+
msgid "Quick Feedback"
|
2397 |
msgstr "Comentarios rápidos"
|
2398 |
|
2399 |
+
#: templates/forms/deactivation/form.php:84
|
2400 |
msgid "If you have a moment, please let us know why you are %s"
|
2401 |
+
msgstr "Si tienes un momento, por favor, dinos por qué estás %s"
|
2402 |
|
2403 |
+
#: templates/forms/deactivation/form.php:84
|
2404 |
msgid "deactivating"
|
2405 |
msgstr "desactivando"
|
2406 |
|
2407 |
+
#: templates/forms/deactivation/form.php:84
|
2408 |
msgid "switching"
|
2409 |
msgstr "cambiando"
|
2410 |
|
2411 |
+
#: templates/forms/deactivation/form.php:332
|
2412 |
msgid "Submit & %s"
|
2413 |
msgstr "Enviar y %s"
|
2414 |
|
2415 |
+
#: templates/forms/deactivation/form.php:353
|
2416 |
msgid "Kindly tell us the reason so we can improve."
|
2417 |
msgstr "Por favor, dínos la razón para que podamos mejorar."
|
2418 |
|
2419 |
+
#: templates/forms/deactivation/form.php:478
|
2420 |
msgid "Yes - %s"
|
2421 |
msgstr "Si - %s"
|
2422 |
|
2423 |
+
#: templates/forms/deactivation/form.php:485
|
2424 |
msgid "Skip & %s"
|
2425 |
msgstr "Saltar y %s"
|
2426 |
|
freemius/languages/freemius-fr_FR.mo
CHANGED
Binary file
|
freemius/languages/freemius-fr_FR.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the same license as the freemius package.
|
3 |
# Translators:
|
4 |
# Boris Colombier <transifex.com@wba.fr>, 2018
|
@@ -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: 2018-
|
11 |
"Last-Translator: Boris Colombier <transifex.com@wba.fr>\n"
|
12 |
"Language: fr_FR\n"
|
13 |
"Language-Team: French (France) (http://www.transifex.com/freemius/wordpress-sdk/language/fr_FR/)\n"
|
@@ -21,1294 +21,1391 @@ msgstr ""
|
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
"X-Poedit-SourceCharset: UTF-8\n"
|
23 |
|
24 |
-
#: includes/class-freemius.php:
|
25 |
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
26 |
msgstr "Le SDK Freemius ne trouve pas le fichier principal du plugin. Merci de contacter sdk@freemius.com en indiquant l'erreur."
|
27 |
|
28 |
-
#: includes/class-freemius.php:
|
29 |
msgid "Error"
|
30 |
msgstr "Erreur"
|
31 |
|
32 |
-
#: includes/class-freemius.php:
|
33 |
msgid "I found a better %s"
|
34 |
msgstr "J'ai trouvé un meilleur %s"
|
35 |
|
36 |
-
#: includes/class-freemius.php:
|
37 |
msgid "What's the %s's name?"
|
38 |
msgstr "Quel est le nom du %s ?"
|
39 |
|
40 |
-
#: includes/class-freemius.php:
|
41 |
msgid "It's a temporary %s. I'm just debugging an issue."
|
42 |
msgstr "C'est une %s temporaire. Je corrige un problème."
|
43 |
|
44 |
-
#: includes/class-freemius.php:
|
45 |
msgid "Deactivation"
|
46 |
msgstr "Désactivation"
|
47 |
|
48 |
-
#: includes/class-freemius.php:
|
49 |
msgid "Theme Switch"
|
50 |
msgstr "Changement de Thème"
|
51 |
|
52 |
-
#: includes/class-freemius.
|
53 |
msgid "Other"
|
54 |
msgstr "Autre"
|
55 |
|
56 |
-
#: includes/class-freemius.php:
|
57 |
msgid "I no longer need the %s"
|
58 |
msgstr "Je n'ai plus besoin du %s"
|
59 |
|
60 |
-
#: includes/class-freemius.php:
|
61 |
msgid "I only needed the %s for a short period"
|
62 |
msgstr "Je n'ai besoin de %s que pour une courte période"
|
63 |
|
64 |
-
#: includes/class-freemius.php:
|
65 |
msgid "The %s broke my site"
|
66 |
msgstr "Le %s a cassé mon site"
|
67 |
|
68 |
-
#: includes/class-freemius.php:
|
69 |
msgid "The %s suddenly stopped working"
|
70 |
msgstr "Le %s a soudainement arrêté de fonctionner"
|
71 |
|
72 |
-
#: includes/class-freemius.php:
|
73 |
msgid "I can't pay for it anymore"
|
74 |
msgstr "Je ne peux plus payer pour ça"
|
75 |
|
76 |
-
#: includes/class-freemius.php:
|
77 |
msgid "What price would you feel comfortable paying?"
|
78 |
msgstr "Quel prix seriez-vous prêt à payer ?"
|
79 |
|
80 |
-
#: includes/class-freemius.php:
|
81 |
msgid "I don't like to share my information with you"
|
82 |
msgstr "Je ne veux pas partager mes informations avec vous"
|
83 |
|
84 |
-
#: includes/class-freemius.php:
|
85 |
msgid "The %s didn't work"
|
86 |
msgstr "Le %s n'a pas fonctionné"
|
87 |
|
88 |
-
#: includes/class-freemius.php:
|
89 |
msgid "I couldn't understand how to make it work"
|
90 |
msgstr "Je ne comprends pas comment le faire fonctionner"
|
91 |
|
92 |
-
#: includes/class-freemius.php:
|
93 |
msgid "The %s is great, but I need specific feature that you don't support"
|
94 |
msgstr "Le %s est bien mais j'ai besoin de fonctionnalités spécifiques que vous ne proposez pas"
|
95 |
|
96 |
-
#: includes/class-freemius.php:
|
97 |
msgid "What feature?"
|
98 |
msgstr "Quelle fonctionnalité ?"
|
99 |
|
100 |
-
#: includes/class-freemius.php:
|
101 |
msgid "The %s is not working"
|
102 |
msgstr "Le %s ne fonctionne pas"
|
103 |
|
104 |
-
#: includes/class-freemius.php:
|
105 |
msgid "Kindly share what didn't work so we can fix it for future users..."
|
106 |
msgstr "Merci de nous indiquer ce qui ne fonctionne pas afin que nous puissions le corriger pour les futurs utilisateurs..."
|
107 |
|
108 |
-
#: includes/class-freemius.php:
|
109 |
msgid "It's not what I was looking for"
|
110 |
msgstr "Ce n'est pas ce que je recherche"
|
111 |
|
112 |
-
#: includes/class-freemius.php:
|
113 |
msgid "What you've been looking for?"
|
114 |
msgstr "Que recherchez-vous ?"
|
115 |
|
116 |
-
#: includes/class-freemius.php:
|
117 |
msgid "The %s didn't work as expected"
|
118 |
msgstr "Le %s n'a pas fonctionné comme prévu"
|
119 |
|
120 |
-
#: includes/class-freemius.php:
|
121 |
msgid "What did you expect?"
|
122 |
msgstr "À quoi vous attendiez-vous ?"
|
123 |
|
124 |
-
#: includes/class-freemius.
|
125 |
msgid "Freemius Debug"
|
126 |
msgstr "Débuggage Freemius"
|
127 |
|
128 |
-
#: includes/class-freemius.php:
|
129 |
msgid "I don't know what is cURL or how to install it, help me!"
|
130 |
msgstr "Je ne sais pas ce qu'est cURL ou comment l'installer, aidez moi !"
|
131 |
|
132 |
-
#: includes/class-freemius.php:
|
133 |
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."
|
134 |
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."
|
135 |
|
136 |
-
#: includes/class-freemius.php:
|
137 |
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."
|
138 |
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."
|
139 |
|
140 |
-
#: includes/class-freemius.php:
|
141 |
msgid "Yes - do your thing"
|
142 |
msgstr "Oui - allez-y"
|
143 |
|
144 |
-
#: includes/class-freemius.php:
|
145 |
msgid "No - just deactivate"
|
146 |
msgstr "Non - désactivation seulement"
|
147 |
|
148 |
-
#: includes/class-freemius.
|
149 |
-
#: includes/class-freemius.
|
150 |
-
#: includes/class-freemius.
|
151 |
-
#: includes/class-freemius.
|
152 |
-
#: includes/class-freemius.
|
153 |
-
#: includes/class-freemius.
|
154 |
-
#: includes/class-freemius.
|
155 |
msgctxt "exclamation"
|
156 |
msgid "Oops"
|
157 |
msgstr "Oups"
|
158 |
|
159 |
-
#: includes/class-freemius.php:
|
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 "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."
|
162 |
|
163 |
-
#: includes/class-freemius.php:
|
164 |
msgctxt "addonX cannot run without pluginY"
|
165 |
msgid "%s cannot run without %s."
|
166 |
msgstr "%s ne peut pas fonctionner sans %s."
|
167 |
|
168 |
-
#: includes/class-freemius.php:
|
169 |
msgctxt "addonX cannot run..."
|
170 |
msgid "%s cannot run without the plugin."
|
171 |
msgstr "%s ne peut pas fonctionner sans le plugin."
|
172 |
|
173 |
-
#: includes/class-freemius.
|
174 |
-
#: includes/class-freemius.php:
|
175 |
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
176 |
msgstr "Une erreur est survenue dans l'API. Merci de contacter l'auteur du %s en lui indiquant l'erreur."
|
177 |
|
178 |
-
#: includes/class-freemius.php:
|
179 |
msgid "Premium %s version was successfully activated."
|
180 |
msgstr "La version premium de %s a été activée avec succès."
|
181 |
|
182 |
-
#: includes/class-freemius.
|
183 |
msgctxt ""
|
184 |
msgid "W00t"
|
185 |
msgstr "Génial"
|
186 |
|
187 |
-
#: includes/class-freemius.php:
|
188 |
msgid "You have a %s license."
|
189 |
msgstr "Vous avez une license pour %s."
|
190 |
|
191 |
-
#: includes/class-freemius.
|
192 |
-
#: includes/class-freemius.
|
193 |
-
#: includes/class-freemius.
|
194 |
-
#: includes/class-freemius.php:
|
195 |
msgctxt "interjection expressing joy or exuberance"
|
196 |
msgid "Yee-haw"
|
197 |
msgstr "Youpi"
|
198 |
|
199 |
-
#: includes/class-freemius.php:
|
200 |
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."
|
201 |
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."
|
202 |
|
203 |
-
#: includes/class-freemius.php:
|
204 |
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
205 |
msgstr "%sest un add-on pour la version premium. Vous devez acheter une licence avant d'activer le plugin."
|
206 |
|
207 |
-
#: includes/class-freemius.
|
208 |
-
#: templates/account/partials/addon.php:
|
209 |
msgid "More information about %s"
|
210 |
msgstr "Plus d'informations à propos de %s"
|
211 |
|
212 |
-
#: includes/class-freemius.php:
|
213 |
msgid "Purchase License"
|
214 |
msgstr "Acheter une licence"
|
215 |
|
216 |
-
#: includes/class-freemius.
|
217 |
msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
218 |
msgstr "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."
|
219 |
|
220 |
-
#: includes/class-freemius.php:
|
221 |
msgid "start the trial"
|
222 |
msgstr "commencer la période d'essai"
|
223 |
|
224 |
-
#: includes/class-freemius.
|
225 |
msgid "complete the install"
|
226 |
msgstr "compléter l'installation"
|
227 |
|
228 |
-
#: includes/class-freemius.php:
|
229 |
msgid "You are just one step away - %s"
|
230 |
msgstr "Il ne reste qu'une étape - %s"
|
231 |
|
232 |
-
#: includes/class-freemius.php:
|
233 |
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
234 |
msgid "Complete \"%s\" Activation Now"
|
235 |
msgstr "Compléter \"%s\" Activer Maintenant"
|
236 |
|
237 |
-
#: includes/class-freemius.php:
|
238 |
msgid "We made a few tweaks to the %s, %s"
|
239 |
msgstr "Nous avons fait quelques modifications au %s, %s"
|
240 |
|
241 |
-
#: includes/class-freemius.php:
|
242 |
-
msgid "Opt in to make \"%s\"
|
243 |
-
msgstr "
|
244 |
|
245 |
-
#: includes/class-freemius.php:
|
246 |
msgid "The upgrade of %s was successfully completed."
|
247 |
msgstr "La mise à jour du %s s'est terminée avec succès "
|
248 |
|
249 |
-
#: includes/class-freemius.
|
250 |
-
#: includes/class-fs-plugin-updater.
|
251 |
-
#: includes/class-fs-plugin-updater.
|
|
|
252 |
msgid "Add-On"
|
253 |
msgstr "Add-On"
|
254 |
|
255 |
-
#: includes/class-freemius.
|
256 |
-
#: templates/debug.php:
|
257 |
msgid "Plugin"
|
258 |
msgstr "Plugin"
|
259 |
|
260 |
-
#: includes/class-freemius.
|
261 |
-
#: templates/debug.
|
262 |
msgid "Theme"
|
263 |
msgstr "Thème"
|
264 |
|
265 |
-
#: includes/class-freemius.php:
|
266 |
-
msgid "
|
267 |
-
msgstr "
|
268 |
|
269 |
-
#: includes/class-freemius.php:
|
270 |
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
271 |
msgstr "Nous ne trouvons pas votre adresse mail dans notre système, êtes-vous qu'il s'agit de la bonne adresse ?"
|
272 |
|
273 |
-
#: includes/class-freemius.php:
|
274 |
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
275 |
msgstr "Nous ne trouvons aucune licence active associée avec cette adresse email, êtes-vous qu'il s'agit de la bonne adresse ?"
|
276 |
|
277 |
-
#: includes/class-freemius.php:
|
278 |
msgid "Account is pending activation."
|
279 |
msgstr "Compte en cours d'activation."
|
280 |
|
281 |
-
#: includes/class-freemius.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
282 |
msgid "%s activation was successfully completed."
|
283 |
msgstr "L'activation de %s s'est terminée avec succès."
|
284 |
|
285 |
-
#: includes/class-freemius.php:
|
286 |
msgid "Your account was successfully activated with the %s plan."
|
287 |
msgstr "Votre compte a été activé avec succès avec la formule %s."
|
288 |
|
289 |
-
#: includes/class-freemius.
|
290 |
msgid "Your trial has been successfully started."
|
291 |
msgstr "Votre période d'essai a bien démarré."
|
292 |
|
293 |
-
#: includes/class-freemius.
|
294 |
-
#: includes/class-freemius.php:
|
295 |
msgid "Couldn't activate %s."
|
296 |
msgstr "Impossible d'activer %s."
|
297 |
|
298 |
-
#: includes/class-freemius.
|
299 |
-
#: includes/class-freemius.php:
|
300 |
msgid "Please contact us with the following message:"
|
301 |
msgstr "Merci de nous contacter avec le message suivant :"
|
302 |
|
303 |
-
#: includes/class-freemius.
|
304 |
msgid "Upgrade"
|
305 |
msgstr "Mise à jour"
|
306 |
|
307 |
-
#: includes/class-freemius.php:
|
308 |
msgid "Start Trial"
|
309 |
msgstr "Essai gratuit"
|
310 |
|
311 |
-
#: includes/class-freemius.php:
|
312 |
msgid "Pricing"
|
313 |
msgstr "Tarifs"
|
314 |
|
315 |
-
#: includes/class-freemius.
|
316 |
msgid "Affiliation"
|
317 |
msgstr "Affiliation"
|
318 |
|
319 |
-
#: includes/class-freemius.
|
320 |
-
#: templates/account.
|
321 |
msgid "Account"
|
322 |
msgstr "Compte"
|
323 |
|
324 |
-
#: includes/class-freemius.
|
325 |
#: includes/customizer/class-fs-customizer-support-section.php:60
|
326 |
msgid "Contact Us"
|
327 |
msgstr "Contactez Nous"
|
328 |
|
329 |
-
#: includes/class-freemius.
|
330 |
-
#: includes/class-freemius.
|
331 |
-
#: templates/account/partials/addon.php:
|
332 |
msgid "Add-Ons"
|
333 |
msgstr "Add-Ons"
|
334 |
|
335 |
-
#: includes/class-freemius.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
336 |
msgctxt "noun"
|
337 |
msgid "Pricing"
|
338 |
msgstr "Tarifs"
|
339 |
|
340 |
-
#: includes/class-freemius.
|
341 |
#: includes/customizer/class-fs-customizer-support-section.php:67
|
342 |
msgid "Support Forum"
|
343 |
msgstr "Forum de Support"
|
344 |
|
345 |
-
#: includes/class-freemius.php:
|
346 |
msgid "Your email has been successfully verified - you are AWESOME!"
|
347 |
msgstr "Votre email a été vérifié avec succès - vous êtes FORMIDABLE !"
|
348 |
|
349 |
-
#: includes/class-freemius.php:
|
350 |
msgctxt "a positive response"
|
351 |
msgid "Right on"
|
352 |
msgstr "Directement"
|
353 |
|
354 |
-
#: includes/class-freemius.php:
|
355 |
msgid "Your %s Add-on plan was successfully upgraded."
|
356 |
msgstr "Votre Add-on %s a bien été mis à jour."
|
357 |
|
358 |
-
#: includes/class-freemius.php:
|
359 |
msgid "%s Add-on was successfully purchased."
|
360 |
msgstr "L'Add-on %s a bien été acheté."
|
361 |
|
362 |
-
#: includes/class-freemius.php:
|
363 |
msgid "Download the latest version"
|
364 |
msgstr "Télécharger la dernière version"
|
365 |
|
366 |
-
#: includes/class-freemius.php:
|
367 |
msgctxt "%1s - plugin title, %2s - API domain"
|
368 |
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
369 |
msgstr "Votre serveur bloque l'accès à l4API Freemius qui est indispensable pour la synchronisation %1s. Merci de contacter votre hébergeur pour mettre %2s dans la liste blanche "
|
370 |
|
371 |
-
#: includes/class-freemius.
|
372 |
-
#: includes/class-freemius.php:
|
373 |
msgid "Error received from the server:"
|
374 |
msgstr "Une erreur a été reçu depuis le serveur :"
|
375 |
|
376 |
-
#: includes/class-freemius.php:
|
377 |
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
378 |
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."
|
379 |
|
380 |
-
#: includes/class-freemius.
|
381 |
-
#: includes/class-freemius.php:
|
382 |
msgctxt ""
|
383 |
msgid "Hmm"
|
384 |
msgstr "Hmm"
|
385 |
|
386 |
-
#: includes/class-freemius.php:
|
387 |
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."
|
388 |
-
msgstr "Il semble que vous soyez encore sur la formule %s. Si vous avez mis à jour ou changer
|
389 |
|
390 |
-
#: includes/class-freemius.
|
391 |
-
#: templates/add-ons.
|
392 |
msgctxt "trial period"
|
393 |
msgid "Trial"
|
394 |
msgstr "Période d'essai"
|
395 |
|
396 |
-
#: includes/class-freemius.php:
|
397 |
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
398 |
msgstr "J'ai mis à jour mon compte mais quand j'essaie de synchroniser la licence, la formule est toujours %s."
|
399 |
|
400 |
-
#: includes/class-freemius.
|
401 |
msgid "Please contact us here"
|
402 |
msgstr "Merci de nous contacter ici"
|
403 |
|
404 |
-
#: includes/class-freemius.php:
|
405 |
msgid "Your plan was successfully upgraded."
|
406 |
msgstr "Votre formule a bien été mise à jour."
|
407 |
|
408 |
-
#: includes/class-freemius.php:
|
409 |
msgid "Your plan was successfully changed to %s."
|
410 |
msgstr "Votre formule a bien été modifié vers %s. "
|
411 |
|
412 |
-
#: includes/class-freemius.php:
|
413 |
msgid "Your license has expired. You can still continue using the free %s forever."
|
414 |
msgstr "Votre licence a expiré. Vous pouvez toujours utiliser la version gratuite indéfiniment."
|
415 |
|
416 |
-
#: includes/class-freemius.php:
|
417 |
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
418 |
msgstr "Votre licence a expiré.%1$sFaites la mise à jour maintenant%2$s pour continuer à utiliser le %3$s sans interruption."
|
419 |
|
420 |
-
#: includes/class-freemius.php:
|
421 |
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
422 |
msgstr "Votre licence a été annulé. Si vous pensez qu'il s'agit d'une erreur, merci de contacter le support."
|
423 |
|
424 |
-
#: includes/class-freemius.php:
|
425 |
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."
|
426 |
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."
|
427 |
|
428 |
-
#: includes/class-freemius.php:
|
429 |
msgid "Your free trial has expired. You can still continue using all our free features."
|
430 |
msgstr "Votre période d'essai gratuite est terminée. Vous pouvez continuer à utiliser toutes nos fonctionnalités gratuites."
|
431 |
|
432 |
-
#: includes/class-freemius.php:
|
433 |
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
434 |
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."
|
435 |
|
436 |
-
#: includes/class-freemius.php:
|
437 |
msgid "It looks like the license could not be activated."
|
438 |
msgstr "Il semble que la licence ne puisse être activée."
|
439 |
|
440 |
-
#: includes/class-freemius.php:
|
441 |
msgid "Your license was successfully activated."
|
442 |
msgstr "Votre licence a bien été activée."
|
443 |
|
444 |
-
#: includes/class-freemius.php:
|
445 |
msgid "It looks like your site currently doesn't have an active license."
|
446 |
msgstr "Il semble que votre site n'ait pas de licence active."
|
447 |
|
448 |
-
#: includes/class-freemius.php:
|
449 |
msgid "It looks like the license deactivation failed."
|
450 |
msgstr "Il semble que la désactivation de la licence a échoué."
|
451 |
|
452 |
-
#: includes/class-freemius.php:
|
453 |
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
454 |
msgstr "Votre licence a bien été désactivé, vous utilisez à présent la formule %s."
|
455 |
|
456 |
-
#: includes/class-freemius.php:
|
457 |
msgid "O.K"
|
458 |
msgstr "O.K"
|
459 |
|
460 |
-
#: includes/class-freemius.php:
|
461 |
-
msgid "
|
462 |
-
msgstr "
|
463 |
|
464 |
-
#: includes/class-freemius.php:
|
465 |
-
msgid "
|
466 |
-
msgstr "
|
467 |
|
468 |
-
#: includes/class-freemius.php:
|
469 |
msgid "You are already running the %s in a trial mode."
|
470 |
msgstr "Vous utilisez déjà le %s en période d'essai. "
|
471 |
|
472 |
-
#: includes/class-freemius.php:
|
473 |
msgid "You already utilized a trial before."
|
474 |
msgstr "Vous avez déjà utilisé la période d'essai."
|
475 |
|
476 |
-
#: includes/class-freemius.php:
|
477 |
msgid "Plan %s do not exist, therefore, can't start a trial."
|
478 |
msgstr "La formule %s n'existe pas, il n'est pas possible de commencer une période d'essai."
|
479 |
|
480 |
-
#: includes/class-freemius.php:
|
481 |
msgid "Plan %s does not support a trial period."
|
482 |
msgstr "La formule %s ne propose pas de période d'essai."
|
483 |
|
484 |
-
#: includes/class-freemius.php:
|
485 |
msgid "None of the %s's plans supports a trial period."
|
486 |
msgstr "Aucune formule du %s ne propose de période d'essai."
|
487 |
|
488 |
-
#: includes/class-freemius.php:
|
489 |
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
490 |
msgstr "Il semble que vous ne soyez plus en période d'essai donc il n'y a rien à annuler :)"
|
491 |
|
492 |
-
#: includes/class-freemius.php:
|
493 |
-
msgid "Your %s free trial was successfully cancelled."
|
494 |
-
msgstr "Votre période d'essai %s a bien été annulé."
|
495 |
-
|
496 |
-
#: includes/class-freemius.php:17190
|
497 |
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
498 |
msgstr "Il semble que nous ayons un problème temporaire pour annuler votre période d'essai. Merci de réessayer dans quelques minutes."
|
499 |
|
500 |
-
#: includes/class-freemius.php:
|
|
|
|
|
|
|
|
|
501 |
msgid "Version %s was released."
|
502 |
msgstr "La version %s vient d'être publiée."
|
503 |
|
504 |
-
#: includes/class-freemius.php:
|
505 |
msgid "Please download %s."
|
506 |
msgstr "Merci de télécharger %s."
|
507 |
|
508 |
-
#: includes/class-freemius.php:
|
509 |
msgid "the latest %s version here"
|
510 |
msgstr "la dernière version de %s ici"
|
511 |
|
512 |
-
#: includes/class-freemius.php:
|
513 |
msgid "New"
|
514 |
msgstr "Nouveau"
|
515 |
|
516 |
-
#: includes/class-freemius.php:
|
517 |
msgid "Seems like you got the latest release."
|
518 |
msgstr "Il semble que vous ayez la dernière version."
|
519 |
|
520 |
-
#: includes/class-freemius.php:
|
521 |
msgid "You are all good!"
|
522 |
msgstr "Vous êtes tout bon !"
|
523 |
|
524 |
-
#: includes/class-freemius.php:
|
525 |
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
526 |
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."
|
527 |
|
528 |
-
#: includes/class-freemius.php:
|
529 |
msgid "Site successfully opted in."
|
530 |
msgstr "Site ajouté avec succès."
|
531 |
|
532 |
-
#: includes/class-freemius.
|
533 |
msgid "Awesome"
|
534 |
msgstr "Formidable"
|
535 |
|
536 |
-
#: includes/class-freemius.
|
537 |
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
538 |
msgstr "Nous vous remercions de votre aide pour améliorer le %s en nous permettant de recevoir des informations concernant son usage."
|
539 |
|
540 |
-
#: includes/class-freemius.php:
|
541 |
msgid "Thank you!"
|
542 |
msgstr "Merci !"
|
543 |
|
544 |
-
#: includes/class-freemius.php:
|
545 |
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
546 |
msgstr "Nous n'enverrons plus d'information d'utilisation de %s sur %s à %s."
|
547 |
|
548 |
-
#: includes/class-freemius.php:
|
549 |
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."
|
550 |
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."
|
551 |
|
552 |
-
#: includes/class-freemius.php:
|
553 |
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
554 |
msgstr "Merci pour la confirmation du changement de propriétaire. Un email vient d'être envoyé à %s pour la validation finale."
|
555 |
|
556 |
-
#: includes/class-freemius.php:
|
557 |
msgid "%s is the new owner of the account."
|
558 |
msgstr "%s est le nouveau propriétaire du compte."
|
559 |
|
560 |
-
#: includes/class-freemius.php:
|
561 |
msgctxt "as congratulations"
|
562 |
msgid "Congrats"
|
563 |
msgstr "Félicitations"
|
564 |
|
565 |
-
#: includes/class-freemius.php:
|
566 |
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
567 |
msgstr "Désolé, nous ne pouvons pas mettre à jour l'email. Il existe déjà un autre utilisateur avec cette adresse."
|
568 |
|
569 |
-
#: includes/class-freemius.php:
|
570 |
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
571 |
msgstr "Si vous voulez transférer la propriété du compte de %s à %s cliquez sur le bouton Changement De Propriétaire"
|
572 |
|
573 |
-
#: includes/class-freemius.php:
|
574 |
msgid "Change Ownership"
|
575 |
msgstr "Changement De Propriétaire"
|
576 |
|
577 |
-
#: includes/class-freemius.php:
|
578 |
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
579 |
msgstr "Votre email a été mis à jour. Vous allez recevoir un message avec les instructions de confirmation."
|
580 |
|
581 |
-
#: includes/class-freemius.php:
|
582 |
msgid "Please provide your full name."
|
583 |
msgstr "Merci d'indiquer vos prénom et nom."
|
584 |
|
585 |
-
#: includes/class-freemius.php:
|
586 |
msgid "Your name was successfully updated."
|
587 |
msgstr "Votre nom a été mis à jour."
|
588 |
|
589 |
-
#: includes/class-freemius.php:
|
590 |
msgid "You have successfully updated your %s."
|
591 |
msgstr "Votre %s a bien été mis à jour."
|
592 |
|
593 |
-
#: includes/class-freemius.php:
|
594 |
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
595 |
msgstr "Sachez que les informations de l'add-ons de %s sont issus d'un serveur externe."
|
596 |
|
597 |
-
#: includes/class-freemius.php:
|
598 |
msgctxt "advance notice of something that will need attention."
|
599 |
msgid "Heads up"
|
600 |
msgstr "Avertissement"
|
601 |
|
602 |
-
#: includes/class-freemius.php:
|
603 |
msgctxt "exclamation"
|
604 |
msgid "Hey"
|
605 |
msgstr "Hey"
|
606 |
|
607 |
-
#: includes/class-freemius.php:
|
608 |
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
609 |
msgstr "Que pensez-vous de %s ? Testez nos %s fonctionnalités premium avec %d jours d'essai gratuit."
|
610 |
|
611 |
-
#: includes/class-freemius.php:
|
612 |
msgid "No commitment for %s days - cancel anytime!"
|
613 |
msgstr "Pas d'engagement durant %s jours - annuler quand vous voulez !"
|
614 |
|
615 |
-
#: includes/class-freemius.php:
|
616 |
msgid "No credit card required"
|
617 |
msgstr "Pas besoin de carte bancaire"
|
618 |
|
619 |
-
#: includes/class-freemius.
|
620 |
msgctxt "call to action"
|
621 |
msgid "Start free trial"
|
622 |
msgstr "Commencer l'essai gratuit"
|
623 |
|
624 |
-
#: includes/class-freemius.php:
|
625 |
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!"
|
626 |
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 !"
|
627 |
|
628 |
-
#: includes/class-freemius.php:
|
629 |
msgid "Learn more"
|
630 |
msgstr "En savoir plus"
|
631 |
|
632 |
-
#: includes/class-freemius.
|
633 |
-
#: templates/account.
|
634 |
-
#: templates/connect.
|
635 |
-
#: templates/account/partials/addon.php:
|
636 |
msgid "Activate License"
|
637 |
msgstr "Activer la licence"
|
638 |
|
639 |
-
#: includes/class-freemius.
|
640 |
-
#: templates/account.
|
641 |
msgid "Change License"
|
642 |
msgstr "Changer la licence"
|
643 |
|
644 |
-
#: includes/class-freemius.
|
645 |
msgid "Opt Out"
|
646 |
msgstr "Désinscription"
|
647 |
|
648 |
-
#: includes/class-freemius.
|
649 |
#: templates/account/partials/site.php43,
|
650 |
#: templates/account/partials/site.php:161
|
651 |
msgid "Opt In"
|
652 |
msgstr "Inscription"
|
653 |
|
654 |
-
#: includes/class-freemius.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
655 |
msgid "Please follow these steps to complete the upgrade"
|
656 |
msgstr "Merci de suivre ces étapes pour finaliser la mise à jour"
|
657 |
|
658 |
-
#: includes/class-freemius.php:
|
659 |
msgid "Download the latest %s version"
|
660 |
msgstr "Télécharger la dernière version %s"
|
661 |
|
662 |
-
#: includes/class-freemius.php:
|
663 |
msgid "Upload and activate the downloaded version"
|
664 |
msgstr "Téléverser et activer la version téléchargée"
|
665 |
|
666 |
-
#: includes/class-freemius.php:
|
667 |
msgid "How to upload and activate?"
|
668 |
msgstr "Comment téléverser et activer ?"
|
669 |
|
670 |
-
#: includes/class-freemius.php:
|
671 |
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
672 |
msgstr "%sCliquez ici %s pour choisir les sites sur lesquels vous souhaitez activer la licence."
|
673 |
|
674 |
-
#: includes/class-freemius.php:
|
675 |
msgid "Auto installation only works for opted-in users."
|
676 |
msgstr "L'installation automatique ne fonctionne que pour les utilisateurs qui se sont inscrits."
|
677 |
|
678 |
-
#: includes/class-freemius.
|
679 |
-
#: includes/class-fs-plugin-updater.
|
680 |
-
#: includes/class-fs-plugin-updater.php:
|
681 |
msgid "Invalid module ID."
|
682 |
msgstr "ID du module non valide."
|
683 |
|
684 |
-
#: includes/class-freemius.
|
685 |
msgid "Premium version already active."
|
686 |
msgstr "Version premium déjà active."
|
687 |
|
688 |
-
#: includes/class-freemius.php:
|
689 |
msgid "You do not have a valid license to access the premium version."
|
690 |
msgstr "Vous n'avez pas de licence valide pour accéder à la version premium."
|
691 |
|
692 |
-
#: includes/class-freemius.php:
|
693 |
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
694 |
msgstr "Le plugin est un \"Serviceware\" ce qui veut dire qu'il n'a pas de version premium de code."
|
695 |
|
696 |
-
#: includes/class-freemius.
|
697 |
msgid "Premium add-on version already installed."
|
698 |
msgstr "La version premium de l'add-on est déjà installée."
|
699 |
|
700 |
-
#: includes/class-freemius.php:
|
701 |
msgid "View paid features"
|
702 |
msgstr "Voir les fonctionnalités payantes"
|
703 |
|
704 |
-
#: includes/class-freemius.php:
|
705 |
msgid "Thank you so much for using %s and its add-ons!"
|
706 |
msgstr "Merci beaucoup d'utiliser %s et ses add-ons !"
|
707 |
|
708 |
-
#: includes/class-freemius.php:
|
709 |
msgid "Thank you so much for using %s!"
|
710 |
msgstr "Merci beaucoup d'utiliser %s !"
|
711 |
|
712 |
-
#: includes/class-freemius.php:
|
713 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
714 |
msgstr "Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer à améliorer le %s."
|
715 |
|
716 |
-
#: includes/class-freemius.php:
|
717 |
msgid "Thank you so much for using our products!"
|
718 |
msgstr "Merci beaucoup d'utiliser nos produits !"
|
719 |
|
720 |
-
#: includes/class-freemius.php:
|
721 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
722 |
msgstr "Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer à les améliorer."
|
723 |
|
724 |
-
#: includes/class-freemius.php:
|
725 |
msgid "%s and its add-ons"
|
726 |
msgstr "%s et ses add-ons"
|
727 |
|
728 |
-
#: includes/class-freemius.php:
|
729 |
msgid "Products"
|
730 |
msgstr "Produits"
|
731 |
|
732 |
-
#: includes/class-freemius.
|
733 |
msgid "Yes"
|
734 |
msgstr "Oui"
|
735 |
|
736 |
-
#: includes/class-freemius.
|
737 |
msgid "send me security & feature updates, educational content and offers."
|
738 |
msgstr "envoyez moi des mises à jour de sécurité et des fonctionnalités, du contenu instructif et des offres."
|
739 |
|
740 |
-
#: includes/class-freemius.
|
741 |
msgid "No"
|
742 |
msgstr "Non"
|
743 |
|
744 |
-
#: includes/class-freemius.
|
745 |
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
746 |
msgstr "ne %sPAS%s m'envoyer de mises à jour de sécurité ou de fonctionnalités, ni de contenu instructif, ni d'offre."
|
747 |
|
748 |
-
#: includes/class-freemius.php:
|
749 |
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 🙂"
|
750 |
msgstr "Suite au exigences de conformité du %sRèglement européen Général sur la Protection des Données (GDPR)%s il est nécessaire que vous donniez, à nouveau, votre consentement explicite pour confirmer que vous êtes avec nous 🙂"
|
751 |
|
752 |
-
#: includes/class-freemius.
|
753 |
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
754 |
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 :"
|
755 |
|
756 |
-
#: includes/class-freemius.php:
|
757 |
msgid "License key is empty."
|
758 |
msgstr "La clé de licence est vide."
|
759 |
|
760 |
#: includes/class-fs-plugin-updater.php184,
|
761 |
-
#:
|
762 |
-
msgid "
|
763 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
764 |
|
765 |
-
#: includes/class-fs-plugin-updater.php:
|
|
|
|
|
|
|
|
|
766 |
msgid "Installing plugin: %s"
|
767 |
msgstr "Installation du plugin : %s"
|
768 |
|
769 |
-
#: includes/class-fs-plugin-updater.php:
|
770 |
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
771 |
msgstr "Impossible de se connecter au système de fichiers. Merci de confirmer vos autorisations."
|
772 |
|
773 |
-
#: includes/class-fs-plugin-updater.php:
|
774 |
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
775 |
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."
|
776 |
|
777 |
-
#: includes/fs-plugin-info-dialog.
|
778 |
-
#: templates/account/partials/addon.php:
|
779 |
msgctxt "verb"
|
780 |
msgid "Purchase"
|
781 |
msgstr "Acheter"
|
782 |
|
783 |
-
#: includes/fs-plugin-info-dialog.php:
|
784 |
msgid "Start my free %s"
|
785 |
msgstr "Commencer ma %s gratuite"
|
786 |
|
787 |
-
#: includes/fs-plugin-info-dialog.php:
|
788 |
msgid "Install Free Version Now"
|
789 |
msgstr "Installer la version gratuite maintenant"
|
790 |
|
791 |
-
#: includes/fs-plugin-info-dialog.
|
792 |
-
#: templates/account/partials/addon.
|
793 |
-
#: templates/account/partials/addon.php:
|
794 |
msgid "Install Now"
|
795 |
msgstr "Installer maintenant"
|
796 |
|
797 |
-
#: includes/fs-plugin-info-dialog.php:
|
798 |
msgctxt "as download latest version"
|
799 |
msgid "Download Latest Free Version"
|
800 |
msgstr "Télécharger la dernière version gratuite"
|
801 |
|
802 |
-
#: includes/fs-plugin-info-dialog.
|
803 |
#: templates/account/partials/addon.php:21
|
804 |
msgctxt "as download latest version"
|
805 |
msgid "Download Latest"
|
806 |
msgstr "Télécharger la dernière version"
|
807 |
|
808 |
-
#: includes/fs-plugin-info-dialog.php:
|
809 |
msgid "Install Free Version Update Now"
|
810 |
msgstr "Installer la dernière mise à jour gratuite maintenant"
|
811 |
|
812 |
-
#: includes/fs-plugin-info-dialog.
|
813 |
msgid "Install Update Now"
|
814 |
msgstr "Installer la mise à jour maintenant"
|
815 |
|
816 |
-
#: includes/fs-plugin-info-dialog.php:
|
817 |
msgid "Newer Free Version (%s) Installed"
|
818 |
msgstr "La nouvelle version gratuite ( %s ) a été installé"
|
819 |
|
820 |
-
#: includes/fs-plugin-info-dialog.php:
|
821 |
msgid "Newer Version (%s) Installed"
|
822 |
msgstr "Nouvelle Version (%s) Installée"
|
823 |
|
824 |
-
#: includes/fs-plugin-info-dialog.php:
|
825 |
msgid "Latest Free Version Installed"
|
826 |
msgstr "La dernière version gratuite a été installé"
|
827 |
|
828 |
-
#: includes/fs-plugin-info-dialog.php:
|
829 |
msgid "Latest Version Installed"
|
830 |
msgstr "Dernière Version Installée"
|
831 |
|
832 |
-
#: includes/fs-plugin-info-dialog.php:
|
833 |
msgctxt "Plugin installer section title"
|
834 |
msgid "Description"
|
835 |
msgstr "Description"
|
836 |
|
837 |
-
#: includes/fs-plugin-info-dialog.php:
|
838 |
msgctxt "Plugin installer section title"
|
839 |
msgid "Installation"
|
840 |
msgstr "Installation"
|
841 |
|
842 |
-
#: includes/fs-plugin-info-dialog.php:
|
843 |
msgctxt "Plugin installer section title"
|
844 |
msgid "FAQ"
|
845 |
msgstr "FAQ"
|
846 |
|
847 |
-
#: includes/fs-plugin-info-dialog.
|
848 |
#: templates/plugin-info/description.php:55
|
849 |
msgid "Screenshots"
|
850 |
msgstr "Captures d'écran"
|
851 |
|
852 |
-
#: includes/fs-plugin-info-dialog.php:
|
853 |
msgctxt "Plugin installer section title"
|
854 |
msgid "Changelog"
|
855 |
msgstr "Changelog"
|
856 |
|
857 |
-
#: includes/fs-plugin-info-dialog.php:
|
858 |
msgctxt "Plugin installer section title"
|
859 |
msgid "Reviews"
|
860 |
msgstr "Commentaires"
|
861 |
|
862 |
-
#: includes/fs-plugin-info-dialog.php:
|
863 |
msgctxt "Plugin installer section title"
|
864 |
msgid "Other Notes"
|
865 |
msgstr "Autres Informations"
|
866 |
|
867 |
-
#: includes/fs-plugin-info-dialog.php:
|
868 |
msgctxt "Plugin installer section title"
|
869 |
msgid "Features & Pricing"
|
870 |
msgstr "Fonctionnalités & Tarifs"
|
871 |
|
872 |
-
#: includes/fs-plugin-info-dialog.php:
|
873 |
msgid "Plugin Install"
|
874 |
msgstr "Installation du Plugin"
|
875 |
|
876 |
-
#: includes/fs-plugin-info-dialog.php:
|
877 |
msgctxt "e.g. Professional Plan"
|
878 |
msgid "%s Plan"
|
879 |
msgstr "Formule %s"
|
880 |
|
881 |
-
#: includes/fs-plugin-info-dialog.php:
|
882 |
msgctxt "e.g. the best product"
|
883 |
msgid "Best"
|
884 |
msgstr "Best"
|
885 |
|
886 |
-
#: includes/fs-plugin-info-dialog.
|
887 |
-
#: includes/fs-plugin-info-dialog.php:
|
888 |
msgctxt "as every month"
|
889 |
msgid "Monthly"
|
890 |
msgstr "Mensuel"
|
891 |
|
892 |
-
#: includes/fs-plugin-info-dialog.php:
|
893 |
msgctxt "as once a year"
|
894 |
msgid "Annual"
|
895 |
msgstr "Annuel"
|
896 |
|
897 |
-
#: includes/fs-plugin-info-dialog.php:
|
898 |
msgid "Lifetime"
|
899 |
msgstr "À vie"
|
900 |
|
901 |
-
#: includes/fs-plugin-info-dialog.
|
902 |
-
#: includes/fs-plugin-info-dialog.
|
903 |
-
#: includes/fs-plugin-info-dialog.php:
|
904 |
msgctxt "e.g. billed monthly"
|
905 |
msgid "Billed %s"
|
906 |
msgstr "%s Facturé"
|
907 |
|
908 |
-
#: includes/fs-plugin-info-dialog.php:
|
909 |
msgctxt "as once a year"
|
910 |
msgid "Annually"
|
911 |
msgstr "Annuel"
|
912 |
|
913 |
-
#: includes/fs-plugin-info-dialog.php:
|
914 |
msgctxt "as once a year"
|
915 |
msgid "Once"
|
916 |
msgstr "Une fois"
|
917 |
|
918 |
-
#: includes/fs-plugin-info-dialog.php:
|
919 |
msgid "Single Site License"
|
920 |
msgstr "Licence 1 site"
|
921 |
|
922 |
-
#: includes/fs-plugin-info-dialog.php:
|
923 |
msgid "Unlimited Licenses"
|
924 |
msgstr "Licences sites illimités"
|
925 |
|
926 |
-
#: includes/fs-plugin-info-dialog.php:
|
927 |
msgid "Up to %s Sites"
|
928 |
msgstr "Jusqu'à %s Sites"
|
929 |
|
930 |
-
#: includes/fs-plugin-info-dialog.
|
931 |
#: templates/plugin-info/features.php:82
|
932 |
msgctxt "as monthly period"
|
933 |
msgid "mo"
|
934 |
msgstr "mois"
|
935 |
|
936 |
-
#: includes/fs-plugin-info-dialog.
|
937 |
#: templates/plugin-info/features.php:80
|
938 |
msgctxt "as annual period"
|
939 |
msgid "year"
|
940 |
msgstr "année"
|
941 |
|
942 |
-
#: includes/fs-plugin-info-dialog.php:
|
943 |
msgctxt "noun"
|
944 |
msgid "Price"
|
945 |
msgstr "Tarif"
|
946 |
|
947 |
-
#: includes/fs-plugin-info-dialog.php:
|
948 |
msgid "Save %s"
|
949 |
msgstr "Économisez %s"
|
950 |
|
951 |
-
#: includes/fs-plugin-info-dialog.php:
|
952 |
msgid "No commitment for %s - cancel anytime"
|
953 |
msgstr "Pas d'engagement durant %s - annuler quand vous voulez"
|
954 |
|
955 |
-
#: includes/fs-plugin-info-dialog.php:
|
956 |
msgid "After your free %s, pay as little as %s"
|
957 |
msgstr "Après vos %s gratuits, payez seulement %s"
|
958 |
|
959 |
-
#: includes/fs-plugin-info-dialog.php:
|
960 |
msgid "Details"
|
961 |
msgstr "Détails"
|
962 |
|
963 |
-
#: includes/fs-plugin-info-dialog.
|
964 |
-
#: templates/debug.
|
965 |
-
#: templates/account/partials/addon.php:
|
966 |
msgctxt "product version"
|
967 |
msgid "Version"
|
968 |
msgstr "Version"
|
969 |
|
970 |
-
#: includes/fs-plugin-info-dialog.php:
|
971 |
msgctxt "as the plugin author"
|
972 |
msgid "Author"
|
973 |
msgstr "Auteur"
|
974 |
|
975 |
-
#: includes/fs-plugin-info-dialog.php:
|
976 |
msgid "Last Updated"
|
977 |
msgstr "Dernière mise à jour"
|
978 |
|
979 |
-
#: includes/fs-plugin-info-dialog.php:
|
980 |
msgctxt "x-ago"
|
981 |
msgid "%s ago"
|
982 |
msgstr "Il y a %s"
|
983 |
|
984 |
-
#: includes/fs-plugin-info-dialog.php:
|
985 |
msgid "Requires WordPress Version"
|
986 |
msgstr "Version de WordPress requise"
|
987 |
|
988 |
-
#: includes/fs-plugin-info-dialog.php:
|
989 |
msgid "%s or higher"
|
990 |
msgstr "%s ou plus"
|
991 |
|
992 |
-
#: includes/fs-plugin-info-dialog.php:
|
993 |
msgid "Compatible up to"
|
994 |
msgstr "Compatible jusqu'à"
|
995 |
|
996 |
-
#: includes/fs-plugin-info-dialog.php:
|
997 |
msgid "Downloaded"
|
998 |
msgstr "Téléchargé"
|
999 |
|
1000 |
-
#: includes/fs-plugin-info-dialog.php:
|
1001 |
msgid "%s time"
|
1002 |
msgstr "%s fois"
|
1003 |
|
1004 |
-
#: includes/fs-plugin-info-dialog.php:
|
1005 |
msgid "%s times"
|
1006 |
msgstr "%s fois"
|
1007 |
|
1008 |
-
#: includes/fs-plugin-info-dialog.php:
|
1009 |
msgid "WordPress.org Plugin Page"
|
1010 |
msgstr "Page WordPress.org du plugin"
|
1011 |
|
1012 |
-
#: includes/fs-plugin-info-dialog.php:
|
1013 |
msgid "Plugin Homepage"
|
1014 |
msgstr "Site Web du plugin"
|
1015 |
|
1016 |
-
#: includes/fs-plugin-info-dialog.
|
1017 |
-
#: includes/fs-plugin-info-dialog.php:
|
1018 |
msgid "Donate to this plugin"
|
1019 |
msgstr "Faire une donation pour ce plugin"
|
1020 |
|
1021 |
-
#: includes/fs-plugin-info-dialog.php:
|
1022 |
msgid "Average Rating"
|
1023 |
msgstr "Note moyenne"
|
1024 |
|
1025 |
-
#: includes/fs-plugin-info-dialog.php:
|
1026 |
msgid "based on %s"
|
1027 |
msgstr "Basé sur %s"
|
1028 |
|
1029 |
-
#: includes/fs-plugin-info-dialog.php:
|
1030 |
msgid "%s rating"
|
1031 |
msgstr "%s notation"
|
1032 |
|
1033 |
-
#: includes/fs-plugin-info-dialog.php:
|
1034 |
msgid "%s ratings"
|
1035 |
msgstr "%snotations "
|
1036 |
|
1037 |
-
#: includes/fs-plugin-info-dialog.php:
|
1038 |
msgid "%s star"
|
1039 |
msgstr "%s étoile"
|
1040 |
|
1041 |
-
#: includes/fs-plugin-info-dialog.php:
|
1042 |
msgid "%s stars"
|
1043 |
msgstr "%s étoiles"
|
1044 |
|
1045 |
-
#: includes/fs-plugin-info-dialog.php:
|
1046 |
msgid "Click to see reviews that provided a rating of %s"
|
1047 |
msgstr "Cliquez pour voir les avis avec une notation de %s"
|
1048 |
|
1049 |
-
#: includes/fs-plugin-info-dialog.php:
|
1050 |
msgid "Contributors"
|
1051 |
msgstr "Contributeurs"
|
1052 |
|
1053 |
-
#: includes/fs-plugin-info-dialog.
|
1054 |
-
#: includes/fs-plugin-info-dialog.php:
|
1055 |
msgid "Warning"
|
1056 |
msgstr "Attention"
|
1057 |
|
1058 |
-
#: includes/fs-plugin-info-dialog.php:
|
1059 |
msgid "This plugin has not been tested with your current version of WordPress."
|
1060 |
msgstr "Ce plugin n'a pas été testé avec votre actuelle version de WordPress"
|
1061 |
|
1062 |
-
#: includes/fs-plugin-info-dialog.php:
|
1063 |
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1064 |
msgstr "Ce plugin n'a pas été indiqué comme étant compatible avec votre version actuelle de WordPress"
|
1065 |
|
1066 |
-
#: includes/fs-plugin-info-dialog.php:
|
1067 |
msgid "Paid add-on must be deployed to Freemius."
|
1068 |
msgstr "Les add-ons payant doivent être déposés sur Freemius"
|
1069 |
|
1070 |
-
#: includes/fs-plugin-info-dialog.php:
|
1071 |
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1072 |
msgstr "Les add-ons doivent être déposés sur WordPress.org ou Freemius."
|
1073 |
|
1074 |
-
#: templates/account.php81, templates/
|
|
|
1075 |
#: templates/account/partials/site.php:295
|
1076 |
-
msgid "Downgrading your plan
|
1077 |
-
msgstr "Rétrograder votre formule
|
1078 |
|
1079 |
-
#: templates/account.php82, templates/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1080 |
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1081 |
msgstr "Annuler la période d'essai va immédiatement bloquer les fonctionnalités premium. Souhaitez-vous continuer ?"
|
1082 |
|
1083 |
-
#: templates/account.
|
1084 |
-
#: templates/account/partials/
|
1085 |
-
|
1086 |
-
|
|
|
1087 |
|
1088 |
-
#: templates/account.
|
1089 |
-
#: templates/account/partials/
|
|
|
1090 |
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1091 |
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."
|
1092 |
|
1093 |
#. translators: %s: Plan title (e.g. "Professional")
|
1094 |
-
#: templates/account.
|
1095 |
#: templates/account/partials/activate-license-button.php31,
|
1096 |
-
#: templates/account/partials/addon.php:
|
1097 |
msgid "Activate %s Plan"
|
1098 |
msgstr "Activer la formule %s"
|
1099 |
|
1100 |
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1101 |
-
#: templates/account.
|
1102 |
#: templates/account/partials/site.php:275
|
1103 |
msgid "Auto renews in %s"
|
1104 |
msgstr "Renouvellements automatique dans %s"
|
1105 |
|
1106 |
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1107 |
-
#: templates/account.
|
1108 |
#: templates/account/partials/site.php:277
|
1109 |
msgid "Expires in %s"
|
1110 |
msgstr "Expire dans %s"
|
1111 |
|
1112 |
-
#: templates/account.
|
1113 |
msgctxt "as synchronize license"
|
1114 |
msgid "Sync License"
|
1115 |
msgstr "Synchroniser la licence"
|
1116 |
|
1117 |
-
#: templates/account.
|
1118 |
msgid "Cancel Trial"
|
1119 |
msgstr "Annuler la période d'essai"
|
1120 |
|
1121 |
-
#: templates/account.
|
1122 |
msgid "Change Plan"
|
1123 |
msgstr "Changer de formule"
|
1124 |
|
1125 |
-
#: templates/account.
|
1126 |
msgctxt "verb"
|
1127 |
msgid "Upgrade"
|
1128 |
msgstr "Mise à jour"
|
1129 |
|
1130 |
-
#: templates/account.
|
1131 |
-
#: templates/account/partials/site.php:
|
1132 |
msgctxt "verb"
|
1133 |
msgid "Downgrade"
|
1134 |
msgstr "Rétrograder"
|
1135 |
|
1136 |
-
#: templates/account.
|
1137 |
#: templates/plugin-info/features.php72,
|
1138 |
-
#: templates/account/partials/addon.
|
1139 |
#: templates/account/partials/site.php:31
|
1140 |
msgid "Free"
|
1141 |
msgstr "Gratuit"
|
1142 |
|
1143 |
-
#: templates/account.
|
1144 |
msgid "Activate"
|
1145 |
msgstr "Activer"
|
1146 |
|
1147 |
-
#: templates/account.
|
1148 |
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1149 |
-
#: templates/account/partials/addon.php:
|
1150 |
msgctxt "as product pricing plan"
|
1151 |
msgid "Plan"
|
1152 |
msgstr "Formule"
|
1153 |
|
1154 |
-
#: templates/account.php:
|
1155 |
msgid "Free Trial"
|
1156 |
msgstr "Essai gratuit"
|
1157 |
|
1158 |
-
#: templates/account.php:
|
1159 |
msgid "Account Details"
|
1160 |
msgstr "Détails du compte"
|
1161 |
|
1162 |
-
#: templates/account.php:
|
1163 |
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?"
|
1164 |
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 ? "
|
1165 |
|
1166 |
-
#: templates/account.php:
|
1167 |
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?"
|
1168 |
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 ?"
|
1169 |
|
1170 |
-
#: templates/account.php:
|
1171 |
msgid "Delete Account"
|
1172 |
msgstr "Supprimer le compte"
|
1173 |
|
1174 |
-
#: templates/account.
|
1175 |
#: templates/account/partials/deactivate-license-button.php:35
|
1176 |
msgid "Deactivate License"
|
1177 |
msgstr "Désactiver la licence"
|
1178 |
|
1179 |
-
#: templates/account.php:
|
1180 |
msgid "Are you sure you want to proceed?"
|
1181 |
msgstr "Êtes-vous de vouloir continuer ?"
|
1182 |
|
1183 |
-
#: templates/account.
|
1184 |
msgid "Cancel Subscription"
|
1185 |
msgstr "Annuler l'abonnement"
|
1186 |
|
1187 |
-
#: templates/account.php:
|
1188 |
msgctxt "as synchronize"
|
1189 |
msgid "Sync"
|
1190 |
msgstr "Synchroniser"
|
1191 |
|
1192 |
-
#: templates/account.
|
1193 |
msgid "Name"
|
1194 |
msgstr "Nom"
|
1195 |
|
1196 |
-
#: templates/account.
|
1197 |
msgid "Email"
|
1198 |
msgstr "Email"
|
1199 |
|
1200 |
-
#: templates/account.
|
1201 |
msgid "User ID"
|
1202 |
msgstr "User ID"
|
1203 |
|
1204 |
-
#: templates/account.php:
|
1205 |
msgid "Site ID"
|
1206 |
msgstr "Site ID"
|
1207 |
|
1208 |
-
#: templates/account.php:
|
1209 |
msgid "No ID"
|
1210 |
msgstr "ID manquant"
|
1211 |
|
1212 |
-
#: templates/account.
|
1213 |
-
#: templates/debug.
|
1214 |
#: templates/account/partials/site.php:219
|
1215 |
msgid "Public Key"
|
1216 |
msgstr "Clef publique"
|
1217 |
|
1218 |
-
#: templates/account.
|
1219 |
-
#: templates/debug.
|
1220 |
msgid "Secret Key"
|
1221 |
msgstr "Clef secrête"
|
1222 |
|
1223 |
-
#: templates/account.php:
|
1224 |
msgctxt "as secret encryption key missing"
|
1225 |
msgid "No Secret"
|
1226 |
msgstr "Clef secrète manquante"
|
1227 |
|
1228 |
-
#: templates/account.
|
1229 |
#: templates/account/partials/site.php:114
|
1230 |
msgid "Trial"
|
1231 |
msgstr "Période d'essai"
|
1232 |
|
1233 |
-
#: templates/account.
|
1234 |
#: templates/account/partials/site.php:248
|
1235 |
msgid "License Key"
|
1236 |
msgstr "Clef de licence"
|
1237 |
|
1238 |
-
#: templates/account.php:
|
1239 |
msgid "not verified"
|
1240 |
msgstr "Non vérifié"
|
1241 |
|
1242 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
1243 |
msgid "Premium version"
|
1244 |
msgstr "Version premium"
|
1245 |
|
1246 |
-
#: templates/account.php:
|
1247 |
msgid "Free version"
|
1248 |
msgstr "Version gratuite"
|
1249 |
|
1250 |
-
#: templates/account.php:
|
1251 |
msgid "Verify Email"
|
1252 |
msgstr "Vérifier l'email"
|
1253 |
|
1254 |
-
#: templates/account.php:
|
1255 |
msgid "Download %s Version"
|
1256 |
msgstr "Télécharger la version %s"
|
1257 |
|
1258 |
-
#: templates/account.
|
1259 |
#: templates/account/partials/site.php237,
|
1260 |
#: templates/account/partials/site.php:255
|
1261 |
msgctxt "verb"
|
1262 |
msgid "Show"
|
1263 |
msgstr "Afficher"
|
1264 |
|
1265 |
-
#: templates/account.php:
|
1266 |
msgid "What is your %s?"
|
1267 |
msgstr "Quel est votre %s ?"
|
1268 |
|
1269 |
-
#: templates/account.
|
1270 |
msgctxt "verb"
|
1271 |
msgid "Edit"
|
1272 |
msgstr "Éditer"
|
1273 |
|
1274 |
-
#: templates/account.php:
|
1275 |
msgid "Sites"
|
1276 |
msgstr "Sites"
|
1277 |
|
1278 |
-
#: templates/account.php:
|
1279 |
msgid "Search by address"
|
1280 |
msgstr "Recherche par adresse"
|
1281 |
|
1282 |
-
#: templates/account.
|
1283 |
-
#: templates/debug.
|
1284 |
-
#: templates/debug.
|
1285 |
#: templates/account/payments.php35, templates/debug/logger.php:21
|
1286 |
msgid "ID"
|
1287 |
msgstr "ID"
|
1288 |
|
1289 |
-
#: templates/account.
|
1290 |
msgid "Address"
|
1291 |
msgstr "Adresse"
|
1292 |
|
1293 |
-
#: templates/account.php:
|
1294 |
msgid "License"
|
1295 |
msgstr "Licence"
|
1296 |
|
1297 |
-
#: templates/account.php:
|
1298 |
msgid "Plan"
|
1299 |
msgstr "Formule"
|
1300 |
|
1301 |
-
#: templates/account.php:
|
1302 |
msgctxt "as software license"
|
1303 |
msgid "License"
|
1304 |
msgstr "Licence"
|
1305 |
|
1306 |
-
#: templates/account.php:
|
1307 |
msgctxt "verb"
|
1308 |
msgid "Hide"
|
1309 |
msgstr "Cacher"
|
1310 |
|
1311 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1312 |
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?"
|
1313 |
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 ?"
|
1314 |
|
@@ -1320,7 +1417,7 @@ msgstr "Add Ons pour %s"
|
|
1320 |
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."
|
1321 |
msgstr "Nous n'avons pas pu charger la liste des add-ons. C'est probablement une difficulté de notre côté, merci de d'essayer à nouveau dans quelques minutes."
|
1322 |
|
1323 |
-
#: templates/add-ons.php:
|
1324 |
msgid "View details"
|
1325 |
msgstr "Voir les détails"
|
1326 |
|
@@ -1359,163 +1456,167 @@ msgid "PCI compliant"
|
|
1359 |
msgstr "Compatible PCI"
|
1360 |
|
1361 |
#. translators: %s: name (e.g. Hey John,)
|
1362 |
-
#: templates/connect.php:
|
1363 |
msgctxt "greeting"
|
1364 |
msgid "Hey %s,"
|
1365 |
msgstr "Hey %s,"
|
1366 |
|
1367 |
-
#: templates/connect.php:
|
1368 |
msgid "Allow & Continue"
|
1369 |
msgstr "Autoriser & Continuer"
|
1370 |
|
1371 |
-
#: templates/connect.php:
|
1372 |
msgid "Re-send activation email"
|
1373 |
msgstr "Renvoyer l'email d'activation"
|
1374 |
|
1375 |
-
#: templates/connect.php:
|
1376 |
msgid "Thanks %s!"
|
1377 |
msgstr "Merci %s !"
|
1378 |
|
1379 |
-
#: templates/connect.
|
1380 |
msgid "Agree & Activate License"
|
1381 |
msgstr "Valider & Activer la licence"
|
1382 |
|
1383 |
-
#: templates/connect.php:
|
1384 |
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1385 |
msgstr "Merci d'avoir acheté %s ! Pour commencer, veuillez indiquer votre clef de licence :"
|
1386 |
|
1387 |
-
#: templates/connect.php:
|
1388 |
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."
|
1389 |
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."
|
1390 |
|
1391 |
-
#: templates/connect.php:
|
1392 |
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1393 |
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."
|
1394 |
|
1395 |
-
#: templates/connect.php:
|
1396 |
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."
|
1397 |
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."
|
1398 |
|
1399 |
-
#: templates/connect.php:
|
1400 |
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."
|
1401 |
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."
|
1402 |
|
1403 |
-
#: templates/connect.php:
|
1404 |
msgid "We're excited to introduce the Freemius network-level integration."
|
1405 |
msgstr "Nous sommes impatient de vous présenter l'intégration Freemius au niveau réseau."
|
1406 |
|
1407 |
-
#: templates/connect.php:
|
1408 |
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1409 |
msgstr "Durant le processus de mise à jour nous avons détecté %d site(s) toujours en attente d'activation de la licence."
|
1410 |
|
1411 |
-
#: templates/connect.php:
|
1412 |
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1413 |
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."
|
1414 |
|
1415 |
-
#: templates/connect.php:
|
1416 |
msgid "%s's paid features"
|
1417 |
msgstr "Fonctionnalités payantes de %s"
|
1418 |
|
1419 |
-
#: templates/connect.php:
|
1420 |
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1421 |
msgstr "Éventuellement, vous pouvez l'ignorer pour l'instant et activer la licence plus tard, sur votre page de compte du réseau %s."
|
1422 |
|
1423 |
-
#: templates/connect.php:
|
1424 |
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1425 |
msgstr "Durant le processus de mise à jour nous avons détecté %s site(s) dans le réseau que vous devez vérifier."
|
1426 |
|
1427 |
-
#: templates/connect.
|
1428 |
msgid "License key"
|
1429 |
msgstr "Clef de licence"
|
1430 |
|
1431 |
-
#: templates/connect.
|
1432 |
msgid "Can't find your license key?"
|
1433 |
msgstr "Vous ne trouvez pas votre clef de licence ?"
|
1434 |
|
1435 |
-
#: templates/connect.
|
1436 |
#: templates/forms/deactivation/retry-skip.php:20
|
1437 |
msgctxt "verb"
|
1438 |
msgid "Skip"
|
1439 |
msgstr "Passer"
|
1440 |
|
1441 |
-
#: templates/connect.php:
|
1442 |
msgid "Delegate to Site Admins"
|
1443 |
msgstr "Déléguer aux administrateurs du site"
|
1444 |
|
1445 |
-
#: templates/connect.php:
|
1446 |
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1447 |
msgstr "Si vous cliquez, cette décision sera déléguée aux administrateurs des sites."
|
1448 |
|
1449 |
-
#: templates/connect.php:
|
1450 |
msgid "Your Profile Overview"
|
1451 |
msgstr "Résumé de votre profil"
|
1452 |
|
1453 |
-
#: templates/connect.php:
|
1454 |
msgid "Name and email address"
|
1455 |
msgstr "Nom et adresse email"
|
1456 |
|
1457 |
-
#: templates/connect.php:
|
1458 |
msgid "Your Site Overview"
|
1459 |
msgstr "Résumé de votre site"
|
1460 |
|
1461 |
-
#: templates/connect.php:
|
1462 |
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1463 |
msgstr "Site URL, WP version, PHP info, plugins & themes"
|
1464 |
|
1465 |
-
#: templates/connect.php:
|
1466 |
msgid "Admin Notices"
|
1467 |
msgstr "Notifications Administrateur"
|
1468 |
|
1469 |
-
#: templates/connect.
|
1470 |
msgid "Updates, announcements, marketing, no spam"
|
1471 |
msgstr "Mises à jour, annonces, marketing, pas de spam"
|
1472 |
|
1473 |
-
#: templates/connect.php:
|
1474 |
msgid "Current %s Events"
|
1475 |
msgstr "Évènements du %s actuel"
|
1476 |
|
1477 |
-
#: templates/connect.php:
|
1478 |
msgid "Activation, deactivation and uninstall"
|
1479 |
msgstr "Activation, désactivation et désintallation"
|
1480 |
|
1481 |
-
#: templates/connect.php:
|
1482 |
msgid "Newsletter"
|
1483 |
msgstr "Newsletter"
|
1484 |
|
1485 |
-
#: templates/connect.
|
1486 |
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."
|
1487 |
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."
|
1488 |
|
1489 |
-
#: templates/connect.php:
|
1490 |
msgid "What permissions are being granted?"
|
1491 |
msgstr "Quelles autorisations sont accordées ?"
|
1492 |
|
1493 |
-
#: templates/connect.php:
|
1494 |
msgid "Don't have a license key?"
|
1495 |
msgstr "Vous n'avez pas de clef de licence ?"
|
1496 |
|
1497 |
-
#: templates/connect.php:
|
1498 |
msgid "Activate Free Version"
|
1499 |
msgstr "Activez la version gratuite"
|
1500 |
|
1501 |
-
#: templates/connect.php:
|
1502 |
msgid "Have a license key?"
|
1503 |
msgstr "Vous avez une clef de licence ?"
|
1504 |
|
1505 |
-
#: templates/connect.php:
|
1506 |
msgid "Privacy Policy"
|
1507 |
msgstr "Politique de confidentialité"
|
1508 |
|
1509 |
-
#: templates/connect.php:
|
|
|
|
|
|
|
|
|
1510 |
msgid "Terms of Service"
|
1511 |
msgstr "Conditions générales de service"
|
1512 |
|
1513 |
-
#: templates/connect.php:
|
1514 |
msgctxt "as in the process of sending an email"
|
1515 |
msgid "Sending email"
|
1516 |
msgstr "Email en cours d'envoi"
|
1517 |
|
1518 |
-
#: templates/connect.php:
|
1519 |
msgctxt "as activating plugin"
|
1520 |
msgid "Activating"
|
1521 |
msgstr "Activation en cours"
|
@@ -1543,8 +1644,8 @@ msgctxt "as code debugging"
|
|
1543 |
msgid "Debugging"
|
1544 |
msgstr "Debuggage"
|
1545 |
|
1546 |
-
#: templates/debug.php54, templates/debug.
|
1547 |
-
#: templates/debug.php:
|
1548 |
msgid "Actions"
|
1549 |
msgstr "Actions"
|
1550 |
|
@@ -1568,199 +1669,203 @@ msgstr "Vider les transients de mise à jour"
|
|
1568 |
msgid "Sync Data From Server"
|
1569 |
msgstr "Synchronisation des données depuis le serveur"
|
1570 |
|
1571 |
-
#: templates/debug.php:
|
|
|
|
|
|
|
|
|
1572 |
msgid "Load DB Option"
|
1573 |
msgstr "Chargement des options de la base de données"
|
1574 |
|
1575 |
-
#: templates/debug.php:
|
1576 |
msgid "Set DB Option"
|
1577 |
msgstr "Mise en place des options de la base de données"
|
1578 |
|
1579 |
-
#: templates/debug.php:
|
1580 |
msgid "Key"
|
1581 |
msgstr "Clef"
|
1582 |
|
1583 |
-
#: templates/debug.php:
|
1584 |
msgid "Value"
|
1585 |
msgstr "Valeur"
|
1586 |
|
1587 |
-
#: templates/debug.php:
|
1588 |
msgctxt "as software development kit versions"
|
1589 |
msgid "SDK Versions"
|
1590 |
msgstr "Versions du SDK"
|
1591 |
|
1592 |
-
#: templates/debug.php:
|
1593 |
msgid "SDK Path"
|
1594 |
msgstr "Chemin d'accès du SDK"
|
1595 |
|
1596 |
-
#: templates/debug.
|
1597 |
msgid "Module Path"
|
1598 |
msgstr "Chemin d'accès du module"
|
1599 |
|
1600 |
-
#: templates/debug.php:
|
1601 |
msgid "Is Active"
|
1602 |
msgstr "Est actif"
|
1603 |
|
1604 |
-
#: templates/debug.
|
1605 |
msgid "Plugins"
|
1606 |
msgstr "Plugins"
|
1607 |
|
1608 |
-
#: templates/debug.
|
1609 |
msgid "Themes"
|
1610 |
msgstr "Thèmes"
|
1611 |
|
1612 |
-
#: templates/debug.
|
1613 |
#: templates/debug/scheduled-crons.php:80
|
1614 |
msgid "Slug"
|
1615 |
msgstr "Slug"
|
1616 |
|
1617 |
-
#: templates/debug.
|
1618 |
msgid "Title"
|
1619 |
msgstr "Titre"
|
1620 |
|
1621 |
-
#: templates/debug.php:
|
1622 |
msgctxt "as application program interface"
|
1623 |
msgid "API"
|
1624 |
msgstr "API"
|
1625 |
|
1626 |
-
#: templates/debug.php:
|
1627 |
msgid "Freemius State"
|
1628 |
msgstr "État de Freemius"
|
1629 |
|
1630 |
-
#: templates/debug.php:
|
1631 |
msgid "Network Blog"
|
1632 |
msgstr "Réseau de Blog"
|
1633 |
|
1634 |
-
#: templates/debug.php:
|
1635 |
msgid "Network User"
|
1636 |
msgstr "Réseau d'Utilisateur"
|
1637 |
|
1638 |
-
#: templates/debug.php:
|
1639 |
msgctxt "as connection was successful"
|
1640 |
msgid "Connected"
|
1641 |
msgstr "Connecté"
|
1642 |
|
1643 |
-
#: templates/debug.php:
|
1644 |
msgctxt "as connection blocked"
|
1645 |
msgid "Blocked"
|
1646 |
msgstr "Bloqué"
|
1647 |
|
1648 |
-
#: templates/debug.php:
|
1649 |
-
msgid "Simulate Trial"
|
1650 |
-
msgstr "Simuler
|
1651 |
|
1652 |
-
#: templates/debug.php:
|
1653 |
msgid "Simulate Network Upgrade"
|
1654 |
msgstr "Simuler la mise à jour du réseau"
|
1655 |
|
1656 |
-
#: templates/debug.php:
|
1657 |
msgid "%s Installs"
|
1658 |
msgstr "%s Installations"
|
1659 |
|
1660 |
-
#: templates/debug.php:
|
1661 |
msgctxt "like websites"
|
1662 |
msgid "Sites"
|
1663 |
msgstr "Sites"
|
1664 |
|
1665 |
-
#: templates/debug.
|
1666 |
msgid "Blog ID"
|
1667 |
msgstr "Blog ID"
|
1668 |
|
1669 |
-
#: templates/debug.
|
1670 |
-
#: templates/account/partials/addon.php:
|
1671 |
msgctxt "verb"
|
1672 |
msgid "Delete"
|
1673 |
msgstr "Supprimer"
|
1674 |
|
1675 |
-
#: templates/debug.php:
|
1676 |
msgid "Add Ons of module %s"
|
1677 |
msgstr "Add Ons du module %s"
|
1678 |
|
1679 |
-
#: templates/debug.php:
|
1680 |
msgid "Users"
|
1681 |
msgstr "Utilisateurs"
|
1682 |
|
1683 |
-
#: templates/debug.php:
|
1684 |
msgid "Verified"
|
1685 |
msgstr "Vérifié"
|
1686 |
|
1687 |
-
#: templates/debug.php:
|
1688 |
msgid "%s Licenses"
|
1689 |
msgstr "%s Licences"
|
1690 |
|
1691 |
-
#: templates/debug.php:
|
1692 |
msgid "Plugin ID"
|
1693 |
msgstr "ID du plugin"
|
1694 |
|
1695 |
-
#: templates/debug.php:
|
1696 |
msgid "Plan ID"
|
1697 |
msgstr "ID de la formule"
|
1698 |
|
1699 |
-
#: templates/debug.php:
|
1700 |
msgid "Quota"
|
1701 |
msgstr "Quota"
|
1702 |
|
1703 |
-
#: templates/debug.php:
|
1704 |
msgid "Activated"
|
1705 |
msgstr "Activé"
|
1706 |
|
1707 |
-
#: templates/debug.php:
|
1708 |
msgid "Blocking"
|
1709 |
msgstr "Bloquant"
|
1710 |
|
1711 |
-
#: templates/debug.php:
|
1712 |
msgctxt "as expiration date"
|
1713 |
msgid "Expiration"
|
1714 |
msgstr "Expiration"
|
1715 |
|
1716 |
-
#: templates/debug.php:
|
1717 |
msgid "Debug Log"
|
1718 |
msgstr "Debug Log"
|
1719 |
|
1720 |
-
#: templates/debug.php:
|
1721 |
msgid "All Types"
|
1722 |
msgstr "Tous les types"
|
1723 |
|
1724 |
-
#: templates/debug.php:
|
1725 |
msgid "All Requests"
|
1726 |
msgstr "Toutes les demandes"
|
1727 |
|
1728 |
-
#: templates/debug.
|
1729 |
#: templates/debug/logger.php:25
|
1730 |
msgid "File"
|
1731 |
msgstr "Fichier"
|
1732 |
|
1733 |
-
#: templates/debug.
|
1734 |
#: templates/debug/logger.php:23
|
1735 |
msgid "Function"
|
1736 |
msgstr "Fonction"
|
1737 |
|
1738 |
-
#: templates/debug.php:
|
1739 |
msgid "Process ID"
|
1740 |
msgstr "ID du processus"
|
1741 |
|
1742 |
-
#: templates/debug.php:
|
1743 |
msgid "Logger"
|
1744 |
msgstr "Logger"
|
1745 |
|
1746 |
-
#: templates/debug.
|
1747 |
#: templates/debug/logger.php:24
|
1748 |
msgid "Message"
|
1749 |
msgstr "Message"
|
1750 |
|
1751 |
-
#: templates/debug.php:
|
1752 |
msgid "Filter"
|
1753 |
msgstr "Filter"
|
1754 |
|
1755 |
-
#: templates/debug.php:
|
1756 |
msgid "Download"
|
1757 |
msgstr "Téléchargement"
|
1758 |
|
1759 |
-
#: templates/debug.
|
1760 |
msgid "Type"
|
1761 |
msgstr "Type"
|
1762 |
|
1763 |
-
#: templates/debug.
|
1764 |
msgid "Timestamp"
|
1765 |
msgstr "Timestamp"
|
1766 |
|
@@ -2111,23 +2216,19 @@ msgstr "Le suivi d'utilisation de %s nous permet de l'améliorer. Apporter une m
|
|
2111 |
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2112 |
msgstr "En cliquant \"Désincription\", nous n'enverrons plus d'informations de %s à %s."
|
2113 |
|
2114 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2115 |
msgid "There is a new version of %s available."
|
2116 |
msgstr "Il y a une nouvelle version disponible de %s. "
|
2117 |
|
2118 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2119 |
-
msgid " %
|
2120 |
-
msgstr "%
|
2121 |
|
2122 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2123 |
msgid "New Version Available"
|
2124 |
msgstr "Une nouvelle version est disponible"
|
2125 |
|
2126 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2127 |
-
msgid "Renew license"
|
2128 |
-
msgstr "Renouvelez votre licence"
|
2129 |
-
|
2130 |
-
#: templates/forms/premium-versions-upgrade-handler.php:53
|
2131 |
msgctxt "close a window"
|
2132 |
msgid "Dismiss"
|
2133 |
msgstr "Fermer"
|
@@ -2140,6 +2241,43 @@ msgstr "Envoyer le code de la licence"
|
|
2140 |
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2141 |
msgstr "Indiquez ci-dessous l'adresse email que vous avez utilisez pour la mise à jour et nous allons vous renvoyer le code de la licence."
|
2142 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2143 |
#: templates/forms/trial-start.php:22
|
2144 |
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2145 |
msgstr "Vous êtes à 1 clic de commencer votre période d'essai gratuite de %1$s jours de la formule %2$s."
|
@@ -2205,20 +2343,16 @@ msgstr "%s restante(s)"
|
|
2205 |
msgid "Last license"
|
2206 |
msgstr "Dernière licence"
|
2207 |
|
2208 |
-
#: templates/account/partials/addon.php:
|
2209 |
msgid "Cancelled"
|
2210 |
msgstr "Annulé"
|
2211 |
|
2212 |
-
#: templates/account/partials/addon.php:
|
2213 |
-
msgid "Expired"
|
2214 |
-
msgstr "Expiré"
|
2215 |
-
|
2216 |
-
#: templates/account/partials/addon.php:121
|
2217 |
msgid "No expiration"
|
2218 |
msgstr "Pas d'expiration"
|
2219 |
|
2220 |
-
#: templates/account/partials/addon.
|
2221 |
-
#: templates/account/partials/addon.php:
|
2222 |
msgid "Activate this add-on"
|
2223 |
msgstr "Activer cet add-on"
|
2224 |
|
@@ -2246,49 +2380,49 @@ msgstr "Désolé pour le dérangement et nous sommes là pour vous aider si vous
|
|
2246 |
msgid "Contact Support"
|
2247 |
msgstr "Contacter l'Assistance"
|
2248 |
|
2249 |
-
#: templates/forms/deactivation/form.php:
|
2250 |
msgid "Anonymous feedback"
|
2251 |
msgstr "Commentaire anonyme"
|
2252 |
|
2253 |
-
#: templates/forms/deactivation/form.php:
|
2254 |
msgid "Deactivate"
|
2255 |
msgstr "Désactiver"
|
2256 |
|
2257 |
-
#: templates/forms/deactivation/form.php:
|
2258 |
msgid "Activate %s"
|
2259 |
msgstr "Activer %s"
|
2260 |
|
2261 |
-
#: templates/forms/deactivation/form.php:76
|
2262 |
-
msgid "Quick feedback"
|
2263 |
-
msgstr "Commentaire rapide"
|
2264 |
-
|
2265 |
#: templates/forms/deactivation/form.php:80
|
|
|
|
|
|
|
|
|
2266 |
msgid "If you have a moment, please let us know why you are %s"
|
2267 |
msgstr "Si vous avez un instant, merci de nous indiquer pourquoi %s"
|
2268 |
|
2269 |
-
#: templates/forms/deactivation/form.php:
|
2270 |
msgid "deactivating"
|
2271 |
msgstr "Désactivation"
|
2272 |
|
2273 |
-
#: templates/forms/deactivation/form.php:
|
2274 |
msgid "switching"
|
2275 |
msgstr "Changement"
|
2276 |
|
2277 |
-
#: templates/forms/deactivation/form.php:
|
2278 |
msgid "Submit & %s"
|
2279 |
msgstr "Envoyer & %s"
|
2280 |
|
2281 |
-
#: templates/forms/deactivation/form.php:
|
2282 |
msgid "Kindly tell us the reason so we can improve."
|
2283 |
msgstr "S'il vous plait, dites nous pourquoi afin que nous puissions nous améliorer."
|
2284 |
|
2285 |
-
#: templates/forms/deactivation/form.php:
|
2286 |
msgid "Yes - %s"
|
2287 |
msgstr "Oui - %s"
|
2288 |
|
2289 |
-
#: templates/forms/deactivation/form.php:
|
2290 |
msgid "Skip & %s"
|
2291 |
-
msgstr "
|
2292 |
|
2293 |
#: templates/forms/deactivation/retry-skip.php:21
|
2294 |
msgid "Click here to use the plugin anonymously"
|
1 |
+
# Copyright (C) 2019 freemius
|
2 |
# This file is distributed under the same license as the freemius package.
|
3 |
# Translators:
|
4 |
# Boris Colombier <transifex.com@wba.fr>, 2018
|
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: 2018-11-29 17:40+0000\n"
|
11 |
"Last-Translator: Boris Colombier <transifex.com@wba.fr>\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.php:1688
|
25 |
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
26 |
msgstr "Le SDK Freemius ne trouve pas le fichier principal du plugin. Merci de contacter sdk@freemius.com en indiquant l'erreur."
|
27 |
|
28 |
+
#: includes/class-freemius.php:1690
|
29 |
msgid "Error"
|
30 |
msgstr "Erreur"
|
31 |
|
32 |
+
#: includes/class-freemius.php:2011
|
33 |
msgid "I found a better %s"
|
34 |
msgstr "J'ai trouvé un meilleur %s"
|
35 |
|
36 |
+
#: includes/class-freemius.php:2013
|
37 |
msgid "What's the %s's name?"
|
38 |
msgstr "Quel est le nom du %s ?"
|
39 |
|
40 |
+
#: includes/class-freemius.php:2019
|
41 |
msgid "It's a temporary %s. I'm just debugging an issue."
|
42 |
msgstr "C'est une %s temporaire. Je corrige un problème."
|
43 |
|
44 |
+
#: includes/class-freemius.php:2021
|
45 |
msgid "Deactivation"
|
46 |
msgstr "Désactivation"
|
47 |
|
48 |
+
#: includes/class-freemius.php:2022
|
49 |
msgid "Theme Switch"
|
50 |
msgstr "Changement de Thème"
|
51 |
|
52 |
+
#: includes/class-freemius.php2031, templates/forms/resend-key.php:24
|
53 |
msgid "Other"
|
54 |
msgstr "Autre"
|
55 |
|
56 |
+
#: includes/class-freemius.php:2039
|
57 |
msgid "I no longer need the %s"
|
58 |
msgstr "Je n'ai plus besoin du %s"
|
59 |
|
60 |
+
#: includes/class-freemius.php:2046
|
61 |
msgid "I only needed the %s for a short period"
|
62 |
msgstr "Je n'ai besoin de %s que pour une courte période"
|
63 |
|
64 |
+
#: includes/class-freemius.php:2052
|
65 |
msgid "The %s broke my site"
|
66 |
msgstr "Le %s a cassé mon site"
|
67 |
|
68 |
+
#: includes/class-freemius.php:2059
|
69 |
msgid "The %s suddenly stopped working"
|
70 |
msgstr "Le %s a soudainement arrêté de fonctionner"
|
71 |
|
72 |
+
#: includes/class-freemius.php:2069
|
73 |
msgid "I can't pay for it anymore"
|
74 |
msgstr "Je ne peux plus payer pour ça"
|
75 |
|
76 |
+
#: includes/class-freemius.php:2071
|
77 |
msgid "What price would you feel comfortable paying?"
|
78 |
msgstr "Quel prix seriez-vous prêt à payer ?"
|
79 |
|
80 |
+
#: includes/class-freemius.php:2077
|
81 |
msgid "I don't like to share my information with you"
|
82 |
msgstr "Je ne veux pas partager mes informations avec vous"
|
83 |
|
84 |
+
#: includes/class-freemius.php:2098
|
85 |
msgid "The %s didn't work"
|
86 |
msgstr "Le %s n'a pas fonctionné"
|
87 |
|
88 |
+
#: includes/class-freemius.php:2108
|
89 |
msgid "I couldn't understand how to make it work"
|
90 |
msgstr "Je ne comprends pas comment le faire fonctionner"
|
91 |
|
92 |
+
#: includes/class-freemius.php:2116
|
93 |
msgid "The %s is great, but I need specific feature that you don't support"
|
94 |
msgstr "Le %s est bien mais j'ai besoin de fonctionnalités spécifiques que vous ne proposez pas"
|
95 |
|
96 |
+
#: includes/class-freemius.php:2118
|
97 |
msgid "What feature?"
|
98 |
msgstr "Quelle fonctionnalité ?"
|
99 |
|
100 |
+
#: includes/class-freemius.php:2122
|
101 |
msgid "The %s is not working"
|
102 |
msgstr "Le %s ne fonctionne pas"
|
103 |
|
104 |
+
#: includes/class-freemius.php:2124
|
105 |
msgid "Kindly share what didn't work so we can fix it for future users..."
|
106 |
msgstr "Merci de nous indiquer ce qui ne fonctionne pas afin que nous puissions le corriger pour les futurs utilisateurs..."
|
107 |
|
108 |
+
#: includes/class-freemius.php:2128
|
109 |
msgid "It's not what I was looking for"
|
110 |
msgstr "Ce n'est pas ce que je recherche"
|
111 |
|
112 |
+
#: includes/class-freemius.php:2130
|
113 |
msgid "What you've been looking for?"
|
114 |
msgstr "Que recherchez-vous ?"
|
115 |
|
116 |
+
#: includes/class-freemius.php:2134
|
117 |
msgid "The %s didn't work as expected"
|
118 |
msgstr "Le %s n'a pas fonctionné comme prévu"
|
119 |
|
120 |
+
#: includes/class-freemius.php:2136
|
121 |
msgid "What did you expect?"
|
122 |
msgstr "À quoi vous attendiez-vous ?"
|
123 |
|
124 |
+
#: includes/class-freemius.php2942, templates/debug.php:20
|
125 |
msgid "Freemius Debug"
|
126 |
msgstr "Débuggage Freemius"
|
127 |
|
128 |
+
#: includes/class-freemius.php:3670
|
129 |
msgid "I don't know what is cURL or how to install it, help me!"
|
130 |
msgstr "Je ne sais pas ce qu'est cURL ou comment l'installer, aidez moi !"
|
131 |
|
132 |
+
#: includes/class-freemius.php:3672
|
133 |
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."
|
134 |
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."
|
135 |
|
136 |
+
#: includes/class-freemius.php:3679
|
137 |
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."
|
138 |
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."
|
139 |
|
140 |
+
#: includes/class-freemius.php:3784
|
141 |
msgid "Yes - do your thing"
|
142 |
msgstr "Oui - allez-y"
|
143 |
|
144 |
+
#: includes/class-freemius.php:3789
|
145 |
msgid "No - just deactivate"
|
146 |
msgstr "Non - désactivation seulement"
|
147 |
|
148 |
+
#: includes/class-freemius.php3834, includes/class-freemius.php4343,
|
149 |
+
#: includes/class-freemius.php5442, includes/class-freemius.php11545,
|
150 |
+
#: includes/class-freemius.php14916, includes/class-freemius.php14968,
|
151 |
+
#: includes/class-freemius.php15030, includes/class-freemius.php17263,
|
152 |
+
#: includes/class-freemius.php17273, includes/class-freemius.php17882,
|
153 |
+
#: includes/class-freemius.php18742, includes/class-freemius.php18857,
|
154 |
+
#: includes/class-freemius.php19001, templates/add-ons.php:43
|
155 |
msgctxt "exclamation"
|
156 |
msgid "Oops"
|
157 |
msgstr "Oups"
|
158 |
|
159 |
+
#: includes/class-freemius.php:3903
|
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 "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."
|
162 |
|
163 |
+
#: includes/class-freemius.php:4340
|
164 |
msgctxt "addonX cannot run without pluginY"
|
165 |
msgid "%s cannot run without %s."
|
166 |
msgstr "%s ne peut pas fonctionner sans %s."
|
167 |
|
168 |
+
#: includes/class-freemius.php:4341
|
169 |
msgctxt "addonX cannot run..."
|
170 |
msgid "%s cannot run without the plugin."
|
171 |
msgstr "%s ne peut pas fonctionner sans le plugin."
|
172 |
|
173 |
+
#: includes/class-freemius.php4487, includes/class-freemius.php4512,
|
174 |
+
#: includes/class-freemius.php:17953
|
175 |
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
176 |
msgstr "Une erreur est survenue dans l'API. Merci de contacter l'auteur du %s en lui indiquant l'erreur."
|
177 |
|
178 |
+
#: includes/class-freemius.php:5130
|
179 |
msgid "Premium %s version was successfully activated."
|
180 |
msgstr "La version premium de %s a été activée avec succès."
|
181 |
|
182 |
+
#: includes/class-freemius.php5142, includes/class-freemius.php:7004
|
183 |
msgctxt ""
|
184 |
msgid "W00t"
|
185 |
msgstr "Génial"
|
186 |
|
187 |
+
#: includes/class-freemius.php:5157
|
188 |
msgid "You have a %s license."
|
189 |
msgstr "Vous avez une license pour %s."
|
190 |
|
191 |
+
#: includes/class-freemius.php5161, includes/class-freemius.php14337,
|
192 |
+
#: includes/class-freemius.php14348, includes/class-freemius.php17177,
|
193 |
+
#: includes/class-freemius.php17491, includes/class-freemius.php17557,
|
194 |
+
#: includes/class-freemius.php:17707
|
195 |
msgctxt "interjection expressing joy or exuberance"
|
196 |
msgid "Yee-haw"
|
197 |
msgstr "Youpi"
|
198 |
|
199 |
+
#: includes/class-freemius.php:5425
|
200 |
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."
|
201 |
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."
|
202 |
|
203 |
+
#: includes/class-freemius.php:5429
|
204 |
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
205 |
msgstr "%sest un add-on pour la version premium. Vous devez acheter une licence avant d'activer le plugin."
|
206 |
|
207 |
+
#: includes/class-freemius.php5438, templates/add-ons.php103,
|
208 |
+
#: templates/account/partials/addon.php:288
|
209 |
msgid "More information about %s"
|
210 |
msgstr "Plus d'informations à propos de %s"
|
211 |
|
212 |
+
#: includes/class-freemius.php:5439
|
213 |
msgid "Purchase License"
|
214 |
msgstr "Acheter une licence"
|
215 |
|
216 |
+
#: includes/class-freemius.php6372, templates/connect.php:163
|
217 |
msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
218 |
msgstr "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."
|
219 |
|
220 |
+
#: includes/class-freemius.php:6376
|
221 |
msgid "start the trial"
|
222 |
msgstr "commencer la période d'essai"
|
223 |
|
224 |
+
#: includes/class-freemius.php6377, templates/connect.php:167
|
225 |
msgid "complete the install"
|
226 |
msgstr "compléter l'installation"
|
227 |
|
228 |
+
#: includes/class-freemius.php:6490
|
229 |
msgid "You are just one step away - %s"
|
230 |
msgstr "Il ne reste qu'une étape - %s"
|
231 |
|
232 |
+
#: includes/class-freemius.php:6493
|
233 |
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
234 |
msgid "Complete \"%s\" Activation Now"
|
235 |
msgstr "Compléter \"%s\" Activer Maintenant"
|
236 |
|
237 |
+
#: includes/class-freemius.php:6571
|
238 |
msgid "We made a few tweaks to the %s, %s"
|
239 |
msgstr "Nous avons fait quelques modifications au %s, %s"
|
240 |
|
241 |
+
#: includes/class-freemius.php:6575
|
242 |
+
msgid "Opt in to make \"%s\" better!"
|
243 |
+
msgstr "Inscrivez-vous pour améliorer \"%s\" !"
|
244 |
|
245 |
+
#: includes/class-freemius.php:7003
|
246 |
msgid "The upgrade of %s was successfully completed."
|
247 |
msgstr "La mise à jour du %s s'est terminée avec succès "
|
248 |
|
249 |
+
#: includes/class-freemius.php8925, includes/class-fs-plugin-updater.php886,
|
250 |
+
#: includes/class-fs-plugin-updater.php1081,
|
251 |
+
#: includes/class-fs-plugin-updater.php1088,
|
252 |
+
#: templates/auto-installation.php:32
|
253 |
msgid "Add-On"
|
254 |
msgstr "Add-On"
|
255 |
|
256 |
+
#: includes/class-freemius.php8927, templates/debug.php359,
|
257 |
+
#: templates/debug.php:520
|
258 |
msgid "Plugin"
|
259 |
msgstr "Plugin"
|
260 |
|
261 |
+
#: includes/class-freemius.php8928, templates/debug.php359,
|
262 |
+
#: templates/debug.php520, templates/forms/deactivation/form.php:67
|
263 |
msgid "Theme"
|
264 |
msgstr "Thème"
|
265 |
|
266 |
+
#: includes/class-freemius.php:11412
|
267 |
+
msgid "Invalid site details collection."
|
268 |
+
msgstr "Récupération des détails du site non valide."
|
269 |
|
270 |
+
#: includes/class-freemius.php:11532
|
271 |
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
272 |
msgstr "Nous ne trouvons pas votre adresse mail dans notre système, êtes-vous qu'il s'agit de la bonne adresse ?"
|
273 |
|
274 |
+
#: includes/class-freemius.php:11534
|
275 |
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
276 |
msgstr "Nous ne trouvons aucune licence active associée avec cette adresse email, êtes-vous qu'il s'agit de la bonne adresse ?"
|
277 |
|
278 |
+
#: includes/class-freemius.php:11808
|
279 |
msgid "Account is pending activation."
|
280 |
msgstr "Compte en cours d'activation."
|
281 |
|
282 |
+
#: includes/class-freemius.php11920,
|
283 |
+
#: templates/forms/premium-versions-upgrade-handler.php:47
|
284 |
+
msgid "Buy a license now"
|
285 |
+
msgstr "Acheter une licence maintenant"
|
286 |
+
|
287 |
+
#: includes/class-freemius.php11932,
|
288 |
+
#: templates/forms/premium-versions-upgrade-handler.php:46
|
289 |
+
msgid "Renew your license now"
|
290 |
+
msgstr "Renouvelez votre licence maintenant"
|
291 |
+
|
292 |
+
#: includes/class-freemius.php:11936
|
293 |
+
msgid "%s to access version %s security & feature updates, and support."
|
294 |
+
msgstr "%s pour permettre les mises à jour de sécurité et de fonctionnalités de la version %s, et le support."
|
295 |
+
|
296 |
+
#: includes/class-freemius.php:14319
|
297 |
msgid "%s activation was successfully completed."
|
298 |
msgstr "L'activation de %s s'est terminée avec succès."
|
299 |
|
300 |
+
#: includes/class-freemius.php:14333
|
301 |
msgid "Your account was successfully activated with the %s plan."
|
302 |
msgstr "Votre compte a été activé avec succès avec la formule %s."
|
303 |
|
304 |
+
#: includes/class-freemius.php14344, includes/class-freemius.php:17553
|
305 |
msgid "Your trial has been successfully started."
|
306 |
msgstr "Votre période d'essai a bien démarré."
|
307 |
|
308 |
+
#: includes/class-freemius.php14914, includes/class-freemius.php14966,
|
309 |
+
#: includes/class-freemius.php:15028
|
310 |
msgid "Couldn't activate %s."
|
311 |
msgstr "Impossible d'activer %s."
|
312 |
|
313 |
+
#: includes/class-freemius.php14915, includes/class-freemius.php14967,
|
314 |
+
#: includes/class-freemius.php:15029
|
315 |
msgid "Please contact us with the following message:"
|
316 |
msgstr "Merci de nous contacter avec le message suivant :"
|
317 |
|
318 |
+
#: includes/class-freemius.php15378, includes/class-freemius.php:19839
|
319 |
msgid "Upgrade"
|
320 |
msgstr "Mise à jour"
|
321 |
|
322 |
+
#: includes/class-freemius.php:15384
|
323 |
msgid "Start Trial"
|
324 |
msgstr "Essai gratuit"
|
325 |
|
326 |
+
#: includes/class-freemius.php:15386
|
327 |
msgid "Pricing"
|
328 |
msgstr "Tarifs"
|
329 |
|
330 |
+
#: includes/class-freemius.php15448, includes/class-freemius.php:15450
|
331 |
msgid "Affiliation"
|
332 |
msgstr "Affiliation"
|
333 |
|
334 |
+
#: includes/class-freemius.php15478, includes/class-freemius.php15480,
|
335 |
+
#: templates/account.php150, templates/debug.php:324
|
336 |
msgid "Account"
|
337 |
msgstr "Compte"
|
338 |
|
339 |
+
#: includes/class-freemius.php15493, includes/class-freemius.php15495,
|
340 |
#: includes/customizer/class-fs-customizer-support-section.php:60
|
341 |
msgid "Contact Us"
|
342 |
msgstr "Contactez Nous"
|
343 |
|
344 |
+
#: includes/class-freemius.php15505, includes/class-freemius.php15507,
|
345 |
+
#: includes/class-freemius.php19849, templates/account.php100,
|
346 |
+
#: templates/account/partials/addon.php:41
|
347 |
msgid "Add-Ons"
|
348 |
msgstr "Add-Ons"
|
349 |
|
350 |
+
#: includes/class-freemius.php:15541
|
351 |
+
msgctxt "ASCII arrow left icon"
|
352 |
+
msgid "←"
|
353 |
+
msgstr "←"
|
354 |
+
|
355 |
+
#: includes/class-freemius.php:15541
|
356 |
+
msgctxt "ASCII arrow right icon"
|
357 |
+
msgid "➤"
|
358 |
+
msgstr "➤"
|
359 |
+
|
360 |
+
#: includes/class-freemius.php15543, templates/pricing.php:97
|
361 |
msgctxt "noun"
|
362 |
msgid "Pricing"
|
363 |
msgstr "Tarifs"
|
364 |
|
365 |
+
#: includes/class-freemius.php15756,
|
366 |
#: includes/customizer/class-fs-customizer-support-section.php:67
|
367 |
msgid "Support Forum"
|
368 |
msgstr "Forum de Support"
|
369 |
|
370 |
+
#: includes/class-freemius.php:16542
|
371 |
msgid "Your email has been successfully verified - you are AWESOME!"
|
372 |
msgstr "Votre email a été vérifié avec succès - vous êtes FORMIDABLE !"
|
373 |
|
374 |
+
#: includes/class-freemius.php:16543
|
375 |
msgctxt "a positive response"
|
376 |
msgid "Right on"
|
377 |
msgstr "Directement"
|
378 |
|
379 |
+
#: includes/class-freemius.php:17168
|
380 |
msgid "Your %s Add-on plan was successfully upgraded."
|
381 |
msgstr "Votre Add-on %s a bien été mis à jour."
|
382 |
|
383 |
+
#: includes/class-freemius.php:17170
|
384 |
msgid "%s Add-on was successfully purchased."
|
385 |
msgstr "L'Add-on %s a bien été acheté."
|
386 |
|
387 |
+
#: includes/class-freemius.php:17173
|
388 |
msgid "Download the latest version"
|
389 |
msgstr "Télécharger la dernière version"
|
390 |
|
391 |
+
#: includes/class-freemius.php:17259
|
392 |
msgctxt "%1s - plugin title, %2s - API domain"
|
393 |
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
394 |
msgstr "Votre serveur bloque l'accès à l4API Freemius qui est indispensable pour la synchronisation %1s. Merci de contacter votre hébergeur pour mettre %2s dans la liste blanche "
|
395 |
|
396 |
+
#: includes/class-freemius.php17262, includes/class-freemius.php17678,
|
397 |
+
#: includes/class-freemius.php:17755
|
398 |
msgid "Error received from the server:"
|
399 |
msgstr "Une erreur a été reçu depuis le serveur :"
|
400 |
|
401 |
+
#: includes/class-freemius.php:17272
|
402 |
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
403 |
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."
|
404 |
|
405 |
+
#: includes/class-freemius.php17454, includes/class-freemius.php17683,
|
406 |
+
#: includes/class-freemius.php17726, includes/class-freemius.php:17829
|
407 |
msgctxt ""
|
408 |
msgid "Hmm"
|
409 |
msgstr "Hmm"
|
410 |
|
411 |
+
#: includes/class-freemius.php:17467
|
412 |
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."
|
413 |
+
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é."
|
414 |
|
415 |
+
#: includes/class-freemius.php17468, templates/account.php102,
|
416 |
+
#: templates/add-ons.php134, templates/account/partials/addon.php:43
|
417 |
msgctxt "trial period"
|
418 |
msgid "Trial"
|
419 |
msgstr "Période d'essai"
|
420 |
|
421 |
+
#: includes/class-freemius.php:17473
|
422 |
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
423 |
msgstr "J'ai mis à jour mon compte mais quand j'essaie de synchroniser la licence, la formule est toujours %s."
|
424 |
|
425 |
+
#: includes/class-freemius.php17477, includes/class-freemius.php:17535
|
426 |
msgid "Please contact us here"
|
427 |
msgstr "Merci de nous contacter ici"
|
428 |
|
429 |
+
#: includes/class-freemius.php:17487
|
430 |
msgid "Your plan was successfully upgraded."
|
431 |
msgstr "Votre formule a bien été mise à jour."
|
432 |
|
433 |
+
#: includes/class-freemius.php:17505
|
434 |
msgid "Your plan was successfully changed to %s."
|
435 |
msgstr "Votre formule a bien été modifié vers %s. "
|
436 |
|
437 |
+
#: includes/class-freemius.php:17521
|
438 |
msgid "Your license has expired. You can still continue using the free %s forever."
|
439 |
msgstr "Votre licence a expiré. Vous pouvez toujours utiliser la version gratuite indéfiniment."
|
440 |
|
441 |
+
#: includes/class-freemius.php:17523
|
442 |
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
443 |
msgstr "Votre licence a expiré.%1$sFaites la mise à jour maintenant%2$s pour continuer à utiliser le %3$s sans interruption."
|
444 |
|
445 |
+
#: includes/class-freemius.php:17531
|
446 |
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
447 |
msgstr "Votre licence a été annulé. Si vous pensez qu'il s'agit d'une erreur, merci de contacter le support."
|
448 |
|
449 |
+
#: includes/class-freemius.php:17544
|
450 |
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."
|
451 |
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."
|
452 |
|
453 |
+
#: includes/class-freemius.php:17567
|
454 |
msgid "Your free trial has expired. You can still continue using all our free features."
|
455 |
msgstr "Votre période d'essai gratuite est terminée. Vous pouvez continuer à utiliser toutes nos fonctionnalités gratuites."
|
456 |
|
457 |
+
#: includes/class-freemius.php:17569
|
458 |
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
459 |
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."
|
460 |
|
461 |
+
#: includes/class-freemius.php:17674
|
462 |
msgid "It looks like the license could not be activated."
|
463 |
msgstr "Il semble que la licence ne puisse être activée."
|
464 |
|
465 |
+
#: includes/class-freemius.php:17704
|
466 |
msgid "Your license was successfully activated."
|
467 |
msgstr "Votre licence a bien été activée."
|
468 |
|
469 |
+
#: includes/class-freemius.php:17730
|
470 |
msgid "It looks like your site currently doesn't have an active license."
|
471 |
msgstr "Il semble que votre site n'ait pas de licence active."
|
472 |
|
473 |
+
#: includes/class-freemius.php:17754
|
474 |
msgid "It looks like the license deactivation failed."
|
475 |
msgstr "Il semble que la désactivation de la licence a échoué."
|
476 |
|
477 |
+
#: includes/class-freemius.php:17782
|
478 |
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
479 |
msgstr "Votre licence a bien été désactivé, vous utilisez à présent la formule %s."
|
480 |
|
481 |
+
#: includes/class-freemius.php:17783
|
482 |
msgid "O.K"
|
483 |
msgstr "O.K"
|
484 |
|
485 |
+
#: includes/class-freemius.php:17836
|
486 |
+
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
487 |
+
msgstr "Il semble que nous ayons un problème temporaire avec l'annulation de votre abonnement. Merci de réessayer dans quelques minutes."
|
488 |
|
489 |
+
#: includes/class-freemius.php:17845
|
490 |
+
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
491 |
+
msgstr "Votre abonnement a bien été annulé. Votre licence de la formule %s expirera dans %s."
|
492 |
|
493 |
+
#: includes/class-freemius.php:17887
|
494 |
msgid "You are already running the %s in a trial mode."
|
495 |
msgstr "Vous utilisez déjà le %s en période d'essai. "
|
496 |
|
497 |
+
#: includes/class-freemius.php:17898
|
498 |
msgid "You already utilized a trial before."
|
499 |
msgstr "Vous avez déjà utilisé la période d'essai."
|
500 |
|
501 |
+
#: includes/class-freemius.php:17912
|
502 |
msgid "Plan %s do not exist, therefore, can't start a trial."
|
503 |
msgstr "La formule %s n'existe pas, il n'est pas possible de commencer une période d'essai."
|
504 |
|
505 |
+
#: includes/class-freemius.php:17923
|
506 |
msgid "Plan %s does not support a trial period."
|
507 |
msgstr "La formule %s ne propose pas de période d'essai."
|
508 |
|
509 |
+
#: includes/class-freemius.php:17934
|
510 |
msgid "None of the %s's plans supports a trial period."
|
511 |
msgstr "Aucune formule du %s ne propose de période d'essai."
|
512 |
|
513 |
+
#: includes/class-freemius.php:17984
|
514 |
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
515 |
msgstr "Il semble que vous ne soyez plus en période d'essai donc il n'y a rien à annuler :)"
|
516 |
|
517 |
+
#: includes/class-freemius.php:18020
|
|
|
|
|
|
|
|
|
518 |
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
519 |
msgstr "Il semble que nous ayons un problème temporaire pour annuler votre période d'essai. Merci de réessayer dans quelques minutes."
|
520 |
|
521 |
+
#: includes/class-freemius.php:18039
|
522 |
+
msgid "Your %s free trial was successfully cancelled."
|
523 |
+
msgstr "Votre période d'essai %s a bien été annulé."
|
524 |
+
|
525 |
+
#: includes/class-freemius.php:18346
|
526 |
msgid "Version %s was released."
|
527 |
msgstr "La version %s vient d'être publiée."
|
528 |
|
529 |
+
#: includes/class-freemius.php:18346
|
530 |
msgid "Please download %s."
|
531 |
msgstr "Merci de télécharger %s."
|
532 |
|
533 |
+
#: includes/class-freemius.php:18353
|
534 |
msgid "the latest %s version here"
|
535 |
msgstr "la dernière version de %s ici"
|
536 |
|
537 |
+
#: includes/class-freemius.php:18358
|
538 |
msgid "New"
|
539 |
msgstr "Nouveau"
|
540 |
|
541 |
+
#: includes/class-freemius.php:18363
|
542 |
msgid "Seems like you got the latest release."
|
543 |
msgstr "Il semble que vous ayez la dernière version."
|
544 |
|
545 |
+
#: includes/class-freemius.php:18364
|
546 |
msgid "You are all good!"
|
547 |
msgstr "Vous êtes tout bon !"
|
548 |
|
549 |
+
#: includes/class-freemius.php:18632
|
550 |
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
551 |
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."
|
552 |
|
553 |
+
#: includes/class-freemius.php:18769
|
554 |
msgid "Site successfully opted in."
|
555 |
msgstr "Site ajouté avec succès."
|
556 |
|
557 |
+
#: includes/class-freemius.php18770, includes/class-freemius.php:19581
|
558 |
msgid "Awesome"
|
559 |
msgstr "Formidable"
|
560 |
|
561 |
+
#: includes/class-freemius.php18786, templates/forms/optout.php:32
|
562 |
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
563 |
msgstr "Nous vous remercions de votre aide pour améliorer le %s en nous permettant de recevoir des informations concernant son usage."
|
564 |
|
565 |
+
#: includes/class-freemius.php:18787
|
566 |
msgid "Thank you!"
|
567 |
msgstr "Merci !"
|
568 |
|
569 |
+
#: includes/class-freemius.php:18794
|
570 |
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
571 |
msgstr "Nous n'enverrons plus d'information d'utilisation de %s sur %s à %s."
|
572 |
|
573 |
+
#: includes/class-freemius.php:18923
|
574 |
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."
|
575 |
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."
|
576 |
|
577 |
+
#: includes/class-freemius.php:18929
|
578 |
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
579 |
msgstr "Merci pour la confirmation du changement de propriétaire. Un email vient d'être envoyé à %s pour la validation finale."
|
580 |
|
581 |
+
#: includes/class-freemius.php:18934
|
582 |
msgid "%s is the new owner of the account."
|
583 |
msgstr "%s est le nouveau propriétaire du compte."
|
584 |
|
585 |
+
#: includes/class-freemius.php:18936
|
586 |
msgctxt "as congratulations"
|
587 |
msgid "Congrats"
|
588 |
msgstr "Félicitations"
|
589 |
|
590 |
+
#: includes/class-freemius.php:18956
|
591 |
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
592 |
msgstr "Désolé, nous ne pouvons pas mettre à jour l'email. Il existe déjà un autre utilisateur avec cette adresse."
|
593 |
|
594 |
+
#: includes/class-freemius.php:18957
|
595 |
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
596 |
msgstr "Si vous voulez transférer la propriété du compte de %s à %s cliquez sur le bouton Changement De Propriétaire"
|
597 |
|
598 |
+
#: includes/class-freemius.php:18964
|
599 |
msgid "Change Ownership"
|
600 |
msgstr "Changement De Propriétaire"
|
601 |
|
602 |
+
#: includes/class-freemius.php:18972
|
603 |
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
604 |
msgstr "Votre email a été mis à jour. Vous allez recevoir un message avec les instructions de confirmation."
|
605 |
|
606 |
+
#: includes/class-freemius.php:18984
|
607 |
msgid "Please provide your full name."
|
608 |
msgstr "Merci d'indiquer vos prénom et nom."
|
609 |
|
610 |
+
#: includes/class-freemius.php:18989
|
611 |
msgid "Your name was successfully updated."
|
612 |
msgstr "Votre nom a été mis à jour."
|
613 |
|
614 |
+
#: includes/class-freemius.php:19050
|
615 |
msgid "You have successfully updated your %s."
|
616 |
msgstr "Votre %s a bien été mis à jour."
|
617 |
|
618 |
+
#: includes/class-freemius.php:19190
|
619 |
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
620 |
msgstr "Sachez que les informations de l'add-ons de %s sont issus d'un serveur externe."
|
621 |
|
622 |
+
#: includes/class-freemius.php:19191
|
623 |
msgctxt "advance notice of something that will need attention."
|
624 |
msgid "Heads up"
|
625 |
msgstr "Avertissement"
|
626 |
|
627 |
+
#: includes/class-freemius.php:19621
|
628 |
msgctxt "exclamation"
|
629 |
msgid "Hey"
|
630 |
msgstr "Hey"
|
631 |
|
632 |
+
#: includes/class-freemius.php:19621
|
633 |
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
634 |
msgstr "Que pensez-vous de %s ? Testez nos %s fonctionnalités premium avec %d jours d'essai gratuit."
|
635 |
|
636 |
+
#: includes/class-freemius.php:19629
|
637 |
msgid "No commitment for %s days - cancel anytime!"
|
638 |
msgstr "Pas d'engagement durant %s jours - annuler quand vous voulez !"
|
639 |
|
640 |
+
#: includes/class-freemius.php:19630
|
641 |
msgid "No credit card required"
|
642 |
msgstr "Pas besoin de carte bancaire"
|
643 |
|
644 |
+
#: includes/class-freemius.php19637, templates/forms/trial-start.php:53
|
645 |
msgctxt "call to action"
|
646 |
msgid "Start free trial"
|
647 |
msgstr "Commencer l'essai gratuit"
|
648 |
|
649 |
+
#: includes/class-freemius.php:19714
|
650 |
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!"
|
651 |
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 !"
|
652 |
|
653 |
+
#: includes/class-freemius.php:19723
|
654 |
msgid "Learn more"
|
655 |
msgstr "En savoir plus"
|
656 |
|
657 |
+
#: includes/class-freemius.php19873, templates/account.php406,
|
658 |
+
#: templates/account.php509, templates/connect.php171,
|
659 |
+
#: templates/connect.php421, templates/forms/license-activation.php24,
|
660 |
+
#: templates/account/partials/addon.php:235
|
661 |
msgid "Activate License"
|
662 |
msgstr "Activer la licence"
|
663 |
|
664 |
+
#: includes/class-freemius.php19874, templates/account.php469,
|
665 |
+
#: templates/account.php508, templates/account/partials/site.php:256
|
666 |
msgid "Change License"
|
667 |
msgstr "Changer la licence"
|
668 |
|
669 |
+
#: includes/class-freemius.php19956, templates/account/partials/site.php:161
|
670 |
msgid "Opt Out"
|
671 |
msgstr "Désinscription"
|
672 |
|
673 |
+
#: includes/class-freemius.php19958, includes/class-freemius.php19963,
|
674 |
#: templates/account/partials/site.php43,
|
675 |
#: templates/account/partials/site.php:161
|
676 |
msgid "Opt In"
|
677 |
msgstr "Inscription"
|
678 |
|
679 |
+
#: includes/class-freemius.php:20187
|
680 |
+
msgid " The paid version of %1s is already installed. Please activate it to start benefiting the %2s features. %3s"
|
681 |
+
msgstr "La version payante de %1s est déjà installée. Merci de l'activer pour bénéficier des fonctionnalités %2s. %3s"
|
682 |
+
|
683 |
+
#: includes/class-freemius.php:20195
|
684 |
+
msgid "Activate %s features"
|
685 |
+
msgstr "Activer les fonctionnalités %s"
|
686 |
+
|
687 |
+
#: includes/class-freemius.php:20208
|
688 |
msgid "Please follow these steps to complete the upgrade"
|
689 |
msgstr "Merci de suivre ces étapes pour finaliser la mise à jour"
|
690 |
|
691 |
+
#: includes/class-freemius.php:20212
|
692 |
msgid "Download the latest %s version"
|
693 |
msgstr "Télécharger la dernière version %s"
|
694 |
|
695 |
+
#: includes/class-freemius.php:20216
|
696 |
msgid "Upload and activate the downloaded version"
|
697 |
msgstr "Téléverser et activer la version téléchargée"
|
698 |
|
699 |
+
#: includes/class-freemius.php:20218
|
700 |
msgid "How to upload and activate?"
|
701 |
msgstr "Comment téléverser et activer ?"
|
702 |
|
703 |
+
#: includes/class-freemius.php:20352
|
704 |
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
705 |
msgstr "%sCliquez ici %s pour choisir les sites sur lesquels vous souhaitez activer la licence."
|
706 |
|
707 |
+
#: includes/class-freemius.php:20513
|
708 |
msgid "Auto installation only works for opted-in users."
|
709 |
msgstr "L'installation automatique ne fonctionne que pour les utilisateurs qui se sont inscrits."
|
710 |
|
711 |
+
#: includes/class-freemius.php20523, includes/class-freemius.php20556,
|
712 |
+
#: includes/class-fs-plugin-updater.php1060,
|
713 |
+
#: includes/class-fs-plugin-updater.php:1074
|
714 |
msgid "Invalid module ID."
|
715 |
msgstr "ID du module non valide."
|
716 |
|
717 |
+
#: includes/class-freemius.php20532, includes/class-fs-plugin-updater.php:1096
|
718 |
msgid "Premium version already active."
|
719 |
msgstr "Version premium déjà active."
|
720 |
|
721 |
+
#: includes/class-freemius.php:20539
|
722 |
msgid "You do not have a valid license to access the premium version."
|
723 |
msgstr "Vous n'avez pas de licence valide pour accéder à la version premium."
|
724 |
|
725 |
+
#: includes/class-freemius.php:20546
|
726 |
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
727 |
msgstr "Le plugin est un \"Serviceware\" ce qui veut dire qu'il n'a pas de version premium de code."
|
728 |
|
729 |
+
#: includes/class-freemius.php20564, includes/class-fs-plugin-updater.php:1095
|
730 |
msgid "Premium add-on version already installed."
|
731 |
msgstr "La version premium de l'add-on est déjà installée."
|
732 |
|
733 |
+
#: includes/class-freemius.php:20909
|
734 |
msgid "View paid features"
|
735 |
msgstr "Voir les fonctionnalités payantes"
|
736 |
|
737 |
+
#: includes/class-freemius.php:21229
|
738 |
msgid "Thank you so much for using %s and its add-ons!"
|
739 |
msgstr "Merci beaucoup d'utiliser %s et ses add-ons !"
|
740 |
|
741 |
+
#: includes/class-freemius.php:21230
|
742 |
msgid "Thank you so much for using %s!"
|
743 |
msgstr "Merci beaucoup d'utiliser %s !"
|
744 |
|
745 |
+
#: includes/class-freemius.php:21236
|
746 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
747 |
msgstr "Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer à améliorer le %s."
|
748 |
|
749 |
+
#: includes/class-freemius.php:21240
|
750 |
msgid "Thank you so much for using our products!"
|
751 |
msgstr "Merci beaucoup d'utiliser nos produits !"
|
752 |
|
753 |
+
#: includes/class-freemius.php:21241
|
754 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
755 |
msgstr "Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer à les améliorer."
|
756 |
|
757 |
+
#: includes/class-freemius.php:21260
|
758 |
msgid "%s and its add-ons"
|
759 |
msgstr "%s et ses add-ons"
|
760 |
|
761 |
+
#: includes/class-freemius.php:21269
|
762 |
msgid "Products"
|
763 |
msgstr "Produits"
|
764 |
|
765 |
+
#: includes/class-freemius.php21276, templates/connect.php:272
|
766 |
msgid "Yes"
|
767 |
msgstr "Oui"
|
768 |
|
769 |
+
#: includes/class-freemius.php21277, templates/connect.php:273
|
770 |
msgid "send me security & feature updates, educational content and offers."
|
771 |
msgstr "envoyez moi des mises à jour de sécurité et des fonctionnalités, du contenu instructif et des offres."
|
772 |
|
773 |
+
#: includes/class-freemius.php21278, templates/connect.php:278
|
774 |
msgid "No"
|
775 |
msgstr "Non"
|
776 |
|
777 |
+
#: includes/class-freemius.php21280, templates/connect.php:280
|
778 |
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
779 |
msgstr "ne %sPAS%s m'envoyer de mises à jour de sécurité ou de fonctionnalités, ni de contenu instructif, ni d'offre."
|
780 |
|
781 |
+
#: includes/class-freemius.php:21290
|
782 |
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 🙂"
|
783 |
msgstr "Suite au exigences de conformité du %sRèglement européen Général sur la Protection des Données (GDPR)%s il est nécessaire que vous donniez, à nouveau, votre consentement explicite pour confirmer que vous êtes avec nous 🙂"
|
784 |
|
785 |
+
#: includes/class-freemius.php21292, templates/connect.php:287
|
786 |
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
787 |
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 :"
|
788 |
|
789 |
+
#: includes/class-freemius.php:21574
|
790 |
msgid "License key is empty."
|
791 |
msgstr "La clé de licence est vide."
|
792 |
|
793 |
#: includes/class-fs-plugin-updater.php184,
|
794 |
+
#: templates/forms/premium-versions-upgrade-handler.php:57
|
795 |
+
msgid "Renew license"
|
796 |
+
msgstr "Renouvelez votre licence"
|
797 |
+
|
798 |
+
#: includes/class-fs-plugin-updater.php189,
|
799 |
+
#: templates/forms/premium-versions-upgrade-handler.php:58
|
800 |
+
msgid "Buy license"
|
801 |
+
msgstr "Acheter une licence"
|
802 |
+
|
803 |
+
#: includes/class-fs-plugin-updater.php:278
|
804 |
+
msgid "There is a %s of %s available."
|
805 |
+
msgstr "Il y a une %s de %s disponible."
|
806 |
+
|
807 |
+
#: includes/class-fs-plugin-updater.php:282
|
808 |
+
msgid "new version"
|
809 |
+
msgstr "Nouvelle version"
|
810 |
|
811 |
+
#: includes/class-fs-plugin-updater.php:305
|
812 |
+
msgid "Important Upgrade Notice:"
|
813 |
+
msgstr "Information importante de mise à jour :"
|
814 |
+
|
815 |
+
#: includes/class-fs-plugin-updater.php:1125
|
816 |
msgid "Installing plugin: %s"
|
817 |
msgstr "Installation du plugin : %s"
|
818 |
|
819 |
+
#: includes/class-fs-plugin-updater.php:1166
|
820 |
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
821 |
msgstr "Impossible de se connecter au système de fichiers. Merci de confirmer vos autorisations."
|
822 |
|
823 |
+
#: includes/class-fs-plugin-updater.php:1348
|
824 |
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
825 |
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."
|
826 |
|
827 |
+
#: includes/fs-plugin-info-dialog.php369,
|
828 |
+
#: templates/account/partials/addon.php:292
|
829 |
msgctxt "verb"
|
830 |
msgid "Purchase"
|
831 |
msgstr "Acheter"
|
832 |
|
833 |
+
#: includes/fs-plugin-info-dialog.php:372
|
834 |
msgid "Start my free %s"
|
835 |
msgstr "Commencer ma %s gratuite"
|
836 |
|
837 |
+
#: includes/fs-plugin-info-dialog.php:413
|
838 |
msgid "Install Free Version Now"
|
839 |
msgstr "Installer la version gratuite maintenant"
|
840 |
|
841 |
+
#: includes/fs-plugin-info-dialog.php414, templates/auto-installation.php111,
|
842 |
+
#: templates/account/partials/addon.php272,
|
843 |
+
#: templates/account/partials/addon.php:322
|
844 |
msgid "Install Now"
|
845 |
msgstr "Installer maintenant"
|
846 |
|
847 |
+
#: includes/fs-plugin-info-dialog.php:425
|
848 |
msgctxt "as download latest version"
|
849 |
msgid "Download Latest Free Version"
|
850 |
msgstr "Télécharger la dernière version gratuite"
|
851 |
|
852 |
+
#: includes/fs-plugin-info-dialog.php426, templates/account.php80,
|
853 |
#: templates/account/partials/addon.php:21
|
854 |
msgctxt "as download latest version"
|
855 |
msgid "Download Latest"
|
856 |
msgstr "Télécharger la dernière version"
|
857 |
|
858 |
+
#: includes/fs-plugin-info-dialog.php:436
|
859 |
msgid "Install Free Version Update Now"
|
860 |
msgstr "Installer la dernière mise à jour gratuite maintenant"
|
861 |
|
862 |
+
#: includes/fs-plugin-info-dialog.php437, templates/account.php:460
|
863 |
msgid "Install Update Now"
|
864 |
msgstr "Installer la mise à jour maintenant"
|
865 |
|
866 |
+
#: includes/fs-plugin-info-dialog.php:448
|
867 |
msgid "Newer Free Version (%s) Installed"
|
868 |
msgstr "La nouvelle version gratuite ( %s ) a été installé"
|
869 |
|
870 |
+
#: includes/fs-plugin-info-dialog.php:449
|
871 |
msgid "Newer Version (%s) Installed"
|
872 |
msgstr "Nouvelle Version (%s) Installée"
|
873 |
|
874 |
+
#: includes/fs-plugin-info-dialog.php:457
|
875 |
msgid "Latest Free Version Installed"
|
876 |
msgstr "La dernière version gratuite a été installé"
|
877 |
|
878 |
+
#: includes/fs-plugin-info-dialog.php:458
|
879 |
msgid "Latest Version Installed"
|
880 |
msgstr "Dernière Version Installée"
|
881 |
|
882 |
+
#: includes/fs-plugin-info-dialog.php:613
|
883 |
msgctxt "Plugin installer section title"
|
884 |
msgid "Description"
|
885 |
msgstr "Description"
|
886 |
|
887 |
+
#: includes/fs-plugin-info-dialog.php:614
|
888 |
msgctxt "Plugin installer section title"
|
889 |
msgid "Installation"
|
890 |
msgstr "Installation"
|
891 |
|
892 |
+
#: includes/fs-plugin-info-dialog.php:615
|
893 |
msgctxt "Plugin installer section title"
|
894 |
msgid "FAQ"
|
895 |
msgstr "FAQ"
|
896 |
|
897 |
+
#: includes/fs-plugin-info-dialog.php616,
|
898 |
#: templates/plugin-info/description.php:55
|
899 |
msgid "Screenshots"
|
900 |
msgstr "Captures d'écran"
|
901 |
|
902 |
+
#: includes/fs-plugin-info-dialog.php:617
|
903 |
msgctxt "Plugin installer section title"
|
904 |
msgid "Changelog"
|
905 |
msgstr "Changelog"
|
906 |
|
907 |
+
#: includes/fs-plugin-info-dialog.php:618
|
908 |
msgctxt "Plugin installer section title"
|
909 |
msgid "Reviews"
|
910 |
msgstr "Commentaires"
|
911 |
|
912 |
+
#: includes/fs-plugin-info-dialog.php:619
|
913 |
msgctxt "Plugin installer section title"
|
914 |
msgid "Other Notes"
|
915 |
msgstr "Autres Informations"
|
916 |
|
917 |
+
#: includes/fs-plugin-info-dialog.php:634
|
918 |
msgctxt "Plugin installer section title"
|
919 |
msgid "Features & Pricing"
|
920 |
msgstr "Fonctionnalités & Tarifs"
|
921 |
|
922 |
+
#: includes/fs-plugin-info-dialog.php:644
|
923 |
msgid "Plugin Install"
|
924 |
msgstr "Installation du Plugin"
|
925 |
|
926 |
+
#: includes/fs-plugin-info-dialog.php:716
|
927 |
msgctxt "e.g. Professional Plan"
|
928 |
msgid "%s Plan"
|
929 |
msgstr "Formule %s"
|
930 |
|
931 |
+
#: includes/fs-plugin-info-dialog.php:742
|
932 |
msgctxt "e.g. the best product"
|
933 |
msgid "Best"
|
934 |
msgstr "Best"
|
935 |
|
936 |
+
#: includes/fs-plugin-info-dialog.php748,
|
937 |
+
#: includes/fs-plugin-info-dialog.php:768
|
938 |
msgctxt "as every month"
|
939 |
msgid "Monthly"
|
940 |
msgstr "Mensuel"
|
941 |
|
942 |
+
#: includes/fs-plugin-info-dialog.php:751
|
943 |
msgctxt "as once a year"
|
944 |
msgid "Annual"
|
945 |
msgstr "Annuel"
|
946 |
|
947 |
+
#: includes/fs-plugin-info-dialog.php:754
|
948 |
msgid "Lifetime"
|
949 |
msgstr "À vie"
|
950 |
|
951 |
+
#: includes/fs-plugin-info-dialog.php768,
|
952 |
+
#: includes/fs-plugin-info-dialog.php770,
|
953 |
+
#: includes/fs-plugin-info-dialog.php:772
|
954 |
msgctxt "e.g. billed monthly"
|
955 |
msgid "Billed %s"
|
956 |
msgstr "%s Facturé"
|
957 |
|
958 |
+
#: includes/fs-plugin-info-dialog.php:770
|
959 |
msgctxt "as once a year"
|
960 |
msgid "Annually"
|
961 |
msgstr "Annuel"
|
962 |
|
963 |
+
#: includes/fs-plugin-info-dialog.php:772
|
964 |
msgctxt "as once a year"
|
965 |
msgid "Once"
|
966 |
msgstr "Une fois"
|
967 |
|
968 |
+
#: includes/fs-plugin-info-dialog.php:778
|
969 |
msgid "Single Site License"
|
970 |
msgstr "Licence 1 site"
|
971 |
|
972 |
+
#: includes/fs-plugin-info-dialog.php:780
|
973 |
msgid "Unlimited Licenses"
|
974 |
msgstr "Licences sites illimités"
|
975 |
|
976 |
+
#: includes/fs-plugin-info-dialog.php:782
|
977 |
msgid "Up to %s Sites"
|
978 |
msgstr "Jusqu'à %s Sites"
|
979 |
|
980 |
+
#: includes/fs-plugin-info-dialog.php792,
|
981 |
#: templates/plugin-info/features.php:82
|
982 |
msgctxt "as monthly period"
|
983 |
msgid "mo"
|
984 |
msgstr "mois"
|
985 |
|
986 |
+
#: includes/fs-plugin-info-dialog.php799,
|
987 |
#: templates/plugin-info/features.php:80
|
988 |
msgctxt "as annual period"
|
989 |
msgid "year"
|
990 |
msgstr "année"
|
991 |
|
992 |
+
#: includes/fs-plugin-info-dialog.php:853
|
993 |
msgctxt "noun"
|
994 |
msgid "Price"
|
995 |
msgstr "Tarif"
|
996 |
|
997 |
+
#: includes/fs-plugin-info-dialog.php:901
|
998 |
msgid "Save %s"
|
999 |
msgstr "Économisez %s"
|
1000 |
|
1001 |
+
#: includes/fs-plugin-info-dialog.php:911
|
1002 |
msgid "No commitment for %s - cancel anytime"
|
1003 |
msgstr "Pas d'engagement durant %s - annuler quand vous voulez"
|
1004 |
|
1005 |
+
#: includes/fs-plugin-info-dialog.php:914
|
1006 |
msgid "After your free %s, pay as little as %s"
|
1007 |
msgstr "Après vos %s gratuits, payez seulement %s"
|
1008 |
|
1009 |
+
#: includes/fs-plugin-info-dialog.php:925
|
1010 |
msgid "Details"
|
1011 |
msgstr "Détails"
|
1012 |
|
1013 |
+
#: includes/fs-plugin-info-dialog.php929, templates/account.php91,
|
1014 |
+
#: templates/debug.php201, templates/debug.php238, templates/debug.php452,
|
1015 |
+
#: templates/account/partials/addon.php:32
|
1016 |
msgctxt "product version"
|
1017 |
msgid "Version"
|
1018 |
msgstr "Version"
|
1019 |
|
1020 |
+
#: includes/fs-plugin-info-dialog.php:936
|
1021 |
msgctxt "as the plugin author"
|
1022 |
msgid "Author"
|
1023 |
msgstr "Auteur"
|
1024 |
|
1025 |
+
#: includes/fs-plugin-info-dialog.php:943
|
1026 |
msgid "Last Updated"
|
1027 |
msgstr "Dernière mise à jour"
|
1028 |
|
1029 |
+
#: includes/fs-plugin-info-dialog.php948, templates/account.php:376
|
1030 |
msgctxt "x-ago"
|
1031 |
msgid "%s ago"
|
1032 |
msgstr "Il y a %s"
|
1033 |
|
1034 |
+
#: includes/fs-plugin-info-dialog.php:957
|
1035 |
msgid "Requires WordPress Version"
|
1036 |
msgstr "Version de WordPress requise"
|
1037 |
|
1038 |
+
#: includes/fs-plugin-info-dialog.php:958
|
1039 |
msgid "%s or higher"
|
1040 |
msgstr "%s ou plus"
|
1041 |
|
1042 |
+
#: includes/fs-plugin-info-dialog.php:965
|
1043 |
msgid "Compatible up to"
|
1044 |
msgstr "Compatible jusqu'à"
|
1045 |
|
1046 |
+
#: includes/fs-plugin-info-dialog.php:973
|
1047 |
msgid "Downloaded"
|
1048 |
msgstr "Téléchargé"
|
1049 |
|
1050 |
+
#: includes/fs-plugin-info-dialog.php:977
|
1051 |
msgid "%s time"
|
1052 |
msgstr "%s fois"
|
1053 |
|
1054 |
+
#: includes/fs-plugin-info-dialog.php:979
|
1055 |
msgid "%s times"
|
1056 |
msgstr "%s fois"
|
1057 |
|
1058 |
+
#: includes/fs-plugin-info-dialog.php:989
|
1059 |
msgid "WordPress.org Plugin Page"
|
1060 |
msgstr "Page WordPress.org du plugin"
|
1061 |
|
1062 |
+
#: includes/fs-plugin-info-dialog.php:997
|
1063 |
msgid "Plugin Homepage"
|
1064 |
msgstr "Site Web du plugin"
|
1065 |
|
1066 |
+
#: includes/fs-plugin-info-dialog.php1005,
|
1067 |
+
#: includes/fs-plugin-info-dialog.php:1087
|
1068 |
msgid "Donate to this plugin"
|
1069 |
msgstr "Faire une donation pour ce plugin"
|
1070 |
|
1071 |
+
#: includes/fs-plugin-info-dialog.php:1012
|
1072 |
msgid "Average Rating"
|
1073 |
msgstr "Note moyenne"
|
1074 |
|
1075 |
+
#: includes/fs-plugin-info-dialog.php:1019
|
1076 |
msgid "based on %s"
|
1077 |
msgstr "Basé sur %s"
|
1078 |
|
1079 |
+
#: includes/fs-plugin-info-dialog.php:1023
|
1080 |
msgid "%s rating"
|
1081 |
msgstr "%s notation"
|
1082 |
|
1083 |
+
#: includes/fs-plugin-info-dialog.php:1025
|
1084 |
msgid "%s ratings"
|
1085 |
msgstr "%snotations "
|
1086 |
|
1087 |
+
#: includes/fs-plugin-info-dialog.php:1040
|
1088 |
msgid "%s star"
|
1089 |
msgstr "%s étoile"
|
1090 |
|
1091 |
+
#: includes/fs-plugin-info-dialog.php:1042
|
1092 |
msgid "%s stars"
|
1093 |
msgstr "%s étoiles"
|
1094 |
|
1095 |
+
#: includes/fs-plugin-info-dialog.php:1053
|
1096 |
msgid "Click to see reviews that provided a rating of %s"
|
1097 |
msgstr "Cliquez pour voir les avis avec une notation de %s"
|
1098 |
|
1099 |
+
#: includes/fs-plugin-info-dialog.php:1066
|
1100 |
msgid "Contributors"
|
1101 |
msgstr "Contributeurs"
|
1102 |
|
1103 |
+
#: includes/fs-plugin-info-dialog.php1095,
|
1104 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
1105 |
msgid "Warning"
|
1106 |
msgstr "Attention"
|
1107 |
|
1108 |
+
#: includes/fs-plugin-info-dialog.php:1095
|
1109 |
msgid "This plugin has not been tested with your current version of WordPress."
|
1110 |
msgstr "Ce plugin n'a pas été testé avec votre actuelle version de WordPress"
|
1111 |
|
1112 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
1113 |
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1114 |
msgstr "Ce plugin n'a pas été indiqué comme étant compatible avec votre version actuelle de WordPress"
|
1115 |
|
1116 |
+
#: includes/fs-plugin-info-dialog.php:1116
|
1117 |
msgid "Paid add-on must be deployed to Freemius."
|
1118 |
msgstr "Les add-ons payant doivent être déposés sur Freemius"
|
1119 |
|
1120 |
+
#: includes/fs-plugin-info-dialog.php:1117
|
1121 |
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1122 |
msgstr "Les add-ons doivent être déposés sur WordPress.org ou Freemius."
|
1123 |
|
1124 |
+
#: templates/account.php81, templates/forms/subscription-cancellation.php96,
|
1125 |
+
#: templates/account/partials/addon.php22,
|
1126 |
#: templates/account/partials/site.php:295
|
1127 |
+
msgid "Downgrading your plan"
|
1128 |
+
msgstr "Rétrograder votre formule"
|
1129 |
|
1130 |
+
#: templates/account.php82, templates/forms/subscription-cancellation.php97,
|
1131 |
+
#: templates/account/partials/addon.php23,
|
1132 |
+
#: templates/account/partials/site.php:296
|
1133 |
+
msgid "Cancelling the subscription"
|
1134 |
+
msgstr "Annuler votre abonnement"
|
1135 |
+
|
1136 |
+
#. translators: %1s: Either 'Downgrading your plan' or 'Cancelling the
|
1137 |
+
#. subscription'
|
1138 |
+
#: templates/account.php84, templates/forms/subscription-cancellation.php99,
|
1139 |
+
#: templates/account/partials/addon.php25,
|
1140 |
+
#: templates/account/partials/site.php:298
|
1141 |
+
msgid "%1s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
1142 |
+
msgstr "%1s va immédiatement arrêter tous les futurs paiements récurrents et la licence de votre formule %s expirera dans %s."
|
1143 |
+
|
1144 |
+
#: templates/account.php85, templates/forms/subscription-cancellation.php100,
|
1145 |
+
#: templates/account/partials/addon.php26,
|
1146 |
+
#: templates/account/partials/site.php:299
|
1147 |
+
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."
|
1148 |
+
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é."
|
1149 |
+
|
1150 |
+
#: templates/account.php86, templates/forms/subscription-cancellation.php106,
|
1151 |
+
#: templates/account/partials/addon.php:27
|
1152 |
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1153 |
msgstr "Annuler la période d'essai va immédiatement bloquer les fonctionnalités premium. Souhaitez-vous continuer ?"
|
1154 |
|
1155 |
+
#: templates/account.php87, templates/forms/subscription-cancellation.php101,
|
1156 |
+
#: templates/account/partials/addon.php28,
|
1157 |
+
#: templates/account/partials/site.php:300
|
1158 |
+
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1159 |
+
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."
|
1160 |
|
1161 |
+
#: templates/account.php88, templates/forms/subscription-cancellation.php102,
|
1162 |
+
#: templates/account/partials/addon.php29,
|
1163 |
+
#: templates/account/partials/site.php:301
|
1164 |
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1165 |
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."
|
1166 |
|
1167 |
#. translators: %s: Plan title (e.g. "Professional")
|
1168 |
+
#: templates/account.php90,
|
1169 |
#: templates/account/partials/activate-license-button.php31,
|
1170 |
+
#: templates/account/partials/addon.php:31
|
1171 |
msgid "Activate %s Plan"
|
1172 |
msgstr "Activer la formule %s"
|
1173 |
|
1174 |
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1175 |
+
#: templates/account.php93, templates/account/partials/addon.php34,
|
1176 |
#: templates/account/partials/site.php:275
|
1177 |
msgid "Auto renews in %s"
|
1178 |
msgstr "Renouvellements automatique dans %s"
|
1179 |
|
1180 |
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1181 |
+
#: templates/account.php95, templates/account/partials/addon.php36,
|
1182 |
#: templates/account/partials/site.php:277
|
1183 |
msgid "Expires in %s"
|
1184 |
msgstr "Expire dans %s"
|
1185 |
|
1186 |
+
#: templates/account.php96, templates/account/partials/addon.php:37
|
1187 |
msgctxt "as synchronize license"
|
1188 |
msgid "Sync License"
|
1189 |
msgstr "Synchroniser la licence"
|
1190 |
|
1191 |
+
#: templates/account.php97, templates/account/partials/addon.php:38
|
1192 |
msgid "Cancel Trial"
|
1193 |
msgstr "Annuler la période d'essai"
|
1194 |
|
1195 |
+
#: templates/account.php98, templates/account/partials/addon.php:39
|
1196 |
msgid "Change Plan"
|
1197 |
msgstr "Changer de formule"
|
1198 |
|
1199 |
+
#: templates/account.php99, templates/account/partials/addon.php:40
|
1200 |
msgctxt "verb"
|
1201 |
msgid "Upgrade"
|
1202 |
msgstr "Mise à jour"
|
1203 |
|
1204 |
+
#: templates/account.php101, templates/account/partials/addon.php42,
|
1205 |
+
#: templates/account/partials/site.php:302
|
1206 |
msgctxt "verb"
|
1207 |
msgid "Downgrade"
|
1208 |
msgstr "Rétrograder"
|
1209 |
|
1210 |
+
#: templates/account.php103, templates/add-ons.php130,
|
1211 |
#: templates/plugin-info/features.php72,
|
1212 |
+
#: templates/account/partials/addon.php44,
|
1213 |
#: templates/account/partials/site.php:31
|
1214 |
msgid "Free"
|
1215 |
msgstr "Gratuit"
|
1216 |
|
1217 |
+
#: templates/account.php104, templates/account/partials/addon.php:45
|
1218 |
msgid "Activate"
|
1219 |
msgstr "Activer"
|
1220 |
|
1221 |
+
#: templates/account.php105, templates/debug.php371,
|
1222 |
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1223 |
+
#: templates/account/partials/addon.php:46
|
1224 |
msgctxt "as product pricing plan"
|
1225 |
msgid "Plan"
|
1226 |
msgstr "Formule"
|
1227 |
|
1228 |
+
#: templates/account.php:158
|
1229 |
msgid "Free Trial"
|
1230 |
msgstr "Essai gratuit"
|
1231 |
|
1232 |
+
#: templates/account.php:169
|
1233 |
msgid "Account Details"
|
1234 |
msgstr "Détails du compte"
|
1235 |
|
1236 |
+
#: templates/account.php:179
|
1237 |
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?"
|
1238 |
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 ? "
|
1239 |
|
1240 |
+
#: templates/account.php:181
|
1241 |
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?"
|
1242 |
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 ?"
|
1243 |
|
1244 |
+
#: templates/account.php:184
|
1245 |
msgid "Delete Account"
|
1246 |
msgstr "Supprimer le compte"
|
1247 |
|
1248 |
+
#: templates/account.php196, templates/account/partials/addon.php159,
|
1249 |
#: templates/account/partials/deactivate-license-button.php:35
|
1250 |
msgid "Deactivate License"
|
1251 |
msgstr "Désactiver la licence"
|
1252 |
|
1253 |
+
#: templates/account.php219, templates/forms/subscription-cancellation.php:125
|
1254 |
msgid "Are you sure you want to proceed?"
|
1255 |
msgstr "Êtes-vous de vouloir continuer ?"
|
1256 |
|
1257 |
+
#: templates/account.php219, templates/account/partials/addon.php:182
|
1258 |
msgid "Cancel Subscription"
|
1259 |
msgstr "Annuler l'abonnement"
|
1260 |
|
1261 |
+
#: templates/account.php:247
|
1262 |
msgctxt "as synchronize"
|
1263 |
msgid "Sync"
|
1264 |
msgstr "Synchroniser"
|
1265 |
|
1266 |
+
#: templates/account.php261, templates/debug.php:487
|
1267 |
msgid "Name"
|
1268 |
msgstr "Nom"
|
1269 |
|
1270 |
+
#: templates/account.php267, templates/debug.php:488
|
1271 |
msgid "Email"
|
1272 |
msgstr "Email"
|
1273 |
|
1274 |
+
#: templates/account.php274, templates/debug.php370, templates/debug.php:526
|
1275 |
msgid "User ID"
|
1276 |
msgstr "User ID"
|
1277 |
|
1278 |
+
#: templates/account.php:282
|
1279 |
msgid "Site ID"
|
1280 |
msgstr "Site ID"
|
1281 |
|
1282 |
+
#: templates/account.php:285
|
1283 |
msgid "No ID"
|
1284 |
msgstr "ID manquant"
|
1285 |
|
1286 |
+
#: templates/account.php290, templates/debug.php243, templates/debug.php372,
|
1287 |
+
#: templates/debug.php453, templates/debug.php490,
|
1288 |
#: templates/account/partials/site.php:219
|
1289 |
msgid "Public Key"
|
1290 |
msgstr "Clef publique"
|
1291 |
|
1292 |
+
#: templates/account.php296, templates/debug.php373, templates/debug.php454,
|
1293 |
+
#: templates/debug.php491, templates/account/partials/site.php:231
|
1294 |
msgid "Secret Key"
|
1295 |
msgstr "Clef secrête"
|
1296 |
|
1297 |
+
#: templates/account.php:299
|
1298 |
msgctxt "as secret encryption key missing"
|
1299 |
msgid "No Secret"
|
1300 |
msgstr "Clef secrète manquante"
|
1301 |
|
1302 |
+
#: templates/account.php318, templates/account/partials/site.php112,
|
1303 |
#: templates/account/partials/site.php:114
|
1304 |
msgid "Trial"
|
1305 |
msgstr "Période d'essai"
|
1306 |
|
1307 |
+
#: templates/account.php337, templates/debug.php531,
|
1308 |
#: templates/account/partials/site.php:248
|
1309 |
msgid "License Key"
|
1310 |
msgstr "Clef de licence"
|
1311 |
|
1312 |
+
#: templates/account.php:367
|
1313 |
msgid "not verified"
|
1314 |
msgstr "Non vérifié"
|
1315 |
|
1316 |
+
#: templates/account.php376, templates/account/partials/addon.php:120
|
1317 |
+
msgid "Expired"
|
1318 |
+
msgstr "Expiré"
|
1319 |
+
|
1320 |
+
#: templates/account.php:428
|
1321 |
msgid "Premium version"
|
1322 |
msgstr "Version premium"
|
1323 |
|
1324 |
+
#: templates/account.php:430
|
1325 |
msgid "Free version"
|
1326 |
msgstr "Version gratuite"
|
1327 |
|
1328 |
+
#: templates/account.php:442
|
1329 |
msgid "Verify Email"
|
1330 |
msgstr "Vérifier l'email"
|
1331 |
|
1332 |
+
#: templates/account.php:453
|
1333 |
msgid "Download %s Version"
|
1334 |
msgstr "Télécharger la version %s"
|
1335 |
|
1336 |
+
#: templates/account.php467, templates/account.php649,
|
1337 |
#: templates/account/partials/site.php237,
|
1338 |
#: templates/account/partials/site.php:255
|
1339 |
msgctxt "verb"
|
1340 |
msgid "Show"
|
1341 |
msgstr "Afficher"
|
1342 |
|
1343 |
+
#: templates/account.php:481
|
1344 |
msgid "What is your %s?"
|
1345 |
msgstr "Quel est votre %s ?"
|
1346 |
|
1347 |
+
#: templates/account.php489, templates/account/billing.php:27
|
1348 |
msgctxt "verb"
|
1349 |
msgid "Edit"
|
1350 |
msgstr "Éditer"
|
1351 |
|
1352 |
+
#: templates/account.php:502
|
1353 |
msgid "Sites"
|
1354 |
msgstr "Sites"
|
1355 |
|
1356 |
+
#: templates/account.php:513
|
1357 |
msgid "Search by address"
|
1358 |
msgstr "Recherche par adresse"
|
1359 |
|
1360 |
+
#: templates/account.php522, templates/account.php570, templates/debug.php236,
|
1361 |
+
#: templates/debug.php364, templates/debug.php449, templates/debug.php486,
|
1362 |
+
#: templates/debug.php524, templates/debug.php597,
|
1363 |
#: templates/account/payments.php35, templates/debug/logger.php:21
|
1364 |
msgid "ID"
|
1365 |
msgstr "ID"
|
1366 |
|
1367 |
+
#: templates/account.php523, templates/debug.php:367
|
1368 |
msgid "Address"
|
1369 |
msgstr "Adresse"
|
1370 |
|
1371 |
+
#: templates/account.php:524
|
1372 |
msgid "License"
|
1373 |
msgstr "Licence"
|
1374 |
|
1375 |
+
#: templates/account.php:525
|
1376 |
msgid "Plan"
|
1377 |
msgstr "Formule"
|
1378 |
|
1379 |
+
#: templates/account.php:573
|
1380 |
msgctxt "as software license"
|
1381 |
msgid "License"
|
1382 |
msgstr "Licence"
|
1383 |
|
1384 |
+
#: templates/account.php:643
|
1385 |
msgctxt "verb"
|
1386 |
msgid "Hide"
|
1387 |
msgstr "Cacher"
|
1388 |
|
1389 |
+
#: templates/account.php:686
|
1390 |
+
msgid "Cancelling %s"
|
1391 |
+
msgstr "Annulation de %s"
|
1392 |
+
|
1393 |
+
#: templates/account.php686, templates/account.php703,
|
1394 |
+
#: templates/forms/subscription-cancellation.php27,
|
1395 |
+
#: templates/forms/deactivation/form.php:117
|
1396 |
+
msgid "trial"
|
1397 |
+
msgstr "essai"
|
1398 |
+
|
1399 |
+
#: templates/account.php701, templates/forms/deactivation/form.php:134
|
1400 |
+
msgid "Cancelling %s..."
|
1401 |
+
msgstr "Annulation de %s..."
|
1402 |
+
|
1403 |
+
#: templates/account.php704, templates/forms/subscription-cancellation.php28,
|
1404 |
+
#: templates/forms/deactivation/form.php:118
|
1405 |
+
msgid "subscription"
|
1406 |
+
msgstr "abonnement"
|
1407 |
+
|
1408 |
+
#: templates/account.php:718
|
1409 |
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?"
|
1410 |
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 ?"
|
1411 |
|
1417 |
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."
|
1418 |
msgstr "Nous n'avons pas pu charger la liste des add-ons. C'est probablement une difficulté de notre côté, merci de d'essayer à nouveau dans quelques minutes."
|
1419 |
|
1420 |
+
#: templates/add-ons.php:139
|
1421 |
msgid "View details"
|
1422 |
msgstr "Voir les détails"
|
1423 |
|
1456 |
msgstr "Compatible PCI"
|
1457 |
|
1458 |
#. translators: %s: name (e.g. Hey John,)
|
1459 |
+
#: templates/connect.php:112
|
1460 |
msgctxt "greeting"
|
1461 |
msgid "Hey %s,"
|
1462 |
msgstr "Hey %s,"
|
1463 |
|
1464 |
+
#: templates/connect.php:154
|
1465 |
msgid "Allow & Continue"
|
1466 |
msgstr "Autoriser & Continuer"
|
1467 |
|
1468 |
+
#: templates/connect.php:158
|
1469 |
msgid "Re-send activation email"
|
1470 |
msgstr "Renvoyer l'email d'activation"
|
1471 |
|
1472 |
+
#: templates/connect.php:162
|
1473 |
msgid "Thanks %s!"
|
1474 |
msgstr "Merci %s !"
|
1475 |
|
1476 |
+
#: templates/connect.php172, templates/forms/license-activation.php:43
|
1477 |
msgid "Agree & Activate License"
|
1478 |
msgstr "Valider & Activer la licence"
|
1479 |
|
1480 |
+
#: templates/connect.php:181
|
1481 |
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1482 |
msgstr "Merci d'avoir acheté %s ! Pour commencer, veuillez indiquer votre clef de licence :"
|
1483 |
|
1484 |
+
#: templates/connect.php:188
|
1485 |
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."
|
1486 |
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."
|
1487 |
|
1488 |
+
#: templates/connect.php:189
|
1489 |
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1490 |
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."
|
1491 |
|
1492 |
+
#: templates/connect.php:195
|
1493 |
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."
|
1494 |
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."
|
1495 |
|
1496 |
+
#: templates/connect.php:196
|
1497 |
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."
|
1498 |
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."
|
1499 |
|
1500 |
+
#: templates/connect.php:230
|
1501 |
msgid "We're excited to introduce the Freemius network-level integration."
|
1502 |
msgstr "Nous sommes impatient de vous présenter l'intégration Freemius au niveau réseau."
|
1503 |
|
1504 |
+
#: templates/connect.php:233
|
1505 |
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1506 |
msgstr "Durant le processus de mise à jour nous avons détecté %d site(s) toujours en attente d'activation de la licence."
|
1507 |
|
1508 |
+
#: templates/connect.php:235
|
1509 |
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1510 |
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."
|
1511 |
|
1512 |
+
#: templates/connect.php:237
|
1513 |
msgid "%s's paid features"
|
1514 |
msgstr "Fonctionnalités payantes de %s"
|
1515 |
|
1516 |
+
#: templates/connect.php:242
|
1517 |
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1518 |
msgstr "Éventuellement, vous pouvez l'ignorer pour l'instant et activer la licence plus tard, sur votre page de compte du réseau %s."
|
1519 |
|
1520 |
+
#: templates/connect.php:244
|
1521 |
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1522 |
msgstr "Durant le processus de mise à jour nous avons détecté %s site(s) dans le réseau que vous devez vérifier."
|
1523 |
|
1524 |
+
#: templates/connect.php253, templates/forms/license-activation.php:46
|
1525 |
msgid "License key"
|
1526 |
msgstr "Clef de licence"
|
1527 |
|
1528 |
+
#: templates/connect.php256, templates/forms/license-activation.php:19
|
1529 |
msgid "Can't find your license key?"
|
1530 |
msgstr "Vous ne trouvez pas votre clef de licence ?"
|
1531 |
|
1532 |
+
#: templates/connect.php315, templates/connect.php630,
|
1533 |
#: templates/forms/deactivation/retry-skip.php:20
|
1534 |
msgctxt "verb"
|
1535 |
msgid "Skip"
|
1536 |
msgstr "Passer"
|
1537 |
|
1538 |
+
#: templates/connect.php:318
|
1539 |
msgid "Delegate to Site Admins"
|
1540 |
msgstr "Déléguer aux administrateurs du site"
|
1541 |
|
1542 |
+
#: templates/connect.php:318
|
1543 |
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1544 |
msgstr "Si vous cliquez, cette décision sera déléguée aux administrateurs des sites."
|
1545 |
|
1546 |
+
#: templates/connect.php:346
|
1547 |
msgid "Your Profile Overview"
|
1548 |
msgstr "Résumé de votre profil"
|
1549 |
|
1550 |
+
#: templates/connect.php:347
|
1551 |
msgid "Name and email address"
|
1552 |
msgstr "Nom et adresse email"
|
1553 |
|
1554 |
+
#: templates/connect.php:352
|
1555 |
msgid "Your Site Overview"
|
1556 |
msgstr "Résumé de votre site"
|
1557 |
|
1558 |
+
#: templates/connect.php:353
|
1559 |
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1560 |
msgstr "Site URL, WP version, PHP info, plugins & themes"
|
1561 |
|
1562 |
+
#: templates/connect.php:358
|
1563 |
msgid "Admin Notices"
|
1564 |
msgstr "Notifications Administrateur"
|
1565 |
|
1566 |
+
#: templates/connect.php359, templates/connect.php:375
|
1567 |
msgid "Updates, announcements, marketing, no spam"
|
1568 |
msgstr "Mises à jour, annonces, marketing, pas de spam"
|
1569 |
|
1570 |
+
#: templates/connect.php:364
|
1571 |
msgid "Current %s Events"
|
1572 |
msgstr "Évènements du %s actuel"
|
1573 |
|
1574 |
+
#: templates/connect.php:365
|
1575 |
msgid "Activation, deactivation and uninstall"
|
1576 |
msgstr "Activation, désactivation et désintallation"
|
1577 |
|
1578 |
+
#: templates/connect.php:374
|
1579 |
msgid "Newsletter"
|
1580 |
msgstr "Newsletter"
|
1581 |
|
1582 |
+
#: templates/connect.php391, templates/forms/license-activation.php:38
|
1583 |
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."
|
1584 |
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."
|
1585 |
|
1586 |
+
#: templates/connect.php:396
|
1587 |
msgid "What permissions are being granted?"
|
1588 |
msgstr "Quelles autorisations sont accordées ?"
|
1589 |
|
1590 |
+
#: templates/connect.php:417
|
1591 |
msgid "Don't have a license key?"
|
1592 |
msgstr "Vous n'avez pas de clef de licence ?"
|
1593 |
|
1594 |
+
#: templates/connect.php:418
|
1595 |
msgid "Activate Free Version"
|
1596 |
msgstr "Activez la version gratuite"
|
1597 |
|
1598 |
+
#: templates/connect.php:420
|
1599 |
msgid "Have a license key?"
|
1600 |
msgstr "Vous avez une clef de licence ?"
|
1601 |
|
1602 |
+
#: templates/connect.php:428
|
1603 |
msgid "Privacy Policy"
|
1604 |
msgstr "Politique de confidentialité"
|
1605 |
|
1606 |
+
#: templates/connect.php:430
|
1607 |
+
msgid "License Agreement"
|
1608 |
+
msgstr "Contrat de licence"
|
1609 |
+
|
1610 |
+
#: templates/connect.php:430
|
1611 |
msgid "Terms of Service"
|
1612 |
msgstr "Conditions générales de service"
|
1613 |
|
1614 |
+
#: templates/connect.php:766
|
1615 |
msgctxt "as in the process of sending an email"
|
1616 |
msgid "Sending email"
|
1617 |
msgstr "Email en cours d'envoi"
|
1618 |
|
1619 |
+
#: templates/connect.php:767
|
1620 |
msgctxt "as activating plugin"
|
1621 |
msgid "Activating"
|
1622 |
msgstr "Activation en cours"
|
1644 |
msgid "Debugging"
|
1645 |
msgstr "Debuggage"
|
1646 |
|
1647 |
+
#: templates/debug.php54, templates/debug.php248, templates/debug.php374,
|
1648 |
+
#: templates/debug.php:492
|
1649 |
msgid "Actions"
|
1650 |
msgstr "Actions"
|
1651 |
|
1669 |
msgid "Sync Data From Server"
|
1670 |
msgstr "Synchronisation des données depuis le serveur"
|
1671 |
|
1672 |
+
#: templates/debug.php:95
|
1673 |
+
msgid "Migrate Options to Network"
|
1674 |
+
msgstr "Migrer les options vers le réseau"
|
1675 |
+
|
1676 |
+
#: templates/debug.php:100
|
1677 |
msgid "Load DB Option"
|
1678 |
msgstr "Chargement des options de la base de données"
|
1679 |
|
1680 |
+
#: templates/debug.php:103
|
1681 |
msgid "Set DB Option"
|
1682 |
msgstr "Mise en place des options de la base de données"
|
1683 |
|
1684 |
+
#: templates/debug.php:180
|
1685 |
msgid "Key"
|
1686 |
msgstr "Clef"
|
1687 |
|
1688 |
+
#: templates/debug.php:181
|
1689 |
msgid "Value"
|
1690 |
msgstr "Valeur"
|
1691 |
|
1692 |
+
#: templates/debug.php:197
|
1693 |
msgctxt "as software development kit versions"
|
1694 |
msgid "SDK Versions"
|
1695 |
msgstr "Versions du SDK"
|
1696 |
|
1697 |
+
#: templates/debug.php:202
|
1698 |
msgid "SDK Path"
|
1699 |
msgstr "Chemin d'accès du SDK"
|
1700 |
|
1701 |
+
#: templates/debug.php203, templates/debug.php:242
|
1702 |
msgid "Module Path"
|
1703 |
msgstr "Chemin d'accès du module"
|
1704 |
|
1705 |
+
#: templates/debug.php:204
|
1706 |
msgid "Is Active"
|
1707 |
msgstr "Est actif"
|
1708 |
|
1709 |
+
#: templates/debug.php232, templates/debug/plugins-themes-sync.php:35
|
1710 |
msgid "Plugins"
|
1711 |
msgstr "Plugins"
|
1712 |
|
1713 |
+
#: templates/debug.php232, templates/debug/plugins-themes-sync.php:56
|
1714 |
msgid "Themes"
|
1715 |
msgstr "Thèmes"
|
1716 |
|
1717 |
+
#: templates/debug.php237, templates/debug.php369, templates/debug.php451,
|
1718 |
#: templates/debug/scheduled-crons.php:80
|
1719 |
msgid "Slug"
|
1720 |
msgstr "Slug"
|
1721 |
|
1722 |
+
#: templates/debug.php239, templates/debug.php:450
|
1723 |
msgid "Title"
|
1724 |
msgstr "Titre"
|
1725 |
|
1726 |
+
#: templates/debug.php:240
|
1727 |
msgctxt "as application program interface"
|
1728 |
msgid "API"
|
1729 |
msgstr "API"
|
1730 |
|
1731 |
+
#: templates/debug.php:241
|
1732 |
msgid "Freemius State"
|
1733 |
msgstr "État de Freemius"
|
1734 |
|
1735 |
+
#: templates/debug.php:245
|
1736 |
msgid "Network Blog"
|
1737 |
msgstr "Réseau de Blog"
|
1738 |
|
1739 |
+
#: templates/debug.php:246
|
1740 |
msgid "Network User"
|
1741 |
msgstr "Réseau d'Utilisateur"
|
1742 |
|
1743 |
+
#: templates/debug.php:283
|
1744 |
msgctxt "as connection was successful"
|
1745 |
msgid "Connected"
|
1746 |
msgstr "Connecté"
|
1747 |
|
1748 |
+
#: templates/debug.php:284
|
1749 |
msgctxt "as connection blocked"
|
1750 |
msgid "Blocked"
|
1751 |
msgstr "Bloqué"
|
1752 |
|
1753 |
+
#: templates/debug.php:320
|
1754 |
+
msgid "Simulate Trial Promotion"
|
1755 |
+
msgstr "Simuler la promotion d'essai"
|
1756 |
|
1757 |
+
#: templates/debug.php:332
|
1758 |
msgid "Simulate Network Upgrade"
|
1759 |
msgstr "Simuler la mise à jour du réseau"
|
1760 |
|
1761 |
+
#: templates/debug.php:358
|
1762 |
msgid "%s Installs"
|
1763 |
msgstr "%s Installations"
|
1764 |
|
1765 |
+
#: templates/debug.php:360
|
1766 |
msgctxt "like websites"
|
1767 |
msgid "Sites"
|
1768 |
msgstr "Sites"
|
1769 |
|
1770 |
+
#: templates/debug.php366, templates/account/partials/site.php:148
|
1771 |
msgid "Blog ID"
|
1772 |
msgstr "Blog ID"
|
1773 |
|
1774 |
+
#: templates/debug.php431, templates/debug.php509,
|
1775 |
+
#: templates/account/partials/addon.php:339
|
1776 |
msgctxt "verb"
|
1777 |
msgid "Delete"
|
1778 |
msgstr "Supprimer"
|
1779 |
|
1780 |
+
#: templates/debug.php:445
|
1781 |
msgid "Add Ons of module %s"
|
1782 |
msgstr "Add Ons du module %s"
|
1783 |
|
1784 |
+
#: templates/debug.php:482
|
1785 |
msgid "Users"
|
1786 |
msgstr "Utilisateurs"
|
1787 |
|
1788 |
+
#: templates/debug.php:489
|
1789 |
msgid "Verified"
|
1790 |
msgstr "Vérifié"
|
1791 |
|
1792 |
+
#: templates/debug.php:520
|
1793 |
msgid "%s Licenses"
|
1794 |
msgstr "%s Licences"
|
1795 |
|
1796 |
+
#: templates/debug.php:525
|
1797 |
msgid "Plugin ID"
|
1798 |
msgstr "ID du plugin"
|
1799 |
|
1800 |
+
#: templates/debug.php:527
|
1801 |
msgid "Plan ID"
|
1802 |
msgstr "ID de la formule"
|
1803 |
|
1804 |
+
#: templates/debug.php:528
|
1805 |
msgid "Quota"
|
1806 |
msgstr "Quota"
|
1807 |
|
1808 |
+
#: templates/debug.php:529
|
1809 |
msgid "Activated"
|
1810 |
msgstr "Activé"
|
1811 |
|
1812 |
+
#: templates/debug.php:530
|
1813 |
msgid "Blocking"
|
1814 |
msgstr "Bloquant"
|
1815 |
|
1816 |
+
#: templates/debug.php:532
|
1817 |
msgctxt "as expiration date"
|
1818 |
msgid "Expiration"
|
1819 |
msgstr "Expiration"
|
1820 |
|
1821 |
+
#: templates/debug.php:555
|
1822 |
msgid "Debug Log"
|
1823 |
msgstr "Debug Log"
|
1824 |
|
1825 |
+
#: templates/debug.php:559
|
1826 |
msgid "All Types"
|
1827 |
msgstr "Tous les types"
|
1828 |
|
1829 |
+
#: templates/debug.php:566
|
1830 |
msgid "All Requests"
|
1831 |
msgstr "Toutes les demandes"
|
1832 |
|
1833 |
+
#: templates/debug.php571, templates/debug.php600,
|
1834 |
#: templates/debug/logger.php:25
|
1835 |
msgid "File"
|
1836 |
msgstr "Fichier"
|
1837 |
|
1838 |
+
#: templates/debug.php572, templates/debug.php598,
|
1839 |
#: templates/debug/logger.php:23
|
1840 |
msgid "Function"
|
1841 |
msgstr "Fonction"
|
1842 |
|
1843 |
+
#: templates/debug.php:573
|
1844 |
msgid "Process ID"
|
1845 |
msgstr "ID du processus"
|
1846 |
|
1847 |
+
#: templates/debug.php:574
|
1848 |
msgid "Logger"
|
1849 |
msgstr "Logger"
|
1850 |
|
1851 |
+
#: templates/debug.php575, templates/debug.php599,
|
1852 |
#: templates/debug/logger.php:24
|
1853 |
msgid "Message"
|
1854 |
msgstr "Message"
|
1855 |
|
1856 |
+
#: templates/debug.php:577
|
1857 |
msgid "Filter"
|
1858 |
msgstr "Filter"
|
1859 |
|
1860 |
+
#: templates/debug.php:585
|
1861 |
msgid "Download"
|
1862 |
msgstr "Téléchargement"
|
1863 |
|
1864 |
+
#: templates/debug.php596, templates/debug/logger.php:22
|
1865 |
msgid "Type"
|
1866 |
msgstr "Type"
|
1867 |
|
1868 |
+
#: templates/debug.php601, templates/debug/logger.php:26
|
1869 |
msgid "Timestamp"
|
1870 |
msgstr "Timestamp"
|
1871 |
|
2216 |
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2217 |
msgstr "En cliquant \"Désincription\", nous n'enverrons plus d'informations de %s à %s."
|
2218 |
|
2219 |
+
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2220 |
msgid "There is a new version of %s available."
|
2221 |
msgstr "Il y a une nouvelle version disponible de %s. "
|
2222 |
|
2223 |
+
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2224 |
+
msgid " %s to access version %s security & feature updates, and support."
|
2225 |
+
msgstr "%s pour accéder aux mises à jour de sécurité et de fonctionnalités de la version %s, et au support."
|
2226 |
|
2227 |
+
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2228 |
msgid "New Version Available"
|
2229 |
msgstr "Une nouvelle version est disponible"
|
2230 |
|
2231 |
+
#: templates/forms/premium-versions-upgrade-handler.php:75
|
|
|
|
|
|
|
|
|
2232 |
msgctxt "close a window"
|
2233 |
msgid "Dismiss"
|
2234 |
msgstr "Fermer"
|
2241 |
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2242 |
msgstr "Indiquez ci-dessous l'adresse email que vous avez utilisez pour la mise à jour et nous allons vous renvoyer le code de la licence."
|
2243 |
|
2244 |
+
#: templates/forms/subscription-cancellation.php:37
|
2245 |
+
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2246 |
+
msgstr "Désactiver ou désinstaller le %s désactivera automatiquement la licence, que vous pourrez utiliser sur un autre site."
|
2247 |
+
|
2248 |
+
#: templates/forms/subscription-cancellation.php:47
|
2249 |
+
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?"
|
2250 |
+
msgstr "Dans le cas où vous n'avez PAS l'intention d'utiliser ce %s sur ce site (ou tout autre site) - voulez-vous aussi annuler le %s ?"
|
2251 |
+
|
2252 |
+
#: templates/forms/subscription-cancellation.php:52
|
2253 |
+
msgid "license"
|
2254 |
+
msgstr "licence"
|
2255 |
+
|
2256 |
+
#: templates/forms/subscription-cancellation.php:57
|
2257 |
+
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."
|
2258 |
+
msgstr "Annuler %s - Je n'ai plus besoin de mises à jour de sécurité et de fonctionnalités, ni de support pour %s parce que je n'ai pas l'intention d'utiliser le %s sur ce site, ou tout autre site."
|
2259 |
+
|
2260 |
+
#: templates/forms/subscription-cancellation.php:68
|
2261 |
+
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2262 |
+
msgstr "Ne pas annuler %s - Je veux toujours recevoir les mises à jour de sécurité et de fonctionnalités, ainsi que d'être en mesure de contacter le support."
|
2263 |
+
|
2264 |
+
#: templates/forms/subscription-cancellation.php:103
|
2265 |
+
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."
|
2266 |
+
msgstr "Une fois votre licence expirée, vous ne pourrez plus utiliser le %s, sauf si vous l'activez à nouveau avec une licence premium valide."
|
2267 |
+
|
2268 |
+
#: templates/forms/subscription-cancellation.php:136
|
2269 |
+
msgid "Cancel %s?"
|
2270 |
+
msgstr "Annuler %s ?"
|
2271 |
+
|
2272 |
+
#: templates/forms/subscription-cancellation.php:143
|
2273 |
+
msgid "Proceed"
|
2274 |
+
msgstr "Poursuivre"
|
2275 |
+
|
2276 |
+
#: templates/forms/subscription-cancellation.php191,
|
2277 |
+
#: templates/forms/deactivation/form.php:150
|
2278 |
+
msgid "Cancel %s & Proceed"
|
2279 |
+
msgstr "Annuler %s et poursuivre"
|
2280 |
+
|
2281 |
#: templates/forms/trial-start.php:22
|
2282 |
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2283 |
msgstr "Vous êtes à 1 clic de commencer votre période d'essai gratuite de %1$s jours de la formule %2$s."
|
2343 |
msgid "Last license"
|
2344 |
msgstr "Dernière licence"
|
2345 |
|
2346 |
+
#: templates/account/partials/addon.php:115
|
2347 |
msgid "Cancelled"
|
2348 |
msgstr "Annulé"
|
2349 |
|
2350 |
+
#: templates/account/partials/addon.php:125
|
|
|
|
|
|
|
|
|
2351 |
msgid "No expiration"
|
2352 |
msgstr "Pas d'expiration"
|
2353 |
|
2354 |
+
#: templates/account/partials/addon.php264,
|
2355 |
+
#: templates/account/partials/addon.php:317
|
2356 |
msgid "Activate this add-on"
|
2357 |
msgstr "Activer cet add-on"
|
2358 |
|
2380 |
msgid "Contact Support"
|
2381 |
msgstr "Contacter l'Assistance"
|
2382 |
|
2383 |
+
#: templates/forms/deactivation/form.php:59
|
2384 |
msgid "Anonymous feedback"
|
2385 |
msgstr "Commentaire anonyme"
|
2386 |
|
2387 |
+
#: templates/forms/deactivation/form.php:66
|
2388 |
msgid "Deactivate"
|
2389 |
msgstr "Désactiver"
|
2390 |
|
2391 |
+
#: templates/forms/deactivation/form.php:68
|
2392 |
msgid "Activate %s"
|
2393 |
msgstr "Activer %s"
|
2394 |
|
|
|
|
|
|
|
|
|
2395 |
#: templates/forms/deactivation/form.php:80
|
2396 |
+
msgid "Quick Feedback"
|
2397 |
+
msgstr "Commentaires rapides"
|
2398 |
+
|
2399 |
+
#: templates/forms/deactivation/form.php:84
|
2400 |
msgid "If you have a moment, please let us know why you are %s"
|
2401 |
msgstr "Si vous avez un instant, merci de nous indiquer pourquoi %s"
|
2402 |
|
2403 |
+
#: templates/forms/deactivation/form.php:84
|
2404 |
msgid "deactivating"
|
2405 |
msgstr "Désactivation"
|
2406 |
|
2407 |
+
#: templates/forms/deactivation/form.php:84
|
2408 |
msgid "switching"
|
2409 |
msgstr "Changement"
|
2410 |
|
2411 |
+
#: templates/forms/deactivation/form.php:332
|
2412 |
msgid "Submit & %s"
|
2413 |
msgstr "Envoyer & %s"
|
2414 |
|
2415 |
+
#: templates/forms/deactivation/form.php:353
|
2416 |
msgid "Kindly tell us the reason so we can improve."
|
2417 |
msgstr "S'il vous plait, dites nous pourquoi afin que nous puissions nous améliorer."
|
2418 |
|
2419 |
+
#: templates/forms/deactivation/form.php:478
|
2420 |
msgid "Yes - %s"
|
2421 |
msgstr "Oui - %s"
|
2422 |
|
2423 |
+
#: templates/forms/deactivation/form.php:485
|
2424 |
msgid "Skip & %s"
|
2425 |
+
msgstr "Passer & %s"
|
2426 |
|
2427 |
#: templates/forms/deactivation/retry-skip.php:21
|
2428 |
msgid "Click here to use the plugin anonymously"
|
freemius/languages/freemius-he_IL.mo
CHANGED
Binary file
|
freemius/languages/freemius-he_IL.po
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the same license as the freemius package.
|
3 |
# Translators:
|
4 |
# Rami Yushuvaev <r_a_m_i@hotmail.com>, 2017
|
@@ -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: 2018-
|
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,1294 +22,1391 @@ msgstr ""
|
|
22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
"X-Poedit-SourceCharset: UTF-8\n"
|
24 |
|
25 |
-
#: includes/class-freemius.php:
|
26 |
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
27 |
msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
28 |
|
29 |
-
#: includes/class-freemius.php:
|
30 |
msgid "Error"
|
31 |
msgstr "שגיאה"
|
32 |
|
33 |
-
#: includes/class-freemius.php:
|
34 |
msgid "I found a better %s"
|
35 |
msgstr "מצאתי %s יותר טוב"
|
36 |
|
37 |
-
#: includes/class-freemius.php:
|
38 |
msgid "What's the %s's name?"
|
39 |
msgstr "What's the %s's name?"
|
40 |
|
41 |
-
#: includes/class-freemius.php:
|
42 |
msgid "It's a temporary %s. I'm just debugging an issue."
|
43 |
msgstr "It's a temporary %s. I'm just debugging an issue."
|
44 |
|
45 |
-
#: includes/class-freemius.php:
|
46 |
msgid "Deactivation"
|
47 |
msgstr "דיאקטיבציה"
|
48 |
|
49 |
-
#: includes/class-freemius.php:
|
50 |
msgid "Theme Switch"
|
51 |
msgstr "החלפת תֵמָה"
|
52 |
|
53 |
-
#: includes/class-freemius.
|
54 |
msgid "Other"
|
55 |
msgstr "אחר"
|
56 |
|
57 |
-
#: includes/class-freemius.php:
|
58 |
msgid "I no longer need the %s"
|
59 |
msgstr "I no longer need the %s"
|
60 |
|
61 |
-
#: includes/class-freemius.php:
|
62 |
msgid "I only needed the %s for a short period"
|
63 |
msgstr "I only needed the %s for a short period"
|
64 |
|
65 |
-
#: includes/class-freemius.php:
|
66 |
msgid "The %s broke my site"
|
67 |
msgstr "ה%s הרס לי את האתר"
|
68 |
|
69 |
-
#: includes/class-freemius.php:
|
70 |
msgid "The %s suddenly stopped working"
|
71 |
msgstr "ה%s הפסיק פתאום לעבוד"
|
72 |
|
73 |
-
#: includes/class-freemius.php:
|
74 |
msgid "I can't pay for it anymore"
|
75 |
msgstr "אני לא יכול/ה להמשיך לשלם על זה"
|
76 |
|
77 |
-
#: includes/class-freemius.php:
|
78 |
msgid "What price would you feel comfortable paying?"
|
79 |
msgstr "מה המחיר שכן תרגיש\\י בנוח לשלם?"
|
80 |
|
81 |
-
#: includes/class-freemius.php:
|
82 |
msgid "I don't like to share my information with you"
|
83 |
msgstr "אני לא אוהב את הרעיון של שיתוף מידע איתכם"
|
84 |
|
85 |
-
#: includes/class-freemius.php:
|
86 |
msgid "The %s didn't work"
|
87 |
msgstr "ה%s לא עבד"
|
88 |
|
89 |
-
#: includes/class-freemius.php:
|
90 |
msgid "I couldn't understand how to make it work"
|
91 |
msgstr "לא הצלחתי להבין איך לגרום לזה לעבוד"
|
92 |
|
93 |
-
#: includes/class-freemius.php:
|
94 |
msgid "The %s is great, but I need specific feature that you don't support"
|
95 |
msgstr "The %s is great, but I need specific feature that you don't support"
|
96 |
|
97 |
-
#: includes/class-freemius.php:
|
98 |
msgid "What feature?"
|
99 |
msgstr "איזה פיטצ'ר?"
|
100 |
|
101 |
-
#: includes/class-freemius.php:
|
102 |
msgid "The %s is not working"
|
103 |
msgstr "ה%s לא עובד"
|
104 |
|
105 |
-
#: includes/class-freemius.php:
|
106 |
msgid "Kindly share what didn't work so we can fix it for future users..."
|
107 |
msgstr "אנא שתפ\\י מה לא עבד כדי שנוכל לתקן זאת עבור משתמשים עתידיים..."
|
108 |
|
109 |
-
#: includes/class-freemius.php:
|
110 |
msgid "It's not what I was looking for"
|
111 |
msgstr "חיפשתי משהו אחר"
|
112 |
|
113 |
-
#: includes/class-freemius.php:
|
114 |
msgid "What you've been looking for?"
|
115 |
msgstr "מה חיפשת?"
|
116 |
|
117 |
-
#: includes/class-freemius.php:
|
118 |
msgid "The %s didn't work as expected"
|
119 |
msgstr "ה%s לא עבד כמצופה"
|
120 |
|
121 |
-
#: includes/class-freemius.php:
|
122 |
msgid "What did you expect?"
|
123 |
msgstr "למה ציפית?"
|
124 |
|
125 |
-
#: includes/class-freemius.
|
126 |
msgid "Freemius Debug"
|
127 |
msgstr "ניפוי תקלות פרימיוס"
|
128 |
|
129 |
-
#: includes/class-freemius.php:
|
130 |
msgid "I don't know what is cURL or how to install it, help me!"
|
131 |
msgstr "אין לי מושג מה זה cURL או איך להתקין אותו - אשמח לעזרה!"
|
132 |
|
133 |
-
#: includes/class-freemius.php:
|
134 |
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."
|
135 |
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."
|
136 |
|
137 |
-
#: includes/class-freemius.php:
|
138 |
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."
|
139 |
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."
|
140 |
|
141 |
-
#: includes/class-freemius.php:
|
142 |
msgid "Yes - do your thing"
|
143 |
msgstr "כן - בצעו את מה שצריך"
|
144 |
|
145 |
-
#: includes/class-freemius.php:
|
146 |
msgid "No - just deactivate"
|
147 |
msgstr "לא - פשוט כבה"
|
148 |
|
149 |
-
#: includes/class-freemius.
|
150 |
-
#: includes/class-freemius.
|
151 |
-
#: includes/class-freemius.
|
152 |
-
#: includes/class-freemius.
|
153 |
-
#: includes/class-freemius.
|
154 |
-
#: includes/class-freemius.
|
155 |
-
#: includes/class-freemius.
|
156 |
msgctxt "exclamation"
|
157 |
msgid "Oops"
|
158 |
msgstr "אופס"
|
159 |
|
160 |
-
#: includes/class-freemius.php:
|
161 |
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."
|
162 |
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."
|
163 |
|
164 |
-
#: includes/class-freemius.php:
|
165 |
msgctxt "addonX cannot run without pluginY"
|
166 |
msgid "%s cannot run without %s."
|
167 |
msgstr "%s לא יכול לעבוד ללא %s."
|
168 |
|
169 |
-
#: includes/class-freemius.php:
|
170 |
msgctxt "addonX cannot run..."
|
171 |
msgid "%s cannot run without the plugin."
|
172 |
msgstr "ההרחבה %s אינה יכולה לפעול ללא התוסף."
|
173 |
|
174 |
-
#: includes/class-freemius.
|
175 |
-
#: includes/class-freemius.php:
|
176 |
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
177 |
msgstr "Unexpected API error. Please contact the %s's author with the following error."
|
178 |
|
179 |
-
#: includes/class-freemius.php:
|
180 |
msgid "Premium %s version was successfully activated."
|
181 |
msgstr "Premium %s version was successfully activated."
|
182 |
|
183 |
-
#: includes/class-freemius.
|
184 |
msgctxt ""
|
185 |
msgid "W00t"
|
186 |
msgstr "יש"
|
187 |
|
188 |
-
#: includes/class-freemius.php:
|
189 |
msgid "You have a %s license."
|
190 |
msgstr "יש לך רישיון %s."
|
191 |
|
192 |
-
#: includes/class-freemius.
|
193 |
-
#: includes/class-freemius.
|
194 |
-
#: includes/class-freemius.
|
195 |
-
#: includes/class-freemius.php:
|
196 |
msgctxt "interjection expressing joy or exuberance"
|
197 |
msgid "Yee-haw"
|
198 |
msgstr "יששש"
|
199 |
|
200 |
-
#: includes/class-freemius.php:
|
201 |
msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
202 |
msgstr "%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."
|
203 |
|
204 |
-
#: includes/class-freemius.php:
|
205 |
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
206 |
msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
207 |
|
208 |
-
#: includes/class-freemius.
|
209 |
-
#: templates/account/partials/addon.php:
|
210 |
msgid "More information about %s"
|
211 |
msgstr "מידע נוסף אודות %s"
|
212 |
|
213 |
-
#: includes/class-freemius.php:
|
214 |
msgid "Purchase License"
|
215 |
msgstr "קניית רישיון"
|
216 |
|
217 |
-
#: includes/class-freemius.
|
218 |
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."
|
219 |
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."
|
220 |
|
221 |
-
#: includes/class-freemius.php:
|
222 |
msgid "start the trial"
|
223 |
msgstr "התחל תקופת ניסיון"
|
224 |
|
225 |
-
#: includes/class-freemius.
|
226 |
msgid "complete the install"
|
227 |
msgstr "השלם התקנה"
|
228 |
|
229 |
-
#: includes/class-freemius.php:
|
230 |
msgid "You are just one step away - %s"
|
231 |
msgstr "You are just one step away - %s"
|
232 |
|
233 |
-
#: includes/class-freemius.php:
|
234 |
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
235 |
msgid "Complete \"%s\" Activation Now"
|
236 |
msgstr "השלם הפעלת \"%s\" עכשיו"
|
237 |
|
238 |
-
#: includes/class-freemius.php:
|
239 |
msgid "We made a few tweaks to the %s, %s"
|
240 |
msgstr "We made a few tweaks to the %s, %s"
|
241 |
|
242 |
-
#: includes/class-freemius.php:
|
243 |
-
msgid "Opt in to make \"%s\"
|
244 |
-
msgstr "Opt in to make \"%s\"
|
245 |
|
246 |
-
#: includes/class-freemius.php:
|
247 |
msgid "The upgrade of %s was successfully completed."
|
248 |
msgstr "The upgrade of %s was successfully completed."
|
249 |
|
250 |
-
#: includes/class-freemius.
|
251 |
-
#: includes/class-fs-plugin-updater.
|
252 |
-
#: includes/class-fs-plugin-updater.
|
|
|
253 |
msgid "Add-On"
|
254 |
msgstr "Add-On"
|
255 |
|
256 |
-
#: includes/class-freemius.
|
257 |
-
#: templates/debug.php:
|
258 |
msgid "Plugin"
|
259 |
msgstr "תוסף"
|
260 |
|
261 |
-
#: includes/class-freemius.
|
262 |
-
#: templates/debug.
|
263 |
msgid "Theme"
|
264 |
msgstr "תבנית"
|
265 |
|
266 |
-
#: includes/class-freemius.php:
|
267 |
-
msgid "
|
268 |
-
msgstr "
|
269 |
|
270 |
-
#: includes/class-freemius.php:
|
271 |
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
272 |
msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
|
273 |
|
274 |
-
#: includes/class-freemius.php:
|
275 |
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
276 |
msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
277 |
|
278 |
-
#: includes/class-freemius.php:
|
279 |
msgid "Account is pending activation."
|
280 |
msgstr "Account is pending activation."
|
281 |
|
282 |
-
#: includes/class-freemius.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
283 |
msgid "%s activation was successfully completed."
|
284 |
msgstr "הפעלת %s הושלמה בהצלחה."
|
285 |
|
286 |
-
#: includes/class-freemius.php:
|
287 |
msgid "Your account was successfully activated with the %s plan."
|
288 |
msgstr "חשבונך הופעל בהצלחה עם חבילת %s."
|
289 |
|
290 |
-
#: includes/class-freemius.
|
291 |
msgid "Your trial has been successfully started."
|
292 |
msgstr "הניסיון שלך הופעל בהצלחה."
|
293 |
|
294 |
-
#: includes/class-freemius.
|
295 |
-
#: includes/class-freemius.php:
|
296 |
msgid "Couldn't activate %s."
|
297 |
msgstr "לא ניתן להפעיל את %s."
|
298 |
|
299 |
-
#: includes/class-freemius.
|
300 |
-
#: includes/class-freemius.php:
|
301 |
msgid "Please contact us with the following message:"
|
302 |
msgstr "אנא צור איתנו קשר יחד עם ההודעה הבאה:"
|
303 |
|
304 |
-
#: includes/class-freemius.
|
305 |
msgid "Upgrade"
|
306 |
msgstr "שדרג"
|
307 |
|
308 |
-
#: includes/class-freemius.php:
|
309 |
msgid "Start Trial"
|
310 |
msgstr "התחל תקופת ניסיון"
|
311 |
|
312 |
-
#: includes/class-freemius.php:
|
313 |
msgid "Pricing"
|
314 |
msgstr "מחירון"
|
315 |
|
316 |
-
#: includes/class-freemius.
|
317 |
msgid "Affiliation"
|
318 |
msgstr "אפיליאציה"
|
319 |
|
320 |
-
#: includes/class-freemius.
|
321 |
-
#: templates/account.
|
322 |
msgid "Account"
|
323 |
msgstr "חשבון"
|
324 |
|
325 |
-
#: includes/class-freemius.
|
326 |
#: includes/customizer/class-fs-customizer-support-section.php:60
|
327 |
msgid "Contact Us"
|
328 |
msgstr "יצירת קשר"
|
329 |
|
330 |
-
#: includes/class-freemius.
|
331 |
-
#: includes/class-freemius.
|
332 |
-
#: templates/account/partials/addon.php:
|
333 |
msgid "Add-Ons"
|
334 |
msgstr "Add-Ons"
|
335 |
|
336 |
-
#: includes/class-freemius.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
337 |
msgctxt "noun"
|
338 |
msgid "Pricing"
|
339 |
msgstr "מחירון"
|
340 |
|
341 |
-
#: includes/class-freemius.
|
342 |
#: includes/customizer/class-fs-customizer-support-section.php:67
|
343 |
msgid "Support Forum"
|
344 |
msgstr "פורום תמיכה"
|
345 |
|
346 |
-
#: includes/class-freemius.php:
|
347 |
msgid "Your email has been successfully verified - you are AWESOME!"
|
348 |
msgstr "Your email has been successfully verified - you are AWESOME!"
|
349 |
|
350 |
-
#: includes/class-freemius.php:
|
351 |
msgctxt "a positive response"
|
352 |
msgid "Right on"
|
353 |
msgstr "מעולה"
|
354 |
|
355 |
-
#: includes/class-freemius.php:
|
356 |
msgid "Your %s Add-on plan was successfully upgraded."
|
357 |
msgstr "חבילת ההרחבה %s שודרגה בהצלחה."
|
358 |
|
359 |
-
#: includes/class-freemius.php:
|
360 |
msgid "%s Add-on was successfully purchased."
|
361 |
msgstr "ההרחבה %s נרכשה בהצלחה."
|
362 |
|
363 |
-
#: includes/class-freemius.php:
|
364 |
msgid "Download the latest version"
|
365 |
msgstr "הורד את הגרסה האחרונה"
|
366 |
|
367 |
-
#: includes/class-freemius.php:
|
368 |
msgctxt "%1s - plugin title, %2s - API domain"
|
369 |
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
370 |
msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
371 |
|
372 |
-
#: includes/class-freemius.
|
373 |
-
#: includes/class-freemius.php:
|
374 |
msgid "Error received from the server:"
|
375 |
msgstr "הוחזרה שגיאה מהשרת:"
|
376 |
|
377 |
-
#: includes/class-freemius.php:
|
378 |
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
379 |
msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
380 |
|
381 |
-
#: includes/class-freemius.
|
382 |
-
#: includes/class-freemius.php:
|
383 |
msgctxt ""
|
384 |
msgid "Hmm"
|
385 |
msgstr "אממ"
|
386 |
|
387 |
-
#: includes/class-freemius.php:
|
388 |
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."
|
389 |
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."
|
390 |
|
391 |
-
#: includes/class-freemius.
|
392 |
-
#: templates/add-ons.
|
393 |
msgctxt "trial period"
|
394 |
msgid "Trial"
|
395 |
msgstr "ניסיון"
|
396 |
|
397 |
-
#: includes/class-freemius.php:
|
398 |
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
399 |
msgstr "שידרגתי את החשבון שלי אבל כשאני מנסה לבצע סנכרון לרישיון החבילה נשארת %s."
|
400 |
|
401 |
-
#: includes/class-freemius.
|
402 |
msgid "Please contact us here"
|
403 |
msgstr "אנא צור איתנו קשר כאן"
|
404 |
|
405 |
-
#: includes/class-freemius.php:
|
406 |
msgid "Your plan was successfully upgraded."
|
407 |
msgstr "החבילה שודרגה בהצלחה."
|
408 |
|
409 |
-
#: includes/class-freemius.php:
|
410 |
msgid "Your plan was successfully changed to %s."
|
411 |
msgstr "החבילה עודכנה בהצלחה אל %s."
|
412 |
|
413 |
-
#: includes/class-freemius.php:
|
414 |
msgid "Your license has expired. You can still continue using the free %s forever."
|
415 |
msgstr "Your license has expired. You can still continue using the free %s forever."
|
416 |
|
417 |
-
#: includes/class-freemius.php:
|
418 |
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
419 |
msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
420 |
|
421 |
-
#: includes/class-freemius.php:
|
422 |
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
423 |
msgstr "רשיונך בוטל. אם לדעתך זו טעות, נא ליצור קשר עם התמיכה."
|
424 |
|
425 |
-
#: includes/class-freemius.php:
|
426 |
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."
|
427 |
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."
|
428 |
|
429 |
-
#: includes/class-freemius.php:
|
430 |
msgid "Your free trial has expired. You can still continue using all our free features."
|
431 |
msgstr "תקופת הניסיון שלך הסתיימה. הפיטצ'רים החינאמיים עדיין ניתנים לשימוש."
|
432 |
|
433 |
-
#: includes/class-freemius.php:
|
434 |
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
435 |
msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
436 |
|
437 |
-
#: includes/class-freemius.php:
|
438 |
msgid "It looks like the license could not be activated."
|
439 |
msgstr "נראה שלא ניתן להפעיל את הרישיון."
|
440 |
|
441 |
-
#: includes/class-freemius.php:
|
442 |
msgid "Your license was successfully activated."
|
443 |
msgstr "הרישיון הופעל בהצלחה."
|
444 |
|
445 |
-
#: includes/class-freemius.php:
|
446 |
msgid "It looks like your site currently doesn't have an active license."
|
447 |
msgstr "נראה לאתר עדיין אין רישיון פעיל."
|
448 |
|
449 |
-
#: includes/class-freemius.php:
|
450 |
msgid "It looks like the license deactivation failed."
|
451 |
msgstr "נראה שניתוק הרישיון נכשל."
|
452 |
|
453 |
-
#: includes/class-freemius.php:
|
454 |
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
455 |
msgstr "רישיונך נותק בהצלחה, חזרת לחבילת %s"
|
456 |
|
457 |
-
#: includes/class-freemius.php:
|
458 |
msgid "O.K"
|
459 |
msgstr "אוקיי"
|
460 |
|
461 |
-
#: includes/class-freemius.php:
|
462 |
-
msgid "
|
463 |
-
msgstr "
|
464 |
|
465 |
-
#: includes/class-freemius.php:
|
466 |
-
msgid "
|
467 |
-
msgstr "
|
468 |
|
469 |
-
#: includes/class-freemius.php:
|
470 |
msgid "You are already running the %s in a trial mode."
|
471 |
msgstr "You are already running the %s in a trial mode."
|
472 |
|
473 |
-
#: includes/class-freemius.php:
|
474 |
msgid "You already utilized a trial before."
|
475 |
msgstr "הניסיון כבר נוצל בעבר."
|
476 |
|
477 |
-
#: includes/class-freemius.php:
|
478 |
msgid "Plan %s do not exist, therefore, can't start a trial."
|
479 |
msgstr "החבילה %s אינה קיימת, לכן, לא ניתן להתחיל תקופת ניסיון."
|
480 |
|
481 |
-
#: includes/class-freemius.php:
|
482 |
msgid "Plan %s does not support a trial period."
|
483 |
msgstr "תוכנית %s אינה תומכת בתקופת ניסיון."
|
484 |
|
485 |
-
#: includes/class-freemius.php:
|
486 |
msgid "None of the %s's plans supports a trial period."
|
487 |
msgstr "None of the %s's plans supports a trial period."
|
488 |
|
489 |
-
#: includes/class-freemius.php:
|
490 |
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
491 |
msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
492 |
|
493 |
-
#: includes/class-freemius.php:
|
494 |
-
msgid "Your %s free trial was successfully cancelled."
|
495 |
-
msgstr "תקופת הניסיון החינמית של %s בוטלה בהצלחה."
|
496 |
-
|
497 |
-
#: includes/class-freemius.php:17190
|
498 |
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
499 |
msgstr "נראה שיש תקלה זמנית המונעת את ביטול הניסיון. אנא נסו שוב בעוד כמה דקות."
|
500 |
|
501 |
-
#: includes/class-freemius.php:
|
|
|
|
|
|
|
|
|
502 |
msgid "Version %s was released."
|
503 |
msgstr "גרסה %s הושקה."
|
504 |
|
505 |
-
#: includes/class-freemius.php:
|
506 |
msgid "Please download %s."
|
507 |
msgstr "נא להוריד את %s."
|
508 |
|
509 |
-
#: includes/class-freemius.php:
|
510 |
msgid "the latest %s version here"
|
511 |
msgstr "גרסת ה-%s האחרונה כאן"
|
512 |
|
513 |
-
#: includes/class-freemius.php:
|
514 |
msgid "New"
|
515 |
msgstr "חדש"
|
516 |
|
517 |
-
#: includes/class-freemius.php:
|
518 |
msgid "Seems like you got the latest release."
|
519 |
msgstr "נראה שיש לך את הגרסה האחרונה."
|
520 |
|
521 |
-
#: includes/class-freemius.php:
|
522 |
msgid "You are all good!"
|
523 |
msgstr "את\\ה מסודר!"
|
524 |
|
525 |
-
#: includes/class-freemius.php:
|
526 |
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
527 |
msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
528 |
|
529 |
-
#: includes/class-freemius.php:
|
530 |
msgid "Site successfully opted in."
|
531 |
msgstr "Site successfully opted in."
|
532 |
|
533 |
-
#: includes/class-freemius.
|
534 |
msgid "Awesome"
|
535 |
msgstr "אדיר"
|
536 |
|
537 |
-
#: includes/class-freemius.
|
538 |
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
539 |
msgstr "We appreciate your help in making the %s better by letting us track some usage data."
|
540 |
|
541 |
-
#: includes/class-freemius.php:
|
542 |
msgid "Thank you!"
|
543 |
msgstr "תודה רבה!"
|
544 |
|
545 |
-
#: includes/class-freemius.php:
|
546 |
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
547 |
msgstr "We will no longer be sending any usage data of %s on %s to %s."
|
548 |
|
549 |
-
#: includes/class-freemius.php:
|
550 |
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."
|
551 |
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."
|
552 |
|
553 |
-
#: includes/class-freemius.php:
|
554 |
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
555 |
msgstr "תודה על אישור ביצוע החלפת הבעלות. הרגע נשלח מייל ל-%s כדי לקבל אישור סופי."
|
556 |
|
557 |
-
#: includes/class-freemius.php:
|
558 |
msgid "%s is the new owner of the account."
|
559 |
msgstr "%s הינו הבעלים החד של חשבון זה."
|
560 |
|
561 |
-
#: includes/class-freemius.php:
|
562 |
msgctxt "as congratulations"
|
563 |
msgid "Congrats"
|
564 |
msgstr "מזל טוב"
|
565 |
|
566 |
-
#: includes/class-freemius.php:
|
567 |
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
568 |
msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
569 |
|
570 |
-
#: includes/class-freemius.php:
|
571 |
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
572 |
msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
573 |
|
574 |
-
#: includes/class-freemius.php:
|
575 |
msgid "Change Ownership"
|
576 |
msgstr "עדכון בעלות"
|
577 |
|
578 |
-
#: includes/class-freemius.php:
|
579 |
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
580 |
msgstr "כתובת הדואל שלך עודכנה בהצלחה. הודעת אישור אמורה להתקבל בדואל שלך ברגעים הקרובים."
|
581 |
|
582 |
-
#: includes/class-freemius.php:
|
583 |
msgid "Please provide your full name."
|
584 |
msgstr "נא למלא את שמך המלא."
|
585 |
|
586 |
-
#: includes/class-freemius.php:
|
587 |
msgid "Your name was successfully updated."
|
588 |
msgstr "שמך עודכן בהצלחה."
|
589 |
|
590 |
-
#: includes/class-freemius.php:
|
591 |
msgid "You have successfully updated your %s."
|
592 |
msgstr "עידכנת בהצלחה את ה%s."
|
593 |
|
594 |
-
#: includes/class-freemius.php:
|
595 |
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
596 |
msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
597 |
|
598 |
-
#: includes/class-freemius.php:
|
599 |
msgctxt "advance notice of something that will need attention."
|
600 |
msgid "Heads up"
|
601 |
msgstr "לתשמות לבך"
|
602 |
|
603 |
-
#: includes/class-freemius.php:
|
604 |
msgctxt "exclamation"
|
605 |
msgid "Hey"
|
606 |
msgstr "היי"
|
607 |
|
608 |
-
#: includes/class-freemius.php:
|
609 |
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
610 |
msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
611 |
|
612 |
-
#: includes/class-freemius.php:
|
613 |
msgid "No commitment for %s days - cancel anytime!"
|
614 |
msgstr "ללא התחייבות ל-%s ימין - בטלו בכל רגע!"
|
615 |
|
616 |
-
#: includes/class-freemius.php:
|
617 |
msgid "No credit card required"
|
618 |
msgstr "לא נדרש כרטיס אשראי"
|
619 |
|
620 |
-
#: includes/class-freemius.
|
621 |
msgctxt "call to action"
|
622 |
msgid "Start free trial"
|
623 |
msgstr "התחלת ניסיון חינם"
|
624 |
|
625 |
-
#: includes/class-freemius.php:
|
626 |
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!"
|
627 |
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!"
|
628 |
|
629 |
-
#: includes/class-freemius.php:
|
630 |
msgid "Learn more"
|
631 |
msgstr "Learn more"
|
632 |
|
633 |
-
#: includes/class-freemius.
|
634 |
-
#: templates/account.
|
635 |
-
#: templates/connect.
|
636 |
-
#: templates/account/partials/addon.php:
|
637 |
msgid "Activate License"
|
638 |
msgstr "הפעלת רישיון"
|
639 |
|
640 |
-
#: includes/class-freemius.
|
641 |
-
#: templates/account.
|
642 |
msgid "Change License"
|
643 |
msgstr "שינוי רישיון"
|
644 |
|
645 |
-
#: includes/class-freemius.
|
646 |
msgid "Opt Out"
|
647 |
msgstr "Opt Out"
|
648 |
|
649 |
-
#: includes/class-freemius.
|
650 |
#: templates/account/partials/site.php43,
|
651 |
#: templates/account/partials/site.php:161
|
652 |
msgid "Opt In"
|
653 |
msgstr "Opt In"
|
654 |
|
655 |
-
#: includes/class-freemius.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
656 |
msgid "Please follow these steps to complete the upgrade"
|
657 |
msgstr "נא לבצע את הצעדים הבאים להשלמת השידרוג"
|
658 |
|
659 |
-
#: includes/class-freemius.php:
|
660 |
msgid "Download the latest %s version"
|
661 |
msgstr "הורד\\י את גרסת ה-%s העדכנית"
|
662 |
|
663 |
-
#: includes/class-freemius.php:
|
664 |
msgid "Upload and activate the downloaded version"
|
665 |
msgstr "העלה\\י והפעיל\\י את הגרסה שהורדת"
|
666 |
|
667 |
-
#: includes/class-freemius.php:
|
668 |
msgid "How to upload and activate?"
|
669 |
msgstr "איך להעלות ולהפעיל?"
|
670 |
|
671 |
-
#: includes/class-freemius.php:
|
672 |
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
673 |
msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
|
674 |
|
675 |
-
#: includes/class-freemius.php:
|
676 |
msgid "Auto installation only works for opted-in users."
|
677 |
msgstr "Auto installation only works for opted-in users."
|
678 |
|
679 |
-
#: includes/class-freemius.
|
680 |
-
#: includes/class-fs-plugin-updater.
|
681 |
-
#: includes/class-fs-plugin-updater.php:
|
682 |
msgid "Invalid module ID."
|
683 |
msgstr "מזהה המודול לא תקני."
|
684 |
|
685 |
-
#: includes/class-freemius.
|
686 |
msgid "Premium version already active."
|
687 |
msgstr "הגרסה בתשלום כבר פעילה."
|
688 |
|
689 |
-
#: includes/class-freemius.php:
|
690 |
msgid "You do not have a valid license to access the premium version."
|
691 |
msgstr "אין ברשותך רישיון בר תוקף לשימוש בגרסת הפרימיום."
|
692 |
|
693 |
-
#: includes/class-freemius.php:
|
694 |
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
695 |
msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
696 |
|
697 |
-
#: includes/class-freemius.
|
698 |
msgid "Premium add-on version already installed."
|
699 |
msgstr "Premium add-on version already installed."
|
700 |
|
701 |
-
#: includes/class-freemius.php:
|
702 |
msgid "View paid features"
|
703 |
msgstr "צפה בפיטצ'רים שבתשלום"
|
704 |
|
705 |
-
#: includes/class-freemius.php:
|
706 |
msgid "Thank you so much for using %s and its add-ons!"
|
707 |
msgstr "Thank you so much for using %s and its add-ons!"
|
708 |
|
709 |
-
#: includes/class-freemius.php:
|
710 |
msgid "Thank you so much for using %s!"
|
711 |
msgstr "אנו מודים לך על היותך כמשתמש של %s!"
|
712 |
|
713 |
-
#: includes/class-freemius.php:
|
714 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
715 |
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
716 |
|
717 |
-
#: includes/class-freemius.php:
|
718 |
msgid "Thank you so much for using our products!"
|
719 |
msgstr "אנו מודים לך על השימוש במוצרים שלנו!"
|
720 |
|
721 |
-
#: includes/class-freemius.php:
|
722 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
723 |
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
724 |
|
725 |
-
#: includes/class-freemius.php:
|
726 |
msgid "%s and its add-ons"
|
727 |
msgstr "%s and its add-ons"
|
728 |
|
729 |
-
#: includes/class-freemius.php:
|
730 |
msgid "Products"
|
731 |
msgstr "מוצרים"
|
732 |
|
733 |
-
#: includes/class-freemius.
|
734 |
msgid "Yes"
|
735 |
msgstr "כן"
|
736 |
|
737 |
-
#: includes/class-freemius.
|
738 |
msgid "send me security & feature updates, educational content and offers."
|
739 |
msgstr "תשלחו לי עדכוני אבטחה ופיטצ'רים, תוכן חינוכי, ומידע אודות מבצעים."
|
740 |
|
741 |
-
#: includes/class-freemius.
|
742 |
msgid "No"
|
743 |
msgstr "לא"
|
744 |
|
745 |
-
#: includes/class-freemius.
|
746 |
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
747 |
msgstr "%sאל%2$s תשלחו לי עדכוני אבטחה, פיטצ'רים, תוכן חינוכי, ומידע על מבצעים."
|
748 |
|
749 |
-
#: includes/class-freemius.php:
|
750 |
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 🙂"
|
751 |
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 🙂"
|
752 |
|
753 |
-
#: includes/class-freemius.
|
754 |
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
755 |
msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
756 |
|
757 |
-
#: includes/class-freemius.php:
|
758 |
msgid "License key is empty."
|
759 |
msgstr "מפתח הרישיון ריק."
|
760 |
|
761 |
#: includes/class-fs-plugin-updater.php184,
|
762 |
-
#:
|
763 |
-
msgid "
|
764 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
765 |
|
766 |
-
#: includes/class-fs-plugin-updater.php:
|
767 |
msgid "Installing plugin: %s"
|
768 |
msgstr "Installing plugin: %s"
|
769 |
|
770 |
-
#: includes/class-fs-plugin-updater.php:
|
771 |
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
772 |
msgstr "Unable to connect to the filesystem. Please confirm your credentials."
|
773 |
|
774 |
-
#: includes/class-fs-plugin-updater.php:
|
775 |
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
776 |
msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
777 |
|
778 |
-
#: includes/fs-plugin-info-dialog.
|
779 |
-
#: templates/account/partials/addon.php:
|
780 |
msgctxt "verb"
|
781 |
msgid "Purchase"
|
782 |
msgstr "רכישה"
|
783 |
|
784 |
-
#: includes/fs-plugin-info-dialog.php:
|
785 |
msgid "Start my free %s"
|
786 |
msgstr "התחל את %s הניסיון שלי"
|
787 |
|
788 |
-
#: includes/fs-plugin-info-dialog.php:
|
789 |
msgid "Install Free Version Now"
|
790 |
msgstr "התקן גרסה חינאמית עכשיו"
|
791 |
|
792 |
-
#: includes/fs-plugin-info-dialog.
|
793 |
-
#: templates/account/partials/addon.
|
794 |
-
#: templates/account/partials/addon.php:
|
795 |
msgid "Install Now"
|
796 |
msgstr "התקן עכשיו"
|
797 |
|
798 |
-
#: includes/fs-plugin-info-dialog.php:
|
799 |
msgctxt "as download latest version"
|
800 |
msgid "Download Latest Free Version"
|
801 |
msgstr "Download Latest Free Version"
|
802 |
|
803 |
-
#: includes/fs-plugin-info-dialog.
|
804 |
#: templates/account/partials/addon.php:21
|
805 |
msgctxt "as download latest version"
|
806 |
msgid "Download Latest"
|
807 |
msgstr "הורד גרסה אחרונה"
|
808 |
|
809 |
-
#: includes/fs-plugin-info-dialog.php:
|
810 |
msgid "Install Free Version Update Now"
|
811 |
msgstr "התקן עדכון גרסה חינאמית עכשיו"
|
812 |
|
813 |
-
#: includes/fs-plugin-info-dialog.
|
814 |
msgid "Install Update Now"
|
815 |
msgstr "התקן עדכון במיידי"
|
816 |
|
817 |
-
#: includes/fs-plugin-info-dialog.php:
|
818 |
msgid "Newer Free Version (%s) Installed"
|
819 |
msgstr "Newer Free Version (%s) Installed"
|
820 |
|
821 |
-
#: includes/fs-plugin-info-dialog.php:
|
822 |
msgid "Newer Version (%s) Installed"
|
823 |
msgstr "גרסה חדשה (%s) הותקנה"
|
824 |
|
825 |
-
#: includes/fs-plugin-info-dialog.php:
|
826 |
msgid "Latest Free Version Installed"
|
827 |
msgstr "גרסה חינאמית עדכנית הותקנה"
|
828 |
|
829 |
-
#: includes/fs-plugin-info-dialog.php:
|
830 |
msgid "Latest Version Installed"
|
831 |
msgstr "הגרסה האחרונה הותקנה"
|
832 |
|
833 |
-
#: includes/fs-plugin-info-dialog.php:
|
834 |
msgctxt "Plugin installer section title"
|
835 |
msgid "Description"
|
836 |
msgstr "תיאור"
|
837 |
|
838 |
-
#: includes/fs-plugin-info-dialog.php:
|
839 |
msgctxt "Plugin installer section title"
|
840 |
msgid "Installation"
|
841 |
msgstr "התקנה"
|
842 |
|
843 |
-
#: includes/fs-plugin-info-dialog.php:
|
844 |
msgctxt "Plugin installer section title"
|
845 |
msgid "FAQ"
|
846 |
msgstr "שאלות נפוצות"
|
847 |
|
848 |
-
#: includes/fs-plugin-info-dialog.
|
849 |
#: templates/plugin-info/description.php:55
|
850 |
msgid "Screenshots"
|
851 |
msgstr "צילומי מסך"
|
852 |
|
853 |
-
#: includes/fs-plugin-info-dialog.php:
|
854 |
msgctxt "Plugin installer section title"
|
855 |
msgid "Changelog"
|
856 |
msgstr "לוג שינויים"
|
857 |
|
858 |
-
#: includes/fs-plugin-info-dialog.php:
|
859 |
msgctxt "Plugin installer section title"
|
860 |
msgid "Reviews"
|
861 |
msgstr "ביקורות"
|
862 |
|
863 |
-
#: includes/fs-plugin-info-dialog.php:
|
864 |
msgctxt "Plugin installer section title"
|
865 |
msgid "Other Notes"
|
866 |
msgstr "היערות נוספות"
|
867 |
|
868 |
-
#: includes/fs-plugin-info-dialog.php:
|
869 |
msgctxt "Plugin installer section title"
|
870 |
msgid "Features & Pricing"
|
871 |
msgstr "פיטצ'רים ומחירים"
|
872 |
|
873 |
-
#: includes/fs-plugin-info-dialog.php:
|
874 |
msgid "Plugin Install"
|
875 |
msgstr "התקנת תוסף"
|
876 |
|
877 |
-
#: includes/fs-plugin-info-dialog.php:
|
878 |
msgctxt "e.g. Professional Plan"
|
879 |
msgid "%s Plan"
|
880 |
msgstr "חבילה %s"
|
881 |
|
882 |
-
#: includes/fs-plugin-info-dialog.php:
|
883 |
msgctxt "e.g. the best product"
|
884 |
msgid "Best"
|
885 |
msgstr "הכי טוב"
|
886 |
|
887 |
-
#: includes/fs-plugin-info-dialog.
|
888 |
-
#: includes/fs-plugin-info-dialog.php:
|
889 |
msgctxt "as every month"
|
890 |
msgid "Monthly"
|
891 |
msgstr "חודשי"
|
892 |
|
893 |
-
#: includes/fs-plugin-info-dialog.php:
|
894 |
msgctxt "as once a year"
|
895 |
msgid "Annual"
|
896 |
msgstr "שנתי"
|
897 |
|
898 |
-
#: includes/fs-plugin-info-dialog.php:
|
899 |
msgid "Lifetime"
|
900 |
msgstr "לכל החיים"
|
901 |
|
902 |
-
#: includes/fs-plugin-info-dialog.
|
903 |
-
#: includes/fs-plugin-info-dialog.
|
904 |
-
#: includes/fs-plugin-info-dialog.php:
|
905 |
msgctxt "e.g. billed monthly"
|
906 |
msgid "Billed %s"
|
907 |
msgstr "מחוייב על בסיס %s"
|
908 |
|
909 |
-
#: includes/fs-plugin-info-dialog.php:
|
910 |
msgctxt "as once a year"
|
911 |
msgid "Annually"
|
912 |
msgstr "שנתי"
|
913 |
|
914 |
-
#: includes/fs-plugin-info-dialog.php:
|
915 |
msgctxt "as once a year"
|
916 |
msgid "Once"
|
917 |
msgstr "פעם אחת"
|
918 |
|
919 |
-
#: includes/fs-plugin-info-dialog.php:
|
920 |
msgid "Single Site License"
|
921 |
msgstr "רשיון לאתר אחד"
|
922 |
|
923 |
-
#: includes/fs-plugin-info-dialog.php:
|
924 |
msgid "Unlimited Licenses"
|
925 |
msgstr "רשיונות ללא הגבלה"
|
926 |
|
927 |
-
#: includes/fs-plugin-info-dialog.php:
|
928 |
msgid "Up to %s Sites"
|
929 |
msgstr "עד %s אתרים"
|
930 |
|
931 |
-
#: includes/fs-plugin-info-dialog.
|
932 |
#: templates/plugin-info/features.php:82
|
933 |
msgctxt "as monthly period"
|
934 |
msgid "mo"
|
935 |
msgstr "חודשים"
|
936 |
|
937 |
-
#: includes/fs-plugin-info-dialog.
|
938 |
#: templates/plugin-info/features.php:80
|
939 |
msgctxt "as annual period"
|
940 |
msgid "year"
|
941 |
msgstr "שנה"
|
942 |
|
943 |
-
#: includes/fs-plugin-info-dialog.php:
|
944 |
msgctxt "noun"
|
945 |
msgid "Price"
|
946 |
msgstr "מחיר"
|
947 |
|
948 |
-
#: includes/fs-plugin-info-dialog.php:
|
949 |
msgid "Save %s"
|
950 |
msgstr "שמירת %s"
|
951 |
|
952 |
-
#: includes/fs-plugin-info-dialog.php:
|
953 |
msgid "No commitment for %s - cancel anytime"
|
954 |
msgstr "No commitment for %s - cancel anytime"
|
955 |
|
956 |
-
#: includes/fs-plugin-info-dialog.php:
|
957 |
msgid "After your free %s, pay as little as %s"
|
958 |
msgstr "After your free %s, pay as little as %s"
|
959 |
|
960 |
-
#: includes/fs-plugin-info-dialog.php:
|
961 |
msgid "Details"
|
962 |
msgstr "פרטים"
|
963 |
|
964 |
-
#: includes/fs-plugin-info-dialog.
|
965 |
-
#: templates/debug.
|
966 |
-
#: templates/account/partials/addon.php:
|
967 |
msgctxt "product version"
|
968 |
msgid "Version"
|
969 |
msgstr "גרסה"
|
970 |
|
971 |
-
#: includes/fs-plugin-info-dialog.php:
|
972 |
msgctxt "as the plugin author"
|
973 |
msgid "Author"
|
974 |
msgstr "Author"
|
975 |
|
976 |
-
#: includes/fs-plugin-info-dialog.php:
|
977 |
msgid "Last Updated"
|
978 |
msgstr "עודכן לאחרונה"
|
979 |
|
980 |
-
#: includes/fs-plugin-info-dialog.php:
|
981 |
msgctxt "x-ago"
|
982 |
msgid "%s ago"
|
983 |
msgstr "לפני %s"
|
984 |
|
985 |
-
#: includes/fs-plugin-info-dialog.php:
|
986 |
msgid "Requires WordPress Version"
|
987 |
msgstr "Requires WordPress Version"
|
988 |
|
989 |
-
#: includes/fs-plugin-info-dialog.php:
|
990 |
msgid "%s or higher"
|
991 |
msgstr "%s ומעלה"
|
992 |
|
993 |
-
#: includes/fs-plugin-info-dialog.php:
|
994 |
msgid "Compatible up to"
|
995 |
msgstr "Compatible up to"
|
996 |
|
997 |
-
#: includes/fs-plugin-info-dialog.php:
|
998 |
msgid "Downloaded"
|
999 |
msgstr "Downloaded"
|
1000 |
|
1001 |
-
#: includes/fs-plugin-info-dialog.php:
|
1002 |
msgid "%s time"
|
1003 |
msgstr "פעם %s"
|
1004 |
|
1005 |
-
#: includes/fs-plugin-info-dialog.php:
|
1006 |
msgid "%s times"
|
1007 |
msgstr "%s פעמים"
|
1008 |
|
1009 |
-
#: includes/fs-plugin-info-dialog.php:
|
1010 |
msgid "WordPress.org Plugin Page"
|
1011 |
msgstr "WordPress.org Plugin Page"
|
1012 |
|
1013 |
-
#: includes/fs-plugin-info-dialog.php:
|
1014 |
msgid "Plugin Homepage"
|
1015 |
msgstr "עמוד התוסף"
|
1016 |
|
1017 |
-
#: includes/fs-plugin-info-dialog.
|
1018 |
-
#: includes/fs-plugin-info-dialog.php:
|
1019 |
msgid "Donate to this plugin"
|
1020 |
msgstr "תרום לתוסף"
|
1021 |
|
1022 |
-
#: includes/fs-plugin-info-dialog.php:
|
1023 |
msgid "Average Rating"
|
1024 |
msgstr "דירוג ממוצע"
|
1025 |
|
1026 |
-
#: includes/fs-plugin-info-dialog.php:
|
1027 |
msgid "based on %s"
|
1028 |
msgstr "מבוסס על %s"
|
1029 |
|
1030 |
-
#: includes/fs-plugin-info-dialog.php:
|
1031 |
msgid "%s rating"
|
1032 |
msgstr "דרוג %s"
|
1033 |
|
1034 |
-
#: includes/fs-plugin-info-dialog.php:
|
1035 |
msgid "%s ratings"
|
1036 |
msgstr "%s דרוגים"
|
1037 |
|
1038 |
-
#: includes/fs-plugin-info-dialog.php:
|
1039 |
msgid "%s star"
|
1040 |
msgstr "כוכב %s"
|
1041 |
|
1042 |
-
#: includes/fs-plugin-info-dialog.php:
|
1043 |
msgid "%s stars"
|
1044 |
msgstr "%s כוכבים"
|
1045 |
|
1046 |
-
#: includes/fs-plugin-info-dialog.php:
|
1047 |
msgid "Click to see reviews that provided a rating of %s"
|
1048 |
msgstr "Click to see reviews that provided a rating of %s"
|
1049 |
|
1050 |
-
#: includes/fs-plugin-info-dialog.php:
|
1051 |
msgid "Contributors"
|
1052 |
msgstr "תורמים"
|
1053 |
|
1054 |
-
#: includes/fs-plugin-info-dialog.
|
1055 |
-
#: includes/fs-plugin-info-dialog.php:
|
1056 |
msgid "Warning"
|
1057 |
msgstr "Warning"
|
1058 |
|
1059 |
-
#: includes/fs-plugin-info-dialog.php:
|
1060 |
msgid "This plugin has not been tested with your current version of WordPress."
|
1061 |
msgstr "תוסף זה לא נבדק עם גרסת הוורדפרס שלך."
|
1062 |
|
1063 |
-
#: includes/fs-plugin-info-dialog.php:
|
1064 |
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1065 |
msgstr "התוסף לא סומן כתואם לגרסת הוורדפרס שלך."
|
1066 |
|
1067 |
-
#: includes/fs-plugin-info-dialog.php:
|
1068 |
msgid "Paid add-on must be deployed to Freemius."
|
1069 |
msgstr "Paid add-on must be deployed to Freemius."
|
1070 |
|
1071 |
-
#: includes/fs-plugin-info-dialog.php:
|
1072 |
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1073 |
msgstr "Add-on must be deployed to WordPress.org or Freemius."
|
1074 |
|
1075 |
-
#: templates/account.php81, templates/
|
|
|
1076 |
#: templates/account/partials/site.php:295
|
1077 |
-
msgid "Downgrading your plan
|
1078 |
-
msgstr "Downgrading your plan
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1079 |
|
1080 |
-
#: templates/account.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1081 |
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1082 |
msgstr "ביטול הניסיון יחסום מייד את הפיטצ'רים שהינם בתשלום. האם ברצונך בכל זאת להמשיך?"
|
1083 |
|
1084 |
-
#: templates/account.
|
1085 |
-
#: templates/account/partials/
|
1086 |
-
|
1087 |
-
|
|
|
1088 |
|
1089 |
-
#: templates/account.
|
1090 |
-
#: templates/account/partials/
|
|
|
1091 |
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1092 |
msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1093 |
|
1094 |
#. translators: %s: Plan title (e.g. "Professional")
|
1095 |
-
#: templates/account.
|
1096 |
#: templates/account/partials/activate-license-button.php31,
|
1097 |
-
#: templates/account/partials/addon.php:
|
1098 |
msgid "Activate %s Plan"
|
1099 |
msgstr "הפעל חבילה %s"
|
1100 |
|
1101 |
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1102 |
-
#: templates/account.
|
1103 |
#: templates/account/partials/site.php:275
|
1104 |
msgid "Auto renews in %s"
|
1105 |
msgstr "עדכן אוטומטית בעוד %s"
|
1106 |
|
1107 |
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1108 |
-
#: templates/account.
|
1109 |
#: templates/account/partials/site.php:277
|
1110 |
msgid "Expires in %s"
|
1111 |
msgstr "פג תוקף בעוד %s"
|
1112 |
|
1113 |
-
#: templates/account.
|
1114 |
msgctxt "as synchronize license"
|
1115 |
msgid "Sync License"
|
1116 |
msgstr "סינכרן רישיון"
|
1117 |
|
1118 |
-
#: templates/account.
|
1119 |
msgid "Cancel Trial"
|
1120 |
msgstr "ביט"
|
1121 |
|
1122 |
-
#: templates/account.
|
1123 |
msgid "Change Plan"
|
1124 |
msgstr "שינוי חבילה"
|
1125 |
|
1126 |
-
#: templates/account.
|
1127 |
msgctxt "verb"
|
1128 |
msgid "Upgrade"
|
1129 |
msgstr "שדרג"
|
1130 |
|
1131 |
-
#: templates/account.
|
1132 |
-
#: templates/account/partials/site.php:
|
1133 |
msgctxt "verb"
|
1134 |
msgid "Downgrade"
|
1135 |
msgstr "שנמך"
|
1136 |
|
1137 |
-
#: templates/account.
|
1138 |
#: templates/plugin-info/features.php72,
|
1139 |
-
#: templates/account/partials/addon.
|
1140 |
#: templates/account/partials/site.php:31
|
1141 |
msgid "Free"
|
1142 |
msgstr "חינם"
|
1143 |
|
1144 |
-
#: templates/account.
|
1145 |
msgid "Activate"
|
1146 |
msgstr "הפעלה"
|
1147 |
|
1148 |
-
#: templates/account.
|
1149 |
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1150 |
-
#: templates/account/partials/addon.php:
|
1151 |
msgctxt "as product pricing plan"
|
1152 |
msgid "Plan"
|
1153 |
msgstr "חבילה"
|
1154 |
|
1155 |
-
#: templates/account.php:
|
1156 |
msgid "Free Trial"
|
1157 |
msgstr "ניסיון חינם"
|
1158 |
|
1159 |
-
#: templates/account.php:
|
1160 |
msgid "Account Details"
|
1161 |
msgstr "פרטי חשבון"
|
1162 |
|
1163 |
-
#: templates/account.php:
|
1164 |
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?"
|
1165 |
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?"
|
1166 |
|
1167 |
-
#: templates/account.php:
|
1168 |
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?"
|
1169 |
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?"
|
1170 |
|
1171 |
-
#: templates/account.php:
|
1172 |
msgid "Delete Account"
|
1173 |
msgstr "מחיקת חשבון"
|
1174 |
|
1175 |
-
#: templates/account.
|
1176 |
#: templates/account/partials/deactivate-license-button.php:35
|
1177 |
msgid "Deactivate License"
|
1178 |
msgstr "שיחרור רישיון"
|
1179 |
|
1180 |
-
#: templates/account.php:
|
1181 |
msgid "Are you sure you want to proceed?"
|
1182 |
msgstr "האם את/ה בטוח רוצה להמשיך?"
|
1183 |
|
1184 |
-
#: templates/account.
|
1185 |
msgid "Cancel Subscription"
|
1186 |
msgstr "בטל מנוי"
|
1187 |
|
1188 |
-
#: templates/account.php:
|
1189 |
msgctxt "as synchronize"
|
1190 |
msgid "Sync"
|
1191 |
msgstr "סינכרון"
|
1192 |
|
1193 |
-
#: templates/account.
|
1194 |
msgid "Name"
|
1195 |
msgstr "שם"
|
1196 |
|
1197 |
-
#: templates/account.
|
1198 |
msgid "Email"
|
1199 |
msgstr "דוא\"ל"
|
1200 |
|
1201 |
-
#: templates/account.
|
1202 |
msgid "User ID"
|
1203 |
msgstr "מזהה משתמש"
|
1204 |
|
1205 |
-
#: templates/account.php:
|
1206 |
msgid "Site ID"
|
1207 |
msgstr "מזהה אתר"
|
1208 |
|
1209 |
-
#: templates/account.php:
|
1210 |
msgid "No ID"
|
1211 |
msgstr "אין מזהה"
|
1212 |
|
1213 |
-
#: templates/account.
|
1214 |
-
#: templates/debug.
|
1215 |
#: templates/account/partials/site.php:219
|
1216 |
msgid "Public Key"
|
1217 |
msgstr "מפתח פומבי"
|
1218 |
|
1219 |
-
#: templates/account.
|
1220 |
-
#: templates/debug.
|
1221 |
msgid "Secret Key"
|
1222 |
msgstr "מפתח סודי"
|
1223 |
|
1224 |
-
#: templates/account.php:
|
1225 |
msgctxt "as secret encryption key missing"
|
1226 |
msgid "No Secret"
|
1227 |
msgstr "אין מפתח סודי"
|
1228 |
|
1229 |
-
#: templates/account.
|
1230 |
#: templates/account/partials/site.php:114
|
1231 |
msgid "Trial"
|
1232 |
msgstr "ניסיון"
|
1233 |
|
1234 |
-
#: templates/account.
|
1235 |
#: templates/account/partials/site.php:248
|
1236 |
msgid "License Key"
|
1237 |
msgstr "License Key"
|
1238 |
|
1239 |
-
#: templates/account.php:
|
1240 |
msgid "not verified"
|
1241 |
msgstr "לא מאומת"
|
1242 |
|
1243 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
1244 |
msgid "Premium version"
|
1245 |
msgstr "גירסת פרימיום"
|
1246 |
|
1247 |
-
#: templates/account.php:
|
1248 |
msgid "Free version"
|
1249 |
msgstr "גירסה חינאמית"
|
1250 |
|
1251 |
-
#: templates/account.php:
|
1252 |
msgid "Verify Email"
|
1253 |
msgstr "אמת כתובת דוא\"ל"
|
1254 |
|
1255 |
-
#: templates/account.php:
|
1256 |
msgid "Download %s Version"
|
1257 |
msgstr "הורד גרסת %s"
|
1258 |
|
1259 |
-
#: templates/account.
|
1260 |
#: templates/account/partials/site.php237,
|
1261 |
#: templates/account/partials/site.php:255
|
1262 |
msgctxt "verb"
|
1263 |
msgid "Show"
|
1264 |
msgstr "הצג"
|
1265 |
|
1266 |
-
#: templates/account.php:
|
1267 |
msgid "What is your %s?"
|
1268 |
msgstr "מה ה%s שלך?"
|
1269 |
|
1270 |
-
#: templates/account.
|
1271 |
msgctxt "verb"
|
1272 |
msgid "Edit"
|
1273 |
msgstr "ערוך"
|
1274 |
|
1275 |
-
#: templates/account.php:
|
1276 |
msgid "Sites"
|
1277 |
msgstr "אתרים"
|
1278 |
|
1279 |
-
#: templates/account.php:
|
1280 |
msgid "Search by address"
|
1281 |
msgstr "חפש לפי כתובת"
|
1282 |
|
1283 |
-
#: templates/account.
|
1284 |
-
#: templates/debug.
|
1285 |
-
#: templates/debug.
|
1286 |
#: templates/account/payments.php35, templates/debug/logger.php:21
|
1287 |
msgid "ID"
|
1288 |
msgstr "מזהה"
|
1289 |
|
1290 |
-
#: templates/account.
|
1291 |
msgid "Address"
|
1292 |
msgstr "כתובת"
|
1293 |
|
1294 |
-
#: templates/account.php:
|
1295 |
msgid "License"
|
1296 |
msgstr "רישיון"
|
1297 |
|
1298 |
-
#: templates/account.php:
|
1299 |
msgid "Plan"
|
1300 |
msgstr "חבילה"
|
1301 |
|
1302 |
-
#: templates/account.php:
|
1303 |
msgctxt "as software license"
|
1304 |
msgid "License"
|
1305 |
msgstr "רישיון"
|
1306 |
|
1307 |
-
#: templates/account.php:
|
1308 |
msgctxt "verb"
|
1309 |
msgid "Hide"
|
1310 |
msgstr "הסתר"
|
1311 |
|
1312 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1313 |
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?"
|
1314 |
msgstr "ביטול הרישיון יחסום את כל הפיטצ'רים שבתשלום אך יאפשר להפעיל את הרישיון על אתר אחר. האם תרצו להמשיך בכל זאת?"
|
1315 |
|
@@ -1321,7 +1418,7 @@ msgstr "הרחבות עבור %s"
|
|
1321 |
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."
|
1322 |
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."
|
1323 |
|
1324 |
-
#: templates/add-ons.php:
|
1325 |
msgid "View details"
|
1326 |
msgstr "פרטים נוספים"
|
1327 |
|
@@ -1360,163 +1457,167 @@ msgid "PCI compliant"
|
|
1360 |
msgstr "עומד בתקן PCI"
|
1361 |
|
1362 |
#. translators: %s: name (e.g. Hey John,)
|
1363 |
-
#: templates/connect.php:
|
1364 |
msgctxt "greeting"
|
1365 |
msgid "Hey %s,"
|
1366 |
msgstr "היי %s,"
|
1367 |
|
1368 |
-
#: templates/connect.php:
|
1369 |
msgid "Allow & Continue"
|
1370 |
msgstr "אפשר\\י והמשכ\\י"
|
1371 |
|
1372 |
-
#: templates/connect.php:
|
1373 |
msgid "Re-send activation email"
|
1374 |
msgstr "שליחה חוזרת של מייל האקטיבציה"
|
1375 |
|
1376 |
-
#: templates/connect.php:
|
1377 |
msgid "Thanks %s!"
|
1378 |
msgstr "תודה %s!"
|
1379 |
|
1380 |
-
#: templates/connect.
|
1381 |
msgid "Agree & Activate License"
|
1382 |
msgstr "הסכמה והפעלת רישיון"
|
1383 |
|
1384 |
-
#: templates/connect.php:
|
1385 |
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1386 |
msgstr "Thanks for purchasing %s! To get started, please enter your license key:"
|
1387 |
|
1388 |
-
#: templates/connect.php:
|
1389 |
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."
|
1390 |
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."
|
1391 |
|
1392 |
-
#: templates/connect.php:
|
1393 |
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1394 |
msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1395 |
|
1396 |
-
#: templates/connect.php:
|
1397 |
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."
|
1398 |
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."
|
1399 |
|
1400 |
-
#: templates/connect.php:
|
1401 |
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."
|
1402 |
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."
|
1403 |
|
1404 |
-
#: templates/connect.php:
|
1405 |
msgid "We're excited to introduce the Freemius network-level integration."
|
1406 |
msgstr "We're excited to introduce the Freemius network-level integration."
|
1407 |
|
1408 |
-
#: templates/connect.php:
|
1409 |
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1410 |
msgstr "During the update process we detected %d site(s) that are still pending license activation."
|
1411 |
|
1412 |
-
#: templates/connect.php:
|
1413 |
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1414 |
msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1415 |
|
1416 |
-
#: templates/connect.php:
|
1417 |
msgid "%s's paid features"
|
1418 |
msgstr "%s's paid features"
|
1419 |
|
1420 |
-
#: templates/connect.php:
|
1421 |
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1422 |
msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1423 |
|
1424 |
-
#: templates/connect.php:
|
1425 |
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1426 |
msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1427 |
|
1428 |
-
#: templates/connect.
|
1429 |
msgid "License key"
|
1430 |
msgstr "מפתח רישיון"
|
1431 |
|
1432 |
-
#: templates/connect.
|
1433 |
msgid "Can't find your license key?"
|
1434 |
msgstr "האם אינך מוצא את מפתח הרישיון?"
|
1435 |
|
1436 |
-
#: templates/connect.
|
1437 |
#: templates/forms/deactivation/retry-skip.php:20
|
1438 |
msgctxt "verb"
|
1439 |
msgid "Skip"
|
1440 |
msgstr "דלג"
|
1441 |
|
1442 |
-
#: templates/connect.php:
|
1443 |
msgid "Delegate to Site Admins"
|
1444 |
msgstr "האצלה למנהלי האתרים"
|
1445 |
|
1446 |
-
#: templates/connect.php:
|
1447 |
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1448 |
msgstr "If you click it, this decision will be delegated to the sites administrators."
|
1449 |
|
1450 |
-
#: templates/connect.php:
|
1451 |
msgid "Your Profile Overview"
|
1452 |
msgstr "פרטים כלליים על הפרופיל"
|
1453 |
|
1454 |
-
#: templates/connect.php:
|
1455 |
msgid "Name and email address"
|
1456 |
msgstr "שם וכתובת דו\"אל"
|
1457 |
|
1458 |
-
#: templates/connect.php:
|
1459 |
msgid "Your Site Overview"
|
1460 |
msgstr "פרטים כלליים על האתר"
|
1461 |
|
1462 |
-
#: templates/connect.php:
|
1463 |
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1464 |
msgstr "כתובת אתר, גרסת וורדפרס, פרטי PHP, תוספים ותבניות"
|
1465 |
|
1466 |
-
#: templates/connect.php:
|
1467 |
msgid "Admin Notices"
|
1468 |
msgstr "התראות מנהל"
|
1469 |
|
1470 |
-
#: templates/connect.
|
1471 |
msgid "Updates, announcements, marketing, no spam"
|
1472 |
msgstr "עדכונים, הכרזות, הודעות שיווקיות, ללא דואר זבל"
|
1473 |
|
1474 |
-
#: templates/connect.php:
|
1475 |
msgid "Current %s Events"
|
1476 |
msgstr "Current %s Events"
|
1477 |
|
1478 |
-
#: templates/connect.php:
|
1479 |
msgid "Activation, deactivation and uninstall"
|
1480 |
msgstr "הפעלה, כיבוי והסרה"
|
1481 |
|
1482 |
-
#: templates/connect.php:
|
1483 |
msgid "Newsletter"
|
1484 |
msgstr "ניוסלטר"
|
1485 |
|
1486 |
-
#: templates/connect.
|
1487 |
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."
|
1488 |
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."
|
1489 |
|
1490 |
-
#: templates/connect.php:
|
1491 |
msgid "What permissions are being granted?"
|
1492 |
msgstr "מהן ההרשאות המוענקות?"
|
1493 |
|
1494 |
-
#: templates/connect.php:
|
1495 |
msgid "Don't have a license key?"
|
1496 |
msgstr "האם אין ברשותך מפתח רישיון?"
|
1497 |
|
1498 |
-
#: templates/connect.php:
|
1499 |
msgid "Activate Free Version"
|
1500 |
msgstr "הפעלת גירסה חינאמית"
|
1501 |
|
1502 |
-
#: templates/connect.php:
|
1503 |
msgid "Have a license key?"
|
1504 |
msgstr "האם ברשותך רישיון?"
|
1505 |
|
1506 |
-
#: templates/connect.php:
|
1507 |
msgid "Privacy Policy"
|
1508 |
msgstr "מדיניות פרטיות"
|
1509 |
|
1510 |
-
#: templates/connect.php:
|
|
|
|
|
|
|
|
|
1511 |
msgid "Terms of Service"
|
1512 |
msgstr "תנאי השירות"
|
1513 |
|
1514 |
-
#: templates/connect.php:
|
1515 |
msgctxt "as in the process of sending an email"
|
1516 |
msgid "Sending email"
|
1517 |
msgstr "שולח דוא\"ל"
|
1518 |
|
1519 |
-
#: templates/connect.php:
|
1520 |
msgctxt "as activating plugin"
|
1521 |
msgid "Activating"
|
1522 |
msgstr "מפעיל"
|
@@ -1544,8 +1645,8 @@ msgctxt "as code debugging"
|
|
1544 |
msgid "Debugging"
|
1545 |
msgstr "דיבוג"
|
1546 |
|
1547 |
-
#: templates/debug.php54, templates/debug.
|
1548 |
-
#: templates/debug.php:
|
1549 |
msgid "Actions"
|
1550 |
msgstr "פעולות"
|
1551 |
|
@@ -1569,199 +1670,203 @@ msgstr "Clear Updates Transients"
|
|
1569 |
msgid "Sync Data From Server"
|
1570 |
msgstr "סנכרון מידע מהשרת"
|
1571 |
|
1572 |
-
#: templates/debug.php:
|
|
|
|
|
|
|
|
|
1573 |
msgid "Load DB Option"
|
1574 |
msgstr "Load DB Option"
|
1575 |
|
1576 |
-
#: templates/debug.php:
|
1577 |
msgid "Set DB Option"
|
1578 |
msgstr "Set DB Option"
|
1579 |
|
1580 |
-
#: templates/debug.php:
|
1581 |
msgid "Key"
|
1582 |
msgstr "Key"
|
1583 |
|
1584 |
-
#: templates/debug.php:
|
1585 |
msgid "Value"
|
1586 |
msgstr "Value"
|
1587 |
|
1588 |
-
#: templates/debug.php:
|
1589 |
msgctxt "as software development kit versions"
|
1590 |
msgid "SDK Versions"
|
1591 |
msgstr "גרסאות SDK"
|
1592 |
|
1593 |
-
#: templates/debug.php:
|
1594 |
msgid "SDK Path"
|
1595 |
msgstr "מיקום SDK"
|
1596 |
|
1597 |
-
#: templates/debug.
|
1598 |
msgid "Module Path"
|
1599 |
msgstr "Module Path"
|
1600 |
|
1601 |
-
#: templates/debug.php:
|
1602 |
msgid "Is Active"
|
1603 |
msgstr "האם פעיל"
|
1604 |
|
1605 |
-
#: templates/debug.
|
1606 |
msgid "Plugins"
|
1607 |
msgstr "תוספים"
|
1608 |
|
1609 |
-
#: templates/debug.
|
1610 |
msgid "Themes"
|
1611 |
msgstr "תבניות"
|
1612 |
|
1613 |
-
#: templates/debug.
|
1614 |
#: templates/debug/scheduled-crons.php:80
|
1615 |
msgid "Slug"
|
1616 |
msgstr "מזהה כתובת"
|
1617 |
|
1618 |
-
#: templates/debug.
|
1619 |
msgid "Title"
|
1620 |
msgstr "כותרת"
|
1621 |
|
1622 |
-
#: templates/debug.php:
|
1623 |
msgctxt "as application program interface"
|
1624 |
msgid "API"
|
1625 |
msgstr "API"
|
1626 |
|
1627 |
-
#: templates/debug.php:
|
1628 |
msgid "Freemius State"
|
1629 |
msgstr "מצב פרימיוס"
|
1630 |
|
1631 |
-
#: templates/debug.php:
|
1632 |
msgid "Network Blog"
|
1633 |
msgstr "Network Blog"
|
1634 |
|
1635 |
-
#: templates/debug.php:
|
1636 |
msgid "Network User"
|
1637 |
msgstr "משתמש רשת"
|
1638 |
|
1639 |
-
#: templates/debug.php:
|
1640 |
msgctxt "as connection was successful"
|
1641 |
msgid "Connected"
|
1642 |
msgstr "מחובר"
|
1643 |
|
1644 |
-
#: templates/debug.php:
|
1645 |
msgctxt "as connection blocked"
|
1646 |
msgid "Blocked"
|
1647 |
msgstr "חסום"
|
1648 |
|
1649 |
-
#: templates/debug.php:
|
1650 |
-
msgid "Simulate Trial"
|
1651 |
-
msgstr "Simulate Trial"
|
1652 |
|
1653 |
-
#: templates/debug.php:
|
1654 |
msgid "Simulate Network Upgrade"
|
1655 |
msgstr "סמלוץ עדכון לרשת"
|
1656 |
|
1657 |
-
#: templates/debug.php:
|
1658 |
msgid "%s Installs"
|
1659 |
msgstr "%s התקנות"
|
1660 |
|
1661 |
-
#: templates/debug.php:
|
1662 |
msgctxt "like websites"
|
1663 |
msgid "Sites"
|
1664 |
msgstr "אתרים"
|
1665 |
|
1666 |
-
#: templates/debug.
|
1667 |
msgid "Blog ID"
|
1668 |
msgstr "מזהה בלוג"
|
1669 |
|
1670 |
-
#: templates/debug.
|
1671 |
-
#: templates/account/partials/addon.php:
|
1672 |
msgctxt "verb"
|
1673 |
msgid "Delete"
|
1674 |
msgstr "מחק"
|
1675 |
|
1676 |
-
#: templates/debug.php:
|
1677 |
msgid "Add Ons of module %s"
|
1678 |
msgstr "Add Ons of module %s"
|
1679 |
|
1680 |
-
#: templates/debug.php:
|
1681 |
msgid "Users"
|
1682 |
msgstr "משתמשים"
|
1683 |
|
1684 |
-
#: templates/debug.php:
|
1685 |
msgid "Verified"
|
1686 |
msgstr "מאומת"
|
1687 |
|
1688 |
-
#: templates/debug.php:
|
1689 |
msgid "%s Licenses"
|
1690 |
msgstr "%s Licenses"
|
1691 |
|
1692 |
-
#: templates/debug.php:
|
1693 |
msgid "Plugin ID"
|
1694 |
msgstr "Plugin ID"
|
1695 |
|
1696 |
-
#: templates/debug.php:
|
1697 |
msgid "Plan ID"
|
1698 |
msgstr "Plan ID"
|
1699 |
|
1700 |
-
#: templates/debug.php:
|
1701 |
msgid "Quota"
|
1702 |
msgstr "Quota"
|
1703 |
|
1704 |
-
#: templates/debug.php:
|
1705 |
msgid "Activated"
|
1706 |
msgstr "Activated"
|
1707 |
|
1708 |
-
#: templates/debug.php:
|
1709 |
msgid "Blocking"
|
1710 |
msgstr "Blocking"
|
1711 |
|
1712 |
-
#: templates/debug.php:
|
1713 |
msgctxt "as expiration date"
|
1714 |
msgid "Expiration"
|
1715 |
msgstr "תפוגה"
|
1716 |
|
1717 |
-
#: templates/debug.php:
|
1718 |
msgid "Debug Log"
|
1719 |
msgstr "Debug Log"
|
1720 |
|
1721 |
-
#: templates/debug.php:
|
1722 |
msgid "All Types"
|
1723 |
msgstr "כל הסוגים"
|
1724 |
|
1725 |
-
#: templates/debug.php:
|
1726 |
msgid "All Requests"
|
1727 |
msgstr "כל הבקשות"
|
1728 |
|
1729 |
-
#: templates/debug.
|
1730 |
#: templates/debug/logger.php:25
|
1731 |
msgid "File"
|
1732 |
msgstr "קובץ"
|
1733 |
|
1734 |
-
#: templates/debug.
|
1735 |
#: templates/debug/logger.php:23
|
1736 |
msgid "Function"
|
1737 |
msgstr "פונקציה"
|
1738 |
|
1739 |
-
#: templates/debug.php:
|
1740 |
msgid "Process ID"
|
1741 |
msgstr "Process ID"
|
1742 |
|
1743 |
-
#: templates/debug.php:
|
1744 |
msgid "Logger"
|
1745 |
msgstr "Logger"
|
1746 |
|
1747 |
-
#: templates/debug.
|
1748 |
#: templates/debug/logger.php:24
|
1749 |
msgid "Message"
|
1750 |
msgstr "הודעה"
|
1751 |
|
1752 |
-
#: templates/debug.php:
|
1753 |
msgid "Filter"
|
1754 |
msgstr "פילטר"
|
1755 |
|
1756 |
-
#: templates/debug.php:
|
1757 |
msgid "Download"
|
1758 |
msgstr "הורדה"
|
1759 |
|
1760 |
-
#: templates/debug.
|
1761 |
msgid "Type"
|
1762 |
msgstr "סוג"
|
1763 |
|
1764 |
-
#: templates/debug.
|
1765 |
msgid "Timestamp"
|
1766 |
msgstr "Timestamp"
|
1767 |
|
@@ -2112,23 +2217,19 @@ msgstr "Usage tracking is done in the name of making %s better. Making a better
|
|
2112 |
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2113 |
msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2114 |
|
2115 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2116 |
msgid "There is a new version of %s available."
|
2117 |
msgstr "יש גרסה חדשה עבור ה%s."
|
2118 |
|
2119 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2120 |
-
msgid " %
|
2121 |
-
msgstr " %
|
2122 |
|
2123 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2124 |
msgid "New Version Available"
|
2125 |
msgstr "יש גרסה חדשה"
|
2126 |
|
2127 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2128 |
-
msgid "Renew license"
|
2129 |
-
msgstr "חידוש רישיון"
|
2130 |
-
|
2131 |
-
#: templates/forms/premium-versions-upgrade-handler.php:53
|
2132 |
msgctxt "close a window"
|
2133 |
msgid "Dismiss"
|
2134 |
msgstr "סגירה"
|
@@ -2141,6 +2242,43 @@ msgstr "שליחת מפתח רישיון"
|
|
2141 |
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2142 |
msgstr "הזן את כתובת הדואל שאיתה שידרגת כדי לקבל את הרישיון שוב."
|
2143 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2144 |
#: templates/forms/trial-start.php:22
|
2145 |
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2146 |
msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
@@ -2206,20 +2344,16 @@ msgstr "נשארו %s"
|
|
2206 |
msgid "Last license"
|
2207 |
msgstr "רישיון אחרון"
|
2208 |
|
2209 |
-
#: templates/account/partials/addon.php:
|
2210 |
msgid "Cancelled"
|
2211 |
msgstr "בוטל"
|
2212 |
|
2213 |
-
#: templates/account/partials/addon.php:
|
2214 |
-
msgid "Expired"
|
2215 |
-
msgstr "פג תוקף"
|
2216 |
-
|
2217 |
-
#: templates/account/partials/addon.php:121
|
2218 |
msgid "No expiration"
|
2219 |
msgstr "ללא תפוגה"
|
2220 |
|
2221 |
-
#: templates/account/partials/addon.
|
2222 |
-
#: templates/account/partials/addon.php:
|
2223 |
msgid "Activate this add-on"
|
2224 |
msgstr "הפעל את ההרחבה"
|
2225 |
|
@@ -2247,47 +2381,47 @@ msgstr "מצטערים על חוסר הנעימות, אנחנו כאן כדי ל
|
|
2247 |
msgid "Contact Support"
|
2248 |
msgstr "צור קשר"
|
2249 |
|
2250 |
-
#: templates/forms/deactivation/form.php:
|
2251 |
msgid "Anonymous feedback"
|
2252 |
msgstr "פידבק אנונימי"
|
2253 |
|
2254 |
-
#: templates/forms/deactivation/form.php:
|
2255 |
msgid "Deactivate"
|
2256 |
msgstr "כיבוי"
|
2257 |
|
2258 |
-
#: templates/forms/deactivation/form.php:
|
2259 |
msgid "Activate %s"
|
2260 |
msgstr "Activate %s"
|
2261 |
|
2262 |
-
#: templates/forms/deactivation/form.php:76
|
2263 |
-
msgid "Quick feedback"
|
2264 |
-
msgstr "פידבק זריז"
|
2265 |
-
|
2266 |
#: templates/forms/deactivation/form.php:80
|
|
|
|
|
|
|
|
|
2267 |
msgid "If you have a moment, please let us know why you are %s"
|
2268 |
msgstr "If you have a moment, please let us know why you are %s"
|
2269 |
|
2270 |
-
#: templates/forms/deactivation/form.php:
|
2271 |
msgid "deactivating"
|
2272 |
msgstr "deactivating"
|
2273 |
|
2274 |
-
#: templates/forms/deactivation/form.php:
|
2275 |
msgid "switching"
|
2276 |
msgstr "switching"
|
2277 |
|
2278 |
-
#: templates/forms/deactivation/form.php:
|
2279 |
msgid "Submit & %s"
|
2280 |
msgstr "Submit & %s"
|
2281 |
|
2282 |
-
#: templates/forms/deactivation/form.php:
|
2283 |
msgid "Kindly tell us the reason so we can improve."
|
2284 |
msgstr "אנא שתף את הסיבה כדי שנוכל להשתפר."
|
2285 |
|
2286 |
-
#: templates/forms/deactivation/form.php:
|
2287 |
msgid "Yes - %s"
|
2288 |
msgstr "Yes - %s"
|
2289 |
|
2290 |
-
#: templates/forms/deactivation/form.php:
|
2291 |
msgid "Skip & %s"
|
2292 |
msgstr "דלג ו%s"
|
2293 |
|
1 |
+
# Copyright (C) 2019 freemius
|
2 |
# This file is distributed under the same license as the freemius package.
|
3 |
# Translators:
|
4 |
# Rami Yushuvaev <r_a_m_i@hotmail.com>, 2017
|
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: 2018-11-25 07:22+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.php:1688
|
26 |
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
27 |
msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
28 |
|
29 |
+
#: includes/class-freemius.php:1690
|
30 |
msgid "Error"
|
31 |
msgstr "שגיאה"
|
32 |
|
33 |
+
#: includes/class-freemius.php:2011
|
34 |
msgid "I found a better %s"
|
35 |
msgstr "מצאתי %s יותר טוב"
|
36 |
|
37 |
+
#: includes/class-freemius.php:2013
|
38 |
msgid "What's the %s's name?"
|
39 |
msgstr "What's the %s's name?"
|
40 |
|
41 |
+
#: includes/class-freemius.php:2019
|
42 |
msgid "It's a temporary %s. I'm just debugging an issue."
|
43 |
msgstr "It's a temporary %s. I'm just debugging an issue."
|
44 |
|
45 |
+
#: includes/class-freemius.php:2021
|
46 |
msgid "Deactivation"
|
47 |
msgstr "דיאקטיבציה"
|
48 |
|
49 |
+
#: includes/class-freemius.php:2022
|
50 |
msgid "Theme Switch"
|
51 |
msgstr "החלפת תֵמָה"
|
52 |
|
53 |
+
#: includes/class-freemius.php2031, templates/forms/resend-key.php:24
|
54 |
msgid "Other"
|
55 |
msgstr "אחר"
|
56 |
|
57 |
+
#: includes/class-freemius.php:2039
|
58 |
msgid "I no longer need the %s"
|
59 |
msgstr "I no longer need the %s"
|
60 |
|
61 |
+
#: includes/class-freemius.php:2046
|
62 |
msgid "I only needed the %s for a short period"
|
63 |
msgstr "I only needed the %s for a short period"
|
64 |
|
65 |
+
#: includes/class-freemius.php:2052
|
66 |
msgid "The %s broke my site"
|
67 |
msgstr "ה%s הרס לי את האתר"
|
68 |
|
69 |
+
#: includes/class-freemius.php:2059
|
70 |
msgid "The %s suddenly stopped working"
|
71 |
msgstr "ה%s הפסיק פתאום לעבוד"
|
72 |
|
73 |
+
#: includes/class-freemius.php:2069
|
74 |
msgid "I can't pay for it anymore"
|
75 |
msgstr "אני לא יכול/ה להמשיך לשלם על זה"
|
76 |
|
77 |
+
#: includes/class-freemius.php:2071
|
78 |
msgid "What price would you feel comfortable paying?"
|
79 |
msgstr "מה המחיר שכן תרגיש\\י בנוח לשלם?"
|
80 |
|
81 |
+
#: includes/class-freemius.php:2077
|
82 |
msgid "I don't like to share my information with you"
|
83 |
msgstr "אני לא אוהב את הרעיון של שיתוף מידע איתכם"
|
84 |
|
85 |
+
#: includes/class-freemius.php:2098
|
86 |
msgid "The %s didn't work"
|
87 |
msgstr "ה%s לא עבד"
|
88 |
|
89 |
+
#: includes/class-freemius.php:2108
|
90 |
msgid "I couldn't understand how to make it work"
|
91 |
msgstr "לא הצלחתי להבין איך לגרום לזה לעבוד"
|
92 |
|
93 |
+
#: includes/class-freemius.php:2116
|
94 |
msgid "The %s is great, but I need specific feature that you don't support"
|
95 |
msgstr "The %s is great, but I need specific feature that you don't support"
|
96 |
|
97 |
+
#: includes/class-freemius.php:2118
|
98 |
msgid "What feature?"
|
99 |
msgstr "איזה פיטצ'ר?"
|
100 |
|
101 |
+
#: includes/class-freemius.php:2122
|
102 |
msgid "The %s is not working"
|
103 |
msgstr "ה%s לא עובד"
|
104 |
|
105 |
+
#: includes/class-freemius.php:2124
|
106 |
msgid "Kindly share what didn't work so we can fix it for future users..."
|
107 |
msgstr "אנא שתפ\\י מה לא עבד כדי שנוכל לתקן זאת עבור משתמשים עתידיים..."
|
108 |
|
109 |
+
#: includes/class-freemius.php:2128
|
110 |
msgid "It's not what I was looking for"
|
111 |
msgstr "חיפשתי משהו אחר"
|
112 |
|
113 |
+
#: includes/class-freemius.php:2130
|
114 |
msgid "What you've been looking for?"
|
115 |
msgstr "מה חיפשת?"
|
116 |
|
117 |
+
#: includes/class-freemius.php:2134
|
118 |
msgid "The %s didn't work as expected"
|
119 |
msgstr "ה%s לא עבד כמצופה"
|
120 |
|
121 |
+
#: includes/class-freemius.php:2136
|
122 |
msgid "What did you expect?"
|
123 |
msgstr "למה ציפית?"
|
124 |
|
125 |
+
#: includes/class-freemius.php2942, templates/debug.php:20
|
126 |
msgid "Freemius Debug"
|
127 |
msgstr "ניפוי תקלות פרימיוס"
|
128 |
|
129 |
+
#: includes/class-freemius.php:3670
|
130 |
msgid "I don't know what is cURL or how to install it, help me!"
|
131 |
msgstr "אין לי מושג מה זה cURL או איך להתקין אותו - אשמח לעזרה!"
|
132 |
|
133 |
+
#: includes/class-freemius.php:3672
|
134 |
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."
|
135 |
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."
|
136 |
|
137 |
+
#: includes/class-freemius.php:3679
|
138 |
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."
|
139 |
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."
|
140 |
|
141 |
+
#: includes/class-freemius.php:3784
|
142 |
msgid "Yes - do your thing"
|
143 |
msgstr "כן - בצעו את מה שצריך"
|
144 |
|
145 |
+
#: includes/class-freemius.php:3789
|
146 |
msgid "No - just deactivate"
|
147 |
msgstr "לא - פשוט כבה"
|
148 |
|
149 |
+
#: includes/class-freemius.php3834, includes/class-freemius.php4343,
|
150 |
+
#: includes/class-freemius.php5442, includes/class-freemius.php11545,
|
151 |
+
#: includes/class-freemius.php14916, includes/class-freemius.php14968,
|
152 |
+
#: includes/class-freemius.php15030, includes/class-freemius.php17263,
|
153 |
+
#: includes/class-freemius.php17273, includes/class-freemius.php17882,
|
154 |
+
#: includes/class-freemius.php18742, includes/class-freemius.php18857,
|
155 |
+
#: includes/class-freemius.php19001, templates/add-ons.php:43
|
156 |
msgctxt "exclamation"
|
157 |
msgid "Oops"
|
158 |
msgstr "אופס"
|
159 |
|
160 |
+
#: includes/class-freemius.php:3903
|
161 |
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."
|
162 |
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."
|
163 |
|
164 |
+
#: includes/class-freemius.php:4340
|
165 |
msgctxt "addonX cannot run without pluginY"
|
166 |
msgid "%s cannot run without %s."
|
167 |
msgstr "%s לא יכול לעבוד ללא %s."
|
168 |
|
169 |
+
#: includes/class-freemius.php:4341
|
170 |
msgctxt "addonX cannot run..."
|
171 |
msgid "%s cannot run without the plugin."
|
172 |
msgstr "ההרחבה %s אינה יכולה לפעול ללא התוסף."
|
173 |
|
174 |
+
#: includes/class-freemius.php4487, includes/class-freemius.php4512,
|
175 |
+
#: includes/class-freemius.php:17953
|
176 |
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
177 |
msgstr "Unexpected API error. Please contact the %s's author with the following error."
|
178 |
|
179 |
+
#: includes/class-freemius.php:5130
|
180 |
msgid "Premium %s version was successfully activated."
|
181 |
msgstr "Premium %s version was successfully activated."
|
182 |
|
183 |
+
#: includes/class-freemius.php5142, includes/class-freemius.php:7004
|
184 |
msgctxt ""
|
185 |
msgid "W00t"
|
186 |
msgstr "יש"
|
187 |
|
188 |
+
#: includes/class-freemius.php:5157
|
189 |
msgid "You have a %s license."
|
190 |
msgstr "יש לך רישיון %s."
|
191 |
|
192 |
+
#: includes/class-freemius.php5161, includes/class-freemius.php14337,
|
193 |
+
#: includes/class-freemius.php14348, includes/class-freemius.php17177,
|
194 |
+
#: includes/class-freemius.php17491, includes/class-freemius.php17557,
|
195 |
+
#: includes/class-freemius.php:17707
|
196 |
msgctxt "interjection expressing joy or exuberance"
|
197 |
msgid "Yee-haw"
|
198 |
msgstr "יששש"
|
199 |
|
200 |
+
#: includes/class-freemius.php:5425
|
201 |
msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
202 |
msgstr "%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."
|
203 |
|
204 |
+
#: includes/class-freemius.php:5429
|
205 |
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
206 |
msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
207 |
|
208 |
+
#: includes/class-freemius.php5438, templates/add-ons.php103,
|
209 |
+
#: templates/account/partials/addon.php:288
|
210 |
msgid "More information about %s"
|
211 |
msgstr "מידע נוסף אודות %s"
|
212 |
|
213 |
+
#: includes/class-freemius.php:5439
|
214 |
msgid "Purchase License"
|
215 |
msgstr "קניית רישיון"
|
216 |
|
217 |
+
#: includes/class-freemius.php6372, templates/connect.php:163
|
218 |
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."
|
219 |
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."
|
220 |
|
221 |
+
#: includes/class-freemius.php:6376
|
222 |
msgid "start the trial"
|
223 |
msgstr "התחל תקופת ניסיון"
|
224 |
|
225 |
+
#: includes/class-freemius.php6377, templates/connect.php:167
|
226 |
msgid "complete the install"
|
227 |
msgstr "השלם התקנה"
|
228 |
|
229 |
+
#: includes/class-freemius.php:6490
|
230 |
msgid "You are just one step away - %s"
|
231 |
msgstr "You are just one step away - %s"
|
232 |
|
233 |
+
#: includes/class-freemius.php:6493
|
234 |
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
235 |
msgid "Complete \"%s\" Activation Now"
|
236 |
msgstr "השלם הפעלת \"%s\" עכשיו"
|
237 |
|
238 |
+
#: includes/class-freemius.php:6571
|
239 |
msgid "We made a few tweaks to the %s, %s"
|
240 |
msgstr "We made a few tweaks to the %s, %s"
|
241 |
|
242 |
+
#: includes/class-freemius.php:6575
|
243 |
+
msgid "Opt in to make \"%s\" better!"
|
244 |
+
msgstr "Opt in to make \"%s\" better!"
|
245 |
|
246 |
+
#: includes/class-freemius.php:7003
|
247 |
msgid "The upgrade of %s was successfully completed."
|
248 |
msgstr "The upgrade of %s was successfully completed."
|
249 |
|
250 |
+
#: includes/class-freemius.php8925, includes/class-fs-plugin-updater.php886,
|
251 |
+
#: includes/class-fs-plugin-updater.php1081,
|
252 |
+
#: includes/class-fs-plugin-updater.php1088,
|
253 |
+
#: templates/auto-installation.php:32
|
254 |
msgid "Add-On"
|
255 |
msgstr "Add-On"
|
256 |
|
257 |
+
#: includes/class-freemius.php8927, templates/debug.php359,
|
258 |
+
#: templates/debug.php:520
|
259 |
msgid "Plugin"
|
260 |
msgstr "תוסף"
|
261 |
|
262 |
+
#: includes/class-freemius.php8928, templates/debug.php359,
|
263 |
+
#: templates/debug.php520, templates/forms/deactivation/form.php:67
|
264 |
msgid "Theme"
|
265 |
msgstr "תבנית"
|
266 |
|
267 |
+
#: includes/class-freemius.php:11412
|
268 |
+
msgid "Invalid site details collection."
|
269 |
+
msgstr "Invalid site details collection."
|
270 |
|
271 |
+
#: includes/class-freemius.php:11532
|
272 |
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
273 |
msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
|
274 |
|
275 |
+
#: includes/class-freemius.php:11534
|
276 |
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
277 |
msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
278 |
|
279 |
+
#: includes/class-freemius.php:11808
|
280 |
msgid "Account is pending activation."
|
281 |
msgstr "Account is pending activation."
|
282 |
|
283 |
+
#: includes/class-freemius.php11920,
|
284 |
+
#: templates/forms/premium-versions-upgrade-handler.php:47
|
285 |
+
msgid "Buy a license now"
|
286 |
+
msgstr "Buy a license now"
|
287 |
+
|
288 |
+
#: includes/class-freemius.php11932,
|
289 |
+
#: templates/forms/premium-versions-upgrade-handler.php:46
|
290 |
+
msgid "Renew your license now"
|
291 |
+
msgstr "Renew your license now"
|
292 |
+
|
293 |
+
#: includes/class-freemius.php:11936
|
294 |
+
msgid "%s to access version %s security & feature updates, and support."
|
295 |
+
msgstr "%s to access version %s security & feature updates, and support."
|
296 |
+
|
297 |
+
#: includes/class-freemius.php:14319
|
298 |
msgid "%s activation was successfully completed."
|
299 |
msgstr "הפעלת %s הושלמה בהצלחה."
|
300 |
|
301 |
+
#: includes/class-freemius.php:14333
|
302 |
msgid "Your account was successfully activated with the %s plan."
|
303 |
msgstr "חשבונך הופעל בהצלחה עם חבילת %s."
|
304 |
|
305 |
+
#: includes/class-freemius.php14344, includes/class-freemius.php:17553
|
306 |
msgid "Your trial has been successfully started."
|
307 |
msgstr "הניסיון שלך הופעל בהצלחה."
|
308 |
|
309 |
+
#: includes/class-freemius.php14914, includes/class-freemius.php14966,
|
310 |
+
#: includes/class-freemius.php:15028
|
311 |
msgid "Couldn't activate %s."
|
312 |
msgstr "לא ניתן להפעיל את %s."
|
313 |
|
314 |
+
#: includes/class-freemius.php14915, includes/class-freemius.php14967,
|
315 |
+
#: includes/class-freemius.php:15029
|
316 |
msgid "Please contact us with the following message:"
|
317 |
msgstr "אנא צור איתנו קשר יחד עם ההודעה הבאה:"
|
318 |
|
319 |
+
#: includes/class-freemius.php15378, includes/class-freemius.php:19839
|
320 |
msgid "Upgrade"
|
321 |
msgstr "שדרג"
|
322 |
|
323 |
+
#: includes/class-freemius.php:15384
|
324 |
msgid "Start Trial"
|
325 |
msgstr "התחל תקופת ניסיון"
|
326 |
|
327 |
+
#: includes/class-freemius.php:15386
|
328 |
msgid "Pricing"
|
329 |
msgstr "מחירון"
|
330 |
|
331 |
+
#: includes/class-freemius.php15448, includes/class-freemius.php:15450
|
332 |
msgid "Affiliation"
|
333 |
msgstr "אפיליאציה"
|
334 |
|
335 |
+
#: includes/class-freemius.php15478, includes/class-freemius.php15480,
|
336 |
+
#: templates/account.php150, templates/debug.php:324
|
337 |
msgid "Account"
|
338 |
msgstr "חשבון"
|
339 |
|
340 |
+
#: includes/class-freemius.php15493, includes/class-freemius.php15495,
|
341 |
#: includes/customizer/class-fs-customizer-support-section.php:60
|
342 |
msgid "Contact Us"
|
343 |
msgstr "יצירת קשר"
|
344 |
|
345 |
+
#: includes/class-freemius.php15505, includes/class-freemius.php15507,
|
346 |
+
#: includes/class-freemius.php19849, templates/account.php100,
|
347 |
+
#: templates/account/partials/addon.php:41
|
348 |
msgid "Add-Ons"
|
349 |
msgstr "Add-Ons"
|
350 |
|
351 |
+
#: includes/class-freemius.php:15541
|
352 |
+
msgctxt "ASCII arrow left icon"
|
353 |
+
msgid "←"
|
354 |
+
msgstr "←"
|
355 |
+
|
356 |
+
#: includes/class-freemius.php:15541
|
357 |
+
msgctxt "ASCII arrow right icon"
|
358 |
+
msgid "➤"
|
359 |
+
msgstr "➤"
|
360 |
+
|
361 |
+
#: includes/class-freemius.php15543, templates/pricing.php:97
|
362 |
msgctxt "noun"
|
363 |
msgid "Pricing"
|
364 |
msgstr "מחירון"
|
365 |
|
366 |
+
#: includes/class-freemius.php15756,
|
367 |
#: includes/customizer/class-fs-customizer-support-section.php:67
|
368 |
msgid "Support Forum"
|
369 |
msgstr "פורום תמיכה"
|
370 |
|
371 |
+
#: includes/class-freemius.php:16542
|
372 |
msgid "Your email has been successfully verified - you are AWESOME!"
|
373 |
msgstr "Your email has been successfully verified - you are AWESOME!"
|
374 |
|
375 |
+
#: includes/class-freemius.php:16543
|
376 |
msgctxt "a positive response"
|
377 |
msgid "Right on"
|
378 |
msgstr "מעולה"
|
379 |
|
380 |
+
#: includes/class-freemius.php:17168
|
381 |
msgid "Your %s Add-on plan was successfully upgraded."
|
382 |
msgstr "חבילת ההרחבה %s שודרגה בהצלחה."
|
383 |
|
384 |
+
#: includes/class-freemius.php:17170
|
385 |
msgid "%s Add-on was successfully purchased."
|
386 |
msgstr "ההרחבה %s נרכשה בהצלחה."
|
387 |
|
388 |
+
#: includes/class-freemius.php:17173
|
389 |
msgid "Download the latest version"
|
390 |
msgstr "הורד את הגרסה האחרונה"
|
391 |
|
392 |
+
#: includes/class-freemius.php:17259
|
393 |
msgctxt "%1s - plugin title, %2s - API domain"
|
394 |
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
395 |
msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
396 |
|
397 |
+
#: includes/class-freemius.php17262, includes/class-freemius.php17678,
|
398 |
+
#: includes/class-freemius.php:17755
|
399 |
msgid "Error received from the server:"
|
400 |
msgstr "הוחזרה שגיאה מהשרת:"
|
401 |
|
402 |
+
#: includes/class-freemius.php:17272
|
403 |
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
404 |
msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
405 |
|
406 |
+
#: includes/class-freemius.php17454, includes/class-freemius.php17683,
|
407 |
+
#: includes/class-freemius.php17726, includes/class-freemius.php:17829
|
408 |
msgctxt ""
|
409 |
msgid "Hmm"
|
410 |
msgstr "אממ"
|
411 |
|
412 |
+
#: includes/class-freemius.php:17467
|
413 |
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."
|
414 |
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."
|
415 |
|
416 |
+
#: includes/class-freemius.php17468, templates/account.php102,
|
417 |
+
#: templates/add-ons.php134, templates/account/partials/addon.php:43
|
418 |
msgctxt "trial period"
|
419 |
msgid "Trial"
|
420 |
msgstr "ניסיון"
|
421 |
|
422 |
+
#: includes/class-freemius.php:17473
|
423 |
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
424 |
msgstr "שידרגתי את החשבון שלי אבל כשאני מנסה לבצע סנכרון לרישיון החבילה נשארת %s."
|
425 |
|
426 |
+
#: includes/class-freemius.php17477, includes/class-freemius.php:17535
|
427 |
msgid "Please contact us here"
|
428 |
msgstr "אנא צור איתנו קשר כאן"
|
429 |
|
430 |
+
#: includes/class-freemius.php:17487
|
431 |
msgid "Your plan was successfully upgraded."
|
432 |
msgstr "החבילה שודרגה בהצלחה."
|
433 |
|
434 |
+
#: includes/class-freemius.php:17505
|
435 |
msgid "Your plan was successfully changed to %s."
|
436 |
msgstr "החבילה עודכנה בהצלחה אל %s."
|
437 |
|
438 |
+
#: includes/class-freemius.php:17521
|
439 |
msgid "Your license has expired. You can still continue using the free %s forever."
|
440 |
msgstr "Your license has expired. You can still continue using the free %s forever."
|
441 |
|
442 |
+
#: includes/class-freemius.php:17523
|
443 |
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
444 |
msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
445 |
|
446 |
+
#: includes/class-freemius.php:17531
|
447 |
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
448 |
msgstr "רשיונך בוטל. אם לדעתך זו טעות, נא ליצור קשר עם התמיכה."
|
449 |
|
450 |
+
#: includes/class-freemius.php:17544
|
451 |
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."
|
452 |
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."
|
453 |
|
454 |
+
#: includes/class-freemius.php:17567
|
455 |
msgid "Your free trial has expired. You can still continue using all our free features."
|
456 |
msgstr "תקופת הניסיון שלך הסתיימה. הפיטצ'רים החינאמיים עדיין ניתנים לשימוש."
|
457 |
|
458 |
+
#: includes/class-freemius.php:17569
|
459 |
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
460 |
msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
461 |
|
462 |
+
#: includes/class-freemius.php:17674
|
463 |
msgid "It looks like the license could not be activated."
|
464 |
msgstr "נראה שלא ניתן להפעיל את הרישיון."
|
465 |
|
466 |
+
#: includes/class-freemius.php:17704
|
467 |
msgid "Your license was successfully activated."
|
468 |
msgstr "הרישיון הופעל בהצלחה."
|
469 |
|
470 |
+
#: includes/class-freemius.php:17730
|
471 |
msgid "It looks like your site currently doesn't have an active license."
|
472 |
msgstr "נראה לאתר עדיין אין רישיון פעיל."
|
473 |
|
474 |
+
#: includes/class-freemius.php:17754
|
475 |
msgid "It looks like the license deactivation failed."
|
476 |
msgstr "נראה שניתוק הרישיון נכשל."
|
477 |
|
478 |
+
#: includes/class-freemius.php:17782
|
479 |
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
480 |
msgstr "רישיונך נותק בהצלחה, חזרת לחבילת %s"
|
481 |
|
482 |
+
#: includes/class-freemius.php:17783
|
483 |
msgid "O.K"
|
484 |
msgstr "אוקיי"
|
485 |
|
486 |
+
#: includes/class-freemius.php:17836
|
487 |
+
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
488 |
+
msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
489 |
|
490 |
+
#: includes/class-freemius.php:17845
|
491 |
+
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
492 |
+
msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
493 |
|
494 |
+
#: includes/class-freemius.php:17887
|
495 |
msgid "You are already running the %s in a trial mode."
|
496 |
msgstr "You are already running the %s in a trial mode."
|
497 |
|
498 |
+
#: includes/class-freemius.php:17898
|
499 |
msgid "You already utilized a trial before."
|
500 |
msgstr "הניסיון כבר נוצל בעבר."
|
501 |
|
502 |
+
#: includes/class-freemius.php:17912
|
503 |
msgid "Plan %s do not exist, therefore, can't start a trial."
|
504 |
msgstr "החבילה %s אינה קיימת, לכן, לא ניתן להתחיל תקופת ניסיון."
|
505 |
|
506 |
+
#: includes/class-freemius.php:17923
|
507 |
msgid "Plan %s does not support a trial period."
|
508 |
msgstr "תוכנית %s אינה תומכת בתקופת ניסיון."
|
509 |
|
510 |
+
#: includes/class-freemius.php:17934
|
511 |
msgid "None of the %s's plans supports a trial period."
|
512 |
msgstr "None of the %s's plans supports a trial period."
|
513 |
|
514 |
+
#: includes/class-freemius.php:17984
|
515 |
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
516 |
msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
517 |
|
518 |
+
#: includes/class-freemius.php:18020
|
|
|
|
|
|
|
|
|
519 |
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
520 |
msgstr "נראה שיש תקלה זמנית המונעת את ביטול הניסיון. אנא נסו שוב בעוד כמה דקות."
|
521 |
|
522 |
+
#: includes/class-freemius.php:18039
|
523 |
+
msgid "Your %s free trial was successfully cancelled."
|
524 |
+
msgstr "תקופת הניסיון החינמית של %s בוטלה בהצלחה."
|
525 |
+
|
526 |
+
#: includes/class-freemius.php:18346
|
527 |
msgid "Version %s was released."
|
528 |
msgstr "גרסה %s הושקה."
|
529 |
|
530 |
+
#: includes/class-freemius.php:18346
|
531 |
msgid "Please download %s."
|
532 |
msgstr "נא להוריד את %s."
|
533 |
|
534 |
+
#: includes/class-freemius.php:18353
|
535 |
msgid "the latest %s version here"
|
536 |
msgstr "גרסת ה-%s האחרונה כאן"
|
537 |
|
538 |
+
#: includes/class-freemius.php:18358
|
539 |
msgid "New"
|
540 |
msgstr "חדש"
|
541 |
|
542 |
+
#: includes/class-freemius.php:18363
|
543 |
msgid "Seems like you got the latest release."
|
544 |
msgstr "נראה שיש לך את הגרסה האחרונה."
|
545 |
|
546 |
+
#: includes/class-freemius.php:18364
|
547 |
msgid "You are all good!"
|
548 |
msgstr "את\\ה מסודר!"
|
549 |
|
550 |
+
#: includes/class-freemius.php:18632
|
551 |
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
552 |
msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
553 |
|
554 |
+
#: includes/class-freemius.php:18769
|
555 |
msgid "Site successfully opted in."
|
556 |
msgstr "Site successfully opted in."
|
557 |
|
558 |
+
#: includes/class-freemius.php18770, includes/class-freemius.php:19581
|
559 |
msgid "Awesome"
|
560 |
msgstr "אדיר"
|
561 |
|
562 |
+
#: includes/class-freemius.php18786, templates/forms/optout.php:32
|
563 |
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
564 |
msgstr "We appreciate your help in making the %s better by letting us track some usage data."
|
565 |
|
566 |
+
#: includes/class-freemius.php:18787
|
567 |
msgid "Thank you!"
|
568 |
msgstr "תודה רבה!"
|
569 |
|
570 |
+
#: includes/class-freemius.php:18794
|
571 |
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
572 |
msgstr "We will no longer be sending any usage data of %s on %s to %s."
|
573 |
|
574 |
+
#: includes/class-freemius.php:18923
|
575 |
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."
|
576 |
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."
|
577 |
|
578 |
+
#: includes/class-freemius.php:18929
|
579 |
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
580 |
msgstr "תודה על אישור ביצוע החלפת הבעלות. הרגע נשלח מייל ל-%s כדי לקבל אישור סופי."
|
581 |
|
582 |
+
#: includes/class-freemius.php:18934
|
583 |
msgid "%s is the new owner of the account."
|
584 |
msgstr "%s הינו הבעלים החד של חשבון זה."
|
585 |
|
586 |
+
#: includes/class-freemius.php:18936
|
587 |
msgctxt "as congratulations"
|
588 |
msgid "Congrats"
|
589 |
msgstr "מזל טוב"
|
590 |
|
591 |
+
#: includes/class-freemius.php:18956
|
592 |
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
593 |
msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
594 |
|
595 |
+
#: includes/class-freemius.php:18957
|
596 |
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
597 |
msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
598 |
|
599 |
+
#: includes/class-freemius.php:18964
|
600 |
msgid "Change Ownership"
|
601 |
msgstr "עדכון בעלות"
|
602 |
|
603 |
+
#: includes/class-freemius.php:18972
|
604 |
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
605 |
msgstr "כתובת הדואל שלך עודכנה בהצלחה. הודעת אישור אמורה להתקבל בדואל שלך ברגעים הקרובים."
|
606 |
|
607 |
+
#: includes/class-freemius.php:18984
|
608 |
msgid "Please provide your full name."
|
609 |
msgstr "נא למלא את שמך המלא."
|
610 |
|
611 |
+
#: includes/class-freemius.php:18989
|
612 |
msgid "Your name was successfully updated."
|
613 |
msgstr "שמך עודכן בהצלחה."
|
614 |
|
615 |
+
#: includes/class-freemius.php:19050
|
616 |
msgid "You have successfully updated your %s."
|
617 |
msgstr "עידכנת בהצלחה את ה%s."
|
618 |
|
619 |
+
#: includes/class-freemius.php:19190
|
620 |
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
621 |
msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
622 |
|
623 |
+
#: includes/class-freemius.php:19191
|
624 |
msgctxt "advance notice of something that will need attention."
|
625 |
msgid "Heads up"
|
626 |
msgstr "לתשמות לבך"
|
627 |
|
628 |
+
#: includes/class-freemius.php:19621
|
629 |
msgctxt "exclamation"
|
630 |
msgid "Hey"
|
631 |
msgstr "היי"
|
632 |
|
633 |
+
#: includes/class-freemius.php:19621
|
634 |
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
635 |
msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
636 |
|
637 |
+
#: includes/class-freemius.php:19629
|
638 |
msgid "No commitment for %s days - cancel anytime!"
|
639 |
msgstr "ללא התחייבות ל-%s ימין - בטלו בכל רגע!"
|
640 |
|
641 |
+
#: includes/class-freemius.php:19630
|
642 |
msgid "No credit card required"
|
643 |
msgstr "לא נדרש כרטיס אשראי"
|
644 |
|
645 |
+
#: includes/class-freemius.php19637, templates/forms/trial-start.php:53
|
646 |
msgctxt "call to action"
|
647 |
msgid "Start free trial"
|
648 |
msgstr "התחלת ניסיון חינם"
|
649 |
|
650 |
+
#: includes/class-freemius.php:19714
|
651 |
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!"
|
652 |
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!"
|
653 |
|
654 |
+
#: includes/class-freemius.php:19723
|
655 |
msgid "Learn more"
|
656 |
msgstr "Learn more"
|
657 |
|
658 |
+
#: includes/class-freemius.php19873, templates/account.php406,
|
659 |
+
#: templates/account.php509, templates/connect.php171,
|
660 |
+
#: templates/connect.php421, templates/forms/license-activation.php24,
|
661 |
+
#: templates/account/partials/addon.php:235
|
662 |
msgid "Activate License"
|
663 |
msgstr "הפעלת רישיון"
|
664 |
|
665 |
+
#: includes/class-freemius.php19874, templates/account.php469,
|
666 |
+
#: templates/account.php508, templates/account/partials/site.php:256
|
667 |
msgid "Change License"
|
668 |
msgstr "שינוי רישיון"
|
669 |
|
670 |
+
#: includes/class-freemius.php19956, templates/account/partials/site.php:161
|
671 |
msgid "Opt Out"
|
672 |
msgstr "Opt Out"
|
673 |
|
674 |
+
#: includes/class-freemius.php19958, includes/class-freemius.php19963,
|
675 |
#: templates/account/partials/site.php43,
|
676 |
#: templates/account/partials/site.php:161
|
677 |
msgid "Opt In"
|
678 |
msgstr "Opt In"
|
679 |
|
680 |
+
#: includes/class-freemius.php:20187
|
681 |
+
msgid " The paid version of %1s is already installed. Please activate it to start benefiting the %2s features. %3s"
|
682 |
+
msgstr " The paid version of %1s is already installed. Please activate it to start benefiting the %2s features. %3s"
|
683 |
+
|
684 |
+
#: includes/class-freemius.php:20195
|
685 |
+
msgid "Activate %s features"
|
686 |
+
msgstr "Activate %s features"
|
687 |
+
|
688 |
+
#: includes/class-freemius.php:20208
|
689 |
msgid "Please follow these steps to complete the upgrade"
|
690 |
msgstr "נא לבצע את הצעדים הבאים להשלמת השידרוג"
|
691 |
|
692 |
+
#: includes/class-freemius.php:20212
|
693 |
msgid "Download the latest %s version"
|
694 |
msgstr "הורד\\י את גרסת ה-%s העדכנית"
|
695 |
|
696 |
+
#: includes/class-freemius.php:20216
|
697 |
msgid "Upload and activate the downloaded version"
|
698 |
msgstr "העלה\\י והפעיל\\י את הגרסה שהורדת"
|
699 |
|
700 |
+
#: includes/class-freemius.php:20218
|
701 |
msgid "How to upload and activate?"
|
702 |
msgstr "איך להעלות ולהפעיל?"
|
703 |
|
704 |
+
#: includes/class-freemius.php:20352
|
705 |
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
706 |
msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
|
707 |
|
708 |
+
#: includes/class-freemius.php:20513
|
709 |
msgid "Auto installation only works for opted-in users."
|
710 |
msgstr "Auto installation only works for opted-in users."
|
711 |
|
712 |
+
#: includes/class-freemius.php20523, includes/class-freemius.php20556,
|
713 |
+
#: includes/class-fs-plugin-updater.php1060,
|
714 |
+
#: includes/class-fs-plugin-updater.php:1074
|
715 |
msgid "Invalid module ID."
|
716 |
msgstr "מזהה המודול לא תקני."
|
717 |
|
718 |
+
#: includes/class-freemius.php20532, includes/class-fs-plugin-updater.php:1096
|
719 |
msgid "Premium version already active."
|
720 |
msgstr "הגרסה בתשלום כבר פעילה."
|
721 |
|
722 |
+
#: includes/class-freemius.php:20539
|
723 |
msgid "You do not have a valid license to access the premium version."
|
724 |
msgstr "אין ברשותך רישיון בר תוקף לשימוש בגרסת הפרימיום."
|
725 |
|
726 |
+
#: includes/class-freemius.php:20546
|
727 |
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
728 |
msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
729 |
|
730 |
+
#: includes/class-freemius.php20564, includes/class-fs-plugin-updater.php:1095
|
731 |
msgid "Premium add-on version already installed."
|
732 |
msgstr "Premium add-on version already installed."
|
733 |
|
734 |
+
#: includes/class-freemius.php:20909
|
735 |
msgid "View paid features"
|
736 |
msgstr "צפה בפיטצ'רים שבתשלום"
|
737 |
|
738 |
+
#: includes/class-freemius.php:21229
|
739 |
msgid "Thank you so much for using %s and its add-ons!"
|
740 |
msgstr "Thank you so much for using %s and its add-ons!"
|
741 |
|
742 |
+
#: includes/class-freemius.php:21230
|
743 |
msgid "Thank you so much for using %s!"
|
744 |
msgstr "אנו מודים לך על היותך כמשתמש של %s!"
|
745 |
|
746 |
+
#: includes/class-freemius.php:21236
|
747 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
748 |
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
749 |
|
750 |
+
#: includes/class-freemius.php:21240
|
751 |
msgid "Thank you so much for using our products!"
|
752 |
msgstr "אנו מודים לך על השימוש במוצרים שלנו!"
|
753 |
|
754 |
+
#: includes/class-freemius.php:21241
|
755 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
756 |
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
757 |
|
758 |
+
#: includes/class-freemius.php:21260
|
759 |
msgid "%s and its add-ons"
|
760 |
msgstr "%s and its add-ons"
|
761 |
|
762 |
+
#: includes/class-freemius.php:21269
|
763 |
msgid "Products"
|
764 |
msgstr "מוצרים"
|
765 |
|
766 |
+
#: includes/class-freemius.php21276, templates/connect.php:272
|
767 |
msgid "Yes"
|
768 |
msgstr "כן"
|
769 |
|
770 |
+
#: includes/class-freemius.php21277, templates/connect.php:273
|
771 |
msgid "send me security & feature updates, educational content and offers."
|
772 |
msgstr "תשלחו לי עדכוני אבטחה ופיטצ'רים, תוכן חינוכי, ומידע אודות מבצעים."
|
773 |
|
774 |
+
#: includes/class-freemius.php21278, templates/connect.php:278
|
775 |
msgid "No"
|
776 |
msgstr "לא"
|
777 |
|
778 |
+
#: includes/class-freemius.php21280, templates/connect.php:280
|
779 |
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
780 |
msgstr "%sאל%2$s תשלחו לי עדכוני אבטחה, פיטצ'רים, תוכן חינוכי, ומידע על מבצעים."
|
781 |
|
782 |
+
#: includes/class-freemius.php:21290
|
783 |
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 🙂"
|
784 |
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 🙂"
|
785 |
|
786 |
+
#: includes/class-freemius.php21292, templates/connect.php:287
|
787 |
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
788 |
msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
789 |
|
790 |
+
#: includes/class-freemius.php:21574
|
791 |
msgid "License key is empty."
|
792 |
msgstr "מפתח הרישיון ריק."
|
793 |
|
794 |
#: includes/class-fs-plugin-updater.php184,
|
795 |
+
#: templates/forms/premium-versions-upgrade-handler.php:57
|
796 |
+
msgid "Renew license"
|
797 |
+
msgstr "חידוש רישיון"
|
798 |
+
|
799 |
+
#: includes/class-fs-plugin-updater.php189,
|
800 |
+
#: templates/forms/premium-versions-upgrade-handler.php:58
|
801 |
+
msgid "Buy license"
|
802 |
+
msgstr "Buy license"
|
803 |
+
|
804 |
+
#: includes/class-fs-plugin-updater.php:278
|
805 |
+
msgid "There is a %s of %s available."
|
806 |
+
msgstr "There is a %s of %s available."
|
807 |
+
|
808 |
+
#: includes/class-fs-plugin-updater.php:282
|
809 |
+
msgid "new version"
|
810 |
+
msgstr "new version"
|
811 |
+
|
812 |
+
#: includes/class-fs-plugin-updater.php:305
|
813 |
+
msgid "Important Upgrade Notice:"
|
814 |
+
msgstr "Important Upgrade Notice:"
|
815 |
|
816 |
+
#: includes/class-fs-plugin-updater.php:1125
|
817 |
msgid "Installing plugin: %s"
|
818 |
msgstr "Installing plugin: %s"
|
819 |
|
820 |
+
#: includes/class-fs-plugin-updater.php:1166
|
821 |
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
822 |
msgstr "Unable to connect to the filesystem. Please confirm your credentials."
|
823 |
|
824 |
+
#: includes/class-fs-plugin-updater.php:1348
|
825 |
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
826 |
msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
827 |
|
828 |
+
#: includes/fs-plugin-info-dialog.php369,
|
829 |
+
#: templates/account/partials/addon.php:292
|
830 |
msgctxt "verb"
|
831 |
msgid "Purchase"
|
832 |
msgstr "רכישה"
|
833 |
|
834 |
+
#: includes/fs-plugin-info-dialog.php:372
|
835 |
msgid "Start my free %s"
|
836 |
msgstr "התחל את %s הניסיון שלי"
|
837 |
|
838 |
+
#: includes/fs-plugin-info-dialog.php:413
|
839 |
msgid "Install Free Version Now"
|
840 |
msgstr "התקן גרסה חינאמית עכשיו"
|
841 |
|
842 |
+
#: includes/fs-plugin-info-dialog.php414, templates/auto-installation.php111,
|
843 |
+
#: templates/account/partials/addon.php272,
|
844 |
+
#: templates/account/partials/addon.php:322
|
845 |
msgid "Install Now"
|
846 |
msgstr "התקן עכשיו"
|
847 |
|
848 |
+
#: includes/fs-plugin-info-dialog.php:425
|
849 |
msgctxt "as download latest version"
|
850 |
msgid "Download Latest Free Version"
|
851 |
msgstr "Download Latest Free Version"
|
852 |
|
853 |
+
#: includes/fs-plugin-info-dialog.php426, templates/account.php80,
|
854 |
#: templates/account/partials/addon.php:21
|
855 |
msgctxt "as download latest version"
|
856 |
msgid "Download Latest"
|
857 |
msgstr "הורד גרסה אחרונה"
|
858 |
|
859 |
+
#: includes/fs-plugin-info-dialog.php:436
|
860 |
msgid "Install Free Version Update Now"
|
861 |
msgstr "התקן עדכון גרסה חינאמית עכשיו"
|
862 |
|
863 |
+
#: includes/fs-plugin-info-dialog.php437, templates/account.php:460
|
864 |
msgid "Install Update Now"
|
865 |
msgstr "התקן עדכון במיידי"
|
866 |
|
867 |
+
#: includes/fs-plugin-info-dialog.php:448
|
868 |
msgid "Newer Free Version (%s) Installed"
|
869 |
msgstr "Newer Free Version (%s) Installed"
|
870 |
|
871 |
+
#: includes/fs-plugin-info-dialog.php:449
|
872 |
msgid "Newer Version (%s) Installed"
|
873 |
msgstr "גרסה חדשה (%s) הותקנה"
|
874 |
|
875 |
+
#: includes/fs-plugin-info-dialog.php:457
|
876 |
msgid "Latest Free Version Installed"
|
877 |
msgstr "גרסה חינאמית עדכנית הותקנה"
|
878 |
|
879 |
+
#: includes/fs-plugin-info-dialog.php:458
|
880 |
msgid "Latest Version Installed"
|
881 |
msgstr "הגרסה האחרונה הותקנה"
|
882 |
|
883 |
+
#: includes/fs-plugin-info-dialog.php:613
|
884 |
msgctxt "Plugin installer section title"
|
885 |
msgid "Description"
|
886 |
msgstr "תיאור"
|
887 |
|
888 |
+
#: includes/fs-plugin-info-dialog.php:614
|
889 |
msgctxt "Plugin installer section title"
|
890 |
msgid "Installation"
|
891 |
msgstr "התקנה"
|
892 |
|
893 |
+
#: includes/fs-plugin-info-dialog.php:615
|
894 |
msgctxt "Plugin installer section title"
|
895 |
msgid "FAQ"
|
896 |
msgstr "שאלות נפוצות"
|
897 |
|
898 |
+
#: includes/fs-plugin-info-dialog.php616,
|
899 |
#: templates/plugin-info/description.php:55
|
900 |
msgid "Screenshots"
|
901 |
msgstr "צילומי מסך"
|
902 |
|
903 |
+
#: includes/fs-plugin-info-dialog.php:617
|
904 |
msgctxt "Plugin installer section title"
|
905 |
msgid "Changelog"
|
906 |
msgstr "לוג שינויים"
|
907 |
|
908 |
+
#: includes/fs-plugin-info-dialog.php:618
|
909 |
msgctxt "Plugin installer section title"
|
910 |
msgid "Reviews"
|
911 |
msgstr "ביקורות"
|
912 |
|
913 |
+
#: includes/fs-plugin-info-dialog.php:619
|
914 |
msgctxt "Plugin installer section title"
|
915 |
msgid "Other Notes"
|
916 |
msgstr "היערות נוספות"
|
917 |
|
918 |
+
#: includes/fs-plugin-info-dialog.php:634
|
919 |
msgctxt "Plugin installer section title"
|
920 |
msgid "Features & Pricing"
|
921 |
msgstr "פיטצ'רים ומחירים"
|
922 |
|
923 |
+
#: includes/fs-plugin-info-dialog.php:644
|
924 |
msgid "Plugin Install"
|
925 |
msgstr "התקנת תוסף"
|
926 |
|
927 |
+
#: includes/fs-plugin-info-dialog.php:716
|
928 |
msgctxt "e.g. Professional Plan"
|
929 |
msgid "%s Plan"
|
930 |
msgstr "חבילה %s"
|
931 |
|
932 |
+
#: includes/fs-plugin-info-dialog.php:742
|
933 |
msgctxt "e.g. the best product"
|
934 |
msgid "Best"
|
935 |
msgstr "הכי טוב"
|
936 |
|
937 |
+
#: includes/fs-plugin-info-dialog.php748,
|
938 |
+
#: includes/fs-plugin-info-dialog.php:768
|
939 |
msgctxt "as every month"
|
940 |
msgid "Monthly"
|
941 |
msgstr "חודשי"
|
942 |
|
943 |
+
#: includes/fs-plugin-info-dialog.php:751
|
944 |
msgctxt "as once a year"
|
945 |
msgid "Annual"
|
946 |
msgstr "שנתי"
|
947 |
|
948 |
+
#: includes/fs-plugin-info-dialog.php:754
|
949 |
msgid "Lifetime"
|
950 |
msgstr "לכל החיים"
|
951 |
|
952 |
+
#: includes/fs-plugin-info-dialog.php768,
|
953 |
+
#: includes/fs-plugin-info-dialog.php770,
|
954 |
+
#: includes/fs-plugin-info-dialog.php:772
|
955 |
msgctxt "e.g. billed monthly"
|
956 |
msgid "Billed %s"
|
957 |
msgstr "מחוייב על בסיס %s"
|
958 |
|
959 |
+
#: includes/fs-plugin-info-dialog.php:770
|
960 |
msgctxt "as once a year"
|
961 |
msgid "Annually"
|
962 |
msgstr "שנתי"
|
963 |
|
964 |
+
#: includes/fs-plugin-info-dialog.php:772
|
965 |
msgctxt "as once a year"
|
966 |
msgid "Once"
|
967 |
msgstr "פעם אחת"
|
968 |
|
969 |
+
#: includes/fs-plugin-info-dialog.php:778
|
970 |
msgid "Single Site License"
|
971 |
msgstr "רשיון לאתר אחד"
|
972 |
|
973 |
+
#: includes/fs-plugin-info-dialog.php:780
|
974 |
msgid "Unlimited Licenses"
|
975 |
msgstr "רשיונות ללא הגבלה"
|
976 |
|
977 |
+
#: includes/fs-plugin-info-dialog.php:782
|
978 |
msgid "Up to %s Sites"
|
979 |
msgstr "עד %s אתרים"
|
980 |
|
981 |
+
#: includes/fs-plugin-info-dialog.php792,
|
982 |
#: templates/plugin-info/features.php:82
|
983 |
msgctxt "as monthly period"
|
984 |
msgid "mo"
|
985 |
msgstr "חודשים"
|
986 |
|
987 |
+
#: includes/fs-plugin-info-dialog.php799,
|
988 |
#: templates/plugin-info/features.php:80
|
989 |
msgctxt "as annual period"
|
990 |
msgid "year"
|
991 |
msgstr "שנה"
|
992 |
|
993 |
+
#: includes/fs-plugin-info-dialog.php:853
|
994 |
msgctxt "noun"
|
995 |
msgid "Price"
|
996 |
msgstr "מחיר"
|
997 |
|
998 |
+
#: includes/fs-plugin-info-dialog.php:901
|
999 |
msgid "Save %s"
|
1000 |
msgstr "שמירת %s"
|
1001 |
|
1002 |
+
#: includes/fs-plugin-info-dialog.php:911
|
1003 |
msgid "No commitment for %s - cancel anytime"
|
1004 |
msgstr "No commitment for %s - cancel anytime"
|
1005 |
|
1006 |
+
#: includes/fs-plugin-info-dialog.php:914
|
1007 |
msgid "After your free %s, pay as little as %s"
|
1008 |
msgstr "After your free %s, pay as little as %s"
|
1009 |
|
1010 |
+
#: includes/fs-plugin-info-dialog.php:925
|
1011 |
msgid "Details"
|
1012 |
msgstr "פרטים"
|
1013 |
|
1014 |
+
#: includes/fs-plugin-info-dialog.php929, templates/account.php91,
|
1015 |
+
#: templates/debug.php201, templates/debug.php238, templates/debug.php452,
|
1016 |
+
#: templates/account/partials/addon.php:32
|
1017 |
msgctxt "product version"
|
1018 |
msgid "Version"
|
1019 |
msgstr "גרסה"
|
1020 |
|
1021 |
+
#: includes/fs-plugin-info-dialog.php:936
|
1022 |
msgctxt "as the plugin author"
|
1023 |
msgid "Author"
|
1024 |
msgstr "Author"
|
1025 |
|
1026 |
+
#: includes/fs-plugin-info-dialog.php:943
|
1027 |
msgid "Last Updated"
|
1028 |
msgstr "עודכן לאחרונה"
|
1029 |
|
1030 |
+
#: includes/fs-plugin-info-dialog.php948, templates/account.php:376
|
1031 |
msgctxt "x-ago"
|
1032 |
msgid "%s ago"
|
1033 |
msgstr "לפני %s"
|
1034 |
|
1035 |
+
#: includes/fs-plugin-info-dialog.php:957
|
1036 |
msgid "Requires WordPress Version"
|
1037 |
msgstr "Requires WordPress Version"
|
1038 |
|
1039 |
+
#: includes/fs-plugin-info-dialog.php:958
|
1040 |
msgid "%s or higher"
|
1041 |
msgstr "%s ומעלה"
|
1042 |
|
1043 |
+
#: includes/fs-plugin-info-dialog.php:965
|
1044 |
msgid "Compatible up to"
|
1045 |
msgstr "Compatible up to"
|
1046 |
|
1047 |
+
#: includes/fs-plugin-info-dialog.php:973
|
1048 |
msgid "Downloaded"
|
1049 |
msgstr "Downloaded"
|
1050 |
|
1051 |
+
#: includes/fs-plugin-info-dialog.php:977
|
1052 |
msgid "%s time"
|
1053 |
msgstr "פעם %s"
|
1054 |
|
1055 |
+
#: includes/fs-plugin-info-dialog.php:979
|
1056 |
msgid "%s times"
|
1057 |
msgstr "%s פעמים"
|
1058 |
|
1059 |
+
#: includes/fs-plugin-info-dialog.php:989
|
1060 |
msgid "WordPress.org Plugin Page"
|
1061 |
msgstr "WordPress.org Plugin Page"
|
1062 |
|
1063 |
+
#: includes/fs-plugin-info-dialog.php:997
|
1064 |
msgid "Plugin Homepage"
|
1065 |
msgstr "עמוד התוסף"
|
1066 |
|
1067 |
+
#: includes/fs-plugin-info-dialog.php1005,
|
1068 |
+
#: includes/fs-plugin-info-dialog.php:1087
|
1069 |
msgid "Donate to this plugin"
|
1070 |
msgstr "תרום לתוסף"
|
1071 |
|
1072 |
+
#: includes/fs-plugin-info-dialog.php:1012
|
1073 |
msgid "Average Rating"
|
1074 |
msgstr "דירוג ממוצע"
|
1075 |
|
1076 |
+
#: includes/fs-plugin-info-dialog.php:1019
|
1077 |
msgid "based on %s"
|
1078 |
msgstr "מבוסס על %s"
|
1079 |
|
1080 |
+
#: includes/fs-plugin-info-dialog.php:1023
|
1081 |
msgid "%s rating"
|
1082 |
msgstr "דרוג %s"
|
1083 |
|
1084 |
+
#: includes/fs-plugin-info-dialog.php:1025
|
1085 |
msgid "%s ratings"
|
1086 |
msgstr "%s דרוגים"
|
1087 |
|
1088 |
+
#: includes/fs-plugin-info-dialog.php:1040
|
1089 |
msgid "%s star"
|
1090 |
msgstr "כוכב %s"
|
1091 |
|
1092 |
+
#: includes/fs-plugin-info-dialog.php:1042
|
1093 |
msgid "%s stars"
|
1094 |
msgstr "%s כוכבים"
|
1095 |
|
1096 |
+
#: includes/fs-plugin-info-dialog.php:1053
|
1097 |
msgid "Click to see reviews that provided a rating of %s"
|
1098 |
msgstr "Click to see reviews that provided a rating of %s"
|
1099 |
|
1100 |
+
#: includes/fs-plugin-info-dialog.php:1066
|
1101 |
msgid "Contributors"
|
1102 |
msgstr "תורמים"
|
1103 |
|
1104 |
+
#: includes/fs-plugin-info-dialog.php1095,
|
1105 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
1106 |
msgid "Warning"
|
1107 |
msgstr "Warning"
|
1108 |
|
1109 |
+
#: includes/fs-plugin-info-dialog.php:1095
|
1110 |
msgid "This plugin has not been tested with your current version of WordPress."
|
1111 |
msgstr "תוסף זה לא נבדק עם גרסת הוורדפרס שלך."
|
1112 |
|
1113 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
1114 |
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1115 |
msgstr "התוסף לא סומן כתואם לגרסת הוורדפרס שלך."
|
1116 |
|
1117 |
+
#: includes/fs-plugin-info-dialog.php:1116
|
1118 |
msgid "Paid add-on must be deployed to Freemius."
|
1119 |
msgstr "Paid add-on must be deployed to Freemius."
|
1120 |
|
1121 |
+
#: includes/fs-plugin-info-dialog.php:1117
|
1122 |
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1123 |
msgstr "Add-on must be deployed to WordPress.org or Freemius."
|
1124 |
|
1125 |
+
#: templates/account.php81, templates/forms/subscription-cancellation.php96,
|
1126 |
+
#: templates/account/partials/addon.php22,
|
1127 |
#: templates/account/partials/site.php:295
|
1128 |
+
msgid "Downgrading your plan"
|
1129 |
+
msgstr "Downgrading your plan"
|
1130 |
+
|
1131 |
+
#: templates/account.php82, templates/forms/subscription-cancellation.php97,
|
1132 |
+
#: templates/account/partials/addon.php23,
|
1133 |
+
#: templates/account/partials/site.php:296
|
1134 |
+
msgid "Cancelling the subscription"
|
1135 |
+
msgstr "Cancelling the subscription"
|
1136 |
+
|
1137 |
+
#. translators: %1s: Either 'Downgrading your plan' or 'Cancelling the
|
1138 |
+
#. subscription'
|
1139 |
+
#: templates/account.php84, templates/forms/subscription-cancellation.php99,
|
1140 |
+
#: templates/account/partials/addon.php25,
|
1141 |
+
#: templates/account/partials/site.php:298
|
1142 |
+
msgid "%1s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
1143 |
+
msgstr "%1s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
1144 |
|
1145 |
+
#: templates/account.php85, templates/forms/subscription-cancellation.php100,
|
1146 |
+
#: templates/account/partials/addon.php26,
|
1147 |
+
#: templates/account/partials/site.php:299
|
1148 |
+
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."
|
1149 |
+
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."
|
1150 |
+
|
1151 |
+
#: templates/account.php86, templates/forms/subscription-cancellation.php106,
|
1152 |
+
#: templates/account/partials/addon.php:27
|
1153 |
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1154 |
msgstr "ביטול הניסיון יחסום מייד את הפיטצ'רים שהינם בתשלום. האם ברצונך בכל זאת להמשיך?"
|
1155 |
|
1156 |
+
#: templates/account.php87, templates/forms/subscription-cancellation.php101,
|
1157 |
+
#: templates/account/partials/addon.php28,
|
1158 |
+
#: templates/account/partials/site.php:300
|
1159 |
+
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1160 |
+
msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1161 |
|
1162 |
+
#: templates/account.php88, templates/forms/subscription-cancellation.php102,
|
1163 |
+
#: templates/account/partials/addon.php29,
|
1164 |
+
#: templates/account/partials/site.php:301
|
1165 |
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1166 |
msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1167 |
|
1168 |
#. translators: %s: Plan title (e.g. "Professional")
|
1169 |
+
#: templates/account.php90,
|
1170 |
#: templates/account/partials/activate-license-button.php31,
|
1171 |
+
#: templates/account/partials/addon.php:31
|
1172 |
msgid "Activate %s Plan"
|
1173 |
msgstr "הפעל חבילה %s"
|
1174 |
|
1175 |
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1176 |
+
#: templates/account.php93, templates/account/partials/addon.php34,
|
1177 |
#: templates/account/partials/site.php:275
|
1178 |
msgid "Auto renews in %s"
|
1179 |
msgstr "עדכן אוטומטית בעוד %s"
|
1180 |
|
1181 |
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1182 |
+
#: templates/account.php95, templates/account/partials/addon.php36,
|
1183 |
#: templates/account/partials/site.php:277
|
1184 |
msgid "Expires in %s"
|
1185 |
msgstr "פג תוקף בעוד %s"
|
1186 |
|
1187 |
+
#: templates/account.php96, templates/account/partials/addon.php:37
|
1188 |
msgctxt "as synchronize license"
|
1189 |
msgid "Sync License"
|
1190 |
msgstr "סינכרן רישיון"
|
1191 |
|
1192 |
+
#: templates/account.php97, templates/account/partials/addon.php:38
|
1193 |
msgid "Cancel Trial"
|
1194 |
msgstr "ביט"
|
1195 |
|
1196 |
+
#: templates/account.php98, templates/account/partials/addon.php:39
|
1197 |
msgid "Change Plan"
|
1198 |
msgstr "שינוי חבילה"
|
1199 |
|
1200 |
+
#: templates/account.php99, templates/account/partials/addon.php:40
|
1201 |
msgctxt "verb"
|
1202 |
msgid "Upgrade"
|
1203 |
msgstr "שדרג"
|
1204 |
|
1205 |
+
#: templates/account.php101, templates/account/partials/addon.php42,
|
1206 |
+
#: templates/account/partials/site.php:302
|
1207 |
msgctxt "verb"
|
1208 |
msgid "Downgrade"
|
1209 |
msgstr "שנמך"
|
1210 |
|
1211 |
+
#: templates/account.php103, templates/add-ons.php130,
|
1212 |
#: templates/plugin-info/features.php72,
|
1213 |
+
#: templates/account/partials/addon.php44,
|
1214 |
#: templates/account/partials/site.php:31
|
1215 |
msgid "Free"
|
1216 |
msgstr "חינם"
|
1217 |
|
1218 |
+
#: templates/account.php104, templates/account/partials/addon.php:45
|
1219 |
msgid "Activate"
|
1220 |
msgstr "הפעלה"
|
1221 |
|
1222 |
+
#: templates/account.php105, templates/debug.php371,
|
1223 |
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1224 |
+
#: templates/account/partials/addon.php:46
|
1225 |
msgctxt "as product pricing plan"
|
1226 |
msgid "Plan"
|
1227 |
msgstr "חבילה"
|
1228 |
|
1229 |
+
#: templates/account.php:158
|
1230 |
msgid "Free Trial"
|
1231 |
msgstr "ניסיון חינם"
|
1232 |
|
1233 |
+
#: templates/account.php:169
|
1234 |
msgid "Account Details"
|
1235 |
msgstr "פרטי חשבון"
|
1236 |
|
1237 |
+
#: templates/account.php:179
|
1238 |
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?"
|
1239 |
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?"
|
1240 |
|
1241 |
+
#: templates/account.php:181
|
1242 |
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?"
|
1243 |
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?"
|
1244 |
|
1245 |
+
#: templates/account.php:184
|
1246 |
msgid "Delete Account"
|
1247 |
msgstr "מחיקת חשבון"
|
1248 |
|
1249 |
+
#: templates/account.php196, templates/account/partials/addon.php159,
|
1250 |
#: templates/account/partials/deactivate-license-button.php:35
|
1251 |
msgid "Deactivate License"
|
1252 |
msgstr "שיחרור רישיון"
|
1253 |
|
1254 |
+
#: templates/account.php219, templates/forms/subscription-cancellation.php:125
|
1255 |
msgid "Are you sure you want to proceed?"
|
1256 |
msgstr "האם את/ה בטוח רוצה להמשיך?"
|
1257 |
|
1258 |
+
#: templates/account.php219, templates/account/partials/addon.php:182
|
1259 |
msgid "Cancel Subscription"
|
1260 |
msgstr "בטל מנוי"
|
1261 |
|
1262 |
+
#: templates/account.php:247
|
1263 |
msgctxt "as synchronize"
|
1264 |
msgid "Sync"
|
1265 |
msgstr "סינכרון"
|
1266 |
|
1267 |
+
#: templates/account.php261, templates/debug.php:487
|
1268 |
msgid "Name"
|
1269 |
msgstr "שם"
|
1270 |
|
1271 |
+
#: templates/account.php267, templates/debug.php:488
|
1272 |
msgid "Email"
|
1273 |
msgstr "דוא\"ל"
|
1274 |
|
1275 |
+
#: templates/account.php274, templates/debug.php370, templates/debug.php:526
|
1276 |
msgid "User ID"
|
1277 |
msgstr "מזהה משתמש"
|
1278 |
|
1279 |
+
#: templates/account.php:282
|
1280 |
msgid "Site ID"
|
1281 |
msgstr "מזהה אתר"
|
1282 |
|
1283 |
+
#: templates/account.php:285
|
1284 |
msgid "No ID"
|
1285 |
msgstr "אין מזהה"
|
1286 |
|
1287 |
+
#: templates/account.php290, templates/debug.php243, templates/debug.php372,
|
1288 |
+
#: templates/debug.php453, templates/debug.php490,
|
1289 |
#: templates/account/partials/site.php:219
|
1290 |
msgid "Public Key"
|
1291 |
msgstr "מפתח פומבי"
|
1292 |
|
1293 |
+
#: templates/account.php296, templates/debug.php373, templates/debug.php454,
|
1294 |
+
#: templates/debug.php491, templates/account/partials/site.php:231
|
1295 |
msgid "Secret Key"
|
1296 |
msgstr "מפתח סודי"
|
1297 |
|
1298 |
+
#: templates/account.php:299
|
1299 |
msgctxt "as secret encryption key missing"
|
1300 |
msgid "No Secret"
|
1301 |
msgstr "אין מפתח סודי"
|
1302 |
|
1303 |
+
#: templates/account.php318, templates/account/partials/site.php112,
|
1304 |
#: templates/account/partials/site.php:114
|
1305 |
msgid "Trial"
|
1306 |
msgstr "ניסיון"
|
1307 |
|
1308 |
+
#: templates/account.php337, templates/debug.php531,
|
1309 |
#: templates/account/partials/site.php:248
|
1310 |
msgid "License Key"
|
1311 |
msgstr "License Key"
|
1312 |
|
1313 |
+
#: templates/account.php:367
|
1314 |
msgid "not verified"
|
1315 |
msgstr "לא מאומת"
|
1316 |
|
1317 |
+
#: templates/account.php376, templates/account/partials/addon.php:120
|
1318 |
+
msgid "Expired"
|
1319 |
+
msgstr "פג תוקף"
|
1320 |
+
|
1321 |
+
#: templates/account.php:428
|
1322 |
msgid "Premium version"
|
1323 |
msgstr "גירסת פרימיום"
|
1324 |
|
1325 |
+
#: templates/account.php:430
|
1326 |
msgid "Free version"
|
1327 |
msgstr "גירסה חינאמית"
|
1328 |
|
1329 |
+
#: templates/account.php:442
|
1330 |
msgid "Verify Email"
|
1331 |
msgstr "אמת כתובת דוא\"ל"
|
1332 |
|
1333 |
+
#: templates/account.php:453
|
1334 |
msgid "Download %s Version"
|
1335 |
msgstr "הורד גרסת %s"
|
1336 |
|
1337 |
+
#: templates/account.php467, templates/account.php649,
|
1338 |
#: templates/account/partials/site.php237,
|
1339 |
#: templates/account/partials/site.php:255
|
1340 |
msgctxt "verb"
|
1341 |
msgid "Show"
|
1342 |
msgstr "הצג"
|
1343 |
|
1344 |
+
#: templates/account.php:481
|
1345 |
msgid "What is your %s?"
|
1346 |
msgstr "מה ה%s שלך?"
|
1347 |
|
1348 |
+
#: templates/account.php489, templates/account/billing.php:27
|
1349 |
msgctxt "verb"
|
1350 |
msgid "Edit"
|
1351 |
msgstr "ערוך"
|
1352 |
|
1353 |
+
#: templates/account.php:502
|
1354 |
msgid "Sites"
|
1355 |
msgstr "אתרים"
|
1356 |
|
1357 |
+
#: templates/account.php:513
|
1358 |
msgid "Search by address"
|
1359 |
msgstr "חפש לפי כתובת"
|
1360 |
|
1361 |
+
#: templates/account.php522, templates/account.php570, templates/debug.php236,
|
1362 |
+
#: templates/debug.php364, templates/debug.php449, templates/debug.php486,
|
1363 |
+
#: templates/debug.php524, templates/debug.php597,
|
1364 |
#: templates/account/payments.php35, templates/debug/logger.php:21
|
1365 |
msgid "ID"
|
1366 |
msgstr "מזהה"
|
1367 |
|
1368 |
+
#: templates/account.php523, templates/debug.php:367
|
1369 |
msgid "Address"
|
1370 |
msgstr "כתובת"
|
1371 |
|
1372 |
+
#: templates/account.php:524
|
1373 |
msgid "License"
|
1374 |
msgstr "רישיון"
|
1375 |
|
1376 |
+
#: templates/account.php:525
|
1377 |
msgid "Plan"
|
1378 |
msgstr "חבילה"
|
1379 |
|
1380 |
+
#: templates/account.php:573
|
1381 |
msgctxt "as software license"
|
1382 |
msgid "License"
|
1383 |
msgstr "רישיון"
|
1384 |
|
1385 |
+
#: templates/account.php:643
|
1386 |
msgctxt "verb"
|
1387 |
msgid "Hide"
|
1388 |
msgstr "הסתר"
|
1389 |
|
1390 |
+
#: templates/account.php:686
|
1391 |
+
msgid "Cancelling %s"
|
1392 |
+
msgstr "Cancelling %s"
|
1393 |
+
|
1394 |
+
#: templates/account.php686, templates/account.php703,
|
1395 |
+
#: templates/forms/subscription-cancellation.php27,
|
1396 |
+
#: templates/forms/deactivation/form.php:117
|
1397 |
+
msgid "trial"
|
1398 |
+
msgstr "trial"
|
1399 |
+
|
1400 |
+
#: templates/account.php701, templates/forms/deactivation/form.php:134
|
1401 |
+
msgid "Cancelling %s..."
|
1402 |
+
msgstr "Cancelling %s..."
|
1403 |
+
|
1404 |
+
#: templates/account.php704, templates/forms/subscription-cancellation.php28,
|
1405 |
+
#: templates/forms/deactivation/form.php:118
|
1406 |
+
msgid "subscription"
|
1407 |
+
msgstr "subscription"
|
1408 |
+
|
1409 |
+
#: templates/account.php:718
|
1410 |
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?"
|
1411 |
msgstr "ביטול הרישיון יחסום את כל הפיטצ'רים שבתשלום אך יאפשר להפעיל את הרישיון על אתר אחר. האם תרצו להמשיך בכל זאת?"
|
1412 |
|
1418 |
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."
|
1419 |
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."
|
1420 |
|
1421 |
+
#: templates/add-ons.php:139
|
1422 |
msgid "View details"
|
1423 |
msgstr "פרטים נוספים"
|
1424 |
|
1457 |
msgstr "עומד בתקן PCI"
|
1458 |
|
1459 |
#. translators: %s: name (e.g. Hey John,)
|
1460 |
+
#: templates/connect.php:112
|
1461 |
msgctxt "greeting"
|
1462 |
msgid "Hey %s,"
|
1463 |
msgstr "היי %s,"
|
1464 |
|
1465 |
+
#: templates/connect.php:154
|
1466 |
msgid "Allow & Continue"
|
1467 |
msgstr "אפשר\\י והמשכ\\י"
|
1468 |
|
1469 |
+
#: templates/connect.php:158
|
1470 |
msgid "Re-send activation email"
|
1471 |
msgstr "שליחה חוזרת של מייל האקטיבציה"
|
1472 |
|
1473 |
+
#: templates/connect.php:162
|
1474 |
msgid "Thanks %s!"
|
1475 |
msgstr "תודה %s!"
|
1476 |
|
1477 |
+
#: templates/connect.php172, templates/forms/license-activation.php:43
|
1478 |
msgid "Agree & Activate License"
|
1479 |
msgstr "הסכמה והפעלת רישיון"
|
1480 |
|
1481 |
+
#: templates/connect.php:181
|
1482 |
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1483 |
msgstr "Thanks for purchasing %s! To get started, please enter your license key:"
|
1484 |
|
1485 |
+
#: templates/connect.php:188
|
1486 |
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."
|
1487 |
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."
|
1488 |
|
1489 |
+
#: templates/connect.php:189
|
1490 |
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1491 |
msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1492 |
|
1493 |
+
#: templates/connect.php:195
|
1494 |
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."
|
1495 |
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."
|
1496 |
|
1497 |
+
#: templates/connect.php:196
|
1498 |
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."
|
1499 |
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."
|
1500 |
|
1501 |
+
#: templates/connect.php:230
|
1502 |
msgid "We're excited to introduce the Freemius network-level integration."
|
1503 |
msgstr "We're excited to introduce the Freemius network-level integration."
|
1504 |
|
1505 |
+
#: templates/connect.php:233
|
1506 |
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1507 |
msgstr "During the update process we detected %d site(s) that are still pending license activation."
|
1508 |
|
1509 |
+
#: templates/connect.php:235
|
1510 |
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1511 |
msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1512 |
|
1513 |
+
#: templates/connect.php:237
|
1514 |
msgid "%s's paid features"
|
1515 |
msgstr "%s's paid features"
|
1516 |
|
1517 |
+
#: templates/connect.php:242
|
1518 |
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1519 |
msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1520 |
|
1521 |
+
#: templates/connect.php:244
|
1522 |
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1523 |
msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1524 |
|
1525 |
+
#: templates/connect.php253, templates/forms/license-activation.php:46
|
1526 |
msgid "License key"
|
1527 |
msgstr "מפתח רישיון"
|
1528 |
|
1529 |
+
#: templates/connect.php256, templates/forms/license-activation.php:19
|
1530 |
msgid "Can't find your license key?"
|
1531 |
msgstr "האם אינך מוצא את מפתח הרישיון?"
|
1532 |
|
1533 |
+
#: templates/connect.php315, templates/connect.php630,
|
1534 |
#: templates/forms/deactivation/retry-skip.php:20
|
1535 |
msgctxt "verb"
|
1536 |
msgid "Skip"
|
1537 |
msgstr "דלג"
|
1538 |
|
1539 |
+
#: templates/connect.php:318
|
1540 |
msgid "Delegate to Site Admins"
|
1541 |
msgstr "האצלה למנהלי האתרים"
|
1542 |
|
1543 |
+
#: templates/connect.php:318
|
1544 |
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1545 |
msgstr "If you click it, this decision will be delegated to the sites administrators."
|
1546 |
|
1547 |
+
#: templates/connect.php:346
|
1548 |
msgid "Your Profile Overview"
|
1549 |
msgstr "פרטים כלליים על הפרופיל"
|
1550 |
|
1551 |
+
#: templates/connect.php:347
|
1552 |
msgid "Name and email address"
|
1553 |
msgstr "שם וכתובת דו\"אל"
|
1554 |
|
1555 |
+
#: templates/connect.php:352
|
1556 |
msgid "Your Site Overview"
|
1557 |
msgstr "פרטים כלליים על האתר"
|
1558 |
|
1559 |
+
#: templates/connect.php:353
|
1560 |
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1561 |
msgstr "כתובת אתר, גרסת וורדפרס, פרטי PHP, תוספים ותבניות"
|
1562 |
|
1563 |
+
#: templates/connect.php:358
|
1564 |
msgid "Admin Notices"
|
1565 |
msgstr "התראות מנהל"
|
1566 |
|
1567 |
+
#: templates/connect.php359, templates/connect.php:375
|
1568 |
msgid "Updates, announcements, marketing, no spam"
|
1569 |
msgstr "עדכונים, הכרזות, הודעות שיווקיות, ללא דואר זבל"
|
1570 |
|
1571 |
+
#: templates/connect.php:364
|
1572 |
msgid "Current %s Events"
|
1573 |
msgstr "Current %s Events"
|
1574 |
|
1575 |
+
#: templates/connect.php:365
|
1576 |
msgid "Activation, deactivation and uninstall"
|
1577 |
msgstr "הפעלה, כיבוי והסרה"
|
1578 |
|
1579 |
+
#: templates/connect.php:374
|
1580 |
msgid "Newsletter"
|
1581 |
msgstr "ניוסלטר"
|
1582 |
|
1583 |
+
#: templates/connect.php391, templates/forms/license-activation.php:38
|
1584 |
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."
|
1585 |
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."
|
1586 |
|
1587 |
+
#: templates/connect.php:396
|
1588 |
msgid "What permissions are being granted?"
|
1589 |
msgstr "מהן ההרשאות המוענקות?"
|
1590 |
|
1591 |
+
#: templates/connect.php:417
|
1592 |
msgid "Don't have a license key?"
|
1593 |
msgstr "האם אין ברשותך מפתח רישיון?"
|
1594 |
|
1595 |
+
#: templates/connect.php:418
|
1596 |
msgid "Activate Free Version"
|
1597 |
msgstr "הפעלת גירסה חינאמית"
|
1598 |
|
1599 |
+
#: templates/connect.php:420
|
1600 |
msgid "Have a license key?"
|
1601 |
msgstr "האם ברשותך רישיון?"
|
1602 |
|
1603 |
+
#: templates/connect.php:428
|
1604 |
msgid "Privacy Policy"
|
1605 |
msgstr "מדיניות פרטיות"
|
1606 |
|
1607 |
+
#: templates/connect.php:430
|
1608 |
+
msgid "License Agreement"
|
1609 |
+
msgstr "License Agreement"
|
1610 |
+
|
1611 |
+
#: templates/connect.php:430
|
1612 |
msgid "Terms of Service"
|
1613 |
msgstr "תנאי השירות"
|
1614 |
|
1615 |
+
#: templates/connect.php:766
|
1616 |
msgctxt "as in the process of sending an email"
|
1617 |
msgid "Sending email"
|
1618 |
msgstr "שולח דוא\"ל"
|
1619 |
|
1620 |
+
#: templates/connect.php:767
|
1621 |
msgctxt "as activating plugin"
|
1622 |
msgid "Activating"
|
1623 |
msgstr "מפעיל"
|
1645 |
msgid "Debugging"
|
1646 |
msgstr "דיבוג"
|
1647 |
|
1648 |
+
#: templates/debug.php54, templates/debug.php248, templates/debug.php374,
|
1649 |
+
#: templates/debug.php:492
|
1650 |
msgid "Actions"
|
1651 |
msgstr "פעולות"
|
1652 |
|
1670 |
msgid "Sync Data From Server"
|
1671 |
msgstr "סנכרון מידע מהשרת"
|
1672 |
|
1673 |
+
#: templates/debug.php:95
|
1674 |
+
msgid "Migrate Options to Network"
|
1675 |
+
msgstr "Migrate Options to Network"
|
1676 |
+
|
1677 |
+
#: templates/debug.php:100
|
1678 |
msgid "Load DB Option"
|
1679 |
msgstr "Load DB Option"
|
1680 |
|
1681 |
+
#: templates/debug.php:103
|
1682 |
msgid "Set DB Option"
|
1683 |
msgstr "Set DB Option"
|
1684 |
|
1685 |
+
#: templates/debug.php:180
|
1686 |
msgid "Key"
|
1687 |
msgstr "Key"
|
1688 |
|
1689 |
+
#: templates/debug.php:181
|
1690 |
msgid "Value"
|
1691 |
msgstr "Value"
|
1692 |
|
1693 |
+
#: templates/debug.php:197
|
1694 |
msgctxt "as software development kit versions"
|
1695 |
msgid "SDK Versions"
|
1696 |
msgstr "גרסאות SDK"
|
1697 |
|
1698 |
+
#: templates/debug.php:202
|
1699 |
msgid "SDK Path"
|
1700 |
msgstr "מיקום SDK"
|
1701 |
|
1702 |
+
#: templates/debug.php203, templates/debug.php:242
|
1703 |
msgid "Module Path"
|
1704 |
msgstr "Module Path"
|
1705 |
|
1706 |
+
#: templates/debug.php:204
|
1707 |
msgid "Is Active"
|
1708 |
msgstr "האם פעיל"
|
1709 |
|
1710 |
+
#: templates/debug.php232, templates/debug/plugins-themes-sync.php:35
|
1711 |
msgid "Plugins"
|
1712 |
msgstr "תוספים"
|
1713 |
|
1714 |
+
#: templates/debug.php232, templates/debug/plugins-themes-sync.php:56
|
1715 |
msgid "Themes"
|
1716 |
msgstr "תבניות"
|
1717 |
|
1718 |
+
#: templates/debug.php237, templates/debug.php369, templates/debug.php451,
|
1719 |
#: templates/debug/scheduled-crons.php:80
|
1720 |
msgid "Slug"
|
1721 |
msgstr "מזהה כתובת"
|
1722 |
|
1723 |
+
#: templates/debug.php239, templates/debug.php:450
|
1724 |
msgid "Title"
|
1725 |
msgstr "כותרת"
|
1726 |
|
1727 |
+
#: templates/debug.php:240
|
1728 |
msgctxt "as application program interface"
|
1729 |
msgid "API"
|
1730 |
msgstr "API"
|
1731 |
|
1732 |
+
#: templates/debug.php:241
|
1733 |
msgid "Freemius State"
|
1734 |
msgstr "מצב פרימיוס"
|
1735 |
|
1736 |
+
#: templates/debug.php:245
|
1737 |
msgid "Network Blog"
|
1738 |
msgstr "Network Blog"
|
1739 |
|
1740 |
+
#: templates/debug.php:246
|
1741 |
msgid "Network User"
|
1742 |
msgstr "משתמש רשת"
|
1743 |
|
1744 |
+
#: templates/debug.php:283
|
1745 |
msgctxt "as connection was successful"
|
1746 |
msgid "Connected"
|
1747 |
msgstr "מחובר"
|
1748 |
|
1749 |
+
#: templates/debug.php:284
|
1750 |
msgctxt "as connection blocked"
|
1751 |
msgid "Blocked"
|
1752 |
msgstr "חסום"
|
1753 |
|
1754 |
+
#: templates/debug.php:320
|
1755 |
+
msgid "Simulate Trial Promotion"
|
1756 |
+
msgstr "Simulate Trial Promotion"
|
1757 |
|
1758 |
+
#: templates/debug.php:332
|
1759 |
msgid "Simulate Network Upgrade"
|
1760 |
msgstr "סמלוץ עדכון לרשת"
|
1761 |
|
1762 |
+
#: templates/debug.php:358
|
1763 |
msgid "%s Installs"
|
1764 |
msgstr "%s התקנות"
|
1765 |
|
1766 |
+
#: templates/debug.php:360
|
1767 |
msgctxt "like websites"
|
1768 |
msgid "Sites"
|
1769 |
msgstr "אתרים"
|
1770 |
|
1771 |
+
#: templates/debug.php366, templates/account/partials/site.php:148
|
1772 |
msgid "Blog ID"
|
1773 |
msgstr "מזהה בלוג"
|
1774 |
|
1775 |
+
#: templates/debug.php431, templates/debug.php509,
|
1776 |
+
#: templates/account/partials/addon.php:339
|
1777 |
msgctxt "verb"
|
1778 |
msgid "Delete"
|
1779 |
msgstr "מחק"
|
1780 |
|
1781 |
+
#: templates/debug.php:445
|
1782 |
msgid "Add Ons of module %s"
|
1783 |
msgstr "Add Ons of module %s"
|
1784 |
|
1785 |
+
#: templates/debug.php:482
|
1786 |
msgid "Users"
|
1787 |
msgstr "משתמשים"
|
1788 |
|
1789 |
+
#: templates/debug.php:489
|
1790 |
msgid "Verified"
|
1791 |
msgstr "מאומת"
|
1792 |
|
1793 |
+
#: templates/debug.php:520
|
1794 |
msgid "%s Licenses"
|
1795 |
msgstr "%s Licenses"
|
1796 |
|
1797 |
+
#: templates/debug.php:525
|
1798 |
msgid "Plugin ID"
|
1799 |
msgstr "Plugin ID"
|
1800 |
|
1801 |
+
#: templates/debug.php:527
|
1802 |
msgid "Plan ID"
|
1803 |
msgstr "Plan ID"
|
1804 |
|
1805 |
+
#: templates/debug.php:528
|
1806 |
msgid "Quota"
|
1807 |
msgstr "Quota"
|
1808 |
|
1809 |
+
#: templates/debug.php:529
|
1810 |
msgid "Activated"
|
1811 |
msgstr "Activated"
|
1812 |
|
1813 |
+
#: templates/debug.php:530
|
1814 |
msgid "Blocking"
|
1815 |
msgstr "Blocking"
|
1816 |
|
1817 |
+
#: templates/debug.php:532
|
1818 |
msgctxt "as expiration date"
|
1819 |
msgid "Expiration"
|
1820 |
msgstr "תפוגה"
|
1821 |
|
1822 |
+
#: templates/debug.php:555
|
1823 |
msgid "Debug Log"
|
1824 |
msgstr "Debug Log"
|
1825 |
|
1826 |
+
#: templates/debug.php:559
|
1827 |
msgid "All Types"
|
1828 |
msgstr "כל הסוגים"
|
1829 |
|
1830 |
+
#: templates/debug.php:566
|
1831 |
msgid "All Requests"
|
1832 |
msgstr "כל הבקשות"
|
1833 |
|
1834 |
+
#: templates/debug.php571, templates/debug.php600,
|
1835 |
#: templates/debug/logger.php:25
|
1836 |
msgid "File"
|
1837 |
msgstr "קובץ"
|
1838 |
|
1839 |
+
#: templates/debug.php572, templates/debug.php598,
|
1840 |
#: templates/debug/logger.php:23
|
1841 |
msgid "Function"
|
1842 |
msgstr "פונקציה"
|
1843 |
|
1844 |
+
#: templates/debug.php:573
|
1845 |
msgid "Process ID"
|
1846 |
msgstr "Process ID"
|
1847 |
|
1848 |
+
#: templates/debug.php:574
|
1849 |
msgid "Logger"
|
1850 |
msgstr "Logger"
|
1851 |
|
1852 |
+
#: templates/debug.php575, templates/debug.php599,
|
1853 |
#: templates/debug/logger.php:24
|
1854 |
msgid "Message"
|
1855 |
msgstr "הודעה"
|
1856 |
|
1857 |
+
#: templates/debug.php:577
|
1858 |
msgid "Filter"
|
1859 |
msgstr "פילטר"
|
1860 |
|
1861 |
+
#: templates/debug.php:585
|
1862 |
msgid "Download"
|
1863 |
msgstr "הורדה"
|
1864 |
|
1865 |
+
#: templates/debug.php596, templates/debug/logger.php:22
|
1866 |
msgid "Type"
|
1867 |
msgstr "סוג"
|
1868 |
|
1869 |
+
#: templates/debug.php601, templates/debug/logger.php:26
|
1870 |
msgid "Timestamp"
|
1871 |
msgstr "Timestamp"
|
1872 |
|
2217 |
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2218 |
msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2219 |
|
2220 |
+
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2221 |
msgid "There is a new version of %s available."
|
2222 |
msgstr "יש גרסה חדשה עבור ה%s."
|
2223 |
|
2224 |
+
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2225 |
+
msgid " %s to access version %s security & feature updates, and support."
|
2226 |
+
msgstr " %s to access version %s security & feature updates, and support."
|
2227 |
|
2228 |
+
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2229 |
msgid "New Version Available"
|
2230 |
msgstr "יש גרסה חדשה"
|
2231 |
|
2232 |
+
#: templates/forms/premium-versions-upgrade-handler.php:75
|
|
|
|
|
|
|
|
|
2233 |
msgctxt "close a window"
|
2234 |
msgid "Dismiss"
|
2235 |
msgstr "סגירה"
|
2242 |
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2243 |
msgstr "הזן את כתובת הדואל שאיתה שידרגת כדי לקבל את הרישיון שוב."
|
2244 |
|
2245 |
+
#: templates/forms/subscription-cancellation.php:37
|
2246 |
+
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2247 |
+
msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2248 |
+
|
2249 |
+
#: templates/forms/subscription-cancellation.php:47
|
2250 |
+
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?"
|
2251 |
+
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?"
|
2252 |
+
|
2253 |
+
#: templates/forms/subscription-cancellation.php:52
|
2254 |
+
msgid "license"
|
2255 |
+
msgstr "license"
|
2256 |
+
|
2257 |
+
#: templates/forms/subscription-cancellation.php:57
|
2258 |
+
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."
|
2259 |
+
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."
|
2260 |
+
|
2261 |
+
#: templates/forms/subscription-cancellation.php:68
|
2262 |
+
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2263 |
+
msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2264 |
+
|
2265 |
+
#: templates/forms/subscription-cancellation.php:103
|
2266 |
+
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."
|
2267 |
+
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."
|
2268 |
+
|
2269 |
+
#: templates/forms/subscription-cancellation.php:136
|
2270 |
+
msgid "Cancel %s?"
|
2271 |
+
msgstr "Cancel %s?"
|
2272 |
+
|
2273 |
+
#: templates/forms/subscription-cancellation.php:143
|
2274 |
+
msgid "Proceed"
|
2275 |
+
msgstr "Proceed"
|
2276 |
+
|
2277 |
+
#: templates/forms/subscription-cancellation.php191,
|
2278 |
+
#: templates/forms/deactivation/form.php:150
|
2279 |
+
msgid "Cancel %s & Proceed"
|
2280 |
+
msgstr "Cancel %s & Proceed"
|
2281 |
+
|
2282 |
#: templates/forms/trial-start.php:22
|
2283 |
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2284 |
msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2344 |
msgid "Last license"
|
2345 |
msgstr "רישיון אחרון"
|
2346 |
|
2347 |
+
#: templates/account/partials/addon.php:115
|
2348 |
msgid "Cancelled"
|
2349 |
msgstr "בוטל"
|
2350 |
|
2351 |
+
#: templates/account/partials/addon.php:125
|
|
|
|
|
|
|
|
|
2352 |
msgid "No expiration"
|
2353 |
msgstr "ללא תפוגה"
|
2354 |
|
2355 |
+
#: templates/account/partials/addon.php264,
|
2356 |
+
#: templates/account/partials/addon.php:317
|
2357 |
msgid "Activate this add-on"
|
2358 |
msgstr "הפעל את ההרחבה"
|
2359 |
|
2381 |
msgid "Contact Support"
|
2382 |
msgstr "צור קשר"
|
2383 |
|
2384 |
+
#: templates/forms/deactivation/form.php:59
|
2385 |
msgid "Anonymous feedback"
|
2386 |
msgstr "פידבק אנונימי"
|
2387 |
|
2388 |
+
#: templates/forms/deactivation/form.php:66
|
2389 |
msgid "Deactivate"
|
2390 |
msgstr "כיבוי"
|
2391 |
|
2392 |
+
#: templates/forms/deactivation/form.php:68
|
2393 |
msgid "Activate %s"
|
2394 |
msgstr "Activate %s"
|
2395 |
|
|
|
|
|
|
|
|
|
2396 |
#: templates/forms/deactivation/form.php:80
|
2397 |
+
msgid "Quick Feedback"
|
2398 |
+
msgstr "Quick Feedback"
|
2399 |
+
|
2400 |
+
#: templates/forms/deactivation/form.php:84
|
2401 |
msgid "If you have a moment, please let us know why you are %s"
|
2402 |
msgstr "If you have a moment, please let us know why you are %s"
|
2403 |
|
2404 |
+
#: templates/forms/deactivation/form.php:84
|
2405 |
msgid "deactivating"
|
2406 |
msgstr "deactivating"
|
2407 |
|
2408 |
+
#: templates/forms/deactivation/form.php:84
|
2409 |
msgid "switching"
|
2410 |
msgstr "switching"
|
2411 |
|
2412 |
+
#: templates/forms/deactivation/form.php:332
|
2413 |
msgid "Submit & %s"
|
2414 |
msgstr "Submit & %s"
|
2415 |
|
2416 |
+
#: templates/forms/deactivation/form.php:353
|
2417 |
msgid "Kindly tell us the reason so we can improve."
|
2418 |
msgstr "אנא שתף את הסיבה כדי שנוכל להשתפר."
|
2419 |
|
2420 |
+
#: templates/forms/deactivation/form.php:478
|
2421 |
msgid "Yes - %s"
|
2422 |
msgstr "Yes - %s"
|
2423 |
|
2424 |
+
#: templates/forms/deactivation/form.php:485
|
2425 |
msgid "Skip & %s"
|
2426 |
msgstr "דלג ו%s"
|
2427 |
|
freemius/languages/freemius-hu_HU.mo
ADDED
Binary file
|
freemius/languages/freemius-hu_HU.po
ADDED
@@ -0,0 +1,2433 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2019 freemius
|
2 |
+
# This file is distributed under the same license as the freemius package.
|
3 |
+
# Translators:
|
4 |
+
# Peter Ambrus, 2018-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: 2019-01-10 20:38+0000\n"
|
11 |
+
"Last-Translator: Peter Ambrus\n"
|
12 |
+
"Language: hu_HU\n"
|
13 |
+
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/freemius/wordpress-sdk/language/hu_HU/)\n"
|
14 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
+
"Content-Transfer-Encoding: 8bit\n"
|
16 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\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"
|
21 |
+
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
23 |
+
|
24 |
+
#: includes/class-freemius.php:1688
|
25 |
+
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
26 |
+
msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
27 |
+
|
28 |
+
#: includes/class-freemius.php:1690
|
29 |
+
msgid "Error"
|
30 |
+
msgstr "Hiba"
|
31 |
+
|
32 |
+
#: includes/class-freemius.php:2011
|
33 |
+
msgid "I found a better %s"
|
34 |
+
msgstr "Jobb %st találtam"
|
35 |
+
|
36 |
+
#: includes/class-freemius.php:2013
|
37 |
+
msgid "What's the %s's name?"
|
38 |
+
msgstr "Mi a %s neve?"
|
39 |
+
|
40 |
+
#: includes/class-freemius.php:2019
|
41 |
+
msgid "It's a temporary %s. I'm just debugging an issue."
|
42 |
+
msgstr "Ez csak egy ideiglenes %s. Egy hibát kell megoldanom."
|
43 |
+
|
44 |
+
#: includes/class-freemius.php:2021
|
45 |
+
msgid "Deactivation"
|
46 |
+
msgstr "Deaktiválás"
|
47 |
+
|
48 |
+
#: includes/class-freemius.php:2022
|
49 |
+
msgid "Theme Switch"
|
50 |
+
msgstr "Sablon váltás"
|
51 |
+
|
52 |
+
#: includes/class-freemius.php2031, templates/forms/resend-key.php:24
|
53 |
+
msgid "Other"
|
54 |
+
msgstr "Egyéb"
|
55 |
+
|
56 |
+
#: includes/class-freemius.php:2039
|
57 |
+
msgid "I no longer need the %s"
|
58 |
+
msgstr "I no longer need the %s"
|
59 |
+
|
60 |
+
#: includes/class-freemius.php:2046
|
61 |
+
msgid "I only needed the %s for a short period"
|
62 |
+
msgstr "I only needed the %s for a short period"
|
63 |
+
|
64 |
+
#: includes/class-freemius.php:2052
|
65 |
+
msgid "The %s broke my site"
|
66 |
+
msgstr "The %s broke my site"
|
67 |
+
|
68 |
+
#: includes/class-freemius.php:2059
|
69 |
+
msgid "The %s suddenly stopped working"
|
70 |
+
msgstr "The %s suddenly stopped working"
|
71 |
+
|
72 |
+
#: includes/class-freemius.php:2069
|
73 |
+
msgid "I can't pay for it anymore"
|
74 |
+
msgstr "Nem tudom tovább fizetni"
|
75 |
+
|
76 |
+
#: includes/class-freemius.php:2071
|
77 |
+
msgid "What price would you feel comfortable paying?"
|
78 |
+
msgstr "Mi lenne az elfogadható ár, amit tudnál fizetni?"
|
79 |
+
|
80 |
+
#: includes/class-freemius.php:2077
|
81 |
+
msgid "I don't like to share my information with you"
|
82 |
+
msgstr "Nem szeretném megosztani veletek az információt"
|
83 |
+
|
84 |
+
#: includes/class-freemius.php:2098
|
85 |
+
msgid "The %s didn't work"
|
86 |
+
msgstr "A %s nem működött"
|
87 |
+
|
88 |
+
#: includes/class-freemius.php:2108
|
89 |
+
msgid "I couldn't understand how to make it work"
|
90 |
+
msgstr "Nem értettem, hogy kell használni"
|
91 |
+
|
92 |
+
#: includes/class-freemius.php:2116
|
93 |
+
msgid "The %s is great, but I need specific feature that you don't support"
|
94 |
+
msgstr "The %s is great, but I need specific feature that you don't support"
|
95 |
+
|
96 |
+
#: includes/class-freemius.php:2118
|
97 |
+
msgid "What feature?"
|
98 |
+
msgstr "Melyik funkcióra van szükséged?"
|
99 |
+
|
100 |
+
#: includes/class-freemius.php:2122
|
101 |
+
msgid "The %s is not working"
|
102 |
+
msgstr "A(z) %s nem működik"
|
103 |
+
|
104 |
+
#: includes/class-freemius.php:2124
|
105 |
+
msgid "Kindly share what didn't work so we can fix it for future users..."
|
106 |
+
msgstr "Ha elmondod mi nem működött, ki tudjuk javítani a leendő felhasználók számára..."
|
107 |
+
|
108 |
+
#: includes/class-freemius.php:2128
|
109 |
+
msgid "It's not what I was looking for"
|
110 |
+
msgstr "Nem ezt kerestem"
|
111 |
+
|
112 |
+
#: includes/class-freemius.php:2130
|
113 |
+
msgid "What you've been looking for?"
|
114 |
+
msgstr "Pontosan mit kerestél?"
|
115 |
+
|
116 |
+
#: includes/class-freemius.php:2134
|
117 |
+
msgid "The %s didn't work as expected"
|
118 |
+
msgstr "A %s nem az elvárásoknak megfelelően működött"
|
119 |
+
|
120 |
+
#: includes/class-freemius.php:2136
|
121 |
+
msgid "What did you expect?"
|
122 |
+
msgstr "Mire számítottál?"
|
123 |
+
|
124 |
+
#: includes/class-freemius.php2942, templates/debug.php:20
|
125 |
+
msgid "Freemius Debug"
|
126 |
+
msgstr "Freemius Debug"
|
127 |
+
|
128 |
+
#: includes/class-freemius.php:3670
|
129 |
+
msgid "I don't know what is cURL or how to install it, help me!"
|
130 |
+
msgstr "I don't know what is cURL or how to install it, help me!"
|
131 |
+
|
132 |
+
#: includes/class-freemius.php:3672
|
133 |
+
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."
|
134 |
+
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."
|
135 |
+
|
136 |
+
#: includes/class-freemius.php:3679
|
137 |
+
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."
|
138 |
+
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."
|
139 |
+
|
140 |
+
#: includes/class-freemius.php:3784
|
141 |
+
msgid "Yes - do your thing"
|
142 |
+
msgstr "Igen - tedd a dolgod"
|
143 |
+
|
144 |
+
#: includes/class-freemius.php:3789
|
145 |
+
msgid "No - just deactivate"
|
146 |
+
msgstr "Nem - csak deaktiválom"
|
147 |
+
|
148 |
+
#: includes/class-freemius.php3834, includes/class-freemius.php4343,
|
149 |
+
#: includes/class-freemius.php5442, includes/class-freemius.php11545,
|
150 |
+
#: includes/class-freemius.php14916, includes/class-freemius.php14968,
|
151 |
+
#: includes/class-freemius.php15030, includes/class-freemius.php17263,
|
152 |
+
#: includes/class-freemius.php17273, includes/class-freemius.php17882,
|
153 |
+
#: includes/class-freemius.php18742, includes/class-freemius.php18857,
|
154 |
+
#: includes/class-freemius.php19001, templates/add-ons.php:43
|
155 |
+
msgctxt "exclamation"
|
156 |
+
msgid "Oops"
|
157 |
+
msgstr "Hoppá"
|
158 |
+
|
159 |
+
#: includes/class-freemius.php:3903
|
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:4340
|
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:4341
|
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.php4487, includes/class-freemius.php4512,
|
174 |
+
#: includes/class-freemius.php:17953
|
175 |
+
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
176 |
+
msgstr "Unexpected API error. Please contact the %s's author with the following error."
|
177 |
+
|
178 |
+
#: includes/class-freemius.php:5130
|
179 |
+
msgid "Premium %s version was successfully activated."
|
180 |
+
msgstr "Premium %s version was successfully activated."
|
181 |
+
|
182 |
+
#: includes/class-freemius.php5142, includes/class-freemius.php:7004
|
183 |
+
msgctxt ""
|
184 |
+
msgid "W00t"
|
185 |
+
msgstr "Fantasztikus"
|
186 |
+
|
187 |
+
#: includes/class-freemius.php:5157
|
188 |
+
msgid "You have a %s license."
|
189 |
+
msgstr "You have a %s license."
|
190 |
+
|
191 |
+
#: includes/class-freemius.php5161, includes/class-freemius.php14337,
|
192 |
+
#: includes/class-freemius.php14348, includes/class-freemius.php17177,
|
193 |
+
#: includes/class-freemius.php17491, includes/class-freemius.php17557,
|
194 |
+
#: includes/class-freemius.php:17707
|
195 |
+
msgctxt "interjection expressing joy or exuberance"
|
196 |
+
msgid "Yee-haw"
|
197 |
+
msgstr "Juhuuu"
|
198 |
+
|
199 |
+
#: includes/class-freemius.php:5425
|
200 |
+
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."
|
201 |
+
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."
|
202 |
+
|
203 |
+
#: includes/class-freemius.php:5429
|
204 |
+
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
205 |
+
msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
206 |
+
|
207 |
+
#: includes/class-freemius.php5438, templates/add-ons.php103,
|
208 |
+
#: templates/account/partials/addon.php:288
|
209 |
+
msgid "More information about %s"
|
210 |
+
msgstr "More information about %s"
|
211 |
+
|
212 |
+
#: includes/class-freemius.php:5439
|
213 |
+
msgid "Purchase License"
|
214 |
+
msgstr "Licensz vásárlása"
|
215 |
+
|
216 |
+
#: includes/class-freemius.php6372, templates/connect.php:163
|
217 |
+
msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
218 |
+
msgstr "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."
|
219 |
+
|
220 |
+
#: includes/class-freemius.php:6376
|
221 |
+
msgid "start the trial"
|
222 |
+
msgstr "próbaidő indítása"
|
223 |
+
|
224 |
+
#: includes/class-freemius.php6377, templates/connect.php:167
|
225 |
+
msgid "complete the install"
|
226 |
+
msgstr "befejezd a telepítést"
|
227 |
+
|
228 |
+
#: includes/class-freemius.php:6490
|
229 |
+
msgid "You are just one step away - %s"
|
230 |
+
msgstr "Már csak egy lépés van hátra - %s"
|
231 |
+
|
232 |
+
#: includes/class-freemius.php:6493
|
233 |
+
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
234 |
+
msgid "Complete \"%s\" Activation Now"
|
235 |
+
msgstr "\"%s\" aktiválásának a befejezése most"
|
236 |
+
|
237 |
+
#: includes/class-freemius.php:6571
|
238 |
+
msgid "We made a few tweaks to the %s, %s"
|
239 |
+
msgstr "We made a few tweaks to the %s, %s"
|
240 |
+
|
241 |
+
#: includes/class-freemius.php:6575
|
242 |
+
msgid "Opt in to make \"%s\" better!"
|
243 |
+
msgstr "Opt in to make \"%s\" better!"
|
244 |
+
|
245 |
+
#: includes/class-freemius.php:7003
|
246 |
+
msgid "The upgrade of %s was successfully completed."
|
247 |
+
msgstr "The upgrade of %s was successfully completed."
|
248 |
+
|
249 |
+
#: includes/class-freemius.php8925, includes/class-fs-plugin-updater.php886,
|
250 |
+
#: includes/class-fs-plugin-updater.php1081,
|
251 |
+
#: includes/class-fs-plugin-updater.php1088,
|
252 |
+
#: templates/auto-installation.php:32
|
253 |
+
msgid "Add-On"
|
254 |
+
msgstr "Kiegészítő"
|
255 |
+
|
256 |
+
#: includes/class-freemius.php8927, templates/debug.php359,
|
257 |
+
#: templates/debug.php:520
|
258 |
+
msgid "Plugin"
|
259 |
+
msgstr "Bővítmény"
|
260 |
+
|
261 |
+
#: includes/class-freemius.php8928, templates/debug.php359,
|
262 |
+
#: templates/debug.php520, templates/forms/deactivation/form.php:67
|
263 |
+
msgid "Theme"
|
264 |
+
msgstr "Sablon"
|
265 |
+
|
266 |
+
#: includes/class-freemius.php:11412
|
267 |
+
msgid "Invalid site details collection."
|
268 |
+
msgstr "Invalid site details collection."
|
269 |
+
|
270 |
+
#: includes/class-freemius.php:11532
|
271 |
+
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
272 |
+
msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
|
273 |
+
|
274 |
+
#: includes/class-freemius.php:11534
|
275 |
+
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
276 |
+
msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
277 |
+
|
278 |
+
#: includes/class-freemius.php:11808
|
279 |
+
msgid "Account is pending activation."
|
280 |
+
msgstr "A fiók aktiválása függőben."
|
281 |
+
|
282 |
+
#: includes/class-freemius.php11920,
|
283 |
+
#: templates/forms/premium-versions-upgrade-handler.php:47
|
284 |
+
msgid "Buy a license now"
|
285 |
+
msgstr "Vásárolj licenszet most"
|
286 |
+
|
287 |
+
#: includes/class-freemius.php11932,
|
288 |
+
#: templates/forms/premium-versions-upgrade-handler.php:46
|
289 |
+
msgid "Renew your license now"
|
290 |
+
msgstr "Licensz kulcs megújítása"
|
291 |
+
|
292 |
+
#: includes/class-freemius.php:11936
|
293 |
+
msgid "%s to access version %s security & feature updates, and support."
|
294 |
+
msgstr "%s to access version %s security & feature updates, and support."
|
295 |
+
|
296 |
+
#: includes/class-freemius.php:14319
|
297 |
+
msgid "%s activation was successfully completed."
|
298 |
+
msgstr "%s activation was successfully completed."
|
299 |
+
|
300 |
+
#: includes/class-freemius.php:14333
|
301 |
+
msgid "Your account was successfully activated with the %s plan."
|
302 |
+
msgstr "A fiókodat sikeresen aktiváltuk a következő csomaggal: %s"
|
303 |
+
|
304 |
+
#: includes/class-freemius.php14344, includes/class-freemius.php:17553
|
305 |
+
msgid "Your trial has been successfully started."
|
306 |
+
msgstr "A próbaidőszakodat sikeresen aktiváltuk."
|
307 |
+
|
308 |
+
#: includes/class-freemius.php14914, includes/class-freemius.php14966,
|
309 |
+
#: includes/class-freemius.php:15028
|
310 |
+
msgid "Couldn't activate %s."
|
311 |
+
msgstr "Couldn't activate %s."
|
312 |
+
|
313 |
+
#: includes/class-freemius.php14915, includes/class-freemius.php14967,
|
314 |
+
#: includes/class-freemius.php:15029
|
315 |
+
msgid "Please contact us with the following message:"
|
316 |
+
msgstr "Please contact us with the following message:"
|
317 |
+
|
318 |
+
#: includes/class-freemius.php15378, includes/class-freemius.php:19839
|
319 |
+
msgid "Upgrade"
|
320 |
+
msgstr "Előfizetés frissítése"
|
321 |
+
|
322 |
+
#: includes/class-freemius.php:15384
|
323 |
+
msgid "Start Trial"
|
324 |
+
msgstr "Próbaidő indítása"
|
325 |
+
|
326 |
+
#: includes/class-freemius.php:15386
|
327 |
+
msgid "Pricing"
|
328 |
+
msgstr "Árak"
|
329 |
+
|
330 |
+
#: includes/class-freemius.php15448, includes/class-freemius.php:15450
|
331 |
+
msgid "Affiliation"
|
332 |
+
msgstr "Affiliation"
|
333 |
+
|
334 |
+
#: includes/class-freemius.php15478, includes/class-freemius.php15480,
|
335 |
+
#: templates/account.php150, templates/debug.php:324
|
336 |
+
msgid "Account"
|
337 |
+
msgstr "Fiók"
|
338 |
+
|
339 |
+
#: includes/class-freemius.php15493, includes/class-freemius.php15495,
|
340 |
+
#: includes/customizer/class-fs-customizer-support-section.php:60
|
341 |
+
msgid "Contact Us"
|
342 |
+
msgstr "Kapcsolat"
|
343 |
+
|
344 |
+
#: includes/class-freemius.php15505, includes/class-freemius.php15507,
|
345 |
+
#: includes/class-freemius.php19849, templates/account.php100,
|
346 |
+
#: templates/account/partials/addon.php:41
|
347 |
+
msgid "Add-Ons"
|
348 |
+
msgstr "Kiegészítők"
|
349 |
+
|
350 |
+
#: includes/class-freemius.php:15541
|
351 |
+
msgctxt "ASCII arrow left icon"
|
352 |
+
msgid "←"
|
353 |
+
msgstr "←"
|
354 |
+
|
355 |
+
#: includes/class-freemius.php:15541
|
356 |
+
msgctxt "ASCII arrow right icon"
|
357 |
+
msgid "➤"
|
358 |
+
msgstr "➤"
|
359 |
+
|
360 |
+
#: includes/class-freemius.php15543, templates/pricing.php:97
|
361 |
+
msgctxt "noun"
|
362 |
+
msgid "Pricing"
|
363 |
+
msgstr "Árak"
|
364 |
+
|
365 |
+
#: includes/class-freemius.php15756,
|
366 |
+
#: includes/customizer/class-fs-customizer-support-section.php:67
|
367 |
+
msgid "Support Forum"
|
368 |
+
msgstr "Támogató fórum"
|
369 |
+
|
370 |
+
#: includes/class-freemius.php:16542
|
371 |
+
msgid "Your email has been successfully verified - you are AWESOME!"
|
372 |
+
msgstr "Az email címedet sikerült ellenőrizni - ez nagyszerű!"
|
373 |
+
|
374 |
+
#: includes/class-freemius.php:16543
|
375 |
+
msgctxt "a positive response"
|
376 |
+
msgid "Right on"
|
377 |
+
msgstr "Right on"
|
378 |
+
|
379 |
+
#: includes/class-freemius.php:17168
|
380 |
+
msgid "Your %s Add-on plan was successfully upgraded."
|
381 |
+
msgstr "Your %s Add-on plan was successfully upgraded."
|
382 |
+
|
383 |
+
#: includes/class-freemius.php:17170
|
384 |
+
msgid "%s Add-on was successfully purchased."
|
385 |
+
msgstr "%s Add-on was successfully purchased."
|
386 |
+
|
387 |
+
#: includes/class-freemius.php:17173
|
388 |
+
msgid "Download the latest version"
|
389 |
+
msgstr "Töltsd le a legfrissebb verziót"
|
390 |
+
|
391 |
+
#: includes/class-freemius.php:17259
|
392 |
+
msgctxt "%1s - plugin title, %2s - API domain"
|
393 |
+
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
394 |
+
msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
395 |
+
|
396 |
+
#: includes/class-freemius.php17262, includes/class-freemius.php17678,
|
397 |
+
#: includes/class-freemius.php:17755
|
398 |
+
msgid "Error received from the server:"
|
399 |
+
msgstr "Error received from the server:"
|
400 |
+
|
401 |
+
#: includes/class-freemius.php:17272
|
402 |
+
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
403 |
+
msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
404 |
+
|
405 |
+
#: includes/class-freemius.php17454, includes/class-freemius.php17683,
|
406 |
+
#: includes/class-freemius.php17726, includes/class-freemius.php:17829
|
407 |
+
msgctxt ""
|
408 |
+
msgid "Hmm"
|
409 |
+
msgstr "Hmm"
|
410 |
+
|
411 |
+
#: includes/class-freemius.php:17467
|
412 |
+
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."
|
413 |
+
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."
|
414 |
+
|
415 |
+
#: includes/class-freemius.php17468, templates/account.php102,
|
416 |
+
#: templates/add-ons.php134, templates/account/partials/addon.php:43
|
417 |
+
msgctxt "trial period"
|
418 |
+
msgid "Trial"
|
419 |
+
msgstr "Próbaidő"
|
420 |
+
|
421 |
+
#: includes/class-freemius.php:17473
|
422 |
+
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
423 |
+
msgstr "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
424 |
+
|
425 |
+
#: includes/class-freemius.php17477, includes/class-freemius.php:17535
|
426 |
+
msgid "Please contact us here"
|
427 |
+
msgstr "Please contact us here"
|
428 |
+
|
429 |
+
#: includes/class-freemius.php:17487
|
430 |
+
msgid "Your plan was successfully upgraded."
|
431 |
+
msgstr "Your plan was successfully upgraded."
|
432 |
+
|
433 |
+
#: includes/class-freemius.php:17505
|
434 |
+
msgid "Your plan was successfully changed to %s."
|
435 |
+
msgstr "Your plan was successfully changed to %s."
|
436 |
+
|
437 |
+
#: includes/class-freemius.php:17521
|
438 |
+
msgid "Your license has expired. You can still continue using the free %s forever."
|
439 |
+
msgstr "Your license has expired. You can still continue using the free %s forever."
|
440 |
+
|
441 |
+
#: includes/class-freemius.php:17523
|
442 |
+
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
443 |
+
msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
444 |
+
|
445 |
+
#: includes/class-freemius.php:17531
|
446 |
+
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
447 |
+
msgstr "Your license has been cancelled. If you think it's a mistake, please contact support."
|
448 |
+
|
449 |
+
#: includes/class-freemius.php:17544
|
450 |
+
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."
|
451 |
+
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."
|
452 |
+
|
453 |
+
#: includes/class-freemius.php:17567
|
454 |
+
msgid "Your free trial has expired. You can still continue using all our free features."
|
455 |
+
msgstr "Your free trial has expired. You can still continue using all our free features."
|
456 |
+
|
457 |
+
#: includes/class-freemius.php:17569
|
458 |
+
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
459 |
+
msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
460 |
+
|
461 |
+
#: includes/class-freemius.php:17674
|
462 |
+
msgid "It looks like the license could not be activated."
|
463 |
+
msgstr "It looks like the license could not be activated."
|
464 |
+
|
465 |
+
#: includes/class-freemius.php:17704
|
466 |
+
msgid "Your license was successfully activated."
|
467 |
+
msgstr "Your license was successfully activated."
|
468 |
+
|
469 |
+
#: includes/class-freemius.php:17730
|
470 |
+
msgid "It looks like your site currently doesn't have an active license."
|
471 |
+
msgstr "It looks like your site currently doesn't have an active license."
|
472 |
+
|
473 |
+
#: includes/class-freemius.php:17754
|
474 |
+
msgid "It looks like the license deactivation failed."
|
475 |
+
msgstr "Úgy tűnik a licensz deaktiválása nem sikerült."
|
476 |
+
|
477 |
+
#: includes/class-freemius.php:17782
|
478 |
+
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
479 |
+
msgstr "A licenszedet sikeresen deaktiváltuk, az aktuális csomagod: %s"
|
480 |
+
|
481 |
+
#: includes/class-freemius.php:17783
|
482 |
+
msgid "O.K"
|
483 |
+
msgstr "Rendben"
|
484 |
+
|
485 |
+
#: includes/class-freemius.php:17836
|
486 |
+
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
487 |
+
msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
488 |
+
|
489 |
+
#: includes/class-freemius.php:17845
|
490 |
+
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
491 |
+
msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
492 |
+
|
493 |
+
#: includes/class-freemius.php:17887
|
494 |
+
msgid "You are already running the %s in a trial mode."
|
495 |
+
msgstr "You are already running the %s in a trial mode."
|
496 |
+
|
497 |
+
#: includes/class-freemius.php:17898
|
498 |
+
msgid "You already utilized a trial before."
|
499 |
+
msgstr "You already utilized a trial before."
|
500 |
+
|
501 |
+
#: includes/class-freemius.php:17912
|
502 |
+
msgid "Plan %s do not exist, therefore, can't start a trial."
|
503 |
+
msgstr "Plan %s do not exist, therefore, can't start a trial."
|
504 |
+
|
505 |
+
#: includes/class-freemius.php:17923
|
506 |
+
msgid "Plan %s does not support a trial period."
|
507 |
+
msgstr "Plan %s does not support a trial period."
|
508 |
+
|
509 |
+
#: includes/class-freemius.php:17934
|
510 |
+
msgid "None of the %s's plans supports a trial period."
|
511 |
+
msgstr "None of the %s's plans supports a trial period."
|
512 |
+
|
513 |
+
#: includes/class-freemius.php:17984
|
514 |
+
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
515 |
+
msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
516 |
+
|
517 |
+
#: includes/class-freemius.php:18020
|
518 |
+
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
519 |
+
msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
520 |
+
|
521 |
+
#: includes/class-freemius.php:18039
|
522 |
+
msgid "Your %s free trial was successfully cancelled."
|
523 |
+
msgstr "Your %s free trial was successfully cancelled."
|
524 |
+
|
525 |
+
#: includes/class-freemius.php:18346
|
526 |
+
msgid "Version %s was released."
|
527 |
+
msgstr "Version %s was released."
|
528 |
+
|
529 |
+
#: includes/class-freemius.php:18346
|
530 |
+
msgid "Please download %s."
|
531 |
+
msgstr "Please download %s."
|
532 |
+
|
533 |
+
#: includes/class-freemius.php:18353
|
534 |
+
msgid "the latest %s version here"
|
535 |
+
msgstr "the latest %s version here"
|
536 |
+
|
537 |
+
#: includes/class-freemius.php:18358
|
538 |
+
msgid "New"
|
539 |
+
msgstr "Új"
|
540 |
+
|
541 |
+
#: includes/class-freemius.php:18363
|
542 |
+
msgid "Seems like you got the latest release."
|
543 |
+
msgstr "Seems like you got the latest release."
|
544 |
+
|
545 |
+
#: includes/class-freemius.php:18364
|
546 |
+
msgid "You are all good!"
|
547 |
+
msgstr "Minden rendben!"
|
548 |
+
|
549 |
+
#: includes/class-freemius.php:18632
|
550 |
+
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
551 |
+
msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
552 |
+
|
553 |
+
#: includes/class-freemius.php:18769
|
554 |
+
msgid "Site successfully opted in."
|
555 |
+
msgstr "Site successfully opted in."
|
556 |
+
|
557 |
+
#: includes/class-freemius.php18770, includes/class-freemius.php:19581
|
558 |
+
msgid "Awesome"
|
559 |
+
msgstr "Nagyszerű"
|
560 |
+
|
561 |
+
#: includes/class-freemius.php18786, templates/forms/optout.php:32
|
562 |
+
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
563 |
+
msgstr "We appreciate your help in making the %s better by letting us track some usage data."
|
564 |
+
|
565 |
+
#: includes/class-freemius.php:18787
|
566 |
+
msgid "Thank you!"
|
567 |
+
msgstr "Köszönjük!"
|
568 |
+
|
569 |
+
#: includes/class-freemius.php:18794
|
570 |
+
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
571 |
+
msgstr "We will no longer be sending any usage data of %s on %s to %s."
|
572 |
+
|
573 |
+
#: includes/class-freemius.php:18923
|
574 |
+
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."
|
575 |
+
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."
|
576 |
+
|
577 |
+
#: includes/class-freemius.php:18929
|
578 |
+
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
579 |
+
msgstr "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
580 |
+
|
581 |
+
#: includes/class-freemius.php:18934
|
582 |
+
msgid "%s is the new owner of the account."
|
583 |
+
msgstr "%s is the new owner of the account."
|
584 |
+
|
585 |
+
#: includes/class-freemius.php:18936
|
586 |
+
msgctxt "as congratulations"
|
587 |
+
msgid "Congrats"
|
588 |
+
msgstr "Gratulálunk"
|
589 |
+
|
590 |
+
#: includes/class-freemius.php:18956
|
591 |
+
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
592 |
+
msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
593 |
+
|
594 |
+
#: includes/class-freemius.php:18957
|
595 |
+
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
596 |
+
msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
597 |
+
|
598 |
+
#: includes/class-freemius.php:18964
|
599 |
+
msgid "Change Ownership"
|
600 |
+
msgstr "Tulajdonos módosítása"
|
601 |
+
|
602 |
+
#: includes/class-freemius.php:18972
|
603 |
+
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
604 |
+
msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
605 |
+
|
606 |
+
#: includes/class-freemius.php:18984
|
607 |
+
msgid "Please provide your full name."
|
608 |
+
msgstr "Kérlek add meg a teljes neved!"
|
609 |
+
|
610 |
+
#: includes/class-freemius.php:18989
|
611 |
+
msgid "Your name was successfully updated."
|
612 |
+
msgstr "A neved sikeresen frissítettük."
|
613 |
+
|
614 |
+
#: includes/class-freemius.php:19050
|
615 |
+
msgid "You have successfully updated your %s."
|
616 |
+
msgstr "You have successfully updated your %s."
|
617 |
+
|
618 |
+
#: includes/class-freemius.php:19190
|
619 |
+
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
620 |
+
msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
621 |
+
|
622 |
+
#: includes/class-freemius.php:19191
|
623 |
+
msgctxt "advance notice of something that will need attention."
|
624 |
+
msgid "Heads up"
|
625 |
+
msgstr "Figyelem"
|
626 |
+
|
627 |
+
#: includes/class-freemius.php:19621
|
628 |
+
msgctxt "exclamation"
|
629 |
+
msgid "Hey"
|
630 |
+
msgstr "Üdv"
|
631 |
+
|
632 |
+
#: includes/class-freemius.php:19621
|
633 |
+
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
634 |
+
msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
635 |
+
|
636 |
+
#: includes/class-freemius.php:19629
|
637 |
+
msgid "No commitment for %s days - cancel anytime!"
|
638 |
+
msgstr "No commitment for %s days - cancel anytime!"
|
639 |
+
|
640 |
+
#: includes/class-freemius.php:19630
|
641 |
+
msgid "No credit card required"
|
642 |
+
msgstr "Bankkártya megadása nem kötelező"
|
643 |
+
|
644 |
+
#: includes/class-freemius.php19637, templates/forms/trial-start.php:53
|
645 |
+
msgctxt "call to action"
|
646 |
+
msgid "Start free trial"
|
647 |
+
msgstr "Start free trial"
|
648 |
+
|
649 |
+
#: includes/class-freemius.php:19714
|
650 |
+
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!"
|
651 |
+
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!"
|
652 |
+
|
653 |
+
#: includes/class-freemius.php:19723
|
654 |
+
msgid "Learn more"
|
655 |
+
msgstr "Bővebben"
|
656 |
+
|
657 |
+
#: includes/class-freemius.php19873, templates/account.php406,
|
658 |
+
#: templates/account.php509, templates/connect.php171,
|
659 |
+
#: templates/connect.php421, templates/forms/license-activation.php24,
|
660 |
+
#: templates/account/partials/addon.php:235
|
661 |
+
msgid "Activate License"
|
662 |
+
msgstr "Licensz aktiválása"
|
663 |
+
|
664 |
+
#: includes/class-freemius.php19874, templates/account.php469,
|
665 |
+
#: templates/account.php508, templates/account/partials/site.php:256
|
666 |
+
msgid "Change License"
|
667 |
+
msgstr "Licensz módosítása"
|
668 |
+
|
669 |
+
#: includes/class-freemius.php19956, templates/account/partials/site.php:161
|
670 |
+
msgid "Opt Out"
|
671 |
+
msgstr "Leiratkozás"
|
672 |
+
|
673 |
+
#: includes/class-freemius.php19958, includes/class-freemius.php19963,
|
674 |
+
#: templates/account/partials/site.php43,
|
675 |
+
#: templates/account/partials/site.php:161
|
676 |
+
msgid "Opt In"
|
677 |
+
msgstr "Feliratkozás"
|
678 |
+
|
679 |
+
#: includes/class-freemius.php:20187
|
680 |
+
msgid " The paid version of %1s is already installed. Please activate it to start benefiting the %2s features. %3s"
|
681 |
+
msgstr " The paid version of %1s is already installed. Please activate it to start benefiting the %2s features. %3s"
|
682 |
+
|
683 |
+
#: includes/class-freemius.php:20195
|
684 |
+
msgid "Activate %s features"
|
685 |
+
msgstr "Activate %s features"
|
686 |
+
|
687 |
+
#: includes/class-freemius.php:20208
|
688 |
+
msgid "Please follow these steps to complete the upgrade"
|
689 |
+
msgstr "Please follow these steps to complete the upgrade"
|
690 |
+
|
691 |
+
#: includes/class-freemius.php:20212
|
692 |
+
msgid "Download the latest %s version"
|
693 |
+
msgstr "Download the latest %s version"
|
694 |
+
|
695 |
+
#: includes/class-freemius.php:20216
|
696 |
+
msgid "Upload and activate the downloaded version"
|
697 |
+
msgstr "Upload and activate the downloaded version"
|
698 |
+
|
699 |
+
#: includes/class-freemius.php:20218
|
700 |
+
msgid "How to upload and activate?"
|
701 |
+
msgstr "How to upload and activate?"
|
702 |
+
|
703 |
+
#: includes/class-freemius.php:20352
|
704 |
+
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
705 |
+
msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
|
706 |
+
|
707 |
+
#: includes/class-freemius.php:20513
|
708 |
+
msgid "Auto installation only works for opted-in users."
|
709 |
+
msgstr "Auto installation only works for opted-in users."
|
710 |
+
|
711 |
+
#: includes/class-freemius.php20523, includes/class-freemius.php20556,
|
712 |
+
#: includes/class-fs-plugin-updater.php1060,
|
713 |
+
#: includes/class-fs-plugin-updater.php:1074
|
714 |
+
msgid "Invalid module ID."
|
715 |
+
msgstr "Invalid module ID."
|
716 |
+
|
717 |
+
#: includes/class-freemius.php20532, includes/class-fs-plugin-updater.php:1096
|
718 |
+
msgid "Premium version already active."
|
719 |
+
msgstr "Premium version already active."
|
720 |
+
|
721 |
+
#: includes/class-freemius.php:20539
|
722 |
+
msgid "You do not have a valid license to access the premium version."
|
723 |
+
msgstr "You do not have a valid license to access the premium version."
|
724 |
+
|
725 |
+
#: includes/class-freemius.php:20546
|
726 |
+
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
727 |
+
msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
728 |
+
|
729 |
+
#: includes/class-freemius.php20564, includes/class-fs-plugin-updater.php:1095
|
730 |
+
msgid "Premium add-on version already installed."
|
731 |
+
msgstr "Premium add-on version already installed."
|
732 |
+
|
733 |
+
#: includes/class-freemius.php:20909
|
734 |
+
msgid "View paid features"
|
735 |
+
msgstr "Fizetős funkciók megtekintése"
|
736 |
+
|
737 |
+
#: includes/class-freemius.php:21229
|
738 |
+
msgid "Thank you so much for using %s and its add-ons!"
|
739 |
+
msgstr "Thank you so much for using %s and its add-ons!"
|
740 |
+
|
741 |
+
#: includes/class-freemius.php:21230
|
742 |
+
msgid "Thank you so much for using %s!"
|
743 |
+
msgstr "Thank you so much for using %s!"
|
744 |
+
|
745 |
+
#: includes/class-freemius.php:21236
|
746 |
+
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
747 |
+
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
748 |
+
|
749 |
+
#: includes/class-freemius.php:21240
|
750 |
+
msgid "Thank you so much for using our products!"
|
751 |
+
msgstr "Thank you so much for using our products!"
|
752 |
+
|
753 |
+
#: includes/class-freemius.php:21241
|
754 |
+
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
755 |
+
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
756 |
+
|
757 |
+
#: includes/class-freemius.php:21260
|
758 |
+
msgid "%s and its add-ons"
|
759 |
+
msgstr "%s and its add-ons"
|
760 |
+
|
761 |
+
#: includes/class-freemius.php:21269
|
762 |
+
msgid "Products"
|
763 |
+
msgstr "Termékek"
|
764 |
+
|
765 |
+
#: includes/class-freemius.php21276, templates/connect.php:272
|
766 |
+
msgid "Yes"
|
767 |
+
msgstr "Igen"
|
768 |
+
|
769 |
+
#: includes/class-freemius.php21277, templates/connect.php:273
|
770 |
+
msgid "send me security & feature updates, educational content and offers."
|
771 |
+
msgstr "kérek biztonsági és funkcionális frissítéseket, használati ismertetőket és ajánlatokat."
|
772 |
+
|
773 |
+
#: includes/class-freemius.php21278, templates/connect.php:278
|
774 |
+
msgid "No"
|
775 |
+
msgstr "Nem"
|
776 |
+
|
777 |
+
#: includes/class-freemius.php21280, templates/connect.php:280
|
778 |
+
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
779 |
+
msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
|
780 |
+
|
781 |
+
#: includes/class-freemius.php:21290
|
782 |
+
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 🙂"
|
783 |
+
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 🙂"
|
784 |
+
|
785 |
+
#: includes/class-freemius.php21292, templates/connect.php:287
|
786 |
+
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
787 |
+
msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
788 |
+
|
789 |
+
#: includes/class-freemius.php:21574
|
790 |
+
msgid "License key is empty."
|
791 |
+
msgstr "A licensz kulcs üres."
|
792 |
+
|
793 |
+
#: includes/class-fs-plugin-updater.php184,
|
794 |
+
#: templates/forms/premium-versions-upgrade-handler.php:57
|
795 |
+
msgid "Renew license"
|
796 |
+
msgstr "Licensz megújítása"
|
797 |
+
|
798 |
+
#: includes/class-fs-plugin-updater.php189,
|
799 |
+
#: templates/forms/premium-versions-upgrade-handler.php:58
|
800 |
+
msgid "Buy license"
|
801 |
+
msgstr "Licensz vásárlása"
|
802 |
+
|
803 |
+
#: includes/class-fs-plugin-updater.php:278
|
804 |
+
msgid "There is a %s of %s available."
|
805 |
+
msgstr "There is a %s of %s available."
|
806 |
+
|
807 |
+
#: includes/class-fs-plugin-updater.php:282
|
808 |
+
msgid "new version"
|
809 |
+
msgstr "új verzió"
|
810 |
+
|
811 |
+
#: includes/class-fs-plugin-updater.php:305
|
812 |
+
msgid "Important Upgrade Notice:"
|
813 |
+
msgstr "Important Upgrade Notice:"
|
814 |
+
|
815 |
+
#: includes/class-fs-plugin-updater.php:1125
|
816 |
+
msgid "Installing plugin: %s"
|
817 |
+
msgstr "Bővítmény telepítése: %s"
|
818 |
+
|
819 |
+
#: includes/class-fs-plugin-updater.php:1166
|
820 |
+
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
821 |
+
msgstr "Unable to connect to the filesystem. Please confirm your credentials."
|
822 |
+
|
823 |
+
#: includes/class-fs-plugin-updater.php:1348
|
824 |
+
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
825 |
+
msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
826 |
+
|
827 |
+
#: includes/fs-plugin-info-dialog.php369,
|
828 |
+
#: templates/account/partials/addon.php:292
|
829 |
+
msgctxt "verb"
|
830 |
+
msgid "Purchase"
|
831 |
+
msgstr "Vásárlás"
|
832 |
+
|
833 |
+
#: includes/fs-plugin-info-dialog.php:372
|
834 |
+
msgid "Start my free %s"
|
835 |
+
msgstr "Start my free %s"
|
836 |
+
|
837 |
+
#: includes/fs-plugin-info-dialog.php:413
|
838 |
+
msgid "Install Free Version Now"
|
839 |
+
msgstr "Install Free Version Now"
|
840 |
+
|
841 |
+
#: includes/fs-plugin-info-dialog.php414, templates/auto-installation.php111,
|
842 |
+
#: templates/account/partials/addon.php272,
|
843 |
+
#: templates/account/partials/addon.php:322
|
844 |
+
msgid "Install Now"
|
845 |
+
msgstr "Telepítés most"
|
846 |
+
|
847 |
+
#: includes/fs-plugin-info-dialog.php:425
|
848 |
+
msgctxt "as download latest version"
|
849 |
+
msgid "Download Latest Free Version"
|
850 |
+
msgstr "Download Latest Free Version"
|
851 |
+
|
852 |
+
#: includes/fs-plugin-info-dialog.php426, templates/account.php80,
|
853 |
+
#: templates/account/partials/addon.php:21
|
854 |
+
msgctxt "as download latest version"
|
855 |
+
msgid "Download Latest"
|
856 |
+
msgstr "Download Latest"
|
857 |
+
|
858 |
+
#: includes/fs-plugin-info-dialog.php:436
|
859 |
+
msgid "Install Free Version Update Now"
|
860 |
+
msgstr "Install Free Version Update Now"
|
861 |
+
|
862 |
+
#: includes/fs-plugin-info-dialog.php437, templates/account.php:460
|
863 |
+
msgid "Install Update Now"
|
864 |
+
msgstr "Frissítés telepítése most"
|
865 |
+
|
866 |
+
#: includes/fs-plugin-info-dialog.php:448
|
867 |
+
msgid "Newer Free Version (%s) Installed"
|
868 |
+
msgstr "Newer Free Version (%s) Installed"
|
869 |
+
|
870 |
+
#: includes/fs-plugin-info-dialog.php:449
|
871 |
+
msgid "Newer Version (%s) Installed"
|
872 |
+
msgstr "Newer Version (%s) Installed"
|
873 |
+
|
874 |
+
#: includes/fs-plugin-info-dialog.php:457
|
875 |
+
msgid "Latest Free Version Installed"
|
876 |
+
msgstr "Legfrissebb ingyenes verzió telepítve"
|
877 |
+
|
878 |
+
#: includes/fs-plugin-info-dialog.php:458
|
879 |
+
msgid "Latest Version Installed"
|
880 |
+
msgstr "Legfrissebb verzió telepítve"
|
881 |
+
|
882 |
+
#: includes/fs-plugin-info-dialog.php:613
|
883 |
+
msgctxt "Plugin installer section title"
|
884 |
+
msgid "Description"
|
885 |
+
msgstr "Leírás"
|
886 |
+
|
887 |
+
#: includes/fs-plugin-info-dialog.php:614
|
888 |
+
msgctxt "Plugin installer section title"
|
889 |
+
msgid "Installation"
|
890 |
+
msgstr "Telepítés"
|
891 |
+
|
892 |
+
#: includes/fs-plugin-info-dialog.php:615
|
893 |
+
msgctxt "Plugin installer section title"
|
894 |
+
msgid "FAQ"
|
895 |
+
msgstr "GYIK"
|
896 |
+
|
897 |
+
#: includes/fs-plugin-info-dialog.php616,
|
898 |
+
#: templates/plugin-info/description.php:55
|
899 |
+
msgid "Screenshots"
|
900 |
+
msgstr "Képernyőfotók"
|
901 |
+
|
902 |
+
#: includes/fs-plugin-info-dialog.php:617
|
903 |
+
msgctxt "Plugin installer section title"
|
904 |
+
msgid "Changelog"
|
905 |
+
msgstr "Változtatások"
|
906 |
+
|
907 |
+
#: includes/fs-plugin-info-dialog.php:618
|
908 |
+
msgctxt "Plugin installer section title"
|
909 |
+
msgid "Reviews"
|
910 |
+
msgstr "Vélemények"
|
911 |
+
|
912 |
+
#: includes/fs-plugin-info-dialog.php:619
|
913 |
+
msgctxt "Plugin installer section title"
|
914 |
+
msgid "Other Notes"
|
915 |
+
msgstr "Egyéb megjegyzések"
|
916 |
+
|
917 |
+
#: includes/fs-plugin-info-dialog.php:634
|
918 |
+
msgctxt "Plugin installer section title"
|
919 |
+
msgid "Features & Pricing"
|
920 |
+
msgstr "Funkciók & Árak"
|
921 |
+
|
922 |
+
#: includes/fs-plugin-info-dialog.php:644
|
923 |
+
msgid "Plugin Install"
|
924 |
+
msgstr "Bővítmény telepítése"
|
925 |
+
|
926 |
+
#: includes/fs-plugin-info-dialog.php:716
|
927 |
+
msgctxt "e.g. Professional Plan"
|
928 |
+
msgid "%s Plan"
|
929 |
+
msgstr "%s csomag"
|
930 |
+
|
931 |
+
#: includes/fs-plugin-info-dialog.php:742
|
932 |
+
msgctxt "e.g. the best product"
|
933 |
+
msgid "Best"
|
934 |
+
msgstr "Legjobb"
|
935 |
+
|
936 |
+
#: includes/fs-plugin-info-dialog.php748,
|
937 |
+
#: includes/fs-plugin-info-dialog.php:768
|
938 |
+
msgctxt "as every month"
|
939 |
+
msgid "Monthly"
|
940 |
+
msgstr "Havi"
|
941 |
+
|
942 |
+
#: includes/fs-plugin-info-dialog.php:751
|
943 |
+
msgctxt "as once a year"
|
944 |
+
msgid "Annual"
|
945 |
+
msgstr "Éves"
|
946 |
+
|
947 |
+
#: includes/fs-plugin-info-dialog.php:754
|
948 |
+
msgid "Lifetime"
|
949 |
+
msgstr "Örök"
|
950 |
+
|
951 |
+
#: includes/fs-plugin-info-dialog.php768,
|
952 |
+
#: includes/fs-plugin-info-dialog.php770,
|
953 |
+
#: includes/fs-plugin-info-dialog.php:772
|
954 |
+
msgctxt "e.g. billed monthly"
|
955 |
+
msgid "Billed %s"
|
956 |
+
msgstr "%s számlázás"
|
957 |
+
|
958 |
+
#: includes/fs-plugin-info-dialog.php:770
|
959 |
+
msgctxt "as once a year"
|
960 |
+
msgid "Annually"
|
961 |
+
msgstr "Éves"
|
962 |
+
|
963 |
+
#: includes/fs-plugin-info-dialog.php:772
|
964 |
+
msgctxt "as once a year"
|
965 |
+
msgid "Once"
|
966 |
+
msgstr "Egyszeri"
|
967 |
+
|
968 |
+
#: includes/fs-plugin-info-dialog.php:778
|
969 |
+
msgid "Single Site License"
|
970 |
+
msgstr "Egy weboldalas licensz"
|
971 |
+
|
972 |
+
#: includes/fs-plugin-info-dialog.php:780
|
973 |
+
msgid "Unlimited Licenses"
|
974 |
+
msgstr "Korlátlan licensz"
|
975 |
+
|
976 |
+
#: includes/fs-plugin-info-dialog.php:782
|
977 |
+
msgid "Up to %s Sites"
|
978 |
+
msgstr "Up to %s Sites"
|
979 |
+
|
980 |
+
#: includes/fs-plugin-info-dialog.php792,
|
981 |
+
#: templates/plugin-info/features.php:82
|
982 |
+
msgctxt "as monthly period"
|
983 |
+
msgid "mo"
|
984 |
+
msgstr "hó"
|
985 |
+
|
986 |
+
#: includes/fs-plugin-info-dialog.php799,
|
987 |
+
#: templates/plugin-info/features.php:80
|
988 |
+
msgctxt "as annual period"
|
989 |
+
msgid "year"
|
990 |
+
msgstr "év"
|
991 |
+
|
992 |
+
#: includes/fs-plugin-info-dialog.php:853
|
993 |
+
msgctxt "noun"
|
994 |
+
msgid "Price"
|
995 |
+
msgstr "Ár"
|
996 |
+
|
997 |
+
#: includes/fs-plugin-info-dialog.php:901
|
998 |
+
msgid "Save %s"
|
999 |
+
msgstr "%s mentése"
|
1000 |
+
|
1001 |
+
#: includes/fs-plugin-info-dialog.php:911
|
1002 |
+
msgid "No commitment for %s - cancel anytime"
|
1003 |
+
msgstr "No commitment for %s - cancel anytime"
|
1004 |
+
|
1005 |
+
#: includes/fs-plugin-info-dialog.php:914
|
1006 |
+
msgid "After your free %s, pay as little as %s"
|
1007 |
+
msgstr "After your free %s, pay as little as %s"
|
1008 |
+
|
1009 |
+
#: includes/fs-plugin-info-dialog.php:925
|
1010 |
+
msgid "Details"
|
1011 |
+
msgstr "Részletek"
|
1012 |
+
|
1013 |
+
#: includes/fs-plugin-info-dialog.php929, templates/account.php91,
|
1014 |
+
#: templates/debug.php201, templates/debug.php238, templates/debug.php452,
|
1015 |
+
#: templates/account/partials/addon.php:32
|
1016 |
+
msgctxt "product version"
|
1017 |
+
msgid "Version"
|
1018 |
+
msgstr "Verzió"
|
1019 |
+
|
1020 |
+
#: includes/fs-plugin-info-dialog.php:936
|
1021 |
+
msgctxt "as the plugin author"
|
1022 |
+
msgid "Author"
|
1023 |
+
msgstr "Szerző"
|
1024 |
+
|
1025 |
+
#: includes/fs-plugin-info-dialog.php:943
|
1026 |
+
msgid "Last Updated"
|
1027 |
+
msgstr "Utolsó frissítés"
|
1028 |
+
|
1029 |
+
#: includes/fs-plugin-info-dialog.php948, templates/account.php:376
|
1030 |
+
msgctxt "x-ago"
|
1031 |
+
msgid "%s ago"
|
1032 |
+
msgstr "%s ago"
|
1033 |
+
|
1034 |
+
#: includes/fs-plugin-info-dialog.php:957
|
1035 |
+
msgid "Requires WordPress Version"
|
1036 |
+
msgstr "A következő WordPress verzió szükséges:"
|
1037 |
+
|
1038 |
+
#: includes/fs-plugin-info-dialog.php:958
|
1039 |
+
msgid "%s or higher"
|
1040 |
+
msgstr "%s or higher"
|
1041 |
+
|
1042 |
+
#: includes/fs-plugin-info-dialog.php:965
|
1043 |
+
msgid "Compatible up to"
|
1044 |
+
msgstr "Compatible up to"
|
1045 |
+
|
1046 |
+
#: includes/fs-plugin-info-dialog.php:973
|
1047 |
+
msgid "Downloaded"
|
1048 |
+
msgstr "Letöltések száma:"
|
1049 |
+
|
1050 |
+
#: includes/fs-plugin-info-dialog.php:977
|
1051 |
+
msgid "%s time"
|
1052 |
+
msgstr "%s"
|
1053 |
+
|
1054 |
+
#: includes/fs-plugin-info-dialog.php:979
|
1055 |
+
msgid "%s times"
|
1056 |
+
msgstr "%s"
|
1057 |
+
|
1058 |
+
#: includes/fs-plugin-info-dialog.php:989
|
1059 |
+
msgid "WordPress.org Plugin Page"
|
1060 |
+
msgstr "WordPress.org bővítmény oldal"
|
1061 |
+
|
1062 |
+
#: includes/fs-plugin-info-dialog.php:997
|
1063 |
+
msgid "Plugin Homepage"
|
1064 |
+
msgstr "Bővítmény oldala"
|
1065 |
+
|
1066 |
+
#: includes/fs-plugin-info-dialog.php1005,
|
1067 |
+
#: includes/fs-plugin-info-dialog.php:1087
|
1068 |
+
msgid "Donate to this plugin"
|
1069 |
+
msgstr "Bővítmény támogatása"
|
1070 |
+
|
1071 |
+
#: includes/fs-plugin-info-dialog.php:1012
|
1072 |
+
msgid "Average Rating"
|
1073 |
+
msgstr "Átlagos értékelés"
|
1074 |
+
|
1075 |
+
#: includes/fs-plugin-info-dialog.php:1019
|
1076 |
+
msgid "based on %s"
|
1077 |
+
msgstr "based on %s"
|
1078 |
+
|
1079 |
+
#: includes/fs-plugin-info-dialog.php:1023
|
1080 |
+
msgid "%s rating"
|
1081 |
+
msgstr "%s rating"
|
1082 |
+
|
1083 |
+
#: includes/fs-plugin-info-dialog.php:1025
|
1084 |
+
msgid "%s ratings"
|
1085 |
+
msgstr "%s ratings"
|
1086 |
+
|
1087 |
+
#: includes/fs-plugin-info-dialog.php:1040
|
1088 |
+
msgid "%s star"
|
1089 |
+
msgstr "%s star"
|
1090 |
+
|
1091 |
+
#: includes/fs-plugin-info-dialog.php:1042
|
1092 |
+
msgid "%s stars"
|
1093 |
+
msgstr "%s stars"
|
1094 |
+
|
1095 |
+
#: includes/fs-plugin-info-dialog.php:1053
|
1096 |
+
msgid "Click to see reviews that provided a rating of %s"
|
1097 |
+
msgstr "Click to see reviews that provided a rating of %s"
|
1098 |
+
|
1099 |
+
#: includes/fs-plugin-info-dialog.php:1066
|
1100 |
+
msgid "Contributors"
|
1101 |
+
msgstr "Közreműködők"
|
1102 |
+
|
1103 |
+
#: includes/fs-plugin-info-dialog.php1095,
|
1104 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
1105 |
+
msgid "Warning"
|
1106 |
+
msgstr "Figyelmeztetés"
|
1107 |
+
|
1108 |
+
#: includes/fs-plugin-info-dialog.php:1095
|
1109 |
+
msgid "This plugin has not been tested with your current version of WordPress."
|
1110 |
+
msgstr "This plugin has not been tested with your current version of WordPress."
|
1111 |
+
|
1112 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
1113 |
+
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1114 |
+
msgstr "This plugin has not been marked as compatible with your version of WordPress."
|
1115 |
+
|
1116 |
+
#: includes/fs-plugin-info-dialog.php:1116
|
1117 |
+
msgid "Paid add-on must be deployed to Freemius."
|
1118 |
+
msgstr "Paid add-on must be deployed to Freemius."
|
1119 |
+
|
1120 |
+
#: includes/fs-plugin-info-dialog.php:1117
|
1121 |
+
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1122 |
+
msgstr "Add-on must be deployed to WordPress.org or Freemius."
|
1123 |
+
|
1124 |
+
#: templates/account.php81, templates/forms/subscription-cancellation.php96,
|
1125 |
+
#: templates/account/partials/addon.php22,
|
1126 |
+
#: templates/account/partials/site.php:295
|
1127 |
+
msgid "Downgrading your plan"
|
1128 |
+
msgstr "Downgrading your plan"
|
1129 |
+
|
1130 |
+
#: templates/account.php82, templates/forms/subscription-cancellation.php97,
|
1131 |
+
#: templates/account/partials/addon.php23,
|
1132 |
+
#: templates/account/partials/site.php:296
|
1133 |
+
msgid "Cancelling the subscription"
|
1134 |
+
msgstr "Cancelling the subscription"
|
1135 |
+
|
1136 |
+
#. translators: %1s: Either 'Downgrading your plan' or 'Cancelling the
|
1137 |
+
#. subscription'
|
1138 |
+
#: templates/account.php84, templates/forms/subscription-cancellation.php99,
|
1139 |
+
#: templates/account/partials/addon.php25,
|
1140 |
+
#: templates/account/partials/site.php:298
|
1141 |
+
msgid "%1s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
1142 |
+
msgstr "%1s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
1143 |
+
|
1144 |
+
#: templates/account.php85, templates/forms/subscription-cancellation.php100,
|
1145 |
+
#: templates/account/partials/addon.php26,
|
1146 |
+
#: templates/account/partials/site.php:299
|
1147 |
+
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."
|
1148 |
+
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."
|
1149 |
+
|
1150 |
+
#: templates/account.php86, templates/forms/subscription-cancellation.php106,
|
1151 |
+
#: templates/account/partials/addon.php:27
|
1152 |
+
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1153 |
+
msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1154 |
+
|
1155 |
+
#: templates/account.php87, templates/forms/subscription-cancellation.php101,
|
1156 |
+
#: templates/account/partials/addon.php28,
|
1157 |
+
#: templates/account/partials/site.php:300
|
1158 |
+
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1159 |
+
msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1160 |
+
|
1161 |
+
#: templates/account.php88, templates/forms/subscription-cancellation.php102,
|
1162 |
+
#: templates/account/partials/addon.php29,
|
1163 |
+
#: templates/account/partials/site.php:301
|
1164 |
+
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1165 |
+
msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1166 |
+
|
1167 |
+
#. translators: %s: Plan title (e.g. "Professional")
|
1168 |
+
#: templates/account.php90,
|
1169 |
+
#: templates/account/partials/activate-license-button.php31,
|
1170 |
+
#: templates/account/partials/addon.php:31
|
1171 |
+
msgid "Activate %s Plan"
|
1172 |
+
msgstr "%s csomag aktiválása"
|
1173 |
+
|
1174 |
+
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1175 |
+
#: templates/account.php93, templates/account/partials/addon.php34,
|
1176 |
+
#: templates/account/partials/site.php:275
|
1177 |
+
msgid "Auto renews in %s"
|
1178 |
+
msgstr "Auto renews in %s"
|
1179 |
+
|
1180 |
+
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1181 |
+
#: templates/account.php95, templates/account/partials/addon.php36,
|
1182 |
+
#: templates/account/partials/site.php:277
|
1183 |
+
msgid "Expires in %s"
|
1184 |
+
msgstr "Hátralévő idő: %s"
|
1185 |
+
|
1186 |
+
#: templates/account.php96, templates/account/partials/addon.php:37
|
1187 |
+
msgctxt "as synchronize license"
|
1188 |
+
msgid "Sync License"
|
1189 |
+
msgstr "Licensz szinkronizálása"
|
1190 |
+
|
1191 |
+
#: templates/account.php97, templates/account/partials/addon.php:38
|
1192 |
+
msgid "Cancel Trial"
|
1193 |
+
msgstr "Próbaidő törlése"
|
1194 |
+
|
1195 |
+
#: templates/account.php98, templates/account/partials/addon.php:39
|
1196 |
+
msgid "Change Plan"
|
1197 |
+
msgstr "Csomag módosítása"
|
1198 |
+
|
1199 |
+
#: templates/account.php99, templates/account/partials/addon.php:40
|
1200 |
+
msgctxt "verb"
|
1201 |
+
msgid "Upgrade"
|
1202 |
+
msgstr "Váltás nagyobb csomagra"
|
1203 |
+
|
1204 |
+
#: templates/account.php101, templates/account/partials/addon.php42,
|
1205 |
+
#: templates/account/partials/site.php:302
|
1206 |
+
msgctxt "verb"
|
1207 |
+
msgid "Downgrade"
|
1208 |
+
msgstr "Váltás kisebb csomagra"
|
1209 |
+
|
1210 |
+
#: templates/account.php103, templates/add-ons.php130,
|
1211 |
+
#: templates/plugin-info/features.php72,
|
1212 |
+
#: templates/account/partials/addon.php44,
|
1213 |
+
#: templates/account/partials/site.php:31
|
1214 |
+
msgid "Free"
|
1215 |
+
msgstr "Ingyenes"
|
1216 |
+
|
1217 |
+
#: templates/account.php104, templates/account/partials/addon.php:45
|
1218 |
+
msgid "Activate"
|
1219 |
+
msgstr "Aktiválás"
|
1220 |
+
|
1221 |
+
#: templates/account.php105, templates/debug.php371,
|
1222 |
+
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1223 |
+
#: templates/account/partials/addon.php:46
|
1224 |
+
msgctxt "as product pricing plan"
|
1225 |
+
msgid "Plan"
|
1226 |
+
msgstr "Csomag"
|
1227 |
+
|
1228 |
+
#: templates/account.php:158
|
1229 |
+
msgid "Free Trial"
|
1230 |
+
msgstr "Ingyenes próbaidő"
|
1231 |
+
|
1232 |
+
#: templates/account.php:169
|
1233 |
+
msgid "Account Details"
|
1234 |
+
msgstr "Fiók információk"
|
1235 |
+
|
1236 |
+
#: templates/account.php:179
|
1237 |
+
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?"
|
1238 |
+
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?"
|
1239 |
+
|
1240 |
+
#: templates/account.php:181
|
1241 |
+
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?"
|
1242 |
+
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?"
|
1243 |
+
|
1244 |
+
#: templates/account.php:184
|
1245 |
+
msgid "Delete Account"
|
1246 |
+
msgstr "Fiók törlése"
|
1247 |
+
|
1248 |
+
#: templates/account.php196, templates/account/partials/addon.php159,
|
1249 |
+
#: templates/account/partials/deactivate-license-button.php:35
|
1250 |
+
msgid "Deactivate License"
|
1251 |
+
msgstr "Licensz deaktiválása"
|
1252 |
+
|
1253 |
+
#: templates/account.php219, templates/forms/subscription-cancellation.php:125
|
1254 |
+
msgid "Are you sure you want to proceed?"
|
1255 |
+
msgstr "Are you sure you want to proceed?"
|
1256 |
+
|
1257 |
+
#: templates/account.php219, templates/account/partials/addon.php:182
|
1258 |
+
msgid "Cancel Subscription"
|
1259 |
+
msgstr "Előfizetés törlése"
|
1260 |
+
|
1261 |
+
#: templates/account.php:247
|
1262 |
+
msgctxt "as synchronize"
|
1263 |
+
msgid "Sync"
|
1264 |
+
msgstr "Szinkronizálás"
|
1265 |
+
|
1266 |
+
#: templates/account.php261, templates/debug.php:487
|
1267 |
+
msgid "Name"
|
1268 |
+
msgstr "Név"
|
1269 |
+
|
1270 |
+
#: templates/account.php267, templates/debug.php:488
|
1271 |
+
msgid "Email"
|
1272 |
+
msgstr "Email"
|
1273 |
+
|
1274 |
+
#: templates/account.php274, templates/debug.php370, templates/debug.php:526
|
1275 |
+
msgid "User ID"
|
1276 |
+
msgstr "Felhasználó ID"
|
1277 |
+
|
1278 |
+
#: templates/account.php:282
|
1279 |
+
msgid "Site ID"
|
1280 |
+
msgstr "Weboldal ID"
|
1281 |
+
|
1282 |
+
#: templates/account.php:285
|
1283 |
+
msgid "No ID"
|
1284 |
+
msgstr "Nincs ID"
|
1285 |
+
|
1286 |
+
#: templates/account.php290, templates/debug.php243, templates/debug.php372,
|
1287 |
+
#: templates/debug.php453, templates/debug.php490,
|
1288 |
+
#: templates/account/partials/site.php:219
|
1289 |
+
msgid "Public Key"
|
1290 |
+
msgstr "Publikus kulcs"
|
1291 |
+
|
1292 |
+
#: templates/account.php296, templates/debug.php373, templates/debug.php454,
|
1293 |
+
#: templates/debug.php491, templates/account/partials/site.php:231
|
1294 |
+
msgid "Secret Key"
|
1295 |
+
msgstr "Titkos kulcs"
|
1296 |
+
|
1297 |
+
#: templates/account.php:299
|
1298 |
+
msgctxt "as secret encryption key missing"
|
1299 |
+
msgid "No Secret"
|
1300 |
+
msgstr "Nincs titkos kulcs"
|
1301 |
+
|
1302 |
+
#: templates/account.php318, templates/account/partials/site.php112,
|
1303 |
+
#: templates/account/partials/site.php:114
|
1304 |
+
msgid "Trial"
|
1305 |
+
msgstr "Próbaidő"
|
1306 |
+
|
1307 |
+
#: templates/account.php337, templates/debug.php531,
|
1308 |
+
#: templates/account/partials/site.php:248
|
1309 |
+
msgid "License Key"
|
1310 |
+
msgstr "Licensz kulcs"
|
1311 |
+
|
1312 |
+
#: templates/account.php:367
|
1313 |
+
msgid "not verified"
|
1314 |
+
msgstr "nem ellenőrzött"
|
1315 |
+
|
1316 |
+
#: templates/account.php376, templates/account/partials/addon.php:120
|
1317 |
+
msgid "Expired"
|
1318 |
+
msgstr "Lejárt"
|
1319 |
+
|
1320 |
+
#: templates/account.php:428
|
1321 |
+
msgid "Premium version"
|
1322 |
+
msgstr "Prémium verzió"
|
1323 |
+
|
1324 |
+
#: templates/account.php:430
|
1325 |
+
msgid "Free version"
|
1326 |
+
msgstr "Ingyenes verzió"
|
1327 |
+
|
1328 |
+
#: templates/account.php:442
|
1329 |
+
msgid "Verify Email"
|
1330 |
+
msgstr "Email ellenőrzése"
|
1331 |
+
|
1332 |
+
#: templates/account.php:453
|
1333 |
+
msgid "Download %s Version"
|
1334 |
+
msgstr "%s verzió letöltése"
|
1335 |
+
|
1336 |
+
#: templates/account.php467, templates/account.php649,
|
1337 |
+
#: templates/account/partials/site.php237,
|
1338 |
+
#: templates/account/partials/site.php:255
|
1339 |
+
msgctxt "verb"
|
1340 |
+
msgid "Show"
|
1341 |
+
msgstr "Mutasd"
|
1342 |
+
|
1343 |
+
#: templates/account.php:481
|
1344 |
+
msgid "What is your %s?"
|
1345 |
+
msgstr "Mi a te %s?"
|
1346 |
+
|
1347 |
+
#: templates/account.php489, templates/account/billing.php:27
|
1348 |
+
msgctxt "verb"
|
1349 |
+
msgid "Edit"
|
1350 |
+
msgstr "Szerkesztés"
|
1351 |
+
|
1352 |
+
#: templates/account.php:502
|
1353 |
+
msgid "Sites"
|
1354 |
+
msgstr "Weboldalak"
|
1355 |
+
|
1356 |
+
#: templates/account.php:513
|
1357 |
+
msgid "Search by address"
|
1358 |
+
msgstr "Keresés cím alapján"
|
1359 |
+
|
1360 |
+
#: templates/account.php522, templates/account.php570, templates/debug.php236,
|
1361 |
+
#: templates/debug.php364, templates/debug.php449, templates/debug.php486,
|
1362 |
+
#: templates/debug.php524, templates/debug.php597,
|
1363 |
+
#: templates/account/payments.php35, templates/debug/logger.php:21
|
1364 |
+
msgid "ID"
|
1365 |
+
msgstr "ID"
|
1366 |
+
|
1367 |
+
#: templates/account.php523, templates/debug.php:367
|
1368 |
+
msgid "Address"
|
1369 |
+
msgstr "Cím"
|
1370 |
+
|
1371 |
+
#: templates/account.php:524
|
1372 |
+
msgid "License"
|
1373 |
+
msgstr "Licensz"
|
1374 |
+
|
1375 |
+
#: templates/account.php:525
|
1376 |
+
msgid "Plan"
|
1377 |
+
msgstr "Csomag"
|
1378 |
+
|
1379 |
+
#: templates/account.php:573
|
1380 |
+
msgctxt "as software license"
|
1381 |
+
msgid "License"
|
1382 |
+
msgstr "Licensz"
|
1383 |
+
|
1384 |
+
#: templates/account.php:643
|
1385 |
+
msgctxt "verb"
|
1386 |
+
msgid "Hide"
|
1387 |
+
msgstr "Elrejt"
|
1388 |
+
|
1389 |
+
#: templates/account.php:686
|
1390 |
+
msgid "Cancelling %s"
|
1391 |
+
msgstr "Cancelling %s"
|
1392 |
+
|
1393 |
+
#: templates/account.php686, templates/account.php703,
|
1394 |
+
#: templates/forms/subscription-cancellation.php27,
|
1395 |
+
#: templates/forms/deactivation/form.php:117
|
1396 |
+
msgid "trial"
|
1397 |
+
msgstr "próbaidő"
|
1398 |
+
|
1399 |
+
#: templates/account.php701, templates/forms/deactivation/form.php:134
|
1400 |
+
msgid "Cancelling %s..."
|
1401 |
+
msgstr "Cancelling %s..."
|
1402 |
+
|
1403 |
+
#: templates/account.php704, templates/forms/subscription-cancellation.php28,
|
1404 |
+
#: templates/forms/deactivation/form.php:118
|
1405 |
+
msgid "subscription"
|
1406 |
+
msgstr "előfizetés"
|
1407 |
+
|
1408 |
+
#: templates/account.php:718
|
1409 |
+
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?"
|
1410 |
+
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?"
|
1411 |
+
|
1412 |
+
#: templates/add-ons.php:36
|
1413 |
+
msgid "Add Ons for %s"
|
1414 |
+
msgstr "Add Ons for %s"
|
1415 |
+
|
1416 |
+
#: templates/add-ons.php:44
|
1417 |
+
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."
|
1418 |
+
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."
|
1419 |
+
|
1420 |
+
#: templates/add-ons.php:139
|
1421 |
+
msgid "View details"
|
1422 |
+
msgstr "Részletek megtekintése"
|
1423 |
+
|
1424 |
+
#: templates/admin-notice.php13, templates/forms/license-activation.php208,
|
1425 |
+
#: templates/forms/resend-key.php:77
|
1426 |
+
msgctxt "as close a window"
|
1427 |
+
msgid "Dismiss"
|
1428 |
+
msgstr "Mégsem"
|
1429 |
+
|
1430 |
+
#: templates/auto-installation.php:45
|
1431 |
+
msgid "%s sec"
|
1432 |
+
msgstr "%s sec"
|
1433 |
+
|
1434 |
+
#: templates/auto-installation.php:83
|
1435 |
+
msgid "Automatic Installation"
|
1436 |
+
msgstr "Automatikus telepítés"
|
1437 |
+
|
1438 |
+
#: templates/auto-installation.php:93
|
1439 |
+
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."
|
1440 |
+
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."
|
1441 |
+
|
1442 |
+
#: templates/auto-installation.php:104
|
1443 |
+
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."
|
1444 |
+
msgstr "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
|
1445 |
+
|
1446 |
+
#: templates/auto-installation.php:109
|
1447 |
+
msgid "Cancel Installation"
|
1448 |
+
msgstr "Telepítés törlése"
|
1449 |
+
|
1450 |
+
#: templates/checkout.php:172
|
1451 |
+
msgid "Checkout"
|
1452 |
+
msgstr "Pénztár"
|
1453 |
+
|
1454 |
+
#: templates/checkout.php:172
|
1455 |
+
msgid "PCI compliant"
|
1456 |
+
msgstr "PCI compliant"
|
1457 |
+
|
1458 |
+
#. translators: %s: name (e.g. Hey John,)
|
1459 |
+
#: templates/connect.php:112
|
1460 |
+
msgctxt "greeting"
|
1461 |
+
msgid "Hey %s,"
|
1462 |
+
msgstr "Üdv %s!"
|
1463 |
+
|
1464 |
+
#: templates/connect.php:154
|
1465 |
+
msgid "Allow & Continue"
|
1466 |
+
msgstr "Engedélyezés és folytatás"
|
1467 |
+
|
1468 |
+
#: templates/connect.php:158
|
1469 |
+
msgid "Re-send activation email"
|
1470 |
+
msgstr "Aktivációs email újraküldése"
|
1471 |
+
|
1472 |
+
#: templates/connect.php:162
|
1473 |
+
msgid "Thanks %s!"
|
1474 |
+
msgstr "Köszönjük %s!"
|
1475 |
+
|
1476 |
+
#: templates/connect.php172, templates/forms/license-activation.php:43
|
1477 |
+
msgid "Agree & Activate License"
|
1478 |
+
msgstr "Licensz elfogadása és aktiválása"
|
1479 |
+
|
1480 |
+
#: templates/connect.php:181
|
1481 |
+
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1482 |
+
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:"
|
1483 |
+
|
1484 |
+
#: templates/connect.php:188
|
1485 |
+
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."
|
1486 |
+
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."
|
1487 |
+
|
1488 |
+
#: templates/connect.php:189
|
1489 |
+
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1490 |
+
msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1491 |
+
|
1492 |
+
#: templates/connect.php:195
|
1493 |
+
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."
|
1494 |
+
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."
|
1495 |
+
|
1496 |
+
#: templates/connect.php:196
|
1497 |
+
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."
|
1498 |
+
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."
|
1499 |
+
|
1500 |
+
#: templates/connect.php:230
|
1501 |
+
msgid "We're excited to introduce the Freemius network-level integration."
|
1502 |
+
msgstr "We're excited to introduce the Freemius network-level integration."
|
1503 |
+
|
1504 |
+
#: templates/connect.php:233
|
1505 |
+
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1506 |
+
msgstr "During the update process we detected %d site(s) that are still pending license activation."
|
1507 |
+
|
1508 |
+
#: templates/connect.php:235
|
1509 |
+
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1510 |
+
msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1511 |
+
|
1512 |
+
#: templates/connect.php:237
|
1513 |
+
msgid "%s's paid features"
|
1514 |
+
msgstr "%s's paid features"
|
1515 |
+
|
1516 |
+
#: templates/connect.php:242
|
1517 |
+
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1518 |
+
msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1519 |
+
|
1520 |
+
#: templates/connect.php:244
|
1521 |
+
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1522 |
+
msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1523 |
+
|
1524 |
+
#: templates/connect.php253, templates/forms/license-activation.php:46
|
1525 |
+
msgid "License key"
|
1526 |
+
msgstr "Licensz kulcs"
|
1527 |
+
|
1528 |
+
#: templates/connect.php256, templates/forms/license-activation.php:19
|
1529 |
+
msgid "Can't find your license key?"
|
1530 |
+
msgstr "Nem találod a licensz kulcsod?"
|
1531 |
+
|
1532 |
+
#: templates/connect.php315, templates/connect.php630,
|
1533 |
+
#: templates/forms/deactivation/retry-skip.php:20
|
1534 |
+
msgctxt "verb"
|
1535 |
+
msgid "Skip"
|
1536 |
+
msgstr "Ugrás"
|
1537 |
+
|
1538 |
+
#: templates/connect.php:318
|
1539 |
+
msgid "Delegate to Site Admins"
|
1540 |
+
msgstr "Delegate to Site Admins"
|
1541 |
+
|
1542 |
+
#: templates/connect.php:318
|
1543 |
+
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1544 |
+
msgstr "If you click it, this decision will be delegated to the sites administrators."
|
1545 |
+
|
1546 |
+
#: templates/connect.php:346
|
1547 |
+
msgid "Your Profile Overview"
|
1548 |
+
msgstr "Fiókod áttekintése"
|
1549 |
+
|
1550 |
+
#: templates/connect.php:347
|
1551 |
+
msgid "Name and email address"
|
1552 |
+
msgstr "Név és email cím"
|
1553 |
+
|
1554 |
+
#: templates/connect.php:352
|
1555 |
+
msgid "Your Site Overview"
|
1556 |
+
msgstr "Weboldalad adatainak áttekintése"
|
1557 |
+
|
1558 |
+
#: templates/connect.php:353
|
1559 |
+
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1560 |
+
msgstr "Weboldal címe, WP verzió, PHP információk, bővítmények és sablonok"
|
1561 |
+
|
1562 |
+
#: templates/connect.php:358
|
1563 |
+
msgid "Admin Notices"
|
1564 |
+
msgstr "Admin értesítések"
|
1565 |
+
|
1566 |
+
#: templates/connect.php359, templates/connect.php:375
|
1567 |
+
msgid "Updates, announcements, marketing, no spam"
|
1568 |
+
msgstr "Frissítések, közlemények, marketing, de semmi SPAM!"
|
1569 |
+
|
1570 |
+
#: templates/connect.php:364
|
1571 |
+
msgid "Current %s Events"
|
1572 |
+
msgstr "Aktuális %s események"
|
1573 |
+
|
1574 |
+
#: templates/connect.php:365
|
1575 |
+
msgid "Activation, deactivation and uninstall"
|
1576 |
+
msgstr "Aktiválás, deaktiválás és kikapcsolás"
|
1577 |
+
|
1578 |
+
#: templates/connect.php:374
|
1579 |
+
msgid "Newsletter"
|
1580 |
+
msgstr "Hírlevél"
|
1581 |
+
|
1582 |
+
#: templates/connect.php391, templates/forms/license-activation.php:38
|
1583 |
+
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."
|
1584 |
+
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."
|
1585 |
+
|
1586 |
+
#: templates/connect.php:396
|
1587 |
+
msgid "What permissions are being granted?"
|
1588 |
+
msgstr "Milyen jogosultágok lesznek engedélyezve?"
|
1589 |
+
|
1590 |
+
#: templates/connect.php:417
|
1591 |
+
msgid "Don't have a license key?"
|
1592 |
+
msgstr "Nincs még licensz kulcsod?"
|
1593 |
+
|
1594 |
+
#: templates/connect.php:418
|
1595 |
+
msgid "Activate Free Version"
|
1596 |
+
msgstr "Ingyenes verzió aktiválása"
|
1597 |
+
|
1598 |
+
#: templates/connect.php:420
|
1599 |
+
msgid "Have a license key?"
|
1600 |
+
msgstr "Van licensz kulcsod?"
|
1601 |
+
|
1602 |
+
#: templates/connect.php:428
|
1603 |
+
msgid "Privacy Policy"
|
1604 |
+
msgstr "Adatkezelési tájékoztató"
|
1605 |
+
|
1606 |
+
#: templates/connect.php:430
|
1607 |
+
msgid "License Agreement"
|
1608 |
+
msgstr "Licensz szerződés"
|
1609 |
+
|
1610 |
+
#: templates/connect.php:430
|
1611 |
+
msgid "Terms of Service"
|
1612 |
+
msgstr "Szolgáltatási feltételek"
|
1613 |
+
|
1614 |
+
#: templates/connect.php:766
|
1615 |
+
msgctxt "as in the process of sending an email"
|
1616 |
+
msgid "Sending email"
|
1617 |
+
msgstr "Email küldése"
|
1618 |
+
|
1619 |
+
#: templates/connect.php:767
|
1620 |
+
msgctxt "as activating plugin"
|
1621 |
+
msgid "Activating"
|
1622 |
+
msgstr "Aktiválás"
|
1623 |
+
|
1624 |
+
#: templates/contact.php:78
|
1625 |
+
msgid "Contact"
|
1626 |
+
msgstr "Kapcsolat"
|
1627 |
+
|
1628 |
+
#: templates/debug.php:17
|
1629 |
+
msgctxt "as turned off"
|
1630 |
+
msgid "Off"
|
1631 |
+
msgstr "Off"
|
1632 |
+
|
1633 |
+
#: templates/debug.php:18
|
1634 |
+
msgctxt "as turned on"
|
1635 |
+
msgid "On"
|
1636 |
+
msgstr "On"
|
1637 |
+
|
1638 |
+
#: templates/debug.php:20
|
1639 |
+
msgid "SDK"
|
1640 |
+
msgstr "SDK"
|
1641 |
+
|
1642 |
+
#: templates/debug.php:24
|
1643 |
+
msgctxt "as code debugging"
|
1644 |
+
msgid "Debugging"
|
1645 |
+
msgstr "Debugging"
|
1646 |
+
|
1647 |
+
#: templates/debug.php54, templates/debug.php248, templates/debug.php374,
|
1648 |
+
#: templates/debug.php:492
|
1649 |
+
msgid "Actions"
|
1650 |
+
msgstr "Események"
|
1651 |
+
|
1652 |
+
#: templates/debug.php:64
|
1653 |
+
msgid "Are you sure you want to delete all Freemius data?"
|
1654 |
+
msgstr "Are you sure you want to delete all Freemius data?"
|
1655 |
+
|
1656 |
+
#: templates/debug.php:64
|
1657 |
+
msgid "Delete All Accounts"
|
1658 |
+
msgstr "Minden fiók törlése"
|
1659 |
+
|
1660 |
+
#: templates/debug.php:71
|
1661 |
+
msgid "Clear API Cache"
|
1662 |
+
msgstr "Clear API Cache"
|
1663 |
+
|
1664 |
+
#: templates/debug.php:79
|
1665 |
+
msgid "Clear Updates Transients"
|
1666 |
+
msgstr "Clear Updates Transients"
|
1667 |
+
|
1668 |
+
#: templates/debug.php:86
|
1669 |
+
msgid "Sync Data From Server"
|
1670 |
+
msgstr "Adatok szinkronizálása a szerverről"
|
1671 |
+
|
1672 |
+
#: templates/debug.php:95
|
1673 |
+
msgid "Migrate Options to Network"
|
1674 |
+
msgstr "Migrate Options to Network"
|
1675 |
+
|
1676 |
+
#: templates/debug.php:100
|
1677 |
+
msgid "Load DB Option"
|
1678 |
+
msgstr "Load DB Option"
|
1679 |
+
|
1680 |
+
#: templates/debug.php:103
|
1681 |
+
msgid "Set DB Option"
|
1682 |
+
msgstr "Set DB Option"
|
1683 |
+
|
1684 |
+
#: templates/debug.php:180
|
1685 |
+
msgid "Key"
|
1686 |
+
msgstr "Kulcs"
|
1687 |
+
|
1688 |
+
#: templates/debug.php:181
|
1689 |
+
msgid "Value"
|
1690 |
+
msgstr "Érték"
|
1691 |
+
|
1692 |
+
#: templates/debug.php:197
|
1693 |
+
msgctxt "as software development kit versions"
|
1694 |
+
msgid "SDK Versions"
|
1695 |
+
msgstr "SDK verziók"
|
1696 |
+
|
1697 |
+
#: templates/debug.php:202
|
1698 |
+
msgid "SDK Path"
|
1699 |
+
msgstr "SDK útvonal"
|
1700 |
+
|
1701 |
+
#: templates/debug.php203, templates/debug.php:242
|
1702 |
+
msgid "Module Path"
|
1703 |
+
msgstr "Module Path"
|
1704 |
+
|
1705 |
+
#: templates/debug.php:204
|
1706 |
+
msgid "Is Active"
|
1707 |
+
msgstr "Aktív"
|
1708 |
+
|
1709 |
+
#: templates/debug.php232, templates/debug/plugins-themes-sync.php:35
|
1710 |
+
msgid "Plugins"
|
1711 |
+
msgstr "Bővítmények"
|
1712 |
+
|
1713 |
+
#: templates/debug.php232, templates/debug/plugins-themes-sync.php:56
|
1714 |
+
msgid "Themes"
|
1715 |
+
msgstr "Sablonok"
|
1716 |
+
|
1717 |
+
#: templates/debug.php237, templates/debug.php369, templates/debug.php451,
|
1718 |
+
#: templates/debug/scheduled-crons.php:80
|
1719 |
+
msgid "Slug"
|
1720 |
+
msgstr "Slug"
|
1721 |
+
|
1722 |
+
#: templates/debug.php239, templates/debug.php:450
|
1723 |
+
msgid "Title"
|
1724 |
+
msgstr "Cím"
|
1725 |
+
|
1726 |
+
#: templates/debug.php:240
|
1727 |
+
msgctxt "as application program interface"
|
1728 |
+
msgid "API"
|
1729 |
+
msgstr "API"
|
1730 |
+
|
1731 |
+
#: templates/debug.php:241
|
1732 |
+
msgid "Freemius State"
|
1733 |
+
msgstr "Freemius State"
|
1734 |
+
|
1735 |
+
#: templates/debug.php:245
|
1736 |
+
msgid "Network Blog"
|
1737 |
+
msgstr "Network Blog"
|
1738 |
+
|
1739 |
+
#: templates/debug.php:246
|
1740 |
+
msgid "Network User"
|
1741 |
+
msgstr "Network User"
|
1742 |
+
|
1743 |
+
#: templates/debug.php:283
|
1744 |
+
msgctxt "as connection was successful"
|
1745 |
+
msgid "Connected"
|
1746 |
+
msgstr "Connected"
|
1747 |
+
|
1748 |
+
#: templates/debug.php:284
|
1749 |
+
msgctxt "as connection blocked"
|
1750 |
+
msgid "Blocked"
|
1751 |
+
msgstr "Blocked"
|
1752 |
+
|
1753 |
+
#: templates/debug.php:320
|
1754 |
+
msgid "Simulate Trial Promotion"
|
1755 |
+
msgstr "Simulate Trial Promotion"
|
1756 |
+
|
1757 |
+
#: templates/debug.php:332
|
1758 |
+
msgid "Simulate Network Upgrade"
|
1759 |
+
msgstr "Simulate Network Upgrade"
|
1760 |
+
|
1761 |
+
#: templates/debug.php:358
|
1762 |
+
msgid "%s Installs"
|
1763 |
+
msgstr "%s Installs"
|
1764 |
+
|
1765 |
+
#: templates/debug.php:360
|
1766 |
+
msgctxt "like websites"
|
1767 |
+
msgid "Sites"
|
1768 |
+
msgstr "Weboldalak"
|
1769 |
+
|
1770 |
+
#: templates/debug.php366, templates/account/partials/site.php:148
|
1771 |
+
msgid "Blog ID"
|
1772 |
+
msgstr "Blog ID"
|
1773 |
+
|
1774 |
+
#: templates/debug.php431, templates/debug.php509,
|
1775 |
+
#: templates/account/partials/addon.php:339
|
1776 |
+
msgctxt "verb"
|
1777 |
+
msgid "Delete"
|
1778 |
+
msgstr "Törlés"
|
1779 |
+
|
1780 |
+
#: templates/debug.php:445
|
1781 |
+
msgid "Add Ons of module %s"
|
1782 |
+
msgstr "Add Ons of module %s"
|
1783 |
+
|
1784 |
+
#: templates/debug.php:482
|
1785 |
+
msgid "Users"
|
1786 |
+
msgstr "Felhasználók"
|
1787 |
+
|
1788 |
+
#: templates/debug.php:489
|
1789 |
+
msgid "Verified"
|
1790 |
+
msgstr "Ellenőrzött"
|
1791 |
+
|
1792 |
+
#: templates/debug.php:520
|
1793 |
+
msgid "%s Licenses"
|
1794 |
+
msgstr "%s Licenses"
|
1795 |
+
|
1796 |
+
#: templates/debug.php:525
|
1797 |
+
msgid "Plugin ID"
|
1798 |
+
msgstr "Bővítmény ID"
|
1799 |
+
|
1800 |
+
#: templates/debug.php:527
|
1801 |
+
msgid "Plan ID"
|
1802 |
+
msgstr "Csomag ID"
|
1803 |
+
|
1804 |
+
#: templates/debug.php:528
|
1805 |
+
msgid "Quota"
|
1806 |
+
msgstr "Quota"
|
1807 |
+
|
1808 |
+
#: templates/debug.php:529
|
1809 |
+
msgid "Activated"
|
1810 |
+
msgstr "Sikeres aktiválás"
|
1811 |
+
|
1812 |
+
#: templates/debug.php:530
|
1813 |
+
msgid "Blocking"
|
1814 |
+
msgstr "Blocking"
|
1815 |
+
|
1816 |
+
#: templates/debug.php:532
|
1817 |
+
msgctxt "as expiration date"
|
1818 |
+
msgid "Expiration"
|
1819 |
+
msgstr "Expiration"
|
1820 |
+
|
1821 |
+
#: templates/debug.php:555
|
1822 |
+
msgid "Debug Log"
|
1823 |
+
msgstr "Debug Log"
|
1824 |
+
|
1825 |
+
#: templates/debug.php:559
|
1826 |
+
msgid "All Types"
|
1827 |
+
msgstr "All Types"
|
1828 |
+
|
1829 |
+
#: templates/debug.php:566
|
1830 |
+
msgid "All Requests"
|
1831 |
+
msgstr "All Requests"
|
1832 |
+
|
1833 |
+
#: templates/debug.php571, templates/debug.php600,
|
1834 |
+
#: templates/debug/logger.php:25
|
1835 |
+
msgid "File"
|
1836 |
+
msgstr "File"
|
1837 |
+
|
1838 |
+
#: templates/debug.php572, templates/debug.php598,
|
1839 |
+
#: templates/debug/logger.php:23
|
1840 |
+
msgid "Function"
|
1841 |
+
msgstr "Function"
|
1842 |
+
|
1843 |
+
#: templates/debug.php:573
|
1844 |
+
msgid "Process ID"
|
1845 |
+
msgstr "Művelet ID"
|
1846 |
+
|
1847 |
+
#: templates/debug.php:574
|
1848 |
+
msgid "Logger"
|
1849 |
+
msgstr "Logger"
|
1850 |
+
|
1851 |
+
#: templates/debug.php575, templates/debug.php599,
|
1852 |
+
#: templates/debug/logger.php:24
|
1853 |
+
msgid "Message"
|
1854 |
+
msgstr "Message"
|
1855 |
+
|
1856 |
+
#: templates/debug.php:577
|
1857 |
+
msgid "Filter"
|
1858 |
+
msgstr "Filter"
|
1859 |
+
|
1860 |
+
#: templates/debug.php:585
|
1861 |
+
msgid "Download"
|
1862 |
+
msgstr "Download"
|
1863 |
+
|
1864 |
+
#: templates/debug.php596, templates/debug/logger.php:22
|
1865 |
+
msgid "Type"
|
1866 |
+
msgstr "Type"
|
1867 |
+
|
1868 |
+
#: templates/debug.php601, templates/debug/logger.php:26
|
1869 |
+
msgid "Timestamp"
|
1870 |
+
msgstr "Timestamp"
|
1871 |
+
|
1872 |
+
#: templates/secure-https-header.php:28
|
1873 |
+
msgid "Secure HTTPS %s page, running from an external domain"
|
1874 |
+
msgstr "Secure HTTPS %s page, running from an external domain"
|
1875 |
+
|
1876 |
+
#: includes/customizer/class-fs-customizer-support-section.php55,
|
1877 |
+
#: templates/plugin-info/features.php:43
|
1878 |
+
msgid "Support"
|
1879 |
+
msgstr "Support"
|
1880 |
+
|
1881 |
+
#: includes/debug/class-fs-debug-bar-panel.php48,
|
1882 |
+
#: templates/debug/api-calls.php54, templates/debug/logger.php:62
|
1883 |
+
msgctxt "milliseconds"
|
1884 |
+
msgid "ms"
|
1885 |
+
msgstr "ms"
|
1886 |
+
|
1887 |
+
#: includes/debug/debug-bar-start.php:41
|
1888 |
+
msgid "Freemius API"
|
1889 |
+
msgstr "Freemius API"
|
1890 |
+
|
1891 |
+
#: includes/debug/debug-bar-start.php:42
|
1892 |
+
msgid "Requests"
|
1893 |
+
msgstr "Requests"
|
1894 |
+
|
1895 |
+
#: templates/account/billing.php:28
|
1896 |
+
msgctxt "verb"
|
1897 |
+
msgid "Update"
|
1898 |
+
msgstr "Frissítés"
|
1899 |
+
|
1900 |
+
#: templates/account/billing.php:39
|
1901 |
+
msgid "Billing"
|
1902 |
+
msgstr "Számlázás"
|
1903 |
+
|
1904 |
+
#: templates/account/billing.php44, templates/account/billing.php:44
|
1905 |
+
msgid "Business name"
|
1906 |
+
msgstr "Cégnév"
|
1907 |
+
|
1908 |
+
#: templates/account/billing.php45, templates/account/billing.php:45
|
1909 |
+
msgid "Tax / VAT ID"
|
1910 |
+
msgstr "Közösségi adószám"
|
1911 |
+
|
1912 |
+
#: templates/account/billing.php48, templates/account/billing.php48,
|
1913 |
+
#: templates/account/billing.php49, templates/account/billing.php:49
|
1914 |
+
msgid "Address Line %d"
|
1915 |
+
msgstr "Cím %d"
|
1916 |
+
|
1917 |
+
#: templates/account/billing.php52, templates/account/billing.php:52
|
1918 |
+
msgid "City"
|
1919 |
+
msgstr "Város"
|
1920 |
+
|
1921 |
+
#: templates/account/billing.php52, templates/account/billing.php:52
|
1922 |
+
msgid "Town"
|
1923 |
+
msgstr "Town"
|
1924 |
+
|
1925 |
+
#: templates/account/billing.php53, templates/account/billing.php:53
|
1926 |
+
msgid "ZIP / Postal Code"
|
1927 |
+
msgstr "Irányítószám"
|
1928 |
+
|
1929 |
+
#: templates/account/billing.php:308
|
1930 |
+
msgid "Country"
|
1931 |
+
msgstr "Ország"
|
1932 |
+
|
1933 |
+
#: templates/account/billing.php:310
|
1934 |
+
msgid "Select Country"
|
1935 |
+
msgstr "Válaszz országot"
|
1936 |
+
|
1937 |
+
#: templates/account/billing.php317, templates/account/billing.php:318
|
1938 |
+
msgid "State"
|
1939 |
+
msgstr "Megye"
|
1940 |
+
|
1941 |
+
#: templates/account/billing.php317, templates/account/billing.php:318
|
1942 |
+
msgid "Province"
|
1943 |
+
msgstr "Province"
|
1944 |
+
|
1945 |
+
#: templates/account/payments.php:29
|
1946 |
+
msgid "Payments"
|
1947 |
+
msgstr "Fizetési módok"
|
1948 |
+
|
1949 |
+
#: templates/account/payments.php:36
|
1950 |
+
msgid "Date"
|
1951 |
+
msgstr "Dátum"
|
1952 |
+
|
1953 |
+
#: templates/account/payments.php:37
|
1954 |
+
msgid "Amount"
|
1955 |
+
msgstr "Mennyiség"
|
1956 |
+
|
1957 |
+
#: templates/account/payments.php38, templates/account/payments.php:50
|
1958 |
+
msgid "Invoice"
|
1959 |
+
msgstr "Számla"
|
1960 |
+
|
1961 |
+
#: templates/debug/api-calls.php:56
|
1962 |
+
msgid "API"
|
1963 |
+
msgstr "API"
|
1964 |
+
|
1965 |
+
#: templates/debug/api-calls.php:68
|
1966 |
+
msgid "Method"
|
1967 |
+
msgstr "Method"
|
1968 |
+
|
1969 |
+
#: templates/debug/api-calls.php:69
|
1970 |
+
msgid "Code"
|
1971 |
+
msgstr "Kód"
|
1972 |
+
|
1973 |
+
#: templates/debug/api-calls.php:70
|
1974 |
+
msgid "Length"
|
1975 |
+
msgstr "Hossz"
|
1976 |
+
|
1977 |
+
#: templates/debug/api-calls.php:71
|
1978 |
+
msgctxt "as file/folder path"
|
1979 |
+
msgid "Path"
|
1980 |
+
msgstr "Path"
|
1981 |
+
|
1982 |
+
#: templates/debug/api-calls.php:73
|
1983 |
+
msgid "Body"
|
1984 |
+
msgstr "Body"
|
1985 |
+
|
1986 |
+
#: templates/debug/api-calls.php:75
|
1987 |
+
msgid "Result"
|
1988 |
+
msgstr "Result"
|
1989 |
+
|
1990 |
+
#: templates/debug/api-calls.php:76
|
1991 |
+
msgid "Start"
|
1992 |
+
msgstr "Start"
|
1993 |
+
|
1994 |
+
#: templates/debug/api-calls.php:77
|
1995 |
+
msgid "End"
|
1996 |
+
msgstr "End"
|
1997 |
+
|
1998 |
+
#: templates/debug/logger.php:15
|
1999 |
+
msgid "Log"
|
2000 |
+
msgstr "Log"
|
2001 |
+
|
2002 |
+
#. translators: %s: time period (e.g. In "2 hours")
|
2003 |
+
#: templates/debug/plugins-themes-sync.php18,
|
2004 |
+
#: templates/debug/scheduled-crons.php:91
|
2005 |
+
msgid "In %s"
|
2006 |
+
msgstr "In %s"
|
2007 |
+
|
2008 |
+
#. translators: %s: time period (e.g. "2 hours" ago)
|
2009 |
+
#: templates/debug/plugins-themes-sync.php20,
|
2010 |
+
#: templates/debug/scheduled-crons.php:93
|
2011 |
+
msgid "%s ago"
|
2012 |
+
msgstr "%s ago"
|
2013 |
+
|
2014 |
+
#: templates/debug/plugins-themes-sync.php21,
|
2015 |
+
#: templates/debug/scheduled-crons.php:74
|
2016 |
+
msgctxt "seconds"
|
2017 |
+
msgid "sec"
|
2018 |
+
msgstr "sec"
|
2019 |
+
|
2020 |
+
#: templates/debug/plugins-themes-sync.php:23
|
2021 |
+
msgid "Plugins & Themes Sync"
|
2022 |
+
msgstr "Bővítmények és sablonok szinkronizálása"
|
2023 |
+
|
2024 |
+
#: templates/debug/plugins-themes-sync.php:28
|
2025 |
+
msgid "Total"
|
2026 |
+
msgstr "Összesen"
|
2027 |
+
|
2028 |
+
#: templates/debug/plugins-themes-sync.php29,
|
2029 |
+
#: templates/debug/scheduled-crons.php:84
|
2030 |
+
msgid "Last"
|
2031 |
+
msgstr "Last"
|
2032 |
+
|
2033 |
+
#: templates/debug/scheduled-crons.php:76
|
2034 |
+
msgid "Scheduled Crons"
|
2035 |
+
msgstr "Scheduled Crons"
|
2036 |
+
|
2037 |
+
#: templates/debug/scheduled-crons.php:81
|
2038 |
+
msgid "Module"
|
2039 |
+
msgstr "Module"
|
2040 |
+
|
2041 |
+
#: templates/debug/scheduled-crons.php:82
|
2042 |
+
msgid "Module Type"
|
2043 |
+
msgstr "Module Type"
|
2044 |
+
|
2045 |
+
#: templates/debug/scheduled-crons.php:83
|
2046 |
+
msgid "Cron Type"
|
2047 |
+
msgstr "Cron Type"
|
2048 |
+
|
2049 |
+
#: templates/debug/scheduled-crons.php:85
|
2050 |
+
msgid "Next"
|
2051 |
+
msgstr "Next"
|
2052 |
+
|
2053 |
+
#: templates/forms/affiliation.php:82
|
2054 |
+
msgid "Non-expiring"
|
2055 |
+
msgstr "Non-expiring"
|
2056 |
+
|
2057 |
+
#: templates/forms/affiliation.php:85
|
2058 |
+
msgid "Apply to become an affiliate"
|
2059 |
+
msgstr "Apply to become an affiliate"
|
2060 |
+
|
2061 |
+
#: templates/forms/affiliation.php:104
|
2062 |
+
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2063 |
+
msgstr "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2064 |
+
|
2065 |
+
#: templates/forms/affiliation.php:119
|
2066 |
+
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."
|
2067 |
+
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."
|
2068 |
+
|
2069 |
+
#: templates/forms/affiliation.php:122
|
2070 |
+
msgid "Your affiliation account was temporarily suspended."
|
2071 |
+
msgstr "Your affiliation account was temporarily suspended."
|
2072 |
+
|
2073 |
+
#: templates/forms/affiliation.php:125
|
2074 |
+
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."
|
2075 |
+
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."
|
2076 |
+
|
2077 |
+
#: templates/forms/affiliation.php:128
|
2078 |
+
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2079 |
+
msgstr "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2080 |
+
|
2081 |
+
#: templates/forms/affiliation.php:141
|
2082 |
+
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2083 |
+
msgstr "Like the %s? Become our ambassador and earn cash ;-)"
|
2084 |
+
|
2085 |
+
#: templates/forms/affiliation.php:142
|
2086 |
+
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2087 |
+
msgstr "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2088 |
+
|
2089 |
+
#: templates/forms/affiliation.php:145
|
2090 |
+
msgid "Program Summary"
|
2091 |
+
msgstr "Program Summary"
|
2092 |
+
|
2093 |
+
#: templates/forms/affiliation.php:147
|
2094 |
+
msgid "%s commission when a customer purchases a new license."
|
2095 |
+
msgstr "%s commission when a customer purchases a new license."
|
2096 |
+
|
2097 |
+
#: templates/forms/affiliation.php:149
|
2098 |
+
msgid "Get commission for automated subscription renewals."
|
2099 |
+
msgstr "Get commission for automated subscription renewals."
|
2100 |
+
|
2101 |
+
#: templates/forms/affiliation.php:152
|
2102 |
+
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2103 |
+
msgstr "%s tracking cookie after the first visit to maximize earnings potential."
|
2104 |
+
|
2105 |
+
#: templates/forms/affiliation.php:155
|
2106 |
+
msgid "Unlimited commissions."
|
2107 |
+
msgstr "Unlimited commissions."
|
2108 |
+
|
2109 |
+
#: templates/forms/affiliation.php:157
|
2110 |
+
msgid "%s minimum payout amount."
|
2111 |
+
msgstr "%s minimum payout amount."
|
2112 |
+
|
2113 |
+
#: templates/forms/affiliation.php:158
|
2114 |
+
msgid "Payouts are in USD and processed monthly via PayPal."
|
2115 |
+
msgstr "Payouts are in USD and processed monthly via PayPal."
|
2116 |
+
|
2117 |
+
#: templates/forms/affiliation.php:159
|
2118 |
+
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2119 |
+
msgstr "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2120 |
+
|
2121 |
+
#: templates/forms/affiliation.php:162
|
2122 |
+
msgid "Affiliate"
|
2123 |
+
msgstr "Affiliate"
|
2124 |
+
|
2125 |
+
#: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
|
2126 |
+
msgid "Email address"
|
2127 |
+
msgstr "Email cím"
|
2128 |
+
|
2129 |
+
#: templates/forms/affiliation.php:169
|
2130 |
+
msgid "Full name"
|
2131 |
+
msgstr "Teljes név"
|
2132 |
+
|
2133 |
+
#: templates/forms/affiliation.php:173
|
2134 |
+
msgid "PayPal account email address"
|
2135 |
+
msgstr "PayPal fiók email címe"
|
2136 |
+
|
2137 |
+
#: templates/forms/affiliation.php:177
|
2138 |
+
msgid "Where are you going to promote the %s?"
|
2139 |
+
msgstr "Where are you going to promote the %s?"
|
2140 |
+
|
2141 |
+
#: templates/forms/affiliation.php:179
|
2142 |
+
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2143 |
+
msgstr "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2144 |
+
|
2145 |
+
#: templates/forms/affiliation.php:181
|
2146 |
+
msgid "Add another domain"
|
2147 |
+
msgstr "Másik domain hozzáadása"
|
2148 |
+
|
2149 |
+
#: templates/forms/affiliation.php:185
|
2150 |
+
msgid "Extra Domains"
|
2151 |
+
msgstr "További domainek"
|
2152 |
+
|
2153 |
+
#: templates/forms/affiliation.php:186
|
2154 |
+
msgid "Extra domains where you will be marketing the product from."
|
2155 |
+
msgstr "Extra domains where you will be marketing the product from."
|
2156 |
+
|
2157 |
+
#: templates/forms/affiliation.php:196
|
2158 |
+
msgid "Promotion methods"
|
2159 |
+
msgstr "Promotion methods"
|
2160 |
+
|
2161 |
+
#: templates/forms/affiliation.php:199
|
2162 |
+
msgid "Social media (Facebook, Twitter, etc.)"
|
2163 |
+
msgstr "Social media (Facebook, Twitter, etc.)"
|
2164 |
+
|
2165 |
+
#: templates/forms/affiliation.php:203
|
2166 |
+
msgid "Mobile apps"
|
2167 |
+
msgstr "Mobile apps"
|
2168 |
+
|
2169 |
+
#: templates/forms/affiliation.php:207
|
2170 |
+
msgid "Website, email, and social media statistics (optional)"
|
2171 |
+
msgstr "Weboldal, email és közösségi média statisztikák (opcionális)"
|
2172 |
+
|
2173 |
+
#: templates/forms/affiliation.php:210
|
2174 |
+
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)."
|
2175 |
+
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)."
|
2176 |
+
|
2177 |
+
#: templates/forms/affiliation.php:214
|
2178 |
+
msgid "How will you promote us?"
|
2179 |
+
msgstr "How will you promote us?"
|
2180 |
+
|
2181 |
+
#: templates/forms/affiliation.php:217
|
2182 |
+
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2183 |
+
msgstr "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2184 |
+
|
2185 |
+
#: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
|
2186 |
+
msgid "Cancel"
|
2187 |
+
msgstr "Mégsem"
|
2188 |
+
|
2189 |
+
#: templates/forms/affiliation.php:225
|
2190 |
+
msgid "Become an affiliate"
|
2191 |
+
msgstr "Become an affiliate"
|
2192 |
+
|
2193 |
+
#: templates/forms/license-activation.php:20
|
2194 |
+
msgid "Please enter the license key that you received in the email right after the purchase:"
|
2195 |
+
msgstr "Kérlek add meg a licensz kulcsot, amit emailben kaptál a vásárlásod után:"
|
2196 |
+
|
2197 |
+
#: templates/forms/license-activation.php:25
|
2198 |
+
msgid "Update License"
|
2199 |
+
msgstr "Licensz frissítése"
|
2200 |
+
|
2201 |
+
#: templates/forms/optout.php:30
|
2202 |
+
msgctxt "verb"
|
2203 |
+
msgid "Opt Out"
|
2204 |
+
msgstr "Leiratkozás"
|
2205 |
+
|
2206 |
+
#: templates/forms/optout.php:31
|
2207 |
+
msgctxt "verb"
|
2208 |
+
msgid "Opt In"
|
2209 |
+
msgstr "Feliratkozás"
|
2210 |
+
|
2211 |
+
#: templates/forms/optout.php:33
|
2212 |
+
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."
|
2213 |
+
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."
|
2214 |
+
|
2215 |
+
#: templates/forms/optout.php:35
|
2216 |
+
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2217 |
+
msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2218 |
+
|
2219 |
+
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2220 |
+
msgid "There is a new version of %s available."
|
2221 |
+
msgstr "A(z) %s új verziója érhető el."
|
2222 |
+
|
2223 |
+
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2224 |
+
msgid " %s to access version %s security & feature updates, and support."
|
2225 |
+
msgstr " %s to access version %s security & feature updates, and support."
|
2226 |
+
|
2227 |
+
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2228 |
+
msgid "New Version Available"
|
2229 |
+
msgstr "Új verzió érhető el"
|
2230 |
+
|
2231 |
+
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2232 |
+
msgctxt "close a window"
|
2233 |
+
msgid "Dismiss"
|
2234 |
+
msgstr "Mégsem"
|
2235 |
+
|
2236 |
+
#: templates/forms/resend-key.php:21
|
2237 |
+
msgid "Send License Key"
|
2238 |
+
msgstr "Licensz kulcs küldése"
|
2239 |
+
|
2240 |
+
#: templates/forms/resend-key.php:57
|
2241 |
+
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2242 |
+
msgstr "Add meg az email címet, amit a vásárlás során használtál és újraküldjük a licensz kulcsot."
|
2243 |
+
|
2244 |
+
#: templates/forms/subscription-cancellation.php:37
|
2245 |
+
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2246 |
+
msgstr "A(z) %s deaktiválása vagy törlése automatikusan törli az oldalhoz tartozó licenszed is, amit így másik weboldalon tudsz újra aktiválni."
|
2247 |
+
|
2248 |
+
#: templates/forms/subscription-cancellation.php:47
|
2249 |
+
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?"
|
2250 |
+
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?"
|
2251 |
+
|
2252 |
+
#: templates/forms/subscription-cancellation.php:52
|
2253 |
+
msgid "license"
|
2254 |
+
msgstr "licensz"
|
2255 |
+
|
2256 |
+
#: templates/forms/subscription-cancellation.php:57
|
2257 |
+
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."
|
2258 |
+
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."
|
2259 |
+
|
2260 |
+
#: templates/forms/subscription-cancellation.php:68
|
2261 |
+
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2262 |
+
msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2263 |
+
|
2264 |
+
#: templates/forms/subscription-cancellation.php:103
|
2265 |
+
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."
|
2266 |
+
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."
|
2267 |
+
|
2268 |
+
#: templates/forms/subscription-cancellation.php:136
|
2269 |
+
msgid "Cancel %s?"
|
2270 |
+
msgstr "Cancel %s?"
|
2271 |
+
|
2272 |
+
#: templates/forms/subscription-cancellation.php:143
|
2273 |
+
msgid "Proceed"
|
2274 |
+
msgstr "Proceed"
|
2275 |
+
|
2276 |
+
#: templates/forms/subscription-cancellation.php191,
|
2277 |
+
#: templates/forms/deactivation/form.php:150
|
2278 |
+
msgid "Cancel %s & Proceed"
|
2279 |
+
msgstr "Cancel %s & Proceed"
|
2280 |
+
|
2281 |
+
#: templates/forms/trial-start.php:22
|
2282 |
+
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2283 |
+
msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2284 |
+
|
2285 |
+
#: templates/forms/trial-start.php:28
|
2286 |
+
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."
|
2287 |
+
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."
|
2288 |
+
|
2289 |
+
#: templates/js/style-premium-theme.php:37
|
2290 |
+
msgid "Premium"
|
2291 |
+
msgstr "Prémium"
|
2292 |
+
|
2293 |
+
#: templates/partials/network-activation.php:23
|
2294 |
+
msgid "Activate license on all sites in the network."
|
2295 |
+
msgstr "Activate license on all sites in the network."
|
2296 |
+
|
2297 |
+
#: templates/partials/network-activation.php:24
|
2298 |
+
msgid "Apply on all sites in the network."
|
2299 |
+
msgstr "Apply on all sites in the network."
|
2300 |
+
|
2301 |
+
#: templates/partials/network-activation.php:27
|
2302 |
+
msgid "Activate license on all pending sites."
|
2303 |
+
msgstr "Activate license on all pending sites."
|
2304 |
+
|
2305 |
+
#: templates/partials/network-activation.php:28
|
2306 |
+
msgid "Apply on all pending sites."
|
2307 |
+
msgstr "Apply on all pending sites."
|
2308 |
+
|
2309 |
+
#: templates/partials/network-activation.php36,
|
2310 |
+
#: templates/partials/network-activation.php:68
|
2311 |
+
msgid "allow"
|
2312 |
+
msgstr "allow"
|
2313 |
+
|
2314 |
+
#: templates/partials/network-activation.php38,
|
2315 |
+
#: templates/partials/network-activation.php:70
|
2316 |
+
msgid "delegate"
|
2317 |
+
msgstr "delegate"
|
2318 |
+
|
2319 |
+
#: templates/partials/network-activation.php41,
|
2320 |
+
#: templates/partials/network-activation.php:73
|
2321 |
+
msgid "skip"
|
2322 |
+
msgstr "ugrás"
|
2323 |
+
|
2324 |
+
#: templates/plugin-info/description.php72,
|
2325 |
+
#: templates/plugin-info/screenshots.php:31
|
2326 |
+
msgid "Click to view full-size screenshot %d"
|
2327 |
+
msgstr "Click to view full-size screenshot %d"
|
2328 |
+
|
2329 |
+
#: templates/plugin-info/features.php:56
|
2330 |
+
msgid "Unlimited Updates"
|
2331 |
+
msgstr "Korlátlan frissítés"
|
2332 |
+
|
2333 |
+
#: templates/account/partials/activate-license-button.php:46
|
2334 |
+
msgid "Localhost"
|
2335 |
+
msgstr "Localhost"
|
2336 |
+
|
2337 |
+
#: templates/account/partials/activate-license-button.php:50
|
2338 |
+
msgctxt "as 5 licenses left"
|
2339 |
+
msgid "%s left"
|
2340 |
+
msgstr "%s left"
|
2341 |
+
|
2342 |
+
#: templates/account/partials/activate-license-button.php:51
|
2343 |
+
msgid "Last license"
|
2344 |
+
msgstr "Last license"
|
2345 |
+
|
2346 |
+
#: templates/account/partials/addon.php:115
|
2347 |
+
msgid "Cancelled"
|
2348 |
+
msgstr "Törölve"
|
2349 |
+
|
2350 |
+
#: templates/account/partials/addon.php:125
|
2351 |
+
msgid "No expiration"
|
2352 |
+
msgstr "No expiration"
|
2353 |
+
|
2354 |
+
#: templates/account/partials/addon.php264,
|
2355 |
+
#: templates/account/partials/addon.php:317
|
2356 |
+
msgid "Activate this add-on"
|
2357 |
+
msgstr "Activate this add-on"
|
2358 |
+
|
2359 |
+
#: templates/account/partials/site.php:181
|
2360 |
+
msgid "Owner Name"
|
2361 |
+
msgstr "Tulajdonos neve"
|
2362 |
+
|
2363 |
+
#: templates/account/partials/site.php:193
|
2364 |
+
msgid "Owner Email"
|
2365 |
+
msgstr "Tulajdonos email címe"
|
2366 |
+
|
2367 |
+
#: templates/account/partials/site.php:205
|
2368 |
+
msgid "Owner ID"
|
2369 |
+
msgstr "Tulajdonos ID"
|
2370 |
+
|
2371 |
+
#: templates/account/partials/site.php:270
|
2372 |
+
msgid "Subscription"
|
2373 |
+
msgstr "Előfizetés"
|
2374 |
+
|
2375 |
+
#: templates/forms/deactivation/contact.php:19
|
2376 |
+
msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2377 |
+
msgstr "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2378 |
+
|
2379 |
+
#: templates/forms/deactivation/contact.php:22
|
2380 |
+
msgid "Contact Support"
|
2381 |
+
msgstr "Írás az ügyfélszolgálatra"
|
2382 |
+
|
2383 |
+
#: templates/forms/deactivation/form.php:59
|
2384 |
+
msgid "Anonymous feedback"
|
2385 |
+
msgstr "Névtelen visszajelzés"
|
2386 |
+
|
2387 |
+
#: templates/forms/deactivation/form.php:66
|
2388 |
+
msgid "Deactivate"
|
2389 |
+
msgstr "Deaktiválás"
|
2390 |
+
|
2391 |
+
#: templates/forms/deactivation/form.php:68
|
2392 |
+
msgid "Activate %s"
|
2393 |
+
msgstr "%s aktiválása"
|
2394 |
+
|
2395 |
+
#: templates/forms/deactivation/form.php:80
|
2396 |
+
msgid "Quick Feedback"
|
2397 |
+
msgstr "Gyors visszajelzés"
|
2398 |
+
|
2399 |
+
#: templates/forms/deactivation/form.php:84
|
2400 |
+
msgid "If you have a moment, please let us know why you are %s"
|
2401 |
+
msgstr "Kérlek mondd el, miért %s"
|
2402 |
+
|
2403 |
+
#: templates/forms/deactivation/form.php:84
|
2404 |
+
msgid "deactivating"
|
2405 |
+
msgstr "deaktiválod"
|
2406 |
+
|
2407 |
+
#: templates/forms/deactivation/form.php:84
|
2408 |
+
msgid "switching"
|
2409 |
+
msgstr "váltasz"
|
2410 |
+
|
2411 |
+
#: templates/forms/deactivation/form.php:332
|
2412 |
+
msgid "Submit & %s"
|
2413 |
+
msgstr "Küldés & %s"
|
2414 |
+
|
2415 |
+
#: templates/forms/deactivation/form.php:353
|
2416 |
+
msgid "Kindly tell us the reason so we can improve."
|
2417 |
+
msgstr "Ha elmondod az okát, tudunk fejlődni."
|
2418 |
+
|
2419 |
+
#: templates/forms/deactivation/form.php:478
|
2420 |
+
msgid "Yes - %s"
|
2421 |
+
msgstr "Yes - %s"
|
2422 |
+
|
2423 |
+
#: templates/forms/deactivation/form.php:485
|
2424 |
+
msgid "Skip & %s"
|
2425 |
+
msgstr "Kihagyás & %s"
|
2426 |
+
|
2427 |
+
#: templates/forms/deactivation/retry-skip.php:21
|
2428 |
+
msgid "Click here to use the plugin anonymously"
|
2429 |
+
msgstr "Kattints ide, ha névtelenül szeretnéd használni a bővítményt"
|
2430 |
+
|
2431 |
+
#: templates/forms/deactivation/retry-skip.php:23
|
2432 |
+
msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
2433 |
+
msgstr "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
freemius/languages/freemius-it_IT.mo
CHANGED
Binary file
|
freemius/languages/freemius-it_IT.po
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
# Copyright (C)
|
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 |
# Alessandro Pelly Benassi <plasmax@gmail.com>, 2016-2017
|
7 |
# Vova Feldman <vova@freemius.com>, 2015-2016
|
8 |
msgid ""
|
@@ -10,8 +11,8 @@ 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: 2018-
|
14 |
-
"Last-Translator:
|
15 |
"Language: it_IT\n"
|
16 |
"Language-Team: Italian (Italy) (http://www.transifex.com/freemius/wordpress-sdk/language/it_IT/)\n"
|
17 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -24,1294 +25,1391 @@ msgstr ""
|
|
24 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
25 |
"X-Poedit-SourceCharset: UTF-8\n"
|
26 |
|
27 |
-
#: includes/class-freemius.php:
|
28 |
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
29 |
msgstr "L'SDK di Freemius non è riuscito a trovare il file principale del plugin. Per favore contatta sdk@freemius.com riportando l'errore."
|
30 |
|
31 |
-
#: includes/class-freemius.php:
|
32 |
msgid "Error"
|
33 |
msgstr "Errore"
|
34 |
|
35 |
-
#: includes/class-freemius.php:
|
36 |
msgid "I found a better %s"
|
37 |
msgstr "Ho trovato un migliore %s"
|
38 |
|
39 |
-
#: includes/class-freemius.php:
|
40 |
msgid "What's the %s's name?"
|
41 |
msgstr "Qual è il nome di %s?"
|
42 |
|
43 |
-
#: includes/class-freemius.php:
|
44 |
msgid "It's a temporary %s. I'm just debugging an issue."
|
45 |
msgstr "È una %s temporanea. Sto solo cercando di risolvere un problema."
|
46 |
|
47 |
-
#: includes/class-freemius.php:
|
48 |
msgid "Deactivation"
|
49 |
msgstr "Disattivazione"
|
50 |
|
51 |
-
#: includes/class-freemius.php:
|
52 |
msgid "Theme Switch"
|
53 |
msgstr "Cambio tema"
|
54 |
|
55 |
-
#: includes/class-freemius.
|
56 |
msgid "Other"
|
57 |
msgstr "Altro"
|
58 |
|
59 |
-
#: includes/class-freemius.php:
|
60 |
msgid "I no longer need the %s"
|
61 |
msgstr "Non ho più bisogno di %s"
|
62 |
|
63 |
-
#: includes/class-freemius.php:
|
64 |
msgid "I only needed the %s for a short period"
|
65 |
msgstr "Ho avuto bisogno di %s per un breve periodo"
|
66 |
|
67 |
-
#: includes/class-freemius.php:
|
68 |
msgid "The %s broke my site"
|
69 |
msgstr "%s ha rotto il mio sito"
|
70 |
|
71 |
-
#: includes/class-freemius.php:
|
72 |
msgid "The %s suddenly stopped working"
|
73 |
msgstr "%s ha improvvisamente smesso di funzionare"
|
74 |
|
75 |
-
#: includes/class-freemius.php:
|
76 |
msgid "I can't pay for it anymore"
|
77 |
msgstr "Non posso piú pagarlo"
|
78 |
|
79 |
-
#: includes/class-freemius.php:
|
80 |
msgid "What price would you feel comfortable paying?"
|
81 |
msgstr "Che prezzo ritieni opportuno pagare?"
|
82 |
|
83 |
-
#: includes/class-freemius.php:
|
84 |
msgid "I don't like to share my information with you"
|
85 |
msgstr "Non voglio condividere i miei dati con te"
|
86 |
|
87 |
-
#: includes/class-freemius.php:
|
88 |
msgid "The %s didn't work"
|
89 |
msgstr "%s non funziona"
|
90 |
|
91 |
-
#: includes/class-freemius.php:
|
92 |
msgid "I couldn't understand how to make it work"
|
93 |
msgstr "Non capisco come farlo funzionare"
|
94 |
|
95 |
-
#: includes/class-freemius.php:
|
96 |
msgid "The %s is great, but I need specific feature that you don't support"
|
97 |
msgstr "%s è ottimo ma ho bisogno di una funzionalità specifica non supportata"
|
98 |
|
99 |
-
#: includes/class-freemius.php:
|
100 |
msgid "What feature?"
|
101 |
msgstr "Quale funzionalitá?"
|
102 |
|
103 |
-
#: includes/class-freemius.php:
|
104 |
msgid "The %s is not working"
|
105 |
msgstr "%s non funziona"
|
106 |
|
107 |
-
#: includes/class-freemius.php:
|
108 |
msgid "Kindly share what didn't work so we can fix it for future users..."
|
109 |
msgstr "Condividi cosa non ha funzionato in modo da migliorare il prodotto per gli utenti futuri..."
|
110 |
|
111 |
-
#: includes/class-freemius.php:
|
112 |
msgid "It's not what I was looking for"
|
113 |
msgstr "Non é quello che stavo cercando"
|
114 |
|
115 |
-
#: includes/class-freemius.php:
|
116 |
msgid "What you've been looking for?"
|
117 |
msgstr "Che cosa stai cercando?"
|
118 |
|
119 |
-
#: includes/class-freemius.php:
|
120 |
msgid "The %s didn't work as expected"
|
121 |
msgstr "%s non ha funzionato come mi aspettavo"
|
122 |
|
123 |
-
#: includes/class-freemius.php:
|
124 |
msgid "What did you expect?"
|
125 |
msgstr "Che cosa ti aspettavi?"
|
126 |
|
127 |
-
#: includes/class-freemius.
|
128 |
msgid "Freemius Debug"
|
129 |
msgstr "Debug Freemius"
|
130 |
|
131 |
-
#: includes/class-freemius.php:
|
132 |
msgid "I don't know what is cURL or how to install it, help me!"
|
133 |
msgstr "Non ho idea di cosa sia cURL o come installarlo, aiutami!"
|
134 |
|
135 |
-
#: includes/class-freemius.php:
|
136 |
msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
137 |
msgstr "Contatteremo il tuo hosting e risolveremo il problema. Riceverai un' email a %s non appena ci saranno aggiornamenti."
|
138 |
|
139 |
-
#: includes/class-freemius.php:
|
140 |
msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
141 |
msgstr "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."
|
142 |
|
143 |
-
#: includes/class-freemius.php:
|
144 |
msgid "Yes - do your thing"
|
145 |
msgstr "Sì - fai pure"
|
146 |
|
147 |
-
#: includes/class-freemius.php:
|
148 |
msgid "No - just deactivate"
|
149 |
msgstr "No - disattiva e basta"
|
150 |
|
151 |
-
#: includes/class-freemius.
|
152 |
-
#: includes/class-freemius.
|
153 |
-
#: includes/class-freemius.
|
154 |
-
#: includes/class-freemius.
|
155 |
-
#: includes/class-freemius.
|
156 |
-
#: includes/class-freemius.
|
157 |
-
#: includes/class-freemius.
|
158 |
msgctxt "exclamation"
|
159 |
msgid "Oops"
|
160 |
msgstr "Ops"
|
161 |
|
162 |
-
#: includes/class-freemius.php:
|
163 |
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."
|
164 |
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."
|
165 |
|
166 |
-
#: includes/class-freemius.php:
|
167 |
msgctxt "addonX cannot run without pluginY"
|
168 |
msgid "%s cannot run without %s."
|
169 |
msgstr "%s non può funzionare senza %s."
|
170 |
|
171 |
-
#: includes/class-freemius.php:
|
172 |
msgctxt "addonX cannot run..."
|
173 |
msgid "%s cannot run without the plugin."
|
174 |
msgstr "%s non può funzionare senza il plugin."
|
175 |
|
176 |
-
#: includes/class-freemius.
|
177 |
-
#: includes/class-freemius.php:
|
178 |
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
179 |
msgstr "Errore API inaspettato. Contatta l'autore di %s con il seguente errore."
|
180 |
|
181 |
-
#: includes/class-freemius.php:
|
182 |
msgid "Premium %s version was successfully activated."
|
183 |
msgstr "La versione 1%s Permium è stata attivata con successo."
|
184 |
|
185 |
-
#: includes/class-freemius.
|
186 |
msgctxt ""
|
187 |
msgid "W00t"
|
188 |
msgstr "Forte"
|
189 |
|
190 |
-
#: includes/class-freemius.php:
|
191 |
msgid "You have a %s license."
|
192 |
msgstr "Hai la licenza %s."
|
193 |
|
194 |
-
#: includes/class-freemius.
|
195 |
-
#: includes/class-freemius.
|
196 |
-
#: includes/class-freemius.
|
197 |
-
#: includes/class-freemius.php:
|
198 |
msgctxt "interjection expressing joy or exuberance"
|
199 |
msgid "Yee-haw"
|
200 |
msgstr "Evvai"
|
201 |
|
202 |
-
#: includes/class-freemius.php:
|
203 |
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."
|
204 |
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."
|
205 |
|
206 |
-
#: includes/class-freemius.php:
|
207 |
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
208 |
msgstr "%s è un add-on premium. Devi comprare una licenza prima di poter attivare il plugin."
|
209 |
|
210 |
-
#: includes/class-freemius.
|
211 |
-
#: templates/account/partials/addon.php:
|
212 |
msgid "More information about %s"
|
213 |
msgstr "Ulteriori informazioni su %s"
|
214 |
|
215 |
-
#: includes/class-freemius.php:
|
216 |
msgid "Purchase License"
|
217 |
msgstr "Acquista licenza"
|
218 |
|
219 |
-
#: includes/class-freemius.
|
220 |
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."
|
221 |
msgstr "Dovresti ricevere un'email di attivazione di %s all'indirizzo %s. Assicurati di fare clic sul pulsante di attivazione nell'email per %s."
|
222 |
|
223 |
-
#: includes/class-freemius.php:
|
224 |
msgid "start the trial"
|
225 |
msgstr "Inizia il periodo di prova gratuito"
|
226 |
|
227 |
-
#: includes/class-freemius.
|
228 |
msgid "complete the install"
|
229 |
msgstr "completa l'installazione"
|
230 |
|
231 |
-
#: includes/class-freemius.php:
|
232 |
msgid "You are just one step away - %s"
|
233 |
msgstr "Sei a un passo dalla fine - %s"
|
234 |
|
235 |
-
#: includes/class-freemius.php:
|
236 |
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
237 |
msgid "Complete \"%s\" Activation Now"
|
238 |
msgstr "Completa l'attivazione di \"%s\" ora"
|
239 |
|
240 |
-
#: includes/class-freemius.php:
|
241 |
msgid "We made a few tweaks to the %s, %s"
|
242 |
msgstr "Abbiamo fatto alcune migliore a %s,%s"
|
243 |
|
244 |
-
#: includes/class-freemius.php:
|
245 |
-
msgid "Opt in to make \"%s\"
|
246 |
-
msgstr "
|
247 |
|
248 |
-
#: includes/class-freemius.php:
|
249 |
msgid "The upgrade of %s was successfully completed."
|
250 |
msgstr "L'aggiornamento di %s è stato completato con successo."
|
251 |
|
252 |
-
#: includes/class-freemius.
|
253 |
-
#: includes/class-fs-plugin-updater.
|
254 |
-
#: includes/class-fs-plugin-updater.
|
|
|
255 |
msgid "Add-On"
|
256 |
msgstr "Add-on"
|
257 |
|
258 |
-
#: includes/class-freemius.
|
259 |
-
#: templates/debug.php:
|
260 |
msgid "Plugin"
|
261 |
msgstr "Plugin"
|
262 |
|
263 |
-
#: includes/class-freemius.
|
264 |
-
#: templates/debug.
|
265 |
msgid "Theme"
|
266 |
msgstr "Tema"
|
267 |
|
268 |
-
#: includes/class-freemius.php:
|
269 |
-
msgid "
|
270 |
-
msgstr "
|
271 |
|
272 |
-
#: includes/class-freemius.php:
|
273 |
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
274 |
msgstr "Non siamo riusciti a trovare il tuo indirizzo email nel sistema, sei sicuro che sia l'indirizzo giusto?"
|
275 |
|
276 |
-
#: includes/class-freemius.php:
|
277 |
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
278 |
msgstr "Non siamo riusciti a trovare alcuna licenza attiva associata al tuo indirizzo email, sei sicuro che sia l'indirizzo giusto?"
|
279 |
|
280 |
-
#: includes/class-freemius.php:
|
281 |
msgid "Account is pending activation."
|
282 |
msgstr "Account in attesa di attivazione."
|
283 |
|
284 |
-
#: includes/class-freemius.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
285 |
msgid "%s activation was successfully completed."
|
286 |
msgstr "%s è stato attivato con successo."
|
287 |
|
288 |
-
#: includes/class-freemius.php:
|
289 |
msgid "Your account was successfully activated with the %s plan."
|
290 |
msgstr "Il tuo account è stato attivato correttamente con il piano %s."
|
291 |
|
292 |
-
#: includes/class-freemius.
|
293 |
msgid "Your trial has been successfully started."
|
294 |
msgstr "La versione di prova è stata avviata correttamente."
|
295 |
|
296 |
-
#: includes/class-freemius.
|
297 |
-
#: includes/class-freemius.php:
|
298 |
msgid "Couldn't activate %s."
|
299 |
msgstr "Non é stato possibile attivare %s."
|
300 |
|
301 |
-
#: includes/class-freemius.
|
302 |
-
#: includes/class-freemius.php:
|
303 |
msgid "Please contact us with the following message:"
|
304 |
msgstr "Contattaci con il seguente messaggio:"
|
305 |
|
306 |
-
#: includes/class-freemius.
|
307 |
msgid "Upgrade"
|
308 |
msgstr "Aggiornamento"
|
309 |
|
310 |
-
#: includes/class-freemius.php:
|
311 |
msgid "Start Trial"
|
312 |
msgstr "Inizia il periodo di prova gratuito"
|
313 |
|
314 |
-
#: includes/class-freemius.php:
|
315 |
msgid "Pricing"
|
316 |
msgstr "Prezzi"
|
317 |
|
318 |
-
#: includes/class-freemius.
|
319 |
msgid "Affiliation"
|
320 |
msgstr "Affiliazione"
|
321 |
|
322 |
-
#: includes/class-freemius.
|
323 |
-
#: templates/account.
|
324 |
msgid "Account"
|
325 |
msgstr "Account"
|
326 |
|
327 |
-
#: includes/class-freemius.
|
328 |
#: includes/customizer/class-fs-customizer-support-section.php:60
|
329 |
msgid "Contact Us"
|
330 |
msgstr "Contattaci"
|
331 |
|
332 |
-
#: includes/class-freemius.
|
333 |
-
#: includes/class-freemius.
|
334 |
-
#: templates/account/partials/addon.php:
|
335 |
msgid "Add-Ons"
|
336 |
msgstr "Addon"
|
337 |
|
338 |
-
#: includes/class-freemius.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
339 |
msgctxt "noun"
|
340 |
msgid "Pricing"
|
341 |
msgstr "Prezzi"
|
342 |
|
343 |
-
#: includes/class-freemius.
|
344 |
#: includes/customizer/class-fs-customizer-support-section.php:67
|
345 |
msgid "Support Forum"
|
346 |
msgstr "Forum di supporto"
|
347 |
|
348 |
-
#: includes/class-freemius.php:
|
349 |
msgid "Your email has been successfully verified - you are AWESOME!"
|
350 |
msgstr "Il tuo indirizzo email è stato verificato con successo - SEI UN GRANDE!"
|
351 |
|
352 |
-
#: includes/class-freemius.php:
|
353 |
msgctxt "a positive response"
|
354 |
msgid "Right on"
|
355 |
msgstr "Sì"
|
356 |
|
357 |
-
#: includes/class-freemius.php:
|
358 |
msgid "Your %s Add-on plan was successfully upgraded."
|
359 |
msgstr "Il piano del tuo add-on %s è stato aggiornato con successo."
|
360 |
|
361 |
-
#: includes/class-freemius.php:
|
362 |
msgid "%s Add-on was successfully purchased."
|
363 |
msgstr "L' add-on %s è stato acquistato con successo."
|
364 |
|
365 |
-
#: includes/class-freemius.php:
|
366 |
msgid "Download the latest version"
|
367 |
msgstr "Scarica l'ultima versione"
|
368 |
|
369 |
-
#: includes/class-freemius.php:
|
370 |
msgctxt "%1s - plugin title, %2s - API domain"
|
371 |
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
372 |
msgstr "Il tuo server sta bloccando l'accesso all'API di Freemius. L'accesso è cruciale per quanto riguarda la la sincronizzazione di %1s. Per favore contatta il tuo host per aggiungere %2s alla whitelist."
|
373 |
|
374 |
-
#: includes/class-freemius.
|
375 |
-
#: includes/class-freemius.php:
|
376 |
msgid "Error received from the server:"
|
377 |
msgstr "Errore ricevuto dal server:"
|
378 |
|
379 |
-
#: includes/class-freemius.php:
|
380 |
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
381 |
msgstr "Sembra che uno dei parametri di autenticazione sia sbagliato. Aggiorna la tua chiave pubblica, Secret Key & User ID e riprova."
|
382 |
|
383 |
-
#: includes/class-freemius.
|
384 |
-
#: includes/class-freemius.php:
|
385 |
msgctxt ""
|
386 |
msgid "Hmm"
|
387 |
msgstr "Uhm"
|
388 |
|
389 |
-
#: includes/class-freemius.php:
|
390 |
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."
|
391 |
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."
|
392 |
|
393 |
-
#: includes/class-freemius.
|
394 |
-
#: templates/add-ons.
|
395 |
msgctxt "trial period"
|
396 |
msgid "Trial"
|
397 |
msgstr "Prova gratuita"
|
398 |
|
399 |
-
#: includes/class-freemius.php:
|
400 |
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
401 |
msgstr "Ho aggiornato il mio account, ma quando cerco di sincronizzare la licenza, il piano rimane %s."
|
402 |
|
403 |
-
#: includes/class-freemius.
|
404 |
msgid "Please contact us here"
|
405 |
msgstr "Contattaci qui"
|
406 |
|
407 |
-
#: includes/class-freemius.php:
|
408 |
msgid "Your plan was successfully upgraded."
|
409 |
msgstr "Il piano è stato aggiornato con successo."
|
410 |
|
411 |
-
#: includes/class-freemius.php:
|
412 |
msgid "Your plan was successfully changed to %s."
|
413 |
msgstr "Il piano è stato cambiato con successo a %s."
|
414 |
|
415 |
-
#: includes/class-freemius.php:
|
416 |
msgid "Your license has expired. You can still continue using the free %s forever."
|
417 |
msgstr "La tua licenza è scaduta. Puoi continuare ad usare la versione gratuita %s per sempre."
|
418 |
|
419 |
-
#: includes/class-freemius.php:
|
420 |
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
421 |
msgstr "La tua licenza è scaduta. %1$saggiorna ora %2$sper continuare ad utilizzare %3$s senza interruzioni."
|
422 |
|
423 |
-
#: includes/class-freemius.php:
|
424 |
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
425 |
msgstr "La tua licenza è stata cancellata. Se credi sia un errore, per favore contatta il supporto."
|
426 |
|
427 |
-
#: includes/class-freemius.php:
|
428 |
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."
|
429 |
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."
|
430 |
|
431 |
-
#: includes/class-freemius.php:
|
432 |
msgid "Your free trial has expired. You can still continue using all our free features."
|
433 |
msgstr "La tua versione di prova gratuita è scaduta. Puoi continuare ad usare tutte le funzionalità gratuite."
|
434 |
|
435 |
-
#: includes/class-freemius.php:
|
436 |
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
437 |
msgstr "La tua versione prova è scaduta.%1$s aggiorna ora %2$s per continuare ad usare %3$s senza interruzioni."
|
438 |
|
439 |
-
#: includes/class-freemius.php:
|
440 |
msgid "It looks like the license could not be activated."
|
441 |
msgstr "Sembra che la licenza non possa essere attivata."
|
442 |
|
443 |
-
#: includes/class-freemius.php:
|
444 |
msgid "Your license was successfully activated."
|
445 |
msgstr "La tua licenza è stata attivata correttamente."
|
446 |
|
447 |
-
#: includes/class-freemius.php:
|
448 |
msgid "It looks like your site currently doesn't have an active license."
|
449 |
msgstr "Sembra che il tuo sito non disponga di alcuna licenza attiva."
|
450 |
|
451 |
-
#: includes/class-freemius.php:
|
452 |
msgid "It looks like the license deactivation failed."
|
453 |
msgstr "Sembra che la disattivazione della licenza non sia riuscita."
|
454 |
|
455 |
-
#: includes/class-freemius.php:
|
456 |
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
457 |
msgstr "La tua licenza é stata disattivata con successo, sei tornato al piano %s."
|
458 |
|
459 |
-
#: includes/class-freemius.php:
|
460 |
msgid "O.K"
|
461 |
msgstr "OK"
|
462 |
|
463 |
-
#: includes/class-freemius.php:
|
464 |
-
msgid "
|
465 |
-
msgstr "
|
466 |
|
467 |
-
#: includes/class-freemius.php:
|
468 |
-
msgid "
|
469 |
-
msgstr "
|
470 |
|
471 |
-
#: includes/class-freemius.php:
|
472 |
msgid "You are already running the %s in a trial mode."
|
473 |
msgstr "Stai già usando %s in modalità prova."
|
474 |
|
475 |
-
#: includes/class-freemius.php:
|
476 |
msgid "You already utilized a trial before."
|
477 |
msgstr "Hai già utilizzato una prova gratuita in passato."
|
478 |
|
479 |
-
#: includes/class-freemius.php:
|
480 |
msgid "Plan %s do not exist, therefore, can't start a trial."
|
481 |
msgstr "Il piano %s non esiste, per questo motivo non è possibile iniziare il periodo di prova."
|
482 |
|
483 |
-
#: includes/class-freemius.php:
|
484 |
msgid "Plan %s does not support a trial period."
|
485 |
msgstr "Il piano %s non supporta il periodo di prova."
|
486 |
|
487 |
-
#: includes/class-freemius.php:
|
488 |
msgid "None of the %s's plans supports a trial period."
|
489 |
msgstr "Nessuno dei piani di %ssupporta il periodo di prova."
|
490 |
|
491 |
-
#: includes/class-freemius.php:
|
492 |
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
493 |
msgstr "Sembra che tu non stia più usando la prova gratuita, quindi non c'è niente che tu debba annullare :)"
|
494 |
|
495 |
-
#: includes/class-freemius.php:
|
496 |
-
msgid "Your %s free trial was successfully cancelled."
|
497 |
-
msgstr "Il tuo periodo di prova gratuito %s è stato annullato con successo."
|
498 |
-
|
499 |
-
#: includes/class-freemius.php:17190
|
500 |
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
501 |
msgstr "Stiamo avendo qualche problema temporaneo con l'annullamento del periodo di prova. Riprova tra qualche minuto."
|
502 |
|
503 |
-
#: includes/class-freemius.php:
|
|
|
|
|
|
|
|
|
504 |
msgid "Version %s was released."
|
505 |
msgstr "La versione %s é stata rilasciata."
|
506 |
|
507 |
-
#: includes/class-freemius.php:
|
508 |
msgid "Please download %s."
|
509 |
msgstr "Scarica %s."
|
510 |
|
511 |
-
#: includes/class-freemius.php:
|
512 |
msgid "the latest %s version here"
|
513 |
msgstr "l'ultima versione %s é quì"
|
514 |
|
515 |
-
#: includes/class-freemius.php:
|
516 |
msgid "New"
|
517 |
msgstr "Nuovo"
|
518 |
|
519 |
-
#: includes/class-freemius.php:
|
520 |
msgid "Seems like you got the latest release."
|
521 |
msgstr "Sembra che tu abbia la versione più recente."
|
522 |
|
523 |
-
#: includes/class-freemius.php:
|
524 |
msgid "You are all good!"
|
525 |
msgstr "Sei fantastico!"
|
526 |
|
527 |
-
#: includes/class-freemius.php:
|
528 |
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
529 |
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."
|
530 |
|
531 |
-
#: includes/class-freemius.php:
|
532 |
msgid "Site successfully opted in."
|
533 |
msgstr "Sito accettato con successo."
|
534 |
|
535 |
-
#: includes/class-freemius.
|
536 |
msgid "Awesome"
|
537 |
msgstr "Fantastico"
|
538 |
|
539 |
-
#: includes/class-freemius.
|
540 |
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
541 |
msgstr "Ti ringraziamo per averci concesso di tracciare alcuni dati di utilizzo al fine di migliorare %s."
|
542 |
|
543 |
-
#: includes/class-freemius.php:
|
544 |
msgid "Thank you!"
|
545 |
msgstr "Grazie!"
|
546 |
|
547 |
-
#: includes/class-freemius.php:
|
548 |
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
549 |
msgstr "Non possiamo più inviare i dati di utilizzo di %ssu %sa %s."
|
550 |
|
551 |
-
#: includes/class-freemius.php:
|
552 |
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."
|
553 |
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."
|
554 |
|
555 |
-
#: includes/class-freemius.php:
|
556 |
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
557 |
msgstr "Grazie per aver confermato il cambiamento del proprietario. Un' email è stata appena inviata a %s per la conferma finale."
|
558 |
|
559 |
-
#: includes/class-freemius.php:
|
560 |
msgid "%s is the new owner of the account."
|
561 |
msgstr "%s è il nuovo proprietario dell'account."
|
562 |
|
563 |
-
#: includes/class-freemius.php:
|
564 |
msgctxt "as congratulations"
|
565 |
msgid "Congrats"
|
566 |
msgstr "Congratulazioni"
|
567 |
|
568 |
-
#: includes/class-freemius.php:
|
569 |
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
570 |
msgstr "Siamo spiacenti, non siamo riusciti a completare l'aggiornamento via email. Un altro utente con lo stesso indirizzo email è già registrato."
|
571 |
|
572 |
-
#: includes/class-freemius.php:
|
573 |
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
574 |
msgstr "Puoi abbandonare la proprietà dell'account %s a %scliccando il pulsante Cambia proprietario."
|
575 |
|
576 |
-
#: includes/class-freemius.php:
|
577 |
msgid "Change Ownership"
|
578 |
msgstr "Cambia Proprietario"
|
579 |
|
580 |
-
#: includes/class-freemius.php:
|
581 |
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
582 |
msgstr "Il tuo indirizzo email è stato aggiornato correttamente. Riceverai un'email con le istruzioni di conferma in pochi istanti."
|
583 |
|
584 |
-
#: includes/class-freemius.php:
|
585 |
msgid "Please provide your full name."
|
586 |
msgstr "Per favore inserisci il tuo nome completo."
|
587 |
|
588 |
-
#: includes/class-freemius.php:
|
589 |
msgid "Your name was successfully updated."
|
590 |
msgstr "Il tuo nome è stato aggiornato correttamente."
|
591 |
|
592 |
-
#: includes/class-freemius.php:
|
593 |
msgid "You have successfully updated your %s."
|
594 |
msgstr "Hai aggiornato con successo il tuo %s."
|
595 |
|
596 |
-
#: includes/class-freemius.php:
|
597 |
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
598 |
msgstr "Le informazioni sugli add-on di %s vengono scaricate da un server esterno."
|
599 |
|
600 |
-
#: includes/class-freemius.php:
|
601 |
msgctxt "advance notice of something that will need attention."
|
602 |
msgid "Heads up"
|
603 |
msgstr "Attenzione"
|
604 |
|
605 |
-
#: includes/class-freemius.php:
|
606 |
msgctxt "exclamation"
|
607 |
msgid "Hey"
|
608 |
msgstr "Hey"
|
609 |
|
610 |
-
#: includes/class-freemius.php:
|
611 |
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
612 |
msgstr "Come sta andando con %s? Prova tutte le funzionalità premium di %s con una prova gratuita di %d giorni."
|
613 |
|
614 |
-
#: includes/class-freemius.php:
|
615 |
msgid "No commitment for %s days - cancel anytime!"
|
616 |
msgstr "Nessun impegno per %s giorni - puoi annullare in qualsiasi momento!"
|
617 |
|
618 |
-
#: includes/class-freemius.php:
|
619 |
msgid "No credit card required"
|
620 |
msgstr "Nessuna carta di credito richiesta"
|
621 |
|
622 |
-
#: includes/class-freemius.
|
623 |
msgctxt "call to action"
|
624 |
msgid "Start free trial"
|
625 |
msgstr "Inizia il periodo di prova gratuito"
|
626 |
|
627 |
-
#: includes/class-freemius.php:
|
628 |
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!"
|
629 |
msgstr "Ciao, sai che %s ha il programma di affiliazione? Se ti piace %s puoi diventare un nostro ambasciatore e guadagnare denaro!"
|
630 |
|
631 |
-
#: includes/class-freemius.php:
|
632 |
msgid "Learn more"
|
633 |
msgstr "Scopri altro"
|
634 |
|
635 |
-
#: includes/class-freemius.
|
636 |
-
#: templates/account.
|
637 |
-
#: templates/connect.
|
638 |
-
#: templates/account/partials/addon.php:
|
639 |
msgid "Activate License"
|
640 |
msgstr "Attiva licenza"
|
641 |
|
642 |
-
#: includes/class-freemius.
|
643 |
-
#: templates/account.
|
644 |
msgid "Change License"
|
645 |
msgstr "Cambia licenza"
|
646 |
|
647 |
-
#: includes/class-freemius.
|
648 |
msgid "Opt Out"
|
649 |
msgstr "Cancella iscrizione"
|
650 |
|
651 |
-
#: includes/class-freemius.
|
652 |
#: templates/account/partials/site.php43,
|
653 |
#: templates/account/partials/site.php:161
|
654 |
msgid "Opt In"
|
655 |
msgstr "Iscriviti"
|
656 |
|
657 |
-
#: includes/class-freemius.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
658 |
msgid "Please follow these steps to complete the upgrade"
|
659 |
msgstr "Segui i passi seguenti per completare l'aggiornamento"
|
660 |
|
661 |
-
#: includes/class-freemius.php:
|
662 |
msgid "Download the latest %s version"
|
663 |
msgstr "Scarica l'ultima versione di %s"
|
664 |
|
665 |
-
#: includes/class-freemius.php:
|
666 |
msgid "Upload and activate the downloaded version"
|
667 |
msgstr "Carica e attiva la versione scaricata"
|
668 |
|
669 |
-
#: includes/class-freemius.php:
|
670 |
msgid "How to upload and activate?"
|
671 |
msgstr "Come faccio a caricare ed attivare?"
|
672 |
|
673 |
-
#: includes/class-freemius.php:
|
674 |
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
675 |
msgstr "%sClicca qui%s per scegliere i siti dove vuoi attivare la licenza."
|
676 |
|
677 |
-
#: includes/class-freemius.php:
|
678 |
msgid "Auto installation only works for opted-in users."
|
679 |
msgstr "L'installazione automatica funziona solo per gli utenti che hanno dato il consenso."
|
680 |
|
681 |
-
#: includes/class-freemius.
|
682 |
-
#: includes/class-fs-plugin-updater.
|
683 |
-
#: includes/class-fs-plugin-updater.php:
|
684 |
msgid "Invalid module ID."
|
685 |
msgstr "ID modulo non valida."
|
686 |
|
687 |
-
#: includes/class-freemius.
|
688 |
msgid "Premium version already active."
|
689 |
msgstr "Versione Premium già attiva."
|
690 |
|
691 |
-
#: includes/class-freemius.php:
|
692 |
msgid "You do not have a valid license to access the premium version."
|
693 |
msgstr "Non disponi di una licenza valida per accedere alla versione Premium."
|
694 |
|
695 |
-
#: includes/class-freemius.php:
|
696 |
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
697 |
msgstr "Il plugin è un \"Serviceware\", quindi non dispone di una versione del codice Premium."
|
698 |
|
699 |
-
#: includes/class-freemius.
|
700 |
msgid "Premium add-on version already installed."
|
701 |
msgstr "Versione Premium dell'add-on già installata."
|
702 |
|
703 |
-
#: includes/class-freemius.php:
|
704 |
msgid "View paid features"
|
705 |
msgstr "Vedi funzionalità a pagamento"
|
706 |
|
707 |
-
#: includes/class-freemius.php:
|
708 |
msgid "Thank you so much for using %s and its add-ons!"
|
709 |
msgstr "Grazie per utilizzare %se i suoi addon!"
|
710 |
|
711 |
-
#: includes/class-freemius.php:
|
712 |
msgid "Thank you so much for using %s!"
|
713 |
msgstr "Grazie per utilizzare %s!"
|
714 |
|
715 |
-
#: includes/class-freemius.php:
|
716 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
717 |
msgstr "Hai già accettato il tracciamento d'uso, ci aiuterà a migliorare %s."
|
718 |
|
719 |
-
#: includes/class-freemius.php:
|
720 |
msgid "Thank you so much for using our products!"
|
721 |
msgstr "Grazie per utilizzare i nostri prodotti!"
|
722 |
|
723 |
-
#: includes/class-freemius.php:
|
724 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
725 |
msgstr "Hai già accettato il tracciamento d'uso che ci aiuta a migliorare."
|
726 |
|
727 |
-
#: includes/class-freemius.php:
|
728 |
msgid "%s and its add-ons"
|
729 |
msgstr "%se i suoi addon"
|
730 |
|
731 |
-
#: includes/class-freemius.php:
|
732 |
msgid "Products"
|
733 |
msgstr "Prodotti"
|
734 |
|
735 |
-
#: includes/class-freemius.
|
736 |
msgid "Yes"
|
737 |
msgstr "Si"
|
738 |
|
739 |
-
#: includes/class-freemius.
|
740 |
msgid "send me security & feature updates, educational content and offers."
|
741 |
msgstr "inviami aggiornamenti di funzionalità e sicurezza, contenuti formativi e offerte."
|
742 |
|
743 |
-
#: includes/class-freemius.
|
744 |
msgid "No"
|
745 |
msgstr "No"
|
746 |
|
747 |
-
#: includes/class-freemius.
|
748 |
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
749 |
msgstr "%snon %s mi invierà aggiornamenti di funzionalità e sicurezza, contenuti formativi e offerte."
|
750 |
|
751 |
-
#: includes/class-freemius.php:
|
752 |
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 🙂"
|
753 |
msgstr "A causa della nuova %sRegolamento Europeo sulla Privacy (GDPR)%se i suoi requisiti è necessario che accetti esplicitamente il consenso confermando nuovamente che accetti"
|
754 |
|
755 |
-
#: includes/class-freemius.
|
756 |
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
757 |
msgstr "Facci sapere se vuoi essere contattato per aggiornamenti di sicurezza e di funzionalità, contenuti formativi e offerte occasionali:"
|
758 |
|
759 |
-
#: includes/class-freemius.php:
|
760 |
msgid "License key is empty."
|
761 |
msgstr "La chiave licenza è vuota."
|
762 |
|
763 |
#: includes/class-fs-plugin-updater.php184,
|
764 |
-
#:
|
765 |
-
msgid "
|
766 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
767 |
|
768 |
-
#: includes/class-fs-plugin-updater.php:
|
769 |
msgid "Installing plugin: %s"
|
770 |
msgstr "Installazione plugin: %s"
|
771 |
|
772 |
-
#: includes/class-fs-plugin-updater.php:
|
773 |
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
774 |
msgstr "Impossibile accedere al filesystem. Conferma le tue credenziali."
|
775 |
|
776 |
-
#: includes/class-fs-plugin-updater.php:
|
777 |
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
778 |
msgstr "Il pacchetto remoto del plugin non contiene una cartella con lo slug desiderato e la rinominazione non ha funzionato."
|
779 |
|
780 |
-
#: includes/fs-plugin-info-dialog.
|
781 |
-
#: templates/account/partials/addon.php:
|
782 |
msgctxt "verb"
|
783 |
msgid "Purchase"
|
784 |
msgstr "Acquisto"
|
785 |
|
786 |
-
#: includes/fs-plugin-info-dialog.php:
|
787 |
msgid "Start my free %s"
|
788 |
msgstr "Inizia la mia %s"
|
789 |
|
790 |
-
#: includes/fs-plugin-info-dialog.php:
|
791 |
msgid "Install Free Version Now"
|
792 |
msgstr "Installa la versione gratuita ora"
|
793 |
|
794 |
-
#: includes/fs-plugin-info-dialog.
|
795 |
-
#: templates/account/partials/addon.
|
796 |
-
#: templates/account/partials/addon.php:
|
797 |
msgid "Install Now"
|
798 |
msgstr "Installa ora"
|
799 |
|
800 |
-
#: includes/fs-plugin-info-dialog.php:
|
801 |
msgctxt "as download latest version"
|
802 |
msgid "Download Latest Free Version"
|
803 |
msgstr "Scarica l'ultima versione gratuita"
|
804 |
|
805 |
-
#: includes/fs-plugin-info-dialog.
|
806 |
#: templates/account/partials/addon.php:21
|
807 |
msgctxt "as download latest version"
|
808 |
msgid "Download Latest"
|
809 |
msgstr "Scarica l'ultima versione"
|
810 |
|
811 |
-
#: includes/fs-plugin-info-dialog.php:
|
812 |
msgid "Install Free Version Update Now"
|
813 |
msgstr "Installa l'ultima versione gratuita"
|
814 |
|
815 |
-
#: includes/fs-plugin-info-dialog.
|
816 |
msgid "Install Update Now"
|
817 |
msgstr "Installa l'aggiornamento ora"
|
818 |
|
819 |
-
#: includes/fs-plugin-info-dialog.php:
|
820 |
msgid "Newer Free Version (%s) Installed"
|
821 |
msgstr "Nuova versione gratuita (%s) installata"
|
822 |
|
823 |
-
#: includes/fs-plugin-info-dialog.php:
|
824 |
msgid "Newer Version (%s) Installed"
|
825 |
msgstr "Versione più recente (%s) installata"
|
826 |
|
827 |
-
#: includes/fs-plugin-info-dialog.php:
|
828 |
msgid "Latest Free Version Installed"
|
829 |
msgstr "Ultima versione gratuita installata"
|
830 |
|
831 |
-
#: includes/fs-plugin-info-dialog.php:
|
832 |
msgid "Latest Version Installed"
|
833 |
msgstr "Versione più recente installata"
|
834 |
|
835 |
-
#: includes/fs-plugin-info-dialog.php:
|
836 |
msgctxt "Plugin installer section title"
|
837 |
msgid "Description"
|
838 |
msgstr "Descrizione"
|
839 |
|
840 |
-
#: includes/fs-plugin-info-dialog.php:
|
841 |
msgctxt "Plugin installer section title"
|
842 |
msgid "Installation"
|
843 |
msgstr "Installazione"
|
844 |
|
845 |
-
#: includes/fs-plugin-info-dialog.php:
|
846 |
msgctxt "Plugin installer section title"
|
847 |
msgid "FAQ"
|
848 |
msgstr "FAQ"
|
849 |
|
850 |
-
#: includes/fs-plugin-info-dialog.
|
851 |
#: templates/plugin-info/description.php:55
|
852 |
msgid "Screenshots"
|
853 |
msgstr "Screenshot"
|
854 |
|
855 |
-
#: includes/fs-plugin-info-dialog.php:
|
856 |
msgctxt "Plugin installer section title"
|
857 |
msgid "Changelog"
|
858 |
msgstr "Changelog"
|
859 |
|
860 |
-
#: includes/fs-plugin-info-dialog.php:
|
861 |
msgctxt "Plugin installer section title"
|
862 |
msgid "Reviews"
|
863 |
msgstr "Recensioni"
|
864 |
|
865 |
-
#: includes/fs-plugin-info-dialog.php:
|
866 |
msgctxt "Plugin installer section title"
|
867 |
msgid "Other Notes"
|
868 |
msgstr "Altre note"
|
869 |
|
870 |
-
#: includes/fs-plugin-info-dialog.php:
|
871 |
msgctxt "Plugin installer section title"
|
872 |
msgid "Features & Pricing"
|
873 |
msgstr "Caratteristiche & prezzi"
|
874 |
|
875 |
-
#: includes/fs-plugin-info-dialog.php:
|
876 |
msgid "Plugin Install"
|
877 |
msgstr "Installazione del plugin"
|
878 |
|
879 |
-
#: includes/fs-plugin-info-dialog.php:
|
880 |
msgctxt "e.g. Professional Plan"
|
881 |
msgid "%s Plan"
|
882 |
msgstr "Piano %s"
|
883 |
|
884 |
-
#: includes/fs-plugin-info-dialog.php:
|
885 |
msgctxt "e.g. the best product"
|
886 |
msgid "Best"
|
887 |
msgstr "Migliore"
|
888 |
|
889 |
-
#: includes/fs-plugin-info-dialog.
|
890 |
-
#: includes/fs-plugin-info-dialog.php:
|
891 |
msgctxt "as every month"
|
892 |
msgid "Monthly"
|
893 |
msgstr "Mensilmente"
|
894 |
|
895 |
-
#: includes/fs-plugin-info-dialog.php:
|
896 |
msgctxt "as once a year"
|
897 |
msgid "Annual"
|
898 |
msgstr "Annuale"
|
899 |
|
900 |
-
#: includes/fs-plugin-info-dialog.php:
|
901 |
msgid "Lifetime"
|
902 |
msgstr "Tutta la vita"
|
903 |
|
904 |
-
#: includes/fs-plugin-info-dialog.
|
905 |
-
#: includes/fs-plugin-info-dialog.
|
906 |
-
#: includes/fs-plugin-info-dialog.php:
|
907 |
msgctxt "e.g. billed monthly"
|
908 |
msgid "Billed %s"
|
909 |
msgstr "Fatturato %s"
|
910 |
|
911 |
-
#: includes/fs-plugin-info-dialog.php:
|
912 |
msgctxt "as once a year"
|
913 |
msgid "Annually"
|
914 |
msgstr "Annualmente"
|
915 |
|
916 |
-
#: includes/fs-plugin-info-dialog.php:
|
917 |
msgctxt "as once a year"
|
918 |
msgid "Once"
|
919 |
msgstr "Una volta"
|
920 |
|
921 |
-
#: includes/fs-plugin-info-dialog.php:
|
922 |
msgid "Single Site License"
|
923 |
msgstr "Licenza per sito singolo"
|
924 |
|
925 |
-
#: includes/fs-plugin-info-dialog.php:
|
926 |
msgid "Unlimited Licenses"
|
927 |
msgstr "Licenze illimitate"
|
928 |
|
929 |
-
#: includes/fs-plugin-info-dialog.php:
|
930 |
msgid "Up to %s Sites"
|
931 |
msgstr "Fino a %s siti"
|
932 |
|
933 |
-
#: includes/fs-plugin-info-dialog.
|
934 |
#: templates/plugin-info/features.php:82
|
935 |
msgctxt "as monthly period"
|
936 |
msgid "mo"
|
937 |
msgstr "mese"
|
938 |
|
939 |
-
#: includes/fs-plugin-info-dialog.
|
940 |
#: templates/plugin-info/features.php:80
|
941 |
msgctxt "as annual period"
|
942 |
msgid "year"
|
943 |
msgstr "anno"
|
944 |
|
945 |
-
#: includes/fs-plugin-info-dialog.php:
|
946 |
msgctxt "noun"
|
947 |
msgid "Price"
|
948 |
msgstr "Prezzo"
|
949 |
|
950 |
-
#: includes/fs-plugin-info-dialog.php:
|
951 |
msgid "Save %s"
|
952 |
msgstr "Risparmia %s"
|
953 |
|
954 |
-
#: includes/fs-plugin-info-dialog.php:
|
955 |
msgid "No commitment for %s - cancel anytime"
|
956 |
msgstr "Nessun impegno con %s - cancella quando vuoi"
|
957 |
|
958 |
-
#: includes/fs-plugin-info-dialog.php:
|
959 |
msgid "After your free %s, pay as little as %s"
|
960 |
msgstr "Dopo il tuo %s gratuito, paghi solamente %s"
|
961 |
|
962 |
-
#: includes/fs-plugin-info-dialog.php:
|
963 |
msgid "Details"
|
964 |
msgstr "Dettagli"
|
965 |
|
966 |
-
#: includes/fs-plugin-info-dialog.
|
967 |
-
#: templates/debug.
|
968 |
-
#: templates/account/partials/addon.php:
|
969 |
msgctxt "product version"
|
970 |
msgid "Version"
|
971 |
msgstr "Versione"
|
972 |
|
973 |
-
#: includes/fs-plugin-info-dialog.php:
|
974 |
msgctxt "as the plugin author"
|
975 |
msgid "Author"
|
976 |
msgstr "Autore"
|
977 |
|
978 |
-
#: includes/fs-plugin-info-dialog.php:
|
979 |
msgid "Last Updated"
|
980 |
msgstr "Ultimo aggiornamento"
|
981 |
|
982 |
-
#: includes/fs-plugin-info-dialog.php:
|
983 |
msgctxt "x-ago"
|
984 |
msgid "%s ago"
|
985 |
msgstr "%s fa"
|
986 |
|
987 |
-
#: includes/fs-plugin-info-dialog.php:
|
988 |
msgid "Requires WordPress Version"
|
989 |
msgstr "Richiede la versione di WordPress"
|
990 |
|
991 |
-
#: includes/fs-plugin-info-dialog.php:
|
992 |
msgid "%s or higher"
|
993 |
msgstr "%s o superiore"
|
994 |
|
995 |
-
#: includes/fs-plugin-info-dialog.php:
|
996 |
msgid "Compatible up to"
|
997 |
msgstr "Compatibile fino a"
|
998 |
|
999 |
-
#: includes/fs-plugin-info-dialog.php:
|
1000 |
msgid "Downloaded"
|
1001 |
msgstr "Scaricato"
|
1002 |
|
1003 |
-
#: includes/fs-plugin-info-dialog.php:
|
1004 |
msgid "%s time"
|
1005 |
msgstr "% volta"
|
1006 |
|
1007 |
-
#: includes/fs-plugin-info-dialog.php:
|
1008 |
msgid "%s times"
|
1009 |
msgstr "%s volte"
|
1010 |
|
1011 |
-
#: includes/fs-plugin-info-dialog.php:
|
1012 |
msgid "WordPress.org Plugin Page"
|
1013 |
msgstr "Pagina dei plugin di WordPress.org"
|
1014 |
|
1015 |
-
#: includes/fs-plugin-info-dialog.php:
|
1016 |
msgid "Plugin Homepage"
|
1017 |
msgstr "Homepage del plugin"
|
1018 |
|
1019 |
-
#: includes/fs-plugin-info-dialog.
|
1020 |
-
#: includes/fs-plugin-info-dialog.php:
|
1021 |
msgid "Donate to this plugin"
|
1022 |
msgstr "Fai una donazione a questo plugin"
|
1023 |
|
1024 |
-
#: includes/fs-plugin-info-dialog.php:
|
1025 |
msgid "Average Rating"
|
1026 |
msgstr "Valutazione media"
|
1027 |
|
1028 |
-
#: includes/fs-plugin-info-dialog.php:
|
1029 |
msgid "based on %s"
|
1030 |
msgstr "basato su %s"
|
1031 |
|
1032 |
-
#: includes/fs-plugin-info-dialog.php:
|
1033 |
msgid "%s rating"
|
1034 |
msgstr "%s valutazione"
|
1035 |
|
1036 |
-
#: includes/fs-plugin-info-dialog.php:
|
1037 |
msgid "%s ratings"
|
1038 |
msgstr "%s valutazioni"
|
1039 |
|
1040 |
-
#: includes/fs-plugin-info-dialog.php:
|
1041 |
msgid "%s star"
|
1042 |
msgstr "%s stella"
|
1043 |
|
1044 |
-
#: includes/fs-plugin-info-dialog.php:
|
1045 |
msgid "%s stars"
|
1046 |
msgstr "%s stelle"
|
1047 |
|
1048 |
-
#: includes/fs-plugin-info-dialog.php:
|
1049 |
msgid "Click to see reviews that provided a rating of %s"
|
1050 |
msgstr "Fai clic per vedere le recensioni che hanno fornito una valutazione di %s"
|
1051 |
|
1052 |
-
#: includes/fs-plugin-info-dialog.php:
|
1053 |
msgid "Contributors"
|
1054 |
msgstr "Contributori"
|
1055 |
|
1056 |
-
#: includes/fs-plugin-info-dialog.
|
1057 |
-
#: includes/fs-plugin-info-dialog.php:
|
1058 |
msgid "Warning"
|
1059 |
msgstr "Avviso"
|
1060 |
|
1061 |
-
#: includes/fs-plugin-info-dialog.php:
|
1062 |
msgid "This plugin has not been tested with your current version of WordPress."
|
1063 |
msgstr "Questo plugin non è stato testato con la versione corrente di WordPress."
|
1064 |
|
1065 |
-
#: includes/fs-plugin-info-dialog.php:
|
1066 |
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1067 |
msgstr "Questo plugin non è stato segnato come compatibile con la tua versione di WordPress."
|
1068 |
|
1069 |
-
#: includes/fs-plugin-info-dialog.php:
|
1070 |
msgid "Paid add-on must be deployed to Freemius."
|
1071 |
msgstr "Gli add-on a pagamento devono essere distribuiti da Freemius."
|
1072 |
|
1073 |
-
#: includes/fs-plugin-info-dialog.php:
|
1074 |
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1075 |
msgstr "L'add-on dev'essere distribuito da WordPress.org o Freemius."
|
1076 |
|
1077 |
-
#: templates/account.php81, templates/
|
|
|
1078 |
#: templates/account/partials/site.php:295
|
1079 |
-
msgid "Downgrading your plan
|
1080 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1081 |
|
1082 |
-
#: templates/account.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1083 |
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1084 |
msgstr "Cancellando il periodo di prova gratuito bloccherai immediatamente l'accesso a tutte le funzionalità premium. Vuoi continuare?"
|
1085 |
|
1086 |
-
#: templates/account.
|
1087 |
-
#: templates/account/partials/
|
1088 |
-
|
1089 |
-
|
|
|
1090 |
|
1091 |
-
#: templates/account.
|
1092 |
-
#: templates/account/partials/
|
|
|
1093 |
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1094 |
msgstr "Quando la tua licenza scadrà, potrai comunque continuare a usare la versione gratuita, ma NON avrai accesso alle funzionalità %s."
|
1095 |
|
1096 |
#. translators: %s: Plan title (e.g. "Professional")
|
1097 |
-
#: templates/account.
|
1098 |
#: templates/account/partials/activate-license-button.php31,
|
1099 |
-
#: templates/account/partials/addon.php:
|
1100 |
msgid "Activate %s Plan"
|
1101 |
msgstr "Attivare il piano %s"
|
1102 |
|
1103 |
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1104 |
-
#: templates/account.
|
1105 |
#: templates/account/partials/site.php:275
|
1106 |
msgid "Auto renews in %s"
|
1107 |
msgstr "Rinnovo automatico in %s"
|
1108 |
|
1109 |
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1110 |
-
#: templates/account.
|
1111 |
#: templates/account/partials/site.php:277
|
1112 |
msgid "Expires in %s"
|
1113 |
msgstr "Scade in %s"
|
1114 |
|
1115 |
-
#: templates/account.
|
1116 |
msgctxt "as synchronize license"
|
1117 |
msgid "Sync License"
|
1118 |
msgstr "Sincronizza la licenza"
|
1119 |
|
1120 |
-
#: templates/account.
|
1121 |
msgid "Cancel Trial"
|
1122 |
msgstr "Annulla prova gratuita"
|
1123 |
|
1124 |
-
#: templates/account.
|
1125 |
msgid "Change Plan"
|
1126 |
msgstr "Cambia piano"
|
1127 |
|
1128 |
-
#: templates/account.
|
1129 |
msgctxt "verb"
|
1130 |
msgid "Upgrade"
|
1131 |
msgstr "Aggiornamento"
|
1132 |
|
1133 |
-
#: templates/account.
|
1134 |
-
#: templates/account/partials/site.php:
|
1135 |
msgctxt "verb"
|
1136 |
msgid "Downgrade"
|
1137 |
msgstr "Downgrade"
|
1138 |
|
1139 |
-
#: templates/account.
|
1140 |
#: templates/plugin-info/features.php72,
|
1141 |
-
#: templates/account/partials/addon.
|
1142 |
#: templates/account/partials/site.php:31
|
1143 |
msgid "Free"
|
1144 |
msgstr "Gratuito"
|
1145 |
|
1146 |
-
#: templates/account.
|
1147 |
msgid "Activate"
|
1148 |
msgstr "Attiva"
|
1149 |
|
1150 |
-
#: templates/account.
|
1151 |
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1152 |
-
#: templates/account/partials/addon.php:
|
1153 |
msgctxt "as product pricing plan"
|
1154 |
msgid "Plan"
|
1155 |
msgstr "Piano"
|
1156 |
|
1157 |
-
#: templates/account.php:
|
1158 |
msgid "Free Trial"
|
1159 |
msgstr "Prova gratuita"
|
1160 |
|
1161 |
-
#: templates/account.php:
|
1162 |
msgid "Account Details"
|
1163 |
msgstr "Dettagli dell'account"
|
1164 |
|
1165 |
-
#: templates/account.php:
|
1166 |
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?"
|
1167 |
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?"
|
1168 |
|
1169 |
-
#: templates/account.php:
|
1170 |
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?"
|
1171 |
msgstr "La cancellazione non è temporanea. Cancella solamente se non vuoi più utilizzare %s. Sei sicuro di voler cancellare questi dati?"
|
1172 |
|
1173 |
-
#: templates/account.php:
|
1174 |
msgid "Delete Account"
|
1175 |
msgstr "Elimina Account"
|
1176 |
|
1177 |
-
#: templates/account.
|
1178 |
#: templates/account/partials/deactivate-license-button.php:35
|
1179 |
msgid "Deactivate License"
|
1180 |
msgstr "Disattiva licenza"
|
1181 |
|
1182 |
-
#: templates/account.php:
|
1183 |
msgid "Are you sure you want to proceed?"
|
1184 |
msgstr "Sei sicuro di voler procedere?"
|
1185 |
|
1186 |
-
#: templates/account.
|
1187 |
msgid "Cancel Subscription"
|
1188 |
msgstr "Annulla sottoscrizione"
|
1189 |
|
1190 |
-
#: templates/account.php:
|
1191 |
msgctxt "as synchronize"
|
1192 |
msgid "Sync"
|
1193 |
msgstr "Sincronizza"
|
1194 |
|
1195 |
-
#: templates/account.
|
1196 |
msgid "Name"
|
1197 |
msgstr "Nome"
|
1198 |
|
1199 |
-
#: templates/account.
|
1200 |
msgid "Email"
|
1201 |
msgstr "Email"
|
1202 |
|
1203 |
-
#: templates/account.
|
1204 |
msgid "User ID"
|
1205 |
msgstr "ID utente"
|
1206 |
|
1207 |
-
#: templates/account.php:
|
1208 |
msgid "Site ID"
|
1209 |
msgstr "ID del sito"
|
1210 |
|
1211 |
-
#: templates/account.php:
|
1212 |
msgid "No ID"
|
1213 |
msgstr "Nessun ID"
|
1214 |
|
1215 |
-
#: templates/account.
|
1216 |
-
#: templates/debug.
|
1217 |
#: templates/account/partials/site.php:219
|
1218 |
msgid "Public Key"
|
1219 |
msgstr "Chiave pubblica"
|
1220 |
|
1221 |
-
#: templates/account.
|
1222 |
-
#: templates/debug.
|
1223 |
msgid "Secret Key"
|
1224 |
msgstr "Chiave segreta"
|
1225 |
|
1226 |
-
#: templates/account.php:
|
1227 |
msgctxt "as secret encryption key missing"
|
1228 |
msgid "No Secret"
|
1229 |
msgstr "Nessuna chiave"
|
1230 |
|
1231 |
-
#: templates/account.
|
1232 |
#: templates/account/partials/site.php:114
|
1233 |
msgid "Trial"
|
1234 |
msgstr "Prova gratuita"
|
1235 |
|
1236 |
-
#: templates/account.
|
1237 |
#: templates/account/partials/site.php:248
|
1238 |
msgid "License Key"
|
1239 |
msgstr "Chiave della licenza"
|
1240 |
|
1241 |
-
#: templates/account.php:
|
1242 |
msgid "not verified"
|
1243 |
msgstr "non verificato"
|
1244 |
|
1245 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
1246 |
msgid "Premium version"
|
1247 |
msgstr "Versione premium"
|
1248 |
|
1249 |
-
#: templates/account.php:
|
1250 |
msgid "Free version"
|
1251 |
msgstr "Versione gratuita"
|
1252 |
|
1253 |
-
#: templates/account.php:
|
1254 |
msgid "Verify Email"
|
1255 |
msgstr "Verifica email"
|
1256 |
|
1257 |
-
#: templates/account.php:
|
1258 |
msgid "Download %s Version"
|
1259 |
msgstr "Scarica la versione %s"
|
1260 |
|
1261 |
-
#: templates/account.
|
1262 |
#: templates/account/partials/site.php237,
|
1263 |
#: templates/account/partials/site.php:255
|
1264 |
msgctxt "verb"
|
1265 |
msgid "Show"
|
1266 |
msgstr "Mostra"
|
1267 |
|
1268 |
-
#: templates/account.php:
|
1269 |
msgid "What is your %s?"
|
1270 |
msgstr "Qual è il tuo %s?"
|
1271 |
|
1272 |
-
#: templates/account.
|
1273 |
msgctxt "verb"
|
1274 |
msgid "Edit"
|
1275 |
msgstr "Modifica"
|
1276 |
|
1277 |
-
#: templates/account.php:
|
1278 |
msgid "Sites"
|
1279 |
msgstr "Siti"
|
1280 |
|
1281 |
-
#: templates/account.php:
|
1282 |
msgid "Search by address"
|
1283 |
msgstr "Cerca per indirizzo"
|
1284 |
|
1285 |
-
#: templates/account.
|
1286 |
-
#: templates/debug.
|
1287 |
-
#: templates/debug.
|
1288 |
#: templates/account/payments.php35, templates/debug/logger.php:21
|
1289 |
msgid "ID"
|
1290 |
msgstr "ID"
|
1291 |
|
1292 |
-
#: templates/account.
|
1293 |
msgid "Address"
|
1294 |
msgstr "Indirizzo"
|
1295 |
|
1296 |
-
#: templates/account.php:
|
1297 |
msgid "License"
|
1298 |
msgstr "Licenza"
|
1299 |
|
1300 |
-
#: templates/account.php:
|
1301 |
msgid "Plan"
|
1302 |
msgstr "Piano"
|
1303 |
|
1304 |
-
#: templates/account.php:
|
1305 |
msgctxt "as software license"
|
1306 |
msgid "License"
|
1307 |
msgstr "Licenza"
|
1308 |
|
1309 |
-
#: templates/account.php:
|
1310 |
msgctxt "verb"
|
1311 |
msgid "Hide"
|
1312 |
msgstr "Nascondi"
|
1313 |
|
1314 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1315 |
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?"
|
1316 |
msgstr "Disattiva la tua licenza bloccando tutte le funzionalità premium ma potrai attivare la licenza su un altro sito. Sei sicuro di voler continuare?"
|
1317 |
|
@@ -1323,7 +1421,7 @@ msgstr "Add-on per %s"
|
|
1323 |
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."
|
1324 |
msgstr "Non siamo riusciti a caricare la lista degli add-on. Si tratta probabilmente di un problema nel nostro sistema, per favore riprova tra qualche minuto."
|
1325 |
|
1326 |
-
#: templates/add-ons.php:
|
1327 |
msgid "View details"
|
1328 |
msgstr "Visualizza dettagli"
|
1329 |
|
@@ -1362,163 +1460,167 @@ msgid "PCI compliant"
|
|
1362 |
msgstr "PCI compliant"
|
1363 |
|
1364 |
#. translators: %s: name (e.g. Hey John,)
|
1365 |
-
#: templates/connect.php:
|
1366 |
msgctxt "greeting"
|
1367 |
msgid "Hey %s,"
|
1368 |
msgstr "Hey %s,"
|
1369 |
|
1370 |
-
#: templates/connect.php:
|
1371 |
msgid "Allow & Continue"
|
1372 |
msgstr "Consenti & Continua"
|
1373 |
|
1374 |
-
#: templates/connect.php:
|
1375 |
msgid "Re-send activation email"
|
1376 |
msgstr "Invia nuovamente l'email di attivazione"
|
1377 |
|
1378 |
-
#: templates/connect.php:
|
1379 |
msgid "Thanks %s!"
|
1380 |
msgstr "Grazie %s!"
|
1381 |
|
1382 |
-
#: templates/connect.
|
1383 |
msgid "Agree & Activate License"
|
1384 |
msgstr "Accetta e attiva la licenza"
|
1385 |
|
1386 |
-
#: templates/connect.php:
|
1387 |
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1388 |
msgstr "Grazie per aver acquistato %s! Per iniziare, per favore inserisci la tua chiave di licenza:"
|
1389 |
|
1390 |
-
#: templates/connect.php:
|
1391 |
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."
|
1392 |
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."
|
1393 |
|
1394 |
-
#: templates/connect.php:
|
1395 |
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1396 |
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."
|
1397 |
|
1398 |
-
#: templates/connect.php:
|
1399 |
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."
|
1400 |
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."
|
1401 |
|
1402 |
-
#: templates/connect.php:
|
1403 |
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."
|
1404 |
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."
|
1405 |
|
1406 |
-
#: templates/connect.php:
|
1407 |
msgid "We're excited to introduce the Freemius network-level integration."
|
1408 |
msgstr "Siamo felici di presentarvi il supporto al sistema multi network di Freemius."
|
1409 |
|
1410 |
-
#: templates/connect.php:
|
1411 |
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1412 |
msgstr "Durante la procedura di aggiornamento abbiamo individuato%d sito/i che sono in attesa della attivazione della licenza."
|
1413 |
|
1414 |
-
#: templates/connect.php:
|
1415 |
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1416 |
msgstr "Se vuoi utilizzare %s su questi siti, inserisci la tua licenza sotto e fai clic sul pulsante di attivazione."
|
1417 |
|
1418 |
-
#: templates/connect.php:
|
1419 |
msgid "%s's paid features"
|
1420 |
msgstr "Funzionalità a pagamento di %s"
|
1421 |
|
1422 |
-
#: templates/connect.php:
|
1423 |
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1424 |
msgstr "In caso puoi saltare per adesso e attivare la licenza successivamente nella tua pagina di attivazione network di %s."
|
1425 |
|
1426 |
-
#: templates/connect.php:
|
1427 |
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1428 |
msgstr "Durante la procedura di aggiornamenti abbiamo individuato %s sito/i del network che sono in attesa di un tuo controllo."
|
1429 |
|
1430 |
-
#: templates/connect.
|
1431 |
msgid "License key"
|
1432 |
msgstr "Chiave di licenza"
|
1433 |
|
1434 |
-
#: templates/connect.
|
1435 |
msgid "Can't find your license key?"
|
1436 |
msgstr "Non trovi la tua chiave di licenza?"
|
1437 |
|
1438 |
-
#: templates/connect.
|
1439 |
#: templates/forms/deactivation/retry-skip.php:20
|
1440 |
msgctxt "verb"
|
1441 |
msgid "Skip"
|
1442 |
msgstr "Salta"
|
1443 |
|
1444 |
-
#: templates/connect.php:
|
1445 |
msgid "Delegate to Site Admins"
|
1446 |
msgstr "Delega ai proprietari del sito"
|
1447 |
|
1448 |
-
#: templates/connect.php:
|
1449 |
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1450 |
msgstr "Se fai clic questa decisione sarà delegata agli amministratori del sito."
|
1451 |
|
1452 |
-
#: templates/connect.php:
|
1453 |
msgid "Your Profile Overview"
|
1454 |
msgstr "Panoramica del tuo profilo"
|
1455 |
|
1456 |
-
#: templates/connect.php:
|
1457 |
msgid "Name and email address"
|
1458 |
msgstr "Nome ed indirizzo email"
|
1459 |
|
1460 |
-
#: templates/connect.php:
|
1461 |
msgid "Your Site Overview"
|
1462 |
msgstr "Panoramica del tuo sito"
|
1463 |
|
1464 |
-
#: templates/connect.php:
|
1465 |
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1466 |
msgstr "URL del sito, versione di WP, informazioni PHP, plugin e temi"
|
1467 |
|
1468 |
-
#: templates/connect.php:
|
1469 |
msgid "Admin Notices"
|
1470 |
msgstr "Avvisi amministratore"
|
1471 |
|
1472 |
-
#: templates/connect.
|
1473 |
msgid "Updates, announcements, marketing, no spam"
|
1474 |
msgstr "Aggiornamenti, annunci, marketing, no spam"
|
1475 |
|
1476 |
-
#: templates/connect.php:
|
1477 |
msgid "Current %s Events"
|
1478 |
msgstr "Eventi %sattuali"
|
1479 |
|
1480 |
-
#: templates/connect.php:
|
1481 |
msgid "Activation, deactivation and uninstall"
|
1482 |
msgstr "Attiva, disattivazione e disinstallazione"
|
1483 |
|
1484 |
-
#: templates/connect.php:
|
1485 |
msgid "Newsletter"
|
1486 |
msgstr "Newsletter"
|
1487 |
|
1488 |
-
#: templates/connect.
|
1489 |
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."
|
1490 |
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."
|
1491 |
|
1492 |
-
#: templates/connect.php:
|
1493 |
msgid "What permissions are being granted?"
|
1494 |
msgstr "Quali autorizzazioni vengono concesse?"
|
1495 |
|
1496 |
-
#: templates/connect.php:
|
1497 |
msgid "Don't have a license key?"
|
1498 |
msgstr "Non hai una chiave di licenza?"
|
1499 |
|
1500 |
-
#: templates/connect.php:
|
1501 |
msgid "Activate Free Version"
|
1502 |
msgstr "Attiva versione gratuita"
|
1503 |
|
1504 |
-
#: templates/connect.php:
|
1505 |
msgid "Have a license key?"
|
1506 |
msgstr "Hai una chiave di licenza?"
|
1507 |
|
1508 |
-
#: templates/connect.php:
|
1509 |
msgid "Privacy Policy"
|
1510 |
msgstr "Politica sulla privacy"
|
1511 |
|
1512 |
-
#: templates/connect.php:
|
|
|
|
|
|
|
|
|
1513 |
msgid "Terms of Service"
|
1514 |
msgstr "Termini del Servizio"
|
1515 |
|
1516 |
-
#: templates/connect.php:
|
1517 |
msgctxt "as in the process of sending an email"
|
1518 |
msgid "Sending email"
|
1519 |
msgstr "Invio email"
|
1520 |
|
1521 |
-
#: templates/connect.php:
|
1522 |
msgctxt "as activating plugin"
|
1523 |
msgid "Activating"
|
1524 |
msgstr "Attivazione"
|
@@ -1546,8 +1648,8 @@ msgctxt "as code debugging"
|
|
1546 |
msgid "Debugging"
|
1547 |
msgstr "Debugging"
|
1548 |
|
1549 |
-
#: templates/debug.php54, templates/debug.
|
1550 |
-
#: templates/debug.php:
|
1551 |
msgid "Actions"
|
1552 |
msgstr "Azioni"
|
1553 |
|
@@ -1571,199 +1673,203 @@ msgstr "Svuota le Transient degli aggiornamenti"
|
|
1571 |
msgid "Sync Data From Server"
|
1572 |
msgstr "Sincronizza i dati dal server"
|
1573 |
|
1574 |
-
#: templates/debug.php:
|
|
|
|
|
|
|
|
|
1575 |
msgid "Load DB Option"
|
1576 |
msgstr "Carica opzioni del DB"
|
1577 |
|
1578 |
-
#: templates/debug.php:
|
1579 |
msgid "Set DB Option"
|
1580 |
msgstr "Imposta opzione del DB"
|
1581 |
|
1582 |
-
#: templates/debug.php:
|
1583 |
msgid "Key"
|
1584 |
msgstr "Chiave"
|
1585 |
|
1586 |
-
#: templates/debug.php:
|
1587 |
msgid "Value"
|
1588 |
msgstr "Valore"
|
1589 |
|
1590 |
-
#: templates/debug.php:
|
1591 |
msgctxt "as software development kit versions"
|
1592 |
msgid "SDK Versions"
|
1593 |
msgstr "Versioni SDK"
|
1594 |
|
1595 |
-
#: templates/debug.php:
|
1596 |
msgid "SDK Path"
|
1597 |
msgstr "Percorso SDK"
|
1598 |
|
1599 |
-
#: templates/debug.
|
1600 |
msgid "Module Path"
|
1601 |
msgstr "Percorso modulo"
|
1602 |
|
1603 |
-
#: templates/debug.php:
|
1604 |
msgid "Is Active"
|
1605 |
msgstr "è attiva"
|
1606 |
|
1607 |
-
#: templates/debug.
|
1608 |
msgid "Plugins"
|
1609 |
msgstr "Plugin"
|
1610 |
|
1611 |
-
#: templates/debug.
|
1612 |
msgid "Themes"
|
1613 |
msgstr "Temi"
|
1614 |
|
1615 |
-
#: templates/debug.
|
1616 |
#: templates/debug/scheduled-crons.php:80
|
1617 |
msgid "Slug"
|
1618 |
msgstr "Slug"
|
1619 |
|
1620 |
-
#: templates/debug.
|
1621 |
msgid "Title"
|
1622 |
msgstr "Titolo"
|
1623 |
|
1624 |
-
#: templates/debug.php:
|
1625 |
msgctxt "as application program interface"
|
1626 |
msgid "API"
|
1627 |
msgstr "API"
|
1628 |
|
1629 |
-
#: templates/debug.php:
|
1630 |
msgid "Freemius State"
|
1631 |
msgstr "Stato di Freemius"
|
1632 |
|
1633 |
-
#: templates/debug.php:
|
1634 |
msgid "Network Blog"
|
1635 |
msgstr "Network Blog"
|
1636 |
|
1637 |
-
#: templates/debug.php:
|
1638 |
msgid "Network User"
|
1639 |
msgstr "Utente Network"
|
1640 |
|
1641 |
-
#: templates/debug.php:
|
1642 |
msgctxt "as connection was successful"
|
1643 |
msgid "Connected"
|
1644 |
msgstr "Connesso"
|
1645 |
|
1646 |
-
#: templates/debug.php:
|
1647 |
msgctxt "as connection blocked"
|
1648 |
msgid "Blocked"
|
1649 |
msgstr "Bloccato"
|
1650 |
|
1651 |
-
#: templates/debug.php:
|
1652 |
-
msgid "Simulate Trial"
|
1653 |
-
msgstr "
|
1654 |
|
1655 |
-
#: templates/debug.php:
|
1656 |
msgid "Simulate Network Upgrade"
|
1657 |
msgstr "Simula aggiornamento network"
|
1658 |
|
1659 |
-
#: templates/debug.php:
|
1660 |
msgid "%s Installs"
|
1661 |
msgstr "%s Installazioni"
|
1662 |
|
1663 |
-
#: templates/debug.php:
|
1664 |
msgctxt "like websites"
|
1665 |
msgid "Sites"
|
1666 |
msgstr "Siti"
|
1667 |
|
1668 |
-
#: templates/debug.
|
1669 |
msgid "Blog ID"
|
1670 |
msgstr "Blog ID"
|
1671 |
|
1672 |
-
#: templates/debug.
|
1673 |
-
#: templates/account/partials/addon.php:
|
1674 |
msgctxt "verb"
|
1675 |
msgid "Delete"
|
1676 |
msgstr "Elimina"
|
1677 |
|
1678 |
-
#: templates/debug.php:
|
1679 |
msgid "Add Ons of module %s"
|
1680 |
msgstr "Addon del modulo %s"
|
1681 |
|
1682 |
-
#: templates/debug.php:
|
1683 |
msgid "Users"
|
1684 |
msgstr "Utenti"
|
1685 |
|
1686 |
-
#: templates/debug.php:
|
1687 |
msgid "Verified"
|
1688 |
msgstr "Verificato"
|
1689 |
|
1690 |
-
#: templates/debug.php:
|
1691 |
msgid "%s Licenses"
|
1692 |
msgstr "%s Licenze"
|
1693 |
|
1694 |
-
#: templates/debug.php:
|
1695 |
msgid "Plugin ID"
|
1696 |
msgstr "Plugin ID"
|
1697 |
|
1698 |
-
#: templates/debug.php:
|
1699 |
msgid "Plan ID"
|
1700 |
msgstr "ID Piano"
|
1701 |
|
1702 |
-
#: templates/debug.php:
|
1703 |
msgid "Quota"
|
1704 |
msgstr "Quota"
|
1705 |
|
1706 |
-
#: templates/debug.php:
|
1707 |
msgid "Activated"
|
1708 |
msgstr "Attivato"
|
1709 |
|
1710 |
-
#: templates/debug.php:
|
1711 |
msgid "Blocking"
|
1712 |
msgstr "Bloccato"
|
1713 |
|
1714 |
-
#: templates/debug.php:
|
1715 |
msgctxt "as expiration date"
|
1716 |
msgid "Expiration"
|
1717 |
msgstr "Scadenza"
|
1718 |
|
1719 |
-
#: templates/debug.php:
|
1720 |
msgid "Debug Log"
|
1721 |
msgstr "Debug Log"
|
1722 |
|
1723 |
-
#: templates/debug.php:
|
1724 |
msgid "All Types"
|
1725 |
msgstr "Tutti i tipi"
|
1726 |
|
1727 |
-
#: templates/debug.php:
|
1728 |
msgid "All Requests"
|
1729 |
msgstr "Tutte le richieste"
|
1730 |
|
1731 |
-
#: templates/debug.
|
1732 |
#: templates/debug/logger.php:25
|
1733 |
msgid "File"
|
1734 |
msgstr "File"
|
1735 |
|
1736 |
-
#: templates/debug.
|
1737 |
#: templates/debug/logger.php:23
|
1738 |
msgid "Function"
|
1739 |
msgstr "Funzione"
|
1740 |
|
1741 |
-
#: templates/debug.php:
|
1742 |
msgid "Process ID"
|
1743 |
msgstr "ID processo"
|
1744 |
|
1745 |
-
#: templates/debug.php:
|
1746 |
msgid "Logger"
|
1747 |
msgstr "Logger"
|
1748 |
|
1749 |
-
#: templates/debug.
|
1750 |
#: templates/debug/logger.php:24
|
1751 |
msgid "Message"
|
1752 |
msgstr "Messaggio"
|
1753 |
|
1754 |
-
#: templates/debug.php:
|
1755 |
msgid "Filter"
|
1756 |
msgstr "Filtro"
|
1757 |
|
1758 |
-
#: templates/debug.php:
|
1759 |
msgid "Download"
|
1760 |
msgstr "Download"
|
1761 |
|
1762 |
-
#: templates/debug.
|
1763 |
msgid "Type"
|
1764 |
msgstr "Tipo"
|
1765 |
|
1766 |
-
#: templates/debug.
|
1767 |
msgid "Timestamp"
|
1768 |
msgstr "Timestamp"
|
1769 |
|
@@ -2114,23 +2220,19 @@ msgstr "Tracciamo l'utilizzo esclusivamente per rendere %s migliore, creando una
|
|
2114 |
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2115 |
msgstr "Cliccando su \"Cancella iscrizione\", non invieremo più nessuna informazione da %s a %s."
|
2116 |
|
2117 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2118 |
msgid "There is a new version of %s available."
|
2119 |
msgstr "C'è una nuova versione di %s disponibile."
|
2120 |
|
2121 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2122 |
-
msgid " %
|
2123 |
-
msgstr "
|
2124 |
|
2125 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2126 |
msgid "New Version Available"
|
2127 |
msgstr "Nuova versione disponibile"
|
2128 |
|
2129 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2130 |
-
msgid "Renew license"
|
2131 |
-
msgstr "Rinnova licenza"
|
2132 |
-
|
2133 |
-
#: templates/forms/premium-versions-upgrade-handler.php:53
|
2134 |
msgctxt "close a window"
|
2135 |
msgid "Dismiss"
|
2136 |
msgstr "Chiudi"
|
@@ -2143,6 +2245,43 @@ msgstr "Invia chiave di licenza"
|
|
2143 |
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2144 |
msgstr "Inserisci qui sotto l'indirizzo email che hai usato per registrare l'aggiornamento e ti invieremo di nuovo la chiave di licenza."
|
2145 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2146 |
#: templates/forms/trial-start.php:22
|
2147 |
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2148 |
msgstr "Sei a un clic di distanza dall'iniziare il tuo periodo di prova gratuito di %1$s giorni per il piano %2$s."
|
@@ -2208,20 +2347,16 @@ msgstr "%s rimanenti"
|
|
2208 |
msgid "Last license"
|
2209 |
msgstr "Ultima licenza"
|
2210 |
|
2211 |
-
#: templates/account/partials/addon.php:
|
2212 |
msgid "Cancelled"
|
2213 |
msgstr "Annullato"
|
2214 |
|
2215 |
-
#: templates/account/partials/addon.php:
|
2216 |
-
msgid "Expired"
|
2217 |
-
msgstr "Scaduto"
|
2218 |
-
|
2219 |
-
#: templates/account/partials/addon.php:121
|
2220 |
msgid "No expiration"
|
2221 |
msgstr "Nessuna scadenza"
|
2222 |
|
2223 |
-
#: templates/account/partials/addon.
|
2224 |
-
#: templates/account/partials/addon.php:
|
2225 |
msgid "Activate this add-on"
|
2226 |
msgstr "Attivare questo addon"
|
2227 |
|
@@ -2249,47 +2384,47 @@ msgstr "Siamo spiacenti per l'inconveniente e siamo qui per aiutarti con il tuo
|
|
2249 |
msgid "Contact Support"
|
2250 |
msgstr "Contatta il supporto"
|
2251 |
|
2252 |
-
#: templates/forms/deactivation/form.php:
|
2253 |
msgid "Anonymous feedback"
|
2254 |
msgstr "Feedback anonimo"
|
2255 |
|
2256 |
-
#: templates/forms/deactivation/form.php:
|
2257 |
msgid "Deactivate"
|
2258 |
msgstr "Disattiva"
|
2259 |
|
2260 |
-
#: templates/forms/deactivation/form.php:
|
2261 |
msgid "Activate %s"
|
2262 |
msgstr "Attiva %s"
|
2263 |
|
2264 |
-
#: templates/forms/deactivation/form.php:76
|
2265 |
-
msgid "Quick feedback"
|
2266 |
-
msgstr "Feedback veloce"
|
2267 |
-
|
2268 |
#: templates/forms/deactivation/form.php:80
|
|
|
|
|
|
|
|
|
2269 |
msgid "If you have a moment, please let us know why you are %s"
|
2270 |
msgstr "Se hai un attimo, facci sapere perché %s"
|
2271 |
|
2272 |
-
#: templates/forms/deactivation/form.php:
|
2273 |
msgid "deactivating"
|
2274 |
msgstr "disattivazione in corso"
|
2275 |
|
2276 |
-
#: templates/forms/deactivation/form.php:
|
2277 |
msgid "switching"
|
2278 |
msgstr "passa a"
|
2279 |
|
2280 |
-
#: templates/forms/deactivation/form.php:
|
2281 |
msgid "Submit & %s"
|
2282 |
msgstr "Invia e %s"
|
2283 |
|
2284 |
-
#: templates/forms/deactivation/form.php:
|
2285 |
msgid "Kindly tell us the reason so we can improve."
|
2286 |
msgstr "Spiegandoci il motivo ci aiuterai a migliorare."
|
2287 |
|
2288 |
-
#: templates/forms/deactivation/form.php:
|
2289 |
msgid "Yes - %s"
|
2290 |
msgstr "SI - %s"
|
2291 |
|
2292 |
-
#: templates/forms/deactivation/form.php:
|
2293 |
msgid "Skip & %s"
|
2294 |
msgstr "Salta & %s"
|
2295 |
|
1 |
+
# Copyright (C) 2019 freemius
|
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 |
"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: 2018-12-23 14:23+0000\n"
|
15 |
+
"Last-Translator: Dario Curvino <d.curvino@gmail.com>\n"
|
16 |
"Language: it_IT\n"
|
17 |
"Language-Team: Italian (Italy) (http://www.transifex.com/freemius/wordpress-sdk/language/it_IT/)\n"
|
18 |
"Content-Type: text/plain; charset=UTF-8\n"
|
25 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
26 |
"X-Poedit-SourceCharset: UTF-8\n"
|
27 |
|
28 |
+
#: includes/class-freemius.php:1688
|
29 |
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
30 |
msgstr "L'SDK di Freemius non è riuscito a trovare il file principale del plugin. Per favore contatta sdk@freemius.com riportando l'errore."
|
31 |
|
32 |
+
#: includes/class-freemius.php:1690
|
33 |
msgid "Error"
|
34 |
msgstr "Errore"
|
35 |
|
36 |
+
#: includes/class-freemius.php:2011
|
37 |
msgid "I found a better %s"
|
38 |
msgstr "Ho trovato un migliore %s"
|
39 |
|
40 |
+
#: includes/class-freemius.php:2013
|
41 |
msgid "What's the %s's name?"
|
42 |
msgstr "Qual è il nome di %s?"
|
43 |
|
44 |
+
#: includes/class-freemius.php:2019
|
45 |
msgid "It's a temporary %s. I'm just debugging an issue."
|
46 |
msgstr "È una %s temporanea. Sto solo cercando di risolvere un problema."
|
47 |
|
48 |
+
#: includes/class-freemius.php:2021
|
49 |
msgid "Deactivation"
|
50 |
msgstr "Disattivazione"
|
51 |
|
52 |
+
#: includes/class-freemius.php:2022
|
53 |
msgid "Theme Switch"
|
54 |
msgstr "Cambio tema"
|
55 |
|
56 |
+
#: includes/class-freemius.php2031, templates/forms/resend-key.php:24
|
57 |
msgid "Other"
|
58 |
msgstr "Altro"
|
59 |
|
60 |
+
#: includes/class-freemius.php:2039
|
61 |
msgid "I no longer need the %s"
|
62 |
msgstr "Non ho più bisogno di %s"
|
63 |
|
64 |
+
#: includes/class-freemius.php:2046
|
65 |
msgid "I only needed the %s for a short period"
|
66 |
msgstr "Ho avuto bisogno di %s per un breve periodo"
|
67 |
|
68 |
+
#: includes/class-freemius.php:2052
|
69 |
msgid "The %s broke my site"
|
70 |
msgstr "%s ha rotto il mio sito"
|
71 |
|
72 |
+
#: includes/class-freemius.php:2059
|
73 |
msgid "The %s suddenly stopped working"
|
74 |
msgstr "%s ha improvvisamente smesso di funzionare"
|
75 |
|
76 |
+
#: includes/class-freemius.php:2069
|
77 |
msgid "I can't pay for it anymore"
|
78 |
msgstr "Non posso piú pagarlo"
|
79 |
|
80 |
+
#: includes/class-freemius.php:2071
|
81 |
msgid "What price would you feel comfortable paying?"
|
82 |
msgstr "Che prezzo ritieni opportuno pagare?"
|
83 |
|
84 |
+
#: includes/class-freemius.php:2077
|
85 |
msgid "I don't like to share my information with you"
|
86 |
msgstr "Non voglio condividere i miei dati con te"
|
87 |
|
88 |
+
#: includes/class-freemius.php:2098
|
89 |
msgid "The %s didn't work"
|
90 |
msgstr "%s non funziona"
|
91 |
|
92 |
+
#: includes/class-freemius.php:2108
|
93 |
msgid "I couldn't understand how to make it work"
|
94 |
msgstr "Non capisco come farlo funzionare"
|
95 |
|
96 |
+
#: includes/class-freemius.php:2116
|
97 |
msgid "The %s is great, but I need specific feature that you don't support"
|
98 |
msgstr "%s è ottimo ma ho bisogno di una funzionalità specifica non supportata"
|
99 |
|
100 |
+
#: includes/class-freemius.php:2118
|
101 |
msgid "What feature?"
|
102 |
msgstr "Quale funzionalitá?"
|
103 |
|
104 |
+
#: includes/class-freemius.php:2122
|
105 |
msgid "The %s is not working"
|
106 |
msgstr "%s non funziona"
|
107 |
|
108 |
+
#: includes/class-freemius.php:2124
|
109 |
msgid "Kindly share what didn't work so we can fix it for future users..."
|
110 |
msgstr "Condividi cosa non ha funzionato in modo da migliorare il prodotto per gli utenti futuri..."
|
111 |
|
112 |
+
#: includes/class-freemius.php:2128
|
113 |
msgid "It's not what I was looking for"
|
114 |
msgstr "Non é quello che stavo cercando"
|
115 |
|
116 |
+
#: includes/class-freemius.php:2130
|
117 |
msgid "What you've been looking for?"
|
118 |
msgstr "Che cosa stai cercando?"
|
119 |
|
120 |
+
#: includes/class-freemius.php:2134
|
121 |
msgid "The %s didn't work as expected"
|
122 |
msgstr "%s non ha funzionato come mi aspettavo"
|
123 |
|
124 |
+
#: includes/class-freemius.php:2136
|
125 |
msgid "What did you expect?"
|
126 |
msgstr "Che cosa ti aspettavi?"
|
127 |
|
128 |
+
#: includes/class-freemius.php2942, templates/debug.php:20
|
129 |
msgid "Freemius Debug"
|
130 |
msgstr "Debug Freemius"
|
131 |
|
132 |
+
#: includes/class-freemius.php:3670
|
133 |
msgid "I don't know what is cURL or how to install it, help me!"
|
134 |
msgstr "Non ho idea di cosa sia cURL o come installarlo, aiutami!"
|
135 |
|
136 |
+
#: includes/class-freemius.php:3672
|
137 |
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."
|
138 |
msgstr "Contatteremo il tuo hosting e risolveremo il problema. Riceverai un' email a %s non appena ci saranno aggiornamenti."
|
139 |
|
140 |
+
#: includes/class-freemius.php:3679
|
141 |
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."
|
142 |
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."
|
143 |
|
144 |
+
#: includes/class-freemius.php:3784
|
145 |
msgid "Yes - do your thing"
|
146 |
msgstr "Sì - fai pure"
|
147 |
|
148 |
+
#: includes/class-freemius.php:3789
|
149 |
msgid "No - just deactivate"
|
150 |
msgstr "No - disattiva e basta"
|
151 |
|
152 |
+
#: includes/class-freemius.php3834, includes/class-freemius.php4343,
|
153 |
+
#: includes/class-freemius.php5442, includes/class-freemius.php11545,
|
154 |
+
#: includes/class-freemius.php14916, includes/class-freemius.php14968,
|
155 |
+
#: includes/class-freemius.php15030, includes/class-freemius.php17263,
|
156 |
+
#: includes/class-freemius.php17273, includes/class-freemius.php17882,
|
157 |
+
#: includes/class-freemius.php18742, includes/class-freemius.php18857,
|
158 |
+
#: includes/class-freemius.php19001, templates/add-ons.php:43
|
159 |
msgctxt "exclamation"
|
160 |
msgid "Oops"
|
161 |
msgstr "Ops"
|
162 |
|
163 |
+
#: includes/class-freemius.php:3903
|
164 |
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."
|
165 |
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."
|
166 |
|
167 |
+
#: includes/class-freemius.php:4340
|
168 |
msgctxt "addonX cannot run without pluginY"
|
169 |
msgid "%s cannot run without %s."
|
170 |
msgstr "%s non può funzionare senza %s."
|
171 |
|
172 |
+
#: includes/class-freemius.php:4341
|
173 |
msgctxt "addonX cannot run..."
|
174 |
msgid "%s cannot run without the plugin."
|
175 |
msgstr "%s non può funzionare senza il plugin."
|
176 |
|
177 |
+
#: includes/class-freemius.php4487, includes/class-freemius.php4512,
|
178 |
+
#: includes/class-freemius.php:17953
|
179 |
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
180 |
msgstr "Errore API inaspettato. Contatta l'autore di %s con il seguente errore."
|
181 |
|
182 |
+
#: includes/class-freemius.php:5130
|
183 |
msgid "Premium %s version was successfully activated."
|
184 |
msgstr "La versione 1%s Permium è stata attivata con successo."
|
185 |
|
186 |
+
#: includes/class-freemius.php5142, includes/class-freemius.php:7004
|
187 |
msgctxt ""
|
188 |
msgid "W00t"
|
189 |
msgstr "Forte"
|
190 |
|
191 |
+
#: includes/class-freemius.php:5157
|
192 |
msgid "You have a %s license."
|
193 |
msgstr "Hai la licenza %s."
|
194 |
|
195 |
+
#: includes/class-freemius.php5161, includes/class-freemius.php14337,
|
196 |
+
#: includes/class-freemius.php14348, includes/class-freemius.php17177,
|
197 |
+
#: includes/class-freemius.php17491, includes/class-freemius.php17557,
|
198 |
+
#: includes/class-freemius.php:17707
|
199 |
msgctxt "interjection expressing joy or exuberance"
|
200 |
msgid "Yee-haw"
|
201 |
msgstr "Evvai"
|
202 |
|
203 |
+
#: includes/class-freemius.php:5425
|
204 |
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."
|
205 |
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."
|
206 |
|
207 |
+
#: includes/class-freemius.php:5429
|
208 |
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
209 |
msgstr "%s è un add-on premium. Devi comprare una licenza prima di poter attivare il plugin."
|
210 |
|
211 |
+
#: includes/class-freemius.php5438, templates/add-ons.php103,
|
212 |
+
#: templates/account/partials/addon.php:288
|
213 |
msgid "More information about %s"
|
214 |
msgstr "Ulteriori informazioni su %s"
|
215 |
|
216 |
+
#: includes/class-freemius.php:5439
|
217 |
msgid "Purchase License"
|
218 |
msgstr "Acquista licenza"
|
219 |
|
220 |
+
#: includes/class-freemius.php6372, templates/connect.php:163
|
221 |
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."
|
222 |
msgstr "Dovresti ricevere un'email di attivazione di %s all'indirizzo %s. Assicurati di fare clic sul pulsante di attivazione nell'email per %s."
|
223 |
|
224 |
+
#: includes/class-freemius.php:6376
|
225 |
msgid "start the trial"
|
226 |
msgstr "Inizia il periodo di prova gratuito"
|
227 |
|
228 |
+
#: includes/class-freemius.php6377, templates/connect.php:167
|
229 |
msgid "complete the install"
|
230 |
msgstr "completa l'installazione"
|
231 |
|
232 |
+
#: includes/class-freemius.php:6490
|
233 |
msgid "You are just one step away - %s"
|
234 |
msgstr "Sei a un passo dalla fine - %s"
|
235 |
|
236 |
+
#: includes/class-freemius.php:6493
|
237 |
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
238 |
msgid "Complete \"%s\" Activation Now"
|
239 |
msgstr "Completa l'attivazione di \"%s\" ora"
|
240 |
|
241 |
+
#: includes/class-freemius.php:6571
|
242 |
msgid "We made a few tweaks to the %s, %s"
|
243 |
msgstr "Abbiamo fatto alcune migliore a %s,%s"
|
244 |
|
245 |
+
#: includes/class-freemius.php:6575
|
246 |
+
msgid "Opt in to make \"%s\" better!"
|
247 |
+
msgstr "Opt in to make \"%s\" better!"
|
248 |
|
249 |
+
#: includes/class-freemius.php:7003
|
250 |
msgid "The upgrade of %s was successfully completed."
|
251 |
msgstr "L'aggiornamento di %s è stato completato con successo."
|
252 |
|
253 |
+
#: includes/class-freemius.php8925, includes/class-fs-plugin-updater.php886,
|
254 |
+
#: includes/class-fs-plugin-updater.php1081,
|
255 |
+
#: includes/class-fs-plugin-updater.php1088,
|
256 |
+
#: templates/auto-installation.php:32
|
257 |
msgid "Add-On"
|
258 |
msgstr "Add-on"
|
259 |
|
260 |
+
#: includes/class-freemius.php8927, templates/debug.php359,
|
261 |
+
#: templates/debug.php:520
|
262 |
msgid "Plugin"
|
263 |
msgstr "Plugin"
|
264 |
|
265 |
+
#: includes/class-freemius.php8928, templates/debug.php359,
|
266 |
+
#: templates/debug.php520, templates/forms/deactivation/form.php:67
|
267 |
msgid "Theme"
|
268 |
msgstr "Tema"
|
269 |
|
270 |
+
#: includes/class-freemius.php:11412
|
271 |
+
msgid "Invalid site details collection."
|
272 |
+
msgstr "Invalid site details collection."
|
273 |
|
274 |
+
#: includes/class-freemius.php:11532
|
275 |
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
276 |
msgstr "Non siamo riusciti a trovare il tuo indirizzo email nel sistema, sei sicuro che sia l'indirizzo giusto?"
|
277 |
|
278 |
+
#: includes/class-freemius.php:11534
|
279 |
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
280 |
msgstr "Non siamo riusciti a trovare alcuna licenza attiva associata al tuo indirizzo email, sei sicuro che sia l'indirizzo giusto?"
|
281 |
|
282 |
+
#: includes/class-freemius.php:11808
|
283 |
msgid "Account is pending activation."
|
284 |
msgstr "Account in attesa di attivazione."
|
285 |
|
286 |
+
#: includes/class-freemius.php11920,
|
287 |
+
#: templates/forms/premium-versions-upgrade-handler.php:47
|
288 |
+
msgid "Buy a license now"
|
289 |
+
msgstr "Compra una licenza ora"
|
290 |
+
|
291 |
+
#: includes/class-freemius.php11932,
|
292 |
+
#: templates/forms/premium-versions-upgrade-handler.php:46
|
293 |
+
msgid "Renew your license now"
|
294 |
+
msgstr "Rinnova la tua licenza ora"
|
295 |
+
|
296 |
+
#: includes/class-freemius.php:11936
|
297 |
+
msgid "%s to access version %s security & feature updates, and support."
|
298 |
+
msgstr "%s to access version %s security & feature updates, and support."
|
299 |
+
|
300 |
+
#: includes/class-freemius.php:14319
|
301 |
msgid "%s activation was successfully completed."
|
302 |
msgstr "%s è stato attivato con successo."
|
303 |
|
304 |
+
#: includes/class-freemius.php:14333
|
305 |
msgid "Your account was successfully activated with the %s plan."
|
306 |
msgstr "Il tuo account è stato attivato correttamente con il piano %s."
|
307 |
|
308 |
+
#: includes/class-freemius.php14344, includes/class-freemius.php:17553
|
309 |
msgid "Your trial has been successfully started."
|
310 |
msgstr "La versione di prova è stata avviata correttamente."
|
311 |
|
312 |
+
#: includes/class-freemius.php14914, includes/class-freemius.php14966,
|
313 |
+
#: includes/class-freemius.php:15028
|
314 |
msgid "Couldn't activate %s."
|
315 |
msgstr "Non é stato possibile attivare %s."
|
316 |
|
317 |
+
#: includes/class-freemius.php14915, includes/class-freemius.php14967,
|
318 |
+
#: includes/class-freemius.php:15029
|
319 |
msgid "Please contact us with the following message:"
|
320 |
msgstr "Contattaci con il seguente messaggio:"
|
321 |
|
322 |
+
#: includes/class-freemius.php15378, includes/class-freemius.php:19839
|
323 |
msgid "Upgrade"
|
324 |
msgstr "Aggiornamento"
|
325 |
|
326 |
+
#: includes/class-freemius.php:15384
|
327 |
msgid "Start Trial"
|
328 |
msgstr "Inizia il periodo di prova gratuito"
|
329 |
|
330 |
+
#: includes/class-freemius.php:15386
|
331 |
msgid "Pricing"
|
332 |
msgstr "Prezzi"
|
333 |
|
334 |
+
#: includes/class-freemius.php15448, includes/class-freemius.php:15450
|
335 |
msgid "Affiliation"
|
336 |
msgstr "Affiliazione"
|
337 |
|
338 |
+
#: includes/class-freemius.php15478, includes/class-freemius.php15480,
|
339 |
+
#: templates/account.php150, templates/debug.php:324
|
340 |
msgid "Account"
|
341 |
msgstr "Account"
|
342 |
|
343 |
+
#: includes/class-freemius.php15493, includes/class-freemius.php15495,
|
344 |
#: includes/customizer/class-fs-customizer-support-section.php:60
|
345 |
msgid "Contact Us"
|
346 |
msgstr "Contattaci"
|
347 |
|
348 |
+
#: includes/class-freemius.php15505, includes/class-freemius.php15507,
|
349 |
+
#: includes/class-freemius.php19849, templates/account.php100,
|
350 |
+
#: templates/account/partials/addon.php:41
|
351 |
msgid "Add-Ons"
|
352 |
msgstr "Addon"
|
353 |
|
354 |
+
#: includes/class-freemius.php:15541
|
355 |
+
msgctxt "ASCII arrow left icon"
|
356 |
+
msgid "←"
|
357 |
+
msgstr "←"
|
358 |
+
|
359 |
+
#: includes/class-freemius.php:15541
|
360 |
+
msgctxt "ASCII arrow right icon"
|
361 |
+
msgid "➤"
|
362 |
+
msgstr "➤"
|
363 |
+
|
364 |
+
#: includes/class-freemius.php15543, templates/pricing.php:97
|
365 |
msgctxt "noun"
|
366 |
msgid "Pricing"
|
367 |
msgstr "Prezzi"
|
368 |
|
369 |
+
#: includes/class-freemius.php15756,
|
370 |
#: includes/customizer/class-fs-customizer-support-section.php:67
|
371 |
msgid "Support Forum"
|
372 |
msgstr "Forum di supporto"
|
373 |
|
374 |
+
#: includes/class-freemius.php:16542
|
375 |
msgid "Your email has been successfully verified - you are AWESOME!"
|
376 |
msgstr "Il tuo indirizzo email è stato verificato con successo - SEI UN GRANDE!"
|
377 |
|
378 |
+
#: includes/class-freemius.php:16543
|
379 |
msgctxt "a positive response"
|
380 |
msgid "Right on"
|
381 |
msgstr "Sì"
|
382 |
|
383 |
+
#: includes/class-freemius.php:17168
|
384 |
msgid "Your %s Add-on plan was successfully upgraded."
|
385 |
msgstr "Il piano del tuo add-on %s è stato aggiornato con successo."
|
386 |
|
387 |
+
#: includes/class-freemius.php:17170
|
388 |
msgid "%s Add-on was successfully purchased."
|
389 |
msgstr "L' add-on %s è stato acquistato con successo."
|
390 |
|
391 |
+
#: includes/class-freemius.php:17173
|
392 |
msgid "Download the latest version"
|
393 |
msgstr "Scarica l'ultima versione"
|
394 |
|
395 |
+
#: includes/class-freemius.php:17259
|
396 |
msgctxt "%1s - plugin title, %2s - API domain"
|
397 |
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
398 |
msgstr "Il tuo server sta bloccando l'accesso all'API di Freemius. L'accesso è cruciale per quanto riguarda la la sincronizzazione di %1s. Per favore contatta il tuo host per aggiungere %2s alla whitelist."
|
399 |
|
400 |
+
#: includes/class-freemius.php17262, includes/class-freemius.php17678,
|
401 |
+
#: includes/class-freemius.php:17755
|
402 |
msgid "Error received from the server:"
|
403 |
msgstr "Errore ricevuto dal server:"
|
404 |
|
405 |
+
#: includes/class-freemius.php:17272
|
406 |
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
407 |
msgstr "Sembra che uno dei parametri di autenticazione sia sbagliato. Aggiorna la tua chiave pubblica, Secret Key & User ID e riprova."
|
408 |
|
409 |
+
#: includes/class-freemius.php17454, includes/class-freemius.php17683,
|
410 |
+
#: includes/class-freemius.php17726, includes/class-freemius.php:17829
|
411 |
msgctxt ""
|
412 |
msgid "Hmm"
|
413 |
msgstr "Uhm"
|
414 |
|
415 |
+
#: includes/class-freemius.php:17467
|
416 |
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."
|
417 |
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."
|
418 |
|
419 |
+
#: includes/class-freemius.php17468, templates/account.php102,
|
420 |
+
#: templates/add-ons.php134, templates/account/partials/addon.php:43
|
421 |
msgctxt "trial period"
|
422 |
msgid "Trial"
|
423 |
msgstr "Prova gratuita"
|
424 |
|
425 |
+
#: includes/class-freemius.php:17473
|
426 |
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
427 |
msgstr "Ho aggiornato il mio account, ma quando cerco di sincronizzare la licenza, il piano rimane %s."
|
428 |
|
429 |
+
#: includes/class-freemius.php17477, includes/class-freemius.php:17535
|
430 |
msgid "Please contact us here"
|
431 |
msgstr "Contattaci qui"
|
432 |
|
433 |
+
#: includes/class-freemius.php:17487
|
434 |
msgid "Your plan was successfully upgraded."
|
435 |
msgstr "Il piano è stato aggiornato con successo."
|
436 |
|
437 |
+
#: includes/class-freemius.php:17505
|
438 |
msgid "Your plan was successfully changed to %s."
|
439 |
msgstr "Il piano è stato cambiato con successo a %s."
|
440 |
|
441 |
+
#: includes/class-freemius.php:17521
|
442 |
msgid "Your license has expired. You can still continue using the free %s forever."
|
443 |
msgstr "La tua licenza è scaduta. Puoi continuare ad usare la versione gratuita %s per sempre."
|
444 |
|
445 |
+
#: includes/class-freemius.php:17523
|
446 |
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
447 |
msgstr "La tua licenza è scaduta. %1$saggiorna ora %2$sper continuare ad utilizzare %3$s senza interruzioni."
|
448 |
|
449 |
+
#: includes/class-freemius.php:17531
|
450 |
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
451 |
msgstr "La tua licenza è stata cancellata. Se credi sia un errore, per favore contatta il supporto."
|
452 |
|
453 |
+
#: includes/class-freemius.php:17544
|
454 |
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."
|
455 |
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."
|
456 |
|
457 |
+
#: includes/class-freemius.php:17567
|
458 |
msgid "Your free trial has expired. You can still continue using all our free features."
|
459 |
msgstr "La tua versione di prova gratuita è scaduta. Puoi continuare ad usare tutte le funzionalità gratuite."
|
460 |
|
461 |
+
#: includes/class-freemius.php:17569
|
462 |
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
463 |
msgstr "La tua versione prova è scaduta.%1$s aggiorna ora %2$s per continuare ad usare %3$s senza interruzioni."
|
464 |
|
465 |
+
#: includes/class-freemius.php:17674
|
466 |
msgid "It looks like the license could not be activated."
|
467 |
msgstr "Sembra che la licenza non possa essere attivata."
|
468 |
|
469 |
+
#: includes/class-freemius.php:17704
|
470 |
msgid "Your license was successfully activated."
|
471 |
msgstr "La tua licenza è stata attivata correttamente."
|
472 |
|
473 |
+
#: includes/class-freemius.php:17730
|
474 |
msgid "It looks like your site currently doesn't have an active license."
|
475 |
msgstr "Sembra che il tuo sito non disponga di alcuna licenza attiva."
|
476 |
|
477 |
+
#: includes/class-freemius.php:17754
|
478 |
msgid "It looks like the license deactivation failed."
|
479 |
msgstr "Sembra che la disattivazione della licenza non sia riuscita."
|
480 |
|
481 |
+
#: includes/class-freemius.php:17782
|
482 |
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
483 |
msgstr "La tua licenza é stata disattivata con successo, sei tornato al piano %s."
|
484 |
|
485 |
+
#: includes/class-freemius.php:17783
|
486 |
msgid "O.K"
|
487 |
msgstr "OK"
|
488 |
|
489 |
+
#: includes/class-freemius.php:17836
|
490 |
+
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
491 |
+
msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
492 |
|
493 |
+
#: includes/class-freemius.php:17845
|
494 |
+
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
495 |
+
msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
496 |
|
497 |
+
#: includes/class-freemius.php:17887
|
498 |
msgid "You are already running the %s in a trial mode."
|
499 |
msgstr "Stai già usando %s in modalità prova."
|
500 |
|
501 |
+
#: includes/class-freemius.php:17898
|
502 |
msgid "You already utilized a trial before."
|
503 |
msgstr "Hai già utilizzato una prova gratuita in passato."
|
504 |
|
505 |
+
#: includes/class-freemius.php:17912
|
506 |
msgid "Plan %s do not exist, therefore, can't start a trial."
|
507 |
msgstr "Il piano %s non esiste, per questo motivo non è possibile iniziare il periodo di prova."
|
508 |
|
509 |
+
#: includes/class-freemius.php:17923
|
510 |
msgid "Plan %s does not support a trial period."
|
511 |
msgstr "Il piano %s non supporta il periodo di prova."
|
512 |
|
513 |
+
#: includes/class-freemius.php:17934
|
514 |
msgid "None of the %s's plans supports a trial period."
|
515 |
msgstr "Nessuno dei piani di %ssupporta il periodo di prova."
|
516 |
|
517 |
+
#: includes/class-freemius.php:17984
|
518 |
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
519 |
msgstr "Sembra che tu non stia più usando la prova gratuita, quindi non c'è niente che tu debba annullare :)"
|
520 |
|
521 |
+
#: includes/class-freemius.php:18020
|
|
|
|
|
|
|
|
|
522 |
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
523 |
msgstr "Stiamo avendo qualche problema temporaneo con l'annullamento del periodo di prova. Riprova tra qualche minuto."
|
524 |
|
525 |
+
#: includes/class-freemius.php:18039
|
526 |
+
msgid "Your %s free trial was successfully cancelled."
|
527 |
+
msgstr "Il tuo periodo di prova gratuito %s è stato annullato con successo."
|
528 |
+
|
529 |
+
#: includes/class-freemius.php:18346
|
530 |
msgid "Version %s was released."
|
531 |
msgstr "La versione %s é stata rilasciata."
|
532 |
|
533 |
+
#: includes/class-freemius.php:18346
|
534 |
msgid "Please download %s."
|
535 |
msgstr "Scarica %s."
|
536 |
|
537 |
+
#: includes/class-freemius.php:18353
|
538 |
msgid "the latest %s version here"
|
539 |
msgstr "l'ultima versione %s é quì"
|
540 |
|
541 |
+
#: includes/class-freemius.php:18358
|
542 |
msgid "New"
|
543 |
msgstr "Nuovo"
|
544 |
|
545 |
+
#: includes/class-freemius.php:18363
|
546 |
msgid "Seems like you got the latest release."
|
547 |
msgstr "Sembra che tu abbia la versione più recente."
|
548 |
|
549 |
+
#: includes/class-freemius.php:18364
|
550 |
msgid "You are all good!"
|
551 |
msgstr "Sei fantastico!"
|
552 |
|
553 |
+
#: includes/class-freemius.php:18632
|
554 |
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
555 |
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."
|
556 |
|
557 |
+
#: includes/class-freemius.php:18769
|
558 |
msgid "Site successfully opted in."
|
559 |
msgstr "Sito accettato con successo."
|
560 |
|
561 |
+
#: includes/class-freemius.php18770, includes/class-freemius.php:19581
|
562 |
msgid "Awesome"
|
563 |
msgstr "Fantastico"
|
564 |
|
565 |
+
#: includes/class-freemius.php18786, templates/forms/optout.php:32
|
566 |
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
567 |
msgstr "Ti ringraziamo per averci concesso di tracciare alcuni dati di utilizzo al fine di migliorare %s."
|
568 |
|
569 |
+
#: includes/class-freemius.php:18787
|
570 |
msgid "Thank you!"
|
571 |
msgstr "Grazie!"
|
572 |
|
573 |
+
#: includes/class-freemius.php:18794
|
574 |
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
575 |
msgstr "Non possiamo più inviare i dati di utilizzo di %ssu %sa %s."
|
576 |
|
577 |
+
#: includes/class-freemius.php:18923
|
578 |
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."
|
579 |
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."
|
580 |
|
581 |
+
#: includes/class-freemius.php:18929
|
582 |
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
583 |
msgstr "Grazie per aver confermato il cambiamento del proprietario. Un' email è stata appena inviata a %s per la conferma finale."
|
584 |
|
585 |
+
#: includes/class-freemius.php:18934
|
586 |
msgid "%s is the new owner of the account."
|
587 |
msgstr "%s è il nuovo proprietario dell'account."
|
588 |
|
589 |
+
#: includes/class-freemius.php:18936
|
590 |
msgctxt "as congratulations"
|
591 |
msgid "Congrats"
|
592 |
msgstr "Congratulazioni"
|
593 |
|
594 |
+
#: includes/class-freemius.php:18956
|
595 |
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
596 |
msgstr "Siamo spiacenti, non siamo riusciti a completare l'aggiornamento via email. Un altro utente con lo stesso indirizzo email è già registrato."
|
597 |
|
598 |
+
#: includes/class-freemius.php:18957
|
599 |
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
600 |
msgstr "Puoi abbandonare la proprietà dell'account %s a %scliccando il pulsante Cambia proprietario."
|
601 |
|
602 |
+
#: includes/class-freemius.php:18964
|
603 |
msgid "Change Ownership"
|
604 |
msgstr "Cambia Proprietario"
|
605 |
|
606 |
+
#: includes/class-freemius.php:18972
|
607 |
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
608 |
msgstr "Il tuo indirizzo email è stato aggiornato correttamente. Riceverai un'email con le istruzioni di conferma in pochi istanti."
|
609 |
|
610 |
+
#: includes/class-freemius.php:18984
|
611 |
msgid "Please provide your full name."
|
612 |
msgstr "Per favore inserisci il tuo nome completo."
|
613 |
|
614 |
+
#: includes/class-freemius.php:18989
|
615 |
msgid "Your name was successfully updated."
|
616 |
msgstr "Il tuo nome è stato aggiornato correttamente."
|
617 |
|
618 |
+
#: includes/class-freemius.php:19050
|
619 |
msgid "You have successfully updated your %s."
|
620 |
msgstr "Hai aggiornato con successo il tuo %s."
|
621 |
|
622 |
+
#: includes/class-freemius.php:19190
|
623 |
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
624 |
msgstr "Le informazioni sugli add-on di %s vengono scaricate da un server esterno."
|
625 |
|
626 |
+
#: includes/class-freemius.php:19191
|
627 |
msgctxt "advance notice of something that will need attention."
|
628 |
msgid "Heads up"
|
629 |
msgstr "Attenzione"
|
630 |
|
631 |
+
#: includes/class-freemius.php:19621
|
632 |
msgctxt "exclamation"
|
633 |
msgid "Hey"
|
634 |
msgstr "Hey"
|
635 |
|
636 |
+
#: includes/class-freemius.php:19621
|
637 |
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
638 |
msgstr "Come sta andando con %s? Prova tutte le funzionalità premium di %s con una prova gratuita di %d giorni."
|
639 |
|
640 |
+
#: includes/class-freemius.php:19629
|
641 |
msgid "No commitment for %s days - cancel anytime!"
|
642 |
msgstr "Nessun impegno per %s giorni - puoi annullare in qualsiasi momento!"
|
643 |
|
644 |
+
#: includes/class-freemius.php:19630
|
645 |
msgid "No credit card required"
|
646 |
msgstr "Nessuna carta di credito richiesta"
|
647 |
|
648 |
+
#: includes/class-freemius.php19637, templates/forms/trial-start.php:53
|
649 |
msgctxt "call to action"
|
650 |
msgid "Start free trial"
|
651 |
msgstr "Inizia il periodo di prova gratuito"
|
652 |
|
653 |
+
#: includes/class-freemius.php:19714
|
654 |
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!"
|
655 |
msgstr "Ciao, sai che %s ha il programma di affiliazione? Se ti piace %s puoi diventare un nostro ambasciatore e guadagnare denaro!"
|
656 |
|
657 |
+
#: includes/class-freemius.php:19723
|
658 |
msgid "Learn more"
|
659 |
msgstr "Scopri altro"
|
660 |
|
661 |
+
#: includes/class-freemius.php19873, templates/account.php406,
|
662 |
+
#: templates/account.php509, templates/connect.php171,
|
663 |
+
#: templates/connect.php421, templates/forms/license-activation.php24,
|
664 |
+
#: templates/account/partials/addon.php:235
|
665 |
msgid "Activate License"
|
666 |
msgstr "Attiva licenza"
|
667 |
|
668 |
+
#: includes/class-freemius.php19874, templates/account.php469,
|
669 |
+
#: templates/account.php508, templates/account/partials/site.php:256
|
670 |
msgid "Change License"
|
671 |
msgstr "Cambia licenza"
|
672 |
|
673 |
+
#: includes/class-freemius.php19956, templates/account/partials/site.php:161
|
674 |
msgid "Opt Out"
|
675 |
msgstr "Cancella iscrizione"
|
676 |
|
677 |
+
#: includes/class-freemius.php19958, includes/class-freemius.php19963,
|
678 |
#: templates/account/partials/site.php43,
|
679 |
#: templates/account/partials/site.php:161
|
680 |
msgid "Opt In"
|
681 |
msgstr "Iscriviti"
|
682 |
|
683 |
+
#: includes/class-freemius.php:20187
|
684 |
+
msgid " The paid version of %1s is already installed. Please activate it to start benefiting the %2s features. %3s"
|
685 |
+
msgstr " La versione a pagamento di%1s è già installata. Attivala per iniziare a usare le funzionalità di %2s features. %3s"
|
686 |
+
|
687 |
+
#: includes/class-freemius.php:20195
|
688 |
+
msgid "Activate %s features"
|
689 |
+
msgstr "Activate %s features"
|
690 |
+
|
691 |
+
#: includes/class-freemius.php:20208
|
692 |
msgid "Please follow these steps to complete the upgrade"
|
693 |
msgstr "Segui i passi seguenti per completare l'aggiornamento"
|
694 |
|
695 |
+
#: includes/class-freemius.php:20212
|
696 |
msgid "Download the latest %s version"
|
697 |
msgstr "Scarica l'ultima versione di %s"
|
698 |
|
699 |
+
#: includes/class-freemius.php:20216
|
700 |
msgid "Upload and activate the downloaded version"
|
701 |
msgstr "Carica e attiva la versione scaricata"
|
702 |
|
703 |
+
#: includes/class-freemius.php:20218
|
704 |
msgid "How to upload and activate?"
|
705 |
msgstr "Come faccio a caricare ed attivare?"
|
706 |
|
707 |
+
#: includes/class-freemius.php:20352
|
708 |
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
709 |
msgstr "%sClicca qui%s per scegliere i siti dove vuoi attivare la licenza."
|
710 |
|
711 |
+
#: includes/class-freemius.php:20513
|
712 |
msgid "Auto installation only works for opted-in users."
|
713 |
msgstr "L'installazione automatica funziona solo per gli utenti che hanno dato il consenso."
|
714 |
|
715 |
+
#: includes/class-freemius.php20523, includes/class-freemius.php20556,
|
716 |
+
#: includes/class-fs-plugin-updater.php1060,
|
717 |
+
#: includes/class-fs-plugin-updater.php:1074
|
718 |
msgid "Invalid module ID."
|
719 |
msgstr "ID modulo non valida."
|
720 |
|
721 |
+
#: includes/class-freemius.php20532, includes/class-fs-plugin-updater.php:1096
|
722 |
msgid "Premium version already active."
|
723 |
msgstr "Versione Premium già attiva."
|
724 |
|
725 |
+
#: includes/class-freemius.php:20539
|
726 |
msgid "You do not have a valid license to access the premium version."
|
727 |
msgstr "Non disponi di una licenza valida per accedere alla versione Premium."
|
728 |
|
729 |
+
#: includes/class-freemius.php:20546
|
730 |
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
731 |
msgstr "Il plugin è un \"Serviceware\", quindi non dispone di una versione del codice Premium."
|
732 |
|
733 |
+
#: includes/class-freemius.php20564, includes/class-fs-plugin-updater.php:1095
|
734 |
msgid "Premium add-on version already installed."
|
735 |
msgstr "Versione Premium dell'add-on già installata."
|
736 |
|
737 |
+
#: includes/class-freemius.php:20909
|
738 |
msgid "View paid features"
|
739 |
msgstr "Vedi funzionalità a pagamento"
|
740 |
|
741 |
+
#: includes/class-freemius.php:21229
|
742 |
msgid "Thank you so much for using %s and its add-ons!"
|
743 |
msgstr "Grazie per utilizzare %se i suoi addon!"
|
744 |
|
745 |
+
#: includes/class-freemius.php:21230
|
746 |
msgid "Thank you so much for using %s!"
|
747 |
msgstr "Grazie per utilizzare %s!"
|
748 |
|
749 |
+
#: includes/class-freemius.php:21236
|
750 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
751 |
msgstr "Hai già accettato il tracciamento d'uso, ci aiuterà a migliorare %s."
|
752 |
|
753 |
+
#: includes/class-freemius.php:21240
|
754 |
msgid "Thank you so much for using our products!"
|
755 |
msgstr "Grazie per utilizzare i nostri prodotti!"
|
756 |
|
757 |
+
#: includes/class-freemius.php:21241
|
758 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
759 |
msgstr "Hai già accettato il tracciamento d'uso che ci aiuta a migliorare."
|
760 |
|
761 |
+
#: includes/class-freemius.php:21260
|
762 |
msgid "%s and its add-ons"
|
763 |
msgstr "%se i suoi addon"
|
764 |
|
765 |
+
#: includes/class-freemius.php:21269
|
766 |
msgid "Products"
|
767 |
msgstr "Prodotti"
|
768 |
|
769 |
+
#: includes/class-freemius.php21276, templates/connect.php:272
|
770 |
msgid "Yes"
|
771 |
msgstr "Si"
|
772 |
|
773 |
+
#: includes/class-freemius.php21277, templates/connect.php:273
|
774 |
msgid "send me security & feature updates, educational content and offers."
|
775 |
msgstr "inviami aggiornamenti di funzionalità e sicurezza, contenuti formativi e offerte."
|
776 |
|
777 |
+
#: includes/class-freemius.php21278, templates/connect.php:278
|
778 |
msgid "No"
|
779 |
msgstr "No"
|
780 |
|
781 |
+
#: includes/class-freemius.php21280, templates/connect.php:280
|
782 |
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
783 |
msgstr "%snon %s mi invierà aggiornamenti di funzionalità e sicurezza, contenuti formativi e offerte."
|
784 |
|
785 |
+
#: includes/class-freemius.php:21290
|
786 |
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 🙂"
|
787 |
msgstr "A causa della nuova %sRegolamento Europeo sulla Privacy (GDPR)%se i suoi requisiti è necessario che accetti esplicitamente il consenso confermando nuovamente che accetti"
|
788 |
|
789 |
+
#: includes/class-freemius.php21292, templates/connect.php:287
|
790 |
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
791 |
msgstr "Facci sapere se vuoi essere contattato per aggiornamenti di sicurezza e di funzionalità, contenuti formativi e offerte occasionali:"
|
792 |
|
793 |
+
#: includes/class-freemius.php:21574
|
794 |
msgid "License key is empty."
|
795 |
msgstr "La chiave licenza è vuota."
|
796 |
|
797 |
#: includes/class-fs-plugin-updater.php184,
|
798 |
+
#: templates/forms/premium-versions-upgrade-handler.php:57
|
799 |
+
msgid "Renew license"
|
800 |
+
msgstr "Rinnova licenza"
|
801 |
+
|
802 |
+
#: includes/class-fs-plugin-updater.php189,
|
803 |
+
#: templates/forms/premium-versions-upgrade-handler.php:58
|
804 |
+
msgid "Buy license"
|
805 |
+
msgstr "Buy license"
|
806 |
+
|
807 |
+
#: includes/class-fs-plugin-updater.php:278
|
808 |
+
msgid "There is a %s of %s available."
|
809 |
+
msgstr "There is a %s of %s available."
|
810 |
+
|
811 |
+
#: includes/class-fs-plugin-updater.php:282
|
812 |
+
msgid "new version"
|
813 |
+
msgstr "new version"
|
814 |
+
|
815 |
+
#: includes/class-fs-plugin-updater.php:305
|
816 |
+
msgid "Important Upgrade Notice:"
|
817 |
+
msgstr "Important Upgrade Notice:"
|
818 |
|
819 |
+
#: includes/class-fs-plugin-updater.php:1125
|
820 |
msgid "Installing plugin: %s"
|
821 |
msgstr "Installazione plugin: %s"
|
822 |
|
823 |
+
#: includes/class-fs-plugin-updater.php:1166
|
824 |
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
825 |
msgstr "Impossibile accedere al filesystem. Conferma le tue credenziali."
|
826 |
|
827 |
+
#: includes/class-fs-plugin-updater.php:1348
|
828 |
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
829 |
msgstr "Il pacchetto remoto del plugin non contiene una cartella con lo slug desiderato e la rinominazione non ha funzionato."
|
830 |
|
831 |
+
#: includes/fs-plugin-info-dialog.php369,
|
832 |
+
#: templates/account/partials/addon.php:292
|
833 |
msgctxt "verb"
|
834 |
msgid "Purchase"
|
835 |
msgstr "Acquisto"
|
836 |
|
837 |
+
#: includes/fs-plugin-info-dialog.php:372
|
838 |
msgid "Start my free %s"
|
839 |
msgstr "Inizia la mia %s"
|
840 |
|
841 |
+
#: includes/fs-plugin-info-dialog.php:413
|
842 |
msgid "Install Free Version Now"
|
843 |
msgstr "Installa la versione gratuita ora"
|
844 |
|
845 |
+
#: includes/fs-plugin-info-dialog.php414, templates/auto-installation.php111,
|
846 |
+
#: templates/account/partials/addon.php272,
|
847 |
+
#: templates/account/partials/addon.php:322
|
848 |
msgid "Install Now"
|
849 |
msgstr "Installa ora"
|
850 |
|
851 |
+
#: includes/fs-plugin-info-dialog.php:425
|
852 |
msgctxt "as download latest version"
|
853 |
msgid "Download Latest Free Version"
|
854 |
msgstr "Scarica l'ultima versione gratuita"
|
855 |
|
856 |
+
#: includes/fs-plugin-info-dialog.php426, templates/account.php80,
|
857 |
#: templates/account/partials/addon.php:21
|
858 |
msgctxt "as download latest version"
|
859 |
msgid "Download Latest"
|
860 |
msgstr "Scarica l'ultima versione"
|
861 |
|
862 |
+
#: includes/fs-plugin-info-dialog.php:436
|
863 |
msgid "Install Free Version Update Now"
|
864 |
msgstr "Installa l'ultima versione gratuita"
|
865 |
|
866 |
+
#: includes/fs-plugin-info-dialog.php437, templates/account.php:460
|
867 |
msgid "Install Update Now"
|
868 |
msgstr "Installa l'aggiornamento ora"
|
869 |
|
870 |
+
#: includes/fs-plugin-info-dialog.php:448
|
871 |
msgid "Newer Free Version (%s) Installed"
|
872 |
msgstr "Nuova versione gratuita (%s) installata"
|
873 |
|
874 |
+
#: includes/fs-plugin-info-dialog.php:449
|
875 |
msgid "Newer Version (%s) Installed"
|
876 |
msgstr "Versione più recente (%s) installata"
|
877 |
|
878 |
+
#: includes/fs-plugin-info-dialog.php:457
|
879 |
msgid "Latest Free Version Installed"
|
880 |
msgstr "Ultima versione gratuita installata"
|
881 |
|
882 |
+
#: includes/fs-plugin-info-dialog.php:458
|
883 |
msgid "Latest Version Installed"
|
884 |
msgstr "Versione più recente installata"
|
885 |
|
886 |
+
#: includes/fs-plugin-info-dialog.php:613
|
887 |
msgctxt "Plugin installer section title"
|
888 |
msgid "Description"
|
889 |
msgstr "Descrizione"
|
890 |
|
891 |
+
#: includes/fs-plugin-info-dialog.php:614
|
892 |
msgctxt "Plugin installer section title"
|
893 |
msgid "Installation"
|
894 |
msgstr "Installazione"
|
895 |
|
896 |
+
#: includes/fs-plugin-info-dialog.php:615
|
897 |
msgctxt "Plugin installer section title"
|
898 |
msgid "FAQ"
|
899 |
msgstr "FAQ"
|
900 |
|
901 |
+
#: includes/fs-plugin-info-dialog.php616,
|
902 |
#: templates/plugin-info/description.php:55
|
903 |
msgid "Screenshots"
|
904 |
msgstr "Screenshot"
|
905 |
|
906 |
+
#: includes/fs-plugin-info-dialog.php:617
|
907 |
msgctxt "Plugin installer section title"
|
908 |
msgid "Changelog"
|
909 |
msgstr "Changelog"
|
910 |
|
911 |
+
#: includes/fs-plugin-info-dialog.php:618
|
912 |
msgctxt "Plugin installer section title"
|
913 |
msgid "Reviews"
|
914 |
msgstr "Recensioni"
|
915 |
|
916 |
+
#: includes/fs-plugin-info-dialog.php:619
|
917 |
msgctxt "Plugin installer section title"
|
918 |
msgid "Other Notes"
|
919 |
msgstr "Altre note"
|
920 |
|
921 |
+
#: includes/fs-plugin-info-dialog.php:634
|
922 |
msgctxt "Plugin installer section title"
|
923 |
msgid "Features & Pricing"
|
924 |
msgstr "Caratteristiche & prezzi"
|
925 |
|
926 |
+
#: includes/fs-plugin-info-dialog.php:644
|
927 |
msgid "Plugin Install"
|
928 |
msgstr "Installazione del plugin"
|
929 |
|
930 |
+
#: includes/fs-plugin-info-dialog.php:716
|
931 |
msgctxt "e.g. Professional Plan"
|
932 |
msgid "%s Plan"
|
933 |
msgstr "Piano %s"
|
934 |
|
935 |
+
#: includes/fs-plugin-info-dialog.php:742
|
936 |
msgctxt "e.g. the best product"
|
937 |
msgid "Best"
|
938 |
msgstr "Migliore"
|
939 |
|
940 |
+
#: includes/fs-plugin-info-dialog.php748,
|
941 |
+
#: includes/fs-plugin-info-dialog.php:768
|
942 |
msgctxt "as every month"
|
943 |
msgid "Monthly"
|
944 |
msgstr "Mensilmente"
|
945 |
|
946 |
+
#: includes/fs-plugin-info-dialog.php:751
|
947 |
msgctxt "as once a year"
|
948 |
msgid "Annual"
|
949 |
msgstr "Annuale"
|
950 |
|
951 |
+
#: includes/fs-plugin-info-dialog.php:754
|
952 |
msgid "Lifetime"
|
953 |
msgstr "Tutta la vita"
|
954 |
|
955 |
+
#: includes/fs-plugin-info-dialog.php768,
|
956 |
+
#: includes/fs-plugin-info-dialog.php770,
|
957 |
+
#: includes/fs-plugin-info-dialog.php:772
|
958 |
msgctxt "e.g. billed monthly"
|
959 |
msgid "Billed %s"
|
960 |
msgstr "Fatturato %s"
|
961 |
|
962 |
+
#: includes/fs-plugin-info-dialog.php:770
|
963 |
msgctxt "as once a year"
|
964 |
msgid "Annually"
|
965 |
msgstr "Annualmente"
|
966 |
|
967 |
+
#: includes/fs-plugin-info-dialog.php:772
|
968 |
msgctxt "as once a year"
|
969 |
msgid "Once"
|
970 |
msgstr "Una volta"
|
971 |
|
972 |
+
#: includes/fs-plugin-info-dialog.php:778
|
973 |
msgid "Single Site License"
|
974 |
msgstr "Licenza per sito singolo"
|
975 |
|
976 |
+
#: includes/fs-plugin-info-dialog.php:780
|
977 |
msgid "Unlimited Licenses"
|
978 |
msgstr "Licenze illimitate"
|
979 |
|
980 |
+
#: includes/fs-plugin-info-dialog.php:782
|
981 |
msgid "Up to %s Sites"
|
982 |
msgstr "Fino a %s siti"
|
983 |
|
984 |
+
#: includes/fs-plugin-info-dialog.php792,
|
985 |
#: templates/plugin-info/features.php:82
|
986 |
msgctxt "as monthly period"
|
987 |
msgid "mo"
|
988 |
msgstr "mese"
|
989 |
|
990 |
+
#: includes/fs-plugin-info-dialog.php799,
|
991 |
#: templates/plugin-info/features.php:80
|
992 |
msgctxt "as annual period"
|
993 |
msgid "year"
|
994 |
msgstr "anno"
|
995 |
|
996 |
+
#: includes/fs-plugin-info-dialog.php:853
|
997 |
msgctxt "noun"
|
998 |
msgid "Price"
|
999 |
msgstr "Prezzo"
|
1000 |
|
1001 |
+
#: includes/fs-plugin-info-dialog.php:901
|
1002 |
msgid "Save %s"
|
1003 |
msgstr "Risparmia %s"
|
1004 |
|
1005 |
+
#: includes/fs-plugin-info-dialog.php:911
|
1006 |
msgid "No commitment for %s - cancel anytime"
|
1007 |
msgstr "Nessun impegno con %s - cancella quando vuoi"
|
1008 |
|
1009 |
+
#: includes/fs-plugin-info-dialog.php:914
|
1010 |
msgid "After your free %s, pay as little as %s"
|
1011 |
msgstr "Dopo il tuo %s gratuito, paghi solamente %s"
|
1012 |
|
1013 |
+
#: includes/fs-plugin-info-dialog.php:925
|
1014 |
msgid "Details"
|
1015 |
msgstr "Dettagli"
|
1016 |
|
1017 |
+
#: includes/fs-plugin-info-dialog.php929, templates/account.php91,
|
1018 |
+
#: templates/debug.php201, templates/debug.php238, templates/debug.php452,
|
1019 |
+
#: templates/account/partials/addon.php:32
|
1020 |
msgctxt "product version"
|
1021 |
msgid "Version"
|
1022 |
msgstr "Versione"
|
1023 |
|
1024 |
+
#: includes/fs-plugin-info-dialog.php:936
|
1025 |
msgctxt "as the plugin author"
|
1026 |
msgid "Author"
|
1027 |
msgstr "Autore"
|
1028 |
|
1029 |
+
#: includes/fs-plugin-info-dialog.php:943
|
1030 |
msgid "Last Updated"
|
1031 |
msgstr "Ultimo aggiornamento"
|
1032 |
|
1033 |
+
#: includes/fs-plugin-info-dialog.php948, templates/account.php:376
|
1034 |
msgctxt "x-ago"
|
1035 |
msgid "%s ago"
|
1036 |
msgstr "%s fa"
|
1037 |
|
1038 |
+
#: includes/fs-plugin-info-dialog.php:957
|
1039 |
msgid "Requires WordPress Version"
|
1040 |
msgstr "Richiede la versione di WordPress"
|
1041 |
|
1042 |
+
#: includes/fs-plugin-info-dialog.php:958
|
1043 |
msgid "%s or higher"
|
1044 |
msgstr "%s o superiore"
|
1045 |
|
1046 |
+
#: includes/fs-plugin-info-dialog.php:965
|
1047 |
msgid "Compatible up to"
|
1048 |
msgstr "Compatibile fino a"
|
1049 |
|
1050 |
+
#: includes/fs-plugin-info-dialog.php:973
|
1051 |
msgid "Downloaded"
|
1052 |
msgstr "Scaricato"
|
1053 |
|
1054 |
+
#: includes/fs-plugin-info-dialog.php:977
|
1055 |
msgid "%s time"
|
1056 |
msgstr "% volta"
|
1057 |
|
1058 |
+
#: includes/fs-plugin-info-dialog.php:979
|
1059 |
msgid "%s times"
|
1060 |
msgstr "%s volte"
|
1061 |
|
1062 |
+
#: includes/fs-plugin-info-dialog.php:989
|
1063 |
msgid "WordPress.org Plugin Page"
|
1064 |
msgstr "Pagina dei plugin di WordPress.org"
|
1065 |
|
1066 |
+
#: includes/fs-plugin-info-dialog.php:997
|
1067 |
msgid "Plugin Homepage"
|
1068 |
msgstr "Homepage del plugin"
|
1069 |
|
1070 |
+
#: includes/fs-plugin-info-dialog.php1005,
|
1071 |
+
#: includes/fs-plugin-info-dialog.php:1087
|
1072 |
msgid "Donate to this plugin"
|
1073 |
msgstr "Fai una donazione a questo plugin"
|
1074 |
|
1075 |
+
#: includes/fs-plugin-info-dialog.php:1012
|
1076 |
msgid "Average Rating"
|
1077 |
msgstr "Valutazione media"
|
1078 |
|
1079 |
+
#: includes/fs-plugin-info-dialog.php:1019
|
1080 |
msgid "based on %s"
|
1081 |
msgstr "basato su %s"
|
1082 |
|
1083 |
+
#: includes/fs-plugin-info-dialog.php:1023
|
1084 |
msgid "%s rating"
|
1085 |
msgstr "%s valutazione"
|
1086 |
|
1087 |
+
#: includes/fs-plugin-info-dialog.php:1025
|
1088 |
msgid "%s ratings"
|
1089 |
msgstr "%s valutazioni"
|
1090 |
|
1091 |
+
#: includes/fs-plugin-info-dialog.php:1040
|
1092 |
msgid "%s star"
|
1093 |
msgstr "%s stella"
|
1094 |
|
1095 |
+
#: includes/fs-plugin-info-dialog.php:1042
|
1096 |
msgid "%s stars"
|
1097 |
msgstr "%s stelle"
|
1098 |
|
1099 |
+
#: includes/fs-plugin-info-dialog.php:1053
|
1100 |
msgid "Click to see reviews that provided a rating of %s"
|
1101 |
msgstr "Fai clic per vedere le recensioni che hanno fornito una valutazione di %s"
|
1102 |
|
1103 |
+
#: includes/fs-plugin-info-dialog.php:1066
|
1104 |
msgid "Contributors"
|
1105 |
msgstr "Contributori"
|
1106 |
|
1107 |
+
#: includes/fs-plugin-info-dialog.php1095,
|
1108 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
1109 |
msgid "Warning"
|
1110 |
msgstr "Avviso"
|
1111 |
|
1112 |
+
#: includes/fs-plugin-info-dialog.php:1095
|
1113 |
msgid "This plugin has not been tested with your current version of WordPress."
|
1114 |
msgstr "Questo plugin non è stato testato con la versione corrente di WordPress."
|
1115 |
|
1116 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
1117 |
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1118 |
msgstr "Questo plugin non è stato segnato come compatibile con la tua versione di WordPress."
|
1119 |
|
1120 |
+
#: includes/fs-plugin-info-dialog.php:1116
|
1121 |
msgid "Paid add-on must be deployed to Freemius."
|
1122 |
msgstr "Gli add-on a pagamento devono essere distribuiti da Freemius."
|
1123 |
|
1124 |
+
#: includes/fs-plugin-info-dialog.php:1117
|
1125 |
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1126 |
msgstr "L'add-on dev'essere distribuito da WordPress.org o Freemius."
|
1127 |
|
1128 |
+
#: templates/account.php81, templates/forms/subscription-cancellation.php96,
|
1129 |
+
#: templates/account/partials/addon.php22,
|
1130 |
#: templates/account/partials/site.php:295
|
1131 |
+
msgid "Downgrading your plan"
|
1132 |
+
msgstr "Downgrading your plan"
|
1133 |
+
|
1134 |
+
#: templates/account.php82, templates/forms/subscription-cancellation.php97,
|
1135 |
+
#: templates/account/partials/addon.php23,
|
1136 |
+
#: templates/account/partials/site.php:296
|
1137 |
+
msgid "Cancelling the subscription"
|
1138 |
+
msgstr "Cancelling the subscription"
|
1139 |
+
|
1140 |
+
#. translators: %1s: Either 'Downgrading your plan' or 'Cancelling the
|
1141 |
+
#. subscription'
|
1142 |
+
#: templates/account.php84, templates/forms/subscription-cancellation.php99,
|
1143 |
+
#: templates/account/partials/addon.php25,
|
1144 |
+
#: templates/account/partials/site.php:298
|
1145 |
+
msgid "%1s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
1146 |
+
msgstr "%1s fermerà immediatamente ogni futuro pagamento ricorrente e la tua %s licenza scadrà il %s."
|
1147 |
|
1148 |
+
#: templates/account.php85, templates/forms/subscription-cancellation.php100,
|
1149 |
+
#: templates/account/partials/addon.php26,
|
1150 |
+
#: templates/account/partials/site.php:299
|
1151 |
+
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."
|
1152 |
+
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."
|
1153 |
+
|
1154 |
+
#: templates/account.php86, templates/forms/subscription-cancellation.php106,
|
1155 |
+
#: templates/account/partials/addon.php:27
|
1156 |
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1157 |
msgstr "Cancellando il periodo di prova gratuito bloccherai immediatamente l'accesso a tutte le funzionalità premium. Vuoi continuare?"
|
1158 |
|
1159 |
+
#: templates/account.php87, templates/forms/subscription-cancellation.php101,
|
1160 |
+
#: templates/account/partials/addon.php28,
|
1161 |
+
#: templates/account/partials/site.php:300
|
1162 |
+
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1163 |
+
msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1164 |
|
1165 |
+
#: templates/account.php88, templates/forms/subscription-cancellation.php102,
|
1166 |
+
#: templates/account/partials/addon.php29,
|
1167 |
+
#: templates/account/partials/site.php:301
|
1168 |
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1169 |
msgstr "Quando la tua licenza scadrà, potrai comunque continuare a usare la versione gratuita, ma NON avrai accesso alle funzionalità %s."
|
1170 |
|
1171 |
#. translators: %s: Plan title (e.g. "Professional")
|
1172 |
+
#: templates/account.php90,
|
1173 |
#: templates/account/partials/activate-license-button.php31,
|
1174 |
+
#: templates/account/partials/addon.php:31
|
1175 |
msgid "Activate %s Plan"
|
1176 |
msgstr "Attivare il piano %s"
|
1177 |
|
1178 |
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1179 |
+
#: templates/account.php93, templates/account/partials/addon.php34,
|
1180 |
#: templates/account/partials/site.php:275
|
1181 |
msgid "Auto renews in %s"
|
1182 |
msgstr "Rinnovo automatico in %s"
|
1183 |
|
1184 |
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1185 |
+
#: templates/account.php95, templates/account/partials/addon.php36,
|
1186 |
#: templates/account/partials/site.php:277
|
1187 |
msgid "Expires in %s"
|
1188 |
msgstr "Scade in %s"
|
1189 |
|
1190 |
+
#: templates/account.php96, templates/account/partials/addon.php:37
|
1191 |
msgctxt "as synchronize license"
|
1192 |
msgid "Sync License"
|
1193 |
msgstr "Sincronizza la licenza"
|
1194 |
|
1195 |
+
#: templates/account.php97, templates/account/partials/addon.php:38
|
1196 |
msgid "Cancel Trial"
|
1197 |
msgstr "Annulla prova gratuita"
|
1198 |
|
1199 |
+
#: templates/account.php98, templates/account/partials/addon.php:39
|
1200 |
msgid "Change Plan"
|
1201 |
msgstr "Cambia piano"
|
1202 |
|
1203 |
+
#: templates/account.php99, templates/account/partials/addon.php:40
|
1204 |
msgctxt "verb"
|
1205 |
msgid "Upgrade"
|
1206 |
msgstr "Aggiornamento"
|
1207 |
|
1208 |
+
#: templates/account.php101, templates/account/partials/addon.php42,
|
1209 |
+
#: templates/account/partials/site.php:302
|
1210 |
msgctxt "verb"
|
1211 |
msgid "Downgrade"
|
1212 |
msgstr "Downgrade"
|
1213 |
|
1214 |
+
#: templates/account.php103, templates/add-ons.php130,
|
1215 |
#: templates/plugin-info/features.php72,
|
1216 |
+
#: templates/account/partials/addon.php44,
|
1217 |
#: templates/account/partials/site.php:31
|
1218 |
msgid "Free"
|
1219 |
msgstr "Gratuito"
|
1220 |
|
1221 |
+
#: templates/account.php104, templates/account/partials/addon.php:45
|
1222 |
msgid "Activate"
|
1223 |
msgstr "Attiva"
|
1224 |
|
1225 |
+
#: templates/account.php105, templates/debug.php371,
|
1226 |
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1227 |
+
#: templates/account/partials/addon.php:46
|
1228 |
msgctxt "as product pricing plan"
|
1229 |
msgid "Plan"
|
1230 |
msgstr "Piano"
|
1231 |
|
1232 |
+
#: templates/account.php:158
|
1233 |
msgid "Free Trial"
|
1234 |
msgstr "Prova gratuita"
|
1235 |
|
1236 |
+
#: templates/account.php:169
|
1237 |
msgid "Account Details"
|
1238 |
msgstr "Dettagli dell'account"
|
1239 |
|
1240 |
+
#: templates/account.php:179
|
1241 |
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?"
|
1242 |
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?"
|
1243 |
|
1244 |
+
#: templates/account.php:181
|
1245 |
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?"
|
1246 |
msgstr "La cancellazione non è temporanea. Cancella solamente se non vuoi più utilizzare %s. Sei sicuro di voler cancellare questi dati?"
|
1247 |
|
1248 |
+
#: templates/account.php:184
|
1249 |
msgid "Delete Account"
|
1250 |
msgstr "Elimina Account"
|
1251 |
|
1252 |
+
#: templates/account.php196, templates/account/partials/addon.php159,
|
1253 |
#: templates/account/partials/deactivate-license-button.php:35
|
1254 |
msgid "Deactivate License"
|
1255 |
msgstr "Disattiva licenza"
|
1256 |
|
1257 |
+
#: templates/account.php219, templates/forms/subscription-cancellation.php:125
|
1258 |
msgid "Are you sure you want to proceed?"
|
1259 |
msgstr "Sei sicuro di voler procedere?"
|
1260 |
|
1261 |
+
#: templates/account.php219, templates/account/partials/addon.php:182
|
1262 |
msgid "Cancel Subscription"
|
1263 |
msgstr "Annulla sottoscrizione"
|
1264 |
|
1265 |
+
#: templates/account.php:247
|
1266 |
msgctxt "as synchronize"
|
1267 |
msgid "Sync"
|
1268 |
msgstr "Sincronizza"
|
1269 |
|
1270 |
+
#: templates/account.php261, templates/debug.php:487
|
1271 |
msgid "Name"
|
1272 |
msgstr "Nome"
|
1273 |
|
1274 |
+
#: templates/account.php267, templates/debug.php:488
|
1275 |
msgid "Email"
|
1276 |
msgstr "Email"
|
1277 |
|
1278 |
+
#: templates/account.php274, templates/debug.php370, templates/debug.php:526
|
1279 |
msgid "User ID"
|
1280 |
msgstr "ID utente"
|
1281 |
|
1282 |
+
#: templates/account.php:282
|
1283 |
msgid "Site ID"
|
1284 |
msgstr "ID del sito"
|
1285 |
|
1286 |
+
#: templates/account.php:285
|
1287 |
msgid "No ID"
|
1288 |
msgstr "Nessun ID"
|
1289 |
|
1290 |
+
#: templates/account.php290, templates/debug.php243, templates/debug.php372,
|
1291 |
+
#: templates/debug.php453, templates/debug.php490,
|
1292 |
#: templates/account/partials/site.php:219
|
1293 |
msgid "Public Key"
|
1294 |
msgstr "Chiave pubblica"
|
1295 |
|
1296 |
+
#: templates/account.php296, templates/debug.php373, templates/debug.php454,
|
1297 |
+
#: templates/debug.php491, templates/account/partials/site.php:231
|
1298 |
msgid "Secret Key"
|
1299 |
msgstr "Chiave segreta"
|
1300 |
|
1301 |
+
#: templates/account.php:299
|
1302 |
msgctxt "as secret encryption key missing"
|
1303 |
msgid "No Secret"
|
1304 |
msgstr "Nessuna chiave"
|
1305 |
|
1306 |
+
#: templates/account.php318, templates/account/partials/site.php112,
|
1307 |
#: templates/account/partials/site.php:114
|
1308 |
msgid "Trial"
|
1309 |
msgstr "Prova gratuita"
|
1310 |
|
1311 |
+
#: templates/account.php337, templates/debug.php531,
|
1312 |
#: templates/account/partials/site.php:248
|
1313 |
msgid "License Key"
|
1314 |
msgstr "Chiave della licenza"
|
1315 |
|
1316 |
+
#: templates/account.php:367
|
1317 |
msgid "not verified"
|
1318 |
msgstr "non verificato"
|
1319 |
|
1320 |
+
#: templates/account.php376, templates/account/partials/addon.php:120
|
1321 |
+
msgid "Expired"
|
1322 |
+
msgstr "Scaduto"
|
1323 |
+
|
1324 |
+
#: templates/account.php:428
|
1325 |
msgid "Premium version"
|
1326 |
msgstr "Versione premium"
|
1327 |
|
1328 |
+
#: templates/account.php:430
|
1329 |
msgid "Free version"
|
1330 |
msgstr "Versione gratuita"
|
1331 |
|
1332 |
+
#: templates/account.php:442
|
1333 |
msgid "Verify Email"
|
1334 |
msgstr "Verifica email"
|
1335 |
|
1336 |
+
#: templates/account.php:453
|
1337 |
msgid "Download %s Version"
|
1338 |
msgstr "Scarica la versione %s"
|
1339 |
|
1340 |
+
#: templates/account.php467, templates/account.php649,
|
1341 |
#: templates/account/partials/site.php237,
|
1342 |
#: templates/account/partials/site.php:255
|
1343 |
msgctxt "verb"
|
1344 |
msgid "Show"
|
1345 |
msgstr "Mostra"
|
1346 |
|
1347 |
+
#: templates/account.php:481
|
1348 |
msgid "What is your %s?"
|
1349 |
msgstr "Qual è il tuo %s?"
|
1350 |
|
1351 |
+
#: templates/account.php489, templates/account/billing.php:27
|
1352 |
msgctxt "verb"
|
1353 |
msgid "Edit"
|
1354 |
msgstr "Modifica"
|
1355 |
|
1356 |
+
#: templates/account.php:502
|
1357 |
msgid "Sites"
|
1358 |
msgstr "Siti"
|
1359 |
|
1360 |
+
#: templates/account.php:513
|
1361 |
msgid "Search by address"
|
1362 |
msgstr "Cerca per indirizzo"
|
1363 |
|
1364 |
+
#: templates/account.php522, templates/account.php570, templates/debug.php236,
|
1365 |
+
#: templates/debug.php364, templates/debug.php449, templates/debug.php486,
|
1366 |
+
#: templates/debug.php524, templates/debug.php597,
|
1367 |
#: templates/account/payments.php35, templates/debug/logger.php:21
|
1368 |
msgid "ID"
|
1369 |
msgstr "ID"
|
1370 |
|
1371 |
+
#: templates/account.php523, templates/debug.php:367
|
1372 |
msgid "Address"
|
1373 |
msgstr "Indirizzo"
|
1374 |
|
1375 |
+
#: templates/account.php:524
|
1376 |
msgid "License"
|
1377 |
msgstr "Licenza"
|
1378 |
|
1379 |
+
#: templates/account.php:525
|
1380 |
msgid "Plan"
|
1381 |
msgstr "Piano"
|
1382 |
|
1383 |
+
#: templates/account.php:573
|
1384 |
msgctxt "as software license"
|
1385 |
msgid "License"
|
1386 |
msgstr "Licenza"
|
1387 |
|
1388 |
+
#: templates/account.php:643
|
1389 |
msgctxt "verb"
|
1390 |
msgid "Hide"
|
1391 |
msgstr "Nascondi"
|
1392 |
|
1393 |
+
#: templates/account.php:686
|
1394 |
+
msgid "Cancelling %s"
|
1395 |
+
msgstr "Cancelling %s"
|
1396 |
+
|
1397 |
+
#: templates/account.php686, templates/account.php703,
|
1398 |
+
#: templates/forms/subscription-cancellation.php27,
|
1399 |
+
#: templates/forms/deactivation/form.php:117
|
1400 |
+
msgid "trial"
|
1401 |
+
msgstr "trial"
|
1402 |
+
|
1403 |
+
#: templates/account.php701, templates/forms/deactivation/form.php:134
|
1404 |
+
msgid "Cancelling %s..."
|
1405 |
+
msgstr "Cancelling %s..."
|
1406 |
+
|
1407 |
+
#: templates/account.php704, templates/forms/subscription-cancellation.php28,
|
1408 |
+
#: templates/forms/deactivation/form.php:118
|
1409 |
+
msgid "subscription"
|
1410 |
+
msgstr "subscription"
|
1411 |
+
|
1412 |
+
#: templates/account.php:718
|
1413 |
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?"
|
1414 |
msgstr "Disattiva la tua licenza bloccando tutte le funzionalità premium ma potrai attivare la licenza su un altro sito. Sei sicuro di voler continuare?"
|
1415 |
|
1421 |
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."
|
1422 |
msgstr "Non siamo riusciti a caricare la lista degli add-on. Si tratta probabilmente di un problema nel nostro sistema, per favore riprova tra qualche minuto."
|
1423 |
|
1424 |
+
#: templates/add-ons.php:139
|
1425 |
msgid "View details"
|
1426 |
msgstr "Visualizza dettagli"
|
1427 |
|
1460 |
msgstr "PCI compliant"
|
1461 |
|
1462 |
#. translators: %s: name (e.g. Hey John,)
|
1463 |
+
#: templates/connect.php:112
|
1464 |
msgctxt "greeting"
|
1465 |
msgid "Hey %s,"
|
1466 |
msgstr "Hey %s,"
|
1467 |
|
1468 |
+
#: templates/connect.php:154
|
1469 |
msgid "Allow & Continue"
|
1470 |
msgstr "Consenti & Continua"
|
1471 |
|
1472 |
+
#: templates/connect.php:158
|
1473 |
msgid "Re-send activation email"
|
1474 |
msgstr "Invia nuovamente l'email di attivazione"
|
1475 |
|
1476 |
+
#: templates/connect.php:162
|
1477 |
msgid "Thanks %s!"
|
1478 |
msgstr "Grazie %s!"
|
1479 |
|
1480 |
+
#: templates/connect.php172, templates/forms/license-activation.php:43
|
1481 |
msgid "Agree & Activate License"
|
1482 |
msgstr "Accetta e attiva la licenza"
|
1483 |
|
1484 |
+
#: templates/connect.php:181
|
1485 |
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1486 |
msgstr "Grazie per aver acquistato %s! Per iniziare, per favore inserisci la tua chiave di licenza:"
|
1487 |
|
1488 |
+
#: templates/connect.php:188
|
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 "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."
|
1491 |
|
1492 |
+
#: templates/connect.php:189
|
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 "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."
|
1495 |
|
1496 |
+
#: templates/connect.php:195
|
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 "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."
|
1499 |
|
1500 |
+
#: templates/connect.php:196
|
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 "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."
|
1503 |
|
1504 |
+
#: templates/connect.php:230
|
1505 |
msgid "We're excited to introduce the Freemius network-level integration."
|
1506 |
msgstr "Siamo felici di presentarvi il supporto al sistema multi network di Freemius."
|
1507 |
|
1508 |
+
#: templates/connect.php:233
|
1509 |
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1510 |
msgstr "Durante la procedura di aggiornamento abbiamo individuato%d sito/i che sono in attesa della attivazione della licenza."
|
1511 |
|
1512 |
+
#: templates/connect.php:235
|
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 "Se vuoi utilizzare %s su questi siti, inserisci la tua licenza sotto e fai clic sul pulsante di attivazione."
|
1515 |
|
1516 |
+
#: templates/connect.php:237
|
1517 |
msgid "%s's paid features"
|
1518 |
msgstr "Funzionalità a pagamento di %s"
|
1519 |
|
1520 |
+
#: templates/connect.php:242
|
1521 |
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1522 |
msgstr "In caso puoi saltare per adesso e attivare la licenza successivamente nella tua pagina di attivazione network di %s."
|
1523 |
|
1524 |
+
#: templates/connect.php:244
|
1525 |
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1526 |
msgstr "Durante la procedura di aggiornamenti abbiamo individuato %s sito/i del network che sono in attesa di un tuo controllo."
|
1527 |
|
1528 |
+
#: templates/connect.php253, templates/forms/license-activation.php:46
|
1529 |
msgid "License key"
|
1530 |
msgstr "Chiave di licenza"
|
1531 |
|
1532 |
+
#: templates/connect.php256, templates/forms/license-activation.php:19
|
1533 |
msgid "Can't find your license key?"
|
1534 |
msgstr "Non trovi la tua chiave di licenza?"
|
1535 |
|
1536 |
+
#: templates/connect.php315, templates/connect.php630,
|
1537 |
#: templates/forms/deactivation/retry-skip.php:20
|
1538 |
msgctxt "verb"
|
1539 |
msgid "Skip"
|
1540 |
msgstr "Salta"
|
1541 |
|
1542 |
+
#: templates/connect.php:318
|
1543 |
msgid "Delegate to Site Admins"
|
1544 |
msgstr "Delega ai proprietari del sito"
|
1545 |
|
1546 |
+
#: templates/connect.php:318
|
1547 |
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1548 |
msgstr "Se fai clic questa decisione sarà delegata agli amministratori del sito."
|
1549 |
|
1550 |
+
#: templates/connect.php:346
|
1551 |
msgid "Your Profile Overview"
|
1552 |
msgstr "Panoramica del tuo profilo"
|
1553 |
|
1554 |
+
#: templates/connect.php:347
|
1555 |
msgid "Name and email address"
|
1556 |
msgstr "Nome ed indirizzo email"
|
1557 |
|
1558 |
+
#: templates/connect.php:352
|
1559 |
msgid "Your Site Overview"
|
1560 |
msgstr "Panoramica del tuo sito"
|
1561 |
|
1562 |
+
#: templates/connect.php:353
|
1563 |
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1564 |
msgstr "URL del sito, versione di WP, informazioni PHP, plugin e temi"
|
1565 |
|
1566 |
+
#: templates/connect.php:358
|
1567 |
msgid "Admin Notices"
|
1568 |
msgstr "Avvisi amministratore"
|
1569 |
|
1570 |
+
#: templates/connect.php359, templates/connect.php:375
|
1571 |
msgid "Updates, announcements, marketing, no spam"
|
1572 |
msgstr "Aggiornamenti, annunci, marketing, no spam"
|
1573 |
|
1574 |
+
#: templates/connect.php:364
|
1575 |
msgid "Current %s Events"
|
1576 |
msgstr "Eventi %sattuali"
|
1577 |
|
1578 |
+
#: templates/connect.php:365
|
1579 |
msgid "Activation, deactivation and uninstall"
|
1580 |
msgstr "Attiva, disattivazione e disinstallazione"
|
1581 |
|
1582 |
+
#: templates/connect.php:374
|
1583 |
msgid "Newsletter"
|
1584 |
msgstr "Newsletter"
|
1585 |
|
1586 |
+
#: templates/connect.php391, templates/forms/license-activation.php:38
|
1587 |
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."
|
1588 |
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."
|
1589 |
|
1590 |
+
#: templates/connect.php:396
|
1591 |
msgid "What permissions are being granted?"
|
1592 |
msgstr "Quali autorizzazioni vengono concesse?"
|
1593 |
|
1594 |
+
#: templates/connect.php:417
|
1595 |
msgid "Don't have a license key?"
|
1596 |
msgstr "Non hai una chiave di licenza?"
|
1597 |
|
1598 |
+
#: templates/connect.php:418
|
1599 |
msgid "Activate Free Version"
|
1600 |
msgstr "Attiva versione gratuita"
|
1601 |
|
1602 |
+
#: templates/connect.php:420
|
1603 |
msgid "Have a license key?"
|
1604 |
msgstr "Hai una chiave di licenza?"
|
1605 |
|
1606 |
+
#: templates/connect.php:428
|
1607 |
msgid "Privacy Policy"
|
1608 |
msgstr "Politica sulla privacy"
|
1609 |
|
1610 |
+
#: templates/connect.php:430
|
1611 |
+
msgid "License Agreement"
|
1612 |
+
msgstr "License Agreement"
|
1613 |
+
|
1614 |
+
#: templates/connect.php:430
|
1615 |
msgid "Terms of Service"
|
1616 |
msgstr "Termini del Servizio"
|
1617 |
|
1618 |
+
#: templates/connect.php:766
|
1619 |
msgctxt "as in the process of sending an email"
|
1620 |
msgid "Sending email"
|
1621 |
msgstr "Invio email"
|
1622 |
|
1623 |
+
#: templates/connect.php:767
|
1624 |
msgctxt "as activating plugin"
|
1625 |
msgid "Activating"
|
1626 |
msgstr "Attivazione"
|
1648 |
msgid "Debugging"
|
1649 |
msgstr "Debugging"
|
1650 |
|
1651 |
+
#: templates/debug.php54, templates/debug.php248, templates/debug.php374,
|
1652 |
+
#: templates/debug.php:492
|
1653 |
msgid "Actions"
|
1654 |
msgstr "Azioni"
|
1655 |
|
1673 |
msgid "Sync Data From Server"
|
1674 |
msgstr "Sincronizza i dati dal server"
|
1675 |
|
1676 |
+
#: templates/debug.php:95
|
1677 |
+
msgid "Migrate Options to Network"
|
1678 |
+
msgstr "Migrate Options to Network"
|
1679 |
+
|
1680 |
+
#: templates/debug.php:100
|
1681 |
msgid "Load DB Option"
|
1682 |
msgstr "Carica opzioni del DB"
|
1683 |
|
1684 |
+
#: templates/debug.php:103
|
1685 |
msgid "Set DB Option"
|
1686 |
msgstr "Imposta opzione del DB"
|
1687 |
|
1688 |
+
#: templates/debug.php:180
|
1689 |
msgid "Key"
|
1690 |
msgstr "Chiave"
|
1691 |
|
1692 |
+
#: templates/debug.php:181
|
1693 |
msgid "Value"
|
1694 |
msgstr "Valore"
|
1695 |
|
1696 |
+
#: templates/debug.php:197
|
1697 |
msgctxt "as software development kit versions"
|
1698 |
msgid "SDK Versions"
|
1699 |
msgstr "Versioni SDK"
|
1700 |
|
1701 |
+
#: templates/debug.php:202
|
1702 |
msgid "SDK Path"
|
1703 |
msgstr "Percorso SDK"
|
1704 |
|
1705 |
+
#: templates/debug.php203, templates/debug.php:242
|
1706 |
msgid "Module Path"
|
1707 |
msgstr "Percorso modulo"
|
1708 |
|
1709 |
+
#: templates/debug.php:204
|
1710 |
msgid "Is Active"
|
1711 |
msgstr "è attiva"
|
1712 |
|
1713 |
+
#: templates/debug.php232, templates/debug/plugins-themes-sync.php:35
|
1714 |
msgid "Plugins"
|
1715 |
msgstr "Plugin"
|
1716 |
|
1717 |
+
#: templates/debug.php232, templates/debug/plugins-themes-sync.php:56
|
1718 |
msgid "Themes"
|
1719 |
msgstr "Temi"
|
1720 |
|
1721 |
+
#: templates/debug.php237, templates/debug.php369, templates/debug.php451,
|
1722 |
#: templates/debug/scheduled-crons.php:80
|
1723 |
msgid "Slug"
|
1724 |
msgstr "Slug"
|
1725 |
|
1726 |
+
#: templates/debug.php239, templates/debug.php:450
|
1727 |
msgid "Title"
|
1728 |
msgstr "Titolo"
|
1729 |
|
1730 |
+
#: templates/debug.php:240
|
1731 |
msgctxt "as application program interface"
|
1732 |
msgid "API"
|
1733 |
msgstr "API"
|
1734 |
|
1735 |
+
#: templates/debug.php:241
|
1736 |
msgid "Freemius State"
|
1737 |
msgstr "Stato di Freemius"
|
1738 |
|
1739 |
+
#: templates/debug.php:245
|
1740 |
msgid "Network Blog"
|
1741 |
msgstr "Network Blog"
|
1742 |
|
1743 |
+
#: templates/debug.php:246
|
1744 |
msgid "Network User"
|
1745 |
msgstr "Utente Network"
|
1746 |
|
1747 |
+
#: templates/debug.php:283
|
1748 |
msgctxt "as connection was successful"
|
1749 |
msgid "Connected"
|
1750 |
msgstr "Connesso"
|
1751 |
|
1752 |
+
#: templates/debug.php:284
|
1753 |
msgctxt "as connection blocked"
|
1754 |
msgid "Blocked"
|
1755 |
msgstr "Bloccato"
|
1756 |
|
1757 |
+
#: templates/debug.php:320
|
1758 |
+
msgid "Simulate Trial Promotion"
|
1759 |
+
msgstr "Simulate Trial Promotion"
|
1760 |
|
1761 |
+
#: templates/debug.php:332
|
1762 |
msgid "Simulate Network Upgrade"
|
1763 |
msgstr "Simula aggiornamento network"
|
1764 |
|
1765 |
+
#: templates/debug.php:358
|
1766 |
msgid "%s Installs"
|
1767 |
msgstr "%s Installazioni"
|
1768 |
|
1769 |
+
#: templates/debug.php:360
|
1770 |
msgctxt "like websites"
|
1771 |
msgid "Sites"
|
1772 |
msgstr "Siti"
|
1773 |
|
1774 |
+
#: templates/debug.php366, templates/account/partials/site.php:148
|
1775 |
msgid "Blog ID"
|
1776 |
msgstr "Blog ID"
|
1777 |
|
1778 |
+
#: templates/debug.php431, templates/debug.php509,
|
1779 |
+
#: templates/account/partials/addon.php:339
|
1780 |
msgctxt "verb"
|
1781 |
msgid "Delete"
|
1782 |
msgstr "Elimina"
|
1783 |
|
1784 |
+
#: templates/debug.php:445
|
1785 |
msgid "Add Ons of module %s"
|
1786 |
msgstr "Addon del modulo %s"
|
1787 |
|
1788 |
+
#: templates/debug.php:482
|
1789 |
msgid "Users"
|
1790 |
msgstr "Utenti"
|
1791 |
|
1792 |
+
#: templates/debug.php:489
|
1793 |
msgid "Verified"
|
1794 |
msgstr "Verificato"
|
1795 |
|
1796 |
+
#: templates/debug.php:520
|
1797 |
msgid "%s Licenses"
|
1798 |
msgstr "%s Licenze"
|
1799 |
|
1800 |
+
#: templates/debug.php:525
|
1801 |
msgid "Plugin ID"
|
1802 |
msgstr "Plugin ID"
|
1803 |
|
1804 |
+
#: templates/debug.php:527
|
1805 |
msgid "Plan ID"
|
1806 |
msgstr "ID Piano"
|
1807 |
|
1808 |
+
#: templates/debug.php:528
|
1809 |
msgid "Quota"
|
1810 |
msgstr "Quota"
|
1811 |
|
1812 |
+
#: templates/debug.php:529
|
1813 |
msgid "Activated"
|
1814 |
msgstr "Attivato"
|
1815 |
|
1816 |
+
#: templates/debug.php:530
|
1817 |
msgid "Blocking"
|
1818 |
msgstr "Bloccato"
|
1819 |
|
1820 |
+
#: templates/debug.php:532
|
1821 |
msgctxt "as expiration date"
|
1822 |
msgid "Expiration"
|
1823 |
msgstr "Scadenza"
|
1824 |
|
1825 |
+
#: templates/debug.php:555
|
1826 |
msgid "Debug Log"
|
1827 |
msgstr "Debug Log"
|
1828 |
|
1829 |
+
#: templates/debug.php:559
|
1830 |
msgid "All Types"
|
1831 |
msgstr "Tutti i tipi"
|
1832 |
|
1833 |
+
#: templates/debug.php:566
|
1834 |
msgid "All Requests"
|
1835 |
msgstr "Tutte le richieste"
|
1836 |
|
1837 |
+
#: templates/debug.php571, templates/debug.php600,
|
1838 |
#: templates/debug/logger.php:25
|
1839 |
msgid "File"
|
1840 |
msgstr "File"
|
1841 |
|
1842 |
+
#: templates/debug.php572, templates/debug.php598,
|
1843 |
#: templates/debug/logger.php:23
|
1844 |
msgid "Function"
|
1845 |
msgstr "Funzione"
|
1846 |
|
1847 |
+
#: templates/debug.php:573
|
1848 |
msgid "Process ID"
|
1849 |
msgstr "ID processo"
|
1850 |
|
1851 |
+
#: templates/debug.php:574
|
1852 |
msgid "Logger"
|
1853 |
msgstr "Logger"
|
1854 |
|
1855 |
+
#: templates/debug.php575, templates/debug.php599,
|
1856 |
#: templates/debug/logger.php:24
|
1857 |
msgid "Message"
|
1858 |
msgstr "Messaggio"
|
1859 |
|
1860 |
+
#: templates/debug.php:577
|
1861 |
msgid "Filter"
|
1862 |
msgstr "Filtro"
|
1863 |
|
1864 |
+
#: templates/debug.php:585
|
1865 |
msgid "Download"
|
1866 |
msgstr "Download"
|
1867 |
|
1868 |
+
#: templates/debug.php596, templates/debug/logger.php:22
|
1869 |
msgid "Type"
|
1870 |
msgstr "Tipo"
|
1871 |
|
1872 |
+
#: templates/debug.php601, templates/debug/logger.php:26
|
1873 |
msgid "Timestamp"
|
1874 |
msgstr "Timestamp"
|
1875 |
|
2220 |
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2221 |
msgstr "Cliccando su \"Cancella iscrizione\", non invieremo più nessuna informazione da %s a %s."
|
2222 |
|
2223 |
+
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2224 |
msgid "There is a new version of %s available."
|
2225 |
msgstr "C'è una nuova versione di %s disponibile."
|
2226 |
|
2227 |
+
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2228 |
+
msgid " %s to access version %s security & feature updates, and support."
|
2229 |
+
msgstr " %s to access version %s security & feature updates, and support."
|
2230 |
|
2231 |
+
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2232 |
msgid "New Version Available"
|
2233 |
msgstr "Nuova versione disponibile"
|
2234 |
|
2235 |
+
#: templates/forms/premium-versions-upgrade-handler.php:75
|
|
|
|
|
|
|
|
|
2236 |
msgctxt "close a window"
|
2237 |
msgid "Dismiss"
|
2238 |
msgstr "Chiudi"
|
2245 |
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2246 |
msgstr "Inserisci qui sotto l'indirizzo email che hai usato per registrare l'aggiornamento e ti invieremo di nuovo la chiave di licenza."
|
2247 |
|
2248 |
+
#: templates/forms/subscription-cancellation.php:37
|
2249 |
+
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2250 |
+
msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2251 |
+
|
2252 |
+
#: templates/forms/subscription-cancellation.php:47
|
2253 |
+
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?"
|
2254 |
+
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?"
|
2255 |
+
|
2256 |
+
#: templates/forms/subscription-cancellation.php:52
|
2257 |
+
msgid "license"
|
2258 |
+
msgstr "license"
|
2259 |
+
|
2260 |
+
#: templates/forms/subscription-cancellation.php:57
|
2261 |
+
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."
|
2262 |
+
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."
|
2263 |
+
|
2264 |
+
#: templates/forms/subscription-cancellation.php:68
|
2265 |
+
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2266 |
+
msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2267 |
+
|
2268 |
+
#: templates/forms/subscription-cancellation.php:103
|
2269 |
+
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."
|
2270 |
+
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."
|
2271 |
+
|
2272 |
+
#: templates/forms/subscription-cancellation.php:136
|
2273 |
+
msgid "Cancel %s?"
|
2274 |
+
msgstr "Cancel %s?"
|
2275 |
+
|
2276 |
+
#: templates/forms/subscription-cancellation.php:143
|
2277 |
+
msgid "Proceed"
|
2278 |
+
msgstr "Proceed"
|
2279 |
+
|
2280 |
+
#: templates/forms/subscription-cancellation.php191,
|
2281 |
+
#: templates/forms/deactivation/form.php:150
|
2282 |
+
msgid "Cancel %s & Proceed"
|
2283 |
+
msgstr "Cancel %s & Proceed"
|
2284 |
+
|
2285 |
#: templates/forms/trial-start.php:22
|
2286 |
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2287 |
msgstr "Sei a un clic di distanza dall'iniziare il tuo periodo di prova gratuito di %1$s giorni per il piano %2$s."
|
2347 |
msgid "Last license"
|
2348 |
msgstr "Ultima licenza"
|
2349 |
|
2350 |
+
#: templates/account/partials/addon.php:115
|
2351 |
msgid "Cancelled"
|
2352 |
msgstr "Annullato"
|
2353 |
|
2354 |
+
#: templates/account/partials/addon.php:125
|
|
|
|
|
|
|
|
|
2355 |
msgid "No expiration"
|
2356 |
msgstr "Nessuna scadenza"
|
2357 |
|
2358 |
+
#: templates/account/partials/addon.php264,
|
2359 |
+
#: templates/account/partials/addon.php:317
|
2360 |
msgid "Activate this add-on"
|
2361 |
msgstr "Attivare questo addon"
|
2362 |
|
2384 |
msgid "Contact Support"
|
2385 |
msgstr "Contatta il supporto"
|
2386 |
|
2387 |
+
#: templates/forms/deactivation/form.php:59
|
2388 |
msgid "Anonymous feedback"
|
2389 |
msgstr "Feedback anonimo"
|
2390 |
|
2391 |
+
#: templates/forms/deactivation/form.php:66
|
2392 |
msgid "Deactivate"
|
2393 |
msgstr "Disattiva"
|
2394 |
|
2395 |
+
#: templates/forms/deactivation/form.php:68
|
2396 |
msgid "Activate %s"
|
2397 |
msgstr "Attiva %s"
|
2398 |
|
|
|
|
|
|
|
|
|
2399 |
#: templates/forms/deactivation/form.php:80
|
2400 |
+
msgid "Quick Feedback"
|
2401 |
+
msgstr "Quick Feedback"
|
2402 |
+
|
2403 |
+
#: templates/forms/deactivation/form.php:84
|
2404 |
msgid "If you have a moment, please let us know why you are %s"
|
2405 |
msgstr "Se hai un attimo, facci sapere perché %s"
|
2406 |
|
2407 |
+
#: templates/forms/deactivation/form.php:84
|
2408 |
msgid "deactivating"
|
2409 |
msgstr "disattivazione in corso"
|
2410 |
|
2411 |
+
#: templates/forms/deactivation/form.php:84
|
2412 |
msgid "switching"
|
2413 |
msgstr "passa a"
|
2414 |
|
2415 |
+
#: templates/forms/deactivation/form.php:332
|
2416 |
msgid "Submit & %s"
|
2417 |
msgstr "Invia e %s"
|
2418 |
|
2419 |
+
#: templates/forms/deactivation/form.php:353
|
2420 |
msgid "Kindly tell us the reason so we can improve."
|
2421 |
msgstr "Spiegandoci il motivo ci aiuterai a migliorare."
|
2422 |
|
2423 |
+
#: templates/forms/deactivation/form.php:478
|
2424 |
msgid "Yes - %s"
|
2425 |
msgstr "SI - %s"
|
2426 |
|
2427 |
+
#: templates/forms/deactivation/form.php:485
|
2428 |
msgid "Skip & %s"
|
2429 |
msgstr "Salta & %s"
|
2430 |
|
freemius/languages/freemius-ja_JP.mo
CHANGED
Binary file
|
freemius/languages/freemius-ja_JP.po
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the same license as the freemius package.
|
3 |
# Translators:
|
4 |
# Odyssey <8bitodyssey+github@gmail.com>, 2016
|
5 |
-
#
|
6 |
# Takayuki Miyauchi <miya0001@users.noreply.github.com>, 2016
|
7 |
-
#
|
8 |
msgid ""
|
9 |
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: 2018-
|
14 |
-
"Last-Translator:
|
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"
|
@@ -24,1294 +24,1391 @@ msgstr ""
|
|
24 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
25 |
"X-Poedit-SourceCharset: UTF-8\n"
|
26 |
|
27 |
-
#: includes/class-freemius.php:
|
28 |
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
29 |
msgstr "Freemius SDK がプラグインのメインファイルを見つけることができませんでした。現在のエラーを添えて sdk@freemius.com に連絡してください。"
|
30 |
|
31 |
-
#: includes/class-freemius.php:
|
32 |
msgid "Error"
|
33 |
msgstr "エラー"
|
34 |
|
35 |
-
#: includes/class-freemius.php:
|
36 |
msgid "I found a better %s"
|
37 |
msgstr "より良い %sを見つけました"
|
38 |
|
39 |
-
#: includes/class-freemius.php:
|
40 |
msgid "What's the %s's name?"
|
41 |
msgstr "%sの名前は何ですか?"
|
42 |
|
43 |
-
#: includes/class-freemius.php:
|
44 |
msgid "It's a temporary %s. I'm just debugging an issue."
|
45 |
msgstr "%sは一時的なものです。現在この問題をデバッグ中です。"
|
46 |
|
47 |
-
#: includes/class-freemius.php:
|
48 |
msgid "Deactivation"
|
49 |
msgstr "無効化"
|
50 |
|
51 |
-
#: includes/class-freemius.php:
|
52 |
msgid "Theme Switch"
|
53 |
msgstr "テーマ変更"
|
54 |
|
55 |
-
#: includes/class-freemius.
|
56 |
msgid "Other"
|
57 |
msgstr "その他"
|
58 |
|
59 |
-
#: includes/class-freemius.php:
|
60 |
msgid "I no longer need the %s"
|
61 |
msgstr "%sはもう不要です"
|
62 |
|
63 |
-
#: includes/class-freemius.php:
|
64 |
msgid "I only needed the %s for a short period"
|
65 |
msgstr "短期間だけ %sが 必要です。"
|
66 |
|
67 |
-
#: includes/class-freemius.php:
|
68 |
msgid "The %s broke my site"
|
69 |
msgstr "%s の影響でサイトを崩れました"
|
70 |
|
71 |
-
#: includes/class-freemius.php:
|
72 |
msgid "The %s suddenly stopped working"
|
73 |
msgstr "%s の動作が突然停止しました"
|
74 |
|
75 |
-
#: includes/class-freemius.php:
|
76 |
msgid "I can't pay for it anymore"
|
77 |
msgstr "もう払うことができません"
|
78 |
|
79 |
-
#: includes/class-freemius.php:
|
80 |
msgid "What price would you feel comfortable paying?"
|
81 |
msgstr " 支払ってもよいと思う価格はいくらですか?"
|
82 |
|
83 |
-
#: includes/class-freemius.php:
|
84 |
msgid "I don't like to share my information with you"
|
85 |
msgstr "自分の情報を共有したくありません"
|
86 |
|
87 |
-
#: includes/class-freemius.php:
|
88 |
msgid "The %s didn't work"
|
89 |
msgstr "%s が動作しませんでした"
|
90 |
|
91 |
-
#: includes/class-freemius.php:
|
92 |
msgid "I couldn't understand how to make it work"
|
93 |
msgstr "どうしたら動作するか分かりませんでした。"
|
94 |
|
95 |
-
#: includes/class-freemius.php:
|
96 |
msgid "The %s is great, but I need specific feature that you don't support"
|
97 |
msgstr "%s は素晴らしいのですが、サポートされていないある機能が必要です"
|
98 |
|
99 |
-
#: includes/class-freemius.php:
|
100 |
msgid "What feature?"
|
101 |
msgstr "何の機能ですか?"
|
102 |
|
103 |
-
#: includes/class-freemius.php:
|
104 |
msgid "The %s is not working"
|
105 |
msgstr "%s が動作していません"
|
106 |
|
107 |
-
#: includes/class-freemius.php:
|
108 |
msgid "Kindly share what didn't work so we can fix it for future users..."
|
109 |
msgstr "将来のユーザーのために修正できるよう、何が動作しなかったのかどうか共有してください…"
|
110 |
|
111 |
-
#: includes/class-freemius.php:
|
112 |
msgid "It's not what I was looking for"
|
113 |
msgstr "探していたものではありません"
|
114 |
|
115 |
-
#: includes/class-freemius.php:
|
116 |
msgid "What you've been looking for?"
|
117 |
msgstr "探していたのは何ですか?"
|
118 |
|
119 |
-
#: includes/class-freemius.php:
|
120 |
msgid "The %s didn't work as expected"
|
121 |
msgstr "%sが期待通りに動きませんでした "
|
122 |
|
123 |
-
#: includes/class-freemius.php:
|
124 |
msgid "What did you expect?"
|
125 |
msgstr "何を期待していましたか?"
|
126 |
|
127 |
-
#: includes/class-freemius.
|
128 |
msgid "Freemius Debug"
|
129 |
msgstr "Freemius デバッグ"
|
130 |
|
131 |
-
#: includes/class-freemius.php:
|
132 |
msgid "I don't know what is cURL or how to install it, help me!"
|
133 |
msgstr "cURL がなにか、そのインストール方法を知りません。助けてください。"
|
134 |
|
135 |
-
#: includes/class-freemius.php:
|
136 |
msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
137 |
msgstr "ホスティング会社に連絡して問題を解決してください。 更新が完了したら、 %s へのフォローアップメールが届きます。"
|
138 |
|
139 |
-
#: includes/class-freemius.php:
|
140 |
msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
141 |
msgstr "すばらしい。cURL をインストールし、 php.ini ファイルで有効化してください。加えて、php.ini 内で 'disable_functions' ディレクティブを検索して、'curl_' で始まる無効化されたメソッドを削除してください。'phpinfo()' を使って正常に起動されたことを確認してください。有効化されている場合は %s を一度無効化し、再度有効化し直してください。"
|
142 |
|
143 |
-
#: includes/class-freemius.php:
|
144 |
msgid "Yes - do your thing"
|
145 |
msgstr "はい - お構いなく"
|
146 |
|
147 |
-
#: includes/class-freemius.php:
|
148 |
msgid "No - just deactivate"
|
149 |
msgstr "いいえ - すぐに無効化"
|
150 |
|
151 |
-
#: includes/class-freemius.
|
152 |
-
#: includes/class-freemius.
|
153 |
-
#: includes/class-freemius.
|
154 |
-
#: includes/class-freemius.
|
155 |
-
#: includes/class-freemius.
|
156 |
-
#: includes/class-freemius.
|
157 |
-
#: includes/class-freemius.
|
158 |
msgctxt "exclamation"
|
159 |
msgid "Oops"
|
160 |
msgstr "おっと"
|
161 |
|
162 |
-
#: includes/class-freemius.php:
|
163 |
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."
|
164 |
msgstr "修正するチャンスをいただきありがとうございます! テクニカルスタッフにメッセージが送信されました。 %s への更新が行われるとすぐにあなたに連絡します。 あなたの忍耐に感謝します。"
|
165 |
|
166 |
-
#: includes/class-freemius.php:
|
167 |
msgctxt "addonX cannot run without pluginY"
|
168 |
msgid "%s cannot run without %s."
|
169 |
msgstr "%s は、%s が無いと実行することができません。"
|
170 |
|
171 |
-
#: includes/class-freemius.php:
|
172 |
msgctxt "addonX cannot run..."
|
173 |
msgid "%s cannot run without the plugin."
|
174 |
msgstr "%s は、プラグインが無いと実行することができません。"
|
175 |
|
176 |
-
#: includes/class-freemius.
|
177 |
-
#: includes/class-freemius.php:
|
178 |
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
179 |
msgstr "予期しない API エラーです。%sの作者に次のエラーを連絡してください。"
|
180 |
|
181 |
-
#: includes/class-freemius.php:
|
182 |
msgid "Premium %s version was successfully activated."
|
183 |
msgstr "プレミアムバージョンの %sは有効化に成功しました。"
|
184 |
|
185 |
-
#: includes/class-freemius.
|
186 |
msgctxt ""
|
187 |
msgid "W00t"
|
188 |
msgstr "やったー"
|
189 |
|
190 |
-
#: includes/class-freemius.php:
|
191 |
msgid "You have a %s license."
|
192 |
msgstr "%s ライセンスを持っています。"
|
193 |
|
194 |
-
#: includes/class-freemius.
|
195 |
-
#: includes/class-freemius.
|
196 |
-
#: includes/class-freemius.
|
197 |
-
#: includes/class-freemius.php:
|
198 |
msgctxt "interjection expressing joy or exuberance"
|
199 |
msgid "Yee-haw"
|
200 |
msgstr "ヤッホー"
|
201 |
|
202 |
-
#: includes/class-freemius.php:
|
203 |
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."
|
204 |
msgstr "%s の無料試用が正常にキャンセルされました。 アドオンはプレミアムなので、自動的に無効化されました。 将来使用したい場合は、ライセンスを購入する必要があります。"
|
205 |
|
206 |
-
#: includes/class-freemius.php:
|
207 |
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
208 |
msgstr "%s はプレミアムのみのアドオンです。そのプラグインを有効化する前にライセンスを購入する必要があります。"
|
209 |
|
210 |
-
#: includes/class-freemius.
|
211 |
-
#: templates/account/partials/addon.php:
|
212 |
msgid "More information about %s"
|
213 |
msgstr "%s に関する詳細情報"
|
214 |
|
215 |
-
#: includes/class-freemius.php:
|
216 |
msgid "Purchase License"
|
217 |
msgstr "ライセンスを購入"
|
218 |
|
219 |
-
#: includes/class-freemius.
|
220 |
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."
|
221 |
msgstr "%s のメールボックスに %s の有効化のメールを受け取っているはずです。%s のメールに記載された有効化ボタンをクリックしてください。"
|
222 |
|
223 |
-
#: includes/class-freemius.php:
|
224 |
msgid "start the trial"
|
225 |
msgstr "トライアルを開始"
|
226 |
|
227 |
-
#: includes/class-freemius.
|
228 |
msgid "complete the install"
|
229 |
msgstr "インストールを完了"
|
230 |
|
231 |
-
#: includes/class-freemius.php:
|
232 |
msgid "You are just one step away - %s"
|
233 |
msgstr "もうあとわずかです - %s"
|
234 |
|
235 |
-
#: includes/class-freemius.php:
|
236 |
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
237 |
msgid "Complete \"%s\" Activation Now"
|
238 |
msgstr "すぐに \"%s\" 有効化を完了してください"
|
239 |
|
240 |
-
#: includes/class-freemius.php:
|
241 |
msgid "We made a few tweaks to the %s, %s"
|
242 |
msgstr "プラグインを微調整します、 %s, %s"
|
243 |
|
244 |
-
#: includes/class-freemius.php:
|
245 |
-
msgid "Opt in to make \"%s\"
|
246 |
-
msgstr "\"%s\"
|
247 |
|
248 |
-
#: includes/class-freemius.php:
|
249 |
msgid "The upgrade of %s was successfully completed."
|
250 |
msgstr "%s のアップグレードが完了しました。"
|
251 |
|
252 |
-
#: includes/class-freemius.
|
253 |
-
#: includes/class-fs-plugin-updater.
|
254 |
-
#: includes/class-fs-plugin-updater.
|
|
|
255 |
msgid "Add-On"
|
256 |
msgstr "アドオン"
|
257 |
|
258 |
-
#: includes/class-freemius.
|
259 |
-
#: templates/debug.php:
|
260 |
msgid "Plugin"
|
261 |
msgstr "プラグイン"
|
262 |
|
263 |
-
#: includes/class-freemius.
|
264 |
-
#: templates/debug.
|
265 |
msgid "Theme"
|
266 |
msgstr "テーマ"
|
267 |
|
268 |
-
#: includes/class-freemius.php:
|
269 |
-
msgid "
|
270 |
-
msgstr "
|
271 |
|
272 |
-
#: includes/class-freemius.php:
|
273 |
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
274 |
msgstr "システムではメールアドレスを見つけることができませんでした。メールアドレスが正しいか確認してください。"
|
275 |
|
276 |
-
#: includes/class-freemius.php:
|
277 |
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
278 |
msgstr "メールアドレスに関連付けられた有効なライセンスが見つかりません。メールアドレスが正しいか確認してください。"
|
279 |
|
280 |
-
#: includes/class-freemius.php:
|
281 |
msgid "Account is pending activation."
|
282 |
msgstr "アカウントは有効化待ちです。"
|
283 |
|
284 |
-
#: includes/class-freemius.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
285 |
msgid "%s activation was successfully completed."
|
286 |
msgstr "%s の有効化が成功しました。"
|
287 |
|
288 |
-
#: includes/class-freemius.php:
|
289 |
msgid "Your account was successfully activated with the %s plan."
|
290 |
msgstr "アカウントが %s プランで有効化できました。"
|
291 |
|
292 |
-
#: includes/class-freemius.
|
293 |
msgid "Your trial has been successfully started."
|
294 |
msgstr "トライアル版の利用を開始しました。"
|
295 |
|
296 |
-
#: includes/class-freemius.
|
297 |
-
#: includes/class-freemius.php:
|
298 |
msgid "Couldn't activate %s."
|
299 |
msgstr "%s を有効化できません。"
|
300 |
|
301 |
-
#: includes/class-freemius.
|
302 |
-
#: includes/class-freemius.php:
|
303 |
msgid "Please contact us with the following message:"
|
304 |
msgstr "以下のメッセージとともに私たちに連絡をください。"
|
305 |
|
306 |
-
#: includes/class-freemius.
|
307 |
msgid "Upgrade"
|
308 |
msgstr "アップグレード"
|
309 |
|
310 |
-
#: includes/class-freemius.php:
|
311 |
msgid "Start Trial"
|
312 |
msgstr "トライアルを開始"
|
313 |
|
314 |
-
#: includes/class-freemius.php:
|
315 |
msgid "Pricing"
|
316 |
msgstr "料金表"
|
317 |
|
318 |
-
#: includes/class-freemius.
|
319 |
msgid "Affiliation"
|
320 |
msgstr "アフィリエイト"
|
321 |
|
322 |
-
#: includes/class-freemius.
|
323 |
-
#: templates/account.
|
324 |
msgid "Account"
|
325 |
msgstr "アカウント"
|
326 |
|
327 |
-
#: includes/class-freemius.
|
328 |
#: includes/customizer/class-fs-customizer-support-section.php:60
|
329 |
msgid "Contact Us"
|
330 |
msgstr "連絡"
|
331 |
|
332 |
-
#: includes/class-freemius.
|
333 |
-
#: includes/class-freemius.
|
334 |
-
#: templates/account/partials/addon.php:
|
335 |
msgid "Add-Ons"
|
336 |
msgstr "アドオン"
|
337 |
|
338 |
-
#: includes/class-freemius.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
339 |
msgctxt "noun"
|
340 |
msgid "Pricing"
|
341 |
msgstr "料金表"
|
342 |
|
343 |
-
#: includes/class-freemius.
|
344 |
#: includes/customizer/class-fs-customizer-support-section.php:67
|
345 |
msgid "Support Forum"
|
346 |
msgstr "サポートフォーラム"
|
347 |
|
348 |
-
#: includes/class-freemius.php:
|
349 |
msgid "Your email has been successfully verified - you are AWESOME!"
|
350 |
msgstr "あなたのメールアドレスの承認が完了しました。すごい!"
|
351 |
|
352 |
-
#: includes/class-freemius.php:
|
353 |
msgctxt "a positive response"
|
354 |
msgid "Right on"
|
355 |
msgstr "そうだ"
|
356 |
|
357 |
-
#: includes/class-freemius.php:
|
358 |
msgid "Your %s Add-on plan was successfully upgraded."
|
359 |
msgstr "%s のアドオンのプランのアップグレードが完了しました。"
|
360 |
|
361 |
-
#: includes/class-freemius.php:
|
362 |
msgid "%s Add-on was successfully purchased."
|
363 |
msgstr "%s のアドオンの支払いが完了しました。"
|
364 |
|
365 |
-
#: includes/class-freemius.php:
|
366 |
msgid "Download the latest version"
|
367 |
msgstr "最新版をダウンロード"
|
368 |
|
369 |
-
#: includes/class-freemius.php:
|
370 |
msgctxt "%1s - plugin title, %2s - API domain"
|
371 |
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
372 |
msgstr "サーバーは %1s の同期に不可欠な Freemius の API へのアクセスをブロックしています。 ホワイトリストに %2s を追加していただけるようあなたのホスティング会社に連絡してください。"
|
373 |
|
374 |
-
#: includes/class-freemius.
|
375 |
-
#: includes/class-freemius.php:
|
376 |
msgid "Error received from the server:"
|
377 |
msgstr "サーバーからエラーを受信しました。"
|
378 |
|
379 |
-
#: includes/class-freemius.php:
|
380 |
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
381 |
msgstr "認証パラメータの1つが間違っているようです。 公開鍵、秘密鍵、ユーザーIDを更新して、もう一度お試しください。"
|
382 |
|
383 |
-
#: includes/class-freemius.
|
384 |
-
#: includes/class-freemius.php:
|
385 |
msgctxt ""
|
386 |
msgid "Hmm"
|
387 |
msgstr "ふむ"
|
388 |
|
389 |
-
#: includes/class-freemius.php:
|
390 |
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."
|
391 |
msgstr "まだ %s プランのようです。もしアップグレードやプランの変更をしたのなら、こちらで何らかの問題が発生しているようです。申し訳ありません。"
|
392 |
|
393 |
-
#: includes/class-freemius.
|
394 |
-
#: templates/add-ons.
|
395 |
msgctxt "trial period"
|
396 |
msgid "Trial"
|
397 |
msgstr "トライアル"
|
398 |
|
399 |
-
#: includes/class-freemius.php:
|
400 |
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
401 |
msgstr "アカウントをアップグレードしましたが、ライセンスを同期しようとするとプランが %s のままです。"
|
402 |
|
403 |
-
#: includes/class-freemius.
|
404 |
msgid "Please contact us here"
|
405 |
msgstr "こちらで私たちに連絡をとってください。"
|
406 |
|
407 |
-
#: includes/class-freemius.php:
|
408 |
msgid "Your plan was successfully upgraded."
|
409 |
msgstr "プランのアップグレードが成功しました。"
|
410 |
|
411 |
-
#: includes/class-freemius.php:
|
412 |
msgid "Your plan was successfully changed to %s."
|
413 |
msgstr "プランの %s への変更が成功しました。"
|
414 |
|
415 |
-
#: includes/class-freemius.php:
|
416 |
msgid "Your license has expired. You can still continue using the free %s forever."
|
417 |
msgstr "ライセンスの有効期限が切れました。無料バージョンの%s は引き続き利用できます。"
|
418 |
|
419 |
-
#: includes/class-freemius.php:
|
420 |
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
421 |
msgstr "ライセンスの有効期限が切れました。 %1$s %3$sに邪魔されずに利用を継続するには,今すぐ%2$sアップグレードを行ってください。"
|
422 |
|
423 |
-
#: includes/class-freemius.php:
|
424 |
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
425 |
msgstr "ライセンスはキャンセルされました。もしそれが間違いだと思うならサポートに連絡してください。"
|
426 |
|
427 |
-
#: includes/class-freemius.php:
|
428 |
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."
|
429 |
msgstr "ライセンスは有効期限がきれました。%s の機能を引き続き利用することができます。ただし、アップデートやサポートをうけるにはライセンスをアップデートする必要があります。"
|
430 |
|
431 |
-
#: includes/class-freemius.php:
|
432 |
msgid "Your free trial has expired. You can still continue using all our free features."
|
433 |
msgstr "フリートライアル期間が終了しました。無料で使える機能は引き続き利用可能です。"
|
434 |
|
435 |
-
#: includes/class-freemius.php:
|
436 |
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
437 |
msgstr "フリートライアル期間が終了しました。%1$s %3$sに邪魔されずに利用を継続するには,今すぐ %2$s のアップグレードを行ってください。"
|
438 |
|
439 |
-
#: includes/class-freemius.php:
|
440 |
msgid "It looks like the license could not be activated."
|
441 |
msgstr "ライセンスの有効化ができませんでした。"
|
442 |
|
443 |
-
#: includes/class-freemius.php:
|
444 |
msgid "Your license was successfully activated."
|
445 |
msgstr "ライセンスの有効化が成功しました。"
|
446 |
|
447 |
-
#: includes/class-freemius.php:
|
448 |
msgid "It looks like your site currently doesn't have an active license."
|
449 |
msgstr "サイトは有効なライセンスを持っていないようです。"
|
450 |
|
451 |
-
#: includes/class-freemius.php:
|
452 |
msgid "It looks like the license deactivation failed."
|
453 |
msgstr "ライセンスの無効化ができませんでした。"
|
454 |
|
455 |
-
#: includes/class-freemius.php:
|
456 |
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
457 |
msgstr "ライセンスの無効化が完了しました。%s プランに戻りました。"
|
458 |
|
459 |
-
#: includes/class-freemius.php:
|
460 |
msgid "O.K"
|
461 |
msgstr "O.K"
|
462 |
|
463 |
-
#: includes/class-freemius.php:
|
464 |
-
msgid "
|
465 |
-
msgstr "
|
466 |
|
467 |
-
#: includes/class-freemius.php:
|
468 |
-
msgid "
|
469 |
-
msgstr "
|
470 |
|
471 |
-
#: includes/class-freemius.php:
|
472 |
msgid "You are already running the %s in a trial mode."
|
473 |
msgstr "すでに%sをトライアルモードで利用中です。"
|
474 |
|
475 |
-
#: includes/class-freemius.php:
|
476 |
msgid "You already utilized a trial before."
|
477 |
msgstr "以前すでに試用版を利用しました。"
|
478 |
|
479 |
-
#: includes/class-freemius.php:
|
480 |
msgid "Plan %s do not exist, therefore, can't start a trial."
|
481 |
msgstr "%s プランは存在しないため、試用を開始できません。"
|
482 |
|
483 |
-
#: includes/class-freemius.php:
|
484 |
msgid "Plan %s does not support a trial period."
|
485 |
msgstr "%s プランにはトライアル期間はありません。"
|
486 |
|
487 |
-
#: includes/class-freemius.php:
|
488 |
msgid "None of the %s's plans supports a trial period."
|
489 |
msgstr "%sのプランにはトライアル期間はありません。"
|
490 |
|
491 |
-
#: includes/class-freemius.php:
|
492 |
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
493 |
msgstr "すでにトライアルモードではないようなので、キャンセルする必要はありません :)"
|
494 |
|
495 |
-
#: includes/class-freemius.php:
|
496 |
-
msgid "Your %s free trial was successfully cancelled."
|
497 |
-
msgstr "%s のフリートライアルはキャンセルされました。"
|
498 |
-
|
499 |
-
#: includes/class-freemius.php:17190
|
500 |
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
501 |
msgstr "トライアルのキャンセルに一時的な問題がありました。数分後に再度お試しください。"
|
502 |
|
503 |
-
#: includes/class-freemius.php:
|
|
|
|
|
|
|
|
|
504 |
msgid "Version %s was released."
|
505 |
msgstr "バージョン %s をリリースしました。"
|
506 |
|
507 |
-
#: includes/class-freemius.php:
|
508 |
msgid "Please download %s."
|
509 |
msgstr "%s をダウンロードしてください。"
|
510 |
|
511 |
-
#: includes/class-freemius.php:
|
512 |
msgid "the latest %s version here"
|
513 |
msgstr "最新の %s バージョンはこちらです。"
|
514 |
|
515 |
-
#: includes/class-freemius.php:
|
516 |
msgid "New"
|
517 |
msgstr "新規"
|
518 |
|
519 |
-
#: includes/class-freemius.php:
|
520 |
msgid "Seems like you got the latest release."
|
521 |
msgstr "最新版を取得できました。"
|
522 |
|
523 |
-
#: includes/class-freemius.php:
|
524 |
msgid "You are all good!"
|
525 |
msgstr "すべて完璧です!"
|
526 |
|
527 |
-
#: includes/class-freemius.php:
|
528 |
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
529 |
msgstr "%s に確認メールを送信しました。もし5分以内にそれが届かない場合、迷惑メールボックスを確認してください。"
|
530 |
|
531 |
-
#: includes/class-freemius.php:
|
532 |
msgid "Site successfully opted in."
|
533 |
msgstr "サイトのオプトインに成功しました。"
|
534 |
|
535 |
-
#: includes/class-freemius.
|
536 |
msgid "Awesome"
|
537 |
msgstr "すごい!"
|
538 |
|
539 |
-
#: includes/class-freemius.
|
540 |
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
541 |
msgstr "使用データを追跡できるよう許可してくれたことで、%s をより良くするための手助けに感謝致します。"
|
542 |
|
543 |
-
#: includes/class-freemius.php:
|
544 |
msgid "Thank you!"
|
545 |
msgstr "ありがとうございます!"
|
546 |
|
547 |
-
#: includes/class-freemius.php:
|
548 |
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
549 |
msgstr "もう%s上の%sから%sへのデータ送信は行いません。"
|
550 |
|
551 |
-
#: includes/class-freemius.php:
|
552 |
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."
|
553 |
msgstr "メールボックスを確認してください。所有権の変更を確認するには、%s でメールを受け取る必要があります。 セキュリティ上の理由から、次の15分以内に変更を確認する必要があります。 電子メールが見つからない場合は、迷惑メールフォルダを確認してください。"
|
554 |
|
555 |
-
#: includes/class-freemius.php:
|
556 |
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
557 |
msgstr "所有権の変更を確認していただきありがとうございます。 %s に承認メールが送信されました。"
|
558 |
|
559 |
-
#: includes/class-freemius.php:
|
560 |
msgid "%s is the new owner of the account."
|
561 |
msgstr "%s は新しいオーナーです。"
|
562 |
|
563 |
-
#: includes/class-freemius.php:
|
564 |
msgctxt "as congratulations"
|
565 |
msgid "Congrats"
|
566 |
msgstr "おめでとう"
|
567 |
|
568 |
-
#: includes/class-freemius.php:
|
569 |
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
570 |
msgstr "メールアドレスのアップデートを完了できませんでした。他のユーザーがすでに同じメールアドレスで登録しているようです。"
|
571 |
|
572 |
-
#: includes/class-freemius.php:
|
573 |
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
574 |
msgstr "%sの所有権を%sへ譲りたい場合は、所有権の変更ボタンをクリックしてください。"
|
575 |
|
576 |
-
#: includes/class-freemius.php:
|
577 |
msgid "Change Ownership"
|
578 |
msgstr "オーナーを変更"
|
579 |
|
580 |
-
#: includes/class-freemius.php:
|
581 |
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
582 |
msgstr "メールアドレスのアップデートが完了しました。まもなく確認メールが届きます。"
|
583 |
|
584 |
-
#: includes/class-freemius.php:
|
585 |
msgid "Please provide your full name."
|
586 |
msgstr "フルネームを入力してください。"
|
587 |
|
588 |
-
#: includes/class-freemius.php:
|
589 |
msgid "Your name was successfully updated."
|
590 |
msgstr "名前のアップデートが成功しました。"
|
591 |
|
592 |
-
#: includes/class-freemius.php:
|
593 |
msgid "You have successfully updated your %s."
|
594 |
msgstr "%s のアップデートが成功しました。"
|
595 |
|
596 |
-
#: includes/class-freemius.php:
|
597 |
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
598 |
msgstr "%s のアドオンに関する情報は、外部サーバーから取得されます。"
|
599 |
|
600 |
-
#: includes/class-freemius.php:
|
601 |
msgctxt "advance notice of something that will need attention."
|
602 |
msgid "Heads up"
|
603 |
msgstr "警告"
|
604 |
|
605 |
-
#: includes/class-freemius.php:
|
606 |
msgctxt "exclamation"
|
607 |
msgid "Hey"
|
608 |
msgstr "ヘイ"
|
609 |
|
610 |
-
#: includes/class-freemius.php:
|
611 |
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
612 |
msgstr "%s はどうですか? 私たちの全ての %s のプレミアム機能をお試しください。"
|
613 |
|
614 |
-
#: includes/class-freemius.php:
|
615 |
msgid "No commitment for %s days - cancel anytime!"
|
616 |
msgstr "%s 日以内であればいつでもキャンセルできます。"
|
617 |
|
618 |
-
#: includes/class-freemius.php:
|
619 |
msgid "No credit card required"
|
620 |
msgstr "クレジットカードは必要ありません。"
|
621 |
|
622 |
-
#: includes/class-freemius.
|
623 |
msgctxt "call to action"
|
624 |
msgid "Start free trial"
|
625 |
msgstr "フリートライアルを開始"
|
626 |
|
627 |
-
#: includes/class-freemius.php:
|
628 |
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!"
|
629 |
msgstr "こんにちは。%sにアフィリエイトプログラムがあるのはご存知でしたか? %sがお好きなら、私たちのアンバサダーになって報酬を得ましょう!"
|
630 |
|
631 |
-
#: includes/class-freemius.php:
|
632 |
msgid "Learn more"
|
633 |
msgstr "詳細はこちら"
|
634 |
|
635 |
-
#: includes/class-freemius.
|
636 |
-
#: templates/account.
|
637 |
-
#: templates/connect.
|
638 |
-
#: templates/account/partials/addon.php:
|
639 |
msgid "Activate License"
|
640 |
msgstr "ライセンスを有効化"
|
641 |
|
642 |
-
#: includes/class-freemius.
|
643 |
-
#: templates/account.
|
644 |
msgid "Change License"
|
645 |
msgstr "ライセンスを変更"
|
646 |
|
647 |
-
#: includes/class-freemius.
|
648 |
msgid "Opt Out"
|
649 |
msgstr "オプトアウト"
|
650 |
|
651 |
-
#: includes/class-freemius.
|
652 |
#: templates/account/partials/site.php43,
|
653 |
#: templates/account/partials/site.php:161
|
654 |
msgid "Opt In"
|
655 |
msgstr "オプトイン"
|
656 |
|
657 |
-
#: includes/class-freemius.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
658 |
msgid "Please follow these steps to complete the upgrade"
|
659 |
msgstr "アップグレードを完了するには以下の手順を完了させてください。"
|
660 |
|
661 |
-
#: includes/class-freemius.php:
|
662 |
msgid "Download the latest %s version"
|
663 |
msgstr "最新の %s をダウンロード"
|
664 |
|
665 |
-
#: includes/class-freemius.php:
|
666 |
msgid "Upload and activate the downloaded version"
|
667 |
msgstr "ダウンロードしたバージョンをアップロードして有効化"
|
668 |
|
669 |
-
#: includes/class-freemius.php:
|
670 |
msgid "How to upload and activate?"
|
671 |
msgstr "アップロードと有効化の方法"
|
672 |
|
673 |
-
#: includes/class-freemius.php:
|
674 |
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
675 |
msgstr "%sここをクリックして%s ライセンスを有効化したいサイトを選択してください。"
|
676 |
|
677 |
-
#: includes/class-freemius.php:
|
678 |
msgid "Auto installation only works for opted-in users."
|
679 |
msgstr "自動インストールはオプトインしたユーザのみで動作します。"
|
680 |
|
681 |
-
#: includes/class-freemius.
|
682 |
-
#: includes/class-fs-plugin-updater.
|
683 |
-
#: includes/class-fs-plugin-updater.php:
|
684 |
msgid "Invalid module ID."
|
685 |
msgstr "モジュール ID が不正です"
|
686 |
|
687 |
-
#: includes/class-freemius.
|
688 |
msgid "Premium version already active."
|
689 |
msgstr "プレミアムバージョンはすでに有効になっています。"
|
690 |
|
691 |
-
#: includes/class-freemius.php:
|
692 |
msgid "You do not have a valid license to access the premium version."
|
693 |
msgstr "プレミアムバージョンにアクセスできる有効なライセンス持っていません。"
|
694 |
|
695 |
-
#: includes/class-freemius.php:
|
696 |
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
697 |
msgstr "プラグインはプレミアムコードバージョンのない「サービスウェア」です。"
|
698 |
|
699 |
-
#: includes/class-freemius.
|
700 |
msgid "Premium add-on version already installed."
|
701 |
msgstr "プレミアムアドオンバージョンはすでにインストール済みです。"
|
702 |
|
703 |
-
#: includes/class-freemius.php:
|
704 |
msgid "View paid features"
|
705 |
msgstr "有料の機能を表示する"
|
706 |
|
707 |
-
#: includes/class-freemius.php:
|
708 |
msgid "Thank you so much for using %s and its add-ons!"
|
709 |
msgstr "%sとアドオンのご利用ありがとうございます!"
|
710 |
|
711 |
-
#: includes/class-freemius.php:
|
712 |
msgid "Thank you so much for using %s!"
|
713 |
msgstr "%sのご利用ありがとうございます!"
|
714 |
|
715 |
-
#: includes/class-freemius.php:
|
716 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
717 |
msgstr "%sの改善に役立つ使用状況のトラッキングにすでにオプトインしています。"
|
718 |
|
719 |
-
#: includes/class-freemius.php:
|
720 |
msgid "Thank you so much for using our products!"
|
721 |
msgstr "プロダクトのご利用ありがとうございます!"
|
722 |
|
723 |
-
#: includes/class-freemius.php:
|
724 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
725 |
msgstr "プロダクトの改善に役立つ使用状況のトラッキングにすでにオプトインしています。"
|
726 |
|
727 |
-
#: includes/class-freemius.php:
|
728 |
msgid "%s and its add-ons"
|
729 |
msgstr "%sとそのアドオン"
|
730 |
|
731 |
-
#: includes/class-freemius.php:
|
732 |
msgid "Products"
|
733 |
msgstr "プロダクト"
|
734 |
|
735 |
-
#: includes/class-freemius.
|
736 |
msgid "Yes"
|
737 |
msgstr "はい"
|
738 |
|
739 |
-
#: includes/class-freemius.
|
740 |
msgid "send me security & feature updates, educational content and offers."
|
741 |
msgstr "セキュリティと機能のアップデート、学習用コンテンツやオファーを送ってください。"
|
742 |
|
743 |
-
#: includes/class-freemius.
|
744 |
msgid "No"
|
745 |
msgstr "いいえ"
|
746 |
|
747 |
-
#: includes/class-freemius.
|
748 |
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
749 |
msgstr "セキュリティと機能のアップデート、学習用コンテンツやオファーを%s送らないでください%s。"
|
750 |
|
751 |
-
#: includes/class-freemius.php:
|
752 |
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 🙂"
|
753 |
msgstr "新しい %sEU General Data Protection Regulation (GDPR)%s コンプライアンスを満たすため、あなたが明示的に同意したことを再度確認し、またあなたがオンボードであることを確認する必要があります 🙂"
|
754 |
|
755 |
-
#: includes/class-freemius.
|
756 |
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
757 |
msgstr "セキュリティや機能のアップデート、学習用用コンテンツ、およびオファーについてお問い合わせを希望される場合は、お知らせください。"
|
758 |
|
759 |
-
#: includes/class-freemius.php:
|
760 |
msgid "License key is empty."
|
761 |
msgstr "ライセンスキーが空です。"
|
762 |
|
763 |
#: includes/class-fs-plugin-updater.php184,
|
764 |
-
#:
|
765 |
-
msgid "
|
766 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
767 |
|
768 |
-
#: includes/class-fs-plugin-updater.php:
|
769 |
msgid "Installing plugin: %s"
|
770 |
msgstr "インストール中プラグイン: %s"
|
771 |
|
772 |
-
#: includes/class-fs-plugin-updater.php:
|
773 |
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
774 |
msgstr "ファイルシステムに接続できません。視覚情報を確認してください。"
|
775 |
|
776 |
-
#: includes/class-fs-plugin-updater.php:
|
777 |
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
778 |
msgstr "リモートプラグインパッケージには、目的のスラッグを含むフォルダが含まれていないため、リねームが機能しませんでした。"
|
779 |
|
780 |
-
#: includes/fs-plugin-info-dialog.
|
781 |
-
#: templates/account/partials/addon.php:
|
782 |
msgctxt "verb"
|
783 |
msgid "Purchase"
|
784 |
msgstr "購入"
|
785 |
|
786 |
-
#: includes/fs-plugin-info-dialog.php:
|
787 |
msgid "Start my free %s"
|
788 |
msgstr "無料の %s を開始"
|
789 |
|
790 |
-
#: includes/fs-plugin-info-dialog.php:
|
791 |
msgid "Install Free Version Now"
|
792 |
msgstr "フリーバージョンを今すぐインストール"
|
793 |
|
794 |
-
#: includes/fs-plugin-info-dialog.
|
795 |
-
#: templates/account/partials/addon.
|
796 |
-
#: templates/account/partials/addon.php:
|
797 |
msgid "Install Now"
|
798 |
msgstr "今すぐインストール"
|
799 |
|
800 |
-
#: includes/fs-plugin-info-dialog.php:
|
801 |
msgctxt "as download latest version"
|
802 |
msgid "Download Latest Free Version"
|
803 |
msgstr "最新のフリーバージョンをダウンロード"
|
804 |
|
805 |
-
#: includes/fs-plugin-info-dialog.
|
806 |
#: templates/account/partials/addon.php:21
|
807 |
msgctxt "as download latest version"
|
808 |
msgid "Download Latest"
|
809 |
msgstr "最新版をダウンロード"
|
810 |
|
811 |
-
#: includes/fs-plugin-info-dialog.php:
|
812 |
msgid "Install Free Version Update Now"
|
813 |
msgstr "フリーバージョンの更新を今すぐインストール"
|
814 |
|
815 |
-
#: includes/fs-plugin-info-dialog.
|
816 |
msgid "Install Update Now"
|
817 |
msgstr "今すぐ更新をインストール"
|
818 |
|
819 |
-
#: includes/fs-plugin-info-dialog.php:
|
820 |
msgid "Newer Free Version (%s) Installed"
|
821 |
msgstr "新しいフリーバージョン (%s) がインストールされました"
|
822 |
|
823 |
-
#: includes/fs-plugin-info-dialog.php:
|
824 |
msgid "Newer Version (%s) Installed"
|
825 |
msgstr "新しいバージョン (%s) がインストールされました"
|
826 |
|
827 |
-
#: includes/fs-plugin-info-dialog.php:
|
828 |
msgid "Latest Free Version Installed"
|
829 |
msgstr "最新のフリーバージョンがインストールされました"
|
830 |
|
831 |
-
#: includes/fs-plugin-info-dialog.php:
|
832 |
msgid "Latest Version Installed"
|
833 |
msgstr "最新版がイストールされました"
|
834 |
|
835 |
-
#: includes/fs-plugin-info-dialog.php:
|
836 |
msgctxt "Plugin installer section title"
|
837 |
msgid "Description"
|
838 |
msgstr "説明"
|
839 |
|
840 |
-
#: includes/fs-plugin-info-dialog.php:
|
841 |
msgctxt "Plugin installer section title"
|
842 |
msgid "Installation"
|
843 |
msgstr "インストール"
|
844 |
|
845 |
-
#: includes/fs-plugin-info-dialog.php:
|
846 |
msgctxt "Plugin installer section title"
|
847 |
msgid "FAQ"
|
848 |
msgstr "FAQ"
|
849 |
|
850 |
-
#: includes/fs-plugin-info-dialog.
|
851 |
#: templates/plugin-info/description.php:55
|
852 |
msgid "Screenshots"
|
853 |
msgstr "スクリーンショット"
|
854 |
|
855 |
-
#: includes/fs-plugin-info-dialog.php:
|
856 |
msgctxt "Plugin installer section title"
|
857 |
msgid "Changelog"
|
858 |
msgstr "変更履歴"
|
859 |
|
860 |
-
#: includes/fs-plugin-info-dialog.php:
|
861 |
msgctxt "Plugin installer section title"
|
862 |
msgid "Reviews"
|
863 |
msgstr "レビュー"
|
864 |
|
865 |
-
#: includes/fs-plugin-info-dialog.php:
|
866 |
msgctxt "Plugin installer section title"
|
867 |
msgid "Other Notes"
|
868 |
msgstr "その他の記述"
|
869 |
|
870 |
-
#: includes/fs-plugin-info-dialog.php:
|
871 |
msgctxt "Plugin installer section title"
|
872 |
msgid "Features & Pricing"
|
873 |
msgstr "機能 & 料金"
|
874 |
|
875 |
-
#: includes/fs-plugin-info-dialog.php:
|
876 |
msgid "Plugin Install"
|
877 |
msgstr "プラグインのインストール"
|
878 |
|
879 |
-
#: includes/fs-plugin-info-dialog.php:
|
880 |
msgctxt "e.g. Professional Plan"
|
881 |
msgid "%s Plan"
|
882 |
msgstr "%s プラン"
|
883 |
|
884 |
-
#: includes/fs-plugin-info-dialog.php:
|
885 |
msgctxt "e.g. the best product"
|
886 |
msgid "Best"
|
887 |
msgstr "ベスト"
|
888 |
|
889 |
-
#: includes/fs-plugin-info-dialog.
|
890 |
-
#: includes/fs-plugin-info-dialog.php:
|
891 |
msgctxt "as every month"
|
892 |
msgid "Monthly"
|
893 |
msgstr "月"
|
894 |
|
895 |
-
#: includes/fs-plugin-info-dialog.php:
|
896 |
msgctxt "as once a year"
|
897 |
msgid "Annual"
|
898 |
msgstr "年次"
|
899 |
|
900 |
-
#: includes/fs-plugin-info-dialog.php:
|
901 |
msgid "Lifetime"
|
902 |
msgstr "ライフタイム"
|
903 |
|
904 |
-
#: includes/fs-plugin-info-dialog.
|
905 |
-
#: includes/fs-plugin-info-dialog.
|
906 |
-
#: includes/fs-plugin-info-dialog.php:
|
907 |
msgctxt "e.g. billed monthly"
|
908 |
msgid "Billed %s"
|
909 |
msgstr "%s への請求"
|
910 |
|
911 |
-
#: includes/fs-plugin-info-dialog.php:
|
912 |
msgctxt "as once a year"
|
913 |
msgid "Annually"
|
914 |
msgstr "毎年"
|
915 |
|
916 |
-
#: includes/fs-plugin-info-dialog.php:
|
917 |
msgctxt "as once a year"
|
918 |
msgid "Once"
|
919 |
msgstr "一度"
|
920 |
|
921 |
-
#: includes/fs-plugin-info-dialog.php:
|
922 |
msgid "Single Site License"
|
923 |
msgstr "シングルサイトライセンス"
|
924 |
|
925 |
-
#: includes/fs-plugin-info-dialog.php:
|
926 |
msgid "Unlimited Licenses"
|
927 |
msgstr "無制限ライセンス"
|
928 |
|
929 |
-
#: includes/fs-plugin-info-dialog.php:
|
930 |
msgid "Up to %s Sites"
|
931 |
msgstr "%sサイトまで"
|
932 |
|
933 |
-
#: includes/fs-plugin-info-dialog.
|
934 |
#: templates/plugin-info/features.php:82
|
935 |
msgctxt "as monthly period"
|
936 |
msgid "mo"
|
937 |
msgstr "月"
|
938 |
|
939 |
-
#: includes/fs-plugin-info-dialog.
|
940 |
#: templates/plugin-info/features.php:80
|
941 |
msgctxt "as annual period"
|
942 |
msgid "year"
|
943 |
msgstr "年"
|
944 |
|
945 |
-
#: includes/fs-plugin-info-dialog.php:
|
946 |
msgctxt "noun"
|
947 |
msgid "Price"
|
948 |
msgstr "料金"
|
949 |
|
950 |
-
#: includes/fs-plugin-info-dialog.php:
|
951 |
msgid "Save %s"
|
952 |
msgstr "%s を保存"
|
953 |
|
954 |
-
#: includes/fs-plugin-info-dialog.php:
|
955 |
msgid "No commitment for %s - cancel anytime"
|
956 |
msgstr "%s の拘束はありません。いつでもキャンセルできます。"
|
957 |
|
958 |
-
#: includes/fs-plugin-info-dialog.php:
|
959 |
msgid "After your free %s, pay as little as %s"
|
960 |
msgstr "無料の %s の後は、わずか %s だけお支払ください。"
|
961 |
|
962 |
-
#: includes/fs-plugin-info-dialog.php:
|
963 |
msgid "Details"
|
964 |
msgstr "詳細"
|
965 |
|
966 |
-
#: includes/fs-plugin-info-dialog.
|
967 |
-
#: templates/debug.
|
968 |
-
#: templates/account/partials/addon.php:
|
969 |
msgctxt "product version"
|
970 |
msgid "Version"
|
971 |
msgstr "バージョン"
|
972 |
|
973 |
-
#: includes/fs-plugin-info-dialog.php:
|
974 |
msgctxt "as the plugin author"
|
975 |
msgid "Author"
|
976 |
msgstr "作者"
|
977 |
|
978 |
-
#: includes/fs-plugin-info-dialog.php:
|
979 |
msgid "Last Updated"
|
980 |
msgstr "最終更新"
|
981 |
|
982 |
-
#: includes/fs-plugin-info-dialog.php:
|
983 |
msgctxt "x-ago"
|
984 |
msgid "%s ago"
|
985 |
msgstr "%s 前"
|
986 |
|
987 |
-
#: includes/fs-plugin-info-dialog.php:
|
988 |
msgid "Requires WordPress Version"
|
989 |
msgstr "必要な WordPress のバージョン"
|
990 |
|
991 |
-
#: includes/fs-plugin-info-dialog.php:
|
992 |
msgid "%s or higher"
|
993 |
msgstr "%sまたはそれ以上"
|
994 |
|
995 |
-
#: includes/fs-plugin-info-dialog.php:
|
996 |
msgid "Compatible up to"
|
997 |
msgstr "互換性のある最新バージョン"
|
998 |
|
999 |
-
#: includes/fs-plugin-info-dialog.php:
|
1000 |
msgid "Downloaded"
|
1001 |
msgstr "ダウンロード済み"
|
1002 |
|
1003 |
-
#: includes/fs-plugin-info-dialog.php:
|
1004 |
msgid "%s time"
|
1005 |
msgstr "%s回"
|
1006 |
|
1007 |
-
#: includes/fs-plugin-info-dialog.php:
|
1008 |
msgid "%s times"
|
1009 |
msgstr "%s回"
|
1010 |
|
1011 |
-
#: includes/fs-plugin-info-dialog.php:
|
1012 |
msgid "WordPress.org Plugin Page"
|
1013 |
msgstr "WordPress.org のプラグインページ"
|
1014 |
|
1015 |
-
#: includes/fs-plugin-info-dialog.php:
|
1016 |
msgid "Plugin Homepage"
|
1017 |
msgstr "プラグインのホームページ"
|
1018 |
|
1019 |
-
#: includes/fs-plugin-info-dialog.
|
1020 |
-
#: includes/fs-plugin-info-dialog.php:
|
1021 |
msgid "Donate to this plugin"
|
1022 |
msgstr "このプラグインに寄付する"
|
1023 |
|
1024 |
-
#: includes/fs-plugin-info-dialog.php:
|
1025 |
msgid "Average Rating"
|
1026 |
msgstr "レーティングの平均"
|
1027 |
|
1028 |
-
#: includes/fs-plugin-info-dialog.php:
|
1029 |
msgid "based on %s"
|
1030 |
msgstr "%sを基に"
|
1031 |
|
1032 |
-
#: includes/fs-plugin-info-dialog.php:
|
1033 |
msgid "%s rating"
|
1034 |
msgstr "%s評価"
|
1035 |
|
1036 |
-
#: includes/fs-plugin-info-dialog.php:
|
1037 |
msgid "%s ratings"
|
1038 |
msgstr "%s評価"
|
1039 |
|
1040 |
-
#: includes/fs-plugin-info-dialog.php:
|
1041 |
msgid "%s star"
|
1042 |
msgstr "%sスター"
|
1043 |
|
1044 |
-
#: includes/fs-plugin-info-dialog.php:
|
1045 |
msgid "%s stars"
|
1046 |
msgstr "%sスター"
|
1047 |
|
1048 |
-
#: includes/fs-plugin-info-dialog.php:
|
1049 |
msgid "Click to see reviews that provided a rating of %s"
|
1050 |
msgstr "クリックして%sの評価をしているレビューを観る"
|
1051 |
|
1052 |
-
#: includes/fs-plugin-info-dialog.php:
|
1053 |
msgid "Contributors"
|
1054 |
msgstr "コントリビューター"
|
1055 |
|
1056 |
-
#: includes/fs-plugin-info-dialog.
|
1057 |
-
#: includes/fs-plugin-info-dialog.php:
|
1058 |
msgid "Warning"
|
1059 |
msgstr "警告"
|
1060 |
|
1061 |
-
#: includes/fs-plugin-info-dialog.php:
|
1062 |
msgid "This plugin has not been tested with your current version of WordPress."
|
1063 |
msgstr "このプラグインはインストールされた WordPress のバージョンでは検証されていません。"
|
1064 |
|
1065 |
-
#: includes/fs-plugin-info-dialog.php:
|
1066 |
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1067 |
msgstr "このプラグインはインストールされた WordPress のバージョンに互換性がありません。"
|
1068 |
|
1069 |
-
#: includes/fs-plugin-info-dialog.php:
|
1070 |
msgid "Paid add-on must be deployed to Freemius."
|
1071 |
msgstr "有料アドオンは Freemius にデプロイされている必要があります。"
|
1072 |
|
1073 |
-
#: includes/fs-plugin-info-dialog.php:
|
1074 |
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1075 |
msgstr "アドオンが WordPress.org か Freemius にデプロイされている必要があります。"
|
1076 |
|
1077 |
-
#: templates/account.php81, templates/
|
|
|
1078 |
#: templates/account/partials/site.php:295
|
1079 |
-
msgid "Downgrading your plan
|
1080 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1081 |
|
1082 |
-
#: templates/account.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1083 |
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1084 |
msgstr "トライアルをキャンセルするとすぐにすべてのプレミアム機能へのアクセスができなくなります。本当に実行しますか?"
|
1085 |
|
1086 |
-
#: templates/account.
|
1087 |
-
#: templates/account/partials/
|
1088 |
-
|
1089 |
-
|
|
|
1090 |
|
1091 |
-
#: templates/account.
|
1092 |
-
#: templates/account/partials/
|
|
|
1093 |
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1094 |
msgstr "一度ライセンスの期限が切れると、フリーバージョンの利用は可能ですが、%sの機能を使うことができなくなります。"
|
1095 |
|
1096 |
#. translators: %s: Plan title (e.g. "Professional")
|
1097 |
-
#: templates/account.
|
1098 |
#: templates/account/partials/activate-license-button.php31,
|
1099 |
-
#: templates/account/partials/addon.php:
|
1100 |
msgid "Activate %s Plan"
|
1101 |
msgstr "%s プランを有効化"
|
1102 |
|
1103 |
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1104 |
-
#: templates/account.
|
1105 |
#: templates/account/partials/site.php:275
|
1106 |
msgid "Auto renews in %s"
|
1107 |
msgstr "%s に自動更新"
|
1108 |
|
1109 |
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1110 |
-
#: templates/account.
|
1111 |
#: templates/account/partials/site.php:277
|
1112 |
msgid "Expires in %s"
|
1113 |
msgstr "%s で期間終了"
|
1114 |
|
1115 |
-
#: templates/account.
|
1116 |
msgctxt "as synchronize license"
|
1117 |
msgid "Sync License"
|
1118 |
msgstr "ライセンスを同期"
|
1119 |
|
1120 |
-
#: templates/account.
|
1121 |
msgid "Cancel Trial"
|
1122 |
msgstr "トライアルをキャンセル"
|
1123 |
|
1124 |
-
#: templates/account.
|
1125 |
msgid "Change Plan"
|
1126 |
msgstr "プラン変更"
|
1127 |
|
1128 |
-
#: templates/account.
|
1129 |
msgctxt "verb"
|
1130 |
msgid "Upgrade"
|
1131 |
msgstr "アップグレード"
|
1132 |
|
1133 |
-
#: templates/account.
|
1134 |
-
#: templates/account/partials/site.php:
|
1135 |
msgctxt "verb"
|
1136 |
msgid "Downgrade"
|
1137 |
msgstr "ダウングレード"
|
1138 |
|
1139 |
-
#: templates/account.
|
1140 |
#: templates/plugin-info/features.php72,
|
1141 |
-
#: templates/account/partials/addon.
|
1142 |
#: templates/account/partials/site.php:31
|
1143 |
msgid "Free"
|
1144 |
msgstr "無料"
|
1145 |
|
1146 |
-
#: templates/account.
|
1147 |
msgid "Activate"
|
1148 |
msgstr "有効化"
|
1149 |
|
1150 |
-
#: templates/account.
|
1151 |
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1152 |
-
#: templates/account/partials/addon.php:
|
1153 |
msgctxt "as product pricing plan"
|
1154 |
msgid "Plan"
|
1155 |
msgstr "プラン"
|
1156 |
|
1157 |
-
#: templates/account.php:
|
1158 |
msgid "Free Trial"
|
1159 |
msgstr "フリートライアル"
|
1160 |
|
1161 |
-
#: templates/account.php:
|
1162 |
msgid "Account Details"
|
1163 |
msgstr "アカウント詳細"
|
1164 |
|
1165 |
-
#: templates/account.php:
|
1166 |
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?"
|
1167 |
msgstr "アカウントを削除すると自動的に %s プランライセンスが無効になり、他のサイトで使うことができます。定期の支払いも終了したい場合は、\"キャンセル\"ボタンをクリックし、まずアカウントを\"ダウングレード\"してください。本当に削除を続行してもいいですか?"
|
1168 |
|
1169 |
-
#: templates/account.php:
|
1170 |
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?"
|
1171 |
msgstr "削除は一時的なものではありません。本当に%sが必要なくなった時に行ってください。"
|
1172 |
|
1173 |
-
#: templates/account.php:
|
1174 |
msgid "Delete Account"
|
1175 |
msgstr "アカウントを削除"
|
1176 |
|
1177 |
-
#: templates/account.
|
1178 |
#: templates/account/partials/deactivate-license-button.php:35
|
1179 |
msgid "Deactivate License"
|
1180 |
msgstr "ライセンスを無効化"
|
1181 |
|
1182 |
-
#: templates/account.php:
|
1183 |
msgid "Are you sure you want to proceed?"
|
1184 |
msgstr "本当に続行していいですか?"
|
1185 |
|
1186 |
-
#: templates/account.
|
1187 |
msgid "Cancel Subscription"
|
1188 |
msgstr "サブスクリプションをキャンセルする"
|
1189 |
|
1190 |
-
#: templates/account.php:
|
1191 |
msgctxt "as synchronize"
|
1192 |
msgid "Sync"
|
1193 |
msgstr "同期"
|
1194 |
|
1195 |
-
#: templates/account.
|
1196 |
msgid "Name"
|
1197 |
msgstr "名前"
|
1198 |
|
1199 |
-
#: templates/account.
|
1200 |
msgid "Email"
|
1201 |
msgstr "Email"
|
1202 |
|
1203 |
-
#: templates/account.
|
1204 |
msgid "User ID"
|
1205 |
msgstr "ユーザー ID"
|
1206 |
|
1207 |
-
#: templates/account.php:
|
1208 |
msgid "Site ID"
|
1209 |
msgstr "サイト ID"
|
1210 |
|
1211 |
-
#: templates/account.php:
|
1212 |
msgid "No ID"
|
1213 |
msgstr "ID がありません"
|
1214 |
|
1215 |
-
#: templates/account.
|
1216 |
-
#: templates/debug.
|
1217 |
#: templates/account/partials/site.php:219
|
1218 |
msgid "Public Key"
|
1219 |
msgstr "公開鍵"
|
1220 |
|
1221 |
-
#: templates/account.
|
1222 |
-
#: templates/debug.
|
1223 |
msgid "Secret Key"
|
1224 |
msgstr "秘密鍵"
|
1225 |
|
1226 |
-
#: templates/account.php:
|
1227 |
msgctxt "as secret encryption key missing"
|
1228 |
msgid "No Secret"
|
1229 |
msgstr "秘密鍵がありません"
|
1230 |
|
1231 |
-
#: templates/account.
|
1232 |
#: templates/account/partials/site.php:114
|
1233 |
msgid "Trial"
|
1234 |
msgstr "トライアル"
|
1235 |
|
1236 |
-
#: templates/account.
|
1237 |
#: templates/account/partials/site.php:248
|
1238 |
msgid "License Key"
|
1239 |
msgstr "ライセンスキー"
|
1240 |
|
1241 |
-
#: templates/account.php:
|
1242 |
msgid "not verified"
|
1243 |
msgstr "未認証"
|
1244 |
|
1245 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
1246 |
msgid "Premium version"
|
1247 |
msgstr "プレミアムバージョン"
|
1248 |
|
1249 |
-
#: templates/account.php:
|
1250 |
msgid "Free version"
|
1251 |
msgstr "フリーバージョン"
|
1252 |
|
1253 |
-
#: templates/account.php:
|
1254 |
msgid "Verify Email"
|
1255 |
msgstr "認証メール"
|
1256 |
|
1257 |
-
#: templates/account.php:
|
1258 |
msgid "Download %s Version"
|
1259 |
msgstr "%s バージョンをダウンロード"
|
1260 |
|
1261 |
-
#: templates/account.
|
1262 |
#: templates/account/partials/site.php237,
|
1263 |
#: templates/account/partials/site.php:255
|
1264 |
msgctxt "verb"
|
1265 |
msgid "Show"
|
1266 |
msgstr "表示"
|
1267 |
|
1268 |
-
#: templates/account.php:
|
1269 |
msgid "What is your %s?"
|
1270 |
msgstr "自分の %s はなんですか?"
|
1271 |
|
1272 |
-
#: templates/account.
|
1273 |
msgctxt "verb"
|
1274 |
msgid "Edit"
|
1275 |
msgstr "編集"
|
1276 |
|
1277 |
-
#: templates/account.php:
|
1278 |
msgid "Sites"
|
1279 |
msgstr "サイト数"
|
1280 |
|
1281 |
-
#: templates/account.php:
|
1282 |
msgid "Search by address"
|
1283 |
msgstr "住所で検索する"
|
1284 |
|
1285 |
-
#: templates/account.
|
1286 |
-
#: templates/debug.
|
1287 |
-
#: templates/debug.
|
1288 |
#: templates/account/payments.php35, templates/debug/logger.php:21
|
1289 |
msgid "ID"
|
1290 |
msgstr "ID"
|
1291 |
|
1292 |
-
#: templates/account.
|
1293 |
msgid "Address"
|
1294 |
msgstr "住所"
|
1295 |
|
1296 |
-
#: templates/account.php:
|
1297 |
msgid "License"
|
1298 |
msgstr "ライセンス"
|
1299 |
|
1300 |
-
#: templates/account.php:
|
1301 |
msgid "Plan"
|
1302 |
msgstr "プラン"
|
1303 |
|
1304 |
-
#: templates/account.php:
|
1305 |
msgctxt "as software license"
|
1306 |
msgid "License"
|
1307 |
msgstr "ライセンス"
|
1308 |
|
1309 |
-
#: templates/account.php:
|
1310 |
msgctxt "verb"
|
1311 |
msgid "Hide"
|
1312 |
msgstr "非表示"
|
1313 |
|
1314 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1315 |
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?"
|
1316 |
msgstr "ライセンスを無効化するとすべてのプレミアム機能が使えなくなりますが、他のサイトでライセンスを有効にすることができるようになります。本当に実行しますか?"
|
1317 |
|
@@ -1323,7 +1420,7 @@ msgstr "%s のアドオン"
|
|
1323 |
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."
|
1324 |
msgstr "アドオンリストを読み込むことができませんでした。おそらく運営側の問題になりますので、しばらくしてからお試しください。"
|
1325 |
|
1326 |
-
#: templates/add-ons.php:
|
1327 |
msgid "View details"
|
1328 |
msgstr "詳細を表示"
|
1329 |
|
@@ -1362,163 +1459,167 @@ msgid "PCI compliant"
|
|
1362 |
msgstr "PCI コンプライアント"
|
1363 |
|
1364 |
#. translators: %s: name (e.g. Hey John,)
|
1365 |
-
#: templates/connect.php:
|
1366 |
msgctxt "greeting"
|
1367 |
msgid "Hey %s,"
|
1368 |
msgstr "おおい %s さん、"
|
1369 |
|
1370 |
-
#: templates/connect.php:
|
1371 |
msgid "Allow & Continue"
|
1372 |
msgstr "許可して続ける"
|
1373 |
|
1374 |
-
#: templates/connect.php:
|
1375 |
msgid "Re-send activation email"
|
1376 |
msgstr "有効化メールを再送信"
|
1377 |
|
1378 |
-
#: templates/connect.php:
|
1379 |
msgid "Thanks %s!"
|
1380 |
msgstr "ありがとう $s さん!"
|
1381 |
|
1382 |
-
#: templates/connect.
|
1383 |
msgid "Agree & Activate License"
|
1384 |
msgstr "同意してライセンスを有効化"
|
1385 |
|
1386 |
-
#: templates/connect.php:
|
1387 |
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1388 |
msgstr "%s を購入いただきありがとうございます。はじめにライセンスキーを入力してください:"
|
1389 |
|
1390 |
-
#: templates/connect.php:
|
1391 |
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."
|
1392 |
msgstr "重要な更新を逃さないように、セキュリティと更新通知、学習用コンテンツ、オファー、そして%4$s とセンシティブではない診断トラッキングをオプトインしてください。"
|
1393 |
|
1394 |
-
#: templates/connect.php:
|
1395 |
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1396 |
msgstr "重要な更新を逃さないように、セキュリティと更新通知、%4$s とセンシティブではない診断トラッキングをオプトインしてください。"
|
1397 |
|
1398 |
-
#: templates/connect.php:
|
1399 |
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."
|
1400 |
msgstr "重要な更新を逃さないように、セキュリティと更新通知、学習用コンテンツ、オファー、そして%4$s とセンシティブではない診断トラッキングをオプトインしてください。これをスキップしても%1$sはもちろん動作します。"
|
1401 |
|
1402 |
-
#: templates/connect.php:
|
1403 |
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."
|
1404 |
msgstr "重要な更新を逃さないように、セキュリティと更新通知、学習用コンテンツ、オファー、そして%4$s とセンシティブではない診断トラッキングをオプトインしてください。これをスキップしても%1$sはもちろん動作します。"
|
1405 |
|
1406 |
-
#: templates/connect.php:
|
1407 |
msgid "We're excited to introduce the Freemius network-level integration."
|
1408 |
msgstr "Freeminus ネットワークレベルのインテグレーションをご紹介できることに興奮しています。"
|
1409 |
|
1410 |
-
#: templates/connect.php:
|
1411 |
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1412 |
msgstr "アップデートの処理中に%dサイトがライセンスの有効化が保留中であることを検知しました。"
|
1413 |
|
1414 |
-
#: templates/connect.php:
|
1415 |
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1416 |
msgstr "これらのサイトで%sを使う場合は、ライセンスキーを入力し、アクティベーションボタンをクリックしてください。"
|
1417 |
|
1418 |
-
#: templates/connect.php:
|
1419 |
msgid "%s's paid features"
|
1420 |
msgstr "%sの有料機能"
|
1421 |
|
1422 |
-
#: templates/connect.php:
|
1423 |
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1424 |
msgstr "または、今すぐスキップして、%sのネットワークレベルのアカウントページでライセンスを有効にすることもできます。"
|
1425 |
|
1426 |
-
#: templates/connect.php:
|
1427 |
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1428 |
msgstr "アップデートの処理中に、ネットワーク内の%dサイトが対応待ちになっていることを検知しました。"
|
1429 |
|
1430 |
-
#: templates/connect.
|
1431 |
msgid "License key"
|
1432 |
msgstr "ライセンスキー"
|
1433 |
|
1434 |
-
#: templates/connect.
|
1435 |
msgid "Can't find your license key?"
|
1436 |
msgstr "ライセンスキーは見つかりませんか?"
|
1437 |
|
1438 |
-
#: templates/connect.
|
1439 |
#: templates/forms/deactivation/retry-skip.php:20
|
1440 |
msgctxt "verb"
|
1441 |
msgid "Skip"
|
1442 |
msgstr "スキップ"
|
1443 |
|
1444 |
-
#: templates/connect.php:
|
1445 |
msgid "Delegate to Site Admins"
|
1446 |
msgstr "サイト管理者に委任する"
|
1447 |
|
1448 |
-
#: templates/connect.php:
|
1449 |
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1450 |
msgstr "決定をサイトの管理者に委任するにはクリックしてください。"
|
1451 |
|
1452 |
-
#: templates/connect.php:
|
1453 |
msgid "Your Profile Overview"
|
1454 |
msgstr "プロフィール概要"
|
1455 |
|
1456 |
-
#: templates/connect.php:
|
1457 |
msgid "Name and email address"
|
1458 |
msgstr "名前とメールアドレス"
|
1459 |
|
1460 |
-
#: templates/connect.php:
|
1461 |
msgid "Your Site Overview"
|
1462 |
msgstr "サイト概要"
|
1463 |
|
1464 |
-
#: templates/connect.php:
|
1465 |
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1466 |
msgstr "サイト URL、WP バージョン、PHP info、プラグインとテーマ"
|
1467 |
|
1468 |
-
#: templates/connect.php:
|
1469 |
msgid "Admin Notices"
|
1470 |
msgstr "管理者通知"
|
1471 |
|
1472 |
-
#: templates/connect.
|
1473 |
msgid "Updates, announcements, marketing, no spam"
|
1474 |
msgstr "更新、発表、マーケティング、スパムなし"
|
1475 |
|
1476 |
-
#: templates/connect.php:
|
1477 |
msgid "Current %s Events"
|
1478 |
msgstr "現在%sイベント"
|
1479 |
|
1480 |
-
#: templates/connect.php:
|
1481 |
msgid "Activation, deactivation and uninstall"
|
1482 |
msgstr "有効化、無効化、アンインストール"
|
1483 |
|
1484 |
-
#: templates/connect.php:
|
1485 |
msgid "Newsletter"
|
1486 |
msgstr "ニュースレター"
|
1487 |
|
1488 |
-
#: templates/connect.
|
1489 |
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."
|
1490 |
msgstr "%1$sはセキュリティとアプデート、そしてライセンスの状態を確認するため、定期的に%2$sへデータを送信します。"
|
1491 |
|
1492 |
-
#: templates/connect.php:
|
1493 |
msgid "What permissions are being granted?"
|
1494 |
msgstr "付与されているパーミッションは何ですか?"
|
1495 |
|
1496 |
-
#: templates/connect.php:
|
1497 |
msgid "Don't have a license key?"
|
1498 |
msgstr "ライセンスキーをお持ちではありませんか?"
|
1499 |
|
1500 |
-
#: templates/connect.php:
|
1501 |
msgid "Activate Free Version"
|
1502 |
msgstr "フリーバージョンを有効化"
|
1503 |
|
1504 |
-
#: templates/connect.php:
|
1505 |
msgid "Have a license key?"
|
1506 |
msgstr "ライセンスキーはお持ちですか?"
|
1507 |
|
1508 |
-
#: templates/connect.php:
|
1509 |
msgid "Privacy Policy"
|
1510 |
msgstr "プライバシーポリシー"
|
1511 |
|
1512 |
-
#: templates/connect.php:
|
|
|
|
|
|
|
|
|
1513 |
msgid "Terms of Service"
|
1514 |
msgstr "利用規約"
|
1515 |
|
1516 |
-
#: templates/connect.php:
|
1517 |
msgctxt "as in the process of sending an email"
|
1518 |
msgid "Sending email"
|
1519 |
msgstr "メール送信中"
|
1520 |
|
1521 |
-
#: templates/connect.php:
|
1522 |
msgctxt "as activating plugin"
|
1523 |
msgid "Activating"
|
1524 |
msgstr "有効化中"
|
@@ -1546,8 +1647,8 @@ msgctxt "as code debugging"
|
|
1546 |
msgid "Debugging"
|
1547 |
msgstr "デバッグ"
|
1548 |
|
1549 |
-
#: templates/debug.php54, templates/debug.
|
1550 |
-
#: templates/debug.php:
|
1551 |
msgid "Actions"
|
1552 |
msgstr "アクション"
|
1553 |
|
@@ -1571,199 +1672,203 @@ msgstr "アップデートのトランジエントをクリアーにする"
|
|
1571 |
msgid "Sync Data From Server"
|
1572 |
msgstr "サーバーからのデータを同期"
|
1573 |
|
1574 |
-
#: templates/debug.php:
|
|
|
|
|
|
|
|
|
1575 |
msgid "Load DB Option"
|
1576 |
msgstr "DB オプションを読み込む"
|
1577 |
|
1578 |
-
#: templates/debug.php:
|
1579 |
msgid "Set DB Option"
|
1580 |
msgstr "DB オプションを設定する"
|
1581 |
|
1582 |
-
#: templates/debug.php:
|
1583 |
msgid "Key"
|
1584 |
msgstr "キー"
|
1585 |
|
1586 |
-
#: templates/debug.php:
|
1587 |
msgid "Value"
|
1588 |
msgstr "値"
|
1589 |
|
1590 |
-
#: templates/debug.php:
|
1591 |
msgctxt "as software development kit versions"
|
1592 |
msgid "SDK Versions"
|
1593 |
msgstr "SDK バージョン"
|
1594 |
|
1595 |
-
#: templates/debug.php:
|
1596 |
msgid "SDK Path"
|
1597 |
msgstr "SDK のパス"
|
1598 |
|
1599 |
-
#: templates/debug.
|
1600 |
msgid "Module Path"
|
1601 |
msgstr "モジュールのパス"
|
1602 |
|
1603 |
-
#: templates/debug.php:
|
1604 |
msgid "Is Active"
|
1605 |
msgstr "有効"
|
1606 |
|
1607 |
-
#: templates/debug.
|
1608 |
msgid "Plugins"
|
1609 |
msgstr "プラグイン"
|
1610 |
|
1611 |
-
#: templates/debug.
|
1612 |
msgid "Themes"
|
1613 |
msgstr "テーマ"
|
1614 |
|
1615 |
-
#: templates/debug.
|
1616 |
#: templates/debug/scheduled-crons.php:80
|
1617 |
msgid "Slug"
|
1618 |
msgstr "スラッグ"
|
1619 |
|
1620 |
-
#: templates/debug.
|
1621 |
msgid "Title"
|
1622 |
msgstr "タイトル"
|
1623 |
|
1624 |
-
#: templates/debug.php:
|
1625 |
msgctxt "as application program interface"
|
1626 |
msgid "API"
|
1627 |
msgstr "API"
|
1628 |
|
1629 |
-
#: templates/debug.php:
|
1630 |
msgid "Freemius State"
|
1631 |
msgstr "Freemius ステータス"
|
1632 |
|
1633 |
-
#: templates/debug.php:
|
1634 |
msgid "Network Blog"
|
1635 |
msgstr "ネットワークブログ"
|
1636 |
|
1637 |
-
#: templates/debug.php:
|
1638 |
msgid "Network User"
|
1639 |
msgstr "ネットワークユーザ"
|
1640 |
|
1641 |
-
#: templates/debug.php:
|
1642 |
msgctxt "as connection was successful"
|
1643 |
msgid "Connected"
|
1644 |
msgstr "接続"
|
1645 |
|
1646 |
-
#: templates/debug.php:
|
1647 |
msgctxt "as connection blocked"
|
1648 |
msgid "Blocked"
|
1649 |
msgstr "ブロック"
|
1650 |
|
1651 |
-
#: templates/debug.php:
|
1652 |
-
msgid "Simulate Trial"
|
1653 |
-
msgstr "
|
1654 |
|
1655 |
-
#: templates/debug.php:
|
1656 |
msgid "Simulate Network Upgrade"
|
1657 |
msgstr "ネットワークアップグレードをシミュレートする"
|
1658 |
|
1659 |
-
#: templates/debug.php:
|
1660 |
msgid "%s Installs"
|
1661 |
msgstr "%sインストール"
|
1662 |
|
1663 |
-
#: templates/debug.php:
|
1664 |
msgctxt "like websites"
|
1665 |
msgid "Sites"
|
1666 |
msgstr "サイト数"
|
1667 |
|
1668 |
-
#: templates/debug.
|
1669 |
msgid "Blog ID"
|
1670 |
msgstr "ブログ ID"
|
1671 |
|
1672 |
-
#: templates/debug.
|
1673 |
-
#: templates/account/partials/addon.php:
|
1674 |
msgctxt "verb"
|
1675 |
msgid "Delete"
|
1676 |
msgstr "削除"
|
1677 |
|
1678 |
-
#: templates/debug.php:
|
1679 |
msgid "Add Ons of module %s"
|
1680 |
msgstr "モジュールのアドオン%s"
|
1681 |
|
1682 |
-
#: templates/debug.php:
|
1683 |
msgid "Users"
|
1684 |
msgstr "ユーザー"
|
1685 |
|
1686 |
-
#: templates/debug.php:
|
1687 |
msgid "Verified"
|
1688 |
msgstr "認証済み"
|
1689 |
|
1690 |
-
#: templates/debug.php:
|
1691 |
msgid "%s Licenses"
|
1692 |
msgstr "%sラインセス"
|
1693 |
|
1694 |
-
#: templates/debug.php:
|
1695 |
msgid "Plugin ID"
|
1696 |
msgstr "プラグイン ID"
|
1697 |
|
1698 |
-
#: templates/debug.php:
|
1699 |
msgid "Plan ID"
|
1700 |
msgstr "プラン ID"
|
1701 |
|
1702 |
-
#: templates/debug.php:
|
1703 |
msgid "Quota"
|
1704 |
msgstr "クォータ"
|
1705 |
|
1706 |
-
#: templates/debug.php:
|
1707 |
msgid "Activated"
|
1708 |
msgstr "有効化済み"
|
1709 |
|
1710 |
-
#: templates/debug.php:
|
1711 |
msgid "Blocking"
|
1712 |
msgstr "ブロッキング"
|
1713 |
|
1714 |
-
#: templates/debug.php:
|
1715 |
msgctxt "as expiration date"
|
1716 |
msgid "Expiration"
|
1717 |
msgstr "期限切れ"
|
1718 |
|
1719 |
-
#: templates/debug.php:
|
1720 |
msgid "Debug Log"
|
1721 |
msgstr "デバッグログ"
|
1722 |
|
1723 |
-
#: templates/debug.php:
|
1724 |
msgid "All Types"
|
1725 |
msgstr "すべてのタイプ"
|
1726 |
|
1727 |
-
#: templates/debug.php:
|
1728 |
msgid "All Requests"
|
1729 |
msgstr "すべてのリクエスト"
|
1730 |
|
1731 |
-
#: templates/debug.
|
1732 |
#: templates/debug/logger.php:25
|
1733 |
msgid "File"
|
1734 |
msgstr "ファイル"
|
1735 |
|
1736 |
-
#: templates/debug.
|
1737 |
#: templates/debug/logger.php:23
|
1738 |
msgid "Function"
|
1739 |
msgstr "機能"
|
1740 |
|
1741 |
-
#: templates/debug.php:
|
1742 |
msgid "Process ID"
|
1743 |
msgstr "プロセス ID"
|
1744 |
|
1745 |
-
#: templates/debug.php:
|
1746 |
msgid "Logger"
|
1747 |
msgstr "ロガー"
|
1748 |
|
1749 |
-
#: templates/debug.
|
1750 |
#: templates/debug/logger.php:24
|
1751 |
msgid "Message"
|
1752 |
msgstr "メッセージ"
|
1753 |
|
1754 |
-
#: templates/debug.php:
|
1755 |
msgid "Filter"
|
1756 |
msgstr "フィルター"
|
1757 |
|
1758 |
-
#: templates/debug.php:
|
1759 |
msgid "Download"
|
1760 |
msgstr "ダウンロード"
|
1761 |
|
1762 |
-
#: templates/debug.
|
1763 |
msgid "Type"
|
1764 |
msgstr "タイプ"
|
1765 |
|
1766 |
-
#: templates/debug.
|
1767 |
msgid "Timestamp"
|
1768 |
msgstr "タイムスタンプ"
|
1769 |
|
@@ -2114,23 +2219,19 @@ msgstr "使用の追跡は %s をより良くする名目の下に行われて
|
|
2114 |
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2115 |
msgstr "\"オプトアウト\"をクリックすることで、もう %s から %s へのデータの送信は行いません。"
|
2116 |
|
2117 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2118 |
msgid "There is a new version of %s available."
|
2119 |
msgstr "%sの入手可能な新しいバージョンがあります"
|
2120 |
|
2121 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2122 |
-
msgid " %
|
2123 |
-
msgstr "
|
2124 |
|
2125 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2126 |
msgid "New Version Available"
|
2127 |
msgstr "新しいバージョンがあります"
|
2128 |
|
2129 |
-
#: templates/forms/premium-versions-upgrade-handler.php:
|
2130 |
-
msgid "Renew license"
|
2131 |
-
msgstr "ライセンスを更新"
|
2132 |
-
|
2133 |
-
#: templates/forms/premium-versions-upgrade-handler.php:53
|
2134 |
msgctxt "close a window"
|
2135 |
msgid "Dismiss"
|
2136 |
msgstr "却下"
|
@@ -2143,6 +2244,43 @@ msgstr "ライセンスキーを送信"
|
|
2143 |
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2144 |
msgstr "アップグレードに使用したメールアドレスを下に入力してください。そうすれば、ライセンスキーをお送りします。"
|
2145 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2146 |
#: templates/forms/trial-start.php:22
|
2147 |
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2148 |
msgstr "%2$s プランの%1$s日間のフリートライアルを開始するまであとワンクリックです。"
|
@@ -2208,20 +2346,16 @@ msgstr "あと %s"
|
|
2208 |
msgid "Last license"
|
2209 |
msgstr "最新のライセンス"
|
2210 |
|
2211 |
-
#: templates/account/partials/addon.php:
|
2212 |
msgid "Cancelled"
|
2213 |
msgstr "キャンセル"
|
2214 |
|
2215 |
-
#: templates/account/partials/addon.php:
|
2216 |
-
msgid "Expired"
|
2217 |
-
msgstr "期限切れ"
|
2218 |
-
|
2219 |
-
#: templates/account/partials/addon.php:121
|
2220 |
msgid "No expiration"
|
2221 |
msgstr "有効期限なし"
|
2222 |
|
2223 |
-
#: templates/account/partials/addon.
|
2224 |
-
#: templates/account/partials/addon.php:
|
2225 |
msgid "Activate this add-on"
|
2226 |
msgstr "このアドオンを有効化"
|
2227 |
|
@@ -2249,47 +2383,47 @@ msgstr "ご迷惑をおかけしてすいません。もし機会をいただけ
|
|
2249 |
msgid "Contact Support"
|
2250 |
msgstr "サポートに連絡"
|
2251 |
|
2252 |
-
#: templates/forms/deactivation/form.php:
|
2253 |
msgid "Anonymous feedback"
|
2254 |
msgstr "匿名のフィードバック"
|
2255 |
|
2256 |
-
#: templates/forms/deactivation/form.php:
|
2257 |
msgid "Deactivate"
|
2258 |
msgstr "無効化"
|
2259 |
|
2260 |
-
#: templates/forms/deactivation/form.php:
|
2261 |
msgid "Activate %s"
|
2262 |
msgstr "%sを有効化する"
|
2263 |
|
2264 |
-
#: templates/forms/deactivation/form.php:76
|
2265 |
-
msgid "Quick feedback"
|
2266 |
-
msgstr "クイックフィードバック"
|
2267 |
-
|
2268 |
#: templates/forms/deactivation/form.php:80
|
|
|
|
|
|
|
|
|
2269 |
msgid "If you have a moment, please let us know why you are %s"
|
2270 |
msgstr "お時間があれば、なぜ%sするのか理由を教えてください。"
|
2271 |
|
2272 |
-
#: templates/forms/deactivation/form.php:
|
2273 |
msgid "deactivating"
|
2274 |
msgstr "無効化中"
|
2275 |
|
2276 |
-
#: templates/forms/deactivation/form.php:
|
2277 |
msgid "switching"
|
2278 |
msgstr "変更中"
|
2279 |
|
2280 |
-
#: templates/forms/deactivation/form.php:
|
2281 |
msgid "Submit & %s"
|
2282 |
msgstr "送信と%s"
|
2283 |
|
2284 |
-
#: templates/forms/deactivation/form.php:
|
2285 |
msgid "Kindly tell us the reason so we can improve."
|
2286 |
msgstr "改善できるよう、どうか理由を教えてください。"
|
2287 |
|
2288 |
-
#: templates/forms/deactivation/form.php:
|
2289 |
msgid "Yes - %s"
|
2290 |
msgstr "はい"
|
2291 |
|
2292 |
-
#: templates/forms/deactivation/form.php:
|
2293 |
msgid "Skip & %s"
|
2294 |
msgstr "スキップと%s"
|
2295 |
|
1 |
+
# Copyright (C) 2019 freemius
|
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 ""
|
9 |
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: 2018-11-25 07:22+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"
|
24 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
25 |
"X-Poedit-SourceCharset: UTF-8\n"
|
26 |
|
27 |
+
#: includes/class-freemius.php:1688
|
28 |
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
29 |
msgstr "Freemius SDK がプラグインのメインファイルを見つけることができませんでした。現在のエラーを添えて sdk@freemius.com に連絡してください。"
|
30 |
|
31 |
+
#: includes/class-freemius.php:1690
|
32 |
msgid "Error"
|
33 |
msgstr "エラー"
|
34 |
|
35 |
+
#: includes/class-freemius.php:2011
|
36 |
msgid "I found a better %s"
|
37 |
msgstr "より良い %sを見つけました"
|
38 |
|
39 |
+
#: includes/class-freemius.php:2013
|
40 |
msgid "What's the %s's name?"
|
41 |
msgstr "%sの名前は何ですか?"
|
42 |
|
43 |
+
#: includes/class-freemius.php:2019
|
44 |
msgid "It's a temporary %s. I'm just debugging an issue."
|
45 |
msgstr "%sは一時的なものです。現在この問題をデバッグ中です。"
|
46 |
|
47 |
+
#: includes/class-freemius.php:2021
|
48 |
msgid "Deactivation"
|
49 |
msgstr "無効化"
|
50 |
|
51 |
+
#: includes/class-freemius.php:2022
|
52 |
msgid "Theme Switch"
|
53 |
msgstr "テーマ変更"
|
54 |
|
55 |
+
#: includes/class-freemius.php2031, templates/forms/resend-key.php:24
|
56 |
msgid "Other"
|
57 |
msgstr "その他"
|
58 |
|
59 |
+
#: includes/class-freemius.php:2039
|
60 |
msgid "I no longer need the %s"
|
61 |
msgstr "%sはもう不要です"
|
62 |
|
63 |
+
#: includes/class-freemius.php:2046
|
64 |
msgid "I only needed the %s for a short period"
|
65 |
msgstr "短期間だけ %sが 必要です。"
|
66 |
|
67 |
+
#: includes/class-freemius.php:2052
|
68 |
msgid "The %s broke my site"
|
69 |
msgstr "%s の影響でサイトを崩れました"
|
70 |
|
71 |
+
#: includes/class-freemius.php:2059
|
72 |
msgid "The %s suddenly stopped working"
|
73 |
msgstr "%s の動作が突然停止しました"
|
74 |
|
75 |
+
#: includes/class-freemius.php:2069
|
76 |
msgid "I can't pay for it anymore"
|
77 |
msgstr "もう払うことができません"
|
78 |
|
79 |
+
#: includes/class-freemius.php:2071
|
80 |
msgid "What price would you feel comfortable paying?"
|
81 |
msgstr " 支払ってもよいと思う価格はいくらですか?"
|
82 |
|
83 |
+
#: includes/class-freemius.php:2077
|
84 |
msgid "I don't like to share my information with you"
|
85 |
msgstr "自分の情報を共有したくありません"
|
86 |
|
87 |
+
#: includes/class-freemius.php:2098
|
88 |
msgid "The %s didn't work"
|
89 |
msgstr "%s が動作しませんでした"
|
90 |
|
91 |
+
#: includes/class-freemius.php:2108
|
92 |
msgid "I couldn't understand how to make it work"
|
93 |
msgstr "どうしたら動作するか分かりませんでした。"
|
94 |
|
95 |
+
#: includes/class-freemius.php:2116
|
96 |
msgid "The %s is great, but I need specific feature that you don't support"
|
97 |
msgstr "%s は素晴らしいのですが、サポートされていないある機能が必要です"
|
98 |
|
99 |
+
#: includes/class-freemius.php:2118
|
100 |
msgid "What feature?"
|
101 |
msgstr "何の機能ですか?"
|
102 |
|
103 |
+
#: includes/class-freemius.php:2122
|
104 |
msgid "The %s is not working"
|
105 |
msgstr "%s が動作していません"
|
106 |
|
107 |
+
#: includes/class-freemius.php:2124
|
108 |
msgid "Kindly share what didn't work so we can fix it for future users..."
|
109 |
msgstr "将来のユーザーのために修正できるよう、何が動作しなかったのかどうか共有してください…"
|
110 |
|
111 |
+
#: includes/class-freemius.php:2128
|
112 |
msgid "It's not what I was looking for"
|
113 |
msgstr "探していたものではありません"
|
114 |
|
115 |
+
#: includes/class-freemius.php:2130
|
116 |
msgid "What you've been looking for?"
|
117 |
msgstr "探していたのは何ですか?"
|
118 |
|
119 |
+
#: includes/class-freemius.php:2134
|
120 |
msgid "The %s didn't work as expected"
|
121 |
msgstr "%sが期待通りに動きませんでした "
|
122 |
|
123 |
+
#: includes/class-freemius.php:2136
|
124 |
msgid "What did you expect?"
|
125 |
msgstr "何を期待していましたか?"
|
126 |
|
127 |
+
#: includes/class-freemius.php2942, templates/debug.php:20
|
128 |
msgid "Freemius Debug"
|
129 |
msgstr "Freemius デバッグ"
|
130 |
|
131 |
+
#: includes/class-freemius.php:3670
|
132 |
msgid "I don't know what is cURL or how to install it, help me!"
|
133 |
msgstr "cURL がなにか、そのインストール方法を知りません。助けてください。"
|
134 |
|
135 |
+
#: includes/class-freemius.php:3672
|
136 |
msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
137 |
msgstr "ホスティング会社に連絡して問題を解決してください。 更新が完了したら、 %s へのフォローアップメールが届きます。"
|
138 |
|
139 |
+
#: includes/class-freemius.php:3679
|
140 |
msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
141 |
msgstr "すばらしい。cURL をインストールし、 php.ini ファイルで有効化してください。加えて、php.ini 内で 'disable_functions' ディレクティブを検索して、'curl_' で始まる無効化されたメソッドを削除してください。'phpinfo()' を使って正常に起動されたことを確認してください。有効化されている場合は %s を一度無効化し、再度有効化し直してください。"
|
142 |
|
143 |
+
#: includes/class-freemius.php:3784
|
144 |
msgid "Yes - do your thing"
|
145 |
msgstr "はい - お構いなく"
|
146 |
|
147 |
+
#: includes/class-freemius.php:3789
|
148 |
msgid "No - just deactivate"
|
149 |
msgstr "いいえ - すぐに無効化"
|
150 |
|
151 |
+
#: includes/class-freemius.php3834, includes/class-freemius.php4343,
|
152 |
+
#: includes/class-freemius.php5442, includes/class-freemius.php11545,
|
153 |
+
#: includes/class-freemius.php14916, includes/class-freemius.php14968,
|
154 |
+
#: includes/class-freemius.php15030, includes/class-freemius.php17263,
|
155 |
+
#: includes/class-freemius.php17273, includes/class-freemius.php17882,
|
156 |
+
#: includes/class-freemius.php18742, includes/class-freemius.php18857,
|
157 |
+
#: includes/class-freemius.php19001, templates/add-ons.php:43
|
158 |
msgctxt "exclamation"
|
159 |
msgid "Oops"
|
160 |
msgstr "おっと"
|
161 |
|
162 |
+
#: includes/class-freemius.php:3903
|
163 |
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."
|
164 |
msgstr "修正するチャンスをいただきありがとうございます! テクニカルスタッフにメッセージが送信されました。 %s への更新が行われるとすぐにあなたに連絡します。 あなたの忍耐に感謝します。"
|
165 |
|
166 |
+
#: includes/class-freemius.php:4340
|
167 |
msgctxt "addonX cannot run without pluginY"
|
168 |
msgid "%s cannot run without %s."
|
169 |
msgstr "%s は、%s が無いと実行することができません。"
|
170 |
|
171 |
+
#: includes/class-freemius.php:4341
|
172 |
msgctxt "addonX cannot run..."
|
173 |
msgid "%s cannot run without the plugin."
|
174 |
msgstr "%s は、プラグインが無いと実行することができません。"
|
175 |
|
176 |
+
#: includes/class-freemius.php4487, includes/class-freemius.php4512,
|
177 |
+
#: includes/class-freemius.php:17953
|
178 |
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
179 |
msgstr "予期しない API エラーです。%sの作者に次のエラーを連絡してください。"
|
180 |
|
181 |
+
#: includes/class-freemius.php:5130
|
182 |
msgid "Premium %s version was successfully activated."
|
183 |
msgstr "プレミアムバージョンの %sは有効化に成功しました。"
|
184 |
|
185 |
+
#: includes/class-freemius.php5142, includes/class-freemius.php:7004
|
186 |
msgctxt ""
|
187 |
msgid "W00t"
|
188 |
msgstr "やったー"
|
189 |
|
190 |
+
#: includes/class-freemius.php:5157
|
191 |
msgid "You have a %s license."
|
192 |
msgstr "%s ライセンスを持っています。"
|
193 |
|
194 |
+
#: includes/class-freemius.php5161, includes/class-freemius.php14337,
|
195 |
+
#: includes/class-freemius.php14348, includes/class-freemius.php17177,
|
196 |
+
#: includes/class-freemius.php17491, includes/class-freemius.php17557,
|
197 |
+
#: includes/class-freemius.php:17707
|
198 |
msgctxt "interjection expressing joy or exuberance"
|
199 |
msgid "Yee-haw"
|
200 |
msgstr "ヤッホー"
|
201 |
|
202 |
+
#: includes/class-freemius.php:5425
|
203 |
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."
|
204 |
msgstr "%s の無料試用が正常にキャンセルされました。 アドオンはプレミアムなので、自動的に無効化されました。 将来使用したい場合は、ライセンスを購入する必要があります。"
|
205 |
|
206 |
+
#: includes/class-freemius.php:5429
|
207 |
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
208 |
msgstr "%s はプレミアムのみのアドオンです。そのプラグインを有効化する前にライセンスを購入する必要があります。"
|
209 |
|
210 |
+
#: includes/class-freemius.php5438, templates/add-ons.php103,
|
211 |
+
#: templates/account/partials/addon.php:288
|
212 |
msgid "More information about %s"
|
213 |
msgstr "%s に関する詳細情報"
|
214 |
|
215 |
+
#: includes/class-freemius.php:5439
|
216 |
msgid "Purchase License"
|
217 |
msgstr "ライセンスを購入"
|
218 |
|
219 |
+
#: includes/class-freemius.php6372, templates/connect.php:163
|
220 |
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."
|
221 |
msgstr "%s のメールボックスに %s の有効化のメールを受け取っているはずです。%s のメールに記載された有効化ボタンをクリックしてください。"
|
222 |
|
223 |
+
#: includes/class-freemius.php:6376
|
224 |
msgid "start the trial"
|
225 |
msgstr "トライアルを開始"
|
226 |
|
227 |
+
#: includes/class-freemius.php6377, templates/connect.php:167
|
228 |
msgid "complete the install"
|
229 |
msgstr "インストールを完了"
|
230 |
|
231 |
+
#: includes/class-freemius.php:6490
|
232 |
msgid "You are just one step away - %s"
|
233 |
msgstr "もうあとわずかです - %s"
|
234 |
|
235 |
+
#: includes/class-freemius.php:6493
|
236 |
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
237 |
msgid "Complete \"%s\" Activation Now"
|
238 |
msgstr "すぐに \"%s\" 有効化を完了してください"
|
239 |
|
240 |
+
#: includes/class-freemius.php:6571
|
241 |
msgid "We made a few tweaks to the %s, %s"
|
242 |
msgstr "プラグインを微調整します、 %s, %s"
|
243 |
|
244 |
+
#: includes/class-freemius.php:6575
|
245 |
+
msgid "Opt in to make \"%s\" better!"
|
246 |
+
msgstr "Opt in to make \"%s\" better!"
|
247 |
|
248 |
+
#: includes/class-freemius.php:7003
|
249 |
msgid "The upgrade of %s was successfully completed."
|
250 |
msgstr "%s のアップグレードが完了しました。"
|
251 |
|
252 |
+
#: includes/class-freemius.php8925, includes/class-fs-plugin-updater.php886,
|
253 |
+
#: includes/class-fs-plugin-updater.php1081,
|
254 |
+
#: includes/class-fs-plugin-updater.php1088,
|
255 |
+
#: templates/auto-installation.php:32
|
256 |
msgid "Add-On"
|
257 |
msgstr "アドオン"
|
258 |
|
259 |
+
#: includes/class-freemius.php8927, templates/debug.php359,
|
260 |
+
#: templates/debug.php:520
|
261 |
msgid "Plugin"
|
262 |
msgstr "プラグイン"
|
263 |
|
264 |
+
#: includes/class-freemius.php8928, templates/debug.php359,
|
265 |
+
#: templates/debug.php520, templates/forms/deactivation/form.php:67
|
266 |
msgid "Theme"
|
267 |
msgstr "テーマ"
|
268 |
|
269 |
+
#: includes/class-freemius.php:11412
|
270 |
+
msgid "Invalid site details collection."
|
271 |
+
msgstr "Invalid site details collection."
|
272 |
|
273 |
+
#: includes/class-freemius.php:11532
|
274 |
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
275 |
msgstr "システムではメールアドレスを見つけることができませんでした。メールアドレスが正しいか確認してください。"
|
276 |
|
277 |
+
#: includes/class-freemius.php:11534
|
278 |
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
279 |
msgstr "メールアドレスに関連付けられた有効なライセンスが見つかりません。メールアドレスが正しいか確認してください。"
|
280 |
|
281 |
+
#: includes/class-freemius.php:11808
|
282 |
msgid "Account is pending activation."
|
283 |
msgstr "アカウントは有効化待ちです。"
|
284 |
|
285 |
+
#: includes/class-freemius.php11920,
|
286 |
+
#: templates/forms/premium-versions-upgrade-handler.php:47
|
287 |
+
msgid "Buy a license now"
|
288 |
+
msgstr "Buy a license now"
|
289 |
+
|
290 |
+
#: includes/class-freemius.php11932,
|
291 |
+
#: templates/forms/premium-versions-upgrade-handler.php:46
|
292 |
+
msgid "Renew your license now"
|
293 |
+
msgstr "Renew your license now"
|
294 |
+
|
295 |
+
#: includes/class-freemius.php:11936
|
296 |
+
msgid "%s to access version %s security & feature updates, and support."
|
297 |
+
msgstr "%s to access version %s security & feature updates, and support."
|
298 |
+
|
299 |
+
#: includes/class-freemius.php:14319
|
300 |
msgid "%s activation was successfully completed."
|
301 |
msgstr "%s の有効化が成功しました。"
|
302 |
|
303 |
+
#: includes/class-freemius.php:14333
|
304 |
msgid "Your account was successfully activated with the %s plan."
|
305 |
msgstr "アカウントが %s プランで有効化できました。"
|
306 |
|
307 |
+
#: includes/class-freemius.php14344, includes/class-freemius.php:17553
|
308 |
msgid "Your trial has been successfully started."
|
309 |
msgstr "トライアル版の利用を開始しました。"
|
310 |
|
311 |
+
#: includes/class-freemius.php14914, includes/class-freemius.php14966,
|
312 |
+
#: includes/class-freemius.php:15028
|
313 |
msgid "Couldn't activate %s."
|
314 |
msgstr "%s を有効化できません。"
|
315 |
|
316 |
+
#: includes/class-freemius.php14915, includes/class-freemius.php14967,
|
317 |
+
#: includes/class-freemius.php:15029
|
318 |
msgid "Please contact us with the following message:"
|
319 |
msgstr "以下のメッセージとともに私たちに連絡をください。"
|
320 |
|
321 |
+
#: includes/class-freemius.php15378, includes/class-freemius.php:19839
|
322 |
msgid "Upgrade"
|
323 |
msgstr "アップグレード"
|
324 |
|
325 |
+
#: includes/class-freemius.php:15384
|
326 |
msgid "Start Trial"
|
327 |
msgstr "トライアルを開始"
|
328 |
|
329 |
+
#: includes/class-freemius.php:15386
|
330 |
msgid "Pricing"
|
331 |
msgstr "料金表"
|
332 |
|
333 |
+
#: includes/class-freemius.php15448, includes/class-freemius.php:15450
|
334 |
msgid "Affiliation"
|
335 |
msgstr "アフィリエイト"
|
336 |
|
337 |
+
#: includes/class-freemius.php15478, includes/class-freemius.php15480,
|
338 |
+
#: templates/account.php150, templates/debug.php:324
|
339 |
msgid "Account"
|
340 |
msgstr "アカウント"
|
341 |
|
342 |
+
#: includes/class-freemius.php15493, includes/class-freemius.php15495,
|
343 |
#: includes/customizer/class-fs-customizer-support-section.php:60
|
344 |
msgid "Contact Us"
|
345 |
msgstr "連絡"
|
346 |
|
347 |
+
#: includes/class-freemius.php15505, includes/class-freemius.php15507,
|
348 |
+
#: includes/class-freemius.php19849, templates/account.php100,
|
349 |
+
#: templates/account/partials/addon.php:41
|
350 |
msgid "Add-Ons"
|
351 |
msgstr "アドオン"
|
352 |
|
353 |
+
#: includes/class-freemius.php:15541
|
354 |
+
msgctxt "ASCII arrow left icon"
|
355 |
+
msgid "←"
|
356 |
+
msgstr "←"
|
357 |
+
|
358 |
+
#: includes/class-freemius.php:15541
|
359 |
+
msgctxt "ASCII arrow right icon"
|
360 |
+
msgid "➤"
|
361 |
+
msgstr "➤"
|
362 |
+
|
363 |
+
#: includes/class-freemius.php15543, templates/pricing.php:97
|
364 |
msgctxt "noun"
|
365 |
msgid "Pricing"
|
366 |
msgstr "料金表"
|
367 |
|
368 |
+
#: includes/class-freemius.php15756,
|
369 |
#: includes/customizer/class-fs-customizer-support-section.php:67
|
370 |
msgid "Support Forum"
|
371 |
msgstr "サポートフォーラム"
|
372 |
|
373 |
+
#: includes/class-freemius.php:16542
|
374 |
msgid "Your email has been successfully verified - you are AWESOME!"
|
375 |
msgstr "あなたのメールアドレスの承認が完了しました。すごい!"
|
376 |
|
377 |
+
#: includes/class-freemius.php:16543
|
378 |
msgctxt "a positive response"
|
379 |
msgid "Right on"
|
380 |
msgstr "そうだ"
|
381 |
|
382 |
+
#: includes/class-freemius.php:17168
|
383 |
msgid "Your %s Add-on plan was successfully upgraded."
|
384 |
msgstr "%s のアドオンのプランのアップグレードが完了しました。"
|
385 |
|
386 |
+
#: includes/class-freemius.php:17170
|
387 |
msgid "%s Add-on was successfully purchased."
|
388 |
msgstr "%s のアドオンの支払いが完了しました。"
|
389 |
|
390 |
+
#: includes/class-freemius.php:17173
|
391 |
msgid "Download the latest version"
|
392 |
msgstr "最新版をダウンロード"
|
393 |
|
394 |
+
#: includes/class-freemius.php:17259
|
395 |
msgctxt "%1s - plugin title, %2s - API domain"
|
396 |
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
397 |
msgstr "サーバーは %1s の同期に不可欠な Freemius の API へのアクセスをブロックしています。 ホワイトリストに %2s を追加していただけるようあなたのホスティング会社に連絡してください。"
|
398 |
|
399 |
+
#: includes/class-freemius.php17262, includes/class-freemius.php17678,
|
400 |
+
#: includes/class-freemius.php:17755
|
401 |
msgid "Error received from the server:"
|
402 |
msgstr "サーバーからエラーを受信しました。"
|
403 |
|
404 |
+
#: includes/class-freemius.php:17272
|
405 |
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
406 |
msgstr "認証パラメータの1つが間違っているようです。 公開鍵、秘密鍵、ユーザーIDを更新して、もう一度お試しください。"
|
407 |
|
408 |
+
#: includes/class-freemius.php17454, includes/class-freemius.php17683,
|
409 |
+
#: includes/class-freemius.php17726, includes/class-freemius.php:17829
|
410 |
msgctxt ""
|
411 |
msgid "Hmm"
|
412 |
msgstr "ふむ"
|
413 |
|
414 |
+
#: includes/class-freemius.php:17467
|
415 |
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."
|
416 |
msgstr "まだ %s プランのようです。もしアップグレードやプランの変更をしたのなら、こちらで何らかの問題が発生しているようです。申し訳ありません。"
|
417 |
|
418 |
+
#: includes/class-freemius.php17468, templates/account.php102,
|
419 |
+
#: templates/add-ons.php134, templates/account/partials/addon.php:43
|
420 |
msgctxt "trial period"
|
421 |
msgid "Trial"
|
422 |
msgstr "トライアル"
|
423 |
|
424 |
+
#: includes/class-freemius.php:17473
|
425 |
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
426 |
msgstr "アカウントをアップグレードしましたが、ライセンスを同期しようとするとプランが %s のままです。"
|
427 |
|
428 |
+
#: includes/class-freemius.php17477, includes/class-freemius.php:17535
|
429 |
msgid "Please contact us here"
|
430 |
msgstr "こちらで私たちに連絡をとってください。"
|
431 |
|
432 |
+
#: includes/class-freemius.php:17487
|
433 |
msgid "Your plan was successfully upgraded."
|
434 |
msgstr "プランのアップグレードが成功しました。"
|
435 |
|
436 |
+
#: includes/class-freemius.php:17505
|
437 |
msgid "Your plan was successfully changed to %s."
|
438 |
msgstr "プランの %s への変更が成功しました。"
|
439 |
|
440 |
+
#: includes/class-freemius.php:17521
|
441 |
msgid "Your license has expired. You can still continue using the free %s forever."
|
442 |
msgstr "ライセンスの有効期限が切れました。無料バージョンの%s は引き続き利用できます。"
|
443 |
|
444 |
+
#: includes/class-freemius.php:17523
|
445 |
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
446 |
msgstr "ライセンスの有効期限が切れました。 %1$s %3$sに邪魔されずに利用を継続するには,今すぐ%2$sアップグレードを行ってください。"
|
447 |
|
448 |
+
#: includes/class-freemius.php:17531
|
449 |
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
450 |
msgstr "ライセンスはキャンセルされました。もしそれが間違いだと思うならサポートに連絡してください。"
|
451 |
|
452 |
+
#: includes/class-freemius.php:17544
|
453 |
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."
|
454 |
msgstr "ライセンスは有効期限がきれました。%s の機能を引き続き利用することができます。ただし、アップデートやサポートをうけるにはライセンスをアップデートする必要があります。"
|
455 |
|
456 |
+
#: includes/class-freemius.php:17567
|
457 |
msgid "Your free trial has expired. You can still continue using all our free features."
|
458 |
msgstr "フリートライアル期間が終了しました。無料で使える機能は引き続き利用可能です。"
|
459 |
|
460 |
+
#: includes/class-freemius.php:17569
|
461 |
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
462 |
msgstr "フリートライアル期間が終了しました。%1$s %3$sに邪魔されずに利用を継続するには,今すぐ %2$s のアップグレードを行ってください。"
|
463 |
|
464 |
+
#: includes/class-freemius.php:17674
|
465 |
msgid "It looks like the license could not be activated."
|
466 |
msgstr "ライセンスの有効化ができませんでした。"
|
467 |
|
468 |
+
#: includes/class-freemius.php:17704
|
469 |
msgid "Your license was successfully activated."
|
470 |
msgstr "ライセンスの有効化が成功しました。"
|
471 |
|
472 |
+
#: includes/class-freemius.php:17730
|
473 |
msgid "It looks like your site currently doesn't have an active license."
|
474 |
msgstr "サイトは有効なライセンスを持っていないようです。"
|
475 |
|
476 |
+
#: includes/class-freemius.php:17754
|
477 |
msgid "It looks like the license deactivation failed."
|
478 |
msgstr "ライセンスの無効化ができませんでした。"
|
479 |
|
480 |
+
#: includes/class-freemius.php:17782
|
481 |
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
482 |
msgstr "ライセンスの無効化が完了しました。%s プランに戻りました。"
|
483 |
|
484 |
+
#: includes/class-freemius.php:17783
|
485 |
msgid "O.K"
|
486 |
msgstr "O.K"
|
487 |
|
488 |
+
#: includes/class-freemius.php:17836
|
489 |
+
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
490 |
+
msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
491 |
|
492 |
+
#: includes/class-freemius.php:17845
|
493 |
+
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
494 |
+
msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
495 |
|
496 |
+
#: includes/class-freemius.php:17887
|
497 |
msgid "You are already running the %s in a trial mode."
|
498 |
msgstr "すでに%sをトライアルモードで利用中です。"
|
499 |
|
500 |
+
#: includes/class-freemius.php:17898
|
501 |
msgid "You already utilized a trial before."
|
502 |
msgstr "以前すでに試用版を利用しました。"
|
503 |
|
504 |
+
#: includes/class-freemius.php:17912
|
505 |
msgid "Plan %s do not exist, therefore, can't start a trial."
|
506 |
msgstr "%s プランは存在しないため、試用を開始できません。"
|
507 |
|
508 |
+
#: includes/class-freemius.php:17923
|
509 |
msgid "Plan %s does not support a trial period."
|
510 |
msgstr "%s プランにはトライアル期間はありません。"
|
511 |
|
512 |
+
#: includes/class-freemius.php:17934
|
513 |
msgid "None of the %s's plans supports a trial period."
|
514 |
msgstr "%sのプランにはトライアル期間はありません。"
|
515 |
|
516 |
+
#: includes/class-freemius.php:17984
|
517 |
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
518 |
msgstr "すでにトライアルモードではないようなので、キャンセルする必要はありません :)"
|
519 |
|
520 |
+
#: includes/class-freemius.php:18020
|
|
|
|
|
|
|
|
|
521 |
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
522 |
msgstr "トライアルのキャンセルに一時的な問題がありました。数分後に再度お試しください。"
|
523 |
|
524 |
+
#: includes/class-freemius.php:18039
|
525 |
+
msgid "Your %s free trial was successfully cancelled."
|
526 |
+
msgstr "%s のフリートライアルはキャンセルされました。"
|
527 |
+
|
528 |
+
#: includes/class-freemius.php:18346
|
529 |
msgid "Version %s was released."
|
530 |
msgstr "バージョン %s をリリースしました。"
|
531 |
|
532 |
+
#: includes/class-freemius.php:18346
|
533 |
msgid "Please download %s."
|
534 |
msgstr "%s をダウンロードしてください。"
|
535 |
|
536 |
+
#: includes/class-freemius.php:18353
|
537 |
msgid "the latest %s version here"
|
538 |
msgstr "最新の %s バージョンはこちらです。"
|
539 |
|
540 |
+
#: includes/class-freemius.php:18358
|
541 |
msgid "New"
|
542 |
msgstr "新規"
|
543 |
|
544 |
+
#: includes/class-freemius.php:18363
|
545 |
msgid "Seems like you got the latest release."
|
546 |
msgstr "最新版を取得できました。"
|
547 |
|
548 |
+
#: includes/class-freemius.php:18364
|
549 |
msgid "You are all good!"
|
550 |
msgstr "すべて完璧です!"
|
551 |
|
552 |
+
#: includes/class-freemius.php:18632
|
553 |
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
554 |
msgstr "%s に確認メールを送信しました。もし5分以内にそれが届かない場合、迷惑メールボックスを確認してください。"
|
555 |
|
556 |
+
#: includes/class-freemius.php:18769
|
557 |
msgid "Site successfully opted in."
|
558 |
msgstr "サイトのオプトインに成功しました。"
|
559 |
|
560 |
+
#: includes/class-freemius.php18770, includes/class-freemius.php:19581
|
561 |
msgid "Awesome"
|
562 |
msgstr "すごい!"
|
563 |
|
564 |
+
#: includes/class-freemius.php18786, templates/forms/optout.php:32
|
565 |
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
566 |
msgstr "使用データを追跡できるよう許可してくれたことで、%s をより良くするための手助けに感謝致します。"
|
567 |
|
568 |
+
#: includes/class-freemius.php:18787
|
569 |
msgid "Thank you!"
|
570 |
msgstr "ありがとうございます!"
|
571 |
|
572 |
+
#: includes/class-freemius.php:18794
|
573 |
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
574 |
msgstr "もう%s上の%sから%sへのデータ送信は行いません。"
|
575 |
|
576 |
+
#: includes/class-freemius.php:18923
|
577 |
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."
|
578 |
msgstr "メールボックスを確認してください。所有権の変更を確認するには、%s でメールを受け取る必要があります。 セキュリティ上の理由から、次の15分以内に変更を確認する必要があります。 電子メールが見つからない場合は、迷惑メールフォルダを確認してください。"
|
579 |
|
580 |
+
#: includes/class-freemius.php:18929
|
581 |
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
582 |
msgstr "所有権の変更を確認していただきありがとうございます。 %s に承認メールが送信されました。"
|
583 |
|
584 |
+
#: includes/class-freemius.php:18934
|
585 |
msgid "%s is the new owner of the account."
|
586 |
msgstr "%s は新しいオーナーです。"
|
587 |
|
588 |
+
#: includes/class-freemius.php:18936
|
589 |
msgctxt "as congratulations"
|
590 |
msgid "Congrats"
|
591 |
msgstr "おめでとう"
|
592 |
|
593 |
+
#: includes/class-freemius.php:18956
|
594 |
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
595 |
msgstr "メールアドレスのアップデートを完了できませんでした。他のユーザーがすでに同じメールアドレスで登録しているようです。"
|
596 |
|
597 |
+
#: includes/class-freemius.php:18957
|
598 |
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
599 |
msgstr "%sの所有権を%sへ譲りたい場合は、所有権の変更ボタンをクリックしてください。"
|
600 |
|
601 |
+
#: includes/class-freemius.php:18964
|
602 |
msgid "Change Ownership"
|
603 |
msgstr "オーナーを変更"
|
604 |
|
605 |
+
#: includes/class-freemius.php:18972
|
606 |
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
607 |
msgstr "メールアドレスのアップデートが完了しました。まもなく確認メールが届きます。"
|
608 |
|
609 |
+
#: includes/class-freemius.php:18984
|
610 |
msgid "Please provide your full name."
|
611 |
msgstr "フルネームを入力してください。"
|
612 |
|
613 |
+
#: includes/class-freemius.php:18989
|
614 |
msgid "Your name was successfully updated."
|
615 |
msgstr "名前のアップデートが成功しました。"
|
616 |
|
617 |
+
#: includes/class-freemius.php:19050
|
618 |
msgid "You have successfully updated your %s."
|
619 |
msgstr "%s のアップデートが成功しました。"
|
620 |
|
621 |
+
#: includes/class-freemius.php:19190
|
622 |
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
623 |
msgstr "%s のアドオンに関する情報は、外部サーバーから取得されます。"
|
624 |
|
625 |
+
#: includes/class-freemius.php:19191
|
626 |
msgctxt "advance notice of something that will need attention."
|
627 |
msgid "Heads up"
|
628 |
msgstr "警告"
|
629 |
|
630 |
+
#: includes/class-freemius.php:19621
|
631 |
msgctxt "exclamation"
|
632 |
msgid "Hey"
|
633 |
msgstr "ヘイ"
|
634 |
|
635 |
+
#: includes/class-freemius.php:19621
|
636 |
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
637 |
msgstr "%s はどうですか? 私たちの全ての %s のプレミアム機能をお試しください。"
|
638 |
|
639 |
+
#: includes/class-freemius.php:19629
|
640 |
msgid "No commitment for %s days - cancel anytime!"
|
641 |
msgstr "%s 日以内であればいつでもキャンセルできます。"
|
642 |
|
643 |
+
#: includes/class-freemius.php:19630
|
644 |
msgid "No credit card required"
|
645 |
msgstr "クレジットカードは必要ありません。"
|
646 |
|
647 |
+
#: includes/class-freemius.php19637, templates/forms/trial-start.php:53
|
648 |
msgctxt "call to action"
|
649 |
msgid "Start free trial"
|
650 |
msgstr "フリートライアルを開始"
|
651 |
|
652 |
+
#: includes/class-freemius.php:19714
|
653 |
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!"
|
654 |
msgstr "こんにちは。%sにアフィリエイトプログラムがあるのはご存知でしたか? %sがお好きなら、私たちのアンバサダーになって報酬を得ましょう!"
|
655 |
|
656 |
+
#: includes/class-freemius.php:19723
|
657 |
msgid "Learn more"
|
658 |
msgstr "詳細はこちら"
|
659 |
|
660 |
+
#: includes/class-freemius.php19873, templates/account.php406,
|
661 |
+
#: templates/account.php509, templates/connect.php171,
|
662 |
+
#: templates/connect.php421, templates/forms/license-activation.php24,
|
663 |
+
#: templates/account/partials/addon.php:235
|
664 |
msgid "Activate License"
|
665 |
msgstr "ライセンスを有効化"
|
666 |
|
667 |
+
#: includes/class-freemius.php19874, templates/account.php469,
|
668 |
+
#: templates/account.php508, templates/account/partials/site.php:256
|
669 |
msgid "Change License"
|
670 |
msgstr "ライセンスを変更"
|
671 |
|
672 |
+
#: includes/class-freemius.php19956, templates/account/partials/site.php:161
|
673 |
msgid "Opt Out"
|
674 |
msgstr "オプトアウト"
|
675 |
|
676 |
+
#: includes/class-freemius.php19958, includes/class-freemius.php19963,
|
677 |
#: templates/account/partials/site.php43,
|
678 |
#: templates/account/partials/site.php:161
|
679 |
msgid "Opt In"
|
680 |
msgstr "オプトイン"
|
681 |
|
682 |
+
#: includes/class-freemius.php:20187
|
683 |
+
msgid " The paid version of %1s is already installed. Please activate it to start benefiting the %2s features. %3s"
|
684 |
+
msgstr " The paid version of %1s is already installed. Please activate it to start benefiting the %2s features. %3s"
|
685 |
+
|
686 |
+
#: includes/class-freemius.php:20195
|
687 |
+
msgid "Activate %s features"
|
688 |
+
msgstr "Activate %s features"
|
689 |
+
|
690 |
+
#: includes/class-freemius.php:20208
|
691 |
msgid "Please follow these steps to complete the upgrade"
|
692 |
msgstr "アップグレードを完了するには以下の手順を完了させてください。"
|
693 |
|
694 |
+
#: includes/class-freemius.php:20212
|
695 |
msgid "Download the latest %s version"
|
696 |
msgstr "最新の %s をダウンロード"
|
697 |
|
698 |
+
#: includes/class-freemius.php:20216
|
699 |
msgid "Upload and activate the downloaded version"
|
700 |
msgstr "ダウンロードしたバージョンをアップロードして有効化"
|
701 |
|
702 |
+
#: includes/class-freemius.php:20218
|
703 |
msgid "How to upload and activate?"
|
704 |
msgstr "アップロードと有効化の方法"
|
705 |
|
706 |
+
#: includes/class-freemius.php:20352
|
707 |
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
708 |
msgstr "%sここをクリックして%s ライセンスを有効化したいサイトを選択してください。"
|
709 |
|
710 |
+
#: includes/class-freemius.php:20513
|
711 |
msgid "Auto installation only works for opted-in users."
|
712 |
msgstr "自動インストールはオプトインしたユーザのみで動作します。"
|
713 |
|
714 |
+
#: includes/class-freemius.php20523, includes/class-freemius.php20556,
|
715 |
+
#: includes/class-fs-plugin-updater.php1060,
|
716 |
+
#: includes/class-fs-plugin-updater.php:1074
|
717 |
msgid "Invalid module ID."
|
718 |
msgstr "モジュール ID が不正です"
|
719 |
|
720 |
+
#: includes/class-freemius.php20532, includes/class-fs-plugin-updater.php:1096
|
721 |
msgid "Premium version already active."
|
722 |
msgstr "プレミアムバージョンはすでに有効になっています。"
|
723 |
|
724 |
+
#: includes/class-freemius.php:20539
|
725 |
msgid "You do not have a valid license to access the premium version."
|
726 |
msgstr "プレミアムバージョンにアクセスできる有効なライセンス持っていません。"
|
727 |
|
728 |
+
#: includes/class-freemius.php:20546
|
729 |
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
730 |
msgstr "プラグインはプレミアムコードバージョンのない「サービスウェア」です。"
|
731 |
|
732 |
+
#: includes/class-freemius.php20564, includes/class-fs-plugin-updater.php:1095
|
733 |
msgid "Premium add-on version already installed."
|
734 |
msgstr "プレミアムアドオンバージョンはすでにインストール済みです。"
|
735 |
|
736 |
+
#: includes/class-freemius.php:20909
|
737 |
msgid "View paid features"
|
738 |
msgstr "有料の機能を表示する"
|
739 |
|
740 |
+
#: includes/class-freemius.php:21229
|
741 |
msgid "Thank you so much for using %s and its add-ons!"
|
742 |
msgstr "%sとアドオンのご利用ありがとうございます!"
|
743 |
|
744 |
+
#: includes/class-freemius.php:21230
|
745 |
msgid "Thank you so much for using %s!"
|
746 |
msgstr "%sのご利用ありがとうございます!"
|
747 |
|
748 |
+
#: includes/class-freemius.php:21236
|
749 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
750 |
msgstr "%sの改善に役立つ使用状況のトラッキングにすでにオプトインしています。"
|
751 |
|
752 |
+
#: includes/class-freemius.php:21240
|
753 |
msgid "Thank you so much for using our products!"
|
754 |
msgstr "プロダクトのご利用ありがとうございます!"
|
755 |
|
756 |
+
#: includes/class-freemius.php:21241
|
757 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
758 |
msgstr "プロダクトの改善に役立つ使用状況のトラッキングにすでにオプトインしています。"
|
759 |
|
760 |
+
#: includes/class-freemius.php:21260
|
761 |
msgid "%s and its add-ons"
|
762 |
msgstr "%sとそのアドオン"
|
763 |
|
764 |
+
#: includes/class-freemius.php:21269
|
765 |
msgid "Products"
|
766 |
msgstr "プロダクト"
|
767 |
|
768 |
+
#: includes/class-freemius.php21276, templates/connect.php:272
|
769 |
msgid "Yes"
|
770 |
msgstr "はい"
|
771 |
|
772 |
+
#: includes/class-freemius.php21277, templates/connect.php:273
|
773 |
msgid "send me security & feature updates, educational content and offers."
|
774 |
msgstr "セキュリティと機能のアップデート、学習用コンテンツやオファーを送ってください。"
|
775 |
|
776 |
+
#: includes/class-freemius.php21278, templates/connect.php:278
|
777 |
msgid "No"
|
778 |
msgstr "いいえ"
|
779 |
|
780 |
+
#: includes/class-freemius.php21280, templates/connect.php:280
|
781 |
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
782 |
msgstr "セキュリティと機能のアップデート、学習用コンテンツやオファーを%s送らないでください%s。"
|
783 |
|
784 |
+
#: includes/class-freemius.php:21290
|
785 |
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 🙂"
|
786 |
msgstr "新しい %sEU General Data Protection Regulation (GDPR)%s コンプライアンスを満たすため、あなたが明示的に同意したことを再度確認し、またあなたがオンボードであることを確認する必要があります 🙂"
|
787 |
|
788 |
+
#: includes/class-freemius.php21292, templates/connect.php:287
|
789 |
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
790 |
msgstr "セキュリティや機能のアップデート、学習用用コンテンツ、およびオファーについてお問い合わせを希望される場合は、お知らせください。"
|
791 |
|
792 |
+
#: includes/class-freemius.php:21574
|
793 |
msgid "License key is empty."
|
794 |
msgstr "ライセンスキーが空です。"
|
795 |
|
796 |
#: includes/class-fs-plugin-updater.php184,
|
797 |
+
#: templates/forms/premium-versions-upgrade-handler.php:57
|
798 |
+
msgid "Renew license"
|
799 |
+
msgstr "ライセンスを更新"
|
800 |
+
|
801 |
+
#: includes/class-fs-plugin-updater.php189,
|
802 |
+
#: templates/forms/premium-versions-upgrade-handler.php:58
|
803 |
+
msgid "Buy license"
|
804 |
+
msgstr "Buy license"
|
805 |
+
|
806 |
+
#: includes/class-fs-plugin-updater.php:278
|
807 |
+
msgid "There is a %s of %s available."
|
808 |
+
msgstr "There is a %s of %s available."
|
809 |
+
|
810 |
+
#: includes/class-fs-plugin-updater.php:282
|
811 |
+
msgid "new version"
|
812 |
+
msgstr "new version"
|
813 |
+
|
814 |
+
#: includes/class-fs-plugin-updater.php:305
|
815 |
+
msgid "Important Upgrade Notice:"
|
816 |
+
msgstr "Important Upgrade Notice:"
|
817 |
|
818 |
+
#: includes/class-fs-plugin-updater.php:1125
|
819 |
msgid "Installing plugin: %s"
|
820 |
msgstr "インストール中プラグイン: %s"
|
821 |
|
822 |
+
#: includes/class-fs-plugin-updater.php:1166
|
823 |
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
824 |
msgstr "ファイルシステムに接続できません。視覚情報を確認してください。"
|
825 |
|
826 |
+
#: includes/class-fs-plugin-updater.php:1348
|
827 |
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
828 |
msgstr "リモートプラグインパッケージには、目的のスラッグを含むフォルダが含まれていないため、リねームが機能しませんでした。"
|
829 |
|
830 |
+
#: includes/fs-plugin-info-dialog.php369,
|
831 |
+
#: templates/account/partials/addon.php:292
|
832 |
msgctxt "verb"
|
833 |
msgid "Purchase"
|
834 |
msgstr "購入"
|
835 |
|
836 |
+
#: includes/fs-plugin-info-dialog.php:372
|
837 |
msgid "Start my free %s"
|
838 |
msgstr "無料の %s を開始"
|
839 |
|
840 |
+
#: includes/fs-plugin-info-dialog.php:413
|
841 |
msgid "Install Free Version Now"
|
842 |
msgstr "フリーバージョンを今すぐインストール"
|
843 |
|
844 |
+
#: includes/fs-plugin-info-dialog.php414, templates/auto-installation.php111,
|
845 |
+
#: templates/account/partials/addon.php272,
|
846 |
+
#: templates/account/partials/addon.php:322
|
847 |
msgid "Install Now"
|
848 |
msgstr "今すぐインストール"
|
849 |
|
850 |
+
#: includes/fs-plugin-info-dialog.php:425
|
851 |
msgctxt "as download latest version"
|
852 |
msgid "Download Latest Free Version"
|
853 |
msgstr "最新のフリーバージョンをダウンロード"
|
854 |
|
855 |
+
#: includes/fs-plugin-info-dialog.php426, templates/account.php80,
|
856 |
#: templates/account/partials/addon.php:21
|
857 |
msgctxt "as download latest version"
|
858 |
msgid "Download Latest"
|
859 |
msgstr "最新版をダウンロード"
|
860 |
|
861 |
+
#: includes/fs-plugin-info-dialog.php:436
|
862 |
msgid "Install Free Version Update Now"
|
863 |
msgstr "フリーバージョンの更新を今すぐインストール"
|
864 |
|
865 |
+
#: includes/fs-plugin-info-dialog.php437, templates/account.php:460
|
866 |
msgid "Install Update Now"
|
867 |
msgstr "今すぐ更新をインストール"
|
868 |
|
869 |
+
#: includes/fs-plugin-info-dialog.php:448
|
870 |
msgid "Newer Free Version (%s) Installed"
|
871 |
msgstr "新しいフリーバージョン (%s) がインストールされました"
|
872 |
|
873 |
+
#: includes/fs-plugin-info-dialog.php:449
|
874 |
msgid "Newer Version (%s) Installed"
|
875 |
msgstr "新しいバージョン (%s) がインストールされました"
|
876 |
|
877 |
+
#: includes/fs-plugin-info-dialog.php:457
|
878 |
msgid "Latest Free Version Installed"
|
879 |
msgstr "最新のフリーバージョンがインストールされました"
|
880 |
|
881 |
+
#: includes/fs-plugin-info-dialog.php:458
|
882 |
msgid "Latest Version Installed"
|
883 |
msgstr "最新版がイストールされました"
|
884 |
|
885 |
+
#: includes/fs-plugin-info-dialog.php:613
|
886 |
msgctxt "Plugin installer section title"
|
887 |
msgid "Description"
|
888 |
msgstr "説明"
|
889 |
|
890 |
+
#: includes/fs-plugin-info-dialog.php:614
|
891 |
msgctxt "Plugin installer section title"
|
892 |
msgid "Installation"
|
893 |
msgstr "インストール"
|
894 |
|
895 |
+
#: includes/fs-plugin-info-dialog.php:615
|
896 |
msgctxt "Plugin installer section title"
|
897 |
msgid "FAQ"
|
898 |
msgstr "FAQ"
|
899 |
|
900 |
+
#: includes/fs-plugin-info-dialog.php616,
|
901 |
#: templates/plugin-info/description.php:55
|
902 |
msgid "Screenshots"
|
903 |
msgstr "スクリーンショット"
|
904 |
|
905 |
+
#: includes/fs-plugin-info-dialog.php:617
|
906 |
msgctxt "Plugin installer section title"
|
907 |
msgid "Changelog"
|
908 |
msgstr "変更履歴"
|
909 |
|
910 |
+
#: includes/fs-plugin-info-dialog.php:618
|
911 |
msgctxt "Plugin installer section title"
|
912 |
msgid "Reviews"
|
913 |
msgstr "レビュー"
|
914 |
|
915 |
+
#: includes/fs-plugin-info-dialog.php:619
|
916 |
msgctxt "Plugin installer section title"
|
917 |
msgid "Other Notes"
|
918 |
msgstr "その他の記述"
|
919 |
|
920 |
+
#: includes/fs-plugin-info-dialog.php:634
|
921 |
msgctxt "Plugin installer section title"
|
922 |
msgid "Features & Pricing"
|
923 |
msgstr "機能 & 料金"
|
924 |
|
925 |
+
#: includes/fs-plugin-info-dialog.php:644
|
926 |
msgid "Plugin Install"
|
927 |
msgstr "プラグインのインストール"
|
928 |
|
929 |
+
#: includes/fs-plugin-info-dialog.php:716
|
930 |
msgctxt "e.g. Professional Plan"
|
931 |
msgid "%s Plan"
|
932 |
msgstr "%s プラン"
|
933 |
|
934 |
+
#: includes/fs-plugin-info-dialog.php:742
|
935 |
msgctxt "e.g. the best product"
|
936 |
msgid "Best"
|
937 |
msgstr "ベスト"
|
938 |
|
939 |
+
#: includes/fs-plugin-info-dialog.php748,
|
940 |
+
#: includes/fs-plugin-info-dialog.php:768
|
941 |
msgctxt "as every month"
|
942 |
msgid "Monthly"
|
943 |
msgstr "月"
|
944 |
|
945 |
+
#: includes/fs-plugin-info-dialog.php:751
|
946 |
msgctxt "as once a year"
|
947 |
msgid "Annual"
|
948 |
msgstr "年次"
|
949 |
|
950 |
+
#: includes/fs-plugin-info-dialog.php:754
|
951 |
msgid "Lifetime"
|
952 |
msgstr "ライフタイム"
|
953 |
|
954 |
+
#: includes/fs-plugin-info-dialog.php768,
|
955 |
+
#: includes/fs-plugin-info-dialog.php770,
|
956 |
+
#: includes/fs-plugin-info-dialog.php:772
|
957 |
msgctxt "e.g. billed monthly"
|
958 |
msgid "Billed %s"
|
959 |
msgstr "%s への請求"
|
960 |
|
961 |
+
#: includes/fs-plugin-info-dialog.php:770
|
962 |
msgctxt "as once a year"
|
963 |
msgid "Annually"
|
964 |
msgstr "毎年"
|
965 |
|
966 |
+
#: includes/fs-plugin-info-dialog.php:772
|
967 |
msgctxt "as once a year"
|
968 |
msgid "Once"
|
969 |
msgstr "一度"
|
970 |
|
971 |
+
#: includes/fs-plugin-info-dialog.php:778
|
972 |
msgid "Single Site License"
|
973 |
msgstr "シングルサイトライセンス"
|
974 |
|
975 |
+
#: includes/fs-plugin-info-dialog.php:780
|
976 |
msgid "Unlimited Licenses"
|
977 |
msgstr "無制限ライセンス"
|
978 |
|
979 |
+
#: includes/fs-plugin-info-dialog.php:782
|
980 |
msgid "Up to %s Sites"
|
981 |
msgstr "%sサイトまで"
|
982 |
|
983 |
+
#: includes/fs-plugin-info-dialog.php792,
|
984 |
#: templates/plugin-info/features.php:82
|
985 |
msgctxt "as monthly period"
|
986 |
msgid "mo"
|
987 |
msgstr "月"
|
988 |
|
989 |
+
#: includes/fs-plugin-info-dialog.php799,
|
990 |
#: templates/plugin-info/features.php:80
|
991 |
msgctxt "as annual period"
|
992 |
msgid "year"
|
993 |
msgstr "年"
|
994 |
|
995 |
+
#: includes/fs-plugin-info-dialog.php:853
|
996 |
msgctxt "noun"
|
997 |
msgid "Price"
|
998 |
msgstr "料金"
|
999 |
|
1000 |
+
#: includes/fs-plugin-info-dialog.php:901
|
1001 |
msgid "Save %s"
|
1002 |
msgstr "%s を保存"
|
1003 |
|
1004 |
+
#: includes/fs-plugin-info-dialog.php:911
|
1005 |
msgid "No commitment for %s - cancel anytime"
|
1006 |
msgstr "%s の拘束はありません。いつでもキャンセルできます。"
|
1007 |
|
1008 |
+
#: includes/fs-plugin-info-dialog.php:914
|
1009 |
msgid "After your free %s, pay as little as %s"
|
1010 |
msgstr "無料の %s の後は、わずか %s だけお支払ください。"
|
1011 |
|
1012 |
+
#: includes/fs-plugin-info-dialog.php:925
|
1013 |
msgid "Details"
|
1014 |
msgstr "詳細"
|
1015 |
|
1016 |
+
#: includes/fs-plugin-info-dialog.php929, templates/account.php91,
|
1017 |
+
#: templates/debug.php201, templates/debug.php238, templates/debug.php452,
|
1018 |
+
#: templates/account/partials/addon.php:32
|
1019 |
msgctxt "product version"
|
1020 |
msgid "Version"
|
1021 |
msgstr "バージョン"
|
1022 |
|
1023 |
+
#: includes/fs-plugin-info-dialog.php:936
|
1024 |
msgctxt "as the plugin author"
|
1025 |
msgid "Author"
|
1026 |
msgstr "作者"
|
1027 |
|
1028 |
+
#: includes/fs-plugin-info-dialog.php:943
|
1029 |
msgid "Last Updated"
|
1030 |
msgstr "最終更新"
|
1031 |
|
1032 |
+
#: includes/fs-plugin-info-dialog.php948, templates/account.php:376
|
1033 |
msgctxt "x-ago"
|
1034 |
msgid "%s ago"
|
1035 |
msgstr "%s 前"
|
1036 |
|
1037 |
+
#: includes/fs-plugin-info-dialog.php:957
|
1038 |
msgid "Requires WordPress Version"
|
1039 |
msgstr "必要な WordPress のバージョン"
|
1040 |
|
1041 |
+
#: includes/fs-plugin-info-dialog.php:958
|
1042 |
msgid "%s or higher"
|
1043 |
msgstr "%sまたはそれ以上"
|
1044 |
|
1045 |
+
#: includes/fs-plugin-info-dialog.php:965
|
1046 |
msgid "Compatible up to"
|
1047 |
msgstr "互換性のある最新バージョン"
|
1048 |
|
1049 |
+
#: includes/fs-plugin-info-dialog.php:973
|
1050 |
msgid "Downloaded"
|
1051 |
msgstr "ダウンロード済み"
|
1052 |
|
1053 |
+
#: includes/fs-plugin-info-dialog.php:977
|
1054 |
msgid "%s time"
|
1055 |
msgstr "%s回"
|
1056 |
|
1057 |
+
#: includes/fs-plugin-info-dialog.php:979
|
1058 |
msgid "%s times"
|
1059 |
msgstr "%s回"
|
1060 |
|
1061 |
+
#: includes/fs-plugin-info-dialog.php:989
|
1062 |
msgid "WordPress.org Plugin Page"
|
1063 |
msgstr "WordPress.org のプラグインページ"
|
1064 |
|
1065 |
+
#: includes/fs-plugin-info-dialog.php:997
|
1066 |
msgid "Plugin Homepage"
|
1067 |
msgstr "プラグインのホームページ"
|
1068 |
|
1069 |
+
#: includes/fs-plugin-info-dialog.php1005,
|
1070 |
+
#: includes/fs-plugin-info-dialog.php:1087
|
1071 |
msgid "Donate to this plugin"
|
1072 |
msgstr "このプラグインに寄付する"
|
1073 |
|
1074 |
+
#: includes/fs-plugin-info-dialog.php:1012
|
1075 |
msgid "Average Rating"
|
1076 |
msgstr "レーティングの平均"
|
1077 |
|
1078 |
+
#: includes/fs-plugin-info-dialog.php:1019
|
1079 |
msgid "based on %s"
|
1080 |
msgstr "%sを基に"
|
1081 |
|
1082 |
+
#: includes/fs-plugin-info-dialog.php:1023
|
1083 |
msgid "%s rating"
|
1084 |
msgstr "%s評価"
|
1085 |
|
1086 |
+
#: includes/fs-plugin-info-dialog.php:1025
|
1087 |
msgid "%s ratings"
|
1088 |
msgstr "%s評価"
|
1089 |
|
1090 |
+
#: includes/fs-plugin-info-dialog.php:1040
|
1091 |
msgid "%s star"
|
1092 |
msgstr "%sスター"
|
1093 |
|
1094 |
+
#: includes/fs-plugin-info-dialog.php:1042
|
1095 |
msgid "%s stars"
|
1096 |
msgstr "%sスター"
|
1097 |
|
1098 |
+
#: includes/fs-plugin-info-dialog.php:1053
|
1099 |
msgid "Click to see reviews that provided a rating of %s"
|
1100 |
msgstr "クリックして%sの評価をしているレビューを観る"
|
1101 |
|
1102 |
+
#: includes/fs-plugin-info-dialog.php:1066
|
1103 |
msgid "Contributors"
|
1104 |
msgstr "コントリビューター"
|
1105 |
|
1106 |
+
#: includes/fs-plugin-info-dialog.php1095,
|
1107 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
1108 |
msgid "Warning"
|
1109 |
msgstr "警告"
|
1110 |
|
1111 |
+
#: includes/fs-plugin-info-dialog.php:1095
|
1112 |
msgid "This plugin has not been tested with your current version of WordPress."
|
1113 |
msgstr "このプラグインはインストールされた WordPress のバージョンでは検証されていません。"
|
1114 |
|
1115 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
1116 |
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1117 |
msgstr "このプラグインはインストールされた WordPress のバージョンに互換性がありません。"
|
1118 |
|
1119 |
+
#: includes/fs-plugin-info-dialog.php:1116
|
1120 |
msgid "Paid add-on must be deployed to Freemius."
|
1121 |
msgstr "有料アドオンは Freemius にデプロイされている必要があります。"
|
1122 |
|
1123 |
+
#: includes/fs-plugin-info-dialog.php:1117
|
1124 |
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1125 |
msgstr "アドオンが WordPress.org か Freemius にデプロイされている必要があります。"
|
1126 |
|
1127 |
+
#: templates/account.php81, templates/forms/subscription-cancellation.php96,
|
1128 |
+
#: templates/account/partials/addon.php22,
|
1129 |
#: templates/account/partials/site.php:295
|
1130 |
+
msgid "Downgrading your plan"
|
1131 |
+
msgstr "Downgrading your plan"
|
1132 |
+
|
1133 |
+
#: templates/account.php82, templates/forms/subscription-cancellation.php97,
|
1134 |
+
#: templates/account/partials/addon.php23,
|
1135 |
+
#: templates/account/partials/site.php:296
|
1136 |
+
msgid "Cancelling the subscription"
|
1137 |
+
msgstr "Cancelling the subscription"
|
1138 |
+
|
1139 |
+
#. translators: %1s: Either 'Downgrading your plan' or 'Cancelling the
|
1140 |
+
#. subscription'
|
1141 |
+
#: templates/account.php84, templates/forms/subscription-cancellation.php99,
|
1142 |
+
#: templates/account/partials/addon.php25,
|
1143 |
+
#: templates/account/partials/site.php:298
|
1144 |
+
msgid "%1s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
1145 |
+
msgstr "%1s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
1146 |
|
1147 |
+
#: templates/account.php85, templates/forms/subscription-cancellation.php100,
|
1148 |
+
#: templates/account/partials/addon.php26,
|
1149 |
+
#: templates/account/partials/site.php:299
|
1150 |
+
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."
|
1151 |
+
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."
|
1152 |
+
|
1153 |
+
#: templates/account.php86, templates/forms/subscription-cancellation.php106,
|
1154 |
+
#: templates/account/partials/addon.php:27
|
1155 |
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1156 |
msgstr "トライアルをキャンセルするとすぐにすべてのプレミアム機能へのアクセスができなくなります。本当に実行しますか?"
|
1157 |
|
1158 |
+
#: templates/account.php87, templates/forms/subscription-cancellation.php101,
|
1159 |
+
#: templates/account/partials/addon.php28,
|
1160 |
+
#: templates/account/partials/site.php:300
|
1161 |
+
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1162 |
+
msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1163 |
|
1164 |
+
#: templates/account.php88, templates/forms/subscription-cancellation.php102,
|
1165 |
+
#: templates/account/partials/addon.php29,
|
1166 |
+
#: templates/account/partials/site.php:301
|
1167 |
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1168 |
msgstr "一度ライセンスの期限が切れると、フリーバージョンの利用は可能ですが、%sの機能を使うことができなくなります。"
|
1169 |
|
1170 |
#. translators: %s: Plan title (e.g. "Professional")
|
1171 |
+
#: templates/account.php90,
|
1172 |
#: templates/account/partials/activate-license-button.php31,
|
1173 |
+
#: templates/account/partials/addon.php:31
|
1174 |
msgid "Activate %s Plan"
|
1175 |
msgstr "%s プランを有効化"
|
1176 |
|
1177 |
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1178 |
+
#: templates/account.php93, templates/account/partials/addon.php34,
|
1179 |
#: templates/account/partials/site.php:275
|
1180 |
msgid "Auto renews in %s"
|
1181 |
msgstr "%s に自動更新"
|
1182 |
|
1183 |
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1184 |
+
#: templates/account.php95, templates/account/partials/addon.php36,
|
1185 |
#: templates/account/partials/site.php:277
|
1186 |
msgid "Expires in %s"
|
1187 |
msgstr "%s で期間終了"
|
1188 |
|
1189 |
+
#: templates/account.php96, templates/account/partials/addon.php:37
|
1190 |
msgctxt "as synchronize license"
|
1191 |
msgid "Sync License"
|
1192 |
msgstr "ライセンスを同期"
|
1193 |
|
1194 |
+
#: templates/account.php97, templates/account/partials/addon.php:38
|
1195 |
msgid "Cancel Trial"
|
1196 |
msgstr "トライアルをキャンセル"
|
1197 |
|
1198 |
+
#: templates/account.php98, templates/account/partials/addon.php:39
|
1199 |
msgid "Change Plan"
|
1200 |
msgstr "プラン変更"
|
1201 |
|
1202 |
+
#: templates/account.php99, templates/account/partials/addon.php:40
|
1203 |
msgctxt "verb"
|
1204 |
msgid "Upgrade"
|
1205 |
msgstr "アップグレード"
|
1206 |
|
1207 |
+
#: templates/account.php101, templates/account/partials/addon.php42,
|
1208 |
+
#: templates/account/partials/site.php:302
|
1209 |
msgctxt "verb"
|
1210 |
msgid "Downgrade"
|
1211 |
msgstr "ダウングレード"
|
1212 |
|
1213 |
+
#: templates/account.php103, templates/add-ons.php130,
|
1214 |
#: templates/plugin-info/features.php72,
|
1215 |
+
#: templates/account/partials/addon.php44,
|
1216 |
#: templates/account/partials/site.php:31
|
1217 |
msgid "Free"
|
1218 |
msgstr "無料"
|
1219 |
|
1220 |
+
#: templates/account.php104, templates/account/partials/addon.php:45
|
1221 |
msgid "Activate"
|
1222 |
msgstr "有効化"
|
1223 |
|
1224 |
+
#: templates/account.php105, templates/debug.php371,
|
1225 |
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1226 |
+
#: templates/account/partials/addon.php:46
|
1227 |
msgctxt "as product pricing plan"
|
1228 |
msgid "Plan"
|
1229 |
msgstr "プラン"
|
1230 |
|
1231 |
+
#: templates/account.php:158
|
1232 |
msgid "Free Trial"
|
1233 |
msgstr "フリートライアル"
|
1234 |
|
1235 |
+
#: templates/account.php:169
|
1236 |
msgid "Account Details"
|
1237 |
msgstr "アカウント詳細"
|
1238 |
|
1239 |
+
#: templates/account.php:179
|
1240 |
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?"
|
1241 |
msgstr "アカウントを削除すると自動的に %s プランライセンスが無効になり、他のサイトで使うことができます。定期の支払いも終了したい場合は、\"キャンセル\"ボタンをクリックし、まずアカウントを\"ダウングレード\"してください。本当に削除を続行してもいいですか?"
|
1242 |
|
1243 |
+
#: templates/account.php:181
|
1244 |
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?"
|
1245 |
msgstr "削除は一時的なものではありません。本当に%sが必要なくなった時に行ってください。"
|
1246 |
|
1247 |
+
#: templates/account.php:184
|
1248 |
msgid "Delete Account"
|
1249 |
msgstr "アカウントを削除"
|
1250 |
|
1251 |
+
#: templates/account.php196, templates/account/partials/addon.php159,
|
1252 |
#: templates/account/partials/deactivate-license-button.php:35
|
1253 |
msgid "Deactivate License"
|
1254 |
msgstr "ライセンスを無効化"
|
1255 |
|
1256 |
+
#: templates/account.php219, templates/forms/subscription-cancellation.php:125
|
1257 |
msgid "Are you sure you want to proceed?"
|
1258 |
msgstr "本当に続行していいですか?"
|
1259 |
|
1260 |
+
#: templates/account.php219, templates/account/partials/addon.php:182
|
1261 |
msgid "Cancel Subscription"
|
1262 |
msgstr "サブスクリプションをキャンセルする"
|
1263 |
|
1264 |
+
#: templates/account.php:247
|
1265 |
msgctxt "as synchronize"
|
1266 |
msgid "Sync"
|
1267 |
msgstr "同期"
|
1268 |
|
1269 |
+
#: templates/account.php261, templates/debug.php:487
|
1270 |
msgid "Name"
|
1271 |
msgstr "名前"
|
1272 |
|
1273 |
+
#: templates/account.php267, templates/debug.php:488
|
1274 |
msgid "Email"
|
1275 |
msgstr "Email"
|
1276 |
|
1277 |
+
#: templates/account.php274, templates/debug.php370, templates/debug.php:526
|
1278 |
msgid "User ID"
|
1279 |
msgstr "ユーザー ID"
|
1280 |
|
1281 |
+
#: templates/account.php:282
|
1282 |
msgid "Site ID"
|
1283 |
msgstr "サイト ID"
|
1284 |
|
1285 |
+
#: templates/account.php:285
|
1286 |
msgid "No ID"
|
1287 |
msgstr "ID がありません"
|
1288 |
|
1289 |
+
#: templates/account.php290, templates/debug.php243, templates/debug.php372,
|
1290 |
+
#: templates/debug.php453, templates/debug.php490,
|
1291 |
#: templates/account/partials/site.php:219
|
1292 |
msgid "Public Key"
|
1293 |
msgstr "公開鍵"
|
1294 |
|
1295 |
+
#: templates/account.php296, templates/debug.php373, templates/debug.php454,
|
1296 |
+
#: templates/debug.php491, templates/account/partials/site.php:231
|
1297 |
msgid "Secret Key"
|
1298 |
msgstr "秘密鍵"
|
1299 |
|
1300 |
+
#: templates/account.php:299
|
1301 |
msgctxt "as secret encryption key missing"
|
1302 |
msgid "No Secret"
|
1303 |
msgstr "秘密鍵がありません"
|
1304 |
|
1305 |
+
#: templates/account.php318, templates/account/partials/site.php112,
|
1306 |
#: templates/account/partials/site.php:114
|
1307 |
msgid "Trial"
|
1308 |
msgstr "トライアル"
|
1309 |
|
1310 |
+
#: templates/account.php337, templates/debug.php531,
|
1311 |
#: templates/account/partials/site.php:248
|
1312 |
msgid "License Key"
|
1313 |
msgstr "ライセンスキー"
|
1314 |
|
1315 |
+
#: templates/account.php:367
|
1316 |
msgid "not verified"
|
1317 |
msgstr "未認証"
|
1318 |
|
1319 |
+
#: templates/account.php376, templates/account/partials/addon.php:120
|
1320 |
+
msgid "Expired"
|
1321 |
+
msgstr "期限切れ"
|
1322 |
+
|
1323 |
+
#: templates/account.php:428
|
1324 |
msgid "Premium version"
|
1325 |
msgstr "プレミアムバージョン"
|
1326 |
|
1327 |
+
#: templates/account.php:430
|
1328 |
msgid "Free version"
|
1329 |
msgstr "フリーバージョン"
|
1330 |
|
1331 |
+
#: templates/account.php:442
|
1332 |
msgid "Verify Email"
|
1333 |
msgstr "認証メール"
|
1334 |
|
1335 |
+
#: templates/account.php:453
|
1336 |
msgid "Download %s Version"
|
1337 |
msgstr "%s バージョンをダウンロード"
|
1338 |
|
1339 |
+
#: templates/account.php467, templates/account.php649,
|
1340 |
#: templates/account/partials/site.php237,
|
1341 |
#: templates/account/partials/site.php:255
|
1342 |
msgctxt "verb"
|
1343 |
msgid "Show"
|
1344 |
msgstr "表示"
|
1345 |
|
1346 |
+
#: templates/account.php:481
|
1347 |
msgid "What is your %s?"
|
1348 |
msgstr "自分の %s はなんですか?"
|
1349 |
|
1350 |
+
#: templates/account.php489, templates/account/billing.php:27
|
1351 |
msgctxt "verb"
|
1352 |
msgid "Edit"
|
1353 |
msgstr "編集"
|
1354 |
|
1355 |
+
#: templates/account.php:502
|
1356 |
msgid "Sites"
|
1357 |
msgstr "サイト数"
|
1358 |
|
1359 |
+
#: templates/account.php:513
|
1360 |
msgid "Search by address"
|
1361 |
msgstr "住所で検索する"
|
1362 |
|
1363 |
+
#: templates/account.php522, templates/account.php570, templates/debug.php236,
|
1364 |
+
#: templates/debug.php364, templates/debug.php449, templates/debug.php486,
|
1365 |
+
#: templates/debug.php524, templates/debug.php597,
|
1366 |
#: templates/account/payments.php35, templates/debug/logger.php:21
|
1367 |
msgid "ID"
|
1368 |
msgstr "ID"
|
1369 |
|
1370 |
+
#: templates/account.php523, templates/debug.php:367
|
1371 |
msgid "Address"
|
1372 |
msgstr "住所"
|
1373 |
|
1374 |
+
#: templates/account.php:524
|
1375 |
msgid "License"
|
1376 |
msgstr "ライセンス"
|
1377 |
|
1378 |
+
#: templates/account.php:525
|
1379 |
msgid "Plan"
|
1380 |
msgstr "プラン"
|
1381 |
|
1382 |
+
#: templates/account.php:573
|
1383 |
msgctxt "as software license"
|
1384 |
msgid "License"
|
1385 |
msgstr "ライセンス"
|
1386 |
|
1387 |
+
#: templates/account.php:643
|
1388 |
msgctxt "verb"
|
1389 |
msgid "Hide"
|
1390 |
msgstr "非表示"
|
1391 |
|
1392 |
+
#: templates/account.php:686
|
1393 |
+
msgid "Cancelling %s"
|
1394 |
+
msgstr "Cancelling %s"
|
1395 |
+
|
1396 |
+
#: templates/account.php686, templates/account.php703,
|
1397 |
+
#: templates/forms/subscription-cancellation.php27,
|
1398 |
+
#: templates/forms/deactivation/form.php:117
|
1399 |
+
msgid "trial"
|
1400 |
+
msgstr "trial"
|
1401 |
+
|
1402 |
+
#: templates/account.php701, templates/forms/deactivation/form.php:134
|
1403 |
+
msgid "Cancelling %s..."
|
1404 |
+
msgstr "Cancelling %s..."
|
1405 |
+
|
1406 |
+
#: templates/account.php704, templates/forms/subscription-cancellation.php28,
|
1407 |
+
#: templates/forms/deactivation/form.php:118
|
1408 |
+
msgid "subscription"
|
1409 |
+
msgstr "subscription"
|
1410 |
+
|
1411 |
+
#: templates/account.php:718
|
1412 |
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?"
|
1413 |
msgstr "ライセンスを無効化するとすべてのプレミアム機能が使えなくなりますが、他のサイトでライセンスを有効にすることができるようになります。本当に実行しますか?"
|
1414 |
|
1420 |
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."
|
1421 |
msgstr "アドオンリストを読み込むことができませんでした。おそらく運営側の問題になりますので、しばらくしてからお試しください。"
|
1422 |
|
1423 |
+
#: templates/add-ons.php:139
|
1424 |
msgid "View details"
|
1425 |
msgstr "詳細を表示"
|
1426 |
|
1459 |
msgstr "PCI コンプライアント"
|
1460 |
|
1461 |
#. translators: %s: name (e.g. Hey John,)
|
1462 |
+
#: templates/connect.php:112
|
1463 |
msgctxt "greeting"
|
1464 |
msgid "Hey %s,"
|
1465 |
msgstr "おおい %s さん、"
|
1466 |
|
1467 |
+
#: templates/connect.php:154
|
1468 |
msgid "Allow & Continue"
|
1469 |
msgstr "許可して続ける"
|
1470 |
|
1471 |
+
#: templates/connect.php:158
|
1472 |
msgid "Re-send activation email"
|
1473 |
msgstr "有効化メールを再送信"
|
1474 |
|
1475 |
+
#: templates/connect.php:162
|
1476 |
msgid "Thanks %s!"
|
1477 |
msgstr "ありがとう $s さん!"
|
1478 |
|
1479 |
+
#: templates/connect.php172, templates/forms/license-activation.php:43
|
1480 |
msgid "Agree & Activate License"
|
1481 |
msgstr "同意してライセンスを有効化"
|
1482 |
|
1483 |
+
#: templates/connect.php:181
|
1484 |
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1485 |
msgstr "%s を購入いただきありがとうございます。はじめにライセンスキーを入力してください:"
|
1486 |
|
1487 |
+
#: templates/connect.php:188
|
1488 |
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."
|
1489 |
msgstr "重要な更新を逃さないように、セキュリティと更新通知、学習用コンテンツ、オファー、そして%4$s とセンシティブではない診断トラッキングをオプトインしてください。"
|
1490 |
|
1491 |
+
#: templates/connect.php:189
|
1492 |
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1493 |
msgstr "重要な更新を逃さないように、セキュリティと更新通知、%4$s とセンシティブではない診断トラッキングをオプトインしてください。"
|
1494 |
|
1495 |
+
#: templates/connect.php:195
|
1496 |
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."
|
1497 |
msgstr "重要な更新を逃さないように、セキュリティと更新通知、学習用コンテンツ、オファー、そして%4$s とセンシティブではない診断トラッキングをオプトインしてください。これをスキップしても%1$sはもちろん動作します。"
|
1498 |
|
1499 |
+
#: templates/connect.php:196
|
1500 |
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."
|
1501 |
msgstr "重要な更新を逃さないように、セキュリティと更新通知、学習用コンテンツ、オファー、そして%4$s とセンシティブではない診断トラッキングをオプトインしてください。これをスキップしても%1$sはもちろん動作します。"
|
1502 |
|
1503 |
+
#: templates/connect.php:230
|
1504 |
msgid "We're excited to introduce the Freemius network-level integration."
|
1505 |
msgstr "Freeminus ネットワークレベルのインテグレーションをご紹介できることに興奮しています。"
|
1506 |
|
1507 |
+
#: templates/connect.php:233
|
1508 |
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1509 |
msgstr "アップデートの処理中に%dサイトがライセンスの有効化が保留中であることを検知しました。"
|
1510 |
|
1511 |
+
#: templates/connect.php:235
|
1512 |
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1513 |
msgstr "これらのサイトで%sを使う場合は、ライセンスキーを入力し、アクティベーションボタンをクリックしてください。"
|
1514 |
|
1515 |
+
#: templates/connect.php:237
|
1516 |
msgid "%s's paid features"
|
1517 |
msgstr "%sの有料機能"
|
1518 |
|
1519 |
+
#: templates/connect.php:242
|
1520 |
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1521 |
msgstr "または、今すぐスキップして、%sのネットワークレベルのアカウントページでライセンスを有効にすることもできます。"
|
1522 |
|
1523 |
+
#: templates/connect.php:244
|
1524 |
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1525 |
msgstr "アップデートの処理中に、ネットワーク内の%dサイトが対応待ちになっていることを検知しました。"
|
1526 |
|
1527 |
+
#: templates/connect.php253, templates/forms/license-activation.php:46
|
1528 |
msgid "License key"
|
1529 |
msgstr "ライセンスキー"
|
1530 |
|
1531 |
+
#: templates/connect.php256, templates/forms/license-activation.php:19
|
1532 |
msgid "Can't find your license key?"
|
1533 |
msgstr "ライセンスキーは見つかりませんか?"
|
1534 |
|
1535 |
+
#: templates/connect.php315, templates/connect.php630,
|
1536 |
#: templates/forms/deactivation/retry-skip.php:20
|
1537 |
msgctxt "verb"
|
1538 |
msgid "Skip"
|
1539 |
msgstr "スキップ"
|
1540 |
|
1541 |
+
#: templates/connect.php:318
|
1542 |
msgid "Delegate to Site Admins"
|
1543 |
msgstr "サイト管理者に委任する"
|
1544 |
|
1545 |
+
#: templates/connect.php:318
|
1546 |
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1547 |
msgstr "決定をサイトの管理者に委任するにはクリックしてください。"
|
1548 |
|
1549 |
+
#: templates/connect.php:346
|
1550 |
msgid "Your Profile Overview"
|
1551 |
msgstr "プロフィール概要"
|
1552 |
|
1553 |
+
#: templates/connect.php:347
|
1554 |
msgid "Name and email address"
|
1555 |
msgstr "名前とメールアドレス"
|
1556 |
|
1557 |
+
#: templates/connect.php:352
|
1558 |
msgid "Your Site Overview"
|
1559 |
msgstr "サイト概要"
|
1560 |
|
1561 |
+
#: templates/connect.php:353
|
1562 |
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1563 |
msgstr "サイト URL、WP バージョン、PHP info、プラグインとテーマ"
|
1564 |
|
1565 |
+
#: templates/connect.php:358
|
1566 |
msgid "Admin Notices"
|
1567 |
msgstr "管理者通知"
|
1568 |
|
1569 |
+
#: templates/connect.php359, templates/connect.php:375
|
1570 |
msgid "Updates, announcements, marketing, no spam"
|
1571 |
msgstr "更新、発表、マーケティング、スパムなし"
|
1572 |
|
1573 |
+
#: templates/connect.php:364
|
1574 |
msgid "Current %s Events"
|
1575 |
msgstr "現在%sイベント"
|
1576 |
|
1577 |
+
#: templates/connect.php:365
|
1578 |
msgid "Activation, deactivation and uninstall"
|
1579 |
msgstr "有効化、無効化、アンインストール"
|
1580 |
|
1581 |
+
#: templates/connect.php:374
|
1582 |
msgid "Newsletter"
|
1583 |
msgstr "ニュースレター"
|
1584 |
|
1585 |
+
#: templates/connect.php391, templates/forms/license-activation.php:38
|
1586 |
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."
|
1587 |
msgstr "%1$sはセキュリティとアプデート、そしてライセンスの状態を確認するため、定期的に%2$sへデータを送信します。"
|
1588 |
|
1589 |
+
#: templates/connect.php:396
|
1590 |
msgid "What permissions are being granted?"
|
1591 |
msgstr "付与されているパーミッションは何ですか?"
|
1592 |
|
1593 |
+
#: templates/connect.php:417
|
1594 |
msgid "Don't have a license key?"
|
1595 |
msgstr "ライセンスキーをお持ちではありませんか?"
|
1596 |
|
1597 |
+
#: templates/connect.php:418
|
1598 |
msgid "Activate Free Version"
|
1599 |
msgstr "フリーバージョンを有効化"
|
1600 |
|
1601 |
+
#: templates/connect.php:420
|
1602 |
msgid "Have a license key?"
|
1603 |
msgstr "ライセンスキーはお持ちですか?"
|
1604 |
|
1605 |
+
#: templates/connect.php:428
|
1606 |
msgid "Privacy Policy"
|
1607 |
msgstr "プライバシーポリシー"
|
1608 |
|
1609 |
+
#: templates/connect.php:430
|
1610 |
+
msgid "License Agreement"
|
1611 |
+
msgstr "License Agreement"
|
1612 |
+
|
1613 |
+
#: templates/connect.php:430
|
1614 |
msgid "Terms of Service"
|
1615 |
msgstr "利用規約"
|
1616 |
|
1617 |
+
#: templates/connect.php:766
|
1618 |
msgctxt "as in the process of sending an email"
|
1619 |
msgid "Sending email"
|
1620 |
msgstr "メール送信中"
|
1621 |
|
1622 |
+
#: templates/connect.php:767
|
1623 |
msgctxt "as activating plugin"
|
1624 |
msgid "Activating"
|
1625 |
msgstr "有効化中"
|
1647 |
msgid "Debugging"
|
1648 |
msgstr "デバッグ"
|
1649 |
|
1650 |
+
#: templates/debug.php54, templates/debug.php248, templates/debug.php374,
|
1651 |
+
#: templates/debug.php:492
|
1652 |
msgid "Actions"
|
1653 |
msgstr "アクション"
|
1654 |
|
1672 |
msgid "Sync Data From Server"
|
1673 |
msgstr "サーバーからのデータを同期"
|
1674 |
|
1675 |
+
#: templates/debug.php:95
|
1676 |
+
msgid "Migrate Options to Network"
|
1677 |
+
msgstr "Migrate Options to Network"
|
1678 |
+
|
1679 |
+
#: templates/debug.php:100
|
1680 |
msgid "Load DB Option"
|
1681 |
msgstr "DB オプションを読み込む"
|
1682 |
|
1683 |
+
#: templates/debug.php:103
|
1684 |
msgid "Set DB Option"
|
1685 |
msgstr "DB オプションを設定する"
|
1686 |
|
1687 |
+
#: templates/debug.php:180
|
1688 |
msgid "Key"
|
1689 |
msgstr "キー"
|
1690 |
|
1691 |
+
#: templates/debug.php:181
|
1692 |
msgid "Value"
|
1693 |
msgstr "値"
|
1694 |
|
1695 |
+
#: templates/debug.php:197
|
1696 |
msgctxt "as software development kit versions"
|
1697 |
msgid "SDK Versions"
|
1698 |
msgstr "SDK バージョン"
|
1699 |
|
1700 |
+
#: templates/debug.php:202
|
1701 |
msgid "SDK Path"
|
1702 |
msgstr "SDK のパス"
|
1703 |
|
1704 |
+
#: templates/debug.php203, templates/debug.php:242
|
1705 |
msgid "Module Path"
|
1706 |
msgstr "モジュールのパス"
|
1707 |
|
1708 |
+
#: templates/debug.php:204
|
1709 |
msgid "Is Active"
|
1710 |
msgstr "有効"
|
1711 |
|
1712 |
+
#: templates/debug.php232, templates/debug/plugins-themes-sync.php:35
|
1713 |
msgid "Plugins"
|
1714 |
msgstr "プラグイン"
|
1715 |
|
1716 |
+
#: templates/debug.php232, templates/debug/plugins-themes-sync.php:56
|
1717 |
msgid "Themes"
|
1718 |
msgstr "テーマ"
|
1719 |
|
1720 |
+
#: templates/debug.php237, templates/debug.php369, templates/debug.php451,
|
1721 |
#: templates/debug/scheduled-crons.php:80
|
1722 |
msgid "Slug"
|
1723 |
msgstr "スラッグ"
|
1724 |
|
1725 |
+
#: templates/debug.php239, templates/debug.php:450
|
1726 |
msgid "Title"
|
1727 |
msgstr "タイトル"
|
1728 |
|
1729 |
+
#: templates/debug.php:240
|
1730 |
msgctxt "as application program interface"
|
1731 |
msgid "API"
|
1732 |
msgstr "API"
|
1733 |
|
1734 |
+
#: templates/debug.php:241
|
1735 |
msgid "Freemius State"
|
1736 |
msgstr "Freemius ステータス"
|
1737 |
|
1738 |
+
#: templates/debug.php:245
|
1739 |
msgid "Network Blog"
|
1740 |
msgstr "ネットワークブログ"
|
1741 |
|
1742 |
+
#: templates/debug.php:246
|
1743 |
msgid "Network User"
|
1744 |
msgstr "ネットワークユーザ"
|
1745 |
|
1746 |
+
#: templates/debug.php:283
|
1747 |
msgctxt "as connection was successful"
|
1748 |
msgid "Connected"
|
1749 |
msgstr "接続"
|
1750 |
|
1751 |
+
#: templates/debug.php:284
|
1752 |
msgctxt "as connection blocked"
|
1753 |
msgid "Blocked"
|
1754 |
msgstr "ブロック"
|
1755 |
|
1756 |
+
#: templates/debug.php:320
|
1757 |
+
msgid "Simulate Trial Promotion"
|
1758 |
+
msgstr "Simulate Trial Promotion"
|
1759 |
|
1760 |
+
#: templates/debug.php:332
|
1761 |
msgid "Simulate Network Upgrade"
|
1762 |
msgstr "ネットワークアップグレードをシミュレートする"
|
1763 |
|
1764 |
+
#: templates/debug.php:358
|
1765 |
msgid "%s Installs"
|
1766 |
msgstr "%sインストール"
|
1767 |
|
1768 |
+
#: templates/debug.php:360
|
1769 |
msgctxt "like websites"
|
1770 |
msgid "Sites"
|
1771 |
msgstr "サイト数"
|
1772 |
|
1773 |
+
#: templates/debug.php366, templates/account/partials/site.php:148
|
1774 |
msgid "Blog ID"
|
1775 |
msgstr "ブログ ID"
|
1776 |
|
1777 |
+
#: templates/debug.php431, templates/debug.php509,
|
1778 |
+
#: templates/account/partials/addon.php:339
|
1779 |
msgctxt "verb"
|
1780 |
msgid "Delete"
|
1781 |
msgstr "削除"
|
1782 |
|
1783 |
+
#: templates/debug.php:445
|
1784 |
msgid "Add Ons of module %s"
|
1785 |
msgstr "モジュールのアドオン%s"
|
1786 |
|
1787 |
+
#: templates/debug.php:482
|
1788 |
msgid "Users"
|
1789 |
msgstr "ユーザー"
|
1790 |
|
1791 |
+
#: templates/debug.php:489
|
1792 |
msgid "Verified"
|
1793 |
msgstr "認証済み"
|
1794 |
|
1795 |
+
#: templates/debug.php:520
|
1796 |
msgid "%s Licenses"
|
1797 |
msgstr "%sラインセス"
|
1798 |
|
1799 |
+
#: templates/debug.php:525
|
1800 |
msgid "Plugin ID"
|
1801 |
msgstr "プラグイン ID"
|
1802 |
|
1803 |
+
#: templates/debug.php:527
|
1804 |
msgid "Plan ID"
|
1805 |
msgstr "プラン ID"
|
1806 |
|
1807 |
+
#: templates/debug.php:528
|
1808 |
msgid "Quota"
|
1809 |
msgstr "クォータ"
|
1810 |
|
1811 |
+
#: templates/debug.php:529
|
1812 |
msgid "Activated"
|
1813 |
msgstr "有効化済み"
|
1814 |
|
1815 |
+
#: templates/debug.php:530
|
1816 |
msgid "Blocking"
|
1817 |
msgstr "ブロッキング"
|
1818 |
|
1819 |
+
#: templates/debug.php:532
|
1820 |
msgctxt "as expiration date"
|
1821 |
msgid "Expiration"
|
1822 |
msgstr "期限切れ"
|
1823 |
|
1824 |
+
#: templates/debug.php:555
|
1825 |
msgid "Debug Log"
|
1826 |
msgstr "デバッグログ"
|
1827 |
|
1828 |
+
#: templates/debug.php:559
|
1829 |
msgid "All Types"
|
1830 |
msgstr "すべてのタイプ"
|
1831 |
|
1832 |
+
#: templates/debug.php:566
|
1833 |
msgid "All Requests"
|
1834 |
msgstr "すべてのリクエスト"
|
1835 |
|
1836 |
+
#: templates/debug.php571, templates/debug.php600,
|
1837 |
#: templates/debug/logger.php:25
|
1838 |
msgid "File"
|
1839 |
msgstr "ファイル"
|
1840 |
|
1841 |
+
#: templates/debug.php572, templates/debug.php598,
|
1842 |
#: templates/debug/logger.php:23
|
1843 |
msgid "Function"
|
1844 |
msgstr "機能"
|
1845 |
|
1846 |
+
#: templates/debug.php:573
|
1847 |
msgid "Process ID"
|
1848 |
msgstr "プロセス ID"
|
1849 |
|
1850 |
+
#: templates/debug.php:574
|
1851 |
msgid "Logger"
|
1852 |
msgstr "ロガー"
|
1853 |
|
1854 |
+
#: templates/debug.php575, templates/debug.php599,
|
1855 |
#: templates/debug/logger.php:24
|
1856 |
msgid "Message"
|
1857 |
msgstr "メッセージ"
|
1858 |
|
1859 |
+
#: templates/debug.php:577
|
1860 |
msgid "Filter"
|
1861 |
msgstr "フィルター"
|
1862 |
|
1863 |
+
#: templates/debug.php:585
|
1864 |
msgid "Download"
|
1865 |
msgstr "ダウンロード"
|
1866 |
|
1867 |
+
#: templates/debug.php596, templates/debug/logger.php:22
|
1868 |
msgid "Type"
|
1869 |
msgstr "タイプ"
|
1870 |
|
1871 |
+
#: templates/debug.php601, templates/debug/logger.php:26
|
1872 |
msgid "Timestamp"
|
1873 |
msgstr "タイムスタンプ"
|
1874 |
|
2219 |
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2220 |
msgstr "\"オプトアウト\"をクリックすることで、もう %s から %s へのデータの送信は行いません。"
|
2221 |
|
2222 |
+
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2223 |
msgid "There is a new version of %s available."
|
2224 |
msgstr "%sの入手可能な新しいバージョンがあります"
|
2225 |
|
2226 |
+
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2227 |
+
msgid " %s to access version %s security & feature updates, and support."
|
2228 |
+
msgstr " %s to access version %s security & feature updates, and support."
|
2229 |
|
2230 |
+
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2231 |
msgid "New Version Available"
|
2232 |
msgstr "新しいバージョンがあります"
|
2233 |
|
2234 |
+
#: templates/forms/premium-versions-upgrade-handler.php:75
|
|
|
|
|
|
|
|
|
2235 |
msgctxt "close a window"
|
2236 |
msgid "Dismiss"
|
2237 |
msgstr "却下"
|
2244 |
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2245 |
msgstr "アップグレードに使用したメールアドレスを下に入力してください。そうすれば、ライセンスキーをお送りします。"
|
2246 |
|
2247 |
+
#: templates/forms/subscription-cancellation.php:37
|
2248 |
+
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2249 |
+
msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2250 |
+
|
2251 |
+
#: templates/forms/subscription-cancellation.php:47
|
2252 |
+
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?"
|
2253 |
+
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?"
|
2254 |
+
|
2255 |
+
#: templates/forms/subscription-cancellation.php:52
|
2256 |
+
msgid "license"
|
2257 |
+
msgstr "license"
|
2258 |
+
|
2259 |
+
#: templates/forms/subscription-cancellation.php:57
|
2260 |
+
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."
|
2261 |
+
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."
|
2262 |
+
|
2263 |
+
#: templates/forms/subscription-cancellation.php:68
|
2264 |
+
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2265 |
+
msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2266 |
+
|
2267 |
+
#: templates/forms/subscription-cancellation.php:103
|
2268 |
+
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."
|
2269 |
+
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."
|
2270 |
+
|
2271 |
+
#: templates/forms/subscription-cancellation.php:136
|
2272 |
+
msgid "Cancel %s?"
|
2273 |
+
msgstr "Cancel %s?"
|
2274 |
+
|
2275 |
+
#: templates/forms/subscription-cancellation.php:143
|
2276 |
+
msgid "Proceed"
|
2277 |
+
msgstr "Proceed"
|
2278 |
+
|
2279 |
+
#: templates/forms/subscription-cancellation.php191,
|
2280 |
+
#: templates/forms/deactivation/form.php:150
|
2281 |
+
msgid "Cancel %s & Proceed"
|
2282 |
+
msgstr "Cancel %s & Proceed"
|
2283 |
+
|
2284 |
#: templates/forms/trial-start.php:22
|
2285 |
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2286 |
msgstr "%2$s プランの%1$s日間のフリートライアルを開始するまであとワンクリックです。"
|
2346 |
msgid "Last license"
|
2347 |
msgstr "最新のライセンス"
|
2348 |
|
2349 |
+
#: templates/account/partials/addon.php:115
|
2350 |
msgid "Cancelled"
|
2351 |
msgstr "キャンセル"
|
2352 |
|
2353 |
+
#: templates/account/partials/addon.php:125
|
|
|
|
|
|
|
|
|
2354 |
msgid "No expiration"
|
2355 |
msgstr "有効期限なし"
|
2356 |
|
2357 |
+
#: templates/account/partials/addon.php264,
|
2358 |
+
#: templates/account/partials/addon.php:317
|
2359 |
msgid "Activate this add-on"
|
2360 |
msgstr "このアドオンを有効化"
|
2361 |
|
2383 |
msgid "Contact Support"
|
2384 |
msgstr "サポートに連絡"
|
2385 |
|
2386 |
+
#: templates/forms/deactivation/form.php:59
|
2387 |
msgid "Anonymous feedback"
|
2388 |
msgstr "匿名のフィードバック"
|
2389 |
|
2390 |
+
#: templates/forms/deactivation/form.php:66
|
2391 |
msgid "Deactivate"
|
2392 |
msgstr "無効化"
|
2393 |
|
2394 |
+
#: templates/forms/deactivation/form.php:68
|
2395 |
msgid "Activate %s"
|
2396 |
msgstr "%sを有効化する"
|
2397 |
|
|
|
|
|
|
|
|
|
2398 |
#: templates/forms/deactivation/form.php:80
|
2399 |
+
msgid "Quick Feedback"
|
2400 |
+
msgstr "Quick Feedback"
|
2401 |
+
|
2402 |
+
#: templates/forms/deactivation/form.php:84
|
2403 |
msgid "If you have a moment, please let us know why you are %s"
|
2404 |
msgstr "お時間があれば、なぜ%sするのか理由を教えてください。"
|
2405 |
|
2406 |
+
#: templates/forms/deactivation/form.php:84
|
2407 |
msgid "deactivating"
|
2408 |
msgstr "無効化中"
|
2409 |
|
2410 |
+
#: templates/forms/deactivation/form.php:84
|
2411 |
msgid "switching"
|
2412 |
msgstr "変更中"
|
2413 |
|
2414 |
+
#: templates/forms/deactivation/form.php:332
|
2415 |
msgid "Submit & %s"
|
2416 |
msgstr "送信と%s"
|
2417 |
|
2418 |
+
#: templates/forms/deactivation/form.php:353
|
2419 |
msgid "Kindly tell us the reason so we can improve."
|
2420 |
msgstr "改善できるよう、どうか理由を教えてください。"
|
2421 |
|
2422 |
+
#: templates/forms/deactivation/form.php:478
|
2423 |
msgid "Yes - %s"
|
2424 |
msgstr "はい"
|
2425 |
|
2426 |
+
#: templates/forms/deactivation/form.php:485
|
2427 |
msgid "Skip & %s"
|
2428 |
msgstr "スキップと%s"
|
2429 |
|
freemius/languages/freemius-nl_NL.mo
CHANGED
Binary file
|
freemius/languages/freemius-nl_NL.po
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the same license as the freemius package.
|
3 |
# Translators:
|
4 |
# Benny Vluggen <benny@prodevign.com>, 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: 2018-
|
11 |
"Last-Translator: Benny Vluggen <benny@prodevign.com>\n"
|
12 |
"Language: nl_NL\n"
|
13 |
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/freemius/wordpress-sdk/language/nl_NL/)\n"
|
@@ -21,1294 +22,1391 @@ msgstr ""
|
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
"X-Poedit-SourceCharset: UTF-8\n"
|
23 |
|
24 |
-
#: includes/class-freemius.php:
|
25 |
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
26 |
msgstr "Freemius SDK kon het hoofdbestand van de plug-in niet vinden. Neem a.j.b. contact op met sdk@freemius.com m.b.t. deze fout."
|
27 |
|
28 |
-
#: includes/class-freemius.php:
|
29 |
msgid "Error"
|
30 |
msgstr "Fout"
|
31 |
|
32 |
-
#: includes/class-freemius.php:
|
33 |
msgid "I found a better %s"
|
34 |
msgstr "Ik vond een beter %s"
|
35 |
|
36 |
-
#: includes/class-freemius.php:
|
37 |
msgid "What's the %s's name?"
|
38 |
msgstr "Wat is de naam van het %s?"
|
39 |
|
40 |
-
#: includes/class-freemius.php:
|
41 |
msgid "It's a temporary %s. I'm just debugging an issue."
|
42 |
msgstr "Het betreft een tijdelijke %s. Ik ben een probleem aan het debuggen."
|
43 |
|
44 |
-
#: includes/class-freemius.php:
|
45 |
msgid "Deactivation"
|
46 |
msgstr "Deactivatie"
|
47 |
|
48 |
-
#: includes/class-freemius.php:
|
49 |
msgid "Theme Switch"
|
50 |
msgstr "Thema Wissel"
|
51 |
|
52 |
-
#: includes/class-freemius.
|
53 |
msgid "Other"
|
54 |
msgstr "Overige"
|
55 |
|
56 |
-
#: includes/class-freemius.php:
|
57 |
msgid "I no longer need the %s"
|
58 |
msgstr "Ik heb de %s niet meer nodig "
|
59 |
|
60 |
-
#: includes/class-freemius.php:
|
61 |
msgid "I only needed the %s for a short period"
|
62 |
msgstr "Ik had de %s alleen nodig voor een korte periode."
|
63 |
|
64 |
-
#: includes/class-freemius.php:
|
65 |
msgid "The %s broke my site"
|
66 |
msgstr "De %s maakte mijn site onbruikbaar"
|
67 |
|
68 |
-
#: includes/class-freemius.php:
|
69 |
msgid "The %s suddenly stopped working"
|
70 |
msgstr "De %s werkte opeens niet meer"
|
71 |
|
72 |
-
#: includes/class-freemius.php:
|
73 |
msgid "I can't pay for it anymore"
|
74 |
msgstr "Ik kan er niet langer meer voor betalen"
|
75 |
|
76 |
-
#: includes/class-freemius.php:
|
77 |
msgid "What price would you feel comfortable paying?"
|
78 |
msgstr "Welke bedrag zou je ervoor over hebben?"
|
79 |
|
80 |
-
#: includes/class-freemius.php:
|
81 |
msgid "I don't like to share my information with you"
|
82 |
msgstr "Ik vind het niet prettig om mijn informatie met jullie te delen"
|
83 |
|
84 |
-
#: includes/class-freemius.php:
|
85 |
msgid "The %s didn't work"
|
86 |
msgstr "De %s werkte niet"
|
87 |
|
88 |
-
#: includes/class-freemius.php:
|
89 |
msgid "I couldn't understand how to make it work"
|
90 |
msgstr "Ik snapte niet hoe ik het aan het werk kon krijgen."
|
91 |
|
92 |
-
#: includes/class-freemius.php:
|
93 |
msgid "The %s is great, but I need specific feature that you don't support"
|
94 |
msgstr "De %s is uitstekend, maar ik heb een specifieke feature nodig die jullie niet ondersteunen"
|
95 |
|
96 |
-
#: includes/class-freemius.php:
|
97 |
msgid "What feature?"
|
98 |
msgstr "Welke feature?"
|
99 |
|
100 |
-
#: includes/class-freemius.php:
|
101 |
msgid "The %s is not working"
|
102 |
msgstr "De %s werkt niet"
|
103 |
|
104 |
-
#: includes/class-freemius.php:
|
105 |
msgid "Kindly share what didn't work so we can fix it for future users..."
|
106 |
msgstr "Wil je alsjeblieft zo vriendelijk zijn om te delen wat niet werkte, zodat we dat kunnen verbeteren voor toekomstige gebruikers ..."
|
107 |
|
108 |
-
#: includes/class-freemius.php:
|
109 |
msgid "It's not what I was looking for"
|
110 |
msgstr "Het is niet waarna ik opzoek was"
|
111 |
|
112 |
-
#: includes/class-freemius.php:
|
113 |
msgid "What you've been looking for?"
|
114 |
msgstr "Waar was je naar op zoek?"
|
115 |
|
116 |
-
#: includes/class-freemius.php:
|
117 |
msgid "The %s didn't work as expected"
|
118 |
msgstr "De %s werkte niet zoals verwacht"
|
119 |
|
120 |
-
#: includes/class-freemius.php:
|
121 |
msgid "What did you expect?"
|
122 |
msgstr "Wat had je verwacht?"
|
123 |
|
124 |
-
#: includes/class-freemius.
|
125 |
msgid "Freemius Debug"
|
126 |
msgstr "Freemius Debug"
|
127 |
|
128 |
-
#: includes/class-freemius.php:
|
129 |
msgid "I don't know what is cURL or how to install it, help me!"
|
130 |
msgstr "Ik weet niet wat cURL is of hoe dat te installeren is, help me!"
|
131 |
|
132 |
-
#: includes/class-freemius.php:
|
133 |
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."
|
134 |
msgstr "We doen onze best om contact op te nemen met uw hostingbedrijf om het probleem op te lossen. We sturen een vervolgmail naar %s, zodra we een update hebben. "
|
135 |
|
136 |
-
#: includes/class-freemius.php:
|
137 |
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."
|
138 |
msgstr "Mooi, installeer alsjeblieft cURL en activeer het in je php.ini bestand. Tevens, zoek naar de 'disable_functions' directive in je php.ini bestand en verwijder iedere methode die start met 'curl_'. Gebruik 'phpinfo()' om je ervan te vergewissen dat het nu succesvol geactiveerd is. Als actief, deactiveer de %s en heractiveer deze opnieuw."
|
139 |
|
140 |
-
#: includes/class-freemius.php:
|
141 |
msgid "Yes - do your thing"
|
142 |
msgstr "Ja, ga je gang"
|
143 |
|
144 |
-
#: includes/class-freemius.php:
|
145 |
msgid "No - just deactivate"
|
146 |
msgstr "Nee - alleen deactiveren"
|
147 |
|
148 |
-
#: includes/class-freemius.
|
149 |
-
#: includes/class-freemius.
|
150 |
-
#: includes/class-freemius.
|
151 |
-
#: includes/class-freemius.
|
152 |
-
#: includes/class-freemius.
|
153 |
-
#: includes/class-freemius.
|
154 |
-
#: includes/class-freemius.
|
155 |
msgctxt "exclamation"
|
156 |
msgid "Oops"
|
157 |
msgstr "Oeps"
|
158 |
|
159 |
-
#: includes/class-freemius.php:
|
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 "Bedankt dat je ons in de gelegenheid stelt dit op te lossen. Zojuist is er een bericht verstuurd naar onze technische staf. We laten wat van ons horen, aan %s, als we een update hebben. Bedankt voor je geduld."
|
162 |
|
163 |
-
#: includes/class-freemius.php:
|
164 |
msgctxt "addonX cannot run without pluginY"
|
165 |
msgid "%s cannot run without %s."
|
166 |
msgstr "%s werkt niet zonder %s."
|
167 |
|
168 |
-
#: includes/class-freemius.php:
|
169 |
msgctxt "addonX cannot run..."
|
170 |
msgid "%s cannot run without the plugin."
|
171 |
msgstr "%s werkt niet zonder de plug-in."
|
172 |
|
173 |
-
#: includes/class-freemius.
|
174 |
-
#: includes/class-freemius.php:
|
175 |
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
176 |
msgstr "Onverwachte API fout. Neem alsjeblieft contact op met de auteur van de %s met de volgende foutmelding."
|
177 |
|
178 |
-
#: includes/class-freemius.php:
|
179 |
msgid "Premium %s version was successfully activated."
|
180 |
msgstr "Premium %s versie is succesvol geactiveerd."
|
181 |
|
182 |
-
#: includes/class-freemius.
|
183 |
msgctxt ""
|
184 |
msgid "W00t"
|
185 |
msgstr "W00t"
|
186 |
|
187 |
-
#: includes/class-freemius.php:
|
188 |
msgid "You have a %s license."
|
189 |
msgstr "Je hebt een %s licentie"
|
190 |
|
191 |
-
#: includes/class-freemius.
|
192 |
-
#: includes/class-freemius.
|
193 |
-
#: includes/class-freemius.
|
194 |
-
#: includes/class-freemius.php:
|
195 |
msgctxt "interjection expressing joy or exuberance"
|
196 |
msgid "Yee-haw"
|
197 |
msgstr "Hoera"
|
198 |
|
199 |
-
#: includes/class-freemius.php:
|
200 |
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."
|
201 |
msgstr "%s gratis proefperiode werd succesvol stop gezet. Daar de add-on alleen als premium versie beschikbaar is werd deze automatisch gedeactiveerd. Als u de add-on in de toekomst wilt gebruiken dient u een licentie aan te schaffen."
|
202 |
|
203 |
-
#: includes/class-freemius.php:
|
204 |
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
205 |
msgstr "%s is uitsluitend beschikbaar als een premium add-on. Je moet een licentie kopen voordat je de plug-in activeert."
|
206 |
|
207 |
-
#: includes/class-freemius.
|
208 |
-
#: templates/account/partials/addon.php:
|
209 |
msgid "More information about %s"
|
210 |
msgstr "Meer informatie over %s"
|
211 |
|
212 |
-
#: includes/class-freemius.php:
|
213 |
msgid "Purchase License"
|
214 |
msgstr "Licentie Kopen"
|
215 |
|
216 |
-
#: includes/class-freemius.
|
217 |
msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
218 |
msgstr "Als het goed is ontvang je een activatie e-mail voor %s in je %s mailbox. Zorg er alsjeblieft voor dat je op de activatie knop klikt in die e-mail aan %s."
|
219 |
|
220 |
-
#: includes/class-freemius.php:
|
221 |
msgid "start the trial"
|
222 |
msgstr "start de proefperiode"
|
223 |
|
224 |
-
#: includes/class-freemius.
|
225 |
msgid "complete the install"
|
226 |
msgstr "voltooi de installatie"
|
227 |
|
228 |
-
#: includes/class-freemius.php:
|
229 |
msgid "You are just one step away - %s"
|
230 |
msgstr "Je bent slechts een stap verwijderd - %s"
|
231 |
|
232 |
-
#: includes/class-freemius.php:
|
233 |
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
234 |
msgid "Complete \"%s\" Activation Now"
|
235 |
msgstr "Voltooi \"%s\" Activatie Nu"
|
236 |
|
237 |
-
#: includes/class-freemius.php:
|
238 |
msgid "We made a few tweaks to the %s, %s"
|
239 |
msgstr "We hebben een aantal aanpassingen gedaan op de %s, %s "
|
240 |
|
241 |
-
#: includes/class-freemius.php:
|
242 |
-
msgid "Opt in to make \"%s\"
|
243 |
msgstr "Opt-in om \"%s\" te verbeteren!"
|
244 |
|
245 |
-
#: includes/class-freemius.php:
|
246 |
msgid "The upgrade of %s was successfully completed."
|
247 |
msgstr "De upgrade van %s is succesvol voltooid."
|
248 |
|
249 |
-
#: includes/class-freemius.
|
250 |
-
#: includes/class-fs-plugin-updater.
|
251 |
-
#: includes/class-fs-plugin-updater.
|
|
|
252 |
msgid "Add-On"
|
253 |
msgstr "Uitbreiding"
|
254 |
|
255 |
-
#: includes/class-freemius.
|
256 |
-
#: templates/debug.php:
|
257 |
msgid "Plugin"
|
258 |
msgstr "Plug-in"
|
259 |
|
260 |
-
#: includes/class-freemius.
|
261 |
-
#: templates/debug.
|
262 |
msgid "Theme"
|
263 |
msgstr "Thema"
|
264 |
|
265 |
-
#: includes/class-freemius.php:
|
266 |
-
msgid "
|
267 |
-
msgstr "
|
268 |
|
269 |
-
#: includes/class-freemius.php:
|
270 |
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
271 |
msgstr "We konden je e-mailadres niet vinden in het systeem, ben je zeker dat dat het juiste adres is?"
|
272 |
|
273 |
-
#: includes/class-freemius.php:
|
274 |
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
275 |
msgstr "Er is geen actieve licentie gekoppeld aan dat e-mailadres, ben je zeker dat dat het juiste adres is?"
|
276 |
|
277 |
-
#: includes/class-freemius.php:
|
278 |
msgid "Account is pending activation."
|
279 |
msgstr "Account wacht op activatie."
|
280 |
|
281 |
-
#: includes/class-freemius.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
282 |
msgid "%s activation was successfully completed."
|
283 |
msgstr "%s activatie is succesvol voltooid."
|
284 |
|
285 |
-
#: includes/class-freemius.php:
|
286 |
msgid "Your account was successfully activated with the %s plan."
|
287 |
msgstr "Je account is succesvol geactiveerd met het %s plan."
|
288 |
|
289 |
-
#: includes/class-freemius.
|
290 |
msgid "Your trial has been successfully started."
|
291 |
msgstr "U proefperiode is met succes gestart."
|
292 |
|
293 |
-
#: includes/class-freemius.
|
294 |
-
#: includes/class-freemius.php:
|
295 |
msgid "Couldn't activate %s."
|
296 |
msgstr "Kon %s niet activeren."
|
297 |
|
298 |
-
#: includes/class-freemius.
|
299 |
-
#: includes/class-freemius.php:
|
300 |
msgid "Please contact us with the following message:"
|
301 |
msgstr "Neem a.u.b. contact met ons op met het volgende bericht:"
|
302 |
|
303 |
-
#: includes/class-freemius.
|
304 |
msgid "Upgrade"
|
305 |
msgstr "Upgrade"
|
306 |
|
307 |
-
#: includes/class-freemius.php:
|
308 |
msgid "Start Trial"
|
309 |
msgstr "Start Proefperiode"
|
310 |
|
311 |
-
#: includes/class-freemius.php:
|
312 |
msgid "Pricing"
|
313 |
msgstr "Prijzen"
|
314 |
|
315 |
-
#: includes/class-freemius.
|
316 |
msgid "Affiliation"
|
317 |
msgstr "Affiliatie"
|
318 |
|
319 |
-
#: includes/class-freemius.
|
320 |
-
#: templates/account.
|
321 |
msgid "Account"
|
322 |
msgstr "Account"
|
323 |
|
324 |
-
#: includes/class-freemius.
|
325 |
#: includes/customizer/class-fs-customizer-support-section.php:60
|
326 |
msgid "Contact Us"
|
327 |
msgstr "Contacteer Ons"
|
328 |
|
329 |
-
#: includes/class-freemius.
|
330 |
-
#: includes/class-freemius.
|
331 |
-
#: templates/account/partials/addon.php:
|
332 |
msgid "Add-Ons"
|
333 |
msgstr "Uitbreidingen"
|
334 |
|
335 |
-
#: includes/class-freemius.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
336 |
msgctxt "noun"
|
337 |
msgid "Pricing"
|
338 |
msgstr "Prijzen"
|
339 |
|
340 |
-
#: includes/class-freemius.
|
341 |
#: includes/customizer/class-fs-customizer-support-section.php:67
|
342 |
msgid "Support Forum"
|
343 |
msgstr "Supportforum"
|
344 |
|
345 |
-
#: includes/class-freemius.php:
|
346 |
msgid "Your email has been successfully verified - you are AWESOME!"
|
347 |
msgstr "Je e-mail werd succesvol geverifieerd - je bent GEWELDIG!"
|
348 |
|
349 |
-
#: includes/class-freemius.php:
|
350 |
msgctxt "a positive response"
|
351 |
msgid "Right on"
|
352 |
msgstr "Toppie"
|
353 |
|
354 |
-
#: includes/class-freemius.php:
|
355 |
msgid "Your %s Add-on plan was successfully upgraded."
|
356 |
msgstr "Uw %sAdd-on plan werd succesvol geüpgraded. "
|
357 |
|
358 |
-
#: includes/class-freemius.php:
|
359 |
msgid "%s Add-on was successfully purchased."
|
360 |
msgstr "%s Add-on werd succesvol aangekocht."
|
361 |
|
362 |
-
#: includes/class-freemius.php:
|
363 |
msgid "Download the latest version"
|
364 |
msgstr "Download de meeste recente versie"
|
365 |
|
366 |
-
#: includes/class-freemius.php:
|
367 |
msgctxt "%1s - plugin title, %2s - API domain"
|
368 |
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
369 |
msgstr "Je server blokkeert de toegang tot de Freemius API, welke cruciaal is voor %1s synchronisatie. Neem alsjeblieft contact op met je host om %2s te whitelisten."
|
370 |
|
371 |
-
#: includes/class-freemius.
|
372 |
-
#: includes/class-freemius.php:
|
373 |
msgid "Error received from the server:"
|
374 |
msgstr "Foutmelding ontvangen van de server:"
|
375 |
|
376 |
-
#: includes/class-freemius.php:
|
377 |
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
378 |
msgstr "Het lijkt erop dat een van de authenticatie parameters niet klopt. Update je Publieke Sleutel, Geheime Sleutel & Gebruikers ID en probeer het nogmaals. "
|
379 |
|
380 |
-
#: includes/class-freemius.
|
381 |
-
#: includes/class-freemius.php:
|
382 |
msgctxt ""
|
383 |
msgid "Hmm"
|
384 |
msgstr "Hmm"
|
385 |
|
386 |
-
#: includes/class-freemius.php:
|
387 |
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."
|
388 |
msgstr "Het lijkt erop dat u nog steeds op het %s plan zit. Als u uw plan geüpgraded of veranderd heeft, dan is het waarschijnlijk een fout aan onze kant - sorry."
|
389 |
|
390 |
-
#: includes/class-freemius.
|
391 |
-
#: templates/add-ons.
|
392 |
msgctxt "trial period"
|
393 |
msgid "Trial"
|
394 |
msgstr "Proefperiode"
|
395 |
|
396 |
-
#: includes/class-freemius.php:
|
397 |
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
398 |
msgstr "Ik heb mijn account geüpgraded maar als ik probeer te Synchroniseren blijft het plan %s."
|
399 |
|
400 |
-
#: includes/class-freemius.
|
401 |
msgid "Please contact us here"
|
402 |
msgstr "Neem hier a.u.b. contact met ons op"
|
403 |
|
404 |
-
#: includes/class-freemius.php:
|
405 |
msgid "Your plan was successfully upgraded."
|
406 |
msgstr "Je plan is succesvol geüpgraded."
|
407 |
|
408 |
-
#: includes/class-freemius.php:
|
409 |
msgid "Your plan was successfully changed to %s."
|
410 |
msgstr "Je plan is succesvol veranderd naar %s."
|
411 |
|
412 |
-
#: includes/class-freemius.php:
|
413 |
msgid "Your license has expired. You can still continue using the free %s forever."
|
414 |
msgstr "Je licentie is verlopen. Je kan echter de gratis %s voor altijd blijven gebruiken."
|
415 |
|
416 |
-
#: includes/class-freemius.php:
|
417 |
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
418 |
msgstr "Je licentie is verlopen. %1$sUpgrade nu%2$s om de %3$s zonder interrupties te blijven gebruiken."
|
419 |
|
420 |
-
#: includes/class-freemius.php:
|
421 |
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
422 |
msgstr "Je licentie is geannuleerd. Als je denkt dat dat een fout is, neem dan alsjeblieft contact op met support."
|
423 |
|
424 |
-
#: includes/class-freemius.php:
|
425 |
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."
|
426 |
msgstr "Je licentie is verlopen. Je kan nog steeds alle %s features gebruiken, maar je zal je licentie moeten vernieuwen om weer updates en support te ontvangen."
|
427 |
|
428 |
-
#: includes/class-freemius.php:
|
429 |
msgid "Your free trial has expired. You can still continue using all our free features."
|
430 |
msgstr "Je gratis proefperiode is verlopen. Je kan nog steeds al onze gratis features blijven gebruiken."
|
431 |
|
432 |
-
#: includes/class-freemius.php:
|
433 |
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
434 |
msgstr "Je gratis proefperiode is verlopen. %1$sUpgrade nu%2$som de %3$s zonder interrupties te blijven gebruiken. "
|
435 |
|
436 |
-
#: includes/class-freemius.php:
|
437 |
msgid "It looks like the license could not be activated."
|
438 |
msgstr "Het lijkt erop dat de licentie niet geactiveerd kon worden."
|
439 |
|
440 |
-
#: includes/class-freemius.php:
|
441 |
msgid "Your license was successfully activated."
|
442 |
msgstr "Je licentie is succesvol geactiveerd."
|
443 |
|
444 |
-
#: includes/class-freemius.php:
|
445 |
msgid "It looks like your site currently doesn't have an active license."
|
446 |
msgstr "Het lijkt erop dat je site momenteel geen actieve licentie heeft."
|
447 |
|
448 |
-
#: includes/class-freemius.php:
|
449 |
msgid "It looks like the license deactivation failed."
|
450 |
msgstr "Het lijkt erop dat het deactiveren van je licentie mislukt is."
|
451 |
|
452 |
-
#: includes/class-freemius.php:
|
453 |
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
454 |
msgstr "Je licentie is succesvol gedeactiveerd, je bent terug op het %s plan."
|
455 |
|
456 |
-
#: includes/class-freemius.php:
|
457 |
msgid "O.K"
|
458 |
msgstr "Oké"
|
459 |
|
460 |
-
#: includes/class-freemius.php:
|
461 |
-
msgid "
|
462 |
-
msgstr "
|
463 |
|
464 |
-
#: includes/class-freemius.php:
|
465 |
-
msgid "
|
466 |
-
msgstr "
|
467 |
|
468 |
-
#: includes/class-freemius.php:
|
469 |
msgid "You are already running the %s in a trial mode."
|
470 |
-
msgstr "Je
|
471 |
|
472 |
-
#: includes/class-freemius.php:
|
473 |
msgid "You already utilized a trial before."
|
474 |
msgstr "U heeft reeds een proefperiode gebruikt."
|
475 |
|
476 |
-
#: includes/class-freemius.php:
|
477 |
msgid "Plan %s do not exist, therefore, can't start a trial."
|
478 |
msgstr "Plan %s bestaat niet, daarom kan proefperiode niet gestart worden."
|
479 |
|
480 |
-
#: includes/class-freemius.php:
|
481 |
msgid "Plan %s does not support a trial period."
|
482 |
msgstr "Plan %s ondersteunt geen proefperiode."
|
483 |
|
484 |
-
#: includes/class-freemius.php:
|
485 |
msgid "None of the %s's plans supports a trial period."
|
486 |
msgstr "Geen van de %s plannen ondersteunt een proefperiode."
|
487 |
|
488 |
-
#: includes/class-freemius.php:
|
489 |
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
490 |
msgstr "Het lijkt er op dat u niet langer meer in de proefperiode zit, dus er valt niets stop te zetten."
|
491 |
|
492 |
-
#: includes/class-freemius.php:
|
493 |
-
msgid "Your %s free trial was successfully cancelled."
|
494 |
-
msgstr "Uw gratis %s proefperiode is succesvol opgezegd. "
|
495 |
-
|
496 |
-
#: includes/class-freemius.php:17190
|
497 |
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
498 |
msgstr "Het lijkt er op dat we een tijdelijk probleem hebben met het opzeggen van uw proefperiode. Probeer het a.u.b. over enkele minuten nog eens."
|
499 |
|
500 |
-
#: includes/class-freemius.php:
|
|
|
|
|
|
|
|
|
501 |
msgid "Version %s was released."
|
502 |
msgstr "Versie %s is vrijgegeven."
|
503 |
|
504 |
-
#: includes/class-freemius.php:
|
505 |
msgid "Please download %s."
|
506 |
msgstr "A.u.b. %s downloaden."
|
507 |
|
508 |
-
#: includes/class-freemius.php:
|
509 |
msgid "the latest %s version here"
|
510 |
msgstr "de meest recente %s versie hier"
|
511 |
|
512 |
-
#: includes/class-freemius.php:
|
513 |
msgid "New"
|
514 |
msgstr "Nieuw"
|
515 |
|
516 |
-
#: includes/class-freemius.php:
|
517 |
msgid "Seems like you got the latest release."
|
518 |
msgstr "Het lijkt erop dat je de meest recente versie hebt."
|
519 |
|
520 |
-
#: includes/class-freemius.php:
|
521 |
msgid "You are all good!"
|
522 |
msgstr "Alles is goed!"
|
523 |
|
524 |
-
#: includes/class-freemius.php:
|
525 |
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
526 |
msgstr "Verificatiemail zojuist verstuurd naar %s. Als je deze niet binnen 5 min. hebt ontvangen, kijk dan alsjeblieft in je spambox."
|
527 |
|
528 |
-
#: includes/class-freemius.php:
|
529 |
msgid "Site successfully opted in."
|
530 |
msgstr "Site opt-in geslaagd. "
|
531 |
|
532 |
-
#: includes/class-freemius.
|
533 |
msgid "Awesome"
|
534 |
msgstr "Geweldig"
|
535 |
|
536 |
-
#: includes/class-freemius.
|
537 |
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
538 |
msgstr "We waarderen je hulp om %s beter te maken door ons gebruiksdata te laten verzamelen. "
|
539 |
|
540 |
-
#: includes/class-freemius.php:
|
541 |
msgid "Thank you!"
|
542 |
msgstr "Bedankt!"
|
543 |
|
544 |
-
#: includes/class-freemius.php:
|
545 |
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
546 |
msgstr "We zullen geen gebruiksdata meer verzenden van %s m.b.t. %s naar %s."
|
547 |
|
548 |
-
#: includes/class-freemius.php:
|
549 |
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."
|
550 |
msgstr "Hou alsjeblieft je mailbox in de gaten, je zult een e-mail ontvangen via %s om de overdracht te bevestigen. Vanwege veiligheidsredenen moet je de overdracht binnen de volgende 15 min. bevestigen. Kijk eventueel in je spambox, mocht je de e-mail niet aantreffen in je inbox."
|
551 |
|
552 |
-
#: includes/class-freemius.php:
|
553 |
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
554 |
msgstr "Bedankt voor het bevestigen van de eigendomsoverdracht. Zojuist is er een e-mail verstuurd naar %s voor de definitieve goedkeuring. "
|
555 |
|
556 |
-
#: includes/class-freemius.php:
|
557 |
msgid "%s is the new owner of the account."
|
558 |
msgstr "%s is de nieuwe eigenaar van het account."
|
559 |
|
560 |
-
#: includes/class-freemius.php:
|
561 |
msgctxt "as congratulations"
|
562 |
msgid "Congrats"
|
563 |
msgstr "Gefeliciteerd"
|
564 |
|
565 |
-
#: includes/class-freemius.php:
|
566 |
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
567 |
msgstr "Sorry, we konden de e-mail update niet voltooien. Een andere gebruiker met hetzelfde e-mailadres is reeds geregistreerd."
|
568 |
|
569 |
-
#: includes/class-freemius.php:
|
570 |
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
571 |
-
msgstr "Als
|
572 |
|
573 |
-
#: includes/class-freemius.php:
|
574 |
msgid "Change Ownership"
|
575 |
msgstr "Eigendom Overdragen"
|
576 |
|
577 |
-
#: includes/class-freemius.php:
|
578 |
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
579 |
msgstr "Je e-mailadres is succesvol verwerkt. Als het goed is ontvang je zometeen een e-mail met bevestigingsinstructies. "
|
580 |
|
581 |
-
#: includes/class-freemius.php:
|
582 |
msgid "Please provide your full name."
|
583 |
msgstr "Geef alsjeblieft je volledige naam."
|
584 |
|
585 |
-
#: includes/class-freemius.php:
|
586 |
msgid "Your name was successfully updated."
|
587 |
msgstr "Je naam is succesvol bijgewerkt."
|
588 |
|
589 |
-
#: includes/class-freemius.php:
|
590 |
msgid "You have successfully updated your %s."
|
591 |
msgstr "Je hebt je %s succesvol geüpdatet."
|
592 |
|
593 |
-
#: includes/class-freemius.php:
|
594 |
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
595 |
msgstr "Voor alle duidelijkheid, de add-ons informatie van %s wordt opgehaald van een externe server."
|
596 |
|
597 |
-
#: includes/class-freemius.php:
|
598 |
msgctxt "advance notice of something that will need attention."
|
599 |
msgid "Heads up"
|
600 |
msgstr "Aankondiging"
|
601 |
|
602 |
-
#: includes/class-freemius.php:
|
603 |
msgctxt "exclamation"
|
604 |
msgid "Hey"
|
605 |
msgstr "Hoi"
|
606 |
|
607 |
-
#: includes/class-freemius.php:
|
608 |
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
609 |
msgstr "Hoe bevalt %s tot dusver? Test al onze %s premium features gedurende een%d-daagse gratis proefperiode."
|
610 |
|
611 |
-
#: includes/class-freemius.php:
|
612 |
msgid "No commitment for %s days - cancel anytime!"
|
613 |
msgstr "Geen verplichting voor %s dagen - elk moment opzeggen!"
|
614 |
|
615 |
-
#: includes/class-freemius.php:
|
616 |
msgid "No credit card required"
|
617 |
msgstr "Geen creditcard nodig"
|
618 |
|
619 |
-
#: includes/class-freemius.
|
620 |
msgctxt "call to action"
|
621 |
msgid "Start free trial"
|
622 |
msgstr "Start gratis proefperidoe"
|
623 |
|
624 |
-
#: includes/class-freemius.php:
|
625 |
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!"
|
626 |
-
msgstr "Hey, wist je dat %s een
|
627 |
|
628 |
-
#: includes/class-freemius.php:
|
629 |
msgid "Learn more"
|
630 |
msgstr "Lees meer"
|
631 |
|
632 |
-
#: includes/class-freemius.
|
633 |
-
#: templates/account.
|
634 |
-
#: templates/connect.
|
635 |
-
#: templates/account/partials/addon.php:
|
636 |
msgid "Activate License"
|
637 |
msgstr "Activeer Licentie"
|
638 |
|
639 |
-
#: includes/class-freemius.
|
640 |
-
#: templates/account.
|
641 |
msgid "Change License"
|
642 |
msgstr "Verander Licentie"
|
643 |
|
644 |
-
#: includes/class-freemius.
|
645 |
msgid "Opt Out"
|
646 |
msgstr "Opt Out"
|
647 |
|
648 |
-
#: includes/class-freemius.
|
649 |
#: templates/account/partials/site.php43,
|
650 |
#: templates/account/partials/site.php:161
|
651 |
msgid "Opt In"
|
652 |
msgstr "Opt In"
|
653 |
|
654 |
-
#: includes/class-freemius.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
655 |
msgid "Please follow these steps to complete the upgrade"
|
656 |
msgstr "Volg alsjeblieft deze stappen om de upgrade te voltooien"
|
657 |
|
658 |
-
#: includes/class-freemius.php:
|
659 |
msgid "Download the latest %s version"
|
660 |
msgstr "Download de meeste recente %s versie"
|
661 |
|
662 |
-
#: includes/class-freemius.php:
|
663 |
msgid "Upload and activate the downloaded version"
|
664 |
msgstr "Upload en activeer de gedownloade versie"
|
665 |
|
666 |
-
#: includes/class-freemius.php:
|
667 |
msgid "How to upload and activate?"
|
668 |
msgstr "Hoe te uploaden en activeren?"
|
669 |
|
670 |
-
#: includes/class-freemius.php:
|
671 |
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
672 |
-
msgstr "%sKlik hier%s om de sites te kiezen waar op je de licentie
|
673 |
|
674 |
-
#: includes/class-freemius.php:
|
675 |
msgid "Auto installation only works for opted-in users."
|
676 |
msgstr "Automatische installatie werkt alleen voor opted-in gebruikers."
|
677 |
|
678 |
-
#: includes/class-freemius.
|
679 |
-
#: includes/class-fs-plugin-updater.
|
680 |
-
#: includes/class-fs-plugin-updater.php:
|
681 |
msgid "Invalid module ID."
|
682 |
msgstr "Ongeldige Module-ID"
|
683 |
|
684 |
-
#: includes/class-freemius.
|
685 |
msgid "Premium version already active."
|
686 |
msgstr "Premium versie reeds actief."
|
687 |
|
688 |
-
#: includes/class-freemius.php:
|
689 |
msgid "You do not have a valid license to access the premium version."
|
690 |
msgstr "Je hebt geen geldige licentie voor de premium versie."
|
691 |
|
692 |
-
#: includes/class-freemius.php:
|
693 |
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
694 |
msgstr "Plug-in is 'Serviceware' wat betekent dat het geen premium code versie bevat. "
|
695 |
|
696 |
-
#: includes/class-freemius.
|
697 |
msgid "Premium add-on version already installed."
|
698 |
msgstr "Premium add-on versie is reeds geïnstalleerd."
|
699 |
|
700 |
-
#: includes/class-freemius.php:
|
701 |
msgid "View paid features"
|
702 |
-
msgstr "Bekijk betaalde
|
703 |
|
704 |
-
#: includes/class-freemius.php:
|
705 |
msgid "Thank you so much for using %s and its add-ons!"
|
706 |
msgstr "Hartelijk bedankt voor het gebruik van %s en bijbehorende uitbreidingen!"
|
707 |
|
708 |
-
#: includes/class-freemius.php:
|
709 |
msgid "Thank you so much for using %s!"
|
710 |
msgstr "Hartelijk bedankt voor het gebruik van %s!"
|
711 |
|
712 |
-
#: includes/class-freemius.php:
|
713 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
714 |
msgstr "Je hebt reeds ingestemd met onze gebruiks-tracking, wat ons helpt om %s te blijven verbeteren."
|
715 |
|
716 |
-
#: includes/class-freemius.php:
|
717 |
msgid "Thank you so much for using our products!"
|
718 |
msgstr "Hartelijk bedankt voor het gebruiken van onze producten!"
|
719 |
|
720 |
-
#: includes/class-freemius.php:
|
721 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
722 |
msgstr "Je hebt reeds ingestemd met onze gebruiks-tracking, wat ons helpt om deze te blijven verbeteren."
|
723 |
|
724 |
-
#: includes/class-freemius.php:
|
725 |
msgid "%s and its add-ons"
|
726 |
msgstr "%sen bijbehorende uitbreidingen"
|
727 |
|
728 |
-
#: includes/class-freemius.php:
|
729 |
msgid "Products"
|
730 |
msgstr "Producten"
|
731 |
|
732 |
-
#: includes/class-freemius.
|
733 |
msgid "Yes"
|
734 |
msgstr "Ja"
|
735 |
|
736 |
-
#: includes/class-freemius.
|
737 |
msgid "send me security & feature updates, educational content and offers."
|
738 |
msgstr "stuur mij beveiliging & feature updates, educatieve content en aanbiedingen."
|
739 |
|
740 |
-
#: includes/class-freemius.
|
741 |
msgid "No"
|
742 |
msgstr "Nee"
|
743 |
|
744 |
-
#: includes/class-freemius.
|
745 |
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
746 |
msgstr "stuur mij %sGEEN%s beveiliging & feature updates, educatieve content of aanbiedingen."
|
747 |
|
748 |
-
#: includes/class-freemius.php:
|
749 |
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 🙂"
|
750 |
msgstr "Naar aanleiding van de nieuwe %sEU General Data Protection Regulation (GDPR) / Algemene verordening gegevensbescherming (AVG) %s regelgeving is het verplicht dat je je expliciete toestemming geeft, nogmaals, bevestigend dat je 'aan boord' bent 🙂"
|
751 |
|
752 |
-
#: includes/class-freemius.
|
753 |
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
754 |
msgstr "Laat ons alsjeblieft weten als je op de hoogte gehouden wilt worden van beveiliging & feature updates, educatieve content en zo nu en dan aanbiedingen:"
|
755 |
|
756 |
-
#: includes/class-freemius.php:
|
757 |
msgid "License key is empty."
|
758 |
msgstr "Licentiesleutel is leeg."
|
759 |
|
760 |
#: includes/class-fs-plugin-updater.php184,
|
761 |
-
#:
|
762 |
-
msgid "
|
763 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
764 |
|
765 |
-
#: includes/class-fs-plugin-updater.php:
|
766 |
msgid "Installing plugin: %s"
|
767 |
msgstr "Installeren van plug-in: %s"
|
768 |
|
769 |
-
#: includes/class-fs-plugin-updater.php:
|
770 |
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
771 |
msgstr "Toegang tot het bestandssysteem is niet mogelijk. Bevestig alsjeblieft je inloggegevens."
|
772 |
|
773 |
-
#: includes/class-fs-plugin-updater.php:
|
774 |
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
775 |
msgstr "Het remote plug-in pakket bevat geen folder met de verwachte slug en hernoemen werkte niet. "
|
776 |
|
777 |
-
#: includes/fs-plugin-info-dialog.
|
778 |
-
#: templates/account/partials/addon.php:
|
779 |
msgctxt "verb"
|
780 |
msgid "Purchase"
|
781 |
msgstr "Koop"
|
782 |
|
783 |
-
#: includes/fs-plugin-info-dialog.php:
|
784 |
msgid "Start my free %s"
|
785 |
msgstr "Start mijn gratis %s"
|
786 |
|
787 |
-
#: includes/fs-plugin-info-dialog.php:
|
788 |
msgid "Install Free Version Now"
|
789 |
msgstr "Installer Gratis Versie Nu"
|
790 |
|
791 |
-
#: includes/fs-plugin-info-dialog.
|
792 |
-
#: templates/account/partials/addon.
|
793 |
-
#: templates/account/partials/addon.php:
|
794 |
msgid "Install Now"
|
795 |
msgstr "Installeer Nu"
|
796 |
|
797 |
-
#: includes/fs-plugin-info-dialog.php:
|
798 |
msgctxt "as download latest version"
|
799 |
msgid "Download Latest Free Version"
|
800 |
msgstr "Download Nieuwste Gratis Versie"
|
801 |
|
802 |
-
#: includes/fs-plugin-info-dialog.
|
803 |
#: templates/account/partials/addon.php:21
|
804 |
msgctxt "as download latest version"
|
805 |
msgid "Download Latest"
|
806 |
msgstr "Download Nieuwste"
|
807 |
|
808 |
-
#: includes/fs-plugin-info-dialog.php:
|
809 |
msgid "Install Free Version Update Now"
|
810 |
msgstr "Installeer Gratis Versie Update Nu"
|
811 |
|
812 |
-
#: includes/fs-plugin-info-dialog.
|
813 |
msgid "Install Update Now"
|
814 |
msgstr "Installeer Update Nu"
|
815 |
|
816 |
-
#: includes/fs-plugin-info-dialog.php:
|
817 |
msgid "Newer Free Version (%s) Installed"
|
818 |
msgstr "Nieuwere Gratis Versie (%s) Geïnstalleerd"
|
819 |
|
820 |
-
#: includes/fs-plugin-info-dialog.php:
|
821 |
msgid "Newer Version (%s) Installed"
|
822 |
msgstr "Nieuwere Versie (%s) Geïnstalleerd"
|
823 |
|
824 |
-
#: includes/fs-plugin-info-dialog.php:
|
825 |
msgid "Latest Free Version Installed"
|
826 |
msgstr "Nieuwste Gratis Versie Geïnstalleerd"
|
827 |
|
828 |
-
#: includes/fs-plugin-info-dialog.php:
|
829 |
msgid "Latest Version Installed"
|
830 |
msgstr "Meest Recente Versie Geïnstalleerd"
|
831 |
|
832 |
-
#: includes/fs-plugin-info-dialog.php:
|
833 |
msgctxt "Plugin installer section title"
|
834 |
msgid "Description"
|
835 |
msgstr "Beschrijving"
|
836 |
|
837 |
-
#: includes/fs-plugin-info-dialog.php:
|
838 |
msgctxt "Plugin installer section title"
|
839 |
msgid "Installation"
|
840 |
msgstr "Installatie"
|
841 |
|
842 |
-
#: includes/fs-plugin-info-dialog.php:
|
843 |
msgctxt "Plugin installer section title"
|
844 |
msgid "FAQ"
|
845 |
msgstr "Veelgestelde Vragen"
|
846 |
|
847 |
-
#: includes/fs-plugin-info-dialog.
|
848 |
#: templates/plugin-info/description.php:55
|
849 |
msgid "Screenshots"
|
850 |
msgstr "Schermafbeeldingen"
|
851 |
|
852 |
-
#: includes/fs-plugin-info-dialog.php:
|
853 |
msgctxt "Plugin installer section title"
|
854 |
msgid "Changelog"
|
855 |
msgstr "Wijzigingen Log"
|
856 |
|
857 |
-
#: includes/fs-plugin-info-dialog.php:
|
858 |
msgctxt "Plugin installer section title"
|
859 |
msgid "Reviews"
|
860 |
msgstr "Reviews"
|
861 |
|
862 |
-
#: includes/fs-plugin-info-dialog.php:
|
863 |
msgctxt "Plugin installer section title"
|
864 |
msgid "Other Notes"
|
865 |
msgstr "Andere Notities"
|
866 |
|
867 |
-
#: includes/fs-plugin-info-dialog.php:
|
868 |
msgctxt "Plugin installer section title"
|
869 |
msgid "Features & Pricing"
|
870 |
msgstr "Features & Prijzen"
|
871 |
|
872 |
-
#: includes/fs-plugin-info-dialog.php:
|
873 |
msgid "Plugin Install"
|
874 |
msgstr "Plug-in Installatie"
|
875 |
|
876 |
-
#: includes/fs-plugin-info-dialog.php:
|
877 |
msgctxt "e.g. Professional Plan"
|
878 |
msgid "%s Plan"
|
879 |
msgstr "%s Plan"
|
880 |
|
881 |
-
#: includes/fs-plugin-info-dialog.php:
|
882 |
msgctxt "e.g. the best product"
|
883 |
msgid "Best"
|
884 |
msgstr "Beste"
|
885 |
|
886 |
-
#: includes/fs-plugin-info-dialog.
|
887 |
-
#: includes/fs-plugin-info-dialog.php:
|
888 |
msgctxt "as every month"
|
889 |
msgid "Monthly"
|
890 |
msgstr "Maandelijks"
|
891 |
|
892 |
-
#: includes/fs-plugin-info-dialog.php:
|
893 |
msgctxt "as once a year"
|
894 |
msgid "Annual"
|
895 |
msgstr "Jaarlijks"
|
896 |
|
897 |
-
#: includes/fs-plugin-info-dialog.php:
|
898 |
msgid "Lifetime"
|
899 |
msgstr "Levenslang"
|
900 |
|
901 |
-
#: includes/fs-plugin-info-dialog.
|
902 |
-
#: includes/fs-plugin-info-dialog.
|
903 |
-
#: includes/fs-plugin-info-dialog.php:
|
904 |
msgctxt "e.g. billed monthly"
|
905 |
msgid "Billed %s"
|
906 |
msgstr "%s gefactureerd "
|
907 |
|
908 |
-
#: includes/fs-plugin-info-dialog.php:
|
909 |
msgctxt "as once a year"
|
910 |
msgid "Annually"
|
911 |
msgstr "Jaarlijks"
|
912 |
|
913 |
-
#: includes/fs-plugin-info-dialog.php:
|
914 |
msgctxt "as once a year"
|
915 |
msgid "Once"
|
916 |
msgstr "Eenmalig"
|
917 |
|
918 |
-
#: includes/fs-plugin-info-dialog.php:
|
919 |
msgid "Single Site License"
|
920 |
msgstr "Enkele Site Licentie"
|
921 |
|
922 |
-
#: includes/fs-plugin-info-dialog.php:
|
923 |
msgid "Unlimited Licenses"
|
924 |
msgstr "Onbeperkte Licenties"
|
925 |
|
926 |
-
#: includes/fs-plugin-info-dialog.php:
|
927 |
msgid "Up to %s Sites"
|
928 |
msgstr "Tot %s Sites"
|
929 |
|
930 |
-
#: includes/fs-plugin-info-dialog.
|
931 |
#: templates/plugin-info/features.php:82
|
932 |
msgctxt "as monthly period"
|
933 |
msgid "mo"
|
934 |
msgstr "mnd"
|
935 |
|
936 |
-
#: includes/fs-plugin-info-dialog.
|
937 |
#: templates/plugin-info/features.php:80
|
938 |
msgctxt "as annual period"
|
939 |
msgid "year"
|
940 |
msgstr "jaar"
|
941 |
|
942 |
-
#: includes/fs-plugin-info-dialog.php:
|
943 |
msgctxt "noun"
|
944 |
msgid "Price"
|
945 |
msgstr "Prijs"
|
946 |
|
947 |
-
#: includes/fs-plugin-info-dialog.php:
|
948 |
msgid "Save %s"
|
949 |
msgstr "Bespaar %s"
|
950 |
|
951 |
-
#: includes/fs-plugin-info-dialog.php:
|
952 |
msgid "No commitment for %s - cancel anytime"
|
953 |
msgstr "Geen verplichting voor %s - opzeggen kan altijd"
|
954 |
|
955 |
-
#: includes/fs-plugin-info-dialog.php:
|
956 |
msgid "After your free %s, pay as little as %s"
|
957 |
msgstr "Na uw gratis %s, betaal slechts %s"
|
958 |
|
959 |
-
#: includes/fs-plugin-info-dialog.php:
|
960 |
msgid "Details"
|
961 |
msgstr "Details"
|
962 |
|
963 |
-
#: includes/fs-plugin-info-dialog.
|
964 |
-
#: templates/debug.
|
965 |
-
#: templates/account/partials/addon.php:
|
966 |
msgctxt "product version"
|
967 |
msgid "Version"
|
968 |
msgstr "Versie"
|
969 |
|
970 |
-
#: includes/fs-plugin-info-dialog.php:
|
971 |
msgctxt "as the plugin author"
|
972 |
msgid "Author"
|
973 |
msgstr "Auteur"
|
974 |
|
975 |
-
#: includes/fs-plugin-info-dialog.php:
|
976 |
msgid "Last Updated"
|
977 |
msgstr "Laatst Geüpdatet"
|
978 |
|
979 |
-
#: includes/fs-plugin-info-dialog.php:
|
980 |
msgctxt "x-ago"
|
981 |
msgid "%s ago"
|
982 |
msgstr "%s geleden"
|
983 |
|
984 |
-
#: includes/fs-plugin-info-dialog.php:
|
985 |
msgid "Requires WordPress Version"
|
986 |
-
msgstr "Vereiste WordPress
|
987 |
|
988 |
-
#: includes/fs-plugin-info-dialog.php:
|
989 |
msgid "%s or higher"
|
990 |
msgstr "%s of hoger"
|
991 |
|
992 |
-
#: includes/fs-plugin-info-dialog.php:
|
993 |
msgid "Compatible up to"
|
994 |
msgstr "Compatible tot"
|
995 |
|
996 |
-
#: includes/fs-plugin-info-dialog.php:
|
997 |
msgid "Downloaded"
|
998 |
msgstr "Gedownload"
|
999 |
|
1000 |
-
#: includes/fs-plugin-info-dialog.php:
|
1001 |
msgid "%s time"
|
1002 |
msgstr "%s tijd"
|
1003 |
|
1004 |
-
#: includes/fs-plugin-info-dialog.php:
|
1005 |
msgid "%s times"
|
1006 |
msgstr "%s tijden"
|
1007 |
|
1008 |
-
#: includes/fs-plugin-info-dialog.php:
|
1009 |
msgid "WordPress.org Plugin Page"
|
1010 |
msgstr "WordPress.org Plug-in Pagina"
|
1011 |
|
1012 |
-
#: includes/fs-plugin-info-dialog.php:
|
1013 |
msgid "Plugin Homepage"
|
1014 |
msgstr "Plug-in Homepage"
|
1015 |
|
1016 |
-
#: includes/fs-plugin-info-dialog.
|
1017 |
-
#: includes/fs-plugin-info-dialog.php:
|
1018 |
msgid "Donate to this plugin"
|
1019 |
msgstr "Doneer aan deze plug-in"
|
1020 |
|
1021 |
-
#: includes/fs-plugin-info-dialog.php:
|
1022 |
msgid "Average Rating"
|
1023 |
msgstr "Gemiddelde Beoordeling"
|
1024 |
|
1025 |
-
#: includes/fs-plugin-info-dialog.php:
|
1026 |
msgid "based on %s"
|
1027 |
msgstr "gebaseerd op %s"
|
1028 |
|
1029 |
-
#: includes/fs-plugin-info-dialog.php:
|
1030 |
msgid "%s rating"
|
1031 |
msgstr "%s beoordeling"
|
1032 |
|
1033 |
-
#: includes/fs-plugin-info-dialog.php:
|
1034 |
msgid "%s ratings"
|
1035 |
msgstr "%s beoordelingen"
|
1036 |
|
1037 |
-
#: includes/fs-plugin-info-dialog.php:
|
1038 |
msgid "%s star"
|
1039 |
msgstr "%s ster"
|
1040 |
|
1041 |
-
#: includes/fs-plugin-info-dialog.php:
|
1042 |
msgid "%s stars"
|
1043 |
msgstr "%s sterren"
|
1044 |
|
1045 |
-
#: includes/fs-plugin-info-dialog.php:
|
1046 |
msgid "Click to see reviews that provided a rating of %s"
|
1047 |
msgstr "Klik om reviews te bekijken met een beoordeling van%s"
|
1048 |
|
1049 |
-
#: includes/fs-plugin-info-dialog.php:
|
1050 |
msgid "Contributors"
|
1051 |
msgstr "Medewerkers"
|
1052 |
|
1053 |
-
#: includes/fs-plugin-info-dialog.
|
1054 |
-
#: includes/fs-plugin-info-dialog.php:
|
1055 |
msgid "Warning"
|
1056 |
msgstr "Waarschuwing"
|
1057 |
|
1058 |
-
#: includes/fs-plugin-info-dialog.php:
|
1059 |
msgid "This plugin has not been tested with your current version of WordPress."
|
1060 |
msgstr "Deze plug-in is nog niet getest met je huidige WordPress versie. "
|
1061 |
|
1062 |
-
#: includes/fs-plugin-info-dialog.php:
|
1063 |
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1064 |
msgstr "Deze plug-in is niet als compatibel aangemerkt voor je huidige WordPress versie."
|
1065 |
|
1066 |
-
#: includes/fs-plugin-info-dialog.php:
|
1067 |
msgid "Paid add-on must be deployed to Freemius."
|
1068 |
msgstr "Betaalde add-on moet op Freemius geplaatst worden."
|
1069 |
|
1070 |
-
#: includes/fs-plugin-info-dialog.php:
|
1071 |
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1072 |
msgstr "Add-on moet op WordPress.org of Freemius geplaatst worden."
|
1073 |
|
1074 |
-
#: templates/account.php81, templates/
|
|
|
1075 |
#: templates/account/partials/site.php:295
|
1076 |
-
msgid "Downgrading your plan
|
1077 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1078 |
|
1079 |
-
#: templates/account.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1080 |
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1081 |
msgstr "Het stopzetten van de proefperiode zal de toegang tot de premium features onmiddellijk blokkeren. Weet je dat zeker?"
|
1082 |
|
1083 |
-
#: templates/account.
|
1084 |
-
#: templates/account/partials/
|
1085 |
-
|
1086 |
-
|
|
|
1087 |
|
1088 |
-
#: templates/account.
|
1089 |
-
#: templates/account/partials/
|
|
|
1090 |
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1091 |
msgstr "Als je licentie verloopt kan je nog steeds gebruik maken van de Gratis versie, maar je zal GEEN toegang meer hebben tot de %sfeatures."
|
1092 |
|
1093 |
#. translators: %s: Plan title (e.g. "Professional")
|
1094 |
-
#: templates/account.
|
1095 |
#: templates/account/partials/activate-license-button.php31,
|
1096 |
-
#: templates/account/partials/addon.php:
|
1097 |
msgid "Activate %s Plan"
|
1098 |
msgstr "Activeer %s Plan"
|
1099 |
|
1100 |
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1101 |
-
#: templates/account.
|
1102 |
#: templates/account/partials/site.php:275
|
1103 |
msgid "Auto renews in %s"
|
1104 |
msgstr "Auto hernieuwd over %s"
|
1105 |
|
1106 |
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1107 |
-
#: templates/account.
|
1108 |
#: templates/account/partials/site.php:277
|
1109 |
msgid "Expires in %s"
|
1110 |
msgstr "Verloopt over %s"
|
1111 |
|
1112 |
-
#: templates/account.
|
1113 |
msgctxt "as synchronize license"
|
1114 |
msgid "Sync License"
|
1115 |
msgstr "Sync Licentie"
|
1116 |
|
1117 |
-
#: templates/account.
|
1118 |
msgid "Cancel Trial"
|
1119 |
msgstr "Proefperiode Opzeggen"
|
1120 |
|
1121 |
-
#: templates/account.
|
1122 |
msgid "Change Plan"
|
1123 |
msgstr "Wijzig Plan"
|
1124 |
|
1125 |
-
#: templates/account.
|
1126 |
msgctxt "verb"
|
1127 |
msgid "Upgrade"
|
1128 |
msgstr "Upgrade"
|
1129 |
|
1130 |
-
#: templates/account.
|
1131 |
-
#: templates/account/partials/site.php:
|
1132 |
msgctxt "verb"
|
1133 |
msgid "Downgrade"
|
1134 |
msgstr "Downgrade"
|
1135 |
|
1136 |
-
#: templates/account.
|
1137 |
#: templates/plugin-info/features.php72,
|
1138 |
-
#: templates/account/partials/addon.
|
1139 |
#: templates/account/partials/site.php:31
|
1140 |
msgid "Free"
|
1141 |
msgstr "Gratis"
|
1142 |
|
1143 |
-
#: templates/account.
|
1144 |
msgid "Activate"
|
1145 |
msgstr "Activeer"
|
1146 |
|
1147 |
-
#: templates/account.
|
1148 |
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1149 |
-
#: templates/account/partials/addon.php:
|
1150 |
msgctxt "as product pricing plan"
|
1151 |
msgid "Plan"
|
1152 |
msgstr "Plan"
|
1153 |
|
1154 |
-
#: templates/account.php:
|
1155 |
msgid "Free Trial"
|
1156 |
msgstr "Gratis Proefperiode"
|
1157 |
|
1158 |
-
#: templates/account.php:
|
1159 |
msgid "Account Details"
|
1160 |
msgstr "Accountgegevens"
|
1161 |
|
1162 |
-
#: templates/account.php:
|
1163 |
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?"
|
1164 |
msgstr "Verwijdering van het account zal automatisch je %s licentie deactiveren zodat je die op andere sites kan gebruiken. Als je tevens je terugkerende betalingen wilt stopzetten, klik dan op de 'Annuleer' knop en 'Downgrade' je account eerst. Weet je zeker dat je wilt doorgaan met de verwijdering?"
|
1165 |
|
1166 |
-
#: templates/account.php:
|
1167 |
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?"
|
1168 |
-
msgstr "Verwijdering is niet tijdelijk. Verwijder alleen als je deze %s niet langer wilt gebruiken. Weet je zeker dat
|
1169 |
|
1170 |
-
#: templates/account.php:
|
1171 |
msgid "Delete Account"
|
1172 |
msgstr "Verwijder Account"
|
1173 |
|
1174 |
-
#: templates/account.
|
1175 |
#: templates/account/partials/deactivate-license-button.php:35
|
1176 |
msgid "Deactivate License"
|
1177 |
msgstr "Deactiveer Licentie"
|
1178 |
|
1179 |
-
#: templates/account.php:
|
1180 |
msgid "Are you sure you want to proceed?"
|
1181 |
msgstr "Weet je zeker dat je wilt doorgaan?"
|
1182 |
|
1183 |
-
#: templates/account.
|
1184 |
msgid "Cancel Subscription"
|
1185 |
msgstr "Abonnement Opzeggen"
|
1186 |
|
1187 |
-
#: templates/account.php:
|
1188 |
msgctxt "as synchronize"
|
1189 |
msgid "Sync"
|
1190 |
msgstr "Sync"
|
1191 |
|
1192 |
-
#: templates/account.
|
1193 |
msgid "Name"
|
1194 |
msgstr "Naam"
|
1195 |
|
1196 |
-
#: templates/account.
|
1197 |
msgid "Email"
|
1198 |
msgstr "E-mail"
|
1199 |
|
1200 |
-
#: templates/account.
|
1201 |
msgid "User ID"
|
1202 |
msgstr "Gebruikers ID"
|
1203 |
|
1204 |
-
#: templates/account.php:
|
1205 |
msgid "Site ID"
|
1206 |
msgstr "Site ID"
|
1207 |
|
1208 |
-
#: templates/account.php:
|
1209 |
msgid "No ID"
|
1210 |
msgstr "Geen ID"
|
1211 |
|
1212 |
-
#: templates/account.
|
1213 |
-
#: templates/debug.
|
1214 |
#: templates/account/partials/site.php:219
|
1215 |
msgid "Public Key"
|
1216 |
msgstr "Publieke Sleutel"
|
1217 |
|
1218 |
-
#: templates/account.
|
1219 |
-
#: templates/debug.
|
1220 |
msgid "Secret Key"
|
1221 |
msgstr "Geheime Sleutel"
|
1222 |
|
1223 |
-
#: templates/account.php:
|
1224 |
msgctxt "as secret encryption key missing"
|
1225 |
msgid "No Secret"
|
1226 |
msgstr "Geen Geheim"
|
1227 |
|
1228 |
-
#: templates/account.
|
1229 |
#: templates/account/partials/site.php:114
|
1230 |
msgid "Trial"
|
1231 |
msgstr "Proefperiode"
|
1232 |
|
1233 |
-
#: templates/account.
|
1234 |
#: templates/account/partials/site.php:248
|
1235 |
msgid "License Key"
|
1236 |
msgstr "Licentiesleutel"
|
1237 |
|
1238 |
-
#: templates/account.php:
|
1239 |
msgid "not verified"
|
1240 |
msgstr "niet geverifieerd"
|
1241 |
|
1242 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
1243 |
msgid "Premium version"
|
1244 |
msgstr "Premium versie"
|
1245 |
|
1246 |
-
#: templates/account.php:
|
1247 |
msgid "Free version"
|
1248 |
msgstr "Gratis versie"
|
1249 |
|
1250 |
-
#: templates/account.php:
|
1251 |
msgid "Verify Email"
|
1252 |
msgstr "Verifieer E-mail"
|
1253 |
|
1254 |
-
#: templates/account.php:
|
1255 |
msgid "Download %s Version"
|
1256 |
msgstr "Download %s Versie"
|
1257 |
|
1258 |
-
#: templates/account.
|
1259 |
#: templates/account/partials/site.php237,
|
1260 |
#: templates/account/partials/site.php:255
|
1261 |
msgctxt "verb"
|
1262 |
msgid "Show"
|
1263 |
msgstr "Toon"
|
1264 |
|
1265 |
-
#: templates/account.php:
|
1266 |
msgid "What is your %s?"
|
1267 |
msgstr "Wat is je %s?"
|
1268 |
|
1269 |
-
#: templates/account.
|
1270 |
msgctxt "verb"
|
1271 |
msgid "Edit"
|
1272 |
msgstr "Bewerk"
|
1273 |
|
1274 |
-
#: templates/account.php:
|
1275 |
msgid "Sites"
|
1276 |
msgstr "Sites"
|
1277 |
|
1278 |
-
#: templates/account.php:
|
1279 |
msgid "Search by address"
|
1280 |
msgstr "Zoek op adres"
|
1281 |
|
1282 |
-
#: templates/account.
|
1283 |
-
#: templates/debug.
|
1284 |
-
#: templates/debug.
|
1285 |
#: templates/account/payments.php35, templates/debug/logger.php:21
|
1286 |
msgid "ID"
|
1287 |
msgstr "ID"
|
1288 |
|
1289 |
-
#: templates/account.
|
1290 |
msgid "Address"
|
1291 |
msgstr "Adres"
|
1292 |
|
1293 |
-
#: templates/account.php:
|
1294 |
msgid "License"
|
1295 |
msgstr "Licentie"
|
1296 |
|
1297 |
-
#: templates/account.php:
|
1298 |
msgid "Plan"
|
1299 |
msgstr "Plan"
|
1300 |
|
1301 |
-
#: templates/account.php:
|
1302 |
msgctxt "as software license"
|
1303 |
msgid "License"
|
1304 |
msgstr "Licentie"
|
1305 |
|
1306 |
-
#: templates/account.php:
|
1307 |
msgctxt "verb"
|
1308 |
msgid "Hide"
|
1309 |
msgstr "Verberg"
|
1310 |
|
1311 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1312 |
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?"
|
1313 |
msgstr "Deactiveren van je licentie zal alle premium features blokkeren, maar geeft je de mogelijkheid de licentie op een andere site te activeren. Weet je zeker dat je wilt doorgaan?"
|
1314 |
|
@@ -1320,7 +1418,7 @@ msgstr "Add-ons voor %s"
|
|
1320 |
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."
|
1321 |
msgstr "We konden de add-ons lijst niet laden. Dat is waarschijnlijk een probleem aan onze kant, kom alsjeblieft over enkele minuten terug."
|
1322 |
|
1323 |
-
#: templates/add-ons.php:
|
1324 |
msgid "View details"
|
1325 |
msgstr "Bekijk details"
|
1326 |
|
@@ -1356,166 +1454,170 @@ msgstr "Afrekenen"
|
|
1356 |
|
1357 |
#: templates/checkout.php:172
|
1358 |
msgid "PCI compliant"
|
1359 |
-
msgstr "PCI-
|
1360 |
|
1361 |
#. translators: %s: name (e.g. Hey John,)
|
1362 |
-
#: templates/connect.php:
|
1363 |
msgctxt "greeting"
|
1364 |
msgid "Hey %s,"
|
1365 |
msgstr "Hoi %s,"
|
1366 |
|
1367 |
-
#: templates/connect.php:
|
1368 |
msgid "Allow & Continue"
|
1369 |
msgstr "Toestaan & Ga Verder"
|
1370 |
|
1371 |
-
#: templates/connect.php:
|
1372 |
msgid "Re-send activation email"
|
1373 |
msgstr "Activatiemail opnieuw versturen"
|
1374 |
|
1375 |
-
#: templates/connect.php:
|
1376 |
msgid "Thanks %s!"
|
1377 |
msgstr "Bedankt %s!"
|
1378 |
|
1379 |
-
#: templates/connect.
|
1380 |
msgid "Agree & Activate License"
|
1381 |
msgstr "Akkoord & Activeer Licentie"
|
1382 |
|
1383 |
-
#: templates/connect.php:
|
1384 |
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1385 |
msgstr "Bedankt voor het aanschaffen van %s! Om te beginnen, voer alsjeblieft je licentiesleutel in:"
|
1386 |
|
1387 |
-
#: templates/connect.php:
|
1388 |
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."
|
1389 |
msgstr "Mis nooit een belangrijke update - opt-in voor onze beveiliging en feature update notificaties, educatieve content, aanbiedingen, en niet-gevoelige diagnostische tracking met %4$s."
|
1390 |
|
1391 |
-
#: templates/connect.php:
|
1392 |
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1393 |
msgstr "Mis nooit een belangrijke update - opt-in voor onze beveiliging en feature update notificaties, en niet-gevoelige diagnostische tracking met %4$s."
|
1394 |
|
1395 |
-
#: templates/connect.php:
|
1396 |
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."
|
1397 |
msgstr "Mis nooit een belangrijke update - opt-in voor onze beveiliging & feature update notificaties, educatieve content, aanbiedingen, en niet-gevoelige diagnostische tracking met %4$s. Als je deze stap overslaat, geen probleem! %1$szal ook dan gewoon 100% werken. "
|
1398 |
|
1399 |
-
#: templates/connect.php:
|
1400 |
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."
|
1401 |
msgstr "Mis nooit een belangrijke update - opt-in voor onze beveiliging & feature updates notificaties, en niet-gevoelige diagnostische tracking met %4$s. Als je deze stap overslaat, geen probleem! %1$szal ook dan gewoon 100% werken. "
|
1402 |
|
1403 |
-
#: templates/connect.php:
|
1404 |
msgid "We're excited to introduce the Freemius network-level integration."
|
1405 |
msgstr "We zijn verheugd om Freemius network-level integratie te introduceren."
|
1406 |
|
1407 |
-
#: templates/connect.php:
|
1408 |
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1409 |
-
msgstr "Tijdens het update proces
|
1410 |
|
1411 |
-
#: templates/connect.php:
|
1412 |
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1413 |
-
msgstr "Als je de %s op deze sites wil gebruiken, voer dan alsjeblieft de licentiesleutel hieronder in en klik op de activatie
|
1414 |
|
1415 |
-
#: templates/connect.php:
|
1416 |
msgid "%s's paid features"
|
1417 |
-
msgstr "%s betaalde
|
1418 |
|
1419 |
-
#: templates/connect.php:
|
1420 |
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1421 |
-
msgstr "
|
1422 |
|
1423 |
-
#: templates/connect.php:
|
1424 |
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1425 |
-
msgstr "Tijdens het update proces
|
1426 |
|
1427 |
-
#: templates/connect.
|
1428 |
msgid "License key"
|
1429 |
msgstr "Licentiesleutel"
|
1430 |
|
1431 |
-
#: templates/connect.
|
1432 |
msgid "Can't find your license key?"
|
1433 |
msgstr "Kan je je licentiesleutel niet vinden?"
|
1434 |
|
1435 |
-
#: templates/connect.
|
1436 |
#: templates/forms/deactivation/retry-skip.php:20
|
1437 |
msgctxt "verb"
|
1438 |
msgid "Skip"
|
1439 |
msgstr "Sla Over"
|
1440 |
|
1441 |
-
#: templates/connect.php:
|
1442 |
msgid "Delegate to Site Admins"
|
1443 |
msgstr "Delegeren aan Site Beheerders"
|
1444 |
|
1445 |
-
#: templates/connect.php:
|
1446 |
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1447 |
-
msgstr "Al je er op klikt zal deze beslissing gedelegeerd worden aan de beheerders van de sites. "
|
1448 |
|
1449 |
-
#: templates/connect.php:
|
1450 |
msgid "Your Profile Overview"
|
1451 |
msgstr "Je Profiel Overzicht"
|
1452 |
|
1453 |
-
#: templates/connect.php:
|
1454 |
msgid "Name and email address"
|
1455 |
msgstr "Naam en e-mailadres"
|
1456 |
|
1457 |
-
#: templates/connect.php:
|
1458 |
msgid "Your Site Overview"
|
1459 |
msgstr "Je Site Overzicht"
|
1460 |
|
1461 |
-
#: templates/connect.php:
|
1462 |
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1463 |
msgstr "Site URL, WP versie, PHP info, plug-ins & thema's"
|
1464 |
|
1465 |
-
#: templates/connect.php:
|
1466 |
msgid "Admin Notices"
|
1467 |
msgstr "Admin Mededelingen"
|
1468 |
|
1469 |
-
#: templates/connect.
|
1470 |
msgid "Updates, announcements, marketing, no spam"
|
1471 |
msgstr "Updates, aankondigingen, marketing, geen spam"
|
1472 |
|
1473 |
-
#: templates/connect.php:
|
1474 |
msgid "Current %s Events"
|
1475 |
msgstr "Huidige %s Gebeurtenissen"
|
1476 |
|
1477 |
-
#: templates/connect.php:
|
1478 |
msgid "Activation, deactivation and uninstall"
|
1479 |
msgstr "Activatie, deactivatie en deïnstallatie"
|
1480 |
|
1481 |
-
#: templates/connect.php:
|
1482 |
msgid "Newsletter"
|
1483 |
msgstr "Nieuwsbrief"
|
1484 |
|
1485 |
-
#: templates/connect.
|
1486 |
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."
|
1487 |
msgstr "De %1$s zal periodiek data verzenden naar %2$s om te controleren op beveiliging en feature updates en om te verifiëren of je licentie geldig is."
|
1488 |
|
1489 |
-
#: templates/connect.php:
|
1490 |
msgid "What permissions are being granted?"
|
1491 |
msgstr "Welke toestemmingen worden er verleend?"
|
1492 |
|
1493 |
-
#: templates/connect.php:
|
1494 |
msgid "Don't have a license key?"
|
1495 |
msgstr "Heb je geen licentiesleutel?"
|
1496 |
|
1497 |
-
#: templates/connect.php:
|
1498 |
msgid "Activate Free Version"
|
1499 |
msgstr "Activeer Gratis Versie"
|
1500 |
|
1501 |
-
#: templates/connect.php:
|
1502 |
msgid "Have a license key?"
|
1503 |
msgstr "Heb je een licentiesleutel?"
|
1504 |
|
1505 |
-
#: templates/connect.php:
|
1506 |
msgid "Privacy Policy"
|
1507 |
msgstr "Privacybeleid"
|
1508 |
|
1509 |
-
#: templates/connect.php:
|
|
|
|
|
|
|
|
|
1510 |
msgid "Terms of Service"
|
1511 |
msgstr "Servicevoorwaarden"
|
1512 |
|
1513 |
-
#: templates/connect.php:
|
1514 |
msgctxt "as in the process of sending an email"
|
1515 |
msgid "Sending email"
|
1516 |
msgstr "E-mail versturen"
|
1517 |
|
1518 |
-
#: templates/connect.php:
|
1519 |
msgctxt "as activating plugin"
|
1520 |
msgid "Activating"
|
1521 |
msgstr "Activeren"
|
@@ -1543,8 +1645,8 @@ msgctxt "as code debugging"
|
|
1543 |
msgid "Debugging"
|
1544 |
msgstr "Debugging"
|
1545 |
|
1546 |
-
#: templates/debug.php54, templates/debug.
|
1547 |
-
#: templates/debug.php:
|
1548 |
msgid "Actions"
|
1549 |
msgstr "Acties"
|
1550 |
|
@@ -1568,205 +1670,209 @@ msgstr "Updates Transients Opschonen"
|
|
1568 |
msgid "Sync Data From Server"
|
1569 |
msgstr "Synchroniseer Data Vanaf Server"
|
1570 |
|
1571 |
-
#: templates/debug.php:
|
|
|
|
|
|
|
|
|
1572 |
msgid "Load DB Option"
|
1573 |
-
msgstr "Laad DB
|
1574 |
|
1575 |
-
#: templates/debug.php:
|
1576 |
msgid "Set DB Option"
|
1577 |
-
msgstr "Activeer DB
|
1578 |
|
1579 |
-
#: templates/debug.php:
|
1580 |
msgid "Key"
|
1581 |
msgstr "Sleutel"
|
1582 |
|
1583 |
-
#: templates/debug.php:
|
1584 |
msgid "Value"
|
1585 |
msgstr "Waarde"
|
1586 |
|
1587 |
-
#: templates/debug.php:
|
1588 |
msgctxt "as software development kit versions"
|
1589 |
msgid "SDK Versions"
|
1590 |
msgstr "SDK Versies"
|
1591 |
|
1592 |
-
#: templates/debug.php:
|
1593 |
msgid "SDK Path"
|
1594 |
msgstr "SDK Pad"
|
1595 |
|
1596 |
-
#: templates/debug.
|
1597 |
msgid "Module Path"
|
1598 |
msgstr "Module Pad"
|
1599 |
|
1600 |
-
#: templates/debug.php:
|
1601 |
msgid "Is Active"
|
1602 |
msgstr "Is Actief"
|
1603 |
|
1604 |
-
#: templates/debug.
|
1605 |
msgid "Plugins"
|
1606 |
msgstr "Plug-ins"
|
1607 |
|
1608 |
-
#: templates/debug.
|
1609 |
msgid "Themes"
|
1610 |
msgstr "Thema's"
|
1611 |
|
1612 |
-
#: templates/debug.
|
1613 |
#: templates/debug/scheduled-crons.php:80
|
1614 |
msgid "Slug"
|
1615 |
msgstr "Slug"
|
1616 |
|
1617 |
-
#: templates/debug.
|
1618 |
msgid "Title"
|
1619 |
msgstr "Titel"
|
1620 |
|
1621 |
-
#: templates/debug.php:
|
1622 |
msgctxt "as application program interface"
|
1623 |
msgid "API"
|
1624 |
msgstr "API"
|
1625 |
|
1626 |
-
#: templates/debug.php:
|
1627 |
msgid "Freemius State"
|
1628 |
msgstr "Freemius Status"
|
1629 |
|
1630 |
-
#: templates/debug.php:
|
1631 |
msgid "Network Blog"
|
1632 |
msgstr "Netwerk Blog"
|
1633 |
|
1634 |
-
#: templates/debug.php:
|
1635 |
msgid "Network User"
|
1636 |
msgstr "Netwerk Gebruiker"
|
1637 |
|
1638 |
-
#: templates/debug.php:
|
1639 |
msgctxt "as connection was successful"
|
1640 |
msgid "Connected"
|
1641 |
msgstr "Verbonden"
|
1642 |
|
1643 |
-
#: templates/debug.php:
|
1644 |
msgctxt "as connection blocked"
|
1645 |
msgid "Blocked"
|
1646 |
msgstr "Geblokkeerd"
|
1647 |
|
1648 |
-
#: templates/debug.php:
|
1649 |
-
msgid "Simulate Trial"
|
1650 |
-
msgstr "Simuleer
|
1 |
+
# Copyright (C) 2019 freemius
|
2 |
# This file is distributed under the same license as the freemius package.
|
3 |
# Translators:
|
4 |
# Benny Vluggen <benny@prodevign.com>, 2017-2018
|
5 |
+
# Patrick Buntsma <info@stonehengecreations.nl>, 2018
|
6 |
msgid ""
|
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: 2018-11-26 14:12+0000\n"
|
12 |
"Last-Translator: Benny Vluggen <benny@prodevign.com>\n"
|
13 |
"Language: nl_NL\n"
|
14 |
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/freemius/wordpress-sdk/language/nl_NL/)\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
"X-Poedit-SourceCharset: UTF-8\n"
|
24 |
|
25 |
+
#: includes/class-freemius.php:1688
|
26 |
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
27 |
msgstr "Freemius SDK kon het hoofdbestand van de plug-in niet vinden. Neem a.j.b. contact op met sdk@freemius.com m.b.t. deze fout."
|
28 |
|
29 |
+
#: includes/class-freemius.php:1690
|
30 |
msgid "Error"
|
31 |
msgstr "Fout"
|
32 |
|
33 |
+
#: includes/class-freemius.php:2011
|
34 |
msgid "I found a better %s"
|
35 |
msgstr "Ik vond een beter %s"
|
36 |
|
37 |
+
#: includes/class-freemius.php:2013
|
38 |
msgid "What's the %s's name?"
|
39 |
msgstr "Wat is de naam van het %s?"
|
40 |
|
41 |
+
#: includes/class-freemius.php:2019
|
42 |
msgid "It's a temporary %s. I'm just debugging an issue."
|
43 |
msgstr "Het betreft een tijdelijke %s. Ik ben een probleem aan het debuggen."
|
44 |
|
45 |
+
#: includes/class-freemius.php:2021
|
46 |
msgid "Deactivation"
|
47 |
msgstr "Deactivatie"
|
48 |
|
49 |
+
#: includes/class-freemius.php:2022
|
50 |
msgid "Theme Switch"
|
51 |
msgstr "Thema Wissel"
|
52 |
|
53 |
+
#: includes/class-freemius.php2031, templates/forms/resend-key.php:24
|
54 |
msgid "Other"
|
55 |
msgstr "Overige"
|
56 |
|
57 |
+
#: includes/class-freemius.php:2039
|
58 |
msgid "I no longer need the %s"
|
59 |
msgstr "Ik heb de %s niet meer nodig "
|
60 |
|
61 |
+
#: includes/class-freemius.php:2046
|
62 |
msgid "I only needed the %s for a short period"
|
63 |
msgstr "Ik had de %s alleen nodig voor een korte periode."
|
64 |
|
65 |
+
#: includes/class-freemius.php:2052
|
66 |
msgid "The %s broke my site"
|
67 |
msgstr "De %s maakte mijn site onbruikbaar"
|
68 |
|
69 |
+
#: includes/class-freemius.php:2059
|
70 |
msgid "The %s suddenly stopped working"
|
71 |
msgstr "De %s werkte opeens niet meer"
|
72 |
|
73 |
+
#: includes/class-freemius.php:2069
|
74 |
msgid "I can't pay for it anymore"
|
75 |
msgstr "Ik kan er niet langer meer voor betalen"
|
76 |
|
77 |
+
#: includes/class-freemius.php:2071
|
78 |
msgid "What price would you feel comfortable paying?"
|
79 |
msgstr "Welke bedrag zou je ervoor over hebben?"
|
80 |
|
81 |
+
#: includes/class-freemius.php:2077
|
82 |
msgid "I don't like to share my information with you"
|
83 |
msgstr "Ik vind het niet prettig om mijn informatie met jullie te delen"
|
84 |
|
85 |
+
#: includes/class-freemius.php:2098
|
86 |
msgid "The %s didn't work"
|
87 |
msgstr "De %s werkte niet"
|
88 |
|
89 |
+
#: includes/class-freemius.php:2108
|
90 |
msgid "I couldn't understand how to make it work"
|
91 |
msgstr "Ik snapte niet hoe ik het aan het werk kon krijgen."
|
92 |
|
93 |
+
#: includes/class-freemius.php:2116
|
94 |
msgid "The %s is great, but I need specific feature that you don't support"
|
95 |
msgstr "De %s is uitstekend, maar ik heb een specifieke feature nodig die jullie niet ondersteunen"
|
96 |
|
97 |
+
#: includes/class-freemius.php:2118
|
98 |
msgid "What feature?"
|
99 |
msgstr "Welke feature?"
|
100 |
|
101 |
+
#: includes/class-freemius.php:2122
|
102 |
msgid "The %s is not working"
|
103 |
msgstr "De %s werkt niet"
|
104 |
|
105 |
+
#: includes/class-freemius.php:2124
|
106 |
msgid "Kindly share what didn't work so we can fix it for future users..."
|
107 |
msgstr "Wil je alsjeblieft zo vriendelijk zijn om te delen wat niet werkte, zodat we dat kunnen verbeteren voor toekomstige gebruikers ..."
|
108 |
|
109 |
+
#: includes/class-freemius.php:2128
|
110 |
msgid "It's not what I was looking for"
|
111 |
msgstr "Het is niet waarna ik opzoek was"
|
112 |
|
113 |
+
#: includes/class-freemius.php:2130
|
114 |
msgid "What you've been looking for?"
|
115 |
msgstr "Waar was je naar op zoek?"
|
116 |
|
117 |
+
#: includes/class-freemius.php:2134
|
118 |
msgid "The %s didn't work as expected"
|
119 |
msgstr "De %s werkte niet zoals verwacht"
|
120 |
|
121 |
+
#: includes/class-freemius.php:2136
|
122 |
msgid "What did you expect?"
|
123 |
msgstr "Wat had je verwacht?"
|
124 |
|
125 |
+
#: includes/class-freemius.php2942, templates/debug.php:20
|
126 |
msgid "Freemius Debug"
|
127 |
msgstr "Freemius Debug"
|
128 |
|
129 |
+
#: includes/class-freemius.php:3670
|
130 |
msgid "I don't know what is cURL or how to install it, help me!"
|
131 |
msgstr "Ik weet niet wat cURL is of hoe dat te installeren is, help me!"
|
132 |
|
133 |
+
#: includes/class-freemius.php:3672
|
134 |
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."
|
135 |
msgstr "We doen onze best om contact op te nemen met uw hostingbedrijf om het probleem op te lossen. We sturen een vervolgmail naar %s, zodra we een update hebben. "
|
136 |
|
137 |
+
#: includes/class-freemius.php:3679
|
138 |
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."
|
139 |
msgstr "Mooi, installeer alsjeblieft cURL en activeer het in je php.ini bestand. Tevens, zoek naar de 'disable_functions' directive in je php.ini bestand en verwijder iedere methode die start met 'curl_'. Gebruik 'phpinfo()' om je ervan te vergewissen dat het nu succesvol geactiveerd is. Als actief, deactiveer de %s en heractiveer deze opnieuw."
|
140 |
|
141 |
+
#: includes/class-freemius.php:3784
|
142 |
msgid "Yes - do your thing"
|
143 |
msgstr "Ja, ga je gang"
|
144 |
|
145 |
+
#: includes/class-freemius.php:3789
|
146 |
msgid "No - just deactivate"
|
147 |
msgstr "Nee - alleen deactiveren"
|
148 |
|
149 |
+
#: includes/class-freemius.php3834, includes/class-freemius.php4343,
|
150 |
+
#: includes/class-freemius.php5442, includes/class-freemius.php11545,
|
151 |
+
#: includes/class-freemius.php14916, includes/class-freemius.php14968,
|
152 |
+
#: includes/class-freemius.php15030, includes/class-freemius.php17263,
|
153 |
+
#: includes/class-freemius.php17273, includes/class-freemius.php17882,
|
154 |
+
#: includes/class-freemius.php18742, includes/class-freemius.php18857,
|
155 |
+
#: includes/class-freemius.php19001, templates/add-ons.php:43
|
156 |
msgctxt "exclamation"
|
157 |
msgid "Oops"
|
158 |
msgstr "Oeps"
|
159 |
|
160 |
+
#: includes/class-freemius.php:3903
|
161 |
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."
|
162 |
msgstr "Bedankt dat je ons in de gelegenheid stelt dit op te lossen. Zojuist is er een bericht verstuurd naar onze technische staf. We laten wat van ons horen, aan %s, als we een update hebben. Bedankt voor je geduld."
|
163 |
|
164 |
+
#: includes/class-freemius.php:4340
|
165 |
msgctxt "addonX cannot run without pluginY"
|
166 |
msgid "%s cannot run without %s."
|
167 |
msgstr "%s werkt niet zonder %s."
|
168 |
|
169 |
+
#: includes/class-freemius.php:4341
|
170 |
msgctxt "addonX cannot run..."
|
171 |
msgid "%s cannot run without the plugin."
|
172 |
msgstr "%s werkt niet zonder de plug-in."
|
173 |
|
174 |
+
#: includes/class-freemius.php4487, includes/class-freemius.php4512,
|
175 |
+
#: includes/class-freemius.php:17953
|
176 |
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
177 |
msgstr "Onverwachte API fout. Neem alsjeblieft contact op met de auteur van de %s met de volgende foutmelding."
|
178 |
|
179 |
+
#: includes/class-freemius.php:5130
|
180 |
msgid "Premium %s version was successfully activated."
|
181 |
msgstr "Premium %s versie is succesvol geactiveerd."
|
182 |
|
183 |
+
#: includes/class-freemius.php5142, includes/class-freemius.php:7004
|
184 |
msgctxt ""
|
185 |
msgid "W00t"
|
186 |
msgstr "W00t"
|
187 |
|
188 |
+
#: includes/class-freemius.php:5157
|
189 |
msgid "You have a %s license."
|
190 |
msgstr "Je hebt een %s licentie"
|
191 |
|
192 |
+
#: includes/class-freemius.php5161, includes/class-freemius.php14337,
|
193 |
+
#: includes/class-freemius.php14348, includes/class-freemius.php17177,
|
194 |
+
#: includes/class-freemius.php17491, includes/class-freemius.php17557,
|
195 |
+
#: includes/class-freemius.php:17707
|
196 |
msgctxt "interjection expressing joy or exuberance"
|
197 |
msgid "Yee-haw"
|
198 |
msgstr "Hoera"
|
199 |
|
200 |
+
#: includes/class-freemius.php:5425
|
201 |
msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
202 |
msgstr "%s gratis proefperiode werd succesvol stop gezet. Daar de add-on alleen als premium versie beschikbaar is werd deze automatisch gedeactiveerd. Als u de add-on in de toekomst wilt gebruiken dient u een licentie aan te schaffen."
|
203 |
|
204 |
+
#: includes/class-freemius.php:5429
|
205 |
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
206 |
msgstr "%s is uitsluitend beschikbaar als een premium add-on. Je moet een licentie kopen voordat je de plug-in activeert."
|
207 |
|
208 |
+
#: includes/class-freemius.php5438, templates/add-ons.php103,
|
209 |
+
#: templates/account/partials/addon.php:288
|
210 |
msgid "More information about %s"
|
211 |
msgstr "Meer informatie over %s"
|
212 |
|
213 |
+
#: includes/class-freemius.php:5439
|
214 |
msgid "Purchase License"
|
215 |
msgstr "Licentie Kopen"
|
216 |
|
217 |
+
#: includes/class-freemius.php6372, templates/connect.php:163
|
218 |
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."
|
219 |
msgstr "Als het goed is ontvang je een activatie e-mail voor %s in je %s mailbox. Zorg er alsjeblieft voor dat je op de activatie knop klikt in die e-mail aan %s."
|
220 |
|
221 |
+
#: includes/class-freemius.php:6376
|
222 |
msgid "start the trial"
|
223 |
msgstr "start de proefperiode"
|
224 |
|
225 |
+
#: includes/class-freemius.php6377, templates/connect.php:167
|
226 |
msgid "complete the install"
|
227 |
msgstr "voltooi de installatie"
|
228 |
|
229 |
+
#: includes/class-freemius.php:6490
|
230 |
msgid "You are just one step away - %s"
|
231 |
msgstr "Je bent slechts een stap verwijderd - %s"
|
232 |
|
233 |
+
#: includes/class-freemius.php:6493
|
234 |
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
235 |
msgid "Complete \"%s\" Activation Now"
|
236 |
msgstr "Voltooi \"%s\" Activatie Nu"
|
237 |
|
238 |
+
#: includes/class-freemius.php:6571
|
239 |
msgid "We made a few tweaks to the %s, %s"
|
240 |
msgstr "We hebben een aantal aanpassingen gedaan op de %s, %s "
|
241 |
|
242 |
+
#: includes/class-freemius.php:6575
|
243 |
+
msgid "Opt in to make \"%s\" better!"
|
244 |
msgstr "Opt-in om \"%s\" te verbeteren!"
|
245 |
|
246 |
+
#: includes/class-freemius.php:7003
|
247 |
msgid "The upgrade of %s was successfully completed."
|
248 |
msgstr "De upgrade van %s is succesvol voltooid."
|
249 |
|
250 |
+
#: includes/class-freemius.php8925, includes/class-fs-plugin-updater.php886,
|
251 |
+
#: includes/class-fs-plugin-updater.php1081,
|
252 |
+
#: includes/class-fs-plugin-updater.php1088,
|
253 |
+
#: templates/auto-installation.php:32
|
254 |
msgid "Add-On"
|
255 |
msgstr "Uitbreiding"
|
256 |
|
257 |
+
#: includes/class-freemius.php8927, templates/debug.php359,
|
258 |
+
#: templates/debug.php:520
|
259 |
msgid "Plugin"
|
260 |
msgstr "Plug-in"
|
261 |
|
262 |
+
#: includes/class-freemius.php8928, templates/debug.php359,
|
263 |
+
#: templates/debug.php520, templates/forms/deactivation/form.php:67
|
264 |
msgid "Theme"
|
265 |
msgstr "Thema"
|
266 |
|
267 |
+
#: includes/class-freemius.php:11412
|
268 |
+
msgid "Invalid site details collection."
|
269 |
+
msgstr "Ongeldige verzameling van Site Details."
|
270 |
|
271 |
+
#: includes/class-freemius.php:11532
|
272 |
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
273 |
msgstr "We konden je e-mailadres niet vinden in het systeem, ben je zeker dat dat het juiste adres is?"
|
274 |
|
275 |
+
#: includes/class-freemius.php:11534
|
276 |
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
277 |
msgstr "Er is geen actieve licentie gekoppeld aan dat e-mailadres, ben je zeker dat dat het juiste adres is?"
|
278 |
|
279 |
+
#: includes/class-freemius.php:11808
|
280 |
msgid "Account is pending activation."
|
281 |
msgstr "Account wacht op activatie."
|
282 |
|
283 |
+
#: includes/class-freemius.php11920,
|
284 |
+
#: templates/forms/premium-versions-upgrade-handler.php:47
|
285 |
+
msgid "Buy a license now"
|
286 |
+
msgstr "Koop nu een licentie"
|
287 |
+
|
288 |
+
#: includes/class-freemius.php11932,
|
289 |
+
#: templates/forms/premium-versions-upgrade-handler.php:46
|
290 |
+
msgid "Renew your license now"
|
291 |
+
msgstr "Vernieuw je licentie nu"
|
292 |
+
|
293 |
+
#: includes/class-freemius.php:11936
|
294 |
+
msgid "%s to access version %s security & feature updates, and support."
|
295 |
+
msgstr "%svoor toegang tot versie %s beveiliging en feature updates en support."
|
296 |
+
|
297 |
+
#: includes/class-freemius.php:14319
|
298 |
msgid "%s activation was successfully completed."
|
299 |
msgstr "%s activatie is succesvol voltooid."
|
300 |
|
301 |
+
#: includes/class-freemius.php:14333
|
302 |
msgid "Your account was successfully activated with the %s plan."
|
303 |
msgstr "Je account is succesvol geactiveerd met het %s plan."
|
304 |
|
305 |
+
#: includes/class-freemius.php14344, includes/class-freemius.php:17553
|
306 |
msgid "Your trial has been successfully started."
|
307 |
msgstr "U proefperiode is met succes gestart."
|
308 |
|
309 |
+
#: includes/class-freemius.php14914, includes/class-freemius.php14966,
|
310 |
+
#: includes/class-freemius.php:15028
|
311 |
msgid "Couldn't activate %s."
|
312 |
msgstr "Kon %s niet activeren."
|
313 |
|
314 |
+
#: includes/class-freemius.php14915, includes/class-freemius.php14967,
|
315 |
+
#: includes/class-freemius.php:15029
|
316 |
msgid "Please contact us with the following message:"
|
317 |
msgstr "Neem a.u.b. contact met ons op met het volgende bericht:"
|
318 |
|
319 |
+
#: includes/class-freemius.php15378, includes/class-freemius.php:19839
|
320 |
msgid "Upgrade"
|
321 |
msgstr "Upgrade"
|
322 |
|
323 |
+
#: includes/class-freemius.php:15384
|
324 |
msgid "Start Trial"
|
325 |
msgstr "Start Proefperiode"
|
326 |
|
327 |
+
#: includes/class-freemius.php:15386
|
328 |
msgid "Pricing"
|
329 |
msgstr "Prijzen"
|
330 |
|
331 |
+
#: includes/class-freemius.php15448, includes/class-freemius.php:15450
|
332 |
msgid "Affiliation"
|
333 |
msgstr "Affiliatie"
|
334 |
|
335 |
+
#: includes/class-freemius.php15478, includes/class-freemius.php15480,
|
336 |
+
#: templates/account.php150, templates/debug.php:324
|
337 |
msgid "Account"
|
338 |
msgstr "Account"
|
339 |
|
340 |
+
#: includes/class-freemius.php15493, includes/class-freemius.php15495,
|
341 |
#: includes/customizer/class-fs-customizer-support-section.php:60
|
342 |
msgid "Contact Us"
|
343 |
msgstr "Contacteer Ons"
|
344 |
|
345 |
+
#: includes/class-freemius.php15505, includes/class-freemius.php15507,
|
346 |
+
#: includes/class-freemius.php19849, templates/account.php100,
|
347 |
+
#: templates/account/partials/addon.php:41
|
348 |
msgid "Add-Ons"
|
349 |
msgstr "Uitbreidingen"
|
350 |
|
351 |
+
#: includes/class-freemius.php:15541
|
352 |
+
msgctxt "ASCII arrow left icon"
|
353 |
+
msgid "←"
|
354 |
+
msgstr "←"
|
355 |
+
|
356 |
+
#: includes/class-freemius.php:15541
|
357 |
+
msgctxt "ASCII arrow right icon"
|
358 |
+
msgid "➤"
|
359 |
+
msgstr "➤"
|
360 |
+
|
361 |
+
#: includes/class-freemius.php15543, templates/pricing.php:97
|
362 |
msgctxt "noun"
|
363 |
msgid "Pricing"
|
364 |
msgstr "Prijzen"
|
365 |
|
366 |
+
#: includes/class-freemius.php15756,
|
367 |
#: includes/customizer/class-fs-customizer-support-section.php:67
|
368 |
msgid "Support Forum"
|
369 |
msgstr "Supportforum"
|
370 |
|
371 |
+
#: includes/class-freemius.php:16542
|
372 |
msgid "Your email has been successfully verified - you are AWESOME!"
|
373 |
msgstr "Je e-mail werd succesvol geverifieerd - je bent GEWELDIG!"
|
374 |
|
375 |
+
#: includes/class-freemius.php:16543
|
376 |
msgctxt "a positive response"
|
377 |
msgid "Right on"
|
378 |
msgstr "Toppie"
|
379 |
|
380 |
+
#: includes/class-freemius.php:17168
|
381 |
msgid "Your %s Add-on plan was successfully upgraded."
|
382 |
msgstr "Uw %sAdd-on plan werd succesvol geüpgraded. "
|
383 |
|
384 |
+
#: includes/class-freemius.php:17170
|
385 |
msgid "%s Add-on was successfully purchased."
|
386 |
msgstr "%s Add-on werd succesvol aangekocht."
|
387 |
|
388 |
+
#: includes/class-freemius.php:17173
|
389 |
msgid "Download the latest version"
|
390 |
msgstr "Download de meeste recente versie"
|
391 |
|
392 |
+
#: includes/class-freemius.php:17259
|
393 |
msgctxt "%1s - plugin title, %2s - API domain"
|
394 |
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
|
395 |
msgstr "Je server blokkeert de toegang tot de Freemius API, welke cruciaal is voor %1s synchronisatie. Neem alsjeblieft contact op met je host om %2s te whitelisten."
|
396 |
|
397 |
+
#: includes/class-freemius.php17262, includes/class-freemius.php17678,
|
398 |
+
#: includes/class-freemius.php:17755
|
399 |
msgid "Error received from the server:"
|
400 |
msgstr "Foutmelding ontvangen van de server:"
|
401 |
|
402 |
+
#: includes/class-freemius.php:17272
|
403 |
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
404 |
msgstr "Het lijkt erop dat een van de authenticatie parameters niet klopt. Update je Publieke Sleutel, Geheime Sleutel & Gebruikers ID en probeer het nogmaals. "
|
405 |
|
406 |
+
#: includes/class-freemius.php17454, includes/class-freemius.php17683,
|
407 |
+
#: includes/class-freemius.php17726, includes/class-freemius.php:17829
|
408 |
msgctxt ""
|
409 |
msgid "Hmm"
|
410 |
msgstr "Hmm"
|
411 |
|
412 |
+
#: includes/class-freemius.php:17467
|
413 |
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."
|
414 |
msgstr "Het lijkt erop dat u nog steeds op het %s plan zit. Als u uw plan geüpgraded of veranderd heeft, dan is het waarschijnlijk een fout aan onze kant - sorry."
|
415 |
|
416 |
+
#: includes/class-freemius.php17468, templates/account.php102,
|
417 |
+
#: templates/add-ons.php134, templates/account/partials/addon.php:43
|
418 |
msgctxt "trial period"
|
419 |
msgid "Trial"
|
420 |
msgstr "Proefperiode"
|
421 |
|
422 |
+
#: includes/class-freemius.php:17473
|
423 |
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
424 |
msgstr "Ik heb mijn account geüpgraded maar als ik probeer te Synchroniseren blijft het plan %s."
|
425 |
|
426 |
+
#: includes/class-freemius.php17477, includes/class-freemius.php:17535
|
427 |
msgid "Please contact us here"
|
428 |
msgstr "Neem hier a.u.b. contact met ons op"
|
429 |
|
430 |
+
#: includes/class-freemius.php:17487
|
431 |
msgid "Your plan was successfully upgraded."
|
432 |
msgstr "Je plan is succesvol geüpgraded."
|
433 |
|
434 |
+
#: includes/class-freemius.php:17505
|
435 |
msgid "Your plan was successfully changed to %s."
|
436 |
msgstr "Je plan is succesvol veranderd naar %s."
|
437 |
|
438 |
+
#: includes/class-freemius.php:17521
|
439 |
msgid "Your license has expired. You can still continue using the free %s forever."
|
440 |
msgstr "Je licentie is verlopen. Je kan echter de gratis %s voor altijd blijven gebruiken."
|
441 |
|
442 |
+
#: includes/class-freemius.php:17523
|
443 |
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
444 |
msgstr "Je licentie is verlopen. %1$sUpgrade nu%2$s om de %3$s zonder interrupties te blijven gebruiken."
|
445 |
|
446 |
+
#: includes/class-freemius.php:17531
|
447 |
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
448 |
msgstr "Je licentie is geannuleerd. Als je denkt dat dat een fout is, neem dan alsjeblieft contact op met support."
|
449 |
|
450 |
+
#: includes/class-freemius.php:17544
|
451 |
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."
|
452 |
msgstr "Je licentie is verlopen. Je kan nog steeds alle %s features gebruiken, maar je zal je licentie moeten vernieuwen om weer updates en support te ontvangen."
|
453 |
|
454 |
+
#: includes/class-freemius.php:17567
|
455 |
msgid "Your free trial has expired. You can still continue using all our free features."
|
456 |
msgstr "Je gratis proefperiode is verlopen. Je kan nog steeds al onze gratis features blijven gebruiken."
|
457 |
|
458 |
+
#: includes/class-freemius.php:17569
|
459 |
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
460 |
msgstr "Je gratis proefperiode is verlopen. %1$sUpgrade nu%2$som de %3$s zonder interrupties te blijven gebruiken. "
|
461 |
|
462 |
+
#: includes/class-freemius.php:17674
|
463 |
msgid "It looks like the license could not be activated."
|
464 |
msgstr "Het lijkt erop dat de licentie niet geactiveerd kon worden."
|
465 |
|
466 |
+
#: includes/class-freemius.php:17704
|
467 |
msgid "Your license was successfully activated."
|
468 |
msgstr "Je licentie is succesvol geactiveerd."
|
469 |
|
470 |
+
#: includes/class-freemius.php:17730
|
471 |
msgid "It looks like your site currently doesn't have an active license."
|
472 |
msgstr "Het lijkt erop dat je site momenteel geen actieve licentie heeft."
|
473 |
|
474 |
+
#: includes/class-freemius.php:17754
|
475 |
msgid "It looks like the license deactivation failed."
|
476 |
msgstr "Het lijkt erop dat het deactiveren van je licentie mislukt is."
|
477 |
|
478 |
+
#: includes/class-freemius.php:17782
|
479 |
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
480 |
msgstr "Je licentie is succesvol gedeactiveerd, je bent terug op het %s plan."
|
481 |
|
482 |
+
#: includes/class-freemius.php:17783
|
483 |
msgid "O.K"
|
484 |
msgstr "Oké"
|
485 |
|
486 |
+
#: includes/class-freemius.php:17836
|
487 |
+
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
488 |
+
msgstr "Het lijkt erop, dat we een tijdelijk probleem hebben met het annuleren van je abonnement. Probeer het alsjeblieft over een paar minuten nog eens."
|
489 |
|
490 |
+
#: includes/class-freemius.php:17845
|
491 |
+
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
492 |
+
msgstr "Je abonnement is succesvol geannuleerd. De licentie van je %s-plan al over %s aflopen."
|
493 |
|
494 |
+
#: includes/class-freemius.php:17887
|
495 |
msgid "You are already running the %s in a trial mode."
|
496 |
+
msgstr "Je draait de %s al in proefmodus."
|
497 |
|
498 |
+
#: includes/class-freemius.php:17898
|
499 |
msgid "You already utilized a trial before."
|
500 |
msgstr "U heeft reeds een proefperiode gebruikt."
|
501 |
|
502 |
+
#: includes/class-freemius.php:17912
|
503 |
msgid "Plan %s do not exist, therefore, can't start a trial."
|
504 |
msgstr "Plan %s bestaat niet, daarom kan proefperiode niet gestart worden."
|
505 |
|
506 |
+
#: includes/class-freemius.php:17923
|
507 |
msgid "Plan %s does not support a trial period."
|
508 |
msgstr "Plan %s ondersteunt geen proefperiode."
|
509 |
|
510 |
+
#: includes/class-freemius.php:17934
|
511 |
msgid "None of the %s's plans supports a trial period."
|
512 |
msgstr "Geen van de %s plannen ondersteunt een proefperiode."
|
513 |
|
514 |
+
#: includes/class-freemius.php:17984
|
515 |
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
516 |
msgstr "Het lijkt er op dat u niet langer meer in de proefperiode zit, dus er valt niets stop te zetten."
|
517 |
|
518 |
+
#: includes/class-freemius.php:18020
|
|
|
|
|
|
|
|
|
519 |
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
520 |
msgstr "Het lijkt er op dat we een tijdelijk probleem hebben met het opzeggen van uw proefperiode. Probeer het a.u.b. over enkele minuten nog eens."
|
521 |
|
522 |
+
#: includes/class-freemius.php:18039
|
523 |
+
msgid "Your %s free trial was successfully cancelled."
|
524 |
+
msgstr "Uw gratis %s proefperiode is succesvol opgezegd. "
|
525 |
+
|
526 |
+
#: includes/class-freemius.php:18346
|
527 |
msgid "Version %s was released."
|
528 |
msgstr "Versie %s is vrijgegeven."
|
529 |
|
530 |
+
#: includes/class-freemius.php:18346
|
531 |
msgid "Please download %s."
|
532 |
msgstr "A.u.b. %s downloaden."
|
533 |
|
534 |
+
#: includes/class-freemius.php:18353
|
535 |
msgid "the latest %s version here"
|
536 |
msgstr "de meest recente %s versie hier"
|
537 |
|
538 |
+
#: includes/class-freemius.php:18358
|
539 |
msgid "New"
|
540 |
msgstr "Nieuw"
|
541 |
|
542 |
+
#: includes/class-freemius.php:18363
|
543 |
msgid "Seems like you got the latest release."
|
544 |
msgstr "Het lijkt erop dat je de meest recente versie hebt."
|
545 |
|
546 |
+
#: includes/class-freemius.php:18364
|
547 |
msgid "You are all good!"
|
548 |
msgstr "Alles is goed!"
|
549 |
|
550 |
+
#: includes/class-freemius.php:18632
|
551 |
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
552 |
msgstr "Verificatiemail zojuist verstuurd naar %s. Als je deze niet binnen 5 min. hebt ontvangen, kijk dan alsjeblieft in je spambox."
|
553 |
|
554 |
+
#: includes/class-freemius.php:18769
|
555 |
msgid "Site successfully opted in."
|
556 |
msgstr "Site opt-in geslaagd. "
|
557 |
|
558 |
+
#: includes/class-freemius.php18770, includes/class-freemius.php:19581
|
559 |
msgid "Awesome"
|
560 |
msgstr "Geweldig"
|
561 |
|
562 |
+
#: includes/class-freemius.php18786, templates/forms/optout.php:32
|
563 |
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
564 |
msgstr "We waarderen je hulp om %s beter te maken door ons gebruiksdata te laten verzamelen. "
|
565 |
|
566 |
+
#: includes/class-freemius.php:18787
|
567 |
msgid "Thank you!"
|
568 |
msgstr "Bedankt!"
|
569 |
|
570 |
+
#: includes/class-freemius.php:18794
|
571 |
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
572 |
msgstr "We zullen geen gebruiksdata meer verzenden van %s m.b.t. %s naar %s."
|
573 |
|
574 |
+
#: includes/class-freemius.php:18923
|
575 |
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."
|
576 |
msgstr "Hou alsjeblieft je mailbox in de gaten, je zult een e-mail ontvangen via %s om de overdracht te bevestigen. Vanwege veiligheidsredenen moet je de overdracht binnen de volgende 15 min. bevestigen. Kijk eventueel in je spambox, mocht je de e-mail niet aantreffen in je inbox."
|
577 |
|
578 |
+
#: includes/class-freemius.php:18929
|
579 |
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
580 |
msgstr "Bedankt voor het bevestigen van de eigendomsoverdracht. Zojuist is er een e-mail verstuurd naar %s voor de definitieve goedkeuring. "
|
581 |
|
582 |
+
#: includes/class-freemius.php:18934
|
583 |
msgid "%s is the new owner of the account."
|
584 |
msgstr "%s is de nieuwe eigenaar van het account."
|
585 |
|
586 |
+
#: includes/class-freemius.php:18936
|
587 |
msgctxt "as congratulations"
|
588 |
msgid "Congrats"
|
589 |
msgstr "Gefeliciteerd"
|
590 |
|
591 |
+
#: includes/class-freemius.php:18956
|
592 |
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
593 |
msgstr "Sorry, we konden de e-mail update niet voltooien. Een andere gebruiker met hetzelfde e-mailadres is reeds geregistreerd."
|
594 |
|
595 |
+
#: includes/class-freemius.php:18957
|
596 |
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
597 |
+
msgstr "Als je het eigendom van het %s account wilt overdragen aan %s, klik dan op de Eigendom Overdragen knop. "
|
598 |
|
599 |
+
#: includes/class-freemius.php:18964
|
600 |
msgid "Change Ownership"
|
601 |
msgstr "Eigendom Overdragen"
|
602 |
|
603 |
+
#: includes/class-freemius.php:18972
|
604 |
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
605 |
msgstr "Je e-mailadres is succesvol verwerkt. Als het goed is ontvang je zometeen een e-mail met bevestigingsinstructies. "
|
606 |
|
607 |
+
#: includes/class-freemius.php:18984
|
608 |
msgid "Please provide your full name."
|
609 |
msgstr "Geef alsjeblieft je volledige naam."
|
610 |
|
611 |
+
#: includes/class-freemius.php:18989
|
612 |
msgid "Your name was successfully updated."
|
613 |
msgstr "Je naam is succesvol bijgewerkt."
|
614 |
|
615 |
+
#: includes/class-freemius.php:19050
|
616 |
msgid "You have successfully updated your %s."
|
617 |
msgstr "Je hebt je %s succesvol geüpdatet."
|
618 |
|
619 |
+
#: includes/class-freemius.php:19190
|
620 |
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
621 |
msgstr "Voor alle duidelijkheid, de add-ons informatie van %s wordt opgehaald van een externe server."
|
622 |
|
623 |
+
#: includes/class-freemius.php:19191
|
624 |
msgctxt "advance notice of something that will need attention."
|
625 |
msgid "Heads up"
|
626 |
msgstr "Aankondiging"
|
627 |
|
628 |
+
#: includes/class-freemius.php:19621
|
629 |
msgctxt "exclamation"
|
630 |
msgid "Hey"
|
631 |
msgstr "Hoi"
|
632 |
|
633 |
+
#: includes/class-freemius.php:19621
|
634 |
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
635 |
msgstr "Hoe bevalt %s tot dusver? Test al onze %s premium features gedurende een%d-daagse gratis proefperiode."
|
636 |
|
637 |
+
#: includes/class-freemius.php:19629
|
638 |
msgid "No commitment for %s days - cancel anytime!"
|
639 |
msgstr "Geen verplichting voor %s dagen - elk moment opzeggen!"
|
640 |
|
641 |
+
#: includes/class-freemius.php:19630
|
642 |
msgid "No credit card required"
|
643 |
msgstr "Geen creditcard nodig"
|
644 |
|
645 |
+
#: includes/class-freemius.php19637, templates/forms/trial-start.php:53
|
646 |
msgctxt "call to action"
|
647 |
msgid "Start free trial"
|
648 |
msgstr "Start gratis proefperidoe"
|
649 |
|
650 |
+
#: includes/class-freemius.php:19714
|
651 |
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!"
|
652 |
+
msgstr "Hey, wist je dat %s een samenwerkingsprogramma heeft? Als je de %s goedvindt, kun je onze ambassadeur worden en wat geld verdienen!"
|
653 |
|
654 |
+
#: includes/class-freemius.php:19723
|
655 |
msgid "Learn more"
|
656 |
msgstr "Lees meer"
|
657 |
|
658 |
+
#: includes/class-freemius.php19873, templates/account.php406,
|
659 |
+
#: templates/account.php509, templates/connect.php171,
|
660 |
+
#: templates/connect.php421, templates/forms/license-activation.php24,
|
661 |
+
#: templates/account/partials/addon.php:235
|
662 |
msgid "Activate License"
|
663 |
msgstr "Activeer Licentie"
|
664 |
|
665 |
+
#: includes/class-freemius.php19874, templates/account.php469,
|
666 |
+
#: templates/account.php508, templates/account/partials/site.php:256
|
667 |
msgid "Change License"
|
668 |
msgstr "Verander Licentie"
|
669 |
|
670 |
+
#: includes/class-freemius.php19956, templates/account/partials/site.php:161
|
671 |
msgid "Opt Out"
|
672 |
msgstr "Opt Out"
|
673 |
|
674 |
+
#: includes/class-freemius.php19958, includes/class-freemius.php19963,
|
675 |
#: templates/account/partials/site.php43,
|
676 |
#: templates/account/partials/site.php:161
|
677 |
msgid "Opt In"
|
678 |
msgstr "Opt In"
|
679 |
|
680 |
+
#: includes/class-freemius.php:20187
|
681 |
+
msgid " The paid version of %1s is already installed. Please activate it to start benefiting the %2s features. %3s"
|
682 |
+
msgstr "De betaalde versie van%1s is reeds geïnstalleerd. Activeer deze alsjeblieft om te kunnen profiteren van de %2s features. %3s "
|
683 |
+
|
684 |
+
#: includes/class-freemius.php:20195
|
685 |
+
msgid "Activate %s features"
|
686 |
+
msgstr "Activeer %s features."
|
687 |
+
|
688 |
+
#: includes/class-freemius.php:20208
|
689 |
msgid "Please follow these steps to complete the upgrade"
|
690 |
msgstr "Volg alsjeblieft deze stappen om de upgrade te voltooien"
|
691 |
|
692 |
+
#: includes/class-freemius.php:20212
|
693 |
msgid "Download the latest %s version"
|
694 |
msgstr "Download de meeste recente %s versie"
|
695 |
|
696 |
+
#: includes/class-freemius.php:20216
|
697 |
msgid "Upload and activate the downloaded version"
|
698 |
msgstr "Upload en activeer de gedownloade versie"
|
699 |
|
700 |
+
#: includes/class-freemius.php:20218
|
701 |
msgid "How to upload and activate?"
|
702 |
msgstr "Hoe te uploaden en activeren?"
|
703 |
|
704 |
+
#: includes/class-freemius.php:20352
|
705 |
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
706 |
+
msgstr "%sKlik hier%s om de sites te kiezen waar op je de licentie wilt activeren."
|
707 |
|
708 |
+
#: includes/class-freemius.php:20513
|
709 |
msgid "Auto installation only works for opted-in users."
|
710 |
msgstr "Automatische installatie werkt alleen voor opted-in gebruikers."
|
711 |
|
712 |
+
#: includes/class-freemius.php20523, includes/class-freemius.php20556,
|
713 |
+
#: includes/class-fs-plugin-updater.php1060,
|
714 |
+
#: includes/class-fs-plugin-updater.php:1074
|
715 |
msgid "Invalid module ID."
|
716 |
msgstr "Ongeldige Module-ID"
|
717 |
|
718 |
+
#: includes/class-freemius.php20532, includes/class-fs-plugin-updater.php:1096
|
719 |
msgid "Premium version already active."
|
720 |
msgstr "Premium versie reeds actief."
|
721 |
|
722 |
+
#: includes/class-freemius.php:20539
|
723 |
msgid "You do not have a valid license to access the premium version."
|
724 |
msgstr "Je hebt geen geldige licentie voor de premium versie."
|
725 |
|
726 |
+
#: includes/class-freemius.php:20546
|
727 |
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
728 |
msgstr "Plug-in is 'Serviceware' wat betekent dat het geen premium code versie bevat. "
|
729 |
|
730 |
+
#: includes/class-freemius.php20564, includes/class-fs-plugin-updater.php:1095
|
731 |
msgid "Premium add-on version already installed."
|
732 |
msgstr "Premium add-on versie is reeds geïnstalleerd."
|
733 |
|
734 |
+
#: includes/class-freemius.php:20909
|
735 |
msgid "View paid features"
|
736 |
+
msgstr "Bekijk betaalde kenmerken"
|
737 |
|
738 |
+
#: includes/class-freemius.php:21229
|
739 |
msgid "Thank you so much for using %s and its add-ons!"
|
740 |
msgstr "Hartelijk bedankt voor het gebruik van %s en bijbehorende uitbreidingen!"
|
741 |
|
742 |
+
#: includes/class-freemius.php:21230
|
743 |
msgid "Thank you so much for using %s!"
|
744 |
msgstr "Hartelijk bedankt voor het gebruik van %s!"
|
745 |
|
746 |
+
#: includes/class-freemius.php:21236
|
747 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
748 |
msgstr "Je hebt reeds ingestemd met onze gebruiks-tracking, wat ons helpt om %s te blijven verbeteren."
|
749 |
|
750 |
+
#: includes/class-freemius.php:21240
|
751 |
msgid "Thank you so much for using our products!"
|
752 |
msgstr "Hartelijk bedankt voor het gebruiken van onze producten!"
|
753 |
|
754 |
+
#: includes/class-freemius.php:21241
|
755 |
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
756 |
msgstr "Je hebt reeds ingestemd met onze gebruiks-tracking, wat ons helpt om deze te blijven verbeteren."
|
757 |
|
758 |
+
#: includes/class-freemius.php:21260
|
759 |
msgid "%s and its add-ons"
|
760 |
msgstr "%sen bijbehorende uitbreidingen"
|
761 |
|
762 |
+
#: includes/class-freemius.php:21269
|
763 |
msgid "Products"
|
764 |
msgstr "Producten"
|
765 |
|
766 |
+
#: includes/class-freemius.php21276, templates/connect.php:272
|
767 |
msgid "Yes"
|
768 |
msgstr "Ja"
|
769 |
|
770 |
+
#: includes/class-freemius.php21277, templates/connect.php:273
|
771 |
msgid "send me security & feature updates, educational content and offers."
|
772 |
msgstr "stuur mij beveiliging & feature updates, educatieve content en aanbiedingen."
|
773 |
|
774 |
+
#: includes/class-freemius.php21278, templates/connect.php:278
|
775 |
msgid "No"
|
776 |
msgstr "Nee"
|
777 |
|
778 |
+
#: includes/class-freemius.php21280, templates/connect.php:280
|
779 |
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
780 |
msgstr "stuur mij %sGEEN%s beveiliging & feature updates, educatieve content of aanbiedingen."
|
781 |
|
782 |
+
#: includes/class-freemius.php:21290
|
783 |
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 🙂"
|
784 |
msgstr "Naar aanleiding van de nieuwe %sEU General Data Protection Regulation (GDPR) / Algemene verordening gegevensbescherming (AVG) %s regelgeving is het verplicht dat je je expliciete toestemming geeft, nogmaals, bevestigend dat je 'aan boord' bent 🙂"
|
785 |
|
786 |
+
#: includes/class-freemius.php21292, templates/connect.php:287
|
787 |
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
788 |
msgstr "Laat ons alsjeblieft weten als je op de hoogte gehouden wilt worden van beveiliging & feature updates, educatieve content en zo nu en dan aanbiedingen:"
|
789 |
|
790 |
+
#: includes/class-freemius.php:21574
|
791 |
msgid "License key is empty."
|
792 |
msgstr "Licentiesleutel is leeg."
|
793 |
|
794 |
#: includes/class-fs-plugin-updater.php184,
|
795 |
+
#: templates/forms/premium-versions-upgrade-handler.php:57
|
796 |
+
msgid "Renew license"
|
797 |
+
msgstr "Vernieuw licentie"
|
798 |
+
|
799 |
+
#: includes/class-fs-plugin-updater.php189,
|
800 |
+
#: templates/forms/premium-versions-upgrade-handler.php:58
|
801 |
+
msgid "Buy license"
|
802 |
+
msgstr "Koop licentie"
|
803 |
+
|
804 |
+
#: includes/class-fs-plugin-updater.php:278
|
805 |
+
msgid "There is a %s of %s available."
|
806 |
+
msgstr "Er is een %s van %s beschikbaar."
|
807 |
+
|
808 |
+
#: includes/class-fs-plugin-updater.php:282
|
809 |
+
msgid "new version"
|
810 |
+
msgstr "nieuwe versie"
|
811 |
+
|
812 |
+
#: includes/class-fs-plugin-updater.php:305
|
813 |
+
msgid "Important Upgrade Notice:"
|
814 |
+
msgstr "Belangrijke Upgrade Mededeling:"
|
815 |
|
816 |
+
#: includes/class-fs-plugin-updater.php:1125
|
817 |
msgid "Installing plugin: %s"
|
818 |
msgstr "Installeren van plug-in: %s"
|
819 |
|
820 |
+
#: includes/class-fs-plugin-updater.php:1166
|
821 |
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
822 |
msgstr "Toegang tot het bestandssysteem is niet mogelijk. Bevestig alsjeblieft je inloggegevens."
|
823 |
|
824 |
+
#: includes/class-fs-plugin-updater.php:1348
|
825 |
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
826 |
msgstr "Het remote plug-in pakket bevat geen folder met de verwachte slug en hernoemen werkte niet. "
|
827 |
|
828 |
+
#: includes/fs-plugin-info-dialog.php369,
|
829 |
+
#: templates/account/partials/addon.php:292
|
830 |
msgctxt "verb"
|
831 |
msgid "Purchase"
|
832 |
msgstr "Koop"
|
833 |
|
834 |
+
#: includes/fs-plugin-info-dialog.php:372
|
835 |
msgid "Start my free %s"
|
836 |
msgstr "Start mijn gratis %s"
|
837 |
|
838 |
+
#: includes/fs-plugin-info-dialog.php:413
|
839 |
msgid "Install Free Version Now"
|
840 |
msgstr "Installer Gratis Versie Nu"
|
841 |
|
842 |
+
#: includes/fs-plugin-info-dialog.php414, templates/auto-installation.php111,
|
843 |
+
#: templates/account/partials/addon.php272,
|
844 |
+
#: templates/account/partials/addon.php:322
|
845 |
msgid "Install Now"
|
846 |
msgstr "Installeer Nu"
|
847 |
|
848 |
+
#: includes/fs-plugin-info-dialog.php:425
|
849 |
msgctxt "as download latest version"
|
850 |
msgid "Download Latest Free Version"
|
851 |
msgstr "Download Nieuwste Gratis Versie"
|
852 |
|
853 |
+
#: includes/fs-plugin-info-dialog.php426, templates/account.php80,
|
854 |
#: templates/account/partials/addon.php:21
|
855 |
msgctxt "as download latest version"
|
856 |
msgid "Download Latest"
|
857 |
msgstr "Download Nieuwste"
|
858 |
|
859 |
+
#: includes/fs-plugin-info-dialog.php:436
|
860 |
msgid "Install Free Version Update Now"
|
861 |
msgstr "Installeer Gratis Versie Update Nu"
|
862 |
|
863 |
+
#: includes/fs-plugin-info-dialog.php437, templates/account.php:460
|
864 |
msgid "Install Update Now"
|
865 |
msgstr "Installeer Update Nu"
|
866 |
|
867 |
+
#: includes/fs-plugin-info-dialog.php:448
|
868 |
msgid "Newer Free Version (%s) Installed"
|
869 |
msgstr "Nieuwere Gratis Versie (%s) Geïnstalleerd"
|
870 |
|
871 |
+
#: includes/fs-plugin-info-dialog.php:449
|
872 |
msgid "Newer Version (%s) Installed"
|
873 |
msgstr "Nieuwere Versie (%s) Geïnstalleerd"
|
874 |
|
875 |
+
#: includes/fs-plugin-info-dialog.php:457
|
876 |
msgid "Latest Free Version Installed"
|
877 |
msgstr "Nieuwste Gratis Versie Geïnstalleerd"
|
878 |
|
879 |
+
#: includes/fs-plugin-info-dialog.php:458
|
880 |
msgid "Latest Version Installed"
|
881 |
msgstr "Meest Recente Versie Geïnstalleerd"
|
882 |
|
883 |
+
#: includes/fs-plugin-info-dialog.php:613
|
884 |
msgctxt "Plugin installer section title"
|
885 |
msgid "Description"
|
886 |
msgstr "Beschrijving"
|
887 |
|
888 |
+
#: includes/fs-plugin-info-dialog.php:614
|
889 |
msgctxt "Plugin installer section title"
|
890 |
msgid "Installation"
|
891 |
msgstr "Installatie"
|
892 |
|
893 |
+
#: includes/fs-plugin-info-dialog.php:615
|
894 |
msgctxt "Plugin installer section title"
|
895 |
msgid "FAQ"
|
896 |
msgstr "Veelgestelde Vragen"
|
897 |
|
898 |
+
#: includes/fs-plugin-info-dialog.php616,
|
899 |
#: templates/plugin-info/description.php:55
|
900 |
msgid "Screenshots"
|
901 |
msgstr "Schermafbeeldingen"
|
902 |
|
903 |
+
#: includes/fs-plugin-info-dialog.php:617
|
904 |
msgctxt "Plugin installer section title"
|
905 |
msgid "Changelog"
|
906 |
msgstr "Wijzigingen Log"
|
907 |
|
908 |
+
#: includes/fs-plugin-info-dialog.php:618
|
909 |
msgctxt "Plugin installer section title"
|
910 |
msgid "Reviews"
|
911 |
msgstr "Reviews"
|
912 |
|
913 |
+
#: includes/fs-plugin-info-dialog.php:619
|
914 |
msgctxt "Plugin installer section title"
|
915 |
msgid "Other Notes"
|
916 |
msgstr "Andere Notities"
|
917 |
|
918 |
+
#: includes/fs-plugin-info-dialog.php:634
|
919 |
msgctxt "Plugin installer section title"
|
920 |
msgid "Features & Pricing"
|
921 |
msgstr "Features & Prijzen"
|
922 |
|
923 |
+
#: includes/fs-plugin-info-dialog.php:644
|
924 |
msgid "Plugin Install"
|
925 |
msgstr "Plug-in Installatie"
|
926 |
|
927 |
+
#: includes/fs-plugin-info-dialog.php:716
|
928 |
msgctxt "e.g. Professional Plan"
|
929 |
msgid "%s Plan"
|
930 |
msgstr "%s Plan"
|
931 |
|
932 |
+
#: includes/fs-plugin-info-dialog.php:742
|
933 |
msgctxt "e.g. the best product"
|
934 |
msgid "Best"
|
935 |
msgstr "Beste"
|
936 |
|
937 |
+
#: includes/fs-plugin-info-dialog.php748,
|
938 |
+
#: includes/fs-plugin-info-dialog.php:768
|
939 |
msgctxt "as every month"
|
940 |
msgid "Monthly"
|
941 |
msgstr "Maandelijks"
|
942 |
|
943 |
+
#: includes/fs-plugin-info-dialog.php:751
|
944 |
msgctxt "as once a year"
|
945 |
msgid "Annual"
|
946 |
msgstr "Jaarlijks"
|
947 |
|
948 |
+
#: includes/fs-plugin-info-dialog.php:754
|
949 |
msgid "Lifetime"
|
950 |
msgstr "Levenslang"
|
951 |
|
952 |
+
#: includes/fs-plugin-info-dialog.php768,
|
953 |
+
#: includes/fs-plugin-info-dialog.php770,
|
954 |
+
#: includes/fs-plugin-info-dialog.php:772
|
955 |
msgctxt "e.g. billed monthly"
|
956 |
msgid "Billed %s"
|
957 |
msgstr "%s gefactureerd "
|
958 |
|
959 |
+
#: includes/fs-plugin-info-dialog.php:770
|
960 |
msgctxt "as once a year"
|
961 |
msgid "Annually"
|
962 |
msgstr "Jaarlijks"
|
963 |
|
964 |
+
#: includes/fs-plugin-info-dialog.php:772
|
965 |
msgctxt "as once a year"
|
966 |
msgid "Once"
|
967 |
msgstr "Eenmalig"
|
968 |
|
969 |
+
#: includes/fs-plugin-info-dialog.php:778
|
970 |
msgid "Single Site License"
|
971 |
msgstr "Enkele Site Licentie"
|
972 |
|
973 |
+
#: includes/fs-plugin-info-dialog.php:780
|
974 |
msgid "Unlimited Licenses"
|
975 |
msgstr "Onbeperkte Licenties"
|
976 |
|
977 |
+
#: includes/fs-plugin-info-dialog.php:782
|
978 |
msgid "Up to %s Sites"
|
979 |
msgstr "Tot %s Sites"
|
980 |
|
981 |
+
#: includes/fs-plugin-info-dialog.php792,
|
982 |
#: templates/plugin-info/features.php:82
|
983 |
msgctxt "as monthly period"
|
984 |
msgid "mo"
|
985 |
msgstr "mnd"
|
986 |
|
987 |
+
#: includes/fs-plugin-info-dialog.php799,
|
988 |
#: templates/plugin-info/features.php:80
|
989 |
msgctxt "as annual period"
|
990 |
msgid "year"
|
991 |
msgstr "jaar"
|
992 |
|
993 |
+
#: includes/fs-plugin-info-dialog.php:853
|
994 |
msgctxt "noun"
|
995 |
msgid "Price"
|
996 |
msgstr "Prijs"
|
997 |
|
998 |
+
#: includes/fs-plugin-info-dialog.php:901
|
999 |
msgid "Save %s"
|
1000 |
msgstr "Bespaar %s"
|
1001 |
|
1002 |
+
#: includes/fs-plugin-info-dialog.php:911
|
1003 |
msgid "No commitment for %s - cancel anytime"
|
1004 |
msgstr "Geen verplichting voor %s - opzeggen kan altijd"
|
1005 |
|
1006 |
+
#: includes/fs-plugin-info-dialog.php:914
|
1007 |
msgid "After your free %s, pay as little as %s"
|
1008 |
msgstr "Na uw gratis %s, betaal slechts %s"
|
1009 |
|
1010 |
+
#: includes/fs-plugin-info-dialog.php:925
|
1011 |
msgid "Details"
|
1012 |
msgstr "Details"
|
1013 |
|
1014 |
+
#: includes/fs-plugin-info-dialog.php929, templates/account.php91,
|
1015 |
+
#: templates/debug.php201, templates/debug.php238, templates/debug.php452,
|
1016 |
+
#: templates/account/partials/addon.php:32
|
1017 |
msgctxt "product version"
|
1018 |
msgid "Version"
|
1019 |
msgstr "Versie"
|
1020 |
|
1021 |
+
#: includes/fs-plugin-info-dialog.php:936
|
1022 |
msgctxt "as the plugin author"
|
1023 |
msgid "Author"
|
1024 |
msgstr "Auteur"
|
1025 |
|
1026 |
+
#: includes/fs-plugin-info-dialog.php:943
|
1027 |
msgid "Last Updated"
|
1028 |
msgstr "Laatst Geüpdatet"
|
1029 |
|
1030 |
+
#: includes/fs-plugin-info-dialog.php948, templates/account.php:376
|
1031 |
msgctxt "x-ago"
|
1032 |
msgid "%s ago"
|
1033 |
msgstr "%s geleden"
|
1034 |
|
1035 |
+
#: includes/fs-plugin-info-dialog.php:957
|
1036 |
msgid "Requires WordPress Version"
|
1037 |
+
msgstr "Vereiste WordPress-versie"
|
1038 |
|
1039 |
+
#: includes/fs-plugin-info-dialog.php:958
|
1040 |
msgid "%s or higher"
|
1041 |
msgstr "%s of hoger"
|
1042 |
|
1043 |
+
#: includes/fs-plugin-info-dialog.php:965
|
1044 |
msgid "Compatible up to"
|
1045 |
msgstr "Compatible tot"
|
1046 |
|
1047 |
+
#: includes/fs-plugin-info-dialog.php:973
|
1048 |
msgid "Downloaded"
|
1049 |
msgstr "Gedownload"
|
1050 |
|
1051 |
+
#: includes/fs-plugin-info-dialog.php:977
|
1052 |
msgid "%s time"
|
1053 |
msgstr "%s tijd"
|
1054 |
|
1055 |
+
#: includes/fs-plugin-info-dialog.php:979
|
1056 |
msgid "%s times"
|
1057 |
msgstr "%s tijden"
|
1058 |
|
1059 |
+
#: includes/fs-plugin-info-dialog.php:989
|
1060 |
msgid "WordPress.org Plugin Page"
|
1061 |
msgstr "WordPress.org Plug-in Pagina"
|
1062 |
|
1063 |
+
#: includes/fs-plugin-info-dialog.php:997
|
1064 |
msgid "Plugin Homepage"
|
1065 |
msgstr "Plug-in Homepage"
|
1066 |
|
1067 |
+
#: includes/fs-plugin-info-dialog.php1005,
|
1068 |
+
#: includes/fs-plugin-info-dialog.php:1087
|
1069 |
msgid "Donate to this plugin"
|
1070 |
msgstr "Doneer aan deze plug-in"
|
1071 |
|
1072 |
+
#: includes/fs-plugin-info-dialog.php:1012
|
1073 |
msgid "Average Rating"
|
1074 |
msgstr "Gemiddelde Beoordeling"
|
1075 |
|
1076 |
+
#: includes/fs-plugin-info-dialog.php:1019
|
1077 |
msgid "based on %s"
|
1078 |
msgstr "gebaseerd op %s"
|
1079 |
|
1080 |
+
#: includes/fs-plugin-info-dialog.php:1023
|
1081 |
msgid "%s rating"
|
1082 |
msgstr "%s beoordeling"
|
1083 |
|
1084 |
+
#: includes/fs-plugin-info-dialog.php:1025
|
1085 |
msgid "%s ratings"
|
1086 |
msgstr "%s beoordelingen"
|
1087 |
|
1088 |
+
#: includes/fs-plugin-info-dialog.php:1040
|
1089 |
msgid "%s star"
|
1090 |
msgstr "%s ster"
|
1091 |
|
1092 |
+
#: includes/fs-plugin-info-dialog.php:1042
|
1093 |
msgid "%s stars"
|
1094 |
msgstr "%s sterren"
|
1095 |
|
1096 |
+
#: includes/fs-plugin-info-dialog.php:1053
|
1097 |
msgid "Click to see reviews that provided a rating of %s"
|
1098 |
msgstr "Klik om reviews te bekijken met een beoordeling van%s"
|
1099 |
|
1100 |
+
#: includes/fs-plugin-info-dialog.php:1066
|
1101 |
msgid "Contributors"
|
1102 |
msgstr "Medewerkers"
|
1103 |
|
1104 |
+
#: includes/fs-plugin-info-dialog.php1095,
|
1105 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
1106 |
msgid "Warning"
|
1107 |
msgstr "Waarschuwing"
|
1108 |
|
1109 |
+
#: includes/fs-plugin-info-dialog.php:1095
|
1110 |
msgid "This plugin has not been tested with your current version of WordPress."
|
1111 |
msgstr "Deze plug-in is nog niet getest met je huidige WordPress versie. "
|
1112 |
|
1113 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
1114 |
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1115 |
msgstr "Deze plug-in is niet als compatibel aangemerkt voor je huidige WordPress versie."
|
1116 |
|
1117 |
+
#: includes/fs-plugin-info-dialog.php:1116
|
1118 |
msgid "Paid add-on must be deployed to Freemius."
|
1119 |
msgstr "Betaalde add-on moet op Freemius geplaatst worden."
|
1120 |
|
1121 |
+
#: includes/fs-plugin-info-dialog.php:1117
|
1122 |
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1123 |
msgstr "Add-on moet op WordPress.org of Freemius geplaatst worden."
|
1124 |
|
1125 |
+
#: templates/account.php81, templates/forms/subscription-cancellation.php96,
|
1126 |
+
#: templates/account/partials/addon.php22,
|
1127 |
#: templates/account/partials/site.php:295
|
1128 |
+
msgid "Downgrading your plan"
|
1129 |
+
msgstr "Je plan naar beneden bijstellen"
|
1130 |
+
|
1131 |
+
#: templates/account.php82, templates/forms/subscription-cancellation.php97,
|
1132 |
+
#: templates/account/partials/addon.php23,
|
1133 |
+
#: templates/account/partials/site.php:296
|
1134 |
+
msgid "Cancelling the subscription"
|
1135 |
+
msgstr "Het abonnement annuleren"
|
1136 |
+
|
1137 |
+
#. translators: %1s: Either 'Downgrading your plan' or 'Cancelling the
|
1138 |
+
#. subscription'
|
1139 |
+
#: templates/account.php84, templates/forms/subscription-cancellation.php99,
|
1140 |
+
#: templates/account/partials/addon.php25,
|
1141 |
+
#: templates/account/partials/site.php:298
|
1142 |
+
msgid "%1s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
1143 |
+
msgstr "%1s zal onmiddellijk alle toekomstige, automatische betalingen stopzetten en je %s-plan licentie loopt over %s af."
|
1144 |
|
1145 |
+
#: templates/account.php85, templates/forms/subscription-cancellation.php100,
|
1146 |
+
#: templates/account/partials/addon.php26,
|
1147 |
+
#: templates/account/partials/site.php:299
|
1148 |
+
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."
|
1149 |
+
msgstr "Onthou alsjeblieft dat we geen oude prijzen voor verlengingen/nieuwe abonnementen na een annulering kunnen aanhouden. Als je in de toekomst besluit om een abonnement handmatig te vernieuwen, zal de nieuwe prijs (na een prijsverhoging die meestal jaarlijks plaatsvindt) worden berekend."
|
1150 |
+
|
1151 |
+
#: templates/account.php86, templates/forms/subscription-cancellation.php106,
|
1152 |
+
#: templates/account/partials/addon.php:27
|
1153 |
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1154 |
msgstr "Het stopzetten van de proefperiode zal de toegang tot de premium features onmiddellijk blokkeren. Weet je dat zeker?"
|
1155 |
|
1156 |
+
#: templates/account.php87, templates/forms/subscription-cancellation.php101,
|
1157 |
+
#: templates/account/partials/addon.php28,
|
1158 |
+
#: templates/account/partials/site.php:300
|
1159 |
+
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1160 |
+
msgstr "Je kunt nog steeds van alle %s-mogelijkheden genieten, maar je zult geen toegang hebben tot %s veiligheids- en uitbreidingsupdates, noch ondersteuning."
|
1161 |
|
1162 |
+
#: templates/account.php88, templates/forms/subscription-cancellation.php102,
|
1163 |
+
#: templates/account/partials/addon.php29,
|
1164 |
+
#: templates/account/partials/site.php:301
|
1165 |
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1166 |
msgstr "Als je licentie verloopt kan je nog steeds gebruik maken van de Gratis versie, maar je zal GEEN toegang meer hebben tot de %sfeatures."
|
1167 |
|
1168 |
#. translators: %s: Plan title (e.g. "Professional")
|
1169 |
+
#: templates/account.php90,
|
1170 |
#: templates/account/partials/activate-license-button.php31,
|
1171 |
+
#: templates/account/partials/addon.php:31
|
1172 |
msgid "Activate %s Plan"
|
1173 |
msgstr "Activeer %s Plan"
|
1174 |
|
1175 |
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1176 |
+
#: templates/account.php93, templates/account/partials/addon.php34,
|
1177 |
#: templates/account/partials/site.php:275
|
1178 |
msgid "Auto renews in %s"
|
1179 |
msgstr "Auto hernieuwd over %s"
|
1180 |
|
1181 |
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1182 |
+
#: templates/account.php95, templates/account/partials/addon.php36,
|
1183 |
#: templates/account/partials/site.php:277
|
1184 |
msgid "Expires in %s"
|
1185 |
msgstr "Verloopt over %s"
|
1186 |
|
1187 |
+
#: templates/account.php96, templates/account/partials/addon.php:37
|
1188 |
msgctxt "as synchronize license"
|
1189 |
msgid "Sync License"
|
1190 |
msgstr "Sync Licentie"
|
1191 |
|
1192 |
+
#: templates/account.php97, templates/account/partials/addon.php:38
|
1193 |
msgid "Cancel Trial"
|
1194 |
msgstr "Proefperiode Opzeggen"
|
1195 |
|
1196 |
+
#: templates/account.php98, templates/account/partials/addon.php:39
|
1197 |
msgid "Change Plan"
|
1198 |
msgstr "Wijzig Plan"
|
1199 |
|
1200 |
+
#: templates/account.php99, templates/account/partials/addon.php:40
|
1201 |
msgctxt "verb"
|
1202 |
msgid "Upgrade"
|
1203 |
msgstr "Upgrade"
|
1204 |
|
1205 |
+
#: templates/account.php101, templates/account/partials/addon.php42,
|
1206 |
+
#: templates/account/partials/site.php:302
|
1207 |
msgctxt "verb"
|
1208 |
msgid "Downgrade"
|
1209 |
msgstr "Downgrade"
|
1210 |
|
1211 |
+
#: templates/account.php103, templates/add-ons.php130,
|
1212 |
#: templates/plugin-info/features.php72,
|
1213 |
+
#: templates/account/partials/addon.php44,
|
1214 |
#: templates/account/partials/site.php:31
|
1215 |
msgid "Free"
|
1216 |
msgstr "Gratis"
|
1217 |
|
1218 |
+
#: templates/account.php104, templates/account/partials/addon.php:45
|
1219 |
msgid "Activate"
|
1220 |
msgstr "Activeer"
|
1221 |
|
1222 |
+
#: templates/account.php105, templates/debug.php371,
|
1223 |
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1224 |
+
#: templates/account/partials/addon.php:46
|
1225 |
msgctxt "as product pricing plan"
|
1226 |
msgid "Plan"
|
1227 |
msgstr "Plan"
|
1228 |
|
1229 |
+
#: templates/account.php:158
|
1230 |
msgid "Free Trial"
|
1231 |
msgstr "Gratis Proefperiode"
|
1232 |
|
1233 |
+
#: templates/account.php:169
|
1234 |
msgid "Account Details"
|
1235 |
msgstr "Accountgegevens"
|
1236 |
|
1237 |
+
#: templates/account.php:179
|
1238 |
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?"
|
1239 |
msgstr "Verwijdering van het account zal automatisch je %s licentie deactiveren zodat je die op andere sites kan gebruiken. Als je tevens je terugkerende betalingen wilt stopzetten, klik dan op de 'Annuleer' knop en 'Downgrade' je account eerst. Weet je zeker dat je wilt doorgaan met de verwijdering?"
|
1240 |
|
1241 |
+
#: templates/account.php:181
|
1242 |
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?"
|
1243 |
+
msgstr "Verwijdering is niet tijdelijk. Verwijder alleen als je deze %s niet langer wilt gebruiken. Weet je zeker dat je wilt doorgaan met de verwijdering?"
|
1244 |
|
1245 |
+
#: templates/account.php:184
|
1246 |
msgid "Delete Account"
|
1247 |
msgstr "Verwijder Account"
|
1248 |
|
1249 |
+
#: templates/account.php196, templates/account/partials/addon.php159,
|
1250 |
#: templates/account/partials/deactivate-license-button.php:35
|
1251 |
msgid "Deactivate License"
|
1252 |
msgstr "Deactiveer Licentie"
|
1253 |
|
1254 |
+
#: templates/account.php219, templates/forms/subscription-cancellation.php:125
|
1255 |
msgid "Are you sure you want to proceed?"
|
1256 |
msgstr "Weet je zeker dat je wilt doorgaan?"
|
1257 |
|
1258 |
+
#: templates/account.php219, templates/account/partials/addon.php:182
|
1259 |
msgid "Cancel Subscription"
|
1260 |
msgstr "Abonnement Opzeggen"
|
1261 |
|
1262 |
+
#: templates/account.php:247
|
1263 |
msgctxt "as synchronize"
|
1264 |
msgid "Sync"
|
1265 |
msgstr "Sync"
|
1266 |
|
1267 |
+
#: templates/account.php261, templates/debug.php:487
|
1268 |
msgid "Name"
|
1269 |
msgstr "Naam"
|
1270 |
|
1271 |
+
#: templates/account.php267, templates/debug.php:488
|
1272 |
msgid "Email"
|
1273 |
msgstr "E-mail"
|
1274 |
|
1275 |
+
#: templates/account.php274, templates/debug.php370, templates/debug.php:526
|
1276 |
msgid "User ID"
|
1277 |
msgstr "Gebruikers ID"
|
1278 |
|
1279 |
+
#: templates/account.php:282
|
1280 |
msgid "Site ID"
|
1281 |
msgstr "Site ID"
|
1282 |
|
1283 |
+
#: templates/account.php:285
|
1284 |
msgid "No ID"
|
1285 |
msgstr "Geen ID"
|
1286 |
|
1287 |
+
#: templates/account.php290, templates/debug.php243, templates/debug.php372,
|
1288 |
+
#: templates/debug.php453, templates/debug.php490,
|
1289 |
#: templates/account/partials/site.php:219
|
1290 |
msgid "Public Key"
|
1291 |
msgstr "Publieke Sleutel"
|
1292 |
|
1293 |
+
#: templates/account.php296, templates/debug.php373, templates/debug.php454,
|
1294 |
+
#: templates/debug.php491, templates/account/partials/site.php:231
|
1295 |
msgid "Secret Key"
|
1296 |
msgstr "Geheime Sleutel"
|
1297 |
|
1298 |
+
#: templates/account.php:299
|
1299 |
msgctxt "as secret encryption key missing"
|
1300 |
msgid "No Secret"
|
1301 |
msgstr "Geen Geheim"
|
1302 |
|
1303 |
+
#: templates/account.php318, templates/account/partials/site.php112,
|
1304 |
#: templates/account/partials/site.php:114
|
1305 |
msgid "Trial"
|
1306 |
msgstr "Proefperiode"
|
1307 |
|
1308 |
+
#: templates/account.php337, templates/debug.php531,
|
1309 |
#: templates/account/partials/site.php:248
|
1310 |
msgid "License Key"
|
1311 |
msgstr "Licentiesleutel"
|
1312 |
|
1313 |
+
#: templates/account.php:367
|
1314 |
msgid "not verified"
|
1315 |
msgstr "niet geverifieerd"
|
1316 |
|
1317 |
+
#: templates/account.php376, templates/account/partials/addon.php:120
|
1318 |
+
msgid "Expired"
|
1319 |
+
msgstr "Verlopen"
|
1320 |
+
|
1321 |
+
#: templates/account.php:428
|
1322 |
msgid "Premium version"
|
1323 |
msgstr "Premium versie"
|
1324 |
|
1325 |
+
#: templates/account.php:430
|
1326 |
msgid "Free version"
|
1327 |
msgstr "Gratis versie"
|
1328 |
|
1329 |
+
#: templates/account.php:442
|
1330 |
msgid "Verify Email"
|
1331 |
msgstr "Verifieer E-mail"
|
1332 |
|
1333 |
+
#: templates/account.php:453
|
1334 |
msgid "Download %s Version"
|
1335 |
msgstr "Download %s Versie"
|
1336 |
|
1337 |
+
#: templates/account.php467, templates/account.php649,
|
1338 |
#: templates/account/partials/site.php237,
|
1339 |
#: templates/account/partials/site.php:255
|
1340 |
msgctxt "verb"
|
1341 |
msgid "Show"
|
1342 |
msgstr "Toon"
|
1343 |
|
1344 |
+
#: templates/account.php:481
|
1345 |
msgid "What is your %s?"
|
1346 |
msgstr "Wat is je %s?"
|
1347 |
|
1348 |
+
#: templates/account.php489, templates/account/billing.php:27
|
1349 |
msgctxt "verb"
|
1350 |
msgid "Edit"
|
1351 |
msgstr "Bewerk"
|
1352 |
|
1353 |
+
#: templates/account.php:502
|
1354 |
msgid "Sites"
|
1355 |
msgstr "Sites"
|
1356 |
|
1357 |
+
#: templates/account.php:513
|
1358 |
msgid "Search by address"
|
1359 |
msgstr "Zoek op adres"
|
1360 |
|
1361 |
+
#: templates/account.php522, templates/account.php570, templates/debug.php236,
|
1362 |
+
#: templates/debug.php364, templates/debug.php449, templates/debug.php486,
|
1363 |
+
#: templates/debug.php524, templates/debug.php597,
|
1364 |
#: templates/account/payments.php35, templates/debug/logger.php:21
|
1365 |
msgid "ID"
|
1366 |
msgstr "ID"
|
1367 |
|
1368 |
+
#: templates/account.php523, templates/debug.php:367
|
1369 |
msgid "Address"
|
1370 |
msgstr "Adres"
|
1371 |
|
1372 |
+
#: templates/account.php:524
|
1373 |
msgid "License"
|
1374 |
msgstr "Licentie"
|
1375 |
|
1376 |
+
#: templates/account.php:525
|
1377 |
msgid "Plan"
|
1378 |
msgstr "Plan"
|
1379 |
|
1380 |
+
#: templates/account.php:573
|
1381 |
msgctxt "as software license"
|
1382 |
msgid "License"
|
1383 |
msgstr "Licentie"
|
1384 |
|
1385 |
+
#: templates/account.php:643
|
1386 |
msgctxt "verb"
|
1387 |
msgid "Hide"
|
1388 |
msgstr "Verberg"
|
1389 |
|
1390 |
+
#: templates/account.php:686
|
1391 |
+
msgid "Cancelling %s"
|
1392 |
+
msgstr "Annuleren %s"
|
1393 |
+
|
1394 |
+
#: templates/account.php686, templates/account.php703,
|
1395 |
+
#: templates/forms/subscription-cancellation.php27,
|
1396 |
+
#: templates/forms/deactivation/form.php:117
|
1397 |
+
msgid "trial"
|
1398 |
+
msgstr "proefperiode"
|
1399 |
+
|
1400 |
+
#: templates/account.php701, templates/forms/deactivation/form.php:134
|
1401 |
+
msgid "Cancelling %s..."
|
1402 |
+
msgstr "%s wordt geannuleerd..."
|
1403 |
+
|
1404 |
+
#: templates/account.php704, templates/forms/subscription-cancellation.php28,
|
1405 |
+
#: templates/forms/deactivation/form.php:118
|
1406 |
+
msgid "subscription"
|
1407 |
+
msgstr "abonnement"
|
1408 |
+
|
1409 |
+
#: templates/account.php:718
|
1410 |
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?"
|
1411 |
msgstr "Deactiveren van je licentie zal alle premium features blokkeren, maar geeft je de mogelijkheid de licentie op een andere site te activeren. Weet je zeker dat je wilt doorgaan?"
|
1412 |
|
1418 |
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."
|
1419 |
msgstr "We konden de add-ons lijst niet laden. Dat is waarschijnlijk een probleem aan onze kant, kom alsjeblieft over enkele minuten terug."
|
1420 |
|
1421 |
+
#: templates/add-ons.php:139
|
1422 |
msgid "View details"
|
1423 |
msgstr "Bekijk details"
|
1424 |
|
1454 |
|
1455 |
#: templates/checkout.php:172
|
1456 |
msgid "PCI compliant"
|
1457 |
+
msgstr "PCI-comform"
|
1458 |
|
1459 |
#. translators: %s: name (e.g. Hey John,)
|
1460 |
+
#: templates/connect.php:112
|
1461 |
msgctxt "greeting"
|
1462 |
msgid "Hey %s,"
|
1463 |
msgstr "Hoi %s,"
|
1464 |
|
1465 |
+
#: templates/connect.php:154
|
1466 |
msgid "Allow & Continue"
|
1467 |
msgstr "Toestaan & Ga Verder"
|
1468 |
|
1469 |
+
#: templates/connect.php:158
|
1470 |
msgid "Re-send activation email"
|
1471 |
msgstr "Activatiemail opnieuw versturen"
|
1472 |
|
1473 |
+
#: templates/connect.php:162
|
1474 |
msgid "Thanks %s!"
|
1475 |
msgstr "Bedankt %s!"
|
1476 |
|
1477 |
+
#: templates/connect.php172, templates/forms/license-activation.php:43
|
1478 |
msgid "Agree & Activate License"
|
1479 |
msgstr "Akkoord & Activeer Licentie"
|
1480 |
|
1481 |
+
#: templates/connect.php:181
|
1482 |
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1483 |
msgstr "Bedankt voor het aanschaffen van %s! Om te beginnen, voer alsjeblieft je licentiesleutel in:"
|
1484 |
|
1485 |
+
#: templates/connect.php:188
|
1486 |
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."
|
1487 |
msgstr "Mis nooit een belangrijke update - opt-in voor onze beveiliging en feature update notificaties, educatieve content, aanbiedingen, en niet-gevoelige diagnostische tracking met %4$s."
|
1488 |
|
1489 |
+
#: templates/connect.php:189
|
1490 |
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1491 |
msgstr "Mis nooit een belangrijke update - opt-in voor onze beveiliging en feature update notificaties, en niet-gevoelige diagnostische tracking met %4$s."
|
1492 |
|
1493 |
+
#: templates/connect.php:195
|
1494 |
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."
|
1495 |
msgstr "Mis nooit een belangrijke update - opt-in voor onze beveiliging & feature update notificaties, educatieve content, aanbiedingen, en niet-gevoelige diagnostische tracking met %4$s. Als je deze stap overslaat, geen probleem! %1$szal ook dan gewoon 100% werken. "
|
1496 |
|
1497 |
+
#: templates/connect.php:196
|
1498 |
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."
|
1499 |
msgstr "Mis nooit een belangrijke update - opt-in voor onze beveiliging & feature updates notificaties, en niet-gevoelige diagnostische tracking met %4$s. Als je deze stap overslaat, geen probleem! %1$szal ook dan gewoon 100% werken. "
|
1500 |
|
1501 |
+
#: templates/connect.php:230
|
1502 |
msgid "We're excited to introduce the Freemius network-level integration."
|
1503 |
msgstr "We zijn verheugd om Freemius network-level integratie te introduceren."
|
1504 |
|
1505 |
+
#: templates/connect.php:233
|
1506 |
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1507 |
+
msgstr "Tijdens het update proces detecteerden we %dsite(s) waarvoor de licentie nog niet geactiveerd is."
|
1508 |
|
1509 |
+
#: templates/connect.php:235
|
1510 |
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1511 |
+
msgstr "Als je de %s op deze sites wil gebruiken, voer dan alsjeblieft de licentiesleutel hieronder in en klik op de activatie-knop."
|
1512 |
|
1513 |
+
#: templates/connect.php:237
|
1514 |
msgid "%s's paid features"
|
1515 |
+
msgstr "%s betaalde mogelijkheden"
|
1516 |
|
1517 |
+
#: templates/connect.php:242
|
1518 |
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1519 |
+
msgstr "Je kunt dat eventueel ook nu overslaan en de licentie later in je %s netwerk-niveau Account pagina activeren. "
|
1520 |
|
1521 |
+
#: templates/connect.php:244
|
1522 |
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1523 |
+
msgstr "Tijdens het update proces detecteerden we %dsite(s) in het netwerk die jouw aandacht vereisen."
|
1524 |
|
1525 |
+
#: templates/connect.php253, templates/forms/license-activation.php:46
|
1526 |
msgid "License key"
|
1527 |
msgstr "Licentiesleutel"
|
1528 |
|
1529 |
+
#: templates/connect.php256, templates/forms/license-activation.php:19
|
1530 |
msgid "Can't find your license key?"
|
1531 |
msgstr "Kan je je licentiesleutel niet vinden?"
|
1532 |
|
1533 |
+
#: templates/connect.php315, templates/connect.php630,
|
1534 |
#: templates/forms/deactivation/retry-skip.php:20
|
1535 |
msgctxt "verb"
|
1536 |
msgid "Skip"
|
1537 |
msgstr "Sla Over"
|
1538 |
|
1539 |
+
#: templates/connect.php:318
|
1540 |
msgid "Delegate to Site Admins"
|
1541 |
msgstr "Delegeren aan Site Beheerders"
|
1542 |
|
1543 |
+
#: templates/connect.php:318
|
1544 |
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1545 |
+
msgstr "Al je er op klikt, zal deze beslissing gedelegeerd worden aan de beheerders van de sites. "
|
1546 |
|
1547 |
+
#: templates/connect.php:346
|
1548 |
msgid "Your Profile Overview"
|
1549 |
msgstr "Je Profiel Overzicht"
|
1550 |
|
1551 |
+
#: templates/connect.php:347
|
1552 |
msgid "Name and email address"
|
1553 |
msgstr "Naam en e-mailadres"
|
1554 |
|
1555 |
+
#: templates/connect.php:352
|
1556 |
msgid "Your Site Overview"
|
1557 |
msgstr "Je Site Overzicht"
|
1558 |
|
1559 |
+
#: templates/connect.php:353
|
1560 |
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1561 |
msgstr "Site URL, WP versie, PHP info, plug-ins & thema's"
|
1562 |
|
1563 |
+
#: templates/connect.php:358
|
1564 |
msgid "Admin Notices"
|
1565 |
msgstr "Admin Mededelingen"
|
1566 |
|
1567 |
+
#: templates/connect.php359, templates/connect.php:375
|
1568 |
msgid "Updates, announcements, marketing, no spam"
|
1569 |
msgstr "Updates, aankondigingen, marketing, geen spam"
|
1570 |
|
1571 |
+
#: templates/connect.php:364
|
1572 |
msgid "Current %s Events"
|
1573 |
msgstr "Huidige %s Gebeurtenissen"
|
1574 |
|
1575 |
+
#: templates/connect.php:365
|
1576 |
msgid "Activation, deactivation and uninstall"
|
1577 |
msgstr "Activatie, deactivatie en deïnstallatie"
|
1578 |
|
1579 |
+
#: templates/connect.php:374
|
1580 |
msgid "Newsletter"
|
1581 |
msgstr "Nieuwsbrief"
|
1582 |
|
1583 |
+
#: templates/connect.php391, templates/forms/license-activation.php:38
|
1584 |
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."
|
1585 |
msgstr "De %1$s zal periodiek data verzenden naar %2$s om te controleren op beveiliging en feature updates en om te verifiëren of je licentie geldig is."
|
1586 |
|
1587 |
+
#: templates/connect.php:396
|
1588 |
msgid "What permissions are being granted?"
|
1589 |
msgstr "Welke toestemmingen worden er verleend?"
|
1590 |
|
1591 |
+
#: templates/connect.php:417
|
1592 |
msgid "Don't have a license key?"
|
1593 |
msgstr "Heb je geen licentiesleutel?"
|
1594 |
|
1595 |
+
#: templates/connect.php:418
|
1596 |
msgid "Activate Free Version"
|
1597 |
msgstr "Activeer Gratis Versie"
|
1598 |
|
1599 |
+
#: templates/connect.php:420
|
1600 |
msgid "Have a license key?"
|
1601 |
msgstr "Heb je een licentiesleutel?"
|
1602 |
|
1603 |
+
#: templates/connect.php:428
|
1604 |
msgid "Privacy Policy"
|
1605 |
msgstr "Privacybeleid"
|
1606 |
|
1607 |
+
#: templates/connect.php:430
|
1608 |
+
msgid "License Agreement"
|
1609 |
+
msgstr "Licentieovereenkomst"
|
1610 |
+
|
1611 |
+
#: templates/connect.php:430
|
1612 |
msgid "Terms of Service"
|
1613 |
msgstr "Servicevoorwaarden"
|
1614 |
|
1615 |
+
#: templates/connect.php:766
|
1616 |
msgctxt "as in the process of sending an email"
|
1617 |
msgid "Sending email"
|
1618 |
msgstr "E-mail versturen"
|
1619 |
|
1620 |
+
#: templates/connect.php:767
|
1621 |
msgctxt "as activating plugin"
|
1622 |
msgid "Activating"
|
1623 |
msgstr "Activeren"
|
1645 |
msgid "Debugging"
|
1646 |
msgstr "Debugging"
|
1647 |
|
1648 |
+
#: templates/debug.php54, templates/debug.php248, templates/debug.php374,
|
1649 |
+
#: templates/debug.php:492
|
1650 |
msgid "Actions"
|
1651 |
msgstr "Acties"
|
1652 |
|
1670 |
msgid "Sync Data From Server"
|
1671 |
msgstr "Synchroniseer Data Vanaf Server"
|
1672 |
|
1673 |
+
#: templates/debug.php:95
|
1674 |
+
msgid "Migrate Options to Network"
|
1675 |
+
msgstr "Zet Opties over naar Netwerk"
|
1676 |
+
|
1677 |
+
#: templates/debug.php:100
|
1678 |
msgid "Load DB Option"
|
1679 |
+
msgstr "Laad DB-optie"
|
1680 |
|
1681 |
+
#: templates/debug.php:103
|
1682 |
msgid "Set DB Option"
|
1683 |
+
msgstr "Activeer DB-Optie"
|
1684 |
|
1685 |
+
#: templates/debug.php:180
|
1686 |
msgid "Key"
|
1687 |
msgstr "Sleutel"
|
1688 |
|
1689 |
+
#: templates/debug.php:181
|
1690 |
msgid "Value"
|
1691 |
msgstr "Waarde"
|
1692 |
|
1693 |
+
#: templates/debug.php:197
|
1694 |
msgctxt "as software development kit versions"
|
1695 |
msgid "SDK Versions"
|
1696 |
msgstr "SDK Versies"
|
1697 |
|
1698 |
+
#: templates/debug.php:202
|
1699 |
msgid "SDK Path"
|
1700 |
msgstr "SDK Pad"
|
1701 |
|
1702 |
+
#: templates/debug.php203, templates/debug.php:242
|
1703 |
msgid "Module Path"
|
1704 |
msgstr "Module Pad"
|
1705 |
|
1706 |
+
#: templates/debug.php:204
|
1707 |
msgid "Is Active"
|
1708 |
msgstr "Is Actief"
|
1709 |
|
1710 |
+
#: templates/debug.php232, templates/debug/plugins-themes-sync.php:35
|
1711 |
msgid "Plugins"
|
1712 |
msgstr "Plug-ins"
|
1713 |
|
1714 |
+
#: templates/debug.php232, templates/debug/plugins-themes-sync.php:56
|
1715 |
msgid "Themes"
|
1716 |
msgstr "Thema's"
|
1717 |
|
1718 |
+
#: templates/debug.php237, templates/debug.php369, templates/debug.php451,
|
1719 |
#: templates/debug/scheduled-crons.php:80
|
1720 |
msgid "Slug"
|
1721 |
msgstr "Slug"
|
1722 |
|
1723 |
+
#: templates/debug.php239, templates/debug.php:450
|
1724 |
msgid "Title"
|
1725 |
msgstr "Titel"
|
1726 |
|
1727 |
+
#: templates/debug.php:240
|
1728 |
msgctxt "as application program interface"
|
1729 |
msgid "API"
|
1730 |
msgstr "API"
|
1731 |
|
1732 |
+
#: templates/debug.php:241
|
1733 |
msgid "Freemius State"
|
1734 |
msgstr "Freemius Status"
|
1735 |
|
1736 |
+
#: templates/debug.php:245
|
1737 |
msgid "Network Blog"
|
1738 |
msgstr "Netwerk Blog"
|
1739 |
|
1740 |
+
#: templates/debug.php:246
|
1741 |
msgid "Network User"
|
1742 |
msgstr "Netwerk Gebruiker"
|
1743 |
|
1744 |
+
#: templates/debug.php:283
|
1745 |
msgctxt "as connection was successful"
|
1746 |
msgid "Connected"
|
1747 |
msgstr "Verbonden"
|
1748 |
|
1749 |
+
#: templates/debug.php:284
|
1750 |
msgctxt "as connection blocked"
|
1751 |
msgid "Blocked"
|
1752 |
msgstr "Geblokkeerd"
|
1753 |
|
1754 |
+
#: templates/debug.php:320
|
1755 |
+
msgid "Simulate Trial Promotion"
|
1756 |
+
msgstr "Simuleer Trial Acti
|