mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
20 lines
465 B
PHP
20 lines
465 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
/**
|
|
* @copyright 2020 Podlibre
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
|
* @link https://castopod.org/
|
|
*/
|
|
|
|
return [
|
|
'go_to_page' => 'View episode page',
|
|
'dashboard' => 'Episode dashboard',
|
|
'episode-view' => 'Home',
|
|
'episode-edit' => 'Edit episode',
|
|
'episode-persons-manage' => 'Manage persons',
|
|
'embed-add' => 'Embeddable player',
|
|
'soundbites-edit' => 'Soundbites',
|
|
];
|