From 8b26f3c953f248cc2d66b2bf1a296f76e48c4c6d Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 17 Sep 2010 16:12:41 +0200 Subject: Add optional plugin name for command /debug dump and signal "debug_dump" --- doc/it/autogen/user/weechat_commands.txt | 2 +- doc/it/weechat_plugin_api.it.txt | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/it') diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 74f04aeb1..b4851b29e 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -108,7 +108,7 @@ comando: comando da eseguire (una '/' viene aggiunta automaticamente se non trovata all'inizio del comando) ........................................ -• *`/debug`* `[list | set plugin livello | dump | buffer | windows | term]`:: +• *`/debug`* `[list | set plugin level | dump [plugin] | buffer | windows | term]`:: ........................................ attiva debug per core/plugin diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 5ab31c560..4dd6fa917 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -6598,7 +6598,7 @@ Argomenti: | irc | irc_ignore_removed | - | ignore rimosso -| logger | logger_start | puntatore: buffer +| logger | logger_start | puntatore: buffer | avvia il logging per il buffer | logger | logger_stop | puntatore: buffer | @@ -6643,13 +6643,14 @@ Argomenti: | weechat | buffer_type_changed | puntatore: buffer | tipo di buffer modificato -| weechat | debug_dump | - | +// TRANSLATION MISSING +| weechat | debug_dump | string: plugin name | richiesta di dump | weechat | day_changed | string: nuova data, formato: "2010-01-31" | data di sistema modificata -| weechat | filter_added | puntatore: filtro +| weechat | filter_added | puntatore: filtro | filtro aggiunto | weechat | filter_removing | puntatore: filtro | -- cgit v1.2.3