diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-24 17:08:52 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-24 21:04:52 +0200 |
commit | 22a7e188422cd1d378497672a4dd18fb386c3509 (patch) | |
tree | ba72ac8cd97e792a50247208ff6fdb38a31771d2 /po/hu.po | |
parent | 51123b755dc09efad22abe9a8b5d9a03f4ae13ee (diff) | |
download | weechat-22a7e188422cd1d378497672a4dd18fb386c3509.zip |
irc: add support of capability "message-tags" (closes #1654)
Diffstat (limited to 'po/hu.po')
-rw-r--r-- | po/hu.po | 129 |
1 files changed, 65 insertions, 64 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-06-19 18:14+0200\n" +"POT-Creation-Date: 2021-06-24 21:03+0200\n" "PO-Revision-Date: 2021-05-25 18:28+0200\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3950,14 +3950,6 @@ msgstr "" msgid "password for proxy server (note: content is evaluated, see /help eval)" msgstr "" -msgid "secured data" -msgstr "" - -msgid "" -"secured data: names and values (be careful: the values are sensitive data: " -"do NOT print/log them anywhere)" -msgstr "" - msgid "WeeChat secured data (sec.conf) | Keys: [alt-v] Toggle values" msgstr "" @@ -3979,6 +3971,14 @@ msgstr "" msgid "No secured data set" msgstr "" +msgid "secured data" +msgstr "" + +msgid "" +"secured data: names and values (be careful: the values are sensitive data: " +"do NOT print/log them anywhere)" +msgstr "" + msgid "Please enter your passphrase to decrypt the data secured by WeeChat:" msgstr "" @@ -4869,6 +4869,10 @@ msgid "" " reset: reset charsets for current buffer" msgstr "" +#, fuzzy +msgid "Executed commands" +msgstr "%s belső parancsok:\n" + msgid "Execution of external commands in WeeChat" msgstr "" @@ -4880,10 +4884,6 @@ msgstr "" msgid "%s: unexpected end of command %ld (\"%s\")" msgstr "" -#, fuzzy -msgid "Executed commands" -msgstr "%s belső parancsok:\n" - msgid "No command is running" msgstr "" @@ -5177,6 +5177,9 @@ msgid "" "format, (q)=close buffer" msgstr "" +msgid "Fast set of WeeChat and plugins options" +msgstr "" + #, c-format msgid "%s%s: there are no options displayed, unable to export." msgstr "" @@ -5730,9 +5733,6 @@ msgstr "" msgid "fset options" msgstr "konfigurációs paraméterek beállítása" -msgid "Fast set of WeeChat and plugins options" -msgstr "" - #, fuzzy, c-format msgid "%s%s: script \"%s\" already registered (register ignored)" msgstr "%s a \"%s\" szerver már létezik, nem hozhatja létre!\n" @@ -6300,8 +6300,8 @@ msgid "" "Without argument, \"ls\" and \"list\" are sent.\n" "\n" "Capabilities supported by WeeChat are: account-notify, away-notify, cap-" -"notify, chghost, extended-join, invite-notify, multi-prefix, server-time, " -"setname, userhost-in-names.\n" +"notify, chghost, extended-join, invite-notify, message-tags, multi-prefix, " +"server-time, setname, userhost-in-names.\n" "\n" "The capabilities to automatically enable on servers can be set in option irc." "server_default.capabilities (or by server in option irc.server.xxx." @@ -8492,11 +8492,12 @@ msgstr "" #. TRANSLATORS: please do not translate key names (enclosed by quotes) msgid "" -"\"tags\": tags, \"message_without_tags\": message without the tags, \"nick" -"\": nick, \"user\": user, \"host\": host, \"command\": command, \"channel\": " -"channel, \"arguments\": arguments (includes channel), \"text\": text (for " -"example user message), \"pos_command\": index of \"command\" message (\"-1\" " -"if \"command\" was not found), \"pos_arguments\": index of \"arguments\" " +"\"tags\": tags, \"tag_xxx\": unescaped value of tag \"xxx\" (one key per " +"tag), \"message_without_tags\": message without the tags, \"nick\": nick, " +"\"user\": user, \"host\": host, \"command\": command, \"channel\": channel, " +"\"arguments\": arguments (includes channel), \"text\": text (for example " +"user message), \"pos_command\": index of \"command\" message (\"-1\" if " +"\"command\" was not found), \"pos_arguments\": index of \"arguments\" " "message (\"-1\" if \"arguments\" was not found), \"pos_channel\": index of " "\"channel\" message (\"-1\" if \"channel\" was not found), \"pos_text\": " "index of \"text\" message (\"-1\" if \"text\" was not found)" @@ -9425,30 +9426,6 @@ msgstr "%s: Újracsatlakozás a szerverhez...\n" msgid "%s%s: disconnected from server" msgstr "Lekapcsolódott a szerverről!\n" -#, fuzzy, c-format -msgid "%s%s: exception: %s" -msgstr "%s[%s%s%s] %s%s%s kitiltva\n" - -#, fuzzy, c-format -msgid "%s%s: unable to run function \"%s\"" -msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" - -#, fuzzy, c-format -msgid "%s%s: unable to create new sub-interpreter" -msgstr "%s nem sikerült a szervert létrehozni\n" - -#, fuzzy, c-format -msgid "%s%s: unable to load file \"%s\"" -msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" - -#, fuzzy, c-format -msgid "%s%s: unable to execute file \"%s\"" -msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" - -#, c-format -msgid "%sCommand \"/%s eval\" is not yet implemented" -msgstr "" - #, c-format msgid "%s===\t%s========== End of backlog (%d lines) ==========" msgstr "" @@ -9647,6 +9624,14 @@ msgid "Support of lua scripts" msgstr "Aliaszok listája:\n" #, fuzzy, c-format +msgid "%s%s: unable to run function \"%s\"" +msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" + +#, fuzzy, c-format +msgid "%s%s: unable to create new sub-interpreter" +msgstr "%s nem sikerült a szervert létrehozni\n" + +#, fuzzy, c-format msgid "%s%s: unable to redirect stdout and stderr" msgstr "%s nem sikerült a szervert létrehozni\n" @@ -9655,9 +9640,17 @@ msgid "%s%s: unable to load source code" msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" #, fuzzy, c-format +msgid "%s%s: unable to load file \"%s\"" +msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" + +#, fuzzy, c-format msgid "%s%s: unable to execute source code" msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" +#, fuzzy, c-format +msgid "%s%s: unable to execute file \"%s\"" +msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" + #, fuzzy msgid "Support of perl scripts" msgstr "Aliaszok listája:\n" @@ -9686,6 +9679,10 @@ msgstr "%s nem sikerült a modult betölteni \"%s\"\n" msgid "Support of PHP scripts" msgstr "Aliaszok listája:\n" +#, c-format +msgid "%sCommand \"/%s eval\" is not yet implemented" +msgstr "" + msgid "bar" msgstr "" @@ -10166,19 +10163,6 @@ msgstr "Betöltött modulok:\n" msgid "description of plugin option" msgstr "" -msgid "" -"check the license of scripts when they are loaded: if the license is " -"different from the plugin license, a warning is displayed" -msgstr "" - -#, c-format -msgid "" -"keep context between two calls to the source code evaluation (option \"eval" -"\" of script command or info \"%s_eval\"); a hidden script is used to eval " -"script code; if this option is disabled, this hidden script is unloaded " -"after each eval: this uses less memory, but is slower" -msgstr "" - #, fuzzy msgid "list/load/unload scripts" msgstr "modulok listázása/betöltése/eltávolítása" @@ -10302,6 +10286,19 @@ msgstr "(ismeretlen)" msgid "%s: scripts unloaded" msgstr "A \"%s\" modul eltávolítva.\n" +msgid "" +"check the license of scripts when they are loaded: if the license is " +"different from the plugin license, a warning is displayed" +msgstr "" + +#, c-format +msgid "" +"keep context between two calls to the source code evaluation (option \"eval" +"\" of script command or info \"%s_eval\"); a hidden script is used to eval " +"script code; if this option is disabled, this hidden script is unloaded " +"after each eval: this uses less memory, but is slower" +msgstr "" + #, fuzzy, c-format msgid "" "%s%s: unable to call function \"%s\", script is not initialized (script: %s)" @@ -11766,6 +11763,10 @@ msgstr "%s nem sikerült a szervert létrehozni\n" msgid "%s%s: error occurred while parsing file \"%s\": %s" msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" +#, c-format +msgid "Trigger monitor (filter: %s) | Input: q=close, words=filter" +msgstr "" + msgid "" "Text replacement and command execution on events triggered by WeeChat/plugins" msgstr "" @@ -11778,10 +11779,6 @@ msgstr "%s ismeretlen opció a \"%s\" parancsnak\n" msgid "%s%s: invalid regular expression in trigger: \"%s\"" msgstr "%s nincs elég memória az információs pult üzenethez\n" -#, c-format -msgid "Trigger monitor (filter: %s) | Input: q=close, words=filter" -msgstr "" - #, fuzzy msgid "no variable" msgstr " . típus: szám\n" @@ -12636,3 +12633,7 @@ msgstr "%s hiányzó argumentum a(z) \"%s\" opciónak\n" #, fuzzy, c-format msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s DCC: nem sikerült kapcsolódni a küldőhöz\n" + +#, fuzzy, c-format +#~ msgid "%s%s: exception: %s" +#~ msgstr "%s[%s%s%s] %s%s%s kitiltva\n" |