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

# $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') . '</h2>';
# echo '<a href="' . admin_url('plugins.php') . '">' . __('Return to the plugins page') . '</a>';

msgid "Update Plugin"
msgstr ""

# echo '<h2>' . __('Update Plugin') . '</h2>';
# echo '<a href="' . admin_url('plugins.php') . '">' . __('Return to the plugins page') . '</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 '<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 ""

# } else {
# $post_title                               = __( 'The original has been deleted!', 'sitepress' );
# $edit_url                                 = '';

msgid "The original has been deleted!"
msgstr ""

# 
# $ldf[ 'display_name' ] = __( 'Deleted', 'sitepress' );
# }

msgid "Deleted"
msgstr ""

# <p style="margin-top: 20px;">
# <?php printf(__('For retrieving debug information for communication between your site and the translation system, use the <a href="%s">communication log</a> page.', 'wpml-translation-management'), $url ); ?>
# </p>

msgid "For retrieving debug information for communication between your site and the translation system, use the <a href=\"%s\">communication log</a> page."
msgstr ""

# if ( ! empty( $results['errors'] ) ) {
# $status    = __( 'Error', 'sitepress' );
# $errors    = join( "\n",

msgid "Error"
msgstr ""

# } else {
# $status    = __( 'OK', 'sitepress' );
# $job_error = false;

msgid "OK"
msgstr ""

# if ( $counts->completed() === 1 ) {
# $status_completed = __( '1 translation has been fetched from the translation service.',
# 'sitepress' );

msgid "1 translation has been fetched from the translation service."
msgstr ""

# } elseif ( $counts->completed() > 1 ) {
# $status_completed = sprintf( __( '%d translations have been fetched from the translation service.',
# 'sitepress' ), $counts->completed() );

msgid "%d translations have been fetched from the translation service."
msgstr ""

# if ( $counts->cancelled() > 0 ) {
# $status_cancelled = sprintf( __( '%d translations have been marked as cancelled.',
# 'sitepress' ), $counts->cancelled() );

msgid "%d translations have been marked as cancelled."
msgstr ""

# $this->wpml_tp_api->refresh_language_pairs( $project );
# wp_send_json_success( esc_attr__( 'Language pairs refreshed.', 'wpml-translation-management' ) );
# } catch ( Exception $e ) {

msgid "Language pairs refreshed."
msgstr ""

# 
# return __( 'Service activated.', 'wpml-translation-management' );
# }

msgid "Service activated."
msgstr ""

# 
# return __( 'Unable to activate this service. Please check entered data and try again.',
# 'wpml-translation-management' );

msgid "Unable to activate this service. Please check entered data and try again."
msgstr ""

# if ( $time_left == 0 ) {
# $wait_text = '<p><i>' . sprintf( __( 'You can check again in %s seconds.',
# 'sitepress' ),

msgid "You can check again in %s seconds."
msgstr ""

# } else {
# $wait_text = sprintf( __( 'You can check again in %s minutes.',
# 'sitepress' ),

msgid "You can check again in %s minutes."
msgstr ""

# $result   = array(
# 'error' => __( 'The below exception has occurred while communicating with Translation Proxy, please try again later or contact support if the problem persists:',
# 'sitepress' ) . "\n" . $e->getMessage()

msgid "The below exception has occurred while communicating with Translation Proxy, please try again later or contact support if the problem persists:"
msgstr ""

# }
# $button_text = __( 'Get completed translations', 'wpml-translation-management' );
# if ( ( $job_in_progress = $this->in_progress_count( $data ) ) == 1 ) {

msgid "Get completed translations"
msgstr ""

# if ( ( $job_in_progress = $this->in_progress_count( $data ) ) == 1 ) {
# $jobs_in_progress_text = __( '1 job has been sent to the translation service.',
# 'wpml-translation-management' );

msgid "1 job has been sent to the translation service."
msgstr ""

# } else {
# $jobs_in_progress_text = sprintf( __( '%d jobs have been sent to the translation service.',
# 'wpml-translation-management' ), $job_in_progress );

msgid "%d jobs have been sent to the translation service."
msgstr ""

# $last_time_picked_up = ! empty( $last_picked_up ) ? date_i18n( 'Y, F jS @g:i a',
# $last_picked_up ) : __( 'never', 'wpml-translation-management' );
# $last_pickup_text    = sprintf( __( 'Last time translations were picked up: %s',

msgid "never"
msgstr ""

# $last_picked_up ) : __( 'never', 'wpml-translation-management' );
# $last_pickup_text    = sprintf( __( 'Last time translations were picked up: %s',
# 'wpml-translation-management' ), $last_time_picked_up );

msgid "Last time translations were picked up: %s"
msgstr ""

# 'strings'       => array(
# 'header'     => __( 'The following table lists the content which professional translation updated or created.', 'wpml-translation-management' ),
# 'clear_log'  => __( 'Clear', 'wpml-translation-management' ),

msgid "The following table lists the content which professional translation updated or created."
msgstr ""

# 'header'     => __( 'The following table lists the content which professional translation updated or created.', 'wpml-translation-management' ),
# 'clear_log'  => __( 'Clear', 'wpml-translation-management' ),
# 'empty_log'  => __( 'The log is empty.', 'wpml-translation-management' ),

msgid "Clear"
msgstr ""

# 'clear_log'  => __( 'Clear', 'wpml-translation-management' ),
# 'empty_log'  => __( 'The log is empty.', 'wpml-translation-management' ),
# 'export_csv' => __( 'Export full log in CSV', 'wpml-translation-management' ),

msgid "The log is empty."
msgstr ""

# 'empty_log'  => __( 'The log is empty.', 'wpml-translation-management' ),
# 'export_csv' => __( 'Export full log in CSV', 'wpml-translation-management' ),
# ),

msgid "Export full log in CSV"
msgstr ""

# if ( ! $this->advanced_mode ) {
# $this->model['strings']['switch_mode'] = __( 'More information', 'wpml-translation-management' );
# $this->model['urls']['switch_mode']    = $this->action_url . '&' . $this->fetch_log_settings->get_ui_key() . '-advanced-mode=1';

msgid "More information"
msgstr ""

# } else {
# $this->model['strings']['switch_mode'] = __( 'Basic information', 'wpml-translation-management' );
# $this->model['urls']['switch_mode']    = $this->action_url . '&' . $this->fetch_log_settings->get_ui_key() . '-advanced-mode=0';

msgid "Basic information"
msgstr ""

# 'timestamp'              => array(
# 'label'      => _x( 'Time', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => ''

msgctxt "Pickup Log Column"
msgid "Time"
msgstr ""

# 'action'                 => array(
# 'label'      => _x( 'Pickup method', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => ''

msgctxt "Pickup Log Column"
msgid "Pickup method"
msgstr ""

# 'pickup:id'              => array(
# 'label'      => _x( 'Pickup ID', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => 'advanced'

msgctxt "Pickup Log Column"
msgid "Pickup ID"
msgstr ""

# 'pickup:cms_id'          => array(
# 'label'      => _x( 'Pickup CMS_ID', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => 'advanced'

msgctxt "Pickup Log Column"
msgid "Pickup CMS_ID"
msgstr ""

# 'pickup:job_state'       => array(
# 'label'      => _x( 'Job state', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => ''

msgctxt "Pickup Log Column"
msgid "Job state"
msgstr ""

# 'pickup:source_language' => array(
# 'label'      => _x( 'Source language', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => 'hidden'

msgctxt "Pickup Log Column"
msgid "Source language"
msgstr ""

# 'pickup:target_language' => array(
# 'label'      => _x( 'Target language', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => 'hidden'

msgctxt "Pickup Log Column"
msgid "Target language"
msgstr ""

# 'pickup:batch_id'        => array(
# 'label'      => _x( 'Batch ID', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => 'hidden'

msgctxt "Pickup Log Column"
msgid "Batch ID"
msgstr ""

# 'job_element_type'       => array(
# 'label'      => _x( 'Element type', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => 'hidden'

msgctxt "Pickup Log Column"
msgid "Element type"
msgstr ""

# 'job_id'                 => array(
# 'label'      => _x( 'Job ID', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => 'advanced'

msgctxt "Pickup Log Column"
msgid "Job ID"
msgstr ""

# 'language_code'          => array(
# 'label'      => _x( 'Language code', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => ''

msgctxt "Pickup Log Column"
msgid "Language code"
msgstr ""

# 'source_language_code'   => array(
# 'label'      => _x( 'Source language code', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => ''

msgctxt "Pickup Log Column"
msgid "Source language code"
msgstr ""

# 'status'                 => array(
# 'label'      => _x( 'Status of original', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => 'hidden'

msgctxt "Pickup Log Column"
msgid "Status of original"
msgstr ""

# 'type'                   => array(
# 'label'      => _x( 'Type', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => 'hidden'

msgctxt "Pickup Log Column"
msgid "Type"
msgstr ""

# 'title'                  => array(
# 'label'      => _x( 'Title', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => ''

msgctxt "Pickup Log Column"
msgid "Title"
msgstr ""

# 'original_element_id'    => array(
# 'label'      => _x( 'Original element ID', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => ''

msgctxt "Pickup Log Column"
msgid "Original element ID"
msgstr ""

# 'original_edit_url'      => array(
# 'label'      => _x( 'Edit URL of original', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => ''

msgctxt "Pickup Log Column"
msgid "Edit URL of original"
msgstr ""

# 'original_view_url'      => array(
# 'label'      => _x( 'Front-end URL of original', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => ''

msgctxt "Pickup Log Column"
msgid "Front-end URL of original"
msgstr ""

# 'original_element_type'  => array(
# 'label'      => _x( 'Content type', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => ''

msgctxt "Pickup Log Column"
msgid "Content type"
msgstr ""

# 'original_status'        => array(
# 'label'      => _x( 'Content status', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => ''

msgctxt "Pickup Log Column"
msgid "Content status"
msgstr ""

# 'translation_edit_url'   => array(
# 'label'      => _x( 'Edit URL of translation', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => ''

msgctxt "Pickup Log Column"
msgid "Edit URL of translation"
msgstr ""

# 'translation_view_url'   => array(
# 'label'      => _x( 'Front-end URL of translation', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => ''

msgctxt "Pickup Log Column"
msgid "Front-end URL of translation"
msgstr ""

# 'translation_status'     => array(
# 'label'      => _x( 'Status of translation', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => ''

msgctxt "Pickup Log Column"
msgid "Status of translation"
msgstr ""

# 'revision'               => array(
# 'label'      => _x( 'New or updated', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => ''

msgctxt "Pickup Log Column"
msgid "New or updated"
msgstr ""

# 'message'                => array(
# 'label'      => _x( 'Debug data', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => 'advanced'

msgctxt "Pickup Log Column"
msgid "Debug data"
msgstr ""

# 'serialized_data'        => array(
# 'label'      => _x( 'Serialized data', 'Pickup Log Column', 'wpml-translation-management' ),
# 'visibility' => 'advanced'

msgctxt "Pickup Log Column"
msgid "Serialized data"
msgstr ""

# case 'revision':
# $item_value = $item_value ? _x( 'Updated', 'Pickup Log Value', 'wpml-translation-management' ) : _x( 'New', 'Pickup Log Value', 'wpml-translation-management' );
# break;

msgctxt "Pickup Log Value"
msgid "Updated"
msgstr ""

# case 'revision':
# $item_value = $item_value ? _x( 'Updated', 'Pickup Log Value', 'wpml-translation-management' ) : _x( 'New', 'Pickup Log Value', 'wpml-translation-management' );
# break;

msgctxt "Pickup Log Value"
msgid "New"
msgstr ""

# if ( ! (bool) $item_value ) {
# $item_value = _x( '{untitled}', 'Pickup Log Value', 'wpml-translation-management' );
# }

msgctxt "Pickup Log Value"
msgid "{untitled}"
msgstr ""

# 
# return __( 'Service invalidated.',
# 'wpml-translation-management' );

msgid "Service invalidated."
msgstr ""

# protected function error_message() {
# return __( 'Unable to invalidate this service. Please contact WPML support.',
# 'wpml-translation-management' );

msgid "Unable to invalidate this service. Please contact WPML support."
msgstr ""

# 'type' => 'error',
# 'text' => sprintf( __( 'String "%s" has not been sent.', 'wpml-translation-management' ), $string ),
# );

msgid "String \"%s\" has not been sent."
msgstr ""

# return array(
# ICL_TM_COMPLETE                => __( 'Translation complete', 'wpml-translation-management' ),
# ICL_STRING_TRANSLATION_PARTIAL => __( 'Partial translation', 'wpml-translation-management' ),

msgid "Translation complete"
msgstr ""

# ICL_TM_COMPLETE                => __( 'Translation complete', 'wpml-translation-management' ),
# ICL_STRING_TRANSLATION_PARTIAL => __( 'Partial translation', 'wpml-translation-management' ),
# ICL_TM_NEEDS_UPDATE            => __( 'Translation needs update',

msgid "Partial translation"
msgstr ""

# ICL_STRING_TRANSLATION_PARTIAL => __( 'Partial translation', 'wpml-translation-management' ),
# ICL_TM_NEEDS_UPDATE            => __( 'Translation needs update',
# 'wpml-translation-management' ),

msgid "Translation needs update"
msgstr ""

# 'wpml-translation-management' ),
# ICL_TM_NOT_TRANSLATED          => __( 'Not translated', 'wpml-translation-management' ),
# ICL_TM_WAITING_FOR_TRANSLATOR  => __( 'Waiting for translator / In progress',

msgid "Not translated"
msgstr ""

# ICL_TM_NOT_TRANSLATED          => __( 'Not translated', 'wpml-translation-management' ),
# ICL_TM_WAITING_FOR_TRANSLATOR  => __( 'Waiting for translator / In progress',
# 'wpml-translation-management' ),

msgid "Waiting for translator / In progress"
msgstr ""

# 'wpml-translation-management' ),
# ICL_TM_IN_BASKET               => __( 'Strings in the basket', 'wpml-translation-management' ),
# );

msgid "Strings in the basket"
msgstr ""

# 
# $message = __( "You have been assigned to a new translation job from %s to %s.
# 

msgid "You have been assigned to a new translation job from %s to %s.\n\n\tStart editing: %s\n\n\tYou can view your other translation jobs here: %s\n\n\t This message was automatically sent by Translation Management running on WPML. To stop receiving these notifications contact the system administrator at %s.\n\n\t This email is not monitored for replies.\n\n\t - WPML team\n\t"
msgstr ""

# $to      = $user->user_email;
# $subject = sprintf( __( "You have been assigned to a new translation job on %s.", 'wpml-translation-management' ),
# get_bloginfo( 'name' ) );

msgid "You have been assigned to a new translation job on %s."
msgstr ""

# class="<?php echo $label_class; ?>">
# <?php printf( __( 'Translate to %s', 'wpml-translation-management' ),
# $lang['display_name'] ) ?>

msgid "Translate to %s"
msgstr ""

# class="icl_st_estimate_wrap">
# &nbsp;(<?php printf( __( 'Estimated cost: %s USD',
# 'wpml-translation-management' ),

msgid "Estimated cost: %s USD"
msgstr ""

# if ( TranslationProxy_Basket::is_string_in_basket_anywhere( $string_id ) ) {
# $text = __( 'In the translation basket', 'wpml-translation-management' );
# } else {

msgid "In the translation basket"
msgstr ""

# if ( $translation_service ) {
# $text = $text . " : " . sprintf( __( 'One or more strings sent to %s', 'wpml-translation-management' ), TranslationProxy::get_service_name( $translation_service ) );
# }

msgid "One or more strings sent to %s"
msgstr ""

# <tr>
# <th><?php _e( 'Translation options', 'wpml-translation-management' ) ?></th>
# </tr>

msgid "Translation options"
msgstr ""

# type="submit"
# value="<?php _e( 'Add to translation basket', 'wpml-translation-management' ); ?>"
# disabled="disabled"

msgid "Add to translation basket"
msgstr ""

# disabled="disabled"
# data-lang-not-active-message="<?php _e( 'One of the selected strings is in a language that is not activate. It can not be added to the translation basket.', 'wpml-translation-management' ); ?>"
# data-more-than-one-lang-message="<?php _e( 'Strings in different languages are selected. They can not be added to the translation basket.', 'wpml-translation-management' ); ?>"

msgid "One of the selected strings is in a language that is not activate. It can not be added to the translation basket."
msgstr ""

# data-lang-not-active-message="<?php _e( 'One of the selected strings is in a language that is not activate. It can not be added to the translation basket.', 'wpml-translation-management' ); ?>"
# data-more-than-one-lang-message="<?php _e( 'Strings in different languages are selected. They can not be added to the translation basket.', 'wpml-translation-management' ); ?>"
# data-translation-basket-lang-message="<?php _e( 'You cannot add strings in this language to the basket since it already contains posts or strings of another source language! Either submit the current basket or delete the posts of differing language in the current basket', 'wpml-translation-management' ); ?>"

msgid "Strings in different languages are selected. They can not be added to the translation basket."
msgstr ""

# data-more-than-one-lang-message="<?php _e( 'Strings in different languages are selected. They can not be added to the translation basket.', 'wpml-translation-management' ); ?>"
# data-translation-basket-lang-message="<?php _e( 'You cannot add strings in this language to the basket since it already contains posts or strings of another source language! Either submit the current basket or delete the posts of differing language in the current basket', 'wpml-translation-management' ); ?>"
# />

msgid "You cannot add strings in this language to the basket since it already contains posts or strings of another source language! Either submit the current basket or delete the posts of differing language in the current basket"
msgstr ""

# 'reset'        => wp_create_nonce( 'reset_pro_translation_configuration' ),
# 'confirmation' => sprintf( __( 'Are you sure you want to reset the %1$s translation process?', 'wpml-translation-management' ), $translation_service_name ),
# 'action'       => $this->script_handle,

