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

20 lines
557 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
'title' => 'Obaveštenja',
'reply' => '{actor_username} odgovara na tvoju objavu',
'favourite' => '{actor_username} dodaje tvoju objavu u omiljene',
'reblog' => '{actor_username} deli tvoju objavu',
'follow' => '{actor_username} vas sada prati',
'no_notifications' => 'Nema obaveštenja',
'mark_all_as_read' => 'Označi svе kao pročitano',
2022-12-09 16:42:46 +01:00
];