Files
opensem/resources/lang/vendor/boilerplate/en/errors.php
Ludovic CANDELLIER b50f50ea62 [WIP] Refactor project
2021-05-21 00:21:05 +02:00

14 lines
312 B
PHP

<?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.',
],
];