1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 09:43:13 +02:00

All messages translated to french, fixed bugs/typos in some messages

This commit is contained in:
Sebastien Helleu
2007-12-18 17:20:08 +01:00
parent 7873047e55
commit 6fd0bd2158
29 changed files with 10337 additions and 9410 deletions
+2 -2
View File
@@ -354,7 +354,7 @@ irc_display_server (struct t_irc_server *server, int with_detail)
(server->autoreconnect) ? _("on") : _("off"));
weechat_printf (NULL, " server_autoreconnect_delay : %d %s",
server->autoreconnect_delay,
_("seconds"));
NG_("second", "seconds", server->autoreconnect_delay));
weechat_printf (NULL, " server_address . . . . . . : %s",
server->address);
weechat_printf (NULL, " server_port . . . . . . . : %d",
@@ -399,7 +399,7 @@ irc_display_server (struct t_irc_server *server, int with_detail)
server->command : "");
weechat_printf (NULL, " server_command_delay . . . : %d %s",
server->command_delay,
_("seconds"));
NG_("second", "seconds", server->command_delay));
weechat_printf (NULL, " server_autojoin . . . . . : %s",
(server->autojoin && server->autojoin[0]) ?
server->autojoin : "");