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

[Phpmyadmin-git] [SCM] phpMyAdmin themes branch, master, updated. 8149d709157172f9dc05723fe8a44a4fc8fd319b
by Michal Čihař 08 Feb '11
by Michal Čihař 08 Feb '11
08 Feb '11
The branch, master has been updated
via 8149d709157172f9dc05723fe8a44a4fc8fd319b (commit)
from a7d777a5e45a16b4fe4b885bf609aec270dce750 (commit)
- Log -----------------------------------------------------------------
commit 8149d709157172f9dc05723fe8a44a4fc8fd319b
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Feb 8 19:51:52 2011 +0100
Hovering using CSS only
-----------------------------------------------------------------------
Summary of changes:
graphite/css/theme_right.css.php | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php
index a116933..0897c55 100644
--- a/graphite/css/theme_right.css.php
+++ b/graphite/css/theme_right.css.php
@@ -192,15 +192,17 @@ button.mult_submit {
}
/* odd items 1,3,5,7,... */
+tr.odd th,
tr.odd {
background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
}
/* even items 2,4,6,8,... */
+tr.even th,
tr.even {
background: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
}
-fieldset th {
+tr.even th, tr.odd th, fieldset th {
color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
}
@@ -212,6 +214,7 @@ tr.even {
<?php if ($GLOBALS['cfg']['BrowseMarkerEnable']) { ?>
/* marked table rows */
+tr.marked th,
tr.marked {
background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
@@ -226,6 +229,7 @@ tr.marked {
}
/* hovered table rows */
+tr:hover th,
tr:hover {
background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
hooks/post-receive
--
phpMyAdmin themes
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin themes branch, master, updated. a7d777a5e45a16b4fe4b885bf609aec270dce750
by Michal Čihař 08 Feb '11
by Michal Čihař 08 Feb '11
08 Feb '11
The branch, master has been updated
via a7d777a5e45a16b4fe4b885bf609aec270dce750 (commit)
from 00013c2efd2cbd771bb23cd82bee861d31cd7b2b (commit)
- Log -----------------------------------------------------------------
commit a7d777a5e45a16b4fe4b885bf609aec270dce750
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Feb 8 19:50:32 2011 +0100
Not needed
-----------------------------------------------------------------------
Summary of changes:
graphite/css/theme_right.css.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php
index 7d9ac0e..a116933 100644
--- a/graphite/css/theme_right.css.php
+++ b/graphite/css/theme_right.css.php
@@ -200,7 +200,7 @@ tr.odd {
tr.even {
background: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
}
-tr.even th, tr.odd th, fieldset th {
+fieldset th {
color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
}
hooks/post-receive
--
phpMyAdmin themes
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin themes branch, master, updated. 00013c2efd2cbd771bb23cd82bee861d31cd7b2b
by Michal Čihař 08 Feb '11
by Michal Čihař 08 Feb '11
08 Feb '11
The branch, master has been updated
via 00013c2efd2cbd771bb23cd82bee861d31cd7b2b (commit)
from 3496dded6a4432f31a956a70229a8cc9e6da989a (commit)
- Log -----------------------------------------------------------------
commit 00013c2efd2cbd771bb23cd82bee861d31cd7b2b
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Feb 8 19:49:34 2011 +0100
Even more over/even/odd simplify
-----------------------------------------------------------------------
Summary of changes:
graphite/css/theme_right.css.php | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php
index 2fbfd26..7d9ac0e 100644
--- a/graphite/css/theme_right.css.php
+++ b/graphite/css/theme_right.css.php
@@ -192,14 +192,12 @@ button.mult_submit {
}
/* odd items 1,3,5,7,... */
-tr.odd th,
-.odd {
+tr.odd {
background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
}
/* even items 2,4,6,8,... */
-tr.even th,
-.even {
+tr.even {
background: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
}
tr.even th, tr.odd th, fieldset th {
@@ -207,9 +205,7 @@ tr.even th, tr.odd th, fieldset th {
}
/* odd table rows 1,3,5,7,... */
-tr.odd th,
tr.odd,
-tr.even th,
tr.even {
text-align: <?php echo $left; ?>;
}
@@ -224,9 +220,6 @@ tr.marked {
<?php if ($GLOBALS['cfg']['BrowsePointerEnable']) { ?>
/* hovered items */
-.odd:hover,
-.even:hover,
-.hover,
.structure_actions_dropdown {
background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
hooks/post-receive
--
phpMyAdmin themes
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin themes branch, master, updated. 3496dded6a4432f31a956a70229a8cc9e6da989a
by Michal Čihař 08 Feb '11
by Michal Čihař 08 Feb '11
08 Feb '11
The branch, master has been updated
via 3496dded6a4432f31a956a70229a8cc9e6da989a (commit)
from 2647b2607130c297d3d0d03f6c9ae5137bf59d6c (commit)
- Log -----------------------------------------------------------------
commit 3496dded6a4432f31a956a70229a8cc9e6da989a
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Feb 8 19:47:24 2011 +0100
Simplify hover CSS
-----------------------------------------------------------------------
Summary of changes:
graphite/css/theme_right.css.php | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php
index c047df5..2fbfd26 100644
--- a/graphite/css/theme_right.css.php
+++ b/graphite/css/theme_right.css.php
@@ -216,8 +216,6 @@ tr.even {
<?php if ($GLOBALS['cfg']['BrowseMarkerEnable']) { ?>
/* marked table rows */
-td.marked,
-tr.marked th,
tr.marked {
background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
@@ -235,9 +233,7 @@ tr.marked {
}
/* hovered table rows */
-tr.odd:hover th,
-tr.even:hover th,
-tr.hover th {
+tr:hover {
background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
}
hooks/post-receive
--
phpMyAdmin themes
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin themes branch, master, updated. 2647b2607130c297d3d0d03f6c9ae5137bf59d6c
by Michal Čihař 08 Feb '11
by Michal Čihař 08 Feb '11
08 Feb '11
The branch, master has been updated
via 2647b2607130c297d3d0d03f6c9ae5137bf59d6c (commit)
from a5b6ca2a58616de103e6b1a56bbd3b3b75136823 (commit)
- Log -----------------------------------------------------------------
commit 2647b2607130c297d3d0d03f6c9ae5137bf59d6c
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Feb 8 19:38:34 2011 +0100
More visible pointer background
-----------------------------------------------------------------------
Summary of changes:
graphite/layout.inc.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/graphite/layout.inc.php b/graphite/layout.inc.php
index 10dfdd8..b759da3 100644
--- a/graphite/layout.inc.php
+++ b/graphite/layout.inc.php
@@ -39,7 +39,7 @@ $GLOBALS['cfg']['MainBackground'] = '#fff';
$GLOBALS['cfg']['BrowsePointerColor'] = '#000';
// background of the pointer in browse mode
-$GLOBALS['cfg']['BrowsePointerBackground'] = '#eef';
+$GLOBALS['cfg']['BrowsePointerBackground'] = '#eff';
// foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
$GLOBALS['cfg']['BrowseMarkerColor'] = '#000';
hooks/post-receive
--
phpMyAdmin themes
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1935-g226a043
by Michal Čihař 08 Feb '11
by Michal Čihař 08 Feb '11
08 Feb '11
The branch, master has been updated
via 226a0433cdb89383994a7c31085a2fb38b54bf98 (commit)
via 9e18ed94a643438db3a424cb79f00b8fcfe59d95 (commit)
via 527ae9db4bb5fbe7dc1f254f95386a044b64c2be (commit)
via 03ed7804956e013793a1e6bc8a997469d2e9bb48 (commit)
via e7c8e002ec6abad32684ee2bd78cad9497600a92 (commit)
via ed9257291de49c4b4ec414889f85c1dfa72959ff (commit)
via a1b12104d04fb925d696a9cf851c8269f8f9f671 (commit)
via ba52e0c8416070960a007d090d65f91cd026ab3e (commit)
via 784e529f603afc51ab4b06e03d91c8a26f2b8b73 (commit)
via 6d42409543f74bcdf5751588882e640ee72599e2 (commit)
via da20e2d22c510503337af0d4577fe02b51d0621c (commit)
via 6385d23f8697f56cc4c6e2aa77ab41ad164845b7 (commit)
via 3a0d0927666dd5d4bb298596862ec0f0b9822808 (commit)
via 6e550b768354dfcf4b2b974fe81a13db7d3cf0de (commit)
via e4d4996fb8563cc3e91fba55e22cb93d261f2c0b (commit)
via 656c40afc5733dbe28afe9d84c19f19f37da47ba (commit)
via 692b0592297628e1f69c827e09c21159a21c4d0c (commit)
from 7ae146651970376ab618e0217beaf807d97348b0 (commit)
- Log -----------------------------------------------------------------
commit 226a0433cdb89383994a7c31085a2fb38b54bf98
Merge: 7ae146651970376ab618e0217beaf807d97348b0 9e18ed94a643438db3a424cb79f00b8fcfe59d95
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Feb 8 19:32:39 2011 +0100
Merge remote branch 'pootle/master'
Conflicts:
po/en_GB.po
po/fr.po
po/tr.po
commit 9e18ed94a643438db3a424cb79f00b8fcfe59d95
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Feb 8 19:46:45 2011 +0200
Translation update done using Pootle.
commit 527ae9db4bb5fbe7dc1f254f95386a044b64c2be
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Feb 8 19:46:11 2011 +0200
Translation update done using Pootle.
commit 03ed7804956e013793a1e6bc8a997469d2e9bb48
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Feb 8 19:45:46 2011 +0200
Translation update done using Pootle.
commit e7c8e002ec6abad32684ee2bd78cad9497600a92
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Feb 8 19:45:41 2011 +0200
Translation update done using Pootle.
commit ed9257291de49c4b4ec414889f85c1dfa72959ff
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Feb 8 19:45:25 2011 +0200
Translation update done using Pootle.
commit a1b12104d04fb925d696a9cf851c8269f8f9f671
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Feb 8 19:43:48 2011 +0200
Translation update done using Pootle.
commit ba52e0c8416070960a007d090d65f91cd026ab3e
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Feb 8 19:38:27 2011 +0200
Translation update done using Pootle.
commit 784e529f603afc51ab4b06e03d91c8a26f2b8b73
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Feb 8 19:38:22 2011 +0200
Translation update done using Pootle.
commit 6d42409543f74bcdf5751588882e640ee72599e2
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Feb 8 19:38:17 2011 +0200
Translation update done using Pootle.
commit da20e2d22c510503337af0d4577fe02b51d0621c
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Feb 8 19:38:13 2011 +0200
Translation update done using Pootle.
commit 6385d23f8697f56cc4c6e2aa77ab41ad164845b7
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Feb 8 19:38:08 2011 +0200
Translation update done using Pootle.
commit 3a0d0927666dd5d4bb298596862ec0f0b9822808
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Feb 8 19:00:26 2011 +0200
Translation update done using Pootle.
commit 6e550b768354dfcf4b2b974fe81a13db7d3cf0de
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Feb 8 19:00:14 2011 +0200
Translation update done using Pootle.
commit e4d4996fb8563cc3e91fba55e22cb93d261f2c0b
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Feb 8 18:59:57 2011 +0200
Translation update done using Pootle.
commit 656c40afc5733dbe28afe9d84c19f19f37da47ba
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Feb 8 18:58:38 2011 +0200
Translation update done using Pootle.
commit 692b0592297628e1f69c827e09c21159a21c4d0c
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Feb 8 18:58:30 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/en_GB.po | 14 +++++++-------
po/fr.po | 16 ++++++++--------
po/tr.po | 14 +++++++-------
3 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/po/en_GB.po b/po/en_GB.po
index c255d26..f9d3ec9 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-02-08 17:09+0100\n"
-"PO-Revision-Date: 2011-02-03 19:19+0200\n"
+"PO-Revision-Date: 2011-02-08 19:38+0200\n"
"Last-Translator: Marc Delisle <marc(a)infomarc.info>\n"
"Language-Team: english-gb <en_GB(a)li.org>\n"
"Language: en_GB\n"
@@ -112,6 +112,8 @@ msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
"for more information."
msgstr ""
+"The %s file is not available on this system, please visit www.phpmyadmin.net "
+"for more information."
#: db_create.php:58
#, php-format
@@ -2108,17 +2110,16 @@ msgstr "There are no files to upload"
#: libraries/config.values.php:45 libraries/config.values.php:50
msgid "Both"
-msgstr ""
+msgstr "Both"
#: libraries/config.values.php:74
msgid "Open"
-msgstr ""
+msgstr "Open"
#: libraries/config.values.php:74
-#, fuzzy
#| msgid "Close"
msgid "Closed"
-msgstr "Close"
+msgstr "Closed"
#: libraries/config.values.php:95 libraries/export/htmlword.php:24
#: libraries/export/latex.php:41 libraries/export/odt.php:33
@@ -4829,10 +4830,9 @@ msgid "Browser transformation"
msgstr "Browser transformation"
#: libraries/display_tbl.lib.php:1165
-#, fuzzy
#| msgid "Copyright"
msgid "Copy"
-msgstr "Copyright"
+msgstr "Copy"
#: libraries/display_tbl.lib.php:1180 libraries/display_tbl.lib.php:1192
msgid "The row has been deleted"
diff --git a/po/fr.po b/po/fr.po
index ffd710c..7b7dcb0 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-02-08 17:09+0100\n"
-"PO-Revision-Date: 2011-02-03 19:20+0200\n"
+"PO-Revision-Date: 2011-02-08 19:46+0200\n"
"Last-Translator: Marc Delisle <marc(a)infomarc.info>\n"
"Language-Team: french <fr(a)li.org>\n"
"Language: fr\n"
@@ -113,6 +113,8 @@ msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
"for more information."
msgstr ""
+"Le fichier %s n'est pas disponible sur ce serveur, veuillez visiter "
+"www.phpmyadmin.net pour plus d'informations."
#: db_create.php:58
#, php-format
@@ -1115,7 +1117,7 @@ msgstr "Montrer zone SQL"
#: js/messages.php:86
msgid "Inline Edit"
-msgstr "Édition en place"
+msgstr "Éditer en place"
#: js/messages.php:89
msgid "Hide search criteria"
@@ -2131,17 +2133,16 @@ msgstr "Aucun fichier n'est disponible pour le transfert"
#: libraries/config.values.php:45 libraries/config.values.php:50
msgid "Both"
-msgstr ""
+msgstr "Les deux"
#: libraries/config.values.php:74
msgid "Open"
-msgstr ""
+msgstr "Ouvert"
#: libraries/config.values.php:74
-#, fuzzy
#| msgid "Close"
msgid "Closed"
-msgstr "Fermer"
+msgstr "Fermé"
#: libraries/config.values.php:95 libraries/export/htmlword.php:24
#: libraries/export/latex.php:41 libraries/export/odt.php:33
@@ -4887,10 +4888,9 @@ msgid "Browser transformation"
msgstr "Transformation"
#: libraries/display_tbl.lib.php:1165
-#, fuzzy
#| msgid "Copyright"
msgid "Copy"
-msgstr "Copyright"
+msgstr "Copier"
#: libraries/display_tbl.lib.php:1180 libraries/display_tbl.lib.php:1192
msgid "The row has been deleted"
diff --git a/po/tr.po b/po/tr.po
index dea584d..e78cbe9 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-02-08 17:09+0100\n"
-"PO-Revision-Date: 2011-02-03 13:37+0200\n"
+"PO-Revision-Date: 2011-02-08 19:00+0200\n"
"Last-Translator: Burak Yavuz <hitowerdigit(a)hotmail.com>\n"
"Language-Team: turkish <tr(a)li.org>\n"
"Language: tr\n"
@@ -112,6 +112,8 @@ msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
"for more information."
msgstr ""
+"%s dosyası bu sistemde mevcut değil, lütfen daha fazla bilgi için "
+"www.phpmyadmin.net adresini ziyaret edin."
#: db_create.php:58
#, php-format
@@ -2110,17 +2112,16 @@ msgstr "Göndermek için hiç dosya yok"
#: libraries/config.values.php:45 libraries/config.values.php:50
msgid "Both"
-msgstr ""
+msgstr "Her ikisi"
#: libraries/config.values.php:74
msgid "Open"
-msgstr ""
+msgstr "Açık"
#: libraries/config.values.php:74
-#, fuzzy
#| msgid "Close"
msgid "Closed"
-msgstr "Kapat"
+msgstr "Kapandı"
#: libraries/config.values.php:95 libraries/export/htmlword.php:24
#: libraries/export/latex.php:41 libraries/export/odt.php:33
@@ -4866,10 +4867,9 @@ msgid "Browser transformation"
msgstr "Tarayıcı dönüşümü"
#: libraries/display_tbl.lib.php:1165
-#, fuzzy
#| msgid "Copyright"
msgid "Copy"
-msgstr "Telif hakkı"
+msgstr "Kopyala"
#: libraries/display_tbl.lib.php:1180 libraries/display_tbl.lib.php:1192
msgid "The row has been deleted"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 780805447313ae81eaa485045ed2bd93d179a096
by Michal Čihař 08 Feb '11
by Michal Čihař 08 Feb '11
08 Feb '11
The branch, master has been updated
via 780805447313ae81eaa485045ed2bd93d179a096 (commit)
via 2144a15f15d395644cfb6a8e1c2bced68015b585 (commit)
via c3723089527759bd51e21de9911df8ea34fdb369 (commit)
via 9c00f6326f2821102613c6cc2f1fc0aeb485e7ee (commit)
via e773ea2a1fc9c1ed7696ce0f362dea7a2aab1dc5 (commit)
via 085d5060bc4277bbfead42f7eae85562868638bf (commit)
from 4d916ce8ec4f5b90a285a29989bfff718f37a9ed (commit)
- Log -----------------------------------------------------------------
commit 780805447313ae81eaa485045ed2bd93d179a096
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Feb 8 18:56:38 2011 +0200
Translation update done using Pootle.
commit 2144a15f15d395644cfb6a8e1c2bced68015b585
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Feb 8 18:52:38 2011 +0200
Translation update done using Pootle.
commit c3723089527759bd51e21de9911df8ea34fdb369
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Feb 8 18:48:15 2011 +0200
Translation update done using Pootle.
commit 9c00f6326f2821102613c6cc2f1fc0aeb485e7ee
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Feb 8 18:47:23 2011 +0200
Translation update done using Pootle.
commit e773ea2a1fc9c1ed7696ce0f362dea7a2aab1dc5
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Feb 8 18:41:51 2011 +0200
Translation update done using Pootle.
commit 085d5060bc4277bbfead42f7eae85562868638bf
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Feb 8 18:41:10 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/tr.po | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/po/tr.po b/po/tr.po
index 15e6fd6..2183a19 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-02-07 23:16+0100\n"
-"PO-Revision-Date: 2011-02-07 23:53+0200\n"
+"PO-Revision-Date: 2011-02-08 18:56+0200\n"
"Last-Translator: Burak Yavuz <hitowerdigit(a)hotmail.com>\n"
"Language-Team: none\n"
"Language: tr\n"
@@ -1370,6 +1370,12 @@ msgid ""
"['password']</a> fields (and as a result, anyone who can read your config."
"inc.php can discover your username and password)."
msgstr ""
+"Bu kip daha güvenli olandır çünkü <a href=\"#servers_user\" "
+"class=\"configrule\"> $cfg['Servers'][$i]['user']</a> ve <a "
+"href=\"#servers_user\" class=\"configrule\"> $cfg['Servers'][$i]['password']</a> "
+"alanlarını doldurmanızı gerektirir (ve sonuç olarak config.inc.php "
+"dosyanızı okuyabilen her kim olursa kullanıcı adı ve parolanızı "
+"keşfedebilir)."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:519
@@ -1378,6 +1384,9 @@ msgid ""
"href=\"#servers_only_db\" class=\"configrule\"> $cfg['Servers'][$i]"
"['only_db']</a> might be enough."
msgstr ""
+"Ama burada "denetim kullanıcısını" ayarlamanıza gerek yoktur: <a "
+"href=\"#servers_only_db\" class=\"configrule\"> "
+"$cfg['Servers'][$i]['only_db']</a> kullanmanız yeterli olabilir."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:522
@@ -1386,6 +1395,9 @@ msgid ""
"\">ISP</abbr> <abbr title=\"Frequently Asked Questions\">FAQ</abbr></a> "
"section, there is an entry explaining how to protect your configuration file."
msgstr ""
+"<a href=\"#faqmultiuser\"> <abbr title=\"Internet hizmet sağlayıcı\">ISP</abbr> "
+"<abbr title=\"Sıkça Sorulan Sorular\">SSS</abbr></a> bölümü içinde "
+"yapılandırma dosyanızı nasıl koruyacağınızı anlatan bir giriş vardır."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:526
@@ -1396,6 +1408,12 @@ msgid ""
"\"#servers_allowdeny_rules\" class=\"configrule\"> $cfg['Servers'][$i]"
"['AllowDeny']['rules']</a> configuration directives."
msgstr ""
+"Bu kipte ilave güvenlik için Anamakine kimlik doğrulaması <a "
+"href=\"#servers_allowdeny_order\" class=\"configrule\"> "
+"$cfg['Servers'][$i]['AllowDeny']['order']</a> and <a "
+"href=\"#servers_allowdeny_rules\" class=\"configrule\"> "
+"$cfg['Servers'][$i]['AllowDeny']['rules']</a> yapılandırma yönergelerini "
+"dikkate almayı isteyebilirsiniz."
#. type: Content of: <html><body><div><ul><li>
#: orig-docs/Documentation.html:533
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1918-g7ae1466
by Michal Čihař 08 Feb '11
by Michal Čihař 08 Feb '11
08 Feb '11
The branch, master has been updated
via 7ae146651970376ab618e0217beaf807d97348b0 (commit)
from 851e853cf2b794515e3999fce57214662691c93b (commit)
- Log -----------------------------------------------------------------
commit 7ae146651970376ab618e0217beaf807d97348b0
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Feb 8 17:13:58 2011 +0100
Fix typo
-----------------------------------------------------------------------
Summary of changes:
po/cs.po | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/po/cs.po b/po/cs.po
index 2fa995b..a808c16 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6903,7 +6903,7 @@ msgstr "Získejte podporu"
#: main.php:229
#| msgid "No change"
msgid "List of changes"
-msgstr "Seznam změna"
+msgstr "Seznam změn"
#: main.php:253
msgid ""
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1917-g851e853
by Michal Čihař 08 Feb '11
by Michal Čihař 08 Feb '11
08 Feb '11
The branch, master has been updated
via 851e853cf2b794515e3999fce57214662691c93b (commit)
from 2a8ddfa44d6f187eb4b41dabada5aa02671e990f (commit)
- Log -----------------------------------------------------------------
commit 851e853cf2b794515e3999fce57214662691c93b
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Feb 8 17:10:33 2011 +0100
Czech translation update
-----------------------------------------------------------------------
Summary of changes:
po/cs.po | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/po/cs.po b/po/cs.po
index 5bd549b..2fa995b 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-02-08 17:09+0100\n"
-"PO-Revision-Date: 2011-02-08 13:56+0100\n"
+"PO-Revision-Date: 2011-02-08 17:10+0100\n"
"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
"Language: cs\n"
@@ -115,6 +115,7 @@ msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
"for more information."
msgstr ""
+"Soubor %s nebyl nalezen, více informací naleznete na www.phpmyadmin.net."
#: db_create.php:58
#, php-format
@@ -6890,22 +6891,19 @@ msgid "Official Homepage"
msgstr "Oficiální stránka phpMyAdmina"
#: main.php:227
-#, fuzzy
#| msgid "Attributes"
msgid "Contribute"
-msgstr "Vlastnosti"
+msgstr "Přispějte"
#: main.php:228
-#, fuzzy
#| msgid "Replication support"
msgid "Get support"
-msgstr "podpora pro replikaci"
+msgstr "Získejte podporu"
#: main.php:229
-#, fuzzy
#| msgid "No change"
msgid "List of changes"
-msgstr "Žádná změna"
+msgstr "Seznam změna"
#: main.php:253
msgid ""
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1916-g2a8ddfa
by Michal Čihař 08 Feb '11
by Michal Čihař 08 Feb '11
08 Feb '11
The branch, master has been updated
via 2a8ddfa44d6f187eb4b41dabada5aa02671e990f (commit)
from 63800bff7a184616e9008a1bea5717ce2e956b37 (commit)
- Log -----------------------------------------------------------------
commit 2a8ddfa44d6f187eb4b41dabada5aa02671e990f
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Feb 8 17:09:12 2011 +0100
Update po files
-----------------------------------------------------------------------
Summary of changes:
po/af.po | 40 ++++++++++++++++++++++++++--------------
po/ar.po | 40 ++++++++++++++++++++++++++--------------
po/az.po | 40 ++++++++++++++++++++++++++--------------
po/be.po | 40 ++++++++++++++++++++++++++--------------
po/be(a)latin.po | 40 ++++++++++++++++++++++++++--------------
po/bg.po | 40 ++++++++++++++++++++++++++--------------
po/bn.po | 40 ++++++++++++++++++++++++++--------------
po/bs.po | 40 ++++++++++++++++++++++++++--------------
po/ca.po | 46 +++++++++++++++++++++++++++++++---------------
po/cs.po | 47 ++++++++++++++++++++++++++++++++---------------
po/cy.po | 38 ++++++++++++++++++++++++--------------
po/da.po | 40 ++++++++++++++++++++++++++--------------
po/de.po | 43 ++++++++++++++++++++++++++++---------------
po/el.po | 47 ++++++++++++++++++++++++++++++++---------------
po/en_GB.po | 47 ++++++++++++++++++++++++++++++++---------------
po/es.po | 43 ++++++++++++++++++++++++++++---------------
po/et.po | 40 ++++++++++++++++++++++++++--------------
po/eu.po | 40 ++++++++++++++++++++++++++--------------
po/fa.po | 38 ++++++++++++++++++++++++--------------
po/fi.po | 43 ++++++++++++++++++++++++++++---------------
po/fr.po | 47 ++++++++++++++++++++++++++++++++---------------
po/gl.po | 43 ++++++++++++++++++++++++++++---------------
po/he.po | 40 ++++++++++++++++++++++++++--------------
po/hi.po | 40 ++++++++++++++++++++++++++--------------
po/hr.po | 40 ++++++++++++++++++++++++++--------------
po/hu.po | 43 ++++++++++++++++++++++++++++---------------
po/id.po | 40 ++++++++++++++++++++++++++--------------
po/it.po | 43 ++++++++++++++++++++++++++++---------------
po/ja.po | 43 ++++++++++++++++++++++++++++---------------
po/ka.po | 43 ++++++++++++++++++++++++++++---------------
po/ko.po | 40 ++++++++++++++++++++++++++--------------
po/lt.po | 46 +++++++++++++++++++++++++++++++---------------
po/lv.po | 40 ++++++++++++++++++++++++++--------------
po/mk.po | 40 ++++++++++++++++++++++++++--------------
po/mn.po | 43 ++++++++++++++++++++++++++++---------------
po/ms.po | 40 ++++++++++++++++++++++++++--------------
po/nb.po | 43 ++++++++++++++++++++++++++++---------------
po/nl.po | 43 ++++++++++++++++++++++++++++---------------
po/phpmyadmin.pot | 36 ++++++++++++++++++++++--------------
po/pl.po | 43 ++++++++++++++++++++++++++++---------------
po/pt.po | 40 ++++++++++++++++++++++++++--------------
po/pt_BR.po | 43 ++++++++++++++++++++++++++++---------------
po/ro.po | 43 ++++++++++++++++++++++++++++---------------
po/ru.po | 45 ++++++++++++++++++++++++++++++---------------
po/si.po | 40 ++++++++++++++++++++++++++--------------
po/sk.po | 43 ++++++++++++++++++++++++++++---------------
po/sl.po | 47 ++++++++++++++++++++++++++++++++---------------
po/sq.po | 40 ++++++++++++++++++++++++++--------------
po/sr.po | 40 ++++++++++++++++++++++++++--------------
po/sr(a)latin.po | 40 ++++++++++++++++++++++++++--------------
po/sv.po | 46 +++++++++++++++++++++++++++++++---------------
po/ta.po | 36 ++++++++++++++++++++++--------------
po/te.po | 36 ++++++++++++++++++++++--------------
po/th.po | 40 ++++++++++++++++++++++++++--------------
po/tr.po | 47 ++++++++++++++++++++++++++++++++---------------
po/tt.po | 40 ++++++++++++++++++++++++++--------------
po/ug.po | 36 ++++++++++++++++++++++--------------
po/uk.po | 40 ++++++++++++++++++++++++++--------------
po/ur.po | 36 ++++++++++++++++++++++--------------
po/uz.po | 40 ++++++++++++++++++++++++++--------------
po/uz(a)latin.po | 40 ++++++++++++++++++++++++++--------------
po/zh_CN.po | 47 ++++++++++++++++++++++++++++++++---------------
po/zh_TW.po | 43 ++++++++++++++++++++++++++++---------------
63 files changed, 1707 insertions(+), 909 deletions(-)
diff --git a/po/af.po b/po/af.po
index d61d8ee..a4acb34 100644
--- a/po/af.po
+++ b/po/af.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 16:31+0100\n"
+"POT-Creation-Date: 2011-02-08 17:09+0100\n"
"PO-Revision-Date: 2010-03-30 23:04+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: afrikaans <af(a)li.org>\n"
@@ -6812,11 +6812,23 @@ msgstr ""
msgid "Official Homepage"
msgstr "Amptelike phpMyAdmin Tuisblad"
-#: main.php:233
-msgid "Mailing lists"
+#: main.php:227
+#, fuzzy
+#| msgid "Attributes"
+msgid "Contribute"
+msgstr "Kenmerke"
+
+#: main.php:228
+msgid "Get support"
msgstr ""
-#: main.php:258
+#: main.php:229
+#, fuzzy
+#| msgid "No change"
+msgid "List of changes"
+msgstr "Geen verandering"
+
+#: main.php:253
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -6824,21 +6836,21 @@ msgid ""
"this security hole by setting a password for user 'root'."
msgstr ""
-#: main.php:266
+#: main.php:261
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
msgstr ""
-#: main.php:274
+#: main.php:269
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
msgstr ""
-#: main.php:282
+#: main.php:277
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -6846,24 +6858,24 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:289
+#: main.php:284
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:297
+#: main.php:292
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
-#: main.php:305
+#: main.php:300
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:314
+#: main.php:309
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -6875,21 +6887,21 @@ msgstr ""
"Die addisionele funksies om met geskakelde tabelle te werk is ge deaktiveer. "
"Om uit te vind hoekom kliek %shier%s."
-#: main.php:329
+#: main.php:324
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:344
+#: main.php:339
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:356
+#: main.php:351
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/ar.po b/po/ar.po
index 26d1ecd..f1735e9 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 16:31+0100\n"
+"POT-Creation-Date: 2011-02-08 17:09+0100\n"
"PO-Revision-Date: 2010-05-29 14:16+0200\n"
"Last-Translator: Ahmed <aa.mahdawy.10(a)gmail.com>\n"
"Language-Team: arabic <ar(a)li.org>\n"
@@ -6901,11 +6901,23 @@ msgstr "ويكي"
msgid "Official Homepage"
msgstr "الصفحة الرئيسية الرسمية لـ phpMyAdmin"
-#: main.php:233
-msgid "Mailing lists"
+#: main.php:227
+#, fuzzy
+#| msgid "Attributes"
+msgid "Contribute"
+msgstr "الخواص"
+
+#: main.php:228
+msgid "Get support"
msgstr ""
-#: main.php:258
+#: main.php:229
+#, fuzzy
+#| msgid "No change"
+msgid "List of changes"
+msgstr "لا تغييرات"
+
+#: main.php:253
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -6917,21 +6929,21 @@ msgstr ""
"الافتراضية معرض لخطر الاقتحام، وعليك أن تقوم بإصلاح ثغرة الأمان هذه في أقرب "
"وقت ممكن."
-#: main.php:266
+#: main.php:261
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
msgstr ""
-#: main.php:274
+#: main.php:269
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
msgstr ""
-#: main.php:282
+#: main.php:277
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -6939,24 +6951,24 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:289
+#: main.php:284
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:297
+#: main.php:292
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr "يحتاج ملف الإعداد الآن إلى كلمة المرور السرية."
-#: main.php:305
+#: main.php:300
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:314
+#: main.php:309
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -6968,21 +6980,21 @@ msgstr ""
"تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %sهنا"
"%s."
-#: main.php:329
+#: main.php:324
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:344
+#: main.php:339
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:356
+#: main.php:351
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/az.po b/po/az.po
index aac659f..2a74fd6 100644
--- a/po/az.po
+++ b/po/az.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 16:31+0100\n"
+"POT-Creation-Date: 2011-02-08 17:09+0100\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: azerbaijani <az(a)li.org>\n"
@@ -6951,11 +6951,23 @@ msgstr ""
msgid "Official Homepage"
msgstr "phpMyAdmin Resmi İnternet Sehifesi"
-#: main.php:233
-msgid "Mailing lists"
+#: main.php:227
+#, fuzzy
+#| msgid "Attributes"
+msgid "Contribute"
+msgstr "Xüsusiyyetler"
+
+#: main.php:228
+msgid "Get support"
msgstr ""
-#: main.php:258
+#: main.php:229
+#, fuzzy
+#| msgid "No change"
+msgid "List of changes"
+msgstr "Deyişiklik Yoxdur"
+
+#: main.php:253
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -6966,21 +6978,21 @@ msgstr ""
"istifadeçisi) mövcuddur ki, bu da tehlükesizlik nöqteyi nezerinden e'tibarlı "
"deyildir."
-#: main.php:266
+#: main.php:261
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
msgstr ""
-#: main.php:274
+#: main.php:269
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
msgstr ""
-#: main.php:282
+#: main.php:277
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -6988,24 +7000,24 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:289
+#: main.php:284
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:297
+#: main.php:292
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
-#: main.php:305
+#: main.php:300
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:314
+#: main.php:309
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7017,21 +7029,21 @@ msgstr ""
"Elaqelendirilmiş cedveller üçün nezerde tutulmuş be'zi xüsusiyyetler "
"passivleşdirilmişdir. Sebebini aydınlaşdırmaq üçün %sbax%s."
-#: main.php:329
+#: main.php:324
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:344
+#: main.php:339
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:356
+#: main.php:351
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/be.po b/po/be.po
index 22fdbf6..03cdad1 100644
--- a/po/be.po
+++ b/po/be.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 16:31+0100\n"
+"POT-Creation-Date: 2011-02-08 17:09+0100\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: belarusian_cyrillic <be(a)li.org>\n"
@@ -7163,11 +7163,23 @@ msgstr "Wiki"
msgid "Official Homepage"
msgstr "Афіцыйная старонка phpMyAdmin"
-#: main.php:233
-msgid "Mailing lists"
+#: main.php:227
+#, fuzzy
+#| msgid "Attributes"
+msgid "Contribute"
+msgstr "Атрыбуты"
+
+#: main.php:228
+msgid "Get support"
msgstr ""
-#: main.php:258
+#: main.php:229
+#, fuzzy
+#| msgid "No change"
+msgid "List of changes"
+msgstr "Няма зьменаў"
+
+#: main.php:253
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7180,7 +7192,7 @@ msgstr ""
"зьнешняга ўрываньня, і таму вам абавязкова трэба выправіць гэтую хібу ў "
"бясьпецы."
-#: main.php:266
+#: main.php:261
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -7189,7 +7201,7 @@ msgstr ""
"Вы ўключылі mbstring.func_overload у вашым канфігурацыйным файле PHP. Гэтая "
"опцыя несумяшчальная з phpMyAdmin і можа выклікаць пашкоджаньне дадзеных!"
-#: main.php:274
+#: main.php:269
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -7199,7 +7211,7 @@ msgstr ""
"шматбайтавую кадыроўку. Без пашырэньня mbstring phpMyAdmin ня можа падзяляць "
"радкі карэктна, і гэта можа прывесьці да нечаканых вынікаў."
-#: main.php:282
+#: main.php:277
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7207,25 +7219,25 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:289
+#: main.php:284
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:297
+#: main.php:292
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"Канфігурацыйнаму файлу зараз патрэбная сакрэтная фраза (blowfish_secret)."
-#: main.php:305
+#: main.php:300
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:314
+#: main.php:309
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7237,14 +7249,14 @@ msgstr ""
"Дадатковыя магчымасьці работы з зьвязанымі табліцамі былі адключаныя. Каб "
"высьветліць чаму, націсьніце %sтут%s."
-#: main.php:329
+#: main.php:324
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:344
+#: main.php:339
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
@@ -7253,7 +7265,7 @@ msgstr ""
"Вэрсія вашай бібліятэкі MySQL для PHP %s адрозьніваецца ад вэрсіі вашага "
"сэрвэра MySQL %s. Гэта можа выклікаць непрадказальныя паводзіны."
-#: main.php:356
+#: main.php:351
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index cd6e626..6655aaf 100644
--- a/po/be(a)latin.po
+++ b/po/be(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 16:31+0100\n"
+"POT-Creation-Date: 2011-02-08 17:09+0100\n"
"PO-Revision-Date: 2010-03-30 23:09+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: belarusian_latin <be@latin@li.org>\n"
@@ -7134,11 +7134,23 @@ msgstr "Wiki"
msgid "Official Homepage"
msgstr "Aficyjnaja staronka phpMyAdmin"
-#: main.php:233
-msgid "Mailing lists"
+#: main.php:227
+#, fuzzy
+#| msgid "Attributes"
+msgid "Contribute"
+msgstr "Atrybuty"
+
+#: main.php:228
+msgid "Get support"
msgstr ""
-#: main.php:258
+#: main.php:229
+#, fuzzy
+#| msgid "No change"
+msgid "List of changes"
+msgstr "Niama źmienaŭ"
+
+#: main.php:253
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7151,7 +7163,7 @@ msgstr ""
"źniešniaha ŭryvańnia, i tamu vam abaviazkova treba vypravić hetuju chibu ŭ "
"biaśpiecy."
-#: main.php:266
+#: main.php:261
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -7160,7 +7172,7 @@ msgstr ""
"Vy ŭklučyli mbstring.func_overload u vašym kanfihuracyjnym fajle PHP. Hetaja "
"opcyja niesumiaščalnaja z phpMyAdmin i moža vyklikać paškodžańnie dadzienych!"
-#: main.php:274
+#: main.php:269
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -7170,7 +7182,7 @@ msgstr ""
"šmatbajtavuju kadyroŭku. Biez pašyreńnia mbstring phpMyAdmin nia moža "
"padzialać radki karektna, i heta moža pryvieści da niečakanych vynikaŭ."
-#: main.php:282
+#: main.php:277
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7178,25 +7190,25 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:289
+#: main.php:284
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:297
+#: main.php:292
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"Kanfihuracyjnamu fajłu zaraz patrebnaja sakretnaja fraza (blowfish_secret)."
-#: main.php:305
+#: main.php:300
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:314
+#: main.php:309
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7208,14 +7220,14 @@ msgstr ""
"Dadatkovyja mahčymaści raboty z źviazanymi tablicami byli adklučanyja. Kab "
"vyśvietlić čamu, naciśnicie %stut%s."
-#: main.php:329
+#: main.php:324
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:344
+#: main.php:339
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
@@ -7224,7 +7236,7 @@ msgstr ""
"Versija vašaj biblijateki MySQL dla PHP %s adroźnivajecca ad versii vašaha "
"servera MySQL %s. Heta moža vyklikać niepradkazalnyja pavodziny."
-#: main.php:356
+#: main.php:351
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/bg.po b/po/bg.po
index 417202e..1444555 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 16:31+0100\n"
+"POT-Creation-Date: 2011-02-08 17:09+0100\n"
"PO-Revision-Date: 2010-06-11 17:28+0200\n"
"Last-Translator: <stanprog(a)stanprog.com>\n"
"Language-Team: bulgarian <bg(a)li.org>\n"
@@ -7009,11 +7009,23 @@ msgstr ""
msgid "Official Homepage"
msgstr "Официалната уеб страница на phpMyAdmin "
-#: main.php:233
-msgid "Mailing lists"
+#: main.php:227
+#, fuzzy
+#| msgid "Attributes"
+msgid "Contribute"
+msgstr "Атрибути"
+
+#: main.php:228
+msgid "Get support"
msgstr ""
-#: main.php:258
+#: main.php:229
+#, fuzzy
+#| msgid "No change"
+msgid "List of changes"
+msgstr "Няма промяна"
+
+#: main.php:253
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7025,21 +7037,21 @@ msgstr ""
"MySQL сървър е стартиран с това по подразбиране и може да бъде лесно хакнат. "
"Трябва да оправите тази дупка в сигурността."
-#: main.php:266
+#: main.php:261
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
msgstr ""
-#: main.php:274
+#: main.php:269
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
msgstr ""
-#: main.php:282
+#: main.php:277
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7047,24 +7059,24 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:289
+#: main.php:284
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:297
+#: main.php:292
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr "Конфигурационния файл има нужда от тайна парола (blowfish_secret)."
-#: main.php:305
+#: main.php:300
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:314
+#: main.php:309
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7076,21 +7088,21 @@ msgstr ""
"Допълнителните възможности за работа със свързани (linked) таблици са "
"деактивирани. За да разберете защо кликнете %sтук%s."
-#: main.php:329
+#: main.php:324
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:344
+#: main.php:339
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:356
+#: main.php:351
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/bn.po b/po/bn.po
index 9831a95..3e81ee7 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 16:31+0100\n"
+"POT-Creation-Date: 2011-02-08 17:09+0100\n"
"PO-Revision-Date: 2010-10-21 01:36+0200\n"
"Last-Translator: Nobin নবীন <nobin(a)cyberbogra.com>\n"
"Language-Team: bangla <bn(a)li.org>\n"
@@ -7083,11 +7083,23 @@ msgstr ""
msgid "Official Homepage"
msgstr "Official phpMyAdmin Homepage"
-#: main.php:233
-msgid "Mailing lists"
+#: main.php:227
+#, fuzzy
+#| msgid "Attributes"
+msgid "Contribute"
+msgstr "Attributes"
+
+#: main.php:228
+msgid "Get support"
msgstr ""
-#: main.php:258
+#: main.php:229
+#, fuzzy
+#| msgid "No change"
+msgid "List of changes"
+msgstr "No change"
+
+#: main.php:253
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7099,7 +7111,7 @@ msgstr ""
"running with this default, is open to intrusion, and you really should fix "
"this security hole."
-#: main.php:266
+#: main.php:261
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -7109,7 +7121,7 @@ msgstr ""
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
-#: main.php:274
+#: main.php:269
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -7119,7 +7131,7 @@ msgstr ""
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
-#: main.php:282
+#: main.php:277
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7127,25 +7139,25 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:289
+#: main.php:284
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:297
+#: main.php:292
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"The configuration file now needs a secret passphrase (blowfish_secret)."
-#: main.php:305
+#: main.php:300
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:314
+#: main.php:309
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7157,21 +7169,21 @@ msgstr ""
"The additional features for working with linked tables have been "
"deactivated. To find out why click %shere%s."
-#: main.php:329
+#: main.php:324
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:344
+#: main.php:339
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:356
+#: main.php:351
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/bs.po b/po/bs.po
index 8f8a308..0b0de2c 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 16:31+0100\n"
+"POT-Creation-Date: 2011-02-08 17:09+0100\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bosnian <bs(a)li.org>\n"
@@ -6935,11 +6935,23 @@ msgstr ""
msgid "Official Homepage"
msgstr "phpMyAdmin veb sajt"
-#: main.php:233
-msgid "Mailing lists"
+#: main.php:227
+#, fuzzy
+#| msgid "Attributes"
+msgid "Contribute"
+msgstr "Atributi"
+
+#: main.php:228
+msgid "Get support"
msgstr ""
-#: main.php:258
+#: main.php:229
+#, fuzzy
+#| msgid "No change"
+msgid "List of changes"
+msgstr "Nema izmjena"
+
+#: main.php:253
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -6951,21 +6963,21 @@ msgstr ""
"ovim podešavanjima, otvoren je za hakovanje, i zaista treba da ispravite "
"ovaj sigurnosni rizik."
-#: main.php:266
+#: main.php:261
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
msgstr ""
-#: main.php:274
+#: main.php:269
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
msgstr ""
-#: main.php:282
+#: main.php:277
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -6973,24 +6985,24 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:289
+#: main.php:284
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:297
+#: main.php:292
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr "Konfiguraciona datoteka zahtjeva tajnu lozinku (blowfish_secret)."
-#: main.php:305
+#: main.php:300
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:314
+#: main.php:309
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7002,21 +7014,21 @@ msgstr ""
"Dodatne mogućnosti za rad sa povezanim tabelama su isključene. Da biste "
"saznali zašto, kliknite %sovde%s."
-#: main.php:329
+#: main.php:324
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:344
+#: main.php:339
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:356
+#: main.php:351
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/ca.po b/po/ca.po
index 92d3586..c424d9b 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 16:31+0100\n"
+"POT-Creation-Date: 2011-02-08 17:09+0100\n"
"PO-Revision-Date: 2010-12-14 11:33+0200\n"
"Last-Translator: Xavier Navarro <xvnavarro(a)gmail.com>\n"
"Language-Team: catalan <ca(a)li.org>\n"
@@ -6955,11 +6955,24 @@ msgstr "Wiki"
msgid "Official Homepage"
msgstr "Pàgina oficial del phpMyAdmin"
-#: main.php:233
-msgid "Mailing lists"
-msgstr "Llistes de correu"
+#: main.php:227
+#, fuzzy
+#| msgid "Attributes"
+msgid "Contribute"
+msgstr "Atributs"
+
+#: main.php:228
+#, fuzzy
+msgid "Get support"
+msgstr "Exporta"
-#: main.php:258
+#: main.php:229
+#, fuzzy
+#| msgid "No change"
+msgid "List of changes"
+msgstr "Sense canvis"
+
+#: main.php:253
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -6972,7 +6985,7 @@ msgstr ""
"i s'exposa a intrusions, pel que recomanem la reparació urgent d'aquest "
"forat de seguretat."
-#: main.php:266
+#: main.php:261
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -6982,7 +6995,7 @@ msgstr ""
"PHP. Aquesta opció és incompatible amb phpMyAdmin i pot provocar la perdua "
"de dades!"
-#: main.php:274
+#: main.php:269
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -6992,7 +7005,7 @@ msgstr ""
"de caràcters multibyte. Sense l'extensió -mbstring-, phpMyAdmin és incapaç "
"de dividir cadenes de text correctament i pot generar resultats inesperats."
-#: main.php:282
+#: main.php:277
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7004,7 +7017,7 @@ msgstr ""
"caducitat de galetes -cookies- configurat a phpMyAdmin, degut a aixó, la "
"vostra conenexió caducarà abans del establert a phpMyAdmin."
-#: main.php:289
+#: main.php:284
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
@@ -7013,13 +7026,13 @@ msgstr ""
"configuració a phpMyAdmin, degut a aixó, la teva sessió caducarà més aviat "
"que el que indica la configuració de phpMyAdmin."
-#: main.php:297
+#: main.php:292
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"L'arxiu de configuració necessita ara una frase de pas secreta "
"(blowfish_secret)."
-#: main.php:305
+#: main.php:300
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
@@ -7029,7 +7042,7 @@ msgstr ""
"encara existeix dins del vostre directori de phpMyAdmin. Heu d'esborrar-ho "
"un cop heu acabat de configurar phpMyAdmin."
-#: main.php:314
+#: main.php:309
#, php-format
msgid ""
"The phpMyAdmin configuration storage is not completely configured, some "
@@ -7039,7 +7052,7 @@ msgstr ""
"completa, s'han desactivat algunes característiques avançades. Per saber "
"perquè, clica %saquí%s."
-#: main.php:329
+#: main.php:324
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
@@ -7049,7 +7062,7 @@ msgstr ""
"algunes funcions de phpMyAdmin poden estar desactivades. Per exemple, el "
"marc de navegació no s'actualitzarà automàticament."
-#: main.php:344
+#: main.php:339
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
@@ -7058,7 +7071,7 @@ msgstr ""
"La teva llibreria MySQL de PHP MySQL versió %s és diferent del teu servidor "
"MySQL versió %s. Aixó pot provocar comportaments inesperats."
-#: main.php:356
+#: main.php:351
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
@@ -10073,6 +10086,9 @@ msgstr "Nom de VISTA"
msgid "Rename view to"
msgstr "Reanomena la vista a"
+#~ msgid "Mailing lists"
+#~ msgstr "Llistes de correu"
+
#, fuzzy
#~| msgid "Yes"
#~ msgid "yes"
diff --git a/po/cs.po b/po/cs.po
index e0b3c4e..5bd549b 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 16:31+0100\n"
+"POT-Creation-Date: 2011-02-08 17:09+0100\n"
"PO-Revision-Date: 2011-02-08 13:56+0100\n"
"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
@@ -6889,11 +6889,25 @@ msgstr "Wiki"
msgid "Official Homepage"
msgstr "Oficiální stránka phpMyAdmina"
-#: main.php:233
-msgid "Mailing lists"
-msgstr "Mailové konference"
+#: main.php:227
+#, fuzzy
+#| msgid "Attributes"
+msgid "Contribute"
+msgstr "Vlastnosti"
+
+#: main.php:228
+#, fuzzy
+#| msgid "Replication support"
+msgid "Get support"
+msgstr "podpora pro replikaci"
-#: main.php:258
+#: main.php:229
+#, fuzzy
+#| msgid "No change"
+msgid "List of changes"
+msgstr "Žádná změna"
+
+#: main.php:253
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -6904,7 +6918,7 @@ msgstr ""
"nastavit heslo pro uživatele 'root' a tím podstatně zvýšit zabezpečení "
"vašeho serveru."
-#: main.php:266
+#: main.php:261
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -6913,7 +6927,7 @@ msgstr ""
"V nastavení PHP máte zapnuto mbstring.func_overload. Toto nastavení není "
"kompatibilní s phpMyAdminem a může způsobit poškození dat!"
-#: main.php:274
+#: main.php:269
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -6923,7 +6937,7 @@ msgstr ""
"bajtovou znakovou sadu. Bez rozšíření mbstring neumí phpMyAdmin správně "
"rozdělovat řetězce a proto to může mít nečekané následky."
-#: main.php:282
+#: main.php:277
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -6935,7 +6949,7 @@ msgstr ""
"platnost cookies nastavená v phpMyAdminovi. Z tohoto důvodu bude vaše "
"přilášení neplatné dříve, než je nastaveno v phpMyAdminovi."
-#: main.php:289
+#: main.php:284
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
@@ -6944,13 +6958,13 @@ msgstr ""
"phpMyAdminovi. Z tohoto důvodu vaše přihlášení vyprší dříve než je nastavené "
"v phpMyAdminovi."
-#: main.php:297
+#: main.php:292
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"Nastavte klíč pro šifrování cookies (blowfish_secret) v konfiguračním "
"souboru (config.inc.php)."
-#: main.php:305
+#: main.php:300
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
@@ -6960,7 +6974,7 @@ msgstr ""
"existuje v adresáři s phpMyAdminem. Měli byste ho odstranit, jakmile je "
"phpMyAdmin nastaven."
-#: main.php:314
+#: main.php:309
#, php-format
msgid ""
"The phpMyAdmin configuration storage is not completely configured, some "
@@ -6969,7 +6983,7 @@ msgstr ""
"Úložiště nastavení phpMyAdmina není plně dostupné, některé z rozšířených "
"funkcí phpMyAdmina nelze používat. %sZde%s zjistíte proč."
-#: main.php:329
+#: main.php:324
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
@@ -6979,7 +6993,7 @@ msgstr ""
"phpMyAdmin nemusí fungovat správně. Například navigační rám se nebude "
"automaticky obnovovat."
-#: main.php:344
+#: main.php:339
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
@@ -6988,7 +7002,7 @@ msgstr ""
"Používaný MySQL modul v PHP je kompilován pro MySQL %s a server používá "
"verzi %s. Používání různých verzí může způsobit problémy."
-#: main.php:356
+#: main.php:351
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
@@ -9944,6 +9958,9 @@ msgstr "Jméno pohledu"
msgid "Rename view to"
msgstr "Přejmenovat pohled na"
+#~ msgid "Mailing lists"
+#~ msgstr "Mailové konference"
+
#~ msgid "yes"
#~ msgstr "ano"
diff --git a/po/cy.po b/po/cy.po
index b9a72d9..f01189b 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 16:31+0100\n"
+"POT-Creation-Date: 2011-02-08 17:09+0100\n"
"PO-Revision-Date: 2010-06-07 20:23+0200\n"
"Last-Translator: <ardavies(a)tiscali.co.uk>\n"
"Language-Team: Welsh <cy(a)li.org>\n"
@@ -6790,11 +6790,21 @@ msgstr "Wici"
msgid "Official Homepage"
msgstr "Hafan Swyddogol"
-#: main.php:233
-msgid "Mailing lists"
+#: main.php:227
+msgid "Contribute"
msgstr ""
-#: main.php:258
+#: main.php:228
+msgid "Get support"
+msgstr ""
+
+#: main.php:229
+#, fuzzy
+#| msgid "No change"
+msgid "List of changes"
+msgstr "Dim newid"
+
+#: main.php:253
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -6802,21 +6812,21 @@ msgid ""
"this security hole by setting a password for user 'root'."
msgstr ""
-#: main.php:266
+#: main.php:261
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
msgstr ""
-#: main.php:274
+#: main.php:269
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
msgstr ""
-#: main.php:282
+#: main.php:277
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -6824,24 +6834,24 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:289
+#: main.php:284
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:297
+#: main.php:292
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
-#: main.php:305
+#: main.php:300
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:314
+#: main.php:309
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -6853,21 +6863,21 @@ msgstr ""
"Mae'r nodweddion ar gyfer gweithio gyda thablau sydd wedi cysylltu wedi'u "
"hanalluogi. Pwyswch %syma%s i ddarganfod pam."
-#: main.php:329
+#: main.php:324
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:344
+#: main.php:339
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:356
+#: main.php:351
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/da.po b/po/da.po
index 7bbda00..475167c 100644
--- a/po/da.po
+++ b/po/da.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 16:31+0100\n"
+"POT-Creation-Date: 2011-02-08 17:09+0100\n"
"PO-Revision-Date: 2010-07-21 14:55+0200\n"
"Last-Translator: Marc Delisle <marc(a)infomarc.info>\n"
"Language-Team: danish <da(a)li.org>\n"
@@ -7038,11 +7038,23 @@ msgstr ""
msgid "Official Homepage"
msgstr "Officiel phpMyAdmin hjemmeside "
-#: main.php:233
-msgid "Mailing lists"
+#: main.php:227
+#, fuzzy
+#| msgid "Attributes"
+msgid "Contribute"
+msgstr "Attributter"
+
+#: main.php:228
+msgid "Get support"
msgstr ""
-#: main.php:258
+#: main.php:229
+#, fuzzy
+#| msgid "No change"
+msgid "List of changes"
+msgstr "Ingen ændring"
+
+#: main.php:253
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7054,7 +7066,7 @@ msgstr ""
"kører med denne standardindstilling, <u>er åben for indtrængen</u>, og du "
"opfordres stærkt til at gøre noget ved dette sikkerhedshul."
-#: main.php:266
+#: main.php:261
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -7064,7 +7076,7 @@ msgstr ""
"indstilling er ikke kompatibel med phpMyAdmin og kan forårsage ødelæggelse "
"af nogle data!"
-#: main.php:274
+#: main.php:269
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -7074,7 +7086,7 @@ msgstr ""
"multibyte tegnsæt. Uden mbstring-udvidelsen er phpMyAdmin ude af stand til "
"at opdele strenge korrekt og dette kan forårsage uventede resultater"
-#: main.php:282
+#: main.php:277
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7082,25 +7094,25 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:289
+#: main.php:284
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:297
+#: main.php:292
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"Konfigurationsfilen skal nu bruge et hemmeligt kodeord (blowfish_secret)."
-#: main.php:305
+#: main.php:300
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:314
+#: main.php:309
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7112,14 +7124,14 @@ msgstr ""
"De ekstra features for at arbejde med linkede tabeller er deaktiveret. For "
"at se hvorfor, klik %sher%s."
-#: main.php:329
+#: main.php:324
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:344
+#: main.php:339
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
@@ -7128,7 +7140,7 @@ msgstr ""
"Din PHP MySQL-biblioteks version %s afviger fra din MySQL server version %s. "
"Dette kan forårsage uforudsigelige resultater."
-#: main.php:356
+#: main.php:351
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/de.po b/po/de.po
index 30410be..0662ebf 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 16:31+0100\n"
+"POT-Creation-Date: 2011-02-08 17:09+0100\n"
"PO-Revision-Date: 2011-01-21 12:07+0200\n"
"Last-Translator: <ch(a)rech.co>\n"
"Language-Team: german <de(a)li.org>\n"
@@ -7292,11 +7292,24 @@ msgstr "Wiki"
msgid "Official Homepage"
msgstr "Offizielle Homepage "
-#: main.php:233
-msgid "Mailing lists"
-msgstr ""
+#: main.php:227
+#, fuzzy
+#| msgid "Attributes"
+msgid "Contribute"
+msgstr "Attribute"
+
+#: main.php:228
+#, fuzzy
+msgid "Get support"
+msgstr "Exportieren"
+
+#: main.php:229
+#, fuzzy
+#| msgid "No change"
+msgid "List of changes"
+msgstr "Keine Änderung"
-#: main.php:258
+#: main.php:253
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7309,7 +7322,7 @@ msgstr ""
"leicht von außen auf ihn zugreifen. Sie sollten diese Sicherheitslücke "
"unbedingt schließen!"
-#: main.php:266
+#: main.php:261
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -7319,7 +7332,7 @@ msgstr ""
"aktiviert. Diese ist nicht kompatibel zu phpMyAdmin, weshalb es zu Problemen "
"und Datenverlust kommen kann."
-#: main.php:274
+#: main.php:269
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -7330,7 +7343,7 @@ msgstr ""
"Erweiterung ist phpMyAdmin nicht in der Lage Zeichenketten zu trennen, was "
"zu unerwarteten Ergebnissen führen kann."
-#: main.php:282
+#: main.php:277
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7342,7 +7355,7 @@ msgstr ""
"die in phpMyAdmin konfigurierte Cookiegültigkeit, deshalb wird Ihre "
"Anmeldung eher ablaufen als in phpMyAdmin konfiguriert."
-#: main.php:289
+#: main.php:284
#, fuzzy
#| msgid ""
#| "Your PHP parameter [a@http://php.net/manual/en/session.configuration."
@@ -7358,13 +7371,13 @@ msgstr ""
"die in phpMyAdmin konfigurierte Cookiegültigkeit, deshalb wird Ihre "
"Anmeldung eher ablaufen als in phpMyAdmin konfiguriert."
-#: main.php:297
+#: main.php:292
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"Ab sofort muss ein geheimes Passwort zur Verschlüsselung in der "
"Konfigurationsdatei gesetzt werden (blowfish_secret)."
-#: main.php:305
+#: main.php:300
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
@@ -7373,7 +7386,7 @@ msgstr ""
"Das [code]config[/code] Unterverzeichnis des Installationsskripts ist noch "
"vorhanden. Sie sollten es nach der Konfiguration von phpMyAdmin entfernen."
-#: main.php:314
+#: main.php:309
#, fuzzy, php-format
#| msgid ""
#| "The phpMyAdmin configuration storage has been deactivated. To find out "
@@ -7385,7 +7398,7 @@ msgstr ""
"Der phpMyAdmin Konfigurations-Speicher wurde deaktiviert. Klicken Sie %shier"
"%s um herauszufinden warum."
-#: main.php:329
+#: main.php:324
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
@@ -7395,7 +7408,7 @@ msgstr ""
"von phpMyAdmin stehen daher nicht zur Verfügung. Zum Beispiel wird die "
"Navigation nicht automatisch aktualisiert."
-#: main.php:344
+#: main.php:339
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
@@ -7404,7 +7417,7 @@ msgstr ""
"Die Version der verwendeten PHP MySQL Bibliothek %s unterscheidet sich von "
"der Version des MySQL Servers %s. Dies kann zu unerwartetem Verhalten führen."
-#: main.php:356
+#: main.php:351
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/el.po b/po/el.po
index 81f7f36..2f9337b 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 16:31+0100\n"
+"POT-Creation-Date: 2011-02-08 17:09+0100\n"
"PO-Revision-Date: 2010-12-13 13:42+0200\n"
"Last-Translator: Panagiotis Papazoglou <papaz_p(a)yahoo.com>\n"
"Language-Team: greek <el(a)li.org>\n"
@@ -6992,11 +6992,25 @@ msgstr "Wiki"
msgid "Official Homepage"
msgstr "Επίσημη σελίδα του phpMyAdmin"
-#: main.php:233
-msgid "Mailing lists"
-msgstr "Λίστες αλληλογραφίας"
+#: main.php:227
+#, fuzzy
+#| msgid "Attributes"
+msgid "Contribute"
+msgstr "Χαρακτηριστικά"
+
+#: main.php:228
+#, fuzzy
+#| msgid "Replication support"
+msgid "Get support"
+msgstr "Αναφορά αναπαραγωγής"
-#: main.php:258
+#: main.php:229
+#, fuzzy
+#| msgid "No change"
+msgid "List of changes"
+msgstr "Χωρίς αλλαγή"
+
+#: main.php:253
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7009,7 +7023,7 @@ msgstr ""
"επιθέσεις και θα πρέπει να διορθώσετε το πρόβλημα εισάγωντας κωδικό "
"πρόσβασης για το χρήστη «root».."
-#: main.php:266
+#: main.php:261
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -7019,7 +7033,7 @@ msgstr ""
"επιλογή είναι ασύμβατη με το phpMyAdmin και ίσως προκαλέσει πρόβλημα με "
"μερικά δεδομένα!"
-#: main.php:274
+#: main.php:269
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -7030,7 +7044,7 @@ msgstr ""
"μπορεί να χωρίσει συμβολοσειρές σωστά και ίσως προκύψουν μη αναμενόμενα "
"αποτελέσματα."
-#: main.php:282
+#: main.php:277
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7042,7 +7056,7 @@ msgstr ""
"ρυθμισμένη εγκυρότητα cookie στο phpMyAdmin. Εξαιτίας αυτού, η σύνδεσή σας "
"θα λήξει νωρίτερα από ό,τι ρυθμίστηκε στο phpMyAdmin."
-#: main.php:289
+#: main.php:284
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
@@ -7052,13 +7066,13 @@ msgstr ""
"ρυθμισμένη εγκυρότητα cookie στο phpMyAdmin. Εξαιτίας αυτού, η σύνδεσή σας "
"θα λήξει νωρίτερα από ό,τι ρυθμίστηκε στο phpMyAdmin."
-#: main.php:297
+#: main.php:292
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"Το αρχείο ρυθμίσεων χρειάζεται τώρα μία μυστική φράση-κλειδί "
"(blowfish_secret)."
-#: main.php:305
+#: main.php:300
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
@@ -7068,7 +7082,7 @@ msgstr ""
"εγκατάστασης, υπάρχει ακόμα στο φάκελο phpMyAdmin. Πρέπει να τον διαγράψετε "
"μόλις ρυθμιστεί το phpMyAdmin."
-#: main.php:314
+#: main.php:309
#, php-format
msgid ""
"The phpMyAdmin configuration storage is not completely configured, some "
@@ -7078,7 +7092,7 @@ msgstr ""
"εκτεταμένα χαρακτηριστικά έχουν απενεργοποιηθεί. Για να δείτε γιατί πατήστε "
"%sεδώ%s."
-#: main.php:329
+#: main.php:324
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
@@ -7088,7 +7102,7 @@ msgstr ""
"σας. Μερικές λειτουργίες του phpMyAdmin δεν θα υφίσταται. Για παράδειγμα το "
"πλαίσιο πλοήγησης δεν θα ανανεώνεται αυτόματα."
-#: main.php:344
+#: main.php:339
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
@@ -7097,7 +7111,7 @@ msgstr ""
"Η έκδοση της βιβλιοθήκης PHP MySQL (%s) διαφέρει από την έκδοση του "
"διακομιστή MySQL (%s). Αυτό ίσως έχει μη προβλέψιμα αποτελέσματα."
-#: main.php:356
+#: main.php:351
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
@@ -10175,6 +10189,9 @@ msgstr "ΠΡΟΒΟΛΗ ονόματος"
msgid "Rename view to"
msgstr "Μετονομασία πίνακα σε"
+#~ msgid "Mailing lists"
+#~ msgstr "Λίστες αλληλογραφίας"
+
#, fuzzy
#~| msgid "Yes"
#~ msgid "yes"
diff --git a/po/en_GB.po b/po/en_GB.po
index eb176aa..c255d26 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 16:31+0100\n"
+"POT-Creation-Date: 2011-02-08 17:09+0100\n"
"PO-Revision-Date: 2011-02-03 19:19+0200\n"
"Last-Translator: Marc Delisle <marc(a)infomarc.info>\n"
"Language-Team: english-gb <en_GB(a)li.org>\n"
@@ -6884,11 +6884,25 @@ msgstr "Wiki"
msgid "Official Homepage"
msgstr "Official Homepage"
-#: main.php:233
-msgid "Mailing lists"
-msgstr "Mailing lists"
+#: main.php:227
+#, fuzzy
+#| msgid "Attributes"
+msgid "Contribute"
+msgstr "Attributes"
+
+#: main.php:228
+#, fuzzy
+#| msgid "Replication support"
+msgid "Get support"
+msgstr "Replication support"
-#: main.php:258
+#: main.php:229
+#, fuzzy
+#| msgid "No change"
+msgid "List of changes"
+msgstr "No change"
+
+#: main.php:253
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -6900,7 +6914,7 @@ msgstr ""
"running with this default, is open to intrusion, and you really should fix "
"this security hole by setting a password for user 'root'."
-#: main.php:266
+#: main.php:261
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -6910,7 +6924,7 @@ msgstr ""
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
-#: main.php:274
+#: main.php:269
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -6920,7 +6934,7 @@ msgstr ""
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
-#: main.php:282
+#: main.php:277
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -6932,7 +6946,7 @@ msgstr ""
"validity configured in phpMyAdmin, because of this, your login will expire "
"sooner than configured in phpMyAdmin."
-#: main.php:289
+#: main.php:284
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
@@ -6940,12 +6954,12 @@ msgstr ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
-#: main.php:297
+#: main.php:292
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"The configuration file now needs a secret passphrase (blowfish_secret)."
-#: main.php:305
+#: main.php:300
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
@@ -6955,7 +6969,7 @@ msgstr ""
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
-#: main.php:314
+#: main.php:309
#, php-format
msgid ""
"The phpMyAdmin configuration storage is not completely configured, some "
@@ -6964,7 +6978,7 @@ msgstr ""
"The phpMyAdmin configuration storage is not completely configured, some "
"extended features have been deactivated. To find out why click %shere%s."
-#: main.php:329
+#: main.php:324
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
@@ -6974,7 +6988,7 @@ msgstr ""
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
-#: main.php:344
+#: main.php:339
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
@@ -6983,7 +6997,7 @@ msgstr ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behaviour."
-#: main.php:356
+#: main.php:351
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
@@ -9941,6 +9955,9 @@ msgstr "VIEW name"
msgid "Rename view to"
msgstr "Rename view to"
+#~ msgid "Mailing lists"
+#~ msgstr "Mailing lists"
+
#, fuzzy
#~| msgid "Yes"
#~ msgid "yes"
diff --git a/po/es.po b/po/es.po
index e11d02a..8d4a2d6 100644
--- a/po/es.po
+++ b/po/es.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 16:31+0100\n"
+"POT-Creation-Date: 2011-02-08 17:09+0100\n"
"PO-Revision-Date: 2011-02-06 16:30+0200\n"
"Last-Translator: Adolfo Jayme Barrientos <fitoschido(a)gmail.com>\n"
"Language-Team: spanish <es(a)li.org>\n"
@@ -7119,11 +7119,24 @@ msgstr "Wiki"
msgid "Official Homepage"
msgstr "Página oficial de phpMyAdmin"
-#: main.php:233
-msgid "Mailing lists"
-msgstr ""
+#: main.php:227
+#, fuzzy
+#| msgid "Attributes"
+msgid "Contribute"
+msgstr "Atributos"
+
+#: main.php:228
+#, fuzzy
+msgid "Get support"
+msgstr "Exportar"
+
+#: main.php:229
+#, fuzzy
+#| msgid "No change"
+msgid "List of changes"
+msgstr "Sin cambios"
-#: main.php:258
+#: main.php:253
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7138,7 +7151,7 @@ msgstr ""
"contraseña a root@localhost. Deberá escribir la misma contraseña en config."
"inc.php de phpMyAdmin"
-#: main.php:266
+#: main.php:261
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -7148,7 +7161,7 @@ msgstr ""
"opción es incompatible con phpMyAdmin y podría causar la pérdida de algunos "
"datos!"
-#: main.php:274
+#: main.php:269
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -7158,7 +7171,7 @@ msgstr ""
"tipografía multibyte. phpMyAdmin no puede cortar correctamente las cadenas "
"de caracteres sin la extensión mbstring y podría dar resultados inesperados."
-#: main.php:282
+#: main.php:277
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7166,26 +7179,26 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:289
+#: main.php:284
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:297
+#: main.php:292
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"El archivo de configuración ahora necesita salvoconducto (una frase secreta) "
"(blowfish_secret)."
-#: main.php:305
+#: main.php:300
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:314
+#: main.php:309
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7197,14 +7210,14 @@ msgstr ""
"Las opciones adicionales para trabajar con tablas vinculadas fueron "
"desactivadas. Para saber porqué, dé clic %saquí%s."
-#: main.php:329
+#: main.php:324
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:344
+#: main.php:339
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
@@ -7213,7 +7226,7 @@ msgstr ""
"Su versión de librería PHP MySQL %s es distinta de aquella de su versión de "
"servidor MySQL %s. Esto puede ocasionar un comportamiento impredecible."
-#: main.php:356
+#: main.php:351
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/et.po b/po/et.po
index 87acda1..486b2e6 100644
--- a/po/et.po
+++ b/po/et.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 16:31+0100\n"
+"POT-Creation-Date: 2011-02-08 17:09+0100\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: estonian <et(a)li.org>\n"
@@ -7083,11 +7083,23 @@ msgstr ""
msgid "Official Homepage"
msgstr "Ametlik phpMyAdmini koduleht"
-#: main.php:233
-msgid "Mailing lists"
+#: main.php:227
+#, fuzzy
+#| msgid "Attributes"
+msgid "Contribute"
+msgstr "Parameetrid"
+
+#: main.php:228
+msgid "Get support"
msgstr ""
-#: main.php:258
+#: main.php:229
+#, fuzzy
+#| msgid "No change"
+msgid "List of changes"
+msgstr "Ei muudetud"
+
+#: main.php:253
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7099,7 +7111,7 @@ msgstr ""
"server jookseb sellise seadega on ta avatud rünnakutele, soovitav on see "
"turvaauk kiiresti parandada."
-#: main.php:266
+#: main.php:261
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -7108,7 +7120,7 @@ msgstr ""
"Te olete lubanud mbstring.func_overload oma PHP konfiguratsioonis. See seade "
"ei ühildu phpMyAdminiga ja võib osade andmete kadumist põhjustada!"
-#: main.php:274
+#: main.php:269
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -7118,7 +7130,7 @@ msgstr ""
"tähetabelit. Ilma mbstring lisata ei suuda phpMyAdmin poolitada teksti "
"korrektselt ja tulemus võib olla ootustele mittevastav."
-#: main.php:282
+#: main.php:277
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7126,24 +7138,24 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:289
+#: main.php:284
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:297
+#: main.php:292
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr "Konfiguratsioonifail nõuab nüüd salajast võtmesõna (blowfish_secret)."
-#: main.php:305
+#: main.php:300
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:314
+#: main.php:309
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7155,21 +7167,21 @@ msgstr ""
"Lisavõimalused töötamiseks lingitud tabelitega on deaktiveeritud. Et lugeda "
"miks see nii on, vajutage %ssiia%s."
-#: main.php:329
+#: main.php:324
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:344
+#: main.php:339
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:356
+#: main.php:351
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/eu.po b/po/eu.po
index 7d250b7..694b650 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 16:31+0100\n"
+"POT-Creation-Date: 2011-02-08 17:09+0100\n"
"PO-Revision-Date: 2010-07-21 14:53+0200\n"
"Last-Translator: Marc Delisle <marc(a)infomarc.info>\n"
"Language-Team: basque <eu(a)li.org>\n"
@@ -6951,11 +6951,23 @@ msgstr ""
msgid "Official Homepage"
msgstr "phpMyAdmin-en webgune ofiziala"
-#: main.php:233
-msgid "Mailing lists"
+#: main.php:227
+#, fuzzy
+#| msgid "Attributes"
+msgid "Contribute"
+msgstr "Atributuak"
+
+#: main.php:228
+msgid "Get support"
msgstr ""
-#: main.php:258
+#: main.php:229
+#, fuzzy
+#| msgid "No change"
+msgid "List of changes"
+msgstr "Aldaketarik ez"
+
+#: main.php:253
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -6967,21 +6979,21 @@ msgstr ""
"lehenetsitako balio hauekin ari da lanean; atzipen-saiakera arrotzei irekita "
"beraz. Segurtasun-zulo hau konpondu beharko zenuke."
-#: main.php:266
+#: main.php:261
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
msgstr ""
-#: main.php:274
+#: main.php:269
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
msgstr ""
-#: main.php:282
+#: main.php:277
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -6989,26 +7001,26 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:289
+#: main.php:284
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:297
+#: main.php:292
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"Konfigurazio-fitxategiak orain ezkutuko pasahitz bat behar du "
"(blowfish_secret)."
-#: main.php:305
+#: main.php:300
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:314
+#: main.php:309
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7020,21 +7032,21 @@ msgstr ""
"Estekatutako taulekin lan egiteko hobespen gehigarriak ezgaitu dira . "
"Zergatia jakiteko egizu klik %shemen%s."
-#: main.php:329
+#: main.php:324
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:344
+#: main.php:339
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:356
+#: main.php:351
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/fa.po b/po/fa.po
index 2bbf170..f1f951f 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-02-08 16:31+0100\n"
+"POT-Creation-Date: 2011-02-08 17:09+0100\n"
"PO-Revision-Date: 2010-05-19 03:54+0200\n"
"Last-Translator: <ahmad_usa2007(a)yahoo.com>\n"
"Language-Team: persian <fa(a)li.org>\n"
@@ -6797,11 +6797,21 @@ msgstr ""
msgid "Official Homepage"
msgstr "صفحه خانه رسمي phpMyAdmin"
-#: main.php:233
-msgid "Mailing lists"
+#: main.php:227
+#, fuzzy
+#| msgid "Attributes"
+msgid "Contribute"
+msgstr "ويژگيها"
+
+#: main.php:228
+msgid "Get support"
+msgstr ""
+
+#: main.php:229
+msgid "List of changes"
msgstr ""
-#: main.php:258
+#: main.php:253
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -6812,21 +6822,21 @@ msgstr ""
"حساب پيشفرض MySQL ميباشد. اجراي MySQL با اين پيشفرض باعث ورود غيرمجاز "
"ميشود ، و شما بايد اين حفره امنيتي را ذرست كنيد."
-#: main.php:266
+#: main.php:261
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"o u have enabled mbstring.func_overload in your PHP configuration. This "