summaryrefslogtreecommitdiff
path: root/src/web/lang/error.php
blob: 4662b7ac5d3887439c0b8908dca046af477909b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php /* Copyright (c) 2024 Freya Murphy */

$lang['error_400'] = 'Bad request';
$lang['error_401'] = 'Unauthorized';
$lang['error_403'] = 'Forbidden';
$lang['error_404'] = 'Resource not found';
$lang['error_405'] = 'Method not allowed';
$lang['error_413'] = 'Request too large';
$lang['error_418'] = 'I\'m a teapot!';
$lang['error_500'] = 'Whoops! Server error :(';
$lang['error_503'] = 'Service unavailable';
$lang['error'] = 'An unknown error has occoured';

$lang['haa_haa_hee_hee_hoo_hoo'] = 'Haa Haa. Hee Hee. Hoo Hoo.';

?>