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

# public function __construct() {
# $widget_ops  = array( 'classname' => 'widget_text_icl', 'description' => __( 'Multilingual arbitrary text or HTML', 'sitepress' ) );
# parent::__construct( 'text_icl', __( 'Multilingual Text', 'sitepress' ), $widget_ops );

msgid "Multilingual arbitrary text or HTML"
msgstr ""

# $widget_ops  = array( 'classname' => 'widget_text_icl', 'description' => __( 'Multilingual arbitrary text or HTML', 'sitepress' ) );
# parent::__construct( 'text_icl', __( 'Multilingual Text', 'sitepress' ), $widget_ops );
# }

msgid "Multilingual Text"
msgstr ""

# ?>
# <p><label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:'); ?></label>
# <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" type="text" value="<?php echo esc_attr($title); ?>" /></p>

msgid "Title:"
msgstr ""

# 
# <p><input id="<?php echo $this->get_field_id('filter'); ?>" name="<?php echo $this->get_field_name('filter'); ?>" type="checkbox" <?php checked(isset($instance['filter']) ? $instance['filter'] : 0); ?> />&nbsp;<label for="<?php echo $this->get_field_id('filter'); ?>"><?php _e('Automatically add paragraphs'); ?></label></p>
# <?php

msgid "Automatically add paragraphs"
msgstr ""

# return array(
# 'buttonLabel' => __( 'Recreate ST DB cache tables', 'sitepress' ),
# 'description' => __( 'Recreate String Translation cache tables when they are missing or are invalid.', 'sitepress' ),

msgid "Recreate ST DB cache tables"
msgstr ""

# 'buttonLabel' => __( 'Recreate ST DB cache tables', 'sitepress' ),
# 'description' => __( 'Recreate String Translation cache tables when they are missing or are invalid.', 'sitepress' ),
# 'successMsg'  => esc_js( __( 'Done', 'sitepress' ) ),

msgid "Recreate String Translation cache tables when they are missing or are invalid."
msgstr ""

# 'description' => __( 'Recreate String Translation cache tables when they are missing or are invalid.', 'sitepress' ),
# 'successMsg'  => esc_js( __( 'Done', 'sitepress' ) ),
# 'nonce'       => wp_create_nonce( 'wpml-st-upgrade-db-cache-command-nonce' ),

msgid "Done"
msgstr ""

# if ( $_FILES[ 'icl_po_file' ][ 'size' ] === 0 ) {
# $this->errors = esc_html__( 'File upload error', 'wpml-string-translation' );
# return null;

msgid "File upload error"
msgstr ""

# if($this->settings->is_on( ) && $_translate && !$string_id) {
# $message = sprintf( __( "%s slugs are set to be translated, but they are missing their translation", 'wpml-string-translation'), $custom_post->labels->name);
# ICL_AdminNotifier::displayInstantMessage( $message, 'error', 'below-h2', false );

msgid "%s slugs are set to be translated, but they are missing their translation"
msgstr ""

# <input name="translate_slugs[<?php echo $post_type ?>][on]" type="checkbox" value="1" <?php checked(1, $_translate, true) ?> />
# <?php printf(__('Use different slugs in different languages for %s.', 'wpml-string-translation'), $custom_post->labels->name); ?>
# </label>

msgid "Use different slugs in different languages for %s."
msgstr ""

# ?>
# <em class="icl_st_slug_tr_warn"><?php _e( "Not marked as 'complete'. Press 'Save' to enable.", 'wpml-string-translation' ) ?></em>
# <?php

msgid "Not marked as 'complete'. Press 'Save' to enable."
msgstr ""

# ?>
# <label for="translate_slugs[<?php echo $post_type ?>][langs][<?php echo $language[ 'code' ] ?>]"> <em><?php _e( "(original)", 'wpml-string-translation' ) ?></em></label>
# </td>

msgid "(original)"
msgstr ""

# <p>
# <?php printf(__('WPML needs to update the database. This update will help improve WPML\'s performance when fetching translated strings.', 'wpml-string-translation') ); ?>
# <br /><br />

msgid "WPML needs to update the database. This update will help improve WPML's performance when fetching translated strings."
msgstr ""

# <p>
# <?php printf(__('The database has been updated.', 'wpml-string-translation') ); ?>
# <br /><br />

msgid "The database has been updated."
msgstr ""

# <br /><br />
# <button class="wpml-st-upgrade-migrate-originals"><?php esc_html_e( 'Update Now', 'wpml-string-translation' ); ?></button> <span class="spinner" style="float: none"></span>
# </p>

msgid "Update Now"
msgstr ""

# <br /><br />
# <button class="wpml-st-upgrade-migrate-originals-close"><?php esc_html_e( 'Close', 'wpml-string-translation' ); ?></button>
# </p>

msgid "Close"
msgstr ""

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

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

# class="message error wpml-admin-notice wpml-st-inactive wpml-outdated">
# <p><?php printf( __( 'WPML String Translation is enabled but not effective, because WPML is outdated. Please update WPML first.', 'wpml-string-translation' ) ); ?></p>
# </div>

msgid "WPML String Translation is enabled but not effective, because WPML is outdated. Please update WPML first."
msgstr ""

# <div class="error wpml-admin-notice wpml-st-inactive wpml-inactive">
# <p><?php _e( 'Please activate WPML Multilingual CMS to have WPML String Translation working.', 'wpml-string-translation' ); ?></p>
# </div>

msgid "Please activate WPML Multilingual CMS to have WPML String Translation working."
msgstr ""

# class="wpml-change-language-dialog"
# title="<?php _e( 'Change the language of selected strings', 'wpml-string-translation' ); ?>"
# style="display:none"

msgid "Change the language of selected strings"
msgstr ""

# style="display:none"
# data-button-text="<?php _e( 'Apply', 'wpml-string-translation' ); ?>"
# data-cancel-text="<?php _e( 'Cancel', 'wpml-string-translation' ); ?>" >

msgid "Apply"
msgstr ""

# data-button-text="<?php _e( 'Apply', 'wpml-string-translation' ); ?>"
# data-cancel-text="<?php _e( 'Cancel', 'wpml-string-translation' ); ?>" >
# 

msgid "Cancel"
msgstr ""

# 
# <h2 class="summary js-summary" data-text="<?php _e( 'The selected strings are currently in %LANG%', 'wpml-string-translation' ); ?>"></h2>
# 

msgid "The selected strings are currently in %LANG%"
msgstr ""

# 
# <?php _e('Change the language to: ', 'wpml-string-translation'); ?>
# 

msgid "Change the language to: "
msgstr ""

# <tr>
# <td colspan="6" align="center"><?php echo __('No strings found', 'wpml-string-translation')?></td>
# </tr>

msgid "No strings found"
msgstr ""

# <th scope="col" class="manage-column column-cb check-column"><input type="checkbox" /></th>
# <th scope="col"><?php echo __('Domain', 'wpml-string-translation') ?></th>
# <th scope="col"><?php echo __('Context', 'wpml-string-translation') ?></th>

msgid "Domain"
msgstr ""

# <th scope="col"><?php echo __('Domain', 'wpml-string-translation') ?></th>
# <th scope="col"><?php echo __('Context', 'wpml-string-translation') ?></th>
# <th scope="col"><?php echo __('Name', 'wpml-string-translation') ?></th>

msgid "Context"
msgstr ""

# <th scope="col"><?php echo __('Context', 'wpml-string-translation') ?></th>
# <th scope="col"><?php echo __('Name', 'wpml-string-translation') ?></th>
# <th scope="col"><?php echo __('View', 'wpml-string-translation') ?></th>

msgid "Name"
msgstr ""

# <th scope="col"><?php echo __('Name', 'wpml-string-translation') ?></th>
# <th scope="col"><?php echo __('View', 'wpml-string-translation') ?></th>
# <th scope="col"><?php echo __('String', 'wpml-string-translation') ?></th>

msgid "View"
msgstr ""

# <th scope="col"><?php echo __('View', 'wpml-string-translation') ?></th>
# <th scope="col"><?php echo __('String', 'wpml-string-translation') ?></th>
# <th scope="col"><?php echo __('Status', 'wpml-string-translation') ?></th>

msgid "String"
msgstr ""

# <th scope="col"><?php echo __('String', 'wpml-string-translation') ?></th>
# <th scope="col"><?php echo __('Status', 'wpml-string-translation') ?></th>
# </tr>

msgid "Status"
msgstr ""

# <div style="float:right;">
# <a href="#icl-st-toggle-translations"><?php echo __('translations','wpml-string-translation') ?></a>
# </div>

msgid "translations"
msgstr ""

# <?php endif; ?>
# <label><input<?php echo $form_disabled ?> type="checkbox" name="icl_st_translation_complete" value="1" <?php echo $tr_complete_checked ?> <?php if(isset($icl_string['translations'][$lang['code']])): ?>id="icl_st_cb_<?php echo $icl_string['translations'][$lang['code']]['id'] ?>"<?php endif;?> /> <?php echo __('Translation is complete','wpml-string-translation')?></label>&nbsp;
# <input<?php echo $form_disabled ?> type="submit" class="button-secondary action" value="<?php echo __('Save', 'wpml-string-translation')?>" />

