💥 TRENDING: Changeset/ - Uncensored 2025

Changeset 1377689


Ignore:
Timestamp:
03/24/2016 08:33:53 AM (10 years ago)
Author:
obstschale
Message:

Start fixing text-domain

Location:
dicentis-podcast/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dicentis-podcast/trunk/dicentis-podcast.php

    r1363250 r1377689  
    1313 * Author: Hans-Helge Buerger
    1414 * Author URI: http://hanshelgebuerger.de
    15  * Text Domain: dicentis
     15 * Text Domain: dicentis-podcast
    1616 * Domain Path: /languages/
    1717 * GitHub Plugin URI: https://github.com/dicentis/dicentis
  • dicentis-podcast/trunk/includes/controller/class-dipo-podcast-post-type.php

    r1363250 r1377689  
    102102        $podcast_args = array(
    103103            'labels' => array(
    104                 'name' => __( 'Podcasts', 'dicentis' ),
    105                 'singular_name' => __( 'Episode', 'dicentis' ),
    106                 'add_new' => __( 'Add New Episode', 'dicentis' ),
    107                 'add_new_item' => __( 'Add New Episode', 'dicentis' ),
    108                 'edit_item' => __( 'Edit Episodes', 'dicentis' ),
    109                 'new_item' => __( 'New Episodes', 'dicentis' ),
    110                 'view_item' => __( 'View Episodes', 'dicentis' ),
    111                 'search_items' => __( 'Search Episodes', 'dicentis' ),
    112                 'not_found' => __( 'No Episodes Found', 'dicentis' ),
    113                 'not_found_in_trash' => __( 'No Episodes Found In Trash', 'dicentis' )
     104                'name' => __( 'Podcasts', 'dicentis-podcast' ),
     105                'singular_name' => __( 'Episode', 'dicentis-podcast' ),
     106                'add_new' => __( 'Add New Episode', 'dicentis-podcast' ),
     107                'add_new_item' => __( 'Add New Episode', 'dicentis-podcast' ),
     108                'edit_item' => __( 'Edit Episodes', 'dicentis-podcast' ),
     109                'new_item' => __( 'New Episodes', 'dicentis-podcast' ),
     110                'view_item' => __( 'View Episodes', 'dicentis-podcast' ),
     111                'search_items' => __( 'Search Episodes', 'dicentis-podcast' ),
     112                'not_found' => __( 'No Episodes Found', 'dicentis-podcast' ),
     113                'not_found_in_trash' => __( 'No Episodes Found In Trash', 'dicentis-podcast' )
    114114            ),
    115115            'public' => true,
    116116            'has_archive' => true,
    117             'description' => __( 'A podcast plugin which allows to define multipel podcasts with individual feeds', 'dicentis' ),
     117            'description' => __( 'A podcast plugin which allows to define multipel podcasts with individual feeds', 'dicentis-podcast' ),
    118118            'supports' => array(
    119119                'editor',
     
    180180            ),
    181181            'labels' => array(
    182                 'name' => __( 'Podcast Shows', $this->textdomain ),
    183                 'singular_name' => __( 'Podcast Show', $this->textdomain ),
    184                 'edit_item' => __( 'Edit Podcast Show', $this->textdomain ),
    185                 'update_item' => __( 'Update Podcast Show', $this->textdomain ),
    186                 'add_new_item' => __( 'Add New Podcast Show', $this->textdomain ),
    187                 'new_item_name' => __( 'New Podcast Show Name', $this->textdomain ),
    188                 'all_items' => __( 'All Podcast Shows', $this->textdomain ),
    189                 'search_items' => __( 'Search Podcast Show', $this->textdomain ),
    190                 'parent_item' => __( 'Parent Podcast Show', $this->textdomain ),
    191                 'parent_item_colon' => __( 'Parent Podcast Show:', $this->textdomain ),
     182                'name' => __( 'Podcast Shows', 'dicentis-podcast' ),
     183                'singular_name' => __( 'Podcast Show', 'dicentis-podcast' ),
     184                'edit_item' => __( 'Edit Podcast Show', 'dicentis-podcast' ),
     185                'update_item' => __( 'Update Podcast Show', 'dicentis-podcast' ),
     186                'add_new_item' => __( 'Add New Podcast Show', 'dicentis-podcast' ),
     187                'new_item_name' => __( 'New Podcast Show Name', 'dicentis-podcast' ),
     188                'all_items' => __( 'All Podcast Shows', 'dicentis-podcast' ),
     189                'search_items' => __( 'Search Podcast Show', 'dicentis-podcast' ),
     190                'parent_item' => __( 'Parent Podcast Show', 'dicentis-podcast' ),
     191                'parent_item_colon' => __( 'Parent Podcast Show:', 'dicentis-podcast' ),
    192192            ),
    193193        );
     
    201201            ),
    202202            'labels' => array(
    203                 'name' => __( 'Series', $this->textdomain ),
    204                 'singular_name' => __( 'Series', $this->textdomain ),
    205                 'edit_item' => __( 'Edit Series', $this->textdomain ),
    206                 'update_item' => __( 'Update Series', $this->textdomain ),
    207                 'add_new_item' => __( 'Add New Series', $this->textdomain ),
    208                 'new_item_name' => __( 'New Series Name', $this->textdomain ),
    209                 'all_items' => __( 'All Series', $this->textdomain ),
    210                 'search_items' => __( 'Search Series', $this->textdomain ),
    211                 'parent_item' => __( 'Parent Series', $this->textdomain ),
    212                 'parent_item_colon' => __( 'Parent Series:', $this->textdomain ),
     203                'name' => __( 'Series', 'dicentis-podcast' ),