# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR ORGANIZATION # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2014-12-20 13:29+EET\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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" #: config.py:38 msgid "" "Determines whether or not to\n" " replace letters in the output of spellit." msgstr "" #: config.py:41 msgid "" "Determines whether or not\n" " to replace punctuation in the output of spellit." msgstr "" #: config.py:44 msgid "" "Determines whether or not to\n" " replace numbers in the output of spellit." msgstr "" #: config.py:48 msgid "" "Determines the minimum number of a letters\n" " in a word before it will be shrunken by the shrink command/filter." msgstr "" #: plugin.py:52 #, docstring msgid "" "This plugin offers several commands which transform text in some way.\n" " It also provides the capability of using such commands to 'filter' the\n" " output of the bot -- for instance, you could make everything the bot says\n" " be in leetspeak, or Morse code, or any number of other kinds of filters.\n" " Not very useful, but definitely quite fun :)" msgstr "" #: plugin.py:86 #, docstring msgid "" "[] []\n" "\n" " Sets the outFilter of this plugin to be . If no command is\n" " given, unsets the outFilter. is only necessary if the\n" " message isn't sent in the channel itself.\n" " " msgstr "" #: plugin.py:99 msgid "That's not a valid filter command." msgstr "" #: plugin.py:110 #, docstring msgid "" "\n" "\n" " Removes all the vowels from . (If you're curious why this is\n" " named 'hebrew' it's because I (jemfinch) thought of it in Hebrew class,\n" " and printed Hebrew often elides the vowels.)\n" " " msgstr "" #: plugin.py:121 #, docstring msgid "" "\n" "\n" " Removes all the spaces from .\n" " " msgstr "" #: plugin.py:131 #, docstring msgid "" "\n" "\n" " Returns , with all consecutive duplicated letters removed.\n" " " msgstr "" #: plugin.py:144 #, docstring msgid "" "\n" "\n" " Returns the binary representation of .\n" " " msgstr "" #: plugin.py:179 #, docstring msgid "" "\n" "\n" " Returns the character representation of binary .\n" " Assumes ASCII, 8 digits per character.\n" " " msgstr "" #: plugin.py:193 #, docstring msgid "" "\n" "\n" " Returns a hexstring from the given string; a hexstring is a string\n" " composed of the hexadecimal value of each character in the string\n" " " msgstr "" #: plugin.py:204 #, docstring msgid "" "\n" "\n" " Returns the string corresponding to . Obviously,\n" " must be a string of hexadecimal digits.\n" " " msgstr "" #: plugin.py:213 msgid "Invalid input." msgstr "" #: plugin.py:219 #, docstring msgid "" "\n" "\n" " Rotates 13 characters to the right in the alphabet. Rot13 is\n" " commonly used for text that simply needs to be hidden from inadvertent\n" " reading by roaming eyes, since it's easily reversible.\n" " " msgstr "" #: plugin.py:240 #, docstring msgid "" "\n" "\n" " Returns the l33tspeak version of \n" " " msgstr "" #: plugin.py:260 #, docstring msgid "" "\n" "\n" " Replies with an especially k-rad translation of .\n" " " msgstr "" #: plugin.py:276 #, docstring msgid "" "\n" "\n" " Replies with a string where each word is scrambled; i.e., each internal\n" " letter (that is, all letters but the first and last) are shuffled.\n" " " msgstr "" #: plugin.py:341 #, docstring msgid "" "\n" "\n" " Does the reverse of the morse command.\n" " " msgstr "" #: plugin.py:358 #, docstring msgid "" "\n" "\n" " Gives the Morse code equivalent of a given string.\n" " " msgstr "" #: plugin.py:370 #, docstring msgid "" "\n" "\n" " Reverses .\n" " " msgstr "" #: plugin.py:388 #, docstring msgid "" "\n" "\n" " Returns with each character randomly colorized.\n" " " msgstr "" #: plugin.py:398 #, docstring msgid "" "\n" "\n" " Returns colorized like a rainbow.\n" " " msgstr "" #: plugin.py:413 #, docstring msgid "" "\n" "\n" " Returns stripped of all color codes.\n" " " msgstr "" #: plugin.py:422 #, docstring msgid "" "\n" "\n" " Returns as if an AOL user had said it.\n" " " msgstr "" #: plugin.py:449 #, docstring msgid "" "\n" "\n" " Returns as if JeffK had said it himself.\n" " " msgstr "" #: plugin.py:545 msgid "ay" msgstr "" #: plugin.py:545 msgid "bee" msgstr "" #: plugin.py:545 msgid "dee" msgstr "" #: plugin.py:545 msgid "see" msgstr "" #: plugin.py:546 msgid "aych" msgstr "" #: plugin.py:546 msgid "ee" msgstr "" #: plugin.py:546 msgid "eff" msgstr "" #: plugin.py:546 msgid "gee" msgstr "" #: plugin.py:547 msgid "ell" msgstr "" #: plugin.py:547 msgid "eye" msgstr "" #: plugin.py:547 msgid "jay" msgstr "" #: plugin.py:547 msgid "kay" msgstr "" #: plugin.py:548 msgid "cue" msgstr "" #: plugin.py:548 msgid "em" msgstr "" #: plugin.py:548 msgid "en" msgstr "" #: plugin.py:548 msgid "oh" msgstr "" #: plugin.py:548 msgid "pee" msgstr "" #: plugin.py:549 msgid "arr" msgstr "" #: plugin.py:549 msgid "ess" msgstr "" #: plugin.py:549 msgid "tee" msgstr "" #: plugin.py:549 msgid "you" msgstr "" #: plugin.py:550 msgid "double-you" msgstr "" #: plugin.py:550 msgid "ecks" msgstr "" #: plugin.py:550 msgid "vee" msgstr "" #: plugin.py:550 msgid "why" msgstr "" #: plugin.py:551 msgid "zee" msgstr "" #: plugin.py:556 msgid "exclamation point" msgstr "" #: plugin.py:557 msgid "quote" msgstr "" #: plugin.py:558 msgid "pound" msgstr "" #: plugin.py:559 msgid "dollar sign" msgstr "" #: plugin.py:560 msgid "percent" msgstr "" #: plugin.py:561 msgid "ampersand" msgstr "" #: plugin.py:562 msgid "single quote" msgstr "" #: plugin.py:563 msgid "left paren" msgstr "" #: plugin.py:564 msgid "right paren" msgstr "" #: plugin.py:565 msgid "asterisk" msgstr "" #: plugin.py:566 msgid "plus" msgstr "" #: plugin.py:567 msgid "comma" msgstr "" #: plugin.py:568 msgid "minus" msgstr "" #: plugin.py:569 msgid "period" msgstr "" #: plugin.py:570 msgid "slash" msgstr "" #: plugin.py:571 msgid "colon" msgstr "" #: plugin.py:572 msgid "semicolon" msgstr "" #: plugin.py:573 msgid "less than" msgstr "" #: plugin.py:574 msgid "equals" msgstr "" #: plugin.py:575 msgid "greater than" msgstr "" #: plugin.py:576 msgid "question mark" msgstr "" #: plugin.py:577 msgid "at" msgstr "" #: plugin.py:578 msgid "left bracket" msgstr "" #: plugin.py:579 msgid "backslash" msgstr "" #: plugin.py:580 msgid "right bracket" msgstr "" #: plugin.py:581 msgid "caret" msgstr "" #: plugin.py:582 msgid "underscore" msgstr "" #: plugin.py:583 msgid "backtick" msgstr "" #: plugin.py:584 msgid "left brace" msgstr "" #: plugin.py:585 msgid "pipe" msgstr "" #: plugin.py:586 msgid "right brace" msgstr "" #: plugin.py:587 msgid "tilde" msgstr "" #: plugin.py:590 msgid "one" msgstr "" #: plugin.py:590 msgid "three" msgstr "" #: plugin.py:590 msgid "two" msgstr "" #: plugin.py:590 msgid "zero" msgstr "" #: plugin.py:591 msgid "five" msgstr "" #: plugin.py:591 msgid "four" msgstr "" #: plugin.py:591 msgid "seven" msgstr "" #: plugin.py:591 msgid "six" msgstr "" #: plugin.py:592 msgid "eight" msgstr "" #: plugin.py:592 msgid "nine" msgstr "" #: plugin.py:596 #, docstring msgid "" "\n" "\n" " Returns , phonetically spelled out.\n" " " msgstr "" #: plugin.py:626 #, docstring msgid "" "\n" "\n" " Returns as GNU/RMS would say it.\n" " " msgstr "" #: plugin.py:635 #, docstring msgid "" "\n" "\n" " Returns with each word longer than\n" " supybot.plugins.Filter.shrink.minimum being shrunken (i.e., like\n" " \"internationalization\" becomes \"i18n\").\n" " " msgstr "" #: plugin.py:693 #, docstring msgid "" "\n" "\n" " Returns rotated 180 degrees. Only really works for ASCII\n" " printable characters.\n" " " msgstr ""