2010-10-16 13:51:27 +02:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
2014-12-20 14:37:27 +01:00
|
|
|
"POT-Creation-Date: 2014-12-20 11:29+EET\n"
|
2010-10-16 13:51:27 +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"
|
|
|
|
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:46
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"Provides network-related commands, such as connecting to multiple networks\n"
|
|
|
|
" and checking latency to the server."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:59
|
2010-10-16 13:51:27 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[--ssl] <network> [<host[:port]>] [<password>]\n"
|
|
|
|
"\n"
|
|
|
|
" Connects to another network (which will be represented by the name\n"
|
|
|
|
" provided in <network>) at <host:port>. If port is not provided, it\n"
|
|
|
|
" defaults to 6667, the default port for IRC. If password is\n"
|
|
|
|
" provided, it will be sent to the server in a PASS command. If --ssl is\n"
|
|
|
|
" provided, an SSL connection will be attempted.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:73
|
2010-10-16 13:51:27 +02:00
|
|
|
msgid "I'm already connected to %s."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:93
|
2010-10-16 13:51:27 +02:00
|
|
|
msgid "A server must be provided if the network is not already registered."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:101
|
2010-10-16 13:51:27 +02:00
|
|
|
msgid "Connection to %s initiated."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:108
|
2010-10-16 13:51:27 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<network>] [<quit message>]\n"
|
|
|
|
"\n"
|
|
|
|
" Disconnects from the network represented by the network <network>.\n"
|
|
|
|
" If <quit message> is given, quits the network with the given quit\n"
|
|
|
|
" message. <network> is only necessary if the network is different\n"
|
|
|
|
" from the network the command is sent on.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:120
|
2010-10-16 13:51:27 +02:00
|
|
|
msgid "Disconnection to %s initiated."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:126
|
2010-10-16 13:51:27 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<network>] [<quit message>]\n"
|
|
|
|
"\n"
|
|
|
|
" Disconnects and then reconnects to <network>. If no network is given,\n"
|
|
|
|
" disconnects and then reconnects to the network the command was given\n"
|
|
|
|
" on. If no quit message is given, uses the configured one\n"
|
|
|
|
" (supybot.plugins.Owner.quitMsg) or the nick of the person giving the\n"
|
|
|
|
" command.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:143
|
2010-10-16 13:51:27 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<network> <command> [<arg> ...]\n"
|
|
|
|
"\n"
|
|
|
|
" Gives the bot <command> (with its associated <arg>s) on <network>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:151
|
2014-03-22 11:22:54 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<command> <args>...\n"
|
|
|
|
" \n"
|
|
|
|
" Perform <command> (with its associated <arg>s) on all networks.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:234
|
2010-10-16 13:51:27 +02:00
|
|
|
msgid "is an op on %L"
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:236
|
2010-10-16 13:51:27 +02:00
|
|
|
msgid "is a halfop on %L"
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:238
|
2010-10-16 13:51:27 +02:00
|
|
|
msgid "is voiced on %L"
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:241
|
2010-10-16 13:51:27 +02:00
|
|
|
msgid "is also on %L"
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:243
|
2010-10-16 13:51:27 +02:00
|
|
|
msgid "is on %L"
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:246
|
|
|
|
msgid "isn't on any non-secret channels or is using a channel-list hiding umode."
|
2010-10-16 13:51:27 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:256 plugin.py:257 plugin.py:263
|
2010-10-16 13:51:27 +02:00
|
|
|
msgid "<unknown>"
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:270
|
2010-10-16 13:51:27 +02:00
|
|
|
msgid " identified"
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:276
|
|
|
|
msgid "%s (%s) has been%s on server %s since %s (idle for %s). %s %s.%s"
|
2010-10-16 13:51:27 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:280
|
|
|
|
msgid "%s (%s) has been%s on server %s and disconnected on %s."
|
2013-11-27 00:02:05 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:294
|
|
|
|
msgid "There is no user %s on %s."
|
2010-10-16 13:51:27 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:296
|
|
|
|
msgid "There was no user %s on %s."
|
2013-11-27 00:02:05 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:304 plugin.py:320
|
2010-10-16 13:51:27 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<network>] <nick>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns the WHOIS response <network> gives for <nick>. <network> is\n"
|
|
|
|
" only necessary if the network is different than the network the command\n"
|
|
|
|
" is sent on.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:336
|
2010-10-16 13:51:27 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
2014-12-20 14:37:27 +01:00
|
|
|
"[--all]\n"
|
2010-10-16 13:51:27 +02:00
|
|
|
"\n"
|
|
|
|
" Returns the networks to which the bot is currently connected.\n"
|
2014-12-20 14:37:27 +01:00
|
|
|
" If --all is given, also includes networks known by the bot,\n"
|
|
|
|
" but not connected to.\n"
|
2010-10-16 13:51:27 +02:00
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:347
|
|
|
|
msgid "disconnected"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:356
|
2010-10-16 13:51:27 +02:00
|
|
|
msgid "%.2f seconds."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:360
|
2010-10-16 13:51:27 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<network>]\n"
|
|
|
|
"\n"
|
|
|
|
" Returns the current latency to <network>. <network> is only necessary\n"
|
|
|
|
" if the message isn't sent on the network to which this command is to\n"
|
|
|
|
" apply.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:366
|
2010-10-16 13:51:27 +02:00
|
|
|
msgid "Latency check (from %s)."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:374
|
2010-10-16 13:51:27 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<network>]\n"
|
|
|
|
"\n"
|
|
|
|
" Returns the current network driver for <network>. <network> is only\n"
|
|
|
|
" necessary if the message isn't sent on the network to which this\n"
|
|
|
|
" command is to apply.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:385
|
2012-07-04 22:48:49 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<network>]\n"
|
|
|
|
" \n"
|
|
|
|
" Returns the time duration since the connection was established.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:392
|
2012-07-04 22:48:49 +02:00
|
|
|
msgid "I've been connected to %s for %s."
|
|
|
|
msgstr ""
|
|
|
|
|