aboutsummaryrefslogtreecommitdiffstats
path: root/downloads/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'downloads/index.php')
-rw-r--r--downloads/index.php6
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' => '正體中文'