2010-10-19 19:50:41 +02:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
2012-03-11 22:06:19 +01:00
|
|
|
"POT-Creation-Date: 2012-03-11 20:58+UTC\n"
|
2010-10-19 19:50:41 +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"
|
|
|
|
|
|
|
|
|
|
|
|
#: config.py:39
|
|
|
|
msgid "Would you like to relay between any channels?"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:40
|
|
|
|
msgid "What channels? Separated them by spaces."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:42
|
|
|
|
msgid "Would you like to use color to distinguish between nicks?"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:59
|
|
|
|
msgid ""
|
|
|
|
"Determines whether the bot will color relayed\n"
|
|
|
|
" PRIVMSGs so as to make the messages easier to read."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:62
|
|
|
|
msgid ""
|
|
|
|
"Determines whether the bot will synchronize\n"
|
|
|
|
" topics between networks in the channels it relays."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:65
|
|
|
|
msgid ""
|
|
|
|
"Determines whether the bot will relay the\n"
|
|
|
|
" hostmask of the person joining or parting the channel when he or she joins\n"
|
|
|
|
" or parts."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:69
|
|
|
|
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:73
|
|
|
|
msgid ""
|
|
|
|
"Determines whether the bot will detect other\n"
|
|
|
|
" bots relaying and respond by kickbanning them."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:76
|
|
|
|
msgid ""
|
|
|
|
"Determines which channels the bot\n"
|
|
|
|
" will relay in."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:79
|
|
|
|
msgid ""
|
|
|
|
"Determines whether the bot\n"
|
|
|
|
" will always join the channel(s) it relays for on all networks the bot is\n"
|
|
|
|
" connected to."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:83
|
|
|
|
msgid ""
|
|
|
|
"Determines what hostmasks will not be relayed on a\n"
|
|
|
|
" channel."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:86
|
|
|
|
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:99
|
|
|
|
#, 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>, he'll join. This commands is\n"
|
|
|
|
" required even if the bot is in the channel on both networks; he won't\n"
|
|
|
|
" relay between those channels unless he'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:118
|
|
|
|
#, 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:133
|
|
|
|
#, 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:223
|
|
|
|
msgid "is an op on %L"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:225
|
|
|
|
msgid "is a halfop on %L"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:227
|
|
|
|
msgid "is voiced on %L"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:230
|
|
|
|
msgid "is also on %L"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:232
|
|
|
|
msgid "is on %L"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:234
|
|
|
|
msgid "isn't on any non-secret channels"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:241 plugin.py:242 plugin.py:246
|
|
|
|
msgid "<unknown>"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:248
|
|
|
|
msgid " %s is away: %s."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:253
|
|
|
|
msgid " identified"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:258
|
|
|
|
msgid "%s (%s) has been%s on server %s since %s (idle for %s) and %s.%s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:273
|
|
|
|
msgid "There is no %s on %s."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:342
|
|
|
|
msgid "You seem to be relaying, punk."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:395
|
|
|
|
msgid "%s%s has joined on %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:410
|
|
|
|
msgid "%s%s has left on %s (%s)"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:413
|
|
|
|
msgid "%s%s has left on %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:423
|
|
|
|
msgid "mode change by %s on %s: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:435
|
|
|
|
msgid "%s was kicked by %s on %s (%s)"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:438
|
|
|
|
msgid "%s was kicked by %s on %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:447
|
|
|
|
msgid "nick change by %s to %s on %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:477
|
|
|
|
msgid "topic change by %s on %s: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:486
|
|
|
|
msgid "%s has quit %s (%s)"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:488
|
|
|
|
msgid "%s has quit %s."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:498
|
|
|
|
msgid "disconnected from %s: %s"
|
|
|
|
msgstr ""
|
|
|
|
|