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

20 lines
538 B
PHP
Raw Normal View History

2022-08-22 17:56:51 +02: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 [
'title' => 'Notifications',
'reply' => '{actor_username} replied to your post',
'favourite' => '{actor_username} favourited your post',
'reblog' => '{actor_username} shared your post',
2022-09-23 17:51:26 +02:00
'follow' => '{actor_username} started following you',
2022-08-22 17:56:51 +02:00
'no_notifications' => 'No notifications',
'mark_all_as_read' => 'Mark all as read',
];