doc: update German auto-generated files

v2.8-utf8proc
Sébastien Helleu 2016-11-23 22:05:38 +01:00
parent ce64b3e343
commit e3220967e0
2 changed files with 13 additions and 13 deletions

View File

@ -8,22 +8,22 @@
----
/fifo enable|disable|toggle
enable: enable FIFO pipe
disable: disable FIFO pipe
toggle: toggle FIFO pipe
enable: aktivieren der FIFO pipe
disable: deaktivieren der FIFO pipe
toggle: Status der FIFO pipe umschalten
FIFO pipe is used as remote control of WeeChat: you can send commands or text to the FIFO pipe from your shell.
By default the FIFO pipe is in ~/.weechat/weechat_fifo
Die FIFO-Pipe wird als Fernbedienung genutzt, es können Befehle oder Text von der Shell an die FIFO-Pipe geschickt werden
Standardmäßig ist die FIFO-Pipe in ~/.weechat/weechat_fifo
The expected format is one of:
plugin.buffer *text or command here
*text or command here
Folgendes Format wird erwartet:
plugin.buffer *Text oder Befehl an dieser Stelle
*Text oder Befehl an dieser Stelle
For example to change your freenode nick:
Beispiel um den eigenen Nick auf dem Server freenode zu ändern:
echo 'irc.server.freenode */nick newnick' >~/.weechat/weechat_fifo
Please read the user's guide for more info and examples.
Bitte lese die Benutzeranleitung für weitere Informationen und Beispiele.
Examples:
Beispiele:
/fifo toggle
----

View File

@ -3,11 +3,11 @@
// DO NOT EDIT BY HAND!
//
* [[option_fifo.file.enabled]] *fifo.file.enabled*
** Beschreibung: pass:none[enable FIFO pipe]
** Beschreibung: pass:none[FIFO-Pipe aktivieren]
** Typ: boolesch
** Werte: on, off (Standardwert: `+on+`)
* [[option_fifo.file.path]] *fifo.file.path*
** Beschreibung: pass:none[path for FIFO file; "%h" at beginning of string is replaced by WeeChat home ("~/.weechat" by default); WeeChat PID can be used in path with ${info:pid} (note: content is evaluated, see /help eval)]
** Beschreibung: pass:none[Pfad für eingehende Dateien: "%h" wird durch das WeeChat Verzeichnis ersetzt (Standardpfad: "~/.weechat"); WeeChat PID kann mit ${info:pid} genutzt werden (Hinweis: Inhalt wird evaluiert, siehe /help eval)]
** Typ: Zeichenkette
** Werte: beliebige Zeichenkette (Standardwert: `+"%h/weechat_fifo"+`)