Raw File
messages.pot
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2014-12-20 14:04+EET\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:46
msgid ""
"Determines whether messages will be sent to the\n"
"    channel when a recognized user joins; basically enables or disables the\n"
"    plugin."
msgstr ""

#: config.py:50
msgid ""
"Determines what capability (if any) is required to\n"
"    add/change/remove the herald of another user."
msgstr ""

#: config.py:53
msgid ""
"Determines the minimum number of seconds\n"
"    between heralds."
msgstr ""

#: config.py:56
msgid ""
"Determines the minimum number of seconds\n"
"    after parting that the bot will not herald the person when they\n"
"    rejoin."
msgstr ""

#: config.py:60
msgid ""
"Determines the minimum number of seconds\n"
"    after a netsplit that the bot will not herald the users that split."
msgstr ""

#: config.py:63
msgid ""
"Sets the default herald to use.  If a user has a\n"
"    personal herald specified, that will be used instead.  If set to the empty\n"
"    string, the default herald will be disabled."
msgstr ""

#: config.py:67
msgid ""
"Determines whether the default herald will be\n"
"    sent as a NOTICE instead of a PRIVMSG."
msgstr ""

#: config.py:70
msgid ""
"Determines whether the default herald will be\n"
"    sent publicly."
msgstr ""

#: plugin.py:58
#, docstring
msgid ""
"This plugin allows you to set welcome messages (heralds) to people who\n"
"    are recognized by the bot when they join a channel."
msgstr ""

#: plugin.py:145
#, docstring
msgid ""
"[<channel>] [--remove|<msg>]\n"
"\n"
"        If <msg> is given, sets the default herald to <msg>.  A <msg> of \"\"\n"
"        will remove the default herald.  If <msg> is not given, returns the\n"
"        current default herald.  <channel> is only necessary if the message\n"
"        isn't sent in the channel itself.\n"
"        "
msgstr ""

#: plugin.py:164
msgid "I do not have a default herald set for %s."
msgstr ""

#: plugin.py:172
#, docstring
msgid ""
"[<channel>] [<user|nick>]\n"
"\n"
"        Returns the current herald message for <user> (or the user\n"
"        <nick|hostmask> is currently identified or recognized as).  If <user>\n"
"        is not given, defaults to the user giving the command.  <channel>\n"
"        is only necessary if the message isn't sent in the channel itself.\n"
"        "
msgstr ""

#: plugin.py:183
msgid "I have no herald for %s."
msgstr ""

#: plugin.py:203
#, docstring
msgid ""
"[<channel>] <user|nick> <msg>\n"
"\n"
"        Sets the herald message for <user> (or the user <nick|hostmask> is\n"
"        currently identified or recognized as) to <msg>.  <channel> is only\n"
"        necessary if the message isn't sent in the channel itself.\n"
"        "
msgstr ""

#: plugin.py:216
#, docstring
msgid ""
"[<channel>] [<user|nick>]\n"
"\n"
"        Removes the herald message set for <user>, or the user\n"
"        <nick|hostmask> is currently identified or recognized as.  If <user>\n"
"        is not given, defaults to the user giving the command.\n"
"        <channel> is only necessary if the message isn't sent in the channel\n"
"        itself.\n"
"        "
msgstr ""

#: plugin.py:229
msgid "I have no herald for that user."
msgstr ""

#: plugin.py:234
#, docstring
msgid ""
"[<channel>] [<user|nick>] <regexp>\n"
"\n"
"        Changes the herald message for <user>, or the user <nick|hostmask> is\n"
"        currently identified or recognized as, according to <regexp>.  If\n"
"        <user> is not given, defaults to the calling user. <channel> is only\n"
"        necessary if the message isn't sent in the channel itself.\n"
"        "
msgstr ""

back to top