mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-11 16:55:46 +00:00
36 lines
1.2 KiB
PHP
36 lines
1.2 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',
|
|
'dashboard' => 'Podkast-styringspanel',
|
|
'podcast-view' => 'Heim',
|
|
'podcast-edit' => 'Rediger podkasten',
|
|
'podcast-persons-manage' => 'Handter personar',
|
|
'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',
|
|
'contributors' => 'Bidragsytarar',
|
|
'contributor-list' => 'Alle bidragsytarane',
|
|
'contributor-add' => 'Legg til bidragsytar',
|
|
'platforms' => 'Eksterne plattformer',
|
|
'platforms-podcasting' => 'Podkasting',
|
|
'platforms-social' => 'Sosiale nettverk',
|
|
'platforms-funding' => 'Finansiering',
|
|
];
|