summaryrefslogtreecommitdiff
path: root/doc/de
diff options
context:
space:
mode:
authorNils Görs <weechatter@arcor.de>2021-04-07 12:38:35 +0200
committerNils Görs <weechatter@arcor.de>2021-04-07 12:38:35 +0200
commit4da5647e9fd76c28b60af4f59fba9b26ae6174cc (patch)
tree1b7c3b3ca7135a6c53c749b5104d80d74765ed56 /doc/de
parentfae9bdf8f8cf51eb07602dc8f6633e380ff94b20 (diff)
downloadweechat-4da5647e9fd76c28b60af4f59fba9b26ae6174cc.zip
doc: update German documentation
Diffstat (limited to 'doc/de')
-rw-r--r--doc/de/weechat_user.de.adoc6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc
index 857d665df..8ca031b97 100644
--- a/doc/de/weechat_user.de.adoc
+++ b/doc/de/weechat_user.de.adoc
@@ -4548,10 +4548,8 @@ Der Callback von "command" legt folgende Variablen in der Hashtable an:
| 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).
-// TRANSLATION MISSING
-| tg_shell_argc | string | The number of arguments with a split like the shell does (the command itself counts for one).
-// TRANSLATION MISSING
-| tg_shell_argvN | string | Argument #N with a split like the shell does (`+tg_shell_argv0+` is the command itself, the others are command arguments).
+| tg_shell_argc | string | Die Anzahl der Argumente mit einer Aufteilung wie bei der Shell (der Befehl selbst zählt als eins).
+| tg_shell_argvN | string | #N Argumente mit einer Aufteilung wie bei der Shell (`+tg_shell_argv0+` ist der eigentliche Befehl, alle weiteren sind die Argumente, des Befehls).
|===
[[trigger_data_command_run]]