castopod/app/Language/sr_Latn/Common.php

31 lines
728 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 [
'yes' => 'Da',
'no' => 'Ne',
'cancel' => 'Otkaži',
'optional' => 'Opciono',
'close' => 'Zatvori',
'home' => 'Početna',
'explicit' => 'Eksplicitno',
'powered_by' => 'Pokreće {castopod}',
'go_back' => 'Nazad',
'play_episode_button' => [
'play' => 'Rеprodukuj',
'playing' => 'Reprodukuje',
],
'read_more' => 'Pročitaj više',
'read_less' => 'Pročitaj manje',
'see_more' => 'Pogledajte više',
'see_less' => 'Vidi manje',
'legal_notice' => 'Pravna napomena',
];