mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
193 lines
4.5 KiB
Plaintext
193 lines
4.5 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"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"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Generated-By: pygettext.py 1.5\n"
|
|
|
|
|
|
#: config.py:40
|
|
msgid "Would you like to relay between any channels?"
|
|
msgstr ""
|
|
|
|
#: config.py:41
|
|
msgid "What channels? Separate them by spaces."
|
|
msgstr ""
|
|
|
|
#: config.py:43
|
|
msgid "Would you like to use color to distinguish between nicks?"
|
|
msgstr ""
|
|
|
|
#: config.py:60
|
|
msgid ""
|
|
"Determines whether the bot will color relayed\n"
|
|
" PRIVMSGs so as to make the messages easier to read."
|
|
msgstr ""
|
|
|
|
#: config.py:63
|
|
msgid ""
|
|
"Determines whether the bot will synchronize\n"
|
|
" topics between networks in the channels it relays."
|
|
msgstr ""
|
|
|
|
#: config.py:66
|
|
msgid ""
|
|
"Determines whether the bot will relay the\n"
|
|
" hostmask of the person joining or parting the channel when they join\n"
|
|
" or part."
|
|
msgstr ""
|
|
|
|
#: config.py:70
|
|
msgid ""
|
|
"Determines whether the bot will include the\n"
|
|
" network in relayed PRIVMSGs; if you're only relaying between two networks,\n"
|
|
" it's somewhat redundant, and you may wish to save the space."
|
|
msgstr ""
|
|
|
|
#: config.py:74
|
|
msgid ""
|
|
"Determines whether the bot will detect other\n"
|
|
" bots relaying and respond by kickbanning them."
|
|
msgstr ""
|
|
|
|
#: config.py:77
|
|
msgid ""
|
|
"Determines which channels the bot\n"
|
|
" will relay in."
|
|
msgstr ""
|
|
|
|
#: config.py:80
|
|
msgid ""
|
|
"Determines whether the bot\n"
|
|
" will always join the channel(s) it relays when connecting to any network.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: config.py:84
|
|
msgid ""
|
|
"Determines what hostmasks will not be relayed on a\n"
|
|
" channel."
|
|
msgstr ""
|
|
|
|
#: config.py:87
|
|
msgid ""
|
|
"Determines whether the bot will used NOTICEs\n"
|
|
" rather than PRIVMSGs for non-PRIVMSG relay messages (i.e., joins, parts,\n"
|
|
" nicks, quits, modes, etc.)"
|
|
msgstr ""
|
|
|
|
#: plugin.py:48
|
|
#, docstring
|
|
msgid ""
|
|
"\n"
|
|
" This plugin allows you to setup a relay between networks.\n"
|
|
"\n"
|
|
" Note that you must tell the bot to join the channel you wish to relay on\n"
|
|
" all networks with the ``join`` command or\n"
|
|
" ``network command <network> join <channel>``\n"
|
|
" or to join the channel on all networks ``network cmdall join <channel>``.\n"
|
|
"\n"
|
|
" There are several advanced alternatives to this plugin, available as\n"
|
|
" third-party plugins. You can check them out at\n"
|
|
" https://limnoria.net/plugins.xhtml#messaging\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:88
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>]\n"
|
|
"\n"
|
|
" Starts relaying between the channel <channel> on all networks. If on a\n"
|
|
" network the bot isn't in <channel>, it'll join. This commands is\n"
|
|
" required even if the bot is in the channel on both networks; it won't\n"
|
|
" relay between those channels unless it's told to join both\n"
|
|
" channels. If <channel> is not given, starts relaying on the channel\n"
|
|
" the message was sent in.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:107
|
|
#, docstring
|
|
msgid ""
|
|
"<channel>\n"
|
|
"\n"
|
|
" Ceases relaying between the channel <channel> on all networks. The bot\n"
|
|
" will part from the channel on all networks in which it is on the\n"
|
|
" channel.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:122
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>]\n"
|
|
"\n"
|
|
" Returns the nicks of the people in the channel on the various networks\n"
|
|
" the bot is connected to. <channel> is only necessary if the message\n"
|
|
" isn't sent on the channel itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:207
|
|
msgid "There is no %s on %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:292
|
|
msgid "You seem to be relaying, punk."
|
|
msgstr ""
|
|
|
|
#: plugin.py:349
|
|
msgid "%s%s has joined on %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:364
|
|
msgid "%s%s has left on %s (%s)"
|
|
msgstr ""
|
|
|
|
#: plugin.py:367
|
|
msgid "%s%s has left on %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:377
|
|
msgid "mode change by %s on %s: %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:389
|
|
msgid "%s was kicked by %s on %s (%s)"
|
|
msgstr ""
|
|
|
|
#: plugin.py:392
|
|
msgid "%s was kicked by %s on %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:401
|
|
msgid "nick change by %s to %s on %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:431
|
|
msgid "topic change by %s on %s: %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:440
|
|
msgid "%s has quit %s (%s)"
|
|
msgstr ""
|
|
|
|
#: plugin.py:442
|
|
msgid "%s has quit %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:452
|
|
msgid "disconnected from %s: %s"
|
|
msgstr ""
|
|
|