diff options
author | Nils Görs <weechatter@arcor.de> | 2020-07-04 14:10:30 +0200 |
---|---|---|
committer | Nils Görs <weechatter@arcor.de> | 2020-07-04 14:10:30 +0200 |
commit | d75e747dff3b8096efac81f8a01787abdc37fe13 (patch) | |
tree | c3716b182cbbc3735f1041c5a38930f085fb2a64 /doc/de/weechat_scripting.de.adoc | |
parent | bde4b30021e6eba03fbe27299a8730fb63083238 (diff) | |
download | weechat-d75e747dff3b8096efac81f8a01787abdc37fe13.zip |
core: update German translations
Diffstat (limited to 'doc/de/weechat_scripting.de.adoc')
-rw-r--r-- | doc/de/weechat_scripting.de.adoc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/de/weechat_scripting.de.adoc b/doc/de/weechat_scripting.de.adoc index 84dc3c572..82ae34c19 100644 --- a/doc/de/weechat_scripting.de.adoc +++ b/doc/de/weechat_scripting.de.adoc @@ -168,10 +168,9 @@ Weechat.config_new_option(config, section, "name", "string", "description of opt "value", "value", 0, ["check_cb", "", "change_cb", "", "delete_cb", ""]) ---- -// TRANSLATION MISSING -And the function `+Weechat.bar_new+` receives the colors in an array of 4 strings -(color_fg, color_delim, color_bg, color_bg_inactive), so a call to this function -looks like: +und die Funktion `+Weechat.bar_new+` erwartet die Farben in einem Array von 4 Zeichenketten +(color_fg, color_delim, color_bg, color_bg_inactive). Ein Aufruf dieser Funktion sieht also +folgendermaßen aus: [source,ruby] ---- |