castopod/app/Language/it/Home.php

21 lines
474 B
PHP
Raw Normal View History

<?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 [
2022-10-14 18:12:14 +02:00
'all_podcasts' => 'Tutti i podcast',
'sort_by' => 'Ordina per',
'sort_options' => [
2022-10-14 18:12:14 +02:00
'activity' => 'Attività recenti',
'created_desc' => 'Più recente prima',
'created_asc' => 'Più vecchio prima',
],
2022-10-14 18:12:14 +02:00
'no_podcast' => 'Nessun podcast trovato',
];