From d64ef1c36b2885f1f178f5438c1a4f67f8bdee88 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 17 Aug 2017 19:28:24 +0200 Subject: Release 1.5~beta2 --- doc/po/it.po | 124 ++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 101 insertions(+), 23 deletions(-) (limited to 'doc/po/it.po') diff --git a/doc/po/it.po b/doc/po/it.po index 716fa8b02..65c74391d 100644 --- a/doc/po/it.po +++ b/doc/po/it.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2017-07-08 14:03+0200\n" +"POT-Creation-Date: 2017-08-17 19:28+0200\n" "PO-Revision-Date: 2017-03-27 19:05+0200\n" "Last-Translator: Beatrice Torracca \n" "Language-Team: Italian \n" @@ -1789,14 +1789,24 @@ msgstr "" #. type: Content of: #: apt-get.8.xml +#, fuzzy +#| msgid "" +#| "Force yes; this is a dangerous option that will cause apt to continue " +#| "without prompting if it is doing something potentially harmful. It should " +#| "not be used except in very special situations. Using force-yes can potentially destroy your system! Configuration Item: " +#| "APT::Get::force-yes. This is deprecated and replaced " +#| "by , in 1.1." msgid "" "Force yes; this is a dangerous option that will cause apt to continue " "without prompting if it is doing something potentially harmful. It should " "not be used except in very special situations. Using force-yes can potentially destroy your system! Configuration Item: " "APT::Get::force-yes. This is deprecated and replaced by " -", in 1.1." +" , , in 1.1." msgstr "" "Forza «sì»; questa è un'opzione pericolosa che fa sì che apt, se sta facendo " "qualcosa di potenzialmente pericoloso, continui senza chiedere " @@ -8220,6 +8230,44 @@ msgstr "Specificare URI" msgid "The currently recognized URI types are:" msgstr "I tipi di URI attualmente riconosciuti sono:" +#. type: Content of: +#: sources.list.5.xml +msgid "" +"The http scheme specifies an HTTP server for an archive and is the most " +"commonly used method, with many options in the Acquire::http scope detailed in &apt-conf;. The URI can directly include login " +"information if the archive requires it, but the use of &apt-authconf; should " +"be preferred. The method also supports SOCKS5 and HTTP(S) proxies either " +"configured via apt-specific configuration or specified by the environment " +"variable http_proxy in the format (assuming an HTTP proxy " +"requiring authentication) http://user:pass@server:port/. The authentication details for proxies can also be supplied " +"via &apt-authconf;." +msgstr "" + +#. type: Content of: +#: sources.list.5.xml +msgid "" +"Note that these forms of authentication are insecure as the whole " +"communication with the remote server (or proxy) is not encrypted so a " +"sufficiently capable attacker can observe and record login as well as all " +"other interactions. The attacker can not modify the " +"communication through as APTs data security model is independent of the " +"chosen transport method. See &apt-secure; for details." +msgstr "" + +#. type: Content of: +#: sources.list.5.xml +msgid "" +"The https scheme specifies an HTTPS server for an archive and is very " +"similar in use and available options to the http scheme. The main difference " +"is that the communication between apt and server (or proxy) is encrypted. " +"Note that the encryption does not prevent an attacker from knowing which " +"server (or proxy) apt is communicating with and deeper analyses can " +"potentially still reveal which data was downloaded. If this is a concern the " +"Tor-based schemes mentioned further below might be a suitable alternative." +msgstr "" + #. type: Content of: #: sources.list.5.xml msgid "" @@ -8233,9 +8281,15 @@ msgstr "" #. type: Content of: #: sources.list.5.xml +#, fuzzy +#| msgid "" +#| "The cdrom scheme allows APT to use a local CD-ROM drive with media " +#| "swapping. Use the &apt-cdrom; program to create cdrom entries in the " +#| "source list." msgid "" -"The cdrom scheme allows APT to use a local CD-ROM drive with media swapping. " -"Use the &apt-cdrom; program to create cdrom entries in the source list." +"The cdrom scheme allows APT to use a local CD-ROM, DVD or USB drive with " +"media swapping. Use the &apt-cdrom; program to create cdrom entries in the " +"source list." msgstr "" "Il tipo cdrom permette ad APT di usare un'unità CD-ROM locale cambiando i " "supporti. Usare il programma &apt-cdrom; per creare voci cdrom nell'elenco " @@ -8244,25 +8298,26 @@ msgstr "" #. type: Content of: #: sources.list.5.xml msgid "" -"The http scheme specifies an HTTP server for the archive. If an environment " -"variable http_proxy is set with the format http://server:" -"port/, the proxy server specified in http_proxy will be used. " -"Users of authenticated HTTP/1.1 proxies may use a string of the format " -"http://user:pass@server:port/. Note that this is an insecure method of " -"authentication." +"The ftp scheme specifies an FTP server for an archive. Use of FTP is on the " +"decline in favour of http and https " +"and many archives either never offered or are retiring FTP access. If you " +"still need this method many configuration options for it are available in " +"the Acquire::ftp scope and detailed in &apt-conf;." msgstr "" -"Il tipo http specifica un server HTTP per l'archivio. Se è impostata una " -"variabile d'ambiente http_proxy con il formato http://server:" -"porta/, verrà usato il server proxy specificato in http_proxy. Gli utenti con proxy HTTP/1.1 con autenticazione possono usare una " -"stringa nel formato http://utente:password@server:porta/. Notare che questo " -"è un metodo di autenticazione non sicuro." #. type: Content of: #: sources.list.5.xml +#, fuzzy +#| msgid "" +#| "The ftp scheme specifies an FTP server for the archive. APT's FTP " +#| "behavior is highly configurable; for more information see the &apt-conf; " +#| "manual page. Please note that an FTP proxy can be specified by using the " +#| "ftp_proxy environment variable. It is possible to specify " +#| "an HTTP proxy (HTTP proxy servers often understand FTP URLs) using this " +#| "environment variable and only this environment " +#| "variable. Proxies using HTTP specified in the configuration file will be " +#| "ignored." msgid "" -"The ftp scheme specifies an FTP server for the archive. APT's FTP behavior " -"is highly configurable; for more information see the &apt-conf; manual page. " "Please note that an FTP proxy can be specified by using the " "ftp_proxy environment variable. It is possible to specify an " "HTTP proxy (HTTP proxy servers often understand FTP URLs) using this " @@ -8312,14 +8367,21 @@ msgstr "aggiungere ulteriori tipi di URI riconoscibili" #. type: Content of: #: sources.list.5.xml +#, fuzzy +#| msgid "" +#| "APT can be extended with more methods shipped in other optional packages, " +#| "which should follow the naming scheme apt-transport-" +#| "method. For instance, the APT team " +#| "also maintains the package apt-transport-https, which " +#| "provides access methods for HTTPS URIs with features similar to the http " +#| "method. Methods for using e.g. debtorrent are also available - see &apt-" +#| "transport-debtorrent;." msgid "" "APT can be extended with more methods shipped in other optional packages, " "which should follow the naming scheme apt-transport-" "method. For instance, the APT team " -"also maintains the package apt-transport-https, which " -"provides access methods for HTTPS URIs with features similar to the http " -"method. Methods for using e.g. debtorrent are also available - see &apt-" -"transport-debtorrent;." +"also maintains the package apt-transport-tor, which " +"provides access methods for HTTP and HTTPS URIs routed via the Tor network." msgstr "" "APT può essere esteso con ulteriori metodi forniti in altri pacchetti " "opzionali, i cui nomi devono seguire lo schema apt-transport-" @@ -11325,6 +11387,22 @@ msgstr " # apt-get -o dir::cache::archives=\"/disc/\" dist-upgrade\n" msgid "Which will use the already fetched archives on the disc." msgstr "che userà gli archivi già scaricati e presenti sul disco." +#~ msgid "" +#~ "The http scheme specifies an HTTP server for the archive. If an " +#~ "environment variable http_proxy is set with the format " +#~ "http://server:port/, the proxy server specified in http_proxy will be used. Users of authenticated HTTP/1.1 proxies may use a " +#~ "string of the format http://user:pass@server:port/. Note that this is an " +#~ "insecure method of authentication." +#~ msgstr "" +#~ "Il tipo http specifica un server HTTP per l'archivio. Se è impostata una " +#~ "variabile d'ambiente http_proxy con il formato http://" +#~ "server:porta/, verrà usato il server proxy specificato in " +#~ "http_proxy. Gli utenti con proxy HTTP/1.1 con " +#~ "autenticazione possono usare una stringa nel formato http://utente:" +#~ "password@server:porta/. Notare che questo è un metodo di autenticazione " +#~ "non sicuro." + #~ msgid "" #~ "As a temporary exception &apt-get; (not &apt;!) raises warnings only if " #~ "it encounters unauthenticated archives to give a slightly longer grace " -- cgit v1.2.3