Changeset 3067195
- Timestamp:
- 04/08/2024 10:11:28 PM (2 years ago)
- Location:
- wp-notification-bell/trunk
- Files:
-
- 47 edited
-
admin/admin.php (modified) (1 diff)
-
freemius/assets/css/admin/account.css (modified) (1 diff)
-
freemius/assets/css/admin/add-ons.css (modified) (1 diff)
-
freemius/assets/css/admin/affiliation.css (modified) (1 diff)
-
freemius/assets/css/admin/checkout.css (modified) (1 diff)
-
freemius/assets/css/admin/clone-resolution.css (modified) (1 diff)
-
freemius/assets/css/admin/common.css (modified) (1 diff)
-
freemius/assets/css/admin/connect.css (modified) (1 diff)
-
freemius/assets/css/admin/debug.css (modified) (1 diff)
-
freemius/assets/css/admin/dialog-boxes.css (modified) (1 diff)
-
freemius/assets/css/admin/gdpr-optin-notice.css (modified) (1 diff)
-
freemius/assets/css/admin/optout.css (modified) (1 diff)
-
freemius/assets/css/admin/plugins.css (modified) (1 diff)
-
freemius/assets/css/customizer.css (modified) (1 diff)
-
freemius/assets/js/nojquery.ba-postmessage.js (modified) (1 diff)
-
freemius/assets/js/postmessage.js (modified) (1 diff)
-
freemius/includes/class-freemius.php (modified) (6 diffs)
-
freemius/includes/class-fs-garbage-collector.php (modified) (6 diffs)
-
freemius/includes/entities/class-fs-plugin-license.php (modified) (1 diff)
-
freemius/includes/entities/class-fs-plugin-plan.php (modified) (1 diff)
-
freemius/includes/entities/class-fs-site.php (modified) (1 diff)
-
freemius/includes/fs-core-functions.php (modified) (1 diff)
-
freemius/includes/managers/class-fs-plan-manager.php (modified) (2 diffs)
-
freemius/languages/freemius-cs_CZ.mo (modified) (previous)
-
freemius/languages/freemius-da_DK.mo (modified) (previous)
-
freemius/languages/freemius-de_DE.mo (modified) (previous)
-
freemius/languages/freemius-es_ES.mo (modified) (previous)
-
freemius/languages/freemius-fr_FR.mo (modified) (previous)
-
freemius/languages/freemius-he_IL.mo (modified) (previous)
-
freemius/languages/freemius-hu_HU.mo (modified) (previous)
-
freemius/languages/freemius-it_IT.mo (modified) (previous)
-
freemius/languages/freemius-ja.mo (modified) (previous)
-
freemius/languages/freemius-nl_NL.mo (modified) (previous)
-
freemius/languages/freemius-ru_RU.mo (modified) (previous)
-
freemius/languages/freemius-ta.mo (modified) (previous)
-
freemius/languages/freemius-zh_CN.mo (modified) (previous)
-
freemius/languages/freemius.pot (modified) (28 diffs)
-
freemius/start.php (modified) (1 diff)
-
freemius/templates/account/partials/addon.php (modified) (3 diffs)
-
freemius/templates/checkout.php (modified) (1 diff)
-
freemius/templates/contact.php (modified) (1 diff)
-
freemius/templates/forms/license-activation.php (modified) (6 diffs)
-
freemius/templates/powered-by.php (modified) (1 diff)
-
freemius/templates/pricing.php (modified) (1 diff)
-
includes/comments.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wp-notification-bell.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-notification-bell/trunk/admin/admin.php
r2890214 r3067195 424 424 // Check if our nonce is set. 425 425 if ( !isset( $_POST['wnbell_new_notification_box_nonce'] ) ) { 426 return $ post_id;426 return $notification_id; 427 427 } 428 428 $nonce = $_POST['wnbell_new_notification_box_nonce']; 429 429 // Verify that the nonce is valid. 430 430 if ( !wp_verify_nonce( $nonce, 'wnbell_new_notification_box' ) ) { 431 return $ post_id;431 return $notification_id; 432 432 } 433 433 if ( !current_user_can( 'edit_posts' ) ) { -
wp-notification-bell/trunk/freemius/assets/css/admin/account.css
r3030323 r3067195 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-notice[data-id=license_not_whitelabeled].success,.fs-notice[data-id=license_whitelabeled].success{color:inherit;border-left-color:#00a0d2}.fs-notice[data-id=license_not_whitelabeled].success label.fs-plugin-title,.fs-notice[data-id=license_whitelabeled].success label.fs-plugin-title{display:none}#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:.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:gray;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:rgba(0,0,0,0);opacity:1}#fs_billing_address input:-ms-input-placeholder,#fs_billing_address select:-ms-input-placeholder{color:rgba(0,0,0,0)}#fs_billing_address input::-webkit-input-placeholder,#fs_billing_address select::-webkit-input-placeholder{color:rgba(0,0,0,0)}#fs_billing_address input.fs-read-mode,#fs_billing_address select.fs-read-mode{border-color:rgba(0,0,0,0);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:rgba(0,0,0,0);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%}@media screen and (max-width: 639px){#fs_account .fs-header-actions{position:static;padding:0 15px 12px 15px;margin:0 0 12px 0}#fs_account .fs-header-actions li{float:none;display:inline-block}#fs_account #fs_account_details{display:block}#fs_account #fs_account_details tbody,#fs_account #fs_account_details tr,#fs_account #fs_account_details td,#fs_account #fs_account_details th{display:block}#fs_account #fs_account_details tr td:first-child{text-align:left}#fs_account #fs_account_details tr td:nth-child(2){padding:0 12px}#fs_account #fs_account_details tr td:nth-child(2) code{margin:0;padding:0}#fs_account #fs_account_details tr td:nth-child(2) label{margin-left:0}#fs_account #fs_account_details tr td:nth-child(3){text-align:left}#fs_account #fs_account_details tr.fs-field-plan td:nth-child(2) .button-group{float:none;margin:12px 0}}/*# sourceMappingURL=account.css.map */1 label.fs-tag,span.fs-tag{background:#ffba00;border-radius:3px;color:#fff;display:inline-block;font-size:11px;line-height:11px;padding:5px;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-notice[data-id=license_not_whitelabeled].success,.fs-notice[data-id=license_whitelabeled].success{border-left-color:#00a0d2;color:inherit}.fs-notice[data-id=license_not_whitelabeled].success label.fs-plugin-title,.fs-notice[data-id=license_whitelabeled].success label.fs-plugin-title{display:none}#fs_account .postbox,#fs_account .widefat{max-width:800px}#fs_account h3{border-bottom:1px solid #f1f1f1;font-size:1.3em;line-height:1.4;margin:0 0 12px;padding:12px 15px}#fs_account h3 .dashicons{font-size:1.3em;height:26px;width:26px}#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{font-size:.9em;position:absolute;right:15px;top:17px}#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:700}.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 code,.fs-key-value-table input[type=text],.fs-key-value-table var{background:none;color:#0073aa;font-size:16px}.fs-key-value-table input[type=text]{font-weight:700;width:100%}.fs-field-beta_program label{margin-left:7px}label.fs-tag{border-radius:3px;color:#fff;display:inline-block;font-size:11px;line-height:11px;padding:5px;vertical-align:baseline}label.fs-tag,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{border:1px solid #e5e5e5;max-height:200px;overflow:auto}#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{color:gray;text-align:right;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{white-space:nowrap;width:1px}#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{font-weight:700;text-align:left}#fs_addons td:last-child,#fs_addons th:last-child{text-align:right}#fs_addons th{font-weight:700}#fs_billing_address{width:100%}#fs_billing_address tr td{padding:5px;width:50%}#fs_billing_address tr:first-of-type td{padding-top:0}#fs_billing_address span{font-weight:700}#fs_billing_address input,#fs_billing_address select{display:block;margin-top:5px;width:100%}#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{background:none;border-color:transparent;border-bottom:1px dashed #ccc;color:#777;padding-left:0}#fs_billing_address.fs-read-mode td span{display:none}#fs_billing_address.fs-read-mode input,#fs_billing_address.fs-read-mode select{background:none;border-color:transparent;border-bottom:1px dashed #ccc;color:#777;padding-left:0}#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%}@media screen and (max-width:639px){#fs_account .fs-header-actions{margin:0 0 12px;padding:0 15px 12px;position:static}#fs_account .fs-header-actions li{display:inline-block;float:none}#fs_account #fs_account_details,#fs_account #fs_account_details tbody,#fs_account #fs_account_details td,#fs_account #fs_account_details th,#fs_account #fs_account_details tr{display:block}#fs_account #fs_account_details tr td:first-child{text-align:left}#fs_account #fs_account_details tr td:nth-child(2){padding:0 12px}#fs_account #fs_account_details tr td:nth-child(2) code{margin:0;padding:0}#fs_account #fs_account_details tr td:nth-child(2) label{margin-left:0}#fs_account #fs_account_details tr td:nth-child(3){text-align:left}#fs_account #fs_account_details tr.fs-field-plan td:nth-child(2) .button-group{float:none;margin:12px 0}} -
wp-notification-bell/trunk/freemius/assets/css/admin/add-ons.css
r3030323 r3067195 1 .fs-badge{ position:absolute;top:10px;right:0;background:#71ae00;color:#fff;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,.3);box-shadow:0 2px 1px -1px rgba(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,.15s;-o-transition:all,.15s;-ms-transition:all,.15s;-webkit-transition:all,.15s;transition:all,.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,.15s;-o-transition:all,.15s;-ms-transition:all,.15s;-webkit-transition:all,.15s;transition:all,.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:.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:#adff2f;display:block;padding:2px 10px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,.3);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.3);box-shadow:1px 1px 1px rgba(0,0,0,.3);text-transform:uppercase;font-size:.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}}#TB_window,#TB_window iframe{width:821px !important}#plugin-information .fyi{width:266px !important}#plugin-information #section-holder{margin-right:299px;clear:none}#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,.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);box-shadow:1px 1px 1px rgba(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:.9em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab label{text-transform:uppercase;color:green;background:#adff2f;position:absolute;left:-1px;right:-1px;bottom:100%;border:1px solid #006400;padding:2px;text-align:center;font-size:.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:#adff2f}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms{font-size:.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 #fff;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);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,.2),0px 4px 5px 0px rgba(0,0,0,.14),0px 1px 10px 0px rgba(0,0,0,.12);-webkit-box-shadow:0px 2px 4px -1px rgba(0,0,0,.2),0px 4px 5px 0px rgba(0,0,0,.14),0px 1px 10px 0px rgba(0,0,0,.12);box-shadow:0px 2px 4px -1px rgba(0,0,0,.2),0px 4px 5px 0px rgba(0,0,0,.14),0px 1px 10px 0px rgba(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}}/*# sourceMappingURL=add-ons.css.map */1 .fs-badge{background:#71ae00;border-radius:3px 0 0 3px;border-right:0;box-shadow:0 2px 1px -1px rgba(0,0,0,.3);color:#fff;font-weight:700;padding:5px 10px;position:absolute;right:0;text-transform:uppercase;top:10px}#fs_addons .fs-cards-list{list-style:none}#fs_addons .fs-cards-list .fs-card{border:1px solid #ddd;cursor:pointer;float:left;font-size:14px;height:152px;list-style:none;margin:0 0 30px 30px;padding:0;position:relative;width:310px}#fs_addons .fs-cards-list .fs-card .fs-overlay{bottom:0;left:0;position:absolute;right:0;top:0;z-index:9}#fs_addons .fs-cards-list .fs-card .fs-inner{background-color:#fff;height:100%;overflow:hidden;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner>ul{left:0;position:absolute;right:0;top:0;transition:all,.15s}#fs_addons .fs-cards-list .fs-card .fs-inner>ul>li{box-sizing:border-box;display:block;line-height:18px;list-style:none;padding:0 15px;width:100%}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner{background-repeat:repeat-x;background-size:100% 100%;display:block;height:100px;line-height:0;margin:0;padding:0;transition:all,.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{color:#000;font-weight:700;height:18px;margin:10px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-offer{font-size:.9em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-description{background-color:#f9f9f9;border-top:1px solid #eee;color:#777;margin:0 0 10px;padding:10px 15px 100px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-tag{background:#adff2f;box-shadow:1px 1px 1px rgba(0,0,0,.3);display:block;font-size:.9em;font-weight:700;padding:2px 10px;position:absolute;right:0;text-transform:uppercase;top:10px}#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;right:10px;top:112px}@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-offer,#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-title{color:#29abe1}}#TB_window,#TB_window iframe{width:821px!important}#plugin-information .fyi{width:266px!important}#plugin-information #section-holder{clear:none;margin-right:299px}#plugin-information #section-description b,#plugin-information #section-description blockquote,#plugin-information #section-description h2,#plugin-information #section-description h3,#plugin-information #section-description i,#plugin-information #section-description li,#plugin-information #section-description ol,#plugin-information #section-description p,#plugin-information #section-description ul{clear:none}#plugin-information #section-description iframe{max-width:100%}#plugin-information #section-description .fs-selling-points{border-bottom:1px solid #ddd;padding-bottom:10px}#plugin-information #section-description .fs-selling-points ul{margin:0}#plugin-information #section-description .fs-selling-points ul li{list-style:none outside none;padding:0}#plugin-information #section-description .fs-selling-points ul li i.dashicons{color:#71ae00;float:left;font-size:3em;line-height:30px;margin:0 0 0 -15px;vertical-align:middle}#plugin-information #section-description .fs-selling-points ul li h3{margin:1em 30px!important}#plugin-information #section-description .fs-screenshots:after{clear:both;content:"";display:table}#plugin-information #section-description .fs-screenshots ul{list-style:none;margin:0}#plugin-information #section-description .fs-screenshots ul li{box-sizing:content-box;float:left;height:225px;margin-bottom:20px;width:225px}#plugin-information #section-description .fs-screenshots ul li a{background-size:cover;border:1px solid;box-shadow:1px 1px 1px rgba(0,0,0,.2);display:block;height:100%;width:100%}#plugin-information #section-description .fs-screenshots ul li.odd{margin-right:20px}#plugin-information .plugin-information-pricing{border-bottom:1px solid #ddd;margin:-16px}#plugin-information .plugin-information-pricing .fs-plan h3{font-size:16px;margin-top:0;padding:20px}#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;font-size:.9em;padding:0 10px;position:relative}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab label{background:#adff2f;border:1px solid #006400;bottom:100%;color:green;font-size:.9em;left:-1px;line-height:1em;padding:2px;position:absolute;right:-1px;text-align:center;text-transform:uppercase}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab.nav-tab-active{background:#fffeec;border-bottom-color:#fffeec;cursor:default}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle h3{background:#fffeec;color:#0073aa;margin:0;padding-bottom:0}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .fs-billing-frequency,#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .nav-tab-wrapper{display:none}#plugin-information .plugin-information-pricing .fs-plan .fs-pricing-body{background:#fffeec;padding:20px}#plugin-information .plugin-information-pricing .fs-plan .button{font-size:1.1em;font-weight:700;text-align:center;text-transform:uppercase;width:100%}#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-annual-discount,#plugin-information .plugin-information-pricing .fs-plan .fs-billing-frequency{background:#f3f3f3;border:1px solid #ccc;display:block;font-weight:700;margin-bottom:10px;padding:2px;text-align:center;text-transform:uppercase}#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{background:#adff2f;color:green;text-transform:none}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms{font-size:.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}#plugin-information #section-features .fs-features{margin:-20px -26px}#plugin-information #section-features table{border-collapse:separate;border-spacing:0;width:100%}#plugin-information #section-features table thead th{padding:10px 0}#plugin-information #section-features table thead .fs-price{color:#71ae00;display:block;font-weight:400;text-align:center}#plugin-information #section-features table tbody td{border-top:1px solid #ccc;color:#71ae00;padding:10px 0;text-align:center;width:100px}#plugin-information #section-features table tbody td:first-child{color:inherit;padding-left:26px;text-align:left;width:auto}#plugin-information #section-features table tbody tr.fs-odd td{background:#fefefe}#plugin-information #section-features .dashicons-yes{font-size:30px;height:30px;width:30px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button,#plugin-information .fs-dropdown .button-group .button{position:relative;right:0;top:0;width:auto}#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-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #fff;position:relative;top:12px}#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{background-color:#fff;border:1px solid #bfbfbf;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);margin-left:auto;padding:3px 0;position:absolute;right:-1px;text-align:left;top:100%;width:230px;z-index:1}#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{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{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:400;text-transform:none}#plugin-information .fs-dropdown .fs-dropdown-list{margin-top:1px}#plugin-information .fs-dropdown.up .fs-dropdown-list{bottom:100%;margin-bottom:2px;top:auto}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group{display:table;text-align:center}#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 .fs-dropdown,#plugin-information-footer>.button{position:relative;top:3px}#plugin-information-footer .fs-dropdown.left,#plugin-information-footer>.button.left{float:left}#plugin-information-footer .fs-dropdown,#plugin-information-footer>.right{float:right}@media screen and (max-width:961px){#fs_addons .fs-cards-list .fs-card{height:265px}} -
wp-notification-bell/trunk/freemius/assets/css/admin/affiliation.css
r3030323 r3067195 1 #fs_affiliation_content_wrapper #messages{margin-top:25px}#fs_affiliation_content_wrapper h3{font-size:24px;padding:0;margin-left:0}#fs_affiliation_content_wrapper ul li{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;list-style-type:none}#fs_affiliation_content_wrapper ul li:before{content:"✓";margin-right:10px;font-weight:bold}#fs_affiliation_content_wrapper p:not(.description),#fs_affiliation_content_wrapper li,#fs_affiliation_content_wrapper label{font-size:16px !important;line-height:26px !important}#fs_affiliation_content_wrapper .button{margin-top:20px;margin-bottom:7px;line-height:35px;height:40px;font-size:16px}#fs_affiliation_content_wrapper .button#cancel_button{margin-right:5px}#fs_affiliation_content_wrapper form .input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form .input-container .input-label{font-weight:bold;display:block;width:100%}#fs_affiliation_content_wrapper form .input-container.input-container-text label,#fs_affiliation_content_wrapper form .input-container.input-container-text input,#fs_affiliation_content_wrapper form .input-container.input-container-text textarea{display:block}#fs_affiliation_content_wrapper form .input-container #add_domain,#fs_affiliation_content_wrapper form .input-container .remove-domain{text-decoration:none;display:inline-block;margin-top:3px}#fs_affiliation_content_wrapper form .input-container #add_domain:focus,#fs_affiliation_content_wrapper form .input-container .remove-domain:focus{box-shadow:none}#fs_affiliation_content_wrapper form .input-container #add_domain.disabled,#fs_affiliation_content_wrapper form .input-container .remove-domain.disabled{color:#aaa;cursor:default}#fs_affiliation_content_wrapper form #extra_domains_container .description{margin-top:0;position:relative;top:-4px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain{display:inline-block;margin-right:5px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain:last-of-type{margin-bottom:0}/*# sourceMappingURL=affiliation.css.map */ 1 #fs_affiliation_content_wrapper #messages{margin-top:25px}#fs_affiliation_content_wrapper h3{font-size:24px;margin-left:0;padding:0}#fs_affiliation_content_wrapper ul li{box-sizing:border-box;list-style-type:none}#fs_affiliation_content_wrapper ul li:before{content:"✓";font-weight:700;margin-right:10px}#fs_affiliation_content_wrapper label,#fs_affiliation_content_wrapper li,#fs_affiliation_content_wrapper p:not(.description){font-size:16px!important;line-height:26px!important}#fs_affiliation_content_wrapper .button{font-size:16px;height:40px;line-height:35px;margin-bottom:7px;margin-top:20px}#fs_affiliation_content_wrapper .button#cancel_button{margin-right:5px}#fs_affiliation_content_wrapper form .input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form .input-container .input-label{display:block;font-weight:700;width:100%}#fs_affiliation_content_wrapper form .input-container.input-container-text input,#fs_affiliation_content_wrapper form .input-container.input-container-text label,#fs_affiliation_content_wrapper form .input-container.input-container-text textarea{display:block}#fs_affiliation_content_wrapper form .input-container #add_domain,#fs_affiliation_content_wrapper form .input-container .remove-domain{display:inline-block;margin-top:3px;text-decoration:none}#fs_affiliation_content_wrapper form .input-container #add_domain:focus,#fs_affiliation_content_wrapper form .input-container .remove-domain:focus{box-shadow:none}#fs_affiliation_content_wrapper form .input-container #add_domain.disabled,#fs_affiliation_content_wrapper form .input-container .remove-domain.disabled{color:#aaa;cursor:default}#fs_affiliation_content_wrapper form #extra_domains_container .description{margin-top:0;position:relative;top:-4px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain{display:inline-block;margin-right:5px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain:last-of-type{margin-bottom:0} -
wp-notification-bell/trunk/freemius/assets/css/admin/checkout.css
r3030323 r3067195 1 @media screen and (max-width: 782px){#wpbody-content{padding-bottom:0 !important}}/*# sourceMappingURL=checkout.css.map */1 @media screen and (max-width:782px){#wpbody-content{padding-bottom:0!important}} -
wp-notification-bell/trunk/freemius/assets/css/admin/clone-resolution.css
r3030323 r3067195 1 .fs-notice[data-id^=clone_resolution_options_notice]{ padding:0;color:inherit !important}.fs-notice[data-id^=clone_resolution_options_notice] .fs-notice-body{padding:0;margin-bottom:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-notice-header{padding:5px 10px}.fs-notice[data-id^=clone_resolution_options_notice] ol{margin-top:0;margin-bottom:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-options-container{display:flex;flex-direction:row;padding:0 10px 10px}@media(max-width: 750px){.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-options-container{flex-direction:column}}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option{border:1px solid #ccc;padding:10px 10px 15px 10px;flex:auto;margin:5px}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option:first-child{margin-left:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option:last-child{margin-right:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option strong{font-size:1.2em;padding:2px;line-height:1.5em}.fs-notice[data-id^=clone_resolution_options_notice] a{text-decoration:none}.fs-notice[data-id^=clone_resolution_options_notice] .button{margin-right:10px}.rtl .fs-notice[data-id^=clone_resolution_options_notice] .button{margin-right:0;margin-left:10px}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-documentation-container{padding:0 10px 15px}.fs-notice[data-id=temporary_duplicate_notice] #fs_clone_resolution_error_message{border:1px solid #d3135a;background:#fee;color:#d3135a;padding:10px}.fs-notice[data-id=temporary_duplicate_notice] ol{margin-top:0}.fs-notice[data-id=temporary_duplicate_notice] a{position:relative}.fs-notice[data-id=temporary_duplicate_notice] a:focus{box-shadow:none}.fs-notice[data-id=temporary_duplicate_notice] a.disabled{color:gray}.fs-notice[data-id=temporary_duplicate_notice] a .fs-ajax-spinner{position:absolute;left:8px;right:0;top:-1px;bottom:0;margin-left:100%}/*# sourceMappingURL=clone-resolution.css.map */1 .fs-notice[data-id^=clone_resolution_options_notice]{color:inherit!important;padding:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-notice-body{margin-bottom:0;padding:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-notice-header{padding:5px 10px}.fs-notice[data-id^=clone_resolution_options_notice] ol{margin-bottom:0;margin-top:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-options-container{display:flex;flex-direction:row;padding:0 10px 10px}@media(max-width:750px){.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-options-container{flex-direction:column}}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option{border:1px solid #ccc;flex:auto;margin:5px;padding:10px 10px 15px}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option:first-child{margin-left:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option:last-child{margin-right:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option strong{font-size:1.2em;line-height:1.5em;padding:2px}.fs-notice[data-id^=clone_resolution_options_notice] a{text-decoration:none}.fs-notice[data-id^=clone_resolution_options_notice] .button{margin-right:10px}.rtl .fs-notice[data-id^=clone_resolution_options_notice] .button{margin-left:10px;margin-right:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-documentation-container{padding:0 10px 15px}.fs-notice[data-id=temporary_duplicate_notice] #fs_clone_resolution_error_message{background:#fee;border:1px solid #d3135a;color:#d3135a;padding:10px}.fs-notice[data-id=temporary_duplicate_notice] ol{margin-top:0}.fs-notice[data-id=temporary_duplicate_notice] a{position:relative}.fs-notice[data-id=temporary_duplicate_notice] a:focus{box-shadow:none}.fs-notice[data-id=temporary_duplicate_notice] a.disabled{color:gray}.fs-notice[data-id=temporary_duplicate_notice] a .fs-ajax-spinner{bottom:0;left:8px;margin-left:100%;position:absolute;right:0;top:-1px} -
wp-notification-bell/trunk/freemius/assets/css/admin/common.css
r3030323 r3067195 1 .fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:#fff;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,.3);box-shadow:0 2px 1px -1px rgba(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,.8);height:18px;padding:6px 6px 5px 6px;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);background:#ececec;box-shadow:0 0 4px rgba(0,0,0,.1),inset 0 1px 3px 0 rgba(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,.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,.5);z-index:999;-moz-transition:.4s cubic-bezier(0.54, 1.6, 0.5, 1);-o-transition:.4s cubic-bezier(0.54, 1.6, 0.5, 1);-ms-transition:.4s cubic-bezier(0.54, 1.6, 0.5, 1);-webkit-transition:.4s cubic-bezier(0.54, 1.6, 0.5, 1);transition:.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}body.fs-loading,body.fs-loading *{cursor:wait !important}#fs_frame{line-height:0;font-size:0}.fs-full-size-wrapper{margin:40px 0 -65px -20px}@media(max-width: 600px){.fs-full-size-wrapper{margin:0 0 -65px -10px}}.fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px !important}.fs-notice.success{color:green}.fs-notice.promotion{border-color:#00a0d2 !important;background-color:#f2fcff !important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{cursor:pointer;color:#aaa;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{margin-top:7px;display:inline-block}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,.3);color:#fff;padding:2px 10px;position:absolute;top:100%;bottom:auto;right:auto;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;left:10px;font-size:12px;font-weight:bold;cursor:auto}div.fs-notice.updated,div.fs-notice.success,div.fs-notice.promotion{display:block !important}#fs_connect .fs-error ol,#fs_connect .fs-error .fs-api-request-error-show-details-link,#fs_connect .fs-error .fs-api-request-error-details,.fs-modal .notice-error ol,.fs-modal .notice-error .fs-api-request-error-show-details-link,.fs-modal .notice-error .fs-api-request-error-details,.fs-notice.error ol,.fs-notice.error .fs-api-request-error-show-details-link,.fs-notice.error .fs-api-request-error-details{text-align:left}#fs_connect .fs-error ol,.fs-modal .notice-error ol,.fs-notice.error ol{list-style-type:disc}#fs_connect .fs-error .fs-api-request-error-show-details-link,.fs-modal .notice-error .fs-api-request-error-show-details-link,.fs-notice.error .fs-api-request-error-show-details-link{text-decoration:none;color:#2271b1;box-shadow:none}#fs_connect .fs-error .fs-api-request-error-details,.fs-modal .notice-error .fs-api-request-error-details,.fs-notice.error .fs-api-request-error-details{border:1px solid #ccc;padding:5px;overflow:auto;max-height:150px}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{position:fixed;top:32px;left:160px;right:0;background:#ebfdeb;padding:10px 20px;color:green;z-index:9999;-moz-box-shadow:0 2px 2px rgba(6,113,6,.3);-webkit-box-shadow:0 2px 2px rgba(6,113,6,.3);box-shadow:0 2px 2px rgba(6,113,6,.3);opacity:.95;filter:alpha(opacity=95)}.fs-secure-notice:hover{opacity:1;filter:alpha(opacity=100)}.fs-secure-notice a.fs-security-proof{color:green;text-decoration:none}@media screen and (max-width: 960px){.fs-secure-notice{left:36px}}@media screen and (max-width: 600px){.fs-secure-notice{display:none}}@media screen and (max-width: 1250px){#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:"↳";padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:"↲"}.fs-submenu-item.pricing.upgrade-mode{color:#adff2f}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}.fs-ajax-spinner{border:0;width:20px;height:20px;margin-right:5px;vertical-align:sub;display:inline-block;background:url("/wp-admin/images/wpspin_light-2x.gif");background-size:contain;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}/*# sourceMappingURL=common.css.map */ 1 .fs-badge{background:#71ae00;border-radius:3px 0 0 3px;border-right:0;box-shadow:0 2px 1px -1px rgba(0,0,0,.3);color:#fff;font-weight:700;padding:5px 10px;position:absolute;right:0;text-transform:uppercase;top:10px}.theme-browser .theme .fs-premium-theme-badge-container{position:absolute;right:0;top:0}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge{margin-top:10px;position:relative;text-align:center;top:0}.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{background:#ececec;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);box-shadow:0 0 4px rgba(0,0,0,.1),inset 0 1px 3px 0 rgba(0,0,0,.1);color:#ccc;cursor:pointer;display:inline-block;height:18px;padding:6px 6px 5px;position:relative;text-shadow:0 1px 1px hsla(0,0%,100%,.8)}.fs-switch span{display:inline-block;text-transform:uppercase;width:35px}.fs-switch .fs-toggle{background-color:#fff;background-image:linear-gradient(180deg,#ececec,#fff);border:1px solid rgba(0,0,0,.3);border-radius:4px;box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.5);height:25px;position:absolute;top:1px;transition:.4s cubic-bezier(.54,1.6,.5,1);width:37px;z-index:999}.fs-switch.fs-off .fs-toggle{left:2%}.fs-switch.fs-on .fs-toggle{left:54%}.fs-switch.fs-round{border-radius:24px;padding:4px 25px;top:8px}.fs-switch.fs-round .fs-toggle{border-radius:24px;height:24px;top:0;width: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{border-radius:18px;height:18px;top:0;width:18px}.fs-switch.fs-small.fs-round.fs-on .fs-toggle{left:19px}body.fs-loading,body.fs-loading *{cursor:wait!important}#fs_frame{font-size:0;line-height:0}.fs-full-size-wrapper{margin:40px 0 -65px -20px}@media(max-width:600px){.fs-full-size-wrapper{margin:0 0 -65px -10px}}.fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px!important}.fs-notice.success{color:green}.fs-notice.promotion{background-color:#f2fcff!important;border-color:#00a0d2!important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{color:#aaa;cursor:pointer;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{display:inline-block;margin-top:7px}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,.3);border-radius:0 0 3px 3px;bottom:auto;color:#fff;cursor:auto;font-size:12px;font-weight:700;left:10px;padding:2px 10px;position:absolute;right:auto;top:100%}div.fs-notice.promotion,div.fs-notice.success,div.fs-notice.updated{display:block!important}#fs_connect .fs-error .fs-api-request-error-details,#fs_connect .fs-error .fs-api-request-error-show-details-link,#fs_connect .fs-error ol,.fs-modal .notice-error .fs-api-request-error-details,.fs-modal .notice-error .fs-api-request-error-show-details-link,.fs-modal .notice-error ol,.fs-notice.error .fs-api-request-error-details,.fs-notice.error .fs-api-request-error-show-details-link,.fs-notice.error ol{text-align:left}#fs_connect .fs-error ol,.fs-modal .notice-error ol,.fs-notice.error ol{list-style-type:disc}#fs_connect .fs-error .fs-api-request-error-show-details-link,.fs-modal .notice-error .fs-api-request-error-show-details-link,.fs-notice.error .fs-api-request-error-show-details-link{box-shadow:none;color:#2271b1;text-decoration:none}#fs_connect .fs-error .fs-api-request-error-details,.fs-modal .notice-error .fs-api-request-error-details,.fs-notice.error .fs-api-request-error-details{border:1px solid #ccc;max-height:150px;overflow:auto;padding:5px}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{background:#ebfdeb;box-shadow:0 2px 2px rgba(6,113,6,.3);color:green;filter:alpha(opacity=95);left:160px;opacity:.95;padding:10px 20px;position:fixed;right:0;top:32px;z-index:9999}.fs-secure-notice:hover{filter:alpha(opacity=100);opacity:1}.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:1250px){#fs_promo_tab{display:none}}@media screen and (max-width:782px){.fs-secure-notice{left:0;text-align:center;top:46px}}span.fs-submenu-item.fs-sub:before{content:"↳";padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:"↲"}.fs-submenu-item.pricing.upgrade-mode{color:#adff2f}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}.fs-ajax-spinner{background:url(/wp-admin/images/wpspin_light-2x.gif);background-size:contain;border:0;display:inline-block;height:20px;margin-bottom:-2px;margin-right:5px;vertical-align:sub;width:20px}.wrap.fs-section h2{text-align:left}.plugins p.fs-upgrade-notice{background-color:#d54e21;border:0;color:#f9f9f9;margin-top:10px;padding:10px} -
wp-notification-bell/trunk/freemius/assets/css/admin/connect.css
r3030323 r3067195 1 .fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .dashicons{float:none !important}.fs-tooltip-trigger .fs-tooltip{opacity:0;visibility:hidden;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;position:absolute;background:rgba(0,0,0,.8);color:#fff !important;font-family:"arial",serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:-17px;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);box-shadow:1px 1px 1px rgba(0,0,0,.2);line-height:1.3em;font-weight:bold;text-align:left;text-transform:none !important}.rtl .fs-tooltip-trigger .fs-tooltip{text-align:right;left:auto;right:-17px}.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,.8) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);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_connect{width:484px;margin:60px auto 20px auto}#fs_connect a{color:inherit}#fs_connect a:not(.button){text-decoration:underline}#fs_connect .fs-box-container{box-shadow:0 1px 2px rgba(0,0,0,.3);border-radius:3px;overflow:hidden;padding-top:40px;background:#f0f0f1}@media screen and (max-width: 483px){#fs_connect{width:auto;margin:30px 0 0 -10px}#fs_connect .fs-box-container{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}}#fs_connect .fs-content{background:#fff;padding:30px 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,.1);-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);text-align:center;padding:5px;margin-bottom:10px}#fs_connect .fs-content h2{line-height:1.5em}#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-content{padding-bottom:10px}#fs_connect.require-license-key .fs-actions{border-top:none}#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:#fff;border-width:1px 0;border-style:solid;border-color:#f1f1f1}#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:" ➜"}#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:#fff;-moz-transition:background .5s ease;-o-transition:background .5s ease;-ms-transition:background .5s ease;-webkit-transition:background .5s ease;transition:background .5s ease}#fs_connect .fs-permissions .fs-license-sync-disclaimer{text-align:center;margin-top:0}#fs_connect .fs-permissions>.fs-trigger{font-size:.9em;text-decoration:none;text-align:center;display:block}#fs_connect .fs-permissions>.fs-trigger .fs-arrow::after{content:"→";width:20px;display:inline-block}#fs_connect .fs-permissions.fs-open>.fs-trigger .fs-arrow::after{content:"↓" !important}#fs_connect .fs-permissions ul li{padding-left:0;padding-right:0}@media screen and (max-width: 483px){#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:inherit;text-decoration:underline}#fs_connect .fs-header{padding:0;line-height:0;height:0;position:relative}#fs_connect .fs-header .fs-site-icon,#fs_connect .fs-header .fs-connect-logo{position:absolute;top:-8px;border-radius:50%}#fs_connect .fs-header .fs-site-icon{left:152px}#fs_connect .fs-header .fs-connect-logo{right:152px}#fs_connect .fs-header .fs-site-icon,#fs_connect .fs-header img,#fs_connect .fs-header object{width:50px;height:50px;border-radius:50%}#fs_connect .fs-header .fs-plugin-icon{position:absolute;overflow:hidden;top:-23px;left:50%;margin-left:-44px;border-radius:50%;z-index:1}#fs_connect .fs-header .fs-plugin-icon,#fs_connect .fs-header .fs-plugin-icon img{width:80px;height:80px}#fs_connect .fs-header .dashicons-wordpress-alt{font-size:40px;background:#01749a;color:#fff;width:40px;height:40px;padding:5px;border-radius:50%}#fs_connect .fs-header .dashicons-plus{position:absolute;top:50%;font-size:30px;margin-top:-10px;color:#bbb}#fs_connect .fs-header .dashicons-plus.fs-first{left:28%}#fs_connect .fs-header .dashicons-plus.fs-second{left:65%}#fs_connect .fs-header .fs-plugin-icon,#fs_connect .fs-header .fs-connect-logo,#fs_connect .fs-header .fs-site-icon{border:1px solid #efefef;padding:3px;background:#fff}#fs_connect .fs-terms{text-align:center;font-size:.85em;padding:10px 5px}#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:20px;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_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{border-radius:3px}.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:" »"}.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-header .fs-site-icon{right:20px;left:auto}.rtl #fs_connect .fs-header .fs-connect-logo{right:auto;left:20px}.rtl #fs_connect .fs-permissions>.fs-trigger .fs-arrow::after{content:"←"}#fs_theme_connect_wrapper{position:fixed;top:0;height:100%;width:100%;z-index:99990;background:rgba(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:#fff;cursor:pointer;height:40px;width:40px;position:absolute;right:0;border:0;background-color:rgba(0,0,0,0);top:32px}#fs_theme_connect_wrapper #fs_connect{top:0;text-align:left;display:inline-block;vertical-align:middle;margin-top:0;margin-bottom:20px}#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}#license_issues_link{display:block;text-align:center;font-size:.9em;margin-top:10px}.fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .dashicons{float:none !important}.fs-tooltip-trigger .fs-tooltip{opacity:0;visibility:hidden;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;position:absolute;background:rgba(0,0,0,.8);color:#fff !important;font-family:"arial",serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:-17px;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);box-shadow:1px 1px 1px rgba(0,0,0,.2);line-height:1.3em;font-weight:bold;text-align:left;text-transform:none !important}.rtl .fs-tooltip-trigger .fs-tooltip{text-align:right;left:auto;right:-17px}.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,.8) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);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-permissions .fs-permission.fs-disabled{color:#aaa}.fs-permissions .fs-permission.fs-disabled .fs-permission-description span{color:#aaa}.fs-permissions .fs-permission .fs-switch-feedback{position:absolute;right:15px;top:52px}.fs-permissions ul{height:0;overflow:hidden;margin:0}.fs-permissions ul li{padding:17px 15px;margin:0;position:relative}.fs-permissions ul li>i.dashicons{float:left;font-size:30px;width:30px;height:30px;padding:5px}.fs-permissions ul li .fs-switch{float:right}.fs-permissions ul li .fs-permission-description{margin-left:55px}.fs-permissions ul li .fs-permission-description span{font-size:14px;font-weight:500;color:#23282d}.fs-permissions ul li .fs-permission-description .fs-tooltip{font-size:13px;font-weight:bold}.fs-permissions ul li .fs-permission-description .fs-tooltip-trigger .dashicons{margin:-1px 2px 0 2px}.fs-permissions ul li .fs-permission-description p{margin:2px 0 0 0}.fs-permissions.fs-open{background:#fff}.fs-permissions.fs-open ul{overflow:initial;height:auto;margin:20px 0 10px 0}.fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-right:10px}.fs-permissions .fs-switch-feedback.success{color:#71ae00}.rtl .fs-permissions .fs-switch-feedback{right:auto;left:15px}.rtl .fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-left:10px;margin-right:0}.rtl .fs-permissions ul li .fs-permission-description{margin-right:55px;margin-left:0}.rtl .fs-permissions ul li .fs-switch{float:left}.rtl .fs-permissions ul li i.dashicons{float:right}/*# sourceMappingURL=connect.css.map */ 1 #fs_connect{margin:60px auto 20px;width:484px}#fs_connect a{color:inherit}#fs_connect a:not(.button){text-decoration:underline}#fs_connect .fs-box-container{background:#f0f0f1;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.3);overflow:hidden;padding-top:40px}@media screen and (max-width:483px){#fs_connect{margin:30px 0 0 -10px;width:auto}#fs_connect .fs-box-container{box-shadow:none}}#fs_connect .fs-content{background:#fff;padding:30px 20px}#fs_connect .fs-content .fs-error{background:snow;border:1px solid #d3135a;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);color:#d3135a;margin-bottom:10px;padding:5px;text-align:center}#fs_connect .fs-content h2{line-height:1.5em}#fs_connect .fs-content p{font-size:1.2em;margin:0;padding:0}#fs_connect .fs-license-key-container{margin:10px auto 0;position:relative;width:280px}#fs_connect .fs-license-key-container input{width:100%}#fs_connect .fs-license-key-container .dashicons{position:absolute;right:5px;top:5px}#fs_connect.require-license-key .fs-content{padding-bottom:10px}#fs_connect.require-license-key .fs-actions{border-top:none}#fs_connect.require-license-key .fs-sites-list-container td{cursor:pointer}#fs_connect #delegate_to_site_admins{border-bottom:1px dashed;float:right;font-weight:700;height:26px;line-height:37px;margin-right:15px;text-decoration:none;vertical-align:middle}#fs_connect #delegate_to_site_admins.rtl{margin-left:15px;margin-right:0}#fs_connect .fs-actions{background:#fff;border-color:#f1f1f1;border-style:solid;border-width:1px 0;padding:10px 20px}#fs_connect .fs-actions .button{font-size:16px;height:37px;line-height:35px;margin-bottom:0;padding:0 10px 1px}#fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}#fs_connect .fs-actions .button.button-primary{padding-left:15px;padding-right:15px}#fs_connect .fs-actions .button.button-primary:after{content:" ➜"}#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{background:#fff;padding:10px 20px;transition:background .5s ease}#fs_connect .fs-permissions .fs-license-sync-disclaimer{margin-top:0;text-align:center}#fs_connect .fs-permissions>.fs-trigger{display:block;font-size:.9em;text-align:center;text-decoration:none}#fs_connect .fs-permissions>.fs-trigger .fs-arrow:after{content:"→";display:inline-block;width:20px}#fs_connect .fs-permissions.fs-open>.fs-trigger .fs-arrow:after{content:"↓"!important}#fs_connect .fs-permissions ul li{padding-left:0;padding-right:0}@media screen and (max-width:483px){#fs_connect .fs-permissions ul{height:auto;margin:20px}}#fs_connect .fs-freemium-licensing{background:#777;color:#fff;padding:8px}#fs_connect .fs-freemium-licensing p{display:block;margin:0;padding:0;text-align:center}#fs_connect .fs-freemium-licensing a{color:inherit;text-decoration:underline}#fs_connect .fs-header{height:0;line-height:0;padding:0;position:relative}#fs_connect .fs-header .fs-connect-logo,#fs_connect .fs-header .fs-site-icon{border-radius:50%;position:absolute;top:-8px}#fs_connect .fs-header .fs-site-icon{left:152px}#fs_connect .fs-header .fs-connect-logo{right:152px}#fs_connect .fs-header .fs-site-icon,#fs_connect .fs-header img,#fs_connect .fs-header object{border-radius:50%;height:50px;width:50px}#fs_connect .fs-header .fs-plugin-icon{border-radius:50%;left:50%;margin-left:-44px;overflow:hidden;position:absolute;top:-23px;z-index:1}#fs_connect .fs-header .fs-plugin-icon,#fs_connect .fs-header .fs-plugin-icon img{height:80px;width:80px}#fs_connect .fs-header .dashicons-wordpress-alt{background:#01749a;border-radius:50%;color:#fff;font-size:40px;height:40px;padding:5px;width:40px}#fs_connect .fs-header .dashicons-plus{color:#bbb;font-size:30px;margin-top:-10px;position:absolute;top:50%}#fs_connect .fs-header .dashicons-plus.fs-first{left:28%}#fs_connect .fs-header .dashicons-plus.fs-second{left:65%}#fs_connect .fs-header .fs-connect-logo,#fs_connect .fs-header .fs-plugin-icon,#fs_connect .fs-header .fs-site-icon{background:#fff;border:1px solid #efefef;padding:3px}#fs_connect .fs-terms{font-size:.85em;padding:10px 5px;text-align:center}#fs_connect .fs-terms,#fs_connect .fs-terms a{color:#999}#fs_connect .fs-terms a{text-decoration:none}.fs-multisite-options-container{border:1px solid #ccc;margin-top:20px;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:700}.fs-multisite-options-container.fs-apply-on-all-sites{border:0;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_marketing_optin{border:1px solid #ccc;display:none;line-height:1.5em;margin-top:10px;padding:10px}#fs_marketing_optin .fs-message{display:block;font-size:1.05em;font-weight:600;margin-bottom:5px}#fs_marketing_optin.error{background:#fee;border:1px solid #d3135a}#fs_marketing_optin.error .fs-message{color:#d3135a}#fs_marketing_optin .fs-input-container{margin-top:5px}#fs_marketing_optin .fs-input-container label{display:block;margin-top:5px}#fs_marketing_optin .fs-input-container label input{float:left;margin:1px 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{border-radius:3px}.rtl #fs_connect .fs-actions{background:#c0c7ca;padding:10px 20px}.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:" »"}.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-header .fs-site-icon{left:auto;right:20px}.rtl #fs_connect .fs-header .fs-connect-logo{left:20px;right:auto}.rtl #fs_connect .fs-permissions>.fs-trigger .fs-arrow:after{content:"←"}#fs_theme_connect_wrapper{background:rgba(0,0,0,.75);height:100%;overflow-y:auto;position:fixed;text-align:center;top:0;width:100%;z-index:99990}#fs_theme_connect_wrapper:before{content:"";display:inline-block;height:100%;vertical-align:middle}#fs_theme_connect_wrapper>button.close{background-color:transparent;border:0;color:#fff;cursor:pointer;height:40px;position:absolute;right:0;top:32px;width:40px}#fs_theme_connect_wrapper #fs_connect{display:inline-block;margin-bottom:20px;margin-top:0;text-align:left;top:0;vertical-align:middle}#fs_theme_connect_wrapper #fs_connect .fs-terms,#fs_theme_connect_wrapper #fs_connect .fs-terms a{color:#c5c5c5}.wp-pointer-content #fs_connect{box-shadow:none;margin:0}.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}#license_issues_link{display:block;font-size:.9em;margin-top:10px;text-align:center}.fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .dashicons{float:none!important}.fs-tooltip-trigger .fs-tooltip{background:rgba(0,0,0,.8);border-radius:5px;bottom:100%;box-shadow:1px 1px 1px rgba(0,0,0,.2);color:#fff!important;font-family:arial,serif;font-size:12px;font-weight:700;left:-17px;line-height:1.3em;margin-bottom:5px;opacity:0;padding:10px;position:absolute;right:0;text-align:left;text-transform:none!important;transition:opacity .3s ease-in-out;visibility:hidden;z-index:999999}.rtl .fs-tooltip-trigger .fs-tooltip{left:auto;right:-17px;text-align:right}.fs-tooltip-trigger .fs-tooltip:after{border-color:rgba(0,0,0,.8) transparent transparent;border-style:solid;border-width:5px 5px 0;content:" ";display:block;height:0;left:21px;position:absolute;top:100%;width:0}.rtl .fs-tooltip-trigger .fs-tooltip:after{left:auto;right:21px}.fs-tooltip-trigger:hover .fs-tooltip{opacity:1;visibility:visible}.fs-permissions .fs-permission.fs-disabled,.fs-permissions .fs-permission.fs-disabled .fs-permission-description span{color:#aaa}.fs-permissions .fs-permission .fs-switch-feedback{position:absolute;right:15px;top:52px}.fs-permissions ul{height:0;margin:0;overflow:hidden}.fs-permissions ul li{margin:0;padding:17px 15px;position:relative}.fs-permissions ul li>i.dashicons{float:left;font-size:30px;height:30px;padding:5px;width:30px}.fs-permissions ul li .fs-switch{float:right}.fs-permissions ul li .fs-permission-description{margin-left:55px}.fs-permissions ul li .fs-permission-description span{color:#23282d;font-size:14px;font-weight:500}.fs-permissions ul li .fs-permission-description .fs-tooltip{font-size:13px;font-weight:700}.fs-permissions ul li .fs-permission-description .fs-tooltip-trigger .dashicons{margin:-1px 2px 0}.fs-permissions ul li .fs-permission-description p{margin:2px 0 0}.fs-permissions.fs-open{background:#fff}.fs-permissions.fs-open ul{height:auto;margin:20px 0 10px;overflow:initial}.fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-right:10px}.fs-permissions .fs-switch-feedback.success{color:#71ae00}.rtl .fs-permissions .fs-switch-feedback{left:15px;right:auto}.rtl .fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-left:10px;margin-right:0}.rtl .fs-permissions ul li .fs-permission-description{margin-left:0;margin-right:55px}.rtl .fs-permissions ul li .fs-switch{float:left}.rtl .fs-permissions ul li i.dashicons{float:right} -
wp-notification-bell/trunk/freemius/assets/css/admin/debug.css
r3030323 r3067195 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-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}/*# sourceMappingURL=debug.css.map */1 label.fs-tag,span.fs-tag{background:#ffba00;border-radius:3px;color:#fff;display:inline-block;font-size:11px;line-height:11px;padding:5px;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-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:700}#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} -
wp-notification-bell/trunk/freemius/assets/css/admin/dialog-boxes.css
r3030323 r3067195 1 .fs-modal{ position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,.6)}@media(min-width: 961px){.fs-modal{padding-left:160px}.rtl .fs-modal{padding-left:0;padding-right:160px}}.fs-modal .dashicons{vertical-align:middle}.fs-modal .fs-modal-dialog{background:rgba(0,0,0,0);position:absolute;left:50%;margin-left:-298px;padding-bottom:30px;top:-100%;z-index:100001;width:596px}@media(max-width: 650px){.fs-modal .fs-modal-dialog{margin-left:-50%;box-sizing:border-box;padding-left:10px;padding-right:10px;width:100%}.fs-modal .fs-modal-dialog .fs-modal-panel>h3>strong{font-size:1.3em}}.fs-modal.active{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:#eee solid 1px;background:#fbfbfb;padding:15px 20px;position:relative;margin-bottom:-10px}.fs-modal .fs-modal-header h4{margin:0;padding:0;text-transform:uppercase;font-size:1.2em;font-weight:bold;color:#cacaca;text-shadow:1px 1px 1px #fff;letter-spacing:.6px;-webkit-font-smoothing:antialiased}.fs-modal .fs-modal-header .fs-close{position:absolute;right:10px;top:12px;cursor:pointer;color:#bbb;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;padding:3px;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.fs-modal .fs-modal-header .fs-close:hover{color:#fff;background:#aaa}.fs-modal .fs-modal-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:#eee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:last-of-type{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}.rtl .fs-modal .fs-modal-footer{text-align:left}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,.fs-modal.fs-modal-deactivation-feedback .feedback-from-snooze-label{float:left;line-height:30px}.rtl .fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label,.rtl .fs-modal.fs-modal-deactivation-feedback .feedback-from-snooze-label{float:right}.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:20px;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}}.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-modal.fs-modal-email-address-update .fs-modal-body input[type=text]{width:100%}.fs-modal.fs-modal-email-address-update p{margin-bottom:0}.fs-modal.fs-modal-email-address-update ul{margin:1em .5em}.fs-modal.fs-modal-email-address-update ul li label span{float:left;margin-top:0}.fs-modal.fs-modal-email-address-update ul li label span:last-child{display:block;float:none;margin-left:20px}.fs-ajax-loader{position:relative;width:170px;height:20px;margin:auto}.fs-ajax-loader .fs-ajax-loader-bar{position:absolute;top:0;background-color:#0074a3;width:20px;height:20px;-webkit-animation-name:bounce_ajaxLoader;-moz-animation-name:bounce_ajaxLoader;-ms-animation-name:bounce_ajaxLoader;-o-animation-name:bounce_ajaxLoader;animation-name:bounce_ajaxLoader;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-webkit-animation-direction:normal;-moz-animation-direction:normal;-ms-animation-direction:normal;-o-animation-direction:normal;animation-direction:normal;-moz-transform:.3;-o-transform:.3;-ms-transform:.3;-webkit-transform:.3;transform:.3}.fs-ajax-loader .fs-ajax-loader-bar-1{left: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,.1) !important}/*# sourceMappingURL=dialog-boxes.css.map */1 .fs-modal{background:rgba(0,0,0,.6);display:none;height:100%;overflow:auto;position:fixed;top:0;width:100%;z-index:100000}@media(min-width:961px){.fs-modal{padding-left:160px}.rtl .fs-modal{padding-left:0;padding-right:160px}}.fs-modal .dashicons{vertical-align:middle}.fs-modal .fs-modal-dialog{background:transparent;left:50%;margin-left:-298px;padding-bottom:30px;position:absolute;top:-100%;width:596px;z-index:100001}@media(max-width:650px){.fs-modal .fs-modal-dialog{box-sizing:border-box;margin-left:-50%;padding-left:10px;padding-right:10px;width:100%}.fs-modal .fs-modal-dialog .fs-modal-panel>h3>strong{font-size:1.3em}}.fs-modal.active,.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal.fs-success .fs-modal-header{border-bottom-color:#46b450}.fs-modal.fs-success .fs-modal-body{background-color:#f7fff7}.fs-modal.fs-warn .fs-modal-header{border-bottom-color:#ffb900}.fs-modal.fs-warn .fs-modal-body{background-color:#fff8e5}.fs-modal.fs-error .fs-modal-header{border-bottom-color:#dc3232}.fs-modal.fs-error .fs-modal-body{background-color:#ffeaea}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{background:#fefefe;border:0;padding:20px}.fs-modal .fs-modal-header{background:#fbfbfb;border-bottom:1px solid #eee;margin-bottom:-10px;padding:15px 20px;position:relative}.fs-modal .fs-modal-header h4{color:#cacaca;font-size:1.2em;font-weight:700;letter-spacing:.6px;margin:0;padding:0;text-shadow:1px 1px 1px #fff;text-transform:uppercase;-webkit-font-smoothing:antialiased}.fs-modal .fs-modal-header .fs-close{border-radius:20px;color:#bbb;cursor:pointer;padding:3px;position:absolute;right:10px;top:12px;transition:all .2s ease-in-out}.fs-modal .fs-modal-header .fs-close:hover{background:#aaa;color:#fff}.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-size:20px;font-weight:700;margin-top:0}.fs-modal .fs-modal-footer{border-top:1px solid #eee;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:last-of-type{margin:0}.fs-modal .fs-modal-panel>.notice.inline{display:none;margin:0}.fs-modal .fs-modal-panel:not(.active){display:none}.rtl .fs-modal .fs-modal-header .fs-close{left:20px;right:auto}.rtl .fs-modal .fs-modal-footer{text-align:left}body.has-fs-modal{overflow:hidden}.fs-modal.fs-modal-deactivation-feedback .internal-message,.fs-modal.fs-modal-deactivation-feedback .reason-input{margin:3px 0 3px 22px}.fs-modal.fs-modal-deactivation-feedback .internal-message input,.fs-modal.fs-modal-deactivation-feedback .internal-message textarea,.fs-modal.fs-modal-deactivation-feedback .reason-input input,.fs-modal.fs-modal-deactivation-feedback .reason-input textarea{width:100%}.fs-modal.fs-modal-deactivation-feedback li.reason.has-internal-message .internal-message{border:1px solid #ccc;display:none;padding:7px}@media(max-width:650px){.fs-modal.fs-modal-deactivation-feedback li.reason li.reason{margin-bottom:10px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .internal-message,.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .reason-input{margin-left:29px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label{display:table}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label>span{display:table-cell;font-size:1.3em}}.fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label,.fs-modal.fs-modal-deactivation-feedback .feedback-from-snooze-label{float:left;line-height:30px}.rtl .fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label,.rtl .fs-modal.fs-modal-deactivation-feedback .feedback-from-snooze-label{float:right}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel{margin-top:0!important}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel h3{line-height:1.5em;margin-top:0}#the-list .deactivate>.fs-slug{display:none}.fs-modal.fs-modal-subscription-cancellation .fs-price-increase-warning{color:red;font-weight:700;margin-bottom:0;padding:0 25px}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:left;position:relative;top:5px}.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-license-options-container table,.fs-license-options-container table .fs-available-license-key,.fs-license-options-container table select,.fs-modal.fs-modal-license-activation .fs-modal-body input.fs-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{float:left;margin-right:5px;position:relative;top:6px}.fs-license-options-container table .fs-other-license-key-container div{display:block;height:30px;overflow:hidden;position:relative;top:2px;width:auto}.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{border-collapse:collapse;width:100%}.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{padding-left:3px;padding-right:3px;width:1%}.fs-user-change-options-container table .fs-other-email-address-container>div>div{width:auto}.fs-modal.fs-modal-developer-license-debug-mode .fs-modal-body input.fs-license-or-user-key,.fs-user-change-options-container table .fs-other-email-address-container>div>div input{width:100%}.fs-multisite-options-container{border:1px solid #ccc;margin-top:20px;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:700}.fs-multisite-options-container.fs-apply-on-all-sites{border:0;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}}.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-left:0;margin-right:7px}a.show-license-resend-modal{display:inline-block;margin-top:4px}.fs-modal.fs-modal-email-address-update .fs-modal-body input[type=text]{width:100%}.fs-modal.fs-modal-email-address-update p{margin-bottom:0}.fs-modal.fs-modal-email-address-update ul{margin:1em .5em}.fs-modal.fs-modal-email-address-update ul li label span{float:left;margin-top:0}.fs-modal.fs-modal-email-address-update ul li label span:last-child{display:block;float:none;margin-left:20px}.fs-ajax-loader{height:20px;margin:auto;position:relative;width:170px}.fs-ajax-loader .fs-ajax-loader-bar{animation-direction:normal;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;animation-name:bounce_ajaxLoader;background-color:#0074a3;height:20px;position:absolute;top:0;transform:.3;width:20px}.fs-ajax-loader .fs-ajax-loader-bar-1{animation-delay:.6s;-o-animation-delay:.6s;-ms-animation-delay:.6s;-webkit-animation-delay:.6s;-moz-animation-delay:.6s;left:0}.fs-ajax-loader .fs-ajax-loader-bar-2{animation-delay:.75s;-o-animation-delay:.75s;-ms-animation-delay:.75s;-webkit-animation-delay:.75s;-moz-animation-delay:.75s;left:19px}.fs-ajax-loader .fs-ajax-loader-bar-3{animation-delay:.9s;-o-animation-delay:.9s;-ms-animation-delay:.9s;-webkit-animation-delay:.9s;-moz-animation-delay:.9s;left:38px}.fs-ajax-loader .fs-ajax-loader-bar-4{animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s;left:57px}.fs-ajax-loader .fs-ajax-loader-bar-5{animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;left:76px}.fs-ajax-loader .fs-ajax-loader-bar-6{animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s;left:95px}.fs-ajax-loader .fs-ajax-loader-bar-7{animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;left:114px}.fs-ajax-loader .fs-ajax-loader-bar-8{animation-delay:1.65s;-o-animation-delay:1.65s;-ms-animation-delay:1.65s;-webkit-animation-delay:1.65s;-moz-animation-delay:1.65s;left:133px}@keyframes bounce_ajaxLoader{0%{background-color:#0074a3;transform:scale(1)}to{background-color:#fff;transform:scale(.3)}}.fs-modal-auto-install #request-filesystem-credentials-form .request-filesystem-credentials-action-buttons,.fs-modal-auto-install #request-filesystem-credentials-form h2{display:none}.fs-modal-auto-install #request-filesystem-credentials-form input[type=email],.fs-modal-auto-install #request-filesystem-credentials-form input[type=password],.fs-modal-auto-install #request-filesystem-credentials-form input[type=text]{-webkit-appearance:none;max-width:100%;padding:10px 10px 5px;width:300px}.fs-modal-auto-install #request-filesystem-credentials-form fieldset,.fs-modal-auto-install #request-filesystem-credentials-form label,.fs-modal-auto-install #request-filesystem-credentials-form>div{display:block;margin:0 auto;max-width:100%;width:300px}.button-primary.warn{background:#f56a48;border-color:#ec6544 #d2593c #d2593c;box-shadow:0 1px 0 #d2593c;text-shadow:0 -1px 1px #d2593c,1px 0 1px #d2593c,0 1px 1px #d2593c,-1px 0 1px #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{background:#e76444!important;border-color:#d85e40!important;color:#f5b3a1!important;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important} -
wp-notification-bell/trunk/freemius/assets/css/admin/gdpr-optin-notice.css
r3030323 r3067195 1 .fs-notice[data-id^=gdpr_optin_actions] .underlined{text-decoration:underline}.fs-notice[data-id^=gdpr_optin_actions] ul . button,.fs-notice[data-id^=gdpr_optin_actions] ul .action-description{vertical-align:middle}.fs-notice[data-id^=gdpr_optin_actions] ul .action-description{display:inline-block;margin-left:3px}/*# sourceMappingURL=gdpr-optin-notice.css.map */1 .fs-notice[data-id^=gdpr_optin_actions] .underlined{text-decoration:underline}.fs-notice[data-id^=gdpr_optin_actions] ul .action-description,.fs-notice[data-id^=gdpr_optin_actions] ul .button{vertical-align:middle}.fs-notice[data-id^=gdpr_optin_actions] ul .action-description{display:inline-block;margin-left:3px} -
wp-notification-bell/trunk/freemius/assets/css/admin/optout.css
r3030323 r3067195 1 .fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .dashicons{float:none !important}.fs-tooltip-trigger .fs-tooltip{opacity:0;visibility:hidden;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;position:absolute;background:rgba(0,0,0,.8);color:#fff !important;font-family:"arial",serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:-17px;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);box-shadow:1px 1px 1px rgba(0,0,0,.2);line-height:1.3em;font-weight:bold;text-align:left;text-transform:none !important}.rtl .fs-tooltip-trigger .fs-tooltip{text-align:right;left:auto;right:-17px}.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,.8) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);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-permissions .fs-permission.fs-disabled{color:#aaa}.fs-permissions .fs-permission.fs-disabled .fs-permission-description span{color:#aaa}.fs-permissions .fs-permission .fs-switch-feedback{position:absolute;right:15px;top:52px}.fs-permissions ul{height:0;overflow:hidden;margin:0}.fs-permissions ul li{padding:17px 15px;margin:0;position:relative}.fs-permissions ul li>i.dashicons{float:left;font-size:30px;width:30px;height:30px;padding:5px}.fs-permissions ul li .fs-switch{float:right}.fs-permissions ul li .fs-permission-description{margin-left:55px}.fs-permissions ul li .fs-permission-description span{font-size:14px;font-weight:500;color:#23282d}.fs-permissions ul li .fs-permission-description .fs-tooltip{font-size:13px;font-weight:bold}.fs-permissions ul li .fs-permission-description .fs-tooltip-trigger .dashicons{margin:-1px 2px 0 2px}.fs-permissions ul li .fs-permission-description p{margin:2px 0 0 0}.fs-permissions.fs-open{background:#fff}.fs-permissions.fs-open ul{overflow:initial;height:auto;margin:20px 0 10px 0}.fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-right:10px}.fs-permissions .fs-switch-feedback.success{color:#71ae00}.rtl .fs-permissions .fs-switch-feedback{right:auto;left:15px}.rtl .fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-left:10px;margin-right:0}.rtl .fs-permissions ul li .fs-permission-description{margin-right:55px;margin-left:0}.rtl .fs-permissions ul li .fs-switch{float:left}.rtl .fs-permissions ul li i.dashicons{float:right}.fs-modal-opt-out .fs-modal-footer .fs-opt-out-button{line-height:30px;margin-right:10px}.fs-modal-opt-out .fs-permissions{margin-top:0 !important}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header .fs-group-opt-out-button{float:right;line-height:1.1em}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header .fs-switch-feedback{float:right;line-height:1.1em;margin-right:10px}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header .fs-switch-feedback .fs-ajax-spinner{margin:-2px 0 0}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header-title{font-size:1.1em;font-weight:600;text-transform:uppercase;display:block;line-height:1.1em;margin:.5em 0}.fs-modal-opt-out .fs-permissions .fs-permissions-section--desc{margin-top:0}.fs-modal-opt-out .fs-permissions hr{border:0;border-top:#eee solid 1px;margin:25px 0 20px 0}.fs-modal-opt-out .fs-permissions ul{border:1px solid #c3c4c7;border-radius:3px;margin:10px 0 0 0;box-shadow:0 1px 1px rgba(0,0,0,.04)}.fs-modal-opt-out .fs-permissions ul li{border-bottom:1px solid #d7dde1;border-left:4px solid #72aee6}.rtl .fs-modal-opt-out .fs-permissions ul li{border-left:none;border-right:4px solid #72aee6}.fs-modal-opt-out .fs-permissions ul li.fs-disabled{border-left-color:rgba(114,174,230,0)}.fs-modal-opt-out .fs-permissions ul li:last-child{border-bottom:none}/*# sourceMappingURL=optout.css.map */1 .fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .dashicons{float:none!important}.fs-tooltip-trigger .fs-tooltip{background:rgba(0,0,0,.8);border-radius:5px;bottom:100%;box-shadow:1px 1px 1px rgba(0,0,0,.2);color:#fff!important;font-family:arial,serif;font-size:12px;font-weight:700;left:-17px;line-height:1.3em;margin-bottom:5px;opacity:0;padding:10px;position:absolute;right:0;text-align:left;text-transform:none!important;transition:opacity .3s ease-in-out;visibility:hidden;z-index:999999}.rtl .fs-tooltip-trigger .fs-tooltip{left:auto;right:-17px;text-align:right}.fs-tooltip-trigger .fs-tooltip:after{border-color:rgba(0,0,0,.8) transparent transparent;border-style:solid;border-width:5px 5px 0;content:" ";display:block;height:0;left:21px;position:absolute;top:100%;width:0}.rtl .fs-tooltip-trigger .fs-tooltip:after{left:auto;right:21px}.fs-tooltip-trigger:hover .fs-tooltip{opacity:1;visibility:visible}.fs-permissions .fs-permission.fs-disabled,.fs-permissions .fs-permission.fs-disabled .fs-permission-description span{color:#aaa}.fs-permissions .fs-permission .fs-switch-feedback{position:absolute;right:15px;top:52px}.fs-permissions ul{height:0;margin:0;overflow:hidden}.fs-permissions ul li{margin:0;padding:17px 15px;position:relative}.fs-permissions ul li>i.dashicons{float:left;font-size:30px;height:30px;padding:5px;width:30px}.fs-permissions ul li .fs-switch{float:right}.fs-permissions ul li .fs-permission-description{margin-left:55px}.fs-permissions ul li .fs-permission-description span{color:#23282d;font-size:14px;font-weight:500}.fs-permissions ul li .fs-permission-description .fs-tooltip{font-size:13px;font-weight:700}.fs-permissions ul li .fs-permission-description .fs-tooltip-trigger .dashicons{margin:-1px 2px 0}.fs-permissions ul li .fs-permission-description p{margin:2px 0 0}.fs-permissions.fs-open{background:#fff}.fs-permissions.fs-open ul{height:auto;margin:20px 0 10px;overflow:initial}.fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-right:10px}.fs-permissions .fs-switch-feedback.success{color:#71ae00}.rtl .fs-permissions .fs-switch-feedback{left:15px;right:auto}.rtl .fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-left:10px;margin-right:0}.rtl .fs-permissions ul li .fs-permission-description{margin-left:0;margin-right:55px}.rtl .fs-permissions ul li .fs-switch{float:left}.rtl .fs-permissions ul li i.dashicons{float:right}.fs-modal-opt-out .fs-modal-footer .fs-opt-out-button{line-height:30px;margin-right:10px}.fs-modal-opt-out .fs-permissions{margin-top:0!important}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header .fs-group-opt-out-button{float:right;line-height:1.1em}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header .fs-switch-feedback{float:right;line-height:1.1em;margin-right:10px}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header .fs-switch-feedback .fs-ajax-spinner{margin:-2px 0 0}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header-title{display:block;font-size:1.1em;font-weight:600;line-height:1.1em;margin:.5em 0;text-transform:uppercase}.fs-modal-opt-out .fs-permissions .fs-permissions-section--desc{margin-top:0}.fs-modal-opt-out .fs-permissions hr{border:0;border-top:1px solid #eee;margin:25px 0 20px}.fs-modal-opt-out .fs-permissions ul{border:1px solid #c3c4c7;border-radius:3px;box-shadow:0 1px 1px rgba(0,0,0,.04);margin:10px 0 0}.fs-modal-opt-out .fs-permissions ul li{border-bottom:1px solid #d7dde1;border-left:4px solid #72aee6}.rtl .fs-modal-opt-out .fs-permissions ul li{border-left:none;border-right:4px solid #72aee6}.fs-modal-opt-out .fs-permissions ul li.fs-disabled{border-left-color:rgba(114,174,230,0)}.fs-modal-opt-out .fs-permissions ul li:last-child{border-bottom:none} -
wp-notification-bell/trunk/freemius/assets/css/admin/plugins.css
r3030323 r3067195 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}/*# sourceMappingURL=plugins.css.map */1 label.fs-tag,span.fs-tag{background:#ffba00;border-radius:3px;color:#fff;display:inline-block;font-size:11px;line-height:11px;padding:5px;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;line-height:10px;margin-left:5px} -
wp-notification-bell/trunk/freemius/assets/css/customizer.css
r3030323 r3067195 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 .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;transition:opacity .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,.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);box-shadow:1px 1px 1px rgba(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 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);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}/*# sourceMappingURL=customizer.css.map */1 #fs_customizer_upsell .fs-customizer-plan{background:#fff;border-radius:3px;padding:10px 20px 20px}#fs_customizer_upsell .fs-customizer-plan h2{line-height:2em;margin:0;position:relative;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;margin-left:-7px;margin-right:10px;vertical-align:bottom}.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{background:#000;border-radius:5px;bottom:100%;box-shadow:1px 1px 1px rgba(0,0,0,.2);color:#fff;font-family:arial,serif;font-size:12px;font-weight:700;left:0;line-height:1.3em;margin-bottom:5px;opacity:0;padding:10px;position:absolute;right:0;text-align:left;transition:opacity .3s ease-in-out;visibility:hidden;z-index:999999}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{text-align:right}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc:after{border-color:#000 transparent transparent;border-style:solid;border-width:5px 5px 0;content:" ";display:block;height:0;left:21px;position:absolute;top:100%;width:0}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc:after{left:auto;right:21px}#fs_customizer_upsell .dashicons-editor-help:hover .fs-feature-desc{opacity:1;visibility:visible}#fs_customizer_upsell .button-primary{display:block;margin-top:10px;text-align:center}#fs_customizer_support{display:block!important}#fs_customizer_support .button{float:right}#fs_customizer_support .button-group{display:block;margin-top:10px;width:100%}#fs_customizer_support .button-group .button{float:none;text-align:center;width:50%}#customize-theme-controls #accordion-section-freemius_upsell{border-bottom:1px solid #0085ba!important;border-top:1px solid #0085ba!important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title{background-color:#0085ba;border-bottom:none!important;border-left:4px solid #0085ba;color:#fff;outline:none;transition:background-color .15s ease-in-out,border-color .15s ease-in-out}#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} -
wp-notification-bell/trunk/freemius/assets/js/nojquery.ba-postmessage.js
r2685580 r3067195 26 26 * 6. The `$:nomunge` YUI option is no longer necessary. 27 27 */ 28 29 function NoJQueryPostMessageMixin(postBinding, receiveBinding) { 30 31 var setMessageCallback, unsetMessageCallback, currentMsgCallback, 32 intervalId, lastHash, cacheBust = 1; 33 34 if (window.postMessage) { 35 36 if (window.addEventListener) { 37 setMessageCallback = function(callback) { 38 window.addEventListener('message', callback, false); 39 } 40 41 unsetMessageCallback = function(callback) { 42 window.removeEventListener('message', callback, false); 43 } 44 } else { 45 setMessageCallback = function(callback) { 46 window.attachEvent('onmessage', callback); 47 } 48 49 unsetMessageCallback = function(callback) { 50 window.detachEvent('onmessage', callback); 51 } 52 } 53 54 this[postBinding] = function(message, targetUrl, target) { 55 if (!targetUrl) { 56 return; 57 } 58 59 // The browser supports window.postMessage, so call it with a targetOrigin 60 // set appropriately, based on the targetUrl parameter. 61 target.postMessage( message, targetUrl.replace( /([^:]+:\/\/[^\/]+).*/, '$1' ) ); 62 } 63 64 // Since the browser supports window.postMessage, the callback will be 65 // bound to the actual event associated with window.postMessage. 66 this[receiveBinding] = function(callback, sourceOrigin, delay) { 67 // Unbind an existing callback if it exists. 68 if (currentMsgCallback) { 69 unsetMessageCallback(currentMsgCallback); 70 currentMsgCallback = null; 71 } 72 73 if (!callback) { 74 return false; 75 } 76 77 // Bind the callback. A reference to the callback is stored for ease of 78 // unbinding. 79 currentMsgCallback = setMessageCallback(function(e) { 80 switch(Object.prototype.toString.call(sourceOrigin)) { 81 case '[object String]': 82 if (sourceOrigin !== e.origin) { 83 return false; 84 } 85 break; 86 case '[object Function]': 87 if (sourceOrigin(e.origin)) { 88 return false; 89 } 90 break; 91 } 92 93 callback(e); 94 }); 95 }; 96 97 } else { 98 99 this[postBinding] = function(message, targetUrl, target) { 100 if (!targetUrl) { 101 return; 102 } 103 104 // The browser does not support window.postMessage, so set the location 105 // of the target to targetUrl#message. A bit ugly, but it works! A cache 106 // bust parameter is added to ensure that repeat messages trigger the 107 // callback. 108 target.location = targetUrl.replace( /#.*$/, '' ) + '#' + (+new Date) + (cacheBust++) + '&' + message; 109 } 110 111 // Since the browser sucks, a polling loop will be started, and the 112 // callback will be called whenever the location.hash changes. 113 this[receiveBinding] = function(callback, sourceOrigin, delay) { 114 if (intervalId) { 115 clearInterval(intervalId); 116 intervalId = null; 117 } 118 119 if (callback) { 120 delay = typeof sourceOrigin === 'number' 121 ? sourceOrigin 122 : typeof delay === 'number' 123 ? delay 124 : 100; 125 126 intervalId = setInterval(function(){ 127 var hash = document.location.hash, 128 re = /^#?\d+&/; 129 if ( hash !== lastHash && re.test( hash ) ) { 130 lastHash = hash; 131 callback({ data: hash.replace( re, '' ) }); 132 } 133 }, delay ); 134 } 135 }; 136 137 } 138 139 return this; 140 } 28 function NoJQueryPostMessageMixin(n,e){var t,i,o,s,a,r=1;return window.postMessage?(window.addEventListener?(t=function(n){window.addEventListener("message",n,!1)},i=function(n){window.removeEventListener("message",n,!1)}):(t=function(n){window.attachEvent("onmessage",n)},i=function(n){window.detachEvent("onmessage",n)}),this[n]=function(n,e,t){e&&t.postMessage(n,e.replace(/([^:]+:\/\/[^\/]+).*/,"$1"))},this[e]=function(n,e,s){if(o&&(i(o),o=null),!n)return!1;o=t((function(t){switch(Object.prototype.toString.call(e)){case"[object String]":if(e!==t.origin)return!1;break;case"[object Function]":if(e(t.origin))return!1}n(t)}))}):(this[n]=function(n,e,t){e&&(t.location=e.replace(/#.*$/,"")+"#"+ +new Date+r+++"&"+n)},this[e]=function(n,e,t){s&&(clearInterval(s),s=null),n&&(t="number"==typeof e?e:"number"==typeof t?t:100,s=setInterval((function(){var e=document.location.hash,t=/^#?\d+&/;e!==a&&t.test(e)&&(a=e,n({data:e.replace(t,"")}))}),t))}),this} -
wp-notification-bell/trunk/freemius/assets/js/postmessage.js
r2685580 r3067195 1 (function ($, undef) { 2 var global = this; 3 4 // Namespace. 5 global.FS = global.FS || {}; 6 7 global.FS.PostMessage = function () 8 { 9 var 10 _is_child = false, 11 _postman = new NoJQueryPostMessageMixin('postMessage', 'receiveMessage'), 12 _callbacks = {}, 13 _base_url, 14 _parent_url = decodeURIComponent(document.location.hash.replace(/^#/, '')), 15 _parent_subdomain = _parent_url.substring(0, _parent_url.indexOf('/', ('https://' === _parent_url.substring(0, ('https://').length)) ? 8 : 7)), 16 _init = function () { 17 _postman.receiveMessage(function (e) { 18 var data = JSON.parse(e.data); 19 20 if (_callbacks[data.type]) { 21 for (var i = 0; i < _callbacks[data.type].length; i++) { 22 // Execute type callbacks. 23 _callbacks[data.type][i](data.data); 24 } 25 } 26 }, _base_url); 27 }, 28 _hasParent = ('' !== _parent_url), 29 $window = $(window), 30 $html = $('html'); 31 32 return { 33 init : function (url, iframes) 34 { 35 _base_url = url; 36 _init(); 37 38 // Automatically receive forward messages. 39 FS.PostMessage.receiveOnce('forward', function (data){ 40 window.location = data.url; 41 }); 42 43 iframes = iframes || []; 44 45 if (iframes.length > 0) { 46 $window.on('scroll', function () { 47 for (var i = 0; i < iframes.length; i++) { 48 FS.PostMessage.postScroll(iframes[i]); 49 } 50 }); 51 } 52 }, 53 init_child : function () 54 { 55 this.init(_parent_subdomain); 56 57 _is_child = true; 58 59 // Post height of a child right after window is loaded. 60 $(window).bind('load', function () { 61 FS.PostMessage.postHeight(); 62 63 // Post message that window was loaded. 64 FS.PostMessage.post('loaded'); 65 }); 66 }, 67 hasParent : function () 68 { 69 return _hasParent; 70 }, 71 postHeight : function (diff, wrapper) { 72 diff = diff || 0; 73 wrapper = wrapper || '#wrap_section'; 74 this.post('height', { 75 height: diff + $(wrapper).outerHeight(true) 76 }); 77 }, 78 postScroll : function (iframe) { 79 this.post('scroll', { 80 top: $window.scrollTop(), 81 height: ($window.height() - parseFloat($html.css('paddingTop')) - parseFloat($html.css('marginTop'))) 82 }, iframe); 83 }, 84 post : function (type, data, iframe) 85 { 86 console.debug('PostMessage.post', type); 87 88 if (iframe) 89 { 90 // Post to iframe. 91 _postman.postMessage(JSON.stringify({ 92 type: type, 93 data: data 94 }), iframe.src, iframe.contentWindow); 95 } 96 else { 97 // Post to parent. 98 _postman.postMessage(JSON.stringify({ 99 type: type, 100 data: data 101 }), _parent_url, window.parent); 102 } 103 }, 104 receive: function (type, callback) 105 { 106 console.debug('PostMessage.receive', type); 107 108 if (undef === _callbacks[type]) 109 _callbacks[type] = []; 110 111 _callbacks[type].push(callback); 112 }, 113 receiveOnce: function (type, callback) 114 { 115 if (this.is_set(type)) 116 return; 117 118 this.receive(type, callback); 119 }, 120 // Check if any callbacks assigned to a specified message type. 121 is_set: function (type) 122 { 123 return (undef != _callbacks[type]); 124 }, 125 parent_url: function () 126 { 127 return _parent_url; 128 }, 129 parent_subdomain: function () 130 { 131 return _parent_subdomain; 132 } 133 }; 134 }(); 135 })(jQuery); 1 !function(e,t){var s,n,o,i,r,a,c,p,u=this;u.FS=u.FS||{},u.FS.PostMessage=(n=new NoJQueryPostMessageMixin("postMessage","receiveMessage"),o={},i=decodeURIComponent(document.location.hash.replace(/^#/,"")),r=i.substring(0,i.indexOf("/","https://"===i.substring(0,8)?8:7)),a=""!==i,c=e(window),p=e("html"),{init:function(e,t){s=e,n.receiveMessage((function(e){var t=JSON.parse(e.data);if(o[t.type])for(var s=0;s<o[t.type].length;s++)o[t.type][s](t.data)}),s),FS.PostMessage.receiveOnce("forward",(function(e){window.location=e.url})),(t=t||[]).length>0&&c.on("scroll",(function(){for(var e=0;e<t.length;e++)FS.PostMessage.postScroll(t[e])}))},init_child:function(){this.init(r),e(window).bind("load",(function(){FS.PostMessage.postHeight(),FS.PostMessage.post("loaded")}))},hasParent:function(){return a},postHeight:function(t,s){t=t||0,s=s||"#wrap_section",this.post("height",{height:t+e(s).outerHeight(!0)})},postScroll:function(e){this.post("scroll",{top:c.scrollTop(),height:c.height()-parseFloat(p.css("paddingTop"))-parseFloat(p.css("marginTop"))},e)},post:function(e,t,s){console.debug("PostMessage.post",e),s?n.postMessage(JSON.stringify({type:e,data:t}),s.src,s.contentWindow):n.postMessage(JSON.stringify({type:e,data:t}),i,window.parent)},receive:function(e,s){console.debug("PostMessage.receive",e),t===o[e]&&(o[e]=[]),o[e].push(s)},receiveOnce:function(e,t){this.is_set(e)||this.receive(e,t)},is_set:function(e){return t!=o[e]},parent_url:function(){return i},parent_subdomain:function(){return r}})}(jQuery); -
wp-notification-bell/trunk/freemius/includes/class-freemius.php
r3030323 r3067195 7335 7335 wp_enqueue_script( 'json2' ); 7336 7336 7337 fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage. min.js' );7337 fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.js' ); 7338 7338 fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' ); 7339 7339 } … … 13737 13737 13738 13738 if ( empty( $license_key ) ) { 13739 $license_id = trim( fs_request_get_raw( 'license_id' ) ); 13740 13741 if ( FS_Plugin_License::is_valid_id( $license_id ) ) { 13742 $license = $this->_get_license_by_id( $license_id, false ); 13743 13744 if ( is_object( $license ) ) { 13745 $license_key = $license->secret_key; 13746 } 13747 } 13748 } 13749 13750 if ( empty( $license_key ) ) { 13739 13751 exit; 13740 13752 } … … 14140 14152 } 14141 14153 14154 $is_connected = null; 14155 14142 14156 if ( true !== $result && ! FS_Api::is_api_result_entity( $result ) ) { 14143 14157 if ( FS_Api::is_blocked( $result ) ) { 14144 14158 $result->error->message = $this->generate_api_blocked_notice_message_from_result( $result ); 14159 14160 $is_connected = false; 14145 14161 } 14146 14162 … … 14149 14165 var_export( $result, true ); 14150 14166 } else { 14167 $is_connected = true; 14168 14151 14169 $fs->network_upgrade_mode_completed(); 14152 14170 … … 14165 14183 $fs->get_after_activation_url( 'after_connect_url' ); 14166 14184 } 14185 14186 $fs->update_connectivity_info( $is_connected ); 14167 14187 } else { 14168 14188 $next_page = $fs->opt_in( … … 24091 24111 if ( $this->is_registered() ) { 24092 24112 // If opted-in, override trial with up to date data from API. 24093 $trial_plans = FS_Plan_Manager::instance()->get_ trial_plans( $this->_plans );24113 $trial_plans = FS_Plan_Manager::instance()->get_visible_trial_plans( $this->_plans ); 24094 24114 $trial_plans_count = count( $trial_plans ); 24095 24115 -
wp-notification-bell/trunk/freemius/includes/class-fs-garbage-collector.php
r3030323 r3067195 60 60 $has_updated_option = false; 61 61 62 $products_to_clean = $this->get_products_to_clean(); 62 $filtered_products = $this->get_filtered_products(); 63 $products_to_clean = $filtered_products['products_to_clean']; 64 $active_products_by_id_map = $filtered_products['active_products_by_id_map']; 63 65 64 66 foreach( $products_to_clean as $product ) { … … 86 88 unset( $option[ "{$slug}:{$this->_type}" ] ); 87 89 $updated = true; 88 } else if ( isset( $product->id ) && array_key_exists( $product->id, $option ) ) { /* all_licenses */ 89 unset( $option[ $product->id ] ); 90 $updated = true; 91 } else if ( isset( $product->file ) && array_key_exists( $product->file, $option ) ) { /* file_slug_map */ 90 } else if ( isset( $product->id ) && array_key_exists( $product->id, $option ) ) { /* all_licenses, add-ons, and id_slug_type_path_map */ 91 $is_inactive_by_id = ! isset( $active_products_by_id_map[ $product->id ] ); 92 $is_inactive_by_slug = ( 93 'id_slug_type_path_map' === $option_name && 94 ( 95 ! isset( $option[ $product->id ]['slug'] ) || 96 $slug === $option[ $product->id ]['slug'] 97 ) 98 ); 99 100 if ( $is_inactive_by_id || $is_inactive_by_slug ) { 101 unset( $option[ $product->id ] ); 102 $updated = true; 103 } 104 } else if ( /* file_slug_map */ 105 isset( $product->file ) && 106 array_key_exists( $product->file, $option ) && 107 $slug === $option[ $product->file ] 108 ) { 92 109 unset( $option[ $product->file ] ); 93 110 $updated = true; … … 146 163 $products[ $slug ] = (object) $product_data; 147 164 } 165 166 // This is needed to handle a scenario in which there are duplicate sets of data for the same product, but one of them needs to be removed. 167 $products[ $slug ] = clone $products[ $slug ]; 168 169 // The reason for having the line above. This also handles a scenario in which the slug is either empty or not empty but incorrect. 170 $products[ $slug ]->slug = $slug; 148 171 } 149 172 … … 153 176 } 154 177 155 private function get_products_to_clean() { 156 $products_to_clean = array(); 178 private function get_filtered_products() { 179 $products_to_clean = array(); 180 $active_products_by_id_map = array(); 157 181 158 182 $products = $this->get_products(); … … 164 188 165 189 if ( $this->is_product_active( $slug ) ) { 190 $active_products_by_id_map[ $product_data->id ] = true; 166 191 continue; 167 192 } … … 179 204 } 180 205 181 return $products_to_clean; 206 return array( 207 'products_to_clean' => $products_to_clean, 208 'active_products_by_id_map' => $active_products_by_id_map, 209 ); 182 210 } 183 211 -
wp-notification-bell/trunk/freemius/includes/entities/class-fs-plugin-license.php
r2685580 r3067195 290 290 */ 291 291 function is_first_payment_pending() { 292 if ( $this->is_lifetime() ) { 293 return false; 294 } 295 292 296 return ( WP_FS__TIME_24_HOURS_IN_SEC >= strtotime( $this->expiration ) - strtotime( $this->created ) ); 293 297 } -
wp-notification-bell/trunk/freemius/includes/entities/class-fs-plugin-plan.php
r2685580 r3067195 89 89 */ 90 90 public $is_featured; 91 /** 92 * @var bool Is hidden plan. 93 */ 94 public $is_hidden; 91 95 92 96 #endregion Properties -
wp-notification-bell/trunk/freemius/includes/entities/class-fs-site.php
r2934827 r3067195 14 14 * @property int $blog_id 15 15 */ 16 #[AllowDynamicProperties] 16 17 class FS_Site extends FS_Scope_Entity { 17 18 /** -
wp-notification-bell/trunk/freemius/includes/fs-core-functions.php
r3030323 r3067195 119 119 120 120 if ( ! function_exists( 'fs_enqueue_local_script' ) ) { 121 function fs_enqueue_local_script( $handle, $path, $deps = array(), $ver = false, $in_footer = 'all') {121 function fs_enqueue_local_script( $handle, $path, $deps = array(), $ver = false, $in_footer = true ) { 122 122 wp_enqueue_script( $handle, fs_asset_url( WP_FS__DIR_JS . '/' . trim( $path, '/' ) ), $deps, $ver, $in_footer ); 123 123 } -
wp-notification-bell/trunk/freemius/includes/managers/class-fs-plan-manager.php
r2685580 r3067195 109 109 /** 110 110 * Find all plans that have trial. 111 * Since 2.6.2 call get_filtered_plan 111 112 * 112 113 * @author Vova Feldman (@svovaf) … … 118 119 */ 119 120 function get_trial_plans( $plans ) { 120 $trial_plans = array(); 121 return $this->get_filtered_plans( $plans, true ); 122 } 121 123 122 if ( is_array( $plans ) && 0 < count( $plans ) ) { 123 /** 124 * @var FS_Plugin_Plan[] $plans 125 */ 126 for ( $i = 0, $len = count( $plans ); $i < $len; $i ++ ) { 127 if ( $plans[ $i ]->has_trial() ) { 128 $trial_plans[] = $plans[ $i ]; 124 /** 125 * Find all plans that are not hidden and have trial. 126 * 127 * @author Daniele Alessandra (@danielealessandra) 128 * 129 * @param FS_Plugin_Plan[] $plans 130 * 131 * @return FS_Plugin_Plan[] 132 * @since 2.6.3 133 * 134 */ 135 function get_visible_trial_plans( $plans ) { 136 return $this->get_filtered_plans( $plans, true, true ); 137 } 138 139 /** 140 * Find all plans filtered by trial or visibility. 141 * 142 * @author Daniele Alessandra (@danielealessandra) 143 * 144 * @param FS_Plugin_Plan[] $plans 145 * @param boolean $should_have_trials 146 * @param boolean $should_be_visible 147 * 148 * @return FS_Plugin_Plan[] 149 * @since 2.6.3 150 * 151 */ 152 function get_filtered_plans( $plans, $should_have_trials = false, $should_be_visible = false ) { 153 $filtered_plans = array(); 154 155 if ( is_array( $plans ) && count( $plans ) > 0 ) { 156 foreach ( $plans as $plan ) { 157 if ( ( $should_have_trials && ! $plan->has_trial() ) || ( $should_be_visible && $plan->is_hidden ) ) { 158 continue; 129 159 } 160 $filtered_plans[] = $plan; 130 161 } 131 162 } 132 163 133 return $ trial_plans;164 return $filtered_plans; 134 165 } 135 166 -
wp-notification-bell/trunk/freemius/languages/freemius.pot
r2934827 r3067195 1 # Copyright (C) 202 3freemius1 # Copyright (C) 2024 freemius 2 2 # This file is distributed under the same license as the freemius package. 3 3 msgid "" … … 9 9 "Language-Team: Freemius Team <admin@freemius.com>\n" 10 10 "Last-Translator: Vova Feldman <vova@freemius.com>\n" 11 "POT-Creation-Date: 2024-03-31 12:04+0000\n" 11 12 "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n" 12 13 "X-Poedit-Basepath: ..\n" 13 "X-Poedit-KeywordsList: get_text_inline; fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"14 "X-Poedit-KeywordsList: get_text_inline;get_text_x_inline:1,2c;$this->get_text_inline;$this->get_text_x_inline:1,2c;$this->_fs->get_text_inline;$this->_fs->get_text_x_inline:1,2c;$this->fs->get_text_inline;$this->fs->get_text_x_inline:1,2c;$fs->get_text_inline;$fs->get_text_x_inline:1,2c;$this->_parent->get_text_inline;$this->_parent->get_text_x_inline:1,2c;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;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n" 14 15 "X-Poedit-SearchPath-0: .\n" 15 16 "X-Poedit-SearchPathExcluded-0: *.js\n" … … 17 18 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 18 19 19 #: includes/class-freemius.php:17 48, templates/account.php:94720 #: includes/class-freemius.php:1781, templates/account.php:943 20 21 msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned." 21 22 msgstr "" 22 23 23 #: includes/class-freemius.php:17 5524 #: includes/class-freemius.php:1788 24 25 msgid "Would you like to proceed with the update?" 25 26 msgstr "" 26 27 27 #: includes/class-freemius.php: 198028 #: includes/class-freemius.php:2013 28 29 msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error." 29 30 msgstr "" 30 31 31 #: includes/class-freemius.php: 1982, includes/fs-plugin-info-dialog.php:151732 #: includes/class-freemius.php:2015, includes/fs-plugin-info-dialog.php:1513 32 33 msgid "Error" 33 34 msgstr "" 34 35 35 #: includes/class-freemius.php:24 2836 #: includes/class-freemius.php:2461 36 37 msgid "I found a better %s" 37 38 msgstr "" 38 39 39 #: includes/class-freemius.php:24 3040 #: includes/class-freemius.php:2463 40 41 msgid "What's the %s's name?" 41 42 msgstr "" 42 43 43 #: includes/class-freemius.php:24 3644 #: includes/class-freemius.php:2469 44 45 msgid "It's a temporary %s - I'm troubleshooting an issue" 45 46 msgstr "" 46 47 47 #: includes/class-freemius.php:24 3848 #: includes/class-freemius.php:2471 48 49 msgid "Deactivation" 49 50 msgstr "" 50 51 51 #: includes/class-freemius.php:24 3952 #: includes/class-freemius.php:2472 52 53 msgid "Theme Switch" 53 54 msgstr "" 54 55 55 #: includes/class-freemius.php:24 48, templates/forms/resend-key.php:24, templates/forms/user-change.php:2956 #: includes/class-freemius.php:2481, templates/forms/resend-key.php:24, templates/forms/user-change.php:29 56 57 msgid "Other" 57 58 msgstr "" 58 59 59 #: includes/class-freemius.php:24 5660 #: includes/class-freemius.php:2489 60 61 msgid "I no longer need the %s" 61 62 msgstr "" 62 63 63 #: includes/class-freemius.php:24 6364 #: includes/class-freemius.php:2496 64 65 msgid "I only needed the %s for a short period" 65 66 msgstr "" 66 67 67 #: includes/class-freemius.php:2 46968 #: includes/class-freemius.php:2502 68 69 msgid "The %s broke my site" 69 70 msgstr "" 70 71 71 #: includes/class-freemius.php:2 47672 #: includes/class-freemius.php:2509 72 73 msgid "The %s suddenly stopped working" 73 74 msgstr "" 74 75 75 #: includes/class-freemius.php:2 48676 #: includes/class-freemius.php:2519 76 77 msgid "I can't pay for it anymore" 77 78 msgstr "" 78 79 79 #: includes/class-freemius.php:2 48880 #: includes/class-freemius.php:2521 80 81 msgid "What price would you feel comfortable paying?" 81 82 msgstr "" 82 83 83 #: includes/class-freemius.php:2 49484 #: includes/class-freemius.php:2527 84 85 msgid "I don't like to share my information with you" 85 86 msgstr "" 86 87 87 #: includes/class-freemius.php:25 1588 #: includes/class-freemius.php:2548 88 89 msgid "The %s didn't work" 89 90 msgstr "" 90 91 91 #: includes/class-freemius.php:25 2592 #: includes/class-freemius.php:2558 92 93 msgid "I couldn't understand how to make it work" 93 94 msgstr "" 94 95 95 #: includes/class-freemius.php:25 3396 #: includes/class-freemius.php:2566 96 97 msgid "The %s is great, but I need specific feature that you don't support" 97 98 msgstr "" 98 99 99 #: includes/class-freemius.php:25 35100 #: includes/class-freemius.php:2568 100 101 msgid "What feature?" 101 102 msgstr "" 102 103 103 #: includes/class-freemius.php:25 39104 #: includes/class-freemius.php:2572 104 105 msgid "The %s is not working" 105 106 msgstr "" 106 107 107 #: includes/class-freemius.php:25 41108 #: includes/class-freemius.php:2574 108 109 msgid "Kindly share what didn't work so we can fix it for future users..." 109 110 msgstr "" 110 111 111 #: includes/class-freemius.php:25 45112 #: includes/class-freemius.php:2578 112 113 msgid "It's not what I was looking for" 113 114 msgstr "" 114 115 115 #: includes/class-freemius.php:25 47116 #: includes/class-freemius.php:2580 116 117 msgid "What you've been looking for?" 117 118 msgstr "" 118 119 119 #: includes/class-freemius.php:25 51120 #: includes/class-freemius.php:2584 120 121 msgid "The %s didn't work as expected" 121 122 msgstr "" 122 123 123 #: includes/class-freemius.php:25 53124 #: includes/class-freemius.php:2586 124 125 msgid "What did you expect?" 125 126 msgstr "" 126 127 127 #: includes/class-freemius.php:36 41, templates/debug.php:24128 #: includes/class-freemius.php:3685, templates/debug.php:24 128 129 msgid "Freemius Debug" 129 130 msgstr "" 130 131 131 #: includes/class-freemius.php:4755 132 #. translators: %s: License type (e.g. you have a professional license) 133 #: includes/class-freemius.php:4828 132 134 msgid "You have purchased a %s license." 133 135 msgstr "" 134 136 135 #: includes/class-freemius.php:4 759137 #: includes/class-freemius.php:4832 136 138 msgid " The %s's %sdownload link%s, license key, and installation instructions have been sent to %s. If you can't find the email after 5 min, please check your spam box." 137 139 msgstr "" 138 140 139 #: includes/class-freemius.php:4 769, includes/class-freemius.php:21125, includes/class-freemius.php:24783141 #: includes/class-freemius.php:4842, includes/class-freemius.php:21174, includes/class-freemius.php:24843 140 142 msgctxt "interjection expressing joy or exuberance" 141 143 msgid "Yee-haw" 142 144 msgstr "" 143 145 144 #: includes/class-freemius.php:4 783146 #: includes/class-freemius.php:4856 145 147 msgctxt "addonX cannot run without pluginY" 146 148 msgid "%s cannot run without %s." 147 149 msgstr "" 148 150 149 #: includes/class-freemius.php:4 784151 #: includes/class-freemius.php:4857 150 152 msgctxt "addonX cannot run..." 151 153 msgid "%s cannot run without the plugin." 152 154 msgstr "" 153 155 154 #: includes/class-freemius.php:4 786, includes/class-freemius.php:5978, includes/class-freemius.php:13730, includes/class-freemius.php:14469, includes/class-freemius.php:18281, includes/class-freemius.php:18394, includes/class-freemius.php:18571, includes/class-freemius.php:20856, includes/class-freemius.php:21955, includes/class-freemius.php:22971, includes/class-freemius.php:23101, includes/class-freemius.php:23231, templates/add-ons.php:57156 #: includes/class-freemius.php:4859, includes/class-freemius.php:6051, includes/class-freemius.php:13828, includes/class-freemius.php:14575, includes/class-freemius.php:18330, includes/class-freemius.php:18443, includes/class-freemius.php:18620, includes/class-freemius.php:20905, includes/class-freemius.php:22004, includes/class-freemius.php:23020, includes/class-freemius.php:23150, includes/class-freemius.php:23293, templates/add-ons.php:57 155 157 msgctxt "exclamation" 156 158 msgid "Oops" 157 159 msgstr "" 158 160 159 #: includes/class-freemius.php:5 065161 #: includes/class-freemius.php:5138 160 162 msgid "There was an unexpected API error while processing your request. Please try again in a few minutes and if it still doesn't work, contact the %s's author with the following:" 161 163 msgstr "" 162 164 163 #: includes/class-freemius.php:5645 165 #. translators: %s: License type (e.g. you have a professional license) 166 #: includes/class-freemius.php:5743 167 msgid "You have a %s license." 168 msgstr "" 169 170 #: includes/class-freemius.php:5716 164 171 msgid "Premium %s version was successfully activated." 165 172 msgstr "" 166 173 167 #: includes/class-freemius.php:5 657, includes/class-freemius.php:7692174 #: includes/class-freemius.php:5728, includes/class-freemius.php:7765 168 175 msgctxt "Used to express elation, enthusiasm, or triumph (especially in electronic communication)." 169 176 msgid "W00t" 170 177 msgstr "" 171 178 172 #: includes/class-freemius.php:5672 173 msgid "You have a %s license." 174 msgstr "" 175 176 #: includes/class-freemius.php:5961 179 #: includes/class-freemius.php:6034 177 180 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." 178 181 msgstr "" 179 182 180 #: includes/class-freemius.php: 5965183 #: includes/class-freemius.php:6038 181 184 msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin." 182 185 msgstr "" 183 186 184 #: includes/class-freemius.php: 5974, templates/add-ons.php:186, templates/account/partials/addon.php:386187 #: includes/class-freemius.php:6047, templates/add-ons.php:186, templates/account/partials/addon.php:386 185 188 msgid "More information about %s" 186 189 msgstr "" 187 190 188 #: includes/class-freemius.php: 5975191 #: includes/class-freemius.php:6048 189 192 msgid "Purchase License" 190 193 msgstr "" 191 194 192 #. translators: %3$s: action (e.g.: "start the trial" or "complete the opt-in")193 #: includes/class-freemius.php:6971194 msgid "You should receive a confirmation email for %1$s to your mailbox at %2$s. Please make sure you click the button in that email to %3$s."195 msgstr ""196 197 #: includes/class-freemius.php:6974198 msgid "start the trial"199 msgstr ""200 201 #: includes/class-freemius.php:6975, templates/connect.php:218202 msgid "complete the opt-in"203 msgstr ""204 205 #: includes/class-freemius.php:6977206 msgid "Thanks!"207 msgstr ""208 209 195 #. translators: %3$s: What the user is expected to receive via email (e.g.: "the installation instructions" or "a license key") 210 #: includes/class-freemius.php: 6980196 #: includes/class-freemius.php:7053 211 197 msgid "You should receive %3$s for %1$s to your mailbox at %2$s in the next 5 minutes." 212 198 msgstr "" 213 199 214 #: includes/class-freemius.php:6983 200 #: includes/class-freemius.php:7062 201 msgctxt "Part of the message telling the user what they should receive via email." 202 msgid "a license key" 203 msgstr "" 204 205 #. translators: %s: activation link (e.g.: <a>Click here</a>) 206 #: includes/class-freemius.php:7070 207 msgid "%s to activate the license once you get it." 208 msgstr "" 209 210 #: includes/class-freemius.php:7078 211 msgctxt "Part of an activation link message." 212 msgid "Click here" 213 msgstr "" 214 215 #: includes/class-freemius.php:7056 215 216 msgctxt "Part of the message telling the user what they should receive via email." 216 217 msgid "the installation instructions" 217 218 msgstr "" 218 219 219 #: includes/class-freemius.php:6989 220 msgctxt "Part of the message telling the user what they should receive via email." 221 msgid "a license key" 222 msgstr "" 223 224 #: includes/class-freemius.php:6997 225 msgid "%s to activate the license once you get it." 226 msgstr "" 227 228 #: includes/class-freemius.php:7005 229 msgctxt "Part of an activation link message." 230 msgid "Click here" 231 msgstr "" 232 233 #: includes/class-freemius.php:7012 220 #: includes/class-freemius.php:7085 234 221 msgctxt "Part of the message that tells the user to check their spam folder for a specific email." 235 222 msgid "the product's support email address" 236 223 msgstr "" 237 224 238 #: includes/class-freemius.php:70 18225 #: includes/class-freemius.php:7091 239 226 msgid "If you didn't get the email, try checking your spam folder or search for emails from %4$s." 240 227 msgstr "" 241 228 242 #: includes/class-freemius.php:70 20229 #: includes/class-freemius.php:7093 243 230 msgid "Thanks for upgrading." 244 231 msgstr "" 245 232 246 #: includes/class-freemius.php:7156 233 #: includes/class-freemius.php:7044 234 msgid "You should receive a confirmation email for %1$s to your mailbox at %2$s. Please make sure you click the button in that email to %3$s." 235 msgstr "" 236 237 #: includes/class-freemius.php:7047 238 msgid "start the trial" 239 msgstr "" 240 241 #: includes/class-freemius.php:7048, templates/connect.php:209 242 msgid "complete the opt-in" 243 msgstr "" 244 245 #: includes/class-freemius.php:7050 246 msgid "Thanks!" 247 msgstr "" 248 249 #: includes/class-freemius.php:7229 247 250 msgid "You are just one step away - %s" 248 251 msgstr "" 249 252 250 #: includes/class-freemius.php:7 159253 #: includes/class-freemius.php:7232 251 254 msgctxt "%s - plugin name. As complete \"PluginX\" activation now" 252 255 msgid "Complete \"%s\" Activation Now" 253 256 msgstr "" 254 257 255 #: includes/class-freemius.php:7 241258 #: includes/class-freemius.php:7314 256 259 msgid "We made a few tweaks to the %s, %s" 257 260 msgstr "" 258 261 259 #: includes/class-freemius.php:7 245262 #: includes/class-freemius.php:7318 260 263 msgid "Opt in to make \"%s\" better!" 261 264 msgstr "" 262 265 263 #: includes/class-freemius.php:7 691266 #: includes/class-freemius.php:7764 264 267 msgid "The upgrade of %s was successfully completed." 265 268 msgstr "" 266 269 267 #: includes/class-freemius.php:10 441, includes/class-fs-plugin-updater.php:1100, includes/class-fs-plugin-updater.php:1315, includes/class-fs-plugin-updater.php:1322, templates/auto-installation.php:32270 #: includes/class-freemius.php:10527, includes/class-fs-plugin-updater.php:1095, includes/class-fs-plugin-updater.php:1317, includes/class-fs-plugin-updater.php:1310, templates/auto-installation.php:32 268 271 msgid "Add-On" 269 272 msgstr "" 270 273 271 #: includes/class-freemius.php:10 443, templates/account.php:411, templates/account.php:419, templates/debug.php:399, templates/debug.php:619274 #: includes/class-freemius.php:10529, templates/account.php:407, templates/account.php:415, templates/debug.php:399, templates/debug.php:619 272 275 msgid "Plugin" 273 276 msgstr "" 274 277 275 #: includes/class-freemius.php:10 444, templates/account.php:412, templates/account.php:420, templates/debug.php:399, templates/debug.php:619, templates/forms/deactivation/form.php:107278 #: includes/class-freemius.php:10530, templates/account.php:408, templates/account.php:416, templates/debug.php:399, templates/debug.php:619, templates/forms/deactivation/form.php:107 276 279 msgid "Theme" 277 280 msgstr "" 278 281 279 #: includes/class-freemius.php:13 549282 #: includes/class-freemius.php:13635 280 283 msgid "An unknown error has occurred while trying to toggle the license's white-label mode." 281 284 msgstr "" 282 285 283 #: includes/class-freemius.php:13 563286 #: includes/class-freemius.php:13649 284 287 msgid "Your %s license was flagged as white-labeled to hide sensitive information from the WP Admin (e.g. your email, license key, prices, billing address & invoices). If you ever wish to revert it back, you can easily do it through your %s. If this was a mistake you can also %s." 285 288 msgstr "" 286 289 287 #: includes/class-freemius.php:13 568, templates/account/partials/disconnect-button.php:84290 #: includes/class-freemius.php:13654, templates/account/partials/disconnect-button.php:84 288 291 msgid "User Dashboard" 289 292 msgstr "" 290 293 291 #: includes/class-freemius.php:13 569294 #: includes/class-freemius.php:13655 292 295 msgid "revert it now" 293 296 msgstr "" 294 297 295 #: includes/class-freemius.php:13 627298 #: includes/class-freemius.php:13713 296 299 msgid "An unknown error has occurred while trying to set the user's beta mode." 297 300 msgstr "" 298 301 299 #: includes/class-freemius.php:137 01302 #: includes/class-freemius.php:13799 300 303 msgid "Invalid new user ID or email address." 301 304 msgstr "" 302 305 303 #: includes/class-freemius.php:13 731306 #: includes/class-freemius.php:13829 304 307 msgid "Sorry, we could not complete the email update. Another user with the same email is already registered." 305 308 msgstr "" 306 309 307 #: includes/class-freemius.php:13 732310 #: includes/class-freemius.php:13830 308 311 msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button." 309 312 msgstr "" 310 313 311 #: includes/class-freemius.php:13 739314 #: includes/class-freemius.php:13837 312 315 msgid "Change Ownership" 313 316 msgstr "" 314 317 315 #: includes/class-freemius.php:14 336318 #: includes/class-freemius.php:14442 316 319 msgid "Invalid site details collection." 317 320 msgstr "" 318 321 319 #: includes/class-freemius.php:14456 322 #: includes/class-freemius.php:14564 323 msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?" 324 msgstr "" 325 326 #: includes/class-freemius.php:14562 320 327 msgid "We couldn't find your email address in the system, are you sure it's the right address?" 321 328 msgstr "" 322 329 323 #: includes/class-freemius.php:14458 324 msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?" 325 msgstr "" 326 327 #: includes/class-freemius.php:14756 330 #: includes/class-freemius.php:14868 328 331 msgid "Account is pending activation. Please check your email and click the link to activate your account and then submit the affiliate form again." 329 332 msgstr "" 330 333 331 #: includes/class-freemius.php:14870, templates/forms/premium-versions-upgrade-handler.php:47 334 #: includes/class-freemius.php:14994, templates/forms/premium-versions-upgrade-handler.php:46 335 msgid "Renew your license now" 336 msgstr "" 337 338 #: includes/class-freemius.php:14982, templates/forms/premium-versions-upgrade-handler.php:47 332 339 msgid "Buy a license now" 333 340 msgstr "" 334 341 335 #: includes/class-freemius.php:14882, templates/forms/premium-versions-upgrade-handler.php:46 336 msgid "Renew your license now" 337 msgstr "" 338 339 #: includes/class-freemius.php:14886 342 #: includes/class-freemius.php:14998 340 343 msgid "%s to access version %s security & feature updates, and support." 341 344 msgstr "" 342 345 343 #: includes/class-freemius.php:176 21346 #: includes/class-freemius.php:17670 344 347 msgid "%s opt-in was successfully completed." 345 348 msgstr "" 346 349 347 #: includes/class-freemius.php:17635 350 #: includes/class-freemius.php:17694, includes/class-freemius.php:21615 351 msgid "Your trial has been successfully started." 352 msgstr "" 353 354 #: includes/class-freemius.php:17684 348 355 msgid "Your account was successfully activated with the %s plan." 349 356 msgstr "" 350 357 351 #: includes/class-freemius.php:17645, includes/class-freemius.php:21566 352 msgid "Your trial has been successfully started." 353 msgstr "" 354 355 #: includes/class-freemius.php:18279, includes/class-freemius.php:18392, includes/class-freemius.php:18569 358 #: includes/class-freemius.php:18328, includes/class-freemius.php:18441, includes/class-freemius.php:18618 356 359 msgid "Couldn't activate %s." 357 360 msgstr "" 358 361 359 #: includes/class-freemius.php:18 280, includes/class-freemius.php:18393, includes/class-freemius.php:18570362 #: includes/class-freemius.php:18329, includes/class-freemius.php:18442, includes/class-freemius.php:18619 360 363 msgid "Please contact us with the following message:" 361 364 msgstr "" 362 365 363 #: includes/class-freemius.php:18 389, templates/forms/data-debug-mode.php:162366 #: includes/class-freemius.php:18438, templates/forms/data-debug-mode.php:162 364 367 msgid "An unknown error has occurred." 365 368 msgstr "" 366 369 367 #: includes/class-freemius.php:189 31, includes/class-freemius.php:24339370 #: includes/class-freemius.php:18980, includes/class-freemius.php:24399 368 371 msgid "Upgrade" 369 372 msgstr "" 370 373 371 #: includes/class-freemius.php:18937 374 #: includes/class-freemius.php:18988 375 msgid "Pricing" 376 msgstr "" 377 378 #: includes/class-freemius.php:18986 372 379 msgid "Start Trial" 373 380 msgstr "" 374 381 375 #: includes/class-freemius.php:18939 376 msgid "Pricing" 377 msgstr "" 378 379 #: includes/class-freemius.php:19019, includes/class-freemius.php:19021 382 #: includes/class-freemius.php:19068, includes/class-freemius.php:19070 380 383 msgid "Affiliation" 381 384 msgstr "" 382 385 383 #: includes/class-freemius.php:190 49, includes/class-freemius.php:19051, templates/account.php:264, templates/debug.php:366386 #: includes/class-freemius.php:19098, includes/class-freemius.php:19100, templates/account.php:260, templates/debug.php:366 384 387 msgid "Account" 385 388 msgstr "" 386 389 387 #: includes/class-freemius.php:19 065, includes/class-freemius.php:19067, includes/customizer/class-fs-customizer-support-section.php:60390 #: includes/class-freemius.php:19114, includes/class-freemius.php:19116, includes/customizer/class-fs-customizer-support-section.php:60 388 391 msgid "Contact Us" 389 392 msgstr "" 390 393 391 #: includes/class-freemius.php:19 078, includes/class-freemius.php:19080, includes/class-freemius.php:24353, templates/account.php:134, templates/account/partials/addon.php:49394 #: includes/class-freemius.php:19127, includes/class-freemius.php:19129, includes/class-freemius.php:24413, templates/account.php:130, templates/account/partials/addon.php:49 392 395 msgid "Add-Ons" 393 396 msgstr "" 394 397 395 #: includes/class-freemius.php:191 14398 #: includes/class-freemius.php:19163 396 399 msgctxt "ASCII arrow left icon" 397 400 msgid "←" 398 401 msgstr "" 399 402 400 #: includes/class-freemius.php:191 14403 #: includes/class-freemius.php:19163 401 404 msgctxt "ASCII arrow right icon" 402 405 msgid "➤" 403 406 msgstr "" 404 407 405 #: includes/class-freemius.php:191 16, templates/pricing.php:110408 #: includes/class-freemius.php:19165, templates/pricing.php:110 406 409 msgctxt "noun" 407 410 msgid "Pricing" 408 411 msgstr "" 409 412 410 #: includes/class-freemius.php:193 29, includes/customizer/class-fs-customizer-support-section.php:67413 #: includes/class-freemius.php:19378, includes/customizer/class-fs-customizer-support-section.php:67 411 414 msgid "Support Forum" 412 415 msgstr "" 413 416 414 #: includes/class-freemius.php:203 50417 #: includes/class-freemius.php:20399 415 418 msgid "Your email has been successfully verified - you are AWESOME!" 416 419 msgstr "" 417 420 418 #: includes/class-freemius.php:20 351421 #: includes/class-freemius.php:20400 419 422 msgctxt "a positive response" 420 423 msgid "Right on" 421 424 msgstr "" 422 425 423 #: includes/class-freemius.php:20 857426 #: includes/class-freemius.php:20906 424 427 msgid "seems like the key you entered doesn't match our records." 425 428 msgstr "" 426 429 427 #: includes/class-freemius.php:20 881430 #: includes/class-freemius.php:20930 428 431 msgid "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link." 429 432 msgstr "" 430 433 431 #: includes/class-freemius.php:211 16434 #: includes/class-freemius.php:21165 432 435 msgid "Your %s Add-on plan was successfully upgraded." 433 436 msgstr "" 434 437 435 #: includes/class-freemius.php:21118 438 #. translators: %s:product name, e.g. Facebook add-on was successfully... 439 #: includes/class-freemius.php:21167 436 440 msgid "%s Add-on was successfully purchased." 437 441 msgstr "" 438 442 439 #: includes/class-freemius.php:211 21443 #: includes/class-freemius.php:21170 440 444 msgid "Download the latest version" 441 445 msgstr "" 442 446 443 #: includes/class-freemius.php:212 39447 #: includes/class-freemius.php:21288 444 448 msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again." 445 449 msgstr "" 446 450 447 #: includes/class-freemius.php:212 39, includes/class-freemius.php:21636, includes/class-freemius.php:21737, includes/class-freemius.php:21824451 #: includes/class-freemius.php:21288, includes/class-freemius.php:21685, includes/class-freemius.php:21786, includes/class-freemius.php:21873 448 452 msgid "Error received from the server:" 449 453 msgstr "" 450 454 451 #: includes/class-freemius.php:21 470, includes/class-freemius.php:21742, includes/class-freemius.php:21795, includes/class-freemius.php:21902455 #: includes/class-freemius.php:21519, includes/class-freemius.php:21791, includes/class-freemius.php:21844, includes/class-freemius.php:21951 452 456 msgctxt "something somebody says when they are thinking about what you have just said." 453 457 msgid "Hmm" 454 458 msgstr "" 455 459 456 #: includes/class-freemius.php:21 483460 #: includes/class-freemius.php:21532 457 461 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." 458 462 msgstr "" 459 463 460 #: includes/class-freemius.php:21 484, templates/account.php:136, templates/add-ons.php:250, templates/account/partials/addon.php:51464 #: includes/class-freemius.php:21533, templates/account.php:132, templates/add-ons.php:250, templates/account/partials/addon.php:51 461 465 msgctxt "trial period" 462 466 msgid "Trial" 463 467 msgstr "" 464 468 465 #: includes/class-freemius.php:21 489469 #: includes/class-freemius.php:21538 466 470 msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s." 467 471 msgstr "" 468 472 469 #: includes/class-freemius.php:21 493, includes/class-freemius.php:21545473 #: includes/class-freemius.php:21542, includes/class-freemius.php:21594 470 474 msgid "Please contact us here" 471 475 msgstr "" 472 476 473 #: includes/class-freemius.php:215 15477 #: includes/class-freemius.php:21564 474 478 msgid "Your plan was successfully changed to %s." 475 479 msgstr "" 476 480 477 #: includes/class-freemius.php:215 31481 #: includes/class-freemius.php:21580 478 482 msgid "Your license has expired. You can still continue using the free %s forever." 479 483 msgstr "" 480 484 481 #: includes/class-freemius.php:21533 485 #. translators: %1$s: product title; %2$s, %3$s: wrapping HTML anchor element; %4$s: 'plugin', 'theme', or 'add-on'. 486 #: includes/class-freemius.php:21582 482 487 msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions." 483 488 msgstr "" 484 489 485 #: includes/class-freemius.php:215 41490 #: includes/class-freemius.php:21590 486 491 msgid "Your license has been cancelled. If you think it's a mistake, please contact support." 487 492 msgstr "" 488 493 489 #: includes/class-freemius.php:21 554494 #: includes/class-freemius.php:21603 490 495 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." 491 496 msgstr "" 492 497 493 #: includes/class-freemius.php:21 580498 #: includes/class-freemius.php:21629 494 499 msgid "Your free trial has expired. You can still continue using all our free features." 495 500 msgstr "" 496 501 497 #: includes/class-freemius.php:21582 502 #. translators: %1$s: product title; %2$s, %3$s: wrapping HTML anchor element; %4$s: 'plugin', 'theme', or 'add-on'. 503 #: includes/class-freemius.php:21631 498 504 msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions." 499 505 msgstr "" 500 506 501 #: includes/class-freemius.php:216 28507 #: includes/class-freemius.php:21677 502 508 msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist the following domains:%2$s" 503 509 msgstr "" 504 510 505 #: includes/class-freemius.php:216 30511 #: includes/class-freemius.php:21679 506 512 msgid "Show error details" 507 513 msgstr "" 508 514 509 #: includes/class-freemius.php:217 33515 #: includes/class-freemius.php:21782 510 516 msgid "It looks like the license could not be activated." 511 517 msgstr "" 512 518 513 #: includes/class-freemius.php:21 775519 #: includes/class-freemius.php:21824 514 520 msgid "Your license was successfully activated." 515 521 msgstr "" 516 522 517 #: includes/class-freemius.php:21 799523 #: includes/class-freemius.php:21848 518 524 msgid "It looks like your site currently doesn't have an active license." 519 525 msgstr "" 520 526 521 #: includes/class-freemius.php:218 23527 #: includes/class-freemius.php:21872 522 528 msgid "It looks like the license deactivation failed." 523 529 msgstr "" 524 530 525 #: includes/class-freemius.php:21 852531 #: includes/class-freemius.php:21901 526 532 msgid "Your %s license was successfully deactivated." 527 533 msgstr "" 528 534 529 #: includes/class-freemius.php:21 853535 #: includes/class-freemius.php:21902 530 536 msgid "Your license was successfully deactivated, you are back to the %s plan." 531 537 msgstr "" 532 538 533 #: includes/class-freemius.php:21 856539 #: includes/class-freemius.php:21905 534 540 msgid "O.K" 535 541 msgstr "" 536 542 537 #: includes/class-freemius.php:219 09543 #: includes/class-freemius.php:21958 538 544 msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes." 539 545 msgstr "" 540 546 541 #: includes/class-freemius.php:219 18547 #: includes/class-freemius.php:21967 542 548 msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s." 543 549 msgstr "" 544 550 545 #: includes/class-freemius.php:2 1960551 #: includes/class-freemius.php:22009 546 552 msgid "You are already running the %s in a trial mode." 547 553 msgstr "" 548 554 549 #: includes/class-freemius.php:2 1971555 #: includes/class-freemius.php:22020 550 556 msgid "You already utilized a trial before." 551 557 msgstr "" 552 558 553 #: includes/class-freemius.php:21985 559 #: includes/class-freemius.php:22056 560 msgid "None of the %s's plans supports a trial period." 561 msgstr "" 562 563 #: includes/class-freemius.php:22034 554 564 msgid "Plan %s do not exist, therefore, can't start a trial." 555 565 msgstr "" 556 566 557 #: includes/class-freemius.php:2 1996567 #: includes/class-freemius.php:22045 558 568 msgid "Plan %s does not support a trial period." 559 569 msgstr "" 560 570 561 #: includes/class-freemius.php:22007 562 msgid "None of the %s's plans supports a trial period." 563 msgstr "" 564 565 #: includes/class-freemius.php:22056 571 #: includes/class-freemius.php:22105 566 572 msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)" 567 573 msgstr "" 568 574 569 #: includes/class-freemius.php:22 092575 #: includes/class-freemius.php:22141 570 576 msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes." 571 577 msgstr "" 572 578 573 #: includes/class-freemius.php:221 11579 #: includes/class-freemius.php:22160 574 580 msgid "Your %s free trial was successfully cancelled." 575 581 msgstr "" 576 582 577 #: includes/class-freemius.php:22438 583 #: includes/class-freemius.php:22504 584 msgid "Seems like you got the latest release." 585 msgstr "" 586 587 #: includes/class-freemius.php:22505 588 msgid "You are all good!" 589 msgstr "" 590 591 #: includes/class-freemius.php:22487 578 592 msgid "Version %s was released." 579 593 msgstr "" 580 594 581 #: includes/class-freemius.php:224 38595 #: includes/class-freemius.php:22487 582 596 msgid "Please download %s." 583 597 msgstr "" 584 598 585 #: includes/class-freemius.php:224 45599 #: includes/class-freemius.php:22494 586 600 msgid "the latest %s version here" 587 601 msgstr "" 588 602 589 #: includes/class-freemius.php:224 50603 #: includes/class-freemius.php:22499 590 604 msgid "New" 591 605 msgstr "" 592 606 593 #: includes/class-freemius.php:22455 594 msgid "Seems like you got the latest release." 595 msgstr "" 596 597 #: includes/class-freemius.php:22456 598 msgid "You are all good!" 599 msgstr "" 600 601 #: includes/class-freemius.php:22859 607 #: includes/class-freemius.php:22908 602 608 msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box." 603 609 msgstr "" 604 610 605 #: includes/class-freemius.php:2 2999611 #: includes/class-freemius.php:23048 606 612 msgid "Site successfully opted in." 607 613 msgstr "" 608 614 609 #: includes/class-freemius.php:230 00, includes/class-freemius.php:24049615 #: includes/class-freemius.php:23049, includes/class-freemius.php:24109 610 616 msgid "Awesome" 611 617 msgstr "" 612 618 613 #: includes/class-freemius.php:23016 619 #: includes/class-freemius.php:23075 620 msgid "Diagnostic data will no longer be sent from %s to %s." 621 msgstr "" 622 623 #: includes/class-freemius.php:23065 614 624 msgid "Sharing diagnostic data with %s helps to provide functionality that's more relevant to your website, avoid WordPress or PHP version incompatibilities that can break your website, and recognize which languages & regions the plugin should be translated and tailored to." 615 625 msgstr "" 616 626 617 #: includes/class-freemius.php:230 17627 #: includes/class-freemius.php:23066 618 628 msgid "Thank you!" 619 629 msgstr "" 620 630 621 #: includes/class-freemius.php:23 026622 msgid " Diagnostic data will no longer be sent from %s to %s."623 msgstr "" 624 625 #: includes/class-freemius.php:23 181631 #: includes/class-freemius.php:23235 632 msgid "A confirmation email was just sent to %s. You must confirm the update within the next 4 hours. If you cannot find the email, please check your spam folder." 633 msgstr "" 634 635 #: includes/class-freemius.php:23233 626 636 msgid "A confirmation email was just sent to %s. The email owner must confirm the update within the next 4 hours." 627 637 msgstr "" 628 638 629 #: includes/class-freemius.php:23183 630 msgid "A confirmation email was just sent to %s. You must confirm the update within the next 4 hours. If you cannot find the email, please check your spam folder." 631 msgstr "" 632 633 #: includes/class-freemius.php:23190 639 #: includes/class-freemius.php:23247 634 640 msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval." 635 641 msgstr "" 636 642 637 #: includes/class-freemius.php:23 195643 #: includes/class-freemius.php:23253 638 644 msgid "%s is the new owner of the account." 639 645 msgstr "" 640 646 641 #: includes/class-freemius.php:23 197647 #: includes/class-freemius.php:23255 642 648 msgctxt "as congratulations" 643 649 msgid "Congrats" 644 650 msgstr "" 645 651 646 #: includes/class-freemius.php:23214 652 #: includes/class-freemius.php:23277 653 msgid "Your name was successfully updated." 654 msgstr "" 655 656 #: includes/class-freemius.php:23272 647 657 msgid "Please provide your full name." 648 658 msgstr "" 649 659 650 #: includes/class-freemius.php:23219 651 msgid "Your name was successfully updated." 652 msgstr "" 653 654 #: includes/class-freemius.php:23280 660 #. translators: %s: User's account property (e.g. email address, name) 661 #: includes/class-freemius.php:23342 655 662 msgid "You have successfully updated your %s." 656 663 msgstr "" 657 664 658 #: includes/class-freemius.php:23 339665 #: includes/class-freemius.php:23406 659 666 msgid "Is this your client's site? %s if you wish to hide sensitive info like your email, license key, prices, billing address & invoices from the WP Admin." 660 667 msgstr "" 661 668 662 #: includes/class-freemius.php:23 342669 #: includes/class-freemius.php:23409 663 670 msgid "Click here" 664 671 msgstr "" 665 672 666 #: includes/class-freemius.php:23 379, includes/class-freemius.php:23376673 #: includes/class-freemius.php:23446 667 674 msgid "Bundle" 668 675 msgstr "" 669 676 670 #: includes/class-freemius.php:23 459677 #: includes/class-freemius.php:23519 671 678 msgid "Just letting you know that the add-ons information of %s is being pulled from an external server." 672 679 msgstr "" 673 680 674 #: includes/class-freemius.php:23 460681 #: includes/class-freemius.php:23520 675 682 msgctxt "advance notice of something that will need attention." 676 683 msgid "Heads up" 677 684 msgstr "" 678 685 679 #: includes/class-freemius.php:24 089686 #: includes/class-freemius.php:24149 680 687 msgctxt "exclamation" 681 688 msgid "Hey" 682 689 msgstr "" 683 690 684 #: includes/class-freemius.php:24 089691 #: includes/class-freemius.php:24149 685 692 msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial." 686 693 msgstr "" 687 694 688 #: includes/class-freemius.php:24 097695 #: includes/class-freemius.php:24157 689 696 msgid "No commitment for %s days - cancel anytime!" 690 697 msgstr "" 691 698 692 #: includes/class-freemius.php:24 098699 #: includes/class-freemius.php:24158 693 700 msgid "No credit card required" 694 701 msgstr "" 695 702 696 #: includes/class-freemius.php:241 05, templates/forms/trial-start.php:53703 #: includes/class-freemius.php:24165, templates/forms/trial-start.php:53 697 704 msgctxt "call to action" 698 705 msgid "Start free trial" 699 706 msgstr "" 700 707 701 #: includes/class-freemius.php:24 182708 #: includes/class-freemius.php:24242 702 709 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!" 703 710 msgstr "" 704 711 705 #: includes/class-freemius.php:24 191712 #: includes/class-freemius.php:24251 706 713 msgid "Learn more" 707 714 msgstr "" 708 715 709 #: includes/class-freemius.php:24 377, templates/account.php:573, templates/account.php:725, templates/connect.php:221, templates/connect.php:447, includes/managers/class-fs-clone-manager.php:1295, templates/forms/license-activation.php:27, templates/account/partials/addon.php:326716 #: includes/class-freemius.php:24437, templates/account.php:569, templates/account.php:721, templates/connect.php:212, templates/connect.php:440, includes/managers/class-fs-clone-manager.php:1295, templates/forms/license-activation.php:27, templates/account/partials/addon.php:326 710 717 msgid "Activate License" 711 718 msgstr "" 712 719 713 #: includes/class-freemius.php:24 378, templates/account.php:667, templates/account.php:724, templates/account/partials/addon.php:327, templates/account/partials/site.php:273720 #: includes/class-freemius.php:24438, templates/account.php:663, templates/account.php:720, templates/account/partials/addon.php:327, templates/account/partials/site.php:273 714 721 msgid "Change License" 715 722 msgstr "" 716 723 717 #: includes/class-freemius.php:24485, templates/account/partials/site.php:170 724 #: includes/class-freemius.php:24553, includes/class-freemius.php:24547, templates/account/partials/site.php:49, templates/account/partials/site.php:170 725 msgid "Opt In" 726 msgstr "" 727 728 #: includes/class-freemius.php:24545, templates/account/partials/site.php:170 718 729 msgid "Opt Out" 719 730 msgstr "" 720 731 721 #: includes/class-freemius.php:24487, includes/class-freemius.php:24493, templates/account/partials/site.php:49, templates/account/partials/site.php:170 722 msgid "Opt In" 723 msgstr "" 724 725 #: includes/class-freemius.php:24728 732 #: includes/class-freemius.php:24811 733 msgid "Please follow these steps to complete the upgrade" 734 msgstr "" 735 736 #. translators: %s: Plan title 737 #: includes/class-freemius.php:24815 738 msgid "Download the latest %s version" 739 msgstr "" 740 741 #: includes/class-freemius.php:24819 742 msgid "Upload and activate the downloaded version" 743 msgstr "" 744 745 #: includes/class-freemius.php:24821 746 msgid "How to upload and activate?" 747 msgstr "" 748 749 #: includes/class-freemius.php:24788 726 750 msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s" 727 751 msgstr "" 728 752 729 #: includes/class-freemius.php:247 38753 #: includes/class-freemius.php:24798 730 754 msgid "Activate %s features" 731 755 msgstr "" 732 756 733 #: includes/class-freemius.php:24751 734 msgid "Please follow these steps to complete the upgrade" 735 msgstr "" 736 737 #: includes/class-freemius.php:24755 738 msgid "Download the latest %s version" 739 msgstr "" 740 741 #: includes/class-freemius.php:24759 742 msgid "Upload and activate the downloaded version" 743 msgstr "" 744 745 #: includes/class-freemius.php:24761 746 msgid "How to upload and activate?" 747 msgstr "" 748 749 #: includes/class-freemius.php:24796 757 #: includes/class-freemius.php:24856 750 758 msgid "Your plan was successfully upgraded." 751 759 msgstr "" 752 760 753 #: includes/class-freemius.php:24 797761 #: includes/class-freemius.php:24857 754 762 msgid "Your plan was successfully activated." 755 763 msgstr "" 756 764 757 #: includes/class-freemius.php:249 27765 #: includes/class-freemius.php:24987 758 766 msgid "%sClick here%s to choose the sites where you'd like to activate the license on." 759 767 msgstr "" 760 768 761 #: includes/class-freemius.php:25 096769 #: includes/class-freemius.php:25156 762 770 msgid "Auto installation only works for opted-in users." 763 771 msgstr "" 764 772 765 #: includes/class-freemius.php:251 06, includes/class-freemius.php:25139, includes/class-fs-plugin-updater.php:1294, includes/class-fs-plugin-updater.php:1308773 #: includes/class-freemius.php:25166, includes/class-freemius.php:25199, includes/class-fs-plugin-updater.php:1289, includes/class-fs-plugin-updater.php:1303 766 774 msgid "Invalid module ID." 767 775 msgstr "" 768 776 769 #: includes/class-freemius.php:25115, includes/class-fs-plugin-updater.php:1330 777 #: includes/class-freemius.php:25207, includes/class-fs-plugin-updater.php:1324 778 msgid "Premium add-on version already installed." 779 msgstr "" 780 781 #: includes/class-freemius.php:25175, includes/class-fs-plugin-updater.php:1325 770 782 msgid "Premium version already active." 771 783 msgstr "" 772 784 773 #: includes/class-freemius.php:251 22785 #: includes/class-freemius.php:25182 774 786 msgid "You do not have a valid license to access the premium version." 775 787 msgstr "" 776 788 777 #: includes/class-freemius.php:251 29789 #: includes/class-freemius.php:25189 778 790 msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version." 779 791 msgstr "" 780 792 781 #: includes/class-freemius.php:25147, includes/class-fs-plugin-updater.php:1329 782 msgid "Premium add-on version already installed." 783 msgstr "" 784 785 #: includes/class-freemius.php:25501 793 #: includes/class-freemius.php:25567 786 794 msgid "View paid features" 787 795 msgstr "" 788 796 789 #: includes/class-freemius.php:25805 797 #: includes/class-freemius.php:25882 798 msgid "Thank you so much for using our products!" 799 msgstr "" 800 801 #: includes/class-freemius.php:25883 802 msgid "You've already opted-in to our usage-tracking, which helps us keep improving them." 803 msgstr "" 804 805 #: includes/class-freemius.php:25902 806 msgid "%s and its add-ons" 807 msgstr "" 808 809 #: includes/class-freemius.php:25911 810 msgid "Products" 811 msgstr "" 812 813 #: includes/class-freemius.php:25871 790 814 msgid "Thank you so much for using %s and its add-ons!" 791 815 msgstr "" 792 816 793 #: includes/class-freemius.php:258 06817 #: includes/class-freemius.php:25872 794 818 msgid "Thank you so much for using %s!" 795 819 msgstr "" 796 820 797 #: includes/class-freemius.php:258 12821 #: includes/class-freemius.php:25878 798 822 msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s." 799 823 msgstr "" 800 824 801 #: includes/class-freemius.php:25816 802 msgid "Thank you so much for using our products!" 803 msgstr "" 804 805 #: includes/class-freemius.php:25817 806 msgid "You've already opted-in to our usage-tracking, which helps us keep improving them." 807 msgstr "" 808 809 #: includes/class-freemius.php:25836 810 msgid "%s and its add-ons" 811 msgstr "" 812 813 #: includes/class-freemius.php:25845 814 msgid "Products" 815 msgstr "" 816 817 #: includes/class-freemius.php:25852, templates/connect.php:322 825 #: includes/class-freemius.php:25918, templates/connect.php:313 818 826 msgid "Yes" 819 827 msgstr "" 820 828 821 #: includes/class-freemius.php:25 853, templates/connect.php:323829 #: includes/class-freemius.php:25919, templates/connect.php:314 822 830 msgid "send me security & feature updates, educational content and offers." 823 831 msgstr "" 824 832 825 #: includes/class-freemius.php:25 854, templates/connect.php:328833 #: includes/class-freemius.php:25920, templates/connect.php:319 826 834 msgid "No" 827 835 msgstr "" 828 836 829 #: includes/class-freemius.php:25 856, templates/connect.php:330837 #: includes/class-freemius.php:25922, templates/connect.php:321 830 838 msgid "do %sNOT%s send me security & feature updates, educational content and offers." 831 839 msgstr "" 832 840 833 #: includes/class-freemius.php:25 866841 #: includes/class-freemius.php:25932 834 842 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 :-)" 835 843 msgstr "" 836 844 837 #: includes/class-freemius.php:25 868, templates/connect.php:337845 #: includes/class-freemius.php:25934, templates/connect.php:328 838 846 msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:" 839 847 msgstr "" 840 848 841 #: includes/class-freemius.php:26 158849 #: includes/class-freemius.php:26224 842 850 msgid "License key is empty." 843 851 msgstr "" … … 851 859 msgstr "" 852 860 853 #: includes/class-fs-plugin-updater.php:3 35, includes/class-fs-plugin-updater.php:368861 #: includes/class-fs-plugin-updater.php:368, includes/class-fs-plugin-updater.php:335 854 862 msgid "There is a %s of %s available." 855 863 msgstr "" 856 864 857 #: includes/class-fs-plugin-updater.php:3 37, includes/class-fs-plugin-updater.php:373865 #: includes/class-fs-plugin-updater.php:373, includes/class-fs-plugin-updater.php:337 858 866 msgid "new Beta version" 859 867 msgstr "" 860 868 861 #: includes/class-fs-plugin-updater.php:3 38, includes/class-fs-plugin-updater.php:374869 #: includes/class-fs-plugin-updater.php:374, includes/class-fs-plugin-updater.php:338 862 870 msgid "new version" 863 871 msgstr "" … … 867 875 msgstr "" 868 876 869 #: includes/class-fs-plugin-updater.php:135 9877 #: includes/class-fs-plugin-updater.php:1354 870 878 msgid "Installing plugin: %s" 871 879 msgstr "" 872 880 873 #: includes/class-fs-plugin-updater.php:1 400881 #: includes/class-fs-plugin-updater.php:1395 874 882 msgid "Unable to connect to the filesystem. Please confirm your credentials." 875 883 msgstr "" 876 884 877 #: includes/class-fs-plugin-updater.php:15 82885 #: includes/class-fs-plugin-updater.php:1577 878 886 msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work." 879 887 msgstr "" … … 888 896 msgstr "" 889 897 898 #. translators: %s: N-days trial 890 899 #: includes/fs-plugin-info-dialog.php:547 891 900 msgid "Start my free %s" 892 901 msgstr "" 893 902 903 #: includes/fs-plugin-info-dialog.php:755 904 msgid "Install Free Version Now" 905 msgstr "" 906 907 #: includes/fs-plugin-info-dialog.php:756, templates/add-ons.php:323, templates/auto-installation.php:111, templates/account/partials/addon.php:423, templates/account/partials/addon.php:370 908 msgid "Install Now" 909 msgstr "" 910 894 911 #: includes/fs-plugin-info-dialog.php:745 895 912 msgid "Install Free Version Update Now" 896 913 msgstr "" 897 914 898 #: includes/fs-plugin-info-dialog.php:746, templates/account.php:65 6915 #: includes/fs-plugin-info-dialog.php:746, templates/account.php:652 899 916 msgid "Install Update Now" 900 msgstr ""901 902 #: includes/fs-plugin-info-dialog.php:755903 msgid "Install Free Version Now"904 msgstr ""905 906 #: includes/fs-plugin-info-dialog.php:756, templates/add-ons.php:323, templates/auto-installation.php:111, templates/account/partials/addon.php:370, templates/account/partials/addon.php:423907 msgid "Install Now"908 917 msgstr "" 909 918 … … 913 922 msgstr "" 914 923 915 #: includes/fs-plugin-info-dialog.php:773, templates/account.php:11 4, templates/add-ons.php:37, templates/account/partials/addon.php:30924 #: includes/fs-plugin-info-dialog.php:773, templates/account.php:110, templates/add-ons.php:37, templates/account/partials/addon.php:30 916 925 msgctxt "as download latest version" 917 926 msgid "Download Latest" 918 927 msgstr "" 919 928 920 #: includes/fs-plugin-info-dialog.php:788, templates/add-ons.php:329, templates/account/partials/addon.php: 361, templates/account/partials/addon.php:417929 #: includes/fs-plugin-info-dialog.php:788, templates/add-ons.php:329, templates/account/partials/addon.php:417, templates/account/partials/addon.php:361 921 930 msgid "Activate this add-on" 922 931 msgstr "" 923 932 924 #: includes/fs-plugin-info-dialog.php:790, templates/connect.php:4 44933 #: includes/fs-plugin-info-dialog.php:790, templates/connect.php:437 925 934 msgid "Activate Free Version" 926 935 msgstr "" 927 936 928 #: includes/fs-plugin-info-dialog.php:791, templates/account.php:13 8, templates/add-ons.php:330, templates/account/partials/addon.php:53937 #: includes/fs-plugin-info-dialog.php:791, templates/account.php:134, templates/add-ons.php:330, templates/account/partials/addon.php:53 929 938 msgid "Activate" 939 msgstr "" 940 941 #: includes/fs-plugin-info-dialog.php:999 942 msgctxt "Plugin installer section title" 943 msgid "Description" 944 msgstr "" 945 946 #: includes/fs-plugin-info-dialog.php:1000 947 msgctxt "Plugin installer section title" 948 msgid "Installation" 949 msgstr "" 950 951 #: includes/fs-plugin-info-dialog.php:1001 952 msgctxt "Plugin installer section title" 953 msgid "FAQ" 954 msgstr "" 955 956 #: includes/fs-plugin-info-dialog.php:1002, templates/plugin-info/description.php:55 957 msgid "Screenshots" 930 958 msgstr "" 931 959 932 960 #: includes/fs-plugin-info-dialog.php:1003 933 961 msgctxt "Plugin installer section title" 934 msgid " Description"962 msgid "Changelog" 935 963 msgstr "" 936 964 937 965 #: includes/fs-plugin-info-dialog.php:1004 938 966 msgctxt "Plugin installer section title" 939 msgid " Installation"967 msgid "Reviews" 940 968 msgstr "" 941 969 942 970 #: includes/fs-plugin-info-dialog.php:1005 943 971 msgctxt "Plugin installer section title" 944 msgid "FAQ"945 msgstr ""946 947 #: includes/fs-plugin-info-dialog.php:1006, templates/plugin-info/description.php:55948 msgid "Screenshots"949 msgstr ""950 951 #: includes/fs-plugin-info-dialog.php:1007952 msgctxt "Plugin installer section title"953 msgid "Changelog"954 msgstr ""955 956 #: includes/fs-plugin-info-dialog.php:1008957 msgctxt "Plugin installer section title"958 msgid "Reviews"959 msgstr ""960 961 #: includes/fs-plugin-info-dialog.php:1009962 msgctxt "Plugin installer section title"963 972 msgid "Other Notes" 964 973 msgstr "" 965 974 966 #: includes/fs-plugin-info-dialog.php:102 4975 #: includes/fs-plugin-info-dialog.php:1020 967 976 msgctxt "Plugin installer section title" 968 977 msgid "Features & Pricing" 969 978 msgstr "" 970 979 971 #: includes/fs-plugin-info-dialog.php:103 4980 #: includes/fs-plugin-info-dialog.php:1030 972 981 msgid "Plugin Install" 973 982 msgstr "" 974 983 975 #: includes/fs-plugin-info-dialog.php:110 6984 #: includes/fs-plugin-info-dialog.php:1102 976 985 msgctxt "e.g. Professional Plan" 977 986 msgid "%s Plan" 978 987 msgstr "" 979 988 980 #: includes/fs-plugin-info-dialog.php:11 32989 #: includes/fs-plugin-info-dialog.php:1128 981 990 msgctxt "e.g. the best product" 982 991 msgid "Best" 983 992 msgstr "" 984 993 985 #: includes/fs-plugin-info-dialog.php:113 8, includes/fs-plugin-info-dialog.php:1158994 #: includes/fs-plugin-info-dialog.php:1134, includes/fs-plugin-info-dialog.php:1154 986 995 msgctxt "as every month" 987 996 msgid "Monthly" 988 997 msgstr "" 989 998 990 #: includes/fs-plugin-info-dialog.php:11 41999 #: includes/fs-plugin-info-dialog.php:1137 991 1000 msgctxt "as once a year" 992 1001 msgid "Annual" 993 1002 msgstr "" 994 1003 995 #: includes/fs-plugin-info-dialog.php:114 41004 #: includes/fs-plugin-info-dialog.php:1140 996 1005 msgid "Lifetime" 997 1006 msgstr "" 998 1007 999 #: includes/fs-plugin-info-dialog.php:115 8, includes/fs-plugin-info-dialog.php:1160, includes/fs-plugin-info-dialog.php:11621008 #: includes/fs-plugin-info-dialog.php:1154, includes/fs-plugin-info-dialog.php:1156, includes/fs-plugin-info-dialog.php:1158 1000 1009 msgctxt "e.g. billed monthly" 1001 1010 msgid "Billed %s" 1002 1011 msgstr "" 1003 1012 1004 #: includes/fs-plugin-info-dialog.php:11 601013 #: includes/fs-plugin-info-dialog.php:1156 1005 1014 msgctxt "as once a year" 1006 1015 msgid "Annually" 1007 1016 msgstr "" 1008 1017 1009 #: includes/fs-plugin-info-dialog.php:11 621018 #: includes/fs-plugin-info-dialog.php:1158 1010 1019 msgctxt "as once a year" 1011 1020 msgid "Once" 1012 1021 msgstr "" 1013 1022 1023 #: includes/fs-plugin-info-dialog.php:1164 1024 msgid "Single Site License" 1025 msgstr "" 1026 1027 #: includes/fs-plugin-info-dialog.php:1166 1028 msgid "Unlimited Licenses" 1029 msgstr "" 1030 1014 1031 #: includes/fs-plugin-info-dialog.php:1168 1015 msgid "Single Site License"1016 msgstr ""1017 1018 #: includes/fs-plugin-info-dialog.php:11701019 msgid "Unlimited Licenses"1020 msgstr ""1021 1022 #: includes/fs-plugin-info-dialog.php:11721023 1032 msgid "Up to %s Sites" 1024 1033 msgstr "" 1025 1034 1026 #: includes/fs-plugin-info-dialog.php:11 82, templates/plugin-info/features.php:821035 #: includes/fs-plugin-info-dialog.php:1178, templates/plugin-info/features.php:82 1027 1036 msgctxt "as monthly period" 1028 1037 msgid "mo" 1029 1038 msgstr "" 1030 1039 1031 #: includes/fs-plugin-info-dialog.php:118 9, templates/plugin-info/features.php:801040 #: includes/fs-plugin-info-dialog.php:1185, templates/plugin-info/features.php:80 1032 1041 msgctxt "as annual period" 1033 1042 msgid "year" 1034 1043 msgstr "" 1035 1044 1036 #: includes/fs-plugin-info-dialog.php:12 431045 #: includes/fs-plugin-info-dialog.php:1239 1037 1046 msgctxt "noun" 1038 1047 msgid "Price" 1039 1048 msgstr "" 1040 1049 1041 #: includes/fs-plugin-info-dialog.php:1291 1050 #. translators: %s: Discount (e.g. discount of $5 or 10%) 1051 #: includes/fs-plugin-info-dialog.php:1287 1042 1052 msgid "Save %s" 1043 1053 msgstr "" 1044 1054 1045 #: includes/fs-plugin-info-dialog.php:1 3011055 #: includes/fs-plugin-info-dialog.php:1297 1046 1056 msgid "No commitment for %s - cancel anytime" 1047 1057 msgstr "" 1048 1058 1049 #: includes/fs-plugin-info-dialog.php:130 41059 #: includes/fs-plugin-info-dialog.php:1300 1050 1060 msgid "After your free %s, pay as little as %s" 1051 1061 msgstr "" 1052 1062 1053 #: includes/fs-plugin-info-dialog.php:131 51063 #: includes/fs-plugin-info-dialog.php:1311 1054 1064 msgid "Details" 1055 1065 msgstr "" 1056 1066 1057 #: includes/fs-plugin-info-dialog.php:131 9, templates/account.php:125, templates/debug.php:232, templates/debug.php:269, templates/debug.php:518, templates/account/partials/addon.php:411067 #: includes/fs-plugin-info-dialog.php:1315, templates/account.php:121, templates/debug.php:232, templates/debug.php:269, templates/debug.php:518, templates/account/partials/addon.php:41 1058 1068 msgctxt "product version" 1059 1069 msgid "Version" 1060 1070 msgstr "" 1061 1071 1062 #: includes/fs-plugin-info-dialog.php:132 61072 #: includes/fs-plugin-info-dialog.php:1322 1063 1073 msgctxt "as the plugin author" 1064 1074 msgid "Author" 1065 1075 msgstr "" 1066 1076 1067 #: includes/fs-plugin-info-dialog.php:13 331077 #: includes/fs-plugin-info-dialog.php:1329 1068 1078 msgid "Last Updated" 1069 1079 msgstr "" 1070 1080 1071 #: includes/fs-plugin-info-dialog.php:1338, templates/account.php:544 1081 #. translators: %s: time period (e.g. "2 hours" ago) 1082 #: includes/fs-plugin-info-dialog.php:1334, templates/account.php:540 1072 1083 msgctxt "x-ago" 1073 1084 msgid "%s ago" 1074 1085 msgstr "" 1075 1086 1076 #: includes/fs-plugin-info-dialog.php:134 71087 #: includes/fs-plugin-info-dialog.php:1343 1077 1088 msgid "Requires WordPress Version" 1078 1089 msgstr "" 1079 1090 1080 #: includes/fs-plugin-info-dialog.php:1350, includes/fs-plugin-info-dialog.php:1370 1091 #. translators: %s: Version number. 1092 #: includes/fs-plugin-info-dialog.php:1346, includes/fs-plugin-info-dialog.php:1366 1081 1093 msgid "%s or higher" 1082 1094 msgstr "" 1083 1095 1084 #: includes/fs-plugin-info-dialog.php:135 81096 #: includes/fs-plugin-info-dialog.php:1354 1085 1097 msgid "Compatible up to" 1086 1098 msgstr "" 1087 1099 1088 #: includes/fs-plugin-info-dialog.php:136 61100 #: includes/fs-plugin-info-dialog.php:1362 1089 1101 msgid "Requires PHP Version" 1090 1102 msgstr "" 1091 1103 1104 #: includes/fs-plugin-info-dialog.php:1375 1105 msgid "Downloaded" 1106 msgstr "" 1107 1108 #. translators: %s: 1 or One (Number of times downloaded) 1092 1109 #: includes/fs-plugin-info-dialog.php:1379 1093 msgid "Downloaded"1094 msgstr ""1095 1096 #: includes/fs-plugin-info-dialog.php:13831097 1110 msgid "%s time" 1098 1111 msgstr "" 1099 1112 1100 #: includes/fs-plugin-info-dialog.php:1385 1113 #. translators: %s: Number of times downloaded 1114 #: includes/fs-plugin-info-dialog.php:1381 1101 1115 msgid "%s times" 1102 1116 msgstr "" 1103 1117 1104 #: includes/fs-plugin-info-dialog.php:139 61118 #: includes/fs-plugin-info-dialog.php:1392 1105 1119 msgid "WordPress.org Plugin Page" 1106 1120 msgstr "" 1107 1121 1108 #: includes/fs-plugin-info-dialog.php:140 51122 #: includes/fs-plugin-info-dialog.php:1401 1109 1123 msgid "Plugin Homepage" 1110 1124 msgstr "" 1111 1125 1112 #: includes/fs-plugin-info-dialog.php:141 4, includes/fs-plugin-info-dialog.php:14981126 #: includes/fs-plugin-info-dialog.php:1410, includes/fs-plugin-info-dialog.php:1494 1113 1127 msgid "Donate to this plugin" 1114 1128 msgstr "" 1115 1129 1116 #: includes/fs-plugin-info-dialog.php:14 211130 #: includes/fs-plugin-info-dialog.php:1417 1117 1131 msgid "Average Rating" 1118 1132 msgstr "" 1119 1133 1134 #: includes/fs-plugin-info-dialog.php:1424 1135 msgid "based on %s" 1136 msgstr "" 1137 1138 #. translators: %s: 1 or One 1120 1139 #: includes/fs-plugin-info-dialog.php:1428 1121 msgid "based on %s"1122 msgstr ""1123 1124 #: includes/fs-plugin-info-dialog.php:14321125 1140 msgid "%s rating" 1126 1141 msgstr "" 1127 1142 1128 #: includes/fs-plugin-info-dialog.php:1434 1143 #. translators: %s: Number larger than 1 1144 #: includes/fs-plugin-info-dialog.php:1430 1129 1145 msgid "%s ratings" 1130 1146 msgstr "" 1131 1147 1132 #: includes/fs-plugin-info-dialog.php:1449 1148 #. translators: %s: 1 or One 1149 #: includes/fs-plugin-info-dialog.php:1445 1133 1150 msgid "%s star" 1134 1151 msgstr "" 1135 1152 1136 #: includes/fs-plugin-info-dialog.php:1451 1153 #. translators: %s: Number larger than 1 1154 #: includes/fs-plugin-info-dialog.php:1447 1137 1155 msgid "%s stars" 1138 1156 msgstr "" 1139 1157 1140 #: includes/fs-plugin-info-dialog.php:1463 1158 #. translators: %s: # of stars (e.g. 5 stars) 1159 #: includes/fs-plugin-info-dialog.php:1459 1141 1160 msgid "Click to see reviews that provided a rating of %s" 1142 1161 msgstr "" 1143 1162 1144 #: includes/fs-plugin-info-dialog.php:147 61163 #: includes/fs-plugin-info-dialog.php:1472 1145 1164 msgid "Contributors" 1146 1165 msgstr "" 1147 1166 1148 #: includes/fs-plugin-info-dialog.php:151 71167 #: includes/fs-plugin-info-dialog.php:1513 1149 1168 msgid "This plugin requires a newer version of PHP." 1150 1169 msgstr "" 1151 1170 1152 #: includes/fs-plugin-info-dialog.php:1526 1171 #. translators: %s: URL to Update PHP page. 1172 #: includes/fs-plugin-info-dialog.php:1522 1153 1173 msgid "<a href=\"%s\" target=\"_blank\">Click here to learn more about updating PHP</a>." 1154 1174 msgstr "" 1155 1175 1156 #: includes/fs-plugin-info-dialog.php:15 40, includes/fs-plugin-info-dialog.php:15421176 #: includes/fs-plugin-info-dialog.php:1538, includes/fs-plugin-info-dialog.php:1536 1157 1177 msgid "Warning" 1158 1178 msgstr "" 1159 1179 1160 #: includes/fs-plugin-info-dialog.php:1540 1180 #: includes/fs-plugin-info-dialog.php:1538 1181 msgid "This plugin has not been marked as compatible with your version of WordPress." 1182 msgstr "" 1183 1184 #: includes/fs-plugin-info-dialog.php:1536 1161 1185 msgid "This plugin has not been tested with your current version of WordPress." 1162 1186 msgstr "" 1163 1187 1164 #: includes/fs-plugin-info-dialog.php:1542 1165 msgid "This plugin has not been marked as compatible with your version of WordPress." 1166 msgstr "" 1167 1168 #: includes/fs-plugin-info-dialog.php:1561 1188 #: includes/fs-plugin-info-dialog.php:1557 1169 1189 msgid "Paid add-on must be deployed to Freemius." 1170 1190 msgstr "" 1171 1191 1172 #: includes/fs-plugin-info-dialog.php:15 621192 #: includes/fs-plugin-info-dialog.php:1558 1173 1193 msgid "Add-on must be deployed to WordPress.org or Freemius." 1174 1194 msgstr "" 1175 1195 1176 #: includes/fs-plugin-info-dialog.php:1583 1196 #: includes/fs-plugin-info-dialog.php:1587 1197 msgid "Latest Version Installed" 1198 msgstr "" 1199 1200 #: includes/fs-plugin-info-dialog.php:1588 1201 msgid "Latest Free Version Installed" 1202 msgstr "" 1203 1204 #: includes/fs-plugin-info-dialog.php:1579 1177 1205 msgid "Newer Version (%s) Installed" 1178 1206 msgstr "" 1179 1207 1180 #: includes/fs-plugin-info-dialog.php:158 41208 #: includes/fs-plugin-info-dialog.php:1580 1181 1209 msgid "Newer Free Version (%s) Installed" 1182 1210 msgstr "" 1183 1211 1184 #: includes/fs-plugin-info-dialog.php:1591 1185 msgid "Latest Version Installed" 1186 msgstr "" 1187 1188 #: includes/fs-plugin-info-dialog.php:1592 1189 msgid "Latest Free Version Installed" 1190 msgstr "" 1191 1192 #: templates/account.php:115, templates/forms/subscription-cancellation.php:96, templates/account/partials/addon.php:31, templates/account/partials/site.php:313 1212 #: templates/account.php:111, templates/forms/subscription-cancellation.php:96, templates/account/partials/addon.php:31, templates/account/partials/site.php:313 1193 1213 msgid "Downgrading your plan" 1194 1214 msgstr "" 1195 1215 1196 #: templates/account.php:11 6, templates/forms/subscription-cancellation.php:97, templates/account/partials/addon.php:32, templates/account/partials/site.php:3141216 #: templates/account.php:112, templates/forms/subscription-cancellation.php:97, templates/account/partials/addon.php:32, templates/account/partials/site.php:314 1197 1217 msgid "Cancelling the subscription" 1198 1218 msgstr "" 1199 1219 1200 1220 #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription' 1201 #: templates/account.php:11 8, templates/forms/subscription-cancellation.php:99, templates/account/partials/site.php:3161221 #: templates/account.php:114, templates/forms/subscription-cancellation.php:99, templates/account/partials/addon.php:34, templates/account/partials/site.php:316 1202 1222 msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s." 1203 1223 msgstr "" 1204 1224 1205 #: templates/account.php:11 9, templates/forms/subscription-cancellation.php:100, templates/account/partials/addon.php:35, templates/account/partials/site.php:3171225 #: templates/account.php:115, templates/forms/subscription-cancellation.php:100, templates/account/partials/addon.php:35, templates/account/partials/site.php:317 1206 1226 msgid "Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price." 1207 1227 msgstr "" 1208 1228 1209 #: templates/account.php:1 20, templates/forms/subscription-cancellation.php:106, templates/account/partials/addon.php:361229 #: templates/account.php:116, templates/forms/subscription-cancellation.php:106, templates/account/partials/addon.php:36 1210 1230 msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?" 1211 1231 msgstr "" 1212 1232 1213 #: templates/account.php:1 21, templates/forms/subscription-cancellation.php:101, templates/account/partials/addon.php:37, templates/account/partials/site.php:3181233 #: templates/account.php:117, templates/forms/subscription-cancellation.php:101, templates/account/partials/addon.php:37, templates/account/partials/site.php:318 1214 1234 msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support." 1215 1235 msgstr "" 1216 1236 1217 #: templates/account.php:1 22, templates/forms/subscription-cancellation.php:102, templates/account/partials/addon.php:38, templates/account/partials/site.php:3191237 #: templates/account.php:118, templates/forms/subscription-cancellation.php:102, templates/account/partials/addon.php:38, templates/account/partials/site.php:319 1218 1238 msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features." 1219 1239 msgstr "" 1220 1240 1221 1241 #. translators: %s: Plan title (e.g. "Professional") 1222 #: templates/account.php:12 4, templates/account/partials/activate-license-button.php:31, templates/account/partials/addon.php:401242 #: templates/account.php:120, templates/account/partials/activate-license-button.php:31, templates/account/partials/addon.php:40 1223 1243 msgid "Activate %s Plan" 1224 1244 msgstr "" 1225 1245 1226 1246 #. translators: %s: Time period (e.g. Auto renews in "2 months") 1227 #: templates/account.php:12 7, templates/account/partials/addon.php:43, templates/account/partials/site.php:2931247 #: templates/account.php:123, templates/account/partials/addon.php:43, templates/account/partials/site.php:293 1228 1248 msgid "Auto renews in %s" 1229 1249 msgstr "" 1230 1250 1231 1251 #. translators: %s: Time period (e.g. Expires in "2 months") 1232 #: templates/account.php:12 9, templates/account/partials/addon.php:45, templates/account/partials/site.php:2951252 #: templates/account.php:125, templates/account/partials/addon.php:45, templates/account/partials/site.php:295 1233 1253 msgid "Expires in %s" 1234 1254 msgstr "" 1235 1255 1236 #: templates/account.php:1 301256 #: templates/account.php:126 1237 1257 msgctxt "as synchronize license" 1238 1258 msgid "Sync License" 1239 1259 msgstr "" 1240 1260 1241 #: templates/account.php:1 31, templates/account/partials/addon.php:461261 #: templates/account.php:127, templates/account/partials/addon.php:46 1242 1262 msgid "Cancel Trial" 1243 1263 msgstr "" 1244 1264 1245 #: templates/account.php:1 32, templates/account/partials/addon.php:471265 #: templates/account.php:128, templates/account/partials/addon.php:47 1246 1266 msgid "Change Plan" 1247 1267 msgstr "" 1248 1268 1249 #: templates/account.php:1 33, templates/account/partials/addon.php:481269 #: templates/account.php:129, templates/account/partials/addon.php:48 1250 1270 msgctxt "verb" 1251 1271 msgid "Upgrade" 1252 1272 msgstr "" 1253 1273 1254 #: templates/account.php:13 5, templates/account/partials/addon.php:50, templates/account/partials/site.php:3201274 #: templates/account.php:131, templates/account/partials/addon.php:50, templates/account/partials/site.php:320 1255 1275 msgctxt "verb" 1256 1276 msgid "Downgrade" 1257 1277 msgstr "" 1258 1278 1259 #: templates/account.php:13 7, templates/add-ons.php:246, templates/plugin-info/features.php:72, templates/account/partials/addon.php:52, templates/account/partials/site.php:331279 #: templates/account.php:133, templates/add-ons.php:246, templates/plugin-info/features.php:72, templates/account/partials/addon.php:52, templates/account/partials/site.php:33 1260 1280 msgid "Free" 1261 1281 msgstr "" 1262 1282 1263 #: templates/account.php:13 9, templates/debug.php:412, includes/customizer/class-fs-customizer-upsell-control.php:110, templates/account/partials/addon.php:541283 #: templates/account.php:135, templates/debug.php:412, includes/customizer/class-fs-customizer-upsell-control.php:110, templates/account/partials/addon.php:54 1264 1284 msgctxt "as product pricing plan" 1265 1285 msgid "Plan" 1266 1286 msgstr "" 1267 1287 1268 #: templates/account.php:1 401288 #: templates/account.php:136 1269 1289 msgid "Bundle Plan" 1270 1290 msgstr "" 1271 1291 1272 #: templates/account.php:2 721292 #: templates/account.php:268 1273 1293 msgid "Free Trial" 1274 1294 msgstr "" 1275 1295 1276 #: templates/account.php:2 831296 #: templates/account.php:279 1277 1297 msgid "Account Details" 1278 1298 msgstr "" 1279 1299 1280 #: templates/account.php:290, templates/forms/data-debug-mode.php:33 1300 #: templates/account.php:288 1301 msgid "Stop Debug" 1302 msgstr "" 1303 1304 #: templates/account.php:286, templates/forms/data-debug-mode.php:33 1281 1305 msgid "Start Debug" 1282 1306 msgstr "" 1283 1307 1284 #: templates/account.php:292 1285 msgid "Stop Debug" 1286 msgstr "" 1287 1288 #: templates/account.php:299 1308 #: templates/account.php:295 1289 1309 msgid "Billing & Invoices" 1290 1310 msgstr "" 1291 1311 1292 #: templates/account.php:3 22, templates/account/partials/addon.php:236, templates/account/partials/deactivate-license-button.php:351312 #: templates/account.php:318, templates/account/partials/addon.php:236, templates/account/partials/deactivate-license-button.php:35 1293 1313 msgid "Deactivate License" 1294 1314 msgstr "" 1295 1315 1296 #: templates/account.php:34 5, templates/forms/subscription-cancellation.php:1251316 #: templates/account.php:341, templates/forms/subscription-cancellation.php:125 1297 1317 msgid "Are you sure you want to proceed?" 1298 1318 msgstr "" 1299 1319 1300 #: templates/account.php:34 5, templates/account/partials/addon.php:2601320 #: templates/account.php:341, templates/account/partials/addon.php:260 1301 1321 msgid "Cancel Subscription" 1302 1322 msgstr "" 1303 1323 1304 #: templates/account.php:37 4, templates/account/partials/addon.php:3451324 #: templates/account.php:370, templates/account/partials/addon.php:345 1305 1325 msgctxt "as synchronize" 1306 1326 msgid "Sync" 1307 1327 msgstr "" 1308 1328 1309 #: templates/account.php:38 9, templates/debug.php:5751329 #: templates/account.php:385, templates/debug.php:575 1310 1330 msgid "Name" 1311 1331 msgstr "" 1312 1332 1313 #: templates/account.php:39 5, templates/debug.php:5761333 #: templates/account.php:391, templates/debug.php:576 1314 1334 msgid "Email" 1315 1335 msgstr "" 1316 1336 1317 #: templates/account.php: 402, templates/debug.php:410, templates/debug.php:6251337 #: templates/account.php:398, templates/debug.php:410, templates/debug.php:625 1318 1338 msgid "User ID" 1319 1339 msgstr "" 1320 1340 1321 #: templates/account.php:4 20, templates/account.php:738, templates/account.php:789, templates/debug.php:267, templates/debug.php:404, templates/debug.php:515, templates/debug.php:574, templates/debug.php:623, templates/debug.php:702, templates/account/payments.php:35, templates/debug/logger.php:211341 #: templates/account.php:416, templates/account.php:734, templates/account.php:785, templates/debug.php:267, templates/debug.php:404, templates/debug.php:515, templates/debug.php:574, templates/debug.php:623, templates/debug.php:702, templates/account/payments.php:35, templates/debug/logger.php:21 1322 1342 msgid "ID" 1323 1343 msgstr "" 1324 1344 1325 #: templates/account.php:42 71345 #: templates/account.php:423 1326 1346 msgid "Site ID" 1327 1347 msgstr "" 1328 1348 1329 #: templates/account.php:4 301349 #: templates/account.php:426 1330 1350 msgid "No ID" 1331 1351 msgstr "" 1332 1352 1333 #: templates/account.php:43 5, templates/debug.php:274, templates/debug.php:413, templates/debug.php:519, templates/debug.php:578, templates/account/partials/site.php:2281353 #: templates/account.php:431, templates/debug.php:274, templates/debug.php:413, templates/debug.php:519, templates/debug.php:578, templates/account/partials/site.php:228 1334 1354 msgid "Public Key" 1335 1355 msgstr "" 1336 1356 1337 #: templates/account.php:4 41, templates/debug.php:414, templates/debug.php:520, templates/debug.php:579, templates/account/partials/site.php:2411357 #: templates/account.php:437, templates/debug.php:414, templates/debug.php:520, templates/debug.php:579, templates/account/partials/site.php:241 1338 1358 msgid "Secret Key" 1339 1359 msgstr "" 1340 1360 1341 #: templates/account.php:44 41361 #: templates/account.php:440 1342 1362 msgctxt "as secret encryption key missing" 1343 1363 msgid "No Secret" 1344 1364 msgstr "" 1345 1365 1346 #: templates/account.php:471, templates/account/partials/site.php:120, templates/account/partials/site.php:122 1366 #: templates/account.php:494, templates/debug.php:631, templates/account/partials/site.php:262 1367 msgid "License Key" 1368 msgstr "" 1369 1370 #: templates/account.php:467, templates/account/partials/site.php:122, templates/account/partials/site.php:120 1347 1371 msgid "Trial" 1348 1372 msgstr "" 1349 1373 1350 #: templates/account.php:498, templates/debug.php:631, templates/account/partials/site.php:262 1351 msgid "License Key" 1352 msgstr "" 1353 1354 #: templates/account.php:529 1374 #: templates/account.php:525 1355 1375 msgid "Join the Beta program" 1356 1376 msgstr "" 1357 1377 1358 #: templates/account.php:53 51378 #: templates/account.php:531 1359 1379 msgid "not verified" 1360 1380 msgstr "" 1361 1381 1362 #: templates/account.php:544, templates/account/partials/addon.php:195 1382 #: templates/account.php:600 1383 msgid "Free version" 1384 msgstr "" 1385 1386 #: templates/account.php:598 1387 msgid "Premium version" 1388 msgstr "" 1389 1390 #: templates/account.php:540, templates/account/partials/addon.php:195 1363 1391 msgid "Expired" 1364 1392 msgstr "" 1365 1393 1366 #: templates/account.php:602 1367 msgid "Premium version" 1368 msgstr "" 1369 1370 #: templates/account.php:604 1371 msgid "Free version" 1372 msgstr "" 1373 1374 #: templates/account.php:616 1394 #: templates/account.php:612 1375 1395 msgid "Verify Email" 1376 1396 msgstr "" 1377 1397 1378 #: templates/account.php:630 1379 msgid "Download %s Version" 1380 msgstr "" 1381 1382 #: templates/account.php:646 1383 msgid "Download Paid Version" 1384 msgstr "" 1385 1386 #: templates/account.php:664, templates/account.php:927, templates/account/partials/site.php:250, templates/account/partials/site.php:272 1398 #: templates/account.php:689, templates/forms/user-change.php:27 1399 msgid "Change User" 1400 msgstr "" 1401 1402 #: templates/account.php:676 1403 msgid "What is your %s?" 1404 msgstr "" 1405 1406 #: templates/account.php:684, templates/account/billing.php:21 1407 msgctxt "verb" 1408 msgid "Edit" 1409 msgstr "" 1410 1411 #: templates/account.php:660, templates/account.php:923, templates/account/partials/site.php:250, templates/account/partials/site.php:272 1387 1412 msgctxt "verb" 1388 1413 msgid "Show" 1389 1414 msgstr "" 1390 1415 1391 #: templates/account.php:680 1392 msgid "What is your %s?" 1393 msgstr "" 1394 1395 #: templates/account.php:688, templates/account/billing.php:21 1396 msgctxt "verb" 1397 msgid "Edit" 1398 msgstr "" 1399 1400 #: templates/account.php:693, templates/forms/user-change.php:27 1401 msgid "Change User" 1402 msgstr "" 1403 1404 #: templates/account.php:717 1416 #: templates/account.php:626 1417 msgid "Download %s Version" 1418 msgstr "" 1419 1420 #: templates/account.php:642 1421 msgid "Download Paid Version" 1422 msgstr "" 1423 1424 #: templates/account.php:713 1405 1425 msgid "Sites" 1406 1426 msgstr "" 1407 1427 1408 #: templates/account.php:7 301428 #: templates/account.php:726 1409 1429 msgid "Search by address" 1410 1430 msgstr "" 1411 1431 1412 #: templates/account.php:73 9, templates/debug.php:4071432 #: templates/account.php:735, templates/debug.php:407 1413 1433 msgid "Address" 1414 1434 msgstr "" 1415 1435 1416 #: templates/account.php:7 401436 #: templates/account.php:736 1417 1437 msgid "License" 1418 1438 msgstr "" 1419 1439 1420 #: templates/account.php:7 411440 #: templates/account.php:737 1421 1441 msgid "Plan" 1422 1442 msgstr "" 1423 1443 1424 #: templates/account.php:7 921444 #: templates/account.php:788 1425 1445 msgctxt "as software license" 1426 1446 msgid "License" 1427 1447 msgstr "" 1428 1448 1429 #: templates/account.php:9 211449 #: templates/account.php:917 1430 1450 msgctxt "verb" 1431 1451 msgid "Hide" 1432 1452 msgstr "" 1433 1453 1434 #: templates/account.php:9 43, templates/forms/data-debug-mode.php:31, templates/forms/deactivation/form.php:358, templates/forms/deactivation/form.php:3891454 #: templates/account.php:939, templates/forms/data-debug-mode.php:31, templates/forms/deactivation/form.php:358, templates/forms/deactivation/form.php:389 1435 1455 msgid "Processing" 1436 1456 msgstr "" 1437 1457 1438 #: templates/account.php:94 61458 #: templates/account.php:942 1439 1459 msgid "Get updates for bleeding edge Beta versions of %s." 1440 1460 msgstr "" 1441 1461 1442 #: templates/account.php:100 41462 #: templates/account.php:1000 1443 1463 msgid "Cancelling %s" 1444 1464 msgstr "" 1445 1465 1446 #: templates/account.php:100 4, templates/account.php:1021, templates/forms/subscription-cancellation.php:27, templates/forms/deactivation/form.php:1781466 #: templates/account.php:1000, templates/account.php:1017, templates/forms/subscription-cancellation.php:27, templates/forms/deactivation/form.php:178 1447 1467 msgid "trial" 1448 1468 msgstr "" 1449 1469 1450 #: templates/account.php:101 9, templates/forms/deactivation/form.php:1951470 #: templates/account.php:1015, templates/forms/deactivation/form.php:195 1451 1471 msgid "Cancelling %s..." 1452 1472 msgstr "" 1453 1473 1454 #: templates/account.php:10 22, templates/forms/subscription-cancellation.php:28, templates/forms/deactivation/form.php:1791474 #: templates/account.php:1018, templates/forms/subscription-cancellation.php:28, templates/forms/deactivation/form.php:179 1455 1475 msgid "subscription" 1456 1476 msgstr "" 1457 1477 1458 #: templates/account.php:103 61478 #: templates/account.php:1032 1459 1479 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?" 1460 1480 msgstr "" 1461 1481 1462 #: templates/account.php:11 101482 #: templates/account.php:1106 1463 1483 msgid "Disabling white-label mode" 1464 1484 msgstr "" 1465 1485 1466 #: templates/account.php:11 111486 #: templates/account.php:1107 1467 1487 msgid "Enabling white-label mode" 1468 1488 msgstr "" … … 1490 1510 msgstr "" 1491 1511 1492 #: templates/admin-notice.php:1 3, templates/forms/license-activation.php:243, templates/forms/resend-key.php:801512 #: templates/admin-notice.php:17, templates/forms/license-activation.php:245, templates/forms/resend-key.php:80 1493 1513 msgctxt "as close a window" 1494 1514 msgid "Dismiss" 1495 1515 msgstr "" 1496 1516 1517 #. translators: %s: Number of seconds 1497 1518 #: templates/auto-installation.php:45 1498 1519 msgid "%s sec" … … 1524 1545 1525 1546 #. translators: %s: name (e.g. Hey John,) 1526 #: templates/connect.php:1 271547 #: templates/connect.php:118 1527 1548 msgctxt "greeting" 1528 1549 msgid "Hey %s," 1529 1550 msgstr "" 1530 1551 1531 #: templates/connect.php:187 1552 #. translators: %1$s: plugin name (e.g., "Awesome Plugin"); %2$s: version (e.g., "1.2.3") 1553 #: templates/connect.php:186 1554 msgid "Thank you for updating to %1$s v%2$s!" 1555 msgstr "" 1556 1557 #: templates/connect.php:178 1532 1558 msgid "Never miss an important update" 1533 1559 msgstr "" 1534 1560 1535 #: templates/connect.php:195 1536 msgid "Thank you for updating to %1$s v%2$s!" 1561 #: templates/connect.php:196 1562 msgid "Allow & Continue" 1563 msgstr "" 1564 1565 #. translators: %s: module type (plugin, theme, or add-on) 1566 #: templates/connect.php:236 1567 msgid "We have introduced this opt-in so you never miss an important update and help us make the %s more compatible with your site and better at doing what you need it to." 1568 msgstr "" 1569 1570 #: templates/connect.php:238 1571 msgid "Opt in to get email notifications for security & feature updates, educational content, and occasional offers, and to share some basic WordPress environment info." 1572 msgstr "" 1573 1574 #: templates/connect.php:241 1575 msgid "If you skip this, that's okay! %1$s will still work just fine." 1576 msgstr "" 1577 1578 #: templates/connect.php:227 1579 msgid "Opt in to get email notifications for security & feature updates, educational content, and occasional offers, and to share some basic WordPress environment info. This will help us make the %s more compatible with your site and better at doing what you need it to." 1580 msgstr "" 1581 1582 #: templates/connect.php:216 1583 msgid "Welcome to %s! To get started, please enter your license key:" 1584 msgstr "" 1585 1586 #: templates/connect.php:200 1587 msgid "Re-send activation email" 1588 msgstr "" 1589 1590 #: templates/connect.php:204 1591 msgid "Thanks %s!" 1537 1592 msgstr "" 1538 1593 1539 1594 #: templates/connect.php:205 1540 msgid "Allow & Continue"1541 msgstr ""1542 1543 #: templates/connect.php:2091544 msgid "Re-send activation email"1545 msgstr ""1546 1547 #: templates/connect.php:2131548 msgid "Thanks %s!"1549 msgstr ""1550 1551 #: templates/connect.php:2141552 1595 msgid "You should receive a confirmation email for %s to your mailbox at %s. Please make sure you click the button in that email to %s." 1553 1596 msgstr "" 1554 1597 1555 #: templates/connect.php:225 1556 msgid "Welcome to %s! To get started, please enter your license key:" 1557 msgstr "" 1558 1559 #: templates/connect.php:236 1560 msgid "Opt in to get email notifications for security & feature updates, educational content, and occasional offers, and to share some basic WordPress environment info. This will help us make the %s more compatible with your site and better at doing what you need it to." 1561 msgstr "" 1562 1563 #. translators: %s: module type (plugin, theme, or add-on) 1564 #: templates/connect.php:245 1565 msgid "We have introduced this opt-in so you never miss an important update and help us make the %s more compatible with your site and better at doing what you need it to." 1566 msgstr "" 1567 1568 #: templates/connect.php:247 1569 msgid "Opt in to get email notifications for security & feature updates, educational content, and occasional offers, and to share some basic WordPress environment info." 1570 msgstr "" 1571 1572 #: templates/connect.php:250 1573 msgid "If you skip this, that's okay! %1$s will still work just fine." 1574 msgstr "" 1575 1576 #: templates/connect.php:280 1598 #: templates/connect.php:271 1577 1599 msgid "We're excited to introduce the Freemius network-level integration." 1578 1600 msgstr "" 1579 1601 1602 #: templates/connect.php:285 1603 msgid "During the update process we detected %s site(s) in the network that are still pending your attention." 1604 msgstr "" 1605 1606 #: templates/connect.php:274 1607 msgid "During the update process we detected %d site(s) that are still pending license activation." 1608 msgstr "" 1609 1610 #: templates/connect.php:276 1611 msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button." 1612 msgstr "" 1613 1614 #: templates/connect.php:278 1615 msgid "%s's paid features" 1616 msgstr "" 1617 1580 1618 #: templates/connect.php:283 1581 msgid "During the update process we detected %d site(s) that are still pending license activation."1582 msgstr ""1583 1584 #: templates/connect.php:2851585 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 ""1587 1588 #: templates/connect.php:2871589 msgid "%s's paid features"1590 msgstr ""1591 1592 #: templates/connect.php:2921593 1619 msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page." 1594 1620 msgstr "" 1595 1621 1596 #: templates/connect.php:294 1597 msgid "During the update process we detected %s site(s) in the network that are still pending your attention." 1598 msgstr "" 1599 1600 #: templates/connect.php:303, templates/forms/data-debug-mode.php:35, templates/forms/license-activation.php:42 1622 #: templates/connect.php:294, templates/forms/data-debug-mode.php:35, templates/forms/license-activation.php:42 1601 1623 msgid "License key" 1602 1624 msgstr "" 1603 1625 1604 #: templates/connect.php: 306, templates/forms/license-activation.php:221626 #: templates/connect.php:297, templates/forms/license-activation.php:22 1605 1627 msgid "Can't find your license key?" 1606 1628 msgstr "" 1607 1629 1608 #: templates/connect.php:36 9, templates/connect.php:693, templates/forms/deactivation/retry-skip.php:201630 #: templates/connect.php:360, templates/connect.php:690, templates/forms/deactivation/retry-skip.php:20 1609 1631 msgctxt "verb" 1610 1632 msgid "Skip" 1611 1633 msgstr "" 1612 1634 1613 #: templates/connect.php:3 721635 #: templates/connect.php:363 1614 1636 msgid "Delegate to Site Admins" 1615 1637 msgstr "" 1616 1638 1617 #: templates/connect.php:3 721639 #: templates/connect.php:363 1618 1640 msgid "If you click it, this decision will be delegated to the sites administrators." 1619 1641 msgstr "" 1620 1642 1621 #: templates/connect.php:39 91643 #: templates/connect.php:392 1622 1644 msgid "License issues?" 1623 1645 msgstr "" 1624 1646 1625 #: templates/connect.php:423 1647 #: templates/connect.php:421 1648 msgid "This will allow %s to" 1649 msgstr "" 1650 1651 #: templates/connect.php:416 1626 1652 msgid "For delivery of security & feature updates, and license management, %s needs to" 1627 1653 msgstr "" 1628 1654 1629 #: templates/connect.php:4 281630 msgid " This will allow %s to"1631 msgstr "" 1632 1633 #: templates/connect.php:4 431655 #: templates/connect.php:439 1656 msgid "Have a license key?" 1657 msgstr "" 1658 1659 #: templates/connect.php:436 1634 1660 msgid "Don't have a license key?" 1635 1661 msgstr "" 1636 1662 1637 #: templates/connect.php:446 1638 msgid "Have a license key?" 1639 msgstr "" 1640 1641 #: templates/connect.php:454 1663 #: templates/connect.php:447 1642 1664 msgid "Freemius is our licensing and software updates engine" 1643 1665 msgstr "" 1644 1666 1645 #: templates/connect.php:45 71667 #: templates/connect.php:450 1646 1668 msgid "Privacy Policy" 1647 1669 msgstr "" 1648 1670 1649 #: templates/connect.php:459 1671 #: templates/connect.php:455 1672 msgid "Terms of Service" 1673 msgstr "" 1674 1675 #: templates/connect.php:453 1650 1676 msgid "License Agreement" 1651 1677 msgstr "" 1652 1678 1653 #: templates/connect.php:459 1654 msgid "Terms of Service" 1655 msgstr "" 1656 1657 #: templates/connect.php:879 1679 #: templates/connect.php:876 1658 1680 msgctxt "as in the process of sending an email" 1659 1681 msgid "Sending email" 1660 1682 msgstr "" 1661 1683 1662 #: templates/connect.php:8 801684 #: templates/connect.php:877 1663 1685 msgctxt "as activating plugin" 1664 1686 msgid "Activating" … … 1809 1831 msgstr "" 1810 1832 1833 #. translators: %s: 'plugin' or 'theme' 1811 1834 #: templates/debug.php:398 1812 1835 msgid "%s Installs" … … 1920 1943 msgstr "" 1921 1944 1945 #. translators: %s: Page name 1922 1946 #: templates/secure-https-header.php:28 1923 1947 msgid "Secure HTTPS %s page, running from an external domain" … … 1928 1952 msgstr "" 1929 1953 1930 #: includes/debug/class-fs-debug-bar-panel.php: 48, templates/debug/api-calls.php:54, templates/debug/logger.php:621954 #: includes/debug/class-fs-debug-bar-panel.php:51, templates/debug/api-calls.php:54, templates/debug/logger.php:62 1931 1955 msgctxt "milliseconds" 1932 1956 msgid "ms" … … 1949 1973 msgstr "" 1950 1974 1975 #: includes/managers/class-fs-clone-manager.php:1211 1976 msgid "The products below have been placed into safe mode because we noticed that %2$s is an exact copy of %3$s:%1$s" 1977 msgstr "" 1978 1979 #: includes/managers/class-fs-clone-manager.php:1212 1980 msgid "The products below have been placed into safe mode because we noticed that %2$s is an exact copy of these sites:%3$s%1$s" 1981 msgstr "" 1982 1951 1983 #: includes/managers/class-fs-clone-manager.php:1205 1952 1984 msgid "%1$s has been placed into safe mode because we noticed that %2$s is an exact copy of %3$s." 1953 msgstr ""1954 1955 #: includes/managers/class-fs-clone-manager.php:12111956 msgid "The products below have been placed into safe mode because we noticed that %2$s is an exact copy of %3$s:%1$s"1957 msgstr ""1958 1959 #: includes/managers/class-fs-clone-manager.php:12121960 msgid "The products below have been placed into safe mode because we noticed that %2$s is an exact copy of these sites:%3$s%1$s"1961 1985 msgstr "" 1962 1986 … … 2063 2087 msgstr "" 2064 2088 2089 #. translators: %s: 'Plugin' or 'Theme' 2065 2090 #: includes/managers/class-fs-permission-manager.php:195 2066 2091 msgid "To provide additional functionality that's relevant to your website, avoid WordPress or PHP version incompatibilities that can break your website, and recognize which languages & regions the %s should be translated and tailored to." … … 2071 2096 msgstr "" 2072 2097 2098 #. translators: %s: 'Plugin' or 'Theme' 2073 2099 #: includes/managers/class-fs-permission-manager.php:210 2074 2100 msgid "Current %s & SDK versions, and if active or uninstalled" … … 2079 2105 msgstr "" 2080 2106 2081 #: includes/managers/class-fs-permission-manager.php:262 2082 msgstr "" 2083 2107 #. translators: %s: 'Plugin' or 'Theme' 2084 2108 #: includes/managers/class-fs-permission-manager.php:272 2085 2109 msgid "To let you manage & control where the license is activated and ensure %s security & feature updates are only delivered to websites you authorize." … … 2090 2114 msgstr "" 2091 2115 2116 #. translators: %s: 'Plugin' or 'Theme' 2092 2117 #: includes/managers/class-fs-permission-manager.php:287 2093 2118 msgid "Is active, deactivated, or uninstalled" … … 2110 2135 msgstr "" 2111 2136 2137 #. translators: %s: 'Plugin' or 'Theme' 2112 2138 #: includes/managers/class-fs-permission-manager.php:330 2113 2139 msgid "To avoid breaking your website due to WordPress or PHP version incompatibilities, and recognize which languages & regions the %s should be translated and tailored to." … … 2309 2335 msgstr "" 2310 2336 2311 #: templates/forms/affiliation.php:8 32337 #: templates/forms/affiliation.php:86 2312 2338 msgid "Non-expiring" 2313 2339 msgstr "" 2314 2340 2315 #: templates/forms/affiliation.php:8 62341 #: templates/forms/affiliation.php:89 2316 2342 msgid "Apply to become an affiliate" 2317 2343 msgstr "" 2318 2344 2319 #: templates/forms/affiliation.php:108 2345 #: templates/forms/affiliation.php:137 2346 msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support." 2347 msgstr "" 2348 2349 #: templates/forms/affiliation.php:134 2350 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." 2351 msgstr "" 2352 2353 #: templates/forms/affiliation.php:131 2354 msgid "Your affiliation account was temporarily suspended." 2355 msgstr "" 2356 2357 #: templates/forms/affiliation.php:128 2358 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." 2359 msgstr "" 2360 2361 #: templates/forms/affiliation.php:113 2320 2362 msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s." 2321 2363 msgstr "" 2322 2364 2323 #: templates/forms/affiliation.php:123 2324 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." 2325 msgstr "" 2326 2327 #: templates/forms/affiliation.php:126 2328 msgid "Your affiliation account was temporarily suspended." 2329 msgstr "" 2330 2331 #: templates/forms/affiliation.php:129 2332 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." 2333 msgstr "" 2334 2335 #: templates/forms/affiliation.php:132 2336 msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support." 2337 msgstr "" 2338 2339 #: templates/forms/affiliation.php:145 2365 #: templates/forms/affiliation.php:150 2340 2366 msgid "Like the %s? Become our ambassador and earn cash ;-)" 2341 2367 msgstr "" 2342 2368 2343 #: templates/forms/affiliation.php:1 462369 #: templates/forms/affiliation.php:151 2344 2370 msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!" 2345 2371 msgstr "" 2346 2372 2347 #: templates/forms/affiliation.php:1 492373 #: templates/forms/affiliation.php:154 2348 2374 msgid "Program Summary" 2349 2375 msgstr "" 2350 2376 2351 #: templates/forms/affiliation.php:15 12377 #: templates/forms/affiliation.php:156 2352 2378 msgid "%s commission when a customer purchases a new license." 2353 2379 msgstr "" 2354 2380 2355 #: templates/forms/affiliation.php:15 32381 #: templates/forms/affiliation.php:158 2356 2382 msgid "Get commission for automated subscription renewals." 2357 2383 msgstr "" 2358 2384 2359 #: templates/forms/affiliation.php:1 562385 #: templates/forms/affiliation.php:161 2360 2386 msgid "%s tracking cookie after the first visit to maximize earnings potential." 2361 2387 msgstr "" 2362 2388 2363 #: templates/forms/affiliation.php:1 592389 #: templates/forms/affiliation.php:164 2364 2390 msgid "Unlimited commissions." 2365 2391 msgstr "" 2366 2392 2367 #: templates/forms/affiliation.php:16 12393 #: templates/forms/affiliation.php:166 2368 2394 msgid "%s minimum payout amount." 2369 2395 msgstr "" 2370 2396 2371 #: templates/forms/affiliation.php:16 22397 #: templates/forms/affiliation.php:167 2372 2398 msgid "Payouts are in USD and processed monthly via PayPal." 2373 2399 msgstr "" 2374 2400 2375 #: templates/forms/affiliation.php:16 32401 #: templates/forms/affiliation.php:168 2376 2402 msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days." 2377 2403 msgstr "" 2378 2404 2379 #: templates/forms/affiliation.php:1 662405 #: templates/forms/affiliation.php:171 2380 2406 msgid "Affiliate" 2381 2407 msgstr "" 2382 2408 2383 #: templates/forms/affiliation.php:1 69, templates/forms/resend-key.php:232409 #: templates/forms/affiliation.php:174, templates/forms/resend-key.php:23 2384 2410 msgid "Email address" 2385 2411 msgstr "" 2386 2412 2387 #: templates/forms/affiliation.php:17 32413 #: templates/forms/affiliation.php:178 2388 2414 msgid "Full name" 2389 2415 msgstr "" 2390 2416 2391 #: templates/forms/affiliation.php:1 772417 #: templates/forms/affiliation.php:182 2392 2418 msgid "PayPal account email address" 2393 2419 msgstr "" 2394 2420 2395 #: templates/forms/affiliation.php:18 12421 #: templates/forms/affiliation.php:186 2396 2422 msgid "Where are you going to promote the %s?" 2397 2423 msgstr "" 2398 2424 2399 #: templates/forms/affiliation.php:18 32425 #: templates/forms/affiliation.php:188 2400 2426 msgid "Enter the domain of your website or other websites from where you plan to promote the %s." 2401 2427 msgstr "" 2402 2428 2403 #: templates/forms/affiliation.php:1 852429 #: templates/forms/affiliation.php:190 2404 2430 msgid "Add another domain" 2405 2431 msgstr "" 2406 2432 2407 #: templates/forms/affiliation.php:1 892433 #: templates/forms/affiliation.php:194 2408 2434 msgid "Extra Domains" 2409 2435 msgstr "" 2410 2436 2411 #: templates/forms/affiliation.php:19 02437 #: templates/forms/affiliation.php:195 2412 2438 msgid "Extra domains where you will be marketing the product from." 2413 2439 msgstr "" 2414 2440 2415 #: templates/forms/affiliation.php:20 02441 #: templates/forms/affiliation.php:205 2416 2442 msgid "Promotion methods" 2417 2443 msgstr "" 2418 2444 2419 #: templates/forms/affiliation.php:20 32445 #: templates/forms/affiliation.php:208 2420 2446 msgid "Social media (Facebook, Twitter, etc.)" 2421 2447 msgstr "" 2422 2448 2423 #: templates/forms/affiliation.php:2 072449 #: templates/forms/affiliation.php:212 2424 2450 msgid "Mobile apps" 2425 2451 msgstr "" 2426 2452 2427 #: templates/forms/affiliation.php:21 12453 #: templates/forms/affiliation.php:216 2428 2454 msgid "Website, email, and social media statistics (optional)" 2429 2455 msgstr "" 2430 2456 2431 #: templates/forms/affiliation.php:21 42457 #: templates/forms/affiliation.php:219 2432 2458 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)." 2433 2459 msgstr "" 2434 2460 2435 #: templates/forms/affiliation.php:2 182461 #: templates/forms/affiliation.php:223 2436 2462 msgid "How will you promote us?" 2437 2463 msgstr "" 2438 2464 2439 #: templates/forms/affiliation.php:22 12465 #: templates/forms/affiliation.php:226 2440 2466 msgid "Please provide details on how you intend to promote %s (please be as specific as possible)." 2441 2467 msgstr "" 2442 2468 2443 #: templates/forms/affiliation.php:23 3, templates/forms/resend-key.php:22, templates/account/partials/disconnect-button.php:922469 #: templates/forms/affiliation.php:238, templates/forms/resend-key.php:22, templates/account/partials/disconnect-button.php:92 2444 2470 msgid "Cancel" 2445 2471 msgstr "" 2446 2472 2447 #: templates/forms/affiliation.php:2 352473 #: templates/forms/affiliation.php:240 2448 2474 msgid "Become an affiliate" 2449 2475 msgstr "" … … 2526 2552 msgstr "" 2527 2553 2528 #: templates/forms/license-activation.php:20 42554 #: templates/forms/license-activation.php:206 2529 2555 msgid "Associate with the license owner's account." 2556 msgstr "" 2557 2558 #: templates/forms/optout.php:104 2559 msgid "Keep automatic updates" 2530 2560 msgstr "" 2531 2561 … … 2548 2578 #: templates/forms/optout.php:82 2549 2579 msgid "Extensions" 2550 msgstr ""2551 2552 #: templates/forms/optout.php:1042553 msgid "Keep automatic updates"2554 2580 msgstr "" 2555 2581 … … 2615 2641 msgstr "" 2616 2642 2643 #. translators: %1$s: Number of trial days; %2$s: Plan name; 2617 2644 #: templates/forms/trial-start.php:22 2618 2645 msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan." 2619 2646 msgstr "" 2620 2647 2648 #. translators: %s: Link to freemius.com 2621 2649 #: templates/forms/trial-start.php:28 2622 2650 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." … … 2647 2675 msgstr "" 2648 2676 2677 #: templates/partials/network-activation.php:36 2678 msgid "Activate license on all pending sites." 2679 msgstr "" 2680 2681 #: templates/partials/network-activation.php:37 2682 msgid "Apply on all pending sites." 2683 msgstr "" 2684 2649 2685 #: templates/partials/network-activation.php:32 2650 2686 msgid "Activate license on all sites in the network." … … 2655 2691 msgstr "" 2656 2692 2657 #: templates/partials/network-activation.php:362658 msgid "Activate license on all pending sites."2659 msgstr ""2660 2661 #: templates/partials/network-activation.php:372662 msgid "Apply on all pending sites."2663 msgstr ""2664 2665 2693 #: templates/partials/network-activation.php:45, templates/partials/network-activation.php:79 2666 2694 msgid "allow" … … 2675 2703 msgstr "" 2676 2704 2677 #: templates/plugin-info/description.php: 72, templates/plugin-info/screenshots.php:312705 #: templates/plugin-info/description.php:67, templates/plugin-info/screenshots.php:26 2678 2706 msgid "Click to view full-size screenshot %d" 2679 2707 msgstr "" … … 2696 2724 msgstr "" 2697 2725 2698 #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription' 2699 #: templates/account/partials/addon.php:34 2700 msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s." 2726 #: templates/account/partials/addon.php:200 2727 msgid "No expiration" 2701 2728 msgstr "" 2702 2729 … … 2705 2732 msgstr "" 2706 2733 2707 #: templates/account/partials/addon.php:200 2708 msgid "No expiration" 2734 #. translators: %s is replaced with the website's homepage address. 2735 #: templates/account/partials/disconnect-button.php:78 2736 msgid "Disconnecting the website will permanently remove %s from your User Dashboard's account." 2709 2737 msgstr "" 2710 2738 … … 2713 2741 msgstr "" 2714 2742 2715 #: templates/account/partials/disconnect-button.php:78 2716 msgid "Disconnecting the website will permanently remove %s from your User Dashboard's account." 2717 msgstr "" 2718 2743 #. translators: %1$s is replaced by the paid plan name, %2$s is replaced with an anchor link with the text "User Dashboard". 2719 2744 #: templates/account/partials/disconnect-button.php:84 2720 2745 msgid "If you wish to cancel your %1$s plan's subscription instead, please navigate to the %2$s and cancel it there." -
wp-notification-bell/trunk/freemius/start.php
r3030323 r3067195 16 16 * @var string 17 17 */ 18 $this_sdk_version = '2. 6.2';18 $this_sdk_version = '2.7.0'; 19 19 20 20 #region SDK Selection Logic -------------------------------------------------------------------- -
wp-notification-bell/trunk/freemius/templates/account/partials/addon.php
r2685580 r3067195 32 32 $cancelling_subscription_text = fs_text_inline( 'Cancelling the subscription', 'cancelling-subscription', $slug ); 33 33 /* translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription' */ 34 $downgrade_x_confirm_text = fs_text_inline( '%1$s will immediately stop all future recurring payments and your % s plan license will expire in %s.', 'downgrade-x-confirm', $slug );34 $downgrade_x_confirm_text = fs_text_inline( '%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s.', 'downgrade-x-confirm', $slug ); 35 35 $prices_increase_text = fs_text_inline( '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.', 'pricing-increase-warning', $slug ); 36 36 $cancel_trial_confirm_text = fs_text_inline( 'Cancelling the trial will immediately block access to all premium features. Are you sure?', 'cancel-trial-confirm', $slug ); … … 241 241 ); 242 242 243 $human_readable_license_expiration = human_time_diff( time(), strtotime( $license->expiration ) );244 $downgrade_confirmation_message = sprintf(245 $downgrade_x_confirm_text,246 ( $fs_addon->is_only_premium() ? $cancelling_subscription_text : $downgrading_plan_text ),247 $plan->title,248 $human_readable_license_expiration249 );250 251 243 $after_downgrade_message = ! $license->is_block_features ? 252 244 sprintf( $after_downgrade_non_blocking_text, $plan->title, $fs_addon->get_module_label( true ) ) : … … 254 246 255 247 if ( ! $license->is_lifetime() && $is_active_subscription ) { 248 $human_readable_license_expiration = human_time_diff( time(), strtotime( $license->expiration ) ); 249 $downgrade_confirmation_message = sprintf( 250 $downgrade_x_confirm_text, 251 ( $fs_addon->is_only_premium() ? $cancelling_subscription_text : $downgrading_plan_text ), 252 $plan->title, 253 $human_readable_license_expiration 254 ); 255 256 256 $buttons[] = fs_ui_get_action_button( 257 257 $fs->get_id(), -
wp-notification-bell/trunk/freemius/templates/checkout.php
r2934827 r3067195 40 40 wp_enqueue_script( 'jquery' ); 41 41 wp_enqueue_script( 'json2' ); 42 fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage. min.js' );42 fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.js' ); 43 43 fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' ); 44 44 fs_enqueue_local_style( 'fs_common', '/admin/common.css' ); -
wp-notification-bell/trunk/freemius/templates/contact.php
r2934827 r3067195 40 40 wp_enqueue_script( 'jquery' ); 41 41 wp_enqueue_script( 'json2' ); 42 fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage. min.js' );42 fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.js' ); 43 43 fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' ); 44 44 fs_enqueue_local_style( 'fs_checkout', '/admin/common.css' ); -
wp-notification-bell/trunk/freemius/templates/forms/license-activation.php
r3030323 r3067195 152 152 ); 153 153 154 $license_input_html .= "<option data-id='{$license->id}' value='{$license-> secret_key}' data-left='{$license->left()}'>{$label}</option>";154 $license_input_html .= "<option data-id='{$license->id}' value='{$license->id}' data-left='{$license->left()}'>{$label}</option>"; 155 155 } 156 156 … … 179 179 value="{$value}" 180 180 data-id="{$available_license->id}" 181 data-license-key="{$available_license->secret_key}"182 181 data-left="{$available_license->left()}" 183 182 readonly /> … … 563 562 } 564 563 565 var 566 license Key= '';564 var licenseKey = '', 565 licenseID = ''; 567 566 568 567 if ( hasLicenseTypes ) { … … 571 570 } else { 572 571 if ( ! hasLicensesDropdown ) { 573 license Key = $availableLicenseKey.data( 'license-key' );572 licenseID = $availableLicenseKey.data( 'id' ); 574 573 } else { 575 license Key= $licensesDropdown.val();574 licenseID = $licensesDropdown.val(); 576 575 } 577 576 } … … 582 581 disableActivateLicenseButton(); 583 582 584 if ( 0 === licenseKey.length) {583 if ( 0 === licenseID.length && 0 === licenseKey.length ) { 585 584 return; 586 585 } … … 589 588 action : '<?php echo $fs->get_ajax_action( 'activate_license' ) ?>', 590 589 security : '<?php echo $fs->get_ajax_security( 'activate_license' ) ?>', 591 license_key: licenseKey,592 590 module_id : '<?php echo $fs->get_id() ?>' 593 591 }; 592 593 if ( licenseID.length > 0 ) { 594 data.license_id = licenseID; 595 } else { 596 data.license_key = licenseKey; 597 } 594 598 595 599 if ( isNetworkActivation ) { -
wp-notification-bell/trunk/freemius/templates/powered-by.php
r2934827 r3067195 37 37 wp_enqueue_script( 'jquery' ); 38 38 wp_enqueue_script( 'json2' ); 39 fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage. min.js' );39 fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.js' ); 40 40 fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' ); 41 41 ?> -
wp-notification-bell/trunk/freemius/templates/pricing.php
r2934827 r3067195 40 40 wp_enqueue_script( 'jquery' ); 41 41 wp_enqueue_script( 'json2' ); 42 fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage. min.js' );42 fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.js' ); 43 43 fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' ); 44 44 fs_enqueue_local_style( 'fs_common', '/admin/common.css' ); -
wp-notification-bell/trunk/includes/comments.php
r3030323 r3067195 30 30 } 31 31 $parent_id = $new_comment['comment_parent']; 32 $parent_author = 0; 32 33 $parent = get_comment( $parent_id, ARRAY_A ); 33 $parent_author = $parent['user_id']; 34 // Check if $parent is null or not set 35 if ( $parent && is_array( $parent ) ) { 36 $parent_author = $parent['user_id']; 37 } 34 38 $post = $new_comment['comment_post_ID']; 35 39 $new_user_meta = array( -
wp-notification-bell/trunk/readme.txt
r3030323 r3067195 3 3 Tags: notifications, woocommerce, bbpress, buddypress, alert, live, message, comments, ajax, dokan, woocommerce notifications 4 4 Requires at least: 4.0 5 Tested up to: 6. 4.36 Stable tag: 1.3. 295 Tested up to: 6.5 6 Stable tag: 1.3.30 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later -
wp-notification-bell/trunk/wp-notification-bell.php
r3030323 r3067195 5 5 * Plugin URI: https://wpsimpleplugins.wordpress.com/documentation/ 6 6 * Description: On-site notification system. 7 * Version: 1.3. 297 * Version: 1.3.30 8 8 * Author: SPlugins 9 9 * Author URI: https://wpsimpleplugins.wordpress.com/documentation/
Note: See TracChangeset
for help on using the changeset viewer.