Files
einundzwanzig-portal/resources/lang/vendor/laravel-comments/en/notifications.php
HolgerHatGarKeineNode 12847f95f6 huge Laravel 10 upgrade
2023-02-19 20:13:20 +01:00

19 lines
876 B
PHP

<?php
return array (
'approve_comment' => 'Approve comment',
'approved_comment_mail_body' => 'Posted by :commentator_name',
'approved_comment_mail_subject' => 'A new comment was posted',
'approved_comment_mail_title' => 'A new comment on ":commentable_name"',
'enum_description_all' => 'On all comments',
'enum_description_none' => 'Never',
'enum_description_participating' => 'When participating',
'enum_longdescription_all' => 'Get notified on all comments',
'enum_longdescription_none' => 'Never be notified',
'enum_longdescription_participating' => 'Get notified when participating',
'pending_comment_mail_body' => 'A pending comment :commentable_name by :commentator_name awaits your approval',
'pending_comment_mail_subject' => 'A new comment is awaiting approval',
'reject_comment' => 'Reject comment',
'view_comment' => 'View comment',
);