mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 04:51:06 -05:00
311 lines
7.6 KiB
Plaintext
311 lines
7.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: 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:40
|
|
msgid "Determines what password the bot will use with NickServ when identifying as %s."
|
|
msgstr ""
|
|
|
|
#: config.py:50
|
|
msgid "What is your registered nick?"
|
|
msgstr ""
|
|
|
|
#: config.py:51
|
|
msgid "What is your password for that nick?"
|
|
msgstr ""
|
|
|
|
#: config.py:52
|
|
msgid "What is your ChanServ named?"
|
|
msgstr ""
|
|
|
|
#: config.py:53
|
|
msgid "What is your NickServ named?"
|
|
msgstr ""
|
|
|
|
#: config.py:71
|
|
msgid ""
|
|
"Space-separated list of nicks the bot will use with\n"
|
|
" services."
|
|
msgstr ""
|
|
|
|
#: config.py:78
|
|
msgid ""
|
|
"Determines what networks this plugin\n"
|
|
" will be disabled on."
|
|
msgstr ""
|
|
|
|
#: config.py:78
|
|
msgid "QuakeNet"
|
|
msgstr ""
|
|
|
|
#: config.py:82
|
|
msgid ""
|
|
"Determines whether the bot will not join any\n"
|
|
" channels until it is identified. This may be useful, for instances, if\n"
|
|
" you have a vhost that isn't set until you're identified, or if you're\n"
|
|
" joining +r channels that won't allow you to join unless you identify."
|
|
msgstr ""
|
|
|
|
#: config.py:87
|
|
msgid ""
|
|
"Determines how many seconds the bot will\n"
|
|
" wait between successive GHOST attempts. Set this to 0 to disable GHOST."
|
|
msgstr ""
|
|
|
|
#: config.py:90
|
|
msgid ""
|
|
"Determines the NickServ command to use for GHOST. If the network\n"
|
|
" you're using runs Anope, set this to \"RECOVER\". If the network you're using runs Atheme,\n"
|
|
" set this to \"GHOST\" or \"REGAIN\"."
|
|
msgstr ""
|
|
|
|
#: config.py:94
|
|
msgid ""
|
|
"Determines what nick the 'NickServ' service\n"
|
|
" has."
|
|
msgstr ""
|
|
|
|
#: config.py:98
|
|
msgid ""
|
|
"Determines what nick the 'ChanServ' service\n"
|
|
" has."
|
|
msgstr ""
|
|
|
|
#: config.py:101
|
|
msgid ""
|
|
"Determines what password the bot will use with\n"
|
|
" ChanServ."
|
|
msgstr ""
|
|
|
|
#: config.py:104
|
|
msgid ""
|
|
"Determines whether the bot will request to get\n"
|
|
" opped by the ChanServ when it joins the channel."
|
|
msgstr ""
|
|
|
|
#: config.py:107
|
|
msgid ""
|
|
"Determines whether the bot will request to get\n"
|
|
" half-opped by the ChanServ when it joins the channel."
|
|
msgstr ""
|
|
|
|
#: config.py:110
|
|
msgid ""
|
|
"Determines whether the bot will request to get\n"
|
|
" voiced by the ChanServ when it joins the channel."
|
|
msgstr ""
|
|
|
|
#: plugin.py:55
|
|
#, docstring
|
|
msgid ""
|
|
"This plugin handles dealing with Services on networks that provide them.\n"
|
|
" Basically, you should use the \"password\" command to tell the bot a nick to\n"
|
|
" identify with and what password to use to identify with that nick. You can\n"
|
|
" use the password command multiple times if your bot has multiple nicks\n"
|
|
" registered. Also, be sure to configure the NickServ and ChanServ\n"
|
|
" configuration variables to match the NickServ and ChanServ nicks on your\n"
|
|
" network. Other commands such as identify, op, etc. should not be\n"
|
|
" necessary if the bot is properly configured."
|
|
msgstr ""
|
|
|
|
#: plugin.py:472
|
|
msgid "You must set supybot.plugins.Services.ChanServ before I'm able to send the %s command."
|
|
msgstr ""
|
|
|
|
#: plugin.py:478
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>]\n"
|
|
"\n"
|
|
" Attempts to get opped by ChanServ in <channel>. <channel> is only\n"
|
|
" necessary if the message isn't sent in the channel itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:484
|
|
msgid "I'm already opped in %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:491
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>]\n"
|
|
"\n"
|
|
" Attempts to get voiced by ChanServ in <channel>. <channel> is only\n"
|
|
" necessary if the message isn't sent in the channel itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:497
|
|
msgid "I'm already voiced in %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:514
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>]\n"
|
|
"\n"
|
|
" Attempts to get unbanned by ChanServ in <channel>. <channel> is only\n"
|
|
" necessary if the message isn't sent in the channel itself, but chances\n"
|
|
" are, if you need this command, you're not sending it in the channel\n"
|
|
" itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:535
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>]\n"
|
|
"\n"
|
|
" Attempts to get invited by ChanServ to <channel>. <channel> is only\n"
|
|
" necessary if the message isn't sent in the channel itself, but chances\n"
|
|
" are, if you need this command, you're not sending it in the channel\n"
|
|
" itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:557
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Identifies with NickServ using the current nick.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:566
|
|
msgid "I don't have a configured password for my current nick."
|
|
msgstr ""
|
|
|
|
#: plugin.py:569
|
|
msgid "You must set supybot.plugins.Services.NickServ before I'm able to do identify."
|
|
msgstr ""
|
|
|
|
#: plugin.py:575
|
|
#, docstring
|
|
msgid ""
|
|
"[<nick>]\n"
|
|
"\n"
|
|
" Ghosts the bot's given nick and takes it. If no nick is given,\n"
|
|
" ghosts the bot's configured nick and takes it.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:584
|
|
msgid "I cowardly refuse to ghost myself."
|
|
msgstr ""
|
|
|
|
#: plugin.py:589
|
|
msgid "You must set supybot.plugins.Services.NickServ before I'm able to ghost a nick."
|
|
msgstr ""
|
|
|
|
#: plugin.py:594
|
|
#, docstring
|
|
msgid ""
|
|
"<text>\n"
|
|
"\n"
|
|
" Sends the <text> to NickServ. For example, to register to NickServ\n"
|
|
" on Atheme, use: @nickserv REGISTER <password> <email-address>."
|
|
msgstr ""
|
|
|
|
#: plugin.py:603
|
|
msgid "You must set supybot.plugins.Services.NickServ before I'm able to message NickServ"
|
|
msgstr ""
|
|
|
|
#: plugin.py:608
|
|
#, docstring
|
|
msgid ""
|
|
"<text>\n"
|
|
"\n"
|
|
" Sends the <text> to ChanServ. For example, to register a channel\n"
|
|
" on Atheme, use: @chanserv REGISTER <#channel>."
|
|
msgstr ""
|
|
|
|
#: plugin.py:617
|
|
msgid "You must set supybot.plugins.Services.ChanServ before I'm able to message ChanServ"
|
|
msgstr ""
|
|
|
|
#: plugin.py:624
|
|
#, docstring
|
|
msgid ""
|
|
"<nick> [<password>]\n"
|
|
"\n"
|
|
" Sets the NickServ password for <nick> to <password>. If <password> is\n"
|
|
" not given, removes <nick> from the configured nicks.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:636
|
|
msgid "That nick was not configured with a password."
|
|
msgstr ""
|
|
|
|
#: plugin.py:649
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Returns the nicks that this plugin is configured to identify and ghost\n"
|
|
" with.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:659
|
|
msgid "I'm not currently configured for any nicks."
|
|
msgstr ""
|
|
|
|
#: plugin.py:666
|
|
msgid "Experimental IRC extensions are not enabled for this bot."
|
|
msgstr ""
|
|
|
|
#: plugin.py:672
|
|
msgid "This network does not support draft/account-registration."
|
|
msgstr ""
|
|
|
|
#: plugin.py:678
|
|
msgid "This network does not support labeled-response."
|
|
msgstr ""
|
|
|
|
#: plugin.py:684
|
|
msgid "This bot is already authenticated on the network."
|
|
msgstr ""
|
|
|
|
#: plugin.py:689
|
|
#, docstring
|
|
msgid ""
|
|
"[<network>] <password> [<email>]\n"
|
|
"\n"
|
|
" Uses the experimental REGISTER command to create an account for the bot\n"
|
|
" on the <network>, using the <password> and the <email> if provided.\n"
|
|
" Some networks may require the email.\n"
|
|
" You may need to use the 'services verify' command afterward to confirm\n"
|
|
" your email address."
|
|
msgstr ""
|
|
|
|
#: plugin.py:703
|
|
msgid "This network requires an email address to register."
|
|
msgstr ""
|
|
|
|
#: plugin.py:717
|
|
#, docstring
|
|
msgid ""
|
|
"[<network>] <account> <code>\n"
|
|
"\n"
|
|
" If the <network> requires a verification code, you need to call this\n"
|
|
" command with the code the server gave you to finish the\n"
|
|
" registration."
|
|
msgstr ""
|
|
|