Combine translation files into one per language

This commit is contained in:
Brian Miyaji
2014-03-02 15:05:24 +11:00
parent b722da15b1
commit 3331defc3c
38 changed files with 6803 additions and 12319 deletions

View File

@@ -3,12 +3,12 @@ function sportspress_define_continents_global() {
global $sportspress_continents; global $sportspress_continents;
$sportspress_continents = array( $sportspress_continents = array(
__( 'Africa', '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','MZ','NA','NE','NG','RW','SC','SD','SL','SN','SO','ST','SZ','TD','TG','TN','TZ','UG','ZA','ZM','ZW'), __( 'Africa', 'sportspress' ) => 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','MZ','NA','NE','NG','RW','SC','SD','SL','SN','SO','ST','SZ','TD','TG','TN','TZ','UG','ZA','ZM','ZW'),
__( 'Asia', 'countries' ) => array('AE','AF','AM','AZ','BD','BH','BN','BT','CN','CY','GE','HK','IL','IN','IQ','IR','JO','JP','KG','KH','KP','KR','KW','KZ','LA','LB','LK','MM','MN','MO','MV','MY','NP','OM','PH','PK','QA','SA','SG','TH','TJ','TM','TW','UZ','VN','YE'), __( 'Asia', 'sportspress' ) => array('AE','AF','AM','AZ','BD','BH','BN','BT','CN','CY','GE','HK','IL','IN','IQ','IR','JO','JP','KG','KH','KP','KR','KW','KZ','LA','LB','LK','MM','MN','MO','MV','MY','NP','OM','PH','PK','QA','SA','SG','TH','TJ','TM','TW','UZ','VN','YE'),
__( 'Europe', 'countries' ) => array('AD','AL','AT','BA','BE','BG','BY','CH','CZ','DE','DK','EE','EN','ES','FI','FR','GB','GR','HR','HU','IE','IS','IT','LI','LT','LU','LV','MC','MD','ME','MK','MT','MW','NB','NL','NO','PL','PT','RO','RS','RU','SE','SF','SI','SK','SM','TR','UA','VA','WA'), __( 'Europe', 'sportspress' ) => array('AD','AL','AT','BA','BE','BG','BY','CH','CZ','DE','DK','EE','EN','ES','FI','FR','GB','GR','HR','HU','IE','IS','IT','LI','LT','LU','LV','MC','MD','ME','MK','MT','MW','NB','NL','NO','PL','PT','RO','RS','RU','SE','SF','SI','SK','SM','TR','UA','VA','WA'),
__( 'North America', 'countries' ) => array('AG','BB','BS','BZ','CA','CR','CU','DM','DO','GD','GT','HN','HT','JM','KN','LC','MX','NI','PA','SV','US','VC'), __( 'North America', 'sportspress' ) => array('AG','BB','BS','BZ','CA','CR','CU','DM','DO','GD','GT','HN','HT','JM','KN','LC','MX','NI','PA','SV','US','VC'),
__( 'Oceania', 'countries' ) => array('AU','TL','FJ','FM','ID','KI','MH','NR','NZ','PG','PW','SB','TO','TV','VU','WS'), __( 'Oceania', 'sportspress' ) => array('AU','TL','FJ','FM','ID','KI','MH','NR','NZ','PG','PW','SB','TO','TV','VU','WS'),
__( 'South America', 'countries' ) => array('AR','BO','BR','CL','CO','EC','GY','PE','PY','SR','TT','UY','VE'), __( 'South America', 'sportspress' ) => array('AR','BO','BR','CL','CO','EC','GY','PE','PY','SR','TT','UY','VE'),
); );
} }
add_action( 'init', 'sportspress_define_continents_global' ); add_action( 'init', 'sportspress_define_continents_global' );

View File