msgid "Are you sure you want to reset the %1$s translation process?"
msgstr ""

# } else {
# return $this->wpml_wp_api->wp_send_json_error( __( "You can't do that!", 'wpml-translation-management' ) );
# }

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

# 'ID'           => TranslationProxy_Service::get_wpml_translator_id( $translation_service->id ),
# 'display_name' => __( 'First available', 'wpml-translation-management' ),
# 'service'      => $translation_service_name

msgid "First available"
msgstr ""

# $dropdown .= ' (';
# $dropdown .= isset( $t->service ) ? $t->service : __( 'Local', 'wpml-translation-management' );
# $dropdown .= ')';

msgid "Local"
msgstr ""

# } catch ( TranslationProxy_Api_Error $ex ) {
# $dropdown .= __( 'Translation Proxy error', 'wpml-translation-management' ) . ': ' . $ex->getMessage();
# } catch ( Exception $ex ) {

msgid "Translation Proxy error"
msgstr ""

# } catch ( Exception $ex ) {
# $dropdown .= __( 'Error', 'wpml-translation-management' ) . ': ' . $ex->getMessage();
# }

msgid "Error"
msgstr ""

# if ( $add_label ) {
# $dropdown = '<label for="' . esc_attr( $id ) . '">' . __( 'Translation jobs for:', 'wpml-translation-management' ) . '</label>&nbsp;' . $dropdown;
# }

msgid "Translation jobs for:"
msgstr ""

# public function get_type_name( $label = null ) {
# return __( 'String', 'wpml-translation-management' );
# }

msgid "String"
msgstr ""

# 'strings' => array(
# 'title'               => __( 'Translation Cost Estimate', 'wpml-translation-management' ),
# 'messages'            => array(

msgid "Translation Cost Estimate"
msgstr ""

# 'messages'            => array(
# __( 'To estimate the total cost of translating your site, use the word count tool.', 'wpml-translation-management' ),
# __( 'Get the total volume of text to translate and multiply it by the cost per word.', 'wpml-translation-management' ),

msgid "To estimate the total cost of translating your site, use the word count tool."
msgstr ""

# __( 'To estimate the total cost of translating your site, use the word count tool.', 'wpml-translation-management' ),
# __( 'Get the total volume of text to translate and multiply it by the cost per word.', 'wpml-translation-management' ),
# ),

msgid "Get the total volume of text to translate and multiply it by the cost per word."
msgstr ""

# ),
# 'openDialogButton'    => __( 'Word count tool', 'wpml-translation-management' ),
# 'openDialogButtonURL' => '#',

msgid "Word count tool"
msgstr ""

# 'title'   => __( 'Translation Cost Estimate', 'wpml-translation-management' ),
# 'close'   => __( 'Close', 'wpml-translation-management' ),
# 'refresh' => __( 'Refresh', 'wpml-translation-management' ),

msgid "Close"
msgstr ""

# 'close'   => __( 'Close', 'wpml-translation-management' ),
# 'refresh' => __( 'Refresh', 'wpml-translation-management' ),
# ),

msgid "Refresh"
msgstr ""

# 'strings'         => array(
# 'emptyLanguageOptionLabel'    => __( '(select a value)', 'wpml-translation-management' ),
# 'sourceLanguageSelectorLabel' => __( 'I need translation from this language', 'wpml-translation-management' )

msgid "(select a value)"
msgstr ""

# 'emptyLanguageOptionLabel'    => __( '(select a value)', 'wpml-translation-management' ),
# 'sourceLanguageSelectorLabel' => __( 'I need translation from this language', 'wpml-translation-management' )
# ),

msgid "I need translation from this language"
msgstr ""

# 'callToAction'        => array(
# 'Title'    => _x( 'Need help translating?', 'Need help translating?: 00 Title', 'wpml-translation-management' ),
# 'Text'     => _x( "Find the service that's right for you, among", 'Need help translating?: 01 Sentence begins', 'wpml-translation-management' ),

msgctxt "Need help translating?: 00 Title"
msgid "Need help translating?"
msgstr ""

# 'Title'    => _x( 'Need help translating?', 'Need help translating?: 00 Title', 'wpml-translation-management' ),
# 'Text'     => _x( "Find the service that's right for you, among", 'Need help translating?: 01 Sentence begins', 'wpml-translation-management' ),
# 'linkText' => _x( 'WPML-friendly translation services', 'Need help translating?: 02 Link text and sentence ends', 'wpml-translation-management' ),

msgctxt "Need help translating?: 01 Sentence begins"
msgid "Find the service that's right for you, among"
msgstr ""

# 'Text'     => _x( "Find the service that's right for you, among", 'Need help translating?: 01 Sentence begins', 'wpml-translation-management' ),
# 'linkText' => _x( 'WPML-friendly translation services', 'Need help translating?: 02 Link text and sentence ends', 'wpml-translation-management' ),
# 'linkURL'  => 'https://wpml.org/translation-service/',

msgctxt "Need help translating?: 02 Link text and sentence ends"
msgid "WPML-friendly translation services"
msgstr ""

# 'strings' => array(
# 'noResults' => __( 'No results', 'wpml-translation-management' ),
# 'columns'   => array(

msgid "No results"
msgstr ""

# 'count'    => array(
# 'total'        => __( 'Items', 'wpml-translation-management' ),
# 'untranslated' => __( 'Items - untranslated (total)', 'wpml-translation-management' ),

msgid "Items"
msgstr ""

# 'total'        => __( 'Items', 'wpml-translation-management' ),
# 'untranslated' => __( 'Items - untranslated (total)', 'wpml-translation-management' ),
# ),

msgid "Items - untranslated (total)"
msgstr ""

# 'words'    => array(
# 'total'        => __( 'Words', 'wpml-translation-management' ),
# 'untranslated' => __( 'Words - untranslated (total)', 'wpml-translation-management' ),

msgid "Words"
msgstr ""

# 'total'        => __( 'Words', 'wpml-translation-management' ),
# 'untranslated' => __( 'Words - untranslated (total)', 'wpml-translation-management' ),
# ),

msgid "Words - untranslated (total)"
msgstr ""

# ),
# 'sumTotal' => __( 'Totals', 'wpml-translation-management' ),
# ),

msgid "Totals"
msgstr ""

# 'type'             => 'setting',
# 'type_description' => __( 'PHP Setting', 'wpml-translation-management' ),
# 'value'            => '1',

msgid "PHP Setting"
msgstr ""

# 'type'             => 'extension',
# 'type_description' => __( 'PHP Extension', 'wpml-translation-management' ),
# );

msgid "PHP Extension"
msgstr ""

# $message .= '<p>';
# $message .= __('WPML Translation Management requires the following PHP extensions and settings:', 'wpml-translation-management');
# $message .= '</p>';

msgid "WPML Translation Management requires the following PHP extensions and settings:"
msgstr ""

# } elseif ( count( $this->missing ) - 1 === $counter ) {
# $sep = ' ' . __( 'and', 'wpml-translation-management' ) . ' ';
# }

msgid "and"
msgstr ""

# ?>
# <div class="message error wpml-admin-notice wpml-tm-inactive <?php echo $missing_slugs_classes; ?>"><p><?php printf( __( 'WPML Translation Management is enabled but not effective. It requires %s in order to work.', 'wpml-translation-management' ), $missing ); ?></p></div>
# <?php

msgid "WPML Translation Management is enabled but not effective. It requires %s in order to work."
msgstr ""

# $strings = array(
# 'alertTitle'          => _x( 'Incomplete local translation jobs', 'Incomplete local jobs after TS activation: [response] 00 Title', 'wpml-translation-management' ),
# 'cancelledJobs'       => _x( 'Cancelled local translation jobs:', 'Incomplete local jobs after TS activation: [response] 01 Cancelled', 'wpml-translation-management' ),

msgctxt "Incomplete local jobs after TS activation: [response] 00 Title"
msgid "Incomplete local translation jobs"
msgstr ""

# 'alertTitle'          => _x( 'Incomplete local translation jobs', 'Incomplete local jobs after TS activation: [response] 00 Title', 'wpml-translation-management' ),
# 'cancelledJobs'       => _x( 'Cancelled local translation jobs:', 'Incomplete local jobs after TS activation: [response] 01 Cancelled', 'wpml-translation-management' ),
# 'openJobs'            => _x( 'Open local translation jobs:', 'Incomplete local jobs after TS activation: [response] 02 Open', 'wpml-translation-management' ),

msgctxt "Incomplete local jobs after TS activation: [response] 01 Cancelled"
msgid "Cancelled local translation jobs:"
msgstr ""

# 'cancelledJobs'       => _x( 'Cancelled local translation jobs:', 'Incomplete local jobs after TS activation: [response] 01 Cancelled', 'wpml-translation-management' ),
# 'openJobs'            => _x( 'Open local translation jobs:', 'Incomplete local jobs after TS activation: [response] 02 Open', 'wpml-translation-management' ),
# 'errorCancellingJobs' => _x( 'Unable to cancel some or all jobs', 'Incomplete local jobs after TS activation: [response] 03 Error', 'wpml-translation-management' ),

msgctxt "Incomplete local jobs after TS activation: [response] 02 Open"
msgid "Open local translation jobs:"
msgstr ""

# 'openJobs'            => _x( 'Open local translation jobs:', 'Incomplete local jobs after TS activation: [response] 02 Open', 'wpml-translation-management' ),
# 'errorCancellingJobs' => _x( 'Unable to cancel some or all jobs', 'Incomplete local jobs after TS activation: [response] 03 Error', 'wpml-translation-management' ),
# 'errorGeneric'        => _x( 'Unable to complete the action', 'Incomplete local jobs after TS activation: [response] 04 Error', 'wpml-translation-management' ),

msgctxt "Incomplete local jobs after TS activation: [response] 03 Error"
msgid "Unable to cancel some or all jobs"
msgstr ""

# 'errorCancellingJobs' => _x( 'Unable to cancel some or all jobs', 'Incomplete local jobs after TS activation: [response] 03 Error', 'wpml-translation-management' ),
# 'errorGeneric'        => _x( 'Unable to complete the action', 'Incomplete local jobs after TS activation: [response] 04 Error', 'wpml-translation-management' ),
# 'keepLocalJobs'       => _x( 'Local translation jobs will be kept and the above notice hidden.', 'Incomplete local jobs after TS activation: [response] 10 Close button', 'wpml-translation-management' ),

msgctxt "Incomplete local jobs after TS activation: [response] 04 Error"
msgid "Unable to complete the action"
msgstr ""

# 'errorGeneric'        => _x( 'Unable to complete the action', 'Incomplete local jobs after TS activation: [response] 04 Error', 'wpml-translation-management' ),
# 'keepLocalJobs'       => _x( 'Local translation jobs will be kept and the above notice hidden.', 'Incomplete local jobs after TS activation: [response] 10 Close button', 'wpml-translation-management' ),
# 'closeButton'         => _x( 'Close', 'Incomplete local jobs after TS activation: [response] 20 Close button', 'wpml-translation-management' ),

msgctxt "Incomplete local jobs after TS activation: [response] 10 Close button"
msgid "Local translation jobs will be kept and the above notice hidden."
msgstr ""

# 'closeButton'         => _x( 'Close', 'Incomplete local jobs after TS activation: [response] 20 Close button', 'wpml-translation-management' ),
# 'confirm'             => _x( 'Are you sure you want to do this?', 'Incomplete local jobs after TS activation: [confirmation] 01 Message', 'wpml-translation-management' ),
# 'yes'                 => _x( 'Yes', 'Incomplete local jobs after TS activation: [confirmation] 01 Yes', 'wpml-translation-management' ),

msgctxt "Incomplete local jobs after TS activation: [confirmation] 01 Message"
msgid "Are you sure you want to do this?"
msgstr ""

# 'confirm'             => _x( 'Are you sure you want to do this?', 'Incomplete local jobs after TS activation: [confirmation] 01 Message', 'wpml-translation-management' ),
# 'yes'                 => _x( 'Yes', 'Incomplete local jobs after TS activation: [confirmation] 01 Yes', 'wpml-translation-management' ),
# 'no'                  => _x( 'No', 'Incomplete local jobs after TS activation: [confirmation] 01 No', 'wpml-translation-management' ),

msgctxt "Incomplete local jobs after TS activation: [confirmation] 01 Yes"
msgid "Yes"
msgstr ""

# 'yes'                 => _x( 'Yes', 'Incomplete local jobs after TS activation: [confirmation] 01 Yes', 'wpml-translation-management' ),
# 'no'                  => _x( 'No', 'Incomplete local jobs after TS activation: [confirmation] 01 No', 'wpml-translation-management' ),
# );

msgctxt "Incomplete local jobs after TS activation: [confirmation] 01 No"
msgid "No"
msgstr ""

# ICL_TM_WAITING_FOR_TRANSLATOR => array(
# 'label'         => __( 'Waiting for translator', 'wpml-translation-management' ),
# 'css-class'     => 'icon otgs-ico-waiting',

msgid "Waiting for translator"
msgstr ""

# ICL_TM_IN_BASKET              => array(
# 'label'         => __( 'In basket', 'wpml-translation-management' ),
# 'css-class'     => 'icon otgs-ico-basket',

msgid "In basket"
msgstr ""

# ICL_TM_IN_PROGRESS            => array(
# 'label'         => __( 'In progress', 'wpml-translation-management' ),
# 'css-class'     => 'icon otgs-ico-in-progress',

msgid "In progress"
msgstr ""

# ICL_TM_DUPLICATE              => array(
# 'label'         => __( 'Duplicate', 'wpml-translation-management' ),
# 'css-class'     => 'icon otgs-ico-duplicate',

msgid "Duplicate"
msgstr ""

# ICL_TM_COMPLETE               => array(
# 'label'         => __( 'Complete', 'wpml-translation-management' ),
# 'css-class'     => 'icon otgs-ico-translated',

msgid "Complete"
msgstr ""

# ICL_TM_NEEDS_UPDATE           => array(
# 'label'         => ' - ' . __( 'needs update', 'wpml-translation-management' ),
# 'css-class'     => 'icon otgs-ico-needs-update',

msgid "needs update"
msgstr ""

# 'strings'     => array(
# 'title'         => __( 'Reset professional translation state', 'wpml-translation-management' ),
# 'alert1'        => sprintf( __( $alert_1, 'wpml-translation-management' ), $translation_service_name ),

msgid "Reset professional translation state"
msgstr ""

# 'alert2'        => sprintf( __( $alert_2, 'wpml-translation-management' ), $translation_service_name ),
# 'checkBoxLabel' => sprintf( __( 'I am about to stop any ongoing work done by %1$s.', 'wpml-translation-management' ), $translation_service_name ),
# 'button'        => __( 'Reset professional translation state', 'wpml-translation-management' ),

msgid "I am about to stop any ongoing work done by %1$s."
msgstr ""

# $this->attachments[ $job_id ] = $file_name;
# $mail['body'] .= __( ' - A xliff file is attached.', 'wpml-translation-management' );
# }

msgid " - A xliff file is attached."
msgstr ""

# if ( true !== $zopen ) {
# return new WP_Error( 'incompatible_archive', __( 'Incompatible Archive.' ) );
# }

msgid "Incompatible Archive."
msgstr ""

# if ( ! $info = $z->statIndex( $i ) ) {
# return new WP_Error( 'stat_failed', __( 'Could not retrieve file from archive.' ) );
# }

msgid "Could not retrieve file from archive."
msgstr ""

# if ( false === $content ) {
# return new WP_Error( 'extract_failed', __( 'Could not extract file from archive.' ), $info['name'] );
# }

msgid "Could not extract file from archive."
msgstr ""

# if ( 0 == count( $archive_files ) ) {
# return new WP_Error( 'empty_archive', __( 'Empty archive.' ) );
# }

msgid "Empty archive."
msgstr ""

# wpml_tm_save_data( $job_data );
# $this->success[] = sprintf( __( 'Translation of job %s has been uploaded and completed.', 'wpml-translation-management' ), $job->job_id );
# }

msgid "Translation of job %s has been uploaded and completed."
msgstr ""

# ?>
# var error_message = "<?php echo __( 'No translation jobs were selected for export.', 'wpml-translation-management' ); ?>";
# alert(error_message);

msgid "No translation jobs were selected for export."
msgstr ""

# } else {
# $type      = __( 'All types', 'wpml-translation-management' );
# }

msgid "All types"
msgstr ""

# ? $this->sitepress->get_display_language_name( $_SESSION['translation_ujobs_filter']['from'] )
# : __( 'Any language', 'wpml-translation-management' );
# $to     = ! empty( $_SESSION['translation_ujobs_filter']['to'] )

msgid "Any language"
msgstr ""

# ? TranslationManagement::status2text( $_SESSION['translation_ujobs_filter']['status'] )
# : ( ! empty( $_SESSION['translation_ujobs_filter']['status'] ) ? __('Available to translate', 'wpml-translation-management') : 'All statuses' );
# 

msgid "Available to translate"
msgstr ""

# function translation_queue_after_display() {
# $export_label = esc_html__( 'Export all jobs:', 'wpml-translation-management' );
# 

msgid "Export all jobs:"
msgstr ""

# $export_label = sprintf(
# esc_html__( 'Export all filtered jobs of %1$s from %2$s to %3$s in %4$s:', 'wpml-translation-management' ),
# '<b>' . $type   . '</b>',

msgid "Export all filtered jobs of %1$s from %2$s to %3$s in %4$s:"
msgstr ""

# <option
# value="-1" <?php echo $user_version == false ? "selected='selected'" : ""; ?>><?php _e( 'Bulk Actions' ); ?></option>
# <?php foreach ( $actions as $key => $action ): ?>

msgid "Bulk Actions"
msgstr ""

