2010-10-16 18:54:18 +02:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
2014-03-22 15:38:16 +01:00
|
|
|
"POT-Creation-Date: 2014-03-22 16:34+EET\n"
|
2010-10-16 18:54:18 +02:00
|
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
|
|
"Content-Transfer-Encoding: ENCODING\n"
|
|
|
|
"Generated-By: pygettext.py 1.5\n"
|
|
|
|
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: config.py:42
|
2010-10-16 18:54:18 +02:00
|
|
|
msgid "Would you like to add some bad words?"
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: config.py:43
|
2010-10-16 18:54:18 +02:00
|
|
|
msgid "What words? (separate individual words by spaces)"
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: config.py:55
|
2010-10-16 18:54:18 +02:00
|
|
|
msgid ""
|
|
|
|
"Determines what words are\n"
|
|
|
|
" considered to be 'bad' so the bot won't say them."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: config.py:58
|
2010-10-16 18:54:18 +02:00
|
|
|
msgid ""
|
|
|
|
"Determines whether the bot will require bad\n"
|
|
|
|
" words to be independent words, or whether it will censor them within other\n"
|
|
|
|
" words. For instance, if 'darn' is a bad word, then if this is true, 'darn'\n"
|
|
|
|
" will be censored, but 'darnit' will not. You probably want this to be\n"
|
2011-01-29 11:52:14 +01:00
|
|
|
" false. After changing this setting, the BadWords regexp needs to be\n"
|
|
|
|
" regenerated by adding/removing a word to the list, or reloading the\n"
|
|
|
|
" plugin."
|
2010-10-16 18:54:18 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: config.py:75
|
2010-10-16 18:54:18 +02:00
|
|
|
msgid ""
|
|
|
|
"Determines what characters will replace bad words; a\n"
|
|
|
|
" chunk of these characters matching the size of the replaced bad word will\n"
|
|
|
|
" be used to replace the bad words you've configured."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: config.py:83
|
2010-10-16 18:54:18 +02:00
|
|
|
msgid ""
|
|
|
|
"Determines the manner in which\n"
|
|
|
|
" bad words will be replaced. 'nastyCharacters' (the default) will replace a\n"
|
|
|
|
" bad word with the same number of 'nasty characters' (like those used in\n"
|
|
|
|
" comic books; configurable by supybot.plugins.BadWords.nastyChars).\n"
|
|
|
|
" 'simple' will replace a bad word with a simple strings (regardless of the\n"
|
|
|
|
" length of the bad word); this string is configurable via\n"
|
|
|
|
" supybot.plugins.BadWords.simpleReplacement."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: config.py:91
|
2010-10-16 18:54:18 +02:00
|
|
|
msgid ""
|
|
|
|
"Determines what word will replace bad\n"
|
|
|
|
" words if the replacement method is 'simple'."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: config.py:94
|
2010-10-16 18:54:18 +02:00
|
|
|
msgid ""
|
|
|
|
"Determines whether the bot will strip\n"
|
|
|
|
" formatting characters from messages before it checks them for bad words.\n"
|
|
|
|
" If this is False, it will be relatively trivial to circumvent this plugin's\n"
|
|
|
|
" filtering. If it's True, however, it will interact poorly with other\n"
|
|
|
|
" plugins that do coloring or bolding of text."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: config.py:101
|
2010-10-16 18:54:18 +02:00
|
|
|
msgid ""
|
|
|
|
"Determines whether the bot will kick people with\n"
|
|
|
|
" a warning when they use bad words."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: config.py:104
|
2011-01-29 11:52:14 +01:00
|
|
|
msgid ""
|
|
|
|
"You have been kicked for using a word\n"
|
|
|
|
" prohibited in the presence of this bot. Please use more appropriate\n"
|
|
|
|
" language in the future."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: config.py:106
|
2011-01-29 11:52:14 +01:00
|
|
|
msgid ""
|
|
|
|
"Determines the kick message used by the\n"
|
|
|
|
" bot when kicking users for saying bad words."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:46
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"Maintains a list of words that the bot is not allowed to say.\n"
|
|
|
|
" Can also be used to kick people that say these words, if the bot\n"
|
|
|
|
" has op."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:115
|
2010-10-16 18:54:18 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"takes no arguments\n"
|
|
|
|
"\n"
|
|
|
|
" Returns the list of words being censored.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:125
|
2010-10-16 18:54:18 +02:00
|
|
|
msgid "I'm not currently censoring any bad words."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:130
|
2010-10-16 18:54:18 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<word> [<word> ...]\n"
|
|
|
|
"\n"
|
2011-01-29 11:52:14 +01:00
|
|
|
" Adds all <word>s to the list of words being censored.\n"
|
2010-10-16 18:54:18 +02:00
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:142
|
2010-10-16 18:54:18 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<word> [<word> ...]\n"
|
|
|
|
"\n"
|
2011-01-29 11:52:14 +01:00
|
|
|
" Removes <word>s from the list of words being censored.\n"
|
2010-10-16 18:54:18 +02:00
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|