diff --git a/admin/globals/continents.php b/admin/globals/continents.php index 66fa026c..3d1c84d4 100644 --- a/admin/globals/continents.php +++ b/admin/globals/continents.php @@ -3,12 +3,12 @@ function sportspress_define_continents_global() { global $sportspress_continents; $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'), - __( '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'), - __( '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'), - __( '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'), - __( 'Oceania', 'countries' ) => 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'), + __( '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', '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', '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', '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', 'sportspress' ) => array('AU','TL','FJ','FM','ID','KI','MH','NR','NZ','PG','PW','SB','TO','TV','VU','WS'), + __( 'South America', 'sportspress' ) => array('AR','BO','BR','CL','CO','EC','GY','PE','PY','SR','TT','UY','VE'), ); } add_action( 'init', 'sportspress_define_continents_global' ); diff --git a/admin/globals/countries.php b/admin/globals/countries.php index 982707f6..a02aa341 100644 --- a/admin/globals/countries.php +++ b/admin/globals/countries.php @@ -3,206 +3,206 @@ function sportspress_define_countries_global() { global $sportspress_countries; $sportspress_countries = array( - 'AD' => __( "Andorra", 'countries' ), - 'AE' => __( "United Arab Emirates", 'countries' ), - 'AF' => __( "Afghanistan", 'countries' ), - 'AG' => __( "Antigua and Barbuda", 'countries' ), - 'AL' => __( "Albania", 'countries' ), - 'AM' => __( "Armenia", 'countries' ), - 'AO' => __( "Angola", 'countries' ), - 'AR' => __( "Argentina", 'countries' ), - 'AT' => __( "Austria", 'countries' ), - 'AU' => __( "Australia", 'countries' ), - 'AZ' => __( "Azerbaijan", 'countries' ), - 'BA' => __( "Bosnia and Herzegovina", 'countries' ), - 'BB' => __( "Barbados", 'countries' ), - 'BD' => __( "Bangladesh", 'countries' ), - 'BE' => __( "Belgium", 'countries' ), - 'BF' => __( "Burkina Faso", 'countries' ), - 'BG' => __( "Bulgaria", 'countries' ), - 'BH' => __( "Bahrain", 'countries' ), - 'BI' => __( "Burundi", 'countries' ), - 'BJ' => __( "Benin", 'countries' ), - 'BN' => __( "Brunei", 'countries' ), - 'BO' => __( "Bolivia", 'countries' ), - 'BR' => __( "Brazil", 'countries' ), - 'BS' => __( "Bahamas", 'countries' ), - 'BT' => __( "Bhutan", 'countries' ), - 'BW' => __( "Botswana", 'countries' ), - 'BY' => __( "Belarus", 'countries' ), - 'BZ' => __( "Belize", 'countries' ), - 'CA' => __( "Canada", 'countries' ), - 'CD' => __( "Democratic Republic of the Congo", 'countries' ), - 'CF' => __( "Central African Republic", 'countries' ), - 'CG' => __( "Republic of the Congo", 'countries' ), - 'CH' => __( "Switzerland", 'countries' ), - 'CI' => __( "Cote d'Ivoire", 'countries' ), - 'CL' => __( "Chile", 'countries' ), - 'CM' => __( "Cameroon", 'countries' ), - 'CN' => __( "China", 'countries' ), - 'CO' => __( "Colombia", 'countries' ), - 'CR' => __( "Costa Rica", 'countries' ), - 'CU' => __( "Cuba", 'countries' ), - 'CV' => __( "Cape Verde", 'countries' ), - 'CY' => __( "Cyprus", 'countries' ), - 'CZ' => __( "Czech Republic", 'countries' ), - 'DE' => __( "Germany", 'countries' ), - 'DJ' => __( "Djibouti", 'countries' ), - 'DK' => __( "Denmark", 'countries' ), - 'DM' => __( "Dominica", 'countries' ), - 'DO' => __( "Dominican Republic", 'countries' ), - 'DZ' => __( "Algeria", 'countries' ), - 'EC' => __( "Ecuador", 'countries' ), - 'EE' => __( "Estonia", 'countries' ), - 'EG' => __( "Egypt", 'countries' ), - 'EH' => __( "Western Sahara", 'countries' ), - 'EN' => __( "England", 'countries' ), - 'ER' => __( "Eritrea", 'countries' ), - 'ES' => __( "Spain", 'countries' ), - 'ET' => __( "Ethiopia", 'countries' ), - 'FI' => __( "Finland", 'countries' ), - 'FJ' => __( "Fiji", 'countries' ), - 'FM' => __( "Micronesia", 'countries' ), - 'FR' => __( "France", 'countries' ), - 'GA' => __( "Gabon", 'countries' ), - 'GB' => __( "United Kingdom", 'countries' ), - 'GD' => __( "Grenada", 'countries' ), - 'GE' => __( "Georgia", 'countries' ), - 'GH' => __( "Ghana", 'countries' ), - 'GM' => __( "Gambia", 'countries' ), - 'GN' => __( "Guinea", 'countries' ), - 'GQ' => __( "Equatorial Guinea", 'countries' ), - 'GR' => __( "Greece", 'countries' ), - 'GT' => __( "Guatemala", 'countries' ), - 'GW' => __( "Guinea-Bissau", 'countries' ), - 'GY' => __( "Guyana", 'countries' ), - 'HK' => __( "Hong Kong", 'countries' ), - 'HN' => __( "Honduras", 'countries' ), - 'HR' => __( "Croatia", 'countries' ), - 'HT' => __( "Haiti", 'countries' ), - 'HU' => __( "Hungary", 'countries' ), - 'ID' => __( "Indonesia", 'countries' ), - 'IE' => __( "Ireland", 'countries' ), - 'IL' => __( "Israel", 'countries' ), - 'IN' => __( "India", 'countries' ), - 'IQ' => __( "Iraq", 'countries' ), - 'IR' => __( "Iran", 'countries' ), - 'IS' => __( "Iceland", 'countries' ), - 'IT' => __( "Italy", 'countries' ), - 'JM' => __( "Jamaica", 'countries' ), - 'JO' => __( "Jordan", 'countries' ), - 'JP' => __( "Japan", 'countries' ), - 'KE' => __( "Kenya", 'countries' ), - 'KG' => __( "Kyrgyzstan", 'countries' ), - 'KH' => __( "Cambodia", 'countries' ), - 'KI' => __( "Kiribati", 'countries' ), - 'KM' => __( "Comoros", 'countries' ), - 'KN' => __( "Saint Kitts and Nevis", 'countries' ), - 'KP' => __( "North Korea", 'countries' ), - 'KR' => __( "South Korea", 'countries' ), - 'KW' => __( "Kuwait", 'countries' ), - 'KZ' => __( "Kazakhstan", 'countries' ), - 'LA' => __( "Laos", 'countries' ), - 'LB' => __( "Lebanon", 'countries' ), - 'LC' => __( "Saint Lucia", 'countries' ), - 'LI' => __( "Liechtenstein", 'countries' ), - 'LK' => __( "Sri Lanka", 'countries' ), - 'LR' => __( "Liberia", 'countries' ), - 'LS' => __( "Lesotho", 'countries' ), - 'LT' => __( "Lithuania", 'countries' ), - 'LU' => __( "Luxembourg", 'countries' ), - 'LV' => __( "Latvia", 'countries' ), - 'LY' => __( "Libya", 'countries' ), - 'MA' => __( "Morocco", 'countries' ), - 'MC' => __( "Monaco", 'countries' ), - 'MD' => __( "Moldova", 'countries' ), - 'ME' => __( "Montenegro", 'countries' ), - 'MG' => __( "Madagascar", 'countries' ), - 'MH' => __( "Marshall Islands", 'countries' ), - 'MK' => __( "Macedonia", 'countries' ), - 'ML' => __( "Mali", 'countries' ), - 'MM' => __( "Myanmar", 'countries' ), - 'MN' => __( "Mongolia", 'countries' ), - 'MO' => __( "Macau", 'countries' ), - 'MR' => __( "Mauritania", 'countries' ), - 'MT' => __( "Malta", 'countries' ), - 'MU' => __( "Mauritius", 'countries' ), - 'MV' => __( "Maldives", 'countries' ), - 'MW' => __( "Malawi", 'countries' ), - 'MX' => __( "Mexico", 'countries' ), - 'MY' => __( "Malaysia", 'countries' ), - 'MZ' => __( "Mozambique", 'countries' ), - 'NA' => __( "Namibia", 'countries' ), - 'NB' => __( "Northern Ireland", 'countries' ), - 'NE' => __( "Niger", 'countries' ), - 'NG' => __( "Nigeria", 'countries' ), - 'NI' => __( "Nicaragua", 'countries' ), - 'NL' => __( "Netherlands", 'countries' ), - 'NO' => __( "Norway", 'countries' ), - 'NP' => __( "Nepal", 'countries' ), - 'NR' => __( "Nauru", 'countries' ), - 'NZ' => __( "New Zealand", 'countries' ), - 'OM' => __( "Oman", 'countries' ), - 'PA' => __( "Panama", 'countries' ), - 'PE' => __( "Peru", 'countries' ), - 'PG' => __( "Papua New Guinea", 'countries' ), - 'PH' => __( "Philippines", 'countries' ), - 'PK' => __( "Pakistan", 'countries' ), - 'PL' => __( "Poland", 'countries' ), - 'PT' => __( "Portugal", 'countries' ), - 'PW' => __( "Palau", 'countries' ), - 'PY' => __( "Paraguay", 'countries' ), - 'QA' => __( "Qatar", 'countries' ), - 'RO' => __( "Romania", 'countries' ), - 'RS' => __( "Serbia", 'countries' ), - 'RU' => __( "Russia", 'countries' ), - 'RW' => __( "Rwanda", 'countries' ), - 'SA' => __( "Saudi Arabia", 'countries' ), - 'SB' => __( "Solomon Islands", 'countries' ), - 'SC' => __( "Seychelles", 'countries' ), - 'SD' => __( "Sudan", 'countries' ), - 'SE' => __( "Sweden", 'countries' ), - 'SF' => __( "Scotland", 'countries' ), - 'SG' => __( "Singapore", 'countries' ), - 'SI' => __( "Slovenia", 'countries' ), - 'SK' => __( "Slovakia", 'countries' ), - 'SL' => __( "Sierra Leone", 'countries' ), - 'SM' => __( "San Marino", 'countries' ), - 'SN' => __( "Senegal", 'countries' ), - 'SO' => __( "Somalia", 'countries' ), - 'SR' => __( "Suriname", 'countries' ), - 'ST' => __( "Sao Tome and Principe", 'countries' ), - 'SV' => __( "El Salvador", 'countries' ), - 'SZ' => __( "Swaziland", 'countries' ), - 'TD' => __( "Chad", 'countries' ), - 'TG' => __( "Togo", 'countries' ), - 'TH' => __( "Thailand", 'countries' ), - 'TJ' => __( "Tajikistan", 'countries' ), - 'TL' => __( "East Timor", 'countries' ), - 'TM' => __( "Turkmenistan", 'countries' ), - 'TN' => __( "Tunisia", 'countries' ), - 'TO' => __( "Tonga", 'countries' ), - 'TR' => __( "Turkey", 'countries' ), - 'TT' => __( "Trinidad and Tobago", 'countries' ), - 'TV' => __( "Tuvalu", 'countries' ), - 'TW' => __( "Taiwan", 'countries' ), - 'TZ' => __( "Tanzania", 'countries' ), - 'UA' => __( "Ukraine", 'countries' ), - 'UG' => __( "Uganda", 'countries' ), - 'US' => __( "United States", 'countries' ), - 'UY' => __( "Uruguay", 'countries' ), - 'UZ' => __( "Uzbekistan", 'countries' ), - 'VA' => __( "Vatican City", 'countries' ), - 'VC' => __( "Saint Vincent and the Grenadines", 'countries' ), - 'VE' => __( "Venezuela", 'countries' ), - 'VN' => __( "Vietnam", 'countries' ), - 'VU' => __( "Vanuatu", 'countries' ), - 'WL' => __( "Wales", 'countries' ), - 'WS' => __( "Samoa", 'countries' ), - 'YE' => __( "Yemen", 'countries' ), - 'ZA' => __( "South Africa", 'countries' ), - 'ZM' => __( "Zambia", 'countries' ), - 'ZW' => __( "Zimbabwe", 'countries' ), + 'AD' => __( "Andorra", 'sportspress' ), + 'AE' => __( "United Arab Emirates", 'sportspress' ), + 'AF' => __( "Afghanistan", 'sportspress' ), + 'AG' => __( "Antigua and Barbuda", 'sportspress' ), + 'AL' => __( "Albania", 'sportspress' ), + 'AM' => __( "Armenia", 'sportspress' ), + 'AO' => __( "Angola", 'sportspress' ), + 'AR' => __( "Argentina", 'sportspress' ), + 'AT' => __( "Austria", 'sportspress' ), + 'AU' => __( "Australia", 'sportspress' ), + 'AZ' => __( "Azerbaijan", 'sportspress' ), + 'BA' => __( "Bosnia and Herzegovina", 'sportspress' ), + 'BB' => __( "Barbados", 'sportspress' ), + 'BD' => __( "Bangladesh", 'sportspress' ), + 'BE' => __( "Belgium", 'sportspress' ), + 'BF' => __( "Burkina Faso", 'sportspress' ), + 'BG' => __( "Bulgaria", 'sportspress' ), + 'BH' => __( "Bahrain", 'sportspress' ), + 'BI' => __( "Burundi", 'sportspress' ), + 'BJ' => __( "Benin", 'sportspress' ), + 'BN' => __( "Brunei", 'sportspress' ), + 'BO' => __( "Bolivia", 'sportspress' ), + 'BR' => __( "Brazil", 'sportspress' ), + 'BS' => __( "Bahamas", 'sportspress' ), + 'BT' => __( "Bhutan", 'sportspress' ), + 'BW' => __( "Botswana", 'sportspress' ), + 'BY' => __( "Belarus", 'sportspress' ), + 'BZ' => __( "Belize", 'sportspress' ), + 'CA' => __( "Canada", 'sportspress' ), + 'CD' => __( "Democratic Republic of the Congo", 'sportspress' ), + 'CF' => __( "Central African Republic", 'sportspress' ), + 'CG' => __( "Republic of the Congo", 'sportspress' ), + 'CH' => __( "Switzerland", 'sportspress' ), + 'CI' => __( "Cote d'Ivoire", 'sportspress' ), + 'CL' => __( "Chile", 'sportspress' ), + 'CM' => __( "Cameroon", 'sportspress' ), + 'CN' => __( "China", 'sportspress' ), + 'CO' => __( "Colombia", 'sportspress' ), + 'CR' => __( "Costa Rica", 'sportspress' ), + 'CU' => __( "Cuba", 'sportspress' ), + 'CV' => __( "Cape Verde", 'sportspress' ), + 'CY' => __( "Cyprus", 'sportspress' ), + 'CZ' => __( "Czech Republic", 'sportspress' ), + 'DE' => __( "Germany", 'sportspress' ), + 'DJ' => __( "Djibouti", 'sportspress' ), + 'DK' => __( "Denmark", 'sportspress' ), + 'DM' => __( "Dominica", 'sportspress' ), + 'DO' => __( "Dominican Republic", 'sportspress' ), + 'DZ' => __( "Algeria", 'sportspress' ), + 'EC' => __( "Ecuador", 'sportspress' ), + 'EE' => __( "Estonia", 'sportspress' ), + 'EG' => __( "Egypt", 'sportspress' ), + 'EH' => __( "Western Sahara", 'sportspress' ), + 'EN' => __( "England", 'sportspress' ), + 'ER' => __( "Eritrea", 'sportspress' ), + 'ES' => __( "Spain", 'sportspress' ), + 'ET' => __( "Ethiopia", 'sportspress' ), + 'FI' => __( "Finland", 'sportspress' ), + 'FJ' => __( "Fiji", 'sportspress' ), + 'FM' => __( "Micronesia", 'sportspress' ), + 'FR' => __( "France", 'sportspress' ), + 'GA' => __( "Gabon", 'sportspress' ), + 'GB' => __( "United Kingdom", 'sportspress' ), + 'GD' => __( "Grenada", 'sportspress' ), + 'GE' => __( "Georgia", 'sportspress' ), + 'GH' => __( "Ghana", 'sportspress' ), + 'GM' => __( "Gambia", 'sportspress' ), + 'GN' => __( "Guinea", 'sportspress' ), + 'GQ' => __( "Equatorial Guinea", 'sportspress' ), + 'GR' => __( "Greece", 'sportspress' ), + 'GT' => __( "Guatemala", 'sportspress' ), + 'GW' => __( "Guinea-Bissau", 'sportspress' ), + 'GY' => __( "Guyana", 'sportspress' ), + 'HK' => __( "Hong Kong", 'sportspress' ), + 'HN' => __( "Honduras", 'sportspress' ), + 'HR' => __( "Croatia", 'sportspress' ), + 'HT' => __( "Haiti", 'sportspress' ), + 'HU' => __( "Hungary", 'sportspress' ), + 'ID' => __( "Indonesia", 'sportspress' ), + 'IE' => __( "Ireland", 'sportspress' ), + 'IL' => __( "Israel", 'sportspress' ), + 'IN' => __( "India", 'sportspress' ), + 'IQ' => __( "Iraq", 'sportspress' ), + 'IR' => __( "Iran", 'sportspress' ), + 'IS' => __( "Iceland", 'sportspress' ), + 'IT' => __( "Italy", 'sportspress' ), + 'JM' => __( "Jamaica", 'sportspress' ), + 'JO' => __( "Jordan", 'sportspress' ), + 'JP' => __( "Japan", 'sportspress' ), + 'KE' => __( "Kenya", 'sportspress' ), + 'KG' => __( "Kyrgyzstan", 'sportspress' ), + 'KH' => __( "Cambodia", 'sportspress' ), + 'KI' => __( "Kiribati", 'sportspress' ), + 'KM' => __( "Comoros", 'sportspress' ), + 'KN' => __( "Saint Kitts and Nevis", 'sportspress' ), + 'KP' => __( "North Korea", 'sportspress' ), + 'KR' => __( "South Korea", 'sportspress' ), + 'KW' => __( "Kuwait", 'sportspress' ), + 'KZ' => __( "Kazakhstan", 'sportspress' ), + 'LA' => __( "Laos", 'sportspress' ), + 'LB' => __( "Lebanon", 'sportspress' ), + 'LC' => __( "Saint Lucia", 'sportspress' ), + 'LI' => __( "Liechtenstein", 'sportspress' ), + 'LK' => __( "Sri Lanka", 'sportspress' ), + 'LR' => __( "Liberia", 'sportspress' ), + 'LS' => __( "Lesotho", 'sportspress' ), + 'LT' => __( "Lithuania", 'sportspress' ), + 'LU' => __( "Luxembourg", 'sportspress' ), + 'LV' => __( "Latvia", 'sportspress' ), + 'LY' => __( "Libya", 'sportspress' ), + 'MA' => __( "Morocco", 'sportspress' ), + 'MC' => __( "Monaco", 'sportspress' ), + 'MD' => __( "Moldova", 'sportspress' ), + 'ME' => __( "Montenegro", 'sportspress' ), + 'MG' => __( "Madagascar", 'sportspress' ), + 'MH' => __( "Marshall Islands", 'sportspress' ), + 'MK' => __( "Macedonia", 'sportspress' ), + 'ML' => __( "Mali", 'sportspress' ), + 'MM' => __( "Myanmar", 'sportspress' ), + 'MN' => __( "Mongolia", 'sportspress' ), + 'MO' => __( "Macau", 'sportspress' ), + 'MR' => __( "Mauritania", 'sportspress' ), + 'MT' => __( "Malta", 'sportspress' ), + 'MU' => __( "Mauritius", 'sportspress' ), + 'MV' => __( "Maldives", 'sportspress' ), + 'MW' => __( "Malawi", 'sportspress' ), + 'MX' => __( "Mexico", 'sportspress' ), + 'MY' => __( "Malaysia", 'sportspress' ), + 'MZ' => __( "Mozambique", 'sportspress' ), + 'NA' => __( "Namibia", 'sportspress' ), + 'NB' => __( "Northern Ireland", 'sportspress' ), + 'NE' => __( "Niger", 'sportspress' ), + 'NG' => __( "Nigeria", 'sportspress' ), + 'NI' => __( "Nicaragua", 'sportspress' ), + 'NL' => __( "Netherlands", 'sportspress' ), + 'NO' => __( "Norway", 'sportspress' ), + 'NP' => __( "Nepal", 'sportspress' ), + 'NR' => __( "Nauru", 'sportspress' ), + 'NZ' => __( "New Zealand", 'sportspress' ), + 'OM' => __( "Oman", 'sportspress' ), + 'PA' => __( "Panama", 'sportspress' ), + 'PE' => __( "Peru", 'sportspress' ), + 'PG' => __( "Papua New Guinea", 'sportspress' ), + 'PH' => __( "Philippines", 'sportspress' ), + 'PK' => __( "Pakistan", 'sportspress' ), + 'PL' => __( "Poland", 'sportspress' ), + 'PT' => __( "Portugal", 'sportspress' ), + 'PW' => __( "Palau", 'sportspress' ), + 'PY' => __( "Paraguay", 'sportspress' ), + 'QA' => __( "Qatar", 'sportspress' ), + 'RO' => __( "Romania", 'sportspress' ), + 'RS' => __( "Serbia", 'sportspress' ), + 'RU' => __( "Russia", 'sportspress' ), + 'RW' => __( "Rwanda", 'sportspress' ), + 'SA' => __( "Saudi Arabia", 'sportspress' ), + 'SB' => __( "Solomon Islands", 'sportspress' ), + 'SC' => __( "Seychelles", 'sportspress' ), + 'SD' => __( "Sudan", 'sportspress' ), + 'SE' => __( "Sweden", 'sportspress' ), + 'SF' => __( "Scotland", 'sportspress' ), + 'SG' => __( "Singapore", 'sportspress' ), + 'SI' => __( "Slovenia", 'sportspress' ), + 'SK' => __( "Slovakia", 'sportspress' ), + 'SL' => __( "Sierra Leone", 'sportspress' ), + 'SM' => __( "San Marino", 'sportspress' ), + 'SN' => __( "Senegal", 'sportspress' ), + 'SO' => __( "Somalia", 'sportspress' ), + 'SR' => __( "Suriname", 'sportspress' ), + 'ST' => __( "Sao Tome and Principe", 'sportspress' ), + 'SV' => __( "El Salvador", 'sportspress' ), + 'SZ' => __( "Swaziland", 'sportspress' ), + 'TD' => __( "Chad", 'sportspress' ), + 'TG' => __( "Togo", 'sportspress' ), + 'TH' => __( "Thailand", 'sportspress' ), + 'TJ' => __( "Tajikistan", 'sportspress' ), + 'TL' => __( "East Timor", 'sportspress' ), + 'TM' => __( "Turkmenistan", 'sportspress' ), + 'TN' => __( "Tunisia", 'sportspress' ), + 'TO' => __( "Tonga", 'sportspress' ), + 'TR' => __( "Turkey", 'sportspress' ), + 'TT' => __( "Trinidad and Tobago", 'sportspress' ), + 'TV' => __( "Tuvalu", 'sportspress' ), + 'TW' => __( "Taiwan", 'sportspress' ), + 'TZ' => __( "Tanzania", 'sportspress' ), + 'UA' => __( "Ukraine", 'sportspress' ), + 'UG' => __( "Uganda", 'sportspress' ), + 'US' => __( "United States", 'sportspress' ), + 'UY' => __( "Uruguay", 'sportspress' ), + 'UZ' => __( "Uzbekistan", 'sportspress' ), + 'VA' => __( "Vatican City", 'sportspress' ), + 'VC' => __( "Saint Vincent and the Grenadines", 'sportspress' ), + 'VE' => __( "Venezuela", 'sportspress' ), + 'VN' => __( "Vietnam", 'sportspress' ), + 'VU' => __( "Vanuatu", 'sportspress' ), + 'WL' => __( "Wales", 'sportspress' ), + 'WS' => __( "Samoa", 'sportspress' ), + 'YE' => __( "Yemen", 'sportspress' ), + 'ZA' => __( "South Africa", 'sportspress' ), + 'ZM' => __( "Zambia", 'sportspress' ), + 'ZW' => __( "Zimbabwe", 'sportspress' ), ); asort( $sportspress_countries ); diff --git a/admin/hooks/plugins-loaded.php b/admin/hooks/plugins-loaded.php index 54aa7fc9..c3376089 100644 --- a/admin/hooks/plugins-loaded.php +++ b/admin/hooks/plugins-loaded.php @@ -3,13 +3,7 @@ function sportspress_plugins_loaded() { // Load plugin textdomain if ( function_exists( 'load_plugin_textdomain' ) ) { - - // SportsPress load_plugin_textdomain ( 'sportspress', false, dirname( SPORTSPRESS_PLUGIN_BASENAME ) . '/languages/' ); - - // Countries - load_plugin_textdomain ( 'countries', false, dirname( SPORTSPRESS_PLUGIN_BASENAME ) . '/languages/' ); - } // Add image sizes diff --git a/languages/countries-cs_CZ.mo b/languages/countries-cs_CZ.mo deleted file mode 100644 index 698177a6..00000000 Binary files a/languages/countries-cs_CZ.mo and /dev/null differ diff --git a/languages/countries-cs_CZ.po b/languages/countries-cs_CZ.po deleted file mode 100644 index 7fc61f5e..00000000 --- a/languages/countries-cs_CZ.po +++ /dev/null @@ -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 \n" -"Language-Team: ThemeBoy \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 "Guinea–Bissau" - -#: ../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" diff --git a/languages/countries-de_DE.mo b/languages/countries-de_DE.mo deleted file mode 100644 index 7788b0b2..00000000 Binary files a/languages/countries-de_DE.mo and /dev/null differ diff --git a/languages/countries-de_DE.po b/languages/countries-de_DE.po deleted file mode 100644 index 3af192cb..00000000 --- a/languages/countries-de_DE.po +++ /dev/null @@ -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 \n" -"Language-Team: ThemeBoy \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" diff --git a/languages/countries-en_GB.mo b/languages/countries-en_GB.mo deleted file mode 100644 index bc27d26b..00000000 Binary files a/languages/countries-en_GB.mo and /dev/null differ diff --git a/languages/countries-en_GB.po b/languages/countries-en_GB.po deleted file mode 100644 index 4591399d..00000000 --- a/languages/countries-en_GB.po +++ /dev/null @@ -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 \n" -"Language-Team: ThemeBoy \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" diff --git a/languages/countries-es_ES.mo b/languages/countries-es_ES.mo deleted file mode 100644 index 5c7fa6bc..00000000 Binary files a/languages/countries-es_ES.mo and /dev/null differ diff --git a/languages/countries-es_ES.po b/languages/countries-es_ES.po deleted file mode 100644 index f67afb6a..00000000 --- a/languages/countries-es_ES.po +++ /dev/null @@ -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 \n" -"Language-Team: ThemeBoy \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" diff --git a/languages/countries-fr_FR.mo b/languages/countries-fr_FR.mo deleted file mode 100644 index dbb6ad63..00000000 Binary files a/languages/countries-fr_FR.mo and /dev/null differ diff --git a/languages/countries-fr_FR.po b/languages/countries-fr_FR.po deleted file mode 100644 index 4ac5139f..00000000 --- a/languages/countries-fr_FR.po +++ /dev/null @@ -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 \n" -"Language-Team: ThemeBoy \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" diff --git a/languages/countries-it_IT.mo b/languages/countries-it_IT.mo deleted file mode 100644 index bcf5df2c..00000000 Binary files a/languages/countries-it_IT.mo and /dev/null differ diff --git a/languages/countries-it_IT.po b/languages/countries-it_IT.po deleted file mode 100644 index 06e29be0..00000000 --- a/languages/countries-it_IT.po +++ /dev/null @@ -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 \n" -"Language-Team: ThemeBoy \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" diff --git a/languages/countries-ja.mo b/languages/countries-ja.mo deleted file mode 100644 index 69f914bf..00000000 Binary files a/languages/countries-ja.mo and /dev/null differ diff --git a/languages/countries-ja.po b/languages/countries-ja.po deleted file mode 100644 index 5032147a..00000000 --- a/languages/countries-ja.po +++ /dev/null @@ -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 \n" -"Language-Team: ThemeBoy \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 "ベネズエラ・ボリバル共和国" diff --git a/languages/countries-pl_PL.mo b/languages/countries-pl_PL.mo deleted file mode 100644 index b9055835..00000000 Binary files a/languages/countries-pl_PL.mo and /dev/null differ diff --git a/languages/countries-pl_PL.po b/languages/countries-pl_PL.po deleted file mode 100644 index 4963dd89..00000000 --- a/languages/countries-pl_PL.po +++ /dev/null @@ -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 \n" -"Language-Team: ThemeBoy \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" diff --git a/languages/countries-ru_RU.mo b/languages/countries-ru_RU.mo deleted file mode 100644 index 496f9c13..00000000 Binary files a/languages/countries-ru_RU.mo and /dev/null differ diff --git a/languages/countries-ru_RU.po b/languages/countries-ru_RU.po deleted file mode 100644 index 456828ad..00000000 --- a/languages/countries-ru_RU.po +++ /dev/null @@ -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 \n" -"Language-Team: ThemeBoy \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 "Венесуэла" diff --git a/languages/countries-sk_SK.mo b/languages/countries-sk_SK.mo deleted file mode 100644 index 93b2c8d4..00000000 Binary files a/languages/countries-sk_SK.mo and /dev/null differ diff --git a/languages/countries-sk_SK.po b/languages/countries-sk_SK.po deleted file mode 100644 index 39cd685b..00000000 --- a/languages/countries-sk_SK.po +++ /dev/null @@ -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 \n" -"Language-Team: ThemeBoy \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" diff --git a/languages/sportpress-sv_SE.mo b/languages/sportpress-sv_SE.mo deleted file mode 100644 index dc20aa81..00000000 Binary files a/languages/sportpress-sv_SE.mo and /dev/null differ diff --git a/languages/sportspress-de_DE.mo b/languages/sportspress-de_DE.mo index 50587806..e9ecb9a8 100644 Binary files a/languages/sportspress-de_DE.mo and b/languages/sportspress-de_DE.mo differ diff --git a/languages/sportspress-de_DE.po b/languages/sportspress-de_DE.po index b94f1ae3..8211ada0 100644 --- a/languages/sportspress-de_DE.po +++ b/languages/sportspress-de_DE.po @@ -1,150 +1,158 @@ +# +# Translators: +# ThemeBoy , 2014 msgid "" msgstr "" -"Project-Id-Version: SportsPress 0.4\n" +"Project-Id-Version: SportsPress\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-21 15:17+1000\n" -"PO-Revision-Date: 2014-02-21 17:13+1000\n" -"Last-Translator: ThemeBoy \n" -"Language-Team: ThemeBoy \n" -"Language: de_DE\n" +"POT-Creation-Date: 2014-03-02 13:27+1000\n" +"PO-Revision-Date: 2014-03-02 15:04+1000\n" +"Last-Translator: ThemeBoy \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/" +"sportspress/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.6.3\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-Bookmarks: -1,75,-1,-1,-1,-1,-1,-1,-1,-1\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-Bookmarks: -1,75,-1,-1,-1,-1,-1,-1,-1,-1\n" "X-Poedit-SearchPath-0: ..\n" -#: ../functions.php:74 +#: ../functions.php:164 msgid "1 view" msgstr "1 Anzeigen" -#: ../functions.php:76 +#: ../functions.php:166 #, php-format msgid "%s views" msgstr "%s Ansichten" -#: ../functions.php:101 +#: ../functions.php:191 msgid "Scheduled" msgstr "Geplant" -#: ../functions.php:103 ../functions.php:533 ../functions.php:536 -#: ../functions.php:1996 ../functions.php:2198 ../functions.php:2333 +#: ../functions.php:193 ../functions.php:624 ../functions.php:627 +#: ../functions.php:2087 ../functions.php:2289 ../functions.php:2424 #: ../admin/post-types/list.php:117 ../admin/widgets/player-list.php:78 #: ../admin/widgets/player-list.php:91 msgid "Played" msgstr "Gespielt" -#: ../functions.php:105 +#: ../functions.php:195 msgid "Draft" msgstr "Entwurf" -#: ../functions.php:107 +#: ../functions.php:197 msgid "Pending Review" msgstr "Ausstehender Review" -#: ../functions.php:109 ../admin/hooks/post-updated-messages.php:34 +#: ../functions.php:199 ../admin/hooks/post-updated-messages.php:34 msgid "M j, Y @ G:i" msgstr "d. F Y H:i" -#: ../functions.php:130 ../functions.php:134 ../functions.php:467 -#: ../functions.php:1059 ../admin/templates/event-players.php:82 +#: ../functions.php:220 ../functions.php:224 ../functions.php:558 +#: ../functions.php:1150 ../admin/templates/event-players.php:82 msgid "Total" msgstr "Summe" -#: ../functions.php:130 ../functions.php:468 +#: ../functions.php:220 ../functions.php:559 msgid "Average" msgstr "Durchschnitt" -#: ../functions.php:172 +#: ../functions.php:262 msgid "Integer" msgstr "Ganzezahl" -#: ../functions.php:173 +#: ../functions.php:263 msgid "Decimal" msgstr "Dezimal" -#: ../functions.php:174 ../admin/templates/event-details.php:13 +#: ../functions.php:264 ../admin/templates/event-details.php:13 msgid "Time" msgstr "Zeit" -#: ../functions.php:175 +#: ../functions.php:265 msgid "Custom Field" msgstr "Benutzerdefiniertefeld" -#: ../functions.php:396 ../functions.php:449 +#: ../functions.php:486 ../functions.php:540 msgid "(no title)" msgstr "(kein Titel)" -#: ../functions.php:533 ../functions.php:536 ../admin/post-types/event.php:6 +#: ../functions.php:503 +msgid "Select All" +msgstr "Alle auswählen" + +#: ../functions.php:624 ../functions.php:627 ../admin/post-types/event.php:6 #: ../admin/post-types/event.php:16 ../admin/settings/settings.php:11 msgid "Events" msgstr "Ereignisse" -#: ../functions.php:533 +#: ../functions.php:624 msgid "Attended" msgstr "Teilnehmen" -#: ../functions.php:539 ../admin/post-types/event.php:53 +#: ../functions.php:630 ../admin/post-types/event.php:53 #: ../admin/post-types/result.php:4 ../admin/post-types/result.php:15 #: ../admin/settings/events.php:16 ../admin/templates/event-results.php:55 msgid "Results" msgstr "Resultat" -#: ../functions.php:542 ../functions.php:543 ../functions.php:544 -#: ../functions.php:545 ../admin/post-types/outcome.php:4 +#: ../functions.php:633 ../functions.php:634 ../functions.php:635 +#: ../functions.php:636 ../admin/post-types/outcome.php:4 #: ../admin/post-types/outcome.php:15 ../admin/settings/events.php:55 msgid "Outcomes" msgstr "Ergebnisse" -#: ../functions.php:543 +#: ../functions.php:634 msgid "Streak" msgstr "Streifen" -#: ../functions.php:544 +#: ../functions.php:635 msgid "Last 5" msgstr "Letzte 5" -#: ../functions.php:545 +#: ../functions.php:636 msgid "Last 10" msgstr "Letzte 10" -#: ../functions.php:548 ../admin/post-types/column.php:4 +#: ../functions.php:639 ../admin/post-types/column.php:4 #: ../admin/post-types/column.php:15 ../admin/post-types/team.php:41 #: ../admin/settings/tables.php:11 msgid "Columns" msgstr "Spalten" -#: ../functions.php:551 +#: ../functions.php:642 msgid "Player Statistics" msgstr "Spieler Statistiken" -#: ../functions.php:560 +#: ../functions.php:651 msgid "Operators" msgstr "Operator" -#: ../functions.php:573 +#: ../functions.php:664 msgid "Constants" msgstr "Konstanten" -#: ../functions.php:577 ../admin/settings/settings.php:46 +#: ../functions.php:668 ../admin/settings/settings.php:46 msgid "— Select —" msgstr "— Auswählen —" -#: ../functions.php:690 ../functions.php:844 ../functions.php:919 -#: ../functions.php:1804 ../functions.php:2333 ../admin/hooks/gettext.php:9 +#: ../functions.php:781 ../functions.php:935 ../functions.php:1010 +#: ../functions.php:1895 ../functions.php:2424 ../admin/hooks/gettext.php:9 #: ../admin/post-types/list.php:38 ../admin/post-types/list.php:95 #: ../admin/post-types/player.php:147 ../admin/post-types/team.php:5 #: ../admin/post-types/team.php:49 ../admin/templates/event-results.php:59 msgid "Team" msgstr "Mannschaft" -#: ../functions.php:712 ../admin/post-types/column.php:7 +#: ../functions.php:803 ../admin/post-types/column.php:7 #: ../admin/post-types/event.php:8 ../admin/post-types/list.php:7 #: ../admin/post-types/metric.php:7 ../admin/post-types/outcome.php:7 #: ../admin/post-types/player.php:7 ../admin/post-types/result.php:7 @@ -158,22 +166,22 @@ msgstr "Mannschaft" msgid "Edit" msgstr "Bearbeiten" -#: ../functions.php:716 +#: ../functions.php:807 msgid "Cancel" msgstr "Abbrechen" -#: ../functions.php:717 +#: ../functions.php:808 msgid "Save" msgstr "Speichern" -#: ../functions.php:746 ../functions.php:1024 ../functions.php:2092 -#: ../admin/hooks/register-activation-hook.php:147 +#: ../functions.php:837 ../functions.php:1115 ../functions.php:2183 +#: ../admin/hooks/register-activation-hook.php:149 #: ../admin/post-types/player.php:5 ../admin/templates/event-players.php:28 msgid "Player" msgstr "Spieler" -#: ../functions.php:791 ../functions.php:843 ../functions.php:1535 -#: ../functions.php:2333 ../admin/post-types/event.php:83 +#: ../functions.php:882 ../functions.php:934 ../functions.php:1626 +#: ../functions.php:2424 ../admin/post-types/event.php:83 #: ../admin/post-types/event.php:215 ../admin/post-types/list.php:37 #: ../admin/post-types/list.php:81 ../admin/post-types/table.php:36 #: ../admin/post-types/table.php:77 ../admin/templates/event-details.php:22 @@ -181,11 +189,11 @@ msgstr "Spieler" msgid "Season" msgstr "Saison" -#: ../functions.php:867 +#: ../functions.php:958 msgid "— None —" msgstr "— Keine —" -#: ../functions.php:888 ../admin/post-types/column.php:11 +#: ../functions.php:979 ../admin/post-types/column.php:11 #: ../admin/post-types/column.php:12 ../admin/post-types/event.php:12 #: ../admin/post-types/event.php:13 ../admin/post-types/list.php:11 #: ../admin/post-types/list.php:12 ../admin/post-types/metric.php:11 @@ -202,32 +210,32 @@ msgstr "— Keine —" msgid "No results found." msgstr "Es wurden keine Ergebnisse gefunden." -#: ../functions.php:923 ../admin/post-types/outcome.php:5 +#: ../functions.php:1014 ../admin/post-types/outcome.php:5 msgid "Outcome" msgstr "Ergebnis" -#: ../functions.php:947 ../admin/post-types/event.php:76 +#: ../functions.php:1038 ../admin/post-types/event.php:76 #: ../admin/post-types/event.php:91 ../admin/post-types/event.php:106 msgid "-- Not set --" msgstr "-- Leer --" -#: ../functions.php:975 ../functions.php:1080 +#: ../functions.php:1066 ../functions.php:1171 msgid "Starting Lineup" msgstr "Startaufstellung" -#: ../functions.php:976 ../functions.php:1081 +#: ../functions.php:1067 ../functions.php:1172 msgid "Substitute" msgstr "Ersatz" -#: ../functions.php:1000 +#: ../functions.php:1091 msgid "None" msgstr "Keine" -#: ../functions.php:1028 +#: ../functions.php:1119 msgid "Status" msgstr "Status:" -#: ../functions.php:1101 ../functions.php:1118 +#: ../functions.php:1192 ../functions.php:1209 #: ../admin/hooks/admin-menu.php:46 ../admin/post-types/column.php:6 #: ../admin/post-types/event.php:7 ../admin/post-types/event.php:79 #: ../admin/post-types/event.php:94 ../admin/post-types/event.php:109 @@ -250,10 +258,858 @@ msgstr "Status:" msgid "Add New" msgstr "Neu hinzufügen" -#: ../admin/hooks/admin-enqueue-scripts.php:24 +#: ../admin/globals/continents.php:6 +msgid "Africa" +msgstr "Afrika" + +#: ../admin/globals/continents.php:7 +msgid "Asia" +msgstr "Asien" + +#: ../admin/globals/continents.php:8 +msgid "Europe" +msgstr "Europa" + +#: ../admin/globals/continents.php:9 +msgid "North America" +msgstr "Nordamerika" + +#: ../admin/globals/continents.php:10 +msgid "Oceania" +msgstr "Ozeanien" + +#: ../admin/globals/continents.php:11 +msgid "South America" +msgstr "Südamerika" + +#: ../admin/globals/countries.php:6 +msgid "Andorra" +msgstr "Andorra" + +#: ../admin/globals/countries.php:7 +msgid "United Arab Emirates" +msgstr "Vereinigte Arabische Emirate" + +#: ../admin/globals/countries.php:8 +msgid "Afghanistan" +msgstr "Afghanistan" + +#: ../admin/globals/countries.php:9 +msgid "Antigua and Barbuda" +msgstr "Antigua und Barbuda" + +#: ../admin/globals/countries.php:10 +msgid "Albania" +msgstr "Albanien" + +#: ../admin/globals/countries.php:11 +msgid "Armenia" +msgstr "Armenien" + +#: ../admin/globals/countries.php:12 +msgid "Angola" +msgstr "Angola" + +#: ../admin/globals/countries.php:13 +msgid "Argentina" +msgstr "Argentinien" + +#: ../admin/globals/countries.php:14 +msgid "Austria" +msgstr "Österreich" + +#: ../admin/globals/countries.php:15 +msgid "Australia" +msgstr "Australien" + +#: ../admin/globals/countries.php:16 +msgid "Azerbaijan" +msgstr "Aserbaidschan" + +#: ../admin/globals/countries.php:17 +msgid "Bosnia and Herzegovina" +msgstr "Bosnien und Herzegowina" + +#: ../admin/globals/countries.php:18 +msgid "Barbados" +msgstr "Barbados" + +#: ../admin/globals/countries.php:19 +msgid "Bangladesh" +msgstr "Bangladesch" + +#: ../admin/globals/countries.php:20 +msgid "Belgium" +msgstr "Belgien" + +#: ../admin/globals/countries.php:21 +msgid "Burkina Faso" +msgstr "Burkina Faso" + +#: ../admin/globals/countries.php:22 +msgid "Bulgaria" +msgstr "Bulgarien" + +#: ../admin/globals/countries.php:23 +msgid "Bahrain" +msgstr "Bahrain" + +#: ../admin/globals/countries.php:24 +msgid "Burundi" +msgstr "Burundi" + +#: ../admin/globals/countries.php:25 +msgid "Benin" +msgstr "Benin" + +#: ../admin/globals/countries.php:26 +msgid "Brunei" +msgstr "Brunei Darussalam" + +#: ../admin/globals/countries.php:27 +msgid "Bolivia" +msgstr "Bolivien" + +#: ../admin/globals/countries.php:28 +msgid "Brazil" +msgstr "Brasilien" + +#: ../admin/globals/countries.php:29 +msgid "Bahamas" +msgstr "Bahamas" + +#: ../admin/globals/countries.php:30 +msgid "Bhutan" +msgstr "Bhutan" + +#: ../admin/globals/countries.php:31 +msgid "Botswana" +msgstr "Botsuana" + +#: ../admin/globals/countries.php:32 +msgid "Belarus" +msgstr "Belarus (Weißrussland)" + +#: ../admin/globals/countries.php:33 +msgid "Belize" +msgstr "Belize" + +#: ../admin/globals/countries.php:34 +msgid "Canada" +msgstr "Kanada" + +#: ../admin/globals/countries.php:35 +msgid "Democratic Republic of the Congo" +msgstr "Kongo, Demokratische Republik (ehem. Zaire)" + +#: ../admin/globals/countries.php:36 +msgid "Central African Republic" +msgstr "Zentralafrikanische Republik" + +#: ../admin/globals/countries.php:37 +msgid "Republic of the Congo" +msgstr "Republik Kongo" + +#: ../admin/globals/countries.php:38 +msgid "Switzerland" +msgstr "Schweiz (Confoederatio Helvetica)" + +#: ../admin/globals/countries.php:39 +msgid "Cote d'Ivoire" +msgstr "Côte d'Ivoire (Elfenbeinküste)" + +#: ../admin/globals/countries.php:40 +msgid "Chile" +msgstr "Chile" + +#: ../admin/globals/countries.php:41 +msgid "Cameroon" +msgstr "Kamerun" + +#: ../admin/globals/countries.php:42 +msgid "China" +msgstr "China, Volksrepublik" + +#: ../admin/globals/countries.php:43 +msgid "Colombia" +msgstr "Kolumbien" + +#: ../admin/globals/countries.php:44 +msgid "Costa Rica" +msgstr "Costa Rica" + +#: ../admin/globals/countries.php:45 +msgid "Cuba" +msgstr "Kuba" + +#: ../admin/globals/countries.php:46 +msgid "Cape Verde" +msgstr "Kap Verde" + +#: ../admin/globals/countries.php:47 +msgid "Cyprus" +msgstr "Zypern" + +#: ../admin/globals/countries.php:48 +msgid "Czech Republic" +msgstr "Tschechische Republik" + +#: ../admin/globals/countries.php:49 +msgid "Germany" +msgstr "Deutschland" + +#: ../admin/globals/countries.php:50 +msgid "Djibouti" +msgstr "Dschibuti" + +#: ../admin/globals/countries.php:51 +msgid "Denmark" +msgstr "Dänemark" + +#: ../admin/globals/countries.php:52 +msgid "Dominica" +msgstr "Dominica" + +#: ../admin/globals/countries.php:53 +msgid "Dominican Republic" +msgstr "Dominikanische Republik" + +#: ../admin/globals/countries.php:54 +msgid "Algeria" +msgstr "Algerien" + +#: ../admin/globals/countries.php:55 +msgid "Ecuador" +msgstr "Ecuador" + +#: ../admin/globals/countries.php:56 +msgid "Estonia" +msgstr "Estland" + +#: ../admin/globals/countries.php:57 +msgid "Egypt" +msgstr "Ägypten" + +#: ../admin/globals/countries.php:58 +msgid "Western Sahara" +msgstr "Westsahara" + +#: ../admin/globals/countries.php:59 +msgid "England" +msgstr "England" + +#: ../admin/globals/countries.php:60 +msgid "Eritrea" +msgstr "Eritrea" + +#: ../admin/globals/countries.php:61 +msgid "Spain" +msgstr "Spanien" + +#: ../admin/globals/countries.php:62 +msgid "Ethiopia" +msgstr "Äthiopien" + +#: ../admin/globals/countries.php:63 +msgid "Finland" +msgstr "Finnland" + +#: ../admin/globals/countries.php:64 +msgid "Fiji" +msgstr "Fidschi" + +#: ../admin/globals/countries.php:65 +msgid "Micronesia" +msgstr "Mikronesien" + +#: ../admin/globals/countries.php:66 +msgid "France" +msgstr "Frankreich" + +#: ../admin/globals/countries.php:67 +msgid "Gabon" +msgstr "Gabun" + +#: ../admin/globals/countries.php:68 +msgid "United Kingdom" +msgstr "Vereinigtes Königreich Großbritannien und Nordirland" + +#: ../admin/globals/countries.php:69 +msgid "Grenada" +msgstr "Grenada" + +#: ../admin/globals/countries.php:70 +msgid "Georgia" +msgstr "Georgien" + +#: ../admin/globals/countries.php:71 +msgid "Ghana" +msgstr "Ghana" + +#: ../admin/globals/countries.php:72 +msgid "Gambia" +msgstr "Gambia" + +#: ../admin/globals/countries.php:73 +msgid "Guinea" +msgstr "Guinea" + +#: ../admin/globals/countries.php:74 +msgid "Equatorial Guinea" +msgstr "Äquatorialguinea" + +#: ../admin/globals/countries.php:75 +msgid "Greece" +msgstr "Griechenland" + +#: ../admin/globals/countries.php:76 +msgid "Guatemala" +msgstr "Guatemala" + +#: ../admin/globals/countries.php:77 +msgid "Guinea-Bissau" +msgstr "Guinea-Bissau" + +#: ../admin/globals/countries.php:78 +msgid "Guyana" +msgstr "Guyana" + +#: ../admin/globals/countries.php:79 +msgid "Hong Kong" +msgstr "Hongkong" + +#: ../admin/globals/countries.php:80 +msgid "Honduras" +msgstr "Honduras" + +#: ../admin/globals/countries.php:81 +msgid "Croatia" +msgstr "Kroatien" + +#: ../admin/globals/countries.php:82 +msgid "Haiti" +msgstr "Haiti" + +#: ../admin/globals/countries.php:83 +msgid "Hungary" +msgstr "Ungarn" + +#: ../admin/globals/countries.php:84 +msgid "Indonesia" +msgstr "Indonesien" + +#: ../admin/globals/countries.php:85 +msgid "Ireland" +msgstr "Irland" + +#: ../admin/globals/countries.php:86 +msgid "Israel" +msgstr "Israel" + +#: ../admin/globals/countries.php:87 +msgid "India" +msgstr "Indien" + +#: ../admin/globals/countries.php:88 +msgid "Iraq" +msgstr "Irak" + +#: ../admin/globals/countries.php:89 +msgid "Iran" +msgstr "Iran, Islamische Republik" + +#: ../admin/globals/countries.php:90 +msgid "Iceland" +msgstr "Island" + +#: ../admin/globals/countries.php:91 +msgid "Italy" +msgstr "Italien" + +#: ../admin/globals/countries.php:92 +msgid "Jamaica" +msgstr "Jamaika" + +#: ../admin/globals/countries.php:93 +msgid "Jordan" +msgstr "Jordanien" + +#: ../admin/globals/countries.php:94 +msgid "Japan" +msgstr "Japan" + +#: ../admin/globals/countries.php:95 +msgid "Kenya" +msgstr "Kenia" + +#: ../admin/globals/countries.php:96 +msgid "Kyrgyzstan" +msgstr "Kirgisistan" + +#: ../admin/globals/countries.php:97 +msgid "Cambodia" +msgstr "Kambodscha" + +#: ../admin/globals/countries.php:98 +msgid "Kiribati" +msgstr "Kiribati" + +#: ../admin/globals/countries.php:99 +msgid "Comoros" +msgstr "Komoren" + +#: ../admin/globals/countries.php:100 +msgid "Saint Kitts and Nevis" +msgstr "St. Kitts und Nevis" + +#: ../admin/globals/countries.php:101 +msgid "North Korea" +msgstr "Korea, Demokratische Volksrepublik (Nordkorea)" + +#: ../admin/globals/countries.php:102 +msgid "South Korea" +msgstr "Südkorea" + +#: ../admin/globals/countries.php:103 +msgid "Kuwait" +msgstr "Kuwait" + +#: ../admin/globals/countries.php:104 +msgid "Kazakhstan" +msgstr "Kasachstan" + +#: ../admin/globals/countries.php:105 +msgid "Laos" +msgstr "Laos, Demokratische Volksrepublik" + +#: ../admin/globals/countries.php:106 +msgid "Lebanon" +msgstr "Libanon" + +#: ../admin/globals/countries.php:107 +msgid "Saint Lucia" +msgstr "St. Lucia" + +#: ../admin/globals/countries.php:108 +msgid "Liechtenstein" +msgstr "Liechtenstein" + +#: ../admin/globals/countries.php:109 +msgid "Sri Lanka" +msgstr "Sri Lanka" + +#: ../admin/globals/countries.php:110 +msgid "Liberia" +msgstr "Liberia" + +#: ../admin/globals/countries.php:111 +msgid "Lesotho" +msgstr "Lesotho" + +#: ../admin/globals/countries.php:112 +msgid "Lithuania" +msgstr "Litauen" + +#: ../admin/globals/countries.php:113 +msgid "Luxembourg" +msgstr "Luxemburg" + +#: ../admin/globals/countries.php:114 +msgid "Latvia" +msgstr "Lettland" + +#: ../admin/globals/countries.php:115 +msgid "Libya" +msgstr "Libysch-Arabische Dschamahirija (Libyen)" + +#: ../admin/globals/countries.php:116 +msgid "Morocco" +msgstr "Marokko" + +#: ../admin/globals/countries.php:117 +msgid "Monaco" +msgstr "Monaco" + +#: ../admin/globals/countries.php:118 +msgid "Moldova" +msgstr "Moldawien (Republik Moldau)" + +#: ../admin/globals/countries.php:119 +msgid "Montenegro" +msgstr "Montenegro" + +#: ../admin/globals/countries.php:120 +msgid "Madagascar" +msgstr "Madagaskar" + +#: ../admin/globals/countries.php:121 +msgid "Marshall Islands" +msgstr "Marshallinseln" + +#: ../admin/globals/countries.php:122 +msgid "Macedonia" +msgstr "Mazedonien, ehem. jugoslawische Republik" + +#: ../admin/globals/countries.php:123 +msgid "Mali" +msgstr "Mali" + +#: ../admin/globals/countries.php:124 +msgid "Myanmar" +msgstr "Myanmar (Burma)" + +#: ../admin/globals/countries.php:125 +msgid "Mongolia" +msgstr "Mongolei" + +#: ../admin/globals/countries.php:126 +msgid "Macau" +msgstr "Macau" + +#: ../admin/globals/countries.php:127 +msgid "Mauritania" +msgstr "Mauretanien" + +#: ../admin/globals/countries.php:128 +msgid "Malta" +msgstr "Malta" + +#: ../admin/globals/countries.php:129 +msgid "Mauritius" +msgstr "Mauritius" + +#: ../admin/globals/countries.php:130 +msgid "Maldives" +msgstr "Malediven" + +#: ../admin/globals/countries.php:131 +msgid "Malawi" +msgstr "Malawi" + +#: ../admin/globals/countries.php:132 +msgid "Mexico" +msgstr "Mexiko" + +#: ../admin/globals/countries.php:133 +msgid "Malaysia" +msgstr "Malaysia" + +#: ../admin/globals/countries.php:134 +msgid "Mozambique" +msgstr "Mosambik" + +#: ../admin/globals/countries.php:135 +msgid "Namibia" +msgstr "Namibia" + +#: ../admin/globals/countries.php:136 +msgid "Northern Ireland" +msgstr "Nordirland" + +#: ../admin/globals/countries.php:137 +msgid "Niger" +msgstr "Niger" + +#: ../admin/globals/countries.php:138 +msgid "Nigeria" +msgstr "Nigeria" + +#: ../admin/globals/countries.php:139 +msgid "Nicaragua" +msgstr "Nicaragua" + +#: ../admin/globals/countries.php:140 +msgid "Netherlands" +msgstr "Niederlande" + +#: ../admin/globals/countries.php:141 +msgid "Norway" +msgstr "Norwegen" + +#: ../admin/globals/countries.php:142 +msgid "Nepal" +msgstr "Nepal" + +#: ../admin/globals/countries.php:143 +msgid "Nauru" +msgstr "Nauru" + +#: ../admin/globals/countries.php:144 +msgid "New Zealand" +msgstr "Neuseeland" + +#: ../admin/globals/countries.php:145 +msgid "Oman" +msgstr "Oman" + +#: ../admin/globals/countries.php:146 +msgid "Panama" +msgstr "Panama" + +#: ../admin/globals/countries.php:147 +msgid "Peru" +msgstr "Peru" + +#: ../admin/globals/countries.php:148 +msgid "Papua New Guinea" +msgstr "Papua-Neuguinea" + +#: ../admin/globals/countries.php:149 +msgid "Philippines" +msgstr "Philippinen" + +#: ../admin/globals/countries.php:150 +msgid "Pakistan" +msgstr "Pakistan" + +#: ../admin/globals/countries.php:151 +msgid "Poland" +msgstr "Polen" + +#: ../admin/globals/countries.php:152 +msgid "Portugal" +msgstr "Portugal" + +#: ../admin/globals/countries.php:153 +msgid "Palau" +msgstr "Palau" + +#: ../admin/globals/countries.php:154 +msgid "Paraguay" +msgstr "Paraguay" + +#: ../admin/globals/countries.php:155 +msgid "Qatar" +msgstr "Katar" + +#: ../admin/globals/countries.php:156 +msgid "Romania" +msgstr "Rumänien" + +#: ../admin/globals/countries.php:157 +msgid "Serbia" +msgstr "Serbien" + +#: ../admin/globals/countries.php:158 +msgid "Russia" +msgstr "Russische Föderation" + +#: ../admin/globals/countries.php:159 +msgid "Rwanda" +msgstr "Ruanda" + +#: ../admin/globals/countries.php:160 +msgid "Saudi Arabia" +msgstr "Saudi-Arabien" + +#: ../admin/globals/countries.php:161 +msgid "Solomon Islands" +msgstr "Salomonen" + +#: ../admin/globals/countries.php:162 +msgid "Seychelles" +msgstr "Seychellen" + +#: ../admin/globals/countries.php:163 +msgid "Sudan" +msgstr "Sudan" + +#: ../admin/globals/countries.php:164 +msgid "Sweden" +msgstr "Schweden" + +#: ../admin/globals/countries.php:165 +msgid "Scotland" +msgstr "Schottland" + +#: ../admin/globals/countries.php:166 +msgid "Singapore" +msgstr "Singapur" + +#: ../admin/globals/countries.php:167 +msgid "Slovenia" +msgstr "Slowenien" + +#: ../admin/globals/countries.php:168 +msgid "Slovakia" +msgstr "Slowakei" + +#: ../admin/globals/countries.php:169 +msgid "Sierra Leone" +msgstr "Sierra Leone" + +#: ../admin/globals/countries.php:170 +msgid "San Marino" +msgstr "San Marino" + +#: ../admin/globals/countries.php:171 +msgid "Senegal" +msgstr "Senegal" + +#: ../admin/globals/countries.php:172 +msgid "Somalia" +msgstr "Somalia" + +#: ../admin/globals/countries.php:173 +msgid "Suriname" +msgstr "Suriname" + +#: ../admin/globals/countries.php:174 +msgid "Sao Tome and Principe" +msgstr "São Tomé und Príncipe" + +#: ../admin/globals/countries.php:175 +msgid "El Salvador" +msgstr "El Salvador" + +#: ../admin/globals/countries.php:176 +msgid "Swaziland" +msgstr "Swasiland" + +#: ../admin/globals/countries.php:177 +msgid "Chad" +msgstr "Tschad" + +#: ../admin/globals/countries.php:178 +msgid "Togo" +msgstr "Togo" + +#: ../admin/globals/countries.php:179 +msgid "Thailand" +msgstr "Thailand" + +#: ../admin/globals/countries.php:180 +msgid "Tajikistan" +msgstr "Tadschikistan" + +#: ../admin/globals/countries.php:181 +msgid "East Timor" +msgstr "Osttimor (Timor-L'este)" + +#: ../admin/globals/countries.php:182 +msgid "Turkmenistan" +msgstr "Turkmenistan" + +#: ../admin/globals/countries.php:183 +msgid "Tunisia" +msgstr "Tunesien" + +#: ../admin/globals/countries.php:184 +msgid "Tonga" +msgstr "Tonga" + +#: ../admin/globals/countries.php:185 +msgid "Turkey" +msgstr "Türkei" + +#: ../admin/globals/countries.php:186 +msgid "Trinidad and Tobago" +msgstr "Trinidad und Tobago" + +#: ../admin/globals/countries.php:187 +msgid "Tuvalu" +msgstr "Tuvalu" + +#: ../admin/globals/countries.php:188 +msgid "Taiwan" +msgstr "Republik China (Taiwan)" + +#: ../admin/globals/countries.php:189 +msgid "Tanzania" +msgstr "Tansania, Vereinigte Republik" + +#: ../admin/globals/countries.php:190 +msgid "Ukraine" +msgstr "Ukraine" + +#: ../admin/globals/countries.php:191 +msgid "Uganda" +msgstr "Uganda" + +#: ../admin/globals/countries.php:192 +msgid "United States" +msgstr "Vereinigte Staaten von Amerika" + +#: ../admin/globals/countries.php:193 +msgid "Uruguay" +msgstr "Uruguay" + +#: ../admin/globals/countries.php:194 +msgid "Uzbekistan" +msgstr "Usbekistan" + +#: ../admin/globals/countries.php:195 +msgid "Vatican City" +msgstr "Vatikanstadt" + +#: ../admin/globals/countries.php:196 +msgid "Saint Vincent and the Grenadines" +msgstr "St. Vincent und die Grenadinen" + +#: ../admin/globals/countries.php:197 +msgid "Venezuela" +msgstr "Venezuela" + +#: ../admin/globals/countries.php:198 +msgid "Vietnam" +msgstr "Vietnam" + +#: ../admin/globals/countries.php:199 +msgid "Vanuatu" +msgstr "Vanuatu" + +#: ../admin/globals/countries.php:200 +msgid "Wales" +msgstr "Wales" + +#: ../admin/globals/countries.php:201 +msgid "Samoa" +msgstr "Samoa" + +#: ../admin/globals/countries.php:202 +msgid "Yemen" +msgstr "Jemen" + +#: ../admin/globals/countries.php:203 +msgid "South Africa" +msgstr "Südafrika" + +#: ../admin/globals/countries.php:204 +msgid "Zambia" +msgstr "Sambia" + +#: ../admin/globals/countries.php:205 +msgid "Zimbabwe" +msgstr "Simbabwe" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 msgid "— Remove —" msgstr "— Entfernen —" +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:38 ../admin/tools/dashboard.php:54 +msgid "days" +msgstr "Tage" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:39 +msgid "hrs" +msgstr "Stunden" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:40 +msgid "mins" +msgstr "Protokoll" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:41 +msgid "secs" +msgstr "Sekunden" + #: ../admin/hooks/admin-menu.php:52 ../admin/post-types/player.php:37 #: ../admin/post-types/player.php:169 ../admin/post-types/player.php:176 #: ../admin/post-types/staff.php:55 ../admin/post-types/team.php:50 @@ -335,12 +1191,6 @@ msgstr "Wählen Sie Foto" msgid "Remove Photo" msgstr "Foto entfernen" -#: ../admin/hooks/gettext.php:36 ../admin/hooks/gettext.php:39 -#: ../admin/hooks/gettext.php:42 -#, php-format -msgid "Date/Time: %1$s" -msgstr "Datum/Zeit: %1$s" - #: ../admin/hooks/manage-posts-columns.php:3 ../admin/post-types/event.php:218 #: ../admin/post-types/list.php:39 ../admin/post-types/player.php:39 #: ../admin/post-types/staff.php:57 ../admin/post-types/table.php:38 @@ -401,11 +1251,11 @@ msgstr "Geplant für: %1$s." msgid "League Manager" msgstr "Liga Manger" -#: ../admin/hooks/register-activation-hook.php:84 +#: ../admin/hooks/register-activation-hook.php:86 msgid "Team Manager" msgstr "Mannschaft-Betriebsleiter" -#: ../admin/hooks/register-activation-hook.php:129 +#: ../admin/hooks/register-activation-hook.php:131 #: ../admin/post-types/event.php:137 ../admin/post-types/staff.php:4 #: ../admin/post-types/staff.php:5 ../admin/post-types/staff.php:15 msgid "Staff" @@ -427,26 +1277,6 @@ msgstr "Alle Jahreszeiten" msgid "Show all teams" msgstr "Alle Mannschaften" -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:46 -msgid "days" -msgstr "Tage" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:47 -msgid "hrs" -msgstr "Stunden" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:48 -msgid "mins" -msgstr "Protokoll" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:49 -msgid "secs" -msgstr "Sekunden" - #: ../admin/hooks/wp-insert-post-data.php:13 msgid "vs" msgstr "vs" @@ -803,6 +1633,29 @@ msgstr "Breite" msgid "Longitude" msgstr "Länge" +#: ../admin/tools/dashboard.php:34 +msgid "SportsPress Status" +msgstr "SportsPress Status" + +#: ../admin/tools/dashboard.php:54 +#, php-format +msgid "%s until next event" +msgstr "" + +#: ../admin/tools/dashboard.php:61 +#, php-format +msgid "%s event scheduled" +msgid_plural "%s events scheduled" +msgstr[0] "" +msgstr[1] "" + +#: ../admin/tools/dashboard.php:66 +#, php-format +msgid "%s event published" +msgid_plural "%s events published" +msgstr[0] "" +msgstr[1] "" + #: ../admin/tools/importers.php:37 msgid "SportsPress Teams (CSV)" msgstr "SportsPress Mannschaften (CSV)" @@ -1028,634 +1881,12 @@ msgstr "Rugby" msgid "Soccer (Association Football)" msgstr "Fußball" -#, fuzzy -#~ msgid "None." -#~ msgstr "Keine" - -#, fuzzy -#~ msgid "No Events found." -#~ msgstr "Keine %s gefunden." - -#, fuzzy -#~ msgid "No teams found." -#~ msgstr "Keine %s gefunden." - -#, fuzzy -#~ msgid "Add New Column" -#~ msgstr "Neu hinzufügen %s" - -#, fuzzy -#~ msgid "Edit Column" -#~ msgstr "Spalte" - -#, fuzzy -#~ msgid "New Column" -#~ msgstr "Spalte" - -#, fuzzy -#~ msgid "View Column" -#~ msgstr "Spalte" - -#, fuzzy -#~ msgid "Search Columns" -#~ msgstr "Suchen %s" - -#, fuzzy -#~ msgid "No columns found." -#~ msgstr "Keine %s gefunden." - -#, fuzzy -#~ msgid "No columns found in trash." -#~ msgstr "Keine %s im Papierkorb gefunden." - -#, fuzzy -#~ msgid "Add New Event" -#~ msgstr "Neu hinzufügen" - -#, fuzzy -#~ msgid "Edit Event" -#~ msgstr "Veranstaltung" - -#, fuzzy -#~ msgid "New Event" -#~ msgstr "Veranstaltung" - -#, fuzzy -#~ msgid "View Event" -#~ msgstr "Veranstaltung" - -#, fuzzy -#~ msgid "Search Events" -#~ msgstr "Suchen %s" - -#, fuzzy -#~ msgid "No events found." -#~ msgstr "Keine %s gefunden." - -#, fuzzy -#~ msgid "No events found in trash." -#~ msgstr "Keine %s im Papierkorb gefunden." - -#, fuzzy -#~ msgid "Add New League" -#~ msgstr "Neu hinzufügen %s" - -#, fuzzy -#~ msgid "Add New Season" -#~ msgstr "Neu hinzufügen %s" - -#, fuzzy -#~ msgid "Add New Venue" -#~ msgstr "Neu hinzufügen" - -#, fuzzy -#~ msgid "Add New Player List" -#~ msgstr "Spielerliste" - -#, fuzzy -#~ msgid "Edit Player List" -#~ msgstr "Spielerliste" - -#, fuzzy -#~ msgid "New Player List" -#~ msgstr "Spielerliste" - -#, fuzzy -#~ msgid "View Player List" -#~ msgstr "Spielerliste" - -#, fuzzy -#~ msgid "Search Player Lists" -#~ msgstr "Spieler liste" - -#, fuzzy -#~ msgid "No player lists found." -#~ msgstr "Spielerlisten " - -#, fuzzy -#~ msgid "No player lists found in trash." -#~ msgstr "Keine %s im Papierkorb gefunden." - -#, fuzzy -#~ msgid "All Teams" -#~ msgstr "Mannschaften" - -#, fuzzy -#~ msgid "Add New Team" -#~ msgstr "Neu hinzufügen" - -#, fuzzy -#~ msgid "Add New Player" -#~ msgstr "Neu hinzufügen %s" - -#, fuzzy -#~ msgid "Add New Metric" -#~ msgstr "Neu hinzufügen %s" - -#, fuzzy -#~ msgid "Edit Metric" -#~ msgstr "Metrisch" - -#, fuzzy -#~ msgid "New Metric" -#~ msgstr "Metrisch" - -#, fuzzy -#~ msgid "View Metric" -#~ msgstr "Metrisch" - -#, fuzzy -#~ msgid "Search Metrics" -#~ msgstr "Suchen %s" - -#, fuzzy -#~ msgid "No metrics found." -#~ msgstr "Keine %s gefunden." - -#, fuzzy -#~ msgid "No metrics found in trash." -#~ msgstr "Keine %s im Papierkorb gefunden." - -#, fuzzy -#~ msgid "Add New Outcome" -#~ msgstr "Neu hinzufügen %s" - -#, fuzzy -#~ msgid "Edit Outcome" -#~ msgstr "Ergebnis" - -#, fuzzy -#~ msgid "New Outcome" -#~ msgstr "Ergebnis" - -#, fuzzy -#~ msgid "View Outcome" -#~ msgstr "Ergebnis" - -#, fuzzy -#~ msgid "Search Outcomes" -#~ msgstr "Ergebnisse" - -#, fuzzy -#~ msgid "No outcomes found." -#~ msgstr "Keine %s gefunden." - -#, fuzzy -#~ msgid "No outcomes found in trash." -#~ msgstr "Keine %s im Papierkorb gefunden." - -#, fuzzy -#~ msgid "Edit Player" -#~ msgstr "Spieler" - -#, fuzzy -#~ msgid "New Player" -#~ msgstr "Spieler" - -#, fuzzy -#~ msgid "View Player" -#~ msgstr "Spieler" - -#, fuzzy -#~ msgid "Search Players" -#~ msgstr "Suchen %s" - -#, fuzzy -#~ msgid "No players found." -#~ msgstr "Keine %s gefunden." - -#, fuzzy -#~ msgid "No players found in trash." -#~ msgstr "Keine %s im Papierkorb gefunden." - -#, fuzzy -#~ msgid "Select Nationality" -#~ msgstr "Staatsangehörigkeit" - -#, fuzzy -#~ msgid "Select Positions" -#~ msgstr "写真を選択" - -#, fuzzy -#~ msgid "Select Team" -#~ msgstr "Sélectionner" - -#, fuzzy -#~ msgid "Select Leagues" -#~ msgstr "ロゴを選択" - -#, fuzzy -#~ msgid "Select Seasons" -#~ msgstr "Auswählen %s" - -#, fuzzy -#~ msgid "Add New Result" -#~ msgstr "Neu hinzufügen %s" - -#, fuzzy -#~ msgid "Edit Result" -#~ msgstr "Haupt Ergebnis" - -#, fuzzy -#~ msgid "New Result" -#~ msgstr "Resultat" - -#, fuzzy -#~ msgid "View Result" -#~ msgstr "Haupt Ergebnis" - -#, fuzzy -#~ msgid "Search Results" -#~ msgstr "Suchen %s" - -#, fuzzy -#~ msgid "No results found in trash." -#~ msgstr "Keine %s im Papierkorb gefunden." - -#, fuzzy -#~ msgid "Add New Staff" -#~ msgstr "Neu hinzufügen" - -#, fuzzy -#~ msgid "Edit Staff" -#~ msgstr "Personal" - -#, fuzzy -#~ msgid "New Staff" -#~ msgstr "Personal" - -#, fuzzy -#~ msgid "View Staff" -#~ msgstr "Personal" - -#, fuzzy -#~ msgid "No staff found." -#~ msgstr "Keine %s gefunden." - -#, fuzzy -#~ msgid "No staff found in trash." -#~ msgstr "Keine %s im Papierkorb gefunden." - -#, fuzzy -#~ msgid "Add New Statistic" -#~ msgstr "statistisch" - -#, fuzzy -#~ msgid "Edit Statistic" -#~ msgstr "statistisch" - -#, fuzzy -#~ msgid "New Statistic" -#~ msgstr "statistisch" - -#, fuzzy -#~ msgid "View Statistic" -#~ msgstr "statistisch" - -#, fuzzy -#~ msgid "Search Statistics" -#~ msgstr "Spieler Statistiken" - -#, fuzzy -#~ msgid "No statistics found." -#~ msgstr "Keine %s gefunden." - -#, fuzzy -#~ msgid "No statistics found in trash." -#~ msgstr "Keine %s im Papierkorb gefunden." - -#, fuzzy -#~ msgid "Add New League Table" -#~ msgstr "Liga Tabelle" - -#, fuzzy -#~ msgid "Edit League Table" -#~ msgstr "Liga Tabelle" - -#, fuzzy -#~ msgid "New League Table" -#~ msgstr "Liga Tabelle" - -#, fuzzy -#~ msgid "View League Table" -#~ msgstr "Liga Tabelle" - -#, fuzzy -#~ msgid "Search League Tables" -#~ msgstr "Liga Tabellen" - -#, fuzzy -#~ msgid "No league tables found." -#~ msgstr "Liga Tabellen" - -#, fuzzy -#~ msgid "No league tables found in trash." -#~ msgstr "Keine %s im Papierkorb gefunden." - -#, fuzzy -#~ msgid "Edit Team" -#~ msgstr "Bearbeiten %s" - -#, fuzzy -#~ msgid "New Team" -#~ msgstr "Mannschaft" - -#, fuzzy -#~ msgid "View Team" -#~ msgstr "Ansehen %s" - -#, fuzzy -#~ msgid "Search Teams" -#~ msgstr "Suchen %s" - -#, fuzzy -#~ msgid "No teams found in trash." -#~ msgstr "Keine %s im Papierkorb gefunden." - -#, fuzzy -#~ msgid "Edit Results" -#~ msgstr "Resultat" - -#, fuzzy -#~ msgid "Edit Outcomes" -#~ msgstr "Ergebnisse" - -#, fuzzy -#~ msgid "Edit Metrics" -#~ msgstr "Metrik" - -#, fuzzy -#~ msgid "Edit Statistics" -#~ msgstr "Statistiken" - -#, fuzzy -#~ msgid "Edit Columns" -#~ msgstr "Spalten" - -#, fuzzy -#~ msgid "All Leagues" -#~ msgstr "Ligen" - -#, fuzzy -#~ msgid "Edit League" -#~ msgstr "Liga" - -#, fuzzy -#~ msgid "View League" -#~ msgstr "Liga" - -#, fuzzy -#~ msgid "Update League" -#~ msgstr "Aktualisieren %s" - -#, fuzzy -#~ msgid "New League Name" -#~ msgstr "Neuer %s Name" - -#, fuzzy -#~ msgid "Parent League" -#~ msgstr "Übergeordnete %s" - -#, fuzzy -#~ msgid "Parent League:" -#~ msgstr "Liga:" - -#, fuzzy -#~ msgid "Search Leagues" -#~ msgstr "Suchen %s" - -#, fuzzy -#~ msgid "No leagues found." -#~ msgstr "Keine %s gefunden." - -#, fuzzy -#~ msgid "All Positions" -#~ msgstr "Positionen" - -#, fuzzy -#~ msgid "Edit Position" -#~ msgstr "Position" - -#, fuzzy -#~ msgid "View Position" -#~ msgstr "Position" - -#, fuzzy -#~ msgid "Update Position" -#~ msgstr "Position" - -#, fuzzy -#~ msgid "Add New Position" -#~ msgstr "Neu hinzufügen %s" - -#, fuzzy -#~ msgid "New Position Name" -#~ msgstr "Neuer %s Name" - -#, fuzzy -#~ msgid "Parent Position" -#~ msgstr "Position" - -#, fuzzy -#~ msgid "Parent Position:" -#~ msgstr "Position" - -#, fuzzy -#~ msgid "Search Positions" -#~ msgstr "Positionen" - -#, fuzzy -#~ msgid "No positions found." -#~ msgstr "Keine %s gefunden." - -#, fuzzy -#~ msgid "All Seasons" -#~ msgstr "Jahreszeiten" - -#, fuzzy -#~ msgid "Edit Season" -#~ msgstr "Saison" - -#, fuzzy -#~ msgid "View Season" -#~ msgstr "Saison" - -#, fuzzy -#~ msgid "Update Season" -#~ msgstr "Aktualisieren %s" - -#, fuzzy -#~ msgid "New Season Name" -#~ msgstr "Neuer %s Name" - -#, fuzzy -#~ msgid "Parent Season" -#~ msgstr "Übergeordnete %s" - -#, fuzzy -#~ msgid "Parent Season:" -#~ msgstr "Übergeordnete %s" - -#, fuzzy -#~ msgid "Search Seasons" -#~ msgstr "Suchen %s" - -#, fuzzy -#~ msgid "No seasons found." -#~ msgstr "Keine %s gefunden." - -#, fuzzy -#~ msgid "All Venues" -#~ msgstr "Veranstaltungsorte" - -#, fuzzy -#~ msgid "Edit Venue" -#~ msgstr "Austragungsort" - -#, fuzzy -#~ msgid "View Venue" -#~ msgstr "Austragungsort" - -#, fuzzy -#~ msgid "New Venue Name" -#~ msgstr "Neuer %s Name" - -#, fuzzy -#~ msgid "Parent Venue" -#~ msgstr "Übergeordnete %s" - -#, fuzzy -#~ msgid "Parent Venue:" -#~ msgstr "Übergeordnete %s" - -#, fuzzy -#~ msgid "Search Venues" -#~ msgstr "Suchen %s" - -#, fuzzy -#~ msgid "No venues found." -#~ msgstr "Keine %s gefunden." - -#, fuzzy -#~ msgid "Select Event:" -#~ msgstr "Vergangene Veranstaltungen" - -#, fuzzy -#~ msgid "SportsPress Future Events" -#~ msgstr "Zukünftige Veranstaltungen" - -#~ msgid "Future Events" -#~ msgstr "Zukünftige Veranstaltungen" - -#~ msgid "League:" -#~ msgstr "Liga:" - -#~ msgid "Season:" -#~ msgstr "Saison:" - -#~ msgid "Venue:" -#~ msgstr "Austragungsort:" - -#~ msgid "Team:" -#~ msgstr "Mannschaft:" - -#, fuzzy -#~ msgid "Number of events to show:" -#~ msgstr "Anzahl der %s zu zeigen:" - -#, fuzzy -#~ msgid "Select League Table:" -#~ msgstr "Liga Tabelle:" - -#, fuzzy -#~ msgid "Select Player List:" -#~ msgstr "Spielerliste" - -#, fuzzy -#~ msgid "SportsPress Recent Events" -#~ msgstr "Vergangene Veranstaltungen" - -#~ msgid "Recent Events" -#~ msgstr "Vergangene Veranstaltungen" - -#~ msgid "Sum" -#~ msgstr "Summe" - -#~ msgid "events" -#~ msgstr "Ereignisse" - -#~ msgid "Map" -#~ msgstr "Karte" - -#~ msgid "%s updated." -#~ msgstr "%s aktualisiert." - -#~ msgid "%s published." -#~ msgstr "%s veröffentlicht. " - -#~ msgid "%s submitted." -#~ msgstr "%s übermittelt." - -#~ msgid "%s draft updated." -#~ msgstr "Der %s entwurf wurde aktualisiert." - -#~ msgid "columns" -#~ msgstr "Spalten" - -#~ msgid "Precision" -#~ msgstr "Präzision" - -#~ msgid "metrics" -#~ msgstr "Metrik" - -#~ msgid "outcome" -#~ msgstr "Ergebnis" - -#~ msgid "players" -#~ msgstr "Spieler" - -#~ msgid "Value" -#~ msgstr "Wert" - -#~ msgid "result" -#~ msgstr "Resultat" - -#~ msgid "staff" -#~ msgstr "Personal" - -#~ msgid "statistics" -#~ msgstr "Statistiken" - -#~ msgid "teams" -#~ msgstr "Mannschaften" - -#~ msgid "league" -#~ msgstr "Liga" - -#~ msgid "position" -#~ msgstr "Position" - -#~ msgid "season" -#~ msgstr "Saison" - -#~ msgid "venue" -#~ msgstr "Austragungsort" - -#~ msgid "Countdown" -#~ msgstr "Countdown" - -#~ msgid "Event:" -#~ msgstr "Veranstaltung:" - #~ msgid "%1$s %2$s" #~ msgstr "%1$s %2$s" #~ msgid "-- Not Set --" #~ msgstr "-- Pas réglé --" -#~ msgid "1 View" -#~ msgstr "1 vue" - #~ msgid "Points" #~ msgstr "点数" @@ -1668,11 +1899,9 @@ msgstr "Fußball" #~ msgid "Weight" #~ msgstr "体重" -#, fuzzy #~ msgid "Conversions" #~ msgstr "ポジション" -#, fuzzy #~ msgid "Drop Goals" #~ msgstr "得点" @@ -1706,26 +1935,12 @@ msgstr "Fußball" #~ msgid "Appearances" #~ msgstr "出場" -#~ msgid "Joined: %1$s" -#~ msgstr "入団日: %1$s" - -#~ msgid "Table Columns" -#~ msgstr "順位表列" - -#~ msgid "Table Column" -#~ msgstr "順位表列" - #~ msgid "table columns" #~ msgstr "順位表列" #~ msgid "Format" #~ msgstr "フォーマット" -#, fuzzy -#~ msgid "Player Statistic" -#~ msgstr "選手名鑑" - -#, fuzzy #~ msgid "player statistics" #~ msgstr "選手名鑑" diff --git a/languages/sportspress-es_ES.mo b/languages/sportspress-es_ES.mo index 97c480a2..7797c2d0 100644 Binary files a/languages/sportspress-es_ES.mo and b/languages/sportspress-es_ES.mo differ diff --git a/languages/sportspress-es_ES.po b/languages/sportspress-es_ES.po index 49b28940..c4c62633 100644 --- a/languages/sportspress-es_ES.po +++ b/languages/sportspress-es_ES.po @@ -1,150 +1,158 @@ +# +# Translators: +# ThemeBoy , 2014 msgid "" msgstr "" -"Project-Id-Version: SportsPress 0.4\n" +"Project-Id-Version: SportsPress\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-21 15:16+1000\n" -"PO-Revision-Date: 2014-02-21 17:13+1000\n" -"Last-Translator: ThemeBoy \n" -"Language-Team: ThemeBoy \n" -"Language: es_ES\n" +"POT-Creation-Date: 2014-03-02 13:27+1000\n" +"PO-Revision-Date: 2014-03-02 15:04+1000\n" +"Last-Translator: ThemeBoy \n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/" +"sportspress/language/es_ES/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.6.3\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-Bookmarks: -1,75,-1,-1,-1,-1,-1,-1,-1,-1\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-Bookmarks: -1,75,-1,-1,-1,-1,-1,-1,-1,-1\n" "X-Poedit-SearchPath-0: ..\n" -#: ../functions.php:74 +#: ../functions.php:164 msgid "1 view" msgstr "1 vista" -#: ../functions.php:76 +#: ../functions.php:166 #, php-format msgid "%s views" msgstr "%s ver" -#: ../functions.php:101 +#: ../functions.php:191 msgid "Scheduled" msgstr "Programada" -#: ../functions.php:103 ../functions.php:533 ../functions.php:536 -#: ../functions.php:1996 ../functions.php:2198 ../functions.php:2333 +#: ../functions.php:193 ../functions.php:624 ../functions.php:627 +#: ../functions.php:2087 ../functions.php:2289 ../functions.php:2424 #: ../admin/post-types/list.php:117 ../admin/widgets/player-list.php:78 #: ../admin/widgets/player-list.php:91 msgid "Played" msgstr "Jugado" -#: ../functions.php:105 +#: ../functions.php:195 msgid "Draft" msgstr "Borrador" -#: ../functions.php:107 +#: ../functions.php:197 msgid "Pending Review" msgstr "Pendiente de revisión" -#: ../functions.php:109 ../admin/hooks/post-updated-messages.php:34 +#: ../functions.php:199 ../admin/hooks/post-updated-messages.php:34 msgid "M j, Y @ G:i" msgstr "M j, Y @ G:i" -#: ../functions.php:130 ../functions.php:134 ../functions.php:467 -#: ../functions.php:1059 ../admin/templates/event-players.php:82 +#: ../functions.php:220 ../functions.php:224 ../functions.php:558 +#: ../functions.php:1150 ../admin/templates/event-players.php:82 msgid "Total" msgstr "total" -#: ../functions.php:130 ../functions.php:468 +#: ../functions.php:220 ../functions.php:559 msgid "Average" msgstr "Promedio" -#: ../functions.php:172 +#: ../functions.php:262 msgid "Integer" msgstr "Entero" -#: ../functions.php:173 +#: ../functions.php:263 msgid "Decimal" msgstr "Decimal" -#: ../functions.php:174 ../admin/templates/event-details.php:13 +#: ../functions.php:264 ../admin/templates/event-details.php:13 msgid "Time" msgstr "Hora" -#: ../functions.php:175 +#: ../functions.php:265 msgid "Custom Field" msgstr "Campo personalizado" -#: ../functions.php:396 ../functions.php:449 +#: ../functions.php:486 ../functions.php:540 msgid "(no title)" msgstr "(sin título)" -#: ../functions.php:533 ../functions.php:536 ../admin/post-types/event.php:6 +#: ../functions.php:503 +msgid "Select All" +msgstr "Elegir todo" + +#: ../functions.php:624 ../functions.php:627 ../admin/post-types/event.php:6 #: ../admin/post-types/event.php:16 ../admin/settings/settings.php:11 msgid "Events" msgstr "Eventos" -#: ../functions.php:533 +#: ../functions.php:624 msgid "Attended" msgstr "Asistió" -#: ../functions.php:539 ../admin/post-types/event.php:53 +#: ../functions.php:630 ../admin/post-types/event.php:53 #: ../admin/post-types/result.php:4 ../admin/post-types/result.php:15 #: ../admin/settings/events.php:16 ../admin/templates/event-results.php:55 msgid "Results" msgstr "Resultados" -#: ../functions.php:542 ../functions.php:543 ../functions.php:544 -#: ../functions.php:545 ../admin/post-types/outcome.php:4 +#: ../functions.php:633 ../functions.php:634 ../functions.php:635 +#: ../functions.php:636 ../admin/post-types/outcome.php:4 #: ../admin/post-types/outcome.php:15 ../admin/settings/events.php:55 msgid "Outcomes" msgstr "Resultados" -#: ../functions.php:543 +#: ../functions.php:634 msgid "Streak" msgstr "Racha" -#: ../functions.php:544 +#: ../functions.php:635 msgid "Last 5" msgstr "Últimos 5" -#: ../functions.php:545 +#: ../functions.php:636 msgid "Last 10" msgstr "Últimos 10" -#: ../functions.php:548 ../admin/post-types/column.php:4 +#: ../functions.php:639 ../admin/post-types/column.php:4 #: ../admin/post-types/column.php:15 ../admin/post-types/team.php:41 #: ../admin/settings/tables.php:11 msgid "Columns" msgstr "Columnas" -#: ../functions.php:551 +#: ../functions.php:642 msgid "Player Statistics" msgstr "Estadísticas del Jugador" -#: ../functions.php:560 +#: ../functions.php:651 msgid "Operators" msgstr "Operadores" -#: ../functions.php:573 +#: ../functions.php:664 msgid "Constants" msgstr "Constantes" -#: ../functions.php:577 ../admin/settings/settings.php:46 +#: ../functions.php:668 ../admin/settings/settings.php:46 msgid "— Select —" msgstr "— Elegir —" -#: ../functions.php:690 ../functions.php:844 ../functions.php:919 -#: ../functions.php:1804 ../functions.php:2333 ../admin/hooks/gettext.php:9 +#: ../functions.php:781 ../functions.php:935 ../functions.php:1010 +#: ../functions.php:1895 ../functions.php:2424 ../admin/hooks/gettext.php:9 #: ../admin/post-types/list.php:38 ../admin/post-types/list.php:95 #: ../admin/post-types/player.php:147 ../admin/post-types/team.php:5 #: ../admin/post-types/team.php:49 ../admin/templates/event-results.php:59 msgid "Team" msgstr "equipo" -#: ../functions.php:712 ../admin/post-types/column.php:7 +#: ../functions.php:803 ../admin/post-types/column.php:7 #: ../admin/post-types/event.php:8 ../admin/post-types/list.php:7 #: ../admin/post-types/metric.php:7 ../admin/post-types/outcome.php:7 #: ../admin/post-types/player.php:7 ../admin/post-types/result.php:7 @@ -158,22 +166,22 @@ msgstr "equipo" msgid "Edit" msgstr "Editar" -#: ../functions.php:716 +#: ../functions.php:807 msgid "Cancel" msgstr "Cancelar" -#: ../functions.php:717 +#: ../functions.php:808 msgid "Save" msgstr "Guardar" -#: ../functions.php:746 ../functions.php:1024 ../functions.php:2092 -#: ../admin/hooks/register-activation-hook.php:147 +#: ../functions.php:837 ../functions.php:1115 ../functions.php:2183 +#: ../admin/hooks/register-activation-hook.php:149 #: ../admin/post-types/player.php:5 ../admin/templates/event-players.php:28 msgid "Player" msgstr "jugador" -#: ../functions.php:791 ../functions.php:843 ../functions.php:1535 -#: ../functions.php:2333 ../admin/post-types/event.php:83 +#: ../functions.php:882 ../functions.php:934 ../functions.php:1626 +#: ../functions.php:2424 ../admin/post-types/event.php:83 #: ../admin/post-types/event.php:215 ../admin/post-types/list.php:37 #: ../admin/post-types/list.php:81 ../admin/post-types/table.php:36 #: ../admin/post-types/table.php:77 ../admin/templates/event-details.php:22 @@ -181,11 +189,11 @@ msgstr "jugador" msgid "Season" msgstr "temporada" -#: ../functions.php:867 +#: ../functions.php:958 msgid "— None —" msgstr "— Ninguna —" -#: ../functions.php:888 ../admin/post-types/column.php:11 +#: ../functions.php:979 ../admin/post-types/column.php:11 #: ../admin/post-types/column.php:12 ../admin/post-types/event.php:12 #: ../admin/post-types/event.php:13 ../admin/post-types/list.php:11 #: ../admin/post-types/list.php:12 ../admin/post-types/metric.php:11 @@ -202,32 +210,32 @@ msgstr "— Ninguna —" msgid "No results found." msgstr "No se encontraron." -#: ../functions.php:923 ../admin/post-types/outcome.php:5 +#: ../functions.php:1014 ../admin/post-types/outcome.php:5 msgid "Outcome" msgstr "resultado" -#: ../functions.php:947 ../admin/post-types/event.php:76 +#: ../functions.php:1038 ../admin/post-types/event.php:76 #: ../admin/post-types/event.php:91 ../admin/post-types/event.php:106 msgid "-- Not set --" msgstr "-- Sin configurar --" -#: ../functions.php:975 ../functions.php:1080 +#: ../functions.php:1066 ../functions.php:1171 msgid "Starting Lineup" msgstr "Alineación inicial" -#: ../functions.php:976 ../functions.php:1081 +#: ../functions.php:1067 ../functions.php:1172 msgid "Substitute" msgstr "sustituto" -#: ../functions.php:1000 +#: ../functions.php:1091 msgid "None" msgstr "ninguno" -#: ../functions.php:1028 +#: ../functions.php:1119 msgid "Status" msgstr "Estado" -#: ../functions.php:1101 ../functions.php:1118 +#: ../functions.php:1192 ../functions.php:1209 #: ../admin/hooks/admin-menu.php:46 ../admin/post-types/column.php:6 #: ../admin/post-types/event.php:7 ../admin/post-types/event.php:79 #: ../admin/post-types/event.php:94 ../admin/post-types/event.php:109 @@ -250,10 +258,858 @@ msgstr "Estado" msgid "Add New" msgstr "Añadir objeto" -#: ../admin/hooks/admin-enqueue-scripts.php:24 +#: ../admin/globals/continents.php:6 +msgid "Africa" +msgstr "África" + +#: ../admin/globals/continents.php:7 +msgid "Asia" +msgstr "Asia" + +#: ../admin/globals/continents.php:8 +msgid "Europe" +msgstr "Europa" + +#: ../admin/globals/continents.php:9 +msgid "North America" +msgstr "América del Norte" + +#: ../admin/globals/continents.php:10 +msgid "Oceania" +msgstr "Oceanía" + +#: ../admin/globals/continents.php:11 +msgid "South America" +msgstr "América del Sur" + +#: ../admin/globals/countries.php:6 +msgid "Andorra" +msgstr "Andorra" + +#: ../admin/globals/countries.php:7 +msgid "United Arab Emirates" +msgstr "Emiratos Árabes Unidos" + +#: ../admin/globals/countries.php:8 +msgid "Afghanistan" +msgstr "Afganistán" + +#: ../admin/globals/countries.php:9 +msgid "Antigua and Barbuda" +msgstr "Antigua y Barbuda" + +#: ../admin/globals/countries.php:10 +msgid "Albania" +msgstr "Albania" + +#: ../admin/globals/countries.php:11 +msgid "Armenia" +msgstr "Armenia" + +#: ../admin/globals/countries.php:12 +msgid "Angola" +msgstr "Angola" + +#: ../admin/globals/countries.php:13 +msgid "Argentina" +msgstr "Argentina" + +#: ../admin/globals/countries.php:14 +msgid "Austria" +msgstr "Austria" + +#: ../admin/globals/countries.php:15 +msgid "Australia" +msgstr "Australia" + +#: ../admin/globals/countries.php:16 +msgid "Azerbaijan" +msgstr "Azerbaiyán" + +#: ../admin/globals/countries.php:17 +msgid "Bosnia and Herzegovina" +msgstr "Bosnia y Herzegovina" + +#: ../admin/globals/countries.php:18 +msgid "Barbados" +msgstr "Barbados" + +#: ../admin/globals/countries.php:19 +msgid "Bangladesh" +msgstr "Bangladesh" + +#: ../admin/globals/countries.php:20 +msgid "Belgium" +msgstr "Bélgica" + +#: ../admin/globals/countries.php:21 +msgid "Burkina Faso" +msgstr "Burkina Faso" + +#: ../admin/globals/countries.php:22 +msgid "Bulgaria" +msgstr "Bulgaria" + +#: ../admin/globals/countries.php:23 +msgid "Bahrain" +msgstr "Bahréin" + +#: ../admin/globals/countries.php:24 +msgid "Burundi" +msgstr "Burundi" + +#: ../admin/globals/countries.php:25 +msgid "Benin" +msgstr "Benín" + +#: ../admin/globals/countries.php:26 +msgid "Brunei" +msgstr "Brunéi" + +#: ../admin/globals/countries.php:27 +msgid "Bolivia" +msgstr "Bolivia" + +#: ../admin/globals/countries.php:28 +msgid "Brazil" +msgstr "Brasil" + +#: ../admin/globals/countries.php:29 +msgid "Bahamas" +msgstr "Bahamas" + +#: ../admin/globals/countries.php:30 +msgid "Bhutan" +msgstr "Bután" + +#: ../admin/globals/countries.php:31 +msgid "Botswana" +msgstr "Botsuana" + +#: ../admin/globals/countries.php:32 +msgid "Belarus" +msgstr "Bielorrusia" + +#: ../admin/globals/countries.php:33 +msgid "Belize" +msgstr "Belice" + +#: ../admin/globals/countries.php:34 +msgid "Canada" +msgstr "Canadá" + +#: ../admin/globals/countries.php:35 +msgid "Democratic Republic of the Congo" +msgstr "República Democrática del Congo" + +#: ../admin/globals/countries.php:36 +msgid "Central African Republic" +msgstr "República Centroafricana" + +#: ../admin/globals/countries.php:37 +msgid "Republic of the Congo" +msgstr "República del Congo" + +#: ../admin/globals/countries.php:38 +msgid "Switzerland" +msgstr "Suiza" + +#: ../admin/globals/countries.php:39 +msgid "Cote d'Ivoire" +msgstr "Costa de Marfil" + +#: ../admin/globals/countries.php:40 +msgid "Chile" +msgstr "Chile" + +#: ../admin/globals/countries.php:41 +msgid "Cameroon" +msgstr "Camerún" + +#: ../admin/globals/countries.php:42 +msgid "China" +msgstr "China" + +#: ../admin/globals/countries.php:43 +msgid "Colombia" +msgstr "Colombia" + +#: ../admin/globals/countries.php:44 +msgid "Costa Rica" +msgstr "Costa Rica" + +#: ../admin/globals/countries.php:45 +msgid "Cuba" +msgstr "Cuba" + +#: ../admin/globals/countries.php:46 +msgid "Cape Verde" +msgstr "Cabo Verde" + +#: ../admin/globals/countries.php:47 +msgid "Cyprus" +msgstr "Chipre" + +#: ../admin/globals/countries.php:48 +msgid "Czech Republic" +msgstr "República Checa" + +#: ../admin/globals/countries.php:49 +msgid "Germany" +msgstr "Alemania" + +#: ../admin/globals/countries.php:50 +msgid "Djibouti" +msgstr "Yibuti" + +#: ../admin/globals/countries.php:51 +msgid "Denmark" +msgstr "Dinamarca" + +#: ../admin/globals/countries.php:52 +msgid "Dominica" +msgstr "Dominica" + +#: ../admin/globals/countries.php:53 +msgid "Dominican Republic" +msgstr "República Dominicana" + +#: ../admin/globals/countries.php:54 +msgid "Algeria" +msgstr "Argelia" + +#: ../admin/globals/countries.php:55 +msgid "Ecuador" +msgstr "Ecuador" + +#: ../admin/globals/countries.php:56 +msgid "Estonia" +msgstr "Estonia" + +#: ../admin/globals/countries.php:57 +msgid "Egypt" +msgstr "Egipto" + +#: ../admin/globals/countries.php:58 +msgid "Western Sahara" +msgstr "Sahara Occidental" + +#: ../admin/globals/countries.php:59 +msgid "England" +msgstr "Inglaterra" + +#: ../admin/globals/countries.php:60 +msgid "Eritrea" +msgstr "Eritrea" + +#: ../admin/globals/countries.php:61 +msgid "Spain" +msgstr "España" + +#: ../admin/globals/countries.php:62 +msgid "Ethiopia" +msgstr "Etiopía" + +#: ../admin/globals/countries.php:63 +msgid "Finland" +msgstr "Finlandia" + +#: ../admin/globals/countries.php:64 +msgid "Fiji" +msgstr "Fiyi" + +#: ../admin/globals/countries.php:65 +msgid "Micronesia" +msgstr "Micronesia" + +#: ../admin/globals/countries.php:66 +msgid "France" +msgstr "Francia" + +#: ../admin/globals/countries.php:67 +msgid "Gabon" +msgstr "Gabón" + +#: ../admin/globals/countries.php:68 +msgid "United Kingdom" +msgstr "Reino Unido" + +#: ../admin/globals/countries.php:69 +msgid "Grenada" +msgstr "Granada" + +#: ../admin/globals/countries.php:70 +msgid "Georgia" +msgstr "Georgia" + +#: ../admin/globals/countries.php:71 +msgid "Ghana" +msgstr "Ghana" + +#: ../admin/globals/countries.php:72 +msgid "Gambia" +msgstr "Gambia" + +#: ../admin/globals/countries.php:73 +msgid "Guinea" +msgstr "Guinea" + +#: ../admin/globals/countries.php:74 +msgid "Equatorial Guinea" +msgstr "Guinea Ecuatorial" + +#: ../admin/globals/countries.php:75 +msgid "Greece" +msgstr "Grecia" + +#: ../admin/globals/countries.php:76 +msgid "Guatemala" +msgstr "Guatemala" + +#: ../admin/globals/countries.php:77 +msgid "Guinea-Bissau" +msgstr "Guinea-Bissau" + +#: ../admin/globals/countries.php:78 +msgid "Guyana" +msgstr "Guyana" + +#: ../admin/globals/countries.php:79 +msgid "Hong Kong" +msgstr "Hong Kong" + +#: ../admin/globals/countries.php:80 +msgid "Honduras" +msgstr "Honduras" + +#: ../admin/globals/countries.php:81 +msgid "Croatia" +msgstr "Croacia" + +#: ../admin/globals/countries.php:82 +msgid "Haiti" +msgstr "Haití" + +#: ../admin/globals/countries.php:83 +msgid "Hungary" +msgstr "Hungría" + +#: ../admin/globals/countries.php:84 +msgid "Indonesia" +msgstr "Indonesia" + +#: ../admin/globals/countries.php:85 +msgid "Ireland" +msgstr "Irlanda" + +#: ../admin/globals/countries.php:86 +msgid "Israel" +msgstr "Israel" + +#: ../admin/globals/countries.php:87 +msgid "India" +msgstr "India" + +#: ../admin/globals/countries.php:88 +msgid "Iraq" +msgstr "Iraq" + +#: ../admin/globals/countries.php:89 +msgid "Iran" +msgstr "Irán" + +#: ../admin/globals/countries.php:90 +msgid "Iceland" +msgstr "Islandia" + +#: ../admin/globals/countries.php:91 +msgid "Italy" +msgstr "Italia" + +#: ../admin/globals/countries.php:92 +msgid "Jamaica" +msgstr "Jamaica" + +#: ../admin/globals/countries.php:93 +msgid "Jordan" +msgstr "Jordania" + +#: ../admin/globals/countries.php:94 +msgid "Japan" +msgstr "Japón" + +#: ../admin/globals/countries.php:95 +msgid "Kenya" +msgstr "Kenia" + +#: ../admin/globals/countries.php:96 +msgid "Kyrgyzstan" +msgstr "Kirguistán" + +#: ../admin/globals/countries.php:97 +msgid "Cambodia" +msgstr "Camboya" + +#: ../admin/globals/countries.php:98 +msgid "Kiribati" +msgstr "Kiribati" + +#: ../admin/globals/countries.php:99 +msgid "Comoros" +msgstr "Comoras" + +#: ../admin/globals/countries.php:100 +msgid "Saint Kitts and Nevis" +msgstr "San Cristóbal y Nieves" + +#: ../admin/globals/countries.php:101 +msgid "North Korea" +msgstr "Corea del Norte" + +#: ../admin/globals/countries.php:102 +msgid "South Korea" +msgstr "Corea del Sur" + +#: ../admin/globals/countries.php:103 +msgid "Kuwait" +msgstr "Kuwait" + +#: ../admin/globals/countries.php:104 +msgid "Kazakhstan" +msgstr "Kazajistán" + +#: ../admin/globals/countries.php:105 +msgid "Laos" +msgstr "Laos" + +#: ../admin/globals/countries.php:106 +msgid "Lebanon" +msgstr "Líbano" + +#: ../admin/globals/countries.php:107 +msgid "Saint Lucia" +msgstr "Santa Lucía" + +#: ../admin/globals/countries.php:108 +msgid "Liechtenstein" +msgstr "Liechtenstein" + +#: ../admin/globals/countries.php:109 +msgid "Sri Lanka" +msgstr "Sri Lanka" + +#: ../admin/globals/countries.php:110 +msgid "Liberia" +msgstr "Liberia" + +#: ../admin/globals/countries.php:111 +msgid "Lesotho" +msgstr "Lesoto" + +#: ../admin/globals/countries.php:112 +msgid "Lithuania" +msgstr "Lituania" + +#: ../admin/globals/countries.php:113 +msgid "Luxembourg" +msgstr "Luxemburgo" + +#: ../admin/globals/countries.php:114 +msgid "Latvia" +msgstr "Letonia" + +#: ../admin/globals/countries.php:115 +msgid "Libya" +msgstr "Libia" + +#: ../admin/globals/countries.php:116 +msgid "Morocco" +msgstr "Marruecos" + +#: ../admin/globals/countries.php:117 +msgid "Monaco" +msgstr "Mónaco" + +#: ../admin/globals/countries.php:118 +msgid "Moldova" +msgstr "Moldavia" + +#: ../admin/globals/countries.php:119 +msgid "Montenegro" +msgstr "Montenegro" + +#: ../admin/globals/countries.php:120 +msgid "Madagascar" +msgstr "Madagascar" + +#: ../admin/globals/countries.php:121 +msgid "Marshall Islands" +msgstr "Islas Marshall" + +#: ../admin/globals/countries.php:122 +msgid "Macedonia" +msgstr "ARY Macedonia" + +#: ../admin/globals/countries.php:123 +msgid "Mali" +msgstr "Malí" + +#: ../admin/globals/countries.php:124 +msgid "Myanmar" +msgstr "Myanmar" + +#: ../admin/globals/countries.php:125 +msgid "Mongolia" +msgstr "Mongolia" + +#: ../admin/globals/countries.php:126 +msgid "Macau" +msgstr "Macau" + +#: ../admin/globals/countries.php:127 +msgid "Mauritania" +msgstr "Mauritania" + +#: ../admin/globals/countries.php:128 +msgid "Malta" +msgstr "Malta" + +#: ../admin/globals/countries.php:129 +msgid "Mauritius" +msgstr "Mauricio" + +#: ../admin/globals/countries.php:130 +msgid "Maldives" +msgstr "Maldivas" + +#: ../admin/globals/countries.php:131 +msgid "Malawi" +msgstr "Malawi" + +#: ../admin/globals/countries.php:132 +msgid "Mexico" +msgstr "México" + +#: ../admin/globals/countries.php:133 +msgid "Malaysia" +msgstr "Malasia" + +#: ../admin/globals/countries.php:134 +msgid "Mozambique" +msgstr "Mozambique" + +#: ../admin/globals/countries.php:135 +msgid "Namibia" +msgstr "Namibia" + +#: ../admin/globals/countries.php:136 +msgid "Northern Ireland" +msgstr "Irlanda del Norte" + +#: ../admin/globals/countries.php:137 +msgid "Niger" +msgstr "Níger" + +#: ../admin/globals/countries.php:138 +msgid "Nigeria" +msgstr "Nigeria" + +#: ../admin/globals/countries.php:139 +msgid "Nicaragua" +msgstr "Nicaragua" + +#: ../admin/globals/countries.php:140 +msgid "Netherlands" +msgstr "Países Bajos" + +#: ../admin/globals/countries.php:141 +msgid "Norway" +msgstr "Noruega" + +#: ../admin/globals/countries.php:142 +msgid "Nepal" +msgstr "Nepal" + +#: ../admin/globals/countries.php:143 +msgid "Nauru" +msgstr "Nauru" + +#: ../admin/globals/countries.php:144 +msgid "New Zealand" +msgstr "Nueva Zelanda" + +#: ../admin/globals/countries.php:145 +msgid "Oman" +msgstr "Omán" + +#: ../admin/globals/countries.php:146 +msgid "Panama" +msgstr "Panamá" + +#: ../admin/globals/countries.php:147 +msgid "Peru" +msgstr "Perú" + +#: ../admin/globals/countries.php:148 +msgid "Papua New Guinea" +msgstr "Papúa Nueva Guinea" + +#: ../admin/globals/countries.php:149 +msgid "Philippines" +msgstr "Filipinas" + +#: ../admin/globals/countries.php:150 +msgid "Pakistan" +msgstr "Pakistán" + +#: ../admin/globals/countries.php:151 +msgid "Poland" +msgstr "Polonia" + +#: ../admin/globals/countries.php:152 +msgid "Portugal" +msgstr "Portugal" + +#: ../admin/globals/countries.php:153 +msgid "Palau" +msgstr "Palaos" + +#: ../admin/globals/countries.php:154 +msgid "Paraguay" +msgstr "Paraguay" + +#: ../admin/globals/countries.php:155 +msgid "Qatar" +msgstr "Qatar" + +#: ../admin/globals/countries.php:156 +msgid "Romania" +msgstr "Rumania" + +#: ../admin/globals/countries.php:157 +msgid "Serbia" +msgstr "Serbia" + +#: ../admin/globals/countries.php:158 +msgid "Russia" +msgstr "Rusia" + +#: ../admin/globals/countries.php:159 +msgid "Rwanda" +msgstr "Ruanda" + +#: ../admin/globals/countries.php:160 +msgid "Saudi Arabia" +msgstr "Arabia Saudita" + +#: ../admin/globals/countries.php:161 +msgid "Solomon Islands" +msgstr "Islas Salomón" + +#: ../admin/globals/countries.php:162 +msgid "Seychelles" +msgstr "Seychelles" + +#: ../admin/globals/countries.php:163 +msgid "Sudan" +msgstr "Sudán" + +#: ../admin/globals/countries.php:164 +msgid "Sweden" +msgstr "Suecia" + +#: ../admin/globals/countries.php:165 +msgid "Scotland" +msgstr "Escocia" + +#: ../admin/globals/countries.php:166 +msgid "Singapore" +msgstr "Singapur" + +#: ../admin/globals/countries.php:167 +msgid "Slovenia" +msgstr "Eslovenia" + +#: ../admin/globals/countries.php:168 +msgid "Slovakia" +msgstr "Eslovaquia" + +#: ../admin/globals/countries.php:169 +msgid "Sierra Leone" +msgstr "Sierra Leona" + +#: ../admin/globals/countries.php:170 +msgid "San Marino" +msgstr "San Marino" + +#: ../admin/globals/countries.php:171 +msgid "Senegal" +msgstr "Senegal" + +#: ../admin/globals/countries.php:172 +msgid "Somalia" +msgstr "Somalia" + +#: ../admin/globals/countries.php:173 +msgid "Suriname" +msgstr "Surinam" + +#: ../admin/globals/countries.php:174 +msgid "Sao Tome and Principe" +msgstr "Santo Tomé y Príncipe" + +#: ../admin/globals/countries.php:175 +msgid "El Salvador" +msgstr "El Salvador" + +#: ../admin/globals/countries.php:176 +msgid "Swaziland" +msgstr "Suazilandia" + +#: ../admin/globals/countries.php:177 +msgid "Chad" +msgstr "Chad" + +#: ../admin/globals/countries.php:178 +msgid "Togo" +msgstr "Togo" + +#: ../admin/globals/countries.php:179 +msgid "Thailand" +msgstr "Tailandia" + +#: ../admin/globals/countries.php:180 +msgid "Tajikistan" +msgstr "Tayikistán" + +#: ../admin/globals/countries.php:181 +msgid "East Timor" +msgstr "Timor Oriental" + +#: ../admin/globals/countries.php:182 +msgid "Turkmenistan" +msgstr "Turkmenistán" + +#: ../admin/globals/countries.php:183 +msgid "Tunisia" +msgstr "Túnez" + +#: ../admin/globals/countries.php:184 +msgid "Tonga" +msgstr "Tonga" + +#: ../admin/globals/countries.php:185 +msgid "Turkey" +msgstr "Turquía" + +#: ../admin/globals/countries.php:186 +msgid "Trinidad and Tobago" +msgstr "Trinidad y Tobago" + +#: ../admin/globals/countries.php:187 +msgid "Tuvalu" +msgstr "Tuvalu" + +#: ../admin/globals/countries.php:188 +msgid "Taiwan" +msgstr "Taiwán" + +#: ../admin/globals/countries.php:189 +msgid "Tanzania" +msgstr "Tanzania" + +#: ../admin/globals/countries.php:190 +msgid "Ukraine" +msgstr "Ucrania" + +#: ../admin/globals/countries.php:191 +msgid "Uganda" +msgstr "Uganda" + +#: ../admin/globals/countries.php:192 +msgid "United States" +msgstr "Estados Unidos" + +#: ../admin/globals/countries.php:193 +msgid "Uruguay" +msgstr "Uruguay" + +#: ../admin/globals/countries.php:194 +msgid "Uzbekistan" +msgstr "Uzbekistán" + +#: ../admin/globals/countries.php:195 +msgid "Vatican City" +msgstr "Ciudad del Vaticano" + +#: ../admin/globals/countries.php:196 +msgid "Saint Vincent and the Grenadines" +msgstr "San Vicente y las Granadinas" + +#: ../admin/globals/countries.php:197 +msgid "Venezuela" +msgstr "Venezuela" + +#: ../admin/globals/countries.php:198 +msgid "Vietnam" +msgstr "Vietnam" + +#: ../admin/globals/countries.php:199 +msgid "Vanuatu" +msgstr "Vanuatu" + +#: ../admin/globals/countries.php:200 +msgid "Wales" +msgstr "Gales" + +#: ../admin/globals/countries.php:201 +msgid "Samoa" +msgstr "Samoa" + +#: ../admin/globals/countries.php:202 +msgid "Yemen" +msgstr "Yemen" + +#: ../admin/globals/countries.php:203 +msgid "South Africa" +msgstr "Sudáfrica" + +#: ../admin/globals/countries.php:204 +msgid "Zambia" +msgstr "Zambia" + +#: ../admin/globals/countries.php:205 +msgid "Zimbabwe" +msgstr "Zimbabue" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 msgid "— Remove —" msgstr "— Eliminar — " +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:38 ../admin/tools/dashboard.php:54 +msgid "days" +msgstr "día" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:39 +msgid "hrs" +msgstr "hora" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:40 +msgid "mins" +msgstr "acta" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:41 +msgid "secs" +msgstr "segundo" + #: ../admin/hooks/admin-menu.php:52 ../admin/post-types/player.php:37 #: ../admin/post-types/player.php:169 ../admin/post-types/player.php:176 #: ../admin/post-types/staff.php:55 ../admin/post-types/team.php:50 @@ -335,12 +1191,6 @@ msgstr "Seleccione Foto" msgid "Remove Photo" msgstr "Retirar fotos" -#: ../admin/hooks/gettext.php:36 ../admin/hooks/gettext.php:39 -#: ../admin/hooks/gettext.php:42 -#, php-format -msgid "Date/Time: %1$s" -msgstr "Fecha/Hora: %1$s" - #: ../admin/hooks/manage-posts-columns.php:3 ../admin/post-types/event.php:218 #: ../admin/post-types/list.php:39 ../admin/post-types/player.php:39 #: ../admin/post-types/staff.php:57 ../admin/post-types/table.php:38 @@ -401,11 +1251,11 @@ msgstr "Programada para:%1$s" msgid "League Manager" msgstr "Liga Manager" -#: ../admin/hooks/register-activation-hook.php:84 +#: ../admin/hooks/register-activation-hook.php:86 msgid "Team Manager" msgstr "Director del equipo" -#: ../admin/hooks/register-activation-hook.php:129 +#: ../admin/hooks/register-activation-hook.php:131 #: ../admin/post-types/event.php:137 ../admin/post-types/staff.php:4 #: ../admin/post-types/staff.php:5 ../admin/post-types/staff.php:15 msgid "Staff" @@ -427,26 +1277,6 @@ msgstr "Mostrar todas las temporadas" msgid "Show all teams" msgstr "Mostrar todos los equipos" -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:46 -msgid "days" -msgstr "día" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:47 -msgid "hrs" -msgstr "hora" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:48 -msgid "mins" -msgstr "acta" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:49 -msgid "secs" -msgstr "segundo" - #: ../admin/hooks/wp-insert-post-data.php:13 msgid "vs" msgstr "vs" @@ -803,6 +1633,29 @@ msgstr "latitud" msgid "Longitude" msgstr "longitud" +#: ../admin/tools/dashboard.php:34 +msgid "SportsPress Status" +msgstr "Estado de SportsPress" + +#: ../admin/tools/dashboard.php:54 +#, php-format +msgid "%s until next event" +msgstr "" + +#: ../admin/tools/dashboard.php:61 +#, php-format +msgid "%s event scheduled" +msgid_plural "%s events scheduled" +msgstr[0] "" +msgstr[1] "" + +#: ../admin/tools/dashboard.php:66 +#, php-format +msgid "%s event published" +msgid_plural "%s events published" +msgstr[0] "" +msgstr[1] "" + #: ../admin/tools/importers.php:37 msgid "SportsPress Teams (CSV)" msgstr "SportsPress Equipos (CSV)" @@ -1026,636 +1879,12 @@ msgstr "Rugby" msgid "Soccer (Association Football)" msgstr "fútbol" -#~ msgid "None." -#~ msgstr "Ninguna." - -#, fuzzy -#~ msgid "No Events found." -#~ msgstr "No se encontraron %s." - -#, fuzzy -#~ msgid "No teams found." -#~ msgstr "No se encontraron %s." - -#, fuzzy -#~ msgid "Add New Column" -#~ msgstr "Añadir nueva %s" - -#, fuzzy -#~ msgid "Edit Column" -#~ msgstr "Columna" - -#, fuzzy -#~ msgid "New Column" -#~ msgstr "Columna" - -#, fuzzy -#~ msgid "View Column" -#~ msgstr "Columna" - -#, fuzzy -#~ msgid "Search Columns" -#~ msgstr "Buscar %s" - -#, fuzzy -#~ msgid "No columns found." -#~ msgstr "No se encontraron %s." - -#, fuzzy -#~ msgid "No columns found in trash." -#~ msgstr "Ninguna %s encontrada en la papelera." - -#, fuzzy -#~ msgid "Add New Event" -#~ msgstr "Añadir objeto" - -#, fuzzy -#~ msgid "Edit Event" -#~ msgstr "evento" - -#, fuzzy -#~ msgid "New Event" -#~ msgstr "evento" - -#, fuzzy -#~ msgid "View Event" -#~ msgstr "evento" - -#, fuzzy -#~ msgid "Search Events" -#~ msgstr "Buscar %s" - -#, fuzzy -#~ msgid "No events found." -#~ msgstr "No se encontraron %s." - -#, fuzzy -#~ msgid "No events found in trash." -#~ msgstr "Ninguna %s encontrada en la papelera." - -#, fuzzy -#~ msgid "Add New League" -#~ msgstr "Añadir nueva %s" - -#, fuzzy -#~ msgid "Add New Season" -#~ msgstr "Añadir nueva %s" - -#, fuzzy -#~ msgid "Add New Venue" -#~ msgstr "Añadir objeto" - -#, fuzzy -#~ msgid "Add New Player List" -#~ msgstr "Lista de Jugadores" - -#, fuzzy -#~ msgid "Edit Player List" -#~ msgstr "Lista de Jugadores" - -#, fuzzy -#~ msgid "New Player List" -#~ msgstr "Lista de Jugadores" - -#, fuzzy -#~ msgid "View Player List" -#~ msgstr "Lista de Jugadores" - -#, fuzzy -#~ msgid "Search Player Lists" -#~ msgstr "Listas del jugador" - -#, fuzzy -#~ msgid "No player lists found." -#~ msgstr "listas de jugadores" - -#, fuzzy -#~ msgid "No player lists found in trash." -#~ msgstr "Ninguna %s encontrada en la papelera." - -#, fuzzy -#~ msgid "All Teams" -#~ msgstr "Equipos" - -#, fuzzy -#~ msgid "Add New Team" -#~ msgstr "Añadir objeto" - -#, fuzzy -#~ msgid "Add New Player" -#~ msgstr "Añadir nueva %s" - -#, fuzzy -#~ msgid "Add New Metric" -#~ msgstr "Añadir nueva %s" - -#, fuzzy -#~ msgid "Edit Metric" -#~ msgstr "métrico" - -#, fuzzy -#~ msgid "New Metric" -#~ msgstr "métrico" - -#, fuzzy -#~ msgid "View Metric" -#~ msgstr "métrico" - -#, fuzzy -#~ msgid "Search Metrics" -#~ msgstr "Buscar %s" - -#, fuzzy -#~ msgid "No metrics found." -#~ msgstr "No se encontraron %s." - -#, fuzzy -#~ msgid "No metrics found in trash." -#~ msgstr "Ninguna %s encontrada en la papelera." - -#, fuzzy -#~ msgid "Add New Outcome" -#~ msgstr "Añadir nueva %s" - -#, fuzzy -#~ msgid "Edit Outcome" -#~ msgstr "resultado" - -#, fuzzy -#~ msgid "New Outcome" -#~ msgstr "resultado" - -#, fuzzy -#~ msgid "View Outcome" -#~ msgstr "resultado" - -#, fuzzy -#~ msgid "Search Outcomes" -#~ msgstr "Resultados" - -#, fuzzy -#~ msgid "No outcomes found." -#~ msgstr "No se encontraron %s." - -#, fuzzy -#~ msgid "No outcomes found in trash." -#~ msgstr "Ninguna %s encontrada en la papelera." - -#, fuzzy -#~ msgid "Edit Player" -#~ msgstr "jugador" - -#, fuzzy -#~ msgid "New Player" -#~ msgstr "jugador" - -#, fuzzy -#~ msgid "View Player" -#~ msgstr "jugador" - -#, fuzzy -#~ msgid "Search Players" -#~ msgstr "Buscar %s" - -#, fuzzy -#~ msgid "No players found." -#~ msgstr "No se encontraron %s." - -#, fuzzy -#~ msgid "No players found in trash." -#~ msgstr "Ninguna %s encontrada en la papelera." - -#, fuzzy -#~ msgid "Select Nationality" -#~ msgstr "nacionalidad" - -#, fuzzy -#~ msgid "Select Positions" -#~ msgstr "写真を選択" - -#, fuzzy -#~ msgid "Select Team" -#~ msgstr "Sélectionner" - -#, fuzzy -#~ msgid "Select Leagues" -#~ msgstr "ロゴを選択" - -#, fuzzy -#~ msgid "Select Seasons" -#~ msgstr "seleccionar %s" - -#, fuzzy -#~ msgid "Add New Result" -#~ msgstr "Añadir nueva %s" - -#, fuzzy -#~ msgid "Edit Result" -#~ msgstr "Resultado principal" - -#, fuzzy -#~ msgid "New Result" -#~ msgstr "resultado" - -#, fuzzy -#~ msgid "View Result" -#~ msgstr "Resultado principal" - -#, fuzzy -#~ msgid "Search Results" -#~ msgstr "Buscar %s" - -#, fuzzy -#~ msgid "No results found in trash." -#~ msgstr "Ninguna %s encontrada en la papelera." - -#, fuzzy -#~ msgid "Add New Staff" -#~ msgstr "Añadir objeto" - -#, fuzzy -#~ msgid "Edit Staff" -#~ msgstr "el personal" - -#, fuzzy -#~ msgid "New Staff" -#~ msgstr "el personal" - -#, fuzzy -#~ msgid "View Staff" -#~ msgstr "el personal" - -#, fuzzy -#~ msgid "No staff found." -#~ msgstr "No se encontraron %s." - -#, fuzzy -#~ msgid "No staff found in trash." -#~ msgstr "Ninguna %s encontrada en la papelera." - -#, fuzzy -#~ msgid "Add New Statistic" -#~ msgstr "estadística" - -#, fuzzy -#~ msgid "Edit Statistic" -#~ msgstr "estadística" - -#, fuzzy -#~ msgid "New Statistic" -#~ msgstr "estadística" - -#, fuzzy -#~ msgid "View Statistic" -#~ msgstr "estadística" - -#, fuzzy -#~ msgid "Search Statistics" -#~ msgstr "Estadísticas del Jugador" - -#, fuzzy -#~ msgid "No statistics found." -#~ msgstr "No se encontraron %s." - -#, fuzzy -#~ msgid "No statistics found in trash." -#~ msgstr "Ninguna %s encontrada en la papelera." - -#, fuzzy -#~ msgid "Add New League Table" -#~ msgstr "Tabla de la Liga" - -#, fuzzy -#~ msgid "Edit League Table" -#~ msgstr "Tabla de la Liga" - -#, fuzzy -#~ msgid "New League Table" -#~ msgstr "Tabla de la Liga" - -#, fuzzy -#~ msgid "View League Table" -#~ msgstr "Tabla de la Liga" - -#, fuzzy -#~ msgid "Search League Tables" -#~ msgstr "Tablas de la Liga" - -#, fuzzy -#~ msgid "No league tables found." -#~ msgstr "tablas de ligas" - -#, fuzzy -#~ msgid "No league tables found in trash." -#~ msgstr "Ninguna %s encontrada en la papelera." - -#, fuzzy -#~ msgid "Edit Team" -#~ msgstr "Editar %s" - -#, fuzzy -#~ msgid "New Team" -#~ msgstr "equipo" - -#, fuzzy -#~ msgid "View Team" -#~ msgstr "Ver %s" - -#, fuzzy -#~ msgid "Search Teams" -#~ msgstr "Buscar %s" - -#, fuzzy -#~ msgid "No teams found in trash." -#~ msgstr "Ninguna %s encontrada en la papelera." - -#, fuzzy -#~ msgid "Edit Results" -#~ msgstr "Resultados" - -#, fuzzy -#~ msgid "Edit Outcomes" -#~ msgstr "Resultados" - -#, fuzzy -#~ msgid "Edit Metrics" -#~ msgstr "métrica" - -#, fuzzy -#~ msgid "Edit Statistics" -#~ msgstr "estadística" - -#, fuzzy -#~ msgid "Edit Columns" -#~ msgstr "Columnas" - -#, fuzzy -#~ msgid "All Leagues" -#~ msgstr "Ligas" - -#, fuzzy -#~ msgid "Edit League" -#~ msgstr "liga" - -#, fuzzy -#~ msgid "View League" -#~ msgstr "liga" - -#, fuzzy -#~ msgid "Update League" -#~ msgstr "Actualizar %s" - -#, fuzzy -#~ msgid "New League Name" -#~ msgstr "Nuevo nombre %s" - -#, fuzzy -#~ msgid "Parent League" -#~ msgstr "Superior %s" - -#, fuzzy -#~ msgid "Parent League:" -#~ msgstr "Liga:" - -#, fuzzy -#~ msgid "Search Leagues" -#~ msgstr "Buscar %s" - -#, fuzzy -#~ msgid "No leagues found." -#~ msgstr "No se encontraron %s." - -#, fuzzy -#~ msgid "All Positions" -#~ msgstr "Posiciones" - -#, fuzzy -#~ msgid "Edit Position" -#~ msgstr "posición" - -#, fuzzy -#~ msgid "View Position" -#~ msgstr "posición" - -#, fuzzy -#~ msgid "Update Position" -#~ msgstr "posición" - -#, fuzzy -#~ msgid "Add New Position" -#~ msgstr "Añadir nueva %s" - -#, fuzzy -#~ msgid "New Position Name" -#~ msgstr "Nuevo nombre %s" - -#, fuzzy -#~ msgid "Parent Position" -#~ msgstr "posición" - -#, fuzzy -#~ msgid "Parent Position:" -#~ msgstr "posición" - -#, fuzzy -#~ msgid "Search Positions" -#~ msgstr "Posiciones" - -#, fuzzy -#~ msgid "No positions found." -#~ msgstr "No se encontraron %s." - -#, fuzzy -#~ msgid "All Seasons" -#~ msgstr "temporada" - -#, fuzzy -#~ msgid "Edit Season" -#~ msgstr "temporada" - -#, fuzzy -#~ msgid "View Season" -#~ msgstr "temporada" - -#, fuzzy -#~ msgid "Update Season" -#~ msgstr "Actualizar %s" - -#, fuzzy -#~ msgid "New Season Name" -#~ msgstr "Nuevo nombre %s" - -#, fuzzy -#~ msgid "Parent Season" -#~ msgstr "Superior %s" - -#, fuzzy -#~ msgid "Parent Season:" -#~ msgstr "Superior %s" - -#, fuzzy -#~ msgid "Search Seasons" -#~ msgstr "Buscar %s" - -#, fuzzy -#~ msgid "No seasons found." -#~ msgstr "No se encontraron %s." - -#, fuzzy -#~ msgid "All Venues" -#~ msgstr "estadios" - -#, fuzzy -#~ msgid "Edit Venue" -#~ msgstr "estadio" - -#, fuzzy -#~ msgid "View Venue" -#~ msgstr "estadio" - -#, fuzzy -#~ msgid "New Venue Name" -#~ msgstr "Nuevo nombre %s" - -#, fuzzy -#~ msgid "Parent Venue" -#~ msgstr "Superior %s" - -#, fuzzy -#~ msgid "Parent Venue:" -#~ msgstr "Superior %s" - -#, fuzzy -#~ msgid "Search Venues" -#~ msgstr "Buscar %s" - -#, fuzzy -#~ msgid "No venues found." -#~ msgstr "No se encontraron %s." - -#, fuzzy -#~ msgid "Select Event:" -#~ msgstr "Eventos recientes" - -#, fuzzy -#~ msgid "SportsPress Future Events" -#~ msgstr "Eventos Futuros" - -#~ msgid "Future Events" -#~ msgstr "Eventos Futuros" - -#~ msgid "League:" -#~ msgstr "Liga:" - -#~ msgid "Season:" -#~ msgstr "temporada:" - -#~ msgid "Venue:" -#~ msgstr "estadio:" - -#~ msgid "Team:" -#~ msgstr "equipo:" - -#, fuzzy -#~ msgid "Number of events to show:" -#~ msgstr "Número de %s para mostrar:" - -#, fuzzy -#~ msgid "Select League Table:" -#~ msgstr "Tabla de la Liga:" - -#, fuzzy -#~ msgid "Select Player List:" -#~ msgstr "Lista de Jugadores" - -#, fuzzy -#~ msgid "SportsPress Recent Events" -#~ msgstr "Eventos recientes" - -#~ msgid "Recent Events" -#~ msgstr "Eventos recientes" - -#~ msgid "Precision" -#~ msgstr "precisión" - -#~ msgid "Sum" -#~ msgstr "Suma" - -#~ msgid "events" -#~ msgstr "eventos" - -#~ msgid "Map" -#~ msgstr "mapa" - -#~ msgid "%s updated." -#~ msgstr "%s actualizada." - -#~ msgid "%s published." -#~ msgstr "%s publicada" - -#~ msgid "%s submitted." -#~ msgstr "%s enviado." - -#~ msgid "%s draft updated." -#~ msgstr "borrador %s actualizado." - -#~ msgid "columns" -#~ msgstr "columnas" - -#~ msgid "metrics" -#~ msgstr "métrica" - -#~ msgid "outcome" -#~ msgstr "resultado" - -#~ msgid "players" -#~ msgstr "jugadores" - -#~ msgid "Value" -#~ msgstr "Valor" - -#~ msgid "result" -#~ msgstr "resultado" - -#~ msgid "staff" -#~ msgstr "personal" - -#~ msgid "statistics" -#~ msgstr "estadística" - -#~ msgid "teams" -#~ msgstr "equipos" - -#~ msgid "league" -#~ msgstr "liga" - -#~ msgid "position" -#~ msgstr "posición" - -#~ msgid "season" -#~ msgstr "temporada" - -#~ msgid "venue" -#~ msgstr "estadio" - -#~ msgid "Countdown" -#~ msgstr "cuenta atrás" - -#~ msgid "Event:" -#~ msgstr "Evento:" - #~ msgid "%1$s %2$s" #~ msgstr "%1$s %2$s" #~ msgid "-- Not Set --" #~ msgstr "-- Pas réglé --" -#~ msgid "1 View" -#~ msgstr "1 vue" - -#~ msgid "positions" -#~ msgstr "ポジション" - #~ msgid "Points" #~ msgstr "点数" @@ -1668,11 +1897,9 @@ msgstr "fútbol" #~ msgid "Weight" #~ msgstr "体重" -#, fuzzy #~ msgid "Conversions" #~ msgstr "ポジション" -#, fuzzy #~ msgid "Drop Goals" #~ msgstr "得点" @@ -1706,26 +1933,12 @@ msgstr "fútbol" #~ msgid "Appearances" #~ msgstr "出場" -#~ msgid "Joined: %1$s" -#~ msgstr "入団日: %1$s" - -#~ msgid "Table Columns" -#~ msgstr "順位表列" - -#~ msgid "Table Column" -#~ msgstr "順位表列" - #~ msgid "table columns" #~ msgstr "順位表列" #~ msgid "Format" #~ msgstr "フォーマット" -#, fuzzy -#~ msgid "Player Statistic" -#~ msgstr "選手名鑑" - -#, fuzzy #~ msgid "player statistics" #~ msgstr "選手名鑑" diff --git a/languages/sportspress-fr_FR.mo b/languages/sportspress-fr_FR.mo index c38297c4..a688b1b1 100644 Binary files a/languages/sportspress-fr_FR.mo and b/languages/sportspress-fr_FR.mo differ diff --git a/languages/sportspress-fr_FR.po b/languages/sportspress-fr_FR.po index f32b4424..cee9e4a1 100644 --- a/languages/sportspress-fr_FR.po +++ b/languages/sportspress-fr_FR.po @@ -1,150 +1,158 @@ +# +# Translators: +# ThemeBoy , 2014 msgid "" msgstr "" -"Project-Id-Version: SportsPress 0.4\n" +"Project-Id-Version: SportsPress\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-21 15:17+1000\n" -"PO-Revision-Date: 2014-02-21 17:13+1000\n" -"Last-Translator: ThemeBoy \n" -"Language-Team: ThemeBoy \n" -"Language: fr_FR\n" +"POT-Creation-Date: 2014-03-02 13:27+1000\n" +"PO-Revision-Date: 2014-03-02 15:04+1000\n" +"Last-Translator: ThemeBoy \n" +"Language-Team: French (France) (http://www.transifex.com/projects/p/" +"sportspress/language/fr_FR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr_FR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Poedit 1.6.3\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-Bookmarks: -1,75,-1,-1,-1,-1,-1,-1,-1,-1\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-Bookmarks: -1,75,-1,-1,-1,-1,-1,-1,-1,-1\n" "X-Poedit-SearchPath-0: ..\n" -#: ../functions.php:74 +#: ../functions.php:164 msgid "1 view" msgstr "1 vue" -#: ../functions.php:76 +#: ../functions.php:166 #, php-format msgid "%s views" msgstr "%s vues" -#: ../functions.php:101 +#: ../functions.php:191 msgid "Scheduled" msgstr "Planifié" -#: ../functions.php:103 ../functions.php:533 ../functions.php:536 -#: ../functions.php:1996 ../functions.php:2198 ../functions.php:2333 +#: ../functions.php:193 ../functions.php:624 ../functions.php:627 +#: ../functions.php:2087 ../functions.php:2289 ../functions.php:2424 #: ../admin/post-types/list.php:117 ../admin/widgets/player-list.php:78 #: ../admin/widgets/player-list.php:91 msgid "Played" msgstr "Joué" -#: ../functions.php:105 +#: ../functions.php:195 msgid "Draft" msgstr "Brouillon" -#: ../functions.php:107 +#: ../functions.php:197 msgid "Pending Review" msgstr "En attente de relecture" -#: ../functions.php:109 ../admin/hooks/post-updated-messages.php:34 +#: ../functions.php:199 ../admin/hooks/post-updated-messages.php:34 msgid "M j, Y @ G:i" msgstr "j F Y \\à G \\h i \\m\\i\\n" -#: ../functions.php:130 ../functions.php:134 ../functions.php:467 -#: ../functions.php:1059 ../admin/templates/event-players.php:82 +#: ../functions.php:220 ../functions.php:224 ../functions.php:558 +#: ../functions.php:1150 ../admin/templates/event-players.php:82 msgid "Total" msgstr "Total" -#: ../functions.php:130 ../functions.php:468 +#: ../functions.php:220 ../functions.php:559 msgid "Average" msgstr "Moyenne" -#: ../functions.php:172 +#: ../functions.php:262 msgid "Integer" msgstr "Entier" -#: ../functions.php:173 +#: ../functions.php:263 msgid "Decimal" msgstr "Décimal" -#: ../functions.php:174 ../admin/templates/event-details.php:13 +#: ../functions.php:264 ../admin/templates/event-details.php:13 msgid "Time" msgstr "Temps" -#: ../functions.php:175 +#: ../functions.php:265 msgid "Custom Field" msgstr "Champ personnalisé" -#: ../functions.php:396 ../functions.php:449 +#: ../functions.php:486 ../functions.php:540 msgid "(no title)" msgstr "(pas de titre)" -#: ../functions.php:533 ../functions.php:536 ../admin/post-types/event.php:6 +#: ../functions.php:503 +msgid "Select All" +msgstr "Tout sélectionner" + +#: ../functions.php:624 ../functions.php:627 ../admin/post-types/event.php:6 #: ../admin/post-types/event.php:16 ../admin/settings/settings.php:11 msgid "Events" msgstr "Événements" -#: ../functions.php:533 +#: ../functions.php:624 msgid "Attended" msgstr "Participation" -#: ../functions.php:539 ../admin/post-types/event.php:53 +#: ../functions.php:630 ../admin/post-types/event.php:53 #: ../admin/post-types/result.php:4 ../admin/post-types/result.php:15 #: ../admin/settings/events.php:16 ../admin/templates/event-results.php:55 msgid "Results" msgstr "Résultats" -#: ../functions.php:542 ../functions.php:543 ../functions.php:544 -#: ../functions.php:545 ../admin/post-types/outcome.php:4 +#: ../functions.php:633 ../functions.php:634 ../functions.php:635 +#: ../functions.php:636 ../admin/post-types/outcome.php:4 #: ../admin/post-types/outcome.php:15 ../admin/settings/events.php:55 msgid "Outcomes" msgstr "Effets" -#: ../functions.php:543 +#: ../functions.php:634 msgid "Streak" msgstr "Serie" -#: ../functions.php:544 +#: ../functions.php:635 msgid "Last 5" msgstr "5 derniers" -#: ../functions.php:545 +#: ../functions.php:636 msgid "Last 10" msgstr "10 derniers" -#: ../functions.php:548 ../admin/post-types/column.php:4 +#: ../functions.php:639 ../admin/post-types/column.php:4 #: ../admin/post-types/column.php:15 ../admin/post-types/team.php:41 #: ../admin/settings/tables.php:11 msgid "Columns" msgstr "Colonnes" -#: ../functions.php:551 +#: ../functions.php:642 msgid "Player Statistics" msgstr "Statistiques des Joueurs" -#: ../functions.php:560 +#: ../functions.php:651 msgid "Operators" msgstr "Opérateurs" -#: ../functions.php:573 +#: ../functions.php:664 msgid "Constants" msgstr "Constants" -#: ../functions.php:577 ../admin/settings/settings.php:46 +#: ../functions.php:668 ../admin/settings/settings.php:46 msgid "— Select —" msgstr "— Sélectionner —" -#: ../functions.php:690 ../functions.php:844 ../functions.php:919 -#: ../functions.php:1804 ../functions.php:2333 ../admin/hooks/gettext.php:9 +#: ../functions.php:781 ../functions.php:935 ../functions.php:1010 +#: ../functions.php:1895 ../functions.php:2424 ../admin/hooks/gettext.php:9 #: ../admin/post-types/list.php:38 ../admin/post-types/list.php:95 #: ../admin/post-types/player.php:147 ../admin/post-types/team.php:5 #: ../admin/post-types/team.php:49 ../admin/templates/event-results.php:59 msgid "Team" msgstr "Équipe" -#: ../functions.php:712 ../admin/post-types/column.php:7 +#: ../functions.php:803 ../admin/post-types/column.php:7 #: ../admin/post-types/event.php:8 ../admin/post-types/list.php:7 #: ../admin/post-types/metric.php:7 ../admin/post-types/outcome.php:7 #: ../admin/post-types/player.php:7 ../admin/post-types/result.php:7 @@ -158,22 +166,22 @@ msgstr "Équipe" msgid "Edit" msgstr "Modifier" -#: ../functions.php:716 +#: ../functions.php:807 msgid "Cancel" msgstr "Annuler" -#: ../functions.php:717 +#: ../functions.php:808 msgid "Save" msgstr "Sauvegarder" -#: ../functions.php:746 ../functions.php:1024 ../functions.php:2092 -#: ../admin/hooks/register-activation-hook.php:147 +#: ../functions.php:837 ../functions.php:1115 ../functions.php:2183 +#: ../admin/hooks/register-activation-hook.php:149 #: ../admin/post-types/player.php:5 ../admin/templates/event-players.php:28 msgid "Player" msgstr "Joueur" -#: ../functions.php:791 ../functions.php:843 ../functions.php:1535 -#: ../functions.php:2333 ../admin/post-types/event.php:83 +#: ../functions.php:882 ../functions.php:934 ../functions.php:1626 +#: ../functions.php:2424 ../admin/post-types/event.php:83 #: ../admin/post-types/event.php:215 ../admin/post-types/list.php:37 #: ../admin/post-types/list.php:81 ../admin/post-types/table.php:36 #: ../admin/post-types/table.php:77 ../admin/templates/event-details.php:22 @@ -181,11 +189,11 @@ msgstr "Joueur" msgid "Season" msgstr "Saison" -#: ../functions.php:867 +#: ../functions.php:958 msgid "— None —" msgstr "— Aucun —" -#: ../functions.php:888 ../admin/post-types/column.php:11 +#: ../functions.php:979 ../admin/post-types/column.php:11 #: ../admin/post-types/column.php:12 ../admin/post-types/event.php:12 #: ../admin/post-types/event.php:13 ../admin/post-types/list.php:11 #: ../admin/post-types/list.php:12 ../admin/post-types/metric.php:11 @@ -202,32 +210,32 @@ msgstr "— Aucun —" msgid "No results found." msgstr "Aucun résultat trouvé." -#: ../functions.php:923 ../admin/post-types/outcome.php:5 +#: ../functions.php:1014 ../admin/post-types/outcome.php:5 msgid "Outcome" msgstr "Effet" -#: ../functions.php:947 ../admin/post-types/event.php:76 +#: ../functions.php:1038 ../admin/post-types/event.php:76 #: ../admin/post-types/event.php:91 ../admin/post-types/event.php:106 msgid "-- Not set --" msgstr "-- Pas réglé --" -#: ../functions.php:975 ../functions.php:1080 +#: ../functions.php:1066 ../functions.php:1171 msgid "Starting Lineup" msgstr "Formation partante" -#: ../functions.php:976 ../functions.php:1081 +#: ../functions.php:1067 ../functions.php:1172 msgid "Substitute" msgstr "Substitut" -#: ../functions.php:1000 +#: ../functions.php:1091 msgid "None" msgstr "Aucun" -#: ../functions.php:1028 +#: ../functions.php:1119 msgid "Status" msgstr "État" -#: ../functions.php:1101 ../functions.php:1118 +#: ../functions.php:1192 ../functions.php:1209 #: ../admin/hooks/admin-menu.php:46 ../admin/post-types/column.php:6 #: ../admin/post-types/event.php:7 ../admin/post-types/event.php:79 #: ../admin/post-types/event.php:94 ../admin/post-types/event.php:109 @@ -250,10 +258,858 @@ msgstr "État" msgid "Add New" msgstr "Ajouter" -#: ../admin/hooks/admin-enqueue-scripts.php:24 +#: ../admin/globals/continents.php:6 +msgid "Africa" +msgstr "Afrique" + +#: ../admin/globals/continents.php:7 +msgid "Asia" +msgstr "Asie" + +#: ../admin/globals/continents.php:8 +msgid "Europe" +msgstr "Europe" + +#: ../admin/globals/continents.php:9 +msgid "North America" +msgstr "Amérique du Nord" + +#: ../admin/globals/continents.php:10 +msgid "Oceania" +msgstr "Océanie" + +#: ../admin/globals/continents.php:11 +msgid "South America" +msgstr "Amérique du Sud" + +#: ../admin/globals/countries.php:6 +msgid "Andorra" +msgstr "Andorre" + +#: ../admin/globals/countries.php:7 +msgid "United Arab Emirates" +msgstr "Émirats arabes unis" + +#: ../admin/globals/countries.php:8 +msgid "Afghanistan" +msgstr "Afghanistan" + +#: ../admin/globals/countries.php:9 +msgid "Antigua and Barbuda" +msgstr "Antigua-et-Barbuda" + +#: ../admin/globals/countries.php:10 +msgid "Albania" +msgstr "Albanie" + +#: ../admin/globals/countries.php:11 +msgid "Armenia" +msgstr "Arménie" + +#: ../admin/globals/countries.php:12 +msgid "Angola" +msgstr "Angola" + +#: ../admin/globals/countries.php:13 +msgid "Argentina" +msgstr "Argentine" + +#: ../admin/globals/countries.php:14 +msgid "Austria" +msgstr "Autriche" + +#: ../admin/globals/countries.php:15 +msgid "Australia" +msgstr "Australie" + +#: ../admin/globals/countries.php:16 +msgid "Azerbaijan" +msgstr "Azerbaïdjan" + +#: ../admin/globals/countries.php:17 +msgid "Bosnia and Herzegovina" +msgstr "Bosnie-Herzégovine" + +#: ../admin/globals/countries.php:18 +msgid "Barbados" +msgstr "Barbade" + +#: ../admin/globals/countries.php:19 +msgid "Bangladesh" +msgstr "Bangladesh" + +#: ../admin/globals/countries.php:20 +msgid "Belgium" +msgstr "Belgique" + +#: ../admin/globals/countries.php:21 +msgid "Burkina Faso" +msgstr "Burkina Faso" + +#: ../admin/globals/countries.php:22 +msgid "Bulgaria" +msgstr "Bulgarie" + +#: ../admin/globals/countries.php:23 +msgid "Bahrain" +msgstr "Bahreïn" + +#: ../admin/globals/countries.php:24 +msgid "Burundi" +msgstr "Burundi" + +#: ../admin/globals/countries.php:25 +msgid "Benin" +msgstr "Bénin" + +#: ../admin/globals/countries.php:26 +msgid "Brunei" +msgstr "Brunei" + +#: ../admin/globals/countries.php:27 +msgid "Bolivia" +msgstr "Bolivie" + +#: ../admin/globals/countries.php:28 +msgid "Brazil" +msgstr "Brésil" + +#: ../admin/globals/countries.php:29 +msgid "Bahamas" +msgstr "Bahamas" + +#: ../admin/globals/countries.php:30 +msgid "Bhutan" +msgstr "Bhoutan" + +#: ../admin/globals/countries.php:31 +msgid "Botswana" +msgstr "Botswana" + +#: ../admin/globals/countries.php:32 +msgid "Belarus" +msgstr "Biélorussie" + +#: ../admin/globals/countries.php:33 +msgid "Belize" +msgstr "Belize" + +#: ../admin/globals/countries.php:34 +msgid "Canada" +msgstr "Canada" + +#: ../admin/globals/countries.php:35 +msgid "Democratic Republic of the Congo" +msgstr "Congo-Kinshasa / (République démocratique du Congo)" + +#: ../admin/globals/countries.php:36 +msgid "Central African Republic" +msgstr "Centrafrique" + +#: ../admin/globals/countries.php:37 +msgid "Republic of the Congo" +msgstr "Congo-Brazzaville / (Congo)" + +#: ../admin/globals/countries.php:38 +msgid "Switzerland" +msgstr "Suisse" + +#: ../admin/globals/countries.php:39 +msgid "Cote d'Ivoire" +msgstr "Côte d'Ivoire" + +#: ../admin/globals/countries.php:40 +msgid "Chile" +msgstr "Chili" + +#: ../admin/globals/countries.php:41 +msgid "Cameroon" +msgstr "Cameroun" + +#: ../admin/globals/countries.php:42 +msgid "China" +msgstr "Chine" + +#: ../admin/globals/countries.php:43 +msgid "Colombia" +msgstr "Colombie" + +#: ../admin/globals/countries.php:44 +msgid "Costa Rica" +msgstr "Costa Rica" + +#: ../admin/globals/countries.php:45 +msgid "Cuba" +msgstr "Cuba" + +#: ../admin/globals/countries.php:46 +msgid "Cape Verde" +msgstr "Cap-Vert" + +#: ../admin/globals/countries.php:47 +msgid "Cyprus" +msgstr "Chypre (pays)" + +#: ../admin/globals/countries.php:48 +msgid "Czech Republic" +msgstr "République tchèque" + +#: ../admin/globals/countries.php:49 +msgid "Germany" +msgstr "Allemagne" + +#: ../admin/globals/countries.php:50 +msgid "Djibouti" +msgstr "Djibouti" + +#: ../admin/globals/countries.php:51 +msgid "Denmark" +msgstr "Danemark" + +#: ../admin/globals/countries.php:52 +msgid "Dominica" +msgstr "Dominique" + +#: ../admin/globals/countries.php:53 +msgid "Dominican Republic" +msgstr "République dominicaine" + +#: ../admin/globals/countries.php:54 +msgid "Algeria" +msgstr "Algérie" + +#: ../admin/globals/countries.php:55 +msgid "Ecuador" +msgstr "Équateur" + +#: ../admin/globals/countries.php:56 +msgid "Estonia" +msgstr "Estonie" + +#: ../admin/globals/countries.php:57 +msgid "Egypt" +msgstr "Égypte" + +#: ../admin/globals/countries.php:58 +msgid "Western Sahara" +msgstr "Sahara occidental" + +#: ../admin/globals/countries.php:59 +msgid "England" +msgstr "Angleterre" + +#: ../admin/globals/countries.php:60 +msgid "Eritrea" +msgstr "Érythrée" + +#: ../admin/globals/countries.php:61 +msgid "Spain" +msgstr "Espagne" + +#: ../admin/globals/countries.php:62 +msgid "Ethiopia" +msgstr "Éthiopie" + +#: ../admin/globals/countries.php:63 +msgid "Finland" +msgstr "Finlande" + +#: ../admin/globals/countries.php:64 +msgid "Fiji" +msgstr "Fidji" + +#: ../admin/globals/countries.php:65 +msgid "Micronesia" +msgstr "Micronésie (pays)" + +#: ../admin/globals/countries.php:66 +msgid "France" +msgstr "France" + +#: ../admin/globals/countries.php:67 +msgid "Gabon" +msgstr "Gabon" + +#: ../admin/globals/countries.php:68 +msgid "United Kingdom" +msgstr "Royaume-Uni" + +#: ../admin/globals/countries.php:69 +msgid "Grenada" +msgstr "Grenade (pays)" + +#: ../admin/globals/countries.php:70 +msgid "Georgia" +msgstr "Géorgie (pays)" + +#: ../admin/globals/countries.php:71 +msgid "Ghana" +msgstr "Ghana" + +#: ../admin/globals/countries.php:72 +msgid "Gambia" +msgstr "Gambie" + +#: ../admin/globals/countries.php:73 +msgid "Guinea" +msgstr "Guinée" + +#: ../admin/globals/countries.php:74 +msgid "Equatorial Guinea" +msgstr "Guinée équatoriale" + +#: ../admin/globals/countries.php:75 +msgid "Greece" +msgstr "Grèce" + +#: ../admin/globals/countries.php:76 +msgid "Guatemala" +msgstr "Guatemala" + +#: ../admin/globals/countries.php:77 +msgid "Guinea-Bissau" +msgstr "Guinée-Bissau" + +#: ../admin/globals/countries.php:78 +msgid "Guyana" +msgstr "Guyana" + +#: ../admin/globals/countries.php:79 +msgid "Hong Kong" +msgstr "Hong-Kong" + +#: ../admin/globals/countries.php:80 +msgid "Honduras" +msgstr "Honduras" + +#: ../admin/globals/countries.php:81 +msgid "Croatia" +msgstr "Croatie" + +#: ../admin/globals/countries.php:82 +msgid "Haiti" +msgstr "Haïti" + +#: ../admin/globals/countries.php:83 +msgid "Hungary" +msgstr "Hongrie" + +#: ../admin/globals/countries.php:84 +msgid "Indonesia" +msgstr "Indonésie" + +#: ../admin/globals/countries.php:85 +msgid "Ireland" +msgstr "Irlande (pays)" + +#: ../admin/globals/countries.php:86 +msgid "Israel" +msgstr "Israël" + +#: ../admin/globals/countries.php:87 +msgid "India" +msgstr "Inde" + +#: ../admin/globals/countries.php:88 +msgid "Iraq" +msgstr "Irak" + +#: ../admin/globals/countries.php:89 +msgid "Iran" +msgstr "Iran" + +#: ../admin/globals/countries.php:90 +msgid "Iceland" +msgstr "Islande" + +#: ../admin/globals/countries.php:91 +msgid "Italy" +msgstr "Italie" + +#: ../admin/globals/countries.php:92 +msgid "Jamaica" +msgstr "Jamaïque" + +#: ../admin/globals/countries.php:93 +msgid "Jordan" +msgstr "Jordanie" + +#: ../admin/globals/countries.php:94 +msgid "Japan" +msgstr "Japon" + +#: ../admin/globals/countries.php:95 +msgid "Kenya" +msgstr "Kenya" + +#: ../admin/globals/countries.php:96 +msgid "Kyrgyzstan" +msgstr "Kirghizistan" + +#: ../admin/globals/countries.php:97 +msgid "Cambodia" +msgstr "Cambodge" + +#: ../admin/globals/countries.php:98 +msgid "Kiribati" +msgstr "Kiribati" + +#: ../admin/globals/countries.php:99 +msgid "Comoros" +msgstr "Comores" + +#: ../admin/globals/countries.php:100 +msgid "Saint Kitts and Nevis" +msgstr "Saint-Christophe-et-Niévès" + +#: ../admin/globals/countries.php:101 +msgid "North Korea" +msgstr "Corée du Nord" + +#: ../admin/globals/countries.php:102 +msgid "South Korea" +msgstr "Corée du Sud" + +#: ../admin/globals/countries.php:103 +msgid "Kuwait" +msgstr "Koweït" + +#: ../admin/globals/countries.php:104 +msgid "Kazakhstan" +msgstr "Kazakhstan" + +#: ../admin/globals/countries.php:105 +msgid "Laos" +msgstr "Laos" + +#: ../admin/globals/countries.php:106 +msgid "Lebanon" +msgstr "Liban" + +#: ../admin/globals/countries.php:107 +msgid "Saint Lucia" +msgstr "Sainte-Lucie" + +#: ../admin/globals/countries.php:108 +msgid "Liechtenstein" +msgstr "Liechtenstein" + +#: ../admin/globals/countries.php:109 +msgid "Sri Lanka" +msgstr "Sri Lanka" + +#: ../admin/globals/countries.php:110 +msgid "Liberia" +msgstr "Libéria" + +#: ../admin/globals/countries.php:111 +msgid "Lesotho" +msgstr "Lesotho" + +#: ../admin/globals/countries.php:112 +msgid "Lithuania" +msgstr "Lituanie" + +#: ../admin/globals/countries.php:113 +msgid "Luxembourg" +msgstr "Luxembourg (pays)" + +#: ../admin/globals/countries.php:114 +msgid "Latvia" +msgstr "Lettonie" + +#: ../admin/globals/countries.php:115 +msgid "Libya" +msgstr "Libye" + +#: ../admin/globals/countries.php:116 +msgid "Morocco" +msgstr "Maroc" + +#: ../admin/globals/countries.php:117 +msgid "Monaco" +msgstr "Monaco" + +#: ../admin/globals/countries.php:118 +msgid "Moldova" +msgstr "Moldavie" + +#: ../admin/globals/countries.php:119 +msgid "Montenegro" +msgstr "Monténégro" + +#: ../admin/globals/countries.php:120 +msgid "Madagascar" +msgstr "Madagascar" + +#: ../admin/globals/countries.php:121 +msgid "Marshall Islands" +msgstr "Marshall (pays)" + +#: ../admin/globals/countries.php:122 +msgid "Macedonia" +msgstr "Macédoine (pays)" + +#: ../admin/globals/countries.php:123 +msgid "Mali" +msgstr "Mali" + +#: ../admin/globals/countries.php:124 +msgid "Myanmar" +msgstr "Birmanie" + +#: ../admin/globals/countries.php:125 +msgid "Mongolia" +msgstr "Mongolie" + +#: ../admin/globals/countries.php:126 +msgid "Macau" +msgstr "Macao" + +#: ../admin/globals/countries.php:127 +msgid "Mauritania" +msgstr "Mauritanie" + +#: ../admin/globals/countries.php:128 +msgid "Malta" +msgstr "Malte" + +#: ../admin/globals/countries.php:129 +msgid "Mauritius" +msgstr "Maurice (pays)" + +#: ../admin/globals/countries.php:130 +msgid "Maldives" +msgstr "Maldives" + +#: ../admin/globals/countries.php:131 +msgid "Malawi" +msgstr "Malawi" + +#: ../admin/globals/countries.php:132 +msgid "Mexico" +msgstr "Mexique" + +#: ../admin/globals/countries.php:133 +msgid "Malaysia" +msgstr "Malaisie" + +#: ../admin/globals/countries.php:134 +msgid "Mozambique" +msgstr "Mozambique" + +#: ../admin/globals/countries.php:135 +msgid "Namibia" +msgstr "Namibie" + +#: ../admin/globals/countries.php:136 +msgid "Northern Ireland" +msgstr "Irlande du Nord" + +#: ../admin/globals/countries.php:137 +msgid "Niger" +msgstr "Niger" + +#: ../admin/globals/countries.php:138 +msgid "Nigeria" +msgstr "Nigeria" + +#: ../admin/globals/countries.php:139 +msgid "Nicaragua" +msgstr "Nicaragua" + +#: ../admin/globals/countries.php:140 +msgid "Netherlands" +msgstr "Pays-Bas" + +#: ../admin/globals/countries.php:141 +msgid "Norway" +msgstr "Norvège" + +#: ../admin/globals/countries.php:142 +msgid "Nepal" +msgstr "Népal" + +#: ../admin/globals/countries.php:143 +msgid "Nauru" +msgstr "Nauru" + +#: ../admin/globals/countries.php:144 +msgid "New Zealand" +msgstr "Nouvelle-Zélande" + +#: ../admin/globals/countries.php:145 +msgid "Oman" +msgstr "Oman" + +#: ../admin/globals/countries.php:146 +msgid "Panama" +msgstr "Panamá" + +#: ../admin/globals/countries.php:147 +msgid "Peru" +msgstr "Pérou" + +#: ../admin/globals/countries.php:148 +msgid "Papua New Guinea" +msgstr "Papouasie-Nouvelle-Guinée" + +#: ../admin/globals/countries.php:149 +msgid "Philippines" +msgstr "Philippines" + +#: ../admin/globals/countries.php:150 +msgid "Pakistan" +msgstr "Pakistan" + +#: ../admin/globals/countries.php:151 +msgid "Poland" +msgstr "Pologne" + +#: ../admin/globals/countries.php:152 +msgid "Portugal" +msgstr "Portugal" + +#: ../admin/globals/countries.php:153 +msgid "Palau" +msgstr "Palaos" + +#: ../admin/globals/countries.php:154 +msgid "Paraguay" +msgstr "Paraguay" + +#: ../admin/globals/countries.php:155 +msgid "Qatar" +msgstr "Qatar" + +#: ../admin/globals/countries.php:156 +msgid "Romania" +msgstr "Roumanie" + +#: ../admin/globals/countries.php:157 +msgid "Serbia" +msgstr "Serbie" + +#: ../admin/globals/countries.php:158 +msgid "Russia" +msgstr "Russie" + +#: ../admin/globals/countries.php:159 +msgid "Rwanda" +msgstr "Rwanda" + +#: ../admin/globals/countries.php:160 +msgid "Saudi Arabia" +msgstr "Arabie saoudite" + +#: ../admin/globals/countries.php:161 +msgid "Solomon Islands" +msgstr "Îles Salomon" + +#: ../admin/globals/countries.php:162 +msgid "Seychelles" +msgstr "Seychelles" + +#: ../admin/globals/countries.php:163 +msgid "Sudan" +msgstr "Soudan" + +#: ../admin/globals/countries.php:164 +msgid "Sweden" +msgstr "Suède" + +#: ../admin/globals/countries.php:165 +msgid "Scotland" +msgstr "Écosse" + +#: ../admin/globals/countries.php:166 +msgid "Singapore" +msgstr "Singapour" + +#: ../admin/globals/countries.php:167 +msgid "Slovenia" +msgstr "Slovénie" + +#: ../admin/globals/countries.php:168 +msgid "Slovakia" +msgstr "Slovaquie" + +#: ../admin/globals/countries.php:169 +msgid "Sierra Leone" +msgstr "Sierra Leone" + +#: ../admin/globals/countries.php:170 +msgid "San Marino" +msgstr "Saint-Marin" + +#: ../admin/globals/countries.php:171 +msgid "Senegal" +msgstr "Sénégal" + +#: ../admin/globals/countries.php:172 +msgid "Somalia" +msgstr "Somalie" + +#: ../admin/globals/countries.php:173 +msgid "Suriname" +msgstr "Suriname" + +#: ../admin/globals/countries.php:174 +msgid "Sao Tome and Principe" +msgstr "São Tomé-et-Principe" + +#: ../admin/globals/countries.php:175 +msgid "El Salvador" +msgstr "Salvador" + +#: ../admin/globals/countries.php:176 +msgid "Swaziland" +msgstr "Swaziland" + +#: ../admin/globals/countries.php:177 +msgid "Chad" +msgstr "Tchad" + +#: ../admin/globals/countries.php:178 +msgid "Togo" +msgstr "Togo" + +#: ../admin/globals/countries.php:179 +msgid "Thailand" +msgstr "Thaïlande" + +#: ../admin/globals/countries.php:180 +msgid "Tajikistan" +msgstr "Tadjikistan" + +#: ../admin/globals/countries.php:181 +msgid "East Timor" +msgstr "Timor oriental" + +#: ../admin/globals/countries.php:182 +msgid "Turkmenistan" +msgstr "Turkménistan" + +#: ../admin/globals/countries.php:183 +msgid "Tunisia" +msgstr "Tunisie" + +#: ../admin/globals/countries.php:184 +msgid "Tonga" +msgstr "Tonga" + +#: ../admin/globals/countries.php:185 +msgid "Turkey" +msgstr "Turquie" + +#: ../admin/globals/countries.php:186 +msgid "Trinidad and Tobago" +msgstr "Trinité-et-Tobago" + +#: ../admin/globals/countries.php:187 +msgid "Tuvalu" +msgstr "Tuvalu" + +#: ../admin/globals/countries.php:188 +msgid "Taiwan" +msgstr "Taiwan / (République de Chine)" + +#: ../admin/globals/countries.php:189 +msgid "Tanzania" +msgstr "Tanzanie" + +#: ../admin/globals/countries.php:190 +msgid "Ukraine" +msgstr "Ukraine" + +#: ../admin/globals/countries.php:191 +msgid "Uganda" +msgstr "Ouganda" + +#: ../admin/globals/countries.php:192 +msgid "United States" +msgstr "États-Unis" + +#: ../admin/globals/countries.php:193 +msgid "Uruguay" +msgstr "Uruguay" + +#: ../admin/globals/countries.php:194 +msgid "Uzbekistan" +msgstr "Ouzbékistan" + +#: ../admin/globals/countries.php:195 +msgid "Vatican City" +msgstr "Vatican / (Saint-Siège)" + +#: ../admin/globals/countries.php:196 +msgid "Saint Vincent and the Grenadines" +msgstr "Saint-Vincent-et-les Grenadines" + +#: ../admin/globals/countries.php:197 +msgid "Venezuela" +msgstr "Venezuela" + +#: ../admin/globals/countries.php:198 +msgid "Vietnam" +msgstr "Viêt Nam" + +#: ../admin/globals/countries.php:199 +msgid "Vanuatu" +msgstr "Vanuatu" + +#: ../admin/globals/countries.php:200 +msgid "Wales" +msgstr "Pays de Galles" + +#: ../admin/globals/countries.php:201 +msgid "Samoa" +msgstr "Samoa" + +#: ../admin/globals/countries.php:202 +msgid "Yemen" +msgstr "Yémen" + +#: ../admin/globals/countries.php:203 +msgid "South Africa" +msgstr "Afrique du Sud" + +#: ../admin/globals/countries.php:204 +msgid "Zambia" +msgstr "Zambie" + +#: ../admin/globals/countries.php:205 +msgid "Zimbabwe" +msgstr "Zimbabwe" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 msgid "— Remove —" msgstr "— Supprimer —" +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:38 ../admin/tools/dashboard.php:54 +msgid "days" +msgstr "jours" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:39 +msgid "hrs" +msgstr "hrs" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:40 +msgid "mins" +msgstr "mins" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:41 +msgid "secs" +msgstr "secs" + #: ../admin/hooks/admin-menu.php:52 ../admin/post-types/player.php:37 #: ../admin/post-types/player.php:169 ../admin/post-types/player.php:176 #: ../admin/post-types/staff.php:55 ../admin/post-types/team.php:50 @@ -335,12 +1191,6 @@ msgstr "Sélectionner la photo" msgid "Remove Photo" msgstr "Retirer Photo" -#: ../admin/hooks/gettext.php:36 ../admin/hooks/gettext.php:39 -#: ../admin/hooks/gettext.php:42 -#, php-format -msgid "Date/Time: %1$s" -msgstr "Horodatage: %1$s" - #: ../admin/hooks/manage-posts-columns.php:3 ../admin/post-types/event.php:218 #: ../admin/post-types/list.php:39 ../admin/post-types/player.php:39 #: ../admin/post-types/staff.php:57 ../admin/post-types/table.php:38 @@ -401,11 +1251,11 @@ msgstr "Planifié pour : %1$s" msgid "League Manager" msgstr "Manager de la ligue" -#: ../admin/hooks/register-activation-hook.php:84 +#: ../admin/hooks/register-activation-hook.php:86 msgid "Team Manager" msgstr "Manager de l'équipe" -#: ../admin/hooks/register-activation-hook.php:129 +#: ../admin/hooks/register-activation-hook.php:131 #: ../admin/post-types/event.php:137 ../admin/post-types/staff.php:4 #: ../admin/post-types/staff.php:5 ../admin/post-types/staff.php:15 msgid "Staff" @@ -427,26 +1277,6 @@ msgstr "Afficher toutes les saisons" msgid "Show all teams" msgstr "Afficher toutes les équipes" -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:46 -msgid "days" -msgstr "jours" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:47 -msgid "hrs" -msgstr "hrs" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:48 -msgid "mins" -msgstr "mins" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:49 -msgid "secs" -msgstr "secs" - #: ../admin/hooks/wp-insert-post-data.php:13 msgid "vs" msgstr "vs" @@ -803,6 +1633,29 @@ msgstr "Latitude" msgid "Longitude" msgstr "Longitude" +#: ../admin/tools/dashboard.php:34 +msgid "SportsPress Status" +msgstr "Paramètres SportsPress" + +#: ../admin/tools/dashboard.php:54 +#, php-format +msgid "%s until next event" +msgstr "" + +#: ../admin/tools/dashboard.php:61 +#, php-format +msgid "%s event scheduled" +msgid_plural "%s events scheduled" +msgstr[0] "" +msgstr[1] "" + +#: ../admin/tools/dashboard.php:66 +#, php-format +msgid "%s event published" +msgid_plural "%s events published" +msgstr[0] "" +msgstr[1] "" + #: ../admin/tools/importers.php:37 msgid "SportsPress Teams (CSV)" msgstr "SportsPress équipes (CSV)" @@ -1026,637 +1879,12 @@ msgstr "Rugby" msgid "Soccer (Association Football)" msgstr "Football" -#, fuzzy -#~ msgid "None." -#~ msgstr "Aucun" - -#, fuzzy -#~ msgid "No Events found." -#~ msgstr "Aucune %s trouvée." - -#, fuzzy -#~ msgid "No teams found." -#~ msgstr "Aucune %s trouvée." - -#, fuzzy -#~ msgid "Add New Column" -#~ msgstr "Ajouter une nouvelle %s" - -#, fuzzy -#~ msgid "Edit Column" -#~ msgstr "Colonne" - -#, fuzzy -#~ msgid "New Column" -#~ msgstr "Colonne" - -#, fuzzy -#~ msgid "View Column" -#~ msgstr "Colonne" - -#, fuzzy -#~ msgid "Search Columns" -#~ msgstr "Chercher dans les %s" - -#, fuzzy -#~ msgid "No columns found." -#~ msgstr "Aucune %s trouvée." - -#, fuzzy -#~ msgid "No columns found in trash." -#~ msgstr "Aucune %s trouvée dans la corbeille." - -#, fuzzy -#~ msgid "Add New Event" -#~ msgstr "Ajouter" - -#, fuzzy -#~ msgid "Edit Event" -#~ msgstr "Événement" - -#, fuzzy -#~ msgid "New Event" -#~ msgstr "Événement" - -#, fuzzy -#~ msgid "View Event" -#~ msgstr "Événement" - -#, fuzzy -#~ msgid "Search Events" -#~ msgstr "Chercher dans les %s" - -#, fuzzy -#~ msgid "No events found." -#~ msgstr "Aucune %s trouvée." - -#, fuzzy -#~ msgid "No events found in trash." -#~ msgstr "Aucune %s trouvée dans la corbeille." - -#, fuzzy -#~ msgid "Add New League" -#~ msgstr "Ajouter une nouvelle %s" - -#, fuzzy -#~ msgid "Add New Season" -#~ msgstr "Ajouter une nouvelle %s" - -#, fuzzy -#~ msgid "Add New Venue" -#~ msgstr "Ajouter" - -#, fuzzy -#~ msgid "Add New Player List" -#~ msgstr "Liste des joueurs" - -#, fuzzy -#~ msgid "Edit Player List" -#~ msgstr "Liste des joueurs" - -#, fuzzy -#~ msgid "New Player List" -#~ msgstr "Liste des joueurs" - -#, fuzzy -#~ msgid "View Player List" -#~ msgstr "Liste des joueurs" - -#, fuzzy -#~ msgid "Search Player Lists" -#~ msgstr "Listes des joueurs" - -#, fuzzy -#~ msgid "No player lists found." -#~ msgstr "listes des joueurs" - -#, fuzzy -#~ msgid "No player lists found in trash." -#~ msgstr "Aucune %s trouvée dans la corbeille." - -#, fuzzy -#~ msgid "All Teams" -#~ msgstr "Équipes" - -#, fuzzy -#~ msgid "Add New Team" -#~ msgstr "Ajouter" - -#, fuzzy -#~ msgid "Add New Player" -#~ msgstr "Ajouter une nouvelle %s" - -#, fuzzy -#~ msgid "Add New Metric" -#~ msgstr "Ajouter une nouvelle %s" - -#, fuzzy -#~ msgid "Edit Metric" -#~ msgstr "Métrique" - -#, fuzzy -#~ msgid "New Metric" -#~ msgstr "Métrique" - -#, fuzzy -#~ msgid "View Metric" -#~ msgstr "Métrique" - -#, fuzzy -#~ msgid "Search Metrics" -#~ msgstr "Chercher dans les %s" - -#, fuzzy -#~ msgid "No metrics found." -#~ msgstr "Aucune %s trouvée." - -#, fuzzy -#~ msgid "No metrics found in trash." -#~ msgstr "Aucune %s trouvée dans la corbeille." - -#, fuzzy -#~ msgid "Add New Outcome" -#~ msgstr "Ajouter une nouvelle %s" - -#, fuzzy -#~ msgid "Edit Outcome" -#~ msgstr "Effet" - -#, fuzzy -#~ msgid "New Outcome" -#~ msgstr "Effet" - -#, fuzzy -#~ msgid "View Outcome" -#~ msgstr "Effet" - -#, fuzzy -#~ msgid "Search Outcomes" -#~ msgstr "Effets" - -#, fuzzy -#~ msgid "No outcomes found." -#~ msgstr "Aucune %s trouvée." - -#, fuzzy -#~ msgid "No outcomes found in trash." -#~ msgstr "Aucune %s trouvée dans la corbeille." - -#, fuzzy -#~ msgid "Edit Player" -#~ msgstr "Joueur" - -#, fuzzy -#~ msgid "New Player" -#~ msgstr "Joueur" - -#, fuzzy -#~ msgid "View Player" -#~ msgstr "Joueur" - -#, fuzzy -#~ msgid "Search Players" -#~ msgstr "Chercher dans les %s" - -#, fuzzy -#~ msgid "No players found." -#~ msgstr "Aucune %s trouvée." - -#, fuzzy -#~ msgid "No players found in trash." -#~ msgstr "Aucune %s trouvée dans la corbeille." - -#, fuzzy -#~ msgid "Select Nationality" -#~ msgstr "Nationalité" - -#, fuzzy -#~ msgid "Select Positions" -#~ msgstr "写真を選択" - -#, fuzzy -#~ msgid "Select Team" -#~ msgstr "Sélectionner" - -#, fuzzy -#~ msgid "Select Leagues" -#~ msgstr "ロゴを選択" - -#, fuzzy -#~ msgid "Select Seasons" -#~ msgstr "Sélectionner une %s" - -#, fuzzy -#~ msgid "Add New Result" -#~ msgstr "Ajouter une nouvelle %s" - -#, fuzzy -#~ msgid "Edit Result" -#~ msgstr "Résultat principal" - -#, fuzzy -#~ msgid "New Result" -#~ msgstr "Résultat" - -#, fuzzy -#~ msgid "View Result" -#~ msgstr "Résultat principal" - -#, fuzzy -#~ msgid "Search Results" -#~ msgstr "Chercher dans les %s" - -#, fuzzy -#~ msgid "No results found in trash." -#~ msgstr "Aucune %s trouvée dans la corbeille." - -#, fuzzy -#~ msgid "Add New Staff" -#~ msgstr "Ajouter" - -#, fuzzy -#~ msgid "Edit Staff" -#~ msgstr "Personnel" - -#, fuzzy -#~ msgid "New Staff" -#~ msgstr "Personnel" - -#, fuzzy -#~ msgid "View Staff" -#~ msgstr "Personnel" - -#, fuzzy -#~ msgid "No staff found." -#~ msgstr "Aucune %s trouvée." - -#, fuzzy -#~ msgid "No staff found in trash." -#~ msgstr "Aucune %s trouvée dans la corbeille." - -#, fuzzy -#~ msgid "Add New Statistic" -#~ msgstr "Statistique" - -#, fuzzy -#~ msgid "Edit Statistic" -#~ msgstr "Statistique" - -#, fuzzy -#~ msgid "New Statistic" -#~ msgstr "Statistique" - -#, fuzzy -#~ msgid "View Statistic" -#~ msgstr "Statistique" - -#, fuzzy -#~ msgid "Search Statistics" -#~ msgstr "Statistiques des Joueurs" - -#, fuzzy -#~ msgid "No statistics found." -#~ msgstr "Aucune %s trouvée." - -#, fuzzy -#~ msgid "No statistics found in trash." -#~ msgstr "Aucune %s trouvée dans la corbeille." - -#, fuzzy -#~ msgid "Add New League Table" -#~ msgstr "Classements" - -#, fuzzy -#~ msgid "Edit League Table" -#~ msgstr "Classements" - -#, fuzzy -#~ msgid "New League Table" -#~ msgstr "Classements" - -#, fuzzy -#~ msgid "View League Table" -#~ msgstr "Classements" - -#, fuzzy -#~ msgid "Search League Tables" -#~ msgstr "Classements" - -#, fuzzy -#~ msgid "No league tables found." -#~ msgstr "classements" - -#, fuzzy -#~ msgid "No league tables found in trash." -#~ msgstr "Aucune %s trouvée dans la corbeille." - -#, fuzzy -#~ msgid "Edit Team" -#~ msgstr "Modifier la %s" - -#, fuzzy -#~ msgid "New Team" -#~ msgstr "Équipe" - -#, fuzzy -#~ msgid "View Team" -#~ msgstr "Voir la %s" - -#, fuzzy -#~ msgid "Search Teams" -#~ msgstr "Chercher dans les %s" - -#, fuzzy -#~ msgid "No teams found in trash." -#~ msgstr "Aucune %s trouvée dans la corbeille." - -#, fuzzy -#~ msgid "Edit Results" -#~ msgstr "Résultats" - -#, fuzzy -#~ msgid "Edit Outcomes" -#~ msgstr "Effets" - -#, fuzzy -#~ msgid "Edit Metrics" -#~ msgstr "Métrique" - -#, fuzzy -#~ msgid "Edit Statistics" -#~ msgstr "Statistiques" - -#, fuzzy -#~ msgid "Edit Columns" -#~ msgstr "Colonnes" - -#, fuzzy -#~ msgid "All Leagues" -#~ msgstr "Ligues" - -#, fuzzy -#~ msgid "Edit League" -#~ msgstr "Ligue" - -#, fuzzy -#~ msgid "View League" -#~ msgstr "Ligue" - -#, fuzzy -#~ msgid "Update League" -#~ msgstr "Mettre à jour la %s" - -#, fuzzy -#~ msgid "New League Name" -#~ msgstr "Nom de la nouvelle %s" - -#, fuzzy -#~ msgid "Parent League" -#~ msgstr "%s parente :" - -#, fuzzy -#~ msgid "Parent League:" -#~ msgstr "Ligue :" - -#, fuzzy -#~ msgid "Search Leagues" -#~ msgstr "Chercher dans les %s" - -#, fuzzy -#~ msgid "No leagues found." -#~ msgstr "Aucune %s trouvée." - -#, fuzzy -#~ msgid "All Positions" -#~ msgstr "Positions" - -#, fuzzy -#~ msgid "Edit Position" -#~ msgstr "Position" - -#, fuzzy -#~ msgid "View Position" -#~ msgstr "Position" - -#, fuzzy -#~ msgid "Update Position" -#~ msgstr "Position" - -#, fuzzy -#~ msgid "Add New Position" -#~ msgstr "Ajouter une nouvelle %s" - -#, fuzzy -#~ msgid "New Position Name" -#~ msgstr "Nom de la nouvelle %s" - -#, fuzzy -#~ msgid "Parent Position" -#~ msgstr "Position" - -#, fuzzy -#~ msgid "Parent Position:" -#~ msgstr "Position" - -#, fuzzy -#~ msgid "Search Positions" -#~ msgstr "Positions" - -#, fuzzy -#~ msgid "No positions found." -#~ msgstr "Aucune %s trouvée." - -#, fuzzy -#~ msgid "All Seasons" -#~ msgstr "Saisons" - -#, fuzzy -#~ msgid "Edit Season" -#~ msgstr "Saison" - -#, fuzzy -#~ msgid "View Season" -#~ msgstr "Saison" - -#, fuzzy -#~ msgid "Update Season" -#~ msgstr "Mettre à jour la %s" - -#, fuzzy -#~ msgid "New Season Name" -#~ msgstr "Nom de la nouvelle %s" - -#, fuzzy -#~ msgid "Parent Season" -#~ msgstr "%s parente :" - -#, fuzzy -#~ msgid "Parent Season:" -#~ msgstr "%s parente :" - -#, fuzzy -#~ msgid "Search Seasons" -#~ msgstr "Chercher dans les %s" - -#, fuzzy -#~ msgid "No seasons found." -#~ msgstr "Aucune %s trouvée." - -#, fuzzy -#~ msgid "All Venues" -#~ msgstr "Lieux" - -#, fuzzy -#~ msgid "Edit Venue" -#~ msgstr "Lieu" - -#, fuzzy -#~ msgid "View Venue" -#~ msgstr "Lieu" - -#, fuzzy -#~ msgid "New Venue Name" -#~ msgstr "Nom de la nouvelle %s" - -#, fuzzy -#~ msgid "Parent Venue" -#~ msgstr "%s parente :" - -#, fuzzy -#~ msgid "Parent Venue:" -#~ msgstr "%s parente :" - -#, fuzzy -#~ msgid "Search Venues" -#~ msgstr "Chercher dans les %s" - -#, fuzzy -#~ msgid "No venues found." -#~ msgstr "Aucune %s trouvée." - -#, fuzzy -#~ msgid "Select Event:" -#~ msgstr "Événements récents" - -#, fuzzy -#~ msgid "SportsPress Future Events" -#~ msgstr "Événements futurs" - -#~ msgid "Future Events" -#~ msgstr "Événements futurs" - -#~ msgid "League:" -#~ msgstr "Ligue :" - -#~ msgid "Season:" -#~ msgstr "Saison :" - -#~ msgid "Venue:" -#~ msgstr "Lieu :" - -#~ msgid "Team:" -#~ msgstr "Équipe :" - -#, fuzzy -#~ msgid "Number of events to show:" -#~ msgstr "Nombre de %s à afficher :" - -#, fuzzy -#~ msgid "Select League Table:" -#~ msgstr "Classement :" - -#, fuzzy -#~ msgid "Select Player List:" -#~ msgstr "Liste des joueurs" - -#, fuzzy -#~ msgid "SportsPress Recent Events" -#~ msgstr "Événements récents" - -#~ msgid "Recent Events" -#~ msgstr "Événements récents" - -#~ msgid "Precision" -#~ msgstr "Précision" - -#~ msgid "Sum" -#~ msgstr "Somme" - -#~ msgid "events" -#~ msgstr "événements" - -#~ msgid "Map" -#~ msgstr "Carte" - -#~ msgid "%s updated." -#~ msgstr "%s mise à jour." - -#~ msgid "%s published." -#~ msgstr "%s publiée." - -#~ msgid "%s submitted." -#~ msgstr "%s proposée." - -#~ msgid "%s draft updated." -#~ msgstr "%s d’article mis à jour." - -#~ msgid "columns" -#~ msgstr "Colonnes" - -#~ msgid "metrics" -#~ msgstr "métrique" - -#~ msgid "outcome" -#~ msgstr "effet" - -#~ msgid "players" -#~ msgstr "joueurs" - -#~ msgid "Value" -#~ msgstr "Valeur" - -#~ msgid "result" -#~ msgstr "résultat" - -#~ msgid "staff" -#~ msgstr "personnel" - -#~ msgid "statistics" -#~ msgstr "statistiques" - -#~ msgid "teams" -#~ msgstr "équipes" - -#~ msgid "league" -#~ msgstr "ligue" - -#~ msgid "position" -#~ msgstr "position" - -#~ msgid "season" -#~ msgstr "saison" - -#~ msgid "venue" -#~ msgstr "lieu" - -#~ msgid "Countdown" -#~ msgstr "Rebours" - -#~ msgid "Event:" -#~ msgstr "Événement :" - #~ msgid "%1$s %2$s" #~ msgstr "%1$s %2$s" #~ msgid "-- Not Set --" #~ msgstr "-- Pas réglé --" -#~ msgid "1 View" -#~ msgstr "1 vue" - -#~ msgid "positions" -#~ msgstr "ポジション" - #~ msgid "Points" #~ msgstr "点数" @@ -1669,11 +1897,9 @@ msgstr "Football" #~ msgid "Weight" #~ msgstr "体重" -#, fuzzy #~ msgid "Conversions" #~ msgstr "ポジション" -#, fuzzy #~ msgid "Drop Goals" #~ msgstr "得点" @@ -1707,26 +1933,12 @@ msgstr "Football" #~ msgid "Appearances" #~ msgstr "出場" -#~ msgid "Joined: %1$s" -#~ msgstr "入団日: %1$s" - -#~ msgid "Table Columns" -#~ msgstr "順位表列" - -#~ msgid "Table Column" -#~ msgstr "順位表列" - #~ msgid "table columns" #~ msgstr "順位表列" #~ msgid "Format" #~ msgstr "フォーマット" -#, fuzzy -#~ msgid "Player Statistic" -#~ msgstr "選手名鑑" - -#, fuzzy #~ msgid "player statistics" #~ msgstr "選手名鑑" diff --git a/languages/sportspress-it_IT.mo b/languages/sportspress-it_IT.mo index f59027d1..83dc3394 100644 Binary files a/languages/sportspress-it_IT.mo and b/languages/sportspress-it_IT.mo differ diff --git a/languages/sportspress-it_IT.po b/languages/sportspress-it_IT.po index 68f1d5f9..10a51d74 100644 --- a/languages/sportspress-it_IT.po +++ b/languages/sportspress-it_IT.po @@ -1,150 +1,158 @@ +# +# Translators: +# ThemeBoy , 2014 msgid "" msgstr "" -"Project-Id-Version: SportsPress 0.4\n" +"Project-Id-Version: SportsPress\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-21 15:15+1000\n" -"PO-Revision-Date: 2014-02-21 17:13+1000\n" -"Last-Translator: ThemeBoy \n" -"Language-Team: ThemeBoy \n" -"Language: it_IT\n" +"POT-Creation-Date: 2014-03-02 13:27+1000\n" +"PO-Revision-Date: 2014-03-02 15:04+1000\n" +"Last-Translator: ThemeBoy \n" +"Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/" +"sportspress/language/it_IT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it_IT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.6.3\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-Bookmarks: -1,75,-1,-1,-1,-1,-1,-1,-1,-1\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-Bookmarks: -1,75,-1,-1,-1,-1,-1,-1,-1,-1\n" "X-Poedit-SearchPath-0: ..\n" -#: ../functions.php:74 +#: ../functions.php:164 msgid "1 view" msgstr "1 vedi" -#: ../functions.php:76 +#: ../functions.php:166 #, php-format msgid "%s views" msgstr "%s viste" -#: ../functions.php:101 +#: ../functions.php:191 msgid "Scheduled" msgstr "Previsto" -#: ../functions.php:103 ../functions.php:533 ../functions.php:536 -#: ../functions.php:1996 ../functions.php:2198 ../functions.php:2333 +#: ../functions.php:193 ../functions.php:624 ../functions.php:627 +#: ../functions.php:2087 ../functions.php:2289 ../functions.php:2424 #: ../admin/post-types/list.php:117 ../admin/widgets/player-list.php:78 #: ../admin/widgets/player-list.php:91 msgid "Played" msgstr "Giocato" -#: ../functions.php:105 +#: ../functions.php:195 msgid "Draft" msgstr "Bozza" -#: ../functions.php:107 +#: ../functions.php:197 msgid "Pending Review" msgstr "In attesa di revisione" -#: ../functions.php:109 ../admin/hooks/post-updated-messages.php:34 +#: ../functions.php:199 ../admin/hooks/post-updated-messages.php:34 msgid "M j, Y @ G:i" msgstr "j F Y @ H:i" -#: ../functions.php:130 ../functions.php:134 ../functions.php:467 -#: ../functions.php:1059 ../admin/templates/event-players.php:82 +#: ../functions.php:220 ../functions.php:224 ../functions.php:558 +#: ../functions.php:1150 ../admin/templates/event-players.php:82 msgid "Total" msgstr "Totale:" -#: ../functions.php:130 ../functions.php:468 +#: ../functions.php:220 ../functions.php:559 msgid "Average" msgstr "Media" -#: ../functions.php:172 +#: ../functions.php:262 msgid "Integer" msgstr "numero intero" -#: ../functions.php:173 +#: ../functions.php:263 msgid "Decimal" msgstr "decimale" -#: ../functions.php:174 ../admin/templates/event-details.php:13 +#: ../functions.php:264 ../admin/templates/event-details.php:13 msgid "Time" msgstr "Tempo" -#: ../functions.php:175 +#: ../functions.php:265 msgid "Custom Field" msgstr "Campo Personalizzato" -#: ../functions.php:396 ../functions.php:449 +#: ../functions.php:486 ../functions.php:540 msgid "(no title)" msgstr "(senza titolo)" -#: ../functions.php:533 ../functions.php:536 ../admin/post-types/event.php:6 +#: ../functions.php:503 +msgid "Select All" +msgstr "Seleziona tutto" + +#: ../functions.php:624 ../functions.php:627 ../admin/post-types/event.php:6 #: ../admin/post-types/event.php:16 ../admin/settings/settings.php:11 msgid "Events" msgstr "Eventi " -#: ../functions.php:533 +#: ../functions.php:624 msgid "Attended" msgstr "Partecipato" -#: ../functions.php:539 ../admin/post-types/event.php:53 +#: ../functions.php:630 ../admin/post-types/event.php:53 #: ../admin/post-types/result.php:4 ../admin/post-types/result.php:15 #: ../admin/settings/events.php:16 ../admin/templates/event-results.php:55 msgid "Results" msgstr "Risultati" -#: ../functions.php:542 ../functions.php:543 ../functions.php:544 -#: ../functions.php:545 ../admin/post-types/outcome.php:4 +#: ../functions.php:633 ../functions.php:634 ../functions.php:635 +#: ../functions.php:636 ../admin/post-types/outcome.php:4 #: ../admin/post-types/outcome.php:15 ../admin/settings/events.php:55 msgid "Outcomes" msgstr "Esiti" -#: ../functions.php:543 +#: ../functions.php:634 msgid "Streak" msgstr "Striscia " -#: ../functions.php:544 +#: ../functions.php:635 msgid "Last 5" msgstr "Ultimi 5" -#: ../functions.php:545 +#: ../functions.php:636 msgid "Last 10" msgstr "Ultimi 10" -#: ../functions.php:548 ../admin/post-types/column.php:4 +#: ../functions.php:639 ../admin/post-types/column.php:4 #: ../admin/post-types/column.php:15 ../admin/post-types/team.php:41 #: ../admin/settings/tables.php:11 msgid "Columns" msgstr "Colonne" -#: ../functions.php:551 +#: ../functions.php:642 msgid "Player Statistics" msgstr "Giocatore Bilancio" -#: ../functions.php:560 +#: ../functions.php:651 msgid "Operators" msgstr "Operatori" -#: ../functions.php:573 +#: ../functions.php:664 msgid "Constants" msgstr "Costanti" -#: ../functions.php:577 ../admin/settings/settings.php:46 +#: ../functions.php:668 ../admin/settings/settings.php:46 msgid "— Select —" msgstr "— Seleziona —" -#: ../functions.php:690 ../functions.php:844 ../functions.php:919 -#: ../functions.php:1804 ../functions.php:2333 ../admin/hooks/gettext.php:9 +#: ../functions.php:781 ../functions.php:935 ../functions.php:1010 +#: ../functions.php:1895 ../functions.php:2424 ../admin/hooks/gettext.php:9 #: ../admin/post-types/list.php:38 ../admin/post-types/list.php:95 #: ../admin/post-types/player.php:147 ../admin/post-types/team.php:5 #: ../admin/post-types/team.php:49 ../admin/templates/event-results.php:59 msgid "Team" msgstr "Squadra" -#: ../functions.php:712 ../admin/post-types/column.php:7 +#: ../functions.php:803 ../admin/post-types/column.php:7 #: ../admin/post-types/event.php:8 ../admin/post-types/list.php:7 #: ../admin/post-types/metric.php:7 ../admin/post-types/outcome.php:7 #: ../admin/post-types/player.php:7 ../admin/post-types/result.php:7 @@ -158,22 +166,22 @@ msgstr "Squadra" msgid "Edit" msgstr "Modifica" -#: ../functions.php:716 +#: ../functions.php:807 msgid "Cancel" msgstr "Annulla" -#: ../functions.php:717 +#: ../functions.php:808 msgid "Save" msgstr "Salva" -#: ../functions.php:746 ../functions.php:1024 ../functions.php:2092 -#: ../admin/hooks/register-activation-hook.php:147 +#: ../functions.php:837 ../functions.php:1115 ../functions.php:2183 +#: ../admin/hooks/register-activation-hook.php:149 #: ../admin/post-types/player.php:5 ../admin/templates/event-players.php:28 msgid "Player" msgstr "Giocatore" -#: ../functions.php:791 ../functions.php:843 ../functions.php:1535 -#: ../functions.php:2333 ../admin/post-types/event.php:83 +#: ../functions.php:882 ../functions.php:934 ../functions.php:1626 +#: ../functions.php:2424 ../admin/post-types/event.php:83 #: ../admin/post-types/event.php:215 ../admin/post-types/list.php:37 #: ../admin/post-types/list.php:81 ../admin/post-types/table.php:36 #: ../admin/post-types/table.php:77 ../admin/templates/event-details.php:22 @@ -181,11 +189,11 @@ msgstr "Giocatore" msgid "Season" msgstr "Stagione" -#: ../functions.php:867 +#: ../functions.php:958 msgid "— None —" msgstr "— Nessuna —" -#: ../functions.php:888 ../admin/post-types/column.php:11 +#: ../functions.php:979 ../admin/post-types/column.php:11 #: ../admin/post-types/column.php:12 ../admin/post-types/event.php:12 #: ../admin/post-types/event.php:13 ../admin/post-types/list.php:11 #: ../admin/post-types/list.php:12 ../admin/post-types/metric.php:11 @@ -202,32 +210,32 @@ msgstr "— Nessuna —" msgid "No results found." msgstr "Nessun risultato trovato." -#: ../functions.php:923 ../admin/post-types/outcome.php:5 +#: ../functions.php:1014 ../admin/post-types/outcome.php:5 msgid "Outcome" msgstr "Esito" -#: ../functions.php:947 ../admin/post-types/event.php:76 +#: ../functions.php:1038 ../admin/post-types/event.php:76 #: ../admin/post-types/event.php:91 ../admin/post-types/event.php:106 msgid "-- Not set --" msgstr "-- Non è impostata --" -#: ../functions.php:975 ../functions.php:1080 +#: ../functions.php:1066 ../functions.php:1171 msgid "Starting Lineup" msgstr "Formazione di partenza" -#: ../functions.php:976 ../functions.php:1081 +#: ../functions.php:1067 ../functions.php:1172 msgid "Substitute" msgstr "Supplenti" -#: ../functions.php:1000 +#: ../functions.php:1091 msgid "None" msgstr "Nessuno" -#: ../functions.php:1028 +#: ../functions.php:1119 msgid "Status" msgstr "Stato" -#: ../functions.php:1101 ../functions.php:1118 +#: ../functions.php:1192 ../functions.php:1209 #: ../admin/hooks/admin-menu.php:46 ../admin/post-types/column.php:6 #: ../admin/post-types/event.php:7 ../admin/post-types/event.php:79 #: ../admin/post-types/event.php:94 ../admin/post-types/event.php:109 @@ -250,10 +258,858 @@ msgstr "Stato" msgid "Add New" msgstr "Aggiungi nuovo" -#: ../admin/hooks/admin-enqueue-scripts.php:24 +#: ../admin/globals/continents.php:6 +msgid "Africa" +msgstr "Africa" + +#: ../admin/globals/continents.php:7 +msgid "Asia" +msgstr "Asia" + +#: ../admin/globals/continents.php:8 +msgid "Europe" +msgstr "Europa" + +#: ../admin/globals/continents.php:9 +msgid "North America" +msgstr "Nord America" + +#: ../admin/globals/continents.php:10 +msgid "Oceania" +msgstr "Oceania" + +#: ../admin/globals/continents.php:11 +msgid "South America" +msgstr "America del Sud" + +#: ../admin/globals/countries.php:6 +msgid "Andorra" +msgstr "Andorra" + +#: ../admin/globals/countries.php:7 +msgid "United Arab Emirates" +msgstr "Emirati Arabi Uniti" + +#: ../admin/globals/countries.php:8 +msgid "Afghanistan" +msgstr "Afghanistan" + +#: ../admin/globals/countries.php:9 +msgid "Antigua and Barbuda" +msgstr "Antigua e Barbuda" + +#: ../admin/globals/countries.php:10 +msgid "Albania" +msgstr "Albania" + +#: ../admin/globals/countries.php:11 +msgid "Armenia" +msgstr "Armenia" + +#: ../admin/globals/countries.php:12 +msgid "Angola" +msgstr "Angola" + +#: ../admin/globals/countries.php:13 +msgid "Argentina" +msgstr "Argentina" + +#: ../admin/globals/countries.php:14 +msgid "Austria" +msgstr "Austria" + +#: ../admin/globals/countries.php:15 +msgid "Australia" +msgstr "Australia" + +#: ../admin/globals/countries.php:16 +msgid "Azerbaijan" +msgstr "Azerbaigian" + +#: ../admin/globals/countries.php:17 +msgid "Bosnia and Herzegovina" +msgstr "Bosnia-Erzegovina" + +#: ../admin/globals/countries.php:18 +msgid "Barbados" +msgstr "Barbados" + +#: ../admin/globals/countries.php:19 +msgid "Bangladesh" +msgstr "Bangladesh" + +#: ../admin/globals/countries.php:20 +msgid "Belgium" +msgstr "Belgio" + +#: ../admin/globals/countries.php:21 +msgid "Burkina Faso" +msgstr "Burkina Faso" + +#: ../admin/globals/countries.php:22 +msgid "Bulgaria" +msgstr "Bulgaria" + +#: ../admin/globals/countries.php:23 +msgid "Bahrain" +msgstr "Bahrain" + +#: ../admin/globals/countries.php:24 +msgid "Burundi" +msgstr "Burundi" + +#: ../admin/globals/countries.php:25 +msgid "Benin" +msgstr "Benin" + +#: ../admin/globals/countries.php:26 +msgid "Brunei" +msgstr "Brunei" + +#: ../admin/globals/countries.php:27 +msgid "Bolivia" +msgstr "Bolivia" + +#: ../admin/globals/countries.php:28 +msgid "Brazil" +msgstr "Brasile" + +#: ../admin/globals/countries.php:29 +msgid "Bahamas" +msgstr "Bahamas" + +#: ../admin/globals/countries.php:30 +msgid "Bhutan" +msgstr "Bhutan" + +#: ../admin/globals/countries.php:31 +msgid "Botswana" +msgstr "Botswana" + +#: ../admin/globals/countries.php:32 +msgid "Belarus" +msgstr "Bielorussia" + +#: ../admin/globals/countries.php:33 +msgid "Belize" +msgstr "Belize" + +#: ../admin/globals/countries.php:34 +msgid "Canada" +msgstr "Canada" + +#: ../admin/globals/countries.php:35 +msgid "Democratic Republic of the Congo" +msgstr "Rep. Dem. del Congo" + +#: ../admin/globals/countries.php:36 +msgid "Central African Republic" +msgstr "Repubblica Centrafricana" + +#: ../admin/globals/countries.php:37 +msgid "Republic of the Congo" +msgstr "Repubblica del Congo" + +#: ../admin/globals/countries.php:38 +msgid "Switzerland" +msgstr "Svizzera" + +#: ../admin/globals/countries.php:39 +msgid "Cote d'Ivoire" +msgstr "Costa d'Avorio" + +#: ../admin/globals/countries.php:40 +msgid "Chile" +msgstr "Cile" + +#: ../admin/globals/countries.php:41 +msgid "Cameroon" +msgstr "Camerun" + +#: ../admin/globals/countries.php:42 +msgid "China" +msgstr "Cina" + +#: ../admin/globals/countries.php:43 +msgid "Colombia" +msgstr "Colombia" + +#: ../admin/globals/countries.php:44 +msgid "Costa Rica" +msgstr "Costa Rica" + +#: ../admin/globals/countries.php:45 +msgid "Cuba" +msgstr "Cuba" + +#: ../admin/globals/countries.php:46 +msgid "Cape Verde" +msgstr "Capo Verde" + +#: ../admin/globals/countries.php:47 +msgid "Cyprus" +msgstr "Cipro" + +#: ../admin/globals/countries.php:48 +msgid "Czech Republic" +msgstr "Repubblica Ceca" + +#: ../admin/globals/countries.php:49 +msgid "Germany" +msgstr "Germania" + +#: ../admin/globals/countries.php:50 +msgid "Djibouti" +msgstr "Gibuti" + +#: ../admin/globals/countries.php:51 +msgid "Denmark" +msgstr "Danimarca" + +#: ../admin/globals/countries.php:52 +msgid "Dominica" +msgstr "Dominica" + +#: ../admin/globals/countries.php:53 +msgid "Dominican Republic" +msgstr "Repubblica Dominicana" + +#: ../admin/globals/countries.php:54 +msgid "Algeria" +msgstr "Algeria" + +#: ../admin/globals/countries.php:55 +msgid "Ecuador" +msgstr "Ecuador" + +#: ../admin/globals/countries.php:56 +msgid "Estonia" +msgstr "Estonia" + +#: ../admin/globals/countries.php:57 +msgid "Egypt" +msgstr "Egitto" + +#: ../admin/globals/countries.php:58 +msgid "Western Sahara" +msgstr "Sahara Occidentale" + +#: ../admin/globals/countries.php:59 +msgid "England" +msgstr "Inghilterra" + +#: ../admin/globals/countries.php:60 +msgid "Eritrea" +msgstr "Eritrea" + +#: ../admin/globals/countries.php:61 +msgid "Spain" +msgstr "Spagna" + +#: ../admin/globals/countries.php:62 +msgid "Ethiopia" +msgstr "Etiopia" + +#: ../admin/globals/countries.php:63 +msgid "Finland" +msgstr "Finlandia" + +#: ../admin/globals/countries.php:64 +msgid "Fiji" +msgstr "Figi" + +#: ../admin/globals/countries.php:65 +msgid "Micronesia" +msgstr "Micronesia" + +#: ../admin/globals/countries.php:66 +msgid "France" +msgstr "Francia" + +#: ../admin/globals/countries.php:67 +msgid "Gabon" +msgstr "Gabon" + +#: ../admin/globals/countries.php:68 +msgid "United Kingdom" +msgstr "Regno Unito" + +#: ../admin/globals/countries.php:69 +msgid "Grenada" +msgstr "Grenada" + +#: ../admin/globals/countries.php:70 +msgid "Georgia" +msgstr "Georgia" + +#: ../admin/globals/countries.php:71 +msgid "Ghana" +msgstr "Ghana" + +#: ../admin/globals/countries.php:72 +msgid "Gambia" +msgstr "Gambia" + +#: ../admin/globals/countries.php:73 +msgid "Guinea" +msgstr "Guinea" + +#: ../admin/globals/countries.php:74 +msgid "Equatorial Guinea" +msgstr "Guinea Equatoriale" + +#: ../admin/globals/countries.php:75 +msgid "Greece" +msgstr "Grecia" + +#: ../admin/globals/countries.php:76 +msgid "Guatemala" +msgstr "Guatemala" + +#: ../admin/globals/countries.php:77 +msgid "Guinea-Bissau" +msgstr "Guinea-Bissau" + +#: ../admin/globals/countries.php:78 +msgid "Guyana" +msgstr "Guyana" + +#: ../admin/globals/countries.php:79 +msgid "Hong Kong" +msgstr "Hong Kong" + +#: ../admin/globals/countries.php:80 +msgid "Honduras" +msgstr "Honduras" + +#: ../admin/globals/countries.php:81 +msgid "Croatia" +msgstr "Croazia" + +#: ../admin/globals/countries.php:82 +msgid "Haiti" +msgstr "Haiti" + +#: ../admin/globals/countries.php:83 +msgid "Hungary" +msgstr "Ungheria" + +#: ../admin/globals/countries.php:84 +msgid "Indonesia" +msgstr "Indonesia" + +#: ../admin/globals/countries.php:85 +msgid "Ireland" +msgstr "Irlanda" + +#: ../admin/globals/countries.php:86 +msgid "Israel" +msgstr "Israele" + +#: ../admin/globals/countries.php:87 +msgid "India" +msgstr "India" + +#: ../admin/globals/countries.php:88 +msgid "Iraq" +msgstr "Iraq" + +#: ../admin/globals/countries.php:89 +msgid "Iran" +msgstr "Iran" + +#: ../admin/globals/countries.php:90 +msgid "Iceland" +msgstr "Islanda" + +#: ../admin/globals/countries.php:91 +msgid "Italy" +msgstr "Italia" + +#: ../admin/globals/countries.php:92 +msgid "Jamaica" +msgstr "Giamaica" + +#: ../admin/globals/countries.php:93 +msgid "Jordan" +msgstr "Giordania" + +#: ../admin/globals/countries.php:94 +msgid "Japan" +msgstr "Giappone" + +#: ../admin/globals/countries.php:95 +msgid "Kenya" +msgstr "Kenya" + +#: ../admin/globals/countries.php:96 +msgid "Kyrgyzstan" +msgstr "Kirghizistan" + +#: ../admin/globals/countries.php:97 +msgid "Cambodia" +msgstr "Cambogia" + +#: ../admin/globals/countries.php:98 +msgid "Kiribati" +msgstr "Kiribati" + +#: ../admin/globals/countries.php:99 +msgid "Comoros" +msgstr "Comore" + +#: ../admin/globals/countries.php:100 +msgid "Saint Kitts and Nevis" +msgstr "Saint Kitts e Nevis" + +#: ../admin/globals/countries.php:101 +msgid "North Korea" +msgstr "Corea del Nord" + +#: ../admin/globals/countries.php:102 +msgid "South Korea" +msgstr "Corea del Sud" + +#: ../admin/globals/countries.php:103 +msgid "Kuwait" +msgstr "Kuwait" + +#: ../admin/globals/countries.php:104 +msgid "Kazakhstan" +msgstr "Kazakistan" + +#: ../admin/globals/countries.php:105 +msgid "Laos" +msgstr "Laos" + +#: ../admin/globals/countries.php:106 +msgid "Lebanon" +msgstr "Libano" + +#: ../admin/globals/countries.php:107 +msgid "Saint Lucia" +msgstr "Santa Lucia" + +#: ../admin/globals/countries.php:108 +msgid "Liechtenstein" +msgstr "Liechtenstein" + +#: ../admin/globals/countries.php:109 +msgid "Sri Lanka" +msgstr "Sri Lanka" + +#: ../admin/globals/countries.php:110 +msgid "Liberia" +msgstr "Liberia" + +#: ../admin/globals/countries.php:111 +msgid "Lesotho" +msgstr "Lesotho" + +#: ../admin/globals/countries.php:112 +msgid "Lithuania" +msgstr "Lituania" + +#: ../admin/globals/countries.php:113 +msgid "Luxembourg" +msgstr "Lussemburgo" + +#: ../admin/globals/countries.php:114 +msgid "Latvia" +msgstr "Lettonia" + +#: ../admin/globals/countries.php:115 +msgid "Libya" +msgstr "Libia" + +#: ../admin/globals/countries.php:116 +msgid "Morocco" +msgstr "Marocco" + +#: ../admin/globals/countries.php:117 +msgid "Monaco" +msgstr "Principato di Monaco" + +#: ../admin/globals/countries.php:118 +msgid "Moldova" +msgstr "Moldavia" + +#: ../admin/globals/countries.php:119 +msgid "Montenegro" +msgstr "Montenegro" + +#: ../admin/globals/countries.php:120 +msgid "Madagascar" +msgstr "Madagascar" + +#: ../admin/globals/countries.php:121 +msgid "Marshall Islands" +msgstr "Isole Marshall" + +#: ../admin/globals/countries.php:122 +msgid "Macedonia" +msgstr "Macedonia" + +#: ../admin/globals/countries.php:123 +msgid "Mali" +msgstr "Mali" + +#: ../admin/globals/countries.php:124 +msgid "Myanmar" +msgstr "Birmania" + +#: ../admin/globals/countries.php:125 +msgid "Mongolia" +msgstr "Mongolia" + +#: ../admin/globals/countries.php:126 +msgid "Macau" +msgstr "Macau" + +#: ../admin/globals/countries.php:127 +msgid "Mauritania" +msgstr "Mauritania" + +#: ../admin/globals/countries.php:128 +msgid "Malta" +msgstr "Malta" + +#: ../admin/globals/countries.php:129 +msgid "Mauritius" +msgstr "Mauritius" + +#: ../admin/globals/countries.php:130 +msgid "Maldives" +msgstr "Maldive" + +#: ../admin/globals/countries.php:131 +msgid "Malawi" +msgstr "Malawi" + +#: ../admin/globals/countries.php:132 +msgid "Mexico" +msgstr "Messico" + +#: ../admin/globals/countries.php:133 +msgid "Malaysia" +msgstr "Malesia" + +#: ../admin/globals/countries.php:134 +msgid "Mozambique" +msgstr "Mozambico" + +#: ../admin/globals/countries.php:135 +msgid "Namibia" +msgstr "Namibia" + +#: ../admin/globals/countries.php:136 +msgid "Northern Ireland" +msgstr "Irlanda del Nord" + +#: ../admin/globals/countries.php:137 +msgid "Niger" +msgstr "Niger" + +#: ../admin/globals/countries.php:138 +msgid "Nigeria" +msgstr "Nigeria" + +#: ../admin/globals/countries.php:139 +msgid "Nicaragua" +msgstr "Nicaragua" + +#: ../admin/globals/countries.php:140 +msgid "Netherlands" +msgstr "Paesi Bassi" + +#: ../admin/globals/countries.php:141 +msgid "Norway" +msgstr "Norvegia" + +#: ../admin/globals/countries.php:142 +msgid "Nepal" +msgstr "Nepal" + +#: ../admin/globals/countries.php:143 +msgid "Nauru" +msgstr "Nauru" + +#: ../admin/globals/countries.php:144 +msgid "New Zealand" +msgstr "Nuova Zelanda" + +#: ../admin/globals/countries.php:145 +msgid "Oman" +msgstr "Oman" + +#: ../admin/globals/countries.php:146 +msgid "Panama" +msgstr "Panamá" + +#: ../admin/globals/countries.php:147 +msgid "Peru" +msgstr "Perù" + +#: ../admin/globals/countries.php:148 +msgid "Papua New Guinea" +msgstr "Papua Nuova Guinea" + +#: ../admin/globals/countries.php:149 +msgid "Philippines" +msgstr "Filippine" + +#: ../admin/globals/countries.php:150 +msgid "Pakistan" +msgstr "Pakistan" + +#: ../admin/globals/countries.php:151 +msgid "Poland" +msgstr "Polonia" + +#: ../admin/globals/countries.php:152 +msgid "Portugal" +msgstr "Portogallo" + +#: ../admin/globals/countries.php:153 +msgid "Palau" +msgstr "Palau" + +#: ../admin/globals/countries.php:154 +msgid "Paraguay" +msgstr "Paraguay" + +#: ../admin/globals/countries.php:155 +msgid "Qatar" +msgstr "Qatar" + +#: ../admin/globals/countries.php:156 +msgid "Romania" +msgstr "Romania" + +#: ../admin/globals/countries.php:157 +msgid "Serbia" +msgstr "Serbia" + +#: ../admin/globals/countries.php:158 +msgid "Russia" +msgstr "Russia" + +#: ../admin/globals/countries.php:159 +msgid "Rwanda" +msgstr "Ruanda" + +#: ../admin/globals/countries.php:160 +msgid "Saudi Arabia" +msgstr "Arabia Saudita" + +#: ../admin/globals/countries.php:161 +msgid "Solomon Islands" +msgstr "Isole Salomone" + +#: ../admin/globals/countries.php:162 +msgid "Seychelles" +msgstr "Seychelles" + +#: ../admin/globals/countries.php:163 +msgid "Sudan" +msgstr "Sudan" + +#: ../admin/globals/countries.php:164 +msgid "Sweden" +msgstr "Svezia" + +#: ../admin/globals/countries.php:165 +msgid "Scotland" +msgstr "Scozia" + +#: ../admin/globals/countries.php:166 +msgid "Singapore" +msgstr "Singapore" + +#: ../admin/globals/countries.php:167 +msgid "Slovenia" +msgstr "Slovenia" + +#: ../admin/globals/countries.php:168 +msgid "Slovakia" +msgstr "Slovacchia" + +#: ../admin/globals/countries.php:169 +msgid "Sierra Leone" +msgstr "Sierra Leone" + +#: ../admin/globals/countries.php:170 +msgid "San Marino" +msgstr "San Marino" + +#: ../admin/globals/countries.php:171 +msgid "Senegal" +msgstr "Senegal" + +#: ../admin/globals/countries.php:172 +msgid "Somalia" +msgstr "Somalia" + +#: ../admin/globals/countries.php:173 +msgid "Suriname" +msgstr "Suriname" + +#: ../admin/globals/countries.php:174 +msgid "Sao Tome and Principe" +msgstr "São Tomé e Príncipe" + +#: ../admin/globals/countries.php:175 +msgid "El Salvador" +msgstr "El Salvador" + +#: ../admin/globals/countries.php:176 +msgid "Swaziland" +msgstr "Swaziland" + +#: ../admin/globals/countries.php:177 +msgid "Chad" +msgstr "Ciad" + +#: ../admin/globals/countries.php:178 +msgid "Togo" +msgstr "Togo" + +#: ../admin/globals/countries.php:179 +msgid "Thailand" +msgstr "Thailandia" + +#: ../admin/globals/countries.php:180 +msgid "Tajikistan" +msgstr "Tagikistan" + +#: ../admin/globals/countries.php:181 +msgid "East Timor" +msgstr "Timor Est" + +#: ../admin/globals/countries.php:182 +msgid "Turkmenistan" +msgstr "Turkmenistan" + +#: ../admin/globals/countries.php:183 +msgid "Tunisia" +msgstr "Tunisia" + +#: ../admin/globals/countries.php:184 +msgid "Tonga" +msgstr "Tonga" + +#: ../admin/globals/countries.php:185 +msgid "Turkey" +msgstr "Turchia" + +#: ../admin/globals/countries.php:186 +msgid "Trinidad and Tobago" +msgstr "Trinidad e Tobago" + +#: ../admin/globals/countries.php:187 +msgid "Tuvalu" +msgstr "Tuvalu" + +#: ../admin/globals/countries.php:188 +msgid "Taiwan" +msgstr "Taiwan" + +#: ../admin/globals/countries.php:189 +msgid "Tanzania" +msgstr "Tanzania" + +#: ../admin/globals/countries.php:190 +msgid "Ukraine" +msgstr "Ucraina" + +#: ../admin/globals/countries.php:191 +msgid "Uganda" +msgstr "Uganda" + +#: ../admin/globals/countries.php:192 +msgid "United States" +msgstr "Stati Uniti d'America" + +#: ../admin/globals/countries.php:193 +msgid "Uruguay" +msgstr "Uruguay" + +#: ../admin/globals/countries.php:194 +msgid "Uzbekistan" +msgstr "Uzbekistan" + +#: ../admin/globals/countries.php:195 +msgid "Vatican City" +msgstr "Città del Vaticano" + +#: ../admin/globals/countries.php:196 +msgid "Saint Vincent and the Grenadines" +msgstr "Saint Vincent e Grenadine" + +#: ../admin/globals/countries.php:197 +msgid "Venezuela" +msgstr "Venezuela" + +#: ../admin/globals/countries.php:198 +msgid "Vietnam" +msgstr "Vietnam" + +#: ../admin/globals/countries.php:199 +msgid "Vanuatu" +msgstr "Vanuatu" + +#: ../admin/globals/countries.php:200 +msgid "Wales" +msgstr "Galles" + +#: ../admin/globals/countries.php:201 +msgid "Samoa" +msgstr "Samoa" + +#: ../admin/globals/countries.php:202 +msgid "Yemen" +msgstr "Yemen" + +#: ../admin/globals/countries.php:203 +msgid "South Africa" +msgstr "Sudafrica" + +#: ../admin/globals/countries.php:204 +msgid "Zambia" +msgstr "Zambia" + +#: ../admin/globals/countries.php:205 +msgid "Zimbabwe" +msgstr "Zimbabwe" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 msgid "— Remove —" msgstr "— Rimuovi —" +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:38 ../admin/tools/dashboard.php:54 +msgid "days" +msgstr "giorni" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:39 +msgid "hrs" +msgstr "orario" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:40 +msgid "mins" +msgstr "verbale" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:41 +msgid "secs" +msgstr "secondi" + #: ../admin/hooks/admin-menu.php:52 ../admin/post-types/player.php:37 #: ../admin/post-types/player.php:169 ../admin/post-types/player.php:176 #: ../admin/post-types/staff.php:55 ../admin/post-types/team.php:50 @@ -335,12 +1191,6 @@ msgstr "Seleziona Foto " msgid "Remove Photo" msgstr "Rimuovi Foto" -#: ../admin/hooks/gettext.php:36 ../admin/hooks/gettext.php:39 -#: ../admin/hooks/gettext.php:42 -#, php-format -msgid "Date/Time: %1$s" -msgstr "Data/Ora: %1$s" - #: ../admin/hooks/manage-posts-columns.php:3 ../admin/post-types/event.php:218 #: ../admin/post-types/list.php:39 ../admin/post-types/player.php:39 #: ../admin/post-types/staff.php:57 ../admin/post-types/table.php:38 @@ -401,11 +1251,11 @@ msgstr "Pianificato il: %1$s" msgid "League Manager" msgstr "Lega Gerente" -#: ../admin/hooks/register-activation-hook.php:84 +#: ../admin/hooks/register-activation-hook.php:86 msgid "Team Manager" msgstr "Squadra Gerente" -#: ../admin/hooks/register-activation-hook.php:129 +#: ../admin/hooks/register-activation-hook.php:131 #: ../admin/post-types/event.php:137 ../admin/post-types/staff.php:4 #: ../admin/post-types/staff.php:5 ../admin/post-types/staff.php:15 msgid "Staff" @@ -427,26 +1277,6 @@ msgstr "Mostra tutte le stagioni" msgid "Show all teams" msgstr "Mostra tutte le squadre" -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:46 -msgid "days" -msgstr "giorni" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:47 -msgid "hrs" -msgstr "orario" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:48 -msgid "mins" -msgstr "verbale" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:49 -msgid "secs" -msgstr "secondi" - #: ../admin/hooks/wp-insert-post-data.php:13 msgid "vs" msgstr "vs" @@ -803,6 +1633,29 @@ msgstr "Latitudine" msgid "Longitude" msgstr "Longitudine" +#: ../admin/tools/dashboard.php:34 +msgid "SportsPress Status" +msgstr "SportsPress Stato" + +#: ../admin/tools/dashboard.php:54 +#, php-format +msgid "%s until next event" +msgstr "" + +#: ../admin/tools/dashboard.php:61 +#, php-format +msgid "%s event scheduled" +msgid_plural "%s events scheduled" +msgstr[0] "" +msgstr[1] "" + +#: ../admin/tools/dashboard.php:66 +#, php-format +msgid "%s event published" +msgid_plural "%s events published" +msgstr[0] "" +msgstr[1] "" + #: ../admin/tools/importers.php:37 msgid "SportsPress Teams (CSV)" msgstr "SportsPress Squadre (CSV)" @@ -1026,637 +1879,12 @@ msgstr "Rugby" msgid "Soccer (Association Football)" msgstr "Calcio" -#, fuzzy -#~ msgid "None." -#~ msgstr "Nessuno" - -#, fuzzy -#~ msgid "No Events found." -#~ msgstr "Nessun %s trovato." - -#, fuzzy -#~ msgid "No teams found." -#~ msgstr "Nessun %s trovato." - -#, fuzzy -#~ msgid "Add New Column" -#~ msgstr "Aggiungi un nuovo %s" - -#, fuzzy -#~ msgid "Edit Column" -#~ msgstr "Colonna" - -#, fuzzy -#~ msgid "New Column" -#~ msgstr "Colonna" - -#, fuzzy -#~ msgid "View Column" -#~ msgstr "Colonna" - -#, fuzzy -#~ msgid "Search Columns" -#~ msgstr "Cerca %s" - -#, fuzzy -#~ msgid "No columns found." -#~ msgstr "Nessun %s trovato." - -#, fuzzy -#~ msgid "No columns found in trash." -#~ msgstr "Nessun %s nel cestino." - -#, fuzzy -#~ msgid "Add New Event" -#~ msgstr "Aggiungi nuovo" - -#, fuzzy -#~ msgid "Edit Event" -#~ msgstr "Evento" - -#, fuzzy -#~ msgid "New Event" -#~ msgstr "Evento" - -#, fuzzy -#~ msgid "View Event" -#~ msgstr "Evento" - -#, fuzzy -#~ msgid "Search Events" -#~ msgstr "Cerca %s" - -#, fuzzy -#~ msgid "No events found." -#~ msgstr "Nessun %s trovato." - -#, fuzzy -#~ msgid "No events found in trash." -#~ msgstr "Nessun %s nel cestino." - -#, fuzzy -#~ msgid "Add New League" -#~ msgstr "Aggiungi un nuovo %s" - -#, fuzzy -#~ msgid "Add New Season" -#~ msgstr "Aggiungi un nuovo %s" - -#, fuzzy -#~ msgid "Add New Venue" -#~ msgstr "Aggiungi nuovo" - -#, fuzzy -#~ msgid "Add New Player List" -#~ msgstr "Elenchi Giocatori" - -#, fuzzy -#~ msgid "Edit Player List" -#~ msgstr "Elenchi Giocatori" - -#, fuzzy -#~ msgid "New Player List" -#~ msgstr "Elenchi Giocatori" - -#, fuzzy -#~ msgid "View Player List" -#~ msgstr "Elenchi Giocatori" - -#, fuzzy -#~ msgid "Search Player Lists" -#~ msgstr "Lista giocatori" - -#, fuzzy -#~ msgid "No player lists found." -#~ msgstr "Lista giocatori" - -#, fuzzy -#~ msgid "No player lists found in trash." -#~ msgstr "Nessun %s nel cestino." - -#, fuzzy -#~ msgid "All Teams" -#~ msgstr "Squadre" - -#, fuzzy -#~ msgid "Add New Team" -#~ msgstr "Aggiungi nuovo" - -#, fuzzy -#~ msgid "Add New Player" -#~ msgstr "Aggiungi un nuovo %s" - -#, fuzzy -#~ msgid "Add New Metric" -#~ msgstr "Aggiungi un nuovo %s" - -#, fuzzy -#~ msgid "Edit Metric" -#~ msgstr "Metrico" - -#, fuzzy -#~ msgid "New Metric" -#~ msgstr "Metrico" - -#, fuzzy -#~ msgid "View Metric" -#~ msgstr "Metrico" - -#, fuzzy -#~ msgid "Search Metrics" -#~ msgstr "Cerca %s" - -#, fuzzy -#~ msgid "No metrics found." -#~ msgstr "Nessun %s trovato." - -#, fuzzy -#~ msgid "No metrics found in trash." -#~ msgstr "Nessun %s nel cestino." - -#, fuzzy -#~ msgid "Add New Outcome" -#~ msgstr "Aggiungi un nuovo %s" - -#, fuzzy -#~ msgid "Edit Outcome" -#~ msgstr "Esito" - -#, fuzzy -#~ msgid "New Outcome" -#~ msgstr "Esito" - -#, fuzzy -#~ msgid "View Outcome" -#~ msgstr "Esito" - -#, fuzzy -#~ msgid "Search Outcomes" -#~ msgstr "Esiti" - -#, fuzzy -#~ msgid "No outcomes found." -#~ msgstr "Nessun %s trovato." - -#, fuzzy -#~ msgid "No outcomes found in trash." -#~ msgstr "Nessun %s nel cestino." - -#, fuzzy -#~ msgid "Edit Player" -#~ msgstr "Giocatore" - -#, fuzzy -#~ msgid "New Player" -#~ msgstr "Giocatore" - -#, fuzzy -#~ msgid "View Player" -#~ msgstr "Giocatore" - -#, fuzzy -#~ msgid "Search Players" -#~ msgstr "Cerca %s" - -#, fuzzy -#~ msgid "No players found." -#~ msgstr "Nessun %s trovato." - -#, fuzzy -#~ msgid "No players found in trash." -#~ msgstr "Nessun %s nel cestino." - -#, fuzzy -#~ msgid "Select Nationality" -#~ msgstr "Nazionalità" - -#, fuzzy -#~ msgid "Select Positions" -#~ msgstr "写真を選択" - -#, fuzzy -#~ msgid "Select Team" -#~ msgstr "Sélectionner" - -#, fuzzy -#~ msgid "Select Leagues" -#~ msgstr "ロゴを選択" - -#, fuzzy -#~ msgid "Select Seasons" -#~ msgstr "Seleziona %s" - -#, fuzzy -#~ msgid "Add New Result" -#~ msgstr "Aggiungi un nuovo %s" - -#, fuzzy -#~ msgid "Edit Result" -#~ msgstr "Risultato principale" - -#, fuzzy -#~ msgid "New Result" -#~ msgstr "Risultato" - -#, fuzzy -#~ msgid "View Result" -#~ msgstr "Risultato principale" - -#, fuzzy -#~ msgid "Search Results" -#~ msgstr "Cerca %s" - -#, fuzzy -#~ msgid "No results found in trash." -#~ msgstr "Nessun %s nel cestino." - -#, fuzzy -#~ msgid "Add New Staff" -#~ msgstr "Aggiungi nuovo" - -#, fuzzy -#~ msgid "Edit Staff" -#~ msgstr "Personale" - -#, fuzzy -#~ msgid "New Staff" -#~ msgstr "Personale" - -#, fuzzy -#~ msgid "View Staff" -#~ msgstr "Personale" - -#, fuzzy -#~ msgid "No staff found." -#~ msgstr "Nessun %s trovato." - -#, fuzzy -#~ msgid "No staff found in trash." -#~ msgstr "Nessun %s nel cestino." - -#, fuzzy -#~ msgid "Add New Statistic" -#~ msgstr "statistico" - -#, fuzzy -#~ msgid "Edit Statistic" -#~ msgstr "statistico" - -#, fuzzy -#~ msgid "New Statistic" -#~ msgstr "statistico" - -#, fuzzy -#~ msgid "View Statistic" -#~ msgstr "statistico" - -#, fuzzy -#~ msgid "Search Statistics" -#~ msgstr "Giocatore Bilancio" - -#, fuzzy -#~ msgid "No statistics found." -#~ msgstr "Nessun %s trovato." - -#, fuzzy -#~ msgid "No statistics found in trash." -#~ msgstr "Nessun %s nel cestino." - -#, fuzzy -#~ msgid "Add New League Table" -#~ msgstr "League Table" - -#, fuzzy -#~ msgid "Edit League Table" -#~ msgstr "League Table" - -#, fuzzy -#~ msgid "New League Table" -#~ msgstr "League Table" - -#, fuzzy -#~ msgid "View League Table" -#~ msgstr "League Table" - -#, fuzzy -#~ msgid "Search League Tables" -#~ msgstr "Tabelle League" - -#, fuzzy -#~ msgid "No league tables found." -#~ msgstr "tabelle League" - -#, fuzzy -#~ msgid "No league tables found in trash." -#~ msgstr "Nessun %s nel cestino." - -#, fuzzy -#~ msgid "Edit Team" -#~ msgstr "Modifica %s" - -#, fuzzy -#~ msgid "New Team" -#~ msgstr "Squadra" - -#, fuzzy -#~ msgid "View Team" -#~ msgstr "Visualizza %s" - -#, fuzzy -#~ msgid "Search Teams" -#~ msgstr "Cerca %s" - -#, fuzzy -#~ msgid "No teams found in trash." -#~ msgstr "Nessun %s nel cestino." - -#, fuzzy -#~ msgid "Edit Results" -#~ msgstr "Risultati" - -#, fuzzy -#~ msgid "Edit Outcomes" -#~ msgstr "Esiti" - -#, fuzzy -#~ msgid "Edit Metrics" -#~ msgstr "Metrica" - -#, fuzzy -#~ msgid "Edit Statistics" -#~ msgstr "statistica" - -#, fuzzy -#~ msgid "Edit Columns" -#~ msgstr "Colonne" - -#, fuzzy -#~ msgid "All Leagues" -#~ msgstr "Leghe" - -#, fuzzy -#~ msgid "Edit League" -#~ msgstr "Lega" - -#, fuzzy -#~ msgid "View League" -#~ msgstr "Lega" - -#, fuzzy -#~ msgid "Update League" -#~ msgstr "Aggiorna %s" - -#, fuzzy -#~ msgid "New League Name" -#~ msgstr "Nuovo Nome %s" - -#, fuzzy -#~ msgid "Parent League" -#~ msgstr "Genitore %s" - -#, fuzzy -#~ msgid "Parent League:" -#~ msgstr "Lega" - -#, fuzzy -#~ msgid "Search Leagues" -#~ msgstr "Cerca %s" - -#, fuzzy -#~ msgid "No leagues found." -#~ msgstr "Nessun %s trovato." - -#, fuzzy -#~ msgid "All Positions" -#~ msgstr "Posizioni" - -#, fuzzy -#~ msgid "Edit Position" -#~ msgstr "Posizione" - -#, fuzzy -#~ msgid "View Position" -#~ msgstr "Posizione" - -#, fuzzy -#~ msgid "Update Position" -#~ msgstr "Posizione" - -#, fuzzy -#~ msgid "Add New Position" -#~ msgstr "Aggiungi un nuovo %s" - -#, fuzzy -#~ msgid "New Position Name" -#~ msgstr "Nuovo Nome %s" - -#, fuzzy -#~ msgid "Parent Position" -#~ msgstr "Posizione" - -#, fuzzy -#~ msgid "Parent Position:" -#~ msgstr "Posizione" - -#, fuzzy -#~ msgid "Search Positions" -#~ msgstr "Posizioni" - -#, fuzzy -#~ msgid "No positions found." -#~ msgstr "Nessun %s trovato." - -#, fuzzy -#~ msgid "All Seasons" -#~ msgstr "Stagioni" - -#, fuzzy -#~ msgid "Edit Season" -#~ msgstr "Stagione" - -#, fuzzy -#~ msgid "View Season" -#~ msgstr "Stagione" - -#, fuzzy -#~ msgid "Update Season" -#~ msgstr "Aggiorna %s" - -#, fuzzy -#~ msgid "New Season Name" -#~ msgstr "Nuovo Nome %s" - -#, fuzzy -#~ msgid "Parent Season" -#~ msgstr "Genitore %s" - -#, fuzzy -#~ msgid "Parent Season:" -#~ msgstr "Genitore %s" - -#, fuzzy -#~ msgid "Search Seasons" -#~ msgstr "Cerca %s" - -#, fuzzy -#~ msgid "No seasons found." -#~ msgstr "Nessun %s trovato." - -#, fuzzy -#~ msgid "All Venues" -#~ msgstr "Luoghi" - -#, fuzzy -#~ msgid "Edit Venue" -#~ msgstr "Sede" - -#, fuzzy -#~ msgid "View Venue" -#~ msgstr "Sede" - -#, fuzzy -#~ msgid "New Venue Name" -#~ msgstr "Nuovo Nome %s" - -#, fuzzy -#~ msgid "Parent Venue" -#~ msgstr "Genitore %s" - -#, fuzzy -#~ msgid "Parent Venue:" -#~ msgstr "Genitore %s" - -#, fuzzy -#~ msgid "Search Venues" -#~ msgstr "Cerca %s" - -#, fuzzy -#~ msgid "No venues found." -#~ msgstr "Nessun %s trovato." - -#, fuzzy -#~ msgid "Select Event:" -#~ msgstr "Eventi Recenti" - -#, fuzzy -#~ msgid "SportsPress Future Events" -#~ msgstr "Eventi futuri" - -#~ msgid "Future Events" -#~ msgstr "Eventi futuri" - -#~ msgid "League:" -#~ msgstr "Lega" - -#~ msgid "Season:" -#~ msgstr "Stagione:" - -#~ msgid "Venue:" -#~ msgstr "Sede:" - -#~ msgid "Team:" -#~ msgstr "Team:" - -#, fuzzy -#~ msgid "Number of events to show:" -#~ msgstr "Numero di %s da mostrare:" - -#, fuzzy -#~ msgid "Select League Table:" -#~ msgstr "League Table:" - -#, fuzzy -#~ msgid "Select Player List:" -#~ msgstr "Elenchi Giocatori" - -#, fuzzy -#~ msgid "SportsPress Recent Events" -#~ msgstr "Eventi Recenti" - -#~ msgid "Recent Events" -#~ msgstr "Eventi Recenti" - -#~ msgid "Precision" -#~ msgstr "Precisione" - -#~ msgid "Sum" -#~ msgstr "Somma" - -#~ msgid "events" -#~ msgstr "eventi" - -#~ msgid "Map" -#~ msgstr "Mappa" - -#~ msgid "%s updated." -#~ msgstr "%s aggiornato." - -#~ msgid "%s published." -#~ msgstr "%s pubblicato." - -#~ msgid "%s submitted." -#~ msgstr "%s inviato." - -#~ msgid "%s draft updated." -#~ msgstr "Bozza %s aggiornata." - -#~ msgid "columns" -#~ msgstr "Colonne" - -#~ msgid "metrics" -#~ msgstr "metrica" - -#~ msgid "outcome" -#~ msgstr "esito" - -#~ msgid "players" -#~ msgstr "giocatori" - -#~ msgid "Value" -#~ msgstr "Valore" - -#~ msgid "result" -#~ msgstr "risultato" - -#~ msgid "staff" -#~ msgstr "personale" - -#~ msgid "statistics" -#~ msgstr "statistica" - -#~ msgid "teams" -#~ msgstr "squadre" - -#~ msgid "league" -#~ msgstr "lega" - -#~ msgid "position" -#~ msgstr "posizione" - -#~ msgid "season" -#~ msgstr "stagione" - -#~ msgid "venue" -#~ msgstr "sede" - -#~ msgid "Countdown" -#~ msgstr "conto alla rovescia" - -#~ msgid "Event:" -#~ msgstr "Evento:" - #~ msgid "%1$s %2$s" #~ msgstr "%1$s %2$s" #~ msgid "-- Not Set --" #~ msgstr "-- Pas réglé --" -#~ msgid "1 View" -#~ msgstr "1 vue" - -#~ msgid "positions" -#~ msgstr "ポジション" - #~ msgid "Points" #~ msgstr "点数" @@ -1669,11 +1897,9 @@ msgstr "Calcio" #~ msgid "Weight" #~ msgstr "体重" -#, fuzzy #~ msgid "Conversions" #~ msgstr "ポジション" -#, fuzzy #~ msgid "Drop Goals" #~ msgstr "得点" @@ -1707,26 +1933,12 @@ msgstr "Calcio" #~ msgid "Appearances" #~ msgstr "出場" -#~ msgid "Joined: %1$s" -#~ msgstr "入団日: %1$s" - -#~ msgid "Table Columns" -#~ msgstr "順位表列" - -#~ msgid "Table Column" -#~ msgstr "順位表列" - #~ msgid "table columns" #~ msgstr "順位表列" #~ msgid "Format" #~ msgstr "フォーマット" -#, fuzzy -#~ msgid "Player Statistic" -#~ msgstr "選手名鑑" - -#, fuzzy #~ msgid "player statistics" #~ msgstr "選手名鑑" diff --git a/languages/sportspress-ja.mo b/languages/sportspress-ja.mo index 06db1823..f62a9697 100644 Binary files a/languages/sportspress-ja.mo and b/languages/sportspress-ja.mo differ diff --git a/languages/sportspress-ja.po b/languages/sportspress-ja.po index 958bec16..2db16c56 100644 --- a/languages/sportspress-ja.po +++ b/languages/sportspress-ja.po @@ -1,150 +1,158 @@ +# +# Translators: +# ThemeBoy , 2014 msgid "" msgstr "" -"Project-Id-Version: SportsPress 0.4\n" +"Project-Id-Version: SportsPress\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-21 14:01+1000\n" -"PO-Revision-Date: 2014-02-24 15:40+1000\n" -"Last-Translator: ThemeBoy \n" -"Language-Team: ThemeBoy \n" -"Language: ja\n" +"POT-Creation-Date: 2014-03-02 13:27+1000\n" +"PO-Revision-Date: 2014-03-02 15:03+1000\n" +"Last-Translator: ThemeBoy \n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/sportspress/" +"language/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 1.6.3\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-Bookmarks: -1,75,-1,-1,-1,-1,-1,-1,-1,-1\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-Bookmarks: -1,75,-1,-1,-1,-1,-1,-1,-1,-1\n" "X-Poedit-SearchPath-0: ..\n" -#: ../functions.php:74 +#: ../functions.php:164 msgid "1 view" msgstr "1回" -#: ../functions.php:76 +#: ../functions.php:166 #, php-format msgid "%s views" msgstr "%s回" -#: ../functions.php:101 +#: ../functions.php:191 msgid "Scheduled" msgstr "予約済み" -#: ../functions.php:103 ../functions.php:533 ../functions.php:536 -#: ../functions.php:1996 ../functions.php:2198 ../functions.php:2333 +#: ../functions.php:193 ../functions.php:624 ../functions.php:627 +#: ../functions.php:2087 ../functions.php:2289 ../functions.php:2424 #: ../admin/post-types/list.php:117 ../admin/widgets/player-list.php:78 #: ../admin/widgets/player-list.php:91 msgid "Played" msgstr "試合終了" -#: ../functions.php:105 +#: ../functions.php:195 msgid "Draft" msgstr "下書き" -#: ../functions.php:107 +#: ../functions.php:197 msgid "Pending Review" msgstr "レビュー待ち" -#: ../functions.php:109 ../admin/hooks/post-updated-messages.php:34 +#: ../functions.php:199 ../admin/hooks/post-updated-messages.php:34 msgid "M j, Y @ G:i" msgstr "Y年n月j日 @ G:i" -#: ../functions.php:130 ../functions.php:134 ../functions.php:467 -#: ../functions.php:1059 ../admin/templates/event-players.php:82 +#: ../functions.php:220 ../functions.php:224 ../functions.php:558 +#: ../functions.php:1150 ../admin/templates/event-players.php:82 msgid "Total" msgstr "合計" -#: ../functions.php:130 ../functions.php:468 +#: ../functions.php:220 ../functions.php:559 msgid "Average" msgstr "平均" -#: ../functions.php:172 +#: ../functions.php:262 msgid "Integer" msgstr "整数" -#: ../functions.php:173 +#: ../functions.php:263 msgid "Decimal" msgstr "少数" -#: ../functions.php:174 ../admin/templates/event-details.php:13 +#: ../functions.php:264 ../admin/templates/event-details.php:13 msgid "Time" msgstr "時間" -#: ../functions.php:175 +#: ../functions.php:265 msgid "Custom Field" msgstr "カスタムフィールド" -#: ../functions.php:396 ../functions.php:449 +#: ../functions.php:486 ../functions.php:540 msgid "(no title)" msgstr "(タイトルなし)" -#: ../functions.php:533 ../functions.php:536 ../admin/post-types/event.php:6 +#: ../functions.php:503 +msgid "Select All" +msgstr "すべて選択" + +#: ../functions.php:624 ../functions.php:627 ../admin/post-types/event.php:6 #: ../admin/post-types/event.php:16 ../admin/settings/settings.php:11 msgid "Events" msgstr "試合" -#: ../functions.php:533 +#: ../functions.php:624 msgid "Attended" msgstr "出場" -#: ../functions.php:539 ../admin/post-types/event.php:53 +#: ../functions.php:630 ../admin/post-types/event.php:53 #: ../admin/post-types/result.php:4 ../admin/post-types/result.php:15 #: ../admin/settings/events.php:16 ../admin/templates/event-results.php:55 msgid "Results" msgstr "結果" -#: ../functions.php:542 ../functions.php:543 ../functions.php:544 -#: ../functions.php:545 ../admin/post-types/outcome.php:4 +#: ../functions.php:633 ../functions.php:634 ../functions.php:635 +#: ../functions.php:636 ../admin/post-types/outcome.php:4 #: ../admin/post-types/outcome.php:15 ../admin/settings/events.php:55 msgid "Outcomes" msgstr "勝敗" -#: ../functions.php:543 +#: ../functions.php:634 msgid "Streak" msgstr "連勝敗" -#: ../functions.php:544 +#: ../functions.php:635 msgid "Last 5" msgstr "ラスト5" -#: ../functions.php:545 +#: ../functions.php:636 msgid "Last 10" msgstr "ラスト10" -#: ../functions.php:548 ../admin/post-types/column.php:4 +#: ../functions.php:639 ../admin/post-types/column.php:4 #: ../admin/post-types/column.php:15 ../admin/post-types/team.php:41 #: ../admin/settings/tables.php:11 msgid "Columns" msgstr "列" -#: ../functions.php:551 +#: ../functions.php:642 msgid "Player Statistics" msgstr "選手統計" -#: ../functions.php:560 +#: ../functions.php:651 msgid "Operators" msgstr "演算子" -#: ../functions.php:573 +#: ../functions.php:664 msgid "Constants" msgstr "定数" -#: ../functions.php:577 ../admin/settings/settings.php:46 +#: ../functions.php:668 ../admin/settings/settings.php:46 msgid "— Select —" msgstr "— 選択 —" -#: ../functions.php:690 ../functions.php:844 ../functions.php:919 -#: ../functions.php:1804 ../functions.php:2333 ../admin/hooks/gettext.php:9 +#: ../functions.php:781 ../functions.php:935 ../functions.php:1010 +#: ../functions.php:1895 ../functions.php:2424 ../admin/hooks/gettext.php:9 #: ../admin/post-types/list.php:38 ../admin/post-types/list.php:95 #: ../admin/post-types/player.php:147 ../admin/post-types/team.php:5 #: ../admin/post-types/team.php:49 ../admin/templates/event-results.php:59 msgid "Team" msgstr "チーム" -#: ../functions.php:712 ../admin/post-types/column.php:7 +#: ../functions.php:803 ../admin/post-types/column.php:7 #: ../admin/post-types/event.php:8 ../admin/post-types/list.php:7 #: ../admin/post-types/metric.php:7 ../admin/post-types/outcome.php:7 #: ../admin/post-types/player.php:7 ../admin/post-types/result.php:7 @@ -158,22 +166,22 @@ msgstr "チーム" msgid "Edit" msgstr "編集" -#: ../functions.php:716 +#: ../functions.php:807 msgid "Cancel" msgstr "キャンセル" -#: ../functions.php:717 +#: ../functions.php:808 msgid "Save" msgstr "保存" -#: ../functions.php:746 ../functions.php:1024 ../functions.php:2092 -#: ../admin/hooks/register-activation-hook.php:147 +#: ../functions.php:837 ../functions.php:1115 ../functions.php:2183 +#: ../admin/hooks/register-activation-hook.php:149 #: ../admin/post-types/player.php:5 ../admin/templates/event-players.php:28 msgid "Player" msgstr "選手" -#: ../functions.php:791 ../functions.php:843 ../functions.php:1535 -#: ../functions.php:2333 ../admin/post-types/event.php:83 +#: ../functions.php:882 ../functions.php:934 ../functions.php:1626 +#: ../functions.php:2424 ../admin/post-types/event.php:83 #: ../admin/post-types/event.php:215 ../admin/post-types/list.php:37 #: ../admin/post-types/list.php:81 ../admin/post-types/table.php:36 #: ../admin/post-types/table.php:77 ../admin/templates/event-details.php:22 @@ -181,11 +189,11 @@ msgstr "選手" msgid "Season" msgstr "シーズン" -#: ../functions.php:867 +#: ../functions.php:958 msgid "— None —" msgstr "— なし —" -#: ../functions.php:888 ../admin/post-types/column.php:11 +#: ../functions.php:979 ../admin/post-types/column.php:11 #: ../admin/post-types/column.php:12 ../admin/post-types/event.php:12 #: ../admin/post-types/event.php:13 ../admin/post-types/list.php:11 #: ../admin/post-types/list.php:12 ../admin/post-types/metric.php:11 @@ -202,32 +210,32 @@ msgstr "— なし —" msgid "No results found." msgstr "見つかりません。" -#: ../functions.php:923 ../admin/post-types/outcome.php:5 +#: ../functions.php:1014 ../admin/post-types/outcome.php:5 msgid "Outcome" msgstr "勝敗" -#: ../functions.php:947 ../admin/post-types/event.php:76 +#: ../functions.php:1038 ../admin/post-types/event.php:76 #: ../admin/post-types/event.php:91 ../admin/post-types/event.php:106 msgid "-- Not set --" msgstr "-- 未設定 --" -#: ../functions.php:975 ../functions.php:1080 +#: ../functions.php:1066 ../functions.php:1171 msgid "Starting Lineup" msgstr "スターティングメンバー" -#: ../functions.php:976 ../functions.php:1081 +#: ../functions.php:1067 ../functions.php:1172 msgid "Substitute" msgstr "補欠" -#: ../functions.php:1000 +#: ../functions.php:1091 msgid "None" msgstr "なし" -#: ../functions.php:1028 +#: ../functions.php:1119 msgid "Status" msgstr "ステータス" -#: ../functions.php:1101 ../functions.php:1118 +#: ../functions.php:1192 ../functions.php:1209 #: ../admin/hooks/admin-menu.php:46 ../admin/post-types/column.php:6 #: ../admin/post-types/event.php:7 ../admin/post-types/event.php:79 #: ../admin/post-types/event.php:94 ../admin/post-types/event.php:109 @@ -250,10 +258,858 @@ msgstr "ステータス" msgid "Add New" msgstr "新規追加" -#: ../admin/hooks/admin-enqueue-scripts.php:24 +#: ../admin/globals/continents.php:6 +msgid "Africa" +msgstr "アフリカ" + +#: ../admin/globals/continents.php:7 +msgid "Asia" +msgstr "アジア" + +#: ../admin/globals/continents.php:8 +msgid "Europe" +msgstr "ヨーロッパ" + +#: ../admin/globals/continents.php:9 +msgid "North America" +msgstr "北アメリカ" + +#: ../admin/globals/continents.php:10 +msgid "Oceania" +msgstr "オセアニア" + +#: ../admin/globals/continents.php:11 +msgid "South America" +msgstr "南アメリカ" + +#: ../admin/globals/countries.php:6 +msgid "Andorra" +msgstr "アンドラ" + +#: ../admin/globals/countries.php:7 +msgid "United Arab Emirates" +msgstr "アラブ首長国連邦" + +#: ../admin/globals/countries.php:8 +msgid "Afghanistan" +msgstr "アフガニスタン" + +#: ../admin/globals/countries.php:9 +msgid "Antigua and Barbuda" +msgstr "アンティグア・バーブーダ" + +#: ../admin/globals/countries.php:10 +msgid "Albania" +msgstr "アルバニア" + +#: ../admin/globals/countries.php:11 +msgid "Armenia" +msgstr "アルメニア" + +#: ../admin/globals/countries.php:12 +msgid "Angola" +msgstr "アンゴラ" + +#: ../admin/globals/countries.php:13 +msgid "Argentina" +msgstr "アルゼンチン" + +#: ../admin/globals/countries.php:14 +msgid "Austria" +msgstr "オーストリア" + +#: ../admin/globals/countries.php:15 +msgid "Australia" +msgstr "オーストラリア" + +#: ../admin/globals/countries.php:16 +msgid "Azerbaijan" +msgstr "アゼルバイジャン" + +#: ../admin/globals/countries.php:17 +msgid "Bosnia and Herzegovina" +msgstr "ボスニア・ヘルツェゴビナ" + +#: ../admin/globals/countries.php:18 +msgid "Barbados" +msgstr "バルバドス" + +#: ../admin/globals/countries.php:19 +msgid "Bangladesh" +msgstr "バングラデシュ" + +#: ../admin/globals/countries.php:20 +msgid "Belgium" +msgstr "ベルギー" + +#: ../admin/globals/countries.php:21 +msgid "Burkina Faso" +msgstr "ブルキナファソ" + +#: ../admin/globals/countries.php:22 +msgid "Bulgaria" +msgstr "ブルガリア" + +#: ../admin/globals/countries.php:23 +msgid "Bahrain" +msgstr "バーレーン" + +#: ../admin/globals/countries.php:24 +msgid "Burundi" +msgstr "ブルンジ" + +#: ../admin/globals/countries.php:25 +msgid "Benin" +msgstr "ベナン" + +#: ../admin/globals/countries.php:26 +msgid "Brunei" +msgstr "ブルネイ・ダルサラーム" + +#: ../admin/globals/countries.php:27 +msgid "Bolivia" +msgstr "ボリビア多民族国" + +#: ../admin/globals/countries.php:28 +msgid "Brazil" +msgstr "ブラジル" + +#: ../admin/globals/countries.php:29 +msgid "Bahamas" +msgstr "バハマ" + +#: ../admin/globals/countries.php:30 +msgid "Bhutan" +msgstr "ブータン" + +#: ../admin/globals/countries.php:31 +msgid "Botswana" +msgstr "ボツワナ" + +#: ../admin/globals/countries.php:32 +msgid "Belarus" +msgstr "ベラルーシ" + +#: ../admin/globals/countries.php:33 +msgid "Belize" +msgstr "ベリーズ" + +#: ../admin/globals/countries.php:34 +msgid "Canada" +msgstr "カナダ" + +#: ../admin/globals/countries.php:35 +msgid "Democratic Republic of the Congo" +msgstr "コンゴ民主共和国" + +#: ../admin/globals/countries.php:36 +msgid "Central African Republic" +msgstr "中央アフリカ共和国" + +#: ../admin/globals/countries.php:37 +msgid "Republic of the Congo" +msgstr "コンゴ共和国" + +#: ../admin/globals/countries.php:38 +msgid "Switzerland" +msgstr "スイス" + +#: ../admin/globals/countries.php:39 +msgid "Cote d'Ivoire" +msgstr "コートジボワール" + +#: ../admin/globals/countries.php:40 +msgid "Chile" +msgstr "チリ" + +#: ../admin/globals/countries.php:41 +msgid "Cameroon" +msgstr "カメルーン" + +#: ../admin/globals/countries.php:42 +msgid "China" +msgstr "中華人民共和国" + +#: ../admin/globals/countries.php:43 +msgid "Colombia" +msgstr "コロンビア" + +#: ../admin/globals/countries.php:44 +msgid "Costa Rica" +msgstr "コスタリカ" + +#: ../admin/globals/countries.php:45 +msgid "Cuba" +msgstr "キューバ" + +#: ../admin/globals/countries.php:46 +msgid "Cape Verde" +msgstr "カーボベルデ" + +#: ../admin/globals/countries.php:47 +msgid "Cyprus" +msgstr "キプロス" + +#: ../admin/globals/countries.php:48 +msgid "Czech Republic" +msgstr "チェコ" + +#: ../admin/globals/countries.php:49 +msgid "Germany" +msgstr "ドイツ" + +#: ../admin/globals/countries.php:50 +msgid "Djibouti" +msgstr "ジブチ" + +#: ../admin/globals/countries.php:51 +msgid "Denmark" +msgstr "デンマーク" + +#: ../admin/globals/countries.php:52 +msgid "Dominica" +msgstr "ドミニカ国" + +#: ../admin/globals/countries.php:53 +msgid "Dominican Republic" +msgstr "ドミニカ共和国" + +#: ../admin/globals/countries.php:54 +msgid "Algeria" +msgstr "アルジェリア" + +#: ../admin/globals/countries.php:55 +msgid "Ecuador" +msgstr "エクアドル" + +#: ../admin/globals/countries.php:56 +msgid "Estonia" +msgstr "エストニア" + +#: ../admin/globals/countries.php:57 +msgid "Egypt" +msgstr "エジプト" + +#: ../admin/globals/countries.php:58 +msgid "Western Sahara" +msgstr "西サハラ" + +#: ../admin/globals/countries.php:59 +msgid "England" +msgstr "イングランド" + +#: ../admin/globals/countries.php:60 +msgid "Eritrea" +msgstr "エリトリア" + +#: ../admin/globals/countries.php:61 +msgid "Spain" +msgstr "スペイン" + +#: ../admin/globals/countries.php:62 +msgid "Ethiopia" +msgstr "エチオピア" + +#: ../admin/globals/countries.php:63 +msgid "Finland" +msgstr "フィンランド" + +#: ../admin/globals/countries.php:64 +msgid "Fiji" +msgstr "フィジー" + +#: ../admin/globals/countries.php:65 +msgid "Micronesia" +msgstr "ミクロネシア連邦" + +#: ../admin/globals/countries.php:66 +msgid "France" +msgstr "フランス" + +#: ../admin/globals/countries.php:67 +msgid "Gabon" +msgstr "ガボン" + +#: ../admin/globals/countries.php:68 +msgid "United Kingdom" +msgstr "イギリス" + +#: ../admin/globals/countries.php:69 +msgid "Grenada" +msgstr "グレナダ" + +#: ../admin/globals/countries.php:70 +msgid "Georgia" +msgstr "グルジア" + +#: ../admin/globals/countries.php:71 +msgid "Ghana" +msgstr "ガーナ" + +#: ../admin/globals/countries.php:72 +msgid "Gambia" +msgstr "ガンビア" + +#: ../admin/globals/countries.php:73 +msgid "Guinea" +msgstr "ギニア" + +#: ../admin/globals/countries.php:74 +msgid "Equatorial Guinea" +msgstr "赤道ギニア" + +#: ../admin/globals/countries.php:75 +msgid "Greece" +msgstr "ギリシャ" + +#: ../admin/globals/countries.php:76 +msgid "Guatemala" +msgstr "グアテマラ" + +#: ../admin/globals/countries.php:77 +msgid "Guinea-Bissau" +msgstr "ギニアビサウ" + +#: ../admin/globals/countries.php:78 +msgid "Guyana" +msgstr "ガイアナ" + +#: ../admin/globals/countries.php:79 +msgid "Hong Kong" +msgstr "香港" + +#: ../admin/globals/countries.php:80 +msgid "Honduras" +msgstr "ホンジュラス" + +#: ../admin/globals/countries.php:81 +msgid "Croatia" +msgstr "クロアチア" + +#: ../admin/globals/countries.php:82 +msgid "Haiti" +msgstr "ハイチ" + +#: ../admin/globals/countries.php:83 +msgid "Hungary" +msgstr "ハンガリー" + +#: ../admin/globals/countries.php:84 +msgid "Indonesia" +msgstr "インドネシア" + +#: ../admin/globals/countries.php:85 +msgid "Ireland" +msgstr "アイルランド" + +#: ../admin/globals/countries.php:86 +msgid "Israel" +msgstr "イスラエル" + +#: ../admin/globals/countries.php:87 +msgid "India" +msgstr "インド" + +#: ../admin/globals/countries.php:88 +msgid "Iraq" +msgstr "イラク" + +#: ../admin/globals/countries.php:89 +msgid "Iran" +msgstr "イラン・イスラム共和国" + +#: ../admin/globals/countries.php:90 +msgid "Iceland" +msgstr "アイスランド" + +#: ../admin/globals/countries.php:91 +msgid "Italy" +msgstr "イタリア" + +#: ../admin/globals/countries.php:92 +msgid "Jamaica" +msgstr "ジャマイカ" + +#: ../admin/globals/countries.php:93 +msgid "Jordan" +msgstr "ヨルダン" + +#: ../admin/globals/countries.php:94 +msgid "Japan" +msgstr "日本" + +#: ../admin/globals/countries.php:95 +msgid "Kenya" +msgstr "ケニア" + +#: ../admin/globals/countries.php:96 +msgid "Kyrgyzstan" +msgstr "キルギス" + +#: ../admin/globals/countries.php:97 +msgid "Cambodia" +msgstr "カンボジア" + +#: ../admin/globals/countries.php:98 +msgid "Kiribati" +msgstr "キリバス" + +#: ../admin/globals/countries.php:99 +msgid "Comoros" +msgstr "コモロ" + +#: ../admin/globals/countries.php:100 +msgid "Saint Kitts and Nevis" +msgstr "セントクリストファー・ネイビス" + +#: ../admin/globals/countries.php:101 +msgid "North Korea" +msgstr "朝鮮民主主義人民共和国" + +#: ../admin/globals/countries.php:102 +msgid "South Korea" +msgstr "大韓民国" + +#: ../admin/globals/countries.php:103 +msgid "Kuwait" +msgstr "クウェート" + +#: ../admin/globals/countries.php:104 +msgid "Kazakhstan" +msgstr "カザフスタン" + +#: ../admin/globals/countries.php:105 +msgid "Laos" +msgstr "ラオス人民民主共和国" + +#: ../admin/globals/countries.php:106 +msgid "Lebanon" +msgstr "レバノン" + +#: ../admin/globals/countries.php:107 +msgid "Saint Lucia" +msgstr "セントルシア" + +#: ../admin/globals/countries.php:108 +msgid "Liechtenstein" +msgstr "リヒテンシュタイン" + +#: ../admin/globals/countries.php:109 +msgid "Sri Lanka" +msgstr "スリランカ" + +#: ../admin/globals/countries.php:110 +msgid "Liberia" +msgstr "リベリア" + +#: ../admin/globals/countries.php:111 +msgid "Lesotho" +msgstr "レソト" + +#: ../admin/globals/countries.php:112 +msgid "Lithuania" +msgstr "リトアニア" + +#: ../admin/globals/countries.php:113 +msgid "Luxembourg" +msgstr "ルクセンブルク" + +#: ../admin/globals/countries.php:114 +msgid "Latvia" +msgstr "ラトビア" + +#: ../admin/globals/countries.php:115 +msgid "Libya" +msgstr "リビア" + +#: ../admin/globals/countries.php:116 +msgid "Morocco" +msgstr "モロッコ" + +#: ../admin/globals/countries.php:117 +msgid "Monaco" +msgstr "モナコ" + +#: ../admin/globals/countries.php:118 +msgid "Moldova" +msgstr "モルドバ共和国" + +#: ../admin/globals/countries.php:119 +msgid "Montenegro" +msgstr "モンテネグロ" + +#: ../admin/globals/countries.php:120 +msgid "Madagascar" +msgstr "マダガスカル" + +#: ../admin/globals/countries.php:121 +msgid "Marshall Islands" +msgstr "マーシャル諸島" + +#: ../admin/globals/countries.php:122 +msgid "Macedonia" +msgstr "マケドニア旧ユーゴスラビア共和国" + +#: ../admin/globals/countries.php:123 +msgid "Mali" +msgstr "マリ" + +#: ../admin/globals/countries.php:124 +msgid "Myanmar" +msgstr "ミャンマー" + +#: ../admin/globals/countries.php:125 +msgid "Mongolia" +msgstr "モンゴル" + +#: ../admin/globals/countries.php:126 +msgid "Macau" +msgstr "マカオ" + +#: ../admin/globals/countries.php:127 +msgid "Mauritania" +msgstr "モーリタニア" + +#: ../admin/globals/countries.php:128 +msgid "Malta" +msgstr "マルタ" + +#: ../admin/globals/countries.php:129 +msgid "Mauritius" +msgstr "モーリシャス" + +#: ../admin/globals/countries.php:130 +msgid "Maldives" +msgstr "モルディブ" + +#: ../admin/globals/countries.php:131 +msgid "Malawi" +msgstr "マラウイ" + +#: ../admin/globals/countries.php:132 +msgid "Mexico" +msgstr "メキシコ" + +#: ../admin/globals/countries.php:133 +msgid "Malaysia" +msgstr "マレーシア" + +#: ../admin/globals/countries.php:134 +msgid "Mozambique" +msgstr "モザンビーク" + +#: ../admin/globals/countries.php:135 +msgid "Namibia" +msgstr "ナミビア" + +#: ../admin/globals/countries.php:136 +msgid "Northern Ireland" +msgstr "北アイルランド" + +#: ../admin/globals/countries.php:137 +msgid "Niger" +msgstr "ニジェール" + +#: ../admin/globals/countries.php:138 +msgid "Nigeria" +msgstr "ナイジェリア" + +#: ../admin/globals/countries.php:139 +msgid "Nicaragua" +msgstr "ニカラグア" + +#: ../admin/globals/countries.php:140 +msgid "Netherlands" +msgstr "オランダ" + +#: ../admin/globals/countries.php:141 +msgid "Norway" +msgstr "ノルウェー" + +#: ../admin/globals/countries.php:142 +msgid "Nepal" +msgstr "ネパール" + +#: ../admin/globals/countries.php:143 +msgid "Nauru" +msgstr "ナウル" + +#: ../admin/globals/countries.php:144 +msgid "New Zealand" +msgstr "ニュージーランド" + +#: ../admin/globals/countries.php:145 +msgid "Oman" +msgstr "オマーン" + +#: ../admin/globals/countries.php:146 +msgid "Panama" +msgstr "パナマ" + +#: ../admin/globals/countries.php:147 +msgid "Peru" +msgstr "ペルー" + +#: ../admin/globals/countries.php:148 +msgid "Papua New Guinea" +msgstr "パプアニューギニア" + +#: ../admin/globals/countries.php:149 +msgid "Philippines" +msgstr "フィリピン" + +#: ../admin/globals/countries.php:150 +msgid "Pakistan" +msgstr "パキスタン" + +#: ../admin/globals/countries.php:151 +msgid "Poland" +msgstr "ポーランド" + +#: ../admin/globals/countries.php:152 +msgid "Portugal" +msgstr "ポルトガル" + +#: ../admin/globals/countries.php:153 +msgid "Palau" +msgstr "パラオ" + +#: ../admin/globals/countries.php:154 +msgid "Paraguay" +msgstr "パラグアイ" + +#: ../admin/globals/countries.php:155 +msgid "Qatar" +msgstr "カタール" + +#: ../admin/globals/countries.php:156 +msgid "Romania" +msgstr "ルーマニア" + +#: ../admin/globals/countries.php:157 +msgid "Serbia" +msgstr "セルビア" + +#: ../admin/globals/countries.php:158 +msgid "Russia" +msgstr "ロシア連邦" + +#: ../admin/globals/countries.php:159 +msgid "Rwanda" +msgstr "ルワンダ" + +#: ../admin/globals/countries.php:160 +msgid "Saudi Arabia" +msgstr "サウジアラビア" + +#: ../admin/globals/countries.php:161 +msgid "Solomon Islands" +msgstr "ソロモン諸島" + +#: ../admin/globals/countries.php:162 +msgid "Seychelles" +msgstr "セーシェル" + +#: ../admin/globals/countries.php:163 +msgid "Sudan" +msgstr "スーダン" + +#: ../admin/globals/countries.php:164 +msgid "Sweden" +msgstr "スウェーデン" + +#: ../admin/globals/countries.php:165 +msgid "Scotland" +msgstr "スコットランド" + +#: ../admin/globals/countries.php:166 +msgid "Singapore" +msgstr "シンガポール" + +#: ../admin/globals/countries.php:167 +msgid "Slovenia" +msgstr "スロベニア" + +#: ../admin/globals/countries.php:168 +msgid "Slovakia" +msgstr "スロバキア" + +#: ../admin/globals/countries.php:169 +msgid "Sierra Leone" +msgstr "シエラレオネ" + +#: ../admin/globals/countries.php:170 +msgid "San Marino" +msgstr "サンマリノ" + +#: ../admin/globals/countries.php:171 +msgid "Senegal" +msgstr "セネガル" + +#: ../admin/globals/countries.php:172 +msgid "Somalia" +msgstr "ソマリア" + +#: ../admin/globals/countries.php:173 +msgid "Suriname" +msgstr "スリナム" + +#: ../admin/globals/countries.php:174 +msgid "Sao Tome and Principe" +msgstr "サントメ・プリンシペ" + +#: ../admin/globals/countries.php:175 +msgid "El Salvador" +msgstr "エルサルバドル" + +#: ../admin/globals/countries.php:176 +msgid "Swaziland" +msgstr "スワジランド" + +#: ../admin/globals/countries.php:177 +msgid "Chad" +msgstr "チャド" + +#: ../admin/globals/countries.php:178 +msgid "Togo" +msgstr "トーゴ" + +#: ../admin/globals/countries.php:179 +msgid "Thailand" +msgstr "タイ" + +#: ../admin/globals/countries.php:180 +msgid "Tajikistan" +msgstr "タジキスタン" + +#: ../admin/globals/countries.php:181 +msgid "East Timor" +msgstr "東ティモール" + +#: ../admin/globals/countries.php:182 +msgid "Turkmenistan" +msgstr "トルクメニスタン" + +#: ../admin/globals/countries.php:183 +msgid "Tunisia" +msgstr "チュニジア" + +#: ../admin/globals/countries.php:184 +msgid "Tonga" +msgstr "トンガ" + +#: ../admin/globals/countries.php:185 +msgid "Turkey" +msgstr "トルコ" + +#: ../admin/globals/countries.php:186 +msgid "Trinidad and Tobago" +msgstr "トリニダード・トバゴ" + +#: ../admin/globals/countries.php:187 +msgid "Tuvalu" +msgstr "ツバル" + +#: ../admin/globals/countries.php:188 +msgid "Taiwan" +msgstr "台湾" + +#: ../admin/globals/countries.php:189 +msgid "Tanzania" +msgstr "タンザニア" + +#: ../admin/globals/countries.php:190 +msgid "Ukraine" +msgstr "ウクライナ" + +#: ../admin/globals/countries.php:191 +msgid "Uganda" +msgstr "ウガンダ" + +#: ../admin/globals/countries.php:192 +msgid "United States" +msgstr "アメリカ合衆国" + +#: ../admin/globals/countries.php:193 +msgid "Uruguay" +msgstr "ウルグアイ" + +#: ../admin/globals/countries.php:194 +msgid "Uzbekistan" +msgstr "ウズベキスタン" + +#: ../admin/globals/countries.php:195 +msgid "Vatican City" +msgstr "バチカン市国" + +#: ../admin/globals/countries.php:196 +msgid "Saint Vincent and the Grenadines" +msgstr "セントビンセントおよびグレナディーン諸島" + +#: ../admin/globals/countries.php:197 +msgid "Venezuela" +msgstr "ベネズエラ・ボリバル共和国" + +#: ../admin/globals/countries.php:198 +msgid "Vietnam" +msgstr "ベトナム" + +#: ../admin/globals/countries.php:199 +msgid "Vanuatu" +msgstr "バヌアツ" + +#: ../admin/globals/countries.php:200 +msgid "Wales" +msgstr "ウェールズ" + +#: ../admin/globals/countries.php:201 +msgid "Samoa" +msgstr "サモア" + +#: ../admin/globals/countries.php:202 +msgid "Yemen" +msgstr "イエメン" + +#: ../admin/globals/countries.php:203 +msgid "South Africa" +msgstr "南アフリカ" + +#: ../admin/globals/countries.php:204 +msgid "Zambia" +msgstr "ザンビア" + +#: ../admin/globals/countries.php:205 +msgid "Zimbabwe" +msgstr "ジンバブエ" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 msgid "— Remove —" msgstr "— 削除 —" +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:38 ../admin/tools/dashboard.php:54 +msgid "days" +msgstr "日" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:39 +msgid "hrs" +msgstr "時間" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:40 +msgid "mins" +msgstr "分" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:41 +msgid "secs" +msgstr "秒" + #: ../admin/hooks/admin-menu.php:52 ../admin/post-types/player.php:37 #: ../admin/post-types/player.php:169 ../admin/post-types/player.php:176 #: ../admin/post-types/staff.php:55 ../admin/post-types/team.php:50 @@ -335,12 +1191,6 @@ msgstr "写真を選択" msgid "Remove Photo" msgstr "写真を削除" -#: ../admin/hooks/gettext.php:36 ../admin/hooks/gettext.php:39 -#: ../admin/hooks/gettext.php:42 -#, php-format -msgid "Date/Time: %1$s" -msgstr "キックオフ: %1$s" - #: ../admin/hooks/manage-posts-columns.php:3 ../admin/post-types/event.php:218 #: ../admin/post-types/list.php:39 ../admin/post-types/player.php:39 #: ../admin/post-types/staff.php:57 ../admin/post-types/table.php:38 @@ -401,11 +1251,11 @@ msgstr "%1$sに公開するよう予約しました。" msgid "League Manager" msgstr "リーグマネージャー" -#: ../admin/hooks/register-activation-hook.php:84 +#: ../admin/hooks/register-activation-hook.php:86 msgid "Team Manager" msgstr "チームマネージャー" -#: ../admin/hooks/register-activation-hook.php:129 +#: ../admin/hooks/register-activation-hook.php:131 #: ../admin/post-types/event.php:137 ../admin/post-types/staff.php:4 #: ../admin/post-types/staff.php:5 ../admin/post-types/staff.php:15 msgid "Staff" @@ -427,26 +1277,6 @@ msgstr "すべてのシーズンを表示" msgid "Show all teams" msgstr "すべてのチームを表示" -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:46 -msgid "days" -msgstr "日" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:47 -msgid "hrs" -msgstr "時間" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:48 -msgid "mins" -msgstr "分" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:49 -msgid "secs" -msgstr "秒" - #: ../admin/hooks/wp-insert-post-data.php:13 msgid "vs" msgstr "vs" @@ -805,6 +1635,27 @@ msgstr "緯度" msgid "Longitude" msgstr "経度" +#: ../admin/tools/dashboard.php:34 +msgid "SportsPress Status" +msgstr "SportsPress ステータス" + +#: ../admin/tools/dashboard.php:54 +#, php-format +msgid "%s until next event" +msgstr "次のイベントまで%s" + +#: ../admin/tools/dashboard.php:61 +#, php-format +msgid "%s event scheduled" +msgid_plural "%s events scheduled" +msgstr[0] "%sイベント予約済み" + +#: ../admin/tools/dashboard.php:66 +#, php-format +msgid "%s event published" +msgid_plural "%s events published" +msgstr[0] "%sイベント公開済み" + #: ../admin/tools/importers.php:37 msgid "SportsPress Teams (CSV)" msgstr "SportsPress チーム (CSV)" @@ -1026,617 +1877,11 @@ msgstr "ラグビー" msgid "Soccer (Association Football)" msgstr "サッカー" -#, fuzzy -#~ msgid "None." -#~ msgstr "なし" - -#~ msgid "No Events found." -#~ msgstr "イベントが見つかりませんでした" - -#~ msgid "No teams found." -#~ msgstr "チームが見つかりませんでした" - -#, fuzzy -#~ msgid "Select Nationality" -#~ msgstr "国籍" - -#, fuzzy -#~ msgid "Select:" -#~ msgstr "試合記録" - -#~ msgid "A list of upcoming events." -#~ msgstr "予定されているイベントのリスト" - -#, fuzzy -#~ msgid "SportsPress Future Events" -#~ msgstr "試合日程" - -#~ msgid "Future Events" -#~ msgstr "試合日程" - -#~ msgid "League:" -#~ msgstr "リーグ:" - -#~ msgid "Season:" -#~ msgstr "シーズン:" - -#~ msgid "Venue:" -#~ msgstr "会場:" - -#~ msgid "Team:" -#~ msgstr "チーム:" - -#, fuzzy -#~ msgid "Number of events to show:" -#~ msgstr "表示する%sの数:" - -#, fuzzy -#~ msgid "Select League Table:" -#~ msgstr "順位表:" - -#, fuzzy -#~ msgid "Select Player List:" -#~ msgstr "選手名鑑" - -#~ msgid "A list of recent events." -#~ msgstr "直近行われたイベントのリスト" - -#, fuzzy -#~ msgid "SportsPress Recent Events" -#~ msgstr "試合記録" - -#~ msgid "Recent Events" -#~ msgstr "試合記録" - -#, fuzzy -#~ msgid "Select Positions" -#~ msgstr "写真を選択" - -#, fuzzy -#~ msgid "Select Team" -#~ msgstr "選択" - -#, fuzzy -#~ msgid "Select Leagues" -#~ msgstr "ロゴを選択" - -#, fuzzy -#~ msgid "Select Seasons" -#~ msgstr "%sを選択" - -#~ msgid "Add New Column" -#~ msgstr "新規列を追加" - -#~ msgid "Edit Column" -#~ msgstr "列を編集" - -#~ msgid "New Column" -#~ msgstr "新規列" - -#~ msgid "View Column" -#~ msgstr "列を表示" - -#~ msgid "Search Columns" -#~ msgstr "列を検索" - -#~ msgid "No columns found." -#~ msgstr "列が見つかりませんでした" - -#~ msgid "No columns found in trash." -#~ msgstr "ゴミ箱内に列が見つかりませんでした。" - -#~ msgid "Add New Event" -#~ msgstr "新規イベントを追加" - -#~ msgid "Edit Event" -#~ msgstr "イベントを編集" - -#~ msgid "New Event" -#~ msgstr "新規イベント" - -#~ msgid "View Event" -#~ msgstr "イベントを表示" - -#~ msgid "Search Events" -#~ msgstr "イベントを検索" - -#~ msgid "No events found." -#~ msgstr "イベントが見つかりませんでした" - -#~ msgid "No events found in trash." -#~ msgstr "ゴミ箱内にイベントが見つかりませんでした。" - -#~ msgid "Add New League" -#~ msgstr "新規リーグを追加" - -#~ msgid "Add New Season" -#~ msgstr "新規リーグを追加" - -#~ msgid "Add New Venue" -#~ msgstr "新規リーグを追加" - -#~ msgid "Add New Player List" -#~ msgstr "新規選手名鑑" - -#~ msgid "Edit Player List" -#~ msgstr "選手名鑑を編集" - -#~ msgid "New Player List" -#~ msgstr "新規選手名鑑" - -#~ msgid "View Player List" -#~ msgstr "選手名鑑を表示" - -#~ msgid "Search Player Lists" -#~ msgstr "選手名鑑を検索" - -#~ msgid "No player lists found." -#~ msgstr "選手名鑑が見つかりませんでした。" - -#~ msgid "No player lists found in trash." -#~ msgstr "ゴミ箱内に選手名鑑が見つかりませんでした。" - -#~ msgid "All Teams" -#~ msgstr "チーム一覧" - -#~ msgid "Add New Team" -#~ msgstr "新規チームを追加" - -#~ msgid "Add New Player" -#~ msgstr "新規選手を追加" - -#~ msgid "Add New Metric" -#~ msgstr "新規メトリックを追加" - -#~ msgid "Edit Metric" -#~ msgstr "メトリックを編集" - -#~ msgid "New Metric" -#~ msgstr "新規メトリック" - -#~ msgid "View Metric" -#~ msgstr "メトリックを表示" - -#~ msgid "Search Metrics" -#~ msgstr "メトリックを検索" - -#~ msgid "No metrics found." -#~ msgstr "メトリックが見つかりませんでした。" - -#~ msgid "No metrics found in trash." -#~ msgstr "ゴミ箱内にメトリックが見つかりませんでした。" - -#~ msgid "Add New Outcome" -#~ msgstr "新規勝敗を追加" - -#~ msgid "Edit Outcome" -#~ msgstr "勝敗を編集" - -#, fuzzy -#~ msgid "New Outcome" -#~ msgstr "勝敗" - -#, fuzzy -#~ msgid "View Outcome" -#~ msgstr "勝敗" - -#, fuzzy -#~ msgid "Search Outcomes" -#~ msgstr "勝敗" - -#, fuzzy -#~ msgid "No outcomes found." -#~ msgstr "%sが見つかりませんでした" - -#, fuzzy -#~ msgid "No outcomes found in trash." -#~ msgstr "ゴミ箱内に%sが見つかりませんでした。" - -#, fuzzy -#~ msgid "Edit Player" -#~ msgstr "選手" - -#, fuzzy -#~ msgid "New Player" -#~ msgstr "選手" - -#, fuzzy -#~ msgid "View Player" -#~ msgstr "選手" - -#, fuzzy -#~ msgid "Search Players" -#~ msgstr "%sを検索" - -#, fuzzy -#~ msgid "No players found." -#~ msgstr "%sが見つかりませんでした" - -#, fuzzy -#~ msgid "No players found in trash." -#~ msgstr "ゴミ箱内に%sが見つかりませんでした。" - -#, fuzzy -#~ msgid "Add New Result" -#~ msgstr "新規%sを追加" - -#, fuzzy -#~ msgid "Edit Result" -#~ msgstr "主な結果" - -#, fuzzy -#~ msgid "New Result" -#~ msgstr "結果" - -#, fuzzy -#~ msgid "View Result" -#~ msgstr "主な結果" - -#, fuzzy -#~ msgid "Search Results" -#~ msgstr "%sを検索" - -#, fuzzy -#~ msgid "No results found in trash." -#~ msgstr "ゴミ箱内に%sが見つかりませんでした。" - -#, fuzzy -#~ msgid "Add New Staff" -#~ msgstr "新規追加" - -#, fuzzy -#~ msgid "Edit Staff" -#~ msgstr "スタッフ" - -#, fuzzy -#~ msgid "New Staff" -#~ msgstr "スタッフ" - -#, fuzzy -#~ msgid "View Staff" -#~ msgstr "スタッフ" - -#, fuzzy -#~ msgid "No staff found." -#~ msgstr "%sが見つかりませんでした" - -#, fuzzy -#~ msgid "No staff found in trash." -#~ msgstr "ゴミ箱内に%sが見つかりませんでした。" - -#, fuzzy -#~ msgid "Add New Statistic" -#~ msgstr "統計" - -#, fuzzy -#~ msgid "Edit Statistic" -#~ msgstr "統計" - -#, fuzzy -#~ msgid "New Statistic" -#~ msgstr "統計" - -#, fuzzy -#~ msgid "View Statistic" -#~ msgstr "統計" - -#, fuzzy -#~ msgid "Search Statistics" -#~ msgstr "選手統計" - -#, fuzzy -#~ msgid "No statistics found." -#~ msgstr "%sが見つかりませんでした" - -#, fuzzy -#~ msgid "No statistics found in trash." -#~ msgstr "ゴミ箱内に%sが見つかりませんでした。" - -#, fuzzy -#~ msgid "Add New League Table" -#~ msgstr "順位表" - -#, fuzzy -#~ msgid "Edit League Table" -#~ msgstr "順位表" - -#, fuzzy -#~ msgid "New League Table" -#~ msgstr "順位表" - -#, fuzzy -#~ msgid "View League Table" -#~ msgstr "順位表" - -#, fuzzy -#~ msgid "Search League Tables" -#~ msgstr "順位表" - -#, fuzzy -#~ msgid "No league tables found." -#~ msgstr "順位表" - -#, fuzzy -#~ msgid "No league tables found in trash." -#~ msgstr "ゴミ箱内に%sが見つかりませんでした。" - -#, fuzzy -#~ msgid "Edit Team" -#~ msgstr "%sを編集" - -#, fuzzy -#~ msgid "New Team" -#~ msgstr "チーム" - -#, fuzzy -#~ msgid "View Team" -#~ msgstr "%sを表示" - -#, fuzzy -#~ msgid "Search Teams" -#~ msgstr "%sを検索" - -#, fuzzy -#~ msgid "No teams found in trash." -#~ msgstr "ゴミ箱内に%sが見つかりませんでした。" - -#, fuzzy -#~ msgid "Edit Results" -#~ msgstr "結果" - -#, fuzzy -#~ msgid "Edit Outcomes" -#~ msgstr "勝敗" - -#, fuzzy -#~ msgid "Edit Metrics" -#~ msgstr "メトリック" - -#, fuzzy -#~ msgid "Edit Statistics" -#~ msgstr "統計" - -#, fuzzy -#~ msgid "Edit Columns" -#~ msgstr "列" - -#, fuzzy -#~ msgid "All Leagues" -#~ msgstr "リーグ" - -#, fuzzy -#~ msgid "Edit League" -#~ msgstr "リーグ" - -#, fuzzy -#~ msgid "View League" -#~ msgstr "リーグ" - -#, fuzzy -#~ msgid "Update League" -#~ msgstr "%sを更新" - -#, fuzzy -#~ msgid "New League Name" -#~ msgstr "新規%s名" - -#, fuzzy -#~ msgid "Parent League" -#~ msgstr "親%s" - -#, fuzzy -#~ msgid "Parent League:" -#~ msgstr "リーグ:" - -#, fuzzy -#~ msgid "Search Leagues" -#~ msgstr "%sを検索" - -#, fuzzy -#~ msgid "No leagues found." -#~ msgstr "%sが見つかりませんでした" - -#, fuzzy -#~ msgid "All Positions" -#~ msgstr "ポジション" - -#, fuzzy -#~ msgid "Edit Position" -#~ msgstr "ポジション" - -#, fuzzy -#~ msgid "View Position" -#~ msgstr "ポジション" - -#, fuzzy -#~ msgid "Update Position" -#~ msgstr "ポジション" - -#, fuzzy -#~ msgid "Add New Position" -#~ msgstr "新規%sを追加" - -#, fuzzy -#~ msgid "New Position Name" -#~ msgstr "新規%s名" - -#, fuzzy -#~ msgid "Parent Position" -#~ msgstr "ポジション" - -#, fuzzy -#~ msgid "Parent Position:" -#~ msgstr "ポジション" - -#, fuzzy -#~ msgid "Search Positions" -#~ msgstr "ポジション" - -#, fuzzy -#~ msgid "No positions found." -#~ msgstr "%sが見つかりませんでした" - -#, fuzzy -#~ msgid "All Seasons" -#~ msgstr "シーズン" - -#, fuzzy -#~ msgid "Edit Season" -#~ msgstr "シーズン" - -#, fuzzy -#~ msgid "View Season" -#~ msgstr "シーズン" - -#, fuzzy -#~ msgid "Update Season" -#~ msgstr "%sを更新" - -#, fuzzy -#~ msgid "New Season Name" -#~ msgstr "新規%s名" - -#, fuzzy -#~ msgid "Parent Season" -#~ msgstr "親%s" - -#, fuzzy -#~ msgid "Parent Season:" -#~ msgstr "親%s" - -#, fuzzy -#~ msgid "Search Seasons" -#~ msgstr "%sを検索" - -#, fuzzy -#~ msgid "No seasons found." -#~ msgstr "%sが見つかりませんでした" - -#, fuzzy -#~ msgid "All Venues" -#~ msgstr "会場" - -#, fuzzy -#~ msgid "Edit Venue" -#~ msgstr "会場" - -#, fuzzy -#~ msgid "View Venue" -#~ msgstr "会場" - -#, fuzzy -#~ msgid "New Venue Name" -#~ msgstr "新規%s名" - -#, fuzzy -#~ msgid "Parent Venue" -#~ msgstr "親%s" - -#, fuzzy -#~ msgid "Parent Venue:" -#~ msgstr "親%s" - -#, fuzzy -#~ msgid "Search Venues" -#~ msgstr "%sを検索" - -#, fuzzy -#~ msgid "No venues found." -#~ msgstr "%sが見つかりませんでした" - -#, fuzzy -#~ msgid "Eritrea" -#~ msgstr "連勝敗" - -#, fuzzy -#~ msgid "France" -#~ msgstr "キャンセル" - -#, fuzzy -#~ msgid "New Zealand" -#~ msgstr "チーム" - -#, fuzzy -#~ msgid "East Timor" -#~ msgstr "チーム" - -#~ msgid "Precision" -#~ msgstr "浮動小数点数" - -#~ msgid "Sum" -#~ msgstr "合計" - -#~ msgid "events" -#~ msgstr "試合" - -#~ msgid "Map" -#~ msgstr "地図" - -#~ msgid "%s updated." -#~ msgstr "%sを更新しました。" - -#~ msgid "%s published." -#~ msgstr "%sを公開しました。" - -#~ msgid "%s submitted." -#~ msgstr "%sを作成しました。" - -#~ msgid "%s draft updated." -#~ msgstr "%sの下書きを更新しました。" - -#~ msgid "columns" -#~ msgstr "列" - -#~ msgid "metrics" -#~ msgstr "メトリック" - -#~ msgid "outcome" -#~ msgstr "勝敗" - -#~ msgid "players" -#~ msgstr "選手" - -#~ msgid "Value" -#~ msgstr "値" - -#~ msgid "result" -#~ msgstr "結果" - -#~ msgid "staff" -#~ msgstr "スタッフ" - -#~ msgid "statistics" -#~ msgstr "統計" - -#~ msgid "teams" -#~ msgstr "チーム" - -#~ msgid "league" -#~ msgstr "リーグ" - -#~ msgid "position" -#~ msgstr "ポジション" - -#~ msgid "season" -#~ msgstr "シーズン" - -#~ msgid "venue" -#~ msgstr "会場" - -#~ msgid "Countdown" -#~ msgstr "カウントダウン" - -#~ msgid "Event:" -#~ msgstr "イベント:" - -#~ msgid "1 View" -#~ msgstr "1回" +#~ msgid "%1$s %2$s" +#~ msgstr "%1$s %2$s" #~ msgid "-- Not Set --" -#~ msgstr "-- 未設定 --" - -#~ msgid "positions" -#~ msgstr "ポジション" +#~ msgstr "-- Pas réglé --" #~ msgid "Points" #~ msgstr "点数" @@ -1650,11 +1895,9 @@ msgstr "サッカー" #~ msgid "Weight" #~ msgstr "体重" -#, fuzzy #~ msgid "Conversions" #~ msgstr "ポジション" -#, fuzzy #~ msgid "Drop Goals" #~ msgstr "得点" @@ -1670,9 +1913,6 @@ msgstr "サッカー" #~ msgid "Red Cards" #~ msgstr "退場" -#~ msgid "%1$s %2$s" -#~ msgstr "%2$s年%1$s月" - #~ msgid "#" #~ msgstr "#" @@ -1691,26 +1931,12 @@ msgstr "サッカー" #~ msgid "Appearances" #~ msgstr "出場" -#~ msgid "Joined: %1$s" -#~ msgstr "入団日: %1$s" - -#~ msgid "Table Columns" -#~ msgstr "順位表列" - -#~ msgid "Table Column" -#~ msgstr "順位表列" - #~ msgid "table columns" #~ msgstr "順位表列" #~ msgid "Format" #~ msgstr "フォーマット" -#, fuzzy -#~ msgid "Player Statistic" -#~ msgstr "選手名鑑" - -#, fuzzy #~ msgid "player statistics" #~ msgstr "選手名鑑" diff --git a/languages/sportspress-sv_SE.mo b/languages/sportspress-sv_SE.mo new file mode 100644 index 00000000..fa428e1f Binary files /dev/null and b/languages/sportspress-sv_SE.mo differ diff --git a/languages/sportpress-sv_SE.po b/languages/sportspress-sv_SE.po similarity index 63% rename from languages/sportpress-sv_SE.po rename to languages/sportspress-sv_SE.po index a5d791e6..099452d4 100644 --- a/languages/sportpress-sv_SE.po +++ b/languages/sportspress-sv_SE.po @@ -1,150 +1,157 @@ +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: SportsPress 0.4\n" +"Project-Id-Version: SportsPress\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-21 15:18+1000\n" -"PO-Revision-Date: 2014-02-28 20:56+1000\n" -"Last-Translator: ThemeBoy \n" -"Language-Team: ThemeBoy \n" -"Language: en_US\n" +"POT-Creation-Date: 2014-03-02 13:27+1000\n" +"PO-Revision-Date: 2014-03-02 15:04+1000\n" +"Last-Translator: ThemeBoy \n" +"Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/" +"sportspress/language/sv_SE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: sv_SE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.6.3\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-Bookmarks: -1,75,-1,-1,-1,-1,-1,-1,-1,-1\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-Bookmarks: -1,75,-1,-1,-1,-1,-1,-1,-1,-1\n" "X-Poedit-SearchPath-0: ..\n" -#: ../functions.php:74 +#: ../functions.php:164 msgid "1 view" msgstr "1 visning" -#: ../functions.php:76 +#: ../functions.php:166 #, php-format msgid "%s views" msgstr "%s visningar" -#: ../functions.php:101 +#: ../functions.php:191 msgid "Scheduled" msgstr "Schemalagt" -#: ../functions.php:103 ../functions.php:533 ../functions.php:536 -#: ../functions.php:1996 ../functions.php:2198 ../functions.php:2333 +#: ../functions.php:193 ../functions.php:624 ../functions.php:627 +#: ../functions.php:2087 ../functions.php:2289 ../functions.php:2424 #: ../admin/post-types/list.php:117 ../admin/widgets/player-list.php:78 #: ../admin/widgets/player-list.php:91 msgid "Played" msgstr "Spelad" -#: ../functions.php:105 +#: ../functions.php:195 msgid "Draft" msgstr "Utkast" -#: ../functions.php:107 +#: ../functions.php:197 msgid "Pending Review" msgstr "Väntar pÃ¥ granskning" -#: ../functions.php:109 ../admin/hooks/post-updated-messages.php:34 +#: ../functions.php:199 ../admin/hooks/post-updated-messages.php:34 msgid "M j, Y @ G:i" msgstr "j M, Y @ G:i" -#: ../functions.php:130 ../functions.php:134 ../functions.php:467 -#: ../functions.php:1059 ../admin/templates/event-players.php:82 +#: ../functions.php:220 ../functions.php:224 ../functions.php:558 +#: ../functions.php:1150 ../admin/templates/event-players.php:82 msgid "Total" msgstr "Summa" -#: ../functions.php:130 ../functions.php:468 +#: ../functions.php:220 ../functions.php:559 msgid "Average" msgstr "Medel" -#: ../functions.php:172 +#: ../functions.php:262 msgid "Integer" msgstr "Heltal" -#: ../functions.php:173 +#: ../functions.php:263 msgid "Decimal" msgstr "Decimal" -#: ../functions.php:174 ../admin/templates/event-details.php:13 +#: ../functions.php:264 ../admin/templates/event-details.php:13 msgid "Time" msgstr "Tid" -#: ../functions.php:175 +#: ../functions.php:265 msgid "Custom Field" msgstr "Eget fält" -#: ../functions.php:396 ../functions.php:449 +#: ../functions.php:486 ../functions.php:540 msgid "(no title)" msgstr "(ingen titel)" -#: ../functions.php:533 ../functions.php:536 ../admin/post-types/event.php:6 +#: ../functions.php:503 +msgid "Select All" +msgstr "" + +#: ../functions.php:624 ../functions.php:627 ../admin/post-types/event.php:6 #: ../admin/post-types/event.php:16 ../admin/settings/settings.php:11 msgid "Events" msgstr "Evenemang" -#: ../functions.php:533 +#: ../functions.php:624 msgid "Attended" msgstr "Besökt" -#: ../functions.php:539 ../admin/post-types/event.php:53 +#: ../functions.php:630 ../admin/post-types/event.php:53 #: ../admin/post-types/result.php:4 ../admin/post-types/result.php:15 #: ../admin/settings/events.php:16 ../admin/templates/event-results.php:55 msgid "Results" msgstr "Resultat" -#: ../functions.php:542 ../functions.php:543 ../functions.php:544 -#: ../functions.php:545 ../admin/post-types/outcome.php:4 +#: ../functions.php:633 ../functions.php:634 ../functions.php:635 +#: ../functions.php:636 ../admin/post-types/outcome.php:4 #: ../admin/post-types/outcome.php:15 ../admin/settings/events.php:55 msgid "Outcomes" msgstr "Utfall" -#: ../functions.php:543 +#: ../functions.php:634 msgid "Streak" msgstr "Svit" -#: ../functions.php:544 +#: ../functions.php:635 msgid "Last 5" msgstr "Sista 5" -#: ../functions.php:545 +#: ../functions.php:636 msgid "Last 10" msgstr "Sista 10" -#: ../functions.php:548 ../admin/post-types/column.php:4 +#: ../functions.php:639 ../admin/post-types/column.php:4 #: ../admin/post-types/column.php:15 ../admin/post-types/team.php:41 #: ../admin/settings/tables.php:11 msgid "Columns" msgstr "Kolumner" -#: ../functions.php:551 +#: ../functions.php:642 msgid "Player Statistics" msgstr "Spelarstatistik" -#: ../functions.php:560 +#: ../functions.php:651 msgid "Operators" msgstr "Operatörer" -#: ../functions.php:573 +#: ../functions.php:664 msgid "Constants" msgstr "Konstanter" -#: ../functions.php:577 ../admin/settings/settings.php:46 +#: ../functions.php:668 ../admin/settings/settings.php:46 msgid "— Select —" msgstr "— Välj —" -#: ../functions.php:690 ../functions.php:844 ../functions.php:919 -#: ../functions.php:1804 ../functions.php:2333 ../admin/hooks/gettext.php:9 +#: ../functions.php:781 ../functions.php:935 ../functions.php:1010 +#: ../functions.php:1895 ../functions.php:2424 ../admin/hooks/gettext.php:9 #: ../admin/post-types/list.php:38 ../admin/post-types/list.php:95 #: ../admin/post-types/player.php:147 ../admin/post-types/team.php:5 #: ../admin/post-types/team.php:49 ../admin/templates/event-results.php:59 msgid "Team" msgstr "Lag" -#: ../functions.php:712 ../admin/post-types/column.php:7 +#: ../functions.php:803 ../admin/post-types/column.php:7 #: ../admin/post-types/event.php:8 ../admin/post-types/list.php:7 #: ../admin/post-types/metric.php:7 ../admin/post-types/outcome.php:7 #: ../admin/post-types/player.php:7 ../admin/post-types/result.php:7 @@ -158,22 +165,22 @@ msgstr "Lag" msgid "Edit" msgstr "Redigera" -#: ../functions.php:716 +#: ../functions.php:807 msgid "Cancel" msgstr "Avbryt" -#: ../functions.php:717 +#: ../functions.php:808 msgid "Save" msgstr "Spara" -#: ../functions.php:746 ../functions.php:1024 ../functions.php:2092 -#: ../admin/hooks/register-activation-hook.php:147 +#: ../functions.php:837 ../functions.php:1115 ../functions.php:2183 +#: ../admin/hooks/register-activation-hook.php:149 #: ../admin/post-types/player.php:5 ../admin/templates/event-players.php:28 msgid "Player" msgstr "Spelare" -#: ../functions.php:791 ../functions.php:843 ../functions.php:1535 -#: ../functions.php:2333 ../admin/post-types/event.php:83 +#: ../functions.php:882 ../functions.php:934 ../functions.php:1626 +#: ../functions.php:2424 ../admin/post-types/event.php:83 #: ../admin/post-types/event.php:215 ../admin/post-types/list.php:37 #: ../admin/post-types/list.php:81 ../admin/post-types/table.php:36 #: ../admin/post-types/table.php:77 ../admin/templates/event-details.php:22 @@ -181,11 +188,11 @@ msgstr "Spelare" msgid "Season" msgstr "Säsong" -#: ../functions.php:867 +#: ../functions.php:958 msgid "— None —" msgstr "— Ingen —" -#: ../functions.php:888 ../admin/post-types/column.php:11 +#: ../functions.php:979 ../admin/post-types/column.php:11 #: ../admin/post-types/column.php:12 ../admin/post-types/event.php:12 #: ../admin/post-types/event.php:13 ../admin/post-types/list.php:11 #: ../admin/post-types/list.php:12 ../admin/post-types/metric.php:11 @@ -202,32 +209,32 @@ msgstr "— Ingen —" msgid "No results found." msgstr "Inga resultat hittades." -#: ../functions.php:923 ../admin/post-types/outcome.php:5 +#: ../functions.php:1014 ../admin/post-types/outcome.php:5 msgid "Outcome" msgstr "Utfall" -#: ../functions.php:947 ../admin/post-types/event.php:76 +#: ../functions.php:1038 ../admin/post-types/event.php:76 #: ../admin/post-types/event.php:91 ../admin/post-types/event.php:106 msgid "-- Not set --" msgstr "-- Ej angiven --" -#: ../functions.php:975 ../functions.php:1080 +#: ../functions.php:1066 ../functions.php:1171 msgid "Starting Lineup" msgstr "Startspelare" -#: ../functions.php:976 ../functions.php:1081 +#: ../functions.php:1067 ../functions.php:1172 msgid "Substitute" msgstr "Avbytare" -#: ../functions.php:1000 +#: ../functions.php:1091 msgid "None" msgstr "Ingen" -#: ../functions.php:1028 +#: ../functions.php:1119 msgid "Status" msgstr "Status" -#: ../functions.php:1101 ../functions.php:1118 +#: ../functions.php:1192 ../functions.php:1209 #: ../admin/hooks/admin-menu.php:46 ../admin/post-types/column.php:6 #: ../admin/post-types/event.php:7 ../admin/post-types/event.php:79 #: ../admin/post-types/event.php:94 ../admin/post-types/event.php:109 @@ -250,10 +257,858 @@ msgstr "Status" msgid "Add New" msgstr "Lägg till..." -#: ../admin/hooks/admin-enqueue-scripts.php:24 +#: ../admin/globals/continents.php:6 +msgid "Africa" +msgstr "" + +#: ../admin/globals/continents.php:7 +msgid "Asia" +msgstr "" + +#: ../admin/globals/continents.php:8 +msgid "Europe" +msgstr "" + +#: ../admin/globals/continents.php:9 +msgid "North America" +msgstr "" + +#: ../admin/globals/continents.php:10 +msgid "Oceania" +msgstr "" + +#: ../admin/globals/continents.php:11 +msgid "South America" +msgstr "" + +#: ../admin/globals/countries.php:6 +msgid "Andorra" +msgstr "" + +#: ../admin/globals/countries.php:7 +msgid "United Arab Emirates" +msgstr "" + +#: ../admin/globals/countries.php:8 +msgid "Afghanistan" +msgstr "" + +#: ../admin/globals/countries.php:9 +msgid "Antigua and Barbuda" +msgstr "" + +#: ../admin/globals/countries.php:10 +msgid "Albania" +msgstr "" + +#: ../admin/globals/countries.php:11 +msgid "Armenia" +msgstr "" + +#: ../admin/globals/countries.php:12 +msgid "Angola" +msgstr "" + +#: ../admin/globals/countries.php:13 +msgid "Argentina" +msgstr "" + +#: ../admin/globals/countries.php:14 +msgid "Austria" +msgstr "" + +#: ../admin/globals/countries.php:15 +msgid "Australia" +msgstr "" + +#: ../admin/globals/countries.php:16 +msgid "Azerbaijan" +msgstr "" + +#: ../admin/globals/countries.php:17 +msgid "Bosnia and Herzegovina" +msgstr "" + +#: ../admin/globals/countries.php:18 +msgid "Barbados" +msgstr "" + +#: ../admin/globals/countries.php:19 +msgid "Bangladesh" +msgstr "" + +#: ../admin/globals/countries.php:20 +msgid "Belgium" +msgstr "" + +#: ../admin/globals/countries.php:21 +msgid "Burkina Faso" +msgstr "" + +#: ../admin/globals/countries.php:22 +msgid "Bulgaria" +msgstr "" + +#: ../admin/globals/countries.php:23 +msgid "Bahrain" +msgstr "" + +#: ../admin/globals/countries.php:24 +msgid "Burundi" +msgstr "" + +#: ../admin/globals/countries.php:25 +msgid "Benin" +msgstr "" + +#: ../admin/globals/countries.php:26 +msgid "Brunei" +msgstr "" + +#: ../admin/globals/countries.php:27 +msgid "Bolivia" +msgstr "" + +#: ../admin/globals/countries.php:28 +msgid "Brazil" +msgstr "" + +#: ../admin/globals/countries.php:29 +msgid "Bahamas" +msgstr "" + +#: ../admin/globals/countries.php:30 +msgid "Bhutan" +msgstr "" + +#: ../admin/globals/countries.php:31 +msgid "Botswana" +msgstr "" + +#: ../admin/globals/countries.php:32 +msgid "Belarus" +msgstr "" + +#: ../admin/globals/countries.php:33 +msgid "Belize" +msgstr "" + +#: ../admin/globals/countries.php:34 +msgid "Canada" +msgstr "" + +#: ../admin/globals/countries.php:35 +msgid "Democratic Republic of the Congo" +msgstr "" + +#: ../admin/globals/countries.php:36 +msgid "Central African Republic" +msgstr "" + +#: ../admin/globals/countries.php:37 +msgid "Republic of the Congo" +msgstr "" + +#: ../admin/globals/countries.php:38 +msgid "Switzerland" +msgstr "" + +#: ../admin/globals/countries.php:39 +msgid "Cote d'Ivoire" +msgstr "" + +#: ../admin/globals/countries.php:40 +msgid "Chile" +msgstr "" + +#: ../admin/globals/countries.php:41 +msgid "Cameroon" +msgstr "" + +#: ../admin/globals/countries.php:42 +msgid "China" +msgstr "" + +#: ../admin/globals/countries.php:43 +msgid "Colombia" +msgstr "" + +#: ../admin/globals/countries.php:44 +msgid "Costa Rica" +msgstr "" + +#: ../admin/globals/countries.php:45 +msgid "Cuba" +msgstr "" + +#: ../admin/globals/countries.php:46 +msgid "Cape Verde" +msgstr "" + +#: ../admin/globals/countries.php:47 +msgid "Cyprus" +msgstr "" + +#: ../admin/globals/countries.php:48 +msgid "Czech Republic" +msgstr "" + +#: ../admin/globals/countries.php:49 +msgid "Germany" +msgstr "" + +#: ../admin/globals/countries.php:50 +msgid "Djibouti" +msgstr "" + +#: ../admin/globals/countries.php:51 +msgid "Denmark" +msgstr "" + +#: ../admin/globals/countries.php:52 +msgid "Dominica" +msgstr "" + +#: ../admin/globals/countries.php:53 +msgid "Dominican Republic" +msgstr "" + +#: ../admin/globals/countries.php:54 +msgid "Algeria" +msgstr "" + +#: ../admin/globals/countries.php:55 +msgid "Ecuador" +msgstr "" + +#: ../admin/globals/countries.php:56 +msgid "Estonia" +msgstr "" + +#: ../admin/globals/countries.php:57 +msgid "Egypt" +msgstr "" + +#: ../admin/globals/countries.php:58 +msgid "Western Sahara" +msgstr "" + +#: ../admin/globals/countries.php:59 +msgid "England" +msgstr "" + +#: ../admin/globals/countries.php:60 +msgid "Eritrea" +msgstr "" + +#: ../admin/globals/countries.php:61 +msgid "Spain" +msgstr "" + +#: ../admin/globals/countries.php:62 +msgid "Ethiopia" +msgstr "" + +#: ../admin/globals/countries.php:63 +msgid "Finland" +msgstr "" + +#: ../admin/globals/countries.php:64 +msgid "Fiji" +msgstr "" + +#: ../admin/globals/countries.php:65 +msgid "Micronesia" +msgstr "" + +#: ../admin/globals/countries.php:66 +msgid "France" +msgstr "" + +#: ../admin/globals/countries.php:67 +msgid "Gabon" +msgstr "" + +#: ../admin/globals/countries.php:68 +msgid "United Kingdom" +msgstr "" + +#: ../admin/globals/countries.php:69 +msgid "Grenada" +msgstr "" + +#: ../admin/globals/countries.php:70 +msgid "Georgia" +msgstr "" + +#: ../admin/globals/countries.php:71 +msgid "Ghana" +msgstr "" + +#: ../admin/globals/countries.php:72 +msgid "Gambia" +msgstr "" + +#: ../admin/globals/countries.php:73 +msgid "Guinea" +msgstr "" + +#: ../admin/globals/countries.php:74 +msgid "Equatorial Guinea" +msgstr "" + +#: ../admin/globals/countries.php:75 +msgid "Greece" +msgstr "" + +#: ../admin/globals/countries.php:76 +msgid "Guatemala" +msgstr "" + +#: ../admin/globals/countries.php:77 +msgid "Guinea-Bissau" +msgstr "" + +#: ../admin/globals/countries.php:78 +msgid "Guyana" +msgstr "" + +#: ../admin/globals/countries.php:79 +msgid "Hong Kong" +msgstr "" + +#: ../admin/globals/countries.php:80 +msgid "Honduras" +msgstr "" + +#: ../admin/globals/countries.php:81 +msgid "Croatia" +msgstr "" + +#: ../admin/globals/countries.php:82 +msgid "Haiti" +msgstr "" + +#: ../admin/globals/countries.php:83 +msgid "Hungary" +msgstr "" + +#: ../admin/globals/countries.php:84 +msgid "Indonesia" +msgstr "" + +#: ../admin/globals/countries.php:85 +msgid "Ireland" +msgstr "" + +#: ../admin/globals/countries.php:86 +msgid "Israel" +msgstr "" + +#: ../admin/globals/countries.php:87 +msgid "India" +msgstr "" + +#: ../admin/globals/countries.php:88 +msgid "Iraq" +msgstr "" + +#: ../admin/globals/countries.php:89 +msgid "Iran" +msgstr "" + +#: ../admin/globals/countries.php:90 +msgid "Iceland" +msgstr "" + +#: ../admin/globals/countries.php:91 +msgid "Italy" +msgstr "" + +#: ../admin/globals/countries.php:92 +msgid "Jamaica" +msgstr "" + +#: ../admin/globals/countries.php:93 +msgid "Jordan" +msgstr "" + +#: ../admin/globals/countries.php:94 +msgid "Japan" +msgstr "" + +#: ../admin/globals/countries.php:95 +msgid "Kenya" +msgstr "" + +#: ../admin/globals/countries.php:96 +msgid "Kyrgyzstan" +msgstr "" + +#: ../admin/globals/countries.php:97 +msgid "Cambodia" +msgstr "" + +#: ../admin/globals/countries.php:98 +msgid "Kiribati" +msgstr "" + +#: ../admin/globals/countries.php:99 +msgid "Comoros" +msgstr "" + +#: ../admin/globals/countries.php:100 +msgid "Saint Kitts and Nevis" +msgstr "" + +#: ../admin/globals/countries.php:101 +msgid "North Korea" +msgstr "" + +#: ../admin/globals/countries.php:102 +msgid "South Korea" +msgstr "" + +#: ../admin/globals/countries.php:103 +msgid "Kuwait" +msgstr "" + +#: ../admin/globals/countries.php:104 +msgid "Kazakhstan" +msgstr "" + +#: ../admin/globals/countries.php:105 +msgid "Laos" +msgstr "" + +#: ../admin/globals/countries.php:106 +msgid "Lebanon" +msgstr "" + +#: ../admin/globals/countries.php:107 +msgid "Saint Lucia" +msgstr "" + +#: ../admin/globals/countries.php:108 +msgid "Liechtenstein" +msgstr "" + +#: ../admin/globals/countries.php:109 +msgid "Sri Lanka" +msgstr "" + +#: ../admin/globals/countries.php:110 +msgid "Liberia" +msgstr "" + +#: ../admin/globals/countries.php:111 +msgid "Lesotho" +msgstr "" + +#: ../admin/globals/countries.php:112 +msgid "Lithuania" +msgstr "" + +#: ../admin/globals/countries.php:113 +msgid "Luxembourg" +msgstr "" + +#: ../admin/globals/countries.php:114 +msgid "Latvia" +msgstr "" + +#: ../admin/globals/countries.php:115 +msgid "Libya" +msgstr "" + +#: ../admin/globals/countries.php:116 +msgid "Morocco" +msgstr "" + +#: ../admin/globals/countries.php:117 +msgid "Monaco" +msgstr "" + +#: ../admin/globals/countries.php:118 +msgid "Moldova" +msgstr "" + +#: ../admin/globals/countries.php:119 +msgid "Montenegro" +msgstr "" + +#: ../admin/globals/countries.php:120 +msgid "Madagascar" +msgstr "" + +#: ../admin/globals/countries.php:121 +msgid "Marshall Islands" +msgstr "" + +#: ../admin/globals/countries.php:122 +msgid "Macedonia" +msgstr "" + +#: ../admin/globals/countries.php:123 +msgid "Mali" +msgstr "" + +#: ../admin/globals/countries.php:124 +msgid "Myanmar" +msgstr "" + +#: ../admin/globals/countries.php:125 +msgid "Mongolia" +msgstr "" + +#: ../admin/globals/countries.php:126 +msgid "Macau" +msgstr "" + +#: ../admin/globals/countries.php:127 +msgid "Mauritania" +msgstr "" + +#: ../admin/globals/countries.php:128 +msgid "Malta" +msgstr "" + +#: ../admin/globals/countries.php:129 +msgid "Mauritius" +msgstr "" + +#: ../admin/globals/countries.php:130 +msgid "Maldives" +msgstr "" + +#: ../admin/globals/countries.php:131 +msgid "Malawi" +msgstr "" + +#: ../admin/globals/countries.php:132 +msgid "Mexico" +msgstr "" + +#: ../admin/globals/countries.php:133 +msgid "Malaysia" +msgstr "" + +#: ../admin/globals/countries.php:134 +msgid "Mozambique" +msgstr "" + +#: ../admin/globals/countries.php:135 +msgid "Namibia" +msgstr "" + +#: ../admin/globals/countries.php:136 +msgid "Northern Ireland" +msgstr "" + +#: ../admin/globals/countries.php:137 +msgid "Niger" +msgstr "" + +#: ../admin/globals/countries.php:138 +msgid "Nigeria" +msgstr "" + +#: ../admin/globals/countries.php:139 +msgid "Nicaragua" +msgstr "" + +#: ../admin/globals/countries.php:140 +msgid "Netherlands" +msgstr "" + +#: ../admin/globals/countries.php:141 +msgid "Norway" +msgstr "" + +#: ../admin/globals/countries.php:142 +msgid "Nepal" +msgstr "" + +#: ../admin/globals/countries.php:143 +msgid "Nauru" +msgstr "" + +#: ../admin/globals/countries.php:144 +msgid "New Zealand" +msgstr "" + +#: ../admin/globals/countries.php:145 +msgid "Oman" +msgstr "" + +#: ../admin/globals/countries.php:146 +msgid "Panama" +msgstr "" + +#: ../admin/globals/countries.php:147 +msgid "Peru" +msgstr "" + +#: ../admin/globals/countries.php:148 +msgid "Papua New Guinea" +msgstr "" + +#: ../admin/globals/countries.php:149 +msgid "Philippines" +msgstr "" + +#: ../admin/globals/countries.php:150 +msgid "Pakistan" +msgstr "" + +#: ../admin/globals/countries.php:151 +msgid "Poland" +msgstr "" + +#: ../admin/globals/countries.php:152 +msgid "Portugal" +msgstr "" + +#: ../admin/globals/countries.php:153 +msgid "Palau" +msgstr "" + +#: ../admin/globals/countries.php:154 +msgid "Paraguay" +msgstr "" + +#: ../admin/globals/countries.php:155 +msgid "Qatar" +msgstr "" + +#: ../admin/globals/countries.php:156 +msgid "Romania" +msgstr "" + +#: ../admin/globals/countries.php:157 +msgid "Serbia" +msgstr "" + +#: ../admin/globals/countries.php:158 +msgid "Russia" +msgstr "" + +#: ../admin/globals/countries.php:159 +msgid "Rwanda" +msgstr "" + +#: ../admin/globals/countries.php:160 +msgid "Saudi Arabia" +msgstr "" + +#: ../admin/globals/countries.php:161 +msgid "Solomon Islands" +msgstr "" + +#: ../admin/globals/countries.php:162 +msgid "Seychelles" +msgstr "" + +#: ../admin/globals/countries.php:163 +msgid "Sudan" +msgstr "" + +#: ../admin/globals/countries.php:164 +msgid "Sweden" +msgstr "" + +#: ../admin/globals/countries.php:165 +msgid "Scotland" +msgstr "" + +#: ../admin/globals/countries.php:166 +msgid "Singapore" +msgstr "" + +#: ../admin/globals/countries.php:167 +msgid "Slovenia" +msgstr "" + +#: ../admin/globals/countries.php:168 +msgid "Slovakia" +msgstr "" + +#: ../admin/globals/countries.php:169 +msgid "Sierra Leone" +msgstr "" + +#: ../admin/globals/countries.php:170 +msgid "San Marino" +msgstr "" + +#: ../admin/globals/countries.php:171 +msgid "Senegal" +msgstr "" + +#: ../admin/globals/countries.php:172 +msgid "Somalia" +msgstr "" + +#: ../admin/globals/countries.php:173 +msgid "Suriname" +msgstr "" + +#: ../admin/globals/countries.php:174 +msgid "Sao Tome and Principe" +msgstr "" + +#: ../admin/globals/countries.php:175 +msgid "El Salvador" +msgstr "" + +#: ../admin/globals/countries.php:176 +msgid "Swaziland" +msgstr "" + +#: ../admin/globals/countries.php:177 +msgid "Chad" +msgstr "" + +#: ../admin/globals/countries.php:178 +msgid "Togo" +msgstr "" + +#: ../admin/globals/countries.php:179 +msgid "Thailand" +msgstr "" + +#: ../admin/globals/countries.php:180 +msgid "Tajikistan" +msgstr "" + +#: ../admin/globals/countries.php:181 +msgid "East Timor" +msgstr "" + +#: ../admin/globals/countries.php:182 +msgid "Turkmenistan" +msgstr "" + +#: ../admin/globals/countries.php:183 +msgid "Tunisia" +msgstr "" + +#: ../admin/globals/countries.php:184 +msgid "Tonga" +msgstr "" + +#: ../admin/globals/countries.php:185 +msgid "Turkey" +msgstr "" + +#: ../admin/globals/countries.php:186 +msgid "Trinidad and Tobago" +msgstr "" + +#: ../admin/globals/countries.php:187 +msgid "Tuvalu" +msgstr "" + +#: ../admin/globals/countries.php:188 +msgid "Taiwan" +msgstr "" + +#: ../admin/globals/countries.php:189 +msgid "Tanzania" +msgstr "" + +#: ../admin/globals/countries.php:190 +msgid "Ukraine" +msgstr "" + +#: ../admin/globals/countries.php:191 +msgid "Uganda" +msgstr "" + +#: ../admin/globals/countries.php:192 +msgid "United States" +msgstr "" + +#: ../admin/globals/countries.php:193 +msgid "Uruguay" +msgstr "" + +#: ../admin/globals/countries.php:194 +msgid "Uzbekistan" +msgstr "" + +#: ../admin/globals/countries.php:195 +msgid "Vatican City" +msgstr "" + +#: ../admin/globals/countries.php:196 +msgid "Saint Vincent and the Grenadines" +msgstr "" + +#: ../admin/globals/countries.php:197 +msgid "Venezuela" +msgstr "" + +#: ../admin/globals/countries.php:198 +msgid "Vietnam" +msgstr "" + +#: ../admin/globals/countries.php:199 +msgid "Vanuatu" +msgstr "" + +#: ../admin/globals/countries.php:200 +msgid "Wales" +msgstr "" + +#: ../admin/globals/countries.php:201 +msgid "Samoa" +msgstr "" + +#: ../admin/globals/countries.php:202 +msgid "Yemen" +msgstr "" + +#: ../admin/globals/countries.php:203 +msgid "South Africa" +msgstr "" + +#: ../admin/globals/countries.php:204 +msgid "Zambia" +msgstr "" + +#: ../admin/globals/countries.php:205 +msgid "Zimbabwe" +msgstr "" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 msgid "— Remove —" msgstr "— Ta bort —" +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:38 ../admin/tools/dashboard.php:54 +msgid "days" +msgstr "dagar" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:39 +msgid "hrs" +msgstr "tim" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:40 +msgid "mins" +msgstr "min" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:41 +msgid "secs" +msgstr "sek" + #: ../admin/hooks/admin-menu.php:52 ../admin/post-types/player.php:37 #: ../admin/post-types/player.php:169 ../admin/post-types/player.php:176 #: ../admin/post-types/staff.php:55 ../admin/post-types/team.php:50 @@ -335,12 +1190,6 @@ msgstr "Välj foto" msgid "Remove Photo" msgstr "Ta bort foto" -#: ../admin/hooks/gettext.php:36 ../admin/hooks/gettext.php:39 -#: ../admin/hooks/gettext.php:42 -#, php-format -msgid "Date/Time: %1$s" -msgstr "Datum/Tid: %1$s" - #: ../admin/hooks/manage-posts-columns.php:3 ../admin/post-types/event.php:218 #: ../admin/post-types/list.php:39 ../admin/post-types/player.php:39 #: ../admin/post-types/staff.php:57 ../admin/post-types/table.php:38 @@ -401,11 +1250,11 @@ msgstr "Planerat till: %1$s." msgid "League Manager" msgstr "Serieredigerare" -#: ../admin/hooks/register-activation-hook.php:84 +#: ../admin/hooks/register-activation-hook.php:86 msgid "Team Manager" msgstr "Lagredigerare" -#: ../admin/hooks/register-activation-hook.php:129 +#: ../admin/hooks/register-activation-hook.php:131 #: ../admin/post-types/event.php:137 ../admin/post-types/staff.php:4 #: ../admin/post-types/staff.php:5 ../admin/post-types/staff.php:15 msgid "Staff" @@ -427,26 +1276,6 @@ msgstr "Visa alla säsonger" msgid "Show all teams" msgstr "Visa alla lag" -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:46 -msgid "days" -msgstr "dagar" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:47 -msgid "hrs" -msgstr "tim" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:48 -msgid "mins" -msgstr "min" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:49 -msgid "secs" -msgstr "sek" - #: ../admin/hooks/wp-insert-post-data.php:13 msgid "vs" msgstr "-" @@ -803,6 +1632,29 @@ msgstr "Latitud" msgid "Longitude" msgstr "Longitud" +#: ../admin/tools/dashboard.php:34 +msgid "SportsPress Status" +msgstr "" + +#: ../admin/tools/dashboard.php:54 +#, php-format +msgid "%s until next event" +msgstr "" + +#: ../admin/tools/dashboard.php:61 +#, php-format +msgid "%s event scheduled" +msgid_plural "%s events scheduled" +msgstr[0] "" +msgstr[1] "" + +#: ../admin/tools/dashboard.php:66 +#, php-format +msgid "%s event published" +msgid_plural "%s events published" +msgstr[0] "" +msgstr[1] "" + #: ../admin/tools/importers.php:37 msgid "SportsPress Teams (CSV)" msgstr "SportPress Lag (CSV)" @@ -1028,70 +1880,67 @@ msgstr "Fotboll" #~ msgstr "%1$s %2$s" #~ msgid "-- Not Set --" -#~ msgstr "-- Pas réglé --" +#~ msgstr "-- Pas réglé --" #~ msgid "Points" -#~ msgstr "点数" +#~ msgstr "点数" #~ msgid "Bonus" -#~ msgstr "ボーナス" +#~ msgstr "ボーナス" #~ msgid "Height" -#~ msgstr "身長" +#~ msgstr "身長" #~ msgid "Weight" -#~ msgstr "体重" +#~ msgstr "体重" -#, fuzzy #~ msgid "Conversions" -#~ msgstr "ポジション" +#~ msgstr "ポジション" -#, fuzzy #~ msgid "Drop Goals" -#~ msgstr "得点" +#~ msgstr "得点" #~ msgid "Goals" -#~ msgstr "得点" +#~ msgstr "得点" #~ msgid "Assists" -#~ msgstr "アシスト" +#~ msgstr "アシスト" #~ msgid "Yellow Cards" -#~ msgstr "警告" +#~ msgstr "警告" #~ msgid "Red Cards" -#~ msgstr "é€€å ´" +#~ msgstr "退場" #~ msgid "#" #~ msgstr "#" #~ msgid "Handball" -#~ msgstr "ハンドボール" +#~ msgstr "ハンドボール" #~ msgid "Swimming" -#~ msgstr "æ°´æ³³" +#~ msgstr "水泳" #~ msgid "Tennis" -#~ msgstr "テニス" +#~ msgstr "テニス" #~ msgid "Volleyball" -#~ msgstr "バレーボール" +#~ msgstr "バレーボール" #~ msgid "Appearances" -#~ msgstr "å‡ºå ´" +#~ msgstr "出場" #~ msgid "table columns" -#~ msgstr "é †ä½è¡¨åˆ—" +#~ msgstr "順位表列" #~ msgid "Format" -#~ msgstr "フォーマット" +#~ msgstr "フォーマット" -#, fuzzy #~ msgid "player statistics" -#~ msgstr "選手名鑑" +#~ msgstr "選手名鑑" #~ msgid "Configure" -#~ msgstr "設定" +#~ msgstr "設定" #~ msgid "Joined" -#~ msgstr "入団日" +#~ msgstr "入団日" diff --git a/languages/sportspress-template.mo b/languages/sportspress-template.mo deleted file mode 100644 index 89992b77..00000000 Binary files a/languages/sportspress-template.mo and /dev/null differ diff --git a/languages/sportspress-template.po b/languages/sportspress.pot similarity index 61% rename from languages/sportspress-template.po rename to languages/sportspress.pot index c3110f4c..3943671c 100644 --- a/languages/sportspress-template.po +++ b/languages/sportspress.pot @@ -1,150 +1,153 @@ +# msgid "" msgstr "" -"Project-Id-Version: SportsPress 0.4\n" +"Project-Id-Version: SportsPress\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-21 15:18+1000\n" -"PO-Revision-Date: 2014-02-21 15:18+1000\n" -"Last-Translator: ThemeBoy \n" -"Language-Team: ThemeBoy \n" -"Language: en_US\n" +"POT-Creation-Date: 2014-03-02 13:27+1000\n" +"PO-Revision-Date: 2014-03-02 13:27+1000\n" +"Last-Translator: ThemeBoy \n" +"Language-Team: ThemeBoy \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" +"Language: en_US\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.6.3\n" +"X-Poedit-Basepath: .\n" "X-Poedit-Bookmarks: -1,75,-1,-1,-1,-1,-1,-1,-1,-1\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-SearchPath-0: ..\n" +"X-Poedit-SourceCharset: UTF-8\n" -#: ../functions.php:74 +#: ../functions.php:164 msgid "1 view" msgstr "" -#: ../functions.php:76 +#: ../functions.php:166 #, php-format msgid "%s views" msgstr "" -#: ../functions.php:101 +#: ../functions.php:191 msgid "Scheduled" msgstr "" -#: ../functions.php:103 ../functions.php:533 ../functions.php:536 -#: ../functions.php:1996 ../functions.php:2198 ../functions.php:2333 +#: ../functions.php:193 ../functions.php:624 ../functions.php:627 +#: ../functions.php:2087 ../functions.php:2289 ../functions.php:2424 #: ../admin/post-types/list.php:117 ../admin/widgets/player-list.php:78 #: ../admin/widgets/player-list.php:91 msgid "Played" msgstr "" -#: ../functions.php:105 +#: ../functions.php:195 msgid "Draft" msgstr "" -#: ../functions.php:107 +#: ../functions.php:197 msgid "Pending Review" msgstr "" -#: ../functions.php:109 ../admin/hooks/post-updated-messages.php:34 +#: ../functions.php:199 ../admin/hooks/post-updated-messages.php:34 msgid "M j, Y @ G:i" msgstr "" -#: ../functions.php:130 ../functions.php:134 ../functions.php:467 -#: ../functions.php:1059 ../admin/templates/event-players.php:82 +#: ../functions.php:220 ../functions.php:224 ../functions.php:558 +#: ../functions.php:1150 ../admin/templates/event-players.php:82 msgid "Total" msgstr "" -#: ../functions.php:130 ../functions.php:468 +#: ../functions.php:220 ../functions.php:559 msgid "Average" msgstr "" -#: ../functions.php:172 +#: ../functions.php:262 msgid "Integer" msgstr "" -#: ../functions.php:173 +#: ../functions.php:263 msgid "Decimal" msgstr "" -#: ../functions.php:174 ../admin/templates/event-details.php:13 +#: ../functions.php:264 ../admin/templates/event-details.php:13 msgid "Time" msgstr "" -#: ../functions.php:175 +#: ../functions.php:265 msgid "Custom Field" msgstr "" -#: ../functions.php:396 ../functions.php:449 +#: ../functions.php:486 ../functions.php:540 msgid "(no title)" msgstr "" -#: ../functions.php:533 ../functions.php:536 ../admin/post-types/event.php:6 +#: ../functions.php:503 +msgid "Select All" +msgstr "" + +#: ../functions.php:624 ../functions.php:627 ../admin/post-types/event.php:6 #: ../admin/post-types/event.php:16 ../admin/settings/settings.php:11 msgid "Events" msgstr "" -#: ../functions.php:533 +#: ../functions.php:624 msgid "Attended" msgstr "" -#: ../functions.php:539 ../admin/post-types/event.php:53 +#: ../functions.php:630 ../admin/post-types/event.php:53 #: ../admin/post-types/result.php:4 ../admin/post-types/result.php:15 #: ../admin/settings/events.php:16 ../admin/templates/event-results.php:55 msgid "Results" msgstr "" -#: ../functions.php:542 ../functions.php:543 ../functions.php:544 -#: ../functions.php:545 ../admin/post-types/outcome.php:4 +#: ../functions.php:633 ../functions.php:634 ../functions.php:635 +#: ../functions.php:636 ../admin/post-types/outcome.php:4 #: ../admin/post-types/outcome.php:15 ../admin/settings/events.php:55 msgid "Outcomes" msgstr "" -#: ../functions.php:543 +#: ../functions.php:634 msgid "Streak" msgstr "" -#: ../functions.php:544 +#: ../functions.php:635 msgid "Last 5" msgstr "" -#: ../functions.php:545 +#: ../functions.php:636 msgid "Last 10" msgstr "" -#: ../functions.php:548 ../admin/post-types/column.php:4 +#: ../functions.php:639 ../admin/post-types/column.php:4 #: ../admin/post-types/column.php:15 ../admin/post-types/team.php:41 #: ../admin/settings/tables.php:11 msgid "Columns" msgstr "" -#: ../functions.php:551 +#: ../functions.php:642 msgid "Player Statistics" msgstr "" -#: ../functions.php:560 +#: ../functions.php:651 msgid "Operators" msgstr "" -#: ../functions.php:573 +#: ../functions.php:664 msgid "Constants" msgstr "" -#: ../functions.php:577 ../admin/settings/settings.php:46 +#: ../functions.php:668 ../admin/settings/settings.php:46 msgid "— Select —" msgstr "" -#: ../functions.php:690 ../functions.php:844 ../functions.php:919 -#: ../functions.php:1804 ../functions.php:2333 ../admin/hooks/gettext.php:9 +#: ../functions.php:781 ../functions.php:935 ../functions.php:1010 +#: ../functions.php:1895 ../functions.php:2424 ../admin/hooks/gettext.php:9 #: ../admin/post-types/list.php:38 ../admin/post-types/list.php:95 #: ../admin/post-types/player.php:147 ../admin/post-types/team.php:5 #: ../admin/post-types/team.php:49 ../admin/templates/event-results.php:59 msgid "Team" msgstr "" -#: ../functions.php:712 ../admin/post-types/column.php:7 +#: ../functions.php:803 ../admin/post-types/column.php:7 #: ../admin/post-types/event.php:8 ../admin/post-types/list.php:7 #: ../admin/post-types/metric.php:7 ../admin/post-types/outcome.php:7 #: ../admin/post-types/player.php:7 ../admin/post-types/result.php:7 @@ -158,22 +161,22 @@ msgstr "" msgid "Edit" msgstr "" -#: ../functions.php:716 +#: ../functions.php:807 msgid "Cancel" msgstr "" -#: ../functions.php:717 +#: ../functions.php:808 msgid "Save" msgstr "" -#: ../functions.php:746 ../functions.php:1024 ../functions.php:2092 -#: ../admin/hooks/register-activation-hook.php:147 +#: ../functions.php:837 ../functions.php:1115 ../functions.php:2183 +#: ../admin/hooks/register-activation-hook.php:149 #: ../admin/post-types/player.php:5 ../admin/templates/event-players.php:28 msgid "Player" msgstr "" -#: ../functions.php:791 ../functions.php:843 ../functions.php:1535 -#: ../functions.php:2333 ../admin/post-types/event.php:83 +#: ../functions.php:882 ../functions.php:934 ../functions.php:1626 +#: ../functions.php:2424 ../admin/post-types/event.php:83 #: ../admin/post-types/event.php:215 ../admin/post-types/list.php:37 #: ../admin/post-types/list.php:81 ../admin/post-types/table.php:36 #: ../admin/post-types/table.php:77 ../admin/templates/event-details.php:22 @@ -181,11 +184,11 @@ msgstr "" msgid "Season" msgstr "" -#: ../functions.php:867 +#: ../functions.php:958 msgid "— None —" msgstr "" -#: ../functions.php:888 ../admin/post-types/column.php:11 +#: ../functions.php:979 ../admin/post-types/column.php:11 #: ../admin/post-types/column.php:12 ../admin/post-types/event.php:12 #: ../admin/post-types/event.php:13 ../admin/post-types/list.php:11 #: ../admin/post-types/list.php:12 ../admin/post-types/metric.php:11 @@ -202,32 +205,32 @@ msgstr "" msgid "No results found." msgstr "" -#: ../functions.php:923 ../admin/post-types/outcome.php:5 +#: ../functions.php:1014 ../admin/post-types/outcome.php:5 msgid "Outcome" msgstr "" -#: ../functions.php:947 ../admin/post-types/event.php:76 +#: ../functions.php:1038 ../admin/post-types/event.php:76 #: ../admin/post-types/event.php:91 ../admin/post-types/event.php:106 msgid "-- Not set --" msgstr "" -#: ../functions.php:975 ../functions.php:1080 +#: ../functions.php:1066 ../functions.php:1171 msgid "Starting Lineup" msgstr "" -#: ../functions.php:976 ../functions.php:1081 +#: ../functions.php:1067 ../functions.php:1172 msgid "Substitute" msgstr "" -#: ../functions.php:1000 +#: ../functions.php:1091 msgid "None" msgstr "" -#: ../functions.php:1028 +#: ../functions.php:1119 msgid "Status" msgstr "" -#: ../functions.php:1101 ../functions.php:1118 +#: ../functions.php:1192 ../functions.php:1209 #: ../admin/hooks/admin-menu.php:46 ../admin/post-types/column.php:6 #: ../admin/post-types/event.php:7 ../admin/post-types/event.php:79 #: ../admin/post-types/event.php:94 ../admin/post-types/event.php:109 @@ -250,10 +253,858 @@ msgstr "" msgid "Add New" msgstr "" -#: ../admin/hooks/admin-enqueue-scripts.php:24 +#: ../admin/globals/continents.php:6 +msgid "Africa" +msgstr "" + +#: ../admin/globals/continents.php:7 +msgid "Asia" +msgstr "" + +#: ../admin/globals/continents.php:8 +msgid "Europe" +msgstr "" + +#: ../admin/globals/continents.php:9 +msgid "North America" +msgstr "" + +#: ../admin/globals/continents.php:10 +msgid "Oceania" +msgstr "" + +#: ../admin/globals/continents.php:11 +msgid "South America" +msgstr "" + +#: ../admin/globals/countries.php:6 +msgid "Andorra" +msgstr "" + +#: ../admin/globals/countries.php:7 +msgid "United Arab Emirates" +msgstr "" + +#: ../admin/globals/countries.php:8 +msgid "Afghanistan" +msgstr "" + +#: ../admin/globals/countries.php:9 +msgid "Antigua and Barbuda" +msgstr "" + +#: ../admin/globals/countries.php:10 +msgid "Albania" +msgstr "" + +#: ../admin/globals/countries.php:11 +msgid "Armenia" +msgstr "" + +#: ../admin/globals/countries.php:12 +msgid "Angola" +msgstr "" + +#: ../admin/globals/countries.php:13 +msgid "Argentina" +msgstr "" + +#: ../admin/globals/countries.php:14 +msgid "Austria" +msgstr "" + +#: ../admin/globals/countries.php:15 +msgid "Australia" +msgstr "" + +#: ../admin/globals/countries.php:16 +msgid "Azerbaijan" +msgstr "" + +#: ../admin/globals/countries.php:17 +msgid "Bosnia and Herzegovina" +msgstr "" + +#: ../admin/globals/countries.php:18 +msgid "Barbados" +msgstr "" + +#: ../admin/globals/countries.php:19 +msgid "Bangladesh" +msgstr "" + +#: ../admin/globals/countries.php:20 +msgid "Belgium" +msgstr "" + +#: ../admin/globals/countries.php:21 +msgid "Burkina Faso" +msgstr "" + +#: ../admin/globals/countries.php:22 +msgid "Bulgaria" +msgstr "" + +#: ../admin/globals/countries.php:23 +msgid "Bahrain" +msgstr "" + +#: ../admin/globals/countries.php:24 +msgid "Burundi" +msgstr "" + +#: ../admin/globals/countries.php:25 +msgid "Benin" +msgstr "" + +#: ../admin/globals/countries.php:26 +msgid "Brunei" +msgstr "" + +#: ../admin/globals/countries.php:27 +msgid "Bolivia" +msgstr "" + +#: ../admin/globals/countries.php:28 +msgid "Brazil" +msgstr "" + +#: ../admin/globals/countries.php:29 +msgid "Bahamas" +msgstr "" + +#: ../admin/globals/countries.php:30 +msgid "Bhutan" +msgstr "" + +#: ../admin/globals/countries.php:31 +msgid "Botswana" +msgstr "" + +#: ../admin/globals/countries.php:32 +msgid "Belarus" +msgstr "" + +#: ../admin/globals/countries.php:33 +msgid "Belize" +msgstr "" + +#: ../admin/globals/countries.php:34 +msgid "Canada" +msgstr "" + +#: ../admin/globals/countries.php:35 +msgid "Democratic Republic of the Congo" +msgstr "" + +#: ../admin/globals/countries.php:36 +msgid "Central African Republic" +msgstr "" + +#: ../admin/globals/countries.php:37 +msgid "Republic of the Congo" +msgstr "" + +#: ../admin/globals/countries.php:38 +msgid "Switzerland" +msgstr "" + +#: ../admin/globals/countries.php:39 +msgid "Cote d'Ivoire" +msgstr "" + +#: ../admin/globals/countries.php:40 +msgid "Chile" +msgstr "" + +#: ../admin/globals/countries.php:41 +msgid "Cameroon" +msgstr "" + +#: ../admin/globals/countries.php:42 +msgid "China" +msgstr "" + +#: ../admin/globals/countries.php:43 +msgid "Colombia" +msgstr "" + +#: ../admin/globals/countries.php:44 +msgid "Costa Rica" +msgstr "" + +#: ../admin/globals/countries.php:45 +msgid "Cuba" +msgstr "" + +#: ../admin/globals/countries.php:46 +msgid "Cape Verde" +msgstr "" + +#: ../admin/globals/countries.php:47 +msgid "Cyprus" +msgstr "" + +#: ../admin/globals/countries.php:48 +msgid "Czech Republic" +msgstr "" + +#: ../admin/globals/countries.php:49 +msgid "Germany" +msgstr "" + +#: ../admin/globals/countries.php:50 +msgid "Djibouti" +msgstr "" + +#: ../admin/globals/countries.php:51 +msgid "Denmark" +msgstr "" + +#: ../admin/globals/countries.php:52 +msgid "Dominica" +msgstr "" + +#: ../admin/globals/countries.php:53 +msgid "Dominican Republic" +msgstr "" + +#: ../admin/globals/countries.php:54 +msgid "Algeria" +msgstr "" + +#: ../admin/globals/countries.php:55 +msgid "Ecuador" +msgstr "" + +#: ../admin/globals/countries.php:56 +msgid "Estonia" +msgstr "" + +#: ../admin/globals/countries.php:57 +msgid "Egypt" +msgstr "" + +#: ../admin/globals/countries.php:58 +msgid "Western Sahara" +msgstr "" + +#: ../admin/globals/countries.php:59 +msgid "England" +msgstr "" + +#: ../admin/globals/countries.php:60 +msgid "Eritrea" +msgstr "" + +#: ../admin/globals/countries.php:61 +msgid "Spain" +msgstr "" + +#: ../admin/globals/countries.php:62 +msgid "Ethiopia" +msgstr "" + +#: ../admin/globals/countries.php:63 +msgid "Finland" +msgstr "" + +#: ../admin/globals/countries.php:64 +msgid "Fiji" +msgstr "" + +#: ../admin/globals/countries.php:65 +msgid "Micronesia" +msgstr "" + +#: ../admin/globals/countries.php:66 +msgid "France" +msgstr "" + +#: ../admin/globals/countries.php:67 +msgid "Gabon" +msgstr "" + +#: ../admin/globals/countries.php:68 +msgid "United Kingdom" +msgstr "" + +#: ../admin/globals/countries.php:69 +msgid "Grenada" +msgstr "" + +#: ../admin/globals/countries.php:70 +msgid "Georgia" +msgstr "" + +#: ../admin/globals/countries.php:71 +msgid "Ghana" +msgstr "" + +#: ../admin/globals/countries.php:72 +msgid "Gambia" +msgstr "" + +#: ../admin/globals/countries.php:73 +msgid "Guinea" +msgstr "" + +#: ../admin/globals/countries.php:74 +msgid "Equatorial Guinea" +msgstr "" + +#: ../admin/globals/countries.php:75 +msgid "Greece" +msgstr "" + +#: ../admin/globals/countries.php:76 +msgid "Guatemala" +msgstr "" + +#: ../admin/globals/countries.php:77 +msgid "Guinea-Bissau" +msgstr "" + +#: ../admin/globals/countries.php:78 +msgid "Guyana" +msgstr "" + +#: ../admin/globals/countries.php:79 +msgid "Hong Kong" +msgstr "" + +#: ../admin/globals/countries.php:80 +msgid "Honduras" +msgstr "" + +#: ../admin/globals/countries.php:81 +msgid "Croatia" +msgstr "" + +#: ../admin/globals/countries.php:82 +msgid "Haiti" +msgstr "" + +#: ../admin/globals/countries.php:83 +msgid "Hungary" +msgstr "" + +#: ../admin/globals/countries.php:84 +msgid "Indonesia" +msgstr "" + +#: ../admin/globals/countries.php:85 +msgid "Ireland" +msgstr "" + +#: ../admin/globals/countries.php:86 +msgid "Israel" +msgstr "" + +#: ../admin/globals/countries.php:87 +msgid "India" +msgstr "" + +#: ../admin/globals/countries.php:88 +msgid "Iraq" +msgstr "" + +#: ../admin/globals/countries.php:89 +msgid "Iran" +msgstr "" + +#: ../admin/globals/countries.php:90 +msgid "Iceland" +msgstr "" + +#: ../admin/globals/countries.php:91 +msgid "Italy" +msgstr "" + +#: ../admin/globals/countries.php:92 +msgid "Jamaica" +msgstr "" + +#: ../admin/globals/countries.php:93 +msgid "Jordan" +msgstr "" + +#: ../admin/globals/countries.php:94 +msgid "Japan" +msgstr "" + +#: ../admin/globals/countries.php:95 +msgid "Kenya" +msgstr "" + +#: ../admin/globals/countries.php:96 +msgid "Kyrgyzstan" +msgstr "" + +#: ../admin/globals/countries.php:97 +msgid "Cambodia" +msgstr "" + +#: ../admin/globals/countries.php:98 +msgid "Kiribati" +msgstr "" + +#: ../admin/globals/countries.php:99 +msgid "Comoros" +msgstr "" + +#: ../admin/globals/countries.php:100 +msgid "Saint Kitts and Nevis" +msgstr "" + +#: ../admin/globals/countries.php:101 +msgid "North Korea" +msgstr "" + +#: ../admin/globals/countries.php:102 +msgid "South Korea" +msgstr "" + +#: ../admin/globals/countries.php:103 +msgid "Kuwait" +msgstr "" + +#: ../admin/globals/countries.php:104 +msgid "Kazakhstan" +msgstr "" + +#: ../admin/globals/countries.php:105 +msgid "Laos" +msgstr "" + +#: ../admin/globals/countries.php:106 +msgid "Lebanon" +msgstr "" + +#: ../admin/globals/countries.php:107 +msgid "Saint Lucia" +msgstr "" + +#: ../admin/globals/countries.php:108 +msgid "Liechtenstein" +msgstr "" + +#: ../admin/globals/countries.php:109 +msgid "Sri Lanka" +msgstr "" + +#: ../admin/globals/countries.php:110 +msgid "Liberia" +msgstr "" + +#: ../admin/globals/countries.php:111 +msgid "Lesotho" +msgstr "" + +#: ../admin/globals/countries.php:112 +msgid "Lithuania" +msgstr "" + +#: ../admin/globals/countries.php:113 +msgid "Luxembourg" +msgstr "" + +#: ../admin/globals/countries.php:114 +msgid "Latvia" +msgstr "" + +#: ../admin/globals/countries.php:115 +msgid "Libya" +msgstr "" + +#: ../admin/globals/countries.php:116 +msgid "Morocco" +msgstr "" + +#: ../admin/globals/countries.php:117 +msgid "Monaco" +msgstr "" + +#: ../admin/globals/countries.php:118 +msgid "Moldova" +msgstr "" + +#: ../admin/globals/countries.php:119 +msgid "Montenegro" +msgstr "" + +#: ../admin/globals/countries.php:120 +msgid "Madagascar" +msgstr "" + +#: ../admin/globals/countries.php:121 +msgid "Marshall Islands" +msgstr "" + +#: ../admin/globals/countries.php:122 +msgid "Macedonia" +msgstr "" + +#: ../admin/globals/countries.php:123 +msgid "Mali" +msgstr "" + +#: ../admin/globals/countries.php:124 +msgid "Myanmar" +msgstr "" + +#: ../admin/globals/countries.php:125 +msgid "Mongolia" +msgstr "" + +#: ../admin/globals/countries.php:126 +msgid "Macau" +msgstr "" + +#: ../admin/globals/countries.php:127 +msgid "Mauritania" +msgstr "" + +#: ../admin/globals/countries.php:128 +msgid "Malta" +msgstr "" + +#: ../admin/globals/countries.php:129 +msgid "Mauritius" +msgstr "" + +#: ../admin/globals/countries.php:130 +msgid "Maldives" +msgstr "" + +#: ../admin/globals/countries.php:131 +msgid "Malawi" +msgstr "" + +#: ../admin/globals/countries.php:132 +msgid "Mexico" +msgstr "" + +#: ../admin/globals/countries.php:133 +msgid "Malaysia" +msgstr "" + +#: ../admin/globals/countries.php:134 +msgid "Mozambique" +msgstr "" + +#: ../admin/globals/countries.php:135 +msgid "Namibia" +msgstr "" + +#: ../admin/globals/countries.php:136 +msgid "Northern Ireland" +msgstr "" + +#: ../admin/globals/countries.php:137 +msgid "Niger" +msgstr "" + +#: ../admin/globals/countries.php:138 +msgid "Nigeria" +msgstr "" + +#: ../admin/globals/countries.php:139 +msgid "Nicaragua" +msgstr "" + +#: ../admin/globals/countries.php:140 +msgid "Netherlands" +msgstr "" + +#: ../admin/globals/countries.php:141 +msgid "Norway" +msgstr "" + +#: ../admin/globals/countries.php:142 +msgid "Nepal" +msgstr "" + +#: ../admin/globals/countries.php:143 +msgid "Nauru" +msgstr "" + +#: ../admin/globals/countries.php:144 +msgid "New Zealand" +msgstr "" + +#: ../admin/globals/countries.php:145 +msgid "Oman" +msgstr "" + +#: ../admin/globals/countries.php:146 +msgid "Panama" +msgstr "" + +#: ../admin/globals/countries.php:147 +msgid "Peru" +msgstr "" + +#: ../admin/globals/countries.php:148 +msgid "Papua New Guinea" +msgstr "" + +#: ../admin/globals/countries.php:149 +msgid "Philippines" +msgstr "" + +#: ../admin/globals/countries.php:150 +msgid "Pakistan" +msgstr "" + +#: ../admin/globals/countries.php:151 +msgid "Poland" +msgstr "" + +#: ../admin/globals/countries.php:152 +msgid "Portugal" +msgstr "" + +#: ../admin/globals/countries.php:153 +msgid "Palau" +msgstr "" + +#: ../admin/globals/countries.php:154 +msgid "Paraguay" +msgstr "" + +#: ../admin/globals/countries.php:155 +msgid "Qatar" +msgstr "" + +#: ../admin/globals/countries.php:156 +msgid "Romania" +msgstr "" + +#: ../admin/globals/countries.php:157 +msgid "Serbia" +msgstr "" + +#: ../admin/globals/countries.php:158 +msgid "Russia" +msgstr "" + +#: ../admin/globals/countries.php:159 +msgid "Rwanda" +msgstr "" + +#: ../admin/globals/countries.php:160 +msgid "Saudi Arabia" +msgstr "" + +#: ../admin/globals/countries.php:161 +msgid "Solomon Islands" +msgstr "" + +#: ../admin/globals/countries.php:162 +msgid "Seychelles" +msgstr "" + +#: ../admin/globals/countries.php:163 +msgid "Sudan" +msgstr "" + +#: ../admin/globals/countries.php:164 +msgid "Sweden" +msgstr "" + +#: ../admin/globals/countries.php:165 +msgid "Scotland" +msgstr "" + +#: ../admin/globals/countries.php:166 +msgid "Singapore" +msgstr "" + +#: ../admin/globals/countries.php:167 +msgid "Slovenia" +msgstr "" + +#: ../admin/globals/countries.php:168 +msgid "Slovakia" +msgstr "" + +#: ../admin/globals/countries.php:169 +msgid "Sierra Leone" +msgstr "" + +#: ../admin/globals/countries.php:170 +msgid "San Marino" +msgstr "" + +#: ../admin/globals/countries.php:171 +msgid "Senegal" +msgstr "" + +#: ../admin/globals/countries.php:172 +msgid "Somalia" +msgstr "" + +#: ../admin/globals/countries.php:173 +msgid "Suriname" +msgstr "" + +#: ../admin/globals/countries.php:174 +msgid "Sao Tome and Principe" +msgstr "" + +#: ../admin/globals/countries.php:175 +msgid "El Salvador" +msgstr "" + +#: ../admin/globals/countries.php:176 +msgid "Swaziland" +msgstr "" + +#: ../admin/globals/countries.php:177 +msgid "Chad" +msgstr "" + +#: ../admin/globals/countries.php:178 +msgid "Togo" +msgstr "" + +#: ../admin/globals/countries.php:179 +msgid "Thailand" +msgstr "" + +#: ../admin/globals/countries.php:180 +msgid "Tajikistan" +msgstr "" + +#: ../admin/globals/countries.php:181 +msgid "East Timor" +msgstr "" + +#: ../admin/globals/countries.php:182 +msgid "Turkmenistan" +msgstr "" + +#: ../admin/globals/countries.php:183 +msgid "Tunisia" +msgstr "" + +#: ../admin/globals/countries.php:184 +msgid "Tonga" +msgstr "" + +#: ../admin/globals/countries.php:185 +msgid "Turkey" +msgstr "" + +#: ../admin/globals/countries.php:186 +msgid "Trinidad and Tobago" +msgstr "" + +#: ../admin/globals/countries.php:187 +msgid "Tuvalu" +msgstr "" + +#: ../admin/globals/countries.php:188 +msgid "Taiwan" +msgstr "" + +#: ../admin/globals/countries.php:189 +msgid "Tanzania" +msgstr "" + +#: ../admin/globals/countries.php:190 +msgid "Ukraine" +msgstr "" + +#: ../admin/globals/countries.php:191 +msgid "Uganda" +msgstr "" + +#: ../admin/globals/countries.php:192 +msgid "United States" +msgstr "" + +#: ../admin/globals/countries.php:193 +msgid "Uruguay" +msgstr "" + +#: ../admin/globals/countries.php:194 +msgid "Uzbekistan" +msgstr "" + +#: ../admin/globals/countries.php:195 +msgid "Vatican City" +msgstr "" + +#: ../admin/globals/countries.php:196 +msgid "Saint Vincent and the Grenadines" +msgstr "" + +#: ../admin/globals/countries.php:197 +msgid "Venezuela" +msgstr "" + +#: ../admin/globals/countries.php:198 +msgid "Vietnam" +msgstr "" + +#: ../admin/globals/countries.php:199 +msgid "Vanuatu" +msgstr "" + +#: ../admin/globals/countries.php:200 +msgid "Wales" +msgstr "" + +#: ../admin/globals/countries.php:201 +msgid "Samoa" +msgstr "" + +#: ../admin/globals/countries.php:202 +msgid "Yemen" +msgstr "" + +#: ../admin/globals/countries.php:203 +msgid "South Africa" +msgstr "" + +#: ../admin/globals/countries.php:204 +msgid "Zambia" +msgstr "" + +#: ../admin/globals/countries.php:205 +msgid "Zimbabwe" +msgstr "" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 msgid "— Remove —" msgstr "" +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:38 ../admin/tools/dashboard.php:54 +msgid "days" +msgstr "" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:39 +msgid "hrs" +msgstr "" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:40 +msgid "mins" +msgstr "" + +#: ../admin/hooks/admin-enqueue-scripts.php:25 +#: ../admin/hooks/wp-enqueue-scripts.php:14 +#: ../admin/templates/countdown.php:41 +msgid "secs" +msgstr "" + #: ../admin/hooks/admin-menu.php:52 ../admin/post-types/player.php:37 #: ../admin/post-types/player.php:169 ../admin/post-types/player.php:176 #: ../admin/post-types/staff.php:55 ../admin/post-types/team.php:50 @@ -335,12 +1186,6 @@ msgstr "" msgid "Remove Photo" msgstr "" -#: ../admin/hooks/gettext.php:36 ../admin/hooks/gettext.php:39 -#: ../admin/hooks/gettext.php:42 -#, php-format -msgid "Date/Time: %1$s" -msgstr "" - #: ../admin/hooks/manage-posts-columns.php:3 ../admin/post-types/event.php:218 #: ../admin/post-types/list.php:39 ../admin/post-types/player.php:39 #: ../admin/post-types/staff.php:57 ../admin/post-types/table.php:38 @@ -401,11 +1246,11 @@ msgstr "" msgid "League Manager" msgstr "" -#: ../admin/hooks/register-activation-hook.php:84 +#: ../admin/hooks/register-activation-hook.php:86 msgid "Team Manager" msgstr "" -#: ../admin/hooks/register-activation-hook.php:129 +#: ../admin/hooks/register-activation-hook.php:131 #: ../admin/post-types/event.php:137 ../admin/post-types/staff.php:4 #: ../admin/post-types/staff.php:5 ../admin/post-types/staff.php:15 msgid "Staff" @@ -427,26 +1272,6 @@ msgstr "" msgid "Show all teams" msgstr "" -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:46 -msgid "days" -msgstr "" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:47 -msgid "hrs" -msgstr "" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:48 -msgid "mins" -msgstr "" - -#: ../admin/hooks/wp-enqueue-scripts.php:14 -#: ../admin/templates/countdown.php:49 -msgid "secs" -msgstr "" - #: ../admin/hooks/wp-insert-post-data.php:13 msgid "vs" msgstr "" @@ -800,6 +1625,29 @@ msgstr "" msgid "Longitude" msgstr "" +#: ../admin/tools/dashboard.php:34 +msgid "SportsPress Status" +msgstr "" + +#: ../admin/tools/dashboard.php:54 +#, php-format +msgid "%s until next event" +msgstr "" + +#: ../admin/tools/dashboard.php:61 +#, php-format +msgid "%s event scheduled" +msgid_plural "%s events scheduled" +msgstr[0] "" +msgstr[1] "" + +#: ../admin/tools/dashboard.php:66 +#, php-format +msgid "%s event published" +msgid_plural "%s events published" +msgstr[0] "" +msgstr[1] "" + #: ../admin/tools/importers.php:37 msgid "SportsPress Teams (CSV)" msgstr "" @@ -830,8 +1678,8 @@ msgstr "" #: ../admin/tools/player-importer.php:204 #, php-format msgid "" -"Import complete - imported %s players and skipped " -"%s." +"Import complete - imported %s players and skipped " +"%s." msgstr "" #: ../admin/tools/player-importer.php:214 ../admin/tools/team-importer.php:173 @@ -848,8 +1696,8 @@ msgstr "" #: ../admin/tools/player-importer.php:286 ../admin/tools/team-importer.php:245 msgid "" -"Hi there! Choose a .csv file to upload, then click \"Upload file and import" -"\"." +"Hi there! Choose a .csv file to upload, then click \"Upload file and " +"import\"." msgstr "" #: ../admin/tools/player-importer.php:288 @@ -889,8 +1737,8 @@ msgstr "" #: ../admin/tools/team-importer.php:163 #, php-format msgid "" -"Import complete - imported %s teams and skipped %s." +"Import complete - imported %s teams and skipped " +"%s." msgstr "" #: ../admin/tools/team-importer.php:173 @@ -1029,11 +1877,9 @@ msgstr "" #~ msgid "Weight" #~ msgstr "体重" -#, fuzzy #~ msgid "Conversions" #~ msgstr "ポジション" -#, fuzzy #~ msgid "Drop Goals" #~ msgstr "得点" @@ -1073,7 +1919,6 @@ msgstr "" #~ msgid "Format" #~ msgstr "フォーマット" -#, fuzzy #~ msgid "player statistics" #~ msgstr "選手名鑑"