mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-27 22:14:40 -05:00
262 lines
7.1 KiB
PHP
262 lines
7.1 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author Roardom <roardom@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'AFG' => 'Afghanistan',
|
|
'AIA' => 'Anguilla',
|
|
'ALA' => 'Åland',
|
|
'ALG' => 'Algeria',
|
|
'AND' => 'Andorra',
|
|
'ANG' => 'Angola',
|
|
'ARG' => 'Argentina',
|
|
'ARM' => 'Armenia',
|
|
'ARU' => 'Aruba',
|
|
'ASA' => 'American Samoa',
|
|
'ATA' => 'Antarctica',
|
|
'ATF' => 'French Southern and Antarctic Lands',
|
|
'ATG' => 'Antigua and Barbuda',
|
|
'AUS' => 'Australia',
|
|
'AUT' => 'Austria',
|
|
'AZE' => 'Azerbaijan',
|
|
'BAH' => 'The Bahamas',
|
|
'BAN' => 'Bangladesh',
|
|
'BDI' => 'Burundi',
|
|
'BEL' => 'Belgium',
|
|
'BEN' => 'Benin',
|
|
'BER' => 'Bermuda',
|
|
'BES' => 'Caribbean Netherlands: Bonaire, Sint Eustatius and Saba',
|
|
'BFA' => 'Burkina Faso',
|
|
'BHR' => 'Bahrain',
|
|
'BHU' => 'Bhutan',
|
|
'BIH' => 'Bosnia and Herzegovina',
|
|
'BLM' => 'Saint Barthélemy',
|
|
'BLR' => 'Belarus',
|
|
'BLZ' => 'Belize',
|
|
'BOL' => 'Bolivia',
|
|
'BOT' => 'Botswana',
|
|
'BRA' => 'Brazil',
|
|
'BRB' => 'Barbados',
|
|
'BRU' => 'Brunei',
|
|
'BVT' => 'Bouvet Island',
|
|
'CAM' => 'Cambodia',
|
|
'CAN' => 'Canada',
|
|
'CAY' => 'Cayman Islands',
|
|
'CCK' => 'Cocos (Keeling) Islands',
|
|
'CEE' => 'Central and Eastern Europe',
|
|
'CGO' => 'Congo, Republic of the',
|
|
'CHA' => 'Chad',
|
|
'CHI' => 'Chile',
|
|
'CHN' => 'China',
|
|
'CIV' => 'Ivory Coast',
|
|
'CMR' => 'Cameroon',
|
|
'CZE' => 'Czech Republic',
|
|
'COD' => 'Congo, Democratic Republic of the',
|
|
'COK' => 'Cook Islands',
|
|
'COL' => 'Colombia',
|
|
'COM' => 'Comoros',
|
|
'CPV' => 'Cape Verde',
|
|
'CRC' => 'Costa Rica',
|
|
'CRO' => 'Croatia',
|
|
'CTA' => 'Central African Republic',
|
|
'CUB' => 'Cuba',
|
|
'CUW' => 'Curaçao',
|
|
'CXR' => 'Christmas Island',
|
|
'CYP' => 'Cyprus',
|
|
'DJI' => 'Djibouti',
|
|
'DMA' => 'Dominica',
|
|
'DOM' => 'Dominican Republic',
|
|
'ECU' => 'Ecuador',
|
|
'EGY' => 'Egypt',
|
|
'ENG' => 'England',
|
|
'EQG' => 'Equatorial Guinea',
|
|
'ERI' => 'Eritrea',
|
|
'ESH' => 'Western Sahara',
|
|
'ESP' => 'Spain',
|
|
'ETH' => 'Ethiopia',
|
|
'EUR' => 'Europe / International',
|
|
'FIJ' => 'Fiji',
|
|
'FLK' => 'Falkland Islands',
|
|
'FRA' => 'France',
|
|
'FRO' => 'Faroe Islands',
|
|
'FSM' => 'Micronesia, Federated States of',
|
|
'GAB' => 'Gabon',
|
|
'GAM' => 'Gambia',
|
|
'GBR' => 'United Kingdom',
|
|
'GEO' => 'Georgia',
|
|
'GER' => 'Germany',
|
|
'GGY' => 'Guernsey',
|
|
'GHA' => 'Ghana',
|
|
'GIB' => 'Gibraltar',
|
|
'GLP' => 'Guadeloupe',
|
|
'GNB' => 'Guinea-Bissau',
|
|
'GRE' => 'Greece',
|
|
'GRL' => 'Greenland',
|
|
'GRN' => 'Grenada',
|
|
'GUA' => 'Guatemala',
|
|
'GUF' => 'French Guiana',
|
|
'GUI' => 'Guinea',
|
|
'GUM' => 'Guam',
|
|
'GUY' => 'Guyana',
|
|
'HAI' => 'Haiti',
|
|
'HKG' => 'Hong Kong',
|
|
'HMD' => 'Heard Island and McDonald Islands',
|
|
'HON' => 'Honduras',
|
|
'HUN' => 'Hungary',
|
|
'IDN' => 'Indonesia',
|
|
'IMN' => 'Isle of Man',
|
|
'IND' => 'India',
|
|
'IOT' => 'British Indian Ocean Territory',
|
|
'IRL' => 'Ireland',
|
|
'IRN' => 'Iran',
|
|
'IRQ' => 'Iraq',
|
|
'ISL' => 'Iceland',
|
|
'ISR' => 'Israel',
|
|
'ITA' => 'Italy',
|
|
'JAM' => 'Jamaica',
|
|
'JEY' => 'Jersey',
|
|
'JOR' => 'Jordan',
|
|
'JPN' => 'Japan',
|
|
'KAZ' => 'Kazakhstan',
|
|
'KEN' => 'Kenya',
|
|
'KGZ' => 'Kyrgyzstan',
|
|
'KIR' => 'Kiribati',
|
|
'KNA' => 'Saint Kitts and Nevis',
|
|
'KOR' => 'Korea, Republic of (South)',
|
|
'KSA' => 'Saudi Arabia',
|
|
'KUW' => 'Kuwait',
|
|
'KVX' => '',
|
|
'LAO' => 'Laos',
|
|
'LBN' => 'Lebanon',
|
|
'LBR' => 'Liberia',
|
|
'LBY' => 'Libya',
|
|
'LCA' => 'Saint Lucia',
|
|
'LES' => 'Lesotho',
|
|
'LIE' => 'Liechtenstein',
|
|
'LKA' => 'Sri Lanka',
|
|
'LUX' => 'Luxembourg',
|
|
'MAC' => 'Macau',
|
|
'MAD' => 'Madagascar',
|
|
'MAF' => 'Saint Martin, Collectivity of',
|
|
'MAR' => 'Morocco',
|
|
'MAS' => 'Malaysia',
|
|
'MDA' => 'Moldova',
|
|
'MDV' => 'Maldives',
|
|
'MEX' => 'Mexico',
|
|
'MHL' => 'Marshall Islands',
|
|
'MKD' => 'North Macedonia',
|
|
'MLI' => 'Mali',
|
|
'MLT' => 'Malta',
|
|
'MNG' => 'Mongolia',
|
|
'MNP' => 'Northern Mariana Islands',
|
|
'MON' => 'Monaco',
|
|
'MOZ' => 'Mozambique',
|
|
'MRI' => 'Mauritius',
|
|
'MSR' => 'Montserrat',
|
|
'MTN' => 'Mauritania',
|
|
'MTQ' => 'Martinique',
|
|
'MWI' => 'Malawi',
|
|
'MYA' => 'Myanmar',
|
|
'MYT' => 'Mayotte',
|
|
'NAM' => 'Namibia',
|
|
'NCA' => 'Nicaragua',
|
|
'NCL' => 'New Caledonia',
|
|
'NEP' => 'Nepal',
|
|
'NFK' => 'Norfolk Island',
|
|
'NIG' => 'Niger',
|
|
'NIR' => 'Northern Ireland',
|
|
'NIU' => 'Niue',
|
|
'NLD' => 'Netherlands',
|
|
'NOR' => 'Nordic',
|
|
'NRU' => 'Nauru',
|
|
'NZL' => 'New Zealand',
|
|
'OMA' => 'Oman',
|
|
'PAK' => 'Pakistan',
|
|
'PAN' => 'Panama',
|
|
'PAR' => 'Paraguay',
|
|
'PCN' => 'Pitcairn Islands',
|
|
'PER' => 'Peru',
|
|
'PHI' => 'Philippines',
|
|
'PLE' => 'State of Palestine',
|
|
'PLW' => 'Palau',
|
|
'PNG' => 'Papua New Guinea',
|
|
'POL' => 'Poland',
|
|
'POR' => 'Portugal',
|
|
'PRK' => 'Korea, Democratic People\'s Rep. (North)',
|
|
'PUR' => 'Puerto Rico',
|
|
'QAT' => 'Qatar',
|
|
'REU' => 'Réunion',
|
|
'ROU' => 'Romania',
|
|
'RSA' => 'South Africa',
|
|
'RUS' => 'Russian Federation',
|
|
'RWA' => 'Rwanda',
|
|
'SAM' => 'Samoa',
|
|
'SCO' => 'Scotland',
|
|
'SDN' => 'Sudan',
|
|
'SEN' => 'Senegal',
|
|
'SEY' => 'Seychelles',
|
|
'SGS' => 'South Georgia and the South Sandwich Islands',
|
|
'SHN' => 'Saint Helana, Ascension and Tristan da Cunha',
|
|
'SIN' => '',
|
|
'SJM' => 'Svalbard and Jan Mayen',
|
|
'SLE' => 'Sierra Leone',
|
|
'SLV' => 'El Salvador',
|
|
'SMR' => 'San Marino',
|
|
'SOL' => 'Solomon Islands',
|
|
'SOM' => 'Somalia',
|
|
'SPM' => 'Saint Pierre and Miquelon',
|
|
'SRB' => 'Serbia',
|
|
'SSD' => 'South Sudan',
|
|
'STP' => 'São Tomé and Príncipe',
|
|
'SUI' => 'Switzerland',
|
|
'SUR' => 'Suriname',
|
|
'SWZ' => 'Eswatini',
|
|
'SXM' => 'Sint Maarten',
|
|
'SYR' => 'Syria',
|
|
'TAH' => 'French Polynesia',
|
|
'TAN' => 'Tanzania',
|
|
'TCA' => 'Turks and Caicos Islands',
|
|
'TGA' => 'Tonga',
|
|
'THA' => 'Thailand',
|
|
'TJK' => 'Tajikistan',
|
|
'TKL' => 'Tokelau',
|
|
'TKM' => 'Turkmenistan',
|
|
'TLS' => 'Timor-Leste',
|
|
'TOG' => 'Togo',
|
|
'TRI' => 'Trinidad and Tobago',
|
|
'TUN' => 'Tunisia',
|
|
'TUR' => 'Turkey',
|
|
'TUV' => 'Tuvalu',
|
|
'TWN' => 'Taiwan',
|
|
'UAE' => 'United Arab Emirates',
|
|
'UGA' => 'Uganda',
|
|
'UKR' => 'Ukraine',
|
|
'UMI' => 'United States Minor Outlying Islands',
|
|
'URU' => 'Uruguay',
|
|
'USA' => 'United States of America',
|
|
'UZB' => 'Uzbekistan',
|
|
'VAN' => 'Vanuatu',
|
|
'VAT' => 'Vatican City State',
|
|
'VEN' => 'Venezuela',
|
|
'VGB' => 'British Virgin Islands',
|
|
'VIE' => 'Vietnam',
|
|
'VIN' => 'Saint Vincent and the Grenadines',
|
|
'VIR' => 'United States Virgin Islands',
|
|
'WAL' => 'Wales',
|
|
'WLF' => 'Wallis and Futuna',
|
|
'YEM' => 'Yemen',
|
|
'ZAM' => 'Zambia',
|
|
'ZIM' => 'Zimbabwe',
|
|
];
|