castopod/app/Language/ro/Home.php

21 lines
496 B
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 [
'all_podcasts' => 'Toate podcasturile',
'sort_by' => 'Sortați după',
'sort_options' => [
'activity' => 'Activitate recentă',
'created_desc' => 'Întâi cele mai noi',
'created_asc' => 'Întâi cele mai vechi',
],
'no_podcast' => 'Nu s-a găsit nici un podcast',
];