2022-03-29 15:33:32 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @copyright 2020 Ad Aures
|
|
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
|
|
|
* @link https://castopod.org/
|
|
|
|
*/
|
|
|
|
|
|
|
|
return [
|
2022-04-05 15:45:54 +00:00
|
|
|
'go_to_page' => 'Seite der Folge anzeigen',
|
|
|
|
'dashboard' => 'Folgen-Dashboard',
|
|
|
|
'episode-view' => 'Startseite',
|
|
|
|
'episode-edit' => 'Folge bearbeiten',
|
|
|
|
'episode-persons-manage' => 'Personen verwalten',
|
|
|
|
'embed-add' => 'Einbettbarer Spieler',
|
2022-03-29 15:33:32 +00:00
|
|
|
'clips' => 'Clips',
|
2022-04-05 15:45:54 +00:00
|
|
|
'video-clips-list' => 'Videoclips',
|
|
|
|
'video-clips-create' => 'Neuer Videoclip',
|
|
|
|
'soundbites-list' => 'Tonschnipsel',
|
|
|
|
'soundbites-create' => 'Neuer Tonschnipsel',
|
2022-03-29 15:33:32 +00:00
|
|
|
];
|