diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-06-01 09:07:17 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-06-01 09:07:17 +0200 |
commit | 35120b633c5a7dd01ea73d8073d3a1d7da63bd84 (patch) | |
tree | 3c053c282677884cae07179942832e977c13df21 /po/de.po | |
parent | 60bba82150debdeea71f92376c0ba25133150b2f (diff) | |
download | weechat-35120b633c5a7dd01ea73d8073d3a1d7da63bd84.zip |
core: add option "infolists" for command /debug
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 29 |
1 files changed, 16 insertions, 13 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.6-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-05-18 12:03+0200\n" +"POT-Creation-Date: 2011-05-31 09:11+0200\n" "PO-Revision-Date: 2011-05-15 10:51+0200\n" "Last-Translator: Nils G.\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1088,25 +1088,28 @@ msgstr "" msgid "control debug for core/plugins" msgstr "Debug-Kontrolle für Hauptprogramm und/oder Erweiterung" +#, fuzzy msgid "" -"list || set <plugin> <level> || dump [<plugin>] || buffer|color|memory|term|" -"windows" +"list || set <plugin> <level> || dump [<plugin>] || buffer|color|infolists|" +"memory|term|windows" msgstr "" "list || set <plugin> <level> || dump [<plugin>] || buffer|color|memory|term|" "windows" +#, fuzzy msgid "" -" list: list plugins with debug levels\n" -" set: set debug level for plugin\n" -" plugin: name of plugin (\"core\" for WeeChat core)\n" -" level: debug level for plugin (0 = disable debug)\n" -" dump: save memory dump in WeeChat log file (same dump is written when " +" list: list plugins with debug levels\n" +" set: set debug level for plugin\n" +" plugin: name of plugin (\"core\" for WeeChat core)\n" +" level: debug level for plugin (0 = disable debug)\n" +" dump: save memory dump in WeeChat log file (same dump is written when " "WeeChat crashes)\n" -" buffer: dump buffer content with hexadecimal values in log file\n" -" color: display infos about current color pairs\n" -" memory: display infos about memory usage\n" -" term: display infos about terminal\n" -"windows: display windows tree" +" buffer: dump buffer content with hexadecimal values in log file\n" +" color: display infos about current color pairs\n" +"infolists: display infos about infolists\n" +" memory: display infos about memory usage\n" +" term: display infos about terminal\n" +" windows: display windows tree" msgstr "" " list: zeigt alle Erweiterungen mit Debuglevel an\n" " set: setzt den Level der Protokollierung für eine Erweiterung\n" |