diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-17 08:52:15 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-17 08:52:15 +0100 |
commit | 3a5f97c7a8a95395245f6b94d0555e010e4d4fb6 (patch) | |
tree | 5ab5bf1ab5ac5ee3fc93300e8a1e6e6e0743ebaa /doc/de/autogen/user/python_options.adoc | |
parent | f16a8a549a8c08ed1ed418188517e974fca0d8b2 (diff) | |
download | weechat-3a5f97c7a8a95395245f6b94d0555e010e4d4fb6.zip |
doc: update German auto-generated files
Diffstat (limited to 'doc/de/autogen/user/python_options.adoc')
-rw-r--r-- | doc/de/autogen/user/python_options.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/de/autogen/user/python_options.adoc b/doc/de/autogen/user/python_options.adoc index c2101427d..7b9fb5584 100644 --- a/doc/de/autogen/user/python_options.adoc +++ b/doc/de/autogen/user/python_options.adoc @@ -3,13 +3,13 @@ // DO NOT EDIT BY HAND! // * [[option_python.look.check_license]] *python.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_python.look.eval_keep_context]] *python.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+` |