# This file was generated by WPML
# This file was generated by WPML
# WPML is a WordPress plugin that can turn any WordPress 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"

# 
# wp_send_json_error( __( 'Notice does not exists.', 'sitepress' ) );
# }

msgid "Notice does not exists."
msgstr ""

# 
# wp_send_json_error( __( 'Notice does not exist.', 'sitepress' ) );
# }

msgid "Notice does not exist."
msgstr ""

# }
# wp_send_json_error( __( 'Group does not exist.', 'sitepress' ) );
# }

msgid "Group does not exist."
msgstr ""

# if ( $this->hide_html_added || $notice->can_be_hidden() ) {
# $result .= ' data-hide-text="' . __( 'Hide', 'sitepress' ) . '" ';
# }

msgid "Hide"
msgstr ""

# } else {
# $hide_html .= esc_html__( 'Hide this notice.', 'sitepress' );
# }

msgid "Hide this notice."
msgstr ""

# } else {
# $dismiss_html .= esc_html__( 'Dismiss this notice.', 'sitepress' );
# }

msgid "Dismiss this notice."
msgstr ""

# $notice->get_collapsed_text(),
# $localized_text ? esc_html( $localized_text ) : esc_html__( 'Show this notice.', 'sitepress' ),
# $notice->get_text()

msgid "Show this notice."
msgstr ""

# if ( false !== strpos( $e->getMessage(), 'create' ) ) {
# $text = sprintf( __( 'WPML could not create a cache directory in %s', 'sitepress' ), $this->cache_directory );
# } else {

msgid "WPML could not create a cache directory in %s"
msgstr ""

# } else {
# $text = sprintf( __( 'WPML could not write in the cache directory: %s', 'sitepress' ), $this->cache_directory );
# }

msgid "WPML could not write in the cache directory: %s"
msgstr ""

# $this->admin_notice = '<div class="error wpml-admin-notice">';
# $this->admin_notice .= '<h3>' . __( 'WPML Update is Incomplete', 'sitepress' ) . '</h3>';
# $this->admin_notice .= '<p>' . implode( '</p><p>', $notice_paragraphs ) . '</p>';

msgid "WPML Update is Incomplete"
msgstr ""

# if ( count( $this->valid_plugins ) === 1 ) {
# $paragraph = __( 'You are running updated %s, but the following component is not updated:', 'sitepress' );
# $paragraph = sprintf( $paragraph, '<strong>' . $this->valid_plugins[0] . '</strong>' );

msgid "You are running updated %s, but the following component is not updated:"
msgstr ""

# } else {
# $paragraph           = __( 'You are running updated %s and %s, but the following components are not updated:', 'sitepress' );
# $first_valid_plugins = implode( ', ', array_slice( $this->valid_plugins, 0, - 1 ) );

msgid "You are running updated %s and %s, but the following components are not updated:"
msgstr ""

# } else {
# $paragraph = __( 'The following components are not updated:', 'sitepress' );
# }

msgid "The following components are not updated:"
msgstr ""

# private function get_invalid_plugins_report_footer() {
# $wpml_org_url = '<a href="https://wpml.org/account/" title="WPML.org account">' . __( 'WPML.org account', 'sitepress' ) . '</a>';
# 

msgid "WPML.org account"
msgstr ""

# 
# $notice_paragraph = __( 'Your site will not work as it should in this configuration', 'sitepress' );
# $notice_paragraph .= ' ';

msgid "Your site will not work as it should in this configuration"
msgstr ""

# $notice_paragraph .= ' ';
# $notice_paragraph .= __( 'Please update all components which you are using.', 'sitepress' );
# $notice_paragraph .= ' ';

msgid "Please update all components which you are using."
msgstr ""

# $notice_paragraph .= ' ';
# $notice_paragraph .= sprintf( __( 'For WPML components you can receive updates from your %s or automatically, after you register WPML.', 'sitepress' ), $wpml_org_url );
# 

msgid "For WPML components you can receive updates from your %s or automatically, after you register WPML."
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 ""

# $this->menu_multisite_redirect();
# add_options_page(__('Installer', 'installer'), __('Installer', 'installer'), 'manage_options', 'installer', array($this, 'show_products'))            ;
# }else{

msgid "Installer"
msgstr ""

# public function plugins_action_links_registered($links){
# $links[] = '<a href="' . $this->menu_url() . '">' . __('Registered', 'installer') . '</a>';
# return $links;

msgid "Registered"
msgstr ""

# public function plugins_action_links_not_registered($links){
# $links[] = '<a href="' . $this->menu_url() . '">' . __('Register', 'installer') . '</a>';
# return $links;

msgid "Register"
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 ""

# echo '<div class="updated error otgs-is-dismissible"><p>';
# printf(__("To get automatic updates, you need to register %s for this site. %sRegister %s%s", 'sitepress'),
# $nag['product_name'], '<a class="button-primary" href="' . $this->menu_url() . '">', $nag['product_name'], '</a>');

msgid "To get automatic updates, you need to register %s for this site. %sRegister %s%s"
msgstr ""

# echo '</p>';
# echo '<span class="installer-dismiss-nag notice-dismiss" data-repository="' . $nag['repository_id']  . '"><span class="screen-reader-text">' . __('Dismiss', 'sitepress') . '</span></span>';
# echo '</div>';

msgid "Dismiss"
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 .= '<br /><br /><code>define("OTGS_DISABLE_AUTO_UPDATES", true);</code><br /><br />';

msgid "Installer cannot display the products information because the automatic updating for %s was explicitly disabled with the configuration below (usually in wp-config.php):"
msgstr ""

# $error .= '<br /><br /><code>define("OTGS_DISABLE_AUTO_UPDATES", true);</code><br /><br />';
# $error .= sprintf(__("In order to see the products information, please run the %smanual updates check%s to initialize the products list or (temporarily) remove the above code.", 'installer'), '<a href="' . admin_url('update-core.php') . '">', '</a>');
# 

msgid "In order to see the products information, please run the %smanual updates check%s to initialize the products list or (temporarily) remove the above code."
msgstr ""

# 
# $error = sprintf(__("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:", 'installer'), strtoupper($id));
# $error .= '<br /><br /><code>define("OTGS_DISABLE_AUTO_UPDATES", true);</code>';

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 ""

# 
# echo '<center>' . __('No repositories defined.', 'installer') . '</center>';
# 

msgid "No repositories defined."
msgstr ""

# } else {
# $error = __( 'Invalid site key for the current site.', 'installer' )
# . '<br /><div class="installer-footnote">' .  __('Please note that the site key is case sensitive.', 'installer') . '</div>';

msgid "Invalid site key for the current site."
msgstr ""

# $error = __( 'Invalid site key for the current site.', 'installer' )
# . '<br /><div class="installer-footnote">' .  __('Please note that the site key is case sensitive.', 'installer') . '</div>';
# }

msgid "Please note that the site key is case sensitive."
msgstr ""

# if( preg_match('#Could not resolve host: (.*)#', $error, $matches) || preg_match('#Couldn\'t resolve host \'(.*)\'#', $error, $matches) ){
# $error = sprintf(__("%s cannot access %s to register. Try again to see if it's a temporary problem. If the problem continues, make sure that this site has access to the Internet. You can still use the plugin without registration, but you will not receive automated updates.", 'installer'),
# '<strong><i>' . $this->get_generic_product_name($repository_id) . '</i></strong>',

msgid "%s cannot access %s to register. Try again to see if it's a temporary problem. If the problem continues, make sure that this site has access to the Internet. You can still use the plugin without registration, but you will not receive automated updates."
msgstr ""

# unset($this->settings['repositories'][$repository_id]['subscription']);
# $error = __( 'Invalid site key for the current site. If the error persists, try to unregister first and then register again with the same site key.', 'installer' );
# }

msgid "Invalid site key for the current site. If the error persists, try to unregister first and then register again with the same site key."
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'),
# '<a href="' . $this->menu_url() . '">', '</a>');

msgid "%sRenew here%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 ""

# <p class="installer-q-icon">
# <?php printf( __('You must have a valid subscription in order to get upgrades or support for this plugin. %sPurchase a subscription or enter an existing site key%s.', 'installer'),
# '<a href="' . $this->menu_url() . '">', '</a>'); ?>

msgid "You must have a valid subscription in order to get upgrades or support for this plugin. %sPurchase a subscription or enter an existing site key%s."
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'),
# '<strong>' . $plugin_name . '</strong>', '<a target="_top" href="' . $this->menu_url() . '&validate_repository=' . $plugin_repository .

msgid "%s cannot update because your site's registration is not valid. Please %sregister %s%s again for this site first."
msgstr ""

# echo '<div class="wrap">';
# echo '<h2>' . __( 'Update Plugin', 'installer' ) . '</h2>';
# echo '<a href="' . admin_url('plugins.php') . '">' . __( 'Return to the plugins page', 'installer' ) . '</a>';

msgid "Update Plugin"
msgstr ""

# echo '<h2>' . __( 'Update Plugin', 'installer' ) . '</h2>';
# echo '<a href="' . admin_url('plugins.php') . '">' . __( 'Return to the plugins page', 'installer' ) . '</a>';
# echo '</div>';

msgid "Return to the plugins page"
msgstr ""

# echo '<div><p class="installer-warn-box">' .
# sprintf(_n('Your subscription expires in %d day.', 'Your subscription expires in %d days.', $days_to_expiration, 'installer'), $days_to_expiration) .
# '<br />' . $message .

msgid "Your subscription expires in %d day."
msgstr ""

# echo '<div><p class="installer-warn-box">' .
# sprintf(_n('Your subscription expires in %d day.', 'Your subscription expires in %d days.', $days_to_expiration, 'installer'), $days_to_expiration) .
# '<br />' . $message .

msgid "Your subscription expires in %d days."
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, '<a href="' . $registration_url . '">', '</a>', $theme_repo_name );

msgid "To install and update %s, please %sregister%s %s for this site."
msgstr ""

# public function win_paths_exception_message(){
# return __('Downloading is not possible. WordPress cannot create required folders because of the
# 256 characters limitation of the current Windows environment.', 'installer');

msgid "Downloading is not possible. WordPress cannot create required folders because of the\n                                        256 characters limitation of the current Windows environment."
msgstr ""

# echo '<div class="wrap">';
# echo '<h2>' . __('Update Plugin') . '</h2>';
# echo '<a href="' . admin_url('update-core.php') . '">' . __('Return to the updates page', 'installer') . '</a>';

msgid "Update Plugin"
msgstr ""

# echo '<h2>' . __('Update Plugin') . '</h2>';
# echo '<a href="' . admin_url('update-core.php') . '">' . __('Return to the updates page', 'installer') . '</a>';
# echo '</div>';

msgid "Return to the updates page"
msgstr ""

# <?php if( !WP_Installer()->dependencies->is_uploading_allowed() ): ?>
# <p><?php printf(__('Downloading is not possible because WordPress cannot write into the plugins folder. %sHow to fix%s.', 'installer'),
# '<a href="http://codex.wordpress.org/Changing_File_Permissions">', '</a>') ?></p>

msgid "Downloading is not possible because WordPress cannot write into the plugins folder. %sHow to fix%s."
msgstr ""

# <br clear="all" /><br />
# <strong><?php _e('Downloads:', 'installer') ?></strong>
# 

msgid "Downloads:"
msgstr ""

# <th>&nbsp;</th>
# <th><?php _e('Plugin', 'installer') ?></th>
# <th><?php _e('Current version', 'installer') ?></th>

msgid "Plugin"
msgstr ""

# <th><?php _e('Plugin', 'installer') ?></th>
# <th><?php _e('Current version', 'installer') ?></th>
# <th><?php _e('Released', 'installer') ?></th>

msgid "Current version"
msgstr ""

# <th><?php _e('Current version', 'installer') ?></th>
# <th><?php _e('Released', 'installer') ?></th>
# <th><?php _e('Installed version', 'installer') ?></th>

msgid "Released"
msgstr ""

# <th><?php _e('Released', 'installer') ?></th>
# <th><?php _e('Installed version', 'installer') ?></th>
# <th>&nbsp;</th>

msgid "Installed version"
msgstr ""

# <span class="<?php echo $class ?>"><?php echo $v; ?></span>
# <?php if($this->plugin_is_embedded_version($download['name'], $download['slug'])): ?>&nbsp;<?php _e('(embedded)', 'installer'); ?><?php endif; ?>
# <?php endif; ?>

msgid "(embedded)"
msgstr ""

# <td>
# <span class="installer-status-installing"><?php _e('installing...', 'installer') ?></span>
# <span class="installer-status-updating"><?php _e('updating...', 'installer') ?></span>

msgid "installing..."
msgstr ""

# <span class="installer-status-installing"><?php _e('installing...', 'installer') ?></span>
# <span class="installer-status-updating"><?php _e('updating...', 'installer') ?></span>
# <span class="installer-status-installed" data-fail="<?php _e('failed!', 'installer') ?>"><?php _e('installed', 'installer') ?></span>

msgid "updating..."
msgstr ""

# <span class="installer-status-updating"><?php _e('updating...', 'installer') ?></span>
# <span class="installer-status-installed" data-fail="<?php _e('failed!', 'installer') ?>"><?php _e('installed', 'installer') ?></span>
# <span class="installer-status-updated" data-fail="<?php _e('failed!', 'installer') ?>"><?php _e('updated', 'installer') ?></span>

msgid "failed!"
msgstr ""

# <span class="installer-status-updating"><?php _e('updating...', 'installer') ?></span>
# <span class="installer-status-installed" data-fail="<?php _e('failed!', 'installer') ?>"><?php _e('installed', 'installer') ?></span>
# <span class="installer-status-updated" data-fail="<?php _e('failed!', 'installer') ?>"><?php _e('updated', 'installer') ?></span>

msgid "installed"
msgstr ""

# <span class="installer-status-installed" data-fail="<?php _e('failed!', 'installer') ?>"><?php _e('installed', 'installer') ?></span>
# <span class="installer-status-updated" data-fail="<?php _e('failed!', 'installer') ?>"><?php _e('updated', 'installer') ?></span>
# </td>

msgid "updated"
msgstr ""

# <td>
# <span class="installer-status-activating"><?php _e('activating', 'installer') ?></span>
# <span class="installer-status-activated"><?php _e('activated', 'installer') ?></span>

msgid "activating"
msgstr ""

# <span class="installer-status-activating"><?php _e('activating', 'installer') ?></span>
# <span class="installer-status-activated"><?php _e('activated', 'installer') ?></span>
# </td>

msgid "activated"
msgstr ""

# &nbsp;
# <label><input name="activate" type="checkbox" value="1" disabled="disabled" />&nbsp;<?php _e('Activate after download', 'installer') ?></label>
# 

msgid "Activate after download"
msgstr ""

# 
# <div class="installer-status-success"><?php _e('Operation complete!', 'installer') ?></div>
# 

msgid "Operation complete!"
msgstr ""

# 
# <span class="installer-revalidate-message hidden"><?php _e("Download failed!\n\nPlease refresh the page and try again.", 'installer') ?></span>
# </form>

msgid "Download failed!\n\nPlease refresh the page and try again."
msgstr ""

# 
# <input type="submit" class="button-secondary" value="<?php esc_attr_e('Download', 'installer') ?>" disabled="disabled" />
# &nbsp;

msgid "Download"
msgstr ""

# >
# <?php printf(__('Register %s', 'installer'), $generic_product_name); ?>
# </a>&nbsp;&nbsp;

msgid "Register %s"
msgstr ""

# 
# <div class="alignleft" style="margin-top:6px;"><?php printf(__('1. Go to your %s%s account%s and add this site URL: %s', 'installer'),
# '<a href="' . $this->settings['repositories'][$repository_id]['data']['site_keys_management_url'] . '?add='.urlencode($this->get_installer_site_url( $repository_id )).'">',

msgid "1. Go to your %s%s account%s and add this site URL: %s"
msgstr ""

# >
# <?php printf(__("Unregister %s from this site", 'installer'), $generic_product_name) ?></a>&nbsp;
# <a class="update_site_key_js button-secondary" href="#" data-repository=<?php echo $repository_id ?>

msgid "Unregister %s from this site"
msgstr ""

# <?php if($expires = $this->settings['repositories'][$repository_id]['subscription']['data']->expires): ?>
# <?php printf(__('%s is registered on this site. You will receive automatic updates until %s', 'installer'), $generic_product_name, date_i18n('F j, Y', strtotime($expires))); ?>
# <?php else: ?>

msgid "%s is registered on this site. You will receive automatic updates until %s"
msgstr ""

# <?php else: ?>
# <?php printf(__('%s is registered on this site. Your Lifetime account gives you updates for life.', 'installer'), $generic_product_name); ?>
# <?php endif; ?>

msgid "%s is registered on this site. Your Lifetime account gives you updates for life."
msgstr ""

# 
# <p><i><?php printf(__('This page lets you install plugins and update existing plugins. To remove any of these plugins, go to the %splugins%s page and if you have the permission to remove plugins you should be able to do this.', 'installer'), '<a href="' . admin_url('plugins.php') . '">' , '</a>'); ?></i></p>
# 

msgid "This page lets you install plugins and update existing plugins. To remove any of these plugins, go to the %splugins%s page and if you have the permission to remove plugins you should be able to do this."
msgstr ""

# disabled="disabled"
# title="<?php printf( esc_attr__("Site-key was set by %s, most likely in wp-config.php. Please remove the constant before attempting to register.", 'installer'), 'OTGS_INSTALLER_SITE_KEY_' . strtoupper($repository_id) ) ?>"
# <?php endif; ?>

msgid "Site-key was set by %s, most likely in wp-config.php. Please remove the constant before attempting to register."
msgstr ""

# disabled="disabled"
# title="<?php printf( 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($repository_id) ) ?>"
# <?php endif; ?>

msgid "Site-key was set by %s, most likely in wp-config.php. Please remove the constant before attempting to unregister."
msgstr ""

# <div style="text-align: right;">
# <span><?php _e('Already bought?', 'installer'); ?>&nbsp;</span>
# <a class="enter_site_key_js button-primary<?php if( WP_Installer::get_repository_hardcoded_site_key( $repository_id ) ): ?> disabled<?php endif ?>" href="#"

msgid "Already bought?"
msgstr ""

# <input type="hidden" name="repository_id" value="<?php echo $repository_id ?>">
# <?php _e('2. Enter your site key', 'installer'); ?>
# <input type="text" size="10" name="site_key_<?php echo $repository_id ?>" placeholder="<?php echo esc_attr('site key') ?>" />

msgid "2. Enter your site key"
msgstr ""

# <p class="installer-warn-box">
# <?php _e('Subscription expired. You need to either purchase a new subscription or upgrade if available.', 'installer') ?>
# <span class="alignright">

msgid "Subscription expired. You need to either purchase a new subscription or upgrade if available."
msgstr ""

# <a class="update_site_key_js button-secondary" href="#" data-repository=<?php echo $repository_id ?> data-nonce="<?php echo wp_create_nonce('update_site_key_' . $repository_id) ?>">
# <?php  _e('Revalidate subscription', 'installer'); ?>
# </a>

msgid "Revalidate subscription"
msgstr ""

# <br />
# <span class="details"><?php _e("If you have already purchased or renewed your subscription and you can still see this message, please revalidate your subscription", 'installer') ?></span>
# </p>

msgid "If you have already purchased or renewed your subscription and you can still see this message, please revalidate your subscription"
msgstr ""

# data-nonce="<?php echo wp_create_nonce('update_site_key_' . $repository_id) ?>">
# <?php _e('Check for updates', 'installer'); ?>
# </a>

msgid "Check for updates"
msgstr ""

# <?php if($subpackages_expandable): ?>
# <h5><a class="installer_expand_button" href="#" title="<?php esc_attr_e('Click to see individual components options.', 'installer') ?>"><?php _e('Individual components', 'installer') ?></a></h5>
# <?php endif; ?>

msgid "Individual components"
msgstr ""

# <input type="text" size="10" name="site_key_<?php echo $repository_id ?>" placeholder="<?php echo esc_attr('site key') ?>" />
# <input class="button-primary" type="submit" value="<?php esc_attr_e('OK', 'installer') ?>" />
# <input class="button-secondary cancel_site_key_js" type="button" value="<?php esc_attr_e('Cancel', 'installer') ?>" />

msgid "OK"
msgstr ""

# <input class="button-primary" type="submit" value="<?php esc_attr_e('OK', 'installer') ?>" />
# <input class="button-secondary cancel_site_key_js" type="button" value="<?php esc_attr_e('Cancel', 'installer') ?>" />
# 

msgid "Cancel"
msgstr ""

# <a class="remove_site_key_js button-secondary" href="#" data-repository=<?php echo $repository_id ?>
# data-confirmation="<?php esc_attr_e('Are you sure you want to unregister?', 'installer') ?>"
# data-nonce="<?php echo wp_create_nonce('remove_site_key_' . $repository_id) ?>"

msgid "Are you sure you want to unregister?"
msgstr ""

# <?php if($subpackages_expandable): ?>
# <h5><a class="installer_expand_button" href="#" title="<?php esc_attr_e('Click to see individual components options.', 'installer') ?>"><?php _e('Individual components', 'installer') ?></a></h5>
# <?php endif; ?>

msgid "Click to see individual components options."
msgstr ""

# <td class="twelve">
# <div class="installer-status-downloading"><?php _e('downloading...', 'installer') ?></div>
# <div class="installer-status-downloaded" data-fail="<?php _e('failed!', 'installer') ?>"><?php _e('downloaded', 'installer') ?></div>

msgid "downloading..."
msgstr ""

# <div class="installer-status-downloading"><?php _e('downloading...', 'installer') ?></div>
# <div class="installer-status-downloaded" data-fail="<?php _e('failed!', 'installer') ?>"><?php _e('downloaded', 'installer') ?></div>
# </td>

msgid "downloaded"
msgstr ""

# 
# <span class="installer-revalidate-message hidden"><?php _e("Download failed!\n\nClick OK to revalidate your subscription or CANCEL to try again.", 'installer') ?></span>
# </form>

msgid "Download failed!\n\nClick OK to revalidate your subscription or CANCEL to try again."
msgstr ""

# <th><?php _e('Plugin', 'installer') ?></th>
# <th><img src="<?php echo $this->plugin_url() ?>/res/img/globe.png" alt="<?php esc_attr_e('Available', 'installer') ?>" width="16" height="16"></th>
# <th><img src="<?php echo $this->plugin_url() ?>/res/img/computer.png" alt="<?php esc_attr_e('Installed', 'installer') ?>" width="16" height="16"></th>

msgid "Available"
msgstr ""

# <th><img src="<?php echo $this->plugin_url() ?>/res/img/globe.png" alt="<?php esc_attr_e('Available', 'installer') ?>" width="16" height="16"></th>
# <th><img src="<?php echo $this->plugin_url() ?>/res/img/computer.png" alt="<?php esc_attr_e('Installed', 'installer') ?>" width="16" height="16"></th>
# <th><img src="<?php echo $this->plugin_url() ?>/res/img/dn2.gif" alt="<?php esc_attr_e('Downloading', 'installer') ?>" width="16" height="16"></th>

msgid "Installed"
msgstr ""

# <th><img src="<?php echo $this->plugin_url() ?>/res/img/computer.png" alt="<?php esc_attr_e('Installed', 'installer') ?>" width="16" height="16"></th>
# <th><img src="<?php echo $this->plugin_url() ?>/res/img/dn2.gif" alt="<?php esc_attr_e('Downloading', 'installer') ?>" width="16" height="16"></th>
# <th><img src="<?php echo $this->plugin_url() ?>/res/img/on.png" alt="<?php esc_attr_e('Activate', 'installer') ?>" width="16" height="16"></th>

msgid "Downloading"
msgstr ""

# <th><img src="<?php echo $this->plugin_url() ?>/res/img/dn2.gif" alt="<?php esc_attr_e('Downloading', 'installer') ?>" width="16" height="16"></th>
# <th><img src="<?php echo $this->plugin_url() ?>/res/img/on.png" alt="<?php esc_attr_e('Activate', 'installer') ?>" width="16" height="16"></th>
# </tr>

msgid "Activate"
msgstr ""

# if(empty($args['repository']) || empty($args['package']) || empty($args['product'])){
# echo __('Incorrect setup', 'installer');
# return;

msgid "Incorrect setup"
msgstr ""

# if(!$product){
# echo __('Invalid product', 'installer');
# return;

msgid "Invalid product"
msgstr ""

# }else{
# echo __('Unknown repository', 'installer');
# return;

msgid "Unknown repository"
msgstr ""

# if($subscription_type != $product['subscription_type'] && !$this->have_superior_subscription($subscription_type, $product) && $site_key){
# $subscription_no_match = sprintf(__(' Your current site key (%s) does not match the selected product (%s).', 'installer'), $site_key, $product['name']);
# }

msgid " Your current site key (%s) does not match the selected product (%s)."
msgstr ""

# 
# <a class="button-primary" href="<?php echo $this->append_parameters_to_buy_url($product['url'], $repository_id, $args) ?>"><?php printf(__('Buy %s', 'installer'), $args['product_name']) ?></a>
# 

msgid "Buy %s"
msgstr ""

# <br />
# <?php printf(__('Already bought %s?', 'installer'), $args['product_name']) ?>
# <a class="enter_site_key_js<?php if( WP_Installer::get_repository_hardcoded_site_key( $repository_id ) ): ?> disabled<?php endif ?>" href="#"

msgid "Already bought %s?"
msgstr ""

# <li>
# <a href="<?php echo $this->append_parameters_to_buy_url($renewal['url'], $repository_id, $args) ?>"><?php printf(__('Renew %s', 'installer'), $args['product_name']) ?></a>
# </li>

msgid "Renew %s"
msgstr ""

# >
# <?php printf(__("Remove current site key (%s)", 'installer'), $site_key) ?>
# </a>

msgid "Remove current site key (%s)"
msgstr ""

# <?php if($support_link): ?>
# <p><a href="<?php echo $support_link ?>" target="_blank"><?php printf(__('%s support on wpml.org', 'installer'), $args['name'] ) ?></a></p>
# 

msgid "%s support on wpml.org"
msgstr ""

# >
# <?php _e('Enter site key', 'installer') ?>
# </a>&nbsp;&nbsp;

msgid "Enter site key"
msgstr ""

# 
# <div><p class="installer-warn-box"><?php _e('Subscription is expired.', 'installer') ?></p></div>
# 

msgid "Subscription is expired."
msgstr ""

# <input type="text" size="10" name="site_key_<?php echo $repository_id ?>" />
# <input class="button-secondary" type="submit" value="<?php esc_attr_e('Add', 'installer') ?>" />
# </form>

msgid "Add"
msgstr ""

# <a class="remove_site_key_js" href="#" data-repository=<?php echo $repository_id ?>
# data-confirmation="<?php esc_attr_e('Are you sure you want to remove this site key?', 'installer') ?>"
# data-nonce="<?php echo wp_create_nonce('remove_site_key_' . $repository_id) ?>"

msgid "Are you sure you want to remove this site key?"
msgstr ""

# if ( $wpml_setup_is_complete ) {
# add_menu_page( __( 'WPML', 'sitepress' ), __( 'WPML', 'sitepress' ), 'wpml_manage_languages', $main_page, null, ICL_PLUGIN_URL . '/res/img/icon16.png' );
# 

msgid "WPML"
msgstr ""

# 
# add_submenu_page( $main_page, __( 'Languages', 'sitepress' ), __( 'Languages', 'sitepress' ), 'wpml_manage_languages', basename( WPML_PLUGIN_PATH ) . '/menu/languages.php' );
# //By Gen, moved Translation management after language, because problems with permissions

msgid "Languages"
msgstr ""

# if ( $wpml_setup_is_complete ) {
# add_submenu_page( $main_page, __( 'Theme and plugins localization', 'sitepress' ), __( 'Theme and plugins localization', 'sitepress' ), 'wpml_manage_theme_and_plugin_localization',
# basename( WPML_PLUGIN_PATH )

msgid "Theme and plugins localization"
msgstr ""

# if ( ! defined( 'WPML_TM_VERSION' ) ) {
# add_submenu_page( $main_page, __( 'Translation options', 'sitepress' ), __( 'Translation options', 'sitepress' ), 'wpml_manage_translation_options', basename( WPML_PLUGIN_PATH ) . '/menu/translation-options.php' );
# }

msgid "Translation options"
msgstr ""

# $troubleshooting_url  = admin_url( 'admin.php?page=' . WPML_PLUGIN_FOLDER . '/menu/troubleshooting.php' );
# $troubleshooting_link = '<a href="' . $troubleshooting_url . '" title="' . esc_attr( __( 'Troubleshooting', 'sitepress' ) ) . '">' . __( 'Troubleshooting', 'sitepress' ) . '</a>';
# $message = '';

msgid "Troubleshooting"
msgstr ""

# $message = '';
# $message .= __( 'WPML is missing some records in the languages tables and it cannot fully work until this issue is fixed.', 'sitepress' );
# $message .= '<br />';

msgid "WPML is missing some records in the languages tables and it cannot fully work until this issue is fixed."
msgstr ""

# $message .= '<br />';
# $message .= sprintf( __( 'Please go to the %s page and click on "%s" to fix this problem.', 'sitepress' ), $troubleshooting_link, __( 'Clear language information and repopulate languages', 'sitepress' ) );
# $message .= '<br />';

msgid "Please go to the %s page and click on \"%s\" to fix this problem."
msgstr ""

# $message .= '<br />';
# $message .= sprintf( __( 'Please go to the %s page and click on "%s" to fix this problem.', 'sitepress' ), $troubleshooting_link, __( 'Clear language information and repopulate languages', 'sitepress' ) );
# $message .= '<br />';

msgid "Clear language information and repopulate languages"
msgstr ""

# $message .= '<br />';
# $message .= __( 'This warning will disappear once this issue is fixed.', 'sitepress' );
# ICL_AdminNotifier::removeMessage( 'setup-incomplete' );

msgid "This warning will disappear once this issue is fixed."
msgstr ""

# 
# add_submenu_page( $main_page, __( 'Support', 'sitepress' ), __( 'Support', 'sitepress' ), 'wpml_manage_support', WPML_PLUGIN_FOLDER . '/menu/support.php' );
# $this->troubleshooting_menu(WPML_PLUGIN_FOLDER . '/menu/support.php');

msgid "Support"
msgstr ""

# $submenu_slug = basename( WPML_PLUGIN_PATH ) . '/menu/debug-information.php';
# add_submenu_page( $main_page, __( 'Debug information', 'sitepress' ), __( 'Debug information', 'sitepress' ), 'wpml_manage_troubleshooting', $submenu_slug );
# return $submenu_slug;

msgid "Debug information"
msgstr ""

# if ( $this->setup() ) {
# add_submenu_page( $main_page, __( 'Taxonomy Translation', 'sitepress' ), __( 'Taxonomy Translation', 'sitepress' ), 'wpml_manage_taxonomy_translation', WPML_PLUGIN_FOLDER . '/menu/taxonomy-translation.php', array( $this, 'taxonomy_translation_page' ) );
# }

msgid "Taxonomy Translation"
msgstr ""

# $post_edit_messages = array(
# 'switch_language_title' => __( 'You are about to change the language of {post_name}.', 'sitepress' ),
# 'switch_language_alert' => __( 'All categories and tags will be translated if possible.', 'sitepress' ),

msgid "You are about to change the language of {post_name}."
msgstr ""

# 'switch_language_title' => __( 'You are about to change the language of {post_name}.', 'sitepress' ),
# 'switch_language_alert' => __( 'All categories and tags will be translated if possible.', 'sitepress' ),
# 'connection_loss_alert' => __( 'The following terms do not have a translation in the chosen language and will be disconnected from this post:', 'sitepress' ),

msgid "All categories and tags will be translated if possible."
msgstr ""

# 'switch_language_alert' => __( 'All categories and tags will be translated if possible.', 'sitepress' ),
# 'connection_loss_alert' => __( 'The following terms do not have a translation in the chosen language and will be disconnected from this post:', 'sitepress' ),
# 'loading'               => __( 'Loading Language Data for {post_name}', 'sitepress' ),

