diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-15 11:51:44 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-15 11:51:44 +0100 |
commit | 341551f2f2db91ee8c017e1dc65adb6dd0b188aa (patch) | |
tree | e066ba259fe7fade21468dd2f480fc6723ad13b9 /po/de.po | |
parent | 34272b7e4dbc6bf826b50c5e83fea255fc3bea8a (diff) | |
download | weechat-341551f2f2db91ee8c017e1dc65adb6dd0b188aa.zip |
Add SASL authentication in IRC plugin (task #8829), add function "string_encode_base64" in plugin API, fix bug with base64 encoding
New options for IRC servers:
- sasl_mechanism (only "plain" for now)
- sasl_username
- sasl_password
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 31 |
1 files changed, 30 insertions, 1 deletions
@@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-02-12 16:45+0100\n" +"POT-Creation-Date: 2010-02-15 11:45+0100\n" "PO-Revision-Date: 2010-02-09 16:11+0100\n" "Last-Translator: Nils G <weechatter@arcor.de>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4211,6 +4211,15 @@ msgstr "Überprüfe ob die SSL-Verbindung vertrauenswürdig ist." msgid "password for server" msgstr "Passwort für den Server" +msgid "mechanism for SASL authentication" +msgstr "" + +msgid "username for SASL authentication" +msgstr "" + +msgid "password for SASL authentication" +msgstr "" + msgid "automatically connect to server when WeeChat is starting" msgstr "Automatisch mit dem Server verbinden, wenn WeeChat gestartet wird" @@ -4622,6 +4631,22 @@ msgid "%s%s: this buffer is not a channel!" msgstr "%s%s: Dieser Buffer ist kein Channel!" #, c-format +msgid "%s%s: client capability, server supports: %s" +msgstr "" + +#, c-format +msgid "%s%s: client capability, requesting: sasl" +msgstr "" + +#, c-format +msgid "%s%s: client capability: sasl not supported" +msgstr "" + +#, c-format +msgid "%s%s: client capability, enabled: %s" +msgstr "" + +#, c-format msgid "%sYou have been invited to %s%s%s by %s%s%s" msgstr "%sDu bist in den Channel %s%s%s von %s%s%s eingeladen worden" @@ -4939,6 +4964,10 @@ msgid "%s: disconnecting from server..." msgstr "%s: Trennung vom Server..." #, c-format +msgid "%s%s: sasl authentication timeout" +msgstr "" + +#, c-format msgid "%s: lag is high, disconnecting from server..." msgstr "%s: Lag ist zu hoch, die Verbindung wird getrennt..." |