Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/stackable-premium   php

Repository URL to install this package:

/ includes / i18n.php

<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.1.4
     *
     * @deprecated  This file is no longer in use. It's still in the project for backward compatibility.
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	require_once dirname( __FILE__ ) . '/l10n.php';

	/**
	 * All strings can now be overridden.
	 *
	 * For example, if we want to override:
	 *      'you-are-step-away' => 'You are just one step away - %s',
	 *
	 * We can use the filter:
	 *      fs_override_i18n( array(
	 *          'opt-in-connect' => __( "Yes - I'm in!", '{your-text_domain}' ),
	 *          'skip'           => __( 'Not today', '{your-text_domain}' ),
	 *      ), '{plugin_slug}' );
	 *
	 * Or with the Freemius instance:
	 *
	 *      my_freemius->override_i18n( array(
	 *          'opt-in-connect' => __( "Yes - I'm in!", '{your-text_domain}' ),
	 *          'skip'           => __( 'Not today', '{your-text_domain}' ),
	 *      ) );
	 */
	global $fs_text;

	$fs_text = array(
		'account'                       => _fs_text( 'Account' ),
		'addon'                         => _fs_text( 'Add-On' ),
		'contact-us'                    => _fs_text( 'Contact Us' ),
		'contact-support'               => _fs_text( 'Contact Support' ),
		'change-ownership'              => _fs_text( 'Change Ownership' ),
		'support'                       => _fs_text( 'Support' ),
		'support-forum'                 => _fs_text( 'Support Forum' ),
		'add-ons'                       => _fs_text( 'Add-Ons' ),
		'upgrade'                       => _fs_x( 'Upgrade', 'verb' ),
		'awesome'                       => _fs_text( 'Awesome' ),
		'pricing'                       => _fs_x( 'Pricing', 'noun' ),
		'price'                         => _fs_x( 'Price', 'noun' ),
		'unlimited-updates'             => _fs_text( 'Unlimited Updates' ),
		'downgrade'                     => _fs_x( 'Downgrade', 'verb' ),
		'cancel-subscription'           => _fs_x( 'Cancel Subscription', 'verb' ),
		'cancel-trial'                  => _fs_text( 'Cancel Trial' ),
		'free-trial'                    => _fs_text( 'Free Trial' ),
		'start-free-x'                  => _fs_text( 'Start my free %s' ),
		'no-commitment-x'               => _fs_text( 'No commitment for %s - cancel anytime' ),
		'after-x-pay-as-little-y'       => _fs_text( 'After your free %s, pay as little as %s' ),
		'details'                       => _fs_text( 'Details' ),
		'account-details'               => _fs_text( 'Account Details' ),
		'delete'                        => _fs_x( 'Delete', 'verb' ),
		'show'                          => _fs_x( 'Show', 'verb' ),
		'hide'                          => _fs_x( 'Hide', 'verb' ),
		'edit'                          => _fs_x( 'Edit', 'verb' ),
		'update'                        => _fs_x( 'Update', 'verb' ),
		'date'                          => _fs_text( 'Date' ),
		'amount'                        => _fs_text( 'Amount' ),
		'invoice'                       => _fs_text( 'Invoice' ),
		'billing'                       => _fs_text( 'Billing' ),
		'payments'                      => _fs_text( 'Payments' ),
		'delete-account'                => _fs_text( 'Delete Account' ),
		'dismiss'                       => _fs_x( 'Dismiss', 'as close a window' ),
		'plan'                          => _fs_x( 'Plan', 'as product pricing plan' ),
		'change-plan'                   => _fs_text( 'Change Plan' ),
		'download-x-version'            => _fs_x( 'Download %s Version', 'as download professional version' ),
		'download-x-version-now'        => _fs_x( 'Download %s version now', 'as download professional version now' ),
		'download-latest'               => _fs_x( 'Download Latest', 'as download latest version' ),
		'you-have-x-license'            => _fs_x( 'You have a %s license.', 'E.g. you have a professional license.' ),
		'new'                           => _fs_text( 'New' ),
		'free'                          => _fs_text( 'Free' ),
		'trial'                         => _fs_x( 'Trial', 'as trial plan' ),
		'start-trial'                   => _fs_x( 'Start Trial', 'as starting a trial plan' ),
		'purchase'                      => _fs_x( 'Purchase', 'verb' ),
		'purchase-license'              => _fs_text( 'Purchase License' ),
		'buy'                           => _fs_x( 'Buy', 'verb' ),
		'buy-license'                   => _fs_text( 'Buy License' ),
		'license-single-site'           => _fs_text( 'Single Site License' ),
		'license-unlimited'             => _fs_text( 'Unlimited Licenses' ),
		'license-x-sites'               => _fs_text( 'Up to %s Sites' ),
		'renew-license-now'             => _fs_text( '%sRenew your license now%s to access version %s security & feature updates, and support.' ),
		'ask-for-upgrade-email-address' => _fs_text( "Enter the email address you've used for the upgrade below and we will resend you the license key." ),
		'x-plan'                        => _fs_x( '%s Plan', 'e.g. Professional Plan' ),
		'you-are-step-away'             => _fs_text( 'You are just one step away - %s' ),
		'activate-x-now'                => _fs_x( 'Complete "%s" Activation Now',
			'%s - plugin name. As complete "Jetpack" activation now' ),
		'few-plugin-tweaks'             => _fs_text( 'We made a few tweaks to the %s, %s' ),
		'optin-x-now'                   => _fs_text( 'Opt in to make "%s" better!' ),
		'error'                         => _fs_text( 'Error' ),
		'failed-finding-main-path'      => _fs_text( 'Freemius SDK couldn\'t find the plugin\'s main file. Please contact sdk@freemius.com with the current error.' ),
        'learn-more'                    => _fs_text( 'Learn more' ),
        '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."),
        '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.'),

		#region Affiliation
        'affiliation'                        => _fs_text( 'Affiliation' ),
        'affiliate'                          => _fs_text( 'Affiliate' ),
        'affiliate-tracking'                 => _fs_text( '%s tracking cookie after the first visit to maximize earnings potential.' ),
        'renewals-commission'                => _fs_text( 'Get commission for automated subscription renewals.' ),
        'affiliate-application-accepted'     => _fs_text( "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s." ),
        '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." ),
        '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." ),
        'affiliate-account-suspended'        => _fs_text( 'Your affiliation account was temporarily suspended.' ),
        '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.' ),
        'become-an-ambassador'               => _fs_text( 'Like the %s? Become our ambassador and earn cash ;-)' ),
        '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!' ),
        'refer-new-customers'                => _fs_text( 'Refer new customers to our %s and earn %s commission on each successful sale you refer!' ),
        'program-summary'                    => _fs_text( 'Program Summary' ),
        'commission-on-new-license-purchase' => _fs_text( '%s commission when a customer purchases a new license.' ),
        'unlimited-commissions'              => _fs_text( 'Unlimited commissions.' ),
        'minimum-payout-amount'              => _fs_text( '%s minimum payout amount.' ),
        'payouts-unit-and-processing'        => _fs_text( 'Payouts are in USD and processed monthly via PayPal.' ),
        'commission-payment'                 => _fs_text( 'As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days.' ),
        'become-an-affiliate'                => _fs_text( 'Become an affiliate' ),
        'apply-to-become-an-affiliate'       => _fs_text( 'Apply to become an affiliate' ),
        'full-name'                          => _fs_text( 'Full name' ),
        'paypal-account-email-address'       => _fs_text( 'PayPal account email address' ),
        'promotion-methods'                  => _fs_text( 'Promotion methods' ),
        'social-media'                       => _fs_text( 'Social media (Facebook, Twitter, etc.)' ),
        'mobile-apps'                        => _fs_text( 'Mobile apps' ),
        'statistics-information-field-label' => _fs_text( 'Website, email, and social media statistics (optional)' ),
        '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).' ),
        'promotion-method-desc-field-label'  => _fs_text( 'How will you promote us?' ),
        'promotion-method-desc-field-desc'   => _fs_text( 'Please provide details on how you intend to promote %s (please be as specific as possible).' ),
        'domain-field-label'                 => _fs_text( 'Where are you going to promote the %s?' ),
        'domain-field-desc'                  => _fs_text( 'Enter the domain of your website or other websites from where you plan to promote the %s.' ),
        'extra-domain-fields-label'          => _fs_text( 'Extra Domains' ),
        'extra-domain-fields-desc'           => _fs_text( 'Extra domains where you will be marketing the product from.' ),
        'add-another-domain'                 => _fs_text( 'Add another domain' ),
        'remove'                             => _fs_x( 'Remove', 'Remove domain' ),
        'email-address-is-required'          => _fs_text( 'Email address is required.' ),
        'domain-is-required'                 => _fs_text( 'Domain is required.' ),
        'invalid-domain'                     => _fs_text( 'Invalid domain' ),
        'paypal-email-address-is-required'   => _fs_text( 'PayPal email address is required.' ),
        'processing'                         => _fs_text( 'Processing...' ),
        'non-expiring'                       => _fs_text( 'Non-expiring' ),
        'account-is-pending-activation'      => _fs_text( 'Account is pending activation.' ),
        #endregion Affiliation

		#region Account
		'expiration'                   => _fs_x( 'Expiration', 'as expiration date' ),
		'license'                      => _fs_x( 'License', 'as software license' ),
		'not-verified'                 => _fs_text( 'not verified' ),
		'verify-email'                 => _fs_text( 'Verify Email' ),
		'expires-in'                   => _fs_x( 'Expires in %s', 'e.g. expires in 2 months' ),
		'renews-in'                    => _fs_x( 'Auto renews in %s', 'e.g. auto renews in 2 months' ),
		'no-expiration'                => _fs_text( 'No expiration' ),
		'expired'                      => _fs_text( 'Expired' ),
		'cancelled'                    => _fs_text( 'Cancelled' ),
		'in-x'                         => _fs_x( 'In %s', 'e.g. In 2 hours' ),
		'x-ago'                        => _fs_x( '%s ago', 'e.g. 2 min ago' ),
		/* translators: %s: Version number (e.g. 4.6 or higher) */
		'x-or-higher'                  => _fs_text( '%s or higher' ),
		'version'                      => _fs_x( 'Version', 'as plugin version' ),
		'name'                         => _fs_text( 'Name' ),
		'email'                        => _fs_text( 'Email' ),
		'email-address'                => _fs_text( 'Email address' ),
		'verified'                     => _fs_text( 'Verified' ),
		'module'                       => _fs_text( 'Module' ),
		'module-type'                  => _fs_text( 'Module Type' ),
		'plugin'                       => _fs_text( 'Plugin' ),
		'plugins'                      => _fs_text( 'Plugins' ),
		'theme'                        => _fs_text( 'Theme' ),
		'themes'                       => _fs_text( 'Themes' ),
		'path'                         => _fs_x( 'Path', 'as file/folder path' ),
		'title'                        => _fs_text( 'Title' ),
		'free-version'                 => _fs_text( 'Free version' ),
		'premium-version'              => _fs_text( 'Premium version' ),
		'slug'                         => _fs_x( 'Slug', 'as WP plugin slug' ),
		'id'                           => _fs_text( 'ID' ),
		'users'                        => _fs_text( 'Users' ),
		'module-installs'              => _fs_text( '%s Installs' ),
		'sites'                        => _fs_x( 'Sites', 'like websites' ),
		'user-id'                      => _fs_text( 'User ID' ),
		'site-id'                      => _fs_text( 'Site ID' ),
		'public-key'                   => _fs_text( 'Public Key' ),
		'secret-key'                   => _fs_text( 'Secret Key' ),
		'no-secret'                    => _fs_x( 'No Secret', 'as secret encryption key missing' ),
		'no-id'                        => _fs_text( 'No ID' ),
		'sync-license'                 => _fs_x( 'Sync License', 'as synchronize license' ),
		'sync'                         => _fs_x( 'Sync', 'as synchronize' ),
		'activate-license'             => _fs_text( 'Activate License' ),
		'activate-free-version'        => _fs_text( 'Activate Free Version' ),
		'activate-license-message'     => _fs_text( 'Please enter the license key that you received in the email right after the purchase:' ),
		'activating-license'           => _fs_text( 'Activating license...' ),
		'change-license'               => _fs_text( 'Change License' ),
		'update-license'               => _fs_text( 'Update License' ),
		'deactivate-license'           => _fs_text( 'Deactivate License' ),
		'activate'                     => _fs_text( 'Activate' ),
		'deactivate'                   => _fs_text( 'Deactivate' ),
		'skip-deactivate'              => _fs_text( 'Skip & Deactivate' ),
		'skip-and-x'                   => _fs_text( 'Skip & %s' ),
		'no-deactivate'                => _fs_text( 'No - just deactivate' ),
		'yes-do-your-thing'            => _fs_text( 'Yes - do your thing' ),
		'active'                       => _fs_x( 'Active', 'active mode' ),
		'is-active'                    => _fs_x( 'Is Active', 'is active mode?' ),
		'install-now'                  => _fs_text( 'Install Now' ),
		'install-update-now'           => _fs_text( 'Install Update Now' ),
		'more-information-about-x'     => _fs_text( 'More information about %s' ),
		'localhost'                    => _fs_text( 'Localhost' ),
		'activate-x-plan'              => _fs_x( 'Activate %s Plan', 'as activate Professional plan' ),
		'x-left'                       => _fs_x( '%s left', 'as 5 licenses left' ),
		'last-license'                 => _fs_text( 'Last license' ),
		'what-is-your-x'               => _fs_text( 'What is your %s?' ),
		'activate-this-addon'          => _fs_text( 'Activate this add-on' ),
		'deactivate-license-confirm'   => _fs_text( 'Deactivating your license will block all premium features, but will enable you to activate the license on another site. Are you sure you want to proceed?' ),
		'delete-account-x-confirm'     => _fs_text( 'Deleting the account will automatically deactivate your %s plan license so you can use it on other sites. If you want to terminate the recurring payments as well, click the "Cancel" button, and first "Downgrade" your account. Are you sure you would like to continue with the deletion?' ),
		'delete-account-confirm'       => _fs_text( 'Deletion is not temporary. Only delete if you no longer want to use this %s anymore. Are you sure you would like to continue with the deletion?' ),
		'downgrade-x-confirm'          => _fs_text( 'Downgrading your plan will immediately stop all future recurring payments and your %s plan license will expire in %s.' ),
		'cancel-trial-confirm'         => _fs_text( 'Cancelling the trial will immediately block access to all premium features. Are you sure?' ),
		'after-downgrade-non-blocking' => _fs_text( 'You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support.' ),
		'after-downgrade-blocking'     => _fs_text( 'Once your license expires you can still use the Free version but you will NOT have access to the %s features.' ),
		'proceed-confirmation'         => _fs_text( 'Are you sure you want to proceed?' ),
		#endregion Account

		'add-ons-for-x'                            => _fs_text( 'Add Ons for %s' ),
		'add-ons-missing'                          => _fs_text( 'We could\'nt load the add-ons list. It\'s probably an issue on our side, please try to come back in few minutes.' ),
		#region Plugin Deactivation
		'anonymous-feedback'                       => _fs_text( 'Anonymous feedback' ),
		'quick-feedback'                           => _fs_text( 'Quick feedback' ),
		'deactivation-share-reason'                => _fs_text( 'If you have a moment, please let us know why you are %s' ),
		'deactivating'                             => _fs_text( 'deactivating' ),
		'deactivation'                             => _fs_text( 'Deactivation' ),
		'theme-switch'                             => _fs_text( 'Theme Switch' ),
		'switching'                                => _fs_text( 'switching' ),
		'switch'                                   => _fs_text( 'Switch' ),
		'activate-x'                               => _fs_text( 'Activate %s' ),
		'deactivation-modal-button-confirm'        => _fs_text( 'Yes - %s' ),
		'deactivation-modal-button-submit'         => _fs_text( 'Submit & %s' ),
		'cancel'                                   => _fs_text( 'Cancel' ),
		'reason-no-longer-needed'                  => _fs_text( 'I no longer need the %s' ),
		'reason-found-a-better-plugin'             => _fs_text( 'I found a better %s' ),
		'reason-needed-for-a-short-period'         => _fs_text( 'I only needed the %s for a short period' ),
		'reason-broke-my-site'                     => _fs_text( 'The %s broke my site' ),
		'reason-suddenly-stopped-working'          => _fs_text( 'The %s suddenly stopped working' ),
		'reason-cant-pay-anymore'                  => _fs_text( "I can't pay for it anymore" ),
		'reason-temporary-deactivation'            => _fs_text( "It's a temporary deactivation. I'm just debugging an issue." ),
		'reason-temporary-x'                       => _fs_text( "It's a temporary %s. I'm just debugging an issue." ),
		'reason-other'                             => _fs_x( 'Other',
			'the text of the "other" reason for deactivating the module that is shown in the modal box.' ),
		'ask-for-reason-message'                   => _fs_text( 'Kindly tell us the reason so we can improve.' ),
		'placeholder-plugin-name'                  => _fs_text( "What's the %s's name?" ),
		'placeholder-comfortable-price'            => _fs_text( 'What price would you feel comfortable paying?' ),
		'reason-couldnt-make-it-work'              => _fs_text( "I couldn't understand how to make it work" ),
		'reason-great-but-need-specific-feature'   => _fs_text( "The %s is great, but I need specific feature that you don't support" ),
		'reason-not-working'                       => _fs_text( 'The %s is not working' ),
		'reason-not-what-i-was-looking-for'        => _fs_text( "It's not what I was looking for" ),
		'reason-didnt-work-as-expected'            => _fs_text( "The %s didn't work as expected" ),
		'placeholder-feature'                      => _fs_text( 'What feature?' ),
		'placeholder-share-what-didnt-work'        => _fs_text( "Kindly share what didn't work so we can fix it for future users..." ),
		'placeholder-what-youve-been-looking-for'  => _fs_text( "What you've been looking for?" ),
		'placeholder-what-did-you-expect'          => _fs_text( "What did you expect?" ),
		'reason-didnt-work'                        => _fs_text( "The %s didn't work" ),
		'reason-dont-like-to-share-my-information' => _fs_text( "I don't like to share my information with you" ),
		'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." ),
		#endregion Plugin Deactivation

		#region Connect
		'hey-x'                                    => _fs_x( 'Hey %s,', 'greeting' ),
		'thanks-x'                                 => _fs_x( 'Thanks %s!', 'a greeting. E.g. Thanks John!' ),
		'connect-message'                          => _fs_text( 'Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s.' ),
		'connect-message_on-update'                => _fs_text( 'Please help us improve %1$s! If you opt in, some data about your usage of %1$s will be sent to %4$s. If you skip this, that\'s okay! %1$s will still work just fine.' ),
		'pending-activation-message'               => _fs_text( 'You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s.' ),
		'complete-the-install'                     => _fs_text( 'complete the install' ),
		'start-the-trial'                          => _fs_text( 'start the trial' ),
		'thanks-for-purchasing'                    => _fs_text( 'Thanks for purchasing %s! To get started, please enter your license key:' ),
		'license-sync-disclaimer'                  => _fs_text( 'The %1$s will be periodically sending data to %2$s to check for security and feature updates, and verify the validity of your license.' ),
		'what-permissions'                         => _fs_text( 'What permissions are being granted?' ),
		'permissions-profile'                      => _fs_text( 'Your Profile Overview' ),
		'permissions-profile_desc'                 => _fs_text( 'Name and email address' ),
		'permissions-site'                         => _fs_text( 'Your Site Overview' ),
		'permissions-site_desc'                    => _fs_text( 'Site URL, WP version, PHP version, plugins & themes' ),
		'permissions-events'                       => _fs_text( 'Current %s Events' ),
		'permissions-events_desc'                  => _fs_text( 'Activation, deactivation and uninstall' ),
		'permissions-plugins_themes'               => _fs_text( 'Plugins & Themes' ),
		'permissions-plugins_themes_desc'          => _fs_text( 'Titles, versions and state.' ),
		'permissions-admin-notices'                => _fs_text( 'Admin Notices' ),
		'permissions-newsletter'                   => _fs_text( 'Newsletter' ),
		'permissions-newsletter_desc'              => _fs_text( 'Updates, announcements, marketing, no spam' ),
		'privacy-policy'                           => _fs_text( 'Privacy Policy' ),
		'tos'                                      => _fs_text( 'Terms of Service' ),
		'activating'                               => _fs_x( 'Activating', 'as activating plugin' ),
		'sending-email'                            => _fs_x( 'Sending email', 'as in the process of sending an email' ),
		'opt-in-connect'                           => _fs_x( 'Allow & Continue', 'button label' ),
		'agree-activate-license'                   => _fs_x( 'Agree & Activate License', 'button label' ),
		'skip'                                     => _fs_x( 'Skip', 'verb' ),
		'click-here-to-use-plugin-anonymously'     => _fs_text( 'Click here to use the plugin anonymously' ),
		'resend-activation-email'                  => _fs_text( 'Re-send activation email' ),
		'license-key'                              => _fs_text( 'License key' ),
		'send-license-key'                         => _fs_text( 'Send License Key' ),
		'sending-license-key'                      => _fs_text( 'Sending license key' ),
		'have-license-key'                         => _fs_text( 'Have a license key?' ),
		'dont-have-license-key'                    => _fs_text( 'Don\'t have a license key?' ),
		'cant-find-license-key'                    => _fs_text( "Can't find your license key?" ),
		'email-not-found'                          => _fs_text( "We couldn't find your email address in the system, are you sure it's the right address?" ),
		'no-active-licenses'                       => _fs_text( "We can't see any active licenses associated with that email address, are you sure it's the right address?" ),
		'opt-in'                                   => _fs_text( 'Opt In' ),
		'opt-out'                                  => _fs_text( 'Opt Out' ),
		'opt-out-cancel'                           => _fs_text( 'On second thought - I want to continue helping' ),
		'opting-out'                               => _fs_text( 'Opting out...' ),
		'opting-in'                                => _fs_text( 'Opting in...' ),
		'opt-out-message-appreciation'             => _fs_text( 'We appreciate your help in making the %s better by letting us track some usage data.' ),
		'opt-out-message-usage-tracking'           => _fs_text( "Usage tracking is done in the name of making %s better. Making a better user experience, prioritizing new features, and more good things. We'd really appreciate if you'll reconsider letting us continue with the tracking." ),
		'opt-out-message-clicking-opt-out'         => _fs_text( 'By clicking "Opt Out", we will no longer be sending any data from %s to %s.' ),
		'apply-on-all-sites-in-the-network'        => _fs_text( 'Apply on all sites in the network.' ),
		'delegate-to-site-admins'                  => _fs_text( 'Delegate to Site Admins' ),
		'delegate-to-site-admins-and-continue'     => _fs_text( 'Delegate to Site Admins & Continue' ),
		'continue'                                 => _fs_text( 'Continue' ),
		'allow'                                    => _fs_text( 'allow' ),
		'delegate'                                 => _fs_text( 'delegate' ),
		#endregion Connect

		#region Screenshots
		'screenshots'                              => _fs_text( 'Screenshots' ),
		'view-full-size-x'                         => _fs_text( 'Click to view full-size screenshot %d' ),
		#endregion Screenshots

		#region Debug
		'freemius-debug'                           => _fs_text( 'Freemius Debug' ),
		'on'                                       => _fs_x( 'On', 'as turned on' ),
		'off'                                      => _fs_x( 'Off', 'as turned off' ),
		'debugging'                                => _fs_x( 'Debugging', 'as code debugging' ),
		'freemius-state'                           => _fs_text( 'Freemius State' ),
		'connected'                                => _fs_x( 'Connected', 'as connection was successful' ),
		'blocked'                                  => _fs_x( 'Blocked', 'as connection blocked' ),
		'api'                                      => _fs_x( 'API', 'as application program interface' ),
		'sdk'                                      => _fs_x( 'SDK', 'as software development kit versions' ),
		'sdk-versions'                             => _fs_x( 'SDK Versions', 'as software development kit versions' ),
		'plugin-path'                              => _fs_x( 'Plugin Path', 'as plugin folder path' ),
		'sdk-path'                                 => _fs_x( 'SDK Path', 'as sdk path' ),
		'addons-of-x'                              => _fs_text( 'Add Ons of Plugin %s' ),
		'delete-all-confirm'                       => _fs_text( 'Are you sure you want to delete all Freemius data?' ),
		'actions'                                  => _fs_text( 'Actions' ),
		'delete-all-accounts'                      => _fs_text( 'Delete All Accounts' ),
		'start-fresh'                              => _fs_text( 'Start Fresh' ),
		'clear-api-cache'                          => _fs_text( 'Clear API Cache' ),
Loading ...