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-03-30 15:09:35 +00:00
|
|
|
'yes' => 'Ja',
|
|
|
|
'no' => 'Nein',
|
|
|
|
'cancel' => 'Abbrechen',
|
2022-03-29 15:33:32 +00:00
|
|
|
'optional' => 'Optional',
|
2022-03-30 15:09:35 +00:00
|
|
|
'close' => 'Schließen',
|
|
|
|
'home' => 'Startseite',
|
|
|
|
'explicit' => 'Anstößig',
|
2023-03-16 16:45:41 +00:00
|
|
|
'powered_by' => 'Betrieben mit {castopod}',
|
2022-03-30 15:09:35 +00:00
|
|
|
'go_back' => 'Zurück',
|
2022-03-29 15:33:32 +00:00
|
|
|
'play_episode_button' => [
|
2022-03-30 15:09:35 +00:00
|
|
|
'play' => 'Abspielen',
|
|
|
|
'playing' => 'Wird wiedergegeben',
|
2022-03-29 15:33:32 +00:00
|
|
|
],
|
2023-03-16 16:45:41 +00:00
|
|
|
'read_more' => 'Weiterlesen',
|
|
|
|
'read_less' => 'Weniger anzeigen',
|
2022-03-30 15:09:35 +00:00
|
|
|
'see_more' => 'Mehr anzeigen',
|
|
|
|
'see_less' => 'Weniger anzeigen',
|
2022-07-14 09:03:44 +00:00
|
|
|
'legal_notice' => 'Impressum',
|
2022-03-29 15:33:32 +00:00
|
|
|
];
|