castopod/app/Language/da/Common.php

31 lines
701 B
PHP
Raw Normal View History

2023-05-05 16:28:51 +02: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 [
2023-08-28 16:13:45 +02:00
'yes' => 'Ja',
'no' => 'Nej',
'cancel' => 'Annuller',
'optional' => 'Valg',
'close' => 'Luk',
'home' => 'Hjem',
'explicit' => 'Eksplicit',
'powered_by' => 'Drevet af {castopod}',
'go_back' => 'Gå tilbage',
2023-05-05 16:28:51 +02:00
'play_episode_button' => [
2023-08-28 16:13:45 +02:00
'play' => 'Afspil',
'playing' => 'Spiller',
2023-05-05 16:28:51 +02:00
],
2023-08-28 16:13:45 +02:00
'read_more' => 'Læs mere',
'read_less' => 'Læs mindre',
'see_more' => 'Se mere',
'see_less' => 'Se mindre',
'legal_notice' => 'Juridiske oplysninger',
2023-05-05 16:28:51 +02:00
];