1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

core: update translations

This commit is contained in:
Sebastien Helleu
2014-03-12 09:26:28 +01:00
parent d3ee1bcfe0
commit a38e577596
13 changed files with 68 additions and 18 deletions
+7 -5
View File
@@ -321,10 +321,11 @@ IRC_PROTOCOL_CALLBACK(cap)
{
ptr_caps = (argv_eol[4][0] == ':') ? argv_eol[4] + 1 : argv_eol[4];
weechat_printf_date_tags (server->buffer, date, NULL,
_("%s%s: client capability, enabled for current session: %s"),
weechat_prefix("network"),
IRC_PLUGIN_NAME,
ptr_caps);
_("%s%s: client capability, currently "
"enabled: %s"),
weechat_prefix ("network"),
IRC_PLUGIN_NAME,
ptr_caps);
}
}
else if (strcmp (argv[3], "ACK") == 0)
@@ -334,7 +335,8 @@ IRC_PROTOCOL_CALLBACK(cap)
ptr_caps = (argv_eol[4][0] == ':') ? argv_eol[4] + 1 : argv_eol[4];
weechat_printf_date_tags (server->buffer, date, NULL,
_("%s%s: client capability, enabled: %s"),
weechat_prefix ("network"), IRC_PLUGIN_NAME,
weechat_prefix ("network"),
IRC_PLUGIN_NAME,
ptr_caps);
sasl_to_do = 0;
caps_supported = weechat_string_split (ptr_caps, " ", 0, 0,