From 73e1e050284b663fdc45f0318a10e667f3b7f63d Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Thu, 2 May 2013 15:04:39 +0000 Subject: add countries --- en/downloads/lib.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'en/downloads') 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 = <<