2022-04-14 13:11:07 +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 [
|
|
|
|
'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',
|
2022-07-14 09:03:44 +00:00
|
|
|
'legal_notice' => 'Legal notice',
|
2022-04-14 13:11:07 +00:00
|
|
|
];
|