msgid "Translation is complete"
msgstr ""

# <label><input<?php echo $form_disabled ?> type="checkbox" name="icl_st_translation_complete" value="1" <?php echo $tr_complete_checked ?> <?php if(isset($icl_string['translations'][$lang['code']])): ?>id="icl_st_cb_<?php echo $icl_string['translations'][$lang['code']]['id'] ?>"<?php endif;?> /> <?php echo __('Translation is complete','wpml-string-translation')?></label>&nbsp;
# <input<?php echo $form_disabled ?> type="submit" class="button-secondary action" value="<?php echo __('Save', 'wpml-string-translation')?>" />
# <?php if ( $form_disabled_reason ): ?>

msgid "Save"
msgstr ""

# if ( ! $can_translate ) {
# $form_disabled_reason = __( "You can't translate this string because it hasn't been sent for translation in this language", 'wpml-string-translation' );
# }

msgid "You can't translate this string because it hasn't been sent for translation in this language"
msgstr ""

# $can_translate = false;
# $form_disabled_reason = __( "You can't translate this string because it's assigned to another translator", 'wpml-string-translation' );
# }

msgid "You can't translate this string because it's assigned to another translator"
msgstr ""

# ?>
# <a class="thickbox" title="<?php _e('view in source', 'wpml-string-translation') ?>"
# href="admin.php?page=<?php echo WPML_ST_FOLDER ?>%2Fmenu%2Fstring-translation.php&amp;icl_action=view_string_in_source&amp;string_id=<?php

msgid "view in source"
msgstr ""

# echo $string_id ?>&amp;width=810&amp;height=600"><img src="<?php echo WPML_ST_URL ?>/res/img/view-in-source.png" width="16" height="16"
# alt="<?php _e('view in page', 'wpml-string-translation') ?>" /></a>
# <?php

msgid "view in page"
msgstr ""

# class="wpml-change-language-dialog"
# title="<?php _e( 'Language of domains', 'wpml-string-translation' ); ?>"
# style="display:none"

msgid "Language of domains"
msgstr ""

# <label for="wpml-domain-select">
# <?php _e( 'Select for which domain to set the language: ', 'wpml-string-translation' ); ?>
# </label>

msgid "Select for which domain to set the language: "
msgstr ""

# <select id="wpml-domain-select">
# <option value="" selected="selected"><?php _e( '-- Please select --', 'wpml-string-translation' ); ?></option>
# <?php

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

# <p class="wpml-cdl-info">
# <?php _e( 'This domain currently has the following strings:', 'wpml-string-translation'); ?>
# </p>

msgid "This domain currently has the following strings:"
msgstr ""

# <td class="manage-column column-cb check-column"><input class="js-all-check" type="checkbox" value="all" /></td>
# <th><?php _e( 'Current source language', 'wpml-string-translation' ); ?></th>
# <th class="num"><?php _e( 'Number of strings', 'wpml-string-translation' ); ?></th>

msgid "Current source language"
msgstr ""

# <th><?php _e( 'Current source language', 'wpml-string-translation' ); ?></th>
# <th class="num"><?php _e( 'Number of strings', 'wpml-string-translation' ); ?></th>
# </tr>

msgid "Number of strings"
msgstr ""

# <div class="js-lang-select-area wpml-cdl-info">
# <label for="wpml-source-domain-language-change"><?php _e( 'Set the source language of these strings to:', 'wpml-string-translation'); ?></label>
# <?php

msgid "Set the source language of these strings to:"
msgstr ""

# <input id="wpml-cdl-set-default" type="checkbox" class="js-default" value="use-as-default" checked="checked" />
# <?php _e( 'Use this language as the default language for new strings in this domain', 'wpml-string-translation'); ?>
# </label>

msgid "Use this language as the default language for new strings in this domain"
msgstr ""

# case ICL_STRING_TRANSLATION_COMPLETE:
# return __( 'Translation complete', 'wpml-string-translation' );
# 

msgid "Translation complete"
msgstr ""

# case ICL_STRING_TRANSLATION_PARTIAL:
# return __( 'Partial translation', 'wpml-string-translation' );
# 

msgid "Partial translation"
msgstr ""

# case ICL_STRING_TRANSLATION_NEEDS_UPDATE:
# return __( 'Translation needs update', 'wpml-string-translation' );
# 

msgid "Translation needs update"
msgstr ""

# case ICL_STRING_TRANSLATION_NOT_TRANSLATED:
# return __( 'Not translated', 'wpml-string-translation' );
# 

msgid "Not translated"
msgstr ""

# case ICL_STRING_TRANSLATION_WAITING_FOR_TRANSLATOR:
# return __( 'Waiting for translator', 'wpml-string-translation' );
# 

msgid "Waiting for translator"
msgstr ""

# if ( 'plugin' === $type ) {
# $message = __( 'Do you want to scan for translatable strings in the plugin(s)?', 'wpml-string-translation' );
# }

msgid "Do you want to scan for translatable strings in the plugin(s)?"
msgstr ""

# if ( 'theme' === $type ) {
# $message = __( 'Do you want to scan for translatable strings in the theme?', 'wpml-string-translation' );
# }

msgid "Do you want to scan for translatable strings in the theme?"
msgstr ""

# if ( 'update' === $action && ( 'plugin' === $type || 'theme' === $type ) ) {
# $message = __( 'Do you want to scan for new translatable strings?', 'wpml-string-translation' );
# }

msgid "Do you want to scan for new translatable strings?"
msgstr ""

# $notice->set_exclude_from_pages( array( $string_scan_page ) );
# $notice->add_action( $this->admin_notices->get_new_notice_action( __( 'Scan now', 'wpml-string-translation' ), $url, false, false, true ) );
# $notice->add_action( $this->admin_notices->get_new_notice_action( __( 'Skip', 'wpml-string-translation' ), '#', false, true ) );

msgid "Scan now"
msgstr ""

# $notice->add_action( $this->admin_notices->get_new_notice_action( __( 'Scan now', 'wpml-string-translation' ), $url, false, false, true ) );
# $notice->add_action( $this->admin_notices->get_new_notice_action( __( 'Skip', 'wpml-string-translation' ), '#', false, true ) );
# $dismiss_all_action = $this->admin_notices->get_new_notice_action( __( 'Dismiss all these notices', 'wpml-string-translation' ), '#', false, false, false );

msgid "Skip"
msgstr ""

# $notice->add_action( $this->admin_notices->get_new_notice_action( __( 'Skip', 'wpml-string-translation' ), '#', false, true ) );
# $dismiss_all_action = $this->admin_notices->get_new_notice_action( __( 'Dismiss all these notices', 'wpml-string-translation' ), '#', false, false, false );
# $dismiss_all_action->set_group_to_dismiss( $this->settings->get_notices_group() );

msgid "Dismiss all these notices"
msgstr ""

# $strings = array(
# 'title'   => __( 'Dismiss all notices', 'wpml-string-translation' ),
# 'message' => __( 'Also prevent similar messages in the future?', 'wpml-string-translation' ),

msgid "Dismiss all notices"
msgstr ""

# 'title'   => __( 'Dismiss all notices', 'wpml-string-translation' ),
# 'message' => __( 'Also prevent similar messages in the future?', 'wpml-string-translation' ),
# 'no'      => __( 'No - keep showing these message', 'wpml-string-translation' ),

msgid "Also prevent similar messages in the future?"
msgstr ""

# 'message' => __( 'Also prevent similar messages in the future?', 'wpml-string-translation' ),
# 'no'      => __( 'No - keep showing these message', 'wpml-string-translation' ),
# 'yes'     => __( 'Yes - disable these notifications completely', 'wpml-string-translation' ),

msgid "No - keep showing these message"
msgstr ""

# 'no'      => __( 'No - keep showing these message', 'wpml-string-translation' ),
# 'yes'     => __( 'Yes - disable these notifications completely', 'wpml-string-translation' ),
# );

msgid "Yes - disable these notifications completely"
msgstr ""

# ) {
# $message = sprintf( __( "%s slugs are set to be translated, but they are missing their translation", 'sitepress' ), $custom_post->labels->name );
# $notice .= $admin_notifier->display_instant_message( $message, 'error', 'below-h2', true );

msgid "%s slugs are set to be translated, but they are missing their translation"
msgstr ""

# } else {
# wp_send_json_error( __( 'Nonce value is invalid', 'wpml-string-translation' ) );
# }

msgid "Nonce value is invalid"
msgstr ""

# <input type="hidden" name="action" value="icl_adm_save_preferences" />
# <h3><?php _e('Select how to get translations for WordPress core', 'wpml-string-translation') ?></h3>
# 

msgid "Select how to get translations for WordPress core"
msgstr ""

# <input type="radio" name="auto_download_mo" value="1" <?php if(!empty($sitepress_settings['st']['auto_download_mo'])):?>checked="checked"<?php endif; ?> />
# &nbsp;<?php _e('WPML will automatically download translations for WordPress', 'wpml-string-translation') ?>
# </label>

msgid "WPML will automatically download translations for WordPress"
msgstr ""

