[gnomeweb-wp] updated sitepress-multilingual-cms plugin



commit c062b88fde5461d3447627c840332bcdf6bab131
Author: Christer Edwards <christer edwards gmail com>
Date:   Tue Aug 31 15:43:09 2010 -0600

    updated sitepress-multilingual-cms plugin

 .../plugins/sitepress-multilingual-cms/ajax.php    |    1 +
 .../inc/hacks/missing-php-functions.php            |    2 +
 .../inc/icl-recent-comments-widget.php             |    2 +-
 .../inc/not-compatible-plugins.php                 |    6 +-
 .../inc/php-version-check.php                      |    6 +-
 .../inc/plugins-texts-functions.php                |    4 +-
 .../inc/sitepress-schema.php                       |   10 +-
 .../inc/template-functions.php                     |    2 +-
 .../sitepress-multilingual-cms/lib/icl_api.php     |    8 +-
 .../locale/sitepress-de_DE.mo                      |  Bin 0 -> 89635 bytes
 .../locale/sitepress-es_ES.mo                      |  Bin 0 -> 89014 bytes
 .../locale/sitepress-fr_FR.mo                      |  Bin 0 -> 89332 bytes
 .../locale/sitepress-ja.mo                         |  Bin 0 -> 95759 bytes
 .../locale/sitepress-pt_BR.mo                      |  Bin 0 -> 87242 bytes
 .../locale/sitepress-pt_PT.mo                      |  Bin 0 -> 87242 bytes
 .../locale/sitepress-zh_CN.mo                      |  Bin 0 -> 78597 bytes
 .../locale/sitepress-zh_HK.mo                      |  Bin 0 -> 69312 bytes
 .../locale/sitepress-zh_TW.mo                      |  Bin 0 -> 78570 bytes
 .../sitepress-multilingual-cms/locale/sitepress.po | 3799 ++++++++++++++++++++
 .../menu/content-translation-options.php           |    6 +-
 .../menu/content-translation.php                   |   50 +-
 .../menu/edit-languages.php                        |    2 +-
 .../sitepress-multilingual-cms/menu/post-menu.php  |   51 +-
 .../menu/string-translation.php                    |    4 +-
 .../menu/troubleshooting.php                       |   52 +
 .../absolute-links/absolute-links-plugin.php       |    2 +-
 .../modules/icl-translation/icl-reminder-popup.php |    9 +-
 .../icl-translation/icl-translation-dashboard.php  |   31 +-
 .../plugins/sitepress-multilingual-cms/readme.txt  |   33 +-
 .../sitepress-multilingual-cms/res/css/style.css   |    6 +
 .../sitepress-multilingual-cms/res/flags/si.png    |  Bin 322 -> 370 bytes
 .../sitepress-multilingual-cms/res/flags/sl.png    |  Bin 370 -> 322 bytes
 .../res/js/content-translation.js                  |    1 +
 .../res/js/icl_reminders.js                        |    7 +-
 .../sitepress-multilingual-cms/sitepress.class.php |   36 +-
 .../sitepress-multilingual-cms/sitepress.php       |    4 +-
 36 files changed, 4033 insertions(+), 101 deletions(-)