# <form enctype="multipart/form-data" method="post" id="translation-xliff-upload" action="">
# <label for="upload-xliff-file"><?php _e( 'Select the xliff file or zip file to upload from your computer:&nbsp;', 'wpml-translation-management' ); ?></label>
# <input type="file" id="upload-xliff-file" name="import" /><input type="submit" value="<?php _e( 'Upload', 'wpml-translation-management' ); ?>" name="xliff_upload" id="xliff_upload" class="button-secondary action" />

msgid "Select the xliff file or zip file to upload from your computer:&nbsp;"
msgstr ""

# <label for="upload-xliff-file"><?php _e( 'Select the xliff file or zip file to upload from your computer:&nbsp;', 'wpml-translation-management' ); ?></label>
# <input type="file" id="upload-xliff-file" name="import" /><input type="submit" value="<?php _e( 'Upload', 'wpml-translation-management' ); ?>" name="xliff_upload" id="xliff_upload" class="button-secondary action" />
# </form>

msgid "Upload"
msgstr ""

# <label
# for="icl_include_xliff"><?php _e( 'Include XLIFF files in notification emails', 'wpml-translation-management' ); ?></label>
# <?php

msgid "Include XLIFF files in notification emails"
msgstr ""

# </select>
# <input type="submit" value="<?php esc_attr_e( 'Apply' ); ?>"
# name="do<?php echo $action_name; ?>"

msgid "Apply"
msgstr ""

# <select name="xliff_version" class="select"><?php echo $this->get_xliff_version_select_options(); ?></select>
# <input type="submit" value="<?php esc_attr_e( 'Export', 'wpml-translation-management' ); ?>" name="wpml_xliff_export_all_filtered" id="xliff_download" class="button-secondary action" />
# <input type="hidden" value="<?php echo wp_create_nonce( 'xliff-export-all-filtered' ); ?>" name="nonce">

msgid "Export"
msgstr ""

# <table class="widefat">
# <thead><tr><th><?php esc_html_e( 'Import / Export XLIFF', 'wpml-translation-management' ); ?></th></tr></thead>
# <tbody><tr><td>

msgid "Import / Export XLIFF"
msgstr ""

# protected function not_the_job_owner_error( $job ) {
# $message = sprintf( __( 'The translation job (%s) doesn\'t belong to you.', 'wpml-translation-management' ), $job->job_id );
# 

msgid "The translation job (%s) doesn't belong to you."
msgstr ""

# protected function not_xml_file_error( $name ) {
# $message = sprintf( __( '"%s" is not a valid XLIFF file.', 'wpml-translation-management' ), $name );
# 

msgid "\"%s\" is not a valid XLIFF file."
msgstr ""

# protected function invalid_xliff_error( $missing_data = array() ) {
# $message = __( 'The uploaded xliff file does not seem to be properly formed.', 'wpml-translation-management' );
# 

msgid "The uploaded xliff file does not seem to be properly formed."
msgstr ""

# if ( $missing_data ) {
# $message .= '<br>' . __( 'Missing or wrong data:', 'wpml-translation-management' );
# if ( count( $missing_data ) > 1 ) {

msgid "Missing or wrong data:"
msgstr ""

# 
# return new WP_Error( 'xliff_does_not_match', __( "The uploaded xliff file doesn't belong to this system.", 'wpml-translation-management' ) );
# }

msgid "The uploaded xliff file doesn't belong to this system."
msgstr ""

# sprintf(
# __( 'The xliff file could not be read.', 'wpml-translation-management' )
# ) );

msgid "The xliff file could not be read."
msgstr ""

# if ( ! isset( $_POST['nonce'] ) || ! wp_verify_nonce( $_POST['nonce'], 'icl_disconnect_duplicates' ) ) {
# wp_send_json_error( esc_html__( 'Failed to disconnect posts', 'wpml-translation-management' ) );
# }

msgid "Failed to disconnect posts"
msgstr ""

# if ( empty( $post_ids ) ) {
# wp_send_json_error( esc_html__( 'No duplicate posts found to disconnect.', 'wpml-translation-management' ) );
# }

msgid "No duplicate posts found to disconnect."
msgstr ""

# 
# wp_send_json_success( esc_html__( 'Successfully disconnected posts', 'wpml-translation-management' ) );
# }

msgid "Successfully disconnected posts"
msgstr ""

# $data              = array();
# $data['title']     = sprintf( __( '%1$s translation: %2$s', 'wpml-translation-management' ), $type_title, '<strong>' . $title . '</strong>' );
# $data['link_url']  = $this->job_instance->get_url( true );

msgid "%1$s translation: %2$s"
msgstr ""

# $data['link_url']  = $this->job_instance->get_url( true );
# $data['link_text'] = $this->job_instance instanceof WPML_External_Translation_Job ? '' : sprintf( __( 'View %s', 'wpml-translation-management' ), $type_title );
# 

msgid "View %s"
msgstr ""

# $this->group->add_field( new WPML_Editor_UI_Single_Line_Field( $id . '-title', __( 'Title', 'wpml-translation-management' ), $data, false ) );
# $this->group->add_field( new WPML_Editor_UI_Single_Line_Field( $id . '-caption', __('Caption', 'wpml-translation-management' ), $data, false ) );
# $this->group->add_field( new WPML_Editor_UI_Single_Line_Field( $id . '-alt-text', __('Alt Text', 'wpml-translation-management' ), $data, false ) );

msgid "Caption"
msgstr ""

# $this->group->add_field( new WPML_Editor_UI_Single_Line_Field( $id . '-caption', __('Caption', 'wpml-translation-management' ), $data, false ) );
# $this->group->add_field( new WPML_Editor_UI_Single_Line_Field( $id . '-alt-text', __('Alt Text', 'wpml-translation-management' ), $data, false ) );
# $this->group->add_field( new WPML_Editor_UI_Single_Line_Field( $id . '-description', __('Description', 'wpml-translation-management' ), $data, false ) );

msgid "Alt Text"
msgstr ""

# $this->group->add_field( new WPML_Editor_UI_Single_Line_Field( $id . '-alt-text', __('Alt Text', 'wpml-translation-management' ), $data, false ) );
# $this->group->add_field( new WPML_Editor_UI_Single_Line_Field( $id . '-description', __('Description', 'wpml-translation-management' ), $data, false ) );
# 

msgid "Description"
msgstr ""

# <div id="wpml-translation-editor-copy-all-dialog" class="wpml-dialog" style="display:none"
# title="<?php echo __( 'Copy all fields from original', 'wpml-translation-management' ); ?>">
# <p class="wpml-dialog-cols-icon">

msgid "Copy all fields from original"
msgstr ""

# <button
# class="cancel wpml-dialog-close-button js-copy-cancel"><?php echo __( 'Cancel', 'wpml-translation-management' ); ?></button>
# </div>

msgid "Cancel"
msgstr ""

# <button
# class="button-secondary js-copy-not-translated"><?php echo __( 'Copy to empty fields only', 'wpml-translation-management' ); ?></button>
# <button

msgid "Copy to empty fields only"
msgstr ""

# <button
# class="button-secondary js-copy-overwrite"><?php echo __( 'Copy & Overwrite all fields', 'wpml-translation-management' ); ?></button>
# </div>

msgid "Copy & Overwrite all fields"
msgstr ""

# <div id="wpml-translation-editor-edit-independently-dialog" class="wpml-dialog" style="display:none"
# title="<?php echo __( 'Edit independently', 'wpml-translation-management' ); ?>">
# <p class="wpml-dialog-cols-icon">

msgid "Edit independently"
msgstr ""

# <p>
# <?php echo esc_html( sprintf( __( 'WPML will no longer synchronize this %s with the original content.', 'wpml-translation-management' ), $this->job_instance->get_type_title() ) ); ?>
# </p>

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

# case 'body':
# $field['title'] = __( 'Body', 'wpml-translation-management' );
# break;

msgid "Body"
msgstr ""

# case 'excerpt':
# $field['title']       = __( 'Excerpt', 'wpml-translation-management' );
# $field['field_style'] = '1';

msgid "Excerpt"
msgstr ""

# <p>
# <strong><?php _e( 'Some fields in translation are already filled!', 'wpml-translation-management' ); ?></strong>
# <br/>

msgid "Some fields in translation are already filled!"
msgstr ""

# <br/>
# <?php _e( 'You have two ways to copy content from the original language:', 'wpml-translation-management' ); ?>
# </p>

msgid "You have two ways to copy content from the original language:"
msgstr ""

# <ul>
# <li><?php _e( 'copy to empty fields only', 'wpml-translation-management' ); ?></li>
# <li><?php _e( 'copy and overwrite all fields', 'wpml-translation-management' ); ?></li>

msgid "copy to empty fields only"
msgstr ""

# <li><?php _e( 'copy to empty fields only', 'wpml-translation-management' ); ?></li>
# <li><?php _e( 'copy and overwrite all fields', 'wpml-translation-management' ); ?></li>
# </ul>

msgid "copy and overwrite all fields"
msgstr ""

# <div class="wpml-dialog-cols-content">
# <p><?php esc_html_e( 'This document is a duplicate of:', 'wpml-translation-management' ); ?>
# <span class="wpml-duplicated-post-title">

msgid "This document is a duplicate of:"
msgstr ""

# return array(
# 'dontShowAgain'        => __( "Don't show this again.",
# 'wpml-translation-management' ),

msgid "Don't show this again."
msgstr ""

# 'wpml-translation-management' ),
# 'learnMore'            => __( '<p>The administrator has disabled term translation from the translation editor. </p>
# <p>If your access permissions allow you can change this under "Translation Management" - "Multilingual Content Setup" - "Block translating taxonomy terms that already got translated". </p>

msgid "<p>The administrator has disabled term translation from the translation editor. </p>\n<p>If your access permissions allow you can change this under \"Translation Management\" - \"Multilingual Content Setup\" - \"Block translating taxonomy terms that already got translated\". </p>\n<p>Please note that editing terms from the translation editor will affect all posts that have the respective terms associated.</p>"
msgstr ""

# 'wpml-translation-management' ),
# 'warning'              => __( "Please be advised that editing this term's translation here will change the value of the term in general. The changes made here, will not only affect this post!",
# 'wpml-translation-management' ),

msgid "Please be advised that editing this term's translation here will change the value of the term in general. The changes made here, will not only affect this post!"
msgstr ""

# 'wpml-translation-management' ),
# 'title'                => __( "Terms translation is disabled",
# 'wpml-translation-management' ),

msgid "Terms translation is disabled"
msgstr ""

# 'wpml-translation-management' ),
# 'confirm'              => __( 'You have unsaved work. Are you sure you want to close without saving?',
# 'wpml-translation-management' ),

msgid "You have unsaved work. Are you sure you want to close without saving?"
msgstr ""

# 'wpml-translation-management' ),
# 'save'                 => __( 'Save',
# 'wpml-translation-management' ),

msgid "Save"
msgstr ""

# 'wpml-translation-management' ),
# 'save_and_close'       => __( 'Save & Close',
# 'wpml-translation-management' ),

msgid "Save & Close"
msgstr ""

# 'loading_url'          => ICL_PLUGIN_URL . '/res/img/ajax-loader.gif',
# 'saving'               => __( 'Saving...',
# 'wpml-translation-management' ),

msgid "Saving..."
msgstr ""

# 'wpml-translation-management' ),
# 'translation_complete' => __( 'Translation is complete',
# 'wpml-translation-management' ),

msgid "Translation is complete"
msgstr ""

# 'wpml_save_job_nonce' ),
# 'source_lang'          => __( 'Original',
# 'wpml-translation-management' ),

msgid "Original"
msgstr ""

# 'wpml-translation-management' ),
# 'target_lang'          => __( 'Translation to',
# 'wpml-translation-management' ),

msgid "Translation to"
msgstr ""

# 'wpml-translation-management' ),
# 'resign'               => __( 'Resign',
# 'wpml-translation-management' ),

msgid "Resign"
msgstr ""

# 'wpml-translation-management' ),
# 'resign_translation'   => __( 'Are you sure you want to resign from this job?',
# 'wpml-translation-management' ),

msgid "Are you sure you want to resign from this job?"
msgstr ""

# 'resign_url'           => admin_url( 'admin.php?page=' . WPML_TM_FOLDER . '/menu/translations-queue.php&icl_tm_action=save_translation&resign=1&job_id=' . $this->job->get_id() ),
# 'confirmNavigate'      => __( 'You have unsaved changes!',
# 'wpml-translation-management' ),

msgid "You have unsaved changes!"
msgstr ""

# 'wpml-translation-management' ),
# 'copy_from_original'   => __( 'Copy from original',
# 'wpml-translation-management' ),

msgid "Copy from original"
msgstr ""

# 
# return __( 'Custom Field Translation', 'wpml-translation-management' );
# }

msgid "Custom Field Translation"
msgstr ""

# public function get_no_data_message() {
# return __( 'No custom fields found. It is possible that they will only show up here after you add more posts after installing a new plugin.', 'wpml-translation-management' );
# }

msgid "No custom fields found. It is possible that they will only show up here after you add more posts after installing a new plugin."
msgstr ""

# if('name' === $id) {
# $header = __( 'Custom fields', 'wpml-translation-management' );
# }

msgid "Custom fields"
msgstr ""

# 
# return __( 'Custom Term Meta Translation', 'wpml-translation-management' );
# }

msgid "Custom Term Meta Translation"
msgstr ""

# public function get_no_data_message() {
# return __( 'No term meta found. It is possible that they will only show up here after you add/create them.', 'wpml-translation-management' );
# }

msgid "No term meta found. It is possible that they will only show up here after you add/create them."
msgstr ""

# if('name' === $id) {
# $header = __( 'Term Meta', 'wpml-translation-management' );
# }

msgid "Term Meta"
msgstr ""

# 'url' => add_query_arg(array('show_system_fields' => !$this->settings_factory->show_system_fields)),
# 'text' => $this->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' => !$this->settings_factory->show_system_fields)),
# 'text' => $this->settings_factory->show_system_fields ? __('Hide system fields', 'wpml-translation-management') : __('Show system fields', 'wpml-translation-management'),
# );

msgid "Show system fields"
msgstr ""

# array(
# WPML_IGNORE_CUSTOM_FIELD    => __( "Don't translate", 'wpml-translation-management' ),
# WPML_COPY_CUSTOM_FIELD      => __( "Copy from original to translation", 'wpml-translation-management' ),

msgid "Don't translate"
msgstr ""

# WPML_IGNORE_CUSTOM_FIELD    => __( "Don't translate", 'wpml-translation-management' ),
# WPML_COPY_CUSTOM_FIELD      => __( "Copy from original to translation", 'wpml-translation-management' ),
# WPML_TRANSLATE_CUSTOM_FIELD => __( "Translate", 'wpml-translation-management' )

msgid "Copy from original to translation"
msgstr ""

# WPML_COPY_CUSTOM_FIELD      => __( "Copy from original to translation", 'wpml-translation-management' ),
# WPML_TRANSLATE_CUSTOM_FIELD => __( "Translate", 'wpml-translation-management' )
# ) as $ref_status => $title

msgid "Translate"
msgstr ""

# 
# $main_message = __( 'Adjust links in posts so they point to the translated content', 'wpml-translation-management' );
# $complete_message = __( 'All posts have been processed. %s links were changed to point to the translated content.', 'wpml-translation-management' );

msgid "Adjust links in posts so they point to the translated content"
msgstr ""

# $main_message = __( 'Adjust links in posts so they point to the translated content', 'wpml-translation-management' );
# $complete_message = __( 'All posts have been processed. %s links were changed to point to the translated content.', 'wpml-translation-management' );
# $string_count = 0;

msgid "All posts have been processed. %s links were changed to point to the translated content."
msgstr ""

# $string_count = $strings->get_number_to_be_fixed();
# $main_message = __( 'Adjust links in posts and strings so they point to the translated content', 'wpml-translation-management' );
# $complete_message = __( 'All posts and strings have been processed. %s links were changed to point to the translated content.', 'wpml-translation-management' );

msgid "Adjust links in posts and strings so they point to the translated content"
msgstr ""

# $main_message = __( 'Adjust links in posts and strings so they point to the translated content', 'wpml-translation-management' );
# $complete_message = __( 'All posts and strings have been processed. %s links were changed to point to the translated content.', 'wpml-translation-management' );
# }

msgid "All posts and strings have been processed. %s links were changed to point to the translated content."
msgstr ""

# class="button-secondary"
# data-post-message="<?php _e( 'Processing posts... %1$s of %2$s done.', 'wpml-translation-management' ); ?>"
# data-post-count="<?php echo $post_count; ?>"

msgid "Processing posts... %1$s of %2$s done."
msgstr ""

# data-post-count="<?php echo $post_count; ?>"
# data-string-message="<?php _e( 'Processing strings... %1$s of %2$s done.', 'wpml-translation-management' ); ?>"
# data-string-count="<?php echo $string_count; ?>"

msgid "Processing strings... %1$s of %2$s done."
msgstr ""

# data-complete-message="<?php echo $complete_message; ?>"
# ><?php _e( 'Scan now and adjust links', 'wpml-translation-management' ); ?></button>
# <span class="spinner"></span>

msgid "Scan now and adjust links"
msgstr ""

# 'type' => 'updated',
# 'text' => __( "You've resigned from this job.",
# 'wpml-translation-management' )

msgid "You've resigned from this job."
msgstr ""

# }
# $user_message = __( 'Translation updated: ', 'wpml-translation-management' ) . $tm_post_link_updated;
# $iclTranslationManagement->add_message( array( 'type' => 'updated', 'text' => $user_message ) );

msgid "Translation updated: "
msgstr ""

# }
# $user_message = __( 'Translation added: ', 'wpml-translation-management' ) . $tm_post_link_added;
# $iclTranslationManagement->add_message( array( 'type' => 'updated', 'text' => $user_message ) );

msgid "Translation added: "
msgstr ""