# <input type="radio" name="auto_download_mo" value="0" <?php if(empty($sitepress_settings['st']['auto_download_mo'])):?>checked="checked"<?php endif; ?> />
# &nbsp;<?php _e('I will download translations for WordPress and save .mo files in wp-content/languages', 'wpml-string-translation') ?>
# </label>

msgid "I will download translations for WordPress and save .mo files in wp-content/languages"
msgstr ""

# $doing_it_wrong = '<a href="' . $doing_it_wrong_url .'" target="_blank">';
# $doing_it_wrong .= __('Internationalization: You’re probably doing it wrong', 'wpml-string-translation');
# $doing_it_wrong .= '</a>';

msgid "Internationalization: You’re probably doing it wrong"
msgstr ""

# <p class="description">
# <?php echo sprintf(__( 'Note: It is not safe to use variables, constants or functions in gettext calls. Read "%s" for a detailed explanation.', 'wpml-string-translation' ), $doing_it_wrong); ?>
# <br />

msgid "Note: It is not safe to use variables, constants or functions in gettext calls. Read \"%s\" for a detailed explanation."
msgstr ""

# <th scope="col"><?php echo __( 'Domain', 'wpml-string-translation' ) ?></th>
# <th scope="col"><?php echo __( 'Translation status', 'wpml-string-translation' ) ?></th>
# <th scope="col" style="text-align:right"><?php echo __( 'Count', 'wpml-string-translation' ) ?></th>

msgid "Translation status"
msgstr ""

# <th scope="col"><?php echo __( 'Translation status', 'wpml-string-translation' ) ?></th>
# <th scope="col" style="text-align:right"><?php echo __( 'Count', 'wpml-string-translation' ) ?></th>
# <th scope="col">&nbsp;</th>

msgid "Count"
msgstr ""

# } else {
# $_tmpcomp = $_tmpinco = $_tmptotal = __( 'n/a', 'wpml-string-translation' );
# }

msgid "n/a"
msgstr ""

# <tr<?php if ( $theme_requires_rescan ) { echo ' class="st_requires_update"'; } ?>>
# <td><?php echo $tl_domain ? $tl_domain : '<i>' . __( 'no domain',
# 'wpml-string-translation' ) . '</i>'; ?></td>

msgid "no domain"
msgstr ""

# 'wpml-string-translation' ) . '</i>'; ?></td>
# <td><?php echo __( 'Fully translated', 'wpml-string-translation' ) ?></td>
# <td align="right"><?php echo $_tmpcomp; ?></td>

msgid "Fully translated"
msgstr ""

# <a href="admin.php?page=<?php echo WPML_ST_FOLDER ?>/menu/string-translation.php&amp;context=<?php echo $tl_domain ? urlencode( $tl_domain ) : 'WordPress' ?>"
# class="button-secondary"><?php echo __( "View all the theme's texts",
# 'wpml-string-translation' ) ?></a>

msgid "View all the theme's texts"
msgstr ""

# <a href="admin.php?page=<?php echo WPML_ST_FOLDER ?>/menu/string-translation.php&amp;context=<?php echo $tl_domain ? urlencode( $tl_domain ) : 'WordPress' ?>&amp;status=0"
# class="button-primary"><?php echo __( "View strings that need translation",
# 'wpml-string-translation' ) ?></a>

msgid "View strings that need translation"
msgstr ""

# <td></td>
# <td><?php echo __( 'Not translated or needs update', 'wpml-string-translation' ) ?></td>
# <td align="right"><?php echo $_tmpinco ?></td>

msgid "Not translated or needs update"
msgstr ""

# <td></td>
# <td><strong><?php echo __( 'Total', 'wpml-string-translation' ) ?></strong></td>
# <td align="right"><strong><?php echo $_tmpcomp + $_tmpinco;

msgid "Total"
msgstr ""

# <?php else: ?>
# <p><?php echo __( "To translate your theme's texts, click on the button below. WPML will scan your theme for texts and let you enter translations.",
# 'wpml-string-translation' ) ?></p>

msgid "To translate your theme's texts, click on the button below. WPML will scan your theme for texts and let you enter translations."
msgstr ""

# <input id="st_theme_localization_rescan" type="button" class="button-primary"
# value="<?php echo __( "Scan the theme for strings", 'wpml-string-translation' ) ?>"/>
# <img class="icl_ajx_loader" src="<?php echo WPML_ST_URL ?>/res/img/ajax-loader.gif" style="display:none;" alt=""/>

msgid "Scan the theme for strings"
msgstr ""

# <th scope="col" class="column-cb check-column"><input type="checkbox"/></th>
# <th scope="col"><?php echo __( 'Plugin', 'wpml-string-translation' ) ?></th>
# <th scope="col"><?php echo __( 'Active', 'wpml-string-translation' ) ?></th>

msgid "Plugin"
msgstr ""

# <th scope="col"><?php echo __( 'Plugin', 'wpml-string-translation' ) ?></th>
# <th scope="col"><?php echo __( 'Active', 'wpml-string-translation' ) ?></th>
# <th scope="col"><?php echo __( 'Translation status', 'wpml-string-translation' ) ?>

msgid "Active"
msgstr ""

# if ( in_array( $file, $active_plugins ) ) {
# $plugin_active_status = __( 'Yes', 'wpml-string-translation' );
# } elseif ( isset( $wpmu_sitewide_plugins[ $file ] ) ) {

msgid "Yes"
msgstr ""

# } elseif ( isset( $wpmu_sitewide_plugins[ $file ] ) ) {
# $plugin_active_status = __( 'Network', 'wpml-string-translation' );
# } elseif ( isset( $mu_plugins_base[ $file ] ) ) {

msgid "Network"
msgstr ""

# } elseif ( isset( $mu_plugins_base[ $file ] ) ) {
# $plugin_active_status = __( 'MU', 'wpml-string-translation' );
# $is_mu_plugin         = true;

msgid "MU"
msgstr ""

# } else {
# $plugin_active_status = __( 'No', 'wpml-string-translation' );
# }

msgid "No"
msgstr ""

# <a href="admin.php?page=<?php echo WPML_ST_FOLDER ?>/menu/string-translation.php&amp;context=<?php echo $domain_name ?>"
# class="button-secondary"><?php echo __( "View all the plugin's texts",
# 'wpml-string-translation' ) ?></a></p>

msgid "View all the plugin's texts"
msgstr ""

# <p>
# <input type="submit" class="button-primary" value="<?php echo __( "Scan the selected plugins for strings", 'wpml-string-translation' ) ?>"/>
# <img class="icl_ajx_loader_p" src="<?php echo WPML_ST_URL ?>/res/img/ajax-loader.gif" style="display:none;" alt=""/>

msgid "Scan the selected plugins for strings"
msgstr ""

# <label for="wpml_st_theme_localization_type_<?php echo $for; ?>">
# <?php _e( 'Automatically use theme or plugin text domains when gettext calls do not use a string literal.', 'wpml-string-translation' ) ?>
# </label>

msgid "Automatically use theme or plugin text domains when gettext calls do not use a string literal."
msgstr ""

# <br />
# <?php _e( 'If your theme or plugins falls in this case, enabling this option, WPML will try to retrieve this from the plugin or theme "Text Domain" header, if set.', 'wpml-string-translation' ); ?>
# </p>

msgid "If your theme or plugins falls in this case, enabling this option, WPML will try to retrieve this from the plugin or theme \"Text Domain\" header, if set."
msgstr ""

# 
# <h3><?php _e( 'Strings in the theme', 'wpml-string-translation' ); ?></h3>
# 

msgid "Strings in the theme"
msgstr ""

# <p>
# <i><?php _e( 'Re-scanning the plugins or the themes will reset the strings tracked in the code or the HTML source',
# 'wpml-string-translation' ) ?></i></p>

msgid "Re-scanning the plugins or the themes will reset the strings tracked in the code or the HTML source"
msgstr ""

# <?php if ( $theme_localization_stats ): ?>
# <p><?php _e( 'The following strings were found in your theme.', 'wpml-string-translation' ); ?></p>
# <table id="icl_strings_in_theme" class="widefat" cellspacing="0">

msgid "The following strings were found in your theme."
msgstr ""

# <td colspan="4">
# <p class="update-message"> <?php _e('Update required - please rescan this theme', 'wpml-string-translation'); ?></p>
# </td>

msgid "Update required - please rescan this theme"
msgstr ""

# <label for="icl_load_mo_themes">
# <?php _e( 'Load translations if found in the .mo files. (it will not override existing translations)', 'wpml-string-translation' ) ?>
# </label>

msgid "Load translations if found in the .mo files. (it will not override existing translations)"
msgstr ""

# 
# <h3><?php _e( 'Strings in the plugins', 'wpml-string-translation' ); ?></h3>
# <?php

msgid "Strings in the plugins"
msgstr ""

# ?>
# <p class="update-message"> <?php _e('Update required - please rescan this plugin', 'wpml-string-translation'); ?></p>
# <?php

msgid "Update required - please rescan this plugin"
msgstr ""

# <a class="wpml_st_pop_download button-secondary"
# href="#<?php echo urlencode( $file ) ?>"><?php _e( 'create PO file',
# 'wpml-string-translation' ); ?></a>

