castopod/app/Language/gd/Home.php

21 lines
506 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' => 'A h-uile pod-chraoladh',
'sort_by' => 'Seòrsaich a-rèir',
'sort_options' => [
'activity' => 'A ghnìomhachd as ùire',
'created_desc' => 'As ùire an toiseach',
'created_asc' => 'As sine an toiseach',
],
'no_podcast' => 'Cha deach pod-chraoladh a lorg',
];