castopod/app/Language/da/Home.php

21 lines
463 B
PHP
Raw Normal View History

2023-05-05 16:28:51 +02: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-08-28 16:13:45 +02:00
'all_podcasts' => 'Alle podcasts',
'sort_by' => 'Sortér efter',
2023-05-05 16:28:51 +02:00
'sort_options' => [
2023-08-28 16:13:45 +02:00
'activity' => 'Nylig aktivitet',
'created_desc' => 'Nyeste først',
'created_asc' => 'Ældste først',
2023-05-05 16:28:51 +02:00
],
2023-08-28 16:13:45 +02:00
'no_podcast' => 'Ingen podcasts fundet',
2023-05-05 16:28:51 +02:00
];