msgid "The following terms do not have a translation in the chosen language and will be disconnected from this post:"
msgstr ""

# 'connection_loss_alert' => __( 'The following terms do not have a translation in the chosen language and will be disconnected from this post:', 'sitepress' ),
# 'loading'               => __( 'Loading Language Data for {post_name}', 'sitepress' ),
# 'switch_language_message' => __( 'Please make sure that you\'ve saved all the changes. We will have to reload the page.', 'sitepress' ),

msgid "Loading Language Data for {post_name}"
msgstr ""

# 'loading'               => __( 'Loading Language Data for {post_name}', 'sitepress' ),
# 'switch_language_message' => __( 'Please make sure that you\'ve saved all the changes. We will have to reload the page.', 'sitepress' ),
# 'switch_language_confirm' => __( 'Do you want to continue?', 'sitepress' ),

msgid "Please make sure that you've saved all the changes. We will have to reload the page."
msgstr ""

# 'switch_language_message' => __( 'Please make sure that you\'ve saved all the changes. We will have to reload the page.', 'sitepress' ),
# 'switch_language_confirm' => __( 'Do you want to continue?', 'sitepress' ),
# '_nonce'                  => wp_create_nonce('wpml_switch_post_lang_nonce')

msgid "Do you want to continue?"
msgstr ""

# 'strings'     => array(
# 'success_1'       => __( "Post type and source language assignment have been fixed for ", 'sitepress' ),
# 'success_2'       => __( " elements", 'sitepress' ),

msgid "Post type and source language assignment have been fixed for "
msgstr ""

# 'success_1'       => __( "Post type and source language assignment have been fixed for ", 'sitepress' ),
# 'success_2'       => __( " elements", 'sitepress' ),
# 'no_problems'     => __( "No errors were found in the assignment of post types." ),

msgid " elements"
msgstr ""

# 'success_2'       => __( " elements", 'sitepress' ),
# 'no_problems'     => __( "No errors were found in the assignment of post types." ),
# 'suffixesRemoved' => __( "Language suffixes were removed from the selected terms." ),

msgid "No errors were found in the assignment of post types."
msgstr ""

# 'no_problems'     => __( "No errors were found in the assignment of post types." ),
# 'suffixesRemoved' => __( "Language suffixes were removed from the selected terms." ),
# 'done'            => __( 'Done', 'sitepress' ),

msgid "Language suffixes were removed from the selected terms."
msgstr ""

# 'suffixesRemoved' => __( "Language suffixes were removed from the selected terms." ),
# 'done'            => __( 'Done', 'sitepress' ),
# 'termNamesNonce'  => wp_create_nonce('update_term_names_nonce'),

msgid "Done"
msgstr ""

# if ( $description == "" ) {
# $_POST[ 'icl_form_errors' ] = __( 'Please provide a short description of the website so that translators know what background is required from them.', 'sitepress' );
# } else {

msgid "Please provide a short description of the website so that translators know what background is required from them."
msgstr ""

# if ( current_user_can( 'manage_options' ) ) {
# add_meta_box( 'icl_div_config', __( 'Multilingual Content Setup', 'sitepress' ), array( $this, 'meta_box_config' ), $post->post_type, 'normal', 'low' );
# }

msgid "Multilingual Content Setup"
msgstr ""

# if ( in_array( $post->post_type, $post_types ) ) {
# add_meta_box( 'icl_div', __( 'Language', 'sitepress' ), array( $this, 'meta_box' ), $post->post_type, 'side', 'high' );
# }

msgid "Language"
msgstr ""

# 
# echo '<div class="icl_form_success" style="display:none">' . __( 'Settings saved', 'sitepress' ) . '</div>';
# 

msgid "Settings saved"
msgstr ""

# }
# echo '<br style="line-height:8px;" /><label><input id="icl_make_translatable" type="checkbox" value="' . $post->post_type . '"' . $checked . $radio_disabled . '/>&nbsp;' . sprintf( __( "Make '%s' translatable", 'sitepress' ), $wp_post_types[ $post->post_type ]->labels->name ) . '</label><br style="line-height:8px;" />';
# }

msgid "Make '%s' translatable"
msgstr ""

# 'url' => add_query_arg(array('show_system_fields' => !$settings_factory->show_system_fields)),
# 'text' => $settings_factory->show_system_fields ? __('Hide system fields', 'wpml-translation-management') : __('Show system fields', 'wpml-translation-management'),
# );

msgid "Hide system fields"
msgstr ""

# 'url' => add_query_arg(array('show_system_fields' => !$settings_factory->show_system_fields)),
# 'text' => $settings_factory->show_system_fields ? __('Hide system fields', 'wpml-translation-management') : __('Show system fields', 'wpml-translation-management'),
# );

msgid "Show system fields"
msgstr ""

# if ( !empty( $custom_taxonomies ) || !empty( $custom_keys ) ) {
# echo '<small>' . __( 'Note: Custom taxonomies and custom fields are shared across different post types.', 'sitepress' ) . '</small>';
# }

msgid "Note: Custom taxonomies and custom fields are shared across different post types."
msgstr ""

# if ( $cp_editable || !empty( $custom_taxonomies ) || !empty( $custom_keys ) ) {
# echo '<p class="submit" style="margin:0;padding:0"><input class="button-secondary" id="icl_make_translatable_submit" type="button" value="' . __( 'Apply', 'sitepress' ) . '" /></p><br clear="all" />';
# wp_nonce_field( 'icl_mcs_inline_nonce', '_icl_nonce_imi' );

msgid "Apply"
msgstr ""

# if ( !$output ) {
# $output = '<select id="parent_id"><option value="">' . __( 'Main Page (no parent)', 'sitepress' ) . '</option></select>';
# }

msgid "Main Page (no parent)"
msgstr ""

# ?>
# <td style="padding:4px;line-height:normal;"><a href="<?php echo $add_link ?>"><?php echo __( 'add', 'sitepress' ) ?></a></td>
# <?php endif; ?>

msgid "add"
msgstr ""

# <td align="right" width="30%"
# style="line-height:normal;"><?php echo isset( $translations[ $lang[ 'code' ] ]->name ) ? '<a href="' . $edit_link . '" title="' . __( 'Edit', 'sitepress' ) . '">' . $translations[ $lang[ 'code' ] ]->name . '</a>' : __( 'n/a', 'sitepress' ) ?></td>
# 

msgid "Edit"
msgstr ""

# <td align="right" width="30%"
# style="line-height:normal;"><?php echo isset( $translations[ $lang[ 'code' ] ]->name ) ? '<a href="' . $edit_link . '" title="' . __( 'Edit', 'sitepress' ) . '">' . $translations[ $lang[ 'code' ] ]->name . '</a>' : __( 'n/a', 'sitepress' ) ?></td>
# 

msgid "n/a"
msgstr ""

# <noscript>
# <div class="error"><?php echo __( 'WPML admin screens require JavaScript in order to display. JavaScript is currently off in your browser.', 'sitepress' ) ?></div></noscript><?php
# }

msgid "WPML admin screens require JavaScript in order to display. JavaScript is currently off in your browser."
msgstr ""

# if ( !$this->wpdb->get_var( $this->wpdb->prepare("SELECT code FROM {$this->wpdb->prefix}icl_languages WHERE code=%s", $lang) ) ) {
# $IXR_Error = new IXR_Error( 401, __( 'Invalid language code', 'sitepress' ) );
# echo $IXR_Error->getXml();

msgid "Invalid language code"
msgstr ""

# 'strings'     => array(
# 'text1' => esc_html__( "Your menu includes custom items, which you need to translate using WPML's String Translation.", 'sitepress' ),
# 'text2' => esc_html__( '1. Translate these strings: ', 'sitepress' ),

msgid "Your menu includes custom items, which you need to translate using WPML's String Translation."
msgstr ""

# 'text1' => esc_html__( "Your menu includes custom items, which you need to translate using WPML's String Translation.", 'sitepress' ),
# 'text2' => esc_html__( '1. Translate these strings: ', 'sitepress' ),
# 'text3' => esc_html__( "2. When you're done translating, return here and run the menu synchronization again. This will use the strings that you translated to update the menus.", 'sitepress' ),

msgid "1. Translate these strings: "
msgstr ""

# 'text2' => esc_html__( '1. Translate these strings: ', 'sitepress' ),
# 'text3' => esc_html__( "2. When you're done translating, return here and run the menu synchronization again. This will use the strings that you translated to update the menus.", 'sitepress' ),
# )

msgid "2. When you're done translating, return here and run the menu synchronization again. This will use the strings that you translated to update the menus."
msgstr ""

# <tr>
# <th colspan="2"><?php _e( 'Custom taxonomies', 'sitepress' ); ?></th>
# </tr>

msgid "Custom taxonomies"
msgstr ""

# <label><input name="icl_mcs_custom_taxs_<?php echo $ctax ?>" class="icl_mcs_custom_taxs" type="radio"
# value="<?php echo $ctax ?>" <?php echo $checked1; ?><?php echo $radio_disabled ?> />&nbsp;<?php _e( 'Translate', 'sitepress' ) ?></label>
# <label><input name="icl_mcs_custom_taxs_<?php echo $ctax ?>" type="radio" value="0" <?php echo $checked0; ?><?php echo $radio_disabled ?> />&nbsp;<?php _e( 'Do nothing', 'sitepress' ) ?></label>

msgid "Translate"
msgstr ""

# value="<?php echo $ctax ?>" <?php echo $checked1; ?><?php echo $radio_disabled ?> />&nbsp;<?php _e( 'Translate', 'sitepress' ) ?></label>
# <label><input name="icl_mcs_custom_taxs_<?php echo $ctax ?>" type="radio" value="0" <?php echo $checked0; ?><?php echo $radio_disabled ?> />&nbsp;<?php _e( 'Do nothing', 'sitepress' ) ?></label>
# </td>

msgid "Do nothing"
msgstr ""

# } else {
# _e( 'Nothing to configure.', 'sitepress' );
# }

msgid "Nothing to configure."
msgstr ""

# <p style="clear:both;margin:5px 0 5px 0">
# <b><?php _e( 'Translations', 'sitepress' ) ?></b>
# (<a class="icl_toggle_show_translations" href="#" <?php if (empty( $this->settings[ 'show_translations_flag' ] )): ?>style="display:none;"<?php endif; ?>><?php _e( 'hide', 'sitepress' ) ?></a><a

msgid "Translations"
msgstr ""

# <b><?php _e( 'Translations', 'sitepress' ) ?></b>
# (<a class="icl_toggle_show_translations" href="#" <?php if (empty( $this->settings[ 'show_translations_flag' ] )): ?>style="display:none;"<?php endif; ?>><?php _e( 'hide', 'sitepress' ) ?></a><a
# class="icl_toggle_show_translations" href="#" <?php if (!empty( $this->settings[ 'show_translations_flag' ] )): ?>style="display:none;"<?php endif; ?>><?php _e( 'show', 'sitepress' ) ?></a>)

msgid "hide"
msgstr ""

# (<a class="icl_toggle_show_translations" href="#" <?php if (empty( $this->settings[ 'show_translations_flag' ] )): ?>style="display:none;"<?php endif; ?>><?php _e( 'hide', 'sitepress' ) ?></a><a
# class="icl_toggle_show_translations" href="#" <?php if (!empty( $this->settings[ 'show_translations_flag' ] )): ?>style="display:none;"<?php endif; ?>><?php _e( 'show', 'sitepress' ) ?></a>)
# 

msgid "show"
msgstr ""

# <p>
# <?php _e( 'You need to configure WPML before you can start translating.', 'sitepress' ); ?>
# </p>

msgid "You need to configure WPML before you can start translating."
msgstr ""

# <input type="hidden" id="icl_dismiss_help_nonce" value="<?php echo $icl_dhn = wp_create_nonce( 'dismiss_help_nonce' ) ?>"/>
# <a href="admin.php?page=<?php echo basename( WPML_PLUGIN_PATH ) . '/menu/languages.php' ?>" class="button-primary"><?php _e( 'Configure WPML', 'sitepress' ) ?></a>&nbsp;
# <a href="https://wpml.org/documentation/getting-started-guide/?utm_source=wpmlplugin&utm_medium=wpadmin&utm_term=getting-started&utm_content=getting-started&utm_campaign=wpml" target="_blank">

msgid "Configure WPML"
msgstr ""

# <a href="https://wpml.org/documentation/getting-started-guide/?utm_source=wpmlplugin&utm_medium=wpadmin&utm_term=getting-started&utm_content=getting-started&utm_campaign=wpml" target="_blank">
# <?php _e( 'Getting started guide', 'sitepress' ) ?>
# </a>

msgid "Getting started guide"
msgstr ""

# </p>
# <span title="<?php _e( 'Stop showing this message', 'sitepress' ) ?>" id="icl_dismiss_help" class="notice-dismiss"><span class="screen-reader-text"><?php _e( 'Dismiss', 'sitepress' ) ?></span></span>
# </div>

msgid "Stop showing this message"
msgstr ""

# 
# $part_one = _x( 'Multilingual WordPress', 'Multilingual WordPress with WPML: first part', 'sitepress' );
# $part_two = _x( 'with WPML', 'Multilingual WordPress with WPML: second part', 'sitepress' );

msgctxt "Multilingual WordPress with WPML: first part"
msgid "Multilingual WordPress"
msgstr ""

# $part_one = _x( 'Multilingual WordPress', 'Multilingual WordPress with WPML: first part', 'sitepress' );
# $part_two = _x( 'with WPML', 'Multilingual WordPress with WPML: second part', 'sitepress' );
# 

msgctxt "Multilingual WordPress with WPML: second part"
msgid "with WPML"
msgstr ""

# 'Server'    => array(
# 'jQueryVersion'  => wp_script_is( 'jquery', 'registered' ) ? $GLOBALS['wp_scripts']->registered['jquery']->ver : __( 'n/a', 'bbpress' ),
# 'PHPVersion'     => $this->sitepress->get_wp_api()->phpversion(),

msgid "n/a"
msgstr ""

# 'icl_duplicate_message' => $success,
# 'icl_duplicate_fail'    => __( 'Unable to remove relationship!', 'sitepress' ),
# );

msgid "Unable to remove relationship!"
msgstr ""

# public function localize_scripts() {
# $success = _x( 'You are updating a duplicate post.', '1/2 Confirm to make duplicated translations independent', 'sitepress' ) . "\n";
# $success .= _x( 'To not lose your changes, WPML will set this post to be translated independently.', '2/2 Confirm to make duplicated translations independent', 'sitepress' ) . "\n";

msgctxt "1/2 Confirm to make duplicated translations independent"
msgid "You are updating a duplicate post."
msgstr ""

# $success = _x( 'You are updating a duplicate post.', '1/2 Confirm to make duplicated translations independent', 'sitepress' ) . "\n";
# $success .= _x( 'To not lose your changes, WPML will set this post to be translated independently.', '2/2 Confirm to make duplicated translations independent', 'sitepress' ) . "\n";
# $duplicate_data = array(

msgctxt "2/2 Confirm to make duplicated translations independent"
msgid "To not lose your changes, WPML will set this post to be translated independently."
msgstr ""

# $options[] = array(
# 'label'    => __( 'Choose language:', 'sitepress' ),
# 'value'    => 0,

msgid "Choose language:"
msgstr ""

# 'url'    => $url,
# 'label'  => __( 'Customize the language switcher', 'sitepress' ),
# );

msgid "Customize the language switcher"
msgstr ""

# 'url'    => $url,
# 'label'  => __( 'Add a language switcher', 'sitepress' ),
# );

msgid "Add a language switcher"
msgstr ""

# return array(
# 'no_templates'               => __( 'There are no templates available.', 'sitepress' ),
# 'label_preview'              => _x( 'Preview', 'Language switcher preview', 'sitepress' ),

msgid "There are no templates available."
msgstr ""

# 'label_action'               => _x( 'Action', 'Language switcher preview', 'sitepress' ),
# 'button_save'                => __( 'Save', 'sitepress' ),
# 'button_cancel'              => __( 'Cancel', 'sitepress' ),

msgid "Save"
msgstr ""

# 'button_save'                => __( 'Save', 'sitepress' ),
# 'button_cancel'              => __( 'Cancel', 'sitepress' ),
# 'title_what_to_include'      => __( 'What to include in the language switcher:', 'sitepress' ),

msgid "Cancel"
msgstr ""

# 'button_cancel'              => __( 'Cancel', 'sitepress' ),
# 'title_what_to_include'      => __( 'What to include in the language switcher:', 'sitepress' ),
# 'label_include_flag'         => __( 'Flag', 'sitepress' ),

msgid "What to include in the language switcher:"
msgstr ""

# 'title_what_to_include'      => __( 'What to include in the language switcher:', 'sitepress' ),
# 'label_include_flag'         => __( 'Flag', 'sitepress' ),
# 'label_include_native_lang'  => __( 'Native language name', 'sitepress' ),

msgid "Flag"
msgstr ""

# 'label_include_flag'         => __( 'Flag', 'sitepress' ),
# 'label_include_native_lang'  => __( 'Native language name', 'sitepress' ),
# 'label_include_display_lang' => __( 'Language name in current language', 'sitepress' ),

msgid "Native language name"
msgstr ""

# 'label_include_native_lang'  => __( 'Native language name', 'sitepress' ),
# 'label_include_display_lang' => __( 'Language name in current language', 'sitepress' ),
# 'label_include_current_lang' => __( 'Current language', 'sitepress' ),

msgid "Language name in current language"
msgstr ""

# 'label_include_display_lang' => __( 'Language name in current language', 'sitepress' ),
# 'label_include_current_lang' => __( 'Current language', 'sitepress' ),
# 'templates_dropdown_label'   => __( 'Language switcher style:', 'sitepress' ),

msgid "Current language"
msgstr ""

# 'label_include_current_lang' => __( 'Current language', 'sitepress' ),
# 'templates_dropdown_label'   => __( 'Language switcher style:', 'sitepress' ),
# 'templates_wpml_group'       => __( 'WPML', 'sitepress' ),

msgid "Language switcher style:"
msgstr ""

# 'templates_wpml_group'       => __( 'WPML', 'sitepress' ),
# 'templates_custom_group'     => __( 'Custom', 'sitepress' ),
# 'title_action_edit'          => __( 'Edit language switcher', 'sitepress' ),

msgid "Custom"
msgstr ""

# 'templates_custom_group'     => __( 'Custom', 'sitepress' ),
# 'title_action_edit'          => __( 'Edit language switcher', 'sitepress' ),
# 'title_action_delete'        => __( 'Delete language switcher', 'sitepress' ),

msgid "Edit language switcher"
msgstr ""

# 'title_action_edit'          => __( 'Edit language switcher', 'sitepress' ),
# 'title_action_delete'        => __( 'Delete language switcher', 'sitepress' ),
# 'button_back'                => __( 'Back', 'sitepress' ),

msgid "Delete language switcher"
msgstr ""

# 'title_action_delete'        => __( 'Delete language switcher', 'sitepress' ),
# 'button_back'                => __( 'Back', 'sitepress' ),
# 'button_next'                => __( 'Next', 'sitepress' ),

msgid "Back"
msgstr ""

# 'button_back'                => __( 'Back', 'sitepress' ),
# 'button_next'                => __( 'Next', 'sitepress' ),
# );

msgid "Next"
msgstr ""

# 'languages_order'               => array(
# 'text' => __( 'This is the order in which the languages will be displayed in the language switcher.', 'sitepress' ),
# ),

msgid "This is the order in which the languages will be displayed in the language switcher."
msgstr ""

# 'languages_without_translation' => array(
# 'text' => __( 'Some content may not be translated to all languages. Choose what should appear in the language switcher when translation is missing.', 'sitepress' ),
# ),

msgid "Some content may not be translated to all languages. Choose what should appear in the language switcher when translation is missing."
msgstr ""

# 'preserve_url_arguments'        => array(
# 'text' => __( 'Add a comma-separated list of URL arguments that you want WPML to pass when switching languages.', 'sitepress' ),
# 'link' => array(

msgid "Add a comma-separated list of URL arguments that you want WPML to pass when switching languages."
msgstr ""

# 'link' => array(
# 'text'   => __( 'Preserving URL arguments', 'sitepress' ),
# 'url'    => 'https://wpml.org/documentation/getting-started-guide/language-setup/language-switcher-options/#preserving-url-parameters',

msgid "Preserving URL arguments"
msgstr ""

# 'additional_css'                => array(
# 'text' => __( 'Enter CSS to add to the page. This is useful when you want to add styling to the language switcher, without having to edit the CSS file on the server.', 'sitepress' ),
# 'link' => array(

msgid "Enter CSS to add to the page. This is useful when you want to add styling to the language switcher, without having to edit the CSS file on the server."
msgstr ""

# 'link' => array(
# 'text'   => __( 'Styling the language switcher with additional CSS', 'sitepress' ),
# 'url'    => 'https://wpml.org/documentation/getting-started-guide/language-setup/language-switcher-options/#styling-the-language-switcher-with-additional-css',

msgid "Styling the language switcher with additional CSS"
msgstr ""

# 'section_post_translations'     => array(
# 'text' => __( 'You can display links to translation of posts before the post and after it. These links look like "This post is also available in..."', 'sitepress' ),
# ),

msgid "You can display links to translation of posts before the post and after it. These links look like \"This post is also available in...\""
msgstr ""

# 'add_menu_all_assigned'         => array(
# 'text' => __( 'The button is disabled because all existing menus have language switchers. You can edit the settings of the existing language switchers.', 'sitepress' ),
# ),

msgid "The button is disabled because all existing menus have language switchers. You can edit the settings of the existing language switchers."
msgstr ""

# 'add_menu_no_menu'              => array(
# 'text' => __( 'The button is disabled because there are no menus in the site. Add a menu and you can later enable a language switcher in it.', 'sitepress' ),
# ),

msgid "The button is disabled because there are no menus in the site. Add a menu and you can later enable a language switcher in it."
msgstr ""

# 'add_sidebar_all_assigned'      => array(
# 'text' => __( 'The button is disabled because all existing widget areas have language switchers. You can edit the settings of the existing language switchers.', 'sitepress' ),
# ),

msgid "The button is disabled because all existing widget areas have language switchers. You can edit the settings of the existing language switchers."
msgstr ""

# 'add_sidebar_no_sidebar'        => array(
# 'text' => __( 'The button is disabled because there are no registered widget areas in the site.', 'sitepress' ),
# ),

msgid "The button is disabled because there are no registered widget areas in the site."
msgstr ""

# 'what_to_include'               => array(
# 'text' => __( 'Elements to include in the language switcher.', 'sitepress' ),
# ),

msgid "Elements to include in the language switcher."
msgstr ""

# 'available_menus'               => array(
# 'text' => __( 'Select the menus, in which to display the language switcher.', 'sitepress' ),
# ),

msgid "Select the menus, in which to display the language switcher."
msgstr ""

# 'available_sidebars'            => array(
# 'text' => __( 'Select the widget area where to include the language switcher.', 'sitepress' ),
# ),

msgid "Select the widget area where to include the language switcher."
msgstr ""

# 'available_templates'           => array(
# 'text' => __( 'Select the style of the language switcher.', 'sitepress' ),
# ),

msgid "Select the style of the language switcher."
msgstr ""

# 'menu_style_type'               => array(
# 'text' => __( 'Select how to display the language switcher in the menu. Choose "List of languages" to display all the items at the same level or "Dropdown" to display the current language as parent and other languages as children.', 'sitepress' ),
# ),

msgid "Select how to display the language switcher in the menu. Choose \"List of languages\" to display all the items at the same level or \"Dropdown\" to display the current language as parent and other languages as children."
msgstr ""

# 'menu_position'                 => array(
# 'text' => __( 'Select the position to display the language switcher in the menu.', 'sitepress' ),
# ),

msgid "Select the position to display the language switcher in the menu."
msgstr ""

# 'widget_title'                  => array(
# 'text' => __( 'Enter the title of the widget or leave empty for no title.', 'sitepress' ),
# ),

msgid "Enter the title of the widget or leave empty for no title."
msgstr ""

# 'post_translation_position'     => array(
# 'text' => __( 'Select the position to display the post translations links.', 'sitepress' ),
# ),

msgid "Select the position to display the post translations links."
msgstr ""

# 'alternative_languages_text'    => array(
# 'text' => __( 'This text appears before the list of languages. Your text needs to include the string %s which is a placeholder for the actual links.', 'sitepress' ),
# ),

msgid "This text appears before the list of languages. Your text needs to include the string %s which is a placeholder for the actual links."
msgstr ""

# 'backwards_compatibility'       => array(
# 'text' => __( "Since WPML 3.6.0, the language switchers are not using CSS IDs and the CSS classes have changed. This was required to fix some bugs and match the latest standards. If your theme or your custom CSS is not relying on these old selectors, it's recommended to skip the backwards compatibility. However, it's still possible to re-activate this option later.", 'sitepress' ),
# ),

msgid "Since WPML 3.6.0, the language switchers are not using CSS IDs and the CSS classes have changed. This was required to fix some bugs and match the latest standards. If your theme or your custom CSS is not relying on these old selectors, it's recommended to skip the backwards compatibility. However, it's still possible to re-activate this option later."
msgstr ""

# 'show_in_footer'       => array(
# 'text' => __( "You can display a language switcher in the site's footer. You can customize and style it here.", 'sitepress' ),
# ),

msgid "You can display a language switcher in the site's footer. You can customize and style it here."
msgstr ""

# return array(
# 'section_title'                        => __( 'Language switcher options', 'sitepress' ),
# 'section_description'                  => __( 'All language switchers in your site are affected by the settings in this section.', 'sitepress' ),

msgid "Language switcher options"
msgstr ""

# 'section_title'                        => __( 'Language switcher options', 'sitepress' ),
# 'section_description'                  => __( 'All language switchers in your site are affected by the settings in this section.', 'sitepress' ),
# 'label_language_order'                 => __( 'Order of languages', 'sitepress' ),

msgid "All language switchers in your site are affected by the settings in this section."
msgstr ""

# 'section_description'                  => __( 'All language switchers in your site are affected by the settings in this section.', 'sitepress' ),
# 'label_language_order'                 => __( 'Order of languages', 'sitepress' ),
# 'tip_drag_languages'                   => __( 'Drag and drop the languages to change their order', 'sitepress' ),

msgid "Order of languages"
msgstr ""

# 'label_language_order'                 => __( 'Order of languages', 'sitepress' ),
# 'tip_drag_languages'                   => __( 'Drag and drop the languages to change their order', 'sitepress' ),
# 'label_languages_with_no_translations' => __( 'How to handle languages without translation', 'sitepress' ),

msgid "Drag and drop the languages to change their order"
msgstr ""

# 'tip_drag_languages'                   => __( 'Drag and drop the languages to change their order', 'sitepress' ),
# 'label_languages_with_no_translations' => __( 'How to handle languages without translation', 'sitepress' ),
# 'option_skip_link'                     => __( 'Skip language', 'sitepress' ),

msgid "How to handle languages without translation"
msgstr ""

# 'label_languages_with_no_translations' => __( 'How to handle languages without translation', 'sitepress' ),
# 'option_skip_link'                     => __( 'Skip language', 'sitepress' ),
# 'option_link_home'                     => __( 'Link to home of language for missing translations', 'sitepress' ),

msgid "Skip language"
msgstr ""

# 'option_skip_link'                     => __( 'Skip language', 'sitepress' ),
# 'option_link_home'                     => __( 'Link to home of language for missing translations', 'sitepress' ),
# 'label_preserve_url_args'              => __( 'Preserve URL arguments', 'sitepress' ),

msgid "Link to home of language for missing translations"
msgstr ""

# 'option_link_home'                     => __( 'Link to home of language for missing translations', 'sitepress' ),
# 'label_preserve_url_args'              => __( 'Preserve URL arguments', 'sitepress' ),
# 'label_additional_css'                 => __( 'Additional CSS', 'sitepress' ),

msgid "Preserve URL arguments"
msgstr ""

# 'label_preserve_url_args'              => __( 'Preserve URL arguments', 'sitepress' ),
# 'label_additional_css'                 => __( 'Additional CSS', 'sitepress' ),
# 'label_migrated_toggle'                => __( 'Backwards compatibility', 'sitepress' ),

msgid "Additional CSS"
msgstr ""

# 'label_additional_css'                 => __( 'Additional CSS', 'sitepress' ),
# 'label_migrated_toggle'                => __( 'Backwards compatibility', 'sitepress' ),
# 'label_skip_backwards_compatibility'   => __( 'Skip backwards compatibility', 'sitepress' ),

msgid "Backwards compatibility"
msgstr ""

# 'label_migrated_toggle'                => __( 'Backwards compatibility', 'sitepress' ),
# 'label_skip_backwards_compatibility'   => __( 'Skip backwards compatibility', 'sitepress' ),
# );

msgid "Skip backwards compatibility"
msgstr ""

# return array(
# 'section_title'         => __( 'Menu language switcher', 'sitepress' ),
# 'add_button_label'      => __( 'Add a new language switcher to a menu', 'sitepress' ),

msgid "Menu language switcher"
msgstr ""

# 'section_title'         => __( 'Menu language switcher', 'sitepress' ),
# 'add_button_label'      => __( 'Add a new language switcher to a menu', 'sitepress' ),
# 'select_label'          => __( 'Menu', 'sitepress' ),

msgid "Add a new language switcher to a menu"
msgstr ""

# 'add_button_label'      => __( 'Add a new language switcher to a menu', 'sitepress' ),
# 'select_label'          => __( 'Menu', 'sitepress' ),
# 'select_option_choose'  => __( 'Choose a menu', 'sitepress' ),

msgid "Menu"
msgstr ""

# 'select_label'          => __( 'Menu', 'sitepress' ),
# 'select_option_choose'  => __( 'Choose a menu', 'sitepress' ),
# 'position_label'        => __( 'Position:', 'sitepress' ),

msgid "Choose a menu"
msgstr ""

# 'select_option_choose'  => __( 'Choose a menu', 'sitepress' ),
# 'position_label'        => __( 'Position:', 'sitepress' ),
# 'position_first_item'   => __( 'First menu item', 'sitepress' ),

msgid "Position:"
msgstr ""

# 'position_label'        => __( 'Position:', 'sitepress' ),
# 'position_first_item'   => __( 'First menu item', 'sitepress' ),
# 'position_last_item'    => __( 'Last menu item', 'sitepress' ),

msgid "First menu item"
msgstr ""

# 'position_first_item'   => __( 'First menu item', 'sitepress' ),
# 'position_last_item'    => __( 'Last menu item', 'sitepress' ),
# 'is_hierarchical_label' => __( 'Language menu items style:', 'sitepress' ),

msgid "Last menu item"
msgstr ""

# 'position_last_item'    => __( 'Last menu item', 'sitepress' ),
# 'is_hierarchical_label' => __( 'Language menu items style:', 'sitepress' ),
# 'flat'                  => __( 'List of languages', 'sitepress' ),

msgid "Language menu items style:"
msgstr ""

# 'is_hierarchical_label' => __( 'Language menu items style:', 'sitepress' ),
# 'flat'                  => __( 'List of languages', 'sitepress' ),
# 'flat_desc'             => __( 'good for menus that display items as a list', 'sitepress' ),

msgid "List of languages"
msgstr ""

# 'flat'                  => __( 'List of languages', 'sitepress' ),
# 'flat_desc'             => __( 'good for menus that display items as a list', 'sitepress' ),
# 'hierarchical'          => __( 'Dropdown', 'sitepress' ),

msgid "good for menus that display items as a list"
msgstr ""

# 'flat_desc'             => __( 'good for menus that display items as a list', 'sitepress' ),
# 'hierarchical'          => __( 'Dropdown', 'sitepress' ),
# 'hierarchical_desc'     => __( 'good for menus that support drop-downs', 'sitepress' ),

