1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

core: update translations (issue #1903)

This commit is contained in:
Sébastien Helleu
2023-04-12 17:16:26 +02:00
parent fe1ab06924
commit aa1d2a709d
15 changed files with 2410 additions and 804 deletions
+4 -1
View File
@@ -639,7 +639,10 @@ irc_server_get_short_description (struct t_irc_server *server)
weechat_string_dyn_concat (
result,
IRC_SERVER_OPTION_BOOLEAN(server, IRC_SERVER_OPTION_TLS) ?
_("enabled") : _("disabled"),
/* TRANSLATORS: "TLS: enabled" */
_("enabled") :
/* TRANSLATORS: "TLS: disabled" */
_("disabled"),
-1);
weechat_string_dyn_concat (result, ")", -1);