castopod/modules/Admin/Language/uk/Home.php

15 lines
300 B
PHP
Raw Normal View History

2023-03-16 17:45:41 +01: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 [
'all_podcasts' => 'Усі подкасти',
'no_podcast' => 'Подкастів не знайдено',
];