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

# }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 class="manage-column column-cb check-column" scope="col"><input type="checkbox" name="" value="" checked="checked" /></th>
# <th><?php _e('String', 'wpml-string-translation') ?></th>
# <th style="text-align:center;"><?php _e('Existing translation', 'wpml-string-translation') ?></th>

msgid "String"
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="1" checked="checked" />&nbsp;<?php _e('Add the new translations.', 'wpml-string-translation'); ?></label>
# </p>

msgid "Add the new translations."
msgstr ""

# <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>
# </p>

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

# <div class="wpml-section-header">
# <h3><?php esc_html_e( 'Slug translations', 'wpml-string-translation' ) ?></h3>
# </div>

msgid "Slug translations"
msgstr ""

# <input type="checkbox" name="icl_slug_translation_on" value="1" <?php checked( 1, $slug_translation_settings->is_enabled(), true ) ?>  />&nbsp;
# <?php esc_html_e( 'Translate custom post and taxonomy base slugs (via WPML String Translation).', 'wpml-string-translation' ) ?>
# </label>

msgid "Translate custom post and taxonomy base slugs (via WPML String Translation)."
msgstr ""

# <span class="icl_ajx_response" id="icl_ajx_response_sgtr"></span>
# <input type="submit" class="button-primary" value="<?php esc_html_e( 'Save', 'wpml-string-translation' )?>" />
# </p>

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

# <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')?>" />
# <img class="ajax_loader" src="<?php echo WPML_ST_URL ?>/res/img/ajax-loader.gif" style="display:none" width="16" height="16" />

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

# <p class="submit">
# <input type="submit" class="button-primary" value="<?php _e('Apply', 'wpml-string-translation');?>" />
# <span class="icl_ajx_response" id="icl_ajx_response"></span>

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

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

# <option value="<?php echo ICL_TM_WAITING_FOR_TRANSLATOR ?>" <?php echo $selected; ?>>
# <?php echo __( 'Waiting for translator', 'wpml-string-translation' ) ?>
# </option>

msgid "Waiting for translator"
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 ""

# <span style="white-space:nowrap">
# <?php echo __( 'Select strings Translation Priority:', 'wpml-string-translation' ) ?>
# <select name="icl-st-filter-translation-priority">

msgid "Select strings Translation Priority:"
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 ""

# ?>
# <a href="<?php echo $url; ?>"><?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 ""

# <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 strings appear on the site', 'wpml-string-translation')?></span>
# </h3>

msgid "Track where strings 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-registered', '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-registered"
msgstr ""

# data-all-included="<?php echo esc_attr__('Strings from all text domains will be auto-registered', '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 excluded: ', '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 excluded: ', 'wpml-string-translation') ?>"
# data-included-preview="<?php echo esc_attr__('You included: ', 'wpml-string-translation') ?>"

msgid "You excluded: "
msgstr ""

# data-excluded-preview="<?php echo esc_attr__('You excluded: ', '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 ""

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

# <select name="icl-st-filter-translation-priority">
# <option value=""><?php esc_html_e( 'All Translation Priorities', 'wpml-translation-management' ) ?></option>
# <?php

msgid "All Translation Priorities"
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 ""

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

msgid "Multilingual arbitrary text or HTML"
msgstr ""

# $widget_ops  = array( 'classname' => 'widget_text_icl', 'description' => __( 'Multilingual arbitrary text or HTML', 'wpml-string-translation' ) );
# parent::__construct( 'text_icl', __( 'Multilingual Text', 'wpml-string-translation' ), $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 ""

# protected function get_privacy_policy() {
# return __( 'WPML String Translation will send all strings to WPML’s Advanced Translation Editor and to the translation services which are used.', 'wpml-string-translation' );
# }

msgid "WPML String Translation will send all strings to WPML’s Advanced Translation Editor and to the translation services which are used."
msgstr ""

# 'strings' => array(
# 'toggle_slugs_table' => sprintf( __( 'Set different slugs in different languages for %s.', 'wpml-string-translation' ), $custom_type->labels->name ),
# 'slug_status_incomplete' => __( "Not marked as 'complete'. Press 'Save' to enable.", 'wpml-string-translation' ),

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

