From 5beb5d705224201dad89412da9862af0f34bea1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20G=C3=B6rs?= Date: Fri, 30 Oct 2020 12:55:53 +0100 Subject: [PATCH] doc: update German documentation --- doc/de/weechat_user.de.adoc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index fbb2c1a13..0748f745e 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -4297,12 +4297,9 @@ Der Callback von "command" legt folgende Variablen in der Hashtable an: |=== | Variable | Typ | Beschreibung | buffer | pointer | Buffer. -// TRANSLATION MISSING -| tg_argc | string | The number of arguments (the command itself counts for one). -// TRANSLATION MISSING -| tg_argvN | string | Argument #N (`+tg_argv0+` is the command itself, the others are command arguments). -// TRANSLATION MISSING -| tg_argv_eolN | string | von Argument #N bis zum Ende der Argumente (`+tg_argv_eol0+` includes the command itself). +| tg_argc | string | Die Anzahl von Argumenten (der Befehl wird mitgezählt). +| tg_argvN | string | Argument #N (`+tg_argv0+` ist der Befehl selber, die weiteren sind Argumente). +| tg_argv_eolN | string | von Argument #N bis zum Ende der Argumente (`+tg_argv_eol0+` enthält den eigentlichen Befehl). |=== [[trigger_data_command_run]]