diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-12-20 15:08:17 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-12-20 15:08:17 +0000 |
commit | 3ae94cce6d72c3f2336ddc33c3bf4767f57a4f40 (patch) | |
tree | 765d4741ac0f4c0957da0d9ec3afce57d813c4fd | |
parent | e89f10e8201b3d56935fe28fdc666255b0c95f21 (diff) | |
download | www-3ae94cce6d72c3f2336ddc33c3bf4767f57a4f40.tar www-3ae94cce6d72c3f2336ddc33c3bf4767f57a4f40.tar.gz www-3ae94cce6d72c3f2336ddc33c3bf4767f57a4f40.tar.bz2 www-3ae94cce6d72c3f2336ddc33c3bf4767f57a4f40.tar.xz www-3ae94cce6d72c3f2336ddc33c3bf4767f57a4f40.zip |
update countries list names
-rw-r--r-- | en/downloads/lib.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/en/downloads/lib.php b/en/downloads/lib.php index 647a9331d..8a32806ba 100644 --- a/en/downloads/lib.php +++ b/en/downloads/lib.php @@ -3,21 +3,29 @@ */ $prods = parse_ini_file('downloads.ini', true); + $countries = array( 'AU' => 'Australia', - 'BE' => 'Belgium', + 'BE' => 'Belgique', 'BR' => 'Brasil', + 'BY' => 'Беларусь', // Belarus 'CA' => 'Canada', 'CH' => 'Switzerland', 'CN' => 'China', 'CZ' => 'Czechia', 'DE' => 'Deutschland', + 'ES' => 'España', 'FR' => 'France', 'GR' => 'Greece', 'GT' => 'Guatemala', + 'ID' => 'Indonesia', + 'IT' => 'Italia', 'JP' => 'Japan', 'NC' => 'Nouvelle-Calédonie', 'NL' => 'Nederlands', + 'PL' => 'Polska', + 'RU' => 'Россия', + 'SE' => 'Sverige', 'TW' => 'Taiwan', 'UK' => 'the UK', 'US' => 'the USA', |