msgid "create PO file"
msgstr ""

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

msgid "String translation"
msgstr ""

# <p><?php _e('This table shows all the admin texts that WPML  found.', 'wpml-string-translation'); ?></p>
# <p><?php printf(__('The fields with <span%s>red</span> background are text fields and the fields with <span%s>cyan</span> background are numeric.', 'wpml-string-translation'),' class="icl_st_string"',' class="icl_st_numeric"'); ?></p>
# <p><?php printf(__("Choose the fields you'd like to translate and click on the 'Apply' button. Then, use WPML's <a%s>String translation</a> to translate them.", 'wpml-string-translation'),' href="admin.php?page='.WPML_ST_FOLDER.'/menu/string-translation.php"'); ?></p>

msgid "The fields with <span%s>red</span> background are text fields and the fields with <span%s>cyan</span> background are numeric."
msgstr ""

# <p><?php printf(__('The fields with <span%s>red</span> background are text fields and the fields with <span%s>cyan</span> background are numeric.', 'wpml-string-translation'),' class="icl_st_string"',' class="icl_st_numeric"'); ?></p>
# <p><?php printf(__("Choose the fields you'd like to translate and click on the 'Apply' button. Then, use WPML's <a%s>String translation</a> to translate them.", 'wpml-string-translation'),' href="admin.php?page='.WPML_ST_FOLDER.'/menu/string-translation.php"'); ?></p>
# 

msgid "Choose the fields you'd like to translate and click on the 'Apply' button. Then, use WPML's <a%s>String translation</a> to translate them."
msgstr ""

# <?php endforeach; ?>
# <span id="icl_st_options_write_success" class="hidden updated message fade"><?php printf(__('The selected strings can now be translated using the <a%s>string translation</a> screen', 'wpml-string-translation'), ' href="admin.php?page='.WPML_ST_FOLDER.'/menu/string-translation.php"');?></span>
# <span id="icl_st_options_write_confirm" class="hidden"><?php _e('You have removed some of the texts that are translated already. The translations will be lost.','wpml-string-translation')?></span>

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

# <div id="icl_st_option_writes">
# <p><?php _e('This table shows all the admin texts that WPML  found.', 'wpml-string-translation'); ?></p>
# <p><?php printf(__('The fields with <span%s>red</span> background are text fields and the fields with <span%s>cyan</span> background are numeric.', 'wpml-string-translation'),' class="icl_st_string"',' class="icl_st_numeric"'); ?></p>

msgid "This table shows all the admin texts that WPML  found."
msgstr ""

# <p>
# <input type="button" class="button" id="icl_st_ow_export" value="<?php _e('Export selected strings as a WPML config file that can be added to themes or plugins', 'wpml-string-translation'); ?>" />
# <input type="button" class="button-primary" id="icl_st_ow_export_close" value="<?php _e('Close', 'wpml-string-translation')?>" />

msgid "Export selected strings as a WPML config file that can be added to themes or plugins"
msgstr ""

# <span id="icl_st_options_write_success" class="hidden updated message fade"><?php printf(__('The selected strings can now be translated using the <a%s>string translation</a> screen', 'wpml-string-translation'), ' href="admin.php?page='.WPML_ST_FOLDER.'/menu/string-translation.php"');?></span>
# <span id="icl_st_options_write_confirm" class="hidden"><?php _e('You have removed some of the texts that are translated already. The translations will be lost.','wpml-string-translation')?></span>
# <p class="submit">

msgid "You have removed some of the texts that are translated already. The translations will be lost."
msgstr ""

# <?php else: ?>
# <div align="center"><?php _e('No options found. Make sure you saved your theme options at least once. <br />Some themes only add these to the wp_options table after the user explicitly saves over the theme defaults', 'wpml-string-translation') ?></div>
# <?php endif; ?>

msgid "No options found. Make sure you saved your theme options at least once. <br />Some themes only add these to the wp_options table after the user explicitly saves over the theme defaults"
msgstr ""

# <div class="wpml-section-header">
# <h3><?php _e('Custom posts slug translation options', 'wpml-string-translation') ?></h3>
# </div>

msgid "Custom posts slug translation options"
msgstr ""

# <input type="checkbox" name="icl_slug_translation_on" value="1" <?php checked(1,$sitepress_settings['posts_slug_translation']['on'],true) ?>  />&nbsp;
# <?php _e("Translate custom posts slugs (via WPML String Translation).", 'wpml-string-translation') ?>
# </label>

msgid "Translate custom posts slugs (via WPML String Translation)."
msgstr ""

# 
# <p><?php printf(__("These are the strings that we found in your .po file. Please carefully review them. Then, click on the 'add' or 'cancel' buttons at the %sbottom of this screen%s. You can exclude individual strings by clearing the check boxes next to them.", 'wpml-string-translation'), '<a href="#add_po_strings_confirm">', '</a>'); ?></p>
# <form method="post" id="wpml_add_strings" action="<?php echo admin_url("admin.php?page=" . WPML_ST_FOLDER . "/menu/string-translation.php");?>">

msgid "These are the strings that we found in your .po file. Please carefully review them. Then, click on the 'add' or 'cancel' buttons at the %sbottom of this screen%s. You can exclude individual strings by clearing the check boxes next to them."
msgstr ""

# <?php if($str['name'] != md5($str['string'])): ?>
# <i><?php printf(__('Name: %s', 'wpml-string-translation'), $str['name']) ?></i><br />
# <?php endif ?>

msgid "Name: %s"
msgstr ""

# <p><span style="float: left"><input class="js-wpml-btn-cancel button" type="button" value="<?php echo __( 'Cancel', 'wpml-string-translation' ); ?>" onclick="location.href='admin.php?page=<?php echo htmlspecialchars( $_GET['page'], ENT_QUOTES ) ?>'"/>
# &nbsp;<input class="js-wpml-btn-add-strings button-primary" type="submit" value="<?php echo __('Add selected strings', 'wpml-string-translation'); ?>" /></span><span class="spinner" style="float: left"></span>
# </p>

msgid "Add selected strings"
msgstr ""

# <p style="line-height:220%;">
# <?php echo __('Select which strings to display:', 'wpml-string-translation'); ?>
# <select name="icl_st_filter_status">

msgid "Select which strings to display:"
msgstr ""

# <option value="" <?php echo $selected;?>>
# <?php echo __('All strings', 'wpml-string-translation') ?>
# </option>

msgid "All strings"
msgstr ""

# <option value="<?php echo ICL_TM_WAITING_FOR_TRANSLATOR . '-' . $lang ?>" <?php echo $selected; ?>>
# <?php printf( __( 'Pending %s translation (%d)', 'wpml-string-translation' ), $lang_details[ 'display_name' ], $count ) ?>
# </option>

msgid "Pending %s translation (%d)"
msgstr ""

# <option value="<?php echo ICL_TM_NOT_TRANSLATED ?>" <?php echo $selected; ?>>
# <?php echo __( 'Translation needed', 'wpml-string-translation' ) ?>
# </option>

msgid "Translation needed"
msgstr ""

# <span style="white-space:nowrap">
# <?php echo __( 'Select strings within domain:', 'wpml-string-translation' ) ?>
# <select name="icl_st_filter_context">

msgid "Select strings within domain:"
msgstr ""

# <option value=""
# <?php if ( $context_filter === false ): ?>selected="selected"<?php endif; ?>><?php echo __( 'All domains', 'wpml-string-translation' ) ?></option>
# <?php foreach ( $icl_contexts as $v ): ?>

msgid "All domains"
msgstr ""

# <label>
# <?php echo __('Search for:', 'wpml-string-translation')?>
# <input type="text" id="icl_st_filter_search" value="<?php echo $search_filter ?>" />

msgid "Search for:"
msgstr ""

# <input type="checkbox" id="icl_st_filter_search_em" value="1" <?php if($exact_match):?>checked="checked"<?php endif;?> />
# <?php echo __('Exact match', 'wpml-string-translation')?>
# </label>

msgid "Exact match"
msgstr ""

# <span style="white-space:nowrap">
# <?php printf(__('Showing only strings that contain %s', 'wpml-string-translation'), '<i>' . esc_html($search_filter). '</i>') ; ?>
# <input class="button" type="button" value="<?php _e('Exit search', 'wpml-string-translation')?>" id="icl_st_filter_search_remove" />

msgid "Showing only strings that contain %s"
msgstr ""

# <div class="tablenav-pages">
# <a href="admin.php<?php echo $query_url_params ?>"><?php printf(__('Display %d results per page', 'wpml-string-translation'), $sitepress_settings['st']['strings_per_page']); ?></a>
# </div>

msgid "Display %d results per page"
msgstr ""

# <?php if ( $page_links ): ?>
# <?php $page_links_text = sprintf( '<span class="displaying-num">' . __( 'Displaying %s&#8211;%s of %s', 'wpml-string-translation' ) . '</span>%s',
# number_format_i18n( ( $paged - 1 ) * $wp_query->query_vars['posts_per_page'] + 1 ),

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

