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

$lang['error_0'] = 'Why the actual fuck is there an error zero??';
$lang['error'] = [
	'How the fuck did you get here.',
	'A known error has occoured',
	'Stop bullying your browser with unsolicited error codes',
	'You will hear from my lawyers',
	'%s is my least favorite error code, pick a better one',
	'I am Steve!!!!!',
	'Submit to John',
	'Uncertified by the W3C',
	'You are a meanie',
	'Bees!!! 🐝🐝🐝🐝🐝🐝🐝🐝🐝🐝🐝🐝🐝🐝🐝🐝',
];

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

?>