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' => 'Go to podcast page',
|
|
'rss_feed' => 'RSS feed',
|
|
'dashboard' => 'Podcast dashboard',
|
|
'podcast-view' => 'Hoofdpagina',
|
|
'podcast-edit' => 'Podcast bewerken',
|
|
'podcast-persons-manage' => 'Personen beheren',
|
|
'podcast-imports' => 'Podcast importeren',
|
|
'podcast-imports-sync' => 'Synchroniseer feeds',
|
|
'episodes' => 'Afleveringen',
|
|
'episode-list' => 'Alle afleveringen',
|
|
'episode-create' => 'Nieuwe aflevering',
|
|
'analytics' => 'Statistieken',
|
|
'podcast-analytics' => 'Audience overview',
|
|
'podcast-analytics-webpages' => 'Web pages visits',
|
|
'podcast-analytics-locations' => 'Locaties',
|
|
'podcast-analytics-unique-listeners' => 'Unieke luisteraars',
|
|
'podcast-analytics-players' => 'Players',
|
|
'podcast-analytics-listening-time' => 'Luistertijd',
|
|
'podcast-analytics-time-periods' => 'Time periods',
|
|
'monetization' => 'Monetization',
|
|
'subscription-list' => 'Alle abonnementen',
|
|
'subscription-create' => 'Abonnement toevoegen',
|
|
'contributors' => 'Bijdragers',
|
|
'contributor-list' => 'Alle bijdragers',
|
|
'contributor-add' => 'Bijdragers toevoegen',
|
|
'broadcast' => 'Broadcast',
|
|
'platforms-podcasting' => 'Podcasting apps',
|
|
'platforms-social' => 'Sociale netwerken',
|
|
'platforms-funding' => 'Funding links',
|
|
'podcast-monetization-other' => 'Andere',
|
|
];
|