diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-12-04 17:36:09 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-12-04 17:36:09 +0100 |
commit | 7e5acaf50f25dd097e8225b0df6c4731c8730a63 (patch) | |
tree | b625584236ec23fcd11c4f37a845f41243d64859 /po/de.po | |
parent | da6b882ed82b9e902df5649c326ecfa7ddae4d84 (diff) | |
download | weechat-7e5acaf50f25dd097e8225b0df6c4731c8730a63.zip |
Give GnuTLS return code to callback if handshake has failed, display extra info in irc plugin if Diffie-Hellman prime sent by the server is not acceptable (not long enough)
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2009-12-02 12:06+0100\n" +"POT-Creation-Date: 2009-12-04 17:12+0100\n" "PO-Revision-Date: 2009-11-26 18:51+0100\n" "Last-Translator: Nils G <weechatter@arcor.de>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4732,6 +4732,12 @@ msgid "%s%s: TLS handshake failed" msgstr "%s%s: TLS Handshake fehlgeschlagen" #, c-format +msgid "" +"%s%s: you should play with option irc.server.%s.ssl_dhkey_size (current " +"value is %d)" +msgstr "" + +#, c-format msgid "%s%s: not enough memory" msgstr "%s%s: Nicht genĂ¼gend Speicher" |