mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-14 10:15:46 +00:00
32 lines
823 B
PHP
32 lines
823 B
PHP
<?php
|
|
|
|
/**
|
|
* @copyright 2020 Podlibre
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
|
* @link https://castopod.org/
|
|
*/
|
|
|
|
return [
|
|
'label' => 'breadcrumb',
|
|
config('App')->adminGateway => 'Home',
|
|
'podcasts' => 'podcasts',
|
|
'episodes' => 'episodes',
|
|
'contributors' => 'contributors',
|
|
'pages' => 'pages',
|
|
'add' => 'add',
|
|
'new' => 'new',
|
|
'edit' => 'edit',
|
|
'users' => 'users',
|
|
'my-account' => 'my account',
|
|
'change-password' => 'change password',
|
|
'import' => 'feed import',
|
|
'settings' => 'settings',
|
|
'platforms' => 'platforms',
|
|
'analytics' => 'Analytics',
|
|
'locations' => 'Locations',
|
|
'webpages' => 'Web pages',
|
|
'unique-listeners' => 'Unique listeners',
|
|
'players' => 'Players',
|
|
'listening-time' => 'Listening time',
|
|
];
|