summaryrefslogtreecommitdiff
path: root/web/lang/en_US/error_lang.php
blob: 42ade659240b3c3dcfd24fba60fe342622810fd5 (plain)
1
2
3
4
5
6
7
8
<?php

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

?>