diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-04-13 12:15:06 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-04-13 12:15:06 +0000 |
commit | 6cc7eb17f13c66e734286b8abbb257f2085b4442 (patch) | |
tree | 26985ec0522011c811c27c48d24aae5ebdd17c98 /downloads/index.php | |
parent | 480a272de2c1d01ac6429f1cb69c9cf80b0e4d0e (diff) | |
download | www-6cc7eb17f13c66e734286b8abbb257f2085b4442.tar www-6cc7eb17f13c66e734286b8abbb257f2085b4442.tar.gz www-6cc7eb17f13c66e734286b8abbb257f2085b4442.tar.bz2 www-6cc7eb17f13c66e734286b8abbb257f2085b4442.tar.xz www-6cc7eb17f13c66e734286b8abbb257f2085b4442.zip |
tr, el, es, fr downloads locale update (murat, dtsiamasiotis, diego, stormi)
Diffstat (limited to 'downloads/index.php')
-rw-r--r-- | downloads/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/downloads/index.php b/downloads/index.php index c75db30b7..cf5f82586 100644 --- a/downloads/index.php +++ b/downloads/index.php @@ -4,9 +4,9 @@ require_once '../langs.inc.php'; $langs = array( 'de' => 'Deutsch', -// 'el' => 'Ελληνικά', + 'el' => 'Ελληνικά', 'en' => 'English', -// 'es' => 'Español', + 'es' => 'Español', 'et' => 'Eesti', // 'fi' => 'Suomeksi', 'fr' => 'Français', @@ -18,7 +18,7 @@ $langs = array( // 'pt' => 'Português', 'ro' => 'Română', 'ru' => 'Русский', -// 'tr' => 'Türkçe', + 'tr' => 'Türkçe', // 'sl' => 'Slovenščina', // 'zh-cn' => '简体中文', 'zh-tw' => '正體中文' |