This commit is contained in:
Benjamin Takats
2022-12-19 15:58:18 +01:00
parent 7348651d63
commit 50d65ad5e4
12 changed files with 255 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<?php
return [
'approve_comment' => 'Keur opmerking goed',
'reject_comment' => 'Keur opmerking af',
'view_comment' => 'Bekijk opmerking',
'pending_comment_mail_subject' => 'Een nieuwe opmerking wacht op goedkeuring',
'pending_comment_mail_body' => 'Opmerking :commentable_name van :commentator_name wacht op uw goedkeuring',
'approved_comment_mail_subject' => 'Een nieuwe opmerking is geplaatst',
'approved_comment_mail_title' => 'Een nieuwe opmerking op ":commentable_name"',
'approved_comment_mail_body' => 'Geschreven door :commentator_name',
'enum_description_participating'=> 'Bij deelname aan gesprek',
'enum_description_all' => 'Bij alle opmerkingen',
'enum_description_none' => 'Nooit',
'enum_longdescription_participating' => 'Krijg een notificatie op dit gesprek',
'enum_longdescription_all' => 'Krijg een notificatie op alle opmerkingen',
'enum_longdescription_none' => 'Geen notificaties',
];