# SOME DESCRIPTIVE TITLE. # Copyright (C) Micah Lee, et al. # This file is distributed under the same license as the OnionShare package. # FIRST AUTHOR , 2020. # msgid "" msgstr "" "Project-Id-Version: OnionShare 2.3\n" "Report-Msgid-Bugs-To: onionshare-dev@lists.riseup.net\n" "POT-Creation-Date: 2020-12-13 15:48-0800\n" "PO-Revision-Date: 2021-04-09 19:26+0000\n" "Last-Translator: rc \n" "Language-Team: it \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.6-dev\n" "Generated-By: Babel 2.9.0\n" #: ../../source/tor.rst:2 msgid "Connecting to Tor" msgstr "Connessione a Tor in corso" #: ../../source/tor.rst:4 msgid "" "Pick a way to connect OnionShare to Tor by clicking the \"⚙\" icon in the" " bottom right of the OnionShare window to get to its settings." msgstr "" "Scegli un modo per collegare OnionShare a Tor cliccando l'icona \"⚙\" " "nella parte inferiore destra della finestra di OnionShare per raggiungere" " le impostazioni." #: ../../source/tor.rst:9 msgid "Use the ``tor`` bundled with OnionShare" msgstr "Usa ``tor`` fornito con OnionShare" #: ../../source/tor.rst:11 msgid "" "This is the default, simplest and most reliable way that OnionShare " "connects to Tor. For this reason, it's recommended for most users." msgstr "" "Questo è il modo predefinito, più semplice e affidabile in cui OnionShare" " si connette a Tor. Per questo motivo, è consigliato per la maggior parte" " degli utenti." #: ../../source/tor.rst:14 msgid "" "When you open OnionShare, it launches an already configured ``tor`` " "process in the background for OnionShare to use. It doesn't interfere " "with other ``tor`` processes on your computer, so you can use the Tor " "Browser or the system ``tor`` on their own." msgstr "" "Quando apri OnionShare, si avvia un processo ``tor`` già configurato in " "background da far utilizzare ad OnionShare. Non interferisce con altri " "processi ``tor`` sul tuo computer, quindi puoi usare il Tor Browser o il " "sistema ``tor`` da soli." #: ../../source/tor.rst:18 msgid "Attempt auto-configuration with Tor Browser" msgstr "Tenta la configurazione automatica con il Browser Tor" #: ../../source/tor.rst:20 msgid "" "If you have `downloaded the Tor Browser `_ " "and don't want two ``tor`` processes running, you can use the ``tor`` " "process from the Tor Browser. Keep in mind you need to keep Tor Browser " "open in the background while you're using OnionShare for this to work." msgstr "" "Se hai `scaricato il Browser Tor `_ e non" " vuoi che due processi ``tor`` siano in esecuzione, puoi usare il " "processo `` tor`` dal Browser Tor. Tieni presente che devi tenere il " "Browser Tor aperto in background mentre usi OnionShare affinché funzioni." #: ../../source/tor.rst:24 msgid "Using a system ``tor`` in Windows" msgstr "Utilizzando un sistema ``tor`` su Windows" #: ../../source/tor.rst:26 msgid "" "This is fairly advanced. You'll need to know how edit plaintext files and" " do stuff as an administrator." msgstr "" "Questo è abbastanza avanzato. Avrai bisogno di sapere come modificare i " "file di testo in chiaro e fare cose come amministratore." #: ../../source/tor.rst:28 msgid "" "Download the Tor Windows Expert Bundle `from " "`_. Extract the compressed file" " and copy the extracted folder to ``C:\\Program Files (x86)\\`` Rename " "the extracted folder with ``Data`` and ``Tor`` in it to ``tor-win32``." msgstr "" "Scarica il Tor Windows Expert Bundle `da `_. Estrai il file compresso e copia la cartella estratta in " "``C:\\Program Files (x86)\\`` Rinomina le cartella all'interno che hanno il " "nome ``Data`` e ``Tor`` in ``tor-win32``." #: ../../source/tor.rst:32 msgid "" "Make up a control port password. (Using 7 words in a sequence like " "``comprised stumble rummage work avenging construct volatile`` is a good " "idea for a password.) Now open a command prompt (``cmd``) as an " "administrator, and use ``tor.exe --hash-password`` to generate a hash of " "your password. For example::" msgstr "" "Crea una password per la porta di controllo. (Usare 7 parole in una " "sequenza come ``comprised stumble rummage work avenging construct " "volatile`` è una buona idea per una password.) Ora apri un prompt dei " "comandi (``cmd``) come amministratore e usa ``tor. exe --hash-password`` " "per generare un hash della tua password. Per esempio::" #: ../../source/tor.rst:39 msgid "" "The hashed password output is displayed after some warnings (which you " "can ignore). In the case of the above example, it is " "``16:00322E903D96DE986058BB9ABDA91E010D7A863768635AC38E213FDBEF``." msgstr "" "L'output della password con l'hash viene visualizzato dopo alcuni avvisi " "(che è possibile ignorare). Nel caso dell'esempio precedente, è " "``16:00322E903D96DE986058BB9ABDA91E010D7A863768635AC38E213FDBEF``." #: ../../source/tor.rst:41 msgid "" "Now create a new text file at ``C:\\Program Files (x86)\\tor-" "win32\\torrc`` and put your hashed password output in it, replacing the " "``HashedControlPassword`` with the one you just generated::" msgstr "" "Ora crea un nuovo file di testo in ``C:\\Programmi(x86)\\tor-win32\\torrc" " '' e inseriscici l'output della password con l'hash, sostituendo " "``HashedControlPassword`` con quello appena generato:" #: ../../source/tor.rst:46 msgid "" "In your administrator command prompt, install ``tor`` as a service using " "the appropriate ``torrc`` file you just created (as described in " "``_). Like " "this::" msgstr "" "Nel prompt dei comandi dell'amministratore, installa ``tor`` come " "servizio utilizzando il file ``torrc`` appropriato appena creato (come " "descritto in " "``_). Come " "questo::" #: ../../source/tor.rst:50 msgid "You are now running a system ``tor`` process in Windows!" msgstr "Ora stai eseguendo un processo di sistema ``tor`` su Windows!" #: ../../source/tor.rst:52 #, fuzzy msgid "" "Open OnionShare and click the \"⚙\" icon in it. Under \"How should " "OnionShare connect to Tor?\" choose \"Connect using control port\", and " "set \"Control port\" to ``127.0.0.1`` and \"Port\" to ``9051``. Under " "\"Tor authentication settings\" choose \"Password\" and set the password " "to the control port password you picked above. Click the \"Test " "Connection to Tor\" button. If all goes well, you should see \"Connected " "to the Tor controller\"." msgstr "" "Apri OnionShare e fai clic sull'icona \"⚙\" al suo interno. In \"Come " "dovrebbe connettersi OnionShare a Tor?\" scegli \"Connetti utilizzando la " "porta di controllo\" e imposta \"Porta di controllo\" su \"127.0.0.1\" e " "\"Porta\" su \"9051\". In \"Impostazioni di autenticazione Tor\" scegli " "\"Password\" e imposta la password sulla password della porta di controllo " "che hai scelto sopra. Fai clic sul pulsante \"Prova connessione a Tor\". Se " "tutto va bene, dovresti vedere \"Connesso al controller di Tor\"." #: ../../source/tor.rst:61 msgid "Using a system ``tor`` in macOS" msgstr "Utilizzando un sistema ``tor`` su macOS" #: ../../source/tor.rst:63 msgid "" "First, install `Homebrew `_ if you don't already have " "it, and then install Tor::" msgstr "" "Innanzitutto, installa `Homebrew `_ se non lo hai " "già. Quindi, installa Tor::" #: ../../source/tor.rst:67 msgid "Now configure Tor to allow connections from OnionShare::" msgstr "Ora configura Tor per consentire le connessioni da OnionShare::" #: ../../source/tor.rst:74 msgid "And start the system Tor service::" msgstr "E avvia il servizio di sistema Tor:" #: ../../source/tor.rst:78 msgid "" "Open OnionShare and click the \"⚙\" icon in it. Under \"How should " "OnionShare connect to Tor?\" choose \"Connect using socket file\", and " "set the socket file to be ``/usr/local/var/run/tor/control.socket``. " "Under \"Tor authentication settings\" choose \"No authentication, or " "cookie authentication\". Click the \"Test Connection to Tor\" button." msgstr "" "Apri OnionShare e fai clic sull'icona \"⚙\" al suo interno. In \"Come " "dovrebbe OnionShare connettersi a Tor?\" scegli \"Connetti usando il file" " socket\" e imposta il file socket come " "``/usr/local/var/run/tor/control.socket``. In \"Impostazioni di " "autenticazione di Tor\" scegli \"Nessuna autenticazione o autenticazione " "cookie\". Fai clic sul pulsante \"Prova connessione a Tor\"." #: ../../source/tor.rst:84 ../../source/tor.rst:104 msgid "If all goes well, you should see \"Connected to the Tor controller\"." msgstr "Se tutto va bene, dovresti vedere \"Connesso al controller di Tor\"." #: ../../source/tor.rst:87 msgid "Using a system ``tor`` in Linux" msgstr "Utilizzando un sistema ``tor`` su Linux" #: ../../source/tor.rst:89 msgid "" "First, install the ``tor`` package. If you're using Debian, Ubuntu, or a " "similar Linux distro, It is recommended to use the Tor Project's " "`official repository `_." msgstr "" "Innanzitutto, installa il pacchetto ``tor``. Se stai usando Debian, " "Ubuntu o una distribuzione Linux simile, si consiglia di utilizzare il " "`repository ufficiale del progetto Tor " "`_." #: ../../source/tor.rst:91 msgid "" "Next, add your user to the group that runs the ``tor`` process (in the " "case of Debian and Ubuntu, ``debian-tor``) and configure OnionShare to " "connect to your system ``tor``'s control socket file." msgstr "" "Successivamente, aggiungi il tuo utente al gruppo che esegue il processo " "``tor`` (nel caso di Debian e Ubuntu, ``debian-tor``) e configura " "OnionShare per connettersi al file socket di controllo del tuo sistema " "``tor``." #: ../../source/tor.rst:93 msgid "" "Add your user to the ``debian-tor`` group by running this command " "(replace ``username`` with your actual username)::" msgstr "" "Aggiungi il tuo utente al gruppo ``debian-tor`` eseguendo questo comando " "(sostituisci ``username`` con il tuo nome utente effettivo):" #: ../../source/tor.rst:97 msgid "" "Reboot your computer. After it boots up again, open OnionShare and click " "the \"⚙\" icon in it. Under \"How should OnionShare connect to Tor?\" " "choose \"Connect using socket file\". Set the socket file to be " "``/var/run/tor/control``. Under \"Tor authentication settings\" choose " "\"No authentication, or cookie authentication\". Click the \"Test " "Connection to Tor\" button." msgstr "" "Riavvia il computer. Dopo il riavvio, apri OnionShare e fai clic " "sull'icona \"⚙\" al suo interno. In \"Come dovrebbe OnionShare " "connettersi a Tor?\" scegli \"Connetti tramite file socket\". Imposta il " "file socket come ``/var/run/tor/control``. In \"Impostazioni di " "autenticazione di Tor\" scegli \"Nessuna autenticazione o autenticazione " "cookie\". Fai clic sul pulsante \"Prova connessione a Tor\"." #: ../../source/tor.rst:107 msgid "Using Tor bridges" msgstr "Usare i bridge di Tor" #: ../../source/tor.rst:109 msgid "" "If your access to the Internet is censored, you can configure OnionShare " "to connect to the Tor network using `Tor bridges " "`_. If OnionShare " "connects to Tor without one, you don't need to use a bridge." msgstr "" "Se il tuo accesso a Internet è censurato, puoi configurare OnionShare per" " connettersi alla rete Tor utilizzando `i bridge di " "Tor`_. Se " "OnionShare si connette a Tor senza uno, non è necessario utilizzare un " "bridge." #: ../../source/tor.rst:111 msgid "To configure bridges, click the \"⚙\" icon in OnionShare." msgstr "Per configurare i bridge, fare clic sull'icona \"⚙\" in OnionShare." #: ../../source/tor.rst:113 msgid "" "You can use the built-in obfs4 pluggable transports, the built-in " "meek_lite (Azure) pluggable transports, or custom bridges, which you can " "obtain from Tor's `BridgeDB `_. If you " "need to use a bridge, try the built-in obfs4 ones first." msgstr "" "È possibile utilizzare i trasporti collegabili obfs4 incorporati, i " "trasporti collegabili meek_lite (Azure) incorporati o bridge " "personalizzati, che è possibile ottenere da `BridgeDB " "`_ di Tor. Se hai bisogno di " "usare un bridge, prova prima quelli incorporati obfs4." #~ msgid "Using a system Tor in Mac OS X" #~ msgstr "" #~ msgid "" #~ "There are several options for how " #~ "OnionShare should connect to Tor. You" #~ " can change them in Settings, which" #~ " you can get to by clicking the" #~ " gear icon in the bottom-right " #~ "of the window." #~ msgstr "" #~ msgid "Use Tor that is bundled with OnionShare" #~ msgstr "" #~ msgid "" #~ "This is the default way that " #~ "OnionShare connects to Tor, and it's " #~ "also the simplest and most reliable " #~ "way. For this reason, it's recommended" #~ " for most users." #~ msgstr "" #~ msgid "" #~ "When you open OnionShare, it will " #~ "launch a Tor process in the " #~ "background that's configured specifically for" #~ " OnionShare to use. This Tor process" #~ " won't interfere with other Tor " #~ "processes on your computer, so you're" #~ " free to run Tor Browser or use" #~ " a system Tor in the background." #~ msgstr "" #~ msgid "Attempt automatic configuration with Tor Browser" #~ msgstr "" #~ msgid "" #~ "You can configure OnionShare to connect" #~ " to the Tor that comes with Tor" #~ " Browser. First, `download Tor Browser " #~ "`_ here if you " #~ "don't already have it. With this " #~ "setting selected, you need to keep " #~ "Tor Browser open in the background " #~ "while you're using OnionShare." #~ msgstr "" #~ msgid "Using a system Tor in Windows" #~ msgstr "" #~ msgid "" #~ "Download the Tor Windows Expert Bundle," #~ " which you can get `from here " #~ "`_. Extract the" #~ " zip file and copy the extracted " #~ "folder to ``C:\\Program Files (x86)\\``, " #~ "and rename the folder to ``tor-" #~ "win32``, so that inside that folder " #~ "is the ``Data`` and ``Tor`` folders." #~ msgstr "" #~ msgid "" #~ "Make up a control port password. " #~ "I'm going to use ``comprised stumble " #~ "rummage work avenging construct volatile`` " #~ "as my password. Now open a command" #~ " prompt as an administrator, and use" #~ " ``tor.exe --hash-password`` to generate" #~ " a hash of your password. For " #~ "example::" #~ msgstr "" #~ msgid "" #~ "The hashed password output is displayed" #~ " after some warnings (which you can" #~ " ignore). In my case, it was " #~ "``16:00322E903D96DE986058BB9ABDA91E010D7A863768635AC38E213FDBEF``." #~ msgstr "" #~ msgid "" #~ "Now create a new text file at " #~ "``C:\\Program Files (x86)\\tor-win32\\torrc`` " #~ "and put this in it, replacing the" #~ " ``HashedControlPassword`` with the one you" #~ " just generated::" #~ msgstr "" #~ msgid "" #~ "In your administrator command prompt, " #~ "install tor as a service using the" #~ " appropriate ``torrc`` file you just " #~ "created (see `here " #~ "`_ " #~ "for more information on doing this). " #~ "Like this::" #~ msgstr "" #~ msgid "You're now running a system Tor in Windows!" #~ msgstr "" #~ msgid "" #~ "Open OnionShare. Click the Settings " #~ "icon. Under \"How should OnionShare " #~ "connect to Tor?\" choose \"Connect using" #~ " control port\", and set the control" #~ " port host to ``127.0.0.1`` and the" #~ " port to ``9051``. Under \"Tor " #~ "authentication options\" choose \"Password\" " #~ "and set the password to your " #~ "password, in my case ``comprised stumble" #~ " rummage work avenging construct " #~ "volatile``. Click the \"Test Settings\" " #~ "button. If all goes well, you " #~ "should see successfully connected to " #~ "tor." #~ msgstr "" #~ msgid "Using a system Tor in macOS" #~ msgstr "" #~ msgid "" #~ "First, install `Homebrew `_ " #~ "if you don't already have it. " #~ "Then, install Tor::" #~ msgstr "" #~ msgid "" #~ "Open OnionShare. Click the Settings " #~ "icon. Under \"How should OnionShare " #~ "connect to Tor?\" choose \"Connect using" #~ " socket file\", and set the socket" #~ " file to be " #~ "``/usr/local/var/run/tor/control.socket``. Under \"Tor " #~ "authentication options\" choose \"No " #~ "authentication, or cookie authentication\". " #~ "Click the \"Test Settings\" button. If" #~ " all goes well, you should see " #~ "successfully connected to tor." #~ msgstr "" #~ msgid "Using a system Tor in Linux" #~ msgstr "" #~ msgid "" #~ "First, install the tor package. If " #~ "you're using Debian, Ubuntu, or a " #~ "similar Linux distro, I recommend you" #~ " use Tor Project's `official repository " #~ "`_. For " #~ "example, in Ubuntu 20.04::" #~ msgstr "" #~ msgid "" #~ "Next, add your user to the group" #~ " that runs the Tor process (in " #~ "the case of Debian and Ubuntu, " #~ "``debian-tor``) and configure OnionShare to" #~ " connect to your system Tor's control" #~ " socket file." #~ msgstr "" #~ msgid "" #~ "Reboot your computer. After it boots " #~ "up again, open OnionShare. Click the " #~ "Settings icon. Under \"How should " #~ "OnionShare connect to Tor?\" choose " #~ "\"Connect using socket file\", and set" #~ " the socket file to be " #~ "``/var/run/tor/control``. Under \"Tor authentication" #~ " options\" choose \"No authentication, or" #~ " cookie authentication\". Click the \"Test" #~ " Settings\" button. If all goes well," #~ " you should see successfully connect " #~ "to Tor." #~ msgstr "" #~ msgid "" #~ "If your access to the internet is" #~ " censored, you can configure OnionShare " #~ "to connect to the Tor network " #~ "using `Tor bridges " #~ "`_. If " #~ "OnionShare successfully connects to Tor, " #~ "you don't need to use a bridge." #~ msgstr "" #~ msgid "To configure bridges, open OnionShare settings." #~ msgstr "" #~ msgid "" #~ "You can use the built-in obfs4 " #~ "pluggable transports, the built-in " #~ "meek_lite (Azure) pluggable transports, or " #~ "custom bridges, which you can obtain " #~ "from Tor's `BridgeDB " #~ "`_. If you need " #~ "to use a bridge, you should try" #~ " the built-in obfs4 ones first." #~ msgstr "" #~ msgid "" #~ "Download the Tor Windows Expert Bundle" #~ " `from `_. " #~ "Extract the ZIP file and copy the" #~ " extracted folder to ``C:\\Program Files" #~ " (x86)\\`` Rename the extracted folder " #~ "with ``Data`` and ``Tor`` in it to" #~ " ``tor-win32``." #~ msgstr "" #~ "Scarica Tor Windows Expert Bundle `da" #~ " `_. Estrai " #~ "il file ZIP e copia la cartella" #~ " estratta in ``C:\\Programmi(x86)\\`` Rinomina" #~ " la cartella estratta con ``Dati`` e" #~ " `` Tor`` in ``tor-win32``."