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 [
|
2023-11-29 17:27:10 +00:00
|
|
|
'title' => [
|
2024-03-08 13:05:48 +00:00
|
|
|
'podcasting' => 'Podkastplattformer',
|
|
|
|
'social' => 'Sosiale nettverk',
|
|
|
|
'funding' => 'Donasjonslenker',
|
2023-11-29 17:27:10 +00:00
|
|
|
],
|
2024-03-08 13:05:48 +00:00
|
|
|
'website' => 'Nettside',
|
2022-04-14 13:11:07 +00:00
|
|
|
'home_url' => 'Gå til {platformName}-nettstaden',
|
2024-03-08 13:05:48 +00:00
|
|
|
'register' => 'Registrer deg',
|
2022-04-14 13:11:07 +00:00
|
|
|
'submit_url' => 'Send podkasten din til {platformName}',
|
2024-03-08 13:05:48 +00:00
|
|
|
'your_link' => 'Lenka di',
|
2023-11-29 17:27:10 +00:00
|
|
|
'your_id' => [
|
2024-03-08 13:05:48 +00:00
|
|
|
'podcasting' => 'ID-en din',
|
|
|
|
'social' => 'ID-en din',
|
|
|
|
'funding' => 'Lokkeordet ditt',
|
2023-11-29 17:27:10 +00:00
|
|
|
],
|
2024-03-08 13:05:48 +00:00
|
|
|
'your_cta' => 'Lokkeordet ditt',
|
2022-04-14 13:11:07 +00:00
|
|
|
'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',
|
|
|
|
],
|
|
|
|
];
|