summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-09-17 16:12:41 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-09-17 16:12:41 +0200
commit8b26f3c953f248cc2d66b2bf1a296f76e48c4c6d (patch)
treed668aea1e33305f24b49ccf989ad66dbf28c3746 /doc/it
parentefcc5010b690c8723fc012df3199188653764744 (diff)
downloadweechat-8b26f3c953f248cc2d66b2bf1a296f76e48c4c6d.zip
Add optional plugin name for command /debug dump and signal "debug_dump"
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/autogen/user/weechat_commands.txt2
-rw-r--r--doc/it/weechat_plugin_api.it.txt7
2 files changed, 5 insertions, 4 deletions
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)
........................................
-&bull; *`/debug`* `[list | set plugin livello | dump | buffer | windows | term]`::
+&bull; *`/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 |