aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/lib.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2013-05-02 15:04:39 +0000
committerRomain d'Alverny <rda@mageia.org>2013-05-02 15:04:39 +0000
commit73e1e050284b663fdc45f0318a10e667f3b7f63d (patch)
tree0b76bb3d998f818a1207ed3736fac4941bd399e8 /en/downloads/lib.php
parentc193706e9975c9ff02bfd63c587cc88e99993b2b (diff)
downloadwww-73e1e050284b663fdc45f0318a10e667f3b7f63d.tar
www-73e1e050284b663fdc45f0318a10e667f3b7f63d.tar.gz
www-73e1e050284b663fdc45f0318a10e667f3b7f63d.tar.bz2
www-73e1e050284b663fdc45f0318a10e667f3b7f63d.tar.xz
www-73e1e050284b663fdc45f0318a10e667f3b7f63d.zip
add countries
Diffstat (limited to 'en/downloads/lib.php')
-rw-r--r--en/downloads/lib.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/en/downloads/lib.php b/en/downloads/lib.php
index bb9f8eb3f..d7b5e868c 100644
--- a/en/downloads/lib.php
+++ b/en/downloads/lib.php
@@ -5,6 +5,7 @@
$prods = parse_ini_file('downloads.ini', true);
$countries = array(
+ 'AR' => 'Argentina',
'AU' => 'Australia',
'BE' => 'Belgique',
'BR' => 'Brasil',
@@ -16,6 +17,7 @@ $countries = array(
'DE' => 'Deutschland',
'ES' => 'España',
'FR' => 'France',
+ 'GB' => 'Great Britain',
'GR' => 'Greece',
'GT' => 'Guatemala',
'ID' => 'Indonesia',
@@ -26,9 +28,11 @@ $countries = array(
'PL' => 'Polska',
'RU' => 'Россия',
'SE' => 'Sverige',
+ 'TR' => 'Türkiye',
'TW' => 'Taiwan',
'UK' => 'the UK',
'US' => 'the USA',
+ 'ZA' => 'South Africa'
);
$tmpl = <<<T