msgid "Dropdown"
msgstr ""

# 'hierarchical'          => __( 'Dropdown', 'sitepress' ),
# 'hierarchical_desc'     => __( 'good for menus that support drop-downs', 'sitepress' ),
# 'dialog_title'          => __( 'Edit Menu Language Switcher', 'sitepress' ),

msgid "good for menus that support drop-downs"
msgstr ""

# 'hierarchical_desc'     => __( 'good for menus that support drop-downs', 'sitepress' ),
# 'dialog_title'          => __( 'Edit Menu Language Switcher', 'sitepress' ),
# 'dialog_title_new'      => __( 'New Menu Language Switcher', 'sitepress' ),

msgid "Edit Menu Language Switcher"
msgstr ""

# 'dialog_title'          => __( 'Edit Menu Language Switcher', 'sitepress' ),
# 'dialog_title_new'      => __( 'New Menu Language Switcher', 'sitepress' ),
# );

msgid "New Menu Language Switcher"
msgstr ""

# return array(
# 'section_title'        => __( 'Widget language switcher', 'sitepress' ),
# 'add_button_label'     => __( 'Add a new language switcher to a widget area', 'sitepress' ),

msgid "Widget language switcher"
msgstr ""

# 'section_title'        => __( 'Widget language switcher', 'sitepress' ),
# 'add_button_label'     => __( 'Add a new language switcher to a widget area', 'sitepress' ),
# 'select_label'         => __( 'Widget area', 'sitepress' ),

msgid "Add a new language switcher to a widget area"
msgstr ""

# 'add_button_label'     => __( 'Add a new language switcher to a widget area', 'sitepress' ),
# 'select_label'         => __( 'Widget area', 'sitepress' ),
# 'select_option_choose' => __( 'Choose a widget area', 'sitepress' ),

msgid "Widget area"
msgstr ""

# 'select_label'         => __( 'Widget area', 'sitepress' ),
# 'select_option_choose' => __( 'Choose a widget area', 'sitepress' ),
# 'label_widget_title'   => __( 'Widget title:', 'sitepress' ),

msgid "Choose a widget area"
msgstr ""

# 'select_option_choose' => __( 'Choose a widget area', 'sitepress' ),
# 'label_widget_title'   => __( 'Widget title:', 'sitepress' ),
# 'dialog_title'         => __( 'Edit Widget Area Language Switcher', 'sitepress' ),

msgid "Widget title:"
msgstr ""

# 'label_widget_title'   => __( 'Widget title:', 'sitepress' ),
# 'dialog_title'         => __( 'Edit Widget Area Language Switcher', 'sitepress' ),
# 'dialog_title_new'     => __( 'New Widget Area language switcher', 'sitepress' ),

msgid "Edit Widget Area Language Switcher"
msgstr ""

# 'dialog_title'         => __( 'Edit Widget Area Language Switcher', 'sitepress' ),
# 'dialog_title_new'     => __( 'New Widget Area language switcher', 'sitepress' ),
# );

msgid "New Widget Area language switcher"
msgstr ""

# return array(
# 'section_title' => __( 'Footer language switcher', 'sitepress' ),
# 'show'          => __( 'Show language switcher in footer', 'sitepress' ),

msgid "Footer language switcher"
msgstr ""

# 'section_title' => __( 'Footer language switcher', 'sitepress' ),
# 'show'          => __( 'Show language switcher in footer', 'sitepress' ),
# 'dialog_title'  => __( 'Edit Footer Language Switcher', 'sitepress' ),

msgid "Show language switcher in footer"
msgstr ""

# 'show'          => __( 'Show language switcher in footer', 'sitepress' ),
# 'dialog_title'  => __( 'Edit Footer Language Switcher', 'sitepress' ),
# );

msgid "Edit Footer Language Switcher"
msgstr ""

# return array(
# 'section_title'                      => __( 'Links to translation of posts', 'sitepress' ),
# 'show'                               => __( 'Show links above or below posts, offering them in other languages', 'sitepress' ),

msgid "Links to translation of posts"
msgstr ""

# 'section_title'                      => __( 'Links to translation of posts', 'sitepress' ),
# 'show'                               => __( 'Show links above or below posts, offering them in other languages', 'sitepress' ),
# 'position_label'                     => __( 'Position of link(s):', 'sitepress' ),

msgid "Show links above or below posts, offering them in other languages"
msgstr ""

# 'show'                               => __( 'Show links above or below posts, offering them in other languages', 'sitepress' ),
# 'position_label'                     => __( 'Position of link(s):', 'sitepress' ),
# 'position_above'                     => __( 'Above post', 'sitepress' ),

msgid "Position of link(s):"
msgstr ""

# 'position_label'                     => __( 'Position of link(s):', 'sitepress' ),
# 'position_above'                     => __( 'Above post', 'sitepress' ),
# 'position_below'                     => __( 'Below post', 'sitepress' ),

msgid "Above post"
msgstr ""

# 'position_above'                     => __( 'Above post', 'sitepress' ),
# 'position_below'                     => __( 'Below post', 'sitepress' ),
# 'label_alternative_languages_text'   => __( 'Text for alternative languages for posts:', 'sitepress' ),

msgid "Below post"
msgstr ""

# 'position_below'                     => __( 'Below post', 'sitepress' ),
# 'label_alternative_languages_text'   => __( 'Text for alternative languages for posts:', 'sitepress' ),
# 'default_alternative_languages_text' => __( 'This post is also available in: %s', 'sitepress' ),

msgid "Text for alternative languages for posts:"
msgstr ""

# 'label_alternative_languages_text'   => __( 'Text for alternative languages for posts:', 'sitepress' ),
# 'default_alternative_languages_text' => __( 'This post is also available in: %s', 'sitepress' ),
# 'dialog_title'                       => __( 'Edit Post Translations Language Switcher', 'sitepress' ),

msgid "This post is also available in: %s"
msgstr ""

# 'default_alternative_languages_text' => __( 'This post is also available in: %s', 'sitepress' ),
# 'dialog_title'                       => __( 'Edit Post Translations Language Switcher', 'sitepress' ),
# );

msgid "Edit Post Translations Language Switcher"
msgstr ""

# return array(
# 'section_title'          => __( 'Custom language switchers', 'sitepress' ),
# 'section_description'    => sprintf( $description, $description_link ),

msgid "Custom language switchers"
msgstr ""

# 'section_description'    => sprintf( $description, $description_link ),
# 'customize_button_label' => __( 'Customize', 'sitepress' ),
# 'dialog_title'           => __( 'Edit Shortcode Actions Language Switcher', 'sitepress' ),

msgid "Customize"
msgstr ""

# 'customize_button_label' => __( 'Customize', 'sitepress' ),
# 'dialog_title'           => __( 'Edit Shortcode Actions Language Switcher', 'sitepress' ),
# );

msgid "Edit Shortcode Actions Language Switcher"
msgstr ""

# return array(
# 'panel_title'          => __( 'Language switcher colors', 'sitepress' ),
# 'label_color_preset'   => __( 'Color themes:', 'sitepress' ),

msgid "Language switcher colors"
msgstr ""

# 'panel_title'          => __( 'Language switcher colors', 'sitepress' ),
# 'label_color_preset'   => __( 'Color themes:', 'sitepress' ),
# 'select_option_choose' => __( 'Select a preset', 'sitepress' ),

msgid "Color themes:"
msgstr ""

# 'label_color_preset'   => __( 'Color themes:', 'sitepress' ),
# 'select_option_choose' => __( 'Select a preset', 'sitepress' ),
# 'label_normal_scheme'  => __( 'Normal', 'sitepress' ),

msgid "Select a preset"
msgstr ""

# 'select_option_choose' => __( 'Select a preset', 'sitepress' ),
# 'label_normal_scheme'  => __( 'Normal', 'sitepress' ),
# 'label_hover_scheme'   => __( 'Hover', 'sitepress' ),

msgid "Normal"
msgstr ""

# 'label_normal_scheme'  => __( 'Normal', 'sitepress' ),
# 'label_hover_scheme'   => __( 'Hover', 'sitepress' ),
# 'background'           => __( 'Background', 'sitepress' ),

msgid "Hover"
msgstr ""

# 'label_hover_scheme'   => __( 'Hover', 'sitepress' ),
# 'background'           => __( 'Background', 'sitepress' ),
# 'border'               => __( 'Border', 'sitepress' ),

msgid "Background"
msgstr ""

# 'background'           => __( 'Background', 'sitepress' ),
# 'border'               => __( 'Border', 'sitepress' ),
# 'font_current'         => __( 'Current language font color', 'sitepress' ),

msgid "Border"
msgstr ""

# 'border'               => __( 'Border', 'sitepress' ),
# 'font_current'         => __( 'Current language font color', 'sitepress' ),
# 'background_current'   => __( 'Current language background color', 'sitepress' ),

msgid "Current language font color"
msgstr ""

# 'font_current'         => __( 'Current language font color', 'sitepress' ),
# 'background_current'   => __( 'Current language background color', 'sitepress' ),
# 'font_other'           => __( 'Other language font color', 'sitepress' ),

msgid "Current language background color"
msgstr ""

# 'background_current'   => __( 'Current language background color', 'sitepress' ),
# 'font_other'           => __( 'Other language font color', 'sitepress' ),
# 'background_other'     => __( 'Other language background color', 'sitepress' ),

msgid "Other language font color"
msgstr ""

# 'font_other'           => __( 'Other language font color', 'sitepress' ),
# 'background_other'     => __( 'Other language background color', 'sitepress' ),
# );

msgid "Other language background color"
msgstr ""

# $model = array(
# 'title'                => __( 'Reset settings', 'sitepress' ),
# 'description'          => sprintf( esc_html__( 'This will change the settings of your language switchers %s to their defaults as set by the theme. Please note that some switchers may be removed and others may be added.', 'sitepress' ), '<strong>(' . $reset_locations . ')</strong>' ),

msgid "Reset settings"
msgstr ""

# 'explanation_text'     => sprintf( esc_html__( '* Your theme has a %s file, which sets the default values for WPML.', 'sitepress' ), '<strong title="' . esc_attr( $theme_wpml_config_file ) . '">wpml-config.xml</strong>' ),
# 'confirmation_message' => __( 'Are you sure you want to reset to the default settings?', 'sitepress' ),
# 'restore_page_url'     => admin_url( 'admin.php?page=' . self::get_page_hook() . '&restore_ls_settings=1' ),

msgid "Are you sure you want to reset to the default settings?"
msgstr ""

# 'restore_page_url'     => admin_url( 'admin.php?page=' . self::get_page_hook() . '&restore_ls_settings=1' ),
# 'restore_button_label' => __( 'Restore default', 'sitepress' )
# );

msgid "Restore default"
msgstr ""

# $notifications['css_not_loaded'] = sprintf(
# __( "%s is defined in your theme. The language switcher can only be customized using the theme's CSS.", 'sitepress' ),
# 'ICL_DONT_LOAD_LANGUAGE_SELECTOR_CSS'

msgid "%s is defined in your theme. The language switcher can only be customized using the theme's CSS."
msgstr ""

# } else {
# $this->sitepress->get_wp_api()->wp_send_json_error( esc_html__( "You can't do that!", 'sitepress' ) );
# }

msgid "You can't do that!"
msgstr ""

# if ( ! $preview ) {
# $this->sitepress->get_wp_api()->wp_send_json_error( esc_html__( 'Preview update failed', 'sitepress' ) );
# }

msgid "Preview update failed"
msgstr ""

# return array(
# 'confirmation_item_remove' => esc_html__( 'Do you really want to remove this item?', 'sitepress' ),
# 'leave_text_box_to_save'   => esc_html__( 'Leave the text box to auto-save', 'sitepress' ),

msgid "Do you really want to remove this item?"
msgstr ""

# 'confirmation_item_remove' => esc_html__( 'Do you really want to remove this item?', 'sitepress' ),
# 'leave_text_box_to_save'   => esc_html__( 'Leave the text box to auto-save', 'sitepress' ),
# );

msgid "Leave the text box to auto-save"
msgstr ""

# public function get_reset_ui_model( $theme_wpml_config_file ) {
# $reset_locations = esc_html__( 'in options, menus, widgets, footer and shortcode', 'sitepress' );
# 

msgid "in options, menus, widgets, footer and shortcode"
msgstr ""

# 'title'                => __( 'Reset settings', 'sitepress' ),
# 'description'          => sprintf( esc_html__( 'This will change the settings of your language switchers %s to their defaults as set by the theme. Please note that some switchers may be removed and others may be added.', 'sitepress' ), '<strong>(' . $reset_locations . ')</strong>' ),
# 'theme_config_file'    => $theme_wpml_config_file,

msgid "This will change the settings of your language switchers %s to their defaults as set by the theme. Please note that some switchers may be removed and others may be added."
msgstr ""

# 'theme_config_file'    => $theme_wpml_config_file,
# 'explanation_text'     => sprintf( esc_html__( '* Your theme has a %s file, which sets the default values for WPML.', 'sitepress' ), '<strong title="' . esc_attr( $theme_wpml_config_file ) . '">wpml-config.xml</strong>' ),
# 'confirmation_message' => __( 'Are you sure you want to reset to the default settings?', 'sitepress' ),

msgid "* Your theme has a %s file, which sets the default values for WPML."
msgstr ""

# 'no_templates'               => __( 'There are no templates available.', 'sitepress' ),
# 'label_preview'              => _x( 'Preview', 'Language switcher preview', 'sitepress' ),
# 'label_position'             => _x( 'Position', 'Language switcher preview', 'sitepress' ),

msgctxt "Language switcher preview"
msgid "Preview"
msgstr ""

# 'label_preview'              => _x( 'Preview', 'Language switcher preview', 'sitepress' ),
# 'label_position'             => _x( 'Position', 'Language switcher preview', 'sitepress' ),
# 'label_actions'              => _x( 'Actions', 'Language switcher preview', 'sitepress' ),

msgctxt "Language switcher preview"
msgid "Position"
msgstr ""

# 'label_position'             => _x( 'Position', 'Language switcher preview', 'sitepress' ),
# 'label_actions'              => _x( 'Actions', 'Language switcher preview', 'sitepress' ),
# 'label_actions'              => _x( 'Actions', 'Language switcher preview', 'sitepress' ),

msgctxt "Language switcher preview"
msgid "Actions"
msgstr ""

# 'label_actions'              => _x( 'Actions', 'Language switcher preview', 'sitepress' ),
# 'label_action'               => _x( 'Action', 'Language switcher preview', 'sitepress' ),
# 'button_save'                => __( 'Save', 'sitepress' ),

msgctxt "Language switcher preview"
msgid "Action"
msgstr ""

# 
# $description_link_text = _x( "insert WPML's switchers in custom locations", 'Custom languuage switcher description: external link text', 'sitepress' );
# $description_link_url  = 'https://wpml.org/documentation/getting-started-guide/language-setup/language-switcher-options/#custom-locations';

msgctxt "Custom languuage switcher description: external link text"
msgid "insert WPML's switchers in custom locations"
msgstr ""

# $description_link      = '<a href="' . $description_link_url . '" target="_blank">' . $description_link_text . '</a>';
# $description           = _x( 'Need more options? See how you can %s.', 'Custom languuage switcher description: text', 'sitepress' );
# 

msgctxt "Custom languuage switcher description: text"
msgid "Need more options? See how you can %s."
msgstr ""

# return array(
# 'void'  => array( 'label' => esc_html__( 'Clear all colors', 'sitepress' ), 'values' => $void ),
# 'gray'  => array( 'label' => esc_html__( 'Gray', 'sitepress' ), 'values' => $gray ),

msgid "Clear all colors"
msgstr ""

# 'void'  => array( 'label' => esc_html__( 'Clear all colors', 'sitepress' ), 'values' => $void ),
# 'gray'  => array( 'label' => esc_html__( 'Gray', 'sitepress' ), 'values' => $gray ),
# 'white' => array( 'label' => esc_html__( 'White', 'sitepress' ), 'values' => $white ),

msgid "Gray"
msgstr ""

# 'gray'  => array( 'label' => esc_html__( 'Gray', 'sitepress' ), 'values' => $gray ),
# 'white' => array( 'label' => esc_html__( 'White', 'sitepress' ), 'values' => $white ),
# 'blue'  => array( 'label' => esc_html__( 'Blue', 'sitepress' ), 'values' => $blue ),

msgid "White"
msgstr ""

# 'white' => array( 'label' => esc_html__( 'White', 'sitepress' ), 'values' => $white ),
# 'blue'  => array( 'label' => esc_html__( 'Blue', 'sitepress' ), 'values' => $blue ),
# );

msgid "Blue"
msgstr ""

# } elseif ( strpos( $path, $this->wpml_file->fix_dir_separator( $this->get_uploads_path() ) ) === 0 ) {
# $name = __( 'Uploads', 'sitepress' ) . ' - ' . $name;
# } elseif (

msgid "Uploads"
msgstr ""

# 
# $dummy_item = esc_html__( 'menu items', 'sitepress' );
# 

msgid "menu items"
msgstr ""

# self::SLUG, // Base ID
# __( 'Language Switcher', 'sitepress' ), // Name
# array(

msgid "Language Switcher"
msgstr ""

# if ( $is_default ) {
# $html_response .= ' (' . __( 'default', 'sitepress' ) . ')';
# }

msgid "default"
msgstr ""

# if ( 1 === $status ) {
# $response['message'] = __( 'WordPress language file (.mo) is missing. Keeping existing display language.', 'sitepress' );
# }

msgid "WordPress language file (.mo) is missing. Keeping existing display language."
msgstr ""

# } else {
# wp_send_json_error( __( 'Error', 'sitepress' ) );
# }

msgid "Error"
msgstr ""

# $permalinks_settings_url = get_admin_url(null, 'options-permalink.php');
# $save_permalinks_link    = '<a href="' . $permalinks_settings_url . '">' . _x( 're-save the site permalinks', 'You may need to {re-save the site permalinks} - 2/2', 'sitepress' ) . '</a>';
# $save_permalinks_message = sprintf( _x( 'You may need to %s.', 'You may need to {re-save the site permalinks} - 1/2', 'sitepress' ), $save_permalinks_link );

msgctxt "You may need to {re-save the site permalinks} - 2/2"
msgid "re-save the site permalinks"
msgstr ""

# $save_permalinks_link    = '<a href="' . $permalinks_settings_url . '">' . _x( 're-save the site permalinks', 'You may need to {re-save the site permalinks} - 2/2', 'sitepress' ) . '</a>';
# $save_permalinks_message = sprintf( _x( 'You may need to %s.', 'You may need to {re-save the site permalinks} - 1/2', 'sitepress' ), $save_permalinks_link );
# wp_send_json_success( $save_permalinks_message );

msgctxt "You may need to {re-save the site permalinks} - 1/2"
msgid "You may need to %s."
msgstr ""

# 'show_please_select' => true,
# 'please_select_text' => __( '-- Please select --', 'wpml-string-translation' ),
# 'selected'           => '',

msgid "-- Please select --"
msgstr ""

# if ( 1 === $languages_count ) {
# $text   = __( 'You need to configure at least one more language in order to access "Theme and plugins localization" and "Media translation".', 'sitepress' );
# $notice = new WPML_Notice( self::NOTICE_ID_MISSING_MENU_ITEMS, $text, self::NOTICE_GROUP );

msgid "You need to configure at least one more language in order to access \"Theme and plugins localization\" and \"Media translation\"."
msgstr ""

# $text .= '<p>';
# $text .= __( 'WordPress cannot automatically download translations for the following languages:', 'sitepress' );
# $text .= '</p>';

msgid "WordPress cannot automatically download translations for the following languages:"
msgstr ""

# $list_items        = array();
# $list_item_pattern = __( '%s (current locale: %s) - suggested locale(s): %s', 'sitepress' );
# 

msgid "%s (current locale: %s) - suggested locale(s): %s"
msgstr ""

# $languages_edit_link = '<a href="' . $languages_edit_url . '">';
# $languages_edit_link .= __( 'Edit Languages', 'sitepress' );
# $languages_edit_link .= '</a>';

msgid "Edit Languages"
msgstr ""

# $text .= '<p>';
# $text .= sprintf( __( 'To fix, open "%s" and set the "default locale" values as shown above.', 'sitepress' ), $languages_edit_link );
# $text .= '</p>';

msgid "To fix, open \"%s\" and set the \"default locale\" values as shown above."
msgstr ""

# if ( ! $suggestions ) {
# $suggestions[] = _x( 'None', 'Suggested default locale', 'sitepress' );
# }

msgctxt "Suggested default locale"
msgid "None"
msgstr ""

# <tr>
# <th colspan="2"><?php esc_html_e( 'Custom fields', 'sitepress' ); ?></th>
# </tr>

msgid "Custom fields"
msgstr ""

# type="radio"
# value="0" <?php echo esc_attr( $radio_disabled . $checked0 ); ?> />&nbsp;<?php esc_html_e( "Don't translate", 'sitepress' ) ?>
# </label>

msgid "Don't translate"
msgstr ""

# type="radio"
# value="1" <?php echo esc_attr( $radio_disabled . $checked1 ); ?> />&nbsp;<?php esc_html_e( 'Copy', 'sitepress' ); ?>
# </label>

msgid "Copy"
msgstr ""

# return '<p class="missing-extension-message">'
# . esc_html__( 'It looks like the %1$s extension, which is required by WPML, is not installed. Please refer to this link to know how to install this extension: %2$s.', 'sitepress' )
# . '</p>';

msgid "It looks like the %1$s extension, which is required by WPML, is not installed. Please refer to this link to know how to install this extension: %2$s."
msgstr ""

# private function missing_extension_message_for_php7() {
# return '<p class="missing-extension-message-for-php7">' . esc_html__( 'You are using PHP 7: in some cases, the extension might have been removed during a system update. In this case, please see %3$s.', 'sitepress' ) . '</p>';
# }

msgid "You are using PHP 7: in some cases, the extension might have been removed during a system update. In this case, please see %3$s."
msgstr ""

# private function contact_the_admin() {
# return '<p class="contact-the-admin">' . esc_html__( 'You may need to contact your server administrator or your hosting company to install this extension.', 'sitepress' ) . '</p>';
# }

msgid "You may need to contact your server administrator or your hosting company to install this extension."
msgstr ""

# for="validate_language_domains_<?php echo esc_attr($code) ?>">
# <?php esc_html_e( 'Validate on save', 'sitepress' ) ?>
# </label>

msgid "Validate on save"
msgstr ""

# <input type="checkbox" id="sso_enabled" name="sso_enabled" value="1" <?php checked( $is_sso_enabled, true, true ); ?>>
# <?php esc_html_e( 'Auto sign-in and sign-out users from all domains', 'sitepress' ); ?>
# </label>

msgid "Auto sign-in and sign-out users from all domains"
msgstr ""

# <div id="sso_enabled_notice" style="display: none;">
# <?php esc_html_e( 'Please log-out and login again in order to be able to access the admin features in all language domains.', 'sitepress' ); ?>
# </div>

msgid "Please log-out and login again in order to be able to access the admin features in all language domains."
msgstr ""

# <p>
# <?php esc_html_e( 'This feature allows the theme and plugins to work correctly when on sites that use languages in domains.<br/>It requires a call to each of the site\'s language domains on both log-in and log-out, so there\'s a small performance penalty to using it.' );?>
# </p>

msgid "This feature allows the theme and plugins to work correctly when on sites that use languages in domains.<br/>It requires a call to each of the site's language domains on both log-in and log-out, so there's a small performance penalty to using it."
msgstr ""

# esc_html__( 'Taxonomy Translation', 'sitepress' ),
# '<p>' . esc_html__( 'Descriptive content that will show in My Help Tab-body goes here.' ) . '</p>'
# );

msgid "Descriptive content that will show in My Help Tab-body goes here."
msgstr ""

# <div class="wpml-section-header">
# <h3><?php esc_html_e( 'Current content language', 'sitepress' ) ?></h3>
# </div>

msgid "Current content language"
msgstr ""

# <p class="wpml-wizard-instruction">
# <label for="icl_initial_language_code"><?php esc_html_e( 'Before adding other languages, please select the language existing contents are written in:', 'sitepress' ) ?></label>
# </p>

msgid "Before adding other languages, please select the language existing contents are written in:"
msgstr ""

# <option value=""<?php selected( true, $admin_default_language_selected ) ?>>
# <?php echo esc_html( sprintf( __( 'Default admin language (currently %s)', 'sitepress' ), $this->admin_default_language ) ); ?>
# </option>

msgid "Default admin language (currently %s)"
msgstr ""

# if ( 1 === count( $hidden_languages ) ) {
# echo esc_html( sprintf( __( '%s is currently hidden to visitors.', 'sitepress' ), $this->all_languages[ end( $hidden_languages ) ]['display_name'] ) );
# } else {

msgid "%s is currently hidden to visitors."
msgstr ""

# $hidden_languages = implode( ', ', $hidden_languages_array );
# echo esc_html( sprintf( __( '%s are currently hidden to visitors.', 'sitepress' ), $hidden_languages ) );
# }

msgid "%s are currently hidden to visitors."
msgstr ""

# <tr class="user-language-wrap">
# <th colspan="2"><h3><a name="wpml"></a><?php esc_html_e( 'WPML language settings', 'sitepress' ); ?></h3></th>
# </tr>

msgid "WPML language settings"
msgstr ""

# <tr class="user-language-wrap" <?php echo $hide_wpml_languages; ?>>
# <th><label for="icl_user_admin_language"><?php esc_html_e( 'Select your language:', 'sitepress' ) ?></label></th>
# <td>

msgid "Select your language:"
msgstr ""

# <span class="description">
# <?php esc_html_e( 'this will be your admin language and will also be used for translating comments.', 'sitepress' ); ?>
# </span>

msgid "this will be your admin language and will also be used for translating comments."
msgstr ""

# <tr class="user-language-wrap">
# <th><?php esc_html_e( 'Editing language:', 'sitepress' ) ?></th>
# <td>

msgid "Editing language:"
msgstr ""

# <input type="checkbox" name="icl_admin_language_for_edit" id="icl_admin_language_for_edit" value="1" <?php checked( true, $use_admin_language_for_edit ); ?> />
# &nbsp;<label for="icl_admin_language_for_edit"><?php esc_html_e( 'Set admin language as editing language.', 'sitepress' ); ?></label>
# </td>

msgid "Set admin language as editing language."
msgstr ""

# <tr class="user-language-wrap">
# <th><?php esc_html_e( 'Hidden languages:', 'sitepress' ) ?></th>
# <td>

msgid "Hidden languages:"
msgstr ""

# } else {
# esc_html_e( 'All languages are currently displayed. Choose what to do when site languages are hidden.', 'sitepress' );
# }

msgid "All languages are currently displayed. Choose what to do when site languages are hidden."
msgstr ""

# <input id="icl_show_hidden_languages" name="icl_show_hidden_languages" type="checkbox" value="1" <?php checked( true, $display_hidden_languages ) ?> />
# &nbsp;<label for="icl_show_hidden_languages"><?php esc_html_e( 'Display hidden languages', 'sitepress' ) ?></label>
# </p>

msgid "Display hidden languages"
msgstr ""

# if ( ! $this->is_valid_request() ) {
# wp_send_json_error( __( 'This action is not allowed', 'sitepress' ) );
# } else {

msgid "This action is not allowed"
msgstr ""

# if ( $this->has_page_builders_issues() ) {
# $document_action = new WPML_Notice_Action( __( 'Translating content created with page builders', 'sitepress' ), self::DOCUMENTATION_LINK );
# $notice->add_action( $document_action );

msgid "Translating content created with page builders"
msgstr ""

# 
# $enable_action = new WPML_Notice_Action( _x( 'Enable it now', 'Integration requirement notice title for translation editor: enable action', 'sitepress' ), '#', false, false, true );
# $enable_action->set_js_callback( 'js-set-translation-editor' );

msgctxt "Integration requirement notice title for translation editor: enable action"
msgid "Enable it now"
msgstr ""

# 'strings' => array(
# 'title'    => sprintf( __( 'To easily translate %s, you need to add the following WPML components:', 'sitepress' ), $this->get_product_names( $issues ) ),
# 'download' => __( 'Download', 'sitepress' ),

msgid "To easily translate %s, you need to add the following WPML components:"
msgstr ""

# 'title'    => sprintf( __( 'To easily translate %s, you need to add the following WPML components:', 'sitepress' ), $this->get_product_names( $issues ) ),
# 'download' => __( 'Download', 'sitepress' ),
# 'install'  => __( 'Install', 'sitepress' ),

msgid "Download"
msgstr ""

# 'download' => __( 'Download', 'sitepress' ),
# 'install'  => __( 'Install', 'sitepress' ),
# ),

msgid "Install"
msgstr ""

# 'strings' => array(
# 'title'   => sprintf( __( 'One more step before you can translate %s', 'sitepress' ), $this->build_items_in_sentence( $integrations ) ),
# 'message' => __( "You need to enable WPML's Translation Editor, to translate conveniently.", 'sitepress' ),

msgid "One more step before you can translate %s"
msgstr ""

# 'title'   => sprintf( __( 'One more step before you can translate %s', 'sitepress' ), $this->build_items_in_sentence( $integrations ) ),
# 'message' => __( "You need to enable WPML's Translation Editor, to translate conveniently.", 'sitepress' ),
# 'enable_done' => __( 'Done.', 'sitepress' ),

msgid "You need to enable WPML's Translation Editor, to translate conveniently."
msgstr ""

# 'message' => __( "You need to enable WPML's Translation Editor, to translate conveniently.", 'sitepress' ),
# 'enable_done' => __( 'Done.', 'sitepress' ),
# 'enable_error' => __( 'Something went wrong. Please try again or contact the support.', 'sitepress' ),

msgid "Done."
msgstr ""

# 'enable_done' => __( 'Done.', 'sitepress' ),
# 'enable_error' => __( 'Something went wrong. Please try again or contact the support.', 'sitepress' ),
# ),

msgid "Something went wrong. Please try again or contact the support."
msgstr ""

# if ( count( $items ) <= 2 ) {
# $product_names = implode( _x( ' and ', 'between two elements of a list', 'sitepress' ) . ' ', $items );
# 

msgctxt "between two elements of a list"
msgid " and "
msgstr ""

# $both          = array_filter( array_merge( array( $first ), $last ), 'strlen' );
# $product_names = implode( _x( ', and ', 'before the element of a list', 'sitepress' ) . ' ', $both );
# 

msgctxt "before the element of a list"
msgid ", and "
msgstr ""

# echo '<h3>' . esc_html__( 'WPML', 'sitepress' ) . '</h3>';
# echo esc_html__( 'Sitemaps for each language can be accessed below. You need to submit all these sitemaps to Google.', 'sitepress' );
# echo '<table class="wpml-sitemap-translations" style="margin-left: 1em; margin-top: 1em;">';

msgid "Sitemaps for each language can be accessed below. You need to submit all these sitemaps to Google."
msgstr ""

# foreach ( array( 1, 10 ) as $priority ) {
# $label    = __( 'As early as possible', 'sitepress' );
# if ( $priority > 1 ) {

msgid "As early as possible"
msgstr ""

# if ( $priority > 1 ) {
# $label = sprintf( esc_html__( 'Later in the head section (priority %d)', 'sitepress' ), $priority );
# }

msgid "Later in the head section (priority %d)"
msgstr ""

# <div class="wpml-section-header">
# <h3><?php esc_html_e( 'SEO Options', 'sitepress' ) ?></h3>
# </div>

msgid "SEO Options"
msgstr ""

# echo 'checked="checked"' ?> value="1"/>
# <label for="icl_seo_head_langs"><?php esc_html_e( "Display alternative languages in the HEAD section.", 'sitepress' ); ?></label>
# </p>

msgid "Display alternative languages in the HEAD section."
msgstr ""

# <p>
# <label for="wpml-seo-head-langs-priority"><?php esc_html_e( 'Position of hreflang links', 'sitepress' ); ?></label>
# <select name="wpml_seo_head_langs_priority" id="wpml-seo-head-langs-priority" <?php if ( ! $seo['head_langs'] ) echo 'disabled="disabled"' ?>>

