diff options
Diffstat (limited to 'po/hu.po')
-rw-r--r-- | po/hu.po | 142 |
1 files changed, 93 insertions, 49 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-04-05 21:03+0200\n" +"POT-Creation-Date: 2023-04-12 17:15+0200\n" "PO-Revision-Date: 2022-10-15 22:51+0200\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3754,7 +3754,7 @@ msgstr "aktuális szoba színe a státuszsorban" #, fuzzy msgid "" "text color for current buffer name in status bar, if data are secured with a " -"protocol like SSL" +"protocol like TLS" msgstr "aktuális szoba színe a státuszsorban" #, fuzzy @@ -3874,7 +3874,7 @@ msgstr "SSL használata a a kapcsolathoz" msgid "" "load system's default trusted certificate authorities on startup; this can " -"be turned off to save some memory only if you are not using SSL connections " +"be turned off to save some memory only if you are not using TLS connections " "at all" msgstr "" @@ -6136,14 +6136,14 @@ msgstr "" #, c-format msgid "" "%s%s: disconnecting from server because upgrade can't work for servers " -"connected via SSL" +"connected via TLS" msgstr "" #, c-format msgid "" -"%s%s: disconnected from %d server (SSL connection not supported with upgrade)" +"%s%s: disconnected from %d server (TLS connection not supported with upgrade)" msgid_plural "" -"%s%s: disconnected from %d servers (SSL connection not supported with " +"%s%s: disconnected from %d servers (TLS connection not supported with " "upgrade)" msgstr[0] "" msgstr[1] "" @@ -6461,6 +6461,10 @@ msgid "%s%s: unable to add server" msgstr "%s nem sikerült a szervert létrehozni\n" #, fuzzy, c-format +msgid "%s: server added: %s%s%s -> %s" +msgstr "A %s%s%s szerver létrehozva\n" + +#, fuzzy, c-format msgid "%s%s: server \"%s\" not found for \"%s\" command" msgstr "%s a \"%s\" szerver nem található a \"%s\" parancshoz\n" @@ -6767,14 +6771,15 @@ msgid "" " server: server name, which can be:\n" " - internal server name (added by /server add, recommended " "usage)\n" -" - hostname/port or IP/port, port is 6667 by default\n" +" - hostname/port or IP/port, port is 6697 by default for TLS, " +"6667 otherwise\n" " - URL with format: irc[6][s]://[nickname[:password]@]irc.example." "org[:port][/#channel1][,#channel2[...]]\n" " Note: for an address/IP/URL, a temporary server is added (NOT " "SAVED), see /help irc.look.temporary_servers\n" " option: set option for server (for boolean option, value can be " "omitted)\n" -" nooption: set boolean option to 'off' (for example: -nossl)\n" +" nooption: set boolean option to 'off' (for example: -notls)\n" " -all: connect to all servers defined in configuration\n" " -auto: connect to servers with autoconnect enabled\n" " -open: connect to all opened servers that are not currently connected\n" @@ -6786,10 +6791,10 @@ msgid "" "\n" "Examples:\n" " /connect libera\n" -" /connect irc.oftc.net/6667\n" -" /connect irc6.oftc.net/6667 -ipv6\n" -" /connect irc6.oftc.net/6697 -ipv6 -ssl\n" -" /connect my.server.org/6697 -ssl -password=test\n" +" /connect irc.oftc.net\n" +" /connect irc.oftc.net/6667 -notls\n" +" /connect irc6.oftc.net/9999 -ipv6\n" +" /connect my.server.org -password=test\n" " /connect irc://nick@irc.oftc.net/#channel\n" " /connect -switch" msgstr "" @@ -7554,11 +7559,11 @@ msgid "" " name: server name, for internal and display use; this name is used to " "connect to the server (/connect name) and to set server options: irc.server." "name.xxx\n" -"hostname: name or IP address of server, with optional port (default: 6667), " -"many addresses can be separated by a comma\n" +"hostname: name or IP address of server, with optional port (default: 6697 " +"for TLS, 6667 otherwise), many addresses can be separated by a comma\n" " -temp: add a temporary server (not saved)\n" " option: set option for server (for boolean option, value can be omitted)\n" -"nooption: set boolean option to 'off' (for example: -nossl)\n" +"nooption: set boolean option to 'off' (for example: -notls)\n" " copy: duplicate a server\n" " rename: rename a server\n" " reorder: reorder list of servers\n" @@ -7587,8 +7592,9 @@ msgid "" "Examples:\n" " /server listfull\n" " /server add libera irc.libera.chat\n" -" /server add libera irc.libera.chat/6697 -ssl -autoconnect\n" -" /server add chatspike irc.chatspike.net/6667,irc.duckspike.net/6667\n" +" /server add libera irc.libera.chat/6667 -notls -autoconnect\n" +" /server add chatspike irc.chatspike.net/6667,irc.duckspike.net/6667 -" +"notls\n" " /server copy libera libera-test\n" " /server rename libera-test libera2\n" " /server reorder libera2 libera\n" @@ -8057,12 +8063,14 @@ msgid "" "if disabled, only IPv4 is used" msgstr "" -msgid "use SSL for server communication" +#, fuzzy +#| msgid "use SSL for server communication" +msgid "use TLS for server communication" msgstr "SSL használata a a kapcsolathoz" #, fuzzy msgid "" -"SSL certificate file used to automatically identify your nick (path is " +"TLS certificate file used to automatically identify your nick (path is " "evaluated, see function string_eval_path_home in plugin API reference)" msgstr "" "modulok elérési útvonala ('%h' helyére automatikusan a WeeChat saját " @@ -8070,7 +8078,7 @@ msgstr "" #, fuzzy msgid "" -"password for SSL certificate's private key; only used with gnutls version >= " +"password for TLS certificate's private key; only used with gnutls version >= " "3.1.0 (note: content is evaluated, see /help eval; server options are " "evaluated with ${irc_server.xxx} and ${server} is replaced by the server " "name)" @@ -8093,12 +8101,12 @@ msgid "" "only hexadecimal digits are allowed (0-9, a-f): 128 chars for SHA-512, 64 " "chars for SHA-256, 40 chars for SHA-1 (insecure, not recommended); many " "fingerprints can be separated by commas; if this option is set, the other " -"checks on certificates are NOT performed (option \"ssl_verify\") (note: " +"checks on certificates are NOT performed (option \"tls_verify\") (note: " "content is evaluated, see /help eval; server options are evaluated with " "${irc_server.xxx} and ${server} is replaced by the server name)" msgstr "" -msgid "check that the SSL connection is fully trusted" +msgid "check that the TLS connection is fully trusted" msgstr "" #, fuzzy @@ -8126,7 +8134,7 @@ msgid "" "\"scram-sha-256\" for SCRAM authentication with SHA-256 digest algorithm, " "\"scram-sha-512\" for SCRAM authentication with SHA-512 digest algorithm, " "\"ecdsa-nist256p-challenge\" for key-based challenge authentication, " -"\"external\" for authentication using client side SSL certificate" +"\"external\" for authentication using client side TLS certificate" msgstr "" #, fuzzy @@ -8379,6 +8387,10 @@ msgstr "%s nincs elég memória az információs pult üzenethez\n" msgid "%s%s: error creating server option \"%s\"" msgstr "%s nincs elég memória az információs pult üzenethez\n" +#, c-format +msgid "IRC option renamed: \"irc.%s.%s\" => \"irc.%s.%s\"" +msgstr "" + msgid "" "open channel buffer before the JOIN is received from server when it is auto " "joined (with server option \"autojoin\"); this is useful to open channels " @@ -9697,6 +9709,27 @@ msgid "" "hexadecimal digits (0-9, a-f)" msgstr "" +#. TRANSLATORS: "temporary IRC server" +msgid "temporary" +msgstr "" + +#. TRANSLATORS: "fake IRC server" +msgid "fake" +msgstr "" + +msgid "TLS:" +msgstr "" + +#. TRANSLATORS: "TLS: enabled" +#, fuzzy +msgid "enabled" +msgstr "a felhasználók le lettek tiltva" + +#. TRANSLATORS: "TLS: disabled" +#, fuzzy +msgid "disabled" +msgstr "a felhasználók le lettek tiltva" + #, fuzzy, c-format msgid "%s%s: error when allocating new server" msgstr "%s az új szerver lefoglalása sikertelen\n" @@ -9813,7 +9846,7 @@ msgstr "%s gnutls kézfogás sikertelen\n" #, c-format msgid "" -"%s%s: you should play with option irc.server.%s.ssl_dhkey_size (current " +"%s%s: you should play with option irc.server.%s.tls_dhkey_size (current " "value is %d, try a lower value like %d or %d)" msgstr "" @@ -9862,7 +9895,7 @@ msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" #, c-format msgid "" "%sgnutls: certificate fingerprint does NOT match (check value of option irc." -"server.%s.ssl_fingerprint)" +"server.%s.tls_fingerprint)" msgstr "" #, fuzzy, c-format @@ -10942,13 +10975,13 @@ msgstr "" #, c-format msgid "" "%s%s: disconnecting from client %s%s%s because upgrade can't work for " -"clients connected via SSL" +"clients connected via TLS" msgstr "" #. TRANSLATORS: "%s" after "%d" is "client" or "clients" #, c-format msgid "" -"%s%s: disconnected from %d %s (SSL connection not supported with upgrade)" +"%s%s: disconnected from %d %s (TLS connection not supported with upgrade)" msgstr "" msgid "client" @@ -11006,8 +11039,8 @@ msgstr "%s adatküldési hiba az IRC szerveren\n" #, c-format msgid "" -"%s%s: warning: no SSL certificate/key found (option relay.network." -"ssl_cert_key)" +"%s%s: warning: no TLS certificate/key found (option relay.network." +"tls_cert_key)" msgstr "" #, fuzzy, c-format @@ -11096,7 +11129,7 @@ msgstr "" msgid "" "list|listfull|listrelay || add <name> <port>|<path> || del|start|restart|" -"stop <name> || raw || sslcertkey" +"stop <name> || raw || tlscertkey" msgstr "" msgid "" @@ -11114,14 +11147,14 @@ msgid "" " path: path used for relay (for UNIX domain socket only); path is " "evaluated (see function string_eval_path_home in plugin API reference)\n" " raw: open buffer with raw Relay data\n" -" sslcertkey: set SSL certificate/key using path in option relay.network." -"ssl_cert_key\n" +" tlscertkey: set TLS certificate/key using path in option relay.network." +"tls_cert_key\n" "\n" -"Relay name is: [ipv4.][ipv6.][ssl.]<protocol.name> or unix.[ssl.]<protocol." +"Relay name is: [ipv4.][ipv6.][tls.]<protocol.name> or unix.[tls.]<protocol." "name>\n" " ipv4: force use of IPv4\n" " ipv6: force use of IPv6\n" -" ssl: enable SSL\n" +" tls: enable TLS\n" " unix: use UNIX domain socket\n" "protocol.name: protocol and name to relay:\n" " - protocol \"irc\": name is the server to share (optional, " @@ -11139,20 +11172,20 @@ msgid "" "Examples:\n" " irc proxy, for server \"libera\":\n" " /relay add irc.libera 8000\n" -" irc proxy, for server \"libera\", with SSL:\n" -" /relay add ssl.irc.libera 8001\n" -" irc proxy, for all servers (client will choose), with SSL:\n" -" /relay add ssl.irc 8002\n" +" irc proxy, for server \"libera\", with TLS:\n" +" /relay add tls.irc.libera 8001\n" +" irc proxy, for all servers (client will choose), with TLS:\n" +" /relay add tls.irc 8002\n" " weechat protocol:\n" " /relay add weechat 9000\n" -" weechat protocol with SSL:\n" -" /relay add ssl.weechat 9001\n" -" weechat protocol with SSL, using only IPv4:\n" -" /relay add ipv4.ssl.weechat 9001\n" -" weechat protocol with SSL, using only IPv6:\n" -" /relay add ipv6.ssl.weechat 9001\n" -" weechat protocol with SSL, using IPv4 + IPv6:\n" -" /relay add ipv4.ipv6.ssl.weechat 9001\n" +" weechat protocol with TLS:\n" +" /relay add tls.weechat 9001\n" +" weechat protocol with TLS, using only IPv4:\n" +" /relay add ipv4.tls.weechat 9001\n" +" weechat protocol with TLS, using only IPv6:\n" +" /relay add ipv6.tls.weechat 9001\n" +" weechat protocol with TLS, using IPv4 + IPv6:\n" +" /relay add ipv4.ipv6.tls.weechat 9001\n" " weechat protocol over UNIX domain socket:\n" " /relay add unix.weechat ${weechat_runtime_dir}/relay_socket" msgstr "" @@ -11210,6 +11243,14 @@ msgstr "" msgid "port for relay" msgstr "Nincs szerver.\n" +#, c-format +msgid "Relay option renamed: \"relay.network.%s\" => \"relay.network.%s\"" +msgstr "" + +#, c-format +msgid "Relay option renamed: \"relay.%s.%s\" => \"relay.%s.%s\"" +msgstr "" + msgid "auto open relay buffer when a new client is connecting" msgstr "" @@ -11327,11 +11368,14 @@ msgid "" "not be too high if your CPU is slow" msgstr "" +#, fuzzy msgid "" -"file with SSL certificate and private key (for serving clients with SSL) " +"file with TLS certificate and private key (for serving clients with TLS) " "(path is evaluated, see function string_eval_path_home in plugin API " "reference)" msgstr "" +"modulok elérési útvonala ('%h' helyére automatikusan a WeeChat saját " +"könyvtára, alapértelmezésben ~/.weechat, kerül)" msgid "" "secret for the generation of the Time-based One-Time Password (TOTP), " @@ -11415,11 +11459,11 @@ msgid "relay pointer (optional)" msgstr "" #, fuzzy, c-format -msgid "%s: SSL certificate and key have been set" +msgid "%s: TLS certificate and key have been set" msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" #, fuzzy, c-format -msgid "%s%s: unable to initialize priority for SSL" +msgid "%s%s: unable to initialize priority for TLS" msgstr "%s nem sikerült a modult betölteni \"%s\"\n" #, fuzzy |