Git
Threads by month
- ----- 2025 -----
- October
- 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
June 2010
- 3 participants
- 104 discussions

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4817-gaa98d77
by Michal Čihař 09 Jun '10
by Michal Čihař 09 Jun '10
09 Jun '10
The branch, master has been updated
via aa98d772e6f380f9d3b1ee9d9a6104c58192d1bc (commit)
via 761aaf8bf20779c1ac5942a7b62b2315d8f5218d (commit)
via f41c6f887ad88f42456392712ec83e5b0a0b7343 (commit)
via 3e41e6976271beb2284de308c63125eda311847e (commit)
from 89550974db0ff14656b6c52da4c23c63f0763e29 (commit)
- Log -----------------------------------------------------------------
commit aa98d772e6f380f9d3b1ee9d9a6104c58192d1bc
Author: Isaac Bennetch <ibennetch(a)users.sourceforge.net>
Date: Wed Jun 9 16:40:29 2010 +0200
Documentation: FAQ 7.2 cleanup
Some cleanups for FAQ 7.2
commit 761aaf8bf20779c1ac5942a7b62b2315d8f5218d
Author: Isaac Bennetch <ibennetch(a)users.sourceforge.net>
Date: Wed Jun 9 16:38:09 2010 +0200
FAQ 7.2 translation additions
This adds a section about documentation translation.
The text was taken from the PMA website.
commit f41c6f887ad88f42456392712ec83e5b0a0b7343
Author: Isaac Bennetch <ibennetch(a)users.sourceforge.net>
Date: Wed Jun 9 16:37:01 2010 +0200
FAQ 7.1 forum link
Tiny improvement; link directly to the forum instead of the main
sourceforge page.
commit 3e41e6976271beb2284de308c63125eda311847e
Author: Isaac Bennetch <ibennetch(a)users.sourceforge.net>
Date: Wed Jun 9 16:35:54 2010 +0200
Documentation cleanup
I found a few places that needed cleanup plus the Synchronization FAQ
was using literal utf charachters for ' ` " and so on -- those are
replaces with the appropriate escaped character entity or <code> blocks.
-----------------------------------------------------------------------
Summary of changes:
Documentation.html | 55 ++++++++++++++++++++++++++++++++-------------------
1 files changed, 34 insertions(+), 21 deletions(-)
diff --git a/Documentation.html b/Documentation.html
index d1d589d..374366c 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -4344,21 +4344,22 @@ chmod o+rwx tmp
under the Bugs section.<br /><br />
But please first discuss your bug with other users:<br />
- <a href="http://sf.net/projects/phpmyadmin/">
- http://sf.net/projects/phpmyadmin/</a> (and choose Forums)</p>
+ <a href="https://sourceforge.net/projects/phpmyadmin/forums">
+ https://sourceforge.net/projects/phpmyadmin/forums</a>.
+</p>
<h4 id="faq7_2">
<a href="#faq7_2">7.2 I want to translate the messages to a new language or upgrade an
existing language, where do I start?</a></h4>
-<p> Always use latest Git version of po file to translate. You can optionally
+<p> Always use latest Git version of the po file to translate. You can optionally
translate online at our <a href="http://l10n.cihar.com/">translation
- server</a> where you can also get latest po files and merge them
- with your translations. For creating new translation simply use
+ server</a> where you can also get the latest po files and merge them
+ with your translations. For creating a new translation simply use
<code>po/phpmyadmin.pot</code> and generate
<code>po/LANG_CODE.po</code> for your language (you can use
<code>msginit -i po/phpmyadmin.pot -l LANG_CODE --no-translator -o po/LANG_CODE.po</code>
- to do this) or ask on mailing list to add the translation to the web
+ to do this) or ask on the mailing list to add the translation to the web
interface. More details are available on <a href="http://wiki.phpmyadmin.net/pma/Devel:Gettext_for_translators">our wiki</a>.
</p>
<p>
@@ -4366,18 +4367,30 @@ chmod o+rwx tmp
the translations, since we define the right character set in the file.
With HTML entities, the text on JavaScript messages would not
display correctly.
- However there are some entities that need to be there, for quotes
- ,non-breakable spaces, ampersands, less than, greater than.
+ However there are some entities that need to be there: quotes,
+ non-breakable spaces, ampersands, less than, greater than.
</p>
<p>
You can then put your translations, as a zip file to avoid losing special
- characters, on the sourceforge.net translation tracker.
+ characters, on the sourceforge.net <a href="https://sourceforge.net/tracker/?group_id=23067&atid=387645">translation tracker.</a>
</p>
<p>
- It would be a good idea to subscribe to the phpmyadmin-translators mailing
+ It would be a good idea to subscribe to the <a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-translators">phpmyadmin-translators</a> mailing
list, because this is where we ask for translations of new messages.
</p>
+<p>
+ Documentation is being translated using po4a and gettext (see
+ <a href="http://www.phpmyadmin.net/home_page/docs.php">documentation</a>
+ for existing translations). To start, checkout
+ <a href="http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/localized…"<code>localized_docs/po</code></a>
+ from Git, or just go to the <a href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>
+ and translate it online. If your language is missing, just contact
+ <a href="mailto:michal@cihar.com">Michal Čihař</a>; he will add it. If
+ you prefer to directly translate the po files, please put updated ones into our
+ <a href="https://sourceforge.net/tracker/?group_id=23067&atid=387645">translation tracker</a>.
+</p>
+
<h4 id="faq7_3">
<a href="#faq7_3">7.3 I would like to help out with the development of
phpMyAdmin. How should I proceed?</a></h4>
@@ -4417,7 +4430,7 @@ chmod o+rwx tmp
<a href="#faq8_2">8.2 How can I protect phpMyAdmin against brute force attacks?</a></h4>
<p> If you use Apache web server, phpMyAdmin exports information about
- authentication to Apache environment and it can be used in Apache logs.
+ authentication to the Apache environment and it can be used in Apache logs.
Currently there are two variables available:
</p>
<dl>
@@ -4448,14 +4461,14 @@ LogFormat "%h %l %u %t \"%r\" %>s %b \
<a href="#faq9_1">9.1 How can I synchronize two databases/tables in phpMyAdmin?</a></h4>
<p> You can now synchronize databases/tables in phpMyAdmin using the Synchronize feature.
-It allows you to connect to local as well as remote servers.This requires you to enter
+It allows you to connect to local as well as remote servers. This requires you to enter
server host name, username, password, port and the name of the database. Therefore you can
now synchronize your databases placed on the same server or some remote server.
</p>
<p>
This feature is helpful for developers who need to replicate their
-databases’ structure as well as data. Moreover, this feature not only
+database’s structure as well as data. Moreover, this feature not only
helps replication but also facilitates the user to keep his/her database
in sync with another database. Other than the full database, certain
tables of the databases can also be synchronized.
@@ -4476,29 +4489,29 @@ representation.
</p>
<p>
-On the left, are listed the source database table names. Some of the
-names have a ‘+’ plus sign preceding them. This shows that these tables
+On the left, are listed the source database table names. Some of the
+names have a <code>+</code> plus sign preceding them. This shows that these tables
are only present in source database and they need to be added to the
target database in order to synchronize the target database. The tables
-whose names are not preceded by a ‘+’ sign are already present in the
+whose names are not preceded by a <code>+</code> sign are already present in the
target database.
</p>
<p>
On the right, are listed the target database table names. There are few
-table names that have “(not present)” appended after their names. This
+table names that have <code>(not present)</code> appended after their names. This
means that these tables are to be created in target database in order to
-synchronize target database with source database. Some tables’ names
-have a ‘-’ minus sign preceding them. This shows that these tables are
+synchronize target database with source database. Some table names
+have a <code>-</code> minus sign preceding them. This shows that these tables are
only present in target database and they will remain unchanged in the
target database. The column in the middle shows the difference between
the source and target corresponding tables.
</p>
<p>
-The difference is depicted by the red and green buttons with S and D
+The difference is depicted by the red and green buttons with <tt>S</tt> and <tt>D</tt>
letters, indicating that either Structure or Data are not up to date. By
-clicking on them, they will turn grey, what means that they will be synchronised.
+clicking on them, they will turn grey, what means that they will be synchronized.
</p>
<!-- DEVELOPERS -->
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4813-g8955097
by Michal Čihař 09 Jun '10
by Michal Čihař 09 Jun '10
09 Jun '10
The branch, master has been updated
via 89550974db0ff14656b6c52da4c23c63f0763e29 (commit)
via 0d4a6b22ea59ebc39ce7079d4f72ec4052d93c19 (commit)
via f4e73072f29a0533bed2a865905de9294a9ebbbf (commit)
from 5b5aa6fc0feb58973c63bb710e78c94ff9883259 (commit)
- Log -----------------------------------------------------------------
commit 89550974db0ff14656b6c52da4c23c63f0763e29
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Wed Jun 9 14:17:08 2010 +0200
Translation update done using Pootle.
commit 0d4a6b22ea59ebc39ce7079d4f72ec4052d93c19
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Wed Jun 9 14:16:59 2010 +0200
Translation update done using Pootle.
commit f4e73072f29a0533bed2a865905de9294a9ebbbf
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Wed Jun 9 14:16:51 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/nb.po | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/po/nb.po b/po/nb.po
index c89c0e4..6da7259 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-06-08 12:32-0400\n"
-"PO-Revision-Date: 2010-06-07 10:58+0200\n"
+"PO-Revision-Date: 2010-06-09 14:17+0200\n"
"Last-Translator: <sven.erik.andersen(a)gmail.com>\n"
"Language-Team: norwegian <no(a)li.org>\n"
+"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -4405,16 +4405,14 @@ msgid "Jump to database"
msgstr "Gå til database"
#: server_databases.php:267
-#, fuzzy
#| msgid "Master replication"
msgid "Not replicated"
-msgstr "Masterreplikasjon"
+msgstr "Ikke replikert"
#: server_databases.php:273
-#, fuzzy
#| msgid "Replication"
msgid "Replicated"
-msgstr "Replikering"
+msgstr "Replikert"
#: server_databases.php:289
#, php-format
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4810-g5b5aa6f
by Michal Čihař 09 Jun '10
by Michal Čihař 09 Jun '10
09 Jun '10
The branch, master has been updated
via 5b5aa6fc0feb58973c63bb710e78c94ff9883259 (commit)
via 7647a4c4c233ad6eba5ff490db51970e7bb8b512 (commit)
from 20bd57a98194f43cdf0f25791cec57923b9a7a04 (commit)
- Log -----------------------------------------------------------------
commit 5b5aa6fc0feb58973c63bb710e78c94ff9883259
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Jun 9 10:42:19 2010 +0200
Translation update done using Pootle.
commit 7647a4c4c233ad6eba5ff490db51970e7bb8b512
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Jun 9 10:42:12 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/en_GB.po | 131 ++---------------------------------------------------------
1 files changed, 4 insertions(+), 127 deletions(-)
diff --git a/po/en_GB.po b/po/en_GB.po
index c1272f3..b548e60 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-06-08 12:32-0400\n"
-"PO-Revision-Date: 2010-06-04 22:01+0200\n"
+"PO-Revision-Date: 2010-06-09 10:42+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"
@@ -4407,16 +4407,14 @@ msgid "Jump to database"
msgstr "Jump to database"
#: server_databases.php:267
-#, fuzzy
#| msgid "Master replication"
msgid "Not replicated"
-msgstr "Master replication"
+msgstr "Not replicated"
#: server_databases.php:273
-#, fuzzy
#| msgid "Replication"
msgid "Replicated"
-msgstr "Replication"
+msgstr "Replicated"
#: server_databases.php:289
#, php-format
@@ -8336,124 +8334,3 @@ msgstr "VIEW name"
#: view_operations.php:93
msgid "Rename view to"
msgstr "Rename view to"
-
-#, fuzzy
-#~| msgid "Add new field"
-#~ msgid "Add field"
-#~ msgstr "Add new field"
-
-#~ msgid "Field"
-#~ msgstr "Field"
-
-#~ msgid "Records"
-#~ msgstr "Records"
-
-#~ msgid "Fields terminated by"
-#~ msgstr "Fields terminated by"
-
-#~ msgid "Fields"
-#~ msgstr "Fields"
-
-#~ msgid "Add %s field(s)"
-#~ msgstr "Add %s field(s)"
-
-#~ msgid "Field %s has been dropped"
-#~ msgstr "Field %s has been dropped"
-
-#~ msgid "See image/jpeg: inline"
-#~ msgstr "See image/jpeg: inline"
-
-#~ msgid "zipped"
-#~ msgstr "zipped"
-
-#~ msgid "gzipped"
-#~ msgstr "gzipped"
-
-#~ msgid "bzipped"
-#~ msgstr "bzipped"
-
-#~ msgid ""
-#~ "Add custom comment into header (\n"
-#~ " splits lines)"
-#~ msgstr ""
-#~ "Add custom comment into header (\n"
-#~ " splits lines)"
-
-#~ msgid "and"
-#~ msgstr "and"
-
-#~ msgctxt "$strBLOBRepositoryDisabled"
-#~ msgid "Disabled"
-#~ msgstr "Disabled"
-
-#~ msgctxt "$strBLOBRepositoryEnabled"
-#~ msgid "Enabled"
-#~ msgstr "Enabled"
-
-#~ msgctxt "$strBLOBRepositoryRepair"
-#~ msgid "Repair"
-#~ msgstr "Repair"
-
-#~ msgid "Calendar"
-#~ msgstr "Calendar"
-
-#~ msgid "MySQL 4.0 compatible"
-#~ msgstr "MySQL 4.0 compatible"
-
-#~ msgid "Could not load default configuration from: \"%1$s\""
-#~ msgstr "Could not load default configuration from: \"%1$s\""
-
-#~ msgid "Create an index on %s columns"
-#~ msgstr "Create an index on %s columns"
-
-#~ msgctxt "$strCreateTableShort"
-#~ msgid "Create table"
-#~ msgstr "Create table"
-
-#~ msgctxt "$strCreateUserDatabaseNone"
-#~ msgid "None"
-#~ msgstr "None"
-
-#~ msgid "Flush the table (\"FLUSH\")"
-#~ msgstr "Flush the table (\"FLUSH\")"
-
-#~ msgid "Invalid server index: \"%s\""
-#~ msgstr "Invalid server index: \"%s\""
-
-#~ msgctxt "$strMIME_description"
-#~ msgid "Description"
-#~ msgstr "Description"
-
-#~ msgctxt "$strNoneDefault"
-#~ msgid "None"
-#~ msgstr "None"
-
-#~ msgid "Schema of the \"%s\" database - Page %s"
-#~ msgstr "Schema of the \"%s\" database - Page %s"
-
-#~ msgid "The \"%s\" table doesn't exist!"
-#~ msgstr "The \"%s\" table doesn't exist!"
-
-#~ msgid ""
-#~ "This MySQL server works as %s in <b>replication</b> process. For further "
-#~ "information about replication status on the server, please visit the <a "
-#~ "href=\"#replication\">replication section</a>."
-#~ msgstr ""
-#~ "This MySQL server works as %s in <b>replication</b> process. For further "
-#~ "information about replication status on the server, please visit the <a "
-#~ "href=\"#replication\">replication section</a>."
-
-#~ msgid "running on %s"
-#~ msgstr "running on %s"
-
-#~ msgid "The scale factor is too small to fit the schema on one page"
-#~ msgstr "The scale factor is too small to fit the schema on one page"
-
-#~ msgid ""
-#~ "Cannot start session without errors, please check errors given in your "
-#~ "PHP and/or webserver log file and configure your PHP installation "
-#~ "properly."
-#~ msgstr ""
-#~ "Cannot start session without errors, please check errors given in your "
-#~ "PHP and/or webserver log file and configure your PHP installation "
-#~ "properly."
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4808-g20bd57a
by Michal Čihař 09 Jun '10
by Michal Čihař 09 Jun '10
09 Jun '10
The branch, master has been updated
via 20bd57a98194f43cdf0f25791cec57923b9a7a04 (commit)
via 1ee61a046be55a930d7ed99b35c327cf257df1c9 (commit)
via 71776c3c7e18ef8363d830b852b67d2765c54bff (commit)
via a1ff22fcd59230ef77c907690a184de0aae5a754 (commit)
via 83e3fb131bf2ef569478f903a6026c51f05cbb55 (commit)
via 67064e3962bdf19b061f65623a3c0be1f1a20e01 (commit)
via 895811f5f297d0e73b893b537937947472befd91 (commit)
via 93ba1d91f0c5a5c3cc485b79389428c5b8fb0298 (commit)
via 01b3d2d4a9057534e52f4ad6cb2e37736641c264 (commit)
via 4b22b6233cd38618eda2581db8d70e62c39c2dc8 (commit)
via 60f5d7cfbdd1fc5b950bf917c9139fc46766f97a (commit)
via 1fd19e56f2601e7f445ec94431e4a69d029daecc (commit)
via 4526a8d904937e3ef1eb1b5b5b7033dc4c6ea77d (commit)
via 400389f9e02229c42d5b8a799ba13d1a913ea9f0 (commit)
via 8e83fe03110471680dd05ee06ff935d9875c2ae1 (commit)
via 6fd1a02af46de6dc4e2dd0d2d0916c90d93dc82f (commit)
via 40c76dbf7691a0c7ba818962cf78cfd9702d6db6 (commit)
via 65ca97f095d872ceedb2a51884f1b9fbd35dab9f (commit)
via e05c50b7961c4dce7669a944aa0c5e994ad0c004 (commit)
via 7340658b3dbc3373600040073332cf88b11d10d0 (commit)
from e747c404a3ce5507f4b2f6b1b5605a300faa936c (commit)
- Log -----------------------------------------------------------------
commit 20bd57a98194f43cdf0f25791cec57923b9a7a04
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:38:00 2010 +0200
Translation update done using Pootle.
commit 1ee61a046be55a930d7ed99b35c327cf257df1c9
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:37:11 2010 +0200
Translation update done using Pootle.
commit 71776c3c7e18ef8363d830b852b67d2765c54bff
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:35:50 2010 +0200
Translation update done using Pootle.
commit a1ff22fcd59230ef77c907690a184de0aae5a754
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:34:37 2010 +0200
Translation update done using Pootle.
commit 83e3fb131bf2ef569478f903a6026c51f05cbb55
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:32:58 2010 +0200
Translation update done using Pootle.
commit 67064e3962bdf19b061f65623a3c0be1f1a20e01
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:32:48 2010 +0200
Translation update done using Pootle.
commit 895811f5f297d0e73b893b537937947472befd91
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:32:16 2010 +0200
Translation update done using Pootle.
commit 93ba1d91f0c5a5c3cc485b79389428c5b8fb0298
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:32:05 2010 +0200
Translation update done using Pootle.
commit 01b3d2d4a9057534e52f4ad6cb2e37736641c264
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:27:44 2010 +0200
Translation update done using Pootle.
commit 4b22b6233cd38618eda2581db8d70e62c39c2dc8
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:27:18 2010 +0200
Translation update done using Pootle.
commit 60f5d7cfbdd1fc5b950bf917c9139fc46766f97a
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:26:44 2010 +0200
Translation update done using Pootle.
commit 1fd19e56f2601e7f445ec94431e4a69d029daecc
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:26:35 2010 +0200
Translation update done using Pootle.
commit 4526a8d904937e3ef1eb1b5b5b7033dc4c6ea77d
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:22:10 2010 +0200
Translation update done using Pootle.
commit 400389f9e02229c42d5b8a799ba13d1a913ea9f0
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:21:05 2010 +0200
Translation update done using Pootle.
commit 8e83fe03110471680dd05ee06ff935d9875c2ae1
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:20:04 2010 +0200
Translation update done using Pootle.
commit 6fd1a02af46de6dc4e2dd0d2d0916c90d93dc82f
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:19:27 2010 +0200
Translation update done using Pootle.
commit 40c76dbf7691a0c7ba818962cf78cfd9702d6db6
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:19:03 2010 +0200
Translation update done using Pootle.
commit 65ca97f095d872ceedb2a51884f1b9fbd35dab9f
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:17:47 2010 +0200
Translation update done using Pootle.
commit e05c50b7961c4dce7669a944aa0c5e994ad0c004
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:16:38 2010 +0200
Translation update done using Pootle.
commit 7340658b3dbc3373600040073332cf88b11d10d0
Author: stanprog <stanprog(a)stanprog.com>
Date: Wed Jun 9 10:15:38 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/bg.po | 333 +++++---------------------------------------------------------
1 files changed, 26 insertions(+), 307 deletions(-)
diff --git a/po/bg.po b/po/bg.po
index e9332fd..2795a3b 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -4,14 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-06-08 12:32-0400\n"
-"PO-Revision-Date: 2010-03-12 09:12+0100\n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2010-06-09 10:38+0200\n"
+"Last-Translator: <stanprog(a)stanprog.com>\n"
"Language-Team: bulgarian <bg(a)li.org>\n"
+"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: \n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 2.0.1\n"
#: browse_foreigners.php:38 browse_foreigners.php:59
#: libraries/display_tbl.lib.php:417 server_privileges.php:1514
@@ -1980,7 +1981,7 @@ msgstr "Смяна на паролата"
#: libraries/display_change_password.lib.php:35
#: libraries/replication_gui.lib.php:345 server_privileges.php:807
msgid "No Password"
-msgstr "Няма парола"
+msgstr "Без парола"
#: libraries/display_change_password.lib.php:41
#: libraries/replication_gui.lib.php:59 libraries/replication_gui.lib.php:60
@@ -1999,7 +2000,7 @@ msgstr "Отново"
#: libraries/display_change_password.lib.php:52
msgid "Password Hashing"
-msgstr ""
+msgstr "Хеширане на паролата"
#: libraries/display_change_password.lib.php:66
#, fuzzy
@@ -2032,10 +2033,9 @@ msgid "No Privileges"
msgstr "Няма привилегии"
#: libraries/display_create_table.lib.php:41
-#, fuzzy
#| msgid "Table must have at least one field."
msgid "Table must have at least one column."
-msgstr "Таблицата трябва да има поне едно поле."
+msgstr "Таблицата трябва да има поне една колона."
#: libraries/display_create_table.lib.php:48
#, php-format
@@ -2043,10 +2043,9 @@ msgid "Create table on database %s"
msgstr "Създаване на нова таблица в БД %s"
#: libraries/display_create_table.lib.php:57
-#, fuzzy
#| msgid "Number of fields"
msgid "Number of columns"
-msgstr "Брой полета"
+msgstr "Брой колони"
#: libraries/display_export.lib.php:42
msgid "Could not load export plugins, please check your installation!"
@@ -2055,14 +2054,14 @@ msgstr ""
"инсталацията!"
#: libraries/display_export.lib.php:107
-#, fuzzy, php-format
+#, php-format
#| msgid "Dump %s row(s) starting at record # %s"
msgid "Dump %s row(s) starting at row # %s"
-msgstr "Дъмп-ни %s реда като започнеш от %s."
+msgstr "Дъмп-ни %s ред(а) като започнеш от ред # %s."
#: libraries/display_export.lib.php:115
msgid "Dump all rows"
-msgstr ""
+msgstr "Дъмп-ни всички редове"
#: libraries/display_export.lib.php:125 setup/lib/messages.inc.php:82
msgid "Save as file"
@@ -2329,15 +2328,15 @@ msgstr "Релационна схема"
#: libraries/display_tbl.lib.php:595
msgid "Show binary contents"
-msgstr ""
+msgstr "Показване на двоичните данни"
#: libraries/display_tbl.lib.php:597
msgid "Show BLOB contents"
-msgstr ""
+msgstr "Показване на BLOB-данните"
#: libraries/display_tbl.lib.php:599
msgid "Show binary contents as HEX"
-msgstr ""
+msgstr "Показване на двоичните данни в шестнадесетичен вид"
#: libraries/display_tbl.lib.php:607 pmd_general.php:141 tbl_change.php:314
#: tbl_change.php:320
@@ -2921,7 +2920,7 @@ msgstr "Използване на INSERT IGNORE"
#: libraries/export/sql.php:118
msgid "Use hexadecimal for BLOB"
-msgstr ""
+msgstr "Използване на шестнадесетична стойност за BLOB"
#: libraries/export/sql.php:120
msgid "Export time in UTC"
@@ -3152,7 +3151,7 @@ msgstr ""
#: libraries/import/sql.php:42
msgid "Do not use AUTO_INCREMENT for zero values"
-msgstr ""
+msgstr "Да не се използва AUTO_INCREMENT за нулеви стойности"
#: libraries/import/xml.php:74 libraries/import/xml.php:130
msgid ""
@@ -4068,7 +4067,7 @@ msgstr ""
#: main.php:159
msgid "Custom color"
-msgstr ""
+msgstr "Потребителски зададен цвят"
#: main.php:163 pdf_pages.php:363 setup/lib/FormDisplay.tpl.php:216
#: tbl_change.php:1175
@@ -7598,7 +7597,7 @@ msgstr ""
#: sql.php:513
msgid "Showing as PHP code"
-msgstr ""
+msgstr "Показване като PHP-код"
#: sql.php:516 tbl_replace.php:360
msgid "Showing SQL query"
@@ -8109,12 +8108,11 @@ msgstr ""
#: tbl_tracking.php:561
msgid "Show versions"
-msgstr ""
+msgstr "Показване на версиите"
#: tbl_tracking.php:593
-#, fuzzy
msgid "Version"
-msgstr "Персийски"
+msgstr "Версия"
#: tbl_tracking.php:640
#, php-format
@@ -8158,10 +8156,12 @@ msgid ""
"No themes support; please check your configuration and/or your themes in "
"directory %s."
msgstr ""
+"Няма поддръжка на теми. Моля, проверете конфигурацията и/или темите, в папка "
+"%s."
#: themes.php:42
msgid "Get more themes!"
-msgstr ""
+msgstr "Вземете си нови теми!"
#: transformation_overview.php:25
msgid "Available MIME types"
@@ -8195,289 +8195,8 @@ msgstr "Профила беше обновен."
#: view_create.php:142
msgid "VIEW name"
-msgstr ""
+msgstr "Име на ИЗГЛЕД-а"
#: view_operations.php:93
-#, fuzzy
msgid "Rename view to"
-msgstr "Преименуване на таблицата на"
-
-#, fuzzy
-#~| msgid "Add new field"
-#~ msgid "Add field"
-#~ msgstr "Добавяне на ново поле"
-
-#~ msgid "Field"
-#~ msgstr "Поле"
-
-#~ msgid "Records"
-#~ msgstr "Записи"
-
-#~ msgid "Fields terminated by"
-#~ msgstr "Полетата завършват с"
-
-#~ msgid "Fields"
-#~ msgstr "Полета"
-
-#~ msgid "Field %s has been dropped"
-#~ msgstr "Полето %s беше изтрито"
-
-#~ msgid "See image/jpeg: inline"
-#~ msgstr "Виж image/jpeg: inline"
-
-#, fuzzy
-#~| msgid "\"zipped\""
-#~ msgid "zipped"
-#~ msgstr "\"zip-нато\""
-
-#, fuzzy
-#~| msgid "\"gzipped\""
-#~ msgid "gzipped"
-#~ msgstr "\"gzip-нато\""
-
-#, fuzzy
-#~| msgid "\"bzipped\""
-#~ msgid "bzipped"
-#~ msgstr "\"bzip-нато\""
-
-#, fuzzy
-#~| msgid "Add custom comment into header (\\n splits lines)"
-#~ msgid ""
-#~ "Add custom comment into header (\n"
-#~ " splits lines)"
-#~ msgstr "Добавяне на коментар в хедъра (\\n нов ред)"
-
-#, fuzzy
-#~ msgid "and"
-#~ msgstr "и"
-
-#, fuzzy
-#~ msgctxt "$strBLOBRepositoryDisabled"
-#~ msgid "Disabled"
-#~ msgstr "Забранено"
-
-#, fuzzy
-#~ msgctxt "$strBLOBRepositoryEnabled"
-#~ msgid "Enabled"
-#~ msgstr "Позволено"
-
-#, fuzzy
-#~ msgctxt "$strBLOBRepositoryRepair"
-#~ msgid "Repair"
-#~ msgstr "Поправяне на таблицата"
-
-#~ msgid "Calendar"
-#~ msgstr "Календар"
-
-#~ msgid "MySQL 4.0 compatible"
-#~ msgstr "MySQL 4.0 съвместимо"
-
-#~ msgid "Could not load default configuration from: \"%1$s\""
-#~ msgstr ""
-#~ "Конфигурацията по подразбиране не може да бъде заредена от: \"%1$s\""
-
-#~ msgid "Create an index on %s columns"
-#~ msgstr "Създаване на индекс върху %s колони"
-
-#, fuzzy
-#~ msgctxt "$strCreateTableShort"
-#~ msgid "Create table"
-#~ msgstr "Създай нова Страница"
-
-#, fuzzy
-#~ msgctxt "$strCreateUserDatabaseNone"
-#~ msgid "None"
-#~ msgstr "Няма"
-
-#~ msgid "Flush the table (\"FLUSH\")"
-#~ msgstr "Изчистване на кеша на таблицата (\"FLUSH\")"
-
-#~ msgctxt "$strMIME_description"
-#~ msgid "Description"
-#~ msgstr "Описание"
-
-#, fuzzy
-#~ msgctxt "$strNoneDefault"
-#~ msgid "None"
-#~ msgstr "Няма"
-
-#~ msgid "Schema of the \"%s\" database - Page %s"
-#~ msgstr "Схемата на база от данни \"%s\" - Страница %s"
-
-#~ msgid "The \"%s\" table doesn't exist!"
-#~ msgstr "Таблица \"%s\" не съществува!"
-
-#~ msgid "running on %s"
-#~ msgstr "работи на %s"
-
-#~ msgid "The scale factor is too small to fit the schema on one page"
-#~ msgstr "Мащаба е твърде малък за да се събере схемата на една страница"
-
-#, fuzzy
-#~| msgid "None"
-#~ msgctxt "None action"
-#~ msgid "None"
-#~ msgstr "Няма"
-
-#, fuzzy
-#~| msgid "None"
-#~ msgctxt ""
-#~ msgid "None"
-#~ msgstr "Няма"
-
-#, fuzzy
-#~ msgid "Grant all privileges on wildcard name (username_%)"
-#~ msgstr "Провери привилегиите за база от данни "%s"."
-
-#, fuzzy
-#~| msgid "The \"%s\" table doesn't exist!"
-#~ msgid "The %s table doesn"
-#~ msgstr "Таблица \"%s\" не съществува!"
-
-#, fuzzy
-#~| msgid "Could not load default configuration from: \"%1$s\""
-#~ msgid "Could not load default configuration from: %1"
-#~ msgstr ""
-#~ "Конфигурацията по подразбиране не може да бъде заредена от: \"%1$s\""
-
-#, fuzzy
-#~| msgid "Error renaming table %1$s to %2$s"
-#~ msgid "Error renaming table %1 to %2"
-#~ msgstr "Грешка при преименуване на таблица %1$s в %2$s"
-
-#, fuzzy
-#~| msgid ""
-#~| "Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
-#~| "extension. Please check your PHP configuration."
-#~ msgid ""
-#~ "Cannot load [a@http://php.net/%1@Documentation][em]%1[/em][/a] extension. "
-#~ "Please check your PHP configuration."
-#~ msgstr ""
-#~ "не мога да заредя разширението %s,<br />моля проверете конфигурацията на "
-#~ "PHP"
-
-#, fuzzy
-#~ msgid "(or the local MySQL server"
-#~ msgstr "Не мога да се логна към MySQL сървъра"
-
-#, fuzzy
-#~| msgid ""
-#~| "There is a chance that you may have found a bug in the SQL parser. "
-#~| "Please examine your query closely, and check that the quotes are correct "
-#~| "and not mis-matched. Other possible failure causes may be that you are "
-#~| "uploading a file with binary outside of a quoted text area. You can also "
-#~| "try your query on the MySQL command line interface. The MySQL server "
-#~| "error output below, if there is any, may also help you in diagnosing the "
-#~| "problem. If you still have problems or if the parser fails where the "
-#~| "command line interface succeeds, please reduce your SQL query input to "
-#~| "the single query that causes problems, and submit a bug report with the "
-#~| "data chunk in the CUT section below:"
-#~ msgid ""
-#~ "There is a chance that you may have found a bug in the SQL parser. Please "
-#~ "examine your query closely, and check that the quotes are correct and not "
-#~ "mis-matched. Other possible failure causes may be that you are uploading "
-#~ "a file with binary outside of a quoted text area. You can also try your "
-#~ "query on the MySQL command line interface. The MySQL server error output "
-#~ "be . "
-#~ msgstr ""
-#~ "Има известна вероятност да сте намерили бъг в SQL парсера. Моля проучете "
-#~ "по-добре, и проверете коректността на кавичките. Друга вероятна причина "
-#~ "за грешката може да бъде, че ъплоудвате файл с изпълним код извън "
-#~ "областта заградена с кавички. Можете също така да се опитате да изпълните "
-#~ "заявката чрез интерфейса за команден ред на MySQL. Грешката генерирана от "
-#~ "MySQL сървъра по-долу, ако има такава, може също да ви помогне при "
-#~ "откриването на проблема. Ако все още имате проблеми или парсера дава "
-#~ "грешка там където интерфейса на командния ред не връща такава, моля "
-#~ "ограничете вашите SQL заявки само до проблемната заявка, и изпратете "
-#~ "съобщение за бъг с парчето от данните в CUT секцията по-долу:"
-
-#~ msgctxt "$strStrucCSV"
-#~ msgid "CSV"
-#~ msgstr "CSV данни"
-
-#~ msgid "Copy"
-#~ msgstr "Копиране"
-
-#~ msgid "Delete the users and reload the privileges afterwards."
-#~ msgstr ""
-#~ "Изтриване на потребителите и след това презареждане на привилегиите."
-
-#~ msgid ""
-#~ "This is the cleanest way, but reloading the privileges may take a while."
-#~ msgstr ""
-#~ "Това е най-чистия начин, но презареждането на привилегиите може да отнеме "
-#~ "известно време."
-
-#~ msgid "has been altered."
-#~ msgstr "беше променена."
-
-#~ msgid ""
-#~ "The "deleted" users will still be able to access the server as "
-#~ "usual until the privileges are reloaded."
-#~ msgstr ""
-#~ ""Изтритите" потребители ще имат достъп до сървъра както "
-#~ "обикновено, докато не се презаредят привилегиите."
-
-#~ msgid "Just delete the users from the privilege tables."
-#~ msgstr "Изтриване на потребителите от таблицата с привилегиите."
-
-#~ msgid ""
-#~ "Allows running stored procedures; has no effect in this MySQL version."
-#~ msgstr ""
-#~ "Позволява стартирането на съхранени процедури; Няма ефект в тази версия "
-#~ "на MySQL."
-
-#~ msgid "Process list"
-#~ msgstr "Списък на процесите"
-
-#~ msgid "Reload privileges"
-#~ msgstr "Презареждане на привилегиите"
-
-#~ msgid ""
-#~ "The users will still have the USAGE privilege until the privileges are "
-#~ "reloaded."
-#~ msgstr ""
-#~ "Потребителите все още ще имат USAGE привилегия докато не се презаредят "
-#~ "привилегиите."
-
-#, fuzzy
-#~| msgid "Select All"
-#~ msgctxt "Create SELECT * query"
-#~ msgid "Select all"
-#~ msgstr "Селектиране на всичко"
-
-#, fuzzy
-#~| msgid "Select All"
-#~ msgctxt "Create SELECT ... query"
-#~ msgid "Select"
-#~ msgstr "Селектиране на всичко"
-
-#, fuzzy
-#~| msgid "Insert"
-#~ msgctxt "Create INSERT query"
-#~ msgid "Insert"
-#~ msgstr "Вмъкване"
-
-#, fuzzy
-#~| msgid "Update Query"
-#~ msgctxt "Create UPDATE query"
-#~ msgid "Update"
-#~ msgstr "Допълни Запитването"
-
-#, fuzzy
-#~| msgid "Delete"
-#~ msgctxt "Create DELETE query"
-#~ msgid "Delete"
-#~ msgstr "Изтриване"
-
-#~ msgid "utf-8"
-#~ msgstr "utf-8"
-
-#~ msgid "Jan0"
-#~ msgstr "януари0"
-
-#~ msgid "Jan1"
-#~ msgstr "януари1"
-
-#~ msgid "Jan2"
-#~ msgstr "януари2"
+msgstr "Преименуване на изгледа на"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4788-ge747c40
by Michal Čihař 09 Jun '10
by Michal Čihař 09 Jun '10
09 Jun '10
The branch, master has been updated
via e747c404a3ce5507f4b2f6b1b5605a300faa936c (commit)
via d0567d77e10d0248801e3f6e0f7d8173f6ba76f6 (commit)
via af759c5fd7f2e640b55b2ec6ea15a22025fad813 (commit)
from e05ced2a2163c05fea8c21795b01d62fae2e8165 (commit)
- Log -----------------------------------------------------------------
commit e747c404a3ce5507f4b2f6b1b5605a300faa936c
Merge: d0567d77e10d0248801e3f6e0f7d8173f6ba76f6 e05ced2a2163c05fea8c21795b01d62fae2e8165
Author: Pootle server <pootle(a)cihar.com>
Date: Tue Jun 8 20:40:11 2010 +0200
Merge remote branch 'origin/master'
commit d0567d77e10d0248801e3f6e0f7d8173f6ba76f6
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Jun 8 18:57:39 2010 +0200
Translation update done using Pootle.
commit af759c5fd7f2e640b55b2ec6ea15a22025fad813
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Jun 8 18:57:27 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/fr.po | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/po/fr.po b/po/fr.po
index a9e80a2..7e16978 100644
--- a/po/fr.po
+++ b/po/fr.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-06-08 12:32-0400\n"
-"PO-Revision-Date: 2010-06-07 22:50+0200\n"
+"PO-Revision-Date: 2010-06-08 18:57+0200\n"
"Last-Translator: Marc <marc(a)infomarc.info>\n"
"Language-Team: french <fr(a)li.org>\n"
+"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -4451,16 +4451,14 @@ msgid "Jump to database"
msgstr "Aller à la base de données"
#: server_databases.php:267
-#, fuzzy
#| msgid "Master replication"
msgid "Not replicated"
-msgstr "Réplication maître"
+msgstr "Non répliqué"
#: server_databases.php:273
-#, fuzzy
#| msgid "Replication"
msgid "Replicated"
-msgstr "Réplication"
+msgstr "Répliqué"
#: server_databases.php:289
#, php-format
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4785-ge05ced2
by Marc Delisle 08 Jun '10
by Marc Delisle 08 Jun '10
08 Jun '10
The branch, master has been updated
via e05ced2a2163c05fea8c21795b01d62fae2e8165 (commit)
via 122d86c1c5ef058f45b993fd55908d165d5decc7 (commit)
from 3c05f0792d9375f0f9dc3a4d6f7bf772bf4323ae (commit)
- Log -----------------------------------------------------------------
commit e05ced2a2163c05fea8c21795b01d62fae2e8165
Merge: 3c05f0792d9375f0f9dc3a4d6f7bf772bf4323ae 122d86c1c5ef058f45b993fd55908d165d5decc7
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Jun 8 12:41:56 2010 -0400
Merge branch 'QA_3_3'
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 ++
Documentation.html | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 0189e96..2a60fbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -97,6 +97,8 @@ $Id$
"Would you like to delete..." option
- bug [privileges] List of tables not shown when the db name has a wildcard
- bug #3011126 [display] Edit link missing after long query
+- patch #3013264 [doc] FAQ 1.40 uses a comma instead of a period,
+ thanks to Isaac Bennetch - ibennetch
3.3.3.0 (2010-05-10)
- patch #2982480 [navi] Do not group if there would be one table in group,
diff --git a/Documentation.html b/Documentation.html
index 659cd68..d1d589d 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -3141,7 +3141,7 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
in your Apache configuration. See <a href="http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#ssloptions">http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#ssloptions</a>.</p>
<h4 id="faq1_40">
- <a href="#faq1_40">1.40 When accessing phpMyAdmin via an Apache reverse proxy, cookie login does not work,</a></h4>
+ <a href="#faq1_40">1.40 When accessing phpMyAdmin via an Apache reverse proxy, cookie login does not work.</a></h4>
<p>To be able to use cookie auth Apache must know that it has to rewrite the set-cookie headers.<br />
Example from the Apache 2.2 documentation:</p>
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_3-35-g122d86c
by Marc Delisle 08 Jun '10
by Marc Delisle 08 Jun '10
08 Jun '10
The branch, QA_3_3 has been updated
via 122d86c1c5ef058f45b993fd55908d165d5decc7 (commit)
from c3ea6fb22bdc7c728d68388e715aeeffeaa422cb (commit)
- Log -----------------------------------------------------------------
commit 122d86c1c5ef058f45b993fd55908d165d5decc7
Author: Isaac Bennetch <ibennetch(a)users.sourceforge.net>
Date: Tue Jun 8 12:41:26 2010 -0400
patch #3013264 FAQ 1.40 correction
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 ++
Documentation.html | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 395def4..c020c52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
"Would you like to delete..." option
- bug [privileges] List of tables not shown when the db name has a wildcard
- bug #3011126 [display] Edit link missing after long query
+- patch #3013264 [doc] FAQ 1.40 uses a comma instead of a period,
+ thanks to Isaac Bennetch - ibennetch
3.3.3.0 (2010-05-10)
- patch #2982480 [navi] Do not group if there would be one table in group,
diff --git a/Documentation.html b/Documentation.html
index 15744ca..caf02b7 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -3104,7 +3104,7 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
in your Apache configuration. See <a href="http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#ssloptions">http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#ssloptions</a>.</p>
<h4 id="faq1_40">
- <a href="#faq1_40">1.40 When accessing phpMyAdmin via an Apache reverse proxy, cookie login does not work,</a></h4>
+ <a href="#faq1_40">1.40 When accessing phpMyAdmin via an Apache reverse proxy, cookie login does not work.</a></h4>
<p>To be able to use cookie auth Apache must know that it has to rewrite the set-cookie headers.<br />
Example from the Apache 2.2 documentation:</p>
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4782-g5ed4790
by Marc Delisle 08 Jun '10
by Marc Delisle 08 Jun '10
08 Jun '10
The branch, master has been updated
via 5ed4790db0b45a5bb00a67e452d8e8d5d3fef46f (commit)
from 95d0e532f66dfdea306791ce26798d0e2068ab71 (commit)
- Log -----------------------------------------------------------------
commit 5ed4790db0b45a5bb00a67e452d8e8d5d3fef46f
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Jun 8 12:32:18 2010 -0400
move remaining old-format messages to the script that uses them, when possible
-----------------------------------------------------------------------
Summary of changes:
libraries/messages.inc.php | 169 -----------------------------------------
libraries/select_lang.lib.php | 22 +++++-
server_privileges.php | 39 ++++++++++
server_status.php | 111 +++++++++++++++++++++++++++
4 files changed, 170 insertions(+), 171 deletions(-)
delete mode 100644 libraries/messages.inc.php
diff --git a/libraries/messages.inc.php b/libraries/messages.inc.php
deleted file mode 100644
index 7ea17e1..0000000
--- a/libraries/messages.inc.php
+++ /dev/null
@@ -1,169 +0,0 @@
-<?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.
- */
-
-if (!function_exists('__')) {
- die('Bad invocation!');
-}
-
-/* We use only utf-8 */
-$charset = 'utf-8';
-
-/* l10n: Text direction, use either ltr or rtl */
-$text_dir = __('ltr');
-
-$strLatexContent = __('Content of table __TABLE__');
-$strLatexContinued = __('(continued)');
-$strLatexStructure = __('Structure of table __TABLE__');
-
-$strPrivDescAllPrivileges = __('Includes all privileges except GRANT.');
-$strPrivDescAlter = __('Allows altering the structure of existing tables.');
-$strPrivDescAlterRoutine = __('Allows altering and dropping stored routines.');
-$strPrivDescCreateDb = __('Allows creating new databases and tables.');
-$strPrivDescCreateRoutine = __('Allows creating stored routines.');
-$strPrivDescCreateTbl = __('Allows creating new tables.');
-$strPrivDescCreateTmpTable = __('Allows creating temporary tables.');
-$strPrivDescCreateUser = __('Allows creating, dropping and renaming user accounts.');
-$strPrivDescCreateView = __('Allows creating new views.');
-$strPrivDescDelete = __('Allows deleting data.');
-$strPrivDescDropDb = __('Allows dropping databases and tables.');
-$strPrivDescDropTbl = __('Allows dropping tables.');
-$strPrivDescEvent = __('Allows to set up events for the event scheduler');
-$strPrivDescExecute = __('Allows executing stored routines.');
-$strPrivDescFile = __('Allows importing data from and exporting data into files.');
-$strPrivDescGrant = __('Allows adding users and privileges without reloading the privilege tables.');
-$strPrivDescIndex = __('Allows creating and dropping indexes.');
-$strPrivDescInsert = __('Allows inserting and replacing data.');
-$strPrivDescLockTables = __('Allows locking tables for the current thread.');
-$strPrivDescMaxConnections = __('Limits the number of new connections the user may open per hour.');
-$strPrivDescMaxQuestions = __('Limits the number of queries the user may send to the server per hour.');
-$strPrivDescMaxUpdates = __('Limits the number of commands that change any table or database the user may execute per hour.');
-$strPrivDescMaxUserConnections = __('Limits the number of simultaneous connections the user may have.');
-$strPrivDescProcess = __('Allows viewing processes of all users');
-$strPrivDescReferences = __('Has no effect in this MySQL version.');
-$strPrivDescReload = __('Allows reloading server settings and flushing the server\'s caches.');
-$strPrivDescReplClient = __('Allows the user to ask where the slaves / masters are.');
-$strPrivDescReplSlave = __('Needed for the replication slaves.');
-$strPrivDescSelect = __('Allows reading data.');
-$strPrivDescShowDb = __('Gives access to the complete list of databases.');
-$strPrivDescShowView = __('Allows performing SHOW CREATE VIEW queries.');
-$strPrivDescShutdown = __('Allows shutting down the server.');
-$strPrivDescSuper = __('Allows connecting, even if maximum number of connections is reached; required for most administrative operations like setting global variables or killing threads of other users.');
-$strPrivDescTrigger = __('Allows creating and dropping triggers');
-$strPrivDescUpdate = __('Allows changing data.');
-$strPrivDescUsage = __('No privileges.');
-
-$strShowStatusBinlog_cache_disk_useDescr = __('The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.');
-$strShowStatusBinlog_cache_useDescr = __('The number of transactions that used the temporary binary log cache.');
-$strShowStatusCreated_tmp_disk_tablesDescr = __('The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.');
-$strShowStatusCreated_tmp_filesDescr = __('How many temporary files mysqld has created.');
-$strShowStatusCreated_tmp_tablesDescr = __('The number of in-memory temporary tables created automatically by the server while executing statements.');
-$strShowStatusDelayed_errorsDescr = __('The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).');
-$strShowStatusDelayed_insert_threadsDescr = __('The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.');
-$strShowStatusDelayed_writesDescr = __('The number of INSERT DELAYED rows written.');
-$strShowStatusFlush_commandsDescr = __('The number of executed FLUSH statements.');
-$strShowStatusHandler_commitDescr = __('The number of internal COMMIT statements.');
-$strShowStatusHandler_deleteDescr = __('The number of times a row was deleted from a table.');
-$strShowStatusHandler_discoverDescr = __('The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.');
-$strShowStatusHandler_read_firstDescr = __('The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.');
-$strShowStatusHandler_read_keyDescr = __('The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.');
-$strShowStatusHandler_read_nextDescr = __('The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.');
-$strShowStatusHandler_read_prevDescr = __('The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.');
-$strShowStatusHandler_read_rndDescr = __('The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.');
-$strShowStatusHandler_read_rnd_nextDescr = __('The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.');
-$strShowStatusHandler_rollbackDescr = __('The number of internal ROLLBACK statements.');
-$strShowStatusHandler_updateDescr = __('The number of requests to update a row in a table.');
-$strShowStatusHandler_writeDescr = __('The number of requests to insert a row in a table.');
-$strShowStatusInnodb_buffer_pool_pages_dataDescr = __('The number of pages containing data (dirty or clean).');
-$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = __('The number of pages currently dirty.');
-$strShowStatusInnodb_buffer_pool_pages_flushedDescr = __('The number of buffer pool pages that have been requested to be flushed.');
-$strShowStatusInnodb_buffer_pool_pages_freeDescr = __('The number of free pages.');
-$strShowStatusInnodb_buffer_pool_pages_latchedDescr = __('The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.');
-$strShowStatusInnodb_buffer_pool_pages_miscDescr = __('The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.');
-$strShowStatusInnodb_buffer_pool_pages_totalDescr = __('Total size of buffer pool, in pages.');
-$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = __('The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.');
-$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = __('The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.');
-$strShowStatusInnodb_buffer_pool_read_requestsDescr = __('The number of logical read requests InnoDB has done.');
-$strShowStatusInnodb_buffer_pool_readsDescr = __('The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.');
-$strShowStatusInnodb_buffer_pool_wait_freeDescr = __('Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.');
-$strShowStatusInnodb_buffer_pool_write_requestsDescr = __('The number writes done to the InnoDB buffer pool.');
-$strShowStatusInnodb_data_fsyncsDescr = __('The number of fsync() operations so far.');
-$strShowStatusInnodb_data_pending_fsyncsDescr = __('The current number of pending fsync() operations.');
-$strShowStatusInnodb_data_pending_readsDescr = __('The current number of pending reads.');
-$strShowStatusInnodb_data_pending_writesDescr = __('The current number of pending writes.');
-$strShowStatusInnodb_data_readDescr = __('The amount of data read so far, in bytes.');
-$strShowStatusInnodb_data_readsDescr = __('The total number of data reads.');
-$strShowStatusInnodb_data_writesDescr = __('The total number of data writes.');
-$strShowStatusInnodb_data_writtenDescr = __('The amount of data written so far, in bytes.');
-$strShowStatusInnodb_dblwr_pages_writtenDescr = __('The number of pages that have been written for doublewrite operations.');
-$strShowStatusInnodb_dblwr_writesDescr = __('The number of doublewrite operations that have been performed.');
-$strShowStatusInnodb_log_waitsDescr = __('The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.');
-$strShowStatusInnodb_log_write_requestsDescr = __('The number of log write requests.');
-$strShowStatusInnodb_log_writesDescr = __('The number of physical writes to the log file.');
-$strShowStatusInnodb_os_log_fsyncsDescr = __('The number of fsync() writes done to the log file.');
-$strShowStatusInnodb_os_log_pending_fsyncsDescr = __('The number of pending log file fsyncs.');
-$strShowStatusInnodb_os_log_pending_writesDescr = __('Pending log file writes.');
-$strShowStatusInnodb_os_log_writtenDescr = __('The number of bytes written to the log file.');
-$strShowStatusInnodb_pages_createdDescr = __('The number of pages created.');
-$strShowStatusInnodb_page_sizeDescr = __('The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.');
-$strShowStatusInnodb_pages_readDescr = __('The number of pages read.');
-$strShowStatusInnodb_pages_writtenDescr = __('The number of pages written.');
-$strShowStatusInnodb_row_lock_current_waitsDescr = __('The number of row locks currently being waited for.');
-$strShowStatusInnodb_row_lock_time_avgDescr = __('The average time to acquire a row lock, in milliseconds.');
-$strShowStatusInnodb_row_lock_timeDescr = __('The total time spent in acquiring row locks, in milliseconds.');
-$strShowStatusInnodb_row_lock_time_maxDescr = __('The maximum time to acquire a row lock, in milliseconds.');
-$strShowStatusInnodb_row_lock_waitsDescr = __('The number of times a row lock had to be waited for.');
-$strShowStatusInnodb_rows_deletedDescr = __('The number of rows deleted from InnoDB tables.');
-$strShowStatusInnodb_rows_insertedDescr = __('The number of rows inserted in InnoDB tables.');
-$strShowStatusInnodb_rows_readDescr = __('The number of rows read from InnoDB tables.');
-$strShowStatusInnodb_rows_updatedDescr = __('The number of rows updated in InnoDB tables.');
-$strShowStatusKey_blocks_not_flushedDescr = __('The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.');
-$strShowStatusKey_blocks_unusedDescr = __('The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.');
-$strShowStatusKey_blocks_usedDescr = __('The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.');
-$strShowStatusKey_read_requestsDescr = __('The number of requests to read a key block from the cache.');
-$strShowStatusKey_readsDescr = __('The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.');
-$strShowStatusKey_write_requestsDescr = __('The number of requests to write a key block to the cache.');
-$strShowStatusKey_writesDescr = __('The number of physical writes of a key block to disk.');
-$strShowStatusLast_query_costDescr = __('The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.');
-$strShowStatusNot_flushed_delayed_rowsDescr = __('The number of rows waiting to be written in INSERT DELAYED queues.');
-$strShowStatusOpened_tablesDescr = __('The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.');
-$strShowStatusOpen_filesDescr = __('The number of files that are open.');
-$strShowStatusOpen_streamsDescr = __('The number of streams that are open (used mainly for logging).');
-$strShowStatusOpen_tablesDescr = __('The number of tables that are open.');
-$strShowStatusQcache_free_blocksDescr = __('The number of free memory blocks in query cache.');
-$strShowStatusQcache_free_memoryDescr = __('The amount of free memory for query cache.');
-$strShowStatusQcache_hitsDescr = __('The number of cache hits.');
-$strShowStatusQcache_insertsDescr = __('The number of queries added to the cache.');
-$strShowStatusQcache_lowmem_prunesDescr = __('The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.');
-$strShowStatusQcache_not_cachedDescr = __('The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).');
-$strShowStatusQcache_queries_in_cacheDescr = __('The number of queries registered in the cache.');
-$strShowStatusQcache_total_blocksDescr = __('The total number of blocks in the query cache.');
-$strShowStatusReset = _pgettext('$strShowStatusReset', 'Reset');
-$strShowStatusRpl_statusDescr = __('The status of failsafe replication (not yet implemented).');
-$strShowStatusSelect_full_joinDescr = __('The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.');
-$strShowStatusSelect_full_range_joinDescr = __('The number of joins that used a range search on a reference table.');
-$strShowStatusSelect_range_checkDescr = __('The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)');
-$strShowStatusSelect_rangeDescr = __('The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)');
-$strShowStatusSelect_scanDescr = __('The number of joins that did a full scan of the first table.');
-$strShowStatusSlave_open_temp_tablesDescr = __('The number of temporary tables currently open by the slave SQL thread.');
-$strShowStatusSlave_retried_transactionsDescr = __('Total (since startup) number of times the replication slave SQL thread has retried transactions.');
-$strShowStatusSlave_runningDescr = __('This is ON if this server is a slave that is connected to a master.');
-$strShowStatusSlow_launch_threadsDescr = __('The number of threads that have taken more than slow_launch_time seconds to create.');
-$strShowStatusSlow_queriesDescr = __('The number of queries that have taken more than long_query_time seconds.');
-$strShowStatusSort_merge_passesDescr = __('The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.');
-$strShowStatusSort_rangeDescr = __('The number of sorts that were done with ranges.');
-$strShowStatusSort_rowsDescr = __('The number of sorted rows.');
-$strShowStatusSort_scanDescr = __('The number of sorts that were done by scanning the table.');
-$strShowStatusTable_locks_immediateDescr = __('The number of times that a table lock was acquired immediately.');
-$strShowStatusTable_locks_waitedDescr = __('The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.');
-$strShowStatusThreads_cachedDescr = __('The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.');
-$strShowStatusThreads_connectedDescr = __('The number of currently open connections.');
-$strShowStatusThreads_createdDescr = __('The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)');
-$strShowStatusThreads_runningDescr = __('The number of threads that are not sleeping.');
-?>
diff --git a/libraries/select_lang.lib.php b/libraries/select_lang.lib.php
index a6c93bb..0f7cab7 100644
--- a/libraries/select_lang.lib.php
+++ b/libraries/select_lang.lib.php
@@ -472,9 +472,27 @@ _bindtextdomain('phpmyadmin', $GLOBALS['lang_path']);
_bind_textdomain_codeset('phpmyadmin', 'UTF-8');
_textdomain('phpmyadmin');
+/**
+ * Messages for phpMyAdmin.
+ *
+ * These messages are here for easy transition to Gettext.
+ * You should not add any messages here, use instead gettext directly
+ * in your template/PHP file.
+ */
+
+if (! function_exists('__')) {
+ die('Bad invocation!');
+}
+
+/* We use only utf-8 */
+$charset = 'utf-8';
+
+/* l10n: Text direction, use either ltr or rtl */
+$text_dir = __('ltr');
-// Load messages
-require_once './libraries/messages.inc.php';
+$strLatexContent = __('Content of table __TABLE__');
+$strLatexContinued = __('(continued)');
+$strLatexStructure = __('Structure of table __TABLE__');
// now, that we have loaded the language strings we can send the errors
if ($GLOBALS['lang_failed_cfg']) {
diff --git a/server_privileges.php b/server_privileges.php
index 87c71b8..576c0a1 100644
--- a/server_privileges.php
+++ b/server_privileges.php
@@ -18,6 +18,45 @@ $GLOBALS['js_include'][] = 'server_privileges.js';
$GLOBALS['js_include'][] = 'functions.js';
require './libraries/server_common.inc.php';
+/**
+ * Messages are built using the message name
+ */
+$strPrivDescAllPrivileges = __('Includes all privileges except GRANT.');
+$strPrivDescAlter = __('Allows altering the structure of existing tables.');
+$strPrivDescAlterRoutine = __('Allows altering and dropping stored routines.');
+$strPrivDescCreateDb = __('Allows creating new databases and tables.');
+$strPrivDescCreateRoutine = __('Allows creating stored routines.');
+$strPrivDescCreateTbl = __('Allows creating new tables.');
+$strPrivDescCreateTmpTable = __('Allows creating temporary tables.');
+$strPrivDescCreateUser = __('Allows creating, dropping and renaming user accounts.');
+$strPrivDescCreateView = __('Allows creating new views.');
+$strPrivDescDelete = __('Allows deleting data.');
+$strPrivDescDropDb = __('Allows dropping databases and tables.');
+$strPrivDescDropTbl = __('Allows dropping tables.');
+$strPrivDescEvent = __('Allows to set up events for the event scheduler');
+$strPrivDescExecute = __('Allows executing stored routines.');
+$strPrivDescFile = __('Allows importing data from and exporting data into files.');
+$strPrivDescGrant = __('Allows adding users and privileges without reloading the privilege tables.');
+$strPrivDescIndex = __('Allows creating and dropping indexes.');
+$strPrivDescInsert = __('Allows inserting and replacing data.');
+$strPrivDescLockTables = __('Allows locking tables for the current thread.');
+$strPrivDescMaxConnections = __('Limits the number of new connections the user may open per hour.');
+$strPrivDescMaxQuestions = __('Limits the number of queries the user may send to the server per hour.');
+$strPrivDescMaxUpdates = __('Limits the number of commands that change any table or database the user may execute per hour.');
+$strPrivDescMaxUserConnections = __('Limits the number of simultaneous connections the user may have.');
+$strPrivDescProcess = __('Allows viewing processes of all users');
+$strPrivDescReferences = __('Has no effect in this MySQL version.');
+$strPrivDescReload = __('Allows reloading server settings and flushing the server\'s caches.');
+$strPrivDescReplClient = __('Allows the user to ask where the slaves / masters are.');
+$strPrivDescReplSlave = __('Needed for the replication slaves.');
+$strPrivDescSelect = __('Allows reading data.');
+$strPrivDescShowDb = __('Gives access to the complete list of databases.');
+$strPrivDescShowView = __('Allows performing SHOW CREATE VIEW queries.');
+$strPrivDescShutdown = __('Allows shutting down the server.');
+$strPrivDescSuper = __('Allows connecting, even if maximum number of connections is reached; required for most administrative operations like setting global variables or killing threads of other users.');
+$strPrivDescTrigger = __('Allows creating and dropping triggers');
+$strPrivDescUpdate = __('Allows changing data.');
+$strPrivDescUsage = __('No privileges.');
/**
* Checks if a dropdown box has been used for selecting a database / table
diff --git a/server_status.php b/server_status.php
index 3ab8a49..5ebd835 100644
--- a/server_status.php
+++ b/server_status.php
@@ -35,6 +35,117 @@ require './libraries/replication.inc.php';
require_once './libraries/replication_gui.lib.php';
/**
+ * Messages are built using the message name
+ */
+$strShowStatusBinlog_cache_disk_useDescr = __('The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.');
+$strShowStatusBinlog_cache_useDescr = __('The number of transactions that used the temporary binary log cache.');
+$strShowStatusCreated_tmp_disk_tablesDescr = __('The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.');
+$strShowStatusCreated_tmp_filesDescr = __('How many temporary files mysqld has created.');
+$strShowStatusCreated_tmp_tablesDescr = __('The number of in-memory temporary tables created automatically by the server while executing statements.');
+$strShowStatusDelayed_errorsDescr = __('The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).');
+$strShowStatusDelayed_insert_threadsDescr = __('The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.');
+$strShowStatusDelayed_writesDescr = __('The number of INSERT DELAYED rows written.');
+$strShowStatusFlush_commandsDescr = __('The number of executed FLUSH statements.');
+$strShowStatusHandler_commitDescr = __('The number of internal COMMIT statements.');
+$strShowStatusHandler_deleteDescr = __('The number of times a row was deleted from a table.');
+$strShowStatusHandler_discoverDescr = __('The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.');
+$strShowStatusHandler_read_firstDescr = __('The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.');
+$strShowStatusHandler_read_keyDescr = __('The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.');
+$strShowStatusHandler_read_nextDescr = __('The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.');
+$strShowStatusHandler_read_prevDescr = __('The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.');
+$strShowStatusHandler_read_rndDescr = __('The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.');
+$strShowStatusHandler_read_rnd_nextDescr = __('The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.');
+$strShowStatusHandler_rollbackDescr = __('The number of internal ROLLBACK statements.');
+$strShowStatusHandler_updateDescr = __('The number of requests to update a row in a table.');
+$strShowStatusHandler_writeDescr = __('The number of requests to insert a row in a table.');
+$strShowStatusInnodb_buffer_pool_pages_dataDescr = __('The number of pages containing data (dirty or clean).');
+$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = __('The number of pages currently dirty.');
+$strShowStatusInnodb_buffer_pool_pages_flushedDescr = __('The number of buffer pool pages that have been requested to be flushed.');
+$strShowStatusInnodb_buffer_pool_pages_freeDescr = __('The number of free pages.');
+$strShowStatusInnodb_buffer_pool_pages_latchedDescr = __('The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.');
+$strShowStatusInnodb_buffer_pool_pages_miscDescr = __('The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.');
+$strShowStatusInnodb_buffer_pool_pages_totalDescr = __('Total size of buffer pool, in pages.');
+$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = __('The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.');
+$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = __('The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.');
+$strShowStatusInnodb_buffer_pool_read_requestsDescr = __('The number of logical read requests InnoDB has done.');
+$strShowStatusInnodb_buffer_pool_readsDescr = __('The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.');
+$strShowStatusInnodb_buffer_pool_wait_freeDescr = __('Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.');
+$strShowStatusInnodb_buffer_pool_write_requestsDescr = __('The number writes done to the InnoDB buffer pool.');
+$strShowStatusInnodb_data_fsyncsDescr = __('The number of fsync() operations so far.');
+$strShowStatusInnodb_data_pending_fsyncsDescr = __('The current number of pending fsync() operations.');
+$strShowStatusInnodb_data_pending_readsDescr = __('The current number of pending reads.');
+$strShowStatusInnodb_data_pending_writesDescr = __('The current number of pending writes.');
+$strShowStatusInnodb_data_readDescr = __('The amount of data read so far, in bytes.');
+$strShowStatusInnodb_data_readsDescr = __('The total number of data reads.');
+$strShowStatusInnodb_data_writesDescr = __('The total number of data writes.');
+$strShowStatusInnodb_data_writtenDescr = __('The amount of data written so far, in bytes.');
+$strShowStatusInnodb_dblwr_pages_writtenDescr = __('The number of pages that have been written for doublewrite operations.');
+$strShowStatusInnodb_dblwr_writesDescr = __('The number of doublewrite operations that have been performed.');
+$strShowStatusInnodb_log_waitsDescr = __('The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.');
+$strShowStatusInnodb_log_write_requestsDescr = __('The number of log write requests.');
+$strShowStatusInnodb_log_writesDescr = __('The number of physical writes to the log file.');
+$strShowStatusInnodb_os_log_fsyncsDescr = __('The number of fsync() writes done to the log file.');
+$strShowStatusInnodb_os_log_pending_fsyncsDescr = __('The number of pending log file fsyncs.');
+$strShowStatusInnodb_os_log_pending_writesDescr = __('Pending log file writes.');
+$strShowStatusInnodb_os_log_writtenDescr = __('The number of bytes written to the log file.');
+$strShowStatusInnodb_pages_createdDescr = __('The number of pages created.');
+$strShowStatusInnodb_page_sizeDescr = __('The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.');
+$strShowStatusInnodb_pages_readDescr = __('The number of pages read.');
+$strShowStatusInnodb_pages_writtenDescr = __('The number of pages written.');
+$strShowStatusInnodb_row_lock_current_waitsDescr = __('The number of row locks currently being waited for.');
+$strShowStatusInnodb_row_lock_time_avgDescr = __('The average time to acquire a row lock, in milliseconds.');
+$strShowStatusInnodb_row_lock_timeDescr = __('The total time spent in acquiring row locks, in milliseconds.');
+$strShowStatusInnodb_row_lock_time_maxDescr = __('The maximum time to acquire a row lock, in milliseconds.');
+$strShowStatusInnodb_row_lock_waitsDescr = __('The number of times a row lock had to be waited for.');
+$strShowStatusInnodb_rows_deletedDescr = __('The number of rows deleted from InnoDB tables.');
+$strShowStatusInnodb_rows_insertedDescr = __('The number of rows inserted in InnoDB tables.');
+$strShowStatusInnodb_rows_readDescr = __('The number of rows read from InnoDB tables.');
+$strShowStatusInnodb_rows_updatedDescr = __('The number of rows updated in InnoDB tables.');
+$strShowStatusKey_blocks_not_flushedDescr = __('The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.');
+$strShowStatusKey_blocks_unusedDescr = __('The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.');
+$strShowStatusKey_blocks_usedDescr = __('The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.');
+$strShowStatusKey_read_requestsDescr = __('The number of requests to read a key block from the cache.');
+$strShowStatusKey_readsDescr = __('The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.');
+$strShowStatusKey_write_requestsDescr = __('The number of requests to write a key block to the cache.');
+$strShowStatusKey_writesDescr = __('The number of physical writes of a key block to disk.');
+$strShowStatusLast_query_costDescr = __('The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.');
+$strShowStatusNot_flushed_delayed_rowsDescr = __('The number of rows waiting to be written in INSERT DELAYED queues.');
+$strShowStatusOpened_tablesDescr = __('The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.');
+$strShowStatusOpen_filesDescr = __('The number of files that are open.');
+$strShowStatusOpen_streamsDescr = __('The number of streams that are open (used mainly for logging).');
+$strShowStatusOpen_tablesDescr = __('The number of tables that are open.');
+$strShowStatusQcache_free_blocksDescr = __('The number of free memory blocks in query cache.');
+$strShowStatusQcache_free_memoryDescr = __('The amount of free memory for query cache.');
+$strShowStatusQcache_hitsDescr = __('The number of cache hits.');
+$strShowStatusQcache_insertsDescr = __('The number of queries added to the cache.');
+$strShowStatusQcache_lowmem_prunesDescr = __('The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.');
+$strShowStatusQcache_not_cachedDescr = __('The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).');
+$strShowStatusQcache_queries_in_cacheDescr = __('The number of queries registered in the cache.');
+$strShowStatusQcache_total_blocksDescr = __('The total number of blocks in the query cache.');
+$strShowStatusReset = _pgettext('$strShowStatusReset', 'Reset');
+$strShowStatusRpl_statusDescr = __('The status of failsafe replication (not yet implemented).');
+$strShowStatusSelect_full_joinDescr = __('The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.');
+$strShowStatusSelect_full_range_joinDescr = __('The number of joins that used a range search on a reference table.');
+$strShowStatusSelect_range_checkDescr = __('The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)');
+$strShowStatusSelect_rangeDescr = __('The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)');
+$strShowStatusSelect_scanDescr = __('The number of joins that did a full scan of the first table.');
+$strShowStatusSlave_open_temp_tablesDescr = __('The number of temporary tables currently open by the slave SQL thread.');
+$strShowStatusSlave_retried_transactionsDescr = __('Total (since startup) number of times the replication slave SQL thread has retried transactions.');
+$strShowStatusSlave_runningDescr = __('This is ON if this server is a slave that is connected to a master.');
+$strShowStatusSlow_launch_threadsDescr = __('The number of threads that have taken more than slow_launch_time seconds to create.');
+$strShowStatusSlow_queriesDescr = __('The number of queries that have taken more than long_query_time seconds.');
+$strShowStatusSort_merge_passesDescr = __('The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.');
+$strShowStatusSort_rangeDescr = __('The number of sorts that were done with ranges.');
+$strShowStatusSort_rowsDescr = __('The number of sorted rows.');
+$strShowStatusSort_scanDescr = __('The number of sorts that were done by scanning the table.');
+$strShowStatusTable_locks_immediateDescr = __('The number of times that a table lock was acquired immediately.');
+$strShowStatusTable_locks_waitedDescr = __('The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.');
+$strShowStatusThreads_cachedDescr = __('The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.');
+$strShowStatusThreads_connectedDescr = __('The number of currently open connections.');
+$strShowStatusThreads_createdDescr = __('The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)');
+$strShowStatusThreads_runningDescr = __('The number of threads that are not sleeping.');
+
+/**
* Displays the sub-page heading
*/
echo '<div id="serverstatus">' . "\n";
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4781-g95d0e53
by Michal Čihař 08 Jun '10
by Michal Čihař 08 Jun '10
08 Jun '10
The branch, master has been updated
via 95d0e532f66dfdea306791ce26798d0e2068ab71 (commit)
via 8f9a405c15df1ebefb0a0409bca7ef9dc5d7bbfa (commit)
via 3443f9fb0d6a8769ef2de76f0b9444e1dc580420 (commit)
via 8ba4d88d3b224b78ba4cc75638695a512b60f92b (commit)
from b2427b37df2f4d0fbe867f0c11536c7155947b0e (commit)
- Log -----------------------------------------------------------------
commit 95d0e532f66dfdea306791ce26798d0e2068ab71
Author: Domen <dbc334(a)gmail.com>
Date: Tue Jun 8 13:43:30 2010 +0200
Translation update done using Pootle.
commit 8f9a405c15df1ebefb0a0409bca7ef9dc5d7bbfa
Author: Domen <dbc334(a)gmail.com>
Date: Tue Jun 8 13:43:09 2010 +0200
Translation update done using Pootle.
commit 3443f9fb0d6a8769ef2de76f0b9444e1dc580420
Merge: 8ba4d88d3b224b78ba4cc75638695a512b60f92b b2427b37df2f4d0fbe867f0c11536c7155947b0e
Author: Pootle server <pootle(a)cihar.com>
Date: Tue Jun 8 12:40:28 2010 +0200
Merge remote branch 'origin/master'
commit 8ba4d88d3b224b78ba4cc75638695a512b60f92b
Author: ardavies <ardavies(a)tiscali.co.uk>
Date: Tue Jun 8 11:40:19 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/cy.po | 212 ++++++++++++++++++++++++++++++++------------------------------
po/sl.po | 12 ++--
2 files changed, 114 insertions(+), 110 deletions(-)
diff --git a/po/cy.po b/po/cy.po
index b5749ee..4a2e327 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -1469,7 +1469,7 @@ msgstr ""
#: libraries/auth/cookie.auth.lib.php:244
msgid "Log in"
-msgstr ""
+msgstr "Mewngofnodwch"
#: libraries/auth/cookie.auth.lib.php:246
#: libraries/auth/cookie.auth.lib.php:248
@@ -4103,26 +4103,26 @@ msgstr ""
#: libraries/replication_gui.lib.php:103
msgid "Master status"
-msgstr ""
+msgstr "Statws y meistr"
#: libraries/replication_gui.lib.php:105
msgid "Slave status"
-msgstr ""
+msgstr "Statws y caeth"
#: libraries/replication_gui.lib.php:114 libraries/sql_query_form.lib.php:445
#: server_status.php:626 server_variables.php:52
msgid "Variable"
-msgstr ""
+msgstr "Newidyn"
#: libraries/replication_gui.lib.php:115 server_status.php:627
#: tbl_change.php:324 tbl_printview.php:370 tbl_select.php:139
#: tbl_structure.php:729
msgid "Value"
-msgstr ""
+msgstr "Gwerth"
#: libraries/replication_gui.lib.php:173 server_binlog.php:218
msgid "Server ID"
-msgstr ""
+msgstr "ID y Gweinydd"
#: libraries/replication_gui.lib.php:192
msgid ""
@@ -4136,30 +4136,30 @@ msgstr ""
#: libraries/replication_gui.lib.php:254 server_privileges.php:677
msgid "Any user"
-msgstr ""
+msgstr "Unrhyw ddefnyddiwr"
#: libraries/replication_gui.lib.php:255 libraries/replication_gui.lib.php:323
#: libraries/replication_gui.lib.php:346 server_privileges.php:678
#: server_privileges.php:745 server_privileges.php:769
#: server_privileges.php:1889 server_privileges.php:1919
msgid "Use text field"
-msgstr ""
+msgstr "Defnyddiwch faes testun"
#: libraries/replication_gui.lib.php:302 server_privileges.php:725
msgid "Any host"
-msgstr ""
+msgstr "Unrhyw westeiwr"
#: libraries/replication_gui.lib.php:306 server_privileges.php:729
msgid "Local"
-msgstr ""
+msgstr "Lleol"
#: libraries/replication_gui.lib.php:312 server_privileges.php:734
msgid "This Host"
-msgstr ""
+msgstr "Y Gwesteiwr Hwn"
#: libraries/replication_gui.lib.php:318 server_privileges.php:740
msgid "Use Host Table"
-msgstr ""
+msgstr "Defnyddiwch Dabl Gwesteiwyr"
#: libraries/replication_gui.lib.php:331 server_privileges.php:753
msgid ""
@@ -4169,63 +4169,67 @@ msgstr ""
#: libraries/select_lang.lib.php:482 libraries/select_lang.lib.php:488
#: libraries/select_lang.lib.php:494
+#: libraries/select_lang.lib.php:480
+#: libraries/select_lang.lib.php:486
+#: libraries/select_lang.lib.php:492
#, php-format
+#, possible-php-format
msgid "Unknown language: %1$s."
-msgstr ""
+msgstr "Iaith anhysbys: %1$s."
#: libraries/select_server.lib.php:45 setup/frames/index.inc.php:97
#: setup/lib/messages.inc.php:115
msgid "Servers"
-msgstr ""
+msgstr "Gweinyddion"
#: libraries/server_links.inc.php:53 server_engines.php:112
#: server_engines.php:116 server_status.php:304 test/theme.php:105
msgid "Variables"
-msgstr ""
+msgstr "Newidynnau"
#: libraries/server_links.inc.php:57 test/theme.php:109
msgid "Charsets"
-msgstr ""
+msgstr "Setiau nod"
#: libraries/server_links.inc.php:61 test/theme.php:113
msgid "Engines"
-msgstr ""
+msgstr "Peiriannau"
#: libraries/server_links.inc.php:76 server_binlog.php:110
#: server_status.php:253 test/theme.php:121
msgid "Binary log"
-msgstr ""
+msgstr "Log deuaidd"
#: libraries/server_links.inc.php:80
msgid "Processes"
-msgstr ""
+msgstr "Prosesau"
#: libraries/server_links.inc.php:92 server_synchronize.php:1092
#: server_synchronize.php:1100
msgid "Synchronize"
-msgstr ""
+msgstr "Cydamseru"
#: libraries/server_synchronize.lib.php:1341 server_synchronize.php:1110
msgid "Source database"
-msgstr ""
+msgstr "Cronfa ddata ffynhonnell"
#: libraries/server_synchronize.lib.php:1343
#: libraries/server_synchronize.lib.php:1369
msgid "Current server"
-msgstr ""
+msgstr "Gweinydd cyfredol"
#: libraries/server_synchronize.lib.php:1345
#: libraries/server_synchronize.lib.php:1371
msgid "Remote server"
-msgstr ""
+msgstr "Gweinydd pell"
#: libraries/server_synchronize.lib.php:1348
msgid "Difference"
-msgstr ""
+msgstr "Gwahaniaeth"
#: libraries/server_synchronize.lib.php:1367 server_synchronize.php:1112
msgid "Target database"
-msgstr ""
+msgstr "Cronfa ddata targed"
#: libraries/sql_query_form.lib.php:223
#, php-format
@@ -4239,11 +4243,11 @@ msgstr ""
#: libraries/sql_query_form.lib.php:317
msgid "Columns"
-msgstr ""
+msgstr "Colofnau"
#: libraries/sql_query_form.lib.php:352 sql.php:665 sql.php:666 sql.php:683
msgid "Bookmark this SQL query"
-msgstr ""
+msgstr "Clustnodwch yr ymholiad SQL hwn"
#: libraries/sql_query_form.lib.php:359 sql.php:677
msgid "Let every user access this bookmark"
@@ -4259,19 +4263,19 @@ msgstr ""
#: libraries/sql_query_form.lib.php:388
msgid "Delimiter"
-msgstr ""
+msgstr "Cyfyngydd"
#: libraries/sql_query_form.lib.php:396
msgid " Show this query here again "
-msgstr ""
+msgstr " Dangoswch yr ymholiad hwn yma eto"
#: libraries/sql_query_form.lib.php:462
msgid "Submit"
-msgstr ""
+msgstr "Gyrru"
#: libraries/sql_query_form.lib.php:466
msgid "View only"
-msgstr ""
+msgstr "Dangos yn unig"
#: libraries/sqlparser.lib.php:137
msgid ""
@@ -4294,19 +4298,19 @@ msgstr ""
#: libraries/sqlparser.lib.php:175
msgid "BEGIN CUT"
-msgstr ""
+msgstr "BEGIN CUT"
#: libraries/sqlparser.lib.php:177
msgid "END CUT"
-msgstr ""
+msgstr "END CUT"
#: libraries/sqlparser.lib.php:179
msgid "BEGIN RAW"
-msgstr ""
+msgstr "BEGIN RAW"
#: libraries/sqlparser.lib.php:183
msgid "END RAW"
-msgstr ""
+msgstr "END RAW"
#: libraries/sqlparser.lib.php:344
msgid "Unclosed quote"
@@ -4382,11 +4386,11 @@ msgstr ""
#: libraries/tbl_properties.inc.php:393
msgctxt "for default"
msgid "None"
-msgstr ""
+msgstr "Dim"
#: libraries/tbl_properties.inc.php:394
msgid "As defined:"
-msgstr ""
+msgstr "Fel a ddiffiniwyd:"
#: libraries/tbl_properties.inc.php:580 transformation_overview.php:58
#, php-format
@@ -4398,31 +4402,32 @@ msgstr ""
#: libraries/tbl_properties.inc.php:726 server_engines.php:58
#: tbl_operations.php:355
msgid "Storage Engine"
-msgstr ""
+msgstr "Peiriant Storio"
#: libraries/tbl_properties.inc.php:755
msgid "PARTITION definition"
-msgstr ""
+msgstr "Diffiniad PARTITION"
#: libraries/tbl_properties.inc.php:776 pdf_pages.php:503
#: setup/frames/config.inc.php:39 setup/frames/index.inc.php:214
#: setup/lib/FormDisplay.tpl.php:215 tbl_change.php:1126 tbl_indexes.php:248
#: tbl_relation.php:566
msgid "Save"
-msgstr ""
+msgstr "Cadw"
#: libraries/tbl_properties.inc.php:780 tbl_structure.php:542
#, php-format
+#, possible-php-format
msgid "Add %s column(s)"
-msgstr ""
+msgstr "Ychwanegwch %s colofn"
#: libraries/tbl_properties.inc.php:784 tbl_structure.php:536
msgid "You have to add at least one column."
-msgstr ""
+msgstr "Rydych chi wedi ychwanegu o leiaf un golofn."
#: libraries/tbl_triggers.lib.php:29
msgid "Event"
-msgstr ""
+msgstr "Digwyddiad"
#: libraries/transformations/application_octetstream__download.inc.php:10
msgid ""
@@ -4447,7 +4452,7 @@ msgstr ""
#: libraries/transformations/image_jpeg__link.inc.php:10
msgid "Displays a link to download this image."
-msgstr ""
+msgstr "Mae'n dangos dolen er mwyn lawrlwytho'r ddelwedd hon."
#: libraries/transformations/text_plain__dateformat.inc.php:10
msgid ""
@@ -4525,62 +4530,62 @@ msgstr ""
#: main.php:68
msgid "Actions"
-msgstr ""
+msgstr "Gweithredoedd"
#: main.php:125
msgid "MySQL connection collation"
-msgstr ""
+msgstr "Coladiad cysylltiad MySQL"
#: main.php:139
msgid "Interface"
-msgstr ""
+msgstr "Rhyngwyneb"
#: main.php:159
msgid "Custom color"
-msgstr ""
+msgstr "Lliw cwstwm"
#: main.php:163 pdf_pages.php:363 setup/lib/FormDisplay.tpl.php:216
#: tbl_change.php:1175
msgid "Reset"
-msgstr ""
+msgstr "Ailosod"
#: main.php:187
msgid "Protocol version"
-msgstr ""
+msgstr "Fersiwn protocol"
#: main.php:189 server_privileges.php:1350 server_privileges.php:1497
#: server_privileges.php:1611 server_privileges.php:2029
#: server_processlist.php:54
msgid "User"
-msgstr ""
+msgstr "Defnyddiwr"
#: main.php:193
msgid "MySQL charset"
-msgstr ""
+msgstr "Set nodau MySQL"
#: main.php:205
msgid "Web server"
-msgstr ""
+msgstr "Gweinydd gwe"
#: main.php:211
msgid "MySQL client version"
-msgstr ""
+msgstr "Fersiwn cleient MySQL"
#: main.php:213
msgid "PHP extension"
-msgstr ""
+msgstr "Estyniad PHP"
#: main.php:219
msgid "Show PHP information"
-msgstr ""
+msgstr "Dangos gwybodaeth PHP"
#: main.php:230
msgid "Wiki"
-msgstr ""
+msgstr "Wici"
#: main.php:233
msgid "Official Homepage"
-msgstr ""
+msgstr "Hafan Swyddogol"
#: main.php:266
msgid ""
@@ -4650,30 +4655,31 @@ msgstr ""
#: navigation.php:210 server_databases.php:371 server_synchronize.php:1191
msgid "No databases"
-msgstr ""
+msgstr "Dim cronfeydd data"
#: navigation.php:304
msgid "Filter"
-msgstr ""
+msgstr "Hidlydd"
#: navigation.php:305 setup/frames/index.inc.php:218
#: setup/lib/messages.inc.php:42
msgid "Clear"
-msgstr ""
+msgstr "Clirio"
#: navigation.php:336 navigation.php:337
msgctxt "short form"
msgid "Create table"
-msgstr ""
+msgstr "Crëwch dabl"
#: navigation.php:339 navigation.php:502
msgid "Please select a database"
-msgstr ""
+msgstr "Dewiswch gronfa ddata"
#: pdf_pages.php:41 pdf_pages.php:47 pdf_pages.php:53 pdf_pages.php:58
#, php-format
+#, possible-php-format
msgid "<b>%s</b> table not found or not set in %s"
-msgstr ""
+msgstr "Tabl <b>%s</b> heb ei ddarganfod neu heb ei osod mewn %s"
#: pdf_pages.php:266
msgid "Please choose a page to edit"
@@ -4681,11 +4687,11 @@ msgstr ""
#: pdf_pages.php:304 pmd_pdf.php:114
msgid "Create a page"
-msgstr ""
+msgstr "Crëwch dudalen"
#: pdf_pages.php:310
msgid "Page name"
-msgstr ""
+msgstr "Enw'r dudalen"
#: pdf_pages.php:314
msgid "Automatic layout based on"
@@ -4693,11 +4699,11 @@ msgstr ""
#: pdf_pages.php:316
msgid "Internal relations"
-msgstr ""
+msgstr "Perthnasau mewnol"
#: pdf_pages.php:339
msgid "Select Tables"
-msgstr ""
+msgstr "Dewis Tablau"
#: pdf_pages.php:362
msgid "Toggle scratchboard"
@@ -4726,20 +4732,20 @@ msgstr ""
#: pdf_schema.php:1013
msgid "No tables"
-msgstr ""
+msgstr "Dim tablau"
#: pdf_schema.php:1032 pdf_schema.php:1141
msgid "Relational schema"
-msgstr ""
+msgstr "Sgema perthynol"
#: pdf_schema.php:1116
msgid "Table of contents"
-msgstr ""
+msgstr "Tabl cynnwys"
#: pdf_schema.php:1267 pdf_schema.php:1288 tbl_printview.php:147
#: tbl_structure.php:183 tbl_tracking.php:278
msgid "Extra"
-msgstr ""
+msgstr "Ychwanegol"
#: pmd_general.php:64
msgid "Show/Hide left menu"
@@ -4747,35 +4753,35 @@ msgstr ""
#: pmd_general.php:68
msgid "Save position"
-msgstr ""
+msgstr "Cadw safle"
#: pmd_general.php:71 server_synchronize.php:429 server_synchronize.php:872
msgid "Create table"
-msgstr ""
+msgstr "Crëwch dabl"
#: pmd_general.php:74 pmd_general.php:306
msgid "Create relation"
-msgstr ""
+msgstr "Crëwch berthynas"
#: pmd_general.php:80
msgid "Reload"
-msgstr ""
+msgstr "Ail-lwytho"
#: pmd_general.php:83
msgid "Help"
-msgstr ""
+msgstr "Cymorth"
#: pmd_general.php:87
msgid "Angular links"
-msgstr ""
+msgstr "Cysylltiadau onglog"
#: pmd_general.php:87
msgid "Direct links"
-msgstr ""
+msgstr "Cysylltiadau uniongyrchol"
#: pmd_general.php:91
msgid "Snap to grid"
-msgstr ""
+msgstr "Snap i'r grid"
#: pmd_general.php:95
msgid "Small/Big All"
@@ -4795,19 +4801,19 @@ msgstr ""
#: pmd_general.php:120
msgid "Hide/Show all"
-msgstr ""
+msgstr "Cuddio/Dangos pob"
#: pmd_general.php:124
msgid "Hide/Show Tables with no relation"
-msgstr ""
+msgstr "Cuddio/Dangos Tablau heb berthynas"
#: pmd_general.php:164
msgid "Number of tables"
-msgstr ""
+msgstr "Nifer y tablau"
#: pmd_general.php:372
msgid "Delete relation"
-msgstr ""
+msgstr "Dilëwch berthynas"
#: pmd_help.php:27
msgid "To select relation, click :"
@@ -4842,11 +4848,11 @@ msgstr ""
#: querywindow.php:104
msgid "Import files"
-msgstr ""
+msgstr "Mewnforiwch ffeiliau"
#: querywindow.php:115
msgid "All"
-msgstr ""
+msgstr "Pob"
#: server_binlog.php:120
msgid "Select binary log to view"
@@ -4854,7 +4860,7 @@ msgstr ""
#: server_binlog.php:136
msgid "Files"
-msgstr ""
+msgstr "Ffeiliau"
#: server_binlog.php:183 server_binlog.php:186 server_processlist.php:49
#: server_processlist.php:51
@@ -4868,31 +4874,31 @@ msgstr ""
#: server_binlog.php:215
msgid "Log name"
-msgstr ""
+msgstr "Enw'r log"
#: server_binlog.php:216
msgid "Position"
-msgstr ""
+msgstr "Safle"
#: server_binlog.php:217
msgid "Event type"
-msgstr ""
+msgstr "Math y digwyddiad"
#: server_binlog.php:219
msgid "Original position"
-msgstr ""
+msgstr "Safle gwreiddiol"
#: server_binlog.php:220
msgid "Information"
-msgstr ""
+msgstr "Gwybodaeth"
#: server_collations.php:40
msgid "Character Sets and Collations"
-msgstr ""
+msgstr "Setiau nod a Choladiadau"
#: server_databases.php:52
msgid "No databases selected."
-msgstr ""
+msgstr "Dim cronfeydd data wedi'u dewis."
#: server_databases.php:63
#, php-format
@@ -4901,12 +4907,12 @@ msgstr ""
#: server_databases.php:88
msgid "Databases statistics"
-msgstr ""
+msgstr "Ystadegau cronfeydd data"
#: server_databases.php:117 server_status.php:260
#: setup/lib/messages.inc.php:117
msgid "Tables"
-msgstr ""
+msgstr "Tablau"
#: server_databases.php:195 server_replication.php:181
#: server_replication.php:209
@@ -4919,7 +4925,7 @@ msgstr ""
#: server_databases.php:230
msgid "Jump to database"
-msgstr ""
+msgstr "Neidiwch i'r gronfa ddata"
#: server_databases.php:267
msgid "Not replicated"
@@ -4938,15 +4944,15 @@ msgstr ""
#: server_databases.php:293 server_databases.php:294
msgid "Check Privileges"
-msgstr ""
+msgstr "Gwirio Breintiau"
#: server_databases.php:358 server_databases.php:359
msgid "Enable Statistics"
-msgstr ""
+msgstr "Galluogi Ystadegau"
#: server_databases.php:362 server_databases.php:363
msgid "Disable Statistics"
-msgstr ""
+msgstr "Analluogi Ystadegau"
#: server_databases.php:366
msgid ""
@@ -4956,16 +4962,16 @@ msgstr ""
#: server_engines.php:49
msgid "Storage Engines"
-msgstr ""
+msgstr "Peiriannau Storio"
#: server_export.php:21
msgid "View dump (schema) of databases"
-msgstr ""
+msgstr "Gwylio dadlwythiad (sgema) cronfeydd data"
#: server_privileges.php:263 server_privileges.php:264
msgctxt "None privileges"
msgid "None"
-msgstr ""
+msgstr "Dim"
#: server_privileges.php:392 server_privileges.php:527
#: server_privileges.php:1679 server_privileges.php:1685
diff --git a/po/sl.po b/po/sl.po
index d6bb0db..930afe2 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -4,15 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-06-08 10:41+0200\n"
-"PO-Revision-Date: 2010-06-06 22:21+0200\n"
+"PO-Revision-Date: 2010-06-08 13:43+0200\n"
"Last-Translator: Domen <dbc334(a)gmail.com>\n"
"Language-Team: slovenian <sl(a)li.org>\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
-"%100==4 ? 2 : 3);\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
+"n%100==4 ? 2 : 3);\n"
"X-Generator: Pootle 2.0.1\n"
#: browse_foreigners.php:38 browse_foreigners.php:59
@@ -5201,16 +5201,14 @@ msgid "Jump to database"
msgstr "Pojdi v zbirko podatkov"
#: server_databases.php:267
-#, fuzzy
#| msgid "Master replication"
msgid "Not replicated"
-msgstr "Podvojevanje glavnega strežnika"
+msgstr "Ni podvojeno"
#: server_databases.php:273
-#, fuzzy
#| msgid "Replication"
msgid "Replicated"
-msgstr "Podvojevanje"
+msgstr "Podvojeno"
#: server_databases.php:289
#, php-format
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4777-gb2427b3
by Michal Čihař 08 Jun '10
by Michal Čihař 08 Jun '10
08 Jun '10
The branch, master has been updated
via b2427b37df2f4d0fbe867f0c11536c7155947b0e (commit)
from 58ee5d4bd205a7ee52b5bbba6eeacd449e2be157 (commit)
- Log -----------------------------------------------------------------
commit b2427b37df2f4d0fbe867f0c11536c7155947b0e
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Jun 8 10:43:50 2010 +0200
Update po files.
-----------------------------------------------------------------------
Summary of changes:
po/af.po | 10 +++++++++-
po/ar.po | 10 +++++++++-
po/az.po | 11 ++++++++++-
po/be.po | 12 +++++++++++-
po/be(a)latin.po | 12 +++++++++++-
po/bg.po | 12 +++++++++++-
po/bn.po | 12 +++++++++++-
po/bs.po | 11 ++++++++++-
po/ca.po | 14 +++++++++++++-
po/cs.po | 15 ++++++++++++---
po/cy.po | 35 ++++++++++++++++-------------------
po/da.po | 12 +++++++++++-
po/de.po | 14 +++++++++++++-
po/el.po | 14 +++++++++++++-
po/en_GB.po | 14 +++++++++++++-
po/es.po | 13 ++++++++++++-
po/et.po | 12 +++++++++++-
po/eu.po | 11 ++++++++++-
po/fa.po | 10 +++++++++-
po/fi.po | 14 +++++++++++++-
po/fr.po | 15 +++++++++++++--
po/gl.po | 14 +++++++++++++-
po/he.po | 11 ++++++++++-
po/hi.po | 12 +++++++++++-
po/hr.po | 12 +++++++++++-
po/hu.po | 12 +++++++++++-
po/id.po | 11 ++++++++++-
po/it.po | 13 ++++++++++++-
po/ja.po | 12 +++++++++++-
po/ka.po | 13 ++++++++++++-
po/ko.po | 10 +++++++++-
po/lt.po | 13 ++++++++++++-
po/lv.po | 11 ++++++++++-
po/mk.po | 11 ++++++++++-
po/mn.po | 12 +++++++++++-
po/ms.po | 10 +++++++++-
po/nb.po | 14 +++++++++++++-
po/nl.po | 14 +++++++++++++-
po/phpmyadmin.pot | 10 +++++++++-
po/pl.po | 13 ++++++++++++-
po/pt.po | 11 ++++++++++-
po/pt_BR.po | 12 +++++++++++-
po/ro.po | 12 +++++++++++-
po/ru.po | 14 +++++++++++++-
po/si.po | 12 +++++++++++-
po/sk.po | 14 +++++++++++++-
po/sl.po | 14 +++++++++++++-
po/sq.po | 12 +++++++++++-
po/sr.po | 12 +++++++++++-
po/sr(a)latin.po | 12 +++++++++++-
po/sv.po | 13 ++++++++++++-
po/ta.po | 10 +++++++++-
po/te.po | 10 +++++++++-
po/th.po | 11 ++++++++++-
po/tr.po | 14 +++++++++++++-
po/tt.po | 11 ++++++++++-
po/uk.po | 10 +++++++++-
po/ur.po | 12 +++++++++++-
po/uz.po | 14 +++++++++++++-
po/uz(a)latin.po | 14 +++++++++++++-
po/zh_CN.po | 14 +++++++++++++-
po/zh_TW.po | 12 +++++++++++-
62 files changed, 698 insertions(+), 83 deletions(-)
diff --git a/po/af.po b/po/af.po
index 71ad956..7c9570f 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-03-30 23:04+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: afrikaans <af(a)li.org>\n"
@@ -5089,6 +5089,14 @@ msgstr ""
msgid "Jump to database"
msgstr "Geen databasisse"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+msgid "Replicated"
+msgstr ""
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/ar.po b/po/ar.po
index 969e0a6..0a3d228 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-05-29 14:16+0200\n"
"Last-Translator: Ahmed <aa.mahdawy.10(a)gmail.com>\n"
"Language-Team: arabic <ar(a)li.org>\n"
@@ -5101,6 +5101,14 @@ msgstr ""
msgid "Jump to database"
msgstr "لايوجد قواعد بيانات"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+msgid "Replicated"
+msgstr ""
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/az.po b/po/az.po
index 34f504f..522038b 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5177,6 +5177,15 @@ msgstr ""
msgid "Jump to database"
msgstr "Baza seçilmemişdir ve ya mövcud deyildir."
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+msgid "Replicated"
+msgstr "Relations"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/be.po b/po/be.po
index 3fe857a..4ce584b 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5452,6 +5452,16 @@ msgstr ""
msgid "Jump to database"
msgstr "Базы дадзеных адсутнічаюць"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Рэплікацыя"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index 4a3026c..9050d04 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-03-30 23:09+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: belarusian_latin <be@latin@li.org>\n"
@@ -5440,6 +5440,16 @@ msgstr ""
msgid "Jump to database"
msgstr "Bazy dadzienych adsutničajuć"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replikacyja"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/bg.po b/po/bg.po
index 13eee30..68cd7d0 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5215,6 +5215,16 @@ msgstr ""
msgid "Jump to database"
msgstr "Няма бази от данни"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Репликация"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/bn.po b/po/bn.po
index 9ba9b7a..db0b68f 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5362,6 +5362,16 @@ msgstr ""
msgid "Jump to database"
msgstr "কোন ডাটাবেজ নাই"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replication"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/bs.po b/po/bs.po
index 80e07b3..a97a39d 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5175,6 +5175,15 @@ msgstr ""
msgid "Jump to database"
msgstr "Baza ne postoji"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+msgid "Replicated"
+msgstr "Relacije"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/ca.po b/po/ca.po
index 67b403f..d8d6b65 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5434,6 +5434,18 @@ msgstr "Replicació de l'esclau"
msgid "Jump to database"
msgstr "Vés a la base de dades"
+#: server_databases.php:267
+#, fuzzy
+#| msgid "Master replication"
+msgid "Not replicated"
+msgstr "Replicació del mestre"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replicació"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/cs.po b/po/cs.po
index 75c8649..51493ff 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,8 +5,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-06-07 22:09+0200\n"
-"PO-Revision-Date: 2010-06-07 22:13+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
+"PO-Revision-Date: 2010-06-08 10:43+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
"Language: cs\n"
@@ -5227,6 +5227,16 @@ msgstr "Replikace podřízeného"
msgid "Jump to database"
msgstr "Přejít na databázi"
+#: server_databases.php:267
+#| msgid "Master replication"
+msgid "Not replicated"
+msgstr "Není replikováno"
+
+#: server_databases.php:273
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replikováno"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
@@ -8121,7 +8131,6 @@ msgid "Propose table structure"
msgstr "Navrhnout strukturu tabulky"
#: tbl_structure.php:540
-#| msgid "Add column(s)"
msgid "Add column"
msgstr "Přidat sloupec"
diff --git a/po/cy.po b/po/cy.po
index 26119ef..b5749ee 100644
--- a/po/cy.po
+++ b/po/cy.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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-06-07 20:23+0200\n"
"Last-Translator: <ardavies(a)tiscali.co.uk>\n"
"Language-Team: Welsh <cy(a)li.org>\n"
@@ -503,7 +503,6 @@ msgstr "Canlyniadau chwilio am \"<i>%s</i>\" %s:"
#: db_search.php:260
#, php-format
-#, possible-php-format
msgid "%s match(es) inside table <i>%s</i>"
msgstr "%s ergyd mewn tabl <i>%s</i>"
@@ -525,7 +524,6 @@ msgstr "Dileu"
#: db_search.php:285
#, php-format
-#, possible-php-format
msgid "<b>Total:</b> <i>%s</i> match(es)"
msgstr "<b>Cyfanswm:</b> <i>%s</i> ergyd"
@@ -614,7 +612,6 @@ msgstr "Nid yw tracio'n weithredol"
#: db_structure.php:420 libraries/display_tbl.lib.php:1944
#, php-format
-#, possible-php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
@@ -638,7 +635,6 @@ msgstr "Swm"
#: db_structure.php:496 libraries/StorageEngine.class.php:356
#, php-format
-#, possible-php-format
msgid "%s is the default storage engine on this MySQL server."
msgstr "%s yw'r peiriant storio diofyn ar y gweinydd MySQL hwn."
@@ -785,13 +781,11 @@ msgstr "Mae'n rhaid cadw math yr allbwn hwn mewn ffeil!"
#: export.php:154 export.php:179 export.php:627
#, php-format
-#, possible-php-format
msgid "Insufficient space to save the file %s."
msgstr "Lle annigonol i gadw'r ffeil %s."
#: export.php:294
#, php-format
-#, possible-php-format
msgid ""
"File %s already exists on server, change filename or check overwrite option."
msgstr ""
@@ -800,25 +794,22 @@ msgstr ""
#: export.php:298 export.php:302
#, php-format
-#, possible-php-format
msgid "The web server does not have permission to save the file %s."
msgstr "Nid oes gan y gweinydd gwe yr hawl i gadw'r ffeil %s."
#: export.php:629
#, php-format
-#, possible-php-format
msgid "Dump has been saved to file %s."
msgstr "Dadlwythiad wedi'i gadw i'r ffeil %s."
#: import.php:60
#, php-format
-#, possible-php-format
msgid ""
"You probably tried to upload too large file. Please refer to %sdocumentation"
"%s for ways to workaround this limit."
msgstr ""
-"Yn ôl pob tebyg, mae'r ffeil i rhy fawr i'w lanlwytho. Gweler y %"
-"sdogfennaeth%s am ffyrdd i weithio o gwmpas y cyfyngiad hwn."
+"Yn ôl pob tebyg, mae'r ffeil i rhy fawr i'w lanlwytho. Gweler y %sdogfennaeth"
+"%s am ffyrdd i weithio o gwmpas y cyfyngiad hwn."
#: import.php:279 import.php:332 libraries/File.class.php:849
#: libraries/File.class.php:961
@@ -829,7 +820,6 @@ msgstr "Nid oedd modd darllen y ffeil hon."
#: libraries/File.class.php:1031 libraries/File.class.php:1039
#: libraries/File.class.php:1055 libraries/File.class.php:1063
#, php-format
-#, possible-php-format
msgid ""
"You attempted to load file with unsupported compression (%s). Either support "
"for it is not implemented or disabled by your configuration."
@@ -845,8 +835,8 @@ msgid ""
msgstr ""
"Nid oedd data wedi'u derbyn i'w mewnforio. Naill ai nid oedd enw ffeil "
"wedi'i osod, neu roedd maint y ffeil yn fwy na'r maint uchaf sy'n cael ei "
-"ganiatáu gan eich ffurfwedd PHP. Gweler See "
-"[a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]."
+"ganiatáu gan eich ffurfwedd PHP. Gweler See [a@./Documentation."
+"html#faq1_16@Documentation]FAQ 1.16[/a]."
#: import.php:372 libraries/display_import.lib.php:24
msgid "Could not load import plugins, please check your installation!"
@@ -867,11 +857,9 @@ msgstr "Clustnodi %s a grëwyd"
#: import.php:409 import.php:415
#, php-format
-#, possible-php-format
msgid "Import has been successfully finished, %d queries executed."
msgstr ""
-"Gorffennodd y mewnforiad yn llwyddiannus, gyda %d ymholiad wedi'u "
-"gweithredu."
+"Gorffennodd y mewnforiad yn llwyddiannus, gyda %d ymholiad wedi'u gweithredu."
#: import.php:424
msgid ""
@@ -923,7 +911,6 @@ msgstr "Rydych yn mynd i ANALLUOGI Ystorfa BLOB!"
#: js/messages.php:35
#, php-format
-#, possible-php-format
msgid "Are you sure you want to disable all BLOB references for database %s?"
msgstr ""
"A ydych chi wir am analluogi pob cyfeiriad BLOB ar gyfer y gronfa ddata %s?"
@@ -4934,6 +4921,16 @@ msgstr ""
msgid "Jump to database"
msgstr ""
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Dyblygiad"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/da.po b/po/da.po
index 39881ff..4a9b051 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5350,6 +5350,16 @@ msgstr ""
msgid "Jump to database"
msgstr "Ingen databaser"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replikering"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/de.po b/po/de.po
index 50585a8..fa0c250 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-06-03 21:04+0200\n"
"Last-Translator: <canin(a)in.com>\n"
"Language-Team: german <de(a)li.org>\n"
@@ -5408,6 +5408,18 @@ msgstr "Slave Replikation"
msgid "Jump to database"
msgstr "Springe zu Datenbank"
+#: server_databases.php:267
+#, fuzzy
+#| msgid "Master replication"
+msgid "Not replicated"
+msgstr "Master Replikation"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replikation"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/el.po b/po/el.po
index bafcbd0..d3adc06 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-03-30 23:16+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: greek <el(a)li.org>\n"
@@ -5444,6 +5444,18 @@ msgstr "Δευτερεύουσα αναπαραγωγή"
msgid "Jump to database"
msgstr "Μετάβαση στη βάση δεδομένων"
+#: server_databases.php:267
+#, fuzzy
+#| msgid "Master replication"
+msgid "Not replicated"
+msgstr "Πρωτεύουσα αναπαραγωγή"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Αναπαραγωγή"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/en_GB.po b/po/en_GB.po
index b95a083..b84bb5d 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-06-04 22:01+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: english-gb <en_GB(a)li.org>\n"
@@ -5228,6 +5228,18 @@ msgstr "Slave replication"
msgid "Jump to database"
msgstr "Jump to database"
+#: server_databases.php:267
+#, fuzzy
+#| msgid "Master replication"
+msgid "Not replicated"
+msgstr "Master replication"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replication"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/es.po b/po/es.po
index 21ac26e..73121a0 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5494,6 +5494,17 @@ msgstr "Configuración del servidor"
msgid "Jump to database"
msgstr "No hay bases de datos"
+#: server_databases.php:267
+#, fuzzy
+msgid "Not replicated"
+msgstr "Configuración del servidor"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replicación"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/et.po b/po/et.po
index 1bb913d..c37f608 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5346,6 +5346,16 @@ msgstr ""
msgid "Jump to database"
msgstr "Pole andmebaase"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Tiraeerimine"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/eu.po b/po/eu.po
index 53ea992..b2bee01 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-03-31 10:40+0200\n"
"Last-Translator: <hey_neken(a)mundurat.net>\n"
"Language-Team: basque <eu(a)li.org>\n"
@@ -5198,6 +5198,15 @@ msgstr ""
msgid "Jump to database"
msgstr "Datu-baserik ez"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+msgid "Replicated"
+msgstr "Erlazioak"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/fa.po b/po/fa.po
index 1d21742..f12593c 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-05-19 03:54+0200\n"
"Last-Translator: <ahmad_usa2007(a)yahoo.com>\n"
"Language-Team: persian <fa(a)li.org>\n"
@@ -5073,6 +5073,14 @@ msgstr ""
msgid "Jump to database"
msgstr "No databases"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+msgid "Replicated"
+msgstr ""
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/fi.po b/po/fi.po
index b45ffa7..a7dce42 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-04-30 18:08+0200\n"
"Last-Translator: <kajouni(a)gmail.com>\n"
"Language-Team: finnish <fi(a)li.org>\n"
@@ -5425,6 +5425,18 @@ msgstr "Alipalvelimen replikointi"
msgid "Jump to database"
msgstr "Siirry tietokantaan"
+#: server_databases.php:267
+#, fuzzy
+#| msgid "Master replication"
+msgid "Not replicated"
+msgstr "Isäntäpalvelimen replikointi"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replikaatio"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/fr.po b/po/fr.po
index 6fedc2f..d64440d 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-06-07 22:50+0200\n"
"Last-Translator: Marc <marc(a)infomarc.info>\n"
"Language-Team: french <fr(a)li.org>\n"
@@ -5306,6 +5306,18 @@ msgstr "Réplication esclave"
msgid "Jump to database"
msgstr "Aller à la base de données"
+#: server_databases.php:267
+#, fuzzy
+#| msgid "Master replication"
+msgid "Not replicated"
+msgstr "Réplication maître"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Réplication"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
@@ -8219,7 +8231,6 @@ msgid "Propose table structure"
msgstr "Suggérer des optimisations quant à la structure de la table"
#: tbl_structure.php:540
-#| msgid "Add column(s)"
msgid "Add column"
msgstr "Ajouter une colonne"
diff --git a/po/gl.po b/po/gl.po
index 4f9e0a8..9ab2adf 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5435,6 +5435,18 @@ msgstr "Replicación do escravo"
msgid "Jump to database"
msgstr "Ir á base de datos"
+#: server_databases.php:267
+#, fuzzy
+#| msgid "Master replication"
+msgid "Not replicated"
+msgstr "Replicación do principal"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replicación"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/he.po b/po/he.po
index 542d3fd..e13a4be 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5089,6 +5089,15 @@ msgstr ""
msgid "Jump to database"
msgstr "אין מאגרי נתונים"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+msgid "Replicated"
+msgstr "יחסים"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/hi.po b/po/hi.po
index d587095..eb1576a 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-05-21 05:48+0200\n"
"Last-Translator: <u4663530(a)anu.edu.au>\n"
"Language-Team: hindi <hi(a)li.org>\n"
@@ -4971,6 +4971,16 @@ msgstr ""
msgid "Jump to database"
msgstr "कोइ डाटाबेस नहिं"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "प्रतिकृति"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/hr.po b/po/hr.po
index 1d78049..f35baea 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5426,6 +5426,16 @@ msgstr ""
msgid "Jump to database"
msgstr "Nema baza podataka"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replikacija"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/hu.po b/po/hu.po
index 20273b6..9a6a94c 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5455,6 +5455,16 @@ msgstr ""
msgid "Jump to database"
msgstr "Nincs adatbázis"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Többszörözés"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/id.po b/po/id.po
index 0d5afb8..10ff904 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-04-17 21:14+0200\n"
"Last-Translator: Azhari Harahap <azhari.harahap(a)yahoo.com>\n"
"Language-Team: indonesian <id(a)li.org>\n"
@@ -5226,6 +5226,15 @@ msgstr ""
msgid "Jump to database"
msgstr "Database tidak ditemukan"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+msgid "Replicated"
+msgstr "Tabel Relasi"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/it.po b/po/it.po
index 20dc8f8..bc188c2 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-05-24 21:25+0200\n"
"Last-Translator: Fabio <fantonifabio(a)tiscali.it>\n"
"Language-Team: italian <it(a)li.org>\n"
@@ -5396,6 +5396,17 @@ msgstr "Configurazione del server"
msgid "Jump to database"
msgstr "Vai al database"
+#: server_databases.php:267
+#, fuzzy
+msgid "Not replicated"
+msgstr "Configurazione del server"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replicazione"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/ja.po b/po/ja.po
index 38f70a6..76c6e5e 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5337,6 +5337,16 @@ msgstr ""
msgid "Jump to database"
msgstr "データベースが存在しません"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "レプリケーション"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/ka.po b/po/ka.po
index c149f8b..86f3d26 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5403,6 +5403,17 @@ msgstr "სერვერის კონფიგურაცია"
msgid "Jump to database"
msgstr "მონაცემთა ბაზები არაა"
+#: server_databases.php:267
+#, fuzzy
+msgid "Not replicated"
+msgstr "სერვერის კონფიგურაცია"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "რეპლიკაცია"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/ko.po b/po/ko.po
index 6cd5590..52291f9 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5085,6 +5085,14 @@ msgstr ""
msgid "Jump to database"
msgstr "데이터베이스가 없습니다"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+msgid "Replicated"
+msgstr ""
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/lt.po b/po/lt.po
index 81f2c97..4a1c3fe 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-04-16 19:52+0200\n"
"Last-Translator: Rytis <rytis.s(a)gmail.com>\n"
"Language-Team: lithuanian <lt(a)li.org>\n"
@@ -5226,6 +5226,17 @@ msgstr "Serverio nustatymai"
msgid "Jump to database"
msgstr "Eiti į duomenų bazę"
+#: server_databases.php:267
+#, fuzzy
+msgid "Not replicated"
+msgstr "Serverio nustatymai"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replikacija"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/lv.po b/po/lv.po
index f5f07ed..53878df 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5185,6 +5185,15 @@ msgstr ""
msgid "Jump to database"
msgstr "Nav datubāzu"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+msgid "Replicated"
+msgstr "Relācijas"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/mk.po b/po/mk.po
index f48f220..59e92d8 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5236,6 +5236,15 @@ msgstr ""
msgid "Jump to database"
msgstr "Базата на податоци не постои"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+msgid "Replicated"
+msgstr "Релации"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/mn.po b/po/mn.po
index d243fd3..1eab2bb 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5208,6 +5208,16 @@ msgstr ""
msgid "Jump to database"
msgstr "ӨС байхгүй"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Олшруулалт"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/ms.po b/po/ms.po
index 8b76b55..8759d1c 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5100,6 +5100,14 @@ msgstr ""
msgid "Jump to database"
msgstr "Tiada pangkalan data"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+msgid "Replicated"
+msgstr ""
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/nb.po b/po/nb.po
index 2aa1ea1..d8f49cc 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-06-07 10:58+0200\n"
"Last-Translator: <sven.erik.andersen(a)gmail.com>\n"
"Language-Team: norwegian <no(a)li.org>\n"
@@ -5239,6 +5239,18 @@ msgstr "Slavereplikasjon"
msgid "Jump to database"
msgstr "Gå til database"
+#: server_databases.php:267
+#, fuzzy
+#| msgid "Master replication"
+msgid "Not replicated"
+msgstr "Masterreplikasjon"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replikering"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/nl.po b/po/nl.po
index 36b003c..11b6ce7 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-05-31 01:06+0200\n"
"Last-Translator: Bjorn <inbox(a)bjornroesbeke.be>\n"
"Language-Team: dutch <nl(a)li.org>\n"
@@ -5429,6 +5429,18 @@ msgstr "Slave replicatie"
msgid "Jump to database"
msgstr "Ga naar database"
+#: server_databases.php:267
+#, fuzzy
+#| msgid "Master replication"
+msgid "Not replicated"
+msgstr "Master replicatie"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replicatie"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index 15a3632..da2df22 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -4904,6 +4904,14 @@ msgstr ""
msgid "Jump to database"
msgstr ""
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+msgid "Replicated"
+msgstr ""
+
#: server_databases.php:289
#, possible-php-format
msgid "Check privileges for database "%s"."
diff --git a/po/pl.po b/po/pl.po
index 0f74740..053b20e 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5412,6 +5412,17 @@ msgstr "Konfiguracja serwera"
msgid "Jump to database"
msgstr "Brak baz danych"
+#: server_databases.php:267
+#, fuzzy
+msgid "Not replicated"
+msgstr "Konfiguracja serwera"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replikacja"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/pt.po b/po/pt.po
index ea71353..1004bd8 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5147,6 +5147,15 @@ msgstr ""
msgid "Jump to database"
msgstr "Sem bases de dados"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+msgid "Replicated"
+msgstr "Relações"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 3df3ece..d7d0784 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5387,6 +5387,16 @@ msgstr ""
msgid "Jump to database"
msgstr "Sem bases"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replicação"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/ro.po b/po/ro.po
index 31b9f7e..43c3c0e 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-05-16 01:40+0200\n"
"Last-Translator: <ssuceveanu(a)yahoo.com>\n"
"Language-Team: romanian <ro(a)li.org>\n"
@@ -5413,6 +5413,16 @@ msgstr ""
msgid "Jump to database"
msgstr "Nu sînt baze de date"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replicare"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/ru.po b/po/ru.po
index 5f2afa8..c2e1d99 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-03-30 23:23+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: russian <ru(a)li.org>\n"
@@ -5459,6 +5459,18 @@ msgstr "Репликация подчинённого сервера"
msgid "Jump to database"
msgstr "Перейти к базе данных"
+#: server_databases.php:267
+#, fuzzy
+#| msgid "Master replication"
+msgid "Not replicated"
+msgstr "Репликация головного сервера"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Репликация"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/si.po b/po/si.po
index 816ed7b..b361a37 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-03-30 23:09+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: sinhala <si(a)li.org>\n"
@@ -5344,6 +5344,16 @@ msgstr ""
msgid "Jump to database"
msgstr "දත්තගබඩා නොමැත"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replication"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/sk.po b/po/sk.po
index 1862b1c..8b02abe 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-03-30 23:47+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: slovak <sk(a)li.org>\n"
@@ -5352,6 +5352,18 @@ msgstr "Slave replikácia"
msgid "Jump to database"
msgstr "Prejsť do databázy"
+#: server_databases.php:267
+#, fuzzy
+#| msgid "Master replication"
+msgid "Not replicated"
+msgstr "Master replikácia"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replikácia"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/sl.po b/po/sl.po
index 5e31e73..d6bb0db 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-06-06 22:21+0200\n"
"Last-Translator: Domen <dbc334(a)gmail.com>\n"
"Language-Team: slovenian <sl(a)li.org>\n"
@@ -5200,6 +5200,18 @@ msgstr "Podvojevanje podrejencev"
msgid "Jump to database"
msgstr "Pojdi v zbirko podatkov"
+#: server_databases.php:267
+#, fuzzy
+#| msgid "Master replication"
+msgid "Not replicated"
+msgstr "Podvojevanje glavnega strežnika"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Podvojevanje"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/sq.po b/po/sq.po
index 4f2d6e2..5207828 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-05-19 13:02+0200\n"
"Last-Translator: Laurent <laurenti(a)alblinux.net>\n"
"Language-Team: albanian <sq(a)li.org>\n"
@@ -5188,6 +5188,16 @@ msgstr ""
msgid "Jump to database"
msgstr "Asnjë databazë"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replikimi"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/sr.po b/po/sr.po
index 94c8ddb..da8aca8 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-03-30 23:47+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: serbian_cyrillic <sr(a)li.org>\n"
@@ -5366,6 +5366,16 @@ msgstr ""
msgid "Jump to database"
msgstr "База не постоји"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Репликација"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/sr(a)latin.po b/po/sr(a)latin.po
index 2f96a06..450e362 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-03-30 23:47+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: serbian_latin <sr@latin@li.org>\n"
@@ -5370,6 +5370,16 @@ msgstr ""
msgid "Jump to database"
msgstr "Baza ne postoji"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replikacija"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/sv.po b/po/sv.po
index 6f1ed00..1245a63 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5413,6 +5413,17 @@ msgstr "Serverkonfiguration"
msgid "Jump to database"
msgstr "Inga databaser"
+#: server_databases.php:267
+#, fuzzy
+msgid "Not replicated"
+msgstr "Serverkonfiguration"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replikering"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/ta.po b/po/ta.po
index ffe3d02..decc195 100644
--- a/po/ta.po
+++ b/po/ta.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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-04-16 10:43+0200\n"
"Last-Translator: Sutharshan <sutharshan02(a)gmail.com>\n"
"Language-Team: Tamil <ta(a)li.org>\n"
@@ -4953,6 +4953,14 @@ msgstr ""
msgid "Jump to database"
msgstr ""
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+msgid "Replicated"
+msgstr ""
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/te.po b/po/te.po
index 0094b87..d8706b2 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-05-26 14:20+0200\n"
"Last-Translator: <veeven(a)gmail.com>\n"
"Language-Team: Telugu <te(a)li.org>\n"
@@ -5024,6 +5024,14 @@ msgstr ""
msgid "Jump to database"
msgstr ""
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+msgid "Replicated"
+msgstr ""
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/th.po b/po/th.po
index ed971c8..d60cbae 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5102,6 +5102,15 @@ msgstr ""
msgid "Jump to database"
msgstr "ไม่มีฐานข้อมูล"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+msgid "Replicated"
+msgstr "รีเลชัน"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/tr.po b/po/tr.po
index f24f3ab..ab28e64 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-04-03 11:44+0200\n"
"Last-Translator: <hitowerdigit(a)hotmail.com>\n"
"Language-Team: turkish <tr(a)li.org>\n"
@@ -5429,6 +5429,18 @@ msgstr "Slave kopya etme"
msgid "Jump to database"
msgstr "Veritabanına git"
+#: server_databases.php:267
+#, fuzzy
+#| msgid "Master replication"
+msgid "Not replicated"
+msgstr "Asılı kopya etme"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Kopya etme"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/tt.po b/po/tt.po
index 3c3eb03..5e93454 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-03-30 23:14+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: tatarish <tt(a)li.org>\n"
@@ -5218,6 +5218,15 @@ msgstr ""
msgid "Jump to database"
msgstr "Biremleklär yuq"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+msgid "Replicated"
+msgstr "Bäyläneşlär"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/uk.po b/po/uk.po
index d719a51..f969fb4 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5124,6 +5124,14 @@ msgstr ""
msgid "Jump to database"
msgstr "БД відсутні"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+msgid "Replicated"
+msgstr ""
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/ur.po b/po/ur.po
index caa810c..1cbf4d0 100644
--- a/po/ur.po
+++ b/po/ur.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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-05-14 12:35+0200\n"
"Last-Translator: <monymirza(a)gmail.com>\n"
"Language-Team: Urdu <ur(a)li.org>\n"
@@ -4939,6 +4939,16 @@ msgstr ""
msgid "Jump to database"
msgstr ""
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "لپیٹنا"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/uz.po b/po/uz.po
index 1ee6e7f..e9bcf51 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5467,6 +5467,18 @@ msgstr "Тобе сервер репликацияси"
msgid "Jump to database"
msgstr "Ушбу базага ўтиш"
+#: server_databases.php:267
+#, fuzzy
+#| msgid "Master replication"
+msgid "Not replicated"
+msgstr "Бош сервер репликацияси"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Репликация (захира нусха кўчириш)"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/uz(a)latin.po b/po/uz(a)latin.po
index fc971bc..c7b7d6d 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5503,6 +5503,18 @@ msgstr "Tobе sеrvеr rеplikatsiyasi"
msgid "Jump to database"
msgstr "Ushbu bazaga o‘tish"
+#: server_databases.php:267
+#, fuzzy
+#| msgid "Master replication"
+msgid "Not replicated"
+msgstr "Bosh sеrvеr rеplikatsiyasi"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "Replikatsiya (zaxira nusxa ko‘chirish)"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/zh_CN.po b/po/zh_CN.po
index b0dea5c..a120435 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+0200\n"
"PO-Revision-Date: 2010-06-04 14:09+0200\n"
"Last-Translator: shanyan baishui <Siramizu(a)gmail.com>\n"
"Language-Team: chinese_simplified <zh_CN(a)li.org>\n"
@@ -5079,6 +5079,18 @@ msgstr "从复制"
msgid "Jump to database"
msgstr "转到数据库"
+#: server_databases.php:267
+#, fuzzy
+#| msgid "Master replication"
+msgid "Not replicated"
+msgstr "主复制"
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "复制"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 5a28193..166188b 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-06-07 22:09+0200\n"
+"POT-Creation-Date: 2010-06-08 10:41+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"
@@ -5148,6 +5148,16 @@ msgstr ""
msgid "Jump to database"
msgstr "沒有資料庫"
+#: server_databases.php:267
+msgid "Not replicated"
+msgstr ""
+
+#: server_databases.php:273
+#, fuzzy
+#| msgid "Replication"
+msgid "Replicated"
+msgstr "複製"
+
#: server_databases.php:289
#, php-format
msgid "Check privileges for database "%s"."
hooks/post-receive
--
phpMyAdmin
1
0