castopod/modules/Auth/Language/nn-NO/Contributor.php

48 lines
1.5 KiB
PHP
Raw Normal View History

2022-04-14 15:11:07 +02: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 [
'podcast_contributors' => 'Podkast-bidragsytarar',
'view' => "{username} sitt bidrag til {podcastTitle}",
'add' => 'Legg til bidragsytar',
'add_contributor' => 'Legg til bidragsytar til {0}',
'edit_role' => 'Oppdater rolla for {0}',
'edit' => 'Rediger',
'remove' => 'Fjern',
'list' => [
'username' => 'Brukarnamn',
'role' => 'Rolle',
],
'form' => [
'user' => 'Brukar',
'user_placeholder' => 'Vel ein brukar…',
'role' => 'Rolle',
'role_placeholder' => 'Vel rolle…',
'submit_add' => 'Legg til bidragsytar',
'submit_edit' => 'Oppdater rolla',
],
2022-11-04 12:03:24 +01:00
'delete_form' => [
2023-11-29 18:27:10 +01:00
'title' => 'Fjern {contributor}',
2022-11-04 12:03:24 +01:00
'disclaimer' =>
2023-11-29 18:27:10 +01:00
'Du er i ferd med å fjerna {contributor} som bidragsytar. Dei vil mista tilgangen til "{podcastTitle}".',
'understand' => 'Eg forstår, og vil fjerna {contributor} frå "{podcastTitle}"',
'submit' => 'Fjern',
2022-04-14 15:11:07 +02:00
],
'messages' => [
2023-11-29 18:27:10 +01:00
'editSuccess' => 'Rolle endra!',
'editOwnerError' => "Du kan ikkje endra podkast-eigaren.",
2022-04-14 15:11:07 +02:00
'removeOwnerError' => "Du kan ikkje fjerna podkast-eigaren!",
'removeSuccess' =>
'Du har fjerna {username} frå {podcastTitle}',
'alreadyAddedError' =>
"Denne bidragsytaren er allereie lagt til!",
],
];