mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 00:33:13 +02:00
trigger: fix typo in /help trigger
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 <mimi.vx@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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"
|
||||
|
||||
@@ -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 <weechatter@arcor.de>\n"
|
||||
"Language-Team: German <kde-i18n-de@kde.org>\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"
|
||||
|
||||
@@ -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 <lambdae2@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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"
|
||||
|
||||
@@ -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 <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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"
|
||||
|
||||
@@ -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 <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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"
|
||||
|
||||
@@ -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 <exio4.com@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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"
|
||||
|
||||
@@ -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 <i38w7i3@yahoo.co.jp>\n"
|
||||
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
|
||||
"translation/ja_JP>\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"
|
||||
|
||||
@@ -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 <soltys@soltys.info>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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"
|
||||
|
||||
@@ -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 <vascomalmeida@sapo.pt>\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, "
|
||||
|
||||
+2
-2
@@ -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 <camponez@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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"
|
||||
|
||||
@@ -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 <ixti@member.fsf.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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"
|
||||
|
||||
@@ -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 <sunder67@hotmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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"
|
||||
|
||||
+2
-2
@@ -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 <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user