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