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

20 lines
567 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} heeft je post als favoriet gemarkeerd',
'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',
];