Changeset 10422 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/taxonomy.php
- Timestamp:
- 11/02/2020 09:04:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/taxonomy.php
r10272 r10422 70 70 function register_lesson_category() { 71 71 $labels = array( 72 'name' => _x( ' Categories', 'Taxonomy General Name', 'wporg-learn' ),73 'singular_name' => _x( ' Category', 'Taxonomy Singular Name', 'wporg-learn' ),72 'name' => _x( 'Lesson Categories', 'Taxonomy General Name', 'wporg-learn' ), 73 'singular_name' => _x( 'Lesson Category', 'Taxonomy Singular Name', 'wporg-learn' ), 74 74 'menu_name' => __( 'Categories', 'wporg-learn' ), 75 'all_items' => __( 'All Categories', 'wporg-learn' ),76 'new_item_name' => __( 'New Category', 'wporg-learn' ),77 'add_new_item' => __( 'Add New Category', 'wporg-learn' ),78 'edit_item' => __( 'Edit Category', 'wporg-learn' ),79 'update_item' => __( 'Update Category', 'wporg-learn' ),80 'view_item' => __( 'View Category', 'wporg-learn' ),81 'separate_items_with_commas' => __( 'Separate categories with commas', 'wporg-learn' ),82 'add_or_remove_items' => __( 'Add or remove categories', 'wporg-learn' ),83 'choose_from_most_used' => __( 'Choose from the most used', 'wporg-learn' ), 84 'popular_items' => __( 'Popular categories', 'wporg-learn' ),85 'search_items' => __( 'Search categories', 'wporg-learn' ),75 'all_items' => __( 'All Lesson Categories', 'wporg-learn' ), 76 'new_item_name' => __( 'New Lesson Category', 'wporg-learn' ), 77 'add_new_item' => __( 'Add New Lesson Category', 'wporg-learn' ), 78 'edit_item' => __( 'Edit Lesson Category', 'wporg-learn' ), 79 'update_item' => __( 'Update Lesson Category', 'wporg-learn' ), 80 'view_item' => __( 'View Lesson Category', 'wporg-learn' ), 81 'separate_items_with_commas' => __( 'Separate lesson categories with commas', 'wporg-learn' ), 82 'add_or_remove_items' => __( 'Add or remove lesson categories', 'wporg-learn' ), 83 'choose_from_most_used' => __( 'Choose from the most used', 'wporg-learn' ), 84 'popular_items' => __( 'Popular lesson categories', 'wporg-learn' ), 85 'search_items' => __( 'Search lesson categories', 'wporg-learn' ), 86 86 'not_found' => __( 'Not Found', 'wporg-learn' ), 87 'no_terms' => __( 'No categories', 'wporg-learn' ),88 'items_list' => __( ' Categories list', 'wporg-learn' ),89 'items_list_navigation' => __( ' Categories list navigation', 'wporg-learn' ),87 'no_terms' => __( 'No lesson categories', 'wporg-learn' ), 88 'items_list' => __( 'Lesson Categories list', 'wporg-learn' ), 89 'items_list_navigation' => __( 'Lesson Categories list navigation', 'wporg-learn' ), 90 90 ); 91 91
Note: See TracChangeset
for help on using the changeset viewer.