Version Description
- Fixed: WP 5.5 conflicts
Download this release
Release Info
Developer | DaNish Ali |
Plugin | Easy Facebook Like Box (Facebook Page Plugin) – Custom Facebook Feed – Auto PopUp |
Version | 5.3.1 |
Comparing to | |
See all releases |
Code changes from version 5.3.0 to 5.3.1
- README.txt +4 -1
- assets/js/espf-search-results.js +1 -1
- easy-facebook-likebox.php +2 -2
- easy-facebook-likebox/admin/assets/css/admin.css +1 -1
- easy-facebook-likebox/admin/assets/css/admin.css.map +1 -1
- easy-facebook-likebox/admin/assets/js/admin.js +1 -1
- easy-facebook-likebox/admin/assets/scss/admin.scss +5 -1
- freemius/assets/css/admin/account.css +1 -1
- freemius/assets/css/admin/add-ons.css +1 -1
- freemius/assets/css/admin/common.css +2 -2
- freemius/assets/css/admin/connect.css +1 -1
- freemius/assets/css/admin/debug.css +1 -1
- freemius/assets/css/admin/dialog-boxes.css +1 -1
- freemius/assets/css/admin/plugins.css +1 -0
- freemius/assets/css/customizer.css +1 -1
- freemius/assets/img/plugin-icon.png +0 -0
- freemius/includes/class-freemius.php +2339 -384
- freemius/includes/class-fs-api.php +1 -1
- freemius/includes/class-fs-plugin-updater.php +81 -8
- freemius/includes/class-fs-storage.php +46 -40
- freemius/includes/customizer/class-fs-customizer-support-section.php +2 -2
- freemius/includes/customizer/class-fs-customizer-upsell-control.php +5 -1
- freemius/includes/entities/class-fs-entity.php +10 -0
- freemius/includes/entities/class-fs-payment.php +2 -2
- freemius/includes/entities/class-fs-plugin-license.php +40 -0
- freemius/includes/entities/class-fs-plugin.php +5 -0
- freemius/includes/entities/class-fs-pricing.php +16 -0
- freemius/includes/entities/class-fs-site.php +7 -4
- freemius/includes/entities/class-fs-subscription.php +136 -114
- freemius/includes/fs-core-functions.php +282 -217
- freemius/includes/fs-essential-functions.php +42 -21
- freemius/includes/fs-plugin-info-dialog.php +48 -20
- freemius/includes/managers/class-fs-admin-menu-manager.php +59 -33
- freemius/includes/managers/class-fs-cache-manager.php +1 -1
- freemius/includes/managers/class-fs-option-manager.php +35 -11
- freemius/includes/managers/class-fs-plugin-manager.php +3 -3
- freemius/includes/sdk/FreemiusBase.php +1 -1
- freemius/includes/sdk/FreemiusWordPress.php +15 -11
- freemius/includes/supplements/fs-essential-functions-1.1.7.1.php +1 -1
- freemius/languages/freemius-cs_CZ.mo +0 -0
- freemius/languages/freemius-da_DK.mo +0 -0
- freemius/languages/freemius-da_DK.po +0 -2722
- freemius/languages/freemius-en.mo +0 -0
- freemius/languages/freemius-en.po +0 -2386
- freemius/languages/freemius-es_ES.mo +0 -0
- freemius/languages/freemius-es_ES.po +0 -2508
- freemius/languages/freemius-fr_FR.mo +0 -0
- freemius/languages/freemius-fr_FR.po +0 -2508
- freemius/languages/freemius-he_IL.mo +0 -0
- freemius/languages/freemius-he_IL.po +0 -2509
- freemius/languages/freemius-hu_HU.mo +0 -0
- freemius/languages/freemius-hu_HU.po +0 -2508
- freemius/languages/freemius-it_IT.mo +0 -0
- freemius/languages/freemius-it_IT.po +0 -2017
README.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: maltathemes, sjaved, freemius
|
|
3 |
Tags: instagram feed, instagram, facebook feed, PopUp, page plugin
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 5.5
|
6 |
-
Stable tag: 5.3.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -189,6 +189,9 @@ http://wordpress.org/support/topic/need-feed-back-on-plugin-feature/
|
|
189 |
18. Instagram skins panel.
|
190 |
|
191 |
== Changelog ==
|
|
|
|
|
|
|
192 |
= 5.3.0 =
|
193 |
* Fixed: No posts available for this ID issue
|
194 |
* Removed: Deprecated not required nodes
|
3 |
Tags: instagram feed, instagram, facebook feed, PopUp, page plugin
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 5.5
|
6 |
+
Stable tag: 5.3.1
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
189 |
18. Instagram skins panel.
|
190 |
|
191 |
== Changelog ==
|
192 |
+
= 5.3.1 =
|
193 |
+
* Fixed: WP 5.5 conflicts
|
194 |
+
|
195 |
= 5.3.0 =
|
196 |
* Fixed: No posts available for this ID issue
|
197 |
* Removed: Deprecated not required nodes
|
assets/js/espf-search-results.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
jQuery( '.espf-search-hide-btn' ).
|
2 |
|
3 |
jQuery('.plugin-card-easy-facebook-likebox-search').slideUp().remove();
|
4 |
|
1 |
+
jQuery( '.espf-search-hide-btn' ).on("click", function($) {
|
2 |
|
3 |
jQuery('.plugin-card-easy-facebook-likebox-search').slideUp().remove();
|
4 |
|
easy-facebook-likebox.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Easy Social Feed
|
5 |
* Plugin URI: httt://wordpress.org/plugins/easy-facebook-likebox
|
6 |
* Description: Formerly "Easy Facebook Like Box and Custom Facebook Feed" plugin allows you to easily display custom facebook feed, custom Instagram photos and videos feed, page plugin (like box) on your website using either widget or shortcode to increase facbook fan page likes. You can use the shortcode generator. Additionally it also now allows you to dipslay the customized facebook feed on your website using the same color scheme of your website. Its completely customizable with lots of optional settings. Its also responsive facebook like box at the same time.
|
7 |
-
* Version: 5.3.
|
8 |
* Author: Danish Ali Malik
|
9 |
* Author URI: https://maltathemes.com/danish-ali-malik
|
10 |
* Text Domain: easy-facebook-likebox,
|
@@ -93,7 +93,7 @@ if ( function_exists( 'efl_fs' ) ) {
|
|
93 |
/*
|
94 |
* $version defines the version of the plugin.
|
95 |
*/
|
96 |
-
public $version = '5.3.
|
97 |
public $fta_slug = 'easy-facebook-likebox' ;
|
98 |
public $plug_slug = 'easy-facebook-likebox' ;
|
99 |
/*
|
4 |
* Plugin Name: Easy Social Feed
|
5 |
* Plugin URI: httt://wordpress.org/plugins/easy-facebook-likebox
|
6 |
* Description: Formerly "Easy Facebook Like Box and Custom Facebook Feed" plugin allows you to easily display custom facebook feed, custom Instagram photos and videos feed, page plugin (like box) on your website using either widget or shortcode to increase facbook fan page likes. You can use the shortcode generator. Additionally it also now allows you to dipslay the customized facebook feed on your website using the same color scheme of your website. Its completely customizable with lots of optional settings. Its also responsive facebook like box at the same time.
|
7 |
+
* Version: 5.3.1
|
8 |
* Author: Danish Ali Malik
|
9 |
* Author URI: https://maltathemes.com/danish-ali-malik
|
10 |
* Text Domain: easy-facebook-likebox,
|
93 |
/*
|
94 |
* $version defines the version of the plugin.
|
95 |
*/
|
96 |
+
public $version = '5.3.1' ;
|
97 |
public $fta_slug = 'easy-facebook-likebox' ;
|
98 |
public $plug_slug = 'easy-facebook-likebox' ;
|
99 |
/*
|
easy-facebook-likebox/admin/assets/css/admin.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.efbl_wrap{float:left;clear:both;position:relative;width:98.4%;overflow:hidden;background-color:#fff;margin-top:40px}.efbl_wrap a,.efbl_wrap .btn{text-transform:capitalize}.efbl_wrap a::focus,.efbl_wrap a:visited,.efbl_wrap .btn::focus,.efbl_wrap .btn:visited{color:#fff}.efbl_wrap i.left{margin-right:10px}.efbl_wrap .efbl_wrap_inner{float:left;width:100%;clear:both;position:relative}.efbl_wrap .efbl_wrap_inner .efbl_auth_form{padding-top:30px}.efbl_wrap .efbl_wrap_inner .efbl_auth_btn:hover{background-color:#02acf7;color:#fff}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder{float:left;width:100%}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_right{float:right;margin-right:20px;margin-top:12px}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_right a{color:#fff;font-size:17px}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header{background-color:#27aae4;color:#fff;padding:5px 0;height:56px;float:left;width:100%}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header .tab:focus{outline:none}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header #efbl_tabs{background-color:transparent;float:left;width:auto;margin-left:17px}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header #efbl_tabs a{color:#fff;display:table}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header #efbl_tabs a .material-icons{line-height:unset;margin-right:5px;float:left}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header #efbl_tabs a span{letter-spacing:1.5px;font-size:13px;font-weight:bold}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header #efbl_tabs .indicator{background-color:#1bf1e9;margin-bottom:0;width:140px;float:none;margin:0 auto}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder{float:left;width:100%}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c{padding:15px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .efbl_authentication_btn{padding:10px 25px 10px 10px;height:auto;line-height:2.5;text-transform:capitalize}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .efbl_authentication_btn .efb_icon{height:40px;margin-right:5px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .auth-row{margin-top:20px;margin-bottom:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .auth-row .collection{margin-bottom:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .auth-row .efbl_all_pages{padding:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .fta_empty_at#efbl-authentication .auth-row{margin:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible-header{text-transform:capitalize;font-size:22px;position:relative}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible-header .material-icons{margin-top:4px;color:#02acf7}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible-header .efbl_collapsible_icon{position:absolute;right:0;font-size:30px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible-header.active .efbl_collapsible_icon{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortcode_accord .collapsible-header{font-size:16px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortcode_accord .collapsible-header .material-icons{font-size:19px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortcode_accord .collapsible-body p{font-size:14px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_collapsible_info{padding:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_collapsible_info:last-child{margin-top:10px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortocode_genrator_main{float:left;padding:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_like_box_shortocode_genrator{float:left}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortocode_genrator{float:left}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortocode_genrator h5{margin-bottom:20px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .select-wrapper{margin-top:12px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortocode_genrator .efbl_fields.s6:nth-child(even) .efbl_open_collapisble,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_like_box_shortocode_genrator .efbl_fields.s6:nth-child(odd) .efbl_open_likebox_collapisble{right:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_open_collapisble,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_open_likebox_collapisble{position:absolute;right:0;font-size:21px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_fields{padding:0;margin-top:10px;margin-bottom:10px;position:relative}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_filter_events_wrap_outer{display:none;float:left;width:100%}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_filter_events_wrap_outer .efbl-events-changes{padding:12px;border:2px dashed #ff8c00;margin-bottom:15px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_filter_events_wrap_outer .efbl-events-changes p{margin:2px 0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_filter_events_wrap_outer .efbl-events-changes a{text-transform:lowercase}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .input-field.col label{left:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .select-wrapper input.select-dropdown{color:#867979}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortcode_submit,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_shortcode_submit{margin-top:20px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode{display:none;float:left}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode p,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode p{margin-top:20px;margin-bottom:0;font-size:14px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode .efbl-shortcode-block,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode .efbl-likebox-shortcode-block,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode .efbl-shortcode-block,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode .efbl-likebox-shortcode-block{margin-bottom:0;margin-top:5px;box-shadow:none;border:none}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode .efbl_shortcode_generated_final,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode .efbl_likebox_shortcode_generated_final,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode .efbl_shortcode_generated_final,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode .efbl_likebox_shortcode_generated_final{margin-top:0;width:100%;text-align:center;border-radius:0;padding:5px;line-height:normal;background-color:#25a69aad;box-shadow:none}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode .efbl_shortcode_generated_final i,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode .efbl_likebox_shortcode_generated_final i,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode .efbl_shortcode_generated_final i,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode .efbl_likebox_shortcode_generated_final i{border-radius:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c å p{margin-top:0;font-size:16px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c ol li{font-size:14px;padding:5px 0;line-height:1.5;color:#867979}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c a.btn{margin-top:10px;font-size:15px;padding:6px 20px;height:auto}.efbl_wrap p{font-size:15px;line-height:1.8;font-weight:400;color:#867979;position:relative}.efbl_wrap .efbl-popup-dep{display:inline-block;padding:14px;border:2px dashed #ff8c00}.efbl_wrap .efbl-popup-dep p{float:left;margin-top:0;margin-bottom:5px}.efbl_wrap .efbl-popup-dep ol{float:left;margin-bottom:0}.efbl_wrap .efbl-popup-dep a{color:#fff;background:#ff8c00;padding:20px 31px;font-size:15px;float:right;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.efbl_wrap .efbl-popup-dep a:hover{background:#e8850b;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.efbl_wrap .efbl-popup-dep a:focus{box-shadow:none}.efbl_wrap .efbl-popup-dep .esf-small-btn{padding:8px 8px;margin-top:-7px;margin-left:10px;font-size:12px;background:none;border:1px solid #ff8c00;color:#ff8c00}.efbl_wrap .efbl-popup-dep .esf-small-btn:hover{padding:8px 12px;background:none;color:#ff8c00}.efbl_wrap .efbl_popup_settings{float:left;width:100%}.efbl_wrap .efbl_popup_settings .efbl_popup_info{margin-top:10px;float:left}.efbl_wrap .efbl_popup_settings .select-dropdown [type=checkbox] + label:before,.efbl_wrap .efbl_popup_settings .select-dropdown [type=checkbox]:not(.filled-in) + label:after{top:-17px}.efbl_wrap .efbl_popup_settings .efbl_fields{float:left;width:100%}.efbl_wrap .efbl_popup_settings .checkbox-row{margin-top:20px;padding:0 .75rem}.efbl_wrap .input-field.col label{color:#867979}.efbl_wrap blockquote{background-color:#26a69a;color:#fff;padding:15px;font-size:13px;border-left:5px solid #6fc2ba}.efbl_wrap #efbl-skins .efbl_create_skin{height:auto;padding:5px 25px 5px 20px}.efbl_wrap #efbl-skins .efbl_new_skin{display:none}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details{min-height:550px}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details #efbl_skin_feat_img{width:77.8%}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details .btn.waves-input-wrapper{height:auto;padding:5px 20px 5px 20px}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details #efbl_skin_feat_img_btn{text-transform:capitalize}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details .btn.create_new_skin_fb_wrap.waves-input-wrapper{padding:3px 23px}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details .btn.create_new_skin_fb_wrap.waves-input-wrapper .right{margin-left:5px;font-size:17px;margin-top:2px}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details .efbl_show_all_skins{margin-bottom:10px;text-transform:capitalize;height:auto;padding:5px 15px 5px 15px}.efbl_wrap #efbl-skins .efbl_all_skins{margin-top:20px;margin-bottom:0}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin{display:inline-block;margin-right:15px;margin-bottom:15px;padding:10px;margin-top:0;width:24%}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .skin_free_full{position:absolute;width:100%;height:100%}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .skin_free_full:focus{box-shadow:none}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .selected_layout{padding:6px;float:left;width:100%;background:#27aae4;color:#fff;text-align:center;font-weight:bold;text-transform:capitalize;margin-bottom:10px}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .card-image{max-height:150px;overflow:hidden}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .card-content{border-bottom:1px solid #baa5a5;padding:20px 0 5px 0;margin-bottom:15px;float:left;width:100%}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .btn .material-icons{font-size:15px}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin a.btn{padding:0 20px}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_skin_redirect,.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_skin_delete{padding-right:0;padding-left:0;width:42%}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_skin_redirect .material-icons,.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_skin_delete .material-icons{position:absolute;right:10px;top:2px}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_skin_redirect span,.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_skin_delete span{float:none;margin:0 auto;display:table}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_copy_skin_id{float:left;width:100%;margin-top:20px}.efbl_wrap .efbl_single_skin:nth-child(4n+4){margin-right:0 !important}.efbl_wrap .efbl_single_skin_free{background:#f7f5f2;opacity:.955}.efbl_wrap #efbl-general{position:relative;min-height:300px;padding:0}.efbl_wrap #efbl-general .row{margin-bottom:0}.efbl_wrap .efbl-tabs-vertical{float:left;width:100%;position:relative}.efbl_wrap .efbl-tabs-vertical .efbl_si_tabs_name_holder{padding:0;position:absolute;height:100%;background-color:#0090d0;width:210px}.efbl_wrap .efbl-tabs-vertical .tabs{height:auto;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;display:-webkit-flex;display:flex;color:#939aaa;background-color:transparent}.efbl_wrap .efbl-tabs-vertical .tab{width:100%;text-align:left;padding-left:11px}.efbl_wrap .efbl-tabs-vertical .tab a{padding:0;color:#fff}.efbl_wrap .efbl-tabs-vertical .tab a span{margin-left:8px}.efbl_wrap .efbl-tabs-vertical .tab a:focus{box-shadow:none !important}.efbl_wrap .efbl-tabs-vertical .tab .active{-moz-transition:border-color .5s ease;-o-transition:border-color .5s ease;-webkit-transition:border-color .5s ease;transition:border-color .5s ease;border-right:4px solid #1bf1e9}.efbl_wrap .efbl-tabs-vertical .tab:hover a{border-color:#7fc6a6}.efbl_wrap .efbl-tabs-vertical .indicator{display:none}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder{float:left;margin-left:210px;padding:13px 15px 20px;min-height:400px;width:auto}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content{float:left;width:100%;padding:0}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder{float:left;padding:0}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder .efbl-red-notice{margin:0}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder .efbl-red-notice a{color:#fff;text-decoration:underline;text-transform:lowercase}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder .efbl-shortcode-block{float:left;margin-top:0;margin-bottom:5px}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder .efbl_copy_shortcode{margin-top:0;border-radius:0;box-shadow:none;float:left;background-color:#25a69aad;font-size:15px;margin-right:5px}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder .efbl_copy_shortcode i{margin:0}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder p{float:left;margin-top:0}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder h5{float:left;width:100%}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder .efbl_more_head{margin-top:20px}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder #fl_social_sharing_networks_tab a.fl_show_networks{height:auto;padding:5px 25px 5px 18px;text-transform:capitalize}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder #fl_social_sharing_networks_tab a.fl_show_networks:hover,.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder #fl_social_sharing_networks_tab a.fl_show_networks:focus{color:#fff}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder #fl_social_sharing_networks_tab a.fl_show_networks .material-icons{font-size:26px;margin-right:8px;font-weight:bold}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_networks_wrap{float:left;width:100%}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_networks_wrap .fl_available_networks_wrap{float:left;width:100%;margin:15px 0}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_networks_wrap .fl_available_networks_wrap .fl_available_network_wrap{display:inline-block;margin-right:5px;padding:5px 20px}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap{float:left;width:25%;padding:15px;text-align:center}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap h2{font-size:24px;margin:0;margin-bottom:10px}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap img{width:100%;background:rgba(224,228,233,.3019607843);padding:10px}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap ul{list-style-type:none;float:left;width:100%}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap li{display:inline-block;float:left;width:100%}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap input[type=checkbox]{display:none}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap label{border:1px solid #fff;padding:8px;display:block;position:relative;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;float:left;width:100%;height:100%}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap label::before{background-color:#fff;color:#fff;content:" ";display:block;border-radius:50%;border:1px solid #09b95a;position:absolute;top:-5px;left:-5px;width:25px;height:25px;text-align:center;line-height:28px;transition-duration:.4s;transform:scale(0)}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap label img{transition-duration:.2s;transform-origin:50% 50%}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap :checked + label{border-color:#ddd}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap :checked + label::before{content:"✓";background-color:#09b95a;transform:scale(1)}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap :checked + label img{transform:scale(0.9);z-index:-1}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_sidebar img{padding-left:0;padding-bottom:0}.toplevel_page_easy-facebook-likebox #wpfooter{position:relative}.toplevel_page_easy-facebook-likebox #toast-container{top:auto;bottom:0;left:153px;right:0;margin-left:auto;margin-right:auto;text-align:center;width:89.1%;background-color:#02acf7;color:#fff;max-width:100%;min-height:60px}.toplevel_page_easy-facebook-likebox #toast-container .toast{top:auto !important;text-align:center;float:none;margin:0 auto;display:table;background-color:transparent;border:none;box-shadow:none;transition:none !important;font-size:20px;font-weight:400;position:relative;display:inline-block;line-height:2;align-items:normal}.toplevel_page_easy-facebook-likebox #toast-container.efbl_green{background-color:#7fc6a6}.toplevel_page_easy-facebook-likebox #toast-container.efbl_red{background-color:#ed6d62}.slideDown{animation-name:slideDown;-webkit-animation-name:slideDown;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible !important}@keyframes slideDown{0%{transform:translateY(-100%)}50%{transform:translateY(8%)}65%{transform:translateY(-4%)}80%{transform:translateY(4%)}95%{transform:translateY(-2%)}100%{transform:translateY(0%)}}@-webkit-keyframes slideDown{0%{-webkit-transform:translateY(-100%)}50%{-webkit-transform:translateY(8%)}65%{-webkit-transform:translateY(-4%)}80%{-webkit-transform:translateY(4%)}95%{-webkit-transform:translateY(-2%)}100%{-webkit-transform:translateY(0%)}}.slideUp{animation-name:slideUp;-webkit-animation-name:slideUp;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible !important}@keyframes slideUp{0%{transform:translateY(0%)}50%{transform:translateY(-2%)}95%{transform:translateY(-8%)}100%{transform:translateY(-100%)}}@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(100%)}50%{-webkit-transform:translateY(-8%)}65%{-webkit-transform:translateY(4%)}80%{-webkit-transform:translateY(-4%)}95%{-webkit-transform:translateY(2%)}100%{-webkit-transform:translateY(0%)}}.slideLeft{animation-name:slideLeft;-webkit-animation-name:slideLeft;animation-duration:.7s;-webkit-animation-duration:.7s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}@-webkit-keyframes slideLeft{0%{-ms-transform:translate(-20px, 0);-webkit-transform:translate(-20px, 0);transform:translate(-20px, 0);opacity:0}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0);opacity:1}}@keyframes slideLeft{0%{-ms-transform:translate(-20px, 0);-webkit-transform:translate(-20px, 0);transform:translate(-20px, 0);opacity:0}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0);opacity:1}}.SlideRight{animation-name:SlideRight;-webkit-animation-name:SlideRight;animation-duration:.7s;-webkit-animation-duration:.7s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}@-webkit-keyframes SlideRight{0%{-ms-transform:translate(20px, 0);-webkit-transform:translate(20px, 0);transform:translate(20px, 0);opacity:0}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0);opacity:1}}@keyframes SlideRight{0%{-ms-transform:translate(20px, 0);-webkit-transform:translate(20px, 0);transform:translate(20px, 0);opacity:0}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0);opacity:1}}.slideExpandUp{animation-name:slideExpandUp;-webkit-animation-name:slideExpandUp;animation-duration:1.6s;-webkit-animation-duration:1.6s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease -out;visibility:visible !important}@keyframes slideExpandUp{0%{transform:translateY(100%) scaleX(0.5)}30%{transform:translateY(-8%) scaleX(0.5)}40%{transform:translateY(2%) scaleX(0.5)}50%{transform:translateY(0%) scaleX(1.1)}60%{transform:translateY(0%) scaleX(0.9)}70%{transform:translateY(0%) scaleX(1.05)}80%{transform:translateY(0%) scaleX(0.95)}90%{transform:translateY(0%) scaleX(1.02)}100%{transform:translateY(0%) scaleX(1)}}@-webkit-keyframes slideExpandUp{0%{-webkit-transform:translateY(100%) scaleX(0.5)}30%{-webkit-transform:translateY(-8%) scaleX(0.5)}40%{-webkit-transform:translateY(2%) scaleX(0.5)}50%{-webkit-transform:translateY(0%) scaleX(1.1)}60%{-webkit-transform:translateY(0%) scaleX(0.9)}70%{-webkit-transform:translateY(0%) scaleX(1.05)}80%{-webkit-transform:translateY(0%) scaleX(0.95)}90%{-webkit-transform:translateY(0%) scaleX(1.02)}100%{-webkit-transform:translateY(0%) scaleX(1)}}.expandUp{animation-name:expandUp;-webkit-animation-name:expandUp;animation-duration:.7s;-webkit-animation-duration:.7s;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible !important}@keyframes expandUp{0%{transform:translateY(100%) scale(0.6) scaleY(0.5)}60%{transform:translateY(-7%) scaleY(1.12)}75%{transform:translateY(3%)}100%{transform:translateY(0%) scale(1) scaleY(1)}}@-webkit-keyframes expandUp{0%{-webkit-transform:translateY(100%) scale(0.6) scaleY(0.5)}60%{-webkit-transform:translateY(-7%) scaleY(1.12)}75%{-webkit-transform:translateY(3%)}100%{-webkit-transform:translateY(0%) scale(1) scaleY(1)}}@keyframes fadeIn{0%{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}100%{opacity:1;-webkit-transition-duration:1.1s;transition-duration:1.1s;-webkit-transition-delay:.05s;transition-delay:.05s}}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}100%{opacity:1;-webkit-transition-duration:1.1s;transition-duration:1.1s;-webkit-transition-delay:.05s;transition-delay:.05s}}.fadeIn{animation-name:fadeIn;-webkit-animation-name:fadeIn;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}.fadeOut{animation-name:fadeOut;-webkit-animation-name:fadeOut;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.expandOpen{animation-name:expandOpen;-webkit-animation-name:expandOpen;animation-duration:1.2s;-webkit-animation-duration:1.2s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible !important}@keyframes expandOpen{0%{transform:scale(1.8)}50%{transform:scale(0.95)}80%{transform:scale(1.05)}90%{transform:scale(0.98)}100%{transform:scale(1)}}@-webkit-keyframes expandOpen{0%{-webkit-transform:scale(1.8)}50%{-webkit-transform:scale(0.95)}80%{-webkit-transform:scale(1.05)}90%{-webkit-transform:scale(0.98)}100%{-webkit-transform:scale(1)}}.bigEntrance{animation-name:bigEntrance;-webkit-animation-name:bigEntrance;animation-duration:1.6s;-webkit-animation-duration:1.6s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible !important}@keyframes bigEntrance{0%{transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);opacity:.2}30%{transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);opacity:1}45%{transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%);opacity:1}60%{transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);opacity:1}75%{transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%);opacity:1}90%{transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%);opacity:1}100%{transform:scale(1) rotate(0deg) translateX(0%) translateY(0%);opacity:1}}@-webkit-keyframes bigEntrance{0%{-webkit-transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);opacity:.2}30%{-webkit-transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);opacity:1}45%{-webkit-transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%);opacity:1}60%{-webkit-transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);opacity:1}75%{-webkit-transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%);opacity:1}90%{-webkit-transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%);opacity:1}100%{-webkit-transform:scale(1) rotate(0deg) translateX(0%) translateY(0%);opacity:1}}.hatch{animation-name:hatch;-webkit-animation-name:hatch;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%;visibility:visible !important}@keyframes hatch{0%{transform:rotate(0deg) scaleY(0.6)}20%{transform:rotate(-2deg) scaleY(1.05)}35%{transform:rotate(2deg) scaleY(1)}50%{transform:rotate(-2deg)}65%{transform:rotate(1deg)}80%{transform:rotate(-1deg)}100%{transform:rotate(0deg)}}@-webkit-keyframes hatch{0%{-webkit-transform:rotate(0deg) scaleY(0.6)}20%{-webkit-transform:rotate(-2deg) scaleY(1.05)}35%{-webkit-transform:rotate(2deg) scaleY(1)}50%{-webkit-transform:rotate(-2deg)}65%{-webkit-transform:rotate(1deg)}80%{-webkit-transform:rotate(-1deg)}100%{-webkit-transform:rotate(0deg)}}.bounce{animation-name:bounce;-webkit-animation-name:bounce;animation-duration:1.6s;-webkit-animation-duration:1.6s;animation-timing-function:ease;-webkit-animation-timing-function:ease;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%}@keyframes bounce{0%{transform:translateY(0%) scaleY(0.6)}60%{transform:translateY(-100%) scaleY(1.1)}70%{transform:translateY(0%) scaleY(0.95) scaleX(1.05)}80%{transform:translateY(0%) scaleY(1.05) scaleX(1)}90%{transform:translateY(0%) scaleY(0.95) scaleX(1)}100%{transform:translateY(0%) scaleY(1) scaleX(1)}}@-webkit-keyframes bounce{0%{-webkit-transform:translateY(0%) scaleY(0.6)}60%{-webkit-transform:translateY(-100%) scaleY(1.1)}70%{-webkit-transform:translateY(0%) scaleY(0.95) scaleX(1.05)}80%{-webkit-transform:translateY(0%) scaleY(1.05) scaleX(1)}90%{-webkit-transform:translateY(0%) scaleY(0.95) scaleX(1)}100%{-webkit-transform:translateY(0%) scaleY(1) scaleX(1)}}.pulse{animation-name:pulse;-webkit-animation-name:pulse;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@keyframes pulse{0%{transform:scale(0.9);opacity:.7}50%{transform:scale(1);opacity:1}100%{transform:scale(0.9);opacity:.7}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(0.95);opacity:.7}50%{-webkit-transform:scale(1);opacity:1}100%{-webkit-transform:scale(0.95);opacity:.7}}.floating{animation-name:floating;-webkit-animation-name:floating;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@keyframes floating{0%{transform:translateY(0%)}50%{transform:translateY(8%)}100%{transform:translateY(0%)}}@-webkit-keyframes floating{0%{-webkit-transform:translateY(0%)}50%{-webkit-transform:translateY(8%)}100%{-webkit-transform:translateY(0%)}}.tossing{animation-name:tossing;-webkit-animation-name:tossing;animation-duration:2.5s;-webkit-animation-duration:2.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@keyframes tossing{0%{transform:rotate(-4deg)}50%{transform:rotate(4deg)}100%{transform:rotate(-4deg)}}@-webkit-keyframes tossing{0%{-webkit-transform:rotate(-4deg)}50%{-webkit-transform:rotate(4deg)}100%{-webkit-transform:rotate(-4deg)}}.pullUp{animation-name:pullUp;-webkit-animation-name:pullUp;animation-duration:1.1s;-webkit-animation-duration:1.1s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%}@keyframes pullUp{0%{transform:scaleY(0.1)}40%{transform:scaleY(1.02)}60%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(1)}}@-webkit-keyframes pullUp{0%{-webkit-transform:scaleY(0.1)}40%{-webkit-transform:scaleY(1.02)}60%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(1)}}.pullDown{animation-name:pullDown;-webkit-animation-name:pullDown;animation-duration:1.1s;-webkit-animation-duration:1.1s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:50% 0%;-ms-transform-origin:50% 0%;-webkit-transform-origin:50% 0%}@keyframes pullDown{0%{transform:scaleY(0.1)}40%{transform:scaleY(1.02)}60%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(1)}}@-webkit-keyframes pullDown{0%{-webkit-transform:scaleY(0.1)}40%{-webkit-transform:scaleY(1.02)}60%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(1)}}.stretchLeft{animation-name:stretchLeft;-webkit-animation-name:stretchLeft;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:100% 0%;-ms-transform-origin:100% 0%;-webkit-transform-origin:100% 0%}@keyframes stretchLeft{0%{transform:scaleX(0.3)}40%{transform:scaleX(1.02)}60%{transform:scaleX(0.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(0.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(1)}}@-webkit-keyframes stretchLeft{0%{-webkit-transform:scaleX(0.3)}40%{-webkit-transform:scaleX(1.02)}60%{-webkit-transform:scaleX(0.98)}80%{-webkit-transform:scaleX(1.01)}100%{-webkit-transform:scaleX(0.98)}80%{-webkit-transform:scaleX(1.01)}100%{-webkit-transform:scaleX(1)}}.stretchRight{animation-name:stretchRight;-webkit-animation-name:stretchRight;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:0% 0%;-ms-transform-origin:0% 0%;-webkit-transform-origin:0% 0%}@keyframes stretchRight{0%{transform:scaleX(0.3)}40%{transform:scaleX(1.02)}60%{transform:scaleX(0.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(0.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(1)}}@-webkit-keyframes stretchRight{0%{-webkit-transform:scaleX(0.3)}40%{-webkit-transform:scaleX(1.02)}60%{-webkit-transform:scaleX(0.98)}80%{-webkit-transform:scaleX(1.01)}100%{-webkit-transform:scaleX(0.98)}80%{-webkit-transform:scaleX(1.01)}100%{-webkit-transform:scaleX(1)}}.Rotate{animation-name:Rotate;-webkit-animation-name:Rotate;animation-duration:3s;-webkit-animation-duration:3s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-timing-function:linear}@keyframes Rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes Rotate{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}.Linear_1{animation-name:Linear_1;-webkit-animation-name:Linear_1;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:linear;-webkit-animation-timing-function:linear}@keyframes Linear_1{0%{transform:translate(0px, 0px)}50%{transform:translate(-20px, 0px)}100%{transform:translate(0px, 0px)}}@-webkit-keyframes Linear_1{0%{-webkit-transform:translate(0px, 0px)}50%{transform:translate(-20px, 0px)}100%{-webkit-transform:translate(0px, 0px)}}.Linear_2{animation-name:Linear_2;-webkit-animation-name:Linear_2;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:linear;-webkit-animation-timing-function:linear}@keyframes Linear_2{0%{transform:translate(0px, 0px)}50%{transform:translate(20px, 0px)}100%{transform:translate(0px, 0px)}}@-webkit-keyframes Linear_2{0%{-webkit-transform:translate(0px, 0px)}50%{transform:translate(20px, 0px)}100%{-webkit-transform:translate(20px, 0px)}}.pulse-down{-webkit-animation:pulse-down 3s ease-in infinite;animation:pulse-down 3s ease-in infinite}@-webkit-keyframes pulse-down{80%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}85%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}90%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}95%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}100%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}}@keyframes pulse-down{80%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}85%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}90%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}95%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}100%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}}@keyframes fadeinout{0%{opacity:0}6.25%{opacity:1}26.75%{opacity:1}33%{opacity:0}}@keyframes flipdown{0%{opacity:0;transform-origin:top center;transform:rotateX(-90deg)}5%{opacity:1}80%{transform:rotateX(8deg)}83%{transform:rotateX(6deg)}92%{transform:rotateX(-3deg)}100%{transform-origin:top center;transform:rotateX(0deg)}}.efbl-confirm-modal.modal{top:25% !important;width:40%}.efbl-confirm-modal.modal .mif-close-modal.modal-close{position:absolute;right:5px;top:5px}.efbl-confirm-modal.modal{width:30%}.efbl-confirm-modal .mif-modal-content{float:none;margin:0 auto;display:table;text-align:center;padding-top:0}.efbl-confirm-modal .mif-modal-content p{font-size:13px;line-height:1.8;border-bottom:1px solid #ccc;padding-bottom:12px}.efbl-confirm-modal .mif-modal-content .mif-lock-icon .material-icons{color:#ed6d62;font-size:60px}.efbl-confirm-modal .mif-modal-content .btn{font-size:13px;padding:10px 25px 10px 10px;height:auto;text-transform:capitalize}.efbl-confirm-modal .mif-modal-content .btn img{height:31px;margin-right:5px}.efbl-confirm-modal .mif-modal-content .btn{padding:10px 20px;height:auto;width:auto;line-height:normal;font-size:15px;border-radius:0;margin-right:30px}.efbl-confirm-modal .mif-modal-content .efbl_skin_delete{background:#ed6d62}/*# sourceMappingURL=admin.css.map */
|
1 |
+
.efbl_wrap{float:left;clear:both;position:relative;width:98.4%;overflow:hidden;background-color:#fff;margin-top:40px}.efbl_wrap a,.efbl_wrap .btn{text-transform:capitalize}.efbl_wrap a::focus,.efbl_wrap a:visited,.efbl_wrap .btn::focus,.efbl_wrap .btn:visited{color:#fff}.efbl_wrap i.left{margin-right:10px}.efbl_wrap .efbl_wrap_inner{float:left;width:100%;clear:both;position:relative}.efbl_wrap .efbl_wrap_inner .efbl_auth_form{padding-top:30px}.efbl_wrap .efbl_wrap_inner .efbl_auth_btn:hover{background-color:#02acf7;color:#fff}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder{float:left;width:100%}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_right{float:right;margin-right:20px;margin-top:12px}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_right a{color:#fff;font-size:17px}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header{background-color:#27aae4;color:#fff;padding:5px 0;height:56px;float:left;width:100%}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header .tab:focus{outline:none}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header #efbl_tabs{background-color:transparent;float:left;width:auto;margin-left:17px}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header #efbl_tabs a{color:#fff;display:table}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header #efbl_tabs a .material-icons{line-height:unset;margin-right:5px;float:left}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header #efbl_tabs a span{letter-spacing:1.5px;font-size:13px;font-weight:bold}.efbl_wrap .efbl_wrap_inner .efbl_tabs_holder .efbl_tabs_header #efbl_tabs .indicator{background-color:#1bf1e9;margin-bottom:0;width:140px;float:none;margin:0 auto}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder{float:left;width:100%}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c{padding:15px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .efbl_authentication_btn{padding:10px 25px 10px 10px;height:auto;line-height:2.5;text-transform:capitalize}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .efbl_authentication_btn .efb_icon{height:40px;margin-right:5px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .auth-row{margin-top:20px;margin-bottom:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .auth-row .collection{margin-bottom:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder #efbl-authentication .auth-row .efbl_all_pages{padding:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .fta_empty_at#efbl-authentication .auth-row{margin:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible-header{text-transform:capitalize;font-size:22px;position:relative}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible-header .material-icons{margin-top:4px;color:#02acf7}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible-header .efbl_collapsible_icon{position:absolute;right:0;font-size:30px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .collapsible-header.active .efbl_collapsible_icon{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortcode_accord .collapsible-header{font-size:16px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortcode_accord .collapsible-header .material-icons{font-size:19px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortcode_accord .collapsible-body p{font-size:14px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_collapsible_info{padding:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_collapsible_info:last-child{margin-top:10px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortocode_genrator_main{float:left;padding:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_like_box_shortocode_genrator{float:left}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortocode_genrator{float:left}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortocode_genrator h5{margin-bottom:20px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .select-wrapper{margin-top:12px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortocode_genrator .efbl_fields.s6:nth-child(even) .efbl_open_collapisble,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_like_box_shortocode_genrator .efbl_fields.s6:nth-child(odd) .efbl_open_likebox_collapisble{right:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_open_collapisble,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_open_likebox_collapisble{position:absolute;right:0;font-size:21px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_fields{padding:0;margin-top:10px;margin-bottom:10px;position:relative}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_filter_events_wrap_outer{display:none;float:left;width:100%}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_filter_events_wrap_outer .efbl-events-changes{padding:12px;border:2px dashed #ff8c00;margin-bottom:15px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_filter_events_wrap_outer .efbl-events-changes p{margin:2px 0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_filter_events_wrap_outer .efbl-events-changes a{text-transform:lowercase}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .input-field.col label{left:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .select-wrapper input.select-dropdown{color:#867979}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_shortcode_submit,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_shortcode_submit{margin-top:20px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode{display:none;float:left}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode p,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode p{margin-top:20px;margin-bottom:0;font-size:14px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode .efbl-shortcode-block,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode .efbl-likebox-shortcode-block,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode .efbl-shortcode-block,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode .efbl-likebox-shortcode-block{margin-bottom:0;margin-top:5px;box-shadow:none;border:none}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode .efbl_shortcode_generated_final,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode .efbl_likebox_shortcode_generated_final,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode .efbl_shortcode_generated_final,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode .efbl_likebox_shortcode_generated_final{margin-top:0;width:100%;text-align:center;border-radius:0;padding:5px;line-height:normal;background-color:#25a69aad;box-shadow:none}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode .efbl_shortcode_generated_final i,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_generated_shortcode .efbl_likebox_shortcode_generated_final i,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode .efbl_shortcode_generated_final i,.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c .efbl_likebox_generated_shortcode .efbl_likebox_shortcode_generated_final i{border-radius:0}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c å p{margin-top:0;font-size:16px}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c ol li{font-size:14px;padding:5px 0;line-height:1.5;color:#867979}.efbl_wrap .efbl_wrap_inner .efbl_tab_c_holder .efbl_tab_c a.btn{margin-top:10px;font-size:15px;padding:6px 20px;height:auto}.efbl_wrap p{font-size:15px;line-height:1.8;font-weight:400;color:#867979;position:relative}.efbl_wrap .efbl-popup-dep{display:inline-block;padding:14px;border:2px dashed #ff8c00}.efbl_wrap .efbl-popup-dep p{float:left;margin-top:0;margin-bottom:5px}.efbl_wrap .efbl-popup-dep ol{float:left;margin-bottom:0}.efbl_wrap .efbl-popup-dep a{color:#fff;background:#ff8c00;padding:20px 31px;font-size:15px;float:right;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.efbl_wrap .efbl-popup-dep a:hover{background:#e8850b;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.efbl_wrap .efbl-popup-dep a:focus{box-shadow:none}.efbl_wrap .efbl-popup-dep .esf-small-btn{padding:8px 8px;margin-top:-7px;margin-left:10px;font-size:12px;background:none;border:1px solid #ff8c00;color:#ff8c00}.efbl_wrap .efbl-popup-dep .esf-small-btn:hover{padding:8px 12px;background:none;color:#ff8c00}.efbl_wrap .efbl_popup_settings{float:left;width:100%}.efbl_wrap .efbl_popup_settings .input-field{padding:0}.efbl_wrap .efbl_popup_settings .efbl_popup_info{margin-top:10px;float:left}.efbl_wrap .efbl_popup_settings .select-dropdown [type=checkbox] + label:before,.efbl_wrap .efbl_popup_settings .select-dropdown [type=checkbox]:not(.filled-in) + label:after{top:-17px}.efbl_wrap .efbl_popup_settings .efbl_fields{float:left;width:100%}.efbl_wrap .efbl_popup_settings .checkbox-row{margin-top:20px;padding:0}.efbl_wrap .input-field.col label{color:#867979}.efbl_wrap blockquote{background-color:#26a69a;color:#fff;padding:15px;font-size:13px;border-left:5px solid #6fc2ba}.efbl_wrap #efbl-skins .efbl_create_skin{height:auto;padding:5px 25px 5px 20px}.efbl_wrap #efbl-skins .efbl_new_skin{display:none}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details{min-height:550px}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details #efbl_skin_feat_img{width:77.8%}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details .btn.waves-input-wrapper{height:auto;padding:5px 20px 5px 20px}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details #efbl_skin_feat_img_btn{text-transform:capitalize}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details .btn.create_new_skin_fb_wrap.waves-input-wrapper{padding:3px 23px}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details .btn.create_new_skin_fb_wrap.waves-input-wrapper .right{margin-left:5px;font-size:17px;margin-top:2px}.efbl_wrap #efbl-skins .efbl_new_skin #efbl_new_skin_details .efbl_show_all_skins{margin-bottom:10px;text-transform:capitalize;height:auto;padding:5px 15px 5px 15px}.efbl_wrap #efbl-skins .efbl_all_skins{margin-top:20px;margin-bottom:0}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin{display:inline-block;margin-right:15px;margin-bottom:15px;padding:10px;margin-top:0;width:24%}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .skin_free_full{position:absolute;width:100%;height:100%}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .skin_free_full:focus{box-shadow:none}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .selected_layout{padding:6px;float:left;width:100%;background:#27aae4;color:#fff;text-align:center;font-weight:bold;text-transform:capitalize;margin-bottom:10px}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .card-image{max-height:150px;overflow:hidden}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .card-content{border-bottom:1px solid #baa5a5;padding:20px 0 5px 0;margin-bottom:15px;float:left;width:100%}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .btn .material-icons{font-size:15px}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin a.btn{padding:0 20px}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_skin_redirect,.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_skin_delete{padding-right:0;padding-left:0;width:42%}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_skin_redirect .material-icons,.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_skin_delete .material-icons{position:absolute;right:10px;top:2px}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_skin_redirect span,.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_skin_delete span{float:none;margin:0 auto;display:table}.efbl_wrap #efbl-skins .efbl_all_skins .efbl_single_skin .efbl_copy_skin_id{float:left;width:100%;margin-top:20px}.efbl_wrap .efbl_single_skin:nth-child(4n+4){margin-right:0 !important}.efbl_wrap .efbl_single_skin_free{background:#f7f5f2;opacity:.955}.efbl_wrap #efbl-general{position:relative;min-height:300px;padding:0}.efbl_wrap #efbl-general .row{margin-bottom:0}.efbl_wrap .efbl-tabs-vertical{float:left;width:100%;position:relative}.efbl_wrap .efbl-tabs-vertical .efbl_si_tabs_name_holder{padding:0;position:absolute;height:100%;background-color:#0090d0;width:210px}.efbl_wrap .efbl-tabs-vertical .tabs{height:auto;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;display:-webkit-flex;display:flex;color:#939aaa;background-color:transparent}.efbl_wrap .efbl-tabs-vertical .tab{width:100%;text-align:left;padding-left:11px}.efbl_wrap .efbl-tabs-vertical .tab a{padding:0;color:#fff}.efbl_wrap .efbl-tabs-vertical .tab a span{margin-left:8px}.efbl_wrap .efbl-tabs-vertical .tab a:focus{box-shadow:none !important}.efbl_wrap .efbl-tabs-vertical .tab .active{-moz-transition:border-color .5s ease;-o-transition:border-color .5s ease;-webkit-transition:border-color .5s ease;transition:border-color .5s ease;border-right:4px solid #1bf1e9}.efbl_wrap .efbl-tabs-vertical .tab:hover a{border-color:#7fc6a6}.efbl_wrap .efbl-tabs-vertical .indicator{display:none}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder{float:left;margin-left:210px;padding:13px 15px 20px;min-height:400px;width:auto}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content{float:left;width:100%;padding:0}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder{float:left;padding:0}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder .efbl-red-notice{margin:0}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder .efbl-red-notice a{color:#fff;text-decoration:underline;text-transform:lowercase}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder .efbl-shortcode-block{float:left;margin-top:0;margin-bottom:5px}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder .efbl_copy_shortcode{margin-top:0;border-radius:0;box-shadow:none;float:left;background-color:#25a69aad;font-size:15px;margin-right:5px}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder .efbl_copy_shortcode i{margin:0}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder p{float:left;margin-top:0}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder h5{float:left;width:100%}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .tab-content .efbl_default_shortcode_holder .efbl_more_head{margin-top:20px}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder #fl_social_sharing_networks_tab a.fl_show_networks{height:auto;padding:5px 25px 5px 18px;text-transform:capitalize}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder #fl_social_sharing_networks_tab a.fl_show_networks:hover,.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder #fl_social_sharing_networks_tab a.fl_show_networks:focus{color:#fff}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder #fl_social_sharing_networks_tab a.fl_show_networks .material-icons{font-size:26px;margin-right:8px;font-weight:bold}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_networks_wrap{float:left;width:100%}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_networks_wrap .fl_available_networks_wrap{float:left;width:100%;margin:15px 0}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_networks_wrap .fl_available_networks_wrap .fl_available_network_wrap{display:inline-block;margin-right:5px;padding:5px 20px}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap{float:left;width:25%;padding:15px;text-align:center}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap h2{font-size:24px;margin:0;margin-bottom:10px}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap img{width:100%;background:rgba(224,228,233,.3019607843);padding:10px}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap ul{list-style-type:none;float:left;width:100%}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap li{display:inline-block;float:left;width:100%}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap input[type=checkbox]{display:none}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap label{border:1px solid #fff;padding:8px;display:block;position:relative;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;float:left;width:100%;height:100%}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap label::before{background-color:#fff;color:#fff;content:" ";display:block;border-radius:50%;border:1px solid #09b95a;position:absolute;top:-5px;left:-5px;width:25px;height:25px;text-align:center;line-height:28px;transition-duration:.4s;transform:scale(0)}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap label img{transition-duration:.2s;transform-origin:50% 50%}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap :checked + label{border-color:#ddd}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap :checked + label::before{content:"✓";background-color:#09b95a;transform:scale(1)}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_wrap :checked + label img{transform:scale(0.9);z-index:-1}.efbl_wrap .efbl-tabs-vertical .efbl_tabs_holder .fl_ss_locations_wrap .fl_ss_location_sidebar img{padding-left:0;padding-bottom:0}.toplevel_page_easy-facebook-likebox #wpfooter{position:relative}.toplevel_page_easy-facebook-likebox #toast-container{top:auto;bottom:0;left:153px;right:0;margin-left:auto;margin-right:auto;text-align:center;width:89.1%;background-color:#02acf7;color:#fff;max-width:100%;min-height:60px}.toplevel_page_easy-facebook-likebox #toast-container .toast{top:auto !important;text-align:center;float:none;margin:0 auto;display:table;background-color:transparent;border:none;box-shadow:none;transition:none !important;font-size:20px;font-weight:400;position:relative;display:inline-block;line-height:2;align-items:normal}.toplevel_page_easy-facebook-likebox #toast-container.efbl_green{background-color:#7fc6a6}.toplevel_page_easy-facebook-likebox #toast-container.efbl_red{background-color:#ed6d62}.slideDown{animation-name:slideDown;-webkit-animation-name:slideDown;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible !important}@keyframes slideDown{0%{transform:translateY(-100%)}50%{transform:translateY(8%)}65%{transform:translateY(-4%)}80%{transform:translateY(4%)}95%{transform:translateY(-2%)}100%{transform:translateY(0%)}}@-webkit-keyframes slideDown{0%{-webkit-transform:translateY(-100%)}50%{-webkit-transform:translateY(8%)}65%{-webkit-transform:translateY(-4%)}80%{-webkit-transform:translateY(4%)}95%{-webkit-transform:translateY(-2%)}100%{-webkit-transform:translateY(0%)}}.slideUp{animation-name:slideUp;-webkit-animation-name:slideUp;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible !important}@keyframes slideUp{0%{transform:translateY(0%)}50%{transform:translateY(-2%)}95%{transform:translateY(-8%)}100%{transform:translateY(-100%)}}@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(100%)}50%{-webkit-transform:translateY(-8%)}65%{-webkit-transform:translateY(4%)}80%{-webkit-transform:translateY(-4%)}95%{-webkit-transform:translateY(2%)}100%{-webkit-transform:translateY(0%)}}.slideLeft{animation-name:slideLeft;-webkit-animation-name:slideLeft;animation-duration:.7s;-webkit-animation-duration:.7s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}@-webkit-keyframes slideLeft{0%{-ms-transform:translate(-20px, 0);-webkit-transform:translate(-20px, 0);transform:translate(-20px, 0);opacity:0}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0);opacity:1}}@keyframes slideLeft{0%{-ms-transform:translate(-20px, 0);-webkit-transform:translate(-20px, 0);transform:translate(-20px, 0);opacity:0}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0);opacity:1}}.SlideRight{animation-name:SlideRight;-webkit-animation-name:SlideRight;animation-duration:.7s;-webkit-animation-duration:.7s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}@-webkit-keyframes SlideRight{0%{-ms-transform:translate(20px, 0);-webkit-transform:translate(20px, 0);transform:translate(20px, 0);opacity:0}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0);opacity:1}}@keyframes SlideRight{0%{-ms-transform:translate(20px, 0);-webkit-transform:translate(20px, 0);transform:translate(20px, 0);opacity:0}100%{-ms-transform:translate(0, 0);-webkit-transform:translate(0, 0);transform:translate(0, 0);opacity:1}}.slideExpandUp{animation-name:slideExpandUp;-webkit-animation-name:slideExpandUp;animation-duration:1.6s;-webkit-animation-duration:1.6s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease -out;visibility:visible !important}@keyframes slideExpandUp{0%{transform:translateY(100%) scaleX(0.5)}30%{transform:translateY(-8%) scaleX(0.5)}40%{transform:translateY(2%) scaleX(0.5)}50%{transform:translateY(0%) scaleX(1.1)}60%{transform:translateY(0%) scaleX(0.9)}70%{transform:translateY(0%) scaleX(1.05)}80%{transform:translateY(0%) scaleX(0.95)}90%{transform:translateY(0%) scaleX(1.02)}100%{transform:translateY(0%) scaleX(1)}}@-webkit-keyframes slideExpandUp{0%{-webkit-transform:translateY(100%) scaleX(0.5)}30%{-webkit-transform:translateY(-8%) scaleX(0.5)}40%{-webkit-transform:translateY(2%) scaleX(0.5)}50%{-webkit-transform:translateY(0%) scaleX(1.1)}60%{-webkit-transform:translateY(0%) scaleX(0.9)}70%{-webkit-transform:translateY(0%) scaleX(1.05)}80%{-webkit-transform:translateY(0%) scaleX(0.95)}90%{-webkit-transform:translateY(0%) scaleX(1.02)}100%{-webkit-transform:translateY(0%) scaleX(1)}}.expandUp{animation-name:expandUp;-webkit-animation-name:expandUp;animation-duration:.7s;-webkit-animation-duration:.7s;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible !important}@keyframes expandUp{0%{transform:translateY(100%) scale(0.6) scaleY(0.5)}60%{transform:translateY(-7%) scaleY(1.12)}75%{transform:translateY(3%)}100%{transform:translateY(0%) scale(1) scaleY(1)}}@-webkit-keyframes expandUp{0%{-webkit-transform:translateY(100%) scale(0.6) scaleY(0.5)}60%{-webkit-transform:translateY(-7%) scaleY(1.12)}75%{-webkit-transform:translateY(3%)}100%{-webkit-transform:translateY(0%) scale(1) scaleY(1)}}@keyframes fadeIn{0%{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}100%{opacity:1;-webkit-transition-duration:1.1s;transition-duration:1.1s;-webkit-transition-delay:.05s;transition-delay:.05s}}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}100%{opacity:1;-webkit-transition-duration:1.1s;transition-duration:1.1s;-webkit-transition-delay:.05s;transition-delay:.05s}}.fadeIn{animation-name:fadeIn;-webkit-animation-name:fadeIn;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}.fadeOut{animation-name:fadeOut;-webkit-animation-name:fadeOut;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.expandOpen{animation-name:expandOpen;-webkit-animation-name:expandOpen;animation-duration:1.2s;-webkit-animation-duration:1.2s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible !important}@keyframes expandOpen{0%{transform:scale(1.8)}50%{transform:scale(0.95)}80%{transform:scale(1.05)}90%{transform:scale(0.98)}100%{transform:scale(1)}}@-webkit-keyframes expandOpen{0%{-webkit-transform:scale(1.8)}50%{-webkit-transform:scale(0.95)}80%{-webkit-transform:scale(1.05)}90%{-webkit-transform:scale(0.98)}100%{-webkit-transform:scale(1)}}.bigEntrance{animation-name:bigEntrance;-webkit-animation-name:bigEntrance;animation-duration:1.6s;-webkit-animation-duration:1.6s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible !important}@keyframes bigEntrance{0%{transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);opacity:.2}30%{transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);opacity:1}45%{transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%);opacity:1}60%{transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);opacity:1}75%{transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%);opacity:1}90%{transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%);opacity:1}100%{transform:scale(1) rotate(0deg) translateX(0%) translateY(0%);opacity:1}}@-webkit-keyframes bigEntrance{0%{-webkit-transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);opacity:.2}30%{-webkit-transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);opacity:1}45%{-webkit-transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%);opacity:1}60%{-webkit-transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);opacity:1}75%{-webkit-transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%);opacity:1}90%{-webkit-transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%);opacity:1}100%{-webkit-transform:scale(1) rotate(0deg) translateX(0%) translateY(0%);opacity:1}}.hatch{animation-name:hatch;-webkit-animation-name:hatch;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%;visibility:visible !important}@keyframes hatch{0%{transform:rotate(0deg) scaleY(0.6)}20%{transform:rotate(-2deg) scaleY(1.05)}35%{transform:rotate(2deg) scaleY(1)}50%{transform:rotate(-2deg)}65%{transform:rotate(1deg)}80%{transform:rotate(-1deg)}100%{transform:rotate(0deg)}}@-webkit-keyframes hatch{0%{-webkit-transform:rotate(0deg) scaleY(0.6)}20%{-webkit-transform:rotate(-2deg) scaleY(1.05)}35%{-webkit-transform:rotate(2deg) scaleY(1)}50%{-webkit-transform:rotate(-2deg)}65%{-webkit-transform:rotate(1deg)}80%{-webkit-transform:rotate(-1deg)}100%{-webkit-transform:rotate(0deg)}}.bounce{animation-name:bounce;-webkit-animation-name:bounce;animation-duration:1.6s;-webkit-animation-duration:1.6s;animation-timing-function:ease;-webkit-animation-timing-function:ease;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%}@keyframes bounce{0%{transform:translateY(0%) scaleY(0.6)}60%{transform:translateY(-100%) scaleY(1.1)}70%{transform:translateY(0%) scaleY(0.95) scaleX(1.05)}80%{transform:translateY(0%) scaleY(1.05) scaleX(1)}90%{transform:translateY(0%) scaleY(0.95) scaleX(1)}100%{transform:translateY(0%) scaleY(1) scaleX(1)}}@-webkit-keyframes bounce{0%{-webkit-transform:translateY(0%) scaleY(0.6)}60%{-webkit-transform:translateY(-100%) scaleY(1.1)}70%{-webkit-transform:translateY(0%) scaleY(0.95) scaleX(1.05)}80%{-webkit-transform:translateY(0%) scaleY(1.05) scaleX(1)}90%{-webkit-transform:translateY(0%) scaleY(0.95) scaleX(1)}100%{-webkit-transform:translateY(0%) scaleY(1) scaleX(1)}}.pulse{animation-name:pulse;-webkit-animation-name:pulse;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@keyframes pulse{0%{transform:scale(0.9);opacity:.7}50%{transform:scale(1);opacity:1}100%{transform:scale(0.9);opacity:.7}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(0.95);opacity:.7}50%{-webkit-transform:scale(1);opacity:1}100%{-webkit-transform:scale(0.95);opacity:.7}}.floating{animation-name:floating;-webkit-animation-name:floating;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@keyframes floating{0%{transform:translateY(0%)}50%{transform:translateY(8%)}100%{transform:translateY(0%)}}@-webkit-keyframes floating{0%{-webkit-transform:translateY(0%)}50%{-webkit-transform:translateY(8%)}100%{-webkit-transform:translateY(0%)}}.tossing{animation-name:tossing;-webkit-animation-name:tossing;animation-duration:2.5s;-webkit-animation-duration:2.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@keyframes tossing{0%{transform:rotate(-4deg)}50%{transform:rotate(4deg)}100%{transform:rotate(-4deg)}}@-webkit-keyframes tossing{0%{-webkit-transform:rotate(-4deg)}50%{-webkit-transform:rotate(4deg)}100%{-webkit-transform:rotate(-4deg)}}.pullUp{animation-name:pullUp;-webkit-animation-name:pullUp;animation-duration:1.1s;-webkit-animation-duration:1.1s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%}@keyframes pullUp{0%{transform:scaleY(0.1)}40%{transform:scaleY(1.02)}60%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(1)}}@-webkit-keyframes pullUp{0%{-webkit-transform:scaleY(0.1)}40%{-webkit-transform:scaleY(1.02)}60%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(1)}}.pullDown{animation-name:pullDown;-webkit-animation-name:pullDown;animation-duration:1.1s;-webkit-animation-duration:1.1s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:50% 0%;-ms-transform-origin:50% 0%;-webkit-transform-origin:50% 0%}@keyframes pullDown{0%{transform:scaleY(0.1)}40%{transform:scaleY(1.02)}60%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(1)}}@-webkit-keyframes pullDown{0%{-webkit-transform:scaleY(0.1)}40%{-webkit-transform:scaleY(1.02)}60%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(1)}}.stretchLeft{animation-name:stretchLeft;-webkit-animation-name:stretchLeft;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:100% 0%;-ms-transform-origin:100% 0%;-webkit-transform-origin:100% 0%}@keyframes stretchLeft{0%{transform:scaleX(0.3)}40%{transform:scaleX(1.02)}60%{transform:scaleX(0.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(0.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(1)}}@-webkit-keyframes stretchLeft{0%{-webkit-transform:scaleX(0.3)}40%{-webkit-transform:scaleX(1.02)}60%{-webkit-transform:scaleX(0.98)}80%{-webkit-transform:scaleX(1.01)}100%{-webkit-transform:scaleX(0.98)}80%{-webkit-transform:scaleX(1.01)}100%{-webkit-transform:scaleX(1)}}.stretchRight{animation-name:stretchRight;-webkit-animation-name:stretchRight;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:0% 0%;-ms-transform-origin:0% 0%;-webkit-transform-origin:0% 0%}@keyframes stretchRight{0%{transform:scaleX(0.3)}40%{transform:scaleX(1.02)}60%{transform:scaleX(0.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(0.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(1)}}@-webkit-keyframes stretchRight{0%{-webkit-transform:scaleX(0.3)}40%{-webkit-transform:scaleX(1.02)}60%{-webkit-transform:scaleX(0.98)}80%{-webkit-transform:scaleX(1.01)}100%{-webkit-transform:scaleX(0.98)}80%{-webkit-transform:scaleX(1.01)}100%{-webkit-transform:scaleX(1)}}.Rotate{animation-name:Rotate;-webkit-animation-name:Rotate;animation-duration:3s;-webkit-animation-duration:3s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-timing-function:linear}@keyframes Rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes Rotate{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}.Linear_1{animation-name:Linear_1;-webkit-animation-name:Linear_1;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:linear;-webkit-animation-timing-function:linear}@keyframes Linear_1{0%{transform:translate(0px, 0px)}50%{transform:translate(-20px, 0px)}100%{transform:translate(0px, 0px)}}@-webkit-keyframes Linear_1{0%{-webkit-transform:translate(0px, 0px)}50%{transform:translate(-20px, 0px)}100%{-webkit-transform:translate(0px, 0px)}}.Linear_2{animation-name:Linear_2;-webkit-animation-name:Linear_2;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:linear;-webkit-animation-timing-function:linear}@keyframes Linear_2{0%{transform:translate(0px, 0px)}50%{transform:translate(20px, 0px)}100%{transform:translate(0px, 0px)}}@-webkit-keyframes Linear_2{0%{-webkit-transform:translate(0px, 0px)}50%{transform:translate(20px, 0px)}100%{-webkit-transform:translate(20px, 0px)}}.pulse-down{-webkit-animation:pulse-down 3s ease-in infinite;animation:pulse-down 3s ease-in infinite}@-webkit-keyframes pulse-down{80%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}85%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}90%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}95%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}100%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}}@keyframes pulse-down{80%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}85%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}90%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}95%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}100%{-webkit-transform:translate3d(0, 1px, 0);transform:translate3d(0, 1px, 0)}}@keyframes fadeinout{0%{opacity:0}6.25%{opacity:1}26.75%{opacity:1}33%{opacity:0}}@keyframes flipdown{0%{opacity:0;transform-origin:top center;transform:rotateX(-90deg)}5%{opacity:1}80%{transform:rotateX(8deg)}83%{transform:rotateX(6deg)}92%{transform:rotateX(-3deg)}100%{transform-origin:top center;transform:rotateX(0deg)}}.efbl-confirm-modal.modal{top:25% !important;width:40%}.efbl-confirm-modal.modal .mif-close-modal.modal-close{position:absolute;right:5px;top:5px}.efbl-confirm-modal.modal{width:30%}.efbl-confirm-modal .mif-modal-content{float:none;margin:0 auto;display:table;text-align:center;padding-top:0}.efbl-confirm-modal .mif-modal-content p{font-size:13px;line-height:1.8;border-bottom:1px solid #ccc;padding-bottom:12px}.efbl-confirm-modal .mif-modal-content .mif-lock-icon .material-icons{color:#ed6d62;font-size:60px}.efbl-confirm-modal .mif-modal-content .btn{font-size:13px;padding:10px 25px 10px 10px;height:auto;text-transform:capitalize}.efbl-confirm-modal .mif-modal-content .btn img{height:31px;margin-right:5px}.efbl-confirm-modal .mif-modal-content .btn{padding:10px 20px;height:auto;width:auto;line-height:normal;font-size:15px;border-radius:0;margin-right:30px}.efbl-confirm-modal .mif-modal-content .efbl_skin_delete{background:#ed6d62}/*# sourceMappingURL=admin.css.map */
|
easy-facebook-likebox/admin/assets/css/admin.css.map
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"version":3,"sourceRoot":"","sources":["../scss/admin.scss"],"names":[],"mappings":"AAAA,WACE,WACA,WACA,kBACA,YACA,gBACA,sBACA,gBAEA,6BACA,0BACC,wFACG,WAGJ,kBACI,kBAGJ,4BAGK,WACA,WACA,WACA,kBAEA,4CACI,iBAEJ,iDACA,yBACA,WAEJ,8CAUI,WACA,WAVH,+DACA,YACG,kBACA,gBACC,iEACA,WACA,eAKD,gEACD,yBACG,WACA,cACA,YACA,WACA,WAEA,2EACC,aAID,2EACC,6BACA,WACA,WACA,iBAGA,6EACE,WACA,cAEA,6FACC,kBACA,iBACI,WAEL,kFACM,qBACR,eACA,iBAGF,sFACG,yBACA,gBACA,YACA,WACA,cAMR,+CACI,WACA,WAEA,2DACA,aAKC,6FACI,4BACH,YACA,gBACA,0BAEA,uGACI,YACJ,iBAID,8EACI,gBACI,gBACJ,0FACA,gBAEA,8FACA,UASN,2FACA,SAKO,+EACI,0BACN,eACA,kBACA,+FACA,eACC,cAED,sGACA,kBACA,QACA,eAIG,6GACJ,6BACA,iCACA,yBAII,sGACC,eACA,sHACI,eAGL,sGACI,eAGL,kFACI,UAEJ,6FACI,gBAGJ,0FACI,WACI,UAER,8FACI,WAEJ,qFACD,WAEA,wFACI,mBAGH,2EACI,gBAKJ,wSACA,QAEA,4KACA,kBACH,QACA,eAEI,wEACF,UACA,gBACC,mBACI,kBAEH,0FACA,aACA,WACH,WACC,+GACI,aACH,0BACA,mBAEA,iHACI,aAGJ,iHACA,yBAIC,kFACC,OAED,iGACI,cAGJ,4KACI,gBAEJ,kLACA,aACI,WACJ,sLACI,gBACT,gBACA,eAGM,4cACI,gBACN,eACA,gBACA,YAGE,ofACQ,aACT,WACA,kBACA,gBACA,YACA,mBACA,2BACA,gBACD,4fACI,gBAIJ,+DAEO,aACV,eAEG,iEACM,eACR,cACA,gBACI,cAEF,iEACI,gBACN,eACA,iBACA,YAOR,aACG,eACA,gBACA,gBACA,cACI,kBAIP,2BACA,qBACC,aACC,0BACF,6BACA,WAEE,aACA,kBAEF,8BACI,WACH,gBAEA,6BACI,WACD,mBACI,kBACJ,eACA,YACA,oCACA,kCACA,uCACA,+BACA,mCACC,mBACD,oCACO,kCACA,uCACA,+BAET,mCACA,gBAGD,0CACI,gBACD,gBACA,iBACA,eACA,gBACA,yBACA,cAEA,gDACA,iBACA,gBACA,cAMJ,gCACI,WACD,WAEA,iDACI,gBACH,WAGA,+KACI,UAGJ,6CACI,WACF,WAGF,8CAEI,gBACH,
|
1 |
+
{"version":3,"sourceRoot":"","sources":["../scss/admin.scss"],"names":[],"mappings":"AAAA,WACE,WACA,WACA,kBACA,YACA,gBACA,sBACA,gBAEA,6BACA,0BACC,wFACG,WAGJ,kBACI,kBAGJ,4BAGK,WACA,WACA,WACA,kBAEA,4CACI,iBAEJ,iDACA,yBACA,WAEJ,8CAUI,WACA,WAVH,+DACA,YACG,kBACA,gBACC,iEACA,WACA,eAKD,gEACD,yBACG,WACA,cACA,YACA,WACA,WAEA,2EACC,aAID,2EACC,6BACA,WACA,WACA,iBAGA,6EACE,WACA,cAEA,6FACC,kBACA,iBACI,WAEL,kFACM,qBACR,eACA,iBAGF,sFACG,yBACA,gBACA,YACA,WACA,cAMR,+CACI,WACA,WAEA,2DACA,aAKC,6FACI,4BACH,YACA,gBACA,0BAEA,uGACI,YACJ,iBAID,8EACI,gBACI,gBACJ,0FACA,gBAEA,8FACA,UASN,2FACA,SAKO,+EACI,0BACN,eACA,kBACA,+FACA,eACC,cAED,sGACA,kBACA,QACA,eAIG,6GACJ,6BACA,iCACA,yBAII,sGACC,eACA,sHACI,eAGL,sGACI,eAGL,kFACI,UAEJ,6FACI,gBAGJ,0FACI,WACI,UAER,8FACI,WAEJ,qFACD,WAEA,wFACI,mBAGH,2EACI,gBAKJ,wSACA,QAEA,4KACA,kBACH,QACA,eAEI,wEACF,UACA,gBACC,mBACI,kBAEH,0FACA,aACA,WACH,WACC,+GACI,aACH,0BACA,mBAEA,iHACI,aAGJ,iHACA,yBAIC,kFACC,OAED,iGACI,cAGJ,4KACI,gBAEJ,kLACA,aACI,WACJ,sLACI,gBACT,gBACA,eAGM,4cACI,gBACN,eACA,gBACA,YAGE,ofACQ,aACT,WACA,kBACA,gBACA,YACA,mBACA,2BACA,gBACD,4fACI,gBAIJ,+DAEO,aACV,eAEG,iEACM,eACR,cACA,gBACI,cAEF,iEACI,gBACN,eACA,iBACA,YAOR,aACG,eACA,gBACA,gBACA,cACI,kBAIP,2BACA,qBACC,aACC,0BACF,6BACA,WAEE,aACA,kBAEF,8BACI,WACH,gBAEA,6BACI,WACD,mBACI,kBACJ,eACA,YACA,oCACA,kCACA,uCACA,+BACA,mCACC,mBACD,oCACO,kCACA,uCACA,+BAET,mCACA,gBAGD,0CACI,gBACD,gBACA,iBACA,eACA,gBACA,yBACA,cAEA,gDACA,iBACA,gBACA,cAMJ,gCACI,WACD,WAEA,6CACA,UAGA,iDACI,gBACH,WAGA,+KACI,UAGJ,6CACI,WACF,WAGF,8CAEI,gBACH,UAGL,gDAIE,sBACY,yBACN,WACA,aACA,eACF,8BAIN,yCACG,YACE,0BAGL,sCACA,aACC,6DACI,iBACH,iFACI,YAEJ,sFACA,YACG,0BAEH,qFACA,0BAGA,8GACA,iBACC,qHACI,gBACD,eACA,eAGL,kFACI,mBACA,0BACC,YACA,0BAKN,uCACI,gBACA,gBACA,yDACU,qBACR,kBACA,mBACA,aACA,aACA,UAEA,yEACA,kBACA,WACA,YACC,+EACI,gBAGL,0EACI,YACH,WACA,WACA,mBACA,WACA,kBACA,iBACA,0BACI,mBAGL,qEACA,iBACA,gBAEA,uEACO,gCACL,qBACA,mBACA,WACA,WAEN,8EACA,eAEA,+DACI,eAEJ,wJACI,gBACA,eACA,UACC,wLACQ,kBACP,WACA,QAED,kKACI,WACJ,cACA,cAKF,4EACI,WACH,WACA,gBAMP,6CACI,0BAEJ,kCACA,mBACG,aAGH,yBACA,kBACE,iBACA,UACE,8BACF,gBAKE,+BACM,WACD,WACD,kBACJ,yDACG,UACD,kBACA,YACH,yBACA,YAEC,qCACI,YACA,0BACA,8BACA,sBACA,qBACA,aACJ,cACF,6BAGE,oCACI,WACA,gBACJ,kBAEI,sCACA,qBACE,2CACI,gBAGJ,4CACA,2BAKF,4CACI,sCACA,oCACA,yCACA,iCACA,+BAIP,4CACO,qBAGR,0CACI,aAGJ,iDACA,WACD,kBACD,uBACE,iBACI,WAEJ,8DACA,WACA,WACA,UACC,6FAWE,WACA,UAVD,8GACA,SAEC,gHACA,WACA,0BACA,yBAKF,mHACC,WACA,aACA,kBAED,kHACG,aACH,gBACA,gBACA,WACA,2BACA,eACI,iBACJ,oHACI,SAGL,+FACA,WACA,aAEA,gGACI,WACE,WAEN,6GACI,gBAMF,oGACE,YACD,0BACD,0BAEE,oNACA,WAGA,oHACI,eACF,iBACA,iBAKN,mEACA,WACC,WACG,+FACA,WACA,WACA,cACI,0HACE,qBACA,iBACA,iBAML,4FACI,WACC,UACA,aACA,kBAEA,+FACE,eACA,SACD,mBAGD,gGACI,WACA,yCACD,aAEA,+FACG,qBACA,WACA,WAGF,+FACE,qBACA,WACA,WAGF,iHACE,aAGF,kGACE,sBACA,YACA,cACA,kBACA,eACA,2BACA,yBACA,wBACA,sBACA,qBACA,iBACI,WACJ,WACA,YAGF,0GACE,sBACA,WACA,YACA,cACA,kBACA,yBACA,kBACA,SACA,UACA,WACA,YACA,kBACA,iBACA,wBACA,mBAGF,sGACE,wBACA,yBAGF,6GACE,kBAGF,qHACE,YACG,yBACH,mBAGF,iHACE,qBACA,WAGZ,mGAEI,eACA,iBAUb,iEAEA,sDACM,SACH,SACA,WACA,QACA,iBACA,kBACA,kBACA,YACA,yBACA,WACA,eACA,gBAEC,6DACQ,oBACN,kBACA,WACA,cACA,cACA,6BACA,YACA,gBACA,2BACA,eACA,gBACA,kBACA,qBACA,cACI,mBAGV,0FACA,wFAyBD,WAEC,yBAEA,iCAIA,sBAEA,8BAIA,+BAEA,uCAIA,8BAMD,qBAEC,GAEC,4BAID,IAEC,yBAID,IAEC,0BAID,IAEC,yBAID,IAEC,0BAID,KAEC,0BAQF,6BAEC,GAEC,oCAID,IAEC,iCAID,IAEC,kCAID,IAEC,iCAID,IAEC,kCAID,KAEC,kCAuBF,SAEC,uBAEA,+BAIA,sBAEA,8BAIA,mCAEA,2CAIA,8BAMD,mBAEC,GAEC,yBAMD,IAEC,0BAQD,IAEC,0BAMD,KAEC,6BAUF,2BAEC,GAEC,mCAID,IAEC,kCAID,IAEC,iCAID,IAEC,kCAID,IAEC,iCAID,KAEC,kCAwBF,WAEC,yBAEA,iCAIA,uBAEA,+BAIA,sCAEA,8CAIA,8BAMD,6BAEC,GAIA,kCAEC,sCAEA,8BAEA,UAID,KAEA,8BAEC,kCAEA,0BAEA,WAIF,qBAEC,GAEA,kCAEC,sCAEA,wCAIA,KAEA,8BAEA,kCAEA,qCAoBF,YAEC,0BAEA,kCAIA,uBAEA,+BAIA,sCAEA,8CAIA,8BAMD,8BAEC,GAIA,iCAEC,qCAEA,6BAEA,UAID,KAEA,8BAEC,kCAEA,0BAEA,WAIF,sBAEC,GAEA,iCAEC,qCAEA,uCAIA,KAEA,8BAEA,kCAEA,qCAoBF,eAEC,6BAEA,qCAIA,wBAEA,gCAIA,mCAEA,4CAIA,8BAMD,yBAEC,GAEC,uCAID,IAEC,sCAID,IAEC,qCAID,IAEC,qCAID,IAEC,qCAID,IAEC,sCAID,IAEC,sCAID,IAEC,sCAID,KAEC,oCAQF,iCAEC,GAEC,+CAID,IAEC,8CAID,IAEC,6CAID,IAEC,6CAID,IAEC,6CAID,IAEC,8CAID,IAEC,8CAID,IAEC,8CAID,KAEC,4CAsBF,UAEC,wBAEA,gCAIA,uBAEA,+BAIA,+BAEA,uCAIA,8BAMD,oBAEC,GAEC,kDAID,IAEC,uCAID,IAEC,yBAID,KAEC,6CAQF,4BAEC,GAEC,0DAID,IAEC,+CAID,IAEC,iCAID,KAEC,qDAoBF,kBAEC,GAEC,UAEE,oCAEA,4BAEA,kEAEA,0DAMH,KAIA,UAEG,iCAEA,yBAEA,8BAEA,uBAQJ,0BAEE,GAEA,UAEE,oCAEA,4BAEA,kEAEA,0DAMH,KAIA,UAEG,iCAEA,yBAEA,8BAEA,uBAUJ,QAEG,sBAEF,8BAIA,wBAEA,gCAIA,sCAEA,8CAIA,8BAkBD,SAEC,uBAEA,+BAIA,sBAEA,8BAIA,sCAEA,8CAIA,8BAMD,mBAEE,aAEU,gBAMZ,2BAEE,aAEU,gBAsBZ,YAEC,0BAEA,kCAIA,wBAEA,gCAIA,mCAEA,2CAIA,8BAMD,sBAEC,GAEC,qBAID,IAEC,sBAID,IAEC,sBAID,IAEC,sBAID,KAEC,oBAQF,8BAEC,GAEC,6BAID,IAEC,8BAID,IAEC,8BAID,IAEC,8BAID,KAEC,4BAsBF,aAEC,2BAEA,mCAIA,wBAEA,gCAIA,mCAEA,2CAIA,8BAMD,uBAEC,GAEC,mEAEA,WAID,IAEC,mEAEA,UAID,IAEC,iEAEA,UAID,IAEC,kEAEA,UAID,IAEC,iEAEA,UAID,IAEC,iEAEA,UAID,KAEC,8DAEA,WAQF,+BAEC,GAEC,2EAEA,WAID,IAEC,2EAEA,UAID,IAEC,yEAEA,UAID,IAEC,0EAEA,UAID,IAEC,yEAEA,UAID,IAEC,yEAEA,UAID,KAEC,sEAEA,WAoBF,OAEC,qBAEA,6BAIA,sBAEA,8BAIA,sCAEA,8CAIA,0BAEA,8BAEA,kCAIA,8BAMD,iBAEC,GAEC,mCAID,IAEC,qCAID,IAEC,iCAID,IAEC,wBAID,IAEC,uBAID,IAEC,wBAID,KAEC,wBAQF,yBAEC,GAEC,2CAID,IAEC,6CAID,IAEC,yCAID,IAEC,gCAID,IAEC,+BAID,IAEC,gCAID,KAEC,gCAwBF,QAEC,sBAEA,8BAIA,wBAEA,gCAIA,+BAEA,uCAIA,0BAEA,8BAEA,kCAMD,kBAEC,GAEC,qCAID,IAEC,wCAID,IAEC,mDAID,IAEC,gDAID,IAEC,gDAID,KAEC,8CAQF,0BAEC,GAEC,6CAID,IAEC,gDAID,IAEC,2DAID,IAEC,wDAID,IAEC,wDAID,KAEC,sDAsBF,OAEC,qBAEA,6BAIA,wBAEA,gCAIA,mCAEA,2CAMD,iBAEC,GAEC,qBAEA,WAID,IAEC,mBAEA,UAID,KAEC,qBAEA,YAQF,yBAEC,GAEC,8BAEA,WAID,IAEC,2BAEA,UAID,KAEC,8BAEA,YAoBF,UAEC,wBAEA,gCAIA,wBAEA,gCAIA,mCAEA,2CAMD,oBAEC,GAEC,yBAID,IAEC,yBAID,KAEC,0BAQF,4BAEC,GAEC,iCAID,IAEC,iCAID,KAEC,kCAoBF,SAEC,uBAEA,+BAIA,wBAEA,gCAIA,mCAEA,2CAMD,mBAEC,GAEC,wBAID,IAEC,uBAID,KAEC,yBAQF,2BAEC,GAEC,gCAID,IAEC,+BAID,KAEC,iCAoBF,QAEC,sBAEA,8BAIA,wBAEA,gCAIA,mCAEA,2CAIA,0BAEA,8BAEA,kCAMD,kBAEC,GAEC,sBAID,IAEC,uBAID,IAEC,uBAID,IAEC,uBAID,KAEC,uBAID,IAEC,uBAID,KAEC,qBAQF,0BAEC,GAEC,8BAID,IAEC,+BAID,IAEC,+BAID,IAEC,+BAID,KAEC,+BAID,IAEC,+BAID,KAEC,6BAoBF,UAEC,wBAEA,gCAIA,wBAEA,gCAIA,mCAEA,2CAIA,wBAEA,4BAEA,gCAMD,oBAEC,GAEC,sBAID,IAEC,uBAID,IAEC,uBAID,IAEC,uBAID,KAEC,uBAID,IAEC,uBAID,KAEC,qBAQF,4BAEC,GAEC,8BAID,IAEC,+BAID,IAEC,+BAID,IAEC,+BAID,KAEC,+BAID,IAEC,+BAID,KAEC,6BAoBF,aAEC,2BAEA,mCAIA,wBAEA,gCAIA,mCAEA,2CAIA,yBAEA,6BAEA,iCAMD,uBAEC,GAEC,sBAID,IAEC,uBAID,IAEC,uBAID,IAEC,uBAID,KAEC,uBAID,IAEC,uBAID,KAEC,qBAQF,+BAEC,GAEC,8BAID,IAEC,+BAID,IAEC,+BAID,IAEC,+BAID,KAEC,+BAID,IAEC,+BAID,KAEC,6BAoBF,cAEC,4BAEA,oCAIA,wBAEA,gCAIA,mCAEA,2CAIA,uBAEA,2BAEA,+BAMD,wBAEC,GAEC,sBAID,IAEC,uBAID,IAEC,uBAID,IAEC,uBAID,KAEC,uBAID,IAEC,uBAID,KAEC,qBAQF,gCAEC,GAEC,8BAID,IAEC,+BAID,IAEC,+BAID,IAEC,+BAID,KAEC,+BAID,IAEC,+BAID,KAEC,6BAMF,QAEC,sBAEA,8BAIA,sBAEA,8BAIA,mCAEA,2CAIA,iCAEA,yCAMD,kBAEC,GAEA,uBAIA,KAEA,0BAQD,0BAEC,GAEA,+BAQA,KAEA,kCAUD,UAIC,wBAEA,gCAIA,sBAEA,8BAIA,iCAEA,yCAUD,oBAEC,GAEA,8BAMA,IAEA,gCAMC,KAED,+BAMD,4BAEC,GAEA,sCAMD,IAEC,gCAMC,KAED,uCAQD,UAIC,wBAEA,gCAIA,sBAEA,8BAIA,iCAEA,yCAUD,oBAEC,GAEA,8BAIA,IAEA,+BAMC,KAED,+BAMD,4BAEC,GAEA,sCAMD,IAEC,+BAMC,KAED,wCAOA,YACG,iDACA,yCAGJ,8BACI,IACI,yCACQ,iCAEZ,IACI,yCACQ,iCAEZ,IACI,yCACQ,iCAEZ,IACK,yCACQ,iCACZ,KACK,yCACO,kCAIjB,sBACI,IACI,yCACQ,iCAEZ,IACI,yCACQ,iCAEZ,IACI,yCACQ,iCAEZ,IACK,yCACQ,iCACZ,KACK,yCACO,kCAGjB,qBACE,GACE,UAEF,MACE,UAEF,OACE,UAEF,IACE,WAIJ,oBACE,GACE,UACA,4BACA,0BAEF,GACE,UAEF,IACE,wBAEF,IACE,wBAEF,IACE,yBAEF,KACE,4BACA,yBAIJ,0BACC,mBACG,UAEA,uDACO,kBACP,UACA,QAGJ,oCAEA,uCACY,WACA,cACA,cACA,kBACA,cAEA,yHAEA,sEACH,cACS,eAGN,4CAEA,eACF,4BACN,YACA,0BACI,4DACJ,iBAKH,4CACG,kBACA,YACA,WACA,mBACA,eACI,gBACJ,kBAEH,yDACG","file":"admin.css"}
|
easy-facebook-likebox/admin/assets/js/admin.js
CHANGED
@@ -656,7 +656,7 @@ jQuery(document).on("click", ".efbl_options", function($) {
|
|
656 |
/*
|
657 |
* Saving options values by ajax.
|
658 |
*/
|
659 |
-
jQuery("#efbl_popup_shortcode").
|
660 |
/*
|
661 |
* If Clear timer varibale is not false clear timeout.
|
662 |
*/
|
656 |
/*
|
657 |
* Saving options values by ajax.
|
658 |
*/
|
659 |
+
jQuery("#efbl_popup_shortcode").on("keyup",function($){
|
660 |
/*
|
661 |
* If Clear timer varibale is not false clear timeout.
|
662 |
*/
|
easy-facebook-likebox/admin/assets/scss/admin.scss
CHANGED
@@ -353,6 +353,10 @@
|
|
353 |
float: left;
|
354 |
width: 100%;
|
355 |
|
|
|
|
|
|
|
|
|
356 |
.efbl_popup_info{
|
357 |
margin-top: 10px;
|
358 |
float: left;
|
@@ -370,7 +374,7 @@
|
|
370 |
.checkbox-row
|
371 |
{
|
372 |
margin-top: 20px;
|
373 |
-
padding:
|
374 |
}
|
375 |
}
|
376 |
.input-field.col label{color: #867979;}
|
353 |
float: left;
|
354 |
width: 100%;
|
355 |
|
356 |
+
.input-field{
|
357 |
+
padding:0;
|
358 |
+
}
|
359 |
+
|
360 |
.efbl_popup_info{
|
361 |
margin-top: 10px;
|
362 |
float: left;
|
374 |
.checkbox-row
|
375 |
{
|
376 |
margin-top: 20px;
|
377 |
+
padding:0;
|
378 |
}
|
379 |
}
|
380 |
.input-field.col label{color: #867979;}
|
freemius/assets/css/admin/account.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}#fs_account .postbox,#fs_account .widefat{max-width:
|
1 |
+
label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}#fs_account .postbox,#fs_account .widefat{max-width:800px}#fs_account h3{font-size:1.3em;padding:12px 15px;margin:0 0 12px 0;line-height:1.4;border-bottom:1px solid #F1F1F1}#fs_account h3 .dashicons{width:26px;height:26px;font-size:1.3em}#fs_account i.dashicons{font-size:1.2em;height:1.2em;width:1.2em}#fs_account .dashicons{vertical-align:middle}#fs_account .fs-header-actions{position:absolute;top:17px;right:15px;font-size:0.9em}#fs_account .fs-header-actions ul{margin:0}#fs_account .fs-header-actions li{float:left}#fs_account .fs-header-actions li form{display:inline-block}#fs_account .fs-header-actions li a{text-decoration:none}#fs_account_details .button-group{float:right}.rtl #fs_account .fs-header-actions{left:15px;right:auto}.fs-key-value-table{width:100%}.fs-key-value-table form{display:inline-block}.fs-key-value-table tr td:first-child{text-align:right}.fs-key-value-table tr td:first-child nobr{font-weight:bold}.fs-key-value-table tr td:first-child form{display:block}.fs-key-value-table tr td.fs-right{text-align:right}.fs-key-value-table tr.fs-odd{background:#ebebeb}.fs-key-value-table td,.fs-key-value-table th{padding:10px}.fs-key-value-table code{line-height:28px}.fs-key-value-table var,.fs-key-value-table code,.fs-key-value-table input[type="text"]{color:#0073AA;font-size:16px;background:none}.fs-key-value-table input[type="text"]{width:100%;font-weight:bold}.fs-field-beta_program label{margin-left:7px}label.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error{background:#dc3232}#fs_sites .fs-scrollable-table .fs-table-body{max-height:200px;overflow:auto;border:1px solid #e5e5e5}#fs_sites .fs-scrollable-table .fs-table-body>table.widefat{border:none !important}#fs_sites .fs-scrollable-table .fs-main-column{width:100%}#fs_sites .fs-scrollable-table .fs-site-details td:first-of-type{text-align:right;color:grey;width:1px}#fs_sites .fs-scrollable-table .fs-site-details td:last-of-type{text-align:right}#fs_sites .fs-scrollable-table .fs-install-details table tr td{width:1px;white-space:nowrap}#fs_sites .fs-scrollable-table .fs-install-details table tr td:last-of-type{width:auto}#fs_addons h3{border:none;margin-bottom:0;padding:4px 5px}#fs_addons td{vertical-align:middle}#fs_addons thead{white-space:nowrap}#fs_addons td:first-child,#fs_addons th:first-child{text-align:left;font-weight:bold}#fs_addons td:last-child,#fs_addons th:last-child{text-align:right}#fs_addons th{font-weight:bold}#fs_billing_address{width:100%}#fs_billing_address tr td{width:50%;padding:5px}#fs_billing_address tr:first-of-type td{padding-top:0}#fs_billing_address span{font-weight:bold}#fs_billing_address input,#fs_billing_address select{display:block;width:100%;margin-top:5px}#fs_billing_address input::-moz-placeholder,#fs_billing_address select::-moz-placeholder{color:transparent;opacity:1}#fs_billing_address input:-ms-input-placeholder,#fs_billing_address select:-ms-input-placeholder{color:transparent}#fs_billing_address input::-webkit-input-placeholder,#fs_billing_address select::-webkit-input-placeholder{color:transparent}#fs_billing_address input.fs-read-mode,#fs_billing_address select.fs-read-mode{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode td span{display:none}#fs_billing_address.fs-read-mode input,#fs_billing_address.fs-read-mode select{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode input::-moz-placeholder,#fs_billing_address.fs-read-mode select::-moz-placeholder{color:#ccc;opacity:1}#fs_billing_address.fs-read-mode input:-ms-input-placeholder,#fs_billing_address.fs-read-mode select:-ms-input-placeholder{color:#ccc}#fs_billing_address.fs-read-mode input::-webkit-input-placeholder,#fs_billing_address.fs-read-mode select::-webkit-input-placeholder{color:#ccc}#fs_billing_address button{display:block;width:100%}
|
freemius/assets/css/admin/add-ons.css
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
.fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:white;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3)}#fs_addons .fs-cards-list{list-style:none}#fs_addons .fs-cards-list .fs-card{float:left;height:152px;width:310px;padding:0;margin:0 0 30px 30px;font-size:14px;list-style:none;border:1px solid #ddd;cursor:pointer;position:relative}#fs_addons .fs-cards-list .fs-card .fs-overlay{position:absolute;left:0;right:0;bottom:0;top:0;z-index:9}#fs_addons .fs-cards-list .fs-card .fs-inner{background-color:#fff;overflow:hidden;height:100%;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner>ul{-moz-transition:all,0.15s;-o-transition:all,0.15s;-ms-transition:all,0.15s;-webkit-transition:all,0.15s;transition:all,0.15s;left:0;right:0;top:0;position:absolute}#fs_addons .fs-cards-list .fs-card .fs-inner>ul>li{list-style:none;line-height:18px;padding:0 15px;width:100%;display:block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner{padding:0;margin:0;line-height:0;display:block;height:100px;background-repeat:repeat-x;background-size:100% 100%;-moz-transition:all,0.15s;-o-transition:all,0.15s;-ms-transition:all,0.15s;-webkit-transition:all,0.15s;transition:all,0.15s}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner .fs-badge.fs-installed-addon-badge{font-size:1.02em;line-height:1.3em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-title{margin:10px 0 0 0;height:18px;overflow:hidden;color:#000;white-space:nowrap;text-overflow:ellipsis;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-offer{font-size:0.9em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-description{background-color:#f9f9f9;padding:10px 15px 100px 15px;border-top:1px solid #eee;margin:0 0 10px 0;color:#777}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-tag{position:absolute;top:10px;right:0px;background:greenyellow;display:block;padding:2px 10px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.3);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.3);box-shadow:1px 1px 1px rgba(0,0,0,0.3);text-transform:uppercase;font-size:0.9em;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button,#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button-group{position:absolute;top:112px;right:10px}@media screen and (min-width: 960px){#fs_addons .fs-cards-list .fs-card:hover .fs-overlay{border:2px solid #29abe1;margin-left:-1px;margin-top:-1px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner ul{top:-100px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-title,#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-offer{color:#29abe1}}
|
2 |
-
#TB_window,#TB_window iframe{width:821px !important}#plugin-information .fyi{width:266px !important}#plugin-information #section-holder{margin-right:299px}#plugin-information #section-description h2,#plugin-information #section-description h3,#plugin-information #section-description p,#plugin-information #section-description b,#plugin-information #section-description i,#plugin-information #section-description blockquote,#plugin-information #section-description li,#plugin-information #section-description ul,#plugin-information #section-description ol{clear:none}#plugin-information #section-description .fs-selling-points{padding-bottom:10px;border-bottom:1px solid #ddd}#plugin-information #section-description .fs-selling-points ul{margin:0}#plugin-information #section-description .fs-selling-points ul li{padding:0;list-style:none outside none}#plugin-information #section-description .fs-selling-points ul li i.dashicons{color:#71ae00;font-size:3em;vertical-align:middle;line-height:30px;float:left;margin:0 0 0 -15px}#plugin-information #section-description .fs-selling-points ul li h3{margin:1em 30px !important}#plugin-information #section-description .fs-screenshots:after{content:"";display:table;clear:both}#plugin-information #section-description .fs-screenshots ul{list-style:none;margin:0}#plugin-information #section-description .fs-screenshots ul li{width:225px;height:225px;float:left;margin-bottom:20px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}#plugin-information #section-description .fs-screenshots ul li a{display:block;width:100%;height:100%;border:1px solid;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);background-size:cover}#plugin-information #section-description .fs-screenshots ul li.odd{margin-right:20px}#plugin-information .plugin-information-pricing{margin:-16px;border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan h3{margin-top:0;padding:20px;font-size:16px}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper{border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab{cursor:pointer;position:relative;padding:0 10px;font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab label{text-transform:uppercase;color:green;background:greenyellow;position:absolute;left:-1px;right:-1px;bottom:100%;border:1px solid darkgreen;padding:2px;text-align:center;font-size:0.9em;line-height:1em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab.nav-tab-active{cursor:default;background:#fffeec;border-bottom-color:#fffeec}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle h3{background:#fffeec;margin:0;padding-bottom:0;color:#0073aa}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .nav-tab-wrapper,#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .fs-billing-frequency{display:none}#plugin-information .plugin-information-pricing .fs-plan .fs-pricing-body{background:#fffeec;padding:20px}#plugin-information .plugin-information-pricing .fs-plan .button{width:100%;text-align:center;font-weight:bold;text-transform:uppercase;font-size:1.1em}#plugin-information .plugin-information-pricing .fs-plan label{white-space:nowrap}#plugin-information .plugin-information-pricing .fs-plan var{font-style:normal}#plugin-information .plugin-information-pricing .fs-plan .fs-billing-frequency,#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-align:center;display:block;font-weight:bold;margin-bottom:10px;text-transform:uppercase;background:#F3F3F3;padding:2px;border:1px solid #ccc}#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-transform:none;color:green;background:greenyellow}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms{font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms i{float:left;margin:0 0 0 -15px}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms li{margin:10px 0 0 0}#plugin-information #section-features .fs-features{margin:-20px -26px}#plugin-information #section-features table{width:100%;border-spacing:0;border-collapse:separate}#plugin-information #section-features table thead th{padding:10px 0}#plugin-information #section-features table thead .fs-price{color:#71ae00;font-weight:normal;display:block;text-align:center}#plugin-information #section-features table tbody td{border-top:1px solid #ccc;padding:10px 0;text-align:center;width:100px;color:#71ae00}#plugin-information #section-features table tbody td:first-child{text-align:left;width:auto;color:inherit;padding-left:26px}#plugin-information #section-features table tbody tr.fs-odd td{background:#fefefe}#plugin-information #section-features .dashicons-yes{width:30px;height:30px;font-size:30px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button,#plugin-information .fs-dropdown .button-group .button{position:relative;width:auto;top:0;right:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button:focus,#plugin-information .fs-dropdown .button-group .button:focus{z-index:10}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .fs-dropdown-arrow,#plugin-information .fs-dropdown .button-group .fs-dropdown-arrow{border-top:6px solid white;border-right:4px solid transparent;border-left:4px solid transparent;top:12px;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button){border-bottom-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button{border-bottom-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button){border-top-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active.up .fs-dropdown-arrow-button{border-top-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list,#plugin-information .fs-dropdown .fs-dropdown-list{position:absolute;right:-1px;top:100%;margin-left:auto;padding:3px 0;border:1px solid #bfbfbf;background-color:#fff;z-index:1;width:230px;text-align:left;-moz-box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);-webkit-box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li,#plugin-information .fs-dropdown .fs-dropdown-list li{margin:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li a,#plugin-information .fs-dropdown .fs-dropdown-list li a{display:block;padding:5px 10px;text-decoration:none;text-shadow:none}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover,#plugin-information .fs-dropdown .fs-dropdown-list li:hover{background-color:#0074a3;color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover a,#plugin-information .fs-dropdown .fs-dropdown-list li:hover a{color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown:not(.up) .fs-dropdown-list,#plugin-information .fs-dropdown:not(.up) .fs-dropdown-list{-moz-border-radius:3px 0 3px 3px;-webkit-border-radius:3px 0 3px 3px;border-radius:3px 0 3px 3px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.up .fs-dropdown-list,#plugin-information .fs-dropdown.up .fs-dropdown-list{-moz-border-radius:3px 3px 0 3px;-webkit-border-radius:3px 3px 0 3px;border-radius:3px 3px 0 3px}#plugin-information .fs-dropdown .button-group{width:100%}#plugin-information .fs-dropdown .button-group .button{float:none;font-size:14px;font-weight:normal;text-transform:none}#plugin-information .fs-dropdown .fs-dropdown-list{margin-top:1px}#plugin-information .fs-dropdown.up .fs-dropdown-list{top:auto;bottom:100%;margin-bottom:2px}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group{text-align:center;display:table}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button{display:table-cell}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button:not(.fs-dropdown-arrow-button){left:1px;width:100%}#plugin-information-footer>.button,#plugin-information-footer .fs-dropdown{position:relative;top:3px}#plugin-information-footer>.button.left,#plugin-information-footer .fs-dropdown.left{float:left}#plugin-information-footer>.right,#plugin-information-footer .fs-dropdown{float:right}@media screen and (max-width: 961px){#fs_addons .fs-cards-list .fs-card{height:265px}}
|
1 |
.fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:white;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3)}#fs_addons .fs-cards-list{list-style:none}#fs_addons .fs-cards-list .fs-card{float:left;height:152px;width:310px;padding:0;margin:0 0 30px 30px;font-size:14px;list-style:none;border:1px solid #ddd;cursor:pointer;position:relative}#fs_addons .fs-cards-list .fs-card .fs-overlay{position:absolute;left:0;right:0;bottom:0;top:0;z-index:9}#fs_addons .fs-cards-list .fs-card .fs-inner{background-color:#fff;overflow:hidden;height:100%;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner>ul{-moz-transition:all,0.15s;-o-transition:all,0.15s;-ms-transition:all,0.15s;-webkit-transition:all,0.15s;transition:all,0.15s;left:0;right:0;top:0;position:absolute}#fs_addons .fs-cards-list .fs-card .fs-inner>ul>li{list-style:none;line-height:18px;padding:0 15px;width:100%;display:block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner{padding:0;margin:0;line-height:0;display:block;height:100px;background-repeat:repeat-x;background-size:100% 100%;-moz-transition:all,0.15s;-o-transition:all,0.15s;-ms-transition:all,0.15s;-webkit-transition:all,0.15s;transition:all,0.15s}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner .fs-badge.fs-installed-addon-badge{font-size:1.02em;line-height:1.3em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-title{margin:10px 0 0 0;height:18px;overflow:hidden;color:#000;white-space:nowrap;text-overflow:ellipsis;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-offer{font-size:0.9em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-description{background-color:#f9f9f9;padding:10px 15px 100px 15px;border-top:1px solid #eee;margin:0 0 10px 0;color:#777}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-tag{position:absolute;top:10px;right:0px;background:greenyellow;display:block;padding:2px 10px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.3);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.3);box-shadow:1px 1px 1px rgba(0,0,0,0.3);text-transform:uppercase;font-size:0.9em;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button,#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button-group{position:absolute;top:112px;right:10px}@media screen and (min-width: 960px){#fs_addons .fs-cards-list .fs-card:hover .fs-overlay{border:2px solid #29abe1;margin-left:-1px;margin-top:-1px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner ul{top:-100px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-title,#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-offer{color:#29abe1}}
|
2 |
+
#TB_window,#TB_window iframe{width:821px !important}#plugin-information .fyi{width:266px !important}#plugin-information #section-holder{margin-right:299px}#plugin-information #section-description h2,#plugin-information #section-description h3,#plugin-information #section-description p,#plugin-information #section-description b,#plugin-information #section-description i,#plugin-information #section-description blockquote,#plugin-information #section-description li,#plugin-information #section-description ul,#plugin-information #section-description ol{clear:none}#plugin-information #section-description iframe{max-width:100%}#plugin-information #section-description .fs-selling-points{padding-bottom:10px;border-bottom:1px solid #ddd}#plugin-information #section-description .fs-selling-points ul{margin:0}#plugin-information #section-description .fs-selling-points ul li{padding:0;list-style:none outside none}#plugin-information #section-description .fs-selling-points ul li i.dashicons{color:#71ae00;font-size:3em;vertical-align:middle;line-height:30px;float:left;margin:0 0 0 -15px}#plugin-information #section-description .fs-selling-points ul li h3{margin:1em 30px !important}#plugin-information #section-description .fs-screenshots:after{content:"";display:table;clear:both}#plugin-information #section-description .fs-screenshots ul{list-style:none;margin:0}#plugin-information #section-description .fs-screenshots ul li{width:225px;height:225px;float:left;margin-bottom:20px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}#plugin-information #section-description .fs-screenshots ul li a{display:block;width:100%;height:100%;border:1px solid;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);background-size:cover}#plugin-information #section-description .fs-screenshots ul li.odd{margin-right:20px}#plugin-information .plugin-information-pricing{margin:-16px;border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan h3{margin-top:0;padding:20px;font-size:16px}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper{border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab{cursor:pointer;position:relative;padding:0 10px;font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab label{text-transform:uppercase;color:green;background:greenyellow;position:absolute;left:-1px;right:-1px;bottom:100%;border:1px solid darkgreen;padding:2px;text-align:center;font-size:0.9em;line-height:1em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab.nav-tab-active{cursor:default;background:#fffeec;border-bottom-color:#fffeec}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle h3{background:#fffeec;margin:0;padding-bottom:0;color:#0073aa}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .nav-tab-wrapper,#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .fs-billing-frequency{display:none}#plugin-information .plugin-information-pricing .fs-plan .fs-pricing-body{background:#fffeec;padding:20px}#plugin-information .plugin-information-pricing .fs-plan .button{width:100%;text-align:center;font-weight:bold;text-transform:uppercase;font-size:1.1em}#plugin-information .plugin-information-pricing .fs-plan label{white-space:nowrap}#plugin-information .plugin-information-pricing .fs-plan var{font-style:normal}#plugin-information .plugin-information-pricing .fs-plan .fs-billing-frequency,#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-align:center;display:block;font-weight:bold;margin-bottom:10px;text-transform:uppercase;background:#F3F3F3;padding:2px;border:1px solid #ccc}#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-transform:none;color:green;background:greenyellow}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms{font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms i{float:left;margin:0 0 0 -15px}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms li{margin:10px 0 0 0}#plugin-information #section-features .fs-features{margin:-20px -26px}#plugin-information #section-features table{width:100%;border-spacing:0;border-collapse:separate}#plugin-information #section-features table thead th{padding:10px 0}#plugin-information #section-features table thead .fs-price{color:#71ae00;font-weight:normal;display:block;text-align:center}#plugin-information #section-features table tbody td{border-top:1px solid #ccc;padding:10px 0;text-align:center;width:100px;color:#71ae00}#plugin-information #section-features table tbody td:first-child{text-align:left;width:auto;color:inherit;padding-left:26px}#plugin-information #section-features table tbody tr.fs-odd td{background:#fefefe}#plugin-information #section-features .dashicons-yes{width:30px;height:30px;font-size:30px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button,#plugin-information .fs-dropdown .button-group .button{position:relative;width:auto;top:0;right:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button:focus,#plugin-information .fs-dropdown .button-group .button:focus{z-index:10}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .fs-dropdown-arrow,#plugin-information .fs-dropdown .button-group .fs-dropdown-arrow{border-top:6px solid white;border-right:4px solid transparent;border-left:4px solid transparent;top:12px;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button){border-bottom-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button{border-bottom-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button){border-top-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active.up .fs-dropdown-arrow-button{border-top-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list,#plugin-information .fs-dropdown .fs-dropdown-list{position:absolute;right:-1px;top:100%;margin-left:auto;padding:3px 0;border:1px solid #bfbfbf;background-color:#fff;z-index:1;width:230px;text-align:left;-moz-box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);-webkit-box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li,#plugin-information .fs-dropdown .fs-dropdown-list li{margin:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li a,#plugin-information .fs-dropdown .fs-dropdown-list li a{display:block;padding:5px 10px;text-decoration:none;text-shadow:none}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover,#plugin-information .fs-dropdown .fs-dropdown-list li:hover{background-color:#0074a3;color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover a,#plugin-information .fs-dropdown .fs-dropdown-list li:hover a{color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown:not(.up) .fs-dropdown-list,#plugin-information .fs-dropdown:not(.up) .fs-dropdown-list{-moz-border-radius:3px 0 3px 3px;-webkit-border-radius:3px 0 3px 3px;border-radius:3px 0 3px 3px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.up .fs-dropdown-list,#plugin-information .fs-dropdown.up .fs-dropdown-list{-moz-border-radius:3px 3px 0 3px;-webkit-border-radius:3px 3px 0 3px;border-radius:3px 3px 0 3px}#plugin-information .fs-dropdown .button-group{width:100%}#plugin-information .fs-dropdown .button-group .button{float:none;font-size:14px;font-weight:normal;text-transform:none}#plugin-information .fs-dropdown .fs-dropdown-list{margin-top:1px}#plugin-information .fs-dropdown.up .fs-dropdown-list{top:auto;bottom:100%;margin-bottom:2px}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group{text-align:center;display:table}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button{display:table-cell}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button:not(.fs-dropdown-arrow-button){left:1px;width:100%}#plugin-information-footer>.button,#plugin-information-footer .fs-dropdown{position:relative;top:3px}#plugin-information-footer>.button.left,#plugin-information-footer .fs-dropdown.left{float:left}#plugin-information-footer>.right,#plugin-information-footer .fs-dropdown{float:right}@media screen and (max-width: 961px){#fs_addons .fs-cards-list .fs-card{height:265px}}
|
freemius/assets/css/admin/common.css
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
.fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:white;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3)}.theme-browser .theme .fs-premium-theme-badge-container{position:absolute;right:0;top:0}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge{position:relative;top:0;margin-top:10px;text-align:center}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-premium-theme-badge{font-size:1.1em}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-beta-theme-badge{background:#00a0d2}#fs_frame{line-height:0;font-size:0}.fs-full-size-wrapper{margin:40px 0 -65px -20px}@media (max-width: 600px){.fs-full-size-wrapper{margin:0 0 -65px -10px}}
|
2 |
-
.fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px !important}.fs-notice.success{color:green}.fs-notice.promotion{border-color:#00a0d2 !important;background-color:#f2fcff !important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{cursor:pointer;color:#aaa;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{margin-top:7px;display:inline-block}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,0.3);color:#fff;padding:2px 10px;position:absolute;top:100%;bottom:auto;right:auto;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;left:10px;font-size:12px;font-weight:bold;cursor:auto}div.fs-notice.updated,div.fs-notice.success,div.fs-notice.promotion{display:block !important}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{position:fixed;top:32px;left:160px;right:0;background:#ebfdeb;padding:10px 20px;color:green;z-index:9999;-moz-box-shadow:0 2px 2px rgba(6,113,6,0.3);-webkit-box-shadow:0 2px 2px rgba(6,113,6,0.3);box-shadow:0 2px 2px rgba(6,113,6,0.3);opacity:0.95;filter:alpha(opacity=95)}.fs-secure-notice:hover{opacity:1;filter:alpha(opacity=100)}.fs-secure-notice a.fs-security-proof{color:green;text-decoration:none}@media screen and (max-width: 960px){.fs-secure-notice{left:36px}}@media screen and (max-width: 600px){.fs-secure-notice{display:none}}@media screen and (max-width: 500px){#fs_promo_tab{display:none}}@media screen and (max-width: 782px){.fs-secure-notice{left:0;top:46px;text-align:center}}span.fs-submenu-item.fs-sub:before{content:'\21B3';padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:'\21B2'}.fs-submenu-item.pricing.upgrade-mode{color:greenyellow}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}.fs-ajax-spinner{border:0;width:20px;height:20px;margin-right:5px;vertical-align:sub;display:inline-block;background:url("/wp-admin/images/wpspin_light-2x.gif");background-size:contain}.wrap.fs-section h2{text-align:left}.plugins p.fs-upgrade-notice{border:0;background-color:#d54e21;padding:10px;color:#f9f9f9;margin-top:10px}
|
1 |
+
.fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:white;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3)}.theme-browser .theme .fs-premium-theme-badge-container{position:absolute;right:0;top:0}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge{position:relative;top:0;margin-top:10px;text-align:center}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-premium-theme-badge{font-size:1.1em}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-beta-theme-badge{background:#00a0d2}.fs-switch{position:relative;display:inline-block;color:#ccc;text-shadow:0 1px 1px rgba(255,255,255,0.8);height:18px;padding:6px 6px 5px 6px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);background:#ececec;box-shadow:0 0 4px rgba(0,0,0,0.1),inset 0 1px 3px 0 rgba(0,0,0,0.1);cursor:pointer}.fs-switch span{display:inline-block;width:35px;text-transform:uppercase}.fs-switch .fs-toggle{position:absolute;top:1px;width:37px;height:25px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.3);border-radius:4px;background:#fff;background-color:#fff;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ececec), color-stop(1, #fff));background-image:-webkit-linear-gradient(top, #ececec, #fff);background-image:-moz-linear-gradient(top, #ececec, #fff);background-image:-ms-linear-gradient(top, #ececec, #fff);background-image:-o-linear-gradient(top, #ececec, #fff);background-image:linear-gradient(top, bottom, #ececec, #fff);box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.5);z-index:999;-moz-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);-o-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);-ms-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);-webkit-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1)}.fs-switch.fs-off .fs-toggle{left:2%}.fs-switch.fs-on .fs-toggle{left:54%}.fs-switch.fs-round{top:8px;padding:4px 25px;-moz-border-radius:24px;-webkit-border-radius:24px;border-radius:24px}.fs-switch.fs-round .fs-toggle{top:0;width:24px;height:24px;-moz-border-radius:24px;-webkit-border-radius:24px;border-radius:24px}.fs-switch.fs-round.fs-off .fs-toggle{left:-1px}.fs-switch.fs-round.fs-on{background:#0085ba}.fs-switch.fs-round.fs-on .fs-toggle{left:25px}.fs-switch.fs-small.fs-round{padding:1px 19px}.fs-switch.fs-small.fs-round .fs-toggle{top:0;width:18px;height:18px;-moz-border-radius:18px;-webkit-border-radius:18px;border-radius:18px}.fs-switch.fs-small.fs-round.fs-on .fs-toggle{left:19px}.fs-switch-feedback{margin-left:10px}.fs-switch-feedback.success{color:#71ae00}.rtl .fs-switch-feedback{margin-left:0;margin-right:10px}#fs_frame{line-height:0;font-size:0}.fs-full-size-wrapper{margin:40px 0 -65px -20px}@media (max-width: 600px){.fs-full-size-wrapper{margin:0 0 -65px -10px}}
|
2 |
+
.fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px !important}.fs-notice.success{color:green}.fs-notice.promotion{border-color:#00a0d2 !important;background-color:#f2fcff !important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{cursor:pointer;color:#aaa;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{margin-top:7px;display:inline-block}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,0.3);color:#fff;padding:2px 10px;position:absolute;top:100%;bottom:auto;right:auto;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;left:10px;font-size:12px;font-weight:bold;cursor:auto}div.fs-notice.updated,div.fs-notice.success,div.fs-notice.promotion{display:block !important}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{position:fixed;top:32px;left:160px;right:0;background:#ebfdeb;padding:10px 20px;color:green;z-index:9999;-moz-box-shadow:0 2px 2px rgba(6,113,6,0.3);-webkit-box-shadow:0 2px 2px rgba(6,113,6,0.3);box-shadow:0 2px 2px rgba(6,113,6,0.3);opacity:0.95;filter:alpha(opacity=95)}.fs-secure-notice:hover{opacity:1;filter:alpha(opacity=100)}.fs-secure-notice a.fs-security-proof{color:green;text-decoration:none}@media screen and (max-width: 960px){.fs-secure-notice{left:36px}}@media screen and (max-width: 600px){.fs-secure-notice{display:none}}@media screen and (max-width: 500px){#fs_promo_tab{display:none}}@media screen and (max-width: 782px){.fs-secure-notice{left:0;top:46px;text-align:center}}span.fs-submenu-item.fs-sub:before{content:'\21B3';padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:'\21B2'}.fs-submenu-item.pricing.upgrade-mode{color:greenyellow}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}.fs-ajax-spinner{border:0;width:20px;height:20px;margin-right:5px;vertical-align:sub;display:inline-block;background:url("/wp-admin/images/wpspin_light-2x.gif");background-size:contain;margin-bottom:-2px}.wrap.fs-section h2{text-align:left}.plugins p.fs-upgrade-notice{border:0;background-color:#d54e21;padding:10px;color:#f9f9f9;margin-top:10px}
|
freemius/assets/css/admin/connect.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
#fs_connect{width:480px;-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);box-shadow:0px 1px 2px rgba(0,0,0,0.3);margin:20px 0}@media screen and (max-width: 479px){#fs_connect{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:auto;margin:0 0 0 -10px}}#fs_connect .fs-content{background:#fff;padding:15px 20px}#fs_connect .fs-content .fs-error{background:snow;color:#d3135a;border:1px solid #d3135a;-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);text-align:center;padding:5px;margin-bottom:10px}#fs_connect .fs-content p{margin:0;padding:0;font-size:1.2em}#fs_connect .fs-license-key-container{position:relative;width:280px;margin:10px auto 0 auto}#fs_connect .fs-license-key-container input{width:100%}#fs_connect .fs-license-key-container .dashicons{position:absolute;top:5px;right:5px}#fs_connect.require-license-key .fs-sites-list-container td{cursor:pointer}#fs_connect #delegate_to_site_admins{margin-right:15px;float:right;height:26px;vertical-align:middle;line-height:37px;font-weight:bold;border-bottom:1px dashed;text-decoration:none}#fs_connect #delegate_to_site_admins.rtl{margin-left:15px;margin-right:0}#fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}#fs_connect .fs-actions .button{padding:0 10px 1px;line-height:35px;height:37px;font-size:16px;margin-bottom:0}#fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}#fs_connect .fs-actions .button.button-primary{padding-right:15px;padding-left:15px}#fs_connect .fs-actions .button.button-primary:after{content:' \279C'}#fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}#fs_connect .fs-actions .button.button-secondary{float:right}#fs_connect.fs-anonymous-disabled .fs-actions .button.button-primary{width:100%}#fs_connect .fs-permissions{padding:10px 20px;background:#FEFEFE;-moz-transition:background 0.5s ease;-o-transition:background 0.5s ease;-ms-transition:background 0.5s ease;-webkit-transition:background 0.5s ease;transition:background 0.5s ease}#fs_connect .fs-permissions .fs-license-sync-disclaimer{text-align:center;margin-top:0}#fs_connect .fs-permissions .fs-trigger{font-size:0.9em;text-decoration:none;text-align:center;display:block}#fs_connect .fs-permissions ul{height:0;overflow:hidden;margin:0}#fs_connect .fs-permissions ul li{margin-bottom:12px}#fs_connect .fs-permissions ul li:last-child{margin-bottom:0}#fs_connect .fs-permissions ul li i.dashicons{float:left;font-size:40px;width:40px;height:40px}#fs_connect .fs-permissions ul li
|
1 |
+
#fs_connect{width:480px;-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);box-shadow:0px 1px 2px rgba(0,0,0,0.3);margin:20px 0}@media screen and (max-width: 479px){#fs_connect{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:auto;margin:0 0 0 -10px}}#fs_connect .fs-content{background:#fff;padding:15px 20px}#fs_connect .fs-content .fs-error{background:snow;color:#d3135a;border:1px solid #d3135a;-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);text-align:center;padding:5px;margin-bottom:10px}#fs_connect .fs-content p{margin:0;padding:0;font-size:1.2em}#fs_connect .fs-license-key-container{position:relative;width:280px;margin:10px auto 0 auto}#fs_connect .fs-license-key-container input{width:100%}#fs_connect .fs-license-key-container .dashicons{position:absolute;top:5px;right:5px}#fs_connect.require-license-key .fs-sites-list-container td{cursor:pointer}#fs_connect #delegate_to_site_admins{margin-right:15px;float:right;height:26px;vertical-align:middle;line-height:37px;font-weight:bold;border-bottom:1px dashed;text-decoration:none}#fs_connect #delegate_to_site_admins.rtl{margin-left:15px;margin-right:0}#fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}#fs_connect .fs-actions .button{padding:0 10px 1px;line-height:35px;height:37px;font-size:16px;margin-bottom:0}#fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}#fs_connect .fs-actions .button.button-primary{padding-right:15px;padding-left:15px}#fs_connect .fs-actions .button.button-primary:after{content:' \279C'}#fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}#fs_connect .fs-actions .button.button-secondary{float:right}#fs_connect.fs-anonymous-disabled .fs-actions .button.button-primary{width:100%}#fs_connect .fs-permissions{padding:10px 20px;background:#FEFEFE;-moz-transition:background 0.5s ease;-o-transition:background 0.5s ease;-ms-transition:background 0.5s ease;-webkit-transition:background 0.5s ease;transition:background 0.5s ease}#fs_connect .fs-permissions .fs-license-sync-disclaimer{text-align:center;margin-top:0}#fs_connect .fs-permissions .fs-trigger{font-size:0.9em;text-decoration:none;text-align:center;display:block}#fs_connect .fs-permissions ul{height:0;overflow:hidden;margin:0}#fs_connect .fs-permissions ul li{margin-bottom:12px}#fs_connect .fs-permissions ul li:last-child{margin-bottom:0}#fs_connect .fs-permissions ul li i.dashicons{float:left;font-size:40px;width:40px;height:40px}#fs_connect .fs-permissions ul li .fs-switch{float:right}#fs_connect .fs-permissions ul li .fs-permission-description{margin-left:55px}#fs_connect .fs-permissions ul li .fs-permission-description span{font-weight:bold;text-transform:uppercase;color:#23282d}#fs_connect .fs-permissions ul li .fs-permission-description p{margin:2px 0 0 0}#fs_connect .fs-permissions.fs-open{background:#fff}#fs_connect .fs-permissions.fs-open ul{height:auto;margin:20px 20px 10px 20px}@media screen and (max-width: 479px){#fs_connect .fs-permissions{background:#fff}#fs_connect .fs-permissions .fs-trigger{display:none}#fs_connect .fs-permissions ul{height:auto;margin:20px}}#fs_connect .fs-freemium-licensing{padding:8px;background:#777;color:#fff}#fs_connect .fs-freemium-licensing p{text-align:center;display:block;margin:0;padding:0}#fs_connect .fs-freemium-licensing a{color:#C2EEFF;text-decoration:underline}#fs_connect .fs-visual{padding:12px;line-height:0;background:#fafafa;height:80px;position:relative}#fs_connect .fs-visual .fs-site-icon{position:absolute;left:20px;top:10px}#fs_connect .fs-visual .fs-connect-logo{position:absolute;right:20px;top:10px}#fs_connect .fs-visual .fs-plugin-icon{position:absolute;top:10px;left:50%;margin-left:-40px}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-site-icon,#fs_connect .fs-visual img,#fs_connect .fs-visual object{width:80px;height:80px}#fs_connect .fs-visual .dashicons-wordpress{font-size:64px;background:#01749a;color:#fff;width:64px;height:64px;padding:8px}#fs_connect .fs-visual .dashicons-plus{position:absolute;top:50%;font-size:30px;margin-top:-10px;color:#bbb}#fs_connect .fs-visual .dashicons-plus.fs-first{left:28%}#fs_connect .fs-visual .dashicons-plus.fs-second{left:65%}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-connect-logo,#fs_connect .fs-visual .fs-site-icon{border:1px solid #ccc;padding:1px;background:#fff}#fs_connect .fs-terms{text-align:center;font-size:0.85em;padding:5px;background:rgba(0,0,0,0.05)}#fs_connect .fs-terms,#fs_connect .fs-terms a{color:#999}#fs_connect .fs-terms a{text-decoration:none}.fs-multisite-options-container{margin-top:10px;border:1px solid #ccc;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:bold}.fs-multisite-options-container.fs-apply-on-all-sites{border:0 none;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .fs-tooltip{opacity:0;visibility:hidden;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;position:absolute;background:rgba(0,0,0,0.8);color:#fff;font-family:'arial', serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:0;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);line-height:1.3em;font-weight:bold;text-align:left}.rtl .fs-tooltip-trigger .fs-tooltip{text-align:right}.fs-tooltip-trigger .fs-tooltip::after{content:' ';display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:rgba(0,0,0,0.8) transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl .fs-tooltip-trigger .fs-tooltip::after{right:21px;left:auto}.fs-tooltip-trigger:hover .fs-tooltip{visibility:visible;opacity:1}#fs_marketing_optin{display:none;margin-top:10px;border:1px solid #ccc;padding:10px;line-height:1.5em}#fs_marketing_optin .fs-message{display:block;margin-bottom:5px;font-size:1.05em;font-weight:600}#fs_marketing_optin.error{border:1px solid #d3135a;background:#fee}#fs_marketing_optin.error .fs-message{color:#d3135a}#fs_marketing_optin .fs-input-container{margin-top:5px}#fs_marketing_optin .fs-input-container label{margin-top:5px;display:block}#fs_marketing_optin .fs-input-container label input{float:left;margin:1px 0 0 0}#fs_marketing_optin .fs-input-container label:first-child{display:block;margin-bottom:2px}#fs_marketing_optin .fs-input-label{display:block;margin-left:20px}#fs_marketing_optin .fs-input-label .underlined{text-decoration:underline}.rtl #fs_marketing_optin .fs-input-container label input{float:right}.rtl #fs_marketing_optin .fs-input-label{margin-left:0;margin-right:20px}.rtl #fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}.rtl #fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}.rtl #fs_connect .fs-actions .button.button-primary:after{content:' \000bb'}.rtl #fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}.rtl #fs_connect .fs-actions .button.button-secondary{float:left}.rtl #fs_connect .fs-permissions ul li .fs-permission-description{margin-right:55px;margin-left:0}.rtl #fs_connect .fs-permissions ul li .fs-switch{float:left}.rtl #fs_connect .fs-permissions ul li i.dashicons{float:right}.rtl #fs_connect .fs-visual .fs-site-icon{right:20px;left:auto}.rtl #fs_connect .fs-visual .fs-connect-logo{right:auto;left:20px}#fs_theme_connect_wrapper{position:fixed;top:0;height:100%;width:100%;z-index:99990;background:rgba(0,0,0,0.75);text-align:center;overflow-y:auto}#fs_theme_connect_wrapper:before{content:"";display:inline-block;vertical-align:middle;height:100%}#fs_theme_connect_wrapper>button.close{color:white;cursor:pointer;height:40px;width:40px;position:absolute;right:0;border:0;background-color:transparent;top:32px}#fs_theme_connect_wrapper #fs_connect{top:0;text-align:left;display:inline-block;vertical-align:middle;margin-top:52px;margin-bottom:20px}#fs_theme_connect_wrapper #fs_connect .fs-terms{background:rgba(140,140,140,0.64)}#fs_theme_connect_wrapper #fs_connect .fs-terms,#fs_theme_connect_wrapper #fs_connect .fs-terms a{color:#c5c5c5}.wp-pointer-content #fs_connect{margin:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.fs-opt-in-pointer .wp-pointer-content{padding:0}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow{border-bottom-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow-inner{border-bottom-color:#fafafa}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow{border-top-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow-inner{border-top-color:#fafafa}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow{border-right-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow-inner{border-right-color:#fafafa}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow{border-left-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow-inner{border-left-color:#fafafa}
|
freemius/assets/css/admin/debug.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.
|
1 |
+
.fs-switch-label{font-size:20px;line-height:31px;margin:0 5px}#fs_log_book table{font-family:Consolas,Monaco,monospace;font-size:12px}#fs_log_book table th{color:#ccc}#fs_log_book table tr{background:#232525}#fs_log_book table tr.alternate{background:#2b2b2b}#fs_log_book table tr td.fs-col--logger{color:#5a7435}#fs_log_book table tr td.fs-col--type{color:#ffc861}#fs_log_book table tr td.fs-col--function{color:#a7b7b1;font-weight:bold}#fs_log_book table tr td.fs-col--message,#fs_log_book table tr td.fs-col--message a{color:#9a73ac !important}#fs_log_book table tr td.fs-col--file{color:#d07922}#fs_log_book table tr td.fs-col--timestamp{color:#6596be}
|
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-subscription-cancellation .fs-price-increase-warning{color:red;font-weight:bold;padding:0 25px;margin-bottom:0}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:left;top:5px;position:relative}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:right}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{display:block;margin-left:24px}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{margin-left:0;margin-right:24px}.fs-modal.fs-modal-license-activation .fs-modal-body input.fs-license-key{width:100%}.fs-license-options-container table,.fs-license-options-container table select,.fs-license-options-container table .fs-available-license-key{width:100%}.fs-license-options-container table td:first-child{width:1%}.fs-license-options-container table .fs-other-license-key-container label{position:relative;top:6px;float:left;margin-right:5px}.fs-license-options-container table .fs-other-license-key-container div{overflow:hidden;width:auto;height:30px;display:block;top:2px;position:relative}.fs-license-options-container table .fs-other-license-key-container div input{margin:0}.fs-sites-list-container td{cursor:pointer}.fs-multisite-options-container{margin-top:10px;border:1px solid #ccc;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:bold}.fs-multisite-options-container.fs-apply-on-all-sites{border:0 none;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-modal.fs-modal-license-key-resend .email-address-container{overflow:hidden;padding-right:2px}.fs-modal.fs-modal-license-key-resend.fs-freemium input.email-address{width:300px}.fs-modal.fs-modal-license-key-resend.fs-freemium label{display:block;margin-bottom:10px}.fs-modal.fs-modal-license-key-resend.fs-premium input.email-address{width:100%}.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{float:right;margin-left:7px}@media (max-width: 650px){.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{margin-top:2px}}
|
2 |
.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .input-container>.email-address-container{padding-left:2px;padding-right:0}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{float:left;margin-right:7px;margin-left:0}a.show-license-resend-modal{margin-top:4px;display:inline-block}.fs-ajax-loader{position:relative;width:170px;height:20px;margin:auto}.fs-ajax-loader .fs-ajax-loader-bar{position:absolute;top:0;background-color:#0074a3;width:20px;height:20px;-webkit-animation-name:bounce_ajaxLoader;-moz-animation-name:bounce_ajaxLoader;-ms-animation-name:bounce_ajaxLoader;-o-animation-name:bounce_ajaxLoader;animation-name:bounce_ajaxLoader;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-webkit-animation-direction:normal;-moz-animation-direction:normal;-ms-animation-direction:normal;-o-animation-direction:normal;animation-direction:normal;-moz-transform:0.3;-o-transform:0.3;-ms-transform:0.3;-webkit-transform:0.3;transform:0.3}.fs-ajax-loader .fs-ajax-loader-bar-1{left:0px;animation-delay:0.6s;-o-animation-delay:0.6s;-ms-animation-delay:0.6s;-webkit-animation-delay:0.6s;-moz-animation-delay:0.6s}.fs-ajax-loader .fs-ajax-loader-bar-2{left:19px;animation-delay:0.75s;-o-animation-delay:0.75s;-ms-animation-delay:0.75s;-webkit-animation-delay:0.75s;-moz-animation-delay:0.75s}.fs-ajax-loader .fs-ajax-loader-bar-3{left:38px;animation-delay:0.9s;-o-animation-delay:0.9s;-ms-animation-delay:0.9s;-webkit-animation-delay:0.9s;-moz-animation-delay:0.9s}.fs-ajax-loader .fs-ajax-loader-bar-4{left:57px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s}.fs-ajax-loader .fs-ajax-loader-bar-5{left:76px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s}.fs-ajax-loader .fs-ajax-loader-bar-6{left:95px;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s}.fs-ajax-loader .fs-ajax-loader-bar-7{left:114px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}.fs-ajax-loader .fs-ajax-loader-bar-8{left:133px;animation-delay:1.65s;-o-animation-delay:1.65s;-ms-animation-delay:1.65s;-webkit-animation-delay:1.65s;-moz-animation-delay:1.65s}@-moz-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-ms-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-o-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-webkit-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}.fs-modal-auto-install #request-filesystem-credentials-form h2,.fs-modal-auto-install #request-filesystem-credentials-form .request-filesystem-credentials-action-buttons{display:none}.fs-modal-auto-install #request-filesystem-credentials-form input[type=password],.fs-modal-auto-install #request-filesystem-credentials-form input[type=email],.fs-modal-auto-install #request-filesystem-credentials-form input[type=text]{-webkit-appearance:none;padding:10px 10px 5px 10px;width:300px;max-width:100%}.fs-modal-auto-install #request-filesystem-credentials-form>div,.fs-modal-auto-install #request-filesystem-credentials-form label,.fs-modal-auto-install #request-filesystem-credentials-form fieldset{width:300px;max-width:100%;margin:0 auto;display:block}.button-primary.warn{box-shadow:0 1px 0 #d2593c;text-shadow:0 -1px 1px #d2593c,1px 0 1px #d2593c,0 1px 1px #d2593c,-1px 0 1px #d2593c;background:#f56a48;border-color:#ec6544 #d2593c #d2593c}.button-primary.warn:hover{background:#fd6d4a;border-color:#d2593c}.button-primary.warn:focus{box-shadow:0 1px 0 #dd6041,0 0 2px 1px #e4a796}.button-primary.warn:active{background:#dd6041;border-color:#d2593c;box-shadow:inset 0 2px 0 #d2593c}.button-primary.warn.disabled{color:#f5b3a1 !important;background:#e76444 !important;border-color:#d85e40 !important;text-shadow:0 -1px 0 rgba(0,0,0,0.1) !important}
|
1 |
+
.fs-modal{position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,0.6)}.fs-modal .dashicons{vertical-align:middle}.fs-modal .fs-modal-dialog{background:transparent;position:absolute;left:50%;margin-left:-298px;padding-bottom:30px;top:-100%;z-index:100001;width:596px}@media (max-width: 650px){.fs-modal .fs-modal-dialog{margin-left:-50%;box-sizing:border-box;padding-left:10px;padding-right:10px;width:100%}.fs-modal .fs-modal-dialog .fs-modal-panel>h3>strong{font-size:1.3em}}.fs-modal.active{display:block}.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal.fs-success .fs-modal-header{border-bottom-color:#46b450}.fs-modal.fs-success .fs-modal-body{background-color:#f7fff7}.fs-modal.fs-warn .fs-modal-header{border-bottom-color:#ffb900}.fs-modal.fs-warn .fs-modal-body{background-color:#fff8e5}.fs-modal.fs-error .fs-modal-header{border-bottom-color:#dc3232}.fs-modal.fs-error .fs-modal-body{background-color:#ffeaea}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-header{border-bottom:#eeeeee solid 1px;background:#fbfbfb;padding:15px 20px;position:relative;margin-bottom:-10px}.fs-modal .fs-modal-header h4{margin:0;padding:0;text-transform:uppercase;font-size:1.2em;font-weight:bold;color:#cacaca;text-shadow:1px 1px 1px #fff;letter-spacing:0.6px;-webkit-font-smoothing:antialiased}.fs-modal .fs-modal-header .fs-close{position:absolute;right:10px;top:12px;cursor:pointer;color:#bbb;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;padding:3px;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.fs-modal .fs-modal-header .fs-close:hover{color:#fff;background:#aaa}.fs-modal .fs-modal-header .fs-close .dashicons,.fs-modal .fs-modal-header .fs-close:hover .dashicons{text-decoration:none}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body p{font-size:14px}.fs-modal .fs-modal-body h2{font-size:20px;line-height:1.5em}.fs-modal .fs-modal-body>div{margin-top:10px}.fs-modal .fs-modal-body>div h2{font-weight:bold;font-size:20px;margin-top:0}.fs-modal .fs-modal-footer{border-top:#eeeeee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:first-child{margin:0}.fs-modal .fs-modal-panel>.notice.inline{margin:0;display:none}.fs-modal .fs-modal-panel:not(.active){display:none}.rtl .fs-modal .fs-modal-header .fs-close{right:auto;left:20px}body.has-fs-modal{overflow:hidden}.fs-modal.fs-modal-deactivation-feedback .reason-input,.fs-modal.fs-modal-deactivation-feedback .internal-message{margin:3px 0 3px 22px}.fs-modal.fs-modal-deactivation-feedback .reason-input input,.fs-modal.fs-modal-deactivation-feedback .reason-input textarea,.fs-modal.fs-modal-deactivation-feedback .internal-message input,.fs-modal.fs-modal-deactivation-feedback .internal-message textarea{width:100%}.fs-modal.fs-modal-deactivation-feedback li.reason.has-internal-message .internal-message{border:1px solid #ccc;padding:7px;display:none}@media (max-width: 650px){.fs-modal.fs-modal-deactivation-feedback li.reason li.reason{margin-bottom:10px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .reason-input,.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .internal-message{margin-left:29px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label{display:table}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label>span{display:table-cell;font-size:1.3em}}.fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label{float:left}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel{margin-top:0 !important}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel h3{margin-top:0;line-height:1.5em}#the-list .deactivate>.fs-slug{display:none}.fs-modal.fs-modal-subscription-cancellation .fs-price-increase-warning{color:red;font-weight:bold;padding:0 25px;margin-bottom:0}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:left;top:5px;position:relative}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:right}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{display:block;margin-left:24px}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{margin-left:0;margin-right:24px}.fs-modal.fs-modal-license-activation .fs-modal-body input.fs-license-key{width:100%}.fs-license-options-container table,.fs-license-options-container table select,.fs-license-options-container table .fs-available-license-key{width:100%}.fs-license-options-container table td:first-child{width:1%}.fs-license-options-container table .fs-other-license-key-container label{position:relative;top:6px;float:left;margin-right:5px}.fs-license-options-container table .fs-other-license-key-container div{overflow:hidden;width:auto;height:30px;display:block;top:2px;position:relative}.fs-license-options-container table .fs-other-license-key-container div input{margin:0}.fs-sites-list-container td{cursor:pointer}.fs-modal.fs-modal-user-change .fs-modal-body input#fs_other_email_address{width:100%}.fs-user-change-options-container table{width:100%;border-collapse:collapse}.fs-user-change-options-container table tr{display:block;margin-bottom:2px}.fs-user-change-options-container table .fs-email-address-container td{display:inline-block}.fs-user-change-options-container table .fs-email-address-container input[type="radio"]{margin-bottom:0;margin-top:0}.fs-user-change-options-container table .fs-other-email-address-container{width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div{display:table;width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div label,.fs-user-change-options-container table .fs-other-email-address-container>div>div{display:table-cell}.fs-user-change-options-container table .fs-other-email-address-container>div label{width:1%;padding-left:3px;padding-right:3px}.fs-user-change-options-container table .fs-other-email-address-container>div>div{width:auto}.fs-user-change-options-container table .fs-other-email-address-container>div>div input{width:100%}.fs-modal.fs-modal-developer-license-debug-mode .fs-modal-body input.fs-license-or-user-key{width:100%}.fs-multisite-options-container{margin-top:10px;border:1px solid #ccc;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:bold}.fs-multisite-options-container.fs-apply-on-all-sites{border:0 none;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-modal.fs-modal-license-key-resend .email-address-container{overflow:hidden;padding-right:2px}.fs-modal.fs-modal-license-key-resend.fs-freemium input.email-address{width:300px}.fs-modal.fs-modal-license-key-resend.fs-freemium label{display:block;margin-bottom:10px}.fs-modal.fs-modal-license-key-resend.fs-premium input.email-address{width:100%}.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{float:right;margin-left:7px}@media (max-width: 650px){.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{margin-top:2px}}
|
2 |
.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .input-container>.email-address-container{padding-left:2px;padding-right:0}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{float:left;margin-right:7px;margin-left:0}a.show-license-resend-modal{margin-top:4px;display:inline-block}.fs-ajax-loader{position:relative;width:170px;height:20px;margin:auto}.fs-ajax-loader .fs-ajax-loader-bar{position:absolute;top:0;background-color:#0074a3;width:20px;height:20px;-webkit-animation-name:bounce_ajaxLoader;-moz-animation-name:bounce_ajaxLoader;-ms-animation-name:bounce_ajaxLoader;-o-animation-name:bounce_ajaxLoader;animation-name:bounce_ajaxLoader;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-webkit-animation-direction:normal;-moz-animation-direction:normal;-ms-animation-direction:normal;-o-animation-direction:normal;animation-direction:normal;-moz-transform:0.3;-o-transform:0.3;-ms-transform:0.3;-webkit-transform:0.3;transform:0.3}.fs-ajax-loader .fs-ajax-loader-bar-1{left:0px;animation-delay:0.6s;-o-animation-delay:0.6s;-ms-animation-delay:0.6s;-webkit-animation-delay:0.6s;-moz-animation-delay:0.6s}.fs-ajax-loader .fs-ajax-loader-bar-2{left:19px;animation-delay:0.75s;-o-animation-delay:0.75s;-ms-animation-delay:0.75s;-webkit-animation-delay:0.75s;-moz-animation-delay:0.75s}.fs-ajax-loader .fs-ajax-loader-bar-3{left:38px;animation-delay:0.9s;-o-animation-delay:0.9s;-ms-animation-delay:0.9s;-webkit-animation-delay:0.9s;-moz-animation-delay:0.9s}.fs-ajax-loader .fs-ajax-loader-bar-4{left:57px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s}.fs-ajax-loader .fs-ajax-loader-bar-5{left:76px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s}.fs-ajax-loader .fs-ajax-loader-bar-6{left:95px;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s}.fs-ajax-loader .fs-ajax-loader-bar-7{left:114px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}.fs-ajax-loader .fs-ajax-loader-bar-8{left:133px;animation-delay:1.65s;-o-animation-delay:1.65s;-ms-animation-delay:1.65s;-webkit-animation-delay:1.65s;-moz-animation-delay:1.65s}@-moz-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-ms-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-o-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-webkit-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}.fs-modal-auto-install #request-filesystem-credentials-form h2,.fs-modal-auto-install #request-filesystem-credentials-form .request-filesystem-credentials-action-buttons{display:none}.fs-modal-auto-install #request-filesystem-credentials-form input[type=password],.fs-modal-auto-install #request-filesystem-credentials-form input[type=email],.fs-modal-auto-install #request-filesystem-credentials-form input[type=text]{-webkit-appearance:none;padding:10px 10px 5px 10px;width:300px;max-width:100%}.fs-modal-auto-install #request-filesystem-credentials-form>div,.fs-modal-auto-install #request-filesystem-credentials-form label,.fs-modal-auto-install #request-filesystem-credentials-form fieldset{width:300px;max-width:100%;margin:0 auto;display:block}.button-primary.warn{box-shadow:0 1px 0 #d2593c;text-shadow:0 -1px 1px #d2593c,1px 0 1px #d2593c,0 1px 1px #d2593c,-1px 0 1px #d2593c;background:#f56a48;border-color:#ec6544 #d2593c #d2593c}.button-primary.warn:hover{background:#fd6d4a;border-color:#d2593c}.button-primary.warn:focus{box-shadow:0 1px 0 #dd6041,0 0 2px 1px #e4a796}.button-primary.warn:active{background:#dd6041;border-color:#d2593c;box-shadow:inset 0 2px 0 #d2593c}.button-primary.warn.disabled{color:#f5b3a1 !important;background:#e76444 !important;border-color:#d85e40 !important;text-shadow:0 -1px 0 rgba(0,0,0,0.1) !important}
|
freemius/assets/css/admin/plugins.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.wp-list-table.plugins .plugin-title span.fs-tag{display:inline-block;margin-left:5px;line-height:10px}
|
freemius/assets/css/customizer.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
#fs_customizer_upsell .fs-customizer-plan{padding:10px 20px 20px 20px;border-radius:3px;background:#fff}#fs_customizer_upsell .fs-customizer-plan h2{position:relative;margin:0;line-height:2em;text-transform:uppercase}#fs_customizer_upsell .fs-customizer-plan h2 .button-link{top:-2px}#fs_customizer_upsell .fs-feature{position:relative}#fs_customizer_upsell .dashicons-yes{color:#0085ba;font-size:2em;vertical-align:bottom;margin-left:-7px;margin-right:10px}.rtl #fs_customizer_upsell .dashicons-yes{margin-left:10px;margin-right:-7px}#fs_customizer_upsell .dashicons-editor-help{color:#bbb;cursor:help}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{opacity:0;visibility:hidden;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;position:absolute;background:#000;color:#fff;font-family:'arial', serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:0;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);line-height:1.3em;font-weight:bold;text-align:left}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{text-align:right}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{content:' ';display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#000 transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{right:21px;left:auto}#fs_customizer_upsell .dashicons-editor-help:hover .fs-feature-desc{visibility:visible;opacity:1}#fs_customizer_upsell .button-primary{display:block;text-align:center;margin-top:10px}#fs_customizer_support{display:block !important}#fs_customizer_support .button{float:right}#fs_customizer_support .button-group{width:100%;display:block;margin-top:10px}#fs_customizer_support .button-group .button{float:none;width:50%;text-align:center}
|
1 |
+
#fs_customizer_upsell .fs-customizer-plan{padding:10px 20px 20px 20px;border-radius:3px;background:#fff}#fs_customizer_upsell .fs-customizer-plan h2{position:relative;margin:0;line-height:2em;text-transform:uppercase}#fs_customizer_upsell .fs-customizer-plan h2 .button-link{top:-2px}#fs_customizer_upsell .fs-feature{position:relative}#fs_customizer_upsell .dashicons-yes{color:#0085ba;font-size:2em;vertical-align:bottom;margin-left:-7px;margin-right:10px}.rtl #fs_customizer_upsell .dashicons-yes{margin-left:10px;margin-right:-7px}#fs_customizer_upsell .dashicons-editor-help{color:#bbb;cursor:help}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{opacity:0;visibility:hidden;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;position:absolute;background:#000;color:#fff;font-family:'arial', serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:0;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);line-height:1.3em;font-weight:bold;text-align:left}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{text-align:right}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{content:' ';display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#000 transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{right:21px;left:auto}#fs_customizer_upsell .dashicons-editor-help:hover .fs-feature-desc{visibility:visible;opacity:1}#fs_customizer_upsell .button-primary{display:block;text-align:center;margin-top:10px}#fs_customizer_support{display:block !important}#fs_customizer_support .button{float:right}#fs_customizer_support .button-group{width:100%;display:block;margin-top:10px}#fs_customizer_support .button-group .button{float:none;width:50%;text-align:center}#customize-theme-controls #accordion-section-freemius_upsell{border-top:1px solid #0085ba !important;border-bottom:1px solid #0085ba !important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title{color:#fff;background-color:#0085ba;border-left:4px solid #0085ba;transition:.15s background-color ease-in-out, .15s border-color ease-in-out;outline:none;border-bottom:none !important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:hover{background-color:#008ec2;border-left-color:#0073aa}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:after{color:#fff}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title{border-left:none;border-right:4px solid #0085ba}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title:hover{border-right-color:#0073aa}
|
freemius/assets/img/plugin-icon.png
CHANGED
Binary file
|
freemius/includes/class-freemius.php
CHANGED
@@ -164,6 +164,15 @@
|
|
164 |
*/
|
165 |
private $_has_addons;
|
166 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
/**
|
168 |
* @since 1.1.6
|
169 |
* @var string[]bool.
|
@@ -334,6 +343,22 @@
|
|
334 |
*/
|
335 |
private $_dynamically_added_top_level_page_hook_name = '';
|
336 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
337 |
#region Uninstall Reasons IDs
|
338 |
|
339 |
const REASON_NO_LONGER_NEEDED = 1;
|
@@ -352,6 +377,14 @@
|
|
352 |
const REASON_DIDNT_WORK_AS_EXPECTED = 14;
|
353 |
const REASON_TEMPORARY_DEACTIVATION = 15;
|
354 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
355 |
#endregion
|
356 |
|
357 |
/* Ctor
|
@@ -484,13 +517,13 @@
|
|
484 |
);
|
485 |
|
486 |
if ( 'true' === fs_request_get( 'fs_clear_api_cache' ) ||
|
487 |
-
|
488 |
) {
|
489 |
FS_Api::clear_cache();
|
490 |
$this->_cache->clear();
|
491 |
}
|
492 |
|
493 |
-
$this->
|
494 |
|
495 |
/**
|
496 |
* Starting from version 2.0.0, `FS_Site` entities no longer have the `plan` property and have `plan_id`
|
@@ -702,6 +735,52 @@
|
|
702 |
$this->_menu->has_menu();
|
703 |
}
|
704 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
705 |
/**
|
706 |
* Check if the context module is free wp.org theme.
|
707 |
*
|
@@ -734,12 +813,11 @@
|
|
734 |
* @since 1.2.2.7 Even if the menu item was specified to be hidden, when it is the context page, then show the submenu item so the user will have the right context page.
|
735 |
*
|
736 |
* @param string $slug
|
737 |
-
* @param bool $
|
738 |
-
* or hidden.
|
739 |
*
|
740 |
* @return bool
|
741 |
*/
|
742 |
-
function is_submenu_item_visible( $slug, $
|
743 |
if ( $this->is_admin_page( $slug ) ) {
|
744 |
/**
|
745 |
* It is the current context page, so show the submenu item
|
@@ -754,7 +832,11 @@
|
|
754 |
return false;
|
755 |
}
|
756 |
|
757 |
-
if (
|
|
|
|
|
|
|
|
|
758 |
/**
|
759 |
* wp.org themes are limited to a single submenu item, and
|
760 |
* sub-submenu items are most likely not allowed (never verified).
|
@@ -980,7 +1062,7 @@
|
|
980 |
}
|
981 |
|
982 |
if ( isset( $this->_storage->subscription ) && is_object( $this->_storage->subscription ) ) {
|
983 |
-
$this->_storage->subscriptions = array( $this->_storage->subscription );
|
984 |
}
|
985 |
}
|
986 |
|
@@ -1395,7 +1477,10 @@
|
|
1395 |
if ( $this->is_plugin() &&
|
1396 |
! isset( $this->_storage->is_plugin_new_install )
|
1397 |
) {
|
1398 |
-
$this->_storage->is_plugin_new_install =
|
|
|
|
|
|
|
1399 |
}
|
1400 |
}
|
1401 |
|
@@ -1418,6 +1503,13 @@
|
|
1418 |
-1 < settings.url.indexOf('admin-ajax.php') &&
|
1419 |
! ( settings.url.indexOf( '<?php echo $admin_param ?>' ) > 0 )
|
1420 |
) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1421 |
if (settings.url.indexOf('?') > 0) {
|
1422 |
settings.url += '&';
|
1423 |
} else {
|
@@ -1425,7 +1517,6 @@
|
|
1425 |
}
|
1426 |
|
1427 |
settings.url += '<?php echo $admin_param ?>=true';
|
1428 |
-
|
1429 |
}
|
1430 |
});
|
1431 |
})(jQuery);
|
@@ -1443,7 +1534,7 @@
|
|
1443 |
?>
|
1444 |
<script type="text/javascript">
|
1445 |
(function ($) {
|
1446 |
-
$('.fs-submenu-item.wp-support-forum').parent().attr(
|
1447 |
})(jQuery);
|
1448 |
</script>
|
1449 |
<?php
|
@@ -1453,11 +1544,11 @@
|
|
1453 |
* @author Vova Feldman (@svovaf)
|
1454 |
* @since 1.0.9
|
1455 |
*/
|
1456 |
-
private function
|
1457 |
$this->_logger->entrance();
|
1458 |
|
1459 |
if ( is_admin() ) {
|
1460 |
-
add_action( '
|
1461 |
|
1462 |
if ( $this->is_plugin() ) {
|
1463 |
if ( self::is_plugin_install_page() && true !== fs_request_get_bool( 'fs_allow_updater_and_dialog' ) ) {
|
@@ -1498,34 +1589,6 @@
|
|
1498 |
} else {
|
1499 |
add_action( 'after_switch_theme', array( &$this, '_activate_theme_event_hook' ), 10, 2 );
|
1500 |
|
1501 |
-
/**
|
1502 |
-
* Include the required hooks to capture the theme settings' page tabs
|
1503 |
-
* and cache them.
|
1504 |
-
*
|
1505 |
-
* @author Vova Feldman (@svovaf)
|
1506 |
-
* @since 1.2.2.7
|
1507 |
-
*/
|
1508 |
-
if ( ! $this->_cache->has_valid( 'tabs' ) ) {
|
1509 |
-
add_action( 'admin_footer', array( &$this, '_tabs_capture' ) );
|
1510 |
-
// Add license activation AJAX callback.
|
1511 |
-
$this->add_ajax_action( 'store_tabs', array( &$this, '_store_tabs_ajax_action' ) );
|
1512 |
-
|
1513 |
-
add_action( 'admin_enqueue_scripts', array( &$this, '_store_tabs_styles' ), 9999999 );
|
1514 |
-
}
|
1515 |
-
|
1516 |
-
add_action(
|
1517 |
-
'admin_footer',
|
1518 |
-
array( &$this, '_add_freemius_tabs' ),
|
1519 |
-
/**
|
1520 |
-
* The tabs JS code must be executed after the tabs capture logic (_tabs_capture()).
|
1521 |
-
* That's why the priority is 11 while the tabs capture logic is added
|
1522 |
-
* with priority 10.
|
1523 |
-
*
|
1524 |
-
* @author Vova Feldman (@svovaf)
|
1525 |
-
*/
|
1526 |
-
11
|
1527 |
-
);
|
1528 |
-
|
1529 |
add_action( 'admin_footer', array( &$this, '_style_premium_theme' ) );
|
1530 |
}
|
1531 |
|
@@ -1545,7 +1608,10 @@
|
|
1545 |
*
|
1546 |
* @author Vova Feldman (@svovaf)
|
1547 |
*/
|
1548 |
-
if ( $this->is_plugin() &&
|
|
|
|
|
|
|
1549 |
add_action( 'plugins_loaded', array( &$this, '_plugins_loaded' ) );
|
1550 |
} else {
|
1551 |
// If was activated before, then it was already loaded before.
|
@@ -1564,6 +1630,7 @@
|
|
1564 |
}
|
1565 |
|
1566 |
add_action( 'init', array( &$this, '_maybe_add_gdpr_optin_ajax_handler') );
|
|
|
1567 |
}
|
1568 |
|
1569 |
if ( $this->is_plugin() ) {
|
@@ -1595,16 +1662,18 @@
|
|
1595 |
|
1596 |
add_action( 'admin_init', array( &$this, '_redirect_on_clicked_menu_link' ), WP_FS__LOWEST_PRIORITY );
|
1597 |
|
1598 |
-
if ( $this->is_theme() ) {
|
1599 |
add_action( 'admin_init', array( &$this, '_add_tracking_links' ) );
|
1600 |
}
|
1601 |
|
1602 |
add_action( 'admin_init', array( &$this, '_add_license_activation' ) );
|
1603 |
add_action( 'admin_init', array( &$this, '_add_premium_version_upgrade_selection' ) );
|
1604 |
add_action( 'admin_init', array( &$this, '_add_beta_mode_update_handler' ) );
|
|
|
1605 |
|
1606 |
$this->add_ajax_action( 'update_billing', array( &$this, '_update_billing_ajax_action' ) );
|
1607 |
$this->add_ajax_action( 'start_trial', array( &$this, '_start_trial_ajax_action' ) );
|
|
|
1608 |
|
1609 |
if ( $this->_is_network_active && fs_is_network_admin() ) {
|
1610 |
$this->add_ajax_action( 'network_activate', array( &$this, '_network_activate_ajax_action' ) );
|
@@ -1646,6 +1715,65 @@
|
|
1646 |
}
|
1647 |
}
|
1648 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1649 |
/**
|
1650 |
* Makes Freemius-related updates unavailable on the "Add Plugins" admin page (/plugin-install.php) so that
|
1651 |
* they won't interfere with the .org plugins' functionalities on that page (e.g. updating of a .org plugin).
|
@@ -1908,7 +2036,11 @@
|
|
1908 |
* @since 2.0.0
|
1909 |
*/
|
1910 |
function _hook_action_links_and_register_account_hooks() {
|
1911 |
-
|
|
|
|
|
|
|
|
|
1912 |
|
1913 |
if ( self::is_plugins_page() && $this->is_plugin() ) {
|
1914 |
$this->hook_plugin_action_links();
|
@@ -2088,6 +2220,12 @@
|
|
2088 |
);
|
2089 |
|
2090 |
$store_option = true;
|
|
|
|
|
|
|
|
|
|
|
|
|
2091 |
}
|
2092 |
|
2093 |
if ( empty( $id_slug_type_path_map[ $module_id ]['path'] ) ||
|
@@ -2250,6 +2388,10 @@
|
|
2250 |
|
2251 |
if ( ! isset( $caller_map[ $caller_file_hash ] ) ) {
|
2252 |
foreach ( $all_plugins_paths as $plugin_path ) {
|
|
|
|
|
|
|
|
|
2253 |
if ( false !== strpos( $caller_file_path, fs_normalize_path( dirname( $plugin_path ) . '/' ) ) ) {
|
2254 |
$caller_map[ $caller_file_hash ] = fs_normalize_path( $plugin_path );
|
2255 |
break;
|
@@ -2928,7 +3070,7 @@
|
|
2928 |
* @return bool
|
2929 |
*/
|
2930 |
function is_activation_page() {
|
2931 |
-
if ( $this->_menu->
|
2932 |
return true;
|
2933 |
}
|
2934 |
|
@@ -4157,7 +4299,7 @@
|
|
4157 |
)
|
4158 |
),
|
4159 |
sprintf(
|
4160 |
-
'<a href="%s" target="_blank"><b>%s</b></a> - %s',
|
4161 |
sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
|
4162 |
$install_previous_title,
|
4163 |
$install_previous_desc
|
@@ -4264,7 +4406,7 @@
|
|
4264 |
)
|
4265 |
),
|
4266 |
sprintf(
|
4267 |
-
'<a href="%s" target="_blank"><b>%s</b></a> - %s',
|
4268 |
sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
|
4269 |
$install_previous_title,
|
4270 |
$install_previous_desc
|
@@ -4630,22 +4772,7 @@
|
|
4630 |
|
4631 |
$this->parse_settings( $plugin_info );
|
4632 |
|
4633 |
-
|
4634 |
-
$this->add_ajax_action(
|
4635 |
-
'delete_theme_update_data',
|
4636 |
-
array( &$this, '_delete_theme_update_data_action' )
|
4637 |
-
);
|
4638 |
-
}
|
4639 |
-
|
4640 |
-
if ( ! self::is_ajax() ) {
|
4641 |
-
if ( ! $this->is_addon() || $this->is_only_premium() ) {
|
4642 |
-
add_action(
|
4643 |
-
( $this->_is_network_active && fs_is_network_admin() ? 'network_' : '' ) . 'admin_menu',
|
4644 |
-
array( &$this, '_prepare_admin_menu' ),
|
4645 |
-
WP_FS__LOWEST_PRIORITY
|
4646 |
-
);
|
4647 |
-
}
|
4648 |
-
}
|
4649 |
|
4650 |
if ( $this->should_stop_execution() ) {
|
4651 |
return;
|
@@ -4800,7 +4927,10 @@
|
|
4800 |
} else {
|
4801 |
$is_network_admin = fs_is_network_admin();
|
4802 |
|
4803 |
-
if (
|
|
|
|
|
|
|
4804 |
$this->_parent->is_registered() &&
|
4805 |
! $this->is_registered() &&
|
4806 |
/**
|
@@ -4816,16 +4946,40 @@
|
|
4816 |
*/
|
4817 |
( $this->is_network_active() || ! $is_network_admin )
|
4818 |
) {
|
4819 |
-
|
4820 |
-
|
4821 |
-
|
4822 |
-
|
4823 |
-
|
4824 |
-
|
4825 |
-
)
|
4826 |
-
|
4827 |
-
|
4828 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4829 |
}
|
4830 |
|
4831 |
// @todo This should be only executed on activation. It should be migrated to register_activation_hook() together with other activation related logic.
|
@@ -5320,6 +5474,65 @@
|
|
5320 |
}
|
5321 |
}
|
5322 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5323 |
/**
|
5324 |
* Parse plugin's settings (as defined by the plugin dev).
|
5325 |
*
|
@@ -5396,6 +5609,7 @@
|
|
5396 |
'is_live' => $this->get_bool_option( $plugin_info, 'is_live', true ),
|
5397 |
'affiliate_moderation' => $this->get_option( $plugin_info, 'has_affiliation' ),
|
5398 |
'bundle_id' => $this->get_option( $plugin_info, 'bundle_id', null ),
|
|
|
5399 |
) );
|
5400 |
|
5401 |
if ( $plugin->is_updated() ) {
|
@@ -5456,6 +5670,7 @@
|
|
5456 |
$this->_anonymous_mode = $this->get_bool_option( $plugin_info, 'anonymous_mode', false );
|
5457 |
}
|
5458 |
$this->_permissions = $this->get_option( $plugin_info, 'permissions', array() );
|
|
|
5459 |
|
5460 |
if ( ! empty( $plugin_info['trial'] ) ) {
|
5461 |
$this->_trial_days = $this->get_numeric_option(
|
@@ -5467,6 +5682,14 @@
|
|
5467 |
|
5468 |
$this->_is_trial_require_payment = $this->get_bool_option( $plugin_info['trial'], 'is_require_payment', false );
|
5469 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5470 |
}
|
5471 |
|
5472 |
/**
|
@@ -5819,12 +6042,16 @@
|
|
5819 |
* @return Freemius[]
|
5820 |
*/
|
5821 |
function get_installed_addons() {
|
|
|
|
|
|
|
|
|
|
|
5822 |
$installed_addons = array();
|
|
|
5823 |
foreach ( self::$_instances as $instance ) {
|
5824 |
-
if ( $instance->
|
5825 |
-
|
5826 |
-
$installed_addons[] = $instance;
|
5827 |
-
}
|
5828 |
}
|
5829 |
}
|
5830 |
|
@@ -5874,7 +6101,25 @@
|
|
5874 |
* @return bool
|
5875 |
*/
|
5876 |
function is_addon() {
|
5877 |
-
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5878 |
}
|
5879 |
|
5880 |
/**
|
@@ -6631,6 +6876,8 @@
|
|
6631 |
} else {
|
6632 |
$this->sync_install();
|
6633 |
}
|
|
|
|
|
6634 |
}
|
6635 |
}
|
6636 |
}
|
@@ -6843,6 +7090,8 @@
|
|
6843 |
} else {
|
6844 |
$this->sync_install( array(), true );
|
6845 |
}
|
|
|
|
|
6846 |
}
|
6847 |
}
|
6848 |
|
@@ -6899,6 +7148,8 @@
|
|
6899 |
* @since 1.0.7
|
6900 |
*/
|
6901 |
function _admin_init_action() {
|
|
|
|
|
6902 |
/**
|
6903 |
* Automatically redirect to connect/activation page after plugin activation.
|
6904 |
*
|
@@ -6911,12 +7162,16 @@
|
|
6911 |
/**
|
6912 |
* Don't redirect if activating multiple plugins at once (bulk activation).
|
6913 |
*/
|
6914 |
-
} else {
|
6915 |
$this->_redirect_on_activation_hook();
|
6916 |
return;
|
6917 |
}
|
6918 |
}
|
6919 |
|
|
|
|
|
|
|
|
|
6920 |
if ( fs_request_is_action( $this->get_unique_affix() . '_skip_activation' ) ) {
|
6921 |
check_admin_referer( $this->get_unique_affix() . '_skip_activation' );
|
6922 |
|
@@ -6937,8 +7192,7 @@
|
|
6937 |
|
6938 |
$this->_add_upgrade_action_link();
|
6939 |
|
6940 |
-
if ( ! $this->
|
6941 |
-
! ( ! $this->_is_network_active && fs_is_network_admin() ) &&
|
6942 |
(
|
6943 |
( true === $this->_storage->require_license_activation ) ||
|
6944 |
// Not registered nor anonymous.
|
@@ -6948,7 +7202,7 @@
|
|
6948 |
)
|
6949 |
) {
|
6950 |
if ( ! $this->is_pending_activation() ) {
|
6951 |
-
if ( ! $this->
|
6952 |
/**
|
6953 |
* If a user visits any other admin page before activating the premium-only theme with a valid
|
6954 |
* license, reactivate the previous theme.
|
@@ -7015,8 +7269,8 @@
|
|
7015 |
}
|
7016 |
}
|
7017 |
|
7018 |
-
if ( $this->
|
7019 |
-
$this->
|
7020 |
) {
|
7021 |
$this->_show_theme_activation_optin_dialog();
|
7022 |
}
|
@@ -7591,8 +7845,17 @@
|
|
7591 |
$this->_storage->is_plugin_new_install = empty( $this->_storage->plugin_last_version );
|
7592 |
}
|
7593 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7594 |
if ( ! $this->_anonymous_mode &&
|
7595 |
-
$
|
7596 |
! $this->_isAutoInstall
|
7597 |
) {
|
7598 |
// Store hint that the plugin was just activated to enable auto-redirection to settings.
|
@@ -7625,11 +7888,20 @@
|
|
7625 |
return;
|
7626 |
}
|
7627 |
|
7628 |
-
$license = $this->
|
7629 |
if ( ! is_object( $license ) ) {
|
7630 |
return;
|
7631 |
}
|
7632 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7633 |
if ( ! $this->is_registered() ) {
|
7634 |
// Opt in with a license key.
|
7635 |
$this->opt_in(
|
@@ -7652,7 +7924,6 @@
|
|
7652 |
}
|
7653 |
}
|
7654 |
|
7655 |
-
|
7656 |
/**
|
7657 |
* @author Leo Fajardo (@leorw)
|
7658 |
* @since 2.3.0
|
@@ -7668,12 +7939,21 @@
|
|
7668 |
|
7669 |
$license = ( ! is_null( $license ) ) ?
|
7670 |
$license :
|
7671 |
-
$this->
|
7672 |
|
7673 |
if ( ! is_object( $license ) ) {
|
7674 |
return;
|
7675 |
}
|
7676 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7677 |
if ( ! $this->is_network_registered() ) {
|
7678 |
$sites = $this->get_sites_for_network_level_optin();
|
7679 |
|
@@ -7737,18 +8017,219 @@
|
|
7737 |
}
|
7738 |
|
7739 |
/**
|
|
|
|
|
7740 |
* @author Leo Fajardo (@leorw)
|
7741 |
-
* @since 2.
|
7742 |
*
|
7743 |
-
* @
|
|
|
|
|
7744 |
*/
|
7745 |
-
private function
|
7746 |
-
$
|
7747 |
-
|
7748 |
-
|
7749 |
-
|
7750 |
-
|
7751 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7752 |
|
7753 |
if ( ! empty ( $foreign_licenses ) ) {
|
7754 |
$foreign_licenses = array(
|
@@ -7760,7 +8241,7 @@
|
|
7760 |
$parent_licenses_endpoint = add_query_arg( $foreign_licenses, $parent_licenses_endpoint );
|
7761 |
}
|
7762 |
|
7763 |
-
$result = $
|
7764 |
|
7765 |
if (
|
7766 |
! $this->is_api_result_object( $result, 'licenses' ) ||
|
@@ -7770,9 +8251,24 @@
|
|
7770 |
return null;
|
7771 |
}
|
7772 |
|
7773 |
-
$
|
7774 |
|
7775 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7776 |
}
|
7777 |
|
7778 |
/**
|
@@ -7781,7 +8277,7 @@
|
|
7781 |
*
|
7782 |
* @return array
|
7783 |
*/
|
7784 |
-
|
7785 |
$sites = array();
|
7786 |
$all_sites = self::get_sites();
|
7787 |
|
@@ -7911,6 +8407,10 @@
|
|
7911 |
foreach ( $sites as $site ) {
|
7912 |
$blog_id = self::get_site_blog_id( $site );
|
7913 |
|
|
|
|
|
|
|
|
|
7914 |
$install_id = $this->_delete_site( true, $blog_id );
|
7915 |
|
7916 |
// Clear all storage data.
|
@@ -8521,12 +9021,25 @@
|
|
8521 |
'is_uninstalled' => false,
|
8522 |
);
|
8523 |
|
8524 |
-
$plugins_update_data[] = $new_plugin;
|
8525 |
$network_plugins_cache->plugins[ $basename ] = $new_plugin;
|
8526 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8527 |
if ( isset( $site_active_plugins[ $basename ] ) ) {
|
8528 |
$site_active_plugins_cache->plugins[ $basename ] = $new_plugin;
|
8529 |
-
$site_active_plugins_cache->plugins[ $basename ]['is_active'] =
|
8530 |
}
|
8531 |
}
|
8532 |
}
|
@@ -8688,26 +9201,28 @@
|
|
8688 |
$include_themes = true,
|
8689 |
$include_blog_data = true
|
8690 |
) {
|
8691 |
-
if (
|
8692 |
-
|
8693 |
-
|
8694 |
-
|
8695 |
-
|
8696 |
-
$
|
8697 |
-
|
8698 |
-
$
|
|
|
|
|
8699 |
}
|
8700 |
}
|
8701 |
-
}
|
8702 |
|
8703 |
-
|
8704 |
-
|
8705 |
-
|
8706 |
-
|
8707 |
-
|
8708 |
-
|
8709 |
-
|
8710 |
-
|
|
|
8711 |
}
|
8712 |
}
|
8713 |
}
|
@@ -9063,6 +9578,21 @@
|
|
9063 |
}
|
9064 |
}
|
9065 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9066 |
/**
|
9067 |
* Update install only if changed.
|
9068 |
*
|
@@ -9346,6 +9876,8 @@
|
|
9346 |
$fs = self::get_instance_by_file( $plugin_file );
|
9347 |
|
9348 |
if ( is_object( $fs ) ) {
|
|
|
|
|
9349 |
self::require_plugin_essentials();
|
9350 |
|
9351 |
if ( is_plugin_active( $fs->_free_plugin_basename ) ||
|
@@ -9397,10 +9929,12 @@
|
|
9397 |
* @author Vova Feldman (@svovaf)
|
9398 |
* @since 1.0.1
|
9399 |
*
|
|
|
|
|
9400 |
* @return array
|
9401 |
*/
|
9402 |
-
function get_plugin_data() {
|
9403 |
-
if ( ! isset( $this->_plugin_data ) ) {
|
9404 |
self::require_plugin_essentials();
|
9405 |
|
9406 |
if ( $this->is_plugin() ) {
|
@@ -9505,6 +10039,18 @@
|
|
9505 |
null;
|
9506 |
}
|
9507 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9508 |
/**
|
9509 |
* @author Vova Feldman (@svovaf)
|
9510 |
* @since 1.2.1.5
|
@@ -9527,6 +10073,32 @@
|
|
9527 |
$this->_plugin->id;
|
9528 |
}
|
9529 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9530 |
/**
|
9531 |
* @author Vova Feldman (@svovaf)
|
9532 |
* @since 1.0.1
|
@@ -9626,12 +10198,14 @@
|
|
9626 |
* @author Vova Feldman (@svovaf)
|
9627 |
* @since 1.0.0
|
9628 |
*
|
|
|
|
|
9629 |
* @return string
|
9630 |
*/
|
9631 |
-
function get_plugin_version() {
|
9632 |
$this->_logger->entrance();
|
9633 |
|
9634 |
-
$plugin_data = $this->get_plugin_data();
|
9635 |
|
9636 |
$this->_logger->departure( 'Version = ' . $plugin_data['Version'] );
|
9637 |
|
@@ -9756,7 +10330,7 @@
|
|
9756 |
* @return array[number]FS_User
|
9757 |
*/
|
9758 |
static function get_all_users() {
|
9759 |
-
$users = self
|
9760 |
|
9761 |
if ( ! is_array( $users ) ) {
|
9762 |
$users = array();
|
@@ -9800,7 +10374,7 @@
|
|
9800 |
$option_name = $module_type . '_' . $option_name;
|
9801 |
}
|
9802 |
|
9803 |
-
return self
|
9804 |
}
|
9805 |
|
9806 |
/**
|
@@ -9848,6 +10422,58 @@
|
|
9848 |
self::$_accounts->set_option( $option_name, $option_value, $store, $network_level_or_blog_id );
|
9849 |
}
|
9850 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9851 |
/**
|
9852 |
* @author Vova Feldman (@svovaf)
|
9853 |
* @since 1.0.6
|
@@ -10031,7 +10657,7 @@
|
|
10031 |
* @return FS_Plugin_Tag[]
|
10032 |
*/
|
10033 |
private static function get_all_updates() {
|
10034 |
-
$updates = self
|
10035 |
|
10036 |
if ( ! is_array( $updates ) ) {
|
10037 |
$updates = array();
|
@@ -10047,7 +10673,7 @@
|
|
10047 |
* @return array<number,FS_Plugin[]>|false
|
10048 |
*/
|
10049 |
private static function get_all_addons() {
|
10050 |
-
$addons = self
|
10051 |
|
10052 |
if ( ! is_array( $addons ) ) {
|
10053 |
$addons = array();
|
@@ -10060,7 +10686,7 @@
|
|
10060 |
* @author Vova Feldman (@svovaf)
|
10061 |
* @since 1.0.6
|
10062 |
*
|
10063 |
-
* @return
|
10064 |
*/
|
10065 |
private static function get_all_account_addons() {
|
10066 |
$addons = self::$_accounts->get_option( 'account_addons', array() );
|
@@ -10101,6 +10727,18 @@
|
|
10101 |
return ( is_object( $this->_site ) && $this->_site->is_tracking_allowed() );
|
10102 |
}
|
10103 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10104 |
/**
|
10105 |
* @author Vova Feldman (@svovaf)
|
10106 |
* @since 1.0.4
|
@@ -10161,7 +10799,7 @@
|
|
10161 |
* @author Vova Feldman (@svovaf)
|
10162 |
* @since 1.0.6
|
10163 |
*
|
10164 |
-
* @return
|
10165 |
*/
|
10166 |
function get_account_addons() {
|
10167 |
$this->_logger->entrance();
|
@@ -10305,7 +10943,7 @@
|
|
10305 |
|
10306 |
if ( ! fs_is_network_admin() ) {
|
10307 |
// Get blog-level activated installations.
|
10308 |
-
$sites = self
|
10309 |
} else {
|
10310 |
$sites = null;
|
10311 |
|
@@ -10314,7 +10952,7 @@
|
|
10314 |
) {
|
10315 |
if ( FS_Site::is_valid_id( $addon_storage->network_install_blog_id ) ) {
|
10316 |
// Get network-level activated installations.
|
10317 |
-
$sites = self
|
10318 |
'sites',
|
10319 |
array(),
|
10320 |
$addon_storage->network_install_blog_id
|
@@ -10324,9 +10962,10 @@
|
|
10324 |
}
|
10325 |
|
10326 |
$addon_info = array(
|
10327 |
-
'is_connected'
|
10328 |
-
'slug'
|
10329 |
-
'title'
|
|
|
10330 |
);
|
10331 |
|
10332 |
if ( ! $is_installed ) {
|
@@ -10372,14 +11011,14 @@
|
|
10372 |
|
10373 |
$addon_info['site'] = $site;
|
10374 |
|
10375 |
-
$plugins_data = self
|
10376 |
if ( isset( $plugins_data[ $slug ] ) ) {
|
10377 |
$plugin_data = $plugins_data[ $slug ];
|
10378 |
|
10379 |
$addon_info['version'] = $plugin_data->version;
|
10380 |
}
|
10381 |
|
10382 |
-
$all_plans = self
|
10383 |
if ( isset( $all_plans[ $slug ] ) ) {
|
10384 |
$plans = $all_plans[ $slug ];
|
10385 |
|
@@ -10392,7 +11031,7 @@
|
|
10392 |
}
|
10393 |
}
|
10394 |
|
10395 |
-
$licenses = self
|
10396 |
if ( is_array( $licenses ) && isset( $licenses[ $addon_id ] ) ) {
|
10397 |
foreach ( $licenses[ $addon_id ] as $license ) {
|
10398 |
if ( $license->id == $site->license_id ) {
|
@@ -10406,7 +11045,9 @@
|
|
10406 |
if ( isset( $addon_storage->subscriptions ) &&
|
10407 |
! empty( $addon_storage->subscriptions )
|
10408 |
) {
|
10409 |
-
|
|
|
|
|
10410 |
if ( $subscription->license_id == $site->license_id ) {
|
10411 |
$addon_info['subscription'] = $subscription;
|
10412 |
break;
|
@@ -10497,7 +11138,7 @@
|
|
10497 |
function is_premium() {
|
10498 |
/**
|
10499 |
* `$this->_plugin` will be `false` when `is_activation_mode` calls this method directly from the
|
10500 |
-
* `
|
10501 |
*
|
10502 |
* @author Leo Fajardo (@leorw)
|
10503 |
* @since 2.2.3
|
@@ -10594,7 +11235,20 @@
|
|
10594 |
return false;
|
10595 |
}
|
10596 |
|
10597 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10598 |
}
|
10599 |
|
10600 |
/**
|
@@ -10729,10 +11383,26 @@
|
|
10729 |
* @author Vova Feldman (@svovaf)
|
10730 |
* @since 1.1.7.3
|
10731 |
*
|
|
|
|
|
10732 |
* @return bool
|
10733 |
*/
|
10734 |
-
function has_any_license() {
|
10735 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10736 |
}
|
10737 |
|
10738 |
/**
|
@@ -10878,7 +11548,9 @@
|
|
10878 |
|
10879 |
if ( $license instanceof FS_Plugin_License ) {
|
10880 |
$this->_licenses[] = $license;
|
10881 |
-
|
|
|
|
|
10882 |
$this->_store_licenses();
|
10883 |
|
10884 |
return $license;
|
@@ -11103,7 +11775,22 @@
|
|
11103 |
|
11104 |
// Update current license.
|
11105 |
if ( is_object( $this->_license ) ) {
|
11106 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11107 |
}
|
11108 |
|
11109 |
return $this->_licenses;
|
@@ -11447,7 +12134,22 @@
|
|
11447 |
* Activate a given license on a collection of blogs/sites that are not yet opted-in.
|
11448 |
*
|
11449 |
* @author Vova Feldman (@svovaf)
|
11450 |
-
* @since 2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11451 |
*
|
11452 |
* @param \FS_User $user
|
11453 |
* @param string $license_key
|
@@ -11458,7 +12160,7 @@
|
|
11458 |
private function activate_license_on_many_sites(
|
11459 |
FS_User $user,
|
11460 |
$license_key,
|
11461 |
-
array $site_ids
|
11462 |
) {
|
11463 |
$sites = array();
|
11464 |
foreach ( $site_ids as $site_id ) {
|
@@ -11482,30 +12184,43 @@
|
|
11482 |
}
|
11483 |
|
11484 |
$installs = array();
|
11485 |
-
foreach ( $result->installs as $install ) {
|
11486 |
-
$installs[] = new FS_Site( $install );
|
11487 |
-
}
|
11488 |
|
11489 |
-
|
11490 |
-
|
11491 |
|
11492 |
-
|
11493 |
|
11494 |
-
|
11495 |
-
$address = trailingslashit( fs_strip_url_protocol( $install->url ) );
|
11496 |
-
$blog_id = $address_to_blog_map[ $address ];
|
11497 |
|
11498 |
-
$this->
|
11499 |
|
11500 |
-
$this->reset_anonymous_mode(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11501 |
|
11502 |
-
|
11503 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11504 |
}
|
11505 |
-
}
|
11506 |
|
11507 |
-
|
11508 |
-
|
|
|
11509 |
}
|
11510 |
|
11511 |
return true;
|
@@ -11524,7 +12239,15 @@
|
|
11524 |
function _update_site_license( $new_license ) {
|
11525 |
$this->_logger->entrance();
|
11526 |
|
11527 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11528 |
|
11529 |
if ( ! is_object( $new_license ) ) {
|
11530 |
$this->_site->license_id = null;
|
@@ -11559,6 +12282,241 @@
|
|
11559 |
return $this->_license;
|
11560 |
}
|
11561 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11562 |
/**
|
11563 |
* Sync site's subscription.
|
11564 |
*
|
@@ -11616,7 +12574,7 @@
|
|
11616 |
return null;
|
11617 |
}
|
11618 |
|
11619 |
-
foreach ( $this->_storage->subscriptions as $subscription ) {
|
11620 |
if ( $subscription->license_id == $license_id ) {
|
11621 |
return $subscription;
|
11622 |
}
|
@@ -11642,7 +12600,7 @@
|
|
11642 |
return;
|
11643 |
}
|
11644 |
|
11645 |
-
$subscriptions = $this->_storage->subscriptions;
|
11646 |
|
11647 |
$updated_subscription = false;
|
11648 |
foreach ( $subscriptions as $key => $existing_subscription ) {
|
@@ -11737,7 +12695,7 @@
|
|
11737 |
}
|
11738 |
|
11739 |
$current_plan_order = - 1;
|
11740 |
-
$required_plan_order =
|
11741 |
for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
|
11742 |
if ( $plan === $this->_plans[ $i ]->name ) {
|
11743 |
$required_plan_order = $i;
|
@@ -11755,9 +12713,11 @@
|
|
11755 |
* @author Vova Feldman (@svovaf)
|
11756 |
* @since 1.2.1.7
|
11757 |
*
|
|
|
|
|
11758 |
* @return bool
|
11759 |
*/
|
11760 |
-
function is_single_plan() {
|
11761 |
$this->_logger->entrance();
|
11762 |
|
11763 |
if ( ! $this->is_registered() ||
|
@@ -11767,7 +12727,18 @@
|
|
11767 |
return true;
|
11768 |
}
|
11769 |
|
11770 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11771 |
}
|
11772 |
|
11773 |
/**
|
@@ -11881,6 +12852,77 @@
|
|
11881 |
fs_require_template( 'forms/resend-key.php', $vars );
|
11882 |
}
|
11883 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11884 |
/**
|
11885 |
* Displays a subscription cancellation dialog box when the user clicks on the "Deactivate License"
|
11886 |
* link on the "Account" page or deactivates a plugin and there's an active subscription that is
|
@@ -11899,6 +12941,10 @@
|
|
11899 |
// Subscription cancellation dialog box is currently not supported for multisite networks.
|
11900 |
return array();
|
11901 |
}
|
|
|
|
|
|
|
|
|
11902 |
|
11903 |
$license = $this->_get_license();
|
11904 |
|
@@ -11976,6 +13022,10 @@
|
|
11976 |
* @since 1.2.0
|
11977 |
*/
|
11978 |
function _add_license_activation() {
|
|
|
|
|
|
|
|
|
11979 |
if ( ! $this->is_user_admin() ) {
|
11980 |
// Only admins can activate a license.
|
11981 |
return;
|
@@ -11986,8 +13036,18 @@
|
|
11986 |
return;
|
11987 |
}
|
11988 |
|
11989 |
-
if (
|
11990 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11991 |
return;
|
11992 |
}
|
11993 |
|
@@ -12013,6 +13073,57 @@
|
|
12013 |
$this->add_ajax_action( 'resend_license_key', array( &$this, '_resend_license_key_ajax_action' ) );
|
12014 |
}
|
12015 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12016 |
/**
|
12017 |
* @author Leo Fajardo (@leorw)
|
12018 |
* @since 2.0.2
|
@@ -12089,44 +13200,178 @@
|
|
12089 |
$this->_user->is_beta = $user->is_beta;
|
12090 |
$this->_store_user();
|
12091 |
|
12092 |
-
self::shoot_ajax_response( array( 'success' => true ) );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12093 |
}
|
12094 |
|
12095 |
/**
|
12096 |
-
* License activation WP AJAX handler.
|
12097 |
-
*
|
12098 |
* @author Leo Fajardo (@leorw)
|
12099 |
-
* @since
|
12100 |
-
*
|
12101 |
-
* @uses Freemius::activate_license()
|
12102 |
*/
|
12103 |
-
function
|
12104 |
-
$this->
|
12105 |
-
|
12106 |
-
|
12107 |
|
12108 |
-
|
|
|
|
|
12109 |
|
12110 |
-
if (
|
12111 |
-
|
12112 |
}
|
12113 |
|
12114 |
-
|
12115 |
-
|
12116 |
-
|
12117 |
-
fs_request_get( 'sites', array(), 'post' ) :
|
12118 |
-
array(),
|
12119 |
-
fs_request_get_bool( 'is_marketing_allowed', null ),
|
12120 |
-
fs_request_get( 'blog_id', null ),
|
12121 |
-
fs_request_get( 'module_id', null, 'post' )
|
12122 |
);
|
12123 |
-
|
12124 |
-
echo json_encode( $result );
|
12125 |
-
|
12126 |
-
exit;
|
12127 |
}
|
12128 |
|
12129 |
/**
|
|
|
12130 |
* A helper method to activate migrated licenses. If the product is network activated and integrated, the method will network activate the license.
|
12131 |
*
|
12132 |
* @author Vova Feldman (@svovaf)
|
@@ -12135,6 +13380,8 @@
|
|
12135 |
* @param string $license_key
|
12136 |
* @param null|bool $is_marketing_allowed
|
12137 |
* @param null|number $plugin_id
|
|
|
|
|
12138 |
*
|
12139 |
* @return array {
|
12140 |
* @var bool $success
|
@@ -12147,17 +13394,52 @@
|
|
12147 |
function activate_migrated_license(
|
12148 |
$license_key,
|
12149 |
$is_marketing_allowed = null,
|
12150 |
-
$plugin_id = null
|
|
|
|
|
12151 |
) {
|
12152 |
-
|
|
|
|
|
12153 |
$license_key,
|
12154 |
-
$this->is_network_active() ?
|
12155 |
$this->get_sites_for_network_level_optin() :
|
12156 |
-
|
12157 |
$is_marketing_allowed,
|
12158 |
-
|
12159 |
$plugin_id
|
12160 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12161 |
}
|
12162 |
|
12163 |
/**
|
@@ -12171,6 +13453,7 @@
|
|
12171 |
* @param null|bool $is_marketing_allowed
|
12172 |
* @param null|int $blog_id
|
12173 |
* @param null|number $plugin_id
|
|
|
12174 |
*
|
12175 |
* @return array {
|
12176 |
* @var bool $success
|
@@ -12183,13 +13466,20 @@
|
|
12183 |
$sites = array(),
|
12184 |
$is_marketing_allowed = null,
|
12185 |
$blog_id = null,
|
12186 |
-
$plugin_id = null
|
|
|
|
|
12187 |
) {
|
12188 |
$this->_logger->entrance();
|
12189 |
|
12190 |
$license_key = trim( $license_key );
|
12191 |
|
12192 |
-
|
|
|
|
|
|
|
|
|
|
|
12193 |
// If the license activation is executed outside the context of a network admin, ignore the sites collection.
|
12194 |
$sites = array();
|
12195 |
}
|
@@ -12198,13 +13488,37 @@
|
|
12198 |
$this :
|
12199 |
$this->get_addon_instance( $plugin_id );
|
12200 |
|
|
|
|
|
12201 |
$error = false;
|
12202 |
$next_page = false;
|
12203 |
|
12204 |
$has_valid_blog_id = is_numeric( $blog_id );
|
12205 |
|
12206 |
-
|
12207 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12208 |
// If no specific blog ID was provided, activate the license for all sites in the network.
|
12209 |
$blog_2_install_map = array();
|
12210 |
$site_ids = array();
|
@@ -12214,7 +13528,7 @@
|
|
12214 |
continue;
|
12215 |
}
|
12216 |
|
12217 |
-
$install = $
|
12218 |
|
12219 |
if ( is_object( $install ) ) {
|
12220 |
$blog_2_install_map[ $site['blog_id'] ] = $install;
|
@@ -12223,10 +13537,8 @@
|
|
12223 |
}
|
12224 |
}
|
12225 |
|
12226 |
-
$user = $this->get_current_or_network_user();
|
12227 |
-
|
12228 |
if ( ! empty( $blog_2_install_map ) ) {
|
12229 |
-
$result = $
|
12230 |
|
12231 |
if ( true !== $result ) {
|
12232 |
$error = FS_Api::is_api_error_object( $result ) ?
|
@@ -12236,7 +13548,7 @@
|
|
12236 |
}
|
12237 |
|
12238 |
if ( empty( $error ) && ! empty( $site_ids ) ) {
|
12239 |
-
$result = $
|
12240 |
|
12241 |
if ( true !== $result ) {
|
12242 |
$error = FS_Api::is_api_error_object( $result ) ?
|
@@ -12245,41 +13557,73 @@
|
|
12245 |
}
|
12246 |
}
|
12247 |
} else {
|
12248 |
-
if ( $
|
12249 |
-
|
12250 |
-
|
12251 |
-
|
12252 |
-
*
|
12253 |
-
* @author Leo Fajardo (@leorw)
|
12254 |
-
*/
|
12255 |
-
$this->switch_to_blog( $blog_id );
|
12256 |
-
}
|
12257 |
|
12258 |
-
|
12259 |
|
12260 |
-
|
12261 |
-
'license_key' => $fs->apply_filters( 'license_key', $license_key )
|
12262 |
-
);
|
12263 |
|
12264 |
-
|
|
|
12265 |
|
12266 |
-
|
12267 |
-
|
12268 |
-
$
|
12269 |
-
|
12270 |
-
|
12271 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12272 |
}
|
12273 |
}
|
12274 |
|
12275 |
if ( empty( $error ) ) {
|
12276 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
12277 |
|
12278 |
$fs->_sync_license( true, $has_valid_blog_id );
|
12279 |
|
|
|
|
|
12280 |
$next_page = $fs->is_addon() ?
|
12281 |
$fs->get_parent_instance()->get_account_url() :
|
12282 |
-
$fs->
|
12283 |
}
|
12284 |
} else {
|
12285 |
$next_page = $fs->opt_in(
|
@@ -12297,7 +13641,7 @@
|
|
12297 |
if ( isset( $next_page->error ) ) {
|
12298 |
$error = $next_page->error;
|
12299 |
} else {
|
12300 |
-
if (
|
12301 |
/**
|
12302 |
* Get the list of sites that were just opted-in (and license activated).
|
12303 |
* This is an optimization for the next part below saving some DB queries.
|
@@ -12325,17 +13669,17 @@
|
|
12325 |
continue;
|
12326 |
}
|
12327 |
|
12328 |
-
if ( $
|
12329 |
// Site was already connected before.
|
12330 |
continue;
|
12331 |
}
|
12332 |
|
12333 |
-
if ( $
|
12334 |
// Site's connection was delegated.
|
12335 |
continue;
|
12336 |
}
|
12337 |
|
12338 |
-
if ( $
|
12339 |
// Site connection was already skipped.
|
12340 |
continue;
|
12341 |
}
|
@@ -12344,18 +13688,18 @@
|
|
12344 |
}
|
12345 |
|
12346 |
if ( ! empty( $pending_sites ) ) {
|
12347 |
-
if ( $
|
12348 |
-
$
|
12349 |
} else {
|
12350 |
-
$
|
12351 |
}
|
12352 |
}
|
12353 |
}
|
12354 |
}
|
12355 |
}
|
12356 |
|
12357 |
-
if ( false === $error && true === $
|
12358 |
-
$
|
12359 |
}
|
12360 |
|
12361 |
$result = array(
|
@@ -12363,9 +13707,9 @@
|
|
12363 |
);
|
12364 |
|
12365 |
if ( false !== $error ) {
|
12366 |
-
$result['error'] = $
|
12367 |
} else {
|
12368 |
-
if ( $
|
12369 |
/**
|
12370 |
* Purge the valid user licenses cache so that when the "Account" or the "Add-Ons" page is loaded,
|
12371 |
* an updated valid user licenses collection will be fetched from the server which is used to also
|
@@ -12374,7 +13718,7 @@
|
|
12374 |
* @author Leo Fajardo (@leorw)
|
12375 |
* @since 2.2.4
|
12376 |
*/
|
12377 |
-
$
|
12378 |
}
|
12379 |
|
12380 |
$result['next_page'] = $next_page;
|
@@ -12383,6 +13727,64 @@
|
|
12383 |
return $result;
|
12384 |
}
|
12385 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12386 |
/**
|
12387 |
* @author Leo Fajardo (@leorw)
|
12388 |
* @since 1.2.3.1
|
@@ -13353,7 +14755,12 @@
|
|
13353 |
* @return bool
|
13354 |
*/
|
13355 |
function is_user_in_admin() {
|
13356 |
-
return
|
|
|
|
|
|
|
|
|
|
|
13357 |
}
|
13358 |
|
13359 |
/**
|
@@ -13409,9 +14816,8 @@
|
|
13409 |
$page_param = $this->_menu->get_slug( $page );
|
13410 |
|
13411 |
if ( empty( $page ) &&
|
13412 |
-
$this->is_theme() &&
|
13413 |
// Show the opt-in as an overlay for free wp.org themes or themes without any settings page.
|
13414 |
-
|
13415 |
) {
|
13416 |
$params[ $this->get_unique_affix() . '_show_optin' ] = 'true';
|
13417 |
|
@@ -13666,9 +15072,18 @@
|
|
13666 |
if ( function_exists( 'get_sites' ) ) {
|
13667 |
// For WP 4.6 and above.
|
13668 |
return get_sites( $args );
|
13669 |
-
} else if ( function_exists( '
|
13670 |
// For WP 3.7 to WP 4.5.
|
13671 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13672 |
} else {
|
13673 |
// For WP 3.6 and below.
|
13674 |
return get_blog_list( 0, 'all' );
|
@@ -13841,10 +15256,12 @@
|
|
13841 |
*
|
13842 |
* @param int $blog_id
|
13843 |
* @param FS_Site $install
|
|
|
|
|
13844 |
*/
|
13845 |
function switch_to_blog( $blog_id, FS_Site $install = null ) {
|
13846 |
-
if ( $blog_id == $this->_context_is_network_or_blog_id ) {
|
13847 |
-
return;
|
13848 |
}
|
13849 |
|
13850 |
switch_to_blog( $blog_id );
|
@@ -13858,9 +15275,10 @@
|
|
13858 |
$install :
|
13859 |
$this->get_install_by_blog_id( $blog_id );
|
13860 |
|
13861 |
-
$this->_user
|
13862 |
-
$this->_licenses
|
13863 |
-
$this->_license
|
|
|
13864 |
|
13865 |
if ( is_object( $this->_site ) ) {
|
13866 |
// Try to fetch user from install.
|
@@ -13905,6 +15323,8 @@
|
|
13905 |
|
13906 |
unset( $this->_site_api );
|
13907 |
unset( $this->_user_api );
|
|
|
|
|
13908 |
}
|
13909 |
|
13910 |
/**
|
@@ -14350,6 +15770,18 @@
|
|
14350 |
return ( $this->_menu->get_slug( $page ) === fs_request_get( 'page', '', 'get' ) );
|
14351 |
}
|
14352 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14353 |
/**
|
14354 |
* Get module's main admin setting page URL.
|
14355 |
*
|
@@ -14370,8 +15802,22 @@
|
|
14370 |
* @since 1.2.2.7
|
14371 |
*
|
14372 |
* @return bool
|
|
|
|
|
14373 |
*/
|
14374 |
function is_theme_settings_page() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14375 |
return fs_starts_with(
|
14376 |
fs_request_get( 'page', '', 'get' ),
|
14377 |
$this->_menu->get_slug()
|
@@ -14791,7 +16237,7 @@
|
|
14791 |
/**
|
14792 |
* This is a special fault tolerance mechanism to handle a scenario that the user data is missing.
|
14793 |
*/
|
14794 |
-
$user = $this->
|
14795 |
}
|
14796 |
|
14797 |
$this->_user = ( $user instanceof FS_User ) ?
|
@@ -14831,13 +16277,19 @@
|
|
14831 |
* @author Vova Feldman (@svovaf)
|
14832 |
* @since 2.0.0
|
14833 |
*
|
|
|
|
|
14834 |
* @return \FS_User|mixed
|
14835 |
*/
|
14836 |
-
private function
|
|
|
|
|
|
|
|
|
14837 |
$api = $this->get_api_site_scope();
|
14838 |
|
14839 |
$uid = $this->get_anonymous_id();
|
14840 |
-
$request_path = "/users/{$
|
14841 |
|
14842 |
$result = $api->get( $request_path, false, WP_FS__TIME_10_MIN_IN_SEC );
|
14843 |
|
@@ -14993,6 +16445,13 @@
|
|
14993 |
'is_uninstalled' => false,
|
14994 |
) );
|
14995 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14996 |
if ( true === $network_level_or_blog_id ) {
|
14997 |
if ( ! isset( $override_with['sites'] ) ) {
|
14998 |
$params['sites'] = $this->get_sites_for_network_level_optin();
|
@@ -15088,9 +16547,12 @@
|
|
15088 |
if ( ! $is_uninstall ) {
|
15089 |
$fs_user = Freemius::_get_user_by_email( $email );
|
15090 |
if ( is_object( $fs_user ) && ! $this->is_pending_activation() ) {
|
15091 |
-
return $this->
|
|
|
15092 |
false,
|
15093 |
$trial_plan_id,
|
|
|
|
|
15094 |
$sites
|
15095 |
);
|
15096 |
}
|
@@ -15185,6 +16647,8 @@
|
|
15185 |
'http' => 402
|
15186 |
);
|
15187 |
|
|
|
|
|
15188 |
return $result;
|
15189 |
}
|
15190 |
|
@@ -15257,6 +16721,9 @@
|
|
15257 |
( isset( $decoded->is_marketing_allowed ) && ! is_null( $decoded->is_marketing_allowed ) ?
|
15258 |
$decoded->is_marketing_allowed :
|
15259 |
null ),
|
|
|
|
|
|
|
15260 |
$decoded->install_id,
|
15261 |
$decoded->install_public_key,
|
15262 |
$decoded->install_secret_key,
|
@@ -15270,6 +16737,9 @@
|
|
15270 |
( isset( $decoded->is_marketing_allowed ) && ! is_null( $decoded->is_marketing_allowed ) ?
|
15271 |
$decoded->is_marketing_allowed :
|
15272 |
null ),
|
|
|
|
|
|
|
15273 |
$decoded->installs,
|
15274 |
false
|
15275 |
);
|
@@ -15361,7 +16831,7 @@
|
|
15361 |
);
|
15362 |
|
15363 |
if ( is_numeric( $first_install->license_id ) ) {
|
15364 |
-
$this->
|
15365 |
}
|
15366 |
|
15367 |
$this->_admin_notices->remove_sticky( 'connect_account' );
|
@@ -15496,6 +16966,7 @@
|
|
15496 |
fs_request_get( 'user_public_key' ),
|
15497 |
fs_request_get( 'user_secret_key' ),
|
15498 |
fs_request_get_bool( 'is_marketing_allowed', null ),
|
|
|
15499 |
$pending_sites_info['blog_ids'],
|
15500 |
$pending_sites_info['license_key'],
|
15501 |
$pending_sites_info['trial_plan_id']
|
@@ -15506,6 +16977,7 @@
|
|
15506 |
fs_request_get( 'user_public_key' ),
|
15507 |
fs_request_get( 'user_secret_key' ),
|
15508 |
fs_request_get_bool( 'is_marketing_allowed', null ),
|
|
|
15509 |
fs_request_get( 'install_id' ),
|
15510 |
fs_request_get( 'install_public_key' ),
|
15511 |
fs_request_get( 'install_secret_key' ),
|
@@ -15561,13 +17033,12 @@
|
|
15561 |
* @param string $user_public_key
|
15562 |
* @param string $user_secret_key
|
15563 |
* @param bool|null $is_marketing_allowed
|
|
|
15564 |
* @param number $install_id
|
15565 |
* @param string $install_public_key
|
15566 |
* @param string $install_secret_key
|
15567 |
* @param bool $redirect
|
15568 |
-
* @param bool $auto_install
|
15569 |
-
* redirect (or return a URL) to the account page with a special parameter to
|
15570 |
-
* trigger the auto installation processes.
|
15571 |
*
|
15572 |
* @return string If redirect is `false`, returns the next page the user should be redirected to.
|
15573 |
*/
|
@@ -15576,6 +17047,7 @@
|
|
15576 |
$user_public_key,
|
15577 |
$user_secret_key,
|
15578 |
$is_marketing_allowed,
|
|
|
15579 |
$install_id,
|
15580 |
$install_public_key,
|
15581 |
$install_secret_key,
|
@@ -15617,6 +17089,10 @@
|
|
15617 |
$this->disable_opt_in_notice_and_lock_user();
|
15618 |
}
|
15619 |
|
|
|
|
|
|
|
|
|
15620 |
return $this->setup_account(
|
15621 |
$this->_user,
|
15622 |
$this->_site,
|
@@ -15635,6 +17111,7 @@
|
|
15635 |
* @param string $user_public_key
|
15636 |
* @param string $user_secret_key
|
15637 |
* @param bool|null $is_marketing_allowed
|
|
|
15638 |
* @param array $site_ids
|
15639 |
* @param bool $license_key
|
15640 |
* @param bool $trial_plan_id
|
@@ -15647,6 +17124,7 @@
|
|
15647 |
$user_public_key,
|
15648 |
$user_secret_key,
|
15649 |
$is_marketing_allowed,
|
|
|
15650 |
$site_ids,
|
15651 |
$license_key = false,
|
15652 |
$trial_plan_id = false,
|
@@ -15658,6 +17136,10 @@
|
|
15658 |
$this->disable_opt_in_notice_and_lock_user();
|
15659 |
}
|
15660 |
|
|
|
|
|
|
|
|
|
15661 |
$sites = array();
|
15662 |
foreach ( $site_ids as $site_id ) {
|
15663 |
$sites[] = $this->get_site_info( array( 'blog_id' => $site_id ) );
|
@@ -15676,11 +17158,10 @@
|
|
15676 |
* @param string $user_public_key
|
15677 |
* @param string $user_secret_key
|
15678 |
* @param bool|null $is_marketing_allowed
|
|
|
15679 |
* @param object[] $installs
|
15680 |
* @param bool $redirect
|
15681 |
-
* @param bool $auto_install
|
15682 |
-
* redirect (or return a URL) to the account page with a special parameter to
|
15683 |
-
* trigger the auto installation processes.
|
15684 |
*
|
15685 |
* @return string If redirect is `false`, returns the next page the user should be redirected to.
|
15686 |
*/
|
@@ -15689,6 +17170,7 @@
|
|
15689 |
$user_public_key,
|
15690 |
$user_secret_key,
|
15691 |
$is_marketing_allowed,
|
|
|
15692 |
array $installs,
|
15693 |
$redirect = true,
|
15694 |
$auto_install = false
|
@@ -15699,6 +17181,10 @@
|
|
15699 |
$this->disable_opt_in_notice_and_lock_user();
|
15700 |
}
|
15701 |
|
|
|
|
|
|
|
|
|
15702 |
$install_ids = array();
|
15703 |
|
15704 |
foreach ( $installs as $install ) {
|
@@ -15808,6 +17294,8 @@
|
|
15808 |
*/
|
15809 |
$license_key = fs_request_get( 'license_secret_key' );
|
15810 |
|
|
|
|
|
15811 |
$this->install_with_current_user( $license_key );
|
15812 |
}
|
15813 |
}
|
@@ -15852,7 +17340,7 @@
|
|
15852 |
*
|
15853 |
* @return \FS_Site|object|string If redirect is `false`, returns the next page the user should be redirected to, or the API error object if failed to install. If $setup_account is set to `false`, return the newly created install.
|
15854 |
*/
|
15855 |
-
|
15856 |
FS_User $user,
|
15857 |
$license_key = false,
|
15858 |
$trial_plan_id = false,
|
@@ -15941,6 +17429,10 @@
|
|
15941 |
|
15942 |
if ( ! empty( $license_key ) ) {
|
15943 |
$extra_install_params['license_key'] = $this->apply_filters( 'license_key', $license_key );
|
|
|
|
|
|
|
|
|
15944 |
} else if ( FS_Plugin_Plan::is_valid_id( $trial_plan_id ) ) {
|
15945 |
$extra_install_params['trial_plan_id'] = $trial_plan_id;
|
15946 |
}
|
@@ -15962,7 +17454,7 @@
|
|
15962 |
! $this->is_api_result_object( $result, 'installs' )
|
15963 |
) {
|
15964 |
if ( ! empty( $args['license_key'] ) ) {
|
15965 |
-
// Pass
|
15966 |
$args['license_key'] = $license_key;
|
15967 |
}
|
15968 |
|
@@ -16003,10 +17495,15 @@
|
|
16003 |
* @author Vova Feldman (@svovaf)
|
16004 |
* @since 1.0.6
|
16005 |
*
|
16006 |
-
* @param Freemius
|
16007 |
-
* @param bool|int|null
|
|
|
16008 |
*/
|
16009 |
-
private function _activate_addon_account(
|
|
|
|
|
|
|
|
|
16010 |
if ( $this->is_registered() ) {
|
16011 |
// Already activated.
|
16012 |
return;
|
@@ -16045,6 +17542,10 @@
|
|
16045 |
}
|
16046 |
}
|
16047 |
|
|
|
|
|
|
|
|
|
16048 |
// Activate add-on with parent plugin credentials.
|
16049 |
$result = $parent_fs->get_api_site_scope()->call(
|
16050 |
"/addons/{$this->_plugin->id}/installs.json",
|
@@ -16053,16 +17554,25 @@
|
|
16053 |
);
|
16054 |
|
16055 |
if ( ! $this->is_api_result_object( $result, 'installs' ) ) {
|
16056 |
-
|
16057 |
-
|
16058 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16059 |
|
16060 |
-
|
16061 |
-
|
16062 |
-
|
16063 |
-
|
16064 |
-
|
16065 |
-
|
|
|
16066 |
|
16067 |
return;
|
16068 |
}
|
@@ -16095,21 +17605,29 @@
|
|
16095 |
|
16096 |
if ( ! fs_is_network_admin() ) {
|
16097 |
// Try to activate premium license.
|
16098 |
-
$this->_activate_license( true );
|
16099 |
-
} else {
|
16100 |
-
$license_id = fs_request_get( 'license_id' );
|
16101 |
|
16102 |
-
if ( is_object( $
|
16103 |
-
|
16104 |
-
$license_id == $this->_site->license_id
|
16105 |
-
) {
|
16106 |
-
// License is already activated.
|
16107 |
-
return;
|
16108 |
}
|
|
|
|
|
|
|
|
|
|
|
16109 |
|
16110 |
-
|
16111 |
-
|
16112 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16113 |
|
16114 |
if ( is_object( $premium_license ) ) {
|
16115 |
$this->maybe_network_activate_addon_license( $premium_license );
|
@@ -16339,7 +17857,7 @@
|
|
16339 |
*/
|
16340 |
private function add_menu_action() {
|
16341 |
if ( $this->is_activation_mode() ) {
|
16342 |
-
if ( $this->
|
16343 |
$this->override_plugin_menu_with_activation();
|
16344 |
} else {
|
16345 |
/**
|
@@ -16361,7 +17879,7 @@
|
|
16361 |
}
|
16362 |
} else if (
|
16363 |
fs_request_is_action( 'sync_user' ) &&
|
16364 |
-
( ! $this->has_settings_menu() || $this->
|
16365 |
) {
|
16366 |
$this->_handle_account_user_sync();
|
16367 |
}
|
@@ -16609,7 +18127,7 @@
|
|
16609 |
// Didn't ask to hide the pricing page.
|
16610 |
$this->is_page_visible( 'pricing' ) &&
|
16611 |
// Don't have a valid active license or has more than one plan.
|
16612 |
-
( ! $this->is_paying() || ! $this->is_single_plan() )
|
16613 |
);
|
16614 |
}
|
16615 |
|
@@ -16627,12 +18145,13 @@
|
|
16627 |
return false;
|
16628 |
}
|
16629 |
|
16630 |
-
if ( $this->
|
16631 |
-
|
16632 |
-
|
16633 |
-
|
16634 |
-
|
16635 |
-
if ( $is_activation_mode
|
|
|
16636 |
return false;
|
16637 |
}
|
16638 |
|
@@ -16712,17 +18231,19 @@
|
|
16712 |
}
|
16713 |
|
16714 |
if ( $add_submenu_items ) {
|
16715 |
-
|
16716 |
-
|
16717 |
-
$this->
|
16718 |
-
|
16719 |
-
|
16720 |
-
|
16721 |
-
|
16722 |
-
|
16723 |
-
|
16724 |
-
|
16725 |
-
|
|
|
|
|
16726 |
|
16727 |
if ( $this->has_addons() ) {
|
16728 |
$this->add_submenu_item(
|
@@ -16741,7 +18262,7 @@
|
|
16741 |
if ( $add_submenu_items ||
|
16742 |
( $is_activation_mode && $this->is_only_premium() && $this->is_admin_page( 'pricing' ) )
|
16743 |
) {
|
16744 |
-
if (
|
16745 |
$show_pricing = (
|
16746 |
$this->is_submenu_item_visible( 'pricing' ) &&
|
16747 |
$this->is_pricing_page_visible()
|
@@ -17106,6 +18627,24 @@
|
|
17106 |
|
17107 |
#endregion ------------------------------------------------------------------
|
17108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17109 |
|
17110 |
#--------------------------------------------------------------------------------
|
17111 |
#region Actions / Hooks / Filters
|
@@ -17482,37 +19021,44 @@
|
|
17482 |
private function _store_site( $store = true, $network_level_or_blog_id = null, FS_Site $site = null ) {
|
17483 |
$this->_logger->entrance();
|
17484 |
|
17485 |
-
if (
|
|
|
|
|
|
|
|
|
17486 |
$this->_logger->error( "Empty install ID, can't store site." );
|
17487 |
|
17488 |
return;
|
17489 |
}
|
17490 |
|
17491 |
-
$site_clone
|
17492 |
-
$encrypted_site = clone $site_clone;
|
17493 |
|
17494 |
$sites = self::get_all_sites( $this->_module_type, $network_level_or_blog_id );
|
17495 |
|
17496 |
-
$
|
|
|
17497 |
|
17498 |
-
|
17499 |
-
|
17500 |
-
|
17501 |
-
|
17502 |
-
|
17503 |
-
|
17504 |
-
|
17505 |
-
|
17506 |
-
|
17507 |
-
|
17508 |
-
|
17509 |
-
|
17510 |
-
|
17511 |
-
|
17512 |
-
|
|
|
|
|
|
|
17513 |
}
|
17514 |
|
17515 |
-
$sites[ $this->_slug ] = $
|
17516 |
|
17517 |
$this->set_account_option( 'sites', $sites, $store, $network_level_or_blog_id );
|
17518 |
}
|
@@ -17722,6 +19268,10 @@
|
|
17722 |
* @since 2.2.4
|
17723 |
*/
|
17724 |
private function purge_valid_user_licenses_cache() {
|
|
|
|
|
|
|
|
|
17725 |
$this->get_api_user_scope()->purge_cache( $this->get_valid_user_licenses_endpoint() );
|
17726 |
}
|
17727 |
|
@@ -18375,9 +19925,93 @@
|
|
18375 |
*
|
18376 |
* @author Vova Feldman (@svovaf)
|
18377 |
* @since 1.2.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18378 |
*/
|
18379 |
-
function
|
18380 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18381 |
}
|
18382 |
|
18383 |
/**
|
@@ -18387,15 +20021,16 @@
|
|
18387 |
* @since 2.1.3
|
18388 |
*
|
18389 |
* @param FS_Plugin_License $license
|
|
|
18390 |
*
|
18391 |
* @return bool
|
18392 |
*/
|
18393 |
-
private static function is_active_valid_license( $license ) {
|
18394 |
return (
|
18395 |
is_object( $license ) &&
|
18396 |
FS_Plugin_License::is_valid_id( $license->id ) &&
|
18397 |
$license->is_active() &&
|
18398 |
-
$license->is_valid()
|
18399 |
);
|
18400 |
}
|
18401 |
|
@@ -18449,6 +20084,22 @@
|
|
18449 |
);
|
18450 |
}
|
18451 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18452 |
/**
|
18453 |
* Check if user is a trial or have feature enabled license.
|
18454 |
*
|
@@ -18694,7 +20345,7 @@
|
|
18694 |
} else {
|
18695 |
// Authentication params are broken.
|
18696 |
$this->_admin_notices->add(
|
18697 |
-
$this->get_text_inline( 'It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.', 'wrong-authentication-param-message' ),
|
18698 |
$this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
|
18699 |
'error'
|
18700 |
);
|
@@ -18861,12 +20512,32 @@
|
|
18861 |
$this->get_network_install_blog_id()
|
18862 |
);
|
18863 |
} else {
|
18864 |
-
if ( is_object( $this->_license )
|
18865 |
-
|
18866 |
-
$
|
18867 |
-
|
18868 |
-
|
18869 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18870 |
}
|
18871 |
}
|
18872 |
|
@@ -18890,7 +20561,7 @@
|
|
18890 |
|
18891 |
$hmm_text = $this->get_text_x_inline( 'Hmm', 'something somebody says when they are thinking about what you have just said.', 'hmm' ) . '...';
|
18892 |
|
18893 |
-
if ( $this->has_paid_plan() ) {
|
18894 |
switch ( $plan_change ) {
|
18895 |
case 'none':
|
18896 |
if ( ! $background && is_admin() ) {
|
@@ -18983,6 +20654,9 @@
|
|
18983 |
'license_expired',
|
18984 |
$hmm_text
|
18985 |
);
|
|
|
|
|
|
|
18986 |
$this->_admin_notices->remove_sticky( 'plan_upgraded' );
|
18987 |
break;
|
18988 |
case 'trial_started':
|
@@ -19037,7 +20711,8 @@
|
|
19037 |
* @author Vova Feldman (@svovaf)
|
19038 |
* @since 1.0.5
|
19039 |
*
|
19040 |
-
* @param bool
|
|
|
19041 |
*/
|
19042 |
protected function _activate_license( $background = false, $premium_license = null ) {
|
19043 |
$this->_logger->entrance();
|
@@ -19231,7 +20906,11 @@
|
|
19231 |
|
19232 |
if ( $show_notice ) {
|
19233 |
$this->_admin_notices->add(
|
19234 |
-
sprintf( $this->
|
|
|
|
|
|
|
|
|
19235 |
$this->get_text_inline( 'O.K', 'ok' )
|
19236 |
);
|
19237 |
}
|
@@ -19736,7 +21415,7 @@
|
|
19736 |
*/
|
19737 |
private function get_latest_download_link( $label, $plugin_id = false ) {
|
19738 |
return sprintf(
|
19739 |
-
'<a target="_blank" href="%s">%s</a>',
|
19740 |
$this->_get_latest_download_local_url( $plugin_id ),
|
19741 |
$label
|
19742 |
);
|
@@ -19807,7 +21486,7 @@
|
|
19807 |
$this->get_text_inline( 'Version %s was released.', 'version-x-released' ) . ' ' . $this->get_text_inline( 'Please download %s.', 'please-download-x' ),
|
19808 |
$update->version,
|
19809 |
sprintf(
|
19810 |
-
'<a href="%s" target="_blank">%s</a>',
|
19811 |
$this->get_account_url( 'download_latest' ),
|
19812 |
sprintf(
|
19813 |
/* translators: %s: plan name (e.g. latest "Professional" version) */
|
@@ -19844,7 +21523,7 @@
|
|
19844 |
|
19845 |
$api = $this->get_api_site_or_plugin_scope();
|
19846 |
|
19847 |
-
$path = $this->add_show_pending( '/addons.json?enriched=true' );
|
19848 |
|
19849 |
/**
|
19850 |
* @since 1.2.1
|
@@ -20038,6 +21717,39 @@
|
|
20038 |
return true;
|
20039 |
}
|
20040 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20041 |
/**
|
20042 |
* Handle user name update.
|
20043 |
*
|
@@ -20151,7 +21863,7 @@
|
|
20151 |
* @return string
|
20152 |
*/
|
20153 |
function get_after_activation_url( $filter, $params = array(), $network = null ) {
|
20154 |
-
if ( $this->
|
20155 |
( fs_request_has( 'pending_activation' ) ||
|
20156 |
// For cases when the first time path is set, even though it's a WP.org theme.
|
20157 |
fs_request_get_bool( $this->get_unique_affix() . '_show_optin' ) )
|
@@ -20206,8 +21918,9 @@
|
|
20206 |
// Alias.
|
20207 |
$oops_text = $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...';
|
20208 |
|
20209 |
-
$is_network_action
|
20210 |
-
$blog_id
|
|
|
20211 |
|
20212 |
if ( is_numeric( $blog_id ) ) {
|
20213 |
$this->switch_to_blog( $blog_id );
|
@@ -20219,7 +21932,7 @@
|
|
20219 |
case 'opt_in':
|
20220 |
check_admin_referer( trim( "{$action}:{$blog_id}:{$install_id}", ':' ) );
|
20221 |
|
20222 |
-
if ( $
|
20223 |
if ( $is_network_action && ! empty( $blog_id ) ) {
|
20224 |
if ( ! $this->is_registered() ) {
|
20225 |
$this->install_with_user(
|
@@ -20242,7 +21955,7 @@
|
|
20242 |
case 'toggle_tracking':
|
20243 |
check_admin_referer( trim( "{$action}:{$blog_id}:{$install_id}", ':' ) );
|
20244 |
|
20245 |
-
if ( $
|
20246 |
if ( $is_network_action && ! empty( $blog_id ) ) {
|
20247 |
if ( $this->is_registered() ) {
|
20248 |
if ( $this->is_tracking_prohibited() ) {
|
@@ -20260,7 +21973,7 @@
|
|
20260 |
$this->get_plugin_title(),
|
20261 |
fs_strip_url_protocol( get_site_url( $blog_id ) ),
|
20262 |
sprintf(
|
20263 |
-
'<a href="%s" target="_blank">%s</a>',
|
20264 |
'https://freemius.com',
|
20265 |
'freemius.com'
|
20266 |
)
|
@@ -20277,8 +21990,20 @@
|
|
20277 |
case 'delete_account':
|
20278 |
check_admin_referer( trim( "{$action}:{$blog_id}:{$install_id}", ':' ) );
|
20279 |
|
20280 |
-
|
20281 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20282 |
$this->delete_network_account_event();
|
20283 |
} else {
|
20284 |
$this->delete_account_event();
|
@@ -20294,7 +22019,12 @@
|
|
20294 |
} else {
|
20295 |
if ( $this->is_addon_activated( $plugin_id ) ) {
|
20296 |
$fs_addon = self::get_instance_by_id( $plugin_id );
|
20297 |
-
|
|
|
|
|
|
|
|
|
|
|
20298 |
|
20299 |
fs_redirect( $this->_get_admin_page_url( 'account' ) );
|
20300 |
}
|
@@ -20342,6 +22072,18 @@
|
|
20342 |
|
20343 |
if ( is_object( $fs ) ) {
|
20344 |
$fs->_activate_license();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20345 |
}
|
20346 |
|
20347 |
return;
|
@@ -20700,6 +22442,86 @@
|
|
20700 |
}
|
20701 |
}
|
20702 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20703 |
#----------------------------------------------------------------------------------
|
20704 |
#region Contact Us
|
20705 |
#----------------------------------------------------------------------------------
|
@@ -20894,6 +22716,26 @@
|
|
20894 |
return $this->_plugin_api;
|
20895 |
}
|
20896 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20897 |
/**
|
20898 |
* Get site API scope object (fallback to public plugin scope when not registered).
|
20899 |
*
|
@@ -20908,6 +22750,43 @@
|
|
20908 |
$this->get_api_plugin_scope();
|
20909 |
}
|
20910 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20911 |
/**
|
20912 |
* Show trial promotional notice (if any trial exist).
|
20913 |
*
|
@@ -21227,7 +23106,7 @@
|
|
21227 |
function _show_theme_activation_optin_dialog() {
|
21228 |
fs_enqueue_local_style( 'fs_connect', '/admin/connect.css' );
|
21229 |
|
21230 |
-
add_action( 'admin_footer
|
21231 |
}
|
21232 |
|
21233 |
/**
|
@@ -21235,6 +23114,12 @@
|
|
21235 |
* @since 1.2.2
|
21236 |
*/
|
21237 |
function _add_fs_theme_activation_dialog() {
|
|
|
|
|
|
|
|
|
|
|
|
|
21238 |
$vars = array( 'id' => $this->_module_id );
|
21239 |
fs_require_once_template( 'connect.php', $vars );
|
21240 |
}
|
@@ -21322,7 +23207,7 @@
|
|
21322 |
$add_upgrade_link = (
|
21323 |
$add_action_links ||
|
21324 |
( $is_activation_mode && $this->is_only_premium() )
|
21325 |
-
) && ! WP_FS__DEMO_MODE;
|
21326 |
|
21327 |
$add_addons_link = ( $add_action_links && $this->has_addons() );
|
21328 |
|
@@ -21411,6 +23296,20 @@
|
|
21411 |
|
21412 |
$this->_logger->entrance();
|
21413 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21414 |
if ( fs_is_network_admin() ) {
|
21415 |
if ( ! $this->_is_network_active ) {
|
21416 |
// Don't add tracking links when browsing the network WP Admin and the plugin is not network active.
|
@@ -21441,14 +23340,18 @@
|
|
21441 |
return;
|
21442 |
}
|
21443 |
|
21444 |
-
if (
|
21445 |
-
|
21446 |
-
|
21447 |
-
|
21448 |
-
|
|
|
|
|
|
|
21449 |
|
21450 |
-
|
21451 |
-
|
|
|
21452 |
return;
|
21453 |
}
|
21454 |
}
|
@@ -21461,6 +23364,10 @@
|
|
21461 |
return;
|
21462 |
}
|
21463 |
|
|
|
|
|
|
|
|
|
21464 |
$link_text_id = '';
|
21465 |
$url = '#';
|
21466 |
|
@@ -21470,8 +23377,6 @@
|
|
21470 |
} else {
|
21471 |
$link_text_id = $this->get_text_inline( 'Opt In', 'opt-in' );
|
21472 |
}
|
21473 |
-
|
21474 |
-
add_action( 'admin_footer', array( &$this, '_add_optout_dialog' ) );
|
21475 |
} else if ( $this->is_anonymous() || $this->is_activation_mode() ) {
|
21476 |
/**
|
21477 |
* Show opt-in link only if skipped or in activation mode.
|
@@ -21488,6 +23393,8 @@
|
|
21488 |
$url = $this->get_activation_url( $params );
|
21489 |
}
|
21490 |
|
|
|
|
|
21491 |
if ( ! empty( $link_text_id ) && $this->is_plugin() && self::is_plugins_page() ) {
|
21492 |
$this->add_plugin_action_link(
|
21493 |
$link_text_id,
|
@@ -21524,7 +23431,7 @@
|
|
21524 |
if ( ! empty( $this->_dynamically_added_top_level_page_hook_name ) ) {
|
21525 |
if ( $this->is_network_registered() ) {
|
21526 |
$page = 'account';
|
21527 |
-
} else if ( $this->is_network_anonymous() ) {
|
21528 |
$this->maybe_set_slug_and_network_menu_exists_flag();
|
21529 |
}
|
21530 |
}
|
@@ -21602,7 +23509,7 @@
|
|
21602 |
|
21603 |
foreach ( $this->_action_links as $new_links ) {
|
21604 |
foreach ( $new_links as $link ) {
|
21605 |
-
$before_deactivate[ $link['key'] ] = '<a href="' . $link['href'] . '"' . ( $link['external'] ? ' target="_blank"' : '' ) . '>' . $link['label'] . '</a>';
|
21606 |
}
|
21607 |
}
|
21608 |
|
@@ -21722,7 +23629,7 @@
|
|
21722 |
'';
|
21723 |
|
21724 |
return sprintf(
|
21725 |
-
' %s: <ol><li>%s.</li>%s<li>%s (<a href="%s" target="_blank">%s</a>).</li></ol>',
|
21726 |
$this->get_text_inline( 'Please follow these steps to complete the upgrade', 'follow-steps-to-complete-upgrade' ),
|
21727 |
( empty( $activate_license_string ) ? '' : $activate_license_string . '</li><li>' ) .
|
21728 |
$this->get_latest_download_link( sprintf(
|
@@ -21975,6 +23882,14 @@
|
|
21975 |
*/
|
21976 |
function set_plugin_upgrade_complete() {
|
21977 |
$this->_storage->plugin_upgrade_mode = false;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21978 |
}
|
21979 |
|
21980 |
#endregion
|
@@ -22177,7 +24092,7 @@
|
|
22177 |
function _tabs_capture() {
|
22178 |
$this->_logger->entrance();
|
22179 |
|
22180 |
-
if ( ! $this->
|
22181 |
! $this->is_matching_url( $this->main_menu_url() )
|
22182 |
) {
|
22183 |
return;
|
@@ -22232,7 +24147,7 @@
|
|
22232 |
function _store_tabs_styles() {
|
22233 |
$this->_logger->entrance();
|
22234 |
|
22235 |
-
if ( ! $this->
|
22236 |
! $this->is_matching_url( $this->main_menu_url() )
|
22237 |
) {
|
22238 |
return;
|
@@ -22306,18 +24221,23 @@
|
|
22306 |
return false;
|
22307 |
}
|
22308 |
|
22309 |
-
if (
|
22310 |
// Only add tabs to themes for now.
|
22311 |
return false;
|
22312 |
}
|
22313 |
|
22314 |
-
if ( ! $this->has_paid_plan() && ! $this->has_addons() ) {
|
22315 |
// Only add tabs to monetizing themes.
|
22316 |
return false;
|
22317 |
}
|
22318 |
|
22319 |
-
if ( ! $this->
|
22320 |
-
// Only add tabs if browsing one of the
|
|
|
|
|
|
|
|
|
|
|
22321 |
return false;
|
22322 |
}
|
22323 |
|
@@ -23004,8 +24924,8 @@
|
|
23004 |
}
|
23005 |
|
23006 |
$modules = array_merge(
|
23007 |
-
array_values( self
|
23008 |
-
array_values( self
|
23009 |
);
|
23010 |
|
23011 |
foreach ( $modules as $module ) {
|
@@ -23110,10 +25030,45 @@
|
|
23110 |
*
|
23111 |
* @author Vova Feldman (@svovaf)
|
23112 |
*/
|
23113 |
-
self::shoot_ajax_success( array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23114 |
}
|
23115 |
|
23116 |
-
|
23117 |
}
|
23118 |
|
23119 |
/**
|
@@ -23149,8 +25104,8 @@
|
|
23149 |
}
|
23150 |
|
23151 |
$modules = array_merge(
|
23152 |
-
array_values( self
|
23153 |
-
array_values( self
|
23154 |
);
|
23155 |
|
23156 |
foreach ( $modules as $key => $module ) {
|
164 |
*/
|
165 |
private $_has_addons;
|
166 |
|
167 |
+
/**
|
168 |
+
* @since 2.4.5
|
169 |
+
* @var string Navigation type: 'menu' or 'tabs'.
|
170 |
+
*/
|
171 |
+
private $_navigation;
|
172 |
+
|
173 |
+
const NAVIGATION_MENU = 'menu';
|
174 |
+
const NAVIGATION_TABS = 'tabs';
|
175 |
+
|
176 |
/**
|
177 |
* @since 1.1.6
|
178 |
* @var string[]bool.
|
343 |
*/
|
344 |
private $_dynamically_added_top_level_page_hook_name = '';
|
345 |
|
346 |
+
/**
|
347 |
+
* @author Leo Fajardo (@leorw)
|
348 |
+
* @since 2.3.1
|
349 |
+
*
|
350 |
+
* @var bool
|
351 |
+
*/
|
352 |
+
private $is_whitelabeled;
|
353 |
+
|
354 |
+
/**
|
355 |
+
* @author Leo Fajardo (@leorw)
|
356 |
+
* @since 2.4.0
|
357 |
+
*
|
358 |
+
* @var bool
|
359 |
+
*/
|
360 |
+
private $_is_bundle_license_auto_activation_enabled = false;
|
361 |
+
|
362 |
#region Uninstall Reasons IDs
|
363 |
|
364 |
const REASON_NO_LONGER_NEEDED = 1;
|
377 |
const REASON_DIDNT_WORK_AS_EXPECTED = 14;
|
378 |
const REASON_TEMPORARY_DEACTIVATION = 15;
|
379 |
|
380 |
+
/**
|
381 |
+
* @author Leo Fajardo (@leorw)
|
382 |
+
* @since 2.3.1
|
383 |
+
*
|
384 |
+
* @var boolean|null
|
385 |
+
*/
|
386 |
+
private $_use_external_pricing = null;
|
387 |
+
|
388 |
#endregion
|
389 |
|
390 |
/* Ctor
|
517 |
);
|
518 |
|
519 |
if ( 'true' === fs_request_get( 'fs_clear_api_cache' ) ||
|
520 |
+
fs_request_is_action( 'restart_freemius' )
|
521 |
) {
|
522 |
FS_Api::clear_cache();
|
523 |
$this->_cache->clear();
|
524 |
}
|
525 |
|
526 |
+
$this->register_constructor_hooks();
|
527 |
|
528 |
/**
|
529 |
* Starting from version 2.0.0, `FS_Site` entities no longer have the `plan` property and have `plan_id`
|
735 |
$this->_menu->has_menu();
|
736 |
}
|
737 |
|
738 |
+
/**
|
739 |
+
* If `true` the opt-in should be shown as a modal dialog box on the themes.php page. WordPress.org themes guidelines prohibit from redirecting the user from the themes.php page after activating a theme.
|
740 |
+
*
|
741 |
+
* @author Vova Feldman (@svovaf)
|
742 |
+
* @since 2.4.5
|
743 |
+
*
|
744 |
+
* @return bool
|
745 |
+
*/
|
746 |
+
function show_opt_in_on_themes_page() {
|
747 |
+
if ( ! $this->is_free_wp_org_theme() ) {
|
748 |
+
return false;
|
749 |
+
}
|
750 |
+
|
751 |
+
if ( ! $this->has_settings_menu() ) {
|
752 |
+
return true;
|
753 |
+
}
|
754 |
+
|
755 |
+
return $this->show_settings_with_tabs();
|
756 |
+
}
|
757 |
+
|
758 |
+
/**
|
759 |
+
* If `true` the opt-in should be shown on the product's main setting page.
|
760 |
+
*
|
761 |
+
* @author Vova Feldman (@svovaf)
|
762 |
+
* @since 2.4.5
|
763 |
+
*
|
764 |
+
* @return bool
|
765 |
+
*
|
766 |
+
* @uses show_opt_in_on_themes_page();
|
767 |
+
*/
|
768 |
+
function show_opt_in_on_setting_page() {
|
769 |
+
return ! $this->show_opt_in_on_themes_page();
|
770 |
+
}
|
771 |
+
|
772 |
+
/**
|
773 |
+
* If `true` the settings should be shown using tabs.
|
774 |
+
*
|
775 |
+
* @author Vova Feldman (@svovaf)
|
776 |
+
* @since 2.4.5
|
777 |
+
*
|
778 |
+
* @return bool
|
779 |
+
*/
|
780 |
+
function show_settings_with_tabs() {
|
781 |
+
return ( self::NAVIGATION_TABS === $this->_navigation );
|
782 |
+
}
|
783 |
+
|
784 |
/**
|
785 |
* Check if the context module is free wp.org theme.
|
786 |
*
|
813 |
* @since 1.2.2.7 Even if the menu item was specified to be hidden, when it is the context page, then show the submenu item so the user will have the right context page.
|
814 |
*
|
815 |
* @param string $slug
|
816 |
+
* @param bool $is_tabs_visibility_check This is used to decide if the associated tab should be shown or hidden.
|
|
|
817 |
*
|
818 |
* @return bool
|
819 |
*/
|
820 |
+
function is_submenu_item_visible( $slug, $is_tabs_visibility_check = false ) {
|
821 |
if ( $this->is_admin_page( $slug ) ) {
|
822 |
/**
|
823 |
* It is the current context page, so show the submenu item
|
832 |
return false;
|
833 |
}
|
834 |
|
835 |
+
if (
|
836 |
+
! $is_tabs_visibility_check &&
|
837 |
+
$this->is_org_repo_compliant() &&
|
838 |
+
$this->show_settings_with_tabs()
|
839 |
+
) {
|
840 |
/**
|
841 |
* wp.org themes are limited to a single submenu item, and
|
842 |
* sub-submenu items are most likely not allowed (never verified).
|
1062 |
}
|
1063 |
|
1064 |
if ( isset( $this->_storage->subscription ) && is_object( $this->_storage->subscription ) ) {
|
1065 |
+
$this->_storage->subscriptions = array( fs_get_entity( $this->_storage->subscription, FS_Subscription::get_class_name() ) );
|
1066 |
}
|
1067 |
}
|
1068 |
|
1477 |
if ( $this->is_plugin() &&
|
1478 |
! isset( $this->_storage->is_plugin_new_install )
|
1479 |
) {
|
1480 |
+
$this->_storage->is_plugin_new_install = (
|
1481 |
+
! is_plugin_active( $this->_plugin_basename ) &&
|
1482 |
+
empty( $this->_storage->plugin_last_version )
|
1483 |
+
);
|
1484 |
}
|
1485 |
}
|
1486 |
|
1503 |
-1 < settings.url.indexOf('admin-ajax.php') &&
|
1504 |
! ( settings.url.indexOf( '<?php echo $admin_param ?>' ) > 0 )
|
1505 |
) {
|
1506 |
+
if (
|
1507 |
+
'string' === typeof settings.data &&
|
1508 |
+
settings.data.indexOf( 'action=heartbeat' ) > 0
|
1509 |
+
) {
|
1510 |
+
return;
|
1511 |
+
}
|
1512 |
+
|
1513 |
if (settings.url.indexOf('?') > 0) {
|
1514 |
settings.url += '&';
|
1515 |
} else {
|
1517 |
}
|
1518 |
|
1519 |
settings.url += '<?php echo $admin_param ?>=true';
|
|
|
1520 |
}
|
1521 |
});
|
1522 |
})(jQuery);
|
1534 |
?>
|
1535 |
<script type="text/javascript">
|
1536 |
(function ($) {
|
1537 |
+
$('.fs-submenu-item.wp-support-forum').parent().attr( { target: '_blank', rel: 'noopener noreferrer' } );
|
1538 |
})(jQuery);
|
1539 |
</script>
|
1540 |
<?php
|
1544 |
* @author Vova Feldman (@svovaf)
|
1545 |
* @since 1.0.9
|
1546 |
*/
|
1547 |
+
private function register_constructor_hooks() {
|
1548 |
$this->_logger->entrance();
|
1549 |
|
1550 |
if ( is_admin() ) {
|
1551 |
+
add_action( 'admin_init', array( &$this, '_hook_action_links_and_register_account_hooks' ) );
|
1552 |
|
1553 |
if ( $this->is_plugin() ) {
|
1554 |
if ( self::is_plugin_install_page() && true !== fs_request_get_bool( 'fs_allow_updater_and_dialog' ) ) {
|
1589 |
} else {
|
1590 |
add_action( 'after_switch_theme', array( &$this, '_activate_theme_event_hook' ), 10, 2 );
|
1591 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1592 |
add_action( 'admin_footer', array( &$this, '_style_premium_theme' ) );
|
1593 |
}
|
1594 |
|
1608 |
*
|
1609 |
* @author Vova Feldman (@svovaf)
|
1610 |
*/
|
1611 |
+
if ( $this->is_plugin() &&
|
1612 |
+
$this->is_activation_mode( false ) &&
|
1613 |
+
0 == did_action( 'plugins_loaded' )
|
1614 |
+
) {
|
1615 |
add_action( 'plugins_loaded', array( &$this, '_plugins_loaded' ) );
|
1616 |
} else {
|
1617 |
// If was activated before, then it was already loaded before.
|
1630 |
}
|
1631 |
|
1632 |
add_action( 'init', array( &$this, '_maybe_add_gdpr_optin_ajax_handler') );
|
1633 |
+
add_action( 'init', array( &$this, '_maybe_add_pricing_ajax_handler' ) );
|
1634 |
}
|
1635 |
|
1636 |
if ( $this->is_plugin() ) {
|
1662 |
|
1663 |
add_action( 'admin_init', array( &$this, '_redirect_on_clicked_menu_link' ), WP_FS__LOWEST_PRIORITY );
|
1664 |
|
1665 |
+
if ( $this->is_theme() && ! $this->is_migration() ) {
|
1666 |
add_action( 'admin_init', array( &$this, '_add_tracking_links' ) );
|
1667 |
}
|
1668 |
|
1669 |
add_action( 'admin_init', array( &$this, '_add_license_activation' ) );
|
1670 |
add_action( 'admin_init', array( &$this, '_add_premium_version_upgrade_selection' ) );
|
1671 |
add_action( 'admin_init', array( &$this, '_add_beta_mode_update_handler' ) );
|
1672 |
+
add_action( 'admin_init', array( &$this, '_add_user_change_option' ) );
|
1673 |
|
1674 |
$this->add_ajax_action( 'update_billing', array( &$this, '_update_billing_ajax_action' ) );
|
1675 |
$this->add_ajax_action( 'start_trial', array( &$this, '_start_trial_ajax_action' ) );
|
1676 |
+
$this->add_ajax_action( 'set_data_debug_mode', array( &$this, '_set_data_debug_mode' ) );
|
1677 |
|
1678 |
if ( $this->_is_network_active && fs_is_network_admin() ) {
|
1679 |
$this->add_ajax_action( 'network_activate', array( &$this, '_network_activate_ajax_action' ) );
|
1715 |
}
|
1716 |
}
|
1717 |
|
1718 |
+
/**
|
1719 |
+
* Register the required hooks right after the settings parse is completed.
|
1720 |
+
*
|
1721 |
+
* @author Vova Feldman (@svovaf)
|
1722 |
+
* @since 2.3.1
|
1723 |
+
*/
|
1724 |
+
private function register_after_settings_parse_hooks() {
|
1725 |
+
if ( is_admin() &&
|
1726 |
+
$this->is_theme() &&
|
1727 |
+
$this->is_premium() &&
|
1728 |
+
! $this->has_active_valid_license()
|
1729 |
+
) {
|
1730 |
+
$this->add_ajax_action(
|
1731 |
+
'delete_theme_update_data',
|
1732 |
+
array( &$this, '_delete_theme_update_data_action' )
|
1733 |
+
);
|
1734 |
+
}
|
1735 |
+
|
1736 |
+
if ( $this->show_settings_with_tabs() ) {
|
1737 |
+
/**
|
1738 |
+
* Include the required hooks to capture the theme settings' page tabs
|
1739 |
+
* and cache them.
|
1740 |
+
*
|
1741 |
+
* @author Vova Feldman (@svovaf)
|
1742 |
+
* @since 1.2.2.7
|
1743 |
+
*/
|
1744 |
+
if ( ! $this->_cache->has_valid( 'tabs' ) ) {
|
1745 |
+
add_action( 'admin_footer', array( &$this, '_tabs_capture' ) );
|
1746 |
+
// Add license activation AJAX callback.
|
1747 |
+
$this->add_ajax_action( 'store_tabs', array( &$this, '_store_tabs_ajax_action' ) );
|
1748 |
+
|
1749 |
+
add_action( 'admin_enqueue_scripts', array( &$this, '_store_tabs_styles' ), 9999999 );
|
1750 |
+
}
|
1751 |
+
|
1752 |
+
add_action(
|
1753 |
+
'admin_footer',
|
1754 |
+
array( &$this, '_add_freemius_tabs' ),
|
1755 |
+
/**
|
1756 |
+
* The tabs JS code must be executed after the tabs capture logic (_tabs_capture()).
|
1757 |
+
* That's why the priority is 11 while the tabs capture logic is added
|
1758 |
+
* with priority 10.
|
1759 |
+
*
|
1760 |
+
* @author Vova Feldman (@svovaf)
|
1761 |
+
*/
|
1762 |
+
11
|
1763 |
+
);
|
1764 |
+
}
|
1765 |
+
|
1766 |
+
if ( ! self::is_ajax() ) {
|
1767 |
+
if ( ! $this->is_addon() || $this->is_only_premium() ) {
|
1768 |
+
add_action(
|
1769 |
+
( $this->_is_network_active && fs_is_network_admin() ? 'network_' : '' ) . 'admin_menu',
|
1770 |
+
array( &$this, '_prepare_admin_menu' ),
|
1771 |
+
WP_FS__LOWEST_PRIORITY
|
1772 |
+
);
|
1773 |
+
}
|
1774 |
+
}
|
1775 |
+
}
|
1776 |
+
|
1777 |
/**
|
1778 |
* Makes Freemius-related updates unavailable on the "Add Plugins" admin page (/plugin-install.php) so that
|
1779 |
* they won't interfere with the .org plugins' functionalities on that page (e.g. updating of a .org plugin).
|
2036 |
* @since 2.0.0
|
2037 |
*/
|
2038 |
function _hook_action_links_and_register_account_hooks() {
|
2039 |
+
if ( $this->is_migration() ) {
|
2040 |
+
return;
|
2041 |
+
}
|
2042 |
+
|
2043 |
+
$this->_add_tracking_links();
|
2044 |
|
2045 |
if ( self::is_plugins_page() && $this->is_plugin() ) {
|
2046 |
$this->hook_plugin_action_links();
|
2220 |
);
|
2221 |
|
2222 |
$store_option = true;
|
2223 |
+
} else if (
|
2224 |
+
isset( $id_slug_type_path_map[ $module_id ]['slug'] ) &&
|
2225 |
+
$slug !== $id_slug_type_path_map[ $module_id ]['slug']
|
2226 |
+
) {
|
2227 |
+
$id_slug_type_path_map[ $module_id ]['slug'] = $slug;
|
2228 |
+
$store_option = true;
|
2229 |
}
|
2230 |
|
2231 |
if ( empty( $id_slug_type_path_map[ $module_id ]['path'] ) ||
|
2388 |
|
2389 |
if ( ! isset( $caller_map[ $caller_file_hash ] ) ) {
|
2390 |
foreach ( $all_plugins_paths as $plugin_path ) {
|
2391 |
+
if ( empty( $plugin_path ) ) {
|
2392 |
+
continue;
|
2393 |
+
}
|
2394 |
+
|
2395 |
if ( false !== strpos( $caller_file_path, fs_normalize_path( dirname( $plugin_path ) . '/' ) ) ) {
|
2396 |
$caller_map[ $caller_file_hash ] = fs_normalize_path( $plugin_path );
|
2397 |
break;
|
3070 |
* @return bool
|
3071 |
*/
|
3072 |
function is_activation_page() {
|
3073 |
+
if ( $this->_menu->is_activation_page( $this->show_opt_in_on_themes_page() ) ) {
|
3074 |
return true;
|
3075 |
}
|
3076 |
|
4299 |
)
|
4300 |
),
|
4301 |
sprintf(
|
4302 |
+
'<a href="%s" target="_blank" rel="noopener noreferrer"><b>%s</b></a> - %s',
|
4303 |
sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
|
4304 |
$install_previous_title,
|
4305 |
$install_previous_desc
|
4406 |
)
|
4407 |
),
|
4408 |
sprintf(
|
4409 |
+
'<a href="%s" target="_blank" rel="noopener noreferrer"><b>%s</b></a> - %s',
|
4410 |
sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
|
4411 |
$install_previous_title,
|
4412 |
$install_previous_desc
|
4772 |
|
4773 |
$this->parse_settings( $plugin_info );
|
4774 |
|
4775 |
+
$this->register_after_settings_parse_hooks();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4776 |
|
4777 |
if ( $this->should_stop_execution() ) {
|
4778 |
return;
|
4927 |
} else {
|
4928 |
$is_network_admin = fs_is_network_admin();
|
4929 |
|
4930 |
+
if ( ! $this->_parent->is_registered() && $this->is_registered() ) {
|
4931 |
+
// If add-on activated and parent not, automatically install parent for the user.
|
4932 |
+
$this->activate_parent_account( $this->_parent );
|
4933 |
+
} else if (
|
4934 |
$this->_parent->is_registered() &&
|
4935 |
! $this->is_registered() &&
|
4936 |
/**
|
4946 |
*/
|
4947 |
( $this->is_network_active() || ! $is_network_admin )
|
4948 |
) {
|
4949 |
+
$premium_license = null;
|
4950 |
+
|
4951 |
+
if (
|
4952 |
+
! $this->has_free_plan() &&
|
4953 |
+
$this->is_bundle_license_auto_activation_enabled() &&
|
4954 |
+
$this->_parent->is_activated_with_bundle_license()
|
4955 |
+
) {
|
4956 |
+
/**
|
4957 |
+
* If the add-on has no free plan, try to activate the account only when there's a bundle license.
|
4958 |
+
*
|
4959 |
+
* @author Leo Fajardo (@leorw)
|
4960 |
+
* @since 2.4.0
|
4961 |
+
*/
|
4962 |
+
$bundle_license = $this->get_active_parent_license( $this->_parent->_get_license()->secret_key, false );
|
4963 |
+
|
4964 |
+
if (
|
4965 |
+
is_object( $bundle_license ) &&
|
4966 |
+
! empty( $bundle_license->products ) &&
|
4967 |
+
in_array( $this->get_id(), $bundle_license->products )
|
4968 |
+
) {
|
4969 |
+
$premium_license = $bundle_license;
|
4970 |
+
}
|
4971 |
+
}
|
4972 |
+
|
4973 |
+
if ( $this->has_free_plan() || is_object( $premium_license) ) {
|
4974 |
+
// If parent plugin activated, automatically install add-on for the user.
|
4975 |
+
$this->_activate_addon_account(
|
4976 |
+
$this->_parent,
|
4977 |
+
( $this->is_network_active() && $is_network_admin ) ?
|
4978 |
+
true :
|
4979 |
+
get_current_blog_id(),
|
4980 |
+
$premium_license
|
4981 |
+
);
|
4982 |
+
}
|
4983 |
}
|
4984 |
|
4985 |
// @todo This should be only executed on activation. It should be migrated to register_activation_hook() together with other activation related logic.
|
5474 |
}
|
5475 |
}
|
5476 |
|
5477 |
+
/**
|
5478 |
+
* @author Vova Feldman (@svovaf)
|
5479 |
+
* @since 2.3.2
|
5480 |
+
*
|
5481 |
+
* @return bool
|
5482 |
+
*/
|
5483 |
+
function is_extensions_tracking_allowed() {
|
5484 |
+
return ( true === $this->apply_filters(
|
5485 |
+
'is_extensions_tracking_allowed',
|
5486 |
+
$this->_storage->get( 'is_extensions_tracking_allowed', true )
|
5487 |
+
) );
|
5488 |
+
}
|
5489 |
+
|
5490 |
+
/**
|
5491 |
+
* @author Vova Feldman (@svovaf)
|
5492 |
+
* @since 2.3.2
|
5493 |
+
*/
|
5494 |
+
function _update_tracking_permission_callback() {
|
5495 |
+
$this->_logger->entrance();
|
5496 |
+
|
5497 |
+
$this->check_ajax_referer( 'update_tracking_permission' );
|
5498 |
+
|
5499 |
+
$is_enabled = fs_request_get_bool( 'is_enabled', null );
|
5500 |
+
|
5501 |
+
if ( ! is_bool( $is_enabled ) ) {
|
5502 |
+
self::shoot_ajax_failure();
|
5503 |
+
}
|
5504 |
+
|
5505 |
+
$permission = fs_request_get( 'permission' );
|
5506 |
+
|
5507 |
+
switch ( $permission ) {
|
5508 |
+
case 'extensions':
|
5509 |
+
$this->update_extensions_tracking_flag( $is_enabled );
|
5510 |
+
break;
|
5511 |
+
default:
|
5512 |
+
$permission = 'no_match';
|
5513 |
+
}
|
5514 |
+
|
5515 |
+
if ( 'no_match' === $permission ) {
|
5516 |
+
self::shoot_ajax_failure();
|
5517 |
+
}
|
5518 |
+
|
5519 |
+
self::shoot_ajax_success( array(
|
5520 |
+
'permissions' => array(
|
5521 |
+
$permission => $is_enabled,
|
5522 |
+
)
|
5523 |
+
) );
|
5524 |
+
}
|
5525 |
+
|
5526 |
+
/**
|
5527 |
+
* @author Leo Fajardo (@leorw)
|
5528 |
+
* @since 2.3.2
|
5529 |
+
*
|
5530 |
+
* @param bool $is_enabled
|
5531 |
+
*/
|
5532 |
+
private function update_extensions_tracking_flag( $is_enabled ) {
|
5533 |
+
$this->_storage->store( 'is_extensions_tracking_allowed', $is_enabled );
|
5534 |
+
}
|
5535 |
+
|
5536 |
/**
|
5537 |
* Parse plugin's settings (as defined by the plugin dev).
|
5538 |
*
|
5609 |
'is_live' => $this->get_bool_option( $plugin_info, 'is_live', true ),
|
5610 |
'affiliate_moderation' => $this->get_option( $plugin_info, 'has_affiliation' ),
|
5611 |
'bundle_id' => $this->get_option( $plugin_info, 'bundle_id', null ),
|
5612 |
+
'bundle_public_key' => $this->get_option( $plugin_info, 'bundle_public_key', null ),
|
5613 |
) );
|
5614 |
|
5615 |
if ( $plugin->is_updated() ) {
|
5670 |
$this->_anonymous_mode = $this->get_bool_option( $plugin_info, 'anonymous_mode', false );
|
5671 |
}
|
5672 |
$this->_permissions = $this->get_option( $plugin_info, 'permissions', array() );
|
5673 |
+
$this->_is_bundle_license_auto_activation_enabled = $this->get_option( $plugin_info, 'bundle_license_auto_activation', false );
|
5674 |
|
5675 |
if ( ! empty( $plugin_info['trial'] ) ) {
|
5676 |
$this->_trial_days = $this->get_numeric_option(
|
5682 |
|
5683 |
$this->_is_trial_require_payment = $this->get_bool_option( $plugin_info['trial'], 'is_require_payment', false );
|
5684 |
}
|
5685 |
+
|
5686 |
+
$this->_navigation = $this->get_option(
|
5687 |
+
$plugin_info,
|
5688 |
+
'navigation',
|
5689 |
+
$this->is_free_wp_org_theme() ?
|
5690 |
+
self::NAVIGATION_TABS :
|
5691 |
+
self::NAVIGATION_MENU
|
5692 |
+
);
|
5693 |
}
|
5694 |
|
5695 |
/**
|
6042 |
* @return Freemius[]
|
6043 |
*/
|
6044 |
function get_installed_addons() {
|
6045 |
+
if ( $this->is_addon() ) {
|
6046 |
+
// Add-on cannot have add-ons.
|
6047 |
+
return array();
|
6048 |
+
}
|
6049 |
+
|
6050 |
$installed_addons = array();
|
6051 |
+
|
6052 |
foreach ( self::$_instances as $instance ) {
|
6053 |
+
if ( $instance->is_addon_of( $this->_plugin->id ) ) {
|
6054 |
+
$installed_addons[] = $instance;
|
|
|
|
|
6055 |
}
|
6056 |
}
|
6057 |
|
6101 |
* @return bool
|
6102 |
*/
|
6103 |
function is_addon() {
|
6104 |
+
return (
|
6105 |
+
isset( $this->_plugin->parent_plugin_id ) &&
|
6106 |
+
is_numeric( $this->_plugin->parent_plugin_id )
|
6107 |
+
);
|
6108 |
+
}
|
6109 |
+
|
6110 |
+
/**
|
6111 |
+
* @author Vova Feldman (@svovaf)
|
6112 |
+
* @since 2.3.2
|
6113 |
+
*
|
6114 |
+
* @param number $parent_product_id
|
6115 |
+
*
|
6116 |
+
* @return bool
|
6117 |
+
*/
|
6118 |
+
function is_addon_of( $parent_product_id ) {
|
6119 |
+
return (
|
6120 |
+
$this->is_addon() &&
|
6121 |
+
$parent_product_id == $this->_plugin->parent_plugin_id
|
6122 |
+
);
|
6123 |
}
|
6124 |
|
6125 |
/**
|
6876 |
} else {
|
6877 |
$this->sync_install();
|
6878 |
}
|
6879 |
+
|
6880 |
+
$this->maybe_sync_install_user();
|
6881 |
}
|
6882 |
}
|
6883 |
}
|
7090 |
} else {
|
7091 |
$this->sync_install( array(), true );
|
7092 |
}
|
7093 |
+
|
7094 |
+
$this->maybe_sync_install_user();
|
7095 |
}
|
7096 |
}
|
7097 |
|
7148 |
* @since 1.0.7
|
7149 |
*/
|
7150 |
function _admin_init_action() {
|
7151 |
+
$is_migration = $this->is_migration();
|
7152 |
+
|
7153 |
/**
|
7154 |
* Automatically redirect to connect/activation page after plugin activation.
|
7155 |
*
|
7162 |
/**
|
7163 |
* Don't redirect if activating multiple plugins at once (bulk activation).
|
7164 |
*/
|
7165 |
+
} else if ( ! $is_migration ) {
|
7166 |
$this->_redirect_on_activation_hook();
|
7167 |
return;
|
7168 |
}
|
7169 |
}
|
7170 |
|
7171 |
+
if ( $is_migration ) {
|
7172 |
+
return;
|
7173 |
+
}
|
7174 |
+
|
7175 |
if ( fs_request_is_action( $this->get_unique_affix() . '_skip_activation' ) ) {
|
7176 |
check_admin_referer( $this->get_unique_affix() . '_skip_activation' );
|
7177 |
|
7192 |
|
7193 |
$this->_add_upgrade_action_link();
|
7194 |
|
7195 |
+
if ( ! ( ! $this->_is_network_active && fs_is_network_admin() ) &&
|
|
|
7196 |
(
|
7197 |
( true === $this->_storage->require_license_activation ) ||
|
7198 |
// Not registered nor anonymous.
|
7202 |
)
|
7203 |
) {
|
7204 |
if ( ! $this->is_pending_activation() ) {
|
7205 |
+
if ( ! $this->is_activation_page() ) {
|
7206 |
/**
|
7207 |
* If a user visits any other admin page before activating the premium-only theme with a valid
|
7208 |
* license, reactivate the previous theme.
|
7269 |
}
|
7270 |
}
|
7271 |
|
7272 |
+
if ( $this->show_opt_in_on_themes_page() &&
|
7273 |
+
$this->is_activation_page()
|
7274 |
) {
|
7275 |
$this->_show_theme_activation_optin_dialog();
|
7276 |
}
|
7845 |
$this->_storage->is_plugin_new_install = empty( $this->_storage->plugin_last_version );
|
7846 |
}
|
7847 |
|
7848 |
+
/**
|
7849 |
+
* Also flush when activating the premium version so that even if Freemius was off before, the API
|
7850 |
+
* connectivity test can be run again.
|
7851 |
+
*
|
7852 |
+
* @author Leo Fajardo (@leorw)
|
7853 |
+
* @since 2.2.3.1
|
7854 |
+
*/
|
7855 |
+
$has_api_connectivity = $this->has_api_connectivity( WP_FS__DEV_MODE || $is_premium_version_activation );
|
7856 |
+
|
7857 |
if ( ! $this->_anonymous_mode &&
|
7858 |
+
$has_api_connectivity &&
|
7859 |
! $this->_isAutoInstall
|
7860 |
) {
|
7861 |
// Store hint that the plugin was just activated to enable auto-redirection to settings.
|
7888 |
return;
|
7889 |
}
|
7890 |
|
7891 |
+
$license = $this->get_active_parent_license();
|
7892 |
if ( ! is_object( $license ) ) {
|
7893 |
return;
|
7894 |
}
|
7895 |
|
7896 |
+
if (
|
7897 |
+
$this->is_bundle_license_auto_activation_enabled() &&
|
7898 |
+
! empty( $license->products )
|
7899 |
+
) {
|
7900 |
+
$this->activate_bundle_license( $license );
|
7901 |
+
|
7902 |
+
return;
|
7903 |
+
}
|
7904 |
+
|
7905 |
if ( ! $this->is_registered() ) {
|
7906 |
// Opt in with a license key.
|
7907 |
$this->opt_in(
|
7924 |
}
|
7925 |
}
|
7926 |
|
|
|
7927 |
/**
|
7928 |
* @author Leo Fajardo (@leorw)
|
7929 |
* @since 2.3.0
|
7939 |
|
7940 |
$license = ( ! is_null( $license ) ) ?
|
7941 |
$license :
|
7942 |
+
$this->get_active_parent_license();
|
7943 |
|
7944 |
if ( ! is_object( $license ) ) {
|
7945 |
return;
|
7946 |
}
|
7947 |
|
7948 |
+
if (
|
7949 |
+
$this->is_bundle_license_auto_activation_enabled() &&
|
7950 |
+
! empty( $license->products )
|
7951 |
+
) {
|
7952 |
+
$this->activate_bundle_license( $license );
|
7953 |
+
|
7954 |
+
return;
|
7955 |
+
}
|
7956 |
+
|
7957 |
if ( ! $this->is_network_registered() ) {
|
7958 |
$sites = $this->get_sites_for_network_level_optin();
|
7959 |
|
8017 |
}
|
8018 |
|
8019 |
/**
|
8020 |
+
* Tries to activate a bundle license for all supported products if the current product is activated with a bundle license. This is called after activating an available license (not via the license activation dialog but by clicking on a license activation button) for a product via its "Account" page.
|
8021 |
+
*
|
8022 |
* @author Leo Fajardo (@leorw)
|
8023 |
+
* @since 2.4.0
|
8024 |
*
|
8025 |
+
* @param FS_Plugin_License $license
|
8026 |
+
* @param array $sites
|
8027 |
+
* @param int $blog_id
|
8028 |
*/
|
8029 |
+
private function maybe_activate_bundle_license( FS_Plugin_License $license = null, $sites = array(), $blog_id = 0 ) {
|
8030 |
+
if ( ! is_object( $license ) && $this->has_active_valid_license() ) {
|
8031 |
+
$license = $this->_license;
|
8032 |
+
}
|
8033 |
+
|
8034 |
+
if ( ! is_object( $license ) ) {
|
8035 |
+
return;
|
8036 |
+
}
|
8037 |
+
|
8038 |
+
$parent_license = ( ! empty( $license->products ) ) ?
|
8039 |
+
$license :
|
8040 |
+
$this->get_active_parent_license( $license->secret_key );
|
8041 |
+
|
8042 |
+
if ( is_object( $parent_license ) ) {
|
8043 |
+
$this->activate_bundle_license( $parent_license, $sites, $blog_id );
|
8044 |
+
}
|
8045 |
+
}
|
8046 |
+
|
8047 |
+
/**
|
8048 |
+
* Try to activate a bundle license for all the bundle products installed on the site.
|
8049 |
+
* (1) If a child product install already has a license, the bundle license won't be activated.
|
8050 |
+
* (2) On multi-site networks, if the attempt to activate the bundle license is triggered from the network admin, the bundle license activation will only work for non-delegated sites and only if none of them is associated with a license. Even if one of the sites has the product installed with a license key, skip the bundle license activation for the product.
|
8051 |
+
* (3) On multi-site networks, if the attempt to activate the bundle license is triggered from a site-level admin, only activate the license if the product is site-level activated or delegated, and the product installation is not yet associated with a license.
|
8052 |
+
*
|
8053 |
+
* @author Leo Fajardo (@leorw)
|
8054 |
+
* @since 2.4.0
|
8055 |
+
*
|
8056 |
+
* @param FS_Plugin_License $license
|
8057 |
+
* @param array $sites
|
8058 |
+
* @param int $current_blog_id
|
8059 |
+
*/
|
8060 |
+
private function activate_bundle_license( $license, $sites = array(), $current_blog_id = 0 ) {
|
8061 |
+
$is_network_admin = fs_is_network_admin();
|
8062 |
+
|
8063 |
+
$installs_by_blog_map = array();
|
8064 |
+
$site_info_by_blog_map = array();
|
8065 |
+
|
8066 |
+
/**
|
8067 |
+
* Try to activate the license for all supported products.
|
8068 |
+
*
|
8069 |
+
* @author Leo Fajardo
|
8070 |
+
*/
|
8071 |
+
foreach ( $license->products as $product_id ) {
|
8072 |
+
$fs = self::get_instance_by_id( $product_id );
|
8073 |
+
|
8074 |
+
if ( ! is_object( $fs ) ) {
|
8075 |
+
continue;
|
8076 |
+
}
|
8077 |
+
|
8078 |
+
if ( ! $fs->has_paid_plan() ) {
|
8079 |
+
continue;
|
8080 |
+
}
|
8081 |
+
|
8082 |
+
if (
|
8083 |
+
! $fs->is_addon() &&
|
8084 |
+
! FS_Plan_Manager::instance()->has_paid_plan( $fs->_plans )
|
8085 |
+
) {
|
8086 |
+
/**
|
8087 |
+
* The parent product can be free-only but can have its `has_paid_plan` flag set to `true` when
|
8088 |
+
* there is a context bundle.
|
8089 |
+
*/
|
8090 |
+
continue;
|
8091 |
+
}
|
8092 |
+
|
8093 |
+
if ( $current_blog_id > 0 ) {
|
8094 |
+
$fs->switch_to_blog( $current_blog_id );
|
8095 |
+
}
|
8096 |
+
|
8097 |
+
if ( $fs->has_active_valid_license() ) {
|
8098 |
+
continue;
|
8099 |
+
}
|
8100 |
+
|
8101 |
+
if ( ! $is_network_admin || $current_blog_id > 0 ) {
|
8102 |
+
if ( $fs->is_network_active() && ! $fs->is_delegated_connection( $current_blog_id ) ) {
|
8103 |
+
// Do not try to activate the license in the site level if the product is network active and the connection was not delegated.
|
8104 |
+
continue;
|
8105 |
+
}
|
8106 |
+
} else {
|
8107 |
+
if ( ! $fs->is_network_active() ) {
|
8108 |
+
// Do not try to activate the license in the network level if the product is not network active.
|
8109 |
+
continue;
|
8110 |
+
}
|
8111 |
+
|
8112 |
+
if ( $fs->is_network_delegated_connection() ) {
|
8113 |
+
// Do not try to activate the license in the network level if the activation has been delegated to site admins.
|
8114 |
+
continue;
|
8115 |
+
}
|
8116 |
+
|
8117 |
+
$has_install_with_license = false;
|
8118 |
+
|
8119 |
+
// Collection of sites that have an install entity that is not activated with a license or non-delegated sites that have no install entity, or both types of site.
|
8120 |
+
$filtered_sites = array();
|
8121 |
+
|
8122 |
+
if ( empty( $sites ) ) {
|
8123 |
+
$all_sites = self::get_sites();
|
8124 |
+
|
8125 |
+
foreach ( $all_sites as $site ) {
|
8126 |
+
$sites[] = array( 'blog_id' => self::get_site_blog_id( $site ) );
|
8127 |
+
}
|
8128 |
+
} else {
|
8129 |
+
// Populate the map here to avoid calling `$fs->get_site_info( $site );` in the other `for` loop below.
|
8130 |
+
foreach ( $sites as $site ) {
|
8131 |
+
if ( ! isset( $site['blog_id'] ) || ! is_numeric( $site['blog_id'] ) ) {
|
8132 |
+
continue;
|
8133 |
+
}
|
8134 |
+
|
8135 |
+
$site_info_by_blog_map[ $site['blog_id'] ] = $site;
|
8136 |
+
}
|
8137 |
+
}
|
8138 |
+
|
8139 |
+
foreach ( $sites as $site ) {
|
8140 |
+
if ( ! isset( $site['blog_id'] ) || ! is_numeric( $site['blog_id'] ) ) {
|
8141 |
+
continue;
|
8142 |
+
}
|
8143 |
+
|
8144 |
+
$blog_id = $site['blog_id'];
|
8145 |
+
|
8146 |
+
if ( ! isset( $installs_by_blog_map[ $blog_id ] ) ) {
|
8147 |
+
$installs_by_blog_map[ $blog_id ] = self::get_all_sites( $fs->get_module_type(), $blog_id );
|
8148 |
+
}
|
8149 |
+
|
8150 |
+
$installs = $installs_by_blog_map[ $blog_id ];
|
8151 |
+
$install = null;
|
8152 |
+
|
8153 |
+
if ( isset( $installs[ $fs->get_slug() ] ) ) {
|
8154 |
+
$install = $installs[ $fs->get_slug() ];
|
8155 |
+
|
8156 |
+
if (
|
8157 |
+
is_object( $install ) &&
|
8158 |
+
(
|
8159 |
+
! FS_Site::is_valid_id( $install->id ) ||
|
8160 |
+
! FS_User::is_valid_id( $install->user_id ) ||
|
8161 |
+
! FS_Plugin_Plan::is_valid_id( $install->plan_id )
|
8162 |
+
)
|
8163 |
+
) {
|
8164 |
+
$install = null;
|
8165 |
+
}
|
8166 |
+
}
|
8167 |
+
|
8168 |
+
if (
|
8169 |
+
is_object( $install ) &&
|
8170 |
+
FS_Plugin_License::is_valid_id( $install->license_id )
|
8171 |
+
) {
|
8172 |
+
$has_install_with_license = true;
|
8173 |
+
break;
|
8174 |
+
}
|
8175 |
+
|
8176 |
+
if ( $fs->is_site_delegated_connection( $blog_id ) ) {
|
8177 |
+
// Site activation delegated, don't activate bundle license on the site in the network admin.
|
8178 |
+
continue;
|
8179 |
+
}
|
8180 |
+
|
8181 |
+
if ( ! isset( $site_info_by_blog_map[ $blog_id ] ) ) {
|
8182 |
+
$site_info_by_blog_map[ $blog_id ] = $fs->get_site_info( $site );
|
8183 |
+
}
|
8184 |
+
|
8185 |
+
$filtered_sites[] = $site_info_by_blog_map[ $blog_id ];
|
8186 |
+
}
|
8187 |
+
|
8188 |
+
if ( $has_install_with_license || empty( $filtered_sites ) ) {
|
8189 |
+
// Do not try to activate the license at the network level if there's any install with a license or there's no site to activate the license on.
|
8190 |
+
continue;
|
8191 |
+
}
|
8192 |
+
|
8193 |
+
$sites = $filtered_sites;
|
8194 |
+
}
|
8195 |
+
|
8196 |
+
$fs->activate_migrated_license(
|
8197 |
+
$license->secret_key,
|
8198 |
+
null,
|
8199 |
+
null,
|
8200 |
+
$sites,
|
8201 |
+
( $current_blog_id > 0 ? $current_blog_id : null )
|
8202 |
+
);
|
8203 |
+
}
|
8204 |
+
}
|
8205 |
+
|
8206 |
+
/**
|
8207 |
+
* Returns a parent license that can be activated for the context product.
|
8208 |
+
*
|
8209 |
+
* @author Leo Fajardo (@leorw)
|
8210 |
+
* @since 2.3.0
|
8211 |
+
*
|
8212 |
+
* @param string|null $license_key
|
8213 |
+
* @param bool $flush
|
8214 |
+
*
|
8215 |
+
* @return FS_Plugin_License
|
8216 |
+
*/
|
8217 |
+
function get_active_parent_license( $license_key = null, $flush = true ) {
|
8218 |
+
$parent_licenses_endpoint = "/plugins/{$this->get_id()}/parent_licenses.json?filter=activatable";
|
8219 |
+
|
8220 |
+
$fs = $this;
|
8221 |
+
|
8222 |
+
if ( $this->is_addon() ) {
|
8223 |
+
$parent_instance = $this->get_parent_instance();
|
8224 |
+
|
8225 |
+
if ( is_object( $parent_instance ) && $parent_instance->is_registered() ) {
|
8226 |
+
$fs = $parent_instance;
|
8227 |
+
}
|
8228 |
+
}
|
8229 |
+
|
8230 |
+
$foreign_licenses = $fs->get_foreign_licenses_info(
|
8231 |
+
self::get_all_licenses( $this->get_parent_id() )
|
8232 |
+
);
|
8233 |
|
8234 |
if ( ! empty ( $foreign_licenses ) ) {
|
8235 |
$foreign_licenses = array(
|
8241 |
$parent_licenses_endpoint = add_query_arg( $foreign_licenses, $parent_licenses_endpoint );
|
8242 |
}
|
8243 |
|
8244 |
+
$result = $fs->get_current_or_network_user_api_scope()->get( $parent_licenses_endpoint, $flush );
|
8245 |
|
8246 |
if (
|
8247 |
! $this->is_api_result_object( $result, 'licenses' ) ||
|
8251 |
return null;
|
8252 |
}
|
8253 |
|
8254 |
+
$parent_license = null;
|
8255 |
|
8256 |
+
if ( empty( $license_key ) ) {
|
8257 |
+
$parent_license = $result->licenses[0];
|
8258 |
+
} else {
|
8259 |
+
foreach ( $result->licenses as $license ) {
|
8260 |
+
if ( $license_key === $license->secret_key ) {
|
8261 |
+
$parent_license = $license;
|
8262 |
+
break;
|
8263 |
+
}
|
8264 |
+
}
|
8265 |
+
}
|
8266 |
+
|
8267 |
+
if ( ! is_null( $parent_license ) ) {
|
8268 |
+
$parent_license = new FS_Plugin_License( $parent_license );
|
8269 |
+
}
|
8270 |
+
|
8271 |
+
return $parent_license;
|
8272 |
}
|
8273 |
|
8274 |
/**
|
8277 |
*
|
8278 |
* @return array
|
8279 |
*/
|
8280 |
+
function get_sites_for_network_level_optin() {
|
8281 |
$sites = array();
|
8282 |
$all_sites = self::get_sites();
|
8283 |
|
8407 |
foreach ( $sites as $site ) {
|
8408 |
$blog_id = self::get_site_blog_id( $site );
|
8409 |
|
8410 |
+
if ( $this->is_site_delegated_connection( $blog_id ) ) {
|
8411 |
+
continue;
|
8412 |
+
}
|
8413 |
+
|
8414 |
$install_id = $this->_delete_site( true, $blog_id );
|
8415 |
|
8416 |
// Clear all storage data.
|
9021 |
'is_uninstalled' => false,
|
9022 |
);
|
9023 |
|
|
|
9024 |
$network_plugins_cache->plugins[ $basename ] = $new_plugin;
|
9025 |
|
9026 |
+
$is_site_level_active = (
|
9027 |
+
isset( $site_active_plugins[ $basename ] ) &&
|
9028 |
+
$site_active_plugins[ $basename ]['is_active']
|
9029 |
+
);
|
9030 |
+
|
9031 |
+
/**
|
9032 |
+
* If not network active, set the activity status based on the site-level plugin status.
|
9033 |
+
*/
|
9034 |
+
if ( ! $new_plugin['is_active'] ) {
|
9035 |
+
$new_plugin['is_active'] = $is_site_level_active;
|
9036 |
+
}
|
9037 |
+
|
9038 |
+
$plugins_update_data[] = $new_plugin;
|
9039 |
+
|
9040 |
if ( isset( $site_active_plugins[ $basename ] ) ) {
|
9041 |
$site_active_plugins_cache->plugins[ $basename ] = $new_plugin;
|
9042 |
+
$site_active_plugins_cache->plugins[ $basename ]['is_active'] = $is_site_level_active;
|
9043 |
}
|
9044 |
}
|
9045 |
}
|
9201 |
$include_themes = true,
|
9202 |
$include_blog_data = true
|
9203 |
) {
|
9204 |
+
if ( $this->is_extensions_tracking_allowed() ) {
|
9205 |
+
if ( ! defined( 'WP_FS__TRACK_PLUGINS' ) || false !== WP_FS__TRACK_PLUGINS ) {
|
9206 |
+
/**
|
9207 |
+
* @since 1.1.8 Also send plugin updates.
|
9208 |
+
*/
|
9209 |
+
if ( $include_plugins && ! isset( $override['plugins'] ) ) {
|
9210 |
+
$plugins = $this->get_plugins_data_for_api();
|
9211 |
+
if ( ! empty( $plugins ) ) {
|
9212 |
+
$override['plugins'] = $plugins;
|
9213 |
+
}
|
9214 |
}
|
9215 |
}
|
|
|
9216 |
|
9217 |
+
if ( ! defined( 'WP_FS__TRACK_THEMES' ) || false !== WP_FS__TRACK_THEMES ) {
|
9218 |
+
/**
|
9219 |
+
* @since 1.1.8 Also send themes updates.
|
9220 |
+
*/
|
9221 |
+
if ( $include_themes && ! isset( $override['themes'] ) ) {
|
9222 |
+
$themes = $this->get_themes_data_for_api();
|
9223 |
+
if ( ! empty( $themes ) ) {
|
9224 |
+
$override['themes'] = $themes;
|
9225 |
+
}
|
9226 |
}
|
9227 |
}
|
9228 |
}
|
9578 |
}
|
9579 |
}
|
9580 |
|
9581 |
+
/**
|
9582 |
+
* Syncs the install owner's data if needed (i.e., if the install owner is different from the loaded user).
|
9583 |
+
*
|
9584 |
+
* @author Leo Fajardo (@leorw)
|
9585 |
+
* @since 2.3.2
|
9586 |
+
*/
|
9587 |
+
private function maybe_sync_install_user() {
|
9588 |
+
if ( $this->_user->id == $this->_site->user_id ) {
|
9589 |
+
return;
|
9590 |
+
}
|
9591 |
+
|
9592 |
+
// Fetch user data and store if found.
|
9593 |
+
$this->sync_user_by_current_install();
|
9594 |
+
}
|
9595 |
+
|
9596 |
/**
|
9597 |
* Update install only if changed.
|
9598 |
*
|
9876 |
$fs = self::get_instance_by_file( $plugin_file );
|
9877 |
|
9878 |
if ( is_object( $fs ) ) {
|
9879 |
+
$fs->remove_sdk_reference();
|
9880 |
+
|
9881 |
self::require_plugin_essentials();
|
9882 |
|
9883 |
if ( is_plugin_active( $fs->_free_plugin_basename ) ||
|
9929 |
* @author Vova Feldman (@svovaf)
|
9930 |
* @since 1.0.1
|
9931 |
*
|
9932 |
+
* @param bool $reparse_plugin_metadata
|
9933 |
+
*
|
9934 |
* @return array
|
9935 |
*/
|
9936 |
+
function get_plugin_data( $reparse_plugin_metadata = false ) {
|
9937 |
+
if ( ! isset( $this->_plugin_data ) || $reparse_plugin_metadata ) {
|
9938 |
self::require_plugin_essentials();
|
9939 |
|
9940 |
if ( $this->is_plugin() ) {
|
10039 |
null;
|
10040 |
}
|
10041 |
|
10042 |
+
/**
|
10043 |
+
* @author Vova Feldman (@svovaf)
|
10044 |
+
* @since 2.3.1
|
10045 |
+
*
|
10046 |
+
* @return string|null Bundle public key.
|
10047 |
+
*/
|
10048 |
+
function get_bundle_public_key() {
|
10049 |
+
return isset( $this->_plugin->bundle_public_key ) ?
|
10050 |
+
$this->_plugin->bundle_public_key :
|
10051 |
+
null;
|
10052 |
+
}
|
10053 |
+
|
10054 |
/**
|
10055 |
* @author Vova Feldman (@svovaf)
|
10056 |
* @since 1.2.1.5
|
10073 |
$this->_plugin->id;
|
10074 |
}
|
10075 |
|
10076 |
+
/**
|
10077 |
+
* @author Vova Feldman (@svovaf)
|
10078 |
+
* @since 2.3.1
|
10079 |
+
*
|
10080 |
+
* @return string
|
10081 |
+
*/
|
10082 |
+
function get_usage_tracking_terms_url() {
|
10083 |
+
return $this->apply_filters(
|
10084 |
+
'usage_tracking_terms_url',
|
10085 |
+
"https://freemius.com/wordpress/usage-tracking/{$this->_plugin->id}/{$this->_slug}/"
|
10086 |
+
);
|
10087 |
+
}
|
10088 |
+
|
10089 |
+
/**
|
10090 |
+
* @author Vova Feldman (@svovaf)
|
10091 |
+
* @since 2.3.1
|
10092 |
+
*
|
10093 |
+
* @return string
|
10094 |
+
*/
|
10095 |
+
function get_eula_url() {
|
10096 |
+
return $this->apply_filters(
|
10097 |
+
'eula_url',
|
10098 |
+
"https://freemius.com/terms/{$this->_plugin->id}/{$this->_slug}/"
|
10099 |
+
);
|
10100 |
+
}
|
10101 |
+
|
10102 |
/**
|
10103 |
* @author Vova Feldman (@svovaf)
|
10104 |
* @since 1.0.1
|
10198 |
* @author Vova Feldman (@svovaf)
|
10199 |
* @since 1.0.0
|
10200 |
*
|
10201 |
+
* @param bool $reparse_plugin_metadata
|
10202 |
+
*
|
10203 |
* @return string
|
10204 |
*/
|
10205 |
+
function get_plugin_version( $reparse_plugin_metadata = false ) {
|
10206 |
$this->_logger->entrance();
|
10207 |
|
10208 |
+
$plugin_data = $this->get_plugin_data( $reparse_plugin_metadata );
|
10209 |
|
10210 |
$this->_logger->departure( 'Version = ' . $plugin_data['Version'] );
|
10211 |
|
10330 |
* @return array[number]FS_User
|
10331 |
*/
|
10332 |
static function get_all_users() {
|
10333 |
+
$users = self::maybe_get_entities_account_option( 'users', array() );
|
10334 |
|
10335 |
if ( ! is_array( $users ) ) {
|
10336 |
$users = array();
|
10374 |
$option_name = $module_type . '_' . $option_name;
|
10375 |
}
|
10376 |
|
10377 |
+
return self::maybe_get_entities_account_option( $option_name, array(), $network_level_or_blog_id );
|
10378 |
}
|
10379 |
|
10380 |
/**
|
10422 |
self::$_accounts->set_option( $option_name, $option_value, $store, $network_level_or_blog_id );
|
10423 |
}
|
10424 |
|
10425 |
+
/**
|
10426 |
+
* This method can also return non-entity or non-entities collection option like the `user_id_license_ids_map` option.
|
10427 |
+
*
|
10428 |
+
* @author Leo Fajardo (@leorw)
|
10429 |
+
* @since 2.3.1
|
10430 |
+
*
|
10431 |
+
* @param string $option_name
|
10432 |
+
* @param mixed $default
|
10433 |
+
* @param null|bool|int $network_level_or_blog_id When an integer, use the given blog storage. When `true` use the multisite storage (if there's a network). When `false`, use the current context blog storage. When `null`, the decision which storage to use (MS vs. Current S) will be handled internally and determined based on the $option (based on self::$_SITE_LEVEL_PARAMS).
|
10434 |
+
*
|
10435 |
+
* @return mixed|FS_Plugin[]|FS_User[]|FS_Site[]|FS_Plugin_License[]|FS_Plugin_Plan[]|FS_Plugin_Tag[]
|
10436 |
+
*/
|
10437 |
+
private static function maybe_get_entities_account_option( $option_name, $default = null, $network_level_or_blog_id = null ) {
|
10438 |
+
$option = self::$_accounts->get_option( $option_name, $default, $network_level_or_blog_id );
|
10439 |
+
|
10440 |
+
$class_name = '';
|
10441 |
+
|
10442 |
+
if ( fs_starts_with( $option_name, WP_FS__MODULE_TYPE_THEME . '_' ) ) {
|
10443 |
+
$option_name = str_replace( WP_FS__MODULE_TYPE_THEME . '_', '', $option_name );
|
10444 |
+
}
|
10445 |
+
|
10446 |
+
switch ( $option_name ) {
|
10447 |
+
case 'plugins':
|
10448 |
+
case 'themes':
|
10449 |
+
case 'addons':
|
10450 |
+
$class_name = FS_Plugin::get_class_name();
|
10451 |
+
break;
|
10452 |
+
case 'users':
|
10453 |
+
$class_name = FS_User::get_class_name();
|
10454 |
+
break;
|
10455 |
+
case 'sites':
|
10456 |
+
$class_name = FS_Site::get_class_name();
|
10457 |
+
break;
|
10458 |
+
case 'licenses':
|
10459 |
+
case 'all_licenses':
|
10460 |
+
$class_name = FS_Plugin_License::get_class_name();
|
10461 |
+
break;
|
10462 |
+
case 'plans':
|
10463 |
+
$class_name = FS_Plugin_Plan::get_class_name();
|
10464 |
+
break;
|
10465 |
+
case 'updates':
|
10466 |
+
$class_name = FS_Plugin_Tag::get_class_name();
|
10467 |
+
break;
|
10468 |
+
}
|
10469 |
+
|
10470 |
+
if ( empty( $class_name ) ) {
|
10471 |
+
return $option;
|
10472 |
+
}
|
10473 |
+
|
10474 |
+
return fs_get_entities( $option, $class_name );
|
10475 |
+
}
|
10476 |
+
|
10477 |
/**
|
10478 |
* @author Vova Feldman (@svovaf)
|
10479 |
* @since 1.0.6
|
10657 |
* @return FS_Plugin_Tag[]
|
10658 |
*/
|
10659 |
private static function get_all_updates() {
|
10660 |
+
$updates = self::maybe_get_entities_account_option( 'updates', array() );
|
10661 |
|
10662 |
if ( ! is_array( $updates ) ) {
|
10663 |
$updates = array();
|
10673 |
* @return array<number,FS_Plugin[]>|false
|
10674 |
*/
|
10675 |
private static function get_all_addons() {
|
10676 |
+
$addons = self::maybe_get_entities_account_option( 'addons', array() );
|
10677 |
|
10678 |
if ( ! is_array( $addons ) ) {
|
10679 |
$addons = array();
|
10686 |
* @author Vova Feldman (@svovaf)
|
10687 |
* @since 1.0.6
|
10688 |
*
|
10689 |
+
* @return number[]|false
|
10690 |
*/
|
10691 |
private static function get_all_account_addons() {
|
10692 |
$addons = self::$_accounts->get_option( 'account_addons', array() );
|
10727 |
return ( is_object( $this->_site ) && $this->_site->is_tracking_allowed() );
|
10728 |
}
|
10729 |
|
10730 |
+
/**
|
10731 |
+
* @author Leo Fajardo (@leorw)
|
10732 |
+
* @since 2.4.0
|
10733 |
+
*
|
10734 |
+
* @return bool
|
10735 |
+
*/
|
10736 |
+
function is_bundle_license_auto_activation_enabled() {
|
10737 |
+
return $this->is_addon() ?
|
10738 |
+
( is_object( $this->_parent ) && $this->_parent->is_bundle_license_auto_activation_enabled() ) :
|
10739 |
+
$this->_is_bundle_license_auto_activation_enabled;
|
10740 |
+
}
|
10741 |
+
|
10742 |
/**
|
10743 |
* @author Vova Feldman (@svovaf)
|
10744 |
* @since 1.0.4
|
10799 |
* @author Vova Feldman (@svovaf)
|
10800 |
* @since 1.0.6
|
10801 |
*
|
10802 |
+
* @return number[]|false
|
10803 |
*/
|
10804 |
function get_account_addons() {
|
10805 |
$this->_logger->entrance();
|
10943 |
|
10944 |
if ( ! fs_is_network_admin() ) {
|
10945 |
// Get blog-level activated installations.
|
10946 |
+
$sites = self::maybe_get_entities_account_option( 'sites', array() );
|
10947 |
} else {
|
10948 |
$sites = null;
|
10949 |
|
10952 |
) {
|
10953 |
if ( FS_Site::is_valid_id( $addon_storage->network_install_blog_id ) ) {
|
10954 |
// Get network-level activated installations.
|
10955 |
+
$sites = self::maybe_get_entities_account_option(
|
10956 |
'sites',
|
10957 |
array(),
|
10958 |
$addon_storage->network_install_blog_id
|
10962 |
}
|
10963 |
|
10964 |
$addon_info = array(
|
10965 |
+
'is_connected' => false,
|
10966 |
+
'slug' => $slug,
|
10967 |
+
'title' => $addon->title,
|
10968 |
+
'is_whitelabeled' => $addon_storage->is_whitelabeled
|
10969 |
);
|
10970 |
|
10971 |
if ( ! $is_installed ) {
|
11011 |
|
11012 |
$addon_info['site'] = $site;
|
11013 |
|
11014 |
+
$plugins_data = self::maybe_get_entities_account_option( WP_FS__MODULE_TYPE_PLUGIN . 's', array() );
|
11015 |
if ( isset( $plugins_data[ $slug ] ) ) {
|
11016 |
$plugin_data = $plugins_data[ $slug ];
|
11017 |
|
11018 |
$addon_info['version'] = $plugin_data->version;
|
11019 |
}
|
11020 |
|
11021 |
+
$all_plans = self::maybe_get_entities_account_option( 'plans', array() );
|
11022 |
if ( isset( $all_plans[ $slug ] ) ) {
|
11023 |
$plans = $all_plans[ $slug ];
|
11024 |
|
11031 |
}
|
11032 |
}
|
11033 |
|
11034 |
+
$licenses = self::maybe_get_entities_account_option( 'all_licenses', array() );
|
11035 |
if ( is_array( $licenses ) && isset( $licenses[ $addon_id ] ) ) {
|
11036 |
foreach ( $licenses[ $addon_id ] as $license ) {
|
11037 |
if ( $license->id == $site->license_id ) {
|
11045 |
if ( isset( $addon_storage->subscriptions ) &&
|
11046 |
! empty( $addon_storage->subscriptions )
|
11047 |
) {
|
11048 |
+
$addon_subscriptions = fs_get_entities( $addon_storage->subscriptions, FS_Subscription::get_class_name() );
|
11049 |
+
|
11050 |
+
foreach ( $addon_subscriptions as $subscription ) {
|
11051 |
if ( $subscription->license_id == $site->license_id ) {
|
11052 |
$addon_info['subscription'] = $subscription;
|
11053 |
break;
|
11138 |
function is_premium() {
|
11139 |
/**
|
11140 |
* `$this->_plugin` will be `false` when `is_activation_mode` calls this method directly from the
|
11141 |
+
* `register_constructor_hooks` method.
|
11142 |
*
|
11143 |
* @author Leo Fajardo (@leorw)
|
11144 |
* @since 2.2.3
|
11235 |
return false;
|
11236 |
}
|
11237 |
|
11238 |
+
if ( ! $this->has_active_valid_license() ) {
|
11239 |
+
return false;
|
11240 |
+
}
|
11241 |
+
|
11242 |
+
if ( $this->_site->trial_plan_id != $this->_license->plan_id ) {
|
11243 |
+
return false;
|
11244 |
+
}
|
11245 |
+
|
11246 |
+
/**
|
11247 |
+
* @var FS_Subscription $subscription
|
11248 |
+
*/
|
11249 |
+
$subscription = $this->_get_subscription( $this->_license->id );
|
11250 |
+
|
11251 |
+
return ( is_object( $subscription ) && $subscription->is_active() );
|
11252 |
}
|
11253 |
|
11254 |
/**
|
11383 |
* @author Vova Feldman (@svovaf)
|
11384 |
* @since 1.1.7.3
|
11385 |
*
|
11386 |
+
* @param bool $including_foreign
|
11387 |
+
*
|
11388 |
* @return bool
|
11389 |
*/
|
11390 |
+
function has_any_license( $including_foreign = true ) {
|
11391 |
+
if ( ! is_array( $this->_licenses ) || 0 === count( $this->_licenses ) ) {
|
11392 |
+
return false;
|
11393 |
+
}
|
11394 |
+
|
11395 |
+
if ( $including_foreign ) {
|
11396 |
+
return true;
|
11397 |
+
}
|
11398 |
+
|
11399 |
+
foreach ( $this->_licenses as $license ) {
|
11400 |
+
if ( $this->_user->id == $license->user_id ) {
|
11401 |
+
return true;
|
11402 |
+
}
|
11403 |
+
}
|
11404 |
+
|
11405 |
+
return false;
|
11406 |
}
|
11407 |
|
11408 |
/**
|
11548 |
|
11549 |
if ( $license instanceof FS_Plugin_License ) {
|
11550 |
$this->_licenses[] = $license;
|
11551 |
+
|
11552 |
+
$this->set_license( $license );
|
11553 |
+
|
11554 |
$this->_store_licenses();
|
11555 |
|
11556 |
return $license;
|
11775 |
|
11776 |
// Update current license.
|
11777 |
if ( is_object( $this->_license ) ) {
|
11778 |
+
$license = $this->_get_license_by_id( $this->_license->id );
|
11779 |
+
|
11780 |
+
if ( is_object( $license ) ) {
|
11781 |
+
/**
|
11782 |
+
* `$license` can be `false` in case a user change action has just been completed and this method
|
11783 |
+
* has synced the `$this->_licenses` collection for the new user. In this case, the
|
11784 |
+
* `$this->_licenses` collection may have only the newly activated license that is associated with
|
11785 |
+
* the new user. `set_license` will eventually be called in the same request by the logic that
|
11786 |
+
* follows outside this method which will detect that the install's license has been updated, and
|
11787 |
+
* then `_update_site_license` will be called which in turn will call `set_license`.
|
11788 |
+
*
|
11789 |
+
* @author Leo Fajardo (@leorw)
|
11790 |
+
* @since 2.3.2
|
11791 |
+
*/
|
11792 |
+
$this->set_license( $license );
|
11793 |
+
}
|
11794 |
}
|
11795 |
|
11796 |
return $this->_licenses;
|
12134 |
* Activate a given license on a collection of blogs/sites that are not yet opted-in.
|
12135 |
*
|
12136 |
* @author Vova Feldman (@svovaf)
|
12137 |
+
* @since 2.3.1
|
12138 |
+
*
|
12139 |
+
* @param \FS_User $user
|
12140 |
+
* @param string $license_key
|
12141 |
+
*
|
12142 |
+
* @return true|mixed True if successful, otherwise, the API result.
|
12143 |
+
*/
|
12144 |
+
private function activate_license_on_site( FS_User $user, $license_key ) {
|
12145 |
+
return $this->activate_license_on_many_sites( $user, $license_key );
|
12146 |
+
}
|
12147 |
+
|
12148 |
+
/**
|
12149 |
+
* Activate a given license on a collection of blogs/sites that are not yet opted-in.
|
12150 |
+
*
|
12151 |
+
* @author Vova Feldman (@svovaf)
|
12152 |
+
* @since 2.0.0
|
12153 |
*
|
12154 |
* @param \FS_User $user
|
12155 |
* @param string $license_key
|
12160 |
private function activate_license_on_many_sites(
|
12161 |
FS_User $user,
|
12162 |
$license_key,
|
12163 |
+
array $site_ids = array()
|
12164 |
) {
|
12165 |
$sites = array();
|
12166 |
foreach ( $site_ids as $site_id ) {
|
12184 |
}
|
12185 |
|
12186 |
$installs = array();
|
|
|
|
|
|
|
12187 |
|
12188 |
+
if ( $this->is_api_result_entity( $result ) ) {
|
12189 |
+
$install = new FS_Site( $result );
|
12190 |
|
12191 |
+
$this->_user = $user;
|
12192 |
|
12193 |
+
$this->_store_site( true, null, $install );
|
|
|
|
|
12194 |
|
12195 |
+
$this->_site = $install;
|
12196 |
|
12197 |
+
$this->reset_anonymous_mode();
|
12198 |
+
} else {
|
12199 |
+
foreach ( $result->installs as $install ) {
|
12200 |
+
$installs[] = new FS_Site( $install );
|
12201 |
+
}
|
12202 |
+
|
12203 |
+
// Map site addresses to their blog IDs.
|
12204 |
+
$address_to_blog_map = $this->get_address_to_blog_map();
|
12205 |
|
12206 |
+
$first_blog_id = null;
|
12207 |
+
|
12208 |
+
foreach ( $installs as $install ) {
|
12209 |
+
$address = trailingslashit( fs_strip_url_protocol( $install->url ) );
|
12210 |
+
$blog_id = $address_to_blog_map[ $address ];
|
12211 |
+
|
12212 |
+
$this->_store_site( true, $blog_id, $install );
|
12213 |
+
|
12214 |
+
$this->reset_anonymous_mode( $blog_id );
|
12215 |
+
|
12216 |
+
if ( is_null( $first_blog_id ) ) {
|
12217 |
+
$first_blog_id = $blog_id;
|
12218 |
+
}
|
12219 |
}
|
|
|
12220 |
|
12221 |
+
if ( ! FS_Site::is_valid_id( $this->_storage->network_install_blog_id ) ) {
|
12222 |
+
$this->_storage->network_install_blog_id = $first_blog_id;
|
12223 |
+
}
|
12224 |
}
|
12225 |
|
12226 |
return true;
|
12239 |
function _update_site_license( $new_license ) {
|
12240 |
$this->_logger->entrance();
|
12241 |
|
12242 |
+
/**
|
12243 |
+
* In case this call will be removed in the future, the `_sync_licenses()` method needs to be updated
|
12244 |
+
* accordingly so that it will also handle the case when an ownership change is done via license
|
12245 |
+
* activation.
|
12246 |
+
*
|
12247 |
+
* @author Leo Fajardo (@leorw)
|
12248 |
+
* @since 2.3.2
|
12249 |
+
*/
|
12250 |
+
$this->set_license( $new_license );
|
12251 |
|
12252 |
if ( ! is_object( $new_license ) ) {
|
12253 |
$this->_site->license_id = null;
|
12282 |
return $this->_license;
|
12283 |
}
|
12284 |
|
12285 |
+
/**
|
12286 |
+
* @author Vova Feldman (@svovaf)
|
12287 |
+
* @since 2.3.1
|
12288 |
+
*
|
12289 |
+
* @param \FS_Plugin_License $license
|
12290 |
+
*/
|
12291 |
+
private function set_license( FS_Plugin_License $license = null ) {
|
12292 |
+
$this->_license = $license;
|
12293 |
+
|
12294 |
+
$this->maybe_update_whitelabel_flag( $license );
|
12295 |
+
}
|
12296 |
+
|
12297 |
+
/**
|
12298 |
+
* @author Leo Fajardo (@leorw)
|
12299 |
+
* @since 2.3.1
|
12300 |
+
*
|
12301 |
+
* @param FS_Plugin_License $license
|
12302 |
+
*/
|
12303 |
+
private function maybe_update_whitelabel_flag( $license ) {
|
12304 |
+
$is_whitelabeled = isset( $this->_storage->is_whitelabeled ) ?
|
12305 |
+
$this->_storage->is_whitelabeled :
|
12306 |
+
false;
|
12307 |
+
|
12308 |
+
if ( is_object( $license ) ) {
|
12309 |
+
$license_user = self::_get_user_by_id( $license->user_id );
|
12310 |
+
|
12311 |
+
if ( ! is_object( $license_user ) ) {
|
12312 |
+
// If foreign license, do not update the `is_whitelabeled` flag.
|
12313 |
+
return;
|
12314 |
+
}
|
12315 |
+
|
12316 |
+
if ( $this->is_addon() ) {
|
12317 |
+
/**
|
12318 |
+
* Store the last license data to the parent's storage since it's needed only when showing the
|
12319 |
+
* "Start Debug" dialog which is triggered from the "Account" page. This way, there's no need to
|
12320 |
+
* iterate over the add-ons just to get the last license data.
|
12321 |
+
*/
|
12322 |
+
$this->get_parent_instance()->store_last_activated_license_data( $license, $license_user );
|
12323 |
+
} else {
|
12324 |
+
$this->store_last_activated_license_data( $license );
|
12325 |
+
}
|
12326 |
+
|
12327 |
+
if ( $license->is_whitelabeled ) {
|
12328 |
+
// Activated a developer license, data should be hidden.
|
12329 |
+
$is_whitelabeled = true;
|
12330 |
+
} else if ( $this->is_registered() && $this->_user->id == $license->user_id ) {
|
12331 |
+
// The account owner activated a regular license key, no need to hide the data.
|
12332 |
+
$is_whitelabeled = false;
|
12333 |
+
}
|
12334 |
+
}
|
12335 |
+
|
12336 |
+
$this->_storage->is_whitelabeled = $is_whitelabeled;
|
12337 |
+
|
12338 |
+
// Reset the whitelabeled status after update.
|
12339 |
+
$this->is_whitelabeled = null;
|
12340 |
+
if ( $this->is_addon() ) {
|
12341 |
+
$parent_fs = $this->get_parent_instance();
|
12342 |
+
|
12343 |
+
if ( is_object( $parent_fs ) ) {
|
12344 |
+
$parent_fs->is_whitelabeled = null;
|
12345 |
+
}
|
12346 |
+
}
|
12347 |
+
}
|
12348 |
+
|
12349 |
+
/**
|
12350 |
+
* @author Leo Fajardo (@leorw)
|
12351 |
+
* @since 2.3.1
|
12352 |
+
*
|
12353 |
+
* @param FS_Plugin_License $license
|
12354 |
+
* @param FS_User $license_user
|
12355 |
+
*/
|
12356 |
+
private function store_last_activated_license_data( FS_Plugin_License $license, $license_user = null ) {
|
12357 |
+
if ( ! is_object( $license_user ) ) {
|
12358 |
+
$this->_storage->last_license_key = md5( $license->secret_key );
|
12359 |
+
$this->_storage->last_license_user_id = null;
|
12360 |
+
} else {
|
12361 |
+
$this->_storage->last_license_user_key = md5( $license_user->secret_key );
|
12362 |
+
$this->_storage->last_license_user_id = $license_user->id;
|
12363 |
+
}
|
12364 |
+
}
|
12365 |
+
|
12366 |
+
/**
|
12367 |
+
* @author Leo Fajardo (@leorw)
|
12368 |
+
* @since 2.3.1
|
12369 |
+
*
|
12370 |
+
* @param bool $ignore_data_debug_mode
|
12371 |
+
*
|
12372 |
+
* @return bool
|
12373 |
+
*/
|
12374 |
+
function is_whitelabeled_by_flag( $ignore_data_debug_mode = false ) {
|
12375 |
+
if ( true !== $this->_storage->is_whitelabeled ) {
|
12376 |
+
return false;
|
12377 |
+
} else if ( $ignore_data_debug_mode ) {
|
12378 |
+
return true;
|
12379 |
+
}
|
12380 |
+
|
12381 |
+
$fs = $this->is_addon() ?
|
12382 |
+
$this->get_parent_instance() :
|
12383 |
+
$this;
|
12384 |
+
|
12385 |
+
return ! $fs->is_data_debug_mode();
|
12386 |
+
}
|
12387 |
+
|
12388 |
+
/**
|
12389 |
+
* @author Leo Fajardo (@leorw)
|
12390 |
+
* @since 2.3.1
|
12391 |
+
*
|
12392 |
+
* @return number
|
12393 |
+
*/
|
12394 |
+
function get_last_license_user_id() {
|
12395 |
+
return ( FS_User::is_valid_id( $this->_storage->last_license_user_id ) ) ?
|
12396 |
+
$this->_storage->last_license_user_id :
|
12397 |
+
null;
|
12398 |
+
}
|
12399 |
+
|
12400 |
+
/**
|
12401 |
+
* @author Leo Fajardo (@leorw)
|
12402 |
+
* @since 2.3.1
|
12403 |
+
*
|
12404 |
+
* @param int $blog_id
|
12405 |
+
* @param bool $ignore_data_debug_mode
|
12406 |
+
*
|
12407 |
+
* @return bool
|
12408 |
+
*/
|
12409 |
+
function is_whitelabeled( $ignore_data_debug_mode = false, $blog_id = null ) {
|
12410 |
+
if ( ! is_null( $blog_id ) ) {
|
12411 |
+
$this->switch_to_blog( $blog_id );
|
12412 |
+
}
|
12413 |
+
|
12414 |
+
if ( ! is_null( $this->is_whitelabeled ) ) {
|
12415 |
+
$is_whitelabeled = $this->is_whitelabeled;
|
12416 |
+
} else {
|
12417 |
+
$is_whitelabeled = false;
|
12418 |
+
|
12419 |
+
$is_whitelabeled_flag = $this->is_whitelabeled_by_flag( true );
|
12420 |
+
|
12421 |
+
if ( ! $this->has_addons() ) {
|
12422 |
+
$is_whitelabeled = $is_whitelabeled_flag;
|
12423 |
+
} else if ( $is_whitelabeled_flag ) {
|
12424 |
+
$is_whitelabeled = true;
|
12425 |
+
} else {
|
12426 |
+
$addon_ids = $this->get_updated_account_addons();
|
12427 |
+
$installed_addons = $this->get_installed_addons();
|
12428 |
+
foreach ( $installed_addons as $fs_addon ) {
|
12429 |
+
$addon_ids[] = $fs_addon->get_id();
|
12430 |
+
}
|
12431 |
+
|
12432 |
+
if ( ! empty( $addon_ids ) ) {
|
12433 |
+
$addon_ids = array_unique( $addon_ids );
|
12434 |
+
|
12435 |
+
$is_network_level = (
|
12436 |
+
fs_is_network_admin() &&
|
12437 |
+
$this->is_network_active()
|
12438 |
+
);
|
12439 |
+
|
12440 |
+
foreach ( $addon_ids as $addon_id ) {
|
12441 |
+
$addon = $this->get_addon( $addon_id );
|
12442 |
+
|
12443 |
+
if ( ! is_object( $addon ) ) {
|
12444 |
+
continue;
|
12445 |
+
}
|
12446 |
+
|
12447 |
+
$addon_storage = FS_Storage::instance( WP_FS__MODULE_TYPE_PLUGIN, $addon->slug );
|
12448 |
+
$fs_addon = $this->is_addon_activated( $addon_id ) ?
|
12449 |
+
self::get_addon_instance( $addon_id ) :
|
12450 |
+
null;
|
12451 |
+
|
12452 |
+
$was_addon_network_activated = false;
|
12453 |
+
|
12454 |
+
if ( is_object( $fs_addon ) ) {
|
12455 |
+
$was_addon_network_activated = $fs_addon->is_network_active();
|
12456 |
+
} else if ( $is_network_level ) {
|
12457 |
+
$was_addon_network_activated = $addon_storage->get( 'was_plugin_loaded', false, true );
|
12458 |
+
}
|
12459 |
+
|
12460 |
+
$network_delegated_connection = (
|
12461 |
+
$was_addon_network_activated &&
|
12462 |
+
$addon_storage->get( 'is_delegated_connection', false, true )
|
12463 |
+
);
|
12464 |
+
|
12465 |
+
if (
|
12466 |
+
$is_network_level &&
|
12467 |
+
( ! $was_addon_network_activated || $network_delegated_connection )
|
12468 |
+
) {
|
12469 |
+
$sites = self::get_sites();
|
12470 |
+
|
12471 |
+
/**
|
12472 |
+
* If in network admin area and the add-on was not network-activated or network-activated
|
12473 |
+
* and network-delegated, find any add-on whose is_whitelabeled flag is true.
|
12474 |
+
*/
|
12475 |
+
foreach ( $sites as $site ) {
|
12476 |
+
$site_info = $this->get_site_info( $site );
|
12477 |
+
|
12478 |
+
if ( $addon_storage->get( 'is_whitelabeled', false, $site_info['blog_id'] ) ) {
|
12479 |
+
$is_whitelabeled = true;
|
12480 |
+
break;
|
12481 |
+
}
|
12482 |
+
}
|
12483 |
+
|
12484 |
+
if ( $is_whitelabeled ) {
|
12485 |
+
break;
|
12486 |
+
}
|
12487 |
+
} else {
|
12488 |
+
/**
|
12489 |
+
* This will be executed when any of the following is met:
|
12490 |
+
* 1. Add-on was network-activated, not network-delegated, and in network admin area.
|
12491 |
+
* 2. Add-on was network-activated, network-delegated, and in site admin area.
|
12492 |
+
* 3. Add-on was not network-activated and in site admin area.
|
12493 |
+
*/
|
12494 |
+
if ( true === $addon_storage->is_whitelabeled ) {
|
12495 |
+
$is_whitelabeled = true;
|
12496 |
+
break;
|
12497 |
+
}
|
12498 |
+
}
|
12499 |
+
}
|
12500 |
+
}
|
12501 |
+
}
|
12502 |
+
|
12503 |
+
$this->is_whitelabeled = $is_whitelabeled;
|
12504 |
+
|
12505 |
+
if ( ! $is_whitelabeled || ! $this->is_data_debug_mode() ) {
|
12506 |
+
$this->_admin_notices->remove_sticky( 'data_debug_mode_enabled' );
|
12507 |
+
}
|
12508 |
+
|
12509 |
+
if ( ! is_null( $blog_id ) ) {
|
12510 |
+
$this->restore_current_blog();
|
12511 |
+
}
|
12512 |
+
}
|
12513 |
+
|
12514 |
+
return (
|
12515 |
+
$is_whitelabeled &&
|
12516 |
+
( $ignore_data_debug_mode || ! $this->is_data_debug_mode() )
|
12517 |
+
);
|
12518 |
+
}
|
12519 |
+
|
12520 |
/**
|
12521 |
* Sync site's subscription.
|
12522 |
*
|
12574 |
return null;
|
12575 |
}
|
12576 |
|
12577 |
+
foreach ( fs_get_entities( $this->_storage->subscriptions, FS_Subscription::get_class_name() ) as $subscription ) {
|
12578 |
if ( $subscription->license_id == $license_id ) {
|
12579 |
return $subscription;
|
12580 |
}
|
12600 |
return;
|
12601 |
}
|
12602 |
|
12603 |
+
$subscriptions = fs_get_entities( $this->_storage->subscriptions, FS_Subscription::get_class_name() );
|
12604 |
|
12605 |
$updated_subscription = false;
|
12606 |
foreach ( $subscriptions as $key => $existing_subscription ) {
|
12695 |
}
|
12696 |
|
12697 |
$current_plan_order = - 1;
|
12698 |
+
$required_plan_order = PHP_INT_MAX;
|
12699 |
for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
|
12700 |
if ( $plan === $this->_plans[ $i ]->name ) {
|
12701 |
$required_plan_order = $i;
|
12713 |
* @author Vova Feldman (@svovaf)
|
12714 |
* @since 1.2.1.7
|
12715 |
*
|
12716 |
+
* @param bool $double_check In some cases developers prefer to release their paid offering as premium-only, even though there is a free version. For those cases, looking at the 'is_premium_only' value isn't enough because the result will return false even when the product has only signle paid plan.
|
12717 |
+
*
|
12718 |
* @return bool
|
12719 |
*/
|
12720 |
+
function is_single_plan( $double_check = false ) {
|
12721 |
$this->_logger->entrance();
|
12722 |
|
12723 |
if ( ! $this->is_registered() ||
|
12727 |
return true;
|
12728 |
}
|
12729 |
|
12730 |
+
$has_free_plan = $this->has_free_plan();
|
12731 |
+
|
12732 |
+
if ( ! $has_free_plan && $double_check ) {
|
12733 |
+
foreach ( $this->_plans as $plan ) {
|
12734 |
+
if ( $plan->is_free() ) {
|
12735 |
+
$has_free_plan = true;
|
12736 |
+
break;
|
12737 |
+
}
|
12738 |
+
}
|
12739 |
+
}
|
12740 |
+
|
12741 |
+
return ( 1 === ( count( $this->_plans ) - ( $has_free_plan ? 1 : 0 ) ) );
|
12742 |
}
|
12743 |
|
12744 |
/**
|
12852 |
fs_require_template( 'forms/resend-key.php', $vars );
|
12853 |
}
|
12854 |
|
12855 |
+
/**
|
12856 |
+
* Returns a collection of IDs of installs that are associated with the context product and its add-ons, and activated with foreign licenses.
|
12857 |
+
*
|
12858 |
+
* @author Leo Fajardo (@leorw)
|
12859 |
+
* @since 2.3.2
|
12860 |
+
*
|
12861 |
+
* @return number[]
|
12862 |
+
*/
|
12863 |
+
function get_installs_ids_with_foreign_licenses() {
|
12864 |
+
$installs = array();
|
12865 |
+
|
12866 |
+
if (
|
12867 |
+
is_object( $this->_license ) &&
|
12868 |
+
$this->_site->user_id != $this->_license->user_id
|
12869 |
+
) {
|
12870 |
+
$installs[] = $this->_site->id;
|
12871 |
+
}
|
12872 |
+
|
12873 |
+
/**
|
12874 |
+
* Also try to get foreign licenses for the context product's add-ons.
|
12875 |
+
*/
|
12876 |
+
$installs_by_slug_map = $this->get_parent_and_addons_installs_info();
|
12877 |
+
|
12878 |
+
foreach ( $installs_by_slug_map as $slug => $install_info ) {
|
12879 |
+
if ( $slug == $this->get_slug() ) {
|
12880 |
+
continue;
|
12881 |
+
}
|
12882 |
+
|
12883 |
+
$install = $install_info['install'];
|
12884 |
+
$license = $install_info['license'];
|
12885 |
+
|
12886 |
+
if (
|
12887 |
+
is_object( $license ) &&
|
12888 |
+
$install->user_id != $license->user_id
|
12889 |
+
) {
|
12890 |
+
$installs[] = $install->id;
|
12891 |
+
}
|
12892 |
+
}
|
12893 |
+
|
12894 |
+
return $installs;
|
12895 |
+
}
|
12896 |
+
|
12897 |
+
/**
|
12898 |
+
* Displays the "Change User" dialog box when the user clicks on the "Change User" button on the "Account" page.
|
12899 |
+
*
|
12900 |
+
* @author Leo Fajardo (@leorw)
|
12901 |
+
* @since 2.3.2
|
12902 |
+
*
|
12903 |
+
* @param number[] $install_ids
|
12904 |
+
*/
|
12905 |
+
function _add_user_change_dialog_box( $install_ids ) {
|
12906 |
+
$vars = array(
|
12907 |
+
'id' => $this->_module_id,
|
12908 |
+
'license_owners' => $this->fetch_installs_licenses_owners_data( $install_ids )
|
12909 |
+
);
|
12910 |
+
|
12911 |
+
fs_require_template( 'forms/user-change.php', $vars );
|
12912 |
+
}
|
12913 |
+
|
12914 |
+
/**
|
12915 |
+
* @author Leo Fajardo (@leorw)
|
12916 |
+
* @since 2.3.1
|
12917 |
+
*/
|
12918 |
+
function _add_data_debug_mode_dialog_box() {
|
12919 |
+
$vars = array(
|
12920 |
+
'id' => $this->_module_id,
|
12921 |
+
);
|
12922 |
+
|
12923 |
+
fs_require_template( 'forms/data-debug-mode.php', $vars );
|
12924 |
+
}
|
12925 |
+
|
12926 |
/**
|
12927 |
* Displays a subscription cancellation dialog box when the user clicks on the "Deactivate License"
|
12928 |
* link on the "Account" page or deactivates a plugin and there's an active subscription that is
|
12941 |
// Subscription cancellation dialog box is currently not supported for multisite networks.
|
12942 |
return array();
|
12943 |
}
|
12944 |
+
|
12945 |
+
if ( $this->is_whitelabeled() ) {
|
12946 |
+
return array();
|
12947 |
+
}
|
12948 |
|
12949 |
$license = $this->_get_license();
|
12950 |
|
13022 |
* @since 1.2.0
|
13023 |
*/
|
13024 |
function _add_license_activation() {
|
13025 |
+
if ( $this->is_migration() ) {
|
13026 |
+
return;
|
13027 |
+
}
|
13028 |
+
|
13029 |
if ( ! $this->is_user_admin() ) {
|
13030 |
// Only admins can activate a license.
|
13031 |
return;
|
13036 |
return;
|
13037 |
}
|
13038 |
|
13039 |
+
if (
|
13040 |
+
$this->has_premium_version() &&
|
13041 |
+
! $this->is_premium() &&
|
13042 |
+
/**
|
13043 |
+
* Also handle the case when an upgrade was made using the free version.
|
13044 |
+
*
|
13045 |
+
* @author Leo Fajardo (@leorw)
|
13046 |
+
* @since 2.3.2
|
13047 |
+
*/
|
13048 |
+
! is_object( $this->_get_license() )
|
13049 |
+
) {
|
13050 |
+
// Only add license activation logic to the premium version, or in case of a serviceware plugin, also in the free version.
|
13051 |
return;
|
13052 |
}
|
13053 |
|
13073 |
$this->add_ajax_action( 'resend_license_key', array( &$this, '_resend_license_key_ajax_action' ) );
|
13074 |
}
|
13075 |
|
13076 |
+
/**
|
13077 |
+
* Prepares page to include all required UI and logic for the "Change User" dialog.
|
13078 |
+
*
|
13079 |
+
* @author Leo Fajardo (@leorw)
|
13080 |
+
* @since 2.3.2
|
13081 |
+
*/
|
13082 |
+
function _add_user_change_option() {
|
13083 |
+
if ( ! $this->should_handle_user_change() ) {
|
13084 |
+
return;
|
13085 |
+
}
|
13086 |
+
|
13087 |
+
$installs_ids_with_foreign_licenses = $this->get_installs_ids_with_foreign_licenses();
|
13088 |
+
|
13089 |
+
if ( empty( $installs_ids_with_foreign_licenses ) ) {
|
13090 |
+
// Handle user change only when the parent product or one of its add-ons is activated with a foreign license.
|
13091 |
+
return;
|
13092 |
+
}
|
13093 |
+
|
13094 |
+
// Add user change AJAX handler.
|
13095 |
+
$this->add_ajax_action( 'change_user', array( &$this, '_user_change_ajax_action' ) );
|
13096 |
+
}
|
13097 |
+
|
13098 |
+
/**
|
13099 |
+
* @author Leo Fajardo (@leorw)
|
13100 |
+
* @since 2.3.2
|
13101 |
+
*/
|
13102 |
+
function should_handle_user_change() {
|
13103 |
+
if ( ! $this->is_user_admin() ) {
|
13104 |
+
// Only admins can change user.
|
13105 |
+
return false;
|
13106 |
+
}
|
13107 |
+
|
13108 |
+
if ( $this->is_addon() ) {
|
13109 |
+
return false;
|
13110 |
+
}
|
13111 |
+
|
13112 |
+
if ( ! $this->is_registered() ) {
|
13113 |
+
return false;
|
13114 |
+
}
|
13115 |
+
|
13116 |
+
if (
|
13117 |
+
$this->is_network_active() &&
|
13118 |
+
( fs_is_network_admin() || ! $this->is_site_delegated_connection() )
|
13119 |
+
) {
|
13120 |
+
// Handle only on site-level "Account" section for now.
|
13121 |
+
return false;
|
13122 |
+
}
|
13123 |
+
|
13124 |
+
return true;
|
13125 |
+
}
|
13126 |
+
|
13127 |
/**
|
13128 |
* @author Leo Fajardo (@leorw)
|
13129 |
* @since 2.0.2
|
13200 |
$this->_user->is_beta = $user->is_beta;
|
13201 |
$this->_store_user();
|
13202 |
|
13203 |
+
self::shoot_ajax_response( array( 'success' => true ) );
|
13204 |
+
}
|
13205 |
+
|
13206 |
+
/**
|
13207 |
+
* License activation WP AJAX handler.
|
13208 |
+
*
|
13209 |
+
* @author Leo Fajardo (@leorw)
|
13210 |
+
* @since 1.1.9
|
13211 |
+
*
|
13212 |
+
* @uses Freemius::activate_license()
|
13213 |
+
*/
|
13214 |
+
function _activate_license_ajax_action() {
|
13215 |
+
$this->_logger->entrance();
|
13216 |
+
|
13217 |
+
$this->check_ajax_referer( 'activate_license' );
|
13218 |
+
|
13219 |
+
$license_key = trim( fs_request_get( 'license_key' ) );
|
13220 |
+
|
13221 |
+
if ( empty( $license_key ) ) {
|
13222 |
+
exit;
|
13223 |
+
}
|
13224 |
+
|
13225 |
+
$sites = fs_is_network_admin() ?
|
13226 |
+
fs_request_get( 'sites', array(), 'post' ) :
|
13227 |
+
array();
|
13228 |
+
|
13229 |
+
$result = $this->activate_license(
|
13230 |
+
$license_key,
|
13231 |
+
$sites,
|
13232 |
+
fs_request_get_bool( 'is_marketing_allowed', null ),
|
13233 |
+
fs_request_get( 'blog_id', null ),
|
13234 |
+
fs_request_get( 'module_id', null, 'post' ),
|
13235 |
+
fs_request_get( 'user_id', null ),
|
13236 |
+
fs_request_get_bool( 'is_extensions_tracking_allowed', true )
|
13237 |
+
);
|
13238 |
+
|
13239 |
+
if (
|
13240 |
+
$result['success'] &&
|
13241 |
+
$this->is_bundle_license_auto_activation_enabled()
|
13242 |
+
) {
|
13243 |
+
$license = new FS_Plugin_License();
|
13244 |
+
$license->secret_key = $license_key;
|
13245 |
+
|
13246 |
+
$this->maybe_activate_bundle_license( $license, $sites );
|
13247 |
+
}
|
13248 |
+
|
13249 |
+
echo json_encode( $result );
|
13250 |
+
|
13251 |
+
exit;
|
13252 |
+
}
|
13253 |
+
|
13254 |
+
/**
|
13255 |
+
* User change WP AJAX handler.
|
13256 |
+
*
|
13257 |
+
* @author Leo Fajardo (@leorw)
|
13258 |
+
* @since 2.3.2
|
13259 |
+
*/
|
13260 |
+
function _user_change_ajax_action() {
|
13261 |
+
$this->_logger->entrance();
|
13262 |
+
|
13263 |
+
$this->check_ajax_referer( 'change_user' );
|
13264 |
+
|
13265 |
+
$new_email_address = trim( fs_request_get( 'email_address', '' ) );
|
13266 |
+
$new_user_id = fs_request_get( 'user_id' );
|
13267 |
+
|
13268 |
+
if ( empty( $new_email_address ) && ! FS_User::is_valid_id( $new_user_id ) ) {
|
13269 |
+
self::shoot_ajax_failure( fs_text_inline( 'Invalid new user ID or email address.', 'invalid-new-user-id-or-email', $this->get_slug() ) );
|
13270 |
+
}
|
13271 |
+
|
13272 |
+
$params = array();
|
13273 |
+
|
13274 |
+
if ( ! empty( $new_email_address ) ) {
|
13275 |
+
$params['user_email'] = $new_email_address;
|
13276 |
+
} else {
|
13277 |
+
$params['user_id'] = $new_user_id;
|
13278 |
+
}
|
13279 |
+
|
13280 |
+
$installs_info_by_slug_map = $this->get_parent_and_addons_installs_info();
|
13281 |
+
$install_ids = array();
|
13282 |
+
|
13283 |
+
foreach ( $installs_info_by_slug_map as $slug => $install_info ) {
|
13284 |
+
$install_ids[ $slug ] = $install_info['install']->id;
|
13285 |
+
}
|
13286 |
+
|
13287 |
+
$params['install_ids'] = implode( ',', array_values( $install_ids ) );
|
13288 |
+
|
13289 |
+
$install = $this->get_api_site_scope()->call( $this->add_show_pending( '/' ), 'put', $params );
|
13290 |
+
|
13291 |
+
if ( FS_Api::is_api_error( $install ) ) {
|
13292 |
+
$error = '';
|
13293 |
+
|
13294 |
+
if ( is_object( $install ) ) {
|
13295 |
+
switch ( $install->error->code ) {
|
13296 |
+
case 'user_exist':
|
13297 |
+
$error = (
|
13298 |
+
$this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...' .
|
13299 |
+
$this->get_text_inline( 'Sorry, we could not complete the email update. Another user with the same email is already registered.', 'user-exist-message' ) . ' ' .
|
13300 |
+
sprintf( $this->get_text_inline( 'If you would like to give up the ownership of the %s\'s account to %s click the Change Ownership button.', 'user-exist-message_ownership' ), $this->_module_type, '<b>' . $new_email_address . '</b>' ) .
|
13301 |
+
sprintf(
|
13302 |
+
'<a style="line-height: 40px;" href="%s"><button class="button button-primary">%s ➜</button></a>',
|
13303 |
+
$this->get_account_url( 'change_owner', array(
|
13304 |
+
'state' => 'init',
|
13305 |
+
'candidate_email' => $new_email_address
|
13306 |
+
) ),
|
13307 |
+
$this->get_text_inline( 'Change Ownership', 'change-ownership' )
|
13308 |
+
)
|
13309 |
+
);
|
13310 |
+
break;
|
13311 |
+
}
|
13312 |
+
}
|
13313 |
+
|
13314 |
+
if ( empty( $error ) ) {
|
13315 |
+
$error = FS_Api::is_api_error_object( $install ) ?
|
13316 |
+
$install->error->message :
|
13317 |
+
var_export( $install->error, true );
|
13318 |
+
}
|
13319 |
+
|
13320 |
+
self::shoot_ajax_failure( $error );
|
13321 |
+
} else {
|
13322 |
+
if (
|
13323 |
+
// If successful ownership change.
|
13324 |
+
$this->get_user()->id != $install->user_id ||
|
13325 |
+
! empty( $new_email_address )
|
13326 |
+
) {
|
13327 |
+
$this->complete_ownership_change_by_license( $install->user_id, $install_ids );
|
13328 |
+
}
|
13329 |
+
}
|
13330 |
+
|
13331 |
+
self::shoot_ajax_success();
|
13332 |
+
}
|
13333 |
+
|
13334 |
+
/**
|
13335 |
+
* @author Leo Fajardo (@leorw)
|
13336 |
+
* @since 2.3.2.14
|
13337 |
+
*/
|
13338 |
+
function starting_migration() {
|
13339 |
+
if ( ! empty( $this->_storage->license_migration ) ) {
|
13340 |
+
// Do not overwrite the data if already set.
|
13341 |
+
return;
|
13342 |
+
}
|
13343 |
+
|
13344 |
+
$this->_storage->license_migration = array(
|
13345 |
+
'is_migrating' => true,
|
13346 |
+
'start_timestamp' => time()
|
13347 |
+
);
|
13348 |
}
|
13349 |
|
13350 |
/**
|
|
|
|
|
13351 |
* @author Leo Fajardo (@leorw)
|
13352 |
+
* @since 2.3.2.14
|
|
|
|
|
13353 |
*/
|
13354 |
+
function is_migration() {
|
13355 |
+
if ( $this->is_addon() ) {
|
13356 |
+
return $this->get_parent_instance()->is_migration();
|
13357 |
+
}
|
13358 |
|
13359 |
+
if ( empty( $this->_storage->license_migration ) ) {
|
13360 |
+
return false;
|
13361 |
+
}
|
13362 |
|
13363 |
+
if ( ! $this->_storage->license_migration['is_migrating'] ) {
|
13364 |
+
return false;
|
13365 |
}
|
13366 |
|
13367 |
+
return (
|
13368 |
+
// Return `true` if the migration is within 5 minutes from the starting time.
|
13369 |
+
( time() - $this->_storage->license_migration['start_timestamp'] ) <= WP_FS__TIME_5_MIN_IN_SEC
|
|
|
|
|
|
|
|
|
|
|
13370 |
);
|
|
|
|
|
|
|
|
|
13371 |
}
|
13372 |
|
13373 |
/**
|
13374 |
+
*
|
13375 |
* A helper method to activate migrated licenses. If the product is network activated and integrated, the method will network activate the license.
|
13376 |
*
|
13377 |
* @author Vova Feldman (@svovaf)
|
13380 |
* @param string $license_key
|
13381 |
* @param null|bool $is_marketing_allowed
|
13382 |
* @param null|number $plugin_id
|
13383 |
+
* @param array $sites
|
13384 |
+
* @param int $blog_id
|
13385 |
*
|
13386 |
* @return array {
|
13387 |
* @var bool $success
|
13394 |
function activate_migrated_license(
|
13395 |
$license_key,
|
13396 |
$is_marketing_allowed = null,
|
13397 |
+
$plugin_id = null,
|
13398 |
+
$sites = array(),
|
13399 |
+
$blog_id = null
|
13400 |
) {
|
13401 |
+
$this->_logger->entrance();
|
13402 |
+
|
13403 |
+
$result = $this->activate_license(
|
13404 |
$license_key,
|
13405 |
+
( empty( $sites ) && is_null( $blog_id ) && $this->is_network_active() ) ?
|
13406 |
$this->get_sites_for_network_level_optin() :
|
13407 |
+
$sites,
|
13408 |
$is_marketing_allowed,
|
13409 |
+
$blog_id,
|
13410 |
$plugin_id
|
13411 |
);
|
13412 |
+
|
13413 |
+
// No need to show the sticky after license activation notice after migrating a license.
|
13414 |
+
$this->_admin_notices->remove_sticky( 'plan_upgraded' );
|
13415 |
+
|
13416 |
+
return $result;
|
13417 |
+
}
|
13418 |
+
|
13419 |
+
/**
|
13420 |
+
* @author Leo Fajardo (@leorw)
|
13421 |
+
* @since 2.3.1
|
13422 |
+
*
|
13423 |
+
* @return string
|
13424 |
+
*/
|
13425 |
+
function get_pricing_js_path() {
|
13426 |
+
return $this->apply_filters( 'freemius_pricing_js_path', WP_FS__DIR_INCLUDES . '/freemius-pricing/freemius-pricing.js' );
|
13427 |
+
}
|
13428 |
+
|
13429 |
+
/**
|
13430 |
+
* @author Leo Fajardo (@leorw)
|
13431 |
+
* @since 2.3.1
|
13432 |
+
*
|
13433 |
+
* @return bool
|
13434 |
+
*/
|
13435 |
+
function should_use_external_pricing() {
|
13436 |
+
if ( is_null( $this->_use_external_pricing ) ) {
|
13437 |
+
$pricing_js_path = $this->get_pricing_js_path();
|
13438 |
+
|
13439 |
+
$this->_use_external_pricing = ( empty( $pricing_js_path ) || ! file_exists( $pricing_js_path ) );
|
13440 |
+
}
|
13441 |
+
|
13442 |
+
return $this->_use_external_pricing;
|
13443 |
}
|
13444 |
|
13445 |
/**
|
13453 |
* @param null|bool $is_marketing_allowed
|
13454 |
* @param null|int $blog_id
|
13455 |
* @param null|number $plugin_id
|
13456 |
+
* @param null|number $license_owner_id
|
13457 |
*
|
13458 |
* @return array {
|
13459 |
* @var bool $success
|
13466 |
$sites = array(),
|
13467 |
$is_marketing_allowed = null,
|
13468 |
$blog_id = null,
|
13469 |
+
$plugin_id = null,
|
13470 |
+
$license_owner_id = null,
|
13471 |
+
$is_extensions_tracking_allowed = true
|
13472 |
) {
|
13473 |
$this->_logger->entrance();
|
13474 |
|
13475 |
$license_key = trim( $license_key );
|
13476 |
|
13477 |
+
$is_network_activation_or_migration = (
|
13478 |
+
fs_is_network_admin() ||
|
13479 |
+
( ! empty( $sites ) && $this->is_migration() )
|
13480 |
+
);
|
13481 |
+
|
13482 |
+
if ( ! $is_network_activation_or_migration ) {
|
13483 |
// If the license activation is executed outside the context of a network admin, ignore the sites collection.
|
13484 |
$sites = array();
|
13485 |
}
|
13488 |
$this :
|
13489 |
$this->get_addon_instance( $plugin_id );
|
13490 |
|
13491 |
+
$this->update_extensions_tracking_flag( $is_extensions_tracking_allowed );
|
13492 |
+
|
13493 |
$error = false;
|
13494 |
$next_page = false;
|
13495 |
|
13496 |
$has_valid_blog_id = is_numeric( $blog_id );
|
13497 |
|
13498 |
+
$user = null;
|
13499 |
+
|
13500 |
+
if ( $fs->is_addon() && $fs->get_parent_instance()->is_registered() ) {
|
13501 |
+
/**
|
13502 |
+
* When activating an add-on's license and the parent is opted-in, activate the license with the parent's opted-in user context.
|
13503 |
+
*
|
13504 |
+
* @author Vova Feldman (@svovaf)
|
13505 |
+
*/
|
13506 |
+
$user = $fs->get_parent_instance()->get_current_or_network_user();
|
13507 |
+
} else if ( $fs->is_registered() ) {
|
13508 |
+
$user = $fs->get_current_or_network_user();
|
13509 |
+
}
|
13510 |
+
|
13511 |
+
if ( $has_valid_blog_id ) {
|
13512 |
+
/**
|
13513 |
+
* If a specific blog ID was provided, activate the license only on the specific blog that is associated with the given blog ID.
|
13514 |
+
*
|
13515 |
+
* @author Leo Fajardo (@leorw)
|
13516 |
+
*/
|
13517 |
+
$fs->switch_to_blog( $blog_id );
|
13518 |
+
}
|
13519 |
+
|
13520 |
+
if ( is_object( $user ) ) {
|
13521 |
+
if ( $is_network_activation_or_migration && ! $has_valid_blog_id ) {
|
13522 |
// If no specific blog ID was provided, activate the license for all sites in the network.
|
13523 |
$blog_2_install_map = array();
|
13524 |
$site_ids = array();
|
13528 |
continue;
|
13529 |
}
|
13530 |
|
13531 |
+
$install = $fs->get_install_by_blog_id( $site['blog_id'] );
|
13532 |
|
13533 |
if ( is_object( $install ) ) {
|
13534 |
$blog_2_install_map[ $site['blog_id'] ] = $install;
|
13537 |
}
|
13538 |
}
|
13539 |
|
|
|
|
|
13540 |
if ( ! empty( $blog_2_install_map ) ) {
|
13541 |
+
$result = $fs->activate_license_on_many_installs( $user, $license_key, $blog_2_install_map );
|
13542 |
|
13543 |
if ( true !== $result ) {
|
13544 |
$error = FS_Api::is_api_error_object( $result ) ?
|
13548 |
}
|
13549 |
|
13550 |
if ( empty( $error ) && ! empty( $site_ids ) ) {
|
13551 |
+
$result = $fs->activate_license_on_many_sites( $user, $license_key, $site_ids );
|
13552 |
|
13553 |
if ( true !== $result ) {
|
13554 |
$error = FS_Api::is_api_error_object( $result ) ?
|
13557 |
}
|
13558 |
}
|
13559 |
} else {
|
13560 |
+
if ( $fs->is_registered() ) {
|
13561 |
+
$params = array(
|
13562 |
+
'license_key' => $fs->apply_filters( 'license_key', $license_key )
|
13563 |
+
);
|
|
|
|
|
|
|
|
|
|
|
13564 |
|
13565 |
+
$install_ids = array();
|
13566 |
|
13567 |
+
$change_owner = FS_User::is_valid_id( $license_owner_id );
|
|
|
|
|
13568 |
|
13569 |
+
if ( $change_owner ) {
|
13570 |
+
$params['user_id'] = $license_owner_id;
|
13571 |
|
13572 |
+
$installs_info_by_slug_map = $fs->get_parent_and_addons_installs_info();
|
13573 |
+
|
13574 |
+
foreach ( $installs_info_by_slug_map as $slug => $install_info ) {
|
13575 |
+
$install_ids[ $slug ] = $install_info['install']->id;
|
13576 |
+
}
|
13577 |
+
|
13578 |
+
$params['install_ids'] = implode( ',', array_values( $install_ids ) );
|
13579 |
+
}
|
13580 |
+
|
13581 |
+
$api = $fs->get_api_site_scope();
|
13582 |
+
|
13583 |
+
$install = $api->call( $fs->add_show_pending( '/' ), 'put', $params );
|
13584 |
+
|
13585 |
+
if ( FS_Api::is_api_error( $install ) ) {
|
13586 |
+
$error = FS_Api::is_api_error_object( $install ) ?
|
13587 |
+
$install->error->message :
|
13588 |
+
var_export( $install->error, true );
|
13589 |
+
} else {
|
13590 |
+
$fs->reconnect_locally( $has_valid_blog_id );
|
13591 |
+
|
13592 |
+
if (
|
13593 |
+
$change_owner &&
|
13594 |
+
// If successful ownership change.
|
13595 |
+
$fs->get_user()->id != $install->user_id
|
13596 |
+
) {
|
13597 |
+
$fs->complete_ownership_change_by_license( $install->user_id, $install_ids );
|
13598 |
+
}
|
13599 |
+
}
|
13600 |
+
} else /* ( $fs->is_addon() && $fs->get_parent_instance()->is_registered() ) */ {
|
13601 |
+
$result = $fs->activate_license_on_site( $user, $license_key );
|
13602 |
+
|
13603 |
+
if ( true !== $result ) {
|
13604 |
+
$error = FS_Api::is_api_error_object( $result ) ?
|
13605 |
+
$result->error->message :
|
13606 |
+
var_export( $result, true );
|
13607 |
+
}
|
13608 |
}
|
13609 |
}
|
13610 |
|
13611 |
if ( empty( $error ) ) {
|
13612 |
+
$fs->network_upgrade_mode_completed();
|
13613 |
+
|
13614 |
+
$fs->_user = $user;
|
13615 |
+
|
13616 |
+
if ( fs_is_network_admin() && ! $has_valid_blog_id ) {
|
13617 |
+
$fs->_site = $fs->get_network_install();
|
13618 |
+
}
|
13619 |
|
13620 |
$fs->_sync_license( true, $has_valid_blog_id );
|
13621 |
|
13622 |
+
$this->maybe_sync_install_user();
|
13623 |
+
|
13624 |
$next_page = $fs->is_addon() ?
|
13625 |
$fs->get_parent_instance()->get_account_url() :
|
13626 |
+
$fs->get_after_activation_url( 'after_connect_url' );
|
13627 |
}
|
13628 |
} else {
|
13629 |
$next_page = $fs->opt_in(
|
13641 |
if ( isset( $next_page->error ) ) {
|
13642 |
$error = $next_page->error;
|
13643 |
} else {
|
13644 |
+
if ( $is_network_activation_or_migration ) {
|
13645 |
/**
|
13646 |
* Get the list of sites that were just opted-in (and license activated).
|
13647 |
* This is an optimization for the next part below saving some DB queries.
|
13669 |
continue;
|
13670 |
}
|
13671 |
|
13672 |
+
if ( $fs->is_installed_on_site( $blog_id ) ) {
|
13673 |
// Site was already connected before.
|
13674 |
continue;
|
13675 |
}
|
13676 |
|
13677 |
+
if ( $fs->is_site_delegated_connection( $blog_id ) ) {
|
13678 |
// Site's connection was delegated.
|
13679 |
continue;
|
13680 |
}
|
13681 |
|
13682 |
+
if ( $fs->is_anonymous_site( $blog_id ) ) {
|
13683 |
// Site connection was already skipped.
|
13684 |
continue;
|
13685 |
}
|
13688 |
}
|
13689 |
|
13690 |
if ( ! empty( $pending_sites ) ) {
|
13691 |
+
if ( $fs->is_freemium() && $fs->is_enable_anonymous() ) {
|
13692 |
+
$fs->skip_connection( $pending_sites );
|
13693 |
} else {
|
13694 |
+
$fs->delegate_connection( $pending_sites );
|
13695 |
}
|
13696 |
}
|
13697 |
}
|
13698 |
}
|
13699 |
}
|
13700 |
|
13701 |
+
if ( false === $error && true === $fs->_storage->require_license_activation ) {
|
13702 |
+
$fs->_storage->require_license_activation = false;
|
13703 |
}
|
13704 |
|
13705 |
$result = array(
|
13707 |
);
|
13708 |
|
13709 |
if ( false !== $error ) {
|
13710 |
+
$result['error'] = $fs->apply_filters( 'opt_in_error_message', $error );
|
13711 |
} else {
|
13712 |
+
if ( $fs->is_addon() || $fs->has_addons() ) {
|
13713 |
/**
|
13714 |
* Purge the valid user licenses cache so that when the "Account" or the "Add-Ons" page is loaded,
|
13715 |
* an updated valid user licenses collection will be fetched from the server which is used to also
|
13718 |
* @author Leo Fajardo (@leorw)
|
13719 |
* @since 2.2.4
|
13720 |
*/
|
13721 |
+
$fs->purge_valid_user_licenses_cache();
|
13722 |
}
|
13723 |
|
13724 |
$result['next_page'] = $next_page;
|
13727 |
return $result;
|
13728 |
}
|
13729 |
|
13730 |
+
/**
|
13731 |
+
* @author Leo Fajardo (@leorw)
|
13732 |
+
* @since 2.3.2
|
13733 |
+
*
|
13734 |
+
* @return array {
|
13735 |
+
* @key string Product slug.
|
13736 |
+
* @value array {
|
13737 |
+
* @property FS_Site $site
|
13738 |
+
* @property FS_Plugin_License $license
|
13739 |
+
* }
|
13740 |
+
* }
|
13741 |
+
*/
|
13742 |
+
private function get_parent_and_addons_installs_info() {
|
13743 |
+
$fs = $this->is_addon() ?
|
13744 |
+
$this->get_parent_instance() :
|
13745 |
+
$this;
|
13746 |
+
|
13747 |
+
$installed_addons_ids = array();
|
13748 |
+
|
13749 |
+
$installed_addons_instances = $fs->get_installed_addons();
|
13750 |
+
foreach ( $installed_addons_instances as $instance ) {
|
13751 |
+
$installed_addons_ids[] = $instance->get_id();
|
13752 |
+
}
|
13753 |
+
|
13754 |
+
$addons_ids = array_unique( array_merge(
|
13755 |
+
$installed_addons_ids,
|
13756 |
+
$fs->get_updated_account_addons()
|
13757 |
+
) );
|
13758 |
+
|
13759 |
+
// Add parent product info.
|
13760 |
+
$installs_info_by_slug_map = array(
|
13761 |
+
$fs->get_slug() => array(
|
13762 |
+
'install' => $fs->get_site(),
|
13763 |
+
'license' => $fs->_get_license()
|
13764 |
+
)
|
13765 |
+
);
|
13766 |
+
|
13767 |
+
foreach ( $addons_ids as $addon_id ) {
|
13768 |
+
$is_installed = isset( $installed_addons_ids_map[ $addon_id ] );
|
13769 |
+
|
13770 |
+
$addon_info = $fs->_get_addon_info( $addon_id, $is_installed );
|
13771 |
+
|
13772 |
+
if ( ! $addon_info['is_connected'] ) {
|
13773 |
+
// Add-on is not associated with an install entity.
|
13774 |
+
continue;
|
13775 |
+
}
|
13776 |
+
|
13777 |
+
$installs_info_by_slug_map[ $addon_info['slug'] ] = array(
|
13778 |
+
'install' => $addon_info['site'],
|
13779 |
+
'license' => isset( $addon_info['license'] ) ?
|
13780 |
+
$addon_info['license'] :
|
13781 |
+
null
|
13782 |
+
);
|
13783 |
+
}
|
13784 |
+
|
13785 |
+
return $installs_info_by_slug_map;
|
13786 |
+
}
|
13787 |
+
|
13788 |
/**
|
13789 |
* @author Leo Fajardo (@leorw)
|
13790 |
* @since 1.2.3.1
|
14755 |
* @return bool
|
14756 |
*/
|
14757 |
function is_user_in_admin() {
|
14758 |
+
return (
|
14759 |
+
is_admin() &&
|
14760 |
+
! self::is_ajax() &&
|
14761 |
+
! self::is_cron() &&
|
14762 |
+
( 'admin-post.php' !== self::get_current_page() )
|
14763 |
+
);
|
14764 |
}
|
14765 |
|
14766 |
/**
|
14816 |
$page_param = $this->_menu->get_slug( $page );
|
14817 |
|
14818 |
if ( empty( $page ) &&
|
|
|
14819 |
// Show the opt-in as an overlay for free wp.org themes or themes without any settings page.
|
14820 |
+
$this->show_opt_in_on_themes_page()
|
14821 |
) {
|
14822 |
$params[ $this->get_unique_affix() . '_show_optin' ] = 'true';
|
14823 |
|
15072 |
if ( function_exists( 'get_sites' ) ) {
|
15073 |
// For WP 4.6 and above.
|
15074 |
return get_sites( $args );
|
15075 |
+
} else if ( function_exists( 'wp_' . 'get_sites' ) ) {
|
15076 |
// For WP 3.7 to WP 4.5.
|
15077 |
+
/**
|
15078 |
+
* This is a hack suggested previously proposed by the TRT. Our SDK is compliant with older WP versions and we'd like to keep it that way.
|
15079 |
+
*
|
15080 |
+
* @todo Remove this hack once this false-positive error is removed from the Theme Sniffer.
|
15081 |
+
*
|
15082 |
+
* @since 2.3.3
|
15083 |
+
* @author Vova Feldman (@svovaf)
|
15084 |
+
*/
|
15085 |
+
$fn = 'wp_' . 'get_sites';
|
15086 |
+
return $fn( $args );
|
15087 |
} else {
|
15088 |
// For WP 3.6 and below.
|
15089 |
return get_blog_list( 0, 'all' );
|
15256 |
*
|
15257 |
* @param int $blog_id
|
15258 |
* @param FS_Site $install
|
15259 |
+
*
|
15260 |
+
* @return bool Since 2.3.1 returns if a switch was made.
|
15261 |
*/
|
15262 |
function switch_to_blog( $blog_id, FS_Site $install = null ) {
|
15263 |
+
if ( ! is_numeric( $blog_id ) || $blog_id == $this->_context_is_network_or_blog_id ) {
|
15264 |
+
return false;
|
15265 |
}
|
15266 |
|
15267 |
switch_to_blog( $blog_id );
|
15275 |
$install :
|
15276 |
$this->get_install_by_blog_id( $blog_id );
|
15277 |
|
15278 |
+
$this->_user = false;
|
15279 |
+
$this->_licenses = false;
|
15280 |
+
$this->_license = null;
|
15281 |
+
$this->is_whitelabeled = null;
|
15282 |
|
15283 |
if ( is_object( $this->_site ) ) {
|
15284 |
// Try to fetch user from install.
|
15323 |
|
15324 |
unset( $this->_site_api );
|
15325 |
unset( $this->_user_api );
|
15326 |
+
|
15327 |
+
return false;
|
15328 |
}
|
15329 |
|
15330 |
/**
|
15770 |
return ( $this->_menu->get_slug( $page ) === fs_request_get( 'page', '', 'get' ) );
|
15771 |
}
|
15772 |
|
15773 |
+
/**
|
15774 |
+
* Check if currently in the product's main admin page.
|
15775 |
+
*
|
15776 |
+
* @author Vova Feldman (@svovaf)
|
15777 |
+
* @since 2.3.1
|
15778 |
+
*
|
15779 |
+
* @return bool
|
15780 |
+
*/
|
15781 |
+
function is_main_admin_page() {
|
15782 |
+
return $this->is_admin_page( '' );
|
15783 |
+
}
|
15784 |
+
|
15785 |
/**
|
15786 |
* Get module's main admin setting page URL.
|
15787 |
*
|
15802 |
* @since 1.2.2.7
|
15803 |
*
|
15804 |
* @return bool
|
15805 |
+
*
|
15806 |
+
* @deprecated Please use is_product_settings_page() instead;
|
15807 |
*/
|
15808 |
function is_theme_settings_page() {
|
15809 |
+
return $this->is_product_settings_page();
|
15810 |
+
}
|
15811 |
+
|
15812 |
+
/**
|
15813 |
+
* Check if currently on the product's main setting page or on any of the Freemius added pages (via tabs).
|
15814 |
+
*
|
15815 |
+
* @author Vova Feldman (@svovaf)
|
15816 |
+
* @since 1.2.2.7
|
15817 |
+
*
|
15818 |
+
* @return bool
|
15819 |
+
*/
|
15820 |
+
function is_product_settings_page() {
|
15821 |
return fs_starts_with(
|
15822 |
fs_request_get( 'page', '', 'get' ),
|
15823 |
$this->_menu->get_slug()
|
16237 |
/**
|
16238 |
* This is a special fault tolerance mechanism to handle a scenario that the user data is missing.
|
16239 |
*/
|
16240 |
+
$user = $this->sync_user_by_current_install();
|
16241 |
}
|
16242 |
|
16243 |
$this->_user = ( $user instanceof FS_User ) ?
|
16277 |
* @author Vova Feldman (@svovaf)
|
16278 |
* @since 2.0.0
|
16279 |
*
|
16280 |
+
* @param number|null $site_user_id
|
16281 |
+
*
|
16282 |
* @return \FS_User|mixed
|
16283 |
*/
|
16284 |
+
private function sync_user_by_current_install( $site_user_id = null ) {
|
16285 |
+
$site_user_id = FS_Site::is_valid_id( $site_user_id ) ?
|
16286 |
+
$site_user_id :
|
16287 |
+
$this->_site->user_id;
|
16288 |
+
|
16289 |
$api = $this->get_api_site_scope();
|
16290 |
|
16291 |
$uid = $this->get_anonymous_id();
|
16292 |
+
$request_path = "/users/{$site_user_id}.json?uid={$uid}";
|
16293 |
|
16294 |
$result = $api->get( $request_path, false, WP_FS__TIME_10_MIN_IN_SEC );
|
16295 |
|
16445 |
'is_uninstalled' => false,
|
16446 |
) );
|
16447 |
|
16448 |
+
if ( $this->is_addon() ) {
|
16449 |
+
$parent_fs = $this->get_parent_instance();
|
16450 |
+
|
16451 |
+
$params['parent_plugin_slug'] = $parent_fs->_slug;
|
16452 |
+
$params['parent_plugin_id'] = $parent_fs->get_id();
|
16453 |
+
}
|
16454 |
+
|
16455 |
if ( true === $network_level_or_blog_id ) {
|
16456 |
if ( ! isset( $override_with['sites'] ) ) {
|
16457 |
$params['sites'] = $this->get_sites_for_network_level_optin();
|
16547 |
if ( ! $is_uninstall ) {
|
16548 |
$fs_user = Freemius::_get_user_by_email( $email );
|
16549 |
if ( is_object( $fs_user ) && ! $this->is_pending_activation() ) {
|
16550 |
+
return $this->install_with_user(
|
16551 |
+
$fs_user,
|
16552 |
false,
|
16553 |
$trial_plan_id,
|
16554 |
+
true,
|
16555 |
+
true,
|
16556 |
$sites
|
16557 |
);
|
16558 |
}
|
16647 |
'http' => 402
|
16648 |
);
|
16649 |
|
16650 |
+
$this->maybe_modify_api_curl_error_message( $result );
|
16651 |
+
|
16652 |
return $result;
|
16653 |
}
|
16654 |
|
16721 |
( isset( $decoded->is_marketing_allowed ) && ! is_null( $decoded->is_marketing_allowed ) ?
|
16722 |
$decoded->is_marketing_allowed :
|
16723 |
null ),
|
16724 |
+
( isset( $decoded->is_extensions_tracking_allowed ) && ! is_null( $decoded->is_extensions_tracking_allowed ) ?
|
16725 |
+
$decoded->is_extensions_tracking_allowed :
|
16726 |
+
null ),
|
16727 |
$decoded->install_id,
|
16728 |
$decoded->install_public_key,
|
16729 |
$decoded->install_secret_key,
|
16737 |
( isset( $decoded->is_marketing_allowed ) && ! is_null( $decoded->is_marketing_allowed ) ?
|
16738 |
$decoded->is_marketing_allowed :
|
16739 |
null ),
|
16740 |
+
( isset( $decoded->is_extensions_tracking_allowed ) && ! is_null( $decoded->is_extensions_tracking_allowed ) ?
|
16741 |
+
$decoded->is_extensions_tracking_allowed :
|
16742 |
+
null ),
|
16743 |
$decoded->installs,
|
16744 |
false
|
16745 |
);
|
16831 |
);
|
16832 |
|
16833 |
if ( is_numeric( $first_install->license_id ) ) {
|
16834 |
+
$this->set_license( $this->_get_license_by_id( $first_install->license_id ) );
|
16835 |
}
|
16836 |
|
16837 |
$this->_admin_notices->remove_sticky( 'connect_account' );
|
16966 |
fs_request_get( 'user_public_key' ),
|
16967 |
fs_request_get( 'user_secret_key' ),
|
16968 |
fs_request_get_bool( 'is_marketing_allowed', null ),
|
16969 |
+
fs_request_get_bool( 'is_extensions_tracking_allowed', null ),
|
16970 |
$pending_sites_info['blog_ids'],
|
16971 |
$pending_sites_info['license_key'],
|
16972 |
$pending_sites_info['trial_plan_id']
|
16977 |
fs_request_get( 'user_public_key' ),
|
16978 |
fs_request_get( 'user_secret_key' ),
|
16979 |
fs_request_get_bool( 'is_marketing_allowed', null ),
|
16980 |
+
fs_request_get_bool( 'is_extensions_tracking_allowed', null ),
|
16981 |
fs_request_get( 'install_id' ),
|
16982 |
fs_request_get( 'install_public_key' ),
|
16983 |
fs_request_get( 'install_secret_key' ),
|
17033 |
* @param string $user_public_key
|
17034 |
* @param string $user_secret_key
|
17035 |
* @param bool|null $is_marketing_allowed
|
17036 |
+
* @param bool|null $is_extensions_tracking_allowed Since 2.3.2
|
17037 |
* @param number $install_id
|
17038 |
* @param string $install_public_key
|
17039 |
* @param string $install_secret_key
|
17040 |
* @param bool $redirect
|
17041 |
+
* @param bool $auto_install Since 1.2.1.7 If `true` and setting up an account with a valid license, will redirect (or return a URL) to the account page with a special parameter to trigger the auto installation processes.
|
|
|
|
|
17042 |
*
|
17043 |
* @return string If redirect is `false`, returns the next page the user should be redirected to.
|
17044 |
*/
|
17047 |
$user_public_key,
|
17048 |
$user_secret_key,
|
17049 |
$is_marketing_allowed,
|
17050 |
+
$is_extensions_tracking_allowed,
|
17051 |
$install_id,
|
17052 |
$install_public_key,
|
17053 |
$install_secret_key,
|
17089 |
$this->disable_opt_in_notice_and_lock_user();
|
17090 |
}
|
17091 |
|
17092 |
+
if ( ! is_null( $is_extensions_tracking_allowed ) ) {
|
17093 |
+
$this->update_extensions_tracking_flag( $is_extensions_tracking_allowed );
|
17094 |
+
}
|
17095 |
+
|
17096 |
return $this->setup_account(
|
17097 |
$this->_user,
|
17098 |
$this->_site,
|
17111 |
* @param string $user_public_key
|
17112 |
* @param string $user_secret_key
|
17113 |
* @param bool|null $is_marketing_allowed
|
17114 |
+
* @param bool|null $is_extensions_tracking_allowed Since 2.3.2
|
17115 |
* @param array $site_ids
|
17116 |
* @param bool $license_key
|
17117 |
* @param bool $trial_plan_id
|
17124 |
$user_public_key,
|
17125 |
$user_secret_key,
|
17126 |
$is_marketing_allowed,
|
17127 |
+
$is_extensions_tracking_allowed,
|
17128 |
$site_ids,
|
17129 |
$license_key = false,
|
17130 |
$trial_plan_id = false,
|
17136 |
$this->disable_opt_in_notice_and_lock_user();
|
17137 |
}
|
17138 |
|
17139 |
+
if ( ! is_null( $is_extensions_tracking_allowed ) ) {
|
17140 |
+
$this->update_extensions_tracking_flag( $is_extensions_tracking_allowed );
|
17141 |
+
}
|
17142 |
+
|
17143 |
$sites = array();
|
17144 |
foreach ( $site_ids as $site_id ) {
|
17145 |
$sites[] = $this->get_site_info( array( 'blog_id' => $site_id ) );
|
17158 |
* @param string $user_public_key
|
17159 |
* @param string $user_secret_key
|
17160 |
* @param bool|null $is_marketing_allowed
|
17161 |
+
* @param bool|null $is_extensions_tracking_allowed Since 2.3.2
|
17162 |
* @param object[] $installs
|
17163 |
* @param bool $redirect
|
17164 |
+
* @param bool $auto_install Since 1.2.1.7 If `true` and setting up an account with a valid license, will redirect (or return a URL) to the account page with a special parameter to trigger the auto installation processes.
|
|
|
|
|
17165 |
*
|
17166 |
* @return string If redirect is `false`, returns the next page the user should be redirected to.
|
17167 |
*/
|
17170 |
$user_public_key,
|
17171 |
$user_secret_key,
|
17172 |
$is_marketing_allowed,
|
17173 |
+
$is_extensions_tracking_allowed,
|
17174 |
array $installs,
|
17175 |
$redirect = true,
|
17176 |
$auto_install = false
|
17181 |
$this->disable_opt_in_notice_and_lock_user();
|
17182 |
}
|
17183 |
|
17184 |
+
if ( ! is_null( $is_extensions_tracking_allowed ) ) {
|
17185 |
+
$this->update_extensions_tracking_flag( $is_extensions_tracking_allowed );
|
17186 |
+
}
|
17187 |
+
|
17188 |
$install_ids = array();
|
17189 |
|
17190 |
foreach ( $installs as $install ) {
|
17294 |
*/
|
17295 |
$license_key = fs_request_get( 'license_secret_key' );
|
17296 |
|
17297 |
+
$this->update_extensions_tracking_flag( fs_request_get_bool( 'is_extensions_tracking_allowed', true ) );
|
17298 |
+
|
17299 |
$this->install_with_current_user( $license_key );
|
17300 |
}
|
17301 |
}
|
17340 |
*
|
17341 |
* @return \FS_Site|object|string If redirect is `false`, returns the next page the user should be redirected to, or the API error object if failed to install. If $setup_account is set to `false`, return the newly created install.
|
17342 |
*/
|
17343 |
+
function install_with_user(
|
17344 |
FS_User $user,
|
17345 |
$license_key = false,
|
17346 |
$trial_plan_id = false,
|
17429 |
|
17430 |
if ( ! empty( $license_key ) ) {
|
17431 |
$extra_install_params['license_key'] = $this->apply_filters( 'license_key', $license_key );
|
17432 |
+
|
17433 |
+
if ( $silent ) {
|
17434 |
+
$extra_install_params['ignore_license_owner'] = true;
|
17435 |
+
}
|
17436 |
} else if ( FS_Plugin_Plan::is_valid_id( $trial_plan_id ) ) {
|
17437 |
$extra_install_params['trial_plan_id'] = $trial_plan_id;
|
17438 |
}
|
17454 |
! $this->is_api_result_object( $result, 'installs' )
|
17455 |
) {
|
17456 |
if ( ! empty( $args['license_key'] ) ) {
|
17457 |
+
// Pass the fully entered license key to the failure handler.
|
17458 |
$args['license_key'] = $license_key;
|
17459 |
}
|
17460 |
|
17495 |
* @author Vova Feldman (@svovaf)
|
17496 |
* @since 1.0.6
|
17497 |
*
|
17498 |
+
* @param Freemius $parent_fs
|
17499 |
+
* @param bool|int|null $network_level_or_blog_id True for network level opt-in and integer for opt-in for specified blog in the network.
|
17500 |
+
* @param FS_Plugin_License $bundle_license Since 2.4.0. If provided, this license will be activated for the add-on.
|
17501 |
*/
|
17502 |
+
private function _activate_addon_account(
|
17503 |
+
Freemius $parent_fs,
|
17504 |
+
$network_level_or_blog_id = null,
|
17505 |
+
FS_Plugin_License $bundle_license = null
|
17506 |
+
) {
|
17507 |
if ( $this->is_registered() ) {
|
17508 |
// Already activated.
|
17509 |
return;
|
17542 |
}
|
17543 |
}
|
17544 |
|
17545 |
+
if ( is_object( $bundle_license ) ) {
|
17546 |
+
$params['license_key'] = $bundle_license->secret_key;
|
17547 |
+
}
|
17548 |
+
|
17549 |
// Activate add-on with parent plugin credentials.
|
17550 |
$result = $parent_fs->get_api_site_scope()->call(
|
17551 |
"/addons/{$this->_plugin->id}/installs.json",
|
17554 |
);
|
17555 |
|
17556 |
if ( ! $this->is_api_result_object( $result, 'installs' ) ) {
|
17557 |
+
if ( is_object( $bundle_license ) ) {
|
17558 |
+
/**
|
17559 |
+
* When a license object is provided, it's an attempt by the SDK to activate a bundle license and not a user-initiated action, therefore, do not show any admin notice to avoid confusion (e.g.: the notice will show up just above the opt-in link). If the license activation fails, the admin will see an opt-in link instead.
|
17560 |
+
*
|
17561 |
+
* @author Leo Fajardo (@leorw)
|
17562 |
+
* @since 2.4.0
|
17563 |
+
*/
|
17564 |
+
} else {
|
17565 |
+
$error_message = FS_Api::is_api_error_object( $result ) ?
|
17566 |
+
$result->error->message :
|
17567 |
+
$this->get_text_inline( 'An unknown error has occurred.', 'unknown-error' );
|
17568 |
|
17569 |
+
$this->_admin_notices->add(
|
17570 |
+
sprintf( $this->get_text_inline( 'Couldn\'t activate %s.', 'could-not-activate-x' ), $this->get_plugin_name() ) . ' ' .
|
17571 |
+
$this->get_text_inline( 'Please contact us with the following message:', 'contact-us-with-error-message' ) . ' ' . '<b>' . $error_message . '</b>',
|
17572 |
+
$this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
|
17573 |
+
'error'
|
17574 |
+
);
|
17575 |
+
}
|
17576 |
|
17577 |
return;
|
17578 |
}
|
17605 |
|
17606 |
if ( ! fs_is_network_admin() ) {
|
17607 |
// Try to activate premium license.
|
17608 |
+
$this->_activate_license( true, $bundle_license );
|
|
|
|
|
17609 |
|
17610 |
+
if ( is_object( $bundle_license ) ) {
|
17611 |
+
$this->maybe_activate_bundle_license( $bundle_license );
|
|
|
|
|
|
|
|
|
17612 |
}
|
17613 |
+
} else {
|
17614 |
+
if ( is_object( $bundle_license ) ) {
|
17615 |
+
$premium_license = $bundle_license;
|
17616 |
+
} else {
|
17617 |
+
$license_id = fs_request_get( 'license_id' );
|
17618 |
|
17619 |
+
if ( is_object( $this->_site ) &&
|
17620 |
+
FS_Plugin_License::is_valid_id( $license_id ) &&
|
17621 |
+
$license_id == $this->_site->license_id
|
17622 |
+
) {
|
17623 |
+
// License is already activated.
|
17624 |
+
return;
|
17625 |
+
}
|
17626 |
+
|
17627 |
+
$premium_license = FS_Plugin_License::is_valid_id( $license_id ) ?
|
17628 |
+
$this->_get_license_by_id( $license_id ) :
|
17629 |
+
$this->_get_available_premium_license();
|
17630 |
+
}
|
17631 |
|
17632 |
if ( is_object( $premium_license ) ) {
|
17633 |
$this->maybe_network_activate_addon_license( $premium_license );
|
17857 |
*/
|
17858 |
private function add_menu_action() {
|
17859 |
if ( $this->is_activation_mode() ) {
|
17860 |
+
if ( $this->show_opt_in_on_setting_page() ) {
|
17861 |
$this->override_plugin_menu_with_activation();
|
17862 |
} else {
|
17863 |
/**
|
17879 |
}
|
17880 |
} else if (
|
17881 |
fs_request_is_action( 'sync_user' ) &&
|
17882 |
+
( ! $this->has_settings_menu() || $this->show_opt_in_on_themes_page() )
|
17883 |
) {
|
17884 |
$this->_handle_account_user_sync();
|
17885 |
}
|
18127 |
// Didn't ask to hide the pricing page.
|
18128 |
$this->is_page_visible( 'pricing' ) &&
|
18129 |
// Don't have a valid active license or has more than one plan.
|
18130 |
+
( ! $this->is_paying() || ! $this->is_single_plan( true ) )
|
18131 |
);
|
18132 |
}
|
18133 |
|
18145 |
return false;
|
18146 |
}
|
18147 |
|
18148 |
+
if ( $this->show_opt_in_on_themes_page() ) {
|
18149 |
+
if ( ! fs_is_network_admin() ) {
|
18150 |
+
// Also add action links or submenu items when running in a free .org theme so the tabs will be visible.
|
18151 |
+
return true;
|
18152 |
+
}
|
18153 |
+
} else if ( $is_activation_mode ) {
|
18154 |
+
// Don't show submenu-items/tabs in activation mode, unless it's a wp.org theme.
|
18155 |
return false;
|
18156 |
}
|
18157 |
|
18231 |
}
|
18232 |
|
18233 |
if ( $add_submenu_items ) {
|
18234 |
+
if (! WP_FS__DEMO_MODE && ! $this->is_whitelabeled() ) {
|
18235 |
+
// Add contact page.
|
18236 |
+
$this->add_submenu_item(
|
18237 |
+
$this->get_text_inline( 'Contact Us', 'contact-us' ),
|
18238 |
+
array( &$this, '_contact_page_render' ),
|
18239 |
+
$this->get_plugin_name() . ' – ' . $this->get_text_inline( 'Contact Us', 'contact-us' ),
|
18240 |
+
'manage_options',
|
18241 |
+
'contact',
|
18242 |
+
'Freemius::_clean_admin_content_section',
|
18243 |
+
WP_FS__DEFAULT_PRIORITY,
|
18244 |
+
$this->is_submenu_item_visible( 'contact' )
|
18245 |
+
);
|
18246 |
+
}
|
18247 |
|
18248 |
if ( $this->has_addons() ) {
|
18249 |
$this->add_submenu_item(
|
18262 |
if ( $add_submenu_items ||
|
18263 |
( $is_activation_mode && $this->is_only_premium() && $this->is_admin_page( 'pricing' ) )
|
18264 |
) {
|
18265 |
+
if (! WP_FS__DEMO_MODE && ! $this->is_whitelabeled() ) {
|
18266 |
$show_pricing = (
|
18267 |
$this->is_submenu_item_visible( 'pricing' ) &&
|
18268 |
$this->is_pricing_page_visible()
|
18627 |
|
18628 |
#endregion ------------------------------------------------------------------
|
18629 |
|
18630 |
+
#--------------------------------------------------------------------------------
|
18631 |
+
#region Admin Notices
|
18632 |
+
#--------------------------------------------------------------------------------
|
18633 |
+
|
18634 |
+
/**
|
18635 |
+
* @author Vova Feldman (@svovaf)
|
18636 |
+
* @since 2.3.1
|
18637 |
+
*
|
18638 |
+
* @param string|string[] $ids
|
18639 |
+
* @param int|null $network_level_or_blog_id
|
18640 |
+
*
|
18641 |
+
* @uses FS_Admin_Notices::remove_sticky()
|
18642 |
+
*/
|
18643 |
+
function remove_sticky( $ids, $network_level_or_blog_id = null ) {
|
18644 |
+
$this->_admin_notices->remove_sticky( $ids, $network_level_or_blog_id );
|
18645 |
+
}
|
18646 |
+
|
18647 |
+
#endregion
|
18648 |
|
18649 |
#--------------------------------------------------------------------------------
|
18650 |
#region Actions / Hooks / Filters
|
19021 |
private function _store_site( $store = true, $network_level_or_blog_id = null, FS_Site $site = null ) {
|
19022 |
$this->_logger->entrance();
|
19023 |
|
19024 |
+
if ( is_null( $site ) ) {
|
19025 |
+
$site = $this->_site;
|
19026 |
+
}
|
19027 |
+
|
19028 |
+
if ( !isset( $site ) || !is_object($site) || empty( $site->id ) ) {
|
19029 |
$this->_logger->error( "Empty install ID, can't store site." );
|
19030 |
|
19031 |
return;
|
19032 |
}
|
19033 |
|
19034 |
+
$site_clone = clone $site;
|
|
|
19035 |
|
19036 |
$sites = self::get_all_sites( $this->_module_type, $network_level_or_blog_id );
|
19037 |
|
19038 |
+
if ( is_object( $this->_user ) && $this->_user->id != $site->user_id ) {
|
19039 |
+
$this->sync_user_by_current_install( $site->user_id );
|
19040 |
|
19041 |
+
$prev_stored_user_id = $this->_storage->get( 'prev_user_id', false, $network_level_or_blog_id );
|
19042 |
+
|
19043 |
+
if ( empty( $prev_stored_user_id ) &&
|
19044 |
+
is_object($this->_user) && $this->_user->id != $site->user_id
|
19045 |
+
) {
|
19046 |
+
/**
|
19047 |
+
* Store the current user ID as the previous user ID so that the previous user can be used
|
19048 |
+
* as the install's owner while the new owner's details are not yet available.
|
19049 |
+
*
|
19050 |
+
* This will be executed only in the `replica` site. For example, there are 2 sites, namely `original`
|
19051 |
+
* and `replica`, then an ownership change was initiated and completed in the `original`, the `replica`
|
19052 |
+
* will be using the previous user until it is updated again (e.g.: until the next clone of `original`
|
19053 |
+
* into `replica`.
|
19054 |
+
*
|
19055 |
+
* @author Leo Fajardo (@leorw)
|
19056 |
+
*/
|
19057 |
+
$this->_storage->store( 'prev_user_id', $sites[ $this->_slug ]->user_id, $network_level_or_blog_id );
|
19058 |
+
}
|
19059 |
}
|
19060 |
|
19061 |
+
$sites[ $this->_slug ] = $site_clone;
|
19062 |
|
19063 |
$this->set_account_option( 'sites', $sites, $store, $network_level_or_blog_id );
|
19064 |
}
|
19268 |
* @since 2.2.4
|
19269 |
*/
|
19270 |
private function purge_valid_user_licenses_cache() {
|
19271 |
+
if ( ! $this->is_registered() ) {
|
19272 |
+
return;
|
19273 |
+
}
|
19274 |
+
|
19275 |
$this->get_api_user_scope()->purge_cache( $this->get_valid_user_licenses_endpoint() );
|
19276 |
}
|
19277 |
|
19925 |
*
|
19926 |
* @author Vova Feldman (@svovaf)
|
19927 |
* @since 1.2.1
|
19928 |
+
*
|
19929 |
+
* @param bool $check_expiration
|
19930 |
+
*/
|
19931 |
+
function has_active_valid_license( $check_expiration = true ) {
|
19932 |
+
return self::is_active_valid_license( $this->_license, $check_expiration );
|
19933 |
+
}
|
19934 |
+
|
19935 |
+
/**
|
19936 |
+
* @author Leo Fajardo (@leorw)
|
19937 |
+
* @since 2.3.1
|
19938 |
+
*/
|
19939 |
+
function is_data_debug_mode() {
|
19940 |
+
if ( is_null( $this->is_whitelabeled ) || ! $this->is_whitelabeled ) {
|
19941 |
+
return false;
|
19942 |
+
}
|
19943 |
+
|
19944 |
+
$fs = $this->is_addon() ?
|
19945 |
+
$this->get_parent_instance() :
|
19946 |
+
$this;
|
19947 |
+
|
19948 |
+
if ( $fs->is_network_active() && fs_is_network_admin() ) {
|
19949 |
+
$is_developer_license_debug_mode = get_site_transient( "fs_{$this->get_id()}_data_debug_mode" );
|
19950 |
+
} else {
|
19951 |
+
$is_developer_license_debug_mode = get_transient( "fs_{$this->get_id()}_data_debug_mode" );
|
19952 |
+
}
|
19953 |
+
|
19954 |
+
return ( 'true' === $is_developer_license_debug_mode );
|
19955 |
+
}
|
19956 |
+
|
19957 |
+
/**
|
19958 |
+
* @author Leo Fajardo (@leorw)
|
19959 |
+
* @since 2.3.1
|
19960 |
*/
|
19961 |
+
function _set_data_debug_mode() {
|
19962 |
+
if ( ! $this->is_whitelabeled( true ) ) {
|
19963 |
+
return;
|
19964 |
+
}
|
19965 |
+
|
19966 |
+
$license_or_user_key = fs_request_get( 'license_or_user_key' );
|
19967 |
+
|
19968 |
+
$transient_value = ( ! empty( $license_or_user_key ) ) ?
|
19969 |
+
'true' :
|
19970 |
+
'false';
|
19971 |
+
|
19972 |
+
if ( 'true' === $transient_value ) {
|
19973 |
+
$stored_key = $this->_storage->get( ! FS_User::is_valid_id( $this->_storage->last_license_user_id ) ?
|
19974 |
+
'last_license_key' :
|
19975 |
+
'last_license_user_key'
|
19976 |
+
);
|
19977 |
+
|
19978 |
+
if ( md5( $license_or_user_key ) !== $stored_key ) {
|
19979 |
+
$this->shoot_ajax_failure( sprintf(
|
19980 |
+
'%s... %s',
|
19981 |
+
$this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ),
|
19982 |
+
$this->get_text_inline(
|
19983 |
+
'seems like the key you entered doesn\'t match our records.',
|
19984 |
+
'developer-or-license-not-found'
|
19985 |
+
)
|
19986 |
+
) );
|
19987 |
+
}
|
19988 |
+
}
|
19989 |
+
|
19990 |
+
if ( $this->is_network_active() && fs_is_network_admin() ) {
|
19991 |
+
set_site_transient(
|
19992 |
+
"fs_{$this->get_id()}_data_debug_mode",
|
19993 |
+
$transient_value,
|
19994 |
+
WP_FS__TIME_24_HOURS_IN_SEC / 24
|
19995 |
+
);
|
19996 |
+
} else {
|
19997 |
+
set_transient(
|
19998 |
+
"fs_{$this->get_id()}_data_debug_mode",
|
19999 |
+
$transient_value,
|
20000 |
+
WP_FS__TIME_24_HOURS_IN_SEC / 24
|
20001 |
+
);
|
20002 |
+
}
|
20003 |
+
|
20004 |
+
if ( 'true' === $transient_value ) {
|
20005 |
+
$this->_admin_notices->add_sticky(
|
20006 |
+
$this->get_text_inline(
|
20007 |
+
'Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the "Stop Debug" link.',
|
20008 |
+
'data_debug_mode_enabled'
|
20009 |
+
),
|
20010 |
+
'data_debug_mode_enabled'
|
20011 |
+
);
|
20012 |
+
}
|
20013 |
+
|
20014 |
+
$this->shoot_ajax_success();
|
20015 |
}
|
20016 |
|
20017 |
/**
|
20021 |
* @since 2.1.3
|
20022 |
*
|
20023 |
* @param FS_Plugin_License $license
|
20024 |
+
* @param bool $check_expiration
|
20025 |
*
|
20026 |
* @return bool
|
20027 |
*/
|
20028 |
+
private static function is_active_valid_license( $license, $check_expiration = true ) {
|
20029 |
return (
|
20030 |
is_object( $license ) &&
|
20031 |
FS_Plugin_License::is_valid_id( $license->id ) &&
|
20032 |
$license->is_active() &&
|
20033 |
+
( ! $check_expiration || $license->is_valid() )
|
20034 |
);
|
20035 |
}
|
20036 |
|
20084 |
);
|
20085 |
}
|
20086 |
|
20087 |
+
/**
|
20088 |
+
* Checks if the product is activated with a bundle license.
|
20089 |
+
*
|
20090 |
+
* @author Leo Fajardo (@leorw)
|
20091 |
+
* @since 2.4.0
|
20092 |
+
*
|
20093 |
+
* @return bool
|
20094 |
+
*/
|
20095 |
+
function is_activated_with_bundle_license() {
|
20096 |
+
if ( ! $this->has_features_enabled_license() ) {
|
20097 |
+
return false;
|
20098 |
+
}
|
20099 |
+
|
20100 |
+
return FS_Plugin_License::is_valid_id( $this->_license->parent_license_id );
|
20101 |
+
}
|
20102 |
+
|
20103 |
/**
|
20104 |
* Check if user is a trial or have feature enabled license.
|
20105 |
*
|
20345 |
} else {
|
20346 |
// Authentication params are broken.
|
20347 |
$this->_admin_notices->add(
|
20348 |
+
$this->get_text_inline( 'It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.', 'wrong-authentication-param-message' ) . '<br> ' . $this->get_text_inline( 'Error received from the server:', 'server-error-message' ) . var_export( $result->error, true ),
|
20349 |
$this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
|
20350 |
'error'
|
20351 |
);
|
20512 |
$this->get_network_install_blog_id()
|
20513 |
);
|
20514 |
} else {
|
20515 |
+
if ( ! is_object( $this->_license ) ) {
|
20516 |
+
$this->maybe_update_whitelabel_flag(
|
20517 |
+
FS_Plugin_License::is_valid_id( $site->license_id ) ?
|
20518 |
+
$this->get_license_by_id( $site->license_id ) :
|
20519 |
+
null
|
20520 |
+
);
|
20521 |
+
} else {
|
20522 |
+
$this->maybe_update_whitelabel_flag( $this->_license );
|
20523 |
+
|
20524 |
+
if ( $this->_license->is_expired() ) {
|
20525 |
+
if ( ! $this->has_features_enabled_license() ) {
|
20526 |
+
$this->_deactivate_license();
|
20527 |
+
$plan_change = 'downgraded';
|
20528 |
+
} else {
|
20529 |
+
$last_time_expired_license_notice_was_shown = $this->_storage->get( 'expired_license_notice_shown', 0 );
|
20530 |
+
|
20531 |
+
if ( time() - ( 14 * WP_FS__TIME_24_HOURS_IN_SEC ) >= $last_time_expired_license_notice_was_shown ) {
|
20532 |
+
/**
|
20533 |
+
* Show the expired license notice every 14 days.
|
20534 |
+
*
|
20535 |
+
* @author Leo Fajardo (@leorw)
|
20536 |
+
* @since 2.3.1
|
20537 |
+
*/
|
20538 |
+
$plan_change = 'expired';
|
20539 |
+
}
|
20540 |
+
}
|
20541 |
}
|
20542 |
}
|
20543 |
|
20561 |
|
20562 |
$hmm_text = $this->get_text_x_inline( 'Hmm', 'something somebody says when they are thinking about what you have just said.', 'hmm' ) . '...';
|
20563 |
|
20564 |
+
if ( $this->apply_filters( 'has_paid_plan_account', $this->has_paid_plan() ) ) {
|
20565 |
switch ( $plan_change ) {
|
20566 |
case 'none':
|
20567 |
if ( ! $background && is_admin() ) {
|
20654 |
'license_expired',
|
20655 |
$hmm_text
|
20656 |
);
|
20657 |
+
|
20658 |
+
$this->_storage->expired_license_notice_shown = WP_FS__SCRIPT_START_TIME;
|
20659 |
+
|
20660 |
$this->_admin_notices->remove_sticky( 'plan_upgraded' );
|
20661 |
break;
|
20662 |
case 'trial_started':
|
20711 |
* @author Vova Feldman (@svovaf)
|
20712 |
* @since 1.0.5
|
20713 |
*
|
20714 |
+
* @param bool $background
|
20715 |
+
* @param FS_Plugin_License|null $premium_license
|
20716 |
*/
|
20717 |
protected function _activate_license( $background = false, $premium_license = null ) {
|
20718 |
$this->_logger->entrance();
|
20906 |
|
20907 |
if ( $show_notice ) {
|
20908 |
$this->_admin_notices->add(
|
20909 |
+
sprintf( $this->is_only_premium() ?
|
20910 |
+
$this->get_text_inline( 'Your %s license was successfully deactivated.', 'license-deactivation-message_premium-only' ) :
|
20911 |
+
$this->get_text_inline( 'Your license was successfully deactivated, you are back to the %s plan.', 'license-deactivation-message' ),
|
20912 |
+
$this->get_plan_title()
|
20913 |
+
),
|
20914 |
$this->get_text_inline( 'O.K', 'ok' )
|
20915 |
);
|
20916 |
}
|
21415 |
*/
|
21416 |
private function get_latest_download_link( $label, $plugin_id = false ) {
|
21417 |
return sprintf(
|
21418 |
+
'<a target="_blank" rel="noopener" href="%s">%s</a>',
|
21419 |
$this->_get_latest_download_local_url( $plugin_id ),
|
21420 |
$label
|
21421 |
);
|
21486 |
$this->get_text_inline( 'Version %s was released.', 'version-x-released' ) . ' ' . $this->get_text_inline( 'Please download %s.', 'please-download-x' ),
|
21487 |
$update->version,
|
21488 |
sprintf(
|
21489 |
+
'<a href="%s" target="_blank" rel="noopener">%s</a>',
|
21490 |
$this->get_account_url( 'download_latest' ),
|
21491 |
sprintf(
|
21492 |
/* translators: %s: plan name (e.g. latest "Professional" version) */
|
21523 |
|
21524 |
$api = $this->get_api_site_or_plugin_scope();
|
21525 |
|
21526 |
+
$path = $this->add_show_pending( '/addons.json?enriched=true&count=50' );
|
21527 |
|
21528 |
/**
|
21529 |
* @since 1.2.1
|
21717 |
return true;
|
21718 |
}
|
21719 |
|
21720 |
+
/**
|
21721 |
+
* Completes ownership change by license.
|
21722 |
+
*
|
21723 |
+
* @author Leo Fajardo (@leorw)
|
21724 |
+
* @since 2.3.2
|
21725 |
+
*
|
21726 |
+
* @param number $user_id
|
21727 |
+
* @param array[string]number $install_ids_by_slug_map
|
21728 |
+
*
|
21729 |
+
*/
|
21730 |
+
private function complete_ownership_change_by_license( $user_id, $install_ids_by_slug_map ) {
|
21731 |
+
$this->_logger->entrance();
|
21732 |
+
|
21733 |
+
$this->sync_user_by_current_install( $user_id );
|
21734 |
+
|
21735 |
+
$result = $this->get_api_user_scope( true )->get(
|
21736 |
+
"/installs.json?install_ids=" . implode( ',', $install_ids_by_slug_map )
|
21737 |
+
);
|
21738 |
+
|
21739 |
+
if ( $this->is_api_result_object( $result, 'installs' ) ) {
|
21740 |
+
$sites = self::get_all_sites( $this->get_module_type() );
|
21741 |
+
$install_ids_by_slug_map = array_flip( $install_ids_by_slug_map );
|
21742 |
+
|
21743 |
+
foreach ( $result->installs as $install ) {
|
21744 |
+
$site = new FS_Site( $install );
|
21745 |
+
|
21746 |
+
$sites[ $install_ids_by_slug_map[ $site->id ] ] = clone $site;
|
21747 |
+
}
|
21748 |
+
|
21749 |
+
$this->set_account_option( 'sites', $sites, true );
|
21750 |
+
}
|
21751 |
+
}
|
21752 |
+
|
21753 |
/**
|
21754 |
* Handle user name update.
|
21755 |
*
|
21863 |
* @return string
|
21864 |
*/
|
21865 |
function get_after_activation_url( $filter, $params = array(), $network = null ) {
|
21866 |
+
if ( $this->show_opt_in_on_themes_page() &&
|
21867 |
( fs_request_has( 'pending_activation' ) ||
|
21868 |
// For cases when the first time path is set, even though it's a WP.org theme.
|
21869 |
fs_request_get_bool( $this->get_unique_affix() . '_show_optin' ) )
|
21918 |
// Alias.
|
21919 |
$oops_text = $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...';
|
21920 |
|
21921 |
+
$is_network_action = $this->is_network_level_action();
|
21922 |
+
$blog_id = $this->is_network_level_site_specific_action();
|
21923 |
+
$is_parent_plugin_action = ( $plugin_id == $this->get_id() );
|
21924 |
|
21925 |
if ( is_numeric( $blog_id ) ) {
|
21926 |
$this->switch_to_blog( $blog_id );
|
21932 |
case 'opt_in':
|
21933 |
check_admin_referer( trim( "{$action}:{$blog_id}:{$install_id}", ':' ) );
|
21934 |
|
21935 |
+
if ( $is_parent_plugin_action ) {
|
21936 |
if ( $is_network_action && ! empty( $blog_id ) ) {
|
21937 |
if ( ! $this->is_registered() ) {
|
21938 |
$this->install_with_user(
|
21955 |
case 'toggle_tracking':
|
21956 |
check_admin_referer( trim( "{$action}:{$blog_id}:{$install_id}", ':' ) );
|
21957 |
|
21958 |
+
if ( $is_parent_plugin_action ) {
|
21959 |
if ( $is_network_action && ! empty( $blog_id ) ) {
|
21960 |
if ( $this->is_registered() ) {
|
21961 |
if ( $this->is_tracking_prohibited() ) {
|
21973 |
$this->get_plugin_title(),
|
21974 |
fs_strip_url_protocol( get_site_url( $blog_id ) ),
|
21975 |
sprintf(
|
21976 |
+
'<a href="%s" target="_blank" rel="noopener">%s</a>',
|
21977 |
'https://freemius.com',
|
21978 |
'freemius.com'
|
21979 |
)
|
21990 |
case 'delete_account':
|
21991 |
check_admin_referer( trim( "{$action}:{$blog_id}:{$install_id}", ':' ) );
|
21992 |
|
21993 |
+
$is_network_deletion = $is_network_action && empty( $blog_id );
|
21994 |
+
|
21995 |
+
if ( $is_parent_plugin_action ) {
|
21996 |
+
// Delete add-on installs if have any.
|
21997 |
+
$installed_addons = $this->get_installed_addons();
|
21998 |
+
foreach ( $installed_addons as $fs_addon ) {
|
21999 |
+
if ( $is_network_deletion ) {
|
22000 |
+
$fs_addon->delete_network_account_event();
|
22001 |
+
} else {
|
22002 |
+
$fs_addon->delete_account_event();
|
22003 |
+
}
|
22004 |
+
}
|
22005 |
+
|
22006 |
+
if ( $is_network_deletion ) {
|
22007 |
$this->delete_network_account_event();
|
22008 |
} else {
|
22009 |
$this->delete_account_event();
|
22019 |
} else {
|
22020 |
if ( $this->is_addon_activated( $plugin_id ) ) {
|
22021 |
$fs_addon = self::get_instance_by_id( $plugin_id );
|
22022 |
+
|
22023 |
+
if ( $is_network_deletion ) {
|
22024 |
+
$fs_addon->delete_network_account_event();
|
22025 |
+
} else {
|
22026 |
+
$fs_addon->delete_account_event();
|
22027 |
+
}
|
22028 |
|
22029 |
fs_redirect( $this->_get_admin_page_url( 'account' ) );
|
22030 |
}
|
22072 |
|
22073 |
if ( is_object( $fs ) ) {
|
22074 |
$fs->_activate_license();
|
22075 |
+
|
22076 |
+
/**
|
22077 |
+
* Remove the product ID from `$_REQUEST` so that the syncing of the license for the other products will work properly.
|
22078 |
+
*
|
22079 |
+
* @author Leo Fajardo (@leorw)
|
22080 |
+
* @since 2.4.0
|
22081 |
+
*/
|
22082 |
+
unset( $_REQUEST['plugin_id'] );
|
22083 |
+
|
22084 |
+
if ( $this->is_bundle_license_auto_activation_enabled() ) {
|
22085 |
+
$fs->maybe_activate_bundle_license( null, array(), is_numeric( $blog_id ) ? $blog_id : 0 );
|
22086 |
+
}
|
22087 |
}
|
22088 |
|
22089 |
return;
|
22442 |
}
|
22443 |
}
|
22444 |
|
22445 |
+
/**
|
22446 |
+
* @author Leo Fajardo (@leorw)
|
22447 |
+
* @since 2.3.1
|
22448 |
+
*/
|
22449 |
+
function _maybe_add_pricing_ajax_handler() {
|
22450 |
+
if ( ! $this->should_use_external_pricing() ) {
|
22451 |
+
$this->add_ajax_action( 'pricing_ajax_action', array( &$this, '_fs_pricing_ajax_action_handler' ) );
|
22452 |
+
}
|
22453 |
+
}
|
22454 |
+
|
22455 |
+
/**
|
22456 |
+
* @author Leo Fajardo (@leorw)
|
22457 |
+
* @since 2.3.1
|
22458 |
+
*/
|
22459 |
+
function _fs_pricing_ajax_action_handler() {
|
22460 |
+
$this->check_ajax_referer( 'pricing_ajax_action' );
|
22461 |
+
|
22462 |
+
$result = null;
|
22463 |
+
$pricing_action = fs_request_get( 'pricing_action' );
|
22464 |
+
|
22465 |
+
switch ( $pricing_action ) {
|
22466 |
+
case 'fetch_pricing_data':
|
22467 |
+
$params = array(
|
22468 |
+
'is_enriched' => true,
|
22469 |
+
'trial' => fs_request_get_bool( 'trial' ),
|
22470 |
+
'sandbox' => fs_request_get( 'sandbox' ),
|
22471 |
+
's_ctx_type' => fs_request_get( 's_ctx_type' ),
|
22472 |
+
's_ctx_id' => fs_request_get( 's_ctx_id' ),
|
22473 |
+
's_ctx_ts' => fs_request_get( 's_ctx_ts' ),
|
22474 |
+
's_ctx_secure' => fs_request_get( 's_ctx_secure' ),
|
22475 |
+
);
|
22476 |
+
|
22477 |
+
$bundle_id = $this->get_bundle_id();
|
22478 |
+
$bundle_public_key = $this->get_bundle_public_key();
|
22479 |
+
|
22480 |
+
$has_bundle_context = ( FS_Plugin::is_valid_id( $bundle_id ) && ! empty( $bundle_public_key ) );
|
22481 |
+
|
22482 |
+
if ( ! $has_bundle_context ) {
|
22483 |
+
$api = $this->get_api_plugin_scope();
|
22484 |
+
} else {
|
22485 |
+
$api = FS_Api::instance(
|
22486 |
+
$bundle_id,
|
22487 |
+
'plugin',
|
22488 |
+
$bundle_id,
|
22489 |
+
$bundle_public_key,
|
22490 |
+
! $this->is_live(),
|
22491 |
+
false,
|
22492 |
+
$this->get_sdk_version()
|
22493 |
+
);
|
22494 |
+
|
22495 |
+
$params['plugin_id'] = $this->get_id();
|
22496 |
+
$params['plugin_public_key'] = $this->get_public_key();
|
22497 |
+
}
|
22498 |
+
|
22499 |
+
$result = $api->get( 'pricing.json?' . http_build_query( $params ) );
|
22500 |
+
break;
|
22501 |
+
case 'start_trial':
|
22502 |
+
$result = $this->opt_in(
|
22503 |
+
false,
|
22504 |
+
false,
|
22505 |
+
false,
|
22506 |
+
false,
|
22507 |
+
false,
|
22508 |
+
fs_request_get( 'plan_id' )
|
22509 |
+
);
|
22510 |
+
}
|
22511 |
+
|
22512 |
+
if ( is_object( $result ) && $this->is_api_error( $result ) ) {
|
22513 |
+
$this->_logger->api_error( $result );
|
22514 |
+
|
22515 |
+
self::shoot_ajax_failure(
|
22516 |
+
isset( $result->error ) ?
|
22517 |
+
( is_string( $result->error ) ? $result->error : $result->error->message ) :
|
22518 |
+
var_export( $result, true )
|
22519 |
+
);
|
22520 |
+
}
|
22521 |
+
|
22522 |
+
$this->shoot_ajax_success( $result );
|
22523 |
+
}
|
22524 |
+
|
22525 |
#----------------------------------------------------------------------------------
|
22526 |
#region Contact Us
|
22527 |
#----------------------------------------------------------------------------------
|
22716 |
return $this->_plugin_api;
|
22717 |
}
|
22718 |
|
22719 |
+
/**
|
22720 |
+
* Get bundle public API scope.
|
22721 |
+
*
|
22722 |
+
* @author Vova Feldman (@svovaf)
|
22723 |
+
* @since 2.3.1
|
22724 |
+
*
|
22725 |
+
* @return FS_Api
|
22726 |
+
*/
|
22727 |
+
function get_api_bundle_scope() {
|
22728 |
+
return FS_Api::instance(
|
22729 |
+
$this->get_bundle_id(),
|
22730 |
+
'plugin',
|
22731 |
+
$this->get_bundle_id(),
|
22732 |
+
$this->get_bundle_public_key(),
|
22733 |
+
! $this->is_live(),
|
22734 |
+
false,
|
22735 |
+
$this->get_sdk_version()
|
22736 |
+
);
|
22737 |
+
}
|
22738 |
+
|
22739 |
/**
|
22740 |
* Get site API scope object (fallback to public plugin scope when not registered).
|
22741 |
*
|
22750 |
$this->get_api_plugin_scope();
|
22751 |
}
|
22752 |
|
22753 |
+
/**
|
22754 |
+
* @author Leo Fajardo (@leorw)
|
22755 |
+
* @since 2.2.3.1
|
22756 |
+
*
|
22757 |
+
* @param object $result
|
22758 |
+
*/
|
22759 |
+
private function maybe_modify_api_curl_error_message( $result ) {
|
22760 |
+
if (
|
22761 |
+
'cUrlMissing' !== $result->error->type &&
|
22762 |
+
( 'CurlException' !== $result->error->type || CURLE_COULDNT_CONNECT != $result->error->code ) &&
|
22763 |
+
( 'HttpRequestFailed' !== $result->error->type || false === strpos( $result->error->message, 'cURL error ' . CURLE_COULDNT_CONNECT ) )
|
22764 |
+
) {
|
22765 |
+
return;
|
22766 |
+
}
|
22767 |
+
|
22768 |
+
$result->error->message = $this->esc_html_inline( 'We use PHP cURL library for the API calls, which is a very common library and usually installed and activated out of the box. Unfortunately, cURL is not activated (or disabled) on your server.', 'curl-missing-message' ) .
|
22769 |
+
' ' .
|
22770 |
+
$this->esc_html_inline(
|
22771 |
+
sprintf(
|
22772 |
+
'Please contact your hosting provider and ask them to whitelist %s for external connection.',
|
22773 |
+
implode(
|
22774 |
+
', ',
|
22775 |
+
$this->apply_filters( 'api_domains', array(
|
22776 |
+
'api.freemius.com',
|
22777 |
+
'wp.freemius.com'
|
22778 |
+
) )
|
22779 |
+
)
|
22780 |
+
),
|
22781 |
+
'connectivity-whitelist'
|
22782 |
+
) .
|
22783 |
+
' ' .
|
22784 |
+
sprintf(
|
22785 |
+
$this->esc_html_inline( 'Once you are done, deactivate the %s and activate it again.', 'connectivity-reactivate-module' ),
|
22786 |
+
$this->get_module_type()
|
22787 |
+
);
|
22788 |
+
}
|
22789 |
+
|
22790 |
/**
|
22791 |
* Show trial promotional notice (if any trial exist).
|
22792 |
*
|
23106 |
function _show_theme_activation_optin_dialog() {
|
23107 |
fs_enqueue_local_style( 'fs_connect', '/admin/connect.css' );
|
23108 |
|
23109 |
+
add_action( 'admin_footer', array( &$this, '_add_fs_theme_activation_dialog' ) );
|
23110 |
}
|
23111 |
|
23112 |
/**
|
23114 |
* @since 1.2.2
|
23115 |
*/
|
23116 |
function _add_fs_theme_activation_dialog() {
|
23117 |
+
global $pagenow;
|
23118 |
+
|
23119 |
+
if ( 'themes.php' !== $pagenow ) {
|
23120 |
+
return;
|
23121 |
+
}
|
23122 |
+
|
23123 |
$vars = array( 'id' => $this->_module_id );
|
23124 |
fs_require_once_template( 'connect.php', $vars );
|
23125 |
}
|
23207 |
$add_upgrade_link = (
|
23208 |
$add_action_links ||
|
23209 |
( $is_activation_mode && $this->is_only_premium() )
|
23210 |
+
) && ! WP_FS__DEMO_MODE && ( ! $this->is_whitelabeled() );
|
23211 |
|
23212 |
$add_addons_link = ( $add_action_links && $this->has_addons() );
|
23213 |
|
23296 |
|
23297 |
$this->_logger->entrance();
|
23298 |
|
23299 |
+
/**
|
23300 |
+
* @author Vova Feldman (@svovaf)
|
23301 |
+
* @since 2.3.2 Allow opting out from usage-tracking for paid products too by giving the appropriate warning letting the user know the automatic updates mechanism cannot function without an ongoing connection to the licensing and updates engine.
|
23302 |
+
*/
|
23303 |
+
/*if ( $this->is_premium() ) {
|
23304 |
+
// Don't add opt-in/out for premium code base.
|
23305 |
+
return;
|
23306 |
+
}*/
|
23307 |
+
|
23308 |
+
if ( $this->is_only_premium() && $this->is_free_plan() ) {
|
23309 |
+
// Don't add tracking links for premium-only products that were opted-in by relation (add-on or a parent product) before activating any license.
|
23310 |
+
return;
|
23311 |
+
}
|
23312 |
+
|
23313 |
if ( fs_is_network_admin() ) {
|
23314 |
if ( ! $this->_is_network_active ) {
|
23315 |
// Don't add tracking links when browsing the network WP Admin and the plugin is not network active.
|
23340 |
return;
|
23341 |
}
|
23342 |
|
23343 |
+
if (
|
23344 |
+
$this->is_activation_mode() &&
|
23345 |
+
$this->is_premium() &&
|
23346 |
+
! $this->is_registered()
|
23347 |
+
) {
|
23348 |
+
// If not yet registered and running the premium code base, a license activation link will already be shown.
|
23349 |
+
return;
|
23350 |
+
}
|
23351 |
|
23352 |
+
if ( $this->is_registered() && $this->is_tracking_allowed() ) {
|
23353 |
+
if ( ! $this->is_premium() && ! $this->is_enable_anonymous() ) {
|
23354 |
+
// If opted in and tracking is allowed, don't allow to opt out if not premium and anonymous mode is disabled.
|
23355 |
return;
|
23356 |
}
|
23357 |
}
|
23364 |
return;
|
23365 |
}
|
23366 |
|
23367 |
+
if ( $this->add_ajax_action( 'update_tracking_permission', array( &$this, '_update_tracking_permission_callback' ) ) ) {
|
23368 |
+
return;
|
23369 |
+
}
|
23370 |
+
|
23371 |
$link_text_id = '';
|
23372 |
$url = '#';
|
23373 |
|
23377 |
} else {
|
23378 |
$link_text_id = $this->get_text_inline( 'Opt In', 'opt-in' );
|
23379 |
}
|
|
|
|
|
23380 |
} else if ( $this->is_anonymous() || $this->is_activation_mode() ) {
|
23381 |
/**
|
23382 |
* Show opt-in link only if skipped or in activation mode.
|
23393 |
$url = $this->get_activation_url( $params );
|
23394 |
}
|
23395 |
|
23396 |
+
add_action( 'admin_footer', array( &$this, '_add_optout_dialog' ) );
|
23397 |
+
|
23398 |
if ( ! empty( $link_text_id ) && $this->is_plugin() && self::is_plugins_page() ) {
|
23399 |
$this->add_plugin_action_link(
|
23400 |
$link_text_id,
|
23431 |
if ( ! empty( $this->_dynamically_added_top_level_page_hook_name ) ) {
|
23432 |
if ( $this->is_network_registered() ) {
|
23433 |
$page = 'account';
|
23434 |
+
} else if ( $this->is_pending_activation() || $this->is_network_anonymous() ) {
|
23435 |
$this->maybe_set_slug_and_network_menu_exists_flag();
|
23436 |
}
|
23437 |
}
|
23509 |
|
23510 |
foreach ( $this->_action_links as $new_links ) {
|
23511 |
foreach ( $new_links as $link ) {
|
23512 |
+
$before_deactivate[ $link['key'] ] = '<a href="' . $link['href'] . '"' . ( $link['external'] ? ' target="_blank" rel="noopener"' : '' ) . '>' . $link['label'] . '</a>';
|
23513 |
}
|
23514 |
}
|
23515 |
|
23629 |
'';
|
23630 |
|
23631 |
return sprintf(
|
23632 |
+
' %s: <ol><li>%s.</li>%s<li>%s (<a href="%s" target="_blank" rel="noopener">%s</a>).</li></ol>',
|
23633 |
$this->get_text_inline( 'Please follow these steps to complete the upgrade', 'follow-steps-to-complete-upgrade' ),
|
23634 |
( empty( $activate_license_string ) ? '' : $activate_license_string . '</li><li>' ) .
|
23635 |
$this->get_latest_download_link( sprintf(
|
23882 |
*/
|
23883 |
function set_plugin_upgrade_complete() {
|
23884 |
$this->_storage->plugin_upgrade_mode = false;
|
23885 |
+
|
23886 |
+
$license_migration = ! empty( $this->_storage->license_migration ) ?
|
23887 |
+
$this->_storage->license_migration :
|
23888 |
+
array();
|
23889 |
+
|
23890 |
+
$license_migration['is_migrating'] = false;
|
23891 |
+
|
23892 |
+
$this->_storage->license_migration = $license_migration;
|
23893 |
}
|
23894 |
|
23895 |
#endregion
|
24092 |
function _tabs_capture() {
|
24093 |
$this->_logger->entrance();
|
24094 |
|
24095 |
+
if ( ! $this->is_product_settings_page() ||
|
24096 |
! $this->is_matching_url( $this->main_menu_url() )
|
24097 |
) {
|
24098 |
return;
|
24147 |
function _store_tabs_styles() {
|
24148 |
$this->_logger->entrance();
|
24149 |
|
24150 |
+
if ( ! $this->is_product_settings_page() ||
|
24151 |
! $this->is_matching_url( $this->main_menu_url() )
|
24152 |
) {
|
24153 |
return;
|
24221 |
return false;
|
24222 |
}
|
24223 |
|
24224 |
+
if ( self::NAVIGATION_TABS !== $this->_navigation ) {
|
24225 |
// Only add tabs to themes for now.
|
24226 |
return false;
|
24227 |
}
|
24228 |
|
24229 |
+
if ( $this->is_theme() && ! $this->has_paid_plan() && ! $this->has_addons() ) {
|
24230 |
// Only add tabs to monetizing themes.
|
24231 |
return false;
|
24232 |
}
|
24233 |
|
24234 |
+
if ( ! $this->is_product_settings_page() ) {
|
24235 |
+
// Only add tabs if browsing one of the product's setting pages.
|
24236 |
+
return false;
|
24237 |
+
}
|
24238 |
+
|
24239 |
+
if ( $this->is_activation_mode() && $this->is_activation_page() ) {
|
24240 |
+
// Don't include tabs in the activation page.
|
24241 |
return false;
|
24242 |
}
|
24243 |
|
24924 |
}
|
24925 |
|
24926 |
$modules = array_merge(
|
24927 |
+
array_values( self::maybe_get_entities_account_option( 'plugins', array() ) ),
|
24928 |
+
array_values( self::maybe_get_entities_account_option( 'themes', array() ) )
|
24929 |
);
|
24930 |
|
24931 |
foreach ( $modules as $module ) {
|
25030 |
*
|
25031 |
* @author Vova Feldman (@svovaf)
|
25032 |
*/
|
25033 |
+
self::shoot_ajax_success( array(
|
25034 |
+
'is_marketing_allowed' => null,
|
25035 |
+
'license_owner_id' => null
|
25036 |
+
) );
|
25037 |
+
}
|
25038 |
+
|
25039 |
+
self::shoot_ajax_success( array(
|
25040 |
+
'is_marketing_allowed' => $user_plugins[0]->is_marketing_allowed,
|
25041 |
+
'license_owner_id' => ( isset( $user_plugins[0]->license_owner_id ) ? $user_plugins[0]->license_owner_id : null )
|
25042 |
+
) );
|
25043 |
+
}
|
25044 |
+
|
25045 |
+
/**
|
25046 |
+
* @author Leo Fajardo (@leorw)
|
25047 |
+
* @since 2.3.2
|
25048 |
+
*
|
25049 |
+
* @param number[] $install_ids
|
25050 |
+
*
|
25051 |
+
* @return array {
|
25052 |
+
* An array of objects containing the installs' licenses owners data.
|
25053 |
+
*
|
25054 |
+
* @property number $id User ID.
|
25055 |
+
* @property string $email User email (can be masked email).
|
25056 |
+
* }
|
25057 |
+
*/
|
25058 |
+
private function fetch_installs_licenses_owners_data( $install_ids ) {
|
25059 |
+
$this->_logger->entrance();
|
25060 |
+
|
25061 |
+
$response = $this->get_api_user_scope()->get(
|
25062 |
+
'/licenses_owners.json?install_ids=' . implode( ',', $install_ids )
|
25063 |
+
);
|
25064 |
+
|
25065 |
+
$license_owners = null;
|
25066 |
+
|
25067 |
+
if ( $this->is_api_result_object( $response, 'owners' ) ) {
|
25068 |
+
$license_owners = $response->owners;
|
25069 |
}
|
25070 |
|
25071 |
+
return $license_owners;
|
25072 |
}
|
25073 |
|
25074 |
/**
|
25104 |
}
|
25105 |
|
25106 |
$modules = array_merge(
|
25107 |
+
array_values( self::maybe_get_entities_account_option( 'plugins', array() ) ),
|
25108 |
+
array_values( self::maybe_get_entities_account_option( 'themes', array() ) )
|
25109 |
);
|
25110 |
|
25111 |
foreach ( $modules as $key => $module ) {
|
freemius/includes/class-fs-api.php
CHANGED
@@ -287,7 +287,7 @@
|
|
287 |
$this->_logger->warn( 'Fallback to cached API result: ' . var_export( $cached_result, true ) );
|
288 |
}
|
289 |
} else {
|
290 |
-
if ( is_object( $result ) && 404 == $result->error->http ) {
|
291 |
/**
|
292 |
* If the response code is 404, cache the result for half of the `$expiration`.
|
293 |
*
|
287 |
$this->_logger->warn( 'Fallback to cached API result: ' . var_export( $cached_result, true ) );
|
288 |
}
|
289 |
} else {
|
290 |
+
if ( is_object( $result ) && isset( $result->error->http ) && 404 == $result->error->http ) {
|
291 |
/**
|
292 |
* If the response code is 404, cache the result for half of the `$expiration`.
|
293 |
*
|
freemius/includes/class-fs-plugin-updater.php
CHANGED
@@ -102,7 +102,9 @@
|
|
102 |
'edit_and_echo_plugin_update_row'
|
103 |
), 11, 2 );
|
104 |
|
105 |
-
|
|
|
|
|
106 |
|
107 |
if ( ! WP_FS__IS_PRODUCTION_MODE ) {
|
108 |
add_filter( 'http_request_host_is_external', array(
|
@@ -238,6 +240,12 @@
|
|
238 |
* @since 2.0.0
|
239 |
*/
|
240 |
private function add_transient_filters() {
|
|
|
|
|
|
|
|
|
|
|
|
|
241 |
add_filter( 'pre_set_site_transient_update_plugins', array(
|
242 |
&$this,
|
243 |
'pre_set_site_transient_update_plugins_filter'
|
@@ -487,13 +495,35 @@
|
|
487 |
return $transient_data;
|
488 |
}
|
489 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
490 |
if ( ! isset( $this->_update_details ) ) {
|
491 |
// Get plugin's newest update.
|
492 |
$new_version = $this->_fs->get_update(
|
493 |
false,
|
494 |
fs_request_get_bool( 'force-check' ),
|
495 |
WP_FS__TIME_24_HOURS_IN_SEC / 24,
|
496 |
-
$
|
497 |
);
|
498 |
|
499 |
$this->_update_details = false;
|
@@ -512,23 +542,66 @@
|
|
512 |
}
|
513 |
}
|
514 |
|
|
|
|
|
|
|
515 |
if ( is_object( $this->_update_details ) ) {
|
|
|
|
|
|
|
|
|
516 |
if ( ! isset( $transient_data->response ) ) {
|
517 |
$transient_data->response = array();
|
518 |
}
|
519 |
|
520 |
// Add plugin to transient data.
|
521 |
-
$transient_data->response[ $
|
522 |
$this->_update_details :
|
523 |
(array) $this->_update_details;
|
524 |
-
} else
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
525 |
/**
|
526 |
-
*
|
527 |
*
|
528 |
-
* @
|
529 |
-
* @
|
530 |
*/
|
531 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
532 |
}
|
533 |
|
534 |
$slug = $this->_fs->get_slug();
|
102 |
'edit_and_echo_plugin_update_row'
|
103 |
), 11, 2 );
|
104 |
|
105 |
+
if ( ! $this->_fs->has_any_active_valid_license() ) {
|
106 |
+
add_action( 'admin_head', array( &$this, 'catch_plugin_information_dialog_contents' ) );
|
107 |
+
}
|
108 |
|
109 |
if ( ! WP_FS__IS_PRODUCTION_MODE ) {
|
110 |
add_filter( 'http_request_host_is_external', array(
|
240 |
* @since 2.0.0
|
241 |
*/
|
242 |
private function add_transient_filters() {
|
243 |
+
if ( $this->_fs->is_premium() && ! $this->_fs->is_tracking_allowed() ) {
|
244 |
+
$this->_logger->log( 'Opted out sites cannot receive automatic software updates.' );
|
245 |
+
|
246 |
+
return;
|
247 |
+
}
|
248 |
+
|
249 |
add_filter( 'pre_set_site_transient_update_plugins', array(
|
250 |
&$this,
|
251 |
'pre_set_site_transient_update_plugins_filter'
|
495 |
return $transient_data;
|
496 |
}
|
497 |
|
498 |
+
global $wp_current_filter;
|
499 |
+
|
500 |
+
$current_plugin_version = $this->_fs->get_plugin_version();
|
501 |
+
|
502 |
+
if ( ! empty( $wp_current_filter ) && 'upgrader_process_complete' === $wp_current_filter[0] ) {
|
503 |
+
if (
|
504 |
+
is_null( $this->_update_details ) ||
|
505 |
+
( is_object( $this->_update_details ) && $this->_update_details->new_version !== $current_plugin_version )
|
506 |
+
) {
|
507 |
+
/**
|
508 |
+
* After an update, clear the stored update details and reparse the plugin's main file in order to get
|
509 |
+
* the updated version's information and prevent the previous update information from showing up on the
|
510 |
+
* updates page.
|
511 |
+
*
|
512 |
+
* @author Leo Fajardo (@leorw)
|
513 |
+
* @since 2.3.1
|
514 |
+
*/
|
515 |
+
$this->_update_details = null;
|
516 |
+
$current_plugin_version = $this->_fs->get_plugin_version( true );
|
517 |
+
}
|
518 |
+
}
|
519 |
+
|
520 |
if ( ! isset( $this->_update_details ) ) {
|
521 |
// Get plugin's newest update.
|
522 |
$new_version = $this->_fs->get_update(
|
523 |
false,
|
524 |
fs_request_get_bool( 'force-check' ),
|
525 |
WP_FS__TIME_24_HOURS_IN_SEC / 24,
|
526 |
+
$current_plugin_version
|
527 |
);
|
528 |
|
529 |
$this->_update_details = false;
|
542 |
}
|
543 |
}
|
544 |
|
545 |
+
// Alias.
|
546 |
+
$basename = $this->_fs->premium_plugin_basename();
|
547 |
+
|
548 |
if ( is_object( $this->_update_details ) ) {
|
549 |
+
if ( isset( $transient_data->no_update ) ) {
|
550 |
+
unset( $transient_data->no_update[ $basename ] );
|
551 |
+
}
|
552 |
+
|
553 |
if ( ! isset( $transient_data->response ) ) {
|
554 |
$transient_data->response = array();
|
555 |
}
|
556 |
|
557 |
// Add plugin to transient data.
|
558 |
+
$transient_data->response[ $basename ] = $this->_fs->is_plugin() ?
|
559 |
$this->_update_details :
|
560 |
(array) $this->_update_details;
|
561 |
+
} else {
|
562 |
+
if ( isset( $transient_data->response ) ) {
|
563 |
+
/**
|
564 |
+
* Ensure that there's no update data for the plugin to prevent upgrading the premium version to the latest free version.
|
565 |
+
*
|
566 |
+
* @author Leo Fajardo (@leorw)
|
567 |
+
* @since 2.3.0
|
568 |
+
*/
|
569 |
+
unset( $transient_data->response[ $basename ] );
|
570 |
+
}
|
571 |
+
|
572 |
+
if ( ! isset( $transient_data->no_update ) ) {
|
573 |
+
$transient_data->no_update = array();
|
574 |
+
}
|
575 |
+
|
576 |
/**
|
577 |
+
* Add product to no_update transient data to properly integrate with WP 5.5 auto-updates UI.
|
578 |
*
|
579 |
+
* @since 2.4.1
|
580 |
+
* @link https://make.wordpress.org/core/2020/07/30/recommended-usage-of-the-updates-api-to-support-the-auto-updates-ui-for-plugins-and-themes-in-wordpress-5-5/
|
581 |
*/
|
582 |
+
$transient_data->no_update[ $basename ] = $this->_fs->is_plugin() ?
|
583 |
+
(object) array(
|
584 |
+
'id' => $basename,
|
585 |
+
'slug' => $this->_fs->get_slug(),
|
586 |
+
'plugin' => $basename,
|
587 |
+
'new_version' => $this->_fs->get_plugin_version(),
|
588 |
+
'url' => '',
|
589 |
+
'package' => '',
|
590 |
+
'icons' => array(),
|
591 |
+
'banners' => array(),
|
592 |
+
'banners_rtl' => array(),
|
593 |
+
'tested' => '',
|
594 |
+
'requires_php' => '',
|
595 |
+
'compatibility' => new stdClass(),
|
596 |
+
) :
|
597 |
+
array(
|
598 |
+
'theme' => $basename,
|
599 |
+
'new_version' => $this->_fs->get_plugin_version(),
|
600 |
+
'url' => '',
|
601 |
+
'package' => '',
|
602 |
+
'requires' => '',
|
603 |
+
'requires_php' => '',
|
604 |
+
);
|
605 |
}
|
606 |
|
607 |
$slug = $this->_fs->get_slug();
|
freemius/includes/class-fs-storage.php
CHANGED
@@ -336,57 +336,63 @@
|
|
336 |
private static function load_network_options_map() {
|
337 |
self::$_NETWORK_OPTIONS_MAP = array(
|
338 |
// Network level options.
|
339 |
-
'affiliate_application_data'
|
340 |
-
'beta_data'
|
341 |
-
'connectivity_test'
|
342 |
-
'handle_gdpr_admin_notice'
|
343 |
-
'has_trial_plan'
|
344 |
-
'install_sync_timestamp'
|
345 |
-
'install_sync_cron'
|
346 |
-
'is_anonymous_ms'
|
347 |
-
'is_network_activated'
|
348 |
-
'is_on'
|
349 |
-
'is_plugin_new_install'
|
350 |
-
'network_install_blog_id'
|
351 |
-
'pending_sites_info'
|
352 |
-
'plugin_last_version'
|
353 |
-
'plugin_main_file'
|
354 |
-
'plugin_version'
|
355 |
-
'sdk_downgrade_mode'
|
356 |
-
'sdk_last_version'
|
357 |
-
'sdk_upgrade_mode'
|
358 |
-
'sdk_version'
|
359 |
-
'sticky_optin_added_ms'
|
360 |
-
'subscriptions'
|
361 |
-
'sync_timestamp'
|
362 |
-
'sync_cron'
|
363 |
-
'was_plugin_loaded'
|
364 |
-
'network_user_id'
|
365 |
-
'plugin_upgrade_mode'
|
366 |
-
'plugin_downgrade_mode'
|
367 |
-
'is_network_connected'
|
368 |
/**
|
369 |
* Special flag that is used when a super-admin upgrades to the new version of the SDK that
|
370 |
* supports network level integration, when the connection decision wasn't made for all of the
|
371 |
* sites in the network.
|
372 |
*/
|
373 |
-
'is_network_activation'
|
|
|
374 |
|
375 |
// When network activated, then network level.
|
376 |
-
'install_timestamp'
|
377 |
-
'prev_is_premium'
|
378 |
-
'require_license_activation'
|
379 |
|
380 |
// If not network activated OR delegated, then site level.
|
381 |
-
'activation_timestamp'
|
382 |
-
'
|
383 |
-
'
|
384 |
-
'
|
385 |
-
'
|
386 |
-
'
|
|
|
|
|
|
|
|
|
|
|
387 |
|
388 |
// Site level options.
|
389 |
-
'is_anonymous'
|
390 |
);
|
391 |
}
|
392 |
|
336 |
private static function load_network_options_map() {
|
337 |
self::$_NETWORK_OPTIONS_MAP = array(
|
338 |
// Network level options.
|
339 |
+
'affiliate_application_data' => 0,
|
340 |
+
'beta_data' => 0,
|
341 |
+
'connectivity_test' => 0,
|
342 |
+
'handle_gdpr_admin_notice' => 0,
|
343 |
+
'has_trial_plan' => 0,
|
344 |
+
'install_sync_timestamp' => 0,
|
345 |
+
'install_sync_cron' => 0,
|
346 |
+
'is_anonymous_ms' => 0,
|
347 |
+
'is_network_activated' => 0,
|
348 |
+
'is_on' => 0,
|
349 |
+
'is_plugin_new_install' => 0,
|
350 |
+
'network_install_blog_id' => 0,
|
351 |
+
'pending_sites_info' => 0,
|
352 |
+
'plugin_last_version' => 0,
|
353 |
+
'plugin_main_file' => 0,
|
354 |
+
'plugin_version' => 0,
|
355 |
+
'sdk_downgrade_mode' => 0,
|
356 |
+
'sdk_last_version' => 0,
|
357 |
+
'sdk_upgrade_mode' => 0,
|
358 |
+
'sdk_version' => 0,
|
359 |
+
'sticky_optin_added_ms' => 0,
|
360 |
+
'subscriptions' => 0,
|
361 |
+
'sync_timestamp' => 0,
|
362 |
+
'sync_cron' => 0,
|
363 |
+
'was_plugin_loaded' => 0,
|
364 |
+
'network_user_id' => 0,
|
365 |
+
'plugin_upgrade_mode' => 0,
|
366 |
+
'plugin_downgrade_mode' => 0,
|
367 |
+
'is_network_connected' => 0,
|
368 |
/**
|
369 |
* Special flag that is used when a super-admin upgrades to the new version of the SDK that
|
370 |
* supports network level integration, when the connection decision wasn't made for all of the
|
371 |
* sites in the network.
|
372 |
*/
|
373 |
+
'is_network_activation' => 0,
|
374 |
+
'license_migration' => 0,
|
375 |
|
376 |
// When network activated, then network level.
|
377 |
+
'install_timestamp' => 1,
|
378 |
+
'prev_is_premium' => 1,
|
379 |
+
'require_license_activation' => 1,
|
380 |
|
381 |
// If not network activated OR delegated, then site level.
|
382 |
+
'activation_timestamp' => 2,
|
383 |
+
'expired_license_notice_shown' => 2,
|
384 |
+
'is_whitelabeled' => 2,
|
385 |
+
'last_license_key' => 2,
|
386 |
+
'last_license_user_id' => 2,
|
387 |
+
'prev_user_id' => 2,
|
388 |
+
'sticky_optin_added' => 2,
|
389 |
+
'uninstall_reason' => 2,
|
390 |
+
'is_pending_activation' => 2,
|
391 |
+
'pending_license_key' => 2,
|
392 |
+
'is_extensions_tracking_allowed' => 2,
|
393 |
|
394 |
// Site level options.
|
395 |
+
'is_anonymous' => 3,
|
396 |
);
|
397 |
}
|
398 |
|
freemius/includes/customizer/class-fs-customizer-support-section.php
CHANGED
@@ -87,10 +87,10 @@
|
|
87 |
<div class="button-group">
|
88 |
<# } #>
|
89 |
<# if ( data.contact ) { #>
|
90 |
-
<a class="button" href="{{ data.contact.url }}" target="_blank">{{ data.contact.label }} </a>
|
91 |
<# } #>
|
92 |
<# if ( data.support ) { #>
|
93 |
-
<a class="button" href="{{ data.support.url }}" target="_blank">{{ data.support.label }} </a>
|
94 |
<# } #>
|
95 |
<# if ( data.contact && data.support ) { #>
|
96 |
</div>
|
87 |
<div class="button-group">
|
88 |
<# } #>
|
89 |
<# if ( data.contact ) { #>
|
90 |
+
<a class="button" href="{{ data.contact.url }}" target="_blank" rel="noopener noreferrer">{{ data.contact.label }} </a>
|
91 |
<# } #>
|
92 |
<# if ( data.support ) { #>
|
93 |
+
<a class="button" href="{{ data.support.url }}" target="_blank" rel="noopener noreferrer">{{ data.support.label }} </a>
|
94 |
<# } #>
|
95 |
<# if ( data.contact && data.support ) { #>
|
96 |
</div>
|
freemius/includes/customizer/class-fs-customizer-upsell-control.php
CHANGED
@@ -58,8 +58,12 @@
|
|
58 |
$this->fs->get_trial_url() :
|
59 |
$this->fs->get_upgrade_url();
|
60 |
|
|
|
|
|
|
|
|
|
61 |
// Load features.
|
62 |
-
$pricing = $
|
63 |
|
64 |
if ( $this->fs->is_api_result_object( $pricing, 'plans' ) ) {
|
65 |
// Add support features.
|
58 |
$this->fs->get_trial_url() :
|
59 |
$this->fs->get_upgrade_url();
|
60 |
|
61 |
+
$api = FS_Plugin::is_valid_id( $this->fs->get_bundle_id() ) ?
|
62 |
+
$this->fs->get_api_bundle_scope() :
|
63 |
+
$this->fs->get_api_plugin_scope();
|
64 |
+
|
65 |
// Load features.
|
66 |
+
$pricing = $api->get( $this->fs->add_show_pending( "pricing.json" ) );
|
67 |
|
68 |
if ( $this->fs->is_api_result_object( $pricing, 'plans' ) ) {
|
69 |
// Add support features.
|
freemius/includes/entities/class-fs-entity.php
CHANGED
@@ -146,4 +146,14 @@
|
|
146 |
static function is_valid_id($id){
|
147 |
return is_numeric($id);
|
148 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
}
|
146 |
static function is_valid_id($id){
|
147 |
return is_numeric($id);
|
148 |
}
|
149 |
+
|
150 |
+
/**
|
151 |
+
* @author Leo Fajardo (@leorw)
|
152 |
+
* @since 2.3.1
|
153 |
+
*
|
154 |
+
* @return string
|
155 |
+
*/
|
156 |
+
public static function get_class_name() {
|
157 |
+
return get_called_class();
|
158 |
+
}
|
159 |
}
|
freemius/includes/entities/class-fs-payment.php
CHANGED
@@ -158,8 +158,8 @@
|
|
158 |
// Lazy load.
|
159 |
self::$CURRENCY_2_SYMBOL = array(
|
160 |
self::CURRENCY_USD => '$',
|
161 |
-
self::CURRENCY_GBP => '
|
162 |
-
self::CURRENCY_EUR => '
|
163 |
);
|
164 |
}
|
165 |
|
158 |
// Lazy load.
|
159 |
self::$CURRENCY_2_SYMBOL = array(
|
160 |
self::CURRENCY_USD => '$',
|
161 |
+
self::CURRENCY_GBP => '£',
|
162 |
+
self::CURRENCY_EUR => '€',
|
163 |
);
|
164 |
}
|
165 |
|
freemius/includes/entities/class-fs-plugin-license.php
CHANGED
@@ -50,6 +50,13 @@
|
|
50 |
* @var number
|
51 |
*/
|
52 |
public $parent_license_id;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
/**
|
54 |
* @var number
|
55 |
*/
|
@@ -74,6 +81,10 @@
|
|
74 |
* @var string
|
75 |
*/
|
76 |
public $secret_key;
|
|
|
|
|
|
|
|
|
77 |
/**
|
78 |
* @var bool $is_free_localhost Defaults to true. If true, allow unlimited localhost installs with the same
|
79 |
* license.
|
@@ -287,4 +298,33 @@
|
|
287 |
function total_activations() {
|
288 |
return ( $this->activated + $this->activated_local );
|
289 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
290 |
}
|
50 |
* @var number
|
51 |
*/
|
52 |
public $parent_license_id;
|
53 |
+
/**
|
54 |
+
* @author Leo Fajardo (@leorw)
|
55 |
+
* @since 2.4.0
|
56 |
+
*
|
57 |
+
* @var array
|
58 |
+
*/
|
59 |
+
public $products;
|
60 |
/**
|
61 |
* @var number
|
62 |
*/
|
81 |
* @var string
|
82 |
*/
|
83 |
public $secret_key;
|
84 |
+
/**
|
85 |
+
* @var bool
|
86 |
+
*/
|
87 |
+
public $is_whitelabeled;
|
88 |
/**
|
89 |
* @var bool $is_free_localhost Defaults to true. If true, allow unlimited localhost installs with the same
|
90 |
* license.
|
298 |
function total_activations() {
|
299 |
return ( $this->activated + $this->activated_local );
|
300 |
}
|
301 |
+
|
302 |
+
/**
|
303 |
+
* @author Vova Feldman (@svovaf)
|
304 |
+
* @since 2.3.1
|
305 |
+
*
|
306 |
+
* @return string
|
307 |
+
*/
|
308 |
+
function get_html_escaped_masked_secret_key() {
|
309 |
+
return self::mask_secret_key_for_html( $this->secret_key );
|
310 |
+
}
|
311 |
+
|
312 |
+
/**
|
313 |
+
* @author Vova Feldman (@svovaf)
|
314 |
+
* @since 2.3.1
|
315 |
+
*
|
316 |
+
* @param string $secret_key
|
317 |
+
*
|
318 |
+
* @return string
|
319 |
+
*/
|
320 |
+
static function mask_secret_key_for_html( $secret_key ) {
|
321 |
+
return (
|
322 |
+
// Initial 6 chars - sk_ABC
|
323 |
+
htmlspecialchars( substr( $secret_key, 0, 6 ) ) .
|
324 |
+
// Masking
|
325 |
+
str_pad( '', ( strlen( $secret_key ) - 9 ) * 6, '•' ) .
|
326 |
+
// Last 3 chars.
|
327 |
+
htmlspecialchars( substr( $secret_key, - 3 ) )
|
328 |
+
);
|
329 |
+
}
|
330 |
}
|
freemius/includes/entities/class-fs-plugin.php
CHANGED
@@ -99,6 +99,11 @@
|
|
99 |
* @var null|number
|
100 |
*/
|
101 |
public $bundle_id;
|
|
|
|
|
|
|
|
|
|
|
102 |
|
103 |
const AFFILIATE_MODERATION_CUSTOMERS = 'customers';
|
104 |
|
99 |
* @var null|number
|
100 |
*/
|
101 |
public $bundle_id;
|
102 |
+
/**
|
103 |
+
* @since 2.3.1
|
104 |
+
* @var null|string
|
105 |
+
*/
|
106 |
+
public $bundle_public_key;
|
107 |
|
108 |
const AFFILIATE_MODERATION_CUSTOMERS = 'customers';
|
109 |
|
freemius/includes/entities/class-fs-pricing.php
CHANGED
@@ -34,6 +34,13 @@
|
|
34 |
* @var null|float
|
35 |
*/
|
36 |
public $lifetime_price;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
|
38 |
#endregion Properties
|
39 |
|
@@ -138,4 +145,13 @@
|
|
138 |
return ( $this->monthly_price * 12 - $this->annual_price ) * ( $this->is_unlimited() ? 1 : $this->licenses );
|
139 |
}
|
140 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
141 |
}
|
34 |
* @var null|float
|
35 |
*/
|
36 |
public $lifetime_price;
|
37 |
+
/**
|
38 |
+
* @author Leo Fajardo (@leorw)
|
39 |
+
* @since 2.3.1
|
40 |
+
*
|
41 |
+
* @var string One of the following: `usd`, `gbp`, `eur`.
|
42 |
+
*/
|
43 |
+
public $currency;
|
44 |
|
45 |
#endregion Properties
|
46 |
|
145 |
return ( $this->monthly_price * 12 - $this->annual_price ) * ( $this->is_unlimited() ? 1 : $this->licenses );
|
146 |
}
|
147 |
|
148 |
+
/**
|
149 |
+
* @author Leo Fajardo (@leorw)
|
150 |
+
* @since 2.3.1
|
151 |
+
*
|
152 |
+
* @return bool
|
153 |
+
*/
|
154 |
+
function is_usd() {
|
155 |
+
return ( 'usd' === $this->currency );
|
156 |
+
}
|
157 |
}
|
freemius/includes/entities/class-fs-site.php
CHANGED
@@ -171,15 +171,18 @@
|
|
171 |
// WPEngine staging.
|
172 |
fs_ends_with( $subdomain, '.staging.wpengine.com' ) ||
|
173 |
fs_ends_with( $subdomain, '.dev.wpengine.com' ) ||
|
|
|
174 |
// Pantheon
|
175 |
-
( fs_ends_with($subdomain, 'pantheonsite.io') &&
|
176 |
-
(fs_starts_with($subdomain, 'test-') || fs_starts_with($subdomain, 'dev-'))) ||
|
177 |
// Cloudways
|
178 |
fs_ends_with( $subdomain, '.cloudwaysapps.com' ) ||
|
179 |
// Kinsta
|
180 |
-
(fs_ends_with($subdomain, '.kinsta.com')
|
181 |
// DesktopServer
|
182 |
-
fs_ends_with( $subdomain, '.dev.cc' )
|
|
|
|
|
183 |
);
|
184 |
}
|
185 |
|
171 |
// WPEngine staging.
|
172 |
fs_ends_with( $subdomain, '.staging.wpengine.com' ) ||
|
173 |
fs_ends_with( $subdomain, '.dev.wpengine.com' ) ||
|
174 |
+
fs_ends_with( $subdomain, '.wpengine.com' ) ||
|
175 |
// Pantheon
|
176 |
+
( fs_ends_with( $subdomain, 'pantheonsite.io' ) &&
|
177 |
+
( fs_starts_with( $subdomain, 'test-' ) || fs_starts_with( $subdomain, 'dev-' ) ) ) ||
|
178 |
// Cloudways
|
179 |
fs_ends_with( $subdomain, '.cloudwaysapps.com' ) ||
|
180 |
// Kinsta
|
181 |
+
( fs_starts_with( $subdomain, 'staging-' ) && ( fs_ends_with( $subdomain, '.kinsta.com' ) || fs_ends_with( $subdomain, '.kinsta.cloud' ) ) ) ||
|
182 |
// DesktopServer
|
183 |
+
fs_ends_with( $subdomain, '.dev.cc' ) ||
|
184 |
+
// Pressable
|
185 |
+
fs_ends_with( $subdomain, '.mystagingwebsite.com' )
|
186 |
);
|
187 |
}
|
188 |
|
freemius/includes/entities/class-fs-subscription.php
CHANGED
@@ -1,125 +1,147 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
|
13 |
-
|
14 |
|
15 |
-
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
|
78 |
-
|
79 |
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
* @author Vova Feldman (@svovaf)
|
110 |
-
* @since 1.0.9
|
111 |
-
*
|
112 |
-
* @return bool
|
113 |
-
*/
|
114 |
-
function is_first_payment_pending() {
|
115 |
-
return ( WP_FS__TIME_24_HOURS_IN_SEC >= strtotime( $this->next_payment ) - strtotime( $this->created ) );
|
116 |
-
}
|
117 |
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 1.0.9
|
7 |
+
*/
|
8 |
|
9 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
+
exit;
|
11 |
+
}
|
12 |
|
13 |
+
class FS_Subscription extends FS_Entity {
|
14 |
|
15 |
+
#region Properties
|
16 |
|
17 |
+
/**
|
18 |
+
* @var number
|
19 |
+
*/
|
20 |
+
public $user_id;
|
21 |
+
/**
|
22 |
+
* @var number
|
23 |
+
*/
|
24 |
+
public $install_id;
|
25 |
+
/**
|
26 |
+
* @var number
|
27 |
+
*/
|
28 |
+
public $plan_id;
|
29 |
+
/**
|
30 |
+
* @var number
|
31 |
+
*/
|
32 |
+
public $license_id;
|
33 |
+
/**
|
34 |
+
* @var float
|
35 |
+
*/
|
36 |
+
public $total_gross;
|
37 |
+
/**
|
38 |
+
* @var float
|
39 |
+
*/
|
40 |
+
public $amount_per_cycle;
|
41 |
+
/**
|
42 |
+
* @var int # of months
|
43 |
+
*/
|
44 |
+
public $billing_cycle;
|
45 |
+
/**
|
46 |
+
* @var float
|
47 |
+
*/
|
48 |
+
public $outstanding_balance;
|
49 |
+
/**
|
50 |
+
* @var int
|
51 |
+
*/
|
52 |
+
public $failed_payments;
|
53 |
+
/**
|
54 |
+
* @var string
|
55 |
+
*/
|
56 |
+
public $gateway;
|
57 |
+
/**
|
58 |
+
* @var string
|
59 |
+
*/
|
60 |
+
public $external_id;
|
61 |
+
/**
|
62 |
+
* @var string|null
|
63 |
+
*/
|
64 |
+
public $trial_ends;
|
65 |
+
/**
|
66 |
+
* @var string|null Datetime of the next payment, or null if cancelled.
|
67 |
+
*/
|
68 |
+
public $next_payment;
|
69 |
+
/**
|
70 |
+
* @since 2.3.1
|
71 |
+
*
|
72 |
+
* @var string|null Datetime of the cancellation.
|
73 |
+
*/
|
74 |
+
public $canceled_at;
|
75 |
+
/**
|
76 |
+
* @var string|null
|
77 |
+
*/
|
78 |
+
public $vat_id;
|
79 |
+
/**
|
80 |
+
* @var string Two characters country code
|
81 |
+
*/
|
82 |
+
public $country_code;
|
83 |
|
84 |
+
#endregion Properties
|
85 |
|
86 |
+
/**
|
87 |
+
* @param object|bool $subscription
|
88 |
+
*/
|
89 |
+
function __construct( $subscription = false ) {
|
90 |
+
parent::__construct( $subscription );
|
91 |
+
}
|
92 |
|
93 |
+
static function get_type() {
|
94 |
+
return 'subscription';
|
95 |
+
}
|
96 |
|
97 |
+
/**
|
98 |
+
* Check if subscription is active.
|
99 |
+
*
|
100 |
+
* @author Vova Feldman (@svovaf)
|
101 |
+
* @since 1.0.9
|
102 |
+
*
|
103 |
+
* @return bool
|
104 |
+
*/
|
105 |
+
function is_active() {
|
106 |
+
if ( $this->is_canceled() ) {
|
107 |
+
return false;
|
108 |
+
}
|
109 |
|
110 |
+
return (
|
111 |
+
! empty( $this->next_payment ) &&
|
112 |
+
strtotime( $this->next_payment ) > WP_FS__SCRIPT_START_TIME
|
113 |
+
);
|
114 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
|
116 |
+
/**
|
117 |
+
* @author Vova Feldman (@svovaf)
|
118 |
+
* @since 2.3.1
|
119 |
+
*
|
120 |
+
* @return bool
|
121 |
+
*/
|
122 |
+
function is_canceled() {
|
123 |
+
return ! is_null( $this->canceled_at );
|
124 |
+
}
|
125 |
+
|
126 |
+
/**
|
127 |
+
* Subscription considered to be new without any payments
|
128 |
+
* if the next payment should be made within less than 24 hours
|
129 |
+
* from the subscription creation.
|
130 |
+
*
|
131 |
+
* @author Vova Feldman (@svovaf)
|
132 |
+
* @since 1.0.9
|
133 |
+
*
|
134 |
+
* @return bool
|
135 |
+
*/
|
136 |
+
function is_first_payment_pending() {
|
137 |
+
return ( WP_FS__TIME_24_HOURS_IN_SEC >= strtotime( $this->next_payment ) - strtotime( $this->created ) );
|
138 |
+
}
|
139 |
+
|
140 |
+
/**
|
141 |
+
* @author Vova Feldman (@svovaf)
|
142 |
+
* @since 1.1.7
|
143 |
+
*/
|
144 |
+
function has_trial() {
|
145 |
+
return ! is_null( $this->trial_ends );
|
146 |
+
}
|
147 |
+
}
|
freemius/includes/fs-core-functions.php
CHANGED
@@ -63,62 +63,70 @@
|
|
63 |
/* Scripts and styles including.
|
64 |
--------------------------------------------------------------------------------------------*/
|
65 |
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
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 |
-
|
102 |
-
$
|
103 |
-
|
104 |
-
|
105 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
}
|
107 |
-
}
|
108 |
|
109 |
-
|
|
|
110 |
}
|
111 |
|
112 |
-
|
113 |
-
|
|
|
|
|
114 |
}
|
115 |
|
116 |
-
|
117 |
-
|
|
|
|
|
118 |
}
|
119 |
|
120 |
-
|
121 |
-
|
|
|
|
|
122 |
}
|
123 |
|
124 |
#--------------------------------------------------------------------------------
|
@@ -315,138 +323,191 @@
|
|
315 |
|
316 |
/* Core UI.
|
317 |
--------------------------------------------------------------------------------------------*/
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
$page,
|
336 |
-
$action,
|
337 |
-
$title,
|
338 |
-
$button_class = '',
|
339 |
-
$params = array(),
|
340 |
-
$is_primary = true,
|
341 |
-
$is_small = false,
|
342 |
-
$icon_class = false,
|
343 |
-
$confirmation = false,
|
344 |
-
$method = 'GET'
|
345 |
-
) {
|
346 |
-
echo fs_ui_get_action_button(
|
347 |
$module_id,
|
348 |
$page,
|
349 |
$action,
|
350 |
$title,
|
351 |
-
$button_class,
|
352 |
-
$params,
|
353 |
-
$is_primary,
|
354 |
-
$is_small,
|
355 |
-
$icon_class,
|
356 |
-
$confirmation,
|
357 |
-
$method
|
358 |
-
)
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
* @author Vova Feldman (@svovaf)
|
363 |
-
* @since 1.1.7
|
364 |
-
*
|
365 |
-
* @param number $module_id
|
366 |
-
* @param string $page
|
367 |
-
* @param string $action
|
368 |
-
* @param string $title
|
369 |
-
* @param string $button_class
|
370 |
-
* @param array $params
|
371 |
-
* @param bool $is_primary
|
372 |
-
* @param bool $is_small
|
373 |
-
* @param string|bool $icon_class Optional class for an icon.
|
374 |
-
* @param string|bool $confirmation Optional confirmation message before submit.
|
375 |
-
* @param string $method
|
376 |
-
*
|
377 |
-
* @return string
|
378 |
-
*/
|
379 |
-
function fs_ui_get_action_button(
|
380 |
-
$module_id,
|
381 |
-
$page,
|
382 |
-
$action,
|
383 |
-
$title,
|
384 |
-
$button_class = '',
|
385 |
-
$params = array(),
|
386 |
-
$is_primary = true,
|
387 |
-
$is_small = false,
|
388 |
-
$icon_class = false,
|
389 |
-
$confirmation = false,
|
390 |
-
$method = 'GET'
|
391 |
-
) {
|
392 |
-
// Prepend icon (if set).
|
393 |
-
$title = ( is_string( $icon_class ) ? '<i class="' . $icon_class . '"></i> ' : '' ) . $title;
|
394 |
-
|
395 |
-
if ( is_string( $confirmation ) ) {
|
396 |
-
return sprintf( '<form action="%s" method="%s"><input type="hidden" name="fs_action" value="%s">%s<a href="#" class="%s" onclick="if (confirm(\'%s\')) this.parentNode.submit(); return false;">%s</a></form>',
|
397 |
-
freemius( $module_id )->_get_admin_page_url( $page, $params ),
|
398 |
-
$method,
|
399 |
$action,
|
400 |
-
|
401 |
-
|
|
|
|
|
|
|
|
|
402 |
$confirmation,
|
403 |
-
$
|
404 |
-
);
|
405 |
-
} else if ( 'GET' !== strtoupper( $method ) ) {
|
406 |
-
return sprintf( '<form action="%s" method="%s"><input type="hidden" name="fs_action" value="%s">%s<a href="#" class="%s" onclick="this.parentNode.submit(); return false;">%s</a></form>',
|
407 |
-
freemius( $module_id )->_get_admin_page_url( $page, $params ),
|
408 |
-
$method,
|
409 |
-
$action,
|
410 |
-
wp_nonce_field( $action, '_wpnonce', true, false ),
|
411 |
-
'button' . ( ! empty( $button_class ) ? ' ' . $button_class : '' ) . ( $is_primary ? ' button-primary' : '' ) . ( $is_small ? ' button-small' : '' ),
|
412 |
-
$title
|
413 |
-
);
|
414 |
-
} else {
|
415 |
-
return sprintf( '<a href="%s" class="%s">%s</a></form>',
|
416 |
-
wp_nonce_url( freemius( $module_id )->_get_admin_page_url( $page, array_merge( $params, array( 'fs_action' => $action ) ) ), $action ),
|
417 |
-
'button' . ( ! empty( $button_class ) ? ' ' . $button_class : '' ) . ( $is_primary ? ' button-primary' : '' ) . ( $is_small ? ' button-small' : '' ),
|
418 |
-
$title
|
419 |
);
|
420 |
}
|
421 |
}
|
422 |
|
423 |
-
|
424 |
-
|
425 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
426 |
}
|
427 |
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
// break;
|
446 |
-
// }
|
447 |
}
|
448 |
|
449 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
450 |
|
451 |
if ( ! function_exists( 'fs_nonce_url' ) ) {
|
452 |
/**
|
@@ -634,71 +695,75 @@
|
|
634 |
|
635 |
#endregion Url Canonization ------------------------------------------------------------------
|
636 |
|
637 |
-
|
638 |
-
|
639 |
-
|
640 |
-
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
-
|
645 |
-
|
646 |
-
|
647 |
-
|
648 |
-
|
|
|
649 |
|
650 |
-
|
651 |
-
|
652 |
-
|
653 |
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
|
659 |
-
|
660 |
-
|
661 |
|
662 |
-
|
663 |
-
|
664 |
-
|
665 |
-
|
666 |
|
667 |
-
|
668 |
-
|
669 |
|
670 |
-
|
|
|
671 |
}
|
672 |
|
673 |
/* General Utilities
|
674 |
--------------------------------------------------------------------------------------------*/
|
675 |
|
676 |
-
|
677 |
-
|
678 |
-
|
679 |
-
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
|
686 |
-
|
687 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
688 |
|
689 |
-
|
690 |
-
|
691 |
-
return 1;
|
692 |
-
} // If b has a priority and a does not, b wins.
|
693 |
-
elseif ( isset( $a['priority'] ) && ! isset( $b['priority'] ) ) {
|
694 |
-
return - 1;
|
695 |
-
} // If neither has a priority or both priorities are equal its a tie.
|
696 |
-
elseif ( ( ! isset( $a['priority'] ) && ! isset( $b['priority'] ) ) || $a['priority'] === $b['priority'] ) {
|
697 |
-
return 0;
|
698 |
}
|
699 |
-
|
700 |
-
// If both have priority return the winner.
|
701 |
-
return ( $a['priority'] < $b['priority'] ) ? - 1 : 1;
|
702 |
}
|
703 |
|
704 |
#--------------------------------------------------------------------------------
|
63 |
/* Scripts and styles including.
|
64 |
--------------------------------------------------------------------------------------------*/
|
65 |
|
66 |
+
if ( ! function_exists( 'fs_asset_url' ) ) {
|
67 |
+
/**
|
68 |
+
* Generates an absolute URL to the given path. This function ensures that the URL will be correct whether the asset
|
69 |
+
* is inside a plugin's folder or a theme's folder.
|
70 |
+
*
|
71 |
+
* Examples:
|
72 |
+
* 1. "themes" folder
|
73 |
+
* Path: C:/xampp/htdocs/fswp/wp-content/themes/twentytwelve/freemius/assets/css/admin/common.css
|
74 |
+
* URL: http://fswp:8080/wp-content/themes/twentytwelve/freemius/assets/css/admin/common.css
|
75 |
+
*
|
76 |
+
* 2. "plugins" folder
|
77 |
+
* Path: C:/xampp/htdocs/fswp/wp-content/plugins/rating-widget-premium/freemius/assets/css/admin/common.css
|
78 |
+
* URL: http://fswp:8080/wp-content/plugins/rating-widget-premium/freemius/assets/css/admin/common.css
|
79 |
+
*
|
80 |
+
* @author Leo Fajardo (@leorw)
|
81 |
+
* @since 1.2.2
|
82 |
+
*
|
83 |
+
* @param string $asset_abs_path Asset's absolute path.
|
84 |
+
*
|
85 |
+
* @return string Asset's URL.
|
86 |
+
*/
|
87 |
+
function fs_asset_url( $asset_abs_path ) {
|
88 |
+
$wp_content_dir = fs_normalize_path( WP_CONTENT_DIR );
|
89 |
+
$asset_abs_path = fs_normalize_path( $asset_abs_path );
|
90 |
+
|
91 |
+
if ( 0 === strpos( $asset_abs_path, $wp_content_dir ) ) {
|
92 |
+
// Handle both theme and plugin assets located in the standard directories.
|
93 |
+
$asset_rel_path = str_replace( $wp_content_dir, '', $asset_abs_path );
|
94 |
+
$asset_url = content_url( fs_normalize_path( $asset_rel_path ) );
|
|
|
|
|
|
|
|
|
|
|
95 |
} else {
|
96 |
+
$wp_plugins_dir = fs_normalize_path( WP_PLUGIN_DIR );
|
97 |
+
if ( 0 === strpos( $asset_abs_path, $wp_plugins_dir ) ) {
|
98 |
+
// Try to handle plugin assets that may be located in a non-standard plugins directory.
|
99 |
+
$asset_rel_path = str_replace( $wp_plugins_dir, '', $asset_abs_path );
|
100 |
+
$asset_url = plugins_url( fs_normalize_path( $asset_rel_path ) );
|
101 |
+
} else {
|
102 |
+
// Try to handle theme assets that may be located in a non-standard themes directory.
|
103 |
+
$active_theme_stylesheet = get_stylesheet();
|
104 |
+
$wp_themes_dir = fs_normalize_path( trailingslashit( get_theme_root( $active_theme_stylesheet ) ) );
|
105 |
+
$asset_rel_path = str_replace( $wp_themes_dir, '', fs_normalize_path( $asset_abs_path ) );
|
106 |
+
$asset_url = trailingslashit( get_theme_root_uri( $active_theme_stylesheet ) ) . fs_normalize_path( $asset_rel_path );
|
107 |
+
}
|
108 |
}
|
|
|
109 |
|
110 |
+
return $asset_url;
|
111 |
+
}
|
112 |
}
|
113 |
|
114 |
+
if ( ! function_exists( 'fs_enqueue_local_style' ) ) {
|
115 |
+
function fs_enqueue_local_style( $handle, $path, $deps = array(), $ver = false, $media = 'all' ) {
|
116 |
+
wp_enqueue_style( $handle, fs_asset_url( WP_FS__DIR_CSS . '/' . trim( $path, '/' ) ), $deps, $ver, $media );
|
117 |
+
}
|
118 |
}
|
119 |
|
120 |
+
if ( ! function_exists( 'fs_enqueue_local_script' ) ) {
|
121 |
+
function fs_enqueue_local_script( $handle, $path, $deps = array(), $ver = false, $in_footer = 'all' ) {
|
122 |
+
wp_enqueue_script( $handle, fs_asset_url( WP_FS__DIR_JS . '/' . trim( $path, '/' ) ), $deps, $ver, $in_footer );
|
123 |
+
}
|
124 |
}
|
125 |
|
126 |
+
if ( ! function_exists( 'fs_img_url' ) ) {
|
127 |
+
function fs_img_url( $path, $img_dir = WP_FS__DIR_IMG ) {
|
128 |
+
return ( fs_asset_url( $img_dir . '/' . trim( $path, '/' ) ) );
|
129 |
+
}
|
130 |
}
|
131 |
|
132 |
#--------------------------------------------------------------------------------
|
323 |
|
324 |
/* Core UI.
|
325 |
--------------------------------------------------------------------------------------------*/
|
326 |
+
if ( ! function_exists( 'fs_ui_action_button' ) ) {
|
327 |
+
/**
|
328 |
+
* @param number $module_id
|
329 |
+
* @param string $page
|
330 |
+
* @param string $action
|
331 |
+
* @param string $title
|
332 |
+
* @param string $button_class
|
333 |
+
* @param array $params
|
334 |
+
* @param bool $is_primary
|
335 |
+
* @param bool $is_small
|
336 |
+
* @param string|bool $icon_class Optional class for an icon (since 1.1.7).
|
337 |
+
* @param string|bool $confirmation Optional confirmation message before submit (since 1.1.7).
|
338 |
+
* @param string $method Since 1.1.7
|
339 |
+
*
|
340 |
+
* @uses fs_ui_get_action_button()
|
341 |
+
*/
|
342 |
+
function fs_ui_action_button(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
343 |
$module_id,
|
344 |
$page,
|
345 |
$action,
|
346 |
$title,
|
347 |
+
$button_class = '',
|
348 |
+
$params = array(),
|
349 |
+
$is_primary = true,
|
350 |
+
$is_small = false,
|
351 |
+
$icon_class = false,
|
352 |
+
$confirmation = false,
|
353 |
+
$method = 'GET'
|
354 |
+
) {
|
355 |
+
echo fs_ui_get_action_button(
|
356 |
+
$module_id,
|
357 |
+
$page,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
358 |
$action,
|
359 |
+
$title,
|
360 |
+
$button_class,
|
361 |
+
$params,
|
362 |
+
$is_primary,
|
363 |
+
$is_small,
|
364 |
+
$icon_class,
|
365 |
$confirmation,
|
366 |
+
$method
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
367 |
);
|
368 |
}
|
369 |
}
|
370 |
|
371 |
+
if ( ! function_exists( 'fs_ui_get_action_button' ) ) {
|
372 |
+
/**
|
373 |
+
* @author Vova Feldman (@svovaf)
|
374 |
+
* @since 1.1.7
|
375 |
+
*
|
376 |
+
* @param number $module_id
|
377 |
+
* @param string $page
|
378 |
+
* @param string $action
|
379 |
+
* @param string $title
|
380 |
+
* @param string $button_class
|
381 |
+
* @param array $params
|
382 |
+
* @param bool $is_primary
|
383 |
+
* @param bool $is_small
|
384 |
+
* @param string|bool $icon_class Optional class for an icon.
|
385 |
+
* @param string|bool $confirmation Optional confirmation message before submit.
|
386 |
+
* @param string $method
|
387 |
+
*
|
388 |
+
* @return string
|
389 |
+
*/
|
390 |
+
function fs_ui_get_action_button(
|
391 |
+
$module_id,
|
392 |
+
$page,
|
393 |
+
$action,
|
394 |
+
$title,
|
395 |
+
$button_class = '',
|
396 |
+
$params = array(),
|
397 |
+
$is_primary = true,
|
398 |
+
$is_small = false,
|
399 |
+
$icon_class = false,
|
400 |
+
$confirmation = false,
|
401 |
+
$method = 'GET'
|
402 |
+
) {
|
403 |
+
// Prepend icon (if set).
|
404 |
+
$title = ( is_string( $icon_class ) ? '<i class="' . $icon_class . '"></i> ' : '' ) . $title;
|
405 |
+
|
406 |
+
if ( is_string( $confirmation ) ) {
|
407 |
+
return sprintf( '<form action="%s" method="%s"><input type="hidden" name="fs_action" value="%s">%s<a href="#" class="%s" onclick="if (confirm(\'%s\')) this.parentNode.submit(); return false;">%s</a></form>',
|
408 |
+
freemius( $module_id )->_get_admin_page_url( $page, $params ),
|
409 |
+
$method,
|
410 |
+
$action,
|
411 |
+
wp_nonce_field( $action, '_wpnonce', true, false ),
|
412 |
+
'button' . ( ! empty( $button_class ) ? ' ' . $button_class : '' ) . ( $is_primary ? ' button-primary' : '' ) . ( $is_small ? ' button-small' : '' ),
|
413 |
+
$confirmation,
|
414 |
+
$title
|
415 |
+
);
|
416 |
+
} else if ( 'GET' !== strtoupper( $method ) ) {
|
417 |
+
return sprintf( '<form action="%s" method="%s"><input type="hidden" name="fs_action" value="%s">%s<a href="#" class="%s" onclick="this.parentNode.submit(); return false;">%s</a></form>',
|
418 |
+
freemius( $module_id )->_get_admin_page_url( $page, $params ),
|
419 |
+
$method,
|
420 |
+
$action,
|
421 |
+
wp_nonce_field( $action, '_wpnonce', true, false ),
|
422 |
+
'button' . ( ! empty( $button_class ) ? ' ' . $button_class : '' ) . ( $is_primary ? ' button-primary' : '' ) . ( $is_small ? ' button-small' : '' ),
|
423 |
+
$title
|
424 |
+
);
|
425 |
+
} else {
|
426 |
+
return sprintf( '<a href="%s" class="%s">%s</a></form>',
|
427 |
+
wp_nonce_url( freemius( $module_id )->_get_admin_page_url( $page, array_merge( $params, array( 'fs_action' => $action ) ) ), $action ),
|
428 |
+
'button' . ( ! empty( $button_class ) ? ' ' . $button_class : '' ) . ( $is_primary ? ' button-primary' : '' ) . ( $is_small ? ' button-small' : '' ),
|
429 |
+
$title
|
430 |
+
);
|
431 |
+
}
|
432 |
+
}
|
433 |
+
|
434 |
+
function fs_ui_action_link( $module_id, $page, $action, $title, $params = array() ) {
|
435 |
+
?><a class=""
|
436 |
+
href="<?php echo wp_nonce_url( freemius( $module_id )->_get_admin_page_url( $page, array_merge( $params, array( 'fs_action' => $action ) ) ), $action ) ?>"><?php echo $title ?></a><?php
|
437 |
+
}
|
438 |
}
|
439 |
|
440 |
+
if ( ! function_exists( 'fs_get_entity' ) ) {
|
441 |
+
/**
|
442 |
+
* @author Leo Fajardo (@leorw)
|
443 |
+
* @since 2.3.1
|
444 |
+
*
|
445 |
+
* @param mixed $entity
|
446 |
+
* @param string $class
|
447 |
+
*
|
448 |
+
* @return FS_Plugin|FS_User|FS_Site|FS_Plugin_License|FS_Plugin_Plan|FS_Plugin_Tag|FS_Subscription
|
449 |
+
*/
|
450 |
+
function fs_get_entity( $entity, $class ) {
|
451 |
+
if ( ! is_object( $entity ) || $entity instanceof $class ) {
|
452 |
+
return $entity;
|
453 |
+
}
|
454 |
+
|
455 |
+
return new $class( $entity );
|
456 |
+
}
|
|
|
|
|
457 |
}
|
458 |
|
459 |
+
if ( ! function_exists( 'fs_get_entities' ) ) {
|
460 |
+
/**
|
461 |
+
* @author Leo Fajardo (@leorw)
|
462 |
+
* @since 2.3.1
|
463 |
+
*
|
464 |
+
* @param mixed $entities
|
465 |
+
* @param string $class_name
|
466 |
+
*
|
467 |
+
* @return FS_Plugin[]|FS_User[]|FS_Site[]|FS_Plugin_License[]|FS_Plugin_Plan[]|FS_Plugin_Tag[]|FS_Subscription[]
|
468 |
+
*/
|
469 |
+
function fs_get_entities( $entities, $class_name ) {
|
470 |
+
if ( ! is_array( $entities ) || empty( $entities ) ) {
|
471 |
+
return $entities;
|
472 |
+
}
|
473 |
+
|
474 |
+
// Get first element.
|
475 |
+
$first_array_element = reset( $entities );
|
476 |
+
|
477 |
+
if ( $first_array_element instanceof $class_name ) {
|
478 |
+
/**
|
479 |
+
* If the first element of the array is an instance of the context class, assume that all other
|
480 |
+
* elements are instances of the class.
|
481 |
+
*/
|
482 |
+
return $entities;
|
483 |
+
}
|
484 |
+
|
485 |
+
if (
|
486 |
+
is_array( $first_array_element ) &&
|
487 |
+
! empty( $first_array_element )
|
488 |
+
) {
|
489 |
+
$first_array_element = reset( $first_array_element );
|
490 |
+
|
491 |
+
if ( $first_array_element instanceof $class_name ) {
|
492 |
+
/**
|
493 |
+
* If the first element of the `$entities` array is an array whose first element is an instance of the
|
494 |
+
* context class, assume that all other objects are instances of the class.
|
495 |
+
*/
|
496 |
+
return $entities;
|
497 |
+
}
|
498 |
+
}
|
499 |
+
|
500 |
+
foreach ( $entities as $key => $entities_or_entity ) {
|
501 |
+
if ( is_array( $entities_or_entity ) ) {
|
502 |
+
$entities[ $key ] = fs_get_entities( $entities_or_entity, $class_name );
|
503 |
+
} else {
|
504 |
+
$entities[ $key ] = fs_get_entity( $entities_or_entity, $class_name );
|
505 |
+
}
|
506 |
+
}
|
507 |
+
|
508 |
+
return $entities;
|
509 |
+
}
|
510 |
+
}
|
511 |
|
512 |
if ( ! function_exists( 'fs_nonce_url' ) ) {
|
513 |
/**
|
695 |
|
696 |
#endregion Url Canonization ------------------------------------------------------------------
|
697 |
|
698 |
+
if ( ! function_exists( 'fs_download_image' ) ) {
|
699 |
+
/**
|
700 |
+
* @author Vova Feldman (@svovaf)
|
701 |
+
*
|
702 |
+
* @since 1.2.2 Changed to usage of WP_Filesystem_Direct.
|
703 |
+
*
|
704 |
+
* @param string $from URL
|
705 |
+
* @param string $to File path.
|
706 |
+
*
|
707 |
+
* @return bool Is successfully downloaded.
|
708 |
+
*/
|
709 |
+
function fs_download_image( $from, $to ) {
|
710 |
+
$dir = dirname( $to );
|
711 |
|
712 |
+
if ( 'direct' !== get_filesystem_method( array(), $dir ) ) {
|
713 |
+
return false;
|
714 |
+
}
|
715 |
|
716 |
+
if ( ! class_exists( 'WP_Filesystem_Direct' ) ) {
|
717 |
+
require_once ABSPATH . 'wp-admin/includes/class-wp-filesystem-base.php';
|
718 |
+
require_once ABSPATH . 'wp-admin/includes/class-wp-filesystem-direct.php';
|
719 |
+
}
|
720 |
|
721 |
+
$fs = new WP_Filesystem_Direct( '' );
|
722 |
+
$tmpfile = download_url( $from );
|
723 |
|
724 |
+
if ( $tmpfile instanceof WP_Error ) {
|
725 |
+
// Issue downloading the file.
|
726 |
+
return false;
|
727 |
+
}
|
728 |
|
729 |
+
$fs->copy( $tmpfile, $to );
|
730 |
+
$fs->delete( $tmpfile );
|
731 |
|
732 |
+
return true;
|
733 |
+
}
|
734 |
}
|
735 |
|
736 |
/* General Utilities
|
737 |
--------------------------------------------------------------------------------------------*/
|
738 |
|
739 |
+
if ( ! function_exists( 'fs_sort_by_priority' ) ) {
|
740 |
+
/**
|
741 |
+
* Sorts an array by the value of the priority key.
|
742 |
+
*
|
743 |
+
* @author Daniel Iser (@danieliser)
|
744 |
+
* @since 1.1.7
|
745 |
+
*
|
746 |
+
* @param $a
|
747 |
+
* @param $b
|
748 |
+
*
|
749 |
+
* @return int
|
750 |
+
*/
|
751 |
+
function fs_sort_by_priority( $a, $b ) {
|
752 |
+
|
753 |
+
// If b has a priority and a does not, b wins.
|
754 |
+
if ( ! isset( $a['priority'] ) && isset( $b['priority'] ) ) {
|
755 |
+
return 1;
|
756 |
+
} // If b has a priority and a does not, b wins.
|
757 |
+
elseif ( isset( $a['priority'] ) && ! isset( $b['priority'] ) ) {
|
758 |
+
return - 1;
|
759 |
+
} // If neither has a priority or both priorities are equal its a tie.
|
760 |
+
elseif ( ( ! isset( $a['priority'] ) && ! isset( $b['priority'] ) ) || $a['priority'] === $b['priority'] ) {
|
761 |
+
return 0;
|
762 |
+
}
|
763 |
|
764 |
+
// If both have priority return the winner.
|
765 |
+
return ( $a['priority'] < $b['priority'] ) ? - 1 : 1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
766 |
}
|
|
|
|
|
|
|
767 |
}
|
768 |
|
769 |
#--------------------------------------------------------------------------------
|
freemius/includes/fs-essential-functions.php
CHANGED
@@ -344,7 +344,11 @@
|
|
344 |
}
|
345 |
|
346 |
if ( ! isset( $newest_sdk->type ) || 'theme' !== $newest_sdk->type ) {
|
347 |
-
|
|
|
|
|
|
|
|
|
348 |
} else {
|
349 |
$theme = wp_get_theme();
|
350 |
$in_activation = ( $newest_sdk->plugin_path == $theme->stylesheet );
|
@@ -376,45 +380,62 @@
|
|
376 |
global $fs_active_plugins;
|
377 |
|
378 |
/**
|
379 |
-
* @todo Multi-site network activated plugin are always loaded prior to site plugins so if there's a
|
380 |
*
|
381 |
* @link https://github.com/Freemius/wordpress-sdk/issues/26
|
382 |
*/
|
383 |
|
384 |
$newest_sdk_plugin_path = $fs_active_plugins->newest->plugin_path;
|
385 |
|
386 |
-
$active_plugins
|
387 |
-
$
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
394 |
|
395 |
-
|
396 |
-
|
|
|
|
|
|
|
397 |
|
398 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
399 |
|
400 |
return true;
|
401 |
-
}
|
|
|
|
|
402 |
// Plugin is network active.
|
403 |
$network_active_plugins = get_site_option( 'active_sitewide_plugins', array() );
|
404 |
|
405 |
-
if (isset($network_active_plugins[$newest_sdk_plugin_path])) {
|
406 |
-
reset($network_active_plugins);
|
407 |
-
if ( $newest_sdk_plugin_path === key($network_active_plugins) ) {
|
408 |
// Plugin is already activated first on the network level.
|
409 |
return false;
|
410 |
-
} else
|
411 |
-
$time = $network_active_plugins[$newest_sdk_plugin_path];
|
412 |
|
413 |
// Remove plugin from its current position.
|
414 |
-
unset($network_active_plugins[$newest_sdk_plugin_path]);
|
415 |
|
416 |
// Set it to be included first.
|
417 |
-
$network_active_plugins = array($newest_sdk_plugin_path => $time) + $network_active_plugins;
|
418 |
|
419 |
update_site_option( 'active_sitewide_plugins', $network_active_plugins );
|
420 |
|
344 |
}
|
345 |
|
346 |
if ( ! isset( $newest_sdk->type ) || 'theme' !== $newest_sdk->type ) {
|
347 |
+
if ( ! function_exists( 'is_plugin_active' ) ) {
|
348 |
+
require_once ABSPATH . 'wp-admin/includes/plugin.php';
|
349 |
+
}
|
350 |
+
|
351 |
+
$in_activation = ( ! is_plugin_active( $plugin_file ) );
|
352 |
} else {
|
353 |
$theme = wp_get_theme();
|
354 |
$in_activation = ( $newest_sdk->plugin_path == $theme->stylesheet );
|
380 |
global $fs_active_plugins;
|
381 |
|
382 |
/**
|
383 |
+
* @todo Multi-site network activated plugin are always loaded prior to site plugins so if there's a plugin activated in the network mode that has an older version of the SDK of another plugin which is site activated that has new SDK version, the fs-essential-functions.php will be loaded from the older SDK. Same thing about MU plugins (loaded even before network activated plugins).
|
384 |
*
|
385 |
* @link https://github.com/Freemius/wordpress-sdk/issues/26
|
386 |
*/
|
387 |
|
388 |
$newest_sdk_plugin_path = $fs_active_plugins->newest->plugin_path;
|
389 |
|
390 |
+
$active_plugins = get_option( 'active_plugins', array() );
|
391 |
+
$updated_active_plugins = array( $newest_sdk_plugin_path );
|
392 |
+
|
393 |
+
$plugin_found = false;
|
394 |
+
$is_first_path = true;
|
395 |
+
|
396 |
+
foreach ( $active_plugins as $key => $plugin_path ) {
|
397 |
+
if ( $plugin_path === $newest_sdk_plugin_path ) {
|
398 |
+
if ( $is_first_path ) {
|
399 |
+
// if it's the first plugin already, no need to continue
|
400 |
+
return false;
|
401 |
+
}
|
402 |
+
|
403 |
+
$plugin_found = true;
|
404 |
|
405 |
+
// Skip the plugin (it is already added as the 1st item of $updated_active_plugins).
|
406 |
+
continue;
|
407 |
+
}
|
408 |
+
|
409 |
+
$updated_active_plugins[] = $plugin_path;
|
410 |
|
411 |
+
if ( $is_first_path ) {
|
412 |
+
$is_first_path = false;
|
413 |
+
}
|
414 |
+
}
|
415 |
+
|
416 |
+
if ( $plugin_found ) {
|
417 |
+
update_option( 'active_plugins', $updated_active_plugins );
|
418 |
|
419 |
return true;
|
420 |
+
}
|
421 |
+
|
422 |
+
if ( is_multisite() ) {
|
423 |
// Plugin is network active.
|
424 |
$network_active_plugins = get_site_option( 'active_sitewide_plugins', array() );
|
425 |
|
426 |
+
if ( isset( $network_active_plugins[ $newest_sdk_plugin_path ] ) ) {
|
427 |
+
reset( $network_active_plugins );
|
428 |
+
if ( $newest_sdk_plugin_path === key( $network_active_plugins ) ) {
|
429 |
// Plugin is already activated first on the network level.
|
430 |
return false;
|
431 |
+
} else {
|
432 |
+
$time = $network_active_plugins[ $newest_sdk_plugin_path ];
|
433 |
|
434 |
// Remove plugin from its current position.
|
435 |
+
unset( $network_active_plugins[ $newest_sdk_plugin_path ] );
|
436 |
|
437 |
// Set it to be included first.
|
438 |
+
$network_active_plugins = array( $newest_sdk_plugin_path => $time ) + $network_active_plugins;
|
439 |
|
440 |
update_site_option( 'active_sitewide_plugins', $network_active_plugins );
|
441 |
|
freemius/includes/fs-plugin-info-dialog.php
CHANGED
@@ -145,15 +145,36 @@
|
|
145 |
}
|
146 |
|
147 |
if ( is_array( $pricing ) && 0 < count( $pricing ) ) {
|
148 |
-
$
|
149 |
|
150 |
-
foreach ( $pricing as
|
151 |
$prices = new FS_Pricing( $prices );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
}
|
153 |
|
154 |
-
$
|
|
|
|
|
|
|
155 |
|
156 |
-
|
|
|
157 |
}
|
158 |
|
159 |
if ( is_array( $features ) && 0 < count( $features ) ) {
|
@@ -859,9 +880,11 @@
|
|
859 |
$classes[] = 'disabled';
|
860 |
}
|
861 |
|
|
|
|
|
862 |
return sprintf(
|
863 |
'<a %s class="button %s">%s</a>',
|
864 |
-
empty( $href ) ? '' : 'href="' . $href . '" target="' . $target . '"',
|
865 |
implode( ' ', $classes ),
|
866 |
$label
|
867 |
);
|
@@ -1047,7 +1070,7 @@
|
|
1047 |
$href = add_query_arg( array( 'tab' => $tab, 'section' => $section_name ) );
|
1048 |
$href = esc_url( $href );
|
1049 |
$san_section = esc_attr( $section_name );
|
1050 |
-
echo "\t<a name='$san_section' href='$href' $class
|
1051 |
}
|
1052 |
|
1053 |
echo "</div>\n";
|
@@ -1180,7 +1203,7 @@
|
|
1180 |
|
1181 |
$(document).ready(function () {
|
1182 |
var $plan = $('.plugin-information-pricing .fs-plan[data-plan-id=<?php echo $plan->id ?>]');
|
1183 |
-
$plan.find('input[type=radio]').
|
1184 |
_updateCtaUrl(
|
1185 |
$plan.attr('data-plan-id'),
|
1186 |
$(this).val(),
|
@@ -1346,6 +1369,7 @@
|
|
1346 |
if ( ! empty( $api->slug ) && true == $api->is_wp_org_compliant ) {
|
1347 |
?>
|
1348 |
<li><a target="_blank"
|
|
|
1349 |
href="https://wordpress.org/plugins/<?php echo $api->slug; ?>/"><?php fs_esc_html_echo_inline( 'WordPress.org Plugin Page', 'wp-org-plugin-page', $api->slug ) ?>
|
1350 |
»</a>
|
1351 |
</li>
|
@@ -1354,6 +1378,7 @@
|
|
1354 |
if ( ! empty( $api->homepage ) ) {
|
1355 |
?>
|
1356 |
<li><a target="_blank"
|
|
|
1357 |
href="<?php echo esc_url( $api->homepage ); ?>"><?php fs_esc_html_echo_inline( 'Plugin Homepage', 'plugin-homepage', $api->slug ) ?>
|
1358 |
»</a>
|
1359 |
</li>
|
@@ -1362,6 +1387,7 @@
|
|
1362 |
if ( ! empty( $api->donate_link ) && empty( $api->contributors ) ) {
|
1363 |
?>
|
1364 |
<li><a target="_blank"
|
|
|
1365 |
href="<?php echo esc_url( $api->donate_link ); ?>"><?php fs_esc_html_echo_inline( 'Donate to this plugin', 'donate-to-plugin', $api->slug ) ?>
|
1366 |
»</a>
|
1367 |
</li>
|
@@ -1405,18 +1431,19 @@
|
|
1405 |
);
|
1406 |
?>
|
1407 |
<div class="counter-container">
|
1408 |
-
|
1409 |
-
|
1410 |
-
|
1411 |
-
|
1412 |
-
|
1413 |
-
|
1414 |
-
|
1415 |
-
|
|
|
1416 |
<span class="counter-back">
|
1417 |
-
|
1418 |
-
|
1419 |
-
|
1420 |
</div>
|
1421 |
<?php
|
1422 |
}
|
@@ -1437,13 +1464,14 @@
|
|
1437 |
if ( empty( $contrib_profile ) ) {
|
1438 |
echo "<li><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&s=36' width='18' height='18' />{$contrib_username}</li>";
|
1439 |
} else {
|
1440 |
-
echo "<li><a href='{$contrib_profile}' target='_blank'><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&s=36' width='18' height='18' />{$contrib_username}</a></li>";
|
1441 |
}
|
1442 |
}
|
1443 |
?>
|
1444 |
</ul>
|
1445 |
<?php if ( ! empty( $api->donate_link ) ) { ?>
|
1446 |
<a target="_blank"
|
|
|
1447 |
href="<?php echo esc_url( $api->donate_link ); ?>"><?php fs_echo_inline( 'Donate to this plugin', 'donate-to-plugin', $api->slug ) ?>
|
1448 |
»</a>
|
1449 |
<?php } ?>
|
@@ -1607,4 +1635,4 @@
|
|
1607 |
iframe_footer();
|
1608 |
exit;
|
1609 |
}
|
1610 |
-
}
|
145 |
}
|
146 |
|
147 |
if ( is_array( $pricing ) && 0 < count( $pricing ) ) {
|
148 |
+
$filtered_pricing = array();
|
149 |
|
150 |
+
foreach ( $pricing as $prices ) {
|
151 |
$prices = new FS_Pricing( $prices );
|
152 |
+
|
153 |
+
if ( ! $prices->is_usd() ) {
|
154 |
+
/**
|
155 |
+
* Skip non-USD pricing.
|
156 |
+
*
|
157 |
+
* @author Leo Fajardo (@leorw)
|
158 |
+
* @since 2.3.1
|
159 |
+
*/
|
160 |
+
continue;
|
161 |
+
}
|
162 |
+
|
163 |
+
if ( ( $prices->has_monthly() && $prices->monthly_price > 1.0 ) ||
|
164 |
+
( $prices->has_annual() && $prices->annual_price > 1.0 ) ||
|
165 |
+
( $prices->has_lifetime() && $prices->lifetime_price > 1.0 )
|
166 |
+
) {
|
167 |
+
$filtered_pricing[] = $prices;
|
168 |
+
}
|
169 |
}
|
170 |
|
171 |
+
if ( ! empty( $filtered_pricing ) ) {
|
172 |
+
$has_paid_plan = true;
|
173 |
+
|
174 |
+
$plan->pricing = $filtered_pricing;
|
175 |
|
176 |
+
$has_pricing = true;
|
177 |
+
}
|
178 |
}
|
179 |
|
180 |
if ( is_array( $features ) && 0 < count( $features ) ) {
|
880 |
$classes[] = 'disabled';
|
881 |
}
|
882 |
|
883 |
+
$rel = ( '_blank' === $target ) ? ' rel="noopener noreferrer"' : '';
|
884 |
+
|
885 |
return sprintf(
|
886 |
'<a %s class="button %s">%s</a>',
|
887 |
+
empty( $href ) ? '' : 'href="' . $href . '" target="' . $target . '"' . $rel,
|
888 |
implode( ' ', $classes ),
|
889 |
$label
|
890 |
);
|
1070 |
$href = add_query_arg( array( 'tab' => $tab, 'section' => $section_name ) );
|
1071 |
$href = esc_url( $href );
|
1072 |
$san_section = esc_attr( $section_name );
|
1073 |
+
echo "\t<a name='$san_section' href='$href' $class>" . esc_html( $title ) . "</a>\n";
|
1074 |
}
|
1075 |
|
1076 |
echo "</div>\n";
|
1203 |
|
1204 |
$(document).ready(function () {
|
1205 |
var $plan = $('.plugin-information-pricing .fs-plan[data-plan-id=<?php echo $plan->id ?>]');
|
1206 |
+
$plan.find('input[type=radio]').on('click', function () {
|
1207 |
_updateCtaUrl(
|
1208 |
$plan.attr('data-plan-id'),
|
1209 |
$(this).val(),
|
1369 |
if ( ! empty( $api->slug ) && true == $api->is_wp_org_compliant ) {
|
1370 |
?>
|
1371 |
<li><a target="_blank"
|
1372 |
+
rel="noopener noreferrer"
|
1373 |
href="https://wordpress.org/plugins/<?php echo $api->slug; ?>/"><?php fs_esc_html_echo_inline( 'WordPress.org Plugin Page', 'wp-org-plugin-page', $api->slug ) ?>
|
1374 |
»</a>
|
1375 |
</li>
|
1378 |
if ( ! empty( $api->homepage ) ) {
|
1379 |
?>
|
1380 |
<li><a target="_blank"
|
1381 |
+
rel="noopener noreferrer"
|
1382 |
href="<?php echo esc_url( $api->homepage ); ?>"><?php fs_esc_html_echo_inline( 'Plugin Homepage', 'plugin-homepage', $api->slug ) ?>
|
1383 |
»</a>
|
1384 |
</li>
|
1387 |
if ( ! empty( $api->donate_link ) && empty( $api->contributors ) ) {
|
1388 |
?>
|
1389 |
<li><a target="_blank"
|
1390 |
+
rel="noopener noreferrer"
|
1391 |
href="<?php echo esc_url( $api->donate_link ); ?>"><?php fs_esc_html_echo_inline( 'Donate to this plugin', 'donate-to-plugin', $api->slug ) ?>
|
1392 |
»</a>
|
1393 |
</li>
|
1431 |
);
|
1432 |
?>
|
1433 |
<div class="counter-container">
|
1434 |
+
<span class="counter-label"><a
|
1435 |
+
href="https://wordpress.org/support/view/plugin-reviews/<?php echo $api->slug; ?>?filter=<?php echo $key; ?>"
|
1436 |
+
target="_blank"
|
1437 |
+
rel="noopener noreferrer"
|
1438 |
+
title="<?php echo esc_attr( sprintf(
|
1439 |
+
/* translators: %s: # of stars (e.g. 5 stars) */
|
1440 |
+
fs_text_inline( 'Click to see reviews that provided a rating of %s', 'click-to-reviews', $api->slug ),
|
1441 |
+
$stars_label
|
1442 |
+
) ) ?>"><?php echo $stars_label ?></a></span>
|
1443 |
<span class="counter-back">
|
1444 |
+
<span class="counter-bar" style="width: <?php echo absint(92 * $_rating); ?>px;"></span>
|
1445 |
+
</span>
|
1446 |
+
<span class="counter-count"><?php echo number_format_i18n( $ratecount ); ?></span>
|
1447 |
</div>
|
1448 |
<?php
|
1449 |
}
|
1464 |
if ( empty( $contrib_profile ) ) {
|
1465 |
echo "<li><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&s=36' width='18' height='18' />{$contrib_username}</li>";
|
1466 |
} else {
|
1467 |
+
echo "<li><a href='{$contrib_profile}' target='_blank' rel='noopener noreferrer'><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&s=36' width='18' height='18' />{$contrib_username}</a></li>";
|
1468 |
}
|
1469 |
}
|
1470 |
?>
|
1471 |
</ul>
|
1472 |
<?php if ( ! empty( $api->donate_link ) ) { ?>
|
1473 |
<a target="_blank"
|
1474 |
+
rel="noopener noreferrer"
|
1475 |
href="<?php echo esc_url( $api->donate_link ); ?>"><?php fs_echo_inline( 'Donate to this plugin', 'donate-to-plugin', $api->slug ) ?>
|
1476 |
»</a>
|
1477 |
<?php } ?>
|
1635 |
iframe_footer();
|
1636 |
exit;
|
1637 |
}
|
1638 |
+
}
|
freemius/includes/managers/class-fs-admin-menu-manager.php
CHANGED
@@ -430,41 +430,62 @@
|
|
430 |
$this->get_raw_slug();
|
431 |
}
|
432 |
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
*
|
449 |
-
* @since 1.2.2
|
450 |
-
*/
|
451 |
-
return true;
|
452 |
-
}
|
453 |
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
463 |
|
464 |
-
|
465 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
466 |
|
467 |
-
|
|
|
|
|
|
|
468 |
|
469 |
/**
|
470 |
* Override submenu's action.
|
@@ -682,7 +703,12 @@
|
|
682 |
$menu['parent_slug'] :
|
683 |
'admin.php';
|
684 |
|
685 |
-
|
|
|
|
|
|
|
|
|
|
|
686 |
}
|
687 |
|
688 |
/**
|
430 |
$this->get_raw_slug();
|
431 |
}
|
432 |
|
433 |
+
/**
|
434 |
+
* Is user on plugin's admin activation page.
|
435 |
+
*
|
436 |
+
* @author Vova Feldman (@svovaf)
|
437 |
+
* @since 1.0.8
|
438 |
+
*
|
439 |
+
* @param bool $show_opt_in_on_themes_page Since 2.3.1
|
440 |
+
*
|
441 |
+
* @return bool
|
442 |
+
*
|
443 |
+
* @deprecated Please use is_activation_page() instead.
|
444 |
+
*/
|
445 |
+
function is_main_settings_page( $show_opt_in_on_themes_page = false ) {
|
446 |
+
return $this->is_activation_page( $show_opt_in_on_themes_page );
|
447 |
+
}
|
|
|
|
|
|
|
|
|
|
|
448 |
|
449 |
+
/**
|
450 |
+
* Is user on product's admin activation page.
|
451 |
+
*
|
452 |
+
* @author Vova Feldman (@svovaf)
|
453 |
+
* @since 2.3.1
|
454 |
+
*
|
455 |
+
* @param bool $show_opt_in_on_themes_page Since 2.3.1
|
456 |
+
*
|
457 |
+
* @return bool
|
458 |
+
*/
|
459 |
+
function is_activation_page( $show_opt_in_on_themes_page = false ) {
|
460 |
+
if ( $show_opt_in_on_themes_page ) {
|
461 |
+
/**
|
462 |
+
* In activation only when show_optin query string param is given.
|
463 |
+
*
|
464 |
+
* @since 1.2.2
|
465 |
+
*/
|
466 |
+
return (
|
467 |
+
( WP_FS__MODULE_TYPE_THEME === $this->_module_type ) &&
|
468 |
+
Freemius::is_themes_page() &&
|
469 |
+
fs_request_get_bool( $this->_module_unique_affix . '_show_optin' )
|
470 |
+
);
|
471 |
+
}
|
472 |
|
473 |
+
if ( $this->_menu_exists &&
|
474 |
+
( fs_is_plugin_page( $this->_menu_slug ) || fs_is_plugin_page( $this->_module_unique_affix ) )
|
475 |
+
) {
|
476 |
+
/**
|
477 |
+
* Module has a settings menu and the context page is the main settings page, so assume it's in
|
478 |
+
* activation (doesn't really check if already opted-in/skipped or not).
|
479 |
+
*
|
480 |
+
* @since 1.2.2
|
481 |
+
*/
|
482 |
+
return true;
|
483 |
+
}
|
484 |
|
485 |
+
return false;
|
486 |
+
}
|
487 |
+
|
488 |
+
#region Submenu Override
|
489 |
|
490 |
/**
|
491 |
* Override submenu's action.
|
703 |
$menu['parent_slug'] :
|
704 |
'admin.php';
|
705 |
|
706 |
+
return admin_url(
|
707 |
+
$parent_slug .
|
708 |
+
( false === strpos( $parent_slug, '?' ) ? '?' : '&' ) .
|
709 |
+
'page=' .
|
710 |
+
$menu['menu'][2]
|
711 |
+
);
|
712 |
}
|
713 |
|
714 |
/**
|
freemius/includes/managers/class-fs-cache-manager.php
CHANGED
@@ -37,7 +37,7 @@
|
|
37 |
$this->_logger->entrance();
|
38 |
$this->_logger->log( 'id = ' . $id );
|
39 |
|
40 |
-
$this->_options = FS_Option_Manager::get_manager( $id, true, true );
|
41 |
}
|
42 |
|
43 |
/**
|
37 |
$this->_logger->entrance();
|
38 |
$this->_logger->log( 'id = ' . $id );
|
39 |
|
40 |
+
$this->_options = FS_Option_Manager::get_manager( $id, true, true, false );
|
41 |
}
|
42 |
|
43 |
/**
|
freemius/includes/managers/class-fs-option-manager.php
CHANGED
@@ -48,6 +48,11 @@
|
|
48 |
*/
|
49 |
private $_is_network_storage;
|
50 |
|
|
|
|
|
|
|
|
|
|
|
51 |
/**
|
52 |
* @var array[string]FS_Option_Manager {
|
53 |
* @key string
|
@@ -60,11 +65,17 @@
|
|
60 |
* @author Vova Feldman (@svovaf)
|
61 |
* @since 1.0.3
|
62 |
*
|
63 |
-
* @param string
|
64 |
-
* @param bool
|
65 |
-
* @param bool|int
|
|
|
66 |
*/
|
67 |
-
private function __construct(
|
|
|
|
|
|
|
|
|
|
|
68 |
$id = strtolower( $id );
|
69 |
|
70 |
$this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_opt_mngr_' . $id, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
|
@@ -74,6 +85,8 @@
|
|
74 |
|
75 |
$this->_id = $id;
|
76 |
|
|
|
|
|
77 |
if ( is_multisite() ) {
|
78 |
$this->_is_network_storage = ( true === $network_level_or_blog_id );
|
79 |
|
@@ -93,13 +106,19 @@
|
|
93 |
* @author Vova Feldman (@svovaf)
|
94 |
* @since 1.0.3
|
95 |
*
|
96 |
-
* @param string
|
97 |
-
* @param bool
|
98 |
-
* @param bool|int
|
|
|
99 |
*
|
100 |
-
* @return FS_Option_Manager
|
101 |
*/
|
102 |
-
static function get_manager(
|
|
|
|
|
|
|
|
|
|
|
103 |
$key = strtolower( $id );
|
104 |
|
105 |
if ( is_multisite() ) {
|
@@ -115,7 +134,12 @@
|
|
115 |
}
|
116 |
|
117 |
if ( ! isset( self::$_MANAGERS[ $key ] ) ) {
|
118 |
-
self::$_MANAGERS[ $key ] = new FS_Option_Manager(
|
|
|
|
|
|
|
|
|
|
|
119 |
} // If load required but not yet loaded, load.
|
120 |
else if ( $load && ! self::$_MANAGERS[ $key ]->is_loaded() ) {
|
121 |
self::$_MANAGERS[ $key ]->load();
|
@@ -410,7 +434,7 @@
|
|
410 |
} else if ( $this->_blog_id > 0 ) {
|
411 |
update_blog_option( $this->_blog_id, $option_name, $this->_options );
|
412 |
} else {
|
413 |
-
update_option( $option_name, $this->_options );
|
414 |
}
|
415 |
|
416 |
if ( ! WP_FS__DEBUG_SDK ) {
|
48 |
*/
|
49 |
private $_is_network_storage;
|
50 |
|
51 |
+
/**
|
52 |
+
* @var bool|null
|
53 |
+
*/
|
54 |
+
private $_autoload;
|
55 |
+
|
56 |
/**
|
57 |
* @var array[string]FS_Option_Manager {
|
58 |
* @key string
|
65 |
* @author Vova Feldman (@svovaf)
|
66 |
* @since 1.0.3
|
67 |
*
|
68 |
+
* @param string $id
|
69 |
+
* @param bool $load
|
70 |
+
* @param bool|int $network_level_or_blog_id Since 2.0.0
|
71 |
+
* @param bool|null $autoload
|
72 |
*/
|
73 |
+
private function __construct(
|
74 |
+
$id,
|
75 |
+
$load = false,
|
76 |
+
$network_level_or_blog_id = false,
|
77 |
+
$autoload = null
|
78 |
+
) {
|
79 |
$id = strtolower( $id );
|
80 |
|
81 |
$this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_opt_mngr_' . $id, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
|
85 |
|
86 |
$this->_id = $id;
|
87 |
|
88 |
+
$this->_autoload = $autoload;
|
89 |
+
|
90 |
if ( is_multisite() ) {
|
91 |
$this->_is_network_storage = ( true === $network_level_or_blog_id );
|
92 |
|
106 |
* @author Vova Feldman (@svovaf)
|
107 |
* @since 1.0.3
|
108 |
*
|
109 |
+
* @param string $id
|
110 |
+
* @param bool $load
|
111 |
+
* @param bool|int $network_level_or_blog_id Since 2.0.0
|
112 |
+
* @param bool|null $autoload
|
113 |
*
|
114 |
+
* @return \FS_Option_Manager
|
115 |
*/
|
116 |
+
static function get_manager(
|
117 |
+
$id,
|
118 |
+
$load = false,
|
119 |
+
$network_level_or_blog_id = false,
|
120 |
+
$autoload = null
|
121 |
+
) {
|
122 |
$key = strtolower( $id );
|
123 |
|
124 |
if ( is_multisite() ) {
|
134 |
}
|
135 |
|
136 |
if ( ! isset( self::$_MANAGERS[ $key ] ) ) {
|
137 |
+
self::$_MANAGERS[ $key ] = new FS_Option_Manager(
|
138 |
+
$id,
|
139 |
+
$load,
|
140 |
+
$network_level_or_blog_id,
|
141 |
+
$autoload
|
142 |
+
);
|
143 |
} // If load required but not yet loaded, load.
|
144 |
else if ( $load && ! self::$_MANAGERS[ $key ]->is_loaded() ) {
|
145 |
self::$_MANAGERS[ $key ]->load();
|
434 |
} else if ( $this->_blog_id > 0 ) {
|
435 |
update_blog_option( $this->_blog_id, $option_name, $this->_options );
|
436 |
} else {
|
437 |
+
update_option( $option_name, $this->_options, $this->_autoload );
|
438 |
}
|
439 |
|
440 |
if ( ! WP_FS__DEBUG_SDK ) {
|
freemius/includes/managers/class-fs-plugin-manager.php
CHANGED
@@ -83,12 +83,12 @@
|
|
83 |
$option_manager = $this->get_option_manager();
|
84 |
|
85 |
if ( false !== $module_type ) {
|
86 |
-
return $option_manager->get_option( $module_type . 's', array() );
|
87 |
}
|
88 |
|
89 |
return array(
|
90 |
-
self::OPTION_NAME_PLUGINS => $option_manager->get_option( self::OPTION_NAME_PLUGINS, array() ),
|
91 |
-
self::OPTION_NAME_THEMES => $option_manager->get_option( self::OPTION_NAME_THEMES, array() ),
|
92 |
);
|
93 |
}
|
94 |
|
83 |
$option_manager = $this->get_option_manager();
|
84 |
|
85 |
if ( false !== $module_type ) {
|
86 |
+
return fs_get_entities( $option_manager->get_option( $module_type . 's', array() ), FS_Plugin::get_class_name() );
|
87 |
}
|
88 |
|
89 |
return array(
|
90 |
+
self::OPTION_NAME_PLUGINS => fs_get_entities( $option_manager->get_option( self::OPTION_NAME_PLUGINS, array() ), FS_Plugin::get_class_name() ),
|
91 |
+
self::OPTION_NAME_THEMES => fs_get_entities( $option_manager->get_option( self::OPTION_NAME_THEMES, array() ), FS_Plugin::get_class_name() ),
|
92 |
);
|
93 |
}
|
94 |
|
freemius/includes/sdk/FreemiusBase.php
CHANGED
@@ -137,7 +137,7 @@
|
|
137 |
} catch ( Exception $e ) {
|
138 |
// Map to error object.
|
139 |
$result = (object) array(
|
140 |
-
'error' => array(
|
141 |
'type' => 'Unknown',
|
142 |
'message' => $e->getMessage() . ' (' . $e->getFile() . ': ' . $e->getLine() . ')',
|
143 |
'code' => 'unknown',
|
137 |
} catch ( Exception $e ) {
|
138 |
// Map to error object.
|
139 |
$result = (object) array(
|
140 |
+
'error' => (object) array(
|
141 |
'type' => 'Unknown',
|
142 |
'message' => $e->getMessage() . ' (' . $e->getFile() . ': ' . $e->getLine() . ')',
|
143 |
'code' => 'unknown',
|
freemius/includes/sdk/FreemiusWordPress.php
CHANGED
@@ -228,10 +228,13 @@
|
|
228 |
$now = ( time() - self::$_clock_diff );
|
229 |
$date = date( 'r', $now );
|
230 |
|
231 |
-
if ( in_array( $pMethod, array( 'POST', 'PUT' ) )
|
232 |
-
|
233 |
-
|
234 |
-
|
|
|
|
|
|
|
235 |
|
236 |
$string_to_sign = implode( $eol, array(
|
237 |
$pMethod,
|
@@ -380,10 +383,11 @@
|
|
380 |
}
|
381 |
|
382 |
if ( in_array( $pMethod, array( 'POST', 'PUT' ) ) ) {
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
|
|
387 |
}
|
388 |
|
389 |
$request_url = self::GetUrl( $pCanonizedPath, $pIsSandbox );
|
@@ -570,7 +574,7 @@
|
|
570 |
} catch ( Exception $e ) {
|
571 |
// Map to error object.
|
572 |
$result = (object) array(
|
573 |
-
'error' => array(
|
574 |
'type' => 'Unknown',
|
575 |
'message' => $e->getMessage() . ' (' . $e->getFile() . ': ' . $e->getLine() . ')',
|
576 |
'code' => 'unknown',
|
@@ -649,7 +653,7 @@
|
|
649 |
$message = ( 1 < count( $parts ) ) ? $parts[1] : $message;
|
650 |
|
651 |
$e = new Freemius_Exception( array(
|
652 |
-
'error' => array(
|
653 |
'code' => $code,
|
654 |
'message' => $message,
|
655 |
'type' => 'CurlException',
|
@@ -657,7 +661,7 @@
|
|
657 |
) );
|
658 |
} else {
|
659 |
$e = new Freemius_Exception( array(
|
660 |
-
'error' => array(
|
661 |
'code' => $pError->get_error_code(),
|
662 |
'message' => $pError->get_error_message(),
|
663 |
'type' => 'WPRemoteException',
|
228 |
$now = ( time() - self::$_clock_diff );
|
229 |
$date = date( 'r', $now );
|
230 |
|
231 |
+
if ( in_array( $pMethod, array( 'POST', 'PUT' ) ) ) {
|
232 |
+
$content_type = 'application/json';
|
233 |
+
|
234 |
+
if ( ! empty( $pPostParams ) ) {
|
235 |
+
$content_md5 = md5( $pPostParams );
|
236 |
+
}
|
237 |
+
}
|
238 |
|
239 |
$string_to_sign = implode( $eol, array(
|
240 |
$pMethod,
|
383 |
}
|
384 |
|
385 |
if ( in_array( $pMethod, array( 'POST', 'PUT' ) ) ) {
|
386 |
+
$pWPRemoteArgs['headers']['Content-type'] = 'application/json';
|
387 |
+
|
388 |
+
if ( is_array( $pParams ) && 0 < count( $pParams ) ) {
|
389 |
+
$pWPRemoteArgs['body'] = json_encode( $pParams );
|
390 |
+
}
|
391 |
}
|
392 |
|
393 |
$request_url = self::GetUrl( $pCanonizedPath, $pIsSandbox );
|
574 |
} catch ( Exception $e ) {
|
575 |
// Map to error object.
|
576 |
$result = (object) array(
|
577 |
+
'error' => (object) array(
|
578 |
'type' => 'Unknown',
|
579 |
'message' => $e->getMessage() . ' (' . $e->getFile() . ': ' . $e->getLine() . ')',
|
580 |
'code' => 'unknown',
|
653 |
$message = ( 1 < count( $parts ) ) ? $parts[1] : $message;
|
654 |
|
655 |
$e = new Freemius_Exception( array(
|
656 |
+
'error' => (object) array(
|
657 |
'code' => $code,
|
658 |
'message' => $message,
|
659 |
'type' => 'CurlException',
|
661 |
) );
|
662 |
} else {
|
663 |
$e = new Freemius_Exception( array(
|
664 |
+
'error' => (object) array(
|
665 |
'code' => $pError->get_error_code(),
|
666 |
'message' => $pError->get_error_message(),
|
667 |
'type' => 'WPRemoteException',
|
freemius/includes/supplements/fs-essential-functions-1.1.7.1.php
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
|
33 |
// Get active plugin's main files real full names (might be symlinks).
|
34 |
foreach ( $all_plugins as $relative_path => $data ) {
|
35 |
-
|
36 |
if ( '.' !== dirname( trailingslashit( $relative_path ) ) ) {
|
37 |
return $relative_path;
|
38 |
}
|
32 |
|
33 |
// Get active plugin's main files real full names (might be symlinks).
|
34 |
foreach ( $all_plugins as $relative_path => $data ) {
|
35 |
+
if ( 0 === strpos( $file_real_path, fs_normalize_path( dirname( realpath( WP_PLUGIN_DIR . '/' . $relative_path ) ) . '/' ) ) ) {
|
36 |
if ( '.' !== dirname( trailingslashit( $relative_path ) ) ) {
|
37 |
return $relative_path;
|
38 |
}
|
freemius/languages/freemius-cs_CZ.mo
ADDED
Binary file
|
freemius/languages/freemius-da_DK.mo
CHANGED
Binary file
|
freemius/languages/freemius-da_DK.po
DELETED
@@ -1,2722 +0,0 @@
|
|
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: \n"
|
8 |
-
"Language: \n"
|
9 |
-
"Language-Team: \n"
|
10 |
-
"Content-Type: \n"
|
11 |
-
"Content-Transfer-Encoding: \n"
|
12 |
-
"Plural-Forms: \n"
|
13 |
-
o: https://github.com/Freemius/wordpress-sdk/issues\n"
|
14 |
-
"POT-Creation-Date: \n"
|
15 |
-
"PO-Revision-Date: 2019-06-05 13:40+0000\n"
|
16 |
-
"Last-Translator: Joachim Jensen\n"
|
17 |
-
"Language-Team: Danish (Denmark) (http://www.transifex.com/freemius/wordpress-sdk/language/da_DK/)\n"
|
18 |
-
"MIME-Version: 1.0\n"
|
19 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
20 |
-
"Content-Transfer-Encoding: 8bit\n"
|
21 |
-
"Language: da_DK\n"
|
22 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
23 |
-
"X-Poedit-Basepath: ..\n"
|
24 |
-
"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"
|
25 |
-
"X-Poedit-SearchPath-0: .\n"
|
26 |
-
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
27 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
28 |
-
|
29 |
-
#: includes/class-freemius.php1838, templates/account.php:769
|
30 |
-
msgid ""
|
31 |
-
"An update to a Beta version will replace your installed version of %s with "
|
32 |
-
"the latest Beta release - use with caution, and not on production sites. You"
|
33 |
-
" have been warned."
|
34 |
-
msgstr ""
|
35 |
-
|
36 |
-
#: includes/class-freemius.php:1845
|
37 |
-
msgid "Would you like to proceed with the update?"
|
38 |
-
msgstr ""
|
39 |
-
|
40 |
-
#: includes/class-freemius.php:2053
|
41 |
-
msgid ""
|
42 |
-
"Freemius SDK couldn't find the plugin's main file. Please contact "
|
43 |
-
"sdk@freemius.com with the current error."
|
44 |
-
msgstr ""
|
45 |
-
|
46 |
-
#: includes/class-freemius.php:2055
|
47 |
-
msgid "Error"
|
48 |
-
msgstr "Fejl"
|
49 |
-
|
50 |
-
#: includes/class-freemius.php:2445
|
51 |
-
msgid "I found a better %s"
|
52 |
-
msgstr "Jeg fandt et bedre %s"
|
53 |
-
|
54 |
-
#: includes/class-freemius.php:2447
|
55 |
-
msgid "What's the %s's name?"
|
56 |
-
msgstr "Hvad er navnet på %s?"
|
57 |
-
|
58 |
-
#: includes/class-freemius.php:2453
|
59 |
-
msgid "It's a temporary %s. I'm just debugging an issue."
|
60 |
-
msgstr "Det er en midlertidig %s. Jeg er i gang med fejlrettelser."
|
61 |
-
|
62 |
-
#: includes/class-freemius.php:2455
|
63 |
-
msgid "Deactivation"
|
64 |
-
msgstr "Deaktivering"
|
65 |
-
|
66 |
-
#: includes/class-freemius.php:2456
|
67 |
-
msgid "Theme Switch"
|
68 |
-
msgstr "Temaskift"
|
69 |
-
|
70 |
-
#: includes/class-freemius.php2465, templates/forms/resend-key.php:24
|
71 |
-
msgid "Other"
|
72 |
-
msgstr "Andet"
|
73 |
-
|
74 |
-
#: includes/class-freemius.php:2473
|
75 |
-
msgid "I no longer need the %s"
|
76 |
-
msgstr "Jeg har ikke længere brug for %s"
|
77 |
-
|
78 |
-
#: includes/class-freemius.php:2480
|
79 |
-
msgid "I only needed the %s for a short period"
|
80 |
-
msgstr "Jeg behøvede kun %s i en kort periode"
|
81 |
-
|
82 |
-
#: includes/class-freemius.php:2486
|
83 |
-
msgid "The %s broke my site"
|
84 |
-
msgstr "%s ødelagde min webside"
|
85 |
-
|
86 |
-
#: includes/class-freemius.php:2493
|
87 |
-
msgid "The %s suddenly stopped working"
|
88 |
-
msgstr "%s stoppede pludseligt med at virke"
|
89 |
-
|
90 |
-
#: includes/class-freemius.php:2503
|
91 |
-
msgid "I can't pay for it anymore"
|
92 |
-
msgstr "Jeg kan ikke længere betale for det"
|
93 |
-
|
94 |
-
#: includes/class-freemius.php:2505
|
95 |
-
msgid "What price would you feel comfortable paying?"
|
96 |
-
msgstr "Hvilken pris ville du foretrække at betale?"
|
97 |
-
|
98 |
-
#: includes/class-freemius.php:2511
|
99 |
-
msgid "I don't like to share my information with you"
|
100 |
-
msgstr "Jeg har ikke lyst til at dele mine informationer med jer"
|
101 |
-
|
102 |
-
#: includes/class-freemius.php:2532
|
103 |
-
msgid "The %s didn't work"
|
104 |
-
msgstr "%s virkede ikke"
|
105 |
-
|
106 |
-
#: includes/class-freemius.php:2542
|
107 |
-
msgid "I couldn't understand how to make it work"
|
108 |
-
msgstr "Jeg forstod ikke, hvordan jeg skulle få det til at fungere."
|
109 |
-
|
110 |
-
#: includes/class-freemius.php:2550
|
111 |
-
msgid "The %s is great, but I need specific feature that you don't support"
|
112 |
-
msgstr "%s er godt, men jeg har brug for en specifik feature, som ikke understøttes"
|
113 |
-
|
114 |
-
#: includes/class-freemius.php:2552
|
115 |
-
msgid "What feature?"
|
116 |
-
msgstr "Hvilken feature?"
|
117 |
-
|
118 |
-
#: includes/class-freemius.php:2556
|
119 |
-
msgid "The %s is not working"
|
120 |
-
msgstr "%s virker ikke"
|
121 |
-
|
122 |
-
#: includes/class-freemius.php:2558
|
123 |
-
msgid "Kindly share what didn't work so we can fix it for future users..."
|
124 |
-
msgstr ""
|
125 |
-
|
126 |
-
#: includes/class-freemius.php:2562
|
127 |
-
msgid "It's not what I was looking for"
|
128 |
-
msgstr "Det er ikke, hvad jeg søgte"
|
129 |
-
|
130 |
-
#: includes/class-freemius.php:2564
|
131 |
-
msgid "What you've been looking for?"
|
132 |
-
msgstr "Hvad har du ledt efter?"
|
133 |
-
|
134 |
-
#: includes/class-freemius.php:2568
|
135 |
-
msgid "The %s didn't work as expected"
|
136 |
-
msgstr "%s virkede ikke som forventet"
|
137 |
-
|
138 |
-
#: includes/class-freemius.php:2570
|
139 |
-
msgid "What did you expect?"
|
140 |
-
msgstr "Hvad forventede du?"
|
141 |
-
|
142 |
-
#: includes/class-freemius.php3425, templates/debug.php:20
|
143 |
-
msgid "Freemius Debug"
|
144 |
-
msgstr "Freemius Debug"
|
145 |
-
|
146 |
-
#: includes/class-freemius.php:4177
|
147 |
-
msgid "I don't know what is cURL or how to install it, help me!"
|
148 |
-
msgstr "Jeg ved ikke hvad cURL er, eller hvordan jeg installerer det. Hjælp mig!"
|
149 |
-
|
150 |
-
#: includes/class-freemius.php:4179
|
151 |
-
msgid ""
|
152 |
-
"We'll make sure to contact your hosting company and resolve the issue. You "
|
153 |
-
"will get a follow-up email to %s once we have an update."
|
154 |
-
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."
|
155 |
-
|
156 |
-
#: includes/class-freemius.php:4186
|
157 |
-
msgid ""
|
158 |
-
"Great, please install cURL and enable it in your php.ini file. In addition, "
|
159 |
-
"search for the 'disable_functions' directive in your php.ini file and remove"
|
160 |
-
" any disabled methods starting with 'curl_'. To make sure it was "
|
161 |
-
"successfully activated, use 'phpinfo()'. Once activated, deactivate the %s "
|
162 |
-
"and reactivate it back again."
|
163 |
-
msgstr ""
|
164 |
-
|
165 |
-
#: includes/class-freemius.php:4291
|
166 |
-
msgid "Yes - do your thing"
|
167 |
-
msgstr "Ja - fortsæt bare"
|
168 |
-
|
169 |
-
#: includes/class-freemius.php:4296
|
170 |
-
msgid "No - just deactivate"
|
171 |
-
msgstr "Nej - bare deaktiver"
|
172 |
-
|
173 |
-
#: includes/class-freemius.php4341, includes/class-freemius.php4850,
|
174 |
-
#: includes/class-freemius.php5999, includes/class-freemius.php12682,
|
175 |
-
#: includes/class-freemius.php16045, includes/class-freemius.php16133,
|
176 |
-
#: includes/class-freemius.php16299, includes/class-freemius.php18758,
|
177 |
-
#: includes/class-freemius.php18768, includes/class-freemius.php19404,
|
178 |
-
#: includes/class-freemius.php20277, includes/class-freemius.php20392,
|
179 |
-
#: includes/class-freemius.php20536, templates/add-ons.php:54
|
180 |
-
msgctxt "exclamation"
|
181 |
-
msgid "Oops"
|
182 |
-
msgstr "Ups"
|
183 |
-
|
184 |
-
#: includes/class-freemius.php:4410
|
185 |
-
msgid ""
|
186 |
-
"Thank for giving us the chance to fix it! A message was just sent to our "
|
187 |
-
"technical staff. We will get back to you as soon as we have an update to %s."
|
188 |
-
" Appreciate your patience."
|
189 |
-
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."
|
190 |
-
|
191 |
-
#: includes/class-freemius.php:4847
|
192 |
-
msgctxt "addonX cannot run without pluginY"
|
193 |
-
msgid "%s cannot run without %s."
|
194 |
-
msgstr "%s virker ikke uden %s."
|
195 |
-
|
196 |
-
#: includes/class-freemius.php:4848
|
197 |
-
msgctxt "addonX cannot run..."
|
198 |
-
msgid "%s cannot run without the plugin."
|
199 |
-
msgstr "%s virker ikke uden pluginnet."
|
200 |
-
|
201 |
-
#: includes/class-freemius.php5020, includes/class-freemius.php5045,
|
202 |
-
#: includes/class-freemius.php:19475
|
203 |
-
msgid ""
|
204 |
-
"Unexpected API error. Please contact the %s's author with the following "
|
205 |
-
"error."
|
206 |
-
msgstr ""
|
207 |
-
|
208 |
-
#: includes/class-freemius.php:5687
|
209 |
-
msgid "Premium %s version was successfully activated."
|
210 |
-
msgstr "Premium-versionen af %s blev aktiveret."
|
211 |
-
|
212 |
-
#: includes/class-freemius.php5699, includes/class-freemius.php:7567
|
213 |
-
msgctxt ""
|
214 |
-
"Used to express elation, enthusiasm, or triumph (especially in electronic "
|
215 |
-
"communication)."
|
216 |
-
msgid "W00t"
|
217 |
-
msgstr "W00t"
|
218 |
-
|
219 |
-
#: includes/class-freemius.php:5714
|
220 |
-
msgid "You have a %s license."
|
221 |
-
msgstr "Du har en %s licens."
|
222 |
-
|
223 |
-
#: includes/class-freemius.php5718, includes/class-freemius.php15466,
|
224 |
-
#: includes/class-freemius.php15477, includes/class-freemius.php18669,
|
225 |
-
#: includes/class-freemius.php18999, includes/class-freemius.php19065,
|
226 |
-
#: includes/class-freemius.php:19229
|
227 |
-
msgctxt "interjection expressing joy or exuberance"
|
228 |
-
msgid "Yee-haw"
|
229 |
-
msgstr "Yee-haw"
|
230 |
-
|
231 |
-
#: includes/class-freemius.php:5982
|
232 |
-
msgid ""
|
233 |
-
"%s free trial was successfully cancelled. Since the add-on is premium only "
|
234 |
-
"it was automatically deactivated. If you like to use it in the future, "
|
235 |
-
"you'll have to purchase a license."
|
236 |
-
msgstr ""
|
237 |
-
|
238 |
-
#: includes/class-freemius.php:5986
|
239 |
-
msgid ""
|
240 |
-
"%s is a premium only add-on. You have to purchase a license first before "
|
241 |
-
"activating the plugin."
|
242 |
-
msgstr ""
|
243 |
-
|
244 |
-
#: includes/class-freemius.php5995, templates/add-ons.php130,
|
245 |
-
#: templates/account/partials/addon.php:343
|
246 |
-
msgid "More information about %s"
|
247 |
-
msgstr "Mere information om %s"
|
248 |
-
|
249 |
-
#: includes/class-freemius.php:5996
|
250 |
-
msgid "Purchase License"
|
251 |
-
msgstr "Køb licens"
|
252 |
-
|
253 |
-
#: includes/class-freemius.php6931, templates/connect.php:163
|
254 |
-
msgid ""
|
255 |
-
"You should receive an activation email for %s to your mailbox at %s. Please "
|
256 |
-
"make sure you click the activation button in that email to %s."
|
257 |
-
msgstr ""
|
258 |
-
|
259 |
-
#: includes/class-freemius.php:6935
|
260 |
-
msgid "start the trial"
|
261 |
-
msgstr "start prøveperioden"
|
262 |
-
|
263 |
-
#: includes/class-freemius.php6936, templates/connect.php:167
|
264 |
-
msgid "complete the install"
|
265 |
-
msgstr "færdiggør installeringen"
|
266 |
-
|
267 |
-
#: includes/class-freemius.php:7049
|
268 |
-
msgid "You are just one step away - %s"
|
269 |
-
msgstr "Du mangler kun ét skridt - %s"
|
270 |
-
|
271 |
-
#: includes/class-freemius.php:7052
|
272 |
-
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
273 |
-
msgid "Complete \"%s\" Activation Now"
|
274 |
-
msgstr "Færdiggør aktivering af \"%s\" nu"
|
275 |
-
|
276 |
-
#: includes/class-freemius.php:7130
|
277 |
-
msgid "We made a few tweaks to the %s, %s"
|
278 |
-
msgstr "Vi har foretaget nogle rettelser til %s, %s"
|
279 |
-
|
280 |
-
#: includes/class-freemius.php:7134
|
281 |
-
msgid "Opt in to make \"%s\" better!"
|
282 |
-
msgstr ""
|
283 |
-
|
284 |
-
#: includes/class-freemius.php:7566
|
285 |
-
msgid "The upgrade of %s was successfully completed."
|
286 |
-
msgstr "Opgraderingen af %s blev fuldendt."
|
287 |
-
|
288 |
-
#: includes/class-freemius.php9728, includes/class-fs-plugin-updater.php975,
|
289 |
-
#: includes/class-fs-plugin-updater.php1170,
|
290 |
-
#: includes/class-fs-plugin-updater.php1177,
|
291 |
-
#: templates/auto-installation.php:32
|
292 |
-
msgid "Add-On"
|
293 |
-
msgstr "Tilføjelse"
|
294 |
-
|
295 |
-
#: includes/class-freemius.php9730, templates/account.php313,
|
296 |
-
#: templates/account.php321, templates/debug.php361, templates/debug.php:522
|
297 |
-
msgid "Plugin"
|
298 |
-
msgstr "Plugin"
|
299 |
-
|
300 |
-
#: includes/class-freemius.php9731, templates/account.php314,
|
301 |
-
#: templates/account.php322, templates/debug.php361, templates/debug.php522,
|
302 |
-
#: templates/forms/deactivation/form.php:71
|
303 |
-
msgid "Theme"
|
304 |
-
msgstr "Tema"
|
305 |
-
|
306 |
-
#: includes/class-freemius.php:12148
|
307 |
-
msgid ""
|
308 |
-
"An unknown error has occurred while trying to set the user's beta mode."
|
309 |
-
msgstr ""
|
310 |
-
|
311 |
-
#: includes/class-freemius.php:12549
|
312 |
-
msgid "Invalid site details collection."
|
313 |
-
msgstr ""
|
314 |
-
|
315 |
-
#: includes/class-freemius.php:12669
|
316 |
-
msgid ""
|
317 |
-
"We couldn't find your email address in the system, are you sure it's the "
|
318 |
-
"right address?"
|
319 |
-
msgstr "Vi kunne ikke finde din e-mailadresse i systemet, er du sikker på, det er den rigtige adresse?"
|
320 |
-
|
321 |
-
#: includes/class-freemius.php:12671
|
322 |
-
msgid ""
|
323 |
-
"We can't see any active licenses associated with that email address, are you"
|
324 |
-
" sure it's the right address?"
|
325 |
-
msgstr "Vi kan ikke finde nogen aktive licenser knyttet til den e-mailadresse, er du sikker på, det er den rigtige adresse?"
|
326 |
-
|
327 |
-
#: includes/class-freemius.php:12945
|
328 |
-
msgid "Account is pending activation."
|
329 |
-
msgstr "Konto afventer aktivering."
|
330 |
-
|
331 |
-
#: includes/class-freemius.php13057,
|
332 |
-
#: templates/forms/premium-versions-upgrade-handler.php:47
|
333 |
-
msgid "Buy a license now"
|
334 |
-
msgstr ""
|
335 |
-
|
336 |
-
#: includes/class-freemius.php13069,
|
337 |
-
#: templates/forms/premium-versions-upgrade-handler.php:46
|
338 |
-
msgid "Renew your license now"
|
339 |
-
msgstr ""
|
340 |
-
|
341 |
-
#: includes/class-freemius.php:13073
|
342 |
-
msgid "%s to access version %s security & feature updates, and support."
|
343 |
-
msgstr ""
|
344 |
-
|
345 |
-
#: includes/class-freemius.php:15448
|
346 |
-
msgid "%s activation was successfully completed."
|
347 |
-
msgstr "Aktivering af %s blev gennemført."
|
348 |
-
|
349 |
-
#: includes/class-freemius.php:15462
|
350 |
-
msgid "Your account was successfully activated with the %s plan."
|
351 |
-
msgstr "Din konto blev aktiveret med planen %s."
|
352 |
-
|
353 |
-
#: includes/class-freemius.php15473, includes/class-freemius.php:19061
|
354 |
-
msgid "Your trial has been successfully started."
|
355 |
-
msgstr "Din prøveperiode er begyndt."
|
356 |
-
|
357 |
-
#: includes/class-freemius.php16043, includes/class-freemius.php16131,
|
358 |
-
#: includes/class-freemius.php:16297
|
359 |
-
msgid "Couldn't activate %s."
|
360 |
-
msgstr "Kunne ikke aktivere %s."
|
361 |
-
|
362 |
-
#: includes/class-freemius.php16044, includes/class-freemius.php16132,
|
363 |
-
#: includes/class-freemius.php:16298
|
364 |
-
msgid "Please contact us with the following message:"
|
365 |
-
msgstr "Kontakt os venligst med følgende besked:"
|
366 |
-
|
367 |
-
#: includes/class-freemius.php:16128
|
368 |
-
msgid "An unknown error has occurred."
|
369 |
-
msgstr ""
|
370 |
-
|
371 |
-
#: includes/class-freemius.php16655, includes/class-freemius.php:21409
|
372 |
-
msgid "Upgrade"
|
373 |
-
msgstr "Opgrader"
|
374 |
-
|
375 |
-
#: includes/class-freemius.php:16661
|
376 |
-
msgid "Start Trial"
|
377 |
-
msgstr "Start prøveperiode"
|
378 |
-
|
379 |
-
#: includes/class-freemius.php:16663
|
380 |
-
msgid "Pricing"
|
381 |
-
msgstr "Priser"
|
382 |
-
|
383 |
-
#: includes/class-freemius.php16742, includes/class-freemius.php:16744
|
384 |
-
msgid "Affiliation"
|
385 |
-
msgstr "Affiliation"
|
386 |
-
|
387 |
-
#: includes/class-freemius.php16772, includes/class-freemius.php16774,
|
388 |
-
#: templates/account.php177, templates/debug.php:326
|
389 |
-
msgid "Account"
|
390 |
-
msgstr "Konto"
|
391 |
-
|
392 |
-
#: includes/class-freemius.php16787, includes/class-freemius.php16789,
|
393 |
-
#: includes/customizer/class-fs-customizer-support-section.php:60
|
394 |
-
msgid "Contact Us"
|
395 |
-
msgstr "Kontakt os"
|
396 |
-
|
397 |
-
#: includes/class-freemius.php16799, includes/class-freemius.php16801,
|
398 |
-
#: includes/class-freemius.php21423, templates/account.php105,
|
399 |
-
#: templates/account/partials/addon.php:45
|
400 |
-
msgid "Add-Ons"
|
401 |
-
msgstr "Tilføjelser"
|
402 |
-
|
403 |
-
#: includes/class-freemius.php:16835
|
404 |
-
msgctxt "ASCII arrow left icon"
|
405 |
-
msgid "←"
|
406 |
-
msgstr ""
|
407 |
-
|
408 |
-
#: includes/class-freemius.php:16835
|
409 |
-
msgctxt "ASCII arrow right icon"
|
410 |
-
msgid "➤"
|
411 |
-
msgstr ""
|
412 |
-
|
413 |
-
#: includes/class-freemius.php16837, templates/pricing.php:102
|
414 |
-
msgctxt "noun"
|
415 |
-
msgid "Pricing"
|
416 |
-
msgstr "Priser"
|
417 |
-
|
418 |
-
#: includes/class-freemius.php17050,
|
419 |
-
#: includes/customizer/class-fs-customizer-support-section.php:67
|
420 |
-
msgid "Support Forum"
|
421 |
-
msgstr "Supportforum"
|
422 |
-
|
423 |
-
#: includes/class-freemius.php:17995
|
424 |
-
msgid "Your email has been successfully verified - you are AWESOME!"
|
425 |
-
msgstr "Din e-mailadresse er blevet verificeret - du er FOR SEJ!"
|
426 |
-
|
427 |
-
#: includes/class-freemius.php:17996
|
428 |
-
msgctxt "a positive response"
|
429 |
-
msgid "Right on"
|
430 |
-
msgstr "Sådan"
|
431 |
-
|
432 |
-
#: includes/class-freemius.php:18660
|
433 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
434 |
-
msgstr ""
|
435 |
-
|
436 |
-
#: includes/class-freemius.php:18662
|
437 |
-
msgid "%s Add-on was successfully purchased."
|
438 |
-
msgstr "Betalingen for tilføjelsen %s blev gennemført."
|
439 |
-
|
440 |
-
#: includes/class-freemius.php:18665
|
441 |
-
msgid "Download the latest version"
|
442 |
-
msgstr "Download den seneste version"
|
443 |
-
|
444 |
-
#: includes/class-freemius.php:18751
|
445 |
-
msgid ""
|
446 |
-
"Your server is blocking the access to Freemius' API, which is crucial for "
|
447 |
-
"%1$s synchronization. Please contact your host to whitelist %2$s"
|
448 |
-
msgstr ""
|
449 |
-
|
450 |
-
#: includes/class-freemius.php18757, includes/class-freemius.php19188,
|
451 |
-
#: includes/class-freemius.php:19277
|
452 |
-
msgid "Error received from the server:"
|
453 |
-
msgstr "Fejl modtager fra serveren:"
|
454 |
-
|
455 |
-
#: includes/class-freemius.php:18767
|
456 |
-
msgid ""
|
457 |
-
"It seems like one of the authentication parameters is wrong. Update your "
|
458 |
-
"Public Key, Secret Key & User ID, and try again."
|
459 |
-
msgstr ""
|
460 |
-
|
461 |
-
#: includes/class-freemius.php18961, includes/class-freemius.php19193,
|
462 |
-
#: includes/class-freemius.php19248, includes/class-freemius.php:19351
|
463 |
-
msgctxt ""
|
464 |
-
"something somebody says when they are thinking about what you have just "
|
465 |
-
"said."
|
466 |
-
msgid "Hmm"
|
467 |
-
msgstr "Hmm"
|
468 |
-
|
469 |
-
#: includes/class-freemius.php:18974
|
470 |
-
msgid ""
|
471 |
-
"It looks like you are still on the %s plan. If you did upgrade or change "
|
472 |
-
"your plan, it's probably an issue on our side - sorry."
|
473 |
-
msgstr ""
|
474 |
-
|
475 |
-
#: includes/class-freemius.php18975, templates/account.php107,
|
476 |
-
#: templates/add-ons.php191, templates/account/partials/addon.php:47
|
477 |
-
msgctxt "trial period"
|
478 |
-
msgid "Trial"
|
479 |
-
msgstr "Prøveperiode"
|
480 |
-
|
481 |
-
#: includes/class-freemius.php:18980
|
482 |
-
msgid ""
|
483 |
-
"I have upgraded my account but when I try to Sync the License, the plan "
|
484 |
-
"remains %s."
|
485 |
-
msgstr "Jeg har opgraderet min konto, men når jeg forsøger at synkronisere licensen, forbliver planen %s."
|
486 |
-
|
487 |
-
#: includes/class-freemius.php18984, includes/class-freemius.php:19043
|
488 |
-
msgid "Please contact us here"
|
489 |
-
msgstr "Kontakt os her"
|
490 |
-
|
491 |
-
#: includes/class-freemius.php:18995
|
492 |
-
msgid "Your plan was successfully activated."
|
493 |
-
msgstr ""
|
494 |
-
|
495 |
-
#: includes/class-freemius.php:18996
|
496 |
-
msgid "Your plan was successfully upgraded."
|
497 |
-
msgstr "Din plan er blevet opgraderet."
|
498 |
-
|
499 |
-
#: includes/class-freemius.php:19013
|
500 |
-
msgid "Your plan was successfully changed to %s."
|
501 |
-
msgstr "Din plan er blevet ændret til %s."
|
502 |
-
|
503 |
-
#: includes/class-freemius.php:19029
|
504 |
-
msgid ""
|
505 |
-
"Your license has expired. You can still continue using the free %s forever."
|
506 |
-
msgstr "Din licens er udløbet. Du kan stadig fortsætte med at benytte den gratis udgave af %s."
|
507 |
-
|
508 |
-
#: includes/class-freemius.php:19031
|
509 |
-
msgid ""
|
510 |
-
"Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s "
|
511 |
-
"without interruptions."
|
512 |
-
msgstr "Din licens er udløbet. %1$sOpgrader nu%2$s for at fortsætte med at benytte %3$s uden forstyrrelser."
|
513 |
-
|
514 |
-
#: includes/class-freemius.php:19039
|
515 |
-
msgid ""
|
516 |
-
"Your license has been cancelled. If you think it's a mistake, please contact"
|
517 |
-
" support."
|
518 |
-
msgstr "Din licens er blevet annulleret. Hvis du mener, dette er en fejl, så kontakt venligst support."
|
519 |
-
|
520 |
-
#: includes/class-freemius.php:19052
|
521 |
-
msgid ""
|
522 |
-
"Your license has expired. You can still continue using all the %s features, "
|
523 |
-
"but you'll need to renew your license to continue getting updates and "
|
524 |
-
"support."
|
525 |
-
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."
|
526 |
-
|
527 |
-
#: includes/class-freemius.php:19075
|
528 |
-
msgid ""
|
529 |
-
"Your free trial has expired. You can still continue using all our free "
|
530 |
-
"features."
|
531 |
-
msgstr "Din gratis prøveperiode er udløbet. Du kan stadig benytte alle de gratis features."
|
532 |
-
|
533 |
-
#: includes/class-freemius.php:19077
|
534 |
-
msgid ""
|
535 |
-
"Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s "
|
536 |
-
"without interruptions."
|
537 |
-
msgstr ""
|
538 |
-
|
539 |
-
#: includes/class-freemius.php:19184
|
540 |
-
msgid "It looks like the license could not be activated."
|
541 |
-
msgstr "Det ser ud til, at licensen ikke kunne aktiveres."
|
542 |
-
|
543 |
-
#: includes/class-freemius.php:19226
|
544 |
-
msgid "Your license was successfully activated."
|
545 |
-
msgstr "Din licens er blevet aktiveret."
|
546 |
-
|
547 |
-
#: includes/class-freemius.php:19252
|
548 |
-
msgid "It looks like your site currently doesn't have an active license."
|
549 |
-
msgstr "Det ser ud til, at dit websted endnu ikke har en aktiv licens."
|
550 |
-
|
551 |
-
#: includes/class-freemius.php:19276
|
552 |
-
msgid "It looks like the license deactivation failed."
|
553 |
-
msgstr "Det ser ud til, at licens-deaktiveringen mislykkedes."
|
554 |
-
|
555 |
-
#: includes/class-freemius.php:19304
|
556 |
-
msgid ""
|
557 |
-
"Your license was successfully deactivated, you are back to the %s plan."
|
558 |
-
msgstr "Din licens blev deaktiveret, du er tilbage på planen %s."
|
559 |
-
|
560 |
-
#: includes/class-freemius.php:19305
|
561 |
-
msgid "O.K"
|
562 |
-
msgstr "O.K"
|
563 |
-
|
564 |
-
#: includes/class-freemius.php:19358
|
565 |
-
msgid ""
|
566 |
-
"Seems like we are having some temporary issue with your subscription "
|
567 |
-
"cancellation. Please try again in few minutes."
|
568 |
-
msgstr ""
|
569 |
-
|
570 |
-
#: includes/class-freemius.php:19367
|
571 |
-
msgid ""
|
572 |
-
"Your subscription was successfully cancelled. Your %s plan license will "
|
573 |
-
"expire in %s."
|
574 |
-
msgstr ""
|
575 |
-
|
576 |
-
#: includes/class-freemius.php:19409
|
577 |
-
msgid "You are already running the %s in a trial mode."
|
578 |
-
msgstr "Du benytter allerede %s under en prøveperiode."
|
579 |
-
|
580 |
-
#: includes/class-freemius.php:19420
|
581 |
-
msgid "You already utilized a trial before."
|
582 |
-
msgstr "Du har allerede brugt din prøveperiode."
|
583 |
-
|
584 |
-
#: includes/class-freemius.php:19434
|
585 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
586 |
-
msgstr "Plan %s eksisterer ikke og kan derfor ikke starte prøveperiode."
|
587 |
-
|
588 |
-
#: includes/class-freemius.php:19445
|
589 |
-
msgid "Plan %s does not support a trial period."
|
590 |
-
msgstr "Plan %s understøtter ikke en prøveperiode."
|
591 |
-
|
592 |
-
#: includes/class-freemius.php:19456
|
593 |
-
msgid "None of the %s's plans supports a trial period."
|
594 |
-
msgstr ""
|
595 |
-
|
596 |
-
#: includes/class-freemius.php:19506
|
597 |
-
msgid ""
|
598 |
-
"It looks like you are not in trial mode anymore so there's nothing to cancel"
|
599 |
-
" :)"
|
600 |
-
msgstr "Det lader ikke til du er i en prøveperiode længere, så der er ikke noget at annullere :-)"
|
601 |
-
|
602 |
-
#: includes/class-freemius.php:19542
|
603 |
-
msgid ""
|
604 |
-
"Seems like we are having some temporary issue with your trial cancellation. "
|
605 |
-
"Please try again in few minutes."
|
606 |
-
msgstr ""
|
607 |
-
|
608 |
-
#: includes/class-freemius.php:19561
|
609 |
-
msgid "Your %s free trial was successfully cancelled."
|
610 |
-
msgstr "Din gratis prøveperiode for %s er blevet annulleret."
|
611 |
-
|
612 |
-
#: includes/class-freemius.php:19877
|
613 |
-
msgid "Version %s was released."
|
614 |
-
msgstr "Version %s er blevet udgivet."
|
615 |
-
|
616 |
-
#: includes/class-freemius.php:19877
|
617 |
-
msgid "Please download %s."
|
618 |
-
msgstr "Download venligst %s."
|
619 |
-
|
620 |
-
#: includes/class-freemius.php:19884
|
621 |
-
msgid "the latest %s version here"
|
622 |
-
msgstr "den seneste version af %s her"
|
623 |
-
|
624 |
-
#: includes/class-freemius.php:19889
|
625 |
-
msgid "New"
|
626 |
-
msgstr "Ny"
|
627 |
-
|
628 |
-
#: includes/class-freemius.php:19894
|
629 |
-
msgid "Seems like you got the latest release."
|
630 |
-
msgstr "Det ser ud til, at du har den seneste udgivelse."
|
631 |
-
|
632 |
-
#: includes/class-freemius.php:19895
|
633 |
-
msgid "You are all good!"
|
634 |
-
msgstr "Det var det!"
|
635 |
-
|
636 |
-
#: includes/class-freemius.php:20165
|
637 |
-
msgid ""
|
638 |
-
"Verification mail was just sent to %s. If you can't find it after 5 min, "
|
639 |
-
"please check your spam box."
|
640 |
-
msgstr ""
|
641 |
-
|
642 |
-
#: includes/class-freemius.php:20304
|
643 |
-
msgid "Site successfully opted in."
|
644 |
-
msgstr "Websted er tilmeldt."
|
645 |
-
|
646 |
-
#: includes/class-freemius.php20305, includes/class-freemius.php:21125
|
647 |
-
msgid "Awesome"
|
648 |
-
msgstr "Sejt"
|
649 |
-
|
650 |
-
#: includes/class-freemius.php20321, templates/forms/optout.php:32
|
651 |
-
msgid ""
|
652 |
-
"We appreciate your help in making the %s better by letting us track some "
|
653 |
-
"usage data."
|
654 |
-
msgstr "Vi sætter pris på din hjælp med at forbedre %s ved at lade os indsamle brugsdata."
|
655 |
-
|
656 |
-
#: includes/class-freemius.php:20322
|
657 |
-
msgid "Thank you!"
|
658 |
-
msgstr "Mange tak!"
|
659 |
-
|
660 |
-
#: includes/class-freemius.php:20329
|
661 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
662 |
-
msgstr "Vi vil ikke længere indsende brugsdata af %s på %s til %s."
|
663 |
-
|
664 |
-
#: includes/class-freemius.php:20458
|
665 |
-
msgid ""
|
666 |
-
"Please check your mailbox, you should receive an email via %s to confirm the"
|
667 |
-
" ownership change. From security reasons, you must confirm the change within"
|
668 |
-
" the next 15 min. If you cannot find the email, please check your spam "
|
669 |
-
"folder."
|
670 |
-
msgstr ""
|
671 |
-
|
672 |
-
#: includes/class-freemius.php:20464
|
673 |
-
msgid ""
|
674 |
-
"Thanks for confirming the ownership change. An email was just sent to %s for"
|
675 |
-
" final approval."
|
676 |
-
msgstr ""
|
677 |
-
|
678 |
-
#: includes/class-freemius.php:20469
|
679 |
-
msgid "%s is the new owner of the account."
|
680 |
-
msgstr "%s er den nye ejer af kontoen."
|
681 |
-
|
682 |
-
#: includes/class-freemius.php:20471
|
683 |
-
msgctxt "as congratulations"
|
684 |
-
msgid "Congrats"
|
685 |
-
msgstr "Tillykke"
|
686 |
-
|
687 |
-
#: includes/class-freemius.php:20491
|
688 |
-
msgid ""
|
689 |
-
"Sorry, we could not complete the email update. Another user with the same "
|
690 |
-
"email is already registered."
|
691 |
-
msgstr ""
|
692 |
-
|
693 |
-
#: includes/class-freemius.php:20492
|
694 |
-
msgid ""
|
695 |
-
"If you would like to give up the ownership of the %s's account to %s click "
|
696 |
-
"the Change Ownership button."
|
697 |
-
msgstr ""
|
698 |
-
|
699 |
-
#: includes/class-freemius.php:20499
|
700 |
-
msgid "Change Ownership"
|
701 |
-
msgstr "Skift ejerskab"
|
702 |
-
|
703 |
-
#: includes/class-freemius.php:20507
|
704 |
-
msgid ""
|
705 |
-
"Your email was successfully updated. You should receive an email with "
|
706 |
-
"confirmation instructions in few moments."
|
707 |
-
msgstr ""
|
708 |
-
|
709 |
-
#: includes/class-freemius.php:20519
|
710 |
-
msgid "Please provide your full name."
|
711 |
-
msgstr "Indtast venligst dit fulde navn."
|
712 |
-
|
713 |
-
#: includes/class-freemius.php:20524
|
714 |
-
msgid "Your name was successfully updated."
|
715 |
-
msgstr "Dit navn er blevet opdateret."
|
716 |
-
|
717 |
-
#: includes/class-freemius.php:20585
|
718 |
-
msgid "You have successfully updated your %s."
|
719 |
-
msgstr "Opdatering af %s blev gennemført."
|
720 |
-
|
721 |
-
#: includes/class-freemius.php:20725
|
722 |
-
msgid ""
|
723 |
-
"Just letting you know that the add-ons information of %s is being pulled "
|
724 |
-
"from an external server."
|
725 |
-
msgstr ""
|
726 |
-
|
727 |
-
#: includes/class-freemius.php:20726
|
728 |
-
msgctxt "advance notice of something that will need attention."
|
729 |
-
msgid "Heads up"
|
730 |
-
msgstr "Se her"
|
731 |
-
|
732 |
-
#: includes/class-freemius.php:21165
|
733 |
-
msgctxt "exclamation"
|
734 |
-
msgid "Hey"
|
735 |
-
msgstr "Hey"
|
736 |
-
|
737 |
-
#: includes/class-freemius.php:21165
|
738 |
-
msgid ""
|
739 |
-
"How do you like %s so far? Test all our %s premium features with a %d-day "
|
740 |
-
"free trial."
|
741 |
-
msgstr "Hvad syntes du om %s indtil videre? Test alle %s premium funktioner med en %d-dags gratis prøveperiode."
|
742 |
-
|
743 |
-
#: includes/class-freemius.php:21173
|
744 |
-
msgid "No commitment for %s days - cancel anytime!"
|
745 |
-
msgstr "Ingen bindinger i %s dage - annuller når som helst!"
|
746 |
-
|
747 |
-
#: includes/class-freemius.php:21174
|
748 |
-
msgid "No credit card required"
|
749 |
-
msgstr "Betalingskort ikke påkrævet"
|
750 |
-
|
751 |
-
#: includes/class-freemius.php21181, templates/forms/trial-start.php:53
|
752 |
-
msgctxt "call to action"
|
753 |
-
msgid "Start free trial"
|
754 |
-
msgstr "Start gratis prøveperiode"
|
755 |
-
|
756 |
-
#: includes/class-freemius.php:21258
|
757 |
-
msgid ""
|
758 |
-
"Hey there, did you know that %s has an affiliate program? If you like the %s"
|
759 |
-
" you can become our ambassador and earn some cash!"
|
760 |
-
msgstr ""
|
761 |
-
|
762 |
-
#: includes/class-freemius.php:21267
|
763 |
-
msgid "Learn more"
|
764 |
-
msgstr "Læs mere"
|
765 |
-
|
766 |
-
#: includes/class-freemius.php21447, templates/account.php474,
|
767 |
-
#: templates/account.php595, templates/connect.php171,
|
768 |
-
#: templates/connect.php421, templates/forms/license-activation.php25,
|
769 |
-
#: templates/account/partials/addon.php:287
|
770 |
-
msgid "Activate License"
|
771 |
-
msgstr "Aktiver licens"
|
772 |
-
|
773 |
-
#: includes/class-freemius.php21448, templates/account.php543,
|
774 |
-
#: templates/account.php594, templates/account/partials/site.php:256
|
775 |
-
msgid "Change License"
|
776 |
-
msgstr "Skift licens"
|
777 |
-
|
778 |
-
#: includes/class-freemius.php21539, templates/account/partials/site.php:161
|
779 |
-
msgid "Opt Out"
|
780 |
-
msgstr "Frameld"
|
781 |
-
|
782 |
-
#: includes/class-freemius.php21541, includes/class-freemius.php21547,
|
783 |
-
#: templates/account/partials/site.php43,
|
784 |
-
#: templates/account/partials/site.php:161
|
785 |
-
msgid "Opt In"
|
786 |
-
msgstr "Tilmeld"
|
787 |
-
|
788 |
-
#: includes/class-freemius.php:21775
|
789 |
-
msgid ""
|
790 |
-
" The paid version of %1$s is already installed. Please activate it to start "
|
791 |
-
"benefiting the %2$s features. %3$s"
|
792 |
-
msgstr ""
|
793 |
-
|
794 |
-
#: includes/class-freemius.php:21783
|
795 |
-
msgid "Activate %s features"
|
796 |
-
msgstr ""
|
797 |
-
|
798 |
-
#: includes/class-freemius.php:21796
|
799 |
-
msgid "Please follow these steps to complete the upgrade"
|
800 |
-
msgstr "Følg venligst disse trin for at færdiggøre opgraderingen"
|
801 |
-
|
802 |
-
#: includes/class-freemius.php:21800
|
803 |
-
msgid "Download the latest %s version"
|
804 |
-
msgstr "Download den seneste version af %s"
|
805 |
-
|
806 |
-
#: includes/class-freemius.php:21804
|
807 |
-
msgid "Upload and activate the downloaded version"
|
808 |
-
msgstr "Upload og aktiver den downloadede version"
|
809 |
-
|
810 |
-
#: includes/class-freemius.php:21806
|
811 |
-
msgid "How to upload and activate?"
|
812 |
-
msgstr "Upload og aktivering, hvordan?"
|
813 |
-
|
814 |
-
#: includes/class-freemius.php:21940
|
815 |
-
msgid ""
|
816 |
-
"%sClick here%s to choose the sites where you'd like to activate the license "
|
817 |
-
"on."
|
818 |
-
msgstr ""
|
819 |
-
|
820 |
-
#: includes/class-freemius.php:22101
|
821 |
-
msgid "Auto installation only works for opted-in users."
|
822 |
-
msgstr "Auto-installation fungerer kun for tilmeldte brugere."
|
823 |
-
|
824 |
-
#: includes/class-freemius.php22111, includes/class-freemius.php22144,
|
825 |
-
#: includes/class-fs-plugin-updater.php1149,
|
826 |
-
#: includes/class-fs-plugin-updater.php:1163
|
827 |
-
msgid "Invalid module ID."
|
828 |
-
msgstr "Ugyldigt modul-ID."
|
829 |
-
|
830 |
-
#: includes/class-freemius.php22120, includes/class-fs-plugin-updater.php:1185
|
831 |
-
msgid "Premium version already active."
|
832 |
-
msgstr "Premium version allerede aktiv."
|
833 |
-
|
834 |
-
#: includes/class-freemius.php:22127
|
835 |
-
msgid "You do not have a valid license to access the premium version."
|
836 |
-
msgstr "Du har ikke en gyldig licens til at benytte premium-versionen."
|
837 |
-
|
838 |
-
#: includes/class-freemius.php:22134
|
839 |
-
msgid ""
|
840 |
-
"Plugin is a \"Serviceware\" which means it does not have a premium code "
|
841 |
-
"version."
|
842 |
-
msgstr ""
|
843 |
-
|
844 |
-
#: includes/class-freemius.php22152, includes/class-fs-plugin-updater.php:1184
|
845 |
-
msgid "Premium add-on version already installed."
|
846 |
-
msgstr "Premium tilføjelse er allerede installeret."
|
847 |
-
|
848 |
-
#: includes/class-freemius.php:22497
|
849 |
-
msgid "View paid features"
|
850 |
-
msgstr "Vis betalte features"
|
851 |
-
|
852 |
-
#: includes/class-freemius.php:22819
|
853 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
854 |
-
msgstr ""
|
855 |
-
|
856 |
-
#: includes/class-freemius.php:22820
|
857 |
-
msgid "Thank you so much for using %s!"
|
858 |
-
msgstr "Tak fordi du benytter %s!"
|
859 |
-
|
860 |
-
#: includes/class-freemius.php:22826
|
861 |
-
msgid ""
|
862 |
-
"You've already opted-in to our usage-tracking, which helps us keep improving"
|
863 |
-
" the %s."
|
864 |
-
msgstr "Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at forbedre %s."
|
865 |
-
|
866 |
-
#: includes/class-freemius.php:22830
|
867 |
-
msgid "Thank you so much for using our products!"
|
868 |
-
msgstr "Mange tak for at benytte vores produkter!"
|
869 |
-
|
870 |
-
#: includes/class-freemius.php:22831
|
871 |
-
msgid ""
|
872 |
-
"You've already opted-in to our usage-tracking, which helps us keep improving"
|
873 |
-
" them."
|
874 |
-
msgstr "Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at forbedre dem."
|
875 |
-
|
876 |
-
#: includes/class-freemius.php:22850
|
877 |
-
msgid "%s and its add-ons"
|
878 |
-
msgstr "%s og tilføjelser"
|
879 |
-
|
880 |
-
#: includes/class-freemius.php:22859
|
881 |
-
msgid "Products"
|
882 |
-
msgstr "Produkter"
|
883 |
-
|
884 |
-
#: includes/class-freemius.php22866, templates/connect.php:272
|
885 |
-
msgid "Yes"
|
886 |
-
msgstr "Ja"
|
887 |
-
|
888 |
-
#: includes/class-freemius.php22867, templates/connect.php:273
|
889 |
-
msgid "send me security & feature updates, educational content and offers."
|
890 |
-
msgstr "send mig sikkerheds- og feature-opdateringer, informativt indhold og tilbud."
|
891 |
-
|
892 |
-
#: includes/class-freemius.php22868, templates/connect.php:278
|
893 |
-
msgid "No"
|
894 |
-
msgstr "Nej"
|
895 |
-
|
896 |
-
#: includes/class-freemius.php22870, templates/connect.php:280
|
897 |
-
msgid ""
|
898 |
-
"do %sNOT%s send me security & feature updates, educational content and "
|
899 |
-
"offers."
|
900 |
-
msgstr "send %sIKKE%s sikkerheds- og feature-opdateringer, informativt indhold og tilbud."
|
901 |
-
|
902 |
-
#: includes/class-freemius.php:22880
|
903 |
-
msgid ""
|
904 |
-
"Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance "
|
905 |
-
"requirements it is required that you provide your explicit consent, again, "
|
906 |
-
"confirming that you are onboard :-)"
|
907 |
-
msgstr ""
|
908 |
-
|
909 |
-
#: includes/class-freemius.php22882, templates/connect.php:287
|
910 |
-
msgid ""
|
911 |
-
"Please let us know if you'd like us to contact you for security & feature "
|
912 |
-
"updates, educational content, and occasional offers:"
|
913 |
-
msgstr "Lad os vide, om vi har lov til at kontakte dig med sikkerheds- og feature-opdateringer, informativt indhold og lejlighedsvise tilbud:"
|
914 |
-
|
915 |
-
#: includes/class-freemius.php:23164
|
916 |
-
msgid "License key is empty."
|
917 |
-
msgstr "Licensnøglen er tom."
|
918 |
-
|
919 |
-
#: includes/class-fs-plugin-updater.php184,
|
920 |
-
#: templates/forms/premium-versions-upgrade-handler.php:57
|
921 |
-
msgid "Renew license"
|
922 |
-
msgstr "Forny licens"
|
923 |
-
|
924 |
-
#: includes/class-fs-plugin-updater.php189,
|
925 |
-
#: templates/forms/premium-versions-upgrade-handler.php:58
|
926 |
-
msgid "Buy license"
|
927 |
-
msgstr ""
|
928 |
-
|
929 |
-
#: includes/class-fs-plugin-updater.php280,
|
930 |
-
#: includes/class-fs-plugin-updater.php:313
|
931 |
-
msgid "There is a %s of %s available."
|
932 |
-
msgstr ""
|
933 |
-
|
934 |
-
#: includes/class-fs-plugin-updater.php282,
|
935 |
-
#: includes/class-fs-plugin-updater.php:318
|
936 |
-
msgid "new Beta version"
|
937 |
-
msgstr ""
|
938 |
-
|
939 |
-
#: includes/class-fs-plugin-updater.php283,
|
940 |
-
#: includes/class-fs-plugin-updater.php:319
|
941 |
-
msgid "new version"
|
942 |
-
msgstr ""
|
943 |
-
|
944 |
-
#: includes/class-fs-plugin-updater.php:342
|
945 |
-
msgid "Important Upgrade Notice:"
|
946 |
-
msgstr ""
|
947 |
-
|
948 |
-
#: includes/class-fs-plugin-updater.php:1214
|
949 |
-
msgid "Installing plugin: %s"
|
950 |
-
msgstr "Installerer plugin: %s"
|
951 |
-
|
952 |
-
#: includes/class-fs-plugin-updater.php:1255
|
953 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
954 |
-
msgstr ""
|
955 |
-
|
956 |
-
#: includes/class-fs-plugin-updater.php:1437
|
957 |
-
msgid ""
|
958 |
-
"The remote plugin package does not contain a folder with the desired slug "
|
959 |
-
"and renaming did not work."
|
960 |
-
msgstr ""
|
961 |
-
|
962 |
-
#: includes/fs-plugin-info-dialog.php:509
|
963 |
-
msgid "Purchase More"
|
964 |
-
msgstr ""
|
965 |
-
|
966 |
-
#: includes/fs-plugin-info-dialog.php510,
|
967 |
-
#: templates/account/partials/addon.php:347
|
968 |
-
msgctxt "verb"
|
969 |
-
msgid "Purchase"
|
970 |
-
msgstr "Køb"
|
971 |
-
|
972 |
-
#: includes/fs-plugin-info-dialog.php:514
|
973 |
-
msgid "Start my free %s"
|
974 |
-
msgstr "Start min gratis %s"
|
975 |
-
|
976 |
-
#: includes/fs-plugin-info-dialog.php:712
|
977 |
-
msgid "Install Free Version Update Now"
|
978 |
-
msgstr "Installer opdatering til gratis version nu"
|
979 |
-
|
980 |
-
#: includes/fs-plugin-info-dialog.php713, templates/account.php:534
|
981 |
-
msgid "Install Update Now"
|
982 |
-
msgstr "Installer opdatering nu"
|
983 |
-
|
984 |
-
#: includes/fs-plugin-info-dialog.php:722
|
985 |
-
msgid "Install Free Version Now"
|
986 |
-
msgstr "Installer gratis version nu"
|
987 |
-
|
988 |
-
#: includes/fs-plugin-info-dialog.php723, templates/add-ons.php262,
|
989 |
-
#: templates/auto-installation.php111,
|
990 |
-
#: templates/account/partials/addon.php327,
|
991 |
-
#: templates/account/partials/addon.php:379
|
992 |
-
msgid "Install Now"
|
993 |
-
msgstr "Installer nu"
|
994 |
-
|
995 |
-
#: includes/fs-plugin-info-dialog.php:739
|
996 |
-
msgctxt "as download latest version"
|
997 |
-
msgid "Download Latest Free Version"
|
998 |
-
msgstr "Download seneste gratis version"
|
999 |
-
|
1000 |
-
#: includes/fs-plugin-info-dialog.php740, templates/account.php85,
|
1001 |
-
#: templates/add-ons.php34, templates/account/partials/addon.php:25
|
1002 |
-
msgctxt "as download latest version"
|
1003 |
-
msgid "Download Latest"
|
1004 |
-
msgstr "Download seneste"
|
1005 |
-
|
1006 |
-
#: includes/fs-plugin-info-dialog.php755, templates/add-ons.php268,
|
1007 |
-
#: templates/account/partials/addon.php318,
|
1008 |
-
#: templates/account/partials/addon.php:373
|
1009 |
-
msgid "Activate this add-on"
|
1010 |
-
msgstr "Aktiver denne tilføjelse"
|
1011 |
-
|
1012 |
-
#: includes/fs-plugin-info-dialog.php757, templates/connect.php:418
|
1013 |
-
msgid "Activate Free Version"
|
1014 |
-
msgstr "Aktiver gratis version"
|
1015 |
-
|
1016 |
-
#: includes/fs-plugin-info-dialog.php758, templates/account.php109,
|
1017 |
-
#: templates/add-ons.php269, templates/account/partials/addon.php:49
|
1018 |
-
msgid "Activate"
|
1019 |
-
msgstr "Aktiver"
|
1020 |
-
|
1021 |
-
#: includes/fs-plugin-info-dialog.php:968
|
1022 |
-
msgctxt "Plugin installer section title"
|
1023 |
-
msgid "Description"
|
1024 |
-
msgstr "Beskrivelse"
|
1025 |
-
|
1026 |
-
#: includes/fs-plugin-info-dialog.php:969
|
1027 |
-
msgctxt "Plugin installer section title"
|
1028 |
-
msgid "Installation"
|
1029 |
-
msgstr "Installering"
|
1030 |
-
|
1031 |
-
#: includes/fs-plugin-info-dialog.php:970
|
1032 |
-
msgctxt "Plugin installer section title"
|
1033 |
-
msgid "FAQ"
|
1034 |
-
msgstr "FAQ"
|
1035 |
-
|
1036 |
-
#: includes/fs-plugin-info-dialog.php971,
|
1037 |
-
#: templates/plugin-info/description.php:55
|
1038 |
-
msgid "Screenshots"
|
1039 |
-
msgstr "Skærmbilleder"
|
1040 |
-
|
1041 |
-
#: includes/fs-plugin-info-dialog.php:972
|
1042 |
-
msgctxt "Plugin installer section title"
|
1043 |
-
msgid "Changelog"
|
1044 |
-
msgstr "Ændringslog"
|
1045 |
-
|
1046 |
-
#: includes/fs-plugin-info-dialog.php:973
|
1047 |
-
msgctxt "Plugin installer section title"
|
1048 |
-
msgid "Reviews"
|
1049 |
-
msgstr "Anmeldelser"
|
1050 |
-
|
1051 |
-
#: includes/fs-plugin-info-dialog.php:974
|
1052 |
-
msgctxt "Plugin installer section title"
|
1053 |
-
msgid "Other Notes"
|
1054 |
-
msgstr "Andre noter"
|
1055 |
-
|
1056 |
-
#: includes/fs-plugin-info-dialog.php:989
|
1057 |
-
msgctxt "Plugin installer section title"
|
1058 |
-
msgid "Features & Pricing"
|
1059 |
-
msgstr "Funktioner og priser"
|
1060 |
-
|
1061 |
-
#: includes/fs-plugin-info-dialog.php:999
|
1062 |
-
msgid "Plugin Install"
|
1063 |
-
msgstr "Plugin-installering"
|
1064 |
-
|
1065 |
-
#: includes/fs-plugin-info-dialog.php:1071
|
1066 |
-
msgctxt "e.g. Professional Plan"
|
1067 |
-
msgid "%s Plan"
|
1068 |
-
msgstr "%s Plan"
|
1069 |
-
|
1070 |
-
#: includes/fs-plugin-info-dialog.php:1097
|
1071 |
-
msgctxt "e.g. the best product"
|
1072 |
-
msgid "Best"
|
1073 |
-
msgstr "Bedste"
|
1074 |
-
|
1075 |
-
#: includes/fs-plugin-info-dialog.php1103,
|
1076 |
-
#: includes/fs-plugin-info-dialog.php:1123
|
1077 |
-
msgctxt "as every month"
|
1078 |
-
msgid "Monthly"
|
1079 |
-
msgstr "Månedligt"
|
1080 |
-
|
1081 |
-
#: includes/fs-plugin-info-dialog.php:1106
|
1082 |
-
msgctxt "as once a year"
|
1083 |
-
msgid "Annual"
|
1084 |
-
msgstr "Årligt"
|
1085 |
-
|
1086 |
-
#: includes/fs-plugin-info-dialog.php:1109
|
1087 |
-
msgid "Lifetime"
|
1088 |
-
msgstr "Livstid"
|
1089 |
-
|
1090 |
-
#: includes/fs-plugin-info-dialog.php1123,
|
1091 |
-
#: includes/fs-plugin-info-dialog.php1125,
|
1092 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
1093 |
-
msgctxt "e.g. billed monthly"
|
1094 |
-
msgid "Billed %s"
|
1095 |
-
msgstr "Faktureret %s"
|
1096 |
-
|
1097 |
-
#: includes/fs-plugin-info-dialog.php:1125
|
1098 |
-
msgctxt "as once a year"
|
1099 |
-
msgid "Annually"
|
1100 |
-
msgstr "Årligt"
|
1101 |
-
|
1102 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
1103 |
-
msgctxt "as once a year"
|
1104 |
-
msgid "Once"
|
1105 |
-
msgstr "Engangsbeløb"
|
1106 |
-
|
1107 |
-
#: includes/fs-plugin-info-dialog.php:1133
|
1108 |
-
msgid "Single Site License"
|
1109 |
-
msgstr ""
|
1110 |
-
|
1111 |
-
#: includes/fs-plugin-info-dialog.php:1135
|
1112 |
-
msgid "Unlimited Licenses"
|
1113 |
-
msgstr "Ubegrænsede licenser"
|
1114 |
-
|
1115 |
-
#: includes/fs-plugin-info-dialog.php:1137
|
1116 |
-
msgid "Up to %s Sites"
|
1117 |
-
msgstr "Op til %s websteder"
|
1118 |
-
|
1119 |
-
#: includes/fs-plugin-info-dialog.php1147,
|
1120 |
-
#: templates/plugin-info/features.php:82
|
1121 |
-
msgctxt "as monthly period"
|
1122 |
-
msgid "mo"
|
1123 |
-
msgstr "md"
|
1124 |
-
|
1125 |
-
#: includes/fs-plugin-info-dialog.php1154,
|
1126 |
-
#: templates/plugin-info/features.php:80
|
1127 |
-
msgctxt "as annual period"
|
1128 |
-
msgid "year"
|
1129 |
-
msgstr "år"
|
1130 |
-
|
1131 |
-
#: includes/fs-plugin-info-dialog.php:1208
|
1132 |
-
msgctxt "noun"
|
1133 |
-
msgid "Price"
|
1134 |
-
msgstr "Pris"
|
1135 |
-
|
1136 |
-
#: includes/fs-plugin-info-dialog.php:1256
|
1137 |
-
msgid "Save %s"
|
1138 |
-
msgstr "Spar %s"
|
1139 |
-
|
1140 |
-
#: includes/fs-plugin-info-dialog.php:1266
|
1141 |
-
msgid "No commitment for %s - cancel anytime"
|
1142 |
-
msgstr "Ingen bindinger ved %s - annuller når som helst"
|
1143 |
-
|
1144 |
-
#: includes/fs-plugin-info-dialog.php:1269
|
1145 |
-
msgid "After your free %s, pay as little as %s"
|
1146 |
-
msgstr "Efter din gratis %s er prisen kun %s"
|
1147 |
-
|
1148 |
-
#: includes/fs-plugin-info-dialog.php:1280
|
1149 |
-
msgid "Details"
|
1150 |
-
msgstr "Detaljer"
|
1151 |
-
|
1152 |
-
#: includes/fs-plugin-info-dialog.php1284, templates/account.php96,
|
1153 |
-
#: templates/debug.php203, templates/debug.php240, templates/debug.php454,
|
1154 |
-
#: templates/account/partials/addon.php:36
|
1155 |
-
msgctxt "product version"
|
1156 |
-
msgid "Version"
|
1157 |
-
msgstr "Version"
|
1158 |
-
|
1159 |
-
#: includes/fs-plugin-info-dialog.php:1291
|
1160 |
-
msgctxt "as the plugin author"
|
1161 |
-
msgid "Author"
|
1162 |
-
msgstr "Forfatter"
|
1163 |
-
|
1164 |
-
#: includes/fs-plugin-info-dialog.php:1298
|
1165 |
-
msgid "Last Updated"
|
1166 |
-
msgstr "Senest opdateret"
|
1167 |
-
|
1168 |
-
#: includes/fs-plugin-info-dialog.php1303, templates/account.php:444
|
1169 |
-
msgctxt "x-ago"
|
1170 |
-
msgid "%s ago"
|
1171 |
-
msgstr "%s siden"
|
1172 |
-
|
1173 |
-
#: includes/fs-plugin-info-dialog.php:1312
|
1174 |
-
msgid "Requires WordPress Version"
|
1175 |
-
msgstr "Kræver WordPress-version"
|
1176 |
-
|
1177 |
-
#: includes/fs-plugin-info-dialog.php:1313
|
1178 |
-
msgid "%s or higher"
|
1179 |
-
msgstr "%s eller højere"
|
1180 |
-
|
1181 |
-
#: includes/fs-plugin-info-dialog.php:1320
|
1182 |
-
msgid "Compatible up to"
|
1183 |
-
msgstr "Kompatibel op til"
|
1184 |
-
|
1185 |
-
#: includes/fs-plugin-info-dialog.php:1328
|
1186 |
-
msgid "Downloaded"
|
1187 |
-
msgstr "Downloadet"
|
1188 |
-
|
1189 |
-
#: includes/fs-plugin-info-dialog.php:1332
|
1190 |
-
msgid "%s time"
|
1191 |
-
msgstr "%s gang"
|
1192 |
-
|
1193 |
-
#: includes/fs-plugin-info-dialog.php:1334
|
1194 |
-
msgid "%s times"
|
1195 |
-
msgstr "%s gange"
|
1196 |
-
|
1197 |
-
#: includes/fs-plugin-info-dialog.php:1344
|
1198 |
-
msgid "WordPress.org Plugin Page"
|
1199 |
-
msgstr "WordPress.org Plugin-side"
|
1200 |
-
|
1201 |
-
#: includes/fs-plugin-info-dialog.php:1352
|
1202 |
-
msgid "Plugin Homepage"
|
1203 |
-
msgstr "Plugin-websted"
|
1204 |
-
|
1205 |
-
#: includes/fs-plugin-info-dialog.php1360,
|
1206 |
-
#: includes/fs-plugin-info-dialog.php:1442
|
1207 |
-
msgid "Donate to this plugin"
|
1208 |
-
msgstr "Donér til dette plugin"
|
1209 |
-
|
1210 |
-
#: includes/fs-plugin-info-dialog.php:1367
|
1211 |
-
msgid "Average Rating"
|
1212 |
-
msgstr "Gennemsnitlig vurdering"
|
1213 |
-
|
1214 |
-
#: includes/fs-plugin-info-dialog.php:1374
|
1215 |
-
msgid "based on %s"
|
1216 |
-
msgstr "baseret på %s"
|
1217 |
-
|
1218 |
-
#: includes/fs-plugin-info-dialog.php:1378
|
1219 |
-
msgid "%s rating"
|
1220 |
-
msgstr "%s vurdering"
|
1221 |
-
|
1222 |
-
#: includes/fs-plugin-info-dialog.php:1380
|
1223 |
-
msgid "%s ratings"
|
1224 |
-
msgstr "%s vurderinger"
|
1225 |
-
|
1226 |
-
#: includes/fs-plugin-info-dialog.php:1395
|
1227 |
-
msgid "%s star"
|
1228 |
-
msgstr "%s stjerne"
|
1229 |
-
|
1230 |
-
#: includes/fs-plugin-info-dialog.php:1397
|
1231 |
-
msgid "%s stars"
|
1232 |
-
msgstr "%s stjerner"
|
1233 |
-
|
1234 |
-
#: includes/fs-plugin-info-dialog.php:1408
|
1235 |
-
msgid "Click to see reviews that provided a rating of %s"
|
1236 |
-
msgstr ""
|
1237 |
-
|
1238 |
-
#: includes/fs-plugin-info-dialog.php:1421
|
1239 |
-
msgid "Contributors"
|
1240 |
-
msgstr "Bidragsydere"
|
1241 |
-
|
1242 |
-
#: includes/fs-plugin-info-dialog.php1450,
|
1243 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1244 |
-
msgid "Warning"
|
1245 |
-
msgstr "Advarsel"
|
1246 |
-
|
1247 |
-
#: includes/fs-plugin-info-dialog.php:1450
|
1248 |
-
msgid ""
|
1249 |
-
"This plugin has not been tested with your current version of WordPress."
|
1250 |
-
msgstr "Dette plugin er ikke blevet testet med din nuværende version af WordPress."
|
1251 |
-
|
1252 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1253 |
-
msgid ""
|
1254 |
-
"This plugin has not been marked as compatible with your version of "
|
1255 |
-
"WordPress."
|
1256 |
-
msgstr ""
|
1257 |
-
|
1258 |
-
#: includes/fs-plugin-info-dialog.php:1471
|
1259 |
-
msgid "Paid add-on must be deployed to Freemius."
|
1260 |
-
msgstr ""
|
1261 |
-
|
1262 |
-
#: includes/fs-plugin-info-dialog.php:1472
|
1263 |
-
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1264 |
-
msgstr ""
|
1265 |
-
|
1266 |
-
#: includes/fs-plugin-info-dialog.php:1493
|
1267 |
-
msgid "Newer Version (%s) Installed"
|
1268 |
-
msgstr "Nyere version (%s) installeret"
|
1269 |
-
|
1270 |
-
#: includes/fs-plugin-info-dialog.php:1494
|
1271 |
-
msgid "Newer Free Version (%s) Installed"
|
1272 |
-
msgstr "Nyere gratis version (%s) installeret"
|
1273 |
-
|
1274 |
-
#: includes/fs-plugin-info-dialog.php:1501
|
1275 |
-
msgid "Latest Version Installed"
|
1276 |
-
msgstr "Seneste version installeret"
|
1277 |
-
|
1278 |
-
#: includes/fs-plugin-info-dialog.php:1502
|
1279 |
-
msgid "Latest Free Version Installed"
|
1280 |
-
msgstr "Seneste gratis version installeret"
|
1281 |
-
|
1282 |
-
#: templates/account.php86, templates/forms/subscription-cancellation.php96,
|
1283 |
-
#: templates/account/partials/addon.php26,
|
1284 |
-
#: templates/account/partials/site.php:295
|
1285 |
-
msgid "Downgrading your plan"
|
1286 |
-
msgstr ""
|
1287 |
-
|
1288 |
-
#: templates/account.php87, templates/forms/subscription-cancellation.php97,
|
1289 |
-
#: templates/account/partials/addon.php27,
|
1290 |
-
#: templates/account/partials/site.php:296
|
1291 |
-
msgid "Cancelling the subscription"
|
1292 |
-
msgstr ""
|
1293 |
-
|
1294 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
1295 |
-
#. subscription'
|
1296 |
-
#: templates/account.php:89
|
1297 |
-
msgid ""
|
1298 |
-
"%1$s will immediately stop all future recurring payments and your %2$s plan "
|
1299 |
-
"license will expire in %3$s."
|
1300 |
-
msgstr ""
|
1301 |
-
|
1302 |
-
#: templates/account.php90, templates/forms/subscription-cancellation.php100,
|
1303 |
-
#: templates/account/partials/addon.php30,
|
1304 |
-
#: templates/account/partials/site.php:299
|
1305 |
-
msgid ""
|
1306 |
-
"Please note that we will not be able to grandfather outdated pricing for "
|
1307 |
-
"renewals/new subscriptions after a cancellation. If you choose to renew the "
|
1308 |
-
"subscription manually in the future, after a price increase, which typically"
|
1309 |
-
" occurs once a year, you will be charged the updated price."
|
1310 |
-
msgstr ""
|
1311 |
-
|
1312 |
-
#: templates/account.php91, templates/forms/subscription-cancellation.php106,
|
1313 |
-
#: templates/account/partials/addon.php:31
|
1314 |
-
msgid ""
|
1315 |
-
"Cancelling the trial will immediately block access to all premium features. "
|
1316 |
-
"Are you sure?"
|
1317 |
-
msgstr ""
|
1318 |
-
|
1319 |
-
#: templates/account.php92, templates/forms/subscription-cancellation.php101,
|
1320 |
-
#: templates/account/partials/addon.php32,
|
1321 |
-
#: templates/account/partials/site.php:300
|
1322 |
-
msgid ""
|
1323 |
-
"You can still enjoy all %s features but you will not have access to %s "
|
1324 |
-
"security & feature updates, nor support."
|
1325 |
-
msgstr ""
|
1326 |
-
|
1327 |
-
#: templates/account.php93, templates/forms/subscription-cancellation.php102,
|
1328 |
-
#: templates/account/partials/addon.php33,
|
1329 |
-
#: templates/account/partials/site.php:301
|
1330 |
-
msgid ""
|
1331 |
-
"Once your license expires you can still use the Free version but you will "
|
1332 |
-
"NOT have access to the %s features."
|
1333 |
-
msgstr ""
|
1334 |
-
|
1335 |
-
#. translators: %s: Plan title (e.g. "Professional")
|
1336 |
-
#: templates/account.php95,
|
1337 |
-
#: templates/account/partials/activate-license-button.php31,
|
1338 |
-
#: templates/account/partials/addon.php:35
|
1339 |
-
msgid "Activate %s Plan"
|
1340 |
-
msgstr "Aktiver %s plan"
|
1341 |
-
|
1342 |
-
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1343 |
-
#: templates/account.php98, templates/account/partials/addon.php38,
|
1344 |
-
#: templates/account/partials/site.php:275
|
1345 |
-
msgid "Auto renews in %s"
|
1346 |
-
msgstr "Auto-fornyer om %s"
|
1347 |
-
|
1348 |
-
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1349 |
-
#: templates/account.php100, templates/account/partials/addon.php40,
|
1350 |
-
#: templates/account/partials/site.php:277
|
1351 |
-
msgid "Expires in %s"
|
1352 |
-
msgstr "Udløber om %s"
|
1353 |
-
|
1354 |
-
#: templates/account.php101, templates/account/partials/addon.php:41
|
1355 |
-
msgctxt "as synchronize license"
|
1356 |
-
msgid "Sync License"
|
1357 |
-
msgstr "Synkroniser licens"
|
1358 |
-
|
1359 |
-
#: templates/account.php102, templates/account/partials/addon.php:42
|
1360 |
-
msgid "Cancel Trial"
|
1361 |
-
msgstr "Annuller prøveperiode"
|
1362 |
-
|
1363 |
-
#: templates/account.php103, templates/account/partials/addon.php:43
|
1364 |
-
msgid "Change Plan"
|
1365 |
-
msgstr "Skift plan"
|
1366 |
-
|
1367 |
-
#: templates/account.php104, templates/account/partials/addon.php:44
|
1368 |
-
msgctxt "verb"
|
1369 |
-
msgid "Upgrade"
|
1370 |
-
msgstr "Opgrader"
|
1371 |
-
|
1372 |
-
#: templates/account.php106, templates/account/partials/addon.php46,
|
1373 |
-
#: templates/account/partials/site.php:302
|
1374 |
-
msgctxt "verb"
|
1375 |
-
msgid "Downgrade"
|
1376 |
-
msgstr "Nedgrader"
|
1377 |
-
|
1378 |
-
#: templates/account.php108, templates/add-ons.php187,
|
1379 |
-
#: templates/plugin-info/features.php72,
|
1380 |
-
#: templates/account/partials/addon.php48,
|
1381 |
-
#: templates/account/partials/site.php:31
|
1382 |
-
msgid "Free"
|
1383 |
-
msgstr "Gratis"
|
1384 |
-
|
1385 |
-
#: templates/account.php110, templates/debug.php373,
|
1386 |
-
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1387 |
-
#: templates/account/partials/addon.php:50
|
1388 |
-
msgctxt "as product pricing plan"
|
1389 |
-
msgid "Plan"
|
1390 |
-
msgstr "Plan"
|
1391 |
-
|
1392 |
-
#: templates/account.php:111
|
1393 |
-
msgid "Bundle Plan"
|
1394 |
-
msgstr ""
|
1395 |
-
|
1396 |
-
#: templates/account.php:185
|
1397 |
-
msgid "Free Trial"
|
1398 |
-
msgstr "Gratis prøveperiode"
|
1399 |
-
|
1400 |
-
#: templates/account.php:196
|
1401 |
-
msgid "Account Details"
|
1402 |
-
msgstr "Kontodetaljer"
|
1403 |
-
|
1404 |
-
#: templates/account.php:200
|
1405 |
-
msgid "Billing & Invoices"
|
1406 |
-
msgstr ""
|
1407 |
-
|
1408 |
-
#: templates/account.php:210
|
1409 |
-
msgid ""
|
1410 |
-
"Deleting the account will automatically deactivate your %s plan license so "
|
1411 |
-
"you can use it on other sites. If you want to terminate the recurring "
|
1412 |
-
"payments as well, click the \"Cancel\" button, and first \"Downgrade\" your "
|
1413 |
-
"account. Are you sure you would like to continue with the deletion?"
|
1414 |
-
msgstr ""
|
1415 |
-
|
1416 |
-
#: templates/account.php:212
|
1417 |
-
msgid ""
|
1418 |
-
"Deletion is not temporary. Only delete if you no longer want to use this %s "
|
1419 |
-
"anymore. Are you sure you would like to continue with the deletion?"
|
1420 |
-
msgstr ""
|
1421 |
-
|
1422 |
-
#: templates/account.php:215
|
1423 |
-
msgid "Delete Account"
|
1424 |
-
msgstr "Slet konto"
|
1425 |
-
|
1426 |
-
#: templates/account.php227, templates/account/partials/addon.php211,
|
1427 |
-
#: templates/account/partials/deactivate-license-button.php:35
|
1428 |
-
msgid "Deactivate License"
|
1429 |
-
msgstr "Deaktiver licens"
|
1430 |
-
|
1431 |
-
#: templates/account.php250, templates/forms/subscription-cancellation.php:125
|
1432 |
-
msgid "Are you sure you want to proceed?"
|
1433 |
-
msgstr "Er du sikker på, du vil fortsætte?"
|
1434 |
-
|
1435 |
-
#: templates/account.php250, templates/account/partials/addon.php:234
|
1436 |
-
msgid "Cancel Subscription"
|
1437 |
-
msgstr "Annuller abonnement"
|
1438 |
-
|
1439 |
-
#: templates/account.php:278
|
1440 |
-
msgctxt "as synchronize"
|
1441 |
-
msgid "Sync"
|
1442 |
-
msgstr "Synkroniser"
|
1443 |
-
|
1444 |
-
#: templates/account.php292, templates/debug.php:489
|
1445 |
-
msgid "Name"
|
1446 |
-
msgstr "Navn"
|
1447 |
-
|
1448 |
-
#: templates/account.php298, templates/debug.php:490
|
1449 |
-
msgid "Email"
|
1450 |
-
msgstr "E-mail"
|
1451 |
-
|
1452 |
-
#: templates/account.php305, templates/debug.php372, templates/debug.php:528
|
1453 |
-
msgid "User ID"
|
1454 |
-
msgstr "Bruger-ID"
|
1455 |
-
|
1456 |
-
#: templates/account.php322, templates/account.php608,
|
1457 |
-
#: templates/account.php653, templates/debug.php238, templates/debug.php366,
|
1458 |
-
#: templates/debug.php451, templates/debug.php488, templates/debug.php526,
|
1459 |
-
#: templates/debug.php599, templates/account/payments.php35,
|
1460 |
-
#: templates/debug/logger.php:21
|
1461 |
-
msgid "ID"
|
1462 |
-
msgstr "ID"
|
1463 |
-
|
1464 |
-
#: templates/account.php:329
|
1465 |
-
msgid "Site ID"
|
1466 |
-
msgstr "Websteds-ID"
|
1467 |
-
|
1468 |
-
#: templates/account.php:332
|
1469 |
-
msgid "No ID"
|
1470 |
-
msgstr "Intet ID"
|
1471 |
-
|
1472 |
-
#: templates/account.php337, templates/debug.php245, templates/debug.php374,
|
1473 |
-
#: templates/debug.php455, templates/debug.php492,
|
1474 |
-
#: templates/account/partials/site.php:219
|
1475 |
-
msgid "Public Key"
|
1476 |
-
msgstr "Offentlig nøgle"
|
1477 |
-
|
1478 |
-
#: templates/account.php343, templates/debug.php375, templates/debug.php456,
|
1479 |
-
#: templates/debug.php493, templates/account/partials/site.php:231
|
1480 |
-
msgid "Secret Key"
|
1481 |
-
msgstr "Privat nøgle"
|
1482 |
-
|
1483 |
-
#: templates/account.php:346
|
1484 |
-
msgctxt "as secret encryption key missing"
|
1485 |
-
msgid "No Secret"
|
1486 |
-
msgstr "Ingen privat nøgle"
|
1487 |
-
|
1488 |
-
#: templates/account.php373, templates/account/partials/site.php112,
|
1489 |
-
#: templates/account/partials/site.php:114
|
1490 |
-
msgid "Trial"
|
1491 |
-
msgstr "Prøveperiode"
|
1492 |
-
|
1493 |
-
#: templates/account.php400, templates/debug.php533,
|
1494 |
-
#: templates/account/partials/site.php:248
|
1495 |
-
msgid "License Key"
|
1496 |
-
msgstr "Licensnøgle"
|
1497 |
-
|
1498 |
-
#: templates/account.php:429
|
1499 |
-
msgid "Join the Beta program"
|
1500 |
-
msgstr ""
|
1501 |
-
|
1502 |
-
#: templates/account.php:435
|
1503 |
-
msgid "not verified"
|
1504 |
-
msgstr "ikke verificeret"
|
1505 |
-
|
1506 |
-
#: templates/account.php444, templates/account/partials/addon.php:172
|
1507 |
-
msgid "Expired"
|
1508 |
-
msgstr "Udløbet"
|
1509 |
-
|
1510 |
-
#: templates/account.php:502
|
1511 |
-
msgid "Premium version"
|
1512 |
-
msgstr "Premium version"
|
1513 |
-
|
1514 |
-
#: templates/account.php:504
|
1515 |
-
msgid "Free version"
|
1516 |
-
msgstr "Gratis version"
|
1517 |
-
|
1518 |
-
#: templates/account.php:516
|
1519 |
-
msgid "Verify Email"
|
1520 |
-
msgstr "Verificer e-mail"
|
1521 |
-
|
1522 |
-
#: templates/account.php:527
|
1523 |
-
msgid "Download %s Version"
|
1524 |
-
msgstr "Download 1%s version"
|
1525 |
-
|
1526 |
-
#: templates/account.php541, templates/account.php749,
|
1527 |
-
#: templates/account/partials/site.php237,
|
1528 |
-
#: templates/account/partials/site.php:255
|
1529 |
-
msgctxt "verb"
|
1530 |
-
msgid "Show"
|
1531 |
-
msgstr "Vis"
|
1532 |
-
|
1533 |
-
#: templates/account.php:555
|
1534 |
-
msgid "What is your %s?"
|
1535 |
-
msgstr "Angiv venligst %s?"
|
1536 |
-
|
1537 |
-
#: templates/account.php563, templates/account/billing.php:21
|
1538 |
-
msgctxt "verb"
|
1539 |
-
msgid "Edit"
|
1540 |
-
msgstr "Rediger"
|
1541 |
-
|
1542 |
-
#: templates/account.php:588
|
1543 |
-
msgid "Sites"
|
1544 |
-
msgstr "Websteder"
|
1545 |
-
|
1546 |
-
#: templates/account.php:599
|
1547 |
-
msgid "Search by address"
|
1548 |
-
msgstr "Søg efter adresse"
|
1549 |
-
|
1550 |
-
#: templates/account.php609, templates/debug.php:369
|
1551 |
-
msgid "Address"
|
1552 |
-
msgstr "Adresse"
|
1553 |
-
|
1554 |
-
#: templates/account.php:610
|
1555 |
-
msgid "License"
|
1556 |
-
msgstr "Licens"
|
1557 |
-
|
1558 |
-
#: templates/account.php:611
|
1559 |
-
msgid "Plan"
|
1560 |
-
msgstr "Plan"
|
1561 |
-
|
1562 |
-
#: templates/account.php:656
|
1563 |
-
msgctxt "as software license"
|
1564 |
-
msgid "License"
|
1565 |
-
msgstr "Licens"
|
1566 |
-
|
1567 |
-
#: templates/account.php:743
|
1568 |
-
msgctxt "verb"
|
1569 |
-
msgid "Hide"
|
1570 |
-
msgstr "Skjul"
|
1571 |
-
|
1572 |
-
#: templates/account.php:765
|
1573 |
-
msgid "Processing"
|
1574 |
-
msgstr "Arbejder"
|
1575 |
-
|
1576 |
-
#: templates/account.php:768
|
1577 |
-
msgid "Get updates for bleeding edge Beta versions of %s."
|
1578 |
-
msgstr ""
|
1579 |
-
|
1580 |
-
#: templates/account.php:826
|
1581 |
-
msgid "Cancelling %s"
|
1582 |
-
msgstr ""
|
1583 |
-
|
1584 |
-
#: templates/account.php826, templates/account.php843,
|
1585 |
-
#: templates/forms/subscription-cancellation.php27,
|
1586 |
-
#: templates/forms/deactivation/form.php:133
|
1587 |
-
msgid "trial"
|
1588 |
-
msgstr ""
|
1589 |
-
|
1590 |
-
#: templates/account.php841, templates/forms/deactivation/form.php:150
|
1591 |
-
msgid "Cancelling %s..."
|
1592 |
-
msgstr ""
|
1593 |
-
|
1594 |
-
#: templates/account.php844, templates/forms/subscription-cancellation.php28,
|
1595 |
-
#: templates/forms/deactivation/form.php:134
|
1596 |
-
msgid "subscription"
|
1597 |
-
msgstr ""
|
1598 |
-
|
1599 |
-
#: templates/account.php:858
|
1600 |
-
msgid ""
|
1601 |
-
"Deactivating your license will block all premium features, but will enable "
|
1602 |
-
"activating the license on another site. Are you sure you want to proceed?"
|
1603 |
-
msgstr ""
|
1604 |
-
|
1605 |
-
#: templates/add-ons.php:35
|
1606 |
-
msgid "View details"
|
1607 |
-
msgstr "Vis detaljer"
|
1608 |
-
|
1609 |
-
#: templates/add-ons.php:45
|
1610 |
-
msgid "Add Ons for %s"
|
1611 |
-
msgstr "Tilføjelser til %s"
|
1612 |
-
|
1613 |
-
#: templates/add-ons.php:55
|
1614 |
-
msgid ""
|
1615 |
-
"We could'nt load the add-ons list. It's probably an issue on our side, "
|
1616 |
-
"please try to come back in few minutes."
|
1617 |
-
msgstr ""
|
1618 |
-
|
1619 |
-
#: templates/add-ons.php:173
|
1620 |
-
msgctxt "active add-on"
|
1621 |
-
msgid "Active"
|
1622 |
-
msgstr "Aktiv"
|
1623 |
-
|
1624 |
-
#: templates/add-ons.php:174
|
1625 |
-
msgctxt "installed add-on"
|
1626 |
-
msgid "Installed"
|
1627 |
-
msgstr ""
|
1628 |
-
|
1629 |
-
#: templates/admin-notice.php13, templates/forms/license-activation.php209,
|
1630 |
-
#: templates/forms/resend-key.php:77
|
1631 |
-
msgctxt "as close a window"
|
1632 |
-
msgid "Dismiss"
|
1633 |
-
msgstr "Fjern"
|
1634 |
-
|
1635 |
-
#: templates/auto-installation.php:45
|
1636 |
-
msgid "%s sec"
|
1637 |
-
msgstr "1%s sek"
|
1638 |
-
|
1639 |
-
#: templates/auto-installation.php:83
|
1640 |
-
msgid "Automatic Installation"
|
1641 |
-
msgstr "Automatisk installering"
|
1642 |
-
|
1643 |
-
#: templates/auto-installation.php:93
|
1644 |
-
msgid ""
|
1645 |
-
"An automated download and installation of %s (paid version) from %s will "
|
1646 |
-
"start in %s. If you would like to do it manually - click the cancellation "
|
1647 |
-
"button now."
|
1648 |
-
msgstr ""
|
1649 |
-
|
1650 |
-
#: templates/auto-installation.php:104
|
1651 |
-
msgid ""
|
1652 |
-
"The installation process has started and may take a few minutes to complete."
|
1653 |
-
" Please wait until it is done - do not refresh this page."
|
1654 |
-
msgstr ""
|
1655 |
-
|
1656 |
-
#: templates/auto-installation.php:109
|
1657 |
-
msgid "Cancel Installation"
|
1658 |
-
msgstr "Annuller installering"
|
1659 |
-
|
1660 |
-
#: templates/checkout.php:180
|
1661 |
-
msgid "Checkout"
|
1662 |
-
msgstr "Udtjekning"
|
1663 |
-
|
1664 |
-
#: templates/checkout.php:180
|
1665 |
-
msgid "PCI compliant"
|
1666 |
-
msgstr ""
|
1667 |
-
|
1668 |
-
#. translators: %s: name (e.g. Hey John,)
|
1669 |
-
#: templates/connect.php:112
|
1670 |
-
msgctxt "greeting"
|
1671 |
-
msgid "Hey %s,"
|
1672 |
-
msgstr "Hey %s,"
|
1673 |
-
|
1674 |
-
#: templates/connect.php:154
|
1675 |
-
msgid "Allow & Continue"
|
1676 |
-
msgstr "Tillad & Fortsæt"
|
1677 |
-
|
1678 |
-
#: templates/connect.php:158
|
1679 |
-
msgid "Re-send activation email"
|
1680 |
-
msgstr "Gensend e-mail om aktivering"
|
1681 |
-
|
1682 |
-
#: templates/connect.php:162
|
1683 |
-
msgid "Thanks %s!"
|
1684 |
-
msgstr "Tak %s!"
|
1685 |
-
|
1686 |
-
#: templates/connect.php172, templates/forms/license-activation.php:44
|
1687 |
-
msgid "Agree & Activate License"
|
1688 |
-
msgstr "Accepter & aktiver licens"
|
1689 |
-
|
1690 |
-
#: templates/connect.php:181
|
1691 |
-
msgid ""
|
1692 |
-
"Thanks for purchasing %s! To get started, please enter your license key:"
|
1693 |
-
msgstr "Tak for at købe %s! For at komme i gang, venligst indtast din licensnøgle:"
|
1694 |
-
|
1695 |
-
#: templates/connect.php:188
|
1696 |
-
msgid ""
|
1697 |
-
"Never miss an important update - opt in to our security & feature updates "
|
1698 |
-
"notifications, educational content, offers, and non-sensitive diagnostic "
|
1699 |
-
"tracking with %4$s."
|
1700 |
-
msgstr ""
|
1701 |
-
|
1702 |
-
#: templates/connect.php:189
|
1703 |
-
msgid ""
|
1704 |
-
"Never miss an important update - opt in to our security and feature updates "
|
1705 |
-
"notifications, and non-sensitive diagnostic tracking with %4$s."
|
1706 |
-
msgstr ""
|
1707 |
-
|
1708 |
-
#: templates/connect.php:195
|
1709 |
-
msgid ""
|
1710 |
-
"Never miss an important update - opt in to our security & feature updates "
|
1711 |
-
"notifications, educational content, offers, and non-sensitive diagnostic "
|
1712 |
-
"tracking with %4$s. If you skip this, that's okay! %1$s will still work just"
|
1713 |
-
" fine."
|
1714 |
-
msgstr ""
|
1715 |
-
|
1716 |
-
#: templates/connect.php:196
|
1717 |
-
msgid ""
|
1718 |
-
"Never miss an important update - opt in to our security & feature updates "
|
1719 |
-
"notifications, and non-sensitive diagnostic tracking with %4$s. If you skip "
|
1720 |
-
"this, that's okay! %1$s will still work just fine."
|
1721 |
-
msgstr ""
|
1722 |
-
|
1723 |
-
#: templates/connect.php:230
|
1724 |
-
msgid "We're excited to introduce the Freemius network-level integration."
|
1725 |
-
msgstr ""
|
1726 |
-
|
1727 |
-
#: templates/connect.php:233
|
1728 |
-
msgid ""
|
1729 |
-
"During the update process we detected %d site(s) that are still pending "
|
1730 |
-
"license activation."
|
1731 |
-
msgstr ""
|
1732 |
-
|
1733 |
-
#: templates/connect.php:235
|
1734 |
-
msgid ""
|
1735 |
-
"If you'd like to use the %s on those sites, please enter your license key "
|
1736 |
-
"below and click the activation button."
|
1737 |
-
msgstr ""
|
1738 |
-
|
1739 |
-
#: templates/connect.php:237
|
1740 |
-
msgid "%s's paid features"
|
1741 |
-
msgstr ""
|
1742 |
-
|
1743 |
-
#: templates/connect.php:242
|
1744 |
-
msgid ""
|
1745 |
-
"Alternatively, you can skip it for now and activate the license later, in "
|
1746 |
-
"your %s's network-level Account page."
|
1747 |
-
msgstr ""
|
1748 |
-
|
1749 |
-
#: templates/connect.php:244
|
1750 |
-
msgid ""
|
1751 |
-
"During the update process we detected %s site(s) in the network that are "
|
1752 |
-
"still pending your attention."
|
1753 |
-
msgstr ""
|
1754 |
-
|
1755 |
-
#: templates/connect.php253, templates/forms/license-activation.php:47
|
1756 |
-
msgid "License key"
|
1757 |
-
msgstr "Licensnøgle"
|
1758 |
-
|
1759 |
-
#: templates/connect.php256, templates/forms/license-activation.php:20
|
1760 |
-
msgid "Can't find your license key?"
|
1761 |
-
msgstr "Kan du ikke finde din licensnøgle?"
|
1762 |
-
|
1763 |
-
#: templates/connect.php315, templates/connect.php652,
|
1764 |
-
#: templates/forms/deactivation/retry-skip.php:20
|
1765 |
-
msgctxt "verb"
|
1766 |
-
msgid "Skip"
|
1767 |
-
msgstr "Spring over"
|
1768 |
-
|
1769 |
-
#: templates/connect.php:318
|
1770 |
-
msgid "Delegate to Site Admins"
|
1771 |
-
msgstr ""
|
1772 |
-
|
1773 |
-
#: templates/connect.php:318
|
1774 |
-
msgid ""
|
1775 |
-
"If you click it, this decision will be delegated to the sites "
|
1776 |
-
"administrators."
|
1777 |
-
msgstr ""
|
1778 |
-
|
1779 |
-
#: templates/connect.php:346
|
1780 |
-
msgid "Your Profile Overview"
|
1781 |
-
msgstr "Overblik af din profil"
|
1782 |
-
|
1783 |
-
#: templates/connect.php:347
|
1784 |
-
msgid "Name and email address"
|
1785 |
-
msgstr "Navn og e-mailadresse"
|
1786 |
-
|
1787 |
-
#: templates/connect.php:352
|
1788 |
-
msgid "Your Site Overview"
|
1789 |
-
msgstr "Overblik af dit websted"
|
1790 |
-
|
1791 |
-
#: templates/connect.php:353
|
1792 |
-
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1793 |
-
msgstr "Websteds-URL, WP version, PHP info, plugins og temaer"
|
1794 |
-
|
1795 |
-
#: templates/connect.php:358
|
1796 |
-
msgid "Admin Notices"
|
1797 |
-
msgstr "Admin-meddelelser"
|
1798 |
-
|
1799 |
-
#: templates/connect.php359, templates/connect.php:375
|
1800 |
-
msgid "Updates, announcements, marketing, no spam"
|
1801 |
-
msgstr ""
|
1802 |
-
|
1803 |
-
#: templates/connect.php:364
|
1804 |
-
msgid "Current %s Events"
|
1805 |
-
msgstr ""
|
1806 |
-
|
1807 |
-
#: templates/connect.php:365
|
1808 |
-
msgid "Activation, deactivation and uninstall"
|
1809 |
-
msgstr "Aktivering, deaktivering og afinstallering"
|
1810 |
-
|
1811 |
-
#: templates/connect.php:374
|
1812 |
-
msgid "Newsletter"
|
1813 |
-
msgstr "Nyhedsbrev"
|
1814 |
-
|
1815 |
-
#: templates/connect.php391, templates/forms/license-activation.php:39
|
1816 |
-
msgid ""
|
1817 |
-
"The %1$s will be periodically sending data to %2$s to check for security and"
|
1818 |
-
" feature updates, and verify the validity of your license."
|
1819 |
-
msgstr ""
|
1820 |
-
|
1821 |
-
#: templates/connect.php:396
|
1822 |
-
msgid "What permissions are being granted?"
|
1823 |
-
msgstr "Hvilke tilladelser bliver givet?"
|
1824 |
-
|
1825 |
-
#: templates/connect.php:417
|
1826 |
-
msgid "Don't have a license key?"
|
1827 |
-
msgstr "Har du ikke en licensnøgle?"
|
1828 |
-
|
1829 |
-
#: templates/connect.php:420
|
1830 |
-
msgid "Have a license key?"
|
1831 |
-
msgstr "Har du en licensnøgle?"
|
1832 |
-
|
1833 |
-
#: templates/connect.php:428
|
1834 |
-
msgid "Privacy Policy"
|
1835 |
-
msgstr "Privatlivspolitik"
|
1836 |
-
|
1837 |
-
#: templates/connect.php:430
|
1838 |
-
msgid "License Agreement"
|
1839 |
-
msgstr ""
|
1840 |
-
|
1841 |
-
#: templates/connect.php:430
|
1842 |
-
msgid "Terms of Service"
|
1843 |
-
msgstr "Servicevilkår"
|
1844 |
-
|
1845 |
-
#: templates/connect.php:805
|
1846 |
-
msgctxt "as in the process of sending an email"
|
1847 |
-
msgid "Sending email"
|
1848 |
-
msgstr "Sender e-mail"
|
1849 |
-
|
1850 |
-
#: templates/connect.php:806
|
1851 |
-
msgctxt "as activating plugin"
|
1852 |
-
msgid "Activating"
|
1853 |
-
msgstr "Aktiverer"
|
1854 |
-
|
1855 |
-
#: templates/contact.php:78
|
1856 |
-
msgid "Contact"
|
1857 |
-
msgstr "Kontakt"
|
1858 |
-
|
1859 |
-
#: templates/debug.php:17
|
1860 |
-
msgctxt "as turned off"
|
1861 |
-
msgid "Off"
|
1862 |
-
msgstr "Fra"
|
1863 |
-
|
1864 |
-
#: templates/debug.php:18
|
1865 |
-
msgctxt "as turned on"
|
1866 |
-
msgid "On"
|
1867 |
-
msgstr "Til"
|
1868 |
-
|
1869 |
-
#: templates/debug.php:20
|
1870 |
-
msgid "SDK"
|
1871 |
-
msgstr "SDK"
|
1872 |
-
|
1873 |
-
#: templates/debug.php:24
|
1874 |
-
msgctxt "as code debugging"
|
1875 |
-
msgid "Debugging"
|
1876 |
-
msgstr "Fejlfinding"
|
1877 |
-
|
1878 |
-
#: templates/debug.php54, templates/debug.php250, templates/debug.php376,
|
1879 |
-
#: templates/debug.php:494
|
1880 |
-
msgid "Actions"
|
1881 |
-
msgstr "Handlinger"
|
1882 |
-
|
1883 |
-
#: templates/debug.php:64
|
1884 |
-
msgid "Are you sure you want to delete all Freemius data?"
|
1885 |
-
msgstr "Er du sikker på, du vil slette al Freemius data?"
|
1886 |
-
|
1887 |
-
#: templates/debug.php:64
|
1888 |
-
msgid "Delete All Accounts"
|
1889 |
-
msgstr "Slet alle konti"
|
1890 |
-
|
1891 |
-
#: templates/debug.php:71
|
1892 |
-
msgid "Clear API Cache"
|
1893 |
-
msgstr "Ryd API-cache"
|
1894 |
-
|
1895 |
-
#: templates/debug.php:79
|
1896 |
-
msgid "Clear Updates Transients"
|
1897 |
-
msgstr ""
|
1898 |
-
|
1899 |
-
#: templates/debug.php:86
|
1900 |
-
msgid "Sync Data From Server"
|
1901 |
-
msgstr "Synkroniser data fra server"
|
1902 |
-
|
1903 |
-
#: templates/debug.php:95
|
1904 |
-
msgid "Migrate Options to Network"
|
1905 |
-
msgstr ""
|
1906 |
-
|
1907 |
-
#: templates/debug.php:100
|
1908 |
-
msgid "Load DB Option"
|
1909 |
-
msgstr "Hent DB-indstilling"
|
1910 |
-
|
1911 |
-
#: templates/debug.php:103
|
1912 |
-
msgid "Set DB Option"
|
1913 |
-
msgstr "Sæt DB-indstilling"
|
1914 |
-
|
1915 |
-
#: templates/debug.php:182
|
1916 |
-
msgid "Key"
|
1917 |
-
msgstr "Nøgle"
|
1918 |
-
|
1919 |
-
#: templates/debug.php:183
|
1920 |
-
msgid "Value"
|
1921 |
-
msgstr "Værdi"
|
1922 |
-
|
1923 |
-
#: templates/debug.php:199
|
1924 |
-
msgctxt "as software development kit versions"
|
1925 |
-
msgid "SDK Versions"
|
1926 |
-
msgstr "SDK-versioner"
|
1927 |
-
|
1928 |
-
#: templates/debug.php:204
|
1929 |
-
msgid "SDK Path"
|
1930 |
-
msgstr "SDK-sti"
|
1931 |
-
|
1932 |
-
#: templates/debug.php205, templates/debug.php:244
|
1933 |
-
msgid "Module Path"
|
1934 |
-
msgstr "Modul-sti"
|
1935 |
-
|
1936 |
-
#: templates/debug.php:206
|
1937 |
-
msgid "Is Active"
|
1938 |
-
msgstr "Er aktiv"
|
1939 |
-
|
1940 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
|
1941 |
-
msgid "Plugins"
|
1942 |
-
msgstr "Plugins"
|
1943 |
-
|
1944 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
|
1945 |
-
msgid "Themes"
|
1946 |
-
msgstr "Temaer"
|
1947 |
-
|
1948 |
-
#: templates/debug.php239, templates/debug.php371, templates/debug.php453,
|
1949 |
-
#: templates/debug/scheduled-crons.php:80
|
1950 |
-
msgid "Slug"
|
1951 |
-
msgstr "Kortnavn"
|
1952 |
-
|
1953 |
-
#: templates/debug.php241, templates/debug.php:452
|
1954 |
-
msgid "Title"
|
1955 |
-
msgstr "Titel"
|
1956 |
-
|
1957 |
-
#: templates/debug.php:242
|
1958 |
-
msgctxt "as application program interface"
|
1959 |
-
msgid "API"
|
1960 |
-
msgstr "API"
|
1961 |
-
|
1962 |
-
#: templates/debug.php:243
|
1963 |
-
msgid "Freemius State"
|
1964 |
-
msgstr "Freemius tilstand"
|
1965 |
-
|
1966 |
-
#: templates/debug.php:247
|
1967 |
-
msgid "Network Blog"
|
1968 |
-
msgstr "Netværksblog"
|
1969 |
-
|
1970 |
-
#: templates/debug.php:248
|
1971 |
-
msgid "Network User"
|
1972 |
-
msgstr "Netværksbruger"
|
1973 |
-
|
1974 |
-
#: templates/debug.php:285
|
1975 |
-
msgctxt "as connection was successful"
|
1976 |
-
msgid "Connected"
|
1977 |
-
msgstr "Forbundet"
|
1978 |
-
|
1979 |
-
#: templates/debug.php:286
|
1980 |
-
msgctxt "as connection blocked"
|
1981 |
-
msgid "Blocked"
|
1982 |
-
msgstr "Blokeret"
|
1983 |
-
|
1984 |
-
#: templates/debug.php:322
|
1985 |
-
msgid "Simulate Trial Promotion"
|
1986 |
-
msgstr ""
|
1987 |
-
|
1988 |
-
#: templates/debug.php:334
|
1989 |
-
msgid "Simulate Network Upgrade"
|
1990 |
-
msgstr "Simuler netværksopgradering"
|
1991 |
-
|
1992 |
-
#: templates/debug.php:360
|
1993 |
-
msgid "%s Installs"
|
1994 |
-
msgstr "%s installeringer"
|
1995 |
-
|
1996 |
-
#: templates/debug.php:362
|
1997 |
-
msgctxt "like websites"
|
1998 |
-
msgid "Sites"
|
1999 |
-
msgstr "Websteder"
|
2000 |
-
|
2001 |
-
#: templates/debug.php368, templates/account/partials/site.php:148
|
2002 |
-
msgid "Blog ID"
|
2003 |
-
msgstr "Blog-ID"
|
2004 |
-
|
2005 |
-
#: templates/debug.php433, templates/debug.php511,
|
2006 |
-
#: templates/account/partials/addon.php:396
|
2007 |
-
msgctxt "verb"
|
2008 |
-
msgid "Delete"
|
2009 |
-
msgstr "Slet"
|
2010 |
-
|
2011 |
-
#: templates/debug.php:447
|
2012 |
-
msgid "Add Ons of module %s"
|
2013 |
-
msgstr "Tilføjelser til modul %s"
|
2014 |
-
|
2015 |
-
#: templates/debug.php:484
|
2016 |
-
msgid "Users"
|
2017 |
-
msgstr "Brugere"
|
2018 |
-
|
2019 |
-
#: templates/debug.php:491
|
2020 |
-
msgid "Verified"
|
2021 |
-
msgstr "Verificeret"
|
2022 |
-
|
2023 |
-
#: templates/debug.php:522
|
2024 |
-
msgid "%s Licenses"
|
2025 |
-
msgstr "1%s licenser"
|
2026 |
-
|
2027 |
-
#: templates/debug.php:527
|
2028 |
-
msgid "Plugin ID"
|
2029 |
-
msgstr "Plugin-ID"
|
2030 |
-
|
2031 |
-
#: templates/debug.php:529
|
2032 |
-
msgid "Plan ID"
|
2033 |
-
msgstr "Plan-ID"
|
2034 |
-
|
2035 |
-
#: templates/debug.php:530
|
2036 |
-
msgid "Quota"
|
2037 |
-
msgstr "Kvote"
|
2038 |
-
|
2039 |
-
#: templates/debug.php:531
|
2040 |
-
msgid "Activated"
|
2041 |
-
msgstr "Aktiveret"
|
2042 |
-
|
2043 |
-
#: templates/debug.php:532
|
2044 |
-
msgid "Blocking"
|
2045 |
-
msgstr "Blokerer"
|
2046 |
-
|
2047 |
-
#: templates/debug.php:534
|
2048 |
-
msgctxt "as expiration date"
|
2049 |
-
msgid "Expiration"
|
2050 |
-
msgstr "Udløber"
|
2051 |
-
|
2052 |
-
#: templates/debug.php:557
|
2053 |
-
msgid "Debug Log"
|
2054 |
-
msgstr "Fejlfindingslog"
|
2055 |
-
|
2056 |
-
#: templates/debug.php:561
|
2057 |
-
msgid "All Types"
|
2058 |
-
msgstr "Alle typer"
|
2059 |
-
|
2060 |
-
#: templates/debug.php:568
|
2061 |
-
msgid "All Requests"
|
2062 |
-
msgstr "Alle forespørgsler"
|
2063 |
-
|
2064 |
-
#: templates/debug.php573, templates/debug.php602,
|
2065 |
-
#: templates/debug/logger.php:25
|
2066 |
-
msgid "File"
|
2067 |
-
msgstr "Fil"
|
2068 |
-
|
2069 |
-
#: templates/debug.php574, templates/debug.php600,
|
2070 |
-
#: templates/debug/logger.php:23
|
2071 |
-
msgid "Function"
|
2072 |
-
msgstr "Funktion"
|
2073 |
-
|
2074 |
-
#: templates/debug.php:575
|
2075 |
-
msgid "Process ID"
|
2076 |
-
msgstr "Proces-ID"
|
2077 |
-
|
2078 |
-
#: templates/debug.php:576
|
2079 |
-
msgid "Logger"
|
2080 |
-
msgstr "Logger"
|
2081 |
-
|
2082 |
-
#: templates/debug.php577, templates/debug.php601,
|
2083 |
-
#: templates/debug/logger.php:24
|
2084 |
-
msgid "Message"
|
2085 |
-
msgstr "Besked"
|
2086 |
-
|
2087 |
-
#: templates/debug.php:579
|
2088 |
-
msgid "Filter"
|
2089 |
-
msgstr "Filter"
|
2090 |
-
|
2091 |
-
#: templates/debug.php:587
|
2092 |
-
msgid "Download"
|
2093 |
-
msgstr "Download"
|
2094 |
-
|
2095 |
-
#: templates/debug.php598, templates/debug/logger.php:22
|
2096 |
-
msgid "Type"
|
2097 |
-
msgstr "Type"
|
2098 |
-
|
2099 |
-
#: templates/debug.php603, templates/debug/logger.php:26
|
2100 |
-
msgid "Timestamp"
|
2101 |
-
msgstr "Tidsstempel"
|
2102 |
-
|
2103 |
-
#: templates/secure-https-header.php:28
|
2104 |
-
msgid "Secure HTTPS %s page, running from an external domain"
|
2105 |
-
msgstr ""
|
2106 |
-
|
2107 |
-
#: includes/customizer/class-fs-customizer-support-section.php55,
|
2108 |
-
#: templates/plugin-info/features.php:43
|
2109 |
-
msgid "Support"
|
2110 |
-
msgstr "Support"
|
2111 |
-
|
2112 |
-
#: includes/debug/class-fs-debug-bar-panel.php48,
|
2113 |
-
#: templates/debug/api-calls.php54, templates/debug/logger.php:62
|
2114 |
-
msgctxt "milliseconds"
|
2115 |
-
msgid "ms"
|
2116 |
-
msgstr "ms"
|
2117 |
-
|
2118 |
-
#: includes/debug/debug-bar-start.php:41
|
2119 |
-
msgid "Freemius API"
|
2120 |
-
msgstr "Freemius API"
|
2121 |
-
|
2122 |
-
#: includes/debug/debug-bar-start.php:42
|
2123 |
-
msgid "Requests"
|
2124 |
-
msgstr ""
|
2125 |
-
|
2126 |
-
#: templates/account/billing.php:22
|
2127 |
-
msgctxt "verb"
|
2128 |
-
msgid "Update"
|
2129 |
-
msgstr "Opdater"
|
2130 |
-
|
2131 |
-
#: templates/account/billing.php:33
|
2132 |
-
msgid "Billing"
|
2133 |
-
msgstr "Betaling"
|
2134 |
-
|
2135 |
-
#: templates/account/billing.php38, templates/account/billing.php:38
|
2136 |
-
msgid "Business name"
|
2137 |
-
msgstr "Firmanavn"
|
2138 |
-
|
2139 |
-
#: templates/account/billing.php39, templates/account/billing.php:39
|
2140 |
-
msgid "Tax / VAT ID"
|
2141 |
-
msgstr "Moms / VAT ID"
|
2142 |
-
|
2143 |
-
#: templates/account/billing.php42, templates/account/billing.php42,
|
2144 |
-
#: templates/account/billing.php43, templates/account/billing.php:43
|
2145 |
-
msgid "Address Line %d"
|
2146 |
-
msgstr "Adresselinje %d"
|
2147 |
-
|
2148 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
2149 |
-
msgid "City"
|
2150 |
-
msgstr "By"
|
2151 |
-
|
2152 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
2153 |
-
msgid "Town"
|
2154 |
-
msgstr "By"
|
2155 |
-
|
2156 |
-
#: templates/account/billing.php47, templates/account/billing.php:47
|
2157 |
-
msgid "ZIP / Postal Code"
|
2158 |
-
msgstr "ZIP / Postnummer"
|
2159 |
-
|
2160 |
-
#: templates/account/billing.php:302
|
2161 |
-
msgid "Country"
|
2162 |
-
msgstr "Land"
|
2163 |
-
|
2164 |
-
#: templates/account/billing.php:304
|
2165 |
-
msgid "Select Country"
|
2166 |
-
msgstr "Vælg land"
|
2167 |
-
|
2168 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2169 |
-
msgid "State"
|
2170 |
-
msgstr "Stat"
|
2171 |
-
|
2172 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2173 |
-
msgid "Province"
|
2174 |
-
msgstr "Provins"
|
2175 |
-
|
2176 |
-
#: templates/account/payments.php:29
|
2177 |
-
msgid "Payments"
|
2178 |
-
msgstr "Betalinger"
|
2179 |
-
|
2180 |
-
#: templates/account/payments.php:36
|
2181 |
-
msgid "Date"
|
2182 |
-
msgstr "Dato"
|
2183 |
-
|
2184 |
-
#: templates/account/payments.php:37
|
2185 |
-
msgid "Amount"
|
2186 |
-
msgstr "Beløb"
|
2187 |
-
|
2188 |
-
#: templates/account/payments.php38, templates/account/payments.php:50
|
2189 |
-
msgid "Invoice"
|
2190 |
-
msgstr "Faktura"
|
2191 |
-
|
2192 |
-
#: templates/debug/api-calls.php:56
|
2193 |
-
msgid "API"
|
2194 |
-
msgstr "API"
|
2195 |
-
|
2196 |
-
#: templates/debug/api-calls.php:68
|
2197 |
-
msgid "Method"
|
2198 |
-
msgstr "Metode"
|
2199 |
-
|
2200 |
-
#: templates/debug/api-calls.php:69
|
2201 |
-
msgid "Code"
|
2202 |
-
msgstr "Kode"
|
2203 |
-
|
2204 |
-
#: templates/debug/api-calls.php:70
|
2205 |
-
msgid "Length"
|
2206 |
-
msgstr "Længde"
|
2207 |
-
|
2208 |
-
#: templates/debug/api-calls.php:71
|
2209 |
-
msgctxt "as file/folder path"
|
2210 |
-
msgid "Path"
|
2211 |
-
msgstr "Sti"
|
2212 |
-
|
2213 |
-
#: templates/debug/api-calls.php:73
|
2214 |
-
msgid "Body"
|
2215 |
-
msgstr ""
|
2216 |
-
|
2217 |
-
#: templates/debug/api-calls.php:75
|
2218 |
-
msgid "Result"
|
2219 |
-
msgstr "Resultat"
|
2220 |
-
|
2221 |
-
#: templates/debug/api-calls.php:76
|
2222 |
-
msgid "Start"
|
2223 |
-
msgstr "Start"
|
2224 |
-
|
2225 |
-
#: templates/debug/api-calls.php:77
|
2226 |
-
msgid "End"
|
2227 |
-
msgstr "Slut"
|
2228 |
-
|
2229 |
-
#: templates/debug/logger.php:15
|
2230 |
-
msgid "Log"
|
2231 |
-
msgstr "Log"
|
2232 |
-
|
2233 |
-
#. translators: %s: time period (e.g. In "2 hours")
|
2234 |
-
#: templates/debug/plugins-themes-sync.php18,
|
2235 |
-
#: templates/debug/scheduled-crons.php:91
|
2236 |
-
msgid "In %s"
|
2237 |
-
msgstr "Om %s"
|
2238 |
-
|
2239 |
-
#. translators: %s: time period (e.g. "2 hours" ago)
|
2240 |
-
#: templates/debug/plugins-themes-sync.php20,
|
2241 |
-
#: templates/debug/scheduled-crons.php:93
|
2242 |
-
msgid "%s ago"
|
2243 |
-
msgstr "%s siden"
|
2244 |
-
|
2245 |
-
#: templates/debug/plugins-themes-sync.php21,
|
2246 |
-
#: templates/debug/scheduled-crons.php:74
|
2247 |
-
msgctxt "seconds"
|
2248 |
-
msgid "sec"
|
2249 |
-
msgstr "sek"
|
2250 |
-
|
2251 |
-
#: templates/debug/plugins-themes-sync.php:23
|
2252 |
-
msgid "Plugins & Themes Sync"
|
2253 |
-
msgstr "Synkronisering af plugins og temaer"
|
2254 |
-
|
2255 |
-
#: templates/debug/plugins-themes-sync.php:28
|
2256 |
-
msgid "Total"
|
2257 |
-
msgstr "Total"
|
2258 |
-
|
2259 |
-
#: templates/debug/plugins-themes-sync.php29,
|
2260 |
-
#: templates/debug/scheduled-crons.php:84
|
2261 |
-
msgid "Last"
|
2262 |
-
msgstr "Sidste"
|
2263 |
-
|
2264 |
-
#: templates/debug/scheduled-crons.php:76
|
2265 |
-
msgid "Scheduled Crons"
|
2266 |
-
msgstr "Planlagte cron jobs"
|
2267 |
-
|
2268 |
-
#: templates/debug/scheduled-crons.php:81
|
2269 |
-
msgid "Module"
|
2270 |
-
msgstr "Modul"
|
2271 |
-
|
2272 |
-
#: templates/debug/scheduled-crons.php:82
|
2273 |
-
msgid "Module Type"
|
2274 |
-
msgstr "Modultype"
|
2275 |
-
|
2276 |
-
#: templates/debug/scheduled-crons.php:83
|
2277 |
-
msgid "Cron Type"
|
2278 |
-
msgstr "Cron Type"
|
2279 |
-
|
2280 |
-
#: templates/debug/scheduled-crons.php:85
|
2281 |
-
msgid "Next"
|
2282 |
-
msgstr "Næste"
|
2283 |
-
|
2284 |
-
#: templates/forms/affiliation.php:82
|
2285 |
-
msgid "Non-expiring"
|
2286 |
-
msgstr "Udløber ikke"
|
2287 |
-
|
2288 |
-
#: templates/forms/affiliation.php:85
|
2289 |
-
msgid "Apply to become an affiliate"
|
2290 |
-
msgstr ""
|
2291 |
-
|
2292 |
-
#: templates/forms/affiliation.php:104
|
2293 |
-
msgid ""
|
2294 |
-
"Your affiliate application for %s has been accepted! Log in to your "
|
2295 |
-
"affiliate area at: %s."
|
2296 |
-
msgstr ""
|
2297 |
-
|
2298 |
-
#: templates/forms/affiliation.php:119
|
2299 |
-
msgid ""
|
2300 |
-
"Thank you for applying for our affiliate program, we'll review your details "
|
2301 |
-
"during the next 14 days and will get back to you with further information."
|
2302 |
-
msgstr ""
|
2303 |
-
|
2304 |
-
#: templates/forms/affiliation.php:122
|
2305 |
-
msgid "Your affiliation account was temporarily suspended."
|
2306 |
-
msgstr ""
|
2307 |
-
|
2308 |
-
#: templates/forms/affiliation.php:125
|
2309 |
-
msgid ""
|
2310 |
-
"Thank you for applying for our affiliate program, unfortunately, we've "
|
2311 |
-
"decided at this point to reject your application. Please try again in 30 "
|
2312 |
-
"days."
|
2313 |
-
msgstr ""
|
2314 |
-
|
2315 |
-
#: templates/forms/affiliation.php:128
|
2316 |
-
msgid ""
|
2317 |
-
"Due to violation of our affiliation terms, we decided to temporarily block "
|
2318 |
-
"your affiliation account. If you have any questions, please contact support."
|
2319 |
-
msgstr ""
|
2320 |
-
|
2321 |
-
#: templates/forms/affiliation.php:141
|
2322 |
-
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2323 |
-
msgstr ""
|
2324 |
-
|
2325 |
-
#: templates/forms/affiliation.php:142
|
2326 |
-
msgid ""
|
2327 |
-
"Refer new customers to our %s and earn %s commission on each successful sale"
|
2328 |
-
" you refer!"
|
2329 |
-
msgstr ""
|
2330 |
-
|
2331 |
-
#: templates/forms/affiliation.php:145
|
2332 |
-
msgid "Program Summary"
|
2333 |
-
msgstr "Programoversigt"
|
2334 |
-
|
2335 |
-
#: templates/forms/affiliation.php:147
|
2336 |
-
msgid "%s commission when a customer purchases a new license."
|
2337 |
-
msgstr ""
|
2338 |
-
|
2339 |
-
#: templates/forms/affiliation.php:149
|
2340 |
-
msgid "Get commission for automated subscription renewals."
|
2341 |
-
msgstr ""
|
2342 |
-
|
2343 |
-
#: templates/forms/affiliation.php:152
|
2344 |
-
msgid ""
|
2345 |
-
"%s tracking cookie after the first visit to maximize earnings potential."
|
2346 |
-
msgstr ""
|
2347 |
-
|
2348 |
-
#: templates/forms/affiliation.php:155
|
2349 |
-
msgid "Unlimited commissions."
|
2350 |
-
msgstr ""
|
2351 |
-
|
2352 |
-
#: templates/forms/affiliation.php:157
|
2353 |
-
msgid "%s minimum payout amount."
|
2354 |
-
msgstr ""
|
2355 |
-
|
2356 |
-
#: templates/forms/affiliation.php:158
|
2357 |
-
msgid "Payouts are in USD and processed monthly via PayPal."
|
2358 |
-
msgstr ""
|
2359 |
-
|
2360 |
-
#: templates/forms/affiliation.php:159
|
2361 |
-
msgid ""
|
2362 |
-
"As we reserve 30 days for potential refunds, we only pay commissions that "
|
2363 |
-
"are older than 30 days."
|
2364 |
-
msgstr ""
|
2365 |
-
|
2366 |
-
#: templates/forms/affiliation.php:162
|
2367 |
-
msgid "Affiliate"
|
2368 |
-
msgstr "Affiliate"
|
2369 |
-
|
2370 |
-
#: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
|
2371 |
-
msgid "Email address"
|
2372 |
-
msgstr "E-mailadresse"
|
2373 |
-
|
2374 |
-
#: templates/forms/affiliation.php:169
|
2375 |
-
msgid "Full name"
|
2376 |
-
msgstr "Fulde navn"
|
2377 |
-
|
2378 |
-
#: templates/forms/affiliation.php:173
|
2379 |
-
msgid "PayPal account email address"
|
2380 |
-
msgstr "E-mailadresse til PayPal-konto"
|
2381 |
-
|
2382 |
-
#: templates/forms/affiliation.php:177
|
2383 |
-
msgid "Where are you going to promote the %s?"
|
2384 |
-
msgstr "Hvor vil du promovere %s?"
|
2385 |
-
|
2386 |
-
#: templates/forms/affiliation.php:179
|
2387 |
-
msgid ""
|
2388 |
-
"Enter the domain of your website or other websites from where you plan to "
|
2389 |
-
"promote the %s."
|
2390 |
-
msgstr ""
|
2391 |
-
|
2392 |
-
#: templates/forms/affiliation.php:181
|
2393 |
-
msgid "Add another domain"
|
2394 |
-
msgstr "Tilføj andet domæne"
|
2395 |
-
|
2396 |
-
#: templates/forms/affiliation.php:185
|
2397 |
-
msgid "Extra Domains"
|
2398 |
-
msgstr "Ekstra domæner"
|
2399 |
-
|
2400 |
-
#: templates/forms/affiliation.php:186
|
2401 |
-
msgid "Extra domains where you will be marketing the product from."
|
2402 |
-
msgstr "Andre domæner du vil markedsføre produktet fra."
|
2403 |
-
|
2404 |
-
#: templates/forms/affiliation.php:196
|
2405 |
-
msgid "Promotion methods"
|
2406 |
-
msgstr "Promoveringsmetoder"
|
2407 |
-
|
2408 |
-
#: templates/forms/affiliation.php:199
|
2409 |
-
msgid "Social media (Facebook, Twitter, etc.)"
|
2410 |
-
msgstr "Sociale medier (Facebook, Twitter osv.)"
|
2411 |
-
|
2412 |
-
#: templates/forms/affiliation.php:203
|
2413 |
-
msgid "Mobile apps"
|
2414 |
-
msgstr "Mobil-apps"
|
2415 |
-
|
2416 |
-
#: templates/forms/affiliation.php:207
|
2417 |
-
msgid "Website, email, and social media statistics (optional)"
|
2418 |
-
msgstr "Websted, e-mail, og statistikker for sociale medier (valgfrit)"
|
2419 |
-
|
2420 |
-
#: templates/forms/affiliation.php:210
|
2421 |
-
msgid ""
|
2422 |
-
"Please feel free to provide any relevant website or social media statistics,"
|
2423 |
-
" e.g. monthly unique site visits, number of email subscribers, followers, "
|
2424 |
-
"etc. (we will keep this information confidential)."
|
2425 |
-
msgstr ""
|
2426 |
-
|
2427 |
-
#: templates/forms/affiliation.php:214
|
2428 |
-
msgid "How will you promote us?"
|
2429 |
-
msgstr "Hvordan vil du promovere os?"
|
2430 |
-
|
2431 |
-
#: templates/forms/affiliation.php:217
|
2432 |
-
msgid ""
|
2433 |
-
"Please provide details on how you intend to promote %s (please be as "
|
2434 |
-
"specific as possible)."
|
2435 |
-
msgstr ""
|
2436 |
-
|
2437 |
-
#: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
|
2438 |
-
msgid "Cancel"
|
2439 |
-
msgstr "Annuller"
|
2440 |
-
|
2441 |
-
#: templates/forms/affiliation.php:225
|
2442 |
-
msgid "Become an affiliate"
|
2443 |
-
msgstr "Bliv en affiliate"
|
2444 |
-
|
2445 |
-
#: templates/forms/license-activation.php:21
|
2446 |
-
msgid ""
|
2447 |
-
"Please enter the license key that you received in the email right after the "
|
2448 |
-
"purchase:"
|
2449 |
-
msgstr "Indtast licensnøglen, du modtog i e-mailen lige efter købet:"
|
2450 |
-
|
2451 |
-
#: templates/forms/license-activation.php:26
|
2452 |
-
msgid "Update License"
|
2453 |
-
msgstr "Opdater licens"
|
2454 |
-
|
2455 |
-
#: templates/forms/optout.php:30
|
2456 |
-
msgctxt "verb"
|
2457 |
-
msgid "Opt Out"
|
2458 |
-
msgstr "Frameld"
|
2459 |
-
|
2460 |
-
#: templates/forms/optout.php:31
|
2461 |
-
msgctxt "verb"
|
2462 |
-
msgid "Opt In"
|
2463 |
-
msgstr "Tilmeld"
|
2464 |
-
|
2465 |
-
#: templates/forms/optout.php:33
|
2466 |
-
msgid ""
|
2467 |
-
"Usage tracking is done in the name of making %s better. Making a better user"
|
2468 |
-
" experience, prioritizing new features, and more good things. We'd really "
|
2469 |
-
"appreciate if you'll reconsider letting us continue with the tracking."
|
2470 |
-
msgstr ""
|
2471 |
-
|
2472 |
-
#: templates/forms/optout.php:35
|
2473 |
-
msgid ""
|
2474 |
-
"By clicking \"Opt Out\", we will no longer be sending any data from %s to "
|
2475 |
-
"%s."
|
2476 |
-
msgstr "Ved at klikke \"Frameld\" vil vi ikke længere sende data fra %s til %s."
|
2477 |
-
|
2478 |
-
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2479 |
-
msgid "There is a new version of %s available."
|
2480 |
-
msgstr "En ny version af %s er tilgængelig."
|
2481 |
-
|
2482 |
-
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2483 |
-
msgid " %s to access version %s security & feature updates, and support."
|
2484 |
-
msgstr ""
|
2485 |
-
|
2486 |
-
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2487 |
-
msgid "New Version Available"
|
2488 |
-
msgstr "Ny version tilgængelig"
|
2489 |
-
|
2490 |
-
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2491 |
-
msgctxt "close a window"
|
2492 |
-
msgid "Dismiss"
|
2493 |
-
msgstr "Fjern"
|
2494 |
-
|
2495 |
-
#: templates/forms/resend-key.php:21
|
2496 |
-
msgid "Send License Key"
|
2497 |
-
msgstr "Send licensnøgle"
|
2498 |
-
|
2499 |
-
#: templates/forms/resend-key.php:57
|
2500 |
-
msgid ""
|
2501 |
-
"Enter the email address you've used for the upgrade below and we will resend"
|
2502 |
-
" you the license key."
|
2503 |
-
msgstr "Indtast e-mailadressen, som du benyttede ved opgraderingen, nedenfor og vi vil gensende licensnøglen til dig."
|
2504 |
-
|
2505 |
-
#: templates/forms/subscription-cancellation.php:37
|
2506 |
-
msgid ""
|
2507 |
-
"Deactivating or uninstalling the %s will automatically disable the license, "
|
2508 |
-
"which you'll be able to use on another site."
|
2509 |
-
msgstr ""
|
2510 |
-
|
2511 |
-
#: templates/forms/subscription-cancellation.php:47
|
2512 |
-
msgid ""
|
2513 |
-
"In case you are NOT planning on using this %s on this site (or any other "
|
2514 |
-
"site) - would you like to cancel the %s as well?"
|
2515 |
-
msgstr ""
|
2516 |
-
|
2517 |
-
#: templates/forms/subscription-cancellation.php:52
|
2518 |
-
msgid "license"
|
2519 |
-
msgstr ""
|
2520 |
-
|
2521 |
-
#: templates/forms/subscription-cancellation.php:57
|
2522 |
-
msgid ""
|
2523 |
-
"Cancel %s - I no longer need any security & feature updates, nor support for"
|
2524 |
-
" %s because I'm not planning to use the %s on this, or any other site."
|
2525 |
-
msgstr ""
|
2526 |
-
|
2527 |
-
#: templates/forms/subscription-cancellation.php:68
|
2528 |
-
msgid ""
|
2529 |
-
"Don't cancel %s - I'm still interested in getting security & feature "
|
2530 |
-
"updates, as well as be able to contact support."
|
2531 |
-
msgstr ""
|
2532 |
-
|
2533 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
2534 |
-
#. subscription'
|
2535 |
-
#: templates/forms/subscription-cancellation.php99,
|
2536 |
-
#: templates/account/partials/addon.php29,
|
2537 |
-
#: templates/account/partials/site.php:298
|
2538 |
-
msgid ""
|
2539 |
-
"%1$s will immediately stop all future recurring payments and your %s plan "
|
2540 |
-
"license will expire in %s."
|
2541 |
-
msgstr ""
|
2542 |
-
|
2543 |
-
#: templates/forms/subscription-cancellation.php:103
|
2544 |
-
msgid ""
|
2545 |
-
"Once your license expires you will no longer be able to use the %s, unless "
|
2546 |
-
"you activate it again with a valid premium license."
|
2547 |
-
msgstr ""
|
2548 |
-
|
2549 |
-
#: templates/forms/subscription-cancellation.php:136
|
2550 |
-
msgid "Cancel %s?"
|
2551 |
-
msgstr ""
|
2552 |
-
|
2553 |
-
#: templates/forms/subscription-cancellation.php:143
|
2554 |
-
msgid "Proceed"
|
2555 |
-
msgstr ""
|
2556 |
-
|
2557 |
-
#: templates/forms/subscription-cancellation.php191,
|
2558 |
-
#: templates/forms/deactivation/form.php:171
|
2559 |
-
msgid "Cancel %s & Proceed"
|
2560 |
-
msgstr ""
|
2561 |
-
|
2562 |
-
#: templates/forms/trial-start.php:22
|
2563 |
-
msgid ""
|
2564 |
-
"You are 1-click away from starting your %1$s-day free trial of the %2$s "
|
2565 |
-
"plan."
|
2566 |
-
msgstr "Du er 1 klik fra at begynde din %1$s dages gratis prøveperiode af planen %2$s."
|
2567 |
-
|
2568 |
-
#: templates/forms/trial-start.php:28
|
2569 |
-
msgid ""
|
2570 |
-
"For compliance with the WordPress.org guidelines, before we start the trial "
|
2571 |
-
"we ask that you opt in with your user and non-sensitive site information, "
|
2572 |
-
"allowing the %s to periodically send data to %s to check for version updates"
|
2573 |
-
" and to validate your trial."
|
2574 |
-
msgstr ""
|
2575 |
-
|
2576 |
-
#: templates/js/style-premium-theme.php:39
|
2577 |
-
msgid "Premium"
|
2578 |
-
msgstr "Premium"
|
2579 |
-
|
2580 |
-
#: templates/js/style-premium-theme.php:42
|
2581 |
-
msgid "Beta"
|
2582 |
-
msgstr ""
|
2583 |
-
|
2584 |
-
#: templates/partials/network-activation.php:27
|
2585 |
-
msgid "Activate license on all sites in the network."
|
2586 |
-
msgstr "Aktiver licens på alle websteder i netværket."
|
2587 |
-
|
2588 |
-
#: templates/partials/network-activation.php:28
|
2589 |
-
msgid "Apply on all sites in the network."
|
2590 |
-
msgstr "Anvend på alle websteder i netværket."
|
2591 |
-
|
2592 |
-
#: templates/partials/network-activation.php:31
|
2593 |
-
msgid "Activate license on all pending sites."
|
2594 |
-
msgstr "Akiver licens på alle afventende websteder."
|
2595 |
-
|
2596 |
-
#: templates/partials/network-activation.php:32
|
2597 |
-
msgid "Apply on all pending sites."
|
2598 |
-
msgstr "Anvend på alle afventende websteder."
|
2599 |
-
|
2600 |
-
#: templates/partials/network-activation.php40,
|
2601 |
-
#: templates/partials/network-activation.php:74
|
2602 |
-
msgid "allow"
|
2603 |
-
msgstr "tillad"
|
2604 |
-
|
2605 |
-
#: templates/partials/network-activation.php43,
|
2606 |
-
#: templates/partials/network-activation.php:77
|
2607 |
-
msgid "delegate"
|
2608 |
-
msgstr "delegér"
|
2609 |
-
|
2610 |
-
#: templates/partials/network-activation.php47,
|
2611 |
-
#: templates/partials/network-activation.php:81
|
2612 |
-
msgid "skip"
|
2613 |
-
msgstr "spring over"
|
2614 |
-
|
2615 |
-
#: templates/plugin-info/description.php72,
|
2616 |
-
#: templates/plugin-info/screenshots.php:31
|
2617 |
-
msgid "Click to view full-size screenshot %d"
|
2618 |
-
msgstr "Klik for at vise skærmbillede %d i fuld skærm"
|
2619 |
-
|
2620 |
-
#: templates/plugin-info/features.php:56
|
2621 |
-
msgid "Unlimited Updates"
|
2622 |
-
msgstr "Ubegrænsede opdateringer"
|
2623 |
-
|
2624 |
-
#: templates/account/partials/activate-license-button.php:46
|
2625 |
-
msgid "Localhost"
|
2626 |
-
msgstr "Localhost"
|
2627 |
-
|
2628 |
-
#: templates/account/partials/activate-license-button.php:50
|
2629 |
-
msgctxt "as 5 licenses left"
|
2630 |
-
msgid "%s left"
|
2631 |
-
msgstr "%s tilbage"
|
2632 |
-
|
2633 |
-
#: templates/account/partials/activate-license-button.php:51
|
2634 |
-
msgid "Last license"
|
2635 |
-
msgstr "Seneste license"
|
2636 |
-
|
2637 |
-
#: templates/account/partials/addon.php:167
|
2638 |
-
msgid "Cancelled"
|
2639 |
-
msgstr "Annulleret"
|
2640 |
-
|
2641 |
-
#: templates/account/partials/addon.php:177
|
2642 |
-
msgid "No expiration"
|
2643 |
-
msgstr "Udløber ikke"
|
2644 |
-
|
2645 |
-
#: templates/account/partials/site.php:181
|
2646 |
-
msgid "Owner Name"
|
2647 |
-
msgstr "Ejer-navn"
|
2648 |
-
|
2649 |
-
#: templates/account/partials/site.php:193
|
2650 |
-
msgid "Owner Email"
|
2651 |
-
msgstr "E-mailadresse for ejer"
|
2652 |
-
|
2653 |
-
#: templates/account/partials/site.php:205
|
2654 |
-
msgid "Owner ID"
|
2655 |
-
msgstr "Ejer-ID"
|
2656 |
-
|
2657 |
-
#: templates/account/partials/site.php:270
|
2658 |
-
msgid "Subscription"
|
2659 |
-
msgstr "Abonnement"
|
2660 |
-
|
2661 |
-
#: templates/forms/deactivation/contact.php:19
|
2662 |
-
msgid ""
|
2663 |
-
"Sorry for the inconvenience and we are here to help if you give us a chance."
|
2664 |
-
msgstr "Vi beklager ulejligheden, og vi er her for at hjælpe, hvis du giver os chancen."
|
2665 |
-
|
2666 |
-
#: templates/forms/deactivation/contact.php:22
|
2667 |
-
msgid "Contact Support"
|
2668 |
-
msgstr "Kontakt support"
|
2669 |
-
|
2670 |
-
#: templates/forms/deactivation/form.php:64
|
2671 |
-
msgid "Anonymous feedback"
|
2672 |
-
msgstr "Anonym feedback"
|
2673 |
-
|
2674 |
-
#: templates/forms/deactivation/form.php:70
|
2675 |
-
msgid "Deactivate"
|
2676 |
-
msgstr "Deaktiver"
|
2677 |
-
|
2678 |
-
#: templates/forms/deactivation/form.php:72
|
2679 |
-
msgid "Activate %s"
|
2680 |
-
msgstr "Aktiver %s"
|
2681 |
-
|
2682 |
-
#: templates/forms/deactivation/form.php:87
|
2683 |
-
msgid "Quick Feedback"
|
2684 |
-
msgstr ""
|
2685 |
-
|
2686 |
-
#: templates/forms/deactivation/form.php:91
|
2687 |
-
msgid "If you have a moment, please let us know why you are %s"
|
2688 |
-
msgstr "Hvis du har tid, så lad os venligst vide hvorfor du %s"
|
2689 |
-
|
2690 |
-
#: templates/forms/deactivation/form.php:91
|
2691 |
-
msgid "deactivating"
|
2692 |
-
msgstr "deaktiverer"
|
2693 |
-
|
2694 |
-
#: templates/forms/deactivation/form.php:91
|
2695 |
-
msgid "switching"
|
2696 |
-
msgstr "skifter"
|
2697 |
-
|
2698 |
-
#: templates/forms/deactivation/form.php:365
|
2699 |
-
msgid "Submit & %s"
|
2700 |
-
msgstr "Send & %s"
|
2701 |
-
|
2702 |
-
#: templates/forms/deactivation/form.php:386
|
2703 |
-
msgid "Kindly tell us the reason so we can improve."
|
2704 |
-
msgstr "Fortæl os venligst årsagen, så vi kan forbedre det."
|
2705 |
-
|
2706 |
-
#: templates/forms/deactivation/form.php:511
|
2707 |
-
msgid "Yes - %s"
|
2708 |
-
msgstr "Ja - %s"
|
2709 |
-
|
2710 |
-
#: templates/forms/deactivation/form.php:518
|
2711 |
-
msgid "Skip & %s"
|
2712 |
-
msgstr "Spring over & %s"
|
2713 |
-
|
2714 |
-
#: templates/forms/deactivation/retry-skip.php:21
|
2715 |
-
msgid "Click here to use the plugin anonymously"
|
2716 |
-
msgstr "Klik her for at benytte pluginnet anonymt"
|
2717 |
-
|
2718 |
-
#: templates/forms/deactivation/retry-skip.php:23
|
2719 |
-
msgid ""
|
2720 |
-
"You might have missed it, but you don't have to share any data and can just "
|
2721 |
-
"%s the opt-in."
|
2722 |
-
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
DELETED
@@ -1,2386 +0,0 @@
|
|
1 |
-
# Copyright (C) 2019 freemius
|
2 |
-
# This file is distributed under the same license as the freemius package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: freemius\n"
|
6 |
-
"Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
|
7 |
-
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: \n"
|
9 |
-
"Last-Translator: Vova Feldman <vova@freemius.com>\n"
|
10 |
-
"Language: \n"
|
11 |
-
"Language-Team: Freemius Team <admin@freemius.com>\n"
|
12 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
-
"Content-Transfer-Encoding: 8bit\n"
|
14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
-
"MIME-Version: 1.0\n"
|
16 |
-
"X-Poedit-Basepath: ..\n"
|
17 |
-
"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"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
20 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
21 |
-
|
22 |
-
#: includes/class-freemius.php:1838, templates/account.php:769
|
23 |
-
msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
24 |
-
msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
25 |
-
|
26 |
-
#: includes/class-freemius.php:1845
|
27 |
-
msgid "Would you like to proceed with the update?"
|
28 |
-
msgstr "Would you like to proceed with the update?"
|
29 |
-
|
30 |
-
#: includes/class-freemius.php:2053
|
31 |
-
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
32 |
-
msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
33 |
-
|
34 |
-
#: includes/class-freemius.php:2055
|
35 |
-
msgid "Error"
|
36 |
-
msgstr "Error"
|
37 |
-
|
38 |
-
#: includes/class-freemius.php:2445
|
39 |
-
msgid "I found a better %s"
|
40 |
-
msgstr "I found a better %s"
|
41 |
-
|
42 |
-
#: includes/class-freemius.php:2447
|
43 |
-
msgid "What's the %s's name?"
|
44 |
-
msgstr "What's the %s's name?"
|
45 |
-
|
46 |
-
#: includes/class-freemius.php:2453
|
47 |
-
msgid "It's a temporary %s. I'm just debugging an issue."
|
48 |
-
msgstr "It's a temporary %s. I'm just debugging an issue."
|
49 |
-
|
50 |
-
#: includes/class-freemius.php:2455
|
51 |
-
msgid "Deactivation"
|
52 |
-
msgstr "Deactivation"
|
53 |
-
|
54 |
-
#: includes/class-freemius.php:2456
|
55 |
-
msgid "Theme Switch"
|
56 |
-
msgstr "Theme Switch"
|
57 |
-
|
58 |
-
#: includes/class-freemius.php:2465, templates/forms/resend-key.php:24
|
59 |
-
msgid "Other"
|
60 |
-
msgstr "Other"
|
61 |
-
|
62 |
-
#: includes/class-freemius.php:2473
|
63 |
-
msgid "I no longer need the %s"
|
64 |
-
msgstr "I no longer need the %s"
|
65 |
-
|
66 |
-
#: includes/class-freemius.php:2480
|
67 |
-
msgid "I only needed the %s for a short period"
|
68 |
-
msgstr "I only needed the %s for a short period"
|
69 |
-
|
70 |
-
#: includes/class-freemius.php:2486
|
71 |
-
msgid "The %s broke my site"
|
72 |
-
msgstr "The %s broke my site"
|
73 |
-
|
74 |
-
#: includes/class-freemius.php:2493
|
75 |
-
msgid "The %s suddenly stopped working"
|
76 |
-
msgstr "The %s suddenly stopped working"
|
77 |
-
|
78 |
-
#: includes/class-freemius.php:2503
|
79 |
-
msgid "I can't pay for it anymore"
|
80 |
-
msgstr "I can't pay for it anymore"
|
81 |
-
|
82 |
-
#: includes/class-freemius.php:2505
|
83 |
-
msgid "What price would you feel comfortable paying?"
|
84 |
-
msgstr "What price would you feel comfortable paying?"
|
85 |
-
|
86 |
-
#: includes/class-freemius.php:2511
|
87 |
-
msgid "I don't like to share my information with you"
|
88 |
-
msgstr "I don't like to share my information with you"
|
89 |
-
|
90 |
-
#: includes/class-freemius.php:2532
|
91 |
-
msgid "The %s didn't work"
|
92 |
-
msgstr "The %s didn't work"
|
93 |
-
|
94 |
-
#: includes/class-freemius.php:2542
|
95 |
-
msgid "I couldn't understand how to make it work"
|
96 |
-
msgstr "I couldn't understand how to make it work"
|
97 |
-
|
98 |
-
#: includes/class-freemius.php:2550
|
99 |
-
msgid "The %s is great, but I need specific feature that you don't support"
|
100 |
-
msgstr "The %s is great, but I need specific feature that you don't support"
|
101 |
-
|
102 |
-
#: includes/class-freemius.php:2552
|
103 |
-
msgid "What feature?"
|
104 |
-
msgstr "What feature?"
|
105 |
-
|
106 |
-
#: includes/class-freemius.php:2556
|
107 |
-
msgid "The %s is not working"
|
108 |
-
msgstr "The %s is not working"
|
109 |
-
|
110 |
-
#: includes/class-freemius.php:2558
|
111 |
-
msgid "Kindly share what didn't work so we can fix it for future users..."
|
112 |
-
msgstr "Kindly share what didn't work so we can fix it for future users..."
|
113 |
-
|
114 |
-
#: includes/class-freemius.php:2562
|
115 |
-
msgid "It's not what I was looking for"
|
116 |
-
msgstr "It's not what I was looking for"
|
117 |
-
|
118 |
-
#: includes/class-freemius.php:2564
|
119 |
-
msgid "What you've been looking for?"
|
120 |
-
msgstr "What you've been looking for?"
|
121 |
-
|
122 |
-
#: includes/class-freemius.php:2568
|
123 |
-
msgid "The %s didn't work as expected"
|
124 |
-
msgstr "The %s didn't work as expected"
|
125 |
-
|
126 |
-
#: includes/class-freemius.php:2570
|
127 |
-
msgid "What did you expect?"
|
128 |
-
msgstr "What did you expect?"
|
129 |
-
|
130 |
-
#: includes/class-freemius.php:3425, templates/debug.php:20
|
131 |
-
msgid "Freemius Debug"
|
132 |
-
msgstr "Freemius Debug"
|
133 |
-
|
134 |
-
#: includes/class-freemius.php:4177
|
135 |
-
msgid "I don't know what is cURL or how to install it, help me!"
|
136 |
-
msgstr "I don't know what is cURL or how to install it, help me!"
|
137 |
-
|
138 |
-
#: includes/class-freemius.php:4179
|
139 |
-
msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
140 |
-
msgstr "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
141 |
-
|
142 |
-
#: includes/class-freemius.php:4186
|
143 |
-
msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
144 |
-
msgstr "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
145 |
-
|
146 |
-
#: includes/class-freemius.php:4291
|
147 |
-
msgid "Yes - do your thing"
|
148 |
-
msgstr "Yes - do your thing"
|
149 |
-
|
150 |
-
#: includes/class-freemius.php:4296
|
151 |
-
msgid "No - just deactivate"
|
152 |
-
msgstr "No - just deactivate"
|
153 |
-
|
154 |
-
#: includes/class-freemius.php:4341, includes/class-freemius.php:4850, includes/class-freemius.php:5999, includes/class-freemius.php:12682, includes/class-freemius.php:16045, includes/class-freemius.php:16133, includes/class-freemius.php:16299, includes/class-freemius.php:18758, includes/class-freemius.php:18768, includes/class-freemius.php:19404, includes/class-freemius.php:20277, includes/class-freemius.php:20392, includes/class-freemius.php:20536, templates/add-ons.php:54
|
155 |
-
msgctxt "exclamation"
|
156 |
-
msgid "Oops"
|
157 |
-
msgstr "Oops"
|
158 |
-
|
159 |
-
#: includes/class-freemius.php:4410
|
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:4847
|
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:4848
|
169 |
-
msgctxt "addonX cannot run..."
|
170 |
-
msgid "%s cannot run without the plugin."
|
171 |
-
msgstr "%s cannot run without the plugin."
|
172 |
-
|
173 |
-
#: includes/class-freemius.php:5020, includes/class-freemius.php:5045, includes/class-freemius.php:19475
|
174 |
-
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
175 |
-
msgstr "Unexpected API error. Please contact the %s's author with the following error."
|
176 |
-
|
177 |
-
#: includes/class-freemius.php:5687
|
178 |
-
msgid "Premium %s version was successfully activated."
|
179 |
-
msgstr "Premium %s version was successfully activated."
|
180 |
-
|
181 |
-
#: includes/class-freemius.php:5699, includes/class-freemius.php:7567
|
182 |
-
msgctxt "Used to express elation, enthusiasm, or triumph (especially in electronic communication)."
|
183 |
-
msgid "W00t"
|
184 |
-
msgstr "W00t"
|
185 |
-
|
186 |
-
#: includes/class-freemius.php:5714
|
187 |
-
msgid "You have a %s license."
|
188 |
-
msgstr "You have a %s license."
|
189 |
-
|
190 |
-
#: includes/class-freemius.php:5718, includes/class-freemius.php:15466, includes/class-freemius.php:15477, includes/class-freemius.php:18669, includes/class-freemius.php:18999, includes/class-freemius.php:19065, includes/class-freemius.php:19229
|
191 |
-
msgctxt "interjection expressing joy or exuberance"
|
192 |
-
msgid "Yee-haw"
|
193 |
-
msgstr "Yee-haw"
|
194 |
-
|
195 |
-
#: includes/class-freemius.php:5982
|
196 |
-
msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
197 |
-
msgstr "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
198 |
-
|
199 |
-
#: includes/class-freemius.php:5986
|
200 |
-
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
201 |
-
msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
202 |
-
|
203 |
-
#: includes/class-freemius.php:5995, templates/add-ons.php:130, templates/account/partials/addon.php:343
|
204 |
-
msgid "More information about %s"
|
205 |
-
msgstr "More information about %s"
|
206 |
-
|
207 |
-
#: includes/class-freemius.php:5996
|
208 |
-
msgid "Purchase License"
|
209 |
-
msgstr "Purchase License"
|
210 |
-
|
211 |
-
#: includes/class-freemius.php:6931, templates/connect.php:163
|
212 |
-
msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
213 |
-
msgstr "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
214 |
-
|
215 |
-
#: includes/class-freemius.php:6935
|
216 |
-
msgid "start the trial"
|
217 |
-
msgstr "start the trial"
|
218 |
-
|
219 |
-
#: includes/class-freemius.php:6936, templates/connect.php:167
|
220 |
-
msgid "complete the install"
|
221 |
-
msgstr "complete the install"
|
222 |
-
|
223 |
-
#: includes/class-freemius.php:7049
|
224 |
-
msgid "You are just one step away - %s"
|
225 |
-
msgstr "You are just one step away - %s"
|
226 |
-
|
227 |
-
#: includes/class-freemius.php:7052
|
228 |
-
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
229 |
-
msgid "Complete \"%s\" Activation Now"
|
230 |
-
msgstr "Complete \"%s\" Activation Now"
|
231 |
-
|
232 |
-
#: includes/class-freemius.php:7130
|
233 |
-
msgid "We made a few tweaks to the %s, %s"
|
234 |
-
msgstr "We made a few tweaks to the %s, %s"
|
235 |
-
|
236 |
-
#: includes/class-freemius.php:7134
|
237 |
-
msgid "Opt in to make \"%s\" better!"
|
238 |
-
msgstr "Opt in to make \"%s\" better!"
|
239 |
-
|
240 |
-
#: includes/class-freemius.php:7566
|
241 |
-
msgid "The upgrade of %s was successfully completed."
|
242 |
-
msgstr "The upgrade of %s was successfully completed."
|
243 |
-
|
244 |
-
#: includes/class-freemius.php:9728, includes/class-fs-plugin-updater.php:975, includes/class-fs-plugin-updater.php:1170, includes/class-fs-plugin-updater.php:1177, templates/auto-installation.php:32
|
245 |
-
msgid "Add-On"
|
246 |
-
msgstr "Add-On"
|
247 |
-
|
248 |
-
#: includes/class-freemius.php:9730, templates/account.php:313, templates/account.php:321, templates/debug.php:361, templates/debug.php:522
|
249 |
-
msgid "Plugin"
|
250 |
-
msgstr "Plugin"
|
251 |
-
|
252 |
-
#: includes/class-freemius.php:9731, templates/account.php:314, templates/account.php:322, templates/debug.php:361, templates/debug.php:522, templates/forms/deactivation/form.php:71
|
253 |
-
msgid "Theme"
|
254 |
-
msgstr "Theme"
|
255 |
-
|
256 |
-
#: includes/class-freemius.php:12148
|
257 |
-
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
258 |
-
msgstr "An unknown error has occurred while trying to set the user's beta mode."
|
259 |
-
|
260 |
-
#: includes/class-freemius.php:12549
|
261 |
-
msgid "Invalid site details collection."
|
262 |
-
msgstr "Invalid site details collection."
|
263 |
-
|
264 |
-
#: includes/class-freemius.php:12669
|
265 |
-
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
266 |
-
msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
|
267 |
-
|
268 |
-
#: includes/class-freemius.php:12671
|
269 |
-
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
270 |
-
msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
271 |
-
|
272 |
-
#: includes/class-freemius.php:12945
|
273 |
-
msgid "Account is pending activation."
|
274 |
-
msgstr "Account is pending activation."
|
275 |
-
|
276 |
-
#: includes/class-freemius.php:13057, templates/forms/premium-versions-upgrade-handler.php:47
|
277 |
-
msgid "Buy a license now"
|
278 |
-
msgstr "Buy a license now"
|
279 |
-
|
280 |
-
#: includes/class-freemius.php:13069, templates/forms/premium-versions-upgrade-handler.php:46
|
281 |
-
msgid "Renew your license now"
|
282 |
-
msgstr "Renew your license now"
|
283 |
-
|
284 |
-
#: includes/class-freemius.php:13073
|
285 |
-
msgid "%s to access version %s security & feature updates, and support."
|
286 |
-
msgstr "%s to access version %s security & feature updates, and support."
|
287 |
-
|
288 |
-
#: includes/class-freemius.php:15448
|
289 |
-
msgid "%s activation was successfully completed."
|
290 |
-
msgstr "%s activation was successfully completed."
|
291 |
-
|
292 |
-
#: includes/class-freemius.php:15462
|
293 |
-
msgid "Your account was successfully activated with the %s plan."
|
294 |
-
msgstr "Your account was successfully activated with the %s plan."
|
295 |
-
|
296 |
-
#: includes/class-freemius.php:15473, includes/class-freemius.php:19061
|
297 |
-
msgid "Your trial has been successfully started."
|
298 |
-
msgstr "Your trial has been successfully started."
|
299 |
-
|
300 |
-
#: includes/class-freemius.php:16043, includes/class-freemius.php:16131, includes/class-freemius.php:16297
|
301 |
-
msgid "Couldn't activate %s."
|
302 |
-
msgstr "Couldn't activate %s."
|
303 |
-
|
304 |
-
#: includes/class-freemius.php:16044, includes/class-freemius.php:16132, includes/class-freemius.php:16298
|
305 |
-
msgid "Please contact us with the following message:"
|
306 |
-
msgstr "Please contact us with the following message:"
|
307 |
-
|
308 |
-
#: includes/class-freemius.php:16128
|
309 |
-
msgid "An unknown error has occurred."
|
310 |
-
msgstr "An unknown error has occurred."
|
311 |
-
|
312 |
-
#: includes/class-freemius.php:16655, includes/class-freemius.php:21409
|
313 |
-
msgid "Upgrade"
|
314 |
-
msgstr "Upgrade"
|
315 |
-
|
316 |
-
#: includes/class-freemius.php:16661
|
317 |
-
msgid "Start Trial"
|
318 |
-
msgstr "Start Trial"
|
319 |
-
|
320 |
-
#: includes/class-freemius.php:16663
|
321 |
-
msgid "Pricing"
|
322 |
-
msgstr "Pricing"
|
323 |
-
|
324 |
-
#: includes/class-freemius.php:16742, includes/class-freemius.php:16744
|
325 |
-
msgid "Affiliation"
|
326 |
-
msgstr "Affiliation"
|
327 |
-
|
328 |
-
#: includes/class-freemius.php:16772, includes/class-freemius.php:16774, templates/account.php:177, templates/debug.php:326
|
329 |
-
msgid "Account"
|
330 |
-
msgstr "Account"
|
331 |
-
|
332 |
-
#: includes/class-freemius.php:16787, includes/class-freemius.php:16789, includes/customizer/class-fs-customizer-support-section.php:60
|
333 |
-
msgid "Contact Us"
|
334 |
-
msgstr "Contact Us"
|
335 |
-
|
336 |
-
#: includes/class-freemius.php:16799, includes/class-freemius.php:16801, includes/class-freemius.php:21423, templates/account.php:105, templates/account/partials/addon.php:45
|
337 |
-
msgid "Add-Ons"
|
338 |
-
msgstr "Add-Ons"
|
339 |
-
|
340 |
-
#: includes/class-freemius.php:16835
|
341 |
-
msgctxt "ASCII arrow left icon"
|
342 |
-
msgid "←"
|
343 |
-
msgstr "←"
|
344 |
-
|
345 |
-
#: includes/class-freemius.php:16835
|
346 |
-
msgctxt "ASCII arrow right icon"
|
347 |
-
msgid "➤"
|
348 |
-
msgstr "➤"
|
349 |
-
|
350 |
-
#: includes/class-freemius.php:16837, templates/pricing.php:102
|
351 |
-
msgctxt "noun"
|
352 |
-
msgid "Pricing"
|
353 |
-
msgstr "Pricing"
|
354 |
-
|
355 |
-
#: includes/class-freemius.php:17050, includes/customizer/class-fs-customizer-support-section.php:67
|
356 |
-
msgid "Support Forum"
|
357 |
-
msgstr "Support Forum"
|
358 |
-
|
359 |
-
#: includes/class-freemius.php:17995
|
360 |
-
msgid "Your email has been successfully verified - you are AWESOME!"
|
361 |
-
msgstr "Your email has been successfully verified - you are AWESOME!"
|
362 |
-
|
363 |
-
#: includes/class-freemius.php:17996
|
364 |
-
msgctxt "a positive response"
|
365 |
-
msgid "Right on"
|
366 |
-
msgstr "Right on"
|
367 |
-
|
368 |
-
#: includes/class-freemius.php:18660
|
369 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
370 |
-
msgstr "Your %s Add-on plan was successfully upgraded."
|
371 |
-
|
372 |
-
#: includes/class-freemius.php:18662
|
373 |
-
msgid "%s Add-on was successfully purchased."
|
374 |
-
msgstr "%s Add-on was successfully purchased."
|
375 |
-
|
376 |
-
#: includes/class-freemius.php:18665
|
377 |
-
msgid "Download the latest version"
|
378 |
-
msgstr "Download the latest version"
|
379 |
-
|
380 |
-
#: includes/class-freemius.php:18751
|
381 |
-
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
382 |
-
msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
383 |
-
|
384 |
-
#: includes/class-freemius.php:18757, includes/class-freemius.php:19188, includes/class-freemius.php:19277
|
385 |
-
msgid "Error received from the server:"
|
386 |
-
msgstr "Error received from the server:"
|
387 |
-
|
388 |
-
#: includes/class-freemius.php:18767
|
389 |
-
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
390 |
-
msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
391 |
-
|
392 |
-
#: includes/class-freemius.php:18961, includes/class-freemius.php:19193, includes/class-freemius.php:19248, includes/class-freemius.php:19351
|
393 |
-
msgctxt "something somebody says when they are thinking about what you have just said."
|
394 |
-
msgid "Hmm"
|
395 |
-
msgstr "Hmm"
|
396 |
-
|
397 |
-
#: includes/class-freemius.php:18974
|
398 |
-
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."
|
399 |
-
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."
|
400 |
-
|
401 |
-
#: includes/class-freemius.php:18975, templates/account.php:107, templates/add-ons.php:191, templates/account/partials/addon.php:47
|
402 |
-
msgctxt "trial period"
|
403 |
-
msgid "Trial"
|
404 |
-
msgstr "Trial"
|
405 |
-
|
406 |
-
#: includes/class-freemius.php:18980
|
407 |
-
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
408 |
-
msgstr "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
409 |
-
|
410 |
-
#: includes/class-freemius.php:18984, includes/class-freemius.php:19043
|
411 |
-
msgid "Please contact us here"
|
412 |
-
msgstr "Please contact us here"
|
413 |
-
|
414 |
-
#: includes/class-freemius.php:18995
|
415 |
-
msgid "Your plan was successfully activated."
|
416 |
-
msgstr "Your plan was successfully activated."
|
417 |
-
|
418 |
-
#: includes/class-freemius.php:18996
|
419 |
-
msgid "Your plan was successfully upgraded."
|
420 |
-
msgstr "Your plan was successfully upgraded."
|
421 |
-
|
422 |
-
#: includes/class-freemius.php:19013
|
423 |
-
msgid "Your plan was successfully changed to %s."
|
424 |
-
msgstr "Your plan was successfully changed to %s."
|
425 |
-
|
426 |
-
#: includes/class-freemius.php:19029
|
427 |
-
msgid "Your license has expired. You can still continue using the free %s forever."
|
428 |
-
msgstr "Your license has expired. You can still continue using the free %s forever."
|
429 |
-
|
430 |
-
#: includes/class-freemius.php:19031
|
431 |
-
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
432 |
-
msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
433 |
-
|
434 |
-
#: includes/class-freemius.php:19039
|
435 |
-
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
436 |
-
msgstr "Your license has been cancelled. If you think it's a mistake, please contact support."
|
437 |
-
|
438 |
-
#: includes/class-freemius.php:19052
|
439 |
-
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."
|
440 |
-
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."
|
441 |
-
|
442 |
-
#: includes/class-freemius.php:19075
|
443 |
-
msgid "Your free trial has expired. You can still continue using all our free features."
|
444 |
-
msgstr "Your free trial has expired. You can still continue using all our free features."
|
445 |
-
|
446 |
-
#: includes/class-freemius.php:19077
|
447 |
-
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
448 |
-
msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
449 |
-
|
450 |
-
#: includes/class-freemius.php:19184
|
451 |
-
msgid "It looks like the license could not be activated."
|
452 |
-
msgstr "It looks like the license could not be activated."
|
453 |
-
|
454 |
-
#: includes/class-freemius.php:19226
|
455 |
-
msgid "Your license was successfully activated."
|
456 |
-
msgstr "Your license was successfully activated."
|
457 |
-
|
458 |
-
#: includes/class-freemius.php:19252
|
459 |
-
msgid "It looks like your site currently doesn't have an active license."
|
460 |
-
msgstr "It looks like your site currently doesn't have an active license."
|
461 |
-
|
462 |
-
#: includes/class-freemius.php:19276
|
463 |
-
msgid "It looks like the license deactivation failed."
|
464 |
-
msgstr "It looks like the license deactivation failed."
|
465 |
-
|
466 |
-
#: includes/class-freemius.php:19304
|
467 |
-
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
468 |
-
msgstr "Your license was successfully deactivated, you are back to the %s plan."
|
469 |
-
|
470 |
-
#: includes/class-freemius.php:19305
|
471 |
-
msgid "O.K"
|
472 |
-
msgstr "O.K"
|
473 |
-
|
474 |
-
#: includes/class-freemius.php:19358
|
475 |
-
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
476 |
-
msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
477 |
-
|
478 |
-
#: includes/class-freemius.php:19367
|
479 |
-
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
480 |
-
msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
481 |
-
|
482 |
-
#: includes/class-freemius.php:19409
|
483 |
-
msgid "You are already running the %s in a trial mode."
|
484 |
-
msgstr "You are already running the %s in a trial mode."
|
485 |
-
|
486 |
-
#: includes/class-freemius.php:19420
|
487 |
-
msgid "You already utilized a trial before."
|
488 |
-
msgstr "You already utilized a trial before."
|
489 |
-
|
490 |
-
#: includes/class-freemius.php:19434
|
491 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
492 |
-
msgstr "Plan %s do not exist, therefore, can't start a trial."
|
493 |
-
|
494 |
-
#: includes/class-freemius.php:19445
|
495 |
-
msgid "Plan %s does not support a trial period."
|
496 |
-
msgstr "Plan %s does not support a trial period."
|
497 |
-
|
498 |
-
#: includes/class-freemius.php:19456
|
499 |
-
msgid "None of the %s's plans supports a trial period."
|
500 |
-
msgstr "None of the %s's plans supports a trial period."
|
501 |
-
|
502 |
-
#: includes/class-freemius.php:19506
|
503 |
-
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
504 |
-
msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
505 |
-
|
506 |
-
#: includes/class-freemius.php:19542
|
507 |
-
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
508 |
-
msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
509 |
-
|
510 |
-
#: includes/class-freemius.php:19561
|
511 |
-
msgid "Your %s free trial was successfully cancelled."
|
512 |
-
msgstr "Your %s free trial was successfully cancelled."
|
513 |
-
|
514 |
-
#: includes/class-freemius.php:19877
|
515 |
-
msgid "Version %s was released."
|
516 |
-
msgstr "Version %s was released."
|
517 |
-
|
518 |
-
#: includes/class-freemius.php:19877
|
519 |
-
msgid "Please download %s."
|
520 |
-
msgstr "Please download %s."
|
521 |
-
|
522 |
-
#: includes/class-freemius.php:19884
|
523 |
-
msgid "the latest %s version here"
|
524 |
-
msgstr "the latest %s version here"
|
525 |
-
|
526 |
-
#: includes/class-freemius.php:19889
|
527 |
-
msgid "New"
|
528 |
-
msgstr "New"
|
529 |
-
|
530 |
-
#: includes/class-freemius.php:19894
|
531 |
-
msgid "Seems like you got the latest release."
|
532 |
-
msgstr "Seems like you got the latest release."
|
533 |
-
|
534 |
-
#: includes/class-freemius.php:19895
|
535 |
-
msgid "You are all good!"
|
536 |
-
msgstr "You are all good!"
|
537 |
-
|
538 |
-
#: includes/class-freemius.php:20165
|
539 |
-
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
540 |
-
msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
541 |
-
|
542 |
-
#: includes/class-freemius.php:20304
|
543 |
-
msgid "Site successfully opted in."
|
544 |
-
msgstr "Site successfully opted in."
|
545 |
-
|
546 |
-
#: includes/class-freemius.php:20305, includes/class-freemius.php:21125
|
547 |
-
msgid "Awesome"
|
548 |
-
msgstr "Awesome"
|
549 |
-
|
550 |
-
#: includes/class-freemius.php:20321, templates/forms/optout.php:32
|
551 |
-
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
552 |
-
msgstr "We appreciate your help in making the %s better by letting us track some usage data."
|
553 |
-
|
554 |
-
#: includes/class-freemius.php:20322
|
555 |
-
msgid "Thank you!"
|
556 |
-
msgstr "Thank you!"
|
557 |
-
|
558 |
-
#: includes/class-freemius.php:20329
|
559 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
560 |
-
msgstr "We will no longer be sending any usage data of %s on %s to %s."
|
561 |
-
|
562 |
-
#: includes/class-freemius.php:20458
|
563 |
-
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."
|
564 |
-
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."
|
565 |
-
|
566 |
-
#: includes/class-freemius.php:20464
|
567 |
-
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
568 |
-
msgstr "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
569 |
-
|
570 |
-
#: includes/class-freemius.php:20469
|
571 |
-
msgid "%s is the new owner of the account."
|
572 |
-
msgstr "%s is the new owner of the account."
|
573 |
-
|
574 |
-
#: includes/class-freemius.php:20471
|
575 |
-
msgctxt "as congratulations"
|
576 |
-
msgid "Congrats"
|
577 |
-
msgstr "Congrats"
|
578 |
-
|
579 |
-
#: includes/class-freemius.php:20491
|
580 |
-
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
581 |
-
msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
582 |
-
|
583 |
-
#: includes/class-freemius.php:20492
|
584 |
-
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
585 |
-
msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
586 |
-
|
587 |
-
#: includes/class-freemius.php:20499
|
588 |
-
msgid "Change Ownership"
|
589 |
-
msgstr "Change Ownership"
|
590 |
-
|
591 |
-
#: includes/class-freemius.php:20507
|
592 |
-
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
593 |
-
msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
594 |
-
|
595 |
-
#: includes/class-freemius.php:20519
|
596 |
-
msgid "Please provide your full name."
|
597 |
-
msgstr "Please provide your full name."
|
598 |
-
|
599 |
-
#: includes/class-freemius.php:20524
|
600 |
-
msgid "Your name was successfully updated."
|
601 |
-
msgstr "Your name was successfully updated."
|
602 |
-
|
603 |
-
#: includes/class-freemius.php:20585
|
604 |
-
msgid "You have successfully updated your %s."
|
605 |
-
msgstr "You have successfully updated your %s."
|
606 |
-
|
607 |
-
#: includes/class-freemius.php:20725
|
608 |
-
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
609 |
-
msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
610 |
-
|
611 |
-
#: includes/class-freemius.php:20726
|
612 |
-
msgctxt "advance notice of something that will need attention."
|
613 |
-
msgid "Heads up"
|
614 |
-
msgstr "Heads up"
|
615 |
-
|
616 |
-
#: includes/class-freemius.php:21165
|
617 |
-
msgctxt "exclamation"
|
618 |
-
msgid "Hey"
|
619 |
-
msgstr "Hey"
|
620 |
-
|
621 |
-
#: includes/class-freemius.php:21165
|
622 |
-
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
623 |
-
msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
624 |
-
|
625 |
-
#: includes/class-freemius.php:21173
|
626 |
-
msgid "No commitment for %s days - cancel anytime!"
|
627 |
-
msgstr "No commitment for %s days - cancel anytime!"
|
628 |
-
|
629 |
-
#: includes/class-freemius.php:21174
|
630 |
-
msgid "No credit card required"
|
631 |
-
msgstr "No credit card required"
|
632 |
-
|
633 |
-
#: includes/class-freemius.php:21181, templates/forms/trial-start.php:53
|
634 |
-
msgctxt "call to action"
|
635 |
-
msgid "Start free trial"
|
636 |
-
msgstr "Start free trial"
|
637 |
-
|
638 |
-
#: includes/class-freemius.php:21258
|
639 |
-
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!"
|
640 |
-
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!"
|
641 |
-
|
642 |
-
#: includes/class-freemius.php:21267
|
643 |
-
msgid "Learn more"
|
644 |
-
msgstr "Learn more"
|
645 |
-
|
646 |
-
#: includes/class-freemius.php:21447, templates/account.php:474, templates/account.php:595, templates/connect.php:171, templates/connect.php:421, templates/forms/license-activation.php:25, templates/account/partials/addon.php:287
|
647 |
-
msgid "Activate License"
|
648 |
-
msgstr "Activate License"
|
649 |
-
|
650 |
-
#: includes/class-freemius.php:21448, templates/account.php:543, templates/account.php:594, templates/account/partials/site.php:256
|
651 |
-
msgid "Change License"
|
652 |
-
msgstr "Change License"
|
653 |
-
|
654 |
-
#: includes/class-freemius.php:21539, templates/account/partials/site.php:161
|
655 |
-
msgid "Opt Out"
|
656 |
-
msgstr "Opt Out"
|
657 |
-
|
658 |
-
#: includes/class-freemius.php:21541, includes/class-freemius.php:21547, templates/account/partials/site.php:43, templates/account/partials/site.php:161
|
659 |
-
msgid "Opt In"
|
660 |
-
msgstr "Opt In"
|
661 |
-
|
662 |
-
#: includes/class-freemius.php:21775
|
663 |
-
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
664 |
-
msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
665 |
-
|
666 |
-
#: includes/class-freemius.php:21783
|
667 |
-
msgid "Activate %s features"
|
668 |
-
msgstr "Activate %s features"
|
669 |
-
|
670 |
-
#: includes/class-freemius.php:21796
|
671 |
-
msgid "Please follow these steps to complete the upgrade"
|
672 |
-
msgstr "Please follow these steps to complete the upgrade"
|
673 |
-
|
674 |
-
#: includes/class-freemius.php:21800
|
675 |
-
msgid "Download the latest %s version"
|
676 |
-
msgstr "Download the latest %s version"
|
677 |
-
|
678 |
-
#: includes/class-freemius.php:21804
|
679 |
-
msgid "Upload and activate the downloaded version"
|
680 |
-
msgstr "Upload and activate the downloaded version"
|
681 |
-
|
682 |
-
#: includes/class-freemius.php:21806
|
683 |
-
msgid "How to upload and activate?"
|
684 |
-
msgstr "How to upload and activate?"
|
685 |
-
|
686 |
-
#: includes/class-freemius.php:21940
|
687 |
-
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
688 |
-
msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
|
689 |
-
|
690 |
-
#: includes/class-freemius.php:22101
|
691 |
-
msgid "Auto installation only works for opted-in users."
|
692 |
-
msgstr "Auto installation only works for opted-in users."
|
693 |
-
|
694 |
-
#: includes/class-freemius.php:22111, includes/class-freemius.php:22144, includes/class-fs-plugin-updater.php:1149, includes/class-fs-plugin-updater.php:1163
|
695 |
-
msgid "Invalid module ID."
|
696 |
-
msgstr "Invalid module ID."
|
697 |
-
|
698 |
-
#: includes/class-freemius.php:22120, includes/class-fs-plugin-updater.php:1185
|
699 |
-
msgid "Premium version already active."
|
700 |
-
msgstr "Premium version already active."
|
701 |
-
|
702 |
-
#: includes/class-freemius.php:22127
|
703 |
-
msgid "You do not have a valid license to access the premium version."
|
704 |
-
msgstr "You do not have a valid license to access the premium version."
|
705 |
-
|
706 |
-
#: includes/class-freemius.php:22134
|
707 |
-
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
708 |
-
msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
709 |
-
|
710 |
-
#: includes/class-freemius.php:22152, includes/class-fs-plugin-updater.php:1184
|
711 |
-
msgid "Premium add-on version already installed."
|
712 |
-
msgstr "Premium add-on version already installed."
|
713 |
-
|
714 |
-
#: includes/class-freemius.php:22497
|
715 |
-
msgid "View paid features"
|
716 |
-
msgstr "View paid features"
|
717 |
-
|
718 |
-
#: includes/class-freemius.php:22819
|
719 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
720 |
-
msgstr "Thank you so much for using %s and its add-ons!"
|
721 |
-
|
722 |
-
#: includes/class-freemius.php:22820
|
723 |
-
msgid "Thank you so much for using %s!"
|
724 |
-
msgstr "Thank you so much for using %s!"
|
725 |
-
|
726 |
-
#: includes/class-freemius.php:22826
|
727 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
728 |
-
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
729 |
-
|
730 |
-
#: includes/class-freemius.php:22830
|
731 |
-
msgid "Thank you so much for using our products!"
|
732 |
-
msgstr "Thank you so much for using our products!"
|
733 |
-
|
734 |
-
#: includes/class-freemius.php:22831
|
735 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
736 |
-
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
737 |
-
|
738 |
-
#: includes/class-freemius.php:22850
|
739 |
-
msgid "%s and its add-ons"
|
740 |
-
msgstr "%s and its add-ons"
|
741 |
-
|
742 |
-
#: includes/class-freemius.php:22859
|
743 |
-
msgid "Products"
|
744 |
-
msgstr "Products"
|
745 |
-
|
746 |
-
#: includes/class-freemius.php:22866, templates/connect.php:272
|
747 |
-
msgid "Yes"
|
748 |
-
msgstr "Yes"
|
749 |
-
|
750 |
-
#: includes/class-freemius.php:22867, templates/connect.php:273
|
751 |
-
msgid "send me security & feature updates, educational content and offers."
|
752 |
-
msgstr "send me security & feature updates, educational content and offers."
|
753 |
-
|
754 |
-
#: includes/class-freemius.php:22868, templates/connect.php:278
|
755 |
-
msgid "No"
|
756 |
-
msgstr "No"
|
757 |
-
|
758 |
-
#: includes/class-freemius.php:22870, templates/connect.php:280
|
759 |
-
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
760 |
-
msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
|
761 |
-
|
762 |
-
#: includes/class-freemius.php:22880
|
763 |
-
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 :-)"
|
764 |
-
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 :-)"
|
765 |
-
|
766 |
-
#: includes/class-freemius.php:22882, templates/connect.php:287
|
767 |
-
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
768 |
-
msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
769 |
-
|
770 |
-
#: includes/class-freemius.php:23164
|
771 |
-
msgid "License key is empty."
|
772 |
-
msgstr "License key is empty."
|
773 |
-
|
774 |
-
#: includes/class-fs-plugin-updater.php:184, templates/forms/premium-versions-upgrade-handler.php:57
|
775 |
-
msgid "Renew license"
|
776 |
-
msgstr "Renew license"
|
777 |
-
|
778 |
-
#: includes/class-fs-plugin-updater.php:189, templates/forms/premium-versions-upgrade-handler.php:58
|
779 |
-
msgid "Buy license"
|
780 |
-
msgstr "Buy license"
|
781 |
-
|
782 |
-
#: includes/class-fs-plugin-updater.php:280, includes/class-fs-plugin-updater.php:313
|
783 |
-
msgid "There is a %s of %s available."
|
784 |
-
msgstr "There is a %s of %s available."
|
785 |
-
|
786 |
-
#: includes/class-fs-plugin-updater.php:282, includes/class-fs-plugin-updater.php:318
|
787 |
-
msgid "new Beta version"
|
788 |
-
msgstr "new Beta version"
|
789 |
-
|
790 |
-
#: includes/class-fs-plugin-updater.php:283, includes/class-fs-plugin-updater.php:319
|
791 |
-
msgid "new version"
|
792 |
-
msgstr "new version"
|
793 |
-
|
794 |
-
#: includes/class-fs-plugin-updater.php:342
|
795 |
-
msgid "Important Upgrade Notice:"
|
796 |
-
msgstr "Important Upgrade Notice:"
|
797 |
-
|
798 |
-
#: includes/class-fs-plugin-updater.php:1214
|
799 |
-
msgid "Installing plugin: %s"
|
800 |
-
msgstr "Installing plugin: %s"
|
801 |
-
|
802 |
-
#: includes/class-fs-plugin-updater.php:1255
|
803 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
804 |
-
msgstr "Unable to connect to the filesystem. Please confirm your credentials."
|
805 |
-
|
806 |
-
#: includes/class-fs-plugin-updater.php:1437
|
807 |
-
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
808 |
-
msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
809 |
-
|
810 |
-
#: includes/fs-plugin-info-dialog.php:509
|
811 |
-
msgid "Purchase More"
|
812 |
-
msgstr "Purchase More"
|
813 |
-
|
814 |
-
#: includes/fs-plugin-info-dialog.php:510, templates/account/partials/addon.php:347
|
815 |
-
msgctxt "verb"
|
816 |
-
msgid "Purchase"
|
817 |
-
msgstr "Purchase"
|
818 |
-
|
819 |
-
#: includes/fs-plugin-info-dialog.php:514
|
820 |
-
msgid "Start my free %s"
|
821 |
-
msgstr "Start my free %s"
|
822 |
-
|
823 |
-
#: includes/fs-plugin-info-dialog.php:712
|
824 |
-
msgid "Install Free Version Update Now"
|
825 |
-
msgstr "Install Free Version Update Now"
|
826 |
-
|
827 |
-
#: includes/fs-plugin-info-dialog.php:713, templates/account.php:534
|
828 |
-
msgid "Install Update Now"
|
829 |
-
msgstr "Install Update Now"
|
830 |
-
|
831 |
-
#: includes/fs-plugin-info-dialog.php:722
|
832 |
-
msgid "Install Free Version Now"
|
833 |
-
msgstr "Install Free Version Now"
|
834 |
-
|
835 |
-
#: includes/fs-plugin-info-dialog.php:723, templates/add-ons.php:262, templates/auto-installation.php:111, templates/account/partials/addon.php:327, templates/account/partials/addon.php:379
|
836 |
-
msgid "Install Now"
|
837 |
-
msgstr "Install Now"
|
838 |
-
|
839 |
-
#: includes/fs-plugin-info-dialog.php:739
|
840 |
-
msgctxt "as download latest version"
|
841 |
-
msgid "Download Latest Free Version"
|
842 |
-
msgstr "Download Latest Free Version"
|
843 |
-
|
844 |
-
#: includes/fs-plugin-info-dialog.php:740, templates/account.php:85, templates/add-ons.php:34, templates/account/partials/addon.php:25
|
845 |
-
msgctxt "as download latest version"
|
846 |
-
msgid "Download Latest"
|
847 |
-
msgstr "Download Latest"
|
848 |
-
|
849 |
-
#: includes/fs-plugin-info-dialog.php:755, templates/add-ons.php:268, templates/account/partials/addon.php:318, templates/account/partials/addon.php:373
|
850 |
-
msgid "Activate this add-on"
|
851 |
-
msgstr "Activate this add-on"
|
852 |
-
|
853 |
-
#: includes/fs-plugin-info-dialog.php:757, templates/connect.php:418
|
854 |
-
msgid "Activate Free Version"
|
855 |
-
msgstr "Activate Free Version"
|
856 |
-
|
857 |
-
#: includes/fs-plugin-info-dialog.php:758, templates/account.php:109, templates/add-ons.php:269, templates/account/partials/addon.php:49
|
858 |
-
msgid "Activate"
|
859 |
-
msgstr "Activate"
|
860 |
-
|
861 |
-
#: includes/fs-plugin-info-dialog.php:968
|
862 |
-
msgctxt "Plugin installer section title"
|
863 |
-
msgid "Description"
|
864 |
-
msgstr "Description"
|
865 |
-
|
866 |
-
#: includes/fs-plugin-info-dialog.php:969
|
867 |
-
msgctxt "Plugin installer section title"
|
868 |
-
msgid "Installation"
|
869 |
-
msgstr "Installation"
|
870 |
-
|
871 |
-
#: includes/fs-plugin-info-dialog.php:970
|
872 |
-
msgctxt "Plugin installer section title"
|
873 |
-
msgid "FAQ"
|
874 |
-
msgstr "FAQ"
|
875 |
-
|
876 |
-
#: includes/fs-plugin-info-dialog.php:971, templates/plugin-info/description.php:55
|
877 |
-
msgid "Screenshots"
|
878 |
-
msgstr "Screenshots"
|
879 |
-
|
880 |
-
#: includes/fs-plugin-info-dialog.php:972
|
881 |
-
msgctxt "Plugin installer section title"
|
882 |
-
msgid "Changelog"
|
883 |
-
msgstr "Changelog"
|
884 |
-
|
885 |
-
#: includes/fs-plugin-info-dialog.php:973
|
886 |
-
msgctxt "Plugin installer section title"
|
887 |
-
msgid "Reviews"
|
888 |
-
msgstr "Reviews"
|
889 |
-
|
890 |
-
#: includes/fs-plugin-info-dialog.php:974
|
891 |
-
msgctxt "Plugin installer section title"
|
892 |
-
msgid "Other Notes"
|
893 |
-
msgstr "Other Notes"
|
894 |
-
|
895 |
-
#: includes/fs-plugin-info-dialog.php:989
|
896 |
-
msgctxt "Plugin installer section title"
|
897 |
-
msgid "Features & Pricing"
|
898 |
-
msgstr "Features & Pricing"
|
899 |
-
|
900 |
-
#: includes/fs-plugin-info-dialog.php:999
|
901 |
-
msgid "Plugin Install"
|
902 |
-
msgstr "Plugin Install"
|
903 |
-
|
904 |
-
#: includes/fs-plugin-info-dialog.php:1071
|
905 |
-
msgctxt "e.g. Professional Plan"
|
906 |
-
msgid "%s Plan"
|
907 |
-
msgstr "%s Plan"
|
908 |
-
|
909 |
-
#: includes/fs-plugin-info-dialog.php:1097
|
910 |
-
msgctxt "e.g. the best product"
|
911 |
-
msgid "Best"
|
912 |
-
msgstr "Best"
|
913 |
-
|
914 |
-
#: includes/fs-plugin-info-dialog.php:1103, includes/fs-plugin-info-dialog.php:1123
|
915 |
-
msgctxt "as every month"
|
916 |
-
msgid "Monthly"
|
917 |
-
msgstr "Monthly"
|
918 |
-
|
919 |
-
#: includes/fs-plugin-info-dialog.php:1106
|
920 |
-
msgctxt "as once a year"
|
921 |
-
msgid "Annual"
|
922 |
-
msgstr "Annual"
|
923 |
-
|
924 |
-
#: includes/fs-plugin-info-dialog.php:1109
|
925 |
-
msgid "Lifetime"
|
926 |
-
msgstr "Lifetime"
|
927 |
-
|
928 |
-
#: includes/fs-plugin-info-dialog.php:1123, includes/fs-plugin-info-dialog.php:1125, includes/fs-plugin-info-dialog.php:1127
|
929 |
-
msgctxt "e.g. billed monthly"
|
930 |
-
msgid "Billed %s"
|
931 |
-
msgstr "Billed %s"
|
932 |
-
|
933 |
-
#: includes/fs-plugin-info-dialog.php:1125
|
934 |
-
msgctxt "as once a year"
|
935 |
-
msgid "Annually"
|
936 |
-
msgstr "Annually"
|
937 |
-
|
938 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
939 |
-
msgctxt "as once a year"
|
940 |
-
msgid "Once"
|
941 |
-
msgstr "Once"
|
942 |
-
|
943 |
-
#: includes/fs-plugin-info-dialog.php:1133
|
944 |
-
msgid "Single Site License"
|
945 |
-
msgstr "Single Site License"
|
946 |
-
|
947 |
-
#: includes/fs-plugin-info-dialog.php:1135
|
948 |
-
msgid "Unlimited Licenses"
|
949 |
-
msgstr "Unlimited Licenses"
|
950 |
-
|
951 |
-
#: includes/fs-plugin-info-dialog.php:1137
|
952 |
-
msgid "Up to %s Sites"
|
953 |
-
msgstr "Up to %s Sites"
|
954 |
-
|
955 |
-
#: includes/fs-plugin-info-dialog.php:1147, templates/plugin-info/features.php:82
|
956 |
-
msgctxt "as monthly period"
|
957 |
-
msgid "mo"
|
958 |
-
msgstr "mo"
|
959 |
-
|
960 |
-
#: includes/fs-plugin-info-dialog.php:1154, templates/plugin-info/features.php:80
|
961 |
-
msgctxt "as annual period"
|
962 |
-
msgid "year"
|
963 |
-
msgstr "year"
|
964 |
-
|
965 |
-
#: includes/fs-plugin-info-dialog.php:1208
|
966 |
-
msgctxt "noun"
|
967 |
-
msgid "Price"
|
968 |
-
msgstr "Price"
|
969 |
-
|
970 |
-
#: includes/fs-plugin-info-dialog.php:1256
|
971 |
-
msgid "Save %s"
|
972 |
-
msgstr "Save %s"
|
973 |
-
|
974 |
-
#: includes/fs-plugin-info-dialog.php:1266
|
975 |
-
msgid "No commitment for %s - cancel anytime"
|
976 |
-
msgstr "No commitment for %s - cancel anytime"
|
977 |
-
|
978 |
-
#: includes/fs-plugin-info-dialog.php:1269
|
979 |
-
msgid "After your free %s, pay as little as %s"
|
980 |
-
msgstr "After your free %s, pay as little as %s"
|
981 |
-
|
982 |
-
#: includes/fs-plugin-info-dialog.php:1280
|
983 |
-
msgid "Details"
|
984 |
-
msgstr "Details"
|
985 |
-
|
986 |
-
#: includes/fs-plugin-info-dialog.php:1284, templates/account.php:96, templates/debug.php:203, templates/debug.php:240, templates/debug.php:454, templates/account/partials/addon.php:36
|
987 |
-
msgctxt "product version"
|
988 |
-
msgid "Version"
|
989 |
-
msgstr "Version"
|
990 |
-
|
991 |
-
#: includes/fs-plugin-info-dialog.php:1291
|
992 |
-
msgctxt "as the plugin author"
|
993 |
-
msgid "Author"
|
994 |
-
msgstr "Author"
|
995 |
-
|
996 |
-
#: includes/fs-plugin-info-dialog.php:1298
|
997 |
-
msgid "Last Updated"
|
998 |
-
msgstr "Last Updated"
|
999 |
-
|
1000 |
-
#: includes/fs-plugin-info-dialog.php:1303, templates/account.php:444
|
1001 |
-
msgctxt "x-ago"
|
1002 |
-
msgid "%s ago"
|
1003 |
-
msgstr "%s ago"
|
1004 |
-
|
1005 |
-
#: includes/fs-plugin-info-dialog.php:1312
|
1006 |
-
msgid "Requires WordPress Version"
|
1007 |
-
msgstr "Requires WordPress Version"
|
1008 |
-
|
1009 |
-
#: includes/fs-plugin-info-dialog.php:1313
|
1010 |
-
msgid "%s or higher"
|
1011 |
-
msgstr "%s or higher"
|
1012 |
-
|
1013 |
-
#: includes/fs-plugin-info-dialog.php:1320
|
1014 |
-
msgid "Compatible up to"
|
1015 |
-
msgstr "Compatible up to"
|
1016 |
-
|
1017 |
-
#: includes/fs-plugin-info-dialog.php:1328
|
1018 |
-
msgid "Downloaded"
|
1019 |
-
msgstr "Downloaded"
|
1020 |
-
|
1021 |
-
#: includes/fs-plugin-info-dialog.php:1332
|
1022 |
-
msgid "%s time"
|
1023 |
-
msgstr "%s time"
|
1024 |
-
|
1025 |
-
#: includes/fs-plugin-info-dialog.php:1334
|
1026 |
-
msgid "%s times"
|
1027 |
-
msgstr "%s times"
|
1028 |
-
|
1029 |
-
#: includes/fs-plugin-info-dialog.php:1344
|
1030 |
-
msgid "WordPress.org Plugin Page"
|
1031 |
-
msgstr "WordPress.org Plugin Page"
|
1032 |
-
|
1033 |
-
#: includes/fs-plugin-info-dialog.php:1352
|
1034 |
-
msgid "Plugin Homepage"
|
1035 |
-
msgstr "Plugin Homepage"
|
1036 |
-
|
1037 |
-
#: includes/fs-plugin-info-dialog.php:1360, includes/fs-plugin-info-dialog.php:1442
|
1038 |
-
msgid "Donate to this plugin"
|
1039 |
-
msgstr "Donate to this plugin"
|
1040 |
-
|
1041 |
-
#: includes/fs-plugin-info-dialog.php:1367
|
1042 |
-
msgid "Average Rating"
|
1043 |
-
msgstr "Average Rating"
|
1044 |
-
|
1045 |
-
#: includes/fs-plugin-info-dialog.php:1374
|
1046 |
-
msgid "based on %s"
|
1047 |
-
msgstr "based on %s"
|
1048 |
-
|
1049 |
-
#: includes/fs-plugin-info-dialog.php:1378
|
1050 |
-
msgid "%s rating"
|
1051 |
-
msgstr "%s rating"
|
1052 |
-
|
1053 |
-
#: includes/fs-plugin-info-dialog.php:1380
|
1054 |
-
msgid "%s ratings"
|
1055 |
-
msgstr "%s ratings"
|
1056 |
-
|
1057 |
-
#: includes/fs-plugin-info-dialog.php:1395
|
1058 |
-
msgid "%s star"
|
1059 |
-
msgstr "%s star"
|
1060 |
-
|
1061 |
-
#: includes/fs-plugin-info-dialog.php:1397
|
1062 |
-
msgid "%s stars"
|
1063 |
-
msgstr "%s stars"
|
1064 |
-
|
1065 |
-
#: includes/fs-plugin-info-dialog.php:1408
|
1066 |
-
msgid "Click to see reviews that provided a rating of %s"
|
1067 |
-
msgstr "Click to see reviews that provided a rating of %s"
|
1068 |
-
|
1069 |
-
#: includes/fs-plugin-info-dialog.php:1421
|
1070 |
-
msgid "Contributors"
|
1071 |
-
msgstr "Contributors"
|
1072 |
-
|
1073 |
-
#: includes/fs-plugin-info-dialog.php:1450, includes/fs-plugin-info-dialog.php:1452
|
1074 |
-
msgid "Warning"
|
1075 |
-
msgstr "Warning"
|
1076 |
-
|
1077 |
-
#: includes/fs-plugin-info-dialog.php:1450
|
1078 |
-
msgid "This plugin has not been tested with your current version of WordPress."
|
1079 |
-
msgstr "This plugin has not been tested with your current version of WordPress."
|
1080 |
-
|
1081 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1082 |
-
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1083 |
-
msgstr "This plugin has not been marked as compatible with your version of WordPress."
|
1084 |
-
|
1085 |
-
#: includes/fs-plugin-info-dialog.php:1471
|
1086 |
-
msgid "Paid add-on must be deployed to Freemius."
|
1087 |
-
msgstr "Paid add-on must be deployed to Freemius."
|
1088 |
-
|
1089 |
-
#: includes/fs-plugin-info-dialog.php:1472
|
1090 |
-
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1091 |
-
msgstr "Add-on must be deployed to WordPress.org or Freemius."
|
1092 |
-
|
1093 |
-
#: includes/fs-plugin-info-dialog.php:1493
|
1094 |
-
msgid "Newer Version (%s) Installed"
|
1095 |
-
msgstr "Newer Version (%s) Installed"
|
1096 |
-
|
1097 |
-
#: includes/fs-plugin-info-dialog.php:1494
|
1098 |
-
msgid "Newer Free Version (%s) Installed"
|
1099 |
-
msgstr "Newer Free Version (%s) Installed"
|
1100 |
-
|
1101 |
-
#: includes/fs-plugin-info-dialog.php:1501
|
1102 |
-
msgid "Latest Version Installed"
|
1103 |
-
msgstr "Latest Version Installed"
|
1104 |
-
|
1105 |
-
#: includes/fs-plugin-info-dialog.php:1502
|
1106 |
-
msgid "Latest Free Version Installed"
|
1107 |
-
msgstr "Latest Free Version Installed"
|
1108 |
-
|
1109 |
-
#: templates/account.php:86, templates/forms/subscription-cancellation.php:96, templates/account/partials/addon.php:26, templates/account/partials/site.php:295
|
1110 |
-
msgid "Downgrading your plan"
|
1111 |
-
msgstr "Downgrading your plan"
|
1112 |
-
|
1113 |
-
#: templates/account.php:87, templates/forms/subscription-cancellation.php:97, templates/account/partials/addon.php:27, templates/account/partials/site.php:296
|
1114 |
-
msgid "Cancelling the subscription"
|
1115 |
-
msgstr "Cancelling the subscription"
|
1116 |
-
|
1117 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
|
1118 |
-
#: templates/account.php:89
|
1119 |
-
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1120 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1121 |
-
|
1122 |
-
#: templates/account.php:90, templates/forms/subscription-cancellation.php:100, templates/account/partials/addon.php:30, templates/account/partials/site.php:299
|
1123 |
-
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."
|
1124 |
-
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."
|
1125 |
-
|
1126 |
-
#: templates/account.php:91, templates/forms/subscription-cancellation.php:106, templates/account/partials/addon.php:31
|
1127 |
-
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1128 |
-
msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1129 |
-
|
1130 |
-
#: templates/account.php:92, templates/forms/subscription-cancellation.php:101, templates/account/partials/addon.php:32, templates/account/partials/site.php:300
|
1131 |
-
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1132 |
-
msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1133 |
-
|
1134 |
-
#: templates/account.php:93, templates/forms/subscription-cancellation.php:102, templates/account/partials/addon.php:33, templates/account/partials/site.php:301
|
1135 |
-
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1136 |
-
msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1137 |
-
|
1138 |
-
#. translators: %s: Plan title (e.g. "Professional")
|
1139 |
-
#: templates/account.php:95, templates/account/partials/activate-license-button.php:31, templates/account/partials/addon.php:35
|
1140 |
-
msgid "Activate %s Plan"
|
1141 |
-
msgstr "Activate %s Plan"
|
1142 |
-
|
1143 |
-
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1144 |
-
#: templates/account.php:98, templates/account/partials/addon.php:38, templates/account/partials/site.php:275
|
1145 |
-
msgid "Auto renews in %s"
|
1146 |
-
msgstr "Auto renews in %s"
|
1147 |
-
|
1148 |
-
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1149 |
-
#: templates/account.php:100, templates/account/partials/addon.php:40, templates/account/partials/site.php:277
|
1150 |
-
msgid "Expires in %s"
|
1151 |
-
msgstr "Expires in %s"
|
1152 |
-
|
1153 |
-
#: templates/account.php:101, templates/account/partials/addon.php:41
|
1154 |
-
msgctxt "as synchronize license"
|
1155 |
-
msgid "Sync License"
|
1156 |
-
msgstr "Sync License"
|
1157 |
-
|
1158 |
-
#: templates/account.php:102, templates/account/partials/addon.php:42
|
1159 |
-
msgid "Cancel Trial"
|
1160 |
-
msgstr "Cancel Trial"
|
1161 |
-
|
1162 |
-
#: templates/account.php:103, templates/account/partials/addon.php:43
|
1163 |
-
msgid "Change Plan"
|
1164 |
-
msgstr "Change Plan"
|
1165 |
-
|
1166 |
-
#: templates/account.php:104, templates/account/partials/addon.php:44
|
1167 |
-
msgctxt "verb"
|
1168 |
-
msgid "Upgrade"
|
1169 |
-
msgstr "Upgrade"
|
1170 |
-
|
1171 |
-
#: templates/account.php:106, templates/account/partials/addon.php:46, templates/account/partials/site.php:302
|
1172 |
-
msgctxt "verb"
|
1173 |
-
msgid "Downgrade"
|
1174 |
-
msgstr "Downgrade"
|
1175 |
-
|
1176 |
-
#: templates/account.php:108, templates/add-ons.php:187, templates/plugin-info/features.php:72, templates/account/partials/addon.php:48, templates/account/partials/site.php:31
|
1177 |
-
msgid "Free"
|
1178 |
-
msgstr "Free"
|
1179 |
-
|
1180 |
-
#: templates/account.php:110, templates/debug.php:373, includes/customizer/class-fs-customizer-upsell-control.php:106, templates/account/partials/addon.php:50
|
1181 |
-
msgctxt "as product pricing plan"
|
1182 |
-
msgid "Plan"
|
1183 |
-
msgstr "Plan"
|
1184 |
-
|
1185 |
-
#: templates/account.php:111
|
1186 |
-
msgid "Bundle Plan"
|
1187 |
-
msgstr "Bundle Plan"
|
1188 |
-
|
1189 |
-
#: templates/account.php:185
|
1190 |
-
msgid "Free Trial"
|
1191 |
-
msgstr "Free Trial"
|
1192 |
-
|
1193 |
-
#: templates/account.php:196
|
1194 |
-
msgid "Account Details"
|
1195 |
-
msgstr "Account Details"
|
1196 |
-
|
1197 |
-
#: templates/account.php:200
|
1198 |
-
msgid "Billing & Invoices"
|
1199 |
-
msgstr "Billing & Invoices"
|
1200 |
-
|
1201 |
-
#: templates/account.php:210
|
1202 |
-
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?"
|
1203 |
-
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?"
|
1204 |
-
|
1205 |
-
#: templates/account.php:212
|
1206 |
-
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?"
|
1207 |
-
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?"
|
1208 |
-
|
1209 |
-
#: templates/account.php:215
|
1210 |
-
msgid "Delete Account"
|
1211 |
-
msgstr "Delete Account"
|
1212 |
-
|
1213 |
-
#: templates/account.php:227, templates/account/partials/addon.php:211, templates/account/partials/deactivate-license-button.php:35
|
1214 |
-
msgid "Deactivate License"
|
1215 |
-
msgstr "Deactivate License"
|
1216 |
-
|
1217 |
-
#: templates/account.php:250, templates/forms/subscription-cancellation.php:125
|
1218 |
-
msgid "Are you sure you want to proceed?"
|
1219 |
-
msgstr "Are you sure you want to proceed?"
|
1220 |
-
|
1221 |
-
#: templates/account.php:250, templates/account/partials/addon.php:234
|
1222 |
-
msgid "Cancel Subscription"
|
1223 |
-
msgstr "Cancel Subscription"
|
1224 |
-
|
1225 |
-
#: templates/account.php:278
|
1226 |
-
msgctxt "as synchronize"
|
1227 |
-
msgid "Sync"
|
1228 |
-
msgstr "Sync"
|
1229 |
-
|
1230 |
-
#: templates/account.php:292, templates/debug.php:489
|
1231 |
-
msgid "Name"
|
1232 |
-
msgstr "Name"
|
1233 |
-
|
1234 |
-
#: templates/account.php:298, templates/debug.php:490
|
1235 |
-
msgid "Email"
|
1236 |
-
msgstr "Email"
|
1237 |
-
|
1238 |
-
#: templates/account.php:305, templates/debug.php:372, templates/debug.php:528
|
1239 |
-
msgid "User ID"
|
1240 |
-
msgstr "User ID"
|
1241 |
-
|
1242 |
-
#: templates/account.php:322, templates/account.php:608, templates/account.php:653, templates/debug.php:238, templates/debug.php:366, templates/debug.php:451, templates/debug.php:488, templates/debug.php:526, templates/debug.php:599, templates/account/payments.php:35, templates/debug/logger.php:21
|
1243 |
-
msgid "ID"
|
1244 |
-
msgstr "ID"
|
1245 |
-
|
1246 |
-
#: templates/account.php:329
|
1247 |
-
msgid "Site ID"
|
1248 |
-
msgstr "Site ID"
|
1249 |
-
|
1250 |
-
#: templates/account.php:332
|
1251 |
-
msgid "No ID"
|
1252 |
-
msgstr "No ID"
|
1253 |
-
|
1254 |
-
#: templates/account.php:337, templates/debug.php:245, templates/debug.php:374, templates/debug.php:455, templates/debug.php:492, templates/account/partials/site.php:219
|
1255 |
-
msgid "Public Key"
|
1256 |
-
msgstr "Public Key"
|
1257 |
-
|
1258 |
-
#: templates/account.php:343, templates/debug.php:375, templates/debug.php:456, templates/debug.php:493, templates/account/partials/site.php:231
|
1259 |
-
msgid "Secret Key"
|
1260 |
-
msgstr "Secret Key"
|
1261 |
-
|
1262 |
-
#: templates/account.php:346
|
1263 |
-
msgctxt "as secret encryption key missing"
|
1264 |
-
msgid "No Secret"
|
1265 |
-
msgstr "No Secret"
|
1266 |
-
|
1267 |
-
#: templates/account.php:373, templates/account/partials/site.php:112, templates/account/partials/site.php:114
|
1268 |
-
msgid "Trial"
|
1269 |
-
msgstr "Trial"
|
1270 |
-
|
1271 |
-
#: templates/account.php:400, templates/debug.php:533, templates/account/partials/site.php:248
|
1272 |
-
msgid "License Key"
|
1273 |
-
msgstr "License Key"
|
1274 |
-
|
1275 |
-
#: templates/account.php:429
|
1276 |
-
msgid "Join the Beta program"
|
1277 |
-
msgstr "Join the Beta program"
|
1278 |
-
|
1279 |
-
#: templates/account.php:435
|
1280 |
-
msgid "not verified"
|
1281 |
-
msgstr "not verified"
|
1282 |
-
|
1283 |
-
#: templates/account.php:444, templates/account/partials/addon.php:172
|
1284 |
-
msgid "Expired"
|
1285 |
-
msgstr "Expired"
|
1286 |
-
|
1287 |
-
#: templates/account.php:502
|
1288 |
-
msgid "Premium version"
|
1289 |
-
msgstr "Premium version"
|
1290 |
-
|
1291 |
-
#: templates/account.php:504
|
1292 |
-
msgid "Free version"
|
1293 |
-
msgstr "Free version"
|
1294 |
-
|
1295 |
-
#: templates/account.php:516
|
1296 |
-
msgid "Verify Email"
|
1297 |
-
msgstr "Verify Email"
|
1298 |
-
|
1299 |
-
#: templates/account.php:527
|
1300 |
-
msgid "Download %s Version"
|
1301 |
-
msgstr "Download %s Version"
|
1302 |
-
|
1303 |
-
#: templates/account.php:541, templates/account.php:749, templates/account/partials/site.php:237, templates/account/partials/site.php:255
|
1304 |
-
msgctxt "verb"
|
1305 |
-
msgid "Show"
|
1306 |
-
msgstr "Show"
|
1307 |
-
|
1308 |
-
#: templates/account.php:555
|
1309 |
-
msgid "What is your %s?"
|
1310 |
-
msgstr "What is your %s?"
|
1311 |
-
|
1312 |
-
#: templates/account.php:563, templates/account/billing.php:21
|
1313 |
-
msgctxt "verb"
|
1314 |
-
msgid "Edit"
|
1315 |
-
msgstr "Edit"
|
1316 |
-
|
1317 |
-
#: templates/account.php:588
|
1318 |
-
msgid "Sites"
|
1319 |
-
msgstr "Sites"
|
1320 |
-
|
1321 |
-
#: templates/account.php:599
|
1322 |
-
msgid "Search by address"
|
1323 |
-
msgstr "Search by address"
|
1324 |
-
|
1325 |
-
#: templates/account.php:609, templates/debug.php:369
|
1326 |
-
msgid "Address"
|
1327 |
-
msgstr "Address"
|
1328 |
-
|
1329 |
-
#: templates/account.php:610
|
1330 |
-
msgid "License"
|
1331 |
-
msgstr "License"
|
1332 |
-
|
1333 |
-
#: templates/account.php:611
|
1334 |
-
msgid "Plan"
|
1335 |
-
msgstr "Plan"
|
1336 |
-
|
1337 |
-
#: templates/account.php:656
|
1338 |
-
msgctxt "as software license"
|
1339 |
-
msgid "License"
|
1340 |
-
msgstr "License"
|
1341 |
-
|
1342 |
-
#: templates/account.php:743
|
1343 |
-
msgctxt "verb"
|
1344 |
-
msgid "Hide"
|
1345 |
-
msgstr "Hide"
|
1346 |
-
|
1347 |
-
#: templates/account.php:765
|
1348 |
-
msgid "Processing"
|
1349 |
-
msgstr "Processing"
|
1350 |
-
|
1351 |
-
#: templates/account.php:768
|
1352 |
-
msgid "Get updates for bleeding edge Beta versions of %s."
|
1353 |
-
msgstr "Get updates for bleeding edge Beta versions of %s."
|
1354 |
-
|
1355 |
-
#: templates/account.php:826
|
1356 |
-
msgid "Cancelling %s"
|
1357 |
-
msgstr "Cancelling %s"
|
1358 |
-
|
1359 |
-
#: templates/account.php:826, templates/account.php:843, templates/forms/subscription-cancellation.php:27, templates/forms/deactivation/form.php:133
|
1360 |
-
msgid "trial"
|
1361 |
-
msgstr "trial"
|
1362 |
-
|
1363 |
-
#: templates/account.php:841, templates/forms/deactivation/form.php:150
|
1364 |
-
msgid "Cancelling %s..."
|
1365 |
-
msgstr "Cancelling %s..."
|
1366 |
-
|
1367 |
-
#: templates/account.php:844, templates/forms/subscription-cancellation.php:28, templates/forms/deactivation/form.php:134
|
1368 |
-
msgid "subscription"
|
1369 |
-
msgstr "subscription"
|
1370 |
-
|
1371 |
-
#: templates/account.php:858
|
1372 |
-
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?"
|
1373 |
-
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?"
|
1374 |
-
|
1375 |
-
#: templates/add-ons.php:35
|
1376 |
-
msgid "View details"
|
1377 |
-
msgstr "View details"
|
1378 |
-
|
1379 |
-
#: templates/add-ons.php:45
|
1380 |
-
msgid "Add Ons for %s"
|
1381 |
-
msgstr "Add Ons for %s"
|
1382 |
-
|
1383 |
-
#: templates/add-ons.php:55
|
1384 |
-
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."
|
1385 |
-
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."
|
1386 |
-
|
1387 |
-
#: templates/add-ons.php:173
|
1388 |
-
msgctxt "active add-on"
|
1389 |
-
msgid "Active"
|
1390 |
-
msgstr "Active"
|
1391 |
-
|
1392 |
-
#: templates/add-ons.php:174
|
1393 |
-
msgctxt "installed add-on"
|
1394 |
-
msgid "Installed"
|
1395 |
-
msgstr "Installed"
|
1396 |
-
|
1397 |
-
#: templates/admin-notice.php:13, templates/forms/license-activation.php:209, templates/forms/resend-key.php:77
|
1398 |
-
msgctxt "as close a window"
|
1399 |
-
msgid "Dismiss"
|
1400 |
-
msgstr "Dismiss"
|
1401 |
-
|
1402 |
-
#: templates/auto-installation.php:45
|
1403 |
-
msgid "%s sec"
|
1404 |
-
msgstr "%s sec"
|
1405 |
-
|
1406 |
-
#: templates/auto-installation.php:83
|
1407 |
-
msgid "Automatic Installation"
|
1408 |
-
msgstr "Automatic Installation"
|
1409 |
-
|
1410 |
-
#: templates/auto-installation.php:93
|
1411 |
-
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."
|
1412 |
-
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."
|
1413 |
-
|
1414 |
-
#: templates/auto-installation.php:104
|
1415 |
-
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."
|
1416 |
-
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."
|
1417 |
-
|
1418 |
-
#: templates/auto-installation.php:109
|
1419 |
-
msgid "Cancel Installation"
|
1420 |
-
msgstr "Cancel Installation"
|
1421 |
-
|
1422 |
-
#: templates/checkout.php:180
|
1423 |
-
msgid "Checkout"
|
1424 |
-
msgstr "Checkout"
|
1425 |
-
|
1426 |
-
#: templates/checkout.php:180
|
1427 |
-
msgid "PCI compliant"
|
1428 |
-
msgstr "PCI compliant"
|
1429 |
-
|
1430 |
-
#. translators: %s: name (e.g. Hey John,)
|
1431 |
-
#: templates/connect.php:112
|
1432 |
-
msgctxt "greeting"
|
1433 |
-
msgid "Hey %s,"
|
1434 |
-
msgstr "Hey %s,"
|
1435 |
-
|
1436 |
-
#: templates/connect.php:154
|
1437 |
-
msgid "Allow & Continue"
|
1438 |
-
msgstr "Allow & Continue"
|
1439 |
-
|
1440 |
-
#: templates/connect.php:158
|
1441 |
-
msgid "Re-send activation email"
|
1442 |
-
msgstr "Re-send activation email"
|
1443 |
-
|
1444 |
-
#: templates/connect.php:162
|
1445 |
-
msgid "Thanks %s!"
|
1446 |
-
msgstr "Thanks %s!"
|
1447 |
-
|
1448 |
-
#: templates/connect.php:172, templates/forms/license-activation.php:44
|
1449 |
-
msgid "Agree & Activate License"
|
1450 |
-
msgstr "Agree & Activate License"
|
1451 |
-
|
1452 |
-
#: templates/connect.php:181
|
1453 |
-
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1454 |
-
msgstr "Thanks for purchasing %s! To get started, please enter your license key:"
|
1455 |
-
|
1456 |
-
#: templates/connect.php:188
|
1457 |
-
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."
|
1458 |
-
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."
|
1459 |
-
|
1460 |
-
#: templates/connect.php:189
|
1461 |
-
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1462 |
-
msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1463 |
-
|
1464 |
-
#: templates/connect.php:195
|
1465 |
-
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."
|
1466 |
-
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."
|
1467 |
-
|
1468 |
-
#: templates/connect.php:196
|
1469 |
-
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."
|
1470 |
-
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."
|
1471 |
-
|
1472 |
-
#: templates/connect.php:230
|
1473 |
-
msgid "We're excited to introduce the Freemius network-level integration."
|
1474 |
-
msgstr "We're excited to introduce the Freemius network-level integration."
|
1475 |
-
|
1476 |
-
#: templates/connect.php:233
|
1477 |
-
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1478 |
-
msgstr "During the update process we detected %d site(s) that are still pending license activation."
|
1479 |
-
|
1480 |
-
#: templates/connect.php:235
|
1481 |
-
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1482 |
-
msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1483 |
-
|
1484 |
-
#: templates/connect.php:237
|
1485 |
-
msgid "%s's paid features"
|
1486 |
-
msgstr "%s's paid features"
|
1487 |
-
|
1488 |
-
#: templates/connect.php:242
|
1489 |
-
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1490 |
-
msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1491 |
-
|
1492 |
-
#: templates/connect.php:244
|
1493 |
-
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1494 |
-
msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1495 |
-
|
1496 |
-
#: templates/connect.php:253, templates/forms/license-activation.php:47
|
1497 |
-
msgid "License key"
|
1498 |
-
msgstr "License key"
|
1499 |
-
|
1500 |
-
#: templates/connect.php:256, templates/forms/license-activation.php:20
|
1501 |
-
msgid "Can't find your license key?"
|
1502 |
-
msgstr "Can't find your license key?"
|
1503 |
-
|
1504 |
-
#: templates/connect.php:315, templates/connect.php:652, templates/forms/deactivation/retry-skip.php:20
|
1505 |
-
msgctxt "verb"
|
1506 |
-
msgid "Skip"
|
1507 |
-
msgstr "Skip"
|
1508 |
-
|
1509 |
-
#: templates/connect.php:318
|
1510 |
-
msgid "Delegate to Site Admins"
|
1511 |
-
msgstr "Delegate to Site Admins"
|
1512 |
-
|
1513 |
-
#: templates/connect.php:318
|
1514 |
-
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1515 |
-
msgstr "If you click it, this decision will be delegated to the sites administrators."
|
1516 |
-
|
1517 |
-
#: templates/connect.php:346
|
1518 |
-
msgid "Your Profile Overview"
|
1519 |
-
msgstr "Your Profile Overview"
|
1520 |
-
|
1521 |
-
#: templates/connect.php:347
|
1522 |
-
msgid "Name and email address"
|
1523 |
-
msgstr "Name and email address"
|
1524 |
-
|
1525 |
-
#: templates/connect.php:352
|
1526 |
-
msgid "Your Site Overview"
|
1527 |
-
msgstr "Your Site Overview"
|
1528 |
-
|
1529 |
-
#: templates/connect.php:353
|
1530 |
-
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1531 |
-
msgstr "Site URL, WP version, PHP info, plugins & themes"
|
1532 |
-
|
1533 |
-
#: templates/connect.php:358
|
1534 |
-
msgid "Admin Notices"
|
1535 |
-
msgstr "Admin Notices"
|
1536 |
-
|
1537 |
-
#: templates/connect.php:359, templates/connect.php:375
|
1538 |
-
msgid "Updates, announcements, marketing, no spam"
|
1539 |
-
msgstr "Updates, announcements, marketing, no spam"
|
1540 |
-
|
1541 |
-
#: templates/connect.php:364
|
1542 |
-
msgid "Current %s Events"
|
1543 |
-
msgstr "Current %s Events"
|
1544 |
-
|
1545 |
-
#: templates/connect.php:365
|
1546 |
-
msgid "Activation, deactivation and uninstall"
|
1547 |
-
msgstr "Activation, deactivation and uninstall"
|
1548 |
-
|
1549 |
-
#: templates/connect.php:374
|
1550 |
-
msgid "Newsletter"
|
1551 |
-
msgstr "Newsletter"
|
1552 |
-
|
1553 |
-
#: templates/connect.php:391, templates/forms/license-activation.php:39
|
1554 |
-
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."
|
1555 |
-
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."
|
1556 |
-
|
1557 |
-
#: templates/connect.php:396
|
1558 |
-
msgid "What permissions are being granted?"
|
1559 |
-
msgstr "What permissions are being granted?"
|
1560 |
-
|
1561 |
-
#: templates/connect.php:417
|
1562 |
-
msgid "Don't have a license key?"
|
1563 |
-
msgstr "Don't have a license key?"
|
1564 |
-
|
1565 |
-
#: templates/connect.php:420
|
1566 |
-
msgid "Have a license key?"
|
1567 |
-
msgstr "Have a license key?"
|
1568 |
-
|
1569 |
-
#: templates/connect.php:428
|
1570 |
-
msgid "Privacy Policy"
|
1571 |
-
msgstr "Privacy Policy"
|
1572 |
-
|
1573 |
-
#: templates/connect.php:430
|
1574 |
-
msgid "License Agreement"
|
1575 |
-
msgstr "License Agreement"
|
1576 |
-
|
1577 |
-
#: templates/connect.php:430
|
1578 |
-
msgid "Terms of Service"
|
1579 |
-
msgstr "Terms of Service"
|
1580 |
-
|
1581 |
-
#: templates/connect.php:805
|
1582 |
-
msgctxt "as in the process of sending an email"
|
1583 |
-
msgid "Sending email"
|
1584 |
-
msgstr "Sending email"
|
1585 |
-
|
1586 |
-
#: templates/connect.php:806
|
1587 |
-
msgctxt "as activating plugin"
|
1588 |
-
msgid "Activating"
|
1589 |
-
msgstr "Activating"
|
1590 |
-
|
1591 |
-
#: templates/contact.php:78
|
1592 |
-
msgid "Contact"
|
1593 |
-
msgstr "Contact"
|
1594 |
-
|
1595 |
-
#: templates/debug.php:17
|
1596 |
-
msgctxt "as turned off"
|
1597 |
-
msgid "Off"
|
1598 |
-
msgstr "Off"
|
1599 |
-
|
1600 |
-
#: templates/debug.php:18
|
1601 |
-
msgctxt "as turned on"
|
1602 |
-
msgid "On"
|
1603 |
-
msgstr "On"
|
1604 |
-
|
1605 |
-
#: templates/debug.php:20
|
1606 |
-
msgid "SDK"
|
1607 |
-
msgstr "SDK"
|
1608 |
-
|
1609 |
-
#: templates/debug.php:24
|
1610 |
-
msgctxt "as code debugging"
|
1611 |
-
msgid "Debugging"
|
1612 |
-
msgstr "Debugging"
|
1613 |
-
|
1614 |
-
#: templates/debug.php:54, templates/debug.php:250, templates/debug.php:376, templates/debug.php:494
|
1615 |
-
msgid "Actions"
|
1616 |
-
msgstr "Actions"
|
1617 |
-
|
1618 |
-
#: templates/debug.php:64
|
1619 |
-
msgid "Are you sure you want to delete all Freemius data?"
|
1620 |
-
msgstr "Are you sure you want to delete all Freemius data?"
|
1621 |
-
|
1622 |
-
#: templates/debug.php:64
|
1623 |
-
msgid "Delete All Accounts"
|
1624 |
-
msgstr "Delete All Accounts"
|
1625 |
-
|
1626 |
-
#: templates/debug.php:71
|
1627 |
-
msgid "Clear API Cache"
|
1628 |
-
msgstr "Clear API Cache"
|
1629 |
-
|
1630 |
-
#: templates/debug.php:79
|
1631 |
-
msgid "Clear Updates Transients"
|
1632 |
-
msgstr "Clear Updates Transients"
|
1633 |
-
|
1634 |
-
#: templates/debug.php:86
|
1635 |
-
msgid "Sync Data From Server"
|
1636 |
-
msgstr "Sync Data From Server"
|
1637 |
-
|
1638 |
-
#: templates/debug.php:95
|
1639 |
-
msgid "Migrate Options to Network"
|
1640 |
-
msgstr "Migrate Options to Network"
|
1641 |
-
|
1642 |
-
#: templates/debug.php:100
|
1643 |
-
msgid "Load DB Option"
|
1644 |
-
msgstr "Load DB Option"
|
1645 |
-
|
1646 |
-
#: templates/debug.php:103
|
1647 |
-
msgid "Set DB Option"
|
1648 |
-
msgstr "Set DB Option"
|
1649 |
-
|
1650 |
-
#: templates/debug.php:182
|
1651 |
-
msgid "Key"
|
1652 |
-
msgstr "Key"
|
1653 |
-
|
1654 |
-
#: templates/debug.php:183
|
1655 |
-
msgid "Value"
|
1656 |
-
msgstr "Value"
|
1657 |
-
|
1658 |
-
#: templates/debug.php:199
|
1659 |
-
msgctxt "as software development kit versions"
|
1660 |
-
msgid "SDK Versions"
|
1661 |
-
msgstr "SDK Versions"
|
1662 |
-
|
1663 |
-
#: templates/debug.php:204
|
1664 |
-
msgid "SDK Path"
|
1665 |
-
msgstr "SDK Path"
|
1666 |
-
|
1667 |
-
#: templates/debug.php:205, templates/debug.php:244
|
1668 |
-
msgid "Module Path"
|
1669 |
-
msgstr "Module Path"
|
1670 |
-
|
1671 |
-
#: templates/debug.php:206
|
1672 |
-
msgid "Is Active"
|
1673 |
-
msgstr "Is Active"
|
1674 |
-
|
1675 |
-
#: templates/debug.php:234, templates/debug/plugins-themes-sync.php:35
|
1676 |
-
msgid "Plugins"
|
1677 |
-
msgstr "Plugins"
|
1678 |
-
|
1679 |
-
#: templates/debug.php:234, templates/debug/plugins-themes-sync.php:56
|
1680 |
-
msgid "Themes"
|
1681 |
-
msgstr "Themes"
|
1682 |
-
|
1683 |
-
#: templates/debug.php:239, templates/debug.php:371, templates/debug.php:453, templates/debug/scheduled-crons.php:80
|
1684 |
-
msgid "Slug"
|
1685 |
-
msgstr "Slug"
|
1686 |
-
|
1687 |
-
#: templates/debug.php:241, templates/debug.php:452
|
1688 |
-
msgid "Title"
|
1689 |
-
msgstr "Title"
|
1690 |
-
|
1691 |
-
#: templates/debug.php:242
|
1692 |
-
msgctxt "as application program interface"
|
1693 |
-
msgid "API"
|
1694 |
-
msgstr "API"
|
1695 |
-
|
1696 |
-
#: templates/debug.php:243
|
1697 |
-
msgid "Freemius State"
|
1698 |
-
msgstr "Freemius State"
|
1699 |
-
|
1700 |
-
#: templates/debug.php:247
|
1701 |
-
msgid "Network Blog"
|
1702 |
-
msgstr "Network Blog"
|
1703 |
-
|
1704 |
-
#: templates/debug.php:248
|
1705 |
-
msgid "Network User"
|
1706 |
-
msgstr "Network User"
|
1707 |
-
|
1708 |
-
#: templates/debug.php:285
|
1709 |
-
msgctxt "as connection was successful"
|
1710 |
-
msgid "Connected"
|
1711 |
-
msgstr "Connected"
|
1712 |
-
|
1713 |
-
#: templates/debug.php:286
|
1714 |
-
msgctxt "as connection blocked"
|
1715 |
-
msgid "Blocked"
|
1716 |
-
msgstr "Blocked"
|
1717 |
-
|
1718 |
-
#: templates/debug.php:322
|
1719 |
-
msgid "Simulate Trial Promotion"
|
1720 |
-
msgstr "Simulate Trial Promotion"
|
1721 |
-
|
1722 |
-
#: templates/debug.php:334
|
1723 |
-
msgid "Simulate Network Upgrade"
|
1724 |
-
msgstr "Simulate Network Upgrade"
|
1725 |
-
|
1726 |
-
#: templates/debug.php:360
|
1727 |
-
msgid "%s Installs"
|
1728 |
-
msgstr "%s Installs"
|
1729 |
-
|
1730 |
-
#: templates/debug.php:362
|
1731 |
-
msgctxt "like websites"
|
1732 |
-
msgid "Sites"
|
1733 |
-
msgstr "Sites"
|
1734 |
-
|
1735 |
-
#: templates/debug.php:368, templates/account/partials/site.php:148
|
1736 |
-
msgid "Blog ID"
|
1737 |
-
msgstr "Blog ID"
|
1738 |
-
|
1739 |
-
#: templates/debug.php:433, templates/debug.php:511, templates/account/partials/addon.php:396
|
1740 |
-
msgctxt "verb"
|
1741 |
-
msgid "Delete"
|
1742 |
-
msgstr "Delete"
|
1743 |
-
|
1744 |
-
#: templates/debug.php:447
|
1745 |
-
msgid "Add Ons of module %s"
|
1746 |
-
msgstr "Add Ons of module %s"
|
1747 |
-
|
1748 |
-
#: templates/debug.php:484
|
1749 |
-
msgid "Users"
|
1750 |
-
msgstr "Users"
|
1751 |
-
|
1752 |
-
#: templates/debug.php:491
|
1753 |
-
msgid "Verified"
|
1754 |
-
msgstr "Verified"
|
1755 |
-
|
1756 |
-
#: templates/debug.php:522
|
1757 |
-
msgid "%s Licenses"
|
1758 |
-
msgstr "%s Licenses"
|
1759 |
-
|
1760 |
-
#: templates/debug.php:527
|
1761 |
-
msgid "Plugin ID"
|
1762 |
-
msgstr "Plugin ID"
|
1763 |
-
|
1764 |
-
#: templates/debug.php:529
|
1765 |
-
msgid "Plan ID"
|
1766 |
-
msgstr "Plan ID"
|
1767 |
-
|
1768 |
-
#: templates/debug.php:530
|
1769 |
-
msgid "Quota"
|
1770 |
-
msgstr "Quota"
|
1771 |
-
|
1772 |
-
#: templates/debug.php:531
|
1773 |
-
msgid "Activated"
|
1774 |
-
msgstr "Activated"
|
1775 |
-
|
1776 |
-
#: templates/debug.php:532
|
1777 |
-
msgid "Blocking"
|
1778 |
-
msgstr "Blocking"
|
1779 |
-
|
1780 |
-
#: templates/debug.php:534
|
1781 |
-
msgctxt "as expiration date"
|
1782 |
-
msgid "Expiration"
|
1783 |
-
msgstr "Expiration"
|
1784 |
-
|
1785 |
-
#: templates/debug.php:557
|
1786 |
-
msgid "Debug Log"
|
1787 |
-
msgstr "Debug Log"
|
1788 |
-
|
1789 |
-
#: templates/debug.php:561
|
1790 |
-
msgid "All Types"
|
1791 |
-
msgstr "All Types"
|
1792 |
-
|
1793 |
-
#: templates/debug.php:568
|
1794 |
-
msgid "All Requests"
|
1795 |
-
msgstr "All Requests"
|
1796 |
-
|
1797 |
-
#: templates/debug.php:573, templates/debug.php:602, templates/debug/logger.php:25
|
1798 |
-
msgid "File"
|
1799 |
-
msgstr "File"
|
1800 |
-
|
1801 |
-
#: templates/debug.php:574, templates/debug.php:600, templates/debug/logger.php:23
|
1802 |
-
msgid "Function"
|
1803 |
-
msgstr "Function"
|
1804 |
-
|
1805 |
-
#: templates/debug.php:575
|
1806 |
-
msgid "Process ID"
|
1807 |
-
msgstr "Process ID"
|
1808 |
-
|
1809 |
-
#: templates/debug.php:576
|
1810 |
-
msgid "Logger"
|
1811 |
-
msgstr "Logger"
|
1812 |
-
|
1813 |
-
#: templates/debug.php:577, templates/debug.php:601, templates/debug/logger.php:24
|
1814 |
-
msgid "Message"
|
1815 |
-
msgstr "Message"
|
1816 |
-
|
1817 |
-
#: templates/debug.php:579
|
1818 |
-
msgid "Filter"
|
1819 |
-
msgstr "Filter"
|
1820 |
-
|
1821 |
-
#: templates/debug.php:587
|
1822 |
-
msgid "Download"
|
1823 |
-
msgstr "Download"
|
1824 |
-
|
1825 |
-
#: templates/debug.php:598, templates/debug/logger.php:22
|
1826 |
-
msgid "Type"
|
1827 |
-
msgstr "Type"
|
1828 |
-
|
1829 |
-
#: templates/debug.php:603, templates/debug/logger.php:26
|
1830 |
-
msgid "Timestamp"
|
1831 |
-
msgstr "Timestamp"
|
1832 |
-
|
1833 |
-
#: templates/secure-https-header.php:28
|
1834 |
-
msgid "Secure HTTPS %s page, running from an external domain"
|
1835 |
-
msgstr "Secure HTTPS %s page, running from an external domain"
|
1836 |
-
|
1837 |
-
#: includes/customizer/class-fs-customizer-support-section.php:55, templates/plugin-info/features.php:43
|
1838 |
-
msgid "Support"
|
1839 |
-
msgstr "Support"
|
1840 |
-
|
1841 |
-
#: includes/debug/class-fs-debug-bar-panel.php:48, templates/debug/api-calls.php:54, templates/debug/logger.php:62
|
1842 |
-
msgctxt "milliseconds"
|
1843 |
-
msgid "ms"
|
1844 |
-
msgstr "ms"
|
1845 |
-
|
1846 |
-
#: includes/debug/debug-bar-start.php:41
|
1847 |
-
msgid "Freemius API"
|
1848 |
-
msgstr "Freemius API"
|
1849 |
-
|
1850 |
-
#: includes/debug/debug-bar-start.php:42
|
1851 |
-
msgid "Requests"
|
1852 |
-
msgstr "Requests"
|
1853 |
-
|
1854 |
-
#: templates/account/billing.php:22
|
1855 |
-
msgctxt "verb"
|
1856 |
-
msgid "Update"
|
1857 |
-
msgstr "Update"
|
1858 |
-
|
1859 |
-
#: templates/account/billing.php:33
|
1860 |
-
msgid "Billing"
|
1861 |
-
msgstr "Billing"
|
1862 |
-
|
1863 |
-
#: templates/account/billing.php:38, templates/account/billing.php:38
|
1864 |
-
msgid "Business name"
|
1865 |
-
msgstr "Business name"
|
1866 |
-
|
1867 |
-
#: templates/account/billing.php:39, templates/account/billing.php:39
|
1868 |
-
msgid "Tax / VAT ID"
|
1869 |
-
msgstr "Tax / VAT ID"
|
1870 |
-
|
1871 |
-
#: templates/account/billing.php:42, templates/account/billing.php:42, templates/account/billing.php:43, templates/account/billing.php:43
|
1872 |
-
msgid "Address Line %d"
|
1873 |
-
msgstr "Address Line %d"
|
1874 |
-
|
1875 |
-
#: templates/account/billing.php:46, templates/account/billing.php:46
|
1876 |
-
msgid "City"
|
1877 |
-
msgstr "City"
|
1878 |
-
|
1879 |
-
#: templates/account/billing.php:46, templates/account/billing.php:46
|
1880 |
-
msgid "Town"
|
1881 |
-
msgstr "Town"
|
1882 |
-
|
1883 |
-
#: templates/account/billing.php:47, templates/account/billing.php:47
|
1884 |
-
msgid "ZIP / Postal Code"
|
1885 |
-
msgstr "ZIP / Postal Code"
|
1886 |
-
|
1887 |
-
#: templates/account/billing.php:302
|
1888 |
-
msgid "Country"
|
1889 |
-
msgstr "Country"
|
1890 |
-
|
1891 |
-
#: templates/account/billing.php:304
|
1892 |
-
msgid "Select Country"
|
1893 |
-
msgstr "Select Country"
|
1894 |
-
|
1895 |
-
#: templates/account/billing.php:311, templates/account/billing.php:312
|
1896 |
-
msgid "State"
|
1897 |
-
msgstr "State"
|
1898 |
-
|
1899 |
-
#: templates/account/billing.php:311, templates/account/billing.php:312
|
1900 |
-
msgid "Province"
|
1901 |
-
msgstr "Province"
|
1902 |
-
|
1903 |
-
#: templates/account/payments.php:29
|
1904 |
-
msgid "Payments"
|
1905 |
-
msgstr "Payments"
|
1906 |
-
|
1907 |
-
#: templates/account/payments.php:36
|
1908 |
-
msgid "Date"
|
1909 |
-
msgstr "Date"
|
1910 |
-
|
1911 |
-
#: templates/account/payments.php:37
|
1912 |
-
msgid "Amount"
|
1913 |
-
msgstr "Amount"
|
1914 |
-
|
1915 |
-
#: templates/account/payments.php:38, templates/account/payments.php:50
|
1916 |
-
msgid "Invoice"
|
1917 |
-
msgstr "Invoice"
|
1918 |
-
|
1919 |
-
#: templates/debug/api-calls.php:56
|
1920 |
-
msgid "API"
|
1921 |
-
msgstr "API"
|
1922 |
-
|
1923 |
-
#: templates/debug/api-calls.php:68
|
1924 |
-
msgid "Method"
|
1925 |
-
msgstr "Method"
|
1926 |
-
|
1927 |
-
#: templates/debug/api-calls.php:69
|
1928 |
-
msgid "Code"
|
1929 |
-
msgstr "Code"
|
1930 |
-
|
1931 |
-
#: templates/debug/api-calls.php:70
|
1932 |
-
msgid "Length"
|
1933 |
-
msgstr "Length"
|
1934 |
-
|
1935 |
-
#: templates/debug/api-calls.php:71
|
1936 |
-
msgctxt "as file/folder path"
|
1937 |
-
msgid "Path"
|
1938 |
-
msgstr "Path"
|
1939 |
-
|
1940 |
-
#: templates/debug/api-calls.php:73
|
1941 |
-
msgid "Body"
|
1942 |
-
msgstr "Body"
|
1943 |
-
|
1944 |
-
#: templates/debug/api-calls.php:75
|
1945 |
-
msgid "Result"
|
1946 |
-
msgstr "Result"
|
1947 |
-
|
1948 |
-
#: templates/debug/api-calls.php:76
|
1949 |
-
msgid "Start"
|
1950 |
-
msgstr "Start"
|
1951 |
-
|
1952 |
-
#: templates/debug/api-calls.php:77
|
1953 |
-
msgid "End"
|
1954 |
-
msgstr "End"
|
1955 |
-
|
1956 |
-
#: templates/debug/logger.php:15
|
1957 |
-
msgid "Log"
|
1958 |
-
msgstr "Log"
|
1959 |
-
|
1960 |
-
#. translators: %s: time period (e.g. In "2 hours")
|
1961 |
-
#: templates/debug/plugins-themes-sync.php:18, templates/debug/scheduled-crons.php:91
|
1962 |
-
msgid "In %s"
|
1963 |
-
msgstr "In %s"
|
1964 |
-
|
1965 |
-
#. translators: %s: time period (e.g. "2 hours" ago)
|
1966 |
-
#: templates/debug/plugins-themes-sync.php:20, templates/debug/scheduled-crons.php:93
|
1967 |
-
msgid "%s ago"
|
1968 |
-
msgstr "%s ago"
|
1969 |
-
|
1970 |
-
#: templates/debug/plugins-themes-sync.php:21, templates/debug/scheduled-crons.php:74
|
1971 |
-
msgctxt "seconds"
|
1972 |
-
msgid "sec"
|
1973 |
-
msgstr "sec"
|
1974 |
-
|
1975 |
-
#: templates/debug/plugins-themes-sync.php:23
|
1976 |
-
msgid "Plugins & Themes Sync"
|
1977 |
-
msgstr "Plugins & Themes Sync"
|
1978 |
-
|
1979 |
-
#: templates/debug/plugins-themes-sync.php:28
|
1980 |
-
msgid "Total"
|
1981 |
-
msgstr "Total"
|
1982 |
-
|
1983 |
-
#: templates/debug/plugins-themes-sync.php:29, templates/debug/scheduled-crons.php:84
|
1984 |
-
msgid "Last"
|
1985 |
-
msgstr "Last"
|
1986 |
-
|
1987 |
-
#: templates/debug/scheduled-crons.php:76
|
1988 |
-
msgid "Scheduled Crons"
|
1989 |
-
msgstr "Scheduled Crons"
|
1990 |
-
|
1991 |
-
#: templates/debug/scheduled-crons.php:81
|
1992 |
-
msgid "Module"
|
1993 |
-
msgstr "Module"
|
1994 |
-
|
1995 |
-
#: templates/debug/scheduled-crons.php:82
|
1996 |
-
msgid "Module Type"
|
1997 |
-
msgstr "Module Type"
|
1998 |
-
|
1999 |
-
#: templates/debug/scheduled-crons.php:83
|
2000 |
-
msgid "Cron Type"
|
2001 |
-
msgstr "Cron Type"
|
2002 |
-
|
2003 |
-
#: templates/debug/scheduled-crons.php:85
|
2004 |
-
msgid "Next"
|
2005 |
-
msgstr "Next"
|
2006 |
-
|
2007 |
-
#: templates/forms/affiliation.php:82
|
2008 |
-
msgid "Non-expiring"
|
2009 |
-
msgstr "Non-expiring"
|
2010 |
-
|
2011 |
-
#: templates/forms/affiliation.php:85
|
2012 |
-
msgid "Apply to become an affiliate"
|
2013 |
-
msgstr "Apply to become an affiliate"
|
2014 |
-
|
2015 |
-
#: templates/forms/affiliation.php:104
|
2016 |
-
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2017 |
-
msgstr "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2018 |
-
|
2019 |
-
#: templates/forms/affiliation.php:119
|
2020 |
-
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."
|
2021 |
-
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."
|
2022 |
-
|
2023 |
-
#: templates/forms/affiliation.php:122
|
2024 |
-
msgid "Your affiliation account was temporarily suspended."
|
2025 |
-
msgstr "Your affiliation account was temporarily suspended."
|
2026 |
-
|
2027 |
-
#: templates/forms/affiliation.php:125
|
2028 |
-
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."
|
2029 |
-
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."
|
2030 |
-
|
2031 |
-
#: templates/forms/affiliation.php:128
|
2032 |
-
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2033 |
-
msgstr "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2034 |
-
|
2035 |
-
#: templates/forms/affiliation.php:141
|
2036 |
-
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2037 |
-
msgstr "Like the %s? Become our ambassador and earn cash ;-)"
|
2038 |
-
|
2039 |
-
#: templates/forms/affiliation.php:142
|
2040 |
-
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2041 |
-
msgstr "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2042 |
-
|
2043 |
-
#: templates/forms/affiliation.php:145
|
2044 |
-
msgid "Program Summary"
|
2045 |
-
msgstr "Program Summary"
|
2046 |
-
|
2047 |
-
#: templates/forms/affiliation.php:147
|
2048 |
-
msgid "%s commission when a customer purchases a new license."
|
2049 |
-
msgstr "%s commission when a customer purchases a new license."
|
2050 |
-
|
2051 |
-
#: templates/forms/affiliation.php:149
|
2052 |
-
msgid "Get commission for automated subscription renewals."
|
2053 |
-
msgstr "Get commission for automated subscription renewals."
|
2054 |
-
|
2055 |
-
#: templates/forms/affiliation.php:152
|
2056 |
-
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2057 |
-
msgstr "%s tracking cookie after the first visit to maximize earnings potential."
|
2058 |
-
|
2059 |
-
#: templates/forms/affiliation.php:155
|
2060 |
-
msgid "Unlimited commissions."
|
2061 |
-
msgstr "Unlimited commissions."
|
2062 |
-
|
2063 |
-
#: templates/forms/affiliation.php:157
|
2064 |
-
msgid "%s minimum payout amount."
|
2065 |
-
msgstr "%s minimum payout amount."
|
2066 |
-
|
2067 |
-
#: templates/forms/affiliation.php:158
|
2068 |
-
msgid "Payouts are in USD and processed monthly via PayPal."
|
2069 |
-
msgstr "Payouts are in USD and processed monthly via PayPal."
|
2070 |
-
|
2071 |
-
#: templates/forms/affiliation.php:159
|
2072 |
-
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2073 |
-
msgstr "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2074 |
-
|
2075 |
-
#: templates/forms/affiliation.php:162
|
2076 |
-
msgid "Affiliate"
|
2077 |
-
msgstr "Affiliate"
|
2078 |
-
|
2079 |
-
#: templates/forms/affiliation.php:165, templates/forms/resend-key.php:23
|
2080 |
-
msgid "Email address"
|
2081 |
-
msgstr "Email address"
|
2082 |
-
|
2083 |
-
#: templates/forms/affiliation.php:169
|
2084 |
-
msgid "Full name"
|
2085 |
-
msgstr "Full name"
|
2086 |
-
|
2087 |
-
#: templates/forms/affiliation.php:173
|
2088 |
-
msgid "PayPal account email address"
|
2089 |
-
msgstr "PayPal account email address"
|
2090 |
-
|
2091 |
-
#: templates/forms/affiliation.php:177
|
2092 |
-
msgid "Where are you going to promote the %s?"
|
2093 |
-
msgstr "Where are you going to promote the %s?"
|
2094 |
-
|
2095 |
-
#: templates/forms/affiliation.php:179
|
2096 |
-
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2097 |
-
msgstr "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2098 |
-
|
2099 |
-
#: templates/forms/affiliation.php:181
|
2100 |
-
msgid "Add another domain"
|
2101 |
-
msgstr "Add another domain"
|
2102 |
-
|
2103 |
-
#: templates/forms/affiliation.php:185
|
2104 |
-
msgid "Extra Domains"
|
2105 |
-
msgstr "Extra Domains"
|
2106 |
-
|
2107 |
-
#: templates/forms/affiliation.php:186
|
2108 |
-
msgid "Extra domains where you will be marketing the product from."
|
2109 |
-
msgstr "Extra domains where you will be marketing the product from."
|
2110 |
-
|
2111 |
-
#: templates/forms/affiliation.php:196
|
2112 |
-
msgid "Promotion methods"
|
2113 |
-
msgstr "Promotion methods"
|
2114 |
-
|
2115 |
-
#: templates/forms/affiliation.php:199
|
2116 |
-
msgid "Social media (Facebook, Twitter, etc.)"
|
2117 |
-
msgstr "Social media (Facebook, Twitter, etc.)"
|
2118 |
-
|
2119 |
-
#: templates/forms/affiliation.php:203
|
2120 |
-
msgid "Mobile apps"
|
2121 |
-
msgstr "Mobile apps"
|
2122 |
-
|
2123 |
-
#: templates/forms/affiliation.php:207
|
2124 |
-
msgid "Website, email, and social media statistics (optional)"
|
2125 |
-
msgstr "Website, email, and social media statistics (optional)"
|
2126 |
-
|
2127 |
-
#: templates/forms/affiliation.php:210
|
2128 |
-
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)."
|
2129 |
-
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)."
|
2130 |
-
|
2131 |
-
#: templates/forms/affiliation.php:214
|
2132 |
-
msgid "How will you promote us?"
|
2133 |
-
msgstr "How will you promote us?"
|
2134 |
-
|
2135 |
-
#: templates/forms/affiliation.php:217
|
2136 |
-
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2137 |
-
msgstr "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2138 |
-
|
2139 |
-
#: templates/forms/affiliation.php:223, templates/forms/resend-key.php:22
|
2140 |
-
msgid "Cancel"
|
2141 |
-
msgstr "Cancel"
|
2142 |
-
|
2143 |
-
#: templates/forms/affiliation.php:225
|
2144 |
-
msgid "Become an affiliate"
|
2145 |
-
msgstr "Become an affiliate"
|
2146 |
-
|
2147 |
-
#: templates/forms/license-activation.php:21
|
2148 |
-
msgid "Please enter the license key that you received in the email right after the purchase:"
|
2149 |
-
msgstr "Please enter the license key that you received in the email right after the purchase:"
|
2150 |
-
|
2151 |
-
#: templates/forms/license-activation.php:26
|
2152 |
-
msgid "Update License"
|
2153 |
-
msgstr "Update License"
|
2154 |
-
|
2155 |
-
#: templates/forms/optout.php:30
|
2156 |
-
msgctxt "verb"
|
2157 |
-
msgid "Opt Out"
|
2158 |
-
msgstr "Opt Out"
|
2159 |
-
|
2160 |
-
#: templates/forms/optout.php:31
|
2161 |
-
msgctxt "verb"
|
2162 |
-
msgid "Opt In"
|
2163 |
-
msgstr "Opt In"
|
2164 |
-
|
2165 |
-
#: templates/forms/optout.php:33
|
2166 |
-
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."
|
2167 |
-
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."
|
2168 |
-
|
2169 |
-
#: templates/forms/optout.php:35
|
2170 |
-
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2171 |
-
msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2172 |
-
|
2173 |
-
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2174 |
-
msgid "There is a new version of %s available."
|
2175 |
-
msgstr "There is a new version of %s available."
|
2176 |
-
|
2177 |
-
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2178 |
-
msgid " %s to access version %s security & feature updates, and support."
|
2179 |
-
msgstr " %s to access version %s security & feature updates, and support."
|
2180 |
-
|
2181 |
-
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2182 |
-
msgid "New Version Available"
|
2183 |
-
msgstr "New Version Available"
|
2184 |
-
|
2185 |
-
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2186 |
-
msgctxt "close a window"
|
2187 |
-
msgid "Dismiss"
|
2188 |
-
msgstr "Dismiss"
|
2189 |
-
|
2190 |
-
#: templates/forms/resend-key.php:21
|
2191 |
-
msgid "Send License Key"
|
2192 |
-
msgstr "Send License Key"
|
2193 |
-
|
2194 |
-
#: templates/forms/resend-key.php:57
|
2195 |
-
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2196 |
-
msgstr "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2197 |
-
|
2198 |
-
#: templates/forms/subscription-cancellation.php:37
|
2199 |
-
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2200 |
-
msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2201 |
-
|
2202 |
-
#: templates/forms/subscription-cancellation.php:47
|
2203 |
-
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?"
|
2204 |
-
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?"
|
2205 |
-
|
2206 |
-
#: templates/forms/subscription-cancellation.php:52
|
2207 |
-
msgid "license"
|
2208 |
-
msgstr "license"
|
2209 |
-
|
2210 |
-
#: templates/forms/subscription-cancellation.php:57
|
2211 |
-
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."
|
2212 |
-
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."
|
2213 |
-
|
2214 |
-
#: templates/forms/subscription-cancellation.php:68
|
2215 |
-
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2216 |
-
msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2217 |
-
|
2218 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
|
2219 |
-
#: templates/forms/subscription-cancellation.php:99, templates/account/partials/addon.php:29, templates/account/partials/site.php:298
|
2220 |
-
msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2221 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2222 |
-
|
2223 |
-
#: templates/forms/subscription-cancellation.php:103
|
2224 |
-
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."
|
2225 |
-
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."
|
2226 |
-
|
2227 |
-
#: templates/forms/subscription-cancellation.php:136
|
2228 |
-
msgid "Cancel %s?"
|
2229 |
-
msgstr "Cancel %s?"
|
2230 |
-
|
2231 |
-
#: templates/forms/subscription-cancellation.php:143
|
2232 |
-
msgid "Proceed"
|
2233 |
-
msgstr "Proceed"
|
2234 |
-
|
2235 |
-
#: templates/forms/subscription-cancellation.php:191, templates/forms/deactivation/form.php:171
|
2236 |
-
msgid "Cancel %s & Proceed"
|
2237 |
-
msgstr "Cancel %s & Proceed"
|
2238 |
-
|
2239 |
-
#: templates/forms/trial-start.php:22
|
2240 |
-
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2241 |
-
msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2242 |
-
|
2243 |
-
#: templates/forms/trial-start.php:28
|
2244 |
-
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."
|
2245 |
-
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."
|
2246 |
-
|
2247 |
-
#: templates/js/style-premium-theme.php:39
|
2248 |
-
msgid "Premium"
|
2249 |
-
msgstr "Premium"
|
2250 |
-
|
2251 |
-
#: templates/js/style-premium-theme.php:42
|
2252 |
-
msgid "Beta"
|
2253 |
-
msgstr "Beta"
|
2254 |
-
|
2255 |
-
#: templates/partials/network-activation.php:27
|
2256 |
-
msgid "Activate license on all sites in the network."
|
2257 |
-
msgstr "Activate license on all sites in the network."
|
2258 |
-
|
2259 |
-
#: templates/partials/network-activation.php:28
|
2260 |
-
msgid "Apply on all sites in the network."
|
2261 |
-
msgstr "Apply on all sites in the network."
|
2262 |
-
|
2263 |
-
#: templates/partials/network-activation.php:31
|
2264 |
-
msgid "Activate license on all pending sites."
|
2265 |
-
msgstr "Activate license on all pending sites."
|
2266 |
-
|
2267 |
-
#: templates/partials/network-activation.php:32
|
2268 |
-
msgid "Apply on all pending sites."
|
2269 |
-
msgstr "Apply on all pending sites."
|
2270 |
-
|
2271 |
-
#: templates/partials/network-activation.php:40, templates/partials/network-activation.php:74
|
2272 |
-
msgid "allow"
|
2273 |
-
msgstr "allow"
|
2274 |
-
|
2275 |
-
#: templates/partials/network-activation.php:43, templates/partials/network-activation.php:77
|
2276 |
-
msgid "delegate"
|
2277 |
-
msgstr "delegate"
|
2278 |
-
|
2279 |
-
#: templates/partials/network-activation.php:47, templates/partials/network-activation.php:81
|
2280 |
-
msgid "skip"
|
2281 |
-
msgstr "skip"
|
2282 |
-
|
2283 |
-
#: templates/plugin-info/description.php:72, templates/plugin-info/screenshots.php:31
|
2284 |
-
msgid "Click to view full-size screenshot %d"
|
2285 |
-
msgstr "Click to view full-size screenshot %d"
|
2286 |
-
|
2287 |
-
#: templates/plugin-info/features.php:56
|
2288 |
-
msgid "Unlimited Updates"
|
2289 |
-
msgstr "Unlimited Updates"
|
2290 |
-
|
2291 |
-
#: templates/account/partials/activate-license-button.php:46
|
2292 |
-
msgid "Localhost"
|
2293 |
-
msgstr "Localhost"
|
2294 |
-
|
2295 |
-
#: templates/account/partials/activate-license-button.php:50
|
2296 |
-
msgctxt "as 5 licenses left"
|
2297 |
-
msgid "%s left"
|
2298 |
-
msgstr "%s left"
|
2299 |
-
|
2300 |
-
#: templates/account/partials/activate-license-button.php:51
|
2301 |
-
msgid "Last license"
|
2302 |
-
msgstr "Last license"
|
2303 |
-
|
2304 |
-
#: templates/account/partials/addon.php:167
|
2305 |
-
msgid "Cancelled"
|
2306 |
-
msgstr "Cancelled"
|
2307 |
-
|
2308 |
-
#: templates/account/partials/addon.php:177
|
2309 |
-
msgid "No expiration"
|
2310 |
-
msgstr "No expiration"
|
2311 |
-
|
2312 |
-
#: templates/account/partials/site.php:181
|
2313 |
-
msgid "Owner Name"
|
2314 |
-
msgstr "Owner Name"
|
2315 |
-
|
2316 |
-
#: templates/account/partials/site.php:193
|
2317 |
-
msgid "Owner Email"
|
2318 |
-
msgstr "Owner Email"
|
2319 |
-
|
2320 |
-
#: templates/account/partials/site.php:205
|
2321 |
-
msgid "Owner ID"
|
2322 |
-
msgstr "Owner ID"
|
2323 |
-
|
2324 |
-
#: templates/account/partials/site.php:270
|
2325 |
-
msgid "Subscription"
|
2326 |
-
msgstr "Subscription"
|
2327 |
-
|
2328 |
-
#: templates/forms/deactivation/contact.php:19
|
2329 |
-
msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2330 |
-
msgstr "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2331 |
-
|
2332 |
-
#: templates/forms/deactivation/contact.php:22
|
2333 |
-
msgid "Contact Support"
|
2334 |
-
msgstr "Contact Support"
|
2335 |
-
|
2336 |
-
#: templates/forms/deactivation/form.php:64
|
2337 |
-
msgid "Anonymous feedback"
|
2338 |
-
msgstr "Anonymous feedback"
|
2339 |
-
|
2340 |
-
#: templates/forms/deactivation/form.php:70
|
2341 |
-
msgid "Deactivate"
|
2342 |
-
msgstr "Deactivate"
|
2343 |
-
|
2344 |
-
#: templates/forms/deactivation/form.php:72
|
2345 |
-
msgid "Activate %s"
|
2346 |
-
msgstr "Activate %s"
|
2347 |
-
|
2348 |
-
#: templates/forms/deactivation/form.php:87
|
2349 |
-
msgid "Quick Feedback"
|
2350 |
-
msgstr "Quick Feedback"
|
2351 |
-
|
2352 |
-
#: templates/forms/deactivation/form.php:91
|
2353 |
-
msgid "If you have a moment, please let us know why you are %s"
|
2354 |
-
msgstr "If you have a moment, please let us know why you are %s"
|
2355 |
-
|
2356 |
-
#: templates/forms/deactivation/form.php:91
|
2357 |
-
msgid "deactivating"
|
2358 |
-
msgstr "deactivating"
|
2359 |
-
|
2360 |
-
#: templates/forms/deactivation/form.php:91
|
2361 |
-
msgid "switching"
|
2362 |
-
msgstr "switching"
|
2363 |
-
|
2364 |
-
#: templates/forms/deactivation/form.php:365
|
2365 |
-
msgid "Submit & %s"
|
2366 |
-
msgstr "Submit & %s"
|
2367 |
-
|
2368 |
-
#: templates/forms/deactivation/form.php:386
|
2369 |
-
msgid "Kindly tell us the reason so we can improve."
|
2370 |
-
msgstr "Kindly tell us the reason so we can improve."
|
2371 |
-
|
2372 |
-
#: templates/forms/deactivation/form.php:511
|
2373 |
-
msgid "Yes - %s"
|
2374 |
-
msgstr "Yes - %s"
|
2375 |
-
|
2376 |
-
#: templates/forms/deactivation/form.php:518
|
2377 |
-
msgid "Skip & %s"
|
2378 |
-
msgstr "Skip & %s"
|
2379 |
-
|
2380 |
-
#: templates/forms/deactivation/retry-skip.php:21
|
2381 |
-
msgid "Click here to use the plugin anonymously"
|
2382 |
-
msgstr "Click here to use the plugin anonymously"
|
2383 |
-
|
2384 |
-
#: templates/forms/deactivation/retry-skip.php:23
|
2385 |
-
msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
2386 |
-
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-es_ES.mo
CHANGED
Binary file
|
freemius/languages/freemius-es_ES.po
DELETED
@@ -1,2508 +0,0 @@
|
|
1 |
-
# Copyright (C) 2019 freemius
|
2 |
-
# This file is distributed under the same license as the freemius package.
|
3 |
-
# Translators:
|
4 |
-
# Carlos Longarela <carlos@longarela.eu>, 2017-2018
|
5 |
-
msgid ""
|
6 |
-
msgstr ""
|
7 |
-
"Project-Id-Version: WordPress SDK\n"
|
8 |
-
"Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
|
9 |
-
"POT-Creation-Date: \n"
|
10 |
-
"PO-Revision-Date: 2019-06-05 13:40+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"
|
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.php1838, templates/account.php:769
|
25 |
-
msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
26 |
-
msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
27 |
-
|
28 |
-
#: includes/class-freemius.php:1845
|
29 |
-
msgid "Would you like to proceed with the update?"
|
30 |
-
msgstr "Would you like to proceed with the update?"
|
31 |
-
|
32 |
-
#: includes/class-freemius.php:2053
|
33 |
-
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
34 |
-
msgstr "Freemius SDK no pudo encontrar el archivo principal del plugin. Por favor contacta a sdk@freemius.com con el error actual."
|
35 |
-
|
36 |
-
#: includes/class-freemius.php:2055
|
37 |
-
msgid "Error"
|
38 |
-
msgstr "Error"
|
39 |
-
|
40 |
-
#: includes/class-freemius.php:2445
|
41 |
-
msgid "I found a better %s"
|
42 |
-
msgstr "He encontrado un %s mejor"
|
43 |
-
|
44 |
-
#: includes/class-freemius.php:2447
|
45 |
-
msgid "What's the %s's name?"
|
46 |
-
msgstr "¿Cuál es el nombre de %s?"
|
47 |
-
|
48 |
-
#: includes/class-freemius.php:2453
|
49 |
-
msgid "It's a temporary %s. I'm just debugging an issue."
|
50 |
-
msgstr "Es una %stemporal . Sólo estoy depurando un problema"
|
51 |
-
|
52 |
-
#: includes/class-freemius.php:2455
|
53 |
-
msgid "Deactivation"
|
54 |
-
msgstr "Desactivación"
|
55 |
-
|
56 |
-
#: includes/class-freemius.php:2456
|
57 |
-
msgid "Theme Switch"
|
58 |
-
msgstr "Cambiar tema"
|
59 |
-
|
60 |
-
#: includes/class-freemius.php2465, templates/forms/resend-key.php:24
|
61 |
-
msgid "Other"
|
62 |
-
msgstr "Otra"
|
63 |
-
|
64 |
-
#: includes/class-freemius.php:2473
|
65 |
-
msgid "I no longer need the %s"
|
66 |
-
msgstr "Ya no necesito el %s"
|
67 |
-
|
68 |
-
#: includes/class-freemius.php:2480
|
69 |
-
msgid "I only needed the %s for a short period"
|
70 |
-
msgstr "Sólo necesitaba la %s por un corto período"
|
71 |
-
|
72 |
-
#: includes/class-freemius.php:2486
|
73 |
-
msgid "The %s broke my site"
|
74 |
-
msgstr "%s ha roto mi sitio"
|
75 |
-
|
76 |
-
#: includes/class-freemius.php:2493
|
77 |
-
msgid "The %s suddenly stopped working"
|
78 |
-
msgstr "%s de repente ha dejado de funcionar"
|
79 |
-
|
80 |
-
#: includes/class-freemius.php:2503
|
81 |
-
msgid "I can't pay for it anymore"
|
82 |
-
msgstr "No puedo pagarlo durante más tiempo"
|
83 |
-
|
84 |
-
#: includes/class-freemius.php:2505
|
85 |
-
msgid "What price would you feel comfortable paying?"
|
86 |
-
msgstr "¿Con qué precio te sentirías cómodo pagando?"
|
87 |
-
|
88 |
-
#: includes/class-freemius.php:2511
|
89 |
-
msgid "I don't like to share my information with you"
|
90 |
-
msgstr "No me gusta compartir mi información contigo"
|
91 |
-
|
92 |
-
#: includes/class-freemius.php:2532
|
93 |
-
msgid "The %s didn't work"
|
94 |
-
msgstr "El %s no funcionaba"
|
95 |
-
|
96 |
-
#: includes/class-freemius.php:2542
|
97 |
-
msgid "I couldn't understand how to make it work"
|
98 |
-
msgstr "No entiendo cómo hacerlo funcionar"
|
99 |
-
|
100 |
-
#: includes/class-freemius.php:2550
|
101 |
-
msgid "The %s is great, but I need specific feature that you don't support"
|
102 |
-
msgstr "%s es genial, pero necesito una característica que no soportáis"
|
103 |
-
|
104 |
-
#: includes/class-freemius.php:2552
|
105 |
-
msgid "What feature?"
|
106 |
-
msgstr "¿Qué característica?"
|
107 |
-
|
108 |
-
#: includes/class-freemius.php:2556
|
109 |
-
msgid "The %s is not working"
|
110 |
-
msgstr " El %s no funciona"
|
111 |
-
|
112 |
-
#: includes/class-freemius.php:2558
|
113 |
-
msgid "Kindly share what didn't work so we can fix it for future users..."
|
114 |
-
msgstr "Por favor, comparte lo que no funcionó para que podamos arreglarlo para los futuros usuarios..."
|
115 |
-
|
116 |
-
#: includes/class-freemius.php:2562
|
117 |
-
msgid "It's not what I was looking for"
|
118 |
-
msgstr "No es lo que estaba buscando"
|
119 |
-
|
120 |
-
#: includes/class-freemius.php:2564
|
121 |
-
msgid "What you've been looking for?"
|
122 |
-
msgstr "¿Que has estado buscando?"
|
123 |
-
|
124 |
-
#: includes/class-freemius.php:2568
|
125 |
-
msgid "The %s didn't work as expected"
|
126 |
-
msgstr " El %s no funciona como esperaba"
|
127 |
-
|
128 |
-
#: includes/class-freemius.php:2570
|
129 |
-
msgid "What did you expect?"
|
130 |
-
msgstr "¿Qué esperas?"
|
131 |
-
|
132 |
-
#: includes/class-freemius.php3425, templates/debug.php:20
|
133 |
-
msgid "Freemius Debug"
|
134 |
-
msgstr "Debug Freemius"
|
135 |
-
|
136 |
-
#: includes/class-freemius.php:4177
|
137 |
-
msgid "I don't know what is cURL or how to install it, help me!"
|
138 |
-
msgstr "No sé qué es cURL o cómo instalarlo, ¡ayúdame!"
|
139 |
-
|
140 |
-
#: includes/class-freemius.php:4179
|
141 |
-
msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
142 |
-
msgstr "Nos aseguraremos de ponernos en contacto con tu empresa de alojamiento web y resolver el problema. Recibirás un correo electrónico de seguimiento a %s tan pronto tengamos una actualización."
|
143 |
-
|
144 |
-
#: includes/class-freemius.php:4186
|
145 |
-
msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
146 |
-
msgstr "Genial, por favor instala cURL y habilítalo en el archivo php.ini. Además, busca la directiva 'disable_functions' en el archivo php.ini y quita cualquier método que comienza con 'curl_'. Para asegurarte de que se activó con éxito, utiliza 'phpinfo()'. Una vez activado, desactiva el %s y reactívalo de nuevo."
|
147 |
-
|
148 |
-
#: includes/class-freemius.php:4291
|
149 |
-
msgid "Yes - do your thing"
|
150 |
-
msgstr "Vamos, adelante"
|
151 |
-
|
152 |
-
#: includes/class-freemius.php:4296
|
153 |
-
msgid "No - just deactivate"
|
154 |
-
msgstr "No - sólo desactivar"
|
155 |
-
|
156 |
-
#: includes/class-freemius.php4341, includes/class-freemius.php4850,
|
157 |
-
#: includes/class-freemius.php5999, includes/class-freemius.php12682,
|
158 |
-
#: includes/class-freemius.php16045, includes/class-freemius.php16133,
|
159 |
-
#: includes/class-freemius.php16299, includes/class-freemius.php18758,
|
160 |
-
#: includes/class-freemius.php18768, includes/class-freemius.php19404,
|
161 |
-
#: includes/class-freemius.php20277, includes/class-freemius.php20392,
|
162 |
-
#: includes/class-freemius.php20536, templates/add-ons.php:54
|
163 |
-
msgctxt "exclamation"
|
164 |
-
msgid "Oops"
|
165 |
-
msgstr "Oops"
|
166 |
-
|
167 |
-
#: includes/class-freemius.php:4410
|
168 |
-
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."
|
169 |
-
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."
|
170 |
-
|
171 |
-
#: includes/class-freemius.php:4847
|
172 |
-
msgctxt "addonX cannot run without pluginY"
|
173 |
-
msgid "%s cannot run without %s."
|
174 |
-
msgstr "%s no se puede ejecutar sin %s."
|
175 |
-
|
176 |
-
#: includes/class-freemius.php:4848
|
177 |
-
msgctxt "addonX cannot run..."
|
178 |
-
msgid "%s cannot run without the plugin."
|
179 |
-
msgstr "%s no se puede ejecutar sin el plugin."
|
180 |
-
|
181 |
-
#: includes/class-freemius.php5020, includes/class-freemius.php5045,
|
182 |
-
#: includes/class-freemius.php:19475
|
183 |
-
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
184 |
-
msgstr "Error inesperado del API. Pónte en contacto con el autor de %s indicándole el siguiente error."
|
185 |
-
|
186 |
-
#: includes/class-freemius.php:5687
|
187 |
-
msgid "Premium %s version was successfully activated."
|
188 |
-
msgstr "La versión Premium %s ha sido activada con éxito."
|
189 |
-
|
190 |
-
#: includes/class-freemius.php5699, includes/class-freemius.php:7567
|
191 |
-
msgctxt ""
|
192 |
-
msgid "W00t"
|
193 |
-
msgstr "W00t"
|
194 |
-
|
195 |
-
#: includes/class-freemius.php:5714
|
196 |
-
msgid "You have a %s license."
|
197 |
-
msgstr "Tienes una licencia %s."
|
198 |
-
|
199 |
-
#: includes/class-freemius.php5718, includes/class-freemius.php15466,
|
200 |
-
#: includes/class-freemius.php15477, includes/class-freemius.php18669,
|
201 |
-
#: includes/class-freemius.php18999, includes/class-freemius.php19065,
|
202 |
-
#: includes/class-freemius.php:19229
|
203 |
-
msgctxt "interjection expressing joy or exuberance"
|
204 |
-
msgid "Yee-haw"
|
205 |
-
msgstr "Vaya"
|
206 |
-
|
207 |
-
#: includes/class-freemius.php:5982
|
208 |
-
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."
|
209 |
-
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."
|
210 |
-
|
211 |
-
#: includes/class-freemius.php:5986
|
212 |
-
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
213 |
-
msgstr "%s es un complemento único de premium. Tienes que comprar una licencia primero antes de activar el plugin."
|
214 |
-
|
215 |
-
#: includes/class-freemius.php5995, templates/add-ons.php130,
|
216 |
-
#: templates/account/partials/addon.php:343
|
217 |
-
msgid "More information about %s"
|
218 |
-
msgstr "Más información sobre %s"
|
219 |
-
|
220 |
-
#: includes/class-freemius.php:5996
|
221 |
-
msgid "Purchase License"
|
222 |
-
msgstr "Comprar licencia"
|
223 |
-
|
224 |
-
#: includes/class-freemius.php6931, templates/connect.php:163
|
225 |
-
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."
|
226 |
-
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."
|
227 |
-
|
228 |
-
#: includes/class-freemius.php:6935
|
229 |
-
msgid "start the trial"
|
230 |
-
msgstr "comenzar el período de prueba"
|
231 |
-
|
232 |
-
#: includes/class-freemius.php6936, templates/connect.php:167
|
233 |
-
msgid "complete the install"
|
234 |
-
msgstr "completar la instalación"
|
235 |
-
|
236 |
-
#: includes/class-freemius.php:7049
|
237 |
-
msgid "You are just one step away - %s"
|
238 |
-
msgstr "Estás a sólo un paso - %s"
|
239 |
-
|
240 |
-
#: includes/class-freemius.php:7052
|
241 |
-
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
242 |
-
msgid "Complete \"%s\" Activation Now"
|
243 |
-
msgstr "Completar la activación de \"%s\" ahora"
|
244 |
-
|
245 |
-
#: includes/class-freemius.php:7130
|
246 |
-
msgid "We made a few tweaks to the %s, %s"
|
247 |
-
msgstr "Hemos realizado algunas optimizaciones al %s, %s"
|
248 |
-
|
249 |
-
#: includes/class-freemius.php:7134
|
250 |
-
msgid "Opt in to make \"%s\" better!"
|
251 |
-
msgstr "¡Inscríbite para hacer \"%s\" Mejor!"
|
252 |
-
|
253 |
-
#: includes/class-freemius.php:7566
|
254 |
-
msgid "The upgrade of %s was successfully completed."
|
255 |
-
msgstr "La actualización de %s se completó con éxito."
|
256 |
-
|
257 |
-
#: includes/class-freemius.php9728, includes/class-fs-plugin-updater.php975,
|
258 |
-
#: includes/class-fs-plugin-updater.php1170,
|
259 |
-
#: includes/class-fs-plugin-updater.php1177,
|
260 |
-
#: templates/auto-installation.php:32
|
261 |
-
msgid "Add-On"
|
262 |
-
msgstr "Complemento"
|
263 |
-
|
264 |
-
#: includes/class-freemius.php9730, templates/account.php313,
|
265 |
-
#: templates/account.php321, templates/debug.php361, templates/debug.php:522
|
266 |
-
msgid "Plugin"
|
267 |
-
msgstr "Plugin"
|
268 |
-
|
269 |
-
#: includes/class-freemius.php9731, templates/account.php314,
|
270 |
-
#: templates/account.php322, templates/debug.php361, templates/debug.php522,
|
271 |
-
#: templates/forms/deactivation/form.php:71
|
272 |
-
msgid "Theme"
|
273 |
-
msgstr "Tema"
|
274 |
-
|
275 |
-
#: includes/class-freemius.php:12148
|
276 |
-
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
277 |
-
msgstr "An unknown error has occurred while trying to set the user's beta mode."
|
278 |
-
|
279 |
-
#: includes/class-freemius.php:12549
|
280 |
-
msgid "Invalid site details collection."
|
281 |
-
msgstr "Colección de detalles del sitio no válida."
|
282 |
-
|
283 |
-
#: includes/class-freemius.php:12669
|
284 |
-
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
285 |
-
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?"
|
286 |
-
|
287 |
-
#: includes/class-freemius.php:12671
|
288 |
-
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
289 |
-
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?"
|
290 |
-
|
291 |
-
#: includes/class-freemius.php:12945
|
292 |
-
msgid "Account is pending activation."
|
293 |
-
msgstr "La cuenta está pendiente de activación"
|
294 |
-
|
295 |
-
#: includes/class-freemius.php13057,
|
296 |
-
#: templates/forms/premium-versions-upgrade-handler.php:47
|
297 |
-
msgid "Buy a license now"
|
298 |
-
msgstr "Compra una licencia ahora"
|
299 |
-
|
300 |
-
#: includes/class-freemius.php13069,
|
301 |
-
#: templates/forms/premium-versions-upgrade-handler.php:46
|
302 |
-
msgid "Renew your license now"
|
303 |
-
msgstr "Renueva tu licencia ahora"
|
304 |
-
|
305 |
-
#: includes/class-freemius.php:13073
|
306 |
-
msgid "%s to access version %s security & feature updates, and support."
|
307 |
-
msgstr "%s para acceder a la versión %s de actualizaciones de funciones, seguridad y soporte."
|
308 |
-
|
309 |
-
#: includes/class-freemius.php:15448
|
310 |
-
msgid "%s activation was successfully completed."
|
311 |
-
msgstr "%s activación se completó con éxito."
|
312 |
-
|
313 |
-
#: includes/class-freemius.php:15462
|
314 |
-
msgid "Your account was successfully activated with the %s plan."
|
315 |
-
msgstr "Tu cuenta se ha activado correctamente con el plan %s."
|
316 |
-
|
317 |
-
#: includes/class-freemius.php15473, includes/class-freemius.php:19061
|
318 |
-
msgid "Your trial has been successfully started."
|
319 |
-
msgstr "Tu versión de prueba se ha iniciado con éxito."
|
320 |
-
|
321 |
-
#: includes/class-freemius.php16043, includes/class-freemius.php16131,
|
322 |
-
#: includes/class-freemius.php:16297
|
323 |
-
msgid "Couldn't activate %s."
|
324 |
-
msgstr "No se puede activar %s."
|
325 |
-
|
326 |
-
#: includes/class-freemius.php16044, includes/class-freemius.php16132,
|
327 |
-
#: includes/class-freemius.php:16298
|
328 |
-
msgid "Please contact us with the following message:"
|
329 |
-
msgstr "Por favor contáctanos con el siguiente mensaje:"
|
330 |
-
|
331 |
-
#: includes/class-freemius.php:16128
|
332 |
-
msgid "An unknown error has occurred."
|
333 |
-
msgstr "An unknown error has occurred."
|
334 |
-
|
335 |
-
#: includes/class-freemius.php16655, includes/class-freemius.php:21409
|
336 |
-
msgid "Upgrade"
|
337 |
-
msgstr "Actualizar"
|
338 |
-
|
339 |
-
#: includes/class-freemius.php:16661
|
340 |
-
msgid "Start Trial"
|
341 |
-
msgstr "Comenzar el período de prueba"
|
342 |
-
|
343 |
-
#: includes/class-freemius.php:16663
|
344 |
-
msgid "Pricing"
|
345 |
-
msgstr "Precio"
|
346 |
-
|
347 |
-
#: includes/class-freemius.php16742, includes/class-freemius.php:16744
|
348 |
-
msgid "Affiliation"
|
349 |
-
msgstr "Afiliación"
|
350 |
-
|
351 |
-
#: includes/class-freemius.php16772, includes/class-freemius.php16774,
|
352 |
-
#: templates/account.php177, templates/debug.php:326
|
353 |
-
msgid "Account"
|
354 |
-
msgstr "Cuenta"
|
355 |
-
|
356 |
-
#: includes/class-freemius.php16787, includes/class-freemius.php16789,
|
357 |
-
#: includes/customizer/class-fs-customizer-support-section.php:60
|
358 |
-
msgid "Contact Us"
|
359 |
-
msgstr "Contáctanos"
|
360 |
-
|
361 |
-
#: includes/class-freemius.php16799, includes/class-freemius.php16801,
|
362 |
-
#: includes/class-freemius.php21423, templates/account.php105,
|
363 |
-
#: templates/account/partials/addon.php:45
|
364 |
-
msgid "Add-Ons"
|
365 |
-
msgstr "Complementos"
|
366 |
-
|
367 |
-
#: includes/class-freemius.php:16835
|
368 |
-
msgctxt "ASCII arrow left icon"
|
369 |
-
msgid "←"
|
370 |
-
msgstr "←"
|
371 |
-
|
372 |
-
#: includes/class-freemius.php:16835
|
373 |
-
msgctxt "ASCII arrow right icon"
|
374 |
-
msgid "➤"
|
375 |
-
msgstr "➤"
|
376 |
-
|
377 |
-
#: includes/class-freemius.php16837, templates/pricing.php:102
|
378 |
-
msgctxt "noun"
|
379 |
-
msgid "Pricing"
|
380 |
-
msgstr "Precio"
|
381 |
-
|
382 |
-
#: includes/class-freemius.php17050,
|
383 |
-
#: includes/customizer/class-fs-customizer-support-section.php:67
|
384 |
-
msgid "Support Forum"
|
385 |
-
msgstr "Foro de soporte"
|
386 |
-
|
387 |
-
#: includes/class-freemius.php:17995
|
388 |
-
msgid "Your email has been successfully verified - you are AWESOME!"
|
389 |
-
msgstr "Tu email ha sido verificado correctamente - ¡Eres IMPRESIONANTE!"
|
390 |
-
|
391 |
-
#: includes/class-freemius.php:17996
|
392 |
-
msgctxt "a positive response"
|
393 |
-
msgid "Right on"
|
394 |
-
msgstr "Bien hecho"
|
395 |
-
|
396 |
-
#: includes/class-freemius.php:18660
|
397 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
398 |
-
msgstr "Tu complemento %s del plan se actualizó con éxito."
|
399 |
-
|
400 |
-
#: includes/class-freemius.php:18662
|
401 |
-
msgid "%s Add-on was successfully purchased."
|
402 |
-
msgstr "El complemento %s ha sido comprado correctamente."
|
403 |
-
|
404 |
-
#: includes/class-freemius.php:18665
|
405 |
-
msgid "Download the latest version"
|
406 |
-
msgstr "Descargar la última versión"
|
407 |
-
|
408 |
-
#: includes/class-freemius.php:18751
|
409 |
-
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
410 |
-
msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
411 |
-
|
412 |
-
#: includes/class-freemius.php18757, includes/class-freemius.php19188,
|
413 |
-
#: includes/class-freemius.php:19277
|
414 |
-
msgid "Error received from the server:"
|
415 |
-
msgstr "Error recibido del servidor:"
|
416 |
-
|
417 |
-
#: includes/class-freemius.php:18767
|
418 |
-
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
419 |
-
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."
|
420 |
-
|
421 |
-
#: includes/class-freemius.php18961, includes/class-freemius.php19193,
|
422 |
-
#: includes/class-freemius.php19248, includes/class-freemius.php:19351
|
423 |
-
msgctxt ""
|
424 |
-
msgid "Hmm"
|
425 |
-
msgstr "Hmm"
|
426 |
-
|
427 |
-
#: includes/class-freemius.php:18974
|
428 |
-
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."
|
429 |
-
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."
|
430 |
-
|
431 |
-
#: includes/class-freemius.php18975, templates/account.php107,
|
432 |
-
#: templates/add-ons.php191, templates/account/partials/addon.php:47
|
433 |
-
msgctxt "trial period"
|
434 |
-
msgid "Trial"
|
435 |
-
msgstr "Período de Prueba Gratuito"
|
436 |
-
|
437 |
-
#: includes/class-freemius.php:18980
|
438 |
-
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
439 |
-
msgstr "He actualizado mi cuenta, pero cuando intento sincronizar la licencia, el plan sigue siendo %s."
|
440 |
-
|
441 |
-
#: includes/class-freemius.php18984, includes/class-freemius.php:19043
|
442 |
-
msgid "Please contact us here"
|
443 |
-
msgstr "Contacta aquí con nosotros"
|
444 |
-
|
445 |
-
#: includes/class-freemius.php:18995
|
446 |
-
msgid "Your plan was successfully activated."
|
447 |
-
msgstr "Your plan was successfully activated."
|
448 |
-
|
449 |
-
#: includes/class-freemius.php:18996
|
450 |
-
msgid "Your plan was successfully upgraded."
|
451 |
-
msgstr "Tu plan se actualizó con éxito."
|
452 |
-
|
453 |
-
#: includes/class-freemius.php:19013
|
454 |
-
msgid "Your plan was successfully changed to %s."
|
455 |
-
msgstr "Tu plan se cambió correctamente a %s."
|
456 |
-
|
457 |
-
#: includes/class-freemius.php:19029
|
458 |
-
msgid "Your license has expired. You can still continue using the free %s forever."
|
459 |
-
msgstr "Tu licencia ha caducado. Puedes seguir usando el plan gratuito %s para siempre."
|
460 |
-
|
461 |
-
#: includes/class-freemius.php:19031
|
462 |
-
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
463 |
-
msgstr "Tu licencia ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones."
|
464 |
-
|
465 |
-
#: includes/class-freemius.php:19039
|
466 |
-
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
467 |
-
msgstr "Tu licencia ha sido cancelada. Si crees que es un error, ponte en contacto con el servicio de asistencia."
|
468 |
-
|
469 |
-
#: includes/class-freemius.php:19052
|
470 |
-
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."
|
471 |
-
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."
|
472 |
-
|
473 |
-
#: includes/class-freemius.php:19075
|
474 |
-
msgid "Your free trial has expired. You can still continue using all our free features."
|
475 |
-
msgstr "Tu período de prueba ha caducado. Todavía puedes seguir usando todas nuestras funciones gratuitas."
|
476 |
-
|
477 |
-
#: includes/class-freemius.php:19077
|
478 |
-
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
479 |
-
msgstr "Tu período de prueba ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones."
|
480 |
-
|
481 |
-
#: includes/class-freemius.php:19184
|
482 |
-
msgid "It looks like the license could not be activated."
|
483 |
-
msgstr "Parece que la licencia no se pudo activar."
|
484 |
-
|
485 |
-
#: includes/class-freemius.php:19226
|
486 |
-
msgid "Your license was successfully activated."
|
487 |
-
msgstr "Tu licencia fue activada correctamente."
|
488 |
-
|
489 |
-
#: includes/class-freemius.php:19252
|
490 |
-
msgid "It looks like your site currently doesn't have an active license."
|
491 |
-
msgstr "Parece que tu sitio actualmente no tiene una licencia activa."
|
492 |
-
|
493 |
-
#: includes/class-freemius.php:19276
|
494 |
-
msgid "It looks like the license deactivation failed."
|
495 |
-
msgstr "Parece que la desactivación de licencia ha fallado."
|
496 |
-
|
497 |
-
#: includes/class-freemius.php:19304
|
498 |
-
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
499 |
-
msgstr "Tu licencia fue desactivada correctamente, has vuelto al plan %s."
|
500 |
-
|
501 |
-
#: includes/class-freemius.php:19305
|
502 |
-
msgid "O.K"
|
503 |
-
msgstr "O.K"
|
504 |
-
|
505 |
-
#: includes/class-freemius.php:19358
|
506 |
-
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
507 |
-
msgstr "Parece que estamos teniendo algún problema temporal con tu cancelación de la suscripción. Vuelve a intentarlo en unos minutos."
|
508 |
-
|
509 |
-
#: includes/class-freemius.php:19367
|
510 |
-
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
511 |
-
msgstr "Tu suscripción ha sido cancelada correctamente. Tu %s licencia del plan caducará en %s."
|
512 |
-
|
513 |
-
#: includes/class-freemius.php:19409
|
514 |
-
msgid "You are already running the %s in a trial mode."
|
515 |
-
msgstr "Estás ejecutando %s en modo de prueba."
|
516 |
-
|
517 |
-
#: includes/class-freemius.php:19420
|
518 |
-
msgid "You already utilized a trial before."
|
519 |
-
msgstr "Ya utilizaste un período de prueba antes."
|
520 |
-
|
521 |
-
#: includes/class-freemius.php:19434
|
522 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
523 |
-
msgstr "El plan %s no existe, por lo tanto, no puedes comenzar un período de prueba."
|
524 |
-
|
525 |
-
#: includes/class-freemius.php:19445
|
526 |
-
msgid "Plan %s does not support a trial period."
|
527 |
-
msgstr "El plan %s no admite un período de prueba."
|
528 |
-
|
529 |
-
#: includes/class-freemius.php:19456
|
530 |
-
msgid "None of the %s's plans supports a trial period."
|
531 |
-
msgstr "Ninguno de los planes de %s soportan un período de prueba."
|
532 |
-
|
533 |
-
#: includes/class-freemius.php:19506
|
534 |
-
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
535 |
-
msgstr "Parece que ya no estás en modo de prueba, así que no hay nada que cancelar :)"
|
536 |
-
|
537 |
-
#: includes/class-freemius.php:19542
|
538 |
-
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
539 |
-
msgstr "Parece que estamos teniendo algún problema temporal con tu cancelación de prueba. Vuelve a intentarlo en unos minutos."
|
540 |
-
|
541 |
-
#: includes/class-freemius.php:19561
|
542 |
-
msgid "Your %s free trial was successfully cancelled."
|
543 |
-
msgstr "Tu prueba gratuita de %s fue cancelada con éxito."
|
544 |
-
|
545 |
-
#: includes/class-freemius.php:19877
|
546 |
-
msgid "Version %s was released."
|
547 |
-
msgstr "La versión %s se ha lanzado."
|
548 |
-
|
549 |
-
#: includes/class-freemius.php:19877
|
550 |
-
msgid "Please download %s."
|
551 |
-
msgstr "Por favor descarga %s."
|
552 |
-
|
553 |
-
#: includes/class-freemius.php:19884
|
554 |
-
msgid "the latest %s version here"
|
555 |
-
msgstr "la última versión %s aquí"
|
556 |
-
|
557 |
-
#: includes/class-freemius.php:19889
|
558 |
-
msgid "New"
|
559 |
-
msgstr "Nuevo"
|
560 |
-
|
561 |
-
#: includes/class-freemius.php:19894
|
562 |
-
msgid "Seems like you got the latest release."
|
563 |
-
msgstr "Parece que tienes la última versión."
|
564 |
-
|
565 |
-
#: includes/class-freemius.php:19895
|
566 |
-
msgid "You are all good!"
|
567 |
-
msgstr "¡Está todo listo!"
|
568 |
-
|
569 |
-
#: includes/class-freemius.php:20165
|
570 |
-
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
571 |
-
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."
|
572 |
-
|
573 |
-
#: includes/class-freemius.php:20304
|
574 |
-
msgid "Site successfully opted in."
|
575 |
-
msgstr "Sitio dado de alta correctamente."
|
576 |
-
|
577 |
-
#: includes/class-freemius.php20305, includes/class-freemius.php:21125
|
578 |
-
msgid "Awesome"
|
579 |
-
msgstr "Increíble"
|
580 |
-
|
581 |
-
#: includes/class-freemius.php20321, templates/forms/optout.php:32
|
582 |
-
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
583 |
-
msgstr "Agradecemos tu ayuda para mejorar %s y por permitirnos rastrear algunos datos de uso."
|
584 |
-
|
585 |
-
#: includes/class-freemius.php:20322
|
586 |
-
msgid "Thank you!"
|
587 |
-
msgstr "¡Gracias!"
|
588 |
-
|
589 |
-
#: includes/class-freemius.php:20329
|
590 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
591 |
-
msgstr "No continuaremos enviando datos de uso de %s en %s a %s."
|
592 |
-
|
593 |
-
#: includes/class-freemius.php:20458
|
594 |
-
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."
|
595 |
-
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."
|
596 |
-
|
597 |
-
#: includes/class-freemius.php:20464
|
598 |
-
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
599 |
-
msgstr "Gracias por confirmar el cambio de propiedad. Se envió un correo electrónico a %s para su aprobación final."
|
600 |
-
|
601 |
-
#: includes/class-freemius.php:20469
|
602 |
-
msgid "%s is the new owner of the account."
|
603 |
-
msgstr "%s es el nuevo dueño de la cuenta."
|
604 |
-
|
605 |
-
#: includes/class-freemius.php:20471
|
606 |
-
msgctxt "as congratulations"
|
607 |
-
msgid "Congrats"
|
608 |
-
msgstr "Felicidades"
|
609 |
-
|
610 |
-
#: includes/class-freemius.php:20491
|
611 |
-
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
612 |
-
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."
|
613 |
-
|
614 |
-
#: includes/class-freemius.php:20492
|
615 |
-
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
616 |
-
msgstr "Si deseas renunciar a la titularidad de la cuenta de %s a %s haz clic en el botón de cambio de titularidad."
|
617 |
-
|
618 |
-
#: includes/class-freemius.php:20499
|
619 |
-
msgid "Change Ownership"
|
620 |
-
msgstr "Cambiar propietario"
|
621 |
-
|
622 |
-
#: includes/class-freemius.php:20507
|
623 |
-
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
624 |
-
msgstr "Se actualizó correctamente tu correo electrónico. Recibirás un correo electrónico con las instrucciones de confirmación en unos momentos."
|
625 |
-
|
626 |
-
#: includes/class-freemius.php:20519
|
627 |
-
msgid "Please provide your full name."
|
628 |
-
msgstr "Por favor, dinos tu nombre completo."
|
629 |
-
|
630 |
-
#: includes/class-freemius.php:20524
|
631 |
-
msgid "Your name was successfully updated."
|
632 |
-
msgstr "Tu nombre fue actualizado correctamente."
|
633 |
-
|
634 |
-
#: includes/class-freemius.php:20585
|
635 |
-
msgid "You have successfully updated your %s."
|
636 |
-
msgstr "Has actualizado correctamente tu %s."
|
637 |
-
|
638 |
-
#: includes/class-freemius.php:20725
|
639 |
-
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
640 |
-
msgstr "Sólo déjanos informarte que la información de complementos de %s se está extrayendo de un servidor externo."
|
641 |
-
|
642 |
-
#: includes/class-freemius.php:20726
|
643 |
-
msgctxt "advance notice of something that will need attention."
|
644 |
-
msgid "Heads up"
|
645 |
-
msgstr "Atención"
|
646 |
-
|
647 |
-
#: includes/class-freemius.php:21165
|
648 |
-
msgctxt "exclamation"
|
649 |
-
msgid "Hey"
|
650 |
-
msgstr "Hey"
|
651 |
-
|
652 |
-
#: includes/class-freemius.php:21165
|
653 |
-
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
654 |
-
msgstr "¿Qué te pareció %s hasta ahora? Prueba todas nuestras funciones premium de %s con una prueba gratuita de % d-días."
|
655 |
-
|
656 |
-
#: includes/class-freemius.php:21173
|
657 |
-
msgid "No commitment for %s days - cancel anytime!"
|
658 |
-
msgstr "Sin compromiso por %s días - ¡cancelar en cualquier momento!"
|
659 |
-
|
660 |
-
#: includes/class-freemius.php:21174
|
661 |
-
msgid "No credit card required"
|
662 |
-
msgstr "No se necesita tarjeta de crédito"
|
663 |
-
|
664 |
-
#: includes/class-freemius.php21181, templates/forms/trial-start.php:53
|
665 |
-
msgctxt "call to action"
|
666 |
-
msgid "Start free trial"
|
667 |
-
msgstr "Comenzar el período de prueba gratuito"
|
668 |
-
|
669 |
-
#: includes/class-freemius.php:21258
|
670 |
-
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!"
|
671 |
-
msgstr "Hey, ¿sabías que %s tiene un programa de afiliados? ¡Si te gusta %s puedes convertirte en nuestro embajador y ganar dinero!"
|
672 |
-
|
673 |
-
#: includes/class-freemius.php:21267
|
674 |
-
msgid "Learn more"
|
675 |
-
msgstr "Saber más"
|
676 |
-
|
677 |
-
#: includes/class-freemius.php21447, templates/account.php474,
|
678 |
-
#: templates/account.php595, templates/connect.php171,
|
679 |
-
#: templates/connect.php421, templates/forms/license-activation.php25,
|
680 |
-
#: templates/account/partials/addon.php:287
|
681 |
-
msgid "Activate License"
|
682 |
-
msgstr "Activar licencia"
|
683 |
-
|
684 |
-
#: includes/class-freemius.php21448, templates/account.php543,
|
685 |
-
#: templates/account.php594, templates/account/partials/site.php:256
|
686 |
-
msgid "Change License"
|
687 |
-
msgstr "Cambiar licencia"
|
688 |
-
|
689 |
-
#: includes/class-freemius.php21539, templates/account/partials/site.php:161
|
690 |
-
msgid "Opt Out"
|
691 |
-
msgstr "Darse de baja"
|
692 |
-
|
693 |
-
#: includes/class-freemius.php21541, includes/class-freemius.php21547,
|
694 |
-
#: templates/account/partials/site.php43,
|
695 |
-
#: templates/account/partials/site.php:161
|
696 |
-
msgid "Opt In"
|
697 |
-
msgstr "Inscribirse"
|
698 |
-
|
699 |
-
#: includes/class-freemius.php:21775
|
700 |
-
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
701 |
-
msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
702 |
-
|
703 |
-
#: includes/class-freemius.php:21783
|
704 |
-
msgid "Activate %s features"
|
705 |
-
msgstr "Activar características %s"
|
706 |
-
|
707 |
-
#: includes/class-freemius.php:21796
|
708 |
-
msgid "Please follow these steps to complete the upgrade"
|
709 |
-
msgstr "Por favor, sigue estos pasos para completar la actualización"
|
710 |
-
|
711 |
-
#: includes/class-freemius.php:21800
|
712 |
-
msgid "Download the latest %s version"
|
713 |
-
msgstr "Descargar la última versión %s"
|
714 |
-
|
715 |
-
#: includes/class-freemius.php:21804
|
716 |
-
msgid "Upload and activate the downloaded version"
|
717 |
-
msgstr "Cargar y activar la versión descargada"
|
718 |
-
|
719 |
-
#: includes/class-freemius.php:21806
|
720 |
-
msgid "How to upload and activate?"
|
721 |
-
msgstr "¿Cómo subirlo y activarlo?"
|
722 |
-
|
723 |
-
#: includes/class-freemius.php:21940
|
724 |
-
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
725 |
-
msgstr "%sClick aquí %s para elegir los sitios sobre los que te gustaría activar la licencia."
|
726 |
-
|
727 |
-
#: includes/class-freemius.php:22101
|
728 |
-
msgid "Auto installation only works for opted-in users."
|
729 |
-
msgstr "La instalación automática sólo funciona para usuarios que aceptaron."
|
730 |
-
|
731 |
-
#: includes/class-freemius.php22111, includes/class-freemius.php22144,
|
732 |
-
#: includes/class-fs-plugin-updater.php1149,
|
733 |
-
#: includes/class-fs-plugin-updater.php:1163
|
734 |
-
msgid "Invalid module ID."
|
735 |
-
msgstr "Id de módulo no válido."
|
736 |
-
|
737 |
-
#: includes/class-freemius.php22120, includes/class-fs-plugin-updater.php:1185
|
738 |
-
msgid "Premium version already active."
|
739 |
-
msgstr "Versión premium ya activa."
|
740 |
-
|
741 |
-
#: includes/class-freemius.php:22127
|
742 |
-
msgid "You do not have a valid license to access the premium version."
|
743 |
-
msgstr "No tienes una licencia válida para acceder a la versión premium."
|
744 |
-
|
745 |
-
#: includes/class-freemius.php:22134
|
746 |
-
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
747 |
-
msgstr "El plugin es un \"Serviceware\" lo que significa que no tiene una versión de código premium."
|
748 |
-
|
749 |
-
#: includes/class-freemius.php22152, includes/class-fs-plugin-updater.php:1184
|
750 |
-
msgid "Premium add-on version already installed."
|
751 |
-
msgstr "Versión del complemento premium ya instalada."
|
752 |
-
|
753 |
-
#: includes/class-freemius.php:22497
|
754 |
-
msgid "View paid features"
|
755 |
-
msgstr "Ver las funciones de pago"
|
756 |
-
|
757 |
-
#: includes/class-freemius.php:22819
|
758 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
759 |
-
msgstr "¡Muchas gracias por utilizar %s y sus complementos!"
|
760 |
-
|
761 |
-
#: includes/class-freemius.php:22820
|
762 |
-
msgid "Thank you so much for using %s!"
|
763 |
-
msgstr "¡Muchas gracias por utilizar %s!"
|
764 |
-
|
765 |
-
#: includes/class-freemius.php:22826
|
766 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
767 |
-
msgstr "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando %s."
|
768 |
-
|
769 |
-
#: includes/class-freemius.php:22830
|
770 |
-
msgid "Thank you so much for using our products!"
|
771 |
-
msgstr "¡Muchas gracias por utilizar nuestros productos!"
|
772 |
-
|
773 |
-
#: includes/class-freemius.php:22831
|
774 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
775 |
-
msgstr "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando."
|
776 |
-
|
777 |
-
#: includes/class-freemius.php:22850
|
778 |
-
msgid "%s and its add-ons"
|
779 |
-
msgstr "%s y sus complementos"
|
780 |
-
|
781 |
-
#: includes/class-freemius.php:22859
|
782 |
-
msgid "Products"
|
783 |
-
msgstr "Productos"
|
784 |
-
|
785 |
-
#: includes/class-freemius.php22866, templates/connect.php:272
|
786 |
-
msgid "Yes"
|
787 |
-
msgstr "Si"
|
788 |
-
|
789 |
-
#: includes/class-freemius.php22867, templates/connect.php:273
|
790 |
-
msgid "send me security & feature updates, educational content and offers."
|
791 |
-
msgstr "envíame actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas."
|
792 |
-
|
793 |
-
#: includes/class-freemius.php22868, templates/connect.php:278
|
794 |
-
msgid "No"
|
795 |
-
msgstr "No"
|
796 |
-
|
797 |
-
#: includes/class-freemius.php22870, templates/connect.php:280
|
798 |
-
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
799 |
-
msgstr "%sNO%s me envíes actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas."
|
800 |
-
|
801 |
-
#: includes/class-freemius.php:22880
|
802 |
-
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 :-)"
|
803 |
-
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 :-)"
|
804 |
-
|
805 |
-
#: includes/class-freemius.php22882, templates/connect.php:287
|
806 |
-
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
807 |
-
msgstr "Indica si deseas que te contactemos para actualizaciones de seguridad y nuevas funciones, contenido educativo y ofertas ocasionales:"
|
808 |
-
|
809 |
-
#: includes/class-freemius.php:23164
|
810 |
-
msgid "License key is empty."
|
811 |
-
msgstr "La clave de licencia está vacía."
|
812 |
-
|
813 |
-
#: includes/class-fs-plugin-updater.php184,
|
814 |
-
#: templates/forms/premium-versions-upgrade-handler.php:57
|
815 |
-
msgid "Renew license"
|
816 |
-
msgstr "Renovar la licencia"
|
817 |
-
|
818 |
-
#: includes/class-fs-plugin-updater.php189,
|
819 |
-
#: templates/forms/premium-versions-upgrade-handler.php:58
|
820 |
-
msgid "Buy license"
|
821 |
-
msgstr "Comprar licencia"
|
822 |
-
|
823 |
-
#: includes/class-fs-plugin-updater.php280,
|
824 |
-
#: includes/class-fs-plugin-updater.php:313
|
825 |
-
msgid "There is a %s of %s available."
|
826 |
-
msgstr "Hay una %s de %s disponible."
|
827 |
-
|
828 |
-
#: includes/class-fs-plugin-updater.php282,
|
829 |
-
#: includes/class-fs-plugin-updater.php:318
|
830 |
-
msgid "new Beta version"
|
831 |
-
msgstr "new Beta version"
|
832 |
-
|
833 |
-
#: includes/class-fs-plugin-updater.php283,
|
834 |
-
#: includes/class-fs-plugin-updater.php:319
|
835 |
-
msgid "new version"
|
836 |
-
msgstr "nueva versión"
|
837 |
-
|
838 |
-
#: includes/class-fs-plugin-updater.php:342
|
839 |
-
msgid "Important Upgrade Notice:"
|
840 |
-
msgstr "Aviso importante de actualización:"
|
841 |
-
|
842 |
-
#: includes/class-fs-plugin-updater.php:1214
|
843 |
-
msgid "Installing plugin: %s"
|
844 |
-
msgstr "Instalando plugin: %s"
|
845 |
-
|
846 |
-
#: includes/class-fs-plugin-updater.php:1255
|
847 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
848 |
-
msgstr "No es posible conectarse al sistema de archivos. Por favor, confirma tus credenciales."
|
849 |
-
|
850 |
-
#: includes/class-fs-plugin-updater.php:1437
|
851 |
-
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
852 |
-
msgstr "El paquete de plugin remoto no contiene una carpeta con el Slug deseado y el cambio de nombre no funcionó."
|
853 |
-
|
854 |
-
#: includes/fs-plugin-info-dialog.php:509
|
855 |
-
msgid "Purchase More"
|
856 |
-
msgstr "Purchase More"
|
857 |
-
|
858 |
-
#: includes/fs-plugin-info-dialog.php510,
|
859 |
-
#: templates/account/partials/addon.php:347
|
860 |
-
msgctxt "verb"
|
861 |
-
msgid "Purchase"
|
862 |
-
msgstr "Comprar"
|
863 |
-
|
864 |
-
#: includes/fs-plugin-info-dialog.php:514
|
865 |
-
msgid "Start my free %s"
|
866 |
-
msgstr "Comenzar mi período gratuito de %s"
|
867 |
-
|
868 |
-
#: includes/fs-plugin-info-dialog.php:712
|
869 |
-
msgid "Install Free Version Update Now"
|
870 |
-
msgstr "Instalar la actualización gratuita ahora"
|
871 |
-
|
872 |
-
#: includes/fs-plugin-info-dialog.php713, templates/account.php:534
|
873 |
-
msgid "Install Update Now"
|
874 |
-
msgstr "Instalar actualización ahora"
|
875 |
-
|
876 |
-
#: includes/fs-plugin-info-dialog.php:722
|
877 |
-
msgid "Install Free Version Now"
|
878 |
-
msgstr "Instalar la versión gratuita ahora"
|
879 |
-
|
880 |
-
#: includes/fs-plugin-info-dialog.php723, templates/add-ons.php262,
|
881 |
-
#: templates/auto-installation.php111,
|
882 |
-
#: templates/account/partials/addon.php327,
|
883 |
-
#: templates/account/partials/addon.php:379
|
884 |
-
msgid "Install Now"
|
885 |
-
msgstr "Instalar ahora"
|
886 |
-
|
887 |
-
#: includes/fs-plugin-info-dialog.php:739
|
888 |
-
msgctxt "as download latest version"
|
889 |
-
msgid "Download Latest Free Version"
|
890 |
-
msgstr "Descargar la última versión gratuita"
|
891 |
-
|
892 |
-
#: includes/fs-plugin-info-dialog.php740, templates/account.php85,
|
893 |
-
#: templates/add-ons.php34, templates/account/partials/addon.php:25
|
894 |
-
msgctxt "as download latest version"
|
895 |
-
msgid "Download Latest"
|
896 |
-
msgstr "Descargar la última"
|
897 |
-
|
898 |
-
#: includes/fs-plugin-info-dialog.php755, templates/add-ons.php268,
|
899 |
-
#: templates/account/partials/addon.php318,
|
900 |
-
#: templates/account/partials/addon.php:373
|
901 |
-
msgid "Activate this add-on"
|
902 |
-
msgstr "Activar este complemento"
|
903 |
-
|
904 |
-
#: includes/fs-plugin-info-dialog.php757, templates/connect.php:418
|
905 |
-
msgid "Activate Free Version"
|
906 |
-
msgstr "Activar versión gratuita"
|
907 |
-
|
908 |
-
#: includes/fs-plugin-info-dialog.php758, templates/account.php109,
|
909 |
-
#: templates/add-ons.php269, templates/account/partials/addon.php:49
|
910 |
-
msgid "Activate"
|
911 |
-
msgstr "Activar"
|
912 |
-
|
913 |
-
#: includes/fs-plugin-info-dialog.php:968
|
914 |
-
msgctxt "Plugin installer section title"
|
915 |
-
msgid "Description"
|
916 |
-
msgstr "Descripción"
|
917 |
-
|
918 |
-
#: includes/fs-plugin-info-dialog.php:969
|
919 |
-
msgctxt "Plugin installer section title"
|
920 |
-
msgid "Installation"
|
921 |
-
msgstr "Instalación"
|
922 |
-
|
923 |
-
#: includes/fs-plugin-info-dialog.php:970
|
924 |
-
msgctxt "Plugin installer section title"
|
925 |
-
msgid "FAQ"
|
926 |
-
msgstr "FAQ"
|
927 |
-
|
928 |
-
#: includes/fs-plugin-info-dialog.php971,
|
929 |
-
#: templates/plugin-info/description.php:55
|
930 |
-
msgid "Screenshots"
|
931 |
-
msgstr "Capturas de pantalla"
|
932 |
-
|
933 |
-
#: includes/fs-plugin-info-dialog.php:972
|
934 |
-
msgctxt "Plugin installer section title"
|
935 |
-
msgid "Changelog"
|
936 |
-
msgstr "Registro de cambios"
|
937 |
-
|
938 |
-
#: includes/fs-plugin-info-dialog.php:973
|
939 |
-
msgctxt "Plugin installer section title"
|
940 |
-
msgid "Reviews"
|
941 |
-
msgstr "Valoraciones"
|
942 |
-
|
943 |
-
#: includes/fs-plugin-info-dialog.php:974
|
944 |
-
msgctxt "Plugin installer section title"
|
945 |
-
msgid "Other Notes"
|
946 |
-
msgstr "Otras notas"
|
947 |
-
|
948 |
-
#: includes/fs-plugin-info-dialog.php:989
|
949 |
-
msgctxt "Plugin installer section title"
|
950 |
-
msgid "Features & Pricing"
|
951 |
-
msgstr "Características y precios"
|
952 |
-
|
953 |
-
#: includes/fs-plugin-info-dialog.php:999
|
954 |
-
msgid "Plugin Install"
|
955 |
-
msgstr "Instalar plugin"
|
956 |
-
|
957 |
-
#: includes/fs-plugin-info-dialog.php:1071
|
958 |
-
msgctxt "e.g. Professional Plan"
|
959 |
-
msgid "%s Plan"
|
960 |
-
msgstr "Plan %s"
|
961 |
-
|
962 |
-
#: includes/fs-plugin-info-dialog.php:1097
|
963 |
-
msgctxt "e.g. the best product"
|
964 |
-
msgid "Best"
|
965 |
-
msgstr "El mejor"
|
966 |
-
|
967 |
-
#: includes/fs-plugin-info-dialog.php1103,
|
968 |
-
#: includes/fs-plugin-info-dialog.php:1123
|
969 |
-
msgctxt "as every month"
|
970 |
-
msgid "Monthly"
|
971 |
-
msgstr "Mensual"
|
972 |
-
|
973 |
-
#: includes/fs-plugin-info-dialog.php:1106
|
974 |
-
msgctxt "as once a year"
|
975 |
-
msgid "Annual"
|
976 |
-
msgstr "Anual"
|
977 |
-
|
978 |
-
#: includes/fs-plugin-info-dialog.php:1109
|
979 |
-
msgid "Lifetime"
|
980 |
-
msgstr "Permanente"
|
981 |
-
|
982 |
-
#: includes/fs-plugin-info-dialog.php1123,
|
983 |
-
#: includes/fs-plugin-info-dialog.php1125,
|
984 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
985 |
-
msgctxt "e.g. billed monthly"
|
986 |
-
msgid "Billed %s"
|
987 |
-
msgstr "Facturado %s"
|
988 |
-
|
989 |
-
#: includes/fs-plugin-info-dialog.php:1125
|
990 |
-
msgctxt "as once a year"
|
991 |
-
msgid "Annually"
|
992 |
-
msgstr "Anualmente"
|
993 |
-
|
994 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
995 |
-
msgctxt "as once a year"
|
996 |
-
msgid "Once"
|
997 |
-
msgstr "Una vez"
|
998 |
-
|
999 |
-
#: includes/fs-plugin-info-dialog.php:1133
|
1000 |
-
msgid "Single Site License"
|
1001 |
-
msgstr "Licencia para un único sitio"
|
1002 |
-
|
1003 |
-
#: includes/fs-plugin-info-dialog.php:1135
|
1004 |
-
msgid "Unlimited Licenses"
|
1005 |
-
msgstr "Licencias ilimitadas"
|
1006 |
-
|
1007 |
-
#: includes/fs-plugin-info-dialog.php:1137
|
1008 |
-
msgid "Up to %s Sites"
|
1009 |
-
msgstr "Hasta %s sitios"
|
1010 |
-
|
1011 |
-
#: includes/fs-plugin-info-dialog.php1147,
|
1012 |
-
#: templates/plugin-info/features.php:82
|
1013 |
-
msgctxt "as monthly period"
|
1014 |
-
msgid "mo"
|
1015 |
-
msgstr "me"
|
1016 |
-
|
1017 |
-
#: includes/fs-plugin-info-dialog.php1154,
|
1018 |
-
#: templates/plugin-info/features.php:80
|
1019 |
-
msgctxt "as annual period"
|
1020 |
-
msgid "year"
|
1021 |
-
msgstr "año"
|
1022 |
-
|
1023 |
-
#: includes/fs-plugin-info-dialog.php:1208
|
1024 |
-
msgctxt "noun"
|
1025 |
-
msgid "Price"
|
1026 |
-
msgstr "Precio"
|
1027 |
-
|
1028 |
-
#: includes/fs-plugin-info-dialog.php:1256
|
1029 |
-
msgid "Save %s"
|
1030 |
-
msgstr "Guardar %s"
|
1031 |
-
|
1032 |
-
#: includes/fs-plugin-info-dialog.php:1266
|
1033 |
-
msgid "No commitment for %s - cancel anytime"
|
1034 |
-
msgstr "Sin compromiso para %s - cancelar en cualquier momento"
|
1035 |
-
|
1036 |
-
#: includes/fs-plugin-info-dialog.php:1269
|
1037 |
-
msgid "After your free %s, pay as little as %s"
|
1038 |
-
msgstr "Después de su período gratuito %s, pague sólo %s"
|
1039 |
-
|
1040 |
-
#: includes/fs-plugin-info-dialog.php:1280
|
1041 |
-
msgid "Details"
|
1042 |
-
msgstr "Detalles"
|
1043 |
-
|
1044 |
-
#: includes/fs-plugin-info-dialog.php1284, templates/account.php96,
|
1045 |
-
#: templates/debug.php203, templates/debug.php240, templates/debug.php454,
|
1046 |
-
#: templates/account/partials/addon.php:36
|
1047 |
-
msgctxt "product version"
|
1048 |
-
msgid "Version"
|
1049 |
-
msgstr "Versión"
|
1050 |
-
|
1051 |
-
#: includes/fs-plugin-info-dialog.php:1291
|
1052 |
-
msgctxt "as the plugin author"
|
1053 |
-
msgid "Author"
|
1054 |
-
msgstr "Autor"
|
1055 |
-
|
1056 |
-
#: includes/fs-plugin-info-dialog.php:1298
|
1057 |
-
msgid "Last Updated"
|
1058 |
-
msgstr "Última actualización"
|
1059 |
-
|
1060 |
-
#: includes/fs-plugin-info-dialog.php1303, templates/account.php:444
|
1061 |
-
msgctxt "x-ago"
|
1062 |
-
msgid "%s ago"
|
1063 |
-
msgstr "hace %s"
|
1064 |
-
|
1065 |
-
#: includes/fs-plugin-info-dialog.php:1312
|
1066 |
-
msgid "Requires WordPress Version"
|
1067 |
-
msgstr "Necesita la versión de WordPress"
|
1068 |
-
|
1069 |
-
#: includes/fs-plugin-info-dialog.php:1313
|
1070 |
-
msgid "%s or higher"
|
1071 |
-
msgstr "%s o mayor"
|
1072 |
-
|
1073 |
-
#: includes/fs-plugin-info-dialog.php:1320
|
1074 |
-
msgid "Compatible up to"
|
1075 |
-
msgstr "Compatible hasta"
|
1076 |
-
|
1077 |
-
#: includes/fs-plugin-info-dialog.php:1328
|
1078 |
-
msgid "Downloaded"
|
1079 |
-
msgstr "Descargado"
|
1080 |
-
|
1081 |
-
#: includes/fs-plugin-info-dialog.php:1332
|
1082 |
-
msgid "%s time"
|
1083 |
-
msgstr "% vez"
|
1084 |
-
|
1085 |
-
#: includes/fs-plugin-info-dialog.php:1334
|
1086 |
-
msgid "%s times"
|
1087 |
-
msgstr "%s veces"
|
1088 |
-
|
1089 |
-
#: includes/fs-plugin-info-dialog.php:1344
|
1090 |
-
msgid "WordPress.org Plugin Page"
|
1091 |
-
msgstr "Página del plugin en WordPress.org"
|
1092 |
-
|
1093 |
-
#: includes/fs-plugin-info-dialog.php:1352
|
1094 |
-
msgid "Plugin Homepage"
|
1095 |
-
msgstr "Página web del plugin"
|
1096 |
-
|
1097 |
-
#: includes/fs-plugin-info-dialog.php1360,
|
1098 |
-
#: includes/fs-plugin-info-dialog.php:1442
|
1099 |
-
msgid "Donate to this plugin"
|
1100 |
-
msgstr "Donar a este plugin"
|
1101 |
-
|
1102 |
-
#: includes/fs-plugin-info-dialog.php:1367
|
1103 |
-
msgid "Average Rating"
|
1104 |
-
msgstr "Calificación media"
|
1105 |
-
|
1106 |
-
#: includes/fs-plugin-info-dialog.php:1374
|
1107 |
-
msgid "based on %s"
|
1108 |
-
msgstr "basado en %s"
|
1109 |
-
|
1110 |
-
#: includes/fs-plugin-info-dialog.php:1378
|
1111 |
-
msgid "%s rating"
|
1112 |
-
msgstr "%s calificación"
|
1113 |
-
|
1114 |
-
#: includes/fs-plugin-info-dialog.php:1380
|
1115 |
-
msgid "%s ratings"
|
1116 |
-
msgstr "%s calificaciones"
|
1117 |
-
|
1118 |
-
#: includes/fs-plugin-info-dialog.php:1395
|
1119 |
-
msgid "%s star"
|
1120 |
-
msgstr "%s estrella"
|
1121 |
-
|
1122 |
-
#: includes/fs-plugin-info-dialog.php:1397
|
1123 |
-
msgid "%s stars"
|
1124 |
-
msgstr "%s estrellas"
|
1125 |
-
|
1126 |
-
#: includes/fs-plugin-info-dialog.php:1408
|
1127 |
-
msgid "Click to see reviews that provided a rating of %s"
|
1128 |
-
msgstr "Haz clic para ver los comentarios con una valoración de %s"
|
1129 |
-
|
1130 |
-
#: includes/fs-plugin-info-dialog.php:1421
|
1131 |
-
msgid "Contributors"
|
1132 |
-
msgstr "Colaboradores"
|
1133 |
-
|
1134 |
-
#: includes/fs-plugin-info-dialog.php1450,
|
1135 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1136 |
-
msgid "Warning"
|
1137 |
-
msgstr "Atencion"
|
1138 |
-
|
1139 |
-
#: includes/fs-plugin-info-dialog.php:1450
|
1140 |
-
msgid "This plugin has not been tested with your current version of WordPress."
|
1141 |
-
msgstr "Este plugin no ha sido probado con tu versión actual de WordPress."
|
1142 |
-
|
1143 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1144 |
-
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1145 |
-
msgstr "Este puglin no ha sido marcado como compatible con tu versión de WordPress."
|
1146 |
-
|
1147 |
-
#: includes/fs-plugin-info-dialog.php:1471
|
1148 |
-
msgid "Paid add-on must be deployed to Freemius."
|
1149 |
-
msgstr "El complemento de pago se debe implementar en Freemius."
|
1150 |
-
|
1151 |
-
#: includes/fs-plugin-info-dialog.php:1472
|
1152 |
-
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1153 |
-
msgstr "El complemento debe implementarse en WordPress.org o en Freemius."
|
1154 |
-
|
1155 |
-
#: includes/fs-plugin-info-dialog.php:1493
|
1156 |
-
msgid "Newer Version (%s) Installed"
|
1157 |
-
msgstr "Versión más reciente (%s) instalada"
|
1158 |
-
|
1159 |
-
#: includes/fs-plugin-info-dialog.php:1494
|
1160 |
-
msgid "Newer Free Version (%s) Installed"
|
1161 |
-
msgstr "Versión gratuita más reciente (%s) instalada"
|
1162 |
-
|
1163 |
-
#: includes/fs-plugin-info-dialog.php:1501
|
1164 |
-
msgid "Latest Version Installed"
|
1165 |
-
msgstr "Última versión instalada"
|
1166 |
-
|
1167 |
-
#: includes/fs-plugin-info-dialog.php:1502
|
1168 |
-
msgid "Latest Free Version Installed"
|
1169 |
-
msgstr "Última versión gratuita instalada"
|
1170 |
-
|
1171 |
-
#: templates/account.php86, templates/forms/subscription-cancellation.php96,
|
1172 |
-
#: templates/account/partials/addon.php26,
|
1173 |
-
#: templates/account/partials/site.php:295
|
1174 |
-
msgid "Downgrading your plan"
|
1175 |
-
msgstr "Bajando tu plan"
|
1176 |
-
|
1177 |
-
#: templates/account.php87, templates/forms/subscription-cancellation.php97,
|
1178 |
-
#: templates/account/partials/addon.php27,
|
1179 |
-
#: templates/account/partials/site.php:296
|
1180 |
-
msgid "Cancelling the subscription"
|
1181 |
-
msgstr "Cancelando la suscripción"
|
1182 |
-
|
1183 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
1184 |
-
#. subscription'
|
1185 |
-
#: templates/account.php:89
|
1186 |
-
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1187 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1188 |
-
|
1189 |
-
#: templates/account.php90, templates/forms/subscription-cancellation.php100,
|
1190 |
-
#: templates/account/partials/addon.php30,
|
1191 |
-
#: templates/account/partials/site.php:299
|
1192 |
-
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."
|
1193 |
-
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."
|
1194 |
-
|
1195 |
-
#: templates/account.php91, templates/forms/subscription-cancellation.php106,
|
1196 |
-
#: templates/account/partials/addon.php:31
|
1197 |
-
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1198 |
-
msgstr "La cancelación del período de prueba bloqueará inmediatamente el acceso a todas las funciones premium. ¿Estás seguro?"
|
1199 |
-
|
1200 |
-
#: templates/account.php92, templates/forms/subscription-cancellation.php101,
|
1201 |
-
#: templates/account/partials/addon.php32,
|
1202 |
-
#: templates/account/partials/site.php:300
|
1203 |
-
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1204 |
-
msgstr "Todavía puedes disfrutar de todas las funciones de %s pero no tendrás acceso a soporte y actualizaciones de %s."
|
1205 |
-
|
1206 |
-
#: templates/account.php93, templates/forms/subscription-cancellation.php102,
|
1207 |
-
#: templates/account/partials/addon.php33,
|
1208 |
-
#: templates/account/partials/site.php:301
|
1209 |
-
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1210 |
-
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."
|
1211 |
-
|
1212 |
-
#. translators: %s: Plan title (e.g. "Professional")
|
1213 |
-
#: templates/account.php95,
|
1214 |
-
#: templates/account/partials/activate-license-button.php31,
|
1215 |
-
#: templates/account/partials/addon.php:35
|
1216 |
-
msgid "Activate %s Plan"
|
1217 |
-
msgstr "Activar plan %s"
|
1218 |
-
|
1219 |
-
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1220 |
-
#: templates/account.php98, templates/account/partials/addon.php38,
|
1221 |
-
#: templates/account/partials/site.php:275
|
1222 |
-
msgid "Auto renews in %s"
|
1223 |
-
msgstr "Auto renovaciones en %s"
|
1224 |
-
|
1225 |
-
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1226 |
-
#: templates/account.php100, templates/account/partials/addon.php40,
|
1227 |
-
#: templates/account/partials/site.php:277
|
1228 |
-
msgid "Expires in %s"
|
1229 |
-
msgstr "Caduca en %s"
|
1230 |
-
|
1231 |
-
#: templates/account.php101, templates/account/partials/addon.php:41
|
1232 |
-
msgctxt "as synchronize license"
|
1233 |
-
msgid "Sync License"
|
1234 |
-
msgstr "Sincronizar licencia"
|
1235 |
-
|
1236 |
-
#: templates/account.php102, templates/account/partials/addon.php:42
|
1237 |
-
msgid "Cancel Trial"
|
1238 |
-
msgstr "Cancelar período de prueba"
|
1239 |
-
|
1240 |
-
#: templates/account.php103, templates/account/partials/addon.php:43
|
1241 |
-
msgid "Change Plan"
|
1242 |
-
msgstr "Cambiar Plan"
|
1243 |
-
|
1244 |
-
#: templates/account.php104, templates/account/partials/addon.php:44
|
1245 |
-
msgctxt "verb"
|
1246 |
-
msgid "Upgrade"
|
1247 |
-
msgstr "Actualizar"
|
1248 |
-
|
1249 |
-
#: templates/account.php106, templates/account/partials/addon.php46,
|
1250 |
-
#: templates/account/partials/site.php:302
|
1251 |
-
msgctxt "verb"
|
1252 |
-
msgid "Downgrade"
|
1253 |
-
msgstr "Degradar"
|
1254 |
-
|
1255 |
-
#: templates/account.php108, templates/add-ons.php187,
|
1256 |
-
#: templates/plugin-info/features.php72,
|
1257 |
-
#: templates/account/partials/addon.php48,
|
1258 |
-
#: templates/account/partials/site.php:31
|
1259 |
-
msgid "Free"
|
1260 |
-
msgstr "Gratis"
|
1261 |
-
|
1262 |
-
#: templates/account.php110, templates/debug.php373,
|
1263 |
-
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1264 |
-
#: templates/account/partials/addon.php:50
|
1265 |
-
msgctxt "as product pricing plan"
|
1266 |
-
msgid "Plan"
|
1267 |
-
msgstr "Plan"
|
1268 |
-
|
1269 |
-
#: templates/account.php:111
|
1270 |
-
msgid "Bundle Plan"
|
1271 |
-
msgstr "Bundle Plan"
|
1272 |
-
|
1273 |
-
#: templates/account.php:185
|
1274 |
-
msgid "Free Trial"
|
1275 |
-
msgstr "Período de prueba gratuito"
|
1276 |
-
|
1277 |
-
#: templates/account.php:196
|
1278 |
-
msgid "Account Details"
|
1279 |
-
msgstr "Detalles de la cuenta"
|
1280 |
-
|
1281 |
-
#: templates/account.php:200
|
1282 |
-
msgid "Billing & Invoices"
|
1283 |
-
msgstr "Billing & Invoices"
|
1284 |
-
|
1285 |
-
#: templates/account.php:210
|
1286 |
-
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?"
|
1287 |
-
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?"
|
1288 |
-
|
1289 |
-
#: templates/account.php:212
|
1290 |
-
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?"
|
1291 |
-
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?"
|
1292 |
-
|
1293 |
-
#: templates/account.php:215
|
1294 |
-
msgid "Delete Account"
|
1295 |
-
msgstr "Borrar cuenta"
|
1296 |
-
|
1297 |
-
#: templates/account.php227, templates/account/partials/addon.php211,
|
1298 |
-
#: templates/account/partials/deactivate-license-button.php:35
|
1299 |
-
msgid "Deactivate License"
|
1300 |
-
msgstr "Desactivar licencia"
|
1301 |
-
|
1302 |
-
#: templates/account.php250, templates/forms/subscription-cancellation.php:125
|
1303 |
-
msgid "Are you sure you want to proceed?"
|
1304 |
-
msgstr "¿Estás seguro que quieres proceder?"
|
1305 |
-
|
1306 |
-
#: templates/account.php250, templates/account/partials/addon.php:234
|
1307 |
-
msgid "Cancel Subscription"
|
1308 |
-
msgstr "Cancelar suscripción"
|
1309 |
-
|
1310 |
-
#: templates/account.php:278
|
1311 |
-
msgctxt "as synchronize"
|
1312 |
-
msgid "Sync"
|
1313 |
-
msgstr "Sincronizar"
|
1314 |
-
|
1315 |
-
#: templates/account.php292, templates/debug.php:489
|
1316 |
-
msgid "Name"
|
1317 |
-
msgstr "Nombre"
|
1318 |
-
|
1319 |
-
#: templates/account.php298, templates/debug.php:490
|
1320 |
-
msgid "Email"
|
1321 |
-
msgstr "Correo electrónico"
|
1322 |
-
|
1323 |
-
#: templates/account.php305, templates/debug.php372, templates/debug.php:528
|
1324 |
-
msgid "User ID"
|
1325 |
-
msgstr "ID de usuario"
|
1326 |
-
|
1327 |
-
#: templates/account.php322, templates/account.php608,
|
1328 |
-
#: templates/account.php653, templates/debug.php238, templates/debug.php366,
|
1329 |
-
#: templates/debug.php451, templates/debug.php488, templates/debug.php526,
|
1330 |
-
#: templates/debug.php599, templates/account/payments.php35,
|
1331 |
-
#: templates/debug/logger.php:21
|
1332 |
-
msgid "ID"
|
1333 |
-
msgstr "ID"
|
1334 |
-
|
1335 |
-
#: templates/account.php:329
|
1336 |
-
msgid "Site ID"
|
1337 |
-
msgstr "ID del sitio"
|
1338 |
-
|
1339 |
-
#: templates/account.php:332
|
1340 |
-
msgid "No ID"
|
1341 |
-
msgstr "Sin ID"
|
1342 |
-
|
1343 |
-
#: templates/account.php337, templates/debug.php245, templates/debug.php374,
|
1344 |
-
#: templates/debug.php455, templates/debug.php492,
|
1345 |
-
#: templates/account/partials/site.php:219
|
1346 |
-
msgid "Public Key"
|
1347 |
-
msgstr "Clave pública"
|
1348 |
-
|
1349 |
-
#: templates/account.php343, templates/debug.php375, templates/debug.php456,
|
1350 |
-
#: templates/debug.php493, templates/account/partials/site.php:231
|
1351 |
-
msgid "Secret Key"
|
1352 |
-
msgstr "Clave secreta"
|
1353 |
-
|
1354 |
-
#: templates/account.php:346
|
1355 |
-
msgctxt "as secret encryption key missing"
|
1356 |
-
msgid "No Secret"
|
1357 |
-
msgstr "Sin clave secreta"
|
1358 |
-
|
1359 |
-
#: templates/account.php373, templates/account/partials/site.php112,
|
1360 |
-
#: templates/account/partials/site.php:114
|
1361 |
-
msgid "Trial"
|
1362 |
-
msgstr "Período de prueba gratuito"
|
1363 |
-
|
1364 |
-
#: templates/account.php400, templates/debug.php533,
|
1365 |
-
#: templates/account/partials/site.php:248
|
1366 |
-
msgid "License Key"
|
1367 |
-
msgstr "Clave de licencia"
|
1368 |
-
|
1369 |
-
#: templates/account.php:429
|
1370 |
-
msgid "Join the Beta program"
|
1371 |
-
msgstr "Join the Beta program"
|
1372 |
-
|
1373 |
-
#: templates/account.php:435
|
1374 |
-
msgid "not verified"
|
1375 |
-
msgstr "no verificado"
|
1376 |
-
|
1377 |
-
#: templates/account.php444, templates/account/partials/addon.php:172
|
1378 |
-
msgid "Expired"
|
1379 |
-
msgstr "Caducado"
|
1380 |
-
|
1381 |
-
#: templates/account.php:502
|
1382 |
-
msgid "Premium version"
|
1383 |
-
msgstr "Versión premium"
|
1384 |
-
|
1385 |
-
#: templates/account.php:504
|
1386 |
-
msgid "Free version"
|
1387 |
-
msgstr "Versión gratuita"
|
1388 |
-
|
1389 |
-
#: templates/account.php:516
|
1390 |
-
msgid "Verify Email"
|
1391 |
-
msgstr "Verificar correo electrónico"
|
1392 |
-
|
1393 |
-
#: templates/account.php:527
|
1394 |
-
msgid "Download %s Version"
|
1395 |
-
msgstr "Descargar versión %s"
|
1396 |
-
|
1397 |
-
#: templates/account.php541, templates/account.php749,
|
1398 |
-
#: templates/account/partials/site.php237,
|
1399 |
-
#: templates/account/partials/site.php:255
|
1400 |
-
msgctxt "verb"
|
1401 |
-
msgid "Show"
|
1402 |
-
msgstr "Mostrar"
|
1403 |
-
|
1404 |
-
#: templates/account.php:555
|
1405 |
-
msgid "What is your %s?"
|
1406 |
-
msgstr "¿Cual es tú %s?"
|
1407 |
-
|
1408 |
-
#: templates/account.php563, templates/account/billing.php:21
|
1409 |
-
msgctxt "verb"
|
1410 |
-
msgid "Edit"
|
1411 |
-
msgstr "Editar"
|
1412 |
-
|
1413 |
-
#: templates/account.php:588
|
1414 |
-
msgid "Sites"
|
1415 |
-
msgstr "Sitios"
|
1416 |
-
|
1417 |
-
#: templates/account.php:599
|
1418 |
-
msgid "Search by address"
|
1419 |
-
msgstr "Buscar por dirección"
|
1420 |
-
|
1421 |
-
#: templates/account.php609, templates/debug.php:369
|
1422 |
-
msgid "Address"
|
1423 |
-
msgstr "Dirección"
|
1424 |
-
|
1425 |
-
#: templates/account.php:610
|
1426 |
-
msgid "License"
|
1427 |
-
msgstr "Licencia"
|
1428 |
-
|
1429 |
-
#: templates/account.php:611
|
1430 |
-
msgid "Plan"
|
1431 |
-
msgstr "Plan"
|
1432 |
-
|
1433 |
-
#: templates/account.php:656
|
1434 |
-
msgctxt "as software license"
|
1435 |
-
msgid "License"
|
1436 |
-
msgstr "Licencia"
|
1437 |
-
|
1438 |
-
#: templates/account.php:743
|
1439 |
-
msgctxt "verb"
|
1440 |
-
msgid "Hide"
|
1441 |
-
msgstr "Ocultar"
|
1442 |
-
|
1443 |
-
#: templates/account.php:765
|
1444 |
-
msgid "Processing"
|
1445 |
-
msgstr "Procesando"
|
1446 |
-
|
1447 |
-
#: templates/account.php:768
|
1448 |
-
msgid "Get updates for bleeding edge Beta versions of %s."
|
1449 |
-
msgstr "Get updates for bleeding edge Beta versions of %s."
|
1450 |
-
|
1451 |
-
#: templates/account.php:826
|
1452 |
-
msgid "Cancelling %s"
|
1453 |
-
msgstr "Cancelando %s"
|
1454 |
-
|
1455 |
-
#: templates/account.php826, templates/account.php843,
|
1456 |
-
#: templates/forms/subscription-cancellation.php27,
|
1457 |
-
#: templates/forms/deactivation/form.php:133
|
1458 |
-
msgid "trial"
|
1459 |
-
msgstr "período de prueba"
|
1460 |
-
|
1461 |
-
#: templates/account.php841, templates/forms/deactivation/form.php:150
|
1462 |
-
msgid "Cancelling %s..."
|
1463 |
-
msgstr "Cancelando %s..."
|
1464 |
-
|
1465 |
-
#: templates/account.php844, templates/forms/subscription-cancellation.php28,
|
1466 |
-
#: templates/forms/deactivation/form.php:134
|
1467 |
-
msgid "subscription"
|
1468 |
-
msgstr "suscripción"
|
1469 |
-
|
1470 |
-
#: templates/account.php:858
|
1471 |
-
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?"
|
1472 |
-
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?"
|
1473 |
-
|
1474 |
-
#: templates/add-ons.php:35
|
1475 |
-
msgid "View details"
|
1476 |
-
msgstr "Ver detalles"
|
1477 |
-
|
1478 |
-
#: templates/add-ons.php:45
|
1479 |
-
msgid "Add Ons for %s"
|
1480 |
-
msgstr "Complementos para %s"
|
1481 |
-
|
1482 |
-
#: templates/add-ons.php:55
|
1483 |
-
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."
|
1484 |
-
msgstr "No podemos cargar la lista de complementos. Probablemente es un problema por nuestro parte, por favor inténtalo de nuevo en unos minutos."
|
1485 |
-
|
1486 |
-
#: templates/add-ons.php:173
|
1487 |
-
msgctxt "active add-on"
|
1488 |
-
msgid "Active"
|
1489 |
-
msgstr "Activo"
|
1490 |
-
|
1491 |
-
#: templates/add-ons.php:174
|
1492 |
-
msgctxt "installed add-on"
|
1493 |
-
msgid "Installed"
|
1494 |
-
msgstr "Installed"
|
1495 |
-
|
1496 |
-
#: templates/admin-notice.php13, templates/forms/license-activation.php209,
|
1497 |
-
#: templates/forms/resend-key.php:77
|
1498 |
-
msgctxt "as close a window"
|
1499 |
-
msgid "Dismiss"
|
1500 |
-
msgstr "Descartar"
|
1501 |
-
|
1502 |
-
#: templates/auto-installation.php:45
|
1503 |
-
msgid "%s sec"
|
1504 |
-
msgstr "%s seg"
|
1505 |
-
|
1506 |
-
#: templates/auto-installation.php:83
|
1507 |
-
msgid "Automatic Installation"
|
1508 |
-
msgstr "Instalación automática"
|
1509 |
-
|
1510 |
-
#: templates/auto-installation.php:93
|
1511 |
-
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."
|
1512 |
-
msgstr "Una descarga automatizada y la instalación de %s (versión de pago) de %s comenzará en %s. Si quieres hacerlo manualmente - haz clic en el botón de cancelación."
|
1513 |
-
|
1514 |
-
#: templates/auto-installation.php:104
|
1515 |
-
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."
|
1516 |
-
msgstr "El proceso de instalación ha comenzado y puede tardar unos minutos en completarse. Por favor, espera hasta que se finalice - no actualices esta página."
|
1517 |
-
|
1518 |
-
#: templates/auto-installation.php:109
|
1519 |
-
msgid "Cancel Installation"
|
1520 |
-
msgstr "Cancelar instalación"
|
1521 |
-
|
1522 |
-
#: templates/checkout.php:180
|
1523 |
-
msgid "Checkout"
|
1524 |
-
msgstr "Pagar"
|
1525 |
-
|
1526 |
-
#: templates/checkout.php:180
|
1527 |
-
msgid "PCI compliant"
|
1528 |
-
msgstr "Compatible con PCI"
|
1529 |
-
|
1530 |
-
#. translators: %s: name (e.g. Hey John,)
|
1531 |
-
#: templates/connect.php:112
|
1532 |
-
msgctxt "greeting"
|
1533 |
-
msgid "Hey %s,"
|
1534 |
-
msgstr "Hey %s,"
|
1535 |
-
|
1536 |
-
#: templates/connect.php:154
|
1537 |
-
msgid "Allow & Continue"
|
1538 |
-
msgstr "Permitir y continuar"
|
1539 |
-
|
1540 |
-
#: templates/connect.php:158
|
1541 |
-
msgid "Re-send activation email"
|
1542 |
-
msgstr "Reenviar correo electrónico de activación"
|
1543 |
-
|
1544 |
-
#: templates/connect.php:162
|
1545 |
-
msgid "Thanks %s!"
|
1546 |
-
msgstr "¡Gracias %s!"
|
1547 |
-
|
1548 |
-
#: templates/connect.php172, templates/forms/license-activation.php:44
|
1549 |
-
msgid "Agree & Activate License"
|
1550 |
-
msgstr "De acuerdo y activar licencia"
|
1551 |
-
|
1552 |
-
#: templates/connect.php:181
|
1553 |
-
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1554 |
-
msgstr "¡Gracias por comprar %s! Para empezar, escribe tu clave de licencia:"
|
1555 |
-
|
1556 |
-
#: templates/connect.php:188
|
1557 |
-
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."
|
1558 |
-
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."
|
1559 |
-
|
1560 |
-
#: templates/connect.php:189
|
1561 |
-
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1562 |
-
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."
|
1563 |
-
|
1564 |
-
#: templates/connect.php:195
|
1565 |
-
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."
|
1566 |
-
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."
|
1567 |
-
|
1568 |
-
#: templates/connect.php:196
|
1569 |
-
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."
|
1570 |
-
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."
|
1571 |
-
|
1572 |
-
#: templates/connect.php:230
|
1573 |
-
msgid "We're excited to introduce the Freemius network-level integration."
|
1574 |
-
msgstr "Estamos emocionados de introducir la integración de Freemius a nivel de red."
|
1575 |
-
|
1576 |
-
#: templates/connect.php:233
|
1577 |
-
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1578 |
-
msgstr "Durante el proceso de actualización hemos detectado%d sitio(s) que aún están pendientes de la activación de licencia."
|
1579 |
-
|
1580 |
-
#: templates/connect.php:235
|
1581 |
-
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1582 |
-
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."
|
1583 |
-
|
1584 |
-
#: templates/connect.php:237
|
1585 |
-
msgid "%s's paid features"
|
1586 |
-
msgstr "%s características de pago"
|
1587 |
-
|
1588 |
-
#: templates/connect.php:242
|
1589 |
-
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1590 |
-
msgstr "Alternativamente, puedes saltarlo ahora y activar la licencia después, en tu %s página de cuenta a nivel de red."
|
1591 |
-
|
1592 |
-
#: templates/connect.php:244
|
1593 |
-
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1594 |
-
msgstr "Durante el proceso de actualización detectamos %s sitio(s) en la red que todavía están pendientes de tu atención."
|
1595 |
-
|
1596 |
-
#: templates/connect.php253, templates/forms/license-activation.php:47
|
1597 |
-
msgid "License key"
|
1598 |
-
msgstr "Clave de licencia"
|
1599 |
-
|
1600 |
-
#: templates/connect.php256, templates/forms/license-activation.php:20
|
1601 |
-
msgid "Can't find your license key?"
|
1602 |
-
msgstr "¿No puedes encontrar tu clave de licencia?"
|
1603 |
-
|
1604 |
-
#: templates/connect.php315, templates/connect.php652,
|
1605 |
-
#: templates/forms/deactivation/retry-skip.php:20
|
1606 |
-
msgctxt "verb"
|
1607 |
-
msgid "Skip"
|
1608 |
-
msgstr "Saltar"
|
1609 |
-
|
1610 |
-
#: templates/connect.php:318
|
1611 |
-
msgid "Delegate to Site Admins"
|
1612 |
-
msgstr "Delegar a administradores del sitio"
|
1613 |
-
|
1614 |
-
#: templates/connect.php:318
|
1615 |
-
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1616 |
-
msgstr "Si haces click, esta decisión será delegada a los administradores de los sitios."
|
1617 |
-
|
1618 |
-
#: templates/connect.php:346
|
1619 |
-
msgid "Your Profile Overview"
|
1620 |
-
msgstr "Resumen del perfil"
|
1621 |
-
|
1622 |
-
#: templates/connect.php:347
|
1623 |
-
msgid "Name and email address"
|
1624 |
-
msgstr "Nombre y dirección de correo electrónico"
|
1625 |
-
|
1626 |
-
#: templates/connect.php:352
|
1627 |
-
msgid "Your Site Overview"
|
1628 |
-
msgstr "Resumen del sitio"
|
1629 |
-
|
1630 |
-
#: templates/connect.php:353
|
1631 |
-
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1632 |
-
msgstr "URL del sitio web, versión de WP, PHP info, plugins y temas"
|
1633 |
-
|
1634 |
-
#: templates/connect.php:358
|
1635 |
-
msgid "Admin Notices"
|
1636 |
-
msgstr "Avisos de administración"
|
1637 |
-
|
1638 |
-
#: templates/connect.php359, templates/connect.php:375
|
1639 |
-
msgid "Updates, announcements, marketing, no spam"
|
1640 |
-
msgstr "Actualizaciones, anuncios, marketing, sin spam"
|
1641 |
-
|
1642 |
-
#: templates/connect.php:364
|
1643 |
-
msgid "Current %s Events"
|
1644 |
-
msgstr "Eventos de %s actuales"
|
1645 |
-
|
1646 |
-
#: templates/connect.php:365
|
1647 |
-
msgid "Activation, deactivation and uninstall"
|
1648 |
-
msgstr "Activación, desactivación y desinstalación"
|
1649 |
-
|
1650 |
-
#: templates/connect.php:374
|
1651 |
-
msgid "Newsletter"
|
1652 |
-
msgstr "Boletín"
|
1653 |
-
|
1654 |
-
#: templates/connect.php391, templates/forms/license-activation.php:39
|
1655 |
-
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."
|
1656 |
-
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."
|
1657 |
-
|
1658 |
-
#: templates/connect.php:396
|
1659 |
-
msgid "What permissions are being granted?"
|
1660 |
-
msgstr "¿Qué permisos se otorgan?"
|
1661 |
-
|
1662 |
-
#: templates/connect.php:417
|
1663 |
-
msgid "Don't have a license key?"
|
1664 |
-
msgstr "¿No tienes una clave de licencia?"
|
1665 |
-
|
1666 |
-
#: templates/connect.php:420
|
1667 |
-
msgid "Have a license key?"
|
1668 |
-
msgstr "¿Tienes una clave de licencia?"
|
1669 |
-
|
1670 |
-
#: templates/connect.php:428
|
1671 |
-
msgid "Privacy Policy"
|
1672 |
-
msgstr "Política de privacidad"
|
1673 |
-
|
1674 |
-
#: templates/connect.php:430
|
1675 |
-
msgid "License Agreement"
|
1676 |
-
msgstr "Acuerdo de licencia"
|
1677 |
-
|
1678 |
-
#: templates/connect.php:430
|
1679 |
-
msgid "Terms of Service"
|
1680 |
-
msgstr "Términos de servicio"
|
1681 |
-
|
1682 |
-
#: templates/connect.php:805
|
1683 |
-
msgctxt "as in the process of sending an email"
|
1684 |
-
msgid "Sending email"
|
1685 |
-
msgstr "Enviando correo electrónico"
|
1686 |
-
|
1687 |
-
#: templates/connect.php:806
|
1688 |
-
msgctxt "as activating plugin"
|
1689 |
-
msgid "Activating"
|
1690 |
-
msgstr "Activando"
|
1691 |
-
|
1692 |
-
#: templates/contact.php:78
|
1693 |
-
msgid "Contact"
|
1694 |
-
msgstr "Contacto"
|
1695 |
-
|
1696 |
-
#: templates/debug.php:17
|
1697 |
-
msgctxt "as turned off"
|
1698 |
-
msgid "Off"
|
1699 |
-
msgstr "Apagado"
|
1700 |
-
|
1701 |
-
#: templates/debug.php:18
|
1702 |
-
msgctxt "as turned on"
|
1703 |
-
msgid "On"
|
1704 |
-
msgstr "Encendido"
|
1705 |
-
|
1706 |
-
#: templates/debug.php:20
|
1707 |
-
msgid "SDK"
|
1708 |
-
msgstr "SDK"
|
1709 |
-
|
1710 |
-
#: templates/debug.php:24
|
1711 |
-
msgctxt "as code debugging"
|
1712 |
-
msgid "Debugging"
|
1713 |
-
msgstr "Depurando"
|
1714 |
-
|
1715 |
-
#: templates/debug.php54, templates/debug.php250, templates/debug.php376,
|
1716 |
-
#: templates/debug.php:494
|
1717 |
-
msgid "Actions"
|
1718 |
-
msgstr "Acciones"
|
1719 |
-
|
1720 |
-
#: templates/debug.php:64
|
1721 |
-
msgid "Are you sure you want to delete all Freemius data?"
|
1722 |
-
msgstr "¿Está seguro que desea eliminar todos los datos de Freemius?"
|
1723 |
-
|
1724 |
-
#: templates/debug.php:64
|
1725 |
-
msgid "Delete All Accounts"
|
1726 |
-
msgstr "Borrar todas las cuentas"
|
1727 |
-
|
1728 |
-
#: templates/debug.php:71
|
1729 |
-
msgid "Clear API Cache"
|
1730 |
-
msgstr "Borrar caché de la API"
|
1731 |
-
|
1732 |
-
#: templates/debug.php:79
|
1733 |
-
msgid "Clear Updates Transients"
|
1734 |
-
msgstr "Borrar transients de actualizaciones"
|
1735 |
-
|
1736 |
-
#: templates/debug.php:86
|
1737 |
-
msgid "Sync Data From Server"
|
1738 |
-
msgstr "Sincronizar datos desde el servidor"
|
1739 |
-
|
1740 |
-
#: templates/debug.php:95
|
1741 |
-
msgid "Migrate Options to Network"
|
1742 |
-
msgstr "Migrar opciones a la red"
|
1743 |
-
|
1744 |
-
#: templates/debug.php:100
|
1745 |
-
msgid "Load DB Option"
|
1746 |
-
msgstr "Cargar opción de BD"
|
1747 |
-
|
1748 |
-
#: templates/debug.php:103
|
1749 |
-
msgid "Set DB Option"
|
1750 |
-
msgstr "Guardar opción en BD"
|
1751 |
-
|
1752 |
-
#: templates/debug.php:182
|
1753 |
-
msgid "Key"
|
1754 |
-
msgstr "Clave"
|
1755 |
-
|
1756 |
-
#: templates/debug.php:183
|
1757 |
-
msgid "Value"
|
1758 |
-
msgstr "Valor"
|
1759 |
-
|
1760 |
-
#: templates/debug.php:199
|
1761 |
-
msgctxt "as software development kit versions"
|
1762 |
-
msgid "SDK Versions"
|
1763 |
-
msgstr "Versiones SDK"
|
1764 |
-
|
1765 |
-
#: templates/debug.php:204
|
1766 |
-
msgid "SDK Path"
|
1767 |
-
msgstr "Ruta del SDK"
|
1768 |
-
|
1769 |
-
#: templates/debug.php205, templates/debug.php:244
|
1770 |
-
msgid "Module Path"
|
1771 |
-
msgstr "Ruta del módulo"
|
1772 |
-
|
1773 |
-
#: templates/debug.php:206
|
1774 |
-
msgid "Is Active"
|
1775 |
-
msgstr "Está activo"
|
1776 |
-
|
1777 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
|
1778 |
-
msgid "Plugins"
|
1779 |
-
msgstr "Plugins"
|
1780 |
-
|
1781 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
|
1782 |
-
msgid "Themes"
|
1783 |
-
msgstr "Temas"
|
1784 |
-
|
1785 |
-
#: templates/debug.php239, templates/debug.php371, templates/debug.php453,
|
1786 |
-
#: templates/debug/scheduled-crons.php:80
|
1787 |
-
msgid "Slug"
|
1788 |
-
msgstr "Ruta"
|
1789 |
-
|
1790 |
-
#: templates/debug.php241, templates/debug.php:452
|
1791 |
-
msgid "Title"
|
1792 |
-
msgstr "Título"
|
1793 |
-
|
1794 |
-
#: templates/debug.php:242
|
1795 |
-
msgctxt "as application program interface"
|
1796 |
-
msgid "API"
|
1797 |
-
msgstr "API"
|
1798 |
-
|
1799 |
-
#: templates/debug.php:243
|
1800 |
-
msgid "Freemius State"
|
1801 |
-
msgstr "Estado Freemius"
|
1802 |
-
|
1803 |
-
#: templates/debug.php:247
|
1804 |
-
msgid "Network Blog"
|
1805 |
-
msgstr "Blog de red"
|
1806 |
-
|
1807 |
-
#: templates/debug.php:248
|
1808 |
-
msgid "Network User"
|
1809 |
-
msgstr "Usuario de red"
|
1810 |
-
|
1811 |
-
#: templates/debug.php:285
|
1812 |
-
msgctxt "as connection was successful"
|
1813 |
-
msgid "Connected"
|
1814 |
-
msgstr "Conectado"
|
1815 |
-
|
1816 |
-
#: templates/debug.php:286
|
1817 |
-
msgctxt "as connection blocked"
|
1818 |
-
msgid "Blocked"
|
1819 |
-
msgstr "Bloqueado"
|
1820 |
-
|
1821 |
-
#: templates/debug.php:322
|
1822 |
-
msgid "Simulate Trial Promotion"
|
1823 |
-
msgstr "Simular período de prueba"
|
1824 |
-
|
1825 |
-
#: templates/debug.php:334
|
1826 |
-
msgid "Simulate Network Upgrade"
|
1827 |
-
msgstr "Simular actualización de red"
|
1828 |
-
|
1829 |
-
#: templates/debug.php:360
|
1830 |
-
msgid "%s Installs"
|
1831 |
-
msgstr "%s Instalaciones"
|
1832 |
-
|
1833 |
-
#: templates/debug.php:362
|
1834 |
-
msgctxt "like websites"
|
1835 |
-
msgid "Sites"
|
1836 |
-
msgstr "Sitios"
|
1837 |
-
|
1838 |
-
#: templates/debug.php368, templates/account/partials/site.php:148
|
1839 |
-
msgid "Blog ID"
|
1840 |
-
msgstr "ID del blog"
|
1841 |
-
|
1842 |
-
#: templates/debug.php433, templates/debug.php511,
|
1843 |
-
#: templates/account/partials/addon.php:396
|
1844 |
-
msgctxt "verb"
|
1845 |
-
msgid "Delete"
|
1846 |
-
msgstr "Borrar"
|
1847 |
-
|
1848 |
-
#: templates/debug.php:447
|
1849 |
-
msgid "Add Ons of module %s"
|
1850 |
-
msgstr "Complementos del módulo %s"
|
1851 |
-
|
1852 |
-
#: templates/debug.php:484
|
1853 |
-
msgid "Users"
|
1854 |
-
msgstr "Usuarios"
|
1855 |
-
|
1856 |
-
#: templates/debug.php:491
|
1857 |
-
msgid "Verified"
|
1858 |
-
msgstr "Verificado"
|
1859 |
-
|
1860 |
-
#: templates/debug.php:522
|
1861 |
-
msgid "%s Licenses"
|
1862 |
-
msgstr "%s Licencias"
|
1863 |
-
|
1864 |
-
#: templates/debug.php:527
|
1865 |
-
msgid "Plugin ID"
|
1866 |
-
msgstr "ID del plugin"
|
1867 |
-
|
1868 |
-
#: templates/debug.php:529
|
1869 |
-
msgid "Plan ID"
|
1870 |
-
msgstr "ID del plan"
|
1871 |
-
|
1872 |
-
#: templates/debug.php:530
|
1873 |
-
msgid "Quota"
|
1874 |
-
msgstr "Cuota"
|
1875 |
-
|
1876 |
-
#: templates/debug.php:531
|
1877 |
-
msgid "Activated"
|
1878 |
-
msgstr "Activado"
|
1879 |
-
|
1880 |
-
#: templates/debug.php:532
|
1881 |
-
msgid "Blocking"
|
1882 |
-
msgstr "Bloqueando"
|
1883 |
-
|
1884 |
-
#: templates/debug.php:534
|
1885 |
-
msgctxt "as expiration date"
|
1886 |
-
msgid "Expiration"
|
1887 |
-
msgstr "Caducidad"
|
1888 |
-
|
1889 |
-
#: templates/debug.php:557
|
1890 |
-
msgid "Debug Log"
|
1891 |
-
msgstr "Log de Debug"
|
1892 |
-
|
1893 |
-
#: templates/debug.php:561
|
1894 |
-
msgid "All Types"
|
1895 |
-
msgstr "Todos los Tipos"
|
1896 |
-
|
1897 |
-
#: templates/debug.php:568
|
1898 |
-
msgid "All Requests"
|
1899 |
-
msgstr "Todas las peticiones"
|
1900 |
-
|
1901 |
-
#: templates/debug.php573, templates/debug.php602,
|
1902 |
-
#: templates/debug/logger.php:25
|
1903 |
-
msgid "File"
|
1904 |
-
msgstr "Archivo"
|
1905 |
-
|
1906 |
-
#: templates/debug.php574, templates/debug.php600,
|
1907 |
-
#: templates/debug/logger.php:23
|
1908 |
-
msgid "Function"
|
1909 |
-
msgstr "Función"
|
1910 |
-
|
1911 |
-
#: templates/debug.php:575
|
1912 |
-
msgid "Process ID"
|
1913 |
-
msgstr "ID del proceso"
|
1914 |
-
|
1915 |
-
#: templates/debug.php:576
|
1916 |
-
msgid "Logger"
|
1917 |
-
msgstr "Logger"
|
1918 |
-
|
1919 |
-
#: templates/debug.php577, templates/debug.php601,
|
1920 |
-
#: templates/debug/logger.php:24
|
1921 |
-
msgid "Message"
|
1922 |
-
msgstr "Mensaje"
|
1923 |
-
|
1924 |
-
#: templates/debug.php:579
|
1925 |
-
msgid "Filter"
|
1926 |
-
msgstr "Filtro"
|
1927 |
-
|
1928 |
-
#: templates/debug.php:587
|
1929 |
-
msgid "Download"
|
1930 |
-
msgstr "Descarga"
|
1931 |
-
|
1932 |
-
#: templates/debug.php598, templates/debug/logger.php:22
|
1933 |
-
msgid "Type"
|
1934 |
-
msgstr "Tipo"
|
1935 |
-
|
1936 |
-
#: templates/debug.php603, templates/debug/logger.php:26
|
1937 |
-
msgid "Timestamp"
|
1938 |
-
msgstr "Timestamp"
|
1939 |
-
|
1940 |
-
#: templates/secure-https-header.php:28
|
1941 |
-
msgid "Secure HTTPS %s page, running from an external domain"
|
1942 |
-
msgstr "Página segura HTTPS %s, desde un dominio externo"
|
1943 |
-
|
1944 |
-
#: includes/customizer/class-fs-customizer-support-section.php55,
|
1945 |
-
#: templates/plugin-info/features.php:43
|
1946 |
-
msgid "Support"
|
1947 |
-
msgstr "Soporte"
|
1948 |
-
|
1949 |
-
#: includes/debug/class-fs-debug-bar-panel.php48,
|
1950 |
-
#: templates/debug/api-calls.php54, templates/debug/logger.php:62
|
1951 |
-
msgctxt "milliseconds"
|
1952 |
-
msgid "ms"
|
1953 |
-
msgstr "ms"
|
1954 |
-
|
1955 |
-
#: includes/debug/debug-bar-start.php:41
|
1956 |
-
msgid "Freemius API"
|
1957 |
-
msgstr "API Freemius"
|
1958 |
-
|
1959 |
-
#: includes/debug/debug-bar-start.php:42
|
1960 |
-
msgid "Requests"
|
1961 |
-
msgstr "Peticiones"
|
1962 |
-
|
1963 |
-
#: templates/account/billing.php:22
|
1964 |
-
msgctxt "verb"
|
1965 |
-
msgid "Update"
|
1966 |
-
msgstr "Actualizar"
|
1967 |
-
|
1968 |
-
#: templates/account/billing.php:33
|
1969 |
-
msgid "Billing"
|
1970 |
-
msgstr "Facturación"
|
1971 |
-
|
1972 |
-
#: templates/account/billing.php38, templates/account/billing.php:38
|
1973 |
-
msgid "Business name"
|
1974 |
-
msgstr "Nombre de la empresa"
|
1975 |
-
|
1976 |
-
#: templates/account/billing.php39, templates/account/billing.php:39
|
1977 |
-
msgid "Tax / VAT ID"
|
1978 |
-
msgstr "Tax / Núm IVA"
|
1979 |
-
|
1980 |
-
#: templates/account/billing.php42, templates/account/billing.php42,
|
1981 |
-
#: templates/account/billing.php43, templates/account/billing.php:43
|
1982 |
-
msgid "Address Line %d"
|
1983 |
-
msgstr "Línea de la dirección %d"
|
1984 |
-
|
1985 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
1986 |
-
msgid "City"
|
1987 |
-
msgstr "Ciudad"
|
1988 |
-
|
1989 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
1990 |
-
msgid "Town"
|
1991 |
-
msgstr "Municipio"
|
1992 |
-
|
1993 |
-
#: templates/account/billing.php47, templates/account/billing.php:47
|
1994 |
-
msgid "ZIP / Postal Code"
|
1995 |
-
msgstr "Código postal"
|
1996 |
-
|
1997 |
-
#: templates/account/billing.php:302
|
1998 |
-
msgid "Country"
|
1999 |
-
msgstr "País"
|
2000 |
-
|
2001 |
-
#: templates/account/billing.php:304
|
2002 |
-
msgid "Select Country"
|
2003 |
-
msgstr "Seleccionar país"
|
2004 |
-
|
2005 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2006 |
-
msgid "State"
|
2007 |
-
msgstr "Estado"
|
2008 |
-
|
2009 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2010 |
-
msgid "Province"
|
2011 |
-
msgstr "Provincia"
|
2012 |
-
|
2013 |
-
#: templates/account/payments.php:29
|
2014 |
-
msgid "Payments"
|
2015 |
-
msgstr "Pagos"
|
2016 |
-
|
2017 |
-
#: templates/account/payments.php:36
|
2018 |
-
msgid "Date"
|
2019 |
-
msgstr "Fecha"
|
2020 |
-
|
2021 |
-
#: templates/account/payments.php:37
|
2022 |
-
msgid "Amount"
|
2023 |
-
msgstr "Cantidad"
|
2024 |
-
|
2025 |
-
#: templates/account/payments.php38, templates/account/payments.php:50
|
2026 |
-
msgid "Invoice"
|
2027 |
-
msgstr "Factura"
|
2028 |
-
|
2029 |
-
#: templates/debug/api-calls.php:56
|
2030 |
-
msgid "API"
|
2031 |
-
msgstr "API"
|
2032 |
-
|
2033 |
-
#: templates/debug/api-calls.php:68
|
2034 |
-
msgid "Method"
|
2035 |
-
msgstr "Método"
|
2036 |
-
|
2037 |
-
#: templates/debug/api-calls.php:69
|
2038 |
-
msgid "Code"
|
2039 |
-
msgstr "Código"
|
2040 |
-
|
2041 |
-
#: templates/debug/api-calls.php:70
|
2042 |
-
msgid "Length"
|
2043 |
-
msgstr "Longitud"
|
2044 |
-
|
2045 |
-
#: templates/debug/api-calls.php:71
|
2046 |
-
msgctxt "as file/folder path"
|
2047 |
-
msgid "Path"
|
2048 |
-
msgstr "Ruta"
|
2049 |
-
|
2050 |
-
#: templates/debug/api-calls.php:73
|
2051 |
-
msgid "Body"
|
2052 |
-
msgstr "Cuerpo"
|
2053 |
-
|
2054 |
-
#: templates/debug/api-calls.php:75
|
2055 |
-
msgid "Result"
|
2056 |
-
msgstr "Resultado"
|
2057 |
-
|
2058 |
-
#: templates/debug/api-calls.php:76
|
2059 |
-
msgid "Start"
|
2060 |
-
msgstr "Inicio"
|
2061 |
-
|
2062 |
-
#: templates/debug/api-calls.php:77
|
2063 |
-
msgid "End"
|
2064 |
-
msgstr "Fin"
|
2065 |
-
|
2066 |
-
#: templates/debug/logger.php:15
|
2067 |
-
msgid "Log"
|
2068 |
-
msgstr "Log"
|
2069 |
-
|
2070 |
-
#. translators: %s: time period (e.g. In "2 hours")
|
2071 |
-
#: templates/debug/plugins-themes-sync.php18,
|
2072 |
-
#: templates/debug/scheduled-crons.php:91
|
2073 |
-
msgid "In %s"
|
2074 |
-
msgstr "En %s"
|
2075 |
-
|
2076 |
-
#. translators: %s: time period (e.g. "2 hours" ago)
|
2077 |
-
#: templates/debug/plugins-themes-sync.php20,
|
2078 |
-
#: templates/debug/scheduled-crons.php:93
|
2079 |
-
msgid "%s ago"
|
2080 |
-
msgstr "hace %s"
|
2081 |
-
|
2082 |
-
#: templates/debug/plugins-themes-sync.php21,
|
2083 |
-
#: templates/debug/scheduled-crons.php:74
|
2084 |
-
msgctxt "seconds"
|
2085 |
-
msgid "sec"
|
2086 |
-
msgstr "seg"
|
2087 |
-
|
2088 |
-
#: templates/debug/plugins-themes-sync.php:23
|
2089 |
-
msgid "Plugins & Themes Sync"
|
2090 |
-
msgstr "Sincronizar plugins y temas"
|
2091 |
-
|
2092 |
-
#: templates/debug/plugins-themes-sync.php:28
|
2093 |
-
msgid "Total"
|
2094 |
-
msgstr "Total"
|
2095 |
-
|
2096 |
-
#: templates/debug/plugins-themes-sync.php29,
|
2097 |
-
#: templates/debug/scheduled-crons.php:84
|
2098 |
-
msgid "Last"
|
2099 |
-
msgstr "Último"
|
2100 |
-
|
2101 |
-
#: templates/debug/scheduled-crons.php:76
|
2102 |
-
msgid "Scheduled Crons"
|
2103 |
-
msgstr "Crons programados"
|
2104 |
-
|
2105 |
-
#: templates/debug/scheduled-crons.php:81
|
2106 |
-
msgid "Module"
|
2107 |
-
msgstr "Módulo"
|
2108 |
-
|
2109 |
-
#: templates/debug/scheduled-crons.php:82
|
2110 |
-
msgid "Module Type"
|
2111 |
-
msgstr "Tipo de módulo"
|
2112 |
-
|
2113 |
-
#: templates/debug/scheduled-crons.php:83
|
2114 |
-
msgid "Cron Type"
|
2115 |
-
msgstr "Tipo de cron"
|
2116 |
-
|
2117 |
-
#: templates/debug/scheduled-crons.php:85
|
2118 |
-
msgid "Next"
|
2119 |
-
msgstr "Siguiente"
|
2120 |
-
|
2121 |
-
#: templates/forms/affiliation.php:82
|
2122 |
-
msgid "Non-expiring"
|
2123 |
-
msgstr "Sin caducidad"
|
2124 |
-
|
2125 |
-
#: templates/forms/affiliation.php:85
|
2126 |
-
msgid "Apply to become an affiliate"
|
2127 |
-
msgstr "Aceptar para hacerse afiliado"
|
2128 |
-
|
2129 |
-
#: templates/forms/affiliation.php:104
|
2130 |
-
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2131 |
-
msgstr "¡Tu aplicación al programa de afiliación para %s ha sido aceptada! Entra en tu área de afiliado desde: %s."
|
2132 |
-
|
2133 |
-
#: templates/forms/affiliation.php:119
|
2134 |
-
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."
|
2135 |
-
msgstr "Gracias por aplicar a nuestro programa de afiliados, revisaremos tu petición durante los próximos 14 días y te volveremos a contactar con información adicional."
|
2136 |
-
|
2137 |
-
#: templates/forms/affiliation.php:122
|
2138 |
-
msgid "Your affiliation account was temporarily suspended."
|
2139 |
-
msgstr "Tu cuenta de afiliado ha sido suspendida temporalmente."
|
2140 |
-
|
2141 |
-
#: templates/forms/affiliation.php:125
|
2142 |
-
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."
|
2143 |
-
msgstr "Gracias por aplicar a nuestro programa de asociados, infortunadamente, de momento hemos decidido rechazar tu petición. Por favor, prueba de nuevo en 30 días."
|
2144 |
-
|
2145 |
-
#: templates/forms/affiliation.php:128
|
2146 |
-
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2147 |
-
msgstr "Debido a la violación de nuestros términos de afiliados, hemos decidido bloquear temporalmente tu cuenta de afiliación. Si tienes alguna pregunta, por favor contacta nuestro soporte."
|
2148 |
-
|
2149 |
-
#: templates/forms/affiliation.php:141
|
2150 |
-
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2151 |
-
msgstr "¿Te gusta %s? Conviértete en nuestro embajador y gana dinero ;-)"
|
2152 |
-
|
2153 |
-
#: templates/forms/affiliation.php:142
|
2154 |
-
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2155 |
-
msgstr "¡Envíanos nuevos usuarios a nuestro %s y gana %s de comisión en cada venta satisfactoria que nos hayas referido!"
|
2156 |
-
|
2157 |
-
#: templates/forms/affiliation.php:145
|
2158 |
-
msgid "Program Summary"
|
2159 |
-
msgstr "Sumario del programa"
|
2160 |
-
|
2161 |
-
#: templates/forms/affiliation.php:147
|
2162 |
-
msgid "%s commission when a customer purchases a new license."
|
2163 |
-
msgstr "%s comisión cuando un cliente compra una nueva licencia."
|
2164 |
-
|
2165 |
-
#: templates/forms/affiliation.php:149
|
2166 |
-
msgid "Get commission for automated subscription renewals."
|
2167 |
-
msgstr "Obtén comisiones por renovaciones automatizadas de las suscripciones."
|
2168 |
-
|
2169 |
-
#: templates/forms/affiliation.php:152
|
2170 |
-
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2171 |
-
msgstr "%s tracking cookie después de la primera visita para maximizar las ganancias potenciales."
|
2172 |
-
|
2173 |
-
#: templates/forms/affiliation.php:155
|
2174 |
-
msgid "Unlimited commissions."
|
2175 |
-
msgstr "Comisiones Ilimitadas"
|
2176 |
-
|
2177 |
-
#: templates/forms/affiliation.php:157
|
2178 |
-
msgid "%s minimum payout amount."
|
2179 |
-
msgstr "%s cantidad mínima a pagar."
|
2180 |
-
|
2181 |
-
#: templates/forms/affiliation.php:158
|
2182 |
-
msgid "Payouts are in USD and processed monthly via PayPal."
|
2183 |
-
msgstr "Los pagos son en USD y se procesan mensualmente por medio de PayPal."
|
2184 |
-
|
2185 |
-
#: templates/forms/affiliation.php:159
|
2186 |
-
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2187 |
-
msgstr "Como aplazamos 30 días para posible devoluciones, sólo pagamos comisiones que son de más de 30 días."
|
2188 |
-
|
2189 |
-
#: templates/forms/affiliation.php:162
|
2190 |
-
msgid "Affiliate"
|
2191 |
-
msgstr "Afiliado"
|
2192 |
-
|
2193 |
-
#: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
|
2194 |
-
msgid "Email address"
|
2195 |
-
msgstr "Dirección de correo electrónico"
|
2196 |
-
|
2197 |
-
#: templates/forms/affiliation.php:169
|
2198 |
-
msgid "Full name"
|
2199 |
-
msgstr "Nombre completo"
|
2200 |
-
|
2201 |
-
#: templates/forms/affiliation.php:173
|
2202 |
-
msgid "PayPal account email address"
|
2203 |
-
msgstr "Dirección de correo electrónico de PayPal"
|
2204 |
-
|
2205 |
-
#: templates/forms/affiliation.php:177
|
2206 |
-
msgid "Where are you going to promote the %s?"
|
2207 |
-
msgstr "¿Dónde vas a promocionar %s?"
|
2208 |
-
|
2209 |
-
#: templates/forms/affiliation.php:179
|
2210 |
-
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2211 |
-
msgstr "Introduce el dominio de tu sitio web o de otros sitios web donde planeas promocionar %s."
|
2212 |
-
|
2213 |
-
#: templates/forms/affiliation.php:181
|
2214 |
-
msgid "Add another domain"
|
2215 |
-
msgstr "Añadir otro dominio"
|
2216 |
-
|
2217 |
-
#: templates/forms/affiliation.php:185
|
2218 |
-
msgid "Extra Domains"
|
2219 |
-
msgstr "Dominios extra"
|
2220 |
-
|
2221 |
-
#: templates/forms/affiliation.php:186
|
2222 |
-
msgid "Extra domains where you will be marketing the product from."
|
2223 |
-
msgstr "Dominios extra desde donde promocionarás el producto."
|
2224 |
-
|
2225 |
-
#: templates/forms/affiliation.php:196
|
2226 |
-
msgid "Promotion methods"
|
2227 |
-
msgstr "Métodos de promoción"
|
2228 |
-
|
2229 |
-
#: templates/forms/affiliation.php:199
|
2230 |
-
msgid "Social media (Facebook, Twitter, etc.)"
|
2231 |
-
msgstr "Social media (Facebook, Twitter, etc.)"
|
2232 |
-
|
2233 |
-
#: templates/forms/affiliation.php:203
|
2234 |
-
msgid "Mobile apps"
|
2235 |
-
msgstr "Apps móviles "
|
2236 |
-
|
2237 |
-
#: templates/forms/affiliation.php:207
|
2238 |
-
msgid "Website, email, and social media statistics (optional)"
|
2239 |
-
msgstr "Sitio web, correo electrónico y estadísticas de social media (opcional)"
|
2240 |
-
|
2241 |
-
#: templates/forms/affiliation.php:210
|
2242 |
-
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)."
|
2243 |
-
msgstr "Siéntete libre de proporcionarnos estadísticas de tu sitio web o social media, p.ej. visitas únicas mensuales, número de suscriptores de correo electrónico, seguidores, etc. (mantendremos esta información confidencial)"
|
2244 |
-
|
2245 |
-
#: templates/forms/affiliation.php:214
|
2246 |
-
msgid "How will you promote us?"
|
2247 |
-
msgstr "¿Como nos promocionarás?"
|
2248 |
-
|
2249 |
-
#: templates/forms/affiliation.php:217
|
2250 |
-
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2251 |
-
msgstr "Por favor, danos detalles de como pretendes promocionar %s (por favor, se lo más específico que puedas)"
|
2252 |
-
|
2253 |
-
#: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
|
2254 |
-
msgid "Cancel"
|
2255 |
-
msgstr "Cancelar"
|
2256 |
-
|
2257 |
-
#: templates/forms/affiliation.php:225
|
2258 |
-
msgid "Become an affiliate"
|
2259 |
-
msgstr "Hacerse afiliado"
|
2260 |
-
|
2261 |
-
#: templates/forms/license-activation.php:21
|
2262 |
-
msgid "Please enter the license key that you received in the email right after the purchase:"
|
2263 |
-
msgstr "Por favor, introduce la clave de licencia que recibiste en el correo electrónico al realizar la compra:"
|
2264 |
-
|
2265 |
-
#: templates/forms/license-activation.php:26
|
2266 |
-
msgid "Update License"
|
2267 |
-
msgstr "Activar licencia"
|
2268 |
-
|
2269 |
-
#: templates/forms/optout.php:30
|
2270 |
-
msgctxt "verb"
|
2271 |
-
msgid "Opt Out"
|
2272 |
-
msgstr "Darse de baja"
|
2273 |
-
|
2274 |
-
#: templates/forms/optout.php:31
|
2275 |
-
msgctxt "verb"
|
2276 |
-
msgid "Opt In"
|
2277 |
-
msgstr "Inscribirse"
|
2278 |
-
|
2279 |
-
#: templates/forms/optout.php:33
|
2280 |
-
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."
|
2281 |
-
msgstr "El uso del seguimiento se hace con la intención de mejorar %s. Crear una mejor experiencia de usuario, priorizando nuevas características y cosas mejores. Realmente apreciaríamos que considerases permitirnos continuar con el seguimiento."
|
2282 |
-
|
2283 |
-
#: templates/forms/optout.php:35
|
2284 |
-
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2285 |
-
msgstr "Haciendo clic en \"Desistir\", ya no enviaremos los datos de %s a %s."
|
2286 |
-
|
2287 |
-
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2288 |
-
msgid "There is a new version of %s available."
|
2289 |
-
msgstr "Hay una nueva versión de %s disponible."
|
2290 |
-
|
2291 |
-
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2292 |
-
msgid " %s to access version %s security & feature updates, and support."
|
2293 |
-
msgstr "%s para acceder a la versión %s de actualizaciones de funciones, seguridad y soporte."
|
2294 |
-
|
2295 |
-
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2296 |
-
msgid "New Version Available"
|
2297 |
-
msgstr "Nueva versión disponible"
|
2298 |
-
|
2299 |
-
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2300 |
-
msgctxt "close a window"
|
2301 |
-
msgid "Dismiss"
|
2302 |
-
msgstr "Descartar"
|
2303 |
-
|
2304 |
-
#: templates/forms/resend-key.php:21
|
2305 |
-
msgid "Send License Key"
|
2306 |
-
msgstr "Enviar clave de licencia"
|
2307 |
-
|
2308 |
-
#: templates/forms/resend-key.php:57
|
2309 |
-
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2310 |
-
msgstr "Escribe abajo la dirección de correo electrónico que has usado para la actualización y te reenviaremos la clave de licencia."
|
2311 |
-
|
2312 |
-
#: templates/forms/subscription-cancellation.php:37
|
2313 |
-
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2314 |
-
msgstr "Desactivar o desinstalar %s deshabilitará automáticamente la licencia, que podrás usar en otro sitio."
|
2315 |
-
|
2316 |
-
#: templates/forms/subscription-cancellation.php:47
|
2317 |
-
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?"
|
2318 |
-
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?"
|
2319 |
-
|
2320 |
-
#: templates/forms/subscription-cancellation.php:52
|
2321 |
-
msgid "license"
|
2322 |
-
msgstr "licencia"
|
2323 |
-
|
2324 |
-
#: templates/forms/subscription-cancellation.php:57
|
2325 |
-
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."
|
2326 |
-
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."
|
2327 |
-
|
2328 |
-
#: templates/forms/subscription-cancellation.php:68
|
2329 |
-
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2330 |
-
msgstr "No cancelar %s - Todavía estoy interesado en obtener actualizaciones de características y seguridad, así como poder contactar con soporte."
|
2331 |
-
|
2332 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
2333 |
-
#. subscription'
|
2334 |
-
#: templates/forms/subscription-cancellation.php99,
|
2335 |
-
#: templates/account/partials/addon.php29,
|
2336 |
-
#: templates/account/partials/site.php:298
|
2337 |
-
msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2338 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2339 |
-
|
2340 |
-
#: templates/forms/subscription-cancellation.php:103
|
2341 |
-
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."
|
2342 |
-
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."
|
2343 |
-
|
2344 |
-
#: templates/forms/subscription-cancellation.php:136
|
2345 |
-
msgid "Cancel %s?"
|
2346 |
-
msgstr "¿Cancelar %s?"
|
2347 |
-
|
2348 |
-
#: templates/forms/subscription-cancellation.php:143
|
2349 |
-
msgid "Proceed"
|
2350 |
-
msgstr "Proceder"
|
2351 |
-
|
2352 |
-
#: templates/forms/subscription-cancellation.php191,
|
2353 |
-
#: templates/forms/deactivation/form.php:171
|
2354 |
-
msgid "Cancel %s & Proceed"
|
2355 |
-
msgstr "Cancelar %s y proceder"
|
2356 |
-
|
2357 |
-
#: templates/forms/trial-start.php:22
|
2358 |
-
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2359 |
-
msgstr "Estás a sólo 1-click de comenzar tu %1$s días de prueba gratuita del plan %2$s."
|
2360 |
-
|
2361 |
-
#: templates/forms/trial-start.php:28
|
2362 |
-
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."
|
2363 |
-
msgstr "Para el cumplimiento de las directrices de WordPress.org, antes de empezar el período de prueba te pedimos que aceptes con tu usuario e información no sensible del sitio web, permitiendo a %s enviar datos periódicamente a %s para comprobar si hay actualizaciones de versión y para validar la versión de prueba."
|
2364 |
-
|
2365 |
-
#: templates/js/style-premium-theme.php:39
|
2366 |
-
msgid "Premium"
|
2367 |
-
msgstr "Premium"
|
2368 |
-
|
2369 |
-
#: templates/js/style-premium-theme.php:42
|
2370 |
-
msgid "Beta"
|
2371 |
-
msgstr "Beta"
|
2372 |
-
|
2373 |
-
#: templates/partials/network-activation.php:27
|
2374 |
-
msgid "Activate license on all sites in the network."
|
2375 |
-
msgstr "Activar licencia en todos los sitios de la red"
|
2376 |
-
|
2377 |
-
#: templates/partials/network-activation.php:28
|
2378 |
-
msgid "Apply on all sites in the network."
|
2379 |
-
msgstr "Aplicar en todos los sitios de la red"
|
2380 |
-
|
2381 |
-
#: templates/partials/network-activation.php:31
|
2382 |
-
msgid "Activate license on all pending sites."
|
2383 |
-
msgstr "Aplicar licencia en todos los sitios pendientes"
|
2384 |
-
|
2385 |
-
#: templates/partials/network-activation.php:32
|
2386 |
-
msgid "Apply on all pending sites."
|
2387 |
-
msgstr "Aplicar en todos los sitios pendientes"
|
2388 |
-
|
2389 |
-
#: templates/partials/network-activation.php40,
|
2390 |
-
#: templates/partials/network-activation.php:74
|
2391 |
-
msgid "allow"
|
2392 |
-
msgstr "permitir"
|
2393 |
-
|
2394 |
-
#: templates/partials/network-activation.php43,
|
2395 |
-
#: templates/partials/network-activation.php:77
|
2396 |
-
msgid "delegate"
|
2397 |
-
msgstr "delegar"
|
2398 |
-
|
2399 |
-
#: templates/partials/network-activation.php47,
|
2400 |
-
#: templates/partials/network-activation.php:81
|
2401 |
-
msgid "skip"
|
2402 |
-
msgstr "saltar"
|
2403 |
-
|
2404 |
-
#: templates/plugin-info/description.php72,
|
2405 |
-
#: templates/plugin-info/screenshots.php:31
|
2406 |
-
msgid "Click to view full-size screenshot %d"
|
2407 |
-
msgstr "Click para ver la captura de pantalla a tamaño completo %d"
|
2408 |
-
|
2409 |
-
#: templates/plugin-info/features.php:56
|
2410 |
-
msgid "Unlimited Updates"
|
2411 |
-
msgstr "Actualizaciones Ilimitadas"
|
2412 |
-
|
2413 |
-
#: templates/account/partials/activate-license-button.php:46
|
2414 |
-
msgid "Localhost"
|
2415 |
-
msgstr "Localhost"
|
2416 |
-
|
2417 |
-
#: templates/account/partials/activate-license-button.php:50
|
2418 |
-
msgctxt "as 5 licenses left"
|
2419 |
-
msgid "%s left"
|
2420 |
-
msgstr "quedan %s"
|
2421 |
-
|
2422 |
-
#: templates/account/partials/activate-license-button.php:51
|
2423 |
-
msgid "Last license"
|
2424 |
-
msgstr "Última licencia"
|
2425 |
-
|
2426 |
-
#: templates/account/partials/addon.php:167
|
2427 |
-
msgid "Cancelled"
|
2428 |
-
msgstr "Cancelado"
|
2429 |
-
|
2430 |
-
#: templates/account/partials/addon.php:177
|
2431 |
-
msgid "No expiration"
|
2432 |
-
msgstr "Sin caducidad"
|
2433 |
-
|
2434 |
-
#: templates/account/partials/site.php:181
|
2435 |
-
msgid "Owner Name"
|
2436 |
-
msgstr "Nombre del propietario"
|
2437 |
-
|
2438 |
-
#: templates/account/partials/site.php:193
|
2439 |
-
msgid "Owner Email"
|
2440 |
-
msgstr "Correo electrónico del propietario"
|
2441 |
-
|
2442 |
-
#: templates/account/partials/site.php:205
|
2443 |
-
msgid "Owner ID"
|
2444 |
-
msgstr "ID del propietario"
|
2445 |
-
|
2446 |
-
#: templates/account/partials/site.php:270
|
2447 |
-
msgid "Subscription"
|
2448 |
-
msgstr "Suscripción"
|
2449 |
-
|
2450 |
-
#: templates/forms/deactivation/contact.php:19
|
2451 |
-
msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2452 |
-
msgstr "Disculpa las molestias y estamos aquí para ayudarte si nos das una oportunidad."
|
2453 |
-
|
2454 |
-
#: templates/forms/deactivation/contact.php:22
|
2455 |
-
msgid "Contact Support"
|
2456 |
-
msgstr "Contactar soporte"
|
2457 |
-
|
2458 |
-
#: templates/forms/deactivation/form.php:64
|
2459 |
-
msgid "Anonymous feedback"
|
2460 |
-
msgstr "Comentarios anónimos"
|
2461 |
-
|
2462 |
-
#: templates/forms/deactivation/form.php:70
|
2463 |
-
msgid "Deactivate"
|
2464 |
-
msgstr "Desactivar"
|
2465 |
-
|
2466 |
-
#: templates/forms/deactivation/form.php:72
|
2467 |
-
msgid "Activate %s"
|
2468 |
-
msgstr "Activar %s"
|
2469 |
-
|
2470 |
-
#: templates/forms/deactivation/form.php:87
|
2471 |
-
msgid "Quick Feedback"
|
2472 |
-
msgstr "Comentarios rápidos"
|
2473 |
-
|
2474 |
-
#: templates/forms/deactivation/form.php:91
|
2475 |
-
msgid "If you have a moment, please let us know why you are %s"
|
2476 |
-
msgstr "Si tienes un momento, por favor, dinos por qué estás %s"
|
2477 |
-
|
2478 |
-
#: templates/forms/deactivation/form.php:91
|
2479 |
-
msgid "deactivating"
|
2480 |
-
msgstr "desactivando"
|
2481 |
-
|
2482 |
-
#: templates/forms/deactivation/form.php:91
|
2483 |
-
msgid "switching"
|
2484 |
-
msgstr "cambiando"
|
2485 |
-
|
2486 |
-
#: templates/forms/deactivation/form.php:365
|
2487 |
-
msgid "Submit & %s"
|
2488 |
-
msgstr "Enviar y %s"
|
2489 |
-
|
2490 |
-
#: templates/forms/deactivation/form.php:386
|
2491 |
-
msgid "Kindly tell us the reason so we can improve."
|
2492 |
-
msgstr "Por favor, dínos la razón para que podamos mejorar."
|
2493 |
-
|
2494 |
-
#: templates/forms/deactivation/form.php:511
|
2495 |
-
msgid "Yes - %s"
|
2496 |
-
msgstr "Si - %s"
|
2497 |
-
|
2498 |
-
#: templates/forms/deactivation/form.php:518
|
2499 |
-
msgid "Skip & %s"
|
2500 |
-
msgstr "Saltar y %s"
|
2501 |
-
|
2502 |
-
#: templates/forms/deactivation/retry-skip.php:21
|
2503 |
-
msgid "Click here to use the plugin anonymously"
|
2504 |
-
msgstr "Haz click aquí para utilizar el plugin de forma anónima"
|
2505 |
-
|
2506 |
-
#: templates/forms/deactivation/retry-skip.php:23
|
2507 |
-
msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
2508 |
-
msgstr "Es posible que te lo hayas perdido, pero no tienes que compartir ningún dato y puedes solo aceptar %s."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
freemius/languages/freemius-fr_FR.mo
CHANGED
Binary file
|
freemius/languages/freemius-fr_FR.po
DELETED
@@ -1,2508 +0,0 @@
|
|
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
|
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-06-05 13: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"
|
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.php1838, templates/account.php:769
|
25 |
-
msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
26 |
-
msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
27 |
-
|
28 |
-
#: includes/class-freemius.php:1845
|
29 |
-
msgid "Would you like to proceed with the update?"
|
30 |
-
msgstr "Would you like to proceed with the update?"
|
31 |
-
|
32 |
-
#: includes/class-freemius.php:2053
|
33 |
-
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
34 |
-
msgstr "Le SDK Freemius ne trouve pas le fichier principal du plugin. Merci de contacter sdk@freemius.com en indiquant l'erreur."
|
35 |
-
|
36 |
-
#: includes/class-freemius.php:2055
|
37 |
-
msgid "Error"
|
38 |
-
msgstr "Erreur"
|
39 |
-
|
40 |
-
#: includes/class-freemius.php:2445
|
41 |
-
msgid "I found a better %s"
|
42 |
-
msgstr "J'ai trouvé un meilleur %s"
|
43 |
-
|
44 |
-
#: includes/class-freemius.php:2447
|
45 |
-
msgid "What's the %s's name?"
|
46 |
-
msgstr "Quel est le nom du %s ?"
|
47 |
-
|
48 |
-
#: includes/class-freemius.php:2453
|
49 |
-
msgid "It's a temporary %s. I'm just debugging an issue."
|
50 |
-
msgstr "C'est une %s temporaire. Je corrige un problème."
|
51 |
-
|
52 |
-
#: includes/class-freemius.php:2455
|
53 |
-
msgid "Deactivation"
|
54 |
-
msgstr "Désactivation"
|
55 |
-
|
56 |
-
#: includes/class-freemius.php:2456
|
57 |
-
msgid "Theme Switch"
|
58 |
-
msgstr "Changement de Thème"
|
59 |
-
|
60 |
-
#: includes/class-freemius.php2465, templates/forms/resend-key.php:24
|
61 |
-
msgid "Other"
|
62 |
-
msgstr "Autre"
|
63 |
-
|
64 |
-
#: includes/class-freemius.php:2473
|
65 |
-
msgid "I no longer need the %s"
|
66 |
-
msgstr "Je n'ai plus besoin du %s"
|
67 |
-
|
68 |
-
#: includes/class-freemius.php:2480
|
69 |
-
msgid "I only needed the %s for a short period"
|
70 |
-
msgstr "Je n'ai besoin de %s que pour une courte période"
|
71 |
-
|
72 |
-
#: includes/class-freemius.php:2486
|
73 |
-
msgid "The %s broke my site"
|
74 |
-
msgstr "Le %s a cassé mon site"
|
75 |
-
|
76 |
-
#: includes/class-freemius.php:2493
|
77 |
-
msgid "The %s suddenly stopped working"
|
78 |
-
msgstr "Le %s a soudainement arrêté de fonctionner"
|
79 |
-
|
80 |
-
#: includes/class-freemius.php:2503
|
81 |
-
msgid "I can't pay for it anymore"
|
82 |
-
msgstr "Je ne peux plus payer pour ça"
|
83 |
-
|
84 |
-
#: includes/class-freemius.php:2505
|
85 |
-
msgid "What price would you feel comfortable paying?"
|
86 |
-
msgstr "Quel prix seriez-vous prêt à payer ?"
|
87 |
-
|
88 |
-
#: includes/class-freemius.php:2511
|
89 |
-
msgid "I don't like to share my information with you"
|
90 |
-
msgstr "Je ne veux pas partager mes informations avec vous"
|
91 |
-
|
92 |
-
#: includes/class-freemius.php:2532
|
93 |
-
msgid "The %s didn't work"
|
94 |
-
msgstr "Le %s n'a pas fonctionné"
|
95 |
-
|
96 |
-
#: includes/class-freemius.php:2542
|
97 |
-
msgid "I couldn't understand how to make it work"
|
98 |
-
msgstr "Je ne comprends pas comment le faire fonctionner"
|
99 |
-
|
100 |
-
#: includes/class-freemius.php:2550
|
101 |
-
msgid "The %s is great, but I need specific feature that you don't support"
|
102 |
-
msgstr "Le %s est bien mais j'ai besoin de fonctionnalités spécifiques que vous ne proposez pas"
|
103 |
-
|
104 |
-
#: includes/class-freemius.php:2552
|
105 |
-
msgid "What feature?"
|
106 |
-
msgstr "Quelle fonctionnalité ?"
|
107 |
-
|
108 |
-
#: includes/class-freemius.php:2556
|
109 |
-
msgid "The %s is not working"
|
110 |
-
msgstr "Le %s ne fonctionne pas"
|
111 |
-
|
112 |
-
#: includes/class-freemius.php:2558
|
113 |
-
msgid "Kindly share what didn't work so we can fix it for future users..."
|
114 |
-
msgstr "Merci de nous indiquer ce qui ne fonctionne pas afin que nous puissions le corriger pour les futurs utilisateurs..."
|
115 |
-
|
116 |
-
#: includes/class-freemius.php:2562
|
117 |
-
msgid "It's not what I was looking for"
|
118 |
-
msgstr "Ce n'est pas ce que je recherche"
|
119 |
-
|
120 |
-
#: includes/class-freemius.php:2564
|
121 |
-
msgid "What you've been looking for?"
|
122 |
-
msgstr "Que recherchez-vous ?"
|
123 |
-
|
124 |
-
#: includes/class-freemius.php:2568
|
125 |
-
msgid "The %s didn't work as expected"
|
126 |
-
msgstr "Le %s n'a pas fonctionné comme prévu"
|
127 |
-
|
128 |
-
#: includes/class-freemius.php:2570
|
129 |
-
msgid "What did you expect?"
|
130 |
-
msgstr "À quoi vous attendiez-vous ?"
|
131 |
-
|
132 |
-
#: includes/class-freemius.php3425, templates/debug.php:20
|
133 |
-
msgid "Freemius Debug"
|
134 |
-
msgstr "Débuggage Freemius"
|
135 |
-
|
136 |
-
#: includes/class-freemius.php:4177
|
137 |
-
msgid "I don't know what is cURL or how to install it, help me!"
|
138 |
-
msgstr "Je ne sais pas ce qu'est cURL ou comment l'installer, aidez moi !"
|
139 |
-
|
140 |
-
#: includes/class-freemius.php:4179
|
141 |
-
msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
142 |
-
msgstr "Nous allons contacter votre hébergeur afin de résoudre le problème. Vous recevrez un email à propos de %s dès que nous aurons des nouvelles."
|
143 |
-
|
144 |
-
#: includes/class-freemius.php:4186
|
145 |
-
msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
146 |
-
msgstr "Parfait, merci d'installer cURL et de l'activer dans votre fichier php.ini. De plus, recherchez l'instruction 'disable_functions' de votre fichier php.ini et désactivez les commandes commençant par 'curl_'. Pour vérifier la bonne activation, utilisez la fonction 'phpinfo()'. Une fois activé, désactivez le %s et réactivez le à nouveau."
|
147 |
-
|
148 |
-
#: includes/class-freemius.php:4291
|
149 |
-
msgid "Yes - do your thing"
|
150 |
-
msgstr "Oui - allez-y"
|
151 |
-
|
152 |
-
#: includes/class-freemius.php:4296
|
153 |
-
msgid "No - just deactivate"
|
154 |
-
msgstr "Non - désactivation seulement"
|
155 |
-
|
156 |
-
#: includes/class-freemius.php4341, includes/class-freemius.php4850,
|
157 |
-
#: includes/class-freemius.php5999, includes/class-freemius.php12682,
|
158 |
-
#: includes/class-freemius.php16045, includes/class-freemius.php16133,
|
159 |
-
#: includes/class-freemius.php16299, includes/class-freemius.php18758,
|
160 |
-
#: includes/class-freemius.php18768, includes/class-freemius.php19404,
|
161 |
-
#: includes/class-freemius.php20277, includes/class-freemius.php20392,
|
162 |
-
#: includes/class-freemius.php20536, templates/add-ons.php:54
|
163 |
-
msgctxt "exclamation"
|
164 |
-
msgid "Oops"
|
165 |
-
msgstr "Oups"
|
166 |
-
|
167 |
-
#: includes/class-freemius.php:4410
|
168 |
-
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."
|
169 |
-
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."
|
170 |
-
|
171 |
-
#: includes/class-freemius.php:4847
|
172 |
-
msgctxt "addonX cannot run without pluginY"
|
173 |
-
msgid "%s cannot run without %s."
|
174 |
-
msgstr "%s ne peut pas fonctionner sans %s."
|
175 |
-
|
176 |
-
#: includes/class-freemius.php:4848
|
177 |
-
msgctxt "addonX cannot run..."
|
178 |
-
msgid "%s cannot run without the plugin."
|
179 |
-
msgstr "%s ne peut pas fonctionner sans le plugin."
|
180 |
-
|
181 |
-
#: includes/class-freemius.php5020, includes/class-freemius.php5045,
|
182 |
-
#: includes/class-freemius.php:19475
|
183 |
-
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
184 |
-
msgstr "Une erreur est survenue dans l'API. Merci de contacter l'auteur du %s en lui indiquant l'erreur."
|
185 |
-
|
186 |
-
#: includes/class-freemius.php:5687
|
187 |
-
msgid "Premium %s version was successfully activated."
|
188 |
-
msgstr "La version premium de %s a été activée avec succès."
|
189 |
-
|
190 |
-
#: includes/class-freemius.php5699, includes/class-freemius.php:7567
|
191 |
-
msgctxt ""
|
192 |
-
msgid "W00t"
|
193 |
-
msgstr "Génial"
|
194 |
-
|
195 |
-
#: includes/class-freemius.php:5714
|
196 |
-
msgid "You have a %s license."
|
197 |
-
msgstr "Vous avez une license pour %s."
|
198 |
-
|
199 |
-
#: includes/class-freemius.php5718, includes/class-freemius.php15466,
|
200 |
-
#: includes/class-freemius.php15477, includes/class-freemius.php18669,
|
201 |
-
#: includes/class-freemius.php18999, includes/class-freemius.php19065,
|
202 |
-
#: includes/class-freemius.php:19229
|
203 |
-
msgctxt "interjection expressing joy or exuberance"
|
204 |
-
msgid "Yee-haw"
|
205 |
-
msgstr "Youpi"
|
206 |
-
|
207 |
-
#: includes/class-freemius.php:5982
|
208 |
-
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."
|
209 |
-
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."
|
210 |
-
|
211 |
-
#: includes/class-freemius.php:5986
|
212 |
-
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
213 |
-
msgstr "%sest un add-on pour la version premium. Vous devez acheter une licence avant d'activer le plugin."
|
214 |
-
|
215 |
-
#: includes/class-freemius.php5995, templates/add-ons.php130,
|
216 |
-
#: templates/account/partials/addon.php:343
|
217 |
-
msgid "More information about %s"
|
218 |
-
msgstr "Plus d'informations à propos de %s"
|
219 |
-
|
220 |
-
#: includes/class-freemius.php:5996
|
221 |
-
msgid "Purchase License"
|
222 |
-
msgstr "Acheter une licence"
|
223 |
-
|
224 |
-
#: includes/class-freemius.php6931, templates/connect.php:163
|
225 |
-
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."
|
226 |
-
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."
|
227 |
-
|
228 |
-
#: includes/class-freemius.php:6935
|
229 |
-
msgid "start the trial"
|
230 |
-
msgstr "commencer la période d'essai"
|
231 |
-
|
232 |
-
#: includes/class-freemius.php6936, templates/connect.php:167
|
233 |
-
msgid "complete the install"
|
234 |
-
msgstr "compléter l'installation"
|
235 |
-
|
236 |
-
#: includes/class-freemius.php:7049
|
237 |
-
msgid "You are just one step away - %s"
|
238 |
-
msgstr "Il ne reste qu'une étape - %s"
|
239 |
-
|
240 |
-
#: includes/class-freemius.php:7052
|
241 |
-
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
242 |
-
msgid "Complete \"%s\" Activation Now"
|
243 |
-
msgstr "Compléter \"%s\" Activer Maintenant"
|
244 |
-
|
245 |
-
#: includes/class-freemius.php:7130
|
246 |
-
msgid "We made a few tweaks to the %s, %s"
|
247 |
-
msgstr "Nous avons fait quelques modifications au %s, %s"
|
248 |
-
|
249 |
-
#: includes/class-freemius.php:7134
|
250 |
-
msgid "Opt in to make \"%s\" better!"
|
251 |
-
msgstr "Inscrivez-vous pour améliorer \"%s\" !"
|
252 |
-
|
253 |
-
#: includes/class-freemius.php:7566
|
254 |
-
msgid "The upgrade of %s was successfully completed."
|
255 |
-
msgstr "La mise à jour du %s s'est terminée avec succès "
|
256 |
-
|
257 |
-
#: includes/class-freemius.php9728, includes/class-fs-plugin-updater.php975,
|
258 |
-
#: includes/class-fs-plugin-updater.php1170,
|
259 |
-
#: includes/class-fs-plugin-updater.php1177,
|
260 |
-
#: templates/auto-installation.php:32
|
261 |
-
msgid "Add-On"
|
262 |
-
msgstr "Add-On"
|
263 |
-
|
264 |
-
#: includes/class-freemius.php9730, templates/account.php313,
|
265 |
-
#: templates/account.php321, templates/debug.php361, templates/debug.php:522
|
266 |
-
msgid "Plugin"
|
267 |
-
msgstr "Plugin"
|
268 |
-
|
269 |
-
#: includes/class-freemius.php9731, templates/account.php314,
|
270 |
-
#: templates/account.php322, templates/debug.php361, templates/debug.php522,
|
271 |
-
#: templates/forms/deactivation/form.php:71
|
272 |
-
msgid "Theme"
|
273 |
-
msgstr "Thème"
|
274 |
-
|
275 |
-
#: includes/class-freemius.php:12148
|
276 |
-
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
277 |
-
msgstr "An unknown error has occurred while trying to set the user's beta mode."
|
278 |
-
|
279 |
-
#: includes/class-freemius.php:12549
|
280 |
-
msgid "Invalid site details collection."
|
281 |
-
msgstr "Récupération des détails du site non valide."
|
282 |
-
|
283 |
-
#: includes/class-freemius.php:12669
|
284 |
-
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
285 |
-
msgstr "Nous ne trouvons pas votre adresse mail dans notre système, êtes-vous qu'il s'agit de la bonne adresse ?"
|
286 |
-
|
287 |
-
#: includes/class-freemius.php:12671
|
288 |
-
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
289 |
-
msgstr "Nous ne trouvons aucune licence active associée avec cette adresse email, êtes-vous qu'il s'agit de la bonne adresse ?"
|
290 |
-
|
291 |
-
#: includes/class-freemius.php:12945
|
292 |
-
msgid "Account is pending activation."
|
293 |
-
msgstr "Compte en cours d'activation."
|
294 |
-
|
295 |
-
#: includes/class-freemius.php13057,
|
296 |
-
#: templates/forms/premium-versions-upgrade-handler.php:47
|
297 |
-
msgid "Buy a license now"
|
298 |
-
msgstr "Acheter une licence maintenant"
|
299 |
-
|
300 |
-
#: includes/class-freemius.php13069,
|
301 |
-
#: templates/forms/premium-versions-upgrade-handler.php:46
|
302 |
-
msgid "Renew your license now"
|
303 |
-
msgstr "Renouvelez votre licence maintenant"
|
304 |
-
|
305 |
-
#: includes/class-freemius.php:13073
|
306 |
-
msgid "%s to access version %s security & feature updates, and support."
|
307 |
-
msgstr "%s pour permettre les mises à jour de sécurité et de fonctionnalités de la version %s, et le support."
|
308 |
-
|
309 |
-
#: includes/class-freemius.php:15448
|
310 |
-
msgid "%s activation was successfully completed."
|
311 |
-
msgstr "L'activation de %s s'est terminée avec succès."
|
312 |
-
|
313 |
-
#: includes/class-freemius.php:15462
|
314 |
-
msgid "Your account was successfully activated with the %s plan."
|
315 |
-
msgstr "Votre compte a été activé avec succès avec la formule %s."
|
316 |
-
|
317 |
-
#: includes/class-freemius.php15473, includes/class-freemius.php:19061
|
318 |
-
msgid "Your trial has been successfully started."
|
319 |
-
msgstr "Votre période d'essai a bien démarré."
|
320 |
-
|
321 |
-
#: includes/class-freemius.php16043, includes/class-freemius.php16131,
|
322 |
-
#: includes/class-freemius.php:16297
|
323 |
-
msgid "Couldn't activate %s."
|
324 |
-
msgstr "Impossible d'activer %s."
|
325 |
-
|
326 |
-
#: includes/class-freemius.php16044, includes/class-freemius.php16132,
|
327 |
-
#: includes/class-freemius.php:16298
|
328 |
-
msgid "Please contact us with the following message:"
|
329 |
-
msgstr "Merci de nous contacter avec le message suivant :"
|
330 |
-
|
331 |
-
#: includes/class-freemius.php:16128
|
332 |
-
msgid "An unknown error has occurred."
|
333 |
-
msgstr "An unknown error has occurred."
|
334 |
-
|
335 |
-
#: includes/class-freemius.php16655, includes/class-freemius.php:21409
|
336 |
-
msgid "Upgrade"
|
337 |
-
msgstr "Mise à jour"
|
338 |
-
|
339 |
-
#: includes/class-freemius.php:16661
|
340 |
-
msgid "Start Trial"
|
341 |
-
msgstr "Essai gratuit"
|
342 |
-
|
343 |
-
#: includes/class-freemius.php:16663
|
344 |
-
msgid "Pricing"
|
345 |
-
msgstr "Tarifs"
|
346 |
-
|
347 |
-
#: includes/class-freemius.php16742, includes/class-freemius.php:16744
|
348 |
-
msgid "Affiliation"
|
349 |
-
msgstr "Affiliation"
|
350 |
-
|
351 |
-
#: includes/class-freemius.php16772, includes/class-freemius.php16774,
|
352 |
-
#: templates/account.php177, templates/debug.php:326
|
353 |
-
msgid "Account"
|
354 |
-
msgstr "Compte"
|
355 |
-
|
356 |
-
#: includes/class-freemius.php16787, includes/class-freemius.php16789,
|
357 |
-
#: includes/customizer/class-fs-customizer-support-section.php:60
|
358 |
-
msgid "Contact Us"
|
359 |
-
msgstr "Contactez Nous"
|
360 |
-
|
361 |
-
#: includes/class-freemius.php16799, includes/class-freemius.php16801,
|
362 |
-
#: includes/class-freemius.php21423, templates/account.php105,
|
363 |
-
#: templates/account/partials/addon.php:45
|
364 |
-
msgid "Add-Ons"
|
365 |
-
msgstr "Add-Ons"
|
366 |
-
|
367 |
-
#: includes/class-freemius.php:16835
|
368 |
-
msgctxt "ASCII arrow left icon"
|
369 |
-
msgid "←"
|
370 |
-
msgstr "←"
|
371 |
-
|
372 |
-
#: includes/class-freemius.php:16835
|
373 |
-
msgctxt "ASCII arrow right icon"
|
374 |
-
msgid "➤"
|
375 |
-
msgstr "➤"
|
376 |
-
|
377 |
-
#: includes/class-freemius.php16837, templates/pricing.php:102
|
378 |
-
msgctxt "noun"
|
379 |
-
msgid "Pricing"
|
380 |
-
msgstr "Tarifs"
|
381 |
-
|
382 |
-
#: includes/class-freemius.php17050,
|
383 |
-
#: includes/customizer/class-fs-customizer-support-section.php:67
|
384 |
-
msgid "Support Forum"
|
385 |
-
msgstr "Forum de Support"
|
386 |
-
|
387 |
-
#: includes/class-freemius.php:17995
|
388 |
-
msgid "Your email has been successfully verified - you are AWESOME!"
|
389 |
-
msgstr "Votre email a été vérifié avec succès - vous êtes FORMIDABLE !"
|
390 |
-
|
391 |
-
#: includes/class-freemius.php:17996
|
392 |
-
msgctxt "a positive response"
|
393 |
-
msgid "Right on"
|
394 |
-
msgstr "Directement"
|
395 |
-
|
396 |
-
#: includes/class-freemius.php:18660
|
397 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
398 |
-
msgstr "Votre Add-on %s a bien été mis à jour."
|
399 |
-
|
400 |
-
#: includes/class-freemius.php:18662
|
401 |
-
msgid "%s Add-on was successfully purchased."
|
402 |
-
msgstr "L'Add-on %s a bien été acheté."
|
403 |
-
|
404 |
-
#: includes/class-freemius.php:18665
|
405 |
-
msgid "Download the latest version"
|
406 |
-
msgstr "Télécharger la dernière version"
|
407 |
-
|
408 |
-
#: includes/class-freemius.php:18751
|
409 |
-
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
410 |
-
msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
411 |
-
|
412 |
-
#: includes/class-freemius.php18757, includes/class-freemius.php19188,
|
413 |
-
#: includes/class-freemius.php:19277
|
414 |
-
msgid "Error received from the server:"
|
415 |
-
msgstr "Une erreur a été reçu depuis le serveur :"
|
416 |
-
|
417 |
-
#: includes/class-freemius.php:18767
|
418 |
-
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
419 |
-
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."
|
420 |
-
|
421 |
-
#: includes/class-freemius.php18961, includes/class-freemius.php19193,
|
422 |
-
#: includes/class-freemius.php19248, includes/class-freemius.php:19351
|
423 |
-
msgctxt ""
|
424 |
-
msgid "Hmm"
|
425 |
-
msgstr "Hmm"
|
426 |
-
|
427 |
-
#: includes/class-freemius.php:18974
|
428 |
-
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."
|
429 |
-
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é."
|
430 |
-
|
431 |
-
#: includes/class-freemius.php18975, templates/account.php107,
|
432 |
-
#: templates/add-ons.php191, templates/account/partials/addon.php:47
|
433 |
-
msgctxt "trial period"
|
434 |
-
msgid "Trial"
|
435 |
-
msgstr "Période d'essai"
|
436 |
-
|
437 |
-
#: includes/class-freemius.php:18980
|
438 |
-
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
439 |
-
msgstr "J'ai mis à jour mon compte mais quand j'essaie de synchroniser la licence, la formule est toujours %s."
|
440 |
-
|
441 |
-
#: includes/class-freemius.php18984, includes/class-freemius.php:19043
|
442 |
-
msgid "Please contact us here"
|
443 |
-
msgstr "Merci de nous contacter ici"
|
444 |
-
|
445 |
-
#: includes/class-freemius.php:18995
|
446 |
-
msgid "Your plan was successfully activated."
|
447 |
-
msgstr "Your plan was successfully activated."
|
448 |
-
|
449 |
-
#: includes/class-freemius.php:18996
|
450 |
-
msgid "Your plan was successfully upgraded."
|
451 |
-
msgstr "Votre formule a bien été mise à jour."
|
452 |
-
|
453 |
-
#: includes/class-freemius.php:19013
|
454 |
-
msgid "Your plan was successfully changed to %s."
|
455 |
-
msgstr "Votre formule a bien été modifié vers %s. "
|
456 |
-
|
457 |
-
#: includes/class-freemius.php:19029
|
458 |
-
msgid "Your license has expired. You can still continue using the free %s forever."
|
459 |
-
msgstr "Votre licence a expiré. Vous pouvez toujours utiliser la version gratuite indéfiniment."
|
460 |
-
|
461 |
-
#: includes/class-freemius.php:19031
|
462 |
-
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
463 |
-
msgstr "Votre licence a expiré.%1$sFaites la mise à jour maintenant%2$s pour continuer à utiliser le %3$s sans interruption."
|
464 |
-
|
465 |
-
#: includes/class-freemius.php:19039
|
466 |
-
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
467 |
-
msgstr "Votre licence a été annulé. Si vous pensez qu'il s'agit d'une erreur, merci de contacter le support."
|
468 |
-
|
469 |
-
#: includes/class-freemius.php:19052
|
470 |
-
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."
|
471 |
-
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."
|
472 |
-
|
473 |
-
#: includes/class-freemius.php:19075
|
474 |
-
msgid "Your free trial has expired. You can still continue using all our free features."
|
475 |
-
msgstr "Votre période d'essai gratuite est terminée. Vous pouvez continuer à utiliser toutes nos fonctionnalités gratuites."
|
476 |
-
|
477 |
-
#: includes/class-freemius.php:19077
|
478 |
-
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
479 |
-
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."
|
480 |
-
|
481 |
-
#: includes/class-freemius.php:19184
|
482 |
-
msgid "It looks like the license could not be activated."
|
483 |
-
msgstr "Il semble que la licence ne puisse être activée."
|
484 |
-
|
485 |
-
#: includes/class-freemius.php:19226
|
486 |
-
msgid "Your license was successfully activated."
|
487 |
-
msgstr "Votre licence a bien été activée."
|
488 |
-
|
489 |
-
#: includes/class-freemius.php:19252
|
490 |
-
msgid "It looks like your site currently doesn't have an active license."
|
491 |
-
msgstr "Il semble que votre site n'ait pas de licence active."
|
492 |
-
|
493 |
-
#: includes/class-freemius.php:19276
|
494 |
-
msgid "It looks like the license deactivation failed."
|
495 |
-
msgstr "Il semble que la désactivation de la licence a échoué."
|
496 |
-
|
497 |
-
#: includes/class-freemius.php:19304
|
498 |
-
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
499 |
-
msgstr "Votre licence a bien été désactivé, vous utilisez à présent la formule %s."
|
500 |
-
|
501 |
-
#: includes/class-freemius.php:19305
|
502 |
-
msgid "O.K"
|
503 |
-
msgstr "O.K"
|
504 |
-
|
505 |
-
#: includes/class-freemius.php:19358
|
506 |
-
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
507 |
-
msgstr "Il semble que nous ayons un problème temporaire avec l'annulation de votre abonnement. Merci de réessayer dans quelques minutes."
|
508 |
-
|
509 |
-
#: includes/class-freemius.php:19367
|
510 |
-
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
511 |
-
msgstr "Votre abonnement a bien été annulé. Votre licence de la formule %s expirera dans %s."
|
512 |
-
|
513 |
-
#: includes/class-freemius.php:19409
|
514 |
-
msgid "You are already running the %s in a trial mode."
|
515 |
-
msgstr "Vous utilisez déjà le %s en période d'essai. "
|
516 |
-
|
517 |
-
#: includes/class-freemius.php:19420
|
518 |
-
msgid "You already utilized a trial before."
|
519 |
-
msgstr "Vous avez déjà utilisé la période d'essai."
|
520 |
-
|
521 |
-
#: includes/class-freemius.php:19434
|
522 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
523 |
-
msgstr "La formule %s n'existe pas, il n'est pas possible de commencer une période d'essai."
|
524 |
-
|
525 |
-
#: includes/class-freemius.php:19445
|
526 |
-
msgid "Plan %s does not support a trial period."
|
527 |
-
msgstr "La formule %s ne propose pas de période d'essai."
|
528 |
-
|
529 |
-
#: includes/class-freemius.php:19456
|
530 |
-
msgid "None of the %s's plans supports a trial period."
|
531 |
-
msgstr "Aucune formule du %s ne propose de période d'essai."
|
532 |
-
|
533 |
-
#: includes/class-freemius.php:19506
|
534 |
-
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
535 |
-
msgstr "Il semble que vous ne soyez plus en période d'essai donc il n'y a rien à annuler :)"
|
536 |
-
|
537 |
-
#: includes/class-freemius.php:19542
|
538 |
-
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
539 |
-
msgstr "Il semble que nous ayons un problème temporaire pour annuler votre période d'essai. Merci de réessayer dans quelques minutes."
|
540 |
-
|
541 |
-
#: includes/class-freemius.php:19561
|
542 |
-
msgid "Your %s free trial was successfully cancelled."
|
543 |
-
msgstr "Votre période d'essai %s a bien été annulé."
|
544 |
-
|
545 |
-
#: includes/class-freemius.php:19877
|
546 |
-
msgid "Version %s was released."
|
547 |
-
msgstr "La version %s vient d'être publiée."
|
548 |
-
|
549 |
-
#: includes/class-freemius.php:19877
|
550 |
-
msgid "Please download %s."
|
551 |
-
msgstr "Merci de télécharger %s."
|
552 |
-
|
553 |
-
#: includes/class-freemius.php:19884
|
554 |
-
msgid "the latest %s version here"
|
555 |
-
msgstr "la dernière version de %s ici"
|
556 |
-
|
557 |
-
#: includes/class-freemius.php:19889
|
558 |
-
msgid "New"
|
559 |
-
msgstr "Nouveau"
|
560 |
-
|
561 |
-
#: includes/class-freemius.php:19894
|
562 |
-
msgid "Seems like you got the latest release."
|
563 |
-
msgstr "Il semble que vous ayez la dernière version."
|
564 |
-
|
565 |
-
#: includes/class-freemius.php:19895
|
566 |
-
msgid "You are all good!"
|
567 |
-
msgstr "Vous êtes tout bon !"
|
568 |
-
|
569 |
-
#: includes/class-freemius.php:20165
|
570 |
-
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
571 |
-
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."
|
572 |
-
|
573 |
-
#: includes/class-freemius.php:20304
|
574 |
-
msgid "Site successfully opted in."
|
575 |
-
msgstr "Site ajouté avec succès."
|
576 |
-
|
577 |
-
#: includes/class-freemius.php20305, includes/class-freemius.php:21125
|
578 |
-
msgid "Awesome"
|
579 |
-
msgstr "Formidable"
|
580 |
-
|
581 |
-
#: includes/class-freemius.php20321, templates/forms/optout.php:32
|
582 |
-
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
583 |
-
msgstr "Nous vous remercions de votre aide pour améliorer le %s en nous permettant de recevoir des informations concernant son usage."
|
584 |
-
|
585 |
-
#: includes/class-freemius.php:20322
|
586 |
-
msgid "Thank you!"
|
587 |
-
msgstr "Merci !"
|
588 |
-
|
589 |
-
#: includes/class-freemius.php:20329
|
590 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
591 |
-
msgstr "Nous n'enverrons plus d'information d'utilisation de %s sur %s à %s."
|
592 |
-
|
593 |
-
#: includes/class-freemius.php:20458
|
594 |
-
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."
|
595 |
-
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."
|
596 |
-
|
597 |
-
#: includes/class-freemius.php:20464
|
598 |
-
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
599 |
-
msgstr "Merci pour la confirmation du changement de propriétaire. Un email vient d'être envoyé à %s pour la validation finale."
|
600 |
-
|
601 |
-
#: includes/class-freemius.php:20469
|
602 |
-
msgid "%s is the new owner of the account."
|
603 |
-
msgstr "%s est le nouveau propriétaire du compte."
|
604 |
-
|
605 |
-
#: includes/class-freemius.php:20471
|
606 |
-
msgctxt "as congratulations"
|
607 |
-
msgid "Congrats"
|
608 |
-
msgstr "Félicitations"
|
609 |
-
|
610 |
-
#: includes/class-freemius.php:20491
|
611 |
-
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
612 |
-
msgstr "Désolé, nous ne pouvons pas mettre à jour l'email. Il existe déjà un autre utilisateur avec cette adresse."
|
613 |
-
|
614 |
-
#: includes/class-freemius.php:20492
|
615 |
-
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
616 |
-
msgstr "Si vous voulez transférer la propriété du compte de %s à %s cliquez sur le bouton Changement De Propriétaire"
|
617 |
-
|
618 |
-
#: includes/class-freemius.php:20499
|
619 |
-
msgid "Change Ownership"
|
620 |
-
msgstr "Changement De Propriétaire"
|
621 |
-
|
622 |
-
#: includes/class-freemius.php:20507
|
623 |
-
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
624 |
-
msgstr "Votre email a été mis à jour. Vous allez recevoir un message avec les instructions de confirmation."
|
625 |
-
|
626 |
-
#: includes/class-freemius.php:20519
|
627 |
-
msgid "Please provide your full name."
|
628 |
-
msgstr "Merci d'indiquer vos prénom et nom."
|
629 |
-
|
630 |
-
#: includes/class-freemius.php:20524
|
631 |
-
msgid "Your name was successfully updated."
|
632 |
-
msgstr "Votre nom a été mis à jour."
|
633 |
-
|
634 |
-
#: includes/class-freemius.php:20585
|
635 |
-
msgid "You have successfully updated your %s."
|
636 |
-
msgstr "Votre %s a bien été mis à jour."
|
637 |
-
|
638 |
-
#: includes/class-freemius.php:20725
|
639 |
-
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
640 |
-
msgstr "Sachez que les informations de l'add-ons de %s sont issus d'un serveur externe."
|
641 |
-
|
642 |
-
#: includes/class-freemius.php:20726
|
643 |
-
msgctxt "advance notice of something that will need attention."
|
644 |
-
msgid "Heads up"
|
645 |
-
msgstr "Avertissement"
|
646 |
-
|
647 |
-
#: includes/class-freemius.php:21165
|
648 |
-
msgctxt "exclamation"
|
649 |
-
msgid "Hey"
|
650 |
-
msgstr "Hey"
|
651 |
-
|
652 |
-
#: includes/class-freemius.php:21165
|
653 |
-
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
654 |
-
msgstr "Que pensez-vous de %s ? Testez nos %s fonctionnalités premium avec %d jours d'essai gratuit."
|
655 |
-
|
656 |
-
#: includes/class-freemius.php:21173
|
657 |
-
msgid "No commitment for %s days - cancel anytime!"
|
658 |
-
msgstr "Pas d'engagement durant %s jours - annuler quand vous voulez !"
|
659 |
-
|
660 |
-
#: includes/class-freemius.php:21174
|
661 |
-
msgid "No credit card required"
|
662 |
-
msgstr "Pas besoin de carte bancaire"
|
663 |
-
|
664 |
-
#: includes/class-freemius.php21181, templates/forms/trial-start.php:53
|
665 |
-
msgctxt "call to action"
|
666 |
-
msgid "Start free trial"
|
667 |
-
msgstr "Commencer l'essai gratuit"
|
668 |
-
|
669 |
-
#: includes/class-freemius.php:21258
|
670 |
-
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!"
|
671 |
-
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 !"
|
672 |
-
|
673 |
-
#: includes/class-freemius.php:21267
|
674 |
-
msgid "Learn more"
|
675 |
-
msgstr "En savoir plus"
|
676 |
-
|
677 |
-
#: includes/class-freemius.php21447, templates/account.php474,
|
678 |
-
#: templates/account.php595, templates/connect.php171,
|
679 |
-
#: templates/connect.php421, templates/forms/license-activation.php25,
|
680 |
-
#: templates/account/partials/addon.php:287
|
681 |
-
msgid "Activate License"
|
682 |
-
msgstr "Activer la licence"
|
683 |
-
|
684 |
-
#: includes/class-freemius.php21448, templates/account.php543,
|
685 |
-
#: templates/account.php594, templates/account/partials/site.php:256
|
686 |
-
msgid "Change License"
|
687 |
-
msgstr "Changer la licence"
|
688 |
-
|
689 |
-
#: includes/class-freemius.php21539, templates/account/partials/site.php:161
|
690 |
-
msgid "Opt Out"
|
691 |
-
msgstr "Désinscription"
|
692 |
-
|
693 |
-
#: includes/class-freemius.php21541, includes/class-freemius.php21547,
|
694 |
-
#: templates/account/partials/site.php43,
|
695 |
-
#: templates/account/partials/site.php:161
|
696 |
-
msgid "Opt In"
|
697 |
-
msgstr "Inscription"
|
698 |
-
|
699 |
-
#: includes/class-freemius.php:21775
|
700 |
-
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
701 |
-
msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
702 |
-
|
703 |
-
#: includes/class-freemius.php:21783
|
704 |
-
msgid "Activate %s features"
|
705 |
-
msgstr "Activer les fonctionnalités %s"
|
706 |
-
|
707 |
-
#: includes/class-freemius.php:21796
|
708 |
-
msgid "Please follow these steps to complete the upgrade"
|
709 |
-
msgstr "Merci de suivre ces étapes pour finaliser la mise à jour"
|
710 |
-
|
711 |
-
#: includes/class-freemius.php:21800
|
712 |
-
msgid "Download the latest %s version"
|
713 |
-
msgstr "Télécharger la dernière version %s"
|
714 |
-
|
715 |
-
#: includes/class-freemius.php:21804
|
716 |
-
msgid "Upload and activate the downloaded version"
|
717 |
-
msgstr "Téléverser et activer la version téléchargée"
|
718 |
-
|
719 |
-
#: includes/class-freemius.php:21806
|
720 |
-
msgid "How to upload and activate?"
|
721 |
-
msgstr "Comment téléverser et activer ?"
|
722 |
-
|
723 |
-
#: includes/class-freemius.php:21940
|
724 |
-
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
725 |
-
msgstr "%sCliquez ici %s pour choisir les sites sur lesquels vous souhaitez activer la licence."
|
726 |
-
|
727 |
-
#: includes/class-freemius.php:22101
|
728 |
-
msgid "Auto installation only works for opted-in users."
|
729 |
-
msgstr "L'installation automatique ne fonctionne que pour les utilisateurs qui se sont inscrits."
|
730 |
-
|
731 |
-
#: includes/class-freemius.php22111, includes/class-freemius.php22144,
|
732 |
-
#: includes/class-fs-plugin-updater.php1149,
|
733 |
-
#: includes/class-fs-plugin-updater.php:1163
|
734 |
-
msgid "Invalid module ID."
|
735 |
-
msgstr "ID du module non valide."
|
736 |
-
|
737 |
-
#: includes/class-freemius.php22120, includes/class-fs-plugin-updater.php:1185
|
738 |
-
msgid "Premium version already active."
|
739 |
-
msgstr "Version premium déjà active."
|
740 |
-
|
741 |
-
#: includes/class-freemius.php:22127
|
742 |
-
msgid "You do not have a valid license to access the premium version."
|
743 |
-
msgstr "Vous n'avez pas de licence valide pour accéder à la version premium."
|
744 |
-
|
745 |
-
#: includes/class-freemius.php:22134
|
746 |
-
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
747 |
-
msgstr "Le plugin est un \"Serviceware\" ce qui veut dire qu'il n'a pas de version premium de code."
|
748 |
-
|
749 |
-
#: includes/class-freemius.php22152, includes/class-fs-plugin-updater.php:1184
|
750 |
-
msgid "Premium add-on version already installed."
|
751 |
-
msgstr "La version premium de l'add-on est déjà installée."
|
752 |
-
|
753 |
-
#: includes/class-freemius.php:22497
|
754 |
-
msgid "View paid features"
|
755 |
-
msgstr "Voir les fonctionnalités payantes"
|
756 |
-
|
757 |
-
#: includes/class-freemius.php:22819
|
758 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
759 |
-
msgstr "Merci beaucoup d'utiliser %s et ses add-ons !"
|
760 |
-
|
761 |
-
#: includes/class-freemius.php:22820
|
762 |
-
msgid "Thank you so much for using %s!"
|
763 |
-
msgstr "Merci beaucoup d'utiliser %s !"
|
764 |
-
|
765 |
-
#: includes/class-freemius.php:22826
|
766 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
767 |
-
msgstr "Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer à améliorer le %s."
|
768 |
-
|
769 |
-
#: includes/class-freemius.php:22830
|
770 |
-
msgid "Thank you so much for using our products!"
|
771 |
-
msgstr "Merci beaucoup d'utiliser nos produits !"
|
772 |
-
|
773 |
-
#: includes/class-freemius.php:22831
|
774 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
775 |
-
msgstr "Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer à les améliorer."
|
776 |
-
|
777 |
-
#: includes/class-freemius.php:22850
|
778 |
-
msgid "%s and its add-ons"
|
779 |
-
msgstr "%s et ses add-ons"
|
780 |
-
|
781 |
-
#: includes/class-freemius.php:22859
|
782 |
-
msgid "Products"
|
783 |
-
msgstr "Produits"
|
784 |
-
|
785 |
-
#: includes/class-freemius.php22866, templates/connect.php:272
|
786 |
-
msgid "Yes"
|
787 |
-
msgstr "Oui"
|
788 |
-
|
789 |
-
#: includes/class-freemius.php22867, templates/connect.php:273
|
790 |
-
msgid "send me security & feature updates, educational content and offers."
|
791 |
-
msgstr "envoyez moi des mises à jour de sécurité et des fonctionnalités, du contenu instructif et des offres."
|
792 |
-
|
793 |
-
#: includes/class-freemius.php22868, templates/connect.php:278
|
794 |
-
msgid "No"
|
795 |
-
msgstr "Non"
|
796 |
-
|
797 |
-
#: includes/class-freemius.php22870, templates/connect.php:280
|
798 |
-
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
799 |
-
msgstr "ne %sPAS%s m'envoyer de mises à jour de sécurité ou de fonctionnalités, ni de contenu instructif, ni d'offre."
|
800 |
-
|
801 |
-
#: includes/class-freemius.php:22880
|
802 |
-
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 :-)"
|
803 |
-
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 :-)"
|
804 |
-
|
805 |
-
#: includes/class-freemius.php22882, templates/connect.php:287
|
806 |
-
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
807 |
-
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 :"
|
808 |
-
|
809 |
-
#: includes/class-freemius.php:23164
|
810 |
-
msgid "License key is empty."
|
811 |
-
msgstr "La clé de licence est vide."
|
812 |
-
|
813 |
-
#: includes/class-fs-plugin-updater.php184,
|
814 |
-
#: templates/forms/premium-versions-upgrade-handler.php:57
|
815 |
-
msgid "Renew license"
|
816 |
-
msgstr "Renouvelez votre licence"
|
817 |
-
|
818 |
-
#: includes/class-fs-plugin-updater.php189,
|
819 |
-
#: templates/forms/premium-versions-upgrade-handler.php:58
|
820 |
-
msgid "Buy license"
|
821 |
-
msgstr "Acheter une licence"
|
822 |
-
|
823 |
-
#: includes/class-fs-plugin-updater.php280,
|
824 |
-
#: includes/class-fs-plugin-updater.php:313
|
825 |
-
msgid "There is a %s of %s available."
|
826 |
-
msgstr "Il y a une %s de %s disponible."
|
827 |
-
|
828 |
-
#: includes/class-fs-plugin-updater.php282,
|
829 |
-
#: includes/class-fs-plugin-updater.php:318
|
830 |
-
msgid "new Beta version"
|
831 |
-
msgstr "new Beta version"
|
832 |
-
|
833 |
-
#: includes/class-fs-plugin-updater.php283,
|
834 |
-
#: includes/class-fs-plugin-updater.php:319
|
835 |
-
msgid "new version"
|
836 |
-
msgstr "Nouvelle version"
|
837 |
-
|
838 |
-
#: includes/class-fs-plugin-updater.php:342
|
839 |
-
msgid "Important Upgrade Notice:"
|
840 |
-
msgstr "Information importante de mise à jour :"
|
841 |
-
|
842 |
-
#: includes/class-fs-plugin-updater.php:1214
|
843 |
-
msgid "Installing plugin: %s"
|
844 |
-
msgstr "Installation du plugin : %s"
|
845 |
-
|
846 |
-
#: includes/class-fs-plugin-updater.php:1255
|
847 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
848 |
-
msgstr "Impossible de se connecter au système de fichiers. Merci de confirmer vos autorisations."
|
849 |
-
|
850 |
-
#: includes/class-fs-plugin-updater.php:1437
|
851 |
-
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
852 |
-
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."
|
853 |
-
|
854 |
-
#: includes/fs-plugin-info-dialog.php:509
|
855 |
-
msgid "Purchase More"
|
856 |
-
msgstr "Purchase More"
|
857 |
-
|
858 |
-
#: includes/fs-plugin-info-dialog.php510,
|
859 |
-
#: templates/account/partials/addon.php:347
|
860 |
-
msgctxt "verb"
|
861 |
-
msgid "Purchase"
|
862 |
-
msgstr "Acheter"
|
863 |
-
|
864 |
-
#: includes/fs-plugin-info-dialog.php:514
|
865 |
-
msgid "Start my free %s"
|
866 |
-
msgstr "Commencer ma %s gratuite"
|
867 |
-
|
868 |
-
#: includes/fs-plugin-info-dialog.php:712
|
869 |
-
msgid "Install Free Version Update Now"
|
870 |
-
msgstr "Installer la dernière mise à jour gratuite maintenant"
|
871 |
-
|
872 |
-
#: includes/fs-plugin-info-dialog.php713, templates/account.php:534
|
873 |
-
msgid "Install Update Now"
|
874 |
-
msgstr "Installer la mise à jour maintenant"
|
875 |
-
|
876 |
-
#: includes/fs-plugin-info-dialog.php:722
|
877 |
-
msgid "Install Free Version Now"
|
878 |
-
msgstr "Installer la version gratuite maintenant"
|
879 |
-
|
880 |
-
#: includes/fs-plugin-info-dialog.php723, templates/add-ons.php262,
|
881 |
-
#: templates/auto-installation.php111,
|
882 |
-
#: templates/account/partials/addon.php327,
|
883 |
-
#: templates/account/partials/addon.php:379
|
884 |
-
msgid "Install Now"
|
885 |
-
msgstr "Installer maintenant"
|
886 |
-
|
887 |
-
#: includes/fs-plugin-info-dialog.php:739
|
888 |
-
msgctxt "as download latest version"
|
889 |
-
msgid "Download Latest Free Version"
|
890 |
-
msgstr "Télécharger la dernière version gratuite"
|
891 |
-
|
892 |
-
#: includes/fs-plugin-info-dialog.php740, templates/account.php85,
|
893 |
-
#: templates/add-ons.php34, templates/account/partials/addon.php:25
|
894 |
-
msgctxt "as download latest version"
|
895 |
-
msgid "Download Latest"
|
896 |
-
msgstr "Télécharger la dernière version"
|
897 |
-
|
898 |
-
#: includes/fs-plugin-info-dialog.php755, templates/add-ons.php268,
|
899 |
-
#: templates/account/partials/addon.php318,
|
900 |
-
#: templates/account/partials/addon.php:373
|
901 |
-
msgid "Activate this add-on"
|
902 |
-
msgstr "Activer cet add-on"
|
903 |
-
|
904 |
-
#: includes/fs-plugin-info-dialog.php757, templates/connect.php:418
|
905 |
-
msgid "Activate Free Version"
|
906 |
-
msgstr "Activez la version gratuite"
|
907 |
-
|
908 |
-
#: includes/fs-plugin-info-dialog.php758, templates/account.php109,
|
909 |
-
#: templates/add-ons.php269, templates/account/partials/addon.php:49
|
910 |
-
msgid "Activate"
|
911 |
-
msgstr "Activer"
|
912 |
-
|
913 |
-
#: includes/fs-plugin-info-dialog.php:968
|
914 |
-
msgctxt "Plugin installer section title"
|
915 |
-
msgid "Description"
|
916 |
-
msgstr "Description"
|
917 |
-
|
918 |
-
#: includes/fs-plugin-info-dialog.php:969
|
919 |
-
msgctxt "Plugin installer section title"
|
920 |
-
msgid "Installation"
|
921 |
-
msgstr "Installation"
|
922 |
-
|
923 |
-
#: includes/fs-plugin-info-dialog.php:970
|
924 |
-
msgctxt "Plugin installer section title"
|
925 |
-
msgid "FAQ"
|
926 |
-
msgstr "FAQ"
|
927 |
-
|
928 |
-
#: includes/fs-plugin-info-dialog.php971,
|
929 |
-
#: templates/plugin-info/description.php:55
|
930 |
-
msgid "Screenshots"
|
931 |
-
msgstr "Captures d'écran"
|
932 |
-
|
933 |
-
#: includes/fs-plugin-info-dialog.php:972
|
934 |
-
msgctxt "Plugin installer section title"
|
935 |
-
msgid "Changelog"
|
936 |
-
msgstr "Changelog"
|
937 |
-
|
938 |
-
#: includes/fs-plugin-info-dialog.php:973
|
939 |
-
msgctxt "Plugin installer section title"
|
940 |
-
msgid "Reviews"
|
941 |
-
msgstr "Commentaires"
|
942 |
-
|
943 |
-
#: includes/fs-plugin-info-dialog.php:974
|
944 |
-
msgctxt "Plugin installer section title"
|
945 |
-
msgid "Other Notes"
|
946 |
-
msgstr "Autres Informations"
|
947 |
-
|
948 |
-
#: includes/fs-plugin-info-dialog.php:989
|
949 |
-
msgctxt "Plugin installer section title"
|
950 |
-
msgid "Features & Pricing"
|
951 |
-
msgstr "Fonctionnalités & Tarifs"
|
952 |
-
|
953 |
-
#: includes/fs-plugin-info-dialog.php:999
|
954 |
-
msgid "Plugin Install"
|
955 |
-
msgstr "Installation du Plugin"
|
956 |
-
|
957 |
-
#: includes/fs-plugin-info-dialog.php:1071
|
958 |
-
msgctxt "e.g. Professional Plan"
|
959 |
-
msgid "%s Plan"
|
960 |
-
msgstr "Formule %s"
|
961 |
-
|
962 |
-
#: includes/fs-plugin-info-dialog.php:1097
|
963 |
-
msgctxt "e.g. the best product"
|
964 |
-
msgid "Best"
|
965 |
-
msgstr "Best"
|
966 |
-
|
967 |
-
#: includes/fs-plugin-info-dialog.php1103,
|
968 |
-
#: includes/fs-plugin-info-dialog.php:1123
|
969 |
-
msgctxt "as every month"
|
970 |
-
msgid "Monthly"
|
971 |
-
msgstr "Mensuel"
|
972 |
-
|
973 |
-
#: includes/fs-plugin-info-dialog.php:1106
|
974 |
-
msgctxt "as once a year"
|
975 |
-
msgid "Annual"
|
976 |
-
msgstr "Annuel"
|
977 |
-
|
978 |
-
#: includes/fs-plugin-info-dialog.php:1109
|
979 |
-
msgid "Lifetime"
|
980 |
-
msgstr "À vie"
|
981 |
-
|
982 |
-
#: includes/fs-plugin-info-dialog.php1123,
|
983 |
-
#: includes/fs-plugin-info-dialog.php1125,
|
984 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
985 |
-
msgctxt "e.g. billed monthly"
|
986 |
-
msgid "Billed %s"
|
987 |
-
msgstr "%s Facturé"
|
988 |
-
|
989 |
-
#: includes/fs-plugin-info-dialog.php:1125
|
990 |
-
msgctxt "as once a year"
|
991 |
-
msgid "Annually"
|
992 |
-
msgstr "Annuel"
|
993 |
-
|
994 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
995 |
-
msgctxt "as once a year"
|
996 |
-
msgid "Once"
|
997 |
-
msgstr "Une fois"
|
998 |
-
|
999 |
-
#: includes/fs-plugin-info-dialog.php:1133
|
1000 |
-
msgid "Single Site License"
|
1001 |
-
msgstr "Licence 1 site"
|
1002 |
-
|
1003 |
-
#: includes/fs-plugin-info-dialog.php:1135
|
1004 |
-
msgid "Unlimited Licenses"
|
1005 |
-
msgstr "Licences sites illimités"
|
1006 |
-
|
1007 |
-
#: includes/fs-plugin-info-dialog.php:1137
|
1008 |
-
msgid "Up to %s Sites"
|
1009 |
-
msgstr "Jusqu'à %s Sites"
|
1010 |
-
|
1011 |
-
#: includes/fs-plugin-info-dialog.php1147,
|
1012 |
-
#: templates/plugin-info/features.php:82
|
1013 |
-
msgctxt "as monthly period"
|
1014 |
-
msgid "mo"
|
1015 |
-
msgstr "mois"
|
1016 |
-
|
1017 |
-
#: includes/fs-plugin-info-dialog.php1154,
|
1018 |
-
#: templates/plugin-info/features.php:80
|
1019 |
-
msgctxt "as annual period"
|
1020 |
-
msgid "year"
|
1021 |
-
msgstr "année"
|
1022 |
-
|
1023 |
-
#: includes/fs-plugin-info-dialog.php:1208
|
1024 |
-
msgctxt "noun"
|
1025 |
-
msgid "Price"
|
1026 |
-
msgstr "Tarif"
|
1027 |
-
|
1028 |
-
#: includes/fs-plugin-info-dialog.php:1256
|
1029 |
-
msgid "Save %s"
|
1030 |
-
msgstr "Économisez %s"
|
1031 |
-
|
1032 |
-
#: includes/fs-plugin-info-dialog.php:1266
|
1033 |
-
msgid "No commitment for %s - cancel anytime"
|
1034 |
-
msgstr "Pas d'engagement durant %s - annuler quand vous voulez"
|
1035 |
-
|
1036 |
-
#: includes/fs-plugin-info-dialog.php:1269
|
1037 |
-
msgid "After your free %s, pay as little as %s"
|
1038 |
-
msgstr "Après vos %s gratuits, payez seulement %s"
|
1039 |
-
|
1040 |
-
#: includes/fs-plugin-info-dialog.php:1280
|
1041 |
-
msgid "Details"
|
1042 |
-
msgstr "Détails"
|
1043 |
-
|
1044 |
-
#: includes/fs-plugin-info-dialog.php1284, templates/account.php96,
|
1045 |
-
#: templates/debug.php203, templates/debug.php240, templates/debug.php454,
|
1046 |
-
#: templates/account/partials/addon.php:36
|
1047 |
-
msgctxt "product version"
|
1048 |
-
msgid "Version"
|
1049 |
-
msgstr "Version"
|
1050 |
-
|
1051 |
-
#: includes/fs-plugin-info-dialog.php:1291
|
1052 |
-
msgctxt "as the plugin author"
|
1053 |
-
msgid "Author"
|
1054 |
-
msgstr "Auteur"
|
1055 |
-
|
1056 |
-
#: includes/fs-plugin-info-dialog.php:1298
|
1057 |
-
msgid "Last Updated"
|
1058 |
-
msgstr "Dernière mise à jour"
|
1059 |
-
|
1060 |
-
#: includes/fs-plugin-info-dialog.php1303, templates/account.php:444
|
1061 |
-
msgctxt "x-ago"
|
1062 |
-
msgid "%s ago"
|
1063 |
-
msgstr "Il y a %s"
|
1064 |
-
|
1065 |
-
#: includes/fs-plugin-info-dialog.php:1312
|
1066 |
-
msgid "Requires WordPress Version"
|
1067 |
-
msgstr "Version de WordPress requise"
|
1068 |
-
|
1069 |
-
#: includes/fs-plugin-info-dialog.php:1313
|
1070 |
-
msgid "%s or higher"
|
1071 |
-
msgstr "%s ou plus"
|
1072 |
-
|
1073 |
-
#: includes/fs-plugin-info-dialog.php:1320
|
1074 |
-
msgid "Compatible up to"
|
1075 |
-
msgstr "Compatible jusqu'à"
|
1076 |
-
|
1077 |
-
#: includes/fs-plugin-info-dialog.php:1328
|
1078 |
-
msgid "Downloaded"
|
1079 |
-
msgstr "Téléchargé"
|
1080 |
-
|
1081 |
-
#: includes/fs-plugin-info-dialog.php:1332
|
1082 |
-
msgid "%s time"
|
1083 |
-
msgstr "%s fois"
|
1084 |
-
|
1085 |
-
#: includes/fs-plugin-info-dialog.php:1334
|
1086 |
-
msgid "%s times"
|
1087 |
-
msgstr "%s fois"
|
1088 |
-
|
1089 |
-
#: includes/fs-plugin-info-dialog.php:1344
|
1090 |
-
msgid "WordPress.org Plugin Page"
|
1091 |
-
msgstr "Page WordPress.org du plugin"
|
1092 |
-
|
1093 |
-
#: includes/fs-plugin-info-dialog.php:1352
|
1094 |
-
msgid "Plugin Homepage"
|
1095 |
-
msgstr "Site Web du plugin"
|
1096 |
-
|
1097 |
-
#: includes/fs-plugin-info-dialog.php1360,
|
1098 |
-
#: includes/fs-plugin-info-dialog.php:1442
|
1099 |
-
msgid "Donate to this plugin"
|
1100 |
-
msgstr "Faire une donation pour ce plugin"
|
1101 |
-
|
1102 |
-
#: includes/fs-plugin-info-dialog.php:1367
|
1103 |
-
msgid "Average Rating"
|
1104 |
-
msgstr "Note moyenne"
|
1105 |
-
|
1106 |
-
#: includes/fs-plugin-info-dialog.php:1374
|
1107 |
-
msgid "based on %s"
|
1108 |
-
msgstr "Basé sur %s"
|
1109 |
-
|
1110 |
-
#: includes/fs-plugin-info-dialog.php:1378
|
1111 |
-
msgid "%s rating"
|
1112 |
-
msgstr "%s notation"
|
1113 |
-
|
1114 |
-
#: includes/fs-plugin-info-dialog.php:1380
|
1115 |
-
msgid "%s ratings"
|
1116 |
-
msgstr "%snotations "
|
1117 |
-
|
1118 |
-
#: includes/fs-plugin-info-dialog.php:1395
|
1119 |
-
msgid "%s star"
|
1120 |
-
msgstr "%s étoile"
|
1121 |
-
|
1122 |
-
#: includes/fs-plugin-info-dialog.php:1397
|
1123 |
-
msgid "%s stars"
|
1124 |
-
msgstr "%s étoiles"
|
1125 |
-
|
1126 |
-
#: includes/fs-plugin-info-dialog.php:1408
|
1127 |
-
msgid "Click to see reviews that provided a rating of %s"
|
1128 |
-
msgstr "Cliquez pour voir les avis avec une notation de %s"
|
1129 |
-
|
1130 |
-
#: includes/fs-plugin-info-dialog.php:1421
|
1131 |
-
msgid "Contributors"
|
1132 |
-
msgstr "Contributeurs"
|
1133 |
-
|
1134 |
-
#: includes/fs-plugin-info-dialog.php1450,
|
1135 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1136 |
-
msgid "Warning"
|
1137 |
-
msgstr "Attention"
|
1138 |
-
|
1139 |
-
#: includes/fs-plugin-info-dialog.php:1450
|
1140 |
-
msgid "This plugin has not been tested with your current version of WordPress."
|
1141 |
-
msgstr "Ce plugin n'a pas été testé avec votre actuelle version de WordPress"
|
1142 |
-
|
1143 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1144 |
-
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1145 |
-
msgstr "Ce plugin n'a pas été indiqué comme étant compatible avec votre version actuelle de WordPress"
|
1146 |
-
|
1147 |
-
#: includes/fs-plugin-info-dialog.php:1471
|
1148 |
-
msgid "Paid add-on must be deployed to Freemius."
|
1149 |
-
msgstr "Les add-ons payant doivent être déposés sur Freemius"
|
1150 |
-
|
1151 |
-
#: includes/fs-plugin-info-dialog.php:1472
|
1152 |
-
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1153 |
-
msgstr "Les add-ons doivent être déposés sur WordPress.org ou Freemius."
|
1154 |
-
|
1155 |
-
#: includes/fs-plugin-info-dialog.php:1493
|
1156 |
-
msgid "Newer Version (%s) Installed"
|
1157 |
-
msgstr "Nouvelle Version (%s) Installée"
|
1158 |
-
|
1159 |
-
#: includes/fs-plugin-info-dialog.php:1494
|
1160 |
-
msgid "Newer Free Version (%s) Installed"
|
1161 |
-
msgstr "La nouvelle version gratuite ( %s ) a été installé"
|
1162 |
-
|
1163 |
-
#: includes/fs-plugin-info-dialog.php:1501
|
1164 |
-
msgid "Latest Version Installed"
|
1165 |
-
msgstr "Dernière Version Installée"
|
1166 |
-
|
1167 |
-
#: includes/fs-plugin-info-dialog.php:1502
|
1168 |
-
msgid "Latest Free Version Installed"
|
1169 |
-
msgstr "La dernière version gratuite a été installé"
|
1170 |
-
|
1171 |
-
#: templates/account.php86, templates/forms/subscription-cancellation.php96,
|
1172 |
-
#: templates/account/partials/addon.php26,
|
1173 |
-
#: templates/account/partials/site.php:295
|
1174 |
-
msgid "Downgrading your plan"
|
1175 |
-
msgstr "Rétrograder votre formule"
|
1176 |
-
|
1177 |
-
#: templates/account.php87, templates/forms/subscription-cancellation.php97,
|
1178 |
-
#: templates/account/partials/addon.php27,
|
1179 |
-
#: templates/account/partials/site.php:296
|
1180 |
-
msgid "Cancelling the subscription"
|
1181 |
-
msgstr "Annuler votre abonnement"
|
1182 |
-
|
1183 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
1184 |
-
#. subscription'
|
1185 |
-
#: templates/account.php:89
|
1186 |
-
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1187 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1188 |
-
|
1189 |
-
#: templates/account.php90, templates/forms/subscription-cancellation.php100,
|
1190 |
-
#: templates/account/partials/addon.php30,
|
1191 |
-
#: templates/account/partials/site.php:299
|
1192 |
-
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."
|
1193 |
-
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é."
|
1194 |
-
|
1195 |
-
#: templates/account.php91, templates/forms/subscription-cancellation.php106,
|
1196 |
-
#: templates/account/partials/addon.php:31
|
1197 |
-
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1198 |
-
msgstr "Annuler la période d'essai va immédiatement bloquer les fonctionnalités premium. Souhaitez-vous continuer ?"
|
1199 |
-
|
1200 |
-
#: templates/account.php92, templates/forms/subscription-cancellation.php101,
|
1201 |
-
#: templates/account/partials/addon.php32,
|
1202 |
-
#: templates/account/partials/site.php:300
|
1203 |
-
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1204 |
-
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."
|
1205 |
-
|
1206 |
-
#: templates/account.php93, templates/forms/subscription-cancellation.php102,
|
1207 |
-
#: templates/account/partials/addon.php33,
|
1208 |
-
#: templates/account/partials/site.php:301
|
1209 |
-
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1210 |
-
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."
|
1211 |
-
|
1212 |
-
#. translators: %s: Plan title (e.g. "Professional")
|
1213 |
-
#: templates/account.php95,
|
1214 |
-
#: templates/account/partials/activate-license-button.php31,
|
1215 |
-
#: templates/account/partials/addon.php:35
|
1216 |
-
msgid "Activate %s Plan"
|
1217 |
-
msgstr "Activer la formule %s"
|
1218 |
-
|
1219 |
-
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1220 |
-
#: templates/account.php98, templates/account/partials/addon.php38,
|
1221 |
-
#: templates/account/partials/site.php:275
|
1222 |
-
msgid "Auto renews in %s"
|
1223 |
-
msgstr "Renouvellements automatique dans %s"
|
1224 |
-
|
1225 |
-
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1226 |
-
#: templates/account.php100, templates/account/partials/addon.php40,
|
1227 |
-
#: templates/account/partials/site.php:277
|
1228 |
-
msgid "Expires in %s"
|
1229 |
-
msgstr "Expire dans %s"
|
1230 |
-
|
1231 |
-
#: templates/account.php101, templates/account/partials/addon.php:41
|
1232 |
-
msgctxt "as synchronize license"
|
1233 |
-
msgid "Sync License"
|
1234 |
-
msgstr "Synchroniser la licence"
|
1235 |
-
|
1236 |
-
#: templates/account.php102, templates/account/partials/addon.php:42
|
1237 |
-
msgid "Cancel Trial"
|
1238 |
-
msgstr "Annuler la période d'essai"
|
1239 |
-
|
1240 |
-
#: templates/account.php103, templates/account/partials/addon.php:43
|
1241 |
-
msgid "Change Plan"
|
1242 |
-
msgstr "Changer de formule"
|
1243 |
-
|
1244 |
-
#: templates/account.php104, templates/account/partials/addon.php:44
|
1245 |
-
msgctxt "verb"
|
1246 |
-
msgid "Upgrade"
|
1247 |
-
msgstr "Mise à jour"
|
1248 |
-
|
1249 |
-
#: templates/account.php106, templates/account/partials/addon.php46,
|
1250 |
-
#: templates/account/partials/site.php:302
|
1251 |
-
msgctxt "verb"
|
1252 |
-
msgid "Downgrade"
|
1253 |
-
msgstr "Rétrograder"
|
1254 |
-
|
1255 |
-
#: templates/account.php108, templates/add-ons.php187,
|
1256 |
-
#: templates/plugin-info/features.php72,
|
1257 |
-
#: templates/account/partials/addon.php48,
|
1258 |
-
#: templates/account/partials/site.php:31
|
1259 |
-
msgid "Free"
|
1260 |
-
msgstr "Gratuit"
|
1261 |
-
|
1262 |
-
#: templates/account.php110, templates/debug.php373,
|
1263 |
-
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1264 |
-
#: templates/account/partials/addon.php:50
|
1265 |
-
msgctxt "as product pricing plan"
|
1266 |
-
msgid "Plan"
|
1267 |
-
msgstr "Formule"
|
1268 |
-
|
1269 |
-
#: templates/account.php:111
|
1270 |
-
msgid "Bundle Plan"
|
1271 |
-
msgstr "Bundle Plan"
|
1272 |
-
|
1273 |
-
#: templates/account.php:185
|
1274 |
-
msgid "Free Trial"
|
1275 |
-
msgstr "Essai gratuit"
|
1276 |
-
|
1277 |
-
#: templates/account.php:196
|
1278 |
-
msgid "Account Details"
|
1279 |
-
msgstr "Détails du compte"
|
1280 |
-
|
1281 |
-
#: templates/account.php:200
|
1282 |
-
msgid "Billing & Invoices"
|
1283 |
-
msgstr "Billing & Invoices"
|
1284 |
-
|
1285 |
-
#: templates/account.php:210
|
1286 |
-
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?"
|
1287 |
-
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 ? "
|
1288 |
-
|
1289 |
-
#: templates/account.php:212
|
1290 |
-
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?"
|
1291 |
-
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 ?"
|
1292 |
-
|
1293 |
-
#: templates/account.php:215
|
1294 |
-
msgid "Delete Account"
|
1295 |
-
msgstr "Supprimer le compte"
|
1296 |
-
|
1297 |
-
#: templates/account.php227, templates/account/partials/addon.php211,
|
1298 |
-
#: templates/account/partials/deactivate-license-button.php:35
|
1299 |
-
msgid "Deactivate License"
|
1300 |
-
msgstr "Désactiver la licence"
|
1301 |
-
|
1302 |
-
#: templates/account.php250, templates/forms/subscription-cancellation.php:125
|
1303 |
-
msgid "Are you sure you want to proceed?"
|
1304 |
-
msgstr "Êtes-vous de vouloir continuer ?"
|
1305 |
-
|
1306 |
-
#: templates/account.php250, templates/account/partials/addon.php:234
|
1307 |
-
msgid "Cancel Subscription"
|
1308 |
-
msgstr "Annuler l'abonnement"
|
1309 |
-
|
1310 |
-
#: templates/account.php:278
|
1311 |
-
msgctxt "as synchronize"
|
1312 |
-
msgid "Sync"
|
1313 |
-
msgstr "Synchroniser"
|
1314 |
-
|
1315 |
-
#: templates/account.php292, templates/debug.php:489
|
1316 |
-
msgid "Name"
|
1317 |
-
msgstr "Nom"
|
1318 |
-
|
1319 |
-
#: templates/account.php298, templates/debug.php:490
|
1320 |
-
msgid "Email"
|
1321 |
-
msgstr "Email"
|
1322 |
-
|
1323 |
-
#: templates/account.php305, templates/debug.php372, templates/debug.php:528
|
1324 |
-
msgid "User ID"
|
1325 |
-
msgstr "User ID"
|
1326 |
-
|
1327 |
-
#: templates/account.php322, templates/account.php608,
|
1328 |
-
#: templates/account.php653, templates/debug.php238, templates/debug.php366,
|
1329 |
-
#: templates/debug.php451, templates/debug.php488, templates/debug.php526,
|
1330 |
-
#: templates/debug.php599, templates/account/payments.php35,
|
1331 |
-
#: templates/debug/logger.php:21
|
1332 |
-
msgid "ID"
|
1333 |
-
msgstr "ID"
|
1334 |
-
|
1335 |
-
#: templates/account.php:329
|
1336 |
-
msgid "Site ID"
|
1337 |
-
msgstr "Site ID"
|
1338 |
-
|
1339 |
-
#: templates/account.php:332
|
1340 |
-
msgid "No ID"
|
1341 |
-
msgstr "ID manquant"
|
1342 |
-
|
1343 |
-
#: templates/account.php337, templates/debug.php245, templates/debug.php374,
|
1344 |
-
#: templates/debug.php455, templates/debug.php492,
|
1345 |
-
#: templates/account/partials/site.php:219
|
1346 |
-
msgid "Public Key"
|
1347 |
-
msgstr "Clef publique"
|
1348 |
-
|
1349 |
-
#: templates/account.php343, templates/debug.php375, templates/debug.php456,
|
1350 |
-
#: templates/debug.php493, templates/account/partials/site.php:231
|
1351 |
-
msgid "Secret Key"
|
1352 |
-
msgstr "Clef secrête"
|
1353 |
-
|
1354 |
-
#: templates/account.php:346
|
1355 |
-
msgctxt "as secret encryption key missing"
|
1356 |
-
msgid "No Secret"
|
1357 |
-
msgstr "Clef secrète manquante"
|
1358 |
-
|
1359 |
-
#: templates/account.php373, templates/account/partials/site.php112,
|
1360 |
-
#: templates/account/partials/site.php:114
|
1361 |
-
msgid "Trial"
|
1362 |
-
msgstr "Période d'essai"
|
1363 |
-
|
1364 |
-
#: templates/account.php400, templates/debug.php533,
|
1365 |
-
#: templates/account/partials/site.php:248
|
1366 |
-
msgid "License Key"
|
1367 |
-
msgstr "Clef de licence"
|
1368 |
-
|
1369 |
-
#: templates/account.php:429
|
1370 |
-
msgid "Join the Beta program"
|
1371 |
-
msgstr "Join the Beta program"
|
1372 |
-
|
1373 |
-
#: templates/account.php:435
|
1374 |
-
msgid "not verified"
|
1375 |
-
msgstr "Non vérifié"
|
1376 |
-
|
1377 |
-
#: templates/account.php444, templates/account/partials/addon.php:172
|
1378 |
-
msgid "Expired"
|
1379 |
-
msgstr "Expiré"
|
1380 |
-
|
1381 |
-
#: templates/account.php:502
|
1382 |
-
msgid "Premium version"
|
1383 |
-
msgstr "Version premium"
|
1384 |
-
|
1385 |
-
#: templates/account.php:504
|
1386 |
-
msgid "Free version"
|
1387 |
-
msgstr "Version gratuite"
|
1388 |
-
|
1389 |
-
#: templates/account.php:516
|
1390 |
-
msgid "Verify Email"
|
1391 |
-
msgstr "Vérifier l'email"
|
1392 |
-
|
1393 |
-
#: templates/account.php:527
|
1394 |
-
msgid "Download %s Version"
|
1395 |
-
msgstr "Télécharger la version %s"
|
1396 |
-
|
1397 |
-
#: templates/account.php541, templates/account.php749,
|
1398 |
-
#: templates/account/partials/site.php237,
|
1399 |
-
#: templates/account/partials/site.php:255
|
1400 |
-
msgctxt "verb"
|
1401 |
-
msgid "Show"
|
1402 |
-
msgstr "Afficher"
|
1403 |
-
|
1404 |
-
#: templates/account.php:555
|
1405 |
-
msgid "What is your %s?"
|
1406 |
-
msgstr "Quel est votre %s ?"
|
1407 |
-
|
1408 |
-
#: templates/account.php563, templates/account/billing.php:21
|
1409 |
-
msgctxt "verb"
|
1410 |
-
msgid "Edit"
|
1411 |
-
msgstr "Éditer"
|
1412 |
-
|
1413 |
-
#: templates/account.php:588
|
1414 |
-
msgid "Sites"
|
1415 |
-
msgstr "Sites"
|
1416 |
-
|
1417 |
-
#: templates/account.php:599
|
1418 |
-
msgid "Search by address"
|
1419 |
-
msgstr "Recherche par adresse"
|
1420 |
-
|
1421 |
-
#: templates/account.php609, templates/debug.php:369
|
1422 |
-
msgid "Address"
|
1423 |
-
msgstr "Adresse"
|
1424 |
-
|
1425 |
-
#: templates/account.php:610
|
1426 |
-
msgid "License"
|
1427 |
-
msgstr "Licence"
|
1428 |
-
|
1429 |
-
#: templates/account.php:611
|
1430 |
-
msgid "Plan"
|
1431 |
-
msgstr "Formule"
|
1432 |
-
|
1433 |
-
#: templates/account.php:656
|
1434 |
-
msgctxt "as software license"
|
1435 |
-
msgid "License"
|
1436 |
-
msgstr "Licence"
|
1437 |
-
|
1438 |
-
#: templates/account.php:743
|
1439 |
-
msgctxt "verb"
|
1440 |
-
msgid "Hide"
|
1441 |
-
msgstr "Cacher"
|
1442 |
-
|
1443 |
-
#: templates/account.php:765
|
1444 |
-
msgid "Processing"
|
1445 |
-
msgstr "Traitement en cours"
|
1446 |
-
|
1447 |
-
#: templates/account.php:768
|
1448 |
-
msgid "Get updates for bleeding edge Beta versions of %s."
|
1449 |
-
msgstr "Get updates for bleeding edge Beta versions of %s."
|
1450 |
-
|
1451 |
-
#: templates/account.php:826
|
1452 |
-
msgid "Cancelling %s"
|
1453 |
-
msgstr "Annulation de %s"
|
1454 |
-
|
1455 |
-
#: templates/account.php826, templates/account.php843,
|
1456 |
-
#: templates/forms/subscription-cancellation.php27,
|
1457 |
-
#: templates/forms/deactivation/form.php:133
|
1458 |
-
msgid "trial"
|
1459 |
-
msgstr "essai"
|
1460 |
-
|
1461 |
-
#: templates/account.php841, templates/forms/deactivation/form.php:150
|
1462 |
-
msgid "Cancelling %s..."
|
1463 |
-
msgstr "Annulation de %s..."
|
1464 |
-
|
1465 |
-
#: templates/account.php844, templates/forms/subscription-cancellation.php28,
|
1466 |
-
#: templates/forms/deactivation/form.php:134
|
1467 |
-
msgid "subscription"
|
1468 |
-
msgstr "abonnement"
|
1469 |
-
|
1470 |
-
#: templates/account.php:858
|
1471 |
-
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?"
|
1472 |
-
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 ?"
|
1473 |
-
|
1474 |
-
#: templates/add-ons.php:35
|
1475 |
-
msgid "View details"
|
1476 |
-
msgstr "Voir les détails"
|
1477 |
-
|
1478 |
-
#: templates/add-ons.php:45
|
1479 |
-
msgid "Add Ons for %s"
|
1480 |
-
msgstr "Add Ons pour %s"
|
1481 |
-
|
1482 |
-
#: templates/add-ons.php:55
|
1483 |
-
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."
|
1484 |
-
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."
|
1485 |
-
|
1486 |
-
#: templates/add-ons.php:173
|
1487 |
-
msgctxt "active add-on"
|
1488 |
-
msgid "Active"
|
1489 |
-
msgstr "Active"
|
1490 |
-
|
1491 |
-
#: templates/add-ons.php:174
|
1492 |
-
msgctxt "installed add-on"
|
1493 |
-
msgid "Installed"
|
1494 |
-
msgstr "Installed"
|
1495 |
-
|
1496 |
-
#: templates/admin-notice.php13, templates/forms/license-activation.php209,
|
1497 |
-
#: templates/forms/resend-key.php:77
|
1498 |
-
msgctxt "as close a window"
|
1499 |
-
msgid "Dismiss"
|
1500 |
-
msgstr "Fermer"
|
1501 |
-
|
1502 |
-
#: templates/auto-installation.php:45
|
1503 |
-
msgid "%s sec"
|
1504 |
-
msgstr "%s sec"
|
1505 |
-
|
1506 |
-
#: templates/auto-installation.php:83
|
1507 |
-
msgid "Automatic Installation"
|
1508 |
-
msgstr "Installation automatique"
|
1509 |
-
|
1510 |
-
#: templates/auto-installation.php:93
|
1511 |
-
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."
|
1512 |
-
msgstr "Un téléchargement et une installation automatique de %s (version premium) de %s va commencer dans %s. Si vous voulez le faire manuellement, cliquez sur le bouton d'annulation maintenant."
|
1513 |
-
|
1514 |
-
#: templates/auto-installation.php:104
|
1515 |
-
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."
|
1516 |
-
msgstr "L'installation a commencé et peut prendre quelques minutes pour se finir. Merci de patienter jusqu'à ce qu'elle soit terminée - veuillez ne pas rafraichir cette page."
|
1517 |
-
|
1518 |
-
#: templates/auto-installation.php:109
|
1519 |
-
msgid "Cancel Installation"
|
1520 |
-
msgstr "Annuler l'installation"
|
1521 |
-
|
1522 |
-
#: templates/checkout.php:180
|
1523 |
-
msgid "Checkout"
|
1524 |
-
msgstr "Paiement"
|
1525 |
-
|
1526 |
-
#: templates/checkout.php:180
|
1527 |
-
msgid "PCI compliant"
|
1528 |
-
msgstr "Compatible PCI"
|
1529 |
-
|
1530 |
-
#. translators: %s: name (e.g. Hey John,)
|
1531 |
-
#: templates/connect.php:112
|
1532 |
-
msgctxt "greeting"
|
1533 |
-
msgid "Hey %s,"
|
1534 |
-
msgstr "Hey %s,"
|
1535 |
-
|
1536 |
-
#: templates/connect.php:154
|
1537 |
-
msgid "Allow & Continue"
|
1538 |
-
msgstr "Autoriser & Continuer"
|
1539 |
-
|
1540 |
-
#: templates/connect.php:158
|
1541 |
-
msgid "Re-send activation email"
|
1542 |
-
msgstr "Renvoyer l'email d'activation"
|
1543 |
-
|
1544 |
-
#: templates/connect.php:162
|
1545 |
-
msgid "Thanks %s!"
|
1546 |
-
msgstr "Merci %s !"
|
1547 |
-
|
1548 |
-
#: templates/connect.php172, templates/forms/license-activation.php:44
|
1549 |
-
msgid "Agree & Activate License"
|
1550 |
-
msgstr "Valider & Activer la licence"
|
1551 |
-
|
1552 |
-
#: templates/connect.php:181
|
1553 |
-
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1554 |
-
msgstr "Merci d'avoir acheté %s ! Pour commencer, veuillez indiquer votre clef de licence :"
|
1555 |
-
|
1556 |
-
#: templates/connect.php:188
|
1557 |
-
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."
|
1558 |
-
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."
|
1559 |
-
|
1560 |
-
#: templates/connect.php:189
|
1561 |
-
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1562 |
-
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."
|
1563 |
-
|
1564 |
-
#: templates/connect.php:195
|
1565 |
-
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."
|
1566 |
-
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."
|
1567 |
-
|
1568 |
-
#: templates/connect.php:196
|
1569 |
-
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."
|
1570 |
-
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."
|
1571 |
-
|
1572 |
-
#: templates/connect.php:230
|
1573 |
-
msgid "We're excited to introduce the Freemius network-level integration."
|
1574 |
-
msgstr "Nous sommes impatient de vous présenter l'intégration Freemius au niveau réseau."
|
1575 |
-
|
1576 |
-
#: templates/connect.php:233
|
1577 |
-
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1578 |
-
msgstr "Durant le processus de mise à jour nous avons détecté %d site(s) toujours en attente d'activation de la licence."
|
1579 |
-
|
1580 |
-
#: templates/connect.php:235
|
1581 |
-
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1582 |
-
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."
|
1583 |
-
|
1584 |
-
#: templates/connect.php:237
|
1585 |
-
msgid "%s's paid features"
|
1586 |
-
msgstr "Fonctionnalités payantes de %s"
|
1587 |
-
|
1588 |
-
#: templates/connect.php:242
|
1589 |
-
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1590 |
-
msgstr "Éventuellement, vous pouvez l'ignorer pour l'instant et activer la licence plus tard, sur votre page de compte du réseau %s."
|
1591 |
-
|
1592 |
-
#: templates/connect.php:244
|
1593 |
-
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1594 |
-
msgstr "Durant le processus de mise à jour nous avons détecté %s site(s) dans le réseau que vous devez vérifier."
|
1595 |
-
|
1596 |
-
#: templates/connect.php253, templates/forms/license-activation.php:47
|
1597 |
-
msgid "License key"
|
1598 |
-
msgstr "Clef de licence"
|
1599 |
-
|
1600 |
-
#: templates/connect.php256, templates/forms/license-activation.php:20
|
1601 |
-
msgid "Can't find your license key?"
|
1602 |
-
msgstr "Vous ne trouvez pas votre clef de licence ?"
|
1603 |
-
|
1604 |
-
#: templates/connect.php315, templates/connect.php652,
|
1605 |
-
#: templates/forms/deactivation/retry-skip.php:20
|
1606 |
-
msgctxt "verb"
|
1607 |
-
msgid "Skip"
|
1608 |
-
msgstr "Passer"
|
1609 |
-
|
1610 |
-
#: templates/connect.php:318
|
1611 |
-
msgid "Delegate to Site Admins"
|
1612 |
-
msgstr "Déléguer aux administrateurs du site"
|
1613 |
-
|
1614 |
-
#: templates/connect.php:318
|
1615 |
-
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1616 |
-
msgstr "Si vous cliquez, cette décision sera déléguée aux administrateurs des sites."
|
1617 |
-
|
1618 |
-
#: templates/connect.php:346
|
1619 |
-
msgid "Your Profile Overview"
|
1620 |
-
msgstr "Résumé de votre profil"
|
1621 |
-
|
1622 |
-
#: templates/connect.php:347
|
1623 |
-
msgid "Name and email address"
|
1624 |
-
msgstr "Nom et adresse email"
|
1625 |
-
|
1626 |
-
#: templates/connect.php:352
|
1627 |
-
msgid "Your Site Overview"
|
1628 |
-
msgstr "Résumé de votre site"
|
1629 |
-
|
1630 |
-
#: templates/connect.php:353
|
1631 |
-
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1632 |
-
msgstr "Site URL, WP version, PHP info, plugins & themes"
|
1633 |
-
|
1634 |
-
#: templates/connect.php:358
|
1635 |
-
msgid "Admin Notices"
|
1636 |
-
msgstr "Notifications Administrateur"
|
1637 |
-
|
1638 |
-
#: templates/connect.php359, templates/connect.php:375
|
1639 |
-
msgid "Updates, announcements, marketing, no spam"
|
1640 |
-
msgstr "Mises à jour, annonces, marketing, pas de spam"
|
1641 |
-
|
1642 |
-
#: templates/connect.php:364
|
1643 |
-
msgid "Current %s Events"
|
1644 |
-
msgstr "Évènements du %s actuel"
|
1645 |
-
|
1646 |
-
#: templates/connect.php:365
|
1647 |
-
msgid "Activation, deactivation and uninstall"
|
1648 |
-
msgstr "Activation, désactivation et désintallation"
|
1649 |
-
|
1650 |
-
#: templates/connect.php:374
|
1651 |
-
msgid "Newsletter"
|
1652 |
-
msgstr "Newsletter"
|
1653 |
-
|
1654 |
-
#: templates/connect.php391, templates/forms/license-activation.php:39
|
1655 |
-
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."
|
1656 |
-
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."
|
1657 |
-
|
1658 |
-
#: templates/connect.php:396
|
1659 |
-
msgid "What permissions are being granted?"
|
1660 |
-
msgstr "Quelles autorisations sont accordées ?"
|
1661 |
-
|
1662 |
-
#: templates/connect.php:417
|
1663 |
-
msgid "Don't have a license key?"
|
1664 |
-
msgstr "Vous n'avez pas de clef de licence ?"
|
1665 |
-
|
1666 |
-
#: templates/connect.php:420
|
1667 |
-
msgid "Have a license key?"
|
1668 |
-
msgstr "Vous avez une clef de licence ?"
|
1669 |
-
|
1670 |
-
#: templates/connect.php:428
|
1671 |
-
msgid "Privacy Policy"
|
1672 |
-
msgstr "Politique de confidentialité"
|
1673 |
-
|
1674 |
-
#: templates/connect.php:430
|
1675 |
-
msgid "License Agreement"
|
1676 |
-
msgstr "Contrat de licence"
|
1677 |
-
|
1678 |
-
#: templates/connect.php:430
|
1679 |
-
msgid "Terms of Service"
|
1680 |
-
msgstr "Conditions générales de service"
|
1681 |
-
|
1682 |
-
#: templates/connect.php:805
|
1683 |
-
msgctxt "as in the process of sending an email"
|
1684 |
-
msgid "Sending email"
|
1685 |
-
msgstr "Email en cours d'envoi"
|
1686 |
-
|
1687 |
-
#: templates/connect.php:806
|
1688 |
-
msgctxt "as activating plugin"
|
1689 |
-
msgid "Activating"
|
1690 |
-
msgstr "Activation en cours"
|
1691 |
-
|
1692 |
-
#: templates/contact.php:78
|
1693 |
-
msgid "Contact"
|
1694 |
-
msgstr "Contact"
|
1695 |
-
|
1696 |
-
#: templates/debug.php:17
|
1697 |
-
msgctxt "as turned off"
|
1698 |
-
msgid "Off"
|
1699 |
-
msgstr "Off"
|
1700 |
-
|
1701 |
-
#: templates/debug.php:18
|
1702 |
-
msgctxt "as turned on"
|
1703 |
-
msgid "On"
|
1704 |
-
msgstr "On"
|
1705 |
-
|
1706 |
-
#: templates/debug.php:20
|
1707 |
-
msgid "SDK"
|
1708 |
-
msgstr "SDK"
|
1709 |
-
|
1710 |
-
#: templates/debug.php:24
|
1711 |
-
msgctxt "as code debugging"
|
1712 |
-
msgid "Debugging"
|
1713 |
-
msgstr "Debuggage"
|
1714 |
-
|
1715 |
-
#: templates/debug.php54, templates/debug.php250, templates/debug.php376,
|
1716 |
-
#: templates/debug.php:494
|
1717 |
-
msgid "Actions"
|
1718 |
-
msgstr "Actions"
|
1719 |
-
|
1720 |
-
#: templates/debug.php:64
|
1721 |
-
msgid "Are you sure you want to delete all Freemius data?"
|
1722 |
-
msgstr "Êtes-vous sûr de vouloir supprimer toutes les données de Freemius ?"
|
1723 |
-
|
1724 |
-
#: templates/debug.php:64
|
1725 |
-
msgid "Delete All Accounts"
|
1726 |
-
msgstr "Supprimer tous les comptes"
|
1727 |
-
|
1728 |
-
#: templates/debug.php:71
|
1729 |
-
msgid "Clear API Cache"
|
1730 |
-
msgstr "Vider le cache API"
|
1731 |
-
|
1732 |
-
#: templates/debug.php:79
|
1733 |
-
msgid "Clear Updates Transients"
|
1734 |
-
msgstr "Vider les transients de mise à jour"
|
1735 |
-
|
1736 |
-
#: templates/debug.php:86
|
1737 |
-
msgid "Sync Data From Server"
|
1738 |
-
msgstr "Synchronisation des données depuis le serveur"
|
1739 |
-
|
1740 |
-
#: templates/debug.php:95
|
1741 |
-
msgid "Migrate Options to Network"
|
1742 |
-
msgstr "Migrer les options vers le réseau"
|
1743 |
-
|
1744 |
-
#: templates/debug.php:100
|
1745 |
-
msgid "Load DB Option"
|
1746 |
-
msgstr "Chargement des options de la base de données"
|
1747 |
-
|
1748 |
-
#: templates/debug.php:103
|
1749 |
-
msgid "Set DB Option"
|
1750 |
-
msgstr "Mise en place des options de la base de données"
|
1751 |
-
|
1752 |
-
#: templates/debug.php:182
|
1753 |
-
msgid "Key"
|
1754 |
-
msgstr "Clef"
|
1755 |
-
|
1756 |
-
#: templates/debug.php:183
|
1757 |
-
msgid "Value"
|
1758 |
-
msgstr "Valeur"
|
1759 |
-
|
1760 |
-
#: templates/debug.php:199
|
1761 |
-
msgctxt "as software development kit versions"
|
1762 |
-
msgid "SDK Versions"
|
1763 |
-
msgstr "Versions du SDK"
|
1764 |
-
|
1765 |
-
#: templates/debug.php:204
|
1766 |
-
msgid "SDK Path"
|
1767 |
-
msgstr "Chemin d'accès du SDK"
|
1768 |
-
|
1769 |
-
#: templates/debug.php205, templates/debug.php:244
|
1770 |
-
msgid "Module Path"
|
1771 |
-
msgstr "Chemin d'accès du module"
|
1772 |
-
|
1773 |
-
#: templates/debug.php:206
|
1774 |
-
msgid "Is Active"
|
1775 |
-
msgstr "Est actif"
|
1776 |
-
|
1777 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
|
1778 |
-
msgid "Plugins"
|
1779 |
-
msgstr "Plugins"
|
1780 |
-
|
1781 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
|
1782 |
-
msgid "Themes"
|
1783 |
-
msgstr "Thèmes"
|
1784 |
-
|
1785 |
-
#: templates/debug.php239, templates/debug.php371, templates/debug.php453,
|
1786 |
-
#: templates/debug/scheduled-crons.php:80
|
1787 |
-
msgid "Slug"
|
1788 |
-
msgstr "Slug"
|
1789 |
-
|
1790 |
-
#: templates/debug.php241, templates/debug.php:452
|
1791 |
-
msgid "Title"
|
1792 |
-
msgstr "Titre"
|
1793 |
-
|
1794 |
-
#: templates/debug.php:242
|
1795 |
-
msgctxt "as application program interface"
|
1796 |
-
msgid "API"
|
1797 |
-
msgstr "API"
|
1798 |
-
|
1799 |
-
#: templates/debug.php:243
|
1800 |
-
msgid "Freemius State"
|
1801 |
-
msgstr "État de Freemius"
|
1802 |
-
|
1803 |
-
#: templates/debug.php:247
|
1804 |
-
msgid "Network Blog"
|
1805 |
-
msgstr "Réseau de Blog"
|
1806 |
-
|
1807 |
-
#: templates/debug.php:248
|
1808 |
-
msgid "Network User"
|
1809 |
-
msgstr "Réseau d'Utilisateur"
|
1810 |
-
|
1811 |
-
#: templates/debug.php:285
|
1812 |
-
msgctxt "as connection was successful"
|
1813 |
-
msgid "Connected"
|
1814 |
-
msgstr "Connecté"
|
1815 |
-
|
1816 |
-
#: templates/debug.php:286
|
1817 |
-
msgctxt "as connection blocked"
|
1818 |
-
msgid "Blocked"
|
1819 |
-
msgstr "Bloqué"
|
1820 |
-
|
1821 |
-
#: templates/debug.php:322
|
1822 |
-
msgid "Simulate Trial Promotion"
|
1823 |
-
msgstr "Simuler la promotion d'essai"
|
1824 |
-
|
1825 |
-
#: templates/debug.php:334
|
1826 |
-
msgid "Simulate Network Upgrade"
|
1827 |
-
msgstr "Simuler la mise à jour du réseau"
|
1828 |
-
|
1829 |
-
#: templates/debug.php:360
|
1830 |
-
msgid "%s Installs"
|
1831 |
-
msgstr "%s Installations"
|
1832 |
-
|
1833 |
-
#: templates/debug.php:362
|
1834 |
-
msgctxt "like websites"
|
1835 |
-
msgid "Sites"
|
1836 |
-
msgstr "Sites"
|
1837 |
-
|
1838 |
-
#: templates/debug.php368, templates/account/partials/site.php:148
|
1839 |
-
msgid "Blog ID"
|
1840 |
-
msgstr "Blog ID"
|
1841 |
-
|
1842 |
-
#: templates/debug.php433, templates/debug.php511,
|
1843 |
-
#: templates/account/partials/addon.php:396
|
1844 |
-
msgctxt "verb"
|
1845 |
-
msgid "Delete"
|
1846 |
-
msgstr "Supprimer"
|
1847 |
-
|
1848 |
-
#: templates/debug.php:447
|
1849 |
-
msgid "Add Ons of module %s"
|
1850 |
-
msgstr "Add Ons du module %s"
|
1851 |
-
|
1852 |
-
#: templates/debug.php:484
|
1853 |
-
msgid "Users"
|
1854 |
-
msgstr "Utilisateurs"
|
1855 |
-
|
1856 |
-
#: templates/debug.php:491
|
1857 |
-
msgid "Verified"
|
1858 |
-
msgstr "Vérifié"
|
1859 |
-
|
1860 |
-
#: templates/debug.php:522
|
1861 |
-
msgid "%s Licenses"
|
1862 |
-
msgstr "%s Licences"
|
1863 |
-
|
1864 |
-
#: templates/debug.php:527
|
1865 |
-
msgid "Plugin ID"
|
1866 |
-
msgstr "ID du plugin"
|
1867 |
-
|
1868 |
-
#: templates/debug.php:529
|
1869 |
-
msgid "Plan ID"
|
1870 |
-
msgstr "ID de la formule"
|
1871 |
-
|
1872 |
-
#: templates/debug.php:530
|
1873 |
-
msgid "Quota"
|
1874 |
-
msgstr "Quota"
|
1875 |
-
|
1876 |
-
#: templates/debug.php:531
|
1877 |
-
msgid "Activated"
|
1878 |
-
msgstr "Activé"
|
1879 |
-
|
1880 |
-
#: templates/debug.php:532
|
1881 |
-
msgid "Blocking"
|
1882 |
-
msgstr "Bloquant"
|
1883 |
-
|
1884 |
-
#: templates/debug.php:534
|
1885 |
-
msgctxt "as expiration date"
|
1886 |
-
msgid "Expiration"
|
1887 |
-
msgstr "Expiration"
|
1888 |
-
|
1889 |
-
#: templates/debug.php:557
|
1890 |
-
msgid "Debug Log"
|
1891 |
-
msgstr "Debug Log"
|
1892 |
-
|
1893 |
-
#: templates/debug.php:561
|
1894 |
-
msgid "All Types"
|
1895 |
-
msgstr "Tous les types"
|
1896 |
-
|
1897 |
-
#: templates/debug.php:568
|
1898 |
-
msgid "All Requests"
|
1899 |
-
msgstr "Toutes les demandes"
|
1900 |
-
|
1901 |
-
#: templates/debug.php573, templates/debug.php602,
|
1902 |
-
#: templates/debug/logger.php:25
|
1903 |
-
msgid "File"
|
1904 |
-
msgstr "Fichier"
|
1905 |
-
|
1906 |
-
#: templates/debug.php574, templates/debug.php600,
|
1907 |
-
#: templates/debug/logger.php:23
|
1908 |
-
msgid "Function"
|
1909 |
-
msgstr "Fonction"
|
1910 |
-
|
1911 |
-
#: templates/debug.php:575
|
1912 |
-
msgid "Process ID"
|
1913 |
-
msgstr "ID du processus"
|
1914 |
-
|
1915 |
-
#: templates/debug.php:576
|
1916 |
-
msgid "Logger"
|
1917 |
-
msgstr "Logger"
|
1918 |
-
|
1919 |
-
#: templates/debug.php577, templates/debug.php601,
|
1920 |
-
#: templates/debug/logger.php:24
|
1921 |
-
msgid "Message"
|
1922 |
-
msgstr "Message"
|
1923 |
-
|
1924 |
-
#: templates/debug.php:579
|
1925 |
-
msgid "Filter"
|
1926 |
-
msgstr "Filter"
|
1927 |
-
|
1928 |
-
#: templates/debug.php:587
|
1929 |
-
msgid "Download"
|
1930 |
-
msgstr "Téléchargement"
|
1931 |
-
|
1932 |
-
#: templates/debug.php598, templates/debug/logger.php:22
|
1933 |
-
msgid "Type"
|
1934 |
-
msgstr "Type"
|
1935 |
-
|
1936 |
-
#: templates/debug.php603, templates/debug/logger.php:26
|
1937 |
-
msgid "Timestamp"
|
1938 |
-
msgstr "Timestamp"
|
1939 |
-
|
1940 |
-
#: templates/secure-https-header.php:28
|
1941 |
-
msgid "Secure HTTPS %s page, running from an external domain"
|
1942 |
-
msgstr "Page %s sécurisée HTTPS, s'exécutant sur un domaine externe"
|
1943 |
-
|
1944 |
-
#: includes/customizer/class-fs-customizer-support-section.php55,
|
1945 |
-
#: templates/plugin-info/features.php:43
|
1946 |
-
msgid "Support"
|
1947 |
-
msgstr "Support"
|
1948 |
-
|
1949 |
-
#: includes/debug/class-fs-debug-bar-panel.php48,
|
1950 |
-
#: templates/debug/api-calls.php54, templates/debug/logger.php:62
|
1951 |
-
msgctxt "milliseconds"
|
1952 |
-
msgid "ms"
|
1953 |
-
msgstr "ms"
|
1954 |
-
|
1955 |
-
#: includes/debug/debug-bar-start.php:41
|
1956 |
-
msgid "Freemius API"
|
1957 |
-
msgstr "API Freemius"
|
1958 |
-
|
1959 |
-
#: includes/debug/debug-bar-start.php:42
|
1960 |
-
msgid "Requests"
|
1961 |
-
msgstr "Demandes"
|
1962 |
-
|
1963 |
-
#: templates/account/billing.php:22
|
1964 |
-
msgctxt "verb"
|
1965 |
-
msgid "Update"
|
1966 |
-
msgstr "Mise à jour"
|
1967 |
-
|
1968 |
-
#: templates/account/billing.php:33
|
1969 |
-
msgid "Billing"
|
1970 |
-
msgstr "Facturation"
|
1971 |
-
|
1972 |
-
#: templates/account/billing.php38, templates/account/billing.php:38
|
1973 |
-
msgid "Business name"
|
1974 |
-
msgstr "Raison sociale"
|
1975 |
-
|
1976 |
-
#: templates/account/billing.php39, templates/account/billing.php:39
|
1977 |
-
msgid "Tax / VAT ID"
|
1978 |
-
msgstr "Code TVA"
|
1979 |
-
|
1980 |
-
#: templates/account/billing.php42, templates/account/billing.php42,
|
1981 |
-
#: templates/account/billing.php43, templates/account/billing.php:43
|
1982 |
-
msgid "Address Line %d"
|
1983 |
-
msgstr "Adresse ligne %d"
|
1984 |
-
|
1985 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
1986 |
-
msgid "City"
|
1987 |
-
msgstr "Ville"
|
1988 |
-
|
1989 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
1990 |
-
msgid "Town"
|
1991 |
-
msgstr "Ville"
|
1992 |
-
|
1993 |
-
#: templates/account/billing.php47, templates/account/billing.php:47
|
1994 |
-
msgid "ZIP / Postal Code"
|
1995 |
-
msgstr "Code postal"
|
1996 |
-
|
1997 |
-
#: templates/account/billing.php:302
|
1998 |
-
msgid "Country"
|
1999 |
-
msgstr "Pays"
|
2000 |
-
|
2001 |
-
#: templates/account/billing.php:304
|
2002 |
-
msgid "Select Country"
|
2003 |
-
msgstr "Choisir le pays"
|
2004 |
-
|
2005 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2006 |
-
msgid "State"
|
2007 |
-
msgstr "État"
|
2008 |
-
|
2009 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2010 |
-
msgid "Province"
|
2011 |
-
msgstr "Région"
|
2012 |
-
|
2013 |
-
#: templates/account/payments.php:29
|
2014 |
-
msgid "Payments"
|
2015 |
-
msgstr "Paiements"
|
2016 |
-
|
2017 |
-
#: templates/account/payments.php:36
|
2018 |
-
msgid "Date"
|
2019 |
-
msgstr "Date"
|
2020 |
-
|
2021 |
-
#: templates/account/payments.php:37
|
2022 |
-
msgid "Amount"
|
2023 |
-
msgstr "Montant"
|
2024 |
-
|
2025 |
-
#: templates/account/payments.php38, templates/account/payments.php:50
|
2026 |
-
msgid "Invoice"
|
2027 |
-
msgstr "Facture"
|
2028 |
-
|
2029 |
-
#: templates/debug/api-calls.php:56
|
2030 |
-
msgid "API"
|
2031 |
-
msgstr "API"
|
2032 |
-
|
2033 |
-
#: templates/debug/api-calls.php:68
|
2034 |
-
msgid "Method"
|
2035 |
-
msgstr "Méthode"
|
2036 |
-
|
2037 |
-
#: templates/debug/api-calls.php:69
|
2038 |
-
msgid "Code"
|
2039 |
-
msgstr "Code"
|
2040 |
-
|
2041 |
-
#: templates/debug/api-calls.php:70
|
2042 |
-
msgid "Length"
|
2043 |
-
msgstr "Longueur"
|
2044 |
-
|
2045 |
-
#: templates/debug/api-calls.php:71
|
2046 |
-
msgctxt "as file/folder path"
|
2047 |
-
msgid "Path"
|
2048 |
-
msgstr "Chemin"
|
2049 |
-
|
2050 |
-
#: templates/debug/api-calls.php:73
|
2051 |
-
msgid "Body"
|
2052 |
-
msgstr "Body"
|
2053 |
-
|
2054 |
-
#: templates/debug/api-calls.php:75
|
2055 |
-
msgid "Result"
|
2056 |
-
msgstr "Résultat"
|
2057 |
-
|
2058 |
-
#: templates/debug/api-calls.php:76
|
2059 |
-
msgid "Start"
|
2060 |
-
msgstr "Début"
|
2061 |
-
|
2062 |
-
#: templates/debug/api-calls.php:77
|
2063 |
-
msgid "End"
|
2064 |
-
msgstr "Fin"
|
2065 |
-
|
2066 |
-
#: templates/debug/logger.php:15
|
2067 |
-
msgid "Log"
|
2068 |
-
msgstr "Log"
|
2069 |
-
|
2070 |
-
#. translators: %s: time period (e.g. In "2 hours")
|
2071 |
-
#: templates/debug/plugins-themes-sync.php18,
|
2072 |
-
#: templates/debug/scheduled-crons.php:91
|
2073 |
-
msgid "In %s"
|
2074 |
-
msgstr "Dans %s"
|
2075 |
-
|
2076 |
-
#. translators: %s: time period (e.g. "2 hours" ago)
|
2077 |
-
#: templates/debug/plugins-themes-sync.php20,
|
2078 |
-
#: templates/debug/scheduled-crons.php:93
|
2079 |
-
msgid "%s ago"
|
2080 |
-
msgstr "Il y a %s"
|
2081 |
-
|
2082 |
-
#: templates/debug/plugins-themes-sync.php21,
|
2083 |
-
#: templates/debug/scheduled-crons.php:74
|
2084 |
-
msgctxt "seconds"
|
2085 |
-
msgid "sec"
|
2086 |
-
msgstr "sec"
|
2087 |
-
|
2088 |
-
#: templates/debug/plugins-themes-sync.php:23
|
2089 |
-
msgid "Plugins & Themes Sync"
|
2090 |
-
msgstr "Synchronisation des plugin et des thèmes"
|
2091 |
-
|
2092 |
-
#: templates/debug/plugins-themes-sync.php:28
|
2093 |
-
msgid "Total"
|
2094 |
-
msgstr "Total"
|
2095 |
-
|
2096 |
-
#: templates/debug/plugins-themes-sync.php29,
|
2097 |
-
#: templates/debug/scheduled-crons.php:84
|
2098 |
-
msgid "Last"
|
2099 |
-
msgstr "Dernier"
|
2100 |
-
|
2101 |
-
#: templates/debug/scheduled-crons.php:76
|
2102 |
-
msgid "Scheduled Crons"
|
2103 |
-
msgstr "Crons programmés"
|
2104 |
-
|
2105 |
-
#: templates/debug/scheduled-crons.php:81
|
2106 |
-
msgid "Module"
|
2107 |
-
msgstr "Module"
|
2108 |
-
|
2109 |
-
#: templates/debug/scheduled-crons.php:82
|
2110 |
-
msgid "Module Type"
|
2111 |
-
msgstr "Type de module"
|
2112 |
-
|
2113 |
-
#: templates/debug/scheduled-crons.php:83
|
2114 |
-
msgid "Cron Type"
|
2115 |
-
msgstr "Type de Cron"
|
2116 |
-
|
2117 |
-
#: templates/debug/scheduled-crons.php:85
|
2118 |
-
msgid "Next"
|
2119 |
-
msgstr "Suivant"
|
2120 |
-
|
2121 |
-
#: templates/forms/affiliation.php:82
|
2122 |
-
msgid "Non-expiring"
|
2123 |
-
msgstr "Sans expiration"
|
2124 |
-
|
2125 |
-
#: templates/forms/affiliation.php:85
|
2126 |
-
msgid "Apply to become an affiliate"
|
2127 |
-
msgstr "Postuler pour devenir un affilié"
|
2128 |
-
|
2129 |
-
#: templates/forms/affiliation.php:104
|
2130 |
-
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2131 |
-
msgstr "Votre dossier d'affiliation pour %s a été accepté ! Identifiez-vous dans votre espace affilié sur : %s."
|
2132 |
-
|
2133 |
-
#: templates/forms/affiliation.php:119
|
2134 |
-
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."
|
2135 |
-
msgstr "Merci d'avoir postulé à notre programme d'affiliation, nous regarderons votre dossier durant les 14 prochains jours et nous reviendrons vers vous avec d'autres informations."
|
2136 |
-
|
2137 |
-
#: templates/forms/affiliation.php:122
|
2138 |
-
msgid "Your affiliation account was temporarily suspended."
|
2139 |
-
msgstr "Votre compte affilié a été suspendu temporairement."
|
2140 |
-
|
2141 |
-
#: templates/forms/affiliation.php:125
|
2142 |
-
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."
|
2143 |
-
msgstr "Merci d'avoir postulé à notre programme d'affiliation, malheureusement, nous avons décidé pour le moment de décliner votre dossier. Merci d'essayer à nouveau d'ici 30 jours."
|
2144 |
-
|
2145 |
-
#: templates/forms/affiliation.php:128
|
2146 |
-
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2147 |
-
msgstr "Suite à une violation de nos conditions d'affiliation, nous avons décidé de bloquer temporairement votre compte d'affilié. Si vous avez la moindre question, merci de contacter le support."
|
2148 |
-
|
2149 |
-
#: templates/forms/affiliation.php:141
|
2150 |
-
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2151 |
-
msgstr "Vous aimez %s ? Devenez notre ambassadeur et gagnez du cash ;-)"
|
2152 |
-
|
2153 |
-
#: templates/forms/affiliation.php:142
|
2154 |
-
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2155 |
-
msgstr "Parrainez des nouveaux clients pour notre %s et gagnez une commission de %s sur chaque vente réussie que vous affiliez."
|
2156 |
-
|
2157 |
-
#: templates/forms/affiliation.php:145
|
2158 |
-
msgid "Program Summary"
|
2159 |
-
msgstr "Sommaire du programme"
|
2160 |
-
|
2161 |
-
#: templates/forms/affiliation.php:147
|
2162 |
-
msgid "%s commission when a customer purchases a new license."
|
2163 |
-
msgstr "Commission de %s quand un client achète une nouvelle licence."
|
2164 |
-
|
2165 |
-
#: templates/forms/affiliation.php:149
|
2166 |
-
msgid "Get commission for automated subscription renewals."
|
2167 |
-
msgstr "Obtenez des commissions pour les renouvellements automatiques d'abonnement."
|
2168 |
-
|
2169 |
-
#: templates/forms/affiliation.php:152
|
2170 |
-
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2171 |
-
msgstr "Cookie de tracking de %s après la première visite pour maximiser les potentiels de gain."
|
2172 |
-
|
2173 |
-
#: templates/forms/affiliation.php:155
|
2174 |
-
msgid "Unlimited commissions."
|
2175 |
-
msgstr "Commissions illimitées."
|
2176 |
-
|
2177 |
-
#: templates/forms/affiliation.php:157
|
2178 |
-
msgid "%s minimum payout amount."
|
2179 |
-
msgstr "Montant de paiement minimum %s."
|
2180 |
-
|
2181 |
-
#: templates/forms/affiliation.php:158
|
2182 |
-
msgid "Payouts are in USD and processed monthly via PayPal."
|
2183 |
-
msgstr "Les paiements se font en Dollars US et sont effectués mensuellement via PayPal."
|
2184 |
-
|
2185 |
-
#: templates/forms/affiliation.php:159
|
2186 |
-
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2187 |
-
msgstr "Comme nous bloquons sur 30 jours pour les remboursements éventuels, seules sont payées les commissions de plus de 30 jours."
|
2188 |
-
|
2189 |
-
#: templates/forms/affiliation.php:162
|
2190 |
-
msgid "Affiliate"
|
2191 |
-
msgstr "Affiliation"
|
2192 |
-
|
2193 |
-
#: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
|
2194 |
-
msgid "Email address"
|
2195 |
-
msgstr "Adresse email"
|
2196 |
-
|
2197 |
-
#: templates/forms/affiliation.php:169
|
2198 |
-
msgid "Full name"
|
2199 |
-
msgstr "Nom complet"
|
2200 |
-
|
2201 |
-
#: templates/forms/affiliation.php:173
|
2202 |
-
msgid "PayPal account email address"
|
2203 |
-
msgstr "Adresse email du compte PayPal"
|
2204 |
-
|
2205 |
-
#: templates/forms/affiliation.php:177
|
2206 |
-
msgid "Where are you going to promote the %s?"
|
2207 |
-
msgstr "Où allez-vous faire la promotion du %s ? "
|
2208 |
-
|
2209 |
-
#: templates/forms/affiliation.php:179
|
2210 |
-
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2211 |
-
msgstr "Indiquez l'adresse de votre site ou d'autres sites sur lesquels vous pensez faire la promotion du %s"
|
2212 |
-
|
2213 |
-
#: templates/forms/affiliation.php:181
|
2214 |
-
msgid "Add another domain"
|
2215 |
-
msgstr "Ajouter une autre adresse"
|
2216 |
-
|
2217 |
-
#: templates/forms/affiliation.php:185
|
2218 |
-
msgid "Extra Domains"
|
2219 |
-
msgstr "Adresses supplémentaires"
|
2220 |
-
|
2221 |
-
#: templates/forms/affiliation.php:186
|
2222 |
-
msgid "Extra domains where you will be marketing the product from."
|
2223 |
-
msgstr "Adresses supplémentaires depuis lesquelles vous ferez la promotion du produit."
|
2224 |
-
|
2225 |
-
#: templates/forms/affiliation.php:196
|
2226 |
-
msgid "Promotion methods"
|
2227 |
-
msgstr "Méthodes de promotion"
|
2228 |
-
|
2229 |
-
#: templates/forms/affiliation.php:199
|
2230 |
-
msgid "Social media (Facebook, Twitter, etc.)"
|
2231 |
-
msgstr "Réseaux sociaux (Facebook, Twitter, etc.)"
|
2232 |
-
|
2233 |
-
#: templates/forms/affiliation.php:203
|
2234 |
-
msgid "Mobile apps"
|
2235 |
-
msgstr "Applications mobiles"
|
2236 |
-
|
2237 |
-
#: templates/forms/affiliation.php:207
|
2238 |
-
msgid "Website, email, and social media statistics (optional)"
|
2239 |
-
msgstr "Statistiques du site web, de l'adresse email et des réseaux sociaux (optionnel)"
|
2240 |
-
|
2241 |
-
#: templates/forms/affiliation.php:210
|
2242 |
-
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)."
|
2243 |
-
msgstr "N'hésitez pas à indiquer des statistiques pertinentes concernant votre site ou vos réseaux sociaux telles que le nombre de visiteurs mensuel, le nombre d'abonnés, de followers, etc... (C'est informations resteront confidentielles)"
|
2244 |
-
|
2245 |
-
#: templates/forms/affiliation.php:214
|
2246 |
-
msgid "How will you promote us?"
|
2247 |
-
msgstr "Comment allez-vous faire de la promotion ?"
|
2248 |
-
|
2249 |
-
#: templates/forms/affiliation.php:217
|
2250 |
-
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2251 |
-
msgstr "Merci d'indiquer en détail comment vous allez faire la promotion du %s (en étant aussi précis que possible)"
|
2252 |
-
|
2253 |
-
#: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
|
2254 |
-
msgid "Cancel"
|
2255 |
-
msgstr "Annuler"
|
2256 |
-
|
2257 |
-
#: templates/forms/affiliation.php:225
|
2258 |
-
msgid "Become an affiliate"
|
2259 |
-
msgstr "Devenir un affilié"
|
2260 |
-
|
2261 |
-
#: templates/forms/license-activation.php:21
|
2262 |
-
msgid "Please enter the license key that you received in the email right after the purchase:"
|
2263 |
-
msgstr "Merci d'indiquer le code de licence que vous avez reçu par email juste après l'achat :"
|
2264 |
-
|
2265 |
-
#: templates/forms/license-activation.php:26
|
2266 |
-
msgid "Update License"
|
2267 |
-
msgstr "Mettre à jour la licence"
|
2268 |
-
|
2269 |
-
#: templates/forms/optout.php:30
|
2270 |
-
msgctxt "verb"
|
2271 |
-
msgid "Opt Out"
|
2272 |
-
msgstr "Désinscription"
|
2273 |
-
|
2274 |
-
#: templates/forms/optout.php:31
|
2275 |
-
msgctxt "verb"
|
2276 |
-
msgid "Opt In"
|
2277 |
-
msgstr "Inscription"
|
2278 |
-
|
2279 |
-
#: templates/forms/optout.php:33
|
2280 |
-
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."
|
2281 |
-
msgstr "Le suivi d'utilisation de %s nous permet de l'améliorer. Apporter une meilleure expérience pour l'utilisateur, définir quelles seront les nouvelles fonctionnalités, ce genre de choses. Aussi nous vous serions reconnaissant si vous acceptiez de nous permettre de continuer à récupérer des informations."
|
2282 |
-
|
2283 |
-
#: templates/forms/optout.php:35
|
2284 |
-
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2285 |
-
msgstr "En cliquant \"Désincription\", nous n'enverrons plus d'informations de %s à %s."
|
2286 |
-
|
2287 |
-
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2288 |
-
msgid "There is a new version of %s available."
|
2289 |
-
msgstr "Il y a une nouvelle version disponible de %s. "
|
2290 |
-
|
2291 |
-
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2292 |
-
msgid " %s to access version %s security & feature updates, and support."
|
2293 |
-
msgstr "%s pour accéder aux mises à jour de sécurité et de fonctionnalités de la version %s, et au support."
|
2294 |
-
|
2295 |
-
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2296 |
-
msgid "New Version Available"
|
2297 |
-
msgstr "Une nouvelle version est disponible"
|
2298 |
-
|
2299 |
-
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2300 |
-
msgctxt "close a window"
|
2301 |
-
msgid "Dismiss"
|
2302 |
-
msgstr "Fermer"
|
2303 |
-
|
2304 |
-
#: templates/forms/resend-key.php:21
|
2305 |
-
msgid "Send License Key"
|
2306 |
-
msgstr "Envoyer le code de la licence"
|
2307 |
-
|
2308 |
-
#: templates/forms/resend-key.php:57
|
2309 |
-
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2310 |
-
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."
|
2311 |
-
|
2312 |
-
#: templates/forms/subscription-cancellation.php:37
|
2313 |
-
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2314 |
-
msgstr "Désactiver ou désinstaller le %s désactivera automatiquement la licence, que vous pourrez utiliser sur un autre site."
|
2315 |
-
|
2316 |
-
#: templates/forms/subscription-cancellation.php:47
|
2317 |
-
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?"
|
2318 |
-
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 ?"
|
2319 |
-
|
2320 |
-
#: templates/forms/subscription-cancellation.php:52
|
2321 |
-
msgid "license"
|
2322 |
-
msgstr "licence"
|
2323 |
-
|
2324 |
-
#: templates/forms/subscription-cancellation.php:57
|
2325 |
-
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."
|
2326 |
-
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."
|
2327 |
-
|
2328 |
-
#: templates/forms/subscription-cancellation.php:68
|
2329 |
-
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2330 |
-
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."
|
2331 |
-
|
2332 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
2333 |
-
#. subscription'
|
2334 |
-
#: templates/forms/subscription-cancellation.php99,
|
2335 |
-
#: templates/account/partials/addon.php29,
|
2336 |
-
#: templates/account/partials/site.php:298
|
2337 |
-
msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2338 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2339 |
-
|
2340 |
-
#: templates/forms/subscription-cancellation.php:103
|
2341 |
-
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."
|
2342 |
-
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."
|
2343 |
-
|
2344 |
-
#: templates/forms/subscription-cancellation.php:136
|
2345 |
-
msgid "Cancel %s?"
|
2346 |
-
msgstr "Annuler %s ?"
|
2347 |
-
|
2348 |
-
#: templates/forms/subscription-cancellation.php:143
|
2349 |
-
msgid "Proceed"
|
2350 |
-
msgstr "Poursuivre"
|
2351 |
-
|
2352 |
-
#: templates/forms/subscription-cancellation.php191,
|
2353 |
-
#: templates/forms/deactivation/form.php:171
|
2354 |
-
msgid "Cancel %s & Proceed"
|
2355 |
-
msgstr "Annuler %s et poursuivre"
|
2356 |
-
|
2357 |
-
#: templates/forms/trial-start.php:22
|
2358 |
-
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2359 |
-
msgstr "Vous êtes à 1 clic de commencer votre période d'essai gratuite de %1$s jours de la formule %2$s."
|
2360 |
-
|
2361 |
-
#: templates/forms/trial-start.php:28
|
2362 |
-
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."
|
2363 |
-
msgstr "Pour être en accord avec les directives de WordPress.org, avant que nous commencions la période d'essai, nous vous demandons de nous permettre de récupérer votre nom d'utilisateur et des informations non sensibles du site afin de permettre au %s de communiquer avec %s pour vérifier les mises à jour et valider votre période d'essai."
|
2364 |
-
|
2365 |
-
#: templates/js/style-premium-theme.php:39
|
2366 |
-
msgid "Premium"
|
2367 |
-
msgstr "Premium"
|
2368 |
-
|
2369 |
-
#: templates/js/style-premium-theme.php:42
|
2370 |
-
msgid "Beta"
|
2371 |
-
msgstr "Beta"
|
2372 |
-
|
2373 |
-
#: templates/partials/network-activation.php:27
|
2374 |
-
msgid "Activate license on all sites in the network."
|
2375 |
-
msgstr "Activer la licence sur tous les sites du réseau."
|
2376 |
-
|
2377 |
-
#: templates/partials/network-activation.php:28
|
2378 |
-
msgid "Apply on all sites in the network."
|
2379 |
-
msgstr "Effectuer sur tous les sites dans le réseau."
|
2380 |
-
|
2381 |
-
#: templates/partials/network-activation.php:31
|
2382 |
-
msgid "Activate license on all pending sites."
|
2383 |
-
msgstr "Activer la licence sur tous les sites en attente."
|
2384 |
-
|
2385 |
-
#: templates/partials/network-activation.php:32
|
2386 |
-
msgid "Apply on all pending sites."
|
2387 |
-
msgstr "Activer sur tous les sites en attente."
|
2388 |
-
|
2389 |
-
#: templates/partials/network-activation.php40,
|
2390 |
-
#: templates/partials/network-activation.php:74
|
2391 |
-
msgid "allow"
|
2392 |
-
msgstr "autoriser"
|
2393 |
-
|
2394 |
-
#: templates/partials/network-activation.php43,
|
2395 |
-
#: templates/partials/network-activation.php:77
|
2396 |
-
msgid "delegate"
|
2397 |
-
msgstr "déléguer"
|
2398 |
-
|
2399 |
-
#: templates/partials/network-activation.php47,
|
2400 |
-
#: templates/partials/network-activation.php:81
|
2401 |
-
msgid "skip"
|
2402 |
-
msgstr "passer"
|
2403 |
-
|
2404 |
-
#: templates/plugin-info/description.php72,
|
2405 |
-
#: templates/plugin-info/screenshots.php:31
|
2406 |
-
msgid "Click to view full-size screenshot %d"
|
2407 |
-
msgstr "Cliquez pour voir la capture d'écran %d en pleine taille"
|
2408 |
-
|
2409 |
-
#: templates/plugin-info/features.php:56
|
2410 |
-
msgid "Unlimited Updates"
|
2411 |
-
msgstr "Mises à jour illimitées"
|
2412 |
-
|
2413 |
-
#: templates/account/partials/activate-license-button.php:46
|
2414 |
-
msgid "Localhost"
|
2415 |
-
msgstr "Localhost"
|
2416 |
-
|
2417 |
-
#: templates/account/partials/activate-license-button.php:50
|
2418 |
-
msgctxt "as 5 licenses left"
|
2419 |
-
msgid "%s left"
|
2420 |
-
msgstr "%s restante(s)"
|
2421 |
-
|
2422 |
-
#: templates/account/partials/activate-license-button.php:51
|
2423 |
-
msgid "Last license"
|
2424 |
-
msgstr "Dernière licence"
|
2425 |
-
|
2426 |
-
#: templates/account/partials/addon.php:167
|
2427 |
-
msgid "Cancelled"
|
2428 |
-
msgstr "Annulé"
|
2429 |
-
|
2430 |
-
#: templates/account/partials/addon.php:177
|
2431 |
-
msgid "No expiration"
|
2432 |
-
msgstr "Pas d'expiration"
|
2433 |
-
|
2434 |
-
#: templates/account/partials/site.php:181
|
2435 |
-
msgid "Owner Name"
|
2436 |
-
msgstr "Nom du propriétaire"
|
2437 |
-
|
2438 |
-
#: templates/account/partials/site.php:193
|
2439 |
-
msgid "Owner Email"
|
2440 |
-
msgstr "Email du propriétaire"
|
2441 |
-
|
2442 |
-
#: templates/account/partials/site.php:205
|
2443 |
-
msgid "Owner ID"
|
2444 |
-
msgstr "ID du propriétaire"
|
2445 |
-
|
2446 |
-
#: templates/account/partials/site.php:270
|
2447 |
-
msgid "Subscription"
|
2448 |
-
msgstr "Inscription"
|
2449 |
-
|
2450 |
-
#: templates/forms/deactivation/contact.php:19
|
2451 |
-
msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2452 |
-
msgstr "Désolé pour le dérangement et nous sommes là pour vous aider si vous nous le permettez."
|
2453 |
-
|
2454 |
-
#: templates/forms/deactivation/contact.php:22
|
2455 |
-
msgid "Contact Support"
|
2456 |
-
msgstr "Contacter l'Assistance"
|
2457 |
-
|
2458 |
-
#: templates/forms/deactivation/form.php:64
|
2459 |
-
msgid "Anonymous feedback"
|
2460 |
-
msgstr "Commentaire anonyme"
|
2461 |
-
|
2462 |
-
#: templates/forms/deactivation/form.php:70
|
2463 |
-
msgid "Deactivate"
|
2464 |
-
msgstr "Désactiver"
|
2465 |
-
|
2466 |
-
#: templates/forms/deactivation/form.php:72
|
2467 |
-
msgid "Activate %s"
|
2468 |
-
msgstr "Activer %s"
|
2469 |
-
|
2470 |
-
#: templates/forms/deactivation/form.php:87
|
2471 |
-
msgid "Quick Feedback"
|
2472 |
-
msgstr "Commentaires rapides"
|
2473 |
-
|
2474 |
-
#: templates/forms/deactivation/form.php:91
|
2475 |
-
msgid "If you have a moment, please let us know why you are %s"
|
2476 |
-
msgstr "Si vous avez un instant, merci de nous indiquer pourquoi %s"
|
2477 |
-
|
2478 |
-
#: templates/forms/deactivation/form.php:91
|
2479 |
-
msgid "deactivating"
|
2480 |
-
msgstr "Désactivation"
|
2481 |
-
|
2482 |
-
#: templates/forms/deactivation/form.php:91
|
2483 |
-
msgid "switching"
|
2484 |
-
msgstr "Changement"
|
2485 |
-
|
2486 |
-
#: templates/forms/deactivation/form.php:365
|
2487 |
-
msgid "Submit & %s"
|
2488 |
-
msgstr "Envoyer & %s"
|
2489 |
-
|
2490 |
-
#: templates/forms/deactivation/form.php:386
|
2491 |
-
msgid "Kindly tell us the reason so we can improve."
|
2492 |
-
msgstr "S'il vous plait, dites nous pourquoi afin que nous puissions nous améliorer."
|
2493 |
-
|
2494 |
-
#: templates/forms/deactivation/form.php:511
|
2495 |
-
msgid "Yes - %s"
|
2496 |
-
msgstr "Oui - %s"
|
2497 |
-
|
2498 |
-
#: templates/forms/deactivation/form.php:518
|
2499 |
-
msgid "Skip & %s"
|
2500 |
-
msgstr "Passer & %s"
|
2501 |
-
|
2502 |
-
#: templates/forms/deactivation/retry-skip.php:21
|
2503 |
-
msgid "Click here to use the plugin anonymously"
|
2504 |
-
msgstr "Cliquer ici pour utiliser le plugin anonymement"
|
2505 |
-
|
2506 |
-
#: templates/forms/deactivation/retry-skip.php:23
|
2507 |
-
msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
2508 |
-
msgstr "Peut-être que cela vous a échappé mais vous n'êtes pas obligé de partager la moindre information et vous pouvez juste %s l'enregistrement."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
freemius/languages/freemius-he_IL.mo
CHANGED
Binary file
|
freemius/languages/freemius-he_IL.po
DELETED
@@ -1,2509 +0,0 @@
|
|
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
|
5 |
-
# Vova Feldman <vova@freemius.com>, 2017-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: 2019-06-05 13:40+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"
|
15 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
-
"Content-Transfer-Encoding: 8bit\n"
|
17 |
-
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\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.php1838, templates/account.php:769
|
26 |
-
msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
27 |
-
msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
28 |
-
|
29 |
-
#: includes/class-freemius.php:1845
|
30 |
-
msgid "Would you like to proceed with the update?"
|
31 |
-
msgstr "Would you like to proceed with the update?"
|
32 |
-
|
33 |
-
#: includes/class-freemius.php:2053
|
34 |
-
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
35 |
-
msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
36 |
-
|
37 |
-
#: includes/class-freemius.php:2055
|
38 |
-
msgid "Error"
|
39 |
-
msgstr "שגיאה"
|
40 |
-
|
41 |
-
#: includes/class-freemius.php:2445
|
42 |
-
msgid "I found a better %s"
|
43 |
-
msgstr "מצאתי %s יותר טוב"
|
44 |
-
|
45 |
-
#: includes/class-freemius.php:2447
|
46 |
-
msgid "What's the %s's name?"
|
47 |
-
msgstr "What's the %s's name?"
|
48 |
-
|
49 |
-
#: includes/class-freemius.php:2453
|
50 |
-
msgid "It's a temporary %s. I'm just debugging an issue."
|
51 |
-
msgstr "It's a temporary %s. I'm just debugging an issue."
|
52 |
-
|
53 |
-
#: includes/class-freemius.php:2455
|
54 |
-
msgid "Deactivation"
|
55 |
-
msgstr "דיאקטיבציה"
|
56 |
-
|
57 |
-
#: includes/class-freemius.php:2456
|
58 |
-
msgid "Theme Switch"
|
59 |
-
msgstr "החלפת תֵמָה"
|
60 |
-
|
61 |
-
#: includes/class-freemius.php2465, templates/forms/resend-key.php:24
|
62 |
-
msgid "Other"
|
63 |
-
msgstr "אחר"
|
64 |
-
|
65 |
-
#: includes/class-freemius.php:2473
|
66 |
-
msgid "I no longer need the %s"
|
67 |
-
msgstr "I no longer need the %s"
|
68 |
-
|
69 |
-
#: includes/class-freemius.php:2480
|
70 |
-
msgid "I only needed the %s for a short period"
|
71 |
-
msgstr "I only needed the %s for a short period"
|
72 |
-
|
73 |
-
#: includes/class-freemius.php:2486
|
74 |
-
msgid "The %s broke my site"
|
75 |
-
msgstr "ה%s הרס לי את האתר"
|
76 |
-
|
77 |
-
#: includes/class-freemius.php:2493
|
78 |
-
msgid "The %s suddenly stopped working"
|
79 |
-
msgstr "ה%s הפסיק פתאום לעבוד"
|
80 |
-
|
81 |
-
#: includes/class-freemius.php:2503
|
82 |
-
msgid "I can't pay for it anymore"
|
83 |
-
msgstr "אני לא יכול/ה להמשיך לשלם על זה"
|
84 |
-
|
85 |
-
#: includes/class-freemius.php:2505
|
86 |
-
msgid "What price would you feel comfortable paying?"
|
87 |
-
msgstr "מה המחיר שכן תרגיש\\י בנוח לשלם?"
|
88 |
-
|
89 |
-
#: includes/class-freemius.php:2511
|
90 |
-
msgid "I don't like to share my information with you"
|
91 |
-
msgstr "אני לא אוהב את הרעיון של שיתוף מידע איתכם"
|
92 |
-
|
93 |
-
#: includes/class-freemius.php:2532
|
94 |
-
msgid "The %s didn't work"
|
95 |
-
msgstr "ה%s לא עבד"
|
96 |
-
|
97 |
-
#: includes/class-freemius.php:2542
|
98 |
-
msgid "I couldn't understand how to make it work"
|
99 |
-
msgstr "לא הצלחתי להבין איך לגרום לזה לעבוד"
|
100 |
-
|
101 |
-
#: includes/class-freemius.php:2550
|
102 |
-
msgid "The %s is great, but I need specific feature that you don't support"
|
103 |
-
msgstr "The %s is great, but I need specific feature that you don't support"
|
104 |
-
|
105 |
-
#: includes/class-freemius.php:2552
|
106 |
-
msgid "What feature?"
|
107 |
-
msgstr "איזה פיטצ'ר?"
|
108 |
-
|
109 |
-
#: includes/class-freemius.php:2556
|
110 |
-
msgid "The %s is not working"
|
111 |
-
msgstr "ה%s לא עובד"
|
112 |
-
|
113 |
-
#: includes/class-freemius.php:2558
|
114 |
-
msgid "Kindly share what didn't work so we can fix it for future users..."
|
115 |
-
msgstr "אנא שתפ\\י מה לא עבד כדי שנוכל לתקן זאת עבור משתמשים עתידיים..."
|
116 |
-
|
117 |
-
#: includes/class-freemius.php:2562
|
118 |
-
msgid "It's not what I was looking for"
|
119 |
-
msgstr "חיפשתי משהו אחר"
|
120 |
-
|
121 |
-
#: includes/class-freemius.php:2564
|
122 |
-
msgid "What you've been looking for?"
|
123 |
-
msgstr "מה חיפשת?"
|
124 |
-
|
125 |
-
#: includes/class-freemius.php:2568
|
126 |
-
msgid "The %s didn't work as expected"
|
127 |
-
msgstr "ה%s לא עבד כמצופה"
|
128 |
-
|
129 |
-
#: includes/class-freemius.php:2570
|
130 |
-
msgid "What did you expect?"
|
131 |
-
msgstr "למה ציפית?"
|
132 |
-
|
133 |
-
#: includes/class-freemius.php3425, templates/debug.php:20
|
134 |
-
msgid "Freemius Debug"
|
135 |
-
msgstr "ניפוי תקלות פרימיוס"
|
136 |
-
|
137 |
-
#: includes/class-freemius.php:4177
|
138 |
-
msgid "I don't know what is cURL or how to install it, help me!"
|
139 |
-
msgstr "אין לי מושג מה זה cURL או איך להתקין אותו - אשמח לעזרה!"
|
140 |
-
|
141 |
-
#: includes/class-freemius.php:4179
|
142 |
-
msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
143 |
-
msgstr "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
144 |
-
|
145 |
-
#: includes/class-freemius.php:4186
|
146 |
-
msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
147 |
-
msgstr "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
148 |
-
|
149 |
-
#: includes/class-freemius.php:4291
|
150 |
-
msgid "Yes - do your thing"
|
151 |
-
msgstr "כן - בצעו את מה שצריך"
|
152 |
-
|
153 |
-
#: includes/class-freemius.php:4296
|
154 |
-
msgid "No - just deactivate"
|
155 |
-
msgstr "לא - פשוט כבה"
|
156 |
-
|
157 |
-
#: includes/class-freemius.php4341, includes/class-freemius.php4850,
|
158 |
-
#: includes/class-freemius.php5999, includes/class-freemius.php12682,
|
159 |
-
#: includes/class-freemius.php16045, includes/class-freemius.php16133,
|
160 |
-
#: includes/class-freemius.php16299, includes/class-freemius.php18758,
|
161 |
-
#: includes/class-freemius.php18768, includes/class-freemius.php19404,
|
162 |
-
#: includes/class-freemius.php20277, includes/class-freemius.php20392,
|
163 |
-
#: includes/class-freemius.php20536, templates/add-ons.php:54
|
164 |
-
msgctxt "exclamation"
|
165 |
-
msgid "Oops"
|
166 |
-
msgstr "אופס"
|
167 |
-
|
168 |
-
#: includes/class-freemius.php:4410
|
169 |
-
msgid "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
|
170 |
-
msgstr "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
|
171 |
-
|
172 |
-
#: includes/class-freemius.php:4847
|
173 |
-
msgctxt "addonX cannot run without pluginY"
|
174 |
-
msgid "%s cannot run without %s."
|
175 |
-
msgstr "%s לא יכול לעבוד ללא %s."
|
176 |
-
|
177 |
-
#: includes/class-freemius.php:4848
|
178 |
-
msgctxt "addonX cannot run..."
|
179 |
-
msgid "%s cannot run without the plugin."
|
180 |
-
msgstr "ההרחבה %s אינה יכולה לפעול ללא התוסף."
|
181 |
-
|
182 |
-
#: includes/class-freemius.php5020, includes/class-freemius.php5045,
|
183 |
-
#: includes/class-freemius.php:19475
|
184 |
-
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
185 |
-
msgstr "Unexpected API error. Please contact the %s's author with the following error."
|
186 |
-
|
187 |
-
#: includes/class-freemius.php:5687
|
188 |
-
msgid "Premium %s version was successfully activated."
|
189 |
-
msgstr "Premium %s version was successfully activated."
|
190 |
-
|
191 |
-
#: includes/class-freemius.php5699, includes/class-freemius.php:7567
|
192 |
-
msgctxt ""
|
193 |
-
msgid "W00t"
|
194 |
-
msgstr "יש"
|
195 |
-
|
196 |
-
#: includes/class-freemius.php:5714
|
197 |
-
msgid "You have a %s license."
|
198 |
-
msgstr "יש לך רישיון %s."
|
199 |
-
|
200 |
-
#: includes/class-freemius.php5718, includes/class-freemius.php15466,
|
201 |
-
#: includes/class-freemius.php15477, includes/class-freemius.php18669,
|
202 |
-
#: includes/class-freemius.php18999, includes/class-freemius.php19065,
|
203 |
-
#: includes/class-freemius.php:19229
|
204 |
-
msgctxt "interjection expressing joy or exuberance"
|
205 |
-
msgid "Yee-haw"
|
206 |
-
msgstr "יששש"
|
207 |
-
|
208 |
-
#: includes/class-freemius.php:5982
|
209 |
-
msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
210 |
-
msgstr "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
211 |
-
|
212 |
-
#: includes/class-freemius.php:5986
|
213 |
-
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
214 |
-
msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
215 |
-
|
216 |
-
#: includes/class-freemius.php5995, templates/add-ons.php130,
|
217 |
-
#: templates/account/partials/addon.php:343
|
218 |
-
msgid "More information about %s"
|
219 |
-
msgstr "מידע נוסף אודות %s"
|
220 |
-
|
221 |
-
#: includes/class-freemius.php:5996
|
222 |
-
msgid "Purchase License"
|
223 |
-
msgstr "קניית רישיון"
|
224 |
-
|
225 |
-
#: includes/class-freemius.php6931, templates/connect.php:163
|
226 |
-
msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
227 |
-
msgstr "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
228 |
-
|
229 |
-
#: includes/class-freemius.php:6935
|
230 |
-
msgid "start the trial"
|
231 |
-
msgstr "התחל תקופת ניסיון"
|
232 |
-
|
233 |
-
#: includes/class-freemius.php6936, templates/connect.php:167
|
234 |
-
msgid "complete the install"
|
235 |
-
msgstr "השלם התקנה"
|
236 |
-
|
237 |
-
#: includes/class-freemius.php:7049
|
238 |
-
msgid "You are just one step away - %s"
|
239 |
-
msgstr "You are just one step away - %s"
|
240 |
-
|
241 |
-
#: includes/class-freemius.php:7052
|
242 |
-
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
243 |
-
msgid "Complete \"%s\" Activation Now"
|
244 |
-
msgstr "השלם הפעלת \"%s\" עכשיו"
|
245 |
-
|
246 |
-
#: includes/class-freemius.php:7130
|
247 |
-
msgid "We made a few tweaks to the %s, %s"
|
248 |
-
msgstr "We made a few tweaks to the %s, %s"
|
249 |
-
|
250 |
-
#: includes/class-freemius.php:7134
|
251 |
-
msgid "Opt in to make \"%s\" better!"
|
252 |
-
msgstr "Opt in to make \"%s\" better!"
|
253 |
-
|
254 |
-
#: includes/class-freemius.php:7566
|
255 |
-
msgid "The upgrade of %s was successfully completed."
|
256 |
-
msgstr "The upgrade of %s was successfully completed."
|
257 |
-
|
258 |
-
#: includes/class-freemius.php9728, includes/class-fs-plugin-updater.php975,
|
259 |
-
#: includes/class-fs-plugin-updater.php1170,
|
260 |
-
#: includes/class-fs-plugin-updater.php1177,
|
261 |
-
#: templates/auto-installation.php:32
|
262 |
-
msgid "Add-On"
|
263 |
-
msgstr "Add-On"
|
264 |
-
|
265 |
-
#: includes/class-freemius.php9730, templates/account.php313,
|
266 |
-
#: templates/account.php321, templates/debug.php361, templates/debug.php:522
|
267 |
-
msgid "Plugin"
|
268 |
-
msgstr "תוסף"
|
269 |
-
|
270 |
-
#: includes/class-freemius.php9731, templates/account.php314,
|
271 |
-
#: templates/account.php322, templates/debug.php361, templates/debug.php522,
|
272 |
-
#: templates/forms/deactivation/form.php:71
|
273 |
-
msgid "Theme"
|
274 |
-
msgstr "תבנית"
|
275 |
-
|
276 |
-
#: includes/class-freemius.php:12148
|
277 |
-
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
278 |
-
msgstr "An unknown error has occurred while trying to set the user's beta mode."
|
279 |
-
|
280 |
-
#: includes/class-freemius.php:12549
|
281 |
-
msgid "Invalid site details collection."
|
282 |
-
msgstr "Invalid site details collection."
|
283 |
-
|
284 |
-
#: includes/class-freemius.php:12669
|
285 |
-
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
286 |
-
msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
|
287 |
-
|
288 |
-
#: includes/class-freemius.php:12671
|
289 |
-
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
290 |
-
msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
291 |
-
|
292 |
-
#: includes/class-freemius.php:12945
|
293 |
-
msgid "Account is pending activation."
|
294 |
-
msgstr "Account is pending activation."
|
295 |
-
|
296 |
-
#: includes/class-freemius.php13057,
|
297 |
-
#: templates/forms/premium-versions-upgrade-handler.php:47
|
298 |
-
msgid "Buy a license now"
|
299 |
-
msgstr "Buy a license now"
|
300 |
-
|
301 |
-
#: includes/class-freemius.php13069,
|
302 |
-
#: templates/forms/premium-versions-upgrade-handler.php:46
|
303 |
-
msgid "Renew your license now"
|
304 |
-
msgstr "Renew your license now"
|
305 |
-
|
306 |
-
#: includes/class-freemius.php:13073
|
307 |
-
msgid "%s to access version %s security & feature updates, and support."
|
308 |
-
msgstr "%s to access version %s security & feature updates, and support."
|
309 |
-
|
310 |
-
#: includes/class-freemius.php:15448
|
311 |
-
msgid "%s activation was successfully completed."
|
312 |
-
msgstr "הפעלת %s הושלמה בהצלחה."
|
313 |
-
|
314 |
-
#: includes/class-freemius.php:15462
|
315 |
-
msgid "Your account was successfully activated with the %s plan."
|
316 |
-
msgstr "חשבונך הופעל בהצלחה עם חבילת %s."
|
317 |
-
|
318 |
-
#: includes/class-freemius.php15473, includes/class-freemius.php:19061
|
319 |
-
msgid "Your trial has been successfully started."
|
320 |
-
msgstr "הניסיון שלך הופעל בהצלחה."
|
321 |
-
|
322 |
-
#: includes/class-freemius.php16043, includes/class-freemius.php16131,
|
323 |
-
#: includes/class-freemius.php:16297
|
324 |
-
msgid "Couldn't activate %s."
|
325 |
-
msgstr "לא ניתן להפעיל את %s."
|
326 |
-
|
327 |
-
#: includes/class-freemius.php16044, includes/class-freemius.php16132,
|
328 |
-
#: includes/class-freemius.php:16298
|
329 |
-
msgid "Please contact us with the following message:"
|
330 |
-
msgstr "אנא צור איתנו קשר יחד עם ההודעה הבאה:"
|
331 |
-
|
332 |
-
#: includes/class-freemius.php:16128
|
333 |
-
msgid "An unknown error has occurred."
|
334 |
-
msgstr "An unknown error has occurred."
|
335 |
-
|
336 |
-
#: includes/class-freemius.php16655, includes/class-freemius.php:21409
|
337 |
-
msgid "Upgrade"
|
338 |
-
msgstr "שדרג"
|
339 |
-
|
340 |
-
#: includes/class-freemius.php:16661
|
341 |
-
msgid "Start Trial"
|
342 |
-
msgstr "התחל תקופת ניסיון"
|
343 |
-
|
344 |
-
#: includes/class-freemius.php:16663
|
345 |
-
msgid "Pricing"
|
346 |
-
msgstr "מחירון"
|
347 |
-
|
348 |
-
#: includes/class-freemius.php16742, includes/class-freemius.php:16744
|
349 |
-
msgid "Affiliation"
|
350 |
-
msgstr "אפיליאציה"
|
351 |
-
|
352 |
-
#: includes/class-freemius.php16772, includes/class-freemius.php16774,
|
353 |
-
#: templates/account.php177, templates/debug.php:326
|
354 |
-
msgid "Account"
|
355 |
-
msgstr "חשבון"
|
356 |
-
|
357 |
-
#: includes/class-freemius.php16787, includes/class-freemius.php16789,
|
358 |
-
#: includes/customizer/class-fs-customizer-support-section.php:60
|
359 |
-
msgid "Contact Us"
|
360 |
-
msgstr "יצירת קשר"
|
361 |
-
|
362 |
-
#: includes/class-freemius.php16799, includes/class-freemius.php16801,
|
363 |
-
#: includes/class-freemius.php21423, templates/account.php105,
|
364 |
-
#: templates/account/partials/addon.php:45
|
365 |
-
msgid "Add-Ons"
|
366 |
-
msgstr "Add-Ons"
|
367 |
-
|
368 |
-
#: includes/class-freemius.php:16835
|
369 |
-
msgctxt "ASCII arrow left icon"
|
370 |
-
msgid "←"
|
371 |
-
msgstr "←"
|
372 |
-
|
373 |
-
#: includes/class-freemius.php:16835
|
374 |
-
msgctxt "ASCII arrow right icon"
|
375 |
-
msgid "➤"
|
376 |
-
msgstr "➤"
|
377 |
-
|
378 |
-
#: includes/class-freemius.php16837, templates/pricing.php:102
|
379 |
-
msgctxt "noun"
|
380 |
-
msgid "Pricing"
|
381 |
-
msgstr "מחירון"
|
382 |
-
|
383 |
-
#: includes/class-freemius.php17050,
|
384 |
-
#: includes/customizer/class-fs-customizer-support-section.php:67
|
385 |
-
msgid "Support Forum"
|
386 |
-
msgstr "פורום תמיכה"
|
387 |
-
|
388 |
-
#: includes/class-freemius.php:17995
|
389 |
-
msgid "Your email has been successfully verified - you are AWESOME!"
|
390 |
-
msgstr "Your email has been successfully verified - you are AWESOME!"
|
391 |
-
|
392 |
-
#: includes/class-freemius.php:17996
|
393 |
-
msgctxt "a positive response"
|
394 |
-
msgid "Right on"
|
395 |
-
msgstr "מעולה"
|
396 |
-
|
397 |
-
#: includes/class-freemius.php:18660
|
398 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
399 |
-
msgstr "חבילת ההרחבה %s שודרגה בהצלחה."
|
400 |
-
|
401 |
-
#: includes/class-freemius.php:18662
|
402 |
-
msgid "%s Add-on was successfully purchased."
|
403 |
-
msgstr "ההרחבה %s נרכשה בהצלחה."
|
404 |
-
|
405 |
-
#: includes/class-freemius.php:18665
|
406 |
-
msgid "Download the latest version"
|
407 |
-
msgstr "הורד את הגרסה האחרונה"
|
408 |
-
|
409 |
-
#: includes/class-freemius.php:18751
|
410 |
-
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
411 |
-
msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
412 |
-
|
413 |
-
#: includes/class-freemius.php18757, includes/class-freemius.php19188,
|
414 |
-
#: includes/class-freemius.php:19277
|
415 |
-
msgid "Error received from the server:"
|
416 |
-
msgstr "הוחזרה שגיאה מהשרת:"
|
417 |
-
|
418 |
-
#: includes/class-freemius.php:18767
|
419 |
-
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
420 |
-
msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
421 |
-
|
422 |
-
#: includes/class-freemius.php18961, includes/class-freemius.php19193,
|
423 |
-
#: includes/class-freemius.php19248, includes/class-freemius.php:19351
|
424 |
-
msgctxt ""
|
425 |
-
msgid "Hmm"
|
426 |
-
msgstr "אממ"
|
427 |
-
|
428 |
-
#: includes/class-freemius.php:18974
|
429 |
-
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."
|
430 |
-
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."
|
431 |
-
|
432 |
-
#: includes/class-freemius.php18975, templates/account.php107,
|
433 |
-
#: templates/add-ons.php191, templates/account/partials/addon.php:47
|
434 |
-
msgctxt "trial period"
|
435 |
-
msgid "Trial"
|
436 |
-
msgstr "ניסיון"
|
437 |
-
|
438 |
-
#: includes/class-freemius.php:18980
|
439 |
-
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
440 |
-
msgstr "שידרגתי את החשבון שלי אבל כשאני מנסה לבצע סנכרון לרישיון החבילה נשארת %s."
|
441 |
-
|
442 |
-
#: includes/class-freemius.php18984, includes/class-freemius.php:19043
|
443 |
-
msgid "Please contact us here"
|
444 |
-
msgstr "אנא צור איתנו קשר כאן"
|
445 |
-
|
446 |
-
#: includes/class-freemius.php:18995
|
447 |
-
msgid "Your plan was successfully activated."
|
448 |
-
msgstr "Your plan was successfully activated."
|
449 |
-
|
450 |
-
#: includes/class-freemius.php:18996
|
451 |
-
msgid "Your plan was successfully upgraded."
|
452 |
-
msgstr "החבילה שודרגה בהצלחה."
|
453 |
-
|
454 |
-
#: includes/class-freemius.php:19013
|
455 |
-
msgid "Your plan was successfully changed to %s."
|
456 |
-
msgstr "החבילה עודכנה בהצלחה אל %s."
|
457 |
-
|
458 |
-
#: includes/class-freemius.php:19029
|
459 |
-
msgid "Your license has expired. You can still continue using the free %s forever."
|
460 |
-
msgstr "Your license has expired. You can still continue using the free %s forever."
|
461 |
-
|
462 |
-
#: includes/class-freemius.php:19031
|
463 |
-
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
464 |
-
msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
465 |
-
|
466 |
-
#: includes/class-freemius.php:19039
|
467 |
-
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
468 |
-
msgstr "רשיונך בוטל. אם לדעתך זו טעות, נא ליצור קשר עם התמיכה."
|
469 |
-
|
470 |
-
#: includes/class-freemius.php:19052
|
471 |
-
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."
|
472 |
-
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."
|
473 |
-
|
474 |
-
#: includes/class-freemius.php:19075
|
475 |
-
msgid "Your free trial has expired. You can still continue using all our free features."
|
476 |
-
msgstr "תקופת הניסיון שלך הסתיימה. הפיטצ'רים החינאמיים עדיין ניתנים לשימוש."
|
477 |
-
|
478 |
-
#: includes/class-freemius.php:19077
|
479 |
-
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
480 |
-
msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
481 |
-
|
482 |
-
#: includes/class-freemius.php:19184
|
483 |
-
msgid "It looks like the license could not be activated."
|
484 |
-
msgstr "נראה שלא ניתן להפעיל את הרישיון."
|
485 |
-
|
486 |
-
#: includes/class-freemius.php:19226
|
487 |
-
msgid "Your license was successfully activated."
|
488 |
-
msgstr "הרישיון הופעל בהצלחה."
|
489 |
-
|
490 |
-
#: includes/class-freemius.php:19252
|
491 |
-
msgid "It looks like your site currently doesn't have an active license."
|
492 |
-
msgstr "נראה לאתר עדיין אין רישיון פעיל."
|
493 |
-
|
494 |
-
#: includes/class-freemius.php:19276
|
495 |
-
msgid "It looks like the license deactivation failed."
|
496 |
-
msgstr "נראה שניתוק הרישיון נכשל."
|
497 |
-
|
498 |
-
#: includes/class-freemius.php:19304
|
499 |
-
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
500 |
-
msgstr "רישיונך נותק בהצלחה, חזרת לחבילת %s"
|
501 |
-
|
502 |
-
#: includes/class-freemius.php:19305
|
503 |
-
msgid "O.K"
|
504 |
-
msgstr "אוקיי"
|
505 |
-
|
506 |
-
#: includes/class-freemius.php:19358
|
507 |
-
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
508 |
-
msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
509 |
-
|
510 |
-
#: includes/class-freemius.php:19367
|
511 |
-
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
512 |
-
msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
513 |
-
|
514 |
-
#: includes/class-freemius.php:19409
|
515 |
-
msgid "You are already running the %s in a trial mode."
|
516 |
-
msgstr "You are already running the %s in a trial mode."
|
517 |
-
|
518 |
-
#: includes/class-freemius.php:19420
|
519 |
-
msgid "You already utilized a trial before."
|
520 |
-
msgstr "הניסיון כבר נוצל בעבר."
|
521 |
-
|
522 |
-
#: includes/class-freemius.php:19434
|
523 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
524 |
-
msgstr "החבילה %s אינה קיימת, לכן, לא ניתן להתחיל תקופת ניסיון."
|
525 |
-
|
526 |
-
#: includes/class-freemius.php:19445
|
527 |
-
msgid "Plan %s does not support a trial period."
|
528 |
-
msgstr "תוכנית %s אינה תומכת בתקופת ניסיון."
|
529 |
-
|
530 |
-
#: includes/class-freemius.php:19456
|
531 |
-
msgid "None of the %s's plans supports a trial period."
|
532 |
-
msgstr "None of the %s's plans supports a trial period."
|
533 |
-
|
534 |
-
#: includes/class-freemius.php:19506
|
535 |
-
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
536 |
-
msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
537 |
-
|
538 |
-
#: includes/class-freemius.php:19542
|
539 |
-
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
540 |
-
msgstr "נראה שיש תקלה זמנית המונעת את ביטול הניסיון. אנא נסו שוב בעוד כמה דקות."
|
541 |
-
|
542 |
-
#: includes/class-freemius.php:19561
|
543 |
-
msgid "Your %s free trial was successfully cancelled."
|
544 |
-
msgstr "תקופת הניסיון החינמית של %s בוטלה בהצלחה."
|
545 |
-
|
546 |
-
#: includes/class-freemius.php:19877
|
547 |
-
msgid "Version %s was released."
|
548 |
-
msgstr "גרסה %s הושקה."
|
549 |
-
|
550 |
-
#: includes/class-freemius.php:19877
|
551 |
-
msgid "Please download %s."
|
552 |
-
msgstr "נא להוריד את %s."
|
553 |
-
|
554 |
-
#: includes/class-freemius.php:19884
|
555 |
-
msgid "the latest %s version here"
|
556 |
-
msgstr "גרסת ה-%s האחרונה כאן"
|
557 |
-
|
558 |
-
#: includes/class-freemius.php:19889
|
559 |
-
msgid "New"
|
560 |
-
msgstr "חדש"
|
561 |
-
|
562 |
-
#: includes/class-freemius.php:19894
|
563 |
-
msgid "Seems like you got the latest release."
|
564 |
-
msgstr "נראה שיש לך את הגרסה האחרונה."
|
565 |
-
|
566 |
-
#: includes/class-freemius.php:19895
|
567 |
-
msgid "You are all good!"
|
568 |
-
msgstr "את\\ה מסודר!"
|
569 |
-
|
570 |
-
#: includes/class-freemius.php:20165
|
571 |
-
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
572 |
-
msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
573 |
-
|
574 |
-
#: includes/class-freemius.php:20304
|
575 |
-
msgid "Site successfully opted in."
|
576 |
-
msgstr "Site successfully opted in."
|
577 |
-
|
578 |
-
#: includes/class-freemius.php20305, includes/class-freemius.php:21125
|
579 |
-
msgid "Awesome"
|
580 |
-
msgstr "אדיר"
|
581 |
-
|
582 |
-
#: includes/class-freemius.php20321, templates/forms/optout.php:32
|
583 |
-
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
584 |
-
msgstr "We appreciate your help in making the %s better by letting us track some usage data."
|
585 |
-
|
586 |
-
#: includes/class-freemius.php:20322
|
587 |
-
msgid "Thank you!"
|
588 |
-
msgstr "תודה רבה!"
|
589 |
-
|
590 |
-
#: includes/class-freemius.php:20329
|
591 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
592 |
-
msgstr "We will no longer be sending any usage data of %s on %s to %s."
|
593 |
-
|
594 |
-
#: includes/class-freemius.php:20458
|
595 |
-
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."
|
596 |
-
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."
|
597 |
-
|
598 |
-
#: includes/class-freemius.php:20464
|
599 |
-
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
600 |
-
msgstr "תודה על אישור ביצוע החלפת הבעלות. הרגע נשלח מייל ל-%s כדי לקבל אישור סופי."
|
601 |
-
|
602 |
-
#: includes/class-freemius.php:20469
|
603 |
-
msgid "%s is the new owner of the account."
|
604 |
-
msgstr "%s הינו הבעלים החד של חשבון זה."
|
605 |
-
|
606 |
-
#: includes/class-freemius.php:20471
|
607 |
-
msgctxt "as congratulations"
|
608 |
-
msgid "Congrats"
|
609 |
-
msgstr "מזל טוב"
|
610 |
-
|
611 |
-
#: includes/class-freemius.php:20491
|
612 |
-
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
613 |
-
msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
614 |
-
|
615 |
-
#: includes/class-freemius.php:20492
|
616 |
-
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
617 |
-
msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
618 |
-
|
619 |
-
#: includes/class-freemius.php:20499
|
620 |
-
msgid "Change Ownership"
|
621 |
-
msgstr "עדכון בעלות"
|
622 |
-
|
623 |
-
#: includes/class-freemius.php:20507
|
624 |
-
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
625 |
-
msgstr "כתובת הדואל שלך עודכנה בהצלחה. הודעת אישור אמורה להתקבל בדואל שלך ברגעים הקרובים."
|
626 |
-
|
627 |
-
#: includes/class-freemius.php:20519
|
628 |
-
msgid "Please provide your full name."
|
629 |
-
msgstr "נא למלא את שמך המלא."
|
630 |
-
|
631 |
-
#: includes/class-freemius.php:20524
|
632 |
-
msgid "Your name was successfully updated."
|
633 |
-
msgstr "שמך עודכן בהצלחה."
|
634 |
-
|
635 |
-
#: includes/class-freemius.php:20585
|
636 |
-
msgid "You have successfully updated your %s."
|
637 |
-
msgstr "עידכנת בהצלחה את ה%s."
|
638 |
-
|
639 |
-
#: includes/class-freemius.php:20725
|
640 |
-
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
641 |
-
msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
642 |
-
|
643 |
-
#: includes/class-freemius.php:20726
|
644 |
-
msgctxt "advance notice of something that will need attention."
|
645 |
-
msgid "Heads up"
|
646 |
-
msgstr "לתשמות לבך"
|
647 |
-
|
648 |
-
#: includes/class-freemius.php:21165
|
649 |
-
msgctxt "exclamation"
|
650 |
-
msgid "Hey"
|
651 |
-
msgstr "היי"
|
652 |
-
|
653 |
-
#: includes/class-freemius.php:21165
|
654 |
-
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
655 |
-
msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
656 |
-
|
657 |
-
#: includes/class-freemius.php:21173
|
658 |
-
msgid "No commitment for %s days - cancel anytime!"
|
659 |
-
msgstr "ללא התחייבות ל-%s ימין - בטלו בכל רגע!"
|
660 |
-
|
661 |
-
#: includes/class-freemius.php:21174
|
662 |
-
msgid "No credit card required"
|
663 |
-
msgstr "לא נדרש כרטיס אשראי"
|
664 |
-
|
665 |
-
#: includes/class-freemius.php21181, templates/forms/trial-start.php:53
|
666 |
-
msgctxt "call to action"
|
667 |
-
msgid "Start free trial"
|
668 |
-
msgstr "התחלת ניסיון חינם"
|
669 |
-
|
670 |
-
#: includes/class-freemius.php:21258
|
671 |
-
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!"
|
672 |
-
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!"
|
673 |
-
|
674 |
-
#: includes/class-freemius.php:21267
|
675 |
-
msgid "Learn more"
|
676 |
-
msgstr "Learn more"
|
677 |
-
|
678 |
-
#: includes/class-freemius.php21447, templates/account.php474,
|
679 |
-
#: templates/account.php595, templates/connect.php171,
|
680 |
-
#: templates/connect.php421, templates/forms/license-activation.php25,
|
681 |
-
#: templates/account/partials/addon.php:287
|
682 |
-
msgid "Activate License"
|
683 |
-
msgstr "הפעלת רישיון"
|
684 |
-
|
685 |
-
#: includes/class-freemius.php21448, templates/account.php543,
|
686 |
-
#: templates/account.php594, templates/account/partials/site.php:256
|
687 |
-
msgid "Change License"
|
688 |
-
msgstr "שינוי רישיון"
|
689 |
-
|
690 |
-
#: includes/class-freemius.php21539, templates/account/partials/site.php:161
|
691 |
-
msgid "Opt Out"
|
692 |
-
msgstr "Opt Out"
|
693 |
-
|
694 |
-
#: includes/class-freemius.php21541, includes/class-freemius.php21547,
|
695 |
-
#: templates/account/partials/site.php43,
|
696 |
-
#: templates/account/partials/site.php:161
|
697 |
-
msgid "Opt In"
|
698 |
-
msgstr "Opt In"
|
699 |
-
|
700 |
-
#: includes/class-freemius.php:21775
|
701 |
-
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
702 |
-
msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
703 |
-
|
704 |
-
#: includes/class-freemius.php:21783
|
705 |
-
msgid "Activate %s features"
|
706 |
-
msgstr "Activate %s features"
|
707 |
-
|
708 |
-
#: includes/class-freemius.php:21796
|
709 |
-
msgid "Please follow these steps to complete the upgrade"
|
710 |
-
msgstr "נא לבצע את הצעדים הבאים להשלמת השידרוג"
|
711 |
-
|
712 |
-
#: includes/class-freemius.php:21800
|
713 |
-
msgid "Download the latest %s version"
|
714 |
-
msgstr "הורד\\י את גרסת ה-%s העדכנית"
|
715 |
-
|
716 |
-
#: includes/class-freemius.php:21804
|
717 |
-
msgid "Upload and activate the downloaded version"
|
718 |
-
msgstr "העלה\\י והפעיל\\י את הגרסה שהורדת"
|
719 |
-
|
720 |
-
#: includes/class-freemius.php:21806
|
721 |
-
msgid "How to upload and activate?"
|
722 |
-
msgstr "איך להעלות ולהפעיל?"
|
723 |
-
|
724 |
-
#: includes/class-freemius.php:21940
|
725 |
-
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
726 |
-
msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
|
727 |
-
|
728 |
-
#: includes/class-freemius.php:22101
|
729 |
-
msgid "Auto installation only works for opted-in users."
|
730 |
-
msgstr "Auto installation only works for opted-in users."
|
731 |
-
|
732 |
-
#: includes/class-freemius.php22111, includes/class-freemius.php22144,
|
733 |
-
#: includes/class-fs-plugin-updater.php1149,
|
734 |
-
#: includes/class-fs-plugin-updater.php:1163
|
735 |
-
msgid "Invalid module ID."
|
736 |
-
msgstr "מזהה המודול לא תקני."
|
737 |
-
|
738 |
-
#: includes/class-freemius.php22120, includes/class-fs-plugin-updater.php:1185
|
739 |
-
msgid "Premium version already active."
|
740 |
-
msgstr "הגרסה בתשלום כבר פעילה."
|
741 |
-
|
742 |
-
#: includes/class-freemius.php:22127
|
743 |
-
msgid "You do not have a valid license to access the premium version."
|
744 |
-
msgstr "אין ברשותך רישיון בר תוקף לשימוש בגרסת הפרימיום."
|
745 |
-
|
746 |
-
#: includes/class-freemius.php:22134
|
747 |
-
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
748 |
-
msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
749 |
-
|
750 |
-
#: includes/class-freemius.php22152, includes/class-fs-plugin-updater.php:1184
|
751 |
-
msgid "Premium add-on version already installed."
|
752 |
-
msgstr "Premium add-on version already installed."
|
753 |
-
|
754 |
-
#: includes/class-freemius.php:22497
|
755 |
-
msgid "View paid features"
|
756 |
-
msgstr "צפה בפיטצ'רים שבתשלום"
|
757 |
-
|
758 |
-
#: includes/class-freemius.php:22819
|
759 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
760 |
-
msgstr "Thank you so much for using %s and its add-ons!"
|
761 |
-
|
762 |
-
#: includes/class-freemius.php:22820
|
763 |
-
msgid "Thank you so much for using %s!"
|
764 |
-
msgstr "אנו מודים לך על היותך כמשתמש של %s!"
|
765 |
-
|
766 |
-
#: includes/class-freemius.php:22826
|
767 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
768 |
-
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
769 |
-
|
770 |
-
#: includes/class-freemius.php:22830
|
771 |
-
msgid "Thank you so much for using our products!"
|
772 |
-
msgstr "אנו מודים לך על השימוש במוצרים שלנו!"
|
773 |
-
|
774 |
-
#: includes/class-freemius.php:22831
|
775 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
776 |
-
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
777 |
-
|
778 |
-
#: includes/class-freemius.php:22850
|
779 |
-
msgid "%s and its add-ons"
|
780 |
-
msgstr "%s and its add-ons"
|
781 |
-
|
782 |
-
#: includes/class-freemius.php:22859
|
783 |
-
msgid "Products"
|
784 |
-
msgstr "מוצרים"
|
785 |
-
|
786 |
-
#: includes/class-freemius.php22866, templates/connect.php:272
|
787 |
-
msgid "Yes"
|
788 |
-
msgstr "כן"
|
789 |
-
|
790 |
-
#: includes/class-freemius.php22867, templates/connect.php:273
|
791 |
-
msgid "send me security & feature updates, educational content and offers."
|
792 |
-
msgstr "תשלחו לי עדכוני אבטחה ופיטצ'רים, תוכן חינוכי, ומידע אודות מבצעים."
|
793 |
-
|
794 |
-
#: includes/class-freemius.php22868, templates/connect.php:278
|
795 |
-
msgid "No"
|
796 |
-
msgstr "לא"
|
797 |
-
|
798 |
-
#: includes/class-freemius.php22870, templates/connect.php:280
|
799 |
-
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
800 |
-
msgstr "%sאל%2$s תשלחו לי עדכוני אבטחה, פיטצ'רים, תוכן חינוכי, ומידע על מבצעים."
|
801 |
-
|
802 |
-
#: includes/class-freemius.php:22880
|
803 |
-
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 :-)"
|
804 |
-
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 :-)"
|
805 |
-
|
806 |
-
#: includes/class-freemius.php22882, templates/connect.php:287
|
807 |
-
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
808 |
-
msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
809 |
-
|
810 |
-
#: includes/class-freemius.php:23164
|
811 |
-
msgid "License key is empty."
|
812 |
-
msgstr "מפתח הרישיון ריק."
|
813 |
-
|
814 |
-
#: includes/class-fs-plugin-updater.php184,
|
815 |
-
#: templates/forms/premium-versions-upgrade-handler.php:57
|
816 |
-
msgid "Renew license"
|
817 |
-
msgstr "חידוש רישיון"
|
818 |
-
|
819 |
-
#: includes/class-fs-plugin-updater.php189,
|
820 |
-
#: templates/forms/premium-versions-upgrade-handler.php:58
|
821 |
-
msgid "Buy license"
|
822 |
-
msgstr "Buy license"
|
823 |
-
|
824 |
-
#: includes/class-fs-plugin-updater.php280,
|
825 |
-
#: includes/class-fs-plugin-updater.php:313
|
826 |
-
msgid "There is a %s of %s available."
|
827 |
-
msgstr "There is a %s of %s available."
|
828 |
-
|
829 |
-
#: includes/class-fs-plugin-updater.php282,
|
830 |
-
#: includes/class-fs-plugin-updater.php:318
|
831 |
-
msgid "new Beta version"
|
832 |
-
msgstr "new Beta version"
|
833 |
-
|
834 |
-
#: includes/class-fs-plugin-updater.php283,
|
835 |
-
#: includes/class-fs-plugin-updater.php:319
|
836 |
-
msgid "new version"
|
837 |
-
msgstr "new version"
|
838 |
-
|
839 |
-
#: includes/class-fs-plugin-updater.php:342
|
840 |
-
msgid "Important Upgrade Notice:"
|
841 |
-
msgstr "Important Upgrade Notice:"
|
842 |
-
|
843 |
-
#: includes/class-fs-plugin-updater.php:1214
|
844 |
-
msgid "Installing plugin: %s"
|
845 |
-
msgstr "Installing plugin: %s"
|
846 |
-
|
847 |
-
#: includes/class-fs-plugin-updater.php:1255
|
848 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
849 |
-
msgstr "Unable to connect to the filesystem. Please confirm your credentials."
|
850 |
-
|
851 |
-
#: includes/class-fs-plugin-updater.php:1437
|
852 |
-
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
853 |
-
msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
854 |
-
|
855 |
-
#: includes/fs-plugin-info-dialog.php:509
|
856 |
-
msgid "Purchase More"
|
857 |
-
msgstr "Purchase More"
|
858 |
-
|
859 |
-
#: includes/fs-plugin-info-dialog.php510,
|
860 |
-
#: templates/account/partials/addon.php:347
|
861 |
-
msgctxt "verb"
|
862 |
-
msgid "Purchase"
|
863 |
-
msgstr "רכישה"
|
864 |
-
|
865 |
-
#: includes/fs-plugin-info-dialog.php:514
|
866 |
-
msgid "Start my free %s"
|
867 |
-
msgstr "התחל את %s הניסיון שלי"
|
868 |
-
|
869 |
-
#: includes/fs-plugin-info-dialog.php:712
|
870 |
-
msgid "Install Free Version Update Now"
|
871 |
-
msgstr "התקן עדכון גרסה חינאמית עכשיו"
|
872 |
-
|
873 |
-
#: includes/fs-plugin-info-dialog.php713, templates/account.php:534
|
874 |
-
msgid "Install Update Now"
|
875 |
-
msgstr "התקן עדכון במיידי"
|
876 |
-
|
877 |
-
#: includes/fs-plugin-info-dialog.php:722
|
878 |
-
msgid "Install Free Version Now"
|
879 |
-
msgstr "התקן גרסה חינאמית עכשיו"
|
880 |
-
|
881 |
-
#: includes/fs-plugin-info-dialog.php723, templates/add-ons.php262,
|
882 |
-
#: templates/auto-installation.php111,
|
883 |
-
#: templates/account/partials/addon.php327,
|
884 |
-
#: templates/account/partials/addon.php:379
|
885 |
-
msgid "Install Now"
|
886 |
-
msgstr "התקן עכשיו"
|
887 |
-
|
888 |
-
#: includes/fs-plugin-info-dialog.php:739
|
889 |
-
msgctxt "as download latest version"
|
890 |
-
msgid "Download Latest Free Version"
|
891 |
-
msgstr "Download Latest Free Version"
|
892 |
-
|
893 |
-
#: includes/fs-plugin-info-dialog.php740, templates/account.php85,
|
894 |
-
#: templates/add-ons.php34, templates/account/partials/addon.php:25
|
895 |
-
msgctxt "as download latest version"
|
896 |
-
msgid "Download Latest"
|
897 |
-
msgstr "הורד גרסה אחרונה"
|
898 |
-
|
899 |
-
#: includes/fs-plugin-info-dialog.php755, templates/add-ons.php268,
|
900 |
-
#: templates/account/partials/addon.php318,
|
901 |
-
#: templates/account/partials/addon.php:373
|
902 |
-
msgid "Activate this add-on"
|
903 |
-
msgstr "הפעל את ההרחבה"
|
904 |
-
|
905 |
-
#: includes/fs-plugin-info-dialog.php757, templates/connect.php:418
|
906 |
-
msgid "Activate Free Version"
|
907 |
-
msgstr "הפעלת גירסה חינאמית"
|
908 |
-
|
909 |
-
#: includes/fs-plugin-info-dialog.php758, templates/account.php109,
|
910 |
-
#: templates/add-ons.php269, templates/account/partials/addon.php:49
|
911 |
-
msgid "Activate"
|
912 |
-
msgstr "הפעלה"
|
913 |
-
|
914 |
-
#: includes/fs-plugin-info-dialog.php:968
|
915 |
-
msgctxt "Plugin installer section title"
|
916 |
-
msgid "Description"
|
917 |
-
msgstr "תיאור"
|
918 |
-
|
919 |
-
#: includes/fs-plugin-info-dialog.php:969
|
920 |
-
msgctxt "Plugin installer section title"
|
921 |
-
msgid "Installation"
|
922 |
-
msgstr "התקנה"
|
923 |
-
|
924 |
-
#: includes/fs-plugin-info-dialog.php:970
|
925 |
-
msgctxt "Plugin installer section title"
|
926 |
-
msgid "FAQ"
|
927 |
-
msgstr "שאלות נפוצות"
|
928 |
-
|
929 |
-
#: includes/fs-plugin-info-dialog.php971,
|
930 |
-
#: templates/plugin-info/description.php:55
|
931 |
-
msgid "Screenshots"
|
932 |
-
msgstr "צילומי מסך"
|
933 |
-
|
934 |
-
#: includes/fs-plugin-info-dialog.php:972
|
935 |
-
msgctxt "Plugin installer section title"
|
936 |
-
msgid "Changelog"
|
937 |
-
msgstr "לוג שינויים"
|
938 |
-
|
939 |
-
#: includes/fs-plugin-info-dialog.php:973
|
940 |
-
msgctxt "Plugin installer section title"
|
941 |
-
msgid "Reviews"
|
942 |
-
msgstr "ביקורות"
|
943 |
-
|
944 |
-
#: includes/fs-plugin-info-dialog.php:974
|
945 |
-
msgctxt "Plugin installer section title"
|
946 |
-
msgid "Other Notes"
|
947 |
-
msgstr "היערות נוספות"
|
948 |
-
|
949 |
-
#: includes/fs-plugin-info-dialog.php:989
|
950 |
-
msgctxt "Plugin installer section title"
|
951 |
-
msgid "Features & Pricing"
|
952 |
-
msgstr "פיטצ'רים ומחירים"
|
953 |
-
|
954 |
-
#: includes/fs-plugin-info-dialog.php:999
|
955 |
-
msgid "Plugin Install"
|
956 |
-
msgstr "התקנת תוסף"
|
957 |
-
|
958 |
-
#: includes/fs-plugin-info-dialog.php:1071
|
959 |
-
msgctxt "e.g. Professional Plan"
|
960 |
-
msgid "%s Plan"
|
961 |
-
msgstr "חבילה %s"
|
962 |
-
|
963 |
-
#: includes/fs-plugin-info-dialog.php:1097
|
964 |
-
msgctxt "e.g. the best product"
|
965 |
-
msgid "Best"
|
966 |
-
msgstr "הכי טוב"
|
967 |
-
|
968 |
-
#: includes/fs-plugin-info-dialog.php1103,
|
969 |
-
#: includes/fs-plugin-info-dialog.php:1123
|
970 |
-
msgctxt "as every month"
|
971 |
-
msgid "Monthly"
|
972 |
-
msgstr "חודשי"
|
973 |
-
|
974 |
-
#: includes/fs-plugin-info-dialog.php:1106
|
975 |
-
msgctxt "as once a year"
|
976 |
-
msgid "Annual"
|
977 |
-
msgstr "שנתי"
|
978 |
-
|
979 |
-
#: includes/fs-plugin-info-dialog.php:1109
|
980 |
-
msgid "Lifetime"
|
981 |
-
msgstr "לכל החיים"
|
982 |
-
|
983 |
-
#: includes/fs-plugin-info-dialog.php1123,
|
984 |
-
#: includes/fs-plugin-info-dialog.php1125,
|
985 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
986 |
-
msgctxt "e.g. billed monthly"
|
987 |
-
msgid "Billed %s"
|
988 |
-
msgstr "מחוייב על בסיס %s"
|
989 |
-
|
990 |
-
#: includes/fs-plugin-info-dialog.php:1125
|
991 |
-
msgctxt "as once a year"
|
992 |
-
msgid "Annually"
|
993 |
-
msgstr "שנתי"
|
994 |
-
|
995 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
996 |
-
msgctxt "as once a year"
|
997 |
-
msgid "Once"
|
998 |
-
msgstr "פעם אחת"
|
999 |
-
|
1000 |
-
#: includes/fs-plugin-info-dialog.php:1133
|
1001 |
-
msgid "Single Site License"
|
1002 |
-
msgstr "רשיון לאתר אחד"
|
1003 |
-
|
1004 |
-
#: includes/fs-plugin-info-dialog.php:1135
|
1005 |
-
msgid "Unlimited Licenses"
|
1006 |
-
msgstr "רשיונות ללא הגבלה"
|
1007 |
-
|
1008 |
-
#: includes/fs-plugin-info-dialog.php:1137
|
1009 |
-
msgid "Up to %s Sites"
|
1010 |
-
msgstr "עד %s אתרים"
|
1011 |
-
|
1012 |
-
#: includes/fs-plugin-info-dialog.php1147,
|
1013 |
-
#: templates/plugin-info/features.php:82
|
1014 |
-
msgctxt "as monthly period"
|
1015 |
-
msgid "mo"
|
1016 |
-
msgstr "חודשים"
|
1017 |
-
|
1018 |
-
#: includes/fs-plugin-info-dialog.php1154,
|
1019 |
-
#: templates/plugin-info/features.php:80
|
1020 |
-
msgctxt "as annual period"
|
1021 |
-
msgid "year"
|
1022 |
-
msgstr "שנה"
|
1023 |
-
|
1024 |
-
#: includes/fs-plugin-info-dialog.php:1208
|
1025 |
-
msgctxt "noun"
|
1026 |
-
msgid "Price"
|
1027 |
-
msgstr "מחיר"
|
1028 |
-
|
1029 |
-
#: includes/fs-plugin-info-dialog.php:1256
|
1030 |
-
msgid "Save %s"
|
1031 |
-
msgstr "שמירת %s"
|
1032 |
-
|
1033 |
-
#: includes/fs-plugin-info-dialog.php:1266
|
1034 |
-
msgid "No commitment for %s - cancel anytime"
|
1035 |
-
msgstr "No commitment for %s - cancel anytime"
|
1036 |
-
|
1037 |
-
#: includes/fs-plugin-info-dialog.php:1269
|
1038 |
-
msgid "After your free %s, pay as little as %s"
|
1039 |
-
msgstr "After your free %s, pay as little as %s"
|
1040 |
-
|
1041 |
-
#: includes/fs-plugin-info-dialog.php:1280
|
1042 |
-
msgid "Details"
|
1043 |
-
msgstr "פרטים"
|
1044 |
-
|
1045 |
-
#: includes/fs-plugin-info-dialog.php1284, templates/account.php96,
|
1046 |
-
#: templates/debug.php203, templates/debug.php240, templates/debug.php454,
|
1047 |
-
#: templates/account/partials/addon.php:36
|
1048 |
-
msgctxt "product version"
|
1049 |
-
msgid "Version"
|
1050 |
-
msgstr "גרסה"
|
1051 |
-
|
1052 |
-
#: includes/fs-plugin-info-dialog.php:1291
|
1053 |
-
msgctxt "as the plugin author"
|
1054 |
-
msgid "Author"
|
1055 |
-
msgstr "Author"
|
1056 |
-
|
1057 |
-
#: includes/fs-plugin-info-dialog.php:1298
|
1058 |
-
msgid "Last Updated"
|
1059 |
-
msgstr "עודכן לאחרונה"
|
1060 |
-
|
1061 |
-
#: includes/fs-plugin-info-dialog.php1303, templates/account.php:444
|
1062 |
-
msgctxt "x-ago"
|
1063 |
-
msgid "%s ago"
|
1064 |
-
msgstr "לפני %s"
|
1065 |
-
|
1066 |
-
#: includes/fs-plugin-info-dialog.php:1312
|
1067 |
-
msgid "Requires WordPress Version"
|
1068 |
-
msgstr "Requires WordPress Version"
|
1069 |
-
|
1070 |
-
#: includes/fs-plugin-info-dialog.php:1313
|
1071 |
-
msgid "%s or higher"
|
1072 |
-
msgstr "%s ומעלה"
|
1073 |
-
|
1074 |
-
#: includes/fs-plugin-info-dialog.php:1320
|
1075 |
-
msgid "Compatible up to"
|
1076 |
-
msgstr "Compatible up to"
|
1077 |
-
|
1078 |
-
#: includes/fs-plugin-info-dialog.php:1328
|
1079 |
-
msgid "Downloaded"
|
1080 |
-
msgstr "Downloaded"
|
1081 |
-
|
1082 |
-
#: includes/fs-plugin-info-dialog.php:1332
|
1083 |
-
msgid "%s time"
|
1084 |
-
msgstr "פעם %s"
|
1085 |
-
|
1086 |
-
#: includes/fs-plugin-info-dialog.php:1334
|
1087 |
-
msgid "%s times"
|
1088 |
-
msgstr "%s פעמים"
|
1089 |
-
|
1090 |
-
#: includes/fs-plugin-info-dialog.php:1344
|
1091 |
-
msgid "WordPress.org Plugin Page"
|
1092 |
-
msgstr "WordPress.org Plugin Page"
|
1093 |
-
|
1094 |
-
#: includes/fs-plugin-info-dialog.php:1352
|
1095 |
-
msgid "Plugin Homepage"
|
1096 |
-
msgstr "עמוד התוסף"
|
1097 |
-
|
1098 |
-
#: includes/fs-plugin-info-dialog.php1360,
|
1099 |
-
#: includes/fs-plugin-info-dialog.php:1442
|
1100 |
-
msgid "Donate to this plugin"
|
1101 |
-
msgstr "תרום לתוסף"
|
1102 |
-
|
1103 |
-
#: includes/fs-plugin-info-dialog.php:1367
|
1104 |
-
msgid "Average Rating"
|
1105 |
-
msgstr "דירוג ממוצע"
|
1106 |
-
|
1107 |
-
#: includes/fs-plugin-info-dialog.php:1374
|
1108 |
-
msgid "based on %s"
|
1109 |
-
msgstr "מבוסס על %s"
|
1110 |
-
|
1111 |
-
#: includes/fs-plugin-info-dialog.php:1378
|
1112 |
-
msgid "%s rating"
|
1113 |
-
msgstr "דרוג %s"
|
1114 |
-
|
1115 |
-
#: includes/fs-plugin-info-dialog.php:1380
|
1116 |
-
msgid "%s ratings"
|
1117 |
-
msgstr "%s דרוגים"
|
1118 |
-
|
1119 |
-
#: includes/fs-plugin-info-dialog.php:1395
|
1120 |
-
msgid "%s star"
|
1121 |
-
msgstr "כוכב %s"
|
1122 |
-
|
1123 |
-
#: includes/fs-plugin-info-dialog.php:1397
|
1124 |
-
msgid "%s stars"
|
1125 |
-
msgstr "%s כוכבים"
|
1126 |
-
|
1127 |
-
#: includes/fs-plugin-info-dialog.php:1408
|
1128 |
-
msgid "Click to see reviews that provided a rating of %s"
|
1129 |
-
msgstr "Click to see reviews that provided a rating of %s"
|
1130 |
-
|
1131 |
-
#: includes/fs-plugin-info-dialog.php:1421
|
1132 |
-
msgid "Contributors"
|
1133 |
-
msgstr "תורמים"
|
1134 |
-
|
1135 |
-
#: includes/fs-plugin-info-dialog.php1450,
|
1136 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1137 |
-
msgid "Warning"
|
1138 |
-
msgstr "Warning"
|
1139 |
-
|
1140 |
-
#: includes/fs-plugin-info-dialog.php:1450
|
1141 |
-
msgid "This plugin has not been tested with your current version of WordPress."
|
1142 |
-
msgstr "תוסף זה לא נבדק עם גרסת הוורדפרס שלך."
|
1143 |
-
|
1144 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1145 |
-
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1146 |
-
msgstr "התוסף לא סומן כתואם לגרסת הוורדפרס שלך."
|
1147 |
-
|
1148 |
-
#: includes/fs-plugin-info-dialog.php:1471
|
1149 |
-
msgid "Paid add-on must be deployed to Freemius."
|
1150 |
-
msgstr "Paid add-on must be deployed to Freemius."
|
1151 |
-
|
1152 |
-
#: includes/fs-plugin-info-dialog.php:1472
|
1153 |
-
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1154 |
-
msgstr "Add-on must be deployed to WordPress.org or Freemius."
|
1155 |
-
|
1156 |
-
#: includes/fs-plugin-info-dialog.php:1493
|
1157 |
-
msgid "Newer Version (%s) Installed"
|
1158 |
-
msgstr "גרסה חדשה (%s) הותקנה"
|
1159 |
-
|
1160 |
-
#: includes/fs-plugin-info-dialog.php:1494
|
1161 |
-
msgid "Newer Free Version (%s) Installed"
|
1162 |
-
msgstr "Newer Free Version (%s) Installed"
|
1163 |
-
|
1164 |
-
#: includes/fs-plugin-info-dialog.php:1501
|
1165 |
-
msgid "Latest Version Installed"
|
1166 |
-
msgstr "הגרסה האחרונה הותקנה"
|
1167 |
-
|
1168 |
-
#: includes/fs-plugin-info-dialog.php:1502
|
1169 |
-
msgid "Latest Free Version Installed"
|
1170 |
-
msgstr "גרסה חינאמית עדכנית הותקנה"
|
1171 |
-
|
1172 |
-
#: templates/account.php86, templates/forms/subscription-cancellation.php96,
|
1173 |
-
#: templates/account/partials/addon.php26,
|
1174 |
-
#: templates/account/partials/site.php:295
|
1175 |
-
msgid "Downgrading your plan"
|
1176 |
-
msgstr "Downgrading your plan"
|
1177 |
-
|
1178 |
-
#: templates/account.php87, templates/forms/subscription-cancellation.php97,
|
1179 |
-
#: templates/account/partials/addon.php27,
|
1180 |
-
#: templates/account/partials/site.php:296
|
1181 |
-
msgid "Cancelling the subscription"
|
1182 |
-
msgstr "Cancelling the subscription"
|
1183 |
-
|
1184 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
1185 |
-
#. subscription'
|
1186 |
-
#: templates/account.php:89
|
1187 |
-
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1188 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1189 |
-
|
1190 |
-
#: templates/account.php90, templates/forms/subscription-cancellation.php100,
|
1191 |
-
#: templates/account/partials/addon.php30,
|
1192 |
-
#: templates/account/partials/site.php:299
|
1193 |
-
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."
|
1194 |
-
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."
|
1195 |
-
|
1196 |
-
#: templates/account.php91, templates/forms/subscription-cancellation.php106,
|
1197 |
-
#: templates/account/partials/addon.php:31
|
1198 |
-
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1199 |
-
msgstr "ביטול הניסיון יחסום מייד את הפיטצ'רים שהינם בתשלום. האם ברצונך בכל זאת להמשיך?"
|
1200 |
-
|
1201 |
-
#: templates/account.php92, templates/forms/subscription-cancellation.php101,
|
1202 |
-
#: templates/account/partials/addon.php32,
|
1203 |
-
#: templates/account/partials/site.php:300
|
1204 |
-
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1205 |
-
msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1206 |
-
|
1207 |
-
#: templates/account.php93, templates/forms/subscription-cancellation.php102,
|
1208 |
-
#: templates/account/partials/addon.php33,
|
1209 |
-
#: templates/account/partials/site.php:301
|
1210 |
-
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1211 |
-
msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1212 |
-
|
1213 |
-
#. translators: %s: Plan title (e.g. "Professional")
|
1214 |
-
#: templates/account.php95,
|
1215 |
-
#: templates/account/partials/activate-license-button.php31,
|
1216 |
-
#: templates/account/partials/addon.php:35
|
1217 |
-
msgid "Activate %s Plan"
|
1218 |
-
msgstr "הפעל חבילה %s"
|
1219 |
-
|
1220 |
-
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1221 |
-
#: templates/account.php98, templates/account/partials/addon.php38,
|
1222 |
-
#: templates/account/partials/site.php:275
|
1223 |
-
msgid "Auto renews in %s"
|
1224 |
-
msgstr "עדכן אוטומטית בעוד %s"
|
1225 |
-
|
1226 |
-
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1227 |
-
#: templates/account.php100, templates/account/partials/addon.php40,
|
1228 |
-
#: templates/account/partials/site.php:277
|
1229 |
-
msgid "Expires in %s"
|
1230 |
-
msgstr "פג תוקף בעוד %s"
|
1231 |
-
|
1232 |
-
#: templates/account.php101, templates/account/partials/addon.php:41
|
1233 |
-
msgctxt "as synchronize license"
|
1234 |
-
msgid "Sync License"
|
1235 |
-
msgstr "סינכרן רישיון"
|
1236 |
-
|
1237 |
-
#: templates/account.php102, templates/account/partials/addon.php:42
|
1238 |
-
msgid "Cancel Trial"
|
1239 |
-
msgstr "ביט"
|
1240 |
-
|
1241 |
-
#: templates/account.php103, templates/account/partials/addon.php:43
|
1242 |
-
msgid "Change Plan"
|
1243 |
-
msgstr "שינוי חבילה"
|
1244 |
-
|
1245 |
-
#: templates/account.php104, templates/account/partials/addon.php:44
|
1246 |
-
msgctxt "verb"
|
1247 |
-
msgid "Upgrade"
|
1248 |
-
msgstr "שדרג"
|
1249 |
-
|
1250 |
-
#: templates/account.php106, templates/account/partials/addon.php46,
|
1251 |
-
#: templates/account/partials/site.php:302
|
1252 |
-
msgctxt "verb"
|
1253 |
-
msgid "Downgrade"
|
1254 |
-
msgstr "שנמך"
|
1255 |
-
|
1256 |
-
#: templates/account.php108, templates/add-ons.php187,
|
1257 |
-
#: templates/plugin-info/features.php72,
|
1258 |
-
#: templates/account/partials/addon.php48,
|
1259 |
-
#: templates/account/partials/site.php:31
|
1260 |
-
msgid "Free"
|
1261 |
-
msgstr "חינם"
|
1262 |
-
|
1263 |
-
#: templates/account.php110, templates/debug.php373,
|
1264 |
-
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1265 |
-
#: templates/account/partials/addon.php:50
|
1266 |
-
msgctxt "as product pricing plan"
|
1267 |
-
msgid "Plan"
|
1268 |
-
msgstr "חבילה"
|
1269 |
-
|
1270 |
-
#: templates/account.php:111
|
1271 |
-
msgid "Bundle Plan"
|
1272 |
-
msgstr "Bundle Plan"
|
1273 |
-
|
1274 |
-
#: templates/account.php:185
|
1275 |
-
msgid "Free Trial"
|
1276 |
-
msgstr "ניסיון חינם"
|
1277 |
-
|
1278 |
-
#: templates/account.php:196
|
1279 |
-
msgid "Account Details"
|
1280 |
-
msgstr "פרטי חשבון"
|
1281 |
-
|
1282 |
-
#: templates/account.php:200
|
1283 |
-
msgid "Billing & Invoices"
|
1284 |
-
msgstr "Billing & Invoices"
|
1285 |
-
|
1286 |
-
#: templates/account.php:210
|
1287 |
-
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?"
|
1288 |
-
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?"
|
1289 |
-
|
1290 |
-
#: templates/account.php:212
|
1291 |
-
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?"
|
1292 |
-
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?"
|
1293 |
-
|
1294 |
-
#: templates/account.php:215
|
1295 |
-
msgid "Delete Account"
|
1296 |
-
msgstr "מחיקת חשבון"
|
1297 |
-
|
1298 |
-
#: templates/account.php227, templates/account/partials/addon.php211,
|
1299 |
-
#: templates/account/partials/deactivate-license-button.php:35
|
1300 |
-
msgid "Deactivate License"
|
1301 |
-
msgstr "שיחרור רישיון"
|
1302 |
-
|
1303 |
-
#: templates/account.php250, templates/forms/subscription-cancellation.php:125
|
1304 |
-
msgid "Are you sure you want to proceed?"
|
1305 |
-
msgstr "האם את/ה בטוח רוצה להמשיך?"
|
1306 |
-
|
1307 |
-
#: templates/account.php250, templates/account/partials/addon.php:234
|
1308 |
-
msgid "Cancel Subscription"
|
1309 |
-
msgstr "בטל מנוי"
|
1310 |
-
|
1311 |
-
#: templates/account.php:278
|
1312 |
-
msgctxt "as synchronize"
|
1313 |
-
msgid "Sync"
|
1314 |
-
msgstr "סינכרון"
|
1315 |
-
|
1316 |
-
#: templates/account.php292, templates/debug.php:489
|
1317 |
-
msgid "Name"
|
1318 |
-
msgstr "שם"
|
1319 |
-
|
1320 |
-
#: templates/account.php298, templates/debug.php:490
|
1321 |
-
msgid "Email"
|
1322 |
-
msgstr "דוא\"ל"
|
1323 |
-
|
1324 |
-
#: templates/account.php305, templates/debug.php372, templates/debug.php:528
|
1325 |
-
msgid "User ID"
|
1326 |
-
msgstr "מזהה משתמש"
|
1327 |
-
|
1328 |
-
#: templates/account.php322, templates/account.php608,
|
1329 |
-
#: templates/account.php653, templates/debug.php238, templates/debug.php366,
|
1330 |
-
#: templates/debug.php451, templates/debug.php488, templates/debug.php526,
|
1331 |
-
#: templates/debug.php599, templates/account/payments.php35,
|
1332 |
-
#: templates/debug/logger.php:21
|
1333 |
-
msgid "ID"
|
1334 |
-
msgstr "מזהה"
|
1335 |
-
|
1336 |
-
#: templates/account.php:329
|
1337 |
-
msgid "Site ID"
|
1338 |
-
msgstr "מזהה אתר"
|
1339 |
-
|
1340 |
-
#: templates/account.php:332
|
1341 |
-
msgid "No ID"
|
1342 |
-
msgstr "אין מזהה"
|
1343 |
-
|
1344 |
-
#: templates/account.php337, templates/debug.php245, templates/debug.php374,
|
1345 |
-
#: templates/debug.php455, templates/debug.php492,
|
1346 |
-
#: templates/account/partials/site.php:219
|
1347 |
-
msgid "Public Key"
|
1348 |
-
msgstr "מפתח פומבי"
|
1349 |
-
|
1350 |
-
#: templates/account.php343, templates/debug.php375, templates/debug.php456,
|
1351 |
-
#: templates/debug.php493, templates/account/partials/site.php:231
|
1352 |
-
msgid "Secret Key"
|
1353 |
-
msgstr "מפתח סודי"
|
1354 |
-
|
1355 |
-
#: templates/account.php:346
|
1356 |
-
msgctxt "as secret encryption key missing"
|
1357 |
-
msgid "No Secret"
|
1358 |
-
msgstr "אין מפתח סודי"
|
1359 |
-
|
1360 |
-
#: templates/account.php373, templates/account/partials/site.php112,
|
1361 |
-
#: templates/account/partials/site.php:114
|
1362 |
-
msgid "Trial"
|
1363 |
-
msgstr "ניסיון"
|
1364 |
-
|
1365 |
-
#: templates/account.php400, templates/debug.php533,
|
1366 |
-
#: templates/account/partials/site.php:248
|
1367 |
-
msgid "License Key"
|
1368 |
-
msgstr "License Key"
|
1369 |
-
|
1370 |
-
#: templates/account.php:429
|
1371 |
-
msgid "Join the Beta program"
|
1372 |
-
msgstr "Join the Beta program"
|
1373 |
-
|
1374 |
-
#: templates/account.php:435
|
1375 |
-
msgid "not verified"
|
1376 |
-
msgstr "לא מאומת"
|
1377 |
-
|
1378 |
-
#: templates/account.php444, templates/account/partials/addon.php:172
|
1379 |
-
msgid "Expired"
|
1380 |
-
msgstr "פג תוקף"
|
1381 |
-
|
1382 |
-
#: templates/account.php:502
|
1383 |
-
msgid "Premium version"
|
1384 |
-
msgstr "גירסת פרימיום"
|
1385 |
-
|
1386 |
-
#: templates/account.php:504
|
1387 |
-
msgid "Free version"
|
1388 |
-
msgstr "גירסה חינאמית"
|
1389 |
-
|
1390 |
-
#: templates/account.php:516
|
1391 |
-
msgid "Verify Email"
|
1392 |
-
msgstr "אמת כתובת דוא\"ל"
|
1393 |
-
|
1394 |
-
#: templates/account.php:527
|
1395 |
-
msgid "Download %s Version"
|
1396 |
-
msgstr "הורד גרסת %s"
|
1397 |
-
|
1398 |
-
#: templates/account.php541, templates/account.php749,
|
1399 |
-
#: templates/account/partials/site.php237,
|
1400 |
-
#: templates/account/partials/site.php:255
|
1401 |
-
msgctxt "verb"
|
1402 |
-
msgid "Show"
|
1403 |
-
msgstr "הצג"
|
1404 |
-
|
1405 |
-
#: templates/account.php:555
|
1406 |
-
msgid "What is your %s?"
|
1407 |
-
msgstr "מה ה%s שלך?"
|
1408 |
-
|
1409 |
-
#: templates/account.php563, templates/account/billing.php:21
|
1410 |
-
msgctxt "verb"
|
1411 |
-
msgid "Edit"
|
1412 |
-
msgstr "ערוך"
|
1413 |
-
|
1414 |
-
#: templates/account.php:588
|
1415 |
-
msgid "Sites"
|
1416 |
-
msgstr "אתרים"
|
1417 |
-
|
1418 |
-
#: templates/account.php:599
|
1419 |
-
msgid "Search by address"
|
1420 |
-
msgstr "חפש לפי כתובת"
|
1421 |
-
|
1422 |
-
#: templates/account.php609, templates/debug.php:369
|
1423 |
-
msgid "Address"
|
1424 |
-
msgstr "כתובת"
|
1425 |
-
|
1426 |
-
#: templates/account.php:610
|
1427 |
-
msgid "License"
|
1428 |
-
msgstr "רישיון"
|
1429 |
-
|
1430 |
-
#: templates/account.php:611
|
1431 |
-
msgid "Plan"
|
1432 |
-
msgstr "חבילה"
|
1433 |
-
|
1434 |
-
#: templates/account.php:656
|
1435 |
-
msgctxt "as software license"
|
1436 |
-
msgid "License"
|
1437 |
-
msgstr "רישיון"
|
1438 |
-
|
1439 |
-
#: templates/account.php:743
|
1440 |
-
msgctxt "verb"
|
1441 |
-
msgid "Hide"
|
1442 |
-
msgstr "הסתר"
|
1443 |
-
|
1444 |
-
#: templates/account.php:765
|
1445 |
-
msgid "Processing"
|
1446 |
-
msgstr "Processing"
|
1447 |
-
|
1448 |
-
#: templates/account.php:768
|
1449 |
-
msgid "Get updates for bleeding edge Beta versions of %s."
|
1450 |
-
msgstr "Get updates for bleeding edge Beta versions of %s."
|
1451 |
-
|
1452 |
-
#: templates/account.php:826
|
1453 |
-
msgid "Cancelling %s"
|
1454 |
-
msgstr "Cancelling %s"
|
1455 |
-
|
1456 |
-
#: templates/account.php826, templates/account.php843,
|
1457 |
-
#: templates/forms/subscription-cancellation.php27,
|
1458 |
-
#: templates/forms/deactivation/form.php:133
|
1459 |
-
msgid "trial"
|
1460 |
-
msgstr "trial"
|
1461 |
-
|
1462 |
-
#: templates/account.php841, templates/forms/deactivation/form.php:150
|
1463 |
-
msgid "Cancelling %s..."
|
1464 |
-
msgstr "Cancelling %s..."
|
1465 |
-
|
1466 |
-
#: templates/account.php844, templates/forms/subscription-cancellation.php28,
|
1467 |
-
#: templates/forms/deactivation/form.php:134
|
1468 |
-
msgid "subscription"
|
1469 |
-
msgstr "subscription"
|
1470 |
-
|
1471 |
-
#: templates/account.php:858
|
1472 |
-
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?"
|
1473 |
-
msgstr "ביטול הרישיון יחסום את כל הפיטצ'רים שבתשלום אך יאפשר להפעיל את הרישיון על אתר אחר. האם תרצו להמשיך בכל זאת?"
|
1474 |
-
|
1475 |
-
#: templates/add-ons.php:35
|
1476 |
-
msgid "View details"
|
1477 |
-
msgstr "פרטים נוספים"
|
1478 |
-
|
1479 |
-
#: templates/add-ons.php:45
|
1480 |
-
msgid "Add Ons for %s"
|
1481 |
-
msgstr "הרחבות עבור %s"
|
1482 |
-
|
1483 |
-
#: templates/add-ons.php:55
|
1484 |
-
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."
|
1485 |
-
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."
|
1486 |
-
|
1487 |
-
#: templates/add-ons.php:173
|
1488 |
-
msgctxt "active add-on"
|
1489 |
-
msgid "Active"
|
1490 |
-
msgstr "Active"
|
1491 |
-
|
1492 |
-
#: templates/add-ons.php:174
|
1493 |
-
msgctxt "installed add-on"
|
1494 |
-
msgid "Installed"
|
1495 |
-
msgstr "Installed"
|
1496 |
-
|
1497 |
-
#: templates/admin-notice.php13, templates/forms/license-activation.php209,
|
1498 |
-
#: templates/forms/resend-key.php:77
|
1499 |
-
msgctxt "as close a window"
|
1500 |
-
msgid "Dismiss"
|
1501 |
-
msgstr "סגירה"
|
1502 |
-
|
1503 |
-
#: templates/auto-installation.php:45
|
1504 |
-
msgid "%s sec"
|
1505 |
-
msgstr "%s שניות"
|
1506 |
-
|
1507 |
-
#: templates/auto-installation.php:83
|
1508 |
-
msgid "Automatic Installation"
|
1509 |
-
msgstr "התקנה אוטומטית"
|
1510 |
-
|
1511 |
-
#: templates/auto-installation.php:93
|
1512 |
-
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."
|
1513 |
-
msgstr "הורדה והתקנה אוטומטית של %s (גרסה בתשלום) מ-%2$s תתחיל בעוד %3$s. אם ברצונך לבצע את ההתקנה ידנית - לחץ על כפתור הביטול עכשיו."
|
1514 |
-
|
1515 |
-
#: templates/auto-installation.php:104
|
1516 |
-
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."
|
1517 |
-
msgstr "תהליך ההתקנה התחיל ויכול לקחת מספר דקות לסיום. אנא המתינו בסבלנות עד לסיום מבלי לרענן את הדפדפן."
|
1518 |
-
|
1519 |
-
#: templates/auto-installation.php:109
|
1520 |
-
msgid "Cancel Installation"
|
1521 |
-
msgstr "בטל התקנה"
|
1522 |
-
|
1523 |
-
#: templates/checkout.php:180
|
1524 |
-
msgid "Checkout"
|
1525 |
-
msgstr "Checkout"
|
1526 |
-
|
1527 |
-
#: templates/checkout.php:180
|
1528 |
-
msgid "PCI compliant"
|
1529 |
-
msgstr "עומד בתקן PCI"
|
1530 |
-
|
1531 |
-
#. translators: %s: name (e.g. Hey John,)
|
1532 |
-
#: templates/connect.php:112
|
1533 |
-
msgctxt "greeting"
|
1534 |
-
msgid "Hey %s,"
|
1535 |
-
msgstr "היי %s,"
|
1536 |
-
|
1537 |
-
#: templates/connect.php:154
|
1538 |
-
msgid "Allow & Continue"
|
1539 |
-
msgstr "אפשר\\י והמשכ\\י"
|
1540 |
-
|
1541 |
-
#: templates/connect.php:158
|
1542 |
-
msgid "Re-send activation email"
|
1543 |
-
msgstr "שליחה חוזרת של מייל האקטיבציה"
|
1544 |
-
|
1545 |
-
#: templates/connect.php:162
|
1546 |
-
msgid "Thanks %s!"
|
1547 |
-
msgstr "תודה %s!"
|
1548 |
-
|
1549 |
-
#: templates/connect.php172, templates/forms/license-activation.php:44
|
1550 |
-
msgid "Agree & Activate License"
|
1551 |
-
msgstr "הסכמה והפעלת רישיון"
|
1552 |
-
|
1553 |
-
#: templates/connect.php:181
|
1554 |
-
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1555 |
-
msgstr "Thanks for purchasing %s! To get started, please enter your license key:"
|
1556 |
-
|
1557 |
-
#: templates/connect.php:188
|
1558 |
-
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."
|
1559 |
-
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."
|
1560 |
-
|
1561 |
-
#: templates/connect.php:189
|
1562 |
-
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1563 |
-
msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1564 |
-
|
1565 |
-
#: templates/connect.php:195
|
1566 |
-
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."
|
1567 |
-
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."
|
1568 |
-
|
1569 |
-
#: templates/connect.php:196
|
1570 |
-
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."
|
1571 |
-
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."
|
1572 |
-
|
1573 |
-
#: templates/connect.php:230
|
1574 |
-
msgid "We're excited to introduce the Freemius network-level integration."
|
1575 |
-
msgstr "We're excited to introduce the Freemius network-level integration."
|
1576 |
-
|
1577 |
-
#: templates/connect.php:233
|
1578 |
-
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1579 |
-
msgstr "During the update process we detected %d site(s) that are still pending license activation."
|
1580 |
-
|
1581 |
-
#: templates/connect.php:235
|
1582 |
-
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1583 |
-
msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1584 |
-
|
1585 |
-
#: templates/connect.php:237
|
1586 |
-
msgid "%s's paid features"
|
1587 |
-
msgstr "%s's paid features"
|
1588 |
-
|
1589 |
-
#: templates/connect.php:242
|
1590 |
-
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1591 |
-
msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1592 |
-
|
1593 |
-
#: templates/connect.php:244
|
1594 |
-
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1595 |
-
msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1596 |
-
|
1597 |
-
#: templates/connect.php253, templates/forms/license-activation.php:47
|
1598 |
-
msgid "License key"
|
1599 |
-
msgstr "מפתח רישיון"
|
1600 |
-
|
1601 |
-
#: templates/connect.php256, templates/forms/license-activation.php:20
|
1602 |
-
msgid "Can't find your license key?"
|
1603 |
-
msgstr "האם אינך מוצא את מפתח הרישיון?"
|
1604 |
-
|
1605 |
-
#: templates/connect.php315, templates/connect.php652,
|
1606 |
-
#: templates/forms/deactivation/retry-skip.php:20
|
1607 |
-
msgctxt "verb"
|
1608 |
-
msgid "Skip"
|
1609 |
-
msgstr "דלג"
|
1610 |
-
|
1611 |
-
#: templates/connect.php:318
|
1612 |
-
msgid "Delegate to Site Admins"
|
1613 |
-
msgstr "האצלה למנהלי האתרים"
|
1614 |
-
|
1615 |
-
#: templates/connect.php:318
|
1616 |
-
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1617 |
-
msgstr "If you click it, this decision will be delegated to the sites administrators."
|
1618 |
-
|
1619 |
-
#: templates/connect.php:346
|
1620 |
-
msgid "Your Profile Overview"
|
1621 |
-
msgstr "פרטים כלליים על הפרופיל"
|
1622 |
-
|
1623 |
-
#: templates/connect.php:347
|
1624 |
-
msgid "Name and email address"
|
1625 |
-
msgstr "שם וכתובת דו\"אל"
|
1626 |
-
|
1627 |
-
#: templates/connect.php:352
|
1628 |
-
msgid "Your Site Overview"
|
1629 |
-
msgstr "פרטים כלליים על האתר"
|
1630 |
-
|
1631 |
-
#: templates/connect.php:353
|
1632 |
-
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1633 |
-
msgstr "כתובת אתר, גרסת וורדפרס, פרטי PHP, תוספים ותבניות"
|
1634 |
-
|
1635 |
-
#: templates/connect.php:358
|
1636 |
-
msgid "Admin Notices"
|
1637 |
-
msgstr "התראות מנהל"
|
1638 |
-
|
1639 |
-
#: templates/connect.php359, templates/connect.php:375
|
1640 |
-
msgid "Updates, announcements, marketing, no spam"
|
1641 |
-
msgstr "עדכונים, הכרזות, הודעות שיווקיות, ללא דואר זבל"
|
1642 |
-
|
1643 |
-
#: templates/connect.php:364
|
1644 |
-
msgid "Current %s Events"
|
1645 |
-
msgstr "Current %s Events"
|
1646 |
-
|
1647 |
-
#: templates/connect.php:365
|
1648 |
-
msgid "Activation, deactivation and uninstall"
|
1649 |
-
msgstr "הפעלה, כיבוי והסרה"
|
1650 |
-
|
1651 |
-
#: templates/connect.php:374
|
1652 |
-
msgid "Newsletter"
|
1653 |
-
msgstr "ניוסלטר"
|
1654 |
-
|
1655 |
-
#: templates/connect.php391, templates/forms/license-activation.php:39
|
1656 |
-
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."
|
1657 |
-
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."
|
1658 |
-
|
1659 |
-
#: templates/connect.php:396
|
1660 |
-
msgid "What permissions are being granted?"
|
1661 |
-
msgstr "מהן ההרשאות המוענקות?"
|
1662 |
-
|
1663 |
-
#: templates/connect.php:417
|
1664 |
-
msgid "Don't have a license key?"
|
1665 |
-
msgstr "האם אין ברשותך מפתח רישיון?"
|
1666 |
-
|
1667 |
-
#: templates/connect.php:420
|
1668 |
-
msgid "Have a license key?"
|
1669 |
-
msgstr "האם ברשותך רישיון?"
|
1670 |
-
|
1671 |
-
#: templates/connect.php:428
|
1672 |
-
msgid "Privacy Policy"
|
1673 |
-
msgstr "מדיניות פרטיות"
|
1674 |
-
|
1675 |
-
#: templates/connect.php:430
|
1676 |
-
msgid "License Agreement"
|
1677 |
-
msgstr "License Agreement"
|
1678 |
-
|
1679 |
-
#: templates/connect.php:430
|
1680 |
-
msgid "Terms of Service"
|
1681 |
-
msgstr "תנאי השירות"
|
1682 |
-
|
1683 |
-
#: templates/connect.php:805
|
1684 |
-
msgctxt "as in the process of sending an email"
|
1685 |
-
msgid "Sending email"
|
1686 |
-
msgstr "שולח דוא\"ל"
|
1687 |
-
|
1688 |
-
#: templates/connect.php:806
|
1689 |
-
msgctxt "as activating plugin"
|
1690 |
-
msgid "Activating"
|
1691 |
-
msgstr "מפעיל"
|
1692 |
-
|
1693 |
-
#: templates/contact.php:78
|
1694 |
-
msgid "Contact"
|
1695 |
-
msgstr "Contact"
|
1696 |
-
|
1697 |
-
#: templates/debug.php:17
|
1698 |
-
msgctxt "as turned off"
|
1699 |
-
msgid "Off"
|
1700 |
-
msgstr "כבוי"
|
1701 |
-
|
1702 |
-
#: templates/debug.php:18
|
1703 |
-
msgctxt "as turned on"
|
1704 |
-
msgid "On"
|
1705 |
-
msgstr "דלוק"
|
1706 |
-
|
1707 |
-
#: templates/debug.php:20
|
1708 |
-
msgid "SDK"
|
1709 |
-
msgstr "SDK"
|
1710 |
-
|
1711 |
-
#: templates/debug.php:24
|
1712 |
-
msgctxt "as code debugging"
|
1713 |
-
msgid "Debugging"
|
1714 |
-
msgstr "דיבוג"
|
1715 |
-
|
1716 |
-
#: templates/debug.php54, templates/debug.php250, templates/debug.php376,
|
1717 |
-
#: templates/debug.php:494
|
1718 |
-
msgid "Actions"
|
1719 |
-
msgstr "פעולות"
|
1720 |
-
|
1721 |
-
#: templates/debug.php:64
|
1722 |
-
msgid "Are you sure you want to delete all Freemius data?"
|
1723 |
-
msgstr "Are you sure you want to delete all Freemius data?"
|
1724 |
-
|
1725 |
-
#: templates/debug.php:64
|
1726 |
-
msgid "Delete All Accounts"
|
1727 |
-
msgstr "מחיקת כל החשבונות"
|
1728 |
-
|
1729 |
-
#: templates/debug.php:71
|
1730 |
-
msgid "Clear API Cache"
|
1731 |
-
msgstr "ניקוי מטמון ה-API"
|
1732 |
-
|
1733 |
-
#: templates/debug.php:79
|
1734 |
-
msgid "Clear Updates Transients"
|
1735 |
-
msgstr "Clear Updates Transients"
|
1736 |
-
|
1737 |
-
#: templates/debug.php:86
|
1738 |
-
msgid "Sync Data From Server"
|
1739 |
-
msgstr "סנכרון מידע מהשרת"
|
1740 |
-
|
1741 |
-
#: templates/debug.php:95
|
1742 |
-
msgid "Migrate Options to Network"
|
1743 |
-
msgstr "Migrate Options to Network"
|
1744 |
-
|
1745 |
-
#: templates/debug.php:100
|
1746 |
-
msgid "Load DB Option"
|
1747 |
-
msgstr "Load DB Option"
|
1748 |
-
|
1749 |
-
#: templates/debug.php:103
|
1750 |
-
msgid "Set DB Option"
|
1751 |
-
msgstr "Set DB Option"
|
1752 |
-
|
1753 |
-
#: templates/debug.php:182
|
1754 |
-
msgid "Key"
|
1755 |
-
msgstr "Key"
|
1756 |
-
|
1757 |
-
#: templates/debug.php:183
|
1758 |
-
msgid "Value"
|
1759 |
-
msgstr "Value"
|
1760 |
-
|
1761 |
-
#: templates/debug.php:199
|
1762 |
-
msgctxt "as software development kit versions"
|
1763 |
-
msgid "SDK Versions"
|
1764 |
-
msgstr "גרסאות SDK"
|
1765 |
-
|
1766 |
-
#: templates/debug.php:204
|
1767 |
-
msgid "SDK Path"
|
1768 |
-
msgstr "מיקום SDK"
|
1769 |
-
|
1770 |
-
#: templates/debug.php205, templates/debug.php:244
|
1771 |
-
msgid "Module Path"
|
1772 |
-
msgstr "Module Path"
|
1773 |
-
|
1774 |
-
#: templates/debug.php:206
|
1775 |
-
msgid "Is Active"
|
1776 |
-
msgstr "האם פעיל"
|
1777 |
-
|
1778 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
|
1779 |
-
msgid "Plugins"
|
1780 |
-
msgstr "תוספים"
|
1781 |
-
|
1782 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
|
1783 |
-
msgid "Themes"
|
1784 |
-
msgstr "תבניות"
|
1785 |
-
|
1786 |
-
#: templates/debug.php239, templates/debug.php371, templates/debug.php453,
|
1787 |
-
#: templates/debug/scheduled-crons.php:80
|
1788 |
-
msgid "Slug"
|
1789 |
-
msgstr "מזהה כתובת"
|
1790 |
-
|
1791 |
-
#: templates/debug.php241, templates/debug.php:452
|
1792 |
-
msgid "Title"
|
1793 |
-
msgstr "כותרת"
|
1794 |
-
|
1795 |
-
#: templates/debug.php:242
|
1796 |
-
msgctxt "as application program interface"
|
1797 |
-
msgid "API"
|
1798 |
-
msgstr "API"
|
1799 |
-
|
1800 |
-
#: templates/debug.php:243
|
1801 |
-
msgid "Freemius State"
|
1802 |
-
msgstr "מצב פרימיוס"
|
1803 |
-
|
1804 |
-
#: templates/debug.php:247
|
1805 |
-
msgid "Network Blog"
|
1806 |
-
msgstr "Network Blog"
|
1807 |
-
|
1808 |
-
#: templates/debug.php:248
|
1809 |
-
msgid "Network User"
|
1810 |
-
msgstr "משתמש רשת"
|
1811 |
-
|
1812 |
-
#: templates/debug.php:285
|
1813 |
-
msgctxt "as connection was successful"
|
1814 |
-
msgid "Connected"
|
1815 |
-
msgstr "מחובר"
|
1816 |
-
|
1817 |
-
#: templates/debug.php:286
|
1818 |
-
msgctxt "as connection blocked"
|
1819 |
-
msgid "Blocked"
|
1820 |
-
msgstr "חסום"
|
1821 |
-
|
1822 |
-
#: templates/debug.php:322
|
1823 |
-
msgid "Simulate Trial Promotion"
|
1824 |
-
msgstr "Simulate Trial Promotion"
|
1825 |
-
|
1826 |
-
#: templates/debug.php:334
|
1827 |
-
msgid "Simulate Network Upgrade"
|
1828 |
-
msgstr "סמלוץ עדכון לרשת"
|
1829 |
-
|
1830 |
-
#: templates/debug.php:360
|
1831 |
-
msgid "%s Installs"
|
1832 |
-
msgstr "%s התקנות"
|
1833 |
-
|
1834 |
-
#: templates/debug.php:362
|
1835 |
-
msgctxt "like websites"
|
1836 |
-
msgid "Sites"
|
1837 |
-
msgstr "אתרים"
|
1838 |
-
|
1839 |
-
#: templates/debug.php368, templates/account/partials/site.php:148
|
1840 |
-
msgid "Blog ID"
|
1841 |
-
msgstr "מזהה בלוג"
|
1842 |
-
|
1843 |
-
#: templates/debug.php433, templates/debug.php511,
|
1844 |
-
#: templates/account/partials/addon.php:396
|
1845 |
-
msgctxt "verb"
|
1846 |
-
msgid "Delete"
|
1847 |
-
msgstr "מחק"
|
1848 |
-
|
1849 |
-
#: templates/debug.php:447
|
1850 |
-
msgid "Add Ons of module %s"
|
1851 |
-
msgstr "Add Ons of module %s"
|
1852 |
-
|
1853 |
-
#: templates/debug.php:484
|
1854 |
-
msgid "Users"
|
1855 |
-
msgstr "משתמשים"
|
1856 |
-
|
1857 |
-
#: templates/debug.php:491
|
1858 |
-
msgid "Verified"
|
1859 |
-
msgstr "מאומת"
|
1860 |
-
|
1861 |
-
#: templates/debug.php:522
|
1862 |
-
msgid "%s Licenses"
|
1863 |
-
msgstr "%s Licenses"
|
1864 |
-
|
1865 |
-
#: templates/debug.php:527
|
1866 |
-
msgid "Plugin ID"
|
1867 |
-
msgstr "Plugin ID"
|
1868 |
-
|
1869 |
-
#: templates/debug.php:529
|
1870 |
-
msgid "Plan ID"
|
1871 |
-
msgstr "Plan ID"
|
1872 |
-
|
1873 |
-
#: templates/debug.php:530
|
1874 |
-
msgid "Quota"
|
1875 |
-
msgstr "Quota"
|
1876 |
-
|
1877 |
-
#: templates/debug.php:531
|
1878 |
-
msgid "Activated"
|
1879 |
-
msgstr "Activated"
|
1880 |
-
|
1881 |
-
#: templates/debug.php:532
|
1882 |
-
msgid "Blocking"
|
1883 |
-
msgstr "Blocking"
|
1884 |
-
|
1885 |
-
#: templates/debug.php:534
|
1886 |
-
msgctxt "as expiration date"
|
1887 |
-
msgid "Expiration"
|
1888 |
-
msgstr "תפוגה"
|
1889 |
-
|
1890 |
-
#: templates/debug.php:557
|
1891 |
-
msgid "Debug Log"
|
1892 |
-
msgstr "Debug Log"
|
1893 |
-
|
1894 |
-
#: templates/debug.php:561
|
1895 |
-
msgid "All Types"
|
1896 |
-
msgstr "כל הסוגים"
|
1897 |
-
|
1898 |
-
#: templates/debug.php:568
|
1899 |
-
msgid "All Requests"
|
1900 |
-
msgstr "כל הבקשות"
|
1901 |
-
|
1902 |
-
#: templates/debug.php573, templates/debug.php602,
|
1903 |
-
#: templates/debug/logger.php:25
|
1904 |
-
msgid "File"
|
1905 |
-
msgstr "קובץ"
|
1906 |
-
|
1907 |
-
#: templates/debug.php574, templates/debug.php600,
|
1908 |
-
#: templates/debug/logger.php:23
|
1909 |
-
msgid "Function"
|
1910 |
-
msgstr "פונקציה"
|
1911 |
-
|
1912 |
-
#: templates/debug.php:575
|
1913 |
-
msgid "Process ID"
|
1914 |
-
msgstr "Process ID"
|
1915 |
-
|
1916 |
-
#: templates/debug.php:576
|
1917 |
-
msgid "Logger"
|
1918 |
-
msgstr "Logger"
|
1919 |
-
|
1920 |
-
#: templates/debug.php577, templates/debug.php601,
|
1921 |
-
#: templates/debug/logger.php:24
|
1922 |
-
msgid "Message"
|
1923 |
-
msgstr "הודעה"
|
1924 |
-
|
1925 |
-
#: templates/debug.php:579
|
1926 |
-
msgid "Filter"
|
1927 |
-
msgstr "פילטר"
|
1928 |
-
|
1929 |
-
#: templates/debug.php:587
|
1930 |
-
msgid "Download"
|
1931 |
-
msgstr "הורדה"
|
1932 |
-
|
1933 |
-
#: templates/debug.php598, templates/debug/logger.php:22
|
1934 |
-
msgid "Type"
|
1935 |
-
msgstr "סוג"
|
1936 |
-
|
1937 |
-
#: templates/debug.php603, templates/debug/logger.php:26
|
1938 |
-
msgid "Timestamp"
|
1939 |
-
msgstr "Timestamp"
|
1940 |
-
|
1941 |
-
#: templates/secure-https-header.php:28
|
1942 |
-
msgid "Secure HTTPS %s page, running from an external domain"
|
1943 |
-
msgstr "Secure HTTPS %s page, running from an external domain"
|
1944 |
-
|
1945 |
-
#: includes/customizer/class-fs-customizer-support-section.php55,
|
1946 |
-
#: templates/plugin-info/features.php:43
|
1947 |
-
msgid "Support"
|
1948 |
-
msgstr "תמיכה"
|
1949 |
-
|
1950 |
-
#: includes/debug/class-fs-debug-bar-panel.php48,
|
1951 |
-
#: templates/debug/api-calls.php54, templates/debug/logger.php:62
|
1952 |
-
msgctxt "milliseconds"
|
1953 |
-
msgid "ms"
|
1954 |
-
msgstr "ms"
|
1955 |
-
|
1956 |
-
#: includes/debug/debug-bar-start.php:41
|
1957 |
-
msgid "Freemius API"
|
1958 |
-
msgstr "Freemius API"
|
1959 |
-
|
1960 |
-
#: includes/debug/debug-bar-start.php:42
|
1961 |
-
msgid "Requests"
|
1962 |
-
msgstr "Requests"
|
1963 |
-
|
1964 |
-
#: templates/account/billing.php:22
|
1965 |
-
msgctxt "verb"
|
1966 |
-
msgid "Update"
|
1967 |
-
msgstr "עדכן"
|
1968 |
-
|
1969 |
-
#: templates/account/billing.php:33
|
1970 |
-
msgid "Billing"
|
1971 |
-
msgstr "בילינג"
|
1972 |
-
|
1973 |
-
#: templates/account/billing.php38, templates/account/billing.php:38
|
1974 |
-
msgid "Business name"
|
1975 |
-
msgstr "שם עסק"
|
1976 |
-
|
1977 |
-
#: templates/account/billing.php39, templates/account/billing.php:39
|
1978 |
-
msgid "Tax / VAT ID"
|
1979 |
-
msgstr "ח.פ."
|
1980 |
-
|
1981 |
-
#: templates/account/billing.php42, templates/account/billing.php42,
|
1982 |
-
#: templates/account/billing.php43, templates/account/billing.php:43
|
1983 |
-
msgid "Address Line %d"
|
1984 |
-
msgstr "כתובת %s"
|
1985 |
-
|
1986 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
1987 |
-
msgid "City"
|
1988 |
-
msgstr "עיר"
|
1989 |
-
|
1990 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
1991 |
-
msgid "Town"
|
1992 |
-
msgstr "כפר"
|
1993 |
-
|
1994 |
-
#: templates/account/billing.php47, templates/account/billing.php:47
|
1995 |
-
msgid "ZIP / Postal Code"
|
1996 |
-
msgstr "מיקוד / תא דואר"
|
1997 |
-
|
1998 |
-
#: templates/account/billing.php:302
|
1999 |
-
msgid "Country"
|
2000 |
-
msgstr "מדינה"
|
2001 |
-
|
2002 |
-
#: templates/account/billing.php:304
|
2003 |
-
msgid "Select Country"
|
2004 |
-
msgstr "בחר מדינה"
|
2005 |
-
|
2006 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2007 |
-
msgid "State"
|
2008 |
-
msgstr "מחוז/מדינה"
|
2009 |
-
|
2010 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2011 |
-
msgid "Province"
|
2012 |
-
msgstr "פרובינציה"
|
2013 |
-
|
2014 |
-
#: templates/account/payments.php:29
|
2015 |
-
msgid "Payments"
|
2016 |
-
msgstr "תשלומים"
|
2017 |
-
|
2018 |
-
#: templates/account/payments.php:36
|
2019 |
-
msgid "Date"
|
2020 |
-
msgstr "תאריך"
|
2021 |
-
|
2022 |
-
#: templates/account/payments.php:37
|
2023 |
-
msgid "Amount"
|
2024 |
-
msgstr "סכום"
|
2025 |
-
|
2026 |
-
#: templates/account/payments.php38, templates/account/payments.php:50
|
2027 |
-
msgid "Invoice"
|
2028 |
-
msgstr "חשבונית"
|
2029 |
-
|
2030 |
-
#: templates/debug/api-calls.php:56
|
2031 |
-
msgid "API"
|
2032 |
-
msgstr "API"
|
2033 |
-
|
2034 |
-
#: templates/debug/api-calls.php:68
|
2035 |
-
msgid "Method"
|
2036 |
-
msgstr "Method"
|
2037 |
-
|
2038 |
-
#: templates/debug/api-calls.php:69
|
2039 |
-
msgid "Code"
|
2040 |
-
msgstr "Code"
|
2041 |
-
|
2042 |
-
#: templates/debug/api-calls.php:70
|
2043 |
-
msgid "Length"
|
2044 |
-
msgstr "Length"
|
2045 |
-
|
2046 |
-
#: templates/debug/api-calls.php:71
|
2047 |
-
msgctxt "as file/folder path"
|
2048 |
-
msgid "Path"
|
2049 |
-
msgstr "נתיב"
|
2050 |
-
|
2051 |
-
#: templates/debug/api-calls.php:73
|
2052 |
-
msgid "Body"
|
2053 |
-
msgstr "Body"
|
2054 |
-
|
2055 |
-
#: templates/debug/api-calls.php:75
|
2056 |
-
msgid "Result"
|
2057 |
-
msgstr "Result"
|
2058 |
-
|
2059 |
-
#: templates/debug/api-calls.php:76
|
2060 |
-
msgid "Start"
|
2061 |
-
msgstr "Start"
|
2062 |
-
|
2063 |
-
#: templates/debug/api-calls.php:77
|
2064 |
-
msgid "End"
|
2065 |
-
msgstr "End"
|
2066 |
-
|
2067 |
-
#: templates/debug/logger.php:15
|
2068 |
-
msgid "Log"
|
2069 |
-
msgstr "Log"
|
2070 |
-
|
2071 |
-
#. translators: %s: time period (e.g. In "2 hours")
|
2072 |
-
#: templates/debug/plugins-themes-sync.php18,
|
2073 |
-
#: templates/debug/scheduled-crons.php:91
|
2074 |
-
msgid "In %s"
|
2075 |
-
msgstr "בעוד %s"
|
2076 |
-
|
2077 |
-
#. translators: %s: time period (e.g. "2 hours" ago)
|
2078 |
-
#: templates/debug/plugins-themes-sync.php20,
|
2079 |
-
#: templates/debug/scheduled-crons.php:93
|
2080 |
-
msgid "%s ago"
|
2081 |
-
msgstr "לפני %s"
|
2082 |
-
|
2083 |
-
#: templates/debug/plugins-themes-sync.php21,
|
2084 |
-
#: templates/debug/scheduled-crons.php:74
|
2085 |
-
msgctxt "seconds"
|
2086 |
-
msgid "sec"
|
2087 |
-
msgstr "sec"
|
2088 |
-
|
2089 |
-
#: templates/debug/plugins-themes-sync.php:23
|
2090 |
-
msgid "Plugins & Themes Sync"
|
2091 |
-
msgstr "Plugins & Themes Sync"
|
2092 |
-
|
2093 |
-
#: templates/debug/plugins-themes-sync.php:28
|
2094 |
-
msgid "Total"
|
2095 |
-
msgstr "Total"
|
2096 |
-
|
2097 |
-
#: templates/debug/plugins-themes-sync.php29,
|
2098 |
-
#: templates/debug/scheduled-crons.php:84
|
2099 |
-
msgid "Last"
|
2100 |
-
msgstr "Last"
|
2101 |
-
|
2102 |
-
#: templates/debug/scheduled-crons.php:76
|
2103 |
-
msgid "Scheduled Crons"
|
2104 |
-
msgstr "Scheduled Crons"
|
2105 |
-
|
2106 |
-
#: templates/debug/scheduled-crons.php:81
|
2107 |
-
msgid "Module"
|
2108 |
-
msgstr "מודול"
|
2109 |
-
|
2110 |
-
#: templates/debug/scheduled-crons.php:82
|
2111 |
-
msgid "Module Type"
|
2112 |
-
msgstr "סוג מודול"
|
2113 |
-
|
2114 |
-
#: templates/debug/scheduled-crons.php:83
|
2115 |
-
msgid "Cron Type"
|
2116 |
-
msgstr "Cron Type"
|
2117 |
-
|
2118 |
-
#: templates/debug/scheduled-crons.php:85
|
2119 |
-
msgid "Next"
|
2120 |
-
msgstr "Next"
|
2121 |
-
|
2122 |
-
#: templates/forms/affiliation.php:82
|
2123 |
-
msgid "Non-expiring"
|
2124 |
-
msgstr "Non-expiring"
|
2125 |
-
|
2126 |
-
#: templates/forms/affiliation.php:85
|
2127 |
-
msgid "Apply to become an affiliate"
|
2128 |
-
msgstr "Apply to become an affiliate"
|
2129 |
-
|
2130 |
-
#: templates/forms/affiliation.php:104
|
2131 |
-
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2132 |
-
msgstr "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2133 |
-
|
2134 |
-
#: templates/forms/affiliation.php:119
|
2135 |
-
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."
|
2136 |
-
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."
|
2137 |
-
|
2138 |
-
#: templates/forms/affiliation.php:122
|
2139 |
-
msgid "Your affiliation account was temporarily suspended."
|
2140 |
-
msgstr "Your affiliation account was temporarily suspended."
|
2141 |
-
|
2142 |
-
#: templates/forms/affiliation.php:125
|
2143 |
-
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."
|
2144 |
-
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."
|
2145 |
-
|
2146 |
-
#: templates/forms/affiliation.php:128
|
2147 |
-
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2148 |
-
msgstr "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2149 |
-
|
2150 |
-
#: templates/forms/affiliation.php:141
|
2151 |
-
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2152 |
-
msgstr "Like the %s? Become our ambassador and earn cash ;-)"
|
2153 |
-
|
2154 |
-
#: templates/forms/affiliation.php:142
|
2155 |
-
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2156 |
-
msgstr "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2157 |
-
|
2158 |
-
#: templates/forms/affiliation.php:145
|
2159 |
-
msgid "Program Summary"
|
2160 |
-
msgstr "Program Summary"
|
2161 |
-
|
2162 |
-
#: templates/forms/affiliation.php:147
|
2163 |
-
msgid "%s commission when a customer purchases a new license."
|
2164 |
-
msgstr "%s commission when a customer purchases a new license."
|
2165 |
-
|
2166 |
-
#: templates/forms/affiliation.php:149
|
2167 |
-
msgid "Get commission for automated subscription renewals."
|
2168 |
-
msgstr "Get commission for automated subscription renewals."
|
2169 |
-
|
2170 |
-
#: templates/forms/affiliation.php:152
|
2171 |
-
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2172 |
-
msgstr "%s tracking cookie after the first visit to maximize earnings potential."
|
2173 |
-
|
2174 |
-
#: templates/forms/affiliation.php:155
|
2175 |
-
msgid "Unlimited commissions."
|
2176 |
-
msgstr "Unlimited commissions."
|
2177 |
-
|
2178 |
-
#: templates/forms/affiliation.php:157
|
2179 |
-
msgid "%s minimum payout amount."
|
2180 |
-
msgstr "%s minimum payout amount."
|
2181 |
-
|
2182 |
-
#: templates/forms/affiliation.php:158
|
2183 |
-
msgid "Payouts are in USD and processed monthly via PayPal."
|
2184 |
-
msgstr "Payouts are in USD and processed monthly via PayPal."
|
2185 |
-
|
2186 |
-
#: templates/forms/affiliation.php:159
|
2187 |
-
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2188 |
-
msgstr "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2189 |
-
|
2190 |
-
#: templates/forms/affiliation.php:162
|
2191 |
-
msgid "Affiliate"
|
2192 |
-
msgstr "Affiliate"
|
2193 |
-
|
2194 |
-
#: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
|
2195 |
-
msgid "Email address"
|
2196 |
-
msgstr "כתובת דוא\"ל"
|
2197 |
-
|
2198 |
-
#: templates/forms/affiliation.php:169
|
2199 |
-
msgid "Full name"
|
2200 |
-
msgstr "Full name"
|
2201 |
-
|
2202 |
-
#: templates/forms/affiliation.php:173
|
2203 |
-
msgid "PayPal account email address"
|
2204 |
-
msgstr "PayPal account email address"
|
2205 |
-
|
2206 |
-
#: templates/forms/affiliation.php:177
|
2207 |
-
msgid "Where are you going to promote the %s?"
|
2208 |
-
msgstr "Where are you going to promote the %s?"
|
2209 |
-
|
2210 |
-
#: templates/forms/affiliation.php:179
|
2211 |
-
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2212 |
-
msgstr "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2213 |
-
|
2214 |
-
#: templates/forms/affiliation.php:181
|
2215 |
-
msgid "Add another domain"
|
2216 |
-
msgstr "Add another domain"
|
2217 |
-
|
2218 |
-
#: templates/forms/affiliation.php:185
|
2219 |
-
msgid "Extra Domains"
|
2220 |
-
msgstr "Extra Domains"
|
2221 |
-
|
2222 |
-
#: templates/forms/affiliation.php:186
|
2223 |
-
msgid "Extra domains where you will be marketing the product from."
|
2224 |
-
msgstr "Extra domains where you will be marketing the product from."
|
2225 |
-
|
2226 |
-
#: templates/forms/affiliation.php:196
|
2227 |
-
msgid "Promotion methods"
|
2228 |
-
msgstr "Promotion methods"
|
2229 |
-
|
2230 |
-
#: templates/forms/affiliation.php:199
|
2231 |
-
msgid "Social media (Facebook, Twitter, etc.)"
|
2232 |
-
msgstr "Social media (Facebook, Twitter, etc.)"
|
2233 |
-
|
2234 |
-
#: templates/forms/affiliation.php:203
|
2235 |
-
msgid "Mobile apps"
|
2236 |
-
msgstr "Mobile apps"
|
2237 |
-
|
2238 |
-
#: templates/forms/affiliation.php:207
|
2239 |
-
msgid "Website, email, and social media statistics (optional)"
|
2240 |
-
msgstr "Website, email, and social media statistics (optional)"
|
2241 |
-
|
2242 |
-
#: templates/forms/affiliation.php:210
|
2243 |
-
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)."
|
2244 |
-
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)."
|
2245 |
-
|
2246 |
-
#: templates/forms/affiliation.php:214
|
2247 |
-
msgid "How will you promote us?"
|
2248 |
-
msgstr "How will you promote us?"
|
2249 |
-
|
2250 |
-
#: templates/forms/affiliation.php:217
|
2251 |
-
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2252 |
-
msgstr "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2253 |
-
|
2254 |
-
#: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
|
2255 |
-
msgid "Cancel"
|
2256 |
-
msgstr "בטל"
|
2257 |
-
|
2258 |
-
#: templates/forms/affiliation.php:225
|
2259 |
-
msgid "Become an affiliate"
|
2260 |
-
msgstr "Become an affiliate"
|
2261 |
-
|
2262 |
-
#: templates/forms/license-activation.php:21
|
2263 |
-
msgid "Please enter the license key that you received in the email right after the purchase:"
|
2264 |
-
msgstr "אנא הזן את הרישיון שקיבלת לתיבת הדואל שלך לאחר השלמת הרכישה."
|
2265 |
-
|
2266 |
-
#: templates/forms/license-activation.php:26
|
2267 |
-
msgid "Update License"
|
2268 |
-
msgstr "עדכון רישיון"
|
2269 |
-
|
2270 |
-
#: templates/forms/optout.php:30
|
2271 |
-
msgctxt "verb"
|
2272 |
-
msgid "Opt Out"
|
2273 |
-
msgstr "Opt Out"
|
2274 |
-
|
2275 |
-
#: templates/forms/optout.php:31
|
2276 |
-
msgctxt "verb"
|
2277 |
-
msgid "Opt In"
|
2278 |
-
msgstr "Opt In"
|
2279 |
-
|
2280 |
-
#: templates/forms/optout.php:33
|
2281 |
-
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."
|
2282 |
-
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."
|
2283 |
-
|
2284 |
-
#: templates/forms/optout.php:35
|
2285 |
-
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2286 |
-
msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2287 |
-
|
2288 |
-
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2289 |
-
msgid "There is a new version of %s available."
|
2290 |
-
msgstr "יש גרסה חדשה עבור ה%s."
|
2291 |
-
|
2292 |
-
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2293 |
-
msgid " %s to access version %s security & feature updates, and support."
|
2294 |
-
msgstr " %s to access version %s security & feature updates, and support."
|
2295 |
-
|
2296 |
-
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2297 |
-
msgid "New Version Available"
|
2298 |
-
msgstr "יש גרסה חדשה"
|
2299 |
-
|
2300 |
-
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2301 |
-
msgctxt "close a window"
|
2302 |
-
msgid "Dismiss"
|
2303 |
-
msgstr "סגירה"
|
2304 |
-
|
2305 |
-
#: templates/forms/resend-key.php:21
|
2306 |
-
msgid "Send License Key"
|
2307 |
-
msgstr "שליחת מפתח רישיון"
|
2308 |
-
|
2309 |
-
#: templates/forms/resend-key.php:57
|
2310 |
-
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2311 |
-
msgstr "הזן את כתובת הדואל שאיתה שידרגת כדי לקבל את הרישיון שוב."
|
2312 |
-
|
2313 |
-
#: templates/forms/subscription-cancellation.php:37
|
2314 |
-
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2315 |
-
msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2316 |
-
|
2317 |
-
#: templates/forms/subscription-cancellation.php:47
|
2318 |
-
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?"
|
2319 |
-
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?"
|
2320 |
-
|
2321 |
-
#: templates/forms/subscription-cancellation.php:52
|
2322 |
-
msgid "license"
|
2323 |
-
msgstr "license"
|
2324 |
-
|
2325 |
-
#: templates/forms/subscription-cancellation.php:57
|
2326 |
-
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."
|
2327 |
-
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."
|
2328 |
-
|
2329 |
-
#: templates/forms/subscription-cancellation.php:68
|
2330 |
-
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2331 |
-
msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2332 |
-
|
2333 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
2334 |
-
#. subscription'
|
2335 |
-
#: templates/forms/subscription-cancellation.php99,
|
2336 |
-
#: templates/account/partials/addon.php29,
|
2337 |
-
#: templates/account/partials/site.php:298
|
2338 |
-
msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2339 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2340 |
-
|
2341 |
-
#: templates/forms/subscription-cancellation.php:103
|
2342 |
-
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."
|
2343 |
-
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."
|
2344 |
-
|
2345 |
-
#: templates/forms/subscription-cancellation.php:136
|
2346 |
-
msgid "Cancel %s?"
|
2347 |
-
msgstr "Cancel %s?"
|
2348 |
-
|
2349 |
-
#: templates/forms/subscription-cancellation.php:143
|
2350 |
-
msgid "Proceed"
|
2351 |
-
msgstr "Proceed"
|
2352 |
-
|
2353 |
-
#: templates/forms/subscription-cancellation.php191,
|
2354 |
-
#: templates/forms/deactivation/form.php:171
|
2355 |
-
msgid "Cancel %s & Proceed"
|
2356 |
-
msgstr "Cancel %s & Proceed"
|
2357 |
-
|
2358 |
-
#: templates/forms/trial-start.php:22
|
2359 |
-
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2360 |
-
msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2361 |
-
|
2362 |
-
#: templates/forms/trial-start.php:28
|
2363 |
-
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."
|
2364 |
-
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."
|
2365 |
-
|
2366 |
-
#: templates/js/style-premium-theme.php:39
|
2367 |
-
msgid "Premium"
|
2368 |
-
msgstr "Premium"
|
2369 |
-
|
2370 |
-
#: templates/js/style-premium-theme.php:42
|
2371 |
-
msgid "Beta"
|
2372 |
-
msgstr "Beta"
|
2373 |
-
|
2374 |
-
#: templates/partials/network-activation.php:27
|
2375 |
-
msgid "Activate license on all sites in the network."
|
2376 |
-
msgstr "הפעלת רישיון על כל האתרים ברשת."
|
2377 |
-
|
2378 |
-
#: templates/partials/network-activation.php:28
|
2379 |
-
msgid "Apply on all sites in the network."
|
2380 |
-
msgstr "יישום על כל האתרים ברשת."
|
2381 |
-
|
2382 |
-
#: templates/partials/network-activation.php:31
|
2383 |
-
msgid "Activate license on all pending sites."
|
2384 |
-
msgstr "הפעלת רישיון על כל האתרים התלויים והעומדים."
|
2385 |
-
|
2386 |
-
#: templates/partials/network-activation.php:32
|
2387 |
-
msgid "Apply on all pending sites."
|
2388 |
-
msgstr "יישום על כל האתרים התלויים והעומדים."
|
2389 |
-
|
2390 |
-
#: templates/partials/network-activation.php40,
|
2391 |
-
#: templates/partials/network-activation.php:74
|
2392 |
-
msgid "allow"
|
2393 |
-
msgstr "אפשר"
|
2394 |
-
|
2395 |
-
#: templates/partials/network-activation.php43,
|
2396 |
-
#: templates/partials/network-activation.php:77
|
2397 |
-
msgid "delegate"
|
2398 |
-
msgstr "האצל"
|
2399 |
-
|
2400 |
-
#: templates/partials/network-activation.php47,
|
2401 |
-
#: templates/partials/network-activation.php:81
|
2402 |
-
msgid "skip"
|
2403 |
-
msgstr "דלג"
|
2404 |
-
|
2405 |
-
#: templates/plugin-info/description.php72,
|
2406 |
-
#: templates/plugin-info/screenshots.php:31
|
2407 |
-
msgid "Click to view full-size screenshot %d"
|
2408 |
-
msgstr "Click to view full-size screenshot %d"
|
2409 |
-
|
2410 |
-
#: templates/plugin-info/features.php:56
|
2411 |
-
msgid "Unlimited Updates"
|
2412 |
-
msgstr "עדכונים ללא הגבלה"
|
2413 |
-
|
2414 |
-
#: templates/account/partials/activate-license-button.php:46
|
2415 |
-
msgid "Localhost"
|
2416 |
-
msgstr "שרת לוקאלי"
|
2417 |
-
|
2418 |
-
#: templates/account/partials/activate-license-button.php:50
|
2419 |
-
msgctxt "as 5 licenses left"
|
2420 |
-
msgid "%s left"
|
2421 |
-
msgstr "נשארו %s"
|
2422 |
-
|
2423 |
-
#: templates/account/partials/activate-license-button.php:51
|
2424 |
-
msgid "Last license"
|
2425 |
-
msgstr "רישיון אחרון"
|
2426 |
-
|
2427 |
-
#: templates/account/partials/addon.php:167
|
2428 |
-
msgid "Cancelled"
|
2429 |
-
msgstr "בוטל"
|
2430 |
-
|
2431 |
-
#: templates/account/partials/addon.php:177
|
2432 |
-
msgid "No expiration"
|
2433 |
-
msgstr "ללא תפוגה"
|
2434 |
-
|
2435 |
-
#: templates/account/partials/site.php:181
|
2436 |
-
msgid "Owner Name"
|
2437 |
-
msgstr "שם הבעלים"
|
2438 |
-
|
2439 |
-
#: templates/account/partials/site.php:193
|
2440 |
-
msgid "Owner Email"
|
2441 |
-
msgstr "מייל הבעלים"
|
2442 |
-
|
2443 |
-
#: templates/account/partials/site.php:205
|
2444 |
-
msgid "Owner ID"
|
2445 |
-
msgstr "מזהה הבעלים"
|
2446 |
-
|
2447 |
-
#: templates/account/partials/site.php:270
|
2448 |
-
msgid "Subscription"
|
2449 |
-
msgstr "מנוי"
|
2450 |
-
|
2451 |
-
#: templates/forms/deactivation/contact.php:19
|
2452 |
-
msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2453 |
-
msgstr "מצטערים על חוסר הנעימות, אנחנו כאן כדי לעזור אם תאפשר\\י זאת."
|
2454 |
-
|
2455 |
-
#: templates/forms/deactivation/contact.php:22
|
2456 |
-
msgid "Contact Support"
|
2457 |
-
msgstr "צור קשר"
|
2458 |
-
|
2459 |
-
#: templates/forms/deactivation/form.php:64
|
2460 |
-
msgid "Anonymous feedback"
|
2461 |
-
msgstr "פידבק אנונימי"
|
2462 |
-
|
2463 |
-
#: templates/forms/deactivation/form.php:70
|
2464 |
-
msgid "Deactivate"
|
2465 |
-
msgstr "כיבוי"
|
2466 |
-
|
2467 |
-
#: templates/forms/deactivation/form.php:72
|
2468 |
-
msgid "Activate %s"
|
2469 |
-
msgstr "Activate %s"
|
2470 |
-
|
2471 |
-
#: templates/forms/deactivation/form.php:87
|
2472 |
-
msgid "Quick Feedback"
|
2473 |
-
msgstr "Quick Feedback"
|
2474 |
-
|
2475 |
-
#: templates/forms/deactivation/form.php:91
|
2476 |
-
msgid "If you have a moment, please let us know why you are %s"
|
2477 |
-
msgstr "If you have a moment, please let us know why you are %s"
|
2478 |
-
|
2479 |
-
#: templates/forms/deactivation/form.php:91
|
2480 |
-
msgid "deactivating"
|
2481 |
-
msgstr "deactivating"
|
2482 |
-
|
2483 |
-
#: templates/forms/deactivation/form.php:91
|
2484 |
-
msgid "switching"
|
2485 |
-
msgstr "switching"
|
2486 |
-
|
2487 |
-
#: templates/forms/deactivation/form.php:365
|
2488 |
-
msgid "Submit & %s"
|
2489 |
-
msgstr "Submit & %s"
|
2490 |
-
|
2491 |
-
#: templates/forms/deactivation/form.php:386
|
2492 |
-
msgid "Kindly tell us the reason so we can improve."
|
2493 |
-
msgstr "אנא שתף את הסיבה כדי שנוכל להשתפר."
|
2494 |
-
|
2495 |
-
#: templates/forms/deactivation/form.php:511
|
2496 |
-
msgid "Yes - %s"
|
2497 |
-
msgstr "Yes - %s"
|
2498 |
-
|
2499 |
-
#: templates/forms/deactivation/form.php:518
|
2500 |
-
msgid "Skip & %s"
|
2501 |
-
msgstr "דלג ו%s"
|
2502 |
-
|
2503 |
-
#: templates/forms/deactivation/retry-skip.php:21
|
2504 |
-
msgid "Click here to use the plugin anonymously"
|
2505 |
-
msgstr "Click here to use the plugin anonymously"
|
2506 |
-
|
2507 |
-
#: templates/forms/deactivation/retry-skip.php:23
|
2508 |
-
msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
2509 |
-
msgstr "אולי פספסת את זה אבל אינך חייב\\ת לשתף כל מידע איתנו, ביכולתך %s על שיתוף המידע."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
freemius/languages/freemius-hu_HU.mo
CHANGED
Binary file
|
freemius/languages/freemius-hu_HU.po
DELETED
@@ -1,2508 +0,0 @@
|
|
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-06-05 13:40+0000\n"
|
11 |
-
"Last-Translator: Vova Feldman <vova@freemius.com>\n"
|
12 |
-
"Language: hu_HU\n"
|
13 |
-
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/freemius/wordpress-sdk/language/hu_HU/)\n"
|
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.php1838, templates/account.php:769
|
25 |
-
msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
26 |
-
msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
27 |
-
|
28 |
-
#: includes/class-freemius.php:1845
|
29 |
-
msgid "Would you like to proceed with the update?"
|
30 |
-
msgstr "Would you like to proceed with the update?"
|
31 |
-
|
32 |
-
#: includes/class-freemius.php:2053
|
33 |
-
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
34 |
-
msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
35 |
-
|
36 |
-
#: includes/class-freemius.php:2055
|
37 |
-
msgid "Error"
|
38 |
-
msgstr "Hiba"
|
39 |
-
|
40 |
-
#: includes/class-freemius.php:2445
|
41 |
-
msgid "I found a better %s"
|
42 |
-
msgstr "Jobb %st találtam"
|
43 |
-
|
44 |
-
#: includes/class-freemius.php:2447
|
45 |
-
msgid "What's the %s's name?"
|
46 |
-
msgstr "Mi a %s neve?"
|
47 |
-
|
48 |
-
#: includes/class-freemius.php:2453
|
49 |
-
msgid "It's a temporary %s. I'm just debugging an issue."
|
50 |
-
msgstr "Ez csak egy ideiglenes %s. Egy hibát kell megoldanom."
|
51 |
-
|
52 |
-
#: includes/class-freemius.php:2455
|
53 |
-
msgid "Deactivation"
|
54 |
-
msgstr "Deaktiválás"
|
55 |
-
|
56 |
-
#: includes/class-freemius.php:2456
|
57 |
-
msgid "Theme Switch"
|
58 |
-
msgstr "Sablon váltás"
|
59 |
-
|
60 |
-
#: includes/class-freemius.php2465, templates/forms/resend-key.php:24
|
61 |
-
msgid "Other"
|
62 |
-
msgstr "Egyéb"
|
63 |
-
|
64 |
-
#: includes/class-freemius.php:2473
|
65 |
-
msgid "I no longer need the %s"
|
66 |
-
msgstr "I no longer need the %s"
|
67 |
-
|
68 |
-
#: includes/class-freemius.php:2480
|
69 |
-
msgid "I only needed the %s for a short period"
|
70 |
-
msgstr "I only needed the %s for a short period"
|
71 |
-
|
72 |
-
#: includes/class-freemius.php:2486
|
73 |
-
msgid "The %s broke my site"
|
74 |
-
msgstr "The %s broke my site"
|
75 |
-
|
76 |
-
#: includes/class-freemius.php:2493
|
77 |
-
msgid "The %s suddenly stopped working"
|
78 |
-
msgstr "The %s suddenly stopped working"
|
79 |
-
|
80 |
-
#: includes/class-freemius.php:2503
|
81 |
-
msgid "I can't pay for it anymore"
|
82 |
-
msgstr "Nem tudom tovább fizetni"
|
83 |
-
|
84 |
-
#: includes/class-freemius.php:2505
|
85 |
-
msgid "What price would you feel comfortable paying?"
|
86 |
-
msgstr "Mi lenne az elfogadható ár, amit tudnál fizetni?"
|
87 |
-
|
88 |
-
#: includes/class-freemius.php:2511
|
89 |
-
msgid "I don't like to share my information with you"
|
90 |
-
msgstr "Nem szeretném megosztani veletek az információt"
|
91 |
-
|
92 |
-
#: includes/class-freemius.php:2532
|
93 |
-
msgid "The %s didn't work"
|
94 |
-
msgstr "A %s nem működött"
|
95 |
-
|
96 |
-
#: includes/class-freemius.php:2542
|
97 |
-
msgid "I couldn't understand how to make it work"
|
98 |
-
msgstr "Nem értettem, hogy kell használni"
|
99 |
-
|
100 |
-
#: includes/class-freemius.php:2550
|
101 |
-
msgid "The %s is great, but I need specific feature that you don't support"
|
102 |
-
msgstr "The %s is great, but I need specific feature that you don't support"
|
103 |
-
|
104 |
-
#: includes/class-freemius.php:2552
|
105 |
-
msgid "What feature?"
|
106 |
-
msgstr "Melyik funkcióra van szükséged?"
|
107 |
-
|
108 |
-
#: includes/class-freemius.php:2556
|
109 |
-
msgid "The %s is not working"
|
110 |
-
msgstr "A(z) %s nem működik"
|
111 |
-
|
112 |
-
#: includes/class-freemius.php:2558
|
113 |
-
msgid "Kindly share what didn't work so we can fix it for future users..."
|
114 |
-
msgstr "Ha elmondod mi nem működött, ki tudjuk javítani a leendő felhasználók számára..."
|
115 |
-
|
116 |
-
#: includes/class-freemius.php:2562
|
117 |
-
msgid "It's not what I was looking for"
|
118 |
-
msgstr "Nem ezt kerestem"
|
119 |
-
|
120 |
-
#: includes/class-freemius.php:2564
|
121 |
-
msgid "What you've been looking for?"
|
122 |
-
msgstr "Pontosan mit kerestél?"
|
123 |
-
|
124 |
-
#: includes/class-freemius.php:2568
|
125 |
-
msgid "The %s didn't work as expected"
|
126 |
-
msgstr "A %s nem az elvárásoknak megfelelően működött"
|
127 |
-
|
128 |
-
#: includes/class-freemius.php:2570
|
129 |
-
msgid "What did you expect?"
|
130 |
-
msgstr "Mire számítottál?"
|
131 |
-
|
132 |
-
#: includes/class-freemius.php3425, templates/debug.php:20
|
133 |
-
msgid "Freemius Debug"
|
134 |
-
msgstr "Freemius Debug"
|
135 |
-
|
136 |
-
#: includes/class-freemius.php:4177
|
137 |
-
msgid "I don't know what is cURL or how to install it, help me!"
|
138 |
-
msgstr "I don't know what is cURL or how to install it, help me!"
|
139 |
-
|
140 |
-
#: includes/class-freemius.php:4179
|
141 |
-
msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
142 |
-
msgstr "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
143 |
-
|
144 |
-
#: includes/class-freemius.php:4186
|
145 |
-
msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
146 |
-
msgstr "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
147 |
-
|
148 |
-
#: includes/class-freemius.php:4291
|
149 |
-
msgid "Yes - do your thing"
|
150 |
-
msgstr "Igen - tedd a dolgod"
|
151 |
-
|
152 |
-
#: includes/class-freemius.php:4296
|
153 |
-
msgid "No - just deactivate"
|
154 |
-
msgstr "Nem - csak deaktiválom"
|
155 |
-
|
156 |
-
#: includes/class-freemius.php4341, includes/class-freemius.php4850,
|
157 |
-
#: includes/class-freemius.php5999, includes/class-freemius.php12682,
|
158 |
-
#: includes/class-freemius.php16045, includes/class-freemius.php16133,
|
159 |
-
#: includes/class-freemius.php16299, includes/class-freemius.php18758,
|
160 |
-
#: includes/class-freemius.php18768, includes/class-freemius.php19404,
|
161 |
-
#: includes/class-freemius.php20277, includes/class-freemius.php20392,
|
162 |
-
#: includes/class-freemius.php20536, templates/add-ons.php:54
|
163 |
-
msgctxt "exclamation"
|
164 |
-
msgid "Oops"
|
165 |
-
msgstr "Hoppá"
|
166 |
-
|
167 |
-
#: includes/class-freemius.php:4410
|
168 |
-
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."
|
169 |
-
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."
|
170 |
-
|
171 |
-
#: includes/class-freemius.php:4847
|
172 |
-
msgctxt "addonX cannot run without pluginY"
|
173 |
-
msgid "%s cannot run without %s."
|
174 |
-
msgstr "%s cannot run without %s."
|
175 |
-
|
176 |
-
#: includes/class-freemius.php:4848
|
177 |
-
msgctxt "addonX cannot run..."
|
178 |
-
msgid "%s cannot run without the plugin."
|
179 |
-
msgstr "%s cannot run without the plugin."
|
180 |
-
|
181 |
-
#: includes/class-freemius.php5020, includes/class-freemius.php5045,
|
182 |
-
#: includes/class-freemius.php:19475
|
183 |
-
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
184 |
-
msgstr "Unexpected API error. Please contact the %s's author with the following error."
|
185 |
-
|
186 |
-
#: includes/class-freemius.php:5687
|
187 |
-
msgid "Premium %s version was successfully activated."
|
188 |
-
msgstr "Premium %s version was successfully activated."
|
189 |
-
|
190 |
-
#: includes/class-freemius.php5699, includes/class-freemius.php:7567
|
191 |
-
msgctxt ""
|
192 |
-
msgid "W00t"
|
193 |
-
msgstr "Fantasztikus"
|
194 |
-
|
195 |
-
#: includes/class-freemius.php:5714
|
196 |
-
msgid "You have a %s license."
|
197 |
-
msgstr "You have a %s license."
|
198 |
-
|
199 |
-
#: includes/class-freemius.php5718, includes/class-freemius.php15466,
|
200 |
-
#: includes/class-freemius.php15477, includes/class-freemius.php18669,
|
201 |
-
#: includes/class-freemius.php18999, includes/class-freemius.php19065,
|
202 |
-
#: includes/class-freemius.php:19229
|
203 |
-
msgctxt "interjection expressing joy or exuberance"
|
204 |
-
msgid "Yee-haw"
|
205 |
-
msgstr "Juhuuu"
|
206 |
-
|
207 |
-
#: includes/class-freemius.php:5982
|
208 |
-
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."
|
209 |
-
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."
|
210 |
-
|
211 |
-
#: includes/class-freemius.php:5986
|
212 |
-
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
213 |
-
msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
214 |
-
|
215 |
-
#: includes/class-freemius.php5995, templates/add-ons.php130,
|
216 |
-
#: templates/account/partials/addon.php:343
|
217 |
-
msgid "More information about %s"
|
218 |
-
msgstr "More information about %s"
|
219 |
-
|
220 |
-
#: includes/class-freemius.php:5996
|
221 |
-
msgid "Purchase License"
|
222 |
-
msgstr "Licensz vásárlása"
|
223 |
-
|
224 |
-
#: includes/class-freemius.php6931, templates/connect.php:163
|
225 |
-
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."
|
226 |
-
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."
|
227 |
-
|
228 |
-
#: includes/class-freemius.php:6935
|
229 |
-
msgid "start the trial"
|
230 |
-
msgstr "próbaidő indítása"
|
231 |
-
|
232 |
-
#: includes/class-freemius.php6936, templates/connect.php:167
|
233 |
-
msgid "complete the install"
|
234 |
-
msgstr "befejezd a telepítést"
|
235 |
-
|
236 |
-
#: includes/class-freemius.php:7049
|
237 |
-
msgid "You are just one step away - %s"
|
238 |
-
msgstr "Már csak egy lépés van hátra - %s"
|
239 |
-
|
240 |
-
#: includes/class-freemius.php:7052
|
241 |
-
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
242 |
-
msgid "Complete \"%s\" Activation Now"
|
243 |
-
msgstr "\"%s\" aktiválásának a befejezése most"
|
244 |
-
|
245 |
-
#: includes/class-freemius.php:7130
|
246 |
-
msgid "We made a few tweaks to the %s, %s"
|
247 |
-
msgstr "We made a few tweaks to the %s, %s"
|
248 |
-
|
249 |
-
#: includes/class-freemius.php:7134
|
250 |
-
msgid "Opt in to make \"%s\" better!"
|
251 |
-
msgstr "Opt in to make \"%s\" better!"
|
252 |
-
|
253 |
-
#: includes/class-freemius.php:7566
|
254 |
-
msgid "The upgrade of %s was successfully completed."
|
255 |
-
msgstr "The upgrade of %s was successfully completed."
|
256 |
-
|
257 |
-
#: includes/class-freemius.php9728, includes/class-fs-plugin-updater.php975,
|
258 |
-
#: includes/class-fs-plugin-updater.php1170,
|
259 |
-
#: includes/class-fs-plugin-updater.php1177,
|
260 |
-
#: templates/auto-installation.php:32
|
261 |
-
msgid "Add-On"
|
262 |
-
msgstr "Kiegészítő"
|
263 |
-
|
264 |
-
#: includes/class-freemius.php9730, templates/account.php313,
|
265 |
-
#: templates/account.php321, templates/debug.php361, templates/debug.php:522
|
266 |
-
msgid "Plugin"
|
267 |
-
msgstr "Bővítmény"
|
268 |
-
|
269 |
-
#: includes/class-freemius.php9731, templates/account.php314,
|
270 |
-
#: templates/account.php322, templates/debug.php361, templates/debug.php522,
|
271 |
-
#: templates/forms/deactivation/form.php:71
|
272 |
-
msgid "Theme"
|
273 |
-
msgstr "Sablon"
|
274 |
-
|
275 |
-
#: includes/class-freemius.php:12148
|
276 |
-
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
277 |
-
msgstr "An unknown error has occurred while trying to set the user's beta mode."
|
278 |
-
|
279 |
-
#: includes/class-freemius.php:12549
|
280 |
-
msgid "Invalid site details collection."
|
281 |
-
msgstr "Invalid site details collection."
|
282 |
-
|
283 |
-
#: includes/class-freemius.php:12669
|
284 |
-
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
285 |
-
msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
|
286 |
-
|
287 |
-
#: includes/class-freemius.php:12671
|
288 |
-
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
289 |
-
msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
290 |
-
|
291 |
-
#: includes/class-freemius.php:12945
|
292 |
-
msgid "Account is pending activation."
|
293 |
-
msgstr "A fiók aktiválása függőben."
|
294 |
-
|
295 |
-
#: includes/class-freemius.php13057,
|
296 |
-
#: templates/forms/premium-versions-upgrade-handler.php:47
|
297 |
-
msgid "Buy a license now"
|
298 |
-
msgstr "Vásárolj licenszet most"
|
299 |
-
|
300 |
-
#: includes/class-freemius.php13069,
|
301 |
-
#: templates/forms/premium-versions-upgrade-handler.php:46
|
302 |
-
msgid "Renew your license now"
|
303 |
-
msgstr "Licensz kulcs megújítása"
|
304 |
-
|
305 |
-
#: includes/class-freemius.php:13073
|
306 |
-
msgid "%s to access version %s security & feature updates, and support."
|
307 |
-
msgstr "%s to access version %s security & feature updates, and support."
|
308 |
-
|
309 |
-
#: includes/class-freemius.php:15448
|
310 |
-
msgid "%s activation was successfully completed."
|
311 |
-
msgstr "%s activation was successfully completed."
|
312 |
-
|
313 |
-
#: includes/class-freemius.php:15462
|
314 |
-
msgid "Your account was successfully activated with the %s plan."
|
315 |
-
msgstr "A fiókodat sikeresen aktiváltuk a következő csomaggal: %s"
|
316 |
-
|
317 |
-
#: includes/class-freemius.php15473, includes/class-freemius.php:19061
|
318 |
-
msgid "Your trial has been successfully started."
|
319 |
-
msgstr "A próbaidőszakodat sikeresen aktiváltuk."
|
320 |
-
|
321 |
-
#: includes/class-freemius.php16043, includes/class-freemius.php16131,
|
322 |
-
#: includes/class-freemius.php:16297
|
323 |
-
msgid "Couldn't activate %s."
|
324 |
-
msgstr "Couldn't activate %s."
|
325 |
-
|
326 |
-
#: includes/class-freemius.php16044, includes/class-freemius.php16132,
|
327 |
-
#: includes/class-freemius.php:16298
|
328 |
-
msgid "Please contact us with the following message:"
|
329 |
-
msgstr "Please contact us with the following message:"
|
330 |
-
|
331 |
-
#: includes/class-freemius.php:16128
|
332 |
-
msgid "An unknown error has occurred."
|
333 |
-
msgstr "An unknown error has occurred."
|
334 |
-
|
335 |
-
#: includes/class-freemius.php16655, includes/class-freemius.php:21409
|
336 |
-
msgid "Upgrade"
|
337 |
-
msgstr "Előfizetés frissítése"
|
338 |
-
|
339 |
-
#: includes/class-freemius.php:16661
|
340 |
-
msgid "Start Trial"
|
341 |
-
msgstr "Próbaidő indítása"
|
342 |
-
|
343 |
-
#: includes/class-freemius.php:16663
|
344 |
-
msgid "Pricing"
|
345 |
-
msgstr "Árak"
|
346 |
-
|
347 |
-
#: includes/class-freemius.php16742, includes/class-freemius.php:16744
|
348 |
-
msgid "Affiliation"
|
349 |
-
msgstr "Affiliation"
|
350 |
-
|
351 |
-
#: includes/class-freemius.php16772, includes/class-freemius.php16774,
|
352 |
-
#: templates/account.php177, templates/debug.php:326
|
353 |
-
msgid "Account"
|
354 |
-
msgstr "Fiók"
|
355 |
-
|
356 |
-
#: includes/class-freemius.php16787, includes/class-freemius.php16789,
|
357 |
-
#: includes/customizer/class-fs-customizer-support-section.php:60
|
358 |
-
msgid "Contact Us"
|
359 |
-
msgstr "Kapcsolat"
|
360 |
-
|
361 |
-
#: includes/class-freemius.php16799, includes/class-freemius.php16801,
|
362 |
-
#: includes/class-freemius.php21423, templates/account.php105,
|
363 |
-
#: templates/account/partials/addon.php:45
|
364 |
-
msgid "Add-Ons"
|
365 |
-
msgstr "Kiegészítők"
|
366 |
-
|
367 |
-
#: includes/class-freemius.php:16835
|
368 |
-
msgctxt "ASCII arrow left icon"
|
369 |
-
msgid "←"
|
370 |
-
msgstr "←"
|
371 |
-
|
372 |
-
#: includes/class-freemius.php:16835
|
373 |
-
msgctxt "ASCII arrow right icon"
|
374 |
-
msgid "➤"
|
375 |
-
msgstr "➤"
|
376 |
-
|
377 |
-
#: includes/class-freemius.php16837, templates/pricing.php:102
|
378 |
-
msgctxt "noun"
|
379 |
-
msgid "Pricing"
|
380 |
-
msgstr "Árak"
|
381 |
-
|
382 |
-
#: includes/class-freemius.php17050,
|
383 |
-
#: includes/customizer/class-fs-customizer-support-section.php:67
|
384 |
-
msgid "Support Forum"
|
385 |
-
msgstr "Támogató fórum"
|
386 |
-
|
387 |
-
#: includes/class-freemius.php:17995
|
388 |
-
msgid "Your email has been successfully verified - you are AWESOME!"
|
389 |
-
msgstr "Az email címedet sikerült ellenőrizni - ez nagyszerű!"
|
390 |
-
|
391 |
-
#: includes/class-freemius.php:17996
|
392 |
-
msgctxt "a positive response"
|
393 |
-
msgid "Right on"
|
394 |
-
msgstr "Right on"
|
395 |
-
|
396 |
-
#: includes/class-freemius.php:18660
|
397 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
398 |
-
msgstr "Your %s Add-on plan was successfully upgraded."
|
399 |
-
|
400 |
-
#: includes/class-freemius.php:18662
|
401 |
-
msgid "%s Add-on was successfully purchased."
|
402 |
-
msgstr "%s Add-on was successfully purchased."
|
403 |
-
|
404 |
-
#: includes/class-freemius.php:18665
|
405 |
-
msgid "Download the latest version"
|
406 |
-
msgstr "Töltsd le a legfrissebb verziót"
|
407 |
-
|
408 |
-
#: includes/class-freemius.php:18751
|
409 |
-
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
410 |
-
msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
411 |
-
|
412 |
-
#: includes/class-freemius.php18757, includes/class-freemius.php19188,
|
413 |
-
#: includes/class-freemius.php:19277
|
414 |
-
msgid "Error received from the server:"
|
415 |
-
msgstr "Error received from the server:"
|
416 |
-
|
417 |
-
#: includes/class-freemius.php:18767
|
418 |
-
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
419 |
-
msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
420 |
-
|
421 |
-
#: includes/class-freemius.php18961, includes/class-freemius.php19193,
|
422 |
-
#: includes/class-freemius.php19248, includes/class-freemius.php:19351
|
423 |
-
msgctxt ""
|
424 |
-
msgid "Hmm"
|
425 |
-
msgstr "Hmm"
|
426 |
-
|
427 |
-
#: includes/class-freemius.php:18974
|
428 |
-
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."
|
429 |
-
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."
|
430 |
-
|
431 |
-
#: includes/class-freemius.php18975, templates/account.php107,
|
432 |
-
#: templates/add-ons.php191, templates/account/partials/addon.php:47
|
433 |
-
msgctxt "trial period"
|
434 |
-
msgid "Trial"
|
435 |
-
msgstr "Próbaidő"
|
436 |
-
|
437 |
-
#: includes/class-freemius.php:18980
|
438 |
-
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
439 |
-
msgstr "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
440 |
-
|
441 |
-
#: includes/class-freemius.php18984, includes/class-freemius.php:19043
|
442 |
-
msgid "Please contact us here"
|
443 |
-
msgstr "Please contact us here"
|
444 |
-
|
445 |
-
#: includes/class-freemius.php:18995
|
446 |
-
msgid "Your plan was successfully activated."
|
447 |
-
msgstr "Your plan was successfully activated."
|
448 |
-
|
449 |
-
#: includes/class-freemius.php:18996
|
450 |
-
msgid "Your plan was successfully upgraded."
|
451 |
-
msgstr "Your plan was successfully upgraded."
|
452 |
-
|
453 |
-
#: includes/class-freemius.php:19013
|
454 |
-
msgid "Your plan was successfully changed to %s."
|
455 |
-
msgstr "Your plan was successfully changed to %s."
|
456 |
-
|
457 |
-
#: includes/class-freemius.php:19029
|
458 |
-
msgid "Your license has expired. You can still continue using the free %s forever."
|
459 |
-
msgstr "Your license has expired. You can still continue using the free %s forever."
|
460 |
-
|
461 |
-
#: includes/class-freemius.php:19031
|
462 |
-
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
463 |
-
msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
464 |
-
|
465 |
-
#: includes/class-freemius.php:19039
|
466 |
-
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
467 |
-
msgstr "Your license has been cancelled. If you think it's a mistake, please contact support."
|
468 |
-
|
469 |
-
#: includes/class-freemius.php:19052
|
470 |
-
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."
|
471 |
-
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."
|
472 |
-
|
473 |
-
#: includes/class-freemius.php:19075
|
474 |
-
msgid "Your free trial has expired. You can still continue using all our free features."
|
475 |
-
msgstr "Your free trial has expired. You can still continue using all our free features."
|
476 |
-
|
477 |
-
#: includes/class-freemius.php:19077
|
478 |
-
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
479 |
-
msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
480 |
-
|
481 |
-
#: includes/class-freemius.php:19184
|
482 |
-
msgid "It looks like the license could not be activated."
|
483 |
-
msgstr "It looks like the license could not be activated."
|
484 |
-
|
485 |
-
#: includes/class-freemius.php:19226
|
486 |
-
msgid "Your license was successfully activated."
|
487 |
-
msgstr "Your license was successfully activated."
|
488 |
-
|
489 |
-
#: includes/class-freemius.php:19252
|
490 |
-
msgid "It looks like your site currently doesn't have an active license."
|
491 |
-
msgstr "It looks like your site currently doesn't have an active license."
|
492 |
-
|
493 |
-
#: includes/class-freemius.php:19276
|
494 |
-
msgid "It looks like the license deactivation failed."
|
495 |
-
msgstr "Úgy tűnik a licensz deaktiválása nem sikerült."
|
496 |
-
|
497 |
-
#: includes/class-freemius.php:19304
|
498 |
-
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
499 |
-
msgstr "A licenszedet sikeresen deaktiváltuk, az aktuális csomagod: %s"
|
500 |
-
|
501 |
-
#: includes/class-freemius.php:19305
|
502 |
-
msgid "O.K"
|
503 |
-
msgstr "Rendben"
|
504 |
-
|
505 |
-
#: includes/class-freemius.php:19358
|
506 |
-
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
507 |
-
msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
508 |
-
|
509 |
-
#: includes/class-freemius.php:19367
|
510 |
-
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
511 |
-
msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
512 |
-
|
513 |
-
#: includes/class-freemius.php:19409
|
514 |
-
msgid "You are already running the %s in a trial mode."
|
515 |
-
msgstr "You are already running the %s in a trial mode."
|
516 |
-
|
517 |
-
#: includes/class-freemius.php:19420
|
518 |
-
msgid "You already utilized a trial before."
|
519 |
-
msgstr "You already utilized a trial before."
|
520 |
-
|
521 |
-
#: includes/class-freemius.php:19434
|
522 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
523 |
-
msgstr "Plan %s do not exist, therefore, can't start a trial."
|
524 |
-
|
525 |
-
#: includes/class-freemius.php:19445
|
526 |
-
msgid "Plan %s does not support a trial period."
|
527 |
-
msgstr "Plan %s does not support a trial period."
|
528 |
-
|
529 |
-
#: includes/class-freemius.php:19456
|
530 |
-
msgid "None of the %s's plans supports a trial period."
|
531 |
-
msgstr "None of the %s's plans supports a trial period."
|
532 |
-
|
533 |
-
#: includes/class-freemius.php:19506
|
534 |
-
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
535 |
-
msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
536 |
-
|
537 |
-
#: includes/class-freemius.php:19542
|
538 |
-
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
539 |
-
msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
540 |
-
|
541 |
-
#: includes/class-freemius.php:19561
|
542 |
-
msgid "Your %s free trial was successfully cancelled."
|
543 |
-
msgstr "Your %s free trial was successfully cancelled."
|
544 |
-
|
545 |
-
#: includes/class-freemius.php:19877
|
546 |
-
msgid "Version %s was released."
|
547 |
-
msgstr "Version %s was released."
|
548 |
-
|
549 |
-
#: includes/class-freemius.php:19877
|
550 |
-
msgid "Please download %s."
|
551 |
-
msgstr "Please download %s."
|
552 |
-
|
553 |
-
#: includes/class-freemius.php:19884
|
554 |
-
msgid "the latest %s version here"
|
555 |
-
msgstr "the latest %s version here"
|
556 |
-
|
557 |
-
#: includes/class-freemius.php:19889
|
558 |
-
msgid "New"
|
559 |
-
msgstr "Új"
|
560 |
-
|
561 |
-
#: includes/class-freemius.php:19894
|
562 |
-
msgid "Seems like you got the latest release."
|
563 |
-
msgstr "Seems like you got the latest release."
|
564 |
-
|
565 |
-
#: includes/class-freemius.php:19895
|
566 |
-
msgid "You are all good!"
|
567 |
-
msgstr "Minden rendben!"
|
568 |
-
|
569 |
-
#: includes/class-freemius.php:20165
|
570 |
-
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
571 |
-
msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
572 |
-
|
573 |
-
#: includes/class-freemius.php:20304
|
574 |
-
msgid "Site successfully opted in."
|
575 |
-
msgstr "Site successfully opted in."
|
576 |
-
|
577 |
-
#: includes/class-freemius.php20305, includes/class-freemius.php:21125
|
578 |
-
msgid "Awesome"
|
579 |
-
msgstr "Nagyszerű"
|
580 |
-
|
581 |
-
#: includes/class-freemius.php20321, templates/forms/optout.php:32
|
582 |
-
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
583 |
-
msgstr "We appreciate your help in making the %s better by letting us track some usage data."
|
584 |
-
|
585 |
-
#: includes/class-freemius.php:20322
|
586 |
-
msgid "Thank you!"
|
587 |
-
msgstr "Köszönjük!"
|
588 |
-
|
589 |
-
#: includes/class-freemius.php:20329
|
590 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
591 |
-
msgstr "We will no longer be sending any usage data of %s on %s to %s."
|
592 |
-
|
593 |
-
#: includes/class-freemius.php:20458
|
594 |
-
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."
|
595 |
-
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."
|
596 |
-
|
597 |
-
#: includes/class-freemius.php:20464
|
598 |
-
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
599 |
-
msgstr "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
600 |
-
|
601 |
-
#: includes/class-freemius.php:20469
|
602 |
-
msgid "%s is the new owner of the account."
|
603 |
-
msgstr "%s is the new owner of the account."
|
604 |
-
|
605 |
-
#: includes/class-freemius.php:20471
|
606 |
-
msgctxt "as congratulations"
|
607 |
-
msgid "Congrats"
|
608 |
-
msgstr "Gratulálunk"
|
609 |
-
|
610 |
-
#: includes/class-freemius.php:20491
|
611 |
-
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
612 |
-
msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
613 |
-
|
614 |
-
#: includes/class-freemius.php:20492
|
615 |
-
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
616 |
-
msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
617 |
-
|
618 |
-
#: includes/class-freemius.php:20499
|
619 |
-
msgid "Change Ownership"
|
620 |
-
msgstr "Tulajdonos módosítása"
|
621 |
-
|
622 |
-
#: includes/class-freemius.php:20507
|
623 |
-
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
624 |
-
msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
625 |
-
|
626 |
-
#: includes/class-freemius.php:20519
|
627 |
-
msgid "Please provide your full name."
|
628 |
-
msgstr "Kérlek add meg a teljes neved!"
|
629 |
-
|
630 |
-
#: includes/class-freemius.php:20524
|
631 |
-
msgid "Your name was successfully updated."
|
632 |
-
msgstr "A neved sikeresen frissítettük."
|
633 |
-
|
634 |
-
#: includes/class-freemius.php:20585
|
635 |
-
msgid "You have successfully updated your %s."
|
636 |
-
msgstr "You have successfully updated your %s."
|
637 |
-
|
638 |
-
#: includes/class-freemius.php:20725
|
639 |
-
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
640 |
-
msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
641 |
-
|
642 |
-
#: includes/class-freemius.php:20726
|
643 |
-
msgctxt "advance notice of something that will need attention."
|
644 |
-
msgid "Heads up"
|
645 |
-
msgstr "Figyelem"
|
646 |
-
|
647 |
-
#: includes/class-freemius.php:21165
|
648 |
-
msgctxt "exclamation"
|
649 |
-
msgid "Hey"
|
650 |
-
msgstr "Üdv"
|
651 |
-
|
652 |
-
#: includes/class-freemius.php:21165
|
653 |
-
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
654 |
-
msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
655 |
-
|
656 |
-
#: includes/class-freemius.php:21173
|
657 |
-
msgid "No commitment for %s days - cancel anytime!"
|
658 |
-
msgstr "No commitment for %s days - cancel anytime!"
|
659 |
-
|
660 |
-
#: includes/class-freemius.php:21174
|
661 |
-
msgid "No credit card required"
|
662 |
-
msgstr "Bankkártya megadása nem kötelező"
|
663 |
-
|
664 |
-
#: includes/class-freemius.php21181, templates/forms/trial-start.php:53
|
665 |
-
msgctxt "call to action"
|
666 |
-
msgid "Start free trial"
|
667 |
-
msgstr "Start free trial"
|
668 |
-
|
669 |
-
#: includes/class-freemius.php:21258
|
670 |
-
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!"
|
671 |
-
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!"
|
672 |
-
|
673 |
-
#: includes/class-freemius.php:21267
|
674 |
-
msgid "Learn more"
|
675 |
-
msgstr "Bővebben"
|
676 |
-
|
677 |
-
#: includes/class-freemius.php21447, templates/account.php474,
|
678 |
-
#: templates/account.php595, templates/connect.php171,
|
679 |
-
#: templates/connect.php421, templates/forms/license-activation.php25,
|
680 |
-
#: templates/account/partials/addon.php:287
|
681 |
-
msgid "Activate License"
|
682 |
-
msgstr "Licensz aktiválása"
|
683 |
-
|
684 |
-
#: includes/class-freemius.php21448, templates/account.php543,
|
685 |
-
#: templates/account.php594, templates/account/partials/site.php:256
|
686 |
-
msgid "Change License"
|
687 |
-
msgstr "Licensz módosítása"
|
688 |
-
|
689 |
-
#: includes/class-freemius.php21539, templates/account/partials/site.php:161
|
690 |
-
msgid "Opt Out"
|
691 |
-
msgstr "Leiratkozás"
|
692 |
-
|
693 |
-
#: includes/class-freemius.php21541, includes/class-freemius.php21547,
|
694 |
-
#: templates/account/partials/site.php43,
|
695 |
-
#: templates/account/partials/site.php:161
|
696 |
-
msgid "Opt In"
|
697 |
-
msgstr "Feliratkozás"
|
698 |
-
|
699 |
-
#: includes/class-freemius.php:21775
|
700 |
-
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
701 |
-
msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
702 |
-
|
703 |
-
#: includes/class-freemius.php:21783
|
704 |
-
msgid "Activate %s features"
|
705 |
-
msgstr "Activate %s features"
|
706 |
-
|
707 |
-
#: includes/class-freemius.php:21796
|
708 |
-
msgid "Please follow these steps to complete the upgrade"
|
709 |
-
msgstr "Please follow these steps to complete the upgrade"
|
710 |
-
|
711 |
-
#: includes/class-freemius.php:21800
|
712 |
-
msgid "Download the latest %s version"
|
713 |
-
msgstr "Download the latest %s version"
|
714 |
-
|
715 |
-
#: includes/class-freemius.php:21804
|
716 |
-
msgid "Upload and activate the downloaded version"
|
717 |
-
msgstr "Upload and activate the downloaded version"
|
718 |
-
|
719 |
-
#: includes/class-freemius.php:21806
|
720 |
-
msgid "How to upload and activate?"
|
721 |
-
msgstr "How to upload and activate?"
|
722 |
-
|
723 |
-
#: includes/class-freemius.php:21940
|
724 |
-
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
725 |
-
msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
|
726 |
-
|
727 |
-
#: includes/class-freemius.php:22101
|
728 |
-
msgid "Auto installation only works for opted-in users."
|
729 |
-
msgstr "Auto installation only works for opted-in users."
|
730 |
-
|
731 |
-
#: includes/class-freemius.php22111, includes/class-freemius.php22144,
|
732 |
-
#: includes/class-fs-plugin-updater.php1149,
|
733 |
-
#: includes/class-fs-plugin-updater.php:1163
|
734 |
-
msgid "Invalid module ID."
|
735 |
-
msgstr "Invalid module ID."
|
736 |
-
|
737 |
-
#: includes/class-freemius.php22120, includes/class-fs-plugin-updater.php:1185
|
738 |
-
msgid "Premium version already active."
|
739 |
-
msgstr "Premium version already active."
|
740 |
-
|
741 |
-
#: includes/class-freemius.php:22127
|
742 |
-
msgid "You do not have a valid license to access the premium version."
|
743 |
-
msgstr "You do not have a valid license to access the premium version."
|
744 |
-
|
745 |
-
#: includes/class-freemius.php:22134
|
746 |
-
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
747 |
-
msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
748 |
-
|
749 |
-
#: includes/class-freemius.php22152, includes/class-fs-plugin-updater.php:1184
|
750 |
-
msgid "Premium add-on version already installed."
|
751 |
-
msgstr "Premium add-on version already installed."
|
752 |
-
|
753 |
-
#: includes/class-freemius.php:22497
|
754 |
-
msgid "View paid features"
|
755 |
-
msgstr "Fizetős funkciók megtekintése"
|
756 |
-
|
757 |
-
#: includes/class-freemius.php:22819
|
758 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
759 |
-
msgstr "Thank you so much for using %s and its add-ons!"
|
760 |
-
|
761 |
-
#: includes/class-freemius.php:22820
|
762 |
-
msgid "Thank you so much for using %s!"
|
763 |
-
msgstr "Thank you so much for using %s!"
|
764 |
-
|
765 |
-
#: includes/class-freemius.php:22826
|
766 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
767 |
-
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
768 |
-
|
769 |
-
#: includes/class-freemius.php:22830
|
770 |
-
msgid "Thank you so much for using our products!"
|
771 |
-
msgstr "Thank you so much for using our products!"
|
772 |
-
|
773 |
-
#: includes/class-freemius.php:22831
|
774 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
775 |
-
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
776 |
-
|
777 |
-
#: includes/class-freemius.php:22850
|
778 |
-
msgid "%s and its add-ons"
|
779 |
-
msgstr "%s and its add-ons"
|
780 |
-
|
781 |
-
#: includes/class-freemius.php:22859
|
782 |
-
msgid "Products"
|
783 |
-
msgstr "Termékek"
|
784 |
-
|
785 |
-
#: includes/class-freemius.php22866, templates/connect.php:272
|
786 |
-
msgid "Yes"
|
787 |
-
msgstr "Igen"
|
788 |
-
|
789 |
-
#: includes/class-freemius.php22867, templates/connect.php:273
|
790 |
-
msgid "send me security & feature updates, educational content and offers."
|
791 |
-
msgstr "kérek biztonsági és funkcionális frissítéseket, használati ismertetőket és ajánlatokat."
|
792 |
-
|
793 |
-
#: includes/class-freemius.php22868, templates/connect.php:278
|
794 |
-
msgid "No"
|
795 |
-
msgstr "Nem"
|
796 |
-
|
797 |
-
#: includes/class-freemius.php22870, templates/connect.php:280
|
798 |
-
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
799 |
-
msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
|
800 |
-
|
801 |
-
#: includes/class-freemius.php:22880
|
802 |
-
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 :-)"
|
803 |
-
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 :-)"
|
804 |
-
|
805 |
-
#: includes/class-freemius.php22882, templates/connect.php:287
|
806 |
-
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
807 |
-
msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
808 |
-
|
809 |
-
#: includes/class-freemius.php:23164
|
810 |
-
msgid "License key is empty."
|
811 |
-
msgstr "A licensz kulcs üres."
|
812 |
-
|
813 |
-
#: includes/class-fs-plugin-updater.php184,
|
814 |
-
#: templates/forms/premium-versions-upgrade-handler.php:57
|
815 |
-
msgid "Renew license"
|
816 |
-
msgstr "Licensz megújítása"
|
817 |
-
|
818 |
-
#: includes/class-fs-plugin-updater.php189,
|
819 |
-
#: templates/forms/premium-versions-upgrade-handler.php:58
|
820 |
-
msgid "Buy license"
|
821 |
-
msgstr "Licensz vásárlása"
|
822 |
-
|
823 |
-
#: includes/class-fs-plugin-updater.php280,
|
824 |
-
#: includes/class-fs-plugin-updater.php:313
|
825 |
-
msgid "There is a %s of %s available."
|
826 |
-
msgstr "There is a %s of %s available."
|
827 |
-
|
828 |
-
#: includes/class-fs-plugin-updater.php282,
|
829 |
-
#: includes/class-fs-plugin-updater.php:318
|
830 |
-
msgid "new Beta version"
|
831 |
-
msgstr "new Beta version"
|
832 |
-
|
833 |
-
#: includes/class-fs-plugin-updater.php283,
|
834 |
-
#: includes/class-fs-plugin-updater.php:319
|
835 |
-
msgid "new version"
|
836 |
-
msgstr "új verzió"
|
837 |
-
|
838 |
-
#: includes/class-fs-plugin-updater.php:342
|
839 |
-
msgid "Important Upgrade Notice:"
|
840 |
-
msgstr "Important Upgrade Notice:"
|
841 |
-
|
842 |
-
#: includes/class-fs-plugin-updater.php:1214
|
843 |
-
msgid "Installing plugin: %s"
|
844 |
-
msgstr "Bővítmény telepítése: %s"
|
845 |
-
|
846 |
-
#: includes/class-fs-plugin-updater.php:1255
|
847 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
848 |
-
msgstr "Unable to connect to the filesystem. Please confirm your credentials."
|
849 |
-
|
850 |
-
#: includes/class-fs-plugin-updater.php:1437
|
851 |
-
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
852 |
-
msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
853 |
-
|
854 |
-
#: includes/fs-plugin-info-dialog.php:509
|
855 |
-
msgid "Purchase More"
|
856 |
-
msgstr "Purchase More"
|
857 |
-
|
858 |
-
#: includes/fs-plugin-info-dialog.php510,
|
859 |
-
#: templates/account/partials/addon.php:347
|
860 |
-
msgctxt "verb"
|
861 |
-
msgid "Purchase"
|
862 |
-
msgstr "Vásárlás"
|
863 |
-
|
864 |
-
#: includes/fs-plugin-info-dialog.php:514
|
865 |
-
msgid "Start my free %s"
|
866 |
-
msgstr "Start my free %s"
|
867 |
-
|
868 |
-
#: includes/fs-plugin-info-dialog.php:712
|
869 |
-
msgid "Install Free Version Update Now"
|
870 |
-
msgstr "Install Free Version Update Now"
|
871 |
-
|
872 |
-
#: includes/fs-plugin-info-dialog.php713, templates/account.php:534
|
873 |
-
msgid "Install Update Now"
|
874 |
-
msgstr "Frissítés telepítése most"
|
875 |
-
|
876 |
-
#: includes/fs-plugin-info-dialog.php:722
|
877 |
-
msgid "Install Free Version Now"
|
878 |
-
msgstr "Install Free Version Now"
|
879 |
-
|
880 |
-
#: includes/fs-plugin-info-dialog.php723, templates/add-ons.php262,
|
881 |
-
#: templates/auto-installation.php111,
|
882 |
-
#: templates/account/partials/addon.php327,
|
883 |
-
#: templates/account/partials/addon.php:379
|
884 |
-
msgid "Install Now"
|
885 |
-
msgstr "Telepítés most"
|
886 |
-
|
887 |
-
#: includes/fs-plugin-info-dialog.php:739
|
888 |
-
msgctxt "as download latest version"
|
889 |
-
msgid "Download Latest Free Version"
|
890 |
-
msgstr "Download Latest Free Version"
|
891 |
-
|
892 |
-
#: includes/fs-plugin-info-dialog.php740, templates/account.php85,
|
893 |
-
#: templates/add-ons.php34, templates/account/partials/addon.php:25
|
894 |
-
msgctxt "as download latest version"
|
895 |
-
msgid "Download Latest"
|
896 |
-
msgstr "Download Latest"
|
897 |
-
|
898 |
-
#: includes/fs-plugin-info-dialog.php755, templates/add-ons.php268,
|
899 |
-
#: templates/account/partials/addon.php318,
|
900 |
-
#: templates/account/partials/addon.php:373
|
901 |
-
msgid "Activate this add-on"
|
902 |
-
msgstr "Activate this add-on"
|
903 |
-
|
904 |
-
#: includes/fs-plugin-info-dialog.php757, templates/connect.php:418
|
905 |
-
msgid "Activate Free Version"
|
906 |
-
msgstr "Ingyenes verzió aktiválása"
|
907 |
-
|
908 |
-
#: includes/fs-plugin-info-dialog.php758, templates/account.php109,
|
909 |
-
#: templates/add-ons.php269, templates/account/partials/addon.php:49
|
910 |
-
msgid "Activate"
|
911 |
-
msgstr "Aktiválás"
|
912 |
-
|
913 |
-
#: includes/fs-plugin-info-dialog.php:968
|
914 |
-
msgctxt "Plugin installer section title"
|
915 |
-
msgid "Description"
|
916 |
-
msgstr "Leírás"
|
917 |
-
|
918 |
-
#: includes/fs-plugin-info-dialog.php:969
|
919 |
-
msgctxt "Plugin installer section title"
|
920 |
-
msgid "Installation"
|
921 |
-
msgstr "Telepítés"
|
922 |
-
|
923 |
-
#: includes/fs-plugin-info-dialog.php:970
|
924 |
-
msgctxt "Plugin installer section title"
|
925 |
-
msgid "FAQ"
|
926 |
-
msgstr "GYIK"
|
927 |
-
|
928 |
-
#: includes/fs-plugin-info-dialog.php971,
|
929 |
-
#: templates/plugin-info/description.php:55
|
930 |
-
msgid "Screenshots"
|
931 |
-
msgstr "Képernyőfotók"
|
932 |
-
|
933 |
-
#: includes/fs-plugin-info-dialog.php:972
|
934 |
-
msgctxt "Plugin installer section title"
|
935 |
-
msgid "Changelog"
|
936 |
-
msgstr "Változtatások"
|
937 |
-
|
938 |
-
#: includes/fs-plugin-info-dialog.php:973
|
939 |
-
msgctxt "Plugin installer section title"
|
940 |
-
msgid "Reviews"
|
941 |
-
msgstr "Vélemények"
|
942 |
-
|
943 |
-
#: includes/fs-plugin-info-dialog.php:974
|
944 |
-
msgctxt "Plugin installer section title"
|
945 |
-
msgid "Other Notes"
|
946 |
-
msgstr "Egyéb megjegyzések"
|
947 |
-
|
948 |
-
#: includes/fs-plugin-info-dialog.php:989
|
949 |
-
msgctxt "Plugin installer section title"
|
950 |
-
msgid "Features & Pricing"
|
951 |
-
msgstr "Funkciók & Árak"
|
952 |
-
|
953 |
-
#: includes/fs-plugin-info-dialog.php:999
|
954 |
-
msgid "Plugin Install"
|
955 |
-
msgstr "Bővítmény telepítése"
|
956 |
-
|
957 |
-
#: includes/fs-plugin-info-dialog.php:1071
|
958 |
-
msgctxt "e.g. Professional Plan"
|
959 |
-
msgid "%s Plan"
|
960 |
-
msgstr "%s csomag"
|
961 |
-
|
962 |
-
#: includes/fs-plugin-info-dialog.php:1097
|
963 |
-
msgctxt "e.g. the best product"
|
964 |
-
msgid "Best"
|
965 |
-
msgstr "Legjobb"
|
966 |
-
|
967 |
-
#: includes/fs-plugin-info-dialog.php1103,
|
968 |
-
#: includes/fs-plugin-info-dialog.php:1123
|
969 |
-
msgctxt "as every month"
|
970 |
-
msgid "Monthly"
|
971 |
-
msgstr "Havi"
|
972 |
-
|
973 |
-
#: includes/fs-plugin-info-dialog.php:1106
|
974 |
-
msgctxt "as once a year"
|
975 |
-
msgid "Annual"
|
976 |
-
msgstr "Éves"
|
977 |
-
|
978 |
-
#: includes/fs-plugin-info-dialog.php:1109
|
979 |
-
msgid "Lifetime"
|
980 |
-
msgstr "Örök"
|
981 |
-
|
982 |
-
#: includes/fs-plugin-info-dialog.php1123,
|
983 |
-
#: includes/fs-plugin-info-dialog.php1125,
|
984 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
985 |
-
msgctxt "e.g. billed monthly"
|
986 |
-
msgid "Billed %s"
|
987 |
-
msgstr "%s számlázás"
|
988 |
-
|
989 |
-
#: includes/fs-plugin-info-dialog.php:1125
|
990 |
-
msgctxt "as once a year"
|
991 |
-
msgid "Annually"
|
992 |
-
msgstr "Éves"
|
993 |
-
|
994 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
995 |
-
msgctxt "as once a year"
|
996 |
-
msgid "Once"
|
997 |
-
msgstr "Egyszeri"
|
998 |
-
|
999 |
-
#: includes/fs-plugin-info-dialog.php:1133
|
1000 |
-
msgid "Single Site License"
|
1001 |
-
msgstr "Egy weboldalas licensz"
|
1002 |
-
|
1003 |
-
#: includes/fs-plugin-info-dialog.php:1135
|
1004 |
-
msgid "Unlimited Licenses"
|
1005 |
-
msgstr "Korlátlan licensz"
|
1006 |
-
|
1007 |
-
#: includes/fs-plugin-info-dialog.php:1137
|
1008 |
-
msgid "Up to %s Sites"
|
1009 |
-
msgstr "Up to %s Sites"
|
1010 |
-
|
1011 |
-
#: includes/fs-plugin-info-dialog.php1147,
|
1012 |
-
#: templates/plugin-info/features.php:82
|
1013 |
-
msgctxt "as monthly period"
|
1014 |
-
msgid "mo"
|
1015 |
-
msgstr "hó"
|
1016 |
-
|
1017 |
-
#: includes/fs-plugin-info-dialog.php1154,
|
1018 |
-
#: templates/plugin-info/features.php:80
|
1019 |
-
msgctxt "as annual period"
|
1020 |
-
msgid "year"
|
1021 |
-
msgstr "év"
|
1022 |
-
|
1023 |
-
#: includes/fs-plugin-info-dialog.php:1208
|
1024 |
-
msgctxt "noun"
|
1025 |
-
msgid "Price"
|
1026 |
-
msgstr "Ár"
|
1027 |
-
|
1028 |
-
#: includes/fs-plugin-info-dialog.php:1256
|
1029 |
-
msgid "Save %s"
|
1030 |
-
msgstr "%s mentése"
|
1031 |
-
|
1032 |
-
#: includes/fs-plugin-info-dialog.php:1266
|
1033 |
-
msgid "No commitment for %s - cancel anytime"
|
1034 |
-
msgstr "No commitment for %s - cancel anytime"
|
1035 |
-
|
1036 |
-
#: includes/fs-plugin-info-dialog.php:1269
|
1037 |
-
msgid "After your free %s, pay as little as %s"
|
1038 |
-
msgstr "After your free %s, pay as little as %s"
|
1039 |
-
|
1040 |
-
#: includes/fs-plugin-info-dialog.php:1280
|
1041 |
-
msgid "Details"
|
1042 |
-
msgstr "Részletek"
|
1043 |
-
|
1044 |
-
#: includes/fs-plugin-info-dialog.php1284, templates/account.php96,
|
1045 |
-
#: templates/debug.php203, templates/debug.php240, templates/debug.php454,
|
1046 |
-
#: templates/account/partials/addon.php:36
|
1047 |
-
msgctxt "product version"
|
1048 |
-
msgid "Version"
|
1049 |
-
msgstr "Verzió"
|
1050 |
-
|
1051 |
-
#: includes/fs-plugin-info-dialog.php:1291
|
1052 |
-
msgctxt "as the plugin author"
|
1053 |
-
msgid "Author"
|
1054 |
-
msgstr "Szerző"
|
1055 |
-
|
1056 |
-
#: includes/fs-plugin-info-dialog.php:1298
|
1057 |
-
msgid "Last Updated"
|
1058 |
-
msgstr "Utolsó frissítés"
|
1059 |
-
|
1060 |
-
#: includes/fs-plugin-info-dialog.php1303, templates/account.php:444
|
1061 |
-
msgctxt "x-ago"
|
1062 |
-
msgid "%s ago"
|
1063 |
-
msgstr "%s ago"
|
1064 |
-
|
1065 |
-
#: includes/fs-plugin-info-dialog.php:1312
|
1066 |
-
msgid "Requires WordPress Version"
|
1067 |
-
msgstr "A következő WordPress verzió szükséges:"
|
1068 |
-
|
1069 |
-
#: includes/fs-plugin-info-dialog.php:1313
|
1070 |
-
msgid "%s or higher"
|
1071 |
-
msgstr "%s or higher"
|
1072 |
-
|
1073 |
-
#: includes/fs-plugin-info-dialog.php:1320
|
1074 |
-
msgid "Compatible up to"
|
1075 |
-
msgstr "Compatible up to"
|
1076 |
-
|
1077 |
-
#: includes/fs-plugin-info-dialog.php:1328
|
1078 |
-
msgid "Downloaded"
|
1079 |
-
msgstr "Letöltések száma:"
|
1080 |
-
|
1081 |
-
#: includes/fs-plugin-info-dialog.php:1332
|
1082 |
-
msgid "%s time"
|
1083 |
-
msgstr "%s"
|
1084 |
-
|
1085 |
-
#: includes/fs-plugin-info-dialog.php:1334
|
1086 |
-
msgid "%s times"
|
1087 |
-
msgstr "%s"
|
1088 |
-
|
1089 |
-
#: includes/fs-plugin-info-dialog.php:1344
|
1090 |
-
msgid "WordPress.org Plugin Page"
|
1091 |
-
msgstr "WordPress.org bővítmény oldal"
|
1092 |
-
|
1093 |
-
#: includes/fs-plugin-info-dialog.php:1352
|
1094 |
-
msgid "Plugin Homepage"
|
1095 |
-
msgstr "Bővítmény oldala"
|
1096 |
-
|
1097 |
-
#: includes/fs-plugin-info-dialog.php1360,
|
1098 |
-
#: includes/fs-plugin-info-dialog.php:1442
|
1099 |
-
msgid "Donate to this plugin"
|
1100 |
-
msgstr "Bővítmény támogatása"
|
1101 |
-
|
1102 |
-
#: includes/fs-plugin-info-dialog.php:1367
|
1103 |
-
msgid "Average Rating"
|
1104 |
-
msgstr "Átlagos értékelés"
|
1105 |
-
|
1106 |
-
#: includes/fs-plugin-info-dialog.php:1374
|
1107 |
-
msgid "based on %s"
|
1108 |
-
msgstr "based on %s"
|
1109 |
-
|
1110 |
-
#: includes/fs-plugin-info-dialog.php:1378
|
1111 |
-
msgid "%s rating"
|
1112 |
-
msgstr "%s rating"
|
1113 |
-
|
1114 |
-
#: includes/fs-plugin-info-dialog.php:1380
|
1115 |
-
msgid "%s ratings"
|
1116 |
-
msgstr "%s ratings"
|
1117 |
-
|
1118 |
-
#: includes/fs-plugin-info-dialog.php:1395
|
1119 |
-
msgid "%s star"
|
1120 |
-
msgstr "%s star"
|
1121 |
-
|
1122 |
-
#: includes/fs-plugin-info-dialog.php:1397
|
1123 |
-
msgid "%s stars"
|
1124 |
-
msgstr "%s stars"
|
1125 |
-
|
1126 |
-
#: includes/fs-plugin-info-dialog.php:1408
|
1127 |
-
msgid "Click to see reviews that provided a rating of %s"
|
1128 |
-
msgstr "Click to see reviews that provided a rating of %s"
|
1129 |
-
|
1130 |
-
#: includes/fs-plugin-info-dialog.php:1421
|
1131 |
-
msgid "Contributors"
|
1132 |
-
msgstr "Közreműködők"
|
1133 |
-
|
1134 |
-
#: includes/fs-plugin-info-dialog.php1450,
|
1135 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1136 |
-
msgid "Warning"
|
1137 |
-
msgstr "Figyelmeztetés"
|
1138 |
-
|
1139 |
-
#: includes/fs-plugin-info-dialog.php:1450
|
1140 |
-
msgid "This plugin has not been tested with your current version of WordPress."
|
1141 |
-
msgstr "This plugin has not been tested with your current version of WordPress."
|
1142 |
-
|
1143 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1144 |
-
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1145 |
-
msgstr "This plugin has not been marked as compatible with your version of WordPress."
|
1146 |
-
|
1147 |
-
#: includes/fs-plugin-info-dialog.php:1471
|
1148 |
-
msgid "Paid add-on must be deployed to Freemius."
|
1149 |
-
msgstr "Paid add-on must be deployed to Freemius."
|
1150 |
-
|
1151 |
-
#: includes/fs-plugin-info-dialog.php:1472
|
1152 |
-
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1153 |
-
msgstr "Add-on must be deployed to WordPress.org or Freemius."
|
1154 |
-
|
1155 |
-
#: includes/fs-plugin-info-dialog.php:1493
|
1156 |
-
msgid "Newer Version (%s) Installed"
|
1157 |
-
msgstr "Newer Version (%s) Installed"
|
1158 |
-
|
1159 |
-
#: includes/fs-plugin-info-dialog.php:1494
|
1160 |
-
msgid "Newer Free Version (%s) Installed"
|
1161 |
-
msgstr "Newer Free Version (%s) Installed"
|
1162 |
-
|
1163 |
-
#: includes/fs-plugin-info-dialog.php:1501
|
1164 |
-
msgid "Latest Version Installed"
|
1165 |
-
msgstr "Legfrissebb verzió telepítve"
|
1166 |
-
|
1167 |
-
#: includes/fs-plugin-info-dialog.php:1502
|
1168 |
-
msgid "Latest Free Version Installed"
|
1169 |
-
msgstr "Legfrissebb ingyenes verzió telepítve"
|
1170 |
-
|
1171 |
-
#: templates/account.php86, templates/forms/subscription-cancellation.php96,
|
1172 |
-
#: templates/account/partials/addon.php26,
|
1173 |
-
#: templates/account/partials/site.php:295
|
1174 |
-
msgid "Downgrading your plan"
|
1175 |
-
msgstr "Downgrading your plan"
|
1176 |
-
|
1177 |
-
#: templates/account.php87, templates/forms/subscription-cancellation.php97,
|
1178 |
-
#: templates/account/partials/addon.php27,
|
1179 |
-
#: templates/account/partials/site.php:296
|
1180 |
-
msgid "Cancelling the subscription"
|
1181 |
-
msgstr "Cancelling the subscription"
|
1182 |
-
|
1183 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
1184 |
-
#. subscription'
|
1185 |
-
#: templates/account.php:89
|
1186 |
-
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1187 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1188 |
-
|
1189 |
-
#: templates/account.php90, templates/forms/subscription-cancellation.php100,
|
1190 |
-
#: templates/account/partials/addon.php30,
|
1191 |
-
#: templates/account/partials/site.php:299
|
1192 |
-
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."
|
1193 |
-
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."
|
1194 |
-
|
1195 |
-
#: templates/account.php91, templates/forms/subscription-cancellation.php106,
|
1196 |
-
#: templates/account/partials/addon.php:31
|
1197 |
-
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1198 |
-
msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1199 |
-
|
1200 |
-
#: templates/account.php92, templates/forms/subscription-cancellation.php101,
|
1201 |
-
#: templates/account/partials/addon.php32,
|
1202 |
-
#: templates/account/partials/site.php:300
|
1203 |
-
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1204 |
-
msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1205 |
-
|
1206 |
-
#: templates/account.php93, templates/forms/subscription-cancellation.php102,
|
1207 |
-
#: templates/account/partials/addon.php33,
|
1208 |
-
#: templates/account/partials/site.php:301
|
1209 |
-
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1210 |
-
msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1211 |
-
|
1212 |
-
#. translators: %s: Plan title (e.g. "Professional")
|
1213 |
-
#: templates/account.php95,
|
1214 |
-
#: templates/account/partials/activate-license-button.php31,
|
1215 |
-
#: templates/account/partials/addon.php:35
|
1216 |
-
msgid "Activate %s Plan"
|
1217 |
-
msgstr "%s csomag aktiválása"
|
1218 |
-
|
1219 |
-
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1220 |
-
#: templates/account.php98, templates/account/partials/addon.php38,
|
1221 |
-
#: templates/account/partials/site.php:275
|
1222 |
-
msgid "Auto renews in %s"
|
1223 |
-
msgstr "Auto renews in %s"
|
1224 |
-
|
1225 |
-
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1226 |
-
#: templates/account.php100, templates/account/partials/addon.php40,
|
1227 |
-
#: templates/account/partials/site.php:277
|
1228 |
-
msgid "Expires in %s"
|
1229 |
-
msgstr "Hátralévő idő: %s"
|
1230 |
-
|
1231 |
-
#: templates/account.php101, templates/account/partials/addon.php:41
|
1232 |
-
msgctxt "as synchronize license"
|
1233 |
-
msgid "Sync License"
|
1234 |
-
msgstr "Licensz szinkronizálása"
|
1235 |
-
|
1236 |
-
#: templates/account.php102, templates/account/partials/addon.php:42
|
1237 |
-
msgid "Cancel Trial"
|
1238 |
-
msgstr "Próbaidő törlése"
|
1239 |
-
|
1240 |
-
#: templates/account.php103, templates/account/partials/addon.php:43
|
1241 |
-
msgid "Change Plan"
|
1242 |
-
msgstr "Csomag módosítása"
|
1243 |
-
|
1244 |
-
#: templates/account.php104, templates/account/partials/addon.php:44
|
1245 |
-
msgctxt "verb"
|
1246 |
-
msgid "Upgrade"
|
1247 |
-
msgstr "Váltás nagyobb csomagra"
|
1248 |
-
|
1249 |
-
#: templates/account.php106, templates/account/partials/addon.php46,
|
1250 |
-
#: templates/account/partials/site.php:302
|
1251 |
-
msgctxt "verb"
|
1252 |
-
msgid "Downgrade"
|
1253 |
-
msgstr "Váltás kisebb csomagra"
|
1254 |
-
|
1255 |
-
#: templates/account.php108, templates/add-ons.php187,
|
1256 |
-
#: templates/plugin-info/features.php72,
|
1257 |
-
#: templates/account/partials/addon.php48,
|
1258 |
-
#: templates/account/partials/site.php:31
|
1259 |
-
msgid "Free"
|
1260 |
-
msgstr "Ingyenes"
|
1261 |
-
|
1262 |
-
#: templates/account.php110, templates/debug.php373,
|
1263 |
-
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1264 |
-
#: templates/account/partials/addon.php:50
|
1265 |
-
msgctxt "as product pricing plan"
|
1266 |
-
msgid "Plan"
|
1267 |
-
msgstr "Csomag"
|
1268 |
-
|
1269 |
-
#: templates/account.php:111
|
1270 |
-
msgid "Bundle Plan"
|
1271 |
-
msgstr "Bundle Plan"
|
1272 |
-
|
1273 |
-
#: templates/account.php:185
|
1274 |
-
msgid "Free Trial"
|
1275 |
-
msgstr "Ingyenes próbaidő"
|
1276 |
-
|
1277 |
-
#: templates/account.php:196
|
1278 |
-
msgid "Account Details"
|
1279 |
-
msgstr "Fiók információk"
|
1280 |
-
|
1281 |
-
#: templates/account.php:200
|
1282 |
-
msgid "Billing & Invoices"
|
1283 |
-
msgstr "Billing & Invoices"
|
1284 |
-
|
1285 |
-
#: templates/account.php:210
|
1286 |
-
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?"
|
1287 |
-
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?"
|
1288 |
-
|
1289 |
-
#: templates/account.php:212
|
1290 |
-
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?"
|
1291 |
-
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?"
|
1292 |
-
|
1293 |
-
#: templates/account.php:215
|
1294 |
-
msgid "Delete Account"
|
1295 |
-
msgstr "Fiók törlése"
|
1296 |
-
|
1297 |
-
#: templates/account.php227, templates/account/partials/addon.php211,
|
1298 |
-
#: templates/account/partials/deactivate-license-button.php:35
|
1299 |
-
msgid "Deactivate License"
|
1300 |
-
msgstr "Licensz deaktiválása"
|
1301 |
-
|
1302 |
-
#: templates/account.php250, templates/forms/subscription-cancellation.php:125
|
1303 |
-
msgid "Are you sure you want to proceed?"
|
1304 |
-
msgstr "Are you sure you want to proceed?"
|
1305 |
-
|
1306 |
-
#: templates/account.php250, templates/account/partials/addon.php:234
|
1307 |
-
msgid "Cancel Subscription"
|
1308 |
-
msgstr "Előfizetés törlése"
|
1309 |
-
|
1310 |
-
#: templates/account.php:278
|
1311 |
-
msgctxt "as synchronize"
|
1312 |
-
msgid "Sync"
|
1313 |
-
msgstr "Szinkronizálás"
|
1314 |
-
|
1315 |
-
#: templates/account.php292, templates/debug.php:489
|
1316 |
-
msgid "Name"
|
1317 |
-
msgstr "Név"
|
1318 |
-
|
1319 |
-
#: templates/account.php298, templates/debug.php:490
|
1320 |
-
msgid "Email"
|
1321 |
-
msgstr "Email"
|
1322 |
-
|
1323 |
-
#: templates/account.php305, templates/debug.php372, templates/debug.php:528
|
1324 |
-
msgid "User ID"
|
1325 |
-
msgstr "Felhasználó ID"
|
1326 |
-
|
1327 |
-
#: templates/account.php322, templates/account.php608,
|
1328 |
-
#: templates/account.php653, templates/debug.php238, templates/debug.php366,
|
1329 |
-
#: templates/debug.php451, templates/debug.php488, templates/debug.php526,
|
1330 |
-
#: templates/debug.php599, templates/account/payments.php35,
|
1331 |
-
#: templates/debug/logger.php:21
|
1332 |
-
msgid "ID"
|
1333 |
-
msgstr "ID"
|
1334 |
-
|
1335 |
-
#: templates/account.php:329
|
1336 |
-
msgid "Site ID"
|
1337 |
-
msgstr "Weboldal ID"
|
1338 |
-
|
1339 |
-
#: templates/account.php:332
|
1340 |
-
msgid "No ID"
|
1341 |
-
msgstr "Nincs ID"
|
1342 |
-
|
1343 |
-
#: templates/account.php337, templates/debug.php245, templates/debug.php374,
|
1344 |
-
#: templates/debug.php455, templates/debug.php492,
|
1345 |
-
#: templates/account/partials/site.php:219
|
1346 |
-
msgid "Public Key"
|
1347 |
-
msgstr "Publikus kulcs"
|
1348 |
-
|
1349 |
-
#: templates/account.php343, templates/debug.php375, templates/debug.php456,
|
1350 |
-
#: templates/debug.php493, templates/account/partials/site.php:231
|
1351 |
-
msgid "Secret Key"
|
1352 |
-
msgstr "Titkos kulcs"
|
1353 |
-
|
1354 |
-
#: templates/account.php:346
|
1355 |
-
msgctxt "as secret encryption key missing"
|
1356 |
-
msgid "No Secret"
|
1357 |
-
msgstr "Nincs titkos kulcs"
|
1358 |
-
|
1359 |
-
#: templates/account.php373, templates/account/partials/site.php112,
|
1360 |
-
#: templates/account/partials/site.php:114
|
1361 |
-
msgid "Trial"
|
1362 |
-
msgstr "Próbaidő"
|
1363 |
-
|
1364 |
-
#: templates/account.php400, templates/debug.php533,
|
1365 |
-
#: templates/account/partials/site.php:248
|
1366 |
-
msgid "License Key"
|
1367 |
-
msgstr "Licensz kulcs"
|
1368 |
-
|
1369 |
-
#: templates/account.php:429
|
1370 |
-
msgid "Join the Beta program"
|
1371 |
-
msgstr "Join the Beta program"
|
1372 |
-
|
1373 |
-
#: templates/account.php:435
|
1374 |
-
msgid "not verified"
|
1375 |
-
msgstr "nem ellenőrzött"
|
1376 |
-
|
1377 |
-
#: templates/account.php444, templates/account/partials/addon.php:172
|
1378 |
-
msgid "Expired"
|
1379 |
-
msgstr "Lejárt"
|
1380 |
-
|
1381 |
-
#: templates/account.php:502
|
1382 |
-
msgid "Premium version"
|
1383 |
-
msgstr "Prémium verzió"
|
1384 |
-
|
1385 |
-
#: templates/account.php:504
|
1386 |
-
msgid "Free version"
|
1387 |
-
msgstr "Ingyenes verzió"
|
1388 |
-
|
1389 |
-
#: templates/account.php:516
|
1390 |
-
msgid "Verify Email"
|
1391 |
-
msgstr "Email ellenőrzése"
|
1392 |
-
|
1393 |
-
#: templates/account.php:527
|
1394 |
-
msgid "Download %s Version"
|
1395 |
-
msgstr "%s verzió letöltése"
|
1396 |
-
|
1397 |
-
#: templates/account.php541, templates/account.php749,
|
1398 |
-
#: templates/account/partials/site.php237,
|
1399 |
-
#: templates/account/partials/site.php:255
|
1400 |
-
msgctxt "verb"
|
1401 |
-
msgid "Show"
|
1402 |
-
msgstr "Mutasd"
|
1403 |
-
|
1404 |
-
#: templates/account.php:555
|
1405 |
-
msgid "What is your %s?"
|
1406 |
-
msgstr "Mi a te %s?"
|
1407 |
-
|
1408 |
-
#: templates/account.php563, templates/account/billing.php:21
|
1409 |
-
msgctxt "verb"
|
1410 |
-
msgid "Edit"
|
1411 |
-
msgstr "Szerkesztés"
|
1412 |
-
|
1413 |
-
#: templates/account.php:588
|
1414 |
-
msgid "Sites"
|
1415 |
-
msgstr "Weboldalak"
|
1416 |
-
|
1417 |
-
#: templates/account.php:599
|
1418 |
-
msgid "Search by address"
|
1419 |
-
msgstr "Keresés cím alapján"
|
1420 |
-
|
1421 |
-
#: templates/account.php609, templates/debug.php:369
|
1422 |
-
msgid "Address"
|
1423 |
-
msgstr "Cím"
|
1424 |
-
|
1425 |
-
#: templates/account.php:610
|
1426 |
-
msgid "License"
|
1427 |
-
msgstr "Licensz"
|
1428 |
-
|
1429 |
-
#: templates/account.php:611
|
1430 |
-
msgid "Plan"
|
1431 |
-
msgstr "Csomag"
|
1432 |
-
|
1433 |
-
#: templates/account.php:656
|
1434 |
-
msgctxt "as software license"
|
1435 |
-
msgid "License"
|
1436 |
-
msgstr "Licensz"
|
1437 |
-
|
1438 |
-
#: templates/account.php:743
|
1439 |
-
msgctxt "verb"
|
1440 |
-
msgid "Hide"
|
1441 |
-
msgstr "Elrejt"
|
1442 |
-
|
1443 |
-
#: templates/account.php:765
|
1444 |
-
msgid "Processing"
|
1445 |
-
msgstr "Processing"
|
1446 |
-
|
1447 |
-
#: templates/account.php:768
|
1448 |
-
msgid "Get updates for bleeding edge Beta versions of %s."
|
1449 |
-
msgstr "Get updates for bleeding edge Beta versions of %s."
|
1450 |
-
|
1451 |
-
#: templates/account.php:826
|
1452 |
-
msgid "Cancelling %s"
|
1453 |
-
msgstr "Cancelling %s"
|
1454 |
-
|
1455 |
-
#: templates/account.php826, templates/account.php843,
|
1456 |
-
#: templates/forms/subscription-cancellation.php27,
|
1457 |
-
#: templates/forms/deactivation/form.php:133
|
1458 |
-
msgid "trial"
|
1459 |
-
msgstr "próbaidő"
|
1460 |
-
|
1461 |
-
#: templates/account.php841, templates/forms/deactivation/form.php:150
|
1462 |
-
msgid "Cancelling %s..."
|
1463 |
-
msgstr "Cancelling %s..."
|
1464 |
-
|
1465 |
-
#: templates/account.php844, templates/forms/subscription-cancellation.php28,
|
1466 |
-
#: templates/forms/deactivation/form.php:134
|
1467 |
-
msgid "subscription"
|
1468 |
-
msgstr "előfizetés"
|
1469 |
-
|
1470 |
-
#: templates/account.php:858
|
1471 |
-
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?"
|
1472 |
-
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?"
|
1473 |
-
|
1474 |
-
#: templates/add-ons.php:35
|
1475 |
-
msgid "View details"
|
1476 |
-
msgstr "Részletek megtekintése"
|
1477 |
-
|
1478 |
-
#: templates/add-ons.php:45
|
1479 |
-
msgid "Add Ons for %s"
|
1480 |
-
msgstr "Add Ons for %s"
|
1481 |
-
|
1482 |
-
#: templates/add-ons.php:55
|
1483 |
-
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."
|
1484 |
-
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."
|
1485 |
-
|
1486 |
-
#: templates/add-ons.php:173
|
1487 |
-
msgctxt "active add-on"
|
1488 |
-
msgid "Active"
|
1489 |
-
msgstr "Active"
|
1490 |
-
|
1491 |
-
#: templates/add-ons.php:174
|
1492 |
-
msgctxt "installed add-on"
|
1493 |
-
msgid "Installed"
|
1494 |
-
msgstr "Installed"
|
1495 |
-
|
1496 |
-
#: templates/admin-notice.php13, templates/forms/license-activation.php209,
|
1497 |
-
#: templates/forms/resend-key.php:77
|
1498 |
-
msgctxt "as close a window"
|
1499 |
-
msgid "Dismiss"
|
1500 |
-
msgstr "Mégsem"
|
1501 |
-
|
1502 |
-
#: templates/auto-installation.php:45
|
1503 |
-
msgid "%s sec"
|
1504 |
-
msgstr "%s sec"
|
1505 |
-
|
1506 |
-
#: templates/auto-installation.php:83
|
1507 |
-
msgid "Automatic Installation"
|
1508 |
-
msgstr "Automatikus telepítés"
|
1509 |
-
|
1510 |
-
#: templates/auto-installation.php:93
|
1511 |
-
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."
|
1512 |
-
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."
|
1513 |
-
|
1514 |
-
#: templates/auto-installation.php:104
|
1515 |
-
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."
|
1516 |
-
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."
|
1517 |
-
|
1518 |
-
#: templates/auto-installation.php:109
|
1519 |
-
msgid "Cancel Installation"
|
1520 |
-
msgstr "Telepítés törlése"
|
1521 |
-
|
1522 |
-
#: templates/checkout.php:180
|
1523 |
-
msgid "Checkout"
|
1524 |
-
msgstr "Pénztár"
|
1525 |
-
|
1526 |
-
#: templates/checkout.php:180
|
1527 |
-
msgid "PCI compliant"
|
1528 |
-
msgstr "PCI compliant"
|
1529 |
-
|
1530 |
-
#. translators: %s: name (e.g. Hey John,)
|
1531 |
-
#: templates/connect.php:112
|
1532 |
-
msgctxt "greeting"
|
1533 |
-
msgid "Hey %s,"
|
1534 |
-
msgstr "Üdv %s!"
|
1535 |
-
|
1536 |
-
#: templates/connect.php:154
|
1537 |
-
msgid "Allow & Continue"
|
1538 |
-
msgstr "Engedélyezés és folytatás"
|
1539 |
-
|
1540 |
-
#: templates/connect.php:158
|
1541 |
-
msgid "Re-send activation email"
|
1542 |
-
msgstr "Aktivációs email újraküldése"
|
1543 |
-
|
1544 |
-
#: templates/connect.php:162
|
1545 |
-
msgid "Thanks %s!"
|
1546 |
-
msgstr "Köszönjük %s!"
|
1547 |
-
|
1548 |
-
#: templates/connect.php172, templates/forms/license-activation.php:44
|
1549 |
-
msgid "Agree & Activate License"
|
1550 |
-
msgstr "Licensz elfogadása és aktiválása"
|
1551 |
-
|
1552 |
-
#: templates/connect.php:181
|
1553 |
-
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1554 |
-
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:"
|
1555 |
-
|
1556 |
-
#: templates/connect.php:188
|
1557 |
-
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."
|
1558 |
-
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."
|
1559 |
-
|
1560 |
-
#: templates/connect.php:189
|
1561 |
-
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1562 |
-
msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1563 |
-
|
1564 |
-
#: templates/connect.php:195
|
1565 |
-
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."
|
1566 |
-
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."
|
1567 |
-
|
1568 |
-
#: templates/connect.php:196
|
1569 |
-
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."
|
1570 |
-
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."
|
1571 |
-
|
1572 |
-
#: templates/connect.php:230
|
1573 |
-
msgid "We're excited to introduce the Freemius network-level integration."
|
1574 |
-
msgstr "We're excited to introduce the Freemius network-level integration."
|
1575 |
-
|
1576 |
-
#: templates/connect.php:233
|
1577 |
-
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1578 |
-
msgstr "During the update process we detected %d site(s) that are still pending license activation."
|
1579 |
-
|
1580 |
-
#: templates/connect.php:235
|
1581 |
-
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1582 |
-
msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1583 |
-
|
1584 |
-
#: templates/connect.php:237
|
1585 |
-
msgid "%s's paid features"
|
1586 |
-
msgstr "%s's paid features"
|
1587 |
-
|
1588 |
-
#: templates/connect.php:242
|
1589 |
-
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1590 |
-
msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1591 |
-
|
1592 |
-
#: templates/connect.php:244
|
1593 |
-
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1594 |
-
msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1595 |
-
|
1596 |
-
#: templates/connect.php253, templates/forms/license-activation.php:47
|
1597 |
-
msgid "License key"
|
1598 |
-
msgstr "Licensz kulcs"
|
1599 |
-
|
1600 |
-
#: templates/connect.php256, templates/forms/license-activation.php:20
|
1601 |
-
msgid "Can't find your license key?"
|
1602 |
-
msgstr "Nem találod a licensz kulcsod?"
|
1603 |
-
|
1604 |
-
#: templates/connect.php315, templates/connect.php652,
|
1605 |
-
#: templates/forms/deactivation/retry-skip.php:20
|
1606 |
-
msgctxt "verb"
|
1607 |
-
msgid "Skip"
|
1608 |
-
msgstr "Ugrás"
|
1609 |
-
|
1610 |
-
#: templates/connect.php:318
|
1611 |
-
msgid "Delegate to Site Admins"
|
1612 |
-
msgstr "Delegate to Site Admins"
|
1613 |
-
|
1614 |
-
#: templates/connect.php:318
|
1615 |
-
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1616 |
-
msgstr "If you click it, this decision will be delegated to the sites administrators."
|
1617 |
-
|
1618 |
-
#: templates/connect.php:346
|
1619 |
-
msgid "Your Profile Overview"
|
1620 |
-
msgstr "Fiókod áttekintése"
|
1621 |
-
|
1622 |
-
#: templates/connect.php:347
|
1623 |
-
msgid "Name and email address"
|
1624 |
-
msgstr "Név és email cím"
|
1625 |
-
|
1626 |
-
#: templates/connect.php:352
|
1627 |
-
msgid "Your Site Overview"
|
1628 |
-
msgstr "Weboldalad adatainak áttekintése"
|
1629 |
-
|
1630 |
-
#: templates/connect.php:353
|
1631 |
-
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1632 |
-
msgstr "Weboldal címe, WP verzió, PHP információk, bővítmények és sablonok"
|
1633 |
-
|
1634 |
-
#: templates/connect.php:358
|
1635 |
-
msgid "Admin Notices"
|
1636 |
-
msgstr "Admin értesítések"
|
1637 |
-
|
1638 |
-
#: templates/connect.php359, templates/connect.php:375
|
1639 |
-
msgid "Updates, announcements, marketing, no spam"
|
1640 |
-
msgstr "Frissítések, közlemények, marketing, de semmi SPAM!"
|
1641 |
-
|
1642 |
-
#: templates/connect.php:364
|
1643 |
-
msgid "Current %s Events"
|
1644 |
-
msgstr "Aktuális %s események"
|
1645 |
-
|
1646 |
-
#: templates/connect.php:365
|
1647 |
-
msgid "Activation, deactivation and uninstall"
|
1648 |
-
msgstr "Aktiválás, deaktiválás és kikapcsolás"
|
1649 |
-
|
1650 |
-
#: templates/connect.php:374
|
1651 |
-
msgid "Newsletter"
|
1652 |
-
msgstr "Hírlevél"
|
1653 |
-
|
1654 |
-
#: templates/connect.php391, templates/forms/license-activation.php:39
|
1655 |
-
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."
|
1656 |
-
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."
|
1657 |
-
|
1658 |
-
#: templates/connect.php:396
|
1659 |
-
msgid "What permissions are being granted?"
|
1660 |
-
msgstr "Milyen jogosultágok lesznek engedélyezve?"
|
1661 |
-
|
1662 |
-
#: templates/connect.php:417
|
1663 |
-
msgid "Don't have a license key?"
|
1664 |
-
msgstr "Nincs még licensz kulcsod?"
|
1665 |
-
|
1666 |
-
#: templates/connect.php:420
|
1667 |
-
msgid "Have a license key?"
|
1668 |
-
msgstr "Van licensz kulcsod?"
|
1669 |
-
|
1670 |
-
#: templates/connect.php:428
|
1671 |
-
msgid "Privacy Policy"
|
1672 |
-
msgstr "Adatkezelési tájékoztató"
|
1673 |
-
|
1674 |
-
#: templates/connect.php:430
|
1675 |
-
msgid "License Agreement"
|
1676 |
-
msgstr "Licensz szerződés"
|
1677 |
-
|
1678 |
-
#: templates/connect.php:430
|
1679 |
-
msgid "Terms of Service"
|
1680 |
-
msgstr "Szolgáltatási feltételek"
|
1681 |
-
|
1682 |
-
#: templates/connect.php:805
|
1683 |
-
msgctxt "as in the process of sending an email"
|
1684 |
-
msgid "Sending email"
|
1685 |
-
msgstr "Email küldése"
|
1686 |
-
|
1687 |
-
#: templates/connect.php:806
|
1688 |
-
msgctxt "as activating plugin"
|
1689 |
-
msgid "Activating"
|
1690 |
-
msgstr "Aktiválás"
|
1691 |
-
|
1692 |
-
#: templates/contact.php:78
|
1693 |
-
msgid "Contact"
|
1694 |
-
msgstr "Kapcsolat"
|
1695 |
-
|
1696 |
-
#: templates/debug.php:17
|
1697 |
-
msgctxt "as turned off"
|
1698 |
-
msgid "Off"
|
1699 |
-
msgstr "Off"
|
1700 |
-
|
1701 |
-
#: templates/debug.php:18
|
1702 |
-
msgctxt "as turned on"
|
1703 |
-
msgid "On"
|
1704 |
-
msgstr "On"
|
1705 |
-
|
1706 |
-
#: templates/debug.php:20
|
1707 |
-
msgid "SDK"
|
1708 |
-
msgstr "SDK"
|
1709 |
-
|
1710 |
-
#: templates/debug.php:24
|
1711 |
-
msgctxt "as code debugging"
|
1712 |
-
msgid "Debugging"
|
1713 |
-
msgstr "Debugging"
|
1714 |
-
|
1715 |
-
#: templates/debug.php54, templates/debug.php250, templates/debug.php376,
|
1716 |
-
#: templates/debug.php:494
|
1717 |
-
msgid "Actions"
|
1718 |
-
msgstr "Események"
|
1719 |
-
|
1720 |
-
#: templates/debug.php:64
|
1721 |
-
msgid "Are you sure you want to delete all Freemius data?"
|
1722 |
-
msgstr "Are you sure you want to delete all Freemius data?"
|
1723 |
-
|
1724 |
-
#: templates/debug.php:64
|
1725 |
-
msgid "Delete All Accounts"
|
1726 |
-
msgstr "Minden fiók törlése"
|
1727 |
-
|
1728 |
-
#: templates/debug.php:71
|
1729 |
-
msgid "Clear API Cache"
|
1730 |
-
msgstr "Clear API Cache"
|
1731 |
-
|
1732 |
-
#: templates/debug.php:79
|
1733 |
-
msgid "Clear Updates Transients"
|
1734 |
-
msgstr "Clear Updates Transients"
|
1735 |
-
|
1736 |
-
#: templates/debug.php:86
|
1737 |
-
msgid "Sync Data From Server"
|
1738 |
-
msgstr "Adatok szinkronizálása a szerverről"
|
1739 |
-
|
1740 |
-
#: templates/debug.php:95
|
1741 |
-
msgid "Migrate Options to Network"
|
1742 |
-
msgstr "Migrate Options to Network"
|
1743 |
-
|
1744 |
-
#: templates/debug.php:100
|
1745 |
-
msgid "Load DB Option"
|
1746 |
-
msgstr "Load DB Option"
|
1747 |
-
|
1748 |
-
#: templates/debug.php:103
|
1749 |
-
msgid "Set DB Option"
|
1750 |
-
msgstr "Set DB Option"
|
1751 |
-
|
1752 |
-
#: templates/debug.php:182
|
1753 |
-
msgid "Key"
|
1754 |
-
msgstr "Kulcs"
|
1755 |
-
|
1756 |
-
#: templates/debug.php:183
|
1757 |
-
msgid "Value"
|
1758 |
-
msgstr "Érték"
|
1759 |
-
|
1760 |
-
#: templates/debug.php:199
|
1761 |
-
msgctxt "as software development kit versions"
|
1762 |
-
msgid "SDK Versions"
|
1763 |
-
msgstr "SDK verziók"
|
1764 |
-
|
1765 |
-
#: templates/debug.php:204
|
1766 |
-
msgid "SDK Path"
|
1767 |
-
msgstr "SDK útvonal"
|
1768 |
-
|
1769 |
-
#: templates/debug.php205, templates/debug.php:244
|
1770 |
-
msgid "Module Path"
|
1771 |
-
msgstr "Module Path"
|
1772 |
-
|
1773 |
-
#: templates/debug.php:206
|
1774 |
-
msgid "Is Active"
|
1775 |
-
msgstr "Aktív"
|
1776 |
-
|
1777 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
|
1778 |
-
msgid "Plugins"
|
1779 |
-
msgstr "Bővítmények"
|
1780 |
-
|
1781 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
|
1782 |
-
msgid "Themes"
|
1783 |
-
msgstr "Sablonok"
|
1784 |
-
|
1785 |
-
#: templates/debug.php239, templates/debug.php371, templates/debug.php453,
|
1786 |
-
#: templates/debug/scheduled-crons.php:80
|
1787 |
-
msgid "Slug"
|
1788 |
-
msgstr "Slug"
|
1789 |
-
|
1790 |
-
#: templates/debug.php241, templates/debug.php:452
|
1791 |
-
msgid "Title"
|
1792 |
-
msgstr "Cím"
|
1793 |
-
|
1794 |
-
#: templates/debug.php:242
|
1795 |
-
msgctxt "as application program interface"
|
1796 |
-
msgid "API"
|
1797 |
-
msgstr "API"
|
1798 |
-
|
1799 |
-
#: templates/debug.php:243
|
1800 |
-
msgid "Freemius State"
|
1801 |
-
msgstr "Freemius State"
|
1802 |
-
|
1803 |
-
#: templates/debug.php:247
|
1804 |
-
msgid "Network Blog"
|
1805 |
-
msgstr "Network Blog"
|
1806 |
-
|
1807 |
-
#: templates/debug.php:248
|
1808 |
-
msgid "Network User"
|
1809 |
-
msgstr "Network User"
|
1810 |
-
|
1811 |
-
#: templates/debug.php:285
|
1812 |
-
msgctxt "as connection was successful"
|
1813 |
-
msgid "Connected"
|
1814 |
-
msgstr "Connected"
|
1815 |
-
|
1816 |
-
#: templates/debug.php:286
|
1817 |
-
msgctxt "as connection blocked"
|
1818 |
-
msgid "Blocked"
|
1819 |
-
msgstr "Blocked"
|
1820 |
-
|
1821 |
-
#: templates/debug.php:322
|
1822 |
-
msgid "Simulate Trial Promotion"
|
1823 |
-
msgstr "Simulate Trial Promotion"
|
1824 |
-
|
1825 |
-
#: templates/debug.php:334
|
1826 |
-
msgid "Simulate Network Upgrade"
|
1827 |
-
msgstr "Simulate Network Upgrade"
|
1828 |
-
|
1829 |
-
#: templates/debug.php:360
|
1830 |
-
msgid "%s Installs"
|
1831 |
-
msgstr "%s Installs"
|
1832 |
-
|
1833 |
-
#: templates/debug.php:362
|
1834 |
-
msgctxt "like websites"
|
1835 |
-
msgid "Sites"
|
1836 |
-
msgstr "Weboldalak"
|
1837 |
-
|
1838 |
-
#: templates/debug.php368, templates/account/partials/site.php:148
|
1839 |
-
msgid "Blog ID"
|
1840 |
-
msgstr "Blog ID"
|
1841 |
-
|
1842 |
-
#: templates/debug.php433, templates/debug.php511,
|
1843 |
-
#: templates/account/partials/addon.php:396
|
1844 |
-
msgctxt "verb"
|
1845 |
-
msgid "Delete"
|
1846 |
-
msgstr "Törlés"
|
1847 |
-
|
1848 |
-
#: templates/debug.php:447
|
1849 |
-
msgid "Add Ons of module %s"
|
1850 |
-
msgstr "Add Ons of module %s"
|
1851 |
-
|
1852 |
-
#: templates/debug.php:484
|
1853 |
-
msgid "Users"
|
1854 |
-
msgstr "Felhasználók"
|
1855 |
-
|
1856 |
-
#: templates/debug.php:491
|
1857 |
-
msgid "Verified"
|
1858 |
-
msgstr "Ellenőrzött"
|
1859 |
-
|
1860 |
-
#: templates/debug.php:522
|
1861 |
-
msgid "%s Licenses"
|
1862 |
-
msgstr "%s Licenses"
|
1863 |
-
|
1864 |
-
#: templates/debug.php:527
|
1865 |
-
msgid "Plugin ID"
|
1866 |
-
msgstr "Bővítmény ID"
|
1867 |
-
|
1868 |
-
#: templates/debug.php:529
|
1869 |
-
msgid "Plan ID"
|
1870 |
-
msgstr "Csomag ID"
|
1871 |
-
|
1872 |
-
#: templates/debug.php:530
|
1873 |
-
msgid "Quota"
|
1874 |
-
msgstr "Quota"
|
1875 |
-
|
1876 |
-
#: templates/debug.php:531
|
1877 |
-
msgid "Activated"
|
1878 |
-
msgstr "Sikeres aktiválás"
|
1879 |
-
|
1880 |
-
#: templates/debug.php:532
|
1881 |
-
msgid "Blocking"
|
1882 |
-
msgstr "Blocking"
|
1883 |
-
|
1884 |
-
#: templates/debug.php:534
|
1885 |
-
msgctxt "as expiration date"
|
1886 |
-
msgid "Expiration"
|
1887 |
-
msgstr "Expiration"
|
1888 |
-
|
1889 |
-
#: templates/debug.php:557
|
1890 |
-
msgid "Debug Log"
|
1891 |
-
msgstr "Debug Log"
|
1892 |
-
|
1893 |
-
#: templates/debug.php:561
|
1894 |
-
msgid "All Types"
|
1895 |
-
msgstr "All Types"
|
1896 |
-
|
1897 |
-
#: templates/debug.php:568
|
1898 |
-
msgid "All Requests"
|
1899 |
-
msgstr "All Requests"
|
1900 |
-
|
1901 |
-
#: templates/debug.php573, templates/debug.php602,
|
1902 |
-
#: templates/debug/logger.php:25
|
1903 |
-
msgid "File"
|
1904 |
-
msgstr "File"
|
1905 |
-
|
1906 |
-
#: templates/debug.php574, templates/debug.php600,
|
1907 |
-
#: templates/debug/logger.php:23
|
1908 |
-
msgid "Function"
|
1909 |
-
msgstr "Function"
|
1910 |
-
|
1911 |
-
#: templates/debug.php:575
|
1912 |
-
msgid "Process ID"
|
1913 |
-
msgstr "Művelet ID"
|
1914 |
-
|
1915 |
-
#: templates/debug.php:576
|
1916 |
-
msgid "Logger"
|
1917 |
-
msgstr "Logger"
|
1918 |
-
|
1919 |
-
#: templates/debug.php577, templates/debug.php601,
|
1920 |
-
#: templates/debug/logger.php:24
|
1921 |
-
msgid "Message"
|
1922 |
-
msgstr "Message"
|
1923 |
-
|
1924 |
-
#: templates/debug.php:579
|
1925 |
-
msgid "Filter"
|
1926 |
-
msgstr "Filter"
|
1927 |
-
|
1928 |
-
#: templates/debug.php:587
|
1929 |
-
msgid "Download"
|
1930 |
-
msgstr "Download"
|
1931 |
-
|
1932 |
-
#: templates/debug.php598, templates/debug/logger.php:22
|
1933 |
-
msgid "Type"
|
1934 |
-
msgstr "Type"
|
1935 |
-
|
1936 |
-
#: templates/debug.php603, templates/debug/logger.php:26
|
1937 |
-
msgid "Timestamp"
|
1938 |
-
msgstr "Timestamp"
|
1939 |
-
|
1940 |
-
#: templates/secure-https-header.php:28
|
1941 |
-
msgid "Secure HTTPS %s page, running from an external domain"
|
1942 |
-
msgstr "Secure HTTPS %s page, running from an external domain"
|
1943 |
-
|
1944 |
-
#: includes/customizer/class-fs-customizer-support-section.php55,
|
1945 |
-
#: templates/plugin-info/features.php:43
|
1946 |
-
msgid "Support"
|
1947 |
-
msgstr "Support"
|
1948 |
-
|
1949 |
-
#: includes/debug/class-fs-debug-bar-panel.php48,
|
1950 |
-
#: templates/debug/api-calls.php54, templates/debug/logger.php:62
|
1951 |
-
msgctxt "milliseconds"
|
1952 |
-
msgid "ms"
|
1953 |
-
msgstr "ms"
|
1954 |
-
|
1955 |
-
#: includes/debug/debug-bar-start.php:41
|
1956 |
-
msgid "Freemius API"
|
1957 |
-
msgstr "Freemius API"
|
1958 |
-
|
1959 |
-
#: includes/debug/debug-bar-start.php:42
|
1960 |
-
msgid "Requests"
|
1961 |
-
msgstr "Requests"
|
1962 |
-
|
1963 |
-
#: templates/account/billing.php:22
|
1964 |
-
msgctxt "verb"
|
1965 |
-
msgid "Update"
|
1966 |
-
msgstr "Frissítés"
|
1967 |
-
|
1968 |
-
#: templates/account/billing.php:33
|
1969 |
-
msgid "Billing"
|
1970 |
-
msgstr "Számlázás"
|
1971 |
-
|
1972 |
-
#: templates/account/billing.php38, templates/account/billing.php:38
|
1973 |
-
msgid "Business name"
|
1974 |
-
msgstr "Cégnév"
|
1975 |
-
|
1976 |
-
#: templates/account/billing.php39, templates/account/billing.php:39
|
1977 |
-
msgid "Tax / VAT ID"
|
1978 |
-
msgstr "Közösségi adószám"
|
1979 |
-
|
1980 |
-
#: templates/account/billing.php42, templates/account/billing.php42,
|
1981 |
-
#: templates/account/billing.php43, templates/account/billing.php:43
|
1982 |
-
msgid "Address Line %d"
|
1983 |
-
msgstr "Cím %d"
|
1984 |
-
|
1985 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
1986 |
-
msgid "City"
|
1987 |
-
msgstr "Város"
|
1988 |
-
|
1989 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
1990 |
-
msgid "Town"
|
1991 |
-
msgstr "Town"
|
1992 |
-
|
1993 |
-
#: templates/account/billing.php47, templates/account/billing.php:47
|
1994 |
-
msgid "ZIP / Postal Code"
|
1995 |
-
msgstr "Irányítószám"
|
1996 |
-
|
1997 |
-
#: templates/account/billing.php:302
|
1998 |
-
msgid "Country"
|
1999 |
-
msgstr "Ország"
|
2000 |
-
|
2001 |
-
#: templates/account/billing.php:304
|
2002 |
-
msgid "Select Country"
|
2003 |
-
msgstr "Válaszz országot"
|
2004 |
-
|
2005 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2006 |
-
msgid "State"
|
2007 |
-
msgstr "Megye"
|
2008 |
-
|
2009 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2010 |
-
msgid "Province"
|
2011 |
-
msgstr "Province"
|
2012 |
-
|
2013 |
-
#: templates/account/payments.php:29
|
2014 |
-
msgid "Payments"
|
2015 |
-
msgstr "Fizetési módok"
|
2016 |
-
|
2017 |
-
#: templates/account/payments.php:36
|
2018 |
-
msgid "Date"
|
2019 |
-
msgstr "Dátum"
|
2020 |
-
|
2021 |
-
#: templates/account/payments.php:37
|
2022 |
-
msgid "Amount"
|
2023 |
-
msgstr "Mennyiség"
|
2024 |
-
|
2025 |
-
#: templates/account/payments.php38, templates/account/payments.php:50
|
2026 |
-
msgid "Invoice"
|
2027 |
-
msgstr "Számla"
|
2028 |
-
|
2029 |
-
#: templates/debug/api-calls.php:56
|
2030 |
-
msgid "API"
|
2031 |
-
msgstr "API"
|
2032 |
-
|
2033 |
-
#: templates/debug/api-calls.php:68
|
2034 |
-
msgid "Method"
|
2035 |
-
msgstr "Method"
|
2036 |
-
|
2037 |
-
#: templates/debug/api-calls.php:69
|
2038 |
-
msgid "Code"
|
2039 |
-
msgstr "Kód"
|
2040 |
-
|
2041 |
-
#: templates/debug/api-calls.php:70
|
2042 |
-
msgid "Length"
|
2043 |
-
msgstr "Hossz"
|
2044 |
-
|
2045 |
-
#: templates/debug/api-calls.php:71
|
2046 |
-
msgctxt "as file/folder path"
|
2047 |
-
msgid "Path"
|
2048 |
-
msgstr "Path"
|
2049 |
-
|
2050 |
-
#: templates/debug/api-calls.php:73
|
2051 |
-
msgid "Body"
|
2052 |
-
msgstr "Body"
|
2053 |
-
|
2054 |
-
#: templates/debug/api-calls.php:75
|
2055 |
-
msgid "Result"
|
2056 |
-
msgstr "Result"
|
2057 |
-
|
2058 |
-
#: templates/debug/api-calls.php:76
|
2059 |
-
msgid "Start"
|
2060 |
-
msgstr "Start"
|
2061 |
-
|
2062 |
-
#: templates/debug/api-calls.php:77
|
2063 |
-
msgid "End"
|
2064 |
-
msgstr "End"
|
2065 |
-
|
2066 |
-
#: templates/debug/logger.php:15
|
2067 |
-
msgid "Log"
|
2068 |
-
msgstr "Log"
|
2069 |
-
|
2070 |
-
#. translators: %s: time period (e.g. In "2 hours")
|
2071 |
-
#: templates/debug/plugins-themes-sync.php18,
|
2072 |
-
#: templates/debug/scheduled-crons.php:91
|
2073 |
-
msgid "In %s"
|
2074 |
-
msgstr "In %s"
|
2075 |
-
|
2076 |
-
#. translators: %s: time period (e.g. "2 hours" ago)
|
2077 |
-
#: templates/debug/plugins-themes-sync.php20,
|
2078 |
-
#: templates/debug/scheduled-crons.php:93
|
2079 |
-
msgid "%s ago"
|
2080 |
-
msgstr "%s ago"
|
2081 |
-
|
2082 |
-
#: templates/debug/plugins-themes-sync.php21,
|
2083 |
-
#: templates/debug/scheduled-crons.php:74
|
2084 |
-
msgctxt "seconds"
|
2085 |
-
msgid "sec"
|
2086 |
-
msgstr "sec"
|
2087 |
-
|
2088 |
-
#: templates/debug/plugins-themes-sync.php:23
|
2089 |
-
msgid "Plugins & Themes Sync"
|
2090 |
-
msgstr "Bővítmények és sablonok szinkronizálása"
|
2091 |
-
|
2092 |
-
#: templates/debug/plugins-themes-sync.php:28
|
2093 |
-
msgid "Total"
|
2094 |
-
msgstr "Összesen"
|
2095 |
-
|
2096 |
-
#: templates/debug/plugins-themes-sync.php29,
|
2097 |
-
#: templates/debug/scheduled-crons.php:84
|
2098 |
-
msgid "Last"
|
2099 |
-
msgstr "Last"
|
2100 |
-
|
2101 |
-
#: templates/debug/scheduled-crons.php:76
|
2102 |
-
msgid "Scheduled Crons"
|
2103 |
-
msgstr "Scheduled Crons"
|
2104 |
-
|
2105 |
-
#: templates/debug/scheduled-crons.php:81
|
2106 |
-
msgid "Module"
|
2107 |
-
msgstr "Module"
|
2108 |
-
|
2109 |
-
#: templates/debug/scheduled-crons.php:82
|
2110 |
-
msgid "Module Type"
|
2111 |
-
msgstr "Module Type"
|
2112 |
-
|
2113 |
-
#: templates/debug/scheduled-crons.php:83
|
2114 |
-
msgid "Cron Type"
|
2115 |
-
msgstr "Cron Type"
|
2116 |
-
|
2117 |
-
#: templates/debug/scheduled-crons.php:85
|
2118 |
-
msgid "Next"
|
2119 |
-
msgstr "Next"
|
2120 |
-
|
2121 |
-
#: templates/forms/affiliation.php:82
|
2122 |
-
msgid "Non-expiring"
|
2123 |
-
msgstr "Non-expiring"
|
2124 |
-
|
2125 |
-
#: templates/forms/affiliation.php:85
|
2126 |
-
msgid "Apply to become an affiliate"
|
2127 |
-
msgstr "Apply to become an affiliate"
|
2128 |
-
|
2129 |
-
#: templates/forms/affiliation.php:104
|
2130 |
-
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2131 |
-
msgstr "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2132 |
-
|
2133 |
-
#: templates/forms/affiliation.php:119
|
2134 |
-
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."
|
2135 |
-
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."
|
2136 |
-
|
2137 |
-
#: templates/forms/affiliation.php:122
|
2138 |
-
msgid "Your affiliation account was temporarily suspended."
|
2139 |
-
msgstr "Your affiliation account was temporarily suspended."
|
2140 |
-
|
2141 |
-
#: templates/forms/affiliation.php:125
|
2142 |
-
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."
|
2143 |
-
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."
|
2144 |
-
|
2145 |
-
#: templates/forms/affiliation.php:128
|
2146 |
-
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2147 |
-
msgstr "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2148 |
-
|
2149 |
-
#: templates/forms/affiliation.php:141
|
2150 |
-
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2151 |
-
msgstr "Like the %s? Become our ambassador and earn cash ;-)"
|
2152 |
-
|
2153 |
-
#: templates/forms/affiliation.php:142
|
2154 |
-
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2155 |
-
msgstr "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2156 |
-
|
2157 |
-
#: templates/forms/affiliation.php:145
|
2158 |
-
msgid "Program Summary"
|
2159 |
-
msgstr "Program Summary"
|
2160 |
-
|
2161 |
-
#: templates/forms/affiliation.php:147
|
2162 |
-
msgid "%s commission when a customer purchases a new license."
|
2163 |
-
msgstr "%s commission when a customer purchases a new license."
|
2164 |
-
|
2165 |
-
#: templates/forms/affiliation.php:149
|
2166 |
-
msgid "Get commission for automated subscription renewals."
|
2167 |
-
msgstr "Get commission for automated subscription renewals."
|
2168 |
-
|
2169 |
-
#: templates/forms/affiliation.php:152
|
2170 |
-
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2171 |
-
msgstr "%s tracking cookie after the first visit to maximize earnings potential."
|
2172 |
-
|
2173 |
-
#: templates/forms/affiliation.php:155
|
2174 |
-
msgid "Unlimited commissions."
|
2175 |
-
msgstr "Unlimited commissions."
|
2176 |
-
|
2177 |
-
#: templates/forms/affiliation.php:157
|
2178 |
-
msgid "%s minimum payout amount."
|
2179 |
-
msgstr "%s minimum payout amount."
|
2180 |
-
|
2181 |
-
#: templates/forms/affiliation.php:158
|
2182 |
-
msgid "Payouts are in USD and processed monthly via PayPal."
|
2183 |
-
msgstr "Payouts are in USD and processed monthly via PayPal."
|
2184 |
-
|
2185 |
-
#: templates/forms/affiliation.php:159
|
2186 |
-
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2187 |
-
msgstr "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2188 |
-
|
2189 |
-
#: templates/forms/affiliation.php:162
|
2190 |
-
msgid "Affiliate"
|
2191 |
-
msgstr "Affiliate"
|
2192 |
-
|
2193 |
-
#: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
|
2194 |
-
msgid "Email address"
|
2195 |
-
msgstr "Email cím"
|
2196 |
-
|
2197 |
-
#: templates/forms/affiliation.php:169
|
2198 |
-
msgid "Full name"
|
2199 |
-
msgstr "Teljes név"
|
2200 |
-
|
2201 |
-
#: templates/forms/affiliation.php:173
|
2202 |
-
msgid "PayPal account email address"
|
2203 |
-
msgstr "PayPal fiók email címe"
|
2204 |
-
|
2205 |
-
#: templates/forms/affiliation.php:177
|
2206 |
-
msgid "Where are you going to promote the %s?"
|
2207 |
-
msgstr "Where are you going to promote the %s?"
|
2208 |
-
|
2209 |
-
#: templates/forms/affiliation.php:179
|
2210 |
-
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2211 |
-
msgstr "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2212 |
-
|
2213 |
-
#: templates/forms/affiliation.php:181
|
2214 |
-
msgid "Add another domain"
|
2215 |
-
msgstr "Másik domain hozzáadása"
|
2216 |
-
|
2217 |
-
#: templates/forms/affiliation.php:185
|
2218 |
-
msgid "Extra Domains"
|
2219 |
-
msgstr "További domainek"
|
2220 |
-
|
2221 |
-
#: templates/forms/affiliation.php:186
|
2222 |
-
msgid "Extra domains where you will be marketing the product from."
|
2223 |
-
msgstr "Extra domains where you will be marketing the product from."
|
2224 |
-
|
2225 |
-
#: templates/forms/affiliation.php:196
|
2226 |
-
msgid "Promotion methods"
|
2227 |
-
msgstr "Promotion methods"
|
2228 |
-
|
2229 |
-
#: templates/forms/affiliation.php:199
|
2230 |
-
msgid "Social media (Facebook, Twitter, etc.)"
|
2231 |
-
msgstr "Social media (Facebook, Twitter, etc.)"
|
2232 |
-
|
2233 |
-
#: templates/forms/affiliation.php:203
|
2234 |
-
msgid "Mobile apps"
|
2235 |
-
msgstr "Mobile apps"
|
2236 |
-
|
2237 |
-
#: templates/forms/affiliation.php:207
|
2238 |
-
msgid "Website, email, and social media statistics (optional)"
|
2239 |
-
msgstr "Weboldal, email és közösségi média statisztikák (opcionális)"
|
2240 |
-
|
2241 |
-
#: templates/forms/affiliation.php:210
|
2242 |
-
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)."
|
2243 |
-
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)."
|
2244 |
-
|
2245 |
-
#: templates/forms/affiliation.php:214
|
2246 |
-
msgid "How will you promote us?"
|
2247 |
-
msgstr "How will you promote us?"
|
2248 |
-
|
2249 |
-
#: templates/forms/affiliation.php:217
|
2250 |
-
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2251 |
-
msgstr "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2252 |
-
|
2253 |
-
#: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
|
2254 |
-
msgid "Cancel"
|
2255 |
-
msgstr "Mégsem"
|
2256 |
-
|
2257 |
-
#: templates/forms/affiliation.php:225
|
2258 |
-
msgid "Become an affiliate"
|
2259 |
-
msgstr "Become an affiliate"
|
2260 |
-
|
2261 |
-
#: templates/forms/license-activation.php:21
|
2262 |
-
msgid "Please enter the license key that you received in the email right after the purchase:"
|
2263 |
-
msgstr "Kérlek add meg a licensz kulcsot, amit emailben kaptál a vásárlásod után:"
|
2264 |
-
|
2265 |
-
#: templates/forms/license-activation.php:26
|
2266 |
-
msgid "Update License"
|
2267 |
-
msgstr "Licensz frissítése"
|
2268 |
-
|
2269 |
-
#: templates/forms/optout.php:30
|
2270 |
-
msgctxt "verb"
|
2271 |
-
msgid "Opt Out"
|
2272 |
-
msgstr "Leiratkozás"
|
2273 |
-
|
2274 |
-
#: templates/forms/optout.php:31
|
2275 |
-
msgctxt "verb"
|
2276 |
-
msgid "Opt In"
|
2277 |
-
msgstr "Feliratkozás"
|
2278 |
-
|
2279 |
-
#: templates/forms/optout.php:33
|
2280 |
-
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."
|
2281 |
-
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."
|
2282 |
-
|
2283 |
-
#: templates/forms/optout.php:35
|
2284 |
-
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2285 |
-
msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2286 |
-
|
2287 |
-
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2288 |
-
msgid "There is a new version of %s available."
|
2289 |
-
msgstr "A(z) %s új verziója érhető el."
|
2290 |
-
|
2291 |
-
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2292 |
-
msgid " %s to access version %s security & feature updates, and support."
|
2293 |
-
msgstr " %s to access version %s security & feature updates, and support."
|
2294 |
-
|
2295 |
-
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2296 |
-
msgid "New Version Available"
|
2297 |
-
msgstr "Új verzió érhető el"
|
2298 |
-
|
2299 |
-
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2300 |
-
msgctxt "close a window"
|
2301 |
-
msgid "Dismiss"
|
2302 |
-
msgstr "Mégsem"
|
2303 |
-
|
2304 |
-
#: templates/forms/resend-key.php:21
|
2305 |
-
msgid "Send License Key"
|
2306 |
-
msgstr "Licensz kulcs küldése"
|
2307 |
-
|
2308 |
-
#: templates/forms/resend-key.php:57
|
2309 |
-
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2310 |
-
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."
|
2311 |
-
|
2312 |
-
#: templates/forms/subscription-cancellation.php:37
|
2313 |
-
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2314 |
-
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."
|
2315 |
-
|
2316 |
-
#: templates/forms/subscription-cancellation.php:47
|
2317 |
-
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?"
|
2318 |
-
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?"
|
2319 |
-
|
2320 |
-
#: templates/forms/subscription-cancellation.php:52
|
2321 |
-
msgid "license"
|
2322 |
-
msgstr "licensz"
|
2323 |
-
|
2324 |
-
#: templates/forms/subscription-cancellation.php:57
|
2325 |
-
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."
|
2326 |
-
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."
|
2327 |
-
|
2328 |
-
#: templates/forms/subscription-cancellation.php:68
|
2329 |
-
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2330 |
-
msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2331 |
-
|
2332 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
2333 |
-
#. subscription'
|
2334 |
-
#: templates/forms/subscription-cancellation.php99,
|
2335 |
-
#: templates/account/partials/addon.php29,
|
2336 |
-
#: templates/account/partials/site.php:298
|
2337 |
-
msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2338 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2339 |
-
|
2340 |
-
#: templates/forms/subscription-cancellation.php:103
|
2341 |
-
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."
|
2342 |
-
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."
|
2343 |
-
|
2344 |
-
#: templates/forms/subscription-cancellation.php:136
|
2345 |
-
msgid "Cancel %s?"
|
2346 |
-
msgstr "Cancel %s?"
|
2347 |
-
|
2348 |
-
#: templates/forms/subscription-cancellation.php:143
|
2349 |
-
msgid "Proceed"
|
2350 |
-
msgstr "Proceed"
|
2351 |
-
|
2352 |
-
#: templates/forms/subscription-cancellation.php191,
|
2353 |
-
#: templates/forms/deactivation/form.php:171
|
2354 |
-
msgid "Cancel %s & Proceed"
|
2355 |
-
msgstr "Cancel %s & Proceed"
|
2356 |
-
|
2357 |
-
#: templates/forms/trial-start.php:22
|
2358 |
-
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2359 |
-
msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2360 |
-
|
2361 |
-
#: templates/forms/trial-start.php:28
|
2362 |
-
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."
|
2363 |
-
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."
|
2364 |
-
|
2365 |
-
#: templates/js/style-premium-theme.php:39
|
2366 |
-
msgid "Premium"
|
2367 |
-
msgstr "Prémium"
|
2368 |
-
|
2369 |
-
#: templates/js/style-premium-theme.php:42
|
2370 |
-
msgid "Beta"
|
2371 |
-
msgstr "Beta"
|
2372 |
-
|
2373 |
-
#: templates/partials/network-activation.php:27
|
2374 |
-
msgid "Activate license on all sites in the network."
|
2375 |
-
msgstr "Activate license on all sites in the network."
|
2376 |
-
|
2377 |
-
#: templates/partials/network-activation.php:28
|
2378 |
-
msgid "Apply on all sites in the network."
|
2379 |
-
msgstr "Apply on all sites in the network."
|
2380 |
-
|
2381 |
-
#: templates/partials/network-activation.php:31
|
2382 |
-
msgid "Activate license on all pending sites."
|
2383 |
-
msgstr "Activate license on all pending sites."
|
2384 |
-
|
2385 |
-
#: templates/partials/network-activation.php:32
|
2386 |
-
msgid "Apply on all pending sites."
|
2387 |
-
msgstr "Apply on all pending sites."
|
2388 |
-
|
2389 |
-
#: templates/partials/network-activation.php40,
|
2390 |
-
#: templates/partials/network-activation.php:74
|
2391 |
-
msgid "allow"
|
2392 |
-
msgstr "allow"
|
2393 |
-
|
2394 |
-
#: templates/partials/network-activation.php43,
|
2395 |
-
#: templates/partials/network-activation.php:77
|
2396 |
-
msgid "delegate"
|
2397 |
-
msgstr "delegate"
|
2398 |
-
|
2399 |
-
#: templates/partials/network-activation.php47,
|
2400 |
-
#: templates/partials/network-activation.php:81
|
2401 |
-
msgid "skip"
|
2402 |
-
msgstr "ugrás"
|
2403 |
-
|
2404 |
-
#: templates/plugin-info/description.php72,
|
2405 |
-
#: templates/plugin-info/screenshots.php:31
|
2406 |
-
msgid "Click to view full-size screenshot %d"
|
2407 |
-
msgstr "Click to view full-size screenshot %d"
|
2408 |
-
|
2409 |
-
#: templates/plugin-info/features.php:56
|
2410 |
-
msgid "Unlimited Updates"
|
2411 |
-
msgstr "Korlátlan frissítés"
|
2412 |
-
|
2413 |
-
#: templates/account/partials/activate-license-button.php:46
|
2414 |
-
msgid "Localhost"
|
2415 |
-
msgstr "Localhost"
|
2416 |
-
|
2417 |
-
#: templates/account/partials/activate-license-button.php:50
|
2418 |
-
msgctxt "as 5 licenses left"
|
2419 |
-
msgid "%s left"
|
2420 |
-
msgstr "%s left"
|
2421 |
-
|
2422 |
-
#: templates/account/partials/activate-license-button.php:51
|
2423 |
-
msgid "Last license"
|
2424 |
-
msgstr "Last license"
|
2425 |
-
|
2426 |
-
#: templates/account/partials/addon.php:167
|
2427 |
-
msgid "Cancelled"
|
2428 |
-
msgstr "Törölve"
|
2429 |
-
|
2430 |
-
#: templates/account/partials/addon.php:177
|
2431 |
-
msgid "No expiration"
|
2432 |
-
msgstr "No expiration"
|
2433 |
-
|
2434 |
-
#: templates/account/partials/site.php:181
|
2435 |
-
msgid "Owner Name"
|
2436 |
-
msgstr "Tulajdonos neve"
|
2437 |
-
|
2438 |
-
#: templates/account/partials/site.php:193
|
2439 |
-
msgid "Owner Email"
|
2440 |
-
msgstr "Tulajdonos email címe"
|
2441 |
-
|
2442 |
-
#: templates/account/partials/site.php:205
|
2443 |
-
msgid "Owner ID"
|
2444 |
-
msgstr "Tulajdonos ID"
|
2445 |
-
|
2446 |
-
#: templates/account/partials/site.php:270
|
2447 |
-
msgid "Subscription"
|
2448 |
-
msgstr "Előfizetés"
|
2449 |
-
|
2450 |
-
#: templates/forms/deactivation/contact.php:19
|
2451 |
-
msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2452 |
-
msgstr "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2453 |
-
|
2454 |
-
#: templates/forms/deactivation/contact.php:22
|
2455 |
-
msgid "Contact Support"
|
2456 |
-
msgstr "Írás az ügyfélszolgálatra"
|
2457 |
-
|
2458 |
-
#: templates/forms/deactivation/form.php:64
|
2459 |
-
msgid "Anonymous feedback"
|
2460 |
-
msgstr "Névtelen visszajelzés"
|
2461 |
-
|
2462 |
-
#: templates/forms/deactivation/form.php:70
|
2463 |
-
msgid "Deactivate"
|
2464 |
-
msgstr "Deaktiválás"
|
2465 |
-
|
2466 |
-
#: templates/forms/deactivation/form.php:72
|
2467 |
-
msgid "Activate %s"
|
2468 |
-
msgstr "%s aktiválása"
|
2469 |
-
|
2470 |
-
#: templates/forms/deactivation/form.php:87
|
2471 |
-
msgid "Quick Feedback"
|
2472 |
-
msgstr "Gyors visszajelzés"
|
2473 |
-
|
2474 |
-
#: templates/forms/deactivation/form.php:91
|
2475 |
-
msgid "If you have a moment, please let us know why you are %s"
|
2476 |
-
msgstr "Kérlek mondd el, miért %s"
|
2477 |
-
|
2478 |
-
#: templates/forms/deactivation/form.php:91
|
2479 |
-
msgid "deactivating"
|
2480 |
-
msgstr "deaktiválod"
|
2481 |
-
|
2482 |
-
#: templates/forms/deactivation/form.php:91
|
2483 |
-
msgid "switching"
|
2484 |
-
msgstr "váltasz"
|
2485 |
-
|
2486 |
-
#: templates/forms/deactivation/form.php:365
|
2487 |
-
msgid "Submit & %s"
|
2488 |
-
msgstr "Küldés & %s"
|
2489 |
-
|
2490 |
-
#: templates/forms/deactivation/form.php:386
|
2491 |
-
msgid "Kindly tell us the reason so we can improve."
|
2492 |
-
msgstr "Ha elmondod az okát, tudunk fejlődni."
|
2493 |
-
|
2494 |
-
#: templates/forms/deactivation/form.php:511
|
2495 |
-
msgid "Yes - %s"
|
2496 |
-
msgstr "Yes - %s"
|
2497 |
-
|
2498 |
-
#: templates/forms/deactivation/form.php:518
|
2499 |
-
msgid "Skip & %s"
|
2500 |
-
msgstr "Kihagyás & %s"
|
2501 |
-
|
2502 |
-
#: templates/forms/deactivation/retry-skip.php:21
|
2503 |
-
msgid "Click here to use the plugin anonymously"
|
2504 |
-
msgstr "Kattints ide, ha névtelenül szeretnéd használni a bővítményt"
|
2505 |
-
|
2506 |
-
#: templates/forms/deactivation/retry-skip.php:23
|
2507 |
-
msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
2508 |
-
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
DELETED
@@ -1,2512 +0,0 @@
|
|
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 ""
|
10 |
-
msgstr ""
|
11 |
-
"Project-Id-Version: WordPress SDK\n"
|
12 |
-
"Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
|
13 |
-
"POT-Creation-Date: \n"
|
14 |
-
"PO-Revision-Date: 2019-06-05 13:40+0000\n"
|
15 |
-
"Last-Translator: Daniele Scasciafratte Mte90 <mte90net@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"
|
19 |
-
"Content-Transfer-Encoding: 8bit\n"
|
20 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
21 |
-
"MIME-Version: 1.0\n"
|
22 |
-
"X-Poedit-Basepath: ..\n"
|
23 |
-
"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"
|
24 |
-
"X-Poedit-SearchPath-0: .\n"
|
25 |
-
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
26 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
27 |
-
|
28 |
-
#: includes/class-freemius.php1838, templates/account.php:769
|
29 |
-
msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
30 |
-
msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
31 |
-
|
32 |
-
#: includes/class-freemius.php:1845
|
33 |
-
msgid "Would you like to proceed with the update?"
|
34 |
-
msgstr "Would you like to proceed with the update?"
|
35 |
-
|
36 |
-
#: includes/class-freemius.php:2053
|
37 |
-
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
38 |
-
msgstr "L'SDK di Freemius non è riuscito a trovare il file principale del plugin. Per favore contatta sdk@freemius.com riportando l'errore."
|
39 |
-
|
40 |
-
#: includes/class-freemius.php:2055
|
41 |
-
msgid "Error"
|
42 |
-
msgstr "Errore"
|
43 |
-
|
44 |
-
#: includes/class-freemius.php:2445
|
45 |
-
msgid "I found a better %s"
|
46 |
-
msgstr "Ho trovato un migliore %s"
|
47 |
-
|
48 |
-
#: includes/class-freemius.php:2447
|
49 |
-
msgid "What's the %s's name?"
|
50 |
-
msgstr "Qual è il nome di %s?"
|
51 |
-
|
52 |
-
#: includes/class-freemius.php:2453
|
53 |
-
msgid "It's a temporary %s. I'm just debugging an issue."
|
54 |
-
msgstr "È una %s temporanea. Sto solo cercando di risolvere un problema."
|
55 |
-
|
56 |
-
#: includes/class-freemius.php:2455
|
57 |
-
msgid "Deactivation"
|
58 |
-
msgstr "Disattivazione"
|
59 |
-
|
60 |
-
#: includes/class-freemius.php:2456
|
61 |
-
msgid "Theme Switch"
|
62 |
-
msgstr "Cambio tema"
|
63 |
-
|
64 |
-
#: includes/class-freemius.php2465, templates/forms/resend-key.php:24
|
65 |
-
msgid "Other"
|
66 |
-
msgstr "Altro"
|
67 |
-
|
68 |
-
#: includes/class-freemius.php:2473
|
69 |
-
msgid "I no longer need the %s"
|
70 |
-
msgstr "Non ho più bisogno di %s"
|
71 |
-
|
72 |
-
#: includes/class-freemius.php:2480
|
73 |
-
msgid "I only needed the %s for a short period"
|
74 |
-
msgstr "Ho avuto bisogno di %s per un breve periodo"
|
75 |
-
|
76 |
-
#: includes/class-freemius.php:2486
|
77 |
-
msgid "The %s broke my site"
|
78 |
-
msgstr "%s ha rotto il mio sito"
|
79 |
-
|
80 |
-
#: includes/class-freemius.php:2493
|
81 |
-
msgid "The %s suddenly stopped working"
|
82 |
-
msgstr "%s ha improvvisamente smesso di funzionare"
|
83 |
-
|
84 |
-
#: includes/class-freemius.php:2503
|
85 |
-
msgid "I can't pay for it anymore"
|
86 |
-
msgstr "Non posso piú pagarlo"
|
87 |
-
|
88 |
-
#: includes/class-freemius.php:2505
|
89 |
-
msgid "What price would you feel comfortable paying?"
|
90 |
-
msgstr "Che prezzo ritieni opportuno pagare?"
|
91 |
-
|
92 |
-
#: includes/class-freemius.php:2511
|
93 |
-
msgid "I don't like to share my information with you"
|
94 |
-
msgstr "Non voglio condividere i miei dati con te"
|
95 |
-
|
96 |
-
#: includes/class-freemius.php:2532
|
97 |
-
msgid "The %s didn't work"
|
98 |
-
msgstr "%s non funziona"
|
99 |
-
|
100 |
-
#: includes/class-freemius.php:2542
|
101 |
-
msgid "I couldn't understand how to make it work"
|
102 |
-
msgstr "Non capisco come farlo funzionare"
|
103 |
-
|
104 |
-
#: includes/class-freemius.php:2550
|
105 |
-
msgid "The %s is great, but I need specific feature that you don't support"
|
106 |
-
msgstr "%s è ottimo ma ho bisogno di una funzionalità specifica non supportata"
|
107 |
-
|
108 |
-
#: includes/class-freemius.php:2552
|
109 |
-
msgid "What feature?"
|
110 |
-
msgstr "Quale funzionalitá?"
|
111 |
-
|
112 |
-
#: includes/class-freemius.php:2556
|
113 |
-
msgid "The %s is not working"
|
114 |
-
msgstr "%s non funziona"
|
115 |
-
|
116 |
-
#: includes/class-freemius.php:2558
|
117 |
-
msgid "Kindly share what didn't work so we can fix it for future users..."
|
118 |
-
msgstr "Condividi cosa non ha funzionato in modo da migliorare il prodotto per gli utenti futuri..."
|
119 |
-
|
120 |
-
#: includes/class-freemius.php:2562
|
121 |
-
msgid "It's not what I was looking for"
|
122 |
-
msgstr "Non é quello che stavo cercando"
|
123 |
-
|
124 |
-
#: includes/class-freemius.php:2564
|
125 |
-
msgid "What you've been looking for?"
|
126 |
-
msgstr "Che cosa stai cercando?"
|
127 |
-
|
128 |
-
#: includes/class-freemius.php:2568
|
129 |
-
msgid "The %s didn't work as expected"
|
130 |
-
msgstr "%s non ha funzionato come mi aspettavo"
|
131 |
-
|
132 |
-
#: includes/class-freemius.php:2570
|
133 |
-
msgid "What did you expect?"
|
134 |
-
msgstr "Che cosa ti aspettavi?"
|
135 |
-
|
136 |
-
#: includes/class-freemius.php3425, templates/debug.php:20
|
137 |
-
msgid "Freemius Debug"
|
138 |
-
msgstr "Debug Freemius"
|
139 |
-
|
140 |
-
#: includes/class-freemius.php:4177
|
141 |
-
msgid "I don't know what is cURL or how to install it, help me!"
|
142 |
-
msgstr "Non ho idea di cosa sia cURL o come installarlo, aiutami!"
|
143 |
-
|
144 |
-
#: includes/class-freemius.php:4179
|
145 |
-
msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
146 |
-
msgstr "Contatteremo il tuo hosting e risolveremo il problema. Riceverai un' email a %s non appena ci saranno aggiornamenti."
|
147 |
-
|
148 |
-
#: includes/class-freemius.php:4186
|
149 |
-
msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
150 |
-
msgstr "Installa cURL e abilitalo nel file file php.ini. Inoltre cerca per il parametro 'disable_functions' nel tuo file php.ini e rimuovi ogni metodo disattivato che inizia con 'curl_'. Per verificare che tutti sia attivato usa 'phpinfo()'. Una volta attivato, disattiva 1%s e riattivalo di nuovo."
|
151 |
-
|
152 |
-
#: includes/class-freemius.php:4291
|
153 |
-
msgid "Yes - do your thing"
|
154 |
-
msgstr "Sì - fai pure"
|
155 |
-
|
156 |
-
#: includes/class-freemius.php:4296
|
157 |
-
msgid "No - just deactivate"
|
158 |
-
msgstr "No - disattiva e basta"
|
159 |
-
|
160 |
-
#: includes/class-freemius.php4341, includes/class-freemius.php4850,
|
161 |
-
#: includes/class-freemius.php5999, includes/class-freemius.php12682,
|
162 |
-
#: includes/class-freemius.php16045, includes/class-freemius.php16133,
|
163 |
-
#: includes/class-freemius.php16299, includes/class-freemius.php18758,
|
164 |
-
#: includes/class-freemius.php18768, includes/class-freemius.php19404,
|
165 |
-
#: includes/class-freemius.php20277, includes/class-freemius.php20392,
|
166 |
-
#: includes/class-freemius.php20536, templates/add-ons.php:54
|
167 |
-
msgctxt "exclamation"
|
168 |
-
msgid "Oops"
|
169 |
-
msgstr "Ops"
|
170 |
-
|
171 |
-
#: includes/class-freemius.php:4410
|
172 |
-
msgid "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
|
173 |
-
msgstr "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."
|
174 |
-
|
175 |
-
#: includes/class-freemius.php:4847
|
176 |
-
msgctxt "addonX cannot run without pluginY"
|
177 |
-
msgid "%s cannot run without %s."
|
178 |
-
msgstr "%s non può funzionare senza %s."
|
179 |
-
|
180 |
-
#: includes/class-freemius.php:4848
|
181 |
-
msgctxt "addonX cannot run..."
|
182 |
-
msgid "%s cannot run without the plugin."
|
183 |
-
msgstr "%s non può funzionare senza il plugin."
|
184 |
-
|
185 |
-
#: includes/class-freemius.php5020, includes/class-freemius.php5045,
|
186 |
-
#: includes/class-freemius.php:19475
|
187 |
-
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
188 |
-
msgstr "Errore API inaspettato. Contatta l'autore di %s con il seguente errore."
|
189 |
-
|
190 |
-
#: includes/class-freemius.php:5687
|
191 |
-
msgid "Premium %s version was successfully activated."
|
192 |
-
msgstr "La versione 1%s Permium è stata attivata con successo."
|
193 |
-
|
194 |
-
#: includes/class-freemius.php5699, includes/class-freemius.php:7567
|
195 |
-
msgctxt ""
|
196 |
-
msgid "W00t"
|
197 |
-
msgstr "Forte"
|
198 |
-
|
199 |
-
#: includes/class-freemius.php:5714
|
200 |
-
msgid "You have a %s license."
|
201 |
-
msgstr "Hai la licenza %s."
|
202 |
-
|
203 |
-
#: includes/class-freemius.php5718, includes/class-freemius.php15466,
|
204 |
-
#: includes/class-freemius.php15477, includes/class-freemius.php18669,
|
205 |
-
#: includes/class-freemius.php18999, includes/class-freemius.php19065,
|
206 |
-
#: includes/class-freemius.php:19229
|
207 |
-
msgctxt "interjection expressing joy or exuberance"
|
208 |
-
msgid "Yee-haw"
|
209 |
-
msgstr "Evvai"
|
210 |
-
|
211 |
-
#: includes/class-freemius.php:5982
|
212 |
-
msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
213 |
-
msgstr "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."
|
214 |
-
|
215 |
-
#: includes/class-freemius.php:5986
|
216 |
-
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
217 |
-
msgstr "%s è un add-on premium. Devi comprare una licenza prima di poter attivare il plugin."
|
218 |
-
|
219 |
-
#: includes/class-freemius.php5995, templates/add-ons.php130,
|
220 |
-
#: templates/account/partials/addon.php:343
|
221 |
-
msgid "More information about %s"
|
222 |
-
msgstr "Ulteriori informazioni su %s"
|
223 |
-
|
224 |
-
#: includes/class-freemius.php:5996
|
225 |
-
msgid "Purchase License"
|
226 |
-
msgstr "Acquista licenza"
|
227 |
-
|
228 |
-
#: includes/class-freemius.php6931, templates/connect.php:163
|
229 |
-
msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
230 |
-
msgstr "Dovresti ricevere un'email di attivazione di %s all'indirizzo %s. Assicurati di fare clic sul pulsante di attivazione nell'email per %s."
|
231 |
-
|
232 |
-
#: includes/class-freemius.php:6935
|
233 |
-
msgid "start the trial"
|
234 |
-
msgstr "Inizia il periodo di prova gratuito"
|
235 |
-
|
236 |
-
#: includes/class-freemius.php6936, templates/connect.php:167
|
237 |
-
msgid "complete the install"
|
238 |
-
msgstr "completa l'installazione"
|
239 |
-
|
240 |
-
#: includes/class-freemius.php:7049
|
241 |
-
msgid "You are just one step away - %s"
|
242 |
-
msgstr "Sei a un passo dalla fine - %s"
|
243 |
-
|
244 |
-
#: includes/class-freemius.php:7052
|
245 |
-
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
246 |
-
msgid "Complete \"%s\" Activation Now"
|
247 |
-
msgstr "Completa l'attivazione di \"%s\" ora"
|
248 |
-
|
249 |
-
#: includes/class-freemius.php:7130
|
250 |
-
msgid "We made a few tweaks to the %s, %s"
|
251 |
-
msgstr "Abbiamo fatto alcune migliore a %s,%s"
|
252 |
-
|
253 |
-
#: includes/class-freemius.php:7134
|
254 |
-
msgid "Opt in to make \"%s\" better!"
|
255 |
-
msgstr "Opt in to make \"%s\" better!"
|
256 |
-
|
257 |
-
#: includes/class-freemius.php:7566
|
258 |
-
msgid "The upgrade of %s was successfully completed."
|
259 |
-
msgstr "L'aggiornamento di %s è stato completato con successo."
|
260 |
-
|
261 |
-
#: includes/class-freemius.php9728, includes/class-fs-plugin-updater.php975,
|
262 |
-
#: includes/class-fs-plugin-updater.php1170,
|
263 |
-
#: includes/class-fs-plugin-updater.php1177,
|
264 |
-
#: templates/auto-installation.php:32
|
265 |
-
msgid "Add-On"
|
266 |
-
msgstr "Add-on"
|
267 |
-
|
268 |
-
#: includes/class-freemius.php9730, templates/account.php313,
|
269 |
-
#: templates/account.php321, templates/debug.php361, templates/debug.php:522
|
270 |
-
msgid "Plugin"
|
271 |
-
msgstr "Plugin"
|
272 |
-
|
273 |
-
#: includes/class-freemius.php9731, templates/account.php314,
|
274 |
-
#: templates/account.php322, templates/debug.php361, templates/debug.php522,
|
275 |
-
#: templates/forms/deactivation/form.php:71
|
276 |
-
msgid "Theme"
|
277 |
-
msgstr "Tema"
|
278 |
-
|
279 |
-
#: includes/class-freemius.php:12148
|
280 |
-
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
281 |
-
msgstr "An unknown error has occurred while trying to set the user's beta mode."
|
282 |
-
|
283 |
-
#: includes/class-freemius.php:12549
|
284 |
-
msgid "Invalid site details collection."
|
285 |
-
msgstr "Invalid site details collection."
|
286 |
-
|
287 |
-
#: includes/class-freemius.php:12669
|
288 |
-
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
289 |
-
msgstr "Non siamo riusciti a trovare il tuo indirizzo email nel sistema, sei sicuro che sia l'indirizzo giusto?"
|
290 |
-
|
291 |
-
#: includes/class-freemius.php:12671
|
292 |
-
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
293 |
-
msgstr "Non siamo riusciti a trovare alcuna licenza attiva associata al tuo indirizzo email, sei sicuro che sia l'indirizzo giusto?"
|
294 |
-
|
295 |
-
#: includes/class-freemius.php:12945
|
296 |
-
msgid "Account is pending activation."
|
297 |
-
msgstr "Account in attesa di attivazione."
|
298 |
-
|
299 |
-
#: includes/class-freemius.php13057,
|
300 |
-
#: templates/forms/premium-versions-upgrade-handler.php:47
|
301 |
-
msgid "Buy a license now"
|
302 |
-
msgstr "Compra una licenza ora"
|
303 |
-
|
304 |
-
#: includes/class-freemius.php13069,
|
305 |
-
#: templates/forms/premium-versions-upgrade-handler.php:46
|
306 |
-
msgid "Renew your license now"
|
307 |
-
msgstr "Rinnova la tua licenza ora"
|
308 |
-
|
309 |
-
#: includes/class-freemius.php:13073
|
310 |
-
msgid "%s to access version %s security & feature updates, and support."
|
311 |
-
msgstr "%s to access version %s security & feature updates, and support."
|
312 |
-
|
313 |
-
#: includes/class-freemius.php:15448
|
314 |
-
msgid "%s activation was successfully completed."
|
315 |
-
msgstr "%s è stato attivato con successo."
|
316 |
-
|
317 |
-
#: includes/class-freemius.php:15462
|
318 |
-
msgid "Your account was successfully activated with the %s plan."
|
319 |
-
msgstr "Il tuo account è stato attivato correttamente con il piano %s."
|
320 |
-
|
321 |
-
#: includes/class-freemius.php15473, includes/class-freemius.php:19061
|
322 |
-
msgid "Your trial has been successfully started."
|
323 |
-
msgstr "La versione di prova è stata avviata correttamente."
|
324 |
-
|
325 |
-
#: includes/class-freemius.php16043, includes/class-freemius.php16131,
|
326 |
-
#: includes/class-freemius.php:16297
|
327 |
-
msgid "Couldn't activate %s."
|
328 |
-
msgstr "Non é stato possibile attivare %s."
|
329 |
-
|
330 |
-
#: includes/class-freemius.php16044, includes/class-freemius.php16132,
|
331 |
-
#: includes/class-freemius.php:16298
|
332 |
-
msgid "Please contact us with the following message:"
|
333 |
-
msgstr "Contattaci con il seguente messaggio:"
|
334 |
-
|
335 |
-
#: includes/class-freemius.php:16128
|
336 |
-
msgid "An unknown error has occurred."
|
337 |
-
msgstr "An unknown error has occurred."
|
338 |
-
|
339 |
-
#: includes/class-freemius.php16655, includes/class-freemius.php:21409
|
340 |
-
msgid "Upgrade"
|
341 |
-
msgstr "Aggiornamento"
|
342 |
-
|
343 |
-
#: includes/class-freemius.php:16661
|
344 |
-
msgid "Start Trial"
|
345 |
-
msgstr "Inizia il periodo di prova gratuito"
|
346 |
-
|
347 |
-
#: includes/class-freemius.php:16663
|
348 |
-
msgid "Pricing"
|
349 |
-
msgstr "Prezzi"
|
350 |
-
|
351 |
-
#: includes/class-freemius.php16742, includes/class-freemius.php:16744
|
352 |
-
msgid "Affiliation"
|
353 |
-
msgstr "Affiliazione"
|
354 |
-
|
355 |
-
#: includes/class-freemius.php16772, includes/class-freemius.php16774,
|
356 |
-
#: templates/account.php177, templates/debug.php:326
|
357 |
-
msgid "Account"
|
358 |
-
msgstr "Account"
|
359 |
-
|
360 |
-
#: includes/class-freemius.php16787, includes/class-freemius.php16789,
|
361 |
-
#: includes/customizer/class-fs-customizer-support-section.php:60
|
362 |
-
msgid "Contact Us"
|
363 |
-
msgstr "Contattaci"
|
364 |
-
|
365 |
-
#: includes/class-freemius.php16799, includes/class-freemius.php16801,
|
366 |
-
#: includes/class-freemius.php21423, templates/account.php105,
|
367 |
-
#: templates/account/partials/addon.php:45
|
368 |
-
msgid "Add-Ons"
|
369 |
-
msgstr "Addon"
|
370 |
-
|
371 |
-
#: includes/class-freemius.php:16835
|
372 |
-
msgctxt "ASCII arrow left icon"
|
373 |
-
msgid "←"
|
374 |
-
msgstr "←"
|
375 |
-
|
376 |
-
#: includes/class-freemius.php:16835
|
377 |
-
msgctxt "ASCII arrow right icon"
|
378 |
-
msgid "➤"
|
379 |
-
msgstr "➤"
|
380 |
-
|
381 |
-
#: includes/class-freemius.php16837, templates/pricing.php:102
|
382 |
-
msgctxt "noun"
|
383 |
-
msgid "Pricing"
|
384 |
-
msgstr "Prezzi"
|
385 |
-
|
386 |
-
#: includes/class-freemius.php17050,
|
387 |
-
#: includes/customizer/class-fs-customizer-support-section.php:67
|
388 |
-
msgid "Support Forum"
|
389 |
-
msgstr "Forum di supporto"
|
390 |
-
|
391 |
-
#: includes/class-freemius.php:17995
|
392 |
-
msgid "Your email has been successfully verified - you are AWESOME!"
|
393 |
-
msgstr "Il tuo indirizzo email è stato verificato con successo - SEI UN GRANDE!"
|
394 |
-
|
395 |
-
#: includes/class-freemius.php:17996
|
396 |
-
msgctxt "a positive response"
|
397 |
-
msgid "Right on"
|
398 |
-
msgstr "Sì"
|
399 |
-
|
400 |
-
#: includes/class-freemius.php:18660
|
401 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
402 |
-
msgstr "Il piano del tuo add-on %s è stato aggiornato con successo."
|
403 |
-
|
404 |
-
#: includes/class-freemius.php:18662
|
405 |
-
msgid "%s Add-on was successfully purchased."
|
406 |
-
msgstr "L' add-on %s è stato acquistato con successo."
|
407 |
-
|
408 |
-
#: includes/class-freemius.php:18665
|
409 |
-
msgid "Download the latest version"
|
410 |
-
msgstr "Scarica l'ultima versione"
|
411 |
-
|
412 |
-
#: includes/class-freemius.php:18751
|
413 |
-
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
414 |
-
msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
415 |
-
|
416 |
-
#: includes/class-freemius.php18757, includes/class-freemius.php19188,
|
417 |
-
#: includes/class-freemius.php:19277
|
418 |
-
msgid "Error received from the server:"
|
419 |
-
msgstr "Errore ricevuto dal server:"
|
420 |
-
|
421 |
-
#: includes/class-freemius.php:18767
|
422 |
-
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
423 |
-
msgstr "Sembra che uno dei parametri di autenticazione sia sbagliato. Aggiorna la tua chiave pubblica, Secret Key & User ID e riprova."
|
424 |
-
|
425 |
-
#: includes/class-freemius.php18961, includes/class-freemius.php19193,
|
426 |
-
#: includes/class-freemius.php19248, includes/class-freemius.php:19351
|
427 |
-
msgctxt ""
|
428 |
-
msgid "Hmm"
|
429 |
-
msgstr "Uhm"
|
430 |
-
|
431 |
-
#: includes/class-freemius.php:18974
|
432 |
-
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."
|
433 |
-
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."
|
434 |
-
|
435 |
-
#: includes/class-freemius.php18975, templates/account.php107,
|
436 |
-
#: templates/add-ons.php191, templates/account/partials/addon.php:47
|
437 |
-
msgctxt "trial period"
|
438 |
-
msgid "Trial"
|
439 |
-
msgstr "Prova gratuita"
|
440 |
-
|
441 |
-
#: includes/class-freemius.php:18980
|
442 |
-
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
443 |
-
msgstr "Ho aggiornato il mio account, ma quando cerco di sincronizzare la licenza, il piano rimane %s."
|
444 |
-
|
445 |
-
#: includes/class-freemius.php18984, includes/class-freemius.php:19043
|
446 |
-
msgid "Please contact us here"
|
447 |
-
msgstr "Contattaci qui"
|
448 |
-
|
449 |
-
#: includes/class-freemius.php:18995
|
450 |
-
msgid "Your plan was successfully activated."
|
451 |
-
msgstr "Your plan was successfully activated."
|
452 |
-
|
453 |
-
#: includes/class-freemius.php:18996
|
454 |
-
msgid "Your plan was successfully upgraded."
|
455 |
-
msgstr "Il piano è stato aggiornato con successo."
|
456 |
-
|
457 |
-
#: includes/class-freemius.php:19013
|
458 |
-
msgid "Your plan was successfully changed to %s."
|
459 |
-
msgstr "Il piano è stato cambiato con successo a %s."
|
460 |
-
|
461 |
-
#: includes/class-freemius.php:19029
|
462 |
-
msgid "Your license has expired. You can still continue using the free %s forever."
|
463 |
-
msgstr "La tua licenza è scaduta. Puoi continuare ad usare la versione gratuita %s per sempre."
|
464 |
-
|
465 |
-
#: includes/class-freemius.php:19031
|
466 |
-
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
467 |
-
msgstr "La tua licenza è scaduta. %1$saggiorna ora %2$sper continuare ad utilizzare %3$s senza interruzioni."
|
468 |
-
|
469 |
-
#: includes/class-freemius.php:19039
|
470 |
-
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
471 |
-
msgstr "La tua licenza è stata cancellata. Se credi sia un errore, per favore contatta il supporto."
|
472 |
-
|
473 |
-
#: includes/class-freemius.php:19052
|
474 |
-
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."
|
475 |
-
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."
|
476 |
-
|
477 |
-
#: includes/class-freemius.php:19075
|
478 |
-
msgid "Your free trial has expired. You can still continue using all our free features."
|
479 |
-
msgstr "La tua versione di prova gratuita è scaduta. Puoi continuare ad usare tutte le funzionalità gratuite."
|
480 |
-
|
481 |
-
#: includes/class-freemius.php:19077
|
482 |
-
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
483 |
-
msgstr "La tua versione prova è scaduta.%1$s aggiorna ora %2$s per continuare ad usare %3$s senza interruzioni."
|
484 |
-
|
485 |
-
#: includes/class-freemius.php:19184
|
486 |
-
msgid "It looks like the license could not be activated."
|
487 |
-
msgstr "Sembra che la licenza non possa essere attivata."
|
488 |
-
|
489 |
-
#: includes/class-freemius.php:19226
|
490 |
-
msgid "Your license was successfully activated."
|
491 |
-
msgstr "La tua licenza è stata attivata correttamente."
|
492 |
-
|
493 |
-
#: includes/class-freemius.php:19252
|
494 |
-
msgid "It looks like your site currently doesn't have an active license."
|
495 |
-
msgstr "Sembra che il tuo sito non disponga di alcuna licenza attiva."
|
496 |
-
|
497 |
-
#: includes/class-freemius.php:19276
|
498 |
-
msgid "It looks like the license deactivation failed."
|
499 |
-
msgstr "Sembra che la disattivazione della licenza non sia riuscita."
|
500 |
-
|
501 |
-
#: includes/class-freemius.php:19304
|
502 |
-
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
503 |
-
msgstr "La tua licenza é stata disattivata con successo, sei tornato al piano %s."
|
504 |
-
|
505 |
-
#: includes/class-freemius.php:19305
|
506 |
-
msgid "O.K"
|
507 |
-
msgstr "OK"
|
508 |
-
|
509 |
-
#: includes/class-freemius.php:19358
|
510 |
-
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
511 |
-
msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
512 |
-
|
513 |
-
#: includes/class-freemius.php:19367
|
514 |
-
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
515 |
-
msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
516 |
-
|
517 |
-
#: includes/class-freemius.php:19409
|
518 |
-
msgid "You are already running the %s in a trial mode."
|
519 |
-
msgstr "Stai già usando %s in modalità prova."
|
520 |
-
|
521 |
-
#: includes/class-freemius.php:19420
|
522 |
-
msgid "You already utilized a trial before."
|
523 |
-
msgstr "Hai già utilizzato una prova gratuita in passato."
|
524 |
-
|
525 |
-
#: includes/class-freemius.php:19434
|
526 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
527 |
-
msgstr "Il piano %s non esiste, per questo motivo non è possibile iniziare il periodo di prova."
|
528 |
-
|
529 |
-
#: includes/class-freemius.php:19445
|
530 |
-
msgid "Plan %s does not support a trial period."
|
531 |
-
msgstr "Il piano %s non supporta il periodo di prova."
|
532 |
-
|
533 |
-
#: includes/class-freemius.php:19456
|
534 |
-
msgid "None of the %s's plans supports a trial period."
|
535 |
-
msgstr "Nessuno dei piani di %ssupporta il periodo di prova."
|
536 |
-
|
537 |
-
#: includes/class-freemius.php:19506
|
538 |
-
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
539 |
-
msgstr "Sembra che tu non stia più usando la prova gratuita, quindi non c'è niente che tu debba annullare :)"
|
540 |
-
|
541 |
-
#: includes/class-freemius.php:19542
|
542 |
-
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
543 |
-
msgstr "Stiamo avendo qualche problema temporaneo con l'annullamento del periodo di prova. Riprova tra qualche minuto."
|
544 |
-
|
545 |
-
#: includes/class-freemius.php:19561
|
546 |
-
msgid "Your %s free trial was successfully cancelled."
|
547 |
-
msgstr "Il tuo periodo di prova gratuito %s è stato annullato con successo."
|
548 |
-
|
549 |
-
#: includes/class-freemius.php:19877
|
550 |
-
msgid "Version %s was released."
|
551 |
-
msgstr "La versione %s é stata rilasciata."
|
552 |
-
|
553 |
-
#: includes/class-freemius.php:19877
|
554 |
-
msgid "Please download %s."
|
555 |
-
msgstr "Scarica %s."
|
556 |
-
|
557 |
-
#: includes/class-freemius.php:19884
|
558 |
-
msgid "the latest %s version here"
|
559 |
-
msgstr "l'ultima versione %s é quì"
|
560 |
-
|
561 |
-
#: includes/class-freemius.php:19889
|
562 |
-
msgid "New"
|
563 |
-
msgstr "Nuovo"
|
564 |
-
|
565 |
-
#: includes/class-freemius.php:19894
|
566 |
-
msgid "Seems like you got the latest release."
|
567 |
-
msgstr "Sembra che tu abbia la versione più recente."
|
568 |
-
|
569 |
-
#: includes/class-freemius.php:19895
|
570 |
-
msgid "You are all good!"
|
571 |
-
msgstr "Sei fantastico!"
|
572 |
-
|
573 |
-
#: includes/class-freemius.php:20165
|
574 |
-
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
575 |
-
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."
|
576 |
-
|
577 |
-
#: includes/class-freemius.php:20304
|
578 |
-
msgid "Site successfully opted in."
|
579 |
-
msgstr "Sito accettato con successo."
|
580 |
-
|
581 |
-
#: includes/class-freemius.php20305, includes/class-freemius.php:21125
|
582 |
-
msgid "Awesome"
|
583 |
-
msgstr "Fantastico"
|
584 |
-
|
585 |
-
#: includes/class-freemius.php20321, templates/forms/optout.php:32
|
586 |
-
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
587 |
-
msgstr "Ti ringraziamo per averci concesso di tracciare alcuni dati di utilizzo al fine di migliorare %s."
|
588 |
-
|
589 |
-
#: includes/class-freemius.php:20322
|
590 |
-
msgid "Thank you!"
|
591 |
-
msgstr "Grazie!"
|
592 |
-
|
593 |
-
#: includes/class-freemius.php:20329
|
594 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
595 |
-
msgstr "Non possiamo più inviare i dati di utilizzo di %ssu %sa %s."
|
596 |
-
|
597 |
-
#: includes/class-freemius.php:20458
|
598 |
-
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."
|
599 |
-
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."
|
600 |
-
|
601 |
-
#: includes/class-freemius.php:20464
|
602 |
-
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
603 |
-
msgstr "Grazie per aver confermato il cambiamento del proprietario. Un' email è stata appena inviata a %s per la conferma finale."
|
604 |
-
|
605 |
-
#: includes/class-freemius.php:20469
|
606 |
-
msgid "%s is the new owner of the account."
|
607 |
-
msgstr "%s è il nuovo proprietario dell'account."
|
608 |
-
|
609 |
-
#: includes/class-freemius.php:20471
|
610 |
-
msgctxt "as congratulations"
|
611 |
-
msgid "Congrats"
|
612 |
-
msgstr "Congratulazioni"
|
613 |
-
|
614 |
-
#: includes/class-freemius.php:20491
|
615 |
-
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
616 |
-
msgstr "Siamo spiacenti, non siamo riusciti a completare l'aggiornamento via email. Un altro utente con lo stesso indirizzo email è già registrato."
|
617 |
-
|
618 |
-
#: includes/class-freemius.php:20492
|
619 |
-
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
620 |
-
msgstr "Puoi abbandonare la proprietà dell'account %s a %scliccando il pulsante Cambia proprietario."
|
621 |
-
|
622 |
-
#: includes/class-freemius.php:20499
|
623 |
-
msgid "Change Ownership"
|
624 |
-
msgstr "Cambia Proprietario"
|
625 |
-
|
626 |
-
#: includes/class-freemius.php:20507
|
627 |
-
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
628 |
-
msgstr "Il tuo indirizzo email è stato aggiornato correttamente. Riceverai un'email con le istruzioni di conferma in pochi istanti."
|
629 |
-
|
630 |
-
#: includes/class-freemius.php:20519
|
631 |
-
msgid "Please provide your full name."
|
632 |
-
msgstr "Per favore inserisci il tuo nome completo."
|
633 |
-
|
634 |
-
#: includes/class-freemius.php:20524
|
635 |
-
msgid "Your name was successfully updated."
|
636 |
-
msgstr "Il tuo nome è stato aggiornato correttamente."
|
637 |
-
|
638 |
-
#: includes/class-freemius.php:20585
|
639 |
-
msgid "You have successfully updated your %s."
|
640 |
-
msgstr "Hai aggiornato con successo il tuo %s."
|
641 |
-
|
642 |
-
#: includes/class-freemius.php:20725
|
643 |
-
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
644 |
-
msgstr "Le informazioni sugli add-on di %s vengono scaricate da un server esterno."
|
645 |
-
|
646 |
-
#: includes/class-freemius.php:20726
|
647 |
-
msgctxt "advance notice of something that will need attention."
|
648 |
-
msgid "Heads up"
|
649 |
-
msgstr "Attenzione"
|
650 |
-
|
651 |
-
#: includes/class-freemius.php:21165
|
652 |
-
msgctxt "exclamation"
|
653 |
-
msgid "Hey"
|
654 |
-
msgstr "Hey"
|
655 |
-
|
656 |
-
#: includes/class-freemius.php:21165
|
657 |
-
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
658 |
-
msgstr "Come sta andando con %s? Prova tutte le funzionalità premium di %s con una prova gratuita di %d giorni."
|
659 |
-
|
660 |
-
#: includes/class-freemius.php:21173
|
661 |
-
msgid "No commitment for %s days - cancel anytime!"
|
662 |
-
msgstr "Nessun impegno per %s giorni - puoi annullare in qualsiasi momento!"
|
663 |
-
|
664 |
-
#: includes/class-freemius.php:21174
|
665 |
-
msgid "No credit card required"
|
666 |
-
msgstr "Nessuna carta di credito richiesta"
|
667 |
-
|
668 |
-
#: includes/class-freemius.php21181, templates/forms/trial-start.php:53
|
669 |
-
msgctxt "call to action"
|
670 |
-
msgid "Start free trial"
|
671 |
-
msgstr "Inizia il periodo di prova gratuito"
|
672 |
-
|
673 |
-
#: includes/class-freemius.php:21258
|
674 |
-
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!"
|
675 |
-
msgstr "Ciao, sai che %s ha il programma di affiliazione? Se ti piace %s puoi diventare un nostro ambasciatore e guadagnare denaro!"
|
676 |
-
|
677 |
-
#: includes/class-freemius.php:21267
|
678 |
-
msgid "Learn more"
|
679 |
-
msgstr "Scopri altro"
|
680 |
-
|
681 |
-
#: includes/class-freemius.php21447, templates/account.php474,
|
682 |
-
#: templates/account.php595, templates/connect.php171,
|
683 |
-
#: templates/connect.php421, templates/forms/license-activation.php25,
|
684 |
-
#: templates/account/partials/addon.php:287
|
685 |
-
msgid "Activate License"
|
686 |
-
msgstr "Attiva licenza"
|
687 |
-
|
688 |
-
#: includes/class-freemius.php21448, templates/account.php543,
|
689 |
-
#: templates/account.php594, templates/account/partials/site.php:256
|
690 |
-
msgid "Change License"
|
691 |
-
msgstr "Cambia licenza"
|
692 |
-
|
693 |
-
#: includes/class-freemius.php21539, templates/account/partials/site.php:161
|
694 |
-
msgid "Opt Out"
|
695 |
-
msgstr "Cancella iscrizione"
|
696 |
-
|
697 |
-
#: includes/class-freemius.php21541, includes/class-freemius.php21547,
|
698 |
-
#: templates/account/partials/site.php43,
|
699 |
-
#: templates/account/partials/site.php:161
|
700 |
-
msgid "Opt In"
|
701 |
-
msgstr "Iscriviti"
|
702 |
-
|
703 |
-
#: includes/class-freemius.php:21775
|
704 |
-
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
705 |
-
msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
706 |
-
|
707 |
-
#: includes/class-freemius.php:21783
|
708 |
-
msgid "Activate %s features"
|
709 |
-
msgstr "Activate %s features"
|
710 |
-
|
711 |
-
#: includes/class-freemius.php:21796
|
712 |
-
msgid "Please follow these steps to complete the upgrade"
|
713 |
-
msgstr "Segui i passi seguenti per completare l'aggiornamento"
|
714 |
-
|
715 |
-
#: includes/class-freemius.php:21800
|
716 |
-
msgid "Download the latest %s version"
|
717 |
-
msgstr "Scarica l'ultima versione di %s"
|
718 |
-
|
719 |
-
#: includes/class-freemius.php:21804
|
720 |
-
msgid "Upload and activate the downloaded version"
|
721 |
-
msgstr "Carica e attiva la versione scaricata"
|
722 |
-
|
723 |
-
#: includes/class-freemius.php:21806
|
724 |
-
msgid "How to upload and activate?"
|
725 |
-
msgstr "Come faccio a caricare ed attivare?"
|
726 |
-
|
727 |
-
#: includes/class-freemius.php:21940
|
728 |
-
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
729 |
-
msgstr "%sClicca qui%s per scegliere i siti dove vuoi attivare la licenza."
|
730 |
-
|
731 |
-
#: includes/class-freemius.php:22101
|
732 |
-
msgid "Auto installation only works for opted-in users."
|
733 |
-
msgstr "L'installazione automatica funziona solo per gli utenti che hanno dato il consenso."
|
734 |
-
|
735 |
-
#: includes/class-freemius.php22111, includes/class-freemius.php22144,
|
736 |
-
#: includes/class-fs-plugin-updater.php1149,
|
737 |
-
#: includes/class-fs-plugin-updater.php:1163
|
738 |
-
msgid "Invalid module ID."
|
739 |
-
msgstr "ID modulo non valida."
|
740 |
-
|
741 |
-
#: includes/class-freemius.php22120, includes/class-fs-plugin-updater.php:1185
|
742 |
-
msgid "Premium version already active."
|
743 |
-
msgstr "Versione Premium già attiva."
|
744 |
-
|
745 |
-
#: includes/class-freemius.php:22127
|
746 |
-
msgid "You do not have a valid license to access the premium version."
|
747 |
-
msgstr "Non disponi di una licenza valida per accedere alla versione Premium."
|
748 |
-
|
749 |
-
#: includes/class-freemius.php:22134
|
750 |
-
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
751 |
-
msgstr "Il plugin è un \"Serviceware\", quindi non dispone di una versione del codice Premium."
|
752 |
-
|
753 |
-
#: includes/class-freemius.php22152, includes/class-fs-plugin-updater.php:1184
|
754 |
-
msgid "Premium add-on version already installed."
|
755 |
-
msgstr "Versione Premium dell'add-on già installata."
|
756 |
-
|
757 |
-
#: includes/class-freemius.php:22497
|
758 |
-
msgid "View paid features"
|
759 |
-
msgstr "Vedi funzionalità a pagamento"
|
760 |
-
|
761 |
-
#: includes/class-freemius.php:22819
|
762 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
763 |
-
msgstr "Grazie per utilizzare %se i suoi addon!"
|
764 |
-
|
765 |
-
#: includes/class-freemius.php:22820
|
766 |
-
msgid "Thank you so much for using %s!"
|
767 |
-
msgstr "Grazie per utilizzare %s!"
|
768 |
-
|
769 |
-
#: includes/class-freemius.php:22826
|
770 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
771 |
-
msgstr "Hai già accettato il tracciamento d'uso, ci aiuterà a migliorare %s."
|
772 |
-
|
773 |
-
#: includes/class-freemius.php:22830
|
774 |
-
msgid "Thank you so much for using our products!"
|
775 |
-
msgstr "Grazie per utilizzare i nostri prodotti!"
|
776 |
-
|
777 |
-
#: includes/class-freemius.php:22831
|
778 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
779 |
-
msgstr "Hai già accettato il tracciamento d'uso che ci aiuta a migliorare."
|
780 |
-
|
781 |
-
#: includes/class-freemius.php:22850
|
782 |
-
msgid "%s and its add-ons"
|
783 |
-
msgstr "%se i suoi addon"
|
784 |
-
|
785 |
-
#: includes/class-freemius.php:22859
|
786 |
-
msgid "Products"
|
787 |
-
msgstr "Prodotti"
|
788 |
-
|
789 |
-
#: includes/class-freemius.php22866, templates/connect.php:272
|
790 |
-
msgid "Yes"
|
791 |
-
msgstr "Si"
|
792 |
-
|
793 |
-
#: includes/class-freemius.php22867, templates/connect.php:273
|
794 |
-
msgid "send me security & feature updates, educational content and offers."
|
795 |
-
msgstr "inviami aggiornamenti di funzionalità e sicurezza, contenuti formativi e offerte."
|
796 |
-
|
797 |
-
#: includes/class-freemius.php22868, templates/connect.php:278
|
798 |
-
msgid "No"
|
799 |
-
msgstr "No"
|
800 |
-
|
801 |
-
#: includes/class-freemius.php22870, templates/connect.php:280
|
802 |
-
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
803 |
-
msgstr "%snon %s mi invierà aggiornamenti di funzionalità e sicurezza, contenuti formativi e offerte."
|
804 |
-
|
805 |
-
#: includes/class-freemius.php:22880
|
806 |
-
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 :-)"
|
807 |
-
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 :-)"
|
808 |
-
|
809 |
-
#: includes/class-freemius.php22882, templates/connect.php:287
|
810 |
-
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
811 |
-
msgstr "Facci sapere se vuoi essere contattato per aggiornamenti di sicurezza e di funzionalità, contenuti formativi e offerte occasionali:"
|
812 |
-
|
813 |
-
#: includes/class-freemius.php:23164
|
814 |
-
msgid "License key is empty."
|
815 |
-
msgstr "La chiave licenza è vuota."
|
816 |
-
|
817 |
-
#: includes/class-fs-plugin-updater.php184,
|
818 |
-
#: templates/forms/premium-versions-upgrade-handler.php:57
|
819 |
-
msgid "Renew license"
|
820 |
-
msgstr "Rinnova licenza"
|
821 |
-
|
822 |
-
#: includes/class-fs-plugin-updater.php189,
|
823 |
-
#: templates/forms/premium-versions-upgrade-handler.php:58
|
824 |
-
msgid "Buy license"
|
825 |
-
msgstr "Buy license"
|
826 |
-
|
827 |
-
#: includes/class-fs-plugin-updater.php280,
|
828 |
-
#: includes/class-fs-plugin-updater.php:313
|
829 |
-
msgid "There is a %s of %s available."
|
830 |
-
msgstr "There is a %s of %s available."
|
831 |
-
|
832 |
-
#: includes/class-fs-plugin-updater.php282,
|
833 |
-
#: includes/class-fs-plugin-updater.php:318
|
834 |
-
msgid "new Beta version"
|
835 |
-
msgstr "new Beta version"
|
836 |
-
|
837 |
-
#: includes/class-fs-plugin-updater.php283,
|
838 |
-
#: includes/class-fs-plugin-updater.php:319
|
839 |
-
msgid "new version"
|
840 |
-
msgstr "new version"
|
841 |
-
|
842 |
-
#: includes/class-fs-plugin-updater.php:342
|
843 |
-
msgid "Important Upgrade Notice:"
|
844 |
-
msgstr "Important Upgrade Notice:"
|
845 |
-
|
846 |
-
#: includes/class-fs-plugin-updater.php:1214
|
847 |
-
msgid "Installing plugin: %s"
|
848 |
-
msgstr "Installazione plugin: %s"
|
849 |
-
|
850 |
-
#: includes/class-fs-plugin-updater.php:1255
|
851 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
852 |
-
msgstr "Impossibile accedere al filesystem. Conferma le tue credenziali."
|
853 |
-
|
854 |
-
#: includes/class-fs-plugin-updater.php:1437
|
855 |
-
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
856 |
-
msgstr "Il pacchetto remoto del plugin non contiene una cartella con lo slug desiderato e la rinominazione non ha funzionato."
|
857 |
-
|
858 |
-
#: includes/fs-plugin-info-dialog.php:509
|
859 |
-
msgid "Purchase More"
|
860 |
-
msgstr "Purchase More"
|
861 |
-
|
862 |
-
#: includes/fs-plugin-info-dialog.php510,
|
863 |
-
#: templates/account/partials/addon.php:347
|
864 |
-
msgctxt "verb"
|
865 |
-
msgid "Purchase"
|
866 |
-
msgstr "Acquisto"
|
867 |
-
|
868 |
-
#: includes/fs-plugin-info-dialog.php:514
|
869 |
-
msgid "Start my free %s"
|
870 |
-
msgstr "Inizia la mia %s"
|
871 |
-
|
872 |
-
#: includes/fs-plugin-info-dialog.php:712
|
873 |
-
msgid "Install Free Version Update Now"
|
874 |
-
msgstr "Installa l'ultima versione gratuita"
|
875 |
-
|
876 |
-
#: includes/fs-plugin-info-dialog.php713, templates/account.php:534
|
877 |
-
msgid "Install Update Now"
|
878 |
-
msgstr "Installa l'aggiornamento ora"
|
879 |
-
|
880 |
-
#: includes/fs-plugin-info-dialog.php:722
|
881 |
-
msgid "Install Free Version Now"
|
882 |
-
msgstr "Installa la versione gratuita ora"
|
883 |
-
|
884 |
-
#: includes/fs-plugin-info-dialog.php723, templates/add-ons.php262,
|
885 |
-
#: templates/auto-installation.php111,
|
886 |
-
#: templates/account/partials/addon.php327,
|
887 |
-
#: templates/account/partials/addon.php:379
|
888 |
-
msgid "Install Now"
|
889 |
-
msgstr "Installa ora"
|
890 |
-
|
891 |
-
#: includes/fs-plugin-info-dialog.php:739
|
892 |
-
msgctxt "as download latest version"
|
893 |
-
msgid "Download Latest Free Version"
|
894 |
-
msgstr "Scarica l'ultima versione gratuita"
|
895 |
-
|
896 |
-
#: includes/fs-plugin-info-dialog.php740, templates/account.php85,
|
897 |
-
#: templates/add-ons.php34, templates/account/partials/addon.php:25
|
898 |
-
msgctxt "as download latest version"
|
899 |
-
msgid "Download Latest"
|
900 |
-
msgstr "Scarica l'ultima versione"
|
901 |
-
|
902 |
-
#: includes/fs-plugin-info-dialog.php755, templates/add-ons.php268,
|
903 |
-
#: templates/account/partials/addon.php318,
|
904 |
-
#: templates/account/partials/addon.php:373
|
905 |
-
msgid "Activate this add-on"
|
906 |
-
msgstr "Attivare questo addon"
|
907 |
-
|
908 |
-
#: includes/fs-plugin-info-dialog.php757, templates/connect.php:418
|
909 |
-
msgid "Activate Free Version"
|
910 |
-
msgstr "Attiva versione gratuita"
|
911 |
-
|
912 |
-
#: includes/fs-plugin-info-dialog.php758, templates/account.php109,
|
913 |
-
#: templates/add-ons.php269, templates/account/partials/addon.php:49
|
914 |
-
msgid "Activate"
|
915 |
-
msgstr "Attiva"
|
916 |
-
|
917 |
-
#: includes/fs-plugin-info-dialog.php:968
|
918 |
-
msgctxt "Plugin installer section title"
|
919 |
-
msgid "Description"
|
920 |
-
msgstr "Descrizione"
|
921 |
-
|
922 |
-
#: includes/fs-plugin-info-dialog.php:969
|
923 |
-
msgctxt "Plugin installer section title"
|
924 |
-
msgid "Installation"
|
925 |
-
msgstr "Installazione"
|
926 |
-
|
927 |
-
#: includes/fs-plugin-info-dialog.php:970
|
928 |
-
msgctxt "Plugin installer section title"
|
929 |
-
msgid "FAQ"
|
930 |
-
msgstr "FAQ"
|
931 |
-
|
932 |
-
#: includes/fs-plugin-info-dialog.php971,
|
933 |
-
#: templates/plugin-info/description.php:55
|
934 |
-
msgid "Screenshots"
|
935 |
-
msgstr "Screenshot"
|
936 |
-
|
937 |
-
#: includes/fs-plugin-info-dialog.php:972
|
938 |
-
msgctxt "Plugin installer section title"
|
939 |
-
msgid "Changelog"
|
940 |
-
msgstr "Changelog"
|
941 |
-
|
942 |
-
#: includes/fs-plugin-info-dialog.php:973
|
943 |
-
msgctxt "Plugin installer section title"
|
944 |
-
msgid "Reviews"
|
945 |
-
msgstr "Recensioni"
|
946 |
-
|
947 |
-
#: includes/fs-plugin-info-dialog.php:974
|
948 |
-
msgctxt "Plugin installer section title"
|
949 |
-
msgid "Other Notes"
|
950 |
-
msgstr "Altre note"
|
951 |
-
|
952 |
-
#: includes/fs-plugin-info-dialog.php:989
|
953 |
-
msgctxt "Plugin installer section title"
|
954 |
-
msgid "Features & Pricing"
|
955 |
-
msgstr "Caratteristiche & prezzi"
|
956 |
-
|
957 |
-
#: includes/fs-plugin-info-dialog.php:999
|
958 |
-
msgid "Plugin Install"
|
959 |
-
msgstr "Installazione del plugin"
|
960 |
-
|
961 |
-
#: includes/fs-plugin-info-dialog.php:1071
|
962 |
-
msgctxt "e.g. Professional Plan"
|
963 |
-
msgid "%s Plan"
|
964 |
-
msgstr "Piano %s"
|
965 |
-
|
966 |
-
#: includes/fs-plugin-info-dialog.php:1097
|
967 |
-
msgctxt "e.g. the best product"
|
968 |
-
msgid "Best"
|
969 |
-
msgstr "Migliore"
|
970 |
-
|
971 |
-
#: includes/fs-plugin-info-dialog.php1103,
|
972 |
-
#: includes/fs-plugin-info-dialog.php:1123
|
973 |
-
msgctxt "as every month"
|
974 |
-
msgid "Monthly"
|
975 |
-
msgstr "Mensilmente"
|
976 |
-
|
977 |
-
#: includes/fs-plugin-info-dialog.php:1106
|
978 |
-
msgctxt "as once a year"
|
979 |
-
msgid "Annual"
|
980 |
-
msgstr "Annuale"
|
981 |
-
|
982 |
-
#: includes/fs-plugin-info-dialog.php:1109
|
983 |
-
msgid "Lifetime"
|
984 |
-
msgstr "Tutta la vita"
|
985 |
-
|
986 |
-
#: includes/fs-plugin-info-dialog.php1123,
|
987 |
-
#: includes/fs-plugin-info-dialog.php1125,
|
988 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
989 |
-
msgctxt "e.g. billed monthly"
|
990 |
-
msgid "Billed %s"
|
991 |
-
msgstr "Fatturato %s"
|
992 |
-
|
993 |
-
#: includes/fs-plugin-info-dialog.php:1125
|
994 |
-
msgctxt "as once a year"
|
995 |
-
msgid "Annually"
|
996 |
-
msgstr "Annualmente"
|
997 |
-
|
998 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
999 |
-
msgctxt "as once a year"
|
1000 |
-
msgid "Once"
|
1001 |
-
msgstr "Una volta"
|
1002 |
-
|
1003 |
-
#: includes/fs-plugin-info-dialog.php:1133
|
1004 |
-
msgid "Single Site License"
|
1005 |
-
msgstr "Licenza per sito singolo"
|
1006 |
-
|
1007 |
-
#: includes/fs-plugin-info-dialog.php:1135
|
1008 |
-
msgid "Unlimited Licenses"
|
1009 |
-
msgstr "Licenze illimitate"
|
1010 |
-
|
1011 |
-
#: includes/fs-plugin-info-dialog.php:1137
|
1012 |
-
msgid "Up to %s Sites"
|
1013 |
-
msgstr "Fino a %s siti"
|
1014 |
-
|
1015 |
-
#: includes/fs-plugin-info-dialog.php1147,
|
1016 |
-
#: templates/plugin-info/features.php:82
|
1017 |
-
msgctxt "as monthly period"
|
1018 |
-
msgid "mo"
|
1019 |
-
msgstr "mese"
|
1020 |
-
|
1021 |
-
#: includes/fs-plugin-info-dialog.php1154,
|
1022 |
-
#: templates/plugin-info/features.php:80
|
1023 |
-
msgctxt "as annual period"
|
1024 |
-
msgid "year"
|
1025 |
-
msgstr "anno"
|
1026 |
-
|
1027 |
-
#: includes/fs-plugin-info-dialog.php:1208
|
1028 |
-
msgctxt "noun"
|
1029 |
-
msgid "Price"
|
1030 |
-
msgstr "Prezzo"
|
1031 |
-
|
1032 |
-
#: includes/fs-plugin-info-dialog.php:1256
|
1033 |
-
msgid "Save %s"
|
1034 |
-
msgstr "Risparmia %s"
|
1035 |
-
|
1036 |
-
#: includes/fs-plugin-info-dialog.php:1266
|
1037 |
-
msgid "No commitment for %s - cancel anytime"
|
1038 |
-
msgstr "Nessun impegno con %s - cancella quando vuoi"
|
1039 |
-
|
1040 |
-
#: includes/fs-plugin-info-dialog.php:1269
|
1041 |
-
msgid "After your free %s, pay as little as %s"
|
1042 |
-
msgstr "Dopo il tuo %s gratuito, paghi solamente %s"
|
1043 |
-
|
1044 |
-
#: includes/fs-plugin-info-dialog.php:1280
|
1045 |
-
msgid "Details"
|
1046 |
-
msgstr "Dettagli"
|
1047 |
-
|
1048 |
-
#: includes/fs-plugin-info-dialog.php1284, templates/account.php96,
|
1049 |
-
#: templates/debug.php203, templates/debug.php240, templates/debug.php454,
|
1050 |
-
#: templates/account/partials/addon.php:36
|
1051 |
-
msgctxt "product version"
|
1052 |
-
msgid "Version"
|
1053 |
-
msgstr "Versione"
|
1054 |
-
|
1055 |
-
#: includes/fs-plugin-info-dialog.php:1291
|
1056 |
-
msgctxt "as the plugin author"
|
1057 |
-
msgid "Author"
|
1058 |
-
msgstr "Autore"
|
1059 |
-
|
1060 |
-
#: includes/fs-plugin-info-dialog.php:1298
|
1061 |
-
msgid "Last Updated"
|
1062 |
-
msgstr "Ultimo aggiornamento"
|
1063 |
-
|
1064 |
-
#: includes/fs-plugin-info-dialog.php1303, templates/account.php:444
|
1065 |
-
msgctxt "x-ago"
|
1066 |
-
msgid "%s ago"
|
1067 |
-
msgstr "%s fa"
|
1068 |
-
|
1069 |
-
#: includes/fs-plugin-info-dialog.php:1312
|
1070 |
-
msgid "Requires WordPress Version"
|
1071 |
-
msgstr "Richiede la versione di WordPress"
|
1072 |
-
|
1073 |
-
#: includes/fs-plugin-info-dialog.php:1313
|
1074 |
-
msgid "%s or higher"
|
1075 |
-
msgstr "%s o superiore"
|
1076 |
-
|
1077 |
-
#: includes/fs-plugin-info-dialog.php:1320
|
1078 |
-
msgid "Compatible up to"
|
1079 |
-
msgstr "Compatibile fino a"
|
1080 |
-
|
1081 |
-
#: includes/fs-plugin-info-dialog.php:1328
|
1082 |
-
msgid "Downloaded"
|
1083 |
-
msgstr "Scaricato"
|
1084 |
-
|
1085 |
-
#: includes/fs-plugin-info-dialog.php:1332
|
1086 |
-
msgid "%s time"
|
1087 |
-
msgstr "% volta"
|
1088 |
-
|
1089 |
-
#: includes/fs-plugin-info-dialog.php:1334
|
1090 |
-
msgid "%s times"
|
1091 |
-
msgstr "%s volte"
|
1092 |
-
|
1093 |
-
#: includes/fs-plugin-info-dialog.php:1344
|
1094 |
-
msgid "WordPress.org Plugin Page"
|
1095 |
-
msgstr "Pagina dei plugin di WordPress.org"
|
1096 |
-
|
1097 |
-
#: includes/fs-plugin-info-dialog.php:1352
|
1098 |
-
msgid "Plugin Homepage"
|
1099 |
-
msgstr "Homepage del plugin"
|
1100 |
-
|
1101 |
-
#: includes/fs-plugin-info-dialog.php1360,
|
1102 |
-
#: includes/fs-plugin-info-dialog.php:1442
|
1103 |
-
msgid "Donate to this plugin"
|
1104 |
-
msgstr "Fai una donazione a questo plugin"
|
1105 |
-
|
1106 |
-
#: includes/fs-plugin-info-dialog.php:1367
|
1107 |
-
msgid "Average Rating"
|
1108 |
-
msgstr "Valutazione media"
|
1109 |
-
|
1110 |
-
#: includes/fs-plugin-info-dialog.php:1374
|
1111 |
-
msgid "based on %s"
|
1112 |
-
msgstr "basato su %s"
|
1113 |
-
|
1114 |
-
#: includes/fs-plugin-info-dialog.php:1378
|
1115 |
-
msgid "%s rating"
|
1116 |
-
msgstr "%s valutazione"
|
1117 |
-
|
1118 |
-
#: includes/fs-plugin-info-dialog.php:1380
|
1119 |
-
msgid "%s ratings"
|
1120 |
-
msgstr "%s valutazioni"
|
1121 |
-
|
1122 |
-
#: includes/fs-plugin-info-dialog.php:1395
|
1123 |
-
msgid "%s star"
|
1124 |
-
msgstr "%s stella"
|
1125 |
-
|
1126 |
-
#: includes/fs-plugin-info-dialog.php:1397
|
1127 |
-
msgid "%s stars"
|
1128 |
-
msgstr "%s stelle"
|
1129 |
-
|
1130 |
-
#: includes/fs-plugin-info-dialog.php:1408
|
1131 |
-
msgid "Click to see reviews that provided a rating of %s"
|
1132 |
-
msgstr "Fai clic per vedere le recensioni che hanno fornito una valutazione di %s"
|
1133 |
-
|
1134 |
-
#: includes/fs-plugin-info-dialog.php:1421
|
1135 |
-
msgid "Contributors"
|
1136 |
-
msgstr "Contributori"
|
1137 |
-
|
1138 |
-
#: includes/fs-plugin-info-dialog.php1450,
|
1139 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1140 |
-
msgid "Warning"
|
1141 |
-
msgstr "Avviso"
|
1142 |
-
|
1143 |
-
#: includes/fs-plugin-info-dialog.php:1450
|
1144 |
-
msgid "This plugin has not been tested with your current version of WordPress."
|
1145 |
-
msgstr "Questo plugin non è stato testato con la versione corrente di WordPress."
|
1146 |
-
|
1147 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1148 |
-
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1149 |
-
msgstr "Questo plugin non è stato segnato come compatibile con la tua versione di WordPress."
|
1150 |
-
|
1151 |
-
#: includes/fs-plugin-info-dialog.php:1471
|
1152 |
-
msgid "Paid add-on must be deployed to Freemius."
|
1153 |
-
msgstr "Gli add-on a pagamento devono essere distribuiti da Freemius."
|
1154 |
-
|
1155 |
-
#: includes/fs-plugin-info-dialog.php:1472
|
1156 |
-
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1157 |
-
msgstr "L'add-on dev'essere distribuito da WordPress.org o Freemius."
|
1158 |
-
|
1159 |
-
#: includes/fs-plugin-info-dialog.php:1493
|
1160 |
-
msgid "Newer Version (%s) Installed"
|
1161 |
-
msgstr "Versione più recente (%s) installata"
|
1162 |
-
|
1163 |
-
#: includes/fs-plugin-info-dialog.php:1494
|
1164 |
-
msgid "Newer Free Version (%s) Installed"
|
1165 |
-
msgstr "Nuova versione gratuita (%s) installata"
|
1166 |
-
|
1167 |
-
#: includes/fs-plugin-info-dialog.php:1501
|
1168 |
-
msgid "Latest Version Installed"
|
1169 |
-
msgstr "Versione più recente installata"
|
1170 |
-
|
1171 |
-
#: includes/fs-plugin-info-dialog.php:1502
|
1172 |
-
msgid "Latest Free Version Installed"
|
1173 |
-
msgstr "Ultima versione gratuita installata"
|
1174 |
-
|
1175 |
-
#: templates/account.php86, templates/forms/subscription-cancellation.php96,
|
1176 |
-
#: templates/account/partials/addon.php26,
|
1177 |
-
#: templates/account/partials/site.php:295
|
1178 |
-
msgid "Downgrading your plan"
|
1179 |
-
msgstr "Downgrading your plan"
|
1180 |
-
|
1181 |
-
#: templates/account.php87, templates/forms/subscription-cancellation.php97,
|
1182 |
-
#: templates/account/partials/addon.php27,
|
1183 |
-
#: templates/account/partials/site.php:296
|
1184 |
-
msgid "Cancelling the subscription"
|
1185 |
-
msgstr "Cancelling the subscription"
|
1186 |
-
|
1187 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
1188 |
-
#. subscription'
|
1189 |
-
#: templates/account.php:89
|
1190 |
-
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1191 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1192 |
-
|
1193 |
-
#: templates/account.php90, templates/forms/subscription-cancellation.php100,
|
1194 |
-
#: templates/account/partials/addon.php30,
|
1195 |
-
#: templates/account/partials/site.php:299
|
1196 |
-
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."
|
1197 |
-
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."
|
1198 |
-
|
1199 |
-
#: templates/account.php91, templates/forms/subscription-cancellation.php106,
|
1200 |
-
#: templates/account/partials/addon.php:31
|
1201 |
-
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1202 |
-
msgstr "Cancellando il periodo di prova gratuito bloccherai immediatamente l'accesso a tutte le funzionalità premium. Vuoi continuare?"
|
1203 |
-
|
1204 |
-
#: templates/account.php92, templates/forms/subscription-cancellation.php101,
|
1205 |
-
#: templates/account/partials/addon.php32,
|
1206 |
-
#: templates/account/partials/site.php:300
|
1207 |
-
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1208 |
-
msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1209 |
-
|
1210 |
-
#: templates/account.php93, templates/forms/subscription-cancellation.php102,
|
1211 |
-
#: templates/account/partials/addon.php33,
|
1212 |
-
#: templates/account/partials/site.php:301
|
1213 |
-
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1214 |
-
msgstr "Quando la tua licenza scadrà, potrai comunque continuare a usare la versione gratuita, ma NON avrai accesso alle funzionalità %s."
|
1215 |
-
|
1216 |
-
#. translators: %s: Plan title (e.g. "Professional")
|
1217 |
-
#: templates/account.php95,
|
1218 |
-
#: templates/account/partials/activate-license-button.php31,
|
1219 |
-
#: templates/account/partials/addon.php:35
|
1220 |
-
msgid "Activate %s Plan"
|
1221 |
-
msgstr "Attivare il piano %s"
|
1222 |
-
|
1223 |
-
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1224 |
-
#: templates/account.php98, templates/account/partials/addon.php38,
|
1225 |
-
#: templates/account/partials/site.php:275
|
1226 |
-
msgid "Auto renews in %s"
|
1227 |
-
msgstr "Rinnovo automatico in %s"
|
1228 |
-
|
1229 |
-
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1230 |
-
#: templates/account.php100, templates/account/partials/addon.php40,
|
1231 |
-
#: templates/account/partials/site.php:277
|
1232 |
-
msgid "Expires in %s"
|
1233 |
-
msgstr "Scade in %s"
|
1234 |
-
|
1235 |
-
#: templates/account.php101, templates/account/partials/addon.php:41
|
1236 |
-
msgctxt "as synchronize license"
|
1237 |
-
msgid "Sync License"
|
1238 |
-
msgstr "Sincronizza la licenza"
|
1239 |
-
|
1240 |
-
#: templates/account.php102, templates/account/partials/addon.php:42
|
1241 |
-
msgid "Cancel Trial"
|
1242 |
-
msgstr "Annulla prova gratuita"
|
1243 |
-
|
1244 |
-
#: templates/account.php103, templates/account/partials/addon.php:43
|
1245 |
-
msgid "Change Plan"
|
1246 |
-
msgstr "Cambia piano"
|
1247 |
-
|
1248 |
-
#: templates/account.php104, templates/account/partials/addon.php:44
|
1249 |
-
msgctxt "verb"
|
1250 |
-
msgid "Upgrade"
|
1251 |
-
msgstr "Aggiornamento"
|
1252 |
-
|
1253 |
-
#: templates/account.php106, templates/account/partials/addon.php46,
|
1254 |
-
#: templates/account/partials/site.php:302
|
1255 |
-
msgctxt "verb"
|
1256 |
-
msgid "Downgrade"
|
1257 |
-
msgstr "Downgrade"
|
1258 |
-
|
1259 |
-
#: templates/account.php108, templates/add-ons.php187,
|
1260 |
-
#: templates/plugin-info/features.php72,
|
1261 |
-
#: templates/account/partials/addon.php48,
|
1262 |
-
#: templates/account/partials/site.php:31
|
1263 |
-
msgid "Free"
|
1264 |
-
msgstr "Gratuito"
|
1265 |
-
|
1266 |
-
#: templates/account.php110, templates/debug.php373,
|
1267 |
-
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1268 |
-
#: templates/account/partials/addon.php:50
|
1269 |
-
msgctxt "as product pricing plan"
|
1270 |
-
msgid "Plan"
|
1271 |
-
msgstr "Piano"
|
1272 |
-
|
1273 |
-
#: templates/account.php:111
|
1274 |
-
msgid "Bundle Plan"
|
1275 |
-
msgstr "Bundle Plan"
|
1276 |
-
|
1277 |
-
#: templates/account.php:185
|
1278 |
-
msgid "Free Trial"
|
1279 |
-
msgstr "Prova gratuita"
|
1280 |
-
|
1281 |
-
#: templates/account.php:196
|
1282 |
-
msgid "Account Details"
|
1283 |
-
msgstr "Dettagli dell'account"
|
1284 |
-
|
1285 |
-
#: templates/account.php:200
|
1286 |
-
msgid "Billing & Invoices"
|
1287 |
-
msgstr "Billing & Invoices"
|
1288 |
-
|
1289 |
-
#: templates/account.php:210
|
1290 |
-
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?"
|
1291 |
-
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?"
|
1292 |
-
|
1293 |
-
#: templates/account.php:212
|
1294 |
-
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?"
|
1295 |
-
msgstr "La cancellazione non è temporanea. Cancella solamente se non vuoi più utilizzare %s. Sei sicuro di voler cancellare questi dati?"
|
1296 |
-
|
1297 |
-
#: templates/account.php:215
|
1298 |
-
msgid "Delete Account"
|
1299 |
-
msgstr "Elimina Account"
|
1300 |
-
|
1301 |
-
#: templates/account.php227, templates/account/partials/addon.php211,
|
1302 |
-
#: templates/account/partials/deactivate-license-button.php:35
|
1303 |
-
msgid "Deactivate License"
|
1304 |
-
msgstr "Disattiva licenza"
|
1305 |
-
|
1306 |
-
#: templates/account.php250, templates/forms/subscription-cancellation.php:125
|
1307 |
-
msgid "Are you sure you want to proceed?"
|
1308 |
-
msgstr "Sei sicuro di voler procedere?"
|
1309 |
-
|
1310 |
-
#: templates/account.php250, templates/account/partials/addon.php:234
|
1311 |
-
msgid "Cancel Subscription"
|
1312 |
-
msgstr "Annulla sottoscrizione"
|
1313 |
-
|
1314 |
-
#: templates/account.php:278
|
1315 |
-
msgctxt "as synchronize"
|
1316 |
-
msgid "Sync"
|
1317 |
-
msgstr "Sincronizza"
|
1318 |
-
|
1319 |
-
#: templates/account.php292, templates/debug.php:489
|
1320 |
-
msgid "Name"
|
1321 |
-
msgstr "Nome"
|
1322 |
-
|
1323 |
-
#: templates/account.php298, templates/debug.php:490
|
1324 |
-
msgid "Email"
|
1325 |
-
msgstr "Email"
|
1326 |
-
|
1327 |
-
#: templates/account.php305, templates/debug.php372, templates/debug.php:528
|
1328 |
-
msgid "User ID"
|
1329 |
-
msgstr "ID utente"
|
1330 |
-
|
1331 |
-
#: templates/account.php322, templates/account.php608,
|
1332 |
-
#: templates/account.php653, templates/debug.php238, templates/debug.php366,
|
1333 |
-
#: templates/debug.php451, templates/debug.php488, templates/debug.php526,
|
1334 |
-
#: templates/debug.php599, templates/account/payments.php35,
|
1335 |
-
#: templates/debug/logger.php:21
|
1336 |
-
msgid "ID"
|
1337 |
-
msgstr "ID"
|
1338 |
-
|
1339 |
-
#: templates/account.php:329
|
1340 |
-
msgid "Site ID"
|
1341 |
-
msgstr "ID del sito"
|
1342 |
-
|
1343 |
-
#: templates/account.php:332
|
1344 |
-
msgid "No ID"
|
1345 |
-
msgstr "Nessun ID"
|
1346 |
-
|
1347 |
-
#: templates/account.php337, templates/debug.php245, templates/debug.php374,
|
1348 |
-
#: templates/debug.php455, templates/debug.php492,
|
1349 |
-
#: templates/account/partials/site.php:219
|
1350 |
-
msgid "Public Key"
|
1351 |
-
msgstr "Chiave pubblica"
|
1352 |
-
|
1353 |
-
#: templates/account.php343, templates/debug.php375, templates/debug.php456,
|
1354 |
-
#: templates/debug.php493, templates/account/partials/site.php:231
|
1355 |
-
msgid "Secret Key"
|
1356 |
-
msgstr "Chiave segreta"
|
1357 |
-
|
1358 |
-
#: templates/account.php:346
|
1359 |
-
msgctxt "as secret encryption key missing"
|
1360 |
-
msgid "No Secret"
|
1361 |
-
msgstr "Nessuna chiave"
|
1362 |
-
|
1363 |
-
#: templates/account.php373, templates/account/partials/site.php112,
|
1364 |
-
#: templates/account/partials/site.php:114
|
1365 |
-
msgid "Trial"
|
1366 |
-
msgstr "Prova gratuita"
|
1367 |
-
|
1368 |
-
#: templates/account.php400, templates/debug.php533,
|
1369 |
-
#: templates/account/partials/site.php:248
|
1370 |
-
msgid "License Key"
|
1371 |
-
msgstr "Chiave della licenza"
|
1372 |
-
|
1373 |
-
#: templates/account.php:429
|
1374 |
-
msgid "Join the Beta program"
|
1375 |
-
msgstr "Join the Beta program"
|
1376 |
-
|
1377 |
-
#: templates/account.php:435
|
1378 |
-
msgid "not verified"
|
1379 |
-
msgstr "non verificato"
|
1380 |
-
|
1381 |
-
#: templates/account.php444, templates/account/partials/addon.php:172
|
1382 |
-
msgid "Expired"
|
1383 |
-
msgstr "Scaduto"
|
1384 |
-
|
1385 |
-
#: templates/account.php:502
|
1386 |
-
msgid "Premium version"
|
1387 |
-
msgstr "Versione premium"
|
1388 |
-
|
1389 |
-
#: templates/account.php:504
|
1390 |
-
msgid "Free version"
|
1391 |
-
msgstr "Versione gratuita"
|
1392 |
-
|
1393 |
-
#: templates/account.php:516
|
1394 |
-
msgid "Verify Email"
|
1395 |
-
msgstr "Verifica email"
|
1396 |
-
|
1397 |
-
#: templates/account.php:527
|
1398 |
-
msgid "Download %s Version"
|
1399 |
-
msgstr "Scarica la versione %s"
|
1400 |
-
|
1401 |
-
#: templates/account.php541, templates/account.php749,
|
1402 |
-
#: templates/account/partials/site.php237,
|
1403 |
-
#: templates/account/partials/site.php:255
|
1404 |
-
msgctxt "verb"
|
1405 |
-
msgid "Show"
|
1406 |
-
msgstr "Mostra"
|
1407 |
-
|
1408 |
-
#: templates/account.php:555
|
1409 |
-
msgid "What is your %s?"
|
1410 |
-
msgstr "Qual è il tuo %s?"
|
1411 |
-
|
1412 |
-
#: templates/account.php563, templates/account/billing.php:21
|
1413 |
-
msgctxt "verb"
|
1414 |
-
msgid "Edit"
|
1415 |
-
msgstr "Modifica"
|
1416 |
-
|
1417 |
-
#: templates/account.php:588
|
1418 |
-
msgid "Sites"
|
1419 |
-
msgstr "Siti"
|
1420 |
-
|
1421 |
-
#: templates/account.php:599
|
1422 |
-
msgid "Search by address"
|
1423 |
-
msgstr "Cerca per indirizzo"
|
1424 |
-
|
1425 |
-
#: templates/account.php609, templates/debug.php:369
|
1426 |
-
msgid "Address"
|
1427 |
-
msgstr "Indirizzo"
|
1428 |
-
|
1429 |
-
#: templates/account.php:610
|
1430 |
-
msgid "License"
|
1431 |
-
msgstr "Licenza"
|
1432 |
-
|
1433 |
-
#: templates/account.php:611
|
1434 |
-
msgid "Plan"
|
1435 |
-
msgstr "Piano"
|
1436 |
-
|
1437 |
-
#: templates/account.php:656
|
1438 |
-
msgctxt "as software license"
|
1439 |
-
msgid "License"
|
1440 |
-
msgstr "Licenza"
|
1441 |
-
|
1442 |
-
#: templates/account.php:743
|
1443 |
-
msgctxt "verb"
|
1444 |
-
msgid "Hide"
|
1445 |
-
msgstr "Nascondi"
|
1446 |
-
|
1447 |
-
#: templates/account.php:765
|
1448 |
-
msgid "Processing"
|
1449 |
-
msgstr "Processing"
|
1450 |
-
|
1451 |
-
#: templates/account.php:768
|
1452 |
-
msgid "Get updates for bleeding edge Beta versions of %s."
|
1453 |
-
msgstr "Get updates for bleeding edge Beta versions of %s."
|
1454 |
-
|
1455 |
-
#: templates/account.php:826
|
1456 |
-
msgid "Cancelling %s"
|
1457 |
-
msgstr "Cancelling %s"
|
1458 |
-
|
1459 |
-
#: templates/account.php826, templates/account.php843,
|
1460 |
-
#: templates/forms/subscription-cancellation.php27,
|
1461 |
-
#: templates/forms/deactivation/form.php:133
|
1462 |
-
msgid "trial"
|
1463 |
-
msgstr "trial"
|
1464 |
-
|
1465 |
-
#: templates/account.php841, templates/forms/deactivation/form.php:150
|
1466 |
-
msgid "Cancelling %s..."
|
1467 |
-
msgstr "Cancelling %s..."
|
1468 |
-
|
1469 |
-
#: templates/account.php844, templates/forms/subscription-cancellation.php28,
|
1470 |
-
#: templates/forms/deactivation/form.php:134
|
1471 |
-
msgid "subscription"
|
1472 |
-
msgstr "subscription"
|
1473 |
-
|
1474 |
-
#: templates/account.php:858
|
1475 |
-
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?"
|
1476 |
-
msgstr "Disattiva la tua licenza bloccando tutte le funzionalità premium ma potrai attivare la licenza su un altro sito. Sei sicuro di voler continuare?"
|
1477 |
-
|
1478 |
-
#: templates/add-ons.php:35
|
1479 |
-
msgid "View details"
|
1480 |
-
msgstr "Visualizza dettagli"
|
1481 |
-
|
1482 |
-
#: templates/add-ons.php:45
|
1483 |
-
msgid "Add Ons for %s"
|
1484 |
-
msgstr "Add-on per %s"
|
1485 |
-
|
1486 |
-
#: templates/add-ons.php:55
|
1487 |
-
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."
|
1488 |
-
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."
|
1489 |
-
|
1490 |
-
#: templates/add-ons.php:173
|
1491 |
-
msgctxt "active add-on"
|
1492 |
-
msgid "Active"
|
1493 |
-
msgstr "Attiva"
|
1494 |
-
|
1495 |
-
#: templates/add-ons.php:174
|
1496 |
-
msgctxt "installed add-on"
|
1497 |
-
msgid "Installed"
|
1498 |
-
msgstr "Installed"
|
1499 |
-
|
1500 |
-
#: templates/admin-notice.php13, templates/forms/license-activation.php209,
|
1501 |
-
#: templates/forms/resend-key.php:77
|
1502 |
-
msgctxt "as close a window"
|
1503 |
-
msgid "Dismiss"
|
1504 |
-
msgstr "Chiudi"
|
1505 |
-
|
1506 |
-
#: templates/auto-installation.php:45
|
1507 |
-
msgid "%s sec"
|
1508 |
-
msgstr "%s sec"
|
1509 |
-
|
1510 |
-
#: templates/auto-installation.php:83
|
1511 |
-
msgid "Automatic Installation"
|
1512 |
-
msgstr "Installazione automatica"
|
1513 |
-
|
1514 |
-
#: templates/auto-installation.php:93
|
1515 |
-
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."
|
1516 |
-
msgstr "Un download con installazione automatica di %s (versione a pagamento) da %s inizierà in %s. Se preferisci farlo manualmente, fai clic sul pulsante per annullare."
|
1517 |
-
|
1518 |
-
#: templates/auto-installation.php:104
|
1519 |
-
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."
|
1520 |
-
msgstr "Il processo d'installazione è iniziato e potrebbe impiegare alcuni minuti per completarsi. Attendi finchè non ha finito, assicurandoti di non ricaricare questa pagina."
|
1521 |
-
|
1522 |
-
#: templates/auto-installation.php:109
|
1523 |
-
msgid "Cancel Installation"
|
1524 |
-
msgstr "Annulla installazione"
|
1525 |
-
|
1526 |
-
#: templates/checkout.php:180
|
1527 |
-
msgid "Checkout"
|
1528 |
-
msgstr "Cassa"
|
1529 |
-
|
1530 |
-
#: templates/checkout.php:180
|
1531 |
-
msgid "PCI compliant"
|
1532 |
-
msgstr "PCI compliant"
|
1533 |
-
|
1534 |
-
#. translators: %s: name (e.g. Hey John,)
|
1535 |
-
#: templates/connect.php:112
|
1536 |
-
msgctxt "greeting"
|
1537 |
-
msgid "Hey %s,"
|
1538 |
-
msgstr "Hey %s,"
|
1539 |
-
|
1540 |
-
#: templates/connect.php:154
|
1541 |
-
msgid "Allow & Continue"
|
1542 |
-
msgstr "Consenti & Continua"
|
1543 |
-
|
1544 |
-
#: templates/connect.php:158
|
1545 |
-
msgid "Re-send activation email"
|
1546 |
-
msgstr "Invia nuovamente l'email di attivazione"
|
1547 |
-
|
1548 |
-
#: templates/connect.php:162
|
1549 |
-
msgid "Thanks %s!"
|
1550 |
-
msgstr "Grazie %s!"
|
1551 |
-
|
1552 |
-
#: templates/connect.php172, templates/forms/license-activation.php:44
|
1553 |
-
msgid "Agree & Activate License"
|
1554 |
-
msgstr "Accetta e attiva la licenza"
|
1555 |
-
|
1556 |
-
#: templates/connect.php:181
|
1557 |
-
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1558 |
-
msgstr "Grazie per aver acquistato %s! Per iniziare, per favore inserisci la tua chiave di licenza:"
|
1559 |
-
|
1560 |
-
#: templates/connect.php:188
|
1561 |
-
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."
|
1562 |
-
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."
|
1563 |
-
|
1564 |
-
#: templates/connect.php:189
|
1565 |
-
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1566 |
-
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."
|
1567 |
-
|
1568 |
-
#: templates/connect.php:195
|
1569 |
-
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."
|
1570 |
-
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."
|
1571 |
-
|
1572 |
-
#: templates/connect.php:196
|
1573 |
-
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."
|
1574 |
-
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."
|
1575 |
-
|
1576 |
-
#: templates/connect.php:230
|
1577 |
-
msgid "We're excited to introduce the Freemius network-level integration."
|
1578 |
-
msgstr "Siamo felici di presentarvi il supporto al sistema multi network di Freemius."
|
1579 |
-
|
1580 |
-
#: templates/connect.php:233
|
1581 |
-
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1582 |
-
msgstr "Durante la procedura di aggiornamento abbiamo individuato%d sito/i che sono in attesa della attivazione della licenza."
|
1583 |
-
|
1584 |
-
#: templates/connect.php:235
|
1585 |
-
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1586 |
-
msgstr "Se vuoi utilizzare %s su questi siti, inserisci la tua licenza sotto e fai clic sul pulsante di attivazione."
|
1587 |
-
|
1588 |
-
#: templates/connect.php:237
|
1589 |
-
msgid "%s's paid features"
|
1590 |
-
msgstr "Funzionalità a pagamento di %s"
|
1591 |
-
|
1592 |
-
#: templates/connect.php:242
|
1593 |
-
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1594 |
-
msgstr "In caso puoi saltare per adesso e attivare la licenza successivamente nella tua pagina di attivazione network di %s."
|
1595 |
-
|
1596 |
-
#: templates/connect.php:244
|
1597 |
-
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1598 |
-
msgstr "Durante la procedura di aggiornamenti abbiamo individuato %s sito/i del network che sono in attesa di un tuo controllo."
|
1599 |
-
|
1600 |
-
#: templates/connect.php253, templates/forms/license-activation.php:47
|
1601 |
-
msgid "License key"
|
1602 |
-
msgstr "Chiave di licenza"
|
1603 |
-
|
1604 |
-
#: templates/connect.php256, templates/forms/license-activation.php:20
|
1605 |
-
msgid "Can't find your license key?"
|
1606 |
-
msgstr "Non trovi la tua chiave di licenza?"
|
1607 |
-
|
1608 |
-
#: templates/connect.php315, templates/connect.php652,
|
1609 |
-
#: templates/forms/deactivation/retry-skip.php:20
|
1610 |
-
msgctxt "verb"
|
1611 |
-
msgid "Skip"
|
1612 |
-
msgstr "Salta"
|
1613 |
-
|
1614 |
-
#: templates/connect.php:318
|
1615 |
-
msgid "Delegate to Site Admins"
|
1616 |
-
msgstr "Delega ai proprietari del sito"
|
1617 |
-
|
1618 |
-
#: templates/connect.php:318
|
1619 |
-
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1620 |
-
msgstr "Se fai clic questa decisione sarà delegata agli amministratori del sito."
|
1621 |
-
|
1622 |
-
#: templates/connect.php:346
|
1623 |
-
msgid "Your Profile Overview"
|
1624 |
-
msgstr "Panoramica del tuo profilo"
|
1625 |
-
|
1626 |
-
#: templates/connect.php:347
|
1627 |
-
msgid "Name and email address"
|
1628 |
-
msgstr "Nome ed indirizzo email"
|
1629 |
-
|
1630 |
-
#: templates/connect.php:352
|
1631 |
-
msgid "Your Site Overview"
|
1632 |
-
msgstr "Panoramica del tuo sito"
|
1633 |
-
|
1634 |
-
#: templates/connect.php:353
|
1635 |
-
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1636 |
-
msgstr "URL del sito, versione di WP, informazioni PHP, plugin e temi"
|
1637 |
-
|
1638 |
-
#: templates/connect.php:358
|
1639 |
-
msgid "Admin Notices"
|
1640 |
-
msgstr "Avvisi amministratore"
|
1641 |
-
|
1642 |
-
#: templates/connect.php359, templates/connect.php:375
|
1643 |
-
msgid "Updates, announcements, marketing, no spam"
|
1644 |
-
msgstr "Aggiornamenti, annunci, marketing, no spam"
|
1645 |
-
|
1646 |
-
#: templates/connect.php:364
|
1647 |
-
msgid "Current %s Events"
|
1648 |
-
msgstr "Eventi %sattuali"
|
1649 |
-
|
1650 |
-
#: templates/connect.php:365
|
1651 |
-
msgid "Activation, deactivation and uninstall"
|
1652 |
-
msgstr "Attiva, disattivazione e disinstallazione"
|
1653 |
-
|
1654 |
-
#: templates/connect.php:374
|
1655 |
-
msgid "Newsletter"
|
1656 |
-
msgstr "Newsletter"
|
1657 |
-
|
1658 |
-
#: templates/connect.php391, templates/forms/license-activation.php:39
|
1659 |
-
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."
|
1660 |
-
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."
|
1661 |
-
|
1662 |
-
#: templates/connect.php:396
|
1663 |
-
msgid "What permissions are being granted?"
|
1664 |
-
msgstr "Quali autorizzazioni vengono concesse?"
|
1665 |
-
|
1666 |
-
#: templates/connect.php:417
|
1667 |
-
msgid "Don't have a license key?"
|
1668 |
-
msgstr "Non hai una chiave di licenza?"
|
1669 |
-
|
1670 |
-
#: templates/connect.php:420
|
1671 |
-
msgid "Have a license key?"
|
1672 |
-
msgstr "Hai una chiave di licenza?"
|
1673 |
-
|
1674 |
-
#: templates/connect.php:428
|
1675 |
-
msgid "Privacy Policy"
|
1676 |
-
msgstr "Politica sulla privacy"
|
1677 |
-
|
1678 |
-
#: templates/connect.php:430
|
1679 |
-
msgid "License Agreement"
|
1680 |
-
msgstr "License Agreement"
|
1681 |
-
|
1682 |
-
#: templates/connect.php:430
|
1683 |
-
msgid "Terms of Service"
|
1684 |
-
msgstr "Termini del Servizio"
|
1685 |
-
|
1686 |
-
#: templates/connect.php:805
|
1687 |
-
msgctxt "as in the process of sending an email"
|
1688 |
-
msgid "Sending email"
|
1689 |
-
msgstr "Invio email"
|
1690 |
-
|
1691 |
-
#: templates/connect.php:806
|
1692 |
-
msgctxt "as activating plugin"
|
1693 |
-
msgid "Activating"
|
1694 |
-
msgstr "Attivazione"
|
1695 |
-
|
1696 |
-
#: templates/contact.php:78
|
1697 |
-
msgid "Contact"
|
1698 |
-
msgstr "Contatti"
|
1699 |
-
|
1700 |
-
#: templates/debug.php:17
|
1701 |
-
msgctxt "as turned off"
|
1702 |
-
msgid "Off"
|
1703 |
-
msgstr "Non attivo"
|
1704 |
-
|
1705 |
-
#: templates/debug.php:18
|
1706 |
-
msgctxt "as turned on"
|
1707 |
-
msgid "On"
|
1708 |
-
msgstr "Attivo"
|
1709 |
-
|
1710 |
-
#: templates/debug.php:20
|
1711 |
-
msgid "SDK"
|
1712 |
-
msgstr "SDK"
|
1713 |
-
|
1714 |
-
#: templates/debug.php:24
|
1715 |
-
msgctxt "as code debugging"
|
1716 |
-
msgid "Debugging"
|
1717 |
-
msgstr "Debugging"
|
1718 |
-
|
1719 |
-
#: templates/debug.php54, templates/debug.php250, templates/debug.php376,
|
1720 |
-
#: templates/debug.php:494
|
1721 |
-
msgid "Actions"
|
1722 |
-
msgstr "Azioni"
|
1723 |
-
|
1724 |
-
#: templates/debug.php:64
|
1725 |
-
msgid "Are you sure you want to delete all Freemius data?"
|
1726 |
-
msgstr "Sei sicuro di voler eliminare tutti i dati di Freemius?"
|
1727 |
-
|
1728 |
-
#: templates/debug.php:64
|
1729 |
-
msgid "Delete All Accounts"
|
1730 |
-
msgstr "Eliminare tutti gli account"
|
1731 |
-
|
1732 |
-
#: templates/debug.php:71
|
1733 |
-
msgid "Clear API Cache"
|
1734 |
-
msgstr "Elimina cache API"
|
1735 |
-
|
1736 |
-
#: templates/debug.php:79
|
1737 |
-
msgid "Clear Updates Transients"
|
1738 |
-
msgstr "Svuota le Transient degli aggiornamenti"
|
1739 |
-
|
1740 |
-
#: templates/debug.php:86
|
1741 |
-
msgid "Sync Data From Server"
|
1742 |
-
msgstr "Sincronizza i dati dal server"
|
1743 |
-
|
1744 |
-
#: templates/debug.php:95
|
1745 |
-
msgid "Migrate Options to Network"
|
1746 |
-
msgstr "Migrate Options to Network"
|
1747 |
-
|
1748 |
-
#: templates/debug.php:100
|
1749 |
-
msgid "Load DB Option"
|
1750 |
-
msgstr "Carica opzioni del DB"
|
1751 |
-
|
1752 |
-
#: templates/debug.php:103
|
1753 |
-
msgid "Set DB Option"
|
1754 |
-
msgstr "Imposta opzione del DB"
|
1755 |
-
|
1756 |
-
#: templates/debug.php:182
|
1757 |
-
msgid "Key"
|
1758 |
-
msgstr "Chiave"
|
1759 |
-
|
1760 |
-
#: templates/debug.php:183
|
1761 |
-
msgid "Value"
|
1762 |
-
msgstr "Valore"
|
1763 |
-
|
1764 |
-
#: templates/debug.php:199
|
1765 |
-
msgctxt "as software development kit versions"
|
1766 |
-
msgid "SDK Versions"
|
1767 |
-
msgstr "Versioni SDK"
|
1768 |
-
|
1769 |
-
#: templates/debug.php:204
|
1770 |
-
msgid "SDK Path"
|
1771 |
-
msgstr "Percorso SDK"
|
1772 |
-
|
1773 |
-
#: templates/debug.php205, templates/debug.php:244
|
1774 |
-
msgid "Module Path"
|
1775 |
-
msgstr "Percorso modulo"
|
1776 |
-
|
1777 |
-
#: templates/debug.php:206
|
1778 |
-
msgid "Is Active"
|
1779 |
-
msgstr "è attiva"
|
1780 |
-
|
1781 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
|
1782 |
-
msgid "Plugins"
|
1783 |
-
msgstr "Plugin"
|
1784 |
-
|
1785 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
|
1786 |
-
msgid "Themes"
|
1787 |
-
msgstr "Temi"
|
1788 |
-
|
1789 |
-
#: templates/debug.php239, templates/debug.php371, templates/debug.php453,
|
1790 |
-
#: templates/debug/scheduled-crons.php:80
|
1791 |
-
msgid "Slug"
|
1792 |
-
msgstr "Slug"
|
1793 |
-
|
1794 |
-
#: templates/debug.php241, templates/debug.php:452
|
1795 |
-
msgid "Title"
|
1796 |
-
msgstr "Titolo"
|
1797 |
-
|
1798 |
-
#: templates/debug.php:242
|
1799 |
-
msgctxt "as application program interface"
|
1800 |
-
msgid "API"
|
1801 |
-
msgstr "API"
|
1802 |
-
|
1803 |
-
#: templates/debug.php:243
|
1804 |
-
msgid "Freemius State"
|
1805 |
-
msgstr "Stato di Freemius"
|
1806 |
-
|
1807 |
-
#: templates/debug.php:247
|
1808 |
-
msgid "Network Blog"
|
1809 |
-
msgstr "Network Blog"
|
1810 |
-
|
1811 |
-
#: templates/debug.php:248
|
1812 |
-
msgid "Network User"
|
1813 |
-
msgstr "Utente Network"
|
1814 |
-
|
1815 |
-
#: templates/debug.php:285
|
1816 |
-
msgctxt "as connection was successful"
|
1817 |
-
msgid "Connected"
|
1818 |
-
msgstr "Connesso"
|
1819 |
-
|
1820 |
-
#: templates/debug.php:286
|
1821 |
-
msgctxt "as connection blocked"
|
1822 |
-
msgid "Blocked"
|
1823 |
-
msgstr "Bloccato"
|
1824 |
-
|
1825 |
-
#: templates/debug.php:322
|
1826 |
-
msgid "Simulate Trial Promotion"
|
1827 |
-
msgstr "Simulate Trial Promotion"
|
1828 |
-
|
1829 |
-
#: templates/debug.php:334
|
1830 |
-
msgid "Simulate Network Upgrade"
|
1831 |
-
msgstr "Simula aggiornamento network"
|
1832 |
-
|
1833 |
-
#: templates/debug.php:360
|
1834 |
-
msgid "%s Installs"
|
1835 |
-
msgstr "%s Installazioni"
|
1836 |
-
|
1837 |
-
#: templates/debug.php:362
|
1838 |
-
msgctxt "like websites"
|
1839 |
-
msgid "Sites"
|
1840 |
-
msgstr "Siti"
|
1841 |
-
|
1842 |
-
#: templates/debug.php368, templates/account/partials/site.php:148
|
1843 |
-
msgid "Blog ID"
|
1844 |
-
msgstr "Blog ID"
|
1845 |
-
|
1846 |
-
#: templates/debug.php433, templates/debug.php511,
|
1847 |
-
#: templates/account/partials/addon.php:396
|
1848 |
-
msgctxt "verb"
|
1849 |
-
msgid "Delete"
|
1850 |
-
msgstr "Elimina"
|
1851 |
-
|
1852 |
-
#: templates/debug.php:447
|
1853 |
-
msgid "Add Ons of module %s"
|
1854 |
-
msgstr "Addon del modulo %s"
|
1855 |
-
|
1856 |
-
#: templates/debug.php:484
|
1857 |
-
msgid "Users"
|
1858 |
-
msgstr "Utenti"
|
1859 |
-
|
1860 |
-
#: templates/debug.php:491
|
1861 |
-
msgid "Verified"
|
1862 |
-
msgstr "Verificato"
|
1863 |
-
|
1864 |
-
#: templates/debug.php:522
|
1865 |
-
msgid "%s Licenses"
|
1866 |
-
msgstr "%s Licenze"
|
1867 |
-
|
1868 |
-
#: templates/debug.php:527
|
1869 |
-
msgid "Plugin ID"
|
1870 |
-
msgstr "Plugin ID"
|
1871 |
-
|
1872 |
-
#: templates/debug.php:529
|
1873 |
-
msgid "Plan ID"
|
1874 |
-
msgstr "ID Piano"
|
1875 |
-
|
1876 |
-
#: templates/debug.php:530
|
1877 |
-
msgid "Quota"
|
1878 |
-
msgstr "Quota"
|
1879 |
-
|
1880 |
-
#: templates/debug.php:531
|
1881 |
-
msgid "Activated"
|
1882 |
-
msgstr "Attivato"
|
1883 |
-
|
1884 |
-
#: templates/debug.php:532
|
1885 |
-
msgid "Blocking"
|
1886 |
-
msgstr "Bloccato"
|
1887 |
-
|
1888 |
-
#: templates/debug.php:534
|
1889 |
-
msgctxt "as expiration date"
|
1890 |
-
msgid "Expiration"
|
1891 |
-
msgstr "Scadenza"
|
1892 |
-
|
1893 |
-
#: templates/debug.php:557
|
1894 |
-
msgid "Debug Log"
|
1895 |
-
msgstr "Debug Log"
|
1896 |
-
|
1897 |
-
#: templates/debug.php:561
|
1898 |
-
msgid "All Types"
|
1899 |
-
msgstr "Tutti i tipi"
|
1900 |
-
|
1901 |
-
#: templates/debug.php:568
|
1902 |
-
msgid "All Requests"
|
1903 |
-
msgstr "Tutte le richieste"
|
1904 |
-
|
1905 |
-
#: templates/debug.php573, templates/debug.php602,
|
1906 |
-
#: templates/debug/logger.php:25
|
1907 |
-
msgid "File"
|
1908 |
-
msgstr "File"
|
1909 |
-
|
1910 |
-
#: templates/debug.php574, templates/debug.php600,
|
1911 |
-
#: templates/debug/logger.php:23
|
1912 |
-
msgid "Function"
|
1913 |
-
msgstr "Funzione"
|
1914 |
-
|
1915 |
-
#: templates/debug.php:575
|
1916 |
-
msgid "Process ID"
|
1917 |
-
msgstr "ID processo"
|
1918 |
-
|
1919 |
-
#: templates/debug.php:576
|
1920 |
-
msgid "Logger"
|
1921 |
-
msgstr "Logger"
|
1922 |
-
|
1923 |
-
#: templates/debug.php577, templates/debug.php601,
|
1924 |
-
#: templates/debug/logger.php:24
|
1925 |
-
msgid "Message"
|
1926 |
-
msgstr "Messaggio"
|
1927 |
-
|
1928 |
-
#: templates/debug.php:579
|
1929 |
-
msgid "Filter"
|
1930 |
-
msgstr "Filtro"
|
1931 |
-
|
1932 |
-
#: templates/debug.php:587
|
1933 |
-
msgid "Download"
|
1934 |
-
msgstr "Download"
|
1935 |
-
|
1936 |
-
#: templates/debug.php598, templates/debug/logger.php:22
|
1937 |
-
msgid "Type"
|
1938 |
-
msgstr "Tipo"
|
1939 |
-
|
1940 |
-
#: templates/debug.php603, templates/debug/logger.php:26
|
1941 |
-
msgid "Timestamp"
|
1942 |
-
msgstr "Timestamp"
|
1943 |
-
|
1944 |
-
#: templates/secure-https-header.php:28
|
1945 |
-
msgid "Secure HTTPS %s page, running from an external domain"
|
1946 |
-
msgstr "Metti in sicurezza la pagina HTTPS %s gestita da un dominio esterno"
|
1947 |
-
|
1948 |
-
#: includes/customizer/class-fs-customizer-support-section.php55,
|
1949 |
-
#: templates/plugin-info/features.php:43
|
1950 |
-
msgid "Support"
|
1951 |
-
msgstr "Supporto"
|
1952 |
-
|
1953 |
-
#: includes/debug/class-fs-debug-bar-panel.php48,
|
1954 |
-
#: templates/debug/api-calls.php54, templates/debug/logger.php:62
|
1955 |
-
msgctxt "milliseconds"
|
1956 |
-
msgid "ms"
|
1957 |
-
msgstr "ms"
|
1958 |
-
|
1959 |
-
#: includes/debug/debug-bar-start.php:41
|
1960 |
-
msgid "Freemius API"
|
1961 |
-
msgstr "Freemius API"
|
1962 |
-
|
1963 |
-
#: includes/debug/debug-bar-start.php:42
|
1964 |
-
msgid "Requests"
|
1965 |
-
msgstr "Richieste"
|
1966 |
-
|
1967 |
-
#: templates/account/billing.php:22
|
1968 |
-
msgctxt "verb"
|
1969 |
-
msgid "Update"
|
1970 |
-
msgstr "Aggiorna"
|
1971 |
-
|
1972 |
-
#: templates/account/billing.php:33
|
1973 |
-
msgid "Billing"
|
1974 |
-
msgstr "Fatturazione"
|
1975 |
-
|
1976 |
-
#: templates/account/billing.php38, templates/account/billing.php:38
|
1977 |
-
msgid "Business name"
|
1978 |
-
msgstr "Nome della compagnia"
|
1979 |
-
|
1980 |
-
#: templates/account/billing.php39, templates/account/billing.php:39
|
1981 |
-
msgid "Tax / VAT ID"
|
1982 |
-
msgstr "Numero Partita Iva o VAT"
|
1983 |
-
|
1984 |
-
#: templates/account/billing.php42, templates/account/billing.php42,
|
1985 |
-
#: templates/account/billing.php43, templates/account/billing.php:43
|
1986 |
-
msgid "Address Line %d"
|
1987 |
-
msgstr "Riga indirizzo %d"
|
1988 |
-
|
1989 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
1990 |
-
msgid "City"
|
1991 |
-
msgstr "Città"
|
1992 |
-
|
1993 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
1994 |
-
msgid "Town"
|
1995 |
-
msgstr "Cittadina"
|
1996 |
-
|
1997 |
-
#: templates/account/billing.php47, templates/account/billing.php:47
|
1998 |
-
msgid "ZIP / Postal Code"
|
1999 |
-
msgstr "CAP"
|
2000 |
-
|
2001 |
-
#: templates/account/billing.php:302
|
2002 |
-
msgid "Country"
|
2003 |
-
msgstr "Nazione"
|
2004 |
-
|
2005 |
-
#: templates/account/billing.php:304
|
2006 |
-
msgid "Select Country"
|
2007 |
-
msgstr "Seleziona Nazione"
|
2008 |
-
|
2009 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2010 |
-
msgid "State"
|
2011 |
-
msgstr "Stato"
|
2012 |
-
|
2013 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2014 |
-
msgid "Province"
|
2015 |
-
msgstr "Provincia"
|
2016 |
-
|
2017 |
-
#: templates/account/payments.p
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|