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

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA1-1370-gbbca056
by Michal Čihař 31 Dec '10
by Michal Čihař 31 Dec '10
31 Dec '10
The branch, master has been updated
via bbca0565ce5be3d1bd247c8ba11d2fcafa66990b (commit)
from b308f064f25402141fd2c4702c3fc1c458f09b18 (commit)
- Log -----------------------------------------------------------------
commit bbca0565ce5be3d1bd247c8ba11d2fcafa66990b
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Dec 31 15:23:53 2010 +0100
Unify terminology for CSS/HTML colors.
-----------------------------------------------------------------------
Summary of changes:
Documentation.html | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/Documentation.html b/Documentation.html
index 2e45edc..32dc8a1 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -1787,18 +1787,18 @@ $cfg['TrustedProxies'] =
<dd>Navi frame width in pixels. See <tt>themes/themename/layout.inc.php</tt>.
</dd>
- <dt><span id="cfg_NaviBackground">$cfg['NaviBackground']</span> string [valid css code for background]<br />
- <span id="cfg_MainBackground">$cfg['MainBackground']</span> string [valid css code for background]
+ <dt><span id="cfg_NaviBackground">$cfg['NaviBackground']</span> string [CSS color for background]<br />
+ <span id="cfg_MainBackground">$cfg['MainBackground']</span> string [CSS color for background]
</dt>
<dd>The background styles used for both the frames.
See <tt>themes/themename/layout.inc.php</tt>.</dd>
- <dt id="cfg_NaviPointerBackground">$cfg['NaviPointerBackground'] string [valid css code for background]<br />
- <span id="cfg_NaviPointerColor">$cfg['NaviPointerColor']</span> string [valid css color]</dt>
+ <dt id="cfg_NaviPointerBackground">$cfg['NaviPointerBackground'] string [CSS color for background]<br />
+ <span id="cfg_NaviPointerColor">$cfg['NaviPointerColor']</span> string [CSS color]</dt>
<dd>The style used for the pointer in the navi frame.
See <tt>themes/themename/layout.inc.php</tt>.</dd>
- <dt id="cfg_NaviDatabaseNameColor">$cfg['NaviDatabaseNameColor'] string [valid css code]<br />
+ <dt id="cfg_NaviDatabaseNameColor">$cfg['NaviDatabaseNameColor'] string [CSS color]<br />
</dt>
<dd>The color used for the database name in the navi frame.
See <tt>themes/themename/layout.inc.php</tt>.</dd>
@@ -1811,23 +1811,23 @@ $cfg['TrustedProxies'] =
<dd>The size of a table's border. See <tt>themes/themename/layout.inc.php</tt>.
</dd>
- <dt id="cfg_ThBackground">$cfg['ThBackground'] string [valid css code for background]<br />
- <span id="cfg_ThColor">$cfg['ThColor']</span> string [valid css color]</dt>
+ <dt id="cfg_ThBackground">$cfg['ThBackground'] string [CSS color for background]<br />
+ <span id="cfg_ThColor">$cfg['ThColor']</span> string [CSS color]</dt>
<dd>The style used for table headers. See
<tt>themes/themename/layout.inc.php</tt>.</dd>
- <dt id="cfg_BgcolorOne">$cfg['BgOne'] string [HTML color]</dt>
+ <dt id="cfg_BgcolorOne">$cfg['BgOne'] string [CSS color]</dt>
<dd>The color (HTML) #1 for table rows. See <tt>themes/themename/layout.inc.php</tt>.
</dd>
- <dt id="cfg_BgcolorTwo">$cfg['BgTwo'] string [HTML color]</dt>
+ <dt id="cfg_BgcolorTwo">$cfg['BgTwo'] string [CSS color]</dt>
<dd>The color (HTML) #2 for table rows. See <tt>themes/themename/layout.inc.php</tt>.
</dd>
- <dt><span id="cfg_BrowsePointerBackground">$cfg['BrowsePointerBackground'] </span>string [HTML color]<br />
- <span id="cfg_BrowsePointerColor">$cfg['BrowsePointerColor'] </span>string [HTML color]<br />
- <span id="cfg_BrowseMarkerBackground">$cfg['BrowseMarkerBackground'] </span>string [HTML color]<br />
- <span id="cfg_BrowseMarkerColor">$cfg['BrowseMarkerColor'] </span>string [HTML color]
+ <dt><span id="cfg_BrowsePointerBackground">$cfg['BrowsePointerBackground'] </span>string [CSS color]<br />
+ <span id="cfg_BrowsePointerColor">$cfg['BrowsePointerColor'] </span>string [CSS color]<br />
+ <span id="cfg_BrowseMarkerBackground">$cfg['BrowseMarkerBackground'] </span>string [CSS color]<br />
+ <span id="cfg_BrowseMarkerColor">$cfg['BrowseMarkerColor'] </span>string [CSS color]
</dt>
<dd>The colors (HTML) uses for the pointer and the marker in browse mode.<br />
The former feature highlights the row over which your mouse is passing
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. a3c409341bdead052949146ce39f312856e2269d
by Michal Čihař 31 Dec '10
by Michal Čihař 31 Dec '10
31 Dec '10
The branch, master has been updated
via a3c409341bdead052949146ce39f312856e2269d (commit)
from 7ace1c12a983d31e1763a93d6a105eabbaebc8be (commit)
- Log -----------------------------------------------------------------
commit a3c409341bdead052949146ce39f312856e2269d
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Dec 31 15:00:17 2010 +0100
Last po/translated docs update.
-----------------------------------------------------------------------
Summary of changes:
orig-docs/README | 5 +-
output/cs/Documentation.html | 8 ++--
output/cs/README | 15 +++---
output/el/README | 9 ++--
output/el/index.html | 1 -
output/en_GB/README | 5 +-
output/en_GB/index.html | 1 -
output/es/README | 5 +-
output/es/index.html | 3 +-
output/fr/README | 5 +-
output/fr/index.html | 1 -
output/lt/index.html | 1 -
output/{en_GB => pt_BR}/README | 31 ++++++------
output/sl/README | 5 +-
output/sl/index.html | 3 +-
output/tr/README | 5 +-
output/tr/index.html | 1 -
output/zh_CN/README | 9 ++--
output/zh_CN/index.html | 1 -
po/ca.po | 71 +++++++++++++--------------
po/cs.po | 104 ++++++++++++++++++++-------------------
po/de.po | 71 +++++++++++++--------------
po/el.po | 78 +++++++++++++++---------------
po/en_GB.po | 78 +++++++++++++++---------------
po/es.po | 71 +++++++++++++--------------
po/fi.po | 71 +++++++++++++--------------
po/fr.po | 78 +++++++++++++++---------------
po/gl.po | 71 +++++++++++++--------------
po/hu.po | 71 +++++++++++++--------------
po/hy.po | 69 +++++++++++++--------------
po/it.po | 71 +++++++++++++--------------
po/ja.po | 69 +++++++++++++--------------
po/ka.po | 71 +++++++++++++--------------
po/lt.po | 71 +++++++++++++--------------
po/mn.po | 69 +++++++++++++--------------
po/nb.po | 71 +++++++++++++--------------
po/nl.po | 71 +++++++++++++--------------
po/pl.po | 71 +++++++++++++--------------
po/pt_BR.po | 77 +++++++++++++++---------------
po/ro.po | 71 +++++++++++++--------------
po/sk.po | 71 +++++++++++++--------------
po/sl.po | 71 +++++++++++++--------------
po/sv.po | 71 +++++++++++++--------------
po/tr.po | 74 ++++++++++++++---------------
po/zh_CN.po | 78 +++++++++++++++---------------
po/zh_TW.po | 71 +++++++++++++--------------
pot/ca-full.pot | 71 +++++++++++++--------------
pot/ca-txt.pot | 65 ++++++++++++-------------
pot/cs-full.pot | 71 +++++++++++++--------------
pot/cs-txt.pot | 65 ++++++++++++-------------
pot/de-full.pot | 71 +++++++++++++--------------
pot/de-txt.pot | 65 ++++++++++++-------------
pot/el-full.pot | 71 +++++++++++++--------------
pot/el-txt.pot | 65 ++++++++++++-------------
pot/en_GB-full.pot | 71 +++++++++++++--------------
pot/en_GB-txt.pot | 65 ++++++++++++-------------
pot/es-full.pot | 71 +++++++++++++--------------
pot/es-txt.pot | 65 ++++++++++++-------------
pot/fi-full.pot | 71 +++++++++++++--------------
pot/fi-txt.pot | 65 ++++++++++++-------------
pot/fr-full.pot | 71 +++++++++++++--------------
pot/fr-txt.pot | 65 ++++++++++++-------------
pot/gl-full.pot | 71 +++++++++++++--------------
pot/gl-txt.pot | 65 ++++++++++++-------------
pot/hu-full.pot | 71 +++++++++++++--------------
pot/hu-txt.pot | 65 ++++++++++++-------------
pot/hy-full.pot | 71 +++++++++++++--------------
pot/hy-txt.pot | 65 ++++++++++++-------------
pot/it-full.pot | 71 +++++++++++++--------------
pot/it-txt.pot | 65 ++++++++++++-------------
pot/ja-full.pot | 71 +++++++++++++--------------
pot/ja-txt.pot | 65 ++++++++++++-------------
pot/ka-full.pot | 71 +++++++++++++--------------
pot/ka-txt.pot | 65 ++++++++++++-------------
pot/lt-full.pot | 71 +++++++++++++--------------
pot/lt-txt.pot | 65 ++++++++++++-------------
pot/mn-full.pot | 71 +++++++++++++--------------
pot/mn-txt.pot | 65 ++++++++++++-------------
pot/nb-full.pot | 71 +++++++++++++--------------
pot/nb-txt.pot | 65 ++++++++++++-------------
pot/nl-full.pot | 71 +++++++++++++--------------
pot/nl-txt.pot | 65 ++++++++++++-------------
pot/pl-full.pot | 71 +++++++++++++--------------
pot/pl-txt.pot | 65 ++++++++++++-------------
pot/pt_BR-full.pot | 71 +++++++++++++--------------
pot/pt_BR-txt.pot | 65 ++++++++++++-------------
pot/ro-full.pot | 71 +++++++++++++--------------
pot/ro-txt.pot | 65 ++++++++++++-------------
pot/sk-full.pot | 71 +++++++++++++--------------
pot/sk-txt.pot | 65 ++++++++++++-------------
pot/sl-full.pot | 71 +++++++++++++--------------
pot/sl-txt.pot | 65 ++++++++++++-------------
pot/sv-full.pot | 71 +++++++++++++--------------
pot/sv-txt.pot | 65 ++++++++++++-------------
pot/tr-full.pot | 71 +++++++++++++--------------
pot/tr-txt.pot | 65 ++++++++++++-------------
pot/zh_CN-full.pot | 71 +++++++++++++--------------
pot/zh_CN-txt.pot | 65 ++++++++++++-------------
pot/zh_TW-full.pot | 71 +++++++++++++--------------
pot/zh_TW-txt.pot | 65 ++++++++++++-------------
100 files changed, 2795 insertions(+), 2972 deletions(-)
copy output/{en_GB => pt_BR}/README (71%)
diff --git a/orig-docs/README b/orig-docs/README
index 967de5d..ed6de3d 100644
--- a/orig-docs/README
+++ b/orig-docs/README
@@ -1,10 +1,9 @@
phpMyAdmin - Readme
===================
-A set of PHP-scripts to manage MySQL over the web.
-
Version @@VER@@
--------------------
+
+A set of PHP-scripts to manage MySQL over the web.
http://www.phpmyadmin.net/
diff --git a/output/cs/Documentation.html b/output/cs/Documentation.html
index 6dbe1fa..3ae8411 100644
--- a/output/cs/Documentation.html
+++ b/output/cs/Documentation.html
@@ -1525,7 +1525,7 @@ this is <tt>main.php</tt>.</dd>
new one (<tt>new</tt>). Note: use <tt>new</tt> if you are linking to
<tt>phpmyadmin.net</tt>.</dd>
- <dt id="cfg_LeftDisplayTableFilterMinimum">$cfg['LeftDisplayTableFilterMinimum'] integer</dt>
+ <dt id="cfg_LeftDisplayTableFilterMinimum">$cfg['LeftDisplayTableFilterMinimum'] číslo</dt>
<dd>Defines the minimum number of tables to display a JavaScript filter box
above the list of tables in the left frame. Defaults to <tt>30</tt>. To
disable the filter completely some high number can he used (e.g. 9999)</dd>
@@ -4709,13 +4709,13 @@ Foundation.
</p>
<p>
-Tento program je rozšiřován v naději, že bude užitečný, avšak BEZJAKÉKOLI
-ZÁRUKY; neposkytují se ani odvozené záruky PRODEJNOSTI aneboVHODNOSTI PRO
+Tento program je rozšiřován v naději, že bude užitečný, avšak BEZ JAKÉKOLI
+ZÁRUKY; neposkytují se ani odvozené záruky PRODEJNOSTI anebo VHODNOSTI PRO
URČITÝ ÚČEL. Další podrobnosti hledejte ve GNU General Public License.
</p>
<p>
-Kopii GNU General Public License jste měl obdržet spolu s tímtoprogramem;
+Kopii GNU General Public License jste měli obdržet spolu s tímto programem;
pokud se tak nestalo, napište o ni Free Software Foundation, Inc., 51
Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
</p>
diff --git a/output/cs/README b/output/cs/README
index 5c7db7e..01cd25e 100644
--- a/output/cs/README
+++ b/output/cs/README
@@ -1,10 +1,9 @@
-phpMyAdmin - Readme
-===================
-
-Sada PHP skriptů pro správu MySQL přes web.
+phpMyAdmina - čtěte mě
+=========================
Verze 3.4.0-beta1
--------------------
+
+Sada PHP skriptů pro správu MySQL přes web.
http://www.phpmyadmin.net/
@@ -32,11 +31,11 @@ Tento program je svobodný software; můžete jej šířit a modifikovat podle
ustanovení GNU General Public License verze 2, vydávané Free Software
Foundation.
-Tento program je rozšiřován v naději, že bude užitečný, avšak BEZJAKÉKOLI
-ZÁRUKY; neposkytují se ani odvozené záruky PRODEJNOSTI aneboVHODNOSTI PRO
+Tento program je rozšiřován v naději, že bude užitečný, avšak BEZ JAKÉKOLI
+ZÁRUKY; neposkytují se ani odvozené záruky PRODEJNOSTI anebo VHODNOSTI PRO
URČITÝ ÚČEL. Další podrobnosti hledejte ve GNU General Public License.
-Kopii GNU General Public License jste měl obdržet spolu s tímtoprogramem;
+Kopii GNU General Public License jste měli obdržet spolu s tímto programem;
pokud se tak nestalo, napište o ni Free Software Foundation, Inc., 51
Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
diff --git a/output/el/README b/output/el/README
index a07f620..319d858 100644
--- a/output/el/README
+++ b/output/el/README
@@ -1,15 +1,14 @@
phpMyAdmin - Readme
===================
-Ένα σύνολο από κώδικες PHP για διαχείριση του MySQL μέσω διαδικτύου.
-
Version 3.4.0-beta1
--------------------
+
+Ένα σύνολο από κώδικες PHP για διαχείριση του MySQL μέσω διαδικτύου.
http://www.phpmyadmin.net/
-Copyright
----------
+Πνευματικά Δικαιώματα
+-----------------------------------------
Copyright (C) 1998-2000
Tobias Ratschiller <tobias_at_ratschiller.com>
diff --git a/output/el/index.html b/output/el/index.html
index 6262d6e..cbc1856 100644
--- a/output/el/index.html
+++ b/output/el/index.html
@@ -11,7 +11,6 @@
<p>Έγγραφα μεταφρασμένα στα ελληνικά:</p>
<ul>
<li><a href="Documentation.html">Βασική τεκμηρίωση</a></li>
-<li><a href="INSTALL">ΕΓΚΑΤΑΣΤΑΣΗ</a></li>
<li><a href="README">ΔΙΑΒΑΣΕ ΜΕ</a></li>
<li><a href="TODO">ΓΙΑ ΝΑ ΓΙΝΟΥΝ</a></li>
<li><a href="translators.html">Μεταφραστές</a></li>
diff --git a/output/en_GB/README b/output/en_GB/README
index e3575fe..5901d75 100644
--- a/output/en_GB/README
+++ b/output/en_GB/README
@@ -1,10 +1,9 @@
phpMyAdmin - Readme
===================
-A set of PHP-scripts to manage MySQL over the web.
-
Version 3.4.0-beta1
--------------------
+
+A set of PHP-scripts to manage MySQL over the web.
http://www.phpmyadmin.net/
diff --git a/output/en_GB/index.html b/output/en_GB/index.html
index 8b2a40a..95163f2 100644
--- a/output/en_GB/index.html
+++ b/output/en_GB/index.html
@@ -11,7 +11,6 @@
<p>Documents translated to English (United Kingdom):</p>
<ul>
<li><a href="Documentation.html">Main documentation</a></li>
-<li><a href="INSTALL">INSTALL</a></li>
<li><a href="README">README</a></li>
<li><a href="TODO">TODO</a></li>
<li><a href="translators.html">Translators</a></li>
diff --git a/output/es/README b/output/es/README
index 10b9600..5d18416 100644
--- a/output/es/README
+++ b/output/es/README
@@ -1,10 +1,9 @@
phpMyAdmin - Readme
===================
-A set of PHP-scripts to manage MySQL over the web.
-
Version 3.4.0-beta1
--------------------
+
+A set of PHP-scripts to manage MySQL over the web.
http://www.phpmyadmin.net/
diff --git a/output/es/index.html b/output/es/index.html
index 9dcf593..7218564 100644
--- a/output/es/index.html
+++ b/output/es/index.html
@@ -10,8 +10,7 @@
<h1>Documentación en español de phpMyAdmin</h1>
<p>Documentos traducidos al español</p>
<ul>
-<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="TODO">TODO</a></li>
+<li><a href="README">README</a></li>
<li><a href="translators.html">Traductores</a></li>
</ul>
</body>
diff --git a/output/fr/README b/output/fr/README
index c700022..44fec46 100644
--- a/output/fr/README
+++ b/output/fr/README
@@ -1,10 +1,9 @@
phpMyAdmin - Readme
===================
- Un ensemble de scripts PHP pour administrer MySQL par Internet.
-
Version 3.4.0-beta1
--------------------
+
+ Un ensemble de scripts PHP pour administrer MySQL par Internet.
http://www.phpmyadmin.net/
diff --git a/output/fr/index.html b/output/fr/index.html
index 2532717..3a382bb 100644
--- a/output/fr/index.html
+++ b/output/fr/index.html
@@ -11,7 +11,6 @@
<p>Documents traduits en français :</p>
<ul>
<li><a href="Documentation.html">Documentation principale</a></li>
-<li><a href="INSTALL">INSTALL</a></li>
<li><a href="README">LISEZMOI</a></li>
<li><a href="TODO">TODO</a></li>
<li><a href="translators.html">Traducteurs</a></li>
diff --git a/output/lt/index.html b/output/lt/index.html
index b8ff729..0a8e574 100644
--- a/output/lt/index.html
+++ b/output/lt/index.html
@@ -10,7 +10,6 @@
<h1>phpMyAdmin Lithuanian Documentation</h1>
<p>Documents translated to Lithuanian:</p>
<ul>
-<li><a href="INSTALL">INSTALL</a></li>
<li><a href="translators.html">Vertėjai</a></li>
</ul>
</body>
diff --git a/output/en_GB/README b/output/pt_BR/README
similarity index 71%
copy from output/en_GB/README
copy to output/pt_BR/README
index e3575fe..5ae1ade 100644
--- a/output/en_GB/README
+++ b/output/pt_BR/README
@@ -1,15 +1,14 @@
phpMyAdmin - Readme
===================
-A set of PHP-scripts to manage MySQL over the web.
-
Version 3.4.0-beta1
--------------------
+
+A set of PHP-scripts to manage MySQL over the web.
http://www.phpmyadmin.net/
-Copyright
----------
+Direitos autorais
+-----------------
Copyright (C) 1998-2000
Tobias Ratschiller <tobias_at_ratschiller.com>
@@ -28,21 +27,21 @@ Copyright (C) 2001-2010
License
-------
-This program is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License version 2, as published by
-the Free Software Foundation.
+Este programa é um software livre; você pode redistribuí-lo e/ou modificá-lo
+sob os termos da GNU General Public License versão 2, conforme publicada
+pela Free Software Foundation.
-This program is distributed in the hope that it will be useful, but WITHOUT
-ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
-more details.
+Este programa é distribuído na esperança de ser útil, mas SEM QUALQUER
+GARANTIA; sem mesmo a garantia implícita de COMERCIABILIDADE ou ADEQUAÇÃO A
+UM PROPÓSITO PARTICULAR. Veja a GNU General Public License para mais
+detalhes.
-You should have received a copy of the GNU General Public License along with
-this program; if not, write to the Free Software Foundation, Inc., 51
+Você deve ter recebido uma cópia da GNU General Public License junto com
+este programa; se não, escreva para a Free Software Foundation, Inc., 51
Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-Requirements
-------------
+Requisitos
+----------
* PHP 5.2 or later
* MySQL 5.0 or later
diff --git a/output/sl/README b/output/sl/README
index 3bb2254..9cb57bc 100644
--- a/output/sl/README
+++ b/output/sl/README
@@ -1,10 +1,9 @@
phpMyAdmin - Readme
===================
-A set of PHP-scripts to manage MySQL over the web.
-
Version 3.4.0-beta1
--------------------
+
+A set of PHP-scripts to manage MySQL over the web.
http://www.phpmyadmin.net/
diff --git a/output/sl/index.html b/output/sl/index.html
index d1770fc..bdc373a 100644
--- a/output/sl/index.html
+++ b/output/sl/index.html
@@ -10,8 +10,7 @@
<h1>phpMyAdmin Slovenian Documentation</h1>
<p>Documents translated to Slovenian:</p>
<ul>
-<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="TODO">TODO</a></li>
+<li><a href="README">README</a></li>
<li><a href="translators.html">Prevajalci</a></li>
</ul>
</body>
diff --git a/output/tr/README b/output/tr/README
index 01c06fb..4ead2a8 100644
--- a/output/tr/README
+++ b/output/tr/README
@@ -1,10 +1,9 @@
phpMyAdmin - Readme
===================
-Web üzerinde MySQL'i yönetmek için bir dizi PHP betiği.
-
Version 3.4.0-beta1
--------------------
+
+Web üzerinde MySQL'i yönetmek için bir dizi PHP betiği.
http://www.phpmyadmin.net/
diff --git a/output/tr/index.html b/output/tr/index.html
index 3d65be9..1cd5412 100644
--- a/output/tr/index.html
+++ b/output/tr/index.html
@@ -10,7 +10,6 @@
<h1>phpMyAdmin Türkçe Belgeler</h1>
<p>Türkçeye Çevirilmiş Belgeler:</p>
<ul>
-<li><a href="INSTALL">KUR</a></li>
<li><a href="README">BENİOKU</a></li>
<li><a href="TODO">YAPILACAKLAR</a></li>
<li><a href="translators.html">Çevirmenler</a></li>
diff --git a/output/zh_CN/README b/output/zh_CN/README
index 9c78113..9b48eb7 100644
--- a/output/zh_CN/README
+++ b/output/zh_CN/README
@@ -1,15 +1,14 @@
phpMyAdmin - Readme
===================
-使用 PHP 编写,通过 web 管理 MySQL 的工具。
-
Version 3.4.0-beta1
--------------------
+
+使用 PHP 编写,通过 web 管理 MySQL 的工具。
http://www.phpmyadmin.net/
-Copyright
----------
+版权
+------
Copyright (C) 1998-2000
Tobias Ratschiller <tobias_at_ratschiller.com>
diff --git a/output/zh_CN/index.html b/output/zh_CN/index.html
index 78a4b46..eb7b629 100644
--- a/output/zh_CN/index.html
+++ b/output/zh_CN/index.html
@@ -11,7 +11,6 @@
<p>已翻译为简体中文的文件:</p>
<ul>
<li><a href="Documentation.html">主文档</a></li>
-<li><a href="INSTALL">安装</a></li>
<li><a href="README">读我</a></li>
<li><a href="TODO">计划</a></li>
<li><a href="translators.html">翻译</a></li>
diff --git a/po/ca.po b/po/ca.po
index 751ee2b..f166317 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -144,7 +144,7 @@ msgstr "Llicència: <a href=\"license.php\">LLICÈNCIA</a>"
#. type: Content of: <html><body><div><h2>
#. #-#-#-#-# ca-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#
#. type: Title -
-#: orig-docs/Documentation.html:58 orig-docs/README:45
+#: orig-docs/Documentation.html:58 orig-docs/README:44
#, no-wrap
msgid "Requirements"
msgstr "Requisits"
@@ -9589,8 +9589,12 @@ msgid ""
"and women who gave their lives for the people of Earth."
msgstr ""
+#. #-#-#-#-# ca-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#
#. type: Content of: <html><body><div><h2>
-#: orig-docs/Documentation.html:4549
+#. #-#-#-#-# ca-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#
+#. type: Title -
+#: orig-docs/Documentation.html:4549 orig-docs/README:11
+#, no-wrap
msgid "Copyright"
msgstr ""
@@ -9614,7 +9618,7 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#. #-#-#-#-# ca-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#
#. type: Plain text
-#: orig-docs/Documentation.html:4565 orig-docs/README:34
+#: orig-docs/Documentation.html:4565 orig-docs/README:33
msgid ""
"This program is free software; you can redistribute it and/or modify it "
"under the terms of the GNU General Public License version 2, as published by "
@@ -9625,7 +9629,7 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#. #-#-#-#-# ca-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#
#. type: Plain text
-#: orig-docs/Documentation.html:4571 orig-docs/README:39
+#: orig-docs/Documentation.html:4571 orig-docs/README:38
msgid ""
"This program is distributed in the hope that it will be useful, but WITHOUT "
"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
@@ -9637,7 +9641,7 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#. #-#-#-#-# ca-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#
#. type: Plain text
-#: orig-docs/Documentation.html:4578 orig-docs/README:43
+#: orig-docs/Documentation.html:4578 orig-docs/README:42
msgid ""
"You should have received a copy of the GNU General Public License along with "
"this program; if not, write to the Free Software Foundation, Inc., 51 "
@@ -11624,29 +11628,22 @@ msgstr "pàgina principal de phpMyAdmin"
#. type: Plain text
#: orig-docs/README:5
-msgid "A set of PHP-scripts to manage MySQL over the web."
-msgstr ""
-
-#. type: Plain text
-#: orig-docs/README:7
#, fuzzy
msgid "Version @@VER@@"
msgstr "Versió"
-#. type: delimited block -
-#: orig-docs/README:10
-#, no-wrap
-msgid "http://www.phpmyadmin.net/\n"
+#. type: Plain text
+#: orig-docs/README:7
+msgid "A set of PHP-scripts to manage MySQL over the web."
msgstr ""
-#. type: delimited block -
-#: orig-docs/README:12
-#, no-wrap
-msgid "Copyright\n"
+#. type: Plain text
+#: orig-docs/README:9
+msgid "http://www.phpmyadmin.net/"
msgstr ""
#. type: Plain text
-#: orig-docs/README:16
+#: orig-docs/README:15
#, no-wrap
msgid ""
"Copyright (C) 1998-2000\n"
@@ -11654,7 +11651,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: orig-docs/README:27
+#: orig-docs/README:26
#, no-wrap
msgid ""
"Copyright (C) 2001-2010\n"
@@ -11670,100 +11667,100 @@ msgid ""
msgstr ""
#. type: Title -
-#: orig-docs/README:29
+#: orig-docs/README:28
#, no-wrap
msgid "License"
msgstr ""
#. type: Plain text
-#: orig-docs/README:48
+#: orig-docs/README:47
#, fuzzy
msgid "PHP 5.2 or later"
msgstr "Compatible amb MySQL 4.0"
#. type: Plain text
-#: orig-docs/README:49
+#: orig-docs/README:48
#, fuzzy
msgid "MySQL 5.0 or later"
msgstr "Compatible amb MySQL 4.0"
#. type: Plain text
-#: orig-docs/README:50
+#: orig-docs/README:49
msgid "a web-browser (doh!)"
msgstr ""
#. type: Title -
-#: orig-docs/README:52
+#: orig-docs/README:51
#, no-wrap
msgid "Summary"
msgstr ""
#. type: Plain text
-#: orig-docs/README:56
+#: orig-docs/README:55
msgid ""
"phpMyAdmin is intended to handle the administration of MySQL over the web. "
"For a summary of features, please see the Documentation.txt/.html file."
msgstr ""
#. type: Title -
-#: orig-docs/README:58
+#: orig-docs/README:57
#, no-wrap
msgid "Download"
msgstr "Descarrega"
#. type: Plain text
-#: orig-docs/README:61
+#: orig-docs/README:60
msgid "You can get the newest version at http://www.phpmyadmin.net/."
msgstr ""
#. type: Title -
-#: orig-docs/README:63
+#: orig-docs/README:62
#, fuzzy, no-wrap
msgid "More Information"
msgstr "Informació"
#. type: Plain text
-#: orig-docs/README:66
+#: orig-docs/README:65
msgid "Please see the Documentation.txt/.html file."
msgstr ""
#. type: Title -
-#: orig-docs/README:68
+#: orig-docs/README:67
#, fuzzy, no-wrap
msgid "Support"
msgstr "Exporta"
#. type: Plain text
-#: orig-docs/README:71
+#: orig-docs/README:70
msgid "See reference about support forums under http://www.phpmyadmin.net/"
msgstr ""
#. type: Title -
-#: orig-docs/README:74
+#: orig-docs/README:73
#, no-wrap
msgid "Enjoy!"
msgstr ""
#. type: Plain text
-#: orig-docs/README:77
+#: orig-docs/README:76
#, fuzzy
msgid "The phpMyAdmin Devel team"
msgstr "pàgina principal de phpMyAdmin"
#. type: Plain text
-#: orig-docs/README:80
+#: orig-docs/README:79
msgid "PS:"
msgstr ""
#. type: Plain text
-#: orig-docs/README:83
+#: orig-docs/README:82
msgid ""
"Please, don't send us emails with question like \"How do I compile PHP with "
"MySQL-support\". We just don't have the time to be your free help desk."
msgstr ""
#. type: Plain text
-#: orig-docs/README:86
+#: orig-docs/README:85
msgid ""
"Please send your questions to the appropriate mailing lists / forums. "
"Before contacting us, please read the Documentation.html (esp. the FAQ part)."
diff --git a/po/cs.po b/po/cs.po
index 4d03554..58b569f 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: po 4a\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-12-31 13:56+0100\n"
-"PO-Revision-Date: 2010-12-31 14:48+0100\n"
+"PO-Revision-Date: 2010-12-31 14:56+0100\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: Czech <cs(a)li.org>\n"
"Language: cs\n"
@@ -143,7 +143,7 @@ msgstr "Licence: <a href=\"license.php\">LICENSE</a>"
#. type: Content of: <html><body><div><h2>
#. #-#-#-#-# cs-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#
#. type: Title -
-#: orig-docs/Documentation.html:58 orig-docs/README:45
+#: orig-docs/Documentation.html:58 orig-docs/README:44
#, no-wrap
msgid "Requirements"
msgstr "Požadavky"
@@ -3120,9 +3120,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1418
-#, fuzzy
msgid "$cfg['Error_Handler']['display'] boolean"
-msgstr "$cfg['ErrorIconic'] boolean"
+msgstr "$cfg['Error_Handler']['display'] boolean"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1419
@@ -3131,9 +3130,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1421
-#, fuzzy
msgid "$cfg['Error_Handler']['gather'] boolean"
-msgstr "$cfg['SQLQuery']['Validate'] boolean"
+msgstr "$cfg['Error_Handler']['gather'] boolean"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1422
@@ -3292,9 +3290,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: orig-docs/Documentation.html:1489
-#, fuzzy
msgid "$cfg['LeftDisplayTableFilterMinimum'] integer"
-msgstr "$cfg['LeftDisplayServers'] boolean"
+msgstr "$cfg['LeftDisplayTableFilterMinimum'] číslo"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:1491
@@ -4617,6 +4614,8 @@ msgid ""
"chown www-data:www-data tmp\n"
"chmod 700 tmp\n"
msgstr ""
+"chown www-data:www-data tmp\n"
+"chmod 700 tmp\n"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:2024
@@ -4633,6 +4632,9 @@ msgid ""
"setfacl -m \"g:www-data:rwx\" tmp\n"
"setfacl -d -m \"g:www-data:rwx\" tmp\n"
msgstr ""
+"chmod 700 tmp\n"
+"setfacl -m \"g:www-data:rwx\" tmp\n"
+"setfacl -d -m \"g:www-data:rwx\" tmp\n"
#. type: Content of: <html><body><div><dl><dd>
#: orig-docs/Documentation.html:2033
@@ -9825,8 +9827,12 @@ msgid ""
"and women who gave their lives for the people of Earth."
msgstr ""
+#. #-#-#-#-# cs-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#
#. type: Content of: <html><body><div><h2>
-#: orig-docs/Documentation.html:4549
+#. #-#-#-#-# cs-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#
+#. type: Title -
+#: orig-docs/Documentation.html:4549 orig-docs/README:11
+#, no-wrap
msgid "Copyright"
msgstr "Copyright"
@@ -9860,7 +9866,7 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#. #-#-#-#-# cs-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#
#. type: Plain text
-#: orig-docs/Documentation.html:4565 orig-docs/README:34
+#: orig-docs/Documentation.html:4565 orig-docs/README:33
msgid ""
"This program is free software; you can redistribute it and/or modify it "
"under the terms of the GNU General Public License version 2, as published by "
@@ -9874,28 +9880,28 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#. #-#-#-#-# cs-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#
#. type: Plain text
-#: orig-docs/Documentation.html:4571 orig-docs/README:39
+#: orig-docs/Documentation.html:4571 orig-docs/README:38
msgid ""
"This program is distributed in the hope that it will be useful, but WITHOUT "
"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
"more details."
msgstr ""
-"Tento program je rozšiřován v naději, že bude užitečný, avšak BEZJAKÉKOLI "
-"ZÁRUKY; neposkytují se ani odvozené záruky PRODEJNOSTI aneboVHODNOSTI PRO "
+"Tento program je rozšiřován v naději, že bude užitečný, avšak BEZ JAKÉKOLI "
+"ZÁRUKY; neposkytují se ani odvozené záruky PRODEJNOSTI anebo VHODNOSTI PRO "
"URČITÝ ÚČEL. Další podrobnosti hledejte ve GNU General Public License."
#. #-#-#-#-# cs-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#
#. type: Content of: <html><body><div><p>
#. #-#-#-#-# cs-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#
#. type: Plain text
-#: orig-docs/Documentation.html:4578 orig-docs/README:43
+#: orig-docs/Documentation.html:4578 orig-docs/README:42
msgid ""
"You should have received a copy of the GNU General Public License along with "
"this program; if not, write to the Free Software Foundation, Inc., 51 "
"Franklin St, Fifth Floor, Boston, MA 02110-1301 USA"
msgstr ""
-"Kopii GNU General Public License jste měl obdržet spolu s tímtoprogramem; "
+"Kopii GNU General Public License jste měli obdržet spolu s tímto programem; "
"pokud se tak nestalo, napište o ni Free Software Foundation, Inc., 51 "
"Franklin St, Fifth Floor, Boston, MA 02110-1301 USA"
@@ -11921,34 +11927,27 @@ msgstr "-- swix/20010704"
#. type: Title =
#: orig-docs/README:2
-#, fuzzy, no-wrap
+#, no-wrap
msgid "phpMyAdmin - Readme"
-msgstr "phpMyAdmina - čtěte mě\n"
+msgstr "phpMyAdmina - čtěte mě"
#. type: Plain text
#: orig-docs/README:5
-msgid "A set of PHP-scripts to manage MySQL over the web."
-msgstr "Sada PHP skriptů pro správu MySQL přes web."
-
-#. type: Plain text
-#: orig-docs/README:7
msgid "Version @@VER@@"
msgstr "Verze @@VER@@"
-#. type: delimited block -
-#: orig-docs/README:10
-#, no-wrap
-msgid "http://www.phpmyadmin.net/\n"
-msgstr "http://www.phpmyadmin.net/\n"
+#. type: Plain text
+#: orig-docs/README:7
+msgid "A set of PHP-scripts to manage MySQL over the web."
+msgstr "Sada PHP skriptů pro správu MySQL přes web."
-#. type: delimited block -
-#: orig-docs/README:12
-#, no-wrap
-msgid "Copyright\n"
-msgstr "Copyright\n"
+#. type: Plain text
+#: orig-docs/README:9
+msgid "http://www.phpmyadmin.net/"
+msgstr "http://www.phpmyadmin.net/"
#. type: Plain text
-#: orig-docs/README:16
+#: orig-docs/README:15
#, no-wrap
msgid ""
"Copyright (C) 1998-2000\n"
@@ -11958,7 +11957,7 @@ msgstr ""
" Tobias Ratschiller <tobias_at_ratschiller.com>\n"
#. type: Plain text
-#: orig-docs/README:27
+#: orig-docs/README:26
#, no-wrap
msgid ""
"Copyright (C) 2001-2010\n"
@@ -11984,34 +11983,34 @@ msgstr ""
" [více naleznete v souboru Documentation.txt/.html]\n"
#. type: Title -
-#: orig-docs/README:29
+#: orig-docs/README:28
#, no-wrap
msgid "License"
msgstr "Licence"
#. type: Plain text
-#: orig-docs/README:48
+#: orig-docs/README:47
msgid "PHP 5.2 or later"
msgstr "PHP 5.2 nebo novější"
#. type: Plain text
-#: orig-docs/README:49
+#: orig-docs/README:48
msgid "MySQL 5.0 or later"
msgstr "MySQL 5.0 nebo novější"
#. type: Plain text
-#: orig-docs/README:50
+#: orig-docs/README:49
msgid "a web-browser (doh!)"
msgstr "prohlížeč webu (překvapivě!)"
#. type: Title -
-#: orig-docs/README:52
+#: orig-docs/README:51
#, no-wrap
msgid "Summary"
msgstr "Souhrn"
#. type: Plain text
-#: orig-docs/README:56
+#: orig-docs/README:55
msgid ""
"phpMyAdmin is intended to handle the administration of MySQL over the web. "
"For a summary of features, please see the Documentation.txt/.html file."
@@ -12020,68 +12019,71 @@ msgstr ""
"vlastností naleznete v souboru Documentation.txt/.html."
#. type: Title -
-#: orig-docs/README:58
+#: orig-docs/README:57
#, no-wrap
msgid "Download"
msgstr "Stáhnout"
#. type: Plain text
-#: orig-docs/README:61
+#: orig-docs/README:60
msgid "You can get the newest version at http://www.phpmyadmin.net/."
msgstr "Nejnovější verze naleznete na http://www.phpmyadmin.net/."
#. type: Title -
-#: orig-docs/README:63
+#: orig-docs/README:62
#, no-wrap
msgid "More Information"
msgstr "Více informací"
#. type: Plain text
-#: orig-docs/README:66
+#: orig-docs/README:65
msgid "Please see the Documentation.txt/.html file."
msgstr "Viz soubor Documentation.txt/.html."
#. type: Title -
-#: orig-docs/README:68
+#: orig-docs/README:67
#, no-wrap
msgid "Support"
msgstr "Podpora"
#. type: Plain text
-#: orig-docs/README:71
+#: orig-docs/README:70
msgid "See reference about support forums under http://www.phpmyadmin.net/"
msgstr "Informace o podpoře naleznete na http://www.phpmyadmin.net/"
#. type: Title -
-#: orig-docs/README:74
+#: orig-docs/README:73
#, no-wrap
msgid "Enjoy!"
msgstr "Užijte si to!"
#. type: Plain text
-#: orig-docs/README:77
+#: orig-docs/README:76
msgid "The phpMyAdmin Devel team"
msgstr "Tým v� Admin Devel team"