# This file was generated by WPML
# WPML is a WordPress plugin that can turn any WordPress or WordPressMU site into a full featured multilingual content management system.
# https://wpml.org
msgid ""
msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Project-Id-Version:WPML_EXPORT\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Language:en\n"
"MIME-Version: 1.0\n"
# // translators: %s Product name
# $headingHTML = self::getHeadingHTML( __( 'You are using an unregistered version of %s and are not receiving compatibility and security updates', 'installer' ) );
# // translators: %s Product name
msgid "You are using an unregistered version of %s and are not receiving compatibility and security updates"
msgstr ""
# // translators: %s Product name
# $bodyHTML = self::getBodyHTML( __( '%s plugin must be registered in order to receive stability and security updates. Without these updates, the plugin may become incompatible with new versions of WordPress, which include security patches.', 'installer' ) ) .
# self::inButtonAreaHTML( self::getNotRegisteredButtons() ) .
msgid "%s plugin must be registered in order to receive stability and security updates. Without these updates, the plugin may become incompatible with new versions of WordPress, which include security patches."
msgstr ""
# // translators: %s Product name
# $headingHTML = self::getHeadingHTML( __( 'You are using an expired %s account.', 'installer' ) );
# // translators: %s Product name
msgid "You are using an expired %s account."
msgstr ""
# // translators: %s Product name
# $bodyHTML = self::getBodyHTML( __( "Your site is using an expired %s account, which means you won't receive updates. This can lead to stability and security issues.", 'installer' ) ) .
# self::inButtonAreaHTML( self::getExpiredButtons() ) .
msgid "Your site is using an expired %s account, which means you won't receive updates. This can lead to stability and security issues."
msgstr ""
# // translators: %s Product name
# $headingHTML = self::getHeadingHTML( __( 'Remember to remove %s from this website', 'installer' ) );
# // translators: %s Product name
msgid "Remember to remove %s from this website"
msgstr ""
# // translators: %s Product name
# $body = self::getBodyHTML( __( 'This site is using the %s plugin, which has not been paid for. After receiving a refund, you should remove this plugin from your sites. Using unregistered plugins means you are not receiving stability and security updates and will ultimately lead to problems running the site.', 'installer' ) ) .
# self::inButtonAreaHTML( self::getRefundedButtons() );
msgid "This site is using the %s plugin, which has not been paid for. After receiving a refund, you should remove this plugin from your sites. Using unregistered plugins means you are not receiving stability and security updates and will ultimately lead to problems running the site."
msgstr ""
# $registerUrl = \WP_Installer::menu_url();
# $register = __( 'Register', 'installer' );
# $stagingSite = __( 'This is a development / staging site', 'installer' );
msgid "Register"
msgstr ""
# $register = __( 'Register', 'installer' );
# $stagingSite = __( 'This is a development / staging site', 'installer' );
#
msgid "This is a development / staging site"
msgstr ""
# $checkOrderStatusUrl = \WP_Installer::menu_url() . '&validate_repository=' . static::$repo;
# $accountButton = __( 'Extend your subscription', 'installer' );
# $checkButton = __( 'Check my order status', 'installer' );
msgid "Extend your subscription"
msgstr ""
# $accountButton = __( 'Extend your subscription', 'installer' );
# $checkButton = __( 'Check my order status', 'installer' );
# $statusText = __( 'Got renewal already?', 'installer' );
msgid "Check my order status"
msgstr ""
# $checkButton = __( 'Check my order status', 'installer' );
# $statusText = __( 'Got renewal already?', 'installer' );
# $productUrl = \WP_Installer::instance()->get_product_data( static::$repo, 'url' );
msgid "Got renewal already?"
msgstr ""
# $checkButton = __( 'Check my order status', 'installer' );
# $status = __( 'Bought again?', 'installer' );
#
msgid "Bought again?"
msgstr ""
# return ''
# . '' . esc_html__( 'Dismiss', 'installer' ) . '';
# }
msgid "Dismiss"
msgstr ""
# private function handle_product_parsing_error( $products_url, $product_id ) {
# $error = sprintf( __( 'Information about versions of %s are invalid. It may be a temporary communication problem, please check for updates again.', 'installer' ), $product_id );
# $this->store_log( $products_url, $error );
msgid "Information about versions of %s are invalid. It may be a temporary communication problem, please check for updates again."
msgstr ""
# } else {
# $error = __( 'Invalid site key for the current site.', 'installer' ) . '
' . sprintf( __( 'Learn more: %s', 'installer' ), $minimum_requirements_link ) . '
'; # msgid "Learn more: %s" msgstr "" # $theme_repo_name = $this->installer_theme_get_repo_product_name( $frontend_tab_selected );; # $response['unregistered_messages'] = sprintf( __( 'To install and update %s, please %sregister%s %s for this site.', 'installer' ), # $theme_repo_name, '', '', $theme_repo_name ); msgid "To install and update %s, please %sregister%s %s for this site." msgstr "" # if ( self::CHANNEL_DEVELOPMENT === $id ) { # $channel = __( 'Development', 'installer' ); # } elseif ( self::CHANNEL_BETA === $id ) { msgid "Development" msgstr "" # } elseif ( self::CHANNEL_BETA === $id ) { # $channel = __( 'Beta', 'installer' ); # } else { msgid "Beta" msgstr "" # } else { # $channel = __( 'Production', 'installer' ); # } msgid "Production" msgstr "" # $translation_array = array( # 'installing' => __( 'Installing %s', 'installer' ), # 'updating' => __( 'Updating %s', 'installer' ), msgid "Installing %s" msgstr "" # 'installing' => __( 'Installing %s', 'installer' ), # 'updating' => __( 'Updating %s', 'installer' ), # 'activating' => __( 'Activating %s', 'installer' ) msgid "Updating %s" msgstr "" # 'updating' => __( 'Updating %s', 'installer' ), # 'activating' => __( 'Activating %s', 'installer' ) # ); msgid "Activating %s" msgstr "" # add_options_page( # __( 'Installer', 'installer' ), # __( 'Installer', 'installer' ), msgid "Installer" msgstr "" # public function types_upgrade_link( $links ) { # $links[] = '' . __( 'Upgrade', 'installer' ) . ''; # return $links; msgid "Upgrade" msgstr "" # public function plugins_action_links_registered( $links ) { # $links[] = '' . __( 'Registered', 'installer' ) . ''; # msgid "Registered" msgstr "" # 'type' => 'error', # 'text' => sprintf( __( 'You are using an invalid site key defined as the constant %s (most likely in wp-config.php). # Please remove it or use the correct value in order to be able to register correctly.', 'installer' ), 'OTGS_INSTALLER_SITE_KEY_' . strtoupper( $repository_id ) ) msgid "You are using an invalid site key defined as the constant %s (most likely in wp-config.php).\n Please remove it or use the correct value in order to be able to register correctly." msgstr "" # # $tabs['commercial'] = __( 'Commercial', 'installer' ); # msgid "Commercial" msgstr "" # # $error = sprintf( __( "Installer cannot display the products information because the automatic updating for %s was explicitly disabled with the configuration below (usually in wp-config.php):", 'installer' ), strtoupper( join( ', ', $repository_names ) ) ); # $error .= 'define("OTGS_DISABLE_AUTO_UPDATES", true);
define("OTGS_DISABLE_AUTO_UPDATES", true);
define("OTGS_DISABLE_AUTO_UPDATES", true);
';
msgid "Installer cannot contact our updates server to get information about the available products and check for new versions. If you are seeing this message for the first time, you can ignore it, as it may be a temporary communication problem. If the problem persists and your WordPress admin is slowing down, you can disable automated version checks. Add the following line to your wp-config.php file:"
msgstr ""
# );
# $error = __( "Information about new versions is invalid. It may be a temporary communication problem, please check for updates again.", 'installer' );
# $this->register_admin_message( $error, 'error' );
msgid "Information about new versions is invalid. It may be a temporary communication problem, please check for updates again."
msgstr ""
# if ( ! current_user_can( 'install_plugins' ) ) {
# wp_die( __('Sorry, you are not allowed to manage Installer for this site.', 'installer' ));
# return;
msgid "Sorry, you are not allowed to manage Installer for this site."
msgstr ""
#
# echo '' . __( 'No repositories defined.', 'installer' ) . '
'; # msgid "No repositories defined." msgstr "" # $days = 30; # $message = __( 'You will have to renew your subscription in order to continue getting the updates and support.', 'installer' ); # msgid "You will have to renew your subscription in order to continue getting the updates and support." msgstr "" # echo $this->_plugins_renew_warnings[ $plugin_file ] . ' '; # printf( __( '%sRenew here%s.', 'installer' ), # '', '' ); msgid "%sRenew here%s." msgstr "" # $ret = false; # $message = sprintf( __( 'Connection failed! Please refresh the page and try again. (%s)', 'installer' ), '' . $connection_error . '' ); # } else { //subscription not valid msgid "Connection failed! Please refresh the page and try again. (%s)" msgstr "" # $ret = false; # $message = __( 'Your subscription appears to no longer be valid. Please try to register again using a valid site key.', 'installer' ); # } msgid "Your subscription appears to no longer be valid. Please try to register again using a valid site key." msgstr "" # # $error_message = sprintf( __( "%s cannot update because your site's registration is not valid. Please %sregister %s%s again for this site first.", 'installer' ), # '' . $plugin_name . '', ''; # echo '' .
# sprintf( _n( 'Your subscription expires in %d day.', 'Your subscription expires in %d days.', $days_to_expiration, 'installer' ), $days_to_expiration ) .
# '
' . $message .
msgid "Your subscription expires in %d day."
msgstr ""
# echo '
' .
# sprintf( _n( 'Your subscription expires in %d day.', 'Your subscription expires in %d days.', $days_to_expiration, 'installer' ), $days_to_expiration ) .
# '
' . $message .
msgid "Your subscription expires in %d days."
msgstr ""
# 'strings' => array(
# 'heading' => __( 'Reporting to', 'installer' ),
# 'report_to' => __( 'Report to', 'installer' ),
msgid "Reporting to"
msgstr ""
# 'heading' => __( 'Reporting to', 'installer' ),
# 'report_to' => __( 'Report to', 'installer' ),
# 'radio_report_yes' => __( 'Send theme and plugins information, in order to get faster support and compatibility alerts',
msgid "Report to"
msgstr ""
# 'report_to' => __( 'Report to', 'installer' ),
# 'radio_report_yes' => __( 'Send theme and plugins information, in order to get faster support and compatibility alerts',
# 'installer' ),
msgid "Send theme and plugins information, in order to get faster support and compatibility alerts"
msgstr ""
# 'installer' ),
# 'radio_report_no' => __( "Don't send this information and skip compatibility alerts",
# 'installer' ),
msgid "Don't send this information and skip compatibility alerts"
msgstr ""
# 'installer' ),
# 'which_theme_and_plugins' => __( 'which theme and plugins you are using.', 'installer' ),
# ),
msgid "which theme and plugins you are using."
msgstr ""
# 'use_radio' => false,
# 'privacy_policy_text' => __( 'Privacy and data usage policy', 'installer' ),
# 'plugin_site' => null,
msgid "Privacy and data usage policy"
msgstr ""
# >
# productName ) ?>
#
msgid "Unregister %s from this site"
msgstr ""
# $disabled = 'disabled';
# $title = 'title="' . sprintf( esc_attr__( "Site-key was set by %s, most likely in wp-config.php. Please remove the constant before attempting to unregister.", 'installer' ), 'OTGS_INSTALLER_SITE_KEY_' . strtoupper( $model->repoId ) ) . '"';
# }
msgid "Site-key was set by %s, most likely in wp-config.php. Please remove the constant before attempting to unregister."
msgstr ""
# >
#
#
msgid "Check for updates"
msgstr ""
# data-repository="repoId ?>"
# data-confirmation=""
# data-nonce="removeSiteKeyNonce ?>"
msgid "Are you sure you want to unregister?"
msgstr ""
# public static function render( $model ) {
# $title = sprintf( __( 'Remember to remove %s from this website.', 'installer' ), $model->productName );
# $into = sprintf( __( 'This site is using %s plugin, which is not paid for. After receiving a refund, you should remove this plugin from your sites. Using unregistered plugins means that you are not receiving stability and security updates and will ultimately lead to problems running the site.', 'installer' ), $model->productName );
msgid "Remember to remove %s from this website."
msgstr ""
# $title = sprintf( __( 'Remember to remove %s from this website.', 'installer' ), $model->productName );
# $into = sprintf( __( 'This site is using %s plugin, which is not paid for. After receiving a refund, you should remove this plugin from your sites. Using unregistered plugins means that you are not receiving stability and security updates and will ultimately lead to problems running the site.', 'installer' ), $model->productName );
# $buyQuestion = __( 'Bought again?', 'installer' );
msgid "This site is using %s plugin, which is not paid for. After receiving a refund, you should remove this plugin from your sites. Using unregistered plugins means that you are not receiving stability and security updates and will ultimately lead to problems running the site."
msgstr ""
# dependencies->is_uploading_allowed() ): ?>
#
', '') ?>
msgid "Downloading is not possible because WordPress cannot write into the plugins folder. %sHow to fix%s." msgstr "" ## # msgid "Cancel" msgstr "" # # #
msgid "Switch" msgstr "" ## #
msgid "The plugins will update to the most recent version in the channel that you selected." msgstr "" # #