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