diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-27 16:48:58 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-27 16:48:58 +0100 |
commit | 540756bf5446f30b66b716027b4f8550a462f4fc (patch) | |
tree | 4ab8124a532d498eaba1985ba9642d77542ba87c /po/cs.po | |
parent | 6e7b62be9723205cb4f7dc69966ed80ed7119dd6 (diff) | |
download | weechat-540756bf5446f30b66b716027b4f8550a462f4fc.zip |
Fix SSL connection to some IRC servers using Diffie Hellman and small exchange keys (bug #25996)
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 27 |
1 files changed, 19 insertions, 8 deletions
@@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.2.7-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2009-03-23 11:08+0100\n" +"POT-Creation-Date: 2009-03-27 16:41+0100\n" "PO-Revision-Date: 2009-01-03 00:42+0100\n" "Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1676,6 +1676,9 @@ msgstr "" "maximální počet příkazů, který zobrazit jako výchozí v seznamu historie (0 = " "nekonečno)" +msgid "minimum size in bits for handshake using Diffie Hellman key exchange" +msgstr "" + #, fuzzy msgid "" "comma separated list of plugins to load automatically at startup, \"*\" " @@ -1711,6 +1714,14 @@ msgstr "" msgid "save configuration files when unloading plugins" msgstr "uložit soubor s nastavením při ukončení" +#, fuzzy +msgid "FATAL: error initializing configuration options" +msgstr "říct serveru, aby znovu načetl svůj konfigurační soubor" + +#, fuzzy, c-format +msgid "%sError reading configuration" +msgstr "říct serveru, aby znovu načetl svůj konfigurační soubor" + #, fuzzy, c-format msgid "%sError: cannot create file \"%s\"" msgstr "%s nemohu vytvořit soubor \"%s\"\n" @@ -2375,13 +2386,13 @@ msgstr "%s chyba při čtení FIFO roury, zavírám ji\n" msgid "name of FIFO pipe" msgstr "" +msgid "away" +msgstr "" + #, fuzzy msgid "servers" msgstr "server" -msgid "away" -msgstr "" - msgid "Lag" msgstr "" @@ -4093,6 +4104,10 @@ msgid "%s%s: address \"%s\" not found" msgstr "%s adresa \"%s\" nenalezena\n" #, fuzzy, c-format +msgid "%s%s: error: %s" +msgstr "%sServer: %s%s\n" + +#, fuzzy, c-format msgid "%s%s: proxy IP address not found" msgstr "%s IP adresa proxy nenalezena\n" @@ -4965,10 +4980,6 @@ msgid "%s%s: unable to run function \"%s\"" msgstr "Nemůžu zapsat log soubor \"%s\"\n" #, fuzzy, c-format -msgid "%s%s: error: %s" -msgstr "%sServer: %s%s\n" - -#, fuzzy, c-format msgid "%s%s: script \"%s\" not found" msgstr "%s server \"%s\" nenalezen\n" |