Move resources/lang folder

This commit is contained in:
Shift
2023-02-19 16:19:08 +00:00
committed by HolgerHatGarKeineNode
parent df2d3d03ba
commit 7403e0e457
299 changed files with 0 additions and 0 deletions

View File

@@ -1,21 +0,0 @@
<?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',
];