# } elseif ( isset( $_GET['job-cancelled'] ) ) {
# $user_message = __( 'Translation has been removed by admin', 'wpml-translation-management' );
# $iclTranslationManagement->add_message( array( 'type' => 'error', 'text' => $user_message ) );

msgid "Translation has been removed by admin"
msgstr ""

# <div class="wrap">
# <h2><?php echo __('Translations queue', 'wpml-translation-management') ?></h2>
# 

msgid "Translations queue"
msgstr ""

# <?php if(empty($current_translator->language_pairs)): ?>
# <div class="error below-h2"><p><?php _e("No translation languages configured for this user.", 'wpml-translation-management'); ?></p></div>
# <?php endif; ?>

msgid "No translation languages configured for this user."
msgstr ""

# <label>
# <strong><?php _e('From', 'wpml-translation-management');?></strong>
# <?php if(1 < count($current_translator->language_pairs)) {

msgid "From"
msgstr ""

# <label>
# <strong><?php _e('To', 'wpml-translation-management');?></strong>
# <?php if(1 < @count($langs_to)) {

msgid "To"
msgstr ""

# <select name="filter[status]">
# <option value=""><?php _e('All statuses', 'wpml-translation-management')?></option>
# <option value="<?php echo ICL_TM_COMPLETE ?>" <?php

msgid "All statuses"
msgstr ""

# &nbsp;
# <input class="button-secondary" type="submit" value="<?php _e('Filter', 'wpml-translation-management')?>" />
# </td>

msgid "Filter"
msgstr ""

# <tr>
# <td colspan="7" align="center"><?php _e( 'No translation jobs found', 'wpml-translation-management' ) ?></td>
# </tr>

msgid "No translation jobs found"
msgstr ""

# 'type'      => __( 'Type', 'wpml-translation-management' ),
# 'language'  => __( 'Language', 'wpml-translation-management' ),
# 'status'    => __( 'Translation status', 'wpml-translation-management' ),

msgid "Language"
msgstr ""

# 'language'  => __( 'Language', 'wpml-translation-management' ),
# 'status'    => __( 'Translation status', 'wpml-translation-management' ),
# 'check_all' => __( 'Check all', 'wpml-translation-management' ),

msgid "Translation status"
msgstr ""

# 'status'    => __( 'Translation status', 'wpml-translation-management' ),
# 'check_all' => __( 'Check all', 'wpml-translation-management' ),
# 'confirm'   => __('Are you sure you want to resign from this job?', 'wpml-translation-management')

msgid "Check all"
msgstr ""

# private function get_post_link( $job ) {
# $view_original_text = __( 'View original', 'wpml-translation-management' );
# $tm_post_link       = $this->post_link_factory->view_link_anchor( $job->original_doc_id, $view_original_text );

msgid "View original"
msgstr ""

# if($job->needs_update) {
# $status .= __(' - (needs update)', 'wpml-translation-management');
# }

msgid " - (needs update)"
msgstr ""

# if ( $job->status == ICL_TM_COMPLETE ) {
# $button_text = __( 'Edit', 'wpml-translation-management' );
# } else {

msgid "Edit"
msgstr ""

# } else {
# $button_text = __( 'Take and translate', 'wpml-translation-management' );
# }

msgid "Take and translate"
msgstr ""

# <p><input type="button" class="button-secondary"
# data-reloading-text="<?php _e( 'Reloading:',
# 'wpml-translation-management' ) ?>" value=""

msgid "Reloading:"
msgstr ""

# <a href="<?php echo esc_attr( 'admin.php?page=' . WPML_TM_FOLDER . '/menu/main.php&sm=' . $logger_settings->get_ui_key() );?>" class="button-secondary">
# <?php _e( 'Open the content updates log', 'sitepress' ); ?>
# </a>

msgid "Open the content updates log"
msgstr ""

# <a href="#" class="button-secondary js-refresh-language-pairs" data-nonce="<?php echo wp_create_nonce( 'wpml-tp-refresh-language-pairs' ) ?>">
# <?php _e( 'Refresh language pairs', 'wpml-translation-management' ); ?>
# </a>

msgid "Refresh language pairs"
msgstr ""

# public function get_title() {
# return $this->data->title ? $this->data->title : __('(missing title)', 'wpml-translation-management');
# }

msgid "(missing title)"
msgstr ""

# $post_link_factory = new WPML_TM_Post_Link_Factory($this->sitepress);
# $post_view_link = $post_link_factory->view_link_anchor( $current_document->ID, __( 'View', 'wpml-translation-management' ));
# $post_edit_link = $post_link_factory->edit_link_anchor( $current_document->ID, __( 'Edit', 'wpml-translation-management' ));

msgid "View"
msgstr ""

# if ( $note ) {
# $this->note_text = __( 'Edit note for the translators', 'wpml-translation-management' );
# $this->note_icon = 'edit_translation.png';

msgid "Edit note for the translators"
msgstr ""

# } else {
# $this->note_text = __( 'Add note for the translators', 'wpml-translation-management' );
# $this->note_icon = 'add_translation.png';

msgid "Add note for the translators"
msgstr ""

# <label for="post_note_<?php echo $current_document->ID ?>">
# <?php _e( 'Note for the translators', 'wpml-translation-management' ) ?>
# </label>

msgid "Note for the translators"
msgstr ""

# $active_service = TranslationProxy::get_current_service();
# $service_name = isset($active_service->name) ? $active_service->name : __('Translation Service', 'wpml-translation-management');
# if (isset($active_service->url)) {

msgid "Translation Service"
msgstr ""

# 'strings' => array(
# 'done' => __( 'Done', 'wpml-translation-management' ),
# 'header' => sprintf(__('%s requires additional data', 'wpml-translation-management'), $service_name),

msgid "Done"
msgstr ""

# 'done' => __( 'Done', 'wpml-translation-management' ),
# 'header' => sprintf(__('%s requires additional data', 'wpml-translation-management'), $service_name),
# 'tip' => sprintf(__("You can find this at %s site", 'wpml-translation-management'), $service_site_url)

msgid "%s requires additional data"
msgstr ""

# 'header' => sprintf(__('%s requires additional data', 'wpml-translation-management'), $service_name),
# 'tip' => sprintf(__("You can find this at %s site", 'wpml-translation-management'), $service_site_url)
# ),

msgid "You can find this at %s site"
msgstr ""

# $tm_tt_data = array(
# 'no_matches' => __( 'No matches', 'wpml-translation-management' ),
# 'found'      => __( 'User found', 'wpml-translation-management' )

msgid "No matches"
msgstr ""

# 'no_matches' => __( 'No matches', 'wpml-translation-management' ),
# 'found'      => __( 'User found', 'wpml-translation-management' )
# );

msgid "User found"
msgstr ""

# if ( ! $custom_fields_data ) {
# $authorization_message = sprintf( __( 'To send content to translation by %1$s, you need to have an account in %1$s and enter here your authentication details.', 'wpml-translation-management' ), $active_service->name );
# $js_action             = 'js-authenticate-service';

msgid "To send content to translation by %1$s, you need to have an account in %1$s and enter here your authentication details."
msgstr ""

# $js_action             = 'js-authenticate-service';
# $authorization_button  = __( 'Authenticate', 'wpml-translation-management' );
# $authorization_button_class = 'button-primary';

msgid "Authenticate"
msgstr ""

# } else {
# $authorization_message = sprintf( __( '%s is authorized.', 'wpml-translation-management' ), $active_service->name ) . '&nbsp;';
# $js_action             = 'js-invalidate-service';

msgid "%s is authorized."
msgstr ""

# $js_action             = 'js-invalidate-service';
# $authorization_button  = __( 'De-authorize', 'wpml-translation-management' );
# $authorization_button_class = 'button-secondary';

msgid "De-authorize"
msgstr ""

# $auth_content[] = '<a href="#" class="js-deactivate-service button-secondary" data-id="' . $active_service->id . '" data-custom-fields="' . esc_attr( wp_json_encode( $custom_fields ) ) . '">';
# $auth_content[] = __( 'Deactivate', 'wpml-translation-management' );
# $auth_content[] = '</a>';

msgid "Deactivate"
msgstr ""

# if ( isset( $active_service->doc_url ) && $active_service->doc_url ) {
# $auth_content[] = '<a href="' . $active_service->doc_url . '" target="_blank">' . __( 'Documentation', 'wpml-translation-management' ) . '</a>';
# }

msgid "Documentation"
msgstr ""

# } else {
# $message = __( 'You are not allowed to perform this action.', 'wpml-translation-management' );
# $errors ++;

msgid "You are not allowed to perform this action."
msgstr ""

# } else {
# wp_send_json_error( __( 'Invalid request', 'wpml-translation-management' ) );
# }

msgid "Invalid request"
msgstr ""

# ?>
# <div class="message error wpml-admin-notice wpml-tm-inactive wpml-inactive"><p><?php printf(__('WPML Translation Management is enabled but not effective. It requires <a href="%s">WPML</a> in order to work.', 'wpml-translation-management'),
# 'https://wpml.org/'); ?></p></div>

msgid "WPML Translation Management is enabled but not effective. It requires <a href=\"%s\">WPML</a> in order to work."
msgstr ""

# <div class="message error wpml-admin-notice wpml-tm-inactive wpml-not-configured">
# <p><?php printf( __( 'WPML Translation Management is enabled but not effective. Please finish the installation of WPML first.', 'wpml-translation-management' ) ); ?></p></div>
# <?php

msgid "WPML Translation Management is enabled but not effective. Please finish the installation of WPML first."
msgstr ""

# ?>
# <div class="message error wpml-admin-notice wpml-tm-inactive wpml-outdated"><p><?php printf(__('WPML Translation Management is enabled but not effective. It is not compatible with  <a href="%s">WPML</a> versions prior 2.0.5.', 'wpml-translation-management'),
# 'https://wpml.org/'); ?></p></div>

msgid "WPML Translation Management is enabled but not effective. It is not compatible with  <a href=\"%s\">WPML</a> versions prior 2.0.5."
msgstr ""

# ?>
# <div class="message updated wpml-admin-notice"><p><?php printf(__('Translation saved.', 'wpml-translation-management') ); ?></p></div>
# <?php

msgid "Translation saved."
msgstr ""

# ?>
# <div class="message updated wpml-admin-notice"><p><?php printf(__('Translation cancelled.', 'wpml-translation-management') ); ?></p></div>
# <?php

msgid "Translation cancelled."
msgstr ""

# 
# $menu_label = __('Translation Management', 'wpml-translation-management');
# add_submenu_page( $top_page, $menu_label, $menu_label, 'wpml_manage_translation_management', WPML_TM_FOLDER . '/menu/main.php', array($this, 'options_page')  );

msgid "Translation Management"
msgstr ""

# $wp_api->add_submenu_page( apply_filters( 'icl_menu_main_page', ICL_PLUGIN_FOLDER . '/menu/languages.php' ),
# __( 'Translations', 'wpml-translation-management' ), __( 'Translations', 'wpml-translation-management' ),
# 'wpml_manage_translation_management', WPML_TM_FOLDER . '/menu/translations-queue.php', array( $this, 'translation_queue_page' ) );

msgid "Translations"
msgstr ""

# } elseif ( (bool) $this->tm_instance->get_current_translator()->language_pairs === true ) {
# $wp_api->add_menu_page( __( 'Translation interface', 'wpml-translation-management' ),
# __( 'Translation interface', 'wpml-translation-management' ), 'translate',

msgid "Translation interface"
msgstr ""

# echo '<div class="error fade"><p id="icl_side_by_site">'.
# sprintf(__('<strong>Warning:</strong> You are trying to edit a translation that is currently in the process of being added using WPML.' , 'wpml-translation-management')) . '<br /><br />'.
# sprintf(__('Please refer to the <a href="%s">Translation management dashboard</a> for the exact status of this translation.' , 'wpml-translation-management'),

msgid "<strong>Warning:</strong> You are trying to edit a translation that is currently in the process of being added using WPML."
msgstr ""

# sprintf(__('<strong>Warning:</strong> You are trying to edit a translation that is currently in the process of being added using WPML.' , 'wpml-translation-management')) . '<br /><br />'.
# sprintf(__('Please refer to the <a href="%s">Translation management dashboard</a> for the exact status of this translation.' , 'wpml-translation-management'),
# admin_url('admin.php?page='.WPML_TM_FOLDER.'/menu/main.php&')) . '</p></div>';

msgid "Please refer to the <a href=\"%s\">Translation management dashboard</a> for the exact status of this translation."
msgstr ""

# <p><?php _e('<strong>Warning:</strong> You are trying to add a translation using the standard WordPress editor but your site is configured to use the WPML Translation Editor.' , 'wpml-translation-management')?></p>
# <p><?php printf(__('You should use <a href="%s">Translation management dashboard</a> to send the original document to translation.' , 'wpml-translation-management'), admin_url('admin.php?page='.WPML_TM_FOLDER.'/menu/main.php')); ?>
# </p>

msgid "You should use <a href=\"%s\">Translation management dashboard</a> to send the original document to translation."
msgstr ""

# $links[] = '<a href="admin.php?page='.basename(WPML_TM_PATH) . '/menu/main.php">' .
# __('Configure', 'wpml-translation-management') . '</a>';
# }

msgid "Configure"
msgstr ""

# }
# $html .= "<label><input type=\"radio\" name=\"filter[parent_all]\" value=\"1\" {$checked} />&nbsp;" . __('Show all items under this parent.', 'wpml-translation-management') . '</label>';
# $html .= "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";

msgid "Show all items under this parent."
msgstr ""

# }
# $html .= "<label><input type=\"radio\" name=\"filter[parent_all]\" value=\"0\" {$checked} />&nbsp;" . __('Show only items that are immediately under this parent.', 'wpml-translation-management') . '</label>';
# 

msgid "Show only items that are immediately under this parent."
msgstr ""

# if ( $this->service_requires_translators() && 'ICanLocalize' === $current_service_name ) {
# $message     = __( 'You selected %1$s as your translation service. Next, you need to add translators from %1$s to your site. Click on the "Add translators" button. Select the source and target language and choose %1$s as the source of the translator. You can add different translators between different languages.', 'wpml-translation-management' );
# $button_text = __( 'Getting started with ICanLocalize', 'wpml-translation-management' );

msgid "You selected %1$s as your translation service. Next, you need to add translators from %1$s to your site. Click on the \"Add translators\" button. Select the source and target language and choose %1$s as the source of the translator. You can add different translators between different languages."
msgstr ""

# $message     = __( 'You selected %1$s as your translation service. Next, you need to add translators from %1$s to your site. Click on the "Add translators" button. Select the source and target language and choose %1$s as the source of the translator. You can add different translators between different languages.', 'wpml-translation-management' );
# $button_text = __( 'Getting started with ICanLocalize', 'wpml-translation-management' );
# $button_url  = 'https://wpml.org/translation-service/icanlocalize/';

msgid "Getting started with ICanLocalize"
msgstr ""

# } else {
# $service_tab_name = __( 'Translators', 'wpml-translation-management' );
# 

msgid "Translators"
msgstr ""

# if ( TranslationProxy::get_tp_default_suid() ) {
# $notification_message = __( "You are using a translation service which requires authentication.", 'wpml-translation-management' );
# $notification_message .= '<ul>';

msgid "You are using a translation service which requires authentication."
msgstr ""

# $notification_message .= '<li>';
# $notification_message .= sprintf( __( 'Please go to %1$s and use the link %2$s.', 'wpml-translation-management' ), $services_link, $service_authentication_link );
# $notification_message .= '</li>';

msgid "Please go to %1$s and use the link %2$s."
msgstr ""

# if ( $this->service_requires_authentication() ) {
# $notification_message = __( "You have selected a translation service which requires authentication.", 'wpml-translation-management' );
# } elseif ( $this->service_requires_translators() ) {

msgid "You have selected a translation service which requires authentication."
msgstr ""

# } elseif ( $this->service_requires_translators() ) {
# $notification_message      = __( "You have selected a translation service which requires translators.", 'wpml-translation-management' );
# $service_authentication_link = '<strong>' . __( 'Add Translator', 'wpml-translation-management' ) . ' &raquo;</strong>';

msgid "You have selected a translation service which requires translators."
msgstr ""

# $notification_message      = __( "You have selected a translation service which requires translators.", 'wpml-translation-management' );
# $service_authentication_link = '<strong>' . __( 'Add Translator', 'wpml-translation-management' ) . ' &raquo;</strong>';
# } else {

msgid "Add Translator"
msgstr ""

# $problem_detected       = true;
# $notification_message = __( "There is a problem with your translation service.", 'wpml-translation-management' );
# }

msgid "There is a problem with your translation service."
msgstr ""

# if ( $this->service_requires_authentication() ) {
# $notification_message .= sprintf( __( "If you wish to use %s, please go to %s and use the link %s.", 'wpml-translation-management' ), '<strong>'
# . $current_service_name

msgid "If you wish to use %s, please go to %s and use the link %s."
msgstr ""

# } elseif ( $problem_detected ) {
# $notification_message .= sprintf( __( "Please contact your administrator.", 'wpml-translation-management' ), $services_link, $service_authentication_link );
# }

msgid "Please contact your administrator."
msgstr ""

# $notification_message .= '<li>';
# $notification_message .= sprintf( __( "If you wish to use only local translators, please go to %s and use the link %s.", 'wpml-translation-management' ), $services_link, $service_deactivation_link );
# $notification_message .= '</li>';

msgid "If you wish to use only local translators, please go to %s and use the link %s."
msgstr ""

# } else {
# $error_data_string = __( "WPML can't find the translation service. Please contact WPML Support or your translation service provider.", 'wpml-translation-management' );
# }

msgid "WPML can't find the translation service. Please contact WPML Support or your translation service provider."
msgstr ""

# <div class="error">
# <p><?php _e('<strong>Warning:</strong> You are trying to edit a translation using the standard WordPress editor but your site is configured to use the WPML Translation Editor.' , 'wpml-translation-management')?></p>
# </div>

