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_league_term_init() {
$labels = array(
'name' => __( 'Leagues', 'sportspress' ),
'singular_name' => __( 'League', 'sportspress' ),
'all_items' => __( 'All Leagues', 'sportspress' ),
'edit_item' => __( 'Edit League', 'sportspress' ),
'view_item' => __( 'View League', 'sportspress' ),
'update_item' => __( 'Update League', 'sportspress' ),
'add_new_item' => __( 'Add New League', 'sportspress' ),
'new_item_name' => __( 'New League Name', 'sportspress' ),
'parent_item' => __( 'Parent League', 'sportspress' ),
'parent_item_colon' => __( 'Parent League:', 'sportspress' ),
'search_items' => __( 'Search Leagues', 'sportspress' ),
'not_found' => __( 'No leagues 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' => __( 'Leagues', 'sportspress' ),

View File

@@ -3,16 +3,16 @@ function sportspress_position_term_init() {
$labels = array(
'name' => __( 'Positions', 'sportspress' ),
'singular_name' => __( 'Position', 'sportspress' ),
'all_items' => __( 'All Positions', 'sportspress' ),
'edit_item' => __( 'Edit Position', 'sportspress' ),
'view_item' => __( 'View Position', 'sportspress' ),
'update_item' => __( 'Update Position', 'sportspress' ),
'add_new_item' => __( 'Add New Position', 'sportspress' ),
'new_item_name' => __( 'New Position Name', 'sportspress' ),
'parent_item' => __( 'Parent Position', 'sportspress' ),
'parent_item_colon' => __( 'Parent Position:', 'sportspress' ),
'search_items' => __( 'Search Positions', 'sportspress' ),
'not_found' => __( 'No positions 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' => __( 'Positions', 'sportspress' ),

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' ),

View File

@@ -3,16 +3,16 @@ function sportspress_venue_term_init() {
$labels = array(
'name' => __( 'Venues', 'sportspress' ),
'singular_name' => __( 'Venue', 'sportspress' ),
'all_items' => __( 'All Venues', 'sportspress' ),
'edit_item' => __( 'Edit Venue', 'sportspress' ),
'view_item' => __( 'View Venue', 'sportspress' ),
'update_item' => __( 'Update Venue', 'sportspress' ),
'add_new_item' => __( 'Add New Venue', 'sportspress' ),
'new_item_name' => __( 'New Venue Name', 'sportspress' ),
'parent_item' => __( 'Parent Venue', 'sportspress' ),
'parent_item_colon' => __( 'Parent Venue:', 'sportspress' ),
'search_items' => __( 'Search Venues', 'sportspress' ),
'not_found' => __( 'No venues 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' => __( 'Venues', 'sportspress' ),