Call gettext() on insults when displayed, not when declared.

This commit is contained in:
Todd C. Miller
2024-04-22 08:15:39 -06:00
parent 8666c66ff1
commit 78699a8f7a
6 changed files with 61 additions and 61 deletions

View File

@@ -23,17 +23,17 @@
* Insults from "Monty Python's Flying Circus" and family.
*/
_("That is no basis for supreme executive power!"),
_("You empty-headed animal food trough wiper!"),
_("I fart in your general direction!"),
_("Your mother was a hamster and your father smelt of elderberries!"),
_("You must cut down the mightiest tree in the forest... with... a herring!"),
_("I wave my private parts at your aunties!"),
_("He's not the Messiah, he's a very naughty boy!"),
_("I wish to make a complaint."),
_("When you're walking home tonight, and some homicidal maniac comes after you with a bunch of loganberries, don't come crying to me!"),
_("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..."),
_("There's nothing wrong with you that an expensive operation can't prolong."),
_("I'm very sorry, but I'm not allowed to argue unless you've paid."),
N_("That is no basis for supreme executive power!"),
N_("You empty-headed animal food trough wiper!"),
N_("I fart in your general direction!"),
N_("Your mother was a hamster and your father smelt of elderberries!"),
N_("You must cut down the mightiest tree in the forest... with... a herring!"),
N_("I wave my private parts at your aunties!"),
N_("He's not the Messiah, he's a very naughty boy!"),
N_("I wish to make a complaint."),
N_("When you're walking home tonight, and some homicidal maniac comes after you with a bunch of loganberries, don't come crying to me!"),
N_("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..."),
N_("There's nothing wrong with you that an expensive operation can't prolong."),
N_("I'm very sorry, but I'm not allowed to argue unless you've paid."),
#endif /* SUDOERS_INS_PYTHON_H */