summaryrefslogtreecommitdiff
path: root/doc
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
parentefcc5010b690c8723fc012df3199188653764744 (diff)
downloadweechat-8b26f3c953f248cc2d66b2bf1a296f76e48c4c6d.zip
Add optional plugin name for command /debug dump and signal "debug_dump"
Diffstat (limited to 'doc')
-rw-r--r--doc/de/autogen/user/weechat_commands.txt2
-rw-r--r--doc/en/autogen/user/weechat_commands.txt2
-rw-r--r--doc/en/weechat_plugin_api.en.txt2
-rw-r--r--doc/fr/autogen/user/weechat_commands.txt2
-rw-r--r--doc/fr/weechat_plugin_api.fr.txt2
-rw-r--r--doc/it/autogen/user/weechat_commands.txt2
-rw-r--r--doc/it/weechat_plugin_api.it.txt7
7 files changed, 10 insertions, 9 deletions
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt
index 5753e5669..dee4c457b 100644
--- a/doc/de/autogen/user/weechat_commands.txt
+++ b/doc/de/autogen/user/weechat_commands.txt
@@ -108,7 +108,7 @@
Befehl: auszuführender Befehl (es wird automatisch ein '/' vorangestellt, falls dieser nicht angegeben wurde)
........................................
-&bull; *`/debug`* `[list | set plugin level | dump | buffer | windows | term]`::
+&bull; *`/debug`* `[list | set plugin level | dump [plugin] | buffer | windows | term]`::
........................................
Debug-Kontrolle für Hauptprogramm und/oder Erweiterung
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt
index 360343c2c..1bb84abeb 100644
--- a/doc/en/autogen/user/weechat_commands.txt
+++ b/doc/en/autogen/user/weechat_commands.txt
@@ -108,7 +108,7 @@
command: command to execute (a '/' is automatically added if not found at beginning of command)
........................................
-&bull; *`/debug`* `[list | set plugin level | dump | buffer | windows | term]`::
+&bull; *`/debug`* `[list | set plugin level | dump [plugin] | buffer | windows | term]`::
........................................
control debug for core/plugins
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt
index 93939c98d..e9e4515d3 100644
--- a/doc/en/weechat_plugin_api.en.txt
+++ b/doc/en/weechat_plugin_api.en.txt
@@ -6528,7 +6528,7 @@ Arguments:
| weechat | day_changed | string: new date, format: "2010-01-31" |
day of system date has changed
-| weechat | debug_dump | - |
+| weechat | debug_dump | string: plugin name |
dump request
| weechat | filter_added | pointer: filter |
diff --git a/doc/fr/autogen/user/weechat_commands.txt b/doc/fr/autogen/user/weechat_commands.txt
index f028a4aed..06bba9f60 100644
--- a/doc/fr/autogen/user/weechat_commands.txt
+++ b/doc/fr/autogen/user/weechat_commands.txt
@@ -108,7 +108,7 @@
commande: commande à exécuter (un '/' est automatiquement ajouté s'il n'est pas trouvé au début de la commande)
........................................
-&bull; *`/debug`* `[list | set extension niveau | dump | buffer | windows | term]`::
+&bull; *`/debug`* `[list | set extension niveau | dump [extension] | buffer | windows | term]`::
........................................
contrôle du debug pour le coeur/les extensions
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt
index 7f5c0136e..66c40db5e 100644
--- a/doc/fr/weechat_plugin_api.fr.txt
+++ b/doc/fr/weechat_plugin_api.fr.txt
@@ -6611,7 +6611,7 @@ Paramètres :
| weechat | day_changed | chaîne : nouvelle date, format : "2010-01-31" |
le jour de la date système a changé
-| weechat | debug_dump | - |
+| weechat | debug_dump | chaîne: nom d'extension |
requête de "dump"
| weechat | filter_added | pointeur : filtre |
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 |