castopod/app/Language/sv/Common.php

31 lines
686 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' => 'Nej',
'cancel' => 'Avbryt',
'optional' => 'Valfritt',
'close' => 'Stäng',
'home' => 'Hem',
'explicit' => 'Explicit',
'powered_by' => 'Drivs av {castopod}',
'go_back' => 'Gå tillbaka',
'play_episode_button' => [
'play' => 'Spela',
'playing' => 'Spelar',
],
'read_more' => 'Läs mer',
'read_less' => 'Läs mindre',
'see_more' => 'Se mer',
'see_less' => 'Se mindre',
'legal_notice' => 'Villkor',
];