swh:1:snp:634d2b8906a7a2f6511ccb358da84e19b290d2c9
Raw File
Tip revision: 54342765cd44a4abd3f4ef4becc6f14343f486d3 authored by Valentin Lorentz on 11 March 2021, 19:20:53 UTC
LogToIrc: Make variables channel- and network-specific when relevant
Tip revision: 5434276
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"


#: plugin.py:47
#, docstring
msgid "Supports authentication based on nicks and network services."
msgstr ""

#: plugin.py:54 plugin.py:59
msgid "You are not authenticated."
msgstr ""

#: plugin.py:62
msgid "You must be owner to do that."
msgstr ""

#: plugin.py:67
#, docstring
msgid ""
"[<network>] <user> <nick>\n"
"\n"
"            Add <nick> to the list of nicks owned by the <user> on the\n"
"            <network>. You have to register this nick to the network\n"
"            services to be authenticated.\n"
"            <network> defaults to the current network.\n"
"            "
msgstr ""

#: plugin.py:80
msgid "This nick is already used by someone on this network."
msgstr ""

#: plugin.py:89
#, docstring
msgid ""
"[<network>] <user> <nick>\n"
"\n"
"            Remove <nick> from the list of nicks owned by the <user> on the\n"
"            <network>.\n"
"            <network> defaults to the current network.\n"
"            "
msgstr ""

#: plugin.py:101
msgid "This nick is not registered to you on this network."
msgstr ""

#: plugin.py:110
#, docstring
msgid ""
"[<network>] [<user>]\n"
"\n"
"            Lists nicks of the <user> on the network.\n"
"            <network> defaults to the current network.\n"
"            "
msgstr ""

#: plugin.py:119
msgid "You are not identified and <user> is not given."
msgstr ""

#: plugin.py:130
msgid "You have no recognized nick on this network."
msgstr ""

#: plugin.py:133
msgid "%s has no recognized nick on this network."
msgstr ""

#: plugin.py:140
#, docstring
msgid ""
"takes no argument\n"
"\n"
"        Tries to authenticate you using network services.\n"
"        If you get no reply, it means you are not authenticated to the\n"
"        network services."
msgstr ""

#: plugin.py:167
msgid "Your secure flag is true and your hostmask doesn't match any of your known hostmasks."
msgstr ""

#: plugin.py:171
msgid "You are now authenticated as %s."
msgstr ""

#: plugin.py:173
msgid "No user has this nick on this network."
msgstr ""

back to top