msgid "<strong>Warning:</strong> You are trying to edit a translation using the standard WordPress editor but your site is configured to use the WPML Translation Editor."
msgstr ""

# <div class="error">
# <p><?php _e('<strong>Warning:</strong> You are trying to add a translation using the standard WordPress editor but your site is configured to use the WPML Translation Editor.' , 'wpml-translation-management')?></p>
# <p><?php printf(__('You should use <a href="%s">Translation management dashboard</a> to send the original document to translation.' , 'wpml-translation-management'), admin_url('admin.php?page='.WPML_TM_FOLDER.'/menu/main.php')); ?>

msgid "<strong>Warning:</strong> You are trying to add a translation using the standard WordPress editor but your site is configured to use the WPML Translation Editor."
msgstr ""

# $wcml_link = '<a href="https://wordpress.org/plugins/woocommerce-multilingual" target="_blank">WooCommerce Multilingual.</a>';
# $message .= sprintf( __( 'Looks like you are running a multilingual WooCommerce site. To easily translate WooCommerce products and categories, you should use %s', 'wpml-translation-management' ), $wcml_link );
# $args = array(

msgid "Looks like you are running a multilingual WooCommerce site. To easily translate WooCommerce products and categories, you should use %s"
msgstr ""

# $text     = sprintf(
# __(
# "You can't edit this translation, because this translation to %s is already in progress.",

msgid "You can't edit this translation, because this translation to %s is already in progress."
msgstr ""

# } elseif ( $this->is_in_basket( $trid, $lang ) ) {
# $text = __(
# 'Cannot edit this item, because it is currently in the translation basket.',

msgid "Cannot edit this item, because it is currently in the translation basket."
msgstr ""

# $language = $this->sitepress->get_language_details( $lang );
# $text     = sprintf( __( 'Edit the %s translation', 'sitepress' ), $language['display_name'] );
# }

msgid "Edit the %s translation"
msgstr ""

# $this->clear_tp_default_suid();
# return $this->wpml_wp_api->wp_send_json_success( __( 'Ok!', 'wpml-translation-management' ) );
# } else {

msgid "Ok!"
msgstr ""

# 'field_type'    => 'tm-section',
# 'title'         => __( 'Custom Fields', 'wpml-translation-management' ),
# 'fields'        => $this->custom_fields,

msgid "Custom Fields"
msgstr ""

# 'empty_message' => '',
# 'sub_title'     => __( 'Changes in these translations will affect terms in general! (Not only for this post)', 'wpml-translation-management' )
# );

msgid "Changes in these translations will affect terms in general! (Not only for this post)"
msgstr ""

# 'strings'     => array(
# 'title'   => __( 'Show other professional translation options', 'wpml-translation-management' ),
# 'button'  => __( 'Enable other translation services', 'wpml-translation-management' ),

msgid "Show other professional translation options"
msgstr ""

# 'title'   => __( 'Show other professional translation options', 'wpml-translation-management' ),
# 'button'  => __( 'Enable other translation services', 'wpml-translation-management' ),
# 'message' => sprintf( __( 'Your site is currently configured to use only %s as its professional translation service.', 'wpml-translation-management' ), $ts_name ),

msgid "Enable other translation services"
msgstr ""

# 'button'  => __( 'Enable other translation services', 'wpml-translation-management' ),
# 'message' => sprintf( __( 'Your site is currently configured to use only %s as its professional translation service.', 'wpml-translation-management' ), $ts_name ),
# ),

msgid "Your site is currently configured to use only %s as its professional translation service."
msgstr ""

# <ul style="list-style: circle; padding-left: 20px ">
# <li><?php printf( __( 'go to the <a href="%s">Translation Dashboard</a>', 'wpml-translation-management' ),
# "admin.php?page=" . WPML_TM_FOLDER . "/menu/main.php&sm=dashboard" ); ?></li>

msgid "go to the <a href=\"%s\">Translation Dashboard</a>"
msgstr ""

# <div id="table-listing-no-jobs-wrapper">
# <p><?php _e( 'There are no Jobs in the queue.', 'wpml-translation-management' ); ?></p>
# <p><?php _e( 'In order to add jobs to the queue you must:', 'wpml-translation-management' ); ?></p>

msgid "There are no Jobs in the queue."
msgstr ""

# <p><?php _e( 'There are no Jobs in the queue.', 'wpml-translation-management' ); ?></p>
# <p><?php _e( 'In order to add jobs to the queue you must:', 'wpml-translation-management' ); ?></p>
# <ul style="list-style: circle; padding-left: 20px ">

msgid "In order to add jobs to the queue you must:"
msgstr ""

# "admin.php?page=" . WPML_TM_FOLDER . "/menu/main.php&sm=dashboard" ); ?></li>
# <li><?php _e( 'add documents to the basket', 'wpml-translation-management' ); ?></li>
# <li><?php _e( 'send them for translation', 'wpml-translation-management' ); ?></li>

msgid "add documents to the basket"
msgstr ""

# <li><?php _e( 'add documents to the basket', 'wpml-translation-management' ); ?></li>
# <li><?php _e( 'send them for translation', 'wpml-translation-management' ); ?></li>
# </ul>

msgid "send them for translation"
msgstr ""

# class="button-secondary group-action group-check"
# value="<?php echo __( "Synchronize status", "sitepress" ); ?>"
# data-message-sent="<?php echo __( 'Your request has been sent. Please wait a few minutes to synchronize the status with the Translation service', 'wpml-translation-management' ); ?>"

msgid "Synchronize status"
msgstr ""

# value="<?php echo __( "Synchronize status", "sitepress" ); ?>"
# data-message-sent="<?php echo __( 'Your request has been sent. Please wait a few minutes to synchronize the status with the Translation service', 'wpml-translation-management' ); ?>"
# data-message-request-sending="<?php echo __( 'Sending request...', 'wpml-translation-management' ); ?>"

msgid "Your request has been sent. Please wait a few minutes to synchronize the status with the Translation service"
msgstr ""

# data-message-sent="<?php echo __( 'Your request has been sent. Please wait a few minutes to synchronize the status with the Translation service', 'wpml-translation-management' ); ?>"
# data-message-request-sending="<?php echo __( 'Sending request...', 'wpml-translation-management' ); ?>"
# data-message-request-sent="<?php echo __( 'Your request was sent.', 'wpml-translation-management' ); ?>"

msgid "Sending request..."
msgstr ""

# data-message-request-sending="<?php echo __( 'Sending request...', 'wpml-translation-management' ); ?>"
# data-message-request-sent="<?php echo __( 'Your request was sent.', 'wpml-translation-management' ); ?>"
# data-action="<?php echo 'wpml_check_batch_status'; ?>"

msgid "Your request was sent."
msgstr ""

# <div href="#" class="button-secondary group-action group-expand"><span
# class="dashicons dashicons-plus"></span>&nbsp;<?php echo __( 'Expand', 'wpml-translation-management' ); ?></div>
# <div href="#" class="button-secondary group-action group-collapse"><span

msgid "Expand"
msgstr ""

# <div href="#" class="button-secondary group-action group-collapse"><span
# class="dashicons dashicons-minus"></span>&nbsp;<?php echo __( 'Collapse', 'wpml-translation-management' ); ?>
# </div>

msgid "Collapse"
msgstr ""

# <span id="group-displayed-jobs" class="value"><%=TJ.how_many%></span>
# <span id="group-out-of-text" style="display:<%=TJ.show_out_of%>;"><?php echo __( 'out of',
# 'wpml-translation-management' ); ?></span>

msgid "out of"
msgstr ""

# 'wpml-translation-management' ); ?></span>
# <span id="group-all-jobs" class="value" style="display:<%=TJ.show_out_of%>;"><%=TJ.how_many_overall%></span> <?php echo __( 'Jobs',
# 'wpml-translation-management' ); ?>

msgid "Jobs"
msgstr ""

# <a href="#" id="group-previous-jobs"
# style="display:<%=TJ.show_previous%>;"><?php echo __( '&laquo; continue from the previous page',
# 'wpml-translation-management' ); ?><br></a>

msgid "&laquo; continue from the previous page"
msgstr ""

# <a href="#" id="group-remaining-jobs"
# style="display:<%=TJ.show_remaining%>;"> <?php echo __( 'continue on the next page &raquo;',
# 'wpml-translation-management' ); ?></a>

msgid "continue on the next page &raquo;"
msgstr ""

# <div class="group-name">
# <h4><?php _e( 'Translation Batch sent on ', 'wpml-translation-management' ) ?><%= TJ.last_update %></h4>
# <%= TJ.batch_name ? '<p><?php _e( 'Batch Name: ', 'wpml-translation-management' ) ?> <strong>' + TJ.batch_name + '</strong></p>' : '' %>

msgid "Translation Batch sent on "
msgstr ""

# <h4><?php _e( 'Translation Batch sent on ', 'wpml-translation-management' ) ?><%= TJ.last_update %></h4>
# <%= TJ.batch_name ? '<p><?php _e( 'Batch Name: ', 'wpml-translation-management' ) ?> <strong>' + TJ.batch_name + '</strong></p>' : '' %>
# </div>

msgid "Batch Name: "
msgstr ""

# 'name'         => 'filter[translator_id]',
# 'default_name' => __( 'All', 'wpml-translation-management' ),
# 'selected'     => isset( $icl_translation_filter[ 'translator_id' ] ) ? $icl_translation_filter[ 'translator_id' ] : '',

msgid "All"
msgstr ""

# &nbsp;	<label for="filter-job-status">
# <?php _e( 'Status', 'wpml-translation-management' ) ?></label>&nbsp;		<select id="filter-job-status" name="filter[status]">
# <option value=""><?php _e( 'All translation jobs', 'wpml-translation-management' ) ?></option>

msgid "Status"
msgstr ""

# <?php _e( 'Status', 'wpml-translation-management' ) ?></label>&nbsp;		<select id="filter-job-status" name="filter[status]">
# <option value=""><?php _e( 'All translation jobs', 'wpml-translation-management' ) ?></option>
# <option value="<?php echo ICL_TM_WAITING_FOR_TRANSLATOR ?>"><?php echo TranslationManagement::status2text( ICL_TM_WAITING_FOR_TRANSLATOR ); ?></option>

msgid "All translation jobs"
msgstr ""

# <option value="<?php echo ICL_TM_COMPLETE ?>"><?php echo TranslationManagement::status2text( ICL_TM_COMPLETE ); ?></option>
# <option value="<?php echo ICL_TM_DUPLICATE ?>"><?php _e( 'Content duplication', 'wpml-translation-management' ) ?></option>
# </select>	&nbsp;	<label for="filter-job-lang-from">

msgid "Content duplication"
msgstr ""

# <% if( !TJ.show_all ) { %>
# <a id="icl_jobs_show_all" style="width: auto; font-weight:normal" href="#"><?php _e("show all %s items", 'wpml-translation-management');?></a>
# <%} else {%>

msgid "show all %s items"
msgstr ""

# <%} else {%>
# <a id="icl_jobs_show_all" style="width: auto; font-weight:normal" href="#"><?php _e("show %s items", 'wpml-translation-management');?></a>
# <% } %>

msgid "show %s items"
msgstr ""

# $this->assertFalse( $result );
# $this->assertEquals( array( __( 'Batch is empty', 'sitepress' ) ), $error_message );
# }

msgid "Batch is empty"
msgstr ""

# $this->assertTrue( $res_source_appended ['valid'] );
# $this->assertEquals( __(
# 'The batch name was appended with the source language of its elements.',

msgid "The batch name was appended with the source language of its elements."
msgstr ""

# $this->assertFalse( $res_too_long ['valid'] );
# $this->assertEquals( __( 'The length of the batch name exceeds the maximum length of 20',
# 'wpml-translation-management' ),

msgid "The length of the batch name exceeds the maximum length of 20"
msgstr ""

# <select name="icl_xliff_version">
# <option value="false"><?php echo __("Please choose", "wpml-xliff"); ?></option>
# <?php

msgid "Please choose"
msgstr ""

# }
# printf ( "<option value='".$value."' ".$selected.">" . __('XLIFF %s', 'wpml-translation-management') . "</option>", $version );
# }

msgid "XLIFF %s"
msgstr ""

# <?php printf(
# __('All new lines should be replaced by HTML element %s. Use this option if translation tool used by translator does not support new lines characters (for example Virtaal software)', 'wpml-translation-management')
# , '&lt;br class="xliff-newline" />'); ?>

msgid "All new lines should be replaced by HTML element %s. Use this option if translation tool used by translator does not support new lines characters (for example Virtaal software)"
msgstr ""

# <div class="wpml-section-header">
# <h3><?php _e('XLIFF file options', 'wpml-translation-management');?></h3>
# </div>

msgid "XLIFF file options"
msgstr ""

# 
# <h4><?php _e('XLIFF version', 'wpml-translation-management') ?></h4>
# 

msgid "XLIFF version"
msgstr ""

# <p>
# <?php _e('Choose default format for XLIFF file:', 'wpml-translation-management'); ?>
# 

msgid "Choose default format for XLIFF file:"
msgstr ""

# ?>
# <h4><?php _e('New lines character', 'wpml-translation-management') ?></h4>
# <p>

msgid "New lines character"
msgstr ""

# <p>
# <?php _e('How new lines characters in XLIFF files should be handled?', 'wpml-translation-management'); ?>
# </p>

msgid "How new lines characters in XLIFF files should be handled?"
msgstr ""

# <input type="radio" name="icl_xliff_newlines" value="<?php echo WPML_XLIFF_TM_NEWLINES_ORIGINAL ?>"<?php if ( $xliff_newlines == WPML_XLIFF_TM_NEWLINES_ORIGINAL ): ?>checked<?php endif ?>/>
# <?php _e('Do nothing. If you will select this, all new line characters will stay untouched.', 'wpml-translation-management'); ?>
# </label>

msgid "Do nothing. If you will select this, all new line characters will stay untouched."
msgstr ""

# 'strings' => array(
# 'done_msg' => __( "Done! ", 'wpml-translation-management' ),
# 'jobs_committed' => sprintf(

msgid "Done! "
msgstr ""

# 'jobs_committed' => sprintf(
# __(
# "<p>Jobs committed...</p><p>You can check current status of this job in  <a href='%s'>Translation Jobs tab</a>.</p>",

msgid "<p>Jobs committed...</p><p>You can check current status of this job in  <a href='%s'>Translation Jobs tab</a>.</p>"
msgstr ""

# ),
# 'jobs_committing' => __( 'Committing jobs...', 'wpml-translation-management' ),
# 'error_occurred' => __( 'An error occurred:', 'wpml-translation-management' ),

msgid "Committing jobs..."
msgstr ""

# 'jobs_committing' => __( 'Committing jobs...', 'wpml-translation-management' ),
# 'error_occurred' => __( 'An error occurred:', 'wpml-translation-management' ),
# 'error_not_allowed' => __( 'You are not allowed to run this action.', 'wpml-translation-management' ),

msgid "An error occurred:"
msgstr ""

# 'error_occurred' => __( 'An error occurred:', 'wpml-translation-management' ),
# 'error_not_allowed' => __( 'You are not allowed to run this action.', 'wpml-translation-management' ),
# 'batch' => __( 'Batch', 'wpml-translation-management' ),

msgid "You are not allowed to run this action."
msgstr ""

# 'error_not_allowed' => __( 'You are not allowed to run this action.', 'wpml-translation-management' ),
# 'batch' => __( 'Batch', 'wpml-translation-management' ),
# 'error_no_translators' => __( 'No selected translators!', 'wpml-translation-management' ),

msgid "Batch"
msgstr ""

# 'batch' => __( 'Batch', 'wpml-translation-management' ),
# 'error_no_translators' => __( 'No selected translators!', 'wpml-translation-management' ),
# 'rollbacks' => __( 'Rollback jobs...', 'wpml-translation-management' ),

msgid "No selected translators!"
msgstr ""

# 'error_no_translators' => __( 'No selected translators!', 'wpml-translation-management' ),
# 'rollbacks' => __( 'Rollback jobs...', 'wpml-translation-management' ),
# 'rolled' => __( 'Batch rolled back', 'wpml-translation-management' ),

msgid "Rollback jobs..."
msgstr ""

# 'rollbacks' => __( 'Rollback jobs...', 'wpml-translation-management' ),
# 'rolled' => __( 'Batch rolled back', 'wpml-translation-management' ),
# 'errors' => __( 'Errors:', 'wpml-translation-management' ),

msgid "Batch rolled back"
msgstr ""

# 'rolled' => __( 'Batch rolled back', 'wpml-translation-management' ),
# 'errors' => __( 'Errors:', 'wpml-translation-management' ),
# ),

msgid "Errors:"
msgstr ""

# 'status'    => __( 'Status', 'wpml-translation-management' ),
# 'languages' => __( 'Languages', 'wpml-translation-management' ),
# );

msgid "Languages"
msgstr ""

# $target_languages      = explode( ',', $target_languages_data );
# $languages             = sprintf( __( '%s to %s', 'wpml-translation-management' ),
# $source_language_data,

msgid "%s to %s"
msgstr ""

# $first_target_languages = array_slice( $target_languages, 0, count( $target_languages ) - 1 );
# $languages              = sprintf( __( '%s to %s and %s', 'wpml-translation-management' ),
# $source_language_data,

msgid "%s to %s and %s"
msgstr ""

# $actions = array(
# 'delete' => sprintf( '<a href="?%s">%s</a>', $new_qs, __( 'Remove', 'wpml-translation-management' ) ),
# );

msgid "Remove"
msgstr ""

# function no_items() {
# _e( 'The basket is empty', 'wpml-translation-management' );
# }

msgid "The basket is empty"
msgstr ""

