diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-15 15:08:49 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-15 15:08:49 +0100 |
commit | fff24d0a232d5277ec92368e563b6ca481e589fe (patch) | |
tree | 367974cbcb89114838792364b33c5fa65603a47a /doc/de/weechat_user.de.txt | |
parent | c92b186e01bc689dd8e9ef3950a97474605f980a (diff) | |
download | weechat-fff24d0a232d5277ec92368e563b6ca481e589fe.zip |
core: update translations
Diffstat (limited to 'doc/de/weechat_user.de.txt')
-rw-r--r-- | doc/de/weechat_user.de.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/de/weechat_user.de.txt b/doc/de/weechat_user.de.txt index 7e44f280d..cabf0d266 100644 --- a/doc/de/weechat_user.de.txt +++ b/doc/de/weechat_user.de.txt @@ -1961,6 +1961,34 @@ Um sich alle genutzten Zeichensätze anzeigen zu lassen wird folgender Befehl ge sollten Probleme bei der Zeichensatzdarstellung auftreten dann werfen Sie bitte einen Blick in die 'WeeChat FAQ'. +// TRANSLATION MISSING +[[exec_plugin]] +=== Exec plugin + +The `/exec` command lets you execute external commands inside WeeChat and +display the output locally, or send it to a buffer. + +[[exec_options]] +==== Options (exec.conf) + +Sections: + +[width="100%",cols="3m,6m,16",options="header"] +|=== +| Section | Control command | Description +| command | /set exec.command.* | Options for commands +| color | /set exec.color.* | Colors +|=== + +Options: + +include::autogen/user/exec_options.txt[] + +[[exec_commands]] +==== Commands + +include::autogen/user/exec_commands.txt[] + [[fifo_plugin]] === Fifo Erweiterung |