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

15 lines
274 B
PHP
Raw Normal View History

2022-12-09 16:42:46 +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 [
2023-11-29 18:27:10 +01:00
'all_podcasts' => 'Svi podkasti',
'no_podcast' => 'Nema pronađenih podkasta',
2022-12-09 16:42:46 +01:00
];