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',
|
|
|
|
'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
|
|
|
'settings' => 'settings',
|
|
|
|
'platforms' => 'platforms',
|
2020-10-06 15:39:27 +00:00
|
|
|
'analytics' => 'Analytics',
|
2020-10-14 10:38:48 +00:00
|
|
|
'locations' => 'Locations',
|
2020-10-15 20:22:33 +00:00
|
|
|
'webpages' => 'Web pages',
|
2020-10-14 10:38:48 +00:00
|
|
|
'unique-listeners' => 'Unique listeners',
|
|
|
|
'players' => 'Players',
|
2020-10-19 10:33:23 +00:00
|
|
|
'listening-time' => 'Listening time',
|
2020-11-02 18:15:19 +00:00
|
|
|
'time-periods' => 'Time periods',
|
2020-08-05 16:10:39 +00:00
|
|
|
];
|