diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-18 11:33:22 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-18 11:34:59 +0200 |
commit | e130ee7358564cfd5572ca0cf1ac6871425548ed (patch) | |
tree | a9ea85596b26b17a0710d4625a17a93017a3424d /po/hu.po | |
parent | 80693dcea9b645e54d7ad246d28c2cba39da4e30 (diff) | |
download | weechat-e130ee7358564cfd5572ca0cf1ac6871425548ed.zip |
core: make GnuTLS a required dependency
Diffstat (limited to 'po/hu.po')
-rw-r--r-- | po/hu.po | 58 |
1 files changed, 22 insertions, 36 deletions
@@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-04-14 21:29+0200\n" -"PO-Revision-Date: 2020-03-08 14:22+0100\n" +"POT-Creation-Date: 2020-04-18 11:30+0200\n" +"PO-Revision-Date: 2020-04-18 11:34+0200\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: hu\n" @@ -9098,14 +9098,6 @@ msgid "%s%s: nicks not defined for server \"%s\", cannot connect" msgstr "%s név \"%s\" nem található a \"%s\" parancshoz\n" #, fuzzy, c-format -msgid "" -"%s%s: cannot connect with SSL because WeeChat was not built with GnuTLS " -"support" -msgstr "" -"%s nem sikerült SSL használattal kapcsolódni, mert a WeeChat GNUtls " -"támogatás nélkül lett fordítva\n" - -#, fuzzy, c-format msgid "%s%s: connecting to server %s/%d%s via %s proxy %s/%d%s..." msgstr "" "%s: csatlakozás a(z) %s:%d%s%s szerverhez %s proxy kiszolgálón keresztül: %s:" @@ -10286,12 +10278,6 @@ msgid "%s%s: error: path \"%s\" is already used" msgstr "%s az ignore már létezik\n" #, fuzzy, c-format -msgid "%s%s: cannot use SSL because WeeChat was not built with GnuTLS support" -msgstr "" -"%s nem sikerült SSL használattal kapcsolódni, mert a WeeChat GNUtls " -"támogatás nélkül lett fordítva\n" - -#, fuzzy, c-format msgid "%s%s: error: unknown protocol \"%s\"" msgstr "%s ismeretlen billentyűparancs \"%s\"\n" @@ -10365,19 +10351,6 @@ 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 "" -"automatikusan betöltendő modulok vesszővel elválasztott listája, \"*\" " -"esetén az összes fellelt modul (az elnevezés lehet részleges, például a " -"\"perl\" elegendő \"libperl.so\" helyett)" - 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 " @@ -10400,13 +10373,6 @@ 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)" @@ -10429,6 +10395,26 @@ msgid "" "content is evaluated, see /help eval)" 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 "" +"automatikusan betöltendő modulok vesszővel elválasztott listája, \"*\" " +"esetén az összes fellelt modul (az elnevezés lehet részleges, például a " +"\"perl\" elegendő \"libperl.so\" helyett)" + +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 "" "file with SSL certificate and private key (for serving clients with SSL)" msgstr "" |