mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-13 17:55:47 +00:00
23 lines
531 B
PHP
23 lines
531 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',
|
||
|
'my-podcasts' => 'my podcasts',
|
||
|
'podcasts' => 'podcasts',
|
||
|
'episodes' => 'episodes',
|
||
|
'contributors' => 'contributors',
|
||
|
'add' => 'add',
|
||
|
'new' => 'new',
|
||
|
'edit' => 'edit',
|
||
|
'users' => 'users',
|
||
|
'my-account' => 'my account',
|
||
|
'change-password' => 'change password',
|
||
|
];
|