summaryrefslogtreecommitdiff
path: root/po/de.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-03-31 23:53:54 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-03-31 23:53:54 +0200
commit413aa499cc61ee3ce18c57fc891ecc314b064a9f (patch)
treef94945c37faf0a7aa9ea77d45f0d552ec3d96b9b /po/de.po
parentc469f30be595bcf70feee6e0982961c199f78583 (diff)
downloadweechat-413aa499cc61ee3ce18c57fc891ecc314b064a9f.zip
core: add documentation on command line debug options (in --help and man pages)
Command line debug options are now documented: * --no-dlclose: do not call the function dlclose after plugins are unloaded * --no-gnutls: do not call the init and deinit functions of GnuTLS library * --no-gcrypt: do not call the init and deinit functions of Gcrypt library These options must not be used in production, they're for debug only and can be used with tools like Valgrind or electric-fence.
Diffstat (limited to 'po/de.po')
-rw-r--r--po/de.po10
1 files changed, 9 insertions, 1 deletions
diff --git a/po/de.po b/po/de.po
index 80eb83e98..83328fdb9 100644
--- a/po/de.po
+++ b/po/de.po
@@ -24,7 +24,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2019-03-29 20:40+0100\n"
+"POT-Creation-Date: 2019-03-31 23:52+0200\n"
"PO-Revision-Date: 2019-03-29 22:22+0100\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
@@ -232,6 +232,14 @@ msgstr ""
" (standardmäßig blockiert WeeChat im "
"Hintergrundmodus den Prozess und gibt das Terminal nicht frei)\n"
+msgid ""
+"Debug options (for tools like valgrind, DO NOT USE IN PRODUCTION):\n"
+" --no-dlclose do not call function dlclose after plugins are "
+"unloaded\n"
+" --no-gnutls disable init/deinit of gnutls\n"
+" --no-gcrypt disable init/deinit of gcrypt\n"
+msgstr ""
+
#, c-format
msgid "Error: missing argument for \"%s\" option\n"
msgstr "Fehler: fehlendes Argument für die Einstellung \"%s\"\n"