doc: update German documentation

v2.8-utf8proc
Nils Görs 2018-03-04 13:17:43 +01:00
parent 7cd5d76a9f
commit 3d97989c2b
1 changed files with 7 additions and 9 deletions

View File

@ -1021,19 +1021,17 @@ Beispiel:
/set irc.server.freenode.sasl_password "${sec.data.freenode_password}"
----
// TRANSLATION MISSING
[[sharing_config_files]]
=== I want to share my WeeChat configuration, what files should I share and what should I keep private?
=== Ich möchte meine WeeChat Konfiguration teilen, welche Dateien kann ich weitergeben und welche sollte ich behalten?
You can share files _~/.weechat/*.conf_ except the file _sec.conf_ which
contains your passwords ciphered with your passphrase.
Es können alle _~/.weechat/*.conf_ Dateien geteilt werden. Hiervon ausgenommen ist die _sec.conf_ Datei, die
zum Beispiel Passwörter beinhaltet, welche durch eine Passphrase verschlüsselt ist.
Some other files like _irc.conf_ may contain sensitive info like passwords
for servers/channels (if they are not stored in _sec.conf_ with the `/secure`
command).
Einige Dateien wie zum Beispiel _irc.conf_ können sensible Daten, Passwörter für Server/Channels, beinhalten,
(sofern diese nicht in der _sec.conf_ Datei hinterlegt sind, mittels dem `/secure` Befehl).
See the link:weechat_user.de.html#files_and_directories[User's guide / Files and directories]
for more information about configuration files.
siehe link:weechat_user.de.html#files_and_directories[Benutzeranleitung / Dateien und Verzeichnisse]
für weitere Informationen über Konfigurationsdateien.
[[development]]
== Entwicklung