core: update translations

This commit is contained in:
Sébastien Helleu 2021-07-04 13:36:32 +02:00
parent a4507539fb
commit f79929b382
37 changed files with 856 additions and 114 deletions

View File

@ -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") +

View File

@ -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)

View File

@ -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+`

View File

@ -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") +

View File

@ -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)

View File

@ -1849,19 +1849,19 @@
* [[option_typing.look.delay_purge_paused]] *typing.look.delay_purge_paused*
** description: pass:none[number of seconds after paused status has been set: if reached, the typing status is removed]
** type: integer
** values: 1 .. 3600
** values: 1 .. 2147483647
** default value: `+30+`
* [[option_typing.look.delay_purge_typing]] *typing.look.delay_purge_typing*
** description: pass:none[number of seconds after typing status has been set: if reached, the typing status is removed]
** type: integer
** values: 1 .. 3600
** values: 1 .. 2147483647
** default value: `+6+`
* [[option_typing.look.delay_set_paused]] *typing.look.delay_set_paused*
** description: pass:none[number of seconds after typing last char: if reached, the typing status becomes "paused" and no more typing signals are sent]
** type: integer
** values: 1 .. 3600
** values: 1 .. 2147483647
** default value: `+10+`
* [[option_typing.look.enabled_nicks]] *typing.look.enabled_nicks*
@ -1875,6 +1875,12 @@
** type: boolean
** values: on, off
** default value: `+off+`
* [[option_typing.look.item_max_length]] *typing.look.item_max_length*
** description: pass:none[max number of chars displayed in the bar item "typing" (0 = do not truncate content)]
** type: integer
** values: 0 .. 2147483647
** default value: `+0+`
// end::typing_options[]
// tag::xfer_options[]
@ -2553,13 +2559,13 @@
** default value: `+off+`
* [[option_irc.look.typing_status_nicks]] *irc.look.typing_status_nicks*
** description: 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)]
** description: 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)]
** type: boolean
** values: on, off
** default value: `+off+`
* [[option_irc.look.typing_status_self]] *irc.look.typing_status_self*
** description: 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)]
** description: 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)]
** type: boolean
** values: on, off
** default value: `+off+`

View File

@ -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") +

View File

@ -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)

View File

@ -1847,34 +1847,40 @@
// tag::typing_options[]
* [[option_typing.look.delay_purge_paused]] *typing.look.delay_purge_paused*
** description: pass:none[number of seconds after paused status has been set: if reached, the typing status is removed]
** description: pass:none[nombre de secondes après que le statut "paused" ait été défini : si atteint, le statut d'écriture est supprimé]
** type: entier
** valeurs: 1 .. 3600
** valeurs: 1 .. 2147483647
** valeur par défaut: `+30+`
* [[option_typing.look.delay_purge_typing]] *typing.look.delay_purge_typing*
** description: pass:none[number of seconds after typing status has been set: if reached, the typing status is removed]
** description: pass:none[nombre de secondes après que le statut "typing" ait été défini : si atteint, le statut d'écriture est supprimé]
** type: entier
** valeurs: 1 .. 3600
** valeurs: 1 .. 2147483647
** valeur par défaut: `+6+`
* [[option_typing.look.delay_set_paused]] *typing.look.delay_set_paused*
** description: pass:none[number of seconds after typing last char: if reached, the typing status becomes "paused" and no more typing signals are sent]
** description: pass:none[nombre de secondes après avoir tapé le dernier caractère : si atteint, le statut d'écriture devient "paused" et il n'y a plus de signaux typing envoyés]
** type: entier
** valeurs: 1 .. 3600
** valeurs: 1 .. 2147483647
** valeur par défaut: `+10+`
* [[option_typing.look.enabled_nicks]] *typing.look.enabled_nicks*
** description: pass:none[typing enabled for other nicks (display typing info for nicks typing in the current buffer)]
** description: pass:none[activer le statut d'écriture pour les autres pseudos (afficher le statut d'écriture pour les autres pseudos écrivant un message dans le tampon courant)]
** type: booléen
** valeurs: on, off
** valeur par défaut: `+off+`
* [[option_typing.look.enabled_self]] *typing.look.enabled_self*
** description: pass:none[typing enabled for self messages (send typing info to other users)]
** description: pass:none[activer le statut d'écriture pour ses propres messages (envoyer l'information aux autres utilisateurs)]
** type: booléen
** valeurs: on, off
** valeur par défaut: `+off+`
* [[option_typing.look.item_max_length]] *typing.look.item_max_length*
** description: pass:none[nombre maximum de caractères affichés dans l'objet de barre "typing" (0 = ne pas tronquer le contenu)]
** type: entier
** valeurs: 0 .. 2147483647
** valeur par défaut: `+0+`
// end::typing_options[]
// tag::xfer_options[]
@ -2553,13 +2559,13 @@
** valeur par défaut: `+off+`
* [[option_irc.look.typing_status_nicks]] *irc.look.typing_status_nicks*
** description: 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)]
** description: pass:none[afficher les pseudos qui écrivent sur le canal dans l'objet de barre "typing" (l'option typing.look.enabled_nicks doit être activée et la capacité "message-tags" doit être activée sur le serveur)]
** type: booléen
** valeurs: on, off
** valeur par défaut: `+off+`
* [[option_irc.look.typing_status_self]] *irc.look.typing_status_self*
** description: 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)]
** description: pass:none[envoyer le statut d'écriture de message aux canaux de sorte que les autres utilisateurs voient quand vous écrivez un message (l'option typing.look.enabled_self doit être activée et la capacité "message-tags" doit être activée sur le serveur)]
** type: booléen
** valeurs: on, off
** valeur par défaut: `+off+`

View File

@ -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") +

View File

@ -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)

View File

@ -1849,19 +1849,19 @@
* [[option_typing.look.delay_purge_paused]] *typing.look.delay_purge_paused*
** descrizione: pass:none[number of seconds after paused status has been set: if reached, the typing status is removed]
** tipo: intero
** valori: 1 .. 3600
** valori: 1 .. 2147483647
** valore predefinito: `+30+`
* [[option_typing.look.delay_purge_typing]] *typing.look.delay_purge_typing*
** descrizione: pass:none[number of seconds after typing status has been set: if reached, the typing status is removed]
** tipo: intero
** valori: 1 .. 3600
** valori: 1 .. 2147483647
** valore predefinito: `+6+`
* [[option_typing.look.delay_set_paused]] *typing.look.delay_set_paused*
** descrizione: pass:none[number of seconds after typing last char: if reached, the typing status becomes "paused" and no more typing signals are sent]
** tipo: intero
** valori: 1 .. 3600
** valori: 1 .. 2147483647
** valore predefinito: `+10+`
* [[option_typing.look.enabled_nicks]] *typing.look.enabled_nicks*
@ -1875,6 +1875,12 @@
** tipo: bool
** valori: on, off
** valore predefinito: `+off+`
* [[option_typing.look.item_max_length]] *typing.look.item_max_length*
** descrizione: pass:none[max number of chars displayed in the bar item "typing" (0 = do not truncate content)]
** tipo: intero
** valori: 0 .. 2147483647
** valore predefinito: `+0+`
// end::typing_options[]
// tag::xfer_options[]
@ -2553,13 +2559,13 @@
** valore predefinito: `+off+`
* [[option_irc.look.typing_status_nicks]] *irc.look.typing_status_nicks*
** descrizione: 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)]
** descrizione: 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)]
** tipo: bool
** valori: on, off
** valore predefinito: `+off+`
* [[option_irc.look.typing_status_self]] *irc.look.typing_status_self*
** descrizione: 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)]
** descrizione: 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)]
** tipo: bool
** valori: on, off
** valore predefinito: `+off+`

View File

@ -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") +

View File

@ -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)

View File

@ -1849,19 +1849,19 @@
* [[option_typing.look.delay_purge_paused]] *typing.look.delay_purge_paused*
** 説明: pass:none[number of seconds after paused status has been set: if reached, the typing status is removed]
** タイプ: 整数
** 値: 1 .. 3600
** 値: 1 .. 2147483647
** デフォルト値: `+30+`
* [[option_typing.look.delay_purge_typing]] *typing.look.delay_purge_typing*
** 説明: pass:none[number of seconds after typing status has been set: if reached, the typing status is removed]
** タイプ: 整数
** 値: 1 .. 3600
** 値: 1 .. 2147483647
** デフォルト値: `+6+`
* [[option_typing.look.delay_set_paused]] *typing.look.delay_set_paused*
** 説明: pass:none[number of seconds after typing last char: if reached, the typing status becomes "paused" and no more typing signals are sent]
** タイプ: 整数
** 値: 1 .. 3600
** 値: 1 .. 2147483647
** デフォルト値: `+10+`
* [[option_typing.look.enabled_nicks]] *typing.look.enabled_nicks*
@ -1875,6 +1875,12 @@
** タイプ: ブール
** 値: on, off
** デフォルト値: `+off+`
* [[option_typing.look.item_max_length]] *typing.look.item_max_length*
** 説明: pass:none[max number of chars displayed in the bar item "typing" (0 = do not truncate content)]
** タイプ: 整数
** 値: 0 .. 2147483647
** デフォルト値: `+0+`
// end::typing_options[]
// tag::xfer_options[]
@ -2553,13 +2559,13 @@
** デフォルト値: `+off+`
* [[option_irc.look.typing_status_nicks]] *irc.look.typing_status_nicks*
** 説明: 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)]
** 説明: 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)]
** タイプ: ブール
** 値: on, off
** デフォルト値: `+off+`
* [[option_irc.look.typing_status_self]] *irc.look.typing_status_self*
** 説明: 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)]
** 説明: 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)]
** タイプ: ブール
** 値: on, off
** デフォルト値: `+off+`

View File

@ -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") +

View File

@ -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)

View File

@ -1849,19 +1849,19 @@
* [[option_typing.look.delay_purge_paused]] *typing.look.delay_purge_paused*
** opis: pass:none[number of seconds after paused status has been set: if reached, the typing status is removed]
** typ: liczba
** wartości: 1 .. 3600
** wartości: 1 .. 2147483647
** domyślna wartość: `+30+`
* [[option_typing.look.delay_purge_typing]] *typing.look.delay_purge_typing*
** opis: pass:none[number of seconds after typing status has been set: if reached, the typing status is removed]
** typ: liczba
** wartości: 1 .. 3600
** wartości: 1 .. 2147483647
** domyślna wartość: `+6+`
* [[option_typing.look.delay_set_paused]] *typing.look.delay_set_paused*
** opis: pass:none[number of seconds after typing last char: if reached, the typing status becomes "paused" and no more typing signals are sent]
** typ: liczba
** wartości: 1 .. 3600
** wartości: 1 .. 2147483647
** domyślna wartość: `+10+`
* [[option_typing.look.enabled_nicks]] *typing.look.enabled_nicks*
@ -1875,6 +1875,12 @@
** typ: bool
** wartości: on, off
** domyślna wartość: `+off+`
* [[option_typing.look.item_max_length]] *typing.look.item_max_length*
** opis: pass:none[max number of chars displayed in the bar item "typing" (0 = do not truncate content)]
** typ: liczba
** wartości: 0 .. 2147483647
** domyślna wartość: `+0+`
// end::typing_options[]
// tag::xfer_options[]
@ -2553,13 +2559,13 @@
** domyślna wartość: `+off+`
* [[option_irc.look.typing_status_nicks]] *irc.look.typing_status_nicks*
** opis: 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)]
** opis: 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: bool
** wartości: on, off
** domyślna wartość: `+off+`
* [[option_irc.look.typing_status_self]] *irc.look.typing_status_self*
** opis: 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)]
** opis: 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: bool
** wartości: on, off
** domyślna wartość: `+off+`

View File

@ -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") +

View File

@ -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)

View File

@ -1849,19 +1849,19 @@
* [[option_typing.look.delay_purge_paused]] *typing.look.delay_purge_paused*
** опис: pass:none[number of seconds after paused status has been set: if reached, the typing status is removed]
** тип: целобројна
** вредности: 1 .. 3600
** вредности: 1 .. 2147483647
** подразумевана вредност: `+30+`
* [[option_typing.look.delay_purge_typing]] *typing.look.delay_purge_typing*
** опис: pass:none[number of seconds after typing status has been set: if reached, the typing status is removed]
** тип: целобројна
** вредности: 1 .. 3600
** вредности: 1 .. 2147483647
** подразумевана вредност: `+6+`
* [[option_typing.look.delay_set_paused]] *typing.look.delay_set_paused*
** опис: pass:none[number of seconds after typing last char: if reached, the typing status becomes "paused" and no more typing signals are sent]
** тип: целобројна
** вредности: 1 .. 3600
** вредности: 1 .. 2147483647
** подразумевана вредност: `+10+`
* [[option_typing.look.enabled_nicks]] *typing.look.enabled_nicks*
@ -1875,6 +1875,12 @@
** тип: логичка
** вредности: on, off
** подразумевана вредност: `+off+`
* [[option_typing.look.item_max_length]] *typing.look.item_max_length*
** опис: pass:none[max number of chars displayed in the bar item "typing" (0 = do not truncate content)]
** тип: целобројна
** вредности: 0 .. 2147483647
** подразумевана вредност: `+0+`
// end::typing_options[]
// tag::xfer_options[]
@ -2553,13 +2559,13 @@
** подразумевана вредност: `+off+`
* [[option_irc.look.typing_status_nicks]] *irc.look.typing_status_nicks*
** опис: 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)]
** опис: 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)]
** тип: логичка
** вредности: on, off
** подразумевана вредност: `+off+`
* [[option_irc.look.typing_status_self]] *irc.look.typing_status_self*
** опис: 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)]
** опис: 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)]
** тип: логичка
** вредности: on, off
** подразумевана вредност: `+off+`

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-06-27 10:33+0200\n"
"POT-Creation-Date: 2021-07-04 13:35+0200\n"
"PO-Revision-Date: 2021-05-25 18:28+0200\n"
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -8622,6 +8622,18 @@ msgstr ""
"počet čistých zpráv uložených v paměti při zavření bufferu s čistými daty "
"(zprávy budou zobrazeny při otevření bufferu s čistými daty)"
msgid ""
"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)"
msgstr ""
msgid ""
"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)"
msgstr ""
msgid ""
"merge server buffers; this option has no effect if a layout is saved and is "
"conflicting with this value (see /help layout)"
@ -12806,6 +12818,41 @@ msgstr "získat jméno barvy přezdívky"
msgid "text color for disabled trigger name"
msgstr "barva textu pro aktuální jméno bufferu ve stavovém řádku"
msgid "Typing status of users"
msgstr ""
#. TRANSLATORS: this text is displayed before the list of nicks typing in the bar item "typing", it must be as short as possible
msgid "Typing: "
msgstr ""
msgid ""
"number of seconds after paused status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing last char: if reached, the typing status "
"becomes \"paused\" and no more typing signals are sent"
msgstr ""
msgid ""
"typing enabled for other nicks (display typing info for nicks typing in the "
"current buffer)"
msgstr ""
msgid "typing enabled for self messages (send typing info to other users)"
msgstr ""
msgid ""
"max number of chars displayed in the bar item \"typing\" (0 = do not "
"truncate content)"
msgstr ""
msgid " [A] Accept"
msgstr " [A] Akceptovat"

View File

@ -24,7 +24,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-06-27 10:33+0200\n"
"POT-Creation-Date: 2021-07-04 13:35+0200\n"
"PO-Revision-Date: 2021-06-28 08:57+0200\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
@ -10649,6 +10649,18 @@ msgstr ""
"der RAW-Daten-Buffer geschlossen ist (die Nachrichten werden umgehend "
"angezeigt sobald der RAW-Daten-Buffer geöffnet wird)"
msgid ""
"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)"
msgstr ""
msgid ""
"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)"
msgstr ""
msgid ""
"merge server buffers; this option has no effect if a layout is saved and is "
"conflicting with this value (see /help layout)"
@ -15348,6 +15360,41 @@ msgstr "Textfarbe für den Namen des Triggers"
msgid "text color for disabled trigger name"
msgstr "Textfarbe für den Namen des Triggers, wenn dieser deaktiviert ist"
msgid "Typing status of users"
msgstr ""
#. TRANSLATORS: this text is displayed before the list of nicks typing in the bar item "typing", it must be as short as possible
msgid "Typing: "
msgstr ""
msgid ""
"number of seconds after paused status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing last char: if reached, the typing status "
"becomes \"paused\" and no more typing signals are sent"
msgstr ""
msgid ""
"typing enabled for other nicks (display typing info for nicks typing in the "
"current buffer)"
msgstr ""
msgid "typing enabled for self messages (send typing info to other users)"
msgstr ""
msgid ""
"max number of chars displayed in the bar item \"typing\" (0 = do not "
"truncate content)"
msgstr ""
msgid " [A] Accept"
msgstr " [A] annehmen"

View File

@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-06-27 10:33+0200\n"
"POT-Creation-Date: 2021-07-04 13:35+0200\n"
"PO-Revision-Date: 2021-05-25 18:28+0200\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -8893,6 +8893,18 @@ msgstr ""
"número de mensajes brutos a mantener en memoria cuando el buffer de datos en "
"bruto está cerrado (los mensajes serán mostrados cuando sea abra este buffer)"
msgid ""
"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)"
msgstr ""
msgid ""
"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)"
msgstr ""
msgid ""
"merge server buffers; this option has no effect if a layout is saved and is "
"conflicting with this value (see /help layout)"
@ -13061,6 +13073,41 @@ msgstr "color para los nombres de los servidores"
msgid "text color for disabled trigger name"
msgstr "color para los nombres de los servidores"
msgid "Typing status of users"
msgstr ""
#. TRANSLATORS: this text is displayed before the list of nicks typing in the bar item "typing", it must be as short as possible
msgid "Typing: "
msgstr ""
msgid ""
"number of seconds after paused status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing last char: if reached, the typing status "
"becomes \"paused\" and no more typing signals are sent"
msgstr ""
msgid ""
"typing enabled for other nicks (display typing info for nicks typing in the "
"current buffer)"
msgstr ""
msgid "typing enabled for self messages (send typing info to other users)"
msgstr ""
msgid ""
"max number of chars displayed in the bar item \"typing\" (0 = do not "
"truncate content)"
msgstr ""
msgid " [A] Accept"
msgstr " [A] Aceptar"

View File

@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-06-27 10:33+0200\n"
"PO-Revision-Date: 2021-06-27 10:34+0200\n"
"POT-Creation-Date: 2021-07-04 13:35+0200\n"
"PO-Revision-Date: 2021-07-04 13:35+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@ -10440,6 +10440,25 @@ msgstr ""
"données brutes est fermé (ces messages seront affichés lors de l'ouverture "
"du tampon des données brutes)"
msgid ""
"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)"
msgstr ""
"afficher les pseudos qui écrivent sur le canal dans l'objet de barre \"typing"
"\" (l'option typing.look.enabled_nicks doit être activée et la capacité "
"\"message-tags\" doit être activée sur le serveur)"
msgid ""
"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)"
msgstr ""
"envoyer le statut d'écriture de message aux canaux de sorte que les autres "
"utilisateurs voient quand vous écrivez un message (l'option typing.look."
"enabled_self doit être activée et la capacité \"message-tags\" doit être "
"activée sur le serveur)"
msgid ""
"merge server buffers; this option has no effect if a layout is saved and is "
"conflicting with this value (see /help layout)"
@ -15044,6 +15063,55 @@ msgstr "couleur du texte pour le nom du trigger"
msgid "text color for disabled trigger name"
msgstr "couleur du texte pour le nom du trigger désactivé"
msgid "Typing status of users"
msgstr "Statut d'écriture des utilisateurs"
#. TRANSLATORS: this text is displayed before the list of nicks typing in the bar item "typing", it must be as short as possible
msgid "Typing: "
msgstr "Écrit : "
msgid ""
"number of seconds after paused status has been set: if reached, the typing "
"status is removed"
msgstr ""
"nombre de secondes après que le statut \"paused\" ait été défini : si "
"atteint, le statut d'écriture est supprimé"
msgid ""
"number of seconds after typing status has been set: if reached, the typing "
"status is removed"
msgstr ""
"nombre de secondes après que le statut \"typing\" ait été défini : si "
"atteint, le statut d'écriture est supprimé"
msgid ""
"number of seconds after typing last char: if reached, the typing status "
"becomes \"paused\" and no more typing signals are sent"
msgstr ""
"nombre de secondes après avoir tapé le dernier caractère : si atteint, le "
"statut d'écriture devient \"paused\" et il n'y a plus de signaux typing "
"envoyés"
msgid ""
"typing enabled for other nicks (display typing info for nicks typing in the "
"current buffer)"
msgstr ""
"activer le statut d'écriture pour les autres pseudos (afficher le statut "
"d'écriture pour les autres pseudos écrivant un message dans le tampon "
"courant)"
msgid "typing enabled for self messages (send typing info to other users)"
msgstr ""
"activer le statut d'écriture pour ses propres messages (envoyer "
"l'information aux autres utilisateurs)"
msgid ""
"max number of chars displayed in the bar item \"typing\" (0 = do not "
"truncate content)"
msgstr ""
"nombre maximum de caractères affichés dans l'objet de barre \"typing\" (0 = "
"ne pas tronquer le contenu)"
msgid " [A] Accept"
msgstr " [A] Accepter"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-06-27 10:33+0200\n"
"POT-Creation-Date: 2021-07-04 13:35+0200\n"
"PO-Revision-Date: 2021-05-25 18:28+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -8183,6 +8183,18 @@ msgid ""
"(messages will be displayed when opening raw data buffer)"
msgstr ""
msgid ""
"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)"
msgstr ""
msgid ""
"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)"
msgstr ""
msgid ""
"merge server buffers; this option has no effect if a layout is saved and is "
"conflicting with this value (see /help layout)"
@ -12226,6 +12238,41 @@ msgstr "szerver nevének színe"
msgid "text color for disabled trigger name"
msgstr "szerver nevének színe"
msgid "Typing status of users"
msgstr ""
#. TRANSLATORS: this text is displayed before the list of nicks typing in the bar item "typing", it must be as short as possible
msgid "Typing: "
msgstr ""
msgid ""
"number of seconds after paused status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing last char: if reached, the typing status "
"becomes \"paused\" and no more typing signals are sent"
msgstr ""
msgid ""
"typing enabled for other nicks (display typing info for nicks typing in the "
"current buffer)"
msgstr ""
msgid "typing enabled for self messages (send typing info to other users)"
msgstr ""
msgid ""
"max number of chars displayed in the bar item \"typing\" (0 = do not "
"truncate content)"
msgstr ""
msgid " [A] Accept"
msgstr " [A] Elfogadás"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-06-27 10:33+0200\n"
"POT-Creation-Date: 2021-07-04 13:35+0200\n"
"PO-Revision-Date: 2021-05-25 18:28+0200\n"
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -9048,6 +9048,18 @@ msgstr ""
"viene chiuso (i messaggi verranno visualizzati all'apertura del buffer dei "
"dati raw)"
msgid ""
"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)"
msgstr ""
msgid ""
"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)"
msgstr ""
msgid ""
"merge server buffers; this option has no effect if a layout is saved and is "
"conflicting with this value (see /help layout)"
@ -13249,6 +13261,41 @@ msgstr "colore del testo per i nomi dei server"
msgid "text color for disabled trigger name"
msgstr "colore del testo per i nomi dei server"
msgid "Typing status of users"
msgstr ""
#. TRANSLATORS: this text is displayed before the list of nicks typing in the bar item "typing", it must be as short as possible
msgid "Typing: "
msgstr ""
msgid ""
"number of seconds after paused status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing last char: if reached, the typing status "
"becomes \"paused\" and no more typing signals are sent"
msgstr ""
msgid ""
"typing enabled for other nicks (display typing info for nicks typing in the "
"current buffer)"
msgstr ""
msgid "typing enabled for self messages (send typing info to other users)"
msgstr ""
msgid ""
"max number of chars displayed in the bar item \"typing\" (0 = do not "
"truncate content)"
msgstr ""
msgid " [A] Accept"
msgstr " [A] Accetta"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-06-27 10:33+0200\n"
"POT-Creation-Date: 2021-07-04 13:35+0200\n"
"PO-Revision-Date: 2021-05-25 18:28+0200\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
@ -9959,6 +9959,18 @@ msgstr ""
"生データバッファが閉じられた時にメモリに保存する生メッセージの数 (生データ"
"バッファを開いたときに表示されるメッセージ)"
msgid ""
"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)"
msgstr ""
msgid ""
"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)"
msgstr ""
msgid ""
"merge server buffers; this option has no effect if a layout is saved and is "
"conflicting with this value (see /help layout)"
@ -14377,6 +14389,41 @@ msgstr "トリガ名に対するテキスト色"
msgid "text color for disabled trigger name"
msgstr "無効化されたトリガの名前に対するテキスト色"
msgid "Typing status of users"
msgstr ""
#. TRANSLATORS: this text is displayed before the list of nicks typing in the bar item "typing", it must be as short as possible
msgid "Typing: "
msgstr ""
msgid ""
"number of seconds after paused status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing last char: if reached, the typing status "
"becomes \"paused\" and no more typing signals are sent"
msgstr ""
msgid ""
"typing enabled for other nicks (display typing info for nicks typing in the "
"current buffer)"
msgstr ""
msgid "typing enabled for self messages (send typing info to other users)"
msgstr ""
msgid ""
"max number of chars displayed in the bar item \"typing\" (0 = do not "
"truncate content)"
msgstr ""
msgid " [A] Accept"
msgstr " [A] 受け入れる"

View File

@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-06-27 10:33+0200\n"
"POT-Creation-Date: 2021-07-04 13:35+0200\n"
"PO-Revision-Date: 2021-06-28 21:11+0200\n"
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
@ -10202,6 +10202,18 @@ msgstr ""
"jest bufor nieprzetworzonych danych (wiadomości zostaną wyświetlone po "
"otworzeniu dla nich bufora)"
msgid ""
"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)"
msgstr ""
msgid ""
"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)"
msgstr ""
msgid ""
"merge server buffers; this option has no effect if a layout is saved and is "
"conflicting with this value (see /help layout)"
@ -14709,6 +14721,41 @@ msgstr "kolor tekstu dla nazwy triggera"
msgid "text color for disabled trigger name"
msgstr "kolor tekstu dla nazwy wyłączonego triggera"
msgid "Typing status of users"
msgstr ""
#. TRANSLATORS: this text is displayed before the list of nicks typing in the bar item "typing", it must be as short as possible
msgid "Typing: "
msgstr ""
msgid ""
"number of seconds after paused status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing last char: if reached, the typing status "
"becomes \"paused\" and no more typing signals are sent"
msgstr ""
msgid ""
"typing enabled for other nicks (display typing info for nicks typing in the "
"current buffer)"
msgstr ""
msgid "typing enabled for self messages (send typing info to other users)"
msgstr ""
msgid ""
"max number of chars displayed in the bar item \"typing\" (0 = do not "
"truncate content)"
msgstr ""
msgid " [A] Accept"
msgstr " [A] Akceptuj"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-06-27 10:33+0200\n"
"POT-Creation-Date: 2021-07-04 13:35+0200\n"
"PO-Revision-Date: 2021-05-25 18:28+0200\n"
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
"Language-Team: Portuguese <>\n"
@ -9766,6 +9766,18 @@ msgstr ""
"buffer com dados em bruto (as mensagens são apresentadas ao abrir o buffer "
"com dados em bruto)"
msgid ""
"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)"
msgstr ""
msgid ""
"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)"
msgstr ""
msgid ""
"merge server buffers; this option has no effect if a layout is saved and is "
"conflicting with this value (see /help layout)"
@ -14218,6 +14230,41 @@ msgstr "cor do texto para o nome do acionador"
msgid "text color for disabled trigger name"
msgstr "cor do texto para o nome de acionador desativado"
msgid "Typing status of users"
msgstr ""
#. TRANSLATORS: this text is displayed before the list of nicks typing in the bar item "typing", it must be as short as possible
msgid "Typing: "
msgstr ""
msgid ""
"number of seconds after paused status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing last char: if reached, the typing status "
"becomes \"paused\" and no more typing signals are sent"
msgstr ""
msgid ""
"typing enabled for other nicks (display typing info for nicks typing in the "
"current buffer)"
msgstr ""
msgid "typing enabled for self messages (send typing info to other users)"
msgstr ""
msgid ""
"max number of chars displayed in the bar item \"typing\" (0 = do not "
"truncate content)"
msgstr ""
msgid " [A] Accept"
msgstr " [A] Aceitar"

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-06-27 10:33+0200\n"
"POT-Creation-Date: 2021-07-04 13:35+0200\n"
"PO-Revision-Date: 2021-05-25 18:28+0200\n"
"Last-Translator: Érico Nogueira <ericonr@disroot.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -8624,6 +8624,18 @@ msgid ""
"(messages will be displayed when opening raw data buffer)"
msgstr ""
msgid ""
"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)"
msgstr ""
msgid ""
"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)"
msgstr ""
msgid ""
"merge server buffers; this option has no effect if a layout is saved and is "
"conflicting with this value (see /help layout)"
@ -12715,6 +12727,41 @@ msgstr "cor do texto para nomes de servidor"
msgid "text color for disabled trigger name"
msgstr "cor do texto para nomes de servidor"
msgid "Typing status of users"
msgstr ""
#. TRANSLATORS: this text is displayed before the list of nicks typing in the bar item "typing", it must be as short as possible
msgid "Typing: "
msgstr ""
msgid ""
"number of seconds after paused status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing last char: if reached, the typing status "
"becomes \"paused\" and no more typing signals are sent"
msgstr ""
msgid ""
"typing enabled for other nicks (display typing info for nicks typing in the "
"current buffer)"
msgstr ""
msgid "typing enabled for self messages (send typing info to other users)"
msgstr ""
msgid ""
"max number of chars displayed in the bar item \"typing\" (0 = do not "
"truncate content)"
msgstr ""
msgid " [A] Accept"
msgstr " [A] Aceitar"

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-06-27 10:33+0200\n"
"POT-Creation-Date: 2021-07-04 13:35+0200\n"
"PO-Revision-Date: 2021-05-25 18:28+0200\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -8216,6 +8216,18 @@ msgid ""
"(messages will be displayed when opening raw data buffer)"
msgstr ""
msgid ""
"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)"
msgstr ""
msgid ""
"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)"
msgstr ""
msgid ""
"merge server buffers; this option has no effect if a layout is saved and is "
"conflicting with this value (see /help layout)"
@ -12264,6 +12276,41 @@ msgstr "цвет названия сервера"
msgid "text color for disabled trigger name"
msgstr "цвет названия сервера"
msgid "Typing status of users"
msgstr ""
#. TRANSLATORS: this text is displayed before the list of nicks typing in the bar item "typing", it must be as short as possible
msgid "Typing: "
msgstr ""
msgid ""
"number of seconds after paused status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing last char: if reached, the typing status "
"becomes \"paused\" and no more typing signals are sent"
msgstr ""
msgid ""
"typing enabled for other nicks (display typing info for nicks typing in the "
"current buffer)"
msgstr ""
msgid "typing enabled for self messages (send typing info to other users)"
msgstr ""
msgid ""
"max number of chars displayed in the bar item \"typing\" (0 = do not "
"truncate content)"
msgstr ""
msgid " [A] Accept"
msgstr " [A] Принять"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-06-27 10:33+0200\n"
"POT-Creation-Date: 2021-07-04 13:35+0200\n"
"PO-Revision-Date: 2021-06-03 15:15+0400\n"
"Last-Translator: Ivan Pešić <ivan.pesic@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -10177,6 +10177,18 @@ msgstr ""
"података затвори (поруке ће се приказати онда када се отвори бафер сирових "
"података)"
msgid ""
"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)"
msgstr ""
msgid ""
"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)"
msgstr ""
msgid ""
"merge server buffers; this option has no effect if a layout is saved and is "
"conflicting with this value (see /help layout)"
@ -14680,6 +14692,41 @@ msgstr "боја текста за име окидача"
msgid "text color for disabled trigger name"
msgstr "боја текста за име искљученог окидача"
msgid "Typing status of users"
msgstr ""
#. TRANSLATORS: this text is displayed before the list of nicks typing in the bar item "typing", it must be as short as possible
msgid "Typing: "
msgstr ""
msgid ""
"number of seconds after paused status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing last char: if reached, the typing status "
"becomes \"paused\" and no more typing signals are sent"
msgstr ""
msgid ""
"typing enabled for other nicks (display typing info for nicks typing in the "
"current buffer)"
msgstr ""
msgid "typing enabled for self messages (send typing info to other users)"
msgstr ""
msgid ""
"max number of chars displayed in the bar item \"typing\" (0 = do not "
"truncate content)"
msgstr ""
msgid " [A] Accept"
msgstr " [A] Прихвати"

View File

@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-06-27 10:33+0200\n"
"POT-Creation-Date: 2021-07-04 13:35+0200\n"
"PO-Revision-Date: 2021-05-25 18:28+0200\n"
"Last-Translator: Emir SARI <bitigchi@me.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -7832,6 +7832,18 @@ msgid ""
"(messages will be displayed when opening raw data buffer)"
msgstr ""
msgid ""
"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)"
msgstr ""
msgid ""
"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)"
msgstr ""
msgid ""
"merge server buffers; this option has no effect if a layout is saved and is "
"conflicting with this value (see /help layout)"
@ -11597,6 +11609,41 @@ msgstr "tetik adı metin rengi"
msgid "text color for disabled trigger name"
msgstr "devre dışı tetik adı metin rengi"
msgid "Typing status of users"
msgstr ""
#. TRANSLATORS: this text is displayed before the list of nicks typing in the bar item "typing", it must be as short as possible
msgid "Typing: "
msgstr ""
msgid ""
"number of seconds after paused status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing last char: if reached, the typing status "
"becomes \"paused\" and no more typing signals are sent"
msgstr ""
msgid ""
"typing enabled for other nicks (display typing info for nicks typing in the "
"current buffer)"
msgstr ""
msgid "typing enabled for self messages (send typing info to other users)"
msgstr ""
msgid ""
"max number of chars displayed in the bar item \"typing\" (0 = do not "
"truncate content)"
msgstr ""
msgid " [A] Accept"
msgstr ""

View File

@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2021-06-27 10:33+0200\n"
"POT-Creation-Date: 2021-07-04 13:35+0200\n"
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -7300,6 +7300,18 @@ msgid ""
"(messages will be displayed when opening raw data buffer)"
msgstr ""
msgid ""
"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)"
msgstr ""
msgid ""
"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)"
msgstr ""
msgid ""
"merge server buffers; this option has no effect if a layout is saved and is "
"conflicting with this value (see /help layout)"
@ -11052,6 +11064,41 @@ msgstr ""
msgid "text color for disabled trigger name"
msgstr ""
msgid "Typing status of users"
msgstr ""
#. TRANSLATORS: this text is displayed before the list of nicks typing in the bar item "typing", it must be as short as possible
msgid "Typing: "
msgstr ""
msgid ""
"number of seconds after paused status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing status has been set: if reached, the typing "
"status is removed"
msgstr ""
msgid ""
"number of seconds after typing last char: if reached, the typing status "
"becomes \"paused\" and no more typing signals are sent"
msgstr ""
msgid ""
"typing enabled for other nicks (display typing info for nicks typing in the "
"current buffer)"
msgstr ""
msgid "typing enabled for self messages (send typing info to other users)"
msgstr ""
msgid ""
"max number of chars displayed in the bar item \"typing\" (0 = do not "
"truncate content)"
msgstr ""
msgid " [A] Accept"
msgstr ""

View File

@ -3121,7 +3121,7 @@ irc_config_init ()
irc_config_file, ptr_section,
"typing_status_nicks", "boolean",
N_("display nicks typing on the channel in bar item \"typing\" "
"(option typing.look.enabled must be enabled and capability "
"(option typing.look.enabled_nicks must be enabled and capability "
"\"message-tags\" must be enabled on the server)"),
NULL, 0, 0, "off", NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
@ -3130,7 +3130,7 @@ irc_config_init ()
"typing_status_self", "boolean",
N_("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 "
"(option typing.look.enabled_self must be enabled and capability "
"\"message-tags\" must be enabled on the server)"),
NULL, 0, 0, "off", NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

View File

@ -472,7 +472,7 @@ typing_typing_reset_buffer_signal_cb (const void *pointer, void *data,
}
/*
* Creates or removes hooks, according to option typing.look.enabled.
* Creates or removes hooks, according to options "typing.look.enabled_*".
*/
void