* (c) Joseph Cohen * (c) Graham Campbell * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ return [ 'not-found' => [ 'code' => '404', 'title' => 'Die Seite konnte nicht gefunden werden!', 'message' => 'Entschuldigung, aber die Seite konnte nicht gefunden werden. Überprüfen Sie die URL und versuchen Sie es erneut.', 'link' => 'Zurück zur Startseite', ], 'unauthorized' => [ 'code' => '401', 'title' => 'Unauthorized', 'message' => 'Sorry, you need admin privileges to see this page.', 'link' => 'Return to homepage', ], ];