Making WordPress.org


Ignore:
Timestamp:
11/02/2020 09:04:14 PM (6 years ago)
Author:
coreymckrill
Message:

WordPress.org Learn: Sync with GitHub

https://github.com/WordPress/learn/compare/ae6bd868368aaed4c7fe6ab1fdeb98261dbd88ca...d6f49fad358bed0aa29b92047257b2ecbddbbec6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/taxonomy.php

    r10272 r10422  
    7070function register_lesson_category() {
    7171        $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' ),
    7474                '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' ),
    8686                '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' ),
    9090        );
    9191
Note: See TracChangeset for help on using the changeset viewer.