1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 02:33:12 +02:00

core: replace ellipses by "etc." (in English) and "etc..." by "etc." in French

This commit is contained in:
Sébastien Helleu
2018-11-04 21:53:11 +01:00
parent dd0b3c5692
commit 5a132f06fd
40 changed files with 218 additions and 412 deletions
+1 -1
View File
@@ -6416,7 +6416,7 @@ irc_command_init ()
N_("[-server <server>] <target>[,<target>...] <type> [<arguments>]"),
N_(" server: send to this server (internal name)\n"
" target: nick or channel ('*' = current channel)\n"
" type: CTCP type (examples: \"version\", \"ping\", ..)\n"
" type: CTCP type (examples: \"version\", \"ping\", etc.)\n"
"arguments: arguments for CTCP\n"
"\n"
"Examples:\n"
+1 -1
View File
@@ -3198,7 +3198,7 @@ irc_config_init ()
irc_config_file, ptr_section,
"autoreconnect_delay_growing", "integer",
N_("growing factor for autoreconnect delay to server (1 = always same "
"delay, 2 = delay*2 for each retry, ..)"),
"delay, 2 = delay*2 for each retry, etc.)"),
NULL, 1, 100, "2", NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
irc_config_network_autoreconnect_delay_max = weechat_config_new_option (