diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/weechat_scripting.de.asciidoc | 12 | ||||
-rw-r--r-- | doc/de/weechat_user.de.asciidoc | 12 |
2 files changed, 8 insertions, 16 deletions
diff --git a/doc/de/weechat_scripting.de.asciidoc b/doc/de/weechat_scripting.de.asciidoc index ce4a7eaca..3dd289827 100644 --- a/doc/de/weechat_scripting.de.asciidoc +++ b/doc/de/weechat_scripting.de.asciidoc @@ -961,24 +961,20 @@ Das Ergebnis ist eine Hashtabelle mit folgenden Schlüsseln der Text (zum Beispiel eine Nachricht eines Users) | `hello!` -// TRANSLATION MISSING | pos_command | ≥ 1.3 | - The index of 'command' in message ("-1" if 'command' was not found) | + Index von 'command' innerhalb einer Nachricht ("-1" falls 'command' nicht gefunden wird) | `47` -// TRANSLATION MISSING | pos_arguments | ≥ 1.3 | - The index of 'arguments' in message ("-1" if 'arguments' was not found) | + Index von'arguments' innerhalb einer Nachricht ("-1" falls 'arguments' nicht gefunden wird) | `55` -// TRANSLATION MISSING | pos_channel | ≥ 1.3 | - The index of 'channel' in message ("-1" if 'channel' was not found) | + Index von 'channel' innerhalb einer Nachricht ("-1" falls 'channel' nicht gefunden wird) | `55` -// TRANSLATION MISSING | pos_text | ≥ 1.3 | - The index of 'text' in message ("-1" if 'text' was not found) | + Index von 'text' innerhalb einer Nachricht ("-1" falls 'text' nicht gefunden wird) | `65` |=== diff --git a/doc/de/weechat_user.de.asciidoc b/doc/de/weechat_user.de.asciidoc index 3ccd5232f..dd983475f 100644 --- a/doc/de/weechat_user.de.asciidoc +++ b/doc/de/weechat_user.de.asciidoc @@ -3323,14 +3323,10 @@ und die Daten in einer Hashtable gesichert: | channel | string | IRC Channel | arguments | string | Argumente des Befehls (Beinhaltet Wert von 'channel') | text | string | Text (zum Beipiel eine Nachricht eines Users) -// TRANSLATION MISSING -| pos_command | string | The index of 'command' in message ("-1" if 'command' was not found) -// TRANSLATION MISSING -| pos_arguments | string | The index of 'arguments' in message ("-1" if 'arguments' was not found) -// TRANSLATION MISSING -| pos_channel | string | The index of 'channel' in message ("-1" if 'channel' was not found) -// TRANSLATION MISSING -| pos_text | string | The index of 'text' in message ("-1" if 'text' was not found) +| pos_command | string | Index von 'command' innerhalb einer Nachricht ("-1" falls 'command' nicht gefunden wird) +| pos_arguments | string | Index von'arguments' innerhalb einer Nachricht ("-1" falls 'arguments' nicht gefunden wird) +| pos_channel | string | Index von 'channel' innerhalb einer Nachricht ("-1" falls 'channel' nicht gefunden wird) +| pos_text | string | Index von 'text' innerhalb einer Nachricht ("-1" falls 'text' nicht gefunden wird) |=== Sofern es sich bei den Daten um einen Pointer handelt, kann die Variable `tg_signal_data` |