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