diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-25 13:35:50 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-25 13:35:50 +0200 |
commit | ff4596e45ca9bff5995f912efb1f49d22823c82f (patch) | |
tree | 8f0b81ed60016c5a98a3ce51058a09b588e78976 /po/de.po | |
parent | cc2bb4b8cf36c7b454f5219cff5a6113e3a02cd4 (diff) | |
download | weechat-ff4596e45ca9bff5995f912efb1f49d22823c82f.zip |
core: add option `callbacks` in command `/debug`
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 78 |
1 files changed, 74 insertions, 4 deletions
@@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-08-25 11:16+0200\n" +"POT-Creation-Date: 2023-08-25 13:26+0200\n" "PO-Revision-Date: 2023-08-24 13:36+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" @@ -432,6 +432,16 @@ msgid "Raw content of buffers has been written in log file" msgstr "" "Der Inhalt des Buffers wurde im Rohformat in die Protokolldatei geschrieben" +#, fuzzy, c-format +#| msgid "Debug enabled for cursor mode (%s)" +msgid "Debug enabled for callbacks (threshold: %s)" +msgstr "Debug-Modus (%s) für Cursor aktiviert" + +#, fuzzy +#| msgid "Debug disabled for \"%s\"" +msgid "Debug disabled for callbacks" +msgstr "Debug-Modus für \"%s\" deaktiviert" + #, c-format msgid "%d certificate loaded (system: %d, user: %d)" msgid_plural "%d certificates loaded (system: %d, user: %d)" @@ -1619,15 +1629,57 @@ msgstr "" msgid "debug functions" msgstr "Debug-Funktionen" +#, fuzzy +#| msgid "" +#| "list || set <plugin> <level> || dump|hooks [<plugin>] || buffer|certs|" +#| "color|dirs|infolists|libs|memory|tags|term|windows || mouse|cursor " +#| "[verbose] || hdata [free] || time <command> || unicode <string>" msgid "" "list || set <plugin> <level> || dump|hooks [<plugin>] || buffer|certs|color|" -"dirs|infolists|libs|memory|tags|term|windows || mouse|cursor [verbose] || " -"hdata [free] || time <command> || unicode <string>" +"dirs|infolists|libs|memory|tags|term|windows || callbacks <duration>[<unit>] " +"|| mouse|cursor [verbose] || hdata [free] || time <command> || unicode " +"<string>" msgstr "" "list || set <plugin> <level> || dump|hooks [<plugin>] || buffer|certs|color|" "dirs|infolists|libs|memory|tags|term|windows || mouse|cursor [verbose] || " "hdata [free] || time <command> || unicode <string>" +#, 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 WeeChat crashes)\n" +#| " hooks: display infos about hooks (with a plugin: display detailed " +#| "info about hooks created by the plugin)\n" +#| " buffer: dump buffer content with hexadecimal values in log file\n" +#| " certs: display number of loaded trusted certificate authorities\n" +#| " color: display infos about current color pairs\n" +#| " cursor: toggle debug for cursor mode\n" +#| " dirs: display directories\n" +#| " hdata: display infos about hdata (with free: remove all hdata in " +#| "memory)\n" +#| "infolists: display infos about infolists\n" +#| " key: enable keyboard and mouse debug: display raw codes, expanded " +#| "key name and associated command ('q' to quit this mode)\n" +#| " libs: display infos about external libraries used\n" +#| " memory: display infos about memory usage\n" +#| " mouse: toggle debug for mouse\n" +#| " tags: display tags for lines\n" +#| " term: display infos about terminal\n" +#| " windows: display windows tree\n" +#| " time: measure time to execute a command or to send text to the " +#| "current buffer\n" +#| " unicode: display information about string and unicode chars (evaluated, " +#| "see /help eval)\n" +#| "\n" +#| "Examples:\n" +#| " /debug set irc 1\n" +#| " /debug mouse verbose\n" +#| " /debug time /filter toggle\n" +#| " /debug unicode ${chars:${\\u26C0}-${\\u26CF}}" msgid "" " list: list plugins with debug levels\n" " set: set debug level for plugin\n" @@ -1637,7 +1689,15 @@ msgid "" "WeeChat crashes)\n" " hooks: display infos about hooks (with a plugin: display detailed info " "about hooks created by the plugin)\n" -" buffer: dump buffer content with hexadecimal values in log file\n" +" buffer: dump buffer content with hexadecimal values in WeeChat log file\n" +"callbacks: write hook and bar item callbacks that took more than " +"\"duration\" in the WeeChat log file (0 = disable), where optional unit is " +"one of:\n" +" us: microseconds (default)\n" +" ms: milliseconds\n" +" s: seconds\n" +" m: minutes\n" +" h: hours\n" " certs: display number of loaded trusted certificate authorities\n" " color: display infos about current color pairs\n" " cursor: toggle debug for cursor mode\n" @@ -5850,6 +5910,12 @@ msgid "File" msgstr "Datei" #, c-format +msgid "" +"debug: long callback: hook %s (%s), plugin: %s, subplugin: %s, time elapsed: " +"%s" +msgstr "" + +#, c-format msgid "%sError sending signal %d to pid %d: %s" msgstr "%sFehler beim Versenden des Signals %d an pid %d: %s" @@ -6378,6 +6444,10 @@ msgid "Bar \"%s\" updated" msgstr "Infobar \"%s\" aktualisiert" #, c-format +msgid "debug: long callback: bar: %s, item: %s, plugin: %s, time elapsed: %s" +msgstr "" + +#, c-format msgid "%sPaste %d line? [ctrl-y] Yes [ctrl-n] No" msgid_plural "%sPaste %d lines? [ctrl-y] Yes [ctrl-n] No" msgstr[0] "%s%d Zeile einfügen? [Strg-y] Ja [Strg-n] Nein" |