http.php 571 Bytes
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | HTTP Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used in the views/errors files.
    |
    */

    '404' => [
        'title'       => 'Sidan kunde inte visas.',
        'description' => 'Sorry, men sidan du försökte nå kunde inte visas.',
    ],

    '503' => [
        'title'       => 'Strax tillbaka!',
        'description' => 'Strax tillbaka!',
    ],

];