diff options
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 29 |
1 files changed, 28 insertions, 1 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-04-12 20:23+0200\n" +"POT-Creation-Date: 2020-04-14 21:29+0200\n" "PO-Revision-Date: 2020-03-08 14:22+0100\n" "Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -11019,6 +11019,20 @@ msgid "" "\"^(123\\.45\\.67\\.89|192\\.160\\..*)$\"" msgstr "" +#, fuzzy +msgid "" +"comma separated list of hash algorithms used for password authentication in " +"weechat protocol, among these values: \"plain\" (password in plain text, not " +"hashed), \"sha256\", \"sha512\", \"pbkdf2+sha256\", \"pbkdf2+sha512\"), \"*" +"\" means all algorithms, a name beginning with \"!\" is a negative value to " +"prevent an algorithm from being used, wildcard \"*\" is allowed in names " +"(examples: \"*\", \"pbkdf2*\", \"*,!plain\")" +msgstr "" +"čárkou rozdělený seznam pluginů pro automatické načtení při spuštění \"*\" " +"znamená všechny nalezené pluginy, jméno začínající \"!\" je negativní " +"hodnota k zabránění načtení pluginu, jména mohou začínat nebo končit \"*\" " +"pro vybrání několika pluginů (příklady: \"*\" nebo \"*,!lua,!tcl\")" + msgid "" "timeout (in seconds) for client authentication: connection is closed if the " "client is still not authenticated after this delay and the client status is " @@ -11044,6 +11058,13 @@ msgid "" msgstr "" msgid "" +"number of iterations asked to the client in weechat protocol when a hashed " +"password with algorithm PBKDF2 is used for authentication; more iterations " +"is better in term of security but is slower to compute; this number should " +"not be too high if your CPU is slow" +msgstr "" + +msgid "" "listen on IPv6 socket by default (in addition to IPv4 which is default); " "protocols IPv4 and IPv6 can be forced (individually or together) in the " "protocol name (see /help relay)" @@ -11053,6 +11074,12 @@ msgstr "" msgid "maximum number of clients connecting to a port (0 = no limit)" msgstr "maximální počet klientů připojených k portu" +msgid "" +"size of nonce (in bytes), generated when a client connects; the client must " +"use this nonce, concatenated to the client nonce and the password when " +"hashing the password in the \"init\" command of the weechat protocol" +msgstr "" + #, fuzzy msgid "" "password required by clients to access this relay (empty value means no " |