From bd0ba27c591233e3432af3f8dddbca891c25da06 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 5 Apr 2011 13:09:02 +0000 Subject: new downloads page - unstable yet, not translated --- downloads/index.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 downloads/index.php (limited to 'downloads') diff --git a/downloads/index.php b/downloads/index.php new file mode 100644 index 000000000..1862360bf --- /dev/null +++ b/downloads/index.php @@ -0,0 +1,27 @@ + '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 -- cgit v1.2.1