castopod/modules/Admin/Language/nl/Notifications.php
2024-02-05 17:03:36 +00:00

20 lines
550 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' => 'Meldingen',
'reply' => '{actor_username} heeft op uw bericht gereageerd',
'favourite' => '{actor_username} favourited your post',
'reblog' => '{actor_username} heeft je bericht gedeeld',
'follow' => '{actor_username} volgt je nu',
'no_notifications' => 'Geen meldingen',
'mark_all_as_read' => 'Alles als gelezen markeren',
];