Files
nexusphp/resources/lang/nl/forum.php

13 lines
406 B
PHP
Raw Normal View History

2025-04-21 02:53:56 +07:00
<?php
return [
'topic' => [
'replied_notify_subject' => 'Het onderwerp heeft een nieuw antwoord',
'replied_notify_body' => 'Je topic:topic_subject heeft een nieuw antwoord.',
],
'post' => [
'edited_notify_subject' => 'Antwoord op bericht is gewijzigd',
'edited_notify_body' => 'Je antwoord op onderwerp: :topic_subject is gewijzigd door: :editor.',
]
];