msgid "Position of hreflang links"
msgstr ""

# echo '<div class="updated message">';
# echo '<h3>' . sprintf(__('<i>%s</i> integration', 'sitepress'), str_replace('_', ' ', substr($this->plugin_cp_class, 7))) . '</h3>';
# echo '<p>';

msgid "<i>%s</i> integration"
msgstr ""

# echo '<li><label><input type="radio" name="wpml_cpi_automatic" value="1" '.$checked.' />&nbsp;'
# . __('Automatically clear the cache when strings are translated','sitepress').'</label></li>';
# if(!$this->settings['automatic']) { $checked='checked="checked"'; } else { $checked=''; }

msgid "Automatically clear the cache when strings are translated"
msgstr ""

# echo '<li><label><input type="radio" name="wpml_cpi_automatic" value="0" '.$checked.' />&nbsp;'
# . __('I will clear the cache manually after translating strings','sitepress').'</label></li>';
# echo '</ul>';

msgid "I will clear the cache manually after translating strings"
msgstr ""

# if(!$this->settings['automatic'] && $this->settings['dirty_cache']){
# echo '<p><input id="wpml_cpi_clear_cache" type="button" class="button secondary" value="' . __('Clear cache now','sitepress'). '"/></p>';
# }

msgid "Clear cache now"
msgstr ""

# echo '<p>';
# _e('You are using a caching plugin. When you translate strings, the cache needs to be cleared in order for the translation to display.', 'sitepress');
# echo '</p>';

msgid "You are using a caching plugin. When you translate strings, the cache needs to be cleared in order for the translation to display."
msgstr ""

# 'type' => 'updated',
# 'text' => sprintf( __( '%s has been added as a translator for this site.', 'sitepress' ), $user->data->display_name )
# );

msgid "%s has been added as a translator for this site."
msgstr ""

# 'type' => 'updated',
# 'text' => sprintf( __( '%s has been removed as a translator for this site.', 'sitepress' ), $user->data->display_name )
# );

msgid "%s has been removed as a translator for this site."
msgstr ""

# $data = array();
# $message['text'] = __( 'No Translation requests selected.', 'sitepress' );
# } else {

msgid "No Translation requests selected."
msgstr ""

# $data['icl_translation_id'] = $icl_translation_id;
# $message['text'] = __( 'Translation requests cancelled.', 'sitepress' );
# }

msgid "Translation requests cancelled."
msgstr ""

# 'type' => 'updated',
# 'text' => __( 'Preferences saved.', 'sitepress' ),
# );

msgid "Preferences saved."
msgstr ""

# // Default category
# $cat_name = __('Uncategorized');
# /* translators: Default category slug */

msgid "Uncategorized"
msgstr ""

# 'label'               => __( $type_identifier . 'post_type', 'text_domain' ),
# 'description'         => __( 'Post Type Description', 'text_domain' ),
# 'labels'              => $labels,

msgid "Post Type Description"
msgstr ""

# $labels = array(
# "Show"                                  => __( "Show", "sitepress" ),
# "untranslated"                          => __( "untranslated", "sitepress" ),

msgid "Show"
msgstr ""

# "Show"                                  => __( "Show", "sitepress" ),
# "untranslated"                          => __( "untranslated", "sitepress" ),
# "all"                                   => __( "all", "sitepress" ),

msgid "untranslated"
msgstr ""

# "untranslated"                          => __( "untranslated", "sitepress" ),
# "all"                                   => __( "all", "sitepress" ),
# "in"                                    => __( "in", "sitepress" ),

msgid "all"
msgstr ""

# "all"                                   => __( "all", "sitepress" ),
# "in"                                    => __( "in", "sitepress" ),
# "to"                                    => __( "to", "sitepress" ),

msgid "in"
msgstr ""

# "in"                                    => __( "in", "sitepress" ),
# "to"                                    => __( "to", "sitepress" ),
# "of"                                    => __( "of", "sitepress" ),

msgid "to"
msgstr ""

# "to"                                    => __( "to", "sitepress" ),
# "of"                                    => __( "of", "sitepress" ),
# "taxonomy"                              => __( "Taxonomy", "sitepress" ),

msgid "of"
msgstr ""

# "of"                                    => __( "of", "sitepress" ),
# "taxonomy"                              => __( "Taxonomy", "sitepress" ),
# "anyLang"                               => __( "any language", "sitepress" ),

msgid "Taxonomy"
msgstr ""

# "taxonomy"                              => __( "Taxonomy", "sitepress" ),
# "anyLang"                               => __( "any language", "sitepress" ),
# "apply"                                 => __( "Refresh", "sitepress" ),

msgid "any language"
msgstr ""

# "anyLang"                               => __( "any language", "sitepress" ),
# "apply"                                 => __( "Refresh", "sitepress" ),
# "synchronizeBtn"                        => __( "Update Taxonomy Hierarchy", "sitepress" ),

msgid "Refresh"
msgstr ""

# "apply"                                 => __( "Refresh", "sitepress" ),
# "synchronizeBtn"                        => __( "Update Taxonomy Hierarchy", "sitepress" ),
# "searchPlaceHolder"                     => __( "Search", "sitepress" ),

msgid "Update Taxonomy Hierarchy"
msgstr ""

# "synchronizeBtn"                        => __( "Update Taxonomy Hierarchy", "sitepress" ),
# "searchPlaceHolder"                     => __( "Search", "sitepress" ),
# "selectParent"                          => __( "select parent", "sitepress" ),

msgid "Search"
msgstr ""

# "searchPlaceHolder"                     => __( "Search", "sitepress" ),
# "selectParent"                          => __( "select parent", "sitepress" ),
# "taxToTranslate"                        => __( "Select the taxonomy to translate: ", "sitepress" ),

msgid "select parent"
msgstr ""

# "selectParent"                          => __( "select parent", "sitepress" ),
# "taxToTranslate"                        => __( "Select the taxonomy to translate: ", "sitepress" ),
# "translate"                             => __( "%taxonomy% Translation", "sitepress" ),

msgid "Select the taxonomy to translate: "
msgstr ""

# "taxToTranslate"                        => __( "Select the taxonomy to translate: ", "sitepress" ),
# "translate"                             => __( "%taxonomy% Translation", "sitepress" ),
# "Synchronize"                           => __( "Hierarchy Synchronization", "sitepress" ),

msgid "%taxonomy% Translation"
msgstr ""

# "translate"                             => __( "%taxonomy% Translation", "sitepress" ),
# "Synchronize"                           => __( "Hierarchy Synchronization", "sitepress" ),
# "lowercaseTranslate"                    => __( "translate", "sitepress" ),

msgid "Hierarchy Synchronization"
msgstr ""

# "Synchronize"                           => __( "Hierarchy Synchronization", "sitepress" ),
# "lowercaseTranslate"                    => __( "translate", "sitepress" ),
# "copyToAllLanguages"                    => __( "Copy to all languages", "sitepress" ),

msgid "translate"
msgstr ""

# "lowercaseTranslate"                    => __( "translate", "sitepress" ),
# "copyToAllLanguages"                    => __( "Copy to all languages", "sitepress" ),
# "copyToAllMessage"                      => __( "Copy this term from original: %language% to all other languages?" ),

msgid "Copy to all languages"
msgstr ""

# "copyToAllLanguages"                    => __( "Copy to all languages", "sitepress" ),
# "copyToAllMessage"                      => __( "Copy this term from original: %language% to all other languages?" ),
# "copyAllOverwrite"                      => __( "Overwrite existing translations", "sitepress" ),

msgid "Copy this term from original: %language% to all other languages?"
msgstr ""

# "copyToAllMessage"                      => __( "Copy this term from original: %language% to all other languages?" ),
# "copyAllOverwrite"                      => __( "Overwrite existing translations", "sitepress" ),
# "willBeRemoved"                         => __( "Will be removed", "sitepress" ),

msgid "Overwrite existing translations"
msgstr ""

# "copyAllOverwrite"                      => __( "Overwrite existing translations", "sitepress" ),
# "willBeRemoved"                         => __( "Will be removed", "sitepress" ),
# "willBeAdded"                           => __( "Will be added", "sitepress" ),

msgid "Will be removed"
msgstr ""

# "willBeRemoved"                         => __( "Will be removed", "sitepress" ),
# "willBeAdded"                           => __( "Will be added", "sitepress" ),
# "legend"                                => __( "Legend:", "sitepress" ),

msgid "Will be added"
msgstr ""

# "willBeAdded"                           => __( "Will be added", "sitepress" ),
# "legend"                                => __( "Legend:", "sitepress" ),
# "refLang"                               => __( "Synchronize taxonomy hierarchy according to: %language% language.", "sitepress" ),

msgid "Legend:"
msgstr ""

# "legend"                                => __( "Legend:", "sitepress" ),
# "refLang"                               => __( "Synchronize taxonomy hierarchy according to: %language% language.", "sitepress" ),
# "targetLang"                            => __( "Target Language", "sitepress" ),

msgid "Synchronize taxonomy hierarchy according to: %language% language."
msgstr ""

# "refLang"                               => __( "Synchronize taxonomy hierarchy according to: %language% language.", "sitepress" ),
# "targetLang"                            => __( "Target Language", "sitepress" ),
# "termPopupDialogTitle"                  => __( "Term translation", "sitepress" ),

msgid "Target Language"
msgstr ""

# "targetLang"                            => __( "Target Language", "sitepress" ),
# "termPopupDialogTitle"                  => __( "Term translation", "sitepress" ),
# "originalTermPopupDialogTitle"          => __( "Original term", "sitepress" ),

msgid "Term translation"
msgstr ""

# "termPopupDialogTitle"                  => __( "Term translation", "sitepress" ),
# "originalTermPopupDialogTitle"          => __( "Original term", "sitepress" ),
# "labelPopupDialogTitle"                 => __( "Label translation", "sitepress" ),

msgid "Original term"
msgstr ""

# "originalTermPopupDialogTitle"          => __( "Original term", "sitepress" ),
# "labelPopupDialogTitle"                 => __( "Label translation", "sitepress" ),
# "copyFromOriginal"                      => __( "Copy from original", "sitepress" ),

msgid "Label translation"
msgstr ""

# "labelPopupDialogTitle"                 => __( "Label translation", "sitepress" ),
# "copyFromOriginal"                      => __( "Copy from original", "sitepress" ),
# "original"                              => __( "Original:", "sitepress" ),

msgid "Copy from original"
msgstr ""

# "copyFromOriginal"                      => __( "Copy from original", "sitepress" ),
# "original"                              => __( "Original:", "sitepress" ),
# "translationTo"                         => __( "Translation to:", "sitepress" ),

msgid "Original:"
msgstr ""

# "original"                              => __( "Original:", "sitepress" ),
# "translationTo"                         => __( "Translation to:", "sitepress" ),
# "Name"                                  => __( "Name", "sitepress" ),

msgid "Translation to:"
msgstr ""

# "translationTo"                         => __( "Translation to:", "sitepress" ),
# "Name"                                  => __( "Name", "sitepress" ),
# "Slug"                                  => __( "Slug", "sitepress" ),

msgid "Name"
msgstr ""

# "Name"                                  => __( "Name", "sitepress" ),
# "Slug"                                  => __( "Slug", "sitepress" ),
# "Description"                           => __( "Description", "sitepress" ),

msgid "Slug"
msgstr ""

# "Slug"                                  => __( "Slug", "sitepress" ),
# "Description"                           => __( "Description", "sitepress" ),
# "Ok"                                    => __( "OK", "sitepress" ),

msgid "Description"
msgstr ""

# "Description"                           => __( "Description", "sitepress" ),
# "Ok"                                    => __( "OK", "sitepress" ),
# "save"                                  => __( "Save", "sitepress" ),

msgid "OK"
msgstr ""

# "save"                                  => __( "Save", "sitepress" ),
# "Singular"                              => __( "Singular", "sitepress" ),
# "Plural"                                => __( "Plural", "sitepress" ),

msgid "Singular"
msgstr ""

# "Singular"                              => __( "Singular", "sitepress" ),
# "Plural"                                => __( "Plural", "sitepress" ),
# "cancel"                                => __( "Cancel", "sitepress" ),

msgid "Plural"
msgstr ""

# "cancel"                                => __( "Cancel", "sitepress" ),
# "loading"                               => __( "loading", "sitepress" ),
# "Save"                                  => __( "Save", "sitepress" ),

msgid "loading"
msgstr ""

# "Save"                                  => __( "Save", "sitepress" ),
# "currentPage"                           => __( "Current page", "sitepress" ),
# "goToPreviousPage"                      => __( "Go to previous page", "sitepress" ),

msgid "Current page"
msgstr ""

# "currentPage"                           => __( "Current page", "sitepress" ),
# "goToPreviousPage"                      => __( "Go to previous page", "sitepress" ),
# "goToNextPage"                          => __( "Go to the next page", "sitepress" ),

msgid "Go to previous page"
msgstr ""

# "goToPreviousPage"                      => __( "Go to previous page", "sitepress" ),
# "goToNextPage"                          => __( "Go to the next page", "sitepress" ),
# "goToFirstPage"                         => __( "Go to the first page", "sitepress" ),

msgid "Go to the next page"
msgstr ""

# "goToNextPage"                          => __( "Go to the next page", "sitepress" ),
# "goToFirstPage"                         => __( "Go to the first page", "sitepress" ),
# "goToLastPage"                          => __( "Go to the last page", "sitepress" ),

msgid "Go to the first page"
msgstr ""

# "goToFirstPage"                         => __( "Go to the first page", "sitepress" ),
# "goToLastPage"                          => __( "Go to the last page", "sitepress" ),
# "hieraSynced"                           => __( "The taxonomy hierarchy is now synchronized.", "sitepress" ),

msgid "Go to the last page"
msgstr ""

# "goToLastPage"                          => __( "Go to the last page", "sitepress" ),
# "hieraSynced"                           => __( "The taxonomy hierarchy is now synchronized.", "sitepress" ),
# "hieraAlreadySynced"                    => __( "The taxonomy hierarchy is already synchronized.", "sitepress" ),

msgid "The taxonomy hierarchy is now synchronized."
msgstr ""

# "hieraSynced"                           => __( "The taxonomy hierarchy is now synchronized.", "sitepress" ),
# "hieraAlreadySynced"                    => __( "The taxonomy hierarchy is already synchronized.", "sitepress" ),
# "noTermsFound"                          => __( "No %taxonomy% found.", "sitepress" ),

msgid "The taxonomy hierarchy is already synchronized."
msgstr ""

# "hieraAlreadySynced"                    => __( "The taxonomy hierarchy is already synchronized.", "sitepress" ),
# "noTermsFound"                          => __( "No %taxonomy% found.", "sitepress" ),
# "items"                                 => __( "items", "sitepress" ),

msgid "No %taxonomy% found."
msgstr ""

# "noTermsFound"                          => __( "No %taxonomy% found.", "sitepress" ),
# "items"                                 => __( "items", "sitepress" ),
# "item"                                  => __( "item", "sitepress" ),

msgid "items"
msgstr ""

# "items"                                 => __( "items", "sitepress" ),
# "item"                                  => __( "item", "sitepress" ),
# "summaryTerms"                          => __( "Translation of %taxonomy%", "sitepress" ),

msgid "item"
msgstr ""

# "item"                                  => __( "item", "sitepress" ),
# "summaryTerms"                          => __( "Translation of %taxonomy%", "sitepress" ),
# "summaryLabels"                         => __(

msgid "Translation of %taxonomy%"
msgstr ""

# "summaryTerms"                          => __( "Translation of %taxonomy%", "sitepress" ),
# "summaryLabels"                         => __(
# "Translations of taxonomy %taxonomy% labels - appearing in WordPress admin menu",

msgid "Translations of taxonomy %taxonomy% labels - appearing in WordPress admin menu"
msgstr ""

# ),
# "preparingTermsData"                    => __( "Loading ...", "sitepress" ),
# "firstColumnHeading"                    => __( "%taxonomy% terms (in original language)", "sitepress" ),

msgid "Loading ..."
msgstr ""

# "preparingTermsData"                    => __( "Loading ...", "sitepress" ),
# "firstColumnHeading"                    => __( "%taxonomy% terms (in original language)", "sitepress" ),
# "wpml_save_term_nonce"                  => wp_create_nonce( 'wpml_save_term_nonce' ),

msgid "%taxonomy% terms (in original language)"
msgstr ""

# 
# "addTranslation"   => __( "Add translation", "sitepress" ),
# "editTranslation"  => __( "Edit translation", "sitepress" ),

msgid "Add translation"
msgstr ""

# "addTranslation"   => __( "Add translation", "sitepress" ),
# "editTranslation"  => __( "Edit translation", "sitepress" ),
# "originalLanguage" => __( "Original language", "sitepress" ),

msgid "Edit translation"
msgstr ""

# "editTranslation"  => __( "Edit translation", "sitepress" ),
# "originalLanguage" => __( "Original language", "sitepress" ),
# "termMetaLabel"    => __( "This term has additional meta fields:", "sitepress" ),

msgid "Original language"
msgstr ""

# "originalLanguage" => __( "Original language", "sitepress" ),
# "termMetaLabel"    => __( "This term has additional meta fields:", "sitepress" ),
# );

msgid "This term has additional meta fields:"
msgstr ""

# $changeLabelLanguage_url = admin_url( 'admin.php?page=' . WPML_ST_FOLDER . '/menu/string-translation.php&context=WordPress' );
# $changeLabelLanguage     = __( 'You can change the language of this label from the <a href="%s">string translation page</a>.', "sitepress" );
# } else {

msgid "You can change the language of this label from the <a href=\"%s\">string translation page</a>."
msgstr ""

# $changeLabelLanguage_url = 'https://wpml.org/account/downloads/#wpml-string-translation';
# $changeLabelLanguage     = __( 'You can change the language of this label if you install and activate <a href="%s">WPML String Translation</a>.', "sitepress" );
# }

msgid "You can change the language of this label if you install and activate <a href=\"%s\">WPML String Translation</a>."
msgstr ""

# echo '<div id="icl_tax_adding_notice" class="updated fade"><p>'
# . sprintf ( __ ( 'Adding translation for: %s.', 'sitepress' ), $tax_name )
# . '</p></div>';

msgid "Adding translation for: %s."
msgstr ""

# <p style="margin-top: 20px;">
# <?php printf( esc_html__( 'Technical support for clients is available via %sWPML forums%s.', 'sitepress' ), '<a target="_blank" href="https://wpml.org/forums/">', '</a>' ); ?>
# </p>

msgid "Technical support for clients is available via %sWPML forums%s."
msgstr ""

# <tr>
# <th>' . esc_html__( 'Plugin Name', 'sitepress' ) . '</th>
# <th style="text-align:right">' . esc_html__( 'Status', 'sitepress' ) . '</th>

msgid "Plugin Name"
msgstr ""

# <th>' . esc_html__( 'Plugin Name', 'sitepress' ) . '</th>
# <th style="text-align:right">' . esc_html__( 'Status', 'sitepress' ) . '</th>
# <th>' . esc_html__( 'Active', 'sitepress' ) . '</th>

msgid "Status"
msgstr ""

# <th style="text-align:right">' . esc_html__( 'Status', 'sitepress' ) . '</th>
# <th>' . esc_html__( 'Active', 'sitepress' ) . '</th>
# <th>' . esc_html__( 'Version', 'sitepress' ) . '</th>

msgid "Active"
msgstr ""

# <th>' . esc_html__( 'Active', 'sitepress' ) . '</th>
# <th>' . esc_html__( 'Version', 'sitepress' ) . '</th>
# </tr>

msgid "Version"
msgstr ""

# if ( empty( $plugin_data['plugin'] ) ) {
# echo esc_html__( 'Not installed', 'sitepress' );
# } else {

msgid "Not installed"
msgstr ""

# } else {
# echo esc_html__( 'Installed', 'sitepress' );
# }

msgid "Installed"
msgstr ""

# echo '<td align="center">';
# echo isset( $file ) && is_plugin_active( $file ) ? esc_html__( 'Yes', 'sitepress' ) : esc_html__( 'No', 'sitepress' );
# echo '</td>';

msgid "Yes"
msgstr ""

# echo '<td align="center">';
# echo isset( $file ) && is_plugin_active( $file ) ? esc_html__( 'Yes', 'sitepress' ) : esc_html__( 'No', 'sitepress' );
# echo '</td>';

msgid "No"
msgstr ""

# <p style="margin-top: 20px;">
# <?php printf( esc_html__( 'For advanced access or to completely uninstall WPML and remove all language information, use the %stroubleshooting%s page.', 'sitepress' ), '<a href="' . esc_url( admin_url( 'admin.php?page=' . WPML_PLUGIN_FOLDER . '/menu/troubleshooting.php' ) ) . '">', '</a>' ); ?>
# </p>

msgid "For advanced access or to completely uninstall WPML and remove all language information, use the %stroubleshooting%s page."
msgstr ""

# <p style="margin-top: 20px;">
# <?php printf( esc_html__( 'For retrieving debug information if asked by support person, use the %sdebug information%s page.', 'sitepress' ), '<a href="' . esc_url( admin_url( 'admin.php?page=' . WPML_PLUGIN_FOLDER . '/menu/debug-information.php' ) ) . '">', '</a>' ); ?>
# </p>

msgid "For retrieving debug information if asked by support person, use the %sdebug information%s page."
msgstr ""

# <div id="icl_setup_wizard" class="wpml-section-content clearfix">
# <div class="icl_setup_wizard_step"><?php _e('1. Content language', 'sitepress')?></div>
# <div class="icl_setup_wizard_step"><?php _e('2. Translation languages', 'sitepress')?></div>

msgid "1. Content language"
msgstr ""

# <div class="icl_setup_wizard_step"><?php _e('1. Content language', 'sitepress')?></div>
# <div class="icl_setup_wizard_step"><?php _e('2. Translation languages', 'sitepress')?></div>
# <div class="icl_setup_wizard_step"><?php _e('3. Language switcher', 'sitepress')?></div>

msgid "2. Translation languages"
msgstr ""

# <div class="icl_setup_wizard_step"><?php _e('2. Translation languages', 'sitepress')?></div>
# <div class="icl_setup_wizard_step"><?php _e('3. Language switcher', 'sitepress')?></div>
# <div class="icl_setup_wizard_step"><?php _e('4. Registration', 'sitepress')?></div>

msgid "3. Language switcher"
msgstr ""

# <div class="icl_setup_wizard_step"><?php _e('3. Language switcher', 'sitepress')?></div>
# <div class="icl_setup_wizard_step"><?php _e('4. Registration', 'sitepress')?></div>
# </div>

msgid "4. Registration"
msgstr ""

# $ccf_note .= sprintf(
# esc_html__( 'WPML will copy %s from %s when you save this post.', 'sitepress' ),
# '<i><strong>' . join( '</strong>, <strong>', $copied_cf ) . '</strong></i>',

msgid "WPML will copy %s from %s when you save this post."
msgstr ""

# );
# $ccf_note .= '<a class="icl_user_notice_hide notice-dismiss" href="#hide_custom_fields_copy"><span class="screen-reader-text">'. esc_html__( 'Never show this', 'sitepress' ) . '</span></a>';
# $this->sitepress->admin_notices( $ccf_note, 'notice notice-info otgs-notice otgs-is-dismissible' );

msgid "Never show this"
msgstr ""

# title="<?php esc_attr_e( 'Choose a post to assign', 'sitepress' ); ?>"
# data-set_as_source-text="<?php echo esc_attr( sprintf( __( 'Make %s the original language for this %s', 'sitepress' ), $language_name, $this->post->post_type ) ); ?>"
# data-alert-text="<?php esc_attr_e( "Please make sure to save your post, if you've made any change, before proceeding with this action!", 'sitepress' ); ?>"

msgid "Make %s the original language for this %s"
msgstr ""

# }
# $this->add_translation_of_option( 'none', __( '--None--', 'sitepress' ), false );
# if ( $element_id && ! isset( $_GET['icl_ajx'] ) ) {

msgid "--None--"
msgstr ""

# if ( trim( $label ) == '' ) {
# $label = '{' . __( 'Post without a title', 'sitepress' ) . '}';
# }

msgid "Post without a title"
msgstr ""

# sprintf(
# __(
# 'The current content of this %s will be permanently lost. WPML will copy the %s content and replace the current content.',

msgid "The current content of this %s will be permanently lost. WPML will copy the %s content and replace the current content."
msgstr ""

# $disabled_duplication       = false;
# $disabled_duplication_title = esc_attr__( 'Create duplicate', 'sitepress' );
# $element_key                = array( 'trid' => $this->trid, 'language_code' => $lang['code'] );

msgid "Create duplicate"
msgstr ""

# if ( ICL_TM_DUPLICATE === (int) $translation_status ) {
# $disabled_duplication_title = esc_attr__( 'This post is already duplicated.', 'sitepress' );
# } else {

msgid "This post is already duplicated."
msgstr ""

# } else {
# $disabled_duplication_title = esc_attr__( "Can't create a duplicate. A translation is in progress.", 'sitepress' );
# }

msgid "Can't create a duplicate. A translation is in progress."
msgstr ""

# <div class="icl_cyan_box"><?php
# printf( esc_html__( 'This document is a duplicate of %s and it is maintained by WPML.', 'sitepress' ), '<a href="' . esc_url( get_edit_post_link( $duplicate_original_id ) ) . '">' . esc_html( get_the_title( $duplicate_original_id ) ) . '</a>' );
# ?>

msgid "This document is a duplicate of %s and it is maintained by WPML."
msgstr ""

# <?php wp_nonce_field( 'reset_duplication_nonce', '_icl_nonce_rd' ) ?>
# <i><?php printf( esc_html__( 'WPML will no longer synchronize this %s with the original content.', 'sitepress' ), $this->post->post_type ); ?></i>
# </div>

msgid "WPML will no longer synchronize this %s with the original content."
msgstr ""

# <label for="icl_post_language">
# <strong><?php printf( esc_html__( 'Language of this %s', 'sitepress' ), esc_html( $this->post_type_label ) ); ?></strong>
# </label>

msgid "Language of this %s"
msgstr ""

# <?php if ( isset( $dupes[ $lang['code'] ] ) ) {
# echo ' (' . esc_html__( 'duplicate', 'sitepress' ) . ')';
# } ?>

msgid "duplicate"
msgstr ""

# echo '<input id="icl_cfo" class="button-secondary" type="button" value="' . sprintf(
# esc_html__( 'Copy content from %s', 'sitepress' ),
# $source_lang_name

msgid "Copy content from %s"
msgstr ""

# icl_pop_info(
# esc_html__(
# "This operation copies the content from the original language onto this translation. It's meant for when you want to start with the original content, but keep translating in this language. This button is only enabled when there's no content in the editor.",

msgid "This operation copies the content from the original language onto this translation. It's meant for when you want to start with the original content, but keep translating in this language. This button is only enabled when there's no content in the editor."
msgstr ""

# <input id="icl_set_duplicate" type="button" class="button-secondary"
# value="<?php printf( esc_html__( 'Overwrite with %s content.', 'sitepress' ), $source_lang_name ) ?>"
# style="white-space:normal;height:auto;line-height:normal;"

msgid "Overwrite with %s content."
msgstr ""

# <?php icl_pop_info(
# esc_html__(
# "This operation will synchronize this translation with the original language. When you edit the original, this translation will update immediately. It's meant when you want the content in this language to always be the same as the content in the original language.",

msgid "This operation will synchronize this translation with the original language. When you edit the original, this translation will update immediately. It's meant when you want the content in this language to always be the same as the content in the original language."
msgstr ""

# <div id="connect_translations_dialog"
# title="<?php esc_attr_e( 'Choose a post to assign', 'sitepress' ); ?>"
# data-set_as_source-text="<?php echo esc_attr( sprintf( __( 'Make %s the original language for this %s', 'sitepress' ), $language_name, $this->post->post_type ) ); ?>"

msgid "Choose a post to assign"
msgstr ""

# data-set_as_source-text="<?php echo esc_attr( sprintf( __( 'Make %s the original language for this %s', 'sitepress' ), $language_name, $this->post->post_type ) ); ?>"
# data-alert-text="<?php esc_attr_e( "Please make sure to save your post, if you've made any change, before proceeding with this action!", 'sitepress' ); ?>"
# data-cancel-label="<?php esc_attr_e( 'Cancel', 'sitepress' ); ?>"

msgid "Please make sure to save your post, if you've made any change, before proceeding with this action!"
msgstr ""

# data-cancel-label="<?php esc_attr_e( 'Cancel', 'sitepress' ); ?>"
# data-ok-label="<?php esc_attr_e( 'Ok', 'sitepress' ); ?>">
# <p class="js-ajax-loader ajax-loader">

msgid "Ok"
msgstr ""

# <div id="connect_translations_dialog_confirm"
# title="<?php esc_attr_e( 'Connect this post?', 'sitepress' ); ?>"
# data-cancel-label="<?php esc_attr_e( 'Cancel', 'sitepress' ); ?>"

msgid "Connect this post?"
msgstr ""

# data-cancel-label="<?php esc_attr_e( 'Cancel', 'sitepress' ); ?>"
# data-assign-label="<?php esc_attr_e( 'Assign', 'sitepress' ); ?>">
# <p>

msgid "Assign"
msgstr ""

# <td colspan="3" align="right">
# <input id="icl_make_duplicates" type="button" class="button-secondary" value="<?php esc_attr_e( 'Duplicate', 'sitepress' ) ?>" disabled="disabled" style="display:none;"/>
# <?php wp_nonce_field( 'make_duplicates_nonce', '_icl_nonce_mdup' ); ?>

msgid "Duplicate"
msgstr ""

# ?>
# <p><input id="icl_translate_independent" class="button-secondary" type="button" value="<?php esc_html_e( 'Translate independently', 'sitepress' ) ?>"/></p>
# <?php wp_nonce_field( 'reset_duplication_nonce', '_icl_nonce_rd' ) ?>

msgid "Translate independently"
msgstr ""

# <a class="js-set-post-as-source" href="#">
# <?php esc_html_e( 'Connect with translations', 'sitepress' ); ?>
# </a>

msgid "Connect with translations"
msgstr ""

# <p class="js-ajax-loader ajax-loader">
# <?php esc_html_e( 'Loading', 'sitepress' ); ?>&hellip; <span class="spinner"></span>
# </p>

msgid "Loading"
msgstr ""

# <label id="post-label" for="post_search">
# <?php esc_html_e( 'Type a post title', 'sitepress' ); ?>: </label>
# <input id="post_search" type="text">

msgid "Type a post title"
msgstr ""

# </div>
# <p class="js-no-posts-found no-posts-found"><?php esc_html_e( 'No posts found', 'sitepress' ) ?></p>
# <input type="hidden" id="assign_to_trid">

msgid "No posts found"
msgstr ""

# <p>
# <span class="ui-icon ui-icon-alert"></span> <?php esc_html_e( 'You are about to connect the current post with these following posts', 'sitepress' ); ?>
# : </p>

msgid "You are about to connect the current post with these following posts"
msgstr ""

# <div id="icl_translation_of_panel" class="icl_box_paragraph">
# <label for="icl_translation_of"><?php esc_html_e( 'This is a translation of', 'sitepress' ); ?></label>&nbsp;
# <select name="icl_translation_of" id="icl_translation_of" <?php echo $disabled; ?>>

msgid "This is a translation of"
msgstr ""

# ?>
# <p style="clear:both;"><b><?php esc_html_e( 'Translate this Document', 'sitepress' ); ?></b></p>
# <table width="100%" id="icl_untranslated_table" class="icl_translations_table">

msgid "Translate this Document"
msgstr ""

# <th align="right"><?php esc_html_e( 'Translate', 'sitepress' ) ?></th>
# <th align="right" width="10" style="padding-left:8px;"><?php echo esc_html_x( 'Duplicate', 'Verb', 'sitepress' ) ?></th>
# </tr>

