[WIP] Refactor project
This commit is contained in:
13
resources/lang/vendor/boilerplate/en/errors.php
vendored
Normal file
13
resources/lang/vendor/boilerplate/en/errors.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'backlink' => 'Go back to the previous page',
|
||||
'403' => [
|
||||
'title' => 'Error 403',
|
||||
'message' => 'You are not allowed to access to this page.',
|
||||
],
|
||||
'404' => [
|
||||
'title' => 'Error 404',
|
||||
'message' => 'Page or document not found.',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user