# <?php if( !$get_show_results ): ?>
# <?php echo __('Strings per page:', 'wpml-string-translation')?>
# <?php

msgid "Strings per page:"
msgstr ""

# echo '&amp;status=' . htmlspecialchars( $_GET['status'], ENT_QUOTES );
# } ?>"><?php echo __( 'Display all results', 'wpml-string-translation' ); ?></a>
# <?php endif; ?>

msgid "Display all results"
msgstr ""

# value="<?php echo wp_create_nonce( 'icl_st_delete_strings_nonce' ) ?>"/>
# <div id="wpml-st-package-incomplete" style="display:none;color:red;"><?php echo __( "You have selected strings belonging to a package. Please select all strings from the affected package or unselect these strings.", 'wpml-string-translation' ) ?></div>
# <input type="button" class="button-secondary" id="icl_st_delete_selected"

msgid "You have selected strings belonging to a package. Please select all strings from the affected package or unselect these strings."
msgstr ""

# <input type="button" class="button-secondary" id="icl_st_delete_selected"
# value="<?php echo __( 'Delete selected strings', 'wpml-string-translation' ) ?>"
# data-confirm="<?php echo __( "Are you sure you want to delete these strings?\nTheir translations will be deleted too.", 'wpml-string-translation' ) ?>"

msgid "Delete selected strings"
msgstr ""

# value="<?php echo __( 'Delete selected strings', 'wpml-string-translation' ) ?>"
# data-confirm="<?php echo __( "Are you sure you want to delete these strings?\nTheir translations will be deleted too.", 'wpml-string-translation' ) ?>"
# disabled="disabled"/>

msgid "Are you sure you want to delete these strings?\nTheir translations will be deleted too."
msgstr ""

# <input type="button" class="button-secondary" id="icl_st_change_lang_selected"
# value="<?php echo __( 'Change language of selected strings', 'wpml-string-translation' ) ?>"
# disabled="disabled"/>

msgid "Change language of selected strings"
msgstr ""

# <div id="dashboard_wpml_stsel_1" class="postbox">
# <div class="handlediv" title="<?php echo __('Click to toggle', 'wpml-string-translation'); ?>">
# <br/>

msgid "Click to toggle"
msgstr ""

# <h3 class="hndle">
# <span><?php echo __('Track where string appear on the site', 'wpml-string-translation')?></span>
# </h3>

msgid "Track where string appear on the site"
msgstr ""

# <div class="inside">
# <p class="sub"><?php echo __("WPML can keep track of where strings are used on the public pages. Activating this feature will enable the 'view in page' functionality and make translation easier.", 'wpml-string-translation')?></p>
# <form id="icl_st_track_strings" name="icl_st_track_strings" action="">

msgid "WPML can keep track of where strings are used on the public pages. Activating this feature will enable the 'view in page' functionality and make translation easier."
msgstr ""

# $hl_color = !empty($string_settings['hl_color']) ? $string_settings['hl_color'] : $hl_color_default;
# $hl_color_label    = __( 'Highlight color for strings', 'wpml-string-translation' );
# $color_picker_args = array(

msgid "Highlight color for strings"
msgstr ""

# <h3 class="hndle">
# <span><?php echo __('Import / export .po', 'wpml-string-translation')?></span>
# </h3>

msgid "Import / export .po"
msgstr ""

# <div class="inside">
# <h5><?php echo __('Import', 'wpml-string-translation')?></h5>
# <form id="icl_st_po_form" action="" name="icl_st_po_form" method="post" enctype="multipart/form-data">

msgid "Import"
msgstr ""

# <p class="sub">
# <label for="icl_po_file"><?php echo __('.po file:', 'wpml-string-translation')?></label>
# <input id="icl_po_file" class="button primary" type="file" name="icl_po_file" />

msgid ".po file:"
msgstr ""

# <input type="checkbox" name="icl_st_po_translations" id="icl_st_po_translations" />
# <label for="icl_st_po_translations"><?php echo __('Also create translations according to the .po file', 'wpml-string-translation')?></label>
# <select name="icl_st_po_language" id="icl_st_po_language" style="display:none">

msgid "Also create translations according to the .po file"
msgstr ""

# <p class="sub" style="line-height:2.3em"    >
# <?php echo __('Select what the strings are for:', 'wpml-string-translation');?>
# <?php if(!empty($available_contexts)): ?>

msgid "Select what the strings are for:"
msgstr ""

# </select>
# <a href="#" onclick="var __nxt = jQuery(this).parent().next(); jQuery(this).prev().val(''); jQuery(this).parent().fadeOut('fast',function(){__nxt.fadeIn('fast')});return false;"><?php echo __('new','wpml-string-translation')?></a>
# </span>

msgid "new"
msgstr ""

# <?php if(!empty($available_contexts)):?>
# <a href="#" onclick="var __prv = jQuery(this).parent().prev(); jQuery(this).prev().val(''); jQuery(this).parent().fadeOut('fast',function(){__prv.fadeIn('fast')});return false;"><?php echo __('select from existing','wpml-string-translation')?></a>
# <?php endif ?>

msgid "select from existing"
msgstr ""

# <p>
# <input class="button" name="icl_po_upload" id="icl_po_upload" type="submit" value="<?php echo __('Submit', 'wpml-string-translation')?>" />
# <span id="icl_st_err_domain" class="icl_error_text" style="display:none"><?php echo __('Please enter a domain!', 'wpml-string-translation')?></span>

msgid "Submit"
msgstr ""

# <input class="button" name="icl_po_upload" id="icl_po_upload" type="submit" value="<?php echo __('Submit', 'wpml-string-translation')?>" />
# <span id="icl_st_err_domain" class="icl_error_text" style="display:none"><?php echo __('Please enter a domain!', 'wpml-string-translation')?></span>
# <span id="icl_st_err_po" class="icl_error_text" style="display:none"><?php echo __('Please select the .po file to upload!', 'wpml-string-translation')?></span>

msgid "Please enter a domain!"
msgstr ""

# <span id="icl_st_err_domain" class="icl_error_text" style="display:none"><?php echo __('Please enter a domain!', 'wpml-string-translation')?></span>
# <span id="icl_st_err_po" class="icl_error_text" style="display:none"><?php echo __('Please select the .po file to upload!', 'wpml-string-translation')?></span>
# </p>

msgid "Please select the .po file to upload!"
msgstr ""

# <?php if(!empty($icl_contexts)):?>
# <h5><?php echo __('Export strings into .po/.pot file', 'wpml-string-translation')?></h5>
# <?php

msgid "Export strings into .po/.pot file"
msgstr ""

# <div class="below-h2 error">
# <?php echo __( 'PO export may be glitchy. We are working to fix it.', 'wpml-string-translation' ); ?>
# </div>

msgid "PO export may be glitchy. We are working to fix it."
msgstr ""

# <p>
# <?php echo __('Select domain:', 'wpml-string-translation')?>
# <select name="icl_st_e_context" id="icl_st_e_context">

msgid "Select domain:"
msgstr ""

# <input type="checkbox" name="icl_st_pe_translations" id="icl_st_pe_translations" checked="checked" value="1" onchange="if(jQuery(this).attr('checked'))jQuery('#icl_st_e_language').fadeIn('fast'); else jQuery('#icl_st_e_language').fadeOut('fast')" />
# <label for="icl_st_pe_translations"><?php echo __('Also include translations', 'wpml-string-translation')?></label>
# <select name="icl_st_e_language" id="icl_st_e_language">

msgid "Also include translations"
msgstr ""

# <h3 class="hndle">
# <span><?php echo __('More options', 'wpml-string-translation')?></span>
# </h3>

msgid "More options"
msgstr ""

# }else{
# $tustr = __('none', 'wpml-string-translation');
# }

msgid "none"
msgstr ""

# $tustr .= '</span>';
# $tustr .= '&nbsp;&nbsp;<a href="#" onclick="jQuery(\'#icl_st_tusers\').slideToggle();return false;">' . __('edit', 'wpml-string-translation') . '</a>';
# 

msgid "edit"
msgstr ""

# ?>
# <?php printf(__('Translating users of types: %s', 'wpml-string-translation'), $tustr); ?>
# 

msgid "Translating users of types: %s"
msgstr ""

# <p class="wpml-st-excluded-info"
# data-all-included="<?php echo esc_attr__('Strings from all text domains will be auto-registred', 'wpml-string-translation') ?>"
# data-all-excluded="<?php echo esc_attr__('Strings from all text domains are excluded', 'wpml-string-translation') ?>"

msgid "Strings from all text domains will be auto-registred"
msgstr ""

# data-all-included="<?php echo esc_attr__('Strings from all text domains will be auto-registred', 'wpml-string-translation') ?>"
# data-all-excluded="<?php echo esc_attr__('Strings from all text domains are excluded', 'wpml-string-translation') ?>"
# data-excluded-preview="<?php echo esc_attr__('You exluded: ', 'wpml-string-translation') ?>"

msgid "Strings from all text domains are excluded"
msgstr ""

# data-all-excluded="<?php echo esc_attr__('Strings from all text domains are excluded', 'wpml-string-translation') ?>"
# data-excluded-preview="<?php echo esc_attr__('You exluded: ', 'wpml-string-translation') ?>"
# data-included-preview="<?php echo esc_attr__('You included: ', 'wpml-string-translation') ?>"

