Skip to content
Snippets Groups Projects
Breadcrumb.php 1.62 KiB
Newer Older
  • Learn to ignore specific revisions
  • <?php
    
    declare(strict_types=1);
    
    /**
     * @copyright  2020 Ad Aures
     * @license    https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
     * @link       https://castopod.org/
     */
    
    return [
        'label' => 'breadcrumb',
    
            ->gateway => 'Home',
        'podcasts' => 'podcasts',
        'episodes' => 'episodes',
    
    crowdin's avatar
    crowdin committed
        'subscriptions' => 'subscriptions',
    
        'contributors' => 'contributors',
        'pages' => 'pages',
        'settings' => 'settings',
        'theme' => 'theme',
    
    crowdin's avatar
    crowdin committed
        'about' => 'about',
    
        'add' => 'add',
        'new' => 'new',
        'edit' => 'edit',
        'persons' => 'persons',
        'publish' => 'publish',
        'publish-edit' => 'edit publication',
    
    crowdin's avatar
    crowdin committed
        'publish-date-edit' => 'edit publication date',
    
        'unpublish' => 'unpublish',
        'delete' => 'delete',
    
    crowdin's avatar
    crowdin committed
        'remove' => 'remove',
    
        'fediverse' => 'fediverse',
    
        'blocked-actors' => 'blocked actors',
        'blocked-domains' => 'blocked domains',
    
    crowdin's avatar
    crowdin committed
        'users' => 'pengguna',
        'my-account' => 'akun saya',
        'change-password' => 'ubah kata sandi',
    
        'imports' => 'imports',
    
        'sync-feeds' => 'synchronize feeds',
    
        'platforms' => 'platforms',
        'social' => 'social networks',
        'funding' => 'funding',
    
        'monetization-other' => 'other monetization',
    
    crowdin's avatar
    crowdin committed
        'analytics' => 'analitik',
    
        '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',
    
    crowdin's avatar
    crowdin committed
        'notifications' => 'notifications',
    
    crowdin's avatar
    crowdin committed
        'suspend' => 'suspend',