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',
|
|
|
|
'more' => 'Meir',
|
|
|
|
'no_data' => 'Fann ingen data!',
|
|
|
|
'close' => 'Lukk',
|
|
|
|
'edit' => 'Rediger',
|
|
|
|
'copy' => 'Kopier',
|
|
|
|
'copied' => 'Kopiert!',
|
|
|
|
'home' => 'Heim',
|
|
|
|
'explicit' => 'Grov prat',
|
|
|
|
'powered_by' => 'Køyrer på {castopod}',
|
|
|
|
'actions' => 'Handlingar',
|
|
|
|
'pageInfo' => 'Side {currentPage} av {pageCount}',
|
|
|
|
'go_back' => 'Tilbake',
|
|
|
|
'forms' => [
|
|
|
|
'editor' => [
|
|
|
|
'write' => 'Skriv',
|
|
|
|
'preview' => 'Førehandsvising',
|
|
|
|
'help' => 'Køyrer markdown',
|
|
|
|
],
|
|
|
|
'multiSelect' => [
|
|
|
|
'selectText' => 'Trykk for å velja',
|
|
|
|
'loadingText' => 'Lastar…',
|
|
|
|
'noResultsText' => 'Fann ingen resultat',
|
|
|
|
'noChoicesText' => 'Ingen val å velja mellom',
|
|
|
|
'maxItemText' => 'Kan ikkje leggja til fleire element',
|
|
|
|
],
|
|
|
|
'upload_file' => 'Last opp ei fil',
|
|
|
|
'remote_url' => 'Ekstern URL-adresse',
|
2024-03-08 13:05:48 +00:00
|
|
|
'save' => 'Lagre',
|
2022-04-14 13:11:07 +00:00
|
|
|
],
|
|
|
|
'play_episode_button' => [
|
|
|
|
'play' => 'Spel',
|
|
|
|
'playing' => 'Spelar',
|
|
|
|
],
|
|
|
|
'size_limit' => 'Maks storleik: {0}.',
|
2023-05-09 14:30:05 +00:00
|
|
|
'choose_interact' => 'Vel korleis du vil samhandla',
|
|
|
|
'view' => 'Vis',
|
2022-04-14 13:11:07 +00:00
|
|
|
];
|