msgid "You exluded: "
msgstr ""

# data-excluded-preview="<?php echo esc_attr__('You exluded: ', 'wpml-string-translation') ?>"
# data-included-preview="<?php echo esc_attr__('You included: ', 'wpml-string-translation') ?>"
# data-preview-suffix="<?php echo esc_attr__('and others', 'wpml-string-translation') ?>"

msgid "You included: "
msgstr ""

# data-included-preview="<?php echo esc_attr__('You included: ', 'wpml-string-translation') ?>"
# data-preview-suffix="<?php echo esc_attr__('and others', 'wpml-string-translation') ?>"
# >

msgid "and others"
msgstr ""

# class="button-secondary js-wpml-autoregister-edit-contexts"
# value="<?php echo esc_attr__('Edit', 'wpml-string-translation')?>"
# />

msgid "Edit"
msgstr ""

# style="display:none;"
# title="<?php echo esc_attr__('Auto-register strings from these text domains', 'wpml-string-translation');?>"
# >

msgid "Auto-register strings from these text domains"
msgstr ""

# <div id="wpml-st-filter-and-select-all-box">
# <input type="input" name="search" placeholder="<?php echo esc_attr__('Search', 'wpml-string-translation')?>" />
# 

msgid "Search"
msgstr ""

# <h3 class="hndle">
# <span><?php echo esc_html__('Auto register strings for translation', 'wpml-string-translation')?></span>
# </h3>

msgid "Auto register strings for translation"
msgstr ""

# <div class="inside">
# <p class="sub"><?php echo esc_html__('WPML can automatically register strings for translation. This allows you to translate user-generated content with minimal PHP code.', 'wpml-string-translation')?></p>
# 

msgid "WPML can automatically register strings for translation. This allows you to translate user-generated content with minimal PHP code."
msgstr ""

# <input type="checkbox" name="select_all" <?php checked( false, $has_excluded); ?> />
# <span><?php esc_html__('Select all', 'wpml-string-translation')?></span>
# </p>

msgid "Select all"
msgstr ""

# <?php printf(__('Showing only strings that contain %s', 'wpml-string-translation'), '<i>' . esc_html($search_filter). '</i>') ; ?>
# <input class="button" type="button" value="<?php _e('Exit search', 'wpml-string-translation')?>" id="icl_st_filter_search_remove" />
# </span>

msgid "Exit search"
msgstr ""

# <?php if( ! empty( $icl_contexts ) ): ?>
# <p><a href="#" id="wpml-language-of-domains-link"><?php _e( 'Languages of domains', 'wpml-string-translation' ); ?></a></p>
# <?php endif; ?>

msgid "Languages of domains"
msgstr ""

# <input type="checkbox" id="track_strings" name="icl_st[track_strings]" value="1" <?php echo $track_strings_checked; ?> />
# <label for="track_strings"><?php _e( 'Track where strings appear on the site', 'wpml-string-translation' ); ?></label>
# <p class="js-track-strings-note" <?php echo $track_strings_display; ?>>

msgid "Track where strings appear on the site"
msgstr ""

# </p>
# <p><a href="https://wpml.org/?p=9073" target="_blank"><?php _e('Performance considerations', 'wpml-string-translation') ?>&nbsp;&raquo;</a></p>
# </li>

msgid "Performance considerations"
msgstr ""

# 
# <a href="admin.php?page=<?php echo WPML_ST_FOLDER ?>/menu/string-translation.php&amp;trop=1"><?php _e('Translate texts in admin screens &raquo;', 'wpml-string-translation'); ?></a>
# 

msgid "Translate texts in admin screens &raquo;"
msgstr ""

# 
# $anchor_text         = _x( 'String Tracking', 'String Tracking warning: sentence 1, anchor text', 'wpml-string-translation' );
# $message_sentences[] = _x( '%s allows you to see where strings come from, so you can translate them accurately.', 'String Tracking warning: sentence 1', 'wpml-string-translation' );

msgctxt "String Tracking warning: sentence 1, anchor text"
msgid "String Tracking"
msgstr ""

# $anchor_text         = _x( 'String Tracking', 'String Tracking warning: sentence 1, anchor text', 'wpml-string-translation' );
# $message_sentences[] = _x( '%s allows you to see where strings come from, so you can translate them accurately.', 'String Tracking warning: sentence 1', 'wpml-string-translation' );
# $message_sentences[] = _x( 'It needs to parse the PHP source files and the output HTML.', 'String Tracking warning: sentence 2', 'wpml-string-translation' );

msgctxt "String Tracking warning: sentence 1"
msgid "%s allows you to see where strings come from, so you can translate them accurately."
msgstr ""

# $message_sentences[] = _x( '%s allows you to see where strings come from, so you can translate them accurately.', 'String Tracking warning: sentence 1', 'wpml-string-translation' );
# $message_sentences[] = _x( 'It needs to parse the PHP source files and the output HTML.', 'String Tracking warning: sentence 2', 'wpml-string-translation' );
# $message_sentences[] = _x( 'This feature is CPU-intensive and should only be used while you are developing sites.', 'String Tracking warning: sentence 3', 'wpml-string-translation' );

msgctxt "String Tracking warning: sentence 2"
msgid "It needs to parse the PHP source files and the output HTML."
msgstr ""

# $message_sentences[] = _x( 'It needs to parse the PHP source files and the output HTML.', 'String Tracking warning: sentence 2', 'wpml-string-translation' );
# $message_sentences[] = _x( 'This feature is CPU-intensive and should only be used while you are developing sites.', 'String Tracking warning: sentence 3', 'wpml-string-translation' );
# $message_sentences[] = _x( 'Remember to turn it off before going to production, to avoid performance problems.', 'String Tracking warning: sentence 4', 'wpml-string-translation' );

msgctxt "String Tracking warning: sentence 3"
msgid "This feature is CPU-intensive and should only be used while you are developing sites."
msgstr ""

# $message_sentences[] = _x( 'This feature is CPU-intensive and should only be used while you are developing sites.', 'String Tracking warning: sentence 3', 'wpml-string-translation' );
# $message_sentences[] = _x( 'Remember to turn it off before going to production, to avoid performance problems.', 'String Tracking warning: sentence 4', 'wpml-string-translation' );
# 

msgctxt "String Tracking warning: sentence 4"
msgid "Remember to turn it off before going to production, to avoid performance problems."
msgstr ""

# }else{
# $user_errors[] = __('No action performed. Please select the strings that you need to update or add.', 'wpml-string-translation');
# }

msgid "No action performed. Please select the strings that you need to update or add."
msgstr ""

# <div class="error">
# <p><?php printf(__('Invalid language: %s', 'wpml-string-translation'), $language) ?></p>
# </div>

msgid "Invalid language: %s"
msgstr ""

# <div class="icl_cyan_box">
# <?php printf(__('This update includes %d new strings and %d updated strings. You can review the strings below. Then, go to the <a%s>bottom of this page</a> and click on the Proceed button.', 'wpml-string-translation'),
# isset($translations['new']) ? count($translations['new']) : 0,

msgid "This update includes %d new strings and %d updated strings. You can review the strings below. Then, go to the <a%s>bottom of this page</a> and click on the Proceed button."
msgstr ""

# <?php if(!empty($translations['updated'])): ?>
# <h3><?php printf(__('Updated translations (%d)', 'wpml-string-translation'), count($translations['updated'])) ?></h3>
# 

msgid "Updated translations (%d)"
msgstr ""

# <?php if(!empty($translations['new'])): ?>
# <h3><?php printf(__('New translations (%d)', 'wpml-string-translation'), count($translations['new'])) ?></h3>
# <table class="widefat">

msgid "New translations (%d)"
msgstr ""

# <div class="wrap">
# <h2><?php _e('Auto-download WordPress translations', 'wpml-string-translation') ?></h2>
# 

msgid "Auto-download WordPress translations"
msgstr ""

# 
# <p><strong><?php _e('Success!', 'wpml-string-translation') ?></strong></p>
# <?php foreach($user_messages as $umessage): ?>

msgid "Success!"
msgstr ""

# <?php endforeach; ?>
# <a href="<?php echo admin_url('admin.php?page=' . ICL_PLUGIN_FOLDER . '/menu/theme-localization.php'); ?>" class="button-secondary"><?php _e('Check other languages', 'wpml-string-translation') ?></a>
# 

msgid "Check other languages"
msgstr ""

# <div class="error">
# <p><?php _e('Missing version number for translation.', 'wpml-string-translation') ?></p>
# </div>

msgid "Missing version number for translation."
msgstr ""

# <th><?php _e('String', 'wpml-string-translation') ?></th>
# <th style="text-align:center;"><?php _e('Existing translation', 'wpml-string-translation') ?></th>
# <th style="text-align:center;"><?php _e('New translation', 'wpml-string-translation') ?></th>

msgid "Existing translation"
msgstr ""

# <th style="text-align:center;"><?php _e('Existing translation', 'wpml-string-translation') ?></th>
# <th style="text-align:center;"><?php _e('New translation', 'wpml-string-translation') ?></th>
# </tr>

