Skip to content

Commit

Permalink
Merge pull request #112 from 10up/fix/85
Browse files Browse the repository at this point in the history
Issue status taxonomy labels added
  • Loading branch information
jeffpaul committed Feb 27, 2023
2 parents 64e9af1 + 406ab4d commit 113f61b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions includes/functions/plugins/issue-status.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,23 @@ function register_taxonomy() {
'search_items' => __( 'Search Issue Statuses', 'eight-day-week-print-workflow' ),
'all_items' => __( 'All Issue Statuses', 'eight-day-week-print-workflow' ),
'edit_item' => __( 'Edit Issue Status', 'eight-day-week-print-workflow' ),
'view_item' => __( 'View Issue Status', 'eight-day-week-print-workflow' ),
'add_or_remove_items' => __( 'Add or Remove Issue Status', 'eight-day-week-print-workflow' ),
'update_item' => __( 'Update Issue Status', 'eight-day-week-print-workflow' ),
'add_new_item' => __( 'Add New Issue Status', 'eight-day-week-print-workflow' ),
'new_item_name' => __( 'New Issue Status Name', 'eight-day-week-print-workflow' ),
'menu_name' => __( 'Issue Status', 'eight-day-week-print-workflow' ),
'separate_items_with_commas' => '',
'choose_from_most_used' => __( 'Choose from an existing Issue Status', 'eight-day-week-print-workflow' ),
'not_found' => __( 'No Issue Statuses found.', 'eight-day-week-print-workflow' ),
'name_field_description' => __( 'The name is how it appears when editing print issues.', 'eight-day-week-print-workflow' ),
'slug_field_description' => __( 'The computer code for the status. Unless you are sharing the statuses between systems, this can usually be left blank. It is usually all lowercase and contains only letters, numbers, and hyphens.', 'eight-day-week-print-workflow' ),
'parent_field_description' => __( 'Assign a parent issue status to create a hierarchy.', 'eight-day-week-print-workflow' ),
'popular_items' => __( 'Popular Parent Issue Statuses', 'eight-day-week-print-workflow' ),
'parent_item' => __( 'Parent Issue Status', 'eight-day-week-print-workflow' ),
'parent_item_colon' => __( 'Parent Issue Status Colon', 'eight-day-week-print-workflow' ),
'no_terms' => __( 'No Issue Status', 'eight-day-week-print-workflow' ),
'back_to_items' => __( 'Back to Issue Statuses', 'eight-day-week-print-workflow' ),
];

$args = [
Expand Down

0 comments on commit 113f61b

Please sign in to comment.