diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-13 22:12:19 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-13 22:12:19 +0200 |
commit | 32edff0fa50551dee049cc808552757752ef81c3 (patch) | |
tree | 522b6d58bee75129e59a883c11a26015df9b2aa4 /po/de.po | |
parent | 4d70264ac68c1af9a94ac1290e4641422f4b4eee (diff) | |
download | weechat-32edff0fa50551dee049cc808552757752ef81c3.zip |
core: add option "-buffer" in command /command (closes #67)
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-05-12 23:06+0200\n" +"POT-Creation-Date: 2014-05-13 21:39+0200\n" "PO-Revision-Date: 2014-05-13 16:37+0100\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <weechatter@arcor.de>\n" @@ -1300,11 +1300,16 @@ msgstr "" msgid "launch explicit WeeChat or plugin command" msgstr "führe explizit einen WeeChat Befehl oder eine Erweiterung aus" -msgid "<plugin> <command>" +#, fuzzy +msgid "[-buffer <name>] <plugin> <command>" msgstr "<plugin> <command>" +#, fuzzy msgid "" -" plugin: plugin name ('core' for WeeChat internal command)\n" +"-buffer: execute the command on this buffer\n" +" plugin: execute the command from this plugin; 'core' for a WeeChat command, " +"'*' for automatic plugin (it depends on the buffer where the command is " +"executed)\n" "command: command to execute (a '/' is automatically added if not found at " "beginning of command)" msgstr "" |