Add pt_PT and tag version 0.9.4

This commit is contained in:
Brian Miyaji
2014-05-22 23:19:23 +10:00
parent ec87ae4273
commit 846e8bd5e1
13 changed files with 2750 additions and 2256 deletions

View File

@@ -236,7 +236,7 @@ class SP_Admin_Welcome {
<h4><?php _e( 'Translators', 'sportspress' ); ?></h4> <h4><?php _e( 'Translators', 'sportspress' ); ?></h4>
<p><?php _e( 'SportsPress has been kindly translated into several other languages thanks to our translation team. Want to see your name? <a href="https://www.transifex.com/projects/p/sportspress/">Translate SportsPress</a>.', 'sportspress' ); ?></p> <p><?php _e( 'SportsPress has been kindly translated into several other languages thanks to our translation team. Want to see your name? <a href="https://www.transifex.com/projects/p/sportspress/">Translate SportsPress</a>.', 'sportspress' ); ?></p>
<?php <?php
$translator_handles = array( 'Abdulelah', 'albertone', 'Andrew_Melim', 'aylaview', 'Bhelpful2', 'bizover', 'BOCo', 'dic_2008', 'hanro', 'i__k', 'JensZ', 'JuKi', 'karimjarro', 'massimo.marra', 'rochester', 'Selskei', 'Spirossmil', 'ThemeBoy', 'valentijnreza' ); $translator_handles = array( 'Abdulelah', 'albertone', 'Andrew_Melim', 'aylaview', 'Bhelpful2', 'bizover', 'BOCo', 'dic_2008', 'hanro', 'i__k', 'JensZ', 'JuKi', 'karimjarro', 'King3R', 'massimo.marra', 'rochester', 'Selskei', 'Spirossmil', 'ThemeBoy', 'valentijnreza' );
$translator_links = array(); $translator_links = array();
foreach ( $translator_handles as $handle ): foreach ( $translator_handles as $handle ):
$translator_links[] = '<a href="https://www.transifex.com/accounts/profile/' . $handle . '">' . $handle . '</a>'; $translator_links[] = '<a href="https://www.transifex.com/accounts/profile/' . $handle . '">' . $handle . '</a>';

View File

@@ -2429,7 +2429,7 @@ function sp_get_text_options() {
'preview' => __( 'Preview', 'sportspress' ), 'preview' => __( 'Preview', 'sportspress' ),
'rank' => __( 'Rank', 'sportspress' ), 'rank' => __( 'Rank', 'sportspress' ),
'recap' => __( 'Recap', 'sportspress' ), 'recap' => __( 'Recap', 'sportspress' ),
'results' => __( 'Team Results', 'sportspress' ), 'team_results' => __( 'Team Results', 'sportspress' ),
'season' => __( 'Season', 'sportspress' ), 'season' => __( 'Season', 'sportspress' ),
'staff' => __( 'Staff', 'sportspress' ), 'staff' => __( 'Staff', 'sportspress' ),
'substitutes' => __( 'Substitutes', 'sportspress' ), 'substitutes' => __( 'Substitutes', 'sportspress' ),

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -4,7 +4,7 @@ Tags: sport, sports, sports journalism, teams, team management, fixtures, result
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=support@themeboy.com&item_name=Donation+for+SportsPress Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=support@themeboy.com&item_name=Donation+for+SportsPress
Requires at least: 3.8 Requires at least: 3.8
Tested up to: 3.9 Tested up to: 3.9
Stable tag: 0.9.3 Stable tag: 0.9.4
License: GPLv3 License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -32,7 +32,7 @@ Add schedules, results, league tables, player profiles and statistics to your te
= Available Languages = = Available Languages =
* English English ( en_US ) * English English ( en_US )
* Arabic العربية ( ar ) * Arabic العربية ( ar )
* Chinese (China) - 中文 (zh_CN) * Chinese (China) - 中文 ( zh_CN )
* Croatian Hrvatski ( hr ) * Croatian Hrvatski ( hr )
* Czech Čeština ( cs_CZ ) * Czech Čeština ( cs_CZ )
* Dutch - Nederlands ( nl_NL ) * Dutch - Nederlands ( nl_NL )
@@ -44,6 +44,7 @@ Add schedules, results, league tables, player profiles and statistics to your te
* Japanese 日本語 ( ja ) * Japanese 日本語 ( ja )
* Polish Polski ( pl_PL ) * Polish Polski ( pl_PL )
* Portuguese (Brazil) Português do Brasil ( pt_BR ) * Portuguese (Brazil) Português do Brasil ( pt_BR )
* Portuguese (Portugal) Português ( pt_PT )
* Russian - Русский ( ru_RU ) * Russian - Русский ( ru_RU )
* Slovak Slovenčina ( sk_SK ) * Slovak Slovenčina ( sk_SK )
* Slovenian Slovenija ( sl_SI ) * Slovenian Slovenija ( sl_SI )
@@ -119,6 +120,13 @@ Yes, CSV importers are included with the plugin. Go to Tools > Import and choose
== Changelog == == Changelog ==
= 0.9.4 =
* Tweak - Force delete preset variables when switching sports in settings.
* Fix - Apply player gallery limit.
* Fix - Display localized team results string.
* Refactor - Use more common thumbnail sizes.
* Localization - Portuguese (Portugal) translation by Andrew_Melim.
= 0.9.3 = = 0.9.3 =
* Fix - Player list columns not displaying. * Fix - Player list columns not displaying.

View File

@@ -3,7 +3,7 @@
* Plugin Name: SportsPress * Plugin Name: SportsPress
* Plugin URI: http://wordpress.org/plugins/sportspress * Plugin URI: http://wordpress.org/plugins/sportspress
* Description: Manage your club and its players, staff, events, league tables, and player lists. * Description: Manage your club and its players, staff, events, league tables, and player lists.
* Version: 0.9.3 * Version: 0.9.4
* Author: ThemeBoy * Author: ThemeBoy
* Author URI: http://themeboy.com * Author URI: http://themeboy.com
* Requires at least: 3.8 * Requires at least: 3.8
@@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) :
* Main SportsPress Class * Main SportsPress Class
* *
* @class SportsPress * @class SportsPress
* @version 0.9.3 * @version 0.9.4
*/ */
final class SportsPress { final class SportsPress {
/** /**
* @var string * @var string
*/ */
public $version = '0.9.3'; public $version = '0.9.4';
/** /**
* @var SporsPress The single instance of the class * @var SporsPress The single instance of the class