mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
141 lines
3.8 KiB
Plaintext
141 lines
3.8 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-02-26 09:49+CET\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 he or she\n"
|
|
" rejoins."
|
|
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:143
|
|
#, 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:162
|
|
msgid "I do not have a default herald set for %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:170
|
|
#, 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:181
|
|
msgid "I have no herald for %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:201
|
|
#, 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:214
|
|
#, 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:227
|
|
msgid "I have no herald for that user."
|
|
msgstr ""
|
|
|
|
#: plugin.py:232
|
|
#, 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 ""
|
|
|