mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@67 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
251 lines
5.3 KiB
Perl
251 lines
5.3 KiB
Perl
package Countries;
|
|
|
|
%countries = (
|
|
'Afghanistan' => 'AF',
|
|
'Albania' => 'AL',
|
|
'Algeria' => 'DZ',
|
|
'American Samoa' => 'AS',
|
|
'Andorra' => 'AD',
|
|
'Angola' => 'AO',
|
|
'Anguilla' => 'AI',
|
|
'Antarctica' => 'AQ',
|
|
'Antigua and Barbuda' => 'AG',
|
|
'Argentina' => 'AR',
|
|
'Armenia' => 'AM',
|
|
'Aruba' => 'AW',
|
|
'Australia' => 'AU',
|
|
'Austria' => 'AT',
|
|
'Azerbaijan' => 'AZ',
|
|
'Bahamas' => 'BS',
|
|
'Bahrain' => 'BH',
|
|
'Bangladesh' => 'BD',
|
|
'Barbados' => 'BB',
|
|
'Belarus' => 'BY',
|
|
'Belgium' => 'BE',
|
|
'Belize' => 'BZ',
|
|
'Benin' => 'BJ',
|
|
'Bermuda' => 'BM',
|
|
'Bhutan' => 'BT',
|
|
'Bolivia' => 'BO',
|
|
'Bosnia and Herzegovina' => 'BA',
|
|
'Botswana' => 'BW',
|
|
'Bouvet Island' => 'BV',
|
|
'Brazil' => 'BR',
|
|
'British Indian Ocean Territory' => 'IO',
|
|
'Brunei Darussalam' => 'BN',
|
|
'Bulgaria' => 'BG',
|
|
'Burkina Faso' => 'BF',
|
|
'Burundi' => 'BI',
|
|
'Cambodia' => 'KH',
|
|
'Cameroon' => 'CM',
|
|
'Canada' => 'CA',
|
|
'Cape Verde' => 'CV',
|
|
'Cayman Islands' => 'KY',
|
|
'Central African Republic' => 'CF',
|
|
'Chad' => 'TD',
|
|
'Chile' => 'CL',
|
|
'China' => 'CN',
|
|
'Christmas Island' => 'CX',
|
|
'Cocos (Keeling) Islands' => 'CC',
|
|
'Colombia' => 'CO',
|
|
'Comoros' => 'KM',
|
|
'Congo' => 'CG',
|
|
'Cook Islands' => 'CK',
|
|
'Costa Rica' => 'CR',
|
|
'Cote D\'Ivoire (Ivory Coast)' => 'CI',
|
|
'Croatia (Hrvatska)' => 'HR',
|
|
'Cuba' => 'CU',
|
|
'Cyprus' => 'CY',
|
|
'Czech Republic' => 'CZ',
|
|
'Czechoslovakia (former)' => 'CS',
|
|
'Denmark' => 'DK',
|
|
'Djibouti' => 'DJ',
|
|
'Dominica' => 'DM',
|
|
'Dominican Republic' => 'DO',
|
|
'East Timor' => 'TP',
|
|
'Ecuador' => 'EC',
|
|
'Egypt' => 'EG',
|
|
'El Salvador' => 'SV',
|
|
'Equatorial Guinea' => 'GQ',
|
|
'Eritrea' => 'ER',
|
|
'Estonia' => 'EE',
|
|
'Ethiopia' => 'ET',
|
|
'Falkland Islands (Malvinas)' => 'FK',
|
|
'Faroe Islands' => 'FO',
|
|
'Fiji' => 'FJ',
|
|
'Finland' => 'FI',
|
|
'France' => 'FR',
|
|
'France, Metropolitan' => 'FX',
|
|
'French Guiana' => 'GF',
|
|
'French Polynesia' => 'PF',
|
|
'French Southern Territories' => 'TF',
|
|
'Gabon' => 'GA',
|
|
'Gambia' => 'GM',
|
|
'Georgia' => 'GE',
|
|
'Germany' => 'DE',
|
|
'Ghana' => 'GH',
|
|
'Gibraltar' => 'GI',
|
|
'Great Britain (UK)' => 'GB',
|
|
'Greece' => 'GR',
|
|
'Greenland' => 'GL',
|
|
'Grenada' => 'GD',
|
|
'Guadeloupe' => 'GP',
|
|
'Guam' => 'GU',
|
|
'Guatemala' => 'GT',
|
|
'Guinea' => 'GN',
|
|
'Guinea-Bissau' => 'GW',
|
|
'Guyana' => 'GY',
|
|
'Haiti' => 'HT',
|
|
'Heard and McDonald Islands' => 'HM',
|
|
'Honduras' => 'HN',
|
|
'Hong Kong' => 'HK',
|
|
'Hungary' => 'HU',
|
|
'Iceland' => 'IS',
|
|
'India' => 'IN',
|
|
'Indonesia' => 'ID',
|
|
'Iran' => 'IR',
|
|
'Iraq' => 'IQ',
|
|
'Ireland' => 'IE',
|
|
'Israel' => 'IL',
|
|
'Italy' => 'IT',
|
|
'Jamaica' => 'JM',
|
|
'Japan' => 'JP',
|
|
'Jordan' => 'JO',
|
|
'Kazakhstan' => 'KZ',
|
|
'Kenya' => 'KE',
|
|
'Kiribati' => 'KI',
|
|
'Korea (North)' => 'KP',
|
|
'Korea (South)' => 'KR',
|
|
'Kuwait' => 'KW',
|
|
'Kyrgyzstan' => 'KG',
|
|
'Laos' => 'LA',
|
|
'Latvia' => 'LV',
|
|
'Lebanon' => 'LB',
|
|
'Lesotho' => 'LS',
|
|
'Liberia' => 'LR',
|
|
'Libya' => 'LY',
|
|
'Liechtenstein' => 'LI',
|
|
'Lithuania' => 'LT',
|
|
'Luxembourg' => 'LU',
|
|
'Macau' => 'MO',
|
|
'Macedonia' => 'MK',
|
|
'Madagascar' => 'MG',
|
|
'Malawi' => 'MW',
|
|
'Malaysia' => 'MY',
|
|
'Maldives' => 'MV',
|
|
'Mali' => 'ML',
|
|
'Malta' => 'MT',
|
|
'Marshall Islands' => 'MH',
|
|
'Martinique' => 'MQ',
|
|
'Mauritania' => 'MR',
|
|
'Mauritius' => 'MU',
|
|
'Mayotte' => 'YT',
|
|
'Mexico' => 'MX',
|
|
'Micronesia' => 'FM',
|
|
'Moldova' => 'MD',
|
|
'Monaco' => 'MC',
|
|
'Mongolia' => 'MN',
|
|
'Montserrat' => 'MS',
|
|
'Morocco' => 'MA',
|
|
'Mozambique' => 'MZ',
|
|
'Myanmar' => 'MM',
|
|
'Namibia' => 'NA',
|
|
'Nauru' => 'NR',
|
|
'Nepal' => 'NP',
|
|
'Netherlands Antilles' => 'AN',
|
|
'Netherlands' => 'NL',
|
|
'Neutral Zone' => 'NT',
|
|
'New Caledonia' => 'NC',
|
|
'New Zealand (Aotearoa)' => 'NZ',
|
|
'Nicaragua' => 'NI',
|
|
'Niger' => 'NE',
|
|
'Nigeria' => 'NG',
|
|
'Niue' => 'NU',
|
|
'Norfolk Island' => 'NF',
|
|
'Northern Mariana Islands' => 'MP',
|
|
'Norway' => 'NO',
|
|
'Oman' => 'OM',
|
|
'Pakistan' => 'PK',
|
|
'Palau' => 'PW',
|
|
'Panama' => 'PA',
|
|
'Papua New Guinea' => 'PG',
|
|
'Paraguay' => 'PY',
|
|
'Peru' => 'PE',
|
|
'Philippines' => 'PH',
|
|
'Pitcairn' => 'PN',
|
|
'Poland' => 'PL',
|
|
'Portugal' => 'PT',
|
|
'Puerto Rico' => 'PR',
|
|
'Qatar' => 'QA',
|
|
'Reunion' => 'RE',
|
|
'Romania' => 'RO',
|
|
'Russian Federation' => 'RU',
|
|
'Rwanda' => 'RW',
|
|
'S. Georgia and S. Sandwich Isls.' => 'GS',
|
|
'Saint Kitts and Nevis' => 'KN',
|
|
'Saint Lucia' => 'LC',
|
|
'Saint Vincent and the Grenadines' => 'VC',
|
|
'Samoa' => 'WS',
|
|
'San Marino' => 'SM',
|
|
'Sao Tome and Principe' => 'ST',
|
|
'Saudi Arabia' => 'SA',
|
|
'Senegal' => 'SN',
|
|
'Seychelles' => 'SC',
|
|
'Sierra Leone' => 'SL',
|
|
'Singapore' => 'SG',
|
|
'Slovak Republic' => 'SK',
|
|
'Slovenia' => 'SI',
|
|
'Solomon Islands' => 'Sb',
|
|
'Somalia' => 'SO',
|
|
'South Africa' => 'ZA',
|
|
'Spain' => 'ES',
|
|
'Sri Lanka' => 'LK',
|
|
'St. Helena' => 'SH',
|
|
'St. Pierre and Miquelon' => 'PM',
|
|
'Sudan' => 'SD',
|
|
'Suriname' => 'SR',
|
|
'Svalbard and Jan Mayen Islands' => 'SJ',
|
|
'Swaziland' => 'SZ',
|
|
'Sweden' => 'SE',
|
|
'Switzerland' => 'CH',
|
|
'Syria' => 'SY',
|
|
'Taiwan' => 'TW',
|
|
'Tajikistan' => 'TJ',
|
|
'Tanzania' => 'TZ',
|
|
'Thailand' => 'TH',
|
|
'Togo' => 'TG',
|
|
'Tokelau' => 'TK',
|
|
'Tonga' => 'TO',
|
|
'Trinidad and Tobago' => 'TT',
|
|
'Tunisia' => 'TN',
|
|
'Turkey' => 'TR',
|
|
'Turkmenistan' => 'TM',
|
|
'Turks and Caicos Islands' => 'TC',
|
|
'Tuvalu' => 'TV',
|
|
'US Minor Outlying Islands' => 'UM',
|
|
'USSR (former)' => 'SU',
|
|
'Uganda' => 'UG',
|
|
'Ukraine' => 'UA',
|
|
'United Arab Emirates' => 'AE',
|
|
'United Kingdom' => 'UK',
|
|
'United States' => 'US',
|
|
'Uruguay' => 'UY',
|
|
'Uzbekistan' => 'UZ',
|
|
'Vanuatu' => 'VU',
|
|
'Vatican City State (Holy See)' => 'VA',
|
|
'Venezuela' => 'VE',
|
|
'Viet Nam' => 'VN',
|
|
'Virgin Islands (British)' => 'VG',
|
|
'Virgin Islands (U.S.)' => 'VI',
|
|
'Wallis and Futuna Islands' => 'WF',
|
|
'Western Sahara' => 'EH',
|
|
'Yemen' => 'YE',
|
|
'Yugoslavia' => 'YU',
|
|
'Zaire' => 'ZR',
|
|
'Zambia' => 'ZM',
|
|
'Zimbabwe' => 'ZW',
|
|
);
|
|
|
|
1;
|
|
|