summaryrefslogtreecommitdiff
path: root/doc/de
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-09-05 18:52:59 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-09-05 18:52:59 +0200
commitae612a811bc05d43e8df3e96135e7d734ba842b0 (patch)
tree70508776e9cd9b6767c34f9f17deca74f3f32545 /doc/de
parente43dd396469ce3b2bd6dd598f7720fc5ce179d44 (diff)
downloadweechat-ae612a811bc05d43e8df3e96135e7d734ba842b0.zip
Many changes in doc
Diffstat (limited to 'doc/de')
-rw-r--r--doc/de/Makefile.am25
-rw-r--r--doc/de/autogen/alias_commands.xml19
-rw-r--r--doc/de/autogen/alias_infos.xml13
-rw-r--r--doc/de/autogen/charset_commands.xml17
-rw-r--r--doc/de/autogen/debug_commands.xml17
-rw-r--r--doc/de/autogen/demo_commands.xml39
-rw-r--r--doc/de/autogen/fifo_infos.xml13
-rw-r--r--doc/de/autogen/irc_commands.xml465
-rw-r--r--doc/de/autogen/irc_infos.xml43
-rw-r--r--doc/de/autogen/irc_options.xml632
-rw-r--r--doc/de/autogen/logger_infos.xml13
-rw-r--r--doc/de/autogen/lua_commands.xml17
-rw-r--r--doc/de/autogen/notify_commands.xml18
-rw-r--r--doc/de/autogen/perl_commands.xml17
-rw-r--r--doc/de/autogen/python_commands.xml17
-rw-r--r--doc/de/autogen/ruby_commands.xml17
-rw-r--r--doc/de/autogen/weechat_commands.xml220
-rw-r--r--doc/de/autogen/weechat_infos.xml103
-rw-r--r--doc/de/autogen/weechat_options.xml2056
-rw-r--r--doc/de/autogen/xfer_commands.xml14
-rw-r--r--doc/de/autogen/xfer_infos.xml13
-rw-r--r--doc/de/autogen/xfer_options.xml408
-rw-r--r--doc/de/install.de.xml4
-rw-r--r--doc/de/intro.de.xml4
-rw-r--r--doc/de/plugin_api.de.xml14
-rw-r--r--doc/de/plugin_xfer.de.xml27
-rw-r--r--doc/de/plugins.de.xml26
-rw-r--r--doc/de/usage.de.xml14
-rw-r--r--doc/de/weechat.de.xml9
29 files changed, 4252 insertions, 42 deletions
diff --git a/doc/de/Makefile.am b/doc/de/Makefile.am
index c5eba4f1a..c09f80de0 100644
--- a/doc/de/Makefile.am
+++ b/doc/de/Makefile.am
@@ -21,12 +21,18 @@ BOOK_INCLUDE = intro.$(LANGCODE).xml \
usage.$(LANGCODE).xml \
plugins.$(LANGCODE).xml \
plugin_api.$(LANGCODE).xml \
- plugin_irc.$(LANGCODE).xml \
plugin_charset.$(LANGCODE).xml \
plugin_fifo.$(LANGCODE).xml \
+ plugin_irc.$(LANGCODE).xml \
plugin_scripts.$(LANGCODE).xml \
- weechat_commands.xml \
- config.xml
+ plugin_xfer.$(LANGCODE).xml \
+ ../include_autogen.xml \
+ autogen/weechat_commands.xml \
+ autogen/weechat_options.xml \
+ autogen/weechat_infos.xml \
+ autogen/irc_commands.xml \
+ autogen/irc_options.xml \
+ autogen/irc_infos.xml
QUICKSTART = weechat_quickstart.$(LANGCODE).txt
EXTRA_DIST = $(BOOK).xml $(BOOK_INCLUDE) $(QUICKSTART)
@@ -43,8 +49,9 @@ all-local: html-stamp $(PDF)
html: html-stamp
-html-stamp: $(BOOK).xml $(BOOK_INCLUDE) ../weechat-html.xsl ../weechat-doc.css
+html-stamp: $(BOOK).xml $(BOOK_INCLUDE) ../weechat-html.xsl ../weechat-doc.css ../include_autogen.xml
echo "<pubdate>`date '+%F %T'`</pubdate>" >date.xml
+ cp ../include_autogen.xml .
mkdir -p html/
xsltproc -o html/ ../weechat-html.xsl $(BOOK).xml || true
cp ../weechat-doc.css html/
@@ -54,8 +61,9 @@ html-stamp: $(BOOK).xml $(BOOK_INCLUDE) ../weechat-html.xsl ../weechat-doc.css
html1: html1-stamp
-html1-stamp: $(BOOK).xml $(BOOK_INCLUDE) ../weechat-html-one.xsl ../weechat-doc.css
+html1-stamp: $(BOOK).xml $(BOOK_INCLUDE) ../weechat-html-one.xsl ../weechat-doc.css ../include_autogen.xml
echo "<pubdate>`date '+%F %T'`</pubdate>" >date.xml
+ cp ../include_autogen.xml .
mkdir -p html1/
xsltproc -o html1/$(BOOK).html ../weechat-html-one.xsl $(BOOK).xml || true
cp ../weechat-doc.css html1/
@@ -65,9 +73,10 @@ html1-stamp: $(BOOK).xml $(BOOK_INCLUDE) ../weechat-html-one.xsl ../weechat-doc.
pdf: pdf-stamp
-pdf-stamp: $(BOOK).xml $(BOOK_INCLUDE)
+pdf-stamp: $(BOOK).xml $(BOOK_INCLUDE) ../include_autogen.xml
echo "<pubdate>`date '+%F %T'`</pubdate>" >date.xml
- dblatex -c ../dblatex.conf $(BOOK).xml || true
+ cp ../include_autogen.xml .
+ dblatex -P draft.mode=no -c ../dblatex.conf $(BOOK).xml || true
touch pdf-stamp
# install docs
@@ -83,6 +92,6 @@ endif
# clean
clean-local:
- -rm -f $(BOOK).html $(BOOK).pdf $(BOOK).txt date.xml
+ -rm -f $(BOOK).html $(BOOK).pdf $(BOOK).txt date.xml include_autogen.xml
-rm -rf html/ html1/
-rm -f html-stamp html1-stamp pdf-stamp
diff --git a/doc/de/autogen/alias_commands.xml b/doc/de/autogen/alias_commands.xml
new file mode 100644
index 000000000..3241d7555
--- /dev/null
+++ b/doc/de/autogen/alias_commands.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<command>alias [Aliasname [Befehl [Argumente]]]</command>
+<programlisting>
+einen Alias für einen Befehl anlegen
+
+alias_name: name of alias
+ command: command name (many commands can be separated by semicolons)
+ arguments: arguments for command
+
+Note: in command, special variables $1, $2,..,$9 are replaced by arguments given by user, and $* is replaced by all arguments.
+Variables $nick, $channel and $server are replaced by current nick/channel/server.
+</programlisting>
diff --git a/doc/de/autogen/alias_infos.xml b/doc/de/autogen/alias_infos.xml
new file mode 100644
index 000000000..cee87effa
--- /dev/null
+++ b/doc/de/autogen/alias_infos.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<row>
+ <entry>infolist</entry>
+ <entry>alias</entry>
+ <entry>list of alias</entry>
+</row>
diff --git a/doc/de/autogen/charset_commands.xml b/doc/de/autogen/charset_commands.xml
new file mode 100644
index 000000000..febdcb060
--- /dev/null
+++ b/doc/de/autogen/charset_commands.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<command>charset [[decode | encode] charset] | [reset]</command>
+<programlisting>
+change charset for current buffer
+
+ decode: change decoding charset
+ encode: change encoding charset
+charset: new charset for current buffer
+ reset: reset charsets for current buffer
+</programlisting>
diff --git a/doc/de/autogen/debug_commands.xml b/doc/de/autogen/debug_commands.xml
new file mode 100644
index 000000000..77ee10e3d
--- /dev/null
+++ b/doc/de/autogen/debug_commands.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<command>debug dump | buffer | windows | text</command>
+<programlisting>
+Debugging-Nachricht ausgeben
+
+ dump: save memory dump in WeeChat log file (same dump is written when WeeChat crashes)
+ buffer: dump buffer content with hexadecimal values in log file
+windows: display windows tree
+ text: send "debug" signal with "text" as argument
+</programlisting>
diff --git a/doc/de/autogen/demo_commands.xml b/doc/de/autogen/demo_commands.xml
new file mode 100644
index 000000000..e4901d610
--- /dev/null
+++ b/doc/de/autogen/demo_commands.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<command>demo_buffer category name</command>
+<programlisting>
+open a new buffer
+</programlisting>
+<command>demo_buffer_set property value</command>
+<programlisting>
+set a buffer property
+</programlisting>
+<command>demo_info [info [arguments]]</command>
+<programlisting>
+get and display an info
+
+ info: info to display
+arguments: optional arguments for info
+
+Without argument, this command displays list of available infos
+</programlisting>
+<command>demo_infolist [infolist]</command>
+<programlisting>
+get and display an infolist
+
+infolist: infolist to display
+
+Without argument, this command displays list of available infolists
+</programlisting>
+<command>demo_printf [text]</command>
+<programlisting>
+print some messages on current ubffer
+
+text: write this text
+</programlisting>
diff --git a/doc/de/autogen/fifo_infos.xml b/doc/de/autogen/fifo_infos.xml
new file mode 100644
index 000000000..916a40236
--- /dev/null
+++ b/doc/de/autogen/fifo_infos.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<row>
+ <entry>info</entry>
+ <entry>fifo_filename</entry>
+ <entry>name of FIFO pipe</entry>
+</row>
diff --git a/doc/de/autogen/irc_commands.xml b/doc/de/autogen/irc_commands.xml
new file mode 100644
index 000000000..77915730a
--- /dev/null
+++ b/doc/de/autogen/irc_commands.xml
@@ -0,0 +1,465 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<command>admin [Ziel]</command>
+<programlisting>
+Information über den Server-Administrator abfragen
+
+Ziel: Server
+</programlisting>
+<command>ame Nachricht</command>
+<programlisting>
+Nachricht an alle Channels aller verbundenen Server schicken
+
+zu sendende Nachricht
+</programlisting>
+<command>amsg Text</command>
+<programlisting>
+Nachricht an alle Channels aller verbundener Server schicken
+
+Text: zu sendender Text
+</programlisting>
+<command>away [-all] [Nachricht]</command>
+<programlisting>
+Abwesenheitsnachricht ein/ausschalten
+
+ -all: Abwesenheitszustand auf allen Servern ändern
+Nachricht: Abwesenheitsnachricht (bzw. keine, um den Abwesenheitszustand zu deaktivieren)
+</programlisting>
+<command>ban [Channel] [Nickname [Nickname ...]]</command>
+<programlisting>
+ban nicks or hosts
+
+ Channel: Channel für die Sperre
+Nickname: zu sperrender User oder Host
+</programlisting>
+<command>connect [-all [-nojoin] | servername [servername ...] [-nojoin] | hostname [-port port] [-ipv6] [-ssl]]</command>
+<programlisting>
+mit Server verbinden
+
+ -all: connect to all servers
+servername: internal server name to connect
+ -nojoin: do not join any channel (even if autojoin is enabled on server)
+ hostname: hostname to connect
+ port: port for server (integer, default is 6667)
+ ipv6: use IPv6 protocol
+ ssl: use SSL protocol
+</programlisting>
+<command>ctcp Empfänger Typ [Argumente]</command>
+<programlisting>
+CTCP-Nachricht verschicken
+
+ Empfänger: User, an den die CTCP-Nachricht geschickt werden soll
+ Typ: Typ der CTCP-Nachricht (z.B. "version", "ping", ..)
+Argumente: Argumente für CTCP
+</programlisting>
+<command>cycle [Channel[,Channel]] [Abschiedsnachricht]</command>
+<programlisting>
+einen Channel verlassen und wieder betreten
+
+ Channel: zu verlassender Channel
+Abschiedsnachricht: Abschiedsnachricht (die den anderen Usern angezeigt wird)
+</programlisting>
+<command>dcc Aktion [Nickname [Datei]]</command>
+<programlisting>
+start DCC (file or chat)
+
+ action: 'send' (file) or 'chat'
+nickname: nickname to send file or chat
+ file: filename (on local host)
+</programlisting>
+<command>dehalfop Nickname [Nickname]</command>
+<programlisting>
+remove half channel operator status from nickname(s)
+</programlisting>
+<command>deop Nickname [Nickname]</command>
+<programlisting>
+remove channel operator status from nickname(s)
+</programlisting>
+<command>devoice Nickname [Nickname]</command>
+<programlisting>
+remove voice from nickname(s)
+</programlisting>
+<command>die</command>
+<programlisting>
+Server herunterfahren
+</programlisting>
+<command>disconnect [-all | Servername [Servername ...]]</command>
+<programlisting>
+Serververbindung(en) trennen
+
+ -all: Trenne von allen Servern
+servername: Servername, von dem getrennt werden soll
+</programlisting>
+<command>halfop Nickname [Nickname]</command>
+<programlisting>
+give half channel operator status to nickname(s)
+</programlisting>
+<command>ignore [list] | [add nick/host [server [channel]]] | [del number|-all]</command>
+<programlisting>
+ignore nicks/hosts from servers or channels
+
+ list: list all ignore
+ add: add a ignore
+ del: del a ignore
+ number: number of ignore to delete (look at list to find it)
+ -all: delete all ignore
+nick/host: nick or host to ignore (regular expression allowed)
+ server: internal server name where ignore is working
+ channel: channel name where ignore is working
+
+Examples:
+ ignore nick "toto" everywhere:
+ /ignore add toto
+ ignore host "toto@domain.com" on freenode server:
+ /ignore add toto@domain.com freenode
+ ignore host "toto*@*.domain.com" on freenode/#weechat:
+ /ignore add toto*@*.domain.com freenode #weechat
+</programlisting>
+<command>info [Ziel]</command>
+<programlisting>
+Information über den Server abfragen
+
+Ziel: Servername
+</programlisting>
+<command>invite Nickname Channel</command>
+<programlisting>
+jemanden in einen Channel einladen
+
+Nickname: Chatname des Einzuladenden
+Channel: Channel, in den er eingeladen werden soll
+</programlisting>
+<command>ison Nickname [Nickname ...]</command>
+<programlisting>
+überprüfen, ob jemand zur Zeit im IRC ist
+
+Nickname: Nickname
+</programlisting>
+<command>join Channel[,Channel] [Passwort[,Passwort]]</command>
+<programlisting>
+einen Channel betreten
+
+Channel: zu betretender Channel
+ Passwort: Channelpasswort (+k-Mode)
+</programlisting>
+<command>kick [Channel] Nickname [Kommentar]</command>
+<programlisting>
+einen User aus einem Channel herauskicken
+
+Channel: Channel des Benutzers
+Nickname: Nickname des Benutzers
+Kommentar: Begründung für den Kick
+</programlisting>
+<command>kickban [Channel] Nickname [Kommentar]</command>
+<programlisting>
+kickt und verbannt jemanden von einem Channel
+
+Channel: Channel des Benutzers
+Nickname: Nickname des Benutzers
+Kommentar: Begründung für den Kickban
+</programlisting>
+<command>kill Nickname Kommentar</command>
+<programlisting>
+Jemanden vom Server werfen
+
+Nickname: Chatname
+Kommentar: Begründung
+</programlisting>
+<command>links [[Server] Servermaske]</command>
+<programlisting>
+Alle dem antwortenden Server bekannten Servernamen auflisten
+
+ Server: dieser Server soll die Anfrage beantworten
+Servermaske: die aufzulistenden Server sollen diesem Muster entsprechen
+</programlisting>
+<command>list [Channel[,Channel] [Server]]</command>
+<programlisting>
+Channels mit ihren Topics auflisten
+
+Channel: aufzulistender Channel (reguläre Ausdrücke sind möglich)
+Server: Servername
+</programlisting>
+<command>lusers [Maske [Ziel]]</command>
+<programlisting>
+Statistik über die Größe dieses IRC-Netzwerks abfragen
+
+ Maske: Nur Server, die diesem Muster entsprechen
+Ziel: Server, der die Anfrage weiterleiten soll
+</programlisting>
+<command>me Nachricht</command>
+<programlisting>
+eine CTCP ACTION an den aktuellen Channel senden
+
+zu sendende Nachricht
+</programlisting>
+<command>mode { Channel {[+|-]|o|p|s|i|t|n|b|v} [Limit] [User] [Bannmaske] } | {Nickname {[+|-]|i|w|s|o} }</command>
+<programlisting>
+Channel- oder Usermode ändern
+
+Channelmodi:
+ Channel: zu ändernder Channel
+ o: gib/nimm Operatorstatus
+ p: privater Channel
+ s: geheimer Channel
+ i: geschlossener Channel (Zutritt nur mit Einladung)
+ t: nur Operatoren dürfen das Topic setzen
+ n: keine Channelnachrichten von außerhalb des Channels
+ m: moderierter Channel (schreiben nur mit Voice)
+ l: maximale Anzahl an Usern im Channel festlegen
+ b: Bannmaske für zu sperrende User (in nick!ident@host-Form)
+ e: lege Ausnahmemaske fest
+ v: gib/nimm Voice (d.h. Schreibrecht bei moderierten Channels)
+ k: Channelkey/Channelpasswort festlegen
+Usermodi:
+ Nickname: zu ändernder Nickname
+ i: User als unsichtbar kennzeichnen
+ s: User empfängt Server-Nachrichten
+ w: User empfängt WALLOPS
+ o: User ist Channeloperator
+</programlisting>
+<command>motd [Ziel]</command>
+<programlisting>
+die "Nachricht von heute" abfragen
+
+Ziel: Servername
+</programlisting>
+<command>msg Empfänger[,Empfänger] Text</command>
+<programlisting>
+Nachricht an Nick/Channel verschicken
+
+Empfänger: Nick/Channel (darf eine Maske sein, '*' = aktueller Channel)
+Text: zu sendender Text
+</programlisting>
+<command>names [Channel[,Channel]]</command>
+<programlisting>
+Nicknames in Channels auflisten
+
+Channel: Channelname
+</programlisting>
+<command>nick [-all] Nickname</command>
+<programlisting>
+aktuellen Nickname wechseln
+
+ -all: Nickname auf allen verbundenen Servern ändern
+Nickname: neuer Nickname
+</programlisting>
+<command>notice Nickname Text</command>
+<programlisting>
+NOTICE an einen User verschicken
+
+Nickname: Empfänger der Nachricht
+ Text: zu sendender Text
+</programlisting>
+<command>op Nickname [Nickname]</command>
+<programlisting>
+give channel operator status to nickname(s)
+</programlisting>
+<command>oper Benutzername Passwort</command>
+<programlisting>
+Serveroperatorprivilegien anfordern
+
+Benutzername/Passwort: Account im IRC-Server
+</programlisting>
+<command>part [Channel[,Channel]] [Abschiedsnachricht]</command>
+<programlisting>
+einen Channel verlassen
+
+ Channel: zu verlassender Channel
+Abschiedsnachricht: Abschiedsnachricht, die den anderen Usern angezeigt wird
+</programlisting>
+<command>ping Server1 [Server2]</command>
+<programlisting>
+Server anpingen
+
+Server1: Anzupingender Server
+Server2: Ping an diesen Server weiterleiten
+</programlisting>
+<command>pong Daemon [Daemon2]</command>
+<programlisting>
+auf Ping antworten
+
+ Daemon: Daemon, der auf die Ping-Nachricht geantwortet hat
+Daemon2: Nachricht an diesen Daemon weiterleiten
+</programlisting>
+<command>query Nickname [Text]</command>
+<programlisting>
+private Nachricht an jemanden schicken
+
+Nickname: Nickname für privaten Chat
+ Text: zu sendender Text
+</programlisting>
+<command>quote Daten</command>
+<programlisting>
+Daten direkt an Server senden (siehe RFC 2812)
+
+Daten: zu sendende Rohdaten
+</programlisting>
+<command>reconnect [-all [-nojoin] | servername [servername ...] [-nojoin]]</command>
+<programlisting>
+mit einem Server oder mehreren Servern neu verbinden
+
+ -all: reconnect to all servers
+servername: server name to reconnect
+ -nojoin: do not join any channel (even if autojoin is enabled on server)
+</programlisting>
+<command>rehash</command>
+<programlisting>
+den Server dazu bringen, seine Konfigurationsdatei neu zu laden
+</programlisting>
+<command>restart</command>
+<programlisting>
+den Server dazu bringen, sich selbst neu zu starten
+</programlisting>
+<command>server [list [servername]] | [listfull [servername]] | [add servername hostname[/port] [-auto | -noauto] [-ipv6] [-ssl]] | [copy servername newservername] | [rename servername newservername] | [del servername]</command>
+<programlisting>
+Auflisten, Hinzufügen oder Entfernen von Servern
+
+ list: list servers (no parameter implies this list)
+ listfull: list servers with detailed info for each server
+ add: create a new server
+servername: server name, for internal and display use
+ hostname: name or IP address of server, with optional port (default: 6667)
+ auto: automatically connect to server when WeeChat starts
+ noauto: do not connect to server when WeeChat starts (default)
+ ipv6: use IPv6 protocol
+ ssl: use SSL protocol
+ copy: duplicate a server
+ rename: rename a server
+ del: delete a server
+ deloutq: delete messages out queue for all servers (all messages WeeChat is currently sending)
+
+Examples:
+ /server listfull
+ /server add oftc irc.oftc.net/6697 -ssl
+ /server add oftc6 irc6.oftc.net/6697 -ipv6 -ssl
+ /server add freenode2 chat.eu.freenode.net/6667,chat.us.freenode.net/6667
+ /server copy oftc oftcbis
+ /server rename oftc newoftc
+ /server del freenode
+ /server deloutq
+</programlisting>
+<command>service Nickname reserviert Distribution Typ reserviert Info</command>
+<programlisting>
+einen neuen Service eintragen
+
+Distribution: Sichtbarkeit des Services
+ Typ: für spätere Verwendung reserviert
+</programlisting>
+<command>servlist [Maske [Typ]]</command>
+<programlisting>
+zur Zeit verbundene Services auflisten
+
+Maske: nur zutreffende Services auflisten
+Typ: nur Services von diesem Typ auflisten
+</programlisting>
+<command>squery Service Text</command>
+<programlisting>
+Nachricht an einen Service senden
+
+Service: Name des Service
+Text: zu sendender Text
+</programlisting>
+<command>squit Server Kommentar</command>
+<programlisting>
+Serververbindungen trennen
+
+Server: Servername
+Kommentar: Trennungsgrund
+</programlisting>
+<command>stats [Anfrage [Server]]</command>
+<programlisting>
+Serverstatistik abfragen
+
+ Anfrage: c/h/i/k/l/m/o/y/u (siehe RFC1459)
+Server: zu befragender Server
+</programlisting>
+<command>summon User [Ziel [Channel]]</command>
+<programlisting>
+Nutzer, die auf dem IRC-Server arbeiten, darum bitten, auf den IRC-Server zu kommen
+
+ User: Benutzername
+Ziel: Servername
+Channel: Channelname
+</programlisting>
+<command>time [Ziel]</command>
+<programlisting>
+Ortszeit des Servers abfragen
+
+Ziel: der zu fragende Server
+</programlisting>
+<command>topic [Channel] [Topic]</command>
+<programlisting>
+Channeltopic abfragen/setzen
+
+Channel: Channelname
+Topic: neues Topic (oder "-delete" zum Entfernen des Topics)
+</programlisting>
+<command>trace [Ziel]</command>
+<programlisting>
+Route zum angegebenen Server ermitteln
+
+Ziel: Server
+</programlisting>
+<command>unban [Channel] nickname [nickname ...]</command>
+<programlisting>
+unban nicks or hosts
+
+ Channel: Channel, in dem der Bann aufzuheben ist
+Nickname: User, für den der Bann aufzuheben ist
+</programlisting>
+<command>userhost Nickname [Nickname ...]</command>
+<programlisting>
+liste von Nickname-Informationen ermitteln
+
+Nickname: Nickname
+</programlisting>
+<command>users [Ziel]</command>
+<programlisting>
+auf dem Server eingeloggte User auflisten
+
+Ziel: Server
+</programlisting>
+<command>version [Server | Nickname]</command>
+<programlisting>
+give the version info of nick or server (current or specified)
+
+ Server: Servername
+Nickname: Nickname
+</programlisting>
+<command>voice Nickname [Nickname]</command>
+<programlisting>
+give voice to nickname(s)
+</programlisting>
+<command>wallops Text</command>
+<programlisting>
+Nachricht an alle User schicken, die den 'w'-Mode gesetzt haben
+
+zu sendender Text
+</programlisting>
+<command>who [Maske ["o"]]</command>
+<programlisting>
+erweiterte Nicknameliste
+
+Maske: nur Information über betreffende Nicknames abfragen
+ o: nur Operatoren ausgeben, die dem Filter entsprechen
+</programlisting>
+<command>whois [Server] Nickname[,Nickname]</command>
+<programlisting>
+Information über User abfragen
+
+ Server: Servername
+Nickname: Nickname (oder eine Maske)
+</programlisting>
+<command>whowas Nickname [,Nickname [,Nickname ...]] [Anzahl [Ziel]]</command>
+<programlisting>
+Information über die Vergangenheit eines Nicknames erfragen
+
+Nickname: abzufragende Nicknames
+ Anzahl: maximale Anzahl an Antworten (negative Zahl für eine vollständige Liste)
+ Ziel: zu suchende Hostmaske
+</programlisting>
diff --git a/doc/de/autogen/irc_infos.xml b/doc/de/autogen/irc_infos.xml
new file mode 100644
index 000000000..2add5d5d3
--- /dev/null
+++ b/doc/de/autogen/irc_infos.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<row>
+ <entry>info</entry>
+ <entry>irc_buffer</entry>
+ <entry>get buffer pointer for an IRC server/channel</entry>
+</row>
+<row>
+ <entry>info</entry>
+ <entry>irc_is_channel</entry>
+ <entry>1 if string is an IRC channel</entry>
+</row>
+<row>
+ <entry>info</entry>
+ <entry>irc_nick_from_host</entry>
+ <entry>get nick from IRC host</entry>
+</row>
+<row>
+ <entry>infolist</entry>
+ <entry>irc_channel</entry>
+ <entry>list of channels for an IRC server</entry>
+</row>
+<row>
+ <entry>infolist</entry>
+ <entry>irc_ignore</entry>
+ <entry>list of IRC ignore</entry>
+</row>
+<row>
+ <entry>infolist</entry>
+ <entry>irc_nick</entry>
+ <entry>list of nicks for an IRC channel</entry>
+</row>
+<row>
+ <entry>infolist</entry>
+ <entry>irc_server</entry>
+ <entry>list of IRC servers</entry>
+</row>
diff --git a/doc/de/autogen/irc_options.xml b/doc/de/autogen/irc_options.xml
new file mode 100644
index 000000000..abe8d65d2
--- /dev/null
+++ b/doc/de/autogen/irc_options.xml
@@ -0,0 +1,632 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<command>irc.log.auto_log_channel</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Automatisches Logging von Channels</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.log.auto_log_private</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Automatisches Logging von Queries</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.log.auto_log_server</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Automatisches Logging von Servermessages</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.log.hide_nickserv_pwd</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Von NickServ angezeigte Passwörter verstecken</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.look.display_away</command>
+<itemizedlist>
+ <listitem>
+ <para>description: bei Abwesenheit und Rückkehr eine Nachricht anzeigen</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: off, local, channel</para>
+ </listitem>
+ <listitem>
+ <para>default value: local</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.look.highlight_tags</command>
+<itemizedlist>
+ <listitem>
+ <para>description: comma separated list of tags for messages that may produce highlight (usually any message from another user, not server messages,..)</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: 'irc_privmsg,irc_notice'</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.look.nick_completion_smart</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Intelligente vervollständigung der Nicknamen (vervollständigt zuerst mit dem letzten Nick, der einen angesprochen hat)</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.look.nick_prefix</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Text, der im Chatfenster vor dem Nickname erscheinen soll</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: ''</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.look.nick_suffix</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Text, der im Chatfenster nach dem Nickname erscheinen soll</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: ''</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.look.notice_as_pv</command>
+<itemizedlist>
+ <listitem>
+ <para>description: NOTICEs als Queries anzeigen</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.look.one_server_buffer</command>
+<itemizedlist>
+ <listitem>
+ <para>description: benutze den gleichen Puffer für alle Server</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.look.open_near_server</command>
+<itemizedlist>
+ <listitem>
+ <para>description: öffne neue Channels oder private Nachrichten neben dem Server-Puffer</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.look.show_away_once</command>
+<itemizedlist>
+ <listitem>
+ <para>description: in privaten Unterhaltungen nur einmalig eine Abwesenheitsnachricht anzeigen</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.network.anti_flood</command>
+<itemizedlist>
+ <listitem>
+ <para>description: anti-flood: # Sekunden zwischen zwei Benutzernachrichten (0 = kein anti-flood)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 5</para>
+ </listitem>
+ <listitem>
+ <para>default value: 2</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.network.away_check</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Intervall zwischen zwei Away-Checks (in Minuten, 0 = nie überprüfen)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 2147483647</para>
+ </listitem>
+ <listitem>
+ <para>default value: 0</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.network.away_check_max_nicks</command>
+<itemizedlist>
+ <listitem>
+ <para>description: überprüfe Abwesenheitsnachrichten nur in Channels mit maximal dieser Anzahl an Nicknamen (0 = unbegrenzt)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 2147483647</para>
+ </listitem>
+ <listitem>
+ <para>default value: 0</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.network.colors_receive</command>
+<itemizedlist>
+ <listitem>
+ <para>description: wenn der Schalter deaktiviert ist, werden die Farben von eingehenden Nachrichten entfernt</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.network.colors_send</command>
+<itemizedlist>
+ <listitem>
+ <para>description: allow user to send colors with special codes (^Cb=bold, ^Ccxx=color, ^Ccxx,yy=color+background, ^Cu=underline, ^Cr=reverse)</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.network.default_msg_part</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Standardnachricht beim Verlasseb eines Channels ('%v' wird durch die WeeChat-Version ersetzt)</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: 'WeeChat %v'</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.network.default_msg_quit</command>
+<itemizedlist>
+ <listitem>
+ <para>description: default quit message (disconnecting from server) ('%v' will be replaced by WeeChat version in string)</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: 'WeeChat %v'</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.network.lag_check</command>
+<itemizedlist>
+ <listitem>
+ <para>description: interval between two checks for lag (in seconds, 0 = never check)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 2147483647</para>
+ </listitem>
+ <listitem>
+ <para>default value: 60</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.network.lag_disconnect</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Maximal-Lag bis zum Trennen der Verbindung (in Minuten - 0: nie trennen)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 2147483647</para>
+ </listitem>
+ <listitem>
+ <para>default value: 5</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.network.lag_min_show</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Mindest-Lag, der angezeigt werden soll, in Sekunden</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 2147483647</para>
+ </listitem>
+ <listitem>
+ <para>default value: 1</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.network.send_unknown_commands</command>
+<itemizedlist>
+ <listitem>
+ <para>description: sende unbekannte Befehle an den IRC-Server</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.server_default.addresses</command>
+<itemizedlist>
+ <listitem>
+ <para>description: list of IP/port or hostname/port for server (separated by comma)</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: ''</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.server_default.autoconnect</command>
+<itemizedlist>
+ <listitem>
+ <para>description: automatisch mit dem Server verbinden, wenn WeeChat gestartet wird</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.server_default.autojoin</command>
+<itemizedlist>
+ <listitem>
+ <para>description: durch Kommata getrennte Liste der Channels, die beim Verbinden zum Server betreten werden sollen (Beispiel: "#chan1,#chan2,#chan3 key1,key2")</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: ''</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.server_default.autoreconnect</command>
+<itemizedlist>
+ <listitem>
+ <para>description: die Verbindung nach Trennung automatisch wiederherstellen</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.server_default.autoreconnect_delay</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Zeit in Sekunden, die gewartet wird, bevor ein Verbindungsneuaufbau versucht wird</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 65535</para>
+ </listitem>
+ <listitem>
+ <para>default value: 30</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.server_default.autorejoin</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Channels nach Kick automatisch wieder betreten, falls möglich</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.server_default.command</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Befehle, die nach der Verbindung zum Server ausgeführt werden sollen (mehrere Befehle müssen mit einem Semikolon getrennt werden, um ein Semikolon zu schreiben, muss man '\;' verwenden, die spezielllen Variablen $nick, $channel und $server werden dabei durch den jeweiligen Wert ersetzt)</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: ''</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.server_default.command_delay</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Wartezeit in Sekunden nach Ausführung des Befehls, um z.B. eine Authentifizierung zu ermöglichen</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 3600</para>
+ </listitem>
+ <listitem>
+ <para>default value: 0</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.server_default.ipv6</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Server über IPv6 ansprechen</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.server_default.local_hostname</command>
+<itemizedlist>
+ <listitem>
+ <para>description: custom local hostname/IP for server (optional, if empty local hostname is used)</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: ''</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.server_default.nicks</command>
+<itemizedlist>
+ <listitem>
+ <para>description: nicknames to use on IRC server (separated by comma)</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: 'flashcode,flashcode1,flashcode2,flashcode3,flashcode4'</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.server_default.password</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Passwort für den IRC-Server</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: ''</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.server_default.realname</command>
+<itemizedlist>
+ <listitem>
+ <para>description: voller Name, der an den Server übermittelt werden soll</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: 'flashcode'</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.server_default.ssl</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Server über SSL ansprechen</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>irc.server_default.username</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Benutzername, der an den Server übermittelt werden soll</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: 'flashcode'</para>
+ </listitem>
+</itemizedlist>
+
diff --git a/doc/de/autogen/logger_infos.xml b/doc/de/autogen/logger_infos.xml
new file mode 100644
index 000000000..bf249d045
--- /dev/null
+++ b/doc/de/autogen/logger_infos.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<row>
+ <entry>infolist</entry>
+ <entry>logger_buffer</entry>
+ <entry>list of logger buffers</entry>
+</row>
diff --git a/doc/de/autogen/lua_commands.xml b/doc/de/autogen/lua_commands.xml
new file mode 100644
index 000000000..b6ca43353
--- /dev/null
+++ b/doc/de/autogen/lua_commands.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<command>lua [list [name]] | [listfull [name]] [load filename] | [autoload] | [reload] | [unload [name]]</command>
+<programlisting>
+list/load/unload scripts
+
+filename: script (file) to load
+name: a script name
+
+Without argument, this command lists all loaded scripts.
+</programlisting>
diff --git a/doc/de/autogen/notify_commands.xml b/doc/de/autogen/notify_commands.xml
new file mode 100644
index 000000000..6c58a3940
--- /dev/null
+++ b/doc/de/autogen/notify_commands.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<command>notify reset | none | highlight | message | all</command>
+<programlisting>
+change notify level for current buffer
+
+ reset: reset notify level to default value
+ none: buffer will never be in hotlist
+highlight: buffer will be in hotlist for highlights only
+ message: buffer will be in hotlist for highlights and user messages only
+ all: buffer will be in hotlist for any text printed
+</programlisting>
diff --git a/doc/de/autogen/perl_commands.xml b/doc/de/autogen/perl_commands.xml
new file mode 100644
index 000000000..8ad606570
--- /dev/null
+++ b/doc/de/autogen/perl_commands.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<command>perl [list [name]] | [listfull [name]] [load filename] | [autoload] | [reload] | [unload [name]]</command>
+<programlisting>
+list/load/unload scripts
+
+filename: script (file) to load
+name: a script name
+
+Without argument, this command lists all loaded scripts.
+</programlisting>
diff --git a/doc/de/autogen/python_commands.xml b/doc/de/autogen/python_commands.xml
new file mode 100644
index 000000000..b58bca303
--- /dev/null
+++ b/doc/de/autogen/python_commands.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<command>python [list [name]] | [listfull [name]] [load filename] | [autoload] | [reload] | [unload [name]]</command>
+<programlisting>
+list/load/unload scripts
+
+filename: script (file) to load
+name: a script name
+
+Without argument, this command lists all loaded scripts.
+</programlisting>
diff --git a/doc/de/autogen/ruby_commands.xml b/doc/de/autogen/ruby_commands.xml
new file mode 100644
index 000000000..87e16a84c
--- /dev/null
+++ b/doc/de/autogen/ruby_commands.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<command>ruby [list [name]] | [listfull [name]] [load filename] | [autoload] | [reload] | [unload [name]]</command>
+<programlisting>
+list/load/unload scripts
+
+filename: script (file) to load
+name: a script name
+
+Without argument, this command lists all loaded scripts.
+</programlisting>
diff --git a/doc/de/autogen/weechat_commands.xml b/doc/de/autogen/weechat_commands.xml
new file mode 100644
index 000000000..0743d9f55
--- /dev/null
+++ b/doc/de/autogen/weechat_commands.xml
@@ -0,0 +1,220 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<command>bar [add barname type[,cond1,cond2,...] position size separator item1,item2,...] | [default] | [del barname|-all] | [set barname name|priority|condition|position|filling|size|separator|items value] | [hide|show barname] | [scroll barname category.name value] | [list] | [listitems]</command>
+<programlisting>
+manage bars
+
+ add: add a new bar
+ barname: name of bar (must be unique)
+ type: root: outside windows),
+ window: inside windows, with optional conditions (see below)
+ cond1,...: condition(s) for displaying bar (only for type "window"):
+ active: on active window
+ inactive: on inactive windows
+ nicklist: on windows with nicklist
+ without condition, bar is always displayed
+ position: bottom, top, left or right
+ filling: horizontal or vertical
+ size: size of bar (in chars)
+ separator: 1 for using separator (line), 0 or nothing means no separator
+ item1,...: items for this bar
+ default: create default bars
+ del: delete a bar (or all bars with -all)
+ set: set a value for a bar property
+ hide: hide a bar
+ show: show an hidden bar
+ scroll: scroll bar up/down
+category.name: category and name of buffer to scroll ('*' means current buffer, you should use '*' for root bars)
+ value: value for scroll: 'x' or 'y', followed by '+', '-', 'b' (beginning) or 'e' (end), value (for +/-), and optional %% (to scroll by %% of width/height, otherwise value is number of chars)
+ list: list all bars
+ listfull: list all bars (verbose)
+ listitems: list all bar items
+
+Examples:
+ create a bar with time and completion:
+ /bar add mybar root bottom 1 0 [time],completion
+ hide a bar:
+ /bar hide mybar
+ scroll nicklist 10 lines down on current buffer:
+ /bar scroll nicklist * y+10
+ scroll nicklist one page up on #weechat buffer:
+ /bar scroll nicklist #weechat y-100%
+ scroll to end of nicklist on current buffer:
+ /bar scroll nicklist * ye
+</programlisting>
+<command>buffer [Aktion [Argumente] | Nummer | [[Server] [Channel]]]</command>
+<programlisting>
+Puffer verwalten
+
+ action: action to do:
+ clear: clear buffer content (-all for all buffers, number for a buffer, or nothing for current buffer)
+ move: move buffer in the list (may be relative, for example -1)
+ close: close buffer
+ list: list buffers (no parameter implies this list)
+ notify: display notify levels for all open buffers
+ scroll: scroll in history (may be relative, and may end by a letter: s=sec, m=min, h=hour, d=day, M=month, y=year); if there is only letter, then scroll to beginning of this item
+
+ number: jump to buffer by number
+server,
+channel: jump to buffer by server and/or channel name
+
+Examples:
+clear current buffer: /buffer clear
+ clear all buffers: /buffer clear -all
+ move buffer: /buffer move 5
+ close buffer: /buffer close this is part msg
+ scroll 1 day up: /buffer scroll 1d == /buffer scroll -1d == /buffer scroll -24h
+ scroll to beginning
+ of this day: /buffer scroll d
+ scroll 15 min down: /buffer scroll +15m
+ scroll 20 msgs up: /buffer scroll -20
+ jump to #weechat: /buffer #weechat
+</programlisting>
+<command>command plugin command</command>
+<programlisting>
+launch explicit WeeChat or plugin command
+
+ plugin: plugin name ('weechat' for WeeChat internal command)
+command: command to execute (a '/' is automatically added if not found at beginning of command)
+</programlisting>
+<command>filter [list] | [enable|disable|toggle] | [add buffer tags regex] | [del number|-all]</command>
+<programlisting>
+filter messages in buffers, to hide/show them according to tags or regex
+
+ list: list all filters
+ enable: enable filters (filters are enabled by default)
+disable: disable filters
+ toggle: toggle filters
+ add: add a filter
+ del: delete a filter
+ number: number of filter to delete (look at list to find it)
+ -all: delete all filters
+ buffer: buffer where filter is active: it may be a name (category.name) or "*" for all buffers
+ tags: comma separated list of tags, for example: "irc_join,irc_part,irc_quit"
+ regex: regular expression to search in line (use \t to separate prefix from message)
+
+Examples:
+ filter IRC join/part/quit messages:
+ /filter add * irc_join,irc_part,irc_quit *
+ filter nick "toto" on channel #weechat:
+ /filter add freenode.#weechat * toto\t
+ filter lines containing word "spam":
+ /filter add * * spam
+ filter lines containing "weechat sucks" on channel #weechat:
+ /filter add freenode.#weechat * weechat sucks
+</programlisting>
+<command>help [command | option]</command>
+<programlisting>
+display help about commands and options
+
+command: a command name
+ option: an option name (use /set to see list)
+</programlisting>
+<command>history [clear | Anzahl]</command>
+<programlisting>
+zeigt Befehlsverlauf des Puffers
+
+clear: Löscht Verlauf
+Anzahl: zeigt die gewünschte Anzahl an Verlaufseinträgen
+</programlisting>
+<command>input return | complete_next | complete_previous | search_next | delete_previous_char | delete_next_char | delete_previous_word | delete_next_word | delete_beginning_of_line | delete_end_of_line | delete_line | clipboard_paste | transpose_chars | move_beginning_of_line | move_end_of_line | move_previous_char | move_next_char | move_previous_word | move_next_word | history_previous | history_next | history_global_previous | history_global_next | jump_smart | jump_last_buffer | jump_previous_buffer | hotlist_clear | grab_key | scroll_unread | set_unread | set_unread_current_buffer | insert [args]</command>
+<programlisting>
+functions for command line
+
+Cette commande est utilisée par les associations de touches ou les extensions.
+</programlisting>
+<command>key [key [command [args]]] | [unbind key] | [reset -yes]</command>
+<programlisting>
+belegen/freigeben von Tasten
+
+ key: display or bind this key to a command
+ unbind: unbind a key
+ reset: restore bindings to the default values and delete ALL personal bindings (use carefully!)
+</programlisting>
+<command>plugin [list [Name]] | [listfull [Name]] | [load Dateiname] | [autoload] | [reload [Name]] | [unload [Name]]</command>
+<programlisting>
+auflisten/laden/entladen von Plugins
+
+ list: list loaded plugins
+listfull: list loaded plugins (verbose)
+ load: load a plugin
+autoload: autoload plugins in system or user directory
+ reload: reload one plugin (if no name given, unload all plugins, then autoload plugins)
+ unload: unload one or all plugins
+
+Without argument, /plugin command lists loaded plugins.
+</programlisting>
+<command>quit</command>
+<programlisting>
+quit WeeChat
+</programlisting>
+<command>reload [file [file...]]</command>
+<programlisting>
+reload configuration files from disk
+
+file: configuration file to reload
+
+Without argument, all files (WeeChat and plugins) are reloaded.
+</programlisting>
+<command>save [file [file...]]</command>
+<programlisting>
+save configuration files to disk
+
+file: configuration file to save
+
+Without argument, all files (WeeChat and plugins) are saved.
+</programlisting>
+<command>set [Option [ = Wert]]</command>
+<programlisting>
+Konfigurationsparameter setzen
+
+option: name of an option
+ value: value for option
+</programlisting>
+<command>unset [option]</command>
+<programlisting>
+unset/reset config options
+
+option: name of an option (may begin or end with "*" to mass-reset options, use carefully!)
+
+According to option, it's reset (for standard options) or removed (for optional settings, like server values).
+</programlisting>
+<command>upgrade [path_to_binary]</command>
+<programlisting>
+aktualisiert WeeChat ohne die Verbindung zum Server zu trennen
+
+path_to_binary: path to WeeChat binary (default is current binary)
+
+This command run again a WeeChat binary, so it should have been compiled or installed with a package manager before running this command.
+</programlisting>
+<command>uptime [-o]</command>
+<programlisting>
+zeigt die Uptime von Weechat an
+
+-o: sendet die Weechat-Uptime als IRC-Nachricht in den aktuellen Channel
+</programlisting>
+<command>window [list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv [pct] | resize pct | merge [all]]</command>
+<programlisting>
+Fenster verwalten
+
+ list: listet die geöffneten Fenster (Default, kann auch weggelassen werden)
+ -1: springt zum vorherigen Fenster
+ +1: springt zum nächsten Fenster
+ b#: springt zum nächsten Fenster, dass Puffer Nummer # anzeigt
+ up: wechselt zum Fenster über dem aktuellen
+ down: wechselt zum Fenster unter dem aktuellen
+ left: wechselt zum linken Fenster
+ right: wechselt zum rechten Fenster
+splith: teilt das aktuelle Fenster horizontal
+splitv: teilt das aktuelle Fenster vertikal
+resize: verändert die Größe des aktuellen Fensters, die neue Größe ist &lt;pct&gt; Prozent des Elternfensters groß
+ merge: vereinigt Fenster miteinander (all = alle Fenster vereinigen)
+
+Bei splith und splitv gibt pct die neue Größe des Fensters im verhältnis zur aktuellen Größe an. Zum Beispiel würde 25 bedeuten, dass das neue Fenster nur noch ein Viertel der Größe des alten Fensters hätte.
+</programlisting>
diff --git a/doc/de/autogen/weechat_infos.xml b/doc/de/autogen/weechat_infos.xml
new file mode 100644
index 000000000..476a7d9fe
--- /dev/null
+++ b/doc/de/autogen/weechat_infos.xml
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<row>
+ <entry>info</entry>
+ <entry>charset_internal</entry>
+ <entry>WeeChat internal charset</entry>
+</row>
+<row>
+ <entry>info</entry>
+ <entry>charset_terminal</entry>
+ <entry>terminal charset</entry>
+</row>
+<row>
+ <entry>info</entry>
+ <entry>date</entry>
+ <entry>WeeChat compilation date</entry>
+</row>
+<row>
+ <entry>info</entry>
+ <entry>dir_separator</entry>
+ <entry>directory separator</entry>
+</row>
+<row>
+ <entry>info</entry>
+ <entry>filters_enabled</entry>
+ <entry>1 if filters are enabled</entry>
+</row>
+<row>
+ <entry>info</entry>
+ <entry>inactivity</entry>
+ <entry>keyboard inactivity (seconds)</entry>
+</row>
+<row>
+ <entry>info</entry>
+ <entry>version</entry>
+ <entry>WeeChat version</entry>
+</row>
+<row>
+ <entry>info</entry>
+ <entry>weechat_dir</entry>
+ <entry>WeeChat directory</entry>
+</row>
+<row>
+ <entry>info</entry>
+ <entry>weechat_libdir</entry>
+ <entry>WeeChat "lib" directory</entry>
+</row>
+<row>
+ <entry>info</entry>
+ <entry>weechat_localedir</entry>
+ <entry>WeeChat "locale" directory</entry>
+</row>
+<row>
+ <entry>info</entry>
+ <entry>weechat_sharedir</entry>
+ <entry>WeeChat "share" directory</entry>
+</row>
+<row>
+ <entry>infolist</entry>
+ <entry>buffer</entry>
+ <entry>list of buffers</entry>
+</row>
+<row>
+ <entry>infolist</entry>
+ <entry>buffer_lines</entry>
+ <entry>lines of a buffer</entry>
+</row>
+<row>
+ <entry>infolist</entry>
+ <entry>filter</entry>
+ <entry>list of filters</entry>
+</row>
+<row>
+ <entry>infolist</entry>
+ <entry>hook</entry>
+ <entry>list of hooks</entry>
+</row>
+<row>
+ <entry>infolist</entry>
+ <entry>hotlist</entry>
+ <entry>list of buffers in hotlist</entry>
+</row>
+<row>
+ <entry>infolist</entry>
+ <entry>nicklist</entry>
+ <entry>nicks in nicklist for a buffer</entry>
+</row>
+<row>
+ <entry>infolist</entry>
+ <entry>option</entry>
+ <entry>list of options</entry>
+</row>
+<row>
+ <entry>infolist</entry>
+ <entry>window</entry>
+ <entry>list of windows</entry>
+</row>
diff --git a/doc/de/autogen/weechat_options.xml b/doc/de/autogen/weechat_options.xml
new file mode 100644
index 000000000..9084ba7dc
--- /dev/null
+++ b/doc/de/autogen/weechat_options.xml
@@ -0,0 +1,2056 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<command>weechat.color.bar_more</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for '+' when scrolling bars</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightmagenta</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for chat</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: default</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_bg</command>
+<itemizedlist>
+ <listitem>
+ <para>description: background color for chat</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: default</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_buffer</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for buffer names</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: white</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_channel</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for channel names</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: white</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_delimiters</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for delimiters</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: green</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_highlight</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for highlighted prefix</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: yellow</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_highlight_bg</command>
+<itemizedlist>
+ <listitem>
+ <para>description: background color for highlighted prefix</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: magenta</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_host</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for hostnames</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: cyan</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_nick</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for nicks in chat window</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightcyan</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_nick_color01</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color #1 for nick</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: cyan</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_nick_color02</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color #2 for nick</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: magenta</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_nick_color03</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color #3 for nick</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: green</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_nick_color04</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color #4 for nick</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: brown</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_nick_color05</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color #5 for nick</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightblue</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_nick_color06</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color #6 for nick</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: default</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_nick_color07</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color #7 for nick</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightcyan</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_nick_color08</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color #8 for nick</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightmagenta</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_nick_color09</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color #9 for nick</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightgreen</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_nick_color10</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color #10 for nick</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: blue</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_nick_other</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for other nick in private buffer</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: default</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_nick_self</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for local nick in chat window</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: white</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_prefix_action</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for action prefix</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: white</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_prefix_error</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for error prefix</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: yellow</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_prefix_join</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for join prefix</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightgreen</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_prefix_more</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for '+' when prefix is too long</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightmagenta</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_prefix_network</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for network prefix</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: magenta</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_prefix_quit</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for quit prefix</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightred</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_prefix_suffix</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for suffix (after prefix)</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: green</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_read_marker</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for unread data marker</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: magenta</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_read_marker_bg</command>
+<itemizedlist>
+ <listitem>
+ <para>description: background color for unread data marker</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: default</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_server</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for server names</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: brown</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_time</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for time in chat window</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: default</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.chat_time_delimiters</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for time delimiters</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: brown</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.input</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for input line</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: default</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.input_actions</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for actions in input line</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightgreen</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.input_bg</command>
+<itemizedlist>
+ <listitem>
+ <para>description: background color for input line</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: default</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.input_channel</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for channel name in input line</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: white</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.input_delimiters</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for delimiters in input line</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: cyan</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.input_nick</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for nick name in input line</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightcyan</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.input_server</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for server name in input line</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: brown</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.input_text_not_found</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for unsucessful text search in input line</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: red</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.nicklist</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for nicklist</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: default</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.nicklist_away</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for away nicknames</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: cyan</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.nicklist_bg</command>
+<itemizedlist>
+ <listitem>
+ <para>description: background color for nicklist</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: default</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.nicklist_group</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for groups in nicklist</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: green</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.nicklist_more</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for '+' when scrolling nicks in nicklist</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightmagenta</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.nicklist_prefix1</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for prefix #1 in nicklist</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightgreen</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.nicklist_prefix2</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for prefix #2 in nicklist</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightmagenta</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.nicklist_prefix3</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for prefix #3 in nicklist</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: yellow</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.nicklist_prefix4</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for prefix #4 in nicklist</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: blue</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.nicklist_prefix5</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for prefix #5 in nicklist</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: brown</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.nicklist_separator</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for nicklist separator</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: blue</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.separator</command>
+<itemizedlist>
+ <listitem>
+ <para>description: background color for window separators (when splited)</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: blue</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.status</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for status bar</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: default</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.status_bg</command>
+<itemizedlist>
+ <listitem>
+ <para>description: background color for status bar</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: blue</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.status_category</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for current buffer category in status bar</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightgreen</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.status_data_highlight</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for buffer with highlight (status bar)</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightmagenta</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.status_data_msg</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for buffer with new messages (status bar)</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: yellow</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.status_data_other</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for buffer with new data (not messages) (status bar)</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: default</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.status_data_private</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for buffer with private message (status bar)</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightgreen</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.status_delimiters</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for status bar delimiters</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: cyan</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.status_more</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for buffer with new data (status bar)</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: yellow</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.status_name</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for current buffer name in status bar</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: white</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.status_number</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for current buffer number in status bar</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: yellow</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.title</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for title bar</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: default</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.color.title_bg</command>
+<itemizedlist>
+ <listitem>
+ <para>description: background color for title bar</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: blue</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.completion.nick_completor</command>
+<itemizedlist>
+ <listitem>
+ <para>description: string inserted after nick completion</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: ':'</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.completion.nick_first_only</command>
+<itemizedlist>
+ <listitem>
+ <para>description: nur mit dem ersten, passenden Nicknamen vervollständigen</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.completion.nick_ignore_chars</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Zeichen, die bei der Nickvervollständigung ignoriert werden</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: '[]-^'</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.completion.partial_completion_alert</command>
+<itemizedlist>
+ <listitem>
+ <para>description: alert user when a partial completion occurs</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.completion.partial_completion_command</command>
+<itemizedlist>
+ <listitem>
+ <para>description: partially complete command names (stop when many commands found begin with same letters)</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.completion.partial_completion_command_arg</command>
+<itemizedlist>
+ <listitem>
+ <para>description: partially complete command arguments (stop when many arguments found begin with same prefix)</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.completion.partial_completion_count</command>
+<itemizedlist>
+ <listitem>
+ <para>description: display count for each partial completion in bar item</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.completion.partial_completion_nick</command>
+<itemizedlist>
+ <listitem>
+ <para>description: partially complete nicks (stop when many nicks found begin with same letters)</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.history.display_default</command>
+<itemizedlist>
+ <listitem>
+ <para>description: maximale Anzahl der angezeigten Befehle im Verlauf (0: unbegrenzt)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 2147483647</para>
+ </listitem>
+ <listitem>
+ <para>default value: 5</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.history.max_commands</command>
+<itemizedlist>
+ <listitem>
+ <para>description: maximale Anzahl an Befehlen im Verlauf (0: kein Limit)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 2147483647</para>
+ </listitem>
+ <listitem>
+ <para>default value: 100</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.history.max_lines</command>
+<itemizedlist>
+ <listitem>
+ <para>description: maximum number of lines in history per buffer (0 = unlimited)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 2147483647</para>
+ </listitem>
+ <listitem>
+ <para>default value: 4096</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.buffer_notify_default</command>
+<itemizedlist>
+ <listitem>
+ <para>description: default notify level for buffers (used to tell WeeChat if buffer must be displayed in hotlist or not, according to importance of message)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: none, highlight, message, all</para>
+ </listitem>
+ <listitem>
+ <para>default value: all</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.buffer_time_format</command>
+<itemizedlist>
+ <listitem>
+ <para>description: time format for buffers</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: '%H:%M:%S'</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.color_nicks_number</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Anzahl der für Nicknames zu benutzenden Farben</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 1 .. 10</para>
+ </listitem>
+ <listitem>
+ <para>default value: 10</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.color_real_white</command>
+<itemizedlist>
+ <listitem>
+ <para>description: wenn gesetzt, benutze echtes Weiß, als Voreinstellung jedoch für Terminals mit weißem Hintergrund deaktiviert (solltest du niemals einen weißen Hintergrund benutzen, solltest du diese Option aktivieren um ein echtes Weiß anstelle der voreingestellten Terminal Vordergrundfarbe zu bekommen)</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.day_change</command>
+<itemizedlist>
+ <listitem>
+ <para>description: spezielle Nachricht anzeigen, wenn ein neuer Tag beginnt</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.day_change_time_format</command>
+<itemizedlist>
+ <listitem>
+ <para>description: time format for date displayed when day changed</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: '%a, %d %b %Y'</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.highlight</command>
+<itemizedlist>
+ <listitem>
+ <para>description: durch Kommata getrennte Liste der hervorzuhebenden Wörter (Groß-/Kleinschreibung wird nicht beachtet, die Wörter können mit "*" als Joker beginnen oder enden)</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: ''</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.hotlist_names_count</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Maximale Anzahl an Namen in der Hotlist (0 = keine Namen, nur Puffernummern)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 32</para>
+ </listitem>
+ <listitem>
+ <para>default value: 3</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.hotlist_names_length</command>
+<itemizedlist>
+ <listitem>
+ <para>description: maximale Länge der Namen in der Hotlist (0: kein Limit)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 32</para>
+ </listitem>
+ <listitem>
+ <para>default value: 0</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.hotlist_names_level</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Level für Namensanzeige in der Hotlist (Kombination von: 1=join/part, 2=Nachricht, 4=Query, 8=Highlight, z.B. 12=Query+Highlight)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 1 .. 15</para>
+ </listitem>
+ <listitem>
+ <para>default value: 12</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.hotlist_sort</command>
+<itemizedlist>
+ <listitem>
+ <para>description: hotlist sort type (group_time_asc (default), group_time_desc, group_number_asc, group_number_desc, number_asc, number_desc)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: group_time_asc, group_time_desc, group_number_asc, group_number_desc, number_asc, number_desc</para>
+ </listitem>
+ <listitem>
+ <para>default value: group_time_asc</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.input_format</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Format der Eingabezeile ('%c' wird durch den Channel- oder Servernamen ersetzt, '%n' durch den Nicknamen und '%m' durch die Nick-Modi)</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: '[%n(%m)] '</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.item_time_format</command>
+<itemizedlist>
+ <listitem>
+ <para>description: time format for "time" bar item</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: '%H:%M'</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.nicklist</command>
+<itemizedlist>
+ <listitem>
+ <para>description: display nicklist (on buffers with nicklist enabled)</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.nicklist_max_size</command>
+<itemizedlist>
+ <listitem>
+ <para>description: max size for nicklist (width or height, depending on nicklist_position (0 = no max size; if min = max and &gt; 0, then size is fixed))</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 100</para>
+ </listitem>
+ <listitem>
+ <para>default value: 0</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.nicklist_min_size</command>
+<itemizedlist>
+ <listitem>
+ <para>description: min size for nicklist (width or height, depending on nicklist_position (0 = no min size))</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 100</para>
+ </listitem>
+ <listitem>
+ <para>default value: 0</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.nicklist_position</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Nicklisten-Position (top, left, right (Standard), bottom)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: left, right, top, bottom</para>
+ </listitem>
+ <listitem>
+ <para>default value: right</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.nicklist_separator</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Trennzeichen zwischen Chatfenster und Nickliste</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.nickmode</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Nickmode (@%+) vorm Nickname anzeigen</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.nickmode_empty</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Leerzeichen anzeigen wenn Nickmode nicht @%+ ist</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.paste_max_lines</command>
+<itemizedlist>
+ <listitem>
+ <para>description: max number of lines for paste without asking user (0 = disable this feature)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 2147483647</para>
+ </listitem>
+ <listitem>
+ <para>default value: 3</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.prefix_action</command>
+<itemizedlist>
+ <listitem>
+ <para>description: prefix for action messages</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: ' *'</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.prefix_align</command>
+<itemizedlist>
+ <listitem>
+ <para>description: prefix alignment (none, left, right (default))</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: none, left, right</para>
+ </listitem>
+ <listitem>
+ <para>default value: right</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.prefix_align_max</command>
+<itemizedlist>
+ <listitem>
+ <para>description: max size for prefix (0 = no max size)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 64</para>
+ </listitem>
+ <listitem>
+ <para>default value: 0</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.prefix_error</command>
+<itemizedlist>
+ <listitem>
+ <para>description: prefix for error messages</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: '=!='</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.prefix_join</command>
+<itemizedlist>
+ <listitem>
+ <para>description: prefix for join messages</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: '--&gt;'</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.prefix_network</command>
+<itemizedlist>
+ <listitem>
+ <para>description: prefix for network messages</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: '--'</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.prefix_quit</command>
+<itemizedlist>
+ <listitem>
+ <para>description: prefix for quit messages</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: '&lt;--'</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.prefix_suffix</command>
+<itemizedlist>
+ <listitem>
+ <para>description: string displayed after prefix</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: '|'</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.read_marker</command>
+<itemizedlist>
+ <listitem>
+ <para>description: use a marker (line or char) on buffers to show first unread line</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: none, line, dotted-line, char</para>
+ </listitem>
+ <listitem>
+ <para>default value: dotted-line</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.save_on_exit</command>
+<itemizedlist>
+ <listitem>
+ <para>description: save configuration file on exit</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.scroll_amount</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Anzahl der zu scrollenden Zeilen bei Bild-Hoch- und Bild-Runter-Taste</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 1 .. 2147483647</para>
+ </listitem>
+ <listitem>
+ <para>default value: 3</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.look.set_title</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Fenstertitel setzen (oder Terminaltitel im Curses-GUI) mit Name und Version</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.plugin.autoload</command>
+<itemizedlist>
+ <listitem>
+ <para>description: comma separated list of plugins to load automatically at startup, "*" means all plugins found (names may be partial, for example "perl" is ok for "perl.so")</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: '*'</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.plugin.debug</command>
+<itemizedlist>
+ <listitem>
+ <para>description: enable debug messages by default in all plugins (option disabled by default, which is highly recommended)</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.plugin.extension</command>
+<itemizedlist>
+ <listitem>
+ <para>description: standard plugins extension in filename (for example ".so" under Linux or ".dll" under Microsoft Windows)</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: '.so'</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.plugin.path</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Suchpfad für WeeChat-Plugins ('%h' wird durch das WeeChat-Basisiverzeichnis ersetzt, voreingestellt ist ~/.weechat)</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: '%h/plugins'</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.plugin.save_config_on_unload</command>
+<itemizedlist>
+ <listitem>
+ <para>description: save configuration files when unloading plugins</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.proxy.address</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Adresse des Proxyservers (IP oder Hostname)</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: ''</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.proxy.ipv6</command>
+<itemizedlist>
+ <listitem>
+ <para>description: connect to proxy using ipv6</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.proxy.password</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Passwort für die Proxyverbindung</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: ''</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.proxy.port</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Port, auf dem der Proxyserver läuft</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 65535</para>
+ </listitem>
+ <listitem>
+ <para>default value: 3128</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.proxy.type</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Proxytyp (http (Standard), socks4, socks5)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: http, socks4, socks5</para>
+ </listitem>
+ <listitem>
+ <para>default value: http</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.proxy.use</command>
+<itemizedlist>
+ <listitem>
+ <para>description: use a proxy server</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.proxy.username</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Benutzername für die Proxyverbindung</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: ''</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.startup.command_after_plugins</command>
+<itemizedlist>
+ <listitem>
+ <para>description: command executed when WeeChat starts, after loading plugins</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: ''</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.startup.command_before_plugins</command>
+<itemizedlist>
+ <listitem>
+ <para>description: command executed when WeeChat starts, before loading plugins</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: ''</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.startup.display_logo</command>
+<itemizedlist>
+ <listitem>
+ <para>description: WeeChat-Logo beim Start anzeigen</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.startup.display_version</command>
+<itemizedlist>
+ <listitem>
+ <para>description: WeeChat-Version beim Start anzeigen</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>weechat.startup.weechat_slogan</command>
+<itemizedlist>
+ <listitem>
+ <para>description: WeeChat-Slogan (wenn leer, wird keiner benutzt)</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: 'le client de discussion le plus geek !'</para>
+ </listitem>
+</itemizedlist>
+
diff --git a/doc/de/autogen/xfer_commands.xml b/doc/de/autogen/xfer_commands.xml
new file mode 100644
index 000000000..d1f51d2e2
--- /dev/null
+++ b/doc/de/autogen/xfer_commands.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<command>xfer</command>
+<programlisting>
+xfer control
+
+Open buffer with xfer list
+</programlisting>
diff --git a/doc/de/autogen/xfer_infos.xml b/doc/de/autogen/xfer_infos.xml
new file mode 100644
index 000000000..0a67e3420
--- /dev/null
+++ b/doc/de/autogen/xfer_infos.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<row>
+ <entry>infolist</entry>
+ <entry>xfer</entry>
+ <entry>list of xfer</entry>
+</row>
diff --git a/doc/de/autogen/xfer_options.xml b/doc/de/autogen/xfer_options.xml
new file mode 100644
index 000000000..12b0fdf8a
--- /dev/null
+++ b/doc/de/autogen/xfer_options.xml
@@ -0,0 +1,408 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<command>xfer.color.status_aborted</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for "aborted" status</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightred</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.color.status_active</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for "active" status</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightblue</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.color.status_connecting</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for "connecting" status</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: yellow</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.color.status_done</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for "done" status</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightgreen</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.color.status_failed</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for "failed" status</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightred</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.color.status_waiting</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color for "waiting" status</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: lightcyan</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.color.text</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: default</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.color.text_bg</command>
+<itemizedlist>
+ <listitem>
+ <para>description: background color</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: default</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.color.text_selected</command>
+<itemizedlist>
+ <listitem>
+ <para>description: text color of selected xfer line</para>
+ </listitem>
+ <listitem>
+ <para>type: color</para>
+ </listitem>
+ <listitem>
+ <para>values: a color name</para>
+ </listitem>
+ <listitem>
+ <para>default value: white</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.file.auto_accept_chats</command>
+<itemizedlist>
+ <listitem>
+ <para>description: automatically accept chat requests (use carefully!)</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.file.auto_accept_files</command>
+<itemizedlist>
+ <listitem>
+ <para>description: automatically accept incoming files (use carefully!)</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: off</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.file.auto_rename</command>
+<itemizedlist>
+ <listitem>
+ <para>description: eingehende Dateien automatisch umbenennen, falls nötig, um Überschreiben zu vermeiden (durch Hinzufügen von '.1', '.2', ...)</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.file.auto_resume</command>
+<itemizedlist>
+ <listitem>
+ <para>description: automatically resume file transfer if connection with remote host is lost</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.file.convert_spaces</command>
+<itemizedlist>
+ <listitem>
+ <para>description: Leerzeichen in Unterstriche umwandeln beim Veschicken von Dateien</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.file.download_path</command>
+<itemizedlist>
+ <listitem>
+ <para>description: path for writing incoming files</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: '%h/xfer'</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.file.upload_path</command>
+<itemizedlist>
+ <listitem>
+ <para>description: path for reading files when sending (when no path is specified by user)</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: '~'</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.file.use_nick_in_filename</command>
+<itemizedlist>
+ <listitem>
+ <para>description: use remote nick as prefix in local filename when receiving a file</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.look.auto_open_buffer</command>
+<itemizedlist>
+ <listitem>
+ <para>description: auto open xfer buffer when a new xfer is added to list</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.look.progress_bar_size</command>
+<itemizedlist>
+ <listitem>
+ <para>description: size of progress bar, in chars (if 0, progress bar is disabled)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 256</para>
+ </listitem>
+ <listitem>
+ <para>default value: 20</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.network.blocksize</command>
+<itemizedlist>
+ <listitem>
+ <para>description: block size for sending packets, in bytes</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 1024 .. 102400</para>
+ </listitem>
+ <listitem>
+ <para>default value: 65536</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.network.fast_send</command>
+<itemizedlist>
+ <listitem>
+ <para>description: warte beim Veschicken von Dateien nicht auf das ACK-Signal</para>
+ </listitem>
+ <listitem>
+ <para>type: boolean</para>
+ </listitem>
+ <listitem>
+ <para>values: on, off</para>
+ </listitem>
+ <listitem>
+ <para>default value: on</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.network.own_ip</command>
+<itemizedlist>
+ <listitem>
+ <para>description: IP or DNS address used for sending files/chats (if empty, local interface IP is used)</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: ''</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.network.port_range</command>
+<itemizedlist>
+ <listitem>
+ <para>description: restricts outgoing files/chats to use only ports in the given range (useful for NAT) (syntax: a single port, ie. 5000 or a port range, ie. 5000-5015, empty value means any port)</para>
+ </listitem>
+ <listitem>
+ <para>type: string</para>
+ </listitem>
+ <listitem>
+ <para>values: any string</para>
+ </listitem>
+ <listitem>
+ <para>default value: ''</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.network.speed_limit</command>
+<itemizedlist>
+ <listitem>
+ <para>description: speed limit for sending files, in kilo-bytes by second (0 means no limit)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 0 .. 2147483647</para>
+ </listitem>
+ <listitem>
+ <para>default value: 0</para>
+ </listitem>
+</itemizedlist>
+
+<command>xfer.network.timeout</command>
+<itemizedlist>
+ <listitem>
+ <para>description: timeout for xfer request (in seconds)</para>
+ </listitem>
+ <listitem>
+ <para>type: integer</para>
+ </listitem>
+ <listitem>
+ <para>values: 5 .. 2147483647</para>
+ </listitem>
+ <listitem>
+ <para>default value: 300</para>
+ </listitem>
+</itemizedlist>
+
diff --git a/doc/de/install.de.xml b/doc/de/install.de.xml
index 8012b5a10..69641e98c 100644
--- a/doc/de/install.de.xml
+++ b/doc/de/install.de.xml
@@ -56,6 +56,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</para>
</listitem>
</itemizedlist>
+
+ <!-- TRANSLATION NEEDED -->
+ Some additional packages may be useful, like weechat-plugins.
+
FÜr andere Distributionen: sehen sie in die Dokumentation
für Installationsanweisungen.
</para>
diff --git a/doc/de/intro.de.xml b/doc/de/intro.de.xml
index 7028e9dc3..74b7bca8f 100644
--- a/doc/de/intro.de.xml
+++ b/doc/de/intro.de.xml
@@ -93,8 +93,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<para>
WeeChat Homepage:
- <ulink url="http://weechat.flashtux.org">
- http://weechat.flashtux.org
+ <ulink url="http://weechat.flashtux.org/">
+ http://weechat.flashtux.org/
</ulink>
</para>
diff --git a/doc/de/plugin_api.de.xml b/doc/de/plugin_api.de.xml
index a7aa17a63..fed1bc6d6 100644
--- a/doc/de/plugin_api.de.xml
+++ b/doc/de/plugin_api.de.xml
@@ -21,19 +21,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
-<chapter id="chapPluginAPI">
- <title>Plugin API</title>
-
- <para>
- Dieses Kapitel beschreibt das Plugin-Interface (API).
- --- will be completed soon! ---
- </para>
-</chapter>
-
-<!--
-
<section id="secAPIFunctions">
- <title>API Funktionen</title>
+ <!-- TRANSLATION NEEDED -->
+ <title>Plugin API</title>
<section id="secAPI_set_charset">
<title>set_charset</title>
diff --git a/doc/de/plugin_xfer.de.xml b/doc/de/plugin_xfer.de.xml
new file mode 100644
index 000000000..5bb5981d8
--- /dev/null
+++ b/doc/de/plugin_xfer.de.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+
+WeeChat documentation (english version)
+
+Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org>
+
+This manual is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 3 of the License, or
+(at your option) any later version.
+
+This manual is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+-->
+
+<section id="secPluginXfer">
+ <title>Xfer plugin</title>
+
+</section>
diff --git a/doc/de/plugins.de.xml b/doc/de/plugins.de.xml
index dc757adfc..8ceb59370 100644
--- a/doc/de/plugins.de.xml
+++ b/doc/de/plugins.de.xml
@@ -133,6 +133,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</informaltable>
</para>
+ <!-- &plugin_api.de.xml; -->
+
<section id="secCompilePlugin">
<title>Übersetzen eines Plugins</title>
@@ -240,22 +242,16 @@ weechat_plugin_end (struct t_weechat_plugin *plugin)
</section>
- <!-- &plugin_api.de.xml; -->
-
</section>
- <!-- TRANSLATION NEEDED -->
- <section id="secDefaultPlugins">
- <title>Default plugins</title>
-
- &plugin_irc.de.xml;
-
- <!-- &plugin_charset.de.xml; -->
-
- &plugin_fifo.de.xml;
-
- <!-- &plugin_scripts.de.xml; -->
-
- </section>
+ &plugin_irc.de.xml;
+
+ <!-- &plugin_charset.de.xml; -->
+
+ &plugin_fifo.de.xml;
+
+ <!-- &plugin_scripts.de.xml; -->
+
+ &plugin_xfer.de.xml;
</chapter>
diff --git a/doc/de/usage.de.xml b/doc/de/usage.de.xml
index c7a6de53d..c839bf129 100644
--- a/doc/de/usage.de.xml
+++ b/doc/de/usage.de.xml
@@ -91,6 +91,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Zeigt die Programmversion an
</entry>
</row>
+ <!-- TRANSLATION NEEDED -->
+ <row>
+ <entry><literal>plugin:option</literal></entry>
+ <entry>
+ Option for plugin (see doc for each plugin)
+ </entry>
+ </row>
</tbody>
</tgroup>
</informaltable>
@@ -490,6 +497,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Schalte zum Fenster in der entsprechenden Richtung
</entry>
</row>
+ <row>
+ <entry>Alt + =</entry>
+ <entry>
+ <!-- TRANSLATION NEEDED -->
+ Toggle filters on/off
+ </entry>
+ </row>
</tbody>
</tgroup>
</informaltable>
diff --git a/doc/de/weechat.de.xml b/doc/de/weechat.de.xml
index b40822619..4b62b4010 100644
--- a/doc/de/weechat.de.xml
+++ b/doc/de/weechat.de.xml
@@ -26,12 +26,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
[
<!-- ***** auto-built: ***** -->
<!ENTITY date.xml SYSTEM "date.xml">
- <!ENTITY config.xml SYSTEM "config.xml">
- <!ENTITY weechat_commands.xml SYSTEM "weechat_commands.xml">
- <!ENTITY irc_commands.xml SYSTEM "irc_commands.xml">
- <!ENTITY key_functions.xml SYSTEM "key_functions.xml">
+ <!ENTITY % include_autogen.xml SYSTEM "include_autogen.xml">
+ %include_autogen.xml;
- <!-- **** written by hand: **** -->
+ <!-- ***** written by hand: ***** -->
<!ENTITY intro.de.xml SYSTEM "intro.de.xml">
<!ENTITY install.de.xml SYSTEM "install.de.xml">
<!ENTITY usage.de.xml SYSTEM "usage.de.xml">
@@ -41,6 +39,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!ENTITY plugin_charset.de.xml SYSTEM "plugin_charset.de.xml">
<!ENTITY plugin_fifo.de.xml SYSTEM "plugin_fifo.de.xml">
<!ENTITY plugin_scripts.de.xml SYSTEM "plugin_scripts.de.xml">
+ <!ENTITY plugin_xfer.de.xml SYSTEM "plugin_xfer.de.xml">
<!ENTITY authors.de.xml SYSTEM "authors.de.xml">
]>