diff --git a/doc/de/autogen/user/trigger_commands.adoc b/doc/de/autogen/user/trigger_commands.adoc index 98e0f5274..d757b9149 100644 --- a/doc/de/autogen/user/trigger_commands.adoc +++ b/doc/de/autogen/user/trigger_commands.adoc @@ -40,7 +40,7 @@ listdefault: zeigt die standardmäßig genutzen Trigger an focus: Name(n) für sichtbaren Bereich (erforderlich) (z.B. "chat" für Chatbereich) conditions: evaluierte Bedingungen für den Trigger regex: einer oder mehrere reguläre Ausdrücke um Zeichenketten in Variablen zu ersetzen - command: Befehl welcher ausgeführt werden soll (mehrere Befehle müssen durch ";" voneinander getrennt werden + command: Befehl welcher ausgeführt werden soll (mehrere Befehle müssen durch ";" voneinander getrennt werden) return_code: Rückgabewert für Callback (ok (standard), ok_eat, error) post_action: Aktion welche nach der Abarbeitung des Triggers ausgeführt werden soll (none (Standardwert), disable, delete) addinput: erstellt einen Trigger mit einer standardmäßigen Mustervorlage diff --git a/doc/en/autogen/user/trigger_commands.adoc b/doc/en/autogen/user/trigger_commands.adoc index 006221753..de16fba34 100644 --- a/doc/en/autogen/user/trigger_commands.adoc +++ b/doc/en/autogen/user/trigger_commands.adoc @@ -40,7 +40,7 @@ listdefault: list default triggers focus: name(s) of area (required) conditions: evaluated conditions for the trigger regex: one or more regular expressions to replace strings in variables - command: command to execute (many commands can be separated by ";" + command: command to execute (many commands can be separated by ";") return_code: return code in callback (ok (default), ok_eat, error) post_action: action to take after execution (none (default), disable, delete) addinput: set input with default arguments to create a trigger diff --git a/doc/it/autogen/user/trigger_commands.adoc b/doc/it/autogen/user/trigger_commands.adoc index 006221753..de16fba34 100644 --- a/doc/it/autogen/user/trigger_commands.adoc +++ b/doc/it/autogen/user/trigger_commands.adoc @@ -40,7 +40,7 @@ listdefault: list default triggers focus: name(s) of area (required) conditions: evaluated conditions for the trigger regex: one or more regular expressions to replace strings in variables - command: command to execute (many commands can be separated by ";" + command: command to execute (many commands can be separated by ";") return_code: return code in callback (ok (default), ok_eat, error) post_action: action to take after execution (none (default), disable, delete) addinput: set input with default arguments to create a trigger diff --git a/doc/pl/autogen/user/trigger_commands.adoc b/doc/pl/autogen/user/trigger_commands.adoc index bb48191e9..4b9f7eed2 100644 --- a/doc/pl/autogen/user/trigger_commands.adoc +++ b/doc/pl/autogen/user/trigger_commands.adoc @@ -40,7 +40,7 @@ listdefault: lista domyślnych triggerów focus: nazwa(-y) obszarów (wymagane) warunki: przetwarzane warunki dla triggera regex: jedno lub więcej wyrażeń regularnych do zastępowania ciągów w zmiennych - komenda: komenda do wykonania (wiele komend można oddzielić ";" + komenda: komenda do wykonania (wiele komend można oddzielić ";") zwracany_kod: kod zwracany w callbacku (ok (domyślne), ok_eat, error) post_action: akcja do wykonania po zakończeniu (none (domylślne), disable, delete) addinput: ustawia wejście z domyślnymi argumentami do stworzenia triggera diff --git a/po/cs.po b/po/cs.po index 911feff76..c5d5745b8 100644 --- a/po/cs.po +++ b/po/cs.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-11-11 08:21+0100\n" +"POT-Creation-Date: 2017-11-15 07:20+0100\n" "PO-Revision-Date: 2017-10-17 20:12+0200\n" "Last-Translator: Ondřej Súkup \n" "Language-Team: weechat-dev \n" @@ -11678,7 +11678,7 @@ msgid "" " conditions: evaluated conditions for the trigger\n" " regex: one or more regular expressions to replace strings in " "variables\n" -" command: command to execute (many commands can be separated by \";\"\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" diff --git a/po/de.po b/po/de.po index 5632fdad1..f7231561d 100644 --- a/po/de.po +++ b/po/de.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-11-11 08:21+0100\n" -"PO-Revision-Date: 2017-11-11 08:49+0100\n" +"POT-Creation-Date: 2017-11-15 07:20+0100\n" +"PO-Revision-Date: 2017-11-15 07:22+0100\n" "Last-Translator: Nils Görs \n" "Language-Team: German \n" "Language: de\n" @@ -13558,7 +13558,7 @@ msgid "" " conditions: evaluated conditions for the trigger\n" " regex: one or more regular expressions to replace strings in " "variables\n" -" command: command to execute (many commands can be separated by \";\"\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" @@ -13649,7 +13649,7 @@ msgstr "" " regex: einer oder mehrere reguläre Ausdrücke um Zeichenketten in " "Variablen zu ersetzen\n" " command: Befehl welcher ausgeführt werden soll (mehrere Befehle müssen " -"durch \";\" voneinander getrennt werden\n" +"durch \";\" voneinander getrennt werden)\n" "return_code: Rückgabewert für Callback (ok (standard), ok_eat, error)\n" "post_action: Aktion welche nach der Abarbeitung des Triggers ausgeführt " "werden soll (none (Standardwert), disable, delete)\n" diff --git a/po/es.po b/po/es.po index dd4b35dd4..b7ed7f1fe 100644 --- a/po/es.po +++ b/po/es.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-11-11 08:21+0100\n" +"POT-Creation-Date: 2017-11-15 07:20+0100\n" "PO-Revision-Date: 2017-10-17 20:12+0200\n" "Last-Translator: Elián Hanisch \n" "Language-Team: weechat-dev \n" @@ -11950,7 +11950,7 @@ msgid "" " conditions: evaluated conditions for the trigger\n" " regex: one or more regular expressions to replace strings in " "variables\n" -" command: command to execute (many commands can be separated by \";\"\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" diff --git a/po/fr.po b/po/fr.po index 4a4797f8a..3f598ebb7 100644 --- a/po/fr.po +++ b/po/fr.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-11-11 08:21+0100\n" -"PO-Revision-Date: 2017-11-11 08:25+0100\n" +"POT-Creation-Date: 2017-11-15 07:20+0100\n" +"PO-Revision-Date: 2017-11-15 07:21+0100\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" "Language: fr\n" @@ -13279,7 +13279,7 @@ msgid "" " conditions: evaluated conditions for the trigger\n" " regex: one or more regular expressions to replace strings in " "variables\n" -" command: command to execute (many commands can be separated by \";\"\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" diff --git a/po/hu.po b/po/hu.po index 9dcd1327e..af177ba54 100644 --- a/po/hu.po +++ b/po/hu.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-11-11 08:21+0100\n" +"POT-Creation-Date: 2017-11-15 07:20+0100\n" "PO-Revision-Date: 2017-10-17 20:14+0200\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -10967,7 +10967,7 @@ msgid "" " conditions: evaluated conditions for the trigger\n" " regex: one or more regular expressions to replace strings in " "variables\n" -" command: command to execute (many commands can be separated by \";\"\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" diff --git a/po/it.po b/po/it.po index 635d59267..2023fea3b 100644 --- a/po/it.po +++ b/po/it.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-11-11 08:21+0100\n" +"POT-Creation-Date: 2017-11-15 07:20+0100\n" "PO-Revision-Date: 2017-10-17 20:14+0200\n" "Last-Translator: Esteban I. Ruiz Moreno \n" "Language-Team: weechat-dev \n" @@ -12174,7 +12174,7 @@ msgid "" " conditions: evaluated conditions for the trigger\n" " regex: one or more regular expressions to replace strings in " "variables\n" -" command: command to execute (many commands can be separated by \";\"\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" diff --git a/po/ja.po b/po/ja.po index d3fd1aee0..674068def 100644 --- a/po/ja.po +++ b/po/ja.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-11-11 08:21+0100\n" -"PO-Revision-Date: 2017-10-29 06:50+0100\n" +"POT-Creation-Date: 2017-11-15 07:20+0100\n" +"PO-Revision-Date: 2017-11-15 07:22+0100\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese \n" @@ -12790,7 +12790,7 @@ msgid "" " conditions: evaluated conditions for the trigger\n" " regex: one or more regular expressions to replace strings in " "variables\n" -" command: command to execute (many commands can be separated by \";\"\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" diff --git a/po/pl.po b/po/pl.po index 0e286c0ce..4dbfa8901 100644 --- a/po/pl.po +++ b/po/pl.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-11-11 08:21+0100\n" -"PO-Revision-Date: 2017-10-29 06:51+0100\n" +"POT-Creation-Date: 2017-11-15 07:20+0100\n" +"PO-Revision-Date: 2017-11-15 07:23+0100\n" "Last-Translator: Krzysztof Korościk \n" "Language-Team: weechat-dev \n" "Language: pl\n" @@ -12828,7 +12828,7 @@ msgid "" " conditions: evaluated conditions for the trigger\n" " regex: one or more regular expressions to replace strings in " "variables\n" -" command: command to execute (many commands can be separated by \";\"\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" @@ -12915,7 +12915,7 @@ msgstr "" " warunki: przetwarzane warunki dla triggera\n" " regex: jedno lub więcej wyrażeń regularnych do zastępowania ciągów w " "zmiennych\n" -" komenda: komenda do wykonania (wiele komend można oddzielić \";\"\n" +" komenda: komenda do wykonania (wiele komend można oddzielić \";\")\n" "zwracany_kod: kod zwracany w callbacku (ok (domyślne), ok_eat, error)\n" "post_action: akcja do wykonania po zakończeniu (none (domylślne), disable, " "delete)\n" diff --git a/po/pt.po b/po/pt.po index d0b599672..d05914776 100644 --- a/po/pt.po +++ b/po/pt.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-11-11 08:21+0100\n" -"PO-Revision-Date: 2017-10-29 06:51+0100\n" +"POT-Creation-Date: 2017-11-15 07:20+0100\n" +"PO-Revision-Date: 2017-11-15 07:24+0100\n" "Last-Translator: Vasco Almeida \n" "Language-Team: Portuguese <>\n" "Language: pt\n" @@ -12710,7 +12710,7 @@ msgid "" " conditions: evaluated conditions for the trigger\n" " regex: one or more regular expressions to replace strings in " "variables\n" -" command: command to execute (many commands can be separated by \";\"\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" @@ -12797,7 +12797,7 @@ msgstr "" " condições: condições avaliadas pelo acionador\n" " regex: uma ou mais expressões regulares para substituir as cadeias em " "variáveis\n" -" comando: comando a executar (pode separar vários comandos por \";\"\n" +" comando: comando a executar (pode separar vários comandos por \";\")\n" "cód_retorno: código de retorno da callback (ok (por omissão), ok_eat, " "error)\n" " ação_post: ação a tomar depois da execução (none (predefinição), disable, " diff --git a/po/pt_BR.po b/po/pt_BR.po index 96ebbc55d..4dbdfb098 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-11-11 08:21+0100\n" +"POT-Creation-Date: 2017-11-15 07:20+0100\n" "PO-Revision-Date: 2017-10-17 20:14+0200\n" "Last-Translator: Eduardo Elias \n" "Language-Team: weechat-dev \n" @@ -11453,7 +11453,7 @@ msgid "" " conditions: evaluated conditions for the trigger\n" " regex: one or more regular expressions to replace strings in " "variables\n" -" command: command to execute (many commands can be separated by \";\"\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" diff --git a/po/ru.po b/po/ru.po index 2347e63a3..beb819129 100644 --- a/po/ru.po +++ b/po/ru.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-11-11 08:21+0100\n" +"POT-Creation-Date: 2017-11-15 07:20+0100\n" "PO-Revision-Date: 2017-10-17 20:14+0200\n" "Last-Translator: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" @@ -11002,7 +11002,7 @@ msgid "" " conditions: evaluated conditions for the trigger\n" " regex: one or more regular expressions to replace strings in " "variables\n" -" command: command to execute (many commands can be separated by \";\"\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" diff --git a/po/tr.po b/po/tr.po index b36d3720d..24de8c013 100644 --- a/po/tr.po +++ b/po/tr.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-11-11 08:21+0100\n" +"POT-Creation-Date: 2017-11-15 07:20+0100\n" "PO-Revision-Date: 2017-06-26 23:33+0200\n" "Last-Translator: Hasan Kiran \n" "Language-Team: weechat-dev \n" @@ -10021,7 +10021,7 @@ msgid "" " conditions: evaluated conditions for the trigger\n" " regex: one or more regular expressions to replace strings in " "variables\n" -" command: command to execute (many commands can be separated by \";\"\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" diff --git a/po/weechat.pot b/po/weechat.pot index a6610c9cd..3bdb7b5f6 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-11-11 08:21+0100\n" +"POT-Creation-Date: 2017-11-15 07:20+0100\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" @@ -9892,7 +9892,7 @@ msgid "" " conditions: evaluated conditions for the trigger\n" " regex: one or more regular expressions to replace strings in " "variables\n" -" command: command to execute (many commands can be separated by \";\"\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" diff --git a/src/plugins/trigger/trigger-command.c b/src/plugins/trigger/trigger-command.c index 2e49a5478..89df7b508 100644 --- a/src/plugins/trigger/trigger-command.c +++ b/src/plugins/trigger/trigger-command.c @@ -1171,7 +1171,7 @@ trigger_command_init () " regex: one or more regular expressions to replace strings " "in variables\n" " command: command to execute (many commands can be separated by " - "\";\"\n" + "\";\")\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"