aboutsummaryrefslogtreecommitdiffstats
path: root/downloads.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-05-15 20:59:48 +0000
committerRomain d'Alverny <rda@mageia.org>2011-05-15 20:59:48 +0000
commitf396fb81f23707a135d82328192bfaa936800fe9 (patch)
tree6cc092d5be37161ee25f2b8a9b9f9447fc476ab3 /downloads.php
parent8c0380926761c521f64509c0d6a6a5afbea0fa5c (diff)
downloadwww-f396fb81f23707a135d82328192bfaa936800fe9.tar
www-f396fb81f23707a135d82328192bfaa936800fe9.tar.gz
www-f396fb81f23707a135d82328192bfaa936800fe9.tar.bz2
www-f396fb81f23707a135d82328192bfaa936800fe9.tar.xz
www-f396fb81f23707a135d82328192bfaa936800fe9.zip
new countries
Diffstat (limited to 'downloads.php')
-rw-r--r--downloads.php6
1 files changed, 4 insertions, 2 deletions
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',
);