| @@ -3,15 +3,15 @@ | ||
| 3 | 3 | * @package Freemius |
| 4 | 4 | * @copyright Copyright (c) 2015, Freemius, Inc. |
| 5 | 5 | * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 |
| 6 | 6 | * @since 1.1.4 |
| 7 | - * | |
| 8 | - * @deprecated This file is no longer in use. It's still in the project for backward compatibility. | |
| 7 | + * | |
| 8 | + * @deprecated This file is no longer in use. It's still in the project for backward compatibility. | |
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | - if ( ! defined( 'ABSPATH' ) ) { | |
| 12 | - exit; | |
| 13 | - } | |
| 11 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 12 | + exit; | |
| 13 | +} | |
| 14 | 14 | |
| 15 | 15 | require_once dirname( __FILE__ ) . '/l10n.php'; |
| 16 | 16 | |
| 17 | 17 | /** |
| @@ -96,54 +96,56 @@ | ||
| 96 | 96 | 'few-plugin-tweaks' => _fs_text( 'We made a few tweaks to the %s, %s' ), |
| 97 | 97 | 'optin-x-now' => _fs_text( 'Opt in to make "%s" better!' ), |
| 98 | 98 | 'error' => _fs_text( 'Error' ), |
| 99 | 99 | 'failed-finding-main-path' => _fs_text( 'Freemius SDK couldn\'t find the plugin\'s main file. Please contact [email protected] with the current error.' ), |
| 100 | - 'learn-more' => _fs_text( 'Learn more' ), | |
| 100 | + 'learn-more' => _fs_text( 'Learn more' ), | |
| 101 | + 'license_not_whitelabeled' => _fs_text( "Is this your client's site? %s if you wish to hide sensitive info like your billing address and invoices from the WP Admin."), | |
| 102 | + 'license_whitelabeled' => _fs_text( 'Your %s license was flagged as white-labeled to hide sensitive information from the WP Admin (e.g. your billing address and 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.'), | |
| 101 | 103 | |
| 102 | 104 | #region Affiliation |
| 103 | - 'affiliation' => _fs_text( 'Affiliation' ), | |
| 104 | - 'affiliate' => _fs_text( 'Affiliate' ), | |
| 105 | - 'affiliate-tracking' => _fs_text( '%s tracking cookie after the first visit to maximize earnings potential.' ), | |
| 106 | - 'renewals-commission' => _fs_text( 'Get commission for automated subscription renewals.' ), | |
| 107 | - 'affiliate-application-accepted' => _fs_text( "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s." ), | |
| 108 | - 'affiliate-application-thank-you' => _fs_text( "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." ), | |
| 109 | - 'affiliate-application-rejected' => _fs_text( "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." ), | |
| 110 | - 'affiliate-account-suspended' => _fs_text( 'Your affiliation account was temporarily suspended.' ), | |
| 111 | - 'affiliate-account-blocked' => _fs_text( 'Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support.' ), | |
| 112 | - 'become-an-ambassador' => _fs_text( 'Like the %s? Become our ambassador and earn cash ;-)' ), | |
| 113 | - 'become-an-ambassador-admin-notice' => _fs_text( '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!' ), | |
| 114 | - 'refer-new-customers' => _fs_text( 'Refer new customers to our %s and earn %s commission on each successful sale you refer!' ), | |
| 115 | - 'program-summary' => _fs_text( 'Program Summary' ), | |
| 116 | - 'commission-on-new-license-purchase' => _fs_text( '%s commission when a customer purchases a new license.' ), | |
| 117 | - 'unlimited-commissions' => _fs_text( 'Unlimited commissions.' ), | |
| 118 | - 'minimum-payout-amount' => _fs_text( '%s minimum payout amount.' ), | |
| 119 | - 'payouts-unit-and-processing' => _fs_text( 'Payouts are in USD and processed monthly via PayPal.' ), | |
| 120 | - 'commission-payment' => _fs_text( 'As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days.' ), | |
| 121 | - 'become-an-affiliate' => _fs_text( 'Become an affiliate' ), | |
| 122 | - 'apply-to-become-an-affiliate' => _fs_text( 'Apply to become an affiliate' ), | |
| 123 | - 'full-name' => _fs_text( 'Full name' ), | |
| 124 | - 'paypal-account-email-address' => _fs_text( 'PayPal account email address' ), | |
| 125 | - 'promotion-methods' => _fs_text( 'Promotion methods' ), | |
| 126 | - 'social-media' => _fs_text( 'Social media (Facebook, Twitter, etc.)' ), | |
| 127 | - 'mobile-apps' => _fs_text( 'Mobile apps' ), | |
| 128 | - 'statistics-information-field-label' => _fs_text( 'Website, email, and social media statistics (optional)' ), | |
| 129 | - 'statistics-information-field-desc' => _fs_text( '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).' ), | |
| 130 | - 'promotion-method-desc-field-label' => _fs_text( 'How will you promote us?' ), | |
| 131 | - 'promotion-method-desc-field-desc' => _fs_text( 'Please provide details on how you intend to promote %s (please be as specific as possible).' ), | |
| 132 | - 'domain-field-label' => _fs_text( 'Where are you going to promote the %s?' ), | |
| 133 | - 'domain-field-desc' => _fs_text( 'Enter the domain of your website or other websites from where you plan to promote the %s.' ), | |
| 134 | - 'extra-domain-fields-label' => _fs_text( 'Extra Domains' ), | |
| 135 | - 'extra-domain-fields-desc' => _fs_text( 'Extra domains where you will be marketing the product from.' ), | |
| 136 | - 'add-another-domain' => _fs_text( 'Add another domain' ), | |
| 137 | - 'remove' => _fs_x( 'Remove', 'Remove domain' ), | |
| 138 | - 'email-address-is-required' => _fs_text( 'Email address is required.' ), | |
| 139 | - 'domain-is-required' => _fs_text( 'Domain is required.' ), | |
| 140 | - 'invalid-domain' => _fs_text( 'Invalid domain' ), | |
| 141 | - 'paypal-email-address-is-required' => _fs_text( 'PayPal email address is required.' ), | |
| 142 | - 'processing' => _fs_text( 'Processing...' ), | |
| 143 | - 'non-expiring' => _fs_text( 'Non-expiring' ), | |
| 144 | - 'account-is-pending-activation' => _fs_text( 'Account is pending activation.' ), | |
| 145 | - #endregion Affiliation | |
| 105 | + 'affiliation' => _fs_text( 'Affiliation' ), | |
| 106 | + 'affiliate' => _fs_text( 'Affiliate' ), | |
| 107 | + 'affiliate-tracking' => _fs_text( '%s tracking cookie after the first visit to maximize earnings potential.' ), | |
| 108 | + 'renewals-commission' => _fs_text( 'Get commission for automated subscription renewals.' ), | |
| 109 | + 'affiliate-application-accepted' => _fs_text( 'Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s.' ), | |
| 110 | + 'affiliate-application-thank-you' => _fs_text( "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." ), | |
| 111 | + 'affiliate-application-rejected' => _fs_text( "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." ), | |
| 112 | + 'affiliate-account-suspended' => _fs_text( 'Your affiliation account was temporarily suspended.' ), | |
| 113 | + 'affiliate-account-blocked' => _fs_text( 'Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support.' ), | |
| 114 | + 'become-an-ambassador' => _fs_text( 'Like the %s? Become our ambassador and earn cash ;-)' ), | |
| 115 | + 'become-an-ambassador-admin-notice' => _fs_text( '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!' ), | |
| 116 | + 'refer-new-customers' => _fs_text( 'Refer new customers to our %s and earn %s commission on each successful sale you refer!' ), | |
| 117 | + 'program-summary' => _fs_text( 'Program Summary' ), | |
| 118 | + 'commission-on-new-license-purchase' => _fs_text( '%s commission when a customer purchases a new license.' ), | |
| 119 | + 'unlimited-commissions' => _fs_text( 'Unlimited commissions.' ), | |
| 120 | + 'minimum-payout-amount' => _fs_text( '%s minimum payout amount.' ), | |
| 121 | + 'payouts-unit-and-processing' => _fs_text( 'Payouts are in USD and processed monthly via PayPal.' ), | |
| 122 | + 'commission-payment' => _fs_text( 'As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days.' ), | |
| 123 | + 'become-an-affiliate' => _fs_text( 'Become an affiliate' ), | |
| 124 | + 'apply-to-become-an-affiliate' => _fs_text( 'Apply to become an affiliate' ), | |
| 125 | + 'full-name' => _fs_text( 'Full name' ), | |
| 126 | + 'paypal-account-email-address' => _fs_text( 'PayPal account email address' ), | |
| 127 | + 'promotion-methods' => _fs_text( 'Promotion methods' ), | |
| 128 | + 'social-media' => _fs_text( 'Social media (Facebook, Twitter, etc.)' ), | |
| 129 | + 'mobile-apps' => _fs_text( 'Mobile apps' ), | |
| 130 | + 'statistics-information-field-label' => _fs_text( 'Website, email, and social media statistics (optional)' ), | |
| 131 | + 'statistics-information-field-desc' => _fs_text( '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).' ), | |
| 132 | + 'promotion-method-desc-field-label' => _fs_text( 'How will you promote us?' ), | |
| 133 | + 'promotion-method-desc-field-desc' => _fs_text( 'Please provide details on how you intend to promote %s (please be as specific as possible).' ), | |
| 134 | + 'domain-field-label' => _fs_text( 'Where are you going to promote the %s?' ), | |
| 135 | + 'domain-field-desc' => _fs_text( 'Enter the domain of your website or other websites from where you plan to promote the %s.' ), | |
| 136 | + 'extra-domain-fields-label' => _fs_text( 'Extra Domains' ), | |
| 137 | + 'extra-domain-fields-desc' => _fs_text( 'Extra domains where you will be marketing the product from.' ), | |
| 138 | + 'add-another-domain' => _fs_text( 'Add another domain' ), | |
| 139 | + 'remove' => _fs_x( 'Remove', 'Remove domain' ), | |
| 140 | + 'email-address-is-required' => _fs_text( 'Email address is required.' ), | |
| 141 | + 'domain-is-required' => _fs_text( 'Domain is required.' ), | |
| 142 | + 'invalid-domain' => _fs_text( 'Invalid domain' ), | |
| 143 | + 'paypal-email-address-is-required' => _fs_text( 'PayPal email address is required.' ), | |
| 144 | + 'processing' => _fs_text( 'Processing...' ), | |
| 145 | + 'non-expiring' => _fs_text( 'Non-expiring' ), | |
| 146 | + 'account-is-pending-activation' => _fs_text( 'Account is pending activation.' ), | |
| 147 | + #endregion Affiliation | |
| 146 | 148 | |
| 147 | 149 | #region Account |
| 148 | 150 | 'expiration' => _fs_x( 'Expiration', 'as expiration date' ), |
| 149 | 151 | 'license' => _fs_x( 'License', 'as software license' ), |
| @@ -255,9 +257,9 @@ | ||
| 255 | 257 | 'reason-didnt-work-as-expected' => _fs_text( "The %s didn't work as expected" ), |
| 256 | 258 | 'placeholder-feature' => _fs_text( 'What feature?' ), |
| 257 | 259 | 'placeholder-share-what-didnt-work' => _fs_text( "Kindly share what didn't work so we can fix it for future users..." ), |
| 258 | 260 | 'placeholder-what-youve-been-looking-for' => _fs_text( "What you've been looking for?" ), |
| 259 | - 'placeholder-what-did-you-expect' => _fs_text( "What did you expect?" ), | |
| 261 | + 'placeholder-what-did-you-expect' => _fs_text( 'What did you expect?' ), | |
| 260 | 262 | 'reason-didnt-work' => _fs_text( "The %s didn't work" ), |
| 261 | 263 | 'reason-dont-like-to-share-my-information' => _fs_text( "I don't like to share my information with you" ), |
| 262 | 264 | 'dont-have-to-share-any-data' => _fs_text( "You might have missed it, but you don't have to share any data and can just %s the opt-in." ), |
| 263 | 265 | #endregion Plugin Deactivation |
| @@ -444,9 +446,9 @@ | ||
| 444 | 446 | 'connectivity-test-fails-message' => _fs_text( 'From unknown reason, the API connectivity test failed.' ), |
| 445 | 447 | 'connectivity-test-maybe-temporary' => _fs_text( 'It\'s probably a temporary issue on our end. Just to be sure, with your permission, would it be o.k to run another connectivity test?' ), |
| 446 | 448 | 'curl-missing-message' => _fs_text( 'We use PHP cURL library for the API calls, which is a very common library and usually installed and activated out of the box. Unfortunately, cURL is not activated (or disabled) on your server.' ), |
| 447 | 449 | 'curl-disabled-methods' => _fs_text( 'Disabled method(s):' ), |
| 448 | - 'cloudflare-blocks-connection-message' => _fs_text( 'From unknown reason, CloudFlare, the firewall we use, blocks the connection.' ), | |
| 450 | + 'cloudflare-blocks-connection-message' => _fs_text( 'From unknown reason, CloudFlare, the firewall we use, blocks the connection.' ), | |
| 449 | 451 | 'x-requires-access-to-api' => _fs_x( '%s requires an access to our API.', |
| 450 | 452 | 'as pluginX requires an access to our API' ), |
| 451 | 453 | 'squid-blocks-connection-message' => _fs_text( 'It looks like your server is using Squid ACL (access control lists), which blocks the connection.' ), |
| 452 | 454 | 'squid-no-clue-title' => _fs_text( 'I don\'t know what is Squid or ACL, help me!' ), |
| @@ -543,9 +545,9 @@ | ||
| 543 | 545 | 'auto-install-error-premium-activated' => _fs_text( 'Premium version already active.' ), |
| 544 | 546 | 'auto-install-error-premium-addon-activated' => _fs_text( 'Premium add-on version already installed.' ), |
| 545 | 547 | 'auto-install-error-invalid-license' => _fs_text( 'You do not have a valid license to access the premium version.' ), |
| 546 | 548 | 'auto-install-error-serviceware' => _fs_text( 'Plugin is a "Serviceware" which means it does not have a premium code version.' ), |
| 547 | - #endregion | |
| 549 | + #endregion | |
| 548 | 550 | |
| 549 | 551 | /* translators: %s: Page name */ |
| 550 | 552 | 'secure-x-page-header' => _fs_text( 'Secure HTTPS %s page, running from an external domain' ), |
| 551 | 553 | 'pci-compliant' => _fs_text( 'PCI compliant' ), |