diff options
Diffstat (limited to 'downloads/index.php')
-rw-r--r-- | downloads/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/downloads/index.php b/downloads/index.php index cb5706010..9add57354 100644 --- a/downloads/index.php +++ b/downloads/index.php @@ -7,13 +7,13 @@ $langs = array( // 'el' => 'Ελληνικά', 'en' => 'English', // 'es' => 'Español', -// 'et' => 'Eesti', + 'et' => 'Eesti', // 'fi' => 'Suomeksi', 'fr' => 'Français', // 'it' => 'Italiano', // 'lv' => 'Latviešu', // 'nb' => 'Bokmål', -// 'nl' => 'Nederlands', + 'nl' => 'Nederlands', // 'pl' => 'Polski', // 'pt' => 'Português', // 'ro' => 'Română', |