huge Laravel 10 upgrade

This commit is contained in:
HolgerHatGarKeineNode
2023-02-19 20:13:20 +01:00
parent 5c74f77beb
commit 12847f95f6
440 changed files with 46336 additions and 682 deletions

View File

@@ -0,0 +1,21 @@
<?php
return array (
'approve_comment' => '',
'awaits_approval' => '',
'cancel' => '',
'copied' => '',
'create_comment' => '',
'create_reply' => '',
'delete' => '',
'delete_confirmation_text' => '',
'delete_confirmation_title' => '',
'edit' => '',
'edit_comment' => '',
'guest' => '',
'just_now' => '',
'no_comments_yet' => '',
'reject_comment' => '',
'write_comment' => '',
'write_reply' => '',
);

View File

@@ -0,0 +1,18 @@
<?php
return array (
'approve_comment' => '',
'approved_comment_mail_body' => '',
'approved_comment_mail_subject' => '',
'approved_comment_mail_title' => '',
'enum_description_all' => '',
'enum_description_none' => '',
'enum_description_participating' => '',
'enum_longdescription_all' => '',
'enum_longdescription_none' => '',
'enum_longdescription_participating' => '',
'pending_comment_mail_body' => '',
'pending_comment_mail_subject' => '',
'reject_comment' => '',
'view_comment' => '',
);