update error lang
This commit is contained in:
parent
691003c1ea
commit
d26ef7865e
1 changed files with 4 additions and 1 deletions
|
@ -1,9 +1,12 @@
|
||||||
<?php /* Copyright (c) 2024 Freya Murphy */
|
<?php /* Copyright (c) 2024 Freya Murphy */
|
||||||
|
|
||||||
$lang['error_400'] = 'Bad request';
|
$lang['error_400'] = 'Bad request';
|
||||||
$lang['error_401'] = 'Forbidden';
|
$lang['error_401'] = 'Unauthorized';
|
||||||
|
$lang['error_403'] = 'Forbidden';
|
||||||
$lang['error_404'] = 'Resource not found';
|
$lang['error_404'] = 'Resource not found';
|
||||||
|
$lang['error_405'] = 'Method not allowed';
|
||||||
$lang['error_413'] = 'Request too large';
|
$lang['error_413'] = 'Request too large';
|
||||||
|
$lang['error_418'] = 'I\'m a teapot!';
|
||||||
$lang['error_500'] = 'Whoops! Server error :(';
|
$lang['error_500'] = 'Whoops! Server error :(';
|
||||||
$lang['error_503'] = 'Service unavailable';
|
$lang['error_503'] = 'Service unavailable';
|
||||||
$lang['error'] = 'An unknown error has occoured';
|
$lang['error'] = 'An unknown error has occoured';
|
||||||
|
|
Loading…
Reference in a new issue