msgctxt "Verb"
msgid "Duplicate"
msgstr ""

# 'href' => 'https://wpml.org/?page_id=3416',
# 'label' => __( 'How to translate', 'sitepress' ),
# 'hilde_label_tooltip' => __( 'hide this', 'sitepress' ),

msgid "How to translate"
msgstr ""

# 'label' => __( 'How to translate', 'sitepress' ),
# 'hilde_label_tooltip' => __( 'hide this', 'sitepress' ),
# 'hide_label' => __( 'hide', 'sitepress' ),

msgid "hide this"
msgstr ""

# 'hide_label' => __( 'hide', 'sitepress' ),
# 'hide_confirm' => __( 'Are you sure you want to remove this button?', 'sitepress' ),
# 'hide_nonce' => wp_create_nonce( 'update_option_nonce' ),

msgid "Are you sure you want to remove this button?"
msgstr ""

# $message = '<p>';
# $message .= sprintf( __( "This version of WPML allows the use of taxonomy terms with the same name across multiple languages. Your site currently has %d taxonomy terms that require an update, so they will not be displayed with language suffixes.", "sitepress" ), $suffix_count );
# $message .= '</p>';

msgid "This version of WPML allows the use of taxonomy terms with the same name across multiple languages. Your site currently has %d taxonomy terms that require an update, so they will not be displayed with language suffixes."
msgstr ""

# $output .= '<a name="termsuffixupdate"></a>';
# $output .= '<tr><h3>' . __( "Remove language suffixes from taxonomy names.", 'sitepress' ) . '</h3></tr>';
# 

msgid "Remove language suffixes from taxonomy names."
msgstr ""

# 
# $output .= '<tr id="icl-updated-term-names-headings"><th></th><th>' . __( "Old Name", "sitepress" ) . '</th><th>' . __( "Updated Name", "sitepress" ) . '</th><th>' . __( "Affected Taxonomies", "sitepress" ) . '</th></tr>';
# 

msgid "Old Name"
msgstr ""

# 
# $output .= '<tr id="icl-updated-term-names-headings"><th></th><th>' . __( "Old Name", "sitepress" ) . '</th><th>' . __( "Updated Name", "sitepress" ) . '</th><th>' . __( "Affected Taxonomies", "sitepress" ) . '</th></tr>';
# 

msgid "Updated Name"
msgstr ""

# 
# $output .= '<tr id="icl-updated-term-names-headings"><th></th><th>' . __( "Old Name", "sitepress" ) . '</th><th>' . __( "Updated Name", "sitepress" ) . '</th><th>' . __( "Affected Taxonomies", "sitepress" ) . '</th></tr>';
# 

msgid "Affected Taxonomies"
msgstr ""

# $output .= '</br></br>';
# $output .= '<button id="icl-update-term-names" class="button-primary">' . __( 'Update term names', 'sitepress' ) . '</button>';
# $output .= '<button id="icl-update-term-names-done" class="button-primary" disabled="disabled" style="display:none;">' . __( 'All term names updated', 'sitepress' ) . '</button>';

msgid "Update term names"
msgstr ""

# $output .= '<button id="icl-update-term-names" class="button-primary">' . __( 'Update term names', 'sitepress' ) . '</button>';
# $output .= '<button id="icl-update-term-names-done" class="button-primary" disabled="disabled" style="display:none;">' . __( 'All term names updated', 'sitepress' ) . '</button>';
# $output .= '</div>';

msgid "All term names updated"
msgstr ""

# <div class="inside">
# <p><?php _e( 'This information allows our support team to see the versions of WordPress, plugins and theme on your site. Provide this information if requested in our support forum. No passwords or other confidential information is included.', 'sitepress' ) ?></p>
# <br/>

msgid "This information allows our support team to see the versions of WordPress, plugins and theme on your site. Provide this information if requested in our support forum. No passwords or other confidential information is included."
msgstr ""

# var icl_ajx_url = '<?php echo esc_url( $icl_ajax_url ); ?>',
# icl_ajx_saved = '<?php echo icl_js_escape( __( 'Data saved', 'sitepress' ) ); ?>',
# icl_ajx_error = '<?php echo icl_js_escape( __( 'Error: data not saved', 'sitepress' ) ); ?>',

msgid "Data saved"
msgstr ""

# icl_ajx_saved = '<?php echo icl_js_escape( __( 'Data saved', 'sitepress' ) ); ?>',
# icl_ajx_error = '<?php echo icl_js_escape( __( 'Error: data not saved', 'sitepress' ) ); ?>',
# icl_default_mark = '<?php echo icl_js_escape( __( 'default', 'sitepress' ) ); ?>',

msgid "Error: data not saved"
msgstr ""

# icl_ajxloaderimg_src = '<?php echo esc_url( ICL_PLUGIN_URL ); ?>/res/img/ajax-loader.gif',
# icl_cat_adder_msg = '<?php echo icl_js_escape( sprintf( __( 'To add categories that already exist in other languages go to the <a%s>category management page</a>', 'sitepress' ), ' href="' . admin_url( 'edit-tags.php?taxonomy=category' ) . '"' ) );?>';
# // ]]>

msgid "To add categories that already exist in other languages go to the <a%s>category management page</a>"
msgstr ""

# jQuery('.wrap').prepend('<div class="error"><p><?php
# echo icl_js_escape( sprintf( __( "WPML can't run normally. There is an installation or server configuration problem. %sShow details%s", 'sitepress' ),
# '<a href="#" onclick="jQuery(this).parent().next().slideToggle()">', '</a>' ) );

msgid "WPML can't run normally. There is an installation or server configuration problem. %sShow details%s"
msgstr ""

# '<a href="#" onclick="jQuery(this).parent().next().slideToggle()">', '</a>' ) );
# ?></p><p style="display:none"><?php echo icl_js_escape( __( 'AJAX Error:', 'sitepress' ) )?> ' + msg.statusText + ' [' + msg.status + ']<br />URL:' + icl_ajx_url + '</p></div>');
# }

msgid "AJAX Error:"
msgstr ""

# jQuery('#visibility-radio-private').attr('checked', 'checked');
# jQuery('#post-visibility-display').html('<?php echo icl_js_escape(__('Private', 'sitepress')); ?>');
# });

msgid "Private"
msgstr ""

# var post_visibility_display = jQuery('#post-visibility-display');
# post_visibility_display.html(post_visibility_display.html() + ', <?php echo icl_js_escape(__('Sticky', 'sitepress')) ?>');
# });

msgid "Sticky"
msgstr ""

# $page_on_front,
# __ ( 'Your home page does not exist or its translation is not published in %s.', 'sitepress' )
# );

msgid "Your home page does not exist or its translation is not published in %s."
msgstr ""

# $page_for_posts,
# __ ( 'Your blog page does not exist or its translation is not published in %s.', 'sitepress' ),
# 'margin-top:4px;'

msgid "Your blog page does not exist or its translation is not published in %s."
msgstr ""

# $warn_posts .= '<br />';
# $warn_posts .= '<a href="' . get_edit_post_link( $original_page_id ) . '">' . __(
# 'Edit this page to add translations',

msgid "Edit this page to add translations"
msgstr ""

# var timestamp = jQuery('#timestamp');
# timestamp.find('b').append(( '<span> <?php esc_html_e('Copied From the Original', 'sitepress') ?></span>'));
# timestamp.next().html('<span style="margin-left:1em;"><?php esc_html_e('Edit', 'sitepress') ?></span>');

msgid "Copied From the Original"
msgstr ""

# $this->active_languages          = $this->sitepress->get_active_languages ();
# $this->active_languages[ 'all' ] = array( 'display_name' => __ ( 'All languages', 'sitepress' ) );
# }

msgid "All languages"
msgstr ""

# <div id="icl_theme_plugins_compatibility">
# <p><?php printf(__('Last checked on %s','sitepress'),'<span id="wpml_conf_upd">'.date('F j, Y H:i a', get_option('wpml_config_index_updated')).'</span>') ?></p>
# 

msgid "Last checked on %s"
msgstr ""

# 
# <input class="button" id="update_wpml_config" value="<?php echo __('Update','sitepress') ?>" type="button" style="float:left" />
# 

msgid "Update"
msgstr ""

# <div class="wrap">
# <h3><?php _e('Theme and Plugins compatibility with WPML', 'sitepress') ?></h3>
# 

msgid "Theme and Plugins compatibility with WPML"
msgstr ""

# 
# <p><?php _e('Configuration for compatibility between your active plugins and theme is updated automatically on daily basis.','sitepress'); ?></p>
# <div id="icl_theme_plugins_compatibility">

msgid "Configuration for compatibility between your active plugins and theme is updated automatically on daily basis."
msgstr ""

# if ( ! defined( 'WPML_ST_VERSION' ) ) {
# $icl_st_note = __( "WPML's String Translation module lets you translate the theme, plugins and admin texts. To install it, go to your WPML account, click on Downloads and get WPML String Translation.", 'sitepress' );
# $st_disabled = 'disabled="disabled" ';

msgid "WPML's String Translation module lets you translate the theme, plugins and admin texts. To install it, go to your WPML account, click on Downloads and get WPML String Translation."
msgstr ""

# <th scope="col"><?php echo __('Language', 'sitepress') ?></th>
# <th scope="col"><?php echo __('Code', 'sitepress') ?></th>
# <th scope="col"><?php echo __('Locale file name', 'sitepress') ?></th>

msgid "Code"
msgstr ""

# <th scope="col"><?php echo __('Code', 'sitepress') ?></th>
# <th scope="col"><?php echo __('Locale file name', 'sitepress') ?></th>
# <th scope="col"><?php printf(__('MO file in %s', 'sitepress'), WP_LANG_DIR ) ?></th>

msgid "Locale file name"
msgstr ""

# <th scope="col"><?php echo __('Locale file name', 'sitepress') ?></th>
# <th scope="col"><?php printf(__('MO file in %s', 'sitepress'), WP_LANG_DIR ) ?></th>
# <?php if ( $sitepress_settings['theme_localization_type'] == WPML_Theme_Localization_Type::USE_MO_FILES ):?>

msgid "MO file in %s"
msgstr ""

# ?>
# <th scope="col" align="right"><?php echo __( 'WP Translation', 'sitepress' ) ?></th>
# <th scope="col">&nbsp;</th>

msgid "WP Translation"
msgstr ""

# <?php if(@is_readable( WP_LANG_DIR . '/' . $locales[$lang['code']] . '.mo')): ?>
# <span class="icl_valid_text"><?php echo __('File exists.', 'sitepress') ?></span>
# <?php elseif($lang['code'] != 'en' ): ?>

msgid "File exists."
msgstr ""

# <?php elseif($lang['code'] != 'en' ): ?>
# <span class="icl_error_text"><?php echo __('File not found!', 'sitepress') ?></span>
# <?php endif; ?>

msgid "File not found!"
msgstr ""

# if(empty($wptranslations[$lang['code']])){
# echo '<span class="icl_error_text" >' . __('not available', 'sitepress') . '</span>';
# }else{

msgid "not available"
msgstr ""

# 
# echo '<strong class="icl_valid_text">' . __('Updates available', 'sitepress')  . '</strong>';
# $wpl_disabled = false;

msgid "Updates available"
msgstr ""

# }else{
# echo '<span class="icl_valid_text" >' . __('Up to date', 'sitepress') . '</span>';
# }

msgid "Up to date"
msgstr ""

# if ( $WPML_ST_MO_Downloader->get_option( 'last_time_xml_check_trigger' ) == 'wp-update' ) {
# printf( __( 'WPML last checked for WordPress translations %s when WordPress version updated. <a%s>Check now.</a>', 'sitepress' ), date( "F j, Y @H:i", $WPML_ST_MO_Downloader->get_option( 'last_time_xml_check' ) ), ' id="icl_adm_update_check" href="#"' );
# } else {

msgid "WPML last checked for WordPress translations %s when WordPress version updated. <a%s>Check now.</a>"
msgstr ""

# } else {
# printf( __( 'WPML last checked for WordPress translations %s (manual). <a%s>Check now.</a>', 'sitepress' ), date( "F j, Y @H:i", $WPML_ST_MO_Downloader->get_option( 'last_time_xml_check' ) ), ' id="icl_adm_update_check" href="#"' );
# }

msgid "WPML last checked for WordPress translations %s (manual). <a%s>Check now.</a>"
msgstr ""

# } else {
# printf( __( 'WPML has never checked for WordPress translations. <a%s>Check now.</a>', 'sitepress' ), ' id="icl_adm_update_check" href="#"' );
# }

msgid "WPML has never checked for WordPress translations. <a%s>Check now.</a>"
msgstr ""

# 
# <h3><?php _e('Select how to translate strings in the theme and plugins','sitepress'); ?></h3>
# <p><?php _e("If your theme and plugins include .mo files with translations, these translations will always be used. This option allows you to provide new and alternative translations for texts in the theme and in plugins using WPML's String Translation.",'sitepress'); ?></p>

msgid "Select how to translate strings in the theme and plugins"
msgstr ""

# <h3><?php _e('Select how to translate strings in the theme and plugins','sitepress'); ?></h3>
# <p><?php _e("If your theme and plugins include .mo files with translations, these translations will always be used. This option allows you to provide new and alternative translations for texts in the theme and in plugins using WPML's String Translation.",'sitepress'); ?></p>
# <form name="icl_theme_localization_type" id="icl_theme_localization_type" method="post" action="">

msgid "If your theme and plugins include .mo files with translations, these translations will always be used. This option allows you to provide new and alternative translations for texts in the theme and in plugins using WPML's String Translation."
msgstr ""

# if ( WPML_Theme_Localization_Type::USE_ST_AND_NO_MO_FILES == $sitepress_settings['theme_localization_type'] ): ?>checked="checked"<?php endif; ?> />&nbsp;
# <?php _e( "Translate the theme and plugins using WPML's String Translation only (don't load .mo files)", 'sitepress' ) ?>
# </label>

msgid "Translate the theme and plugins using WPML's String Translation only (don't load .mo files)"
msgstr ""

# if ( WPML_Theme_Localization_Type::USE_ST == $sitepress_settings['theme_localization_type'] ): ?>checked="checked"<?php endif; ?> />&nbsp;
# <?php _e( "Translate the theme and plugins using WPML's String Translation and load .mo files as backup", 'sitepress' ) ?>
# </label>

msgid "Translate the theme and plugins using WPML's String Translation and load .mo files as backup"
msgstr ""

# <input type="radio" name="icl_theme_localization_type" value="2" <?php
# if ( WPML_Theme_Localization_Type::USE_MO_FILES == $sitepress_settings['theme_localization_type'] ): ?>checked="checked"<?php endif; ?> />&nbsp;<?php _e( "Don't use String Translation to translate the theme and plugins", 'sitepress' ) ?>
# </label>

msgid "Don't use String Translation to translate the theme and plugins"
msgstr ""

# <input type="checkbox" name="icl_theme_localization_load_td" value="1" <?php echo $ltd_checked ?>/>
# &nbsp;<?php _e( "Automatically load the theme's .mo file using 'load_theme_textdomain'.", 'sitepress' ) ?>
# </label>

msgid "Automatically load the theme's .mo file using 'load_theme_textdomain'."
msgstr ""

# <label id="icl_tt_type_extra_td" <?php if ( empty( $ltd_checked ) ): ?>style="display:none"<?php endif; ?>>
# <?php _e( 'Enter textdomain value:', 'sitepress' ); ?>
# <input type="text" name="textdomain_value" value="<?php echo esc_attr( $td_value ) ?>"/>

msgid "Enter textdomain value:"
msgstr ""

# <input type="checkbox" id="wpml_st_display_strings_scan_notices" name="wpml_st_display_strings_scan_notices" value="1" <?php echo $display_strings_scan_notices_checked; ?>>
# <label for="wpml_st_display_strings_scan_notices"><?php _e( 'Show an alert when activating plugins and themes, to scan for new strings', 'wpml-string-translation' ) ?></label>
# <?php } ?>

msgid "Show an alert when activating plugins and themes, to scan for new strings"
msgstr ""

# <input class="button" name="save" value="<?php echo __('Save','sitepress') ?>" type="submit" />
# <span style="display:none" class="icl_form_errors icl_form_errors_1"><?php _e('Please enter a value for the textdomain.', 'sitepress'); ?></span>
# </p>

msgid "Please enter a value for the textdomain."
msgstr ""

# </p>
# <img src="<?php echo ICL_PLUGIN_URL ?>/res/img/question-green.png" width="29" height="29" alt="need help" align="left" /><p style="margin-top:14px;">&nbsp;<a href="https://wpml.org/?page_id=2717"><?php _e('Theme localization instructions', 'sitepress')?> &raquo;</a></p>
# </form>

msgid "Theme localization instructions"
msgstr ""

# <div id="icl_tl">
# <h3><?php _e('Language locale settings', 'sitepress') ?></h3>
# <p><?php _e('Select the locale to use for each language. The locale for the default language is set in your wp_config.php file.', 'sitepress') ?></p>

msgid "Language locale settings"
msgstr ""

# <h3><?php _e('Language locale settings', 'sitepress') ?></h3>
# <p><?php _e('Select the locale to use for each language. The locale for the default language is set in your wp_config.php file.', 'sitepress') ?></p>
# <form id="icl_theme_localization" name="icl_theme_localization" method="post" action="">

msgid "Select the locale to use for each language. The locale for the default language is set in your wp_config.php file."
msgstr ""

# <?php if($lang['code'] == 'en'): ?>&nbsp;<?php else: ?>
# <a href="<?php if(!$wpl_disabled) echo admin_url('admin.php?page=' . WPML_ST_FOLDER . '/menu/string-translation.php&amp;download_mo=' . $lang['code']. '&amp;version=' . $updates_versions[$lang['code']]); else echo '#'; ?>" class="button-secondary" <?php if($wpl_disabled): ?>disabled="disabled" onclick="return false;"<?php endif;?>><?php  _e('Review changes and update', 'wpml-string-translation') ?></a>
# <?php endif; ?>

msgid "Review changes and update"
msgstr ""

# if ( $elements ) {
# $msg = esc_html( __( "You haven't set your synchronization preferences for these %s: %s. Default value was selected.", 'sitepress' ) );
# $notice .= '<div class="updated below-h2"><p>';

msgid "You haven't set your synchronization preferences for these %s: %s. Default value was selected."
msgstr ""

# value="<?php esc_attr_e( 'Save', 'sitepress' ) ?>"
# data-message="<?php esc_attr_e( "You haven't entered translations for all slugs. Are you sure you want to save these settings?", 'sitepress' );?>" />
# </p>

msgid "You haven't entered translations for all slugs. Are you sure you want to save these settings?"
msgstr ""

# <div class="wpml-section-header">
# <h3><?php esc_html_e( 'Custom posts', 'sitepress' );?></h3>
# </div>

msgid "Custom posts"
msgstr ""

# <th colspan="3">
# <?php esc_html_e( 'Custom post types', 'sitepress' ); ?>
# </th>

msgid "Custom post types"
msgstr ""

# case 'resetwpml':
# $msg = esc_html__( 'WPML has been reset for the selected site.', 'sitepress' );
# break;

msgid "WPML has been reset for the selected site."
msgstr ""

# case 'deactivatewpml':
# $msg = esc_html__( 'WPML has been deactivated for the selected site.', 'sitepress' );
# break;

msgid "WPML has been deactivated for the selected site."
msgstr ""

# case 'activatewpml':
# $msg = esc_html__( 'WPML has been activated for the selected site.', 'sitepress' );
# break;

msgid "WPML has been activated for the selected site."
msgstr ""

# <div class="wrap">
# <h2><?php echo esc_html__( 'WPML Network Setup', 'sitepress' ) ?>
# <?php if ( isset( $_REQUEST['s'] ) && $_REQUEST['s'] ) {

msgid "WPML Network Setup"
msgstr ""

# <?php if ( isset( $_REQUEST['s'] ) && $_REQUEST['s'] ) {
# printf( '<span class="subtitle">' . esc_html__( 'Search results for &#8220;%s&#8221;' ) . '</span>', esc_html( $s ) );
# } ?>

msgid "Search results for &#8220;%s&#8221;"
msgstr ""

# $status_list = array(
# 'archived' => array( 'site-archived', esc_html__( 'Archived' ) ),
# 'spam'     => array( 'site-spammed', esc_html_x( 'Spam', 'site' ) ),

msgid "Archived"
msgstr ""

# 'spam'     => array( 'site-spammed', esc_html_x( 'Spam', 'site' ) ),
# 'deleted'  => array( 'site-deleted', esc_html__( 'Deleted' ) ),
# 'mature'   => array( 'site-mature', esc_html__( 'Mature' ) ),

msgid "Deleted"
msgstr ""

# 'deleted'  => array( 'site-deleted', esc_html__( 'Deleted' ) ),
# 'mature'   => array( 'site-mature', esc_html__( 'Mature' ) ),
# );

msgid "Mature"
msgstr ""

# $actions['edit']    = '<span class="edit"><a href="' . esc_url( network_admin_url( 'site-info.php?id=' . $blog['blog_id'] ) ) . '">' . esc_html__( 'Edit', 'sitepress' ) . '</a></span>';
# $actions['backend'] = "<span class='backend'><a href='" . esc_url( get_admin_url( $blog['blog_id'] ) ) . "' class='edit'>" . esc_html__( 'Dashboard', 'sitepress' ) . '</a></span>';
# $actions['visit']   = "<span class='view'><a href='" . esc_url( get_home_url( $blog['blog_id'] ) ) . "' rel='permalink'>" . esc_html__( 'Visit', 'sitepress' ) . '</a></span>';

msgid "Dashboard"
msgstr ""

# $actions['backend'] = "<span class='backend'><a href='" . esc_url( get_admin_url( $blog['blog_id'] ) ) . "' class='edit'>" . esc_html__( 'Dashboard', 'sitepress' ) . '</a></span>';
# $actions['visit']   = "<span class='view'><a href='" . esc_url( get_home_url( $blog['blog_id'] ) ) . "' rel='permalink'>" . esc_html__( 'Visit', 'sitepress' ) . '</a></span>';
# 

msgid "Visit"
msgstr ""

# data-msg="<?php echo
# sprintf( esc_html__( 'You are about to reset WPML for this site: %s.', 'sitepress' ), esc_html( $blogname ) ) .
# " " . esc_html__( "All translation data will be lost if you reset WPML's data. They cannot be recovered later.", 'sitepress' )

msgid "You are about to reset WPML for this site: %s."
msgstr ""

# sprintf( esc_html__( 'You are about to reset WPML for this site: %s.', 'sitepress' ), esc_html( $blogname ) ) .
# " " . esc_html__( "All translation data will be lost if you reset WPML's data. They cannot be recovered later.", 'sitepress' )
# ?>"><?php esc_html_e( 'Reset', 'sitepress' ) ?></a></td>

msgid "All translation data will be lost if you reset WPML's data. They cannot be recovered later."
msgstr ""

# <tr>
# <th><?php esc_html_e( 'Site', 'sitepress' ); ?></th>
# <th><?php esc_html_e( 'Status', 'sitepress' ); ?></th>

msgid "Site"
msgstr ""

# <?php if ( get_option( '_wpml_inactive', false, false ) ) : ?>
# <?php esc_html_e( 'Inactive', 'sitepress' ); ?>
# <div class="row-actions">

msgid "Inactive"
msgstr ""

# <div class="row-actions">
# <a href="<?php echo esc_url( wp_nonce_url( network_admin_url( 'sites.php?action=activatewpml&amp;id=' . (int) $blog['blog_id'] ), 'activatewpml' ) ) ?>"><?php esc_html_e( 'Activate', 'sitepress' ) ?></a>
# </div>

msgid "Activate"
msgstr ""

# <?php if ( $blog['blog_id'] != $current_blog->blog_id ) : ?>
# <a href="<?php echo esc_url( wp_nonce_url( network_admin_url( 'sites.php?action=deactivatewpml&amp;id=' . (int) $blog['blog_id'] ), 'deactivatewpml' ) ) ?>"><?php esc_html_e( 'Deactivate', 'sitepress' ) ?></a>
# <?php endif; ?>

msgid "Deactivate"
msgstr ""

# " " . esc_html__( "All translation data will be lost if you reset WPML's data. They cannot be recovered later.", 'sitepress' )
# ?>"><?php esc_html_e( 'Reset', 'sitepress' ) ?></a></td>
# </tr>

msgid "Reset"
msgstr ""

# <div class="wrap">
# <h2><?php echo __( 'WP Menus Sync', 'sitepress' ) ?></h2>
# <p><?php echo sprintf( __( 'Menu synchronization will sync the menu structure from the default language of %s to the secondary languages.', 'sitepress' ), $def_lang[ 'display_name' ] ); ?></p>

msgid "WP Menus Sync"
msgstr ""

# <h2><?php echo __( 'WP Menus Sync', 'sitepress' ) ?></h2>
# <p><?php echo sprintf( __( 'Menu synchronization will sync the menu structure from the default language of %s to the secondary languages.', 'sitepress' ), $def_lang[ 'display_name' ] ); ?></p>
# 

msgid "Menu synchronization will sync the menu structure from the default language of %s to the secondary languages."
msgstr ""

# <td><?php echo $lang_details[ 'display_name' ]; ?></td>
# <td><?php printf( __( 'Add menu translation:  %s', 'sitepress' ), '<strong>' . $name . '</strong>' ); ?> </td>
# </tr>

msgid "Add menu translation:  %s"
msgstr ""

# <th><?php _e( 'Language', 'sitepress' ) ?></th>
# <th><?php _e( 'Action', 'sitepress' ) ?></th>
# </tr>

msgid "Action"
msgstr ""

# <tr>
# <td align="center" colspan="3"><?php _e( 'Nothing to sync.', 'sitepress' ) ?></td>
# </tr>

msgid "Nothing to sync."
msgstr ""

# type="button"
# value="<?php _e( 'Apply changes' ) ?>"
# data-message="<?php _e( 'Syncing menus %1 of %2', 'sitepress' ) ?>"

msgid "Apply changes"
msgstr ""

# value="<?php _e( 'Apply changes' ) ?>"
# data-message="<?php _e( 'Syncing menus %1 of %2', 'sitepress' ) ?>"
# data-message-complete="<?php _e( 'The selected menus have been synchonized.', 'sitepress' ) ?>"

msgid "Syncing menus %1 of %2"
msgstr ""

# data-message="<?php _e( 'Syncing menus %1 of %2', 'sitepress' ) ?>"
# data-message-complete="<?php _e( 'The selected menus have been synchonized.', 'sitepress' ) ?>"
# <?php echo $icl_menu_sync_submit_disabled; ?> />&nbsp;

msgid "The selected menus have been synchonized."
msgstr ""

# <?php echo $icl_menu_sync_submit_disabled; ?> />&nbsp;
# <input id="icl_msync_cancel" class="button-secondary" type="button" value="<?php _e( 'Cancel' ) ?>"/>
# <span id="icl_msync_message"></span>

msgid "Cancel"
msgstr ""

# <tr>
# <td align="center" colspan="<?php echo count( $active_languages ) ?>"><?php _e( 'No menus found', 'sitepress' ) ?></td>
# </tr>

msgid "No menus found"
msgstr ""

# echo esc_attr( $menu[ 'name' ] ) . ' - ' . $l[ 'display_name' ] ?>"/>
# <small><?php _e( 'Auto-generated title. Click to edit.', 'sitepress' ) ?></small>
# <input type="hidden" name="sync[menu_options][<?php echo $menu_id ?>][<?php echo $l[ 'code' ] ?>][auto_add]"

msgid "Auto-generated title. Click to edit."
msgstr ""

# ?>
# <input id="icl_msync_sync" type="submit" class="button-primary" value="<?php _e( 'Sync', 'sitepress' ); ?>"<?php if ( !$need_sync ): ?> disabled="disabled"<?php endif; ?> />
# &nbsp;&nbsp;

msgid "Sync"
msgstr ""

# data-max_input_vars="<?php echo ini_get( 'max_input_vars' ); ?>">
# <?php _e( 'The menus on this page may not sync because it requires more input variables. Please modify the <strong>max_input_vars</strong> setting in your php.ini or .htaccess files to <strong>!NUM!</strong> or more.', 'sitepress'); ?>
# </span>

msgid "The menus on this page may not sync because it requires more input variables. Please modify the <strong>max_input_vars</strong> setting in your php.ini or .htaccess files to <strong>!NUM!</strong> or more."
msgstr ""

# ?>
# <input id="icl_msync_sync" type="submit" class="button-primary" value="<?php _e( 'Nothing Sync', 'sitepress' ); ?>"<?php if ( !$need_sync ): ?> disabled="disabled"<?php endif; ?> />
# <?php

msgid "Nothing Sync"
msgstr ""

# ?>
# <span class="icl_msync_item icl_msync_add"><?php _e( 'Item will be added', 'sitepress' ); ?></span>
# <?php

msgid "Item will be added"
msgstr ""

# ?>
# <span class="icl_msync_item icl_msync_del"><?php _e( 'Item will be removed', 'sitepress' ); ?></span>
# <?php

msgid "Item will be removed"
msgstr ""

# ?>
# <span class="icl_msync_item icl_msync_not"><?php _e( 'Item cannot be added (parent not translated)', 'sitepress' ); ?></span>
# <?php

msgid "Item cannot be added (parent not translated)"
msgstr ""

# ?>
# <span class="icl_msync_item icl_msync_mov"><?php _e( 'Item changed position', 'sitepress' ); ?></span>
# <?php

msgid "Item changed position"
msgstr ""

# ?>
# <span class="icl_msync_item icl_msync_copy"><?php _e( 'Item will be copied', 'sitepress' ); ?></span>
# <?php

msgid "Item will be copied"
msgstr ""

# ?>
# <span class="icl_msync_item icl_msync_label_changed"><?php _e( 'Strings for menus will be updated', 'sitepress' ); ?></span>
# <?php

msgid "Strings for menus will be updated"
msgstr ""

# ?>
# <span class="icl_msync_item icl_msync_url_changed"><?php _e( 'URLs for menus will be updated', 'sitepress' ); ?></span>
# <?php

msgid "URLs for menus will be updated"
msgstr ""

# ?>
# <span class="icl_msync_item icl_msync_options_changed"><?php _e( 'Menu Options will be updated', 'sitepress' ); ?></span>
# <?php

msgid "Menu Options will be updated"
msgstr ""

# <span class="icl_msync_item icl_msync_label_missing">
# <?php _e( 'Untranslated strings for menus', 'sitepress' ); ?>
# </span>

msgid "Untranslated strings for menus"
msgstr ""

# <span class="icl_msync_item icl_msync_url_missing">
# <?php _e( 'Untranslated URLs for menus', 'sitepress' ); ?>
# </span>

msgid "Untranslated URLs for menus"
msgstr ""

# $this->labels = array(
# 'del' => array( esc_html__( 'Remove %s', 'sitepress' ), '' ),
# 'label_changed' => array( esc_html__( 'Rename label to %s', 'sitepress' ), '' ),

msgid "Remove %s"
msgstr ""

# 'del' => array( esc_html__( 'Remove %s', 'sitepress' ), '' ),
# 'label_changed' => array( esc_html__( 'Rename label to %s', 'sitepress' ), '' ),
# 'url_changed' => array( esc_html__( 'Update URL to %s', 'sitepress' ), '' ),

msgid "Rename label to %s"
msgstr ""

# 'label_changed' => array( esc_html__( 'Rename label to %s', 'sitepress' ), '' ),
# 'url_changed' => array( esc_html__( 'Update URL to %s', 'sitepress' ), '' ),
# 'url_missing' => array( esc_html__( 'Untranslated URL %s', 'sitepress' ), '' ),

msgid "Update URL to %s"
msgstr ""

# 'url_changed' => array( esc_html__( 'Update URL to %s', 'sitepress' ), '' ),
# 'url_missing' => array( esc_html__( 'Untranslated URL %s', 'sitepress' ), '' ),
# 'mov' => array( esc_html__( 'Change menu order for %s', 'sitepress' ), '' ),

