2020-08-05 16:10:39 +00:00
|
|
|
<?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',
|
2020-08-18 16:31:28 +00:00
|
|
|
'pages' => 'pages',
|
2020-08-05 16:10:39 +00:00
|
|
|
'add' => 'add',
|
|
|
|
'new' => 'new',
|
|
|
|
'edit' => 'edit',
|
2021-02-10 16:20:01 +00:00
|
|
|
'persons' => 'persons',
|
2021-04-02 17:20:02 +00:00
|
|
|
'publish' => 'publish',
|
|
|
|
'publish-edit' => 'edit publication',
|
|
|
|
'unpublish' => 'unpublish',
|
|
|
|
'fediverse' => 'fediverse',
|
|
|
|
'block-lists' => 'block lists',
|
2020-08-05 16:10:39 +00:00
|
|
|
'users' => 'users',
|
|
|
|
'my-account' => 'my account',
|
|
|
|
'change-password' => 'change password',
|
2020-08-21 08:41:09 +00:00
|
|
|
'import' => 'feed import',
|
2020-08-27 10:05:44 +00:00
|
|
|
'platforms' => 'platforms',
|
2020-11-18 17:17:56 +00:00
|
|
|
'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',
|
2020-12-07 20:13:46 +00:00
|
|
|
'soundbites' => 'soundbites',
|
2021-02-27 21:21:26 +00:00
|
|
|
'embeddable-player' => 'embeddable player',
|
2020-08-05 16:10:39 +00:00
|
|
|
];
|