# 'toggle_slugs_table' => sprintf( __( 'Set different slugs in different languages for %s.', 'wpml-string-translation' ), $custom_type->labels->name ),
# 'slug_status_incomplete' => __( "Not marked as 'complete'. Press 'Save' to enable.", 'wpml-string-translation' ),
# 'original_label' => __( '(original)', 'wpml-string-translation' ),

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

# 'slug_status_incomplete' => __( "Not marked as 'complete'. Press 'Save' to enable.", 'wpml-string-translation' ),
# 'original_label' => __( '(original)', 'wpml-string-translation' ),
# ),

msgid "(original)"
msgstr ""

# $model['has_missing_translations_message'] = sprintf(
# esc_html__(
# '%s slugs are set to be translated, but they are missing their translation',

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

# 'positions' => $positions,
# 'no_results_label' => __( 'No records found', 'wpml-string-translation' ),
# 'highlight_color' => $highlight_color,

msgid "No records found"
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 ""

# 'files' => $files,
# 'no_files_message' => __( 'Files already scanned.', 'wpml-string-translation' ),
# );

msgid "Files already scanned."
msgstr ""

#
# $message  = __( 'For String Tracking to work, the option', 'wpml-string-translation' );
# $message .= '<strong> ' . WPML_ST_Theme_Plugin_Localization_Options_UI::get_all_strings_option_text() . ' </strong>';

msgid "For String Tracking to work, the option"
msgstr ""

# $message .= '<strong> ' . WPML_ST_Theme_Plugin_Localization_Options_UI::get_all_strings_option_text() . ' </strong>';
# $message .= __( 'was automatically disabled. To enable it back, go to WPML->Theme and Plugins localization.', 'wpml-string-translation' );
# $message .= '<input type="hidden" id="' . $options_nonce . '" name="' . $options_nonce . '" value="' . wp_create_nonce( $options_nonce ) . '">';

msgid "was automatically disabled. To enable it back, go to WPML->Theme and Plugins localization."
msgstr ""

# $notice->set_css_class_types( 'info' );
# $notice->add_action( $this->admin_notices->get_new_notice_action( __( 'Cancel and undo changes', 'wpml-string-translation' ), '#', false, false, 'button-primary' ) );
# $notice->add_action( $this->admin_notices->get_new_notice_action( __( 'Skip', 'wpml-string-translation' ), '#', false, true ) );

msgid "Cancel and undo changes"
msgstr ""

# $notice->add_action( $this->admin_notices->get_new_notice_action( __( 'Cancel and undo changes', 'wpml-string-translation' ), '#', false, false, 'button-primary' ) );
# $notice->add_action( $this->admin_notices->get_new_notice_action( __( 'Skip', 'wpml-string-translation' ), '#', false, true ) );
# $this->admin_notices->add_notice( $notice );

msgid "Skip"
msgstr ""

# <div class="error wpml-admin-notice wpml-st-inactive wpml-inactive">
# <p><?php esc_html_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 ""

# <div class="message error wpml-admin-notice wpml-st-inactive wpml-not-configured">
# <p><?php esc_html_e( '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 esc_html_e( '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 ""

# <p>
# <?php esc_html_e( "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 ""

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

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

msgid "The database has been updated."
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 ""

# if ( ! $taxonomy || ! $source_lang ) {
# wp_send_json_error( __( 'Missing parameters', 'wpml-string-translation' ) );
# return;

msgid "Missing parameters"
msgstr ""

# if ( ! isset( $_POST['nonce'] ) || ! wp_verify_nonce( $_POST['nonce'], self::NONCE_TAXONOMY_TRANSLATION ) ) {
# wp_send_json_error( __( 'Invalid nonce', 'wpml-string-translation' ) );
# return false;

msgid "Invalid nonce"
msgstr ""

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

msgid "Nonce value is invalid"
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 ""

# 'strings'                => array(
# 'empty_text' => __( 'Change translation priority of selected strings', 'wpml-string-translation' ),
# )

msgid "Change translation priority of selected strings"
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 ""

# <?php if ( isset( $icl_string['translations'][ $lang['code'] ]['mo_string'] ) && $icl_string['translations'][ $lang['code'] ]['mo_string'] ) { ?>
# <span class="wpml-st-mo-translation" title="<?php esc_attr_e( 'Imported translation', 'wpml-string-translation' ); ?>">
# <?php echo esc_html( $icl_string['translations'][ $lang['code'] ]['mo_string'] ); ?>