msgid "Untranslated URL %s"
msgstr ""

# 'url_missing' => array( esc_html__( 'Untranslated URL %s', 'sitepress' ), '' ),
# 'mov' => array( esc_html__( 'Change menu order for %s', 'sitepress' ), '' ),
# 'add' => array( esc_html__( 'Add %s', 'sitepress' ), '' ),

msgid "Change menu order for %s"
msgstr ""

# 'mov' => array( esc_html__( 'Change menu order for %s', 'sitepress' ), '' ),
# 'add' => array( esc_html__( 'Add %s', 'sitepress' ), '' ),
# 'options_changed' => array( esc_html__( 'Update %s menu option to %s', 'sitepress' ), '' ),

msgid "Add %s"
msgstr ""

# 'add' => array( esc_html__( 'Add %s', 'sitepress' ), '' ),
# 'options_changed' => array( esc_html__( 'Update %s menu option to %s', 'sitepress' ), '' ),
# );

msgid "Update %s menu option to %s"
msgstr ""

# $this->labels['label_missing'] = array(
# esc_html__( 'Untranslated string %s', 'sitepress' ),
# $this->print_label_missing_text( $icl_ms, $menu_id ),

msgid "Untranslated string %s"
msgstr ""

# $res = '&nbsp;' . sprintf(
# esc_html__(
# 'The selected strings can now be translated using the %s string translation %s screen',

msgid "The selected strings can now be translated using the %s string translation %s screen"
msgstr ""

# 'parent' => false, 'id' => $parent,
# 'title'  => $lang[ 'flag' ] . '&nbsp;' . $lang[ 'anchor' ] . '&nbsp;&nbsp;<img title="' . __( 'help', 'sitepress' ) . '" id="wpml_als_help_link" src="' . ICL_PLUGIN_URL . '/res/img/question1.png" alt="' . __( 'help', 'sitepress' ) . '" width="16" height="16"/>',
# 'href'   => false, 'meta' => array(

msgid "help"
msgstr ""

# 'href'   => false, 'meta' => array(
# 'title' => __( 'Showing content in:', 'sitepress' ) . ' ' . $lang[ 'anchor' ],
# )

msgid "Showing content in:"
msgstr ""

# 'parent' => $parent, 'id' => $parent . '_' . $code, 'title' => $lang[ 'flag' ] . '&nbsp;' . $lang[ 'anchor' ], 'href' => $lang[ 'url' ], 'meta' => array(
# 'title' => __( 'Show content in:', 'sitepress' ) . ' ' . $lang[ 'anchor' ],
# )

msgid "Show content in:"
msgstr ""

# <img class="icl_pop_info_but_close" align="right" src="<?php echo ICL_PLUGIN_URL . '/res/img/ico-close.png'?>" width="12" height="12" alt="x" />
# <?php echo sprintf( __( 'This language selector determines which content to display. You can choose items in a specific language or in all languages. To change the language of the WordPress Admin interface, go to <a%s>your profile</a>.', 'sitepress' ), ' href="' . admin_url( 'profile.php' ) . '"' );?>
# </div>

msgid "This language selector determines which content to display. You can choose items in a specific language or in all languages. To change the language of the WordPress Admin interface, go to <a%s>your profile</a>."
msgstr ""

# 
# echo '<a href="#wpml-settings">' . __( 'WPML Settings', 'sitepress' ) . '</a>';
# echo '<br /><hr /><h3 id="wpml-settings"> ' . __( 'WPML settings', 'sitepress' ) . '</h3>';

msgid "WPML Settings"
msgstr ""

# echo '<a href="#wpml-settings">' . __( 'WPML Settings', 'sitepress' ) . '</a>';
# echo '<br /><hr /><h3 id="wpml-settings"> ' . __( 'WPML settings', 'sitepress' ) . '</h3>';
# echo '<textarea style="font-size:10px;width:100%" wrap="off" rows="16" readonly="readonly">';

msgid "WPML settings"
msgstr ""

# $twig_cache_new_value = ! $twig_cache_disabled;
# $twig_cache_label     = __( 'Disable cache for language switcher templates' );
# if ( $twig_cache_disabled ) {

msgid "Disable cache for language switcher templates"
msgstr ""

# if ( $twig_cache_disabled ) {
# $twig_cache_label = __( 'Enable cache for language switcher templates' );
# }

msgid "Enable cache for language switcher templates"
msgstr ""

# 
# echo '<td>' . __( 'linked to: ', 'sitepress' ) . $translatable_posts[ $post_type ]->labels->name . '</td>';
# 

msgid "linked to: "
msgstr ""

# echo '<select onchange="wpml_ts_link_post_type(jQuery(this), \'' . $post_type . '\')">';
# echo '<option value="">' . __( '--select--', 'sitepress' ) . '</option>';
# foreach ( $translatable_posts as $name => $type ) {

msgid "--select--"
msgstr ""

# echo '<br />';
# echo __( 'Note: if you edited the custom post declaration you may need to re-configure WPML to mark it as translatable.', 'sitepress' );
# 

msgid "Note: if you edited the custom post declaration you may need to re-configure WPML to mark it as translatable."
msgstr ""

# echo '<br />';
# echo __( 'Note: if you edited the custom taxonomy declaration you may need to re-configure WPML to mark it as translatable.', 'sitepress' );
# 

msgid "Note: if you edited the custom taxonomy declaration you may need to re-configure WPML to mark it as translatable."
msgstr ""

# <?php
# echo '<form method="post" onsubmit="return confirm(\'' . __(
# 'Are you sure you want to reset all translation and language data? This operation cannot be reversed!',

msgid "Are you sure you want to reset all translation and language data? This operation cannot be reversed!"
msgstr ""

# }
# echo ' /> ' . __( 'I am about to reset all translation and language data.', 'sitepress' ) . '</label><br /><br />';
# 

msgid "I am about to reset all translation and language data."
msgstr ""

# 
# echo '<input id="reset-all-but" type="submit" disabled="disabled" class="button-primary" value="' . __(
# 'Reset and deactivate WPML',

msgid "Reset and deactivate WPML"
msgstr ""

# <div class="icl_cyan_box">
# <h3><?php _e( 'Advanced settings', 'sitepress' ) ?></h3>
# 

msgid "Advanced settings"
msgstr ""

# <div class="icl_cyan_box">
# <h3><?php _e( 'Clean up', 'sitepress' ) ?></h3>
# 

msgid "Clean up"
msgstr ""

# 
# <p class="icl_form_errors" style="padding:6px;"><?php _e( 'Please make backup of your database before using this.', 'sitepress' ) ?></p>
# 

msgid "Please make backup of your database before using this."
msgstr ""

# <label><input type="checkbox" onchange="if(jQuery(this).prop('checked')){jQuery('#icl_fix_languages').prop('disabled', false);}else{jQuery('#icl_fix_languages').prop('disabled', true);}">
# &nbsp;<?php _e("This operation will reset WPML's language tables and reinstall it. Any custom languages that you added will be removed.", 'sitepress') ?></label><br /><br />
# <input disabled="disabled" id="icl_fix_languages" type="button" class="button-secondary" value="<?php _e( 'Clear language information and repopulate languages', 'sitepress' ) ?>"/><br/><br />

msgid "This operation will reset WPML's language tables and reinstall it. Any custom languages that you added will be removed."
msgstr ""

# <input disabled="disabled" id="icl_fix_languages" type="button" class="button-secondary" value="<?php _e( 'Clear language information and repopulate languages', 'sitepress' ) ?>"/><br/><br />
# <small style="margin-left:10px;"><?php _e( "This operation will remove WPML's language table and recreate it. You should use it if you just installed WPML and you're not seeing a complete list of available languages.", 'sitepress' ) ?></small>
# <br /><br />

msgid "This operation will remove WPML's language table and recreate it. You should use it if you just installed WPML and you're not seeing a complete list of available languages."
msgstr ""

# <p>
# <input id="icl_cache_clear" type="button" class="button-secondary" value="<?php _e( 'Clear the cache in WPML', 'sitepress' ) ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'This may solve issues like missing languages in the language switcher.', 'sitepress' ) ?></small>

msgid "Clear the cache in WPML"
msgstr ""

# <input id="icl_cache_clear" type="button" class="button-secondary" value="<?php _e( 'Clear the cache in WPML', 'sitepress' ) ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'This may solve issues like missing languages in the language switcher.', 'sitepress' ) ?></small>
# </p>

msgid "This may solve issues like missing languages in the language switcher."
msgstr ""

# <p>
# <input id="icl_remove_ghost" type="button" class="button-secondary" value="<?php _e( 'Remove ghost entries from the translation tables', 'sitepress' ) ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Removes entries from the WPML tables that are not linked properly. Cleans the table off entries left over upgrades, bug fixes or undetermined factors.', 'sitepress' ) ?></small>

msgid "Remove ghost entries from the translation tables"
msgstr ""

# <input id="icl_remove_ghost" type="button" class="button-secondary" value="<?php _e( 'Remove ghost entries from the translation tables', 'sitepress' ) ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Removes entries from the WPML tables that are not linked properly. Cleans the table off entries left over upgrades, bug fixes or undetermined factors.', 'sitepress' ) ?></small>
# </p>

msgid "Removes entries from the WPML tables that are not linked properly. Cleans the table off entries left over upgrades, bug fixes or undetermined factors."
msgstr ""

# <p>
# <input id="icl_fix_collation" type="button" class="button-secondary" value="<?php _e( 'Fix element_type collation', 'sitepress' ) ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Fixes the collation of the element_type column in icl_translations in case this setting changed for your posts.post_type column.', 'sitepress' ) ?></small>

msgid "Fix element_type collation"
msgstr ""

# <input id="icl_fix_collation" type="button" class="button-secondary" value="<?php _e( 'Fix element_type collation', 'sitepress' ) ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Fixes the collation of the element_type column in icl_translations in case this setting changed for your posts.post_type column.', 'sitepress' ) ?></small>
# </p>

msgid "Fixes the collation of the element_type column in icl_translations in case this setting changed for your posts.post_type column."
msgstr ""

# <p>
# <input id="assign_translation_status_to_duplicates" type="button" class="button-secondary" value="<?php _e( 'Assign translation status to duplicated content', 'sitepress' ) ?>"/><span id="assign_translation_status_to_duplicates_resp"></span><br/>
# <small style="margin-left:10px;"><?php _e( 'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated.', 'sitepress' ) ?> </small>

msgid "Assign translation status to duplicated content"
msgstr ""

# <input id="assign_translation_status_to_duplicates" type="button" class="button-secondary" value="<?php _e( 'Assign translation status to duplicated content', 'sitepress' ) ?>"/><span id="assign_translation_status_to_duplicates_resp"></span><br/>
# <small style="margin-left:10px;"><?php _e( 'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated.', 'sitepress' ) ?> </small>
# </p>

msgid "Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated."
msgstr ""

# <p>
# <input id="icl_add_missing_lang" type="button" class="button-secondary" value="<?php _e( 'Set language information', 'sitepress' ) ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Adds language information to posts and taxonomies that are missing this information.', 'sitepress' ) ?></small>

msgid "Set language information"
msgstr ""

# <input id="icl_add_missing_lang" type="button" class="button-secondary" value="<?php _e( 'Set language information', 'sitepress' ) ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Adds language information to posts and taxonomies that are missing this information.', 'sitepress' ) ?></small>
# </p>

msgid "Adds language information to posts and taxonomies that are missing this information."
msgstr ""

# <p>
# <input id="icl_fix_terms_count" type="button" class="button-secondary" value="<?php _e( 'Fix terms count', 'sitepress' ) ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Correct terms count in case something went wrong with translated contents.', 'sitepress' ) ?></small>

msgid "Fix terms count"
msgstr ""

# <input id="icl_fix_terms_count" type="button" class="button-secondary" value="<?php _e( 'Fix terms count', 'sitepress' ) ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Correct terms count in case something went wrong with translated contents.', 'sitepress' ) ?></small>
# </p>

msgid "Correct terms count in case something went wrong with translated contents."
msgstr ""

# <p>
# <input id="icl_fix_post_types" type="button" class="button-secondary" value="<?php _e( 'Fix post type assignment for translations', 'sitepress' ) ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Correct post type assignment for translations of custom post types in case something went wrong.', 'sitepress' ) ?></small>

msgid "Fix post type assignment for translations"
msgstr ""

# <input id="icl_fix_post_types" type="button" class="button-secondary" value="<?php _e( 'Fix post type assignment for translations', 'sitepress' ) ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Correct post type assignment for translations of custom post types in case something went wrong.', 'sitepress' ) ?></small>
# </p>

msgid "Correct post type assignment for translations of custom post types in case something went wrong."
msgstr ""

# <p>
# <input id="icl_remove_st_db_cache_logs" type="button" class="button-secondary" value="<?php _e( 'Remove debug logs of String Translation cache', 'sitepress' ) ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Removes invalid rows stored in option and hide admin notice.', 'sitepress' ) ?></small>

msgid "Remove debug logs of String Translation cache"
msgstr ""

# <input id="icl_remove_st_db_cache_logs" type="button" class="button-secondary" value="<?php _e( 'Remove debug logs of String Translation cache', 'sitepress' ) ?>"/><br/>
# <small style="margin-left:10px;"><?php _e( 'Removes invalid rows stored in option and hide admin notice.', 'sitepress' ) ?></small>
# </p>

msgid "Removes invalid rows stored in option and hide admin notice."
msgstr ""

# <br/>
# <?php _e( 'Translatable custom posts linking', 'sitepress' ); ?><br/>
# <small style="margin-left:10px;"><?php _e( 'Allows linking existing translations after changing custom posts definition (name) ', 'sitepress' ) ?></small>

msgid "Translatable custom posts linking"
msgstr ""

# <?php _e( 'Translatable custom posts linking', 'sitepress' ); ?><br/>
# <small style="margin-left:10px;"><?php _e( 'Allows linking existing translations after changing custom posts definition (name) ', 'sitepress' ) ?></small>
# 

msgid "Allows linking existing translations after changing custom posts definition (name) "
msgstr ""

# <br/>
# <?php _e( 'Translatable taxonomies linking', 'sitepress' ) ?><br/>
# <small style="margin-left:10px;"><?php _e( 'Allows linking existing translations after changing custom taxonomies definition (name) ', 'sitepress' ) ?></small>

msgid "Translatable taxonomies linking"
msgstr ""

# <?php _e( 'Translatable taxonomies linking', 'sitepress' ) ?><br/>
# <small style="margin-left:10px;"><?php _e( 'Allows linking existing translations after changing custom taxonomies definition (name) ', 'sitepress' ) ?></small>
# 

msgid "Allows linking existing translations after changing custom taxonomies definition (name) "
msgstr ""

# 
# <p><?php _e( 'This function is available through the Network Admin section.', 'sitepress' ); ?></p>
# <?php if ( current_user_can( 'manage_sites' ) ) { ?>

msgid "This function is available through the Network Admin section."
msgstr ""

# network_admin_url( 'admin.php?page=' . WPML_PLUGIN_FOLDER . '/menu/network.php' )
# ) ?>"><?php _e( 'Go to WPML Network settings.', 'sitepress' ) ?></a>
# <p><small><?php _e( 'Note: WPML must be activated on the primary site or must be network activated.', 'sitepress' ); ?></small></p>

msgid "Go to WPML Network settings."
msgstr ""

# ) ?>"><?php _e( 'Go to WPML Network settings.', 'sitepress' ) ?></a>
# <p><small><?php _e( 'Note: WPML must be activated on the primary site or must be network activated.', 'sitepress' ); ?></small></p>
# <?php } else { ?>

msgid "Note: WPML must be activated on the primary site or must be network activated."
msgstr ""

# <?php } else { ?>
# <i><?php _e( 'You are not allowed to manage the WPML Network settings.', 'sitepress' ) ?></i>
# <?php } ?>

msgid "You are not allowed to manage the WPML Network settings."
msgstr ""

# echo '<p class="error" style="padding:6px;">';
# _e(	"The 'Reset' action will deactivate the WPML plugin after it deletes the WPML tables (tables with the 'icl_' prefix) from the database.
# The action will NOT delete any content (posts, taxonomy terms etc.).

msgid "The 'Reset' action will deactivate the WPML plugin after it deletes the WPML tables (tables with the 'icl_' prefix) from the database.\n\t\t\tThe action will NOT delete any content (posts, taxonomy terms etc.).\n\t\t\tIt only affects translation and language information that WPML associates with each content type."
msgstr ""

# echo '<p class="error" style="padding:6px;">';
# _e(	"Please note that all translations you have sent to remote translation services will be lost if you reset WPML's data. They cannot be recovered later.", 'sitepress' );
# echo '</p>';

msgid "Please note that all translations you have sent to remote translation services will be lost if you reset WPML's data. They cannot be recovered later."
msgstr ""

# if (msg.updated > 0) {
# response_message = assign_translation_status_to_duplicates_updated + ' <?php echo esc_js(_x('translation jobs updated', 'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated', 'sitepress')); ?>';
# 

msgctxt "Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated"
msgid "translation jobs updated"
msgstr ""

# if (assign_translation_status_to_duplicates_cycles >= 50) {
# response_message += '. <?php echo esc_js(_x('Partially done.', 'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated','sitepress')) ?>';
# response_message += '. <?php echo esc_js(_x('There might be more content to fix: please repeat the process.', 'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated','sitepress')) ?>';

msgctxt "Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated"
msgid "Partially done."
msgstr ""

# response_message += '. <?php echo esc_js(_x('Partially done.', 'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated','sitepress')) ?>';
# response_message += '. <?php echo esc_js(_x('There might be more content to fix: please repeat the process.', 'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated','sitepress')) ?>';
# response_element.text(response_message);

msgctxt "Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated"
msgid "There might be more content to fix: please repeat the process."
msgstr ""

# response_element.text(response_message);
# alert('<?php echo esc_js(_x('Partially done', 'Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated', 'sitepress')) ?>');
# response_element.fadeOut();

msgctxt "Sets the translation status to DUPLICATE in the icl_translation_status table, for posts that are marked as duplicated"
msgid "Partially done"
msgstr ""

# '3.2'   => array(
# 'message' => __('This version of WPML includes major updates and improvements.', 'sitepress' ),
# 'link'    => '<a href="https://wpml.org/version/wpml-3-2/">' . __('WPML 3.2 release notes', 'sitepress') . '</a>',

msgid "This version of WPML includes major updates and improvements."
msgstr ""

# 'message' => __('This version of WPML includes major updates and improvements.', 'sitepress' ),
# 'link'    => '<a href="https://wpml.org/version/wpml-3-2/">' . __('WPML 3.2 release notes', 'sitepress') . '</a>',
# 'dismiss' => false

msgid "WPML 3.2 release notes"
msgstr ""

# <?php else: ?>
# <a href="https://wpml.org/?cat=48"><?php _e('Learn more', 'sitepress')?></a>
# <?php endif; ?>

msgid "Learn more"
msgstr ""

# <div class="wpml-section-header">
# <h3><?php esc_html_e( 'Posts and pages synchronization', 'sitepress' ); ?></h3>
# </div>

msgid "Posts and pages synchronization"
msgstr ""

# <label><input type="checkbox" id="icl_sync_page_ordering" name="icl_sync_page_ordering" <?php checked( $sitepress_settings['sync_page_ordering'] ) ?> value="1" />
# <?php esc_html_e( 'Synchronize page order for translations', 'sitepress' ) ?></label>
# </p>

msgid "Synchronize page order for translations"
msgstr ""

# <label><input type="checkbox" id="icl_sync_page_parent" name="icl_sync_page_parent" <?php checked( $sitepress_settings['sync_page_parent'] ) ?> value="1" />
# <?php esc_html_e( 'Set page parent for translation according to page parent of the original language', 'sitepress' ) ?></label>
# </p>

msgid "Set page parent for translation according to page parent of the original language"
msgstr ""

# <label><input type="checkbox" name="icl_sync_page_template" <?php checked( $sitepress_settings['sync_page_template'] ) ?> value="1" />
# <?php esc_html_e( 'Synchronize page template', 'sitepress' ) ?></label>
# </p>

msgid "Synchronize page template"
msgstr ""

# <label><input type="checkbox" name="icl_sync_comment_status" <?php checked( $sitepress_settings['sync_comment_status'] ) ?> value="1" />
# <?php esc_html_e( 'Synchronize comment status', 'sitepress' ) ?></label>
# </p>

msgid "Synchronize comment status"
msgstr ""

# <label><input type="checkbox" name="icl_sync_ping_status" <?php checked( $sitepress_settings['sync_ping_status'] ) ?> value="1" />
# <?php esc_html_e( 'Synchronize ping status', 'sitepress' ) ?></label>
# </p>

msgid "Synchronize ping status"
msgstr ""

# <label><input type="checkbox" name="icl_sync_sticky_flag" <?php checked( $sitepress_settings['sync_sticky_flag'] ) ?> value="1" />
# <?php esc_html_e( 'Synchronize sticky flag', 'sitepress' ) ?></label>
# </p>

msgid "Synchronize sticky flag"
msgstr ""

# <label><input type="checkbox" name="icl_sync_password" <?php checked( $sitepress_settings['sync_password'] ) ?> value="1" />
# <?php esc_html_e( 'Synchronize password for password protected posts', 'sitepress' ) ?></label>
# </p>

msgid "Synchronize password for password protected posts"
msgstr ""

# <label><input type="checkbox" name="icl_sync_private_flag" <?php checked( $sitepress_settings['sync_private_flag'] ) ?> value="1" />
# <?php esc_html_e( 'Synchronize private flag', 'sitepress' ) ?></label>
# </p>

msgid "Synchronize private flag"
msgstr ""

# <label><input type="checkbox" name="icl_sync_post_format" <?php checked( $sitepress_settings['sync_post_format'] ) ?> value="1" />
# <?php esc_html_e( 'Synchronize posts format', 'sitepress' ) ?></label>
# </p>

msgid "Synchronize posts format"
msgstr ""

# <label><input type="checkbox" name="icl_sync_delete" <?php checked( $sitepress_settings['sync_delete'] ) ?> value="1" />
# <?php esc_html_e( 'When deleting a post, delete translations as well', 'sitepress' ) ?></label>
# </p>

msgid "When deleting a post, delete translations as well"
msgstr ""

# <label><input type="checkbox" name="icl_sync_delete_tax" <?php checked( $sitepress_settings['sync_delete_tax'] ) ?> value="1" />
# <?php esc_html_e( 'When deleting a taxonomy (category, tag or custom), delete translations as well', 'sitepress' ) ?></label>
# </p>

msgid "When deleting a taxonomy (category, tag or custom), delete translations as well"
msgstr ""

# <label><input type="checkbox" name="icl_sync_post_taxonomies" <?php checked( $sitepress_settings['sync_post_taxonomies'] ) ?> value="1" />
# <?php esc_html_e( 'Copy taxonomy to translations', 'sitepress' ) ?></label>
# </p>

msgid "Copy taxonomy to translations"
msgstr ""

# <label><input type="checkbox" name="icl_sync_post_date" <?php checked( $sitepress_settings['sync_post_date'] ) ?> value="1" />
# <?php esc_html_e( 'Copy publishing date to translations', 'sitepress' ) ?></label>
# </p>

msgid "Copy publishing date to translations"
msgstr ""

# <label><input type="checkbox" name="icl_sync_comments_on_duplicates" <?php checked( $sitepress->get_setting( 'sync_comments_on_duplicates' ) ) ?> value="1" />
# <?php esc_html_e( 'Synchronize comments on duplicate content', 'sitepress' ) ?></label>
# </p>

msgid "Synchronize comments on duplicate content"
msgstr ""

# ?>
# <h2><?php echo __('Setup WPML', 'sitepress') ?></h2>
# <div class="updated fade">

msgid "Setup WPML"
msgstr ""

# <p style="line-height:1.5"><?php _e('The WPML Multilingual CMS plugin is not currently enabled.', 'sitepress');?></p>
# <p style="line-height:1.5"><?php printf(__('Please go to the <a href="%s">Plugins</a> page and enable the WPML Multilingual CMS plugin before trying to configure the plugin.', 'sitepress'), 'plugins.php');?></p>
# </div>

msgid "Please go to the <a href=\"%s\">Plugins</a> page and enable the WPML Multilingual CMS plugin before trying to configure the plugin."
msgstr ""

# $navigation_items = array(
# '#lang-sec-1'   =>  __('Site Languages','sitepress'),
# '#lang-sec-2'   =>  __('Language URL format','sitepress'),

msgid "Site Languages"
msgstr ""

# '#lang-sec-1'   =>  __('Site Languages','sitepress'),
# '#lang-sec-2'   =>  __('Language URL format','sitepress'),
# '#lang-sec-4'   =>  __('Admin language','sitepress'),

msgid "Language URL format"
msgstr ""

# '#lang-sec-2'   =>  __('Language URL format','sitepress'),
# '#lang-sec-4'   =>  __('Admin language','sitepress'),
# '#lang-sec-6'   =>  __('Blog posts to display','sitepress'),

msgid "Admin language"
msgstr ""

# '#lang-sec-4'   =>  __('Admin language','sitepress'),
# '#lang-sec-6'   =>  __('Blog posts to display','sitepress'),
# '#lang-sec-7'   =>  __('Hide languages','sitepress'),

msgid "Blog posts to display"
msgstr ""

# '#lang-sec-6'   =>  __('Blog posts to display','sitepress'),
# '#lang-sec-7'   =>  __('Hide languages','sitepress'),
# '#lang-sec-8'   =>  __('Make themes work multilingual','sitepress'),

msgid "Hide languages"
msgstr ""

# '#lang-sec-7'   =>  __('Hide languages','sitepress'),
# '#lang-sec-8'   =>  __('Make themes work multilingual','sitepress'),
# '#lang-sec-9'   =>  __('Browser language redirect','sitepress'),

msgid "Make themes work multilingual"
msgstr ""

# '#lang-sec-8'   =>  __('Make themes work multilingual','sitepress'),
# '#lang-sec-9'   =>  __('Browser language redirect','sitepress'),
# '#lang-sec-9-5' =>  __('SEO Options','sitepress'),

msgid "Browser language redirect"
msgstr ""

# '#lang-sec-9-5' =>  __('SEO Options','sitepress'),
# '#lang-sec-10'  =>  __('WPML love','sitepress'),
# );

msgid "WPML love"
msgstr ""

# if(!empty( $hidden_languages ) && in_array($lang['code'], $hidden_languages )){
# $hidden = '&nbsp<strong style="color:#f00">('.__('hidden', 'sitepress').')</strong>';
# }else{

msgid "hidden"
msgstr ""

# <input type="hidden" name="button_action" value="installer_save_key" />
# <input <?php if(empty($site_key)): ?>style="display: none;"<?php endif; ?> class="button-primary button-large" name="finish" value="<?php echo __('Finish', 'sitepress') ?>" type="submit" />
# <?php wp_nonce_field('registration_form_submit_nonce', '_icl_nonce'); ?>

msgid "Finish"
msgstr ""

# <?php if(empty($site_key)): ?>
# <input class="button-primary" name="register" value="<?php echo __('Register', 'sitepress') ?>" type="submit" />
# <input class="button-secondary" name="later" value="<?php echo __('Remind me later', 'sitepress') ?>" type="submit" />

msgid "Register"
msgstr ""

# <input class="button-primary" name="register" value="<?php echo __('Register', 'sitepress') ?>" type="submit" />
# <input class="button-secondary" name="later" value="<?php echo __('Remind me later', 'sitepress') ?>" type="submit" />
# <?php endif; ?>

msgid "Remind me later"
msgstr ""

# <hr class="wpml-margin-top-base">
# <p><?php printf(__("Don't have a key for this site? %sGenerate a key for this site%s", 'sitepress'), '<a class="button-primary" href="https://wpml.org/my-account/sites/?add='.urlencode(get_site_url()).'" target="_blank">', '</a>') ?></p>
# <p><?php printf(__("If you don't have a WPML.org account or a valid subscription, you can %spurchase%s one and get later upgrades, full support and 30 days money-back guarantee." , 'sitepress'), '<a href="http://wpml.org/purchase/" target="_blank">', '</a>') ?></p>

msgid "Don't have a key for this site? %sGenerate a key for this site%s"
msgstr ""

# <p><?php printf(__("Don't have a key for this site? %sGenerate a key for this site%s", 'sitepress'), '<a class="button-primary" href="https://wpml.org/my-account/sites/?add='.urlencode(get_site_url()).'" target="_blank">', '</a>') ?></p>
# <p><?php printf(__("If you don't have a WPML.org account or a valid subscription, you can %spurchase%s one and get later upgrades, full support and 30 days money-back guarantee." , 'sitepress'), '<a href="http://wpml.org/purchase/" target="_blank">', '</a>') ?></p>
# <?php endif; ?>

msgid "If you don't have a WPML.org account or a valid subscription, you can %spurchase%s one and get later upgrades, full support and 30 days money-back guarantee."
msgstr ""

# 
# <span style="display: none;" id="wpml_show_page_on_root_x"><?php echo esc_js(__("Please save the settings first by clicking Save.", 'sitepress')); ?></span>
# 

msgid "Please save the settings first by clicking Save."
msgstr ""

# <p>
# <?php printf(__('When WPML accesses <a target="_blank" href="%s">%s</a> it gets:', 'sitepress'), $__url = $validator->get_validation_url($sample_lang['code']), $__url); ?>
# <br/>

msgid "When WPML accesses <a target=\"_blank\" href=\"%s\">%s</a> it gets:"
msgstr ""

# <p>
# <?php printf(__('The expected value is: %s', 'sitepress'), '<br /><strong>&lt;!--'.get_home_url().'--&gt;</strong>'); ?>
# </p>

msgid "The expected value is: %s"
msgstr ""

# <?php if ($sitepress_settings['xdomain_data'] == WPML_XDOMAIN_DATA_GET): ?>checked="checked"<?php endif ?>/>
# <?php echo __('Pass arguments via GET (the url)', 'sitepress'); ?>
# </label>

msgid "Pass arguments via GET (the url)"
msgstr ""

# <?php if ($sitepress_settings['xdomain_data'] == WPML_XDOMAIN_DATA_POST): ?>checked="checked"<?php endif ?>/>
# <?php echo __('Pass arguments via POST', 'sitepress'); ?>
# </label>

msgid "Pass arguments via POST"
msgstr ""

# <?php if ($sitepress_settings['xdomain_data'] == WPML_XDOMAIN_DATA_OFF): ?>checked="checked"<?php endif ?>/>
# <?php echo __('Disable this feature', 'sitepress'); ?>
# </label>

msgid "Disable this feature"
msgstr ""

# <select name="icl_admin_default_language">
# <option value="_default_"><?php printf(__('Default language (currently %s)', 'sitepress'),  $default_language_details['display_name']); ?></option>
# <?php foreach($all_languages as $al):?>

msgid "Default language (currently %s)"
msgstr ""

# <?php endif; ?>
# <p><?php printf(__('Each user can choose the admin language. You can edit your language preferences by visiting your <a href="%s">profile page</a>.','sitepress'),'profile.php#wpml')?></p>
# <p class="buttons-wrap">

msgid "Each user can choose the admin language. You can edit your language preferences by visiting your <a href=\"%s\">profile page</a>."
msgstr ""

# echo '<p>';
# printf(__('You can enable its/their display for yourself, in your <a href="%s">profile page</a>.', 'sitepress'),'profile.php#wpml');
# echo '</p>';

msgid "You can enable its/their display for yourself, in your <a href=\"%s\">profile page</a>."
msgstr ""

# <li>
# <label><?php printf( __( "Remember visitors' language preference for %s hours (please enter 24 or multiples of it).", 'sitepress' ), '<input size="2" type="number" min="24" value="'
# . (int) $sitepress->get_setting( 'remember_language' )

msgid "Remember visitors' language preference for %s hours (please enter 24 or multiples of it)."
msgstr ""

