Git
Threads by month
- ----- 2025 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
March 2010
- 4 participants
- 212 discussions

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_1RC1-81-gfad777e
by Michal Čihař 31 Mar '10
by Michal Čihař 31 Mar '10
31 Mar '10
The branch, QA_3_3 has been updated
via fad777ecb23ac323ba4b1a86220f8b4b7c612306 (commit)
from bb0ad40413a0d049126bfa4f040e5bdc43a9f488 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
pdf_schema.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pdf_schema.php b/pdf_schema.php
index 086301a..552ee32 100644
--- a/pdf_schema.php
+++ b/pdf_schema.php
@@ -896,7 +896,7 @@ class PMA_RT {
$pdf->SetDrawColor(200, 200, 200);
// Draws horizontal lines
for ($l = 0; $l < 21; $l++) {
- $pdf->line(0, $l * 10, $pdf->fh, $l * 10);
+ $pdf->line(0, $l * 10, $pdf->getFh(), $l * 10);
// Avoid duplicates
if ($l > 0) {
$pdf->SetXY(0, $l * 10);
@@ -906,7 +906,7 @@ class PMA_RT {
} // end for
// Draws vertical lines
for ($j = 0; $j < 30 ;$j++) {
- $pdf->line($j * 10, 0, $j * 10, $pdf->fw);
+ $pdf->line($j * 10, 0, $j * 10, $pdf->getFw());
$pdf->SetXY($j * 10, 0);
$label = (string) sprintf('%.0f', ($j * 10 - $this->l_marg) * $this->scale + $this->x_min);
$pdf->Cell(5, 7, $label);
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. a5b9a99518db93fb9579c5dbdc3fe4433506298e
by Michal Čihař 31 Mar '10
by Michal Čihař 31 Mar '10
31 Mar '10
The branch, master has been updated
via a5b9a99518db93fb9579c5dbdc3fe4433506298e (commit)
from b1dfb532961a358c312ea9c2b37daf200da92b20 (commit)
- Log -----------------------------------------------------------------
commit a5b9a99518db93fb9579c5dbdc3fe4433506298e
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 31 10:08:12 2010 +0200
Regenerate translated docs.
-----------------------------------------------------------------------
Summary of changes:
output/lt/index.html | 2 +-
output/lt/translators.html | 24 ++++++++++++------------
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/output/lt/index.html b/output/lt/index.html
index 8a05325..0a8e574 100644
--- a/output/lt/index.html
+++ b/output/lt/index.html
@@ -10,7 +10,7 @@
<h1>phpMyAdmin Lithuanian Documentation</h1>
<p>Documents translated to Lithuanian:</p>
<ul>
-<li><a href="translators.html">Translators</a></li>
+<li><a href="translators.html">Vertėjai</a></li>
</ul>
</body>
</html>
diff --git a/output/lt/translators.html b/output/lt/translators.html
index 6efca18..f7e5643 100644
--- a/output/lt/translators.html
+++ b/output/lt/translators.html
@@ -37,20 +37,20 @@ class="myadmin">MyAdmin</span></a> 3.4.0-dev official translators list
<!-- TOP MENU -->
<ul class="header">
- <li><a href="Documentation.html#top">Top</a></li>
- <li><a href="Documentation.html#require">Requirements</a></li>
- <li><a href="Documentation.html#intro">Introduction</a></li>
- <li><a href="Documentation.html#setup">Installation</a></li>
- <li><a href="Documentation.html#setup_script">Setup script</a></li>
- <li><a href="Documentation.html#config">Configuration</a></li>
+ <li><a href="Documentation.html#top">Pradžia</a></li>
+ <li><a href="Documentation.html#require">Reikalavimai</a></li>
+ <li><a href="Documentation.html#intro">Įžanga</a></li>
+ <li><a href="Documentation.html#setup">Diegimas</a></li>
+ <li><a href="Documentation.html#setup_script">Diegimo skriptas</a></li>
+ <li><a href="Documentation.html#config">Nustatymas</a></li>
<li><a href="Documentation.html#transformations">Transformations</a></li>
- <li><a href="Documentation.html#faq"><abbr title="Frequently Asked Questions">
-FAQ</abbr></a></li>
- <li><a href="Documentation.html#developers">Developers</a></li>
- <li><a href="Documentation.html#copyright">Copyright</a></li>
+ <li><a href="Documentation.html#faq"><abbr title="Dažnai užduodami klausimai">
+DUK</abbr></a></li>
+ <li><a href="Documentation.html#developers">Kūrėjai</a></li>
+ <li><a href="Documentation.html#copyright">Autorių teisės</a></li>
<li><a href="Documentation.html#credits">Credits</a></li>
- <li><a href="translators.html">Translators</a></li>
- <li><a href="Documentation.html#glossary">Glossary</a></li>
+ <li><a href="translators.html">Vertėjai</a></li>
+ <li><a href="Documentation.html#glossary">Žodynas</a></li>
</ul>
<div id="body">
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1113-gdad105b
by Michal Čihař 31 Mar '10
by Michal Čihař 31 Mar '10
31 Mar '10
The branch, master has been updated
via dad105b4fe9482d11e58deb288c6a3f5d8c3d776 (commit)
via e8ae6a88418e6f758d8032cd64437c70d81492e1 (commit)
via 6753ecc0660bdabdde9596fd66b4f1991dbfa708 (commit)
via 2ede5e9d09f83ceac48f4f094c4e4959dd47d341 (commit)
via e9d26ae2759a572590556d4ed58e9b926777ae2d (commit)
via 4d1c7dd7144d1077dd82d2707d3265aa0258283e (commit)
via 0f67f92d587c254f101a5d5b0c8311217b632471 (commit)
via 8a752603b9af12a037268714f3f459a7d35f9cfb (commit)
via ef700f5313dad2d87b49e34609e12426c25804a6 (commit)
from 1e81aec36c78c2b8a819d7a3098d0dcf3585a3f8 (commit)
- Log -----------------------------------------------------------------
commit dad105b4fe9482d11e58deb288c6a3f5d8c3d776
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Wed Mar 31 08:11:28 2010 +0200
Translation update done using Pootle.
commit e8ae6a88418e6f758d8032cd64437c70d81492e1
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Wed Mar 31 08:10:21 2010 +0200
Translation update done using Pootle.
commit 6753ecc0660bdabdde9596fd66b4f1991dbfa708
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Wed Mar 31 08:10:07 2010 +0200
Translation update done using Pootle.
commit 2ede5e9d09f83ceac48f4f094c4e4959dd47d341
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Wed Mar 31 08:09:54 2010 +0200
Translation update done using Pootle.
commit e9d26ae2759a572590556d4ed58e9b926777ae2d
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Wed Mar 31 08:08:59 2010 +0200
Translation update done using Pootle.
commit 4d1c7dd7144d1077dd82d2707d3265aa0258283e
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Wed Mar 31 08:08:16 2010 +0200
Translation update done using Pootle.
commit 0f67f92d587c254f101a5d5b0c8311217b632471
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Wed Mar 31 08:04:30 2010 +0200
Translation update done using Pootle.
commit 8a752603b9af12a037268714f3f459a7d35f9cfb
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Wed Mar 31 08:04:06 2010 +0200
Translation update done using Pootle.
commit ef700f5313dad2d87b49e34609e12426c25804a6
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Wed Mar 31 08:03:26 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/it.po | 24 +++++++++++-------------
1 files changed, 11 insertions(+), 13 deletions(-)
diff --git a/po/it.po b/po/it.po
index b672c6f..6e6374f 100644
--- a/po/it.po
+++ b/po/it.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-30 23:18+0200\n"
-"PO-Revision-Date: 2010-03-30 23:27+0200\n"
+"PO-Revision-Date: 2010-03-31 08:11+0200\n"
"Last-Translator: <fantonifabio(a)tiscali.it>\n"
"Language-Team: italian <it(a)li.org>\n"
"Language: it\n"
@@ -43,10 +43,9 @@ msgstr "en"
#. 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"
msgid "en"
-msgstr "Spediti"
+msgstr "en"
#: libraries/Message.class.php:282
#, php-format
@@ -1095,9 +1094,8 @@ msgid "Data Dictionary"
msgstr "Data Dictionary"
#: libraries/messages.inc.php:233
-#, fuzzy
msgid "Data Difference"
-msgstr "Struttura per la vista"
+msgstr "Differenze dei dati"
#: libraries/messages.inc.php:234
msgid "Data only"
@@ -1189,7 +1187,7 @@ msgstr "Elimina relazione"
#: libraries/messages.inc.php:254
msgid "Delete tracking data for this table"
-msgstr ""
+msgstr "Cancella dati di tracciamento per questa tabella"
#: libraries/messages.inc.php:255
#, php-format
@@ -1240,7 +1238,7 @@ msgstr "dizionario"
#: libraries/messages.inc.php:264
msgid "Difference"
-msgstr ""
+msgstr "Differenza"
#: libraries/messages.inc.php:265
msgid "Direct links"
@@ -1284,7 +1282,7 @@ msgstr "Documentazione"
#: libraries/messages.inc.php:275
msgid "Do not use AUTO_INCREMENT for zero values"
-msgstr ""
+msgstr "Non usare AUTO_INCREMENT per il valore zero"
#: libraries/messages.inc.php:276
msgid "Download file"
@@ -1681,18 +1679,16 @@ msgid "Go"
msgstr "Esegui"
#: libraries/messages.inc.php:369
-#, fuzzy
msgid "Go to database"
-msgstr "Nessun database"
+msgstr "Vai al database"
#: libraries/messages.inc.php:370
-#, fuzzy
msgid "Go to table"
-msgstr "Nessun database"
+msgstr "Vai alla tabella"
#: libraries/messages.inc.php:371
msgid "Go to view"
-msgstr ""
+msgstr "Vai alla visualizzazione"
#: libraries/messages.inc.php:372
msgid "Grant"
@@ -1717,6 +1713,8 @@ msgstr "è stato modificato."
#: libraries/messages.inc.php:378
msgid "Selected target tables have been synchronized with source tables."
msgstr ""
+"Le tabelle di destinazione selezionate sono state sincronizzate con le "
+"tabelle di origine."
#: libraries/messages.inc.php:379
msgid "You have to choose at least one column to display"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1104-g1e81aec
by Michal Čihař 30 Mar '10
by Michal Čihař 30 Mar '10
30 Mar '10
The branch, master has been updated
via 1e81aec36c78c2b8a819d7a3098d0dcf3585a3f8 (commit)
via 424c66263ef36687e55b7db3b747b6533928f69b (commit)
via 9d9e310253310067682cc900235d351099edf89d (commit)
via bf08936d2e288e09522e0f0ff5251630759bb14d (commit)
via 27a67ee66a7f66a3afa64b74368fa7b5a56f4739 (commit)
via d650940ef31716fdcb1dfd4947895394e56727a1 (commit)
via 14034e2346220a89b046a4f915d372982f908c3a (commit)
via e3bc9544bcfb386dea0bb0178560bc2eed434d7a (commit)
from 24ca37b35044572a3250f30602139a25ea94a57e (commit)
- Log -----------------------------------------------------------------
commit 1e81aec36c78c2b8a819d7a3098d0dcf3585a3f8
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:47:53 2010 +0200
Translation update done using Pootle.
commit 424c66263ef36687e55b7db3b747b6533928f69b
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:47:50 2010 +0200
Translation update done using Pootle.
commit 9d9e310253310067682cc900235d351099edf89d
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:47:47 2010 +0200
Translation update done using Pootle.
commit bf08936d2e288e09522e0f0ff5251630759bb14d
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:47:44 2010 +0200
Translation update done using Pootle.
commit 27a67ee66a7f66a3afa64b74368fa7b5a56f4739
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:47:35 2010 +0200
Translation update done using Pootle.
commit d650940ef31716fdcb1dfd4947895394e56727a1
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:47:31 2010 +0200
Translation update done using Pootle.
commit 14034e2346220a89b046a4f915d372982f908c3a
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:47:20 2010 +0200
Translation update done using Pootle.
commit e3bc9544bcfb386dea0bb0178560bc2eed434d7a
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:47:16 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/sk.po | 14 +++++++-------
po/sl.po | 15 ++++++++-------
po/sr.po | 15 ++++++++-------
po/sr(a)latin.po | 15 ++++++++-------
4 files changed, 31 insertions(+), 28 deletions(-)
diff --git a/po/sk.po b/po/sk.po
index 5f0ea35..dadaaa4 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -4,13 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\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"
+"PO-Revision-Date: 2010-03-30 23:47+0200\n"
+"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: slovak <sk(a)li.org>\n"
+"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Generator: Pootle 2.0.1\n"
#: libraries/auth/config.auth.lib.php:107
#, php-format
@@ -34,17 +36,15 @@ msgstr ""
#. 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é"
+msgstr "en"
#. 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"
msgid "en"
-msgstr "Odoslané"
+msgstr "en"
#: libraries/Message.class.php:282
#, fuzzy, php-format
diff --git a/po/sl.po b/po/sl.po
index aab30aa..907d392 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -4,13 +4,16 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\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"
+"PO-Revision-Date: 2010-03-30 23:47+0200\n"
+"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: slovenian <sl(a)li.org>\n"
+"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
+"n%100==4 ? 2 : 3);\n"
+"X-Generator: Pootle 2.0.1\n"
#: libraries/auth/config.auth.lib.php:107
#, php-format
@@ -32,17 +35,15 @@ msgstr ""
#. 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"
+msgstr "en"
#. 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"
msgid "en"
-msgstr "Poslano"
+msgstr "en"
#: libraries/Message.class.php:282
#, php-format
diff --git a/po/sr.po b/po/sr.po
index 8f52195..ec89692 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -4,13 +4,16 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\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"
+"PO-Revision-Date: 2010-03-30 23:47+0200\n"
+"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: serbian_cyrillic <sr(a)li.org>\n"
+"Language: sr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\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"
#: libraries/auth/config.auth.lib.php:107
#, php-format
@@ -35,17 +38,15 @@ msgstr ""
#. 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 "Послато"
+msgstr "en"
#. 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"
msgid "en"
-msgstr "Послато"
+msgstr "en"
#: libraries/Message.class.php:282
#, php-format
diff --git a/po/sr(a)latin.po b/po/sr(a)latin.po
index 7588b1f..b4005a4 100644
--- a/po/sr(a)latin.po
+++ b/po/sr(a)latin.po
@@ -4,13 +4,16 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\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"
+"PO-Revision-Date: 2010-03-30 23:47+0200\n"
+"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: serbian_latin <sr@latin@li.org>\n"
+"Language: sr@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\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"
#: libraries/auth/config.auth.lib.php:107
#, php-format
@@ -35,17 +38,15 @@ msgstr ""
#. 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"
+msgstr "en"
#. 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"
msgid "en"
-msgstr "Poslato"
+msgstr "en"
#: libraries/Message.class.php:282
#, php-format
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1096-g24ca37b
by Michal Čihař 30 Mar '10
by Michal Čihař 30 Mar '10
30 Mar '10
The branch, master has been updated
via 24ca37b35044572a3250f30602139a25ea94a57e (commit)
from acee011f26dcf79a8315bc9f7e2750b8a46be280 (commit)
- Log -----------------------------------------------------------------
commit 24ca37b35044572a3250f30602139a25ea94a57e
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Tue Mar 30 23:27:56 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/it.po | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/po/it.po b/po/it.po
index fec0fa1..b672c6f 100644
--- a/po/it.po
+++ b/po/it.po
@@ -1109,7 +1109,7 @@ msgstr "Pagine contenenti dati"
#: libraries/messages.inc.php:236
msgid "Data Synchronization"
-msgstr ""
+msgstr "Sincronizzazione dati"
#: libraries/messages.inc.php:237
msgid "Database comment: "
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. b1dfb532961a358c312ea9c2b37daf200da92b20
by Michal Čihař 30 Mar '10
by Michal Čihař 30 Mar '10
30 Mar '10
The branch, master has been updated
via b1dfb532961a358c312ea9c2b37daf200da92b20 (commit)
via e79cd8875d14c2685d97f92328a9663b00919f78 (commit)
via f970bf76226ed1a0ae33543b2a683abd2e3f18c0 (commit)
via 794faffb42e91de4960b89686dc0cb9575cc1861 (commit)
via ff688aea7ddaff7e0a7b6e6fba9a45c958f9ebd6 (commit)
via 383a8a6aab0f3ffb6df518b970c42f778b548502 (commit)
via d68740defd90681f57fe961a3335e263438ebfa6 (commit)
via 9a5461f05a21fbe627c5064316304fc68846dbf3 (commit)
via 9ec621667172845b0a598feec9fcbeaaac963210 (commit)
via cfcc753d49b4752ae9b3b218a76f230bc1fa673b (commit)
via 13cdb6ed98a9e25e922ee29604be50c37ec79698 (commit)
via 2a89067f2b35414cc80d3f0b9cb8a7c1ff78edee (commit)
via 7549adcb543f18406b8a0d28e99f641a6c908b2d (commit)
via b69f62fa47dbf3fd278160a359f742ea507fe62b (commit)
via 69a82329b1f1aa9e30dac0c2a2bd43e9d18b7da3 (commit)
via f142029066eb9622a4d65829e20661f2b70dcd9e (commit)
via e1f4c4acac805fea88d84a3b54da46712e751247 (commit)
via 81a8a6905adae24b72cd03b3698828c34c8a4544 (commit)
via cc8c65afd0b2f25739c51ad7723634b61be73995 (commit)
via 991e5cec08d71a58a0723ba2acb6b0b5c104c066 (commit)
via b4eba0543f712e28a29ce0cb01e1461e7a5f2f41 (commit)
via 9119087d187c39e40a6277fae5377d120376eb0c (commit)
via b4fe53bf1e429f8d50afaece9d84dae49dbd9e69 (commit)
via 7fa983f0b1e76c6320a516d110038d1f8664b0c5 (commit)
via 8ab2323cdcd622b028e00001b0989c147236c51b (commit)
via cdd1ad6c1ceb2ea77e962ff64f6c61e18e5cd74e (commit)
via d4fbb561822e175d735f096139005acd794f6f1e (commit)
via 66cadee3e020456e44f069c3700f4403446a0ef6 (commit)
via 27b761f9b9093ea2460c58a7b7501a7784b54005 (commit)
via b180863d738a484abad9cf78f9b07c5c5c152753 (commit)
via 400d66016b7f1077764c1876bab5fca5fa2040c3 (commit)
via 04b73730e29406975eab8dfe7cf45330aa974410 (commit)
via efaaab20779b4e556d0751ce5330c2370cccea07 (commit)
via 8103d1e3476d60ccbe6c1cf7c982707131a660d1 (commit)
via 80aa3028ca4ff180ca6f0e035cad0c342688f9e1 (commit)
via 501ac2c02be3eb47f701fbfdaf9074d8386cead4 (commit)
via 69eb63ed0e11ada49d4e2bd82501c40657d5bb05 (commit)
via 3e6daa3830fd7b0007335ab5a2482364a3407273 (commit)
via 81be701f15e52074f460eb44e3a328a99d72d4b4 (commit)
via 6ad6448e17ee993572da7896091dcfe7d02ee803 (commit)
via ab61a2e1d6a4eb667479d34a1f27618d056bc5d9 (commit)
via 56f3df90d71b54b500d900de1980600a4024be66 (commit)
via e84f525a482dba9b1c5610291428387a05191806 (commit)
via ddae8221acb75f47687ac21115fe071bbd4e27fd (commit)
via 01188e9a19562ddfffa28a297c4aa4f315f8e441 (commit)
via 06e1dce89ca16f1f61fb71d53df92a282f609131 (commit)
from 12c7e4359fe8773d4da8354944b6c80fe2a6db4b (commit)
- Log -----------------------------------------------------------------
commit b1dfb532961a358c312ea9c2b37daf200da92b20
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:52:41 2010 +0200
Translation update done using Pootle.
commit e79cd8875d14c2685d97f92328a9663b00919f78
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:51:45 2010 +0200
Translation update done using Pootle.
commit f970bf76226ed1a0ae33543b2a683abd2e3f18c0
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:51:26 2010 +0200
Translation update done using Pootle.
commit 794faffb42e91de4960b89686dc0cb9575cc1861
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:50:44 2010 +0200
Translation update done using Pootle.
commit ff688aea7ddaff7e0a7b6e6fba9a45c958f9ebd6
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:48:41 2010 +0200
Translation update done using Pootle.
commit 383a8a6aab0f3ffb6df518b970c42f778b548502
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:48:26 2010 +0200
Translation update done using Pootle.
commit d68740defd90681f57fe961a3335e263438ebfa6
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:44:14 2010 +0200
Translation update done using Pootle.
commit 9a5461f05a21fbe627c5064316304fc68846dbf3
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:43:56 2010 +0200
Translation update done using Pootle.
commit 9ec621667172845b0a598feec9fcbeaaac963210
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:43:36 2010 +0200
Translation update done using Pootle.
commit cfcc753d49b4752ae9b3b218a76f230bc1fa673b
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:43:23 2010 +0200
Translation update done using Pootle.
commit 13cdb6ed98a9e25e922ee29604be50c37ec79698
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:42:12 2010 +0200
Translation update done using Pootle.
commit 2a89067f2b35414cc80d3f0b9cb8a7c1ff78edee
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:41:05 2010 +0200
Translation update done using Pootle.
commit 7549adcb543f18406b8a0d28e99f641a6c908b2d
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:40:07 2010 +0200
Translation update done using Pootle.
commit b69f62fa47dbf3fd278160a359f742ea507fe62b
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:39:54 2010 +0200
Translation update done using Pootle.
commit 69a82329b1f1aa9e30dac0c2a2bd43e9d18b7da3
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:39:32 2010 +0200
Translation update done using Pootle.
commit f142029066eb9622a4d65829e20661f2b70dcd9e
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:38:59 2010 +0200
Translation update done using Pootle.
commit e1f4c4acac805fea88d84a3b54da46712e751247
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:38:28 2010 +0200
Translation update done using Pootle.
commit 81a8a6905adae24b72cd03b3698828c34c8a4544
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:38:16 2010 +0200
Translation update done using Pootle.
commit cc8c65afd0b2f25739c51ad7723634b61be73995
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:38:09 2010 +0200
Translation update done using Pootle.
commit 991e5cec08d71a58a0723ba2acb6b0b5c104c066
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:37:52 2010 +0200
Translation update done using Pootle.
commit b4eba0543f712e28a29ce0cb01e1461e7a5f2f41
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:37:17 2010 +0200
Translation update done using Pootle.
commit 9119087d187c39e40a6277fae5377d120376eb0c
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:36:42 2010 +0200
Translation update done using Pootle.
commit b4fe53bf1e429f8d50afaece9d84dae49dbd9e69
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:35:31 2010 +0200
Translation update done using Pootle.
commit 7fa983f0b1e76c6320a516d110038d1f8664b0c5
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:35:28 2010 +0200
Translation update done using Pootle.
commit 8ab2323cdcd622b028e00001b0989c147236c51b
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:35:20 2010 +0200
Translation update done using Pootle.
commit cdd1ad6c1ceb2ea77e962ff64f6c61e18e5cd74e
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:35:15 2010 +0200
Translation update done using Pootle.
commit d4fbb561822e175d735f096139005acd794f6f1e
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:34:43 2010 +0200
Translation update done using Pootle.
commit 66cadee3e020456e44f069c3700f4403446a0ef6
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:34:24 2010 +0200
Translation update done using Pootle.
commit 27b761f9b9093ea2460c58a7b7501a7784b54005
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:34:00 2010 +0200
Translation update done using Pootle.
commit b180863d738a484abad9cf78f9b07c5c5c152753
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:33:21 2010 +0200
Translation update done using Pootle.
commit 400d66016b7f1077764c1876bab5fca5fa2040c3
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:33:12 2010 +0200
Translation update done using Pootle.
commit 04b73730e29406975eab8dfe7cf45330aa974410
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:32:53 2010 +0200
Translation update done using Pootle.
commit efaaab20779b4e556d0751ce5330c2370cccea07
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:32:38 2010 +0200
Translation update done using Pootle.
commit 8103d1e3476d60ccbe6c1cf7c982707131a660d1
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:32:27 2010 +0200
Translation update done using Pootle.
commit 80aa3028ca4ff180ca6f0e035cad0c342688f9e1
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:32:15 2010 +0200
Translation update done using Pootle.
commit 501ac2c02be3eb47f701fbfdaf9074d8386cead4
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:32:07 2010 +0200
Translation update done using Pootle.
commit 69eb63ed0e11ada49d4e2bd82501c40657d5bb05
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:31:37 2010 +0200
Translation update done using Pootle.
commit 3e6daa3830fd7b0007335ab5a2482364a3407273
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:31:23 2010 +0200
Translation update done using Pootle.
commit 81be701f15e52074f460eb44e3a328a99d72d4b4
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:31:15 2010 +0200
Translation update done using Pootle.
commit 6ad6448e17ee993572da7896091dcfe7d02ee803
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:30:49 2010 +0200
Translation update done using Pootle.
commit ab61a2e1d6a4eb667479d34a1f27618d056bc5d9
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:30:35 2010 +0200
Translation update done using Pootle.
commit 56f3df90d71b54b500d900de1980600a4024be66
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:30:29 2010 +0200
Translation update done using Pootle.
commit e84f525a482dba9b1c5610291428387a05191806
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:30:21 2010 +0200
Translation update done using Pootle.
commit ddae8221acb75f47687ac21115fe071bbd4e27fd
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:29:34 2010 +0200
Translation update done using Pootle.
commit 01188e9a19562ddfffa28a297c4aa4f315f8e441
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:29:24 2010 +0200
Translation update done using Pootle.
commit 06e1dce89ca16f1f61fb71d53df92a282f609131
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Tue Mar 30 20:28:53 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/lt.po | 108 +++++++++++++++++++++++++++++++++++++++----------------------
1 files changed, 69 insertions(+), 39 deletions(-)
diff --git a/po/lt.po b/po/lt.po
index 3fe8e19..5430146 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -8,19 +8,21 @@ msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-30 14:10+0300\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2010-03-30 20:52+0200\n"
+"Last-Translator: Rytis <rytis.s(a)gmail.com>\n"
"Language-Team: none\n"
+"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
-msgstr ""
+msgstr "phpMyAdmin 3.4.0-dev - Dokumentacija"
#. type: Content of: <html><body><div><h1>
#: ../phpmyadmin/Documentation.html:20
@@ -28,36 +30,38 @@ msgid ""
"<a href=\"http://www.phpmyadmin.net/\">php<span class=\"myadmin\">MyAdmin</"
"span></a> 3.4.0-dev Documentation"
msgstr ""
+"<a href=\"http://www.phpmyadmin.net/\">php<span "
+"class=\"myadmin\">MyAdmin</span></a> 3.4.0-dev dokumentacija"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:28 ../phpmyadmin/translators.html:29
msgid "<a href=\"Documentation.html#top\">Top</a>"
-msgstr ""
+msgstr "<a href=\"Documentation.html#top\">Pradžia</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:29 ../phpmyadmin/translators.html:30
msgid "<a href=\"Documentation.html#require\">Requirements</a>"
-msgstr ""
+msgstr "<a href=\"Documentation.html#require\">Reikalavimai</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:30 ../phpmyadmin/translators.html:31
msgid "<a href=\"Documentation.html#intro\">Introduction</a>"
-msgstr ""
+msgstr "<a href=\"Documentation.html#intro\">Įžanga</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:31 ../phpmyadmin/translators.html:32
msgid "<a href=\"Documentation.html#setup\">Installation</a>"
-msgstr ""
+msgstr "<a href=\"Documentation.html#setup\">Diegimas</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:32 ../phpmyadmin/translators.html:33
msgid "<a href=\"Documentation.html#setup_script\">Setup script</a>"
-msgstr ""
+msgstr "<a href=\"Documentation.html#setup_script\">Diegimo skriptas</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:33 ../phpmyadmin/translators.html:34
msgid "<a href=\"Documentation.html#config\">Configuration</a>"
-msgstr ""
+msgstr "<a href=\"Documentation.html#config\">Nustatymas</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:34 ../phpmyadmin/translators.html:35
@@ -70,16 +74,18 @@ msgid ""
"<a href=\"Documentation.html#faq\"><abbr title=\"Frequently Asked Questions"
"\"> FAQ</abbr></a>"
msgstr ""
+"<a href=\"Documentation.html#faq\"><abbr title=\"Dažnai užduodami klausimai\"> "
+"DUK</abbr></a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:36 ../phpmyadmin/translators.html:37
msgid "<a href=\"Documentation.html#developers\">Developers</a>"
-msgstr ""
+msgstr "<a href=\"Documentation.html#developers\">Kūrėjai</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:37 ../phpmyadmin/translators.html:38
msgid "<a href=\"Documentation.html#copyright\">Copyright</a>"
-msgstr ""
+msgstr "<a href=\"Documentation.html#copyright\">Autorių teisės</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:38 ../phpmyadmin/translators.html:39
@@ -90,17 +96,17 @@ msgstr ""
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
#: output/lt/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
-msgstr ""
+msgstr "<a href=\"translators.html\">Vertėjai</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:40 ../phpmyadmin/translators.html:41
msgid "<a href=\"Documentation.html#glossary\">Glossary</a>"
-msgstr ""
+msgstr "<a href=\"Documentation.html#glossary\">Žodynas</a>"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:45
msgid "<a href=\"http://www.phpmyadmin.net/\"> phpMyAdmin homepage</a>"
-msgstr ""
+msgstr "<a href=\"http://www.phpmyadmin.net/\"> phpMyAdmin tinklapis</a>"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:47
@@ -108,46 +114,48 @@ msgid ""
"<a href=\"https://sourceforge.net/projects/phpmyadmin/\"> SourceForge "
"phpMyAdmin project page</a>"
msgstr ""
+"<a href=\"https://sourceforge.net/projects/phpmyadmin/\"> SourceForge "
+"phpMyAdmin projekto puslapis</a>"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:49
msgid "<a href=\"http://wiki.phpmyadmin.net\"> Official phpMyAdmin wiki</a>"
-msgstr ""
+msgstr "<a href=\"http://wiki.phpmyadmin.net\"> Oficialus phpMyAdmin wiki</a>"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:51
msgid "Local documents:"
-msgstr ""
+msgstr "Vietiniai dokumentai:"
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:52
msgid "Version history: <a href=\"changelog.php\">ChangeLog</a>"
-msgstr ""
+msgstr "Versijos istorija: <a href=\"changelog.php\">Pakeitimų žurnalas</a>"
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:53
msgid "License: <a href=\"license.php\">LICENSE</a>"
-msgstr ""
+msgstr "Licencija: <a href=\"license.php\">LICENCIJA</a>"
#. type: Content of: <html><body><div><ul><li><div>
#: ../phpmyadmin/Documentation.html:56
msgid "Documentation version:"
-msgstr ""
+msgstr "Dokumentacijos versija:"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:57
msgid "<i>$Id$</i>"
-msgstr ""
+msgstr "<i>$Id$</i>"
#. type: Content of: <html><body><div><h2>
#: ../phpmyadmin/Documentation.html:62
msgid "Requirements"
-msgstr ""
+msgstr "Reikalavimai"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:64
msgid "<b>PHP</b>"
-msgstr ""
+msgstr "<b>PHP</b>"
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:65
@@ -156,12 +164,15 @@ msgid ""
"\"#faq1_31\">see <abbr title=\"Frequently Asked Questions\">FAQ</abbr> 1.31</"
"a>) and the Standard PHP Library (SPL) extension."
msgstr ""
+"Reikia PHP 5.2.0 arba naujesnio, su <tt>sesijų</tt> palaikymu (<a "
+"href=\"#faq1_31\">žr. <abbr title=\"Dažnai užduodami klausimai\">DUK</abbr> "
+"1.31</a>) ir Standard PHP Library (SPL) plėtinio."
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:70
msgid ""
"To support uploading of ZIP files, you need the PHP <tt>zip</tt> extension."
-msgstr ""
+msgstr "Kad galėtumėte įkelti ZIP failus, reikia PHP <tt>zip</tt> plėtinio."
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:71
@@ -197,17 +208,17 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:89
msgid "<b>MySQL</b> 5.0 or newer (<a href=\"#faq1_17\">details</a>);"
-msgstr ""
+msgstr "<b>MySQL</b> 5.0 arba naujesnio (<a href=\"#faq1_17\">plačiau</a>);"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:90
msgid "<b>Web browser</b> with cookies enabled."
-msgstr ""
+msgstr "<b>Naršyklės</b> su įjungtu sausainiukų palaikymu."
#. type: Content of: <html><body><div><h2>
#: ../phpmyadmin/Documentation.html:94
msgid "Introduction"
-msgstr ""
+msgstr "Įvadas"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:96
@@ -221,7 +232,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:102
msgid "Currently phpMyAdmin can:"
-msgstr ""
+msgstr "Šiuo metu phpMyAdmin gali:"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:104
@@ -233,6 +244,8 @@ msgstr ""
msgid ""
"create, copy, drop, rename and alter databases, tables, fields and indexes"
msgstr ""
+"kurti, kopijuoti, šalinti, pervadinti ir keisti duomenų bazes, lenteles, "
+"laukus ir indeksus"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:107
@@ -251,7 +264,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:112
msgid "load text files into tables"
-msgstr ""
+msgstr "pakrauti tekstinius failus į lenteles"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:113
@@ -284,12 +297,12 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:126
msgid "administer multiple servers"
-msgstr ""
+msgstr "administruoti keletą serverių"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:127
msgid "manage MySQL users and privileges"
-msgstr ""
+msgstr "valdyti MySQL vartotojus ir privilegijas"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:128
@@ -345,7 +358,7 @@ msgstr ""
#: ../phpmyadmin/Documentation.html:142
msgid ""
"communicate in <a href=\"./translators.html\">58 different languages</a>"
-msgstr ""
+msgstr "bendrauti <a href=\"./translators.html\">58 skirtingomis kalbomis</a>"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:144
@@ -358,7 +371,7 @@ msgstr ""
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:150
msgid "A word about users:"
-msgstr ""
+msgstr "Keletas žodžių apie vartotojus:"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:151
@@ -383,17 +396,17 @@ msgstr ""
#. type: Content of: <html><body><div><h2>
#: ../phpmyadmin/Documentation.html:166
msgid "Installation"
-msgstr ""
+msgstr "Diegimas"
#. type: Content of: <html><body><div><ol><li>
#: ../phpmyadmin/Documentation.html:168
msgid "<a href=\"#quick_install\">Quick Install</a>"
-msgstr ""
+msgstr "<a href=\"#quick_install\">Greitas diegimas</a>"
#. type: Content of: <html><body><div><ol><li>
#: ../phpmyadmin/Documentation.html:169
msgid "<a href=\"#setup_script\">Setup script usage</a>"
-msgstr ""
+msgstr "<a href=\"#setup_script\">Diegimo skripto naudojimas</a>"
#. type: Content of: <html><body><div><ol><li>
#: ../phpmyadmin/Documentation.html:170
@@ -403,7 +416,7 @@ msgstr ""
#. type: Content of: <html><body><div><ol><li>
#: ../phpmyadmin/Documentation.html:171
msgid "<a href=\"#upgrading\">Upgrading from an older version</a>"
-msgstr ""
+msgstr "<a href=\"#upgrading\">Atnaujinimas iš senesnės versijos</a>"
#. type: Content of: <html><body><div><ol><li>
#: ../phpmyadmin/Documentation.html:172
@@ -422,7 +435,7 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:183
msgid "Warning for <acronym title=\"Apple Macintosh\">Mac</acronym> users:"
-msgstr ""
+msgstr "Perspėjimas <acronym title=\"Apple Macintosh\">Mac</acronym> vartotojams:"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:184
@@ -445,7 +458,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:193
msgid "Quick Install"
-msgstr ""
+msgstr "Greitas diegimas"
#. type: Content of: <html><body><div><ol><li>
#: ../phpmyadmin/Documentation.html:194
@@ -514,11 +527,19 @@ msgid ""
"$cfg['Servers'][$i]['auth_type'] = 'cookie';\n"
"?>\n"
msgstr ""
+"<?php\n"
+"$cfg['blowfish_secret'] = 'ba17c1ec07d65003'; // pasirinkite šią reikšmę "
+"savo nuožiūra\n"
+"\n"
+"$i=0;\n"
+"$i++;\n"
+"$cfg['Servers'][$i]['auth_type'] = 'cookie';\n"
+"?>\n"
#. type: Content of: <html><body><div><ol><li><ul><li>
#: ../phpmyadmin/Documentation.html:238
msgid "Or, if you prefer to not be prompted every time you log in:"
-msgstr ""
+msgstr "Arba, jei nenorite būti klausiamas kiekvieną kartą jungiantis:"
#. type: Content of: <html><body><div><ol><li><ul><li><pre>
#: ../phpmyadmin/Documentation.html:240
@@ -533,6 +554,15 @@ msgid ""
"$cfg['Servers'][$i]['auth_type'] = 'config';\n"
"?>\n"
msgstr ""
+"<?php\n"
+"\n"
+"$i=0;\n"
+"$i++;\n"
+"$cfg['Servers'][$i]['user'] = 'root';\n"
+"$cfg['Servers'][$i]['password'] = 'cbb74bc'; // čia įveskite savo "
+"slaptažodį\n"
+"$cfg['Servers'][$i]['auth_type'] = 'config';\n"
+"?>\n"
#. type: Content of: <html><body><div><ol><li><ul><li>
#: ../phpmyadmin/Documentation.html:249
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1095-gacee011
by Michal Čihař 30 Mar '10
by Michal Čihař 30 Mar '10
30 Mar '10
The branch, master has been updated
via acee011f26dcf79a8315bc9f7e2750b8a46be280 (commit)
via 33c553f379acf333f04c9f5c9490cfa4d1de5bd5 (commit)
via 4a113850fb76d30a92b553856b5b7df272302b4c (commit)
via 514001989569566afd912c24bfb3f695fadd8666 (commit)
via 0fc82b674bd525354b2e3479f4a4e6902dfd89e1 (commit)
via b1757e3192b9cb1f944937b0854adb269035a198 (commit)
via a18b23b4c7ee58f1d2a97ee1b2bedd208fe34bb6 (commit)
via 2f6db3fb7e0474fa0b0f0b4a788dc9bd2e814a3e (commit)
via 0eb54786354bd72b849d5323d9befbe64207470a (commit)
from 4dbb19f1942331c0f7b91f2a35ccc8dc7aa09365 (commit)
- Log -----------------------------------------------------------------
commit acee011f26dcf79a8315bc9f7e2750b8a46be280
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Tue Mar 30 23:27:27 2010 +0200
Translation update done using Pootle.
commit 33c553f379acf333f04c9f5c9490cfa4d1de5bd5
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Tue Mar 30 23:27:14 2010 +0200
Translation update done using Pootle.
commit 4a113850fb76d30a92b553856b5b7df272302b4c
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Tue Mar 30 23:26:44 2010 +0200
Translation update done using Pootle.
commit 514001989569566afd912c24bfb3f695fadd8666
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Tue Mar 30 23:26:14 2010 +0200
Translation update done using Pootle.
commit 0fc82b674bd525354b2e3479f4a4e6902dfd89e1
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Tue Mar 30 23:26:01 2010 +0200
Translation update done using Pootle.
commit b1757e3192b9cb1f944937b0854adb269035a198
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Tue Mar 30 23:24:59 2010 +0200
Translation update done using Pootle.
commit a18b23b4c7ee58f1d2a97ee1b2bedd208fe34bb6
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Tue Mar 30 23:24:48 2010 +0200
Translation update done using Pootle.
commit 2f6db3fb7e0474fa0b0f0b4a788dc9bd2e814a3e
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Tue Mar 30 23:24:33 2010 +0200
Translation update done using Pootle.
commit 0eb54786354bd72b849d5323d9befbe64207470a
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Tue Mar 30 23:24:06 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/it.po | 22 +++++++++-------------
1 files changed, 9 insertions(+), 13 deletions(-)
diff --git a/po/it.po b/po/it.po
index 31b58e0..fec0fa1 100644
--- a/po/it.po
+++ b/po/it.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-30 23:18+0200\n"
-"PO-Revision-Date: 2010-03-30 23:23+0200\n"
+"PO-Revision-Date: 2010-03-30 23:27+0200\n"
"Last-Translator: <fantonifabio(a)tiscali.it>\n"
"Language-Team: italian <it(a)li.org>\n"
"Language: it\n"
@@ -899,11 +899,11 @@ msgstr "Impossibile copiare la tabella su se stessa!"
#: libraries/messages.inc.php:187
msgid "Could not connect to the source"
-msgstr ""
+msgstr "Impossibile connettersi all'origine"
#: libraries/messages.inc.php:188
msgid "Could not connect to the target"
-msgstr ""
+msgstr "Impossibile connettersi alla destinazione"
#: libraries/messages.inc.php:189
#, php-format
@@ -956,7 +956,6 @@ msgid "Create table"
msgstr "Crea tabelle"
#: libraries/messages.inc.php:200
-#, fuzzy
msgctxt "$strCreateTableShort"
msgid "Create table"
msgstr "Crea tabelle"
@@ -970,15 +969,14 @@ msgid "Create database with same name and grant all privileges"
msgstr "Crea un database con lo stesso nome e concedi tutti i privilegi"
#: libraries/messages.inc.php:203
-#, fuzzy
msgctxt "$strCreateUserDatabaseNone"
msgid "None"
msgstr "Nessuno"
#: libraries/messages.inc.php:204
-#, fuzzy, php-format
+#, php-format
msgid "Grant all privileges on database "%s""
-msgstr "Controlla i privilegi per il database \"%s\"."
+msgstr "Garantisci tutti i privilegi per il database "%s""
#: libraries/messages.inc.php:205
msgid "Grant all privileges on wildcard name (username\\_%)"
@@ -1002,7 +1000,7 @@ msgstr "CSV"
#: libraries/messages.inc.php:210
msgid "Current server"
-msgstr ""
+msgstr "Server attuale"
#: libraries/messages.inc.php:211
msgid "Custom color"
@@ -1049,7 +1047,7 @@ msgstr "Il Database %s è stato eliminato."
#: libraries/messages.inc.php:222
#, php-format
msgid "'%s' database does not exist."
-msgstr ""
+msgstr "database '%s' non esistente."
#: libraries/messages.inc.php:223 setup/lib/messages.inc.php:105
msgid "Databases"
@@ -1061,9 +1059,8 @@ msgid "%s databases have been dropped successfully."
msgstr "%s databases sono stati cancellati correttamente."
#: libraries/messages.inc.php:225
-#, fuzzy
msgid "Source database"
-msgstr "Cerca nel database"
+msgstr "Database di origine"
#: libraries/messages.inc.php:226
msgid "Databases statistics"
@@ -1086,9 +1083,8 @@ msgstr ""
"traffico intenso fra il server web e MySQL."
#: libraries/messages.inc.php:230
-#, fuzzy
msgid "Target database"
-msgstr "Cerca nel database"
+msgstr "Database di destinazione"
#: libraries/messages.inc.php:231
msgid "Data"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1086-g4dbb19f
by Michal Čihař 30 Mar '10
by Michal Čihař 30 Mar '10
30 Mar '10
The branch, master has been updated
via 4dbb19f1942331c0f7b91f2a35ccc8dc7aa09365 (commit)
via e05b9b1dbe2da95c6fcf703a5b501d430731c63d (commit)
via 11c946a6d072ae8c4e830865734344a2e301d36a (commit)
via 5af0c3e6e0decebcc5bd5ba7f5653b7dbb929969 (commit)
via 2420c8551d95e7d13ace3456dabd8ea5faa5d1be (commit)
via 3e5e74b84810425ff8031705f097660adbf3c517 (commit)
via 9a5e1af553cbbf7f4d88fadf88896349c39acd73 (commit)
via 85b9a0b3c60c42efc581a3c3228707637e86242e (commit)
from 0ff972a9633a20227eb39911e922594a432a5ade (commit)
- Log -----------------------------------------------------------------
commit 4dbb19f1942331c0f7b91f2a35ccc8dc7aa09365
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:23:36 2010 +0200
Translation update done using Pootle.
commit e05b9b1dbe2da95c6fcf703a5b501d430731c63d
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:23:32 2010 +0200
Translation update done using Pootle.
commit 11c946a6d072ae8c4e830865734344a2e301d36a
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Tue Mar 30 23:23:26 2010 +0200
Translation update done using Pootle.
commit 5af0c3e6e0decebcc5bd5ba7f5653b7dbb929969
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Tue Mar 30 23:23:12 2010 +0200
Translation update done using Pootle.
commit 2420c8551d95e7d13ace3456dabd8ea5faa5d1be
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Tue Mar 30 23:23:01 2010 +0200
Translation update done using Pootle.
commit 3e5e74b84810425ff8031705f097660adbf3c517
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Tue Mar 30 23:22:47 2010 +0200
Translation update done using Pootle.
commit 9a5e1af553cbbf7f4d88fadf88896349c39acd73
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Tue Mar 30 23:22:14 2010 +0200
Translation update done using Pootle.
commit 85b9a0b3c60c42efc581a3c3228707637e86242e
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Tue Mar 30 23:21:46 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/it.po | 29 ++++++++++++++---------------
po/ru.po | 15 ++++++++-------
2 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/po/it.po b/po/it.po
index 92214aa..31b58e0 100644
--- a/po/it.po
+++ b/po/it.po
@@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-30 23:18+0200\n"
-"PO-Revision-Date: 2010-03-29 00:26+0200\n"
-"Last-Translator: <rebeluca(a)gmail.com>\n"
+"PO-Revision-Date: 2010-03-30 23:23+0200\n"
+"Last-Translator: <fantonifabio(a)tiscali.it>\n"
"Language-Team: italian <it(a)li.org>\n"
+"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -49,28 +49,28 @@ msgid "en"
msgstr "Spediti"
#: libraries/Message.class.php:282
-#, fuzzy, php-format
+#, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
-msgstr[0] "%1$d riga/e modificata."
-msgstr[1] "%1$d riga/e modificata."
+msgstr[0] "%1$d riga modificata."
+msgstr[1] "%1$d righe modificate."
#: libraries/Message.class.php:301
-#, fuzzy, php-format
+#, php-format
#| msgid "%1$d row(s) deleted."
msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
-msgstr[0] "%1$d riga/e cancellata."
-msgstr[1] "%1$d riga/e cancellata."
+msgstr[0] "%1$d riga cancellata."
+msgstr[1] "%1$d righe cancellate."
#: libraries/Message.class.php:320
-#, fuzzy, php-format
+#, php-format
#| msgid "%1$d row(s) inserted."
msgid "%1$d row inserted."
msgid_plural "%1$d rows inserted."
-msgstr[0] "%1$d riga/e inserita."
-msgstr[1] "%1$d riga/e inserita."
+msgstr[0] "%1$d riga inserita."
+msgstr[1] "%1$d righe inserite."
#. l10n: Text direction, use either ltr or rtl
#: libraries/messages.inc.php:15
@@ -341,7 +341,6 @@ msgid "And"
msgstr "e"
#: libraries/messages.inc.php:61
-#, fuzzy
msgid "and"
msgstr "e"
@@ -765,11 +764,11 @@ msgstr "Prego scegliere una Page da modificare"
#: libraries/messages.inc.php:159
msgid "Click to select"
-msgstr ""
+msgstr "Clicca per selezionare"
#: libraries/messages.inc.php:160
msgid "Click to unselect"
-msgstr ""
+msgstr "Clicca per deselezionare"
#: libraries/messages.inc.php:161
msgid "Displaying Column Comments"
diff --git a/po/ru.po b/po/ru.po
index 03fc650..35d9097 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -4,13 +4,16 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\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"
+"PO-Revision-Date: 2010-03-30 23:23+0200\n"
+"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: russian <ru(a)li.org>\n"
+"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\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"
#: libraries/auth/config.auth.lib.php:107
#, php-format
@@ -35,17 +38,15 @@ msgstr ""
#. 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 "Отправлено"
+msgstr "en"
#. 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"
msgid "en"
-msgstr "Отправлено"
+msgstr "en"
#: libraries/Message.class.php:282
#, fuzzy, php-format
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1078-g0ff972a
by Michal Čihař 30 Mar '10
by Michal Čihař 30 Mar '10
30 Mar '10
The branch, master has been updated
via 0ff972a9633a20227eb39911e922594a432a5ade (commit)
via bbb9a8c9e3ac18f4d3d4a6cdef6e7d6ebc01753e (commit)
from fb77bb65767de3e1fd25c4e5b7845119217a48f6 (commit)
- Log -----------------------------------------------------------------
commit 0ff972a9633a20227eb39911e922594a432a5ade
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:19:18 2010 +0200
More explaining comment to translators.
commit bbb9a8c9e3ac18f4d3d4a6cdef6e7d6ebc01753e
Author: Michal Čihař <michal(a)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(a)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(a)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(a)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(a)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(a)cihar.com>\n"
"Language-Team: afrikaans <af(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)latin.po b/po/be(a)latin.po
index eb3901a..c07d9b5 100644
--- a/po/be(a)latin.po
+++ b/po/be(a)latin.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)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(a)cihar.com>\n"
"Language-Team: belarusian_latin <be@latin@li.org>\n"
-"Language: be@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be@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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)cihar.com>\n"
"Language-Team: czech <cs(a)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@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-"Počet nemusí být přesný, viz "
-"[a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/a]"
+"Počet nemusí být přesný, viz [a@./Documentation.html#faq3_11@Documentation]"
+"FAQ 3.11[/a]"
#: libraries/messages.inc.php:70
#, php-format
@@ -630,8 +630,8 @@ msgid ""
"Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
"extension. Please check your PHP configuration."
msgstr ""
-"Nelze nahrát rozšíření [a@http://php.net/%1$s@Documentation][em]%"
-"1$s[/em][/a], prosím zkontrolujte nastavení PHP."
+"Nelze nahrát rozšíření [a@http://php.net/%1$s@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@../Documentation.html#linked-tables]infrastruktura propojených "
-"tabulek[/a] v dokumentaci"
+"viz [a@../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@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@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@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@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]"
msgstr ""
-"Zvláštní MySQL uživatel s omezenými právy, více informací na "
-"[a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]"
+"Zvláštní MySQL uživatel s omezenými právy, více informací na [a@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@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma_relation[/kbd]"
msgstr ""
-"Nechte prázdné pro vypnutí podpory pro "
-"[a@http://wiki.phpmyadmin.net/pma/relation]relace[/a], výchozí nastavení: "
-"[kbd]pma_relation[/kbd]"
+"Nechte prázdné pro vypnutí podpory pro [a@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@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations"
msgstr ""
-"Povolí [a@http://cs.wikipedia.org/wiki/ZIP_%28souborov%C3%BD_form%C3%A1t%"
-"29]ZIP[/a] kompresi pro importování a exportování"
+"Povolí [a@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(a)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(a)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(a)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(a)michaelkeck.de>\n"
"Language-Team: german <de(a)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(a)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(a)cihar.com>\n"
"Language-Team: greek <el(a)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(a)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(a)cihar.com>\n"
"Language-Team: english-gb <en_GB(a)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(a)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(a)cihar.com>\n"
"Language-Team: spanish <es(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)infomarc.info>\n"
"Language-Team: french <fr(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)yahoo.com>\n"
"Language-Team: indonesian <id(a)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(a)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(a)gmail.com>\n"
"Language-Team: italian <it(a)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(a)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(a)cihar.com>\n"
"Language-Team: japanese <jp(a)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(a)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(a)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(a)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(a)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(a)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(a)gmail.com>\n"
"Language-Team: lithuanian <lt(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)cihar.com>\n"
"Language-Team: norwegian <no(a)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(a)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(a)initfour.nl>\n"
"Language-Team: dutch <nl(a)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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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(a)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(a)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(a)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(a)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(a)gmail.com>\n"
"Language-Team: brazilian_portuguese <pt_BR(a)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(a)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(a)yahoo.com>\n"
"Language-Team: romanian <ro(a)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(a)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(a)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(a)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(a)cihar.com>\n"
"Language-Team: sinhala <si(a)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(a)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(a)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(a)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(a)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(a)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(a)cihar.com>\n"
"Language-Team: albanian <sq(a)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(a)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(a)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(a)latin.po b/po/sr(a)latin.po
index d586102..7588b1f 100644
--- a/po/sr(a)latin.po
+++ b/po/sr(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)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@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(a)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(a)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(a)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(a)gmail.com>\n"
"Language-Team: Telugu <te(a)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(a)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(a)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(a)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(a)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(a)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(a)cihar.com>\n"
"Language-Team: tatarish <tt(a)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(a)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(a)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(a)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(a)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(a)latin.po b/po/uz(a)latin.po
index 414433e..4f1501b 100644
--- a/po/uz(a)latin.po
+++ b/po/uz(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)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@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(a)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(a)gmail.com>\n"
"Language-Team: chinese_simplified <zh_CN(a)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(a)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(a)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
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1076-gfb77bb6
by Michal Čihař 30 Mar '10
by Michal Čihař 30 Mar '10
30 Mar '10
The branch, master has been updated
via fb77bb65767de3e1fd25c4e5b7845119217a48f6 (commit)
via 01b1a407a5cc687f148fc3d54d74747162805d9f (commit)
via 7bf6b5ed4314721551361b39c3dccfd92c4c5c93 (commit)
via e13332f0c0f44bcc49e5bb64450f1d6867bcba82 (commit)
via 6ca6a6e45cadbcc7d3d6afdb636b0d527f007f30 (commit)
via 60ab0fbc39fea1603d61e1537758f25189916540 (commit)
via 4597481aa6631ca7dfd45c7aa022a499e9c8b2b2 (commit)
via 7fdcc688f75ccd73e23458b72ee1cc7642049163 (commit)
via 380f6d948954c4d75e5a43c72b441567b39e1d44 (commit)
via 7121084000eec8f0119e5159b3103277173a5487 (commit)
via 4a052b29e562c8bd531b7514ce08a51dd9dc7351 (commit)
via 552db486ff667a1435af2e77daaca18d1fd00ff6 (commit)
from 6df0f95686cde4cb223b1b5b2c15baf2522e7fc1 (commit)
- Log -----------------------------------------------------------------
commit fb77bb65767de3e1fd25c4e5b7845119217a48f6
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:14:53 2010 +0200
Translation update done using Pootle.
commit 01b1a407a5cc687f148fc3d54d74747162805d9f
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:14:50 2010 +0200
Translation update done using Pootle.
commit 7bf6b5ed4314721551361b39c3dccfd92c4c5c93
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:14:30 2010 +0200
Translation update done using Pootle.
commit e13332f0c0f44bcc49e5bb64450f1d6867bcba82
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:13:50 2010 +0200
Translation update done using Pootle.
commit 6ca6a6e45cadbcc7d3d6afdb636b0d527f007f30
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:13:47 2010 +0200
Translation update done using Pootle.
commit 60ab0fbc39fea1603d61e1537758f25189916540
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:09:19 2010 +0200
Translation update done using Pootle.
commit 4597481aa6631ca7dfd45c7aa022a499e9c8b2b2
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:09:14 2010 +0200
Translation update done using Pootle.
commit 7fdcc688f75ccd73e23458b72ee1cc7642049163
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:09:10 2010 +0200
Translation update done using Pootle.
commit 380f6d948954c4d75e5a43c72b441567b39e1d44
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:08:28 2010 +0200
Translation update done using Pootle.
commit 7121084000eec8f0119e5159b3103277173a5487
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:08:25 2010 +0200
Translation update done using Pootle.
commit 4a052b29e562c8bd531b7514ce08a51dd9dc7351
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:08:19 2010 +0200
Translation update done using Pootle.
commit 552db486ff667a1435af2e77daaca18d1fd00ff6
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 23:07:52 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/be(a)latin.po | 13 ++++++++-----
po/el.po | 8 ++++----
po/nb.po | 10 +++++-----
po/si.po | 8 ++++----
po/sq.po | 14 +++++++-------
po/tt.po | 14 +++++++-------
6 files changed, 35 insertions(+), 32 deletions(-)
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index c8a1b56..eb3901a 100644
--- a/po/be(a)latin.po
+++ b/po/be(a)latin.po
@@ -4,13 +4,16 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-30 14:59+0200\n"
-"PO-Revision-Date: 2010-03-12 09:12+0100\n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2010-03-30 23:09+0200\n"
+"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: belarusian_latin <be@latin@li.org>\n"
+"Language: be@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\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"
#: libraries/auth/config.auth.lib.php:107
#, php-format
@@ -37,13 +40,13 @@ msgstr ""
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
-msgstr ""
+msgstr "en"
#. l10n: Language to use for MySQL 5.0 documentation
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
-msgstr ""
+msgstr "en"
#: libraries/Message.class.php:282
#, fuzzy, php-format
diff --git a/po/el.po b/po/el.po
index a3fdc0c..af669eb 100644
--- a/po/el.po
+++ b/po/el.po
@@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-30 14:59+0200\n"
-"PO-Revision-Date: 2010-03-30 11:04+0200\n"
-"Last-Translator: Panagiotis <papaz_p(a)yahoo.com>\n"
+"PO-Revision-Date: 2010-03-30 23:14+0200\n"
+"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: greek <el(a)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"
@@ -40,7 +40,7 @@ msgstr ""
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
-msgstr "el"
+msgstr "en"
#. l10n: Language to use for MySQL 5.0 documentation
#: libraries/common.lib.php:415
diff --git a/po/nb.po b/po/nb.po
index 620f308..055e034 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-30 14:59+0200\n"
-"PO-Revision-Date: 2010-03-17 16:27+0200\n"
-"Last-Translator: <sven.erik.andersen(a)gmail.com>\n"
+"PO-Revision-Date: 2010-03-30 23:13+0200\n"
+"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: norwegian <no(a)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"
@@ -39,13 +39,13 @@ msgstr ""
#: libraries/common.lib.php:411
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
-msgstr "nb"
+msgstr "en"
#. l10n: Language to use for MySQL 5.0 documentation
#: libraries/common.lib.php:415
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
-msgstr "nb"
+msgstr "en"
#: libraries/Message.class.php:282
#, fuzzy, php-format
diff --git a/po/si.po b/po/si.po
index 309f14b..f7315da 100644
--- a/po/si.po
+++ b/po/si.po
@@ -4,13 +4,14 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-30 14:59+0200\n"
-"PO-Revision-Date: 2010-03-12 09:18+0100\n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2010-03-30 23:09+0200\n"
+"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: sinhala <si(a)li.org>\n"
+"Language: si\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"X-Generator: Pootle 2.0.1\n"
#: libraries/auth/config.auth.lib.php:107
#, php-format
@@ -35,7 +36,6 @@ msgstr ""
#. l10n: Language to use for MySQL 5.1 documentation
#: libraries/common.lib.php:411
-#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
diff --git a/po/sq.po b/po/sq.po
index 534fc57..569a7a2 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -4,13 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-30 14:59+0200\n"
-"PO-Revision-Date: 2010-03-12 09:11+0100\n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2010-03-30 23:08+0200\n"
+"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: albanian <sq(a)li.org>\n"
+"Language: sq\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 2.0.1\n"
#: libraries/auth/config.auth.lib.php:107
#, php-format
@@ -33,17 +35,15 @@ msgstr ""
#. l10n: Language to use for MySQL 5.1 documentation
#: libraries/common.lib.php:411
-#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
-msgstr "Dërguar"
+msgstr "en"
#. l10n: Language to use for MySQL 5.0 documentation
#: libraries/common.lib.php:415
-#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
-msgstr "Dërguar"
+msgstr "en"
#: libraries/Message.class.php:282
#, php-format
diff --git a/po/tt.po b/po/tt.po
index b897b32..eee4314 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -4,13 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-30 14:59+0200\n"
-"PO-Revision-Date: 2010-03-12 09:19+0100\n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2010-03-30 23:14+0200\n"
+"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: tatarish <tt(a)li.org>\n"
+"Language: tt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Pootle 2.0.1\n"
#: libraries/auth/config.auth.lib.php:107
#, php-format
@@ -33,17 +35,15 @@ msgstr ""
#. l10n: Language to use for MySQL 5.1 documentation
#: libraries/common.lib.php:411
-#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
-msgstr "Cibärelde"
+msgstr "en"
#. l10n: Language to use for MySQL 5.0 documentation
#: libraries/common.lib.php:415
-#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
-msgstr "Cibärelde"
+msgstr "en"
#: libraries/Message.class.php:282
#, php-format
hooks/post-receive
--
phpMyAdmin
1
0