summaryrefslogtreecommitdiff
path: root/doc/de/cmdline_options_debug.de.adoc
diff options
context:
space:
mode:
authorNils Görs <weechatter@arcor.de>2019-04-02 22:08:58 +0200
committerNils Görs <weechatter@arcor.de>2019-04-02 22:08:58 +0200
commit544d006fb75e0906f70ffdb379f8d3865e9288be (patch)
treeef960da6f598d890f678d2d2aad6b5e5bdca1eb2 /doc/de/cmdline_options_debug.de.adoc
parent6fa4494aaebc5a5314d11e76c576b69ec31119b9 (diff)
downloadweechat-544d006fb75e0906f70ffdb379f8d3865e9288be.zip
core: update German translations
Diffstat (limited to 'doc/de/cmdline_options_debug.de.adoc')
-rw-r--r--doc/de/cmdline_options_debug.de.adoc19
1 files changed, 8 insertions, 11 deletions
diff --git a/doc/de/cmdline_options_debug.de.adoc b/doc/de/cmdline_options_debug.de.adoc
index 5e88ef3ae..c4b8c514b 100644
--- a/doc/de/cmdline_options_debug.de.adoc
+++ b/doc/de/cmdline_options_debug.de.adoc
@@ -1,16 +1,13 @@
-// TRANSLATION MISSING
*--no-dlclose*::
- Do not call the function dlclose after plugins are unloaded.
- This is useful with tools like Valgrind to display stack for unloaded
- plugins.
+ die Funktion dlclose wird nicht ausgeführt, nachdem Erweiterungen beendet wurden
+ Dies ist sinnvoll für Tools wie Valgrind um den Stack für Erweiterungen anzuzeigen,
+ welche beendet wurden.
-// TRANSLATION MISSING
*--no-gnutls*::
- Do not call the init and deinit functions of GnuTLS library.
- This is useful with tools like Valgrind and electric-fence, to prevent
- GnuTLS memory errors.
+ Es wird die init und deinit Funktion der GnuTLS Bibliothek nicht verwendet.
+ Dies ist sinnvoll für Tools wie Valgrind und electric-fence, um GnuTLS
+ Speicherfehler zu vermeiden.
-// TRANSLATION MISSING
*--no-gcrypt*::
- Do not call the init and deinit functions of Gcrypt library.
- This is useful with tools like Valgrind, to prevent Gcrypt memory errors.
+ Es wird die init und deinit Funktion der Gcrypt Bibliothek nicht verwendet.
+ Dies ist sinnvoll für Tools wie Valgrind um Speicherfehler von Gcrypt zu vermeiden.