# <a href="admin.php?page=<?php echo WPML_TM_FOLDER ?>/menu/main.php&sm=basket&clear_basket=1&clear_basket_nonce=<?php echo $clear_basket_nonce; ?>"
# class="button-secondary" name="clear-basket"><?php _e( 'Clear Basket',
# 'wpml-translation-management' ); ?></a>

msgid "Clear Basket"
msgstr ""

# 
# $message = esc_html_x( 'You are about to translate duplicated posts.', '1/2 Confirm to disconnect duplicates', 'sitepress' ) . "\n";
# $message .= esc_html_x( 'These items will be automatically disconnected from originals, so translation is not lost when you update the originals.', '2/2 Confirm to disconnect duplicates', 'sitepress' );

msgctxt "1/2 Confirm to disconnect duplicates"
msgid "You are about to translate duplicated posts."
msgstr ""

# $message = esc_html_x( 'You are about to translate duplicated posts.', '1/2 Confirm to disconnect duplicates', 'sitepress' ) . "\n";
# $message .= esc_html_x( 'These items will be automatically disconnected from originals, so translation is not lost when you update the originals.', '2/2 Confirm to disconnect duplicates', 'sitepress' );
# 

msgctxt "2/2 Confirm to disconnect duplicates"
msgid "These items will be automatically disconnected from originals, so translation is not lost when you update the originals."
msgstr ""

# $response->call_to_action = '<strong>' . sprintf(
# __(
# 'You have sent items to %s. Please check if additional steps are required on their end',

msgid "You have sent items to %s. Please check if additional steps are required on their end"
msgstr ""

# if ( ! $basket ) {
# $message_content = __( 'No items found in basket', 'sitepress' );
# } else {

msgid "No items found in basket"
msgstr ""

# }
# $message_content = sprintf( __( '%s items in basket:', 'sitepress' ), $total_count );
# $message_content .= $message_content_details;

msgid "%s items in basket:"
msgstr ""

# $translation_dashboard_url = "admin.php?page=" . WPML_TM_FOLDER . "/menu/main.php&sm=dashboard";
# $translation_dashboard_link = sprintf( '<a href="%s">' . __( 'Translation Dashboard',
# 'wpml-translation-management' ) . '</a>',

msgid "Translation Dashboard"
msgstr ""

# $service_html = '<p>';
# $service_html .= sprintf( __( 'This section is for selecting WPML (local) translators only. If you wish to use %s, please go to %s.' ),
# '<strong>' . $service_name . '</strong>',

msgid "This section is for selecting WPML (local) translators only. If you wish to use %s, please go to %s."
msgstr ""

# // Edit form
# echo '<h3>' . __( 'Edit translator', 'wpml-translation-management' ) . '</h3>';
# echo '<form id="icl_tm_adduser" method="post" action="">' . "\r\n";

msgid "Edit translator"
msgstr ""

# '<label>'
# . __( 'From language:', 'wpml-translation-management' )
# . '&nbsp;<select name="from_lang" id="edit-from">'

msgid "From language:"
msgstr ""

# . '<option value="0">'
# . __( 'Choose', 'wpml-translation-management' )
# . '</option>'

msgid "Choose"
msgstr ""

# . "\r\n";
# $to = '<label>' . __( 'To language:',
# 'wpml-translation-management' ) . '&nbsp;<select name="to_lang" id="edit-to">' . "\r\n" . '<option value="0">' . __( 'Choose',

msgid "To language:"
msgstr ""

# // Services radio boxes
# echo '<h4 style="margin-bottom:5px;">' . __( 'Select translation service',
# 'wpml-translation-management' ) . '</h4>' . "\r\n";

msgid "Select translation service"
msgstr ""

# } else {
# echo '<h4 style="margin-bottom:5px;">' . __( 'Select translators',
# 'wpml-translation-management' ) . '</h4>' . "\r\n";

msgid "Select translators"
msgstr ""

# echo '<br style="clear:both;" />';
# echo '<input id="icl_add_translator_submit" class="button-primary" type="submit" value="' . esc_attr( __( 'Add translator',
# 'wpml-translation-management' ) ) . '" />' . "\r\n";

msgid "Add translator"
msgstr ""

# if ( $_lang ) {
# $tos[ ] = '<i>' . $_lang[ 'display_name' ] . __( ' (inactive)',
# 'wpml-translation-management' ) . '</i>';

msgid " (inactive)"
msgstr ""

# <?php echo isset( $rows[ 'type' ] ) ? ( icl_do_not_promote()
# ? __( 'Translation Service',
# 'sitepress' ) : $rows[ 'type' ] ) : ''; ?>

msgid "Translation Service"
msgstr ""

# } else {
# $message = __( "You haven't added any translator accounts yet.", 'wpml-translation-management' );
# ICL_AdminNotifier::display_instant_message( $message, 'warning' );

msgid "You haven't added any translator accounts yet."
msgstr ""

# $no_service_selected_information .= '<strong>';
# $no_service_selected_information .= __( 'No Translation Service selected: you can only use local translators.', 'wpml-translation-management' );
# $no_service_selected_information .= '</strong>';

msgid "No Translation Service selected: you can only use local translators."
msgstr ""

# $no_service_selected_information .= '<p>';
# $no_service_selected_information .= __( 'If you wish to use a translation service for your content, please select one from the available services.', 'wpml-translation-management' );
# $no_service_selected_information .= '</p>';

msgid "If you wish to use a translation service for your content, please select one from the available services."
msgstr ""

# return '<a href=' . "admin.php?page=" . WPML_TM_FOLDER . "/menu/main.php&sm=translators&reload_services=true"
# . ' type="submit" class="button secondary" id="wpml-refresh-translation-services">' . __( 'Refresh Available Services List', 'wpml-translation-management' ) . ' &raquo; </a>' . "\r\n";
# }

msgid "Refresh Available Services List"
msgstr ""

# $return[ 'name' ] = __( 'Local', 'wpml-translation-management' );
# $return[ 'description' ] = __( 'Your own translators', 'wpml-translation-management' );
# 

msgid "Your own translators"
msgstr ""

# $alert_message = '<p>';
# $alert_message .= __( 'All WordPress users are already translators. To add more translators, first create accounts for them.',
# 'wpml-translation-management' );

msgid "All WordPress users are already translators. To add more translators, first create accounts for them."
msgstr ""

# $output .= '<div id="icl_tm_add_user_errors">
# <span class="icl_tm_no_to">' . __( 'Select user.', 'wpml-translation-management' ) . '</span>
# </div>

msgid "Select user."
msgstr ""

# $output .= '<img style="display:none;margin-left:3px;" src="' . esc_url( admin_url( 'images/wpspin_light.gif' ) ) . '" class="waiting" alt="" />';
# $output .= '<p>' . __( 'To add translators, they must first have accounts in WordPress. Translators can have any editing privileges, including subscriber.' ) . '</p>';
# else:

msgid "To add translators, they must first have accounts in WordPress. Translators can have any editing privileges, including subscriber."
msgstr ""

# '<span class="updated fade" style="padding:4px">'
# . sprintf( __( 'Editing language pairs for <strong>%s</strong>', 'wpml-translation-management' ),
# esc_html( $selected_translator->display_name ) . ' (' . $selected_translator->user_login . ')' )

msgid "Editing language pairs for <strong>%s</strong>"
msgstr ""

# $output .= ' />&nbsp;';
# $output .= sprintf( __( 'From %s', 'wpml-translation-management' ), $from_lang[ 'display_name' ] ) . '</label>
# <div class="icl_tm_lang_pairs_to"';

msgid "From %s"
msgstr ""

# $output .= '>
# <small>' . __( 'to', 'wpml-translation-management' ) . '</small>
# <ul>';

msgid "to"
msgstr ""

# $output .= $selected_translator
# ? esc_attr( __( 'Update',
# 'wpml-translation-management' ) )

msgid "Update"
msgstr ""

# 'wpml-translation-management' ) )
# : esc_attr( __( 'Add as translator',
# 'wpml-translation-management' ) );

msgid "Add as translator"
msgstr ""

# $ts_name   = TranslationProxy::get_current_service_name();
# $link_text = sprintf( __( 'Refresh Translators data from %s', 'wpml-translation-management' ), $ts_name );
# 

msgid "Refresh Translators data from %s"
msgstr ""

# $output .= '<input type="hidden" id="icl_tm_selected_user" name="user_id" />';
# $output .= '<input type="text" id="icl_quick_src_users" placeholder="' . esc_attr__( 'search',
# 'wpml-translation-management' ) . '" />';

msgid "search"
msgstr ""

# } else {
# _e( 'No add translator interface available', 'wpml-translation-management' );
# }

msgid "No add translator interface available"
msgstr ""

# <?php if ( !empty( $blog_users_t ) || !empty( $other_service_translators ) ) { ?>
# <h3><?php _e( 'Current translators', 'wpml-translation-management' ); ?></h3>
# <table class="widefat fixed striped" cellspacing="0">

msgid "Current translators"
msgstr ""

# href="admin.php?page=<?php echo WPML_TM_FOLDER ?>/menu/main.php&amp;sm=translators&icl_tm_action=edit&amp;user_id=<?php echo $bu->ID ?>">
# <?php _e( 'Language pairs', 'wpml-translation-management' ) ?></a>
# </div>

msgid "Language pairs"
msgstr ""

# <td>
# <a href="admin.php?page=<?php echo WPML_TM_FOLDER ?>/menu/main.php&amp;sm=translators&icl_tm_action=edit&amp;user_id=<?php echo $bu->ID ?>"><?php _e( 'edit languages',
# 'wpml-translation-management' ) ?></a>

msgid "edit languages"
msgstr ""

# <?php if ( ! TranslationProxy::get_tp_default_suid() ) { ?>
# <h3><?php _e( 'Current service', 'wpml-translation-management' ) ?></h3>
# <?php } ?>

msgid "Current service"
msgstr ""

# data-custom-fields="<?php echo esc_attr( wp_json_encode( $service->custom_fields ) ); ?>">
# <?php _e( 'Activate', 'wpml-translation-management' ) ?>
# </button>

msgid "Activate"
msgstr ""

# <tr class="thead">
# <th><?php _e( 'Name', 'wpml-translation-management' ) ?></th>
# <th><?php _e( 'Languages', 'wpml-translation-management' ) ?></th>

msgid "Name"
msgstr ""

# <th><?php _e( 'Languages', 'wpml-translation-management' ) ?></th>
# <th><?php _e( 'Service', 'wpml-translation-management' ) ?></th>
# <th><?php _e( 'Action', 'wpml-translation-management' ) ?></th>

msgid "Service"
msgstr ""

# <th><?php _e( 'Service', 'wpml-translation-management' ) ?></th>
# <th><?php _e( 'Action', 'wpml-translation-management' ) ?></th>
# </tr>

msgid "Action"
msgstr ""

# <div class="wrap">
# <h2><?php echo __('XLIFF translation', 'wpml-xliff') ?></h2>
# 

msgid "XLIFF translation"
msgstr ""

# <div class="wrap">
# <h2><?php echo __('Translation management', 'wpml-translation-management') ?></h2>
# 

msgid "Translation management"
msgstr ""

# }
# $basket_items_count_caption = __('Translation Basket', 'wpml-translation-management');
# if ($basket_items_count > 0) {

msgid "Translation Basket"
msgstr ""

# {
# $this->tab_items['notifications']['caption'] = __('Translation Notifications', 'wpml-translation-management');
# //$this->tab_items['notifications']['target'] = $this->build_tab_item_target_url('/sub/notifications.php');

msgid "Translation Notifications"
msgstr ""

# 
# $this->tab_items['mcsetup']['caption'] = __('Multilingual Content Setup', 'wpml-translation-management');
# $translate_link_targets = new WPML_Translate_Link_Target_Global_State( $sitepress );

msgid "Multilingual Content Setup"
msgstr ""

# {
# $this->tab_items['jobs']['caption'] = __('Translation Jobs', 'wpml-translation-management');
# //$this->tab_items['jobs']['target'] = $this->build_tab_item_target_url('/sub/jobs.php');

msgid "Translation Jobs"
msgstr ""

# 
# $link = sprintf( '<a class="button-secondary" href="%s">' . __( 'Please register WPML to enable the professional translation option', 'wpml-translation-management') . '</a>',
# admin_url('plugin-install.php?tab=commercial#repository-wpml') );

msgid "Please register WPML to enable the professional translation option"
msgstr ""

# $source_language         = TranslationProxy_Basket::get_source_language();
# $basket_name_placeholder = sprintf( __( "%s|WPML|%s", 'wpml-translation-management' ), get_option( 'blogname' ), $source_language );
# $basket = new WPML_Translation_Basket( $wpdb );

msgid "%s|WPML|%s"
msgstr ""

# 'ml-content-setup-sec-10',
# __( 'Translate Link Targets', 'wpml-translation-management' ),
# $wpdb,

msgid "Translate Link Targets"
msgstr ""

# <p>
# <?php echo __('How should the site receive completed translations from Translation Service?', 'wpml-translation-management'); ?>
# </p>

msgid "How should the site receive completed translations from Translation Service?"
msgstr ""

# <?php if ($sitepress_settings['translation_pickup_method'] == ICL_PRO_TRANSLATION_PICKUP_XMLRPC): ?>checked="checked"<?php endif ?>/>
# <?php echo __('Translation Service will deliver translations automatically using XML-RPC', 'wpml-translation-management'); ?>
# </label>

msgid "Translation Service will deliver translations automatically using XML-RPC"
msgstr ""

# $this->post_statuses = array(
# 'publish' => __('Published', 'wpml-translation-management'),
# 'draft' => __('Draft', 'wpml-translation-management'),

msgid "Published"
msgstr ""

# 'publish' => __('Published', 'wpml-translation-management'),
# 'draft' => __('Draft', 'wpml-translation-management'),
# 'pending' => __('Pending Review', 'wpml-translation-management'),

msgid "Draft"
msgstr ""

# 'draft' => __('Draft', 'wpml-translation-management'),
# 'pending' => __('Pending Review', 'wpml-translation-management'),
# 'future' => __('Scheduled', 'wpml-translation-management'),

msgid "Pending Review"
msgstr ""

# 'pending' => __('Pending Review', 'wpml-translation-management'),
# 'future' => __('Scheduled', 'wpml-translation-management'),
# 'private' => __('Private', 'wpml-translation-management')

msgid "Scheduled"
msgstr ""

# 'future' => __('Scheduled', 'wpml-translation-management'),
# 'private' => __('Private', 'wpml-translation-management')
# );

msgid "Private"
msgstr ""

# <?php
# $dashboard_date_sort_label = __( 'Date', 'wpml-translation-management' );
# $this->build_content_dashboard_documents_sorting_link( $this->dashboard_date_sort_link, $dashboard_date_sort_label, 'p.post_date' );

msgid "Date"
msgstr ""

# if (isset($_GET['show_all']) && $_GET['show_all'] && count($this->documents) > ICL_TM_DOCS_PER_PAGE) {
# echo '<a style="width: auto; float:right" href="' . admin_url('admin.php?page=' . WPML_TM_FOLDER . '/menu/main.php&sm=dashboard') . '">' . sprintf(__('Show %d documents per page', 'wpml-translation-management'), ICL_TM_DOCS_PER_PAGE) . '</a>';
# }

msgid "Show %d documents per page"
msgstr ""

# <div style="float:left;margin-top:4px;">
# <strong><?php echo __( 'Word count estimate:', 'wpml-translation-management' ) ?></strong>
# <?php printf( __( '%s words', 'wpml-translation-management' ), '<span id="icl-tm-estimated-words-count">0</span>' ) ?>

msgid "Word count estimate:"
msgstr ""

# <strong><?php echo __( 'Word count estimate:', 'wpml-translation-management' ) ?></strong>
# <?php printf( __( '%s words', 'wpml-translation-management' ), '<span id="icl-tm-estimated-words-count">0</span>' ) ?>
# <span id="icl-tm-doc-wrap" style="display: none">

msgid "%s words"
msgstr ""

# <span id="icl-tm-doc-wrap" style="display: none">
# <?php printf( __( 'in %s document(s)', 'wpml-translation-management' ), '<span id="icl-tm-sel-doc-count">0</span>' ); ?>
# </span>

msgid "in %s document(s)"
msgstr ""

# if ( ! isset( $_GET[ 'show_all' ] ) && $wp_query->found_posts > ICL_TM_DOCS_PER_PAGE ) {
# echo '<a style="width: auto; font-weight:normal" href="' . admin_url( 'admin.php?page=' . WPML_TM_FOLDER . '/menu/main.php&sm=dashboard&show_all=1' ) . '">' . __( 'show all', 'wpml-translation-management' ) . '</a>';
# }

msgid "show all"
msgstr ""

# <?php
# echo sprintf( __( 'Displaying %s&#8211;%s of %s', 'wpml-translation-management' ) . '</span>', $page_links_parts[ 'from' ], $page_links_parts[ 'to' ], $page_links_parts[ 'total' ] );
# ?>

msgid "Displaying %s&#8211;%s of %s"
msgstr ""

# $dup_message = '<p>';
# $dup_message .= __( 'Any existing content (translations) will be overwritten when creating duplicates.', 'wpml-translation-management' );
# $dup_message .= '</p>';

msgid "Any existing content (translations) will be overwritten when creating duplicates."
msgstr ""

# $dup_message .= '<p>';
# $dup_message .= __( "When duplicating content, please first duplicate parent pages to maintain the site's hierarchy.", 'wpml-translation-management' );
# $dup_message .= '</p>';

msgid "When duplicating content, please first duplicate parent pages to maintain the site's hierarchy."
msgstr ""

# <div class="icl_cyan_box">
# <h3><?php echo $active_service->name . ' ' . __( 'account status',
# 'wpml-translation-management' ) ?></h3>

msgid "account status"
msgstr ""

