aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/downloads/lib.php')
-rw-r--r--en/downloads/lib.php10
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',