Limnoria/plugins/Seen/messages.pot

147 lines
3.6 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: 2014-03-22 16:34+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:49
msgid ""
"The minimum non-wildcard characters\n"
" required to perform a 'seen' request. Of course, it only applies if there\n"
" is a wildcard in the request."
msgstr ""
#: config.py:53
msgid ""
"Determines whether the last message will\n"
" be displayed with @seen. Useful for keeping messages from a channel\n"
" private."
msgstr ""
#: plugin.py:198
msgid "Not enough non-wildcard characters."
msgstr ""
#: plugin.py:206 plugin.py:303
msgid "%s was last seen in %s %s ago"
msgstr ""
#: plugin.py:212 plugin.py:278 plugin.py:307
msgid "%s: %s"
msgstr ""
#: plugin.py:218
msgid "%s (%s ago)"
msgstr ""
#: plugin.py:220
msgid "%s could be %L"
msgstr ""
#: plugin.py:220
msgid "or"
msgstr ""
#: plugin.py:222
msgid "I haven't seen anyone matching %s."
msgstr ""
#: plugin.py:224 plugin.py:310
msgid "I have not seen %s."
msgstr ""
#: plugin.py:228
#, docstring
msgid ""
"[<channel>] <nick>\n"
"\n"
" Returns the last time <nick> was seen and what <nick> was last seen\n"
" saying. <channel> is only necessary if the message isn't sent on the\n"
" channel itself. <nick> may contain * as a wildcard.\n"
" "
msgstr ""
#: plugin.py:242
#, docstring
msgid ""
"[<channel>] [--user <name>] [<nick>]\n"
"\n"
" Returns the last time <nick> was seen and what <nick> was last seen\n"
" doing. This includes any form of activity, instead of just PRIVMSGs.\n"
" If <nick> isn't specified, returns the last activity seen in\n"
" <channel>. If --user is specified, looks up name in the user database\n"
" and returns the last time user was active in <channel>. <channel> is\n"
" only necessary if the message isn't sent on the channel itself.\n"
" "
msgstr ""
#: plugin.py:275
msgid "Someone was last seen in %s %s ago"
msgstr ""
#: plugin.py:281
msgid "I have never seen anyone."
msgstr ""
#: plugin.py:285
#, docstring
msgid ""
"[<channel>]\n"
"\n"
" Returns the last thing said in <channel>. <channel> is only necessary\n"
" if the message isn't sent in the channel itself.\n"
" "
msgstr ""
#: plugin.py:314
#, docstring
msgid ""
"[<channel>] <name>\n"
"\n"
" Returns the last time <name> was seen and what <name> was last seen\n"
" saying. This looks up <name> in the user seen database, which means\n"
" that it could be any nick recognized as user <name> that was seen.\n"
" <channel> is only necessary if the message isn't sent in the channel\n"
" itself.\n"
" "
msgstr ""
#: plugin.py:330
#, docstring
msgid ""
"[<channel>] [<nick>]\n"
"\n"
" Returns the messages since <nick> last left the channel.\n"
" If <nick> is not given, it defaults to the nickname of the person\n"
" calling the command.\n"
" "
msgstr ""
#: plugin.py:339
msgid "I am not in %s."
msgstr ""
#: plugin.py:342
msgid "%s must be in %s to use this command."
msgstr ""
#: plugin.py:365
msgid "I couldn't find in my history of %s messages where %r last left %s"
msgstr ""
#: plugin.py:374
msgid "Either %s didn't leave, or no messages were sent while %s was gone."
msgstr ""