castopod/modules/Admin/Language/nn-NO/Platforms.php

31 lines
957 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 [
'title' => 'Plattformer',
'home_url' => 'Gå til {platformName}-nettstaden',
'submit_url' => 'Send podkasten din til {platformName}',
'visible' => 'Vis på heimesida til podkasten?',
'on_embed' => 'Vis i den innbyggbare spelaren?',
'remove' => 'Fjern {platformName}',
'submit' => 'Lagre',
'messages' => [
'updateSuccess' => 'Plattformlenkene er oppdaterte!',
'removeLinkSuccess' => 'Plattformlenka er fjerna.',
'removeLinkError' =>
'Greidde ikkje fjerna plattformlenka. Prøv ein gong til.',
],
'description' => [
'podcasting' => 'Podkast-IDen på denne plattforma',
'social' => 'Konto-IDen til podkastane på denne plattforma',
'funding' => 'Oppmodingsmelding',
],
];