msgid "New translation"
msgstr ""

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

msgid "Translation"
msgstr ""

# <p>
# <label><input type="checkbox" name="add_new" value="<?php echo base64_encode(serialize($translations['new'])); ?>" checked="checked" />&nbsp;<?php _e('Add the new translations.', 'wpml-string-translation'); ?></label>
# </p>

msgid "Add the new translations."
msgstr ""

# 
# <p><?php _e('There is nothing to be updated or to be added.', 'wpml-string-translation') ?></p>
# <p><a href="<?php echo admin_url('admin.php?page=' . ICL_PLUGIN_FOLDER . '/menu/theme-localization.php'); ?>" class="button-secondary"><?php _e('Check other languages', 'wpml-string-translation') ?></a></p>

msgid "There is nothing to be updated or to be added."
msgstr ""

# <p class="submit">
# <input type="submit" class="button-primary" value="<?php esc_attr_e('Proceed', 'wpml-string-translation') ?>" />&nbsp;
# <a class="button-secondary" href="<?php echo admin_url('admin.php?page=' . ICL_PLUGIN_FOLDER . '/menu/theme-localization.php') ?>"><?php _e('Cancel', 'wpml-string-translation') ?></a>

msgid "Proceed"
msgstr ""

# if(!empty($translations_add)){
# $user_messages[] = sprintf(_n('%d new translation was added.', '%d new translations were added.', count($translations_add), 'wpml-string-translation'), count($translations_add));
# }

msgid "%d new translation was added."
msgstr ""

# if(!empty($translations_add)){
# $user_messages[] = sprintf(_n('%d new translation was added.', '%d new translations were added.', count($translations_add), 'wpml-string-translation'), count($translations_add));
# }

msgid "%d new translations were added."
msgstr ""

# if($translations_updated){
# $user_messages[] = sprintf(_n('%d translation was updated.', '%d translations were updated.', $translations_updated, 'wpml-string-translation'), $translations_updated);
# 

msgid "%d translation was updated."
msgstr ""

# if($translations_updated){
# $user_messages[] = sprintf(_n('%d translation was updated.', '%d translations were updated.', $translations_updated, 'wpml-string-translation'), $translations_updated);
# 

msgid "%d translations were updated."
msgstr ""

# $html .= '<tr>';
# $html .= '<td>' . sprintf(__("Updated %s translation is available", 'wpml-string-translation'),
# '<strong>' . $l['display_name'] . '</strong>') . '</td>';

msgid "Updated %s translation is available"
msgstr ""

# $html .= '<td align="right">';
# $html .= '<a href="' . admin_url('admin.php?page=' . WPML_ST_FOLDER . '/menu/string-translation.php&amp;download_mo=' . $language . '&amp;version=' . $version_key) . '" class="button-secondary">' .  __('Review changes and update', 'wpml-string-translation') . '</a>';
# $html .= '</td>';

msgid "Review changes and update"
msgstr ""

# }else{
# $html .= __('No updates found.', 'wpml-string-translation');
# }

msgid "No updates found."
msgstr ""

# }
# $load_xml_error_message .= sprintf(__('Failed downloading the language information file.', 'wpml-string-translation'), $errors);
# $load_xml_error_message .= '<br/>' . sprintf(__('Errors: %s', 'wpml-string-translation'), $errors);

msgid "Failed downloading the language information file."
msgstr ""

# $load_xml_error_message .= sprintf(__('Failed downloading the language information file.', 'wpml-string-translation'), $errors);
# $load_xml_error_message .= '<br/>' . sprintf(__('Errors: %s', 'wpml-string-translation'), $errors);
# } else {

msgid "Errors: %s"
msgstr ""

# } else {
# $load_xml_error_message .= __('Failed downloading the language information file. Please go back and try a little later.', 'wpml-string-translation');
# }

msgid "Failed downloading the language information file. Please go back and try a little later."
msgstr ""

# if(is_wp_error($response)){
# $err = __('Error getting the translation file. Please go back and try again.', 'wordpress-language');
# if(isset($response->errors['http_request_failed'][0])){

msgid "Error getting the translation file. Please go back and try again."
msgstr ""

# echo '<label><input type="checkbox" name="icl_convert" value="1" />&nbsp;'
# . __('Convert to multilingual widget', 'sitepress') . '</label>';
# } else {

msgid "Convert to multilingual widget"
msgstr ""

# if (icl_widget_text_convert_to_multilingual($widget, $instance) === TRUE) {
# _e('This widget is converted to multilingual', 'sitepress');
# }

msgid "This widget is converted to multilingual"
msgstr ""

# if (!isset($_POST['sidebar']) || !isset($sidebars[$_POST['sidebar']])) {
# _e('Converting to multilingual widget failed. No sidebar specified.', 'sitepress');
# return FALSE;

msgid "Converting to multilingual widget failed. No sidebar specified."
msgstr ""

# if (isset($icl_widgets_text[$icl_widget->number])) {
# _e('Widget is already converted', 'sitepress');
# return FALSE;

msgid "Widget is already converted"
msgstr ""

# 
# $link_to_bottom_of_page = '<a href="#adm-proceed">' . __( 'bottom of this page', 'wpml-string-translation' ) . '</a>';
# 

msgid "bottom of this page"
msgstr ""

# $html = '<br /><div class="icl_cyan_box">';
# $html .= sprintf( __( 'This update includes %d new strings and %d updated strings. You can review the strings below. Then, go to the %s and click on the Proceed button.', 'wpml-string-translation' ), $number_of_new_strings, $number_of_updated_strings, $link_to_bottom_of_page );
# $html .= '</div>';

msgid "This update includes %d new strings and %d updated strings. You can review the strings below. Then, go to the %s and click on the Proceed button."
msgstr ""

# }
# $this->add_stat( sprintf( __( 'Scanning theme folder: %s', 'wpml-string-translation' ), $dir_or_file ), true );
# 

msgid "Scanning theme folder: %s"
msgstr ""

# $recursion ++;
# $this->add_stat( str_repeat( "\t", $recursion ) . sprintf( __( 'Opening folder: %s', 'wpml-string-translation' ), $dir_or_file . "/" . $file ) );
# $this->scan_theme_files( $dir_or_file . "/" . $file, $recursion );

msgid "Opening folder: %s"
msgstr ""

# // THE potx way
# $this->add_stat( str_repeat( "\t", $recursion ) . sprintf( __( 'Scanning file: %s', 'wpml-string-translation' ), $dir_or_file . "/" . $file ) );
# $this->add_scanned_file( $dir_or_file . "/" . $file );

msgid "Scanning file: %s"
msgstr ""

# } else {
# $this->add_stat( str_repeat( "\t", $recursion ) . sprintf( __( 'Skipping file: %s', 'wpml-string-translation' ), $dir_or_file . "/" . $file ) );
# }

msgid "Skipping file: %s"
msgstr ""

# global $__icl_registered_strings;
# $this->add_stat( __( 'Done scanning files', 'wpml-string-translation' ) );
# 

msgid "Done scanning files"
msgstr ""

# $scanned_files = join( '</li><li>', $this->get_scanned_files() );
# $pre_stat      = __( '= Your theme was scanned for texts =', 'wpml-string-translation' ) . '<br />';
# $pre_stat .= __( 'The following files were processed:', 'wpml-string-translation' ) . '<br />';

msgid "= Your theme was scanned for texts ="
msgstr ""

# $pre_stat      = __( '= Your theme was scanned for texts =', 'wpml-string-translation' ) . '<br />';
# $pre_stat .= __( 'The following files were processed:', 'wpml-string-translation' ) . '<br />';
# $pre_stat .= '<ol style="font-size:10px;"><li>' . $scanned_files;

msgid "The following files were processed:"
msgstr ""

# $pre_stat .= '</li></ol>';
# $pre_stat .= sprintf( __( 'WPML found %s strings. They were added to the string translation table.', 'wpml-string-translation' ), count( $__icl_registered_strings ) );
# $pre_stat .= '<br /><a href="#" onclick="jQuery(this).next().toggle();return false;">' . __( 'More details', 'wpml-string-translation' ) . '</a>';

msgid "WPML found %s strings. They were added to the string translation table."
msgstr ""

# $pre_stat .= sprintf( __( 'WPML found %s strings. They were added to the string translation table.', 'wpml-string-translation' ), count( $__icl_registered_strings ) );
# $pre_stat .= '<br /><a href="#" onclick="jQuery(this).next().toggle();return false;">' . __( 'More details', 'wpml-string-translation' ) . '</a>';
# $pre_stat .= '<textarea style="display:none;width:100%;height:150px;font-size:10px;">';

msgid "More details"
msgstr ""

# 
# $this->add_stat( PHP_EOL . sprintf( __( 'Scanned files from %s:', 'wpml-string-translation' ), $plugin ) );
# $this->scan_plugin_files();

msgid "Scanned files from %s:"
msgstr ""

# } else {
# $this->add_stat( sprintf( __( 'Invalid file: %s', 'wpml-string-translation' ), "/" . $plugin_path ) );
# }