---
diff --git a/wp-content/plugins/sitepress-multilingual-cms/ajax.php b/wp-content/plugins/sitepress-multilingual-cms/ajax.php
index e34544e..7a8ca4a 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/ajax.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/ajax.php
@@ -821,6 +821,7 @@ switch($_REQUEST['icl_ajx_action']){
         
     case 'icl_hide_languages':
         $iclsettings['hidden_languages'] = $_POST['icl_hidden_languages'];        
+        $this->settings['hidden_languages'] = array(); //reset current value
         $active_languages = $this->get_active_languages();
         if(!empty($iclsettings['hidden_languages'])){
              if(1 == count($iclsettings['hidden_languages'])){
diff --git a/wp-content/plugins/sitepress-multilingual-cms/inc/hacks/missing-php-functions.php b/wp-content/plugins/sitepress-multilingual-cms/inc/hacks/missing-php-functions.php
index 93db08d..1e12ae0 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/inc/hacks/missing-php-functions.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/inc/hacks/missing-php-functions.php
@@ -37,4 +37,6 @@ if(!function_exists('wp_get_mu_plugins')){
         return $mu_plugins;
     }
 }
+
+if(!defined('E_DEPRECATED')){ define(E_DEPRECATED, 8192); }
 ?>
\ No newline at end of file
diff --git a/wp-content/plugins/sitepress-multilingual-cms/inc/icl-recent-comments-widget.php b/wp-content/plugins/sitepress-multilingual-cms/inc/icl-recent-comments-widget.php
index ec5b3de..6eb122d 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/inc/icl-recent-comments-widget.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/inc/icl-recent-comments-widget.php
@@ -18,7 +18,7 @@ function icl_wp_widget_recent_comments($args) {
     if ( !$comments = wp_cache_get( 'recent_comments-'.$sitepress->get_current_language(), 'widget' ) ) {
         $comments = $wpdb->get_results("
             SELECT * FROM {$wpdb->comments} c
-                JOIN {$wpdb->prefix}icl_translations t ON c.comment_post_id = t.element_id AND t.element_type='post'
+                JOIN {$wpdb->prefix}icl_translations t ON c.comment_post_id = t.element_id AND t.element_type='post_post'
             WHERE comment_approved = '1' AND language_code = '".$sitepress->get_current_language()."'
             ORDER BY comment_date_gmt DESC LIMIT {$number}
         ");
diff --git a/wp-content/plugins/sitepress-multilingual-cms/inc/not-compatible-plugins.php b/wp-content/plugins/sitepress-multilingual-cms/inc/not-compatible-plugins.php
index 53533ab..a5e815b 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/inc/not-compatible-plugins.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/inc/not-compatible-plugins.php
@@ -9,14 +9,14 @@ $icl_ncp_plugins = array_intersect($icl_ncp_plugins, $active_plugins);
 
 if(!empty($icl_ncp_plugins)){
     $icl_sitepress_disabled = true;
-    $icl_sitepress_idx = array_search('sitepress-multilingual-cms/sitepress.php', $active_plugins);
+    $icl_sitepress_idx = array_search(ICL_PLUGIN_FOLDER . '/sitepress.php', $active_plugins);
     if(false !== $icl_sitepress_idx){
         unset($active_plugins[$icl_sitepress_idx]);
         update_option('active_plugins', $active_plugins);
         unset($_GET['activate']);
         $recently_activated = get_option('recently_activated');
-        if(!isset($recently_activated['sitepress-multilingual-cms/sitepress.php'])){
-            $recently_activated['sitepress-multilingual-cms/sitepress.php'] = time();
+        if(!isset($recently_activated[ICL_PLUGIN_FOLDER . '/sitepress.php'])){
+            $recently_activated[ICL_PLUGIN_FOLDER . '/sitepress.php'] = time();
             update_option('recently_activated', $recently_activated);
         }
     }
diff --git a/wp-content/plugins/sitepress-multilingual-cms/inc/php-version-check.php b/wp-content/plugins/sitepress-multilingual-cms/inc/php-version-check.php
index eec4c28..526afaf 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/inc/php-version-check.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/inc/php-version-check.php
@@ -22,14 +22,14 @@ if(isset($_GET['icl_phpinfo']) && $_GET['icl_phpinfo']==1){
       }
       
       $active_plugins = get_option('active_plugins');
-      $icl_sitepress_idx = array_search('sitepress-multilingual-cms/sitepress.php', $active_plugins);
+      $icl_sitepress_idx = array_search(ICL_PLUGIN_FOLDER . '/sitepress.php', $active_plugins);
       if(false !== $icl_sitepress_idx){
           unset($active_plugins[$icl_sitepress_idx]);
           update_option('active_plugins', $active_plugins);
           unset($_GET['activate']);
           $recently_activated = get_option('recently_activated');
-          if(!isset($recently_activated['sitepress-multilingual-cms/sitepress.php'])){
-              $recently_activated['sitepress-multilingual-cms/sitepress.php'] = time();
+          if(!isset($recently_activated[ICL_PLUGIN_FOLDER . '/sitepress.php'])){
+              $recently_activated[ICL_PLUGIN_FOLDER . '/sitepress.php'] = time();
               update_option('recently_activated', $recently_activated);
           }
       }  
diff --git a/wp-content/plugins/sitepress-multilingual-cms/inc/plugins-texts-functions.php b/wp-content/plugins/sitepress-multilingual-cms/inc/plugins-texts-functions.php
index c46a16e..f9a4fb7 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/inc/plugins-texts-functions.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/inc/plugins-texts-functions.php
@@ -18,14 +18,14 @@ function icl_pt_get_texts(){
             $fields_list = join(', ', $rs[$ap]);
             $active = 1;
         }else{
-            if($plugin_name_short=='sitepress-multilingual-cms'){
+            if($plugin_name_short==ICL_PLUGIN_FOLDER){
                 continue;
             }
             $fields_list = sprintf(__('WPML doesn\'t know how to translate this plugin. If it has texts that require translation, contact us by opening an issue in our forum: %s', 'sitepress'), '<a href="http://forum.wpml.org";>http://forum.wpml.org</a>');
             $active = 0;
         }                
         //exception for WPML
-        if($plugin_name_short=='sitepress-multilingual-cms') $plugin_name_short = 'WPML';
+        if($plugin_name_short==ICL_PLUGIN_FOLDER) $plugin_name_short = 'WPML';
         $texts[] = array(
             'active' => $active,
             'enabled' => intval(in_array($ap, $enabled_plugins)),
diff --git a/wp-content/plugins/sitepress-multilingual-cms/inc/sitepress-schema.php b/wp-content/plugins/sitepress-multilingual-cms/inc/sitepress-schema.php
index 0b332d7..f1b4485 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/inc/sitepress-schema.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/inc/sitepress-schema.php
@@ -150,21 +150,21 @@ function icl_sitepress_activate(){
        mysql_query($sql);
        $prepop  = array(
             0 => array(
-                'plugin_name' => 'sitepress-multilingual-cms/sitepress.php',
+                'plugin_name' => ICL_PLUGIN_FOLDER . '/sitepress.php',
                 'attribute_type' => 'custom_field',
                 'attribute_name' => '_top_nav_excluded',
                 'description' => 'Exclude page from top navigation',
                 'translate' => 0
                 ),
             1 => array(
-                'plugin_name' => 'sitepress-multilingual-cms/sitepress.php',
+                'plugin_name' => ICL_PLUGIN_FOLDER . '/sitepress.php',
                 'attribute_type' => 'custom_field',
                 'attribute_name' => '_cms_nav_minihome',
                 'description' => 'Sets page as a mini home in CMS Navigation',
                 'translate' => 0
                 ),
             2 => array(
-                'plugin_name' => 'sitepress-multilingual-cms/sitepress.php',
+                'plugin_name' => ICL_PLUGIN_FOLDER . '/sitepress.php',
                 'attribute_type' => 'custom_field',
                 'attribute_name' => '_cms_nav_section',
                 'description' => 'Defines the section the page belong to',
@@ -316,12 +316,12 @@ function icl_sitepress_activate(){
        
     // clean the icl_translations table 
     $orphans = $wpdb->get_col("SELECT t.translation_id FROM {$wpdb->prefix}icl_translations t 
-        LEFT JOIN {$wpdb->posts} p ON t.element_id = p.ID WHERE t.element_type='post' AND p.ID IS NULL");   
+        LEFT JOIN {$wpdb->posts} p ON t.element_id = p.ID WHERE t.element_type LIKE 'post\\_%' AND p.ID IS NULL");   
     if(!empty($orphans)){
         $wpdb->query("DELETE FROM {$wpdb->prefix}icl_translations WHERE translation_id IN (".join(',',$orphans).")");
     }
     $orphans = $wpdb->get_col("SELECT t.translation_id FROM {$wpdb->prefix}icl_translations t 
-        LEFT JOIN {$wpdb->term_taxonomy} p ON t.element_id = p.term_taxonomy_id WHERE t.element_type LIKE  'tax\\_%' AND p.term_taxonomy_id IS NULL");   
+        LEFT JOIN {$wpdb->term_taxonomy} p ON t.element_id = p.term_taxonomy_id WHERE t.element_type LIKE 'tax\\_%' AND p.term_taxonomy_id IS NULL");   
     if(!empty($orphans)){
         $wpdb->query("DELETE FROM {$wpdb->prefix}icl_translations WHERE translation_id IN (".join(',',$orphans).")");
     }
diff --git a/wp-content/plugins/sitepress-multilingual-cms/inc/template-functions.php b/wp-content/plugins/sitepress-multilingual-cms/inc/template-functions.php
index 9159d23..4ceaa71 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/inc/template-functions.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/inc/template-functions.php
@@ -155,7 +155,7 @@ function icl_object_id($element_id, $element_type='post', $return_original_if_mi
     global $sitepress, $wpdb, $wp_post_types, $wp_taxonomies;
     
     static $fcache = array();    
-    $fcache_key = $element_id . '#' . $element_type . '#' . intval($return_original_if_missing) . '#' .  intval($ulanguage_code);
+    $fcache_key = $element_id . '#' . $element_type . '#' . intval($return_original_if_missing) . '#' .  $ulanguage_code;
     if(isset($fcache[$fcache_key])){                
         return $fcache[$fcache_key];
     }
diff --git a/wp-content/plugins/sitepress-multilingual-cms/lib/icl_api.php b/wp-content/plugins/sitepress-multilingual-cms/lib/icl_api.php
index 71db2ec..ee33eb8 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/lib/icl_api.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/lib/icl_api.php
@@ -19,11 +19,17 @@ class ICanLocalizeQuery{
       
     
     function createAccount($data){
-		if (isset($_GET['page']) && $_GET['page'] == 'sitepress-multilingual-cms/menu/support.php') {
+		if (isset($_GET['page']) && $_GET['page'] == ICL_PLUGIN_FOLDER . '/menu/support.php') {
 			$add = '?ignore_languages=1';
 		}
         $request = ICL_API_ENDPOINT . '/websites/create_by_cms.xml'.$add;
         $response = $this->_request($request, 'POST', $data);        
+        
+        if(defined('ICL_DEB_SHOW_ICL_RAW_RESPONSE') && ICL_DEB_SHOW_ICL_RAW_RESPONSE){
+            $response['HTTP_ERROR'] = $this->error();
+            return $response;    
+        }
+        
         if(!$response){
             return array(0, $this->error);
         }else{
diff --git a/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-de_DE.mo b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-de_DE.mo
new file mode 100644
index 0000000..596d1e2
Binary files /dev/null and b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-de_DE.mo differ
diff --git a/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-es_ES.mo b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-es_ES.mo
new file mode 100644
index 0000000..6ecd3c7
Binary files /dev/null and b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-es_ES.mo differ
diff --git a/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-fr_FR.mo b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-fr_FR.mo
new file mode 100644
index 0000000..e7df13f
Binary files /dev/null and b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-fr_FR.mo differ
diff --git a/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-ja.mo b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-ja.mo
new file mode 100755
index 0000000..83ed34b
Binary files /dev/null and b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-ja.mo differ
diff --git a/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-pt_BR.mo b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-pt_BR.mo
new file mode 100755
index 0000000..4414584
Binary files /dev/null and b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-pt_BR.mo differ
diff --git a/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-pt_PT.mo b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-pt_PT.mo
new file mode 100755
index 0000000..4414584
Binary files /dev/null and b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-pt_PT.mo differ
diff --git a/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-zh_CN.mo b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-zh_CN.mo
new file mode 100755
index 0000000..dc47363
Binary files /dev/null and b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-zh_CN.mo differ
diff --git a/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-zh_HK.mo b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-zh_HK.mo
new file mode 100755
index 0000000..91417fe
Binary files /dev/null and b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-zh_HK.mo differ
diff --git a/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-zh_TW.mo b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-zh_TW.mo
new file mode 100755
index 0000000..2972313
Binary files /dev/null and b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress-zh_TW.mo differ
diff --git a/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress.po b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress.po
new file mode 100644
index 0000000..5868558
--- /dev/null
+++ b/wp-content/plugins/sitepress-multilingual-cms/locale/sitepress.po
@@ -0,0 +1,3799 @@
+# Translation of the WordPress plugin   by .
+# Copyright (C) 2010 
+# This file is distributed under the same license as the  package.
+# FIRST AUTHOR <EMAIL ADDRESS>, 2010.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version:  \n"
+"Report-Msgid-Bugs-To: http://wordpress.org/tag/sitepress-multilingual-cms\n";
+"POT-Creation-Date: 2010-08-01 13:14+0000\n"
+"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL ADDRESS>\n"
+"Language-Team: LANGUAGE <LL li org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ajax.php:40 menu/languages.php:139 menu/overview.php:6
+#: sitepress.class.php:1288 sitepress.class.php:5195
+msgid "default"
+msgstr ""
+
+#: ajax.php:110
+msgid ""
+"Wordpress language file (.mo) is missing. Keeping existing display language."
+msgstr ""
+
+#: ajax.php:118 ajax.php:148 ajax.php:220
+msgid "Not updated on ICanLocalize: "
+msgstr ""
+
+#: ajax.php:152
+msgid "Your site description has been saved."
+msgstr ""
+
+#: ajax.php:161
+msgid "Please enter an email address"
+msgstr ""
+
+#: ajax.php:172
+#, php-format
+msgid ""
+"An account for %s has been created at ICanLocalize. This site has been "
+"transferred to the new account."
+msgstr ""
+
+#: ajax.php:174
+#, php-format
+msgid "This site has been transferred to the ICanLocalize account of %s."
+msgstr ""
+
+#: ajax.php:321
+msgid "At least one of the language switcher style options needs to be checked"
+msgstr ""
+
+#: ajax.php:386 menu/languages.php:335
+msgid "Validate on save"
+msgstr ""
+
+#: ajax.php:493 modules/icl-translation/icl-translation-dashboard.php:169
+#: modules/icl-translation/icl-translation-functions.php:1456
+msgid "Needs update"
+msgstr ""
+
+#: ajax.php:495 modules/icl-translation/icl-translation-dashboard.php:171
+#: modules/icl-translation/icl-translation-functions.php:1477
+msgid "Complete"
+msgstr ""
+
+#: ajax.php:628 inc/comments-translation/functions.php:183
+msgid "Back to translated version"
+msgstr ""
+
+#: ajax.php:693 menu/string-translation.php:209
+#: menu/string-translation.php:219
+msgid "View"
+msgstr ""
+
+#: ajax.php:712
+msgid "Show 1 reminder"
+msgstr ""
+
+#: ajax.php:714
+#, php-format
+msgid "Show %d reminders"
+msgstr ""
+
+#: ajax.php:815 menu/languages.php:637 sitepress.class.php:4593
+#, php-format
+msgid "%s is currently hidden to visitors."
+msgstr ""
+
+#: ajax.php:822 menu/languages.php:644 sitepress.class.php:4600
+#, php-format
+msgid "%s are currently hidden to visitors."
+msgstr ""
+
+#: ajax.php:824 menu/languages.php:647
+#, php-format
+msgid ""
+"You can enable its/their display for yourself, in your <a href=\"%s"
+"\">profile page</a>."
+msgstr ""
+
+#: ajax.php:827 menu/languages.php:650
+msgid "All languages are currently displayed."
+msgstr ""
+
+#: ajax.php:856
+msgid "No strings selected"
+msgstr ""
+
+#: ajax.php:873
+msgid ""
+"Include the following PHP in your code. <em>functions.php</em> would be a "
+"good place."
+msgstr ""
+
+#: ajax.php:881
+msgid "Error: no strings selected"
+msgstr ""
+
+#: compatibility-packages/themes/atahualpa/load.php:63
+msgid "Load CSS for language selector widget"
+msgstr ""
+
+#: compatibility-packages/themes/atahualpa/load.php:63
+#: compatibility-packages/themes/hybrid/load.php:41
+#: compatibility-packages/themes/hybrid/load.php:49
+#: compatibility-packages/themes/thematic/load.php:36
+#: compatibility-packages/themes/thematic/load.php:44 menu/languages.php:574
+#: menu/troubleshooting.php:116
+msgid "More options"
+msgstr ""
+
+#: compatibility-packages/themes/hybrid/load.php:31
+#: compatibility-packages/themes/thematic/load.php:26
+msgid "Add a list of languages to the site's header"
+msgstr ""
+
+#: compatibility-packages/themes/hybrid/load.php:33
+#: compatibility-packages/themes/thematic/load.php:28
+msgid "Language selector options"
+msgstr ""
+
+#: compatibility-packages/themes/hybrid/load.php:39
+#: compatibility-packages/themes/thematic/load.php:34
+msgid "Only include languages with translation in the languages list header"
+msgstr ""
+
+#: compatibility-packages/themes/hybrid/load.php:47
+#: compatibility-packages/themes/thematic/load.php:42
+msgid "Load CSS for header languages list"
+msgstr ""
+
+#: docs/theme-integration/wpml-integration.php:32
+msgid "This post is also available in: "
+msgstr ""
+
+#: inc/affiliate-info.php:8
+msgid "Affiliate"
+msgstr ""
+
+#: inc/affiliate-info.php:8
+msgid "Affiliates"
+msgstr ""
+
+#: inc/comments-translation/functions.php:117
+#: menu/translation-synchronization.php:193
+#: menu/translation-synchronization.php:229
+msgid "Translate"
+msgstr ""
+
+#: inc/comments-translation/functions.php:136
+#, php-format
+msgid "Translate from %s"
+msgstr ""
+
+#: inc/comments-translation/functions.php:185
+#, php-format
+msgid "Original language: %s"
+msgstr ""
+
+#: inc/comments-translation/functions.php:198
+msgid "Comments Translation:"
+msgstr ""
+
+#: inc/comments-translation/functions.php:202
+msgid "Show translated comments."
+msgstr ""
+
+#: inc/comments-translation/functions.php:203
+msgid ""
+"This enables you to see the comments translated in the language that the "
+"post was originally written in. The translation is automatic (made by a "
+"machine) so it might not be 100% accurate. It's also free."
+msgstr ""
+
+#: inc/comments-translation/functions.php:207
+msgid "Translate my replies."
+msgstr ""
+
+#: inc/comments-translation/functions.php:209 menu/comments-translation.php:26
+#: menu/overview.php:112
+#, php-format
+msgid ""
+"To translate your replies, you need to enable <a href=\"%s\">professional "
+"translation</a>."
+msgstr ""
+
+#: inc/comments-translation/functions.php:212
+msgid ""
+"When this is checked you can write comments in the post's original language. "
+"They will not be published immediately but sent to the ICanLocalize "
+"translation server and translated. Once translated they are published "
+"automatically on your blog."
+msgstr ""
+
+#: inc/comments-translation/functions.php:346
+#, php-format
+msgid "Translate from %s into %s"
+msgstr ""
+
+#: inc/comments-translation/functions.php:348
+#, php-format
+msgid ""
+"There is no translator for this language pair. <a href=\"%s\">Details</a>."
+msgstr ""
+
+#: inc/comments-translation/functions.php:495
+#: inc/comments-translation/functions.php:614
+#, php-format
+msgid "Machine translation failed. <a%s>retry</a>"
+msgstr ""
+
+#: inc/comments-translation/functions.php:828
+#: inc/comments-translation/functions.php:869
+#: modules/icl-translation/icl-translation-dashboard.php:98
+#: modules/icl-translation/icl-translation-dashboard.php:310
+#: modules/icl-translation/icl-translation-functions.php:1472
+msgid "Translation in progress"
+msgstr ""
+
+#: inc/comments-translation/functions.php:830
+#: inc/comments-translation/functions.php:871
+#: inc/functions-string-translation.php:13
+#: modules/icl-translation/icl-translation-dashboard.php:99
+#: modules/icl-translation/icl-translation-functions.php:1479
+#: modules/icl-translation/icl-translation-functions.php:1500
+msgid "Translation complete"
+msgstr ""
+
+#: inc/comments-translation/functions.php:834
+#, php-format
+msgid "Comment in %s"
+msgstr ""
+
+#: inc/compatibility-packages/functions-packages.php:3
+msgid "Extra options"
+msgstr ""
+
+#: inc/compatibility-packages/functions-packages.php:368
+msgid "Options saved"
+msgstr ""
+
+#: inc/compatibility-packages/functions-packages.php:403
+#: menu/comments-translation.php:55 menu/content-translation-langs.php:94
+#: menu/content-translation-options.php:112
+#: menu/content-translation-site-description.php:33
+#: menu/edit-languages.php:118 menu/string-translation.php:287
+#: menu/theme-localization.php:27 menu/theme-localization.php:103
+#: menu/translation-synchronization.php:95
+#: menu/translation-synchronization.php:161
+#: menu/translation-synchronization.php:203
+#: menu/translation-synchronization.php:239
+#: modules/icl-translation/icl-translation-dashboard.php:214
+msgid "Save"
+msgstr ""
+
+#: inc/functions-string-translation.php:14
+msgid "Partial translation"
+msgstr ""
+
+#: inc/functions-string-translation.php:15
+#: modules/icl-translation/icl-translation-functions.php:1458
+msgid "Translation needs update"
+msgstr ""
+
+#: inc/functions-string-translation.php:16 menu/post-menu.php:263
+#: modules/icl-translation/icl-translation-functions.php:1486
+#: modules/icl-translation/icl-translation-functions.php:1490
+#: modules/icl-translation/icl-translation-functions.php:1502
+msgid "Not translated"
+msgstr ""
+
+#: inc/functions-string-translation.php:80 menu/string-translation.php:494
+msgid "Blog Title"
+msgstr ""
+
+#: inc/functions-string-translation.php:83 menu/string-translation.php:496
+msgid "Tagline"
+msgstr ""
+
+#: inc/functions-string-translation.php:132
+msgid "File upload error"
+msgstr ""
+
+#: inc/functions-string-translation.php:172
+msgid "No string found"
+msgstr ""
+
+#: inc/functions-string-translation.php:370 menu/overview.php:83
+#: menu/string-translation-translate-options.php:6
+#: menu/string-translation.php:51
+msgid "String translation"
+msgstr ""
+
+#: inc/functions-string-translation.php:919
+#, php-format
+msgid "Scanning theme folder: %s"
+msgstr ""
+
+#: inc/functions-string-translation.php:928
+#: inc/functions-string-translation.php:1020
+#, php-format
+msgid "Opening folder: %s"
+msgstr ""
+
+#: inc/functions-string-translation.php:933
+#: inc/functions-string-translation.php:1011
+#: inc/functions-string-translation.php:1024
+#, php-format
+msgid "Scanning file: %s"
+msgstr ""
+
+#: inc/functions-string-translation.php:937
+#: inc/functions-string-translation.php:1028
+#, php-format
+msgid "Skipping file: %s"
+msgstr ""
+
+#: inc/functions-string-translation.php:949
+#: inc/functions-string-translation.php:1039
+msgid "Done scanning files"
+msgstr ""
+
+#: inc/functions-string-translation.php:953
+msgid "= Your theme was scanned for texts ="
+msgstr ""
+
+#: inc/functions-string-translation.php:954
+msgid "The following files were processed:"
+msgstr ""
+
+#: inc/functions-string-translation.php:956
+#: inc/functions-string-translation.php:1057
+#, php-format
+msgid "WPML found %s strings. They were added to the string translation table."
+msgstr ""
+
+#: inc/functions-string-translation.php:957
+msgid "More details"
+msgstr ""
+
+#: inc/functions-string-translation.php:1059
+msgid "No strings found."
+msgstr ""
+
+#: inc/functions-string-translation.php:1275
+#: inc/functions-string-translation.php:1328
+msgid "No records found"
+msgstr ""
+
+#: inc/functions-troubleshooting.php:167
+msgid "Error writing query:"
+msgstr ""
+
+#: inc/functions.php:11 inc/functions.php:13
+msgid "Configure"
+msgstr ""
+
+#: inc/icl-recent-comments-widget.php:10 inc/icl-recent-comments-widget.php:99
+#: inc/icl-recent-comments-widget.php:100
+msgid "Recent Comments"
+msgstr ""
+
+#: inc/icl-recent-comments-widget.php:33
+#, php-format
+msgid "%1$s on %2$s"
+msgstr ""
+
+#: inc/icl-recent-comments-widget.php:71
+msgid "Title:"
+msgstr ""
+
+#: inc/icl-recent-comments-widget.php:73
+msgid "Number of comments to show:"
+msgstr ""
+
+#: inc/icl-recent-comments-widget.php:75
+msgid "(at most 15)"
+msgstr ""
+
+#: inc/icl-recent-comments-widget.php:98
+msgid "The most recent comments"
+msgstr ""
+
+#: inc/import-xml.php:16
+msgid "Select Language"
+msgstr ""
+
+#: inc/language-switcher.php:84 inc/language-switcher.php:85
+msgid "Language Selector"
+msgstr ""
+
+#: inc/language-switcher.php:99
+msgid "Display 'Languages' as the widget's title"
+msgstr ""
+
+#: inc/language-switcher.php:244
+msgid "Edit the language switcher widget colors"
+msgstr ""
+
+#: inc/language-switcher.php:250 inc/language-switcher.php:382
+msgid "Normal"
+msgstr ""
+
+#: inc/language-switcher.php:251 inc/language-switcher.php:383
+msgid "Hover"
+msgstr ""
+
+#: inc/language-switcher.php:256 inc/language-switcher.php:388
+msgid "Current language font color"
+msgstr ""
+
+#: inc/language-switcher.php:271 inc/language-switcher.php:403
+msgid "Current language background color"
+msgstr ""
+
+#: inc/language-switcher.php:286 inc/language-switcher.php:418
+msgid "Other languages font color"
+msgstr ""
+
+#: inc/language-switcher.php:301 inc/language-switcher.php:433
+msgid "Other languages background color"
+msgstr ""
+
+#: inc/language-switcher.php:316 inc/language-switcher.php:460
+msgid "Border"
+msgstr ""
+
+#: inc/language-switcher.php:329 inc/language-switcher.php:473
+msgid "Presets:"
+msgstr ""
+
+#: inc/language-switcher.php:331 inc/language-switcher.php:475
+msgid "--select--"
+msgstr ""
+
+#: inc/language-switcher.php:332 inc/language-switcher.php:476
+msgid "Gray"
+msgstr ""
+
+#: inc/language-switcher.php:333 inc/language-switcher.php:477
+msgid "White"
+msgstr ""
+
+#: inc/language-switcher.php:334 inc/language-switcher.php:478
+msgid "Blue"
+msgstr ""
+
+#: inc/language-switcher.php:336 inc/language-switcher.php:480
+msgid ""
+"Are you sure? The customization you may have made will be overriden once you "
+"click 'Apply'"
+msgstr ""
+
+#: inc/language-switcher.php:339
+#, php-format
+msgid ""
+"%s is defined in your theme. The language switcher can only be customized "
+"using the theme's CSS."
+msgstr ""
+
+#: inc/language-switcher.php:347
+msgid "Footer language switcher style"
+msgstr ""
+
+#: inc/language-switcher.php:352
+msgid "Show language switcher in footer"
+msgstr ""
+
+#: inc/language-switcher.php:360
+msgid "Footer language switcher preview"
+msgstr ""
+
+#: inc/language-switcher.php:376
+msgid "Edit the footer language switcher colors"
+msgstr ""
+
+#: inc/language-switcher.php:449
+msgid "Background"
+msgstr ""
+
+#: inc/language-switcher.php:486
+msgid "Show post translation links"
+msgstr ""
+
+#: inc/language-switcher.php:491 menu/theme-localization.php:240
+#: sitepress.class.php:4640
+msgid "Yes"
+msgstr ""
+
+#: inc/language-switcher.php:496
+msgid "Position"
+msgstr ""
+
+#: inc/language-switcher.php:498
+msgid "Above post"
+msgstr ""
+
+#: inc/language-switcher.php:499
+msgid "Below post"
+msgstr ""
+
+#: inc/language-switcher.php:505
+msgid "Text for alternative languages for posts"
+msgstr ""
+
+#: inc/language-switcher.php:505
+#, php-format
+msgid "This post is also available in: %s"
+msgstr ""
+
+#: inc/language-switcher.php:518 menu/language-selector.php:5
+#: sitepress.class.php:2582 sitepress.class.php:3105 sitepress.class.php:3358
+msgid "All languages"
+msgstr ""
+
+#: inc/language-switcher.php:667 menu/overview.php:45 sitepress.class.php:639
+#: sitepress.class.php:652
+msgid "Languages"
+msgstr ""
+
+#: inc/not-compatible-plugins.php:29
+msgid "WPML cannot be activated together with these older plugins:"
+msgstr ""
+
+#: inc/not-compatible-plugins.php:35
+msgid "WPML will be deactivated"
+msgstr ""
+
+#: inc/php-version-check.php:17
+msgid ""
+"WPML cannot be activated because your version of PHP is too old. To run "
+"correctly, you must have PHP5 installed.<br /> We recommend that you contact "
+"your hosting company and request them to switch you to PHP5."
+msgstr ""
+
+#: inc/php-version-check.php:47 menu/content-translation-icl-account.php:140
+#: menu/post-menu.php:173 menu/string-translation-translate-options.php:18
+msgid "Close"
+msgstr ""
+
+#: inc/plugins-texts-functions.php:12
+msgid "translate"
+msgstr ""
+
+#: inc/plugins-texts-functions.php:12
+msgid "synchronize"
+msgstr ""
+
+#: inc/plugins-texts-functions.php:24
+#, php-format
+msgid ""
+"WPML doesn't know how to translate this plugin. If it has texts that require "
+"translation, contact us by opening an issue in our forum: %s"
+msgstr ""
+
+#: inc/plugins-texts-functions.php:84
+msgid "Incorrect CSV file format (there should be exactly 5 columns)."
+msgstr ""
+
+#: inc/plugins-texts-functions.php:88
+msgid "The fifth column values should be '0' or '1'."
+msgstr ""
+
+#: inc/plugins-texts-functions.php:95
+msgid ""
+"Inconsistent plugin name (the first column should have identical values)."
+msgstr ""
+
+#: inc/plugins-texts-functions.php:117
+msgid "Please select a CSV file to upload."
+msgstr ""
+
+#: inc/sitepress-schema.php:371
+msgid ""
+"WPML cannot create the database tables! Make sure that your mysql user has "
+"the CREATE privilege"
+msgstr ""
+
+#: inc/support.php:71
+msgid "Your password is sent to your e-mail."
+msgstr ""
+
+#: inc/support.php:75 inc/support.php:78 inc/support.php:378
+#: inc/support.php:412 menu/content-translation-icl-account-wizard.php:22
+#: menu/content-translation-icl-account-wizard.php:80
+#: menu/content-translation-icl-account-wizard.php:116
+#: menu/content-translation-icl-account-wizard.php:166
+#: menu/content-translation-langs.php:107
+#: menu/content-translation-options.php:114
+#: menu/content-translation-site-description.php:46
+#: menu/edit-languages.php:118 menu/languages.php:147 menu/languages.php:169
+#: menu/string-translation.php:94 menu/string-translation.php:151
+msgid "Cancel"
+msgstr ""
+
+#: inc/support.php:75
+#, php-format
+msgid "Buy 'developer' subscription %s / year"
+msgstr ""
+
+#: inc/support.php:78
+#, php-format
+msgid "Buy 'single site' subscription %s / year"
+msgstr ""
+
+#: inc/support.php:91
+msgid "Create new ticket"
+msgstr ""
+
+#: inc/support.php:178
+#, php-format
+msgid "Your subscription is valid until %s"
+msgstr ""
+
+#: inc/support.php:193
+msgid "24h support"
+msgstr ""
+
+#: inc/support.php:194
+msgid "Support tickets to WPML developers"
+msgstr ""
+
+#: inc/support.php:195
+msgid "Consultation and planning"
+msgstr ""
+
+#: inc/support.php:196
+msgid "Help troubleshooting"
+msgstr ""
+
+#: inc/support.php:200
+msgid ""
+"In order to get premium support, you need to create a support subscription."
+msgstr ""
+
+#: inc/support.php:201
+msgid ""
+"A support subscription gives you 24h response directly from WPML's "
+"developers."
+msgstr ""
+
+#: inc/support.php:206
+msgid "Community Support"
+msgstr ""
+
+#: inc/support.php:207
+msgid "Single Site Support"
+msgstr ""
+
+#: inc/support.php:208
+msgid "Developer Support"
+msgstr ""
+
+#: inc/support.php:211
+#, php-format
+msgid "Community support via %s WPML's technical forum %s"
+msgstr ""
+
+#: inc/support.php:212 inc/support.php:213 inc/support.php:214
+msgid "Free"
+msgstr ""
+
+#: inc/support.php:227
+msgid "Not included"
+msgstr ""
+
+#: inc/support.php:228 inc/support.php:229
+msgid "Included"
+msgstr ""
+
+#: inc/support.php:233
+msgid "Number of sites"
+msgstr ""
+
+#: inc/support.php:235
+msgid "One site"
+msgstr ""
+
+#: inc/support.php:236
+msgid "Unlimited sites"
+msgstr ""
+
+#: inc/support.php:241 inc/support.php:242
+#, php-format
+msgid "Buy %s / year"
+msgstr ""
+
+#: inc/support.php:251
+msgid "Renew your subscription"
+msgstr ""
+
+#: inc/support.php:283 inc/support.php:290
+msgid "Subject"
+msgstr ""
+
+#: inc/support.php:284 inc/support.php:291
+msgid "Created"
+msgstr ""
+
+#: inc/support.php:285 inc/support.php:292
+msgid "Messages"
+msgstr ""
+
+#: inc/support.php:317
+msgid "New message"
+msgstr ""
+
+#: inc/support.php:357
+msgid ""
+"Premium support is provided by ICanLocalize. You will need to create an "
+"account to get started."
+msgstr ""
+
+#: inc/support.php:358
+msgid ""
+"WPML will use this account to create support tickets and connect you with "
+"the development team."
+msgstr ""
+
+#: inc/support.php:363 menu/content-translation-icl-account-wizard.php:61
+msgid "First name"
+msgstr ""
+
+#: inc/support.php:367 menu/content-translation-icl-account-wizard.php:65
+msgid "Last name"
+msgstr ""
+
+#: inc/support.php:371 inc/support.php:401
+#: menu/content-translation-icl-account-wizard.php:69
+#: menu/content-translation-icl-account-wizard.php:101
+#: menu/content-translation-icl-account-wizard.php:151
+msgid "Email"
+msgstr ""
+
+#: inc/support.php:379
+msgid "Create account"
+msgstr ""
+
+#: inc/support.php:381 inc/support.php:415
+#: menu/content-translation-icl-account-wizard.php:85
+#: menu/content-translation-icl-account-wizard.php:121
+#: menu/content-translation-icl-account-wizard.php:129
+#: menu/content-translation-icl-account-wizard.php:171
+msgid "Saving. Please wait..."
+msgstr ""
+
+#: inc/support.php:393
+msgid "I already have an ICanLocalize account"
+msgstr ""
+
+#: inc/support.php:405 menu/content-translation-icl-account-wizard.php:105
+#: menu/content-translation-icl-account-wizard.php:155
+msgid "Password"
+msgstr ""
+
+#: inc/support.php:413
+msgid "Log in to my account"
+msgstr ""
+
+#: inc/template-functions.php:183
+msgid "Invalid object kind"
+msgstr ""
+
+#: inc/template-functions.php:186
+msgid "Invalid object id"
+msgstr ""
+
+#: inc/wp-nav-menus/iclNavMenu.class.php:268
+msgid "Translations:"
+msgstr ""
+
+#: inc/wp-nav-menus/iclNavMenu.class.php:274
+msgid "edit translation"
+msgstr ""
+
+#: inc/wp-nav-menus/iclNavMenu.class.php:276 menu/post-menu.php:244
+#: sitepress.class.php:5215
+msgid "edit"
+msgstr ""
+
+#: inc/wp-nav-menus/iclNavMenu.class.php:279 sitepress.class.php:4353
+#: sitepress.class.php:4373
+msgid "add translation"
+msgstr ""
+
+#: inc/wp-nav-menus/iclNavMenu.class.php:281 menu/post-menu.php:228
+#: sitepress.class.php:2905
+msgid "add"
+msgstr ""
+
+#: inc/wp-nav-menus/iclNavMenu.class.php:291 menu/languages.php:193
+#: menu/theme-localization.php:43 menu/theme-localization.php:54
+#: modules/icl-translation/icl-ajx-requests.php:12 sitepress.class.php:1818
+#: sitepress.class.php:2756
+msgid "Language"
+msgstr ""
+
+#: inc/wp-nav-menus/iclNavMenu.class.php:305
+#: inc/wp-nav-menus/iclNavMenu.class.php:374
+msgid "Translation of:"
+msgstr ""
+
+#: inc/wp-nav-menus/iclNavMenu.class.php:312
+#: inc/wp-nav-menus/iclNavMenu.class.php:376
+msgid "none"
+msgstr ""
+
+#: inc/wp-nav-menus/iclNavMenu.class.php:586
+msgid "not translated in current language"
+msgstr ""
+
+#: lib/Snoopy.class.php:1203
+#, php-format
+msgid ""
+"WPML cannot connect to <a%s>www.icanlocalize.com</a>. Please make sure that "
+"outgoing communication on port 80 (or 443) is enabled.\n"
+"<a%s>www.icanlocalize.com</a> is found on IP - %s. You can open all ports to "
+"and from that IP."
+msgstr ""
+
+#: lib/icl_api.php:109 lib/icl_api.php:132
+msgid "Error:"
+msgstr ""
+
+#: lib/icl_api.php:413
+#, php-format
+msgid ""
+"You don't have enough funds in your ICanLocalize account - [b]Funds required "
+"- $%s[/b]"
+msgstr ""
+
+#: menu/absolute-links.php:12 menu/comments-translation.php:16
+#: menu/compatibility-packages.php:6 menu/languages.php:4
+#: menu/languages.php:50 menu/navigation.php:12
+msgid "Setup WPML"
+msgstr ""
+
+#: menu/absolute-links.php:16
+msgid "About Sticky Links"
+msgstr ""
+
+#: menu/absolute-links.php:18
+msgid ""
+"WPML can turn internal links to posts and pages into sticky links. What this "
+"means is that links to pages and posts will automatically update if their "
+"URL changes. There are many reasons why page URL changes:"
+msgstr ""
+
+#: menu/absolute-links.php:20
+msgid "The slug changes."
+msgstr ""
+
+#: menu/absolute-links.php:21
+msgid "The page parent changes."
+msgstr ""
+
+#: menu/absolute-links.php:22
+msgid "Permlink structure changes."
+msgstr ""
+
+#: menu/absolute-links.php:24
+msgid ""
+"If you select to enable sticky links, internal links to pages and posts will "
+"never break. When the URL changes, all links to it will automatically update."
+msgstr ""
+
+#: menu/absolute-links.php:25
+msgid ""
+"When you edit a page (while sticky links are enabled) you will notice that "
+"links in that page change to the default WordPress links. This is a normal "
+"thing. Visitors will not see these &#8220;strange&#8221; links. Instead they "
+"will get links to the full URL."
+msgstr ""
+
+#: menu/absolute-links.php:27
+msgid "Options"
+msgstr ""
+
+#: menu/absolute-links.php:33
+msgid "Turn links in text widgets to Sticky"
+msgstr ""
+
+#: menu/absolute-links.php:38
+msgid "Turn links in WPML's string Translation to Sticky"
+msgstr ""
+
+#: menu/absolute-links.php:42 menu/languages.php:146 menu/languages.php:168
+#: menu/languages.php:352 menu/languages.php:501 menu/languages.php:557
+#: menu/languages.php:588 menu/languages.php:609 menu/languages.php:629
+#: menu/languages.php:670 menu/string-translation-translate-options.php:32
+#: menu/string-translation.php:461 menu/troubleshooting.php:122
+msgid "Apply"
+msgstr ""
+
+#: menu/absolute-links.php:58
+#, php-format
+msgid ""
+"Some links (%s) were converted to absolute. You can [a]return them to their "
+"original values[/a]"
+msgstr ""
+
+#: menu/absolute-links.php:65
+msgid "Disable Sticky links"
+msgstr ""
+
+#: menu/absolute-links.php:65
+msgid "Enable Sticky links"
+msgstr ""
+
+#: menu/absolute-links.php:66
+msgid "Are you sure you want to disable Sticky links?"
+msgstr ""
+
+#: menu/affiliate-info.php:17
+msgid "Affiliate information check"
+msgstr ""
+
+#: menu/affiliate-info.php:23
+msgid "Affiliate test"
+msgstr ""
+
+#: menu/affiliate-info.php:26
+msgid "Affiliate ID"
+msgstr ""
+
+#: menu/affiliate-info.php:30
+msgid "Affiliate ID not defined in the theme"
+msgstr ""
+
+#: menu/affiliate-info.php:35
+msgid "Affiliate Key"
+msgstr ""
+
+#: menu/affiliate-info.php:39
+msgid "Affiliate KEY not defined in the theme"
+msgstr ""
+
+#: menu/affiliate-info.php:46
+msgid "Congratulations! Your affiliate information is correct."
+msgstr ""
+
+#: menu/affiliate-info.php:48
+msgid "Sorry, the affiliate information did not validate."
+msgstr ""
+
+#: menu/affiliate-info.php:49
+msgid "Test"
+msgstr ""
+
+#: menu/basic_advanced_switch.php:3
+#, php-format
+msgid ""
+"Using WordPress as CMS? Try WPML's <span title=\"%s\" %s>advanced features</"
+"span>."
+msgstr ""
+
+#: menu/basic_advanced_switch.php:3
+msgid ""
+"Theme localization, translation synchronization, comments translation, CMS "
+"navigation, Sticky links"
+msgstr ""
+
+#: menu/basic_advanced_switch.php:3
+msgid "Switch to advanced setup mode"
+msgstr ""
+
+#: menu/basic_advanced_switch.php:3
+msgid "Go Advanced"
+msgstr ""
+
+#: menu/basic_advanced_switch.php:12
+msgid "Switch to basic setup mode"
+msgstr ""
+
+#: menu/basic_advanced_switch.php:12
+msgid "Back to Basic mode"
+msgstr ""
+
+#: menu/comments-translation.php:11
+msgid "the default language"
+msgstr ""
+
+#: menu/comments-translation.php:20 menu/overview.php:107
+#: sitepress.class.php:662
+msgid "Comments translation"
+msgstr ""
+
+#: menu/comments-translation.php:22
+msgid ""
+"Visitor comments can be translated to and from each userâ??s language. "
+"Different users can choose their language preferences in their profile pages."
+msgstr ""
+
+#: menu/comments-translation.php:23
+#, php-format
+msgid ""
+"Your current admin language is %s. You can change it in your <a href=\"%s"
+"\">profile page</a>."
+msgstr ""
+
+#: menu/comments-translation.php:34
+msgid "User login"
+msgstr ""
+
+#: menu/comments-translation.php:35
+msgid "Translate comments by visitors"
+msgstr ""
+
+#: menu/comments-translation.php:36
+msgid "Translate replies"
+msgstr ""
+
+#: menu/compatibility-packages.php:10 sitepress.class.php:683
+msgid "Compatibility packages"
+msgstr ""
+
+#: menu/compatibility-packages.php:17
+msgid "Packages list updated"
+msgstr ""
+
+#: menu/compatibility-packages.php:26 menu/compatibility-packages.php:70
+msgid "Package name"
+msgstr ""
+
+#: menu/compatibility-packages.php:27 menu/compatibility-packages.php:71
+msgid "Version"
+msgstr ""
+
+#: menu/compatibility-packages.php:28 menu/compatibility-packages.php:72
+#: menu/navigation.php:104 menu/overview.php:40 menu/overview.php:145
+msgid "Description"
+msgstr ""
+
+#: menu/compatibility-packages.php:30 menu/compatibility-packages.php:74
+msgid "Used for theme"
+msgstr ""
+
+#: menu/compatibility-packages.php:33 menu/compatibility-packages.php:77
+msgid "Used for plugin"
+msgstr ""
+
+#: menu/compatibility-packages.php:35 menu/compatibility-packages.php:80
+msgid "Author"
+msgstr ""
+
+#: menu/compatibility-packages.php:85
+msgid "No packages found"
+msgstr ""
+
+#: menu/compatibility-packages.php:89
+msgid "Update"
+msgstr ""
+
+#: menu/content-translation-how-it-works.php:5
+msgid "Professional Translation - How it works"
+msgstr ""
+
+#: menu/content-translation-how-it-works.php:11
+msgid ""
+"<a href=\"http://www.icanlocalize.com\";>ICanLocalize</a> can provide "
+"professional translation for your site's contents."
+msgstr ""
+
+#: menu/content-translation-how-it-works.php:13
+msgid "Your job:"
+msgstr ""
+
+#: menu/content-translation-how-it-works.php:18
+msgid "You select the content you want translated from the dashboard"
+msgstr ""
+
+#: menu/content-translation-how-it-works.php:19
+msgid "Select the language you want it translated to"
+msgstr ""
+
+#: menu/content-translation-how-it-works.php:30
+msgid "How it works after that:"
+msgstr ""
+
+#: menu/content-translation-how-it-works.php:35
+msgid "The content you choose is sent to the ICanLocalize server"
+msgstr ""
+
+#: menu/content-translation-how-it-works.php:36
+msgid ""
+"The translator chosen by you to do the work is automatically notified that "
+"there is something requiring translation"
+msgstr ""
+
+#: menu/content-translation-how-it-works.php:37
+msgid "The translator downloads the content from the ICanLocalize server"
+msgstr ""
+
+#: menu/content-translation-how-it-works.php:38
+msgid "The translator translates the content using a custom built editor"
+msgstr ""
+
+#: menu/content-translation-how-it-works.php:39
+msgid ""
+"When the translation is ready the translator uploads to the ICanLocalize "
+"server"
+msgstr ""
+
+#: menu/content-translation-how-it-works.php:40
+msgid ""
+"The ICanLocalize server sends the translation content to your site via XML-"
+"RPC"
+msgstr ""
+
+#: menu/content-translation-how-it-works.php:41
+msgid ""
+"The WPML plugin publishes the content creating menus and automatically "
+"fixing links to translated content."
+msgstr ""
+
+#: menu/content-translation-how-it-works.php:52
+msgid "What happens if you edit the original?"
+msgstr ""
+
+#: menu/content-translation-icl-account-wizard.php:15
+msgid ""
+"Choose this option if you want to pay for translation work through your "
+"existing account."
+msgstr ""
+
+#: menu/content-translation-icl-account-wizard.php:20
+#: menu/content-translation-icl-account-wizard.php:78
+#: menu/content-translation-icl-account-wizard.php:114
+#: menu/content-translation-icl-account-wizard.php:118
+#: menu/content-translation-icl-account-wizard.php:164
+msgid "Add project to my account and finish"
+msgstr ""
+
+#: menu/content-translation-icl-account-wizard.php:23
+#: menu/content-translation-icl-account-wizard.php:81
+#: menu/content-translation-icl-account-wizard.php:117
+#: menu/content-translation-icl-account-wizard.php:167
+#: menu/content-translation-site-description.php:47 menu/languages.php:229
+#: menu/languages.php:512
+msgid "Back"
+msgstr ""
+
+#: menu/content-translation-icl-account-wizard.php:24
+msgid "Use existing account and Finish"
+msgstr ""
+
+#: menu/content-translation-icl-account-wizard.php:43
+#: menu/content-translation-icl-account-wizard.php:54
+msgid ""
+"Choose this option to create a new account, which would be responsible for "
+"paying for translation work."
+msgstr ""
+
+#: menu/content-translation-icl-account-wizard.php:48
+msgid ""
+"Creating an account in ICanLocalize is free. You will only need to pay when "
+"sending posts and pages for translation."
+msgstr ""
+
+#: menu/content-translation-icl-account-wizard.php:82
+msgid "Create account and Finish"
+msgstr ""
+
+#: menu/content-translation-icl-account-wizard.php:125
+msgid "Add this project to my account"
+msgstr ""
+
+#: menu/content-translation-icl-account-wizard.php:127
+msgid "Create a new ICanLocalize account"
+msgstr ""
+
+#: menu/content-translation-icl-account-wizard.php:146
+msgid ""
+"Choose this option to transfer this project to another ICanLocalize account, "
+"which will be responsible for paying for translation work."
+msgstr ""
+
+#: menu/content-translation-icl-account-wizard.php:168
+msgid "Add project to user's account and finish"
+msgstr ""
+
+#: menu/content-translation-icl-account.php:21
+msgid "ICanlocalize account setup"
+msgstr ""
+
+#: menu/content-translation-icl-account.php:30
+msgid "Translation jobs go through an account at ICanLocalize."
+msgstr ""
+
+#: menu/content-translation-icl-account.php:36
+msgid "Before you create an ICanLocalize account you need to fix these:"
+msgstr ""
+
+#: menu/content-translation-icl-account.php:53
+#, php-format
+msgid "Use my existing ICanLocalize account - <b>%s</b>"
+msgstr ""
+
+#: menu/content-translation-icl-account.php:60
+#: menu/content-translation-icl-account.php:104
+msgid "Create a new account in ICanLocalize"
+msgstr ""
+
+#: menu/content-translation-icl-account.php:67
+msgid "Add to an existing account at ICanLocalize"
+msgstr ""
+
+#: menu/content-translation-icl-account.php:76
+#: menu/content-translation-icl-account.php:110
+msgid "Transfer to an existing account at ICanLocalize"
+msgstr ""
+
+#: menu/content-translation-icl-account.php:90
+#: menu/content-translation-icl-account.php:98
+msgid "You can transfer this site to another ICanLocalize account."
+msgstr ""
+
+#: menu/content-translation-icl-account.php:91
+msgid "Show settings &raquo;"
+msgstr ""
+
+#: menu/content-translation-icl-account.php:124
+msgid "Transfer this site"
+msgstr ""
+
+#: menu/content-translation-icl-account.php:126
+msgid "I don't want to transfer this site."
+msgstr ""
+
+#: menu/content-translation-icl-account.php:145
+msgid "Disable professional translation"
+msgstr ""
+
+#: menu/content-translation-langs.php:24
+msgid "Translation pairs"
+msgstr ""
+
+#: menu/content-translation-langs.php:45
+msgid "Show more translation pairs &raquo;"
+msgstr ""
+
+#: menu/content-translation-langs.php:45
+msgid "&laquo; Hide additional languages"
+msgstr ""
+
+#: menu/content-translation-langs.php:68
+#, php-format
+msgid "Translate from %s to these languages"
+msgstr ""
+
+#: menu/content-translation-langs.php:108
+#: menu/content-translation-site-description.php:44
+#: menu/content-translation-site-description.php:48 menu/languages.php:114
+#: menu/languages.php:230
+msgid "Next"
+msgstr ""
+
+#: menu/content-translation-options.php:10
+msgid "Translation options"
+msgstr ""
+
+#: menu/content-translation-options.php:21
+msgid "Translation delivery"
+msgstr ""
+
+#: menu/content-translation-options.php:24
+msgid "Select the desired translation delivery mehtod:"
+msgstr ""
+
+#: menu/content-translation-options.php:31
+msgid "Translations will be posted back to this website via XML-RPC."
+msgstr ""
+
+#: menu/content-translation-options.php:37
+msgid "This WordPress installation will poll for translations."
+msgstr ""
+
+#: menu/content-translation-options.php:43
+msgid "Choose polling if your site is inaccessible from the Internet."
+msgstr ""
+
+#: menu/content-translation-options.php:47
+msgid "Notification preferences:"
+msgstr ""
+
+#: menu/content-translation-options.php:54
+msgid "Send an email notification when translations complete."
+msgstr ""
+
+#: menu/content-translation-options.php:58
+msgid "Send an alert when translations delay for more than 4 days."
+msgstr ""
+
+#: menu/content-translation-options.php:64
+msgid "ICanLocalize will send email notifications for these events."
+msgstr ""
+
+#: menu/content-translation-options.php:68
+msgid "Translated document status:"
+msgstr ""
+
+#: menu/content-translation-options.php:75
+#: modules/icl-translation/icl-translation-dashboard.php:48
+msgid "Draft"
+msgstr ""
+
+#: menu/content-translation-options.php:81
+msgid "Same as the original document"
+msgstr ""
+
+#: menu/content-translation-options.php:88
+msgid ""
+"Choose if translations should be published when received. Note: If Publish "
+"is selected, the translation will only be published if the original node is "
+"published when the translation is received."
+msgstr ""
+
+#: menu/content-translation-options.php:92
+msgid "Remote control translation management:"
+msgstr ""
+
+#: menu/content-translation-options.php:99
+msgid "Enable remote control over the translation management."
+msgstr ""
+
+#: menu/content-translation-options.php:106
+msgid ""
+"This feature is intended for blog networks. It allows controlling the "
+"translation process remotely via XML-RPC calls without going through the "
+"WordPress admin pages.<br />If you are running a single site, you don't need "
+"to enable this."
+msgstr ""
+
+#: menu/content-translation-site-description.php:22
+msgid "Information about your website"
+msgstr ""
+
+#: menu/content-translation-site-description.php:28
+msgid "Describe your website"
+msgstr ""
+
+#: menu/content-translation-wizard-steps.php:12
+msgid ""
+"Before you can start using Professional translation, it needs to be set up"
+msgstr ""
+
+#: menu/content-translation-wizard-steps.php:15
+msgid "1. Translation Languages"
+msgstr ""
+
+#: menu/content-translation-wizard-steps.php:16
+msgid "2. Description"
+msgstr ""
+
+#: menu/content-translation-wizard-steps.php:17
+msgid "3. ICanLocalize account setup"
+msgstr ""
+
+#: menu/content-translation.php:35
+msgid "Professional Translation"
+msgstr ""
+
+#: menu/content-translation.php:48
+msgid "Translation management"
+msgstr ""
+
+#: menu/content-translation.php:54
+msgid "ICanLocalize account status"
+msgstr ""
+
+#: menu/content-translation.php:57
+#, php-format
+msgid "For help getting started, %scontact ICanLocalize%s"
+msgstr ""
+
+#: menu/content-translation.php:66
+msgid "Professional translation setup"
+msgstr ""
+
+#: menu/content-translation.php:68
+msgid "Configure professional translation"
+msgstr ""
+
+#: menu/content-translation.php:80
+msgid ""
+"After you configure more languages for your blog, the translation options "
+"will show here"
+msgstr ""
+
+#: menu/edit-languages.php:20
+msgid "Upload directory cannot be created. Check your permissions."
+msgstr ""
+
+#: menu/edit-languages.php:24
+msgid "Upload dir is not writable"
+msgstr ""
+
+#: menu/edit-languages.php:42 menu/languages.php:175
+msgid "Edit Languages"
+msgstr ""
+
+#: menu/edit-languages.php:45
+msgid ""
+"This table allows you to edit languages for your site. Each row represents a "
+"language.\r\n"
+"<br /><br />\r\n"
+"For each language, you need to enter the following information:\r\n"
+"<ul>\r\n"
+"    <li><strong>Code:</strong> a unique value that identifies the language. "
+"Once entered, the language code cannot be changed.</li>\r\n"
+"    <li><strong>Translations:</strong> the way the language name will be "
+"displayed in different languages.</li>\r\n"
+"    <li><strong>Flag:</strong> the flag to display next to the language "
+"(optional). You can either upload your own flag or use one of WPML's built "
+"in flag images.</li>\r\n"
+"    <li><strong>Default locale:</strong> This determines the locale value "
+"for this language. You should check the name of WordPress localization file "
+"to set this correctly.</li>\r\n"
+"</ul>"
+msgstr ""
+
+#: menu/edit-languages.php:65
+msgid ""
+"Please note: language codes cannot be changed after adding languages. Make "
+"sure you enter the correct code."
+msgstr ""
+
+#: menu/edit-languages.php:78 menu/edit-languages.php:90
+msgid "Language name"
+msgstr ""
+
+#: menu/edit-languages.php:79 menu/edit-languages.php:91
+#: menu/theme-localization.php:44 menu/theme-localization.php:55
+msgid "Code"
+msgstr ""
+
+#: menu/edit-languages.php:80 menu/edit-languages.php:92
+msgid "Translation (new)"
+msgstr ""
+
+#: menu/edit-languages.php:82 menu/edit-languages.php:94
+#: modules/icl-translation/icl-translation-dashboard.php:143
+#: modules/icl-translation/icl-translation-dashboard.php:154
+msgid "Translation"
+msgstr ""
+
+#: menu/edit-languages.php:84 menu/edit-languages.php:96
+#: menu/languages.php:479
+msgid "Flag"
+msgstr ""
+
+#: menu/edit-languages.php:85 menu/edit-languages.php:97
+msgid "Default locale"
+msgstr ""
+
+#: menu/edit-languages.php:115
+msgid "Back to languages"
+msgstr ""
+
+#: menu/edit-languages.php:118
+msgid "Add Language"
+msgstr ""
+
+#: menu/edit-languages.php:123
+msgid "Reset languages"
+msgstr ""
+
+#: menu/edit-languages.php:124
+msgid ""
+"WPML will reset all language information to its default values. Any "
+"languages that you added or edited will be lost."
+msgstr ""
+
+#: menu/edit-languages.php:145
+msgid "Upload flag"
+msgstr ""
+
+#: menu/edit-languages.php:145
+msgid "Use flag from WPML"
+msgstr ""
+
+#: menu/edit-languages.php:234 menu/edit-languages.php:427
+msgid "Please, enter valid data."
+msgstr ""
+
+#: menu/edit-languages.php:280 menu/edit-languages.php:340
+#: menu/edit-languages.php:347
+#, php-format
+msgid "Error adding translation %s for %s."
+msgstr ""
+
+#: menu/edit-languages.php:292
+msgid "Error uploading flag file."
+msgstr ""
+
+#: menu/edit-languages.php:326
+msgid "Adding language failed."
+msgstr ""
+
+#: menu/edit-languages.php:356
+msgid "Error adding native name."
+msgstr ""
+
+#: menu/edit-languages.php:377
+msgid "Error adding flag."
+msgstr ""
+
+#: menu/edit-languages.php:388 menu/edit-languages.php:394
+msgid "Language code exists"
+msgstr ""
+
+#: menu/edit-languages.php:417
+msgid "Please, enter required data."
+msgstr ""
+
+#: menu/edit-languages.php:449
+msgid "File extension not allowed."
+msgstr ""
+
+#: menu/edit-languages.php:468
+msgid "There was an error uploading the file, please try again!"
+msgstr ""
+
+#: menu/icl_reminders.php:18
+msgid "Show reminders"
+msgstr ""
+
+#: menu/icl_reminders.php:19
+msgid "Hide reminders"
+msgstr ""
+
+#: menu/languages.php:6
+msgid "The WPML Multilingual CMS plugin is not currently enabled."
+msgstr ""
+
+#: menu/languages.php:7
+#, php-format
+msgid ""
+"Please go to the <a href=\"%s\">Plugins</a> page and enable the WPML "
+"Multilingual CMS plugin before trying to configure the plugin."
+msgstr ""
+
+#: menu/languages.php:69
+msgid "Before you can start using WPML, it needs to be set up"
+msgstr ""
+
+#: menu/languages.php:71
+msgid "1. Language for existing contents"
+msgstr ""
+
+#: menu/languages.php:72
+msgid "2. Select languages"
+msgstr ""
+
+#: menu/languages.php:73
+msgid "3. Add a language switcher"
+msgstr ""
+
+#: menu/languages.php:86
+msgid "Current content language"
+msgstr ""
+
+#: menu/languages.php:94
+msgid ""
+"Before adding other languages, please select the language existing contents "
+"are written in:"
+msgstr ""
+
+#: menu/languages.php:126
+msgid "Site Languages"
+msgstr ""
+
+#: menu/languages.php:136
+msgid "These languages are enabled for this site."
+msgstr ""
+
+#: menu/languages.php:144
+msgid ""
+"Select the languages to enable for your site (you can also add and remove "
+"languages later)."
+msgstr ""
+
+#: menu/languages.php:149
+msgid "Change default language"
+msgstr ""
+
+#: menu/languages.php:153
+msgid "Add / Remove languages"
+msgstr ""
+
+#: menu/languages.php:188
+msgid "Inactive content"
+msgstr ""
+
+#: menu/languages.php:189
+msgid ""
+"In order to edit or delete these you need to activate the corresponding "
+"language first"
+msgstr ""
+
+#: menu/languages.php:194
+msgid "Posts"
+msgstr ""
+
+#: menu/languages.php:195
+msgid "Pages"
+msgstr ""
+
+#: menu/languages.php:196 menu/navigation.php:50
+msgid "Categories"
+msgstr ""
+
+#: menu/languages.php:197
+msgid "Tags"
+msgstr ""
+
+#: menu/languages.php:202 menu/string-translation.php:141
+#: menu/theme-localization.php:153 menu/theme-localization.php:161
+#: menu/theme-localization.php:267
+msgid "Total"
+msgstr ""
+
+#: menu/languages.php:243
+msgid "Choose how to determine which language visitors see contents in"
+msgstr ""
+
+#: menu/languages.php:266
+#, php-format
+msgid "Different languages in directories (%s - %s, %s/%s/ - %s, etc.)"
+msgstr ""
+
+#: menu/languages.php:271
+msgid "It looks like languages per directories will not function."
+msgstr ""
+
+#: menu/languages.php:275
+msgid ""
+"\r\n"
+"                                            <p>This can be a result of "
+"either:</p>\r\n"
+"                                            <ul style=\"list-style: circle;"
+"margin-left:18px\">\r\n"
+"                                            <li>WordPress is installed in a "
+"directory (not root) and you're using default links.</li>\r\n"
+"                                            <li>URL rewriting is not enabled "
+"in your web server.</li>\r\n"
+"                                            <li>The web server cannot write "
+"to the .htaccess file</li>\r\n"
+"                                            </ul>\r\n"
+"                                            <a href=\"http://wpml.org/?";
+"page_id=1010\">How to fix</a>\r\n"
+"                                            "
+msgstr ""
+
+#: menu/languages.php:285
+#, php-format
+msgid "When WPML accesses <a target=\"_blank\" href=\"%s\">%s</a> it gets:"
+msgstr ""
+
+#: menu/languages.php:294
+#, php-format
+msgid "HTTP code: %s (%s)"
+msgstr ""
+
+#: menu/languages.php:302
+#, php-format
+msgid "The expected value is: %s"
+msgstr ""
+
+#: menu/languages.php:318
+msgid "A different domain per language"
+msgstr ""
+
+#: menu/languages.php:320
+msgid "This option is not yet available for WPMU"
+msgstr ""
+
+#: menu/languages.php:347
+#, php-format
+msgid "Language name added as a parameter (%s?lang=%s - %s)"
+msgstr ""
+
+#: menu/languages.php:371
+msgid "Language switcher options"
+msgstr ""
+
+#: menu/languages.php:380
+msgid "Language switcher widget"
+msgstr ""
+
+#: menu/languages.php:393
+#, php-format
+msgid ""
+"Theme has changed and widget is not active. Please visit %swidgets page%s."
+msgstr ""
+
+#: menu/languages.php:396
+msgid "Choose where to display the language switcher widget:"
+msgstr ""
+
+#: menu/languages.php:401 modules/cms-navigation/cms-navigation.php:711
+msgid "--none--"
+msgstr ""
+
+#: menu/languages.php:405
+#, php-format
+msgid ""
+"The drop-down language switcher can be added to your theme by inserting this "
+"PHP code: %s or as a widget"
+msgstr ""
+
+#: menu/languages.php:408
+msgid ""
+"You can also create custom language switchers, such as a list of languages "
+"or country flags."
+msgstr ""
+
+#: menu/languages.php:409
+msgid "Custom language switcher creation guide"
+msgstr ""
+
+#: menu/languages.php:417
+msgid "Display 'Languages' as the widget title"
+msgstr ""
+
+#: menu/languages.php:421
+msgid "Language switcher style"
+msgstr ""
+
+#: menu/languages.php:426
+msgid "Language switcher widget preview"
+msgstr ""
+
+#: menu/languages.php:440
+msgid "Drop-down menu"
+msgstr ""
+
+#: menu/languages.php:446
+msgid "List of languages"
+msgstr ""
+
+#: menu/languages.php:455
+msgid "How to handle languages without translation"
+msgstr ""
+
+#: menu/languages.php:456
+msgid ""
+"Some pages or posts may not be translated to all languages. Select how the "
+"language selector should behave in case translation is missing."
+msgstr ""
+
+#: menu/languages.php:461
+msgid "Skip language"
+msgstr ""
+
+#: menu/languages.php:467
+msgid "Link to home of language for missing translations"
+msgstr ""
+
+#: menu/languages.php:474
+msgid "What to include in the language switcher"
+msgstr ""
+
+#: menu/languages.php:485
+msgid ""
+"Native language name (the language name as it's written in that language)"
+msgstr ""
+
+#: menu/languages.php:491
+msgid ""
+"Language name in display language (the language name as it's written in the "
+"currently displayed language)"
+msgstr ""
+
+#: menu/languages.php:513
+msgid "Finish"
+msgstr ""
+
+#: menu/languages.php:534
+msgid "Admin language"
+msgstr ""
+
+#: menu/languages.php:544
+msgid "Default admin language: "
+msgstr ""
+
+#: menu/languages.php:547
+#, php-format
+msgid "Default language (currently %s)"
+msgstr ""
+
+#: menu/languages.php:555
+#, php-format
+msgid ""
+"Each user can choose the admin language. You can edit your language "
+"preferences by visiting your <a href=\"%s\">profile page</a>."
+msgstr ""
+
+#: menu/languages.php:580
+msgid "Translation controls"
+msgstr ""
+
+#: menu/languages.php:584
+msgid "Display translation controls on posts and pages lists."
+msgstr ""
+
+#: menu/languages.php:596
+msgid "Blog posts to display"
+msgstr ""
+
+#: menu/languages.php:600
+msgid "Only translated posts."
+msgstr ""
+
+#: menu/languages.php:605
+msgid ""
+"All posts (display translation if it exists or posts in default language "
+"otherwise)."
+msgstr ""
+
+#: menu/languages.php:618
+msgid "Hide languages"
+msgstr ""
+
+#: menu/languages.php:660
+msgid "Make themes work multilingual"
+msgstr ""
+
+#: menu/languages.php:665
+msgid "Adjust IDs for multilingual functionality"
+msgstr ""
+
+#: menu/languages.php:668
+msgid ""
+"This feature turns themes into multilingual, without having to edit their "
+"PHP files."
+msgstr ""
+
+#: menu/languages.php:693
+#, php-format
+msgid ""
+"Tell the world your site is running multilingual with WPML (places a message "
+"in your site's footer) - <a href=\"%s\">read more</a>"
+msgstr ""
+
+#: menu/languages.php:699
+msgid "Instructions for translating contents"
+msgstr ""
+
+#: menu/languages.php:702
+msgid "How to translate "
+msgstr ""
+
+#: menu/languages.php:703
+msgid "Translating yourself?"
+msgstr ""
+
+#: menu/languages.php:704
+msgid ""
+"You can add translations to posts, pages, tags and categories. Each edit "
+"page now includes a new languages box. From that box you can add "
+"translations to other languages."
+msgstr ""
+
+#: menu/languages.php:705
+msgid "Need help translating?"
+msgstr ""
+
+#: menu/languages.php:709
+#, php-format
+msgid ""
+"Try WPML&#8217;s <a href=\"%s\">professional translation</a> and get "
+"excellent translations at an affordable rate. <a href=\"%s\">Learn more</a>."
+msgstr ""
+
+#: menu/languages.php:711
+msgid "Hide this message"
+msgstr ""
+
+#: menu/menu-footer.php:2
+msgid "Need help?"
+msgstr ""
+
+#: menu/menu-footer.php:3
+#, php-format
+msgid ""
+"Purchase a <a%s>support subscription</a> and get help directly from WPML's "
+"developers. We will help you get the most out of WPML and customize it for "
+"your site."
+msgstr ""
+
+#: menu/navigation.php:8
+msgid "The cache has been cleared."
+msgstr ""
+
+#: menu/navigation.php:16 menu/overview.php:152 sitepress.class.php:671
+msgid "Navigation"
+msgstr ""
+
+#: menu/navigation.php:18
+msgid ""
+"Out-of-the-box support for full CMS navigation in your WordPress site "
+"including drop down menus, breadcrumbs trail and sidebar navigation."
+msgstr ""
+
+#: menu/navigation.php:21
+msgid "Settings"
+msgstr ""
+
+#: menu/navigation.php:26 menu/navigation.php:46
+msgid "Page order"
+msgstr ""
+
+#: menu/navigation.php:29
+msgid "Menu order"
+msgstr ""
+
+#: menu/navigation.php:30
+msgid "Alphabetically"
+msgstr ""
+
+#: menu/navigation.php:31
+msgid "Creation time"
+msgstr ""
+
+#: menu/navigation.php:36
+msgid "Blog posts menu"
+msgstr ""
+
+#: menu/navigation.php:38
+msgid "Show blog posts menu"
+msgstr ""
+
+#: menu/navigation.php:44
+msgid "Categories menu title"
+msgstr ""
+
+#: menu/navigation.php:45 modules/cms-navigation/cms-navigation.php:264
+msgid "News"
+msgstr ""
+
+#: menu/navigation.php:49
+msgid "Select what items to display for the blog menu:"
+msgstr ""
+
+#: menu/navigation.php:51
+msgid "Recent posts"
+msgstr ""
+
+#: menu/navigation.php:52
+msgid "Nothing"
+msgstr ""
+
+#: menu/navigation.php:58
+msgid "Sidebar pages menu"
+msgstr ""
+
+#: menu/navigation.php:61
+msgid "Heading start"
+msgstr ""
+
+#: menu/navigation.php:62
+msgid "Heading end"
+msgstr ""
+
+#: menu/navigation.php:68
+msgid "Breadcrumbs separator"
+msgstr ""
+
+#: menu/navigation.php:77
+msgid "Caching"
+msgstr ""
+
+#: menu/navigation.php:80
+msgid "Cache navigation elements for super fast performance"
+msgstr ""
+
+#: menu/navigation.php:82
+#: modules/cache-plugins-integration/cache-plugins-integration.php:129
+msgid "Clear cache now"
+msgstr ""
+
+#: menu/navigation.php:91
+msgid "Save Changes"
+msgstr ""
+
+#: menu/navigation.php:98
+msgid "Instructions for adding the navigation to your theme"
+msgstr ""
+
+#: menu/navigation.php:103
+msgid "Navigation element"
+msgstr ""
+
+#: menu/navigation.php:105
+msgid "HTML to add"
+msgstr ""
+
+#: menu/navigation.php:106
+msgid "Where to add"
+msgstr ""
+
+#: menu/navigation.php:111
+msgid "Top navigation"
+msgstr ""
+
+#: menu/navigation.php:112
+msgid ""
+"A list of the top level pages with drop down menus for second level menus. "
+"Can optionally contain the post categories"
+msgstr ""
+
+#: menu/navigation.php:117
+msgid "Breadcrumbs trails"
+msgstr ""
+
+#: menu/navigation.php:118
+msgid "Lists the path back to the home page"
+msgstr ""
+
+#: menu/navigation.php:120
+#, php-format
+msgid "%s or %s, %s, %s, %s and %s"
+msgstr ""
+
+#: menu/navigation.php:123
+msgid "Sidebar navigation"
+msgstr ""
+
+#: menu/navigation.php:124
+msgid "Local navigation tree with page siblings, parent and brothers"
+msgstr ""
+
+#: menu/navigation.php:130
+msgid ""
+"You can also add the sidebar navigation as a <a href=\"widgets.php\">widget</"
+"a>."
+msgstr ""
+
+#: menu/navigation.php:132
+msgid ""
+"To customize the appearance of the navigation elements, you will need to "
+"override the styling provided in the plugin's CSS file."
+msgstr ""
+
+#: menu/navigation.php:134
+#, php-format
+msgid "Visit %s for full CSS customization information."
+msgstr ""
+
+#: menu/overview.php:27
+msgid "WPML Overview"
+msgstr ""
+
+#: menu/overview.php:31
+#, php-format
+msgid ""
+"WPML makes it possible to run full multilingual websites with WordPress. You "
+"are using <b>WPML %s</b>."
+msgstr ""
+
+#: menu/overview.php:35
+msgid "Multilingual"
+msgstr ""
+
+#: menu/overview.php:39 menu/overview.php:144
+#: modules/cms-navigation/cms-navigation.php:708
+msgid "Section"
+msgstr ""
+
+#: menu/overview.php:48
+msgid "Your site's languages are not set up yet."
+msgstr ""
+
+#: menu/overview.php:51 sitepress.class.php:5215
+msgid "Currently configured languages:"
+msgstr ""
+
+#: menu/overview.php:56
+msgid "Configure languages"
+msgstr ""
+
+#: menu/overview.php:64 menu/theme-localization.php:13 sitepress.class.php:656
+msgid "Theme and plugins localization"
+msgstr ""
+
+#: menu/overview.php:68
+msgid "Current configuration"
+msgstr ""
+
+#: menu/overview.php:71
+msgid "Translate the theme by WPML"
+msgstr ""
+
+#: menu/overview.php:72
+msgid "Using a .mo file in the theme directory"
+msgstr ""
+
+#: menu/overview.php:73
+msgid "No localization"
+msgstr ""
+
+#: menu/overview.php:78
+msgid "Manage theme and plugins localization"
+msgstr ""
+
+#: menu/overview.php:85
+msgid ""
+"String translation allows you to enter translation for texts such as the "
+"site's title, tagline, widgets and other text not contained in posts and "
+"pages."
+msgstr ""
+
+#: menu/overview.php:87
+#, php-format
+msgid ""
+"There is <a href=\"%s\"><b>1</b> string</a> that needs to be updated or "
+"translated. "
+msgstr ""
+
+#: menu/overview.php:89
+#, php-format
+msgid ""
+"There are <a href=\"%s\"><b>%s</b> strings</a> that need to be updated or "
+"translated. "
+msgstr ""
+
+#: menu/overview.php:92
+msgid "All strings are up to date."
+msgstr ""
+
+#: menu/overview.php:96
+msgid "Translate strings"
+msgstr ""
+
+#: menu/overview.php:102 menu/translation-synchronization.php:51
+msgid "Translation synchronization"
+msgstr ""
+
+#: menu/overview.php:103
+msgid "Controls how to synchronize between contents in different languages."
+msgstr ""
+
+#: menu/overview.php:109
+msgid ""
+"WPML can translate comments that visitors leave you in languages that you "
+"don't speak and translate back your replies."
+msgstr ""
+
+#: menu/overview.php:118 menu/post-menu.php:126 sitepress.class.php:642
+#: sitepress.class.php:664 sitepress.class.php:666
+msgid "Professional translation"
+msgstr ""
+
+#: menu/overview.php:121
+msgid ""
+"Professional translation is not yet enabled because you didn't select "
+"between which languages to translate."
+msgstr ""
+
+#: menu/overview.php:123
+#, php-format
+msgid "Translating: %s"
+msgstr ""
+
+#: menu/overview.php:126
+msgid "ICanLocalize can translate your site's contents professionally."
+msgstr ""
+
+#: menu/overview.php:127
+msgid ""
+"WPML will send the documents that need translation to ICanLocalize and then "
+"create the translated posts and pages."
+msgstr ""
+
+#: menu/overview.php:129
+msgid "Manage professional translation"
+msgstr ""
+
+#: menu/overview.php:140
+msgid "CMS navigation"
+msgstr ""
+
+#: menu/overview.php:157
+msgid ""
+"WPML provides advanced menus and navigation to go with your WordPress "
+"website, including drop-down menus, breadcrumbs and sidebar navigation."
+msgstr ""
+
+#: menu/overview.php:160
+msgid "CMS Navigation is disabled."
+msgstr ""
+
+#: menu/overview.php:161
+msgid "Enable CMS navigation"
+msgstr ""
+
+#: menu/overview.php:163
+msgid "CMS Navigation is enabled."
+msgstr ""
+
+#: menu/overview.php:165
+msgid "Configure navigation"
+msgstr ""
+
+#: menu/overview.php:166
+msgid "Disable CMS navigation"
+msgstr ""
+
+#: menu/overview.php:174 sitepress.class.php:675
+msgid "Sticky links"
+msgstr ""
+
+#: menu/overview.php:178
+msgid ""
+"With Sticky Links, WPML can automatically ensure that all links on posts and "
+"pages are up-to-date, should their URL change."
+msgstr ""
+
+#: menu/overview.php:181
+msgid "Sticky links are enabled."
+msgstr ""
+
+#: menu/overview.php:183
+msgid "Configure sticky links"
+msgstr ""
+
+#: menu/overview.php:184
+msgid "Disable sticky links"
+msgstr ""
+
+#: menu/overview.php:188
+msgid "Sticky links are disabled."
+msgstr ""
+
+#: menu/overview.php:189
+msgid "Enable sticky links"
+msgstr ""
+
+#: menu/overview.php:197
+#, php-format
+msgid ""
+"For advanced access or to completely uninstall WPML and remove all language "
+"information, use the <a href=\"%s\">troubleshooting</a> page."
+msgstr ""
+
+#: menu/post-menu.php:3
+#, php-format
+msgid "Language of this %s"
+msgstr ""
+
+#: menu/post-menu.php:22 sitepress.class.php:2803
+msgid "This is a translation of"
+msgstr ""
+
+#: menu/post-menu.php:26 menu/post-menu.php:42 menu/post-menu.php:62
+#: sitepress.class.php:2807 sitepress.class.php:2823 sitepress.class.php:2846
+msgid "--None--"
+msgstr ""
+
+#: menu/post-menu.php:142
+#, php-format
+msgid "Update %s translation"
+msgstr ""
+
+#: menu/post-menu.php:144 menu/string-translation.php:387
+#: menu/string-translation.php:390
+#, php-format
+msgid "Translate to %s"
+msgstr ""
+
+#. translators have applied but none selected yet
+#: menu/post-menu.php:156 sitepress.class.php:1120 sitepress.class.php:1123
+#: sitepress.class.php:1139 sitepress.class.php:1153 sitepress.class.php:4953
+msgid "Select translators"
+msgstr ""
+
+#: menu/post-menu.php:160
+#, php-format
+msgid "Get %s translators"
+msgstr ""
+
+#: menu/post-menu.php:169
+#: modules/icl-translation/icl-translation-dashboard.php:206
+msgid "Note for the translators"
+msgstr ""
+
+#: menu/post-menu.php:173
+#: modules/icl-translation/icl-translation-dashboard.php:211
+msgid "Clear"
+msgstr ""
+
+#: menu/post-menu.php:175
+msgid "Your changes to the note for the translators are not saved."
+msgstr ""
+
+#: menu/post-menu.php:177
+msgid "Note not saved yet"
+msgstr ""
+
+#: menu/post-menu.php:180
+msgid "Cost:"
+msgstr ""
+
+#: menu/post-menu.php:185 menu/string-translation.php:152
+msgid "Send to translation"
+msgstr ""
+
+#: menu/post-menu.php:187 menu/post-menu.php:238 menu/post-menu.php:253
+#: sitepress.class.php:2916
+msgid "hide"
+msgstr ""
+
+#: menu/post-menu.php:188 menu/post-menu.php:238 menu/post-menu.php:253
+#: sitepress.class.php:2916
+msgid "show"
+msgstr ""
+
+#: menu/post-menu.php:191
+msgid "Failed sending to translation."
+msgstr ""
+
+#: menu/post-menu.php:193
+msgid "Sent to translation."
+msgstr ""
+
+#: menu/post-menu.php:216
+msgid "or, translate manually:"
+msgstr ""
+
+#: menu/post-menu.php:218
+msgid "Translate yourself"
+msgstr ""
+
+#: menu/post-menu.php:237 sitepress.class.php:2915
+msgid "Translations"
+msgstr ""
+
+#: menu/post-menu.php:244 sitepress.class.php:2938
+msgid "Edit"
+msgstr ""
+
+#: menu/post-menu.php:244 menu/theme-localization.php:235
+#: sitepress.class.php:2938
+msgid "n/a"
+msgstr ""
+
+#: menu/post-menu.php:252
+msgid "ICanlocalize translation status:"
+msgstr ""
+
+#: menu/string-translation-translate-options.php:12
+msgid "This table shows all the admin texts that WPML  found."
+msgstr ""
+
+#: menu/string-translation-translate-options.php:13
+#, php-format
+msgid ""
+"The fields with <span%s>cyan</span> background are text fields and the "
+"fields with <span%s>gray</span> background are numeric."
+msgstr ""
+
+#: menu/string-translation-translate-options.php:14
+#, php-format
+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 ""
+
+#: menu/string-translation-translate-options.php:17
+msgid "Export selected strings as PHP code to be added to the theme code"
+msgstr ""
+
+#: menu/string-translation-translate-options.php:29
+#, php-format
+msgid ""
+"The selected strings can now be translated using the <a%s>string "
+"translation</a> screen"
+msgstr ""
+
+#: menu/string-translation-translate-options.php:30
+msgid ""
+"You have removed some of the texts that are translated already. The "
+"translations will be lost."
+msgstr ""
+
+#: menu/string-translation-translate-options.php:41
+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 ""
+
+#: menu/string-translation.php:57
+#, php-format
+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 <a href=\"%s"
+"\">bottom of this screen</a>. You can exclude individual strings by clearing "
+"the check boxes next to them."
+msgstr ""
+
+#: menu/string-translation.php:68 menu/string-translation.php:74
+#: menu/string-translation.php:108 menu/string-translation.php:210
+#: menu/string-translation.php:220
+msgid "String"
+msgstr ""
+
+#: menu/string-translation.php:95
+msgid "Add selected strings"
+msgstr ""
+
+#: menu/string-translation.php:101
+msgid "Preview strings"
+msgstr ""
+
+#: menu/string-translation.php:109
+msgid "Word count"
+msgstr ""
+
+#: menu/string-translation.php:111
+#, php-format
+msgid "Cost per language (at $%s per word)"
+msgstr ""
+
+#: menu/string-translation.php:113
+#, php-format
+msgid "Cost (at $%s per word)"
+msgstr ""
+
+#: menu/string-translation.php:153 menu/string-translation.php:399
+#: modules/icl-translation/icl-translation-dashboard.php:304
+msgid "Sending translation requests. Please wait!"
+msgstr ""
+
+#: menu/string-translation.php:159
+msgid "Select which strings to display:"
+msgstr ""
+
+#: menu/string-translation.php:161
+msgid "All strings"
+msgstr ""
+
+#: menu/string-translation.php:163
+msgid "Translation needed"
+msgstr ""
+
+#: menu/string-translation.php:169
+msgid "Select strings within context:"
+msgstr ""
+
+#: menu/string-translation.php:171 menu/string-translation.php:575
+msgid "All contexts"
+msgstr ""
+
+#: menu/string-translation.php:182
+msgid "Search for:"
+msgstr ""
+
+#: menu/string-translation.php:188
+msgid "Exact match"
+msgstr ""
+
+#: menu/string-translation.php:191
+msgid "Search"
+msgstr ""
+
+#: menu/string-translation.php:196
+#, php-format
+msgid "Showing only strings that contain %s"
+msgstr ""
+
+#: menu/string-translation.php:197
+msgid "Exit search"
+msgstr ""
+
+#: menu/string-translation.php:207 menu/string-translation.php:217
+msgid "Context"
+msgstr ""
+
+#: menu/string-translation.php:208 menu/string-translation.php:218
+msgid "Name"
+msgstr ""
+
+#: menu/string-translation.php:211 menu/string-translation.php:221
+#: modules/icl-translation/icl-ajx-requests.php:13
+#: modules/icl-translation/icl-translation-dashboard.php:142
+#: modules/icl-translation/icl-translation-dashboard.php:153
+msgid "Status"
+msgstr ""
+
+#: menu/string-translation.php:227
+msgid "No strings found"
+msgstr ""
+
+#: menu/string-translation.php:237
+msgid "view in source"
+msgstr ""
+
+#: menu/string-translation.php:240 menu/string-translation.php:243
+#: menu/string-translation.php:246
+msgid "view in page"
+msgstr ""
+
+#: menu/string-translation.php:254
+msgid "translations"
+msgstr ""
+
+#: menu/string-translation.php:286
+msgid "Translation is complete"
+msgstr ""
+
+#: menu/string-translation.php:299
+msgid "ICanLocalize "
+msgstr ""
+
+#: menu/string-translation.php:325
+#, php-format
+msgid "Display %d results per page"
+msgstr ""
+
+#: menu/string-translation.php:331
+#: modules/icl-translation/icl-translation-dashboard.php:261
+#, php-format
+msgid "Displaying %s&#8211;%s of %s"
+msgstr ""
+
+#: menu/string-translation.php:340
+msgid "Strings per page:"
+msgstr ""
+
+#: menu/string-translation.php:348
+msgid "Display all results"
+msgstr ""
+
+#: menu/string-translation.php:356
+msgid "Delete selected strings"
+msgstr ""
+
+#: menu/string-translation.php:357
+msgid ""
+"Are you sure you want to delete these strings?\n"
+"Their translations will be deleted too."
+msgstr ""
+
+#: menu/string-translation.php:363
+msgid "Translation by ICanLocalize"
+msgstr ""
+
+#: menu/string-translation.php:364
+msgid ""
+"You can send all the untranslated strings for translation by ICanLocalize."
+msgstr ""
+
+#: menu/string-translation.php:385
+#: modules/icl-translation/icl-translation-dashboard.php:294
+#, php-format
+msgid "Translate to %s %s"
+msgstr ""
+
+#: menu/string-translation.php:390
+msgid " - This language has not been selected for translation by ICanLocalize"
+msgstr ""
+
+#: menu/string-translation.php:396
+msgid "Send selected strings to ICanLocalize"
+msgstr ""
+
+#: menu/string-translation.php:397
+msgid "Send all strings that need update to ICanLocalize"
+msgstr ""
+
+#: menu/string-translation.php:404
+#, php-format
+msgid ""
+"Your balance with ICanLocalize is %s. Visit your %sICanLocalize finance%s "
+"page to deposit additional funds."
+msgstr ""
+
+#: menu/string-translation.php:416
+msgid ""
+"To translate yourself, click on the <b>Translation</b> link next to each "
+"strings."
+msgstr ""
+
+#: menu/string-translation.php:418
+#, php-format
+msgid ""
+"To send these strings to translation by ICanLocalize you first need to set "
+"up <a href=\"%s\">professional translation</a>."
+msgstr ""
+
+#: menu/string-translation.php:431 menu/string-translation.php:471
+#: menu/string-translation.php:517 menu/translation-synchronization.php:58
+msgid "Click to toggle"
+msgstr ""
+
+#: menu/string-translation.php:435
+msgid "Track where string appear on the site"
+msgstr ""
+
+#: menu/string-translation.php:438
+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 ""
+
+#: menu/string-translation.php:446
+msgid "Track where strings appear on the site"
+msgstr ""
+
+#: menu/string-translation.php:450
+msgid "Highlight color for strings"
+msgstr ""
+
+#: menu/string-translation.php:475
+msgid "Translate general settings texts"
+msgstr ""
+
+#: menu/string-translation.php:478
+msgid ""
+"WPML can translate texts entered in different admin screens. Select which "
+"texts to translate."
+msgstr ""
+
+#: menu/string-translation.php:484
+msgid "Strings Language"
+msgstr ""
+
+#: menu/string-translation.php:498
+msgid "Widget titles"
+msgstr ""
+
+#: menu/string-translation.php:500
+msgid "Content for text-widgets"
+msgstr ""
+
+#: menu/string-translation.php:503
+msgid "Save options and rescan strings"
+msgstr ""
+
+#: menu/string-translation.php:504
+msgid "Settings saved"
+msgstr ""
+
+#: menu/string-translation.php:521
+msgid "Import / export .po"
+msgstr ""
+
+#: menu/string-translation.php:524
+msgid "Import"
+msgstr ""
+
+#: menu/string-translation.php:527
+msgid ".po file:"
+msgstr ""
+
+#: menu/string-translation.php:532
+msgid "Also create translations according to the .po file"
+msgstr ""
+
+#: menu/string-translation.php:540
+msgid "Select what the strings are for:"
+msgstr ""
+
+#: menu/string-translation.php:551
+msgid "new"
+msgstr ""
+
+#: menu/string-translation.php:557
+msgid "select from existing"
+msgstr ""
+
+#: menu/string-translation.php:563 menu/string-translation.php:590
+#: menu/translation-synchronization.php:111
+msgid "Submit"
+msgstr ""
+
+#: menu/string-translation.php:564
+msgid "Please enter a context!"
+msgstr ""
+
+#: menu/string-translation.php:565
+msgid "Please select the .po file to upload!"
+msgstr ""
+
+#: menu/string-translation.php:570
+msgid "Export strings into .po/.pot file"
+msgstr ""
+
+#: menu/string-translation.php:573
+msgid "Select context:"
+msgstr ""
+
+#: menu/string-translation.php:583
+msgid "Also include translations"
+msgstr ""
+
+#: menu/string-translation.php:605
+msgid "Translate texts in admin screens &raquo;"
+msgstr ""
+
+#: menu/support.php:4 sitepress.class.php:645 sitepress.class.php:686
+msgid "Support"
+msgstr ""
+
+#: menu/theme-localization.php:17
+msgid "Select how to localize the theme"
+msgstr ""
+
+#: menu/theme-localization.php:18
+msgid ""
+"If your theme's texts are wrapped in gettext calls, WPML can help you "
+"display it multilingual."
+msgstr ""
+
+#: menu/theme-localization.php:22
+msgid "No localization.<br /><i>The theme's texts will not be localized.</i>"
+msgstr ""
+
+#: menu/theme-localization.php:23
+msgid ""
+"Translate the theme by WPML.<br /><i>WPML will add the theme's texts to the "
+"string translation page, where you can enter translations.</i>"
+msgstr ""
+
+#: menu/theme-localization.php:24
+msgid ""
+"Using a .mo file in the theme directory.<br /><i>Include the theme's .mo "
+"files in the theme's folder and WPML will load the right file for each "
+"language.</i>"
+msgstr ""
+
+#: menu/theme-localization.php:29
+msgid "Theme localization instructions"
+msgstr ""
+
+#: menu/theme-localization.php:35
+msgid "Language locale settings"
+msgstr ""
+
+#: menu/theme-localization.php:36
+msgid ""
+"Select the locale to use for each language. The locale for the default "
+"language is set in your wp_config.php file."
+msgstr ""
+
+#: menu/theme-localization.php:45 menu/theme-localization.php:56
+msgid "Locale file name"
+msgstr ""
+
+#: menu/theme-localization.php:46 menu/theme-localization.php:48
+#: menu/theme-localization.php:57 menu/theme-localization.php:59
+#, php-format
+msgid "MO file in %s"
+msgstr ""
+
+#: menu/theme-localization.php:73 menu/theme-localization.php:81
+msgid "File exists."
+msgstr ""
+
+#: menu/theme-localization.php:75 menu/theme-localization.php:83
+msgid "File not found!"
+msgstr ""
+
+#: menu/theme-localization.php:93
+msgid "Enter the theme's textdomain value:"
+msgstr ""
+
+#: menu/theme-localization.php:96
+msgid ""
+"Theme localization is not enabled because you didn't enter a text-domain."
+msgstr ""
+
+#: menu/theme-localization.php:114
+msgid ""
+"Re-scanning the plugins or the themes will reset the strings tracked in the "
+"code or the HTML source"
+msgstr ""
+
+#: menu/theme-localization.php:117
+msgid "Strings in the theme"
+msgstr ""
+
+#: menu/theme-localization.php:121
+msgid "The following strings were found in your theme."
+msgstr ""
+
+#: menu/theme-localization.php:125
+msgid "Domain"
+msgstr ""
+
+#: menu/theme-localization.php:126 menu/theme-localization.php:209
+#: menu/theme-localization.php:219
+msgid "Translation status"
+msgstr ""
+
+#: menu/theme-localization.php:127 menu/theme-localization.php:209
+#: menu/theme-localization.php:219
+msgid "Count"
+msgstr ""
+
+#: menu/theme-localization.php:138
+msgid "no domain"
+msgstr ""
+
+#: menu/theme-localization.php:139 menu/theme-localization.php:259
+msgid "Fully translated"
+msgstr ""
+
+#: menu/theme-localization.php:142
+msgid "View all the theme's texts"
+msgstr ""
+
+#: menu/theme-localization.php:144 menu/theme-localization.php:276
+msgid "View strings that need translation"
+msgstr ""
+
+#: menu/theme-localization.php:149 menu/theme-localization.php:263
+msgid "Not translated or needs update"
+msgstr ""
+
+#: menu/theme-localization.php:170
+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 ""
+
+#: menu/theme-localization.php:178 menu/theme-localization.php:291
+msgid ""
+"Load translations if found in the .mo files. (it will not override existing "
+"translations)"
+msgstr ""
+
+#: menu/theme-localization.php:182
+msgid "Scan the theme for strings"
+msgstr ""
+
+#: menu/theme-localization.php:189
+msgid "Strings in the plugins"
+msgstr ""
+
+#: menu/theme-localization.php:207 menu/theme-localization.php:217
+#: menu/translation-synchronization.php:72
+#: menu/translation-synchronization.php:79
+msgid "Plugin"
+msgstr ""
+
+#: menu/theme-localization.php:208 menu/theme-localization.php:218
+msgid "Active"
+msgstr ""
+
+#: menu/theme-localization.php:242
+msgid "Network"
+msgstr ""
+
+#: menu/theme-localization.php:244
+msgid "MU"
+msgstr ""
+
+#: menu/theme-localization.php:247
+msgid "No"
+msgstr ""
+
+#: menu/theme-localization.php:274
+msgid "View all the plugin's texts"
+msgstr ""
+
+#: menu/theme-localization.php:279
+msgid "Select and use the button below to scan for strings"
+msgstr ""
+
+#: menu/theme-localization.php:294
+msgid "Scan the selected plugins for strings"
+msgstr ""
+
+#: menu/translation-synchronization.php:29
+#, php-format
+msgid ""
+"You haven't set your synchronization preferences for these custom posts: %s. "
+"Default value was selected."
+msgstr ""
+
+#: menu/translation-synchronization.php:43
+#, php-format
+msgid ""
+"You haven't set your synchronization preferences for these taxonomies: %s. "
+"Default value was selected."
+msgstr ""
+
+#: menu/translation-synchronization.php:62
+msgid "Plugins texts translation"
+msgstr ""
+
+#: menu/translation-synchronization.php:66
+msgid ""
+"Select what other texts (besides title and body) you want to include in the "
+"translation."
+msgstr ""
+
+#: menu/translation-synchronization.php:71
+#: menu/translation-synchronization.php:78
+msgid "Enable translation"
+msgstr ""
+
+#: menu/translation-synchronization.php:73
+#: menu/translation-synchronization.php:80
+msgid "List of fields we translate"
+msgstr ""
+
+#: menu/translation-synchronization.php:107
+msgid ""
+"If your plugin does not appear in this table, you can upload a CSV file that "
+"describes its texts."
+msgstr ""
+
+#: menu/translation-synchronization.php:107
+msgid "Read more"
+msgstr ""
+
+#: menu/translation-synchronization.php:109
+msgid "CSV plugin description"
+msgstr ""
+
+#: menu/translation-synchronization.php:125
+msgid "Posts and pages synchronization"
+msgstr ""
+
+#: menu/translation-synchronization.php:134
+msgid "Synchronize page order for translations."
+msgstr ""
+
+#: menu/translation-synchronization.php:138
+msgid ""
+"Set page parent for translation according to page parent of the original "
+"language."
+msgstr ""
+
+#: menu/translation-synchronization.php:142
+msgid "Synchronize page template."
+msgstr ""
+
+#: menu/translation-synchronization.php:146
+msgid "Synchronize comment status."
+msgstr ""
+
+#: menu/translation-synchronization.php:150
+msgid "Synchronize ping status."
+msgstr ""
+
+#: menu/translation-synchronization.php:154
+msgid "Synchronize sticky flag."
+msgstr ""
+
+#: menu/translation-synchronization.php:158
+msgid "Synchronize private flag."
+msgstr ""
+
+#: menu/translation-synchronization.php:169
+msgid "When deleting a post, delete translations as well."
+msgstr ""
+
+#: menu/translation-synchronization.php:182
+msgid "Custom posts"
+msgstr ""
+
+#: menu/translation-synchronization.php:196
+#: menu/translation-synchronization.php:232
+msgid "Do nothing"
+msgstr ""
+
+#: menu/translation-synchronization.php:218
+msgid "Custom taxonomies"
+msgstr ""
+
+#: menu/troubleshooting.php:42 sitepress.class.php:679
+msgid "Troubleshooting"
+msgstr ""
+
+#: menu/troubleshooting.php:50
+msgid "WPML Settings"
+msgstr ""
+
+#: menu/troubleshooting.php:55
+msgid "Not found!"
+msgstr ""
+
+#: menu/troubleshooting.php:100
+msgid "WPML settings"
+msgstr ""
+
+#: menu/troubleshooting.php:120
+msgid "Raise mysql errors on XML-RPC calls"
+msgstr ""
+
+#: menu/troubleshooting.php:127
+msgid "Database dump"
+msgstr ""
+
+#: menu/troubleshooting.php:128
+msgid "Download"
+msgstr ""
+
+#: menu/troubleshooting.php:131
+msgid "Reset"
+msgstr ""
+
+#: menu/troubleshooting.php:132
+msgid ""
+"Are you sure you want to reset all languages data? This operation cannot be "
+"reversed."
+msgstr ""
+
+#: menu/troubleshooting.php:134
+msgid ""
+"All translations you have sent to ICanLocalize will be lost if you reset "
+"WPML's data. They cannot be recovered later."
+msgstr ""
+
+#: menu/troubleshooting.php:136
+msgid "I am about to reset all language data."
+msgstr ""
+
+#: menu/troubleshooting.php:137
+msgid "Reset all language data and deactivate WPML"
+msgstr ""
+
+#: menu/upgrade_notice.php:3
+msgid "translation controls on posts and pages lists"
+msgstr ""
+
+#: menu/upgrade_notice.php:4
+msgid ""
+"huge speed improvements and the ability to prevent loading WPML's CSS and JS "
+"files"
+msgstr ""
+
+#: menu/upgrade_notice.php:5
+msgid ""
+"you can configure the position and contents of the posts page in the top "
+"navigation"
+msgstr ""
+
+#: menu/upgrade_notice.php:6
+msgid "many bugs fixed and an easy way to show your love for WPML"
+msgstr ""
+
+#: menu/upgrade_notice.php:7
+msgid ""
+"simplified operation for basic usage and for getting professional translation"
+msgstr ""
+
+#: menu/upgrade_notice.php:8
+msgid ""
+"theme compatibility packages, design for language switcher and language fall-"
+"back for posts"
+msgstr ""
+
+#: menu/upgrade_notice.php:9
+msgid "bugs fixed and new support for Headspace2 SEO plugin"
+msgstr ""
+
+#: menu/upgrade_notice.php:10
+msgid "WPML can now translate other plugins"
+msgstr ""
+
+#: menu/upgrade_notice.php:11
+msgid "WPML adapts to any WordPress theme"
+msgstr ""
+
+#: menu/upgrade_notice.php:12
+msgid "Home-page link automatically adjusts per language"
+msgstr ""
+
+#: menu/upgrade_notice.php:13
+msgid "Bug fixes and stability improvements"
+msgstr ""
+
+#: menu/upgrade_notice.php:14
+msgid "Added languages editing and translation for admin-texts"
+msgstr ""
+
+#: menu/upgrade_notice.php:15 menu/upgrade_notice.php:16
+msgid "Works with WordPress 3"
+msgstr ""
+
+#: menu/upgrade_notice.php:17
+msgid ""
+"Supports custom taxonomies and lots of bug fixes for tags and categories"
+msgstr ""
+
+#: menu/upgrade_notice.php:18
+msgid "Supports custom post types"
+msgstr ""
+
+#: menu/upgrade_notice.php:19
+msgid "Supports multilingual menus"
+msgstr ""
+
+#: menu/upgrade_notice.php:20
+msgid "Multilingual menus bug fixes and improved translation interface"
+msgstr ""
+
+#: menu/upgrade_notice.php:29
+#, php-format
+msgid "New in WPML %s: <b>%s</b>"
+msgstr ""
+
+#: menu/upgrade_notice.php:31
+msgid "Learn more"
+msgstr ""
+
+#: menu/upgrade_notice.php:32 sitepress.class.php:4642
+msgid "Stop showing this message"
+msgstr ""
+
+#: menu/upgrade_notice.php:32
+#: modules/icl-translation/icl-reminder-popup.php:139 sitepress.class.php:4642
+msgid "Dismiss"
+msgstr ""
+
+#: modules/absolute-links/absolute-links-plugin.php:214
+#: modules/absolute-links/absolute-links-plugin.php:291
+msgid "Running"
+msgstr ""
+
+#: modules/absolute-links/absolute-links-plugin.php:216
+#: modules/absolute-links/management-page.php:4
+msgid "Scan"
+msgstr ""
+
+#: modules/absolute-links/absolute-links-plugin.php:278
+msgid "fixed"
+msgstr ""
+
+#: modules/absolute-links/absolute-links-plugin.php:302
+#: modules/absolute-links/management-page.php:49
+msgid "Start"
+msgstr ""
+
+#: modules/absolute-links/absolute-links-plugin.php:305
+msgid "items left"
+msgstr ""
+
+#: modules/absolute-links/absolute-links-plugin.php:321
+msgid "Absolute Links"
+msgstr ""
+
+#: modules/absolute-links/management-page.php:3
+msgid "posts and pages not processed"
+msgstr ""
+
+#: modules/absolute-links/management-page.php:4
+msgid ""
+"Replace permalinks with sticky links in posts that have not been checked"
+msgstr ""
+
+#: modules/absolute-links/management-page.php:5
+msgid "Scan ALL posts"
+msgstr ""
+
+#: modules/absolute-links/management-page.php:6
+msgid "Replace permalinks with sticky links in all blog posts"
+msgstr ""
+
+#: modules/absolute-links/management-page.php:11
+msgid "Broken Links"
+msgstr ""
+
+#: modules/absolute-links/management-page.php:15
+msgid "Post/page"
+msgstr ""
+
+#: modules/absolute-links/management-page.php:16
+msgid "Broken link"
+msgstr ""
+
+#: modules/absolute-links/management-page.php:17
+msgid "Suggestions"
+msgstr ""
+
+#: modules/absolute-links/management-page.php:34
+msgid "use"
+msgstr ""
+
+#: modules/absolute-links/management-page.php:37
+msgid "No suggestions"
+msgstr ""
+
+#: modules/absolute-links/management-page.php:44
+msgid "empty"
+msgstr ""
+
+#: modules/absolute-links/management-page.php:49
+msgid "Revert sticky urls to permalinks"
+msgstr ""
+
+#: modules/absolute-links/management-page.php:50
+msgid "Change sticky links back to Wordpress permalinks"
+msgstr ""
+
+#: modules/absolute-links/management-page.php:51
+msgid "items in queue"
+msgstr ""
+
+#: modules/cache-plugins-integration/cache-plugins-integration.php:116
+#, php-format
+msgid "<i>%s</i> integration"
+msgstr ""
+
+#: modules/cache-plugins-integration/cache-plugins-integration.php:118
+msgid ""
+"You are using a caching plugin. When you translate strings, the cache needs "
+"to be cleared in order for the translation to display."
+msgstr ""
+
+#: modules/cache-plugins-integration/cache-plugins-integration.php:123
+msgid "Automatically clear the cache when strings are translated"
+msgstr ""
+
+#: modules/cache-plugins-integration/cache-plugins-integration.php:126
+msgid "I will clear the cache manually after translating strings"
+msgstr ""
+
+#: modules/cms-navigation/cms-navigation.php:143
+msgid "Home"
+msgstr ""
+
+#: modules/cms-navigation/cms-navigation.php:210
+msgid "Articles tagged "
+msgstr ""
+
+#: modules/cms-navigation/cms-navigation.php:232
+msgid "Search for: "
+msgstr ""
+
+#: modules/cms-navigation/cms-navigation.php:670
+msgid "CMS Navigation"
+msgstr ""
+
+#: modules/cms-navigation/cms-navigation.php:704
+msgid "Exclude from the top navigation"
+msgstr ""
+
+#: modules/cms-navigation/cms-navigation.php:705
+msgid "Mini home (don't list child pages for this page)"
+msgstr ""
+
+#: modules/cms-navigation/cms-navigation.php:719
+#: modules/cms-navigation/cms-navigation.php:739
+msgid "enter new"
+msgstr ""
+
+#: modules/cms-navigation/cms-navigation.php:723
+msgid "Offsite page address"
+msgstr ""
+
+#: modules/cms-navigation/cms-navigation.php:743
+msgid "cancel"
+msgstr ""
+
+#: modules/cms-navigation/cms-navigation.php:770
+msgid "Sidebar Navigation"
+msgstr ""
+
+#: modules/icl-translation/icl-ajx-requests.php:14
+msgid "Translator"
+msgstr ""
+
+#: modules/icl-translation/icl-ajx-requests.php:41
+#, php-format
+msgid "Job size: %s words"
+msgstr ""
+
+#: modules/icl-translation/icl-ajx-requests.php:46
+msgid "None assigned"
+msgstr ""
+
+#: modules/icl-translation/icl-ajx-requests.php:48
+msgid "Project page on ICanLocalize.com"
+msgstr ""
+
+#: modules/icl-translation/icl-ajx-requests.php:49
+#, php-format
+msgid "Sent for translation: %s"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:47
+msgid "Published"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:49
+msgid "Pending Review"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:50
+msgid "Scheduled"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:58
+#: modules/icl-translation/icl-translation-dashboard.php:309
+msgid "Error sending some documents to translation"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:61
+#: modules/icl-translation/icl-translation-dashboard.php:308
+msgid "All documents sent to translation"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:66
+msgid "Show all documents"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:66
+#, php-format
+msgid "Back to editing '%s'"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:79
+msgid "Select which documents to display"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:83
+msgid "Show documents in:"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:91
+msgid "Translation status:"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:96
+msgid "All documents"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:97
+msgid "Not translated or needs updating"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:108
+msgid "Filter furter by:"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:127
+msgid "Display"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:138
+#: modules/icl-translation/icl-translation-dashboard.php:149
+msgid "Title"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:140
+#: modules/icl-translation/icl-translation-dashboard.php:151
+msgid "Note for translators"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:141
+#: modules/icl-translation/icl-translation-dashboard.php:152
+msgid "Type"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:160
+msgid "No documents found"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:167
+#: modules/icl-translation/icl-translation-functions.php:1470
+#: modules/icl-translation/icl-translation-functions.php:1498
+msgid "In progress"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:174
+msgid "Not Translated"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:198
+msgid "Edit note for the translators"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:201
+msgid "Add note for the translators"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:244
+msgid "Translation Cost Estimate:"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:245
+#, php-format
+msgid "%s words, %s USD."
+msgstr ""
+
+#: modules/icl-translation/icl-translation-dashboard.php:302
+msgid "Translate selected documents"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:1437
+#, php-format
+msgid "Translated from %s"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:1438
+msgid ""
+"This translation is maintained by ICanLocalize. Edits that you do will be "
+"overwritten when the translator does an update."
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:1448
+msgid "Translations don't need updating"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:1448
+msgid "The translations for this document are OK."
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:1449
+msgid ""
+"Translations for this document appear to be out-of-date. Are you sure they "
+"don't need to be updated?"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:1462
+msgid "Original"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:1464
+msgid "Original document"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:1483
+#: modules/icl-translation/icl-translation-functions.php:1501
+msgid "Request failed"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:1497
+msgid "Waiting for translator"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:1499
+msgid "Translation received"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:1910
+#: modules/icl-translation/icl-translation-functions.php:1957
+msgid "remote translation management not enabled"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:1913
+#: modules/icl-translation/icl-translation-functions.php:1960
+msgid "Professional translation not enabled."
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:1919
+#: modules/icl-translation/icl-translation-functions.php:1966
+msgid "signature incorrect"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:1923
+#: modules/icl-translation/icl-translation-functions.php:1970
+msgid "website id is not correct"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:1976
+msgid "post id not found"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:1982
+msgid "post id not managed in icl_translations"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:1987
+#, php-format
+msgid "Source language is not correct. %s != %s"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:1994
+#, php-format
+msgid "Destination language %s is not correct"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:2011
+msgid "failed to send for translation"
+msgstr ""
+
+#: modules/icl-translation/icl-translation-functions.php:2039
+msgid "Minor edit - don't update translation"
+msgstr ""
+
+#: modules/multiple-domains-login.php:97
+#: modules/multiple-domains-login.php:101
+msgid "Possible login hack attempt"
+msgstr ""
+
+#: sitepress.class.php:638 sitepress.class.php:649
+msgid "WPML"
+msgstr ""
+
+#: sitepress.class.php:650
+msgid "Overview"
+msgstr ""
+
+#: sitepress.class.php:660
+msgid "Translation sync"
+msgstr ""
+
+#: sitepress.class.php:1106
+#, php-format
+msgid ""
+"- (No translators available - please %sprovide more information about your "
+"site%s)"
+msgstr ""
+
+#: sitepress.class.php:1111
+#, php-format
+msgid "- (No translators available - %scheck progress%s)"
+msgstr ""
+
+#: sitepress.class.php:1140
+#, php-format
+msgid "Communicate with %s"
+msgstr ""
+
+#: sitepress.class.php:1220
+msgid "Professional translation not enabled"
+msgstr ""
+
+#: sitepress.class.php:1286
+msgid "Data saved"
+msgstr ""
+
+#: sitepress.class.php:1287
+msgid "Error: data not saved"
+msgstr ""
+
+#: sitepress.class.php:1291
+msgid ""
+"To add categories that already exist in other languages go to the <a href="
+"\"edit-tags.php?taxonomy=category\">category management page<\\/a>"
+msgstr ""
+
+#: sitepress.class.php:1301
+#, php-format
+msgid ""
+"WPML can't run normally. There is an installation or server configuration "
+"problem. %sShow details%s"
+msgstr ""
+
+#: sitepress.class.php:1303
+msgid "AJAX Error:"
+msgstr ""
+
+#: sitepress.class.php:1394
+msgid "Private"
+msgstr ""
+
+#: sitepress.class.php:1407
+msgid "Sticky"
+msgstr ""
+
+#: sitepress.class.php:1614
+msgid ""
+"An unknown error has occurred when communicating with the ICanLocalize "
+"server. Please try again."
+msgstr ""
+
+#: sitepress.class.php:1634
+msgid "A project on ICanLocalize has been created."
+msgstr ""
+
+#: sitepress.class.php:1637
+msgid "Project added"
+msgstr ""
+
+#: sitepress.class.php:1754
+msgid ""
+"Please provide a short description of the website so that translators know "
+"what background is required from them."
+msgstr ""
+
+#: sitepress.class.php:2603
+msgid "How to translate"
+msgstr ""
+
+#: sitepress.class.php:2670
+msgid "Main Page (no parent)"
+msgstr ""
+
+#: sitepress.class.php:4355 sitepress.class.php:4375
+msgid "Not published - edit page"
+msgstr ""
+
+#: sitepress.class.php:4360
+#, php-format
+msgid "Your home page does not exist or its translation is not published in %s"
+msgstr ""
+
+#: sitepress.class.php:4362 sitepress.class.php:4382
+msgid "Edit this page to add translations"
+msgstr ""
+
+#: sitepress.class.php:4380
+#, php-format
+msgid "Your blog page does not exist or its translation is not published in %s"
+msgstr ""
+
+#: sitepress.class.php:4444
+msgid ""
+"WPML admin screens require JavaScript in order to display. JavaScript is "
+"currently off in your browser."
+msgstr ""
+
+#: sitepress.class.php:4571
+msgid "WPML language settings"
+msgstr ""
+
+#: sitepress.class.php:4575
+msgid "Select your language:"
+msgstr ""
+
+#: sitepress.class.php:4578
+#, php-format
+msgid "Default admin language (currently %s)"
+msgstr ""
+
+#: sitepress.class.php:4583
+msgid ""
+"this will be your admin language and will also be used for translating "
+"comments."
+msgstr ""
+
+#: sitepress.class.php:4587
+msgid "Hidden languages:"
+msgstr ""
+
+#: sitepress.class.php:4604
+msgid ""
+"All languages are currently displayed. Choose what to do when site languages "
+"are hidden."
+msgstr ""
+
+#: sitepress.class.php:4610
+msgid "Display hidden languages"
+msgstr ""
+
+#: sitepress.class.php:4637
+msgid ""
+"WPML is a powerful plugin with many features. Would you like to see a quick "
+"overview?"
+msgstr ""
+
+#: sitepress.class.php:4641
+msgid "No thanks, I will configure myself"
+msgstr ""
+
+#: sitepress.class.php:4737
+#, php-format
+msgid "Edit the %s translation"
+msgstr ""
+
+#: sitepress.class.php:4741
+#, php-format
+msgid "Add translation to %s"
+msgstr ""
+
+#: sitepress.class.php:4759
+msgid "Multilingual thanks to WPML"
+msgstr ""
+
+#: sitepress.class.php:4760
+msgid "Multilingual WordPress by WPML"
+msgstr ""
+
+#: sitepress.class.php:4761
+msgid "Translated with WPML"
+msgstr ""
+
+#: sitepress.class.php:4762
+msgid "Translating with WPML"
+msgstr ""
+
+#: sitepress.class.php:4763
+msgid "We translate using WPML"
+msgstr ""
+
+#: sitepress.class.php:4866
+msgid "A translation for this post already exists"
+msgstr ""
+
+#: sitepress.class.php:4893
+msgid "A translation in this language already exists"
+msgstr ""
+
+#: sitepress.class.php:4906
+msgid "Invalid language code"
+msgstr ""
+
+#: sitepress.class.php:4954
+msgid "Send documents to translation"
+msgstr ""
+
+#: sitepress.class.php:4955
+msgid "Deposit payment"
+msgstr ""
+
+#: sitepress.class.php:4956
+msgid "Translations will be returned to your site"
+msgstr ""
+
+#: sitepress.class.php:4969
+msgid "Setup check list"
+msgstr ""
+
+#: sitepress.class.php:5016
+msgid "Help"
+msgstr ""
+
+#: sitepress.class.php:5024
+msgid "Get help"
+msgstr ""
+
+#: sitepress.class.php:5147
+#, php-format
+msgid ""
+"You haven't set your <a %s>synchronization preferences</a> for these custom "
+"posts: %s. Default value was selected."
+msgstr ""
+
+#: sitepress.class.php:5160
+#, php-format
+msgid ""
+"You haven't set your <a %s>synchronization preferences</a> for these "
+"taxonomies: %s. Default value was selected."
+msgstr ""
+
+#: sitepress.class.php:5177
+msgid "WPML Status"
+msgstr ""
+
+#: sitepress.class.php:5202
+msgid "None"
+msgstr ""
+
+#: sitepress.class.php:5205
+#, php-format
+msgid "Valid! (amount: $%d - until %s)"
+msgstr ""
+
+#: sitepress.class.php:5207
+#, php-format
+msgid "Expired! - since %s"
+msgstr ""
+
+#: sitepress.class.php:5211
+#, php-format
+msgid "WPML version: %s"
+msgstr ""
+
+#: sitepress.class.php:5213
+msgid "Finish the WPML setup."
+msgstr ""
+
+#: sitepress.class.php:5217
+#, php-format
+msgid "Support Subscription - %s"
+msgstr ""
+
+#: sitepress.class.php:5218
+msgid "purchase"
+msgstr ""
+
+#: sitepress.class.php:5221
+msgid "more"
+msgstr ""
diff --git a/wp-content/plugins/sitepress-multilingual-cms/menu/content-translation-options.php b/wp-content/plugins/sitepress-multilingual-cms/menu/content-translation-options.php
index 1f63a91..e8cb1e5 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/menu/content-translation-options.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/menu/content-translation-options.php
@@ -7,7 +7,7 @@
             <table class="widefat">
                 <thead>
                     <tr>
-                        <th><?php _e('Translation options', 'sitepress') ?></th>
+                        <th><?php _e('Advanced translation options', 'sitepress') ?></th>
                     </tr>
                 </thead>
                 <tbody>
@@ -18,6 +18,10 @@
                             
                             <div id="icl-content-translation-advanced-options">
                 
+                                    <?php if(defined('ICL_DEBUG_DEVELOPMENT') && ICL_DEBUG_DEVELOPMENT): ?>
+                                    <a style="float:right;" href="admin.php?page=<?php echo basename(ICL_PLUGIN_PATH)?>/menu/content-translation.php&amp;debug_action=reset_pro_translation_configuration&amp;nonce=<?php echo wp_create_nonce('reset_pro_translation_configuration')?>" class="button">Reset pro translation configuration</a>
+                                    <?php endif; ?>
+                
                                     <h3><?php echo __('Translation delivery','sitepress') ?></h3>    
                                     <ul>
                                         <li>
diff --git a/wp-content/plugins/sitepress-multilingual-cms/menu/content-translation.php b/wp-content/plugins/sitepress-multilingual-cms/menu/content-translation.php
index 5e230c0..de63924 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/menu/content-translation.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/menu/content-translation.php
@@ -47,6 +47,29 @@
             <h3><?php _e('Translation management', 'sitepress')?></h3>
             <?php include ICL_PLUGIN_PATH . '/modules/icl-translation/icl-translation-dashboard.php'; ?>
         
+            <?php if($sitepress->icl_account_configured()): ?>            
+            <a href="#" class="icl_account_setup_toggle icl_account_setup_toggle_main"><?php _e('Advanced options', 'sitepress') ?>&nbsp;&raquo;</a>
+            <div id="icl_account_setup">
+                <?php if(count($active_languages) > 1): ?>
+                        <?php include ICL_PLUGIN_PATH . '/menu/content-translation-options.php';?>
+                        <br clear="all" />
+                <?php else:?>                    
+                    <p class='icl_form_errors'><?php echo __('After you configure more languages for your blog, the translation options will show here', 'sitepress'); ?></p>
+                <?php endif; ?>                            
+            </div> <?php // <div id="icl_account_setup"> ?>
+            <?php endif; ?>
+            
+            <?php if(empty($translators_selected)):?>
+            <div class="icl_cyan_box">
+            <b><?php echo $sitepress->create_icl_popup_link('http://www.icanlocalize.com/destinations/go?name=moreinfo-wp&iso=' . 
+                $sitepress->get_locale($sitepress->get_admin_language()).'&src='.$sitepress->get_admin_language(), 
+                array('title'=>__('About Our Translators', 'sitepress'), 'unload_cb'=>'icl_prevent_tb_reload')) ?><?php _e('About Our Translators', 'sitepress'); ?></a></b><br />
+            <?php _e('ICanLocalize offers expert translators at competitive rates.', 'sitepress'); ?><br />
+            <?php echo $sitepress->create_icl_popup_link('http://www.icanlocalize.com/destinations/go?name=moreinfo-wp&iso=' . 
+                $sitepress->get_locale($sitepress->get_admin_language()).'&src='.$sitepress->get_admin_language(), 
+                array('title'=>__('About Our Translators', 'sitepress'), 'unload_cb'=>'icl_prevent_tb_reload')) ?><?php _e('Learn more', 'sitepress'); ?></a>
+            </div>
+            <?php endif; ?>                            
             
             <div class="icl_cyan_box">
                 <?php if($sitepress->icl_account_configured() && $sitepress_settings['icl_html_status']): ?>
@@ -54,35 +77,10 @@
                 <?php echo $sitepress_settings['icl_html_status']; ?>
                 <?php else: ?> 
                 <?php printf(__('For help getting started, %scontact ICanLocalize%s', 'sitepress'), 
-                    '<a href="https://www.icanlocalize.com/site/about-us/contact-us/"; target="_blank">', '</a>'); ?>                          
+                    '<a href="http://www.icanlocalize.com/site/about-us/contact-us/"; target="_blank">', '</a>'); ?>                          
                 <?php endif; ?>
             </div>         
             
-            
-
-            <?php if($sitepress->icl_account_configured()): ?>
-            <div class="icl_cyan_box">
-                 <h3><?php _e('Professional translation setup', 'sitepress')?></h3>
-            
-                <input type="button" class="icl_account_setup_toggle button-primary icl_account_setup_toggle_main" value="<?php _e('Configure professional translation', 'sitepress') ?>"/>
-                
-                <div id="icl_account_setup">
-            
-                    <?php if(defined('ICL_DEBUG_DEVELOPMENT') && ICL_DEBUG_DEVELOPMENT): ?>
-                    <a style="float:right;" href="admin.php?page=<?php echo basename(ICL_PLUGIN_PATH)?>/menu/content-translation.php&amp;debug_action=reset_pro_translation_configuration&amp;nonce=<?php echo wp_create_nonce('reset_pro_translation_configuration')?>" class="button">Reset pro translation configuration</a>
-                    <?php endif; ?>
-                    
-                    <?php if(count($active_languages) > 1): ?>
-                            <?php include ICL_PLUGIN_PATH . '/menu/content-translation-options.php';?>
-                            <br clear="all" />
-                    <?php else:?>                    
-                        <p class='icl_form_errors'><?php echo __('After you configure more languages for your blog, the translation options will show here', 'sitepress'); ?></p>
-                    <?php endif; ?>            
-            
-                </div> <?php // <div id="icl_account_setup"> ?>
-            </div> <?php // <div class="icl_cyan_box"> ?>            
-            <?php endif; ?>
-            
     </div>    
 
     </td><td style="vertical-align:top; padding: 21px 0 0 10px;">
diff --git a/wp-content/plugins/sitepress-multilingual-cms/menu/edit-languages.php b/wp-content/plugins/sitepress-multilingual-cms/menu/edit-languages.php
index d015b58..9b02503 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/menu/edit-languages.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/menu/edit-languages.php
@@ -112,7 +112,7 @@ For each language, you need to enter the following information:
 ?>
 			</tbody>
 	</table>
-	<p class="submit alignleft"><a href="admin.php?page=sitepress-multilingual-cms/menu/languages.php">&laquo;&nbsp;<?php _e('Back to languages', 'sitepress'); ?></a></p>
+	<p class="submit alignleft"><a href="admin.php?page=<?php echo ICL_PLUGIN_FOLDER ?>/menu/languages.php">&laquo;&nbsp;<?php _e('Back to languages', 'sitepress'); ?></a></p>
 
 	<p class="submit alignright">
 		<input type="button" name="icl_edit_languages_add_language_button" id="icl_edit_languages_add_language_button" value="<?php _e('Add Language', 'sitepress'); ?>" class="button-secondary"<?php if ($this->add_validation_failed) { ?> style="display:none;"<?php } ?> />&nbsp;<input type="button" name="icl_edit_languages_cancel_button" id="icl_edit_languages_cancel_button" value="<?php _e('Cancel', 'sitepress'); ?>" class="button-secondary icl_edit_languages_show"<?php if (!$this->add_validation_failed) { ?> style="display:none;"<?php } ?> />&nbsp;<input disabled type="submit" class="button-primary" value="<?php _e('Save', 'sitepress'); ?>" /></p>
diff --git a/wp-content/plugins/sitepress-multilingual-cms/menu/post-menu.php b/wp-content/plugins/sitepress-multilingual-cms/menu/post-menu.php
index 9643c75..fabb491 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/menu/post-menu.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/menu/post-menu.php
@@ -126,6 +126,9 @@
     }
     ?>
     <div class="icl_cyan_box">
+    <div class="clear" style="font-size: 0px">&nbsp;</div>    
+    <a id="icl_pt_hide" href="#" style="float:right;<?php if($this->settings['hide_professional_translation_controls']):?>display:none;<?php endif; ?>"><?php _e('hide', 'sitepress') ?></a>
+    <a id="icl_pt_show" href="#" style="float:right;<?php if(!$this->settings['hide_professional_translation_controls']):?>display:none;<?php endif; ?>"><?php _e('show', 'sitepress') ?></a>    
     <strong><?php _e('Professional translation', 'sitepress'); ?></strong>    
     <div id="icl_pt_controls" <?php if($this->settings['hide_professional_translation_controls']):?>style="display:none;"<?php endif; ?>>
     <?php 
@@ -146,6 +149,11 @@
                 }else{
                     printf(__('Translate to %s', 'sitepress'), $active_languages[$lang]['display_name']);
                 }
+                if(isset($langs_in_progress[$active_languages[$lang]['english_name']])){
+                    echo '&nbsp;<small>('.__('in progress', 'sitepress').')</small>';
+                }elseif($langs_done[$active_languages[$lang]['english_name']] && !isset($langs_need_update[$active_languages[$lang]['english_name']])){
+                    echo '&nbsp;<small>('.__('up to date', 'sitepress').')</small>';
+                }
                 echo '</label></li>';
             }    
             echo '</ul>';
@@ -165,9 +173,11 @@
             }    
             echo '</ul>';            
         }
-        
-        $note = trim(get_post_meta($post->ID, '_icl_translator_note', true));
+        if(!empty($languages_translated)){
+            $note = trim(get_post_meta($post->ID, '_icl_translator_note', true));
+        }
     ?>
+    <?php if(!empty($languages_translated)): ?>
     <div id="icl_post_add_notes">
         <h4><a href="#"><?php _e('Note for the translators', 'sitepress')?></a></h4>
         <div id="icl_post_note">
@@ -179,17 +189,42 @@
         </div>
         <div id="icl_tn_not_saved"><?php _e('Note not saved yet', 'sitepress'); ?></div>
     </div>    
-    
-    <div style="text-align: right;margin:0 5px 5px 0;"><?php _e('Cost:', 'sitepress')?>&nbsp;<span id="icl_pt_cost_estimate">0.00</span> USD</div>
-    
+
+    <div style="text-align: right;margin:0 5px 5px 0;"><?php printf(__('Cost: %s USD', 'sitepress'), '<span id="icl_pt_cost_estimate">0.00</span>', ' href="#"');?></div>
     <input type="hidden" id="icl_pt_wc" value="<?php echo icl_estimate_word_count($post, $selected_language) + icl_estimate_custom_field_word_count($post->ID, $selected_language) ?>" />
+
     <input type="hidden" id="icl_pt_post_id" value="<?php echo $post->ID ?>" />
     <input type="hidden" id="icl_pt_post_type" value="<?php echo $post->post_type ?>" />
     <input type="button" disabled="disabled" id="icl_pt_send" class="button-primary alignright" value="<?php echo esc_html(__('Send to translation', 'sitepress')) ?>"/>
+    <br clear="all" />
+    <?php else:?>
+    <?php 
+        $estimated_cost = sprintf("%.2f", (icl_estimate_word_count($post, $selected_language) + icl_estimate_custom_field_word_count($post->ID, $selected_language)) * 0.07);
+    ?>
+    <div style="text-align: right;margin:0 5px 5px 0;white-space:nowrap;">
+    <?php printf( __('Estimated cost: %s USD', 'sitepress'), $estimated_cost);?><br />
+    (<?php echo $this->create_icl_popup_link('http://www.icanlocalize.com/destinations/go?name=cms-cost-estimate&iso='.
+        $this->get_locale($this->get_admin_language()).'&src='.$this->get_admin_language(), 
+        array(
+            'ar'=>1, 
+            'title'=>__('Cost estimate', 'sitepress'),
+        )
+    ) 
+        . __('why estimated?', 'sitepress');?></a>)
+    </div>
+    
+    <br />
+    <p><b><?php echo $this->create_icl_popup_link('http://www.icanlocalize.com/destinations/go?name=moreinfo-wp&iso='.
+        $this->get_locale($this->get_admin_language()).'&src='.$this->get_admin_language(), 
+        array('title' => __('About Our Translators', 'sitepress'), 'ar' => 1)) ?><?php _e('About Our Translators', 'sitepress'); ?></a></b></p>
+    <p><?php _e('ICanLocalize offers expert translators at competitive rates.', 'sitepress'); ?></p>
+    <p><?php echo $this->create_icl_popup_link('http://www.icanlocalize.com/destinations/go?name=moreinfo-wp&iso='.
+        $this->get_locale($this->get_admin_language()).'&src='.$this->get_admin_language(), 
+        array('title' => __('About Our Translators', 'sitepress'), 'ar' => 1)) ?><?php _e('Learn more', 'sitepress'); ?></a></p>
+    
+    <?php endif; ?>
+    
     </div>
-    <a id="icl_pt_hide" href="#" style="position:relative;top:12px;<?php if($this->settings['hide_professional_translation_controls']):?>display:none;<?php endif; ?>"><?php _e('hide', 'sitepress') ?></a>
-    <a id="icl_pt_show" href="#" style="float:right;<?php if(!$this->settings['hide_professional_translation_controls']):?>display:none;<?php endif; ?>"><?php _e('show', 'sitepress') ?></a>
-    <div class="clear" style="font-size: 0px">&nbsp;</div>
     
     <div id="icl_pt_error" class="icl_error_text" style="display: none;margin-top: 4px;"><?php _e('Failed sending to translation.', 'sitepress') ?></div>    
     <?php if(isset($_GET['icl_message']) && $_GET['icl_message']=='success'):?>
diff --git a/wp-content/plugins/sitepress-multilingual-cms/menu/string-translation.php b/wp-content/plugins/sitepress-multilingual-cms/menu/string-translation.php
index 6e5a212..2087df3 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/menu/string-translation.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/menu/string-translation.php
@@ -229,13 +229,13 @@ if(!$sitepress_settings['st']['strings_language']){
                     <td nowrap="nowrap">
                         <?php if($icl_strings_in_page[ICL_STRING_TRANSLATION_STRING_TRACKING_TYPE_SOURCE][$string_id]): ?>
                             <a class="thickbox" title="<?php _e('view in source', 'sitepress') ?>"
-                                href="admin.php?page=sitepress-multilingual-cms%2Fmenu%2Fstring-translation.php&amp;icl_action=view_string_in_source&amp;string_id=<?php 
+                                href="admin.php?page=<?php echo ICL_PLUGIN_FOLDER ?>%2Fmenu%2Fstring-translation.php&amp;icl_action=view_string_in_source&amp;string_id=<?php 
                                 echo $string_id ?>&amp;width=810&amp;height=600"><img src="<?php echo ICL_PLUGIN_URL ?>/res/img/view-in-source.png" width="16" height="16"
                                 alt="<?php _e('view in page', 'sitepress') ?>" /></a>
                         <?php endif; ?>
                         <?php if($icl_strings_in_page[ICL_STRING_TRANSLATION_STRING_TRACKING_TYPE_PAGE][$string_id]): ?>
                             <a class="thickbox" title="<?php _e('view in page', 'sitepress') ?>"
-                            href="admin.php?page=sitepress-multilingual-cms%2Fmenu%2Fstring-translation.php&icl_action=view_string_in_page&string_id=<?php 
+                            href="admin.php?page=<?php echo ICL_PLUGIN_FOLDER ?>%2Fmenu%2Fstring-translation.php&icl_action=view_string_in_page&string_id=<?php 
                             echo $string_id ?>&width=810&height=600"><img src="<?php echo ICL_PLUGIN_URL ?>/res/img/view-in-page.png" width="16" height="16" 
                             alt="<?php _e('view in page', 'sitepress') ?>" /></a>                        
                         <?php endif; ?>
diff --git a/wp-content/plugins/sitepress-multilingual-cms/menu/troubleshooting.php b/wp-content/plugins/sitepress-multilingual-cms/menu/troubleshooting.php
index 4baca94..05773d6 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/menu/troubleshooting.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/menu/troubleshooting.php
@@ -126,6 +126,58 @@ if( (isset($_POST['icl_reset_allnonce']) && $_POST['icl_reset_allnonce']==wp_cre
        
     <h3><?php _e('Database dump', 'sitepress')?></h3>
     <a class="button" href="admin.php?page=<?php echo ICL_PLUGIN_FOLDER ?>/menu/troubleshooting.php&amp;icl_action=dbdump"><?php _e('Download', 'sitepress') ?></a>
+    
+    <a name="icl-connection-test"></a>
+    <h3><?php _e('ICanLocalize connection test', 'sitepress')?></h3>
+    <?php if(isset($_GET['icl_action']) && $_GET['icl_action']=='icl-connection-test'): ?>
+    <?php 
+        $icl_query = new ICanLocalizeQuery();        
+        if(isset($_GET['data'])){
+            $user = unserialize(base64_decode($_GET['data']));
+        }else{                
+            $user['create_account'] = 1;
+            $user['anon'] = 1;
+            $user['platform_kind'] = 2;
+            $user['cms_kind'] = 1;
+            $user['blogid'] = $wpdb->blogid?$wpdb->blogid:1;
+            $user['url'] = get_option('siteurl');
+            $user['title'] = get_option('blogname');
+            $user['description'] = $sitepress_settings['icl_site_description'];
+            $user['is_verified'] = 1;                
+           if(defined('ICL_AFFILIATE_ID') && defined('ICL_AFFILIATE_KEY')){
+                $user['affiliate_id'] = ICL_AFFILIATE_ID;
+                $user['affiliate_key'] = ICL_AFFILIATE_KEY;
+            }
+            $user['interview_translators'] = $sitepress_settings['interview_translators'];
+            $user['project_kind'] = 2;
+            $user['pickup_type'] = intval($sitepress_settings['translation_pickup_method']);
+            $notifications = 0;
+            if ( $sitepress_settings['icl_notify_complete']){
+                $notifications += 1;
+            }
+            if ( $sitepress_settings['alert_delay']){
+                $notifications += 2;
+            }
+            $user['notifications'] = $notifications;
+            $user['ignore_languages'] = 0;
+            $user['from_language1'] = isset($_GET['lang_from']) ? $_GET['lang_from'] : 'English';            
+            $user['to_language1'] = isset($_GET['lang_to']) ? $_GET['lang_to'] : 'French';
+        }
+        
+        define('ICL_DEB_SHOW_ICL_RAW_RESPONSE', true);
+        $resp = $icl_query->createAccount($user);                
+        echo '<textarea style="width:100%;height:400px;font-size:9px;">' . 
+            __('Data', 'sitepress') . "\n----------------------------------------\n" . 
+            print_r($user, 1) . 
+            __('Response', 'sitepress') . "\n----------------------------------------\n" .
+            print_r($resp, 1) . 
+        '</textarea>';
+                
+    ?>
+        
+    <?php endif; ?>
+    <a class="button" href="admin.php?page=<?php echo ICL_PLUGIN_FOLDER ?>/menu/troubleshooting.php&amp=ts=<?php echo time()?>&amp;icl_action=icl-connection-test#icl-connection-test"><?php _e('Connect', 'sitepress') ?></a>
+    
     <?php
     
     echo '<br /><hr /><h3 id="wpml-settings"> ' . __('Reset', 'sitepress') . '</h3>';
diff --git a/wp-content/plugins/sitepress-multilingual-cms/modules/absolute-links/absolute-links-plugin.php b/wp-content/plugins/sitepress-multilingual-cms/modules/absolute-links/absolute-links-plugin.php
index 2020b2e..8cc5220 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/modules/absolute-links/absolute-links-plugin.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/modules/absolute-links/absolute-links-plugin.php
@@ -539,7 +539,7 @@ class AbsoluteLinksPlugin{
                 
             }
                   
-            $tx_qvs = $this->taxonomies_query_vars ? '|' . join('|',$this->taxonomies_query_vars) : '';                            $post_qvs = $this->taxonomies_query_vars ? '|' . join('|',$this->custom_posts_query_vars) : '';    
+            $tx_qvs = $this->taxonomies_query_vars ? '|' . @join('|',(array)$this->taxonomies_query_vars) : '';                            $post_qvs = $this->taxonomies_query_vars ? '|' . @join('|',(array)$this->custom_posts_query_vars) : '';    
             $int = preg_match_all('@href=[\'"]('.rtrim(get_option('home'),'/').'/?\?(p|page_id'.$tx_qvs.$post_qvs.')=([0-9a-z-]+)(#.+)?)[\'"] i',$text,$matches2);          
             if($int){
                 $url_parts = parse_url(rtrim(get_option('home'),'/').'/');
diff --git a/wp-content/plugins/sitepress-multilingual-cms/modules/icl-translation/icl-reminder-popup.php b/wp-content/plugins/sitepress-multilingual-cms/modules/icl-translation/icl-reminder-popup.php
index aca0dd4..0092022 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/modules/icl-translation/icl-reminder-popup.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/modules/icl-translation/icl-reminder-popup.php
@@ -27,7 +27,7 @@
             $user['platform_kind'] = 2;
             $user['cms_kind'] = 1;
             $user['blogid'] = $wpdb->blogid?$wpdb->blogid:1;
-            $user['url'] = get_option('home');
+            $user['url'] = get_option('siteurl');
             $user['title'] = get_option('blogname');
             $user['description'] = $this->settings['icl_site_description'];
             $user['is_verified'] = 1;                
@@ -59,7 +59,9 @@
                 $this->save_settings($iclsettings);
             }else{
                 echo '<p class="error" style="padding-left:8px;">';
-                printf(__('WPML did not manage to access the server at ICanLocalize. Please <a%s>contact us</a> for support.', 'sitepress'), ' target="_blank" href="http://www.icanlocalize.com/site/about-us/contact-us/";');
+                printf(__('WPML did not manage to access the server at ICanLocalize. Please <a%s>contact us</a> for support. <br />Show <a%s>debug information</a>.', 'sitepress'), 
+                    ' target="_blank" href="http://www.icanlocalize.com/site/about-us/contact-us/";', 
+                    ' a href="admin.php?page='.ICL_PLUGIN_FOLDER.'/menu/troubleshooting.php&icl_action=icl-connection-test&data='.base64_encode(serialize($user)).'#icl-connection-test"');
                 echo '</p>';
                 exit;
             }
@@ -145,5 +147,6 @@
     <br />
     <br />
 <?php endif; ?>
-<iframe src="<?php echo $target;?>" style="width:95%; height:90%" onload="<?php if($auto_resize):?>jQuery('#TB_window').css('width','90%').css('margin-left', '-45%');<?php endif; ?><?php if($unload_cb):?>jQuery('#TB_window').bind('unload', <?php echo $unload_cb ?>);<?php endif; ?>">
+<?php if(false !== strpos($_SERVER['HTTP_REFERER'], 'content-translation.php')) $ifrwidth='100%'; else $ifrwidth='98%'; ?>
+<iframe src="<?php echo $target;?>" style="width:<?php echo $ifrwidth ?>; height:92%" onload="<?php if($auto_resize):?>jQuery('#TB_window').css('width','90%').css('margin-left', '-45%');<?php endif; ?><?php if($unload_cb):?>jQuery('#TB_window').unbind('unload').bind('unload', <?php echo $unload_cb ?>);<?php endif; ?>">
 
diff --git a/wp-content/plugins/sitepress-multilingual-cms/modules/icl-translation/icl-translation-dashboard.php b/wp-content/plugins/sitepress-multilingual-cms/modules/icl-translation/icl-translation-dashboard.php
index 48f4619..4492076 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/modules/icl-translation/icl-translation-dashboard.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/modules/icl-translation/icl-translation-dashboard.php
@@ -277,12 +277,22 @@
                         }
                     }
                 }
+                $translators_selected = false;
+                $languages_without_translators = false;
+                foreach($active_languages as $lang){
+                    if($selected_language==$lang['code']) continue;  
+                    if($target_status[$lang['code']]){
+                        $translators_selected = true;
+                    }else{
+                        $languages_without_translators = true;
+                    }
+                } 
             ?>
             <?php foreach($active_languages as $lang): if($selected_language==$lang['code']) continue; ?>
                 <?php 
                     if($target_status[$lang['code']]){
                         $disabled =  ''; 
-                        $checked='checked="checked"';
+                        $checked='checked="checked"';                        
                     }else{
                         $disabled =  ' disabled="disabled"'; 
                         $checked='';
@@ -291,7 +301,7 @@
                 <li>
                     <label>
                         <input type="checkbox" name="icl-tr-to-<?php echo $lang['code']?>" value="<?php echo $lang['english_name']?>"<?php echo $checked ?><?php echo $disabled ?> />&nbsp;
-                        <?php printf(__('Translate to %s %s','sitepress'), $lang['display_name'], $sitepress->get_language_status_text($selected_language, $lang['code'])); ?>
+                        <?php printf(__('Translate to %s %s','sitepress'), $lang['display_name'], $sitepress->get_language_status_text($selected_language, $lang['code'])); ?><?php if(empty($target_status[$lang['code']])):?>*<?php endif; ?>
                     </label>
                     <input type="hidden" id="icl_tr_rate_<?php echo $lang['code'] ?>" value="<?php echo $target_rate[$lang['code']] ?>" />
                 </li>
@@ -307,4 +317,19 @@
         
         <span id="icl_message_1" style="display:none"><?php echo __('All documents sent to translation', 'sitepress')?></span>
         <span id="icl_message_error" style="display:none"><?php echo __('Error sending some documents to translation', 'sitepress')?></span>
-        <span id="icl_message_2" style="display:none"><?php echo __('Translation in progress', 'sitepress')?></span>
\ No newline at end of file
+        <span id="icl_message_2" style="display:none"><?php echo __('Translation in progress', 'sitepress')?></span>
+        
+        <?php if($languages_without_translators):?>
+        <p>
+        *&nbsp;<?php _e('You need to select translators before sending document to translation.', 'sitepress'); ?>
+        <?php 
+        echo $sitepress->create_icl_popup_link('http://www.icanlocalize.com/destinations/go?name=wp-about-translators&iso='.
+            $sitepress->get_locale($sitepress->get_admin_language()).'&src='.$sitepress->get_admin_language(), 
+            array(
+                'ar'=>1, 
+                'title'=>__('About translators', 'sitepress'),
+                'unload_cb' => 'icl_prevent_tb_reload'
+            )
+        )  . __('Learn more.', 'sitepress') ?></a>
+        </p>
+        <?php endif; ?>        
\ No newline at end of file
diff --git a/wp-content/plugins/sitepress-multilingual-cms/readme.txt b/wp-content/plugins/sitepress-multilingual-cms/readme.txt
index 2b6e12b..aa820c9 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/readme.txt
+++ b/wp-content/plugins/sitepress-multilingual-cms/readme.txt
@@ -4,7 +4,7 @@ Donate link: http://wpml.org/?page_id=2312
 Tags: CMS, navigation, menus, menu, dropdown, css, sidebar, pages, i18n, translation, localization, language, multilingual, WPML
 Requires at least: 2.7
 Tested up to: 3.0.1
-Stable tag: 1.8.1.2
+Stable tag: 1.8.2
 
 Allows building complete multilingual sites with WordPress.
 
@@ -12,33 +12,33 @@ Allows building complete multilingual sites with WordPress.
 
 **WPML makes multilingual content management easy, just like running a site in one language.**
 
-= Features =
+= Multilingual Features =
 
- * Turns a single WordPress install into a [multilingual site](http://wpml.org/?page_id=519).
+ * Turns a single WordPress install into a multilingual site.
  * Built-in [theme localization](http://wpml.org/?page_id=2717) without .mo files.
  * [Comments translation](http://wpml.org/?page_id=2755) allows you to moderate and reply to comments in your own language.
- * Integrated [professional translation](http://wpml.org/?page_id=1169) (optional feature for folks who need help translating).
+ * [Professional translation](http://wpml.org/?page_id=1169), connecting expert translators with site owners (optional, you can translate yourself for free).
+
+= CMS Navigation Features =
+
  * Includes [CMS navigation](http://wpml.org/?page_id=527) elements for drop down menus, breadcrumbs trail and sidebar navigation.
  * [Robust links](http://wpml.org/?page_id=594) to posts and pages that never break.
 
-= Highlights =
+= Architecture (for geeks) =
 
 * Translations are grouped together and not mixed in the database.
 * CMS navigation elements provide accurate and easy to use site-wide navigation.
-* Simple CSS for easy [customization](http://wpml.org/?page_id=909).
+* Simple CSS for easy customization. Try [WPML's CSS customization tool](http://wpml.org/?page_id=909).
 
-= Commercial Support =
+= Commercial Support (for professional developers) =
 
 While WPML boast a lively [community](http://forum.wpml.org), it's great to get fast an accurate support when you need it.
 
 [ICanLocalize](http://www.icanlocalize.com/site/) offers reliable [commercial support](http://wpml.org/partners/) for WPML. This support option is meant for professional web developers who need timely and dependable support directly from the developers.
 
-= In a Nutshell =
-
-WPML makes it possible to turn WordPress blogs multilingual in a few minutes with no knowledge of PHP or WordPress.
-Its advanced features allow professional web developers to build full multilingual websites.
+= User Guide (for end users) =
 
-WPML's [showcase](http://wpml.org/showcase/) includes samples of blogs, full websites and even multilingual BuddyPress portals.
+[wpml.org](http://wpml.org) is a resource for theme developers and designers. End users who want to learn about running multilingual WordPress sites should check out the [WordPress Admin Guide](http://wp-admin-guide.com/).
 
 == Installation ==
 
@@ -75,6 +75,12 @@ Also, go through the [detailed description](http://wpml.org/?page_id=1010).
 
 == Changelog ==
 
+= 1.8.2 =
+* improvements to the professional translation workflow
+* Fixed bug with urls of categories containing slavic characters
+* Fixed bug on saving list of 'hidden' languages
+* Fixed bug in icl_object_id function.
+
 = 1.8.1.2 =
 * Bug fixes for reminders, removing translation languages and more
 
@@ -363,6 +369,9 @@ Also, go through the [detailed description](http://wpml.org/?page_id=1010).
 
 == Upgrade Notice ==
 
+= 1.8.2 =
+Bug fixes and improved professional translation workflow
+
 = 1.8.1 =
 Multilingual menus bug fixes and improved translation interface
 
diff --git a/wp-content/plugins/sitepress-multilingual-cms/res/css/style.css b/wp-content/plugins/sitepress-multilingual-cms/res/css/style.css
index 75a1ade..a8a962c 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/res/css/style.css
+++ b/wp-content/plugins/sitepress-multilingual-cms/res/css/style.css
@@ -182,3 +182,9 @@
         background-color: #D54E21;
         color: #FFFFFF;
 }
+.icl_hot_link{
+    color:#dd0000;
+    font-weight: bold;
+}
+
+#icl_pt_controls p{ padding:0; margin: 0 6px 6px 0 !important;}
\ No newline at end of file
diff --git a/wp-content/plugins/sitepress-multilingual-cms/res/flags/si.png b/wp-content/plugins/sitepress-multilingual-cms/res/flags/si.png
index 8238515..92c6fd5 100644
Binary files a/wp-content/plugins/sitepress-multilingual-cms/res/flags/si.png and b/wp-content/plugins/sitepress-multilingual-cms/res/flags/si.png differ
diff --git a/wp-content/plugins/sitepress-multilingual-cms/res/flags/sl.png b/wp-content/plugins/sitepress-multilingual-cms/res/flags/sl.png
index 92c6fd5..8238515 100644
Binary files a/wp-content/plugins/sitepress-multilingual-cms/res/flags/sl.png and b/wp-content/plugins/sitepress-multilingual-cms/res/flags/sl.png differ
diff --git a/wp-content/plugins/sitepress-multilingual-cms/res/js/content-translation.js b/wp-content/plugins/sitepress-multilingual-cms/res/js/content-translation.js
index f889d89..d34ac8c 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/res/js/content-translation.js
+++ b/wp-content/plugins/sitepress-multilingual-cms/res/js/content-translation.js
@@ -62,6 +62,7 @@ function icl_toggle_account_setup(){
     }
     jQuery('#icl_account_setup').slideToggle();
     jQuery('.icl_account_setup_toggle_main').toggle();
+    return false;
 };
 
 function iclSaveMoreOptions() {
diff --git a/wp-content/plugins/sitepress-multilingual-cms/res/js/icl_reminders.js b/wp-content/plugins/sitepress-multilingual-cms/res/js/icl_reminders.js
index 3a625d9..668b697 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/res/js/icl_reminders.js
+++ b/wp-content/plugins/sitepress-multilingual-cms/res/js/icl_reminders.js
@@ -38,7 +38,7 @@ function show_messages() {
         cache: false,
         dataType: 'json',                
         success: function(resp){ 
-            if(resp.messages > 0){
+            if(resp && resp.messages > 0){
                 jQuery('#icl_show_text').html(resp.reminder_text);
                 jQuery('#icl_reminder_list').html(resp.output);
                 jQuery('#icl_reminder_message').fadeIn();
@@ -69,7 +69,6 @@ function icl_tb_init(domChunk) {
     jQuery('#TB_window').bind('unload', function(){
         url = location.href;
         if (url.indexOf('content-translation.php') != -1) {
-        
             url = url.replace(/&icl_refresh_langs=1/g, '');
             url = url.replace(/&show_config=1/g, '');
             url = url.replace(/#.*/,'');
@@ -102,6 +101,10 @@ function icl_tb_init(domChunk) {
     });
 }
 
+function icl_prevent_tb_reload(){
+    // simply not call the default unload event
+    return false;
+}
 
 function icl_tb_set_size(domChunk) {
     if (typeof(tb_getPageSize) != 'undefined') {
diff --git a/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php b/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php
index a7b4e96..8a8a6bf 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php
@@ -93,7 +93,6 @@ class SitePress{
             }
             
             
-            //add_filter('wp_list_pages_excludes', array($this, 'exclude_other_language_pages'));
             add_filter('get_pages', array($this, 'exclude_other_language_pages2'));
             add_filter('wp_dropdown_pages', array($this, 'wp_dropdown_pages'));
             
@@ -158,7 +157,6 @@ class SitePress{
             /* preWP3 compatibility  - start */
             if(ICL_PRE_WP3){            
                 add_action('admin_print_scripts-edit-pages.php', array($this,'restrict_manage_pages'));
-
             }
             /* preWP3 compatibility  - endif */
             
@@ -644,6 +642,10 @@ class SitePress{
                         'manage_options', basename(ICL_PLUGIN_PATH).'/menu/content-translation.php');                                                     
             }
 			add_submenu_page(basename(ICL_PLUGIN_PATH).'/menu/languages.php', __('Support','sitepress'), __('Support','sitepress'), 'manage_options', basename(ICL_PLUGIN_PATH).'/menu/support.php');
+            if($_GET['page'] == basename(ICL_PLUGIN_PATH).'/menu/troubleshooting.php'){
+                add_submenu_page(basename(ICL_PLUGIN_PATH).'/menu/languages.php', __('Troubleshooting','sitepress'), __('Troubleshooting','sitepress'), 
+                            'manage_options', basename(ICL_PLUGIN_PATH).'/menu/troubleshooting.php'); 
+            }                        
 
         }else{
             
@@ -1124,10 +1126,12 @@ class SitePress{
                         
                     } else if (!$lang['applications']) {
                         // No translators have applied for this language pair.                        
+                        $popargs['class'] = 'icl_hot_link';
                         $response = ' | ' . $this->create_icl_popup_link("@select-translators;{$from_lang};{$to_lang}@", $popargs) .
                                     __('Select translators', 'sitepress') .  '</a>';
                     } else if (!$lang['have_translators']) {
                         // translators have applied but none selected yet
+                        $popargs['class'] = 'icl_hot_link';
                         $response = ' | ' . $this->create_icl_popup_link("@select-translators;{$from_lang};{$to_lang}@", $popargs) . __('Select translators', 'sitepress') . '</a>';
                     } else {
                         // there are translators ready to translate
@@ -1149,7 +1153,7 @@ class SitePress{
             }
                                        
         }
-        
+        $popargs['class'] = 'icl_hot_link';
         $response = ' | ' . $this->create_icl_popup_link("@select-translators;{$from_lang};{$to_lang}@", $popargs) . __('Select translators', 'sitepress') .  '</a>';
         
         // no status found        
@@ -1265,7 +1269,7 @@ class SitePress{
 			$id = ' id="' . $id . '"';
 		}
 		if ($title) {
-            return '<a class="icl_thickbox' . $class . '" title="' . $title . '" href="admin.php?page='.ICL_PLUGIN_FOLDER . 
+            return '<a class="icl_thickbox ' . $class . '" title="' . $title . '" href="admin.php?page='.ICL_PLUGIN_FOLDER . 
                 "/menu/languages.php&amp;icl_action=reminder_popup{$auto_resize}{$unload_cb}&amp;target=" . urlencode($link) .'"' . $id . '>';
         } else {
             return '<a class="icl_thickbox' . $class . '" href="admin.php?page='.ICL_PLUGIN_FOLDER . 
@@ -2427,10 +2431,6 @@ class SitePress{
             //$cond = '';
             $ljoin = "LEFT";
         }
-        //$join .= " {$ljoin} JOIN {$wpdb->prefix}icl_translations t ON {$wpdb->posts}.ID = t.element_id 
-        //            AND t.element_type='post' {$cond} JOIN {$wpdb->prefix}icl_languages l ON t.language_code=l.code AND l.active=1";        
-        
-        //$post_type = get_query_var('post_type');        
         
         // determine post type
         $db = debug_backtrace();
@@ -2610,19 +2610,7 @@ class SitePress{
         </script>
         <?php
     }
-    
-    /*
-    function exclude_other_language_pages($s){
-        global $wpdb;
-        $excl_pages = $wpdb->get_col("
-            SELECT p.ID FROM {$wpdb->posts} p 
-            LEFT JOIN {$wpdb->prefix}icl_translations t ON (p.ID = t.element_id OR t.element_id IS NULL)
-            WHERE t.element_type='post' AND p.post_type='page' AND t.language_code <> '{$wpdb->escape($this->this_lang)}'
-            ");
-        return array_merge($s, $excl_pages);
-    }
-    */
-    
+        
     function exclude_other_language_pages2($arr){
         global $wpdb;
         $filtered_pages = array();
@@ -3983,7 +3971,7 @@ class SitePress{
             }
             // category_name
             if(isset($q->query_vars['category_name']) && !empty($q->query_vars['category_name'])){
-                $cat = get_term_by( 'slug', basename($q->query_vars['category_name']), 'category' ); 
+                $cat = get_term_by( 'slug', preg_replace('#((.*)/)#','',$q->query_vars['category_name']), 'category' ); 
                 if(!$cat){
                     $cat = get_term_by( 'name', $q->query_vars['category_name'], 'category' ); 
                 }
@@ -4541,12 +4529,12 @@ class SitePress{
     }
     
     function _allow_calling_template_file_directly(){
-        if(is_404()){
+        if(is_404()){  
             global $wp_query, $wpdb;
+            $wp_query->is_404 = false;
             $parts = parse_url(get_bloginfo('home'));
             $req = str_replace($parts['path'], '', $_SERVER['REQUEST_URI']);
             if(file_exists(ABSPATH . $req) && !is_dir(ABSPATH . $req)){
-                $wp_query->is_404 = false;
                 header('HTTP/1.1 200 OK');
                 include ABSPATH . $req;
                 exit;
diff --git a/wp-content/plugins/sitepress-multilingual-cms/sitepress.php b/wp-content/plugins/sitepress-multilingual-cms/sitepress.php
index 2a961dd..bbbcebf 100644
--- a/wp-content/plugins/sitepress-multilingual-cms/sitepress.php
+++ b/wp-content/plugins/sitepress-multilingual-cms/sitepress.php
@@ -5,7 +5,7 @@ Plugin URI: http://wpml.org/
 Description: WPML Multilingual CMS. <a href="http://wpml.org";>Documentation</a>.
 Author: OnTheGoSystems
 Author URI: http://www.onthegosystems.com
-Version: 1.8.1.2
+Version: 1.8.2
 */
 
 /*
@@ -26,7 +26,7 @@ Version: 1.8.1.2
 */
 
 if(defined('ICL_SITEPRESS_VERSION')) return;
-define('ICL_SITEPRESS_VERSION', '1.8.1.2');
+define('ICL_SITEPRESS_VERSION', '1.8.2');
 define('ICL_PLUGIN_PATH', dirname(__FILE__));
 define('ICL_PLUGIN_FOLDER', basename(ICL_PLUGIN_PATH));
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]