2022-03-30 15:09:35 +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-11-04 11:03:24 +00:00
|
|
|
'yes' => 'Ja',
|
|
|
|
'no' => 'Nej',
|
|
|
|
'cancel' => 'Avbryt',
|
|
|
|
'optional' => 'Valfritt',
|
|
|
|
'close' => 'Stäng',
|
|
|
|
'home' => 'Hem',
|
2022-03-30 15:09:35 +00:00
|
|
|
'explicit' => 'Explicit',
|
2022-11-04 11:03:24 +00:00
|
|
|
'powered_by' => 'Drivs av {castopod}',
|
|
|
|
'go_back' => 'Gå tillbaka',
|
2022-03-30 15:09:35 +00:00
|
|
|
'play_episode_button' => [
|
2022-11-04 11:03:24 +00:00
|
|
|
'play' => 'Spela',
|
|
|
|
'playing' => 'Spelar',
|
2022-03-30 15:09:35 +00:00
|
|
|
],
|
2022-11-04 11:03:24 +00:00
|
|
|
'read_more' => 'Läs mer',
|
|
|
|
'read_less' => 'Läs mindre',
|
|
|
|
'see_more' => 'Se mer',
|
|
|
|
'see_less' => 'Se mindre',
|
|
|
|
'legal_notice' => 'Villkor',
|
2022-03-30 15:09:35 +00:00
|
|
|
];
|