msgid "Invalid file: %s"
msgstr ""

# } else {
# $pre_stats .= __( 'No strings found.', 'wpml-string-translation' ) . PHP_EOL;
# }

msgid "No strings found."
msgstr ""

# if ( empty( $this->strings ) ) {
# $this->error_str = __( 'No string found', 'wpml-string-translation' );
# }

msgid "No string found"
msgstr ""

# } else {
# echo '0' . __( 'No strings selected', 'wpml-string-translation' );
# }

msgid "No strings selected"
msgstr ""

# $wpml_admin_text_config = new WPML_Admin_Text_Configuration();
# $message = __( 'Save the following to a wpml-config.xml in the root of your theme or plugin.', 'wpml-string-translation' )
# . "<textarea wrap=\"soft\" spellcheck=\"false\">" . htmlentities($wpml_admin_text_config->get_wpml_config_file($data[ 'icl_admin_options' ] )) .

msgid "Save the following to a wpml-config.xml in the root of your theme or plugin."
msgstr ""

# } else {
# $message = __( 'Error: no strings selected', 'wpml-string-translation' );
# }

msgid "Error: no strings selected"
msgstr ""

# add_submenu_page( $top_page,
# __( 'String Translation', 'wpml-string-translation' ),
# __( 'String Translation', 'wpml-string-translation' ),

msgid "String Translation"
msgstr ""

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

msgid "Configure"
msgstr ""

# 
# icl_register_string('WP',__('Blog Title','wpml-string-translation'), get_option('blogname'));
# icl_register_string('WP',__('Tagline', 'wpml-string-translation'), get_option('blogdescription'));

msgid "Blog Title"
msgstr ""

# icl_register_string('WP',__('Blog Title','wpml-string-translation'), get_option('blogname'));
# icl_register_string('WP',__('Tagline', 'wpml-string-translation'), get_option('blogdescription'));
# 

msgid "Tagline"
msgstr ""

# 'type' => 'update',
# 'text' => __( 'You cannot add packages in this language to the basket since it already contains posts, packages 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', 'sitepress' )

msgid "You cannot add packages in this language to the basket since it already contains posts, packages or strings of another source language!\n\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 ""

# 
# $select_one_lang_message = __( 'Please select at least one language to translate into.', 'sitepress' );
# 

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

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

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

# 'type' => 'update',
# 'text' => sprintf( __( 'Post "%s" will be ignored for %s, because translation is already in progress.', 'sitepress' ), $post_title, $language_name )
# );

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.', 'sitepress' ), $post_title, $language_name )
# );

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

# 
# $table_title                 = __( 'Package Management', 'wpml-string-translation' );
# $package_kind_label          = __( 'Display packages for this kind:', 'wpml-string-translation' );

msgid "Package Management"
msgstr ""

# $table_title                 = __( 'Package Management', 'wpml-string-translation' );
# $package_kind_label          = __( 'Display packages for this kind:', 'wpml-string-translation' );
# $package_kind_options[ - 1 ] = __( 'Display packages for this kind:', 'wpml-string-translation' );

msgid "Display packages for this kind:"
msgstr ""

# 
# <input id="delete_packages" type="button" class="button-primary" value="<?php echo __( 'Delete Selected Packages', 'wpml-string-translation' ) ?>" disabled="disabled"/>
# &nbsp;

msgid "Delete Selected Packages"
msgstr ""

# <span class="spinner"></span>
# <span style="display:none" class="js-delete-confirm-message"><?php echo __( "Are you sure you want to delete these packages?\nTheir strings and translations will be deleted too.", 'wpml-string-translation' ) ?></span>
# 

msgid "Are you sure you want to delete these packages?\nTheir strings and translations will be deleted too."
msgstr ""

# </th>
# <th scope="col"><?php echo __( 'Kind', 'wpml-string-translation' ) ?></th>
# <th scope="col"><?php echo __( 'Name', 'wpml-string-translation' ) ?></th>

msgid "Kind"
msgstr ""

# <th scope="col"><?php echo __( 'Name', 'wpml-string-translation' ) ?></th>
# <th scope="col"><?php echo __( 'Info', 'wpml-string-translation' ) ?></th>
# </tr>

msgid "Info"
msgstr ""

# public function render_string_package_status( $string_count, $translation_in_progress, $default_package_language ) {
# $package_statuses[ ] = sprintf( __( 'Contains %s strings', 'wpml-string-translation' ), $string_count );
# if ( $translation_in_progress ) {

msgid "Contains %s strings"
msgstr ""

# if ( $translation_in_progress ) {
# $package_statuses[ ] = '(' . __( 'Translation is in progress', 'wpml-string-translation' ) . ')';
# }

msgid "Translation is in progress"
msgstr ""

# }
# $package_statuses[ ] = __( 'Default package language', 'wpml-string-translation' ) . ': ' . $default_package_language;
# 

msgid "Default package language"
msgstr ""

# <td colspan="6" align="center">
# <strong><?php echo __( 'No packages found', 'wpml-string-translation' ) ?></strong>
# </td>

msgid "No packages found"
msgstr ""

# <label for="select_all_package_<?php echo $position; ?>" style="display: none;">
# <?php _e( 'Select All', 'wpml-string-translation' ) ?>
# </label>

msgid "Select All"
msgstr ""

# $this->top_page_hook = apply_filters( 'icl_menu_main_page', basename( ICL_PLUGIN_PATH ) . '/menu/languages.php' );
# $this->menu_page_hook = add_submenu_page( $this->top_page_hook, __( 'Packages', 'wpml-string-translation' ), __( 'Packages', 'wpml-string-translation' ), 'wpml_manage_string_translation', 'wpml-package-management', array( 'WPML_Package_Translation_HTML_Packages', 'package_translation_menu' ) );
# $this->admin_register_scripts();

msgid "Packages"
msgstr ""

# 
# $this->metabox_data[ 'title' ]                  = __( 'WPML Translation', 'wpml-string-translation' );
# if ( $this->is_package_language_active( ) ) {

msgid "WPML Translation"
msgstr ""

# if ( $this->is_package_language_active( ) ) {
# $this->metabox_data[ 'translate_title' ]        = __( 'Send to translation', 'wpml-string-translation' );
# } else {

msgid "Send to translation"
msgstr ""

# } else {
# $this->metabox_data[ 'translate_title' ]        = __( 'Translate strings', 'wpml-string-translation' );
# }

msgid "Translate strings"
msgstr ""

# if ( $this->got_package() ) {
# $this->metabox_data[ 'statuses_title' ] = __( 'Translation status:', 'wpml-string-translation' );
# $this->init_translation_statuses();

msgid "Translation status:"
msgstr ""

# $this->init_translation_statuses();
# $this->metabox_data[ 'package_language_title' ] = sprintf( __( 'Language of this %s is %s', 'wpml-string-translation' ), $this->package->kind, $this->get_lang_selector( ) );
# } else {

msgid "Language of this %s is %s"
msgstr ""

# $this->metabox_data[ 'package_language_title' ] = '';
# $this->metabox_data[ 'statuses_title' ] = __( 'There is nothing to translate.', 'wpml-string-translation' );
# }

msgid "There is nothing to translate."
msgstr ""

# case ICL_TM_IN_PROGRESS:
# $res->status = __( 'In progress', 'wpml-string-translation' );
# break;

msgid "In progress"
msgstr ""

# case ICL_TM_COMPLETE:
# $res->status = __( 'Complete', 'wpml-string-translation' );
# break;

msgid "Complete"
msgstr ""

# }
# $res->status .= __( 'Needs update', 'wpml-string-translation' );
# }

msgid "Needs update"
msgstr ""

# if ( $tm->is_in_basket( $language_data[ 'code' ] ) ) {
# $status_value = __( 'In translation basket', 'wpml-string-translation' );
# } else {

msgid "In translation basket"
msgstr ""

# <p>
# <?php printf( __( 'WPML Package Translation is enabled but not effective. It requires <a href="%s">WPML</a>, String Translation and Translation Management in order to work.', 'wpml-string-translation' ), 'http://wpml.org/' ); ?>
# </p>

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

# if ( ! $all_ok ) {
# $response[ 'error' ] = __( 'Some of the strings selected belong to packages. You can only change the language of these strings if all strings in the packages are selected.', 'wpml-string-translation');
# }

msgid "Some of the strings selected belong to packages. You can only change the language of these strings if all strings in the packages are selected."
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\nStart editing: %s\n\nYou can view your other translation jobs here: %s\n\n This message was automatically sent by Translation Management running on WPML. To stop receiving these notifications contact the system administrator at %s.\n\n This email is not monitored for replies.\n\n - The WPML team\n"
msgstr ""

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

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

# if ( ! WP_Filesystem() ) {
# throw new RuntimeException( __( 'Unable to get filesystem access', 'sitepress' ) );
# }

msgid "Unable to get filesystem access"
msgstr ""

# }else{
# _e('No records found', 'wpml-string-translation');
# }

msgid "No records found"
msgstr ""

# <div class="updated">
# <p><?php _e( 'Strings translations updated', 'wpml-string-translation' ); ?></p>
# </div>

msgid "Strings translations updated"
msgstr ""
