diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2018-01-06 10:22:10 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2018-01-06 10:49:57 +0000 |
commit | 762e28dc89fc80eb806d5da8a11ad05a036347fb (patch) | |
tree | 711b7c38ac03a4314e4ac6aac02b918f0f94081e /po/de.po | |
parent | Extend ssl_forbid_method to disable TLSv1.1 (diff) | |
download | w3m-762e28dc89fc80eb806d5da8a11ad05a036347fb.tar.gz w3m-762e28dc89fc80eb806d5da8a11ad05a036347fb.zip |
Fix multi-character character constant for ssl_forbid_method
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -592,8 +592,8 @@ msgid "File consisting of PEM encoded certificates of CAs" msgstr "Datei mit PEM-kodierten Zertifikaten von CAs" #: rc.c:205 -msgid "List of forbidden SSL methods (2: SSLv2, 3: SSLv3, t: TLSv1.0, t1.1: TLSv1.1)" -msgstr "Liste unzulässiger SSL-Verfahren (2: SSLv2, 3: SSLv3, t: TLSv1.0, t1.1: TLSv1.1)" +msgid "List of forbidden SSL methods (2: SSLv2, 3: SSLv3, t: TLSv1.0, 5: TLSv1.1)" +msgstr "Liste unzulässiger SSL-Verfahren (2: SSLv2, 3: SSLv3, t: TLSv1.0, 5: TLSv1.1)" #: rc.c:208 msgid "Enable cookie processing" |