[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-750-g4c18383

Michal Čihař nijel at users.sourceforge.net
Thu Feb 17 10:55:31 CET 2011


The branch, master has been updated
       via  4c183835245bd29b7ddb8ca62b542511f2c9d2b3 (commit)
      from  04acac82359092ce374240fc9ee1665f7bfa4893 (commit)


- Log -----------------------------------------------------------------
commit 4c183835245bd29b7ddb8ca62b542511f2c9d2b3
Author: Michal Čihař <mcihar at novell.com>
Date:   Thu Feb 17 10:55:14 2011 +0100

    Better context for documentation links

-----------------------------------------------------------------------

Summary of changes:
 libraries/common.lib.php |    4 ++--
 po/af.po                 |    6 +++---
 po/ar.po                 |    4 ++--
 po/az.po                 |    4 ++--
 po/be.po                 |    4 ++--
 po/be at latin.po           |    6 +++---
 po/bg.po                 |    4 ++--
 po/bn.po                 |    4 ++--
 po/bs.po                 |    4 ++--
 po/ca.po                 |    6 +++---
 po/cs.po                 |    4 ++--
 po/cy.po                 |    6 +++---
 po/da.po                 |    6 +++---
 po/de.po                 |    6 +++---
 po/el.po                 |    6 +++---
 po/en_GB.po              |    6 +++---
 po/es.po                 |    6 +++---
 po/et.po                 |    4 ++--
 po/eu.po                 |    6 +++---
 po/fa.po                 |    4 ++--
 po/fi.po                 |    6 +++---
 po/fr.po                 |    6 +++---
 po/gl.po                 |    4 ++--
 po/he.po                 |    4 ++--
 po/hi.po                 |    6 +++---
 po/hr.po                 |    4 ++--
 po/hu.po                 |    4 ++--
 po/id.po                 |    6 +++---
 po/it.po                 |    6 +++---
 po/ja.po                 |    6 +++---
 po/ka.po                 |    4 ++--
 po/ko.po                 |    6 +++---
 po/lt.po                 |    6 +++---
 po/lv.po                 |    4 ++--
 po/mk.po                 |    4 ++--
 po/mn.po                 |    4 ++--
 po/ms.po                 |    4 ++--
 po/nb.po                 |    6 +++---
 po/nl.po                 |    6 +++---
 po/pl.po                 |    4 ++--
 po/pt.po                 |    4 ++--
 po/pt_BR.po              |    6 +++---
 po/ro.po                 |    4 ++--
 po/ru.po                 |    6 +++---
 po/si.po                 |    6 +++---
 po/sk.po                 |    6 +++---
 po/sl.po                 |    6 +++---
 po/sq.po                 |    6 +++---
 po/sr.po                 |    6 +++---
 po/sr at latin.po           |    6 +++---
 po/sv.po                 |    6 +++---
 po/ta.po                 |    6 +++---
 po/te.po                 |    4 ++--
 po/th.po                 |    4 ++--
 po/tr.po                 |    6 +++---
 po/tt.po                 |    6 +++---
 po/ug.po                 |    6 +++---
 po/uk.po                 |    4 ++--
 po/ur.po                 |    6 +++---
 po/uz.po                 |    4 ++--
 po/uz at latin.po           |    4 ++--
 po/zh_CN.po              |    6 +++---
 po/zh_TW.po              |    4 ++--
 63 files changed, 161 insertions(+), 161 deletions(-)

diff --git a/libraries/common.lib.php b/libraries/common.lib.php
index 496d65b..8388572 100644
--- a/libraries/common.lib.php
+++ b/libraries/common.lib.php
@@ -404,11 +404,11 @@ function PMA_showMySQLDocu($chapter, $link, $big_icon = false, $anchor = '', $ju
                 if (PMA_MYSQL_INT_VERSION >= 50100) {
                     $mysql = '5.1';
                     /* l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.  */
-                    $lang = _pgettext('$mysql_5_1_doc_lang', 'en');
+                    $lang = _pgettext('MySQL 5.1 documentation language', 'en');
                 } elseif (PMA_MYSQL_INT_VERSION >= 50000) {
                     $mysql = '5.0';
                     /* l10n: Language to use for MySQL 5.0 documentation, please use only languages which do exist in official documentation. */
-                    $lang = _pgettext('$mysql_5_0_doc_lang', 'en');
+                    $lang = _pgettext('MySQL 5.0 documentation language', 'en');
                 }
             }
             $url = $cfg['MySQLManualBase'] . '/' . $mysql . '/' . $lang . '/' . $link . '.html';
diff --git a/po/af.po b/po/af.po
index e290697..6889686 100644
--- a/po/af.po
+++ b/po/af.po
@@ -1990,14 +1990,14 @@ msgstr ""
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -2015,7 +2015,7 @@ msgstr "Dokumentasie"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/ar.po b/po/ar.po
index a151b8b..1c66bfd 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -2004,14 +2004,14 @@ msgstr ""
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr ""
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr ""
 
diff --git a/po/az.po b/po/az.po
index 1008e99..2ae4216 100644
--- a/po/az.po
+++ b/po/az.po
@@ -2004,7 +2004,7 @@ msgstr "En çox: %s%s"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "Gönderildi"
 
@@ -2012,7 +2012,7 @@ msgstr "Gönderildi"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
 #, fuzzy
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "Gönderildi"
 
diff --git a/po/be.po b/po/be.po
index ccbedca..034484b 100644
--- a/po/be.po
+++ b/po/be.po
@@ -2058,7 +2058,7 @@ msgstr "Максымальны памер: %s%s"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "Адпраўлена"
 
@@ -2066,7 +2066,7 @@ msgstr "Адпраўлена"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
 #, fuzzy
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "Адпраўлена"
 
diff --git a/po/be at latin.po b/po/be at latin.po
index 845f333..0ffab57 100644
--- a/po/be at latin.po
+++ b/po/be at latin.po
@@ -2063,14 +2063,14 @@ msgstr "Maksymalny pamier: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -2088,7 +2088,7 @@ msgstr "Dakumentacyja"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/bg.po b/po/bg.po
index dc16a0b..5df24c7 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -2022,7 +2022,7 @@ msgstr "Максимален размер: %s%s"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "Изпратени"
 
@@ -2030,7 +2030,7 @@ msgstr "Изпратени"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
 #, fuzzy
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "Изпратени"
 
diff --git a/po/bn.po b/po/bn.po
index 4a59c35..cea0777 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -2035,14 +2035,14 @@ msgstr "Max: %s%s"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "bn"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "bn"
 
diff --git a/po/bs.po b/po/bs.po
index 8942901..9cc8212 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -2006,7 +2006,7 @@ msgstr ""
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "Poslato"
 
@@ -2014,7 +2014,7 @@ msgstr "Poslato"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
 #, fuzzy
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "Poslato"
 
diff --git a/po/ca.po b/po/ca.po
index 2af8e8c..4153c98 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -1936,14 +1936,14 @@ msgstr "Màx: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -1961,7 +1961,7 @@ msgstr "Documentació"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/cs.po b/po/cs.po
index ae9a3e8..4a41d0f 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1926,14 +1926,14 @@ msgstr "Maximální velikost: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
diff --git a/po/cy.po b/po/cy.po
index ee380b3..a9f3c5e 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -1977,14 +1977,14 @@ msgstr "Uchaf: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -2002,7 +2002,7 @@ msgstr "Dogfennaeth"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/da.po b/po/da.po
index a670757..22876bb 100644
--- a/po/da.po
+++ b/po/da.po
@@ -2045,14 +2045,14 @@ msgstr "Maksimum størrelse: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -2070,7 +2070,7 @@ msgstr "Dokumentation"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/de.po b/po/de.po
index ea80a9e..43ae4d3 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1953,14 +1953,14 @@ msgstr "Maximale Dateigröße: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "de"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -1978,7 +1978,7 @@ msgstr "Dokumentation"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/el.po b/po/el.po
index cd59db3..50662bb 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1939,14 +1939,14 @@ msgstr "Μέγιστο μέγεθος: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -1964,7 +1964,7 @@ msgstr "Τεκμηρίωση"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/en_GB.po b/po/en_GB.po
index d821359..58f2ffc 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -1918,14 +1918,14 @@ msgstr "Max: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -1943,7 +1943,7 @@ msgstr "Documentation"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/es.po b/po/es.po
index dad7c8d..19ec66b 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1949,14 +1949,14 @@ msgstr "Máximo: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "es"
 
@@ -1974,7 +1974,7 @@ msgstr "Documentación"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/et.po b/po/et.po
index 53a20e2..5cdf62e 100644
--- a/po/et.po
+++ b/po/et.po
@@ -2033,7 +2033,7 @@ msgstr "Maksimaalne suurus: %s%s"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "Saadetud"
 
@@ -2041,7 +2041,7 @@ msgstr "Saadetud"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
 #, fuzzy
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "Saadetud"
 
diff --git a/po/eu.po b/po/eu.po
index ae48bd3..5d29de9 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -2010,14 +2010,14 @@ msgstr ""
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -2035,7 +2035,7 @@ msgstr "Dokumentazioa"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/fa.po b/po/fa.po
index decef14..d1375f1 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -1983,14 +1983,14 @@ msgstr ""
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr ""
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr ""
 
diff --git a/po/fi.po b/po/fi.po
index 8a6b4d3..f38643b 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1924,14 +1924,14 @@ msgstr "Enimmäiskoko: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -1949,7 +1949,7 @@ msgstr "Ohjeet"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/fr.po b/po/fr.po
index 4c24ae6..c3e85ea 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1940,14 +1940,14 @@ msgstr "Taille maximum: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "fr"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "fr"
 
@@ -1965,7 +1965,7 @@ msgstr "Documentation"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/gl.po b/po/gl.po
index f2c4db6..ddb4dfa 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -2069,7 +2069,7 @@ msgstr "Tamaño máximo: %s%s"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "Enviado"
 
@@ -2077,7 +2077,7 @@ msgstr "Enviado"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
 #, fuzzy
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "Enviado"
 
diff --git a/po/he.po b/po/he.po
index 0349ef7..cbfe8fc 100644
--- a/po/he.po
+++ b/po/he.po
@@ -1999,7 +1999,7 @@ msgstr "מירבי: %s%s"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "נשלח"
 
@@ -2007,7 +2007,7 @@ msgstr "נשלח"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
 #, fuzzy
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "נשלח"
 
diff --git a/po/hi.po b/po/hi.po
index 7d26070..0c2fc7a 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -1968,14 +1968,14 @@ msgstr ""
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "इंग्लिश"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "इंग्लिश"
 
@@ -1993,7 +1993,7 @@ msgstr "डोक्युमेंटेशन"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/hr.po b/po/hr.po
index b358575..1c3eda8 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -2051,7 +2051,7 @@ msgstr "Najv: %s%s"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "Poslano"
 
@@ -2059,7 +2059,7 @@ msgstr "Poslano"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
 #, fuzzy
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "Poslano"
 
diff --git a/po/hu.po b/po/hu.po
index 5cfdd54..063a531 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -2066,14 +2066,14 @@ msgstr "Legnagyobb méret: %s%s"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
diff --git a/po/id.po b/po/id.po
index d148580..fe3ca92 100644
--- a/po/id.po
+++ b/po/id.po
@@ -2017,14 +2017,14 @@ msgstr "Batas ukuran: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "id"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "id"
 
@@ -2042,7 +2042,7 @@ msgstr "Dokumentasi"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/it.po b/po/it.po
index 299a174..7158e1b 100644
--- a/po/it.po
+++ b/po/it.po
@@ -1961,14 +1961,14 @@ msgstr "Dimensione massima: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -1986,7 +1986,7 @@ msgstr "Documentazione"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/ja.po b/po/ja.po
index f0fc2e2..56356c1 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -2003,14 +2003,14 @@ msgstr "最長: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "ja"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -2028,7 +2028,7 @@ msgstr "ドキュメント"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/ka.po b/po/ka.po
index e75379c..dba7fae 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -2060,14 +2060,14 @@ msgstr "მაქს: %s%s"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "ka"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "ka"
 
diff --git a/po/ko.po b/po/ko.po
index 3cbe265..ae27d8b 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1932,14 +1932,14 @@ msgstr "최대: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "ko"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "ko"
 
@@ -1957,7 +1957,7 @@ msgstr "문서"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/lt.po b/po/lt.po
index a1e0070..ee6eef9 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -1933,14 +1933,14 @@ msgstr "Didžiausias dydis: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -1958,7 +1958,7 @@ msgstr "Dokumentacija"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/lv.po b/po/lv.po
index 2c8c304..921b93c 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -2013,7 +2013,7 @@ msgstr "Maksimālais izmērs: %s%s"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "Nosūtīts"
 
@@ -2021,7 +2021,7 @@ msgstr "Nosūtīts"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
 #, fuzzy
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "Nosūtīts"
 
diff --git a/po/mk.po b/po/mk.po
index f9e4fd5..1c0787e 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -2016,7 +2016,7 @@ msgstr "Максимална големина: %s%s"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "Пратено"
 
@@ -2024,7 +2024,7 @@ msgstr "Пратено"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
 #, fuzzy
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "Пратено"
 
diff --git a/po/mn.po b/po/mn.po
index 055422a..0cfd661 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -2015,14 +2015,14 @@ msgstr "ХИ хэмжээ: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr ""
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr ""
 
diff --git a/po/ms.po b/po/ms.po
index b60bf64..5c7115c 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -1994,7 +1994,7 @@ msgstr ""
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "Hantar"
 
@@ -2002,7 +2002,7 @@ msgstr "Hantar"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
 #, fuzzy
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "Hantar"
 
diff --git a/po/nb.po b/po/nb.po
index 2ac9344..2dec0ff 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -1925,14 +1925,14 @@ msgstr "Maksimum størrelse: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -1950,7 +1950,7 @@ msgstr "Dokumentasjon"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/nl.po b/po/nl.po
index 1b15613..34cd09e 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1934,14 +1934,14 @@ msgstr "Maximale grootte: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "du"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "du"
 
@@ -1959,7 +1959,7 @@ msgstr "Documentatie"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/pl.po b/po/pl.po
index d71c741..45a2e2d 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -2057,7 +2057,7 @@ msgstr "Maksymalny rozmiar: %s%s"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "Wysłane"
 
@@ -2065,7 +2065,7 @@ msgstr "Wysłane"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
 #, fuzzy
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "Wysłane"
 
diff --git a/po/pt.po b/po/pt.po
index ab4adf1..d339c72 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -1993,7 +1993,7 @@ msgstr "Tamanho máximo: %s%s"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "pt"
 
@@ -2001,7 +2001,7 @@ msgstr "pt"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
 #, fuzzy
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "pt"
 
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 5836bdd..66c5348 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -2019,14 +2019,14 @@ msgstr "Tamanho máximo: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -2044,7 +2044,7 @@ msgstr "Documentação"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/ro.po b/po/ro.po
index 73614a7..e8fe34f 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -2062,14 +2062,14 @@ msgstr "Mărime maximă: %s%s"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
diff --git a/po/ru.po b/po/ru.po
index 0dc33aa..5ec9df2 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1937,14 +1937,14 @@ msgstr "Максимальный размер: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -1962,7 +1962,7 @@ msgstr "Документация"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/si.po b/po/si.po
index 69c2fb3..c0a2ac5 100644
--- a/po/si.po
+++ b/po/si.po
@@ -1939,14 +1939,14 @@ msgstr "Max: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -1964,7 +1964,7 @@ msgstr "ලියකියවිලි"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/sk.po b/po/sk.po
index 688b1e2..d6e08d8 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -2050,14 +2050,14 @@ msgstr "Maximálna veľkosť: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -2075,7 +2075,7 @@ msgstr "Dokumentácia"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/sl.po b/po/sl.po
index 5a0b241..023f759 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -1933,14 +1933,14 @@ msgstr "Največja velikost: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -1958,7 +1958,7 @@ msgstr "Dokumentacija"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/sq.po b/po/sq.po
index aff4721..85a6b1f 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -2013,14 +2013,14 @@ msgstr "Madhësia maksimum: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -2038,7 +2038,7 @@ msgstr "Dokumentet"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/sr.po b/po/sr.po
index c0c0047..e297e75 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -2042,14 +2042,14 @@ msgstr "Максимална величина: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -2067,7 +2067,7 @@ msgstr "Документација"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/sr at latin.po b/po/sr at latin.po
index 6e27cec..4ecdf20 100644
--- a/po/sr at latin.po
+++ b/po/sr at latin.po
@@ -2033,14 +2033,14 @@ msgstr "Maksimalna veličina: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -2058,7 +2058,7 @@ msgstr "Dokumentacija"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/sv.po b/po/sv.po
index 60d69b2..75a8813 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1914,14 +1914,14 @@ msgstr "Max: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "sv"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "sv"
 
@@ -1939,7 +1939,7 @@ msgstr "Dokumentation"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/ta.po b/po/ta.po
index f2b640e..340ff9b 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -1926,14 +1926,14 @@ msgstr ""
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -1951,7 +1951,7 @@ msgstr ""
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/te.po b/po/te.po
index 5054b85..4e0993a 100644
--- a/po/te.po
+++ b/po/te.po
@@ -1948,14 +1948,14 @@ msgstr "గరిష్ఠం: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr ""
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr ""
 
diff --git a/po/th.po b/po/th.po
index cca0d80..aa71e63 100644
--- a/po/th.po
+++ b/po/th.po
@@ -2000,7 +2000,7 @@ msgstr "ขนาดใหญ่สุด: %s%s"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "ถูกส่ง"
 
@@ -2008,7 +2008,7 @@ msgstr "ถูกส่ง"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
 #, fuzzy
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "ถูกส่ง"
 
diff --git a/po/tr.po b/po/tr.po
index 96b430c..af24802 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1920,14 +1920,14 @@ msgstr "En fazla: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -1945,7 +1945,7 @@ msgstr "Belgeler"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/tt.po b/po/tt.po
index 26ccd3b..77340ca 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -2014,14 +2014,14 @@ msgstr "Max: %s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -2039,7 +2039,7 @@ msgstr "Qullanma"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/ug.po b/po/ug.po
index 30e1aae..adb722b 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -1934,14 +1934,14 @@ msgstr "ئەڭ چوڭ:%s%s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -1959,7 +1959,7 @@ msgstr "قوللانما"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/uk.po b/po/uk.po
index 8a1d9dc..2e19cd2 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -1890,14 +1890,14 @@ msgstr ""
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr ""
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr ""
 
diff --git a/po/ur.po b/po/ur.po
index 5cf7df4..c930347 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -1914,14 +1914,14 @@ msgstr ""
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "en"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "en"
 
@@ -1939,7 +1939,7 @@ msgstr ""
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/uz.po b/po/uz.po
index ce17352 o/uz.po b/po/uz.po  ge"  nguage"   please use only languages     . $link . '.html';  s which do exist in official documentation. */      ò½È*   R©Ûÿ         R©Ûÿ  óˆ¼È*  ȾÈ*  è”ÝÈ*                          ’xÙÈ*  R©Ûÿ  €ûÈ*           G©Ûÿ         pF©Ûÿ  라È*  6                    è     è!     è!      R©Ûÿ  R©Ûÿ  x4ÙÈ*           H©Ûÿ          "¼È*          ž¼È*   R©Ûÿ  ð€¼È*  _R©Ûÿ         À/=È*  óˆ¼È*    =È*  Ø$=È*  ¨)=È*  ȾÈ*          x4ÙÈ*           H©Ûÿ          pG©Ûÿ  라È*  à!     à!      R©Ûÿ  R©Ûÿ  Èý¸È*          €I©Ûÿ         "¼È*          ž¼È*   R©Ûÿ  ð€¼È*  _R©Ûÿ  PR©Ûÿ  HR©Ûÿ  ›ÝÈ*  Œp˜        R©Ûÿ  óˆ¼È*  ȾÈ*                  €I©Ûÿ         PH©Ûÿ  라È*          G       H   I       J   K           M   N   O       P    R©Ûÿ  R©Ûÿ  HµÈ*           K©Ûÿ         "¼È*          ž¼È*   R©Ûÿ         0/=È*  óˆ¼È*   @ÙÈ*   élÈ*    =È*  Ø$=È*  ¨)=È*  ȾÈ*          HµÈ*           K©Ûÿ         `I©Ûÿ  라È*  8µÈ*           K©Ûÿ         I©Ûÿ  라È*  (µÈ*           K©Ûÿ         ÀI©Ûÿ  라È*  µÈ*           K©Ûÿ         ðI©Ûÿ  라È*  	       ¨.=È*  óˆ¼È*         ¨)=È*  pD©Ûÿ          Š8mÈ*  懼È*         Ø$=È*  J©Ûÿ          y8mÈ*  懼È*           =È*  ÀJ©Ûÿ          Z8mÈ*  懼È*  ØälÈ*   @ÙÈ*   élÈ*    =È*  ØDÙÈ*  Ø$=È*  ¨)=È*  ȾÈ*          à-kÈ*          @L©Ûÿ         K©Ûÿ  라È*  #   %       '       )       *   -   .   0   3       5   6   7   8   :   <   =    R©Ûÿ  R©Ûÿ  pk7È*          `M©Ûÿ          "¼È*                 8OÙÈ*  óˆ¼È*  ØDÙÈ*   IÙÈ*  ȾÈ*                          c   f   ­È*  R©Ûÿ  pk7È*          `M©Ûÿ          0L©Ûÿ  라È*  Ó%°•æ§ìš‹wqÒ-øÒ êÓïs¨Ó,~9„×u]ÞÓ	4Q ÷U^Qʉ§ ¶uª¹ñìò*Ä“v´B	È*          ÐS©Ûÿ  FP È*  FP È*         ?•È*         S©Ûÿ  ðJ©Ûÿ  °N©Ûÿ  ­È*  懼È*  è”ÝÈ*  U©Ûÿ  BP È*  àS©Ûÿ  _R©Ûÿ  õ,ÞÈ*  R©Ûÿ          ÿÿÿÿÿÿÿÿBP È*          ˜R©Ûÿ  라            ..3d6e8ec 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -2070,7 +2070,7 @@ msgstr "Максимал ҳажми: \"%s\"%s\""
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "Юборилди"
 
@@ -2078,7 +2078,7 @@ msgstr "Юборилди"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
 #, fuzzy
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "Юборилди"
 
diff --git a/po/uz at latin.po b/po/uz at latin.po
index 7dbeab7..7d5a01c 100644
--- a/po/uz at latin.po
+++ b/po/uz at latin.po
@@ -2078,7 +2078,7 @@ msgstr "Maksimal hajmi: \"%s\"%s\""
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "Yuborildi"
 
@@ -2086,7 +2086,7 @@ msgstr "Yuborildi"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
 #, fuzzy
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "Yuborildi"
 
diff --git a/po/zh_CN.po b/po/zh_CN.po
index b035d17..e67c093 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1869,14 +1869,14 @@ msgstr "最大限制:%s %s"
 #. l10n: Language to use for MySQL 5.1 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "zh"
 
 #. l10n: Language to use for MySQL 5.0 documentation, please use only
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "zh"
 
@@ -1894,7 +1894,7 @@ msgstr "文档"
 #. l10n: Language to use for PHP documentation, please use only languages
 #. which do exist in official documentation.
 #: libraries/common.lib.php:461
-#| msgctxt "$mysql_5_1_doc_lang"
+#| msgctxt "MySQL 5.1 documentation language"
 #| msgid "en"
 msgctxt "PHP documentation language"
 msgid "en"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index fea6e1d..19b68e6 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -1990,7 +1990,7 @@ msgstr "最大容量: %s%s"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:407
 #, fuzzy
-msgctxt "$mysql_5_1_doc_lang"
+msgctxt "MySQL 5.1 documentation language"
 msgid "en"
 msgstr "zh"
 
@@ -1998,7 +1998,7 @@ msgstr "zh"
 #. languages which do exist in official documentation.
 #: libraries/common.lib.php:411
 #, fuzzy
-msgctxt "$mysql_5_0_doc_lang"
+msgctxt "MySQL 5.0 documentation language"
 msgid "en"
 msgstr "zh"
 


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list