mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 02:33:12 +02:00
core: update translations
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user