| 1 |
<?php |
| 2 |
/** |
| 3 |
* States |
| 4 |
* |
| 5 |
* Returns an array of country states. This deprecates and replaces the /states/ directory found in older versions. |
| 6 |
* |
| 7 |
* States should be defined in English and translated native through localisation files. |
| 8 |
* |
| 9 |
* Country codes and states (or province) names should follow the Unicode CLDR recommendation (https://cldr.unicode.org/translation/displaynames/countryregion-territory-names). |
| 10 |
* |
| 11 |
* Countries defined with empty arrays have no states. These should also be defined in class-wc-countries.php to mark the state field as not required and hidden. |
| 12 |
* |
| 13 |
* @version 1.0.0 |
| 14 |
*/ |
| 15 |
|
| 16 |
defined('ABSPATH') || exit; |
| 17 |
|
| 18 |
return array( |
| 19 |
'AF' => [ |
| 20 |
'AF-BDS' => __('Badakhshan', 'fluent-cart'), |
| 21 |
'AF-BDG' => __('Badghis', 'fluent-cart'), |
| 22 |
'AF-BGL' => __('Baghlan', 'fluent-cart'), |
| 23 |
'AF-BAL' => __('Balkh', 'fluent-cart'), |
| 24 |
'AF-BAM' => __('Bamyan', 'fluent-cart'), |
| 25 |
'AF-DAY' => __('Daykundi', 'fluent-cart'), |
| 26 |
'AF-FRA' => __('Farah', 'fluent-cart'), |
| 27 |
'AF-FYB' => __('Faryab', 'fluent-cart'), |
| 28 |
'AF-GHA' => __('Ghazni', 'fluent-cart'), |
| 29 |
'AF-GHO' => __('Ghor', 'fluent-cart'), |
| 30 |
'AF-HEL' => __('Helmand', 'fluent-cart'), |
| 31 |
'AF-HER' => __('Herat', 'fluent-cart'), |
| 32 |
'AF-JOW' => __('Jowzjan', 'fluent-cart'), |
| 33 |
'AF-KAB' => __('Kabul', 'fluent-cart'), |
| 34 |
'AF-KAN' => __('Kandahar', 'fluent-cart'), |
| 35 |
'AF-KAP' => __('Kapisa', 'fluent-cart'), |
| 36 |
'AF-KHO' => __('Khost', 'fluent-cart'), |
| 37 |
'AF-KNR' => __('Kunar', 'fluent-cart'), |
| 38 |
'AF-KDZ' => __('Kunduz', 'fluent-cart'), |
| 39 |
'AF-LAG' => __('Laghman', 'fluent-cart'), |
| 40 |
'AF-LOG' => __('Logar', 'fluent-cart'), |
| 41 |
'AF-NAN' => __('Nangarhar', 'fluent-cart'), |
| 42 |
'AF-NIM' => __('Nimruz', 'fluent-cart'), |
| 43 |
'AF-NUR' => __('Nuristan', 'fluent-cart'), |
| 44 |
'AF-PIA' => __('Paktia', 'fluent-cart'), |
| 45 |
'AF-PKA' => __('Paktika', 'fluent-cart'), |
| 46 |
'AF-PAN' => __('Panjshir', 'fluent-cart'), |
| 47 |
'AF-PAR' => __('Parwan', 'fluent-cart'), |
| 48 |
'AF-SAM' => __('Samangan', 'fluent-cart'), |
| 49 |
'AF-SAR' => __('Sar-e Pol', 'fluent-cart'), |
| 50 |
'AF-TAK' => __('Takhar', 'fluent-cart'), |
| 51 |
'AF-URU' => __('Uruzgan', 'fluent-cart'), |
| 52 |
'AF-WAR' => __('Wardak', 'fluent-cart'), |
| 53 |
'AF-ZAB' => __('Zabul', 'fluent-cart'), |
| 54 |
], |
| 55 |
'AL' => array( // Albanian states. |
| 56 |
'AL-01' => __('Berat', 'fluent-cart'), |
| 57 |
'AL-09' => __('Dibër', 'fluent-cart'), |
| 58 |
'AL-02' => __('Durrës', 'fluent-cart'), |
| 59 |
'AL-03' => __('Elbasan', 'fluent-cart'), |
| 60 |
'AL-04' => __('Fier', 'fluent-cart'), |
| 61 |
'AL-05' => __('Gjirokastër', 'fluent-cart'), |
| 62 |
'AL-06' => __('Korçë', 'fluent-cart'), |
| 63 |
'AL-07' => __('Kukës', 'fluent-cart'), |
| 64 |
'AL-08' => __('Lezhë', 'fluent-cart'), |
| 65 |
'AL-10' => __('Shkodër', 'fluent-cart'), |
| 66 |
'AL-11' => __('Tirana', 'fluent-cart'), |
| 67 |
'AL-12' => __('Vlorë', 'fluent-cart'), |
| 68 |
), |
| 69 |
'AO' => array( // Angolan states. |
| 70 |
'BGO' => __('Bengo', 'fluent-cart'), |
| 71 |
'BLU' => __('Benguela', 'fluent-cart'), |
| 72 |
'BIE' => __('Bié', 'fluent-cart'), |
| 73 |
'CAB' => __('Cabinda', 'fluent-cart'), |
| 74 |
'CNN' => __('Cunene', 'fluent-cart'), |
| 75 |
'HUA' => __('Huambo', 'fluent-cart'), |
| 76 |
'HUI' => __('Huíla', 'fluent-cart'), |
| 77 |
'CCU' => __('Kuando Kubango', 'fluent-cart'), |
| 78 |
'CNO' => __('Kwanza-Norte', 'fluent-cart'), |
| 79 |
'CUS' => __('Kwanza-Sul', 'fluent-cart'), |
| 80 |
'LUA' => __('Luanda', 'fluent-cart'), |
| 81 |
'LNO' => __('Lunda-Norte', 'fluent-cart'), |
| 82 |
'LSU' => __('Lunda-Sul', 'fluent-cart'), |
| 83 |
'MAL' => __('Malanje', 'fluent-cart'), |
| 84 |
'MOX' => __('Moxico', 'fluent-cart'), |
| 85 |
'NAM' => __('Namibe', 'fluent-cart'), |
| 86 |
'UIG' => __('Uíge', 'fluent-cart'), |
| 87 |
'ZAI' => __('Zaire', 'fluent-cart'), |
| 88 |
), |
| 89 |
'AR' => array( // Argentinian provinces. |
| 90 |
'C' => __('Ciudad Autónoma de Buenos Aires', 'fluent-cart'), |
| 91 |
'B' => __('Buenos Aires', 'fluent-cart'), |
| 92 |
'K' => __('Catamarca', 'fluent-cart'), |
| 93 |
'H' => __('Chaco', 'fluent-cart'), |
| 94 |
'U' => __('Chubut', 'fluent-cart'), |
| 95 |
'X' => __('Córdoba', 'fluent-cart'), |
| 96 |
'W' => __('Corrientes', 'fluent-cart'), |
| 97 |
'E' => __('Entre Ríos', 'fluent-cart'), |
| 98 |
'P' => __('Formosa', 'fluent-cart'), |
| 99 |
'Y' => __('Jujuy', 'fluent-cart'), |
| 100 |
'L' => __('La Pampa', 'fluent-cart'), |
| 101 |
'F' => __('La Rioja', 'fluent-cart'), |
| 102 |
'M' => __('Mendoza', 'fluent-cart'), |
| 103 |
'N' => __('Misiones', 'fluent-cart'), |
| 104 |
'Q' => __('Neuquén', 'fluent-cart'), |
| 105 |
'R' => __('Río Negro', 'fluent-cart'), |
| 106 |
'A' => __('Salta', 'fluent-cart'), |
| 107 |
'J' => __('San Juan', 'fluent-cart'), |
| 108 |
'D' => __('San Luis', 'fluent-cart'), |
| 109 |
'Z' => __('Santa Cruz', 'fluent-cart'), |
| 110 |
'S' => __('Santa Fe', 'fluent-cart'), |
| 111 |
'G' => __('Santiago del Estero', 'fluent-cart'), |
| 112 |
'V' => __('Tierra del Fuego', 'fluent-cart'), |
| 113 |
'T' => __('Tucumán', 'fluent-cart'), |
| 114 |
), |
| 115 |
'AT' => array(), |
| 116 |
'AU' => array( // Australian states. |
| 117 |
'ACT' => __('Australian Capital Territory', 'fluent-cart'), |
| 118 |
'NSW' => __('New South Wales', 'fluent-cart'), |
| 119 |
'NT' => __('Northern Territory', 'fluent-cart'), |
| 120 |
'QLD' => __('Queensland', 'fluent-cart'), |
| 121 |
'SA' => __('South Australia', 'fluent-cart'), |
| 122 |
'TAS' => __('Tasmania', 'fluent-cart'), |
| 123 |
'VIC' => __('Victoria', 'fluent-cart'), |
| 124 |
'WA' => __('Western Australia', 'fluent-cart'), |
| 125 |
), |
| 126 |
'AX' => array(), |
| 127 |
'BD' => array( // Bangladeshi districts. |
| 128 |
'BD-05' => __('Bagerhat', 'fluent-cart'), |
| 129 |
'BD-01' => __('Bandarban', 'fluent-cart'), |
| 130 |
'BD-02' => __('Barguna', 'fluent-cart'), |
| 131 |
'BD-06' => __('Barishal', 'fluent-cart'), |
| 132 |
'BD-07' => __('Bhola', 'fluent-cart'), |
| 133 |
'BD-03' => __('Bogura', 'fluent-cart'), |
| 134 |
'BD-04' => __('Brahmanbaria', 'fluent-cart'), |
| 135 |
'BD-09' => __('Chandpur', 'fluent-cart'), |
| 136 |
'BD-10' => __('Chattogram', 'fluent-cart'), |
| 137 |
'BD-12' => __('Chuadanga', 'fluent-cart'), |
| 138 |
'BD-11' => __("Cox's Bazar", 'fluent-cart'), |
| 139 |
'BD-08' => __('Cumilla', 'fluent-cart'), |
| 140 |
'BD-13' => __('Dhaka', 'fluent-cart'), |
| 141 |
'BD-14' => __('Dinajpur', 'fluent-cart'), |
| 142 |
'BD-15' => __('Faridpur ', 'fluent-cart'), |
| 143 |
'BD-16' => __('Feni', 'fluent-cart'), |
| 144 |
'BD-19' => __('Gaibandha', 'fluent-cart'), |
| 145 |
'BD-18' => __('Gazipur', 'fluent-cart'), |
| 146 |
'BD-17' => __('Gopalganj', 'fluent-cart'), |
| 147 |
'BD-20' => __('Habiganj', 'fluent-cart'), |
| 148 |
'BD-21' => __('Jamalpur', 'fluent-cart'), |
| 149 |
'BD-22' => __('Jashore', 'fluent-cart'), |
| 150 |
'BD-25' => __('Jhalokati', 'fluent-cart'), |
| 151 |
'BD-23' => __('Jhenaidah', 'fluent-cart'), |
| 152 |
'BD-24' => __('Joypurhat', 'fluent-cart'), |
| 153 |
'BD-29' => __('Khagrachhari', 'fluent-cart'), |
| 154 |
'BD-27' => __('Khulna', 'fluent-cart'), |
| 155 |
'BD-26' => __('Kishoreganj', 'fluent-cart'), |
| 156 |
'BD-28' => __('Kurigram', 'fluent-cart'), |
| 157 |
'BD-30' => __('Kushtia', 'fluent-cart'), |
| 158 |
'BD-31' => __('Lakshmipur', 'fluent-cart'), |
| 159 |
'BD-32' => __('Lalmonirhat', 'fluent-cart'), |
| 160 |
'BD-36' => __('Madaripur', 'fluent-cart'), |
| 161 |
'BD-37' => __('Magura', 'fluent-cart'), |
| 162 |
'BD-33' => __('Manikganj ', 'fluent-cart'), |
| 163 |
'BD-39' => __('Meherpur', 'fluent-cart'), |
| 164 |
'BD-38' => __('Moulvibazar', 'fluent-cart'), |
| 165 |
'BD-35' => __('Munshiganj', 'fluent-cart'), |
| 166 |
'BD-34' => __('Mymensingh', 'fluent-cart'), |
| 167 |
'BD-48' => __('Naogaon', 'fluent-cart'), |
| 168 |
'BD-43' => __('Narail', 'fluent-cart'), |
| 169 |
'BD-40' => __('Narayanganj', 'fluent-cart'), |
| 170 |
'BD-42' => __('Narsingdi', 'fluent-cart'), |
| 171 |
'BD-44' => __('Natore', 'fluent-cart'), |
| 172 |
'BD-45' => __('Nawabganj', 'fluent-cart'), |
| 173 |
'BD-41' => __('Netrakona', 'fluent-cart'), |
| 174 |
'BD-46' => __('Nilphamari', 'fluent-cart'), |
| 175 |
'BD-47' => __('Noakhali', 'fluent-cart'), |
| 176 |
'BD-49' => __('Pabna', 'fluent-cart'), |
| 177 |
'BD-52' => __('Panchagarh', 'fluent-cart'), |
| 178 |
'BD-51' => __('Patuakhali', 'fluent-cart'), |
| 179 |
'BD-50' => __('Pirojpur', 'fluent-cart'), |
| 180 |
'BD-53' => __('Rajbari', 'fluent-cart'), |
| 181 |
'BD-54' => __('Rajshahi', 'fluent-cart'), |
| 182 |
'BD-56' => __('Rangamati', 'fluent-cart'), |
| 183 |
'BD-55' => __('Rangpur', 'fluent-cart'), |
| 184 |
'BD-58' => __('Satkhira', 'fluent-cart'), |
| 185 |
'BD-62' => __('Shariatpur', 'fluent-cart'), |
| 186 |
'BD-57' => __('Sherpur', 'fluent-cart'), |
| 187 |
'BD-59' => __('Sirajganj', 'fluent-cart'), |
| 188 |
'BD-61' => __('Sunamganj', 'fluent-cart'), |
| 189 |
'BD-60' => __('Sylhet', 'fluent-cart'), |
| 190 |
'BD-63' => __('Tangail', 'fluent-cart'), |
| 191 |
'BD-64' => __('Thakurgaon', 'fluent-cart'), |
| 192 |
), |
| 193 |
'BE' => array(), |
| 194 |
'BG' => array( // Bulgarian states. |
| 195 |
'BG-01' => __('Blagoevgrad', 'fluent-cart'), |
| 196 |
'BG-02' => __('Burgas', 'fluent-cart'), |
| 197 |
'BG-08' => __('Dobrich', 'fluent-cart'), |
| 198 |
'BG-07' => __('Gabrovo', 'fluent-cart'), |
| 199 |
'BG-26' => __('Haskovo', 'fluent-cart'), |
| 200 |
'BG-09' => __('Kardzhali', 'fluent-cart'), |
| 201 |
'BG-10' => __('Kyustendil', 'fluent-cart'), |
| 202 |
'BG-11' => __('Lovech', 'fluent-cart'), |
| 203 |
'BG-12' => __('Montana', 'fluent-cart'), |
| 204 |
'BG-13' => __('Pazardzhik', 'fluent-cart'), |
| 205 |
'BG-14' => __('Pernik', 'fluent-cart'), |
| 206 |
'BG-15' => __('Pleven', 'fluent-cart'), |
| 207 |
'BG-16' => __('Plovdiv', 'fluent-cart'), |
| 208 |
'BG-17' => __('Razgrad', 'fluent-cart'), |
| 209 |
'BG-18' => __('Ruse', 'fluent-cart'), |
| 210 |
'BG-27' => __('Shumen', 'fluent-cart'), |
| 211 |
'BG-19' => __('Silistra', 'fluent-cart'), |
| 212 |
'BG-20' => __('Sliven', 'fluent-cart'), |
| 213 |
'BG-21' => __('Smolyan', 'fluent-cart'), |
| 214 |
'BG-23' => __('Sofia District', 'fluent-cart'), |
| 215 |
'BG-22' => __('Sofia', 'fluent-cart'), |
| 216 |
'BG-24' => __('Stara Zagora', 'fluent-cart'), |
| 217 |
'BG-25' => __('Targovishte', 'fluent-cart'), |
| 218 |
'BG-03' => __('Varna', 'fluent-cart'), |
| 219 |
'BG-04' => __('Veliko Tarnovo', 'fluent-cart'), |
| 220 |
'BG-05' => __('Vidin', 'fluent-cart'), |
| 221 |
'BG-06' => __('Vratsa', 'fluent-cart'), |
| 222 |
'BG-28' => __('Yambol', 'fluent-cart'), |
| 223 |
), |
| 224 |
'BH' => array(), |
| 225 |
'BI' => array(), |
| 226 |
'BJ' => array( // Beninese states. |
| 227 |
'AL' => __('Alibori', 'fluent-cart'), |
| 228 |
'AK' => __('Atakora', 'fluent-cart'), |
| 229 |
'AQ' => __('Atlantique', 'fluent-cart'), |
| 230 |
'BO' => __('Borgou', 'fluent-cart'), |
| 231 |
'CO' => __('Collines', 'fluent-cart'), |
| 232 |
'KO' => __('Kouffo', 'fluent-cart'), |
| 233 |
'DO' => __('Donga', 'fluent-cart'), |
| 234 |
'LI' => __('Littoral', 'fluent-cart'), |
| 235 |
'MO' => __('Mono', 'fluent-cart'), |
| 236 |
'OU' => __('Ouémé', 'fluent-cart'), |
| 237 |
'PL' => __('Plateau', 'fluent-cart'), |
| 238 |
'ZO' => __('Zou', 'fluent-cart'), |
| 239 |
), |
| 240 |
'BO' => array( // Bolivian states. |
| 241 |
'BO-B' => __('Beni', 'fluent-cart'), |
| 242 |
'BO-H' => __('Chuquisaca', 'fluent-cart'), |
| 243 |
'BO-C' => __('Cochabamba', 'fluent-cart'), |
| 244 |
'BO-L' => __('La Paz', 'fluent-cart'), |
| 245 |
'BO-O' => __('Oruro', 'fluent-cart'), |
| 246 |
'BO-N' => __('Pando', 'fluent-cart'), |
| 247 |
'BO-P' => __('Potosí', 'fluent-cart'), |
| 248 |
'BO-S' => __('Santa Cruz', 'fluent-cart'), |
| 249 |
'BO-T' => __('Tarija', 'fluent-cart'), |
| 250 |
), |
| 251 |
'BR' => array( // Brazilian states. |
| 252 |
'AC' => __('Acre', 'fluent-cart'), |
| 253 |
'AL' => __('Alagoas', 'fluent-cart'), |
| 254 |
'AP' => __('Amapá', 'fluent-cart'), |
| 255 |
'AM' => __('Amazonas', 'fluent-cart'), |
| 256 |
'BA' => __('Bahia', 'fluent-cart'), |
| 257 |
'CE' => __('Ceará', 'fluent-cart'), |
| 258 |
'DF' => __('Distrito Federal', 'fluent-cart'), |
| 259 |
'ES' => __('Espírito Santo', 'fluent-cart'), |
| 260 |
'GO' => __('Goiás', 'fluent-cart'), |
| 261 |
'MA' => __('Maranhão', 'fluent-cart'), |
| 262 |
'MT' => __('Mato Grosso', 'fluent-cart'), |
| 263 |
'MS' => __('Mato Grosso do Sul', 'fluent-cart'), |
| 264 |
'MG' => __('Minas Gerais', 'fluent-cart'), |
| 265 |
'PA' => __('Pará', 'fluent-cart'), |
| 266 |
'PB' => __('Paraíba', 'fluent-cart'), |
| 267 |
'PR' => __('Paraná', 'fluent-cart'), |
| 268 |
'PE' => __('Pernambuco', 'fluent-cart'), |
| 269 |
'PI' => __('Piauí', 'fluent-cart'), |
| 270 |
'RJ' => __('Rio de Janeiro', 'fluent-cart'), |
| 271 |
'RN' => __('Rio Grande do Norte', 'fluent-cart'), |
| 272 |
'RS' => __('Rio Grande do Sul', 'fluent-cart'), |
| 273 |
'RO' => __('Rondônia', 'fluent-cart'), |
| 274 |
'RR' => __('Roraima', 'fluent-cart'), |
| 275 |
'SC' => __('Santa Catarina', 'fluent-cart'), |
| 276 |
'SP' => __('São Paulo', 'fluent-cart'), |
| 277 |
'SE' => __('Sergipe', 'fluent-cart'), |
| 278 |
'TO' => __('Tocantins', 'fluent-cart'), |
| 279 |
), |
| 280 |
'CA' => array( // Canadian states. |
| 281 |
'AB' => __('Alberta', 'fluent-cart'), |
| 282 |
'BC' => __('British Columbia', 'fluent-cart'), |
| 283 |
'MB' => __('Manitoba', 'fluent-cart'), |
| 284 |
'NB' => __('New Brunswick', 'fluent-cart'), |
| 285 |
'NL' => __('Newfoundland and Labrador', 'fluent-cart'), |
| 286 |
'NT' => __('Northwest Territories', 'fluent-cart'), |
| 287 |
'NS' => __('Nova Scotia', 'fluent-cart'), |
| 288 |
'NU' => __('Nunavut', 'fluent-cart'), |
| 289 |
'ON' => __('Ontario', 'fluent-cart'), |
| 290 |
'PE' => __('Prince Edward Island', 'fluent-cart'), |
| 291 |
'QC' => __('Quebec', 'fluent-cart'), |
| 292 |
'SK' => __('Saskatchewan', 'fluent-cart'), |
| 293 |
'YT' => __('Yukon Territory', 'fluent-cart'), |
| 294 |
), |
| 295 |
'CH' => array( // Swiss cantons. |
| 296 |
'AG' => __('Aargau', 'fluent-cart'), |
| 297 |
'AR' => __('Appenzell Ausserrhoden', 'fluent-cart'), |
| 298 |
'AI' => __('Appenzell Innerrhoden', 'fluent-cart'), |
| 299 |
'BL' => __('Basel-Landschaft', 'fluent-cart'), |
| 300 |
'BS' => __('Basel-Stadt', 'fluent-cart'), |
| 301 |
'BE' => __('Bern', 'fluent-cart'), |
| 302 |
'FR' => __('Fribourg', 'fluent-cart'), |
| 303 |
'GE' => __('Geneva', 'fluent-cart'), |
| 304 |
'GL' => __('Glarus', 'fluent-cart'), |
| 305 |
'GR' => __('Graubünden', 'fluent-cart'), |
| 306 |
'JU' => __('Jura', 'fluent-cart'), |
| 307 |
'LU' => __('Luzern', 'fluent-cart'), |
| 308 |
'NE' => __('Neuchâtel', 'fluent-cart'), |
| 309 |
'NW' => __('Nidwalden', 'fluent-cart'), |
| 310 |
'OW' => __('Obwalden', 'fluent-cart'), |
| 311 |
'SH' => __('Schaffhausen', 'fluent-cart'), |
| 312 |
'SZ' => __('Schwyz', 'fluent-cart'), |
| 313 |
'SO' => __('Solothurn', 'fluent-cart'), |
| 314 |
'SG' => __('St. Gallen', 'fluent-cart'), |
| 315 |
'TG' => __('Thurgau', 'fluent-cart'), |
| 316 |
'TI' => __('Ticino', 'fluent-cart'), |
| 317 |
'UR' => __('Uri', 'fluent-cart'), |
| 318 |
'VS' => __('Valais', 'fluent-cart'), |
| 319 |
'VD' => __('Vaud', 'fluent-cart'), |
| 320 |
'ZG' => __('Zug', 'fluent-cart'), |
| 321 |
'ZH' => __('Zürich', 'fluent-cart'), |
| 322 |
), |
| 323 |
'CL' => array( // Chilean states. |
| 324 |
'CL-AI' => __('Aisén del General Carlos Ibañez del Campo', 'fluent-cart'), |
| 325 |
'CL-AN' => __('Antofagasta', 'fluent-cart'), |
| 326 |
'CL-AP' => __('Arica y Parinacota', 'fluent-cart'), |
| 327 |
'CL-AR' => __('La Araucanía', 'fluent-cart'), |
| 328 |
'CL-AT' => __('Atacama', 'fluent-cart'), |
| 329 |
'CL-BI' => __('Biobío', 'fluent-cart'), |
| 330 |
'CL-CO' => __('Coquimbo', 'fluent-cart'), |
| 331 |
'CL-LI' => __('Libertador General Bernardo O\'Higgins', 'fluent-cart'), |
| 332 |
'CL-LL' => __('Los Lagos', 'fluent-cart'), |
| 333 |
'CL-LR' => __('Los Ríos', 'fluent-cart'), |
| 334 |
'CL-MA' => __('Magallanes', 'fluent-cart'), |
| 335 |
'CL-ML' => __('Maule', 'fluent-cart'), |
| 336 |
'CL-NB' => __('Ñuble', 'fluent-cart'), |
| 337 |
'CL-RM' => __('Región Metropolitana de Santiago', 'fluent-cart'), |
| 338 |
'CL-TA' => __('Tarapacá', 'fluent-cart'), |
| 339 |
'CL-VS' => __('Valparaíso', 'fluent-cart'), |
| 340 |
), |
| 341 |
'CN' => array( // Chinese states. |
| 342 |
'CN1' => __('Yunnan / 云南', 'fluent-cart'), |
| 343 |
'CN2' => __('Beijing / 北京', 'fluent-cart'), |
| 344 |
'CN3' => __('Tianjin / 天津', 'fluent-cart'), |
| 345 |
'CN4' => __('Hebei / 河北', 'fluent-cart'), |
| 346 |
'CN5' => __('Shanxi / 山西', 'fluent-cart'), |
| 347 |
'CN6' => __('Inner Mongolia / � |
| 348 |
�蒙古', 'fluent-cart'), |
| 349 |
'CN7' => __('Liaoning / 辽宁', 'fluent-cart'), |
| 350 |
'CN8' => __('Jilin / 吉林', 'fluent-cart'), |
| 351 |
'CN9' => __('Heilongjiang / 黑龙江', 'fluent-cart'), |
| 352 |
'CN10' => __('Shanghai / 上海', 'fluent-cart'), |
| 353 |
'CN11' => __('Jiangsu / 江苏', 'fluent-cart'), |
| 354 |
'CN12' => __('Zhejiang / 浙江', 'fluent-cart'), |
| 355 |
'CN13' => __('Anhui / 安徽', 'fluent-cart'), |
| 356 |
'CN14' => __('Fujian / 福建', 'fluent-cart'), |
| 357 |
'CN15' => __('Jiangxi / 江西', 'fluent-cart'), |
| 358 |
'CN16' => __('Shandong / 山东', 'fluent-cart'), |
| 359 |
'CN17' => __('Henan / 河南', 'fluent-cart'), |
| 360 |
'CN18' => __('Hubei / 湖北', 'fluent-cart'), |
| 361 |
'CN19' => __('Hunan / 湖南', 'fluent-cart'), |
| 362 |
'CN20' => __('Guangdong / 广东', 'fluent-cart'), |
| 363 |
'CN21' => __('Guangxi Zhuang / 广西壮族', 'fluent-cart'), |
| 364 |
'CN22' => __('Hainan / 海南', 'fluent-cart'), |
| 365 |
'CN23' => __('Chongqing / 重庆', 'fluent-cart'), |
| 366 |
'CN24' => __('Sichuan / 四川', 'fluent-cart'), |
| 367 |
'CN25' => __('Guizhou / 贵州', 'fluent-cart'), |
| 368 |
'CN26' => __('Shaanxi / 陕西', 'fluent-cart'), |
| 369 |
'CN27' => __('Gansu / 甘肃', 'fluent-cart'), |
| 370 |
'CN28' => __('Qinghai / 青海', 'fluent-cart'), |
| 371 |
'CN29' => __('Ningxia Hui / 宁夏', 'fluent-cart'), |
| 372 |
'CN30' => __('Macao / 澳门', 'fluent-cart'), |
| 373 |
'CN31' => __('Tibet / 西藏', 'fluent-cart'), |
| 374 |
'CN32' => __('Xinjiang / 新疆', 'fluent-cart'), |
| 375 |
), |
| 376 |
'CO' => array( // Colombian states. |
| 377 |
'CO-AMA' => __('Amazonas', 'fluent-cart'), |
| 378 |
'CO-ANT' => __('Antioquia', 'fluent-cart'), |
| 379 |
'CO-ARA' => __('Arauca', 'fluent-cart'), |
| 380 |
'CO-ATL' => __('Atlántico', 'fluent-cart'), |
| 381 |
'CO-BOL' => __('Bolívar', 'fluent-cart'), |
| 382 |
'CO-BOY' => __('Boyacá', 'fluent-cart'), |
| 383 |
'CO-CAL' => __('Caldas', 'fluent-cart'), |
| 384 |
'CO-CAQ' => __('Caquetá', 'fluent-cart'), |
| 385 |
'CO-CAS' => __('Casanare', 'fluent-cart'), |
| 386 |
'CO-CAU' => __('Cauca', 'fluent-cart'), |
| 387 |
'CO-CES' => __('Cesar', 'fluent-cart'), |
| 388 |
'CO-CHO' => __('Chocó', 'fluent-cart'), |
| 389 |
'CO-COR' => __('Córdoba', 'fluent-cart'), |
| 390 |
'CO-CUN' => __('Cundinamarca', 'fluent-cart'), |
| 391 |
'CO-DC' => __('Capital District', 'fluent-cart'), |
| 392 |
'CO-GUA' => __('Guainía', 'fluent-cart'), |
| 393 |
'CO-GUV' => __('Guaviare', 'fluent-cart'), |
| 394 |
'CO-HUI' => __('Huila', 'fluent-cart'), |
| 395 |
'CO-LAG' => __('La Guajira', 'fluent-cart'), |
| 396 |
'CO-MAG' => __('Magdalena', 'fluent-cart'), |
| 397 |
'CO-MET' => __('Meta', 'fluent-cart'), |
| 398 |
'CO-NAR' => __('Nariño', 'fluent-cart'), |
| 399 |
'CO-NSA' => __('Norte de Santander', 'fluent-cart'), |
| 400 |
'CO-PUT' => __('Putumayo', 'fluent-cart'), |
| 401 |
'CO-QUI' => __('Quindío', 'fluent-cart'), |
| 402 |
'CO-RIS' => __('Risaralda', 'fluent-cart'), |
| 403 |
'CO-SAN' => __('Santander', 'fluent-cart'), |
| 404 |
'CO-SAP' => __('San Andrés & Providencia', 'fluent-cart'), |
| 405 |
'CO-SUC' => __('Sucre', 'fluent-cart'), |
| 406 |
'CO-TOL' => __('Tolima', 'fluent-cart'), |
| 407 |
'CO-VAC' => __('Valle del Cauca', 'fluent-cart'), |
| 408 |
'CO-VAU' => __('Vaupés', 'fluent-cart'), |
| 409 |
'CO-VID' => __('Vichada', 'fluent-cart'), |
| 410 |
), |
| 411 |
'CR' => array( // Costa Rican states. |
| 412 |
'CR-A' => __('Alajuela', 'fluent-cart'), |
| 413 |
'CR-C' => __('Cartago', 'fluent-cart'), |
| 414 |
'CR-G' => __('Guanacaste', 'fluent-cart'), |
| 415 |
'CR-H' => __('Heredia', 'fluent-cart'), |
| 416 |
'CR-L' => __('Limón', 'fluent-cart'), |
| 417 |
'CR-P' => __('Puntarenas', 'fluent-cart'), |
| 418 |
'CR-SJ' => __('San José', 'fluent-cart'), |
| 419 |
), |
| 420 |
'CZ' => array(), |
| 421 |
'DE' => array( // German states. |
| 422 |
'DE-BW' => __('Baden-Württemberg', 'fluent-cart'), |
| 423 |
'DE-BY' => __('Bavaria', 'fluent-cart'), |
| 424 |
'DE-BE' => __('Berlin', 'fluent-cart'), |
| 425 |
'DE-BB' => __('Brandenburg', 'fluent-cart'), |
| 426 |
'DE-HB' => __('Bremen', 'fluent-cart'), |
| 427 |
'DE-HH' => __('Hamburg', 'fluent-cart'), |
| 428 |
'DE-HE' => __('Hesse', 'fluent-cart'), |
| 429 |
'DE-MV' => __('Mecklenburg-Vorpommern', 'fluent-cart'), |
| 430 |
'DE-NI' => __('Lower Saxony', 'fluent-cart'), |
| 431 |
'DE-NW' => __('North Rhine-Westphalia', 'fluent-cart'), |
| 432 |
'DE-RP' => __('Rhineland-Palatinate', 'fluent-cart'), |
| 433 |
'DE-SL' => __('Saarland', 'fluent-cart'), |
| 434 |
'DE-SN' => __('Saxony', 'fluent-cart'), |
| 435 |
'DE-ST' => __('Saxony-Anhalt', 'fluent-cart'), |
| 436 |
'DE-SH' => __('Schleswig-Holstein', 'fluent-cart'), |
| 437 |
'DE-TH' => __('Thuringia', 'fluent-cart'), |
| 438 |
), |
| 439 |
'DK' => array(), |
| 440 |
'DO' => array( // Dominican states. |
| 441 |
'DO-01' => __('Distrito Nacional', 'fluent-cart'), |
| 442 |
'DO-02' => __('Azua', 'fluent-cart'), |
| 443 |
'DO-03' => __('Baoruco', 'fluent-cart'), |
| 444 |
'DO-04' => __('Barahona', 'fluent-cart'), |
| 445 |
'DO-33' => __('Cibao Nordeste', 'fluent-cart'), |
| 446 |
'DO-34' => __('Cibao Noroeste', 'fluent-cart'), |
| 447 |
'DO-35' => __('Cibao Norte', 'fluent-cart'), |
| 448 |
'DO-36' => __('Cibao Sur', 'fluent-cart'), |
| 449 |
'DO-05' => __('Dajabón', 'fluent-cart'), |
| 450 |
'DO-06' => __('Duarte', 'fluent-cart'), |
| 451 |
'DO-08' => __('El Seibo', 'fluent-cart'), |
| 452 |
'DO-37' => __('El Valle', 'fluent-cart'), |
| 453 |
'DO-07' => __('Elías Piña', 'fluent-cart'), |
| 454 |
'DO-38' => __('Enriquillo', 'fluent-cart'), |
| 455 |
'DO-09' => __('Espaillat', 'fluent-cart'), |
| 456 |
'DO-30' => __('Hato Mayor', 'fluent-cart'), |
| 457 |
'DO-19' => __('Hermanas Mirabal', 'fluent-cart'), |
| 458 |
'DO-39' => __('Higüamo', 'fluent-cart'), |
| 459 |
'DO-10' => __('Independencia', 'fluent-cart'), |
| 460 |
'DO-11' => __('La Altagracia', 'fluent-cart'), |
| 461 |
'DO-12' => __('La Romana', 'fluent-cart'), |
| 462 |
'DO-13' => __('La Vega', 'fluent-cart'), |
| 463 |
'DO-14' => __('María Trinidad Sánchez', 'fluent-cart'), |
| 464 |
'DO-28' => __('Monseñor Nouel', 'fluent-cart'), |
| 465 |
'DO-15' => __('Monte Cristi', 'fluent-cart'), |
| 466 |
'DO-29' => __('Monte Plata', 'fluent-cart'), |
| 467 |
'DO-40' => __('Ozama', 'fluent-cart'), |
| 468 |
'DO-16' => __('Pedernales', 'fluent-cart'), |
| 469 |
'DO-17' => __('Peravia', 'fluent-cart'), |
| 470 |
'DO-18' => __('Puerto Plata', 'fluent-cart'), |
| 471 |
'DO-20' => __('Samaná', 'fluent-cart'), |
| 472 |
'DO-21' => __('San Cristóbal', 'fluent-cart'), |
| 473 |
'DO-31' => __('San José de Ocoa', 'fluent-cart'), |
| 474 |
'DO-22' => __('San Juan', 'fluent-cart'), |
| 475 |
'DO-23' => __('San Pedro de Macorís', 'fluent-cart'), |
| 476 |
'DO-24' => __('Sánchez Ramírez', 'fluent-cart'), |
| 477 |
'DO-25' => __('Santiago', 'fluent-cart'), |
| 478 |
'DO-26' => __('Santiago Rodríguez', 'fluent-cart'), |
| 479 |
'DO-32' => __('Santo Domingo', 'fluent-cart'), |
| 480 |
'DO-41' => __('Valdesia', 'fluent-cart'), |
| 481 |
'DO-27' => __('Valverde', 'fluent-cart'), |
| 482 |
'DO-42' => __('Yuma', 'fluent-cart'), |
| 483 |
), |
| 484 |
'DZ' => array( // Algerian states. |
| 485 |
'DZ-01' => __('Adrar', 'fluent-cart'), |
| 486 |
'DZ-02' => __('Chlef', 'fluent-cart'), |
| 487 |
'DZ-03' => __('Laghouat', 'fluent-cart'), |
| 488 |
'DZ-04' => __('Oum El Bouaghi', 'fluent-cart'), |
| 489 |
'DZ-05' => __('Batna', 'fluent-cart'), |
| 490 |
'DZ-06' => __('Béjaïa', 'fluent-cart'), |
| 491 |
'DZ-07' => __('Biskra', 'fluent-cart'), |
| 492 |
'DZ-08' => __('Béchar', 'fluent-cart'), |
| 493 |
'DZ-09' => __('Blida', 'fluent-cart'), |
| 494 |
'DZ-10' => __('Bouira', 'fluent-cart'), |
| 495 |
'DZ-11' => __('Tamanghasset', 'fluent-cart'), |
| 496 |
'DZ-12' => __('Tébessa', 'fluent-cart'), |
| 497 |
'DZ-13' => __('Tlemcen', 'fluent-cart'), |
| 498 |
'DZ-14' => __('Tiaret', 'fluent-cart'), |
| 499 |
'DZ-15' => __('Tizi Ouzou', 'fluent-cart'), |
| 500 |
'DZ-16' => __('Algiers', 'fluent-cart'), |
| 501 |
'DZ-17' => __('Djelfa', 'fluent-cart'), |
| 502 |
'DZ-18' => __('Jijel', 'fluent-cart'), |
| 503 |
'DZ-19' => __('Sétif', 'fluent-cart'), |
| 504 |
'DZ-20' => __('Saïda', 'fluent-cart'), |
| 505 |
'DZ-21' => __('Skikda', 'fluent-cart'), |
| 506 |
'DZ-22' => __('Sidi Bel Abbès', 'fluent-cart'), |
| 507 |
'DZ-23' => __('Annaba', 'fluent-cart'), |
| 508 |
'DZ-24' => __('Guelma', 'fluent-cart'), |
| 509 |
'DZ-25' => __('Constantine', 'fluent-cart'), |
| 510 |
'DZ-26' => __('Médéa', 'fluent-cart'), |
| 511 |
'DZ-27' => __('Mostaganem', 'fluent-cart'), |
| 512 |
'DZ-28' => __('M’Sila', 'fluent-cart'), |
| 513 |
'DZ-29' => __('Mascara', 'fluent-cart'), |
| 514 |
'DZ-30' => __('Ouargla', 'fluent-cart'), |
| 515 |
'DZ-31' => __('Oran', 'fluent-cart'), |
| 516 |
'DZ-32' => __('El Bayadh', 'fluent-cart'), |
| 517 |
'DZ-33' => __('Illizi', 'fluent-cart'), |
| 518 |
'DZ-34' => __('Bordj Bou Arréridj', 'fluent-cart'), |
| 519 |
'DZ-35' => __('Boumerdès', 'fluent-cart'), |
| 520 |
'DZ-36' => __('El Tarf', 'fluent-cart'), |
| 521 |
'DZ-37' => __('Tindouf', 'fluent-cart'), |
| 522 |
'DZ-38' => __('Tissemsilt', 'fluent-cart'), |
| 523 |
'DZ-39' => __('El Oued', 'fluent-cart'), |
| 524 |
'DZ-40' => __('Khenchela', 'fluent-cart'), |
| 525 |
'DZ-41' => __('Souk Ahras', 'fluent-cart'), |
| 526 |
'DZ-42' => __('Tipasa', 'fluent-cart'), |
| 527 |
'DZ-43' => __('Mila', 'fluent-cart'), |
| 528 |
'DZ-44' => __('Aïn Defla', 'fluent-cart'), |
| 529 |
'DZ-45' => __('Naama', 'fluent-cart'), |
| 530 |
'DZ-46' => __('Aïn Témouchent', 'fluent-cart'), |
| 531 |
'DZ-47' => __('Ghardaïa', 'fluent-cart'), |
| 532 |
'DZ-48' => __('Relizane', 'fluent-cart'), |
| 533 |
), |
| 534 |
'EE' => array(), |
| 535 |
'EC' => array( // Ecuadorian states. |
| 536 |
'EC-A' => __('Azuay', 'fluent-cart'), |
| 537 |
'EC-B' => __('Bolívar', 'fluent-cart'), |
| 538 |
'EC-F' => __('Cañar', 'fluent-cart'), |
| 539 |
'EC-C' => __('Carchi', 'fluent-cart'), |
| 540 |
'EC-H' => __('Chimborazo', 'fluent-cart'), |
| 541 |
'EC-X' => __('Cotopaxi', 'fluent-cart'), |
| 542 |
'EC-O' => __('El Oro', 'fluent-cart'), |
| 543 |
'EC-E' => __('Esmeraldas', 'fluent-cart'), |
| 544 |
'EC-W' => __('Galápagos', 'fluent-cart'), |
| 545 |
'EC-G' => __('Guayas', 'fluent-cart'), |
| 546 |
'EC-I' => __('Imbabura', 'fluent-cart'), |
| 547 |
'EC-L' => __('Loja', 'fluent-cart'), |
| 548 |
'EC-R' => __('Los Ríos', 'fluent-cart'), |
| 549 |
'EC-M' => __('Manabí', 'fluent-cart'), |
| 550 |
'EC-S' => __('Morona-Santiago', 'fluent-cart'), |
| 551 |
'EC-N' => __('Napo', 'fluent-cart'), |
| 552 |
'EC-D' => __('Orellana', 'fluent-cart'), |
| 553 |
'EC-Y' => __('Pastaza', 'fluent-cart'), |
| 554 |
'EC-P' => __('Pichincha', 'fluent-cart'), |
| 555 |
'EC-SE' => __('Santa Elena', 'fluent-cart'), |
| 556 |
'EC-SD' => __('Santo Domingo de los Tsáchilas', 'fluent-cart'), |
| 557 |
'EC-U' => __('Sucumbíos', 'fluent-cart'), |
| 558 |
'EC-T' => __('Tungurahua', 'fluent-cart'), |
| 559 |
'EC-Z' => __('Zamora-Chinchipe', 'fluent-cart'), |
| 560 |
), |
| 561 |
'EG' => array( // Egyptian states. |
| 562 |
'EGALX' => __('Alexandria', 'fluent-cart'), |
| 563 |
'EGASN' => __('Aswan', 'fluent-cart'), |
| 564 |
'EGAST' => __('Asyut', 'fluent-cart'), |
| 565 |
'EGBA' => __('Red Sea', 'fluent-cart'), |
| 566 |
'EGBH' => __('Beheira', 'fluent-cart'), |
| 567 |
'EGBNS' => __('Beni Suef', 'fluent-cart'), |
| 568 |
'EGC' => __('Cairo', 'fluent-cart'), |
| 569 |
'EGDK' => __('Dakahlia', 'fluent-cart'), |
| 570 |
'EGDT' => __('Damietta', 'fluent-cart'), |
| 571 |
'EGFYM' => __('Faiyum', 'fluent-cart'), |
| 572 |
'EGGH' => __('Gharbia', 'fluent-cart'), |
| 573 |
'EGGZ' => __('Giza', 'fluent-cart'), |
| 574 |
'EGIS' => __('Ismailia', 'fluent-cart'), |
| 575 |
'EGJS' => __('South Sinai', 'fluent-cart'), |
| 576 |
'EGKB' => __('Qalyubia', 'fluent-cart'), |
| 577 |
'EGKFS' => __('Kafr el-Sheikh', 'fluent-cart'), |
| 578 |
'EGKN' => __('Qena', 'fluent-cart'), |
| 579 |
'EGLX' => __('Luxor', 'fluent-cart'), |
| 580 |
'EGMN' => __('Minya', 'fluent-cart'), |
| 581 |
'EGMNF' => __('Monufia', 'fluent-cart'), |
| 582 |
'EGMT' => __('Matrouh', 'fluent-cart'), |
| 583 |
'EGPTS' => __('Port Said', 'fluent-cart'), |
| 584 |
'EGSHG' => __('Sohag', 'fluent-cart'), |
| 585 |
'EGSHR' => __('Al Sharqia', 'fluent-cart'), |
| 586 |
'EGSIN' => __('North Sinai', 'fluent-cart'), |
| 587 |
'EGSUZ' => __('Suez', 'fluent-cart'), |
| 588 |
'EGWAD' => __('New Valley', 'fluent-cart'), |
| 589 |
), |
| 590 |
'ES' => array( // Spanish states. |
| 591 |
'C' => __('A Coruña', 'fluent-cart'), |
| 592 |
'VI' => __('Araba/Álava', 'fluent-cart'), |
| 593 |
'AB' => __('Albacete', 'fluent-cart'), |
| 594 |
'A' => __('Alicante', 'fluent-cart'), |
| 595 |
'AL' => __('Almería', 'fluent-cart'), |
| 596 |
'O' => __('Asturias', 'fluent-cart'), |
| 597 |
'AV' => __('Ávila', 'fluent-cart'), |
| 598 |
'BA' => __('Badajoz', 'fluent-cart'), |
| 599 |
'PM' => __('Baleares', 'fluent-cart'), |
| 600 |
'B' => __('Barcelona', 'fluent-cart'), |
| 601 |
'BU' => __('Burgos', 'fluent-cart'), |
| 602 |
'CC' => __('Cáceres', 'fluent-cart'), |
| 603 |
'CA' => __('Cádiz', 'fluent-cart'), |
| 604 |
'S' => __('Cantabria', 'fluent-cart'), |
| 605 |
'CS' => __('Castellón', 'fluent-cart'), |
| 606 |
'CE' => __('Ceuta', 'fluent-cart'), |
| 607 |
'CR' => __('Ciudad Real', 'fluent-cart'), |
| 608 |
'CO' => __('Córdoba', 'fluent-cart'), |
| 609 |
'CU' => __('Cuenca', 'fluent-cart'), |
| 610 |
'GI' => __('Girona', 'fluent-cart'), |
| 611 |
'GR' => __('Granada', 'fluent-cart'), |
| 612 |
'GU' => __('Guadalajara', 'fluent-cart'), |
| 613 |
'SS' => __('Gipuzkoa', 'fluent-cart'), |
| 614 |
'H' => __('Huelva', 'fluent-cart'), |
| 615 |
'HU' => __('Huesca', 'fluent-cart'), |
| 616 |
'J' => __('Jaén', 'fluent-cart'), |
| 617 |
'LO' => __('La Rioja', 'fluent-cart'), |
| 618 |
'GC' => __('Las Palmas', 'fluent-cart'), |
| 619 |
'LE' => __('León', 'fluent-cart'), |
| 620 |
'L' => __('Lleida', 'fluent-cart'), |
| 621 |
'LU' => __('Lugo', 'fluent-cart'), |
| 622 |
'M' => __('Madrid', 'fluent-cart'), |
| 623 |
'MA' => __('Málaga', 'fluent-cart'), |
| 624 |
'ML' => __('Melilla', 'fluent-cart'), |
| 625 |
'MU' => __('Murcia', 'fluent-cart'), |
| 626 |
'NA' => __('Navarra', 'fluent-cart'), |
| 627 |
'OR' => __('Ourense', 'fluent-cart'), |
| 628 |
'P' => __('Palencia', 'fluent-cart'), |
| 629 |
'PO' => __('Pontevedra', 'fluent-cart'), |
| 630 |
'SA' => __('Salamanca', 'fluent-cart'), |
| 631 |
'TF' => __('Santa Cruz de Tenerife', 'fluent-cart'), |
| 632 |
'SG' => __('Segovia', 'fluent-cart'), |
| 633 |
'SE' => __('Sevilla', 'fluent-cart'), |
| 634 |
'SO' => __('Soria', 'fluent-cart'), |
| 635 |
'T' => __('Tarragona', 'fluent-cart'), |
| 636 |
'TE' => __('Teruel', 'fluent-cart'), |
| 637 |
'TO' => __('Toledo', 'fluent-cart'), |
| 638 |
'V' => __('Valencia', 'fluent-cart'), |
| 639 |
'VA' => __('Valladolid', 'fluent-cart'), |
| 640 |
'BI' => __('Biscay', 'fluent-cart'), |
| 641 |
'ZA' => __('Zamora', 'fluent-cart'), |
| 642 |
'Z' => __('Zaragoza', 'fluent-cart'), |
| 643 |
), |
| 644 |
'ET' => array(), |
| 645 |
'FI' => array(), |
| 646 |
'FR' => array(), |
| 647 |
'GF' => array(), |
| 648 |
'GH' => array( // Ghanaian regions. |
| 649 |
'AF' => __('Ahafo', 'fluent-cart'), |
| 650 |
'AH' => __('Ashanti', 'fluent-cart'), |
| 651 |
'BA' => __('Brong-Ahafo', 'fluent-cart'), |
| 652 |
'BO' => __('Bono', 'fluent-cart'), |
| 653 |
'BE' => __('Bono East', 'fluent-cart'), |
| 654 |
'CP' => __('Central', 'fluent-cart'), |
| 655 |
'EP' => __('Eastern', 'fluent-cart'), |
| 656 |
'AA' => __('Greater Accra', 'fluent-cart'), |
| 657 |
'NE' => __('North East', 'fluent-cart'), |
| 658 |
'NP' => __('Northern', 'fluent-cart'), |
| 659 |
'OT' => __('Oti', 'fluent-cart'), |
| 660 |
'SV' => __('Savannah', 'fluent-cart'), |
| 661 |
'UE' => __('Upper East', 'fluent-cart'), |
| 662 |
'UW' => __('Upper West', 'fluent-cart'), |
| 663 |
'TV' => __('Volta', 'fluent-cart'), |
| 664 |
'WP' => __('Western', 'fluent-cart'), |
| 665 |
'WN' => __('Western North', 'fluent-cart'), |
| 666 |
), |
| 667 |
'GP' => array(), |
| 668 |
'GR' => array( // Greek regions. |
| 669 |
'I' => __('Attica', 'fluent-cart'), |
| 670 |
'A' => __('East Macedonia and Thrace', 'fluent-cart'), |
| 671 |
'B' => __('Central Macedonia', 'fluent-cart'), |
| 672 |
'C' => __('West Macedonia', 'fluent-cart'), |
| 673 |
'D' => __('Epirus', 'fluent-cart'), |
| 674 |
'E' => __('Thessaly', 'fluent-cart'), |
| 675 |
'F' => __('Ionian Islands', 'fluent-cart'), |
| 676 |
'G' => __('West Greece', 'fluent-cart'), |
| 677 |
'H' => __('Central Greece', 'fluent-cart'), |
| 678 |
'J' => __('Peloponnese', 'fluent-cart'), |
| 679 |
'K' => __('North Aegean', 'fluent-cart'), |
| 680 |
'L' => __('South Aegean', 'fluent-cart'), |
| 681 |
'M' => __('Crete', 'fluent-cart'), |
| 682 |
), |
| 683 |
'GT' => array( // Guatemalan states. |
| 684 |
'GT-AV' => __('Alta Verapaz', 'fluent-cart'), |
| 685 |
'GT-BV' => __('Baja Verapaz', 'fluent-cart'), |
| 686 |
'GT-CM' => __('Chimaltenango', 'fluent-cart'), |
| 687 |
'GT-CQ' => __('Chiquimula', 'fluent-cart'), |
| 688 |
'GT-PR' => __('El Progreso', 'fluent-cart'), |
| 689 |
'GT-ES' => __('Escuintla', 'fluent-cart'), |
| 690 |
'GT-GU' => __('Guatemala', 'fluent-cart'), |
| 691 |
'GT-HU' => __('Huehuetenango', 'fluent-cart'), |
| 692 |
'GT-IZ' => __('Izabal', 'fluent-cart'), |
| 693 |
'GT-JA' => __('Jalapa', 'fluent-cart'), |
| 694 |
'GT-JU' => __('Jutiapa', 'fluent-cart'), |
| 695 |
'GT-PE' => __('Petén', 'fluent-cart'), |
| 696 |
'GT-QZ' => __('Quetzaltenango', 'fluent-cart'), |
| 697 |
'GT-QC' => __('Quiché', 'fluent-cart'), |
| 698 |
'GT-RE' => __('Retalhuleu', 'fluent-cart'), |
| 699 |
'GT-SA' => __('Sacatepéquez', 'fluent-cart'), |
| 700 |
'GT-SM' => __('San Marcos', 'fluent-cart'), |
| 701 |
'GT-SR' => __('Santa Rosa', 'fluent-cart'), |
| 702 |
'GT-SO' => __('Sololá', 'fluent-cart'), |
| 703 |
'GT-SU' => __('Suchitepéquez', 'fluent-cart'), |
| 704 |
'GT-TO' => __('Totonicapán', 'fluent-cart'), |
| 705 |
'GT-ZA' => __('Zacapa', 'fluent-cart'), |
| 706 |
), |
| 707 |
'HK' => array( // Hong Kong states. |
| 708 |
'HONG KONG' => __('Hong Kong Island', 'fluent-cart'), |
| 709 |
'KOWLOON' => __('Kowloon', 'fluent-cart'), |
| 710 |
'NEW TERRITORIES' => __('New Territories', 'fluent-cart'), |
| 711 |
), |
| 712 |
'HN' => array( // Honduran states. |
| 713 |
'HN-AT' => __('Atlántida', 'fluent-cart'), |
| 714 |
'HN-IB' => __('Bay Islands', 'fluent-cart'), |
| 715 |
'HN-CH' => __('Choluteca', 'fluent-cart'), |
| 716 |
'HN-CL' => __('Colón', 'fluent-cart'), |
| 717 |
'HN-CM' => __('Comayagua', 'fluent-cart'), |
| 718 |
'HN-CP' => __('Copán', 'fluent-cart'), |
| 719 |
'HN-CR' => __('Cortés', 'fluent-cart'), |
| 720 |
'HN-EP' => __('El Paraíso', 'fluent-cart'), |
| 721 |
'HN-FM' => __('Francisco Morazán', 'fluent-cart'), |
| 722 |
'HN-GD' => __('Gracias a Dios', 'fluent-cart'), |
| 723 |
'HN-IN' => __('Intibucá', 'fluent-cart'), |
| 724 |
'HN-LE' => __('Lempira', 'fluent-cart'), |
| 725 |
'HN-LP' => __('La Paz', 'fluent-cart'), |
| 726 |
'HN-OC' => __('Ocotepeque', 'fluent-cart'), |
| 727 |
'HN-OL' => __('Olancho', 'fluent-cart'), |
| 728 |
'HN-SB' => __('Santa Bárbara', 'fluent-cart'), |
| 729 |
'HN-VA' => __('Valle', 'fluent-cart'), |
| 730 |
'HN-YO' => __('Yoro', 'fluent-cart'), |
| 731 |
), |
| 732 |
'HR' => array( // Croatian counties. |
| 733 |
'HR-01' => __('Zagreb County', 'fluent-cart'), |
| 734 |
'HR-02' => __('Krapina-Zagorje County', 'fluent-cart'), |
| 735 |
'HR-03' => __('Sisak-Moslavina County', 'fluent-cart'), |
| 736 |
'HR-04' => __('Karlovac County', 'fluent-cart'), |
| 737 |
'HR-05' => __('Varaždin County', 'fluent-cart'), |
| 738 |
'HR-06' => __('Koprivnica-Križevci County', 'fluent-cart'), |
| 739 |
'HR-07' => __('Bjelovar-Bilogora County', 'fluent-cart'), |
| 740 |
'HR-08' => __('Primorje-Gorski Kotar County', 'fluent-cart'), |
| 741 |
'HR-09' => __('Lika-Senj County', 'fluent-cart'), |
| 742 |
'HR-10' => __('Virovitica-Podravina County', 'fluent-cart'), |
| 743 |
'HR-11' => __('Požega-Slavonia County', 'fluent-cart'), |
| 744 |
'HR-12' => __('Brod-Posavina County', 'fluent-cart'), |
| 745 |
'HR-13' => __('Zadar County', 'fluent-cart'), |
| 746 |
'HR-14' => __('Osijek-Baranja County', 'fluent-cart'), |
| 747 |
'HR-15' => __('Šibenik-Knin County', 'fluent-cart'), |
| 748 |
'HR-16' => __('Vukovar-Srijem County', 'fluent-cart'), |
| 749 |
'HR-17' => __('Split-Dalmatia County', 'fluent-cart'), |
| 750 |
'HR-18' => __('Istria County', 'fluent-cart'), |
| 751 |
'HR-19' => __('Dubrovnik-Neretva County', 'fluent-cart'), |
| 752 |
'HR-20' => __('Međimurje County', 'fluent-cart'), |
| 753 |
'HR-21' => __('Zagreb City', 'fluent-cart'), |
| 754 |
), |
| 755 |
'HU' => array( // Hungarian states. |
| 756 |
'BK' => __('Bács-Kiskun', 'fluent-cart'), |
| 757 |
'BE' => __('Békés', 'fluent-cart'), |
| 758 |
'BA' => __('Baranya', 'fluent-cart'), |
| 759 |
'BZ' => __('Borsod-Abaúj-Zemplén', 'fluent-cart'), |
| 760 |
'BU' => __('Budapest', 'fluent-cart'), |
| 761 |
'CS' => __('Csongrád-Csanád', 'fluent-cart'), |
| 762 |
'FE' => __('Fejér', 'fluent-cart'), |
| 763 |
'GS' => __('Győr-Moson-Sopron', 'fluent-cart'), |
| 764 |
'HB' => __('Hajdú-Bihar', 'fluent-cart'), |
| 765 |
'HE' => __('Heves', 'fluent-cart'), |
| 766 |
'JN' => __('Jász-Nagykun-Szolnok', 'fluent-cart'), |
| 767 |
'KE' => __('Komárom-Esztergom', 'fluent-cart'), |
| 768 |
'NO' => __('Nógrád', 'fluent-cart'), |
| 769 |
'PE' => __('Pest', 'fluent-cart'), |
| 770 |
'SO' => __('Somogy', 'fluent-cart'), |
| 771 |
'SZ' => __('Szabolcs-Szatmár-Bereg', 'fluent-cart'), |
| 772 |
'TO' => __('Tolna', 'fluent-cart'), |
| 773 |
'VA' => __('Vas', 'fluent-cart'), |
| 774 |
'VE' => __('Veszprém', 'fluent-cart'), |
| 775 |
'ZA' => __('Zala', 'fluent-cart'), |
| 776 |
), |
| 777 |
'ID' => array( // Indonesian provinces. |
| 778 |
'AC' => __('Daerah Istimewa Aceh', 'fluent-cart'), |
| 779 |
'SU' => __('Sumatera Utara', 'fluent-cart'), |
| 780 |
'SB' => __('Sumatera Barat', 'fluent-cart'), |
| 781 |
'RI' => __('Riau', 'fluent-cart'), |
| 782 |
'KR' => __('Kepulauan Riau', 'fluent-cart'), |
| 783 |
'JA' => __('Jambi', 'fluent-cart'), |
| 784 |
'SS' => __('Sumatera Selatan', 'fluent-cart'), |
| 785 |
'BB' => __('Bangka Belitung', 'fluent-cart'), |
| 786 |
'BE' => __('Bengkulu', 'fluent-cart'), |
| 787 |
'LA' => __('Lampung', 'fluent-cart'), |
| 788 |
'JK' => __('DKI Jakarta', 'fluent-cart'), |
| 789 |
'JB' => __('Jawa Barat', 'fluent-cart'), |
| 790 |
'BT' => __('Banten', 'fluent-cart'), |
| 791 |
'JT' => __('Jawa Tengah', 'fluent-cart'), |
| 792 |
'JI' => __('Jawa Timur', 'fluent-cart'), |
| 793 |
'YO' => __('Daerah Istimewa Yogyakarta', 'fluent-cart'), |
| 794 |
'BA' => __('Bali', 'fluent-cart'), |
| 795 |
'NB' => __('Nusa Tenggara Barat', 'fluent-cart'), |
| 796 |
'NT' => __('Nusa Tenggara Timur', 'fluent-cart'), |
| 797 |
'KB' => __('Kalimantan Barat', 'fluent-cart'), |
| 798 |
'KT' => __('Kalimantan Tengah', 'fluent-cart'), |
| 799 |
'KI' => __('Kalimantan Timur', 'fluent-cart'), |
| 800 |
'KS' => __('Kalimantan Selatan', 'fluent-cart'), |
| 801 |
'KU' => __('Kalimantan Utara', 'fluent-cart'), |
| 802 |
'SA' => __('Sulawesi Utara', 'fluent-cart'), |
| 803 |
'ST' => __('Sulawesi Tengah', 'fluent-cart'), |
| 804 |
'SG' => __('Sulawesi Tenggara', 'fluent-cart'), |
| 805 |
'SR' => __('Sulawesi Barat', 'fluent-cart'), |
| 806 |
'SN' => __('Sulawesi Selatan', 'fluent-cart'), |
| 807 |
'GO' => __('Gorontalo', 'fluent-cart'), |
| 808 |
'MA' => __('Maluku', 'fluent-cart'), |
| 809 |
'MU' => __('Maluku Utara', 'fluent-cart'), |
| 810 |
'PA' => __('Papua', 'fluent-cart'), |
| 811 |
'PB' => __('Papua Barat', 'fluent-cart'), |
| 812 |
), |
| 813 |
'IE' => array( // Irish states. |
| 814 |
'CW' => __('Carlow', 'fluent-cart'), |
| 815 |
'CN' => __('Cavan', 'fluent-cart'), |
| 816 |
'CE' => __('Clare', 'fluent-cart'), |
| 817 |
'CO' => __('Cork', 'fluent-cart'), |
| 818 |
'DL' => __('Donegal', 'fluent-cart'), |
| 819 |
'D' => __('Dublin', 'fluent-cart'), |
| 820 |
'G' => __('Galway', 'fluent-cart'), |
| 821 |
'KY' => __('Kerry', 'fluent-cart'), |
| 822 |
'KE' => __('Kildare', 'fluent-cart'), |
| 823 |
'KK' => __('Kilkenny', 'fluent-cart'), |
| 824 |
'LS' => __('Laois', 'fluent-cart'), |
| 825 |
'LM' => __('Leitrim', 'fluent-cart'), |
| 826 |
'LK' => __('Limerick', 'fluent-cart'), |
| 827 |
'LD' => __('Longford', 'fluent-cart'), |
| 828 |
'LH' => __('Louth', 'fluent-cart'), |
| 829 |
'MO' => __('Mayo', 'fluent-cart'), |
| 830 |
'MH' => __('Meath', 'fluent-cart'), |
| 831 |
'MN' => __('Monaghan', 'fluent-cart'), |
| 832 |
'OY' => __('Offaly', 'fluent-cart'), |
| 833 |
'RN' => __('Roscommon', 'fluent-cart'), |
| 834 |
'SO' => __('Sligo', 'fluent-cart'), |
| 835 |
'TA' => __('Tipperary', 'fluent-cart'), |
| 836 |
'WD' => __('Waterford', 'fluent-cart'), |
| 837 |
'WH' => __('Westmeath', 'fluent-cart'), |
| 838 |
'WX' => __('Wexford', 'fluent-cart'), |
| 839 |
'WW' => __('Wicklow', 'fluent-cart'), |
| 840 |
), |
| 841 |
'IN' => array( // Indian states. |
| 842 |
'AP' => __('Andhra Pradesh', 'fluent-cart'), |
| 843 |
'AR' => __('Arunachal Pradesh', 'fluent-cart'), |
| 844 |
'AS' => __('Assam', 'fluent-cart'), |
| 845 |
'BR' => __('Bihar', 'fluent-cart'), |
| 846 |
'CT' => __('Chhattisgarh', 'fluent-cart'), |
| 847 |
'GA' => __('Goa', 'fluent-cart'), |
| 848 |
'GJ' => __('Gujarat', 'fluent-cart'), |
| 849 |
'HR' => __('Haryana', 'fluent-cart'), |
| 850 |
'HP' => __('Himachal Pradesh', 'fluent-cart'), |
| 851 |
'JK' => __('Jammu and Kashmir', 'fluent-cart'), |
| 852 |
'JH' => __('Jharkhand', 'fluent-cart'), |
| 853 |
'KA' => __('Karnataka', 'fluent-cart'), |
| 854 |
'KL' => __('Kerala', 'fluent-cart'), |
| 855 |
'LA' => __('Ladakh', 'fluent-cart'), |
| 856 |
'MP' => __('Madhya Pradesh', 'fluent-cart'), |
| 857 |
'MH' => __('Maharashtra', 'fluent-cart'), |
| 858 |
'MN' => __('Manipur', 'fluent-cart'), |
| 859 |
'ML' => __('Meghalaya', 'fluent-cart'), |
| 860 |
'MZ' => __('Mizoram', 'fluent-cart'), |
| 861 |
'NL' => __('Nagaland', 'fluent-cart'), |
| 862 |
'OD' => __('Odisha', 'fluent-cart'), |
| 863 |
'PB' => __('Punjab', 'fluent-cart'), |
| 864 |
'RJ' => __('Rajasthan', 'fluent-cart'), |
| 865 |
'SK' => __('Sikkim', 'fluent-cart'), |
| 866 |
'TN' => __('Tamil Nadu', 'fluent-cart'), |
| 867 |
'TS' => __('Telangana', 'fluent-cart'), |
| 868 |
'TR' => __('Tripura', 'fluent-cart'), |
| 869 |
'UK' => __('Uttarakhand', 'fluent-cart'), |
| 870 |
'UP' => __('Uttar Pradesh', 'fluent-cart'), |
| 871 |
'WB' => __('West Bengal', 'fluent-cart'), |
| 872 |
'AN' => __('Andaman and Nicobar Islands', 'fluent-cart'), |
| 873 |
'CH' => __('Chandigarh', 'fluent-cart'), |
| 874 |
'DN' => __('Dadra and Nagar Haveli', 'fluent-cart'), |
| 875 |
'DD' => __('Daman and Diu', 'fluent-cart'), |
| 876 |
'DL' => __('Delhi', 'fluent-cart'), |
| 877 |
'LD' => __('Lakshadeep', 'fluent-cart'), |
| 878 |
'PY' => __('Pondicherry (Puducherry)', 'fluent-cart'), |
| 879 |
), |
| 880 |
'IR' => array( // Iranian states. |
| 881 |
'KHZ' => __('Khuzestan (خوزستان)', 'fluent-cart'), |
| 882 |
'THR' => __('Tehran (تهران)', 'fluent-cart'), |
| 883 |
'ILM' => __('Ilaam (ایلا� |
| 884 |
)', 'fluent-cart'), |
| 885 |
'BHR' => __('Bushehr (بوشهر)', 'fluent-cart'), |
| 886 |
'ADL' => __('Ardabil (اردبیل)', 'fluent-cart'), |
| 887 |
'ESF' => __('Isfahan (اصفهان)', 'fluent-cart'), |
| 888 |
'YZD' => __('Yazd (یزد)', 'fluent-cart'), |
| 889 |
'KRH' => __('Kermanshah (کر� |
| 890 |
انشاه)', 'fluent-cart'), |
| 891 |
'KRN' => __('Kerman (کر� |
| 892 |
ان)', 'fluent-cart'), |
| 893 |
'HDN' => __('Hamadan (ه� |
| 894 |
دان)', 'fluent-cart'), |
| 895 |
'GZN' => __('Ghazvin (قزوین)', 'fluent-cart'), |
| 896 |
'ZJN' => __('Zanjan (زنجان)', 'fluent-cart'), |
| 897 |
'LRS' => __('Luristan (لرستان)', 'fluent-cart'), |
| 898 |
'ABZ' => __('Alborz (البرز)', 'fluent-cart'), |
| 899 |
'EAZ' => __('East Azarbaijan (آذربایجان شرقی)', 'fluent-cart'), |
| 900 |
'WAZ' => __('West Azarbaijan (آذربایجان غربی)', 'fluent-cart'), |
| 901 |
'CHB' => __('Chaharmahal and Bakhtiari (چهار� |
| 902 |
حال و بختیاری)', 'fluent-cart'), |
| 903 |
'SKH' => __('South Khorasan (خراسان جنوبی)', 'fluent-cart'), |
| 904 |
'RKH' => __('Razavi Khorasan (خراسان رضوی)', 'fluent-cart'), |
| 905 |
'NKH' => __('North Khorasan (خراسان ش� |
| 906 |
الی)', 'fluent-cart'), |
| 907 |
'SMN' => __('Semnan (س� |
| 908 |
نان)', 'fluent-cart'), |
| 909 |
'FRS' => __('Fars (فارس)', 'fluent-cart'), |
| 910 |
'QHM' => __('Qom (ق� |
| 911 |
)', 'fluent-cart'), |
| 912 |
'KRD' => __('Kurdistan / کردستان)', 'fluent-cart'), |
| 913 |
'KBD' => __('Kohgiluyeh and BoyerAhmad (کهگیلوییه و بویراح� |
| 914 |
د)', 'fluent-cart'), |
| 915 |
'GLS' => __('Golestan (گلستان)', 'fluent-cart'), |
| 916 |
'GIL' => __('Gilan (گیلان)', 'fluent-cart'), |
| 917 |
'MZN' => __('Mazandaran (� |
| 918 |
ازندران)', 'fluent-cart'), |
| 919 |
'MKZ' => __('Markazi (� |
| 920 |
رکزی)', 'fluent-cart'), |
| 921 |
'HRZ' => __('Hormozgan (هر� |
| 922 |
زگان)', 'fluent-cart'), |
| 923 |
'SBN' => __('Sistan and Baluchestan (سیستان و بلوچستان)', 'fluent-cart'), |
| 924 |
), |
| 925 |
'IS' => array(), |
| 926 |
'IT' => array( // Italian provinces. |
| 927 |
'AG' => __('Agrigento', 'fluent-cart'), |
| 928 |
'AL' => __('Alessandria', 'fluent-cart'), |
| 929 |
'AN' => __('Ancona', 'fluent-cart'), |
| 930 |
'AO' => __('Aosta', 'fluent-cart'), |
| 931 |
'AR' => __('Arezzo', 'fluent-cart'), |
| 932 |
'AP' => __('Ascoli Piceno', 'fluent-cart'), |
| 933 |
'AT' => __('Asti', 'fluent-cart'), |
| 934 |
'AV' => __('Avellino', 'fluent-cart'), |
| 935 |
'BA' => __('Bari', 'fluent-cart'), |
| 936 |
'BT' => __('Barletta-Andria-Trani', 'fluent-cart'), |
| 937 |
'BL' => __('Belluno', 'fluent-cart'), |
| 938 |
'BN' => __('Benevento', 'fluent-cart'), |
| 939 |
'BG' => __('Bergamo', 'fluent-cart'), |
| 940 |
'BI' => __('Biella', 'fluent-cart'), |
| 941 |
'BO' => __('Bologna', 'fluent-cart'), |
| 942 |
'BZ' => __('Bolzano', 'fluent-cart'), |
| 943 |
'BS' => __('Brescia', 'fluent-cart'), |
| 944 |
'BR' => __('Brindisi', 'fluent-cart'), |
| 945 |
'CA' => __('Cagliari', 'fluent-cart'), |
| 946 |
'CL' => __('Caltanissetta', 'fluent-cart'), |
| 947 |
'CB' => __('Campobasso', 'fluent-cart'), |
| 948 |
'CE' => __('Caserta', 'fluent-cart'), |
| 949 |
'CT' => __('Catania', 'fluent-cart'), |
| 950 |
'CZ' => __('Catanzaro', 'fluent-cart'), |
| 951 |
'CH' => __('Chieti', 'fluent-cart'), |
| 952 |
'CO' => __('Como', 'fluent-cart'), |
| 953 |
'CS' => __('Cosenza', 'fluent-cart'), |
| 954 |
'CR' => __('Cremona', 'fluent-cart'), |
| 955 |
'KR' => __('Crotone', 'fluent-cart'), |
| 956 |
'CN' => __('Cuneo', 'fluent-cart'), |
| 957 |
'EN' => __('Enna', 'fluent-cart'), |
| 958 |
'FM' => __('Fermo', 'fluent-cart'), |
| 959 |
'FE' => __('Ferrara', 'fluent-cart'), |
| 960 |
'FI' => __('Firenze', 'fluent-cart'), |
| 961 |
'FG' => __('Foggia', 'fluent-cart'), |
| 962 |
'FC' => __('Forlì-Cesena', 'fluent-cart'), |
| 963 |
'FR' => __('Frosinone', 'fluent-cart'), |
| 964 |
'GE' => __('Genova', 'fluent-cart'), |
| 965 |
'GO' => __('Gorizia', 'fluent-cart'), |
| 966 |
'GR' => __('Grosseto', 'fluent-cart'), |
| 967 |
'IM' => __('Imperia', 'fluent-cart'), |
| 968 |
'IS' => __('Isernia', 'fluent-cart'), |
| 969 |
'SP' => __('La Spezia', 'fluent-cart'), |
| 970 |
'AQ' => __("L'Aquila", 'fluent-cart'), |
| 971 |
'LT' => __('Latina', 'fluent-cart'), |
| 972 |
'LE' => __('Lecce', 'fluent-cart'), |
| 973 |
'LC' => __('Lecco', 'fluent-cart'), |
| 974 |
'LI' => __('Livorno', 'fluent-cart'), |
| 975 |
'LO' => __('Lodi', 'fluent-cart'), |
| 976 |
'LU' => __('Lucca', 'fluent-cart'), |
| 977 |
'MC' => __('Macerata', 'fluent-cart'), |
| 978 |
'MN' => __('Mantova', 'fluent-cart'), |
| 979 |
'MS' => __('Massa-Carrara', 'fluent-cart'), |
| 980 |
'MT' => __('Matera', 'fluent-cart'), |
| 981 |
'ME' => __('Messina', 'fluent-cart'), |
| 982 |
'MI' => __('Milano', 'fluent-cart'), |
| 983 |
'MO' => __('Modena', 'fluent-cart'), |
| 984 |
'MB' => __('Monza e della Brianza', 'fluent-cart'), |
| 985 |
'NA' => __('Napoli', 'fluent-cart'), |
| 986 |
'NO' => __('Novara', 'fluent-cart'), |
| 987 |
'NU' => __('Nuoro', 'fluent-cart'), |
| 988 |
'OR' => __('Oristano', 'fluent-cart'), |
| 989 |
'PD' => __('Padova', 'fluent-cart'), |
| 990 |
'PA' => __('Palermo', 'fluent-cart'), |
| 991 |
'PR' => __('Parma', 'fluent-cart'), |
| 992 |
'PV' => __('Pavia', 'fluent-cart'), |
| 993 |
'PG' => __('Perugia', 'fluent-cart'), |
| 994 |
'PU' => __('Pesaro e Urbino', 'fluent-cart'), |
| 995 |
'PE' => __('Pescara', 'fluent-cart'), |
| 996 |
'PC' => __('Piacenza', 'fluent-cart'), |
| 997 |
'PI' => __('Pisa', 'fluent-cart'), |
| 998 |
'PT' => __('Pistoia', 'fluent-cart'), |
| 999 |
'PN' => __('Pordenone', 'fluent-cart'), |
| 1000 |
'PZ' => __('Potenza', 'fluent-cart'), |
| 1001 |
'PO' => __('Prato', 'fluent-cart'), |
| 1002 |
'RG' => __('Ragusa', 'fluent-cart'), |
| 1003 |
'RA' => __('Ravenna', 'fluent-cart'), |
| 1004 |
'RC' => __('Reggio Calabria', 'fluent-cart'), |
| 1005 |
'RE' => __('Reggio Emilia', 'fluent-cart'), |
| 1006 |
'RI' => __('Rieti', 'fluent-cart'), |
| 1007 |
'RN' => __('Rimini', 'fluent-cart'), |
| 1008 |
'RM' => __('Roma', 'fluent-cart'), |
| 1009 |
'RO' => __('Rovigo', 'fluent-cart'), |
| 1010 |
'SA' => __('Salerno', 'fluent-cart'), |
| 1011 |
'SS' => __('Sassari', 'fluent-cart'), |
| 1012 |
'SV' => __('Savona', 'fluent-cart'), |
| 1013 |
'SI' => __('Siena', 'fluent-cart'), |
| 1014 |
'SR' => __('Siracusa', 'fluent-cart'), |
| 1015 |
'SO' => __('Sondrio', 'fluent-cart'), |
| 1016 |
'SU' => __('Sud Sardegna', 'fluent-cart'), |
| 1017 |
'TA' => __('Taranto', 'fluent-cart'), |
| 1018 |
'TE' => __('Teramo', 'fluent-cart'), |
| 1019 |
'TR' => __('Terni', 'fluent-cart'), |
| 1020 |
'TO' => __('Torino', 'fluent-cart'), |
| 1021 |
'TP' => __('Trapani', 'fluent-cart'), |
| 1022 |
'TN' => __('Trento', 'fluent-cart'), |
| 1023 |
'TV' => __('Treviso', 'fluent-cart'), |
| 1024 |
'TS' => __('Trieste', 'fluent-cart'), |
| 1025 |
'UD' => __('Udine', 'fluent-cart'), |
| 1026 |
'VA' => __('Varese', 'fluent-cart'), |
| 1027 |
'VE' => __('Venezia', 'fluent-cart'), |
| 1028 |
'VB' => __('Verbano-Cusio-Ossola', 'fluent-cart'), |
| 1029 |
'VC' => __('Vercelli', 'fluent-cart'), |
| 1030 |
'VR' => __('Verona', 'fluent-cart'), |
| 1031 |
'VV' => __('Vibo Valentia', 'fluent-cart'), |
| 1032 |
'VI' => __('Vicenza', 'fluent-cart'), |
| 1033 |
'VT' => __('Viterbo', 'fluent-cart'), |
| 1034 |
), |
| 1035 |
'IL' => array(), |
| 1036 |
'IM' => array(), |
| 1037 |
'JM' => array( // Jamaican parishes. |
| 1038 |
'JM-01' => __('Kingston', 'fluent-cart'), |
| 1039 |
'JM-02' => __('Saint Andrew', 'fluent-cart'), |
| 1040 |
'JM-03' => __('Saint Thomas', 'fluent-cart'), |
| 1041 |
'JM-04' => __('Portland', 'fluent-cart'), |
| 1042 |
'JM-05' => __('Saint Mary', 'fluent-cart'), |
| 1043 |
'JM-06' => __('Saint Ann', 'fluent-cart'), |
| 1044 |
'JM-07' => __('Trelawny', 'fluent-cart'), |
| 1045 |
'JM-08' => __('Saint James', 'fluent-cart'), |
| 1046 |
'JM-09' => __('Hanover', 'fluent-cart'), |
| 1047 |
'JM-10' => __('Westmoreland', 'fluent-cart'), |
| 1048 |
'JM-11' => __('Saint Elizabeth', 'fluent-cart'), |
| 1049 |
'JM-12' => __('Manchester', 'fluent-cart'), |
| 1050 |
'JM-13' => __('Clarendon', 'fluent-cart'), |
| 1051 |
'JM-14' => __('Saint Catherine', 'fluent-cart'), |
| 1052 |
), |
| 1053 |
|
| 1054 |
/** |
| 1055 |
* Japanese states. |
| 1056 |
* |
| 1057 |
* English notation of prefectures conform to the notation of Japan Post. |
| 1058 |
* The suffix corresponds with the Japanese translation file. |
| 1059 |
*/ |
| 1060 |
'JP' => array( |
| 1061 |
'JP01' => __('Hokkaido', 'fluent-cart'), |
| 1062 |
'JP02' => __('Aomori', 'fluent-cart'), |
| 1063 |
'JP03' => __('Iwate', 'fluent-cart'), |
| 1064 |
'JP04' => __('Miyagi', 'fluent-cart'), |
| 1065 |
'JP05' => __('Akita', 'fluent-cart'), |
| 1066 |
'JP06' => __('Yamagata', 'fluent-cart'), |
| 1067 |
'JP07' => __('Fukushima', 'fluent-cart'), |
| 1068 |
'JP08' => __('Ibaraki', 'fluent-cart'), |
| 1069 |
'JP09' => __('Tochigi', 'fluent-cart'), |
| 1070 |
'JP10' => __('Gunma', 'fluent-cart'), |
| 1071 |
'JP11' => __('Saitama', 'fluent-cart'), |
| 1072 |
'JP12' => __('Chiba', 'fluent-cart'), |
| 1073 |
'JP13' => __('Tokyo', 'fluent-cart'), |
| 1074 |
'JP14' => __('Kanagawa', 'fluent-cart'), |
| 1075 |
'JP15' => __('Niigata', 'fluent-cart'), |
| 1076 |
'JP16' => __('Toyama', 'fluent-cart'), |
| 1077 |
'JP17' => __('Ishikawa', 'fluent-cart'), |
| 1078 |
'JP18' => __('Fukui', 'fluent-cart'), |
| 1079 |
'JP19' => __('Yamanashi', 'fluent-cart'), |
| 1080 |
'JP20' => __('Nagano', 'fluent-cart'), |
| 1081 |
'JP21' => __('Gifu', 'fluent-cart'), |
| 1082 |
'JP22' => __('Shizuoka', 'fluent-cart'), |
| 1083 |
'JP23' => __('Aichi', 'fluent-cart'), |
| 1084 |
'JP24' => __('Mie', 'fluent-cart'), |
| 1085 |
'JP25' => __('Shiga', 'fluent-cart'), |
| 1086 |
'JP26' => __('Kyoto', 'fluent-cart'), |
| 1087 |
'JP27' => __('Osaka', 'fluent-cart'), |
| 1088 |
'JP28' => __('Hyogo', 'fluent-cart'), |
| 1089 |
'JP29' => __('Nara', 'fluent-cart'), |
| 1090 |
'JP30' => __('Wakayama', 'fluent-cart'), |
| 1091 |
'JP31' => __('Tottori', 'fluent-cart'), |
| 1092 |
'JP32' => __('Shimane', 'fluent-cart'), |
| 1093 |
'JP33' => __('Okayama', 'fluent-cart'), |
| 1094 |
'JP34' => __('Hiroshima', 'fluent-cart'), |
| 1095 |
'JP35' => __('Yamaguchi', 'fluent-cart'), |
| 1096 |
'JP36' => __('Tokushima', 'fluent-cart'), |
| 1097 |
'JP37' => __('Kagawa', 'fluent-cart'), |
| 1098 |
'JP38' => __('Ehime', 'fluent-cart'), |
| 1099 |
'JP39' => __('Kochi', 'fluent-cart'), |
| 1100 |
'JP40' => __('Fukuoka', 'fluent-cart'), |
| 1101 |
'JP41' => __('Saga', 'fluent-cart'), |
| 1102 |
'JP42' => __('Nagasaki', 'fluent-cart'), |
| 1103 |
'JP43' => __('Kumamoto', 'fluent-cart'), |
| 1104 |
'JP44' => __('Oita', 'fluent-cart'), |
| 1105 |
'JP45' => __('Miyazaki', 'fluent-cart'), |
| 1106 |
'JP46' => __('Kagoshima', 'fluent-cart'), |
| 1107 |
'JP47' => __('Okinawa', 'fluent-cart'), |
| 1108 |
), |
| 1109 |
'KE' => array( // Kenyan counties. |
| 1110 |
'KE01' => __('Baringo', 'fluent-cart'), |
| 1111 |
'KE02' => __('Bomet', 'fluent-cart'), |
| 1112 |
'KE03' => __('Bungoma', 'fluent-cart'), |
| 1113 |
'KE04' => __('Busia', 'fluent-cart'), |
| 1114 |
'KE05' => __('Elgeyo-Marakwet', 'fluent-cart'), |
| 1115 |
'KE06' => __('Embu', 'fluent-cart'), |
| 1116 |
'KE07' => __('Garissa', 'fluent-cart'), |
| 1117 |
'KE08' => __('Homa Bay', 'fluent-cart'), |
| 1118 |
'KE09' => __('Isiolo', 'fluent-cart'), |
| 1119 |
'KE10' => __('Kajiado', 'fluent-cart'), |
| 1120 |
'KE11' => __('Kakamega', 'fluent-cart'), |
| 1121 |
'KE12' => __('Kericho', 'fluent-cart'), |
| 1122 |
'KE13' => __('Kiambu', 'fluent-cart'), |
| 1123 |
'KE14' => __('Kilifi', 'fluent-cart'), |
| 1124 |
'KE15' => __('Kirinyaga', 'fluent-cart'), |
| 1125 |
'KE16' => __('Kisii', 'fluent-cart'), |
| 1126 |
'KE17' => __('Kisumu', 'fluent-cart'), |
| 1127 |
'KE18' => __('Kitui', 'fluent-cart'), |
| 1128 |
'KE19' => __('Kwale', 'fluent-cart'), |
| 1129 |
'KE20' => __('Laikipia', 'fluent-cart'), |
| 1130 |
'KE21' => __('Lamu', 'fluent-cart'), |
| 1131 |
'KE22' => __('Machakos', 'fluent-cart'), |
| 1132 |
'KE23' => __('Makueni', 'fluent-cart'), |
| 1133 |
'KE24' => __('Mandera', 'fluent-cart'), |
| 1134 |
'KE25' => __('Marsabit', 'fluent-cart'), |
| 1135 |
'KE26' => __('Meru', 'fluent-cart'), |
| 1136 |
'KE27' => __('Migori', 'fluent-cart'), |
| 1137 |
'KE28' => __('Mombasa', 'fluent-cart'), |
| 1138 |
'KE29' => __('Murang’a', 'fluent-cart'), |
| 1139 |
'KE30' => __('Nairobi County', 'fluent-cart'), |
| 1140 |
'KE31' => __('Nakuru', 'fluent-cart'), |
| 1141 |
'KE32' => __('Nandi', 'fluent-cart'), |
| 1142 |
'KE33' => __('Narok', 'fluent-cart'), |
| 1143 |
'KE34' => __('Nyamira', 'fluent-cart'), |
| 1144 |
'KE35' => __('Nyandarua', 'fluent-cart'), |
| 1145 |
'KE36' => __('Nyeri', 'fluent-cart'), |
| 1146 |
'KE37' => __('Samburu', 'fluent-cart'), |
| 1147 |
'KE38' => __('Siaya', 'fluent-cart'), |
| 1148 |
'KE39' => __('Taita-Taveta', 'fluent-cart'), |
| 1149 |
'KE40' => __('Tana River', 'fluent-cart'), |
| 1150 |
'KE41' => __('Tharaka-Nithi', 'fluent-cart'), |
| 1151 |
'KE42' => __('Trans Nzoia', 'fluent-cart'), |
| 1152 |
'KE43' => __('Turkana', 'fluent-cart'), |
| 1153 |
'KE44' => __('Uasin Gishu', 'fluent-cart'), |
| 1154 |
'KE45' => __('Vihiga', 'fluent-cart'), |
| 1155 |
'KE46' => __('Wajir', 'fluent-cart'), |
| 1156 |
'KE47' => __('West Pokot', 'fluent-cart'), |
| 1157 |
), |
| 1158 |
'KN' => array( // Saint Kitts and Nevis parishes. |
| 1159 |
'KNK' => __('Saint Kitts', 'fluent-cart'), |
| 1160 |
'KNN' => __('Nevis', 'fluent-cart'), |
| 1161 |
'KN01' => __('Christ Church Nichola Town', 'fluent-cart'), |
| 1162 |
'KN02' => __('Saint Anne Sandy Point', 'fluent-cart'), |
| 1163 |
'KN03' => __('Saint George Basseterre', 'fluent-cart'), |
| 1164 |
'KN04' => __('Saint George Gingerland', 'fluent-cart'), |
| 1165 |
'KN05' => __('Saint James Windward', 'fluent-cart'), |
| 1166 |
'KN06' => __('Saint John Capisterre', 'fluent-cart'), |
| 1167 |
'KN07' => __('Saint John Figtree', 'fluent-cart'), |
| 1168 |
'KN08' => __('Saint Mary Cayon', 'fluent-cart'), |
| 1169 |
'KN09' => __('Saint Paul Capisterre', 'fluent-cart'), |
| 1170 |
'KN10' => __('Saint Paul Charlestown', 'fluent-cart'), |
| 1171 |
'KN11' => __('Saint Peter Basseterre', 'fluent-cart'), |
| 1172 |
'KN12' => __('Saint Thomas Lowland', 'fluent-cart'), |
| 1173 |
'KN13' => __('Saint Thomas Middle Island', 'fluent-cart'), |
| 1174 |
'KN15' => __('Trinity Palmetto Point', 'fluent-cart'), |
| 1175 |
), |
| 1176 |
'KR' => array(), |
| 1177 |
'KW' => array(), |
| 1178 |
'LA' => array( // Laotian provinces. |
| 1179 |
'AT' => __('Attapeu', 'fluent-cart'), |
| 1180 |
'BK' => __('Bokeo', 'fluent-cart'), |
| 1181 |
'BL' => __('Bolikhamsai', 'fluent-cart'), |
| 1182 |
'CH' => __('Champasak', 'fluent-cart'), |
| 1183 |
'HO' => __('Houaphanh', 'fluent-cart'), |
| 1184 |
'KH' => __('Khammouane', 'fluent-cart'), |
| 1185 |
'LM' => __('Luang Namtha', 'fluent-cart'), |
| 1186 |
'LP' => __('Luang Prabang', 'fluent-cart'), |
| 1187 |
'OU' => __('Oudomxay', 'fluent-cart'), |
| 1188 |
'PH' => __('Phongsaly', 'fluent-cart'), |
| 1189 |
'SL' => __('Salavan', 'fluent-cart'), |
| 1190 |
'SV' => __('Savannakhet', 'fluent-cart'), |
| 1191 |
'VI' => __('Vientiane Province', 'fluent-cart'), |
| 1192 |
'VT' => __('Vientiane', 'fluent-cart'), |
| 1193 |
'XA' => __('Sainyabuli', 'fluent-cart'), |
| 1194 |
'XE' => __('Sekong', 'fluent-cart'), |
| 1195 |
'XI' => __('Xiangkhouang', 'fluent-cart'), |
| 1196 |
'XS' => __('Xaisomboun', 'fluent-cart'), |
| 1197 |
), |
| 1198 |
'LB' => array(), |
| 1199 |
'LI' => array(), |
| 1200 |
'LR' => array( // Liberian provinces. |
| 1201 |
'BM' => __('Bomi', 'fluent-cart'), |
| 1202 |
'BN' => __('Bong', 'fluent-cart'), |
| 1203 |
'GA' => __('Gbarpolu', 'fluent-cart'), |
| 1204 |
'GB' => __('Grand Bassa', 'fluent-cart'), |
| 1205 |
'GC' => __('Grand Cape Mount', 'fluent-cart'), |
| 1206 |
'GG' => __('Grand Gedeh', 'fluent-cart'), |
| 1207 |
'GK' => __('Grand Kru', 'fluent-cart'), |
| 1208 |
'LO' => __('Lofa', 'fluent-cart'), |
| 1209 |
'MA' => __('Margibi', 'fluent-cart'), |
| 1210 |
'MY' => __('Maryland', 'fluent-cart'), |
| 1211 |
'MO' => __('Montserrado', 'fluent-cart'), |
| 1212 |
'NM' => __('Nimba', 'fluent-cart'), |
| 1213 |
'RV' => __('Rivercess', 'fluent-cart'), |
| 1214 |
'RG' => __('River Gee', 'fluent-cart'), |
| 1215 |
'SN' => __('Sinoe', 'fluent-cart'), |
| 1216 |
), |
| 1217 |
'LU' => array(), |
| 1218 |
'MA' => array( // Moroccan regions. |
| 1219 |
'maagd' => __('Agadir-Ida Ou Tanane', 'fluent-cart'), |
| 1220 |
'maazi' => __('Azilal', 'fluent-cart'), |
| 1221 |
'mabem' => __('Béni-Mellal', 'fluent-cart'), |
| 1222 |
'maber' => __('Berkane', 'fluent-cart'), |
| 1223 |
'mabes' => __('Ben Slimane', 'fluent-cart'), |
| 1224 |
'mabod' => __('Boujdour', 'fluent-cart'), |
| 1225 |
'mabom' => __('Boulemane', 'fluent-cart'), |
| 1226 |
'mabrr' => __('Berrechid', 'fluent-cart'), |
| 1227 |
'macas' => __('Casablanca', 'fluent-cart'), |
| 1228 |
'mache' => __('Chefchaouen', 'fluent-cart'), |
| 1229 |
'machi' => __('Chichaoua', 'fluent-cart'), |
| 1230 |
'macht' => __('Chtouka Aït Baha', 'fluent-cart'), |
| 1231 |
'madri' => __('Driouch', 'fluent-cart'), |
| 1232 |
'maedi' => __('Essaouira', 'fluent-cart'), |
| 1233 |
'maerr' => __('Errachidia', 'fluent-cart'), |
| 1234 |
'mafah' => __('Fahs-Beni Makada', 'fluent-cart'), |
| 1235 |
'mafes' => __('Fès-Dar-Dbibegh', 'fluent-cart'), |
| 1236 |
'mafig' => __('Figuig', 'fluent-cart'), |
| 1237 |
'mafqh' => __('Fquih Ben Salah', 'fluent-cart'), |
| 1238 |
'mafes' => __('Fès-Dar-Dbibegh', 'fluent-cart'), |
| 1239 |
'mague' => __('Guelmim', 'fluent-cart'), |
| 1240 |
'maguf' => __('Guercif', 'fluent-cart'), |
| 1241 |
'mahaj' => __('El Hajeb', 'fluent-cart'), |
| 1242 |
'mahao' => __('Al Haouz', 'fluent-cart'), |
| 1243 |
'mahoc' => __('Al Hoceïma', 'fluent-cart'), |
| 1244 |
'maifr' => __('Ifrane', 'fluent-cart'), |
| 1245 |
'maine' => __('Inezgane-Aït Melloul', 'fluent-cart'), |
| 1246 |
'majdi' => __('El Jadida', 'fluent-cart'), |
| 1247 |
'majra' => __('Jerada', 'fluent-cart'), |
| 1248 |
'maken' => __('Kénitra', 'fluent-cart'), |
| 1249 |
'makes' => __('Kelaat Sraghna', 'fluent-cart'), |
| 1250 |
'makhe' => __('Khemisset', 'fluent-cart'), |
| 1251 |
'makhn' => __('Khénifra', 'fluent-cart'), |
| 1252 |
'makho' => __('Khouribga', 'fluent-cart'), |
| 1253 |
'malaa' => __('Laâyoune', 'fluent-cart'), |
| 1254 |
'malar' => __('Larache', 'fluent-cart'), |
| 1255 |
'mamar' => __('Marrakech', 'fluent-cart'), |
| 1256 |
'mamdf' => __('M’diq-Fnideq', 'fluent-cart'), |
| 1257 |
'mamed' => __('Médiouna', 'fluent-cart'), |
| 1258 |
'mamek' => __('Meknès', 'fluent-cart'), |
| 1259 |
'mamid' => __('Midelt', 'fluent-cart'), |
| 1260 |
'mammd' => __('Marrakech-Medina', 'fluent-cart'), |
| 1261 |
'mammn' => __('Marrakech-Menara', 'fluent-cart'), |
| 1262 |
'mamoh' => __('Mohammedia', 'fluent-cart'), |
| 1263 |
'mamou' => __('Moulay Yacoub', 'fluent-cart'), |
| 1264 |
'manad' => __('Nador', 'fluent-cart'), |
| 1265 |
'manou' => __('Nouaceur', 'fluent-cart'), |
| 1266 |
'maoua' => __('Ouarzazate', 'fluent-cart'), |
| 1267 |
'maoud' => __('Oued Ed-Dahab', 'fluent-cart'), |
| 1268 |
'maouj' => __('Oujda-Angad', 'fluent-cart'), |
| 1269 |
'maouz' => __('Ouezzane', 'fluent-cart'), |
| 1270 |
'marab' => __('Rabat', 'fluent-cart'), |
| 1271 |
'mareh' => __('Rehamna', 'fluent-cart'), |
| 1272 |
'masaf' => __('Safi', 'fluent-cart'), |
| 1273 |
'masal' => __('Salé', 'fluent-cart'), |
| 1274 |
'masef' => __('Sefrou', 'fluent-cart'), |
| 1275 |
'maset' => __('Settat', 'fluent-cart'), |
| 1276 |
'masib' => __('Sidi Bennour', 'fluent-cart'), |
| 1277 |
'masif' => __('Sidi Ifni', 'fluent-cart'), |
| 1278 |
'masik' => __('Sidi Kacem', 'fluent-cart'), |
| 1279 |
'masil' => __('Sidi Slimane', 'fluent-cart'), |
| 1280 |
'maskh' => __('Skhirat-Témara', 'fluent-cart'), |
| 1281 |
'masyb' => __('Sidi Youssef Ben Ali', 'fluent-cart'), |
| 1282 |
'mataf' => __('Tarfaya (EH-partial)', 'fluent-cart'), |
| 1283 |
'matai' => __('Taourirt', 'fluent-cart'), |
| 1284 |
'matao' => __('Taounate', 'fluent-cart'), |
| 1285 |
'matar' => __('Taroudant', 'fluent-cart'), |
| 1286 |
'matat' => __('Tata', 'fluent-cart'), |
| 1287 |
'mataz' => __('Taza', 'fluent-cart'), |
| 1288 |
'matet' => __('Tétouan', 'fluent-cart'), |
| 1289 |
'matin' => __('Tinghir', 'fluent-cart'), |
| 1290 |
'matiz' => __('Tiznit', 'fluent-cart'), |
| 1291 |
'matng' => __('Tangier-Assilah', 'fluent-cart'), |
| 1292 |
'matnt' => __('Tan-Tan', 'fluent-cart'), |
| 1293 |
'mayus' => __('Youssoufia', 'fluent-cart'), |
| 1294 |
'mazag' => __('Zagora', 'fluent-cart') |
| 1295 |
), |
| 1296 |
'MD' => array( // Moldovan states. |
| 1297 |
'C' => __('Chișinău', 'fluent-cart'), |
| 1298 |
'BL' => __('Bălți', 'fluent-cart'), |
| 1299 |
'AN' => __('Anenii Noi', 'fluent-cart'), |
| 1300 |
'BS' => __('Basarabeasca', 'fluent-cart'), |
| 1301 |
'BR' => __('Briceni', 'fluent-cart'), |
| 1302 |
'CH' => __('Cahul', 'fluent-cart'), |
| 1303 |
'CT' => __('Cantemir', 'fluent-cart'), |
| 1304 |
'CL' => __('Călărași', 'fluent-cart'), |
| 1305 |
'CS' => __('Căușeni', 'fluent-cart'), |
| 1306 |
'CM' => __('Cimișlia', 'fluent-cart'), |
| 1307 |
'CR' => __('Criuleni', 'fluent-cart'), |
| 1308 |
'DN' => __('Dondușeni', 'fluent-cart'), |
| 1309 |
'DR' => __('Drochia', 'fluent-cart'), |
| 1310 |
'DB' => __('Dubăsari', 'fluent-cart'), |
| 1311 |
'ED' => __('Edineț', 'fluent-cart'), |
| 1312 |
'FL' => __('Fălești', 'fluent-cart'), |
| 1313 |
'FR' => __('Florești', 'fluent-cart'), |
| 1314 |
'GE' => __('UTA Găgăuzia', 'fluent-cart'), |
| 1315 |
'GL' => __('Glodeni', 'fluent-cart'), |
| 1316 |
'HN' => __('Hîncești', 'fluent-cart'), |
| 1317 |
'IL' => __('Ialoveni', 'fluent-cart'), |
| 1318 |
'LV' => __('Leova', 'fluent-cart'), |
| 1319 |
'NS' => __('Nisporeni', 'fluent-cart'), |
| 1320 |
'OC' => __('Ocnița', 'fluent-cart'), |
| 1321 |
'OR' => __('Orhei', 'fluent-cart'), |
| 1322 |
'RZ' => __('Rezina', 'fluent-cart'), |
| 1323 |
'RS' => __('Rîșcani', 'fluent-cart'), |
| 1324 |
'SG' => __('Sîngerei', 'fluent-cart'), |
| 1325 |
'SR' => __('Soroca', 'fluent-cart'), |
| 1326 |
'ST' => __('Strășeni', 'fluent-cart'), |
| 1327 |
'SD' => __('Șoldănești', 'fluent-cart'), |
| 1328 |
'SV' => __('Ștefan Vodă', 'fluent-cart'), |
| 1329 |
'TR' => __('Taraclia', 'fluent-cart'), |
| 1330 |
'TL' => __('Telenești', 'fluent-cart'), |
| 1331 |
'UN' => __('Ungheni', 'fluent-cart'), |
| 1332 |
), |
| 1333 |
'MF' => array(), |
| 1334 |
'MQ' => array(), |
| 1335 |
'MT' => array(), |
| 1336 |
'MX' => array( // Mexican states. |
| 1337 |
'DF' => __('Ciudad de México', 'fluent-cart'), |
| 1338 |
'JA' => __('Jalisco', 'fluent-cart'), |
| 1339 |
'NL' => __('Nuevo León', 'fluent-cart'), |
| 1340 |
'AG' => __('Aguascalientes', 'fluent-cart'), |
| 1341 |
'BC' => __('Baja California', 'fluent-cart'), |
| 1342 |
'BS' => __('Baja California Sur', 'fluent-cart'), |
| 1343 |
'CM' => __('Campeche', 'fluent-cart'), |
| 1344 |
'CS' => __('Chiapas', 'fluent-cart'), |
| 1345 |
'CH' => __('Chihuahua', 'fluent-cart'), |
| 1346 |
'CO' => __('Coahuila', 'fluent-cart'), |
| 1347 |
'CL' => __('Colima', 'fluent-cart'), |
| 1348 |
'DG' => __('Durango', 'fluent-cart'), |
| 1349 |
'GT' => __('Guanajuato', 'fluent-cart'), |
| 1350 |
'GR' => __('Guerrero', 'fluent-cart'), |
| 1351 |
'HG' => __('Hidalgo', 'fluent-cart'), |
| 1352 |
'MX' => __('Estado de México', 'fluent-cart'), |
| 1353 |
'MI' => __('Michoacán', 'fluent-cart'), |
| 1354 |
'MO' => __('Morelos', 'fluent-cart'), |
| 1355 |
'NA' => __('Nayarit', 'fluent-cart'), |
| 1356 |
'OA' => __('Oaxaca', 'fluent-cart'), |
| 1357 |
'PU' => __('Puebla', 'fluent-cart'), |
| 1358 |
'QT' => __('Querétaro', 'fluent-cart'), |
| 1359 |
'QR' => __('Quintana Roo', 'fluent-cart'), |
| 1360 |
'SL' => __('San Luis Potosí', 'fluent-cart'), |
| 1361 |
'SI' => __('Sinaloa', 'fluent-cart'), |
| 1362 |
'SO' => __('Sonora', 'fluent-cart'), |
| 1363 |
'TB' => __('Tabasco', 'fluent-cart'), |
| 1364 |
'TM' => __('Tamaulipas', 'fluent-cart'), |
| 1365 |
'TL' => __('Tlaxcala', 'fluent-cart'), |
| 1366 |
'VE' => __('Veracruz', 'fluent-cart'), |
| 1367 |
'YU' => __('Yucatán', 'fluent-cart'), |
| 1368 |
'ZA' => __('Zacatecas', 'fluent-cart'), |
| 1369 |
), |
| 1370 |
'MY' => array( // Malaysian states. |
| 1371 |
'JHR' => __('Johor', 'fluent-cart'), |
| 1372 |
'KDH' => __('Kedah', 'fluent-cart'), |
| 1373 |
'KTN' => __('Kelantan', 'fluent-cart'), |
| 1374 |
'LBN' => __('Labuan', 'fluent-cart'), |
| 1375 |
'MLK' => __('Malacca (Melaka)', 'fluent-cart'), |
| 1376 |
'NSN' => __('Negeri Sembilan', 'fluent-cart'), |
| 1377 |
'PHG' => __('Pahang', 'fluent-cart'), |
| 1378 |
'PNG' => __('Penang (Pulau Pinang)', 'fluent-cart'), |
| 1379 |
'PRK' => __('Perak', 'fluent-cart'), |
| 1380 |
'PLS' => __('Perlis', 'fluent-cart'), |
| 1381 |
'SBH' => __('Sabah', 'fluent-cart'), |
| 1382 |
'SWK' => __('Sarawak', 'fluent-cart'), |
| 1383 |
'SGR' => __('Selangor', 'fluent-cart'), |
| 1384 |
'TRG' => __('Terengganu', 'fluent-cart'), |
| 1385 |
'PJY' => __('Putrajaya', 'fluent-cart'), |
| 1386 |
'KUL' => __('Kuala Lumpur', 'fluent-cart'), |
| 1387 |
), |
| 1388 |
'MZ' => array( // Mozambican provinces. |
| 1389 |
'MZP' => __('Cabo Delgado', 'fluent-cart'), |
| 1390 |
'MZG' => __('Gaza', 'fluent-cart'), |
| 1391 |
'MZI' => __('Inhambane', 'fluent-cart'), |
| 1392 |
'MZB' => __('Manica', 'fluent-cart'), |
| 1393 |
'MZL' => __('Maputo Province', 'fluent-cart'), |
| 1394 |
'MZMPM' => __('Maputo', 'fluent-cart'), |
| 1395 |
'MZN' => __('Nampula', 'fluent-cart'), |
| 1396 |
'MZA' => __('Niassa', 'fluent-cart'), |
| 1397 |
'MZS' => __('Sofala', 'fluent-cart'), |
| 1398 |
'MZT' => __('Tete', 'fluent-cart'), |
| 1399 |
'MZQ' => __('Zambézia', 'fluent-cart'), |
| 1400 |
), |
| 1401 |
'NA' => array( // Namibian regions. |
| 1402 |
'ER' => __('Erongo', 'fluent-cart'), |
| 1403 |
'HA' => __('Hardap', 'fluent-cart'), |
| 1404 |
'KA' => __('Karas', 'fluent-cart'), |
| 1405 |
'KE' => __('Kavango East', 'fluent-cart'), |
| 1406 |
'KW' => __('Kavango West', 'fluent-cart'), |
| 1407 |
'KH' => __('Khomas', 'fluent-cart'), |
| 1408 |
'KU' => __('Kunene', 'fluent-cart'), |
| 1409 |
'OW' => __('Ohangwena', 'fluent-cart'), |
| 1410 |
'OH' => __('Omaheke', 'fluent-cart'), |
| 1411 |
'OS' => __('Omusati', 'fluent-cart'), |
| 1412 |
'ON' => __('Oshana', 'fluent-cart'), |
| 1413 |
'OT' => __('Oshikoto', 'fluent-cart'), |
| 1414 |
'OD' => __('Otjozondjupa', 'fluent-cart'), |
| 1415 |
'CA' => __('Zambezi', 'fluent-cart'), |
| 1416 |
), |
| 1417 |
'NG' => array( // Nigerian provinces. |
| 1418 |
'AB' => __('Abia', 'fluent-cart'), |
| 1419 |
'FC' => __('Abuja', 'fluent-cart'), |
| 1420 |
'AD' => __('Adamawa', 'fluent-cart'), |
| 1421 |
'AK' => __('Akwa Ibom', 'fluent-cart'), |
| 1422 |
'AN' => __('Anambra', 'fluent-cart'), |
| 1423 |
'BA' => __('Bauchi', 'fluent-cart'), |
| 1424 |
'BY' => __('Bayelsa', 'fluent-cart'), |
| 1425 |
'BE' => __('Benue', 'fluent-cart'), |
| 1426 |
'BO' => __('Borno', 'fluent-cart'), |
| 1427 |
'CR' => __('Cross River', 'fluent-cart'), |
| 1428 |
'DE' => __('Delta', 'fluent-cart'), |
| 1429 |
'EB' => __('Ebonyi', 'fluent-cart'), |
| 1430 |
'ED' => __('Edo', 'fluent-cart'), |
| 1431 |
'EK' => __('Ekiti', 'fluent-cart'), |
| 1432 |
'EN' => __('Enugu', 'fluent-cart'), |
| 1433 |
'GO' => __('Gombe', 'fluent-cart'), |
| 1434 |
'IM' => __('Imo', 'fluent-cart'), |
| 1435 |
'JI' => __('Jigawa', 'fluent-cart'), |
| 1436 |
'KD' => __('Kaduna', 'fluent-cart'), |
| 1437 |
'KN' => __('Kano', 'fluent-cart'), |
| 1438 |
'KT' => __('Katsina', 'fluent-cart'), |
| 1439 |
'KE' => __('Kebbi', 'fluent-cart'), |
| 1440 |
'KO' => __('Kogi', 'fluent-cart'), |
| 1441 |
'KW' => __('Kwara', 'fluent-cart'), |
| 1442 |
'LA' => __('Lagos', 'fluent-cart'), |
| 1443 |
'NA' => __('Nasarawa', 'fluent-cart'), |
| 1444 |
'NI' => __('Niger', 'fluent-cart'), |
| 1445 |
'OG' => __('Ogun', 'fluent-cart'), |
| 1446 |
'ON' => __('Ondo', 'fluent-cart'), |
| 1447 |
'OS' => __('Osun', 'fluent-cart'), |
| 1448 |
'OY' => __('Oyo', 'fluent-cart'), |
| 1449 |
'PL' => __('Plateau', 'fluent-cart'), |
| 1450 |
'RI' => __('Rivers', 'fluent-cart'), |
| 1451 |
'SO' => __('Sokoto', 'fluent-cart'), |
| 1452 |
'TA' => __('Taraba', 'fluent-cart'), |
| 1453 |
'YO' => __('Yobe', 'fluent-cart'), |
| 1454 |
'ZA' => __('Zamfara', 'fluent-cart'), |
| 1455 |
), |
| 1456 |
'NL' => array(), |
| 1457 |
'NO' => array(), |
| 1458 |
'NP' => array( // Nepalese zones. |
| 1459 |
'BAG' => __('Bagmati', 'fluent-cart'), |
| 1460 |
'BHE' => __('Bheri', 'fluent-cart'), |
| 1461 |
'DHA' => __('Dhaulagiri', 'fluent-cart'), |
| 1462 |
'GAN' => __('Gandaki', 'fluent-cart'), |
| 1463 |
'JAN' => __('Janakpur', 'fluent-cart'), |
| 1464 |
'KAR' => __('Karnali', 'fluent-cart'), |
| 1465 |
'KOS' => __('Koshi', 'fluent-cart'), |
| 1466 |
'LUM' => __('Lumbini', 'fluent-cart'), |
| 1467 |
'MAH' => __('Mahakali', 'fluent-cart'), |
| 1468 |
'MEC' => __('Mechi', 'fluent-cart'), |
| 1469 |
'NAR' => __('Narayani', 'fluent-cart'), |
| 1470 |
'RAP' => __('Rapti', 'fluent-cart'), |
| 1471 |
'SAG' => __('Sagarmatha', 'fluent-cart'), |
| 1472 |
'SET' => __('Seti', 'fluent-cart'), |
| 1473 |
), |
| 1474 |
'NI' => array( // Nicaraguan states. |
| 1475 |
'NI-AN' => __('Atlántico Norte', 'fluent-cart'), |
| 1476 |
'NI-AS' => __('Atlántico Sur', 'fluent-cart'), |
| 1477 |
'NI-BO' => __('Boaco', 'fluent-cart'), |
| 1478 |
'NI-CA' => __('Carazo', 'fluent-cart'), |
| 1479 |
'NI-CI' => __('Chinandega', 'fluent-cart'), |
| 1480 |
'NI-CO' => __('Chontales', 'fluent-cart'), |
| 1481 |
'NI-ES' => __('Estelí', 'fluent-cart'), |
| 1482 |
'NI-GR' => __('Granada', 'fluent-cart'), |
| 1483 |
'NI-JI' => __('Jinotega', 'fluent-cart'), |
| 1484 |
'NI-LE' => __('León', 'fluent-cart'), |
| 1485 |
'NI-MD' => __('Madriz', 'fluent-cart'), |
| 1486 |
'NI-MN' => __('Managua', 'fluent-cart'), |
| 1487 |
'NI-MS' => __('Masaya', 'fluent-cart'), |
| 1488 |
'NI-MT' => __('Matagalpa', 'fluent-cart'), |
| 1489 |
'NI-NS' => __('Nueva Segovia', 'fluent-cart'), |
| 1490 |
'NI-RI' => __('Rivas', 'fluent-cart'), |
| 1491 |
'NI-SJ' => __('Río San Juan', 'fluent-cart'), |
| 1492 |
), |
| 1493 |
'NZ' => array( // New Zealand states. |
| 1494 |
'NTL' => __('Northland', 'fluent-cart'), |
| 1495 |
'AUK' => __('Auckland', 'fluent-cart'), |
| 1496 |
'WKO' => __('Waikato', 'fluent-cart'), |
| 1497 |
'BOP' => __('Bay of Plenty', 'fluent-cart'), |
| 1498 |
'TKI' => __('Taranaki', 'fluent-cart'), |
| 1499 |
'GIS' => __('Gisborne', 'fluent-cart'), |
| 1500 |
'HKB' => __('Hawke’s Bay', 'fluent-cart'), |
| 1501 |
'MWT' => __('Manawatu-Whanganui', 'fluent-cart'), |
| 1502 |
'WGN' => __('Wellington', 'fluent-cart'), |
| 1503 |
'NSN' => __('Nelson', 'fluent-cart'), |
| 1504 |
'MBH' => __('Marlborough', 'fluent-cart'), |
| 1505 |
'TAS' => __('Tasman', 'fluent-cart'), |
| 1506 |
'WTC' => __('West Coast', 'fluent-cart'), |
| 1507 |
'CAN' => __('Canterbury', 'fluent-cart'), |
| 1508 |
'OTA' => __('Otago', 'fluent-cart'), |
| 1509 |
'STL' => __('Southland', 'fluent-cart'), |
| 1510 |
), |
| 1511 |
'PA' => array( // Panamanian states. |
| 1512 |
'PA-1' => __('Bocas del Toro', 'fluent-cart'), |
| 1513 |
'PA-2' => __('Coclé', 'fluent-cart'), |
| 1514 |
'PA-3' => __('Colón', 'fluent-cart'), |
| 1515 |
'PA-4' => __('Chiriquí', 'fluent-cart'), |
| 1516 |
'PA-5' => __('Darién', 'fluent-cart'), |
| 1517 |
'PA-6' => __('Herrera', 'fluent-cart'), |
| 1518 |
'PA-7' => __('Los Santos', 'fluent-cart'), |
| 1519 |
'PA-8' => __('Panamá', 'fluent-cart'), |
| 1520 |
'PA-9' => __('Veraguas', 'fluent-cart'), |
| 1521 |
'PA-10' => __('West Panamá', 'fluent-cart'), |
| 1522 |
'PA-EM' => __('Emberá', 'fluent-cart'), |
| 1523 |
'PA-KY' => __('Guna Yala', 'fluent-cart'), |
| 1524 |
'PA-NB' => __('Ngöbe-Buglé', 'fluent-cart'), |
| 1525 |
), |
| 1526 |
'PE' => array( // Peruvian states. |
| 1527 |
'CAL' => __('El Callao', 'fluent-cart'), |
| 1528 |
'LMA' => __('Municipalidad Metropolitana de Lima', 'fluent-cart'), |
| 1529 |
'AMA' => __('Amazonas', 'fluent-cart'), |
| 1530 |
'ANC' => __('Ancash', 'fluent-cart'), |
| 1531 |
'APU' => __('Apurímac', 'fluent-cart'), |
| 1532 |
'ARE' => __('Arequipa', 'fluent-cart'), |
| 1533 |
'AYA' => __('Ayacucho', 'fluent-cart'), |
| 1534 |
'CAJ' => __('Cajamarca', 'fluent-cart'), |
| 1535 |
'CUS' => __('Cusco', 'fluent-cart'), |
| 1536 |
'HUV' => __('Huancavelica', 'fluent-cart'), |
| 1537 |
'HUC' => __('Huánuco', 'fluent-cart'), |
| 1538 |
'ICA' => __('Ica', 'fluent-cart'), |
| 1539 |
'JUN' => __('Junín', 'fluent-cart'), |
| 1540 |
'LAL' => __('La Libertad', 'fluent-cart'), |
| 1541 |
'LAM' => __('Lambayeque', 'fluent-cart'), |
| 1542 |
'LIM' => __('Lima', 'fluent-cart'), |
| 1543 |
'LOR' => __('Loreto', 'fluent-cart'), |
| 1544 |
'MDD' => __('Madre de Dios', 'fluent-cart'), |
| 1545 |
'MOQ' => __('Moquegua', 'fluent-cart'), |
| 1546 |
'PAS' => __('Pasco', 'fluent-cart'), |
| 1547 |
'PIU' => __('Piura', 'fluent-cart'), |
| 1548 |
'PUN' => __('Puno', 'fluent-cart'), |
| 1549 |
'SAM' => __('San Martín', 'fluent-cart'), |
| 1550 |
'TAC' => __('Tacna', 'fluent-cart'), |
| 1551 |
'TUM' => __('Tumbes', 'fluent-cart'), |
| 1552 |
'UCA' => __('Ucayali', 'fluent-cart'), |
| 1553 |
), |
| 1554 |
'PH' => array( // Philippine provinces. |
| 1555 |
'ABR' => __('Abra', 'fluent-cart'), |
| 1556 |
'AGN' => __('Agusan del Norte', 'fluent-cart'), |
| 1557 |
'AGS' => __('Agusan del Sur', 'fluent-cart'), |
| 1558 |
'AKL' => __('Aklan', 'fluent-cart'), |
| 1559 |
'ALB' => __('Albay', 'fluent-cart'), |
| 1560 |
'ANT' => __('Antique', 'fluent-cart'), |
| 1561 |
'APA' => __('Apayao', 'fluent-cart'), |
| 1562 |
'AUR' => __('Aurora', 'fluent-cart'), |
| 1563 |
'BAS' => __('Basilan', 'fluent-cart'), |
| 1564 |
'BAN' => __('Bataan', 'fluent-cart'), |
| 1565 |
'BTN' => __('Batanes', 'fluent-cart'), |
| 1566 |
'BTG' => __('Batangas', 'fluent-cart'), |
| 1567 |
'BEN' => __('Benguet', 'fluent-cart'), |
| 1568 |
'BIL' => __('Biliran', 'fluent-cart'), |
| 1569 |
'BOH' => __('Bohol', 'fluent-cart'), |
| 1570 |
'BUK' => __('Bukidnon', 'fluent-cart'), |
| 1571 |
'BUL' => __('Bulacan', 'fluent-cart'), |
| 1572 |
'CAG' => __('Cagayan', 'fluent-cart'), |
| 1573 |
'CAN' => __('Camarines Norte', 'fluent-cart'), |
| 1574 |
'CAS' => __('Camarines Sur', 'fluent-cart'), |
| 1575 |
'CAM' => __('Camiguin', 'fluent-cart'), |
| 1576 |
'CAP' => __('Capiz', 'fluent-cart'), |
| 1577 |
'CAT' => __('Catanduanes', 'fluent-cart'), |
| 1578 |
'CAV' => __('Cavite', 'fluent-cart'), |
| 1579 |
'CEB' => __('Cebu', 'fluent-cart'), |
| 1580 |
'COM' => __('Compostela Valley', 'fluent-cart'), |
| 1581 |
'NCO' => __('Cotabato', 'fluent-cart'), |
| 1582 |
'DAV' => __('Davao del Norte', 'fluent-cart'), |
| 1583 |
'DAS' => __('Davao del Sur', 'fluent-cart'), |
| 1584 |
'DAC' => __('Davao Occidental', 'fluent-cart'), |
| 1585 |
'DAO' => __('Davao Oriental', 'fluent-cart'), |
| 1586 |
'DIN' => __('Dinagat Islands', 'fluent-cart'), |
| 1587 |
'EAS' => __('Eastern Samar', 'fluent-cart'), |
| 1588 |
'GUI' => __('Guimaras', 'fluent-cart'), |
| 1589 |
'IFU' => __('Ifugao', 'fluent-cart'), |
| 1590 |
'ILN' => __('Ilocos Norte', 'fluent-cart'), |
| 1591 |
'ILS' => __('Ilocos Sur', 'fluent-cart'), |
| 1592 |
'ILI' => __('Iloilo', 'fluent-cart'), |
| 1593 |
'ISA' => __('Isabela', 'fluent-cart'), |
| 1594 |
'KAL' => __('Kalinga', 'fluent-cart'), |
| 1595 |
'LUN' => __('La Union', 'fluent-cart'), |
| 1596 |
'LAG' => __('Laguna', 'fluent-cart'), |
| 1597 |
'LAN' => __('Lanao del Norte', 'fluent-cart'), |
| 1598 |
'LAS' => __('Lanao del Sur', 'fluent-cart'), |
| 1599 |
'LEY' => __('Leyte', 'fluent-cart'), |
| 1600 |
'MAG' => __('Maguindanao', 'fluent-cart'), |
| 1601 |
'MAD' => __('Marinduque', 'fluent-cart'), |
| 1602 |
'MAS' => __('Masbate', 'fluent-cart'), |
| 1603 |
'MSC' => __('Misamis Occidental', 'fluent-cart'), |
| 1604 |
'MSR' => __('Misamis Oriental', 'fluent-cart'), |
| 1605 |
'MOU' => __('Mountain Province', 'fluent-cart'), |
| 1606 |
'NEC' => __('Negros Occidental', 'fluent-cart'), |
| 1607 |
'NER' => __('Negros Oriental', 'fluent-cart'), |
| 1608 |
'NSA' => __('Northern Samar', 'fluent-cart'), |
| 1609 |
'NUE' => __('Nueva Ecija', 'fluent-cart'), |
| 1610 |
'NUV' => __('Nueva Vizcaya', 'fluent-cart'), |
| 1611 |
'MDC' => __('Occidental Mindoro', 'fluent-cart'), |
| 1612 |
'MDR' => __('Oriental Mindoro', 'fluent-cart'), |
| 1613 |
'PLW' => __('Palawan', 'fluent-cart'), |
| 1614 |
'PAM' => __('Pampanga', 'fluent-cart'), |
| 1615 |
'PAN' => __('Pangasinan', 'fluent-cart'), |
| 1616 |
'QUE' => __('Quezon', 'fluent-cart'), |
| 1617 |
'QUI' => __('Quirino', 'fluent-cart'), |
| 1618 |
'RIZ' => __('Rizal', 'fluent-cart'), |
| 1619 |
'ROM' => __('Romblon', 'fluent-cart'), |
| 1620 |
'WSA' => __('Samar', 'fluent-cart'), |
| 1621 |
'SAR' => __('Sarangani', 'fluent-cart'), |
| 1622 |
'SIQ' => __('Siquijor', 'fluent-cart'), |
| 1623 |
'SOR' => __('Sorsogon', 'fluent-cart'), |
| 1624 |
'SCO' => __('South Cotabato', 'fluent-cart'), |
| 1625 |
'SLE' => __('Southern Leyte', 'fluent-cart'), |
| 1626 |
'SUK' => __('Sultan Kudarat', 'fluent-cart'), |
| 1627 |
'SLU' => __('Sulu', 'fluent-cart'), |
| 1628 |
'SUN' => __('Surigao del Norte', 'fluent-cart'), |
| 1629 |
'SUR' => __('Surigao del Sur', 'fluent-cart'), |
| 1630 |
'TAR' => __('Tarlac', 'fluent-cart'), |
| 1631 |
'TAW' => __('Tawi-Tawi', 'fluent-cart'), |
| 1632 |
'ZMB' => __('Zambales', 'fluent-cart'), |
| 1633 |
'ZAN' => __('Zamboanga del Norte', 'fluent-cart'), |
| 1634 |
'ZAS' => __('Zamboanga del Sur', 'fluent-cart'), |
| 1635 |
'ZSI' => __('Zamboanga Sibugay', 'fluent-cart'), |
| 1636 |
'00' => __('Metro Manila', 'fluent-cart'), |
| 1637 |
), |
| 1638 |
'PK' => array( // Pakistani states. |
| 1639 |
'JK' => __('Azad Kashmir', 'fluent-cart'), |
| 1640 |
'BA' => __('Balochistan', 'fluent-cart'), |
| 1641 |
'TA' => __('FATA', 'fluent-cart'), |
| 1642 |
'GB' => __('Gilgit Baltistan', 'fluent-cart'), |
| 1643 |
'IS' => __('Islamabad Capital Territory', 'fluent-cart'), |
| 1644 |
'KP' => __('Khyber Pakhtunkhwa', 'fluent-cart'), |
| 1645 |
'PB' => __('Punjab', 'fluent-cart'), |
| 1646 |
'SD' => __('Sindh', 'fluent-cart'), |
| 1647 |
), |
| 1648 |
'PL' => array(), |
| 1649 |
'PR' => array(), |
| 1650 |
'PT' => array(), |
| 1651 |
'PY' => array( // Paraguayan states. |
| 1652 |
'PY-ASU' => __('Asunción', 'fluent-cart'), |
| 1653 |
'PY-1' => __('Concepción', 'fluent-cart'), |
| 1654 |
'PY-2' => __('San Pedro', 'fluent-cart'), |
| 1655 |
'PY-3' => __('Cordillera', 'fluent-cart'), |
| 1656 |
'PY-4' => __('Guairá', 'fluent-cart'), |
| 1657 |
'PY-5' => __('Caaguazú', 'fluent-cart'), |
| 1658 |
'PY-6' => __('Caazapá', 'fluent-cart'), |
| 1659 |
'PY-7' => __('Itapúa', 'fluent-cart'), |
| 1660 |
'PY-8' => __('Misiones', 'fluent-cart'), |
| 1661 |
'PY-9' => __('Paraguarí', 'fluent-cart'), |
| 1662 |
'PY-10' => __('Alto Paraná', 'fluent-cart'), |
| 1663 |
'PY-11' => __('Central', 'fluent-cart'), |
| 1664 |
'PY-12' => __('Ñeembucú', 'fluent-cart'), |
| 1665 |
'PY-13' => __('Amambay', 'fluent-cart'), |
| 1666 |
'PY-14' => __('Canindeyú', 'fluent-cart'), |
| 1667 |
'PY-15' => __('Presidente Hayes', 'fluent-cart'), |
| 1668 |
'PY-16' => __('Alto Paraguay', 'fluent-cart'), |
| 1669 |
'PY-17' => __('Boquerón', 'fluent-cart'), |
| 1670 |
), |
| 1671 |
'RE' => array(), |
| 1672 |
'RO' => array( // Romanian states. |
| 1673 |
'AB' => __('Alba', 'fluent-cart'), |
| 1674 |
'AR' => __('Arad', 'fluent-cart'), |
| 1675 |
'AG' => __('Argeș', 'fluent-cart'), |
| 1676 |
'BC' => __('Bacău', 'fluent-cart'), |
| 1677 |
'BH' => __('Bihor', 'fluent-cart'), |
| 1678 |
'BN' => __('Bistrița-Năsăud', 'fluent-cart'), |
| 1679 |
'BT' => __('Botoșani', 'fluent-cart'), |
| 1680 |
'BR' => __('Brăila', 'fluent-cart'), |
| 1681 |
'BV' => __('Brașov', 'fluent-cart'), |
| 1682 |
'B' => __('București', 'fluent-cart'), |
| 1683 |
'BZ' => __('Buzău', 'fluent-cart'), |
| 1684 |
'CL' => __('Călărași', 'fluent-cart'), |
| 1685 |
'CS' => __('Caraș-Severin', 'fluent-cart'), |
| 1686 |
'CJ' => __('Cluj', 'fluent-cart'), |
| 1687 |
'CT' => __('Constanța', 'fluent-cart'), |
| 1688 |
'CV' => __('Covasna', 'fluent-cart'), |
| 1689 |
'DB' => __('Dâmbovița', 'fluent-cart'), |
| 1690 |
'DJ' => __('Dolj', 'fluent-cart'), |
| 1691 |
'GL' => __('Galați', 'fluent-cart'), |
| 1692 |
'GR' => __('Giurgiu', 'fluent-cart'), |
| 1693 |
'GJ' => __('Gorj', 'fluent-cart'), |
| 1694 |
'HR' => __('Harghita', 'fluent-cart'), |
| 1695 |
'HD' => __('Hunedoara', 'fluent-cart'), |
| 1696 |
'IL' => __('Ialomița', 'fluent-cart'), |
| 1697 |
'IS' => __('Iași', 'fluent-cart'), |
| 1698 |
'IF' => __('Ilfov', 'fluent-cart'), |
| 1699 |
'MM' => __('Maramureș', 'fluent-cart'), |
| 1700 |
'MH' => __('Mehedinți', 'fluent-cart'), |
| 1701 |
'MS' => __('Mureș', 'fluent-cart'), |
| 1702 |
'NT' => __('Neamț', 'fluent-cart'), |
| 1703 |
'OT' => __('Olt', 'fluent-cart'), |
| 1704 |
'PH' => __('Prahova', 'fluent-cart'), |
| 1705 |
'SJ' => __('Sălaj', 'fluent-cart'), |
| 1706 |
'SM' => __('Satu Mare', 'fluent-cart'), |
| 1707 |
'SB' => __('Sibiu', 'fluent-cart'), |
| 1708 |
'SV' => __('Suceava', 'fluent-cart'), |
| 1709 |
'TR' => __('Teleorman', 'fluent-cart'), |
| 1710 |
'TM' => __('Timiș', 'fluent-cart'), |
| 1711 |
'TL' => __('Tulcea', 'fluent-cart'), |
| 1712 |
'VL' => __('Vâlcea', 'fluent-cart'), |
| 1713 |
'VS' => __('Vaslui', 'fluent-cart'), |
| 1714 |
'VN' => __('Vrancea', 'fluent-cart'), |
| 1715 |
), |
| 1716 |
'SN' => array( // Regions of Senegal. Ref: https://github.com/unicode-org/cldr/blob/release-42/common/subdivisions/en.xml#L4801. |
| 1717 |
'SNDB' => __('Diourbel', 'fluent-cart'), |
| 1718 |
'SNDK' => __('Dakar', 'fluent-cart'), |
| 1719 |
'SNFK' => __('Fatick', 'fluent-cart'), |
| 1720 |
'SNKA' => __('Kaffrine', 'fluent-cart'), |
| 1721 |
'SNKD' => __('Kolda', 'fluent-cart'), |
| 1722 |
'SNKE' => __('Kédougou', 'fluent-cart'), |
| 1723 |
'SNKL' => __('Kaolack', 'fluent-cart'), |
| 1724 |
'SNLG' => __('Louga', 'fluent-cart'), |
| 1725 |
'SNMT' => __('Matam', 'fluent-cart'), |
| 1726 |
'SNSE' => __('Sédhiou', 'fluent-cart'), |
| 1727 |
'SNSL' => __('Saint-Louis', 'fluent-cart'), |
| 1728 |
'SNTC' => __('Tambacounda', 'fluent-cart'), |
| 1729 |
'SNTH' => __('Thiès', 'fluent-cart'), |
| 1730 |
'SNZG' => __('Ziguinchor', 'fluent-cart'), |
| 1731 |
), |
| 1732 |
'SG' => array(), |
| 1733 |
'SK' => array(), |
| 1734 |
'SI' => array(), |
| 1735 |
'SV' => array( // Salvadoran states. |
| 1736 |
'SV-AH' => __('Ahuachapán', 'fluent-cart'), |
| 1737 |
'SV-CA' => __('Cabañas', 'fluent-cart'), |
| 1738 |
'SV-CH' => __('Chalatenango', 'fluent-cart'), |
| 1739 |
'SV-CU' => __('Cuscatlán', 'fluent-cart'), |
| 1740 |
'SV-LI' => __('La Libertad', 'fluent-cart'), |
| 1741 |
'SV-MO' => __('Morazán', 'fluent-cart'), |
| 1742 |
'SV-PA' => __('La Paz', 'fluent-cart'), |
| 1743 |
'SV-SA' => __('Santa Ana', 'fluent-cart'), |
| 1744 |
'SV-SM' => __('San Miguel', 'fluent-cart'), |
| 1745 |
'SV-SO' => __('Sonsonate', 'fluent-cart'), |
| 1746 |
'SV-SS' => __('San Salvador', 'fluent-cart'), |
| 1747 |
'SV-SV' => __('San Vicente', 'fluent-cart'), |
| 1748 |
'SV-UN' => __('La Unión', 'fluent-cart'), |
| 1749 |
'SV-US' => __('Usulután', 'fluent-cart'), |
| 1750 |
), |
| 1751 |
'TH' => array( // Thai states. |
| 1752 |
'TH-37' => __('Amnat Charoen', 'fluent-cart'), |
| 1753 |
'TH-15' => __('Ang Thong', 'fluent-cart'), |
| 1754 |
'TH-14' => __('Ayutthaya', 'fluent-cart'), |
| 1755 |
'TH-10' => __('Bangkok', 'fluent-cart'), |
| 1756 |
'TH-38' => __('Bueng Kan', 'fluent-cart'), |
| 1757 |
'TH-31' => __('Buri Ram', 'fluent-cart'), |
| 1758 |
'TH-24' => __('Chachoengsao', 'fluent-cart'), |
| 1759 |
'TH-18' => __('Chai Nat', 'fluent-cart'), |
| 1760 |
'TH-36' => __('Chaiyaphum', 'fluent-cart'), |
| 1761 |
'TH-22' => __('Chanthaburi', 'fluent-cart'), |
| 1762 |
'TH-50' => __('Chiang Mai', 'fluent-cart'), |
| 1763 |
'TH-57' => __('Chiang Rai', 'fluent-cart'), |
| 1764 |
'TH-20' => __('Chonburi', 'fluent-cart'), |
| 1765 |
'TH-86' => __('Chumphon', 'fluent-cart'), |
| 1766 |
'TH-46' => __('Kalasin', 'fluent-cart'), |
| 1767 |
'TH-62' => __('Kamphaeng Phet', 'fluent-cart'), |
| 1768 |
'TH-71' => __('Kanchanaburi', 'fluent-cart'), |
| 1769 |
'TH-40' => __('Khon Kaen', 'fluent-cart'), |
| 1770 |
'TH-81' => __('Krabi', 'fluent-cart'), |
| 1771 |
'TH-52' => __('Lampang', 'fluent-cart'), |
| 1772 |
'TH-51' => __('Lamphun', 'fluent-cart'), |
| 1773 |
'TH-42' => __('Loei', 'fluent-cart'), |
| 1774 |
'TH-16' => __('Lopburi', 'fluent-cart'), |
| 1775 |
'TH-58' => __('Mae Hong Son', 'fluent-cart'), |
| 1776 |
'TH-44' => __('Maha Sarakham', 'fluent-cart'), |
| 1777 |
'TH-49' => __('Mukdahan', 'fluent-cart'), |
| 1778 |
'TH-26' => __('Nakhon Nayok', 'fluent-cart'), |
| 1779 |
'TH-73' => __('Nakhon Pathom', 'fluent-cart'), |
| 1780 |
'TH-48' => __('Nakhon Phanom', 'fluent-cart'), |
| 1781 |
'TH-30' => __('Nakhon Ratchasima', 'fluent-cart'), |
| 1782 |
'TH-60' => __('Nakhon Sawan', 'fluent-cart'), |
| 1783 |
'TH-80' => __('Nakhon Si Thammarat', 'fluent-cart'), |
| 1784 |
'TH-55' => __('Nan', 'fluent-cart'), |
| 1785 |
'TH-96' => __('Narathiwat', 'fluent-cart'), |
| 1786 |
'TH-39' => __('Nong Bua Lam Phu', 'fluent-cart'), |
| 1787 |
'TH-43' => __('Nong Khai', 'fluent-cart'), |
| 1788 |
'TH-12' => __('Nonthaburi', 'fluent-cart'), |
| 1789 |
'TH-13' => __('Pathum Thani', 'fluent-cart'), |
| 1790 |
'TH-94' => __('Pattani', 'fluent-cart'), |
| 1791 |
'TH-82' => __('Phang Nga', 'fluent-cart'), |
| 1792 |
'TH-93' => __('Phatthalung', 'fluent-cart'), |
| 1793 |
'TH-56' => __('Phayao', 'fluent-cart'), |
| 1794 |
'TH-67' => __('Phetchabun', 'fluent-cart'), |
| 1795 |
'TH-76' => __('Phetchaburi', 'fluent-cart'), |
| 1796 |
'TH-66' => __('Phichit', 'fluent-cart'), |
| 1797 |
'TH-65' => __('Phitsanulok', 'fluent-cart'), |
| 1798 |
'TH-54' => __('Phrae', 'fluent-cart'), |
| 1799 |
'TH-83' => __('Phuket', 'fluent-cart'), |
| 1800 |
'TH-25' => __('Prachin Buri', 'fluent-cart'), |
| 1801 |
'TH-77' => __('Prachuap Khiri Khan', 'fluent-cart'), |
| 1802 |
'TH-85' => __('Ranong', 'fluent-cart'), |
| 1803 |
'TH-70' => __('Ratchaburi', 'fluent-cart'), |
| 1804 |
'TH-21' => __('Rayong', 'fluent-cart'), |
| 1805 |
'TH-45' => __('Roi Et', 'fluent-cart'), |
| 1806 |
'TH-27' => __('Sa Kaeo', 'fluent-cart'), |
| 1807 |
'TH-47' => __('Sakon Nakhon', 'fluent-cart'), |
| 1808 |
'TH-11' => __('Samut Prakan', 'fluent-cart'), |
| 1809 |
'TH-74' => __('Samut Sakhon', 'fluent-cart'), |
| 1810 |
'TH-75' => __('Samut Songkhram', 'fluent-cart'), |
| 1811 |
'TH-19' => __('Saraburi', 'fluent-cart'), |
| 1812 |
'TH-91' => __('Satun', 'fluent-cart'), |
| 1813 |
'TH-17' => __('Sing Buri', 'fluent-cart'), |
| 1814 |
'TH-33' => __('Sisaket', 'fluent-cart'), |
| 1815 |
'TH-90' => __('Songkhla', 'fluent-cart'), |
| 1816 |
'TH-64' => __('Sukhothai', 'fluent-cart'), |
| 1817 |
'TH-72' => __('Suphan Buri', 'fluent-cart'), |
| 1818 |
'TH-84' => __('Surat Thani', 'fluent-cart'), |
| 1819 |
'TH-32' => __('Surin', 'fluent-cart'), |
| 1820 |
'TH-63' => __('Tak', 'fluent-cart'), |
| 1821 |
'TH-92' => __('Trang', 'fluent-cart'), |
| 1822 |
'TH-23' => __('Trat', 'fluent-cart'), |
| 1823 |
'TH-34' => __('Ubon Ratchathani', 'fluent-cart'), |
| 1824 |
'TH-41' => __('Udon Thani', 'fluent-cart'), |
| 1825 |
'TH-61' => __('Uthai Thani', 'fluent-cart'), |
| 1826 |
'TH-53' => __('Uttaradit', 'fluent-cart'), |
| 1827 |
'TH-95' => __('Yala', 'fluent-cart'), |
| 1828 |
'TH-35' => __('Yasothon', 'fluent-cart'), |
| 1829 |
), |
| 1830 |
'TR' => array( // Turkish states. |
| 1831 |
'TR01' => __('Adana', 'fluent-cart'), |
| 1832 |
'TR02' => __('Adıyaman', 'fluent-cart'), |
| 1833 |
'TR03' => __('Afyon', 'fluent-cart'), |
| 1834 |
'TR04' => __('Ağrı', 'fluent-cart'), |
| 1835 |
'TR05' => __('Amasya', 'fluent-cart'), |
| 1836 |
'TR06' => __('Ankara', 'fluent-cart'), |
| 1837 |
'TR07' => __('Antalya', 'fluent-cart'), |
| 1838 |
'TR08' => __('Artvin', 'fluent-cart'), |
| 1839 |
'TR09' => __('Aydın', 'fluent-cart'), |
| 1840 |
'TR10' => __('Balıkesir', 'fluent-cart'), |
| 1841 |
'TR11' => __('Bilecik', 'fluent-cart'), |
| 1842 |
'TR12' => __('Bingöl', 'fluent-cart'), |
| 1843 |
'TR13' => __('Bitlis', 'fluent-cart'), |
| 1844 |
'TR14' => __('Bolu', 'fluent-cart'), |
| 1845 |
'TR15' => __('Burdur', 'fluent-cart'), |
| 1846 |
'TR16' => __('Bursa', 'fluent-cart'), |
| 1847 |
'TR17' => __('Çanakkale', 'fluent-cart'), |
| 1848 |
'TR18' => __('Çankırı', 'fluent-cart'), |
| 1849 |
'TR19' => __('Çorum', 'fluent-cart'), |
| 1850 |
'TR20' => __('Denizli', 'fluent-cart'), |
| 1851 |
'TR21' => __('Diyarbakır', 'fluent-cart'), |
| 1852 |
'TR22' => __('Edirne', 'fluent-cart'), |
| 1853 |
'TR23' => __('Elazığ', 'fluent-cart'), |
| 1854 |
'TR24' => __('Erzincan', 'fluent-cart'), |
| 1855 |
'TR25' => __('Erzurum', 'fluent-cart'), |
| 1856 |
'TR26' => __('Eskişehir', 'fluent-cart'), |
| 1857 |
'TR27' => __('Gaziantep', 'fluent-cart'), |
| 1858 |
'TR28' => __('Giresun', 'fluent-cart'), |
| 1859 |
'TR29' => __('Gümüşhane', 'fluent-cart'), |
| 1860 |
'TR30' => __('Hakkari', 'fluent-cart'), |
| 1861 |
'TR31' => __('Hatay', 'fluent-cart'), |
| 1862 |
'TR32' => __('Isparta', 'fluent-cart'), |
| 1863 |
'TR33' => __('İçel', 'fluent-cart'), |
| 1864 |
'TR34' => __('İstanbul', 'fluent-cart'), |
| 1865 |
'TR35' => __('İzmir', 'fluent-cart'), |
| 1866 |
'TR36' => __('Kars', 'fluent-cart'), |
| 1867 |
'TR37' => __('Kastamonu', 'fluent-cart'), |
| 1868 |
'TR38' => __('Kayseri', 'fluent-cart'), |
| 1869 |
'TR39' => __('Kırklareli', 'fluent-cart'), |
| 1870 |
'TR40' => __('Kırşehir', 'fluent-cart'), |
| 1871 |
'TR41' => __('Kocaeli', 'fluent-cart'), |
| 1872 |
'TR42' => __('Konya', 'fluent-cart'), |
| 1873 |
'TR43' => __('Kütahya', 'fluent-cart'), |
| 1874 |
'TR44' => __('Malatya', 'fluent-cart'), |
| 1875 |
'TR45' => __('Manisa', 'fluent-cart'), |
| 1876 |
'TR46' => __('Kahramanmaraş', 'fluent-cart'), |
| 1877 |
'TR47' => __('Mardin', 'fluent-cart'), |
| 1878 |
'TR48' => __('Muğla', 'fluent-cart'), |
| 1879 |
'TR49' => __('Muş', 'fluent-cart'), |
| 1880 |
'TR50' => __('Nevşehir', 'fluent-cart'), |
| 1881 |
'TR51' => __('Niğde', 'fluent-cart'), |
| 1882 |
'TR52' => __('Ordu', 'fluent-cart'), |
| 1883 |
'TR53' => __('Rize', 'fluent-cart'), |
| 1884 |
'TR54' => __('Sakarya', 'fluent-cart'), |
| 1885 |
'TR55' => __('Samsun', 'fluent-cart'), |
| 1886 |
'TR56' => __('Siirt', 'fluent-cart'), |
| 1887 |
'TR57' => __('Sinop', 'fluent-cart'), |
| 1888 |
'TR58' => __('Sivas', 'fluent-cart'), |
| 1889 |
'TR59' => __('Tekirdağ', 'fluent-cart'), |
| 1890 |
'TR60' => __('Tokat', 'fluent-cart'), |
| 1891 |
'TR61' => __('Trabzon', 'fluent-cart'), |
| 1892 |
'TR62' => __('Tunceli', 'fluent-cart'), |
| 1893 |
'TR63' => __('Şanlıurfa', 'fluent-cart'), |
| 1894 |
'TR64' => __('Uşak', 'fluent-cart'), |
| 1895 |
'TR65' => __('Van', 'fluent-cart'), |
| 1896 |
'TR66' => __('Yozgat', 'fluent-cart'), |
| 1897 |
'TR67' => __('Zonguldak', 'fluent-cart'), |
| 1898 |
'TR68' => __('Aksaray', 'fluent-cart'), |
| 1899 |
'TR69' => __('Bayburt', 'fluent-cart'), |
| 1900 |
'TR70' => __('Karaman', 'fluent-cart'), |
| 1901 |
'TR71' => __('Kırıkkale', 'fluent-cart'), |
| 1902 |
'TR72' => __('Batman', 'fluent-cart'), |
| 1903 |
'TR73' => __('Şırnak', 'fluent-cart'), |
| 1904 |
'TR74' => __('Bartın', 'fluent-cart'), |
| 1905 |
'TR75' => __('Ardahan', 'fluent-cart'), |
| 1906 |
'TR76' => __('Iğdır', 'fluent-cart'), |
| 1907 |
'TR77' => __('Yalova', 'fluent-cart'), |
| 1908 |
'TR78' => __('Karabük', 'fluent-cart'), |
| 1909 |
'TR79' => __('Kilis', 'fluent-cart'), |
| 1910 |
'TR80' => __('Osmaniye', 'fluent-cart'), |
| 1911 |
'TR81' => __('Düzce', 'fluent-cart'), |
| 1912 |
), |
| 1913 |
'TZ' => array( // Tanzanian states. |
| 1914 |
'TZ01' => __('Arusha', 'fluent-cart'), |
| 1915 |
'TZ02' => __('Dar es Salaam', 'fluent-cart'), |
| 1916 |
'TZ03' => __('Dodoma', 'fluent-cart'), |
| 1917 |
'TZ04' => __('Iringa', 'fluent-cart'), |
| 1918 |
'TZ05' => __('Kagera', 'fluent-cart'), |
| 1919 |
'TZ06' => __('Pemba North', 'fluent-cart'), |
| 1920 |
'TZ07' => __('Zanzibar North', 'fluent-cart'), |
| 1921 |
'TZ08' => __('Kigoma', 'fluent-cart'), |
| 1922 |
'TZ09' => __('Kilimanjaro', 'fluent-cart'), |
| 1923 |
'TZ10' => __('Pemba South', 'fluent-cart'), |
| 1924 |
'TZ11' => __('Zanzibar South', 'fluent-cart'), |
| 1925 |
'TZ12' => __('Lindi', 'fluent-cart'), |
| 1926 |
'TZ13' => __('Mara', 'fluent-cart'), |
| 1927 |
'TZ14' => __('Mbeya', 'fluent-cart'), |
| 1928 |
'TZ15' => __('Zanzibar West', 'fluent-cart'), |
| 1929 |
'TZ16' => __('Morogoro', 'fluent-cart'), |
| 1930 |
'TZ17' => __('Mtwara', 'fluent-cart'), |
| 1931 |
'TZ18' => __('Mwanza', 'fluent-cart'), |
| 1932 |
'TZ19' => __('Coast', 'fluent-cart'), |
| 1933 |
'TZ20' => __('Rukwa', 'fluent-cart'), |
| 1934 |
'TZ21' => __('Ruvuma', 'fluent-cart'), |
| 1935 |
'TZ22' => __('Shinyanga', 'fluent-cart'), |
| 1936 |
'TZ23' => __('Singida', 'fluent-cart'), |
| 1937 |
'TZ24' => __('Tabora', 'fluent-cart'), |
| 1938 |
'TZ25' => __('Tanga', 'fluent-cart'), |
| 1939 |
'TZ26' => __('Manyara', 'fluent-cart'), |
| 1940 |
'TZ27' => __('Geita', 'fluent-cart'), |
| 1941 |
'TZ28' => __('Katavi', 'fluent-cart'), |
| 1942 |
'TZ29' => __('Njombe', 'fluent-cart'), |
| 1943 |
'TZ30' => __('Simiyu', 'fluent-cart'), |
| 1944 |
), |
| 1945 |
'LK' => array(), |
| 1946 |
'RS' => array( // Serbian districts. |
| 1947 |
'RS00' => _x('Belgrade', 'district', 'fluent-cart'), |
| 1948 |
'RS14' => _x('Bor', 'district', 'fluent-cart'), |
| 1949 |
'RS11' => _x('Braničevo', 'district', 'fluent-cart'), |
| 1950 |
'RS02' => _x('Central Banat', 'district', 'fluent-cart'), |
| 1951 |
'RS10' => _x('Danube', 'district', 'fluent-cart'), |
| 1952 |
'RS23' => _x('Jablanica', 'district', 'fluent-cart'), |
| 1953 |
'RS09' => _x('Kolubara', 'district', 'fluent-cart'), |
| 1954 |
'RS08' => _x('Mačva', 'district', 'fluent-cart'), |
| 1955 |
'RS17' => _x('Morava', 'district', 'fluent-cart'), |
| 1956 |
'RS20' => _x('Nišava', 'district', 'fluent-cart'), |
| 1957 |
'RS01' => _x('North Bačka', 'district', 'fluent-cart'), |
| 1958 |
'RS03' => _x('North Banat', 'district', 'fluent-cart'), |
| 1959 |
'RS24' => _x('Pčinja', 'district', 'fluent-cart'), |
| 1960 |
'RS22' => _x('Pirot', 'district', 'fluent-cart'), |
| 1961 |
'RS13' => _x('Pomoravlje', 'district', 'fluent-cart'), |
| 1962 |
'RS19' => _x('Rasina', 'district', 'fluent-cart'), |
| 1963 |
'RS18' => _x('Raška', 'district', 'fluent-cart'), |
| 1964 |
'RS06' => _x('South Bačka', 'district', 'fluent-cart'), |
| 1965 |
'RS04' => _x('South Banat', 'district', 'fluent-cart'), |
| 1966 |
'RS07' => _x('Srem', 'district', 'fluent-cart'), |
| 1967 |
'RS12' => _x('Šumadija', 'district', 'fluent-cart'), |
| 1968 |
'RS21' => _x('Toplica', 'district', 'fluent-cart'), |
| 1969 |
'RS05' => _x('West Bačka', 'district', 'fluent-cart'), |
| 1970 |
'RS15' => _x('Zaječar', 'district', 'fluent-cart'), |
| 1971 |
'RS16' => _x('Zlatibor', 'district', 'fluent-cart'), |
| 1972 |
'RS25' => _x('Kosovo', 'district', 'fluent-cart'), |
| 1973 |
'RS26' => _x('Peć', 'district', 'fluent-cart'), |
| 1974 |
'RS27' => _x('Prizren', 'district', 'fluent-cart'), |
| 1975 |
'RS28' => _x('Kosovska Mitrovica', 'district', 'fluent-cart'), |
| 1976 |
'RS29' => _x('Kosovo-Pomoravlje', 'district', 'fluent-cart'), |
| 1977 |
'RSKM' => _x('Kosovo-Metohija', 'district', 'fluent-cart'), |
| 1978 |
'RSVO' => _x('Vojvodina', 'district', 'fluent-cart'), |
| 1979 |
), |
| 1980 |
'RW' => array(), |
| 1981 |
'SE' => array(), |
| 1982 |
'UA' => array( // Ukrainian oblasts. https://github.com/unicode-org/cldr/blob/release-42/common/subdivisions/en.xml#L5243. |
| 1983 |
'UA05' => __('Vinnychchyna', 'fluent-cart'), |
| 1984 |
'UA07' => __('Volyn', 'fluent-cart'), |
| 1985 |
'UA09' => __('Luhanshchyna', 'fluent-cart'), |
| 1986 |
'UA12' => __('Dnipropetrovshchyna', 'fluent-cart'), |
| 1987 |
'UA14' => __('Donechchyna', 'fluent-cart'), |
| 1988 |
'UA18' => __('Zhytomyrshchyna', 'fluent-cart'), |
| 1989 |
'UA21' => __('Zakarpattia', 'fluent-cart'), |
| 1990 |
'UA23' => __('Zaporizhzhya', 'fluent-cart'), |
| 1991 |
'UA26' => __('Prykarpattia', 'fluent-cart'), |
| 1992 |
'UA30' => __('Kyiv', 'fluent-cart'), |
| 1993 |
'UA32' => __('Kyivshchyna', 'fluent-cart'), |
| 1994 |
'UA35' => __('Kirovohradschyna', 'fluent-cart'), |
| 1995 |
'UA40' => __('Sevastopol', 'fluent-cart'), |
| 1996 |
'UA43' => __('Crimea', 'fluent-cart'), |
| 1997 |
'UA46' => __('Lvivshchyna', 'fluent-cart'), |
| 1998 |
'UA48' => __('Mykolayivschyna', 'fluent-cart'), |
| 1999 |
'UA51' => __('Odeshchyna', 'fluent-cart'), |
| 2000 |
'UA53' => __('Poltavshchyna', 'fluent-cart'), |
| 2001 |
'UA56' => __('Rivnenshchyna', 'fluent-cart'), |
| 2002 |
'UA59' => __('Sumshchyna', 'fluent-cart'), |
| 2003 |
'UA61' => __('Ternopilshchyna', 'fluent-cart'), |
| 2004 |
'UA63' => __('Kharkivshchyna', 'fluent-cart'), |
| 2005 |
'UA65' => __('Khersonshchyna', 'fluent-cart'), |
| 2006 |
'UA68' => __('Khmelnychchyna', 'fluent-cart'), |
| 2007 |
'UA71' => __('Cherkashchyna', 'fluent-cart'), |
| 2008 |
'UA74' => __('Chernihivshchyna', 'fluent-cart'), |
| 2009 |
'UA77' => __('Chernivtsi Oblast', 'fluent-cart'), |
| 2010 |
), |
| 2011 |
'UG' => array( // Ugandan districts. |
| 2012 |
'UG314' => __('Abim', 'fluent-cart'), |
| 2013 |
'UG301' => __('Adjumani', 'fluent-cart'), |
| 2014 |
'UG322' => __('Agago', 'fluent-cart'), |
| 2015 |
'UG323' => __('Alebtong', 'fluent-cart'), |
| 2016 |
'UG315' => __('Amolatar', 'fluent-cart'), |
| 2017 |
'UG324' => __('Amudat', 'fluent-cart'), |
| 2018 |
'UG216' => __('Amuria', 'fluent-cart'), |
| 2019 |
'UG316' => __('Amuru', 'fluent-cart'), |
| 2020 |
'UG302' => __('Apac', 'fluent-cart'), |
| 2021 |
'UG303' => __('Arua', 'fluent-cart'), |
| 2022 |
'UG217' => __('Budaka', 'fluent-cart'), |
| 2023 |
'UG218' => __('Bududa', 'fluent-cart'), |
| 2024 |
'UG201' => __('Bugiri', 'fluent-cart'), |
| 2025 |
'UG235' => __('Bugweri', 'fluent-cart'), |
| 2026 |
'UG420' => __('Buhweju', 'fluent-cart'), |
| 2027 |
'UG117' => __('Buikwe', 'fluent-cart'), |
| 2028 |
'UG219' => __('Bukedea', 'fluent-cart'), |
| 2029 |
'UG118' => __('Bukomansimbi', 'fluent-cart'), |
| 2030 |
'UG220' => __('Bukwa', 'fluent-cart'), |
| 2031 |
'UG225' => __('Bulambuli', 'fluent-cart'), |
| 2032 |
'UG416' => __('Buliisa', 'fluent-cart'), |
| 2033 |
'UG401' => __('Bundibugyo', 'fluent-cart'), |
| 2034 |
'UG430' => __('Bunyangabu', 'fluent-cart'), |
| 2035 |
'UG402' => __('Bushenyi', 'fluent-cart'), |
| 2036 |
'UG202' => __('Busia', 'fluent-cart'), |
| 2037 |
'UG221' => __('Butaleja', 'fluent-cart'), |
| 2038 |
'UG119' => __('Butambala', 'fluent-cart'), |
| 2039 |
'UG233' => __('Butebo', 'fluent-cart'), |
| 2040 |
'UG120' => __('Buvuma', 'fluent-cart'), |
| 2041 |
'UG226' => __('Buyende', 'fluent-cart'), |
| 2042 |
'UG317' => __('Dokolo', 'fluent-cart'), |
| 2043 |
'UG121' => __('Gomba', 'fluent-cart'), |
| 2044 |
'UG304' => __('Gulu', 'fluent-cart'), |
| 2045 |
'UG403' => __('Hoima', 'fluent-cart'), |
| 2046 |
'UG417' => __('Ibanda', 'fluent-cart'), |
| 2047 |
'UG203' => __('Iganga', 'fluent-cart'), |
| 2048 |
'UG418' => __('Isingiro', 'fluent-cart'), |
| 2049 |
'UG204' => __('Jinja', 'fluent-cart'), |
| 2050 |
'UG318' => __('Kaabong', 'fluent-cart'), |
| 2051 |
'UG404' => __('Kabale', 'fluent-cart'), |
| 2052 |
'UG405' => __('Kabarole', 'fluent-cart'), |
| 2053 |
'UG213' => __('Kaberamaido', 'fluent-cart'), |
| 2054 |
'UG427' => __('Kagadi', 'fluent-cart'), |
| 2055 |
'UG428' => __('Kakumiro', 'fluent-cart'), |
| 2056 |
'UG101' => __('Kalangala', 'fluent-cart'), |
| 2057 |
'UG222' => __('Kaliro', 'fluent-cart'), |
| 2058 |
'UG122' => __('Kalungu', 'fluent-cart'), |
| 2059 |
'UG102' => __('Kampala', 'fluent-cart'), |
| 2060 |
'UG205' => __('Kamuli', 'fluent-cart'), |
| 2061 |
'UG413' => __('Kamwenge', 'fluent-cart'), |
| 2062 |
'UG414' => __('Kanungu', 'fluent-cart'), |
| 2063 |
'UG206' => __('Kapchorwa', 'fluent-cart'), |
| 2064 |
'UG236' => __('Kapelebyong', 'fluent-cart'), |
| 2065 |
'UG126' => __('Kasanda', 'fluent-cart'), |
| 2066 |
'UG406' => __('Kasese', 'fluent-cart'), |
| 2067 |
'UG207' => __('Katakwi', 'fluent-cart'), |
| 2068 |
'UG112' => __('Kayunga', 'fluent-cart'), |
| 2069 |
'UG407' => __('Kibaale', 'fluent-cart'), |
| 2070 |
'UG103' => __('Kiboga', 'fluent-cart'), |
| 2071 |
'UG227' => __('Kibuku', 'fluent-cart'), |
| 2072 |
'UG432' => __('Kikuube', 'fluent-cart'), |
| 2073 |
'UG419' => __('Kiruhura', 'fluent-cart'), |
| 2074 |
'UG421' => __('Kiryandongo', 'fluent-cart'), |
| 2075 |
'UG408' => __('Kisoro', 'fluent-cart'), |
| 2076 |
'UG305' => __('Kitgum', 'fluent-cart'), |
| 2077 |
'UG319' => __('Koboko', 'fluent-cart'), |
| 2078 |
'UG325' => __('Kole', 'fluent-cart'), |
| 2079 |
'UG306' => __('Kotido', 'fluent-cart'), |
| 2080 |
'UG208' => __('Kumi', 'fluent-cart'), |
| 2081 |
'UG333' => __('Kwania', 'fluent-cart'), |
| 2082 |
'UG228' => __('Kween', 'fluent-cart'), |
| 2083 |
'UG123' => __('Kyankwanzi', 'fluent-cart'), |
| 2084 |
'UG422' => __('Kyegegwa', 'fluent-cart'), |
| 2085 |
'UG415' => __('Kyenjojo', 'fluent-cart'), |
| 2086 |
'UG125' => __('Kyotera', 'fluent-cart'), |
| 2087 |
'UG326' => __('Lamwo', 'fluent-cart'), |
| 2088 |
'UG307' => __('Lira', 'fluent-cart'), |
| 2089 |
'UG229' => __('Luuka', 'fluent-cart'), |
| 2090 |
'UG104' => __('Luwero', 'fluent-cart'), |
| 2091 |
'UG124' => __('Lwengo', 'fluent-cart'), |
| 2092 |
'UG114' => __('Lyantonde', 'fluent-cart'), |
| 2093 |
'UG223' => __('Manafwa', 'fluent-cart'), |
| 2094 |
'UG320' => __('Maracha', 'fluent-cart'), |
| 2095 |
'UG105' => __('Masaka', 'fluent-cart'), |
| 2096 |
'UG409' => __('Masindi', 'fluent-cart'), |
| 2097 |
'UG214' => __('Mayuge', 'fluent-cart'), |
| 2098 |
'UG209' => __('Mbale', 'fluent-cart'), |
| 2099 |
'UG410' => __('Mbarara', 'fluent-cart'), |
| 2100 |
'UG423' => __('Mitooma', 'fluent-cart'), |
| 2101 |
'UG115' => __('Mityana', 'fluent-cart'), |
| 2102 |
'UG308' => __('Moroto', 'fluent-cart'), |
| 2103 |
'UG309' => __('Moyo', 'fluent-cart'), |
| 2104 |
'UG106' => __('Mpigi', 'fluent-cart'), |
| 2105 |
'UG107' => __('Mubende', 'fluent-cart'), |
| 2106 |
'UG108' => __('Mukono', 'fluent-cart'), |
| 2107 |
'UG334' => __('Nabilatuk', 'fluent-cart'), |
| 2108 |
'UG311' => __('Nakapiripirit', 'fluent-cart'), |
| 2109 |
'UG116' => __('Nakaseke', 'fluent-cart'), |
| 2110 |
'UG109' => __('Nakasongola', 'fluent-cart'), |
| 2111 |
'UG230' => __('Namayingo', 'fluent-cart'), |
| 2112 |
'UG234' => __('Namisindwa', 'fluent-cart'), |
| 2113 |
'UG224' => __('Namutumba', 'fluent-cart'), |
| 2114 |
'UG327' => __('Napak', 'fluent-cart'), |
| 2115 |
'UG310' => __('Nebbi', 'fluent-cart'), |
| 2116 |
'UG231' => __('Ngora', 'fluent-cart'), |
| 2117 |
'UG424' => __('Ntoroko', 'fluent-cart'), |
| 2118 |
'UG411' => __('Ntungamo', 'fluent-cart'), |
| 2119 |
'UG328' => __('Nwoya', 'fluent-cart'), |
| 2120 |
'UG331' => __('Omoro', 'fluent-cart'), |
| 2121 |
'UG329' => __('Otuke', 'fluent-cart'), |
| 2122 |
'UG321' => __('Oyam', 'fluent-cart'), |
| 2123 |
'UG312' => __('Pader', 'fluent-cart'), |
| 2124 |
'UG332' => __('Pakwach', 'fluent-cart'), |
| 2125 |
'UG210' => __('Pallisa', 'fluent-cart'), |
| 2126 |
'UG110' => __('Rakai', 'fluent-cart'), |
| 2127 |
'UG429' => __('Rubanda', 'fluent-cart'), |
| 2128 |
'UG425' => __('Rubirizi', 'fluent-cart'), |
| 2129 |
'UG431' => __('Rukiga', 'fluent-cart'), |
| 2130 |
'UG412' => __('Rukungiri', 'fluent-cart'), |
| 2131 |
'UG111' => __('Sembabule', 'fluent-cart'), |
| 2132 |
'UG232' => __('Serere', 'fluent-cart'), |
| 2133 |
'UG426' => __('Sheema', 'fluent-cart'), |
| 2134 |
'UG215' => __('Sironko', 'fluent-cart'), |
| 2135 |
'UG211' => __('Soroti', 'fluent-cart'), |
| 2136 |
'UG212' => __('Tororo', 'fluent-cart'), |
| 2137 |
'UG113' => __('Wakiso', 'fluent-cart'), |
| 2138 |
'UG313' => __('Yumbe', 'fluent-cart'), |
| 2139 |
'UG330' => __('Zombo', 'fluent-cart'), |
| 2140 |
), |
| 2141 |
'UM' => array( |
| 2142 |
'81' => __('Baker Island', 'fluent-cart'), |
| 2143 |
'84' => __('Howland Island', 'fluent-cart'), |
| 2144 |
'86' => __('Jarvis Island', 'fluent-cart'), |
| 2145 |
'67' => __('Johnston Atoll', 'fluent-cart'), |
| 2146 |
'89' => __('Kingman Reef', 'fluent-cart'), |
| 2147 |
'71' => __('Midway Atoll', 'fluent-cart'), |
| 2148 |
'76' => __('Navassa Island', 'fluent-cart'), |
| 2149 |
'95' => __('Palmyra Atoll', 'fluent-cart'), |
| 2150 |
'79' => __('Wake Island', 'fluent-cart'), |
| 2151 |
), |
| 2152 |
'US' => array( // U.S. states. |
| 2153 |
'AL' => __('Alabama', 'fluent-cart'), |
| 2154 |
'AK' => __('Alaska', 'fluent-cart'), |
| 2155 |
'AZ' => __('Arizona', 'fluent-cart'), |
| 2156 |
'AR' => __('Arkansas', 'fluent-cart'), |
| 2157 |
'CA' => __('California', 'fluent-cart'), |
| 2158 |
'CO' => __('Colorado', 'fluent-cart'), |
| 2159 |
'CT' => __('Connecticut', 'fluent-cart'), |
| 2160 |
'DE' => __('Delaware', 'fluent-cart'), |
| 2161 |
'DC' => __('District of Columbia', 'fluent-cart'), |
| 2162 |
'FL' => __('Florida', 'fluent-cart'), |
| 2163 |
'GA' => _x('Georgia', 'US state of Georgia', 'fluent-cart'), |
| 2164 |
'HI' => __('Hawaii', 'fluent-cart'), |
| 2165 |
'ID' => __('Idaho', 'fluent-cart'), |
| 2166 |
'IL' => __('Illinois', 'fluent-cart'), |
| 2167 |
'IN' => __('Indiana', 'fluent-cart'), |
| 2168 |
'IA' => __('Iowa', 'fluent-cart'), |
| 2169 |
'KS' => __('Kansas', 'fluent-cart'), |
| 2170 |
'KY' => __('Kentucky', 'fluent-cart'), |
| 2171 |
'LA' => __('Louisiana', 'fluent-cart'), |
| 2172 |
'ME' => __('Maine', 'fluent-cart'), |
| 2173 |
'MD' => __('Maryland', 'fluent-cart'), |
| 2174 |
'MA' => __('Massachusetts', 'fluent-cart'), |
| 2175 |
'MI' => __('Michigan', 'fluent-cart'), |
| 2176 |
'MN' => __('Minnesota', 'fluent-cart'), |
| 2177 |
'MS' => __('Mississippi', 'fluent-cart'), |
| 2178 |
'MO' => __('Missouri', 'fluent-cart'), |
| 2179 |
'MT' => __('Montana', 'fluent-cart'), |
| 2180 |
'NE' => __('Nebraska', 'fluent-cart'), |
| 2181 |
'NV' => __('Nevada', 'fluent-cart'), |
| 2182 |
'NH' => __('New Hampshire', 'fluent-cart'), |
| 2183 |
'NJ' => __('New Jersey', 'fluent-cart'), |
| 2184 |
'NM' => __('New Mexico', 'fluent-cart'), |
| 2185 |
'NY' => __('New York', 'fluent-cart'), |
| 2186 |
'NC' => __('North Carolina', 'fluent-cart'), |
| 2187 |
'ND' => __('North Dakota', 'fluent-cart'), |
| 2188 |
'OH' => __('Ohio', 'fluent-cart'), |
| 2189 |
'OK' => __('Oklahoma', 'fluent-cart'), |
| 2190 |
'OR' => __('Oregon', 'fluent-cart'), |
| 2191 |
'PA' => __('Pennsylvania', 'fluent-cart'), |
| 2192 |
'RI' => __('Rhode Island', 'fluent-cart'), |
| 2193 |
'SC' => __('South Carolina', 'fluent-cart'), |
| 2194 |
'SD' => __('South Dakota', 'fluent-cart'), |
| 2195 |
'TN' => __('Tennessee', 'fluent-cart'), |
| 2196 |
'TX' => __('Texas', 'fluent-cart'), |
| 2197 |
'UT' => __('Utah', 'fluent-cart'), |
| 2198 |
'VT' => __('Vermont', 'fluent-cart'), |
| 2199 |
'VA' => __('Virginia', 'fluent-cart'), |
| 2200 |
'WA' => __('Washington', 'fluent-cart'), |
| 2201 |
'WV' => __('West Virginia', 'fluent-cart'), |
| 2202 |
'WI' => __('Wisconsin', 'fluent-cart'), |
| 2203 |
'WY' => __('Wyoming', 'fluent-cart'), |
| 2204 |
'AA' => __('Armed Forces (AA)', 'fluent-cart'), |
| 2205 |
'AE' => __('Armed Forces (AE)', 'fluent-cart'), |
| 2206 |
'AP' => __('Armed Forces (AP)', 'fluent-cart'), |
| 2207 |
), |
| 2208 |
'UY' => array( // Uruguayan states. |
| 2209 |
'UY-AR' => __('Artigas', 'fluent-cart'), |
| 2210 |
'UY-CA' => __('Canelones', 'fluent-cart'), |
| 2211 |
'UY-CL' => __('Cerro Largo', 'fluent-cart'), |
| 2212 |
'UY-CO' => __('Colonia', 'fluent-cart'), |
| 2213 |
'UY-DU' => __('Durazno', 'fluent-cart'), |
| 2214 |
'UY-FS' => __('Flores', 'fluent-cart'), |
| 2215 |
'UY-FD' => __('Florida', 'fluent-cart'), |
| 2216 |
'UY-LA' => __('Lavalleja', 'fluent-cart'), |
| 2217 |
'UY-MA' => __('Maldonado', 'fluent-cart'), |
| 2218 |
'UY-MO' => __('Montevideo', 'fluent-cart'), |
| 2219 |
'UY-PA' => __('Paysandú', 'fluent-cart'), |
| 2220 |
'UY-RN' => __('Río Negro', 'fluent-cart'), |
| 2221 |
'UY-RV' => __('Rivera', 'fluent-cart'), |
| 2222 |
'UY-RO' => __('Rocha', 'fluent-cart'), |
| 2223 |
'UY-SA' => __('Salto', 'fluent-cart'), |
| 2224 |
'UY-SJ' => __('San José', 'fluent-cart'), |
| 2225 |
'UY-SO' => __('Soriano', 'fluent-cart'), |
| 2226 |
'UY-TA' => __('Tacuarembó', 'fluent-cart'), |
| 2227 |
'UY-TT' => __('Treinta y Tres', 'fluent-cart'), |
| 2228 |
), |
| 2229 |
'VE' => array( // Venezuelan states. |
| 2230 |
'VE-A' => __('Capital', 'fluent-cart'), |
| 2231 |
'VE-B' => __('Anzoátegui', 'fluent-cart'), |
| 2232 |
'VE-C' => __('Apure', 'fluent-cart'), |
| 2233 |
'VE-D' => __('Aragua', 'fluent-cart'), |
| 2234 |
'VE-E' => __('Barinas', 'fluent-cart'), |
| 2235 |
'VE-F' => __('Bolívar', 'fluent-cart'), |
| 2236 |
'VE-G' => __('Carabobo', 'fluent-cart'), |
| 2237 |
'VE-H' => __('Cojedes', 'fluent-cart'), |
| 2238 |
'VE-I' => __('Falcón', 'fluent-cart'), |
| 2239 |
'VE-J' => __('Guárico', 'fluent-cart'), |
| 2240 |
'VE-K' => __('Lara', 'fluent-cart'), |
| 2241 |
'VE-L' => __('Mérida', 'fluent-cart'), |
| 2242 |
'VE-M' => __('Miranda', 'fluent-cart'), |
| 2243 |
'VE-N' => __('Monagas', 'fluent-cart'), |
| 2244 |
'VE-O' => __('Nueva Esparta', 'fluent-cart'), |
| 2245 |
'VE-P' => __('Portuguesa', 'fluent-cart'), |
| 2246 |
'VE-R' => __('Sucre', 'fluent-cart'), |
| 2247 |
'VE-S' => __('Táchira', 'fluent-cart'), |
| 2248 |
'VE-T' => __('Trujillo', 'fluent-cart'), |
| 2249 |
'VE-U' => __('Yaracuy', 'fluent-cart'), |
| 2250 |
'VE-V' => __('Zulia', 'fluent-cart'), |
| 2251 |
'VE-W' => __('Federal Dependencies', 'fluent-cart'), |
| 2252 |
'VE-X' => __('La Guaira (Vargas)', 'fluent-cart'), |
| 2253 |
'VE-Y' => __('Delta Amacuro', 'fluent-cart'), |
| 2254 |
'VE-Z' => __('Amazonas', 'fluent-cart'), |
| 2255 |
), |
| 2256 |
'VN' => array(), |
| 2257 |
'YT' => array(), |
| 2258 |
'ZA' => array( // South African states. |
| 2259 |
'EC' => __('Eastern Cape', 'fluent-cart'), |
| 2260 |
'FS' => __('Free State', 'fluent-cart'), |
| 2261 |
'GP' => __('Gauteng', 'fluent-cart'), |
| 2262 |
'KZN' => __('KwaZulu-Natal', 'fluent-cart'), |
| 2263 |
'LP' => __('Limpopo', 'fluent-cart'), |
| 2264 |
'MP' => __('Mpumalanga', 'fluent-cart'), |
| 2265 |
'NC' => __('Northern Cape', 'fluent-cart'), |
| 2266 |
'NW' => __('North West', 'fluent-cart'), |
| 2267 |
'WC' => __('Western Cape', 'fluent-cart'), |
| 2268 |
), |
| 2269 |
'ZM' => array( // Zambian provinces. |
| 2270 |
'ZM-01' => __('Western', 'fluent-cart'), |
| 2271 |
'ZM-02' => __('Central', 'fluent-cart'), |
| 2272 |
'ZM-03' => __('Eastern', 'fluent-cart'), |
| 2273 |
'ZM-04' => __('Luapula', 'fluent-cart'), |
| 2274 |
'ZM-05' => __('Northern', 'fluent-cart'), |
| 2275 |
'ZM-06' => __('North-Western', 'fluent-cart'), |
| 2276 |
'ZM-07' => __('Southern', 'fluent-cart'), |
| 2277 |
'ZM-08' => __('Copperbelt', 'fluent-cart'), |
| 2278 |
'ZM-09' => __('Lusaka', 'fluent-cart'), |
| 2279 |
'ZM-10' => __('Muchinga', 'fluent-cart'), |
| 2280 |
), |
| 2281 |
'XI' => array( |
| 2282 |
'ANN' => __( 'Antrim and Newtownabbey', 'fluent-cart' ), |
| 2283 |
'AND' => __( 'Ards and North Down', 'fluent-cart' ), |
| 2284 |
'ABC' => __( 'Armagh City, Banbridge and Craigavon', 'fluent-cart' ), |
| 2285 |
'BFS' => __( 'Belfast', 'fluent-cart' ), |
| 2286 |
'CCG' => __( 'Causeway Coast and Glens', 'fluent-cart' ), |
| 2287 |
'DRS' => __( 'Derry City and Strabane', 'fluent-cart' ), |
| 2288 |
'FMO' => __( 'Fermanagh and Omagh', 'fluent-cart' ), |
| 2289 |
'LLC' => __( 'Lisburn and Castlereagh', 'fluent-cart' ), |
| 2290 |
'MEA' => __( 'Mid and East Antrim', 'fluent-cart' ), |
| 2291 |
'MUL' => __( 'Mid Ulster', 'fluent-cart' ), |
| 2292 |
'NMD' => __( 'Newry, Mourne and Down', 'fluent-cart' ), |
| 2293 |
), |
| 2294 |
); |
| 2295 |
|