2010-10-17 15:36:26 +02:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
2014-01-21 16:48:13 +01:00
|
|
|
"POT-Creation-Date: 2014-01-21 16:39+CET\n"
|
2010-10-17 15:36:26 +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:45
|
|
|
|
msgid ""
|
|
|
|
"Determines the maximum number of\n"
|
|
|
|
" messages to be queued for a user. If this value is 0, there is no maximum.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:49
|
|
|
|
msgid ""
|
|
|
|
"Determines whether users will be notified in\n"
|
|
|
|
" the first place in which they're seen, or in private."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-02-26 10:40:50 +01:00
|
|
|
#: config.py:52
|
|
|
|
msgid ""
|
|
|
|
"Determines whether users will be notified upon\n"
|
|
|
|
" joining any channel the bot is in, or only upon sending a message."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:55
|
|
|
|
msgid ""
|
|
|
|
"Determines the maximum number of\n"
|
|
|
|
" days that a message will remain queued for a user. After this time elapses,\n"
|
|
|
|
" the message will be deleted. If this value is 0, there is no maximum."
|
|
|
|
msgstr ""
|
|
|
|
|
2010-10-28 16:12:58 +02:00
|
|
|
#: plugin.py:46
|
2010-10-17 15:36:26 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"Used to do things later; currently, it only allows the sending of\n"
|
|
|
|
" nick-based notes. Do note (haha!) that these notes are *not* private\n"
|
|
|
|
" and don't even pretend to be; if you want such features, consider using the\n"
|
|
|
|
" Note plugin."
|
|
|
|
msgstr ""
|
|
|
|
|
2010-10-28 16:12:58 +02:00
|
|
|
#: plugin.py:86
|
2010-10-17 15:36:26 +02:00
|
|
|
msgid "just now"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-02-26 10:40:50 +01:00
|
|
|
#: plugin.py:106
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"Validate nick according to the IRC RFC 2812 spec.\n"
|
|
|
|
"\n"
|
|
|
|
" Reference: http://tools.ietf.org/rfcmarkup?doc=2812#section-2.3.1\n"
|
|
|
|
"\n"
|
|
|
|
" Some irc clients' tab-completion feature appends 'address' characters\n"
|
|
|
|
" to nick, such as ':' or ','. We try correcting for that by trimming\n"
|
|
|
|
" a char off the end.\n"
|
|
|
|
"\n"
|
|
|
|
" If nick incorrigibly invalid, return False, otherwise,\n"
|
|
|
|
" return (possibly trimmed) nick.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:151
|
2010-10-17 15:36:26 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<nick> <text>\n"
|
|
|
|
"\n"
|
2013-07-25 11:38:21 +02:00
|
|
|
" Tells <nick> <text> the next time <nick> is seen. <nick> can\n"
|
2010-10-17 15:36:26 +02:00
|
|
|
" contain wildcard characters, and the first matching nick will be\n"
|
|
|
|
" given the note.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2011-02-26 10:40:50 +01:00
|
|
|
#: plugin.py:159
|
2010-10-17 15:36:26 +02:00
|
|
|
msgid "I can't send notes to myself."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-02-26 10:40:50 +01:00
|
|
|
#: plugin.py:169
|
2010-10-17 15:36:26 +02:00
|
|
|
msgid "That person's message queue is already full."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-02-26 10:40:50 +01:00
|
|
|
#: plugin.py:174
|
2010-10-17 15:36:26 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<nick>]\n"
|
|
|
|
"\n"
|
|
|
|
" If <nick> is given, replies with what notes are waiting on <nick>,\n"
|
|
|
|
" otherwise, replies with the nicks that have notes waiting for them.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2011-02-26 10:40:50 +01:00
|
|
|
#: plugin.py:185
|
2010-10-17 15:36:26 +02:00
|
|
|
msgid "I have no notes for that nick."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-02-26 10:40:50 +01:00
|
|
|
#: plugin.py:190
|
2010-10-17 15:36:26 +02:00
|
|
|
msgid "I currently have notes waiting for %L."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-02-26 10:40:50 +01:00
|
|
|
#: plugin.py:193
|
2010-10-17 15:36:26 +02:00
|
|
|
msgid "I have no notes waiting to be delivered."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-02-26 10:40:50 +01:00
|
|
|
#: plugin.py:198
|
2010-10-17 15:36:26 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<nick>\n"
|
|
|
|
"\n"
|
|
|
|
" Removes the notes waiting on <nick>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2011-02-26 10:40:50 +01:00
|
|
|
#: plugin.py:207
|
2010-10-17 15:36:26 +02:00
|
|
|
msgid "There were no notes for %r"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-08-10 11:44:57 +02:00
|
|
|
#: plugin.py:212
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<nick>\n"
|
|
|
|
"\n"
|
|
|
|
" Removes the latest note you sent to <nick>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:217
|
|
|
|
msgid "There are no note waiting for %s."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:228
|
|
|
|
msgid "There are no note from you waiting for %s."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:252
|
2010-10-17 15:36:26 +02:00
|
|
|
msgid "Sent %s: <%s> %s"
|
|
|
|
msgstr ""
|
|
|
|
|