summaryrefslogtreecommitdiff
path: root/doc/de/weechat_scripting.de.adoc
diff options
context:
space:
mode:
authorNils Görs <weechatter@arcor.de>2020-07-04 14:10:30 +0200
committerNils Görs <weechatter@arcor.de>2020-07-04 14:10:30 +0200
commitd75e747dff3b8096efac81f8a01787abdc37fe13 (patch)
treec3716b182cbbc3735f1041c5a38930f085fb2a64 /doc/de/weechat_scripting.de.adoc
parentbde4b30021e6eba03fbe27299a8730fb63083238 (diff)
downloadweechat-d75e747dff3b8096efac81f8a01787abdc37fe13.zip
core: update German translations
Diffstat (limited to 'doc/de/weechat_scripting.de.adoc')
-rw-r--r--doc/de/weechat_scripting.de.adoc7
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]
----