Limnoria/plugins/Filter/messages.pot

605 lines
9.1 KiB
Plaintext
Raw Normal View History

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
2022-02-06 00:14:47 +01:00
"POT-Creation-Date: 2022-02-06 00:12+0100\n"
"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"
2022-02-06 00:14:47 +01:00
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py 1.5\n"
2022-02-06 00:14:47 +01:00
#: config.py:39
msgid ""
"Determines whether or not to\n"
" replace letters in the output of spellit."
msgstr ""
2022-02-06 00:14:47 +01:00
#: config.py:42
msgid ""
"Determines whether or not\n"
" to replace punctuation in the output of spellit."
msgstr ""
2022-02-06 00:14:47 +01:00
#: config.py:45
msgid ""
"Determines whether or not to\n"
" replace numbers in the output of spellit."
msgstr ""
2022-02-06 00:14:47 +01:00
#: config.py:49
msgid ""
"Determines the minimum number of a letters\n"
" in a word before it will be shrunken by the shrink command/filter."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:55
#, 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 ""
2022-02-06 00:14:47 +01:00
#: plugin.py:90
#, docstring
msgid ""
"[<channel>] [<command>]\n"
"\n"
" Sets the outFilter of this plugin to be <command>. If no command is\n"
" given, unsets the outFilter. <channel> is only necessary if the\n"
" message isn't sent in the channel itself.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:103
msgid "That's not a valid filter command."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:114
#, docstring
msgid ""
"<text>\n"
"\n"
" Removes all the vowels from <text>. (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 ""
2022-02-06 00:14:47 +01:00
#: plugin.py:128
#, docstring
msgid ""
"<text>\n"
"\n"
" Removes all the spaces from <text>.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:137
#, docstring
msgid ""
"<text>\n"
"\n"
" Returns <text>, with all consecutive duplicated letters removed.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:150
#, docstring
msgid ""
"<text>\n"
"\n"
" Returns the binary representation of <text>.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:184
2011-02-26 10:40:50 +01:00
#, docstring
msgid ""
"<text>\n"
"\n"
" Returns the character representation of binary <text>.\n"
" Assumes ASCII, 8 digits per character.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:199
#, docstring
msgid ""
"<text>\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 ""
2022-02-06 00:14:47 +01:00
#: plugin.py:210
#, docstring
msgid ""
"<hexstring>\n"
"\n"
" Returns the string corresponding to <hexstring>. Obviously,\n"
" <hexstring> must be a string of hexadecimal digits.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:219
msgid "Invalid input."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:225
#, docstring
msgid ""
"<text>\n"
"\n"
" Rotates <text> 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 ""
2022-02-06 00:14:47 +01:00
#: plugin.py:246
#, docstring
msgid ""
"<text>\n"
"\n"
" Returns the l33tspeak version of <text>\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:266
#, docstring
msgid ""
"<text>\n"
"\n"
" Replies with an especially k-rad translation of <text>.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:282
#, docstring
msgid ""
"<text>\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 ""
2022-02-06 00:14:47 +01:00
#: plugin.py:347
#, docstring
msgid ""
"<Morse code text>\n"
"\n"
" Does the reverse of the morse command.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:364
#, docstring
msgid ""
"<text>\n"
"\n"
" Gives the Morse code equivalent of a given string.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:376
#, docstring
msgid ""
"<text>\n"
"\n"
" Reverses <text>.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:394
#, docstring
msgid ""
"<text>\n"
"\n"
" Returns <text> with each character randomly colorized.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:409
#, docstring
msgid ""
"<text>\n"
"\n"
" Returns <text> colorized like a rainbow.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:426
#, docstring
msgid ""
"<text>\n"
"\n"
" Strips bold, underline, and colors from <text>."
msgstr ""
#: plugin.py:433
#, docstring
msgid ""
"<text>\n"
"\n"
" Returns <text> stripped of all color codes.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:442
#, docstring
msgid ""
"<text>\n"
"\n"
Squashed commit of the following: commit 47ede7f658c17857fd291a1a40df3b3c18e36473 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 14:51:45 2014 +0200 Misc: update l10n-fi Sorry, I forgot to commit this before PR. commit 6b5d61e5a5ae323dcc2c8366ea68236fd09bccae Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 14:42:37 2014 +0200 Web: update l10n-fi [CI SKIP] commit e103515083d9448bd80520c02c895ea8a1f33107 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 14:41:15 2014 +0200 URL: update l10n-fi commit 942d1db0aa1deb8e5d2a4f81a62edefc30a6ce27 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 14:33:52 2014 +0200 Factoids: update l10n-fi [CI SKIP] commit dae8da0c7568c63ebc3986503ac86a5d6466c6e9 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 14:32:46 2014 +0200 Conditional: update l10n-fi commit 7bd2d8cc65b3908c6ffe5b1eb9250987484c247a Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 14:20:23 2014 +0200 Todo: update l10n-fi commit ee37330b8fdd3a32fd5156ab0e792d76176b0515 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 14:19:17 2014 +0200 Nickometer: update l10n-fi commit 81271aa71846469de61d1be4b5cb442a26f955b9 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 14:16:30 2014 +0200 NickAuth: update l10n-fi commit 7d9bfeaffaef0c1f1fee7ed7d84064ba02bfdfb1 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 14:14:04 2014 +0200 Note: update l10n-fi commit 9ab5c2c3803413b1e775121a733ddf0408065764 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 14:10:09 2014 +0200 Google: update l10n-fi "This is a simple plugin to provide access to the Google services we all know and love from our favorite IRC bot." :D commit 897a7b79c45108e70b2ba1a4f7156029a043a17d Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 14:07:13 2014 +0200 Herald: update l10n-fi commit 2825cd6a32d4cc843a748d0ea6162760064cdc77 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 14:00:59 2014 +0200 Misc: update l10n-fi [SKIP CI] commit fba930cd3982d5ba92ba1b1ec1c194911a01e875 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 13:58:51 2014 +0200 Utilities: update l10n-fi commit 21c875b3fc66176f2c65fd1291e3a6360e8708f3 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 13:57:25 2014 +0200 Aka: update l10n-fi commit 05005f464db107f8ad18becc3855e263f04634c8 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 13:51:15 2014 +0200 Config: update l10n-fi commit 8e57df072c9af0dda1ac2b048712f5e973163c7d Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 13:50:20 2014 +0200 Karma: add l10n-fi commit d2f6c6802fc327d2f308ef71ac2640df244463d1 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 13:47:28 2014 +0200 Alias: update l10n-fi [CI SKIP] commit b97484dd74e553606de26cab987c69bc160781a9 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 13:45:23 2014 +0200 Topic: update l10n-fi commit 6dc04aca97a2a107821f53c5d067133122323df3 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 13:43:41 2014 +0200 Time: update l10n-fi commit e0f04cb4334f854524da711993ae7041f151b1c8 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 13:38:44 2014 +0200 Scheduler: update l10n-fi commit bcd8ede5ad263963b6fa67fac204cf8f2ab3cafa Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 13:37:28 2014 +0200 Filter: update l10n-fi commit 32619add01f26332f3c5b559003c94711c4a299b Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 13:26:11 2014 +0200 Internet: update l10n-fi commit a3c3342db39ae8404df8d89478b5c23f6642847d Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 13:12:05 2014 +0200 Web: update l10n-fi [CI SKIP] commit 77476fd14b970969ef6d64cfe6930e3812e6f88e Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 13:10:23 2014 +0200 Unix: update l10n-fi commit db5d59b4514becf128b6ec0dbec8f4543cb069ea Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 13:09:19 2014 +0200 ChannelStats: update l10n-fi commit 827c225fe5141cd3fa5060b19e8e19aafc8a2895 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 13:08:02 2014 +0200 Quote: update l10n-fi commit 615019735eae74f95413622d0e42a7cd7d610da1 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 13:06:22 2014 +0200 Seen: update l10n-fi commit 36c4606fd82b207f93658fda320890eb26bec6d4 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 13:03:52 2014 +0200 MoobotFactoids: update l10n-fi commit c1c958a6dbb14b2f039771cb4179c5ba36d10026 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 12:23:33 2014 +0200 Dict: update l10n-fi [CI SKIP] commit 9d98da8e3d3fdd0f2204bd92e5c57313e8fc3477 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 12:21:58 2014 +0200 ShrinkURL: update l10n-fi commit a5d6a7325b753e4ea2bfbb29374be89207fc59fd Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 12:20:04 2014 +0200 String: update l10n-fi commit 95f88c750ebcbaf66512d940b089298a67e19851 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 12:19:06 2014 +0200 Admin: update l10n-fi commit ba52e93038468f785148ba31cb87c974fe64cddb Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 12:17:45 2014 +0200 Relay: update l10n-fi commit 0ae032bf4d4562c91164560cefe2e4d88be1ed74 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 12:16:42 2014 +0200 Math: update l10n-fi commit c16cc0fa114d063d75c3b043dc5b357a470ce46e Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 12:14:54 2014 +0200 Channel: update l10n-fi [CI SKIP] commit 738a3c91d66cfc822697bc4d35f0bc3ea44a8191 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 12:13:28 2014 +0200 ChannelLogger: update l10n-fi commit 843dc98cea02cc4027d2ea6824258e12a69cb828 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 12:12:14 2014 +0200 RSS: update l10n-fi commit 903b50150d42202c382cb20f18fefd17d62ae0ad Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 12:09:44 2014 +0200 Protector: add l10n-fi [CI SKIP] commit d5488599151814e0a26ab43d4e2d0545a2910a0c Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 12:08:08 2014 +0200 QuoteGrabs: update l10n-fi commit 2586497f74555a092969e07190e544374effa634 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 12:04:30 2014 +0200 Lart: update l10n-fi [CI SKIP] commit 276d76eb3c6ba64d6b5bccd54897d01059a86fcd Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 12:03:18 2014 +0200 Anonymous: update l10n-fi commit b98c6a51c9f2e12b0207d68baa7f4311e7c276be Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 11:44:16 2014 +0200 User: update l10n-fi [CI SKIP] commit 218a53ffcbfc854678cac3a4af033753f1f48fa6 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 11:42:13 2014 +0200 News: update l10n-fi commit 0b68eda84131448fbe585983f4320c163574e2d2 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 11:40:41 2014 +0200 Format: update l10n-fi commit 9c390ed244c2b152f343d56837e56bedab7d7698 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 11:39:03 2014 +0200 AutoMode: update l10n-fi commit 4523e154792fdead7a26b19a3178c1c1e86082a7 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 11:37:49 2014 +0200 Status: update l10n-fi commit 28d6c4b0c5072273d8d37c9bf87b671aba6d5df4 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 11:36:33 2014 +0200 Games: update l10n-fi [CI SKIP] commit 52e21367d99e908b1c650f2f379659037251c4eb Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 11:34:22 2014 +0200 Network: update l10n-fi [CI SKIP] commit 7876a8f1e1ae35a13df9299e24c996a887542481 Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com> Date: Sat Dec 20 11:28:18 2014 +0200 core: update l10n-fi
2014-12-20 14:37:27 +01:00
" Returns <text> as if an AOL user had said it.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:469
#, docstring
msgid ""
"<text>\n"
"\n"
" Returns <text> as if JeffK had said it himself.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:565
msgid "ay"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:565
msgid "bee"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:565
msgid "dee"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:565
msgid "see"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:566
msgid "aych"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:566
msgid "ee"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:566
msgid "eff"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:566
msgid "gee"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:567
msgid "ell"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:567
msgid "eye"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:567
msgid "jay"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:567
msgid "kay"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:568
msgid "cue"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:568
msgid "em"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:568
msgid "en"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:568
msgid "oh"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:568
msgid "pee"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:569
msgid "arr"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:569
msgid "ess"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:569
msgid "tee"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:569
msgid "you"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:570
msgid "double-you"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:570
msgid "ecks"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:570
msgid "vee"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:570
msgid "why"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:571
msgid "zee"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:576
msgid "exclamation point"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:577
msgid "quote"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:578
msgid "pound"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:579
msgid "dollar sign"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:580
msgid "percent"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:581
msgid "ampersand"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:582
msgid "single quote"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:583
msgid "left paren"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:584
msgid "right paren"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:585
msgid "asterisk"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:586
msgid "plus"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:587
msgid "comma"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:588
msgid "minus"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:589
msgid "period"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:590
msgid "slash"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:591
msgid "colon"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:592
msgid "semicolon"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:593
msgid "less than"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:594
msgid "equals"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:595
msgid "greater than"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:596
msgid "question mark"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:597
msgid "at"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:598
msgid "left bracket"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:599
msgid "backslash"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:600
msgid "right bracket"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:601
msgid "caret"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:602
msgid "underscore"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:603
msgid "backtick"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:604
msgid "left brace"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:605
msgid "pipe"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:606
msgid "right brace"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:607
msgid "tilde"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:610
msgid "one"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:610
msgid "three"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:610
msgid "two"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:610
msgid "zero"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:611
msgid "five"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:611
msgid "four"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:611
msgid "seven"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:611
msgid "six"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:612
msgid "eight"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:612
msgid "nine"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:616
#, docstring
msgid ""
"<text>\n"
"\n"
" Returns <text>, phonetically spelled out.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:646
#, docstring
msgid ""
"<text>\n"
"\n"
" Returns <text> as GNU/RMS would say it.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:655
#, docstring
msgid ""
"<text>\n"
"\n"
" Returns <text> with each word longer than\n"
" supybot.plugins.Filter.shrink.minimum being shrunken (i.e., like\n"
" \"internationalization\" becomes \"i18n\").\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:714
#, docstring
msgid ""
"<text>\n"
"\n"
" Returns <text> rotated 180 degrees. Only really works for ASCII\n"
" printable characters.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:740
#, docstring
msgid ""
"<text>\n"
"\n"
" Capitalises the first letter of each word.\n"
" "
msgstr ""
#: plugin.py:749
#, docstring
msgid ""
"<text>\n"
"\n"
" EVERYONE LOVES CAPS LOCK.\n"
" "
msgstr ""
#: plugin.py:758
#, docstring
msgid ""
"<text>\n"
"\n"
" Returns <text> with vowels rotated\n"
" "
msgstr ""
#: plugin.py:769
#, docstring
msgid ""
"<text>\n"
"\n"
" Returns <text> in uwu-speak.\n"
" "
msgstr ""