diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-04-06 15:20:51 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-04-06 15:20:51 +0000 |
commit | 715cc65439cfbcb5b012dfb25567bef539c49d14 (patch) | |
tree | a13fd600083ec7f401c4801f3acc4a93e82c82f7 /downloads.php | |
parent | 65756599d3192d68fe2a1c04b385b0a6844acb5c (diff) | |
download | www-715cc65439cfbcb5b012dfb25567bef539c49d14.tar www-715cc65439cfbcb5b012dfb25567bef539c49d14.tar.gz www-715cc65439cfbcb5b012dfb25567bef539c49d14.tar.bz2 www-715cc65439cfbcb5b012dfb25567bef539c49d14.tar.xz www-715cc65439cfbcb5b012dfb25567bef539c49d14.zip |
updated list of locales
Diffstat (limited to 'downloads.php')
-rw-r--r-- | downloads.php | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/downloads.php b/downloads.php index 106f4849e..7add5f26f 100644 --- a/downloads.php +++ b/downloads.php @@ -52,7 +52,7 @@ foreach ($prods as $k => $p) { $pop = rand(0,5); $s .= sprintf($tmpl, '', //($i == 0) ? ' class="reco"' : '', - $p['name'], $p['lang'], $p['size'], + $p['name'], $_t[$p['lang']], $p['size'], //$pop, $pop, $dl_link, $_t['download'], $bt_link, !is_null($bt_link) ? $_t['download'] : ''); @@ -76,13 +76,10 @@ $dl_table = <<<T </tbody> </table> <p class="dlinfo"><strong>Live CDs will be released this Thursday at the latest.</strong></p> -<p class="dlinfo">Up to 137 locales are supported: Deutsch, English, español, français, italiano, português, - svenska, nederlands, polski, dansk - and so much more! - See the <a href="http://mageia.org/wiki/doku.php?id=tmp:supported_locales">comprehensive list</a>.</p> +<p class="dlinfo">{$_t['all_languages']}</p> +<p class="dlinfo">{$_t['limited_languages']}</p> <!-- -<p class="dlinfo">Europa set of languages is: Deutsch, English, español, français, italiano, português. - More languages will be made available for the stable release.</p> +<p class="dlinfo">{$_t['euro_languages']}</p> --> T; |