# <?php
# $redirect_warning_1 = __( "Browser language redirect may affect your site's indexing", 'sitepress');
# $redirect_warning_2 = __( "learn more", 'sitepress');

msgid "Browser language redirect may affect your site's indexing"
msgstr ""

# $redirect_warning_1 = __( "Browser language redirect may affect your site's indexing", 'sitepress');
# $redirect_warning_2 = __( "learn more", 'sitepress');
# $url = 'https://wpml.org/documentation/getting-started-guide/language-setup/automatic-redirect-based-on-browser-language/how-browser-language-redirect-affects-google-indexing/';

msgid "learn more"
msgstr ""

# <label><input type="checkbox" name="icl_promote" <?php if($sitepress->get_setting('promote_wpml')) echo 'checked="checked"' ?> value="1" />
# <?php printf(__("Tell the world your site is running multilingual with WPML (places a message in your site's footer) - <a href=\"%s\">read more</a>", 'sitepress'),'https://wpml.org/?page_id=4560'); ?></label>
# </p>

msgid "Tell the world your site is running multilingual with WPML (places a message in your site's footer) - <a href=\"%s\">read more</a>"
msgstr ""

# <div class="updated fade">
# <p style="line-height:1.5"><?php _e('The WPML Multilingual CMS plugin is not currently enabled.', 'sitepress');?></p>
# <p style="line-height:1.5"><?php printf(__('Please go to the <a href="%s">Plugins</a> page and enable the WPML Multilingual CMS plugin before trying to configure the plugin.', 'sitepress'), 'plugins.php');?></p>

msgid "The WPML Multilingual CMS plugin is not currently enabled."
msgstr ""

# <p>
# <strong><?php _e('This screen contains the language settings for your site.','sitepress'); ?></strong>
# </p>

msgid "This screen contains the language settings for your site."
msgstr ""

# <?php if(!empty( $setup_complete )): ?>
# <h4><?php _e('These languages are enabled for this site:','sitepress'); ?></h4>
# <ul id="icl_enabled_languages" class="enabled-languages">

msgid "These languages are enabled for this site:"
msgstr ""

# <?php else: ?>
# <p class="wpml-wizard-instruction"><?php _e('Select the languages to enable for your site (you can also add and remove languages later).','sitepress'); ?></p>
# <?php endif; ?>

msgid "Select the languages to enable for your site (you can also add and remove languages later)."
msgstr ""

# <p>
# <button id="icl_change_default_button" class="button-secondary action <?php if(count($active_languages) < 2): ?>hidden<?php endif ?>"><?php _e('Change default language', 'sitepress') ?></button>
# <button id="icl_add_remove_button" class="button-secondary action"><?php _e('Add / Remove languages', 'sitepress') ?></button>

msgid "Change default language"
msgstr ""

# <button id="icl_change_default_button" class="button-secondary action <?php if(count($active_languages) < 2): ?>hidden<?php endif ?>"><?php _e('Change default language', 'sitepress') ?></button>
# <button id="icl_add_remove_button" class="button-secondary action"><?php _e('Add / Remove languages', 'sitepress') ?></button>
# </p>

msgid "Add / Remove languages"
msgstr ""

# ?>
# <h4><?php _e('Inactive content', 'sitepress') ?></h4>
# <p class="explanation-text"><?php _e('In order to edit or delete these you need to activate the corresponding language first', 'sitepress') ?></p>

msgid "Inactive content"
msgstr ""

# <h4><?php _e('Inactive content', 'sitepress') ?></h4>
# <p class="explanation-text"><?php _e('In order to edit or delete these you need to activate the corresponding language first', 'sitepress') ?></p>
# <table class="widefat inactive-content-table">

msgid "In order to edit or delete these you need to activate the corresponding language first"
msgstr ""

# <th><?php _e('Language', 'sitepress') ?></th>
# <th><?php _e('Posts', 'sitepress') ?></th>
# <th><?php _e('Pages', 'sitepress') ?></th>

msgid "Posts"
msgstr ""

# <th><?php _e('Posts', 'sitepress') ?></th>
# <th><?php _e('Pages', 'sitepress') ?></th>
# <th><?php _e('Categories', 'sitepress') ?></th>

msgid "Pages"
msgstr ""

# <th><?php _e('Pages', 'sitepress') ?></th>
# <th><?php _e('Categories', 'sitepress') ?></th>
# <th><?php _e('Tags', 'sitepress') ?></th>

msgid "Categories"
msgstr ""

# <th><?php _e('Categories', 'sitepress') ?></th>
# <th><?php _e('Tags', 'sitepress') ?></th>
# </tr>

msgid "Tags"
msgstr ""

# <tr>
# <th><?php _e('Total', 'sitepress') ?></th>
# <?php

msgid "Total"
msgstr ""

# <div class="wpml-section-header">
# <h3><?php _e('Registration', 'sitepress'); ?></h3>
# </div>

msgid "Registration"
msgstr ""

# 
# <p class="wpml-wizard-instruction"><?php _e('WPML is already registered network-wide.', 'sitepress') ?></p>
# <footer class="clearfix text-right">

msgid "WPML is already registered network-wide."
msgstr ""

# 
# <p class="wpml-wizard-instruction"><?php _e('Enter the site key, from your wpml.org account, to receive automatic updates for WPML on this site.', 'sitepress'); ?></p>
# <form id="installer_registration_form">

msgid "Enter the site key, from your wpml.org account, to receive automatic updates for WPML on this site."
msgstr ""

# <label for="installer_site_key">
# <?php _e('Site key:', 'sitepress'); ?>
# <input type="text" name="installer_site_key" value="<?php echo $site_key ?>" <?php if(!empty($site_key)): ?>disabled="disabled"<?php endif; ?> />

msgid "Site key:"
msgstr ""

# <div class="status_msg<?php if(!empty($site_key)): ?> icl_valid_text<?php endif; ?>">
# <?php if($site_key) _e('Thank you for registering WPML on this site. You will receive automatic updates when new versions are available.', 'sitepress'); ?>
# </div>

msgid "Thank you for registering WPML on this site. You will receive automatic updates when new versions are available."
msgstr ""

# <div class="wpml-section-content">
# <h4><?php _e('Choose how to determine which language visitors see contents in', 'sitepress'); ?></h4>
# <form id="icl_save_language_negotiation_type" name="icl_save_language_negotiation_type" action="">

msgid "Choose how to determine which language visitors see contents in"
msgstr ""

# <input type="radio" name="icl_language_negotiation_type" value="1" <?php if($language_negotiation_type ==1):?>checked<?php endif?> />
# <?php _e('Different languages in directories', 'sitepress'); ?>
# <span class="explanation-text">

msgid "Different languages in directories"
msgstr ""

# <input type="checkbox" name="use_directory" id="icl_use_directory" value="1" <?php if(!empty( $setting_urls['directory_for_default_language'])):?>checked<?php endif; ?> />
# <?php _e('Use directory for default language', 'sitepress') ?>
# </label>

msgid "Use directory for default language"
msgstr ""

# 
# <p><?php _e('What to show for the root url:', 'sitepress') ?></p>
# 

msgid "What to show for the root url:"
msgstr ""

# ?>checked="checked"<?php endif; ?> />
# <?php _e('HTML file', 'sitepress') ?> &ndash; <span class="explanation-text"><?php _e('please enter path: absolute or relative to the WordPress installation folder','sitepress'); ?></span>
# </label>

msgid "HTML file"
msgstr ""

# ?>checked="checked"<?php endif; ?> />
# <?php _e('HTML file', 'sitepress') ?> &ndash; <span class="explanation-text"><?php _e('please enter path: absolute or relative to the WordPress installation folder','sitepress'); ?></span>
# </label>

msgid "please enter path: absolute or relative to the WordPress installation folder"
msgstr ""

# <input type="text" id="root_html_file_path" name="root_html_file_path" value="<?php echo $setting_urls['root_html_file_path']?>" />
# <label class="icl_error_text icl_error_1" for="root_html_file_path" style="display: none;"><?php _e('Please select what to show for the root url.', 'sitepress') ?></label>
# </p>

msgid "Please select what to show for the root url."
msgstr ""

# <input id="wpml_show_on_root_page" type="radio" name="show_on_root" value="page" <?php if($setting_urls['show_on_root'] == 'page'): ?>checked<?php endif; ?>  <?php if($setting_urls['show_on_root'] == 'page'):?>class="active"<?php endif; ?> />
# <?php _e('A page', 'sitepress') ?>
# 

msgid "A page"
msgstr ""

# <?php if($rp_exists): ?>
# <a href="<?php echo get_edit_post_link( $setting_urls['root_page']) ?>"><?php _e('Edit root page.', 'sitepress') ?></a>
# <?php else: ?>

msgid "Edit root page."
msgstr ""

# <?php else: ?>
# <a href="<?php echo admin_url('post-new.php?post_type=page&wpml_root_page=1') ?>"><?php _e('Create root page.', 'sitepress') ?></a>
# <?php endif; ?>

msgid "Create root page."
msgstr ""

# <input type="checkbox" name="hide_language_switchers" id="icl_hide_language_switchers" value="1" <?php checked( $setting_urls['hide_language_switchers']) ?> />
# <?php _e('Hide language switchers on the root page', 'sitepress') ?>
# </label>

msgid "Hide language switchers on the root page"
msgstr ""

# <p>
# <?php _e('It looks like languages per directories will not function.', 'sitepress'); ?>
# <a href="#" onClick="jQuery(this).parent().parent().next().toggle();return false"><?php _e("Details", 'sitepress') ?></a>

msgid "It looks like languages per directories will not function."
msgstr ""

# <?php _e('It looks like languages per directories will not function.', 'sitepress'); ?>
# <a href="#" onClick="jQuery(this).parent().parent().next().toggle();return false"><?php _e("Details", 'sitepress') ?></a>
# </p>

msgid "Details"
msgstr ""

# <div class="icl_error_text" style="display:none;margin:10px;">
# <p><?php _e("This can be a result of either:", 'sitepress') ?></p>
# <ul>

msgid "This can be a result of either:"
msgstr ""

# <ul>
# <li><?php _e("WordPress is installed in a directory (not root) and you're using default links.",'sitepress') ?></li>
# <li><?php _e("URL rewriting is not enabled in your web server.",'sitepress') ?></li>

msgid "WordPress is installed in a directory (not root) and you're using default links."
msgstr ""

# <li><?php _e("WordPress is installed in a directory (not root) and you're using default links.",'sitepress') ?></li>
# <li><?php _e("URL rewriting is not enabled in your web server.",'sitepress') ?></li>
# <li><?php _e("The web server cannot write to the .htaccess file",'sitepress') ?></li>

msgid "URL rewriting is not enabled in your web server."
msgstr ""

# <li><?php _e("URL rewriting is not enabled in your web server.",'sitepress') ?></li>
# <li><?php _e("The web server cannot write to the .htaccess file",'sitepress') ?></li>
# </ul>

msgid "The web server cannot write to the .htaccess file"
msgstr ""

# </ul>
# <a href="https://wpml.org/?page_id=1010"><?php _e('How to fix','sitepress') ?></a>
# <p>

msgid "How to fix"
msgstr ""

# <input <?php echo $icl_lnt_disabled ?>id="icl_lnt_domains" type="radio" name="icl_language_negotiation_type" value="2" <?php if($language_negotiation_type ==2):?>checked<?php endif?> />
# <?php _e('A different domain per language', 'sitepress') ?>
# <?php if($icl_lnt_disabled): ?>

msgid "A different domain per language"
msgstr ""

# <?php if($icl_lnt_disabled): ?>
# <span class="icl_error_text"><?php _e('This option is not yet available for Multisite installs', 'sitepress')?></span>
# <?php endif; ?>

msgid "This option is not yet available for Multisite installs"
msgstr ""

# <?php if(defined('WPML_SUNRISE_MULTISITE_DOMAINS') && WPML_SUNRISE_MULTISITE_DOMAINS): ?>
# <span class="icl_error_text"><?php _e('Experimental', 'sitepress')?></span>
# <?php endif; ?>

msgid "Experimental"
msgstr ""

# <div id="language_domain_xdomain_options" class="sub-section" <?php if( $language_negotiation_type != 2 ) echo ' style="display:none"'  ?>>
# <p><?php _e('Pass session arguments between domains through the language switcher', 'sitepress'); ?></p>
# <p>

msgid "Pass session arguments between domains through the language switcher"
msgstr ""

# <?php if( function_exists( 'mcrypt_encrypt' ) && function_exists( 'mcrypt_decrypt' ) ): ?>
# <p><?php _e('The data will be encrypted with the MCRYPT_RIJNDAEL_256 algorithm.' , 'sitepress'); ?></p>
# <?php else: ?>

msgid "The data will be encrypted with the MCRYPT_RIJNDAEL_256 algorithm."
msgstr ""

# <?php else: ?>
# <p><?php _e('Because encryption is not supported on your host, the data will only have a basic encoding with the bse64 algorithm.' , 'sitepress'); ?></p>
# <?php endif; ?>

msgid "Because encryption is not supported on your host, the data will only have a basic encoding with the bse64 algorithm."
msgstr ""

# 
# <p><a href="https://wpml.org/?page_id=693147" target="_blank"><?php _e('Learn more about passing data between domains', 'sitepress'); ?></a></p>
# 

msgid "Learn more about passing data between domains"
msgstr ""

# <input type="radio" name="icl_language_negotiation_type" value="3" <?php if($language_negotiation_type ==3):?>checked<?php endif?> />
# <?php _e('Language name added as a parameter', 'sitepress') ?>
# <span class="explanation-text"><?php echo sprintf('(%s?lang=%s - %s)',get_home_url(),$sample_lang['code'],$sample_lang['display_name']) ?></span>

msgid "Language name added as a parameter"
msgstr ""

# <label>
# <?php _e('Default admin language: ', 'sitepress'); ?>
# <?php $default_language_details = $sitepress->get_language_details( $default_language ); ?>

msgid "Default admin language: "
msgstr ""

# <input type="radio" name="icl_untranslated_blog_posts" <?php echo $icl_only_translated_posts_checked; ?> value="0"/>
# <?php _e( 'Only translated posts.', 'sitepress' ); ?>
# </label>

msgid "Only translated posts."
msgstr ""

# <input type="radio" name="icl_untranslated_blog_posts" <?php echo $icl_all_posts_checked; ?> value="1"/>
# <?php _e( 'All posts (display translation if it exists or posts in default language otherwise).', 'sitepress' ); ?>
# </label>

msgid "All posts (display translation if it exists or posts in default language otherwise)."
msgstr ""

# <div id="icl_untranslated_blog_posts_help" style="display: none">
# <?php _e( "Please note that this setting affects only blog posts queried by the main loop in a theme's index.php template.", "sitepress" ); ?>
# </div>

msgid "Please note that this setting affects only blog posts queried by the main loop in a theme's index.php template."
msgstr ""

# <div class="wpml-section-content">
# <p><?php _e("You can completely hide content in specific languages from visitors and search engines, but still view it yourself. This allows reviewing translations that are in progress.", 'sitepress') ?></p>
# <form id="icl_hide_languages" name="icl_hide_languages" action="">

msgid "You can completely hide content in specific languages from visitors and search engines, but still view it yourself. This allows reviewing translations that are in progress."
msgstr ""

# else {
# _e('All languages are currently displayed.', 'sitepress');
# }

msgid "All languages are currently displayed."
msgstr ""

# <?php wp_nonce_field('icl_adjust_ids_nonce', '_icl_nonce'); ?>
# <p><?php _e('This feature turns themes into multilingual, without having to edit their PHP files.', 'sitepress')?></p>
# <p>

msgid "This feature turns themes into multilingual, without having to edit their PHP files."
msgstr ""

# <input type="checkbox" value="1" name="icl_adjust_ids" <?php if($sitepress->get_setting('auto_adjust_ids')) echo 'checked="checked"' ?> />
# <?php _e('Adjust IDs for multilingual functionality', 'sitepress')?>
# </label>

msgid "Adjust IDs for multilingual functionality"
msgstr ""

# </p>
# <p class="explanation-text"><?php _e('Note: auto-adjust IDs will increase the number of database queries for your site.', 'sitepress')?></p>
# <p class="buttons-wrap">

msgid "Note: auto-adjust IDs will increase the number of database queries for your site."
msgstr ""

# <div class="wpml-section-content">
# <p><?php _e('WPML can automatically redirect visitors according to browser language.', 'sitepress')?></p>
# <p class="explanation-text"><?php _e("This feature uses Javascript. Make sure that your site doesn't have JS errors.", 'sitepress'); ?></p>

msgid "WPML can automatically redirect visitors according to browser language."
msgstr ""

# <p><?php _e('WPML can automatically redirect visitors according to browser language.', 'sitepress')?></p>
# <p class="explanation-text"><?php _e("This feature uses Javascript. Make sure that your site doesn't have JS errors.", 'sitepress'); ?></p>
# <form id="icl_automatic_redirect" name="icl_automatic_redirect" action="">

msgid "This feature uses Javascript. Make sure that your site doesn't have JS errors."
msgstr ""

# <input type="radio" value="0" name="icl_automatic_redirect" <?php if(empty( $automatic_redirect )) echo 'checked="checked"' ?> />
# <?php _e('Disable browser language redirect', 'sitepress')?>
# </label></li>

msgid "Disable browser language redirect"
msgstr ""

# echo 'checked="checked"' ?> />
# <?php _e('Redirect visitors based on browser language only if translations exist', 'sitepress')?>
# </label></li>

msgid "Redirect visitors based on browser language only if translations exist"
msgstr ""

# echo 'checked="checked"' ?> />
# <?php _e('Always redirect visitors based on browser language (redirect to home page if translations are missing)', 'sitepress')?>
# </label></li>

msgid "Always redirect visitors based on browser language (redirect to home page if translations are missing)"
msgstr ""

# <?php if(!$wpml_request_handler->get_cookie_lang()): ?>
# <span class="icl_error_text"><?php _e("Your browser doesn't seem to be allowing cookies to be set.", 'sitepress'); ?></span>
# <?php endif; ?>

msgid "Your browser doesn't seem to be allowing cookies to be set."
msgstr ""

# $update
# ? __ ( 'Update %s translation', 'sitepress' )
# : __ ( 'Edit the %s translation', 'sitepress' ),

msgid "Update %s translation"
msgstr ""

# ? __ ( 'Update %s translation', 'sitepress' )
# : __ ( 'Edit the %s translation', 'sitepress' ),
# $this->active_langs[ $lang_code ][ 'display_name' ]

msgid "Edit the %s translation"
msgstr ""

# $text = sprintf (
# __ ( 'Add translation to %s', 'sitepress' ),
# $this->active_langs[ $lang_code ][ 'display_name' ]

msgid "Add translation to %s"
msgstr ""

# } catch ( Exception $ex ) {
# $this->set_errors( __( 'Upload directory cannot be created. Check your permissions.', 'sitepress' ) );
# }

msgid "Upload directory cannot be created. Check your permissions."
msgstr ""

# } else {
# $this->set_errors( __( 'Upload dir is not writable', 'sitepress' ) );
# }

msgid "Upload dir is not writable"
msgstr ""

# <br/>
# <?php echo sprintf( __( '(allowed: %s)', 'sitepress' ), implode( ', ', $allowed_types ) ); ?>
# </div>

msgid "(allowed: %s)"
msgstr ""

# $lang['id'] . '&amp;icl_nonce=' . wp_create_nonce('delete-language' . $lang['id'])) ?>" title="<?php esc_attr_e('Delete', 'sitepress')
# ?>" onclick="if(!confirm('<?php echo esc_js(sprintf(__('Are you sure you want to delete this language?%sALL the data associated with this language will be ERASED!', 'sitepress'), "\n"))
# ?>')) return false;"><img src="<?php echo ICL_PLUGIN_URL ?>/res/img/close.png" alt="<?php esc_attr_e('Delete', 'sitepress')

msgid "Are you sure you want to delete this language?%sALL the data associated with this language will be ERASED!"
msgstr ""

# if (!isset($_POST['icl_edit_languages']) || !is_array($_POST['icl_edit_languages'])){
# $this->set_errors(__('Please, enter valid data.','sitepress'));
# return;

msgid "Please, enter valid data."
msgstr ""

# if (!$this->insert_translation($translation_value, $data['code'], $translation_code)) {
# $this->set_errors(sprintf(__('Error adding translation %s for %s.', 'sitepress'), $data['code'], $translation_code));
# }

msgid "Error adding translation %s for %s."
msgstr ""

# $data['flag'] = $data['code'] . '.png';
# $this->set_errors(__('Error uploading flag file.', 'sitepress'));
# $from_template = 0;

msgid "Error uploading flag file."
msgstr ""

# if (!$this->insert_main_table($data['code'], $data['english_name'], $data['default_locale'], 0, 1, $data['encode_url'], $data['tag'])) {
# $this->set_errors(__('Adding language failed.', 'sitepress'));
# return false;

msgid "Adding language failed."
msgstr ""

# if (!$this->insert_translation($data['translations']['add'], $data['code'], $data['code'])) {
# $this->set_errors(__('Error adding native name.', 'sitepress'));
# }

msgid "Error adding native name."
msgstr ""

# if (!$this->insert_flag($data['code'], $data['flag'], $from_template)) {
# $this->set_errors(__('Error adding flag.', 'sitepress'));
# }

msgid "Error adding flag."
msgstr ""

# $unique_columns = array(
# 'code'           => __( 'The Language code already exists.', 'sitepress' ),
# 'english_name'   => __( 'The Language name already exists.', 'sitepress' ),

msgid "The Language code already exists."
msgstr ""

# 'code'           => __( 'The Language code already exists.', 'sitepress' ),
# 'english_name'   => __( 'The Language name already exists.', 'sitepress' ),
# 'default_locale' => __( 'The default locale already exists.', 'sitepress' ),

msgid "The Language name already exists."
msgstr ""

# 'english_name'   => __( 'The Language name already exists.', 'sitepress' ),
# 'default_locale' => __( 'The default locale already exists.', 'sitepress' ),
# 'tag'            => __( 'The tag already exists.', 'sitepress' ),

msgid "The default locale already exists."
msgstr ""

# 'default_locale' => __( 'The default locale already exists.', 'sitepress' ),
# 'tag'            => __( 'The tag already exists.', 'sitepress' ),
# );

msgid "The tag already exists."
msgstr ""

# }
# $this->set_errors(__('Please, enter required data.','sitepress' ) );
# if ( 'add' === $id ) {

msgid "Please, enter required data."
msgstr ""

# if ( in_array( $lang->code, $this->built_in_languages, true ) ) {
# $error = __("Error: This is a built in language. You can't delete it.", 'sitepress');
# }else{

msgid "Error: This is a built in language. You can't delete it."
msgstr ""

# 
# $this->set_messages(sprintf(__("The language %s was deleted.", 'sitepress'), '<strong>' . $lang->code . '</strong>'));
# 

msgid "The language %s was deleted."
msgstr ""

# }else{
# $error = __('Error: Language not found.', 'sitepress');
# }

msgid "Error: Language not found."
msgstr ""

# if ( ! in_array( strtolower( $extension ), array( 'png', 'gif', 'jpg', 'svg' ), true ) ) {
# $this->set_errors(__('File extension not allowed.','sitepress'));
# return false;

msgid "File extension not allowed."
msgstr ""

# } else {
# $error_message = __( 'There was an error uploading the file, please try again!', 'sitepress' );
# if ( ! empty( $_FILES['icl_edit_languages']['error'][ $id ]['flag_file'] ) ) {

msgid "There was an error uploading the file, please try again!"
msgstr ""

# case UPLOAD_ERR_INI_SIZE;
# $error_message = __( 'The uploaded file exceeds the upload_max_filesize directive in php.ini.', 'sitepress' );
# break;

msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
msgstr ""

# case UPLOAD_ERR_FORM_SIZE;
# $error_message = sprintf( __( 'The uploaded file exceeds %s bytes.', 'sitepress' ), $this->max_file_size );
# break;

msgid "The uploaded file exceeds %s bytes."
msgstr ""

# case UPLOAD_ERR_PARTIAL;
# $error_message = __( 'The uploaded file was only partially uploaded.', 'sitepress' );
# break;

msgid "The uploaded file was only partially uploaded."
msgstr ""

# case UPLOAD_ERR_NO_FILE;
# $error_message = __( 'No file was uploaded.', 'sitepress' );
# break;

msgid "No file was uploaded."
msgstr ""

# case UPLOAD_ERR_NO_TMP_DIR;
# $error_message = __( 'Missing a temporary folder.', 'sitepress' );
# break;

msgid "Missing a temporary folder."
msgstr ""

# case UPLOAD_ERR_CANT_WRITE;
# $error_message = __( 'Failed to write file to disk.', 'sitepress' );
# break;

msgid "Failed to write file to disk."
msgstr ""

# case UPLOAD_ERR_EXTENSION;
# $error_message = __( 'A PHP extension stopped the file upload. PHP does not provide a way to ascertain which extension caused the file upload to stop; examining the list of loaded extensions with phpinfo() may help.', 'sitepress' );
# break;

msgid "A PHP extension stopped the file upload. PHP does not provide a way to ascertain which extension caused the file upload to stop; examining the list of loaded extensions with phpinfo() may help."
msgstr ""

# <?php
# _e('This table allows you to edit languages for your site. Each row represents a language.
# <br /><br />

msgid "This table allows you to edit languages for your site. Each row represents a language.\n<br /><br />\nFor each language, you need to enter the following information:\n<ul>\n    <li><strong>Code:</strong> a unique value that identifies the language. Once entered, the language code cannot be changed.</li>\n    <li><strong>Translations:</strong> the way the language name will be displayed in different languages.</li>\n    <li><strong>Flag:</strong> the flag to display next to the language (optional). You can either upload your own flag or use one of WPML's built in flag images.</li>\n    <li><strong>Default locale:</strong> This determines the locale value for this language. You should check the name of WordPress localization file to set this correctly.</li>\n</ul>"
msgstr ""

# <tr>
# <th><?php _e('Language name', 'sitepress'); ?></th>
# <th><?php _e('Code', 'sitepress'); ?></th>

msgid "Language name"
msgstr ""

# echo 'style="display:none;" ';
# } ?>class="icl_edit_languages_show"><?php _e( 'Translation (new)', 'sitepress' ); ?></th>
# <?php foreach ($this->active_languages as $lang) { ?>

msgid "Translation (new)"
msgstr ""

# <?php foreach ($this->active_languages as $lang) { ?>
# <th><?php _e('Translation', 'sitepress'); ?> (<?php echo $lang['english_name']; ?>)</th>
# <?php } ?>

msgid "Translation"
msgstr ""

# <th><?php _e('Flag', 'sitepress'); ?></th>
# <th><?php _e('Default locale', 'sitepress'); ?></th>
# <th><?php _e('Encode URLs', 'sitepress'); ?></th>

msgid "Default locale"
msgstr ""

# <th><?php _e('Default locale', 'sitepress'); ?></th>
# <th><?php _e('Encode URLs', 'sitepress'); ?></th>
# <th><?php _e('Language tag', 'sitepress'); ?></th>

msgid "Encode URLs"
msgstr ""

# <th><?php _e('Encode URLs', 'sitepress'); ?></th>
# <th><?php _e('Language tag', 'sitepress'); ?></th>
# <th>&nbsp;</th>

msgid "Language tag"
msgstr ""

# </table>
# <span class="icl_error_text icl_edit_languages_show" style="display: none; margin:10px;"><p><?php _e('Please note: language codes cannot be changed after adding languages. Make sure you enter the correct code.', 'sitepress'); ?></p></span>
# <p class="submit"><a href="admin.php?page=<?php echo WPML_PLUGIN_FOLDER ?>/menu/languages.php">&laquo;&nbsp;<?php _e('Back to languages', 'sitepress'); ?></a></p>

msgid "Please note: language codes cannot be changed after adding languages. Make sure you enter the correct code."
msgstr ""

# <span class="icl_error_text icl_edit_languages_show" style="display: none; margin:10px;"><p><?php _e('Please note: language codes cannot be changed after adding languages. Make sure you enter the correct code.', 'sitepress'); ?></p></span>
# <p class="submit"><a href="admin.php?page=<?php echo WPML_PLUGIN_FOLDER ?>/menu/languages.php">&laquo;&nbsp;<?php _e('Back to languages', 'sitepress'); ?></a></p>
# 

msgid "Back to languages"
msgstr ""

# <input type="button" name="icl_edit_languages_add_language_button" id="icl_edit_languages_add_language_button"
# value="<?php _e( 'Add Language', 'sitepress' ); ?>" class="button-secondary"<?php if ( $this->is_new_data_and_invalid() ) { ?> style="display:none;"<?php } ?> />
# &nbsp;

msgid "Add Language"
msgstr ""

# <?php wp_nonce_field('reset_languages_nonce', '_icl_nonce_rl'); ?>
# <input class="button-primary" type="button" id="icl_reset_languages" value="<?php _e('Reset languages', 'sitepress'); ?>" />
# <span class="hidden"><?php _e('WPML will reset all language information to its default values. Any languages that you added or edited will be lost.','sitepress')?></span>

msgid "Reset languages"
msgstr ""

# <input class="button-primary" type="button" id="icl_reset_languages" value="<?php _e('Reset languages', 'sitepress'); ?>" />
# <span class="hidden"><?php _e('WPML will reset all language information to its default values. Any languages that you added or edited will be lost.','sitepress')?></span>
# </p>

msgid "WPML will reset all language information to its default values. Any languages that you added or edited will be lost."
msgstr ""

# <label for="wpm-edit-languages-<?php echo $lang['id']; ?>-flag-upload">
# <?php _e( 'Upload flag', 'sitepress' ); ?>
# </label>

msgid "Upload flag"
msgstr ""

# &nbsp;
# <?php _e( 'Use flag from WPML', 'sitepress' ); ?>
# </label>

msgid "Use flag from WPML"
msgstr ""

# <a href="<?php echo admin_url('admin.php?page=' . WPML_PLUGIN_FOLDER . '/menu/languages.php&amp;trop=1&amp;action=delete-language&amp;id=' .
# $lang['id'] . '&amp;icl_nonce=' . wp_create_nonce('delete-language' . $lang['id'])) ?>" title="<?php esc_attr_e('Delete', 'sitepress')
# ?>" onclick="if(!confirm('<?php echo esc_js(sprintf(__('Are you sure you want to delete this language?%sALL the data associated with this language will be ERASED!', 'sitepress'), "\n"))

msgid "Delete"
msgstr ""

# && $post->ID == $root_id ) ) {
# _e ( "This page does not have a language since it's the site's root page." );
# echo '<input type="hidden" name="_wpml_root_page" value="1" />';

msgid "This page does not have a language since it's the site's root page."
msgstr ""

# 'classes' => array( 'error' ),
# 'text' => sprintf( __( "%sIMPORTANT:%s You are using a version of WooCommerce Multilingual that is not fully compatible with the current WPML version. The %sproducts translation editor has been deactivated%s for this reason.%sPlease upgrade to %sWooCommerce Multilingual 3.8%s to restore the translation editor for products and use all the other functions.", 'sitepress' ),
# '<strong>', '</strong>', '<strong>', '</strong>', '<br /><br />', '<strong><a href="https://wpml.org/?p=867248">', '</a></strong>' )

msgid "%sIMPORTANT:%s You are using a version of WooCommerce Multilingual that is not fully compatible with the current WPML version. The %sproducts translation editor has been deactivated%s for this reason.%sPlease upgrade to %sWooCommerce Multilingual 3.8%s to restore the translation editor for products and use all the other functions."
msgstr ""

# echo '<div class="error"><ul><li><strong>';
# esc_html_e( 'WPML cannot be activated together with these older plugins:', 'sitepress' );
# echo '<ul style="list-style:disc;margin:20px;">';

msgid "WPML cannot be activated together with these older plugins:"
msgstr ""

# echo '</ul>';
# esc_html_e( 'WPML will be deactivated', 'sitepress' );
# echo '</strong></li></ul></div>';

