diff options
-rw-r--r-- | langs/de.po | 4 | ||||
-rw-r--r-- | langs/en.pot | 4 | ||||
-rw-r--r-- | langs/fr.po | 4 | ||||
-rw-r--r-- | lib.php | 2 |
4 files changed, 13 insertions, 1 deletions
diff --git a/langs/de.po b/langs/de.po index fd81437..2771726 100644 --- a/langs/de.po +++ b/langs/de.po @@ -40,6 +40,10 @@ msgstr "Unterstützung" msgid "Get support from Mageia community." msgstr "Unterstützung durch die Mageia-Community erhalten." +#wiki url +msgid "//wiki.mageia.org/" +msgstr "//wiki.mageia.org/de" + #: "/web/_nav/lib.php +271" msgid "Wiki" msgstr "" diff --git a/langs/en.pot b/langs/en.pot index 1f4faa0..9a8c56e 100644 --- a/langs/en.pot +++ b/langs/en.pot @@ -50,6 +50,10 @@ msgstr "" msgid "Get support from Mageia community." msgstr "" +#wiki url if available +msgid "//wiki.mageia.org/" +msgstr "" + #: "/web/_nav/lib.php +271" msgid "Wiki" msgstr "" diff --git a/langs/fr.po b/langs/fr.po index 8797eb8..96252f9 100644 --- a/langs/fr.po +++ b/langs/fr.po @@ -53,6 +53,10 @@ msgstr "Aide" msgid "Get support from Mageia community." msgstr "Obtenir de l’aide de la communauté Mageia." +#wiki url +msgid "//wiki.mageia.org/" +msgstr "//wiki.mageia.org/fr" + #: "/web/_nav/lib.php +271" msgid "Wiki" msgstr "Wiki" @@ -268,7 +268,7 @@ function _mgnav_html($wrap = false, $lang = 'en', $inject = null, $vhost = 'www. array('about', '//$S/$L/about/', l10n::_t('About us'), l10n::_t('Learn more about Mageia.')), array('downloads', '//$S/$L/downloads/', l10n::_t('Downloads'), l10n::_t('Download Mageia ISO and updates.')), array('support', '//$S/$L/support/', l10n::_t('Support'), l10n::_t('Get support from Mageia community.')), - array('wiki', '//wiki.mageia.org/', l10n::_t('Wiki'), l10n::_t('Wiki of the Mageia Community')), + array('wiki', l10n::_t('//wiki.mageia.org/'), l10n::_t('Wiki'), l10n::_t('Wiki of the Mageia Community')), array('doc', '//$S/$L/doc/', l10n::_t('Docs'), l10n::_t('Documentations of Mageia')), array('community', '//$S/$L/community/', l10n::_t('Community'), l10n::_t('')), array('contribute', '//$S/$L/contribute/', l10n::_t('Contribute'), l10n::_t('You too can build Mageia with us!')), |