622 'parent_field_description' => array( null, $parent_field_description ), |
622 'parent_field_description' => array( null, $parent_field_description ), |
623 'desc_field_description' => array( $desc_field_description, $desc_field_description ), |
623 'desc_field_description' => array( $desc_field_description, $desc_field_description ), |
624 'edit_item' => array( __( 'Edit Tag' ), __( 'Edit Category' ) ), |
624 'edit_item' => array( __( 'Edit Tag' ), __( 'Edit Category' ) ), |
625 'view_item' => array( __( 'View Tag' ), __( 'View Category' ) ), |
625 'view_item' => array( __( 'View Tag' ), __( 'View Category' ) ), |
626 'update_item' => array( __( 'Update Tag' ), __( 'Update Category' ) ), |
626 'update_item' => array( __( 'Update Tag' ), __( 'Update Category' ) ), |
627 'add_new_item' => array( __( 'Add New Tag' ), __( 'Add New Category' ) ), |
627 'add_new_item' => array( __( 'Add Tag' ), __( 'Add Category' ) ), |
628 'new_item_name' => array( __( 'New Tag Name' ), __( 'New Category Name' ) ), |
628 'new_item_name' => array( __( 'New Tag Name' ), __( 'New Category Name' ) ), |
629 'separate_items_with_commas' => array( __( 'Separate tags with commas' ), null ), |
629 'separate_items_with_commas' => array( __( 'Separate tags with commas' ), null ), |
630 'add_or_remove_items' => array( __( 'Add or remove tags' ), null ), |
630 'add_or_remove_items' => array( __( 'Add or remove tags' ), null ), |
631 'choose_from_most_used' => array( __( 'Choose from the most used tags' ), null ), |
631 'choose_from_most_used' => array( __( 'Choose from the most used tags' ), null ), |
632 'not_found' => array( __( 'No tags found.' ), __( 'No categories found.' ) ), |
632 'not_found' => array( __( 'No tags found.' ), __( 'No categories found.' ) ), |