diff options
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 28 |
1 files changed, 22 insertions, 6 deletions
@@ -21,7 +21,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: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -9953,6 +9953,10 @@ msgstr "%s \"%s\" не является регулярным выражение msgid "%s%s: invalid return code: \"%s\"" msgstr "%s не могу отвязать клавишу \"%s\"\n" +#, fuzzy, c-format +msgid "%s%s: invalid post action \"%s\"" +msgstr "%s не могу отвязать клавишу \"%s\"\n" + #, c-format msgid "" "%s%s: trigger \"%s\" already exists (choose another name or use option " @@ -10027,11 +10031,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 "" @@ -10061,6 +10065,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" @@ -10160,6 +10166,9 @@ msgstr "Внутренние команды %s:\n" msgid "default return codes for hook callback" msgstr "цвет текста информационной панели" +msgid "trigger post actions" +msgstr "" + #, c-format msgid "" "%s%s: invalid format for option \"regex\", see /help trigger.trigger.%s.regex" @@ -10210,6 +10219,9 @@ msgid "" "error can be used efficiently)" msgstr "" +msgid "action to take on the trigger after execution" +msgstr "" + msgid "enable trigger support" msgstr "" @@ -10233,6 +10245,10 @@ msgid "text color for return code flag (in /trigger list)" msgstr "цвет ника" #, fuzzy +msgid "text color for post action flag (in /trigger list)" +msgstr "цвет действий в поле ввода" + +#, fuzzy msgid "text color for regular expressions" msgstr "цвет стрелки захода на канал (префикс)" |