Skip to content
Snippets Groups Projects
Podcast.php 5.36 KiB
Newer Older
  • Learn to ignore specific revisions
  •     'create' => 'Create a Podcast',
    
        'new_episode' => 'New Episode',
        'feed' => 'RSS feed',
        'edit' => 'Edit',
        'delete' => 'Delete',
    
            'title' => 'Title',
            'name' => 'Name',
            'description' => 'Description',
            'episode_description_footer' => 'Episode description footer',
            'image' => 'Image',
            'language' => 'Language',
            'category' => 'Category',
            'explicit' => 'Explicit',
    
            'author_name' => 'Author name',
            'author_email' => 'Author email',
    
            'owner_name' => 'Owner name',
            'owner_email' => 'Owner email',
            'type' => [
                'label' => 'Type',
                'episodic' => 'Episodic',
                'serial' => 'Serial',
            ],
            'copyright' => 'Copyright',
            'block' => 'Block',
            'complete' => 'Complete',
            'custom_html_head' => 'Custom HTML code in <head/>',
    
            'submit_create' => 'Create podcast',
            'submit_edit' => 'Save podcast',
    
        ],
        'category_options' => [
            'uncategorized' => 'uncategorized',
            'arts' => 'Arts',
            'business' => 'Business',
            'comedy' => 'Comedy',
            'education' => 'Education',
            'fiction' => 'Fiction',
            'government' => 'Government',
            'health_and_fitness' => 'Health &amp Fitness',
            'history' => 'History',
            'kids_and_family' => 'Kids &amp Family',
            'leisure' => 'Leisure',
            'music' => 'Music',
            'news' => 'News',
            'religion_and_spirituality' => 'Religion &amp Spirituality',
            'science' => 'Science',
            'society_and_culture' => 'Society &amp Culture',
            'sports' => 'Sports',
            'technology' => 'Technology',
            'true_crime' => 'True Crime',
            'tv_and_film' => 'TV &amp Film',
            'books' => 'Books',
            'design' => 'Design',
            'fashion_and_beauty' => 'Fashion &amp Beauty',
            'food' => 'Food',
            'performing_arts' => 'Performing Arts',
            'visual_arts' => 'Visual Arts',
            'careers' => 'Careers',
            'entrepreneurship' => 'Entrepreneurship',
            'investing' => 'Investing',
            'management' => 'Management',
            'marketing' => 'Marketing',
            'non_profit' => 'Non-Profit',
            'comedy_interviews' => 'Comedy Interviews',
            'improv' => 'Improv',
            'stand_up' => 'Stand-Up',
            'courses' => 'Courses',
            'how_to' => 'How To',
            'language_learning' => 'Language Learning',
    
            'self_improvement' => 'Self-Improvement',
    
            'comedy_fiction' => 'Comedy Fiction',
            'drama' => 'Drama',
            'science_fiction' => 'Science Fiction',
            'alternative_health' => 'Alternative Health',
            'fitness' => 'Fitness',
            'medicine' => 'Medicine',
            'mental_health' => 'Mental Health',
            'nutrition' => 'Nutrition',
            'sexuality' => 'Sexuality',
            'education_for_kids' => 'Education for Kids',
            'parenting' => 'Parenting',
            'pets_and_animals' => 'Pets &amp Animals',
            'stories_for_kids' => 'Stories for Kids',
            'animation_and_manga' => 'Animation &amp Manga',
            'automotive' => 'Automotive',
            'aviation' => 'Aviation',
            'crafts' => 'Crafts',
            'games' => 'Games',
            'hobbies' => 'Hobbies',
            'home_and_garden' => 'Home &amp Garden',
            'video_games' => 'Video Games',
            'music_commentary' => 'Music Commentary',
            'music_history' => 'Music History',
            'music_interviews' => 'Music Interviews',
            'business_news' => 'Business News',
            'daily_news' => 'Daily News',
            'entertainment_news' => 'Entertainment News',
            'news_commentary' => 'News Commentary',
            'politics' => 'Politics',
            'sports_news' => 'Sports News',
            'tech_news' => 'Tech News',
            'buddhism' => 'Buddhism',
            'christianity' => 'Christianity',
            'hinduism' => 'Hinduism',
            'islam' => 'Islam',
            'judaism' => 'Judaism',
            'religion' => 'Religion',
            'spirituality' => 'Spirituality',
            'astronomy' => 'Astronomy',
            'chemistry' => 'Chemistry',
            'earth_sciences' => 'Earth Sciences',
            'life_sciences' => 'Life Sciences',
            'mathematics' => 'Mathematics',
            'natural_sciences' => 'Natural Sciences',
            'nature' => 'Nature',
            'physics' => 'Physics',
            'social_sciences' => 'Social Sciences',
            'documentary' => 'Documentary',
            'personal_journals' => 'Personal Journals',
            'philosophy' => 'Philosophy',
            'places_and_travel' => 'Places &amp Travel',
            'relationships' => 'Relationships',
            'baseball' => 'Baseball',
            'basketball' => 'Basketball',
            'cricket' => 'Cricket',
            'fantasy_sports' => 'Fantasy Sports',
            'football' => 'Football',
            'golf' => 'Golf',
            'hockey' => 'Hockey',
            'rugby' => 'Rugby',
            'running' => 'Running',
            'soccer' => 'Soccer',
            'swimming' => 'Swimming',
            'tennis' => 'Tennis',
            'volleyball' => 'Volleyball',
            'wilderness' => 'Wilderness',
            'wrestling' => 'Wrestling',
            'after_shows' => 'After Shows',
            'film_history' => 'Film History',
            'film_interviews' => 'Film Interviews',
            'film_reviews' => 'Film Reviews',
            'tv_reviews' => 'TV Reviews',
        ],
    
        'list_of_episodes' => 'List of episodes',
        'no_episode' => 'No episode found'