mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
43 lines
1.5 KiB
PHP
43 lines
1.5 KiB
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 [
|
|
'go_to_page' => 'Gå til podkastsida',
|
|
'rss_feed' => 'RSS feed',
|
|
'dashboard' => 'Podkast-styringspanel',
|
|
'podcast-view' => 'Heim',
|
|
'podcast-edit' => 'Rediger podkasten',
|
|
'podcast-persons-manage' => 'Handter personar',
|
|
'podcast-imports' => 'Podkast-importar',
|
|
'podcast-imports-sync' => 'Sync feeds',
|
|
'episodes' => 'Episodar',
|
|
'episode-list' => 'Alle episodane',
|
|
'episode-create' => 'Ny episode',
|
|
'analytics' => 'Analysar',
|
|
'podcast-analytics' => 'Oversikt over publikum',
|
|
'podcast-analytics-webpages' => 'Nettsidevisingar',
|
|
'podcast-analytics-locations' => 'Stader',
|
|
'podcast-analytics-unique-listeners' => 'Unike lyttarar',
|
|
'podcast-analytics-players' => 'Spelarar',
|
|
'podcast-analytics-listening-time' => 'Lyttetid',
|
|
'podcast-analytics-time-periods' => 'Tidsperiodar',
|
|
'monetization' => 'Monetization',
|
|
'subscription-list' => 'Alle abonnement',
|
|
'subscription-create' => 'Legg til abonnement',
|
|
'contributors' => 'Bidragsytarar',
|
|
'contributor-list' => 'Alle bidragsytarane',
|
|
'contributor-add' => 'Legg til bidragsytar',
|
|
'broadcast' => 'Broadcast',
|
|
'platforms-podcasting' => 'Podcasting apps',
|
|
'platforms-social' => 'Sosiale nettverk',
|
|
'platforms-funding' => 'Funding links',
|
|
'podcast-monetization-other' => 'Other',
|
|
];
|