29 lines
742 B
PHP
Raw Permalink Normal View History

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-05-09 14:30:05 +00:00
'home' => 'Styringspanel',
'welcome_message' => 'Velkomen til styrarområdet!',
2022-07-14 09:03:44 +00:00
'podcasts' => [
2023-05-09 14:30:05 +00:00
'title' => 'Podkastar',
'not_found' => 'Ingen publiserte podkastar',
'last_published' => 'Sist lagt ut {lastPublicationDate}',
2022-07-14 09:03:44 +00:00
],
'episodes' => [
2023-05-09 14:30:05 +00:00
'title' => 'Episodar',
'not_found' => 'Ingen publisert episode',
'last_published' => 'Sist lagt ut {lastPublicationDate}',
2022-07-14 09:03:44 +00:00
],
'storage' => [
2023-05-09 14:30:05 +00:00
'title' => 'Lagring',
'subtitle' => '{totalUploaded} av {totalStorage}',
2022-07-14 09:03:44 +00:00
],
2022-04-14 13:11:07 +00:00
];