khaihihi
This commit is contained in:
299
wp-content/plugins/woocommerce/i18n/continents.php
Normal file
299
wp-content/plugins/woocommerce/i18n/continents.php
Normal file
@@ -0,0 +1,299 @@
|
||||
<?php
|
||||
/**
|
||||
* Continents
|
||||
*
|
||||
* Returns an array of continents.
|
||||
*
|
||||
* @package WooCommerce/i18n
|
||||
* @version 2.5.0
|
||||
*/
|
||||
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
||||
return array(
|
||||
'AF' => array(
|
||||
'name' => __( 'Africa', 'woocommerce' ),
|
||||
'countries' => array(
|
||||
'AO',
|
||||
'BF',
|
||||
'BI',
|
||||
'BJ',
|
||||
'BW',
|
||||
'CD',
|
||||
'CF',
|
||||
'CG',
|
||||
'CI',
|
||||
'CM',
|
||||
'CV',
|
||||
'DJ',
|
||||
'DZ',
|
||||
'EG',
|
||||
'EH',
|
||||
'ER',
|
||||
'ET',
|
||||
'GA',
|
||||
'GH',
|
||||
'GM',
|
||||
'GN',
|
||||
'GQ',
|
||||
'GW',
|
||||
'KE',
|
||||
'KM',
|
||||
'LR',
|
||||
'LS',
|
||||
'LY',
|
||||
'MA',
|
||||
'MG',
|
||||
'ML',
|
||||
'MR',
|
||||
'MU',
|
||||
'MW',
|
||||
'MZ',
|
||||
'NA',
|
||||
'NE',
|
||||
'NG',
|
||||
'RE',
|
||||
'RW',
|
||||
'SC',
|
||||
'SD',
|
||||
'SH',
|
||||
'SL',
|
||||
'SN',
|
||||
'SO',
|
||||
'SS',
|
||||
'ST',
|
||||
'SZ',
|
||||
'TD',
|
||||
'TG',
|
||||
'TN',
|
||||
'TZ',
|
||||
'UG',
|
||||
'YT',
|
||||
'ZA',
|
||||
'ZM',
|
||||
'ZW',
|
||||
),
|
||||
),
|
||||
'AN' => array(
|
||||
'name' => __( 'Antarctica', 'woocommerce' ),
|
||||
'countries' => array(
|
||||
'AQ',
|
||||
'BV',
|
||||
'GS',
|
||||
'HM',
|
||||
'TF',
|
||||
),
|
||||
),
|
||||
'AS' => array(
|
||||
'name' => __( 'Asia', 'woocommerce' ),
|
||||
'countries' => array(
|
||||
'AE',
|
||||
'AF',
|
||||
'AM',
|
||||
'AZ',
|
||||
'BD',
|
||||
'BH',
|
||||
'BN',
|
||||
'BT',
|
||||
'CC',
|
||||
'CN',
|
||||
'CX',
|
||||
'CY',
|
||||
'GE',
|
||||
'HK',
|
||||
'ID',
|
||||
'IL',
|
||||
'IN',
|
||||
'IO',
|
||||
'IQ',
|
||||
'IR',
|
||||
'JO',
|
||||
'JP',
|
||||
'KG',
|
||||
'KH',
|
||||
'KP',
|
||||
'KR',
|
||||
'KW',
|
||||
'KZ',
|
||||
'LA',
|
||||
'LB',
|
||||
'LK',
|
||||
'MM',
|
||||
'MN',
|
||||
'MO',
|
||||
'MV',
|
||||
'MY',
|
||||
'NP',
|
||||
'OM',
|
||||
'PH',
|
||||
'PK',
|
||||
'PS',
|
||||
'QA',
|
||||
'SA',
|
||||
'SG',
|
||||
'SY',
|
||||
'TH',
|
||||
'TJ',
|
||||
'TL',
|
||||
'TM',
|
||||
'TW',
|
||||
'UZ',
|
||||
'VN',
|
||||
'YE',
|
||||
),
|
||||
),
|
||||
'EU' => array(
|
||||
'name' => __( 'Europe', 'woocommerce' ),
|
||||
'countries' => array(
|
||||
'AD',
|
||||
'AL',
|
||||
'AT',
|
||||
'AX',
|
||||
'BA',
|
||||
'BE',
|
||||
'BG',
|
||||
'BY',
|
||||
'CH',
|
||||
'CY',
|
||||
'CZ',
|
||||
'DE',
|
||||
'DK',
|
||||
'EE',
|
||||
'ES',
|
||||
'FI',
|
||||
'FO',
|
||||
'FR',
|
||||
'GB',
|
||||
'GG',
|
||||
'GI',
|
||||
'GR',
|
||||
'HR',
|
||||
'HU',
|
||||
'IE',
|
||||
'IM',
|
||||
'IS',
|
||||
'IT',
|
||||
'JE',
|
||||
'LI',
|
||||
'LT',
|
||||
'LU',
|
||||
'LV',
|
||||
'MC',
|
||||
'MD',
|
||||
'ME',
|
||||
'MK',
|
||||
'MT',
|
||||
'NL',
|
||||
'NO',
|
||||
'PL',
|
||||
'PT',
|
||||
'RO',
|
||||
'RS',
|
||||
'RU',
|
||||
'SE',
|
||||
'SI',
|
||||
'SJ',
|
||||
'SK',
|
||||
'SM',
|
||||
'TR',
|
||||
'UA',
|
||||
'VA',
|
||||
),
|
||||
),
|
||||
'NA' => array(
|
||||
'name' => __( 'North America', 'woocommerce' ),
|
||||
'countries' => array(
|
||||
'AG',
|
||||
'AI',
|
||||
'AW',
|
||||
'BB',
|
||||
'BL',
|
||||
'BM',
|
||||
'BQ',
|
||||
'BS',
|
||||
'BZ',
|
||||
'CA',
|
||||
'CR',
|
||||
'CU',
|
||||
'CW',
|
||||
'DM',
|
||||
'DO',
|
||||
'GD',
|
||||
'GL',
|
||||
'GP',
|
||||
'GT',
|
||||
'HN',
|
||||
'HT',
|
||||
'JM',
|
||||
'KN',
|
||||
'KY',
|
||||
'LC',
|
||||
'MF',
|
||||
'MQ',
|
||||
'MS',
|
||||
'MX',
|
||||
'NI',
|
||||
'PA',
|
||||
'PM',
|
||||
'PR',
|
||||
'SV',
|
||||
'SX',
|
||||
'TC',
|
||||
'TT',
|
||||
'US',
|
||||
'VC',
|
||||
'VG',
|
||||
'VI',
|
||||
),
|
||||
),
|
||||
'OC' => array(
|
||||
'name' => __( 'Oceania', 'woocommerce' ),
|
||||
'countries' => array(
|
||||
'AS',
|
||||
'AU',
|
||||
'CK',
|
||||
'FJ',
|
||||
'FM',
|
||||
'GU',
|
||||
'KI',
|
||||
'MH',
|
||||
'MP',
|
||||
'NC',
|
||||
'NF',
|
||||
'NR',
|
||||
'NU',
|
||||
'NZ',
|
||||
'PF',
|
||||
'PG',
|
||||
'PN',
|
||||
'PW',
|
||||
'SB',
|
||||
'TK',
|
||||
'TO',
|
||||
'TV',
|
||||
'UM',
|
||||
'VU',
|
||||
'WF',
|
||||
'WS',
|
||||
),
|
||||
),
|
||||
'SA' => array(
|
||||
'name' => __( 'South America', 'woocommerce' ),
|
||||
'countries' => array(
|
||||
'AR',
|
||||
'BO',
|
||||
'BR',
|
||||
'CL',
|
||||
'CO',
|
||||
'EC',
|
||||
'FK',
|
||||
'GF',
|
||||
'GY',
|
||||
'PE',
|
||||
'PY',
|
||||
'SR',
|
||||
'UY',
|
||||
'VE',
|
||||
),
|
||||
),
|
||||
);
|
||||
264
wp-content/plugins/woocommerce/i18n/countries.php
Normal file
264
wp-content/plugins/woocommerce/i18n/countries.php
Normal file
@@ -0,0 +1,264 @@
|
||||
<?php
|
||||
/**
|
||||
* Countries
|
||||
*
|
||||
* Returns an array of countries and codes.
|
||||
* Country codes and names should follow the Unicode CLDR recommendation (http://cldr.unicode.org/translation/country-names).
|
||||
*
|
||||
* @package WooCommerce\i18n
|
||||
* @version 3.8.0
|
||||
*/
|
||||
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
||||
return array(
|
||||
'AF' => __( 'Afghanistan', 'woocommerce' ),
|
||||
'AX' => __( 'Åland Islands', 'woocommerce' ),
|
||||
'AL' => __( 'Albania', 'woocommerce' ),
|
||||
'DZ' => __( 'Algeria', 'woocommerce' ),
|
||||
'AS' => __( 'American Samoa', 'woocommerce' ),
|
||||
'AD' => __( 'Andorra', 'woocommerce' ),
|
||||
'AO' => __( 'Angola', 'woocommerce' ),
|
||||
'AI' => __( 'Anguilla', 'woocommerce' ),
|
||||
'AQ' => __( 'Antarctica', 'woocommerce' ),
|
||||
'AG' => __( 'Antigua and Barbuda', 'woocommerce' ),
|
||||
'AR' => __( 'Argentina', 'woocommerce' ),
|
||||
'AM' => __( 'Armenia', 'woocommerce' ),
|
||||
'AW' => __( 'Aruba', 'woocommerce' ),
|
||||
'AU' => __( 'Australia', 'woocommerce' ),
|
||||
'AT' => __( 'Austria', 'woocommerce' ),
|
||||
'AZ' => __( 'Azerbaijan', 'woocommerce' ),
|
||||
'BS' => __( 'Bahamas', 'woocommerce' ),
|
||||
'BH' => __( 'Bahrain', 'woocommerce' ),
|
||||
'BD' => __( 'Bangladesh', 'woocommerce' ),
|
||||
'BB' => __( 'Barbados', 'woocommerce' ),
|
||||
'BY' => __( 'Belarus', 'woocommerce' ),
|
||||
'BE' => __( 'Belgium', 'woocommerce' ),
|
||||
'PW' => __( 'Belau', 'woocommerce' ),
|
||||
'BZ' => __( 'Belize', 'woocommerce' ),
|
||||
'BJ' => __( 'Benin', 'woocommerce' ),
|
||||
'BM' => __( 'Bermuda', 'woocommerce' ),
|
||||
'BT' => __( 'Bhutan', 'woocommerce' ),
|
||||
'BO' => __( 'Bolivia', 'woocommerce' ),
|
||||
'BQ' => __( 'Bonaire, Saint Eustatius and Saba', 'woocommerce' ),
|
||||
'BA' => __( 'Bosnia and Herzegovina', 'woocommerce' ),
|
||||
'BW' => __( 'Botswana', 'woocommerce' ),
|
||||
'BV' => __( 'Bouvet Island', 'woocommerce' ),
|
||||
'BR' => __( 'Brazil', 'woocommerce' ),
|
||||
'IO' => __( 'British Indian Ocean Territory', 'woocommerce' ),
|
||||
'BN' => __( 'Brunei', 'woocommerce' ),
|
||||
'BG' => __( 'Bulgaria', 'woocommerce' ),
|
||||
'BF' => __( 'Burkina Faso', 'woocommerce' ),
|
||||
'BI' => __( 'Burundi', 'woocommerce' ),
|
||||
'KH' => __( 'Cambodia', 'woocommerce' ),
|
||||
'CM' => __( 'Cameroon', 'woocommerce' ),
|
||||
'CA' => __( 'Canada', 'woocommerce' ),
|
||||
'CV' => __( 'Cape Verde', 'woocommerce' ),
|
||||
'KY' => __( 'Cayman Islands', 'woocommerce' ),
|
||||
'CF' => __( 'Central African Republic', 'woocommerce' ),
|
||||
'TD' => __( 'Chad', 'woocommerce' ),
|
||||
'CL' => __( 'Chile', 'woocommerce' ),
|
||||
'CN' => __( 'China', 'woocommerce' ),
|
||||
'CX' => __( 'Christmas Island', 'woocommerce' ),
|
||||
'CC' => __( 'Cocos (Keeling) Islands', 'woocommerce' ),
|
||||
'CO' => __( 'Colombia', 'woocommerce' ),
|
||||
'KM' => __( 'Comoros', 'woocommerce' ),
|
||||
'CG' => __( 'Congo (Brazzaville)', 'woocommerce' ),
|
||||
'CD' => __( 'Congo (Kinshasa)', 'woocommerce' ),
|
||||
'CK' => __( 'Cook Islands', 'woocommerce' ),
|
||||
'CR' => __( 'Costa Rica', 'woocommerce' ),
|
||||
'HR' => __( 'Croatia', 'woocommerce' ),
|
||||
'CU' => __( 'Cuba', 'woocommerce' ),
|
||||
'CW' => __( 'Curaçao', 'woocommerce' ),
|
||||
'CY' => __( 'Cyprus', 'woocommerce' ),
|
||||
'CZ' => __( 'Czech Republic', 'woocommerce' ),
|
||||
'DK' => __( 'Denmark', 'woocommerce' ),
|
||||
'DJ' => __( 'Djibouti', 'woocommerce' ),
|
||||
'DM' => __( 'Dominica', 'woocommerce' ),
|
||||
'DO' => __( 'Dominican Republic', 'woocommerce' ),
|
||||
'EC' => __( 'Ecuador', 'woocommerce' ),
|
||||
'EG' => __( 'Egypt', 'woocommerce' ),
|
||||
'SV' => __( 'El Salvador', 'woocommerce' ),
|
||||
'GQ' => __( 'Equatorial Guinea', 'woocommerce' ),
|
||||
'ER' => __( 'Eritrea', 'woocommerce' ),
|
||||
'EE' => __( 'Estonia', 'woocommerce' ),
|
||||
'ET' => __( 'Ethiopia', 'woocommerce' ),
|
||||
'FK' => __( 'Falkland Islands', 'woocommerce' ),
|
||||
'FO' => __( 'Faroe Islands', 'woocommerce' ),
|
||||
'FJ' => __( 'Fiji', 'woocommerce' ),
|
||||
'FI' => __( 'Finland', 'woocommerce' ),
|
||||
'FR' => __( 'France', 'woocommerce' ),
|
||||
'GF' => __( 'French Guiana', 'woocommerce' ),
|
||||
'PF' => __( 'French Polynesia', 'woocommerce' ),
|
||||
'TF' => __( 'French Southern Territories', 'woocommerce' ),
|
||||
'GA' => __( 'Gabon', 'woocommerce' ),
|
||||
'GM' => __( 'Gambia', 'woocommerce' ),
|
||||
'GE' => __( 'Georgia', 'woocommerce' ),
|
||||
'DE' => __( 'Germany', 'woocommerce' ),
|
||||
'GH' => __( 'Ghana', 'woocommerce' ),
|
||||
'GI' => __( 'Gibraltar', 'woocommerce' ),
|
||||
'GR' => __( 'Greece', 'woocommerce' ),
|
||||
'GL' => __( 'Greenland', 'woocommerce' ),
|
||||
'GD' => __( 'Grenada', 'woocommerce' ),
|
||||
'GP' => __( 'Guadeloupe', 'woocommerce' ),
|
||||
'GU' => __( 'Guam', 'woocommerce' ),
|
||||
'GT' => __( 'Guatemala', 'woocommerce' ),
|
||||
'GG' => __( 'Guernsey', 'woocommerce' ),
|
||||
'GN' => __( 'Guinea', 'woocommerce' ),
|
||||
'GW' => __( 'Guinea-Bissau', 'woocommerce' ),
|
||||
'GY' => __( 'Guyana', 'woocommerce' ),
|
||||
'HT' => __( 'Haiti', 'woocommerce' ),
|
||||
'HM' => __( 'Heard Island and McDonald Islands', 'woocommerce' ),
|
||||
'HN' => __( 'Honduras', 'woocommerce' ),
|
||||
'HK' => __( 'Hong Kong', 'woocommerce' ),
|
||||
'HU' => __( 'Hungary', 'woocommerce' ),
|
||||
'IS' => __( 'Iceland', 'woocommerce' ),
|
||||
'IN' => __( 'India', 'woocommerce' ),
|
||||
'ID' => __( 'Indonesia', 'woocommerce' ),
|
||||
'IR' => __( 'Iran', 'woocommerce' ),
|
||||
'IQ' => __( 'Iraq', 'woocommerce' ),
|
||||
'IE' => __( 'Ireland', 'woocommerce' ),
|
||||
'IM' => __( 'Isle of Man', 'woocommerce' ),
|
||||
'IL' => __( 'Israel', 'woocommerce' ),
|
||||
'IT' => __( 'Italy', 'woocommerce' ),
|
||||
'CI' => __( 'Ivory Coast', 'woocommerce' ),
|
||||
'JM' => __( 'Jamaica', 'woocommerce' ),
|
||||
'JP' => __( 'Japan', 'woocommerce' ),
|
||||
'JE' => __( 'Jersey', 'woocommerce' ),
|
||||
'JO' => __( 'Jordan', 'woocommerce' ),
|
||||
'KZ' => __( 'Kazakhstan', 'woocommerce' ),
|
||||
'KE' => __( 'Kenya', 'woocommerce' ),
|
||||
'KI' => __( 'Kiribati', 'woocommerce' ),
|
||||
'KW' => __( 'Kuwait', 'woocommerce' ),
|
||||
'KG' => __( 'Kyrgyzstan', 'woocommerce' ),
|
||||
'LA' => __( 'Laos', 'woocommerce' ),
|
||||
'LV' => __( 'Latvia', 'woocommerce' ),
|
||||
'LB' => __( 'Lebanon', 'woocommerce' ),
|
||||
'LS' => __( 'Lesotho', 'woocommerce' ),
|
||||
'LR' => __( 'Liberia', 'woocommerce' ),
|
||||
'LY' => __( 'Libya', 'woocommerce' ),
|
||||
'LI' => __( 'Liechtenstein', 'woocommerce' ),
|
||||
'LT' => __( 'Lithuania', 'woocommerce' ),
|
||||
'LU' => __( 'Luxembourg', 'woocommerce' ),
|
||||
'MO' => __( 'Macao', 'woocommerce' ),
|
||||
'MK' => __( 'North Macedonia', 'woocommerce' ),
|
||||
'MG' => __( 'Madagascar', 'woocommerce' ),
|
||||
'MW' => __( 'Malawi', 'woocommerce' ),
|
||||
'MY' => __( 'Malaysia', 'woocommerce' ),
|
||||
'MV' => __( 'Maldives', 'woocommerce' ),
|
||||
'ML' => __( 'Mali', 'woocommerce' ),
|
||||
'MT' => __( 'Malta', 'woocommerce' ),
|
||||
'MH' => __( 'Marshall Islands', 'woocommerce' ),
|
||||
'MQ' => __( 'Martinique', 'woocommerce' ),
|
||||
'MR' => __( 'Mauritania', 'woocommerce' ),
|
||||
'MU' => __( 'Mauritius', 'woocommerce' ),
|
||||
'YT' => __( 'Mayotte', 'woocommerce' ),
|
||||
'MX' => __( 'Mexico', 'woocommerce' ),
|
||||
'FM' => __( 'Micronesia', 'woocommerce' ),
|
||||
'MD' => __( 'Moldova', 'woocommerce' ),
|
||||
'MC' => __( 'Monaco', 'woocommerce' ),
|
||||
'MN' => __( 'Mongolia', 'woocommerce' ),
|
||||
'ME' => __( 'Montenegro', 'woocommerce' ),
|
||||
'MS' => __( 'Montserrat', 'woocommerce' ),
|
||||
'MA' => __( 'Morocco', 'woocommerce' ),
|
||||
'MZ' => __( 'Mozambique', 'woocommerce' ),
|
||||
'MM' => __( 'Myanmar', 'woocommerce' ),
|
||||
'NA' => __( 'Namibia', 'woocommerce' ),
|
||||
'NR' => __( 'Nauru', 'woocommerce' ),
|
||||
'NP' => __( 'Nepal', 'woocommerce' ),
|
||||
'NL' => __( 'Netherlands', 'woocommerce' ),
|
||||
'NC' => __( 'New Caledonia', 'woocommerce' ),
|
||||
'NZ' => __( 'New Zealand', 'woocommerce' ),
|
||||
'NI' => __( 'Nicaragua', 'woocommerce' ),
|
||||
'NE' => __( 'Niger', 'woocommerce' ),
|
||||
'NG' => __( 'Nigeria', 'woocommerce' ),
|
||||
'NU' => __( 'Niue', 'woocommerce' ),
|
||||
'NF' => __( 'Norfolk Island', 'woocommerce' ),
|
||||
'MP' => __( 'Northern Mariana Islands', 'woocommerce' ),
|
||||
'KP' => __( 'North Korea', 'woocommerce' ),
|
||||
'NO' => __( 'Norway', 'woocommerce' ),
|
||||
'OM' => __( 'Oman', 'woocommerce' ),
|
||||
'PK' => __( 'Pakistan', 'woocommerce' ),
|
||||
'PS' => __( 'Palestinian Territory', 'woocommerce' ),
|
||||
'PA' => __( 'Panama', 'woocommerce' ),
|
||||
'PG' => __( 'Papua New Guinea', 'woocommerce' ),
|
||||
'PY' => __( 'Paraguay', 'woocommerce' ),
|
||||
'PE' => __( 'Peru', 'woocommerce' ),
|
||||
'PH' => __( 'Philippines', 'woocommerce' ),
|
||||
'PN' => __( 'Pitcairn', 'woocommerce' ),
|
||||
'PL' => __( 'Poland', 'woocommerce' ),
|
||||
'PT' => __( 'Portugal', 'woocommerce' ),
|
||||
'PR' => __( 'Puerto Rico', 'woocommerce' ),
|
||||
'QA' => __( 'Qatar', 'woocommerce' ),
|
||||
'RE' => __( 'Reunion', 'woocommerce' ),
|
||||
'RO' => __( 'Romania', 'woocommerce' ),
|
||||
'RU' => __( 'Russia', 'woocommerce' ),
|
||||
'RW' => __( 'Rwanda', 'woocommerce' ),
|
||||
'BL' => __( 'Saint Barthélemy', 'woocommerce' ),
|
||||
'SH' => __( 'Saint Helena', 'woocommerce' ),
|
||||
'KN' => __( 'Saint Kitts and Nevis', 'woocommerce' ),
|
||||
'LC' => __( 'Saint Lucia', 'woocommerce' ),
|
||||
'MF' => __( 'Saint Martin (French part)', 'woocommerce' ),
|
||||
'SX' => __( 'Saint Martin (Dutch part)', 'woocommerce' ),
|
||||
'PM' => __( 'Saint Pierre and Miquelon', 'woocommerce' ),
|
||||
'VC' => __( 'Saint Vincent and the Grenadines', 'woocommerce' ),
|
||||
'SM' => __( 'San Marino', 'woocommerce' ),
|
||||
'ST' => __( 'São Tomé and Príncipe', 'woocommerce' ),
|
||||
'SA' => __( 'Saudi Arabia', 'woocommerce' ),
|
||||
'SN' => __( 'Senegal', 'woocommerce' ),
|
||||
'RS' => __( 'Serbia', 'woocommerce' ),
|
||||
'SC' => __( 'Seychelles', 'woocommerce' ),
|
||||
'SL' => __( 'Sierra Leone', 'woocommerce' ),
|
||||
'SG' => __( 'Singapore', 'woocommerce' ),
|
||||
'SK' => __( 'Slovakia', 'woocommerce' ),
|
||||
'SI' => __( 'Slovenia', 'woocommerce' ),
|
||||
'SB' => __( 'Solomon Islands', 'woocommerce' ),
|
||||
'SO' => __( 'Somalia', 'woocommerce' ),
|
||||
'ZA' => __( 'South Africa', 'woocommerce' ),
|
||||
'GS' => __( 'South Georgia/Sandwich Islands', 'woocommerce' ),
|
||||
'KR' => __( 'South Korea', 'woocommerce' ),
|
||||
'SS' => __( 'South Sudan', 'woocommerce' ),
|
||||
'ES' => __( 'Spain', 'woocommerce' ),
|
||||
'LK' => __( 'Sri Lanka', 'woocommerce' ),
|
||||
'SD' => __( 'Sudan', 'woocommerce' ),
|
||||
'SR' => __( 'Suriname', 'woocommerce' ),
|
||||
'SJ' => __( 'Svalbard and Jan Mayen', 'woocommerce' ),
|
||||
'SZ' => __( 'Swaziland', 'woocommerce' ),
|
||||
'SE' => __( 'Sweden', 'woocommerce' ),
|
||||
'CH' => __( 'Switzerland', 'woocommerce' ),
|
||||
'SY' => __( 'Syria', 'woocommerce' ),
|
||||
'TW' => __( 'Taiwan', 'woocommerce' ),
|
||||
'TJ' => __( 'Tajikistan', 'woocommerce' ),
|
||||
'TZ' => __( 'Tanzania', 'woocommerce' ),
|
||||
'TH' => __( 'Thailand', 'woocommerce' ),
|
||||
'TL' => __( 'Timor-Leste', 'woocommerce' ),
|
||||
'TG' => __( 'Togo', 'woocommerce' ),
|
||||
'TK' => __( 'Tokelau', 'woocommerce' ),
|
||||
'TO' => __( 'Tonga', 'woocommerce' ),
|
||||
'TT' => __( 'Trinidad and Tobago', 'woocommerce' ),
|
||||
'TN' => __( 'Tunisia', 'woocommerce' ),
|
||||
'TR' => __( 'Turkey', 'woocommerce' ),
|
||||
'TM' => __( 'Turkmenistan', 'woocommerce' ),
|
||||
'TC' => __( 'Turks and Caicos Islands', 'woocommerce' ),
|
||||
'TV' => __( 'Tuvalu', 'woocommerce' ),
|
||||
'UG' => __( 'Uganda', 'woocommerce' ),
|
||||
'UA' => __( 'Ukraine', 'woocommerce' ),
|
||||
'AE' => __( 'United Arab Emirates', 'woocommerce' ),
|
||||
'GB' => __( 'United Kingdom (UK)', 'woocommerce' ),
|
||||
'US' => __( 'United States (US)', 'woocommerce' ),
|
||||
'UM' => __( 'United States (US) Minor Outlying Islands', 'woocommerce' ),
|
||||
'UY' => __( 'Uruguay', 'woocommerce' ),
|
||||
'UZ' => __( 'Uzbekistan', 'woocommerce' ),
|
||||
'VU' => __( 'Vanuatu', 'woocommerce' ),
|
||||
'VA' => __( 'Vatican', 'woocommerce' ),
|
||||
'VE' => __( 'Venezuela', 'woocommerce' ),
|
||||
'VN' => __( 'Vietnam', 'woocommerce' ),
|
||||
'VG' => __( 'Virgin Islands (British)', 'woocommerce' ),
|
||||
'VI' => __( 'Virgin Islands (US)', 'woocommerce' ),
|
||||
'WF' => __( 'Wallis and Futuna', 'woocommerce' ),
|
||||
'EH' => __( 'Western Sahara', 'woocommerce' ),
|
||||
'WS' => __( 'Samoa', 'woocommerce' ),
|
||||
'YE' => __( 'Yemen', 'woocommerce' ),
|
||||
'ZM' => __( 'Zambia', 'woocommerce' ),
|
||||
'ZW' => __( 'Zimbabwe', 'woocommerce' ),
|
||||
);
|
||||
28930
wp-content/plugins/woocommerce/i18n/languages/woocommerce.pot
Normal file
28930
wp-content/plugins/woocommerce/i18n/languages/woocommerce.pot
Normal file
File diff suppressed because it is too large
Load Diff
247
wp-content/plugins/woocommerce/i18n/locale-info.php
Normal file
247
wp-content/plugins/woocommerce/i18n/locale-info.php
Normal file
@@ -0,0 +1,247 @@
|
||||
<?php
|
||||
/**
|
||||
* Locales information
|
||||
*
|
||||
* @package WooCommerce/i18n
|
||||
* @version 3.5.0
|
||||
*/
|
||||
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
||||
return array(
|
||||
'AU' => array(
|
||||
'currency_code' => 'AUD',
|
||||
'currency_pos' => 'left',
|
||||
'thousand_sep' => ',',
|
||||
'decimal_sep' => '.',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'BD' => array(
|
||||
'currency_code' => 'BDT',
|
||||
'currency_pos' => 'left',
|
||||
'thousand_sep' => ',',
|
||||
'decimal_sep' => '.',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'in',
|
||||
),
|
||||
'BE' => array(
|
||||
'currency_code' => 'EUR',
|
||||
'currency_pos' => 'left',
|
||||
'thousand_sep' => ' ',
|
||||
'decimal_sep' => ',',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'BR' => array(
|
||||
'currency_code' => 'BRL',
|
||||
'currency_pos' => 'left',
|
||||
'thousand_sep' => '.',
|
||||
'decimal_sep' => ',',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'CA' => array(
|
||||
'currency_code' => 'CAD',
|
||||
'currency_pos' => 'left',
|
||||
'thousand_sep' => ',',
|
||||
'decimal_sep' => '.',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'DE' => array(
|
||||
'currency_code' => 'EUR',
|
||||
'currency_pos' => 'left',
|
||||
'thousand_sep' => '.',
|
||||
'decimal_sep' => ',',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'DK' => array(
|
||||
'currency_code' => 'DKK',
|
||||
'currency_pos' => 'left_space',
|
||||
'thousand_sep' => '.',
|
||||
'decimal_sep' => ',',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'ES' => array(
|
||||
'currency_code' => 'EUR',
|
||||
'currency_pos' => 'right',
|
||||
'thousand_sep' => '.',
|
||||
'decimal_sep' => ',',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'FI' => array(
|
||||
'currency_code' => 'EUR',
|
||||
'currency_pos' => 'right_space',
|
||||
'thousand_sep' => ' ',
|
||||
'decimal_sep' => ',',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'FR' => array(
|
||||
'currency_code' => 'EUR',
|
||||
'currency_pos' => 'right',
|
||||
'thousand_sep' => ' ',
|
||||
'decimal_sep' => ',',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'GB' => array(
|
||||
'currency_code' => 'GBP',
|
||||
'currency_pos' => 'left',
|
||||
'thousand_sep' => ',',
|
||||
'decimal_sep' => '.',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'HU' => array(
|
||||
'currency_code' => 'HUF',
|
||||
'currency_pos' => 'right_space',
|
||||
'thousand_sep' => ' ',
|
||||
'decimal_sep' => ',',
|
||||
'num_decimals' => 0,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'IT' => array(
|
||||
'currency_code' => 'EUR',
|
||||
'currency_pos' => 'right',
|
||||
'thousand_sep' => '.',
|
||||
'decimal_sep' => ',',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'JP' => array(
|
||||
'currency_code' => 'JPY',
|
||||
'currency_pos' => 'left',
|
||||
'thousand_sep' => ',',
|
||||
'decimal_sep' => '.',
|
||||
'num_decimals' => 0,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'MD' => array(
|
||||
'currency_code' => 'MDL',
|
||||
'currency_pos' => 'right_space',
|
||||
'thousand_sep' => '.',
|
||||
'decimal_sep' => ',',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'NL' => array(
|
||||
'currency_code' => 'EUR',
|
||||
'currency_pos' => 'left',
|
||||
'thousand_sep' => ',',
|
||||
'decimal_sep' => '.',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'NO' => array(
|
||||
'currency_code' => 'Kr',
|
||||
'currency_pos' => 'left_space',
|
||||
'thousand_sep' => '.',
|
||||
'decimal_sep' => ',',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'NP' => array(
|
||||
'currency_code' => 'NPR',
|
||||
'currency_pos' => 'left_space',
|
||||
'thousand_sep' => ',',
|
||||
'decimal_sep' => '.',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'PL' => array(
|
||||
'currency_code' => 'PLN',
|
||||
'currency_pos' => 'right_space',
|
||||
'thousand_sep' => ' ',
|
||||
'decimal_sep' => ',',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'PY' => array(
|
||||
'currency_code' => 'PYG',
|
||||
'currency_pos' => 'left',
|
||||
'thousand_sep' => '.',
|
||||
'decimal_sep' => ',',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'RO' => array(
|
||||
'currency_code' => 'RON',
|
||||
'currency_pos' => 'right_space',
|
||||
'thousand_sep' => '.',
|
||||
'decimal_sep' => ',',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'RS' => array(
|
||||
'currency_code' => 'RSD',
|
||||
'currency_pos' => 'right_space',
|
||||
'thousand_sep' => '.',
|
||||
'decimal_sep' => ',',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
'tax_rates' => array(),
|
||||
),
|
||||
'TH' => array(
|
||||
'currency_code' => 'THB',
|
||||
'currency_pos' => 'left',
|
||||
'thousand_sep' => ',',
|
||||
'decimal_sep' => '.',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'TR' => array(
|
||||
'currency_code' => 'TRY',
|
||||
'currency_pos' => 'left_space',
|
||||
'thousand_sep' => '.',
|
||||
'decimal_sep' => ',',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
'US' => array(
|
||||
'currency_code' => 'USD',
|
||||
'currency_pos' => 'left',
|
||||
'thousand_sep' => ',',
|
||||
'decimal_sep' => '.',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'oz',
|
||||
'dimension_unit' => 'in',
|
||||
),
|
||||
'ZA' => array(
|
||||
'currency_code' => 'ZAR',
|
||||
'currency_pos' => 'left',
|
||||
'thousand_sep' => ',',
|
||||
'decimal_sep' => '.',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
),
|
||||
);
|
||||
270
wp-content/plugins/woocommerce/i18n/phone.php
Normal file
270
wp-content/plugins/woocommerce/i18n/phone.php
Normal file
@@ -0,0 +1,270 @@
|
||||
<?php
|
||||
/**
|
||||
* Calling codes.
|
||||
*
|
||||
* Returns an array of calling codes.
|
||||
*
|
||||
* @package WooCommerce/i18n
|
||||
*/
|
||||
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
||||
return array(
|
||||
'BD' => '+880',
|
||||
'BE' => '+32',
|
||||
'BF' => '+226',
|
||||
'BG' => '+359',
|
||||
'BA' => '+387',
|
||||
'BB' => '+1246',
|
||||
'WF' => '+681',
|
||||
'BL' => '+590',
|
||||
'BM' => '+1441',
|
||||
'BN' => '+673',
|
||||
'BO' => '+591',
|
||||
'BH' => '+973',
|
||||
'BI' => '+257',
|
||||
'BJ' => '+229',
|
||||
'BT' => '+975',
|
||||
'JM' => '+1876',
|
||||
'BV' => '',
|
||||
'BW' => '+267',
|
||||
'WS' => '+685',
|
||||
'BQ' => '+599',
|
||||
'BR' => '+55',
|
||||
'BS' => '+1242',
|
||||
'JE' => '+441534',
|
||||
'BY' => '+375',
|
||||
'BZ' => '+501',
|
||||
'RU' => '+7',
|
||||
'RW' => '+250',
|
||||
'RS' => '+381',
|
||||
'TL' => '+670',
|
||||
'RE' => '+262',
|
||||
'TM' => '+993',
|
||||
'TJ' => '+992',
|
||||
'RO' => '+40',
|
||||
'TK' => '+690',
|
||||
'GW' => '+245',
|
||||
'GU' => '+1671',
|
||||
'GT' => '+502',
|
||||
'GS' => '',
|
||||
'GR' => '+30',
|
||||
'GQ' => '+240',
|
||||
'GP' => '+590',
|
||||
'JP' => '+81',
|
||||
'GY' => '+592',
|
||||
'GG' => '+441481',
|
||||
'GF' => '+594',
|
||||
'GE' => '+995',
|
||||
'GD' => '+1473',
|
||||
'GB' => '+44',
|
||||
'GA' => '+241',
|
||||
'SV' => '+503',
|
||||
'GN' => '+224',
|
||||
'GM' => '+220',
|
||||
'GL' => '+299',
|
||||
'GI' => '+350',
|
||||
'GH' => '+233',
|
||||
'OM' => '+968',
|
||||
'TN' => '+216',
|
||||
'JO' => '+962',
|
||||
'HR' => '+385',
|
||||
'HT' => '+509',
|
||||
'HU' => '+36',
|
||||
'HK' => '+852',
|
||||
'HN' => '+504',
|
||||
'HM' => '',
|
||||
'VE' => '+58',
|
||||
'PR' => array(
|
||||
'+1787',
|
||||
'+1939',
|
||||
),
|
||||
'PS' => '+970',
|
||||
'PW' => '+680',
|
||||
'PT' => '+351',
|
||||
'SJ' => '+47',
|
||||
'PY' => '+595',
|
||||
'IQ' => '+964',
|
||||
'PA' => '+507',
|
||||
'PF' => '+689',
|
||||
'PG' => '+675',
|
||||
'PE' => '+51',
|
||||
'PK' => '+92',
|
||||
'PH' => '+63',
|
||||
'PN' => '+870',
|
||||
'PL' => '+48',
|
||||
'PM' => '+508',
|
||||
'ZM' => '+260',
|
||||
'EH' => '+212',
|
||||
'EE' => '+372',
|
||||
'EG' => '+20',
|
||||
'ZA' => '+27',
|
||||
'EC' => '+593',
|
||||
'IT' => '+39',
|
||||
'VN' => '+84',
|
||||
'SB' => '+677',
|
||||
'ET' => '+251',
|
||||
'SO' => '+252',
|
||||
'ZW' => '+263',
|
||||
'SA' => '+966',
|
||||
'ES' => '+34',
|
||||
'ER' => '+291',
|
||||
'ME' => '+382',
|
||||
'MD' => '+373',
|
||||
'MG' => '+261',
|
||||
'MF' => '+590',
|
||||
'MA' => '+212',
|
||||
'MC' => '+377',
|
||||
'UZ' => '+998',
|
||||
'MM' => '+95',
|
||||
'ML' => '+223',
|
||||
'MO' => '+853',
|
||||
'MN' => '+976',
|
||||
'MH' => '+692',
|
||||
'MK' => '+389',
|
||||
'MU' => '+230',
|
||||
'MT' => '+356',
|
||||
'MW' => '+265',
|
||||
'MV' => '+960',
|
||||
'MQ' => '+596',
|
||||
'MP' => '+1670',
|
||||
'MS' => '+1664',
|
||||
'MR' => '+222',
|
||||
'IM' => '+441624',
|
||||
'UG' => '+256',
|
||||
'TZ' => '+255',
|
||||
'MY' => '+60',
|
||||
'MX' => '+52',
|
||||
'IL' => '+972',
|
||||
'FR' => '+33',
|
||||
'IO' => '+246',
|
||||
'SH' => '+290',
|
||||
'FI' => '+358',
|
||||
'FJ' => '+679',
|
||||
'FK' => '+500',
|
||||
'FM' => '+691',
|
||||
'FO' => '+298',
|
||||
'NI' => '+505',
|
||||
'NL' => '+31',
|
||||
'NO' => '+47',
|
||||
'NA' => '+264',
|
||||
'VU' => '+678',
|
||||
'NC' => '+687',
|
||||
'NE' => '+227',
|
||||
'NF' => '+672',
|
||||
'NG' => '+234',
|
||||
'NZ' => '+64',
|
||||
'NP' => '+977',
|
||||
'NR' => '+674',
|
||||
'NU' => '+683',
|
||||
'CK' => '+682',
|
||||
'XK' => '',
|
||||
'CI' => '+225',
|
||||
'CH' => '+41',
|
||||
'CO' => '+57',
|
||||
'CN' => '+86',
|
||||
'CM' => '+237',
|
||||
'CL' => '+56',
|
||||
'CC' => '+61',
|
||||
'CA' => '+1',
|
||||
'CG' => '+242',
|
||||
'CF' => '+236',
|
||||
'CD' => '+243',
|
||||
'CZ' => '+420',
|
||||
'CY' => '+357',
|
||||
'CX' => '+61',
|
||||
'CR' => '+506',
|
||||
'CW' => '+599',
|
||||
'CV' => '+238',
|
||||
'CU' => '+53',
|
||||
'SZ' => '+268',
|
||||
'SY' => '+963',
|
||||
'SX' => '+599',
|
||||
'KG' => '+996',
|
||||
'KE' => '+254',
|
||||
'SS' => '+211',
|
||||
'SR' => '+597',
|
||||
'KI' => '+686',
|
||||
'KH' => '+855',
|
||||
'KN' => '+1869',
|
||||
'KM' => '+269',
|
||||
'ST' => '+239',
|
||||
'SK' => '+421',
|
||||
'KR' => '+82',
|
||||
'SI' => '+386',
|
||||
'KP' => '+850',
|
||||
'KW' => '+965',
|
||||
'SN' => '+221',
|
||||
'SM' => '+378',
|
||||
'SL' => '+232',
|
||||
'SC' => '+248',
|
||||
'KZ' => '+7',
|
||||
'KY' => '+1345',
|
||||
'SG' => '+65',
|
||||
'SE' => '+46',
|
||||
'SD' => '+249',
|
||||
'DO' => array(
|
||||
'+1809',
|
||||
'+1829',
|
||||
'+1849',
|
||||
),
|
||||
'DM' => '+1767',
|
||||
'DJ' => '+253',
|
||||
'DK' => '+45',
|
||||
'VG' => '+1284',
|
||||
'DE' => '+49',
|
||||
'YE' => '+967',
|
||||
'DZ' => '+213',
|
||||
'US' => '+1',
|
||||
'UY' => '+598',
|
||||
'YT' => '+262',
|
||||
'UM' => '+1',
|
||||
'LB' => '+961',
|
||||
'LC' => '+1758',
|
||||
'LA' => '+856',
|
||||
'TV' => '+688',
|
||||
'TW' => '+886',
|
||||
'TT' => '+1868',
|
||||
'TR' => '+90',
|
||||
'LK' => '+94',
|
||||
'LI' => '+423',
|
||||
'LV' => '+371',
|
||||
'TO' => '+676',
|
||||
'LT' => '+370',
|
||||
'LU' => '+352',
|
||||
'LR' => '+231',
|
||||
'LS' => '+266',
|
||||
'TH' => '+66',
|
||||
'TF' => '',
|
||||
'TG' => '+228',
|
||||
'TD' => '+235',
|
||||
'TC' => '+1649',
|
||||
'LY' => '+218',
|
||||
'VA' => '+379',
|
||||
'VC' => '+1784',
|
||||
'AE' => '+971',
|
||||
'AD' => '+376',
|
||||
'AG' => '+1268',
|
||||
'AF' => '+93',
|
||||
'AI' => '+1264',
|
||||
'VI' => '+1340',
|
||||
'IS' => '+354',
|
||||
'IR' => '+98',
|
||||
'AM' => '+374',
|
||||
'AL' => '+355',
|
||||
'AO' => '+244',
|
||||
'AQ' => '',
|
||||
'AS' => '+1684',
|
||||
'AR' => '+54',
|
||||
'AU' => '+61',
|
||||
'AT' => '+43',
|
||||
'AW' => '+297',
|
||||
'IN' => '+91',
|
||||
'AX' => '+35818',
|
||||
'AZ' => '+994',
|
||||
'IE' => '+353',
|
||||
'ID' => '+62',
|
||||
'UA' => '+380',
|
||||
'QA' => '+974',
|
||||
'MZ' => '+258',
|
||||
);
|
||||
1521
wp-content/plugins/woocommerce/i18n/states.php
Normal file
1521
wp-content/plugins/woocommerce/i18n/states.php
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user