Update translations

This commit is contained in:
Brian Miyaji
2014-02-22 15:42:53 +11:00
parent 2e07363c3d
commit e41950e907
37 changed files with 7731 additions and 3802 deletions

View File

@@ -3,16 +3,16 @@ function sportspress_season_term_init() {
$labels = array(
'name' => __( 'Seasons', 'sportspress' ),
'singular_name' => __( 'Season', 'sportspress' ),
'all_items' => __( 'All Seasons', 'sportspress' ),
'edit_item' => __( 'Edit Season', 'sportspress' ),
'view_item' => __( 'View Season', 'sportspress' ),
'update_item' => __( 'Update Season', 'sportspress' ),
'add_new_item' => __( 'Add New Season', 'sportspress' ),
'new_item_name' => __( 'New Season Name', 'sportspress' ),
'parent_item' => __( 'Parent Season', 'sportspress' ),
'parent_item_colon' => __( 'Parent Season:', 'sportspress' ),
'search_items' => __( 'Search Seasons', 'sportspress' ),
'not_found' => __( 'No seasons found.', 'sportspress' ),
'all_items' => __( 'All', 'sportspress' ),
'edit_item' => __( 'Edit', 'sportspress' ),
'view_item' => __( 'View', 'sportspress' ),
'update_item' => __( 'Update', 'sportspress' ),
'add_new_item' => __( 'Add New', 'sportspress' ),
'new_item_name' => __( 'Name', 'sportspress' ),
'parent_item' => __( 'Parent', 'sportspress' ),
'parent_item_colon' => __( 'Parent:', 'sportspress' ),
'search_items' => __( 'Search', 'sportspress' ),
'not_found' => __( 'No results found.', 'sportspress' ),
);
$args = array(
'label' => __( 'Seasons', 'sportspress' ),