msgid "WPML will be deactivated"
msgstr ""

# echo '<a name="icl_inc_plugins_notice"></a><div class="error" style="padding:10px;">';
# esc_html_e( 'These plugins are known to have compatibiliy issues with WPML:', 'sitepress' );
# echo '<ul style="list-style:disc;margin-left:20px;">';

msgid "These plugins are known to have compatibiliy issues with WPML:"
msgstr ""

# $output .= sprintf (
# __ ( 'HTTP code: %s (%s)', 'sitepress' ),
# $response[ 'response' ][ 'code' ],

msgid "HTTP code: %s (%s)"
msgstr ""

# basename ( WPML_PLUGIN_PATH ) . '/menu/network.php',
# __ ( 'Network settings', 'sitepress' ),
# __ ( 'Network settings', 'sitepress' ),

msgid "Network settings"
msgstr ""

# $sitepress->switch_locale ( $lang_code );
# $tr_cat = __ ( 'Uncategorized', 'sitepress' );
# $tr_cat = $tr_cat === 'Uncategorized' && $lang_code !== 'en' ? 'Uncategorized @' . $lang_code : $tr_cat;

msgid "Uncategorized"
msgstr ""

# 
# $out = '<h3>' . esc_html__('Select Language', 'sitepress') . '</h3><p><select name="icl_post_language">';
# foreach ($langs as $lang) {

msgid "Select Language"
msgstr ""

# if ( ! $batch_data || ! isset( $batch_data->batch_name ) ) {
# $batch_name = __( 'No Batch', 'wpml-translation-management' );
# } else {

msgid "No Batch"
msgstr ""

# $translator_edit_link =
# TranslationProxy_Popup::get_link( $project->translator_contact_iframe_url( $translator_id ), array( 'title' => __( 'Contact the translator', 'sitepress' ), 'unload_cb' => 'icl_thickbox_refresh' ) )
# . esc_html( TranslationProxy_Translator::get_translator_name( $translator_id ) )

msgid "Contact the translator"
msgstr ""

# case ICL_TM_NOT_TRANSLATED:
# $text = __( 'Not translated', 'sitepress' );
# break;

msgid "Not translated"
msgstr ""

# case ICL_TM_WAITING_FOR_TRANSLATOR:
# $text = __( 'Waiting for translator', 'sitepress' );
# break;

msgid "Waiting for translator"
msgstr ""

# case ICL_TM_IN_PROGRESS:
# $text = __( 'In progress', 'sitepress' );
# break;

msgid "In progress"
msgstr ""

# case ICL_TM_NEEDS_UPDATE:
# $text = __( 'Needs update', 'sitepress' );
# break;

msgid "Needs update"
msgstr ""

# case ICL_TM_COMPLETE:
# $text = __( 'Complete', 'sitepress' );
# break;

msgid "Complete"
msgstr ""

# } else {
# $error = sprintf( __( 'Translation entry not found for: %d', 'wpml-translation-management' ), $job_id );
# }

msgid "Translation entry not found for: %d"
msgstr ""

# if ( ! $error ) {
# $message = __( 'Job removed', 'wpml-translation-management' );
# }

msgid "Job removed"
msgstr ""

# if ( $needs_update ) {
# $job_status_text .= __( ' - (needs update)', 'wpml-translation-management' );
# }

msgid " - (needs update)"
msgstr ""

# if ( $result ) {
# $message = sprintf( __( 'Language pairs for %s have been edited.', 'sitepress' ), $_user->data->display_name );
# }

msgid "Language pairs for %s have been edited."
msgstr ""

# } elseif ( isset( $data['user_id'] ) ) {
# $message = sprintf( __( "I can't find user ID %d: he might have been removed as a translator for this site.", 'sitepress' ), $data['user_id'] );
# } else {

msgid "I can't find user ID %d: he might have been removed as a translator for this site."
msgstr ""

# } else {
# $message      = sprintf( __( "You can't do that.", 'sitepress' ), $data['user_id'] );
# $message_type = 'error';

msgid "You can't do that."
msgstr ""

# } else {
# $edit_link = '<div class="updated below-h2">' . esc_html__( 'string not registered', 'sitepress' ) . '</div>';
# }

msgid "string not registered"
msgstr ""

# if ( false !== strpos( $name, '*' ) ) {
# $o_value = '<span style="color:#bbb">{{ ' . esc_html__( 'Multiple options', 'wpml-translation-management' ) . ' }}</span>';
# } else {

msgid "Multiple options"
msgstr ""

# if ( ! icl_st_is_registered_string( $es_context, $name ) ) {
# $notice = '<div class="updated below-h2">' . esc_html__( 'some strings might be not registered', 'sitepress' ) . '</div>';
# echo $notice;

msgid "some strings might be not registered"
msgstr ""

# <p>
# <input id="icl_restore_notifications" type="button" class="button-secondary" value="<?php echo __( 'Restore messages and notification', 'sitepress' ); ?>"/>
# <br/>

msgid "Restore messages and notification"
msgstr ""

# <br/>
# <input id="icl_restore_notifications_all_users" name="icl_restore_notifications_all_users" type="checkbox" value="1"/><label for="icl_restore_notifications_all_users"><?php echo __( 'Apply to all users', 'sitepress' ); ?></label>
# <br/>

msgid "Apply to all users"
msgstr ""

# <br/>
# <small style="margin-left:10px;"><?php echo __( 'Restore dismissed and hidden messages and notifications.', 'sitepress' ); ?></small>
# </p>

msgid "Restore dismissed and hidden messages and notifications."
msgstr ""

# <p>
# <input id="icl_remove_notifications" type="button" class="button-secondary" value="<?php echo __( 'Remove all messages and notifications', 'sitepress' ); ?>"/>
# <br/>

msgid "Remove all messages and notifications"
msgstr ""

# <br/>
# <small style="margin-left:10px;"><?php echo __( 'Remove all messages and notifications, for all users.', 'sitepress' ); ?></small>
# </p>

msgid "Remove all messages and notifications, for all users."
msgstr ""

# ?>
# <h4><?php _e( 'Messages and notifications', 'sitepress' ) ?></h4>
# <?php

msgid "Messages and notifications"
msgstr ""

# if ( (bool) $taxonomies ) {
# $text      = __(
# '<p>Some taxonomy terms are out of sync between languages. This means that content in some languages will not have the correct tags or categories.</p>

msgid "<p>Some taxonomy terms are out of sync between languages. This means that content in some languages will not have the correct tags or categories.</p>\n\t\t\t <p>In order to synchronize the taxonomies, you need to go over each of them from the following list and click the \"Update taxonomy hierarchy\" button.</p>"
msgstr ""

# if ( ! empty( $res ) ) {
# wp_send_json_success( __( 'Valid', 'sitepress' ) );
# }

msgid "Valid"
msgstr ""

# }
# wp_send_json_error( __( 'Not valid', 'sitepress' ) );
# }

msgid "Not valid"
msgstr ""

# } else {
# $fields_contents[ 'error' ] = __( 'Post not found', 'sitepress' );
# }

msgid "Post not found"
msgstr ""

# <br>
# <?php echo sprintf( esc_html__( '%s orphan comments found.', 'sitepress' ), '<span class="count">0</span>' ); ?>
# </p>

msgid "%s orphan comments found."
msgstr ""

# <div id="wpml_orphans">
# <h4><?php esc_html_e( "Remove comments that don't match the content's language", 'sitepress' ); ?></h4>
# <div id="wpml_orphans_count" style="display:none;">

msgid "Remove comments that don't match the content's language"
msgstr ""

# <p>
# <?php esc_html_e( "This will check for comments that have a language different than the content they belong to. If found, we can delete these comments for you. We call these 'orphan comments'.", 'sitepress' ); ?>
# </p>

msgid "This will check for comments that have a language different than the content they belong to. If found, we can delete these comments for you. We call these 'orphan comments'."
msgstr ""

# <button type="button" class="button-secondary check-orphans">
# <?php esc_html_e( 'Check for orphan comments', 'sitepress' ); ?>
# </button>

msgid "Check for orphan comments"
msgstr ""

# <span class="spinner is-active" style="float:none;"></span>
# <?php esc_html_e( 'Checking...', 'sitepress' ); ?>
# </div>

msgid "Checking..."
msgstr ""

# <br>
# <?php esc_html_e( 'Good news! Your site has no orphan comments.', 'sitepress' ); ?>
# </div>

msgid "Good news! Your site has no orphan comments."
msgstr ""

# <button type="button" class="button-secondary clean-orphans">
# <?php esc_html_e( 'Clean orphan comments', 'sitepress' ); ?>
# </button>

msgid "Clean orphan comments"
msgstr ""

# <p>
# <?php esc_html_e( '* The clean task may take several minutes to complete.', 'sitepress' ); ?>
# </p>

msgid "* The clean task may take several minutes to complete."
msgstr ""

# <div class="delete-in-progress">
# <span class="spinner is-active" style="float:none;"></span>&nbsp;<?php esc_html_e( 'Deleted comments:', 'sitepress' ); ?>&nbsp;<span class="deleted">0</span>
# </div>

msgid "Deleted comments:"
msgstr ""

# 
# return array('message' => __('Processing translations...', 'sitepress'));
# break;

msgid "Processing translations..."
msgstr ""

# }
# $message = $processing ? __('Processing translations...', 'sitepress') : __('Finalizing upgrade...', 'sitepress');
# return array('message' => $message);

msgid "Finalizing upgrade..."
msgstr ""

# default:
# return array('error' => __('Missing step', 'sitepress'), 'stop' => 1);
# }

msgid "Missing step"
msgstr ""

# $link = 'index.php?icl_ajx_action=' . $ajax_action . '&nonce=' . $ajax_action_none;
# $txt = get_option('icl_temp_upgrade_data', FALSE) ? __('Resume Upgrade Process', 'sitepress') : __('Run Upgrade Process', 'sitepress');
# echo '<div class="message error" id="icl-migrate"><p><strong>'.__('WPML requires database upgrade', 'sitepress').'</strong></p>'

msgid "Resume Upgrade Process"
msgstr ""

# $link = 'index.php?icl_ajx_action=' . $ajax_action . '&nonce=' . $ajax_action_none;
# $txt = get_option('icl_temp_upgrade_data', FALSE) ? __('Resume Upgrade Process', 'sitepress') : __('Run Upgrade Process', 'sitepress');
# echo '<div class="message error" id="icl-migrate"><p><strong>'.__('WPML requires database upgrade', 'sitepress').'</strong></p>'

msgid "Run Upgrade Process"
msgstr ""

# $txt = get_option('icl_temp_upgrade_data', FALSE) ? __('Resume Upgrade Process', 'sitepress') : __('Run Upgrade Process', 'sitepress');
# echo '<div class="message error" id="icl-migrate"><p><strong>'.__('WPML requires database upgrade', 'sitepress').'</strong></p>'
# .'<p>' . __('This normally takes a few seconds, but may last up to several minutes of very large databases.', 'sitepress') . '</p>'

msgid "WPML requires database upgrade"
msgstr ""

# echo '<div class="message error" id="icl-migrate"><p><strong>'.__('WPML requires database upgrade', 'sitepress').'</strong></p>'
# .'<p>' . __('This normally takes a few seconds, but may last up to several minutes of very large databases.', 'sitepress') . '</p>'
# . '<p><a href="' . $link . '" style="" id="icl-migrate-start">' . $txt . '</a></p>'

msgid "This normally takes a few seconds, but may last up to several minutes of very large databases."
msgstr ""

# $stop = 0;
# $message = __('Starting the upgrade process...', 'sitepress');
# include_once WPML_PLUGIN_PATH . '/inc/upgrade-functions/2.0.0/stepper.php';

msgid "Starting the upgrade process..."
msgstr ""

# 'step' => $migration->getNextStep(),
# 'message' => __('Creating new tables...', 'sitepress'),
# 'stop' => $stop,

msgid "Creating new tables..."
msgstr ""

# <p><?php
# printf(__("<strong>WPML notice:</strong> Upgrades to this version are only supported from versions %s and above. To upgrade from version %s, first, download <a%s>2.0.4</a>, do the DB upgrade and then go to this version.", 'sitepress'),
# '1.7.0', get_option('icl_sitepress_version'), ' href="http://downloads.wordpress.org/plugin/sitepress-multilingual-cms.2.0.4.zip"'); ?></p>

msgid "<strong>WPML notice:</strong> Upgrades to this version are only supported from versions %s and above. To upgrade from version %s, first, download <a%s>2.0.4</a>, do the DB upgrade and then go to this version."
msgstr ""

# {
# echo '<div class="updated"><p>' . esc_html__( 'Menu(s) syncing complete.', 'sitepress' ) . '</p></div>';
# }

msgid "Menu(s) syncing complete."
msgstr ""

# $response = array(
# 'label' => esc_html__( 'Translate menu strings and URLs for:', 'sitepress' ),
# 'items' => $menu_links,

msgid "Translate menu strings and URLs for:"
msgstr ""

# if ( $lang_code === $default_language ) {
# esc_html_e( 'Menu Option: auto_add', 'sitepress' );
# continue;

msgid "Menu Option: auto_add"
msgstr ""

# $langsel .= '<div class="howto icl_nav_menu_text" style="float:right;">';
# $langsel .= __('Translations:', 'sitepress');
# foreach($sitepress->get_active_languages() as $lang){

msgid "Translations:"
msgstr ""

# $menu_id = $wpdb->get_var($wpdb->prepare("SELECT term_id FROM {$wpdb->term_taxonomy} WHERE term_taxonomy_id=%d",$this->current_menu['translations'][$lang['code']]->element_id));
# $tr_link = '<a style="text-decoration:none" title="'. esc_attr(__('edit translation', 'sitepress')).'" href="'.admin_url('nav-menus.php').
# '?menu='.$menu_id. $lang_suff .'">'.

msgid "edit translation"
msgstr ""

# '?menu='.$menu_id. $lang_suff .'">'.
# $lang['display_name'] . '&nbsp;<img src="'.ICL_PLUGIN_URL.'/res/img/edit_translation.png" alt="'. esc_attr(__('edit', 'sitepress')).
# '" width="12" height="12" /></a>';

msgid "edit"
msgstr ""

# }else{
# $tr_link = '<a style="text-decoration:none" title="'. esc_attr(__('add translation', 'sitepress')).'" href="'.admin_url('nav-menus.php').
# '?action=edit&menu=0&trid='.$this->current_menu['trid'].'&lang='.$lang['code'].'">'.

msgid "add translation"
msgstr ""

# $langsel .= '<div class="howto icl_nav_menu_text" style="float:right;">';
# $langsel .= '<div><a href="'.admin_url('admin.php?page=' . WPML_PLUGIN_FOLDER . '/menu/menu-sync/menus-sync.php').'">' . __('Synchronize menus between languages.', 'sitepress') . '</a></div>';
# $langsel .= '</div>';

msgid "Synchronize menus between languages."
msgstr ""

# $disabled = empty( $this->current_menu['id'] ) && isset( $_GET['trid'] ) ? ' disabled="disabled"' : '';
# $out .= '<label class="menu-name-label howto"><span>' . __( 'Translation of', 'sitepress' ) . '</span>&nbsp;';
# $out .= '<select name="icl_translation_of" id="icl_menu_translation_of"' . $disabled . '>';

msgid "Translation of"
msgstr ""

# $out .= '<select name="icl_translation_of" id="icl_menu_translation_of"' . $disabled . '>';
# $out .= '<option value="none">--' . __( 'none', 'sitepress' ) . '--</option>';
# foreach ( $menus as $mtrid => $m ) {

msgid "none"
msgstr ""

# if(location_menu_id.length > 0){
# location_menu_id.find('option').first().html('<?php echo esc_js(__('not translated in current language','sitepress')) ?>');
# location_menu_id.css('font-style','italic');

msgid "not translated in current language"
msgstr ""

# $capabilities = array(
# 'wpml_manage_translation_management'        => __( 'Manage Translation Management', 'sitepress' ),
# 'wpml_manage_languages'                     => __( 'Manage Languages', 'sitepress' ),

msgid "Manage Translation Management"
msgstr ""

# 'wpml_manage_translation_management'        => __( 'Manage Translation Management', 'sitepress' ),
# 'wpml_manage_languages'                     => __( 'Manage Languages', 'sitepress' ),
# 'wpml_manage_theme_and_plugin_localization' => __( 'Manage Theme and Plugin localization', 'sitepress' ),

msgid "Manage Languages"
msgstr ""

# 'wpml_manage_languages'                     => __( 'Manage Languages', 'sitepress' ),
# 'wpml_manage_theme_and_plugin_localization' => __( 'Manage Theme and Plugin localization', 'sitepress' ),
# 'wpml_manage_support'                       => __( 'Manage Support', 'sitepress' ),

msgid "Manage Theme and Plugin localization"
msgstr ""

# 'wpml_manage_theme_and_plugin_localization' => __( 'Manage Theme and Plugin localization', 'sitepress' ),
# 'wpml_manage_support'                       => __( 'Manage Support', 'sitepress' ),
# 'wpml_manage_woocommerce_multilingual'      => __( 'Manage WooCommerce Multilingual', 'sitepress' ),

msgid "Manage Support"
msgstr ""

# 'wpml_manage_support'                       => __( 'Manage Support', 'sitepress' ),
# 'wpml_manage_woocommerce_multilingual'      => __( 'Manage WooCommerce Multilingual', 'sitepress' ),
# 'wpml_operate_woocommerce_multilingual'     => __( 'Operate WooCommerce Multilingual. Everything on WCML except the settings tab.', 'sitepress' ),

msgid "Manage WooCommerce Multilingual"
msgstr ""

# 'wpml_manage_woocommerce_multilingual'      => __( 'Manage WooCommerce Multilingual', 'sitepress' ),
# 'wpml_operate_woocommerce_multilingual'     => __( 'Operate WooCommerce Multilingual. Everything on WCML except the settings tab.', 'sitepress' ),
# 'wpml_manage_media_translation'             => __( 'Manage Media translation', 'sitepress' ),

msgid "Operate WooCommerce Multilingual. Everything on WCML except the settings tab."
msgstr ""

# 'wpml_operate_woocommerce_multilingual'     => __( 'Operate WooCommerce Multilingual. Everything on WCML except the settings tab.', 'sitepress' ),
# 'wpml_manage_media_translation'             => __( 'Manage Media translation', 'sitepress' ),
# 'wpml_manage_navigation'                    => __( 'Manage Navigation', 'sitepress' ),

msgid "Manage Media translation"
msgstr ""

# 'wpml_manage_media_translation'             => __( 'Manage Media translation', 'sitepress' ),
# 'wpml_manage_navigation'                    => __( 'Manage Navigation', 'sitepress' ),
# 'wpml_manage_sticky_links'                  => __( 'Manage Sticky Links', 'sitepress' ),

msgid "Manage Navigation"
msgstr ""

# 'wpml_manage_navigation'                    => __( 'Manage Navigation', 'sitepress' ),
# 'wpml_manage_sticky_links'                  => __( 'Manage Sticky Links', 'sitepress' ),
# 'wpml_manage_string_translation'            => __( 'Manage String Translation', 'sitepress' ),

msgid "Manage Sticky Links"
msgstr ""

# 'wpml_manage_sticky_links'                  => __( 'Manage Sticky Links', 'sitepress' ),
# 'wpml_manage_string_translation'            => __( 'Manage String Translation', 'sitepress' ),
# 'wpml_manage_translation_analytics'         => __( 'Manage Translation Analytics', 'sitepress' ),

msgid "Manage String Translation"
msgstr ""

# 'wpml_manage_string_translation'            => __( 'Manage String Translation', 'sitepress' ),
# 'wpml_manage_translation_analytics'         => __( 'Manage Translation Analytics', 'sitepress' ),
# 'wpml_manage_wp_menus_sync'                 => __( 'Manage WPML Menus Sync', 'sitepress' ),

msgid "Manage Translation Analytics"
msgstr ""

# 'wpml_manage_translation_analytics'         => __( 'Manage Translation Analytics', 'sitepress' ),
# 'wpml_manage_wp_menus_sync'                 => __( 'Manage WPML Menus Sync', 'sitepress' ),
# 'wpml_manage_taxonomy_translation'          => __( 'Manage Taxonomy Translation', 'sitepress' ),

msgid "Manage WPML Menus Sync"
msgstr ""

# 'wpml_manage_wp_menus_sync'                 => __( 'Manage WPML Menus Sync', 'sitepress' ),
# 'wpml_manage_taxonomy_translation'          => __( 'Manage Taxonomy Translation', 'sitepress' ),
# 'wpml_manage_troubleshooting'               => __( 'Manage Troubleshooting', 'sitepress' ),

msgid "Manage Taxonomy Translation"
msgstr ""

# 'wpml_manage_taxonomy_translation'          => __( 'Manage Taxonomy Translation', 'sitepress' ),
# 'wpml_manage_troubleshooting'               => __( 'Manage Troubleshooting', 'sitepress' ),
# 'wpml_manage_translation_options'           => __( 'Translation options', 'sitepress' )

msgid "Manage Troubleshooting"
msgstr ""

# function wpml_get_roles() {
# $wp_roles[ 'label' ]        = __( 'WPML capabilities', 'sitepress' );
# $wp_roles[ 'capabilities' ] = wpml_get_capabilities();

msgid "WPML capabilities"
msgstr ""

# $output .= '
# <fieldset id="wpml_cf_translation_preferences_fieldset_' . $id . '" class="wpml_cf_translation_preferences_fieldset ' . $class . '-form-fieldset form-fieldset fieldset">' . '<legend>' . __( 'Translation preferences', 'sitepress' ) . '</legend>';
# }

msgid "Translation preferences"
msgstr ""

# '<div style="color:Red;font-style:italic;margin: 10px 0 0 0;">'
# . __( 'The translation preference for this field are being controlled by a language configuration XML file. If you want to control it manually, remove the entry from the configuration file.', 'sitepress' )
# . '</div>';

msgid "The translation preference for this field are being controlled by a language configuration XML file. If you want to control it manually, remove the entry from the configuration file."
msgstr ""

# } else if ( ! $suppress_error ) {
# $output .= '<span style="color:#FF0000;">' . __( "To synchronize values for translations, you need to enable WPML's Translation Management module.", 'sitepress' ) . '</span>';
# $disabled = true;

msgid "To synchronize values for translations, you need to enable WPML's Translation Management module."
msgstr ""

# } else if ( ! $suppress_error ) {
# $output .= '<span style="color:#FF0000;">' . __( 'Error: Something is wrong with field value. Translation preferences can not be set.', 'sitepress' ) . '</span>';
# $disabled = true;

msgid "Error: Something is wrong with field value. Translation preferences can not be set."
msgstr ""

# //$disabled = !empty($disabled) ? ' readonly="readonly" disabled="disabled"' : '';
# $output .= '<div class="description ' . $class . '-form-description ' . $class . '-form-description-fieldset description-fieldset">' . __( 'Choose what to do when translating content with this field:', 'sitepress' ) . '</div>';
# 

msgid "Choose what to do when translating content with this field:"
msgstr ""

# <div style=";margin: 5px 0 5px 0;" id="wpml_cf_translation_preferences_ajax_response_' . $id . '"></div>
# <input type="button" onclick="icl_cf_translation_preferences_submit(\'' . $id . '\', jQuery(this));" style="margin-top:5px;" class="button-secondary" value="' . __( 'Apply' ) . '" name="wpml_cf_translation_preferences_submit_' . $id . '" />
# <input type="hidden" name="wpml_cf_translation_preferences_data_' . $id . '" value="custom_field=' . $custom_field . '&amp;_icl_nonce=' . wp_create_nonce( 'wpml_cf_translation_preferences_nonce' ) . '" />';

msgid "Apply"
msgstr ""

# $ccf_note                        = '<img src="' . ICL_PLUGIN_URL . '/res/img/alert.png" alt="Notice" width="16" height="16" style="margin-right:8px" />';
# $copied_cf[ 'copy_message' ]     = $ccf_note . sprintf( __( 'WPML will copy this field from %s when you save this post.', 'sitepress' ), $lang_details[ 'display_name' ] );
# 

msgid "WPML will copy this field from %s when you save this post."
msgstr ""

# if ( empty( $post_id ) ) {
# return new WP_Error( 'missing_id', __( 'Missing post ID', 'sitepress' ) );
# }

msgid "Missing post ID"
msgstr ""

# if ( empty( $post ) ) {
# return new WP_Error( 'missing_post', sprintf( __( 'No such post for ID = %d', 'sitepress' ), $post_id ) );
# }

msgid "No such post for ID = %d"
msgstr ""

# 
# $out .= sprintf( __( '%s is translated via WPML. %sClick here to change translation options.%s', 'sitepress' ), '<strong>' . $type->labels->singular_name . '</strong>', '<a href="' . $link . '">', '</a>' );
# 

msgid "%s is translated via WPML. %sClick here to change translation options.%s"
msgstr ""

# if ( empty( $sitepress_settings['posts_slug_translation']['types'][ $type_id ] ) ) {
# $out .= '<ul><li>' . __( 'Slugs are currently not translated.', 'sitepress' ) . '<li></ul>';
# } else {

msgid "Slugs are currently not translated."
msgstr ""

# } else {
# $out .= '<ul><li>' . __( 'Slugs are currently translated. Click the link above to edit the translations.', 'sitepress' ) . '<li></ul>';
# }

msgid "Slugs are currently translated. Click the link above to edit the translations."
msgstr ""

# } else {
# $out .= '<ul><li>' . sprintf( __( 'Slug translation is currently disabled in WPML. %sClick here to enable.%s', 'sitepress' ), '<a href="' . $link2 . '">', '</a>' ) . '</li></ul>';
# }

msgid "Slug translation is currently disabled in WPML. %sClick here to enable.%s"
msgstr ""

# 
# $out .= sprintf( __( '%s is not translated. %sClick here to make this post type translatable.%s', 'sitepress' ), '<strong>' . $type->labels->singular_name . '</strong>', '<a href="' . $link . '">', '</a>' );
# }

msgid "%s is not translated. %sClick here to make this post type translatable.%s"
msgstr ""

# if ( $file == $this_plugin ) {
# $links[ ] = '<a href="admin.php?page=' . basename( WPML_PLUGIN_PATH ) . '/menu/languages.php">' . __( 'Configure', 'sitepress' ) . '</a>';
# }

msgid "Configure"
msgstr ""

# $time_offset = get_option( 'gmt_offset' ) * 3600;
# $local_time  = __( 'Last Update Time could not be determined', 'sitepress' );
# 

msgid "Last Update Time could not be determined"
msgstr ""

# $restore_post_link = '<a href="' . wp_nonce_url( admin_url( sprintf( $post_type_object->_edit_link . '&amp;action=untrash', $post->ID ) ), 'untrash-post_' . $post->ID ) . '">' . esc_html( 'restore', 'sitepress' ) . '</a>';
# $ret               = '<p>' . sprintf( esc_html__( 'This translation is currently in the trash. You need to either %s or %s it in order to continue.' ), $delete_post_link, $restore_post_link );
# 

msgid "This translation is currently in the trash. You need to either %s or %s it in order to continue."
msgstr ""

# <div class="message error">
# <h3><?php esc_html_e( "WPML can't be functional because it requires a disabled PHP extension!", 'sitepress' ); ?></h3>
# 

msgid "WPML can't be functional because it requires a disabled PHP extension!"
msgstr ""

# 
# <p><?php esc_html_e( "To ensure and improve the security of your website, WPML makes use of the ", 'sitepress' ); ?><a href="http://php.net/manual/en/book.filter.php">PHP Data Filtering</a> extension.<br><br>
# <?php esc_html_e( "The filter extension is enabled by default as of PHP 5.2.0. Before this time an experimental PECL extension was

msgid "To ensure and improve the security of your website, WPML makes use of the "
msgstr ""

# <p><?php esc_html_e( "To ensure and improve the security of your website, WPML makes use of the ", 'sitepress' ); ?><a href="http://php.net/manual/en/book.filter.php">PHP Data Filtering</a> extension.<br><br>
# <?php esc_html_e( "The filter extension is enabled by default as of PHP 5.2.0. Before this time an experimental PECL extension was
# used, however, the PECL version is no longer recommended to be used or updated. (source: ", 'sitepress' ); ?><a href="http://php.net/manual/en/filter.installation.php">PHP Manual Function Reference Variable and

msgid "The filter extension is enabled by default as of PHP 5.2.0. Before this time an experimental PECL extension was\n            used, however, the PECL version is no longer recommended to be used or updated. (source: "
msgstr ""

# <br>
# <?php esc_html_e( "The filter extension is enabled by default as of PHP 5.2, therefore it must have been disabled by either you or your host.", 'sitepress' ); ?>
# <br><?php esc_html_e( "To enable it, either you or your host will need to open your website's php.ini file and either:", 'sitepress' ); ?><br>

msgid "The filter extension is enabled by default as of PHP 5.2, therefore it must have been disabled by either you or your host."
msgstr ""

# <?php esc_html_e( "The filter extension is enabled by default as of PHP 5.2, therefore it must have been disabled by either you or your host.", 'sitepress' ); ?>
# <br><?php esc_html_e( "To enable it, either you or your host will need to open your website's php.ini file and either:", 'sitepress' ); ?><br>
# <ol>

msgid "To enable it, either you or your host will need to open your website's php.ini file and either:"
msgstr ""

# <ol>
# <li><?php esc_html_e( "Remove the 'filter_var' string from the 'disable_functions' directive or...", 'sitepress' ); ?>
# </li>

msgid "Remove the 'filter_var' string from the 'disable_functions' directive or..."
msgstr ""

# </li>
# <li><?php esc_html_e( "Add the following line:", 'sitepress' ); ?> <code class="inline-code">extension=filter.so</code></li>
# </ol>

msgid "Add the following line:"
msgstr ""

# ?>
# <strong><?php esc_html_e( "Your php.ini file is located at", 'sitepress' ) . ' ' . esc_html( $ini_location); ?>.</strong>
# <?php

msgid "Your php.ini file is located at"
msgstr ""

# if(1 < count($languages)){
# echo isset($before) ? $before : __('This post is also available in: ', 'sitepress');
# foreach($languages as $l){

msgid "This post is also available in: "
msgstr ""

# //success
# $ret['success'] = sprintf(__('WPML will work on your site, but you will not receive updates. WPML updates are essential for keeping your site running smoothly and secure. To receive automated updates, you need to complete the registration, in the %splugins admin%s page.', 'sitepress'),
# '<a href="' . admin_url('plugin-install.php?tab=commercial') . '">', '</a>');

msgid "WPML will work on your site, but you will not receive updates. WPML updates are essential for keeping your site running smoothly and secure. To receive automated updates, you need to complete the registration, in the %splugins admin%s page."
msgstr ""

# if(empty($_POST['installer_site_key'])){
# $ret['error'] = __('Missing site key.');
# }else{

msgid "Missing site key."
msgstr ""

# echo '<span style="color:#FF0000;">'
# . __( 'Error: No custom field', 'sitepress' ) . '</span>';
# die();

msgid "Error: No custom field"
msgstr ""

# echo '<span style="color:#FF0000;">'
# . __( 'Error: Please provide translation action', 'sitepress' ) . '</span>';
# die();

msgid "Error: Please provide translation action"
msgstr ""

# $iclTranslationManagement->save_settings();
# echo '<strong><em>' . __( 'Settings updated', 'sitepress' ) . '</em></strong>';
# } else {

msgid "Settings updated"
msgstr ""

# echo '<span style="color:#FF0000;">'
# . __( 'Error: WPML Translation Management plugin not initiated', 'sitepress' )
# . '</span>';

msgid "Error: WPML Translation Management plugin not initiated"
msgstr ""

# echo '<span style="color:#FF0000;">'
# . __( 'Error: Please activate WPML Translation Management plugin', 'sitepress' )
# . '</span>';

msgid "Error: Please activate WPML Translation Management plugin"
msgstr ""
