2010-10-16 13:51:27 +02:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
2022-02-06 00:14:47 +01:00
"POT-Creation-Date: 2022-02-06 00:12+0100\n"
2010-10-16 13:51:27 +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"
2022-02-06 00:14:47 +01:00
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2010-10-16 13:51:27 +02:00
"Generated-By: pygettext.py 1.5\n"
2022-02-06 00:14:47 +01:00
#: config.py:48
msgid ""
"Determines whether the output of 'user list'\n"
" will be sent in private. This prevents mass-highlights of people who use\n"
" their nick as their bot username."
msgstr ""
#: config.py:52
msgid ""
"Determines what message the bot sends\n"
" when a user isn't identified or recognized."
msgstr ""
#: plugin.py:46
2014-12-20 14:37:27 +01:00
#, docstring
msgid ""
"Provides commands for dealing with users, such as registration and\n"
" authentication to the bot. This is a core Supybot plugin that should\n"
" not be removed!"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:55
2011-12-23 14:02:39 +01:00
#, docstring
msgid ""
"[--capability=<capability>] [<glob>]\n"
"\n"
" Returns the valid registered usernames matching <glob>. If <glob> is\n"
" not given, returns all registered usernames.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:70
2012-10-30 16:42:24 +01:00
msgid "This is a private capability. Only admins can see who has it."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:97
2010-10-16 13:51:27 +02:00
msgid "There are no matching registered users."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:99
2010-10-16 13:51:27 +02:00
msgid "There are no registered users."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:105
2011-12-23 14:02:39 +01:00
#, docstring
msgid ""
"<name> <password>\n"
"\n"
" Registers <name> with the given password <password> and the current\n"
" hostmask of the person registering. You shouldn't register twice; if\n"
" you're not recognized as a user but you've already registered, use the\n"
" hostmask add command to add another hostmask to your already-registered\n"
" user, or use the identify command to identify just for a session.\n"
" This command (and all other commands that include a password) must be\n"
" sent to the bot privately, not in a channel.\n"
2022-02-06 00:14:47 +01:00
" Use \"!\" instead of <password> to disable password authentication.\n"
2011-12-23 14:02:39 +01:00
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:119
2010-10-16 13:51:27 +02:00
msgid "That name is already assigned to someone."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:124
2010-10-16 13:51:27 +02:00
msgid "username"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:125
2010-10-16 13:51:27 +02:00
msgid "Hostmasks are not valid usernames."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:132
2010-10-16 13:51:27 +02:00
msgid "Your hostmask is already registered to %s"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:141 plugin.py:221
msgid "The password must be at least 3 characters long."
msgstr ""
#: plugin.py:159
2011-12-23 14:02:39 +01:00
#, docstring
msgid ""
"<name> [<password>]\n"
"\n"
" Unregisters <name> from the user database. If the user giving this\n"
" command is an owner user, the password is not necessary.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:174
2010-10-16 13:51:27 +02:00
msgid "This command has been disabled. You'll have to ask the owner of this bot to unregister your user."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:187
2011-12-23 14:02:39 +01:00
#, docstring
msgid ""
"<name> <new name> [<password>]\n"
"\n"
" Changes your current user database name to the new name given.\n"
" <password> is only necessary if the user isn't recognized by hostmask.\n"
" This message must be sent to the bot privately (not on a channel) since\n"
" it may contain a password.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:196
2010-10-16 13:51:27 +02:00
msgid "%q is already registered."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:210
2011-12-23 14:02:39 +01:00
#, docstring
msgid ""
"[<name>] <old password> <new password>\n"
"\n"
" Sets the new password for the user specified by <name> to <new\n"
2022-02-06 00:14:47 +01:00
" password>. Obviously this message must be sent to the bot\n"
2011-12-23 14:02:39 +01:00
" privately (not in a channel). If the requesting user is an owner\n"
2022-02-06 00:14:47 +01:00
" user, then <old password> needn't be correct.\n"
" If the <new password> is \"!\", password login will be disabled.\n"
2011-12-23 14:02:39 +01:00
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:244
2011-12-23 14:02:39 +01:00
#, docstring
msgid ""
"<password> [<True|False>]\n"
"\n"
" Sets the secure flag on the user of the person sending the message.\n"
" Requires that the person's hostmask be in the list of hostmasks for\n"
" that user in addition to the password being correct. When the\n"
2014-07-13 17:23:11 +02:00
" secure flag is set, the user *must* identify before they can be\n"
2011-12-23 14:02:39 +01:00
" recognized. If a specific True/False value is not given, it\n"
" inverts the current value.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:259
2010-10-16 13:51:27 +02:00
msgid "Secure flag set to %s"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:267
2011-12-23 14:02:39 +01:00
#, docstring
msgid ""
"<hostmask|nick>\n"
"\n"
" Returns the username of the user specified by <hostmask> or <nick> if\n"
" the user is registered.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:276
2010-10-16 13:51:27 +02:00
msgid "I haven't seen %s."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:281
2010-10-16 13:51:27 +02:00
msgid "I don't know who that is."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:287
2011-12-23 14:02:39 +01:00
#, docstring
msgid ""
"[<nick>]\n"
"\n"
" Returns the hostmask of <nick>. If <nick> isn't given, return the\n"
" hostmask of the person giving the command.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:299
2011-12-23 14:02:39 +01:00
#, docstring
msgid ""
"[<name>]\n"
"\n"
" Returns the hostmasks of the user specified by <name>; if <name>\n"
" isn't specified, returns the hostmasks of the user calling the\n"
" command.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:311
2010-10-16 13:51:27 +02:00
msgid "%s has no registered hostmasks."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:318
2011-06-25 13:06:06 +02:00
msgid "You may only retrieve your own hostmasks."
2010-10-16 13:51:27 +02:00
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:334
2011-12-23 14:02:39 +01:00
#, docstring
msgid ""
"[<name>] [<hostmask>] [<password>]\n"
"\n"
" Adds the hostmask <hostmask> to the user specified by <name>. The\n"
" <password> may only be required if the user is not recognized by\n"
" hostmask. <password> is also not required if an owner user is\n"
" giving the command on behalf of some other user. If <hostmask> is\n"
" not given, it defaults to your current hostmask. If <name> is not\n"
" given, it defaults to your currently identified name. This message\n"
" must be sent to the bot privately (not on a channel) since it may\n"
" contain a password.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:349
2010-10-16 13:51:27 +02:00
msgid "hostmask"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:350
2010-10-16 13:51:27 +02:00
msgid "Make sure your hostmask includes a nick, then an exclamation point (!), then a user, then an at symbol (@), then a host. Feel free to use wildcards (* and ?, which work just like they do on the command line) in any of these parts."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:361 plugin.py:382
msgid "That hostmask is already registered to %s."
msgstr ""
#: plugin.py:364 plugin.py:385
2010-10-16 13:51:27 +02:00
msgid "That hostmask is already registered."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:395
2011-12-23 14:02:39 +01:00
#, docstring
msgid ""
2013-11-27 00:02:05 +01:00
"[<name>] [<hostmask>] [<password>]\n"
2011-12-23 14:02:39 +01:00
"\n"
" Removes the hostmask <hostmask> from the record of the user\n"
" specified by <name>. If the hostmask given is 'all' then all\n"
" hostmasks will be removed. The <password> may only be required if\n"
2013-07-25 11:38:21 +02:00
" the user is not recognized by their hostmask. This message must be\n"
2011-12-23 14:02:39 +01:00
" sent to the bot privately (not on a channel) since it may contain a\n"
2013-11-27 00:02:05 +01:00
" password. If <hostmask> is\n"
" not given, it defaults to your current hostmask. If <name> is not\n"
2014-03-22 14:44:26 +01:00
" given, it defaults to your currently identified name.\n"
2011-12-23 14:02:39 +01:00
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:417
2010-10-16 13:51:27 +02:00
msgid "All hostmasks removed."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:421
2010-10-16 13:51:27 +02:00
msgid "There was no such hostmask."
msgstr ""
2014-12-20 14:37:27 +01:00
#: plugin.py:434
2022-02-06 00:14:47 +01:00
msgid "GPG features are not enabled."
2013-07-25 11:38:21 +02:00
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:439
2011-12-23 14:02:39 +01:00
#, docstring
msgid ""
"[<name>]\n"
"\n"
" Returns the capabilities of the user specified by <name>; if <name>\n"
" isn't specified, returns the capabilities of the user calling the\n"
" command.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:459
2011-12-23 14:02:39 +01:00
#, docstring
msgid ""
"<name> <password>\n"
"\n"
" Identifies the user as <name>. This command (and all other\n"
" commands that include a password) must be sent to the bot privately,\n"
" not in a channel.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:471
msgid "Your secure flag is true and your hostmask doesn't match any of your known hostmasks."
msgstr ""
#: plugin.py:481
2011-12-23 14:02:39 +01:00
#, docstring
msgid ""
"takes no arguments\n"
"\n"
" Un-identifies you. Note that this may not result in the desired\n"
" effect of causing the bot not to recognize you anymore, since you may\n"
" have added hostmasks to your user that can cause the bot to continue to\n"
" recognize you.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:490
2010-10-30 11:23:56 +02:00
msgid "If you remain recognized after giving this command, you're being recognized by hostmask, rather than by password. You must remove whatever hostmask is causing you to be recognized in order not to be recognized."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:499
2011-12-23 14:02:39 +01:00
#, docstring
msgid ""
"takes no arguments\n"
"\n"
" Returns the name of the user calling the command.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:508
2014-08-09 17:35:10 +02:00
msgid "I don't recognize you. You can message me either of these two commands: \"user identify <username> <password>\" to log in or \"user register <username> <password>\" to register."
2010-10-16 13:51:27 +02:00
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:514
2011-12-23 14:02:39 +01:00
#, docstring
msgid ""
"takes no arguments\n"
"\n"
" Returns some statistics on the user database.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:532
2010-10-16 13:51:27 +02:00
msgid "I have %s registered users with %s registered hostmasks; %n and %n."
msgstr ""