summaryrefslogtreecommitdiff
path: root/doc/it/weechat_user.it.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-06-26 16:38:05 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-06-26 16:38:05 +0200
commitd3cdccc27479a19c1f91fb55883f368177cfe9a3 (patch)
tree87ed90187feb86f8e8f2e178498e4fa679283e3a /doc/it/weechat_user.it.adoc
parent42a0a19828e223fd3ec3ed789f8b6a80e9cd8215 (diff)
downloadweechat-d3cdccc27479a19c1f91fb55883f368177cfe9a3.zip
doc/user: replace TOR by Tor
Diffstat (limited to 'doc/it/weechat_user.it.adoc')
-rw-r--r--doc/it/weechat_user.it.adoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc
index 402bc84ab..c9ce90d4d 100644
--- a/doc/it/weechat_user.it.adoc
+++ b/doc/it/weechat_user.it.adoc
@@ -3973,21 +3973,21 @@ server buffers:
// TRANSLATION MISSING
[[irc_tor_sasl]]
-==== Connect with TOR and SASL
+==== Connect with Tor and SASL
// TRANSLATION MISSING
-Some servers support connections with TOR (https://www.torproject.org/),
+Some servers support connections with Tor (https://www.torproject.org/),
a network of virtual tunnels that allows people and groups to improve their
privacy and security on the Internet.
-Il primo passo consiste nell'installare TOR. Per Debian (e derivate):
+Il primo passo consiste nell'installare Tor. Per Debian (e derivate):
----
$ sudo apt-get install tor
----
-In WeeChat è necessario creare un proxy socks5 per il servizio TOR (nome
-host/IP e porta dipendono dalla propria configurazione di TOR):
+In WeeChat è necessario creare un proxy socks5 per il servizio Tor (nome
+host/IP e porta dipendono dalla propria configurazione di Tor):
----
/proxy add tor socks5 127.0.0.1 9050
@@ -4000,7 +4000,7 @@ Now, add a new server (replace server name "irc-tor" and the address by a valid
/server add irc-tor this.is.the.address.onion
----
-Impostare il proxy per TOR:
+Impostare il proxy per Tor:
----
/set irc.server.irc-tor.proxy "tor"