diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-06-14 11:42:39 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-06-14 11:42:39 +0000 |
commit | 45005d77a2caf2ac748e9fa1b9b26ec975500520 (patch) | |
tree | 1242c8b559cdff48c31f805346d01eacc0948d20 /downloads/index.php | |
parent | fb76c301ea1071fa0f1f2b83675d91b70be45bb9 (diff) | |
download | www-45005d77a2caf2ac748e9fa1b9b26ec975500520.tar www-45005d77a2caf2ac748e9fa1b9b26ec975500520.tar.gz www-45005d77a2caf2ac748e9fa1b9b26ec975500520.tar.bz2 www-45005d77a2caf2ac748e9fa1b9b26ec975500520.tar.xz www-45005d77a2caf2ac748e9fa1b9b26ec975500520.zip |
full langs
Diffstat (limited to 'downloads/index.php')
-rw-r--r-- | downloads/index.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/downloads/index.php b/downloads/index.php index 19d35f900..a802ad6ff 100644 --- a/downloads/index.php +++ b/downloads/index.php @@ -1,27 +1,4 @@ <?php require_once '../langs.inc.php'; - -$langs = array( - 'de' => 'Deutsch', - 'el' => 'Ελληνικά', - 'en' => 'English', - 'es' => 'Español', - 'et' => 'Eesti', -// 'fi' => 'Suomeksi', - 'fr' => 'Français', - 'it' => 'Italiano', -// 'lv' => 'Latviešu', - 'nb' => 'Bokmål', - 'nl' => 'Nederlands', -// 'pl' => 'Polski', -// 'pt' => 'Português', - 'ro' => 'Română', - 'ru' => 'Русский', - 'tr' => 'Türkçe', -// 'sl' => 'Slovenščina', -// 'zh-cn' => '简体中文', - 'zh-tw' => '正體中文' -); - relocate($langs, 'downloads/');
\ No newline at end of file |