msgid "Imported translation"
msgstr ""

# ?>
# <a class="thickbox" title="<?php esc_attr_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 ""

# src="<?php echo WPML_ST_URL ?>/res/img/view-in-source.png" width="16" height="16"
# alt="<?php esc_attr_e( 'view in page', 'wpml-string-translation' ) ?>"/></a>
# <?php

msgid "view in page"
msgstr ""

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

msgid "No strings found"
msgstr ""

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

msgid "Domain"
msgstr ""

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

msgid "Context"
msgstr ""

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

msgid "Name"
msgstr ""

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

msgid "View"
msgstr ""

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

msgid "Status"
msgstr ""

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

msgid "translations"
msgstr ""

# if ( isset( $icl_string['translations'][ $lang['code'] ]['mo_string'] ) && $icl_string['translations'][ $lang['code'] ]['mo_string'] ) {
# esc_html_e( 'Use my translation', 'wpml-string-translation' );
# } else {

msgid "Use my translation"
msgstr ""

# } else {
# esc_html_e( 'Translation is complete', 'wpml-string-translation' );
# }

msgid "Translation is complete"
msgstr ""

# 'class'              => 'wpml-select2-button',
# 'please_select_text' => __( 'Change the language of selected strings', 'wpml-string-translation' ),
# 'disabled'           => true

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

# if ( $translation_priority != false ) {
# if( $translation_priority === __( 'Optional', 'sitepress' ) ){
# $extra_cond .= " AND s.translation_priority IN ( '" . esc_sql( $translation_priority ) . "', '' ) ";

msgid "Optional"
msgstr ""

# private function get_short_notice_message() {
# $message = _x( 'WPML cannot replace .mo files because of technical problems in the String Translation table.',
# 'MO Import blocked short 1/3', 'wpml-string-translation' );

msgctxt "MO Import blocked short 1/3"
msgid "WPML cannot replace .mo files because of technical problems in the String Translation table."
msgstr ""

#
# $message .= ' ' . _x( 'WPML support team knows how to fix it.',
# 'MO Import blocked short 2/3', 'wpml-string-translation' );

msgctxt "MO Import blocked short 2/3"
msgid "WPML support team knows how to fix it."
msgstr ""

#
# $message .= ' ' . sprintf( _x( 'Please add a message in the relevant <a href="%s" target="_blank" >support thread</a> and we\'ll fix it for you.',
# 'MO Import blocked short 3/3', 'wpml-string-translation' ), $this->link );

msgctxt "MO Import blocked short 3/3"
msgid "Please add a message in the relevant <a href=\"%s\" target=\"_blank\" >support thread</a> and we'll fix it for you."
msgstr ""

# private function display_notice() {
# $message = _x( 'There is a problem with the String Translation table in your site.',
# 'MO Import blocked 1/4', 'wpml-string-translation' );

msgctxt "MO Import blocked 1/4"
msgid "There is a problem with the String Translation table in your site."
msgstr ""

#
# $message .= ' ' . _x( 'This problem is not causing a problem running the site right now, but can become a critical issue in the future.',
# 'MO Import blocked 2/4', 'wpml-string-translation' );

msgctxt "MO Import blocked 2/4"
msgid "This problem is not causing a problem running the site right now, but can become a critical issue in the future."
msgstr ""

#
# $message .= ' ' . _x( 'WPML support team knows how to fix it.',
# 'MO Import blocked 3/4', 'wpml-string-translation' );

msgctxt "MO Import blocked 3/4"
msgid "WPML support team knows how to fix it."
msgstr ""

#
# $message .= ' ' . sprintf( _x( 'Please add a message in the relevant <a href="%s" target="_blank">support thread</a> and we\'ll fix it for you.',
# 'MO Import blocked 4/4', 'wpml-string-translation' ), $this->link );

msgctxt "MO Import blocked 4/4"
msgid "Please add a message in the relevant <a href=\"%s\" target=\"_blank\">support thread</a> and we'll fix it for you."
msgstr ""

# 'theme_localization_type' => array(
# 'title' => __( "Translate strings with ST and don't load .mo files", 'wpml-string-translation' ),
# 'description' => __( 'Some themes and plugins have huge .mo files that take a long time to load. WPML already knows the strings in these files and loads only the necessary strings to display each page.', 'wpml-string-translation' ),

