[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1078-g0ff972a
Michal Čihař
nijel at users.sourceforge.net
Tue Mar 30 23:19:52 CEST 2010
The branch, master has been updated
via 0ff972a9633a20227eb39911e922594a432a5ade (commit)
via bbb9a8c9e3ac18f4d3d4a6cdef6e7d6ebc01753e (commit)
from fb77bb65767de3e1fd25c4e5b7845119217a48f6 (commit)
- Log -----------------------------------------------------------------
commit 0ff972a9633a20227eb39911e922594a432a5ade
Author: Michal Čihař <michal at cihar.com>
Date: Tue Mar 30 23:19:18 2010 +0200
More explaining comment to translators.
commit bbb9a8c9e3ac18f4d3d4a6cdef6e7d6ebc01753e
Author: Michal Čihař <michal at cihar.com>
Date: Tue Mar 30 23:16:20 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
libraries/common.lib.php | 28 ++++++++++----------
po/af.po | 8 +++---
po/ar.po | 6 ++--
po/az.po | 6 ++--
po/be.po | 6 ++--
po/be at latin.po | 8 +++---
po/bg.po | 6 ++--
po/bn.po | 6 ++--
po/bs.po | 6 ++--
po/ca.po | 6 ++--
po/cs.po | 64 +++++++++++++++++++++------------------------
po/da.po | 6 ++--
po/de.po | 6 ++--
po/el.po | 12 ++++----
po/en_GB.po | 14 +++-------
po/es.po | 6 ++--
po/et.po | 6 ++--
po/eu.po | 6 ++--
po/fa.po | 6 ++--
po/fi.po | 6 ++--
po/fr.po | 10 +++----
po/gl.po | 6 ++--
po/he.po | 6 ++--
po/hi.po | 6 ++--
po/hr.po | 6 ++--
po/hu.po | 6 ++--
po/id.po | 6 ++--
po/it.po | 6 ++--
po/ja.po | 6 ++--
po/ka.po | 6 ++--
po/ko.po | 6 ++--
po/lt.po | 10 +++----
po/lv.po | 6 ++--
po/mk.po | 6 ++--
po/mn.po | 6 ++--
po/ms.po | 6 ++--
po/nb.po | 8 +++---
po/nl.po | 6 ++--
po/phpmyadmin.pot | 6 ++--
po/pl.po | 6 ++--
po/pt.po | 6 ++--
po/pt_BR.po | 6 ++--
po/ro.po | 6 ++--
po/ru.po | 6 ++--
po/si.po | 8 +++---
po/sk.po | 6 ++--
po/sl.po | 6 ++--
po/sq.po | 8 +++---
po/sr.po | 6 ++--
po/sr at latin.po | 6 ++--
po/sv.po | 6 ++--
po/te.po | 6 ++--
po/th.po | 6 ++--
po/tr.po | 6 ++--
po/tt.po | 8 +++---
po/uk.po | 6 ++--
po/uz.po | 6 ++--
po/uz at latin.po | 6 ++--
po/zh_CN.po | 6 ++--
po/zh_TW.po | 6 ++--
60 files changed, 230 insertions(+), 244 deletions(-)
diff --git a/libraries/common.lib.php b/libraries/common.lib.php
index a2ce680..80ec1da 100644
--- a/libraries/common.lib.php
+++ b/libraries/common.lib.php
@@ -303,7 +303,7 @@ function PMA_formatSql($parsed_sql, $unparsed_sql = '')
// well, not quite
// first check for the SQL parser having hit an error
if (PMA_SQP_isError()) {
- return htmlspecialchars($parsed_sql['raw']);
+ return htmlspecialchars($parsed_sql['raw']);
}
// then check for an array
if (!is_array($parsed_sql)) {
@@ -407,11 +407,11 @@ function PMA_showMySQLDocu($chapter, $link, $big_icon = false, $anchor = '', $ju
if (defined('PMA_MYSQL_INT_VERSION')) {
if (PMA_MYSQL_INT_VERSION >= 50100) {
$mysql = '5.1';
- /* l10n: Language to use for MySQL 5.1 documentation */
+ /* l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation. */
$lang = _pgettext('$mysql_5_1_doc_lang', 'en');
} elseif (PMA_MYSQL_INT_VERSION >= 50000) {
$mysql = '5.0';
- /* l10n: Language to use for MySQL 5.0 documentation */
+ /* l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation. */
$lang = _pgettext('$mysql_5_0_doc_lang', 'en');
}
}
@@ -660,19 +660,19 @@ function PMA_mysqlDie($error_message = '', $the_query = '',
} else {
$back_url .= '?no_history=true';
}
-
+
$_SESSION['Import_message']['go_back_url'] = $back_url;
-
+
$error_msg_output .= '<fieldset class="tblFooters">';
$error_msg_output .= '[ <a href="' . $back_url . '">' . $GLOBALS['strBack'] . '</a> ]';
$error_msg_output .= '</fieldset>' . "\n\n";
}
-
+
echo $error_msg_output;
/**
* display footer and exit
*/
-
+
require_once './libraries/footer.inc.php';
} else {
echo $error_msg_output;
@@ -1002,7 +1002,7 @@ if (typeof(window.parent) != 'undefined'
<?php
if (!$jsonly)
echo '</script>' . PHP_EOL;
-
+
unset($GLOBALS['reload']);
}
}
@@ -1014,7 +1014,7 @@ if (!$jsonly)
* @param string $message the message to display
* @param string $sql_query the query to display
* @param string $type the type (level) of the message
- * @param boolean $is_view is this a message after a VIEW operation?
+ * @param boolean $is_view is this a message after a VIEW operation?
* @global array the configuration array
* @uses $cfg
* @access public
@@ -1768,7 +1768,7 @@ function PMA_linkOrButton($url, $message, $tag_params = array(),
. implode(' ', $tag_params_strings)
. ' src="' . preg_replace(
'/^.*\ssrc="([^"]*)".*$/si', '\1', $message) . '"'
- . ' value="' . $displayed_message . '" title="' . $displayed_message . '" />';
+ . ' value="' . $displayed_message . '" title="' . $displayed_message . '" />';
}
} else {
$message = trim(strip_tags($message));
@@ -1941,7 +1941,7 @@ function PMA_checkParameters($params, $die = true, $request = true)
* @param boolean $force_unique generate condition only on pk or unique
*
* @access public
- * @return string the calculated condition and whether condition is unique
+ * @return string the calculated condition and whether condition is unique
*/
function PMA_getUniqueCondition($handle, $fields_cnt, $fields_meta, $row, $force_unique=false)
{
@@ -2570,8 +2570,8 @@ function PMA_printable_bit_value($value, $length) {
}
/**
- * Converts a BIT type default value
- * for example, b'010' becomes 010
+ * Converts a BIT type default value
+ * for example, b'010' becomes 010
*
* @uses strtr()
* @param string $bit_default_value
@@ -2721,7 +2721,7 @@ function PMA_getTitleForTarget($target) {
return $GLOBALS[$GLOBALS['cfg']['DefaultTabTranslationMapping'][$target]];
}
-/**
+/**
* The function creates javascript and html code, which run given mootools/JS code when DOM is ready
*
* @param String $code - Mootools/JS code, which will be run
diff --git a/po/af.po b/po/af.po
index cd74380..5528275 100644
--- a/po/af.po
+++ b/po/af.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-30 23:04+0200\n"
"Last-Translator: Michal <michal at cihar.com>\n"
"Language-Team: afrikaans <af at li.org>\n"
-"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -29,13 +29,13 @@ msgid ""
"the administrator of the MySQL server."
msgstr ""
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/ar.po b/po/ar.po
index 83de713..ad48f53 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: arabic <ar at li.org>\n"
@@ -30,13 +30,13 @@ msgstr ""
"المستضيف، أو اسم المستخدم وكلمة المرور في ملف الإعداد config.inc.php وتتأكد "
"أنها مطابقة للمعلومات المعطاة إليك من قبل المسؤول عن خادم MySQL."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr ""
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/az.po b/po/az.po
index 7c42a51..d484ccd 100644
--- a/po/az.po
+++ b/po/az.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: azerbaijani <az at li.org>\n"
@@ -27,14 +27,14 @@ msgid ""
"the administrator of the MySQL server."
msgstr ""
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Gönderildi"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/be.po b/po/be.po
index 4a38046..a96280c 100644
--- a/po/be.po
+++ b/po/be.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: belarusian_cyrillic <be at li.org>\n"
@@ -33,14 +33,14 @@ msgstr ""
"ўпэўніцеся, што яны адпавядаюць інфармацыі, якую даў адміністратар MySQL-"
"сэрвэра."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Адпраўлена"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/be at latin.po b/po/be at latin.po
index eb3901a..c07d9b5 100644
--- a/po/be at latin.po
+++ b/po/be at latin.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-30 23:09+0200\n"
"Last-Translator: Michal <michal at cihar.com>\n"
"Language-Team: belarusian_latin <be at latin@li.org>\n"
-"Language: be at latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be at latin\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Pootle 2.0.1\n"
@@ -36,13 +36,13 @@ msgstr ""
"ŭpeŭniciesia, što jany adpaviadajuć infarmacyi, jakuju daŭ administratar "
"MySQL-servera."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/bg.po b/po/bg.po
index 279fa54..0b7d4c6 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bulgarian <bg at li.org>\n"
@@ -31,14 +31,14 @@ msgstr ""
"config.inc.php файла и да се уверите, че те отговарят на информацията "
"предоставена от администратора на MySQL сървъра."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Изпратени"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/bn.po b/po/bn.po
index 8ebe720..4a8b14c 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bangla <bn at li.org>\n"
@@ -33,14 +33,14 @@ msgstr ""
"পরীক্ষা করুন এবং তা আপনার Mysql সার্ভারের অ্যাডমিনিষ্টেট্রররের দেওয়া তথ্যের অনুরুপ "
"কিনা তা নিশ্চত করুন।"
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "bn"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/bs.po b/po/bs.po
index 9b2b916..c9725da 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bosnian <bs at li.org>\n"
@@ -31,14 +31,14 @@ msgstr ""
"php i uvjerite se da odgovaraju podacima koje ste dobili od administratora "
"MySQL servera."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Poslato"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/ca.po b/po/ca.po
index 26f78ed..9cdfcd4 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: catalan <ca at li.org>\n"
@@ -33,14 +33,14 @@ msgstr ""
"a l'arxiu config.inc.php i mira que es correspongui amb l'informació "
"facilitada per l'administrador del servidor de MySQL."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Enviat"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/cs.po b/po/cs.po
index c96368e..fb466f8 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,14 +4,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-30 15:48+0200\n"
"Last-Translator: Michal <michal at cihar.com>\n"
"Language-Team: czech <cs at li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.0.1\n"
@@ -36,13 +36,13 @@ msgstr ""
"php a ujistěte se, že jsou totožné s těmi, které máte od administrátora "
"MySQL serveru."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
@@ -377,8 +377,8 @@ msgid ""
"May be approximate. See [a at ./Documentation.html#faq3_11 at Documentation]FAQ "
"3.11[/a]"
msgstr ""
-"Počet nemusí být přesný, viz "
-"[a at ./Documentation.html#faq3_11 at Documentation]FAQ 3.11[/a]"
+"Počet nemusí být přesný, viz [a at ./Documentation.html#faq3_11 at Documentation]"
+"FAQ 3.11[/a]"
#: libraries/messages.inc.php:70
#, php-format
@@ -630,8 +630,8 @@ msgid ""
"Cannot load [a at http://php.net/%1$s at Documentation][em]%1$s[/em][/a] "
"extension. Please check your PHP configuration."
msgstr ""
-"Nelze nahrát rozšíření [a at http://php.net/%1$s at Documentation][em]%"
-"1$s[/em][/a], prosím zkontrolujte nastavení PHP."
+"Nelze nahrát rozšíření [a at http://php.net/%1$s at Documentation][em]%1$s[/em][/"
+"a], prosím zkontrolujte nastavení PHP."
#: libraries/messages.inc.php:132
msgid ""
@@ -6080,8 +6080,8 @@ msgid ""
"kbd] - allows newlines in fields"
msgstr ""
"Definuje, který typ ovládacích prvků má být použit při editaci polí typu "
-"CHAR a VARCHAR; [kbd]vstup[/kbd] - umožňuje omezit délku vstupu, "
-"[kbd]textová oblast[/kbd] - umožní použít odřádkování"
+"CHAR a VARCHAR; [kbd]vstup[/kbd] - umožňuje omezit délku vstupu, [kbd]"
+"textová oblast[/kbd] - umožní použít odřádkování"
#: setup/lib/messages.inc.php:31
msgid "CHAR fields editing"
@@ -6450,8 +6450,7 @@ msgid ""
"Advanced server configuration, do not change these options unless you know "
"what they are for"
msgstr ""
-"Pokročilé nastavení serveru, neměňte tyto volby, pokud nevíte, čeho se "
-"týkají"
+"Pokročilé nastavení serveru, neměňte tyto volby, pokud nevíte, čeho se týkají"
#: setup/lib/messages.inc.php:122
msgid "Server configuration"
@@ -6476,8 +6475,8 @@ msgid ""
"documentation"
msgstr ""
"Nastavení databáze phpMyAdmina tak, aby získal přístup k dodatečným funkcím, "
-"viz [a at ../Documentation.html#linked-tables]infrastruktura propojených "
-"tabulek[/a] v dokumentaci"
+"viz [a at ../Documentation.html#linked-tables]infrastruktura propojených tabulek"
+"[/a] v dokumentaci"
#: setup/lib/messages.inc.php:127 setup/lib/messages.inc.php:284
msgid "PMA database"
@@ -6521,8 +6520,8 @@ msgid ""
"formset=main_frame#tab_Sql_box]Navigation frame[/a] settings"
msgstr ""
"Nastavení SQL dotazů, pro nastavení políček pro SQL dotazy si prohlédněte "
-"nastavení [a@?page=form&formset=main_frame#tab_Sql_box]navigačního "
-"rámu[/a]"
+"nastavení [a@?page=form&formset=main_frame#tab_Sql_box]navigačního rámu[/"
+"a]"
#: setup/lib/messages.inc.php:137
msgid "SQL queries"
@@ -6816,7 +6815,8 @@ msgstr "Nejvyšší délka zobrazeného SQL dotazu"
#: setup/lib/messages.inc.php:195
msgid "Maximum number of databases displayed in left frame and database list"
-msgstr "Nejvyšší počet databází zobrazovaných v levém rámu a v seznamu databází"
+msgstr ""
+"Nejvyšší počet databází zobrazovaných v levém rámu a v seznamu databází"
#: setup/lib/messages.inc.php:196
msgid "Maximum databases"
@@ -7059,9 +7059,9 @@ msgid ""
"Leave blank for no [a at http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma_bookmark[/kbd]"
msgstr ""
-"Nechte prázdné pro žádnou podporu Leave blank for no "
-"[a at http://wiki.phpmyadmin.net/pma/bookmark]záložek[/a], výchozí nastavení: "
-"[kbd]pma_bookmarks[/kbd]"
+"Nechte prázdné pro žádnou podporu Leave blank for no [a at http://wiki."
+"phpmyadmin.net/pma/bookmark]záložek[/a], výchozí nastavení: [kbd]"
+"pma_bookmarks[/kbd]"
#: setup/lib/messages.inc.php:248
msgid "Bookmark table"
@@ -7104,8 +7104,8 @@ msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a at http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]"
msgstr ""
-"Zvláštní MySQL uživatel s omezenými právy, více informací na "
-"[a at http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]"
+"Zvláštní MySQL uživatel s omezenými právy, více informací na [a at http://wiki."
+"phpmyadmin.net/pma/controluser]wiki[/a]"
#: setup/lib/messages.inc.php:257
msgid "Control user"
@@ -7233,8 +7233,8 @@ msgstr "Heslo pro autentizaci config"
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
msgstr ""
-"Nechte prázdné pro vypnutí podpory pro PDF schémata, výchozí nastavení: "
-"[kbd]pma_table_pages[/kbd]"
+"Nechte prázdné pro vypnutí podpory pro PDF schémata, výchozí nastavení: [kbd]"
+"pma_table_pages[/kbd]"
#: setup/lib/messages.inc.php:282
msgid "PDF schema: pages table"
@@ -7261,9 +7261,8 @@ msgid ""
"Leave blank for no [a at http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma_relation[/kbd]"
msgstr ""
-"Nechte prázdné pro vypnutí podpory pro "
-"[a at http://wiki.phpmyadmin.net/pma/relation]relace[/a], výchozí nastavení: "
-"[kbd]pma_relation[/kbd]"
+"Nechte prázdné pro vypnutí podpory pro [a at http://wiki.phpmyadmin.net/pma/"
+"relation]relace[/a], výchozí nastavení: [kbd]pma_relation[/kbd]"
#: setup/lib/messages.inc.php:288
msgid "Relation table"
@@ -7316,8 +7315,8
@@ msgstr "Použít SSL"
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]"
msgstr ""
-"Nechte prázdné pro vypnutí podpory pro PDF schémata, výchozí nastavení: "
-"[kbd]pma_table_coords[/kbd]"
+"Nechte prázdné pro vypnutí podpory pro PDF schémata, výchozí nastavení: [kbd]"
+"pma_table_coords[/kbd]"
#: setup/lib/messages.inc.php:300
msgid "PDF schema: table coordinates"
@@ -7551,9 +7550,6 @@ msgstr ""
#: setup/lib/messages.inc.php:353
#, php-format
-#| msgid ""
-#| "You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-#| "latest stable version is %s, released on %s."
msgid ""
"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
"version is %s, released on %s."
@@ -7588,8 +7584,8 @@ msgid ""
"Enable [a at http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations"
msgstr ""
-"Povolí [a at http://cs.wikipedia.org/wiki/ZIP_%28souborov%C3%BD_form%C3%A1t%"
-"29]ZIP[/a] kompresi pro importování a exportování"
+"Povolí [a at http://cs.wikipedia.org/wiki/ZIP_%28souborov%C3%BD_form%C3%A1t%29]"
+"ZIP[/a] kompresi pro importování a exportování"
#: setup/lib/messages.inc.php:360
#, php-format
diff --git a/po/da.po b/po/da.po
index 695d4cc..db12e50 100644
--- a/po/da.po
+++ b/po/da.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: danish <da at li.org>\n"
@@ -33,13 +33,13 @@ msgstr ""
"sikre dig at de svarer til den information du har fået af administratoren af "
"MySQL-serveren."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/de.po b/po/de.po
index 53d3210..db561fd 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-23 21:07+0200\n"
"Last-Translator: <me at michaelkeck.de>\n"
"Language-Team: german <de at li.org>\n"
@@ -37,13 +37,13 @@ msgstr ""
"vergewissern, dass diese den Informationen, welche Sie vom Administrator "
"erhalten haben, entsprechen."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "de"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/el.po b/po/el.po
index af669eb..f8c02d5 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
-"PO-Revision-Date: 2010-03-30 23:14+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
+"PO-Revision-Date: 2010-03-30 23:16+0200\n"
"Last-Translator: Michal <michal at cihar.com>\n"
"Language-Team: greek <el at li.org>\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -36,17 +36,17 @@ msgstr ""
"και να βεβαιωθείτε ότι αντιστοιχούν σε αυτά που σας έχει δώσει ο "
"διαχειρηστής του διακομιστή MySQL."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
-msgstr "el"
+msgstr "en"
#: libraries/Message.class.php:282
#, fuzzy, php-format
diff --git a/po/en_GB.po b/po/en_GB.po
index 6f35d32..d7c98b0 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-30 16:04+0200\n"
"Last-Translator: Michal <michal at cihar.com>\n"
"Language-Team: english-gb <en_GB at li.org>\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -35,13 +35,13 @@ msgstr ""
"configuration and make sure that they correspond to the information given by "
"the administrator of the MySQL server."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
@@ -49,7 +49,6 @@ msgstr "en"
#: libraries/Message.class.php:282
#, php-format
-#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
msgstr[0] "%1$d row affected."
@@ -57,7 +56,6 @@ msgstr[1] "%1$d rows affected."
#: libraries/Message.class.php:301
#, php-format
-#| msgid "%1$d row(s) deleted."
msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d row deleted."
@@ -65,7 +63,6 @@ msgstr[1] "%1$d rows deleted."
#: libraries/Message.class.php:320
#, php-format
-#| msgid "%1$d row(s) inserted."
msgid "%1$d row inserted."
msgid_plural "%1$d rows inserted."
msgstr[0] "%1$d row inserted."
@@ -7602,9 +7599,6 @@ msgstr ""
#: setup/lib/messages.inc.php:353
#, php-format
-#| msgid ""
-#| "You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-#| "latest stable version is %s, released on %s."
msgid ""
"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
"version is %s, released on %s."
diff --git a/po/es.po b/po/es.po
index 48defbd..c136c25 100644
--- a/po/es.po
+++ b/po/es.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 11:23+0200\n"
"Last-Translator: Michal <michal at cihar.com>\n"
"Language-Team: spanish <es at li.org>\n"
@@ -35,13 +35,13 @@ msgstr ""
"config.inc.php y asegurarse que corresponden con la información provista por "
"el administrador del servidor MySQL."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/et.po b/po/et.po
index e18d0d2..c5dc699 100644
--- a/po/et.po
+++ b/po/et.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: estonian <et at li.org>\n"
@@ -33,14 +33,14 @@ msgstr ""
"php failis ning kontrollima, et need vastaks infole mis te saite oma MySQL "
"serveri administraatori käest."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Saadetud"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/eu.po b/po/eu.po
index 60b3e41..60be060 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: basque <eu at li.org>\n"
@@ -31,14 +31,14 @@ msgstr ""
"eta pasahitza berpasatu beharko dituzu eta MySQL zerbitzariaren "
"administratzaileak emaniko informazioarekin bat egiten dutela ziurtatu."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Bidalita"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/fa.po b/po/fa.po
index a216dcc..b0a05f9 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: persian <fa at li.org>\n"
@@ -27,13 +27,13 @@ msgid ""
"the administrator of the MySQL server."
msgstr ""
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr ""
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/fi.po b/po/fi.po
index bfd6347..d93842d 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: finnish <fi at li.org>\n"
@@ -33,14 +33,14 @@ msgstr ""
"php-tiedostosta ja varmista, että ne vastaavat MySQL-palvelimen "
"järjestelmänvalvojan antamia tietoja."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Lähetetty"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/fr.po b/po/fr.po
index b068377..d92bed9 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-30 18:30+0200\n"
"Last-Translator: <marc at infomarc.info>\n"
"Language-Team: french <fr at li.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -35,13 +35,13 @@ msgstr ""
"\"password\" dans votre configuration et vous assurer qu'elles correspondent "
"aux informations fournies par l'administrateur du serveur MySQL."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
@@ -49,7 +49,6 @@ msgstr "fr"
#: libraries/Message.class.php:282
#, php-format
-#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
msgstr[0] "%1$d enregistrement affecté."
@@ -57,7 +56,6 @@ msgstr[1] "%1$d enregistrements affectés."
#: libraries/Message.class.php:301
#, php-format
-#| msgid "%1$d row(s) deleted."
msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d enregistrement supprimé."
diff --git a/po/gl.po b/po/gl.po
index 17630cd..e3f39a4 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: galician <gl at li.org>\n"
@@ -33,14 +33,14 @@ msgstr ""
"e o contrasinal no ficheiro config.inc.php e asegurarse de que corresponden "
"coa información proporcionada polo administrador do servidor do MySQL."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Enviado"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/he.po b/po/he.po
index 4d83339..2b450c1 100644
--- a/po/he.po
+++ b/po/he.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hebrew <he at li.org>\n"
@@ -30,14 +30,14 @@ msgstr ""
"כתובת השרת, שם משתמש והסיסמא בקובץ config.inc.php ולוודא כי הם תואמים למידע "
"שקיבלת ע\"י אחראי השרת של MySQL."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "נשלח"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/hi.po b/po/hi.po
index 81f0f4b..28edc29 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hindi <hi at li.org>\n"
@@ -27,13 +27,13 @@ msgid ""
"the administrator of the MySQL server."
msgstr ""
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr ""
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/hr.po b/po/hr.po
index e5e2553..8752738 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: croatian <hr at li.org>\n"
@@ -33,14 +33,14 @@ msgstr ""
"računala, korisničko ime i lozinku, te provjerite da se odgovaraju podacima "
"koje vam je dao administrator MySQL poslužitelja."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Poslano"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/hu.po b/po/hu.po
index ba4f67c..35945b3 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hungarian <hu at li.org>\n"
@@ -33,14 +33,14 @@ msgstr ""
"a config.inc.php fájlban, s győződjön meg róla, hogy ezek megfelelnek-e a "
"MySQL szerver adminisztrátorától kapott információknak."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/id.po b/po/id.po
index 254365c..f0199db 100644
--- a/po/id.po
+++ b/po/id.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-28 13:56+0200\n"
"Last-Translator: Azhari Harahap <azhari.harahap at yahoo.com>\n"
"Language-Team: indonesian <id at li.org>\n"
@@ -34,13 +34,13 @@ msgstr ""
"kecocokannya dengan informasi yang telah diberikan oleh administrator server "
"MySQL."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "id"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/it.po b/po/it.po
index 70666dd..92214aa 100644
--- a/po/it.po
+++ b/po/it.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-29 00:26+0200\n"
"Last-Translator: <rebeluca at gmail.com>\n"
"Language-Team: italian <it at li.org>\n"
@@ -35,13 +35,13 @@ msgstr ""
"l'username e la password nel file config.inc.php ed assicurarsi che "
"corrispondano alle informazioni fornite dall'amministratore del server MySQL."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/ja.po b/po/ja.po
index f79061f..ef623e1 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 11:22+0200\n"
"Last-Translator: Michal <michal at cihar.com>\n"
"Language-Team: japanese <jp at li.org>\n"
@@ -34,13 +34,13 @@ msgstr ""
"ユーザ名、パスワードが MySQL サーバの管理者から与えられた情報と一致するか確認"
"してください"
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "ja"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/ka.po b/po/ka.po
index ee7660d..cd4b793 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: georgian <ka at li.org>\n"
@@ -33,14 +33,14 @@ msgstr ""
"configuration and make sure that they correspond to the information given by "
"the administrator of the MySQL server."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "ka"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/ko.po b/po/ko.po
index cc46357..8334b14 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: korean <ko at li.org>\n"
@@ -27,14 +27,14 @@ msgid ""
"the administrator of the MySQL server."
msgstr ""
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "보냄"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/lt.po b/po/lt.po
index 412c88b..e23cd8c 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-30 20:28+0200\n"
"Last-Translator: Rytis <rytis.s at gmail.com>\n"
"Language-Team: lithuanian <lt at li.org>\n"
-"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: lt\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%"
"100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -36,13 +36,13 @@ msgstr ""
"stoties adresą, prisijungimo vardą ir slaptažodį) ir įsitikinkite ar jie "
"sutampa su duomenimis gautais iš darbinės stoties administratoriaus."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
@@ -58,7 +58,6 @@ msgstr[2] "Pakeista %1$d eilučių."
#: libraries/Message.class.php:301
#, php-format
-#| msgid "No rows selected"
msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Ištrinta %1$d eilutė."
@@ -67,7 +66,6 @@ msgstr[2] "Ištrinta %1$d eilučių."
#: libraries/Message.class.php:320
#, php-format
-#| msgid "No rows selected"
msgid "%1$d row inserted."
msgid_plural "%1$d rows inserted."
msgstr[0] "Įterpta %1$d eilutė."
diff --git a/po/lv.po b/po/lv.po
index bf3dc43..f8c138d 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: latvian <lv at li.org>\n"
@@ -31,14 +31,14 @@ msgstr ""
"failā, un pārliecinieties, ka tie atbilst informācijai, ko Jums deva MySQL "
"servera administrators."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Nosūtīts"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/mk.po b/po/mk.po
index e89e337..8153aa5 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: macedonian_cyrillic <mk at li.org>\n"
@@ -31,14 +31,14 @@ msgstr ""
"config.inc.php и уверите се дека одговараат на податоците кои сте ги добили "
"од администраторот на MySQL серверот."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Пратено"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/mn.po b/po/mn.po
index f7971a8..708af84 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: mongolian <mn at li.org>\n"
@@ -31,13 +31,13 @@ msgstr ""
"phpMyAdmin нь MySQL сервэр лүү холбогдох гэсэн ч, сервэр хүлээн авсангүй. "
"config.inc.php дэх сервэр, хэрэглэгчийн нэр болон нууц үгээ шалга."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr ""
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/ms.po b/po/ms.po
index 99e25e5..131bc05 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: malay <ms at li.org>\n"
@@ -27,14 +27,14 @@ msgid ""
"the administrator of the MySQL server."
msgstr ""
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Hantar"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/nb.po b/po/nb.po
index 055e034..5f4df6c 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-30 23:13+0200\n"
"Last-Translator: Michal <michal at cihar.com>\n"
"Language-Team: norwegian <no at li.org>\n"
-"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -35,13 +35,13 @@ msgstr ""
"passord (password) i config.inc.php og sjekke at de tilsvarer den "
"informasjonen du fikk fra MySQL-server administratoren."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/nl.po b/po/nl.po
index 93cd4ea..2445b00 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-26 15:46+0200\n"
"Last-Translator: <rink at initfour.nl>\n"
"Language-Team: dutch <nl at li.org>\n"
@@ -35,13 +35,13 @@ msgstr ""
"wachtwoord in config.inc.php en zorg er voor dat deze overeenkomen met de "
"informatie die u van de Beheerder van de MySQL-server kreeg."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index 947038d..7522622 100644
--- a/po/phpmyadmin.pot
+++ b/po/phpmyadmin.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -32,13 +32,13 @@ msgid ""
"the administrator of the MySQL server."
msgstr ""
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr ""
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/pl.po b/po/pl.po
index 909a0cf..ae35f04 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: polish <pl at li.org>\n"
@@ -33,14 +33,14 @@ msgstr ""
"pliku config.inc.php i upewnić się, że odpowiadają one informacjom danym "
"przez administratora serwera MySQL."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Wysłane"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/pt.po b/po/pt.po
index dc45576..db5cce8 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: portuguese <pt at li.org>\n"
@@ -31,14 +31,14 @@ msgstr ""
"inc.php e assegure-se que correspondem à informação fornecida pelo "
"administrador do MySQL."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "pt"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 7ec07ec..a2a9ada 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-21 05:17+0200\n"
"Last-Translator: Maurício Meneghini Fauth <mauriciofauth at gmail.com>\n"
"Language-Team: brazilian_portuguese <pt_BR at li.org>\n"
@@ -35,13 +35,13 @@ msgstr ""
"certificar que correspondam com as informações fornecidas pelo administrador "
"do servidor MySQL."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/ro.po b/po/ro.po
index 9609e9c..6ef3416 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-13 00:41+0200\n"
"Last-Translator: <ronaldinia at yahoo.com>\n"
"Language-Team: romanian <ro at li.org>\n"
@@ -37,14 +37,14 @@ msgstr ""
"fișierul de configurare și asigurați-vă că ele corespund informațiilor "
"furnizate de administratorul serverului MySQL."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/ru.po b/po/ru.po
index d2854bf..03fc650 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:18+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: russian <ru at li.org>\n"
@@ -33,14 +33,14 @@ msgstr ""
"php и удостоверьтесь, что они соответствуют данным полученным от "
"администратора сервера MySQL."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Отправлено"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/si.po b/po/si.po
index f7315da..90ef874 100644
--- a/po/si.po
+++ b/po/si.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-30 23:09+0200\n"
"Last-Translator: Michal <michal at cihar.com>\n"
"Language-Team: sinhala <si at li.org>\n"
-"Language: si\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: si\n"
"X-Generator: Pootle 2.0.1\n"
#: libraries/auth/config.auth.lib.php:107
@@ -34,13 +34,13 @@ msgstr ""
"configuration and make sure that they correspond to the information given by "
"the administrator of the MySQL server."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/sk.po b/po/sk.po
index 93c8d22..5f0ea35 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:18+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: slovak <sk at li.org>\n"
@@ -32,14 +32,14 @@ msgstr ""
"Skontrolujte prosím meno serveru, používateľské meno a heslo v súbore config."
"inc.php a s tým, ktoré ste dostali o administrátora MySQL servera."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Odoslané"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/sl.po b/po/sl.po
index 6dfe28a..aab30aa 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: slovenian <sl at li.org>\n"
@@ -30,14 +30,14 @@ msgstr ""
"povezavo. Preverite, ali gostitelj, uporabniško ime in geslo v datoteki "
"config.inc.php ustrezajo podatkom administratorja MySQL strežnika."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Poslano"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/sq.po b/po/sq.po
index 569a7a2..e8ab574 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-30 23:08+0200\n"
"Last-Translator: Michal <michal at cihar.com>\n"
"Language-Team: albanian <sq at li.org>\n"
-"Language: sq\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: sq\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -33,13 +33,13 @@ msgstr ""
"config.inc.php dhe sigurohu që korrispondojnë me informacionet që ju ka "
"dhënë administratori i serverit MySQL."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/sr.po b/po/sr.po
index d870e7d..8f52195 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:18+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: serbian_cyrillic <sr at li.org>\n"
@@ -33,14 +33,14 @@ msgstr ""
"php и уверите се да одговарају подацима које сте добили од администратора "
"MySQL сервера."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Послато"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/sr at latin.po b/po/sr at latin.po
index d586102..7588b1f 100644
--- a/po/sr at latin.po
+++ b/po/sr at latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:18+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: serbian_latin <sr at latin@li.org>\n"
@@ -33,14 +33,14 @@ msgstr ""
"php i uverite se da odgovaraju podacima koje ste dobili od administratora "
"MySQL servera."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Poslato"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/sv.po b/po/sv.po
index e999bb2..96e8bcb 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: swedish <sv at li.org>\n"
@@ -33,14 +33,14 @@ msgstr ""
"inc.php och förvissa dig om att de stämmer överens med informationen från "
"administratören av MySQL-servern."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Skickade"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/te.po b/po/te.po
index 10d1752..6fb50eb 100644
--- a/po/te.po
+++ b/po/te.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-24 16:47+0200\n"
"Last-Translator: <veeven at gmail.com>\n"
"Language-Team: Telugu <te at li.org>\n"
@@ -32,13 +32,13 @@ msgid ""
"the administrator of the MySQL server."
msgstr ""
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr ""
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/th.po b/po/th.po
index efe1309..d310b2b 100644
--- a/po/th.po
+++ b/po/th.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: thai <th at li.org>\n"
@@ -27,14 +27,14 @@ msgid ""
"the administrator of the MySQL server."
msgstr ""
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "ถูกส่ง"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/tr.po b/po/tr.po
index 41e63ed..bd0d855 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: turkish <tr at li.org>\n"
@@ -33,14 +33,14 @@ msgstr ""
"parolayı kontrol edin ve MySQL sunucusunun yöneticisi tarafından verilen "
"bilgiyle uyuştuğundan emin olun."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "tr"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/tt.po b/po/tt.po
index eee4314..1c01796 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-30 23:14+0200\n"
"Last-Translator: Michal <michal at cihar.com>\n"
"Language-Team: tatarish <tt at li.org>\n"
-"Language: tt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: tt\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
@@ -33,13 +33,13 @@ msgstr ""
"sersüzlär tikäserep, alarnı MySQL idäräçese birgän mäğlümät belän çağıştırıp "
"qarísı qala."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/uk.po b/po/uk.po
index b148670..f8998f5 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: ukrainian <uk at li.org>\n"
@@ -31,13 +31,13 @@ msgstr ""
"config.inc.php та впевнитися, що вони відповідають даним отриманим Вами від "
"адміністратора MySQL сервера."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr ""
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/uz.po b/po/uz.po
index 264d42f..c577d8d 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:20+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: uzbek_cyrillic <uz at li.org>\n"
@@ -32,14 +32,14 @@ msgstr ""
"файлидаги хост, фойдаланувчи ва паролни текширинг ва улар MySQL сервери "
"администраторидан олинган маълумотларга мос келишига ишонч ҳосил қилинг."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Юборилди"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/uz at latin.po b/po/uz at latin.po
index 414433e..4f1501b 100644
--- a/po/uz at latin.po
+++ b/po/uz at latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:20+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: uzbek_latin <uz at latin@li.org>\n"
@@ -32,14 +32,14 @@ msgstr ""
"faylidagi xost, foydalanuvchi va parolni tekshiring va ular MySQL serveri "
"administratoridan olingan ma`lumotlarga mos kelishiga ishonch hosil qiling."
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "Yuborildi"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 2722f4b..493790d 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-19 03:34+0200\n"
"Last-Translator: shanyan baishui <Siramizu at gmail.com>\n"
"Language-Team: chinese_simplified <zh_CN at li.org>\n"
@@ -32,13 +32,13 @@ msgstr ""
"phpMyAdmin 尝试连接到 MySQL 服务器,但服务器拒绝连接。您应该检查配置文件中的"
"主机、用户名和密码,并确认这些信息与 MySQL 服务器管理员所给出的信息一致。"
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 4e11031..079d9cc 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-30 14:59+0200\n"
+"POT-Creation-Date: 2010-03-30 23:18+0200\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: chinese_traditional <zh_TW at li.org>\n"
@@ -30,14 +30,14 @@ msgstr ""
"php 內檢查主機名稱, 登入名稱及密碼及確保這些資料是與系統管理人員所提供的 "
"MySQL 伺服器資料相同"
-#. l10n: Language to use for MySQL 5.1 documentation
+#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "zh"
-#. l10n: Language to use for MySQL 5.0 documentation
+#. l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:415
#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
hooks/post-receive
--
phpMyAdmin
More information about the Git
mailing list