Limnoria/plugins/Seen/messages.pot
2024-12-06 11:01:09 +01:00

178 lines
4.2 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: 2024-12-06 11:00+0100\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=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py 1.5\n"
#: config.py:50
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:54
msgid ""
"Determines whether the last message will\n"
" be displayed with @seen. Useful for keeping messages from a channel\n"
" private."
msgstr ""
#: plugin.py:98
#, docstring
msgid ""
"This plugin allows you to see when and what someone last said and\n"
" what you missed since you left a channel."
msgstr ""
#: plugin.py:190
msgid "Not enough non-wildcard characters."
msgstr ""
#: plugin.py:199
msgid "%s was last seen in %s %s ago, and is in the channel now"
msgstr ""
#: plugin.py:203 plugin.py:328
msgid "%s was last seen in %s %s ago"
msgstr ""
#: plugin.py:209 plugin.py:300 plugin.py:332
msgid "%s: %s"
msgstr ""
#: plugin.py:216
msgid "%s (%s ago, and is in the channel now)"
msgstr ""
#: plugin.py:219
msgid "%s (%s ago)"
msgstr ""
#: plugin.py:221
msgid "%s could be %L"
msgstr ""
#: plugin.py:221
msgid "or"
msgstr ""
#: plugin.py:223
msgid "I haven't seen anyone matching %s."
msgstr ""
#: plugin.py:226 plugin.py:336
msgid "%s is in the channel right now."
msgstr ""
#: plugin.py:228 plugin.py:338
msgid "I have not seen %s."
msgstr ""
#: plugin.py:235
msgid "You must be in %s to use this command."
msgstr ""
#: plugin.py:237
msgid "%s must be in %s to use this command."
msgstr ""
#: plugin.py:243
#, 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:250 plugin.py:268
msgid "You've found me!"
msgstr ""
#: plugin.py:258
#, 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:295
msgid "I couldn't parse the nick of the speaker of the last line."
msgstr ""
#: plugin.py:297
msgid "Last seen in %s was %s, %s ago"
msgstr ""
#: plugin.py:303
msgid "I have never seen anyone."
msgstr ""
#: plugin.py:307
#, 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:324
msgid "%s was last seen in %s %s ago and is in the channel now"
msgstr ""
#: plugin.py:342
#, 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:356
#, 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:388
msgid "I couldn't find in my history of %s messages where %r last left %s"
msgstr ""
#: plugin.py:397
msgid "Either %s didn't leave, or no messages were sent while %s was gone."
msgstr ""