From f396fb81f23707a135d82328192bfaa936800fe9 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Sun, 15 May 2011 20:59:48 +0000 Subject: new countries --- downloads.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'downloads.php') diff --git a/downloads.php b/downloads.php index bea11f7cd..bf1e76252 100644 --- a/downloads.php +++ b/downloads.php @@ -14,14 +14,16 @@ $_t = $_t[$locale]; $prods = parse_ini_file('downloads.ini', true); $countries = array( + 'BR' => 'Brasil', 'CH' => 'Switzerland', 'CN' => 'China', 'CZ' => 'Czechia', - 'DE' => 'Deutschland (Germany)', + 'DE' => 'Deutschland', 'FR' => 'France', 'GR' => 'Greece', - 'NC' => 'New Caledonia', + 'NC' => 'Nouvelle-Calédonie', 'NL' => 'Nederlands', + 'TW' => 'Taiwan', 'UK' => 'the UK', 'US' => 'the USA', ); -- cgit v1.2.1