diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-07-04 13:36:32 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-07-04 13:36:32 +0200 |
commit | f79929b38266c89a09d5abb394fcdd2b9f990887 (patch) | |
tree | 28460d5f500b70100189f71328221af5e04491b4 /doc/de/includes | |
parent | a4507539fbcb6e7225832141b7f2d61d0d37a0d2 (diff) | |
download | weechat-f79929b38266c89a09d5abb394fcdd2b9f990887.zip |
core: update translations
Diffstat (limited to 'doc/de/includes')
-rw-r--r-- | doc/de/includes/autogen_api_hdata.de.adoc | 2 | ||||
-rw-r--r-- | doc/de/includes/autogen_api_plugins_priority.de.adoc | 17 | ||||
-rw-r--r-- | doc/de/includes/autogen_user_options.de.adoc | 16 |
3 files changed, 22 insertions, 13 deletions
diff --git a/doc/de/includes/autogen_api_hdata.de.adoc b/doc/de/includes/autogen_api_hdata.de.adoc index 9a6365bce..909b2e932 100644 --- a/doc/de/includes/autogen_api_hdata.de.adoc +++ b/doc/de/includes/autogen_api_hdata.de.adoc @@ -79,6 +79,8 @@ _last_nick_speaking_time_ (pointer, hdata: "irc_channel_speaking") + _modelists_ (pointer, hdata: "irc_modelist") + _last_modelist_ (pointer, hdata: "irc_modelist") + _join_smart_filtered_ (hashtable) + +_typing_state_ (integer) + +_typing_status_sent_ (time) + _buffer_ (pointer, hdata: "buffer") + _buffer_as_string_ (string) + _prev_channel_ (pointer, hdata: "irc_channel") + diff --git a/doc/de/includes/autogen_api_plugins_priority.de.adoc b/doc/de/includes/autogen_api_plugins_priority.de.adoc index e55f70fdf..daccda73c 100644 --- a/doc/de/includes/autogen_api_plugins_priority.de.adoc +++ b/doc/de/includes/autogen_api_plugins_priority.de.adoc @@ -4,14 +4,15 @@ // // tag::plugins_priority[] -. charset (15000) -. logger (14000) -. exec (13000) -. trigger (12000) -. spell (11000) -. alias (10000) -. buflist (9000) -. fifo (8000) +. charset (16000) +. logger (15000) +. exec (14000) +. trigger (13000) +. spell (12000) +. alias (11000) +. buflist (10000) +. fifo (9000) +. typing (8000) . xfer (7000) . irc (6000) . relay (5000) diff --git a/doc/de/includes/autogen_user_options.de.adoc b/doc/de/includes/autogen_user_options.de.adoc index e65a5c865..1b6aa914a 100644 --- a/doc/de/includes/autogen_user_options.de.adoc +++ b/doc/de/includes/autogen_user_options.de.adoc @@ -1849,19 +1849,19 @@ * [[option_typing.look.delay_purge_paused]] *typing.look.delay_purge_paused* ** Beschreibung: pass:none[number of seconds after paused status has been set: if reached, the typing status is removed] ** Typ: integer -** Werte: 1 .. 3600 +** Werte: 1 .. 2147483647 ** Standardwert: `+30+` * [[option_typing.look.delay_purge_typing]] *typing.look.delay_purge_typing* ** Beschreibung: pass:none[number of seconds after typing status has been set: if reached, the typing status is removed] ** Typ: integer -** Werte: 1 .. 3600 +** Werte: 1 .. 2147483647 ** Standardwert: `+6+` * [[option_typing.look.delay_set_paused]] *typing.look.delay_set_paused* ** Beschreibung: pass:none[number of seconds after typing last char: if reached, the typing status becomes "paused" and no more typing signals are sent] ** Typ: integer -** Werte: 1 .. 3600 +** Werte: 1 .. 2147483647 ** Standardwert: `+10+` * [[option_typing.look.enabled_nicks]] *typing.look.enabled_nicks* @@ -1875,6 +1875,12 @@ ** Typ: boolesch ** Werte: on, off ** Standardwert: `+off+` + +* [[option_typing.look.item_max_length]] *typing.look.item_max_length* +** Beschreibung: pass:none[max number of chars displayed in the bar item "typing" (0 = do not truncate content)] +** Typ: integer +** Werte: 0 .. 2147483647 +** Standardwert: `+0+` // end::typing_options[] // tag::xfer_options[] @@ -2553,13 +2559,13 @@ ** Standardwert: `+off+` * [[option_irc.look.typing_status_nicks]] *irc.look.typing_status_nicks* -** Beschreibung: pass:none[display nicks typing on the channel in bar item "typing" (option typing.look.enabled must be enabled and capability "message-tags" must be enabled on the server)] +** Beschreibung: pass:none[display nicks typing on the channel in bar item "typing" (option typing.look.enabled_nicks must be enabled and capability "message-tags" must be enabled on the server)] ** Typ: boolesch ** Werte: on, off ** Standardwert: `+off+` * [[option_irc.look.typing_status_self]] *irc.look.typing_status_self* -** Beschreibung: pass:none[send self typing status to channels so that other users see when you are typing a message (option typing.look.enabled must be enabled and capability "message-tags" must be enabled on the server)] +** Beschreibung: pass:none[send self typing status to channels so that other users see when you are typing a message (option typing.look.enabled_self must be enabled and capability "message-tags" must be enabled on the server)] ** Typ: boolesch ** Werte: on, off ** Standardwert: `+off+` |