Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sudo-project
GitHub Repository: sudo-project/sudo
Path: blob/main/plugins/sudoers/ins_goons.h
1532 views
1
/*
2
* SPDX-License-Identifier: ISC
3
*
4
* Copyright (c) 1996, 1998, 1999 Todd C. Miller <[email protected]>
5
*
6
* Permission to use, copy, modify, and distribute this software for any
7
* purpose with or without fee is hereby granted, provided that the above
8
* copyright notice and this permission notice appear in all copies.
9
*
10
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17
*/
18
19
#ifndef SUDOERS_INS_GOONS_H
20
#define SUDOERS_INS_GOONS_H
21
22
/*
23
* Insults from the "Goon Show."
24
*/
25
26
N_("You silly, twisted boy you."),
27
N_("He has fallen in the water!"),
28
N_("We'll all be murdered in our beds!"),
29
N_("You can't come in. Our tiger has got flu"),
30
N_("I don't wish to know that."),
31
N_("What, what, what, what, what, what, what, what, what, what?"),
32
N_("You can't get the wood, you know."),
33
N_("You'll starve!"),
34
N_("... and it used to be so popular..."),
35
N_("Pauses for audience applause, not a sausage"),
36
N_("Hold it up to the light --- not a brain in sight!"),
37
N_("Have a gorilla..."),
38
N_("There must be cure for it!"),
39
N_("There's a lot of it about, you know."),
40
N_("You do that again and see what happens..."),
41
N_("Ying Tong Iddle I Po"),
42
N_("Harm can come to a young lad like that!"),
43
N_("And with that remarks folks, the case of the Crown vs yourself was proven."),
44
N_("Speak English you fool --- there are no subtitles in this scene."),
45
N_("You gotta go owwwww!"),
46
N_("I have been called worse."),
47
N_("It's only your word against mine."),
48
N_("I think ... err ... I think ... I think I'll go home"),
49
50
#endif /* SUDOERS_INS_GOONS_H */
51
52