summaryrefslogtreecommitdiff
path: root/doc/de/autogen/user/lua_options.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-01-17 08:52:15 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-01-17 08:52:15 +0100
commit3a5f97c7a8a95395245f6b94d0555e010e4d4fb6 (patch)
tree5ab5bf1ab5ac5ee3fc93300e8a1e6e6e0743ebaa /doc/de/autogen/user/lua_options.adoc
parentf16a8a549a8c08ed1ed418188517e974fca0d8b2 (diff)
downloadweechat-3a5f97c7a8a95395245f6b94d0555e010e4d4fb6.zip
doc: update German auto-generated files
Diffstat (limited to 'doc/de/autogen/user/lua_options.adoc')
-rw-r--r--doc/de/autogen/user/lua_options.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/de/autogen/user/lua_options.adoc b/doc/de/autogen/user/lua_options.adoc
index a7f8acb8a..cf47c83fc 100644
--- a/doc/de/autogen/user/lua_options.adoc
+++ b/doc/de/autogen/user/lua_options.adoc
@@ -3,13 +3,13 @@
// DO NOT EDIT BY HAND!
//
* [[option_lua.look.check_license]] *lua.look.check_license*
-** Beschreibung: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed]
+** Beschreibung: pass:none[Überprüft die Lizenz von Skripten, wenn sie geladen werden: Sollte die Lizenz abweichend von der Erweiterungslizenz sein, wird eine Warnung ausgegeben]
** Typ: boolesch
** Werte: on, off
** Standardwert: `+off+`
* [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context*
-** Beschreibung: pass:none[keep context between two calls to the source code evaluation (option "eval" of script command or info "%s_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
+** Beschreibung: pass:none[behält den Inhalt zwischen zwei Aufrufen bei Quellcode Evaluierung (Option "eval" des Skript-Befehls oder Info "%s_eval"); ein Hintergrundskript wird für die Evaluierung verwendet; wird diese Option deaktiviert, dann wird das Hintergrundskript nach jeder Evaluierung entfernt: das bedeutet weniger Speicherbedarf, ist aber langsamer]
** Typ: boolesch
** Werte: on, off
** Standardwert: `+on+`