msgid "Translate strings with ST and don't load .mo files"
msgstr ""

# 'title' => __( "Translate strings with ST and don't load .mo files", 'wpml-string-translation' ),
# 'description' => __( 'Some themes and plugins have huge .mo files that take a long time to load. WPML already knows the strings in these files and loads only the necessary strings to display each page.', 'wpml-string-translation' ),
# 'value' => 3,

msgid "Some themes and plugins have huge .mo files that take a long time to load. WPML already knows the strings in these files and loads only the necessary strings to display each page."
msgstr ""

# 'title' => WPML_ST_Theme_Plugin_Localization_Options_UI::get_all_strings_option_text(),
# 'description' => __( "Almost all themes and plugins have texts in English. Reducing the check for the string's language simplifies and shortens the string translation process.", 'wpml-string-translation' ),
# 'value' => 1,

msgid "Almost all themes and plugins have texts in English. Reducing the check for the string's language simplifies and shortens the string translation process."
msgstr ""

# $notice->add_display_callback( array( __CLASS__, 'only_display_notice_if_this_class_exists' ) );
# $notice->add_action( $this->admin_notices->get_new_notice_action( __( 'Apply those changes', 'wpml-string-translation' ), '#', false, false, 'button-primary' ) );
# $notice->add_action( $this->admin_notices->get_new_notice_action( __( 'Skip', 'wpml-string-translation' ), '#', false, true ) );

msgid "Apply those changes"
msgstr ""

# private function get_message( $missing_settings ) {
# $message  = '<h3>' . __( 'Your site can run faster', 'wpml-string-translation' ) . '</h3>';
# $message .= __( 'This version of WPML includes new settings that will help your site run faster. We recommend changing the following settings, which are all available in WPML->Theme and plugins localization:', 'wpml-string-translation' );

msgid "Your site can run faster"
msgstr ""

# $message  = '<h3>' . __( 'Your site can run faster', 'wpml-string-translation' ) . '</h3>';
# $message .= __( 'This version of WPML includes new settings that will help your site run faster. We recommend changing the following settings, which are all available in WPML->Theme and plugins localization:', 'wpml-string-translation' );
#

msgid "This version of WPML includes new settings that will help your site run faster. We recommend changing the following settings, which are all available in WPML->Theme and plugins localization:"
msgstr ""

#
# $message .= '<div style="display:none" class="js-done">' . __( 'Settings saved', 'wpml-string-translation' ) . '</div>';
# $message .= '<div style="display:none" class="js-error">' . __( 'Error', 'wpml-string-translation' ) . '</div>';

msgid "Settings saved"
msgstr ""

# $message .= '<div style="display:none" class="js-done">' . __( 'Settings saved', 'wpml-string-translation' ) . '</div>';
# $message .= '<div style="display:none" class="js-error">' . __( 'Error', 'wpml-string-translation' ) . '</div>';
#

msgid "Error"
msgstr ""

# $blocks['php']['data']['mbstring'] = array(
# 'label'    => __( 'Multibyte String extension', 'wpml-string-translation' ),
# 'value'    => $is_mbstring_extension_loaded ? __( 'Loaded', 'wpml-string-translation' ) : __( 'Not loaded', 'wpml-string-translation' ),

msgid "Multibyte String extension"
msgstr ""

# 'label'    => __( 'Multibyte String extension', 'wpml-string-translation' ),
# 'value'    => $is_mbstring_extension_loaded ? __( 'Loaded', 'wpml-string-translation' ) : __( 'Not loaded', 'wpml-string-translation' ),
# 'url'      => 'http://php.net/manual/book.mbstring.php',

msgid "Loaded"
msgstr ""

# 'label'    => __( 'Multibyte String extension', 'wpml-string-translation' ),
# 'value'    => $is_mbstring_extension_loaded ? __( 'Loaded', 'wpml-string-translation' ) : __( 'Not loaded', 'wpml-string-translation' ),
# 'url'      => 'http://php.net/manual/book.mbstring.php',

msgid "Not loaded"
msgstr ""

# 'messages' => array(
# __( 'Multibyte String extension is required for WPML String Translation.', 'wpml-string-translation' ) => 'https://wpml.org/home/minimum-requirements/',
# ),

msgid "Multibyte String extension is required for WPML String Translation."
msgstr ""

