castopod/app/Language/nn-NO/Common.php

31 lines
696 B
PHP

<?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' => 'Nei',
'cancel' => 'Avbryt',
'optional' => 'Valfritt',
'close' => 'Lukk',
'home' => 'Heim',
'explicit' => 'Grov prat',
'powered_by' => 'Køyrer på {castopod}',
'go_back' => 'Tilbake',
'play_episode_button' => [
'play' => 'Spel',
'playing' => 'Spelar',
],
'read_more' => 'Les meir',
'read_less' => 'Les mindre',
'see_more' => 'Sjå meir',
'see_less' => 'Sjå mindre',
'legal_notice' => 'Juridisk merknad',
];