doc: update German auto-generated files
This commit is contained in:
parent
04e972f5b1
commit
09a163a408
@ -613,7 +613,7 @@
|
|||||||
** Werte: 0 .. 2147483647 (Standardwert: `2048`)
|
** Werte: 0 .. 2147483647 (Standardwert: `2048`)
|
||||||
|
|
||||||
* [[option_irc.server_default.ssl_fingerprint]] *irc.server_default.ssl_fingerprint*
|
* [[option_irc.server_default.ssl_fingerprint]] *irc.server_default.ssl_fingerprint*
|
||||||
** Beschreibung: `fingerprint of certificate which is trusted and accepted for the server; only hexadecimal digits are allowed (0-9, a-f): 64 chars for SHA-512, 32 chars for SHA-256, 20 chars for SHA-1 (insecure, not recommended); many fingerprints can be separated by commas; if this option is set, the other checks on certificates are NOT performed (option "ssl_verify")`
|
** Beschreibung: `Fingerprint des Zertifikates welches als vertrauenswürdig eingestuft und für diesen Server akzeptiert wird; es sind nur hexadezimale Zeichen erlaubt (0-9, a-f): bei SHA-512 ist das Zertifikat 64 Zeichen lang, bei SHA-256 sind es 32 Zeichen, bei SHA-1 sind es 20 Zeichen (nicht empfohlen, da unsicher); verschiedene Fingerprints können durch Kommata voneinander getrennt werden; wird diese Option genutzt, findet KEINE weitere Überprüfung der Zertifikate statt (Option "ssl_verify")`
|
||||||
** Typ: Zeichenkette
|
** Typ: Zeichenkette
|
||||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||||
|
|
||||||
|
@ -186,30 +186,30 @@ command: auszuführender Befehl (es wird automatisch ein '/' vorangestellt, fall
|
|||||||
move up|down|left|right|area_up|area_down|area_left|area_right
|
move up|down|left|right|area_up|area_down|area_left|area_right
|
||||||
stop
|
stop
|
||||||
|
|
||||||
go: move cursor to chat area, a bar (using bar name) or coordinates "x,y"
|
go: setzt den Cursor in den Chat Bereich, in eine Bar (Name der Bar muss angegeben werden) oder auf die Koordinaten "x,y"
|
||||||
move: move cursor with direction
|
move: Cursor wird in die entsprechende Richtung bewegt
|
||||||
stop: stop cursor mode
|
stop: beendet den Cursor-Modus
|
||||||
|
|
||||||
Without argument, this command toggles cursor mode.
|
Ohne Angabe von Argumenten wird der Cursor-Modus umgeschaltet.
|
||||||
|
|
||||||
When mouse is enabled (see /help mouse), by default a middle click will start cursor mode at this point.
|
Ist die Mausfunktion aktiviert (siehe /help mouse), startet man den Cursor-Modus mit der mittleren Maustaste und positioniert den Cursor auf diesen Punkt.
|
||||||
|
|
||||||
Default keys in cursor mode on chat messages:
|
Standardtastenbefehle im Chatbereich:
|
||||||
m quote message
|
m quote Nachricht
|
||||||
q quote prefix + message
|
q quote Präfix + Nachricht
|
||||||
Q quote time + prefix + message
|
Q quote Zeit + Präfix + Nachricht
|
||||||
|
|
||||||
Default keys in cursor mode on nicklist:
|
Standardtastenbefehle in Nickliste:
|
||||||
b ban nick (/ban)
|
b banne Nick (/ban)
|
||||||
k kick nick (/kick)
|
k kicke Nick (/kick)
|
||||||
K kick and ban nick (/kickban)
|
K kicke und banne Nick (/kickban)
|
||||||
q open query with nick (/query)
|
q öffne private Unterhaltung mit Nick (/query)
|
||||||
w query information about user (/whois)
|
w hole Informationen über Anwender (/whois)
|
||||||
|
|
||||||
Examples:
|
Beispiele:
|
||||||
go to nicklist:
|
gehe zur Benutzerliste:
|
||||||
/cursor go nicklist
|
/cursor go nicklist
|
||||||
go to coordinates x=10, y=5:
|
gehe zu den Koordinaten x=10, y=5:
|
||||||
/cursor go 10,5
|
/cursor go 10,5
|
||||||
----
|
----
|
||||||
|
|
||||||
|
@ -828,17 +828,17 @@
|
|||||||
** Werte: beliebige Zeichenkette (Standardwert: `"|"`)
|
** Werte: beliebige Zeichenkette (Standardwert: `"|"`)
|
||||||
|
|
||||||
* [[option_weechat.look.quote_nick_prefix]] *weechat.look.quote_nick_prefix*
|
* [[option_weechat.look.quote_nick_prefix]] *weechat.look.quote_nick_prefix*
|
||||||
** Beschreibung: `text to display before nick when quoting a message (see /help cursor)`
|
** Beschreibung: `Text der vor dem Nick dargestellt werden soll, wenn die Nachricht gequotet wird (siehe /help cursor)`
|
||||||
** Typ: Zeichenkette
|
** Typ: Zeichenkette
|
||||||
** Werte: beliebige Zeichenkette (Standardwert: `"<"`)
|
** Werte: beliebige Zeichenkette (Standardwert: `"<"`)
|
||||||
|
|
||||||
* [[option_weechat.look.quote_nick_suffix]] *weechat.look.quote_nick_suffix*
|
* [[option_weechat.look.quote_nick_suffix]] *weechat.look.quote_nick_suffix*
|
||||||
** Beschreibung: `text to display after nick when quoting a message (see /help cursor)`
|
** Beschreibung: `Text der nach dem Nick dargestellt werden soll, wenn die Nachricht gequotet wird (siehe /help cursor)`
|
||||||
** Typ: Zeichenkette
|
** Typ: Zeichenkette
|
||||||
** Werte: beliebige Zeichenkette (Standardwert: `">"`)
|
** Werte: beliebige Zeichenkette (Standardwert: `">"`)
|
||||||
|
|
||||||
* [[option_weechat.look.quote_time_format]] *weechat.look.quote_time_format*
|
* [[option_weechat.look.quote_time_format]] *weechat.look.quote_time_format*
|
||||||
** Beschreibung: `time format when quoting a message (see /help cursor)`
|
** Beschreibung: `Zeitformat wenn eine Nachricht gequotet wird (siehe /help cursor)`
|
||||||
** Typ: Zeichenkette
|
** Typ: Zeichenkette
|
||||||
** Werte: beliebige Zeichenkette (Standardwert: `"%H:%M:%S"`)
|
** Werte: beliebige Zeichenkette (Standardwert: `"%H:%M:%S"`)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user