From 14e325c7e4b33e8fc6d33b99d1ffd3b934d26ed0 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 22 Jun 2016 14:51:31 +0200 Subject: Release 1.3~exp3 Quite a huge churn of new strings. --- doc/po/it.po | 188 ++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 148 insertions(+), 40 deletions(-) (limited to 'doc/po/it.po') diff --git a/doc/po/it.po b/doc/po/it.po index d4f4f8983..eb68d83a1 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: 2016-06-11 17:24+0200\n" +"POT-Creation-Date: 2016-06-22 14:50+0200\n" "PO-Revision-Date: 2015-12-27 21:26+0200\n" "Last-Translator: Beatrice Torracca \n" "Language-Team: Italian \n" @@ -2005,10 +2005,17 @@ msgstr "" #. type: Content of: #: apt-get.8.xml +#, fuzzy +#| msgid "" +#| "Forbid the update command to acquire unverifiable data from configured " +#| "sources. Apt will fail at the update command for repositories without " +#| "valid cryptographically signatures. Configuration Item: " +#| "Acquire::AllowInsecureRepositories." msgid "" "Forbid the update command to acquire unverifiable data from configured " -"sources. Apt will fail at the update command for repositories without valid " -"cryptographically signatures. Configuration Item: Acquire::" +"sources. APT will fail at the update command for repositories without valid " +"cryptographically signatures. See also &apt-secure; for details on the " +"concept and the implications. Configuration Item: Acquire::" "AllowInsecureRepositories." msgstr "" "Impedisce dal comando update di acquisire dati non verificati dalle fonti " @@ -3057,11 +3064,19 @@ msgstr "supporto per l'autenticazione degli archivi per APT" #. type: Content of: #: apt-secure.8.xml +#, fuzzy +#| msgid "" +#| "Starting with version 0.6, APT contains code that does " +#| "signature checking of the Release file for all repositories. This ensures " +#| "that data like packages in the archive can't be modified by people who " +#| "have no access to the Release file signing key." msgid "" "Starting with version 0.6, APT contains code that does " "signature checking of the Release file for all repositories. This ensures " "that data like packages in the archive can't be modified by people who have " -"no access to the Release file signing key." +"no access to the Release file signing key. Starting with version 1.1 " +"APT requires repositories to provide recent " +"authentication information for unimpeded usage of the repository." msgstr "" "A partire dalla versione 0.6, APT contiene del codice che " "controlla le firme dei file Release per tutti i repository. Ciò assicura che " @@ -3070,12 +3085,19 @@ msgstr "" #. type: Content of: #: apt-secure.8.xml +#, fuzzy +#| msgid "" +#| "If an archive has an unsigned Release file or no Release file at all " +#| "current APT versions will raise a warning in update " +#| "operations and front-ends like apt-get will require " +#| "explicit confirmation if an installation request includes a package from " +#| "such an unauthenticated archive." msgid "" "If an archive has an unsigned Release file or no Release file at all current " -"APT versions will raise a warning in update operations " -"and front-ends like apt-get will require explicit " -"confirmation if an installation request includes a package from such an " -"unauthenticated archive." +"APT versions will refuse to download data from them by default in " +"update operations and even if forced to download front-" +"ends like &apt-get; will require explicit confirmation if an installation " +"request includes a package from such an unauthenticated archive." msgstr "" "Se un archivio ha un file Release non firmato o non ha per nulla un file " "Release, le versioni attuali di APT mostrano un avvertimento durante le " @@ -3086,17 +3108,40 @@ msgstr "" #. type: Content of: #: apt-secure.8.xml msgid "" -"In the future APT will refuse to work with unauthenticated repositories by " -"default until support for them is removed entirely. Users have the option to " -"opt-in to this behavior already by setting the configuration option " -" to false." +"As a temporary exception &apt-get; (not &apt;!) raises warnings only if it " +"encounters unauthenticated archives to give a slightly longer grace period " +"on this backward compatibility effecting change. This exception will be " +"removed in future releases and you can opt-out of this grace period by " +"setting the configuration option to false or on the command line." +msgstr "" + +#. type: Content of: +#: apt-secure.8.xml +msgid "" +"You can force all APT clients to raise only warnings by setting the " +"configuration option to " +"true. Individual repositories can also be allowed to be " +"insecure via the &sources-list; option allow-insecure=yes. Note that insecure repositories are strongly discouraged and all " +"options to force apt to continue supporting them will eventually be " +"removed. Users also have the option available to " +"disable even the warnings, but be sure to understand the implications as " +"detailed in &sources-list;." +msgstr "" + +#. type: Content of: +#: apt-secure.8.xml +msgid "" +"A repository which previously was authentication but would loose this state " +"in an update operation raises an error in all APT clients " +"irrespective of the option to allow or forbid usage of insecure " +"repositories. The error can be overcome by additionally setting " +" to " +"true or for Individual repositories with the &sources-" +"list; option allow-downgrade-to-insecure=yes." msgstr "" -"In futuro APT si rifiuterà in modo predefinito di lavorare con repository " -"non autenticati fino a quando il supporto per essi sarà completamente " -"rimosso. Gli utenti hanno l'opzione di passare di già a questo comportamento " -"impostando l'opzione di configurazione a false." #. type: Content of: #: apt-secure.8.xml @@ -4577,16 +4622,30 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "Acquire::http::Proxy-Auto-Detect can be used to " +#| "specify an external command to discover the http proxy to use. Apt " +#| "expects the command to output the proxy on stdout in the style " +#| "http://proxy:port/. This will override the generic " +#| "Acquire::http::Proxy but not any specific host proxy " +#| "configuration set via Acquire::http::Proxy::$HOST. " +#| "See the &squid-deb-proxy-client; package for an example implementation " +#| "that uses avahi. This option takes precedence over the legacy option name " +#| "ProxyAutoDetect." msgid "" "Acquire::http::Proxy-Auto-Detect can be used to specify " -"an external command to discover the http proxy to use. Apt expects the " -"command to output the proxy on stdout in the style http://proxy:" -"port/. This will override the generic Acquire::http::" -"Proxy but not any specific host proxy configuration set via " -"Acquire::http::Proxy::$HOST. See the &squid-deb-proxy-" -"client; package for an example implementation that uses avahi. This option " -"takes precedence over the legacy option name ProxyAutoDetect." +"an external command to discover the http proxy to use. The first and only " +"parameter is an URI denoting the host to be contacted to allow for host-" +"specific configuration. APT expects the command to output the proxy on " +"stdout as a single line in the style http://proxy:port/ " +"or the word DIRECT if no proxy should be used. No output " +"indicates that the generic proxy settings should be used. Note that auto-" +"detection will not be used for a host if a host-specific proxy configuration " +"is already set via Acquire::http::Proxy::HOST. See the &squid-deb-proxy-client; package for an " +"example implementation that uses avahi. This option takes precedence over " +"the legacy option name ProxyAutoDetect." msgstr "" "Acquire::http::Proxy-Auto-Detect può essere usato per " "specificare un comando esterno per rilevare il proxy http da usare. Apt si " @@ -5047,26 +5106,39 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml msgid "" -"Allow the update operation to load data files from a repository without a " -"trusted signature. If enabled this option no data files will be loaded and " -"the update operation fails with a error for this source. The default is " -"false for backward compatibility. This will be changed in the future." +"Allow update operations to load data files from repositories without " +"sufficient security information. The default value is \"false\". Concept, implications as well as alternatives are detailed in " +"&apt-secure;." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"Allow update operations to load data files from repositories which provide " +"security information, but these are deemed no longer cryptographically " +"strong enough. The default value is \"false\". Concept, " +"implications as well as alternatives are detailed in &apt-secure;." msgstr "" -"Permette all'operazione «update» di caricare i file dei dati da un " -"repository senza una firma fidata. Se questa opzione viene abilitata non " -"viene caricato alcun file dei dati e l'operazione di «update» fallisce per " -"tale fonte. Il valore predefinito è impostato a falso per compatibilità " -"all'indietro. In futuro ciò cambierà." #. type: Content of: #: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "Allow that a repository that was previously gpg signed to become unsigned " +#| "durign a update operation. When there is no valid signature of a " +#| "previously trusted repository apt will refuse the update. This option can " +#| "be used to override this protection. You almost certainly never want to " +#| "enable this. The default is false. Note that apt will still consider " +#| "packages from this source untrusted and warn about them if you try to " +#| "install them." msgid "" "Allow that a repository that was previously gpg signed to become unsigned " -"durign a update operation. When there is no valid signature of a previously " -"trusted repository apt will refuse the update. This option can be used to " -"override this protection. You almost certainly never want to enable this. " -"The default is false. Note that apt will still consider packages from this " -"source untrusted and warn about them if you try to install them." +"during an update operation. When there is no valid signature for a " +"previously trusted repository apt will refuse the update. This option can be " +"used to override this protection. You almost certainly never want to enable " +"this. The default is false. Concept, implications as " +"well as alternatives are detailed in &apt-secure;." msgstr "" "Permette che un repository che era in precedenza firmato con gpg diventi non " "firmato durante un'operazione di aggiornamento. Quando non c'è una firma " @@ -8064,6 +8136,17 @@ msgstr "" "impostate su tutte queste voci e non possono essere cambiate tra le diverse " "componenti. APT cerca di rilevare queste anomalie e risolverle." +#. type: Content of: +#: sources.list.5.xml +msgid "" +" (), " +" () and (