mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 04:51:06 -05:00
172 lines
4.5 KiB
Plaintext
172 lines
4.5 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"
|
|
|
|
|
|
#: plugin.py:65
|
|
msgid "gnupg features are not available because the python-gnupg library is not installed."
|
|
msgstr ""
|
|
|
|
#: plugin.py:69
|
|
msgid "gnupg features are not available because the gnupg executable is not installed."
|
|
msgstr ""
|
|
|
|
#: plugin.py:74
|
|
msgid "gnupg features are not available."
|
|
msgstr ""
|
|
|
|
#: plugin.py:88
|
|
msgid "Page is too big or the server took too much time to answer the request."
|
|
msgstr ""
|
|
|
|
#: plugin.py:92
|
|
#, docstring
|
|
msgid ""
|
|
"Provides authentication based on GPG keys.\n"
|
|
"\n"
|
|
" First you must associate your GPG key with your Limnoria account. The gpg\n"
|
|
" add command takes two arguments, key id and key server.\n"
|
|
"\n"
|
|
" My key is 0x0C207F07B2F32B67 and it's on keyserver pool.sks-keyservers.net\n"
|
|
" so and now I add it to my bot::\n"
|
|
"\n"
|
|
" <Mikaela> +gpg add 0x0C207F07B2F32B67 pool.sks-keyservers.net\n"
|
|
" <Yvzabevn> 1 key imported, 0 unchanged, 0 not imported.\n"
|
|
"\n"
|
|
" Now I can get token to sign so I can identify::\n"
|
|
"\n"
|
|
" <Guest45020> +gpg gettoken\n"
|
|
" <Yvzabevn> Your token is: {03640620-97ea-4fdf-b0c3-ce8fb62f2dc5}. 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.\n"
|
|
"\n"
|
|
" Then I follow the instructions and sign my token in terminal::\n"
|
|
"\n"
|
|
" echo \"{03640620-97ea-4fdf-b0c3-ce8fb62f2dc5}\"|gpg --clearsign|curl -F 'sprunge=<-' http://sprunge.us\n"
|
|
"\n"
|
|
" Note that I sent the output to curl with flags to directly send the\n"
|
|
" clearsigned content to sprunge.us pastebin. Curl should be installed on\n"
|
|
" most of distributions and comes with msysgit. If you remove the curl part,\n"
|
|
" you get the output to terminal and can pastebin it to any pastebin of\n"
|
|
" your choice. Sprunge.us has only plain text and is easy so I used it in\n"
|
|
" this example.\n"
|
|
"\n"
|
|
" And last I give the bot link to the plain text signature::\n"
|
|
"\n"
|
|
" <Guest45020> +gpg auth http://sprunge.us/DUdd\n"
|
|
" <Yvzabevn> You are now authenticated as Mikaela.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:127
|
|
#, docstring
|
|
msgid ""
|
|
"<key id> <key server>\n"
|
|
"\n"
|
|
" Add a GPG key to your account."
|
|
msgstr ""
|
|
|
|
#: plugin.py:131
|
|
msgid "This key is already associated with your account."
|
|
msgstr ""
|
|
|
|
#: plugin.py:135
|
|
msgid "%n imported, %i unchanged, %i not imported."
|
|
msgstr ""
|
|
|
|
#: plugin.py:136
|
|
msgid "key"
|
|
msgstr ""
|
|
|
|
#: plugin.py:147
|
|
msgid "You must give a valid key id"
|
|
msgstr ""
|
|
|
|
#: plugin.py:149
|
|
msgid "You must give a valid key server"
|
|
msgstr ""
|
|
|
|
#: plugin.py:153
|
|
#, docstring
|
|
msgid ""
|
|
"<fingerprint>\n"
|
|
"\n"
|
|
" Remove a GPG key from your account."
|
|
msgstr ""
|
|
|
|
#: plugin.py:169
|
|
msgid "GPG key not associated with your account."
|
|
msgstr ""
|
|
|
|
#: plugin.py:174
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" List your GPG keys."
|
|
msgstr ""
|
|
|
|
#: plugin.py:179
|
|
msgid "No key is associated with your account."
|
|
msgstr ""
|
|
|
|
#: plugin.py:196
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Send you a token that you'll have to sign with your key."
|
|
msgstr ""
|
|
|
|
#: plugin.py:203
|
|
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:218
|
|
#, 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:228
|
|
msgid "Signature or token not found."
|
|
msgstr ""
|
|
|
|
#: plugin.py:232
|
|
msgid "Unknown token. It may have expired before you submit it."
|
|
msgstr ""
|
|
|
|
#: plugin.py:235
|
|
msgid "Your hostname/nick changed in the process. Authentication aborted."
|
|
msgstr ""
|
|
|
|
#: plugin.py:247
|
|
msgid "Your secure flag is true and your hostmask doesn't match any of your known hostmasks."
|
|
msgstr ""
|
|
|
|
#: plugin.py:251
|
|
msgid "You are now authenticated as %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:254
|
|
msgid "Unknown GPG key."
|
|
msgstr ""
|
|
|
|
#: plugin.py:256
|
|
msgid "Signature could not be verified. Make sure this is a valid GPG signature and the URL is valid."
|
|
msgstr ""
|
|
|