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
- 10 participants
- 38613 discussions

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_1RC1-80-gbb0ad40
by Marc Delisle 30 Mar '10
by Marc Delisle 30 Mar '10
30 Mar '10
The branch, QA_3_3 has been updated
via bb0ad40413a0d049126bfa4f040e5bdc43a9f488 (commit)
from 86cd86fc513aa79eafdf9910b60976ac5750d4eb (commit)
- Log -----------------------------------------------------------------
commit bb0ad40413a0d049126bfa4f040e5bdc43a9f488
Author: Victor Volkov <hanut(a)users.sourceforge.net>
Date: Tue Mar 30 12:56:06 2010 -0400
Patch #2977725 XML export wrongly encoded
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
libraries/export/xml.php | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f4da7a0..cf576c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- patch #2976790 [menu] Go to the upper level after table DROP,
thanks to Kaarel Nummert - kaarelnu
- patch #2978815 [pdf] Fix generating PDF with table dimensions, thanks to BlinK_
+- patch #2977725 [export] XML wrongly encoded, thanks to Victor Volkov - hanut
3.3.1.0 (2010-03-16)
- bug #2941037 [core] Database structure not sorted by table correctly
diff --git a/libraries/export/xml.php b/libraries/export/xml.php
index 5b82ad5..aab58d0 100644
--- a/libraries/export/xml.php
+++ b/libraries/export/xml.php
@@ -337,7 +337,7 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) {
if (!isset($record[$i]) || is_null($record[$i])) {
$record[$i] = 'NULL';
}
- $buffer .= ' <column name="' . $columns[$i] . '">' . htmlspecialchars(utf8_encode((string)$record[$i]))
+ $buffer .= ' <column name="' . $columns[$i] . '">' . htmlspecialchars((string)$record[$i])
. '</column>' . $crlf;
}
$buffer .= ' </table>' . $crlf;
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1014-g375c907
by Michal Čihař 30 Mar '10
by Michal Čihař 30 Mar '10
30 Mar '10
The branch, master has been updated
via 375c9079b8a132ac6fcfca37c6793b2df63bffe6 (commit)
from e0e4132aa18b4ffc9c4e7fab0c8a2a607aea9f9e (commit)
- Log -----------------------------------------------------------------
commit 375c9079b8a132ac6fcfca37c6793b2df63bffe6
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Mar 30 16:48:39 2010 +0200
Document external libraries used in phpMyAdmin.
-----------------------------------------------------------------------
Summary of changes:
README.VENDOR | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/README.VENDOR b/README.VENDOR
index 2b2e92d..5f824af 100644
--- a/README.VENDOR
+++ b/README.VENDOR
@@ -16,4 +16,23 @@ change SETUP_CONFIG_FILE to /var/lib/phpmyadmin/config.inc.php and you
will also probably want to skip directory writable check, so set
SETUP_DIR_WRITABLE to false.
+External libraries
+------------------
+
+phpMyAdmin includes several external libraries, you might want to
+replace them with system ones if they are available, but please note
+that you should test whether version you provide is compatible with the
+one we ship.
+
+Currently known list of external libraries:
+
+js/mootools.js - Mootools js framework
+js/mootools-more.js - Mootools js framework, more extension
+js/jquery - jQuery js framework
+js/colorpicker - jQuery based color picker
+
+libarries/PHPExcel - PHPExcel library for handling Excel files
+libraries/php-gettext - php-gettext library
+libraries/tcpdf - tcpdf library, modified for our needs!
+
# vim: et ts=4 sw=4 sts=4 tw=72 spell spelllang=en_us
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1013-ge0e4132
by Michal Čihař 30 Mar '10
by Michal Čihař 30 Mar '10
30 Mar '10
The branch, master has been updated
via e0e4132aa18b4ffc9c4e7fab0c8a2a607aea9f9e (commit)
via 3618e9aea0bf18fe66017122461bbd44351f898c (commit)
via c5d350c1fec0cb1713813fe2d7ea5c3beb3cbb0a (commit)
via 00c25e0179bb1b49e7e2ed4fb0a64f81e5cef7d7 (commit)
via 6ac831765f311d9f3217d3a119c10f76ba1e73d2 (commit)
from 3c435e0582b6182cdb13eb0eb95834673409d619 (commit)
- Log -----------------------------------------------------------------
commit e0e4132aa18b4ffc9c4e7fab0c8a2a607aea9f9e
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 16:04:01 2010 +0200
Translation update done using Pootle.
commit 3618e9aea0bf18fe66017122461bbd44351f898c
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 16:03:54 2010 +0200
Translation update done using Pootle.
commit c5d350c1fec0cb1713813fe2d7ea5c3beb3cbb0a
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 16:03:41 2010 +0200
Translation update done using Pootle.
commit 00c25e0179bb1b49e7e2ed4fb0a64f81e5cef7d7
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 16:03:34 2010 +0200
Translation update done using Pootle.
commit 6ac831765f311d9f3217d3a119c10f76ba1e73d2
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 16:03:22 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/en_GB.po | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/po/en_GB.po b/po/en_GB.po
index 296ed62..6f35d32 100644
--- a/po/en_GB.po
+++ b/po/en_GB.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-12 11:13+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"
@@ -48,28 +48,28 @@ msgid "en"
msgstr "en"
#: 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 row(s) affected."
-msgstr[1] "%1$d row(s) affected."
+msgstr[0] "%1$d row affected."
+msgstr[1] "%1$d rows affected."
#: 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 row(s) deleted."
-msgstr[1] "%1$d row(s) deleted."
+msgstr[0] "%1$d row deleted."
+msgstr[1] "%1$d rows deleted."
#: 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 row(s) inserted."
-msgstr[1] "%1$d row(s) inserted."
+msgstr[0] "%1$d row inserted."
+msgstr[1] "%1$d rows inserted."
#. l10n: Text direction, use either ltr or rtl
#: libraries/messages.inc.php:15
@@ -7601,7 +7601,7 @@ msgstr ""
"upgrading. The newest version is %s, released on %s."
#: setup/lib/messages.inc.php:353
-#, fuzzy, php-format
+#, php-format
#| msgid ""
#| "You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The "
#| "latest stable version is %s, released on %s."
@@ -7609,8 +7609,8 @@ msgid ""
"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
"version is %s, released on %s."
msgstr ""
-"You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
#: setup/lib/messages.inc.php:354
msgid "No newer stable version is available"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1008-g3c435e0
by Michal Čihař 30 Mar '10
by Michal Čihař 30 Mar '10
30 Mar '10
The branch, master has been updated
via 3c435e0582b6182cdb13eb0eb95834673409d619 (commit)
via fd7a52c60790c3f361d94eccf19595cdd3ed5cce (commit)
via 1da7d48d1617829863eeb325a8c73182d8b9ed6e (commit)
via aa4ca9ef9da8cbd0a13d2f6a6ddfb4526cc95711 (commit)
via 322b1a458233b1aba789e104bd9761055de64d3e (commit)
via c3bb52dc629f11d364b09e72358af8f979694844 (commit)
via e5e7f6bb80e307284f58eb5f9e255df93ab3be2b (commit)
via 2c6a36096f55818d4071550125323c4a305ccd10 (commit)
via faf14df551cc72be013fa48de028e9a0d467db5c (commit)
via ffda1781366263fe3d5fbb53fcb9fa4b29e4a6ff (commit)
via b2461aa56a1bc87704ce9bc41ff99e0d1ed79dbb (commit)
via adfb8373540c02185bcf615b6191c2251a705a28 (commit)
via 269dc00ed31abf6b808f3d537e0dd03eb7982ad5 (commit)
via a546a00e2c30e31b5e4afad6b16a60c3a1988707 (commit)
via 6cbee021bcbb005848d21542e7451285097f9f49 (commit)
via 8842ffd5fe40fa80441b281594ad42b449a0c7db (commit)
via 5b11c2fa8ea30f243a1c243e8ea48eec0f67c801 (commit)
via f73a5624facb10dcdff9385c1959a1614d925936 (commit)
via 8aa539635b59eb9a707f3f7f02bc62d07f081c13 (commit)
via 733c241c268877d91e2b172ca05e733c74853b7c (commit)
via edbc8d3409e1e960e2b7e9975ac17f344fc490a1 (commit)
via 7273ef7eab7ba410fb32073b78e095dda3d37b8c (commit)
via fc7a82aa0ad28cfcace77c0d0ac4454307dcd2c5 (commit)
via 874bac4584f8a0baaf79888b8742825c64995b8c (commit)
via ab00e6a1b7e05f8391285e6e6535cf21101acf19 (commit)
via 11a307a5286646e35d03c20555ddd3e656dac877 (commit)
via cf8c2338a6fd70f4db6c6bf25136b11b6d321aeb (commit)
via 0d4b9f380f1ab6f9691a8035288277a7ff098dc0 (commit)
via 5ae67d4d0fcd3188dac33b662eac5ec5470b2400 (commit)
via 02b47bb1e751bec3c9c37b05decff7d368fab33d (commit)
via 5cd9ae9ba1c81dcad30ca611e18df2683b9437d9 (commit)
via edf60a7205b24663ca5a9be7882f61b7f9afbc32 (commit)
via 2a352230aee15b2d5993ce66d268411f7514e07f (commit)
via 5cfc440b66537f33a1844b4e661a923912d0e4ac (commit)
via 440b797538a66f88f96c9a0a789b31e3639228a8 (commit)
via 5e3282cc77988687eba44c2a027d7fc827093001 (commit)
via e31de5db139954dbb56d460104a1c65d6f926c2f (commit)
via 688be1f6ec470097e85c6539e67699ed571163ce (commit)
via d46979eeb8da31b00904d50aa96900aa128484b3 (commit)
via 8a3039a6dd1a74cab2b946f71887c711832fab34 (commit)
via 3c1b70f903a8f9f3369740d942be258b5f020238 (commit)
via d2b33bf60186100d2a1c216f2aade2eabbc79a42 (commit)
via 12a339e896d35e7cf229aebb419e3bcf5dd07ddf (commit)
via 8dbb7e9c2ac6525487e6376075f47ee8c6a34845 (commit)
via 3c89b32c403a41783be90b027c25ace57431b9af (commit)
via e7b1dbf69bc24454fe4deee5b337a03e5e86a886 (commit)
via a7e7e1b6a6591f1328330689a1bfef67aafd18ee (commit)
via 13d4888319f3453778805f47b7ff009fe777ce6b (commit)
via dee4de87bba3eba161d2d17672900c4941f0a2ee (commit)
via 507d5e49d0549e5e82e3f8063eef9a9ce726412d (commit)
via aa3e2284aa1ca1b92d32c7af34f13b9369b867b9 (commit)
via cf2c8ff6c242b70b902eb12482a392161434c53d (commit)
via 2a285868b838131055b547bd29ac4039157210d7 (commit)
via e3bed5b6a398e621dddf5df435ae9708be9f8eb9 (commit)
via c4ab8cdae610a7f42dda5a183a59e658d5e0e1dd (commit)
via 3011d7c8dc7c65bcca8b70fe956607cf731a6e98 (commit)
via 70724e5d6658c6c73f30cd916f19165a280fda68 (commit)
via d8b22b89eae7d65975ce1137cbcc6e407f331573 (commit)
via fc5a8637ec17716af0d2f3c9f78e4ed978b73881 (commit)
via 38360ded14529584adb74801ad25d81a75d2f92f (commit)
via 01b16a3db4c0f6d992a12f169b0dfd09c4287c5a (commit)
via ef4d09897a3b64a2fc1291a27a3dbfef7779b586 (commit)
via 87c599ed950eb5b0aead96d3798b5476450c38d7 (commit)
via 7a48f7d64ac74fd0763dedaa76e92ce133a24184 (commit)
via 7931954d5a8ed432929a4564739f2fa751b7fea9 (commit)
from 578009490dd482836493c75342ef7733c1ffbc5e (commit)
- Log -----------------------------------------------------------------
commit 3c435e0582b6182cdb13eb0eb95834673409d619
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:48:52 2010 +0200
Translation update done using Pootle.
commit fd7a52c60790c3f361d94eccf19595cdd3ed5cce
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:48:39 2010 +0200
Translation update done using Pootle.
commit 1da7d48d1617829863eeb325a8c73182d8b9ed6e
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:48:18 2010 +0200
Translation update done using Pootle.
commit aa4ca9ef9da8cbd0a13d2f6a6ddfb4526cc95711
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:48:14 2010 +0200
Translation update done using Pootle.
commit 322b1a458233b1aba789e104bd9761055de64d3e
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:48:09 2010 +0200
Translation update done using Pootle.
commit c3bb52dc629f11d364b09e72358af8f979694844
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:48:05 2010 +0200
Translation update done using Pootle.
commit e5e7f6bb80e307284f58eb5f9e255df93ab3be2b
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:48:01 2010 +0200
Translation update done using Pootle.
commit 2c6a36096f55818d4071550125323c4a305ccd10
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:47:58 2010 +0200
Translation update done using Pootle.
commit faf14df551cc72be013fa48de028e9a0d467db5c
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:47:54 2010 +0200
Translation update done using Pootle.
commit ffda1781366263fe3d5fbb53fcb9fa4b29e4a6ff
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:47:51 2010 +0200
Translation update done using Pootle.
commit b2461aa56a1bc87704ce9bc41ff99e0d1ed79dbb
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:47:47 2010 +0200
Translation update done using Pootle.
commit adfb8373540c02185bcf615b6191c2251a705a28
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:47:44 2010 +0200
Translation update done using Pootle.
commit 269dc00ed31abf6b808f3d537e0dd03eb7982ad5
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:47:41 2010 +0200
Translation update done using Pootle.
commit a546a00e2c30e31b5e4afad6b16a60c3a1988707
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:47:38 2010 +0200
Translation update done using Pootle.
commit 6cbee021bcbb005848d21542e7451285097f9f49
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:47:35 2010 +0200
Translation update done using Pootle.
commit 8842ffd5fe40fa80441b281594ad42b449a0c7db
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:47:32 2010 +0200
Translation update done using Pootle.
commit 5b11c2fa8ea30f243a1c243e8ea48eec0f67c801
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:47:28 2010 +0200
Translation update done using Pootle.
commit f73a5624facb10dcdff9385c1959a1614d925936
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:47:25 2010 +0200
Translation update done using Pootle.
commit 8aa539635b59eb9a707f3f7f02bc62d07f081c13
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:47:22 2010 +0200
Translation update done using Pootle.
commit 733c241c268877d91e2b172ca05e733c74853b7c
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:47:20 2010 +0200
Translation update done using Pootle.
commit edbc8d3409e1e960e2b7e9975ac17f344fc490a1
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:47:17 2010 +0200
Translation update done using Pootle.
commit 7273ef7eab7ba410fb32073b78e095dda3d37b8c
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:47:14 2010 +0200
Translation update done using Pootle.
commit fc7a82aa0ad28cfcace77c0d0ac4454307dcd2c5
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:47:11 2010 +0200
Translation update done using Pootle.
commit 874bac4584f8a0baaf79888b8742825c64995b8c
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:47:07 2010 +0200
Translation update done using Pootle.
commit ab00e6a1b7e05f8391285e6e6535cf21101acf19
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:47:04 2010 +0200
Translation update done using Pootle.
commit 11a307a5286646e35d03c20555ddd3e656dac877
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:47:01 2010 +0200
Translation update done using Pootle.
commit cf8c2338a6fd70f4db6c6bf25136b11b6d321aeb
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:46:58 2010 +0200
Translation update done using Pootle.
commit 0d4b9f380f1ab6f9691a8035288277a7ff098dc0
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:46:55 2010 +0200
Translation update done using Pootle.
commit 5ae67d4d0fcd3188dac33b662eac5ec5470b2400
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:46:49 2010 +0200
Translation update done using Pootle.
commit 02b47bb1e751bec3c9c37b05decff7d368fab33d
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:46:46 2010 +0200
Translation update done using Pootle.
commit 5cd9ae9ba1c81dcad30ca611e18df2683b9437d9
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:46:43 2010 +0200
Translation update done using Pootle.
commit edf60a7205b24663ca5a9be7882f61b7f9afbc32
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:46:40 2010 +0200
Translation update done using Pootle.
commit 2a352230aee15b2d5993ce66d268411f7514e07f
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:46:37 2010 +0200
Translation update done using Pootle.
commit 5cfc440b66537f33a1844b4e661a923912d0e4ac
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:46:34 2010 +0200
Translation update done using Pootle.
commit 440b797538a66f88f96c9a0a789b31e3639228a8
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:46:31 2010 +0200
Translation update done using Pootle.
commit 5e3282cc77988687eba44c2a027d7fc827093001
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:46:27 2010 +0200
Translation update done using Pootle.
commit e31de5db139954dbb56d460104a1c65d6f926c2f
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:46:22 2010 +0200
Translation update done using Pootle.
commit 688be1f6ec470097e85c6539e67699ed571163ce
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:46:17 2010 +0200
Translation update done using Pootle.
commit d46979eeb8da31b00904d50aa96900aa128484b3
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:46:13 2010 +0200
Translation update done using Pootle.
commit 8a3039a6dd1a74cab2b946f71887c711832fab34
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:46:07 2010 +0200
Translation update done using Pootle.
commit 3c1b70f903a8f9f3369740d942be258b5f020238
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:46:02 2010 +0200
Translation update done using Pootle.
commit d2b33bf60186100d2a1c216f2aade2eabbc79a42
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:45:59 2010 +0200
Translation update done using Pootle.
commit 12a339e896d35e7cf229aebb419e3bcf5dd07ddf
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:45:56 2010 +0200
Translation update done using Pootle.
commit 8dbb7e9c2ac6525487e6376075f47ee8c6a34845
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:45:52 2010 +0200
Translation update done using Pootle.
commit 3c89b32c403a41783be90b027c25ace57431b9af
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:45:49 2010 +0200
Translation update done using Pootle.
commit e7b1dbf69bc24454fe4deee5b337a03e5e86a886
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:45:45 2010 +0200
Translation update done using Pootle.
commit a7e7e1b6a6591f1328330689a1bfef67aafd18ee
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:45:41 2010 +0200
Translation update done using Pootle.
commit 13d4888319f3453778805f47b7ff009fe777ce6b
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:45:34 2010 +0200
Translation update done using Pootle.
commit dee4de87bba3eba161d2d17672900c4941f0a2ee
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:45:29 2010 +0200
Translation update done using Pootle.
commit 507d5e49d0549e5e82e3f8063eef9a9ce726412d
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:45:24 2010 +0200
Translation update done using Pootle.
commit aa3e2284aa1ca1b92d32c7af34f13b9369b867b9
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:45:19 2010 +0200
Translation update done using Pootle.
commit cf2c8ff6c242b70b902eb12482a392161434c53d
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:45:12 2010 +0200
Translation update done using Pootle.
commit 2a285868b838131055b547bd29ac4039157210d7
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:44:59 2010 +0200
Translation update done using Pootle.
commit e3bed5b6a398e621dddf5df435ae9708be9f8eb9
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:44:54 2010 +0200
Translation update done using Pootle.
commit c4ab8cdae610a7f42dda5a183a59e658d5e0e1dd
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:44:29 2010 +0200
Translation update done using Pootle.
commit 3011d7c8dc7c65bcca8b70fe956607cf731a6e98
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:44:23 2010 +0200
Translation update done using Pootle.
commit 70724e5d6658c6c73f30cd916f19165a280fda68
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:44:11 2010 +0200
Translation update done using Pootle.
commit d8b22b89eae7d65975ce1137cbcc6e407f331573
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:44:00 2010 +0200
Translation update done using Pootle.
commit fc5a8637ec17716af0d2f3c9f78e4ed978b73881
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:43:55 2010 +0200
Translation update done using Pootle.
commit 38360ded14529584adb74801ad25d81a75d2f92f
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:43:47 2010 +0200
Translation update done using Pootle.
commit 01b16a3db4c0f6d992a12f169b0dfd09c4287c5a
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:43:44 2010 +0200
Translation update done using Pootle.
commit ef4d09897a3b64a2fc1291a27a3dbfef7779b586
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:43:37 2010 +0200
Translation update done using Pootle.
commit 87c599ed950eb5b0aead96d3798b5476450c38d7
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:43:32 2010 +0200
Translation update done using Pootle.
commit 7a48f7d64ac74fd0763dedaa76e92ce133a24184
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:43:25 2010 +0200
Translation update done using Pootle.
commit 7931954d5a8ed432929a4564739f2fa751b7fea9
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 30 15:43:04 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/cs.po | 170 +++++++++++++++++++++++++++++++-------------------------------
1 files changed, 85 insertions(+), 85 deletions(-)
diff --git a/po/cs.po b/po/cs.po
index b13a31d..c96368e 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,13 +5,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 15:25+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"
@@ -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 ""
@@ -1314,7 +1314,7 @@ msgstr "Výpis byl uložen do souboru %s."
#: libraries/messages.inc.php:284
#, php-format
msgid "Dump %s row(s) starting at record # %s"
-msgstr "Vypsat %s řádků od %s."
+msgstr "Vypsat %s řádků od %s"
#: libraries/messages.inc.php:285
msgid "dynamic"
@@ -1708,7 +1708,7 @@ msgstr "Vybrané cílové tabulky byly synchronizovány se zdrojovými."
#: libraries/messages.inc.php:379
msgid "You have to choose at least one column to display"
-msgstr "Musíte zvolit alespoň jeden sloupec, který chcete zobrazit."
+msgstr "Musíte zvolit alespoň jeden sloupec, který chcete zobrazit"
#: libraries/messages.inc.php:380
msgid "Hebrew"
@@ -1911,11 +1911,11 @@ msgstr "Index"
#: libraries/messages.inc.php:425
msgid "Index name:"
-msgstr "Jméno indexu :"
+msgstr "Jméno indexu:"
#: libraries/messages.inc.php:426
msgid "Index type:"
-msgstr "Typ indexu :"
+msgstr "Typ indexu:"
#: libraries/messages.inc.php:427
#, php-format
@@ -2131,7 +2131,7 @@ msgstr "Ukončit"
#: libraries/messages.inc.php:473
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
-msgstr "Funkčnost %s je omezena známou chybou, viz %s."
+msgstr "Funkčnost %s je omezena známou chybou, viz %s"
#: libraries/messages.inc.php:474
msgid "Korean"
@@ -2799,7 +2799,7 @@ msgstr "Heslo"
#: libraries/messages.inc.php:624
msgid "Checkpoint frequency"
-msgstr "Četnost vytváření kontrolních bodů."
+msgstr "Četnost vytváření kontrolních bodů"
#: libraries/messages.inc.php:625
msgid ""
@@ -3769,7 +3769,7 @@ msgstr "vodorovném"
#: libraries/messages.inc.php:835
#, php-format
msgid "in %s mode and repeat headers after %s cells"
-msgstr "ve %s režimu a opakovat hlavičky po %s řádcích."
+msgstr "ve %s režimu a opakovat hlavičky po %s řádcích"
#: libraries/messages.inc.php:836
msgid "vertical"
@@ -4602,7 +4602,7 @@ msgid ""
"(If this is not 0, you should carefully check the indexes of your tables.)"
msgstr ""
"Počet spojení bez klíčů, které kontrolovaly použití klíčů po každém řádku. "
-"Pokud tato hodnota není 0, měli byste zkontrolovat indexy tabulek."
+"(Pokud tato hodnota není 0, měli byste zkontrolovat indexy tabulek.)"
#: libraries/messages.inc.php:998
msgid ""
@@ -4610,7 +4610,7 @@ msgid ""
"critical even if this is big.)"
msgstr ""
"Počet spojení, které používaly intervalové vyhledávání na první tabulce. "
-"Tato hodnota obvykle není kritická i když je vysoká."
+"(Tato hodnota obvykle není kritická i když je vysoká.)"
#: libraries/messages.inc.php:999
msgid "The number of joins that did a full scan of the first table."
@@ -4701,8 +4701,8 @@ msgid ""
"implementation.)"
msgstr ""
"Počet vláken vytvořených pro obsluhu připojení. Pokud je hodnota příliš "
-"velká, můžete zvětšit parametr thread_cache_size. Na platformách, které mají "
-"dobrou implementaci vláken však toto nemá příliš velký vliv."
+"velká, můžete zvětšit parametr thread_cache_size. (Na platformách, které "
+"mají dobrou implementaci vláken však toto nemá příliš velký vliv.)"
#: libraries/messages.inc.php:1014
msgid "The number of threads that are not sleeping."
@@ -5132,7 +5132,7 @@ msgstr "zvolit"
#: libraries/messages.inc.php:1110
msgid "Target database has been synchronized with source database"
-msgstr "Cílová databáze byla synchronizována se zdrojovou."
+msgstr "Cílová databáze byla synchronizována se zdrojovou"
#: libraries/messages.inc.php:1111
msgid "Table-specific privileges"
@@ -5497,7 +5497,7 @@ msgid ""
"in pixels. The original aspect ratio is preserved."
msgstr ""
"Zobrazí náhled obrázku s odkazem na obrázek; parametry šířka a výška "
-"v bodech (poměr stran obrázku zůstane zachován)"
+"v bodech. Poměr stran obrázku zůstane zachován."
#: libraries/messages.inc.php:1190
msgid "Displays a link to download this image."
@@ -5765,7 +5765,7 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
"Použijte klávesu TAB pro pohyb mezi hodnotami nebo CTRL+šipky po pohyb všemi "
-"směry."
+"směry"
#: libraries/messages.inc.php:1237
msgid "Use Tables"
@@ -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"
@@ -6089,7 +6089,7 @@ msgstr "Editace polí typu CHAR"
#: setup/lib/messages.inc.php:32
msgid "Number of columns for CHAR/VARCHAR textareas"
-msgstr "Počet sloupců textových oblastí typu CHAR/VARCHAR."
+msgstr "Počet sloupců textových oblastí typu CHAR/VARCHAR"
#: setup/lib/messages.inc.php:33
msgid "CHAR textarea columns"
@@ -6097,7 +6097,7 @@ msgstr "Sloupce pro textové oblasti typu CHAR"
#: setup/lib/messages.inc.php:34
msgid "Number of rows for CHAR/VARCHAR textareas"
-msgstr "Počet řádků textových oblastí typu CHAR/VARCHAR."
+msgstr "Počet řádků textových oblastí typu CHAR/VARCHAR"
#: setup/lib/messages.inc.php:35
msgid "CHAR textarea rows"
@@ -6118,7 +6118,7 @@ msgid ""
msgstr ""
"Komprimovat exporty pomocí gzip/bzip2 za letu bez velkých nároků na paměť; "
"pokud narazíte na problémy s takto vytvořenými gzip/bzip2 archivy, zakažte "
-"tuto funkci."
+"tuto funkci"
#: setup/lib/messages.inc.php:39
msgid "Compress on the fly"
@@ -6158,7 +6158,7 @@ msgstr "Výchozí server"
#: setup/lib/messages.inc.php:47
msgid "Tab that is displayed when entering a database"
-msgstr "Panel, který je zobrazen při přístupu k databázi."
+msgstr "Panel, který je zobrazen při přístupu k databázi"
#: setup/lib/messages.inc.php:48
msgid "Default database tab"
@@ -6244,7 +6244,7 @@ msgstr "Prázdné přihlašovací URL při použití autentizace signon"
#: setup/lib/messages.inc.php:67
msgid "Empty username while using config authentication method"
msgstr ""
-"Při použití nastavené autentizační metody nebylo vyplněno uživatelské jméno."
+"Při použití nastavené autentizační metody nebylo vyplněno uživatelské jméno"
#: setup/lib/messages.inc.php:68
msgid "Submitted form contains errors"
@@ -6451,7 +6451,7 @@ msgid ""
"what they are for"
msgstr ""
"Pokročilé nastavení serveru, neměňte tyto volby, pokud nevíte, čeho se "
-"týkají."
+"týkají"
#: setup/lib/messages.inc.php:122
msgid "Server configuration"
@@ -6476,8 +6476,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"
@@ -6509,7 +6509,7 @@ msgstr "Přizpůsobení hlavního rámu"
#: setup/lib/messages.inc.php:134
msgid "Customize links shown in SQL Query boxes"
-msgstr "Přizpůsobení odkazů zobrazených v políčcích pro SQL dotazy."
+msgstr "Přizpůsobení odkazů zobrazených v políčcích pro SQL dotazy"
#: setup/lib/messages.inc.php:135
msgid "SQL Query box"
@@ -6521,8 +6521,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"
@@ -6550,7 +6550,7 @@ msgid ""
"and export operations"
msgstr ""
"Povolí [a@http://cs.wikipedia.org/wiki/Gzip]gzip[/a] kompresi pro "
-"importování a exportování."
+"importování a exportování"
#: setup/lib/messages.inc.php:143
msgid "GZip"
@@ -6564,7 +6564,7 @@ msgid ""
"system."
msgstr ""
"[a@?page=form&formset=features#tab_Import_export]GZip komprese a "
-"dekomprese[/a] vyžaduje funkce (%s) které nejsou dostupné na tomto systému"
+"dekomprese[/a] vyžaduje funkce (%s) které nejsou dostupné na tomto systému."
#: setup/lib/messages.inc.php:145
msgid "phpMyAdmin homepage"
@@ -6584,7 +6584,7 @@ msgid ""
"if one of the queries failed"
msgstr ""
"Pokud je povoleno, PMA pokračuje ve zpracování víceprvkových dotazů, i když "
-"jeden z nich selhal."
+"jeden z nich selhal"
#: setup/lib/messages.inc.php:149
msgid "Ignore multiple statement errors"
@@ -6610,7 +6610,7 @@ msgid ""
"table) and only SQL is always available"
msgstr ""
"Výchozí formát; vemte v potaz, že toto závisí na umístění (databáze, "
-"tabulka) a pouze SQL je vždy dostupný."
+"tabulka) a pouze SQL je vždy dostupný"
#: setup/lib/messages.inc.php:155
msgid "Partial import: skip queries"
@@ -6639,7 +6639,7 @@ msgstr ""
#: setup/lib/messages.inc.php:159
msgid "How many rows can be inserted at one time"
-msgstr "Kolik řádků může být vloženo naráz."
+msgstr "Kolik řádků může být vloženo naráz"
#: setup/lib/messages.inc.php:160
msgid "Number of inserted rows"
@@ -6659,7 +6659,7 @@ msgstr "Zobrazit logo"
#: setup/lib/messages.inc.php:164
msgid "Display server choice at the top of the left frame"
-msgstr "Zobrazí volbu serveru v horní části levého rámu."
+msgstr "Zobrazí volbu serveru v horní části levého rámu"
#: setup/lib/messages.inc.php:165
msgid "Display servers selection"
@@ -6715,7 +6715,7 @@ msgid ""
"([kbd]new[/kbd])"
msgstr ""
"Zda se má odkazovaná stránka otevřít v hlavním okně ([kbd]hlavní[/kbd]) nebo "
-"v novém ([kbd]nové[/kbd])."
+"v novém ([kbd]nové[/kbd])"
#: setup/lib/messages.inc.php:177
msgid "Logo link target"
@@ -6723,7 +6723,7 @@ msgstr "Cíl odkazu loga"
#: setup/lib/messages.inc.php:178
msgid "Highlight server under the mouse cursor"
-msgstr "Zvýrazní server pod kurzorem myši."
+msgstr "Zvýrazní server pod kurzorem myši"
#: setup/lib/messages.inc.php:179
msgid "Enable highlighting"
@@ -6735,7 +6735,7 @@ msgstr "Nechat uživatele, aby si vybral"
#: setup/lib/messages.inc.php:181
msgid "Use less graphically intense tabs"
-msgstr "Použije graficky méně náročné panely."
+msgstr "Použije graficky méně náročné panely"
#: setup/lib/messages.inc.php:182
msgid "Light tabs"
@@ -6766,7 +6766,7 @@ msgid ""
"authentication mode"
msgstr ""
"Určuje, zda se má pamatovat předchozí přihlášení, při použití autentizace "
-"pomocí cookies."
+"pomocí cookies"
#: setup/lib/messages.inc.php:187
msgid "Recall user name"
@@ -6790,7 +6790,7 @@ msgstr "Uložení přihlašovací cookie"
#: setup/lib/messages.inc.php:190
msgid "Define how long (in seconds) a login cookie is valid"
-msgstr "Určuje, jak dlouho (v sekundách) je přihlašovací cookie platná."
+msgstr "Určuje, jak dlouho (v sekundách) je přihlašovací cookie platná"
#: setup/lib/messages.inc.php:191
msgid ""
@@ -6808,7 +6808,7 @@ msgstr "Platnost přihlašovací cookie"
#: setup/lib/messages.inc.php:193
msgid "Maximum number of characters used when a SQL query is displayed"
-msgstr "Nejvyšší počet znaků SQL dotazu, které se ještě zobrazí."
+msgstr "Nejvyšší počet znaků SQL dotazu, které se ještě zobrazí"
#: setup/lib/messages.inc.php:194
msgid "Maximum displayed SQL length"
@@ -6816,8 +6816,7 @@ 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"
@@ -6839,7 +6838,7 @@ msgstr "Nejvyšší počet zobrazených řádků"
#: setup/lib/messages.inc.php:199
msgid "Maximum number of tables displayed in table list"
-msgstr "Nejvyšší počet tabulek zobrazených v seznamu tabulek."
+msgstr "Nejvyšší počet tabulek zobrazených v seznamu tabulek"
#: setup/lib/messages.inc.php:200
msgid "Maximum tables"
@@ -6859,7 +6858,7 @@ msgstr "Omezení paměti"
#: setup/lib/messages.inc.php:203 setup/lib/messages.inc.php:215
msgid "Use only icons, only text or both"
-msgstr "Zda se mají zobrazit pouze ikony, nebo pouze text, případně obojí."
+msgstr "Zda se mají zobrazit pouze ikony, nebo pouze text, případně obojí"
#: setup/lib/messages.inc.php:204
msgid "Iconic navigation bar"
@@ -6871,11 +6870,11 @@ msgstr "Nový server"
#: setup/lib/messages.inc.php:206
msgid "There are no configured servers"
-msgstr "Žádné servery nejsou nastaveny."
+msgstr "Žádné servery nejsou nastaveny"
#: setup/lib/messages.inc.php:207
msgid "use GZip output buffering for increased speed in HTTP transfers"
-msgstr "Použije mezipaměť pro GZip výstup, čímž zvýší rychlost HTTP přenosů."
+msgstr "Použije mezipaměť pro GZip výstup, čímž zvýší rychlost HTTP přenosů"
#: setup/lib/messages.inc.php:208
msgid "GZip output buffering"
@@ -6891,7 +6890,7 @@ msgid ""
"DATETIME and TIMESTAMP, ascending order otherwise"
msgstr ""
"[kbd]SMART[/kbd] - t.j. řazení sestupně pro políčka typu TIME, DATE, "
-"DATETIME a TIMESTAMP, v ostatních případech se použije vzestupné řazení."
+"DATETIME a TIMESTAMP, v ostatních případech se použije vzestupné řazení"
#: setup/lib/messages.inc.php:211
msgid "Default sorting order"
@@ -6903,7 +6902,7 @@ msgstr "Přehled"
#: setup/lib/messages.inc.php:213
msgid "Use persistent connections to MySQL databases"
-msgstr "Použije trvalé (persistentní) připojení k MySQL databázi."
+msgstr "Použije trvalé (persistentní) připojení k MySQL databázi"
#: setup/lib/messages.inc.php:214
msgid "Persistent connections"
@@ -6915,7 +6914,7 @@ msgstr "Zobrazení ikon pro operace s tabulkami"
#: setup/lib/messages.inc.php:217
msgid "Disallow BLOB and BINARY fields from editing"
-msgstr "Zakáže úpravu políček BLOB a BINARY."
+msgstr "Zakáže úpravu políček BLOB a BINARY"
#: setup/lib/messages.inc.php:218
msgid "Protect binary fields"
@@ -6936,7 +6935,7 @@ msgstr "Nepřetržitá historie dotazů"
#: setup/lib/messages.inc.php:221
msgid "How many queries are kept in history"
-msgstr "Kolik dotazů se má držet v historii."
+msgstr "Kolik dotazů se má držet v historii"
#: setup/lib/messages.inc.php:222
msgid "Query history length"
@@ -6952,7 +6951,7 @@ msgstr "Výchozí panel okna dotazů"
#: setup/lib/messages.inc.php:225
msgid "Select which functions will be used for character set conversion"
-msgstr "Vybere, které funkce budou použity pro konverzi znakových sad."
+msgstr "Vybere, které funkce budou použity pro konverzi znakových sad"
#: setup/lib/messages.inc.php:226
msgid "Recoding engine"
@@ -6991,7 +6990,7 @@ msgstr ""
#: setup/lib/messages.inc.php:232
msgid "You should use mysqli for performance reasons"
-msgstr "Měl byste použít mysqli z výkonostních důvodů."
+msgstr "Měl byste použít mysqli z výkonostních důvodů"
#: setup/lib/messages.inc.php:233
msgid "You allow for connecting to the server without a password."
@@ -7003,7 +7002,7 @@ msgstr "Přidat nový server"
#: setup/lib/messages.inc.php:235
msgid "Leave blank if not used"
-msgstr "Pokud tuto volbu nepoužíváte, nechte ji prázdnou."
+msgstr "Pokud tuto volbu nepoužíváte, nechte ji prázdnou"
#: setup/lib/messages.inc.php:236
msgid "Host authentication order"
@@ -7011,7 +7010,7 @@ msgstr "Příkaz pro autentizaci serverů"
#: setup/lib/messages.inc.php:237
msgid "Leave blank for defaults"
-msgstr "Nechte volbu prázdnou pro výchozí nastavení."
+msgstr "Nechte volbu prázdnou pro výchozí nastavení"
#: setup/lib/messages.inc.php:238
msgid "Host authentication rules"
@@ -7049,7 +7048,7 @@ msgstr "Konfigurační soubor SweKey"
#: setup/lib/messages.inc.php:245
msgid "Authentication method to use"
-msgstr "Která autentizační metoda se má použít."
+msgstr "Která autentizační metoda se má použít"
#: setup/lib/messages.inc.php:246
msgid "Authentication type"
@@ -7060,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"
@@ -7074,7 +7073,7 @@ msgid ""
"pma_column_info[/kbd]"
msgstr ""
"Nechte prázdné pro žádné komentáře či mime typy sloupců, výchozí nastavení: "
-"[kbd]pma_column_info[/kbd]."
+"[kbd]pma_column_info[/kbd]"
#: setup/lib/messages.inc.php:250
msgid "Column information table"
@@ -7082,7 +7081,7 @@ msgstr "Tabulka informací o sloupcích"
#: setup/lib/messages.inc.php:251
msgid "Compress connection to MySQL server"
-msgstr "Zda se má komprimovat připojení k MySQL serveru."
+msgstr "Zda se má komprimovat připojení k MySQL serveru"
#: setup/lib/messages.inc.php:252
msgid "Compress connection"
@@ -7090,7 +7089,7 @@ msgstr "Komprimovat připojení"
#: setup/lib/messages.inc.php:253
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
-msgstr "Jak se připojit k serveru, ponechte tcp pokud si nejste jistí."
+msgstr "Jak se připojit k serveru, ponechte tcp pokud si nejste jistí"
#: setup/lib/messages.inc.php:254
msgid "Connection type"
@@ -7105,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"
@@ -7114,7 +7113,7 @@ msgstr "Kontrolní uživatel"
#: setup/lib/messages.inc.php:258
msgid "Count tables when showing database list"
-msgstr "Zda počítat tabulky, když se zobrazuje seznam databází."
+msgstr "Zda počítat tabulky, když se zobrazuje seznam databází"
#: setup/lib/messages.inc.php:259
msgid "Count tables"
@@ -7234,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"
@@ -7262,8 +7261,9 @@ 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 +7316,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"
@@ -7343,7 +7343,7 @@ msgid ""
"compatibility checks and thereby increases performance"
msgstr ""
"Vypněte, pokud víte, že vaše tabulky pma_* jsou v pořádku. Tím zabráníte "
-"kontrolám kompatibility a urychlíte zobrazování stránek."
+"kontrolám kompatibility a urychlíte zobrazování stránek"
#: setup/lib/messages.inc.php:306
msgid "Verbose check"
@@ -7354,7 +7354,7 @@ msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-"Přívětivý popis tohoto serveru. Pokud necháte prázné, zobrazí se jeho jméno"
+"Přívětivý popis tohoto serveru. Pokud necháte prázné, zobrazí se jeho jméno."
#: setup/lib/messages.inc.php:308
msgid "Verbose name of this server"
@@ -7588,26 +7588,26 @@ 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
-#, fuzzy, php-format
+#, php-format
msgid ""
"[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] "
"requires functions (%s) which are unavailable on this system."
msgstr ""
-"[a@?page=form&formset=features#tab_Import_export]GZip komprese a "
-"dekomprese[/a] vyžaduje funkce (%s) které nejsou dostupné na tomto systému"
+"[a@?page=form&formset=features#tab_Import_export]Zip komprese[/a] "
+"vyžaduje funkce (%s) které nejsou dostupné na tomto systému."
#: setup/lib/messages.inc.php:361
-#, fuzzy, php-format
+#, php-format
msgid ""
"[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] "
"requires functions (%s) which are unavailable on this system."
msgstr ""
-"[a@?page=form&formset=features#tab_Import_export]GZip komprese a "
-"dekomprese[/a] vyžaduje funkce (%s) které nejsou dostupné na tomto systému"
+"[a@?page=form&formset=features#tab_Import_export]Zip dekomprese[/a] "
+"vyžaduje funkce (%s) které nejsou dostupné na tomto systému."
#: setup/lib/messages.inc.php:362
msgid "ZIP"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-943-g5780094
by Michal Čihař 30 Mar '10
by Michal Čihař 30 Mar '10
30 Mar '10
The branch, master has been updated
via 578009490dd482836493c75342ef7733c1ffbc5e (commit)
from 6a2bf921a040aeae5f3e64ec548b11686dd1f2f4 (commit)
- Log -----------------------------------------------------------------
commit 578009490dd482836493c75342ef7733c1ffbc5e
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Mar 30 15:25:18 2010 +0200
Improve Czech translation.
-----------------------------------------------------------------------
Summary of changes:
po/cs.po | 41 ++++++++++++++++-------------------------
1 files changed, 16 insertions(+), 25 deletions(-)
diff --git a/po/cs.po b/po/cs.po
index 6e9d0a6..b13a31d 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,7 +5,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 14:59+0200\n"
-"PO-Revision-Date: 2010-03-30 14:51+0200\n"
+"PO-Revision-Date: 2010-03-30 15:25+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -3517,9 +3517,8 @@ msgid "This server is configured as master in a replication process."
msgstr ""
#: libraries/messages.inc.php:781
-#, fuzzy
msgid "Control slave:"
-msgstr "Kontrolní uživatel"
+msgstr "Ovládání podřízeného:"
#: libraries/messages.inc.php:782
msgid ""
@@ -3549,9 +3548,8 @@ msgid ""
msgstr ""
#: libraries/messages.inc.php:787
-#, fuzzy
msgid "Master configuration"
-msgstr "Nastavení serveru"
+msgstr "Nastavení nadřízeného"
#: libraries/messages.inc.php:788
msgid "Master replication"
@@ -3651,9 +3649,8 @@ msgid "Skip next"
msgstr "Přeskočit dalších"
#: libraries/messages.inc.php:809
-#, fuzzy
msgid "Slave replication"
-msgstr "Nastavení podřízeného"
+msgstr "Replikace podřízeného"
#: libraries/messages.inc.php:810
msgid "Slave SQL Thread not running!"
@@ -7234,12 +7231,11 @@ msgid "Password for config auth"
msgstr "Heslo pro autentizaci config"
#: setup/lib/messages.inc.php:281
-#, fuzzy
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
msgstr ""
-"Nechte prázdné pro žádné komentaře či mime typy sloupců, výchozí nastavení: "
-"[kbd]pma_column_info[/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"
@@ -7262,14 +7258,12 @@ msgid "Server port"
msgstr "Port serveru"
#: setup/lib/messages.inc.php:287
-#, fuzzy
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 žá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 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"
@@ -7319,12 +7313,11 @@ msgid "Use SSL"
msgstr "Použít SSL"
#: setup/lib/messages.inc.php:299
-#, fuzzy
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]"
msgstr ""
-"Nechte prázdné pro žádné komentaře či mime typy sloupců, výchozí nastavení: "
-"[kbd]pma_column_info[/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"
@@ -7530,9 +7523,8 @@ msgid ""
msgstr ""
#: setup/lib/messages.inc.php:348
-#, fuzzy
msgid "Verbose multiple statements"
-msgstr "Ignorovat chyby ve víceprvkových dotazech"
+msgstr "Podrobné víceprvkové dotazy"
#: setup/lib/messages.inc.php:349
msgid ""
@@ -7558,7 +7550,7 @@ msgstr ""
"je %s a byla vydána %s."
#: setup/lib/messages.inc.php:353
-#, fuzzy, php-format
+#, php-format
#| msgid ""
#| "You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The "
#| "latest stable version is %s, released on %s."
@@ -7566,8 +7558,8 @@ msgid ""
"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
"version is %s, released on %s."
msgstr ""
-"Používáte verzi ze subversion, pro aktualizaci spusťte [kbd]svn update[/"
-"kbd] :-)[br]Poslední stabilní verze je %s a byla vydána %s."
+"Používáte verzi z Gitu, pro aktualizaci spusťte [kbd]git pull[/kbd] :-)[br]"
+"Poslední stabilní verze je %s a byla vydána %s."
#: setup/lib/messages.inc.php:354
msgid "No newer stable version is available"
@@ -7592,13 +7584,12 @@ msgid "Warning"
msgstr "Varování"
#: setup/lib/messages.inc.php:359
-#, fuzzy
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/Gzip]gzip[/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
#, fuzzy, php-format
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-942-g6a2bf92
by Michal Čihař 30 Mar '10
by Michal Čihař 30 Mar '10
30 Mar '10
The branch, master has been updated
via 6a2bf921a040aeae5f3e64ec548b11686dd1f2f4 (commit)
via 786361ccd0047896993fa67d36531d99e99d0daf (commit)
via 8bec1a3bd5b3c466b06152d64c48846f659e679b (commit)
via f5359b393b082d3aa774ae4ea7ecfe33df45cf42 (commit)
from 502285f9bc794e7ca741024c878cf70726c9a488 (commit)
- Log -----------------------------------------------------------------
commit 6a2bf921a040aeae5f3e64ec548b11686dd1f2f4
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Mar 30 15:13:17 2010 +0200
Adjust links to files in changelog to point to git.
commit 786361ccd0047896993fa67d36531d99e99d0daf
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Mar 30 15:04:05 2010 +0200
Adjust links to releases in changelog.
commit 8bec1a3bd5b3c466b06152d64c48846f659e679b
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Mar 30 15:01:15 2010 +0200
HeadURL makes no sense in Git.
commit f5359b393b082d3aa774ae4ea7ecfe33df45cf42
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Mar 30 15:00:00 2010 +0200
Yet another subversion notice.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 -
changelog.php | 10 +++++-----
libraries/sqlvalidator.class.php | 1 -
po/af.po | 6 +++---
po/ar.po | 6 +++---
po/az.po | 6 +++---
po/be.po | 6 +++---
po/be(a)latin.po | 6 +++---
po/bg.po | 6 +++---
po/bn.po | 6 +++---
po/bs.po | 6 +++---
po/ca.po | 11 +++++++----
po/cs.po | 11 +++++++----
po/da.po | 6 +++---
po/de.po | 11 +++++++----
po/el.po | 11 +++++++----
po/en_GB.po | 11 +++++++----
po/es.po | 11 +++++++----
po/et.po | 6 +++---
po/eu.po | 6 +++---
po/fa.po | 6 +++---
po/fi.po | 11 +++++++----
po/fr.po | 11 +++++++----
po/gl.po | 11 +++++++----
po/he.po | 6 +++---
po/hi.po | 6 +++---
po/hr.po | 6 +++---
po/hu.po | 11 +++++++----
po/id.po | 6 +++---
po/it.po | 6 +++---
po/ja.po | 6 +++---
po/ka.po | 11 +++++++----
po/ko.po | 6 +++---
po/lt.po | 6 +++---
po/lv.po | 6 +++---
po/mk.po | 6 +++---
po/mn.po | 6 +++---
po/ms.po | 6 +++---
po/nb.po | 11 +++++++----
po/nl.po | 11 +++++++----
po/phpmyadmin.pot | 6 +++---
po/pl.po | 11 +++++++----
po/pt.po | 6 +++---
po/pt_BR.po | 6 +++---
po/ro.po | 6 +++---
po/ru.po | 11 +++++++----
po/si.po | 6 +++---
po/sk.po | 6 +++---
po/sl.po | 6 +++---
po/sq.po | 6 +++---
po/sr.po | 6 +++---
po/sr(a)latin.po | 6 +++---
po/sv.po | 11 +++++++----
po/te.po | 6 +++---
po/th.po | 6 +++---
po/tr.po | 11 +++++++----
po/tt.po | 6 +++---
po/uk.po | 6 +++---
po/uz.po | 11 +++++++----
po/uz(a)latin.po | 11 +++++++----
po/zh_CN.po | 11 +++++++----
po/zh_TW.po | 6 +++---
setup/lib/messages.inc.php | 2 +-
63 files changed, 263 insertions(+), 205 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b1243f1..03a09ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,6 @@ phpMyAdmin - ChangeLog
----------------------
$Id$
-$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/… $
3.4.0.0 (not yet released)
+ rfe #2890226 [view] Enable VIEW rename
diff --git a/changelog.php b/changelog.php
index 7b8c6f3..dcdbecf 100644
--- a/changelog.php
+++ b/changelog.php
@@ -55,7 +55,7 @@ $replaces = array(
// linking files
'/(\s+)([\\/a-z_0-9\.]+\.(?:php3?|html|pl|js|sh))/i'
- => '\\1<a href="http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin/trunk/phpMyAdmin/\\…">\\2</a>',
+ => '\\1<a href="http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/phpmyadmi…">\\2</a>',
// FAQ entries
'/FAQ ([0-9]+)\.([0-9a-z]+)/i'
@@ -74,10 +74,10 @@ $replaces = array(
=> '<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=\\1">\\1</a>',
// Highlight releases (with links)
- '/(( ### )(([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+) (.*)))/'
- => '<a name="\\4_\\5_\\6_\\7"></a>\\2<a href="http://svn.sourceforge.net/viewvc/phpmyadmin/tags/RELEASE_\\4_\\5_\\6_\\7/p…">\\4.\\5.\\6.\\7 \\8</a>',
- '/(( ### )(([0-9]+)\.([0-9]+)\.([0-9]+) (.*)))/'
- => '<a name="\\4_\\5_\\6_\\7"></a>\\2<a href="http://svn.sourceforge.net/viewvc/phpmyadmin/tags/RELEASE_\\4_\\5_\\6/phpMy…">\\4.\\5.\\6 \\7</a>',
+ '/([0-9]+)\.([0-9]+)\.([0-9]+)\.0 (\([0-9-]+\))/'
+ => '<a name="\\1_\\2_\\3"></a><a href="http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/phpmyadmi…">\\1.\\2.\\3.0 \\4</a>',
+ '/([0-9]+)\.([0-9]+)\.([0-9]+)\.([1-9][0-9]*) (\([0-9-]+\))/'
+ => '<a name="\\1_\\2_\\3_\\4"></a><a href="http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/phpmyadmi…">\\1.\\2.\\3.\\4 \\5</a>',
// Highlight releases (not linkable)
'/( ### )(.*)/'
diff --git a/libraries/sqlvalidator.class.php b/libraries/sqlvalidator.class.php
index 1c29fd9..3b6847c 100644
--- a/libraries/sqlvalidator.class.php
+++ b/libraries/sqlvalidator.class.php
@@ -16,7 +16,6 @@
* If you got this file from somewhere other than phpMyAdmin
* please be aware that the latest copy will always be in the
* phpMyAdmin subversion tree as
- * $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/… $
*
* This code that also used to depend on the PHP overload module, but that has been
* removed now.
diff --git a/po/af.po b/po/af.po
index 5e02c39..2e42f66 100644
--- a/po/af.po
+++ b/po/af.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:56+0200\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"
"Language-Team: afrikaans <af(a)li.org>\n"
@@ -7206,8 +7206,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/ar.po b/po/ar.po
index 3d38654..83de713 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:56+0200\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"
"Language-Team: arabic <ar(a)li.org>\n"
@@ -7147,8 +7147,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/az.po b/po/az.po
index 68b6231..7c42a51 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:56+0200\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"
"Language-Team: azerbaijani <az(a)li.org>\n"
@@ -7283,8 +7283,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/be.po b/po/be.po
index 58b6ef3..4a38046 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:56+0200\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"
"Language-Team: belarusian_cyrillic <be(a)li.org>\n"
@@ -7561,8 +7561,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index 6eeb72d..c8a1b56 100644
--- a/po/be(a)latin.po
+++ b/po/be(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:56+0200\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"
"Language-Team: belarusian_latin <be@latin@li.org>\n"
@@ -7469,8 +7469,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/bg.po b/po/bg.po
index 363e5b1..279fa54 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:56+0200\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"
"Language-Team: bulgarian <bg(a)li.org>\n"
@@ -7321,8 +7321,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/bn.po b/po/bn.po
index e51a495..8ebe720 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:56+0200\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"
"Language-Team: bangla <bn(a)li.org>\n"
@@ -7476,8 +7476,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/bs.po b/po/bs.po
index 8440df0..9b2b916 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:56+0200\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"
"Language-Team: bosnian <bs(a)li.org>\n"
@@ -7282,8 +7282,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/ca.po b/po/ca.po
index d790dd8..26f78ed 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7682,10 +7682,13 @@ msgstr ""
"actualitzar-la. La nova versió és la %s, alliberada el %s."
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"Estàs utilitzant una versió del repositori subversion, executa [kbd]svn "
"update[/kbd] :-)[br]La darrera versió estable és la %s, alliberada en %s."
diff --git a/po/cs.po b/po/cs.po
index fdc898a..6e9d0a6 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,7 +4,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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+0200\n"
"PO-Revision-Date: 2010-03-30 14:51+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
@@ -7558,10 +7558,13 @@ msgstr ""
"je %s a byla vydána %s."
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"Používáte verzi ze subversion, pro aktualizaci spusťte [kbd]svn update[/"
"kbd] :-)[br]Poslední stabilní verze je %s a byla vydána %s."
diff --git a/po/da.po b/po/da.po
index 6506db1..695d4cc 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7385,8 +7385,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/de.po b/po/de.po
index dd80626..53d3210 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7655,10 +7655,13 @@ msgstr ""
"sollten. Die neuste Version ist %s, erschienen %s."
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"Sie benutzen eine SVN Version, starten Sie [kbd]svn update[/kbd] :-)[br]Die "
"neuste stabile Version ist %s, veröffentlicht am %s."
diff --git a/po/el.po b/po/el.po
index b5376a7..a3fdc0c 100644
--- a/po/el.po
+++ b/po/el.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:56+0200\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"
"Language-Team: greek <el(a)li.org>\n"
@@ -7764,10 +7764,13 @@ msgstr ""
"εγκαταστήσετε. Η νεότερη έκδοση είναι η %s και δημοσιεύτηκε την %s."
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"Χρησιμοποιείτε υποέκδοση έκδοσης. Εκτελέστε την [kbd]ενημέρωση svn[/kbd] :-)"
"[br]Η τελευταία τελική έκδοση είναι η %s και δημοσιεύτηκε την %s."
diff --git a/po/en_GB.po b/po/en_GB.po
index e0281ab..296ed62 100644
--- a/po/en_GB.po
+++ b/po/en_GB.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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+0200\n"
"PO-Revision-Date: 2010-03-12 11:13+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: english-gb <en_GB(a)li.org>\n"
@@ -7601,10 +7601,13 @@ msgstr ""
"upgrading. The newest version is %s, released on %s."
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The "
"latest stable version is %s, released on %s."
diff --git a/po/es.po b/po/es.po
index 8759cc3..48defbd 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7721,10 +7721,13 @@ msgstr ""
"la obtenga. La versión más reciente es %s, y existe desde el %s."
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"Usted está usando subversión, version, ejecute [kbd]svn update[/kbd] :-)[br]"
"La versión estable más reciente es %s, publicada el %s."
diff --git a/po/et.po b/po/et.po
index 1a78ca4..e18d0d2 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7457,8 +7457,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/eu.po b/po/eu.po
index 93c0449..60b3e41 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:56+0200\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"
"Language-Team: basque <eu(a)li.org>\n"
@@ -7312,8 +7312,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/fa.po b/po/fa.po
index e125c51..a216dcc 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7183,8 +7183,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/fi.po b/po/fi.po
index 5a0d8a2..bfd6347 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7656,10 +7656,13 @@ msgstr ""
"Uusin versio on %s, ja se on julkaistu %s."
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"Käytössä on subversion-versio, suorita [kbd]svn update[/kbd] :-)[br]Uusin "
"vakaa versio on %s, joka julkaistiin %s."
diff --git a/po/fr.po b/po/fr.po
index 05664a1..c565b18 100644
--- a/po/fr.po
+++ b/po/fr.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-Creati
on-Date: 2010-03-30 14:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+0200\n"
"PO-Revision-Date: 2010-03-12 17:49+0200\n"
"Last-Translator: <olivier.tetard(a)miskin.fr>\n"
"Language-Team: french <fr(a)li.org>\n"
@@ -7702,10 +7702,13 @@ msgstr ""
"une mise à niveau. La version la plus récente est %s, publiée le %s."
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"Vous utilisez phpMyAdmin sous subversion, faites [kbd]svn update[/kbd] :-)"
"[br]La dernière version stable est %s, publiée le %s."
diff --git a/po/gl.po b/po/gl.po
index 00c4959..17630cd 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7711,10 +7711,13 @@ msgstr ""
"actualizala. A versión máis recente é %s, publicada o %s."
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"Está a empregar versións con subversion; execute [kbd]svn update[/kbd] :-)"
"[br]A versión estábel máis recente é %s, publicada o %s."
diff --git a/po/he.po b/po/he.po
index 1ec79a0..4d83339 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7209,8 +7209,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/hi.po b/po/hi.po
index c0c5b16..81f0f4b 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7071,8 +7071,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/hr.po b/po/hr.po
index 787b7b5..e5e2553 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7535,8 +7535,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/hu.po b/po/hu.po
index f3fff4d..ba4f67c 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7707,10 +7707,13 @@ msgstr ""
"%s, kiadás dátuma: %s."
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"Ön verziókezeléses verziót használ, futtassa le az [kbd]svn frissítést[/"
"kbd] :-)[br]Legújabb stabil verzió: %s, kiadás dátuma: %s."
diff --git a/po/id.po b/po/id.po
index 784d182..254365c 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7329,8 +7329,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/it.po b/po/it.po
index da99c74..70666dd 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7572,8 +7572,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/ja.po b/po/ja.po
index fc766cc..f79061f 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7370,8 +7370,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/ka.po b/po/ka.po
index 2e5103d..ee7660d 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7610,10 +7610,13 @@ msgstr ""
"upgrading. The newest version is %s, released on %s."
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The "
"latest stable version is %s, released on %s."
diff --git a/po/ko.po b/po/ko.po
index ba69936..cc46357 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7213,8 +7213,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/lt.po b/po/lt.po
index 187d2d2..b36c239 100644
--- a/po/lt.po
+++ b/po/lt.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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+0200\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: lithuanian <lt(a)li.org>\n"
@@ -7332,8 +7332,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/lv.po b/po/lv.po
index 9aaaa74..bf3dc43 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7293,8 +7293,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/mk.po b/po/mk.po
index 5e1c4f8..e89e337 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7338,8 +7338,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/mn.po b/po/mn.po
index 60ccea4..f7971a8 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7247,8 +7247,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/ms.po b/po/ms.po
index 93d97dd..99e25e5 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7218,8 +7218,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/nb.po b/po/nb.po
index 8c3177b..620f308 100644
--- a/po/nb.po
+++ b/po/nb.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:56+0200\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"
"Language-Team: norwegian <no(a)li.org>\n"
@@ -7616,10 +7616,13 @@ msgstr ""
"versjon er %s, utgitt den %s."
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"Du bruker subversion versjon, kjør [kbd]svn update[/kbd] :-)[br]Den siste "
"stabile versjon er %s, utgutt den %s."
diff --git a/po/nl.po b/po/nl.po
index 0325d50..93cd4ea 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7725,10 +7725,13 @@ msgstr ""
"overwegen. De nieuwe versie is %s, uitgebracht op %s."
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"U gebruikt een subversion versie, start [kbd]svn update[/kbd] :-)[br]De "
"meest recente stabiele versie is %s, uitgebracht op %s."
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index efdc498..947038d 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7068,8 +7068,8 @@ msgstr ""
#: setup/lib/messages.inc.php:353
#, possible-php-format
msgid ""
-"You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/pl.po b/po/pl.po
index 7f3c7ff..909a0cf 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7600,10 +7600,13 @@ msgstr ""
"werja to %s, wydana dnia %s."
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"Używana jest wersja z subversion, należy uruchomić [kbd]svn update[/kbd] :-)"
"[br]Najnowsza stabilna wersja to %s, wydana dnia %s."
diff --git a/po/pt.po b/po/pt.po
index 07d01b7..dc45576 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7299,8 +7299,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 30946a7..7ec07ec 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7491,8 +7491,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/ro.po b/po/ro.po
index 95175f0..9609e9c 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7527,8 +7527,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/ru.po b/po/ru.po
index 9abd13f..d2854bf 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:56+0200\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"
"Language-Team: russian <ru(a)li.org>\n"
@@ -7731,10 +7731,13 @@ msgstr ""
"Новейшая версия %s, выпущена %s."
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"Вы используете подверсию, запустите [kbd]обновление svn[/kbd] :-)[br]"
"Последняя стабильная версия %s, выпущена %s."
diff --git a/po/si.po b/po/si.po
index 620d847..309f14b 100644
--- a/po/si.po
+++ b/po/si.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:56+0200\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"
"Language-Team: sinhala <si(a)li.org>\n"
@@ -7461,8 +7461,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/sk.po b/po/sk.po
index 9941f3e..93c8d22 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:56+0200\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"
"Language-Team: slovak <sk(a)li.org>\n"
@@ -7467,8 +7467,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/sl.po b/po/sl.po
index eae986e..6dfe28a 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:56+0200\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"
"Language-Team: slovenian <sl(a)li.org>\n"
@@ -7289,8 +7289,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/sq.po b/po/sq.po
index 1ebd524..534fc57 100644
--- a/po/sq.po
+++ b/po/sq.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:56+0200\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"
"Language-Team: albanian <sq(a)li.org>\n"
@@ -7304,8 +7304,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/sr.po b/po/sr.po
index 847898d..d870e7d 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:56+0200\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"
"Language-Team: serbian_cyrillic <sr(a)li.org>\n"
@@ -7467,8 +7467,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/sr(a)latin.po b/po/sr(a)latin.po
index bdce075..d586102 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:56+0200\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"
"Language-Team: serbian_latin <sr@latin@li.org>\n"
@@ -7473,8 +7473,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/sv.po b/po/sv.po
index d374635..e999bb2 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:56+0200\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"
"Language-Team: swedish <sv(a)li.org>\n"
@@ -7632,10 +7632,13 @@ msgstr ""
"uppgradera. Den nyaste versionen är %s, publicerad den %s."
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"Du använder en subversion-version, kör [kbd]svn update[/kbd] :-)[br]Den "
"senaste stabila versionen är %s, publicerad den %s."
diff --git a/po/te.po b/po/te.po
index 318a27f..10d1752 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7135,8 +7135,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/th.po b/po/th.po
index a1bf897..efe1309 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:56+0200\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"
"Language-Team: thai <th(a)li.org>\n"
@@ -7216,8 +7216,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/tr.po b/po/tr.po
index f6a2ade..41e63ed 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:56+0200\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"
"Language-Team: turkish <tr(a)li.org>\n"
@@ -7679,10 +7679,13 @@ msgstr ""
"s, %s tarihinde yayınlandı."
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"Altsürüm sürümünü kullanıyorsunuz, [kbd]svn güncellemesini[/kbd] "
"çalıştırın :-)[br]Son kararlı sürüm %s, %s tarihinde yayınlandı."
diff --git a/po/tt.po b/po/tt.po
index 95e41b5..b897b32 100644
--- a/po/tt.po
+++ b/po/tt.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:56+0200\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"
"Language-Team: tatarish <tt(a)li.org>\n"
@@ -7332,8 +7332,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/uk.po b/po/uk.po
index 7f51558..b148670 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:56+0200\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"
"Language-Team: ukrainian <uk(a)li.org>\n"
@@ -7173,8 +7173,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/po/uz.po b/po/uz.po
index a48e12f..264d42f 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7735,10 +7735,13 @@ msgstr ""
"чиқарилган."
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"Сиз субверсиядан фойдаланмоқдасиз. Ўз версиянгизни янгилашингизни тавсия "
"этамиз. Энг янги версия \"%s\" бўлиб, у \"%s\" санада чиқарилган."
diff --git a/po/uz(a)latin.po b/po/uz(a)latin.po
index 6d83abc..414433e 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7799,10 +7799,13 @@ msgstr ""
"sanada chiqarilgan."
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"Siz subversiyadan foydalanmoqdasiz. O‘z versiyangizni yangilashingizni "
"tavsiya etamiz. Eng yangi versiya \"%s\" bo‘lib, u \"%s\" sanada chiqarilgan."
diff --git a/po/zh_CN.po b/po/zh_CN.po
index f34d442..2722f4b 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7333,10 +7333,13 @@ msgid ""
msgstr "有新的 phpMyAdmin 可用,请考虑升级。最新的版本是 %s,于 %s 发布。"
#: setup/lib/messages.inc.php:353
-#, php-format
+#, fuzzy, 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 subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-"latest stable version is %s, released on %s."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
"你现在使用的是开发版,请通过 [kbd]svn update[/kbd] 检查更新 :-)[br]最新正式版"
"为 %s,于 %s 发布。"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 4f05f5b..4e11031 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:56+0200\n"
+"POT-Creation-Date: 2010-03-30 14:59+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"
@@ -7223,8 +7223,8 @@ 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."
+"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
+"version is %s, released on %s."
msgstr ""
#: setup/lib/messages.inc.php:354
diff --git a/setup/lib/messages.inc.php b/setup/lib/messages.inc.php
index b589951..c5b5168 100644
--- a/setup/lib/messages.inc.php
+++ b/setup/lib/messages.inc.php
@@ -350,7 +350,7 @@ $strSetupVersionCheckDataError = __('Reading of version failed. Maybe you\'re of
$strSetupVersionCheckInvalid = __('Got invalid version string from server');
$strSetupVersionCheckLink = __('Check for latest version');
$strSetupVersionCheckNewAvailable = __('A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.');
-$strSetupVersionCheckNewAvailableSvn = __('You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.');
+$strSetupVersionCheckNewAvailableSvn = __('You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable version is %s, released on %s.');
$strSetupVersionCheckNone = __('No newer stable version is available');
$strSetupVersionCheckUnparsable = __('Unparsable version string');
$strSetupVersionCheck = __('Version check');
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-937-g15bf3c1
by Michal Čihař 30 Mar '10
by Michal Čihař 30 Mar '10
30 Mar '10
The branch, master has been updated
via 15bf3c12db126b4060aa961db77d1722d16c7d17 (commit)
from 6ea3b4fc6d827c41f753946ffe70fe13b99665f5 (commit)
- Log -----------------------------------------------------------------
commit 15bf3c12db126b4060aa961db77d1722d16c7d17
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Mar 30 14:54:24 2010 +0200
Move setup script messages away to avoid their loading all the time.
-----------------------------------------------------------------------
Summary of changes:
libraries/messages.inc.php | 352 ------------------------------------------
setup/lib/common.inc.php | 1 +
setup/lib/messages.inc.php | 364 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 365 insertions(+), 352 deletions(-)
create mode 100644 setup/lib/messages.inc.php
diff --git a/libraries/messages.inc.php b/libraries/messages.inc.php
index c6dd01c..8918557 100644
--- a/libraries/messages.inc.php
+++ b/libraries/messages.inc.php
@@ -884,358 +884,6 @@ $strSessionStartupErrorGeneral = __('Cannot start session without errors, please
$strSessionValue = __('Session value');
$strSetEnumVal = __('If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').');
$strSettings = __('settings');
-$strSetupAllowAnywhereRecoding_name = __('Allow character set conversion');
-$strSetupAllowArbitraryServer_desc = __('If enabled user can enter any MySQL server in login form for cookie auth');
-$strSetupAllowArbitraryServerMsg = __('This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.');
-$strSetupAllowArbitraryServer_name = __('Allow login to any MySQL server');
-$strSetupAllowUserDropDatabase_name = __('Show "Drop database" link to normal users');
-$strSetupBlowfishSecretCharsMsg = __('Key should contain letters, numbers [em]and[/em] special characters');
-$strSetupblowfish_secret_desc = __('Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication');
-$strSetupBlowfishSecretLengthMsg = __('Key is too short, it should have at least 8 characters');
-$strSetupBlowfishSecretMsg = __('You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.');
-$strSetupblowfish_secret_name = __('Blowfish secret');
-$strSetupBrowseMarkerEnable_desc = __('Highlight selected rows');
-$strSetupBrowseMarkerEnable_name = __('Row marker');
-$strSetupBrowsePointerEnable_desc = __('Highlight row pointed by the mouse cursor');
-$strSetupBrowsePointerEnable_name = __('Highlight pointer');
-$strSetupBZipDump_desc = __('Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations');
-$strSetupBZipDump_name = __('Bzip2');
-$strSetupBZipDumpWarning = __('[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.');
-$strSetupCannotLoadConfig = __('Cannot load or save configuration');
-$strSetupCannotLoadConfigMsg = __('Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.');
-$strSetupCharEditing_desc = __('Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields');
-$strSetupCharEditing_name = __('CHAR fields editing');
-$strSetupCharTextareaCols_desc = __('Number of columns for CHAR/VARCHAR textareas');
-$strSetupCharTextareaCols_name = __('CHAR textarea columns');
-$strSetupCharTextareaRows_desc = __('Number of rows for CHAR/VARCHAR textareas');
-$strSetupCharTextareaRows_name = __('CHAR textarea rows');
-$strSetupCheckConfigurationPermissions_name = __('Check config file permissions');
-$strSetupClear = __('Clear');
-$strSetupCompressOnFly_desc = __('Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature');
-$strSetupCompressOnFly_name = __('Compress on the fly');
-$strSetupConfigurationFile = __('Configuration file');
-$strSetupConfirm_desc = __('Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data');
-$strSetupConfirm_name = __('Confirm DROP queries');
-$strSetupDefaultCharset_desc = __('Default character set used for conversions');
-$strSetupDefaultCharset_name = __('Default character set');
-$strSetupDefaultLanguage = __('Default language');
-$strSetupDefaultServer = __('Default server');
-$strSetupDefaultTabDatabase_desc = __('Tab that is displayed when entering a database');
-$strSetupDefaultTabDatabase_name = __('Default database tab');
-$strSetupDefaultTabServer_desc = __('Tab that is displayed when entering a server');
-$strSetupDefaultTabServer_name = __('Default server tab');
-$strSetupDefaultTabTable_desc = __('Tab that is displayed when entering a table');
-$strSetupDefaultTabTable_name = __('Default table tab');
-$strSetupDirectoryNotice = __('This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.');
-$strSetupDisplayDatabasesList_desc = __('Show database listing as a list instead of a drop down');
-$strSetupDisplayDatabasesList_name = __('Display databases as a list');
-$strSetupDisplay = __('Display');
-$strSetupDisplayServersList_desc = __('Show server listing as a list instead of a drop down');
-$strSetupDisplayServersList_name = __('Display servers as a list');
-$strSetupDonateLink = __('Donate');
-$strSetupDownload = __('Download');
-$strSetupEndOfLine = __('End of line');
-$strSetuperror_connection = __('Could not connect to MySQL server');
-$strSetuperror_empty_pmadb_password = __('Empty phpMyAdmin control user password while using pmadb');
-$strSetuperror_empty_pmadb_user = __('Empty phpMyAdmin control user while using pmadb');
-$strSetuperror_empty_signon_session = __('Empty signon session name while using signon authentication method');
-$strSetuperror_empty_signon_url = __('Empty signon URL while using signon authentication method');
-$strSetuperror_empty_user_for_config_auth = __('Empty username while using config authentication method');
-$strSetuperror_form = __('Submitted form contains errors');
-$strSetuperror_incorrect_ip_address = __('Incorrect IP address: %s');
-$strSetuperror_incorrect_port = __('Not a valid port number');
-$strSetuperror_incorrect_value = __('Incorrect value');
-$strSetuperror_missing_field_data = __('Missing data for %s');
-$strSetuperror_nan_nneg = __('Not a non-negative number');
-$strSetuperror_nan_p = __('Not a positive number');
-$strSetupExecTimeLimit_desc = __('Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)');
-$strSetupExecTimeLimit_name = __('Maximum execution time');
-$strSetupExport_asfile_name = __('Save as file');
-$strSetupExport_charset_name = __('Character set of the file');
-$strSetupExport_compression_name = __('Compression');
-$strSetupExport_file_template_database_name = __('Database name template');
-$strSetupExport_file_template_server_name = __('Server name template');
-$strSetupExport_file_template_table_name = __('Table name template');
-$strSetupExport_format_name = __('Format');
-$strSetupExport_onserver_name = __('Save on server');
-$strSetupExport_onserver_overwrite_name = __('Overwrite existing file(s)');
-$strSetupExport_remember_file_template_name = __('Remember file name template');
-$strSetupFalse = __('no');
-$strSetupForceSSL_desc = __('Force secured connection while using phpMyAdmin');
-$strSetupForceSSLMsg = __('This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it');
-$strSetupForceSSL_name = __('Force SSL connection');
-$strSetupForeignKeyDropdownOrder_desc = __('Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value');
-$strSetupForeignKeyDropdownOrder_name = __('Foreign key dropdown order');
-$strSetupForeignKeyMaxLimit_desc = __('A dropdown will be used if fewer items are present');
-$strSetupForeignKeyMaxLimit_name = __('Foreign key limit');
-$strSetupForm_Browse = __('Browse mode');
-$strSetupForm_Browse_desc = __('Customize browse mode');
-$strSetupForm_Edit_desc = __('Customize edit mode');
-$strSetupForm_Edit = __('Edit mode');
-$strSetupForm_Export_defaults_desc = __('Customize default export options');
-$strSetupForm_Export_defaults = __('Export defaults');
-$strSetupForm_Import_defaults_desc = __('Customize default common import options');
-$strSetupForm_Import_defaults = __('Import defaults');
-$strSetupForm_Import_export_desc = __('Set import and export directories and compression options');
-$strSetupForm_Import_export = __('Import / export');
-$strSetupForm_Left_databases = __('Databases');
-$strSetupForm_Left_databases_desc = __('Databases display options');
-$strSetupForm_Left_frame_desc = __('Customize appearance of the navigation frame');
-$strSetupForm_Left_frame = __('Navigation frame');
-$strSetupForm_Left_servers_desc = __('Servers display options');
-$strSetupForm_Left_servers = __('Servers');
-$strSetupForm_Left_tables_desc = __('Tables display options');
-$strSetupForm_Left_tables = __('Tables');
-$strSetupForm_Main_frame = __('Main frame');
-$strSetupForm_Other_core_settings_desc = __('Settings that didn\'t fit enywhere else');
-$strSetupForm_Other_core_settings = __('Other core settings');
-$strSetupForm_Query_window_desc = __('Customize query window options');
-$strSetupForm_Query_window = __('Query window');
-$strSetupForm_Security_desc = __('Please note that phpMyAdmin is just a user interface and its features do not limit MySQL');
-$strSetupForm_Security = __('Security');
-$strSetupForm_Server = __('Basic settings');
-$strSetupForm_Server_config_desc = __('Advanced server configuration, do not change these options unless you know what they are for');
-$strSetupForm_Server_config = __('Server configuration');
-$strSetupForm_Server_desc = __('Enter server connection parameters');
-$strSetupForm_Server_login_options_desc = __('Enter login options for signon authentication');
-$strSetupForm_Server_login_options = __('Signon login options');
-$strSetupForm_Server_pmadb_desc = __('Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation');
-$strSetupForm_Server_pmadb = __('PMA database');
-$strSetupFormset_customization = __('Customization');
-$strSetupFormset_export = __('Customize export options');
-$strSetupFormset_features = __('Features');
-$strSetupFormset_import = __('Customize import defaults');
-$strSetupFormset_left_frame = __('Customize navigation frame');
-$strSetupFormset_main_frame = __('Customize main frame');
-$strSetupForm_Sql_box_desc = __('Customize links shown in SQL Query boxes');
-$strSetupForm_Sql_box = __('SQL Query box');
-$strSetupForm_Sql_queries_desc = __('SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings');
-$strSetupForm_Sql_queries = __('SQL queries');
-$strSetupForm_Startup_desc = __('Customize startup page');
-$strSetupForm_Startup = __('Startup');
-$strSetupForm_Tabs_desc = __('Choose how you want tabs to work');
-$strSetupForm_Tabs = __('Tabs');
-$strSetupGZipDump_desc = __('Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations');
-$strSetupGZipDump_name = __('GZip');
-$strSetupGZipDumpWarning = __('[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.');
-$strSetupHomepageLink = __('phpMyAdmin homepage');
-$strSetupIconvExtraParams_name = __('Extra parameters for iconv');
-$strSetupIgnoreErrors = __('Ignore errors');
-$strSetupIgnoreMultiSubmitErrors_desc = __('If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed');
-$strSetupIgnoreMultiSubmitErrors_name = __('Ignore multiple statement errors');
-$strSetupImport_allow_interrupt_desc = __('Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.');
-$strSetupImport_allow_interrupt_name = __('Partial import: allow interrupt');
-$strSetupImport_format_desc = __('Default format; be aware that this list depends on location (database, table) and only SQL is always available');
-$strSetupImport_format_name = __('Format of imported file');
-$strSetupImport_skip_queries_desc = __('Number of records (queries) to skip from start');
-$strSetupImport_skip_queries_name = __('Partial import: skip queries');
-$strSetupInsecureConnection = __('Insecure connection');
-$strSetupInsecureConnectionMsg1 = __('You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!');
-$strSetupInsecureConnectionMsg2 = __('If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.');
-$strSetupInsertRows_desc = __('How many rows can be inserted at one time');
-$strSetupInsertRows_name = __('Number of inserted rows');
-$strSetupLeftDefaultTabTable_name = __('Target for quick access icon');
-$strSetupLeftDisplayLogo_desc = __('Show logo in left frame');
-$strSetupLeftDisplayLogo_name = __('Display logo');
-$strSetupLeftDisplayServers_desc = __('Display server choice at the top of the left frame');
-$strSetupLeftDisplayServers_name = __('Display servers selection');
-$strSetupLeftFrameDBSeparator_desc = __('String that separates databases into different tree levels');
-$strSetupLeftFrameDBSeparator_name = __('Database tree separator');
-$strSetupLeftFrameDBTree_desc = __('Only light version; display databases in a tree (determined by the separator defined below)');
-$strSetupLeftFrameDBTree_name = __('Display databases in a tree');
-$strSetupLeftFrameLight_desc = __('Disable this if you want to see all databases at once');
-$strSetupLeftFrameLight_name = __('Use light version');
-$strSetupLeftFrameTableLevel_name = __('Maximum table tree depth');
-$strSetupLeftFrameTableSeparator_desc = __('String that separates tables into different tree levels');
-$strSetupLeftFrameTableSeparator_name = __('Table tree separator');
-$strSetupLeftLogoLink_name = __('Logo link URL');
-$strSetupLeftLogoLinkWindow_desc = __('Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])');
-$strSetupLeftLogoLinkWindow_name = __('Logo link target');
-$strSetupLeftPointerEnable_desc = __('Highlight server under the mouse cursor');
-$strSetupLeftPointerEnable_name = __('Enable highlighting');
-$strSetupLetUserChoose = __('let the user choose');
-$strSetupLightTabs_desc = __('Use less graphically intense tabs');
-$strSetupLightTabs_name = __('Light tabs');
-$strSetupLoad = __('Load');
-$strSetupLoginCookieDeleteAll_desc = __('If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.');
-$strSetupLoginCookieDeleteAll_name = __('Delete all cookies on logout');
-$strSetupLoginCookieRecall_desc = __('Define whether the previous login should be recalled or not in cookie authentication mode');
-$strSetupLoginCookieRecall_name = __('Recall user name');
-$strSetupLoginCookieStore_desc = __('Defines how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.');
-$strSetupLoginCookieStore_name = __('Login cookie store');
-$strSetupLoginCookieValidity_desc = __('Define how long (in seconds) a login cookie is valid');
-$strSetupLoginCookieValidityMsg = __('[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.');
-$strSetupLoginCookieValidity_name = __('Login cookie validity');
-$strSetupMaxCharactersInDisplayedSQL_desc = __('Maximum number of characters used when a SQL query is displayed');
-$strSetupMaxCharactersInDisplayedSQL_name = __('Maximum displayed SQL length');
-$strSetupMaxDbList_desc = __('Maximum number of databases displayed in left frame and database list');
-$strSetupMaxDbList_name = __('Maximum databases');
-$strSetupMaxRows_desc = __('Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.');
-$strSetupMaxRows_name = __('Maximum number of rows to display');
-$strSetupMaxTableList_desc = __('Maximum number of tables displayed in table list');
-$strSetupMaxTableList_name = __('Maximum tables');
-$strSetupMemoryLimit_desc = __('The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)');
-$strSetupMemoryLimit_name = __('Memory limit');
-$strSetupNavigationBarIconic_desc = __('Use only icons, only text or both');
-$strSetupNavigationBarIconic_name = __('Iconic navigation bar');
-$strSetupNewServer = __('New server');
-$strSetupNoServers = __('There are no configured servers');
-$strSetupOBGzip_desc = __('use GZip output buffering for increased speed in HTTP transfers');
-$strSetupOBGzip_name = __('GZip output buffering');
-$strSetupOptionNone = __('- none -');
-$strSetupOrder_desc = __('[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise');
-$strSetupOrder_name = __('Default sorting order');
-$strSetupOverview = __('Overview');
-$strSetupPersistentConnections_desc = __('Use persistent connections to MySQL databases');
-$strSetupPersistentConnections_name = __('Persistent connections');
-$strSetupPropertiesIconic_desc = __('Use only icons, only text or both');
-$strSetupPropertiesIconic_name = __('Iconic table operations');
-$strSetupProtectBinary_desc = __('Disallow BLOB and BINARY fields from editing');
-$strSetupProtectBinary_name = __('Protect binary fields');
-$strSetupQueryHistoryDB_desc = __('Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).');
-$strSetupQueryHistoryDB_name = __('Permanent query history');
-$strSetupQueryHistoryMax_desc = __('How many queries are kept in history');
-$strSetupQueryHistoryMax_name = __('Query history length');
-$strSetupQueryWindowDefTab_desc = __('Tab displayed when opening a new query window');
-$strSetupQueryWindowDefTab_name = __('Default query window tab');
-$strSetupRecodingEngine_desc = __('Select which functions will be used for character set conversion');
-$strSetupRecodingEngine_name = __('Recoding engine');
-$strSetupRestoreDefaultValue = __('Restore default value');
-$strSetupRevertErroneousFields = __('Try to revert erroneous fields to their default values');
-$strSetupSaveDir_desc = __('Directory where exports can be saved on server');
-$strSetupSaveDir_name = __('Save directory');
-$strSetupServerAuthConfigMsg = __('You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].');
-$strSetupServerExtensionMsg = __('You should use mysqli for performance reasons');
-$strSetupServerNoPasswordMsg = __('You allow for connecting to the server without a password.');
-$strSetupServersAdd = __('Add a new server');
-$strSetupServers_AllowDeny_order_desc = __('Leave blank if not used');
-$strSetupServers_AllowDeny_order_name = __('Host authentication order');
-$strSetupServers_AllowDeny_rules_desc = __('Leave blank for defaults');
-$strSetupServers_AllowDeny_rules_name = __('Host authentication rules');
-$strSetupServers_AllowNoPassword_name = __('Allow logins without a password');
-$strSetupServers_AllowRoot_name = __('Allow root login');
-$strSetupServers_auth_http_realm_desc = __('HTTP Basic Auth Realm name to display when doing HTTP Auth');
-$strSetupServers_auth_http_realm_name = __('HTTP Realm');
-$strSetupServers_auth_swekey_config_desc = __('The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)');
-$strSetupServers_auth_swekey_config_name = __('SweKey config file');
-$strSetupServers_auth_type_desc = __('Authentication method to use');
-$strSetupServers_auth_type_name = __('Authentication type');
-$strSetupServers_bookmarktable_desc = __('Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]');
-$strSetupServers_bookmarktable_name = __('Bookmark table');
-$strSetupServers_column_info_desc = __('Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]');
-$strSetupServers_column_info_name = __('Column information table');
-$strSetupServers_compress_desc = __('Compress connection to MySQL server');
-$strSetupServers_compress_name = __('Compress connection');
-$strSetupServers_connect_type_desc = __('How to connect to server, keep [kbd]tcp[/kbd] if unsure');
-$strSetupServers_connect_type_name = __('Connection type');
-$strSetupServers_controlpass_name = __('Control user password');
-$strSetupServers_controluser_desc = __('A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]');
-$strSetupServers_controluser_name = __('Control user');
-$strSetupServers_CountTables_desc = __('Count tables when showing database list');
-$strSetupServers_CountTables_name = __('Count tables');
-$strSetupServers_designer_coords_desc = __('Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]');
-$strSetupServers_designer_coords_name = __('Designer table');
-$strSetupServers_DisableIS_desc = __('More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]');
-$strSetupServers_DisableIS_name = __('Disable use of INFORMATION_SCHEMA');
-$strSetupServerSecurityInfoMsg = __('If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.');
-$strSetupServersEdit = __('Edit server');
-$strSetupServers_extension_desc = __('What PHP extension to use; you should use mysqli if supported');
-$strSetupServers_extension_name = __('PHP extension to use');
-$strSetupServers_hide_db_desc = __('Hide databases matching regular expression (PCRE)');
-$strSetupServers_hide_db_name = __('Hide databases');
-$strSetupServers_history_desc = __('Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]');
-$strSetupServers_history_name = __('SQL query history table');
-$strSetupServers_host_desc = __('Hostname where MySQL server is running');
-$strSetupServers_host_name = __('Server hostname');
-$strSetupServers_LogoutURL_name = __('Logout URL');
-$strSetupServers_nopassword_desc = __('Try to connect without password');
-$strSetupServers_nopassword_name = __('Connect without password');
-$strSetupServers_only_db_desc = __('You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\'');
-$strSetupServers_only_db_name = __('Show only listed databases');
-$strSetupServers_password_desc = __('Leave empty if not using config auth');
-$strSetupServers_password_name = __('Password for config auth');
-$strSetupServers_pdf_pages_desc = __('Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]');
-$strSetupServers_pdf_pages_name = __('PDF schema: pages table');
-$strSetupServers_pmadb_desc = __('Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]');
-$strSetupServers_pmadb_name = __('PMA database');
-$strSetupServers_port_desc = __('Port on which MySQL server is listening, leave empty for default');
-$strSetupServers_port_name = __('Server port');
-$strSetupServers_relation_desc = __('Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]');
-$strSetupServers_relation_name = __('Relation table');
-$strSetupServers_ShowDatabasesCommand_desc = __('SQL command to fetch available databases');
-$strSetupServers_ShowDatabasesCommand_name = __('SHOW DATABASES command');
-$strSetupServers_SignonSession_desc = __('See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example');
-$strSetupServers_SignonSession_name = __('Signon session name');
-$strSetupServers_SignonURL_name = __('Signon URL');
-$strSetupServerSslMsg = __('You should use SSL connections if your web server supports it');
-$strSetupServers_socket_desc = __('Socket on which MySQL server is listening, leave empty for default');
-$strSetupServers_socket_name = __('Server socket');
-$strSetupServers_ssl_desc = __('Enable SSL for connection to MySQL server');
-$strSetupServers_ssl_name = __('Use SSL');
-$strSetupServers_table_coords_desc = __('Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]');
-$strSetupServers_table_coords_name = __('PDF schema: table coordinates');
-$strSetupServers_table_info_desc = __('Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]');
-$strSetupServers_table_info_name = __('Display fields table');
-$strSetupServers_user_desc = __('Leave empty if not using config auth');
-$strSetupServers_user_name = __('User for config auth');
-$strSetupServers_verbose_check_desc = __('Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance');
-$strSetupServers_verbose_check_name = __('Verbose check');
-$strSetupServers_verbose_desc = __('A user-friendly description of this server. Leave blank to display the hostname instead.');
-$strSetupServers_verbose_name = __('Verbose name of this server');
-$strSetupSetValue = __('Set value: %s');
-$strSetupShowAll_desc = __('Whether a user should be displayed a "show all (records)" button');
-$strSetupShowAll_name = __('Allow to display all the rows');
-$strSetupShowChgPassword_desc = __('Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly');
-$strSetupShowChgPassword_name = __('Show password change form');
-$strSetupShowCreateDb_name = __('Show create database form');
-$strSetupShowForm = __('Show form');
-$strSetupShowFunctionFields_desc = __('Display the function fields in edit/insert mode');
-$strSetupShowFunctionFields_name = __('Show function fields');
-$strSetupShowHiddenMessages = __('Show hidden messages (#MSG_COUNT)');
-$strSetupShowPhpInfo_desc = __('Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output');
-$strSetupShowPhpInfo_name = __('Show phpinfo() link');
-$strSetupShowServerInfo_name = __('Show detailed MySQL server information');
-$strSetupShowSQL_desc = __('Defines whether SQL queries generated by phpMyAdmin should be displayed');
-$strSetupShowSQL_name = __('Show SQL queries');
-$strSetupShowStats_desc = __('Allow to display database and table statistics (eg. space usage)');
-$strSetupShowStats_name = __('Show statistics');
-$strSetupShowTooltipAliasDB_desc = __('If tooltips are enabled and a database comment is set, this will flip the comment and the real name');
-$strSetupShowTooltipAliasDB_name = __('Display database comment instead of its name');
-$strSetupShowTooltipAliasTB_desc = __('When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged');
-$strSetupShowTooltipAliasTB_name = __('Display table comment instead of its name');
-$strSetupShowTooltip_name = __('Display table comments in tooltips');
-$strSetupSkipLockedTables_desc = __('Mark used tables and make it possible to show databases with locked tables');
-$strSetupSkipLockedTables_name = __('Skip locked tables');
-$strSetupSQLQuery_Edit_name = __('Edit');
-$strSetupSQLQuery_Explain_name = __('Explain SQL');
-$strSetupSQLQuery_Refresh_name = __('Refresh');
-$strSetupSQLQuery_ShowAsPHP_name = __('Create PHP Code');
-$strSetupSQLQuery_Validate_name = __('Validate SQL');
-$strSetupSuggestDBName_desc = __('Suggest a database name on the "Create Database" form (if possible) or keep the text field empty');
-$strSetupSuggestDBName_name = __('Suggest new database name');
-$strSetupTrue = __('yes');
-$strSetupTrustedProxies_desc = __('Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]');
-$strSetupTrustedProxies_name = __('List of trusted proxies for IP allow/deny');
-$strSetupUploadDir_desc = __('Directory on server where you can upload files for import');
-$strSetupUploadDir_name = __('Upload directory');
-$strSetupUseDbSearch_desc = __('Allow for searching inside the entire database');
-$strSetupUseDbSearch_name = __('Use database search');
-$strSetupVerboseMultiSubmit_desc = __('Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.');
-$strSetupVerboseMultiSubmit_name = __('Verbose multiple statements');
-$strSetupVersionCheckDataError = __('Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.');
-$strSetupVersionCheckInvalid = __('Got invalid version string from server');
-$strSetupVersionCheckLink = __('Check for latest version');
-$strSetupVersionCheckNewAvailable = __('A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.');
-$strSetupVersionCheckNewAvailableSvn = __('You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.');
-$strSetupVersionCheckNone = __('No newer stable version is available');
-$strSetupVersionCheckUnparsable = __('Unparsable version string');
-$strSetupVersionCheck = __('Version check');
-$strSetupVersionCheckWrapperError = __('Neither URL wrapper nor CURL is available. Version check is not possible.');
-$strSetupWarning = __('Warning');
-$strSetupZipDump_desc = __('Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations');
-$strSetupZipDumpExportWarning = __('[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.');
-$strSetupZipDumpImportWarning = __('[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.');
-$strSetupZipDump_name = __('ZIP');
$strShowAll = __('Show all');
$strShowBinaryContentsAsHex = __('Show binary contents as HEX');
$strShowBinaryContents = __('Show binary contents');
diff --git a/setup/lib/common.inc.php b/setup/lib/common.inc.php
index 6207899..0cf20bd 100644
--- a/setup/lib/common.inc.php
+++ b/setup/lib/common.inc.php
@@ -17,6 +17,7 @@ chdir('..');
require_once './libraries/common.inc.php';
require_once './libraries/url_generating.lib.php';
+require_once './setup/lib/messages.inc.php';
require_once './setup/lib/ConfigFile.class.php';
// use default error handler
diff --git a/setup/lib/messages.inc.php b/setup/lib/messages.inc.php
new file mode 100644
index 0000000..b589951
--- /dev/null
+++ b/setup/lib/messages.inc.php
@@ -0,0 +1,364 @@
+<?php
+/* $Id$ */
+/**
+ * Messages for phpMyAdmin.
+ *
+ * This file is here for easy transition to Gettext. You should not add any
+ * new messages here, use instead gettext directly in your template/PHP
+ * file.
+ */
+
+$strSetupAllowAnywhereRecoding_name = __('Allow character set conversion');
+$strSetupAllowArbitraryServer_desc = __('If enabled user can enter any MySQL server in login form for cookie auth');
+$strSetupAllowArbitraryServerMsg = __('This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.');
+$strSetupAllowArbitraryServer_name = __('Allow login to any MySQL server');
+$strSetupAllowUserDropDatabase_name = __('Show "Drop database" link to normal users');
+$strSetupBlowfishSecretCharsMsg = __('Key should contain letters, numbers [em]and[/em] special characters');
+$strSetupblowfish_secret_desc = __('Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication');
+$strSetupBlowfishSecretLengthMsg = __('Key is too short, it should have at least 8 characters');
+$strSetupBlowfishSecretMsg = __('You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.');
+$strSetupblowfish_secret_name = __('Blowfish secret');
+$strSetupBrowseMarkerEnable_desc = __('Highlight selected rows');
+$strSetupBrowseMarkerEnable_name = __('Row marker');
+$strSetupBrowsePointerEnable_desc = __('Highlight row pointed by the mouse cursor');
+$strSetupBrowsePointerEnable_name = __('Highlight pointer');
+$strSetupBZipDump_desc = __('Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations');
+$strSetupBZipDump_name = __('Bzip2');
+$strSetupBZipDumpWarning = __('[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.');
+$strSetupCannotLoadConfig = __('Cannot load or save configuration');
+$strSetupCannotLoadConfigMsg = __('Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.');
+$strSetupCharEditing_desc = __('Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields');
+$strSetupCharEditing_name = __('CHAR fields editing');
+$strSetupCharTextareaCols_desc = __('Number of columns for CHAR/VARCHAR textareas');
+$strSetupCharTextareaCols_name = __('CHAR textarea columns');
+$strSetupCharTextareaRows_desc = __('Number of rows for CHAR/VARCHAR textareas');
+$strSetupCharTextareaRows_name = __('CHAR textarea rows');
+$strSetupCheckConfigurationPermissions_name = __('Check config file permissions');
+$strSetupClear = __('Clear');
+$strSetupCompressOnFly_desc = __('Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature');
+$strSetupCompressOnFly_name = __('Compress on the fly');
+$strSetupConfigurationFile = __('Configuration file');
+$strSetupConfirm_desc = __('Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data');
+$strSetupConfirm_name = __('Confirm DROP queries');
+$strSetupDefaultCharset_desc = __('Default character set used for conversions');
+$strSetupDefaultCharset_name = __('Default character set');
+$strSetupDefaultLanguage = __('Default language');
+$strSetupDefaultServer = __('Default server');
+$strSetupDefaultTabDatabase_desc = __('Tab that is displayed when entering a database');
+$strSetupDefaultTabDatabase_name = __('Default database tab');
+$strSetupDefaultTabServer_desc = __('Tab that is displayed when entering a server');
+$strSetupDefaultTabServer_name = __('Default server tab');
+$strSetupDefaultTabTable_desc = __('Tab that is displayed when entering a table');
+$strSetupDefaultTabTable_name = __('Default table tab');
+$strSetupDirectoryNotice = __('This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.');
+$strSetupDisplayDatabasesList_desc = __('Show database listing as a list instead of a drop down');
+$strSetupDisplayDatabasesList_name = __('Display databases as a list');
+$strSetupDisplay = __('Display');
+$strSetupDisplayServersList_desc = __('Show server listing as a list instead of a drop down');
+$strSetupDisplayServersList_name = __('Display servers as a list');
+$strSetupDonateLink = __('Donate');
+$strSetupDownload = __('Download');
+$strSetupEndOfLine = __('End of line');
+$strSetuperror_connection = __('Could not connect to MySQL server');
+$strSetuperror_empty_pmadb_password = __('Empty phpMyAdmin control user password while using pmadb');
+$strSetuperror_empty_pmadb_user = __('Empty phpMyAdmin control user while using pmadb');
+$strSetuperror_empty_signon_session = __('Empty signon session name while using signon authentication method');
+$strSetuperror_empty_signon_url = __('Empty signon URL while using signon authentication method');
+$strSetuperror_empty_user_for_config_auth = __('Empty username while using config authentication method');
+$strSetuperror_form = __('Submitted form contains errors');
+$strSetuperror_incorrect_ip_address = __('Incorrect IP address: %s');
+$strSetuperror_incorrect_port = __('Not a valid port number');
+$strSetuperror_incorrect_value = __('Incorrect value');
+$strSetuperror_missing_field_data = __('Missing data for %s');
+$strSetuperror_nan_nneg = __('Not a non-negative number');
+$strSetuperror_nan_p = __('Not a positive number');
+$strSetupExecTimeLimit_desc = __('Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)');
+$strSetupExecTimeLimit_name = __('Maximum execution time');
+$strSetupExport_asfile_name = __('Save as file');
+$strSetupExport_charset_name = __('Character set of the file');
+$strSetupExport_compression_name = __('Compression');
+$strSetupExport_file_template_database_name = __('Database name template');
+$strSetupExport_file_template_server_name = __('Server name template');
+$strSetupExport_file_template_table_name = __('Table name template');
+$strSetupExport_format_name = __('Format');
+$strSetupExport_onserver_name = __('Save on server');
+$strSetupExport_onserver_overwrite_name = __('Overwrite existing file(s)');
+$strSetupExport_remember_file_template_name = __('Remember file name template');
+$strSetupFalse = __('no');
+$strSetupForceSSL_desc = __('Force secured connection while using phpMyAdmin');
+$strSetupForceSSLMsg = __('This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it');
+$strSetupForceSSL_name = __('Force SSL connection');
+$strSetupForeignKeyDropdownOrder_desc = __('Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value');
+$strSetupForeignKeyDropdownOrder_name = __('Foreign key dropdown order');
+$strSetupForeignKeyMaxLimit_desc = __('A dropdown will be used if fewer items are present');
+$strSetupForeignKeyMaxLimit_name = __('Foreign key limit');
+$strSetupForm_Browse = __('Browse mode');
+$strSetupForm_Browse_desc = __('Customize browse mode');
+$strSetupForm_Edit_desc = __('Customize edit mode');
+$strSetupForm_Edit = __('Edit mode');
+$strSetupForm_Export_defaults_desc = __('Customize default export options');
+$strSetupForm_Export_defaults = __('Export defaults');
+$strSetupForm_Import_defaults_desc = __('Customize default common import options');
+$strSetupForm_Import_defaults = __('Import defaults');
+$strSetupForm_Import_export_desc = __('Set import and export directories and compression options');
+$strSetupForm_Import_export = __('Import / export');
+$strSetupForm_Left_databases = __('Databases');
+$strSetupForm_Left_databases_desc = __('Databases display options');
+$strSetupForm_Left_frame_desc = __('Customize appearance of the navigation frame');
+$strSetupForm_Left_frame = __('Navigation frame');
+$strSetupForm_Left_servers_desc = __('Servers display options');
+$strSetupForm_Left_servers = __('Servers');
+$strSetupForm_Left_tables_desc = __('Tables display options');
+$strSetupForm_Left_tables = __('Tables');
+$strSetupForm_Main_frame = __('Main frame');
+$strSetupForm_Other_core_settings_desc = __('Settings that didn\'t fit enywhere else');
+$strSetupForm_Other_core_settings = __('Other core settings');
+$strSetupForm_Query_window_desc = __('Customize query window options');
+$strSetupForm_Query_window = __('Query window');
+$strSetupForm_Security_desc = __('Please note that phpMyAdmin is just a user interface and its features do not limit MySQL');
+$strSetupForm_Security = __('Security');
+$strSetupForm_Server = __('Basic settings');
+$strSetupForm_Server_config_desc = __('Advanced server configuration, do not change these options unless you know what they are for');
+$strSetupForm_Server_config = __('Server configuration');
+$strSetupForm_Server_desc = __('Enter server connection parameters');
+$strSetupForm_Server_login_options_desc = __('Enter login options for signon authentication');
+$strSetupForm_Server_login_options = __('Signon login options');
+$strSetupForm_Server_pmadb_desc = __('Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation');
+$strSetupForm_Server_pmadb = __('PMA database');
+$strSetupFormset_customization = __('Customization');
+$strSetupFormset_export = __('Customize export options');
+$strSetupFormset_features = __('Features');
+$strSetupFormset_import = __('Customize import defaults');
+$strSetupFormset_left_frame = __('Customize navigation frame');
+$strSetupFormset_main_frame = __('Customize main frame');
+$strSetupForm_Sql_box_desc = __('Customize links shown in SQL Query boxes');
+$strSetupForm_Sql_box = __('SQL Query box');
+$strSetupForm_Sql_queries_desc = __('SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings');
+$strSetupForm_Sql_queries = __('SQL queries');
+$strSetupForm_Startup_desc = __('Customize startup page');
+$strSetupForm_Startup = __('Startup');
+$strSetupForm_Tabs_desc = __('Choose how you want tabs to work');
+$strSetupForm_Tabs = __('Tabs');
+$strSetupGZipDump_desc = __('Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations');
+$strSetupGZipDump_name = __('GZip');
+$strSetupGZipDumpWarning = __('[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.');
+$strSetupHomepageLink = __('phpMyAdmin homepage');
+$strSetupIconvExtraParams_name = __('Extra parameters for iconv');
+$strSetupIgnoreErrors = __('Ignore errors');
+$strSetupIgnoreMultiSubmitErrors_desc = __('If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed');
+$strSetupIgnoreMultiSubmitErrors_name = __('Ignore multiple statement errors');
+$strSetupImport_allow_interrupt_desc = __('Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.');
+$strSetupImport_allow_interrupt_name = __('Partial import: allow interrupt');
+$strSetupImport_format_desc = __('Default format; be aware that this list depends on location (database, table) and only SQL is always available');
+$strSetupImport_format_name = __('Format of imported file');
+$strSetupImport_skip_queries_desc = __('Number of records (queries) to skip from start');
+$strSetupImport_skip_queries_name = __('Partial import: skip queries');
+$strSetupInsecureConnection = __('Insecure connection');
+$strSetupInsecureConnectionMsg1 = __('You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!');
+$strSetupInsecureConnectionMsg2 = __('If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.');
+$strSetupInsertRows_desc = __('How many rows can be inserted at one time');
+$strSetupInsertRows_name = __('Number of inserted rows');
+$strSetupLeftDefaultTabTable_name = __('Target for quick access icon');
+$strSetupLeftDisplayLogo_desc = __('Show logo in left frame');
+$strSetupLeftDisplayLogo_name = __('Display logo');
+$strSetupLeftDisplayServers_desc = __('Display server choice at the top of the left frame');
+$strSetupLeftDisplayServers_name = __('Display servers selection');
+$strSetupLeftFrameDBSeparator_desc = __('String that separates databases into different tree levels');
+$strSetupLeftFrameDBSeparator_name = __('Database tree separator');
+$strSetupLeftFrameDBTree_desc = __('Only light version; display databases in a tree (determined by the separator defined below)');
+$strSetupLeftFrameDBTree_name = __('Display databases in a tree');
+$strSetupLeftFrameLight_desc = __('Disable this if you want to see all databases at once');
+$strSetupLeftFrameLight_name = __('Use light version');
+$strSetupLeftFrameTableLevel_name = __('Maximum table tree depth');
+$strSetupLeftFrameTableSeparator_desc = __('String that separates tables into different tree levels');
+$strSetupLeftFrameTableSeparator_name = __('Table tree separator');
+$strSetupLeftLogoLink_name = __('Logo link URL');
+$strSetupLeftLogoLinkWindow_desc = __('Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])');
+$strSetupLeftLogoLinkWindow_name = __('Logo link target');
+$strSetupLeftPointerEnable_desc = __('Highlight server under the mouse cursor');
+$strSetupLeftPointerEnable_name = __('Enable highlighting');
+$strSetupLetUserChoose = __('let the user choose');
+$strSetupLightTabs_desc = __('Use less graphically intense tabs');
+$strSetupLightTabs_name = __('Light tabs');
+$strSetupLoad = __('Load');
+$strSetupLoginCookieDeleteAll_desc = __('If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.');
+$strSetupLoginCookieDeleteAll_name = __('Delete all cookies on logout');
+$strSetupLoginCookieRecall_desc = __('Define whether the previous login should be recalled or not in cookie authentication mode');
+$strSetupLoginCookieRecall_name = __('Recall user name');
+$strSetupLoginCookieStore_desc = __('Defines how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.');
+$strSetupLoginCookieStore_name = __('Login cookie store');
+$strSetupLoginCookieValidity_desc = __('Define how long (in seconds) a login cookie is valid');
+$strSetupLoginCookieValidityMsg = __('[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.');
+$strSetupLoginCookieValidity_name = __('Login cookie validity');
+$strSetupMaxCharactersInDisplayedSQL_desc = __('Maximum number of characters used when a SQL query is displayed');
+$strSetupMaxCharactersInDisplayedSQL_name = __('Maximum displayed SQL length');
+$strSetupMaxDbList_desc = __('Maximum number of databases displayed in left frame and database list');
+$strSetupMaxDbList_name = __('Maximum databases');
+$strSetupMaxRows_desc = __('Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.');
+$strSetupMaxRows_name = __('Maximum number of rows to display');
+$strSetupMaxTableList_desc = __('Maximum number of tables displayed in table list');
+$strSetupMaxTableList_name = __('Maximum tables');
+$strSetupMemoryLimit_desc = __('The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)');
+$strSetupMemoryLimit_name = __('Memory limit');
+$strSetupNavigationBarIconic_desc = __('Use only icons, only text or both');
+$strSetupNavigationBarIconic_name = __('Iconic navigation bar');
+$strSetupNewServer = __('New server');
+$strSetupNoServers = __('There are no configured servers');
+$strSetupOBGzip_desc = __('use GZip output buffering for increased speed in HTTP transfers');
+$strSetupOBGzip_name = __('GZip output buffering');
+$strSetupOptionNone = __('- none -');
+$strSetupOrder_desc = __('[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise');
+$strSetupOrder_name = __('Default sorting order');
+$strSetupOverview = __('Overview');
+$strSetupPersistentConnections_desc = __('Use persistent connections to MySQL databases');
+$strSetupPersistentConnections_name = __('Persistent connections');
+$strSetupPropertiesIconic_desc = __('Use only icons, only text or both');
+$strSetupPropertiesIconic_name = __('Iconic table operations');
+$strSetupProtectBinary_desc = __('Disallow BLOB and BINARY fields from editing');
+$strSetupProtectBinary_name = __('Protect binary fields');
+$strSetupQueryHistoryDB_desc = __('Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).');
+$strSetupQueryHistoryDB_name = __('Permanent query history');
+$strSetupQueryHistoryMax_desc = __('How many queries are kept in history');
+$strSetupQueryHistoryMax_name = __('Query history length');
+$strSetupQueryWindowDefTab_desc = __('Tab displayed when opening a new query window');
+$strSetupQueryWindowDefTab_name = __('Default query window tab');
+$strSetupRecodingEngine_desc = __('Select which functions will be used for character set conversion');
+$strSetupRecodingEngine_name = __('Recoding engine');
+$strSetupRestoreDefaultValue = __('Restore default value');
+$strSetupRevertErroneousFields = __('Try to revert erroneous fields to their default values');
+$strSetupSaveDir_desc = __('Directory where exports can be saved on server');
+$strSetupSaveDir_name = __('Save directory');
+$strSetupServerAuthConfigMsg = __('You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].');
+$strSetupServerExtensionMsg = __('You should use mysqli for performance reasons');
+$strSetupServerNoPasswordMsg = __('You allow for connecting to the server without a password.');
+$strSetupServersAdd = __('Add a new server');
+$strSetupServers_AllowDeny_order_desc = __('Leave blank if not used');
+$strSetupServers_AllowDeny_order_name = __('Host authentication order');
+$strSetupServers_AllowDeny_rules_desc = __('Leave blank for defaults');
+$strSetupServers_AllowDeny_rules_name = __('Host authentication rules');
+$strSetupServers_AllowNoPassword_name = __('Allow logins without a password');
+$strSetupServers_AllowRoot_name = __('Allow root login');
+$strSetupServers_auth_http_realm_desc = __('HTTP Basic Auth Realm name to display when doing HTTP Auth');
+$strSetupServers_auth_http_realm_name = __('HTTP Realm');
+$strSetupServers_auth_swekey_config_desc = __('The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)');
+$strSetupServers_auth_swekey_config_name = __('SweKey config file');
+$strSetupServers_auth_type_desc = __('Authentication method to use');
+$strSetupServers_auth_type_name = __('Authentication type');
+$strSetupServers_bookmarktable_desc = __('Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]');
+$strSetupServers_bookmarktable_name = __('Bookmark table');
+$strSetupServers_column_info_desc = __('Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]');
+$strSetupServers_column_info_name = __('Column information table');
+$strSetupServers_compress_desc = __('Compress connection to MySQL server');
+$strSetupServers_compress_name = __('Compress connection');
+$strSetupServers_connect_type_desc = __('How to connect to server, keep [kbd]tcp[/kbd] if unsure');
+$strSetupServers_connect_type_name = __('Connection type');
+$strSetupServers_controlpass_name = __('Control user password');
+$strSetupServers_controluser_desc = __('A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]');
+$strSetupServers_controluser_name = __('Control user');
+$strSetupServers_CountTables_desc = __('Count tables when showing database list');
+$strSetupServers_CountTables_name = __('Count tables');
+$strSetupServers_designer_coords_desc = __('Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]');
+$strSetupServers_designer_coords_name = __('Designer table');
+$strSetupServers_DisableIS_desc = __('More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]');
+$strSetupServers_DisableIS_name = __('Disable use of INFORMATION_SCHEMA');
+$strSetupServerSecurityInfoMsg = __('If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.');
+$strSetupServersEdit = __('Edit server');
+$strSetupServers_extension_desc = __('What PHP extension to use; you should use mysqli if supported');
+$strSetupServers_extension_name = __('PHP extension to use');
+$strSetupServers_hide_db_desc = __('Hide databases matching regular expression (PCRE)');
+$strSetupServers_hide_db_name = __('Hide databases');
+$strSetupServers_history_desc = __('Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]');
+$strSetupServers_history_name = __('SQL query history table');
+$strSetupServers_host_desc = __('Hostname where MySQL server is running');
+$strSetupServers_host_name = __('Server hostname');
+$strSetupServers_LogoutURL_name = __('Logout URL');
+$strSetupServers_nopassword_desc = __('Try to connect without password');
+$strSetupServers_nopassword_name = __('Connect without password');
+$strSetupServers_only_db_desc = __('You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\'');
+$strSetupServers_only_db_name = __('Show only listed databases');
+$strSetupServers_password_desc = __('Leave empty if not using config auth');
+$strSetupServers_password_name = __('Password for config auth');
+$strSetupServers_pdf_pages_desc = __('Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]');
+$strSetupServers_pdf_pages_name = __('PDF schema: pages table');
+$strSetupServers_pmadb_desc = __('Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]');
+$strSetupServers_pmadb_name = __('PMA database');
+$strSetupServers_port_desc = __('Port on which MySQL server is listening, leave empty for default');
+$strSetupServers_port_name = __('Server port');
+$strSetupServers_relation_desc = __('Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]');
+$strSetupServers_relation_name = __('Relation table');
+$strSetupServers_ShowDatabasesCommand_desc = __('SQL command to fetch available databases');
+$strSetupServers_ShowDatabasesCommand_name = __('SHOW DATABASES command');
+$strSetupServers_SignonSession_desc = __('See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example');
+$strSetupServers_SignonSession_name = __('Signon session name');
+$strSetupServers_SignonURL_name = __('Signon URL');
+$strSetupServerSslMsg = __('You should use SSL connections if your web server supports it');
+$strSetupServers_socket_desc = __('Socket on which MySQL server is listening, leave empty for default');
+$strSetupServers_socket_name = __('Server socket');
+$strSetupServers_ssl_desc = __('Enable SSL for connection to MySQL server');
+$strSetupServers_ssl_name = __('Use SSL');
+$strSetupServers_table_coords_desc = __('Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]');
+$strSetupServers_table_coords_name = __('PDF schema: table coordinates');
+$strSetupServers_table_info_desc = __('Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]');
+$strSetupServers_table_info_name = __('Display fields table');
+$strSetupServers_user_desc = __('Leave empty if not using config auth');
+$strSetupServers_user_name = __('User for config auth');
+$strSetupServers_verbose_check_desc = __('Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance');
+$strSetupServers_verbose_check_name = __('Verbose check');
+$strSetupServers_verbose_desc = __('A user-friendly description of this server. Leave blank to display the hostname instead.');
+$strSetupServers_verbose_name = __('Verbose name of this server');
+$strSetupSetValue = __('Set value: %s');
+$strSetupShowAll_desc = __('Whether a user should be displayed a "show all (records)" button');
+$strSetupShowAll_name = __('Allow to display all the rows');
+$strSetupShowChgPassword_desc = __('Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly');
+$strSetupShowChgPassword_name = __('Show password change form');
+$strSetupShowCreateDb_name = __('Show create database form');
+$strSetupShowForm = __('Show form');
+$strSetupShowFunctionFields_desc = __('Display the function fields in edit/insert mode');
+$strSetupShowFunctionFields_name = __('Show function fields');
+$strSetupShowHiddenMessages = __('Show hidden messages (#MSG_COUNT)');
+$strSetupShowPhpInfo_desc = __('Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output');
+$strSetupShowPhpInfo_name = __('Show phpinfo() link');
+$strSetupShowServerInfo_name = __('Show detailed MySQL server information');
+$strSetupShowSQL_desc = __('Defines whether SQL queries generated by phpMyAdmin should be displayed');
+$strSetupShowSQL_name = __('Show SQL queries');
+$strSetupShowStats_desc = __('Allow to display database and table statistics (eg. space usage)');
+$strSetupShowStats_name = __('Show statistics');
+$strSetupShowTooltipAliasDB_desc = __('If tooltips are enabled and a database comment is set, this will flip the comment and the real name');
+$strSetupShowTooltipAliasDB_name = __('Display database comment instead of its name');
+$strSetupShowTooltipAliasTB_desc = __('When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged');
+$strSetupShowTooltipAliasTB_name = __('Display table comment instead of its name');
+$strSetupShowTooltip_name = __('Display table comments in tooltips');
+$strSetupSkipLockedTables_desc = __('Mark used tables and make it possible to show databases with locked tables');
+$strSetupSkipLockedTables_name = __('Skip locked tables');
+$strSetupSQLQuery_Edit_name = __('Edit');
+$strSetupSQLQuery_Explain_name = __('Explain SQL');
+$strSetupSQLQuery_Refresh_name = __('Refresh');
+$strSetupSQLQuery_ShowAsPHP_name = __('Create PHP Code');
+$strSetupSQLQuery_Validate_name = __('Validate SQL');
+$strSetupSuggestDBName_desc = __('Suggest a database name on the "Create Database" form (if possible) or keep the text field empty');
+$strSetupSuggestDBName_name = __('Suggest new database name');
+$strSetupTrue = __('yes');
+$strSetupTrustedProxies_desc = __('Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]');
+$strSetupTrustedProxies_name = __('List of trusted proxies for IP allow/deny');
+$strSetupUploadDir_desc = __('Directory on server where you can upload files for import');
+$strSetupUploadDir_name = __('Upload directory');
+$strSetupUseDbSearch_desc = __('Allow for searching inside the entire database');
+$strSetupUseDbSearch_name = __('Use database search');
+$strSetupVerboseMultiSubmit_desc = __('Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.');
+$strSetupVerboseMultiSubmit_name = __('Verbose multiple statements');
+$strSetupVersionCheckDataError = __('Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.');
+$strSetupVersionCheckInvalid = __('Got invalid version string from server');
+$strSetupVersionCheckLink = __('Check for latest version');
+$strSetupVersionCheckNewAvailable = __('A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.');
+$strSetupVersionCheckNewAvailableSvn = __('You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.');
+$strSetupVersionCheckNone = __('No newer stable version is available');
+$strSetupVersionCheckUnparsable = __('Unparsable version string');
+$strSetupVersionCheck = __('Version check');
+$strSetupVersionCheckWrapperError = __('Neither URL wrapper nor CURL is available. Version check is not possible.');
+$strSetupWarning = __('Warning');
+$strSetupZipDump_desc = __('Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations');
+$strSetupZipDumpExportWarning = __('[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.');
+$strSetupZipDumpImportWarning = __('[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.');
+$strSetupZipDump_name = __('ZIP');
+
+?>
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-935-g4dd524e
by Michal Čihař 30 Mar '10
by Michal Čihař 30 Mar '10
30 Mar '10
The branch, master has been updated
via 4dd524eaf12ba46c2b1be88ad342c1973905f2cd (commit)
from 9858d031da39930d15d0b309ff38e0c7644b1f8f (commit)
- Log -----------------------------------------------------------------
commit 4dd524eaf12ba46c2b1be88ad342c1973905f2cd
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Mar 30 14:51:09 2010 +0200
Use ngettext for number of inserted rows.
-----------------------------------------------------------------------
Summary of changes:
libraries/Message.class.php | 19 +++++++++++++++++++
libraries/messages.inc.php | 1 -
sql.php | 3 +--
tbl_replace.php | 3 +--
4 files changed, 21 insertions(+), 5 deletions(-)
diff --git a/libraries/Message.class.php b/libraries/Message.class.php
index 6e43d21..c31d353 100644
--- a/libraries/Message.class.php
+++ b/libraries/Message.class.php
@@ -304,6 +304,25 @@ class PMA_Message
}
/**
+ * get PMA_Message for number of inserted rows
+ *
+ * shorthand for getting a customized message
+ *
+ * @static
+ * @uses PMA_Message as returned object
+ * @uses PMA_Message::success()
+ * @uses PMA_Message::addParam()
+ * @param integer $rows Number of rows
+ * @return PMA_Message
+ */
+ static public function inserted_rows($rows)
+ {
+ $message = PMA_Message::success(_ngettext('%1$d row inserted.', '%1$d rows inserted.', $rows));
+ $message->addParam($rows);
+ return $message;
+ }
+
+ /**
* get PMA_Message of type error with custom content
*
* shorthand for getting a customized error message
diff --git a/libraries/messages.inc.php b/libraries/messages.inc.php
index b6bc22b..c6dd01c 100644
--- a/libraries/messages.inc.php
+++ b/libraries/messages.inc.php
@@ -829,7 +829,6 @@ $strRoutineReturnType = __('Return type');
$strRoutines = __('Routines');
$strRowLength = __('Row length');
$strRowsFrom = __('row(s) starting from record #');
-$strRowsInserted = __('%1$d row(s) inserted.');
$strRowSize = __(' Row size ');
$strRowsModeFlippedHorizontal = __('horizontal (rotated headers)');
$strRowsModeHorizontal = __('horizontal');
diff --git a/sql.php b/sql.php
index d69ab8b..9234af8 100644
--- a/sql.php
+++ b/sql.php
@@ -492,8 +492,7 @@ if (0 == $num_rows || $is_affected) {
/* For replace we get DELETED + INSERTED row count, so we have to call it affected */
$message = PMA_Message::affected_rows($num_rows);
} else {
- $message = PMA_Message::success('strRowsInserted');
- $message->addParam($num_rows);
+ $message = PMA_Message::inserted_rows($num_rows);
}
$insert_id = PMA_DBI_insert_id();
if ($insert_id != 0) {
diff --git a/tbl_replace.php b/tbl_replace.php
index f71e90a..3167baa 100644
--- a/tbl_replace.php
+++ b/tbl_replace.php
@@ -400,8 +400,7 @@ foreach ($query as $single_query) {
unset($single_query, $query);
if ($is_insert && count($value_sets) > 0) {
- $message = PMA_Message::success('strRowsInserted');
- $message->addParam($total_affected_rows);
+ $message = PMA_Message::inserted_rows($total_affected_rows);
} else {
$message = PMA_Message::affected_rows($total_affected_rows);
}
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-934-g9858d03
by Michal Čihař 30 Mar '10
by Michal Čihař 30 Mar '10
30 Mar '10
The branch, master has been updated
via 9858d031da39930d15d0b309ff38e0c7644b1f8f (commit)
via dea1cd19f09e54fc1d3e1476f22ab8176bc89e92 (commit)
from 8e0197ebd8946108472cf4be73de98ca723b9092 (commit)
- Log -----------------------------------------------------------------
commit 9858d031da39930d15d0b309ff38e0c7644b1f8f
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Mar 30 14:48:01 2010 +0200
Update po files.
commit dea1cd19f09e54fc1d3e1476f22ab8176bc89e92
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Mar 30 14:47:36 2010 +0200
Avoid duplicating the text.
-----------------------------------------------------------------------
Summary of changes:
libraries/import.lib.php | 3 ++-
po/af.po | 4 ++--
po/ar.po | 4 ++--
po/az.po | 4 ++--
po/be.po | 4 ++--
po/be(a)latin.po | 4 ++--
po/bg.po | 4 ++--
po/bn.po | 4 ++--
po/bs.po | 4 ++--
po/ca.po | 4 ++--
po/cs.po | 6 ++----
po/da.po | 4 ++--
po/de.po | 4 ++--
po/el.po | 4 ++--
po/en_GB.po | 4 ++--
po/es.po | 4 ++--
po/et.po | 4 ++--
po/eu.po | 4 ++--
po/fa.po | 4 ++--
po/fi.po | 4 ++--
po/fr.po | 4 ++--
po/gl.po | 4 ++--
po/he.po | 4 ++--
po/hi.po | 4 ++--
po/hr.po | 4 ++--
po/hu.po | 4 ++--
po/id.po | 4 ++--
po/it.po | 4 ++--
po/ja.po | 4 ++--
po/ka.po | 4 ++--
po/ko.po | 4 ++--
po/lt.po | 4 ++--
po/lv.po | 4 ++--
po/mk.po | 4 ++--
po/mn.po | 4 ++--
po/ms.po | 4 ++--
po/nb.po | 4 ++--
po/nl.po | 4 ++--
po/phpmyadmin.pot | 4 ++--
po/pl.po | 4 ++--
po/pt.po | 4 ++--
po/pt_BR.po | 4 ++--
po/ro.po | 4 ++--
po/ru.po | 4 ++--
po/si.po | 4 ++--
po/sk.po | 4 ++--
po/sl.po | 4 ++--
po/sq.po | 4 ++--
po/sr.po | 4 ++--
po/sr(a)latin.po | 4 ++--
po/sv.po | 4 ++--
po/te.po | 4 ++--
po/th.po | 4 ++--
po/tr.po | 4 ++--
po/tt.po | 4 ++--
po/uk.po | 4 ++--
po/uz.po | 4 ++--
po/uz(a)latin.po | 4 ++--
po/zh_CN.po | 4 ++--
po/zh_TW.po | 4 ++--
60 files changed, 120 insertions(+), 121 deletions(-)
diff --git a/libraries/import.lib.php b/libraries/import.lib.php
index 8d6eb2c..9d2ccd2 100644
--- a/libraries/import.lib.php
+++ b/libraries/import.lib.php
@@ -144,7 +144,8 @@ function PMA_importRunQuery($sql = '', $full = '', $controluser = false)
if ($a_num_rows > 0) {
$msg .= $GLOBALS['strRows'] . ': ' . $a_num_rows;
} elseif ($a_aff_rows > 0) {
- $msg .= sprintf(_ngettext('%1$d row affected.', '%1$d rows affected.', $a_aff_rows), $a_aff_rows);
+ $message = PMA_Message::affected_rows($a_aff_rows);
+ $msg .= $message->getMessage();
} else {
$msg .= $GLOBALS['strEmptyResultSet'];
}
diff --git a/po/af.po b/po/af.po
index 7201468..66ac0f9 100644
--- a/po/af.po
+++ b/po/af.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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+0200\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: afrikaans <af(a)li.org>\n"
@@ -39,7 +39,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr ""
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/ar.po b/po/ar.po
index 635fd6f..66b6731 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -42,7 +42,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr ""
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/az.po b/po/az.po
index 59bd7e2..af43d9f 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -41,7 +41,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Gönderildi"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/be.po b/po/be.po
index 8b114e8..c4d5392 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -47,7 +47,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Адпраўлена"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index 54c531f..e0c7126 100644
--- a/po/be(a)latin.po
+++ b/po/be(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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: belarusian_latin <be@latin@li.org>\n"
@@ -45,7 +45,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr ""
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/bg.po b/po/bg.po
index ad2e8ca..cda6fb5 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -45,7 +45,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Изпратени"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/bn.po b/po/bn.po
index ad18e35..25960c1 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -46,7 +46,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "bn"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/bs.po b/po/bs.po
index 85fc337..4b63cb5 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -45,7 +45,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Poslato"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/ca.po b/po/ca.po
index 1ca8cb0..b9a1d2c 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -47,7 +47,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Enviat"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/cs.po b/po/cs.po
index 50ac18a..83345a8 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,7 +4,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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+0200\n"
"PO-Revision-Date: 2010-03-30 14:43+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
@@ -48,7 +48,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "en"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
@@ -58,8 +58,6 @@ msgstr[2] "Ovlivněno %1$d řádek."
#: libraries/Message.class.php:301
#, php-format
-#| msgid "%1$d row delete."
-#| msgid_plural "%1$d rows deleted."
msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Smazán %1$d řádek."
diff --git a/po/da.po b/po/da.po
index 7f38be7..0dfac07 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -45,7 +45,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "en"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/de.po b/po/de.po
index 55c7020..bd20877 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -49,7 +49,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "en"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/el.po b/po/el.po
index 62e350c..cfd59f6 100644
--- a/po/el.po
+++ b/po/el.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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+0200\n"
"PO-Revision-Date: 2010-03-30 11:04+0200\n"
"Last-Translator: Panagiotis <papaz_p(a)yahoo.com>\n"
"Language-Team: greek <el(a)li.org>\n"
@@ -48,7 +48,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "el"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/en_GB.po b/po/en_GB.po
index d22ff4f..6c1aab3 100644
--- a/po/en_GB.po
+++ b/po/en_GB.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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+0200\n"
"PO-Revision-Date: 2010-03-12 11:13+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: english-gb <en_GB(a)li.org>\n"
@@ -47,7 +47,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "en"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/es.po b/po/es.po
index 4e32a56..043ae23 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -47,7 +47,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "es"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/et.po b/po/et.po
index 832f830..37631a7 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -47,7 +47,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Saadetud"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/eu.po b/po/eu.po
index 781c38b..3aa1294 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -45,7 +45,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Bidalita"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/fa.po b/po/fa.po
index 7cb1b94..6dc9473 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -39,7 +39,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr ""
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/fi.po b/po/fi.po
index eb0e402..bb1a153 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -47,7 +47,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Lähetetty"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/fr.po b/po/fr.po
index a81436c..1abc670 100644
--- a/po/fr.po
+++ b/po/fr.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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+0200\n"
"PO-Revision-Date: 2010-03-12 17:49+0200\n"
"Last-Translator: <olivier.tetard(a)miskin.fr>\n"
"Language-Team: french <fr(a)li.org>\n"
@@ -47,7 +47,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "fr"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/gl.po b/po/gl.po
index 1bb6001..6dfa8c9 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -47,7 +47,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Enviado"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/he.po b/po/he.po
index 22cc7e0..44b9806 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -44,7 +44,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "נשלח"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/hi.po b/po/hi.po
index af411cb..f71c7bc 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -39,7 +39,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr ""
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/hr.po b/po/hr.po
index f83e928..bc56d82 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -47,7 +47,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Poslano"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/hu.po b/po/hu.po
index 5158dca..88f9e5a 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -46,7 +46,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "en"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/id.po b/po/id.po
index 3b6aff1..650aec1 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -46,7 +46,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "id"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/it.po b/po/it.po
index 2bd63a7..4f0d20d 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -48,7 +48,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Spediti"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/ja.po b/po/ja.po
index 1d1798c..b93500a 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -46,7 +46,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "en"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/ka.po b/po/ka.po
index f191afb..7c53e6e 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -46,7 +46,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "ka"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/ko.po b/po/ko.po
index 0ec9eca..23bd2bb 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -41,7 +41,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "보냄"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/lt.po b/po/lt.po
index fa9d67d..416225b 100644
--- a/po/lt.po
+++ b/po/lt.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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+0200\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: lithuanian <lt(a)li.org>\n"
@@ -47,7 +47,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Siųsta"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/lv.po b/po/lv.po
index e04e9d6..580d3a0 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -45,7 +45,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Nosūtīts"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/mk.po b/po/mk.po
index bbe61f5..11dcbad 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -45,7 +45,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Пратено"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/mn.po b/po/mn.po
index 8d4f67f..720afa2 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -43,7 +43,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr ""
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/ms.po b/po/ms.po
index dcd366d..9046af3 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -41,7 +41,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Hantar"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/nb.po b/po/nb.po
index 1a78c54..89723e9 100644
--- a/po/nb.po
+++ b/po/nb.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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+0200\n"
"PO-Revision-Date: 2010-03-17 16:27+0200\n"
"Last-Translator: <sven.erik.andersen(a)gmail.com>\n"
"Language-Team: norwegian <no(a)li.org>\n"
@@ -47,7 +47,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "nb"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/nl.po b/po/nl.po
index adcdfac..f28e0d9 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -47,7 +47,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "en"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index 32ac75b..155d1f7 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -44,7 +44,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr ""
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, possible-php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/pl.po b/po/pl.po
index 0fda8f8..c0d656e 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -47,7 +47,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Wysłane"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/pt.po b/po/pt.po
index 57a12b4..f2a44c8 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -45,7 +45,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "pt"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 3b91463..f61dac6 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -47,7 +47,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "en"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/ro.po b/po/ro.po
index 11e1fab..de0f52b 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -50,7 +50,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "en"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/ru.po b/po/ru.po
index 5e05a70..3ba0828 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -47,7 +47,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Отправлено"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/si.po b/po/si.po
index 353d794..b3dbe65 100644
--- a/po/si.po
+++ b/po/si.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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+0200\n"
"PO-Revision-Date: 2010-03-12 09:18+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: sinhala <si(a)li.org>\n"
@@ -46,7 +46,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "en"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/sk.po b/po/sk.po
index d1538f7..1853597 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -46,7 +46,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Odoslané"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/sl.po b/po/sl.po
index b657472..34ad20d 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -44,7 +44,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Poslano"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/sq.po b/po/sq.po
index 66119cb..adc0458 100644
--- a/po/sq.po
+++ b/po/sq.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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+0200\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: albanian <sq(a)li.org>\n"
@@ -45,7 +45,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Dërguar"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/sr.po b/po/sr.po
index ba8205f..5f81dab 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -47,7 +47,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Послато"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/sr(a)latin.po b/po/sr(a)latin.po
index 4c618f2..0dbe94b 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -47,7 +47,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Poslato"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/sv.po b/po/sv.po
index e172ae0..b70d50d 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -47,7 +47,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Skickade"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/te.po b/po/te.po
index 8fe7670..3800848 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -44,7 +44,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr ""
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/th.po b/po/th.po
index 3b8fa4a..a26229f 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -41,7 +41,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "ถูกส่ง"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/tr.po b/po/tr.po
index 1c115d6..011a950 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -46,7 +46,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "tr"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/tt.po b/po/tt.po
index 777c245..122841a 100644
--- a/po/tt.po
+++ b/po/tt.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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+0200\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: tatarish <tt(a)li.org>\n"
@@ -45,7 +45,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Cibärelde"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/uk.po b/po/uk.po
index 8e051e4..a622b1e 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -43,7 +43,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr ""
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
diff --git a/po/uz.po b/po/uz.po
index 67f0266..b2e3ea5 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -46,7 +46,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Юборилди"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/uz(a)latin.po b/po/uz(a)latin.po
index 507e27a..744bf92 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -46,7 +46,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "Yuborildi"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/zh_CN.po b/po/zh_CN.po
index cac8a65..c1cbc64 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -44,7 +44,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "zh"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 43c829f..5e09f1d 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:43+0200\n"
+"POT-Creation-Date: 2010-03-30 14:47+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"
@@ -44,7 +44,7 @@ msgctxt "$mysql_5_0_doc_lang"
msgid "en"
msgstr "zh"
-#: libraries/import.lib.php:147 libraries/Message.class.php:282
+#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-932-g8e0197e
by Michal Čihař 30 Mar '10
by Michal Čihař 30 Mar '10
30 Mar '10
The branch, master has been updated
via 8e0197ebd8946108472cf4be73de98ca723b9092 (commit)
via a7d9d0a5fa8c44e06033753fe76e45739067896e (commit)
from 44d5cb854803e34406f2ac477b92f8587373522a (commit)
- Log -----------------------------------------------------------------
commit 8e0197ebd8946108472cf4be73de98ca723b9092
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Mar 30 14:44:09 2010 +0200
Fix typo.
commit a7d9d0a5fa8c44e06033753fe76e45739067896e
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Mar 30 14:42:47 2010 +0200
Czech translation.
-----------------------------------------------------------------------
Summary of changes:
libraries/Message.class.php | 2 +-
po/af.po | 4 ++--
po/ar.po | 4 ++--
po/az.po | 4 ++--
po/be.po | 4 ++--
po/be(a)latin.po | 4 ++--
po/bg.po | 4 ++--
po/bn.po | 4 ++--
po/bs.po | 4 ++--
po/ca.po | 4 ++--
po/cs.po | 17 +++++++++--------
po/da.po | 4 ++--
po/de.po | 4 ++--
po/el.po | 4 ++--
po/en_GB.po | 4 ++--
po/es.po | 4 ++--
po/et.po | 4 ++--
po/eu.po | 4 ++--
po/fa.po | 4 ++--
po/fi.po | 4 ++--
po/fr.po | 4 ++--
po/gl.po | 4 ++--
po/he.po | 4 ++--
po/hi.po | 4 ++--
po/hr.po | 4 ++--
po/hu.po | 4 ++--
po/id.po | 4 ++--
po/it.po | 4 ++--
po/ja.po | 4 ++--
po/ka.po | 4 ++--
po/ko.po | 4 ++--
po/lt.po | 4 ++--
po/lv.po | 4 ++--
po/mk.po | 4 ++--
po/mn.po | 4 ++--
po/ms.po | 4 ++--
po/nb.po | 4 ++--
po/nl.po | 4 ++--
po/phpmyadmin.pot | 4 ++--
po/pl.po | 4 ++--
po/pt.po | 4 ++--
po/pt_BR.po | 4 ++--
po/ro.po | 4 ++--
po/ru.po | 4 ++--
po/si.po | 4 ++--
po/sk.po | 4 ++--
po/sl.po | 4 ++--
po/sq.po | 4 ++--
po/sr.po | 4 ++--
po/sr(a)latin.po | 4 ++--
po/sv.po | 4 ++--
po/te.po | 4 ++--
po/th.po | 4 ++--
po/tr.po | 4 ++--
po/tt.po | 4 ++--
po/uk.po | 4 ++--
po/uz.po | 4 ++--
po/uz(a)latin.po | 4 ++--
po/zh_CN.po | 4 ++--
po/zh_TW.po | 4 ++--
60 files changed, 126 insertions(+), 125 deletions(-)
diff --git a/libraries/Message.class.php b/libraries/Message.class.php
index 13e2c6a..6e43d21 100644
--- a/libraries/Message.class.php
+++ b/libraries/Message.class.php
@@ -298,7 +298,7 @@ class PMA_Message
*/
static public function deleted_rows($rows)
{
- $message = PMA_Message::success(_ngettext('%1$d row delete.', '%1$d rows deleted.', $rows));
+ $message = PMA_Message::success(_ngettext('%1$d row deleted.', '%1$d rows deleted.', $rows));
$message->addParam($rows);
return $message;
}
diff --git a/po/af.po b/po/af.po
index 9deef68..7201468 100644
--- a/po/af.po
+++ b/po/af.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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+0200\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: afrikaans <af(a)li.org>\n"
@@ -48,7 +48,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, php-format
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] ""
msgstr[1] ""
diff --git a/po/ar.po b/po/ar.po
index bbf6d3f..635fd6f 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -51,7 +51,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, php-format
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] ""
msgstr[1] ""
diff --git a/po/az.po b/po/az.po
index 2158872..59bd7e2 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -50,7 +50,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, php-format
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] ""
msgstr[1] ""
diff --git a/po/be.po b/po/be.po
index bf06e7e..8b114e8 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -58,7 +58,7 @@ msgstr[1] "Зьменена радкоў: %1$d."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Выдалена радкоў: %1$d."
msgstr[1] "Выдалена радкоў: %1$d."
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index 7c531e7..54c531f 100644
--- a/po/be(a)latin.po
+++ b/po/be(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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: belarusian_latin <be@latin@li.org>\n"
@@ -56,7 +56,7 @@ msgstr[1] "Źmieniena radkoŭ: %1$d."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Vydalena radkoŭ: %1$d."
msgstr[1] "Vydalena radkoŭ: %1$d."
diff --git a/po/bg.po b/po/bg.po
index e0c99e9..ad2e8ca 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -55,7 +55,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "No rows selected"
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Няма върнати редове"
msgstr[1] "Няма върнати редове"
diff --git a/po/bn.po b/po/bn.po
index a4950f7..ad18e35 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -56,7 +56,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "No rows selected"
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "No rows selected"
msgstr[1] "No rows selected"
diff --git a/po/bs.po b/po/bs.po
index c1c78e4..85fc337 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -54,7 +54,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, php-format
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] ""
msgstr[1] ""
diff --git a/po/ca.po b/po/ca.po
index 68430e3..1ca8cb0 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -58,7 +58,7 @@ msgstr[1] "%1$d fila(es) afectada(es)."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d fila(es) esborrada(es)."
msgstr[1] "%1$d fila(es) esborrada(es)."
diff --git a/po/cs.po b/po/cs.po
index ef3f7f3..50ac18a 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,8 +4,8 @@ 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:41+0200\n"
-"PO-Revision-Date: 2010-03-30 14:35+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+0200\n"
+"PO-Revision-Date: 2010-03-30 14:43+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -57,13 +57,14 @@ msgstr[1] "Ovlivněny %1$d řádky."
msgstr[2] "Ovlivněno %1$d řádek."
#: libraries/Message.class.php:301
-#, fuzzy, php-format
-#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+#, php-format
+#| msgid "%1$d row delete."
+#| msgid_plural "%1$d rows deleted."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
-msgstr[0] "Smazáno %1$d řádků."
-msgstr[1] "Smazáno %1$d řádků."
-msgstr[2] "Smazáno %1$d řádků."
+msgstr[0] "Smazán %1$d řádek."
+msgstr[1] "Smazány %1$d řádky."
+msgstr[2] "Smazáno %1$d řádek."
#. l10n: Text direction, use either ltr or rtl
#: libraries/messages.inc.php:15
diff --git a/po/da.po b/po/da.po
index 826b5bb..7f38be7 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -55,7 +55,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "No rows selected"
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Ingen rækker valgt"
msgstr[1] "Ingen rækker valgt"
diff --git a/po/de.po b/po/de.po
index 0695d1d..55c7020 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -60,7 +60,7 @@ msgstr[1] "%1$d Zeile(n) betroffen."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d Zeile(n) gelöscht."
msgstr[1] "%1$d Zeile(n) gelöscht."
diff --git a/po/el.po b/po/el.po
index f61e0d7..62e350c 100644
--- a/po/el.po
+++ b/po/el.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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+0200\n"
"PO-Revision-Date: 2010-03-30 11:04+0200\n"
"Last-Translator: Panagiotis <papaz_p(a)yahoo.com>\n"
"Language-Team: greek <el(a)li.org>\n"
@@ -59,7 +59,7 @@ msgstr[1] "Επηρεάστηκε(αν) %1$d γραμμή(ές)."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Διαγράφτηκε(αν) %1$d γραμμή(ές)."
msgstr[1] "Διαγράφτηκε(αν) %1$d γραμμή(ές)."
diff --git a/po/en_GB.po b/po/en_GB.po
index 043a908..d22ff4f 100644
--- a/po/en_GB.po
+++ b/po/en_GB.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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+0200\n"
"PO-Revision-Date: 2010-03-12 11:13+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: english-gb <en_GB(a)li.org>\n"
@@ -58,7 +58,7 @@ msgstr[1] "%1$d row(s) affected."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d row(s) deleted."
msgstr[1] "%1$d row(s) deleted."
diff --git a/po/es.po b/po/es.po
index 35e93d4..4e32a56 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -58,7 +58,7 @@ msgstr[1] "%1$d fila(s) fueron afectadas."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d fila(s) fueron eliminadas."
msgstr[1] "%1$d fila(s) fueron eliminadas."
diff --git a/po/et.po b/po/et.po
index 663bcbf..832f830 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -57,7 +57,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "No rows selected"
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Ridu pole valitud"
msgstr[1] "Ridu pole valitud"
diff --git a/po/eu.po b/po/eu.po
index 6b89e06..781c38b 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -54,7 +54,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, php-format
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] ""
msgstr[1] ""
diff --git a/po/fa.po b/po/fa.po
index 31eeede..7cb1b94 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -48,7 +48,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, php-format
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] ""
msgstr[1] ""
diff --git a/po/fi.po b/po/fi.po
index 85a83ab..eb0e402 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -58,7 +58,7 @@ msgstr[1] "%1$d rivi(ä) muutettu."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d rivi(ä) poistettu."
msgstr[1] "%1$d rivi(ä) poistettu."
diff --git a/po/fr.po b/po/fr.po
index b530fdf..a81436c 100644
--- a/po/fr.po
+++ b/po/fr.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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+0200\n"
"PO-Revision-Date: 2010-03-12 17:49+0200\n"
"Last-Translator: <olivier.tetard(a)miskin.fr>\n"
"Language-Team: french <fr(a)li.org>\n"
@@ -58,7 +58,7 @@ msgstr[1] "%1$d enregistrement(s) affecté(s)."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d enregistrement(s) supprimé(s)."
msgstr[1] "%1$d enregistrement(s) supprimé(s)."
diff --git a/po/gl.po b/po/gl.po
index 43ee8ca..1bb6001 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -58,7 +58,7 @@ msgstr[1] "%1$d fileira(s) afectada(s)."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d fileira(s) eliminada(s)."
msgstr[1] "%1$d fileira(s) eliminada(s)."
diff --git a/po/he.po b/po/he.po
index 85763ed..22cc7e0 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -54,7 +54,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "No rows selected"
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "לא נבחרו שורות"
msgstr[1] "לא נבחרו שורות"
diff --git a/po/hi.po b/po/hi.po
index 4e020d7..af411cb 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -48,7 +48,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, php-format
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] ""
msgstr[1] ""
diff --git a/po/hr.po b/po/hr.po
index c9a0813..f83e928 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -58,7 +58,7 @@ msgstr[1] "Zahvaćeno redaka: %1$d."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Izbrisano redaka: %1$d."
msgstr[1] "Izbrisano redaka: %1$d."
diff --git a/po/hu.po b/po/hu.po
index 3980963..5158dca 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -57,7 +57,7 @@ msgstr[1] "%1$d sor érintett."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "A(z) %1$d sor törlése megtörtént."
msgstr[1] "A(z) %1$d sor törlése megtörtént."
diff --git a/po/id.po b/po/id.po
index 90cd5e0..3b6aff1 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -55,7 +55,7 @@ msgstr[0] ""
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "No rows selected"
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Tidak ada baris yang dipilih"
diff --git a/po/it.po b/po/it.po
index e29ea58..2bd63a7 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -59,7 +59,7 @@ msgstr[1] "%1$d riga/e modificata."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+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."
diff --git a/po/ja.po b/po/ja.po
index 8d87fdd..1d1798c 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -56,7 +56,7 @@ msgstr[0] "%1$d 行変更しました。"
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d 行削除しました。"
diff --git a/po/ka.po b/po/ka.po
index 6859108..f191afb 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -57,7 +57,7 @@ msgstr[1] "%1$d row(s) affected."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "წაიშალა %1$d სტრიქონი."
msgstr[1] "წაიშალა %1$d სტრიქონი."
diff --git a/po/ko.po b/po/ko.po
index 07d62b3..0ec9eca 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -50,7 +50,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, php-format
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] ""
msgstr[1] ""
diff --git a/po/lt.po b/po/lt.po
index efdf216..fa9d67d 100644
--- a/po/lt.po
+++ b/po/lt.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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+0200\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: lithuanian <lt(a)li.org>\n"
@@ -57,7 +57,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "No rows selected"
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Nepasirinkti įrašai"
msgstr[1] "Nepasirinkti įrašai"
diff --git a/po/lv.po b/po/lv.po
index 3ec025f..e04e9d6 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -55,7 +55,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "No rows selected"
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Rindas nav iezīmētas"
msgstr[1] "Rindas nav iezīmētas"
diff --git a/po/mk.po b/po/mk.po
index 143c4dc..bbe61f5 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -55,7 +55,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "No rows selected"
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Нема селектирани записи"
msgstr[1] "Нема селектирани записи"
diff --git a/po/mn.po b/po/mn.po
index 256efad..8d4f67f 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -53,7 +53,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "No rows selected"
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Сонгогдсон мөргүй"
msgstr[1] "Сонгогдсон мөргүй"
diff --git a/po/ms.po b/po/ms.po
index 51934ec..dcd366d 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -50,7 +50,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, php-format
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] ""
msgstr[1] ""
diff --git a/po/nb.po b/po/nb.po
index c147028..1a78c54 100644
--- a/po/nb.po
+++ b/po/nb.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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+0200\n"
"PO-Revision-Date: 2010-03-17 16:27+0200\n"
"Last-Translator: <sven.erik.andersen(a)gmail.com>\n"
"Language-Team: norwegian <no(a)li.org>\n"
@@ -58,7 +58,7 @@ msgstr[1] "%1$d rad(er) berørt."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d rad(er) slettet."
msgstr[1] "%1$d rad(er) slettet."
diff --git a/po/nl.po b/po/nl.po
index b7e9536..adcdfac 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -58,7 +58,7 @@ msgstr[1] "%1$d rij(en) bijgewerkt."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d rij(en) verwijderd."
msgstr[1] "%1$d rij(en) verwijderd."
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index b818d1b..32ac75b 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -53,7 +53,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, possible-php-format
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] ""
msgstr[1] ""
diff --git a/po/pl.po b/po/pl.po
index 4c522c9..0fda8f8 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -58,7 +58,7 @@ msgstr[1] "Zmodyfikowanych rekordów: %1$d."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Usuniętych rekordów: %1$d."
msgstr[1] "Usuniętych rekordów: %1$d."
diff --git a/po/pt.po b/po/pt.po
index 5353752..57a12b4 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -54,7 +54,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, php-format
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] ""
msgstr[1] ""
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 83c5505..3b91463 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -58,7 +58,7 @@ msgstr[1] "%1$d linha(s) afetadas."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d linhas(s) excluídas."
msgstr[1] "%1$d linhas(s) excluídas."
diff --git a/po/ro.po b/po/ro.po
index bf22b09..11e1fab 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -62,7 +62,7 @@ msgstr[2] "%1$d rînd(uri) afectat(e)."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d rînd(uri) șters(e)."
msgstr[1] "%1$d rînd(uri) șters(e)."
diff --git a/po/ru.po b/po/ru.po
index 85e8edc..5e05a70 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -58,7 +58,7 @@ msgstr[1] "Затронуто строк: %1$d."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Удалено строк: %1$d."
msgstr[1] "Удалено строк: %1$d."
diff --git a/po/si.po b/po/si.po
index e321903..353d794 100644
--- a/po/si.po
+++ b/po/si.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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+0200\n"
"PO-Revision-Date: 2010-03-12 09:18+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: sinhala <si(a)li.org>\n"
@@ -56,7 +56,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "No rows selected"
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "පේළි කිසිවක් තෝරගෙන නැත"
msgstr[1] "පේළි කිසිවක් තෝරගෙන නැත"
diff --git a/po/sk.po b/po/sk.po
index 4ba161a..d1538f7 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -57,7 +57,7 @@ msgstr[1] "%1$d riadok/riadkov ovplyvnených."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d riadok/riadkov zmazaných."
msgstr[1] "%1$d riadok/riadkov zmazaných."
diff --git a/po/sl.po b/po/sl.po
index d667df5..b657472 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -53,7 +53,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, php-format
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] ""
msgstr[1] ""
diff --git a/po/sq.po b/po/sq.po
index 3150922..66119cb 100644
--- a/po/sq.po
+++ b/po/sq.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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+0200\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: albanian <sq(a)li.org>\n"
@@ -55,7 +55,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "No rows selected"
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Nuk ka rreshta të zgjedhur"
msgstr[1] "Nuk ka rreshta të zgjedhur"
diff --git a/po/sr.po b/po/sr.po
index 16a35ee..ba8205f 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -57,7 +57,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "No rows selected"
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Нема одабраних редова"
msgstr[1] "Нема одабраних редова"
diff --git a/po/sr(a)latin.po b/po/sr(a)latin.po
index ae05ae1..4c618f2 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -57,7 +57,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "No rows selected"
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Nema odabranih redova"
msgstr[1] "Nema odabranih redova"
diff --git a/po/sv.po b/po/sv.po
index 102c2e8..e172ae0 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -58,7 +58,7 @@ msgstr[1] "%1$d rad(er) påverkade."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d rad(er) borttagna."
msgstr[1] "%1$d rad(er) borttagna."
diff --git a/po/te.po b/po/te.po
index cf54288..8fe7670 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -53,7 +53,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, php-format
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] ""
msgstr[1] ""
diff --git a/po/th.po b/po/th.po
index 7df116e..3b8fa4a 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -51,7 +51,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "No rows selected"
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "ยังไม่ได้เลือกแถว"
msgstr[1] "ยังไม่ได้เลือกแถว"
diff --git a/po/tr.po b/po/tr.po
index 7e4d6ae..1c115d6 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -57,7 +57,7 @@ msgstr[1] "%1$d satır etkilendi."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d satır silindi."
msgstr[1] "%1$d satır silindi."
diff --git a/po/tt.po b/po/tt.po
index 59e5657..777c245 100644
--- a/po/tt.po
+++ b/po/tt.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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+0200\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: tatarish <tt(a)li.org>\n"
@@ -55,7 +55,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "No rows selected"
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "Kertemnär sayladı"
msgstr[1] "Kertemnär sayladı"
diff --git a/po/uk.po b/po/uk.po
index c26f4b7..8e051e4 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -52,7 +52,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, php-format
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] ""
msgstr[1] ""
diff --git a/po/uz.po b/po/uz.po
index 7428cd0..67f0266 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -57,7 +57,7 @@ msgstr[1] "%1$d та қаторларга таъсир этди."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d та қаторлар ўчирилди."
msgstr[1] "%1$d та қаторлар ўчирилди."
diff --git a/po/uz(a)latin.po b/po/uz(a)latin.po
index 8298eec..507e27a 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -57,7 +57,7 @@ msgstr[1] "%1$d ta qatorlarga ta`sir etdi."
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d ta qatorlar o‘chirildi."
msgstr[1] "%1$d ta qatorlar o‘chirildi."
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 5922ef2..cac8a65 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -54,7 +54,7 @@ msgstr[0] "影响了 %1$d 行。"
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "%1$d row(s) deleted."
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "已删除 %1$d 行。"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 758a8a5..43c829f 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:41+0200\n"
+"POT-Creation-Date: 2010-03-30 14:43+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"
@@ -54,7 +54,7 @@ msgstr[1] ""
#: libraries/Message.class.php:301
#, fuzzy, php-format
#| msgid "No rows selected"
-msgid "%1$d row delete."
+msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "並無資料列已選擇"
msgstr[1] "並無資料列已選擇"
hooks/post-receive
--
phpMyAdmin
1
0