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 [
|
2024-02-05 17:03:36 +00:00
|
|
|
|
'all_podcasts' => 'Totes los podcasts',
|
|
|
|
|
'sort_by' => 'Triar per',
|
2022-04-14 13:11:07 +00:00
|
|
|
|
'sort_options' => [
|
2024-02-05 17:03:36 +00:00
|
|
|
|
'activity' => 'Activitat recenta',
|
|
|
|
|
'created_desc' => 'Lo mai recent d’en primièr',
|
|
|
|
|
'created_asc' => 'Lo mai vièlh d’en primièr',
|
2022-04-14 13:11:07 +00:00
|
|
|
|
],
|
2024-02-05 17:03:36 +00:00
|
|
|
|
'no_podcast' => 'Cap de podcast pas trobat',
|
2022-04-14 13:11:07 +00:00
|
|
|
|
];
|