<?php /* Copyright (c) 2024 Freya Murphy */

$lang['error_400'] = 'Bad request';
$lang['error_404'] = 'Resource not found';
$lang['error_500'] = 'Whoops! Server error :(';
$lang['error'] = 'An unknown error has occoured';

?>