diff options
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 154 |
1 files changed, 76 insertions, 78 deletions
@@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-11-25 23:46+0100\n" +"POT-Creation-Date: 2017-09-13 17:18+0000\n" "PO-Revision-Date: 2015-04-07 16:51+0100\n" "Last-Translator: Milo Casagrande <milo@milo.name>\n" "Language-Team: Italian <tp@lists.linux.it>\n" @@ -420,8 +420,8 @@ msgstr "" #: apt-pkg/acquire.cc #, c-format msgid "" -"Can't drop privileges for downloading as file '%s' couldn't be accessed by " -"user '%s'." +"Download is performed unsandboxed as root as file '%s' couldn't be accessed " +"by user '%s'." msgstr "" #: apt-pkg/acquire.cc apt-pkg/clean.cc @@ -1685,13 +1685,17 @@ msgstr "Impossibile minimizzare l'insieme da aggiornare" msgid " Done" msgstr " Fatto" -#: apt-private/private-cachefile.cc -msgid "You might want to run 'apt-get -f install' to correct these." -msgstr "È utile eseguire \"apt-get -f install\" per correggere ciò." +#: apt-private/private-cachefile.cc apt-private/private-install.cc +msgid "You might want to run 'apt --fix-broken install' to correct these." +msgstr "È utile eseguire \"apt --fix-broken install\" per correggere ciò." -#: apt-private/private-cachefile.cc -msgid "Unmet dependencies. Try using -f." -msgstr "Dipendenze non trovate. Riprovare usando -f." +#: apt-private/private-cachefile.cc apt-private/private-install.cc +msgid "" +"Unmet dependencies. Try 'apt --fix-broken install' with no packages (or " +"specify a solution)." +msgstr "" +"Dipendenze non soddisfatte. Provare \"apt --fix-broken install\" senza " +"pacchetti (o specificare una soluzione)." #: apt-private/private-cacheset.cc apt-private/private-search.cc msgid "Sorting" @@ -1877,6 +1881,14 @@ msgid "Broken packages" msgstr "Pacchetti danneggiati" #: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Impossibile scaricare alcuni pacchetti. Potrebbe essere utile eseguire \"apt-" +"get update\" o provare l'opzione \"--fix-missing\"." + +#: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "" "Errore interno, InstallPackages è stato chiamato con un pacchetto " @@ -1982,14 +1994,6 @@ msgid "Download complete and in download only mode" msgstr "Scaricamento completato e in modalità solo scaricamento" #: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Impossibile scaricare alcuni pacchetti. Potrebbe essere utile eseguire \"apt-" -"get update\" o provare l'opzione \"--fix-missing\"." - -#: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing su supporti estraibili non è ancora supportato" @@ -2068,19 +2072,6 @@ msgstr[0] "Usare \"%s\" per rimuoverlo." msgstr[1] "Usare \"%s\" per rimuoverli." #: apt-private/private-install.cc -msgid "You might want to run 'apt-get -f install' to correct these:" -msgstr "" -"È utile eseguire \"apt-get -f install\" per correggere questi problemi:" - -#: apt-private/private-install.cc -msgid "" -"Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a " -"solution)." -msgstr "" -"Dipendenze non soddisfatte. Provare \"apt-get -f install\" senza pacchetti " -"(o specificare una soluzione)." - -#: apt-private/private-install.cc #, fuzzy msgid "The following additional packages will be installed:" msgstr "I seguenti pacchetti saranno inoltre installati:" @@ -2473,7 +2464,6 @@ msgid "Unpack command '%s' failed.\n" msgstr "Comando di estrazione \"%s\" non riuscito.\n" #: apt-private/private-source.cc -#, c-format msgid "Check if the 'dpkg-dev' package is installed.\n" msgstr "Verificare che il pacchetto \"dpkg-dev\" sia installato.\n" @@ -3466,6 +3456,53 @@ msgstr " %s non ha un campo source override\n" msgid " %s has no binary override entry either\n" msgstr " %s non ha neppure un campo binario override\n" +#: methods/basehttp.cc +msgid "Waiting for headers" +msgstr "In attesa degli header" + +#: methods/basehttp.cc +msgid "The HTTP server sent an invalid reply header" +msgstr "Il server HTTP ha inviato un header di risposta non valido" + +#: methods/basehttp.cc +msgid "Bad header line" +msgstr "Riga header non corretta" + +#: methods/basehttp.cc +msgid "The HTTP server sent an invalid Content-Length header" +msgstr "Il server HTTP ha inviato un header Content-Length non valido" + +#: methods/basehttp.cc +msgid "The HTTP server sent an invalid Content-Range header" +msgstr "Il server HTTP ha inviato un header Content-Range non valido" + +#: methods/basehttp.cc +msgid "This HTTP server has broken range support" +msgstr "Questo server HTTP ha un supporto del range non corretto" + +#: methods/basehttp.cc +msgid "Unknown date format" +msgstr "Formato della data sconosciuto" + +#: methods/basehttp.cc +msgid "Bad header data" +msgstr "Header dati non corretto" + +#: methods/basehttp.cc +msgid "Connection failed" +msgstr "Connessione non riuscita" + +#: methods/basehttp.cc +#, c-format +msgid "" +"Automatically disabled %s due to incorrect response from server/proxy. (man " +"5 apt.conf)" +msgstr "" + +#: methods/basehttp.cc +msgid "Internal error" +msgstr "Errore interno" + #: methods/cdrom.cc #, c-format msgid "Unable to read the cdrom database %s" @@ -3826,57 +3863,18 @@ msgstr "Impostazione della data di modifica non riuscita" msgid "Connection closed prematurely" msgstr "Connessione chiusa prematuramente" -#: methods/server.cc -msgid "Waiting for headers" -msgstr "In attesa degli header" - -#: methods/server.cc -msgid "The HTTP server sent an invalid reply header" -msgstr "Il server HTTP ha inviato un header di risposta non valido" - -#: methods/server.cc -msgid "Bad header line" -msgstr "Riga header non corretta" - -#: methods/server.cc -msgid "The HTTP server sent an invalid Content-Length header" -msgstr "Il server HTTP ha inviato un header Content-Length non valido" - -#: methods/server.cc -msgid "The HTTP server sent an invalid Content-Range header" -msgstr "Il server HTTP ha inviato un header Content-Range non valido" - -#: methods/server.cc -msgid "This HTTP server has broken range support" -msgstr "Questo server HTTP ha un supporto del range non corretto" - -#: methods/server.cc -msgid "Unknown date format" -msgstr "Formato della data sconosciuto" - -#: methods/server.cc -msgid "Bad header data" -msgstr "Header dati non corretto" - -#: methods/server.cc -msgid "Connection failed" -msgstr "Connessione non riuscita" - -#: methods/server.cc -#, c-format -msgid "" -"Automatically disabled %s due to incorrect response from server/proxy. (man " -"5 apt.conf)" -msgstr "" - -#: methods/server.cc -msgid "Internal error" -msgstr "Errore interno" - #: methods/store.cc msgid "Empty files can't be valid archives" msgstr "File vuoti non possono essere archivi validi" +#~ msgid "Unmet dependencies. Try using --fix-broken." +#~ msgstr "Dipendenze non trovate. Riprovare usando --fix-broken." + +#~ msgid "You might want to run 'apt --fix-broken install' to correct these:" +#~ msgstr "" +#~ "È utile eseguire \"apt --fix-broken install\" per correggere questi " +#~ "problemi:" + #~ msgid "(not found)" #~ msgstr "(non trovato)" |