diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-28 21:52:14 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-28 21:52:14 +0100 |
commit | 93ef6b0a3e828094cfbb58aeb6cb1be6cee690af (patch) | |
tree | 464a9eeec0b409b26c0b70b86ad0789d4dd7e39c /po/it.po | |
parent | 9c76d80d4deb8ed6a6da82f957c5ea67c205b73e (diff) | |
download | weechat-93ef6b0a3e828094cfbb58aeb6cb1be6cee690af.zip |
core: add option "time" in command /debug
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-11-26 13:55+0100\n" +"POT-Creation-Date: 2016-11-28 21:48+0100\n" "PO-Revision-Date: 2016-09-03 08:24+0200\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1383,12 +1383,14 @@ msgstr "" " vai alle coordinate x=10, y=5:\n" " /cursor go 10,5" -msgid "control debug for core/plugins" -msgstr "attiva debug per core/plugin" +msgid "debug functions" +msgstr "" +#, fuzzy msgid "" "list || set <plugin> <level> || dump [<plugin>] || buffer|color|infolists|" -"memory|tags|term|windows || mouse|cursor [verbose] || hdata [free]" +"memory|tags|term|windows || mouse|cursor [verbose] || hdata [free] || time " +"<command>" msgstr "" "list || set <plugin> <livello> || dump [<plugin>] || buffer|color|infolists|" "memory|tags|term|windows || mouse|cursor [verbose] || hdata [free]" @@ -1414,7 +1416,9 @@ msgid "" " mouse: toggle debug for mouse\n" " tags: display tags for lines\n" " term: display infos about terminal\n" -" windows: display windows tree" +" windows: display windows tree\n" +" time: measure time to execute a command or to send text to the current " +"buffer" msgstr "" " list: elenca i plugin con i livelli di debug\n" " set: imposta il livello di debug per il plugin\n" @@ -11848,6 +11852,9 @@ msgstr "%s%s: timeout per \"%s\" con %s" msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: impossibile connettersi al mittente" +#~ msgid "control debug for core/plugins" +#~ msgstr "attiva debug per core/plugin" + #~ msgid "text color for nicks in chat window" #~ msgstr "colore del testo per i nick nella finestra di chat" |