From 341551f2f2db91ee8c017e1dc65adb6dd0b188aa Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 15 Feb 2010 11:51:44 +0100 Subject: 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 --- po/de.po | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) (limited to 'po/de.po') diff --git a/po/de.po b/po/de.po index 33cfdeec1..169dbb7ba 100644 --- a/po/de.po +++ b/po/de.po @@ -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 \n" "Language-Team: weechat-dev \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" @@ -4621,6 +4630,22 @@ msgstr "%s%s: Es besteht keine Verbindung zum Server" 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" @@ -4938,6 +4963,10 @@ msgstr "(Verbindung wurde durch Peer getrennt)" 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..." -- cgit v1.2.3