diff options
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-15 19:36+0100\n" +"POT-Creation-Date: 2014-03-16 09:34+0100\n" "PO-Revision-Date: 2014-03-15 19:39+0100\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <weechatter@arcor.de>\n" @@ -5325,12 +5325,13 @@ msgstr "Befehl \"%s\" entfernt" msgid "execute external commands" msgstr "führe externe Befehle aus" +#, fuzzy msgid "" "-list || [-sh|-nosh] [-bg|-nobg] [-stdin|-nostdin] [-buffer <name>] [-l|-o|-" "n] |-sw|-nosw] [-ln|-noln] [-color off|decode|strip] [-rc|-norc] [-timeout " -"<timeout>] [-name <name>] <command> || -in <id> <text> || -inclose <id> " -"[<text>] || -signal <id> <signal> || -kill <id> || -killall || -set <id> " -"<property> <value> || -del <id>|-all [<id>...]" +"<timeout>] [-name <name>] [-pipe <command>] [-hsignal <name>] <command> || -" +"in <id> <text> || -inclose <id> [<text>] || -signal <id> <signal> || -kill " +"<id> || -killall || -set <id> <property> <value> || -del <id>|-all [<id>...]" msgstr "" "-list || [-sh|-nosh] [-bg|-nobg] [-stdin|-nostdin] [-buffer <name>] [-l|-o|-" "n] |-sw|-nosw] [-ln|-noln] [-color off|decode|strip] [-rc|-norc] [-timeout " @@ -5338,6 +5339,7 @@ msgstr "" "[<text>] || -signal <id> <signal> || -kill <id> || -killall || -set <id> " "<property> <value> || -del <id>|-all [<id>...]" +#, fuzzy msgid "" " -list: list commands\n" " -sh: use the shell to execute the command (default)\n" @@ -5369,6 +5371,12 @@ msgid "" " -norc: don't display return code\n" "-timeout: set a timeout for the command (in seconds)\n" " -name: set a name for the command (to name it later with /exec)\n" +" -pipe: send the output to a WeeChat/plugin command (line by line); if " +"there are spaces in command/arguments, enclose them with double quotes; " +"variable $line is replaced by the line (by default the line is added after " +"the command, separated by a space) (not compatible with options -bg/-o/-n)\n" +"-hsignal: send the output as a hsignal (to be used for example in a trigger) " +"(not compatible with options -bg/-o/-n)\n" " command: the command to execute; if beginning with \"url:\", the shell is " "disabled and the content of URL is downloaded and sent as output\n" " id: command identifier: either its number or name (if set with \"-name " |