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

20 lines
579 B
PHP

<?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' => 'Notificacións',
'reply' => '{actor_username} respondeu á túa publicación',
'favourite' => '{actor_username} fixo favorita a túa publicación',
'reblog' => '{actor_username} compartiu a túa publicación',
'follow' => '{actor_username} comezou a seguirte',
'no_notifications' => 'Sen notificacións',
'mark_all_as_read' => 'Marcar todo como lido',
];