From b681515186a3babebc4aed70588cda14646aa2dc Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Fri, 31 Jan 2014 21:40:24 +0000 Subject: mognase synched to www.mageia.org --- html/conf.php | 1 + langs/pl.lang | 20 ++++++++++++++++---- lib.php | 5 +++-- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/html/conf.php b/html/conf.php index 80871dd..b316874 100644 --- a/html/conf.php +++ b/html/conf.php @@ -25,4 +25,5 @@ switch ($mode) { case 'dev': case 'dev-rda': $www_host = 'mageia:8888'; break; // add your own case if needed. +case 'razvoj': $www_host = 'mag'; break; } diff --git a/langs/pl.lang b/langs/pl.lang index 5131584..f21ff09 100644 --- a/langs/pl.lang +++ b/langs/pl.lang @@ -1,11 +1,11 @@ ;About us -O nas +O nas ;Downloads -Pliki do pobrania +Pobieranie ;Support -Wsparcie techniczne +Wsparcie ;Community Społeczność @@ -14,7 +14,7 @@ Społeczność Współpraca ;You -Twoje konto +Twoje konto ;Go to mageia.org site map. Idź do strony mageia.org @@ -43,3 +43,15 @@ Skontaktuj sie z nami ;Donate Dotacje + +;Docs +Dokumentacja + +;Documentations of Mageia +Dokumentacja Mageia + +;Wiki +Wiki {ok} + +;Wiki of the Mageia Community +Wiki społeczności Mageia diff --git a/lib.php b/lib.php index 3ea4d47..4b573d5 100644 --- a/lib.php +++ b/lib.php @@ -235,7 +235,7 @@ function _mgnav_html($wrap = false, $lang = 'en', $inject = null, $vhost = 'www. 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('doc', '//doc.mageia.org/', l10n::_t('Docs'), l10n::_t('Documentations of Mageia')), + 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!')), array('donate', '//$S/$L/donate/', l10n::_t('Donate'), l10n::_t('')), @@ -293,6 +293,7 @@ function _lang_check($s = null) } $supported = array( + 'ast', 'cs', 'de', 'el', 'en', 'eo', 'es', 'et', @@ -304,7 +305,7 @@ function _lang_check($s = null) 'ro', 'ru', 'sl', 'tr', - 'uk', + 'uk', 'ur', 'zh-cn', 'zh-tw' ); -- cgit v1.2.1