diff options
Diffstat (limited to 'po/hu.po')
-rw-r--r-- | po/hu.po | 28 |
1 files changed, 22 insertions, 6 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-07-29 10:01+0200\n" +"POT-Creation-Date: 2016-08-09 21:29+0200\n" "PO-Revision-Date: 2016-05-18 07:43+0200\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -9917,6 +9917,10 @@ msgstr "%s a(z) \"%s\" érvénytelen reguláris kifejezés (%s)\n" msgid "%s%s: invalid return code: \"%s\"" msgstr "%s nem sikerült a(z) \"%s\" billentyűparancsot visszavonni\n" +#, fuzzy, c-format +msgid "%s%s: invalid post action \"%s\"" +msgstr "%s nem sikerült a(z) \"%s\" billentyűparancsot visszavonni\n" + #, c-format msgid "" "%s%s: trigger \"%s\" already exists (choose another name or use option " @@ -9992,11 +9996,11 @@ msgstr "" msgid "" "list|listfull|listdefault || add|addoff|addreplace <name> <hook> " "[\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>" -"\" [\"<return_code>\"]]]]] || addinput [<hook>] || input|output|recreate " -"<name> || set <name> <option> <value> || rename|copy <name> <new_name> || " -"enable|disable|toggle [<name>|-all [<name>...]] || restart <name>|-all " -"[<name>...] || show <name> || del <name>|-all [<name>...] || restore <name> " -"[<name>...] || default -yes || monitor [<filter>]" +"\" [\"<return_code>\" [\"<post_action>\"]]]]]] || addinput [<hook>] || input|" +"output|recreate <name> || set <name> <option> <value> || rename|copy <name> " +"<new_name> || enable|disable|toggle [<name>|-all [<name>...]] || restart " +"<name>|-all [<name>...] || show <name> || del <name>|-all [<name>...] || " +"restore <name> [<name>...] || default -yes || monitor [<filter>]" msgstr "" msgid "" @@ -10026,6 +10030,8 @@ msgid "" "variables\n" " command: command to execute (many commands can be separated by \";\"\n" "return_code: return code in callback (ok (default), ok_eat, error)\n" +"post_action: action to take after execution (none (default), disable, " +"delete)\n" " addinput: set input with default arguments to create a trigger\n" " input: set input with the command used to create the trigger\n" " output: send the command to create the trigger on the buffer\n" @@ -10125,6 +10131,9 @@ msgstr "%s belső parancsok:\n" msgid "default return codes for hook callback" msgstr "információs pult szövegének színe" +msgid "trigger post actions" +msgstr "" + #, c-format msgid "" "%s%s: invalid format for option \"regex\", see /help trigger.trigger.%s.regex" @@ -10175,6 +10184,9 @@ msgid "" "error can be used efficiently)" msgstr "" +msgid "action to take on the trigger after execution" +msgstr "" + msgid "enable trigger support" msgstr "" @@ -10198,6 +10210,10 @@ msgid "text color for return code flag (in /trigger list)" msgstr "név színe" #, fuzzy +msgid "text color for post action flag (in /trigger list)" +msgstr "kilépési nyíl színe" + +#, fuzzy msgid "text color for regular expressions" msgstr "belépési nyíl színe" |