Limnoria/plugins/User/messages.pot

378 lines
9.7 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: 2013-07-25 11:34+CEST\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:52
#, 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 ""
#: plugin.py:67
msgid "This is a private capability. Only admins can see who has it."
msgstr ""
#: plugin.py:92
msgid "There are no matching registered users."
msgstr ""
#: plugin.py:94
msgid "There are no registered users."
msgstr ""
#: plugin.py:100
#, 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"
" "
msgstr ""
#: plugin.py:113
msgid "That name is already assigned to someone."
msgstr ""
#: plugin.py:118
msgid "username"
msgstr ""
#: plugin.py:119
msgid "Hostmasks are not valid usernames."
msgstr ""
#: plugin.py:126
msgid "Your hostmask is already registered to %s"
msgstr ""
#: plugin.py:142
#, 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 ""
#: plugin.py:157
msgid "This command has been disabled. You'll have to ask the owner of this bot to unregister your user."
msgstr ""
#: plugin.py:170
#, 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 ""
#: plugin.py:179
msgid "%q is already registered."
msgstr ""
#: plugin.py:193
#, docstring
msgid ""
"[<name>] <old password> <new password>\n"
"\n"
" Sets the new password for the user specified by <name> to <new\n"
" password>. Obviously this message must be sent to the bot\n"
" privately (not in a channel). If the requesting user is an owner\n"
" user (and the user whose password is being changed isn't that same\n"
" owner user), then <old password> needn't be correct.\n"
" "
msgstr ""
#: plugin.py:221
#, 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"
" secure flag is set, the user *must* identify before he or she can be\n"
" recognized. If a specific True/False value is not given, it\n"
" inverts the current value.\n"
" "
msgstr ""
#: plugin.py:236
msgid "Secure flag set to %s"
msgstr ""
#: plugin.py:244
#, 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 ""
#: plugin.py:253
msgid "I haven't seen %s."
msgstr ""
#: plugin.py:258
msgid "I don't know who that is."
msgstr ""
#: plugin.py:264
#, 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 ""
#: plugin.py:276
#, 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 ""
#: plugin.py:288
msgid "%s has no registered hostmasks."
msgstr ""
#: plugin.py:295
msgid "You may only retrieve your own hostmasks."
msgstr ""
#: plugin.py:311
#, 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 ""
#: plugin.py:325
msgid "hostmask"
msgstr ""
#: plugin.py:326
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 ""
#: plugin.py:336 plugin.py:359
msgid "That hostmask is already registered."
msgstr ""
#: plugin.py:367
#, docstring
msgid ""
"<name> <hostmask> [<password>]\n"
"\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"
" the user is not recognized by their hostmask. This message must be\n"
" sent to the bot privately (not on a channel) since it may contain a\n"
" password.\n"
" "
msgstr ""
#: plugin.py:386
msgid "All hostmasks removed."
msgstr ""
#: plugin.py:390
msgid "There was no such hostmask."
msgstr ""
#: plugin.py:407
msgid "GPG features are not enabled."
msgstr ""
#: plugin.py:416
#, docstring
msgid ""
"<key id> <key server>\n"
"\n"
" Add a GPG key to your account."
msgstr ""
#: plugin.py:420
msgid "This key is already associated with your account."
msgstr ""
#: plugin.py:424
msgid "%n imported, %i unchanged, %i not imported."
msgstr ""
#: plugin.py:425
msgid "key"
msgstr ""
#: plugin.py:439
#, docstring
msgid ""
"<fingerprint>\n"
"\n"
" Remove a GPG key from your account."
msgstr ""
#: plugin.py:452
msgid "GPG key not associated with your account."
msgstr ""
#: plugin.py:457
#, docstring
msgid ""
"takes no arguments\n"
"\n"
" Send you a token that you'll have to sign with your key."
msgstr ""
#: plugin.py:464
msgid "Your token is: %s. Please sign it with your GPG key, paste it somewhere, and call the 'auth' command with the URL to the (raw) file containing the signature."
msgstr ""
#: plugin.py:478
#, docstring
msgid ""
"<url>\n"
"\n"
" Check the GPG signature at the <url> and authenticates you if\n"
" the key used is associated to a user."
msgstr ""
#: plugin.py:485
msgid "Signature or token not found."
msgstr ""
#: plugin.py:489
msgid "Unknown token. It may have expired before you submit it."
msgstr ""
#: plugin.py:492
msgid "Your hostname/nick changed in the process. Authentication aborted."
msgstr ""
#: plugin.py:503
msgid "You are now authenticated as %s."
msgstr ""
#: plugin.py:506
msgid "Unknown GPG key."
msgstr ""
#: plugin.py:508
msgid "Signature could not be verified. Make sure this is a valid GPG signature and the URL is valid."
msgstr ""
#: plugin.py:514
#, 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 ""
#: plugin.py:534
#, 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 ""
#: plugin.py:546
msgid "Your secure flag is true and your hostmask doesn't match any of your known hostmasks."
msgstr ""
#: plugin.py:556
#, 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 ""
#: plugin.py:565
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 ""
#: plugin.py:574
#, docstring
msgid ""
"takes no arguments\n"
"\n"
" Returns the name of the user calling the command.\n"
" "
msgstr ""
#: plugin.py:582
msgid "I don't recognize you."
msgstr ""
#: plugin.py:587
#, docstring
msgid ""
"takes no arguments\n"
"\n"
" Returns some statistics on the user database.\n"
" "
msgstr ""
#: plugin.py:605
msgid "I have %s registered users with %s registered hostmasks; %n and %n."
msgstr ""