PluginProbe
SureCookie – GDPR Cookie Consent Banner, Cookie Scanner & Script Blocking / trunk
SureCookie – GDPR Cookie Consent Banner, Cookie Scanner & Script Blocking vtrunk
1.5.0 1.4.0 1.3.0 1.3.1 trunk 0.0.0-alpha.1 0.0.0-alpha.2 0.0.0-alpha.3 0.0.1-beta.1 0.0.1-beta.2 0.0.1-beta.3 0.0.1-beta.4 1.0.0 1.1.0 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4
surecookie / inc / data / countries.php

countries.php in SureCookie – GDPR Cookie Consent Banner, Cookie Scanner & Script Blocking trunk, at inc/data/countries.php

216 lines 4.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * ISO 3166-1 alpha-2 country codes mapped to their English short names.
4 *
5 * Deliberately not wrapped in __(). A privacy notice names the country of
6 * establishment, and that name has to stay stable and recognisable across
7 * locales; translating 200 country names would also add 200 msgids for no
8 * benefit. The admin select is localised to JS from here so PHP and the UI
9 * can never disagree about the list.
10 *
11 * @package SureCookie
12 * @since 1.5.0
13 */
14
15 defined( 'ABSPATH' ) || exit;
16
17 return [
18 'AF' => 'Afghanistan',
19 'AL' => 'Albania',
20 'DZ' => 'Algeria',
21 'AD' => 'Andorra',
22 'AO' => 'Angola',
23 'AG' => 'Antigua and Barbuda',
24 'AR' => 'Argentina',
25 'AM' => 'Armenia',
26 'AW' => 'Aruba',
27 'AU' => 'Australia',
28 'AT' => 'Austria',
29 'AZ' => 'Azerbaijan',
30 'BS' => 'Bahamas',
31 'BH' => 'Bahrain',
32 'BD' => 'Bangladesh',
33 'BB' => 'Barbados',
34 'BY' => 'Belarus',
35 'BE' => 'Belgium',
36 'BZ' => 'Belize',
37 'BJ' => 'Benin',
38 'BT' => 'Bhutan',
39 'BO' => 'Bolivia',
40 'BA' => 'Bosnia and Herzegovina',
41 'BW' => 'Botswana',
42 'BR' => 'Brazil',
43 'BN' => 'Brunei',
44 'BG' => 'Bulgaria',
45 'BF' => 'Burkina Faso',
46 'BI' => 'Burundi',
47 'CV' => 'Cabo Verde',
48 'KH' => 'Cambodia',
49 'CM' => 'Cameroon',
50 'CA' => 'Canada',
51 'CF' => 'Central African Republic',
52 'TD' => 'Chad',
53 'CL' => 'Chile',
54 'CN' => 'China',
55 'CO' => 'Colombia',
56 'KM' => 'Comoros',
57 'CG' => 'Congo',
58 'CD' => 'Congo (Democratic Republic)',
59 'CR' => 'Costa Rica',
60 'HR' => 'Croatia',
61 'CU' => 'Cuba',
62 'CY' => 'Cyprus',
63 'CZ' => 'Czech Republic',
64 'CI' => 'Côte d\'Ivoire',
65 'DK' => 'Denmark',
66 'DJ' => 'Djibouti',
67 'DM' => 'Dominica',
68 'DO' => 'Dominican Republic',
69 'EC' => 'Ecuador',
70 'EG' => 'Egypt',
71 'SV' => 'El Salvador',
72 'GQ' => 'Equatorial Guinea',
73 'ER' => 'Eritrea',
74 'EE' => 'Estonia',
75 'SZ' => 'Eswatini',
76 'ET' => 'Ethiopia',
77 'FJ' => 'Fiji',
78 'FI' => 'Finland',
79 'FR' => 'France',
80 'GA' => 'Gabon',
81 'GM' => 'Gambia',
82 'GE' => 'Georgia',
83 'DE' => 'Germany',
84 'GH' => 'Ghana',
85 'GR' => 'Greece',
86 'GD' => 'Grenada',
87 'GT' => 'Guatemala',
88 'GN' => 'Guinea',
89 'GW' => 'Guinea-Bissau',
90 'GY' => 'Guyana',
91 'HT' => 'Haiti',
92 'HN' => 'Honduras',
93 'HK' => 'Hong Kong',
94 'HU' => 'Hungary',
95 'IS' => 'Iceland',
96 'IN' => 'India',
97 'ID' => 'Indonesia',
98 'IR' => 'Iran',
99 'IQ' => 'Iraq',
100 'IE' => 'Ireland',
101 'IL' => 'Israel',
102 'IT' => 'Italy',
103 'JM' => 'Jamaica',
104 'JP' => 'Japan',
105 'JO' => 'Jordan',
106 'KZ' => 'Kazakhstan',
107 'KE' => 'Kenya',
108 'KI' => 'Kiribati',
109 'KP' => 'Korea (North)',
110 'KR' => 'Korea (South)',
111 'KW' => 'Kuwait',
112 'KG' => 'Kyrgyzstan',
113 'LA' => 'Laos',
114 'LV' => 'Latvia',
115 'LB' => 'Lebanon',
116 'LS' => 'Lesotho',
117 'LR' => 'Liberia',
118 'LY' => 'Libya',
119 'LI' => 'Liechtenstein',
120 'LT' => 'Lithuania',
121 'LU' => 'Luxembourg',
122 'MK' => 'Macedonia',
123 'MG' => 'Madagascar',
124 'MW' => 'Malawi',
125 'MY' => 'Malaysia',
126 'MV' => 'Maldives',
127 'ML' => 'Mali',
128 'MT' => 'Malta',
129 'MH' => 'Marshall Islands',
130 'MR' => 'Mauritania',
131 'MU' => 'Mauritius',
132 'MX' => 'Mexico',
133 'FM' => 'Micronesia',
134 'MD' => 'Moldova',
135 'MC' => 'Monaco',
136 'MN' => 'Mongolia',
137 'ME' => 'Montenegro',
138 'MA' => 'Morocco',
139 'MZ' => 'Mozambique',
140 'MM' => 'Myanmar',
141 'NA' => 'Namibia',
142 'NR' => 'Nauru',
143 'NP' => 'Nepal',
144 'NL' => 'Netherlands',
145 'NZ' => 'New Zealand',
146 'NI' => 'Nicaragua',
147 'NE' => 'Niger',
148 'NG' => 'Nigeria',
149 'NO' => 'Norway',
150 'OM' => 'Oman',
151 'PK' => 'Pakistan',
152 'PW' => 'Palau',
153 'PS' => 'Palestine',
154 'PA' => 'Panama',
155 'PG' => 'Papua New Guinea',
156 'PY' => 'Paraguay',
157 'PE' => 'Peru',
158 'PH' => 'Philippines',
159 'PL' => 'Poland',
160 'PT' => 'Portugal',
161 'QA' => 'Qatar',
162 'RO' => 'Romania',
163 'RU' => 'Russia',
164 'RW' => 'Rwanda',
165 'KN' => 'Saint Kitts and Nevis',
166 'LC' => 'Saint Lucia',
167 'VC' => 'Saint Vincent and the Grenadines',
168 'WS' => 'Samoa',
169 'SM' => 'San Marino',
170 'ST' => 'Sao Tome and Principe',
171 'SA' => 'Saudi Arabia',
172 'SN' => 'Senegal',
173 'RS' => 'Serbia',
174 'SC' => 'Seychelles',
175 'SL' => 'Sierra Leone',
176 'SG' => 'Singapore',
177 'SK' => 'Slovakia',
178 'SI' => 'Slovenia',
179 'SB' => 'Solomon Islands',
180 'SO' => 'Somalia',
181 'ZA' => 'South Africa',
182 'SS' => 'South Sudan',
183 'ES' => 'Spain',
184 'LK' => 'Sri Lanka',
185 'SD' => 'Sudan',
186 'SR' => 'Suriname',
187 'SE' => 'Sweden',
188 'CH' => 'Switzerland',
189 'SY' => 'Syria',
190 'TJ' => 'Tajikistan',
191 'TZ' => 'Tanzania',
192 'TH' => 'Thailand',
193 'TL' => 'Timor-Leste',
194 'TG' => 'Togo',
195 'TO' => 'Tonga',
196 'TT' => 'Trinidad and Tobago',
197 'TN' => 'Tunisia',
198 'TR' => 'Turkey',
199 'TM' => 'Turkmenistan',
200 'TV' => 'Tuvalu',
201 'UG' => 'Uganda',
202 'UA' => 'Ukraine',
203 'AE' => 'United Arab Emirates',
204 'GB' => 'United Kingdom',
205 'US' => 'United States',
206 'UY' => 'Uruguay',
207 'UZ' => 'Uzbekistan',
208 'VU' => 'Vanuatu',
209 'VA' => 'Vatican City',
210 'VE' => 'Venezuela',
211 'VN' => 'Vietnam',
212 'YE' => 'Yemen',
213 'ZM' => 'Zambia',
214 'ZW' => 'Zimbabwe',
215 ];
216