# $model = array(
# 'section_label'      => __( 'Strings in the plugins', 'wpml-string-translation' ),
# 'scan_button_label'  => __( 'Scan selected plugins for strings', 'wpml-string-translation' ),

msgid "Strings in the plugins"
msgstr ""

# 'section_label'      => __( 'Strings in the plugins', 'wpml-string-translation' ),
# 'scan_button_label'  => __( 'Scan selected plugins for strings', 'wpml-string-translation' ),
# 'completed_title'    => __( 'Completely translated strings', 'wpml-string-translation' ),

msgid "Scan selected plugins for strings"
msgstr ""

# 'scan_button_label'  => __( 'Scan selected plugins for strings', 'wpml-string-translation' ),
# 'completed_title'    => __( 'Completely translated strings', 'wpml-string-translation' ),
# 'needs_update_title' => __( 'Strings in need of translation', 'wpml-string-translation' ),

msgid "Completely translated strings"
msgstr ""

# 'completed_title'    => __( 'Completely translated strings', 'wpml-string-translation' ),
# 'needs_update_title' => __( 'Strings in need of translation', 'wpml-string-translation' ),
# 'component'          => __( 'Plugin', 'wpml-string-translation' ),

msgid "Strings in need of translation"
msgstr ""

# 'needs_update_title' => __( 'Strings in need of translation', 'wpml-string-translation' ),
# 'component'          => __( 'Plugin', 'wpml-string-translation' ),
# 'domain'             => __( 'Textdomain', 'wpml-string-translation' ),

msgid "Plugin"
msgstr ""

# 'component'          => __( 'Plugin', 'wpml-string-translation' ),
# 'domain'             => __( 'Textdomain', 'wpml-string-translation' ),
# 'all_text'           => __( 'All', 'wpml-string-translation' ),

msgid "Textdomain"
msgstr ""

# 'domain'             => __( 'Textdomain', 'wpml-string-translation' ),
# 'all_text'           => __( 'All', 'wpml-string-translation' ),
# 'active_text'        => __( 'Active', 'wpml-string-translation' ),

msgid "All"
msgstr ""

# 'all_text'           => __( 'All', 'wpml-string-translation' ),
# 'active_text'        => __( 'Active', 'wpml-string-translation' ),
# 'inactive_text'      => __( 'Inactive', 'wpml-string-translation' ),

msgid "Active"
msgstr ""

# 'active_text'        => __( 'Active', 'wpml-string-translation' ),
# 'inactive_text'      => __( 'Inactive', 'wpml-string-translation' ),
# 'type'               => 'plugin',

msgid "Inactive"
msgstr ""

# if ( ! array_key_exists( 'TextDomain', $plugin_data ) ) {
# $plugin_data['TextDomain'] = __( 'No TextDomain', 'wpml-string-translation' );
# }

msgid "No TextDomain"
msgstr ""

# 'domain_link' => add_query_arg( array( 'context' => $domain), $this->base_st_url ),
# 'title_needs_translation' => sprintf( __( 'Translate strings in %s', 'wpml-string-translation' ), $domain),
# 'title_all_strings' => sprintf( __( 'All strings in %s', 'wpml-string-translation' ), $domain),

msgid "Translate strings in %s"
msgstr ""

# 'title_needs_translation' => sprintf( __( 'Translate strings in %s', 'wpml-string-translation' ), $domain),
# 'title_all_strings' => sprintf( __( 'All strings in %s', 'wpml-string-translation' ), $domain),
# );

msgid "All strings in %s"
msgstr ""

# $model = array(
# 'section_label'      => __( 'Strings in the themes', 'wpml-string-translation' ),
# 'scan_button_label'  => __( 'Scan selected themes for strings', 'wpml-string-translation' ),

msgid "Strings in the themes"
msgstr ""

# 'section_label'      => __( 'Strings in the themes', 'wpml-string-translation' ),
# 'scan_button_label'  => __( 'Scan selected themes for strings', 'wpml-string-translation' ),
# 'completed_title'    => __( 'Completely translated strings', 'wpml-string-translation' ),

msgid "Scan selected themes for strings"
msgstr ""

# 'needs_update_title' => __( 'Strings in need of translation', 'wpml-string-translation' ),
# 'component'          => __( 'Theme', 'wpml-string-translation' ),
# 'domain'             => __( 'Textdomain', 'wpml-string-translation' ),

