http.php
590 Bytes
<?php
return [
/*
|--------------------------------------------------------------------------
| HTTP Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used in the views/errors files.
|
*/
'404' => [
'title' => 'Η σελίδα δεν βρέθηκε.',
'description' => 'Sorry, but the page you were trying to view does not exist.',
],
'503' => [
'title' => 'Be right back.',
'description' => 'Be right back.',
],
];