| 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' ) |
| 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' ), |
| 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' ), |