diff options
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 30 |
1 files changed, 24 insertions, 6 deletions
@@ -23,7 +23,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-07-30 10:29+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <>\n" @@ -12059,6 +12059,10 @@ msgstr "%s%s: ungültiger regulärer Ausdruck (Kompilat fehlgeschlagen)" msgid "%s%s: invalid return code: \"%s\"" msgstr "%s%s: ungültiger Rückgabewert: \"%s\"" +#, fuzzy, c-format +msgid "%s%s: invalid post action \"%s\"" +msgstr "%s%s: ungültiger Rückgabewert: \"%s\"" + #, c-format msgid "" "%s%s: trigger \"%s\" already exists (choose another name or use option " @@ -12132,14 +12136,15 @@ msgstr "" msgid "manage triggers, the Swiss Army knife for WeeChat" msgstr "verwaltet Trigger, das Schweizer Armeemesser für WeeChat" +#, fuzzy 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 "" "list|listfull|listdefault || add|addoff|addreplace <name> <hook> " "[\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>" @@ -12149,6 +12154,7 @@ msgstr "" "[<name>...] || show <name> || del <name>|-all [<name>...] || restore <name> " "[<name>...] || default -yes || monitor [<filter>]" +#, fuzzy msgid "" " list: list triggers (without argument, this list is displayed)\n" " listfull: list triggers with detailed info for each trigger\n" @@ -12176,6 +12182,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" @@ -12360,6 +12368,9 @@ msgstr "Standardbefehl für einen Hook" msgid "default return codes for hook callback" msgstr "Standardrückgabewerte für einen Hook-Callback" +msgid "trigger post actions" +msgstr "" + #, c-format msgid "" "%s%s: invalid format for option \"regex\", see /help trigger.trigger.%s.regex" @@ -12437,6 +12448,9 @@ msgstr "" "Rückgabewert für Hook-Callback (siehe API Dokumentation um zu erfahren, wann " "es sinnvoll ist ok_eat/error zu nutzen)" +msgid "action to take on the trigger after execution" +msgstr "" + msgid "enable trigger support" msgstr "Triggerunterstützung einschalten" @@ -12456,6 +12470,10 @@ msgstr "Textfarbe für Regex-Flag (in /trigger list)" msgid "text color for return code flag (in /trigger list)" msgstr "Textfarbe für Rückgabewert-Flag (in /trigger list)" +#, fuzzy +msgid "text color for post action flag (in /trigger list)" +msgstr "Textfarbe für Bedingungen-Flag (in /trigger list)" + msgid "text color for regular expressions" msgstr "Textfarbe für reguläre Ausdrücke" |