# if ( isset( $_GET[ 'sm' ] ) && 'com-log' === $_GET['sm' ] ) {
# $this->tab_items['com-log']['caption'] = __('Communication Log', 'wpml-translation-management');
# $this->tab_items['com-log']['callback'] = array($this, 'build_tp_com_log');

msgid "Communication Log"
msgstr ""

# if ( isset( $_GET['sm'] ) && $logger_settings->get_ui_key() === $_GET['sm'] ) {
# $this->tab_items[ $logger_settings->get_ui_key() ]['caption']  = __( 'Content updates log', 'wpml-translation-management' );
# $this->tab_items[ $logger_settings->get_ui_key() ]['callback'] = array( $this, 'build_tp_pickup_log' );

msgid "Content updates log"
msgstr ""

# <div class="update-nag">
# <p><i class="otgs-ico-warning"></i> <?php echo esc_html__( 'There is new translated content on this site. You can scan posts and strings to adjust links to point to translated content.', 'wpml-translation-management' ); ?></p>
# <p><?php $translate_link_targets_ui->render_top_link(); ?></p>

msgid "There is new translated content on this site. You can scan posts and strings to adjust links to point to translated content."
msgstr ""

# 
# <a href="#your_translators"><?php _e( 'Your Translators', 'wpml-translation-management' ); ?></a> &nbsp;&nbsp;
# 

msgid "Your Translators"
msgstr ""

# if ( !defined( 'ICL_HIDE_TRANSLATION_SERVICES' ) || !ICL_HIDE_TRANSLATION_SERVICES ) { ?>
# <a href='#translation_services'> <?php _e( 'Translation Services', 'wpml-translation-management' ) ?> </a>
# <?php } ?>

msgid "Translation Services"
msgstr ""

# if ( !defined( 'ICL_HIDE_TRANSLATION_SERVICES' ) || !ICL_HIDE_TRANSLATION_SERVICES ) {
# ?><a id="translation_services"><h3><?php _e( 'Available Translation Services', 'wpml-translation-management' ) ?></h3></a><?php
# if ( $this->can_display_translation_services() ) {

msgid "Available Translation Services"
msgstr ""

# ?>
# <h3>1. <?php _e( 'Review documents for translation', 'wpml-translation-management' ) ?></h3>
# 

msgid "Review documents for translation"
msgstr ""

# <form method="post" id="translation-jobs-basket-form" class="js-translation-jobs-basket-form"
# data-message="<?php _e( 'You are about to delete selected items from the basket. Are you sure you want to do that?',
# 'wpml-translation-management' ) ?>"

msgid "You are about to delete selected items from the basket. Are you sure you want to do that?"
msgstr ""

# ?>
# <h3>2. <?php _e( 'Choose translation options', 'wpml-translation-management' ) ?></h3>
# 

msgid "Choose translation options"
msgstr ""

# <input type="hidden" name="icl_tm_action" value="send_all_jobs"/>
# <label for="basket_name"><strong><?php _e( 'Batch name', 'wpml-translation-management' ) ?>:</strong></label>
# &nbsp;<input id="basket_name"

msgid "Batch name"
msgstr ""

# placeholder="<?php echo $basket_name_placeholder; ?>">
# <br/><span class="description"><?php _e( 'Give a name to the batch. If omitted, the default name will be applied.', 'wpml-translation-management' ) ?></span>
# 

msgid "Give a name to the batch. If omitted, the default name will be applied."
msgstr ""

# <th scope="col" width="15%"><?php _e( 'Language', 'wpml-translation-management' ) ?></th>
# <th scope="col"><?php _e( 'Translator', 'wpml-translation-management' ) ?></th>
# </tr>

msgid "Translator"
msgstr ""

# <label for="<?php echo esc_attr( 'translator[' . $lang[ 'code' ] . ']' ); ?>">
# <?php _e( 'Translate by', 'wpml-translation-management' ); ?>
# </label>

msgid "Translate by"
msgstr ""

# ?>
# <a href="admin.php?page=<?php echo WPML_TM_FOLDER ?>/menu/main.php&sm=translators"><?php _e( 'Manage translators', 'wpml-translation-management' ); ?></a>
# </td>

msgid "Manage translators"
msgstr ""

# <?php wp_nonce_field( 'check_basket_name_nonce', '_icl_nonce_check_basket_name' ); ?>
# <input type="submit" class="button-primary" name="send-all-jobs-for-translation" value="<?php _e( 'Send all items for translation', 'wpml-translation-management' ); ?>">
# </form>

msgid "Send all items for translation"
msgstr ""

# <th scope="col" id="cb" class="manage-column check-column" style="">
# <label class="screen-reader-text" for="bulk-select-top"><?php _e( 'Select All', 'wpml-translation-management' ) ?></label>
# <input id="bulk-select-top" class="bulk-select-checkbox" type="checkbox">

msgid "Select All"
msgstr ""

# <input type="hidden" name="icl_tm_action" value=""/>
# <input id="icl-tm-jobs-cancel-but" name="icl-tm-jobs-cancel-but" class="button-primary" type="submit" value="<?php _e( 'Cancel selected', 'wpml-translation-management' ) ?>" disabled="disabled"/>
# <span id="icl-tm-jobs-cancel-msg" style="display: none"><?php _e( 'Are you sure you want to cancel these jobs?', 'wpml-translation-management' ); ?></span>

msgid "Cancel selected"
msgstr ""

# <input id="icl-tm-jobs-cancel-but" name="icl-tm-jobs-cancel-but" class="button-primary" type="submit" value="<?php _e( 'Cancel selected', 'wpml-translation-management' ) ?>" disabled="disabled"/>
# <span id="icl-tm-jobs-cancel-msg" style="display: none"><?php _e( 'Are you sure you want to cancel these jobs?', 'wpml-translation-management' ); ?></span>
# <span id="icl-tm-jobs-cancel-msg-2" style="display: none"><?php _e( 'WARNING: %s job(s) are currently being translated.', 'wpml-translation-management' ); ?></span>

msgid "Are you sure you want to cancel these jobs?"
msgstr ""

# <span id="icl-tm-jobs-cancel-msg" style="display: none"><?php _e( 'Are you sure you want to cancel these jobs?', 'wpml-translation-management' ); ?></span>
# <span id="icl-tm-jobs-cancel-msg-2" style="display: none"><?php _e( 'WARNING: %s job(s) are currently being translated.', 'wpml-translation-management' ); ?></span>
# <span id="icl-tm-jobs-cancel-msg-3" style="display: none"><?php _e( 'Are you sure you want to abort this translation?', 'wpml-translation-management' ); ?></span>

msgid "WARNING: %s job(s) are currently being translated."
msgstr ""

# <span id="icl-tm-jobs-cancel-msg-2" style="display: none"><?php _e( 'WARNING: %s job(s) are currently being translated.', 'wpml-translation-management' ); ?></span>
# <span id="icl-tm-jobs-cancel-msg-3" style="display: none"><?php _e( 'Are you sure you want to abort this translation?', 'wpml-translation-management' ); ?></span>
# 

msgid "Are you sure you want to abort this translation?"
msgstr ""

# <ul class="wpml-navigation-links js-wpml-navigation-links">
# <li><a href="#ml-content-setup-sec-1"><?php _e('How to translate posts and pages', 'wpml-translation-management'); ?></a></li>
# <li><a href="#ml-content-setup-sec-2"><?php _e('Posts and pages synchronization', 'wpml-translation-management'); ?></a></li>

msgid "How to translate posts and pages"
msgstr ""

# <li><a href="#ml-content-setup-sec-1"><?php _e('How to translate posts and pages', 'wpml-translation-management'); ?></a></li>
# <li><a href="#ml-content-setup-sec-2"><?php _e('Posts and pages synchronization', 'wpml-translation-management'); ?></a></li>
# <li>

msgid "Posts and pages synchronization"
msgstr ""

# <li>
# <a href="#ml-content-setup-sec-3"><?php _e('Translated documents options', 'wpml-translation-management'); ?></a>
# </li>

msgid "Translated documents options"
msgstr ""

# <li>
# <a href="#ml-content-setup-sec-4"><?php _e('Custom posts slug translation options', 'wpml-string-translation'); ?></a>
# </li>

msgid "Custom posts slug translation options"
msgstr ""

# <li>
# <a href="#ml-content-setup-sec-5"><?php _e('Translation pickup mode', 'wpml-translation-management'); ?></a>
# </li>

msgid "Translation pickup mode"
msgstr ""

# </li>
# <li><a href="#ml-content-setup-sec-5-1"><?php _e('XLIFF file options', 'wpml-xliff'); ?></a></li>
# <li>

msgid "XLIFF file options"
msgstr ""

# <li>
# <a href="#ml-content-setup-sec-cf"><?php _e('Custom fields translation', 'wpml-translation-management'); ?></a>
# </li>

msgid "Custom fields translation"
msgstr ""

# <?php if ($custom_posts): ?>
# <li><a href="#ml-content-setup-sec-7"><?php _e('Custom posts', 'wpml-translation-management'); ?></a>
# </li>

msgid "Custom posts"
msgstr ""

# <?php if ($custom_taxonomies): ?>
# <li><a href="#ml-content-setup-sec-8"><?php _e('Custom taxonomies', 'wpml-translation-management'); ?></a>
# </li>

msgid "Custom taxonomies"
msgstr ""

# <li>
# <a href="#ml-content-setup-sec-9"><?php _e('Admin Strings to Translate', 'wpml-translation-management'); ?></a>
# </li>

msgid "Admin Strings to Translate"
msgstr ""

# <p>
# <?php _e("WPML can read a configuration file that tells it what needs translation in themes and plugins. The file is named wpml-config.xml and it's placed in the root folder of the plugin or theme.", 'wpml-translation-management'); ?>
# </p>

msgid "WPML can read a configuration file that tells it what needs translation in themes and plugins. The file is named wpml-config.xml and it's placed in the root folder of the plugin or theme."
msgstr ""

# <p>
# <a href="https://wpml.org/?page_id=5526"><?php _e('Learn more', 'wpml-translation-management') ?></a>
# </p>

msgid "Learn more"
msgstr ""

# <?php if ( ! $doc_translation_method): ?>checked="checked"<?php endif; ?> />
# <?php _e( 'Create translations manually', 'wpml-translation-management' ) ?>
# </label>

msgid "Create translations manually"
msgstr ""

# <?php if ($doc_translation_method): ?>checked="checked"<?php endif; ?> />
# <?php _e( 'Use the translation editor', 'wpml-translation-management' ) ?>
# </label>

msgid "Use the translation editor"
msgstr ""

# type="checkbox"/>
# <?php _e('Show translation instructions in the list of pages', 'wpml-translation-management') ?>
# </label>

msgid "Show translation instructions in the list of pages"
msgstr ""

# <a href="https://wpml.org/?page_id=3416"
# target="_blank"><?php _e('Learn more about the different translation options', 'wpml-translation-management') ?></a>
# </p>

msgid "Learn more about the different translation options"
msgstr ""

# <h4>
# <?php _e('Document status', 'wpml-translation-management') ?>
# </h4>

msgid "Document status"
msgstr ""

# <?php checked( (bool) icl_get_setting( 'translated_document_status' ), true ); ?> />
# <?php _e('Same as the original document', 'wpml-translation-management') ?>
# </label>

msgid "Same as the original document"
msgstr ""

# <p class="explanation-text">
# <?php _e( 'Choose if translations should be published when received. Note: If Publish is selected, the translation will only be published if the original document is published when the translation is received.', 'wpml-translation-management') ?>
# </p>

msgid "Choose if translations should be published when received. Note: If Publish is selected, the translation will only be published if the original document is published when the translation is received."
msgstr ""

# <h4>
# <?php _e('Page URL', 'wpml-translation-management') ?>
# </h4>

msgid "Page URL"
msgstr ""

# $sitepress_settings['translated_document_page_url'] == 'auto-generate'): ?>checked="checked"<?php endif; ?> />
# <?php _e('Auto-generate from title (default)', 'wpml-translation-management') ?>
# </label>

msgid "Auto-generate from title (default)"
msgstr ""

# <?php if ($sitepress_settings['translated_document_page_url'] == 'translate'): ?>checked="checked"<?php endif; ?> />
# <?php _e('Translate (this will include the slug in the translation and not create it automatically from the title)', 'wpml-translation-management') ?>
# </label>

msgid "Translate (this will include the slug in the translation and not create it automatically from the title)"
msgstr ""

# <?php if ($sitepress_settings['translated_document_page_url'] == 'copy-encoded'): ?>checked="checked"<?php endif; ?> />
# <?php _e('Copy from original language if translation language uses encoded URLs', 'wpml-translation-management') ?>
# </label>

msgid "Copy from original language if translation language uses encoded URLs"
msgstr ""

# <?php if ($sitepress_settings['translation_pickup_method'] == ICL_PRO_TRANSLATION_PICKUP_POLLING): ?>checked="checked"<?php endif; ?> />
# <?php _e('The site will fetch translations manually', 'wpml-translation-management'); ?>
# </label>

msgid "The site will fetch translations manually"
msgstr ""

# <th colspan="3">
# <?php _e('Admin Strings', 'wpml-translation-management'); ?>
# </th>

msgid "Admin Strings"
msgstr ""

# <p><a class="button-secondary"
# href="<?php echo admin_url('admin.php?page=' . WPML_ST_FOLDER . '/menu/string-translation.php') ?>"><?php _e('Edit translatable strings', 'wpml-translation-management') ?></a>
# </p>

msgid "Edit translatable strings"
msgstr ""

# <div class="wpml-section-header">
# <h4><?php _e('Notify translator about new job:', 'wpml-translation-management'); ?></h4>
# </div>

msgid "Notify translator about new job:"
msgstr ""

# <label
# for="icl_tm_notify_translator"><?php _e('Notify immediately', 'wpml-translation-management'); ?></label>
# </li>

msgid "Notify immediately"
msgstr ""

# <label
# for="icl_tm_notify_translator_dont"><?php _e('No notification', 'wpml-translation-management'); ?></label>
# </li>

msgid "No notification"
msgstr ""

# 
# <h4><?php _e('Notify translator manager when job is completed:', 'wpml-translation-management'); ?></h4>
# </div>

msgid "Notify translator manager when job is completed:"
msgstr ""

# 
# <h4><?php _e('Notify translator when removed from job:', 'wpml-translation-management'); ?></h4>
# </div>

msgid "Notify translator when removed from job:"
msgstr ""

# <th scope="col" class="manage-column column-note">
# <img title="<?php _e( 'Note for translators', 'wpml-translation-management' ) ?>" src="<?php echo WPML_TM_URL ?>/res/img/notes.png" alt="note" width="16" height="16"/>
# </th>

msgid "Note for translators"
msgstr ""

# <tr>
# <td><strong style="font-size: large"><?php _e('All Languages', 'wpml-translation-management'); ?></strong></td>
# <td>

msgid "All Languages"
msgstr ""

# <td>
# <input type="radio" id="duplicate-all" value="2" name="radio-action-all" <?php echo $duplicate_checked ?> /> <?php _e( 'Duplicate content',
# 'wpml-translation-management' ) ?>

msgid "Duplicate content"
msgstr ""

# <td>
# <input type="radio" id="update-none" value="0" name="radio-action-all" <?php echo $do_nothing_checked; ?> /> <?php _e( 'Do nothing', 'wpml-translation-management' ) ?>
# </td>

msgid "Do nothing"
msgstr ""

# <td scope="col" colspan="<?php echo $colspan; ?>" align="center">
# <span class="no-documents-found"><?php _e( 'No documents found', 'wpml-translation-management' ) ?></span>
# </td>

msgid "No documents found"
msgstr ""

# 
# <?php _e("This is a log of the communication between your site and the translation system. It doesn't include any private information and allows WPML support to help with problems related to sending content to translation.", 'wpml-translation-management'); ?>
# 

msgid "This is a log of the communication between your site and the translation system. It doesn't include any private information and allows WPML support to help with problems related to sending content to translation."
msgstr ""

# <br />
# <input class="button-secondary" type="submit" name="tp-com-clear-log" value="<?php _e( 'Clear log', 'wpml-translation-management' ); ?>">
# <?php else: ?>

msgid "Clear log"
msgstr ""

# <?php else: ?>
# <strong><?php _e('The communication log is empty.', 'wpml-translation-management'); ?></strong>
# <br />

msgid "The communication log is empty."
msgstr ""

# 
# <input class="button-secondary" type="submit" name="tp-com-disable-log" value="<?php _e( 'Disable logging', 'wpml-translation-management' ); ?>">
# 

msgid "Disable logging"
msgstr ""

# <?php else: ?>
# <?php _e("Communication logging is currently disabled. To allow WPML support to help you with issues related to sending content to translation, you need to enable the communication logging.", 'wpml-translation-management'); ?>
# 

msgid "Communication logging is currently disabled. To allow WPML support to help you with issues related to sending content to translation, you need to enable the communication logging."
msgstr ""

# <br />
# <input class="button-secondary" type="submit" name="tp-com-enable-log" value="<?php _e( 'Enable logging', 'wpml-translation-management' ); ?>">
# 

msgid "Enable logging"
msgstr ""

# type="checkbox"/>
# <?php esc_html_e( "Don't include already translated terms in the translation editor",
# 'wpml-translation-management' ) ?>

msgid "Don't include already translated terms in the translation editor"
msgstr ""

# <label for="icl_language_selector">
# <strong><?php echo __( 'Show documents in:', 'wpml-translation-management' ) ?></strong>
# </label>

msgid "Show documents in:"
msgstr ""

# <label for="filter_tstatus">
# <strong><?php echo __( 'Translation status:', 'wpml-translation-management' ) ?></strong>
# </label>

msgid "Translation status:"
msgstr ""

# $option_status = array(
# - 1 => __( 'All documents', 'wpml-translation-management' ),
# ICL_TM_NOT_TRANSLATED => __(

msgid "All documents"
msgstr ""

