diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-04 21:53:11 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-04 21:53:11 +0100 |
commit | 5a132f06fdc10c1fa3d6f561af268b04adb3d9d4 (patch) | |
tree | 35e2503150fbcf6e0b9ba4a3bb0b967005e44449 /doc/it | |
parent | dd0b3c5692b2e7b77d60a2e8fc8dad7d1ee9b9ff (diff) | |
download | weechat-5a132f06fdc10c1fa3d6f561af268b04adb3d9d4.zip |
core: replace ellipses by "etc." (in English) and "etc..." by "etc." in French
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/irc_commands.adoc | 2 | ||||
-rw-r--r-- | doc/it/autogen/user/irc_options.adoc | 2 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_commands.adoc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/it/autogen/user/irc_commands.adoc b/doc/it/autogen/user/irc_commands.adoc index ae7de8fd7..adb5569be 100644 --- a/doc/it/autogen/user/irc_commands.adoc +++ b/doc/it/autogen/user/irc_commands.adoc @@ -160,7 +160,7 @@ Examples: server: send to this server (internal name) target: nick or channel ('*' = current channel) - type: CTCP type (examples: "version", "ping", ..) + type: CTCP type (examples: "version", "ping", etc.) arguments: arguments for CTCP Examples: diff --git a/doc/it/autogen/user/irc_options.adoc b/doc/it/autogen/user/irc_options.adoc index a6e6078ca..e92db8ddc 100644 --- a/doc/it/autogen/user/irc_options.adoc +++ b/doc/it/autogen/user/irc_options.adoc @@ -429,7 +429,7 @@ ** valore predefinito: `+off+` * [[option_irc.network.autoreconnect_delay_growing]] *irc.network.autoreconnect_delay_growing* -** descrizione: pass:none[fattore di crescita per il ritardo della riconnessione automatica al server (1 = sempre identico, 2 = ritardo*2 per ogni tentativo, ...)] +** descrizione: pass:none[growing factor for autoreconnect delay to server (1 = always same delay, 2 = delay*2 for each retry, etc.)] ** tipo: intero ** valori: 1 .. 100 ** valore predefinito: `+2+` diff --git a/doc/it/autogen/user/weechat_commands.adoc b/doc/it/autogen/user/weechat_commands.adoc index 905adab1e..9faedb3ab 100644 --- a/doc/it/autogen/user/weechat_commands.adoc +++ b/doc/it/autogen/user/weechat_commands.adoc @@ -658,7 +658,7 @@ Senza argomento, questo comando elenca i plugin caricati. -core: alias of "-buffer core.weechat" -current: display text on current buffer -y: display on a custom line (for buffer with free content only) - line: line number for buffer with free content (first line is 0, a negative number displays after last line: -1 = after last line, -2 = two lines after last line, ...) + line: line number for buffer with free content (first line is 0, a negative number displays after last line: -1 = after last line, -2 = two lines after last line, etc.) -escape: interpret escaped chars (for example \a, \07, \x07) -date: message date, format can be: -n: 'n' seconds before now |