msgid "Theme"
msgstr ""

#
# $model['bottom_tittle']  = __( 'Other options:', 'wpml-string-translation' );
# $model['bottom_options'] = array(

msgid "Other options:"
msgstr ""

# 'value'   => 1,
# 'label'   => __( 'Use theme or plugin text domains when gettext calls do not use a string literal', 'wpml-string-translation' ),
# 'tooltip' => __( "Some themes and plugins don't properly set the textdomain (second argument) in GetText calls. When you select this option, WPML will assume that the strings found in GetText calls in the PHP files of the theme and plugin should have the textdomain with the theme/plugin's name.", 'wpml-string-translation' ),

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

# 'label'   => __( 'Use theme or plugin text domains when gettext calls do not use a string literal', 'wpml-string-translation' ),
# 'tooltip' => __( "Some themes and plugins don't properly set the textdomain (second argument) in GetText calls. When you select this option, WPML will assume that the strings found in GetText calls in the PHP files of the theme and plugin should have the textdomain with the theme/plugin's name.", 'wpml-string-translation' ),
# 'checked' => checked( true, ! empty( $this->st_settings['use_header_text_domains_when_missing'] ), false ),

msgid "Some themes and plugins don't properly set the textdomain (second argument) in GetText calls. When you select this option, WPML will assume that the strings found in GetText calls in the PHP files of the theme and plugin should have the textdomain with the theme/plugin's name."
msgstr ""

# public static function get_all_strings_option_text() {
# return __( 'Assume that the original language of all strings is English', 'wpml-string-translation' );
# }

msgid "Assume that the original language of all strings is English"
msgstr ""

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

msgid "Recreate ST DB cache tables"
msgstr ""

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

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.', 'wpml-string-translation' ),
# 'successMsg'  => esc_js( __( 'Done', 'wpml-string-translation' ) ),
# '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 ""

# echo '<label><input type="checkbox" name="icl_convert" value="1" />&nbsp;'
# . __('Convert to multilingual widget', 'wpml-string-translation') . '</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', 'wpml-string-translation');
# }

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.', 'wpml-string-translation');
# 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', 'wpml-string-translation');
# return FALSE;

msgid "Widget is already converted"
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 ""

# $menu['order']      = 800;
# $menu['page_title'] = __( 'String Translation', 'wpml-string-translation' );
# $menu['menu_title'] = __( '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 ""

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

msgid "No string found"
msgstr ""

#
# $this->add_stat( sprintf( __( 'Scanning file: %s', 'wpml-string-translation' ), $file ) );
# $this->add_scanned_file( $file );

msgid "Scanning file: %s"
msgstr ""

# } else {
# $this->add_stat( sprintf( __( 'Skipping file: %s', 'wpml-string-translation' ), $file ) );
# }

msgid "Skipping file: %s"
msgstr ""

# if ( $result['strings_found'] ) {
# $result['scan_successful_message'] .= __( ' They were added to the string translation table.', 'wpml-string-translation' );
# }

msgid " They were added to the string translation table."
msgstr ""

# $result = array(
# 'scan_successful_message' => esc_html__( 'Scan successful! WPML found %s strings.', 'wpml-string-translation' ),
# 'files_processed_message' => esc_html__( 'The following files were processed:', 'wpml-string-translation' ),

msgid "Scan successful! WPML found %s strings."
msgstr ""

# 'scan_successful_message' => esc_html__( 'Scan successful! WPML found %s strings.', 'wpml-string-translation' ),
# 'files_processed_message' => esc_html__( 'The following files were processed:', 'wpml-string-translation' ),
# 'files_processed' => $this->get_scanned_files(),

msgid "The following files were processed:"
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 ""

#
# $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.", 'wpml-string-translation'), 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', 'wpml-string-translation' ) );
# }

msgid "Unable to get filesystem access"
msgstr ""

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

msgid "Strings translations 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 ""

# $menu['order']      = 1300;
# $menu['page_title'] = __( 'Packages', 'wpml-string-translation' );
# $menu['menu_title'] = __( 'Packages', 'wpml-string-translation' );

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

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

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

# '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', 'wpml-string-translation' )

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.', 'wpml-string-translation' );
#

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

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

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

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