# - 1 => __( 'All documents', 'wpml-translation-management' ),
# ICL_TM_NOT_TRANSLATED => __(
# 'Not translated or needs updating',

msgid "Not translated or needs updating"
msgstr ""

# ),
# ICL_TM_NEEDS_UPDATE => __( 'Needs updating', 'wpml-translation-management' ),
# ICL_TM_IN_PROGRESS => __( 'Translation in progress', 'wpml-translation-management' ),

msgid "Needs updating"
msgstr ""

# ICL_TM_NEEDS_UPDATE => __( 'Needs updating', 'wpml-translation-management' ),
# ICL_TM_IN_PROGRESS => __( 'Translation in progress', 'wpml-translation-management' ),
# ICL_TM_COMPLETE => __( 'Translation complete', 'wpml-translation-management' )

msgid "Translation in progress"
msgstr ""

# $basket_locked_string .= sprintf(
# __(
# 'Language filtering has been disabled because you already have items in %s in the basket.',

msgid "Language filtering has been disabled because you already have items in %s in the basket."
msgstr ""

# $basket_locked_string .= '<br/>';
# $basket_locked_string .= __(
# 'To re-enable it, please empty the basket or send it for translation.',

msgid "To re-enable it, please empty the basket or send it for translation."
msgstr ""

# ?>
# <label for="icl_parent_filter_control"><?php echo __( 'Parent:', 'wpml-translation-management' ) ?></label>
# <select id="icl_parent_filter_control" name="filter[parent_type]">

msgid "Parent:"
msgstr ""

# <td>
# <strong><?php echo __( 'Filters:', 'wpml-translation-management' ) ?></strong><br/>
# <fieldset>

msgid "Filters:"
msgstr ""

# class="button-primary" type="submit"
# value="<?php echo __( 'Display', 'wpml-translation-management' ) ?>"/>
# </div>

msgid "Display"
msgstr ""

# <label for="filter_to_lang">
# <strong><?php _e( 'Translated to:', 'wpml-translation-management' ); ?></strong>
# </label>

msgid "Translated to:"
msgstr ""

# <select id="filter_to_lang" name="filter[to_lang]">
# <option value=""><?php _e( 'All languages', 'wpml-translation-management' ) ?></option>
# <?php

msgid "All languages"
msgstr ""

# ?>
# <label for="filter_type"><?php _e( 'Type:', 'wpml-translation-management' ) ?></label>
# <select id="filter_type" name="filter[type]">

msgid "Type:"
msgstr ""

# <select id="filter_type" name="filter[type]">
# <option value=""><?php _e( 'Any', 'wpml-translation-management' ) ?></option>
# <?php

msgid "Any"
msgstr ""

# ?>
# <label for="filter_title"><?php _e( 'Title:', 'wpml-translation-management' ) ?></label>
# <input type="text" id="filter_title" name="filter[title]"

msgid "Title:"
msgstr ""

# ?>
# <label for="filter_status"><?php _e( 'Status:', 'wpml-translation-management' ) ?></label>
# <select id="filter_status" name="filter[status]">

msgid "Status:"
msgstr ""

# <option value="page"
# <?php if ($this->translation_filter[ 'parent_type' ] == 'page'): ?>selected="selected"<?php endif ?>><?php _e(
# 'Page',

msgid "Page"
msgstr ""

# <option value="category"
# <?php if ($this->translation_filter[ 'parent_type' ] == 'category'): ?>selected="selected"<?php endif ?>><?php _e(
# 'Category',

msgid "Category"
msgstr ""

# <th colspan="2">
# <strong><?php _e(
# 'Select which documents to display',

msgid "Select which documents to display"
msgstr ""

# <input class="button-secondary" type="button"
# value="<?php esc_attr_e( 'clear', 'wpml-translation-management' ) ?>"
# onclick="jQuery('#filter_title').val('');jQuery(this).fadeOut();"/>

msgid "clear"
msgstr ""

# 'BB_default'                     => __( 'Add to translation basket', 'wpml-translation-management' ),
# 'BB_mixed_actions'               => __(
# 'Add to translation basket / Duplicate',

msgid "Add to translation basket / Duplicate"
msgstr ""

# 'BB_duplicate_all'               => __( 'Duplicate', 'wpml-translation-management' ),
# 'BB_no_actions'                  => __(
# 'Choose at least one translation action',

msgid "Choose at least one translation action"
msgstr ""

# ),
# 'duplication_complete'           => __(
# 'Finished Post Duplication',

msgid "Finished Post Duplication"
msgstr ""

# 'wpml_need_sync_message_nonce'   => wp_create_nonce( 'wpml_need_sync_message_nonce' ),
# 'duplicating'                    => __( 'Duplicating', 'wpml-translation-management' ),
# );

msgid "Duplicating"
msgstr ""

# . '&service=icanlocalize" class="button-secondary"><span>'
# . __( 'Add translators', 'wpml-translation-management' )
# . '</span></a>';

msgid "Add translators"
msgstr ""

# $output .= '<p class="icl-translation-links">';
# $output .= '<a class="icl-mail-ico" href="' . $service['contact_url'] . '" target="_blank">' . __( 'Contact', 'wpml-translation-management' ) . " {$service['name']}</a>";
# $output .= '<a id="icl_hide_promo" href="#">' . __( 'Hide this', 'wpml-translation-management' ) . '</a>';

msgid "Contact"
msgstr ""

# $output .= '<a class="icl-mail-ico" href="' . $service['contact_url'] . '" target="_blank">' . __( 'Contact', 'wpml-translation-management' ) . " {$service['name']}</a>";
# $output .= '<a id="icl_hide_promo" href="#">' . __( 'Hide this', 'wpml-translation-management' ) . '</a>';
# $output .= '</p>';

msgid "Hide this"
msgstr ""

# 
# $output .= '<a class="' . $col_hidden . '" id="icl_show_promo" href="#">' . __( 'Need translators?', 'wpml-translation-management' ) . '</a>';
# }

msgid "Need translators?"
msgstr ""

# $action_link_args = array(
# 'title'     => __( 'Contact translator', 'sitepress' ),
# 'unload_cb' => 'icl_thickbox_refresh',

msgid "Contact translator"
msgstr ""

# if ( $e->getCode() == ICL_LANGUAGE_NOT_SUPPORTED ) {
# printf( __( '<p>Requested languages are not supported by the translation service (%s). Please <a%s>contact us</a> for support. </p>', 'sitepress' ), $e->getMessage(), ' target="_blank" href="http://wpml.org/?page_id=5255"' );
# } else {

msgid "<p>Requested languages are not supported by the translation service (%s). Please <a%s>contact us</a> for support. </p>"
msgstr ""

# } else {
# printf( __( '<p>Could not add the requested languages. Please <a%s>contact us</a> for support. </p><p>Show <a%s>debug information</a>.</p>', 'sitepress' ), ' target="_blank" href="http://wpml.org/?page_id=5255"',
# ' a href="admin.php?page=' .

msgid "<p>Could not add the requested languages. Please <a%s>contact us</a> for support. </p><p>Show <a%s>debug information</a>.</p>"
msgstr ""

# if ( 'no-ts' === $response ) {
# wp_send_json_error( array( 'message' => __( 'Please activate translation service first.', 'sitepress' ) ) );
# }

msgid "Please activate translation service first."
msgstr ""

# if ( 'cant-update' === $response ) {
# wp_send_json_error( array( 'message' => __( 'Could not update the translation pickup mode.', 'sitepress' ) ) );
# }

msgid "Could not update the translation pickup mode."
msgstr ""

# 
# wp_send_json_success( array( 'message' => __( 'Ok', 'sitepress' ) ) );
# break;

msgid "Ok"
msgstr ""

# echo '<label><input type="checkbox" name="icl_minor_edit" value="1" style="min-width:15px;" />&nbsp;';
# echo __('Minor edit - don\'t update translation','sitepress');
# echo '</label>';

msgid "Minor edit - don't update translation"
msgstr ""

# if ( ! $batch_name ) {
# $batch_name = sprintf( __( '%s: WPML Translation Jobs',
# 'wpml-translation-management' ), get_option( 'blogname' ) );

msgid "%s: WPML Translation Jobs"
msgstr ""

# 
# $text =  __( 'The items you have selected are now in the translation basket &ndash;', 'wpml-translation-management' );
# $text .= ' ' . sprintf( __( '<a href="%s">Send to translation &raquo;</a>', 'wpml-translation-management' ), $basket_link );

msgid "The items you have selected are now in the translation basket &ndash;"
msgstr ""

# $text =  __( 'The items you have selected are now in the translation basket &ndash;', 'wpml-translation-management' );
# $text .= ' ' . sprintf( __( '<a href="%s">Send to translation &raquo;</a>', 'wpml-translation-management' ), $basket_link );
# 

msgid "<a href=\"%s\">Send to translation &raquo;</a>"
msgstr ""

# 'type' => 'update',
# 'text' => sprintf( __( 'Post "%s" will be ignored for %s, because translation is already in progress.',
# 'wpml-translation-management' ),

msgid "Post \"%s\" will be ignored for %s, because translation is already in progress."
msgstr ""

# 'type' => 'update',
# 'text' => sprintf( __( 'Post "%s" will be ignored for %s, because translation is already waiting for translator.',
# 'wpml-translation-management' ),

msgid "Post \"%s\" will be ignored for %s, because translation is already waiting for translator."
msgstr ""

# 'type' => 'update',
# 'text' => sprintf( __( 'Post "%s" will be ignored for %s, because it is an original post.',
# 'wpml-translation-management' ),

msgid "Post \"%s\" will be ignored for %s, because it is an original post."
msgstr ""

# 'type' => 'error',
# 'text' => __( 'Please select at least one document to translate.', 'wpml-translation-management' )
# );

msgid "Please select at least one document to translate."
msgstr ""

# 'type' => 'error',
# 'text' => __( 'Please select at least one language to translate into.', 'wpml-translation-management' )
# );

msgid "Please select at least one language to translate into."
msgstr ""

# 'type' => 'update',
# 'text' => __( 'You cannot add strings  in this language to the basket since it already contains posts or strings of another source language!
# Either submit the current basket and then add the post or delete the posts of differing language in the current basket', 'wpml-translation-management' )

msgid "You cannot add strings  in this language to the basket since it already contains posts or strings of another source language!\n\t\t\t\t\t\tEither submit the current basket and then add the post or delete the posts of differing language in the current basket"
msgstr ""

# 'type' => 'update',
# 'text' => sprintf( __( 'String "%s" will be ignored for %s, because translation is already waiting for translator.',
# 'wpml-translation-management' ),

msgid "String \"%s\" will be ignored for %s, because translation is already waiting for translator."
msgstr ""

# 
# $html .= '<h3>3. ' . __( 'Select additional options', 'wpml-translation-management' ) . ' <a href="#" id="basket_extra_fields_refresh">(' . __( "Refresh", 'wpml-translation-management' ) . ')</a></h3>';
# 

msgid "Select additional options"
msgstr ""

# 'type' => 'update',
# 'text' => __( 'You cannot add posts in this language to the basket since it already contains posts or strings of another source language!
# Either submit the current basket and then add the post or delete the posts of differing language in the current basket', 'wpml-translation-management' )

msgid "You cannot add posts in this language to the basket since it already contains posts or strings of another source language!\n\t\t\t\t\t\tEither submit the current basket and then add the post or delete the posts of differing language in the current basket"
msgstr ""

# $result['message'] = sprintf(
# __( 'The length of the batch name exceeds the maximum length of %s', 'wpml-translation-management' ),
# $basket_name_max_length

msgid "The length of the batch name exceeds the maximum length of %s"
msgstr ""

# $result['new_value'] = $this->get_unique_basket_name( $basket_name, $basket_name_max_length );
# $result['message']   = __(
# 'This batch name already exists and was modified to ensure unique naming',

msgid "This batch name already exists and was modified to ensure unique naming"
msgstr ""

# $footer = sprintf(
# __( 'You can view your other translation jobs here: %s', 'sitepress' ),
# $tj_url

msgid "You can view your other translation jobs here: %s"
msgstr ""

# $footer .= sprintf(
# __(
# "This message was automatically sent by Translation Management running on %s. To stop receiving these notifications contact the system administrator at %s.\n\nThis email is not monitored for replies.",

msgid "This message was automatically sent by Translation Management running on %s. To stop receiving these notifications contact the system administrator at %s.\n\nThis email is not monitored for replies."
msgstr ""

# $footer = "\n--\n" . sprintf(
# __(
# "This message was automatically sent by Translation Management running on %s. To stop receiving these notifications, go to Notification Settings, or contact the system administrator at %s.\n\nThis email is not monitored for replies.",

msgid "This message was automatically sent by Translation Management running on %s. To stop receiving these notifications, go to Notification Settings, or contact the system administrator at %s.\n\nThis email is not monitored for replies."
msgstr ""

# $post_link = $job->get_url( true );
# $post_link = $post_link != "" ? sprintf( __( "\nView the original document in %s here: %s\n",
# 'sitepress' ),

msgid "\nView the original document in %s here: %s\n"
msgstr ""

# $mail['to']      = $t->display_name . ' <' . $t->user_email . '>';
# $mail['subject'] = sprintf( __( 'New translation job from %s', 'sitepress' ), get_bloginfo( 'name' ) );
# $mail['body']    = sprintf(

msgid "New translation job from %s"
msgstr ""

# $mail['body']    = sprintf(
# __( "New job available from %s to %s.\n%s\nStart editing: %s", 'sitepress' ),
# $lang_from,

msgid "New job available from %s to %s.\n%s\nStart editing: %s"
msgstr ""

# $mail['subject']  = sprintf(
# __( 'Translator has updated translation job for %s', 'sitepress' ),
# get_bloginfo( 'name' )

msgid "Translator has updated translation job for %s"
msgstr ""

# $mail['subject']  = sprintf(
# __( 'Translator has completed translation job for %s', 'sitepress' ),
# get_bloginfo( 'name' ) );

msgid "Translator has completed translation job for %s"
msgstr ""

# //exit;
# $mail['body'] = sprintf( __( "Hi %s,", 'sitepress' ), $user->display_name );
# $mail['body'] .= "\n\n";

msgid "Hi %s,"
msgstr ""

# $mail['body'] .= sprintf(
# __( "You have been assigned to new translation job from %s to %s.\n%s\nStart editing: %s", 'sitepress' ),
# $lang_from,

msgid "You have been assigned to new translation job from %s to %s.\n%s\nStart editing: %s"
msgstr ""

# $mail['to']      = $translator->display_name . ' <' . $translator->user_email . '>';
# $mail['subject'] = sprintf( __( 'Removed from translation job on %s', 'sitepress' ), get_bloginfo( 'name' ) );
# $mail['body']    = sprintf(

msgid "Removed from translation job on %s"
msgstr ""

# $mail['body']    = sprintf(
# __( 'You have been removed from the translation job "%s" for %s to %s.', 'sitepress' ),
# $doc_title,

msgid "You have been removed from the translation job \"%s\" for %s to %s."
msgstr ""

# $mail['to']         = $manager->display_name . ' <' . $manager->user_email . '>';
# $mail['subject']    = sprintf( __( 'Translator has resigned from job on %s', 'sitepress' ),
# get_bloginfo( 'name' ) );

msgid "Translator has resigned from job on %s"
msgstr ""

# $mail['body']       = sprintf(
# __(
# 'Translator %s has resigned from the translation job "%s" for %s to %s.%sView translation jobs: %s',

msgid "Translator %s has resigned from the translation job \"%s\" for %s to %s.%sView translation jobs: %s"
msgstr ""

# $service       = new stdClass();
# $service->name = __( '(inactive and unknown service)', 'wpml-translation-management' );
# }

msgid "(inactive and unknown service)"
msgstr ""

# $iframe_args                   = array(
# 'title'     => __( 'Contact the translator', 'wpml-translation-management' ),
# 'unload_cb' => 'icl_thickbox_refresh'

msgid "Contact the translator"
msgstr ""

# $translator .= '<span class="icl_tj_select_translator_controls" id="icl_tj_tc_' . ( $job_id ) . '">';
# $translator .= '<input type="button" class="button-secondary icl_tj_ok" value="' . __(
# 'Send',

msgid "Send"
msgstr ""

# $wpdb->update( $wpdb->prefix . 'icl_translations', array( 'element_id' => $new_post_id ), array( 'translation_id' => $translation_id ) );
# $user_message = __( 'Translation added: ', 'sitepress' ) . '<a href="' . $link . '">' . $postarr['post_title'] . '</a>.';
# } else {

msgid "Translation added: "
msgstr ""

# } else {
# $user_message = __( 'Translation updated: ', 'sitepress' ) . '<a href="' . $link . '">' . $postarr['post_title'] . '</a>.';
# }

msgid "Translation updated: "
msgstr ""

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

msgid "Translation (incomplete) saved."
msgstr ""

# 'type' => 'error',
# 'text' => __( 'Submitted data is not valid.', 'sitepress' )
# ) );

msgid "Submitted data is not valid."
msgstr ""

# if ( ! $job ) {
# $validation_default_results['messages'][] = __( 'Job ID is missing', 'sitepress' );
# }

msgid "Job ID is missing"
msgstr ""

# if ( ! $original_post ) {
# $validation_default_results['messages'][] = __( 'The original post cannot be retrieved', 'sitepress' );
# }

msgid "The original post cannot be retrieved"
msgstr ""

# if ( ! $element_type_prefix ) {
# $validation_default_results['messages'][] = __( 'The type of the post cannot be retrieved', 'sitepress' );
# }

msgid "The type of the post cannot be retrieved"
msgstr ""

# $is_valid                                 = false;
# $validation_default_results['messages'][] = __( 'This job cannot be edited anymore because a newer job for this element exists.', 'wpml-translation-management' );
# }

msgid "This job cannot be edited anymore because a newer job for this element exists."
msgstr ""
