diff options
author | Rémi Verschelde <akien@mageia.org> | 2013-05-19 14:59:45 +0000 |
---|---|---|
committer | Rémi Verschelde <akien@mageia.org> | 2013-05-19 14:59:45 +0000 |
commit | e2bfdf0388a447336d669c68cec6f3a3674e9a6d (patch) | |
tree | 92ff19cfcb4afcced917e270f0b1070f383ea58c /en/3/nav.php | |
parent | 32c29d8e692d5c8f007b67bc436f8a1941f49ec4 (diff) | |
download | www-e2bfdf0388a447336d669c68cec6f3a3674e9a6d.tar www-e2bfdf0388a447336d669c68cec6f3a3674e9a6d.tar.gz www-e2bfdf0388a447336d669c68cec6f3a3674e9a6d.tar.bz2 www-e2bfdf0388a447336d669c68cec6f3a3674e9a6d.tar.xz www-e2bfdf0388a447336d669c68cec6f3a3674e9a6d.zip |
Updating 3.en.lang. Fixing some php strings so that the extract2lang.php script can work them out (namely changing escaped single quotes to html '). Some translations may need to be adapted.
Diffstat (limited to 'en/3/nav.php')
-rw-r--r-- | en/3/nav.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/3/nav.php b/en/3/nav.php index 2b7e4628e..940667a8a 100644 --- a/en/3/nav.php +++ b/en/3/nav.php @@ -23,8 +23,8 @@ if (array_key_exists($locale, $_nt)) else $_nt = $_nt['en']; -$nav = array( - "/{$locale}/3/" => _t('Mageia 3'), +$nav = array( + "/{$locale}/3/" => _t('Mageia 3'), "/{$locale}/downloads/" => _t('Download'), "/{$locale}/for-pc/" => _t('For PC'), "/{$locale}/for-server/" => _t('For server'), |