Supybot-plugins/LinkRelay/messages.pot

194 lines
4.9 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: 2011-10-22 14:07+CEST\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=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
#: config.py:49
#, docstring
msgid "Value must be a valid color number (01, 02, 03, 04, ..., 16)"
msgstr ""
#: config.py:61
msgid ""
"Determines whether the bot will color Relayed\n"
" PRIVMSGs so as to make the messages easier to read."
msgstr ""
#: config.py:64
msgid ""
"Determines whether the bot will synchronize\n"
" topics between networks in the channels it Relays."
msgstr ""
#: config.py:67
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:71
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:78
msgid ""
"Determines whether the\n"
" bot will use PRIVMSGs (privmsg), NOTICEs (notice), for non-PRIVMSG Relay\n"
" messages (i.e., joins, parts, nicks, quits, modes, etc.), or whether it\n"
" won't relay such messages (nothing)"
msgstr ""
#: config.py:84
msgid ""
"You shouldn't edit this configuration variable\n"
" yourself unless you know what you do. Use @LinkRelay {add|remove} instead."
msgstr ""
#: config.py:88
msgid ""
"You shouldn't edit this configuration variable\n"
" yourself unless you know what you do. Use @LinkRelay (no)substitute instead."
msgstr ""
#: config.py:101
msgid "Color used for relaying %s."
msgstr ""
#: plugin.py:154
#, docstring
msgid ""
"takes no arguments\n"
"\n"
" Returns all the defined relay links"
msgstr ""
#: plugin.py:190
msgid "truncated"
msgstr ""
#: plugin.py:214
msgid "*/* %(nick)s changed mode on %(channel)s%(network)s to %(mode)s"
msgstr ""
#: plugin.py:223
msgid "--> %(nick)s has joined %(channel)s%(network)s"
msgstr ""
#: plugin.py:231
msgid "<-- %(nick)s has left %(channel)s%(network)s"
msgstr ""
#: plugin.py:241
msgid "<-- %(kicked)s has been kicked from %(channel)s%(network)s by %(kicker)s (%(message)s)"
msgstr ""
#: plugin.py:251
msgid "*/* %(oldnick)s (%(network)s) changed his nickname to %(newnick)s"
msgstr ""
#: plugin.py:262
msgid "<-- %(nick)s has quit on %(network)s (%(message)s)"
msgstr ""
#: plugin.py:324
#, docstring
msgid ""
"[<channel>]\n"
"\n"
" Returns the nicks of the people in the linked channels.\n"
" <channel> is only necessary if the message\n"
" isn't sent on the channel itself."
msgstr ""
#: plugin.py:333
msgid "I haven't scraped the IRC object for %s yet. Try again in a minute or two."
msgstr ""
#: plugin.py:373
msgid "%d users in %s on %s: %s"
msgstr ""
#: plugin.py:412
msgid "You must give at least --from or --to."
msgstr ""
#: plugin.py:424
msgid "--from should be like \"--from #channel@network\""
msgstr ""
#: plugin.py:427
msgid "--to should be like \"--to #channel@network\""
msgstr ""
#: plugin.py:433
#, docstring
msgid ""
"[--from <channel>@<network>] [--to <channel>@<network>] [--regexp <regexp>] [--reciprocal]\n"
"\n"
" Adds a relay to the list. You must give at least --from or --to; if\n"
" one of them is not given, it defaults to the current channel@network.\n"
" Only messages matching <regexp> will be relayed; if <regexp> is not\n"
" given, everything is relayed.\n"
" If --reciprocal is given, another relay will be added automatically,\n"
" in the opposite direction."
msgstr ""
#: plugin.py:458
msgid "One (or more) relay(s) already exists and has not been added."
msgstr ""
#: plugin.py:468
#, docstring
msgid ""
"[--from <channel>@<network>] [--to <channel>@<network>] [--regexp <regexp>] [--reciprocal]\n"
"\n"
" Remove a relay from the list. You must give at least --from or --to; if\n"
" one of them is not given, it defaults to the current channel@network.\n"
" Only messages matching <regexp> will be relayed; if <regexp> is not\n"
" given, everything is relayed.\n"
" If --reciprocal is given, another relay will be removed automatically,\n"
" in the opposite direction."
msgstr ""
#: plugin.py:493
msgid "One (or more) relay(s) did not exist and has not been removed."
msgstr ""
#: plugin.py:526
#, docstring
msgid ""
"<regexp> <replacement>\n"
"\n"
" Replaces all nicks that matches the <regexp> by the <replacement>\n"
" string."
msgstr ""
#: plugin.py:543
#, docstring
msgid ""
"<regexp>\n"
"\n"
" Undo a substitution."
msgstr ""
#: plugin.py:548
msgid "This regexp was not in the nick substitutions database"
msgstr ""