diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-11-14 09:32:24 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-11-14 09:32:24 +0100 |
commit | b9c8569422e0c13d3dc51bffce6e72b7306cc23e (patch) | |
tree | d3b7869edb73f7d05f014c8219c098b5f5e695a3 /po/de.po | |
parent | b626df72fb7cdc9d9f23a0e5a81209faace87c0f (diff) | |
download | weechat-b9c8569422e0c13d3dc51bffce6e72b7306cc23e.zip |
trigger: add variable "${tg_trigger_name}" in command trigger evaluated strings (closes #1580)
${tg_trigger_name} is replaced by the trigger name in these command strings:
- description
- arguments
- description of arguments
- completion
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-11-14 09:19+0100\n" +"POT-Creation-Date: 2020-11-14 09:30+0100\n" "PO-Revision-Date: 2020-10-16 16:30+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" @@ -14634,6 +14634,7 @@ msgstr "" "<name>|-all [<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" @@ -14654,7 +14655,8 @@ msgid "" " print: buffer, tags, message, strip colors\n" " command: command (required), description, arguments, " "description of arguments, completion (all arguments except command are " -"evaluated, see /help eval)\n" +"evaluated, \"${tg_trigger_name}\" is replaced by the trigger name, see /help " +"eval)\n" " command_run: command(s) (required)\n" " timer: interval (required), align on second, max calls\n" " config: name(s) of option (required)\n" |