Skip to content
Snippets Groups Projects
Breadcrumb.php 1.28 KiB
Newer Older
  • Learn to ignore specific revisions
  • <?php
    
    declare(strict_types=1);
    
    /**
     * @copyright  2020 Podlibre
     * @license    https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
     * @link       https://castopod.org/
     */
    
    return [
        'label' => 'breadcrumb',
        config('Admin')
            ->gateway => 'Home',
        'podcasts' => 'podcasts',
        'episodes' => 'episodes',
        'contributors' => 'contributors',
        'pages' => 'pages',
    
        'add' => 'add',
        'new' => 'new',
        'edit' => 'edit',
        'persons' => 'persons',
        'publish' => 'publish',
        'publish-edit' => 'edit publication',
        'unpublish' => 'unpublish',
    
        'fediverse' => 'fediverse',
        'block-lists' => 'block lists',
        'users' => 'users',
        'my-account' => 'my account',
        'change-password' => 'change password',
        'import' => 'feed import',
        'platforms' => 'platforms',
        'social' => 'social networks',
        'funding' => 'funding',
        'analytics' => 'analytics',
        'locations' => 'locations',
        'webpages' => 'web pages',
        'unique-listeners' => 'unique listeners',
        'players' => 'players',
        'listening-time' => 'listening time',
        'time-periods' => 'time periods',
        'soundbites' => 'soundbites',
    
        'video-clips' => 'video clips',
    
        'embed' => 'embeddable player',