/*1* SPDX-License-Identifier: ISC2*3* Copyright (c) 2018 Todd C. Miller <[email protected]>4*5* Permission to use, copy, modify, and distribute this software for any6* purpose with or without fee is hereby granted, provided that the above7* copyright notice and this permission notice appear in all copies.8*9* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES10* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF11* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR12* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES13* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN14* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF15* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.16*/1718#ifndef SUDOERS_INS_PYTHON_H19#define SUDOERS_INS_PYTHON_H2021/*22* Insults from "Monty Python's Flying Circus" and family.23*/2425N_("That is no basis for supreme executive power!"),26N_("You empty-headed animal food trough wiper!"),27N_("I fart in your general direction!"),28N_("Your mother was a hamster and your father smelt of elderberries!"),29N_("You must cut down the mightiest tree in the forest... with... a herring!"),30N_("I wave my private parts at your aunties!"),31N_("He's not the Messiah, he's a very naughty boy!"),32N_("I wish to make a complaint."),33N_("When you're walking home tonight, and some homicidal maniac comes after you with a bunch of loganberries, don't come crying to me!"),34N_("This man, he doesn't know when he's beaten! He doesn't know when he's winning, either. He has no... sort of... sensory apparatus..."),35N_("There's nothing wrong with you that an expensive operation can't prolong."),36N_("I'm very sorry, but I'm not allowed to argue unless you've paid."),3738#endif /* SUDOERS_INS_PYTHON_H */394041