1
0
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:
Sébastien Helleu
2021-07-04 13:36:32 +02:00
parent a4507539fb
commit f79929b382
37 changed files with 856 additions and 114 deletions
+2 -2
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);
+1 -1
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