diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-12-20 14:42:31 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-12-20 14:42:31 +0000 |
commit | 7b1e630c07c5c9ced12f83dca332cc9cebfd4367 (patch) | |
tree | 2448ac3b3b2a40ef7d796e3cd0322f2481237b54 /en/downloads/get/lib.php | |
parent | ca0119ac786d59376a2e7e70aa5d568078da0f63 (diff) | |
download | www-7b1e630c07c5c9ced12f83dca332cc9cebfd4367.tar www-7b1e630c07c5c9ced12f83dca332cc9cebfd4367.tar.gz www-7b1e630c07c5c9ced12f83dca332cc9cebfd4367.tar.bz2 www-7b1e630c07c5c9ced12f83dca332cc9cebfd4367.tar.xz www-7b1e630c07c5c9ced12f83dca332cc9cebfd4367.zip |
update countries list names
Diffstat (limited to 'en/downloads/get/lib.php')
-rw-r--r-- | en/downloads/get/lib.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/en/downloads/get/lib.php b/en/downloads/get/lib.php index 527675d81..73a01fbe2 100644 --- a/en/downloads/get/lib.php +++ b/en/downloads/get/lib.php @@ -4,19 +4,26 @@ $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', |