@@ -3,206 +3,206 @@ function sportspress_define_countries_global() {
global $sportspress_countries; global $sportspress_countries;
$sportspress_countries = array( $sportspress_countries = array(
'AD' => __( "Andorra", 'countries' ), 'AD' => __( "Andorra", 'sportspress' ),
'AE' => __( "United Arab Emirates", 'countries' ), 'AE' => __( "United Arab Emirates", 'sportspress' ),
'AF' => __( "Afghanistan", 'countries' ), 'AF' => __( "Afghanistan", 'sportspress' ),
'AG' => __( "Antigua and Barbuda", 'countries' ), 'AG' => __( "Antigua and Barbuda", 'sportspress' ),
'AL' => __( "Albania", 'countries' ), 'AL' => __( "Albania", 'sportspress' ),
'AM' => __( "Armenia", 'countries' ), 'AM' => __( "Armenia", 'sportspress' ),
'AO' => __( "Angola", 'countries' ), 'AO' => __( "Angola", 'sportspress' ),
'AR' => __( "Argentina", 'countries' ), 'AR' => __( "Argentina", 'sportspress' ),
'AT' => __( "Austria", 'countries' ), 'AT' => __( "Austria", 'sportspress' ),
'AU' => __( "Australia", 'countries' ), 'AU' => __( "Australia", 'sportspress' ),
'AZ' => __( "Azerbaijan", 'countries' ), 'AZ' => __( "Azerbaijan", 'sportspress' ),
'BA' => __( "Bosnia and Herzegovina", 'countries' ), 'BA' => __( "Bosnia and Herzegovina", 'sportspress' ),
'BB' => __( "Barbados", 'countries' ), 'BB' => __( "Barbados", 'sportspress' ),
'BD' => __( "Bangladesh", 'countries' ), 'BD' => __( "Bangladesh", 'sportspress' ),
'BE' => __( "Belgium", 'countries' ), 'BE' => __( "Belgium", 'sportspress' ),
'BF' => __( "Burkina Faso", 'countries' ), 'BF' => __( "Burkina Faso", 'sportspress' ),
'BG' => __( "Bulgaria", 'countries' ), 'BG' => __( "Bulgaria", 'sportspress' ),
'BH' => __( "Bahrain", 'countries' ), 'BH' => __( "Bahrain", 'sportspress' ),
'BI' => __( "Burundi", 'countries' ), 'BI' => __( "Burundi", 'sportspress' ),
'BJ' => __( "Benin", 'countries' ), 'BJ' => __( "Benin", 'sportspress' ),
'BN' => __( "Brunei", 'countries' ), 'BN' => __( "Brunei", 'sportspress' ),
'BO' => __( "Bolivia", 'countries' ), 'BO' => __( "Bolivia", 'sportspress' ),
'BR' => __( "Brazil", 'countries' ), 'BR' => __( "Brazil", 'sportspress' ),
'BS' => __( "Bahamas", 'countries' ), 'BS' => __( "Bahamas", 'sportspress' ),
'BT' => __( "Bhutan", 'countries' ), 'BT' => __( "Bhutan", 'sportspress' ),
'BW' => __( "Botswana", 'countries' ), 'BW' => __( "Botswana", 'sportspress' ),
'BY' => __( "Belarus", 'countries' ), 'BY' => __( "Belarus", 'sportspress' ),
'BZ' => __( "Belize", 'countries' ), 'BZ' => __( "Belize", 'sportspress' ),
'CA' => __( "Canada", 'countries' ), 'CA' => __( "Canada", 'sportspress' ),
'CD' => __( "Democratic Republic of the Congo", 'countries' ), 'CD' => __( "Democratic Republic of the Congo", 'sportspress' ),
'CF' => __( "Central African Republic", 'countries' ), 'CF' => __( "Central African Republic", 'sportspress' ),
'CG' => __( "Republic of the Congo", 'countries' ), 'CG' => __( "Republic of the Congo", 'sportspress' ),
'CH' => __( "Switzerland", 'countries' ), 'CH' => __( "Switzerland", 'sportspress' ),
'CI' => __( "Cote d'Ivoire", 'countries' ), 'CI' => __( "Cote d'Ivoire", 'sportspress' ),
'CL' => __( "Chile", 'countries' ), 'CL' => __( "Chile", 'sportspress' ),
'CM' => __( "Cameroon", 'countries' ), 'CM' => __( "Cameroon", 'sportspress' ),
'CN' => __( "China", 'countries' ), 'CN' => __( "China", 'sportspress' ),
'CO' => __( "Colombia", 'countries' ), 'CO' => __( "Colombia", 'sportspress' ),
'CR' => __( "Costa Rica", 'countries' ), 'CR' => __( "Costa Rica", 'sportspress' ),
'CU' => __( "Cuba", 'countries' ), 'CU' => __( "Cuba", 'sportspress' ),
'CV' => __( "Cape Verde", 'countries' ), 'CV' => __( "Cape Verde", 'sportspress' ),
'CY' => __( "Cyprus", 'countries' ), 'CY' => __( "Cyprus", 'sportspress' ),
'CZ' => __( "Czech Republic", 'countries' ), 'CZ' => __( "Czech Republic", 'sportspress' ),
'DE' => __( "Germany", 'countries' ), 'DE' => __( "Germany", 'sportspress' ),
'DJ' => __( "Djibouti", 'countries' ), 'DJ' => __( "Djibouti", 'sportspress' ),
'DK' => __( "Denmark", 'countries' ), 'DK' => __( "Denmark", 'sportspress' ),
'DM' => __( "Dominica", 'countries' ), 'DM' => __( "Dominica", 'sportspress' ),
'DO' => __( "Dominican Republic", 'countries' ), 'DO' => __( "Dominican Republic", 'sportspress' ),
'DZ' => __( "Algeria", 'countries' ), 'DZ' => __( "Algeria", 'sportspress' ),
'EC' => __( "Ecuador", 'countries' ), 'EC' => __( "Ecuador", 'sportspress' ),
'EE' => __( "Estonia", 'countries' ), 'EE' => __( "Estonia", 'sportspress' ),
'EG' => __( "Egypt", 'countries' ), 'EG' => __( "Egypt", 'sportspress' ),
'EH' => __( "Western Sahara", 'countries' ), 'EH' => __( "Western Sahara", 'sportspress' ),
'EN' => __( "England", 'countries' ), 'EN' => __( "England", 'sportspress' ),
'ER' => __( "Eritrea", 'countries' ), 'ER' => __( "Eritrea", 'sportspress' ),
'ES' => __( "Spain", 'countries' ), 'ES' => __( "Spain", 'sportspress' ),
'ET' => __( "Ethiopia", 'countries' ), 'ET' => __( "Ethiopia", 'sportspress' ),
'FI' => __( "Finland", 'countries' ), 'FI' => __( "Finland", 'sportspress' ),
'FJ' => __( "Fiji", 'countries' ), 'FJ' => __( "Fiji", 'sportspress' ),
'FM' => __( "Micronesia", 'countries' ), 'FM' => __( "Micronesia", 'sportspress' ),
'FR' => __( "France", 'countries' ), 'FR' => __( "France", 'sportspress' ),
'GA' => __( "Gabon", 'countries' ), 'GA' => __( "Gabon", 'sportspress' ),
'GB' => __( "United Kingdom", 'countries' ), 'GB' => __( "United Kingdom", 'sportspress' ),
'GD' => __( "Grenada", 'countries' ), 'GD' => __( "Grenada", 'sportspress' ),
'GE' => __( "Georgia", 'countries' ), 'GE' => __( "Georgia", 'sportspress' ),
'GH' => __( "Ghana", 'countries' ), 'GH' => __( "Ghana", 'sportspress' ),
'GM' => __( "Gambia", 'countries' ), 'GM' => __( "Gambia", 'sportspress' ),
'GN' => __( "Guinea", 'countries' ), 'GN' => __( "Guinea", 'sportspress' ),
'GQ' => __( "Equatorial Guinea", 'countries' ), 'GQ' => __( "Equatorial Guinea", 'sportspress' ),
'GR' => __( "Greece", 'countries' ), 'GR' => __( "Greece", 'sportspress' ),
'GT' => __( "Guatemala", 'countries' ), 'GT' => __( "Guatemala", 'sportspress' ),
'GW' => __( "Guinea-Bissau", 'countries' ), 'GW' => __( "Guinea-Bissau", 'sportspress' ),
'GY' => __( "Guyana", 'countries' ), 'GY' => __( "Guyana", 'sportspress' ),
'HK' => __( "Hong Kong", 'countries' ), 'HK' => __( "Hong Kong", 'sportspress' ),
'HN' => __( "Honduras", 'countries' ), 'HN' => __( "Honduras", 'sportspress' ),
'HR' => __( "Croatia", 'countries' ), 'HR' => __( "Croatia", 'sportspress' ),
'HT' => __( "Haiti", 'countries' ), 'HT' => __( "Haiti", 'sportspress' ),
'HU' => __( "Hungary", 'countries' ), 'HU' => __( "Hungary", 'sportspress' ),
'ID' => __( "Indonesia", 'countries' ), 'ID' => __( "Indonesia", 'sportspress' ),
'IE' => __( "Ireland", 'countries' ), 'IE' => __( "Ireland", 'sportspress' ),
'IL' => __( "Israel", 'countries' ), 'IL' => __( "Israel", 'sportspress' ),
'IN' => __( "India", 'countries' ), 'IN' => __( "India", 'sportspress' ),
'IQ' => __( "Iraq", 'countries' ), 'IQ' => __( "Iraq", 'sportspress' ),
'IR' => __( "Iran", 'countries' ), 'IR' => __( "Iran", 'sportspress' ),
'IS' => __( "Iceland", 'countries' ), 'IS' => __( "Iceland", 'sportspress' ),
'IT' => __( "Italy", 'countries' ), 'IT' => __( "Italy", 'sportspress' ),
'JM' => __( "Jamaica", 'countries' ), 'JM' => __( "Jamaica", 'sportspress' ),
'JO' => __( "Jordan", 'countries' ), 'JO' => __( "Jordan", 'sportspress' ),
'JP' => __( "Japan", 'countries' ), 'JP' => __( "Japan", 'sportspress' ),
'KE' => __( "Kenya", 'countries' ), 'KE' => __( "Kenya", 'sportspress' ),
'KG' => __( "Kyrgyzstan", 'countries' ), 'KG' => __( "Kyrgyzstan", 'sportspress' ),
'KH' => __( "Cambodia", 'countries' ), 'KH' => __( "Cambodia", 'sportspress' ),
'KI' => __( "Kiribati", 'countries' ), 'KI' => __( "Kiribati", 'sportspress' ),
'KM' => __( "Comoros", 'countries' ), 'KM' => __( "Comoros", 'sportspress' ),
'KN' => __( "Saint Kitts and Nevis", 'countries' ), 'KN' => __( "Saint Kitts and Nevis", 'sportspress' ),
'KP' => __( "North Korea", 'countries' ), 'KP' => __( "North Korea", 'sportspress' ),
'KR' => __( "South Korea", 'countries' ), 'KR' => __( "South Korea", 'sportspress' ),
'KW' => __( "Kuwait", 'countries' ), 'KW' => __( "Kuwait", 'sportspress' ),
'KZ' => __( "Kazakhstan", 'countries' ), 'KZ' => __( "Kazakhstan", 'sportspress' ),
'LA' => __( "Laos", 'countries' ), 'LA' => __( "Laos", 'sportspress' ),
'LB' => __( "Lebanon", 'countries' ), 'LB' => __( "Lebanon", 'sportspress' ),
'LC' => __( "Saint Lucia", 'countries' ), 'LC' => __( "Saint Lucia", 'sportspress' ),
'LI' => __( "Liechtenstein", 'countries' ), 'LI' => __( "Liechtenstein", 'sportspress' ),
'LK' => __( "Sri Lanka", 'countries' ), 'LK' => __( "Sri Lanka", 'sportspress' ),
'LR' => __( "Liberia", 'countries' ), 'LR' => __( "Liberia", 'sportspress' ),
'LS' => __( "Lesotho", 'countries' ), 'LS' => __( "Lesotho", 'sportspress' ),
'LT' => __( "Lithuania", 'countries' ), 'LT' => __( "Lithuania", 'sportspress' ),
'LU' => __( "Luxembourg", 'countries' ), 'LU' => __( "Luxembourg", 'sportspress' ),
'LV' => __( "Latvia", 'countries' ), 'LV' => __( "Latvia", 'sportspress' ),
'LY' => __( "Libya", 'countries' ), 'LY' => __( "Libya", 'sportspress' ),
'MA' => __( "Morocco", 'countries' ), 'MA' => __( "Morocco", 'sportspress' ),
'MC' => __( "Monaco", 'countries' ), 'MC' => __( "Monaco", 'sportspress' ),
'MD' => __( "Moldova", 'countries' ), 'MD' => __( "Moldova", 'sportspress' ),
'ME' => __( "Montenegro", 'countries' ), 'ME' => __( "Montenegro", 'sportspress' ),
'MG' => __( "Madagascar", 'countries' ), 'MG' => __( "Madagascar", 'sportspress' ),
'MH' => __( "Marshall Islands", 'countries' ), 'MH' => __( "Marshall Islands", 'sportspress' ),
'MK' => __( "Macedonia", 'countries' ), 'MK' => __( "Macedonia", 'sportspress' ),
'ML' => __( "Mali", 'countries' ), 'ML' => __( "Mali", 'sportspress' ),
'MM' => __( "Myanmar", 'countries' ), 'MM' => __( "Myanmar", 'sportspress' ),
'MN' => __( "Mongolia", 'countries' ), 'MN' => __( "Mongolia", 'sportspress' ),
'MO' => __( "Macau", 'countries' ), 'MO' => __( "Macau", 'sportspress' ),
'MR' => __( "Mauritania", 'countries' ), 'MR' => __( "Mauritania", 'sportspress' ),
'MT' => __( "Malta", 'countries' ), 'MT' => __( "Malta", 'sportspress' ),
'MU' => __( "Mauritius", 'countries' ), 'MU' => __( "Mauritius", 'sportspress' ),
'MV' => __( "Maldives", 'countries' ), 'MV' => __( "Maldives", 'sportspress' ),
'MW' => __( "Malawi", 'countries' ), 'MW' => __( "Malawi", 'sportspress' ),
'MX' => __( "Mexico", 'countries' ), 'MX' => __( "Mexico", 'sportspress' ),
'MY' => __( "Malaysia", 'countries' ), 'MY' => __( "Malaysia", 'sportspress' ),
'MZ' => __( "Mozambique", 'countries' ), 'MZ' => __( "Mozambique", 'sportspress' ),
'NA' => __( "Namibia", 'countries' ), 'NA' => __( "Namibia", 'sportspress' ),
'NB' => __( "Northern Ireland", 'countries' ), 'NB' => __( "Northern Ireland", 'sportspress' ),
'NE' => __( "Niger", 'countries' ), 'NE' => __( "Niger", 'sportspress' ),
'NG' => __( "Nigeria", 'countries' ), 'NG' => __( "Nigeria", 'sportspress' ),
'NI' => __( "Nicaragua", 'countries' ), 'NI' => __( "Nicaragua", 'sportspress' ),
'NL' => __( "Netherlands", 'countries' ), 'NL' => __( "Netherlands", 'sportspress' ),
'NO' => __( "Norway", 'countries' ), 'NO' => __( "Norway", 'sportspress' ),
'NP' => __( "Nepal", 'countries' ), 'NP' => __( "Nepal", 'sportspress' ),
'NR' => __( "Nauru", 'countries' ), 'NR' => __( "Nauru", 'sportspress' ),
'NZ' => __( "New Zealand", 'countries' ), 'NZ' => __( "New Zealand", 'sportspress' ),
'OM' => __( "Oman", 'countries' ), 'OM' => __( "Oman", 'sportspress' ),
'PA' => __( "Panama", 'countries' ), 'PA' => __( "Panama", 'sportspress' ),
'PE' => __( "Peru", 'countries' ), 'PE' => __( "Peru", 'sportspress' ),
'PG' => __( "Papua New Guinea", 'countries' ), 'PG' => __( "Papua New Guinea", 'sportspress' ),
'PH' => __( "Philippines", 'countries' ), 'PH' => __( "Philippines", 'sportspress' ),
'PK' => __( "Pakistan", 'countries' ), 'PK' => __( "Pakistan", 'sportspress' ),
'PL' => __( "Poland", 'countries' ), 'PL' => __( "Poland", 'sportspress' ),
'PT' => __( "Portugal", 'countries' ), 'PT' => __( "Portugal", 'sportspress' ),
'PW' => __( "Palau", 'countries' ), 'PW' => __( "Palau", 'sportspress' ),
'PY' => __( "Paraguay", 'countries' ), 'PY' => __( "Paraguay", 'sportspress' ),
'QA' => __( "Qatar", 'countries' ), 'QA' => __( "Qatar", 'sportspress' ),
'RO' => __( "Romania", 'countries' ), 'RO' => __( "Romania", 'sportspress' ),
'RS' => __( "Serbia", 'countries' ), 'RS' => __( "Serbia", 'sportspress' ),
'RU' => __( "Russia", 'countries' ), 'RU' => __( "Russia", 'sportspress' ),
'RW' => __( "Rwanda", 'countries' ), 'RW' => __( "Rwanda", 'sportspress' ),
'SA' => __( "Saudi Arabia", 'countries' ), 'SA' => __( "Saudi Arabia", 'sportspress' ),
'SB' => __( "Solomon Islands", 'countries' ), 'SB' => __( "Solomon Islands", 'sportspress' ),
'SC' => __( "Seychelles", 'countries' ), 'SC' => __( "Seychelles", 'sportspress' ),
'SD' => __( "Sudan", 'countries' ), 'SD' => __( "Sudan", 'sportspress' ),
'SE' => __( "Sweden", 'countries' ), 'SE' => __( "Sweden", 'sportspress' ),
'SF' => __( "Scotland", 'countries' ), 'SF' => __( "Scotland", 'sportspress' ),
'SG' => __( "Singapore", 'countries' ), 'SG' => __( "Singapore", 'sportspress' ),
'SI' => __( "Slovenia", 'countries' ), 'SI' => __( "Slovenia", 'sportspress' ),
'SK' => __( "Slovakia", 'countries' ), 'SK' => __( "Slovakia", 'sportspress' ),
'SL' => __( "Sierra Leone", 'countries' ), 'SL' => __( "Sierra Leone", 'sportspress' ),
'SM' => __( "San Marino", 'countries' ), 'SM' => __( "San Marino", 'sportspress' ),
'SN' => __( "Senegal", 'countries' ), 'SN' => __( "Senegal", 'sportspress' ),
'SO' => __( "Somalia", 'countries' ), 'SO' => __( "Somalia", 'sportspress' ),
'SR' => __( "Suriname", 'countries' ), 'SR' => __( "Suriname", 'sportspress' ),
'ST' => __( "Sao Tome and Principe", 'countries' ), 'ST' => __( "Sao Tome and Principe", 'sportspress' ),
'SV' => __( "El Salvador", 'countries' ), 'SV' => __( "El Salvador", 'sportspress' ),
'SZ' => __( "Swaziland", 'countries' ), 'SZ' => __( "Swaziland", 'sportspress' ),
'TD' => __( "Chad", 'countries' ), 'TD' => __( "Chad", 'sportspress' ),
'TG' => __( "Togo", 'countries' ), 'TG' => __( "Togo", 'sportspress' ),
'TH' => __( "Thailand", 'countries' ), 'TH' => __( "Thailand", 'sportspress' ),
'TJ' => __( "Tajikistan", 'countries' ), 'TJ' => __( "Tajikistan", 'sportspress' ),
'TL' => __( "East Timor", 'countries' ), 'TL' => __( "East Timor", 'sportspress' ),
'TM' => __( "Turkmenistan", 'countries' ), 'TM' => __( "Turkmenistan", 'sportspress' ),
'TN' => __( "Tunisia", 'countries' ), 'TN' => __( "Tunisia", 'sportspress' ),
'TO' => __( "Tonga", 'countries' ), 'TO' => __( "Tonga", 'sportspress' ),
'TR' => __( "Turkey", 'countries' ), 'TR' => __( "Turkey", 'sportspress' ),
'TT' => __( "Trinidad and Tobago", 'countries' ), 'TT' => __( "Trinidad and Tobago", 'sportspress' ),
'TV' => __( "Tuvalu", 'countries' ), 'TV' => __( "Tuvalu", 'sportspress' ),
'TW' => __( "Taiwan", 'countries' ), 'TW' => __( "Taiwan", 'sportspress' ),
'TZ' => __( "Tanzania", 'countries' ), 'TZ' => __( "Tanzania", 'sportspress' ),
'UA' => __( "Ukraine", 'countries' ), 'UA' => __( "Ukraine", 'sportspress' ),
'UG' => __( "Uganda", 'countries' ), 'UG' => __( "Uganda", 'sportspress' ),
'US' => __( "United States", 'countries' ), 'US' => __( "United States", 'sportspress' ),
'UY' => __( "Uruguay", 'countries' ), 'UY' => __( "Uruguay", 'sportspress' ),
'UZ' => __( "Uzbekistan", 'countries' ), 'UZ' => __( "Uzbekistan", 'sportspress' ),
'VA' => __( "Vatican City", 'countries' ), 'VA' => __( "Vatican City", 'sportspress' ),
'VC' => __( "Saint Vincent and the Grenadines", 'countries' ), 'VC' => __( "Saint Vincent and the Grenadines", 'sportspress' ),
'VE' => __( "Venezuela", 'countries' ), 'VE' => __( "Venezuela", 'sportspress' ),
'VN' => __( "Vietnam", 'countries' ), 'VN' => __( "Vietnam", 'sportspress' ),
'VU' => __( "Vanuatu", 'countries' ), 'VU' => __( "Vanuatu", 'sportspress' ),
'WL' => __( "Wales", 'countries' ), 'WL' => __( "Wales", 'sportspress' ),
'WS' => __( "Samoa", 'countries' ), 'WS' => __( "Samoa", 'sportspress' ),
'YE' => __( "Yemen", 'countries' ), 'YE' => __( "Yemen", 'sportspress' ),
'ZA' => __( "South Africa", 'countries' ), 'ZA' => __( "South Africa", 'sportspress' ),
'ZM' => __( "Zambia", 'countries' ), 'ZM' => __( "Zambia", 'sportspress' ),
'ZW' => __( "Zimbabwe", 'countries' ), 'ZW' => __( "Zimbabwe", 'sportspress' ),
); );
asort( $sportspress_countries ); asort( $sportspress_countries );

View File

@@ -3,13 +3,7 @@ function sportspress_plugins_loaded() {
// Load plugin textdomain // Load plugin textdomain
if ( function_exists( 'load_plugin_textdomain' ) ) { if ( function_exists( 'load_plugin_textdomain' ) ) {
// SportsPress
load_plugin_textdomain ( 'sportspress', false, dirname( SPORTSPRESS_PLUGIN_BASENAME ) . '/languages/' ); load_plugin_textdomain ( 'sportspress', false, dirname( SPORTSPRESS_PLUGIN_BASENAME ) . '/languages/' );
// Countries
load_plugin_textdomain ( 'countries', false, dirname( SPORTSPRESS_PLUGIN_BASENAME ) . '/languages/' );
} }
// Add image sizes // Add image sizes

Binary file not shown.

View File

@@ -1,828 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: SportsPress 0.1.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-01-13 00:28+1000\n"
"PO-Revision-Date: 2014-01-13 00:52+1000\n"
"Last-Translator: ThemeBoy <translate@themeboy.com>\n"
"Language-Team: ThemeBoy <translate@themeboy.com>\n"
"Language: cs_CZ\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"
"esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
"X-Poedit-Basepath: .\n"
"X-Generator: Poedit 1.6.3\n"
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../countries.php:3
msgid "Africa"
msgstr "Afrika"
#: ../countries.php:4
msgid "Angola"
msgstr "Angola"
#: ../countries.php:5
msgid "Burkina Faso"
msgstr "Burkina Faso"
#: ../countries.php:6
msgid "Burundi"
msgstr "Burundi"
#: ../countries.php:7
msgid "Benin"
msgstr "Benin"
#: ../countries.php:8
msgid "Botswana"
msgstr "Botswana"
#: ../countries.php:9
msgid "Democratic Republic of the Congo"
msgstr "Demokratická republika Kongo"
#: ../countries.php:10
msgid "Central African Republic"
msgstr "Středoafrická republika"
#: ../countries.php:11
msgid "Republic of the Congo"
msgstr "Kongo"
#: ../countries.php:12
msgid "Cote d'Ivoire"
msgstr "Pobřeží slonoviny"
#: ../countries.php:13
msgid "Cameroon"
msgstr "Kamerun"
#: ../countries.php:14
msgid "Cape Verde"
msgstr "Kapverdy"
#: ../countries.php:15
msgid "Djibouti"
msgstr "Džibutsko"
#: ../countries.php:16
msgid "Algeria"
msgstr "Alžírsko"
#: ../countries.php:17
msgid "Egypt"
msgstr "Egypt"
#: ../countries.php:18
msgid "Western Sahara"
msgstr "Západní Sahara"
#: ../countries.php:19
msgid "Eritrea"
msgstr "Eritrea"
#: ../countries.php:20
msgid "Ethiopia"
msgstr "Etiopie"
#: ../countries.php:21
msgid "Gabon"
msgstr "Gabon"
#: ../countries.php:22
msgid "Ghana"
msgstr "Ghana"
#: ../countries.php:23
msgid "Gambia"
msgstr "Gambie"
#: ../countries.php:24
msgid "Guinea"
msgstr "Guinea"
#: ../countries.php:25
msgid "Equatorial Guinea"
msgstr "Rovníková Guinea"
#: ../countries.php:26
msgid "Guinea-Bissau"
msgstr "GuineaBissau"
#: ../countries.php:27
msgid "Kenya"
msgstr "Keňa"
#: ../countries.php:28
msgid "Comoros"
msgstr "Komory"
#: ../countries.php:29
msgid "Liberia"
msgstr "Libérie"
#: ../countries.php:30
msgid "Lesotho"
msgstr "Lesotho"
#: ../countries.php:31
msgid "Libya"
msgstr "Libye"
#: ../countries.php:32
msgid "Morocco"
msgstr "Maroko"
#: ../countries.php:33
msgid "Madagascar"
msgstr "Madagaskar"
#: ../countries.php:34
msgid "Mali"
msgstr "Mali"
#: ../countries.php:35
msgid "Mauritania"
msgstr "Mauritánie"
#: ../countries.php:36
msgid "Mauritius"
msgstr "Mauricius"
#: ../countries.php:37
msgid "Mozambique"
msgstr "Mosambik"
#: ../countries.php:38
msgid "Namibia"
msgstr "Namíbie"
#: ../countries.php:39
msgid "Niger"
msgstr "Niger"
#: ../countries.php:40
msgid "Nigeria"
msgstr "Nigérie"
#: ../countries.php:41
msgid "Rwanda"
msgstr "Rwanda"
#: ../countries.php:42
msgid "Seychelles"
msgstr "Seychely"
#: ../countries.php:43
msgid "Sudan"
msgstr "Súdán"
#: ../countries.php:44
msgid "Sierra Leone"
msgstr "Sierra Leone"
#: ../countries.php:45
msgid "Senegal"
msgstr "Senegal"
#: ../countries.php:46
msgid "Somalia"
msgstr "Somálsko"
#: ../countries.php:47
msgid "Sao Tome and Principe"
msgstr "Svatý Tomáš a Princův ostrov"
#: ../countries.php:48
msgid "Swaziland"
msgstr "Svazijsko"
#: ../countries.php:49
msgid "Chad"
msgstr "Čad"
#: ../countries.php:50
msgid "Togo"
msgstr "Togo"
#: ../countries.php:51
msgid "Tunisia"
msgstr "Tunisko"
#: ../countries.php:52
msgid "Tanzania"
msgstr "Tanzanie"
#: ../countries.php:53
msgid "Uganda"
msgstr "Uganda"
#: ../countries.php:54
msgid "South Africa"
msgstr "Jihoafrická republika"
#: ../countries.php:55
msgid "Zambia"
msgstr "Zambie"
#: ../countries.php:56
msgid "Zimbabwe"
msgstr "Zimbabwe"
#: ../countries.php:58
msgid "Asia"
msgstr "Asie"
#: ../countries.php:59
msgid "United Arab Emirates"
msgstr "Spojené arabské emiráty"
#: ../countries.php:60
msgid "Afghanistan"
msgstr "Afghánistán"
#: ../countries.php:61
msgid "Armenia"
msgstr "Arménie"
#: ../countries.php:62
msgid "Azerbaijan"
msgstr "Ázerbájdžán"
#: ../countries.php:63
msgid "Bangladesh"
msgstr "Bangladéš"
#: ../countries.php:64
msgid "Bahrain"
msgstr "Bahrajn"
#: ../countries.php:65
msgid "Brunei"
msgstr "Brunej"
#: ../countries.php:66
msgid "Bhutan"
msgstr "Bhútán"
#: ../countries.php:67
msgid "China"
msgstr "Čínská lidová republika (Čína)"
#: ../countries.php:68
msgid "Cyprus"
msgstr "Kypr"
#: ../countries.php:69
msgid "Georgia"
msgstr "Gruzie"
#: ../countries.php:70
msgid "Hong Kong"
msgstr "Hongkong"
#: ../countries.php:71
msgid "Israel"
msgstr "Izrael"
#: ../countries.php:72
msgid "India"
msgstr "Indie"
#: ../countries.php:73
msgid "Iraq"
msgstr "Irák"
#: ../countries.php:74
msgid "Iran"
msgstr "Írán"
#: ../countries.php:75
msgid "Jordan"
msgstr "Jordánsko"
#: ../countries.php:76
msgid "Japan"
msgstr "Japonsko"
#: ../countries.php:77
msgid "Kyrgyzstan"
msgstr "Kyrgyzstán"
#: ../countries.php:78
msgid "Cambodia"
msgstr "Kambodža"
#: ../countries.php:79
msgid "North Korea"
msgstr "Severní Korea"
#: ../countries.php:80
msgid "South Korea"
msgstr "Jižní Korea"
#: ../countries.php:81
msgid "Kuwait"
msgstr "Kuvajt"
#: ../countries.php:82
msgid "Kazakhstan"
msgstr "Kazachstán"
#: ../countries.php:83
msgid "Laos"
msgstr "Laos"
#: ../countries.php:84
msgid "Lebanon"
msgstr "Libanon"
#: ../countries.php:85
msgid "Sri Lanka"
msgstr "Šrí Lanka"
#: ../countries.php:86
msgid "Myanmar"
msgstr "Myanmar"
#: ../countries.php:87
msgid "Mongolia"
msgstr "Mongolsko"
#: ../countries.php:88
msgid "Macau"
msgstr "Macau"
#: ../countries.php:89
msgid "Maldives"
msgstr "Maledivy"
#: ../countries.php:90
msgid "Malaysia"
msgstr "Malajsie"
#: ../countries.php:91
msgid "Nepal"
msgstr "Nepál"
#: ../countries.php:92
msgid "Oman"
msgstr "Omán"
#: ../countries.php:93
msgid "Philippines"
msgstr "Filipíny"
#: ../countries.php:94
msgid "Pakistan"
msgstr "Pákistán"
#: ../countries.php:95
msgid "Qatar"
msgstr "Katar"
#: ../countries.php:96
msgid "Saudi Arabia"
msgstr "Saúdská Arábie"
#: ../countries.php:97
msgid "Singapore"
msgstr "Singapur"
#: ../countries.php:98
msgid "Thailand"
msgstr "Thajsko"
#: ../countries.php:99
msgid "Tajikistan"
msgstr "Tádžikistán"
#: ../countries.php:100
msgid "Turkmenistan"
msgstr "Turkmenistán"
#: ../countries.php:101
msgid "Taiwan"
msgstr "Čínská republika (Tchaj-wan)"
#: ../countries.php:102
msgid "Uzbekistan"
msgstr "Uzbekistán"
#: ../countries.php:103
msgid "Vietnam"
msgstr "Vietnam"
#: ../countries.php:104
msgid "Yemen"
msgstr "Jemen"
#: ../countries.php:106
msgid "Europe"
msgstr "Evropa"
#: ../countries.php:107
msgid "Andorra"
msgstr "Andorra"
#: ../countries.php:108
msgid "Albania"
msgstr "Albánie"
#: ../countries.php:109
msgid "Austria"
msgstr "Rakousko"
#: ../countries.php:110
msgid "Bosnia and Herzegovina"
msgstr "Bosna a Hercegovina"
#: ../countries.php:111
msgid "Belgium"
msgstr "Belgie"
#: ../countries.php:112
msgid "Bulgaria"
msgstr "Bulharsko"
#: ../countries.php:113
msgid "Belarus"
msgstr "Bělorusko"
#: ../countries.php:114
msgid "Switzerland"
msgstr "Švýcarsko"
#: ../countries.php:115
msgid "Czech Republic"
msgstr "Česká republika"
#: ../countries.php:116
msgid "Germany"
msgstr "Německo"
#: ../countries.php:117
msgid "Denmark"
msgstr "Dánsko"
#: ../countries.php:118
msgid "Estonia"
msgstr "Estonsko"
#: ../countries.php:119
msgid "Spain"
msgstr "Španělsko"
#: ../countries.php:120
msgid "Finland"
msgstr "Finsko"
#: ../countries.php:121
msgid "France"
msgstr "Francie"
#: ../countries.php:122
msgid "United Kingdom"
msgstr "Velká Británie (Spojené království)"
#: ../countries.php:123
msgid "Greece"
msgstr "Řecko"
#: ../countries.php:124
msgid "Croatia"
msgstr "Chorvatsko"
#: ../countries.php:125
msgid "Hungary"
msgstr "Maďarsko"
#: ../countries.php:126
msgid "Ireland"
msgstr "Irsko"
#: ../countries.php:127
msgid "Iceland"
msgstr "Island"
#: ../countries.php:128
msgid "Italy"
msgstr "Itálie"
#: ../countries.php:129
msgid "Liechtenstein"
msgstr "Lichtenštejnsko"
#: ../countries.php:130
msgid "Lithuania"
msgstr "Litva"
#: ../countries.php:131
msgid "Luxembourg"
msgstr "Lucembursko"
#: ../countries.php:132
msgid "Latvia"
msgstr "Lotyšsko"
#: ../countries.php:133
msgid "Monaco"
msgstr "Monako"
#: ../countries.php:134
msgid "Moldova"
msgstr "Moldavsko"
#: ../countries.php:135
msgid "Montenegro"
msgstr "Černá Hora"
#: ../countries.php:136
msgid "Macedonia"
msgstr "Makedonie"
#: ../countries.php:137
msgid "Malta"
msgstr "Malta"
#: ../countries.php:138
msgid "Malawi"
msgstr "Malawi"
#: ../countries.php:139
msgid "Netherlands"
msgstr "Nizozemsko"
#: ../countries.php:140
msgid "Norway"
msgstr "Norsko"
#: ../countries.php:141
msgid "Poland"
msgstr "Polsko"
#: ../countries.php:142
msgid "Portugal"
msgstr "Portugalsko"
#: ../countries.php:143
msgid "Romania"
msgstr "Rumunsko"
#: ../countries.php:144
msgid "Serbia"
msgstr "Srbsko"
#: ../countries.php:145
msgid "Russia"
msgstr "Rusko"
#: ../countries.php:146
msgid "Sweden"
msgstr "Švédsko"
#: ../countries.php:147
msgid "Slovenia"
msgstr "Slovinsko"
#: ../countries.php:148
msgid "Slovakia"
msgstr "Slovensko"
#: ../countries.php:149
msgid "San Marino"
msgstr "San Marino"
#: ../countries.php:150
msgid "Turkey"
msgstr "Turecko"
#: ../countries.php:151
msgid "Ukraine"
msgstr "Ukrajina"
#: ../countries.php:152
msgid "Vatican City"
msgstr "Vatikán"
#: ../countries.php:154
msgid "North America"
msgstr "Severní Amerika"
#: ../countries.php:155
msgid "Antigua and Barbuda"
msgstr "Antigua a Barbuda"
#: ../countries.php:156
msgid "Barbados"
msgstr "Barbados"
#: ../countries.php:157
msgid "Bahamas"
msgstr "Bahamy"
#: ../countries.php:158
msgid "Belize"
msgstr "Belize"
#: ../countries.php:159
msgid "Canada"
msgstr "Kanada"
#: ../countries.php:160
msgid "Costa Rica"
msgstr "Kostarika"
#: ../countries.php:161
msgid "Cuba"
msgstr "Kuba"
#: ../countries.php:162
msgid "Dominica"
msgstr "Dominika"
#: ../countries.php:163
msgid "Dominican Republic"
msgstr "Dominikánská republika"
#: ../countries.php:164
msgid "Grenada"
msgstr "Grenada"
#: ../countries.php:165
msgid "Guatemala"
msgstr "Guatemala"
#: ../countries.php:166
msgid "Honduras"
msgstr "Honduras"
#: ../countries.php:167
msgid "Haiti"
msgstr "Haiti"
#: ../countries.php:168
msgid "Jamaica"
msgstr "Jamajka"
#: ../countries.php:169
msgid "Saint Kitts and Nevis"
msgstr "Svatý Kryštof a Nevis"
#: ../countries.php:170
msgid "Saint Lucia"
msgstr "Svatá Lucie"
#: ../countries.php:171
msgid "Mexico"
msgstr "Mexiko"
#: ../countries.php:172
msgid "Nicaragua"
msgstr "Nikaragua"
#: ../countries.php:173
msgid "Panama"
msgstr "Panama"
#: ../countries.php:174
msgid "El Salvador"
msgstr "Salvador"
#: ../countries.php:175
msgid "United States"
msgstr "Spojené státy americké (USA)"
#: ../countries.php:176
msgid "Saint Vincent and the Grenadines"
msgstr "Svatý Vincenc a Grenadiny"
#: ../countries.php:178
msgid "Oceania"
msgstr "Oceánie"
#: ../countries.php:179
msgid "Australia"
msgstr "Austrálie"
#: ../countries.php:180
msgid "East Timor"
msgstr "Východní Timor"
#: ../countries.php:181
msgid "Fiji"
msgstr "Fidži"
#: ../countries.php:182
msgid "Micronesia"
msgstr "Mikronésie"
#: ../countries.php:183
msgid "Indonesia"
msgstr "Indonésie"
#: ../countries.php:184
msgid "Kiribati"
msgstr "Kiribati"
#: ../countries.php:185
msgid "Marshall Islands"
msgstr "Marshallovy ostrovy"
#: ../countries.php:186
msgid "Nauru"
msgstr "Nauru"
#: ../countries.php:187
msgid "New Zealand"
msgstr "Nový Zéland"
#: ../countries.php:188
msgid "Papua New Guinea"
msgstr "Papua-Nová Guinea"
#: ../countries.php:189
msgid "Palau"
msgstr "Palau"
#: ../countries.php:190
msgid "Solomon Islands"
msgstr "Šalamounovy ostrovy"
#: ../countries.php:191
msgid "Tonga"
msgstr "Tonga"
#: ../countries.php:192
msgid "Tuvalu"
msgstr "Tuvalu"
#: ../countries.php:193
msgid "Vanuatu"
msgstr "Vanuatu"
#: ../countries.php:194
msgid "Samoa"
msgstr "Samoa"
#: ../countries.php:196
msgid "South America"
msgstr "Jižní Amerika"
#: ../countries.php:197
msgid "Argentina"
msgstr "Argentina"
#: ../countries.php:198
msgid "Bolivia"
msgstr "Bolívie"
#: ../countries.php:199
msgid "Brazil"
msgstr "Brazílie"
#: ../countries.php:200
msgid "Chile"
msgstr "Chile"
#: ../countries.php:201
msgid "Colombia"
msgstr "Kolumbie"
#: ../countries.php:202
msgid "Ecuador"
msgstr "Ekvádor"
#: ../countries.php:203
msgid "Guyana"
msgstr "Guyana"
#: ../countries.php:204
msgid "Peru"
msgstr "Peru"
#: ../countries.php:205
msgid "Paraguay"
msgstr "Paraguay"
#: ../countries.php:206
msgid "Suriname"
msgstr "Surinam"
#: ../countries.php:207
msgid "Trinidad and Tobago"
msgstr "Trinidad a Tobago"
#: ../countries.php:208
msgid "Uruguay"
msgstr "Uruguay"
#: ../countries.php:209
msgid "Venezuela"
msgstr "Venezuela"

Binary file not shown.

View File

@@ -1,828 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: SportsPress 0.1.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-01-13 00:42+1000\n"
"PO-Revision-Date: 2014-01-13 00:56+1000\n"
"Last-Translator: ThemeBoy <translate@themeboy.com>\n"
"Language-Team: ThemeBoy <translate@themeboy.com>\n"
"Language: de_DE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"
"esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
"X-Poedit-Basepath: .\n"
"X-Generator: Poedit 1.6.3\n"
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../countries.php:3
msgid "Africa"
msgstr "Afrika"
#: ../countries.php:4
msgid "Angola"
msgstr "Angola"
#: ../countries.php:5
msgid "Burkina Faso"
msgstr "Burkina Faso"
#: ../countries.php:6
msgid "Burundi"
msgstr "Burundi"
#: ../countries.php:7
msgid "Benin"
msgstr "Benin"
#: ../countries.php:8
msgid "Botswana"
msgstr "Botsuana"
#: ../countries.php:9
msgid "Democratic Republic of the Congo"
msgstr "Kongo, Demokratische Republik (ehem. Zaire)"
#: ../countries.php:10
msgid "Central African Republic"
msgstr "Zentralafrikanische Republik"
#: ../countries.php:11
msgid "Republic of the Congo"
msgstr "Republik Kongo"
#: ../countries.php:12
msgid "Cote d'Ivoire"
msgstr "Côte d'Ivoire (Elfenbeinküste)"
#: ../countries.php:13
msgid "Cameroon"
msgstr "Kamerun"
#: ../countries.php:14
msgid "Cape Verde"
msgstr "Kap Verde"
#: ../countries.php:15
msgid "Djibouti"
msgstr "Dschibuti"
#: ../countries.php:16
msgid "Algeria"
msgstr "Algerien"
#: ../countries.php:17
msgid "Egypt"
msgstr "Ägypten"
#: ../countries.php:18
msgid "Western Sahara"
msgstr "Westsahara"
#: ../countries.php:19
msgid "Eritrea"
msgstr "Eritrea"
#: ../countries.php:20
msgid "Ethiopia"
msgstr "Äthiopien"
#: ../countries.php:21
msgid "Gabon"
msgstr "Gabun"
#: ../countries.php:22
msgid "Ghana"
msgstr "Ghana"
#: ../countries.php:23
msgid "Gambia"
msgstr "Gambia"
#: ../countries.php:24
msgid "Guinea"
msgstr "Guinea"
#: ../countries.php:25
msgid "Equatorial Guinea"
msgstr "Äquatorialguinea"
#: ../countries.php:26
msgid "Guinea-Bissau"
msgstr "Guinea-Bissau"
#: ../countries.php:27
msgid "Kenya"
msgstr "Kenia"
#: ../countries.php:28
msgid "Comoros"
msgstr "Komoren"
#: ../countries.php:29
msgid "Liberia"
msgstr "Liberia"
#: ../countries.php:30
msgid "Lesotho"
msgstr "Lesotho"
#: ../countries.php:31
msgid "Libya"
msgstr "Libysch-Arabische Dschamahirija (Libyen)"
#: ../countries.php:32
msgid "Morocco"
msgstr "Marokko"
#: ../countries.php:33
msgid "Madagascar"
msgstr "Madagaskar"
#: ../countries.php:34
msgid "Mali"
msgstr "Mali"
#: ../countries.php:35
msgid "Mauritania"
msgstr "Mauretanien"
#: ../countries.php:36
msgid "Mauritius"
msgstr "Mauritius"
#: ../countries.php:37
msgid "Mozambique"
msgstr "Mosambik"
#: ../countries.php:38
msgid "Namibia"
msgstr "Namibia"
#: ../countries.php:39
msgid "Niger"
msgstr "Niger"
#: ../countries.php:40
msgid "Nigeria"
msgstr "Nigeria"
#: ../countries.php:41
msgid "Rwanda"
msgstr "Ruanda"
#: ../countries.php:42
msgid "Seychelles"
msgstr "Seychellen"
#: ../countries.php:43
msgid "Sudan"
msgstr "Sudan"
#: ../countries.php:44
msgid "Sierra Leone"
msgstr "Sierra Leone"
#: ../countries.php:45
msgid "Senegal"
msgstr "Senegal"
#: ../countries.php:46
msgid "Somalia"
msgstr "Somalia"
#: ../countries.php:47
msgid "Sao Tome and Principe"
msgstr "São Tomé und Príncipe"
#: ../countries.php:48
msgid "Swaziland"
msgstr "Swasiland"
#: ../countries.php:49
msgid "Chad"
msgstr "Tschad"
#: ../countries.php:50
msgid "Togo"
msgstr "Togo"
#: ../countries.php:51
msgid "Tunisia"
msgstr "Tunesien"
#: ../countries.php:52
msgid "Tanzania"
msgstr "Tansania, Vereinigte Republik"
#: ../countries.php:53
msgid "Uganda"
msgstr "Uganda"
#: ../countries.php:54
msgid "South Africa"
msgstr "Südafrika"
#: ../countries.php:55
msgid "Zambia"
msgstr "Sambia"
#: ../countries.php:56
msgid "Zimbabwe"
msgstr "Simbabwe"
#: ../countries.php:58
msgid "Asia"
msgstr "Asien"
#: ../countries.php:59
msgid "United Arab Emirates"
msgstr "Vereinigte Arabische Emirate"
#: ../countries.php:60
msgid "Afghanistan"
msgstr "Afghanistan"
#: ../countries.php:61
msgid "Armenia"
msgstr "Armenien"
#: ../countries.php:62
msgid "Azerbaijan"
msgstr "Aserbaidschan"
#: ../countries.php:63
msgid "Bangladesh"
msgstr "Bangladesch"
#: ../countries.php:64
msgid "Bahrain"
msgstr "Bahrain"
#: ../countries.php:65
msgid "Brunei"
msgstr "Brunei Darussalam"
#: ../countries.php:66
msgid "Bhutan"
msgstr "Bhutan"
#: ../countries.php:67
msgid "China"
msgstr "China, Volksrepublik"
#: ../countries.php:68
msgid "Cyprus"
msgstr "Zypern"
#: ../countries.php:69
msgid "Georgia"
msgstr "Georgien"
#: ../countries.php:70
msgid "Hong Kong"
msgstr "Hongkong"
#: ../countries.php:71
msgid "Israel"
msgstr "Israel"
#: ../countries.php:72
msgid "India"
msgstr "Indien"
#: ../countries.php:73
msgid "Iraq"
msgstr "Irak"
#: ../countries.php:74
msgid "Iran"
msgstr "Iran, Islamische Republik"
#: ../countries.php:75
msgid "Jordan"
msgstr "Jordanien"
#: ../countries.php:76
msgid "Japan"
msgstr "Japan"
#: ../countries.php:77
msgid "Kyrgyzstan"
msgstr "Kirgisistan"
#: ../countries.php:78
msgid "Cambodia"
msgstr "Kambodscha"
#: ../countries.php:79
msgid "North Korea"
msgstr "Korea, Demokratische Volksrepublik (Nordkorea)"
#: ../countries.php:80
msgid "South Korea"
msgstr "Südkorea"
#: ../countries.php:81
msgid "Kuwait"
msgstr "Kuwait"
#: ../countries.php:82
msgid "Kazakhstan"
msgstr "Kasachstan"
#: ../countries.php:83
msgid "Laos"
msgstr "Laos, Demokratische Volksrepublik"
#: ../countries.php:84
msgid "Lebanon"
msgstr "Libanon"
#: ../countries.php:85
msgid "Sri Lanka"
msgstr "Sri Lanka"
#: ../countries.php:86
msgid "Myanmar"
msgstr "Myanmar (Burma)"
#: ../countries.php:87
msgid "Mongolia"
msgstr "Mongolei"
#: ../countries.php:88
msgid "Macau"
msgstr "Macau"
#: ../countries.php:89
msgid "Maldives"
msgstr "Malediven"
#: ../countries.php:90
msgid "Malaysia"
msgstr "Malaysia"
#: ../countries.php:91
msgid "Nepal"
msgstr "Nepal"
#: ../countries.php:92
msgid "Oman"
msgstr "Oman"
#: ../countries.php:93
msgid "Philippines"
msgstr "Philippinen"
#: ../countries.php:94
msgid "Pakistan"
msgstr "Pakistan"
#: ../countries.php:95
msgid "Qatar"
msgstr "Katar"
#: ../countries.php:96
msgid "Saudi Arabia"
msgstr "Saudi-Arabien"
#: ../countries.php:97
msgid "Singapore"
msgstr "Singapur"
#: ../countries.php:98
msgid "Thailand"
msgstr "Thailand"
#: ../countries.php:99
msgid "Tajikistan"
msgstr "Tadschikistan"
#: ../countries.php:100
msgid "Turkmenistan"
msgstr "Turkmenistan"
#: ../countries.php:101
msgid "Taiwan"
msgstr "Republik China (Taiwan)"
#: ../countries.php:102
msgid "Uzbekistan"
msgstr "Usbekistan"
#: ../countries.php:103
msgid "Vietnam"
msgstr "Vietnam"
#: ../countries.php:104
msgid "Yemen"
msgstr "Jemen"
#: ../countries.php:106
msgid "Europe"
msgstr "Europa"
#: ../countries.php:107
msgid "Andorra"
msgstr "Andorra"
#: ../countries.php:108
msgid "Albania"
msgstr "Albanien"
#: ../countries.php:109
msgid "Austria"
msgstr "Österreich"
#: ../countries.php:110
msgid "Bosnia and Herzegovina"
msgstr "Bosnien und Herzegowina"
#: ../countries.php:111
msgid "Belgium"
msgstr "Belgien"
#: ../countries.php:112
msgid "Bulgaria"
msgstr "Bulgarien"
#: ../countries.php:113
msgid "Belarus"
msgstr "Belarus (Weißrussland)"
#: ../countries.php:114
msgid "Switzerland"
msgstr "Schweiz (Confoederatio Helvetica)"
#: ../countries.php:115
msgid "Czech Republic"
msgstr "Tschechische Republik"
#: ../countries.php:116
msgid "Germany"
msgstr "Deutschland"
#: ../countries.php:117
msgid "Denmark"
msgstr "Dänemark"
#: ../countries.php:118
msgid "Estonia"
msgstr "Estland"
#: ../countries.php:119
msgid "Spain"
msgstr "Spanien"
#: ../countries.php:120
msgid "Finland"
msgstr "Finnland"
#: ../countries.php:121
msgid "France"
msgstr "Frankreich"
#: ../countries.php:122
msgid "United Kingdom"
msgstr "Vereinigtes Königreich Großbritannien und Nordirland"
#: ../countries.php:123
msgid "Greece"
msgstr "Griechenland"
#: ../countries.php:124
msgid "Croatia"
msgstr "Kroatien"
#: ../countries.php:125
msgid "Hungary"
msgstr "Ungarn"
#: ../countries.php:126
msgid "Ireland"
msgstr "Irland"
#: ../countries.php:127
msgid "Iceland"
msgstr "Island"
#: ../countries.php:128
msgid "Italy"
msgstr "Italien"
#: ../countries.php:129
msgid "Liechtenstein"
msgstr "Liechtenstein"
#: ../countries.php:130
msgid "Lithuania"
msgstr "Litauen"
#: ../countries.php:131
msgid "Luxembourg"
msgstr "Luxemburg"
#: ../countries.php:132
msgid "Latvia"
msgstr "Lettland"
#: ../countries.php:133
msgid "Monaco"
msgstr "Monaco"
#: ../countries.php:134
msgid "Moldova"
msgstr "Moldawien (Republik Moldau)"
#: ../countries.php:135
msgid "Montenegro"
msgstr "Montenegro"
#: ../countries.php:136
msgid "Macedonia"
msgstr "Mazedonien, ehem. jugoslawische Republik"
#: ../countries.php:137
msgid "Malta"
msgstr "Malta"
#: ../countries.php:138
msgid "Malawi"
msgstr "Malawi"
#: ../countries.php:139
msgid "Netherlands"
msgstr "Niederlande"
#: ../countries.php:140
msgid "Norway"
msgstr "Norwegen"
#: ../countries.php:141
msgid "Poland"
msgstr "Polen"
#: ../countries.php:142
msgid "Portugal"
msgstr "Portugal"
#: ../countries.php:143
msgid "Romania"
msgstr "Rumänien"
#: ../countries.php:144
msgid "Serbia"
msgstr "Serbien"
#: ../countries.php:145
msgid "Russia"
msgstr "Russische Föderation"
#: ../countries.php:146
msgid "Sweden"
msgstr "Schweden"
#: ../countries.php:147
msgid "Slovenia"
msgstr "Slowenien"
#: ../countries.php:148
msgid "Slovakia"
msgstr "Slowakei"
#: ../countries.php:149
msgid "San Marino"
msgstr "San Marino"
#: ../countries.php:150
msgid "Turkey"
msgstr "Türkei"
#: ../countries.php:151
msgid "Ukraine"
msgstr "Ukraine"
#: ../countries.php:152
msgid "Vatican City"
msgstr "Vatikanstadt"
#: ../countries.php:154
msgid "North America"
msgstr "Nordamerika"
#: ../countries.php:155
msgid "Antigua and Barbuda"
msgstr "Antigua und Barbuda"
#: ../countries.php:156
msgid "Barbados"
msgstr "Barbados"
#: ../countries.php:157
msgid "Bahamas"
msgstr "Bahamas"
#: ../countries.php:158
msgid "Belize"
msgstr "Belize"
#: ../countries.php:159
msgid "Canada"
msgstr "Kanada"
#: ../countries.php:160
msgid "Costa Rica"
msgstr "Costa Rica"
#: ../countries.php:161
msgid "Cuba"
msgstr "Kuba"
#: ../countries.php:162
msgid "Dominica"
msgstr "Dominica"
#: ../countries.php:163
msgid "Dominican Republic"
msgstr "Dominikanische Republik"
#: ../countries.php:164
msgid "Grenada"
msgstr "Grenada"
#: ../countries.php:165
msgid "Guatemala"
msgstr "Guatemala"
#: ../countries.php:166
msgid "Honduras"
msgstr "Honduras"
#: ../countries.php:167
msgid "Haiti"
msgstr "Haiti"
#: ../countries.php:168
msgid "Jamaica"
msgstr "Jamaika"
#: ../countries.php:169
msgid "Saint Kitts and Nevis"
msgstr "St. Kitts und Nevis"
#: ../countries.php:170
msgid "Saint Lucia"
msgstr "St. Lucia"
#: ../countries.php:171
msgid "Mexico"
msgstr "Mexiko"
#: ../countries.php:172
msgid "Nicaragua"
msgstr "Nicaragua"
#: ../countries.php:173
msgid "Panama"
msgstr "Panama"
#: ../countries.php:174
msgid "El Salvador"
msgstr "El Salvador"
#: ../countries.php:175
msgid "United States"
msgstr "Vereinigte Staaten von Amerika"
#: ../countries.php:176
msgid "Saint Vincent and the Grenadines"
msgstr "St. Vincent und die Grenadinen"
#: ../countries.php:178
msgid "Oceania"
msgstr "Ozeanien"
#: ../countries.php:179
msgid "Australia"
msgstr "Australien"
#: ../countries.php:180
msgid "East Timor"
msgstr "Osttimor (Timor-L'este)"
#: ../countries.php:181
msgid "Fiji"
msgstr "Fidschi"
#: ../countries.php:182
msgid "Micronesia"
msgstr "Mikronesien"
#: ../countries.php:183
msgid "Indonesia"
msgstr "Indonesien"
#: ../countries.php:184
msgid "Kiribati"
msgstr "Kiribati"
#: ../countries.php:185
msgid "Marshall Islands"
msgstr "Marshallinseln"
#: ../countries.php:186
msgid "Nauru"
msgstr "Nauru"
#: ../countries.php:187
msgid "New Zealand"
msgstr "Neuseeland"
#: ../countries.php:188
msgid "Papua New Guinea"
msgstr "Papua-Neuguinea"
#: ../countries.php:189
msgid "Palau"
msgstr "Palau"
#: ../countries.php:190
msgid "Solomon Islands"
msgstr "Salomonen"
#: ../countries.php:191
msgid "Tonga"
msgstr "Tonga"
#: ../countries.php:192
msgid "Tuvalu"
msgstr "Tuvalu"
#: ../countries.php:193
msgid "Vanuatu"
msgstr "Vanuatu"
#: ../countries.php:194
msgid "Samoa"
msgstr "Samoa"
#: ../countries.php:196
msgid "South America"
msgstr "Südamerika"
#: ../countries.php:197
msgid "Argentina"
msgstr "Argentinien"
#: ../countries.php:198
msgid "Bolivia"
msgstr "Bolivien"
#: ../countries.php:199
msgid "Brazil"
msgstr "Brasilien"
#: ../countries.php:200
msgid "Chile"
msgstr "Chile"
#: ../countries.php:201
msgid "Colombia"
msgstr "Kolumbien"
#: ../countries.php:202
msgid "Ecuador"
msgstr "Ecuador"
#: ../countries.php:203
msgid "Guyana"
msgstr "Guyana"
#: ../countries.php:204
msgid "Peru"
msgstr "Peru"
#: ../countries.php:205
msgid "Paraguay"
msgstr "Paraguay"
#: ../countries.php:206
msgid "Suriname"
msgstr "Suriname"
#: ../countries.php:207
msgid "Trinidad and Tobago"
msgstr "Trinidad und Tobago"
#: ../countries.php:208
msgid "Uruguay"
msgstr "Uruguay"
#: ../countries.php:209
msgid "Venezuela"
msgstr "Venezuela"

Binary file not shown.

View File

@@ -1,828 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: SportsPress 0.1.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-01-13 00:47+1000\n"
"PO-Revision-Date: 2014-01-13 00:47+1000\n"
"Last-Translator: Takumi <takumi@themeboy.com>\n"
"Language-Team: ThemeBoy <translate@themeboy.com>\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"
"esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
"X-Poedit-Basepath: .\n"
"X-Generator: Poedit 1.6.3\n"
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../countries.php:3
msgid "Africa"
msgstr "Africa"
#: ../countries.php:4
msgid "Angola"
msgstr "Angola"
#: ../countries.php:5
msgid "Burkina Faso"
msgstr "Burkina Faso"
#: ../countries.php:6
msgid "Burundi"
msgstr "Burundi"
#: ../countries.php:7
msgid "Benin"
msgstr "Benin"
#: ../countries.php:8
msgid "Botswana"
msgstr "Botswana"
#: ../countries.php:9
msgid "Democratic Republic of the Congo"
msgstr "Democratic Republic of the Congo"
#: ../countries.php:10
msgid "Central African Republic"
msgstr "Central African Republic"
#: ../countries.php:11
msgid "Republic of the Congo"
msgstr "Republic of the Congo"
#: ../countries.php:12
msgid "Cote d'Ivoire"
msgstr "Cote d'Ivoire"
#: ../countries.php:13
msgid "Cameroon"
msgstr "Cameroon"
#: ../countries.php:14
msgid "Cape Verde"
msgstr "Cape Verde"
#: ../countries.php:15
msgid "Djibouti"
msgstr "Djibouti"
#: ../countries.php:16
msgid "Algeria"
msgstr "Algeria"
#: ../countries.php:17
msgid "Egypt"
msgstr "Egypt"
#: ../countries.php:18
msgid "Western Sahara"
msgstr "Western Sahara"
#: ../countries.php:19
msgid "Eritrea"
msgstr "Eritrea"
#: ../countries.php:20
msgid "Ethiopia"
msgstr "Ethiopia"
#: ../countries.php:21
msgid "Gabon"
msgstr "Gabon"
#: ../countries.php:22
msgid "Ghana"
msgstr "Ghana"
#: ../countries.php:23
msgid "Gambia"
msgstr "Gambia"
#: ../countries.php:24
msgid "Guinea"
msgstr "Guinea"
#: ../countries.php:25
msgid "Equatorial Guinea"
msgstr "Equatorial Guinea"
#: ../countries.php:26
msgid "Guinea-Bissau"
msgstr "Guinea-Bissau"
#: ../countries.php:27
msgid "Kenya"
msgstr "Kenya"
#: ../countries.php:28
msgid "Comoros"
msgstr "Comoros"
#: ../countries.php:29
msgid "Liberia"
msgstr "Liberia"
#: ../countries.php:30
msgid "Lesotho"
msgstr "Lesotho"
#: ../countries.php:31
msgid "Libya"
msgstr "Libya"
#: ../countries.php:32
msgid "Morocco"
msgstr "Morocco"
#: ../countries.php:33
msgid "Madagascar"
msgstr "Madagascar"
#: ../countries.php:34
msgid "Mali"
msgstr "Mali"
#: ../countries.php:35
msgid "Mauritania"
msgstr "Mauritania"
#: ../countries.php:36
msgid "Mauritius"
msgstr "Mauritius"
#: ../countries.php:37
msgid "Mozambique"
msgstr "Mozambique"
#: ../countries.php:38
msgid "Namibia"
msgstr "Namibia"
#: ../countries.php:39
msgid "Niger"
msgstr "Niger"
#: ../countries.php:40
msgid "Nigeria"
msgstr "Nigeria"
#: ../countries.php:41
msgid "Rwanda"
msgstr "Rwanda"
#: ../countries.php:42
msgid "Seychelles"
msgstr "Seychelles"
#: ../countries.php:43
msgid "Sudan"
msgstr "Sudan"
#: ../countries.php:44
msgid "Sierra Leone"
msgstr "Sierra Leone"
#: ../countries.php:45
msgid "Senegal"
msgstr "Senegal"
#: ../countries.php:46
msgid "Somalia"
msgstr "Somalia"
#: ../countries.php:47
msgid "Sao Tome and Principe"
msgstr "Sao Tome and Principe"
#: ../countries.php:48
msgid "Swaziland"
msgstr "Swaziland"
#: ../countries.php:49
msgid "Chad"
msgstr "Chad"
#: ../countries.php:50
msgid "Togo"
msgstr "Togo"
#: ../countries.php:51
msgid "Tunisia"
msgstr "Tunisia"
#: ../countries.php:52
msgid "Tanzania"
msgstr "Tanzania"
#: ../countries.php:53
msgid "Uganda"
msgstr "Uganda"
#: ../countries.php:54
msgid "South Africa"
msgstr "South Africa"
#: ../countries.php:55
msgid "Zambia"
msgstr "Zambia"
#: ../countries.php:56
msgid "Zimbabwe"
msgstr "Zimbabwe"
#: ../countries.php:58
msgid "Asia"
msgstr "Asia"
#: ../countries.php:59
msgid "United Arab Emirates"
msgstr "United Arab Emirates"
#: ../countries.php:60
msgid "Afghanistan"
msgstr "Afghanistan"
#: ../countries.php:61
msgid "Armenia"
msgstr "Armenia"
#: ../countries.php:62
msgid "Azerbaijan"
msgstr "Azerbaijan"
#: ../countries.php:63
msgid "Bangladesh"
msgstr "Bangladesh"
#: ../countries.php:64
msgid "Bahrain"
msgstr "Bahrain"
#: ../countries.php:65
msgid "Brunei"
msgstr "Brunei"
#: ../countries.php:66
msgid "Bhutan"
msgstr "Bhutan"
#: ../countries.php:67
msgid "China"
msgstr "China"
#: ../countries.php:68
msgid "Cyprus"
msgstr "Cyprus"
#: ../countries.php:69
msgid "Georgia"
msgstr "Georgia"
#: ../countries.php:70
msgid "Hong Kong"
msgstr "Hong Kong"
#: ../countries.php:71
msgid "Israel"
msgstr "Israel"
#: ../countries.php:72
msgid "India"
msgstr "India"
#: ../countries.php:73
msgid "Iraq"
msgstr "Iraq"
#: ../countries.php:74
msgid "Iran"
msgstr "Iran"
#: ../countries.php:75
msgid "Jordan"
msgstr "Jordan"
#: ../countries.php:76
msgid "Japan"
msgstr "Japan"
#: ../countries.php:77
msgid "Kyrgyzstan"
msgstr "Kyrgyzstan"
#: ../countries.php:78
msgid "Cambodia"
msgstr "Cambodia"
#: ../countries.php:79
msgid "North Korea"
msgstr "North Korea"
#: ../countries.php:80
msgid "South Korea"
msgstr "South Korea"
#: ../countries.php:81
msgid "Kuwait"
msgstr "Kuwait"
#: ../countries.php:82
msgid "Kazakhstan"
msgstr "Kazakhstan"
#: ../countries.php:83
msgid "Laos"
msgstr "Laos"
#: ../countries.php:84
msgid "Lebanon"
msgstr "Lebanon"
#: ../countries.php:85
msgid "Sri Lanka"
msgstr "Sri Lanka"
#: ../countries.php:86
msgid "Myanmar"
msgstr "Myanmar"
#: ../countries.php:87
msgid "Mongolia"
msgstr "Mongolia"
#: ../countries.php:88
msgid "Macau"
msgstr "Macau"
#: ../countries.php:89
msgid "Maldives"
msgstr "Maldives"
#: ../countries.php:90
msgid "Malaysia"
msgstr "Malaysia"
#: ../countries.php:91
msgid "Nepal"
msgstr "Nepal"
#: ../countries.php:92
msgid "Oman"
msgstr "Oman"
#: ../countries.php:93
msgid "Philippines"
msgstr "Philippines"
#: ../countries.php:94
msgid "Pakistan"
msgstr "Pakistan"
#: ../countries.php:95
msgid "Qatar"
msgstr "Qatar"
#: ../countries.php:96
msgid "Saudi Arabia"
msgstr "Saudi Arabia"
#: ../countries.php:97
msgid "Singapore"
msgstr "Singapore"
#: ../countries.php:98
msgid "Thailand"
msgstr "Thailand"
#: ../countries.php:99
msgid "Tajikistan"
msgstr "Tajikistan"
#: ../countries.php:100
msgid "Turkmenistan"
msgstr "Turkmenistan"
#: ../countries.php:101
msgid "Taiwan"
msgstr "Taiwan"
#: ../countries.php:102
msgid "Uzbekistan"
msgstr "Uzbekistan"
#: ../countries.php:103
msgid "Vietnam"
msgstr "Vietnam"
#: ../countries.php:104
msgid "Yemen"
msgstr "Yemen"
#: ../countries.php:106
msgid "Europe"
msgstr "Europe"
#: ../countries.php:107
msgid "Andorra"
msgstr "Andorra"
#: ../countries.php:108
msgid "Albania"
msgstr "Albania"
#: ../countries.php:109
msgid "Austria"
msgstr "Austria"
#: ../countries.php:110
msgid "Bosnia and Herzegovina"
msgstr "Bosnia and Herzegovina"
#: ../countries.php:111
msgid "Belgium"
msgstr "Belgium"
#: ../countries.php:112
msgid "Bulgaria"
msgstr "Bulgaria"
#: ../countries.php:113
msgid "Belarus"
msgstr "Belarus"
#: ../countries.php:114
msgid "Switzerland"
msgstr "Switzerland"
#: ../countries.php:115
msgid "Czech Republic"
msgstr "Czech Republic"
#: ../countries.php:116
msgid "Germany"
msgstr "Germany"
#: ../countries.php:117
msgid "Denmark"
msgstr "Denmark"
#: ../countries.php:118
msgid "Estonia"
msgstr "Estonia"
#: ../countries.php:119
msgid "Spain"
msgstr "Spain"
#: ../countries.php:120
msgid "Finland"
msgstr "Finland"
#: ../countries.php:121
msgid "France"
msgstr "France"
#: ../countries.php:122
msgid "United Kingdom"
msgstr "United Kingdom"
#: ../countries.php:123
msgid "Greece"
msgstr "Greece"
#: ../countries.php:124
msgid "Croatia"
msgstr "Croatia"
#: ../countries.php:125
msgid "Hungary"
msgstr "Hungary"
#: ../countries.php:126
msgid "Ireland"
msgstr "Ireland"
#: ../countries.php:127
msgid "Iceland"
msgstr "Iceland"
#: ../countries.php:128
msgid "Italy"
msgstr "Italy"
#: ../countries.php:129
msgid "Liechtenstein"
msgstr "Liechtenstein"
#: ../countries.php:130
msgid "Lithuania"
msgstr "Lithuania"
#: ../countries.php:131
msgid "Luxembourg"
msgstr "Luxembourg"
#: ../countries.php:132
msgid "Latvia"
msgstr "Latvia"
#: ../countries.php:133
msgid "Monaco"
msgstr "Monaco"
#: ../countries.php:134
msgid "Moldova"
msgstr "Moldova"
#: ../countries.php:135
msgid "Montenegro"
msgstr "Montenegro"
#: ../countries.php:136
msgid "Macedonia"
msgstr "Macedonia"
#: ../countries.php:137
msgid "Malta"
msgstr "Malta"
#: ../countries.php:138
msgid "Malawi"
msgstr "Malawi"
#: ../countries.php:139
msgid "Netherlands"
msgstr "Netherlands"
#: ../countries.php:140
msgid "Norway"
msgstr "Norway"
#: ../countries.php:141
msgid "Poland"
msgstr "Poland"
#: ../countries.php:142
msgid "Portugal"
msgstr "Portugal"
#: ../countries.php:143
msgid "Romania"
msgstr "Romania"
#: ../countries.php:144
msgid "Serbia"
msgstr "Serbia"
#: ../countries.php:145
msgid "Russia"
msgstr "Russia"
#: ../countries.php:146
msgid "Sweden"
msgstr "Sweden"
#: ../countries.php:147
msgid "Slovenia"
msgstr "Slovenia"
#: ../countries.php:148
msgid "Slovakia"
msgstr "Slovakia"
#: ../countries.php:149
msgid "San Marino"
msgstr "San Marino"
#: ../countries.php:150
msgid "Turkey"
msgstr "Turkey"
#: ../countries.php:151
msgid "Ukraine"
msgstr "Ukraine"
#: ../countries.php:152
msgid "Vatican City"
msgstr "Vatican City"
#: ../countries.php:154
msgid "North America"
msgstr "North America"
#: ../countries.php:155
msgid "Antigua and Barbuda"
msgstr "Antigua and Barbuda"
#: ../countries.php:156
msgid "Barbados"
msgstr "Barbados"
#: ../countries.php:157
msgid "Bahamas"
msgstr "Bahamas"
#: ../countries.php:158
msgid "Belize"
msgstr "Belize"
#: ../countries.php:159
msgid "Canada"
msgstr "Canada"
#: ../countries.php:160
msgid "Costa Rica"
msgstr "Costa Rica"
#: ../countries.php:161
msgid "Cuba"
msgstr "Cuba"
#: ../countries.php:162
msgid "Dominica"
msgstr "Dominica"
#: ../countries.php:163
msgid "Dominican Republic"
msgstr "Dominican Republic"
#: ../countries.php:164
msgid "Grenada"
msgstr "Grenada"
#: ../countries.php:165
msgid "Guatemala"
msgstr "Guatemala"
#: ../countries.php:166
msgid "Honduras"
msgstr "Honduras"
#: ../countries.php:167
msgid "Haiti"
msgstr "Haiti"
#: ../countries.php:168
msgid "Jamaica"
msgstr "Jamaica"
#: ../countries.php:169
msgid "Saint Kitts and Nevis"
msgstr "Saint Kitts and Nevis"
#: ../countries.php:170
msgid "Saint Lucia"
msgstr "Saint Lucia"
#: ../countries.php:171
msgid "Mexico"
msgstr "Mexico"
#: ../countries.php:172
msgid "Nicaragua"
msgstr "Nicaragua"
#: ../countries.php:173
msgid "Panama"
msgstr "Panama"
#: ../countries.php:174
msgid "El Salvador"
msgstr "El Salvador"
#: ../countries.php:175
msgid "United States"
msgstr "United States"
#: ../countries.php:176
msgid "Saint Vincent and the Grenadines"
msgstr "Saint Vincent and the Grenadines"
#: ../countries.php:178
msgid "Oceania"
msgstr "Oceania"
#: ../countries.php:179
msgid "Australia"
msgstr "Australia"
#: ../countries.php:180
msgid "East Timor"
msgstr "East Timor"
#: ../countries.php:181
msgid "Fiji"
msgstr "Fiji"
#: ../countries.php:182
msgid "Micronesia"
msgstr "Micronesia"
#: ../countries.php:183
msgid "Indonesia"
msgstr "Indonesia"
#: ../countries.php:184
msgid "Kiribati"
msgstr "Kiribati"
#: ../countries.php:185
msgid "Marshall Islands"
msgstr "Marshall Islands"
#: ../countries.php:186
msgid "Nauru"
msgstr "Nauru"
#: ../countries.php:187
msgid "New Zealand"
msgstr "New Zealand"
#: ../countries.php:188
msgid "Papua New Guinea"
msgstr "Papua New Guinea"
#: ../countries.php:189
msgid "Palau"
msgstr "Palau"
#: ../countries.php:190
msgid "Solomon Islands"
msgstr "Solomon Islands"
#: ../countries.php:191
msgid "Tonga"
msgstr "Tonga"
#: ../countries.php:192
msgid "Tuvalu"
msgstr "Tuvalu"
#: ../countries.php:193
msgid "Vanuatu"
msgstr "Vanuatu"
#: ../countries.php:194
msgid "Samoa"
msgstr "Samoa"
#: ../countries.php:196
msgid "South America"
msgstr "South America"
#: ../countries.php:197
msgid "Argentina"
msgstr "Argentina"
#: ../countries.php:198
msgid "Bolivia"
msgstr "Bolivia"
#: ../countries.php:199
msgid "Brazil"
msgstr "Brazil"
#: ../countries.php:200
msgid "Chile"
msgstr "Chile"
#: ../countries.php:201
msgid "Colombia"
msgstr "Colombia"
#: ../countries.php:202
msgid "Ecuador"
msgstr "Ecuador"
#: ../countries.php:203
msgid "Guyana"
msgstr "Guyana"
#: ../countries.php:204
msgid "Peru"
msgstr "Peru"
#: ../countries.php:205
msgid "Paraguay"
msgstr "Paraguay"
#: ../countries.php:206
msgid "Suriname"
msgstr "Suriname"
#: ../countries.php:207
msgid "Trinidad and Tobago"
msgstr "Trinidad and Tobago"
#: ../countries.php:208
msgid "Uruguay"
msgstr "Uruguay"
#: ../countries.php:209
msgid "Venezuela"
msgstr "Venezuela"

Binary file not shown.

View File

@@ -1,828 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: SportsPress 0.1.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-01-13 00:29+1000\n"
"PO-Revision-Date: 2014-01-13 00:58+1000\n"
"Last-Translator: ThemeBoy <translate@themeboy.com>\n"
"Language-Team: ThemeBoy <translate@themeboy.com>\n"
"Language: es_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"
"esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
"X-Poedit-Basepath: .\n"
"X-Generator: Poedit 1.6.3\n"
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../countries.php:3
msgid "Africa"
msgstr "África"
#: ../countries.php:4
msgid "Angola"
msgstr "Angola"
#: ../countries.php:5
msgid "Burkina Faso"
msgstr "Burkina Faso"
#: ../countries.php:6
msgid "Burundi"
msgstr "Burundi"
#: ../countries.php:7
msgid "Benin"
msgstr "Benín"
#: ../countries.php:8
msgid "Botswana"
msgstr "Botsuana"
#: ../countries.php:9
msgid "Democratic Republic of the Congo"
msgstr "República Democrática del Congo"
#: ../countries.php:10
msgid "Central African Republic"
msgstr "República Centroafricana"
#: ../countries.php:11
msgid "Republic of the Congo"
msgstr "República del Congo"
#: ../countries.php:12
msgid "Cote d'Ivoire"
msgstr "Costa de Marfil"
#: ../countries.php:13
msgid "Cameroon"
msgstr "Camerún"
#: ../countries.php:14
msgid "Cape Verde"
msgstr "Cabo Verde"
#: ../countries.php:15
msgid "Djibouti"
msgstr "Yibuti"
#: ../countries.php:16
msgid "Algeria"
msgstr "Argelia"
#: ../countries.php:17
msgid "Egypt"
msgstr "Egipto"
#: ../countries.php:18
msgid "Western Sahara"
msgstr "Sahara Occidental"
#: ../countries.php:19
msgid "Eritrea"
msgstr "Eritrea"
#: ../countries.php:20
msgid "Ethiopia"
msgstr "Etiopía"
#: ../countries.php:21
msgid "Gabon"
msgstr "Gabón"
#: ../countries.php:22
msgid "Ghana"
msgstr "Ghana"
#: ../countries.php:23
msgid "Gambia"
msgstr "Gambia"
#: ../countries.php:24
msgid "Guinea"
msgstr "Guinea"
#: ../countries.php:25
msgid "Equatorial Guinea"
msgstr "Guinea Ecuatorial"
#: ../countries.php:26
msgid "Guinea-Bissau"
msgstr "Guinea-Bissau"
#: ../countries.php:27
msgid "Kenya"
msgstr "Kenia"
#: ../countries.php:28
msgid "Comoros"
msgstr "Comoras"
#: ../countries.php:29
msgid "Liberia"
msgstr "Liberia"
#: ../countries.php:30
msgid "Lesotho"
msgstr "Lesoto"
#: ../countries.php:31
msgid "Libya"
msgstr "Libia"
#: ../countries.php:32
msgid "Morocco"
msgstr "Marruecos"
#: ../countries.php:33
msgid "Madagascar"
msgstr "Madagascar"
#: ../countries.php:34
msgid "Mali"
msgstr "Malí"
#: ../countries.php:35
msgid "Mauritania"
msgstr "Mauritania"
#: ../countries.php:36
msgid "Mauritius"
msgstr "Mauricio"
#: ../countries.php:37
msgid "Mozambique"
msgstr "Mozambique"
#: ../countries.php:38
msgid "Namibia"
msgstr "Namibia"
#: ../countries.php:39
msgid "Niger"
msgstr "Níger"
#: ../countries.php:40
msgid "Nigeria"
msgstr "Nigeria"
#: ../countries.php:41
msgid "Rwanda"
msgstr "Ruanda"
#: ../countries.php:42
msgid "Seychelles"
msgstr "Seychelles"
#: ../countries.php:43
msgid "Sudan"
msgstr "Sudán"
#: ../countries.php:44
msgid "Sierra Leone"
msgstr "Sierra Leona"
#: ../countries.php:45
msgid "Senegal"
msgstr "Senegal"
#: ../countries.php:46
msgid "Somalia"
msgstr "Somalia"
#: ../countries.php:47
msgid "Sao Tome and Principe"
msgstr "Santo Tomé y Príncipe"
#: ../countries.php:48
msgid "Swaziland"
msgstr "Suazilandia"
#: ../countries.php:49
msgid "Chad"
msgstr "Chad"
#: ../countries.php:50
msgid "Togo"
msgstr "Togo"
#: ../countries.php:51
msgid "Tunisia"
msgstr "Túnez"
#: ../countries.php:52
msgid "Tanzania"
msgstr "Tanzania"
#: ../countries.php:53
msgid "Uganda"
msgstr "Uganda"
#: ../countries.php:54
msgid "South Africa"
msgstr "Sudáfrica"
#: ../countries.php:55
msgid "Zambia"
msgstr "Zambia"
#: ../countries.php:56
msgid "Zimbabwe"
msgstr "Zimbabue"
#: ../countries.php:58
msgid "Asia"
msgstr "Asia"
#: ../countries.php:59
msgid "United Arab Emirates"
msgstr "Emiratos Árabes Unidos"
#: ../countries.php:60
msgid "Afghanistan"
msgstr "Afganistán"
#: ../countries.php:61
msgid "Armenia"
msgstr "Armenia"
#: ../countries.php:62
msgid "Azerbaijan"
msgstr "Azerbaiyán"
#: ../countries.php:63
msgid "Bangladesh"
msgstr "Bangladesh"
#: ../countries.php:64
msgid "Bahrain"
msgstr "Bahréin"
#: ../countries.php:65
msgid "Brunei"
msgstr "Brunéi"
#: ../countries.php:66
msgid "Bhutan"
msgstr "Bután"
#: ../countries.php:67
msgid "China"
msgstr "China"
#: ../countries.php:68
msgid "Cyprus"
msgstr "Chipre"
#: ../countries.php:69
msgid "Georgia"
msgstr "Georgia"
#: ../countries.php:70
msgid "Hong Kong"
msgstr "Hong Kong"
#: ../countries.php:71
msgid "Israel"
msgstr "Israel"
#: ../countries.php:72
msgid "India"
msgstr "India"
#: ../countries.php:73
msgid "Iraq"
msgstr "Iraq"
#: ../countries.php:74
msgid "Iran"
msgstr "Irán"
#: ../countries.php:75
msgid "Jordan"
msgstr "Jordania"
#: ../countries.php:76
msgid "Japan"
msgstr "Japón"
#: ../countries.php:77
msgid "Kyrgyzstan"
msgstr "Kirguistán"
#: ../countries.php:78
msgid "Cambodia"
msgstr "Camboya"
#: ../countries.php:79
msgid "North Korea"
msgstr "Corea del Norte"
#: ../countries.php:80
msgid "South Korea"
msgstr "Corea del Sur"
#: ../countries.php:81
msgid "Kuwait"
msgstr "Kuwait"
#: ../countries.php:82
msgid "Kazakhstan"
msgstr "Kazajistán"
#: ../countries.php:83
msgid "Laos"
msgstr "Laos"
#: ../countries.php:84
msgid "Lebanon"
msgstr "Líbano"
#: ../countries.php:85
msgid "Sri Lanka"
msgstr "Sri Lanka"
#: ../countries.php:86
msgid "Myanmar"
msgstr "Myanmar"
#: ../countries.php:87
msgid "Mongolia"
msgstr "Mongolia"
#: ../countries.php:88
msgid "Macau"
msgstr "Macau"
#: ../countries.php:89
msgid "Maldives"
msgstr "Maldivas"
#: ../countries.php:90
msgid "Malaysia"
msgstr "Malasia"
#: ../countries.php:91
msgid "Nepal"
msgstr "Nepal"
#: ../countries.php:92
msgid "Oman"
msgstr "Omán"
#: ../countries.php:93
msgid "Philippines"
msgstr "Filipinas"
#: ../countries.php:94
msgid "Pakistan"
msgstr "Pakistán"
#: ../countries.php:95
msgid "Qatar"
msgstr "Qatar"
#: ../countries.php:96
msgid "Saudi Arabia"
msgstr "Arabia Saudita"
#: ../countries.php:97
msgid "Singapore"
msgstr "Singapur"
#: ../countries.php:98
msgid "Thailand"
msgstr "Tailandia"
#: ../countries.php:99
msgid "Tajikistan"
msgstr "Tayikistán"
#: ../countries.php:100
msgid "Turkmenistan"
msgstr "Turkmenistán"
#: ../countries.php:101
msgid "Taiwan"
msgstr "Taiwán"
#: ../countries.php:102
msgid "Uzbekistan"
msgstr "Uzbekistán"
#: ../countries.php:103
msgid "Vietnam"
msgstr "Vietnam"
#: ../countries.php:104
msgid "Yemen"
msgstr "Yemen"
#: ../countries.php:106
msgid "Europe"
msgstr "Europa"
#: ../countries.php:107
msgid "Andorra"
msgstr "Andorra"
#: ../countries.php:108
msgid "Albania"
msgstr "Albania"
#: ../countries.php:109
msgid "Austria"
msgstr "Austria"
#: ../countries.php:110
msgid "Bosnia and Herzegovina"
msgstr "Bosnia y Herzegovina"
#: ../countries.php:111
msgid "Belgium"
msgstr "Bélgica"
#: ../countries.php:112
msgid "Bulgaria"
msgstr "Bulgaria"
#: ../countries.php:113
msgid "Belarus"
msgstr "Bielorrusia"
#: ../countries.php:114
msgid "Switzerland"
msgstr "Suiza"
#: ../countries.php:115
msgid "Czech Republic"
msgstr "República Checa"
#: ../countries.php:116
msgid "Germany"
msgstr "Alemania"
#: ../countries.php:117
msgid "Denmark"
msgstr "Dinamarca"
#: ../countries.php:118
msgid "Estonia"
msgstr "Estonia"
#: ../countries.php:119
msgid "Spain"
msgstr "España"
#: ../countries.php:120
msgid "Finland"
msgstr "Finlandia"
#: ../countries.php:121
msgid "France"
msgstr "Francia"
#: ../countries.php:122
msgid "United Kingdom"
msgstr "Reino Unido"
#: ../countries.php:123
msgid "Greece"
msgstr "Grecia"
#: ../countries.php:124
msgid "Croatia"
msgstr "Croacia"
#: ../countries.php:125
msgid "Hungary"
msgstr "Hungría"
#: ../countries.php:126
msgid "Ireland"
msgstr "Irlanda"
#: ../countries.php:127
msgid "Iceland"
msgstr "Islandia"
#: ../countries.php:128
msgid "Italy"
msgstr "Italia"
#: ../countries.php:129
msgid "Liechtenstein"
msgstr "Liechtenstein"
#: ../countries.php:130
msgid "Lithuania"
msgstr "Lituania"
#: ../countries.php:131
msgid "Luxembourg"
msgstr "Luxemburgo"
#: ../countries.php:132
msgid "Latvia"
msgstr "Letonia"
#: ../countries.php:133
msgid "Monaco"
msgstr "Mónaco"
#: ../countries.php:134
msgid "Moldova"
msgstr "Moldavia"
#: ../countries.php:135
msgid "Montenegro"
msgstr "Montenegro"
#: ../countries.php:136
msgid "Macedonia"
msgstr "ARY Macedonia"
#: ../countries.php:137
msgid "Malta"
msgstr "Malta"
#: ../countries.php:138
msgid "Malawi"
msgstr "Malawi"
#: ../countries.php:139
msgid "Netherlands"
msgstr "Países Bajos"
#: ../countries.php:140
msgid "Norway"
msgstr "Noruega"
#: ../countries.php:141
msgid "Poland"
msgstr "Polonia"
#: ../countries.php:142
msgid "Portugal"
msgstr "Portugal"
#: ../countries.php:143
msgid "Romania"
msgstr "Rumania"
#: ../countries.php:144
msgid "Serbia"
msgstr "Serbia"
#: ../countries.php:145
msgid "Russia"
msgstr "Rusia"
#: ../countries.php:146
msgid "Sweden"
msgstr "Suecia"
#: ../countries.php:147
msgid "Slovenia"
msgstr "Eslovenia"
#: ../countries.php:148
msgid "Slovakia"
msgstr "Eslovaquia"
#: ../countries.php:149
msgid "San Marino"
msgstr "San Marino"
#: ../countries.php:150
msgid "Turkey"
msgstr "Turquía"
#: ../countries.php:151
msgid "Ukraine"
msgstr "Ucrania"
#: ../countries.php:152
msgid "Vatican City"
msgstr "Ciudad del Vaticano"
#: ../countries.php:154
msgid "North America"
msgstr "América del Norte"
#: ../countries.php:155
msgid "Antigua and Barbuda"
msgstr "Antigua y Barbuda"
#: ../countries.php:156
msgid "Barbados"
msgstr "Barbados"
#: ../countries.php:157
msgid "Bahamas"
msgstr "Bahamas"
#: ../countries.php:158
msgid "Belize"
msgstr "Belice"
#: ../countries.php:159
msgid "Canada"
msgstr "Canadá"
#: ../countries.php:160
msgid "Costa Rica"
msgstr "Costa Rica"
#: ../countries.php:161
msgid "Cuba"
msgstr "Cuba"
#: ../countries.php:162
msgid "Dominica"
msgstr "Dominica"
#: ../countries.php:163
msgid "Dominican Republic"
msgstr "República Dominicana"
#: ../countries.php:164
msgid "Grenada"
msgstr "Granada"
#: ../countries.php:165
msgid "Guatemala"
msgstr "Guatemala"
#: ../countries.php:166
msgid "Honduras"
msgstr "Honduras"
#: ../countries.php:167
msgid "Haiti"
msgstr "Haití"
#: ../countries.php:168
msgid "Jamaica"
msgstr "Jamaica"
#: ../countries.php:169
msgid "Saint Kitts and Nevis"
msgstr "San Cristóbal y Nieves"
#: ../countries.php:170
msgid "Saint Lucia"
msgstr "Santa Lucía"
#: ../countries.php:171
msgid "Mexico"
msgstr "México"
#: ../countries.php:172
msgid "Nicaragua"
msgstr "Nicaragua"
#: ../countries.php:173
msgid "Panama"
msgstr "Panamá"
#: ../countries.php:174
msgid "El Salvador"
msgstr "El Salvador"
#: ../countries.php:175
msgid "United States"
msgstr "Estados Unidos"
#: ../countries.php:176
msgid "Saint Vincent and the Grenadines"
msgstr "San Vicente y las Granadinas"
#: ../countries.php:178
msgid "Oceania"
msgstr "Oceanía"
#: ../countries.php:179
msgid "Australia"
msgstr "Australia"
#: ../countries.php:180
msgid "East Timor"
msgstr "Timor Oriental"
#: ../countries.php:181
msgid "Fiji"
msgstr "Fiyi"
#: ../countries.php:182
msgid "Micronesia"
msgstr "Micronesia"
#: ../countries.php:183
msgid "Indonesia"
msgstr "Indonesia"
#: ../countries.php:184
msgid "Kiribati"
msgstr "Kiribati"
#: ../countries.php:185
msgid "Marshall Islands"
msgstr "Islas Marshall"
#: ../countries.php:186
msgid "Nauru"
msgstr "Nauru"
#: ../countries.php:187
msgid "New Zealand"
msgstr "Nueva Zelanda"
#: ../countries.php:188
msgid "Papua New Guinea"
msgstr "Papúa Nueva Guinea"
#: ../countries.php:189
msgid "Palau"
msgstr "Palaos"
#: ../countries.php:190
msgid "Solomon Islands"
msgstr "Islas Salomón"
#: ../countries.php:191
msgid "Tonga"
msgstr "Tonga"
#: ../countries.php:192
msgid "Tuvalu"
msgstr "Tuvalu"
#: ../countries.php:193
msgid "Vanuatu"
msgstr "Vanuatu"
#: ../countries.php:194
msgid "Samoa"
msgstr "Samoa"
#: ../countries.php:196
msgid "South America"
msgstr "América del Sur"
#: ../countries.php:197
msgid "Argentina"
msgstr "Argentina"
#: ../countries.php:198
msgid "Bolivia"
msgstr "Bolivia"
#: ../countries.php:199
msgid "Brazil"
msgstr "Brasil"
#: ../countries.php:200
msgid "Chile"
msgstr "Chile"
#: ../countries.php:201
msgid "Colombia"
msgstr "Colombia"
#: ../countries.php:202
msgid "Ecuador"
msgstr "Ecuador"
#: ../countries.php:203
msgid "Guyana"
msgstr "Guyana"
#: ../countries.php:204
msgid "Peru"
msgstr "Perú"
#: ../countries.php:205
msgid "Paraguay"
msgstr "Paraguay"
#: ../countries.php:206
msgid "Suriname"
msgstr "Surinam"
#: ../countries.php:207
msgid "Trinidad and Tobago"
msgstr "Trinidad y Tobago"
#: ../countries.php:208
msgid "Uruguay"
msgstr "Uruguay"
#: ../countries.php:209
msgid "Venezuela"
msgstr "Venezuela"

Binary file not shown.

View File

@@ -1,828 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: SportsPress 0.1.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-01-13 00:44+1000\n"
"PO-Revision-Date: 2014-01-13 01:00+1000\n"
"Last-Translator: ThemeBoy <translate@themeboy.com>\n"
"Language-Team: ThemeBoy <translate@themeboy.com>\n"
"Language: fr_FR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"
"esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
"X-Poedit-Basepath: .\n"
"X-Generator: Poedit 1.6.3\n"
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../countries.php:3
msgid "Africa"
msgstr "Afrique"
#: ../countries.php:4
msgid "Angola"
msgstr "Angola"
#: ../countries.php:5
msgid "Burkina Faso"
msgstr "Burkina Faso"
#: ../countries.php:6
msgid "Burundi"
msgstr "Burundi"
#: ../countries.php:7
msgid "Benin"
msgstr "Bénin"
#: ../countries.php:8
msgid "Botswana"
msgstr "Botswana"
#: ../countries.php:9
msgid "Democratic Republic of the Congo"
msgstr "Congo-Kinshasa / (République démocratique du Congo)"
#: ../countries.php:10
msgid "Central African Republic"
msgstr "Centrafrique"
#: ../countries.php:11
msgid "Republic of the Congo"
msgstr "Congo-Brazzaville / (Congo)"
#: ../countries.php:12
msgid "Cote d'Ivoire"
msgstr "Côte d'Ivoire"
#: ../countries.php:13
msgid "Cameroon"
msgstr "Cameroun"
#: ../countries.php:14
msgid "Cape Verde"
msgstr "Cap-Vert"
#: ../countries.php:15
msgid "Djibouti"
msgstr "Djibouti"
#: ../countries.php:16
msgid "Algeria"
msgstr "Algérie"
#: ../countries.php:17
msgid "Egypt"
msgstr "Égypte"
#: ../countries.php:18
msgid "Western Sahara"
msgstr "Sahara occidental"
#: ../countries.php:19
msgid "Eritrea"
msgstr "Érythrée"
#: ../countries.php:20
msgid "Ethiopia"
msgstr "Éthiopie"
#: ../countries.php:21
msgid "Gabon"
msgstr "Gabon"
#: ../countries.php:22
msgid "Ghana"
msgstr "Ghana"
#: ../countries.php:23
msgid "Gambia"
msgstr "Gambie"
#: ../countries.php:24
msgid "Guinea"
msgstr "Guinée"
#: ../countries.php:25
msgid "Equatorial Guinea"
msgstr "Guinée équatoriale"
#: ../countries.php:26
msgid "Guinea-Bissau"
msgstr "Guinée-Bissau"
#: ../countries.php:27
msgid "Kenya"
msgstr "Kenya"
#: ../countries.php:28
msgid "Comoros"
msgstr "Comores"
#: ../countries.php:29
msgid "Liberia"
msgstr "Libéria"
#: ../countries.php:30
msgid "Lesotho"
msgstr "Lesotho"
#: ../countries.php:31
msgid "Libya"
msgstr "Libye"
#: ../countries.php:32
msgid "Morocco"
msgstr "Maroc"
#: ../countries.php:33
msgid "Madagascar"
msgstr "Madagascar"
#: ../countries.php:34
msgid "Mali"
msgstr "Mali"
#: ../countries.php:35
msgid "Mauritania"
msgstr "Mauritanie"
#: ../countries.php:36
msgid "Mauritius"
msgstr "Maurice (pays)"
#: ../countries.php:37
msgid "Mozambique"
msgstr "Mozambique"
#: ../countries.php:38
msgid "Namibia"
msgstr "Namibie"
#: ../countries.php:39
msgid "Niger"
msgstr "Niger"
#: ../countries.php:40
msgid "Nigeria"
msgstr "Nigeria"
#: ../countries.php:41
msgid "Rwanda"
msgstr "Rwanda"
#: ../countries.php:42
msgid "Seychelles"
msgstr "Seychelles"
#: ../countries.php:43
msgid "Sudan"
msgstr "Soudan"
#: ../countries.php:44
msgid "Sierra Leone"
msgstr "Sierra Leone"
#: ../countries.php:45
msgid "Senegal"
msgstr "Sénégal"
#: ../countries.php:46
msgid "Somalia"
msgstr "Somalie"
#: ../countries.php:47
msgid "Sao Tome and Principe"
msgstr "São Tomé-et-Principe"
#: ../countries.php:48
msgid "Swaziland"
msgstr "Swaziland"
#: ../countries.php:49
msgid "Chad"
msgstr "Tchad"
#: ../countries.php:50
msgid "Togo"
msgstr "Togo"
#: ../countries.php:51
msgid "Tunisia"
msgstr "Tunisie"
#: ../countries.php:52
msgid "Tanzania"
msgstr "Tanzanie"
#: ../countries.php:53
msgid "Uganda"
msgstr "Ouganda"
#: ../countries.php:54
msgid "South Africa"
msgstr "Afrique du Sud"
#: ../countries.php:55
msgid "Zambia"
msgstr "Zambie"
#: ../countries.php:56
msgid "Zimbabwe"
msgstr "Zimbabwe"
#: ../countries.php:58
msgid "Asia"
msgstr "Asie"
#: ../countries.php:59
msgid "United Arab Emirates"
msgstr "Émirats arabes unis"
#: ../countries.php:60
msgid "Afghanistan"
msgstr "Afghanistan"
#: ../countries.php:61
msgid "Armenia"
msgstr "Arménie"
#: ../countries.php:62
msgid "Azerbaijan"
msgstr "Azerbaïdjan"
#: ../countries.php:63
msgid "Bangladesh"
msgstr "Bangladesh"
#: ../countries.php:64
msgid "Bahrain"
msgstr "Bahreïn"
#: ../countries.php:65
msgid "Brunei"
msgstr "Brunei"
#: ../countries.php:66
msgid "Bhutan"
msgstr "Bhoutan"
#: ../countries.php:67
msgid "China"
msgstr "Chine"
#: ../countries.php:68
msgid "Cyprus"
msgstr "Chypre (pays)"
#: ../countries.php:69
msgid "Georgia"
msgstr "Géorgie (pays)"
#: ../countries.php:70
msgid "Hong Kong"
msgstr "Hong-Kong"
#: ../countries.php:71
msgid "Israel"
msgstr "Israël"
#: ../countries.php:72
msgid "India"
msgstr "Inde"
#: ../countries.php:73
msgid "Iraq"
msgstr "Irak"
#: ../countries.php:74
msgid "Iran"
msgstr "Iran"
#: ../countries.php:75
msgid "Jordan"
msgstr "Jordanie"
#: ../countries.php:76
msgid "Japan"
msgstr "Japon"
#: ../countries.php:77
msgid "Kyrgyzstan"
msgstr "Kirghizistan"
#: ../countries.php:78
msgid "Cambodia"
msgstr "Cambodge"
#: ../countries.php:79
msgid "North Korea"
msgstr "Corée du Nord"
#: ../countries.php:80
msgid "South Korea"
msgstr "Corée du Sud"
#: ../countries.php:81
msgid "Kuwait"
msgstr "Koweït"
#: ../countries.php:82
msgid "Kazakhstan"
msgstr "Kazakhstan"
#: ../countries.php:83
msgid "Laos"
msgstr "Laos"
#: ../countries.php:84
msgid "Lebanon"
msgstr "Liban"
#: ../countries.php:85
msgid "Sri Lanka"
msgstr "Sri Lanka"
#: ../countries.php:86
msgid "Myanmar"
msgstr "Birmanie"
#: ../countries.php:87
msgid "Mongolia"
msgstr "Mongolie"
#: ../countries.php:88
msgid "Macau"
msgstr "Macao"
#: ../countries.php:89
msgid "Maldives"
msgstr "Maldives"
#: ../countries.php:90
msgid "Malaysia"
msgstr "Malaisie"
#: ../countries.php:91
msgid "Nepal"
msgstr "Népal"
#: ../countries.php:92
msgid "Oman"
msgstr "Oman"
#: ../countries.php:93
msgid "Philippines"
msgstr "Philippines"
#: ../countries.php:94
msgid "Pakistan"
msgstr "Pakistan"
#: ../countries.php:95
msgid "Qatar"
msgstr "Qatar"
#: ../countries.php:96
msgid "Saudi Arabia"
msgstr "Arabie saoudite"
#: ../countries.php:97
msgid "Singapore"
msgstr "Singapour"
#: ../countries.php:98
msgid "Thailand"
msgstr "Thaïlande"
#: ../countries.php:99
msgid "Tajikistan"
msgstr "Tadjikistan"
#: ../countries.php:100
msgid "Turkmenistan"
msgstr "Turkménistan"
#: ../countries.php:101
msgid "Taiwan"
msgstr "Taiwan / (République de Chine)"
#: ../countries.php:102
msgid "Uzbekistan"
msgstr "Ouzbékistan"
#: ../countries.php:103
msgid "Vietnam"
msgstr "Viêt Nam"
#: ../countries.php:104
msgid "Yemen"
msgstr "Yémen"
#: ../countries.php:106
msgid "Europe"
msgstr "Europe"
#: ../countries.php:107
msgid "Andorra"
msgstr "Andorre"
#: ../countries.php:108
msgid "Albania"
msgstr "Albanie"
#: ../countries.php:109
msgid "Austria"
msgstr "Autriche"
#: ../countries.php:110
msgid "Bosnia and Herzegovina"
msgstr "Bosnie-Herzégovine"
#: ../countries.php:111
msgid "Belgium"
msgstr "Belgique"
#: ../countries.php:112
msgid "Bulgaria"
msgstr "Bulgarie"
#: ../countries.php:113
msgid "Belarus"
msgstr "Biélorussie"
#: ../countries.php:114
msgid "Switzerland"
msgstr "Suisse"
#: ../countries.php:115
msgid "Czech Republic"
msgstr "République tchèque"
#: ../countries.php:116
msgid "Germany"
msgstr "Allemagne"
#: ../countries.php:117
msgid "Denmark"
msgstr "Danemark"
#: ../countries.php:118
msgid "Estonia"
msgstr "Estonie"
#: ../countries.php:119
msgid "Spain"
msgstr "Espagne"
#: ../countries.php:120
msgid "Finland"
msgstr "Finlande"
#: ../countries.php:121
msgid "France"
msgstr "France"
#: ../countries.php:122
msgid "United Kingdom"
msgstr "Royaume-Uni"
#: ../countries.php:123
msgid "Greece"
msgstr "Grèce"
#: ../countries.php:124
msgid "Croatia"
msgstr "Croatie"
#: ../countries.php:125
msgid "Hungary"
msgstr "Hongrie"
#: ../countries.php:126
msgid "Ireland"
msgstr "Irlande (pays)"
#: ../countries.php:127
msgid "Iceland"
msgstr "Islande"
#: ../countries.php:128
msgid "Italy"
msgstr "Italie"
#: ../countries.php:129
msgid "Liechtenstein"
msgstr "Liechtenstein"
#: ../countries.php:130
msgid "Lithuania"
msgstr "Lituanie"
#: ../countries.php:131
msgid "Luxembourg"
msgstr "Luxembourg (pays)"
#: ../countries.php:132
msgid "Latvia"
msgstr "Lettonie"
#: ../countries.php:133
msgid "Monaco"
msgstr "Monaco"
#: ../countries.php:134
msgid "Moldova"
msgstr "Moldavie"
#: ../countries.php:135
msgid "Montenegro"
msgstr "Monténégro"
#: ../countries.php:136
msgid "Macedonia"
msgstr "Macédoine (pays)"
#: ../countries.php:137
msgid "Malta"
msgstr "Malte"
#: ../countries.php:138
msgid "Malawi"
msgstr "Malawi"
#: ../countries.php:139
msgid "Netherlands"
msgstr "Pays-Bas"
#: ../countries.php:140
msgid "Norway"
msgstr "Norvège"
#: ../countries.php:141
msgid "Poland"
msgstr "Pologne"
#: ../countries.php:142
msgid "Portugal"
msgstr "Portugal"
#: ../countries.php:143
msgid "Romania"
msgstr "Roumanie"
#: ../countries.php:144
msgid "Serbia"
msgstr "Serbie"
#: ../countries.php:145
msgid "Russia"
msgstr "Russie"
#: ../countries.php:146
msgid "Sweden"
msgstr "Suède"
#: ../countries.php:147
msgid "Slovenia"
msgstr "Slovénie"
#: ../countries.php:148
msgid "Slovakia"
msgstr "Slovaquie"
#: ../countries.php:149
msgid "San Marino"
msgstr "Saint-Marin"
#: ../countries.php:150
msgid "Turkey"
msgstr "Turquie"
#: ../countries.php:151
msgid "Ukraine"
msgstr "Ukraine"
#: ../countries.php:152
msgid "Vatican City"
msgstr "Vatican / (Saint-Siège)"
#: ../countries.php:154
msgid "North America"
msgstr "Amérique du Nord"
#: ../countries.php:155
msgid "Antigua and Barbuda"
msgstr "Antigua-et-Barbuda"
#: ../countries.php:156
msgid "Barbados"
msgstr "Barbade"
#: ../countries.php:157
msgid "Bahamas"
msgstr "Bahamas"
#: ../countries.php:158
msgid "Belize"
msgstr "Belize"
#: ../countries.php:159
msgid "Canada"
msgstr "Canada"
#: ../countries.php:160
msgid "Costa Rica"
msgstr "Costa Rica"
#: ../countries.php:161
msgid "Cuba"
msgstr "Cuba"
#: ../countries.php:162
msgid "Dominica"
msgstr "Dominique"
#: ../countries.php:163
msgid "Dominican Republic"
msgstr "République dominicaine"
#: ../countries.php:164
msgid "Grenada"
msgstr "Grenade (pays)"
#: ../countries.php:165
msgid "Guatemala"
msgstr "Guatemala"
#: ../countries.php:166
msgid "Honduras"
msgstr "Honduras"
#: ../countries.php:167
msgid "Haiti"
msgstr "Haïti"
#: ../countries.php:168
msgid "Jamaica"
msgstr "Jamaïque"
#: ../countries.php:169
msgid "Saint Kitts and Nevis"
msgstr "Saint-Christophe-et-Niévès"
#: ../countries.php:170
msgid "Saint Lucia"
msgstr "Sainte-Lucie"
#: ../countries.php:171
msgid "Mexico"
msgstr "Mexique"
#: ../countries.php:172
msgid "Nicaragua"
msgstr "Nicaragua"
#: ../countries.php:173
msgid "Panama"
msgstr "Panamá"
#: ../countries.php:174
msgid "El Salvador"
msgstr "Salvador"
#: ../countries.php:175
msgid "United States"
msgstr "États-Unis"
#: ../countries.php:176
msgid "Saint Vincent and the Grenadines"
msgstr "Saint-Vincent-et-les Grenadines"
#: ../countries.php:178
msgid "Oceania"
msgstr "Océanie"
#: ../countries.php:179
msgid "Australia"
msgstr "Australie"
#: ../countries.php:180
msgid "East Timor"
msgstr "Timor oriental"
#: ../countries.php:181
msgid "Fiji"
msgstr "Fidji"
#: ../countries.php:182
msgid "Micronesia"
msgstr "Micronésie (pays)"
#: ../countries.php:183
msgid "Indonesia"
msgstr "Indonésie"
#: ../countries.php:184
msgid "Kiribati"
msgstr "Kiribati"
#: ../countries.php:185
msgid "Marshall Islands"
msgstr "Marshall (pays)"
#: ../countries.php:186
msgid "Nauru"
msgstr "Nauru"
#: ../countries.php:187
msgid "New Zealand"
msgstr "Nouvelle-Zélande"
#: ../countries.php:188
msgid "Papua New Guinea"
msgstr "Papouasie-Nouvelle-Guinée"
#: ../countries.php:189
msgid "Palau"
msgstr "Palaos"
#: ../countries.php:190
msgid "Solomon Islands"
msgstr "Îles Salomon"
#: ../countries.php:191
msgid "Tonga"
msgstr "Tonga"
#: ../countries.php:192
msgid "Tuvalu"
msgstr "Tuvalu"
#: ../countries.php:193
msgid "Vanuatu"
msgstr "Vanuatu"
#: ../countries.php:194
msgid "Samoa"
msgstr "Samoa"
#: ../countries.php:196
msgid "South America"
msgstr "Amérique du Sud"
#: ../countries.php:197
msgid "Argentina"
msgstr "Argentine"
#: ../countries.php:198
msgid "Bolivia"
msgstr "Bolivie"
#: ../countries.php:199
msgid "Brazil"
msgstr "Brésil"
#: ../countries.php:200
msgid "Chile"
msgstr "Chili"
#: ../countries.php:201
msgid "Colombia"
msgstr "Colombie"
#: ../countries.php:202
msgid "Ecuador"
msgstr "Équateur"
#: ../countries.php:203
msgid "Guyana"
msgstr "Guyana"
#: ../countries.php:204
msgid "Peru"
msgstr "Pérou"
#: ../countries.php:205
msgid "Paraguay"
msgstr "Paraguay"
#: ../countries.php:206
msgid "Suriname"
msgstr "Suriname"
#: ../countries.php:207
msgid "Trinidad and Tobago"
msgstr "Trinité-et-Tobago"
#: ../countries.php:208
msgid "Uruguay"
msgstr "Uruguay"
#: ../countries.php:209
msgid "Venezuela"
msgstr "Venezuela"

Binary file not shown.

View File

@@ -1,828 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: SportsPress 0.1.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-01-13 00:29+1000\n"
"PO-Revision-Date: 2014-01-13 01:02+1000\n"
"Last-Translator: ThemeBoy <translate@themeboy.com>\n"
"Language-Team: ThemeBoy <translate@themeboy.com>\n"
"Language: it_IT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"
"esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
"X-Poedit-Basepath: .\n"
"X-Generator: Poedit 1.6.3\n"
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../countries.php:3
msgid "Africa"
msgstr "Africa"
#: ../countries.php:4
msgid "Angola"
msgstr "Angola"
#: ../countries.php:5
msgid "Burkina Faso"
msgstr "Burkina Faso"
#: ../countries.php:6
msgid "Burundi"
msgstr "Burundi"
#: ../countries.php:7
msgid "Benin"
msgstr "Benin"
#: ../countries.php:8
msgid "Botswana"
msgstr "Botswana"
#: ../countries.php:9
msgid "Democratic Republic of the Congo"
msgstr "Rep. Dem. del Congo"
#: ../countries.php:10
msgid "Central African Republic"
msgstr "Repubblica Centrafricana"
#: ../countries.php:11
msgid "Republic of the Congo"
msgstr "Repubblica del Congo"
#: ../countries.php:12
msgid "Cote d'Ivoire"
msgstr "Costa d'Avorio"
#: ../countries.php:13
msgid "Cameroon"
msgstr "Camerun"
#: ../countries.php:14
msgid "Cape Verde"
msgstr "Capo Verde"
#: ../countries.php:15
msgid "Djibouti"
msgstr "Gibuti"
#: ../countries.php:16
msgid "Algeria"
msgstr "Algeria"
#: ../countries.php:17
msgid "Egypt"
msgstr "Egitto"
#: ../countries.php:18
msgid "Western Sahara"
msgstr "Sahara Occidentale"
#: ../countries.php:19
msgid "Eritrea"
msgstr "Eritrea"
#: ../countries.php:20
msgid "Ethiopia"
msgstr "Etiopia"
#: ../countries.php:21
msgid "Gabon"
msgstr "Gabon"
#: ../countries.php:22
msgid "Ghana"
msgstr "Ghana"
#: ../countries.php:23
msgid "Gambia"
msgstr "Gambia"
#: ../countries.php:24
msgid "Guinea"
msgstr "Guinea"
#: ../countries.php:25
msgid "Equatorial Guinea"
msgstr "Guinea Equatoriale"
#: ../countries.php:26
msgid "Guinea-Bissau"
msgstr "Guinea-Bissau"
#: ../countries.php:27
msgid "Kenya"
msgstr "Kenya"
#: ../countries.php:28
msgid "Comoros"
msgstr "Comore"
#: ../countries.php:29
msgid "Liberia"
msgstr "Liberia"
#: ../countries.php:30
msgid "Lesotho"
msgstr "Lesotho"
#: ../countries.php:31
msgid "Libya"
msgstr "Libia"
#: ../countries.php:32
msgid "Morocco"
msgstr "Marocco"
#: ../countries.php:33
msgid "Madagascar"
msgstr "Madagascar"
#: ../countries.php:34
msgid "Mali"
msgstr "Mali"
#: ../countries.php:35
msgid "Mauritania"
msgstr "Mauritania"
#: ../countries.php:36
msgid "Mauritius"
msgstr "Mauritius"
#: ../countries.php:37
msgid "Mozambique"
msgstr "Mozambico"
#: ../countries.php:38
msgid "Namibia"
msgstr "Namibia"
#: ../countries.php:39
msgid "Niger"
msgstr "Niger"
#: ../countries.php:40
msgid "Nigeria"
msgstr "Nigeria"
#: ../countries.php:41
msgid "Rwanda"
msgstr "Ruanda"
#: ../countries.php:42
msgid "Seychelles"
msgstr "Seychelles"
#: ../countries.php:43
msgid "Sudan"
msgstr "Sudan"
#: ../countries.php:44
msgid "Sierra Leone"
msgstr "Sierra Leone"
#: ../countries.php:45
msgid "Senegal"
msgstr "Senegal"
#: ../countries.php:46
msgid "Somalia"
msgstr "Somalia"
#: ../countries.php:47
msgid "Sao Tome and Principe"
msgstr "São Tomé e Príncipe"
#: ../countries.php:48
msgid "Swaziland"
msgstr "Swaziland"
#: ../countries.php:49
msgid "Chad"
msgstr "Ciad"
#: ../countries.php:50
msgid "Togo"
msgstr "Togo"
#: ../countries.php:51
msgid "Tunisia"
msgstr "Tunisia"
#: ../countries.php:52
msgid "Tanzania"
msgstr "Tanzania"
#: ../countries.php:53
msgid "Uganda"
msgstr "Uganda"
#: ../countries.php:54
msgid "South Africa"
msgstr "Sudafrica"
#: ../countries.php:55
msgid "Zambia"
msgstr "Zambia"
#: ../countries.php:56
msgid "Zimbabwe"
msgstr "Zimbabwe"
#: ../countries.php:58
msgid "Asia"
msgstr "Asia"
#: ../countries.php:59
msgid "United Arab Emirates"
msgstr "Emirati Arabi Uniti"
#: ../countries.php:60
msgid "Afghanistan"
msgstr "Afghanistan"
#: ../countries.php:61
msgid "Armenia"
msgstr "Armenia"
#: ../countries.php:62
msgid "Azerbaijan"
msgstr "Azerbaigian"
#: ../countries.php:63
msgid "Bangladesh"
msgstr "Bangladesh"
#: ../countries.php:64
msgid "Bahrain"
msgstr "Bahrain"
#: ../countries.php:65
msgid "Brunei"
msgstr "Brunei"
#: ../countries.php:66
msgid "Bhutan"
msgstr "Bhutan"
#: ../countries.php:67
msgid "China"
msgstr "Cina"
#: ../countries.php:68
msgid "Cyprus"
msgstr "Cipro"
#: ../countries.php:69
msgid "Georgia"
msgstr "Georgia"
#: ../countries.php:70
msgid "Hong Kong"
msgstr "Hong Kong"
#: ../countries.php:71
msgid "Israel"
msgstr "Israele"
#: ../countries.php:72
msgid "India"
msgstr "India"
#: ../countries.php:73
msgid "Iraq"
msgstr "Iraq"
#: ../countries.php:74
msgid "Iran"
msgstr "Iran"
#: ../countries.php:75
msgid "Jordan"
msgstr "Giordania"
#: ../countries.php:76
msgid "Japan"
msgstr "Giappone"
#: ../countries.php:77
msgid "Kyrgyzstan"
msgstr "Kirghizistan"
#: ../countries.php:78
msgid "Cambodia"
msgstr "Cambogia"
#: ../countries.php:79
msgid "North Korea"
msgstr "Corea del Nord"
#: ../countries.php:80
msgid "South Korea"
msgstr "Corea del Sud"
#: ../countries.php:81
msgid "Kuwait"
msgstr "Kuwait"
#: ../countries.php:82
msgid "Kazakhstan"
msgstr "Kazakistan"
#: ../countries.php:83
msgid "Laos"
msgstr "Laos"
#: ../countries.php:84
msgid "Lebanon"
msgstr "Libano"
#: ../countries.php:85
msgid "Sri Lanka"
msgstr "Sri Lanka"
#: ../countries.php:86
msgid "Myanmar"
msgstr "Birmania"
#: ../countries.php:87
msgid "Mongolia"
msgstr "Mongolia"
#: ../countries.php:88
msgid "Macau"
msgstr "Macau"
#: ../countries.php:89
msgid "Maldives"
msgstr "Maldive"
#: ../countries.php:90
msgid "Malaysia"
msgstr "Malesia"
#: ../countries.php:91
msgid "Nepal"
msgstr "Nepal"
#: ../countries.php:92
msgid "Oman"
msgstr "Oman"
#: ../countries.php:93
msgid "Philippines"
msgstr "Filippine"
#: ../countries.php:94
msgid "Pakistan"
msgstr "Pakistan"
#: ../countries.php:95
msgid "Qatar"
msgstr "Qatar"
#: ../countries.php:96
msgid "Saudi Arabia"
msgstr "Arabia Saudita"
#: ../countries.php:97
msgid "Singapore"
msgstr "Singapore"
#: ../countries.php:98
msgid "Thailand"
msgstr "Thailandia"
#: ../countries.php:99
msgid "Tajikistan"
msgstr "Tagikistan"
#: ../countries.php:100
msgid "Turkmenistan"
msgstr "Turkmenistan"
#: ../countries.php:101
msgid "Taiwan"
msgstr "Taiwan"
#: ../countries.php:102
msgid "Uzbekistan"
msgstr "Uzbekistan"
#: ../countries.php:103
msgid "Vietnam"
msgstr "Vietnam"
#: ../countries.php:104
msgid "Yemen"
msgstr "Yemen"
#: ../countries.php:106
msgid "Europe"
msgstr "Europa"
#: ../countries.php:107
msgid "Andorra"
msgstr "Andorra"
#: ../countries.php:108
msgid "Albania"
msgstr "Albania"
#: ../countries.php:109
msgid "Austria"
msgstr "Austria"
#: ../countries.php:110
msgid "Bosnia and Herzegovina"
msgstr "Bosnia-Erzegovina"
#: ../countries.php:111
msgid "Belgium"
msgstr "Belgio"
#: ../countries.php:112
msgid "Bulgaria"
msgstr "Bulgaria"
#: ../countries.php:113
msgid "Belarus"
msgstr "Bielorussia"
#: ../countries.php:114
msgid "Switzerland"
msgstr "Svizzera"
#: ../countries.php:115
msgid "Czech Republic"
msgstr "Repubblica Ceca"
#: ../countries.php:116
msgid "Germany"
msgstr "Germania"
#: ../countries.php:117
msgid "Denmark"
msgstr "Danimarca"
#: ../countries.php:118
msgid "Estonia"
msgstr "Estonia"
#: ../countries.php:119
msgid "Spain"
msgstr "Spagna"
#: ../countries.php:120
msgid "Finland"
msgstr "Finlandia"
#: ../countries.php:121
msgid "France"
msgstr "Francia"
#: ../countries.php:122
msgid "United Kingdom"
msgstr "Regno Unito"
#: ../countries.php:123
msgid "Greece"
msgstr "Grecia"
#: ../countries.php:124
msgid "Croatia"
msgstr "Croazia"
#: ../countries.php:125
msgid "Hungary"
msgstr "Ungheria"
#: ../countries.php:126
msgid "Ireland"
msgstr "Irlanda"
#: ../countries.php:127
msgid "Iceland"
msgstr "Islanda"
#: ../countries.php:128
msgid "Italy"
msgstr "Italia"
#: ../countries.php:129
msgid "Liechtenstein"
msgstr "Liechtenstein"
#: ../countries.php:130
msgid "Lithuania"
msgstr "Lituania"
#: ../countries.php:131
msgid "Luxembourg"
msgstr "Lussemburgo"
#: ../countries.php:132
msgid "Latvia"
msgstr "Lettonia"
#: ../countries.php:133
msgid "Monaco"
msgstr "Principato di Monaco"
#: ../countries.php:134
msgid "Moldova"
msgstr "Moldavia"
#: ../countries.php:135
msgid "Montenegro"
msgstr "Montenegro"
#: ../countries.php:136
msgid "Macedonia"
msgstr "Macedonia"
#: ../countries.php:137
msgid "Malta"
msgstr "Malta"
#: ../countries.php:138
msgid "Malawi"
msgstr "Malawi"
#: ../countries.php:139
msgid "Netherlands"
msgstr "Paesi Bassi"
#: ../countries.php:140
msgid "Norway"
msgstr "Norvegia"
#: ../countries.php:141
msgid "Poland"
msgstr "Polonia"
#: ../countries.php:142
msgid "Portugal"
msgstr "Portogallo"
#: ../countries.php:143
msgid "Romania"
msgstr "Romania"
#: ../countries.php:144
msgid "Serbia"
msgstr "Serbia"
#: ../countries.php:145
msgid "Russia"
msgstr "Russia"
#: ../countries.php:146
msgid "Sweden"
msgstr "Svezia"
#: ../countries.php:147
msgid "Slovenia"
msgstr "Slovenia"
#: ../countries.php:148
msgid "Slovakia"
msgstr "Slovacchia"
#: ../countries.php:149
msgid "San Marino"
msgstr "San Marino"
#: ../countries.php:150
msgid "Turkey"
msgstr "Turchia"
#: ../countries.php:151
msgid "Ukraine"
msgstr "Ucraina"
#: ../countries.php:152
msgid "Vatican City"
msgstr "Città del Vaticano"
#: ../countries.php:154
msgid "North America"
msgstr "Nord America"
#: ../countries.php:155
msgid "Antigua and Barbuda"
msgstr "Antigua e Barbuda"
#: ../countries.php:156
msgid "Barbados"
msgstr "Barbados"
#: ../countries.php:157
msgid "Bahamas"
msgstr "Bahamas"
#: ../countries.php:158
msgid "Belize"
msgstr "Belize"
#: ../countries.php:159
msgid "Canada"
msgstr "Canada"
#: ../countries.php:160
msgid "Costa Rica"
msgstr "Costa Rica"
#: ../countries.php:161
msgid "Cuba"
msgstr "Cuba"
#: ../countries.php:162
msgid "Dominica"
msgstr "Dominica"
#: ../countries.php:163
msgid "Dominican Republic"
msgstr "Repubblica Dominicana"
#: ../countries.php:164
msgid "Grenada"
msgstr "Grenada"
#: ../countries.php:165
msgid "Guatemala"
msgstr "Guatemala"
#: ../countries.php:166
msgid "Honduras"
msgstr "Honduras"
#: ../countries.php:167
msgid "Haiti"
msgstr "Haiti"
#: ../countries.php:168
msgid "Jamaica"
msgstr "Giamaica"
#: ../countries.php:169
msgid "Saint Kitts and Nevis"
msgstr "Saint Kitts e Nevis"
#: ../countries.php:170
msgid "Saint Lucia"
msgstr "Santa Lucia"
#: ../countries.php:171
msgid "Mexico"
msgstr "Messico"
#: ../countries.php:172
msgid "Nicaragua"
msgstr "Nicaragua"
#: ../countries.php:173
msgid "Panama"
msgstr "Panamá"
#: ../countries.php:174
msgid "El Salvador"
msgstr "El Salvador"
#: ../countries.php:175
msgid "United States"
msgstr "Stati Uniti d'America"
#: ../countries.php:176
msgid "Saint Vincent and the Grenadines"
msgstr "Saint Vincent e Grenadine"
#: ../countries.php:178
msgid "Oceania"
msgstr "Oceania"
#: ../countries.php:179
msgid "Australia"
msgstr "Australia"
#: ../countries.php:180
msgid "East Timor"
msgstr "Timor Est"
#: ../countries.php:181
msgid "Fiji"
msgstr "Figi"
#: ../countries.php:182
msgid "Micronesia"
msgstr "Micronesia"
#: ../countries.php:183
msgid "Indonesia"
msgstr "Indonesia"
#: ../countries.php:184
msgid "Kiribati"
msgstr "Kiribati"
#: ../countries.php:185
msgid "Marshall Islands"
msgstr "Isole Marshall"
#: ../countries.php:186
msgid "Nauru"
msgstr "Nauru"
#: ../countries.php:187
msgid "New Zealand"
msgstr "Nuova Zelanda"
#: ../countries.php:188
msgid "Papua New Guinea"
msgstr "Papua Nuova Guinea"
#: ../countries.php:189
msgid "Palau"
msgstr "Palau"
#: ../countries.php:190
msgid "Solomon Islands"
msgstr "Isole Salomone"
#: ../countries.php:191
msgid "Tonga"
msgstr "Tonga"
#: ../countries.php:192
msgid "Tuvalu"
msgstr "Tuvalu"
#: ../countries.php:193
msgid "Vanuatu"
msgstr "Vanuatu"
#: ../countries.php:194
msgid "Samoa"
msgstr "Samoa"
#: ../countries.php:196
msgid "South America"
msgstr "America del Sud"
#: ../countries.php:197
msgid "Argentina"
msgstr "Argentina"
#: ../countries.php:198
msgid "Bolivia"
msgstr "Bolivia"
#: ../countries.php:199
msgid "Brazil"
msgstr "Brasile"
#: ../countries.php:200
msgid "Chile"
msgstr "Cile"
#: ../countries.php:201
msgid "Colombia"
msgstr "Colombia"
#: ../countries.php:202
msgid "Ecuador"
msgstr "Ecuador"
#: ../countries.php:203
msgid "Guyana"
msgstr "Guyana"
#: ../countries.php:204
msgid "Peru"
msgstr "Perù"
#: ../countries.php:205
msgid "Paraguay"
msgstr "Paraguay"
#: ../countries.php:206
msgid "Suriname"
msgstr "Suriname"
#: ../countries.php:207
msgid "Trinidad and Tobago"
msgstr "Trinidad e Tobago"
#: ../countries.php:208
msgid "Uruguay"
msgstr "Uruguay"
#: ../countries.php:209
msgid "Venezuela"
msgstr "Venezuela"

Binary file not shown.

View File

@@ -1,828 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: SportsPress 0.1.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-01-13 01:17+1000\n"
"PO-Revision-Date: 2014-01-13 01:58+1000\n"
"Last-Translator: ThemeBoy <translate@themeboy.com>\n"
"Language-Team: ThemeBoy <translate@themeboy.com>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"
"esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
"X-Poedit-Basepath: .\n"
"X-Generator: Poedit 1.6.3\n"
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../countries.php:3
msgid "Africa"
msgstr "アフリカ"
#: ../countries.php:4
msgid "Angola"
msgstr "アンゴラ"
#: ../countries.php:5
msgid "Burkina Faso"
msgstr "ブルキナファソ"
#: ../countries.php:6
msgid "Burundi"
msgstr "ブルンジ"
#: ../countries.php:7
msgid "Benin"
msgstr "ベナン"
#: ../countries.php:8
msgid "Botswana"
msgstr "ボツワナ"
#: ../countries.php:9
msgid "Democratic Republic of the Congo"
msgstr "コンゴ民主共和国"
#: ../countries.php:10
msgid "Central African Republic"
msgstr "中央アフリカ共和国"
#: ../countries.php:11
msgid "Republic of the Congo"
msgstr "コンゴ共和国"
#: ../countries.php:12
msgid "Cote d'Ivoire"
msgstr "コートジボワール"
#: ../countries.php:13
msgid "Cameroon"
msgstr "カメルーン"
#: ../countries.php:14
msgid "Cape Verde"
msgstr "カーボベルデ"
#: ../countries.php:15
msgid "Djibouti"
msgstr "ジブチ"
#: ../countries.php:16
msgid "Algeria"
msgstr "アルジェリア"
#: ../countries.php:17
msgid "Egypt"
msgstr "エジプト"
#: ../countries.php:18
msgid "Western Sahara"
msgstr "西サハラ"
#: ../countries.php:19
msgid "Eritrea"
msgstr "エリトリア"
#: ../countries.php:20
msgid "Ethiopia"
msgstr "エチオピア"
#: ../countries.php:21
msgid "Gabon"
msgstr "ガボン"
#: ../countries.php:22
msgid "Ghana"
msgstr "ガーナ"
#: ../countries.php:23
msgid "Gambia"
msgstr "ガンビア"
#: ../countries.php:24
msgid "Guinea"
msgstr "ギニア"
#: ../countries.php:25
msgid "Equatorial Guinea"
msgstr "赤道ギニア"
#: ../countries.php:26
msgid "Guinea-Bissau"
msgstr "ギニアビサウ"
#: ../countries.php:27
msgid "Kenya"
msgstr "ケニア"
#: ../countries.php:28
msgid "Comoros"
msgstr "コモロ"
#: ../countries.php:29
msgid "Liberia"
msgstr "リベリア"
#: ../countries.php:30
msgid "Lesotho"
msgstr "レソト"
#: ../countries.php:31
msgid "Libya"
msgstr "リビア"
#: ../countries.php:32
msgid "Morocco"
msgstr "モロッコ"
#: ../countries.php:33
msgid "Madagascar"
msgstr "マダガスカル"
#: ../countries.php:34
msgid "Mali"
msgstr "マリ"
#: ../countries.php:35
msgid "Mauritania"
msgstr "モーリタニア"
#: ../countries.php:36
msgid "Mauritius"
msgstr "モーリシャス"
#: ../countries.php:37
msgid "Mozambique"
msgstr "モザンビーク"
#: ../countries.php:38
msgid "Namibia"
msgstr "ナミビア"
#: ../countries.php:39
msgid "Niger"
msgstr "ニジェール"
#: ../countries.php:40
msgid "Nigeria"
msgstr "ナイジェリア"
#: ../countries.php:41
msgid "Rwanda"
msgstr "ルワンダ"
#: ../countries.php:42
msgid "Seychelles"
msgstr "セーシェル"
#: ../countries.php:43
msgid "Sudan"
msgstr "スーダン"
#: ../countries.php:44
msgid "Sierra Leone"
msgstr "シエラレオネ"
#: ../countries.php:45
msgid "Senegal"
msgstr "セネガル"
#: ../countries.php:46
msgid "Somalia"
msgstr "ソマリア"
#: ../countries.php:47
msgid "Sao Tome and Principe"
msgstr "サントメ・プリンシペ"
#: ../countries.php:48
msgid "Swaziland"
msgstr "スワジランド"
#: ../countries.php:49
msgid "Chad"
msgstr "チャド"
#: ../countries.php:50
msgid "Togo"
msgstr "トーゴ"
#: ../countries.php:51
msgid "Tunisia"
msgstr "チュニジア"
#: ../countries.php:52
msgid "Tanzania"
msgstr "タンザニア"
#: ../countries.php:53
msgid "Uganda"
msgstr "ウガンダ"
#: ../countries.php:54
msgid "South Africa"
msgstr "南アフリカ"
#: ../countries.php:55
msgid "Zambia"
msgstr "ザンビア"
#: ../countries.php:56
msgid "Zimbabwe"
msgstr "ジンバブエ"
#: ../countries.php:58
msgid "Asia"
msgstr "アジア"
#: ../countries.php:59
msgid "United Arab Emirates"
msgstr "アラブ首長国連邦"
#: ../countries.php:60
msgid "Afghanistan"
msgstr "アフガニスタン"
#: ../countries.php:61
msgid "Armenia"
msgstr "アルメニア"
#: ../countries.php:62
msgid "Azerbaijan"
msgstr "アゼルバイジャン"
#: ../countries.php:63
msgid "Bangladesh"
msgstr "バングラデシュ"
#: ../countries.php:64
msgid "Bahrain"
msgstr "バーレーン"
#: ../countries.php:65
msgid "Brunei"
msgstr "ブルネイ・ダルサラーム"
#: ../countries.php:66
msgid "Bhutan"
msgstr "ブータン"
#: ../countries.php:67
msgid "China"
msgstr "中華人民共和国"
#: ../countries.php:68
msgid "Cyprus"
msgstr "キプロス"
#: ../countries.php:69
msgid "Georgia"
msgstr "グルジア"
#: ../countries.php:70
msgid "Hong Kong"
msgstr "香港"
#: ../countries.php:71
msgid "Israel"
msgstr "イスラエル"
#: ../countries.php:72
msgid "India"
msgstr "インド"
#: ../countries.php:73
msgid "Iraq"
msgstr "イラク"
#: ../countries.php:74
msgid "Iran"
msgstr "イラン・イスラム共和国"
#: ../countries.php:75
msgid "Jordan"
msgstr "ヨルダン"
#: ../countries.php:76
msgid "Japan"
msgstr "日本"
#: ../countries.php:77
msgid "Kyrgyzstan"
msgstr "キルギス"
#: ../countries.php:78
msgid "Cambodia"
msgstr "カンボジア"
#: ../countries.php:79
msgid "North Korea"
msgstr "朝鮮民主主義人民共和国"
#: ../countries.php:80
msgid "South Korea"
msgstr "大韓民国"
#: ../countries.php:81
msgid "Kuwait"
msgstr "クウェート"
#: ../countries.php:82
msgid "Kazakhstan"
msgstr "カザフスタン"
#: ../countries.php:83
msgid "Laos"
msgstr "ラオス人民民主共和国"
#: ../countries.php:84
msgid "Lebanon"
msgstr "レバノン"
#: ../countries.php:85
msgid "Sri Lanka"
msgstr "スリランカ"
#: ../countries.php:86
msgid "Myanmar"
msgstr "ミャンマー"
#: ../countries.php:87
msgid "Mongolia"
msgstr "モンゴル"
#: ../countries.php:88
msgid "Macau"
msgstr "マカオ"
#: ../countries.php:89
msgid "Maldives"
msgstr "モルディブ"
#: ../countries.php:90
msgid "Malaysia"
msgstr "マレーシア"
#: ../countries.php:91
msgid "Nepal"
msgstr "ネパール"
#: ../countries.php:92
msgid "Oman"
msgstr "オマーン"
#: ../countries.php:93
msgid "Philippines"
msgstr "フィリピン"
#: ../countries.php:94
msgid "Pakistan"
msgstr "パキスタン"
#: ../countries.php:95
msgid "Qatar"
msgstr "カタール"
#: ../countries.php:96
msgid "Saudi Arabia"
msgstr "サウジアラビア"
#: ../countries.php:97
msgid "Singapore"
msgstr "シンガポール"
#: ../countries.php:98
msgid "Thailand"
msgstr "タイ"
#: ../countries.php:99
msgid "Tajikistan"
msgstr "タジキスタン"
#: ../countries.php:100
msgid "Turkmenistan"
msgstr "トルクメニスタン"
#: ../countries.php:101
msgid "Taiwan"
msgstr "台湾"
#: ../countries.php:102
msgid "Uzbekistan"
msgstr "ウズベキスタン"
#: ../countries.php:103
msgid "Vietnam"
msgstr "ベトナム"
#: ../countries.php:104
msgid "Yemen"
msgstr "イエメン"
#: ../countries.php:106
msgid "Europe"
msgstr "ヨーロッパ"
#: ../countries.php:107
msgid "Andorra"
msgstr "アンドラ"
#: ../countries.php:108
msgid "Albania"
msgstr "アルバニア"
#: ../countries.php:109
msgid "Austria"
msgstr "オーストリア"
#: ../countries.php:110
msgid "Bosnia and Herzegovina"
msgstr "ボスニア・ヘルツェゴビナ"
#: ../countries.php:111
msgid "Belgium"
msgstr "ベルギー"
#: ../countries.php:112
msgid "Bulgaria"
msgstr "ブルガリア"
#: ../countries.php:113
msgid "Belarus"
msgstr "ベラルーシ"
#: ../countries.php:114
msgid "Switzerland"
msgstr "スイス"
#: ../countries.php:115
msgid "Czech Republic"
msgstr "チェコ"
#: ../countries.php:116
msgid "Germany"
msgstr "ドイツ"
#: ../countries.php:117
msgid "Denmark"
msgstr "デンマーク"
#: ../countries.php:118
msgid "Estonia"
msgstr "エストニア"
#: ../countries.php:119
msgid "Spain"
msgstr "スペイン"
#: ../countries.php:120
msgid "Finland"
msgstr "フィンランド"
#: ../countries.php:121
msgid "France"
msgstr "フランス"
#: ../countries.php:122
msgid "United Kingdom"
msgstr "イギリス"
#: ../countries.php:123
msgid "Greece"
msgstr "ギリシャ"
#: ../countries.php:124
msgid "Croatia"
msgstr "クロアチア"
#: ../countries.php:125
msgid "Hungary"
msgstr "ハンガリー"
#: ../countries.php:126
msgid "Ireland"
msgstr "アイルランド"
#: ../countries.php:127
msgid "Iceland"
msgstr "アイスランド"
#: ../countries.php:128
msgid "Italy"
msgstr "イタリア"
#: ../countries.php:129
msgid "Liechtenstein"
msgstr "リヒテンシュタイン"
#: ../countries.php:130
msgid "Lithuania"
msgstr "リトアニア"
#: ../countries.php:131
msgid "Luxembourg"
msgstr "ルクセンブルク"
#: ../countries.php:132
msgid "Latvia"
msgstr "ラトビア"
#: ../countries.php:133
msgid "Monaco"
msgstr "モナコ"
#: ../countries.php:134
msgid "Moldova"
msgstr "モルドバ共和国"
#: ../countries.php:135
msgid "Montenegro"
msgstr "モンテネグロ"
#: ../countries.php:136
msgid "Macedonia"
msgstr "マケドニア旧ユーゴスラビア共和国"
#: ../countries.php:137
msgid "Malta"
msgstr "マルタ"
#: ../countries.php:138
msgid "Malawi"
msgstr "マラウイ"
#: ../countries.php:139
msgid "Netherlands"
msgstr "オランダ"
#: ../countries.php:140
msgid "Norway"
msgstr "ノルウェー"
#: ../countries.php:141
msgid "Poland"
msgstr "ポーランド"
#: ../countries.php:142
msgid "Portugal"
msgstr "ポルトガル"
#: ../countries.php:143
msgid "Romania"
msgstr "ルーマニア"
#: ../countries.php:144
msgid "Serbia"
msgstr "セルビア"
#: ../countries.php:145
msgid "Russia"
msgstr "ロシア連邦"
#: ../countries.php:146
msgid "Sweden"
msgstr "スウェーデン"
#: ../countries.php:147
msgid "Slovenia"
msgstr "スロベニア"
#: ../countries.php:148
msgid "Slovakia"
msgstr "スロバキア"
#: ../countries.php:149
msgid "San Marino"
msgstr "サンマリノ"
#: ../countries.php:150
msgid "Turkey"
msgstr "トルコ"
#: ../countries.php:151
msgid "Ukraine"
msgstr "ウクライナ"
#: ../countries.php:152
msgid "Vatican City"
msgstr "バチカン市国"
#: ../countries.php:154
msgid "North America"
msgstr "北アメリカ"
#: ../countries.php:155
msgid "Antigua and Barbuda"
msgstr "アンティグア・バーブーダ"
#: ../countries.php:156
msgid "Barbados"
msgstr "バルバドス"
#: ../countries.php:157
msgid "Bahamas"
msgstr "バハマ"
#: ../countries.php:158
msgid "Belize"
msgstr "ベリーズ"
#: ../countries.php:159
msgid "Canada"
msgstr "カナダ"
#: ../countries.php:160
msgid "Costa Rica"
msgstr "コスタリカ"
#: ../countries.php:161
msgid "Cuba"
msgstr "キューバ"
#: ../countries.php:162
msgid "Dominica"
msgstr "ドミニカ国"
#: ../countries.php:163
msgid "Dominican Republic"
msgstr "ドミニカ共和国"
#: ../countries.php:164
msgid "Grenada"
msgstr "グレナダ"
#: ../countries.php:165
msgid "Guatemala"
msgstr "グアテマラ"
#: ../countries.php:166
msgid "Honduras"
msgstr "ホンジュラス"
#: ../countries.php:167
msgid "Haiti"
msgstr "ハイチ"
#: ../countries.php:168
msgid "Jamaica"
msgstr "ジャマイカ"
#: ../countries.php:169
msgid "Saint Kitts and Nevis"
msgstr "セントクリストファー・ネイビス"
#: ../countries.php:170
msgid "Saint Lucia"
msgstr "セントルシア"
#: ../countries.php:171
msgid "Mexico"
msgstr "メキシコ"
#: ../countries.php:172
msgid "Nicaragua"
msgstr "ニカラグア"
#: ../countries.php:173
msgid "Panama"
msgstr "パナマ"
#: ../countries.php:174
msgid "El Salvador"
msgstr "エルサルバドル"
#: ../countries.php:175
msgid "United States"
msgstr "アメリカ合衆国"
#: ../countries.php:176
msgid "Saint Vincent and the Grenadines"
msgstr "セントビンセントおよびグレナディーン諸島"
#: ../countries.php:178
msgid "Oceania"
msgstr "オセアニア"
#: ../countries.php:179
msgid "Australia"
msgstr "オーストラリア"
#: ../countries.php:180
msgid "East Timor"
msgstr "東ティモール"
#: ../countries.php:181
msgid "Fiji"
msgstr "フィジー"
#: ../countries.php:182
msgid "Micronesia"
msgstr "ミクロネシア連邦"
#: ../countries.php:183
msgid "Indonesia"
msgstr "インドネシア"
#: ../countries.php:184
msgid "Kiribati"
msgstr "キリバス"
#: ../countries.php:185
msgid "Marshall Islands"
msgstr "マーシャル諸島"
#: ../countries.php:186
msgid "Nauru"
msgstr "ナウル"
#: ../countries.php:187
msgid "New Zealand"
msgstr "ニュージーランド"
#: ../countries.php:188
msgid "Papua New Guinea"
msgstr "パプアニューギニア"
#: ../countries.php:189
msgid "Palau"
msgstr "パラオ"
#: ../countries.php:190
msgid "Solomon Islands"
msgstr "ソロモン諸島"
#: ../countries.php:191
msgid "Tonga"
msgstr "トンガ"
#: ../countries.php:192
msgid "Tuvalu"
msgstr "ツバル"
#: ../countries.php:193
msgid "Vanuatu"
msgstr "バヌアツ"
#: ../countries.php:194
msgid "Samoa"
msgstr "サモア"
#: ../countries.php:196
msgid "South America"
msgstr "南アメリカ"
#: ../countries.php:197
msgid "Argentina"
msgstr "アルゼンチン"
#: ../countries.php:198
msgid "Bolivia"
msgstr "ボリビア多民族国"
#: ../countries.php:199
msgid "Brazil"
msgstr "ブラジル"
#: ../countries.php:200
msgid "Chile"
msgstr "チリ"
#: ../countries.php:201
msgid "Colombia"
msgstr "コロンビア"
#: ../countries.php:202
msgid "Ecuador"
msgstr "エクアドル"
#: ../countries.php:203
msgid "Guyana"
msgstr "ガイアナ"
#: ../countries.php:204
msgid "Peru"
msgstr "ペルー"
#: ../countries.php:205
msgid "Paraguay"
msgstr "パラグアイ"
#: ../countries.php:206
msgid "Suriname"
msgstr "スリナム"
#: ../countries.php:207
msgid "Trinidad and Tobago"
msgstr "トリニダード・トバゴ"
#: ../countries.php:208
msgid "Uruguay"
msgstr "ウルグアイ"
#: ../countries.php:209
msgid "Venezuela"
msgstr "ベネズエラ・ボリバル共和国"

Binary file not shown.

View File

@@ -1,829 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: SportsPress 0.1.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-01-13 00:32+1000\n"
"PO-Revision-Date: 2014-01-13 01:05+1000\n"
"Last-Translator: ThemeBoy <translate@themeboy.com>\n"
"Language-Team: ThemeBoy <translate@themeboy.com>\n"
"Language: pl_PL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"
"esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
"X-Poedit-Basepath: .\n"
"X-Generator: Poedit 1.6.3\n"
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../countries.php:3
msgid "Africa"
msgstr "Afryka"
#: ../countries.php:4
msgid "Angola"
msgstr "Angola"
#: ../countries.php:5
msgid "Burkina Faso"
msgstr "Burkina Faso"
#: ../countries.php:6
msgid "Burundi"
msgstr "Burundi"
#: ../countries.php:7
msgid "Benin"
msgstr "Benin"
#: ../countries.php:8
msgid "Botswana"
msgstr "Botswana"
#: ../countries.php:9
msgid "Democratic Republic of the Congo"
msgstr "Demokratyczna Republika Konga"
#: ../countries.php:10
msgid "Central African Republic"
msgstr "Republika Środkowoafrykańska"
#: ../countries.php:11
msgid "Republic of the Congo"
msgstr "Kongo"
#: ../countries.php:12
msgid "Cote d'Ivoire"
msgstr "Wybrzeże Kości Słoniowej"
#: ../countries.php:13
msgid "Cameroon"
msgstr "Kamerun"
#: ../countries.php:14
msgid "Cape Verde"
msgstr "Republika Zielonego Przylądka"
#: ../countries.php:15
msgid "Djibouti"
msgstr "Dżibuti"
#: ../countries.php:16
msgid "Algeria"
msgstr "Algieria"
#: ../countries.php:17
msgid "Egypt"
msgstr "Egipt"
#: ../countries.php:18
msgid "Western Sahara"
msgstr "Sahara Zachodnia"
#: ../countries.php:19
msgid "Eritrea"
msgstr "Erytrea"
#: ../countries.php:20
msgid "Ethiopia"
msgstr "Etiopia"
#: ../countries.php:21
msgid "Gabon"
msgstr "Gabon"
#: ../countries.php:22
msgid "Ghana"
msgstr "Ghana"
#: ../countries.php:23
msgid "Gambia"
msgstr "Gambia"
#: ../countries.php:24
msgid "Guinea"
msgstr "Gwinea"
#: ../countries.php:25
msgid "Equatorial Guinea"
msgstr "Gwinea Równikowa"
#: ../countries.php:26
msgid "Guinea-Bissau"
msgstr "Gwinea Bissau"
#: ../countries.php:27
msgid "Kenya"
msgstr "Kenia"
#: ../countries.php:28
msgid "Comoros"
msgstr "Komory"
#: ../countries.php:29
msgid "Liberia"
msgstr "Liberia"
#: ../countries.php:30
msgid "Lesotho"
msgstr "Lesotho"
#: ../countries.php:31
msgid "Libya"
msgstr "Libia"
#: ../countries.php:32
msgid "Morocco"
msgstr "Maroko"
#: ../countries.php:33
msgid "Madagascar"
msgstr "Madagaskar"
#: ../countries.php:34
msgid "Mali"
msgstr "Mali"
#: ../countries.php:35
msgid "Mauritania"
msgstr "Mauretania"
#: ../countries.php:36
msgid "Mauritius"
msgstr "Mauritius"
#: ../countries.php:37
msgid "Mozambique"
msgstr "Mozambik"
#: ../countries.php:38
msgid "Namibia"
msgstr "Namibia"
#: ../countries.php:39
msgid "Niger"
msgstr "Niger"
#: ../countries.php:40
msgid "Nigeria"
msgstr "Nigeria"
#: ../countries.php:41
msgid "Rwanda"
msgstr "Rwanda"
#: ../countries.php:42
msgid "Seychelles"
msgstr "Seszele"
#: ../countries.php:43
msgid "Sudan"
msgstr "Sudan"
#: ../countries.php:44
msgid "Sierra Leone"
msgstr "Sierra Leone"
#: ../countries.php:45
msgid "Senegal"
msgstr "Senegal"
#: ../countries.php:46
msgid "Somalia"
msgstr "Somalia"
#: ../countries.php:47
msgid "Sao Tome and Principe"
msgstr "Wyspy Świętego Tomasza i Książęca"
#: ../countries.php:48
msgid "Swaziland"
msgstr "Suazi"
#: ../countries.php:49
msgid "Chad"
msgstr "Czad"
#: ../countries.php:50
msgid "Togo"
msgstr "Togo"
#: ../countries.php:51
msgid "Tunisia"
msgstr "Tunezja"
#: ../countries.php:52
msgid "Tanzania"
msgstr "Tanzania"
#: ../countries.php:53
msgid "Uganda"
msgstr "Uganda"
#: ../countries.php:54
msgid "South Africa"
msgstr "Republika Południowej Afryki"
#: ../countries.php:55
msgid "Zambia"
msgstr "Zambia"
#: ../countries.php:56
msgid "Zimbabwe"
msgstr "Zimbabwe"
#: ../countries.php:58
msgid "Asia"
msgstr "Azja"
#: ../countries.php:59
msgid "United Arab Emirates"
msgstr "Zjednoczone Emiraty Arabskie"
#: ../countries.php:60
msgid "Afghanistan"
msgstr "Afganistan"
#: ../countries.php:61
msgid "Armenia"
msgstr "Armenia"
#: ../countries.php:62
msgid "Azerbaijan"
msgstr "Azerbejdżan"
#: ../countries.php:63
msgid "Bangladesh"
msgstr "Bangladesz"
#: ../countries.php:64
msgid "Bahrain"
msgstr "Bahrajn"
#: ../countries.php:65
msgid "Brunei"
msgstr "Brunei"
#: ../countries.php:66
msgid "Bhutan"
msgstr "Bhutan"
#: ../countries.php:67
msgid "China"
msgstr "Chiny"
#: ../countries.php:68
msgid "Cyprus"
msgstr "Cypr"
#: ../countries.php:69
msgid "Georgia"
msgstr "Gruzja"
#: ../countries.php:70
msgid "Hong Kong"
msgstr "Hongkong"
#: ../countries.php:71
msgid "Israel"
msgstr "Izrael"
#: ../countries.php:72
msgid "India"
msgstr "Indie"
#: ../countries.php:73
msgid "Iraq"
msgstr "Irak"
#: ../countries.php:74
msgid "Iran"
msgstr "Iran"
#: ../countries.php:75
msgid "Jordan"
msgstr "Jordania"
#: ../countries.php:76
msgid "Japan"
msgstr "Japonia"
#: ../countries.php:77
msgid "Kyrgyzstan"
msgstr "Kirgistan"
#: ../countries.php:78
msgid "Cambodia"
msgstr "Kambodża"
#: ../countries.php:79
msgid "North Korea"
msgstr "Koreańska Republika Ludowo-Demokratyczna"
#: ../countries.php:80
msgid "South Korea"
msgstr "Korea Południowa"
#: ../countries.php:81
msgid "Kuwait"
msgstr "Kuwejt"
#: ../countries.php:82
msgid "Kazakhstan"
msgstr "Kazachstan"
#: ../countries.php:83
msgid "Laos"
msgstr "Laos"
#: ../countries.php:84
msgid "Lebanon"
msgstr "Liban"
#: ../countries.php:85
msgid "Sri Lanka"
msgstr "Sri Lanka"
#: ../countries.php:86
msgid "Myanmar"
msgstr "Birma (Myanmar)"
#: ../countries.php:87
msgid "Mongolia"
msgstr "Mongolia"
#: ../countries.php:88
msgid "Macau"
msgstr "Makau"
#: ../countries.php:89
msgid "Maldives"
msgstr "Malediwy"
#: ../countries.php:90
msgid "Malaysia"
msgstr "Malezja"
#: ../countries.php:91
msgid "Nepal"
msgstr "Nepal"
#: ../countries.php:92
msgid "Oman"
msgstr "Oman"
#: ../countries.php:93
msgid "Philippines"
msgstr "Filipiny"
#: ../countries.php:94
msgid "Pakistan"
msgstr "Pakistan"
#: ../countries.php:95
msgid "Qatar"
msgstr "Katar"
#: ../countries.php:96
msgid "Saudi Arabia"
msgstr "Arabia Saudyjska"
#: ../countries.php:97
msgid "Singapore"
msgstr "Singapur"
#: ../countries.php:98
msgid "Thailand"
msgstr "Tajlandia"
#: ../countries.php:99
msgid "Tajikistan"
msgstr "Tadżykistan"
#: ../countries.php:100
msgid "Turkmenistan"
msgstr "Turkmenistan"
#: ../countries.php:101
msgid "Taiwan"
msgstr "Tajwan"
#: ../countries.php:102
msgid "Uzbekistan"
msgstr "Uzbekistan"
#: ../countries.php:103
msgid "Vietnam"
msgstr "Wietnam"
#: ../countries.php:104
msgid "Yemen"
msgstr "Jemen"
#: ../countries.php:106
msgid "Europe"
msgstr "Europa"
#: ../countries.php:107
msgid "Andorra"
msgstr "Andora"
#: ../countries.php:108
msgid "Albania"
msgstr "Albania"
#: ../countries.php:109
msgid "Austria"
msgstr "Austria"
#: ../countries.php:110
msgid "Bosnia and Herzegovina"
msgstr "Bośnia i Hercegowina"
#: ../countries.php:111
msgid "Belgium"
msgstr "Belgia"
#: ../countries.php:112
msgid "Bulgaria"
msgstr "Bułgaria"
#: ../countries.php:113
msgid "Belarus"
msgstr "Białoruś"
#: ../countries.php:114
msgid "Switzerland"
msgstr "Szwajcaria"
#: ../countries.php:115
msgid "Czech Republic"
msgstr "Republika Czeska"
#: ../countries.php:116
msgid "Germany"
msgstr "Niemcy"
#: ../countries.php:117
msgid "Denmark"
msgstr "Dania"
#: ../countries.php:118
msgid "Estonia"
msgstr "Estonia"
#: ../countries.php:119
msgid "Spain"
msgstr "Hiszpania"
#: ../countries.php:120
msgid "Finland"
msgstr "Finlandia"
#: ../countries.php:121
msgid "France"
msgstr "Francja"
#: ../countries.php:122
msgid "United Kingdom"
msgstr "Wielka Brytania"
#: ../countries.php:123
msgid "Greece"
msgstr "Grecja"
#: ../countries.php:124
msgid "Croatia"
msgstr "Chorwacja"
#: ../countries.php:125
msgid "Hungary"
msgstr "Węgry"
#: ../countries.php:126
msgid "Ireland"
msgstr "Irlandia"
#: ../countries.php:127
msgid "Iceland"
msgstr "Islandia"
#: ../countries.php:128
msgid "Italy"
msgstr "Włochy"
#: ../countries.php:129
msgid "Liechtenstein"
msgstr "Liechtenstein"
#: ../countries.php:130
msgid "Lithuania"
msgstr "Litwa"
#: ../countries.php:131
msgid "Luxembourg"
msgstr "Luksemburg"
#: ../countries.php:132
msgid "Latvia"
msgstr "Łotwa"
#: ../countries.php:133
msgid "Monaco"
msgstr "Monako"
#: ../countries.php:134
msgid "Moldova"
msgstr "Mołdawia"
#: ../countries.php:135
msgid "Montenegro"
msgstr "Czarnogóra"
#: ../countries.php:136
msgid "Macedonia"
msgstr "Macedonia"
#: ../countries.php:137
msgid "Malta"
msgstr "Malta"
#: ../countries.php:138
msgid "Malawi"
msgstr "Malawi"
#: ../countries.php:139
msgid "Netherlands"
msgstr "Holandia (Niderlandy)"
#: ../countries.php:140
msgid "Norway"
msgstr "Norwegia"
#: ../countries.php:141
msgid "Poland"
msgstr "Polska"
#: ../countries.php:142
msgid "Portugal"
msgstr "Portugalia"
#: ../countries.php:143
msgid "Romania"
msgstr "Rumunia"
#: ../countries.php:144
msgid "Serbia"
msgstr "Serbia"
#: ../countries.php:145
msgid "Russia"
msgstr "Rosja"
#: ../countries.php:146
msgid "Sweden"
msgstr "Szwecja"
#: ../countries.php:147
msgid "Slovenia"
msgstr "Słowenia"
#: ../countries.php:148
msgid "Slovakia"
msgstr "Słowacja"
#: ../countries.php:149
msgid "San Marino"
msgstr "San Marino"
#: ../countries.php:150
msgid "Turkey"
msgstr "Turcja"
#: ../countries.php:151
msgid "Ukraine"
msgstr "Ukraina"
#: ../countries.php:152
msgid "Vatican City"
msgstr "Watykan"
#: ../countries.php:154
msgid "North America"
msgstr "Ameryka Północna"
#: ../countries.php:155
msgid "Antigua and Barbuda"
msgstr "Antigua i Barbuda"
#: ../countries.php:156
msgid "Barbados"
msgstr "Barbados"
#: ../countries.php:157
msgid "Bahamas"
msgstr "Bahamy"
#: ../countries.php:158
msgid "Belize"
msgstr "Belize"
#: ../countries.php:159
msgid "Canada"
msgstr "Kanada"
#: ../countries.php:160
msgid "Costa Rica"
msgstr "Kostaryka"
#: ../countries.php:161
msgid "Cuba"
msgstr "Kuba"
#: ../countries.php:162
msgid "Dominica"
msgstr "Dominika"
#: ../countries.php:163
msgid "Dominican Republic"
msgstr "Republika Dominikańska"
#: ../countries.php:164
msgid "Grenada"
msgstr "Grenada"
#: ../countries.php:165
msgid "Guatemala"
msgstr "Gwatemala"
#: ../countries.php:166
msgid "Honduras"
msgstr "Honduras"
#: ../countries.php:167
msgid "Haiti"
msgstr "Haiti"
#: ../countries.php:168
msgid "Jamaica"
msgstr "Jamajka"
#: ../countries.php:169
msgid "Saint Kitts and Nevis"
msgstr "Saint Kitts i Nevis"
#: ../countries.php:170
msgid "Saint Lucia"
msgstr "Saint Lucia"
#: ../countries.php:171
msgid "Mexico"
msgstr "Meksyk"
#: ../countries.php:172
msgid "Nicaragua"
msgstr "Nikaragua"
#: ../countries.php:173
msgid "Panama"
msgstr "Panama"
#: ../countries.php:174
msgid "El Salvador"
msgstr "Salwador"
#: ../countries.php:175
msgid "United States"
msgstr "Stany Zjednoczone"
#: ../countries.php:176
msgid "Saint Vincent and the Grenadines"
msgstr "Saint Vincent i Grenadyny"
#: ../countries.php:178
msgid "Oceania"
msgstr "Oceania"
#: ../countries.php:179
msgid "Australia"
msgstr "Australia"
#: ../countries.php:180
msgid "East Timor"
msgstr "Timor Wschodni"
#: ../countries.php:181
msgid "Fiji"
msgstr "Fidżi"
#: ../countries.php:182
msgid "Micronesia"
msgstr "Mikronezja"
#: ../countries.php:183
msgid "Indonesia"
msgstr "Indonezja"
#: ../countries.php:184
msgid "Kiribati"
msgstr "Kiribati"
#: ../countries.php:185
msgid "Marshall Islands"
msgstr "Wyspy Marshalla"
#: ../countries.php:186
msgid "Nauru"
msgstr "Nauru"
#: ../countries.php:187
msgid "New Zealand"
msgstr "Nowa Zelandia"
#: ../countries.php:188
msgid "Papua New Guinea"
msgstr "Papua-Nowa Gwinea"
#: ../countries.php:189
msgid "Palau"
msgstr "Palau"
#: ../countries.php:190
msgid "Solomon Islands"
msgstr "Wyspy Salomona"
#: ../countries.php:191
msgid "Tonga"
msgstr "Tonga"
#: ../countries.php:192
msgid "Tuvalu"
msgstr "Tuvalu"
#: ../countries.php:193
msgid "Vanuatu"
msgstr "Vanuatu"
#: ../countries.php:194
msgid "Samoa"
msgstr "Samoa"
#: ../countries.php:196
msgid "South America"
msgstr "Ameryka Południowa"
#: ../countries.php:197
msgid "Argentina"
msgstr "Argentyna"
#: ../countries.php:198
msgid "Bolivia"
msgstr "Boliwia"
#: ../countries.php:199
msgid "Brazil"
msgstr "Brazylia"
#: ../countries.php:200
msgid "Chile"
msgstr "Chile"
#: ../countries.php:201
msgid "Colombia"
msgstr "Kolumbia"
#: ../countries.php:202
msgid "Ecuador"
msgstr "Ekwador"
#: ../countries.php:203
msgid "Guyana"
msgstr "Gujana"
#: ../countries.php:204
msgid "Peru"
msgstr "Peru"
#: ../countries.php:205
msgid "Paraguay"
msgstr "Paragwaj"
#: ../countries.php:206
msgid "Suriname"
msgstr "Surinam"
#: ../countries.php:207
msgid "Trinidad and Tobago"
msgstr "Trynidad i Tobago"
#: ../countries.php:208
msgid "Uruguay"
msgstr "Urugwaj"
#: ../countries.php:209
msgid "Venezuela"
msgstr "Wenezuela"

Binary file not shown.

View File

@@ -1,829 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: SportsPress 0.1.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-01-13 00:45+1000\n"
"PO-Revision-Date: 2014-01-13 01:07+1000\n"
"Last-Translator: ThemeBoy <translate@themeboy.com>\n"
"Language-Team: ThemeBoy <translate@themeboy.com>\n"
"Language: ru_RU\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"
"esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
"X-Poedit-Basepath: .\n"
"X-Generator: Poedit 1.6.3\n"
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../countries.php:3
msgid "Africa"
msgstr "Африка"
#: ../countries.php:4
msgid "Angola"
msgstr "Ангола"
#: ../countries.php:5
msgid "Burkina Faso"
msgstr "Буркина-Фасо"
#: ../countries.php:6
msgid "Burundi"
msgstr "Бурунди"
#: ../countries.php:7
msgid "Benin"
msgstr "Бенин"
#: ../countries.php:8
msgid "Botswana"
msgstr "Ботсвана"
#: ../countries.php:9
msgid "Democratic Republic of the Congo"
msgstr "Демократическая Республика Конго"
#: ../countries.php:10
msgid "Central African Republic"
msgstr "ЦАР"
#: ../countries.php:11
msgid "Republic of the Congo"
msgstr "Республика Конго"
#: ../countries.php:12
msgid "Cote d'Ivoire"
msgstr "Кот-д’Ивуар"
#: ../countries.php:13
msgid "Cameroon"
msgstr "Камерун"
#: ../countries.php:14
msgid "Cape Verde"
msgstr "Кабо-Верде"
#: ../countries.php:15
msgid "Djibouti"
msgstr "Джибути"
#: ../countries.php:16
msgid "Algeria"
msgstr "Алжир"
#: ../countries.php:17
msgid "Egypt"
msgstr "Египет"
#: ../countries.php:18
msgid "Western Sahara"
msgstr "Западная Сахара"
#: ../countries.php:19
msgid "Eritrea"
msgstr "Эритрея"
#: ../countries.php:20
msgid "Ethiopia"
msgstr "Эфиопия"
#: ../countries.php:21
msgid "Gabon"
msgstr "Габон"
#: ../countries.php:22
msgid "Ghana"
msgstr "Гана"
#: ../countries.php:23
msgid "Gambia"
msgstr "Гамбия"
#: ../countries.php:24
msgid "Guinea"
msgstr "Гвинея"
#: ../countries.php:25
msgid "Equatorial Guinea"
msgstr "Экваториальная Гвинея"
#: ../countries.php:26
msgid "Guinea-Bissau"
msgstr "Гвинея-Бисау"
#: ../countries.php:27
msgid "Kenya"
msgstr "Кения"
#: ../countries.php:28
msgid "Comoros"
msgstr "Коморские острова"
#: ../countries.php:29
msgid "Liberia"
msgstr "Либерия"
#: ../countries.php:30
msgid "Lesotho"
msgstr "Лесото"
#: ../countries.php:31
msgid "Libya"
msgstr "Ливия"
#: ../countries.php:32
msgid "Morocco"
msgstr "Марокко"
#: ../countries.php:33
msgid "Madagascar"
msgstr "Мадагаскар"
#: ../countries.php:34
msgid "Mali"
msgstr "Мали"
#: ../countries.php:35
msgid "Mauritania"
msgstr "Мавритания"
#: ../countries.php:36
msgid "Mauritius"
msgstr "Маврикий"
#: ../countries.php:37
msgid "Mozambique"
msgstr "Мозамбик"
#: ../countries.php:38
msgid "Namibia"
msgstr "Намибия"
#: ../countries.php:39
msgid "Niger"
msgstr "Нигер"
#: ../countries.php:40
msgid "Nigeria"
msgstr "Нигерия"
#: ../countries.php:41
msgid "Rwanda"
msgstr "Руанда"
#: ../countries.php:42
msgid "Seychelles"
msgstr "Сейшельские острова"
#: ../countries.php:43
msgid "Sudan"
msgstr "Судан"
#: ../countries.php:44
msgid "Sierra Leone"
msgstr "Сьерра-Леоне"
#: ../countries.php:45
msgid "Senegal"
msgstr "Сенегал"
#: ../countries.php:46
msgid "Somalia"
msgstr "Сомали"
#: ../countries.php:47
msgid "Sao Tome and Principe"
msgstr "Сан-Томе и Принсипи"
#: ../countries.php:48
msgid "Swaziland"
msgstr "Свазиленд"
#: ../countries.php:49
msgid "Chad"
msgstr "Чад (государство)"
#: ../countries.php:50
msgid "Togo"
msgstr "Того"
#: ../countries.php:51
msgid "Tunisia"
msgstr "Тунис (государство)"
#: ../countries.php:52
msgid "Tanzania"
msgstr "Танзания"
#: ../countries.php:53
msgid "Uganda"
msgstr "Уганда"
#: ../countries.php:54
msgid "South Africa"
msgstr "ЮАР"
#: ../countries.php:55
msgid "Zambia"
msgstr "Замбия"
#: ../countries.php:56
msgid "Zimbabwe"
msgstr "Зимбабве"
#: ../countries.php:58
msgid "Asia"
msgstr "Азия"
#: ../countries.php:59
msgid "United Arab Emirates"
msgstr "Объединённые Арабские Эмираты"
#: ../countries.php:60
msgid "Afghanistan"
msgstr "Афганистан"
#: ../countries.php:61
msgid "Armenia"
msgstr "Армения"
#: ../countries.php:62
msgid "Azerbaijan"
msgstr "Азербайджан"
#: ../countries.php:63
msgid "Bangladesh"
msgstr "Бангладеш"
#: ../countries.php:64
msgid "Bahrain"
msgstr "Бахрейн"
#: ../countries.php:65
msgid "Brunei"
msgstr "Бруней"
#: ../countries.php:66
msgid "Bhutan"
msgstr "Бутан (государство)"
#: ../countries.php:67
msgid "China"
msgstr "Китай"
#: ../countries.php:68
msgid "Cyprus"
msgstr "Кипр"
#: ../countries.php:69
msgid "Georgia"
msgstr "Грузия"
#: ../countries.php:70
msgid "Hong Kong"
msgstr "Гонконг"
#: ../countries.php:71
msgid "Israel"
msgstr "Израиль"
#: ../countries.php:72
msgid "India"
msgstr "Индия"
#: ../countries.php:73
msgid "Iraq"
msgstr "Ирак"
#: ../countries.php:74
msgid "Iran"
msgstr "Иран"
#: ../countries.php:75
msgid "Jordan"
msgstr "Иордания"
#: ../countries.php:76
msgid "Japan"
msgstr "Япония"
#: ../countries.php:77
msgid "Kyrgyzstan"
msgstr "Киргизия"
#: ../countries.php:78
msgid "Cambodia"
msgstr "Камбоджа"
#: ../countries.php:79
msgid "North Korea"
msgstr "КНДР"
#: ../countries.php:80
msgid "South Korea"
msgstr "Республика Корея"
#: ../countries.php:81
msgid "Kuwait"
msgstr "Кувейт"
#: ../countries.php:82
msgid "Kazakhstan"
msgstr "Казахстан"
#: ../countries.php:83
msgid "Laos"
msgstr "Лаос"
#: ../countries.php:84
msgid "Lebanon"
msgstr "Ливан"
#: ../countries.php:85
msgid "Sri Lanka"
msgstr "Шри-Ланка"
#: ../countries.php:86
msgid "Myanmar"
msgstr "Мьянма"
#: ../countries.php:87
msgid "Mongolia"
msgstr "Монголия"
#: ../countries.php:88
msgid "Macau"
msgstr "Макао"
#: ../countries.php:89
msgid "Maldives"
msgstr "Мальдивы"
#: ../countries.php:90
msgid "Malaysia"
msgstr "Малайзия"
#: ../countries.php:91
msgid "Nepal"
msgstr "Непал"
#: ../countries.php:92
msgid "Oman"
msgstr "Оман"
#: ../countries.php:93
msgid "Philippines"
msgstr "Филиппины"
#: ../countries.php:94
msgid "Pakistan"
msgstr "Пакистан"
#: ../countries.php:95
msgid "Qatar"
msgstr "Катар"
#: ../countries.php:96
msgid "Saudi Arabia"
msgstr "Саудовская Аравия"
#: ../countries.php:97
msgid "Singapore"
msgstr "Сингапур"
#: ../countries.php:98
msgid "Thailand"
msgstr "Таиланд"
#: ../countries.php:99
msgid "Tajikistan"
msgstr "Таджикистан"
#: ../countries.php:100
msgid "Turkmenistan"
msgstr "Туркменистан"
#: ../countries.php:101
msgid "Taiwan"
msgstr "Тайвань"
#: ../countries.php:102
msgid "Uzbekistan"
msgstr "Узбекистан"
#: ../countries.php:103
msgid "Vietnam"
msgstr "Вьетнам"
#: ../countries.php:104
msgid "Yemen"
msgstr "Йемен"
#: ../countries.php:106
msgid "Europe"
msgstr "Европа"
#: ../countries.php:107
msgid "Andorra"
msgstr "Андорра"
#: ../countries.php:108
msgid "Albania"
msgstr "Албания"
#: ../countries.php:109
msgid "Austria"
msgstr "Австрия"
#: ../countries.php:110
msgid "Bosnia and Herzegovina"
msgstr "Босния и Герцеговина"
#: ../countries.php:111
msgid "Belgium"
msgstr "Бельгия"
#: ../countries.php:112
msgid "Bulgaria"
msgstr "Болгария"
#: ../countries.php:113
msgid "Belarus"
msgstr "Белоруссия"
#: ../countries.php:114
msgid "Switzerland"
msgstr "Швейцария"
#: ../countries.php:115
msgid "Czech Republic"
msgstr "Чехия"
#: ../countries.php:116
msgid "Germany"
msgstr "Германия"
#: ../countries.php:117
msgid "Denmark"
msgstr "Дания"
#: ../countries.php:118
msgid "Estonia"
msgstr "Эстония"
#: ../countries.php:119
msgid "Spain"
msgstr "Испания"
#: ../countries.php:120
msgid "Finland"
msgstr "Финляндия"
#: ../countries.php:121
msgid "France"
msgstr "Франция"
#: ../countries.php:122
msgid "United Kingdom"
msgstr "Великобритания"
#: ../countries.php:123
msgid "Greece"
msgstr "Греция"
#: ../countries.php:124
msgid "Croatia"
msgstr "Хорватия"
#: ../countries.php:125
msgid "Hungary"
msgstr "Венгрия"
#: ../countries.php:126
msgid "Ireland"
msgstr "Ирландия"
#: ../countries.php:127
msgid "Iceland"
msgstr "Исландия"
#: ../countries.php:128
msgid "Italy"
msgstr "Италия"
#: ../countries.php:129
msgid "Liechtenstein"
msgstr "Лихтенштейн"
#: ../countries.php:130
msgid "Lithuania"
msgstr "Литва"
#: ../countries.php:131
msgid "Luxembourg"
msgstr "Люксембург"
#: ../countries.php:132
msgid "Latvia"
msgstr "Латвия"
#: ../countries.php:133
msgid "Monaco"
msgstr "Монако"
#: ../countries.php:134
msgid "Moldova"
msgstr "Молдавия"
#: ../countries.php:135
msgid "Montenegro"
msgstr "Черногория"
#: ../countries.php:136
msgid "Macedonia"
msgstr "Республика Македония"
#: ../countries.php:137
msgid "Malta"
msgstr "Мальта (государство)"
#: ../countries.php:138
msgid "Malawi"
msgstr "Малави"
#: ../countries.php:139
msgid "Netherlands"
msgstr "Нидерланды"
#: ../countries.php:140
msgid "Norway"
msgstr "Норвегия"
#: ../countries.php:141
msgid "Poland"
msgstr "Польша"
#: ../countries.php:142
msgid "Portugal"
msgstr "Португалия"
#: ../countries.php:143
msgid "Romania"
msgstr "Румыния"
#: ../countries.php:144
msgid "Serbia"
msgstr "Сербия"
#: ../countries.php:145
msgid "Russia"
msgstr "Россия"
#: ../countries.php:146
msgid "Sweden"
msgstr "Швеция"
#: ../countries.php:147
msgid "Slovenia"
msgstr "Словения"
#: ../countries.php:148
msgid "Slovakia"
msgstr "Словакия"
#: ../countries.php:149
msgid "San Marino"
msgstr "Сан-Марино"
#: ../countries.php:150
msgid "Turkey"
msgstr "Турция"
#: ../countries.php:151
msgid "Ukraine"
msgstr "Украина"
#: ../countries.php:152
msgid "Vatican City"
msgstr "Ватикан"
#: ../countries.php:154
msgid "North America"
msgstr "Северная Америка"
#: ../countries.php:155
msgid "Antigua and Barbuda"
msgstr "Антигуа и Барбуда"
#: ../countries.php:156
msgid "Barbados"
msgstr "Барбадос"
#: ../countries.php:157
msgid "Bahamas"
msgstr "Багамские острова"
#: ../countries.php:158
msgid "Belize"
msgstr "Белиз"
#: ../countries.php:159
msgid "Canada"
msgstr "Канада"
#: ../countries.php:160
msgid "Costa Rica"
msgstr "Коста-Рика"
#: ../countries.php:161
msgid "Cuba"
msgstr "Куба"
#: ../countries.php:162
msgid "Dominica"
msgstr "Доминика"
#: ../countries.php:163
msgid "Dominican Republic"
msgstr "Доминиканская Республика"
#: ../countries.php:164
msgid "Grenada"
msgstr "Гренада"
#: ../countries.php:165
msgid "Guatemala"
msgstr "Гватемала"
#: ../countries.php:166
msgid "Honduras"
msgstr "Гондурас"
#: ../countries.php:167
msgid "Haiti"
msgstr "Гаити"
#: ../countries.php:168
msgid "Jamaica"
msgstr "Ямайка"
#: ../countries.php:169
msgid "Saint Kitts and Nevis"
msgstr "Сент-Киттс и Невис"
#: ../countries.php:170
msgid "Saint Lucia"
msgstr "Сент-Люсия"
#: ../countries.php:171
msgid "Mexico"
msgstr "Мексика"
#: ../countries.php:172
msgid "Nicaragua"
msgstr "Никарагуа"
#: ../countries.php:173
msgid "Panama"
msgstr "Панама (государство)"
#: ../countries.php:174
msgid "El Salvador"
msgstr "Сальвадор"
#: ../countries.php:175
msgid "United States"
msgstr "Соединённые Штаты Америки"
#: ../countries.php:176
msgid "Saint Vincent and the Grenadines"
msgstr "Сент-Винсент и Гренадины"
#: ../countries.php:178
msgid "Oceania"
msgstr "Океания"
#: ../countries.php:179
msgid "Australia"
msgstr "Австралия"
#: ../countries.php:180
msgid "East Timor"
msgstr "Восточный Тимор"
#: ../countries.php:181
msgid "Fiji"
msgstr "Фиджи"
#: ../countries.php:182
msgid "Micronesia"
msgstr "Федеративные Штаты Микронезии"
#: ../countries.php:183
msgid "Indonesia"
msgstr "Индонезия"
#: ../countries.php:184
msgid "Kiribati"
msgstr "Кирибати"
#: ../countries.php:185
msgid "Marshall Islands"
msgstr "Маршалловы острова"
#: ../countries.php:186
msgid "Nauru"
msgstr "Науру"
#: ../countries.php:187
msgid "New Zealand"
msgstr "Новая Зеландия"
#: ../countries.php:188
msgid "Papua New Guinea"
msgstr "Папуа — Новая Гвинея"
#: ../countries.php:189
msgid "Palau"
msgstr "Палау"
#: ../countries.php:190
msgid "Solomon Islands"
msgstr "Соломоновы острова"
#: ../countries.php:191
msgid "Tonga"
msgstr "Тонга"
#: ../countries.php:192
msgid "Tuvalu"
msgstr "Тувалу"
#: ../countries.php:193
msgid "Vanuatu"
msgstr "Вануату"
#: ../countries.php:194
msgid "Samoa"
msgstr "Самоа"
#: ../countries.php:196
msgid "South America"
msgstr "Южная Америка"
#: ../countries.php:197
msgid "Argentina"
msgstr "Аргентина"
#: ../countries.php:198
msgid "Bolivia"
msgstr "Боливия"
#: ../countries.php:199
msgid "Brazil"
msgstr "Бразилия"
#: ../countries.php:200
msgid "Chile"
msgstr "Чили"
#: ../countries.php:201
msgid "Colombia"
msgstr "Колумбия"
#: ../countries.php:202
msgid "Ecuador"
msgstr "Эквадор"
#: ../countries.php:203
msgid "Guyana"
msgstr "Гайана"
#: ../countries.php:204
msgid "Peru"
msgstr "Перу"
#: ../countries.php:205
msgid "Paraguay"
msgstr "Парагвай"
#: ../countries.php:206
msgid "Suriname"
msgstr "Суринам"
#: ../countries.php:207
msgid "Trinidad and Tobago"
msgstr "Тринидад и Тобаго"
#: ../countries.php:208
msgid "Uruguay"
msgstr "Уругвай"
#: ../countries.php:209
msgid "Venezuela"
msgstr "Венесуэла"

Binary file not shown.

View File

@@ -1,828 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: SportsPress 0.1.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-01-13 00:45+1000\n"
"PO-Revision-Date: 2014-01-13 01:09+1000\n"
"Last-Translator: ThemeBoy <translate@themeboy.com>\n"
"Language-Team: ThemeBoy <translate@themeboy.com>\n"
"Language: sk_SK\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"
"esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
"X-Poedit-Basepath: .\n"
"X-Generator: Poedit 1.6.3\n"
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../countries.php:3
msgid "Africa"
msgstr "Afrika"
#: ../countries.php:4
msgid "Angola"
msgstr "Angola"
#: ../countries.php:5
msgid "Burkina Faso"
msgstr "Burkina"
#: ../countries.php:6
msgid "Burundi"
msgstr "Burundi"
#: ../countries.php:7
msgid "Benin"
msgstr "Benin"
#: ../countries.php:8
msgid "Botswana"
msgstr "Botswana"
#: ../countries.php:9
msgid "Democratic Republic of the Congo"
msgstr "Kongo (býv. Zair)"
#: ../countries.php:10
msgid "Central African Republic"
msgstr "Stredoafrická republika"
#: ../countries.php:11
msgid "Republic of the Congo"
msgstr "Kongo"
#: ../countries.php:12
msgid "Cote d'Ivoire"
msgstr "Pobrežie Slonoviny"
#: ../countries.php:13
msgid "Cameroon"
msgstr "Kamerun"
#: ../countries.php:14
msgid "Cape Verde"
msgstr "Kapverdy"
#: ../countries.php:15
msgid "Djibouti"
msgstr "Džibutsko"
#: ../countries.php:16
msgid "Algeria"
msgstr "Alžírsko"
#: ../countries.php:17
msgid "Egypt"
msgstr "Egypt"
#: ../countries.php:18
msgid "Western Sahara"
msgstr "Západná Sahara"
#: ../countries.php:19
msgid "Eritrea"
msgstr "Eritrea"
#: ../countries.php:20
msgid "Ethiopia"
msgstr "Etiópia"
#: ../countries.php:21
msgid "Gabon"
msgstr "Gabon"
#: ../countries.php:22
msgid "Ghana"
msgstr "Ghana"
#: ../countries.php:23
msgid "Gambia"
msgstr "Gambia"
#: ../countries.php:24
msgid "Guinea"
msgstr "Guinea"
#: ../countries.php:25
msgid "Equatorial Guinea"
msgstr "Rovníková Guinea"
#: ../countries.php:26
msgid "Guinea-Bissau"
msgstr "Guinea-Bissau"
#: ../countries.php:27
msgid "Kenya"
msgstr "Keňa"
#: ../countries.php:28
msgid "Comoros"
msgstr "Komory"
#: ../countries.php:29
msgid "Liberia"
msgstr "Libéria"
#: ../countries.php:30
msgid "Lesotho"
msgstr "Lesotho"
#: ../countries.php:31
msgid "Libya"
msgstr "Líbya"
#: ../countries.php:32
msgid "Morocco"
msgstr "Maroko"
#: ../countries.php:33
msgid "Madagascar"
msgstr "Madagaskar"
#: ../countries.php:34
msgid "Mali"
msgstr "Mali"
#: ../countries.php:35
msgid "Mauritania"
msgstr "Mauritánia"
#: ../countries.php:36
msgid "Mauritius"
msgstr "Maurícius"
#: ../countries.php:37
msgid "Mozambique"
msgstr "Mozambik"
#: ../countries.php:38
msgid "Namibia"
msgstr "Namíbia"
#: ../countries.php:39
msgid "Niger"
msgstr "Niger"
#: ../countries.php:40
msgid "Nigeria"
msgstr "Nigéria"
#: ../countries.php:41
msgid "Rwanda"
msgstr "Rwanda"
#: ../countries.php:42
msgid "Seychelles"
msgstr "Seychely"
#: ../countries.php:43
msgid "Sudan"
msgstr "Sudán"
#: ../countries.php:44
msgid "Sierra Leone"
msgstr "Sierra Leone"
#: ../countries.php:45
msgid "Senegal"
msgstr "Senegal"
#: ../countries.php:46
msgid "Somalia"
msgstr "Somálsko"
#: ../countries.php:47
msgid "Sao Tome and Principe"
msgstr "Svätý Tomáš a Princov ostrov"
#: ../countries.php:48
msgid "Swaziland"
msgstr "Svazijsko"
#: ../countries.php:49
msgid "Chad"
msgstr "Čad"
#: ../countries.php:50
msgid "Togo"
msgstr "Togo"
#: ../countries.php:51
msgid "Tunisia"
msgstr "Tunisko"
#: ../countries.php:52
msgid "Tanzania"
msgstr "Tanzánia"
#: ../countries.php:53
msgid "Uganda"
msgstr "Uganda"
#: ../countries.php:54
msgid "South Africa"
msgstr "Južná Afrika"
#: ../countries.php:55
msgid "Zambia"
msgstr "Zambia"
#: ../countries.php:56
msgid "Zimbabwe"
msgstr "Zimbabwe"
#: ../countries.php:58
msgid "Asia"
msgstr "Ázia"
#: ../countries.php:59
msgid "United Arab Emirates"
msgstr "Spojené arabské emiráty"
#: ../countries.php:60
msgid "Afghanistan"
msgstr "Afganistan"
#: ../countries.php:61
msgid "Armenia"
msgstr "Arménsko"
#: ../countries.php:62
msgid "Azerbaijan"
msgstr "Azerbajdžan"
#: ../countries.php:63
msgid "Bangladesh"
msgstr "Bangladéš"
#: ../countries.php:64
msgid "Bahrain"
msgstr "Bahrajn"
#: ../countries.php:65
msgid "Brunei"
msgstr "Brunej"
#: ../countries.php:66
msgid "Bhutan"
msgstr "Bhután"
#: ../countries.php:67
msgid "China"
msgstr "Čína"
#: ../countries.php:68
msgid "Cyprus"
msgstr "Cyprus"
#: ../countries.php:69
msgid "Georgia"
msgstr "Gruzínsko"
#: ../countries.php:70
msgid "Hong Kong"
msgstr "Hongkong"
#: ../countries.php:71
msgid "Israel"
msgstr "Izrael"
#: ../countries.php:72
msgid "India"
msgstr "India"
#: ../countries.php:73
msgid "Iraq"
msgstr "Irak"
#: ../countries.php:74
msgid "Iran"
msgstr "Irán"
#: ../countries.php:75
msgid "Jordan"
msgstr "Jordánsko"
#: ../countries.php:76
msgid "Japan"
msgstr "Japonsko"
#: ../countries.php:77
msgid "Kyrgyzstan"
msgstr "Kirgizsko"
#: ../countries.php:78
msgid "Cambodia"
msgstr "Kambodža"
#: ../countries.php:79
msgid "North Korea"
msgstr "Kórejská ľudovodemokratická republika"
#: ../countries.php:80
msgid "South Korea"
msgstr "Kórejská republika"
#: ../countries.php:81
msgid "Kuwait"
msgstr "Kuvajt"
#: ../countries.php:82
msgid "Kazakhstan"
msgstr "Kazachstan"
#: ../countries.php:83
msgid "Laos"
msgstr "Laos"
#: ../countries.php:84
msgid "Lebanon"
msgstr "Libanon"
#: ../countries.php:85
msgid "Sri Lanka"
msgstr "Srí Lanka"
#: ../countries.php:86
msgid "Myanmar"
msgstr "Mjanmarsko"
#: ../countries.php:87
msgid "Mongolia"
msgstr "Mongolsko"
#: ../countries.php:88
msgid "Macau"
msgstr "Macau"
#: ../countries.php:89
msgid "Maldives"
msgstr "Maldivy"
#: ../countries.php:90
msgid "Malaysia"
msgstr "Malajzia"
#: ../countries.php:91
msgid "Nepal"
msgstr "Nepál"
#: ../countries.php:92
msgid "Oman"
msgstr "Omán"
#: ../countries.php:93
msgid "Philippines"
msgstr "Filipíny"
#: ../countries.php:94
msgid "Pakistan"
msgstr "Pakistan"
#: ../countries.php:95
msgid "Qatar"
msgstr "Katar"
#: ../countries.php:96
msgid "Saudi Arabia"
msgstr "Saudská Arábia"
#: ../countries.php:97
msgid "Singapore"
msgstr "Singapur"
#: ../countries.php:98
msgid "Thailand"
msgstr "Thajsko"
#: ../countries.php:99
msgid "Tajikistan"
msgstr "Tadžikistan"
#: ../countries.php:100
msgid "Turkmenistan"
msgstr "Turkménsko"
#: ../countries.php:101
msgid "Taiwan"
msgstr "Taiwan"
#: ../countries.php:102
msgid "Uzbekistan"
msgstr "Uzbekistan"
#: ../countries.php:103
msgid "Vietnam"
msgstr "Vietnam"
#: ../countries.php:104
msgid "Yemen"
msgstr "Jemen"
#: ../countries.php:106
msgid "Europe"
msgstr "Európa"
#: ../countries.php:107
msgid "Andorra"
msgstr "Andorra"
#: ../countries.php:108
msgid "Albania"
msgstr "Albánsko"
#: ../countries.php:109
msgid "Austria"
msgstr "Rakúsko"
#: ../countries.php:110
msgid "Bosnia and Herzegovina"
msgstr "Bosna a Hercegovina"
#: ../countries.php:111
msgid "Belgium"
msgstr "Belgicko"
#: ../countries.php:112
msgid "Bulgaria"
msgstr "Bulharsko"
#: ../countries.php:113
msgid "Belarus"
msgstr "Bielorusko"
#: ../countries.php:114
msgid "Switzerland"
msgstr "Švajčiarsko"
#: ../countries.php:115
msgid "Czech Republic"
msgstr "Česko"
#: ../countries.php:116
msgid "Germany"
msgstr "Nemecko"
#: ../countries.php:117
msgid "Denmark"
msgstr "Dánsko"
#: ../countries.php:118
msgid "Estonia"
msgstr "Estónsko"
#: ../countries.php:119
msgid "Spain"
msgstr "Španielsko"
#: ../countries.php:120
msgid "Finland"
msgstr "Fínsko"
#: ../countries.php:121
msgid "France"
msgstr "Francúzsko"
#: ../countries.php:122
msgid "United Kingdom"
msgstr "Spojené kráľovstvo (Veľká Británia)"
#: ../countries.php:123
msgid "Greece"
msgstr "Grécko"
#: ../countries.php:124
msgid "Croatia"
msgstr "Chorvátsko"
#: ../countries.php:125
msgid "Hungary"
msgstr "Maďarsko"
#: ../countries.php:126
msgid "Ireland"
msgstr "Írsko"
#: ../countries.php:127
msgid "Iceland"
msgstr "Island"
#: ../countries.php:128
msgid "Italy"
msgstr "Taliansko"
#: ../countries.php:129
msgid "Liechtenstein"
msgstr "Lichtenštajnsko"
#: ../countries.php:130
msgid "Lithuania"
msgstr "Litva"
#: ../countries.php:131
msgid "Luxembourg"
msgstr "Luxembursko"
#: ../countries.php:132
msgid "Latvia"
msgstr "Lotyšsko"
#: ../countries.php:133
msgid "Monaco"
msgstr "Monako"
#: ../countries.php:134
msgid "Moldova"
msgstr "Moldavsko"
#: ../countries.php:135
msgid "Montenegro"
msgstr "Čierna Hora"
#: ../countries.php:136
msgid "Macedonia"
msgstr "Macedónsko"
#: ../countries.php:137
msgid "Malta"
msgstr "Malta"
#: ../countries.php:138
msgid "Malawi"
msgstr "Malawi"
#: ../countries.php:139
msgid "Netherlands"
msgstr "Holandsko"
#: ../countries.php:140
msgid "Norway"
msgstr "Nórsko"
#: ../countries.php:141
msgid "Poland"
msgstr "Poľsko"
#: ../countries.php:142
msgid "Portugal"
msgstr "Portugalsko"
#: ../countries.php:143
msgid "Romania"
msgstr "Rumunsko"
#: ../countries.php:144
msgid "Serbia"
msgstr "Srbsko"
#: ../countries.php:145
msgid "Russia"
msgstr "Rusko"
#: ../countries.php:146
msgid "Sweden"
msgstr "Švédsko"
#: ../countries.php:147
msgid "Slovenia"
msgstr "Slovinsko"
#: ../countries.php:148
msgid "Slovakia"
msgstr "Slovensko"
#: ../countries.php:149
msgid "San Marino"
msgstr "San Maríno"
#: ../countries.php:150
msgid "Turkey"
msgstr "Turecko"
#: ../countries.php:151
msgid "Ukraine"
msgstr "Ukrajina"
#: ../countries.php:152
msgid "Vatican City"
msgstr "Vatikán"
#: ../countries.php:154
msgid "North America"
msgstr "Severná Amerika"
#: ../countries.php:155
msgid "Antigua and Barbuda"
msgstr "Antigua a Barbuda"
#: ../countries.php:156
msgid "Barbados"
msgstr "Barbados"
#: ../countries.php:157
msgid "Bahamas"
msgstr "Bahamy"
#: ../countries.php:158
msgid "Belize"
msgstr "Belize"
#: ../countries.php:159
msgid "Canada"
msgstr "Kanada"
#: ../countries.php:160
msgid "Costa Rica"
msgstr "Kostarika"
#: ../countries.php:161
msgid "Cuba"
msgstr "Kuba"
#: ../countries.php:162
msgid "Dominica"
msgstr "Dominika"
#: ../countries.php:163
msgid "Dominican Republic"
msgstr "Dominikánska republika"
#: ../countries.php:164
msgid "Grenada"
msgstr "Grenada"
#: ../countries.php:165
msgid "Guatemala"
msgstr "Guatemala"
#: ../countries.php:166
msgid "Honduras"
msgstr "Honduras"
#: ../countries.php:167
msgid "Haiti"
msgstr "Haiti"
#: ../countries.php:168
msgid "Jamaica"
msgstr "Jamajka"
#: ../countries.php:169
msgid "Saint Kitts and Nevis"
msgstr "Svätý Krištof a Nevis"
#: ../countries.php:170
msgid "Saint Lucia"
msgstr "Svätá Lucia"
#: ../countries.php:171
msgid "Mexico"
msgstr "Mexiko"
#: ../countries.php:172
msgid "Nicaragua"
msgstr "Nikaragua"
#: ../countries.php:173
msgid "Panama"
msgstr "Panama"
#: ../countries.php:174
msgid "El Salvador"
msgstr "Salvádor"
#: ../countries.php:175
msgid "United States"
msgstr "Spojené štáty (USA)"
#: ../countries.php:176
msgid "Saint Vincent and the Grenadines"
msgstr "Svätý Vincent a Grenadíny"
#: ../countries.php:178
msgid "Oceania"
msgstr "Oceánia"
#: ../countries.php:179
msgid "Australia"
msgstr "Austrália"
#: ../countries.php:180
msgid "East Timor"
msgstr "Východný Timor"
#: ../countries.php:181
msgid "Fiji"
msgstr "Fidži"
#: ../countries.php:182
msgid "Micronesia"
msgstr "Mikronézia"
#: ../countries.php:183
msgid "Indonesia"
msgstr "Indonézia"
#: ../countries.php:184
msgid "Kiribati"
msgstr "Kiribati"
#: ../countries.php:185
msgid "Marshall Islands"
msgstr "Marshallove ostrovy"
#: ../countries.php:186
msgid "Nauru"
msgstr "Nauru"
#: ../countries.php:187
msgid "New Zealand"
msgstr "Nový Zéland"
#: ../countries.php:188
msgid "Papua New Guinea"
msgstr "Papua-Nová Guinea"
#: ../countries.php:189
msgid "Palau"
msgstr "Palau"
#: ../countries.php:190
msgid "Solomon Islands"
msgstr "Šalamúnove ostrovy"
#: ../countries.php:191
msgid "Tonga"
msgstr "Tonga"
#: ../countries.php:192
msgid "Tuvalu"
msgstr "Tuvalu"
#: ../countries.php:193
msgid "Vanuatu"
msgstr "Vanuatu"
#: ../countries.php:194
msgid "Samoa"
msgstr "Samoa"
#: ../countries.php:196
msgid "South America"
msgstr "Južná Amerika"
#: ../countries.php:197
msgid "Argentina"
msgstr "Argentína"
#: ../countries.php:198
msgid "Bolivia"
msgstr "Bolívia"
#: ../countries.php:199
msgid "Brazil"
msgstr "Brazília"
#: ../countries.php:200
msgid "Chile"
msgstr "Čile"
#: ../countries.php:201
msgid "Colombia"
msgstr "Kolumbia"
#: ../countries.php:202
msgid "Ecuador"
msgstr "Ekvádor"
#: ../countries.php:203
msgid "Guyana"
msgstr "Guyana"
#: ../countries.php:204
msgid "Peru"
msgstr "Peru"
#: ../countries.php:205
msgid "Paraguay"
msgstr "Paraguaj"
#: ../countries.php:206
msgid "Suriname"
msgstr "Surinam"
#: ../countries.php:207
msgid "Trinidad and Tobago"
msgstr "Trinidad a Tobago"
#: ../countries.php:208
msgid "Uruguay"
msgstr "Uruguaj"
#: ../countries.php:209
msgid "Venezuela"
msgstr "Venezuela"

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff