Git
Threads by month
- ----- 2026 -----
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- 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
- 3 participants
- 39098 discussions
[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_2RC1-8-g5113ef1
by Michal Čihař 07 Apr '10
by Michal Čihař 07 Apr '10
07 Apr '10
The branch, QA_3_3 has been updated
via 5113ef198fad589f7952b9982062ce2aba1847d4 (commit)
via ee26cd1a4001d63c34881ffe2abfff89cebcefac (commit)
from c454825bca7e291019a89a258d9873cd37f93771 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
Documentation.html | 28 +++++++++++++++++++++++-----
1 files changed, 23 insertions(+), 5 deletions(-)
diff --git a/Documentation.html b/Documentation.html
index a33e865..6331684 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -3055,11 +3055,29 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
<p> Yes but the default configuration values of Suhosin are known to cause
problems with some operations, for example editing a table with many
- columns and no primary key. Tuning information is available at
- <a href="http://www.hardened-php.net/hphp/troubleshooting.html">
- http://www.hardened-php.net/hphp/troubleshooting.html</a>,
- although the parameter names have changed (<tt>suhosin</tt> instead
- of <tt>hphp</tt>). See also the <a href="#cfg_SuhosinDisableWarning">
+ columns and no primary key or with textual primary key.
+</p>
+<p>
+ Suhosin configuration might lead to malfunction in some cases and it can
+ not be fully obeyed as phpMyAdmin is kind of application which needs to
+ transfer big amounts of fields in single HTTP request, what is something
+ what Suhosin tries to prevent. If you have problems, please adjust at
+ least following parameters:
+</p>
+
+<ul>
+ <li><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.request.max_…">suhosin.request.max_vars</a> should be increased (eg. 2048)</li>
+ <li><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.post.max_vars">suhosin.post.max_vars</a> should be increased (eg. 2048)</li>
+ <li><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.request.max_…">suhosin.request.max_array_index_length</a> should be increased (eg. 256)</li>
+ <li><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.post.max_arr…">suhosin.post.max_array_index_length</a> should be increased (eg. 256)</li>
+ <li><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.request.max_…">suhosin.request.max_totalname_length</a> should be increased (eg. 8192)</li>
+ <li><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.post.max_tot…">suhosin.post.max_totalname_length</a> should be increased (eg. 8192)</li>
+ <li><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.sql.bailout_…">suhosin.sql.bailout_on_error</a> needs to be disabled (the default)</li>
+ <li><a href="http://www.hardened-php.net/suhosin/configuration.html#logging_configuration">suhosin.log.*</a> should not include SQL, otherwise you get big slowdown</li>
+</ul>
+
+ <p>
+ You can also disable the warning using the <a href="#cfg_SuhosinDisableWarning">
<tt>SuhosinDisableWarning</tt> directive</a>.
</p>
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, MAINT_3_3_2, updated. RELEASE_3_3_2RC1-1-gee26cd1
by Michal Čihař 07 Apr '10
by Michal Čihař 07 Apr '10
07 Apr '10
The branch, MAINT_3_3_2 has been updated
via ee26cd1a4001d63c34881ffe2abfff89cebcefac (commit)
from a0d1071ec314de73e162839b629e0285c96d606f (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
Documentation.html | 28 +++++++++++++++++++++++-----
1 files changed, 23 insertions(+), 5 deletions(-)
diff --git a/Documentation.html b/Documentation.html
index f6b45d0..5cbc75e 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -3055,11 +3055,29 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
<p> Yes but the default configuration values of Suhosin are known to cause
problems with some operations, for example editing a table with many
- columns and no primary key. Tuning information is available at
- <a href="http://www.hardened-php.net/hphp/troubleshooting.html">
- http://www.hardened-php.net/hphp/troubleshooting.html</a>,
- although the parameter names have changed (<tt>suhosin</tt> instead
- of <tt>hphp</tt>). See also the <a href="#cfg_SuhosinDisableWarning">
+ columns and no primary key or with textual primary key.
+</p>
+<p>
+ Suhosin configuration might lead to malfunction in some cases and it can
+ not be fully obeyed as phpMyAdmin is kind of application which needs to
+ transfer big amounts of fields in single HTTP request, what is something
+ what Suhosin tries to prevent. If you have problems, please adjust at
+ least following parameters:
+</p>
+
+<ul>
+ <li><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.request.max_…">suhosin.request.max_vars</a> should be increased (eg. 2048)</li>
+ <li><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.post.max_vars">suhosin.post.max_vars</a> should be increased (eg. 2048)</li>
+ <li><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.request.max_…">suhosin.request.max_array_index_length</a> should be increased (eg. 256)</li>
+ <li><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.post.max_arr…">suhosin.post.max_array_index_length</a> should be increased (eg. 256)</li>
+ <li><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.request.max_…">suhosin.request.max_totalname_length</a> should be increased (eg. 8192)</li>
+ <li><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.post.max_tot…">suhosin.post.max_totalname_length</a> should be increased (eg. 8192)</li>
+ <li><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.sql.bailout_…">suhosin.sql.bailout_on_error</a> needs to be disabled (the default)</li>
+ <li><a href="http://www.hardened-php.net/suhosin/configuration.html#logging_configuration">suhosin.log.*</a> should not include SQL, otherwise you get big slowdown</li>
+</ul>
+
+ <p>
+ You can also disable the warning using the <a href="#cfg_SuhosinDisableWarning">
<tt>SuhosinDisableWarning</tt> directive</a>.
</p>
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 55dfd182768240c023050da0ac3d125298f41b6d
by Michal Čihař 07 Apr '10
by Michal Čihař 07 Apr '10
07 Apr '10
The branch, master has been updated
via 55dfd182768240c023050da0ac3d125298f41b6d (commit)
via 47c7b7dc6d24e4c68e36b9abf5b5473c73362900 (commit)
via ff82bc88fe38bb7498cccf12b57f49d05ed01966 (commit)
via b9eb45a54d123523aa03ff1f02f1ff83898b33f0 (commit)
via d11b751228f2d2a972e98393a0a341cfba1898a1 (commit)
via 671b69594a3a1bb96e47c4fa7f9a016ce63377b8 (commit)
via fb5621580ad5ec69276832e537a03163a5c01a2d (commit)
via 415148ff28859bb749e5b56e7d585db4b191ac27 (commit)
via 6185a7ae5dcecc1de6e284e923a2995992d0da25 (commit)
from fd6b5eae1026ababe238d24d2d4147916f62fe02 (commit)
- Log -----------------------------------------------------------------
commit 55dfd182768240c023050da0ac3d125298f41b6d
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Apr 7 10:46:17 2010 +0200
Regenerate docs and po files.
commit 47c7b7dc6d24e4c68e36b9abf5b5473c73362900
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: Tue Apr 6 16:59:16 2010 +0200
Translation update done using Pootle.
commit ff82bc88fe38bb7498cccf12b57f49d05ed01966
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: Tue Apr 6 16:56:47 2010 +0200
Translation update done using Pootle.
commit b9eb45a54d123523aa03ff1f02f1ff83898b33f0
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: Tue Apr 6 16:56:18 2010 +0200
Translation update done using Pootle.
commit d11b751228f2d2a972e98393a0a341cfba1898a1
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: Tue Apr 6 16:56:02 2010 +0200
Translation update done using Pootle.
commit 671b69594a3a1bb96e47c4fa7f9a016ce63377b8
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: Tue Apr 6 16:55:48 2010 +0200
Translation update done using Pootle.
commit fb5621580ad5ec69276832e537a03163a5c01a2d
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: Tue Apr 6 16:55:34 2010 +0200
Translation update done using Pootle.
commit 415148ff28859bb749e5b56e7d585db4b191ac27
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: Tue Apr 6 16:55:16 2010 +0200
Translation update done using Pootle.
commit 6185a7ae5dcecc1de6e284e923a2995992d0da25
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: Tue Apr 6 16:54:33 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
output/pt_BR/Documentation.html | 12 ++++++------
po/pt_BR.po | 33 +++++++++++++--------------------
pot/ca-full.pot | 13 +------------
pot/ca-html.pot | 2 +-
pot/ca-txt.pot | 2 +-
pot/cs-full.pot | 13 +------------
pot/cs-html.pot | 2 +-
pot/cs-txt.pot | 2 +-
pot/de-full.pot | 13 +------------
pot/de-html.pot | 2 +-
pot/de-txt.pot | 2 +-
pot/en_GB-full.pot | 13 +------------
pot/en_GB-html.pot | 2 +-
pot/en_GB-txt.pot | 2 +-
pot/es-full.pot | 13 +------------
pot/es-html.pot | 2 +-
pot/es-txt.pot | 2 +-
pot/fi-full.pot | 13 +------------
pot/fi-html.pot | 2 +-
pot/fi-txt.pot | 2 +-
pot/fr-full.pot | 13 +------------
pot/fr-html.pot | 2 +-
pot/fr-txt.pot | 2 +-
pot/gl-full.pot | 13 +------------
pot/gl-html.pot | 2 +-
pot/gl-txt.pot | 2 +-
pot/hu-full.pot | 13 +------------
pot/hu-html.pot | 2 +-
pot/hu-txt.pot | 2 +-
pot/hy-full.pot | 13 +------------
pot/hy-html.pot | 2 +-
pot/hy-txt.pot | 2 +-
pot/it-full.pot | 13 +------------
pot/it-html.pot | 2 +-
pot/it-txt.pot | 2 +-
pot/ja-full.pot | 13 +------------
pot/ja-html.pot | 2 +-
pot/ja-txt.pot | 2 +-
pot/ka-full.pot | 13 +------------
pot/ka-html.pot | 2 +-
pot/ka-txt.pot | 2 +-
pot/lt-full.pot | 13 +------------
pot/lt-html.pot | 2 +-
pot/lt-txt.pot | 2 +-
pot/mn-full.pot | 13 +------------
pot/mn-html.pot | 2 +-
pot/mn-txt.pot | 2 +-
pot/nb-full.pot | 13 +------------
pot/nb-html.pot | 2 +-
pot/nb-txt.pot | 2 +-
pot/nl-full.pot | 13 +------------
pot/nl-html.pot | 2 +-
pot/nl-txt.pot | 2 +-
pot/pl-full.pot | 13 +------------
pot/pl-html.pot | 2 +-
pot/pl-txt.pot | 2 +-
pot/pt_BR-full.pot | 13 +------------
pot/pt_BR-html.pot | 2 +-
pot/pt_BR-txt.pot | 2 +-
pot/ro-full.pot | 13 +------------
pot/ro-html.pot | 2 +-
pot/ro-txt.pot | 2 +-
pot/sk-full.pot | 13 +------------
pot/sk-html.pot | 2 +-
pot/sk-txt.pot | 2 +-
pot/sv-full.pot | 13 +------------
pot/sv-html.pot | 2 +-
pot/sv-txt.pot | 2 +-
pot/tr-full.pot | 4 ++--
pot/tr-html.pot | 2 +-
pot/tr-txt.pot | 2 +-
pot/zh_CN-full.pot | 13 +------------
pot/zh_CN-html.pot | 2 +-
pot/zh_CN-txt.pot | 2 +-
pot/zh_TW-full.pot | 13 +------------
pot/zh_TW-html.pot | 2 +-
pot/zh_TW-txt.pot | 2 +-
77 files changed, 95 insertions(+), 366 deletions(-)
diff --git a/output/pt_BR/Documentation.html b/output/pt_BR/Documentation.html
index 7095374..0ff38c7 100644
--- a/output/pt_BR/Documentation.html
+++ b/output/pt_BR/Documentation.html
@@ -161,7 +161,7 @@ imagem ou como link para download;
title="Perguntas Frequentes">FAQ</abbr> 3.6</a>);</li>
<li>suportar mysqli, a extensão melhorada do MySQL (<a href="#faq1_17">veja a
<abbr title="Perguntas Frequentes">FAQ</abbr> 1.17</a>);</li>
- <li>communicate in <a href="./translators.html">58 different languages</a>
+ <li>comunicar-se em <a href="./translators.html">58 idiomas diferentes</a>;
</li>
<li>sincronizar dois bancos de dados que residem no mesmo servidor ou em
servidores remotos (<a href="#faq9_1">veja a <abbr title="Perguntas
@@ -1101,7 +1101,7 @@ report to a file or to a temporary database.
<dt id="tracking2">
<span
id="cfg_Servers_tracking_version_auto_create">$cfg['Servers'][$i]['tracking_version_auto_create']</span>
-boolean
+booleano
</dt>
<dd>
Whether the tracking mechanism creates versions for tables and views
@@ -1138,7 +1138,7 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
<dt id="tracking4">
<span
id="cfg_Servers_tracking_add_drop_view">$cfg['Servers'][$i]['tracking_add_drop_view']</span>
-boolean
+booleano
</dt>
<dd>
Whether a DROP VIEW IF EXISTS statement will be added as first line to the
@@ -1150,7 +1150,7 @@ log when creating a view. Default value is true.
<dt id="tracking5">
<span
id="cfg_Servers_tracking_add_drop_table">$cfg['Servers'][$i]['tracking_add_drop_table']</span>
-boolean
+booleano
</dt>
<dd>
Whether a DROP TABLE IF EXISTS statement will be added as first line to the
@@ -1161,7 +1161,7 @@ log when creating a table. Default value is true.
<dt id="tracking6">
<span
id="cfg_Servers_tracking_add_drop_database">$cfg['Servers'][$i]['tracking_add_drop_database']</span>
-boolean
+booleano
</dt>
<dd>
Whether a DROP DATABASE IF EXISTS statement will be added as first line to
@@ -1607,7 +1607,7 @@ in edit/insert mode. Since version 2.10, the user can toggle this setting
from the interface.
</dd>
- <dt id="cfg_ShowFieldTypesInDataEditView">$cfg['ShowFieldTypesInDataEditView'] boolean</dt>
+ <dt id="cfg_ShowFieldTypesInDataEditView">$cfg['ShowFieldTypesInDataEditView'] booleano</dt>
<dd>Defines whether or not type fields should be initially displayed in
edit/insert mode. The user can toggle this setting from the interface.
</dd>
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 9c748a8..973472f 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\n"
-"PO-Revision-Date: 2010-03-25 02:09+0200\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\n"
+"PO-Revision-Date: 2010-04-06 16:59+0200\n"
"Last-Translator: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
@@ -404,11 +404,10 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:142
-#, fuzzy
msgid ""
"communicate in <a href=\"./translators.html\">58 different languages</a>"
msgstr ""
-"comunicar-se em <a href=\"./translators.html\">57 idiomas diferentes</a>;"
+"comunicar-se em <a href=\"./translators.html\">58 idiomas diferentes</a>;"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:144
@@ -2414,12 +2413,11 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1082
-#, fuzzy
msgid ""
"<span id=\"cfg_Servers_tracking_version_auto_create\">$cfg['Servers'][$i]"
"['tracking_version_auto_create']</span> boolean"
msgstr ""
-"<span id=\"cfg_Servers_tracking_auto_create\">$cfg['Servers'][$i]"
+"<span id=\"cfg_Servers_tracking_version_auto_create\">$cfg['Servers'][$i]"
"['tracking_version_auto_create']</span> booleano"
#. type: Content of: <html><body><div><dl><dd>
@@ -2485,13 +2483,12 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1113
-#, fuzzy
msgid ""
"<span id=\"cfg_Servers_tracking_add_drop_view\">$cfg['Servers'][$i]"
"['tracking_add_drop_view']</span> boolean"
msgstr ""
-"<span id=\"cfg_Servers_tracking_drop_view\">$cfg['Servers'][$i]"
-"['tracking_version_drop_view']</span> booleano"
+"<span id=\"cfg_Servers_tracking_add_drop_view\">$cfg['Servers'][$i]"
+"['tracking_add_drop_view']</span> booleano"
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1116
@@ -2502,13 +2499,12 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1122
-#, fuzzy
msgid ""
"<span id=\"cfg_Servers_tracking_add_drop_table\">$cfg['Servers'][$i]"
"['tracking_add_drop_table']</span> boolean"
msgstr ""
-"<span id=\"cfg_Servers_tracking_drop_table\">$cfg['Servers'][$i]"
-"['tracking_version_drop_table']</span> booleano"
+"<span id=\"cfg_Servers_tracking_add_drop_table\">$cfg['Servers'][$i]"
+"['tracking_add_drop_table']</span> booleano"
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1125
@@ -2519,13 +2515,12 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1130
-#, fuzzy
msgid ""
"<span id=\"cfg_Servers_tracking_add_drop_database\">$cfg['Servers'][$i]"
"['tracking_add_drop_database']</span> boolean"
msgstr ""
-"<span id=\"cfg_Servers_tracking_drop_database\">$cfg['Servers'][$i]"
-"['tracking_version_drop_database']</span> booleano"
+"<span id=\"cfg_Servers_tracking_add_drop_database\">$cfg['Servers'][$i]"
+"['tracking_add_drop_database']</span> booleano"
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1133
@@ -3616,9 +3611,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1553
-#, fuzzy
msgid "$cfg['ShowFieldTypesInDataEditView'] boolean"
-msgstr "$cfg['ShowStats'] booleano"
+msgstr "$cfg['ShowFieldTypesInDataEditView'] booleano"
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1554
@@ -11737,13 +11731,12 @@ msgstr "Albert Fazlí (amichauer(a)gmx.de)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:426
msgid "Telugu"
-msgstr ""
+msgstr "Telugu"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:428
-#, fuzzy
msgid "veeven (veeven(a)gmail.com)"
-msgstr "Sven-Erik Andersen (sven.erik.andersen(a)gmail.com)"
+msgstr "veeven (veeven(a)gmail.com)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:433
diff --git a/pot/ca-full.pot b/pot/ca-full.pot
index 6544a36..e4cac65 100644
--- a/pot/ca-full.pot
+++ b/pot/ca-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# ca-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# ca-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:00+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/ca-html.pot b/pot/ca-html.pot
index bd2daee..f347e9b 100644
--- a/pot/ca-html.pot
+++ b/pot/ca-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/ca-txt.pot b/pot/ca-txt.pot
index 767dfb1..e1686e3 100644
--- a/pot/ca-txt.pot
+++ b/pot/ca-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:00+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/cs-full.pot b/pot/cs-full.pot
index 21198a0..1c98f4d 100644
--- a/pot/cs-full.pot
+++ b/pot/cs-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# cs-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# cs-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 14:59+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/cs-html.pot b/pot/cs-html.pot
index 11da0bd..c0e6e95 100644
--- a/pot/cs-html.pot
+++ b/pot/cs-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/cs-txt.pot b/pot/cs-txt.pot
index ddf62bd..5da5acc 100644
--- a/pot/cs-txt.pot
+++ b/pot/cs-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 14:59+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/de-full.pot b/pot/de-full.pot
index af82d99..8970fb5 100644
--- a/pot/de-full.pot
+++ b/pot/de-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# de-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# de-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:01+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/de-html.pot b/pot/de-html.pot
index 81b1114..13a96f6 100644
--- a/pot/de-html.pot
+++ b/pot/de-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/de-txt.pot b/pot/de-txt.pot
index 677a473..e1686e3 100644
--- a/pot/de-txt.pot
+++ b/pot/de-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:01+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/en_GB-full.pot b/pot/en_GB-full.pot
index 757ed19..6a39757 100644
--- a/pot/en_GB-full.pot
+++ b/pot/en_GB-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# en_GB-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# en_GB-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:02+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/en_GB-html.pot b/pot/en_GB-html.pot
index 9ea14ad..115b947 100644
--- a/pot/en_GB-html.pot
+++ b/pot/en_GB-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/en_GB-txt.pot b/pot/en_GB-txt.pot
index a5a02fa..e1686e3 100644
--- a/pot/en_GB-txt.pot
+++ b/pot/en_GB-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:02+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/es-full.pot b/pot/es-full.pot
index 0128b64..d9c3597 100644
--- a/pot/es-full.pot
+++ b/pot/es-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# es-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# es-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:00+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/es-html.pot b/pot/es-html.pot
index 098c267..f55c72d 100644
--- a/pot/es-html.pot
+++ b/pot/es-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/es-txt.pot b/pot/es-txt.pot
index 767dfb1..e1686e3 100644
--- a/pot/es-txt.pot
+++ b/pot/es-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:00+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/fi-full.pot b/pot/fi-full.pot
index d60caa9..aaad257 100644
--- a/pot/fi-full.pot
+++ b/pot/fi-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# fi-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# fi-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:00+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/fi-html.pot b/pot/fi-html.pot
index aa83564..350b041 100644
--- a/pot/fi-html.pot
+++ b/pot/fi-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/fi-txt.pot b/pot/fi-txt.pot
index 767dfb1..e1686e3 100644
--- a/pot/fi-txt.pot
+++ b/pot/fi-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:00+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/fr-full.pot b/pot/fr-full.pot
index a475eb3..79ca26c 100644
--- a/pot/fr-full.pot
+++ b/pot/fr-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# fr-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# fr-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 14:59+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/fr-html.pot b/pot/fr-html.pot
index baced75..a81837d 100644
--- a/pot/fr-html.pot
+++ b/pot/fr-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/fr-txt.pot b/pot/fr-txt.pot
index ddf62bd..5da5acc 100644
--- a/pot/fr-txt.pot
+++ b/pot/fr-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 14:59+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/gl-full.pot b/pot/gl-full.pot
index 3c9d42d..12da00d 100644
--- a/pot/gl-full.pot
+++ b/pot/gl-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# gl-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# gl-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 14:59+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/gl-html.pot b/pot/gl-html.pot
index a7366d4..dcadf32 100644
--- a/pot/gl-html.pot
+++ b/pot/gl-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/gl-txt.pot b/pot/gl-txt.pot
index ddf62bd..5da5acc 100644
--- a/pot/gl-txt.pot
+++ b/pot/gl-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 14:59+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/hu-full.pot b/pot/hu-full.pot
index 7e0b7c8..66b8464 100644
--- a/pot/hu-full.pot
+++ b/pot/hu-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# hu-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# hu-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:00+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/hu-html.pot b/pot/hu-html.pot
index 49c00b5..e0058e7 100644
--- a/pot/hu-html.pot
+++ b/pot/hu-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/hu-txt.pot b/pot/hu-txt.pot
index 767dfb1..e1686e3 100644
--- a/pot/hu-txt.pot
+++ b/pot/hu-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:00+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/hy-full.pot b/pot/hy-full.pot
index 5f41444..2517b8b 100644
--- a/pot/hy-full.pot
+++ b/pot/hy-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# hy-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# hy-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:01+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/hy-html.pot b/pot/hy-html.pot
index 342dfd3..8734b24 100644
--- a/pot/hy-html.pot
+++ b/pot/hy-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/hy-txt.pot b/pot/hy-txt.pot
index 677a473..e1686e3 100644
--- a/pot/hy-txt.pot
+++ b/pot/hy-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:01+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/it-full.pot b/pot/it-full.pot
index f9cdce4..bdfeb90 100644
--- a/pot/it-full.pot
+++ b/pot/it-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# it-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# it-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 14:59+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/it-html.pot b/pot/it-html.pot
index a074c4e..c3c37eb 100644
--- a/pot/it-html.pot
+++ b/pot/it-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/it-txt.pot b/pot/it-txt.pot
index ddf62bd..5da5acc 100644
--- a/pot/it-txt.pot
+++ b/pot/it-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 14:59+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/ja-full.pot b/pot/ja-full.pot
index 98e4e7e..476d8cf 100644
--- a/pot/ja-full.pot
+++ b/pot/ja-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# ja-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# ja-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 14:59+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/ja-html.pot b/pot/ja-html.pot
index 98159cc..6b6d7d4 100644
--- a/pot/ja-html.pot
+++ b/pot/ja-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/ja-txt.pot b/pot/ja-txt.pot
index ddf62bd..5da5acc 100644
--- a/pot/ja-txt.pot
+++ b/pot/ja-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 14:59+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/ka-full.pot b/pot/ka-full.pot
index b2e05cd..9acfbec 100644
--- a/pot/ka-full.pot
+++ b/pot/ka-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# ka-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# ka-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:00+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/ka-html.pot b/pot/ka-html.pot
index 5957cf2..2a75705 100644
--- a/pot/ka-html.pot
+++ b/pot/ka-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/ka-txt.pot b/pot/ka-txt.pot
index 767dfb1..5da5acc 100644
--- a/pot/ka-txt.pot
+++ b/pot/ka-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:00+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/lt-full.pot b/pot/lt-full.pot
index 58a559e..5f31aa6 100644
--- a/pot/lt-full.pot
+++ b/pot/lt-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# lt-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# lt-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:01+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/lt-html.pot b/pot/lt-html.pot
index faf0bdb..1f44439 100644
--- a/pot/lt-html.pot
+++ b/pot/lt-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/lt-txt.pot b/pot/lt-txt.pot
index 677a473..e1686e3 100644
--- a/pot/lt-txt.pot
+++ b/pot/lt-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:01+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/mn-full.pot b/pot/mn-full.pot
index 3ffe7a7..1832296 100644
--- a/pot/mn-full.pot
+++ b/pot/mn-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# mn-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# mn-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:01+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/mn-html.pot b/pot/mn-html.pot
index 2e5ec0b..2808755 100644
--- a/pot/mn-html.pot
+++ b/pot/mn-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/mn-txt.pot b/pot/mn-txt.pot
index 677a473..e1686e3 100644
--- a/pot/mn-txt.pot
+++ b/pot/mn-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:01+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/nb-full.pot b/pot/nb-full.pot
index af906f8..7b44fe3 100644
--- a/pot/nb-full.pot
+++ b/pot/nb-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# nb-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# nb-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:00+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/nb-html.pot b/pot/nb-html.pot
index 6a133cc..159a181 100644
--- a/pot/nb-html.pot
+++ b/pot/nb-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/nb-txt.pot b/pot/nb-txt.pot
index 767dfb1..e1686e3 100644
--- a/pot/nb-txt.pot
+++ b/pot/nb-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:00+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/nl-full.pot b/pot/nl-full.pot
index 9170853..dd4a11d 100644
--- a/pot/nl-full.pot
+++ b/pot/nl-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# nl-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# nl-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:00+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/nl-html.pot b/pot/nl-html.pot
index cc475f3..9f2d06b 100644
--- a/pot/nl-html.pot
+++ b/pot/nl-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/nl-txt.pot b/pot/nl-txt.pot
index 767dfb1..5da5acc 100644
--- a/pot/nl-txt.pot
+++ b/pot/nl-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:00+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/pl-full.pot b/pot/pl-full.pot
index bd7c5a8..523d577 100644
--- a/pot/pl-full.pot
+++ b/pot/pl-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# pl-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# pl-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 14:59+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/pl-html.pot b/pot/pl-html.pot
index 8ffcfb5..9f2a5a9 100644
--- a/pot/pl-html.pot
+++ b/pot/pl-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/pl-txt.pot b/pot/pl-txt.pot
index ddf62bd..5da5acc 100644
--- a/pot/pl-txt.pot
+++ b/pot/pl-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 14:59+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/pt_BR-full.pot b/pot/pt_BR-full.pot
index 3fd1372..bec13cf 100644
--- a/pot/pt_BR-full.pot
+++ b/pot/pt_BR-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# pt_BR-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# pt_BR-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:01+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/pt_BR-html.pot b/pot/pt_BR-html.pot
index be4e6d1..430c285 100644
--- a/pot/pt_BR-html.pot
+++ b/pot/pt_BR-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/pt_BR-txt.pot b/pot/pt_BR-txt.pot
index 677a473..e1686e3 100644
--- a/pot/pt_BR-txt.pot
+++ b/pot/pt_BR-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:01+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/ro-full.pot b/pot/ro-full.pot
index b706e02..c17efbe 100644
--- a/pot/ro-full.pot
+++ b/pot/ro-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# ro-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# ro-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:01+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/ro-html.pot b/pot/ro-html.pot
index 8545f91..8208223 100644
--- a/pot/ro-html.pot
+++ b/pot/ro-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/ro-txt.pot b/pot/ro-txt.pot
index 677a473..e1686e3 100644
--- a/pot/ro-txt.pot
+++ b/pot/ro-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:01+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/sk-full.pot b/pot/sk-full.pot
index 7bd9d54..9e8204c 100644
--- a/pot/sk-full.pot
+++ b/pot/sk-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# sk-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# sk-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:02+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/sk-html.pot b/pot/sk-html.pot
index 10e3c43..8df7fc5 100644
--- a/pot/sk-html.pot
+++ b/pot/sk-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/sk-txt.pot b/pot/sk-txt.pot
index a5a02fa..e1686e3 100644
--- a/pot/sk-txt.pot
+++ b/pot/sk-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:02+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/sv-full.pot b/pot/sv-full.pot
index 8cd89ec..534f976 100644
--- a/pot/sv-full.pot
+++ b/pot/sv-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# sv-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# sv-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:00+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/sv-html.pot b/pot/sv-html.pot
index 51cc0fc..c8718c4 100644
--- a/pot/sv-html.pot
+++ b/pot/sv-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/sv-txt.pot b/pot/sv-txt.pot
index 767dfb1..5da5acc 100644
--- a/pot/sv-txt.pot
+++ b/pot/sv-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:00+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/tr-full.pot b/pot/tr-full.pot
index f703096..ed096ee 100644
--- a/pot/tr-full.pot
+++ b/pot/tr-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# tr-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
@@ -19,7 +19,7 @@ msgstr ""
"#-#-#-#-# tr-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:00+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/tr-html.pot b/pot/tr-html.pot
index 0368a96..0b2e23e 100644
--- a/pot/tr-html.pot
+++ b/pot/tr-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:26+0300\n"
+"POT-Creation-Date: 2010-04-07 10:42+0300\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"
diff --git a/pot/tr-txt.pot b/pot/tr-txt.pot
index 767dfb1..e1686e3 100644
--- a/pot/tr-txt.pot
+++ b/pot/tr-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:00+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/zh_CN-full.pot b/pot/zh_CN-full.pot
index 7d9b9aa..ca4d1a7 100644
--- a/pot/zh_CN-full.pot
+++ b/pot/zh_CN-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# zh_CN-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# zh_CN-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:01+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/zh_CN-html.pot b/pot/zh_CN-html.pot
index e917834..6930170 100644
--- a/pot/zh_CN-html.pot
+++ b/pot/zh_CN-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/zh_CN-txt.pot b/pot/zh_CN-txt.pot
index 677a473..e1686e3 100644
--- a/pot/zh_CN-txt.pot
+++ b/pot/zh_CN-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:01+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/zh_TW-full.pot b/pot/zh_TW-full.pot
index 26867c2..4ee9028 100644
--- a/pot/zh_TW-full.pot
+++ b/pot/zh_TW-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# zh_TW-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# zh_TW-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:01+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/zh_TW-html.pot b/pot/zh_TW-html.pot
index 51b5dec..df0e44e 100644
--- a/pot/zh_TW-html.pot
+++ b/pot/zh_TW-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-06 08:27+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
diff --git a/pot/zh_TW-txt.pot b/pot/zh_TW-txt.pot
index 677a473..e1686e3 100644
--- a/pot/zh_TW-txt.pot
+++ b/pot/zh_TW-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-02 15:01+0300\n"
+"POT-Creation-Date: 2010-04-07 10:43+0300\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"
hooks/post-receive
--
phpMyAdmin localized documentation
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2RC1-1334-g535cd23
by Michal Čihař 07 Apr '10
by Michal Čihař 07 Apr '10
07 Apr '10
The branch, master has been updated
via 535cd23d4bb0e36d01a1df83bde145897f12eb74 (commit)
from 16fa54b20bd6b90099837a856c63d8c7319fb729 (commit)
- Log -----------------------------------------------------------------
commit 535cd23d4bb0e36d01a1df83bde145897f12eb74
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Apr 7 10:11:14 2010 +0200
Add PAGE_CHECKSUM keyword and adjust keywords count.
-----------------------------------------------------------------------
Summary of changes:
libraries/sqlparser.data.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/libraries/sqlparser.data.php b/libraries/sqlparser.data.php
index 41bf096..b68d193 100644
--- a/libraries/sqlparser.data.php
+++ b/libraries/sqlparser.data.php
@@ -583,6 +583,7 @@ $PMA_SQPdata_reserved_word = array (
'OUTFILE',
'PACK_KEYS',
'PAGE', // 5.1-maria ?
+ 'PAGE_CHECKSUM', // 5.1
'PARTIAL',
'PARTITION', // 5.1
'PARTITIONS', // 5.1
@@ -698,7 +699,7 @@ $PMA_SQPdata_reserved_word = array (
*
* @global integer MySQL reserved words count
*/
-$PMA_SQPdata_reserved_word_cnt = 288;
+$PMA_SQPdata_reserved_word_cnt = 291;
/**
* The previous array must be sorted so that the binary search work.
* Sometimes a word is not added in the correct order, so
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2RC1-1333-g16fa54b
by Michal Čihař 07 Apr '10
by Michal Čihař 07 Apr '10
07 Apr '10
The branch, master has been updated
via 16fa54b20bd6b90099837a856c63d8c7319fb729 (commit)
via c454825bca7e291019a89a258d9873cd37f93771 (commit)
via f10f34fc6d9a3c894fda81347e78c3e6a0f38fa3 (commit)
via a0d1071ec314de73e162839b629e0285c96d606f (commit)
via 123c3c3656565babbb8cb4442d1e2feb43e6c503 (commit)
from 0ea3a3ea26ee065ee797bb14df5111cb4b335c6e (commit)
- Log -----------------------------------------------------------------
commit 16fa54b20bd6b90099837a856c63d8c7319fb729
Merge: 0ea3a3ea26ee065ee797bb14df5111cb4b335c6e c454825bca7e291019a89a258d9873cd37f93771
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Apr 7 09:35:11 2010 +0200
Merge branch 'QA_3_3'
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_2RC1-6-gc454825
by Michal Čihař 07 Apr '10
by Michal Čihař 07 Apr '10
07 Apr '10
The branch, QA_3_3 has been updated
via c454825bca7e291019a89a258d9873cd37f93771 (commit)
via f10f34fc6d9a3c894fda81347e78c3e6a0f38fa3 (commit)
via a0d1071ec314de73e162839b629e0285c96d606f (commit)
via 123c3c3656565babbb8cb4442d1e2feb43e6c503 (commit)
from 0fc25ac29348166b85a272400c4f28466d343f29 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1418-g0ea3a3e
by Michal Čihař 07 Apr '10
by Michal Čihař 07 Apr '10
07 Apr '10
The branch, master has been updated
via 0ea3a3ea26ee065ee797bb14df5111cb4b335c6e (commit)
from 08cda2f0763d257545c7588718b0e71743733dcb (commit)
- Log -----------------------------------------------------------------
commit 0ea3a3ea26ee065ee797bb14df5111cb4b335c6e
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Apr 7 09:30:53 2010 +0200
Use merge strategy that wil always prefer branch we're marking as STABLE/TESTING.
The problem is in fact that not all branches are merged together and it
usually causes conflicts on version string (documentation, config,
changelog,...). By simply using branch we're merging to STABLE/TESTING
we will get the correct merge.
-----------------------------------------------------------------------
Summary of changes:
scripts/create-release.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 3fee3e1..859dbcf 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -44,7 +44,7 @@ mark_as_release() {
echo "* Marking release as $rel_branch"
ensure_local_branch $rel_branch
git checkout $rel_branch
- git merge $branch
+ git merge -s recursive -X theirs $branch
}
# Read required parameters
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1417-g08cda2f
by Michal Čihař 07 Apr '10
by Michal Čihař 07 Apr '10
07 Apr '10
The branch, master has been updated
via 08cda2f0763d257545c7588718b0e71743733dcb (commit)
via 0fc25ac29348166b85a272400c4f28466d343f29 (commit)
via 8a7b66f3a0e0a45d87ba60cdbf72b417d80194b9 (commit)
via 210b7631da5ddd30ae2d46e90226bc0b2c39d3a0 (commit)
from 8b290ea2ab0716ec365482d3e548a39e2b83468d (commit)
- Log -----------------------------------------------------------------
commit 08cda2f0763d257545c7588718b0e71743733dcb
Merge: 8b290ea2ab0716ec365482d3e548a39e2b83468d 0fc25ac29348166b85a272400c4f28466d343f29
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Apr 7 09:24:12 2010 +0200
Merge branch 'QA_3_3'
Conflicts:
Documentation.html
README
libraries/Config.class.php
translators.html
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 ++
libraries/Config.class.php | 16 ++++++++--------
navigation.php | 12 +++++++++++-
3 files changed, 21 insertions(+), 9 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 7751086..6dc4a9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -63,6 +63,8 @@ $Id$
thanks to Brian Douglass - bhdouglass
3.3.3.0 (not yet released)
+- patch #2982480 [navi] Do not group if there would be one table in group,
+ thanks to Lorikeet Lee.
3.3.2.0 (not yet released)
- patch #2969449 [core] Name for MERGE engine varies depending on the
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 700de97..9465ad7 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -330,7 +330,7 @@ class PMA_Config
/**
* loads configuration from $source, usally the config file
- * should be called on object creation
+ * should be called on object creation
*
* @param string $source config file
*/
@@ -462,7 +462,7 @@ class PMA_Config
}
/**
- * verifies the permissions on config file (if asked by configuration)
+ * verifies the permissions on config file (if asked by configuration)
* (must be called after config.inc.php has been merged)
*/
function checkPermissions()
@@ -535,11 +535,11 @@ class PMA_Config
$fontsize = 0;
}
return (
- $fontsize +
- $this->source_mtime +
- $this->default_source_mtime +
- $_SESSION['PMA_Theme']->mtime_info +
- $_SESSION['PMA_Theme']->filesize_info)
+ $fontsize +
+ $this->source_mtime +
+ $this->default_source_mtime +
+ $_SESSION['PMA_Theme']->mtime_info +
+ $_SESSION['PMA_Theme']->filesize_info)
. (isset($_SESSION['tmp_user_values']['custom_color']) ? substr($_SESSION['tmp_user_values']['custom_color'],1,6) : '');
}
@@ -835,7 +835,7 @@ class PMA_Config
$url = array();
}
}
-
+
// If we don't have scheme, we didn't have full URL so we need to
// dig deeper
if (empty($url['scheme'])) {
diff --git a/navigation.php b/navigation.php
index d7d3b02..3699f76 100644
--- a/navigation.php
+++ b/navigation.php
@@ -577,7 +577,8 @@ function PMA_displayTableList($tables, $visible = false,
echo '<ul id="subel' . $element_counter . '" style="display: none">';
}
foreach ($tables as $group => $table) {
- if (isset($table['is' . $sep . 'group'])) {
+ // only allow grouping if the group has more than 1 table
+ if (isset($table['is' . $sep . 'group']) && $table['tab' . $sep . 'count'] > 1) {
$common_url_query = $GLOBALS['common_url_query']
. '&tbl_group=' . urlencode($tab_group_full . $group);
@@ -633,6 +634,15 @@ function PMA_displayTableList($tables, $visible = false,
}
echo '</li>' . "\n";
} elseif (is_array($table)) {
+ // the table was not grouped because it is the only one with its prefix
+ if (isset($table['is' . $sep . 'group'])) {
+ // get the array with the actual table information
+ foreach ($table as $value) {
+ if(is_array($value)) {
+ $table = $value;
+ }
+ }
+ }
$link_title = PMA_getTitleForTarget($GLOBALS['cfg']['LeftDefaultTabTable']);
// quick access icon next to each table name
echo '<li>' . "\n";
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_1RC1-92-g0fc25ac
by Michal Čihař 07 Apr '10
by Michal Čihař 07 Apr '10
07 Apr '10
The branch, QA_3_3 has been updated
via 0fc25ac29348166b85a272400c4f28466d343f29 (commit)
via 8a7b66f3a0e0a45d87ba60cdbf72b417d80194b9 (commit)
from 210b7631da5ddd30ae2d46e90226bc0b2c39d3a0 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 ++
libraries/select_lang.lib.php | 4 ++--
navigation.php | 12 +++++++++++-
3 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 354d1b1..23a468f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@ $Id$
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/… $
3.3.3.0 (not yet released)
+- patch #2982480 [navi] Do not group if there would be one table in group,
+ thanks to Lorikeet Lee.
3.3.2.0 (not yet released)
- patch #2969449 [core] Name for MERGE engine varies depending on the
diff --git a/libraries/select_lang.lib.php b/libraries/select_lang.lib.php
index c1589c4..5e5762a 100644
--- a/libraries/select_lang.lib.php
+++ b/libraries/select_lang.lib.php
@@ -68,9 +68,9 @@ function PMA_langCheck()
if (! empty($_COOKIE['pma_lang'])) {
if (PMA_langSet($_COOKIE['pma_lang'])) {
return true;
- } elseif (!is_string($_COOKIE['lang'])) {
+ } elseif (!is_string($_COOKIE['pma_lang'])) {
/* Faked request, don't care on localisation */
- $GLOBALS['lang_failed_request'] = 'Yes';
+ $GLOBALS['lang_failed_cookie'] = 'Yes';
} else {
$GLOBALS['lang_failed_cookie'] = $_COOKIE['pma_lang'];
}
diff --git a/navigation.php b/navigation.php
index fb5e52c..17d0193 100644
--- a/navigation.php
+++ b/navigation.php
@@ -554,7 +554,8 @@ function PMA_displayTableList($tables, $visible = false,
echo '<ul id="subel' . $element_counter . '" style="display: none">';
}
foreach ($tables as $group => $table) {
- if (isset($table['is' . $sep . 'group'])) {
+ // only allow grouping if the group has more than 1 table
+ if (isset($table['is' . $sep . 'group']) && $table['tab' . $sep . 'count'] > 1) {
$common_url_query = $GLOBALS['common_url_query']
. '&tbl_group=' . urlencode($tab_group_full . $group);
@@ -610,6 +611,15 @@ function PMA_displayTableList($tables, $visible = false,
}
echo '</li>' . "\n";
} elseif (is_array($table)) {
+ // the table was not grouped because it is the only one with its prefix
+ if (isset($table['is' . $sep . 'group'])) {
+ // get the array with the actual table information
+ foreach ($table as $value) {
+ if(is_array($value)) {
+ $table = $value;
+ }
+ }
+ }
$link_title = PMA_getTitleForTarget($GLOBALS['cfg']['LeftDefaultTabTable']);
// quick access icon next to each table name
echo '<li>' . "\n";
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1413-g8b290ea
by Michal Čihař 07 Apr '10
by Michal Čihař 07 Apr '10
07 Apr '10
The branch, master has been updated
via 8b290ea2ab0716ec365482d3e548a39e2b83468d (commit)
via 35950b34f68f8f3bda680a4fa95b415e13b87779 (commit)
via 60147604c09ab7f0666faffcf8639fd63db6dfc1 (commit)
via a735facb8766b409f09f24e98de38d8698317ba1 (commit)
via a66e032f6e1458366998f67bba159ec8263959aa (commit)
via 0a72536bd54f32550488b3f0191a006c9a16d308 (commit)
via 6435e1e7084ebafd705b0250336131b0f58d3437 (commit)
via fdfcb4e0cea18716b33ac45ba672b4a9b33c27cf (commit)
via d78136c1230acc9786998e3b0eb02f523a76ddd0 (commit)
via 87aee336a043f781f290e03b11d4bef2c87beff9 (commit)
via 5523ddf7a34c64657f2baf61554dc1390b333843 (commit)
via 42d1788fdbd6d58e3591201f848b7ea5704d52ef (commit)
via ab6afd7d05df4f6e5cac098a6cab32f77b7f1a0a (commit)
via a40beba04ac04952641928aff7315e2f51e8cf08 (commit)
via 918a18d9367e47607e25ed815dfa09c19e191bc3 (commit)
via cb4a45380014b90bc82c07ccb6540a730bf68a14 (commit)
via 1f27a0f63c08e977d2e80f3f0de433226113a607 (commit)
via 54531c4d156009e3412943f13e8e66e48c1c40fa (commit)
via 52159928908c56499e0d991fa289f377bd81efe6 (commit)
via c5b313676bbce57d95605debc4c7b2995fc4b279 (commit)
via 5f78fa38a33e0186aa538eaac61da693074f3a7f (commit)
via 9a9035b0eac5a780df4b844c5d94474ea53d6d2d (commit)
from f472cb149833bef5ec43e47f440592a354da38fd (commit)
- Log -----------------------------------------------------------------
commit 8b290ea2ab0716ec365482d3e548a39e2b83468d
Merge: 35950b34f68f8f3bda680a4fa95b415e13b87779 f472cb149833bef5ec43e47f440592a354da38fd
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Apr 6 20:40:07 2010 +0200
Merge remote branch 'origin/master'
commit 35950b34f68f8f3bda680a4fa95b415e13b87779
Merge: 60147604c09ab7f0666faffcf8639fd63db6dfc1 99ee848285591602ba54988415496b79a220981d
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Apr 6 14:40:09 2010 +0200
Merge remote branch 'origin/master'
commit 60147604c09ab7f0666faffcf8639fd63db6dfc1
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:28:14 2010 +0200
Translation update done using Pootle.
commit a735facb8766b409f09f24e98de38d8698317ba1
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:27:47 2010 +0200
Translation update done using Pootle.
commit a66e032f6e1458366998f67bba159ec8263959aa
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:27:39 2010 +0200
Translation update done using Pootle.
commit 0a72536bd54f32550488b3f0191a006c9a16d308
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:27:31 2010 +0200
Translation update done using Pootle.
commit 6435e1e7084ebafd705b0250336131b0f58d3437
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:27:25 2010 +0200
Translation update done using Pootle.
commit fdfcb4e0cea18716b33ac45ba672b4a9b33c27cf
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:27:18 2010 +0200
Translation update done using Pootle.
commit d78136c1230acc9786998e3b0eb02f523a76ddd0
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:27:11 2010 +0200
Translation update done using Pootle.
commit 87aee336a043f781f290e03b11d4bef2c87beff9
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:27:03 2010 +0200
Translation update done using Pootle.
commit 5523ddf7a34c64657f2baf61554dc1390b333843
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:26:53 2010 +0200
Translation update done using Pootle.
commit 42d1788fdbd6d58e3591201f848b7ea5704d52ef
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:26:43 2010 +0200
Translation update done using Pootle.
commit ab6afd7d05df4f6e5cac098a6cab32f77b7f1a0a
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:26:20 2010 +0200
Translation update done using Pootle.
commit a40beba04ac04952641928aff7315e2f51e8cf08
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:26:11 2010 +0200
Translation update done using Pootle.
commit 918a18d9367e47607e25ed815dfa09c19e191bc3
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:25:52 2010 +0200
Translation update done using Pootle.
commit cb4a45380014b90bc82c07ccb6540a730bf68a14
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:25:30 2010 +0200
Translation update done using Pootle.
commit 1f27a0f63c08e977d2e80f3f0de433226113a607
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:25:18 2010 +0200
Translation update done using Pootle.
commit 54531c4d156009e3412943f13e8e66e48c1c40fa
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:25:10 2010 +0200
Translation update done using Pootle.
commit 52159928908c56499e0d991fa289f377bd81efe6
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:24:55 2010 +0200
Translation update done using Pootle.
commit c5b313676bbce57d95605debc4c7b2995fc4b279
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:24:35 2010 +0200
Translation update done using Pootle.
commit 5f78fa38a33e0186aa538eaac61da693074f3a7f
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:24:17 2010 +0200
Translation update done using Pootle.
commit 9a9035b0eac5a780df4b844c5d94474ea53d6d2d
Author: sven.erik.andersen <sven.erik.andersen(a)gmail.com>
Date: Tue Apr 6 14:24:03 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/nb.po | 66 +++++++++++++++++++++++++++++++++----------------------------
1 files changed, 36 insertions(+), 30 deletions(-)
diff --git a/po/nb.po b/po/nb.po
index fee19a8..55d42c9 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-04-02 13:41+0200\n"
-"PO-Revision-Date: 2010-03-30 23:13+0200\n"
-"Last-Translator: Michal <michal(a)cihar.com>\n"
+"PO-Revision-Date: 2010-04-06 14:28+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"
@@ -57,37 +57,36 @@ msgstr "en"
#: libraries/common.lib.php:1276
msgid "Inline edit of this query"
-msgstr ""
+msgstr "Inline redigering av denne spørringa"
#: libraries/common.lib.php:1278
-#, fuzzy
#| msgid "Engines"
msgid "Inline"
-msgstr "Motorer"
+msgstr "Inline"
#: libraries/Message.class.php:282
-#, fuzzy, php-format
+#, php-format
#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
-msgstr[0] "%1$d rad(er) berørt."
-msgstr[1] "%1$d rad(er) berørt."
+msgstr[0] "%1$d rad berørt."
+msgstr[1] "%1$d rader berørt."
#: libraries/Message.class.php:301
-#, fuzzy, php-format
+#, php-format
#| msgid "%1$d row(s) deleted."
msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
-msgstr[0] "%1$d rad(er) slettet."
-msgstr[1] "%1$d rad(er) slettet."
+msgstr[0] "%1$d rader slettet."
+msgstr[1] "%1$d rader slettet."
#: libraries/Message.class.php:320
-#, fuzzy, php-format
+#, php-format
#| msgid "%1$d row(s) inserted."
msgid "%1$d row inserted."
msgid_plural "%1$d rows inserted."
-msgstr[0] "%1$d rad(er) innsatt."
-msgstr[1] "%1$d rad(er) innsatt."
+msgstr[0] "%1$d rader innsatt."
+msgstr[1] "%1$d rader innsatt."
#. l10n: Text direction, use either ltr or rtl
#: libraries/messages.inc.php:19
@@ -6538,10 +6537,11 @@ msgstr "PMA database"
#: setup/lib/messages.inc.php:133
msgid "Tracking of changes made in database. Requires configured PMA database."
msgstr ""
+"Sporing av endringer utført i databasen. PMA database må være konfigurert."
#: setup/lib/messages.inc.php:134
msgid "Changes tracking"
-msgstr ""
+msgstr "Endringssporing"
#: setup/lib/messages.inc.php:135
msgid "Customization"
@@ -7251,7 +7251,6 @@ msgid "SQL query history table"
msgstr "SQL spørringshistorietabell"
#: setup/lib/messages.inc.php:279
-#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history"
#| "[/kbd]"
@@ -7259,13 +7258,13 @@ msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma_tracking[/"
"kbd]"
msgstr ""
-"La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_history[/kbd]"
+"La stå tom for ingen SQL spørringshistorie, anbefalt: "
+"[kbd]pma_tracking[/kbd]"
#: setup/lib/messages.inc.php:280
-#, fuzzy
#| msgid "SQL query history table"
msgid "SQL query tracking table"
-msgstr "SQL spørringshistorietabell"
+msgstr "SQL spørringssporingstabell"
#: setup/lib/messages.inc.php:281
msgid "Hostname where MySQL server is running"
@@ -7376,52 +7375,59 @@ msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
+"Om sporingsmekanismen oppretter versjoner for tabeller og visninger "
+"automatisk."
#: setup/lib/messages.inc.php:304
-#, fuzzy
#| msgid "Automatic recovery mode"
msgid "Automatically create versions"
-msgstr "Automatisk gjennopprettignsmodus"
+msgstr "Automatisk opprette versjoner"
#: setup/lib/messages.inc.php:305
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
+"Definerer lista med spørringer autoopprettinga bruker for nye versjoner."
#: setup/lib/messages.inc.php:306
-#, fuzzy
#| msgid "Statements"
msgid "Statements to track"
-msgstr "Oversikt"
+msgstr "Spørringer som skal spores"
#: setup/lib/messages.inc.php:307
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
+"Om en DROP VIEW IF EXISTS spørring vil bli lagt til som første linje i "
+"loggen når opprettes en visning."
#: setup/lib/messages.inc.php:308
msgid "Add DROP VIEW"
-msgstr ""
+msgstr "Legg til DROP VIEW"
#: setup/lib/messages.inc.php:309
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
+"Om en DROP TABLE IF EXISTS spørring vil bli lagt til som første linje til "
+"loggen når oppretter en tabell."
#: setup/lib/messages.inc.php:310
msgid "Add DROP TABLE"
-msgstr ""
+msgstr "Legg til DROP TABLE"
#: setup/lib/messages.inc.php:311
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
+"Om en DROP DATABASE IF EXISTS spørring skal bli lagt til som første linje i "
+"loggen når oppretter en database."
#: setup/lib/messages.inc.php:312
msgid "Add DROP DATABASE"
-msgstr ""
+msgstr "Legg til DROP DATABASE"
#: setup/lib/messages.inc.php:313
msgid "You should use SSL connections if your web server supports it"
@@ -7703,7 +7709,7 @@ msgstr ""
"versjon er %s, utgitt den %s."
#: setup/lib/messages.inc.php:372
-#, fuzzy, php-format
+#, php-format
#| msgid ""
#| "You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The "
#| "latest stable version is %s, released on %s."
@@ -7711,8 +7717,8 @@ msgid ""
"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
"version is %s, released on %s."
msgstr ""
-"Du bruker subversion versjon, kjør [kbd]svn update[/kbd] :-)[br]Den siste "
-"stabile versjon er %s, utgutt den %s."
+"Du bruker Git versjon, kjør [kbd]git pull[/kbd] :-)[br]Den siste stabile "
+"versjon er %s, utgitt den %s."
#: setup/lib/messages.inc.php:373
msgid "No newer stable version is available"
hooks/post-receive
--
phpMyAdmin
1
0