Files
i2p.i2p/installer/resources/locale-man/man_it.po
2017-07-31 19:02:24 +00:00

460 lines
11 KiB
Plaintext

# I2P
# Copyright (C) 2017 The I2P Project
# This file is distributed under the same license as the routerconsole package.
# To contribute translations, see https://www.transifex.com/otf/I2P/dashboard/
# zzz <zzz@mail.i2p>, 2017.
#
# Translators:
# Sebastiano Pistore <SebastianoPistore.info@protonmail.ch>, 2017
# Kereus <williamdicicco@protonmail.com>, 2017
# zzzi2p <zzz@i2pmail.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: I2P man pages\n"
"POT-Creation-Date: 2017-01-26 15:24+0000\n"
"PO-Revision-Date: 2017-01-26 15:24+0000\n"
"Last-Translator: zzzi2p <zzz@i2pmail.org>, 2017\n"
"Language-Team: Italian (https://www.transifex.com/otf/teams/12694/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. type: TH
#: man/eepget.1:1
#, no-wrap
msgid "EEPGET"
msgstr "EEPGET"
#. type: TH
#: man/eepget.1:1 man/i2prouter.1:1 man/i2prouter-nowrapper.1:1
#, no-wrap
msgid "January 26, 2017"
msgstr "26 Gennaio 2017"
#. type: TH
#: man/eepget.1:1 man/i2prouter.1:1 man/i2prouter-nowrapper.1:1
#, no-wrap
msgid "I2P"
msgstr "I2P"
#. type: SH
#: man/eepget.1:3 man/i2prouter.1:3 man/i2prouter-nowrapper.1:3
#, no-wrap
msgid "NAME"
msgstr "NOME"
#. type: Plain text
#: man/eepget.1:5
msgid "Eepget - I2P downloader"
msgstr "Eepget - Downloader I2P"
#. type: SH
#: man/eepget.1:6 man/i2prouter.1:6 man/i2prouter-nowrapper.1:6
#, no-wrap
msgid "SYNOPSIS"
msgstr "SINOSSI"
#. type: Plain text
#: man/eepget.1:9
msgid "B<eepget> [I<options>]I<URL>"
msgstr "B<eepget> [I<opzioni>]I<URL>"
#. type: SH
#: man/eepget.1:11 man/i2prouter.1:11 man/i2prouter-nowrapper.1:10
#, no-wrap
msgid "DESCRIPTION"
msgstr "DESCRIZIONE"
#. type: Plain text
#: man/eepget.1:15
msgid ""
"Download a file non-interactively via HTTP. Transfers through both I2P and "
"the regular Internet are supported."
msgstr ""
"Scarica un file non interattivo via HTTP. I trasferimenti tramite I2P e il "
"regolare internet è supportato."
#. type: Plain text
#: man/eepget.1:21
msgid ""
"Eepget is able to cope with slow or unstable network connections; if a "
"download is not successful because of a network problem, it will keep "
"retrying until the whole file has been retrieved (if the -n option is set)."
" If supported by the remote server, eepget will instruct the server to "
"continue the download from the point of interruption."
msgstr ""
#. type: SH
#: man/eepget.1:22
#, no-wrap
msgid "OPTIONS"
msgstr "OPZIONI"
#. type: Plain text
#: man/eepget.1:25
msgid "B<-c>"
msgstr "B<-c>"
#. type: TP
#: man/eepget.1:25
#, no-wrap
msgid "Clearnet. Do not use a proxy. Same as B<-p> :0 ."
msgstr "Clearnet. Non utilizzare un proxy. Uguale a B<-p> :0 ."
#. type: Plain text
#: man/eepget.1:31
msgid "B<-e> etag"
msgstr "B<-e> etag"
#. type: TP
#: man/eepget.1:31
#, no-wrap
msgid "Sets the etag value in the request headers."
msgstr "Imposta il valore di etag nelle intestazioni di richiesta."
#. type: Plain text
#: man/eepget.1:37
msgid "B<-h> name=value"
msgstr "B<-h> nome=valore"
#. type: TP
#: man/eepget.1:37
#, no-wrap
msgid "Adds an arbitrary request header with the given name and value."
msgstr ""
"Aggiunge un'intestazione di richiesta arbitraria con il nome e valore "
"specificati."
#. type: Plain text
#: man/eepget.1:43
msgid "B<-l> lineLen"
msgstr ""
#. type: TP
#: man/eepget.1:43
#, no-wrap
msgid ""
"Controls the progress display. B<\\ lineLen > is the length of one progress "
"line in characters. The default is 40."
msgstr ""
"Controlla il display di avanzamento. B<\\ lineLen > è la lunghezza di una "
"linea di progresso in caratteri. L'impostazione predefinita è 40."
#. type: Plain text
#: man/eepget.1:49
msgid "B<-m> markSize"
msgstr ""
#. type: TP
#: man/eepget.1:49
#, no-wrap
msgid ""
"Controls the progress display. B<\\ markSize > is the number of bytes one "
"'#' character represents. The default is 1024."
msgstr ""
#. type: Plain text
#: man/eepget.1:55
msgid "B<-n> retries"
msgstr "B<-n> numeroTentativi"
#. type: TP
#: man/eepget.1:55
#, no-wrap
msgid ""
"Specify the number of times to retry downloading if the download isn't "
"successful. If this option is not specified, eepget will not retry."
msgstr ""
#. type: Plain text
#: man/eepget.1:61
msgid "B<-o> file"
msgstr "B<-o> file"
#. type: TP
#: man/eepget.1:61
#, no-wrap
msgid ""
"Sets the output file to write to. If this option is not given, the output "
"filename will be determined by the URL."
msgstr ""
#. type: Plain text
#: man/eepget.1:67
msgid "B<-p> proxy_host[:port]"
msgstr ""
#. type: TP
#: man/eepget.1:67
#, no-wrap
msgid ""
"Specify an I2P proxy server (eeproxy) to use. If the port is not specified, "
"eepget will use 4444. If this option is not specified, eepget will use "
"127.0.0.1:4444. Specify B<-c> or B<-p> :0 to disable the eeproxy."
msgstr ""
"Specifica un server proxy I2P (eeproxy) da utilizzare. Se la porta non è "
"specificata, eepget userà la porta 4444. Se questa opzione non è "
"specificata, eepget userà 127.0.0.1:4444. Specifica B<-c> oppure B<-p> :0 to"
" disable the eeproxy."
#. type: Plain text
#: man/eepget.1:73
msgid "B<-t> seconds"
msgstr "B<-t> secondi"
#. type: TP
#: man/eepget.1:73
#, no-wrap
msgid "Sets the inactivity timeout. The default is 60 seconds."
msgstr ""
"Imposta il tempo di inattività. L'impostazione predefinita è di 60 secondi."
#. type: Plain text
#: man/eepget.1:79
msgid "B<-u> username"
msgstr "B<-u> username"
#. type: TP
#: man/eepget.1:79
#, no-wrap
msgid "Sets the username for proxy authorization, if required."
msgstr "Imposta il nome utente per l'autorizzazione proxy, se necessario."
#. type: Plain text
#: man/eepget.1:85
msgid "B<-x> password"
msgstr "B<-x> password"
#. type: TP
#: man/eepget.1:85
#, no-wrap
msgid ""
"Sets the password for proxy authorization, if required. If a username is "
"specified but not a password, EepGet will prompt for the password."
msgstr ""
"Imposta la password per l'autorizzazione proxy, se necessario. se è "
"specificato un nome utente ma non una password, EepGet richiederà la "
"password."
#. type: SH
#: man/eepget.1:89
#, no-wrap
msgid "EXIT STATUS"
msgstr ""
#. type: Plain text
#: man/eepget.1:93
msgid ""
"B<eepget> exits with status zero upon successful transfer and non-zero if "
"there were problems with the download."
msgstr ""
#. type: SH
#: man/eepget.1:94 man/i2prouter.1:54 man/i2prouter-nowrapper.1:24
#, no-wrap
msgid "REPORTING BUGS"
msgstr "SEGNALAZIONE BUG"
#. type: Plain text
#: man/eepget.1:99 man/i2prouter.1:59 man/i2prouter-nowrapper.1:29
msgid ""
"Please enter a ticket on E<.UR https://trac.i2p2.de/> the I2P trac page "
"E<.UE .>"
msgstr ""
#. type: SH
#: man/eepget.1:100 man/i2prouter.1:60 man/i2prouter-nowrapper.1:30
#, no-wrap
msgid "SEE ALSO"
msgstr "VEDI ANCHE"
#. type: Plain text
#: man/eepget.1:104
msgid "B<i2prouter>(1) B<curl>(1) B<wget>(1)"
msgstr "B<i2prouter>(1) B<curl>(1) B<wget>(1)"
#. type: TH
#: man/i2prouter.1:1
#, no-wrap
msgid "I2PROUTER"
msgstr "I2PROUTER"
#. type: Plain text
#: man/i2prouter.1:5
msgid "i2prouter - start and stop the I2P router"
msgstr "i2prouter - lancia e termina il router I2P"
#. type: Plain text
#: man/i2prouter.1:9
msgid ""
"B<i2prouter> "
"{I<console>|I<start>|I<stop>|I<graceful>|I<restart>|I<condrestart>|I<status>|I<dump>|I<install>|I<remove>}"
msgstr ""
"B<i2prouter> "
"{I<console>|I<start>|I<stop>|I<graceful>|I<restart>|I<condrestart>|I<status>|I<dump>|I<install>|I<remove>}"
#. type: Plain text
#: man/i2prouter.1:13
msgid "Control the I2P service."
msgstr "Permette di controllare il servizio I2P."
#. type: IP
#: man/i2prouter.1:15
#, no-wrap
msgid "B<console>"
msgstr "B<console>"
#. type: Plain text
#: man/i2prouter.1:17
msgid "Runs I2P as a console application under the current user."
msgstr "Esegui I2P come applicazione di console sotto l'utente attuale."
#. type: IP
#: man/i2prouter.1:19
#, no-wrap
msgid "B<start>"
msgstr "B<start>"
#. type: Plain text
#: man/i2prouter.1:21
msgid "Starts the I2P service."
msgstr "Avvia il servizio I2P."
#. type: IP
#: man/i2prouter.1:23
#, no-wrap
msgid "B<stop>"
msgstr "B<stop>"
#. type: Plain text
#: man/i2prouter.1:25
msgid "Stops the I2P service."
msgstr "Arresta il servizio I2P."
#. type: IP
#: man/i2prouter.1:27
#, no-wrap
msgid "B<restart>"
msgstr "B<restart>"
#. type: Plain text
#: man/i2prouter.1:29
msgid "Stops the I2P service and then starts it."
msgstr "Arresta e poi riavvia il servizio I2P."
#. type: IP
#: man/i2prouter.1:31
#, no-wrap
msgid "B<condrestart>"
msgstr "B<condrestart>"
#. type: Plain text
#: man/i2prouter.1:33
msgid "Restart the I2P service only if it is already running."
msgstr "Riavvia il servizio I2P solo se è già in esecuzione."
#. type: IP
#: man/i2prouter.1:35
#, no-wrap
msgid "B<graceful>"
msgstr "B<graceful>"
#. type: Plain text
#: man/i2prouter.1:37
msgid "Stop I2P gracefully (may take up to 11 minutes)"
msgstr "Ferma I2P graziosamente (può richiedere fino a 11 minuti)"
#. type: IP
#: man/i2prouter.1:39
#, no-wrap
msgid "B<install>"
msgstr "B<install>"
#. type: Plain text
#: man/i2prouter.1:41
msgid "Install initscript to start I2P automatically when the system boots."
msgstr ""
"Installa initscript per avviare I2P automaticamente quando il sistema viene "
"avviato."
#. type: IP
#: man/i2prouter.1:43
#, no-wrap
msgid "B<remove>"
msgstr "B<remove>"
#. type: Plain text
#: man/i2prouter.1:45
msgid "Uninstall initscript that was installed with B<install>"
msgstr ""
#. type: IP
#: man/i2prouter.1:47
#, no-wrap
msgid "B<status>"
msgstr "B<status>"
#. type: Plain text
#: man/i2prouter.1:49
msgid "Prints whether the I2P service is running."
msgstr "Scrive se il servizio I2P è in esecuzione."
#. type: IP
#: man/i2prouter.1:51
#, no-wrap
msgid "B<dump>"
msgstr "B<dump>"
#. type: Plain text
#: man/i2prouter.1:53
msgid "Dumps the current threads into B<wrapper.log>."
msgstr ""
#. type: Plain text
#: man/i2prouter.1:61
msgid "B<i2prouter-nowrapper>(1)"
msgstr "B<i2prouter-nowrapper>(1)"
#. type: TH
#: man/i2prouter-nowrapper.1:1
#, no-wrap
msgid "I2PROUTER-NOWRAPPER"
msgstr "I2PROUTER-NOWRAPPER"
#. type: Plain text
#: man/i2prouter-nowrapper.1:5
msgid "i2prouter-nowrapper - start the I2P router"
msgstr "i2prouter-nowrapper - avvia il router I2P"
#. type: Plain text
#: man/i2prouter-nowrapper.1:8
msgid "B<i2prouter-nowrapper>"
msgstr "B<i2prouter-nowrapper>"
#. type: Plain text
#: man/i2prouter-nowrapper.1:14
msgid ""
"Start the I2P router, without the service wrapper. This means the router "
"will not restart if it crashes. Also, it will use the default memory size, "
"which may not be enough for I2P."
msgstr ""
"Avvia il router I2P, senza il wrapper di servizio. Ciò significa che il "
"router non si riavvierà se si dovesse bloccare. Inoltre, utilizzerà la "
"dimensione di memoria predefinita, che potrebbe non essere sufficiente per "
"I2P."
#. type: Plain text
#: man/i2prouter-nowrapper.1:23
msgid ""
"You should really use the B<i2prouter>(1) script instead. There are no "
"options. To stop the router, use your browser to access E<.UR "
"http://localhost:7657/> the router console E<.UE .>"
msgstr ""
#. type: Plain text
#: man/i2prouter-nowrapper.1:31
msgid "B<i2prouter>(1)"
msgstr "B<i2prouter>(1)"