aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/get/lib.php
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2016-05-15 11:37:40 +0200
committerfilip <filip.komar@gmail.com>2016-05-15 11:37:40 +0200
commit8710f94c9f038c81e9ad89a0a2a20cc693247a96 (patch)
treee092a79334fde2e63d5fd076ce0399e1af159d64 /en/downloads/get/lib.php
parent7ad5d3aba6ce9c60d231948b523fb0a9f68bb190 (diff)
downloadwww-8710f94c9f038c81e9ad89a0a2a20cc693247a96.tar
www-8710f94c9f038c81e9ad89a0a2a20cc693247a96.tar.gz
www-8710f94c9f038c81e9ad89a0a2a20cc693247a96.tar.bz2
www-8710f94c9f038c81e9ad89a0a2a20cc693247a96.tar.xz
www-8710f94c9f038c81e9ad89a0a2a20cc693247a96.zip
improve visual representation of countries and continents on DL page
Diffstat (limited to 'en/downloads/get/lib.php')
-rw-r--r--en/downloads/get/lib.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/en/downloads/get/lib.php b/en/downloads/get/lib.php
index c51515115..65baa10a3 100644
--- a/en/downloads/get/lib.php
+++ b/en/downloads/get/lib.php
@@ -15,12 +15,12 @@ $countries = array(
'AR' => 'Argentina',
'AU' => 'Australia',
'BE' => 'Belgique',
- 'BG' => 'България (Bulgaria)',
+ 'BG' => 'България - Bulgaria',
'BR' => 'Brasil',
- 'BY' => 'Беларусь (Belarus)', // Belarus
+ 'BY' => 'Беларусь - Belarus',
'CA' => 'Canada',
'CH' => 'Switzerland',
- 'CN' => '中国 (China)', // China
+ 'CN' => '中国 - China',
'CZ' => 'Česko', // Czechia
'DE' => 'Deutschland',
'DK' => 'Danmark',
@@ -28,19 +28,19 @@ $countries = array(
'ES' => 'España',
'FR' => 'France',
'GB' => 'Great Britain',
- 'GR' => 'Ελλάδα (Greece)', // Greece
+ 'GR' => 'Ελλάδα - Greece',
'GT' => 'Guatemala',
'ID' => 'Indonesia',
'IT' => 'Italia',
- 'JP' => '日本国 (Japan)', // Japan
+ 'JP' => '日本国 - Japan',
'NC' => 'Nouvelle-Calédonie',
'NL' => 'Nederlands',
'PH' => 'Philipines',
'PL' => 'Polska',
- 'RU' => 'Россия',
+ 'RU' => 'Россия - Russia',
'SE' => 'Sverige',
'TR' => 'Türkiye',
- 'TW' => '臺灣 (Taiwan)', // Taiwan
+ 'TW' => '臺灣 - Taiwan',
'UA' => 'Ukraine',
'UK' => 'the UK',
'US' => 'the USA',