diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2011-05-17 18:00:56 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2011-05-17 20:12:12 +0200 |
commit | aee0a1be4163b06ae8d32dff93d13a87668423b3 (patch) | |
tree | 7a9b03cfdbe16ff4f92a1e7aa05834e9edf27f41 /po | |
parent | eb9e1e4176d89ee30d33381273e22325584675d3 (diff) | |
download | fetchmail-aee0a1be4163b06ae8d32dff93d13a87668423b3.tar.gz fetchmail-aee0a1be4163b06ae8d32dff93d13a87668423b3.tar.bz2 fetchmail-aee0a1be4163b06ae8d32dff93d13a87668423b3.zip |
Reinstate SSLv2 support on legacy_63 branch.
Revert "Remove support for SSLv2 (fixes Debian Bug #622054)."
This reverts commit c22a3afca46c83ee6d53a6ee58deb122f309c460.
Diffstat (limited to 'po')
-rw-r--r-- | po/de.po | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2270,8 +2270,8 @@ msgstr "" "Servers.\n" #: options.c:654 -msgid " --sslproto force ssl protocol (SSL23/SSL3/TLS1)\n" -msgstr " --sslproto SSL-Protokoll erzwingen (SSL23/SSL3/TLS1)\n" +msgid " --sslproto force ssl protocol (SSL2/SSL3/TLS1)\n" +msgstr " --sslproto SSL-Protokoll erzwingen (SSL2/SSL3/TLS1)\n" #: options.c:656 msgid " --plugin specify external command to open connection\n" @@ -3175,9 +3175,9 @@ msgstr "Datei-Deskriptor außerhalb des Bereichs für SSL" #: socket.c:899 #, c-format -msgid "Invalid SSL protocol '%s' specified, using default (SSL23).\n" +msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "" -"Ungültiges SSL-Protokoll „%s“ angegeben, benutze Voreinstellung (SSL23).\n" +"Ungültiges SSL-Protokoll „%s“ angegeben, benutze Voreinstellung (SSLv23).\n" #: socket.c:992 msgid "Certificate/fingerprint verification was somehow skipped!\n" |