-#~ msgid ""
-#~ "Usage: apt-ftparchive [options] command\n"
-#~ "Commands: packages binarypath [overridefile [pathprefix]]\n"
-#~ " sources srcpath [overridefile [pathprefix]]\n"
-#~ " contents path\n"
-#~ " generate config [groups]\n"
-#~ " clean config\n"
-#~ "\n"
-#~ "apt-ftparchive generates index files for Debian archives. It supports\n"
-#~ "many styles of generation from fully automated to functional "
-#~ "replacements\n"
-#~ "for dpkg-scanpackages and dpkg-scansources\n"
-#~ "\n"
-#~ "apt-ftparchive generates Package files from a tree of .debs. The\n"
-#~ "Package file contains the contents of all the control fields from\n"
-#~ "each package as well as the MD5 hash and filesize. An override file\n"
-#~ "is supported to force the value of Priority and Section.\n"
-#~ "\n"
-#~ "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
-#~ "The --source-override option can be used to specify a src override file\n"
-#~ "\n"
-#~ "The 'packages' and 'sources' command should be run in the root of the\n"
-#~ "tree. BinaryPath should point to the base of the recursive search and \n"
-#~ "override file should contain the override flags. Pathprefix is\n"
-#~ "appended to the filename fields if present. Example usage from the \n"
-#~ "Debian archive:\n"
-#~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
-#~ " dists/potato/main/binary-i386/Packages\n"
-#~ "\n"
-#~ "Options:\n"
-#~ " -h This help text\n"
-#~ " --md5 Control MD5 generation\n"
-#~ " -s=? Source override file\n"
-#~ " -q Quiet\n"
-#~ " -d=? Select the optional caching database\n"
-#~ " --no-delink Enable delinking debug mode\n"
-#~ " --contents Control contents file generation\n"
-#~ " -c=? Read this configuration file\n"
-#~ " -o=? Set an arbitary configuration option"
-#~ msgstr ""
-#~ "Utilizzo: apt-ftparchive [opzioni] comando\n"
-#~ "Comandi: packages pathaibinari [filedioverride [pathprefix]\n"
-#~ " sources pathaisorgenti [filedioverride [pathprefix]\n"
-#~ " contents path\n"
-#~ " generate config [gruppi]\n"
-#~ " clean config\n"
-#~ "\n"
-#~ "apt-ftparchive genera file di indice per gli archivi Debian. Supporta\n"
-#~ "molti stili di generazione da completamente automatici a alternative "
-#~ "funzionali\n"
-#~ "per dpkg-scanpackages e dpkg-scansources\n"
-#~ "\n"
-#~ "apt-ftparchive genera file Packages da un albero di .deb. Il\n"
-#~ "file Package contiene le informazioni di tutti i campi control da ogni\n"
-#~ "pacchetto così come l'hash MD5 e la dimensione del file. Un file "
-#~ "override\n"
-#~ "è supportato per forzare il valore di Priorità e Sezione.\n"
-#~ "\n"
-#~ "Similarmente apt-ftparchive genera file Sources da un albero di .dscs.\n"
-#~ "L'opzione --source-override può essere usata per specificare un file di "
-#~ "override\n"
-#~ "per i sorgenti\n"
-#~ "\n"
-#~ "I comandi 'packages' e 'sources' devono essere seguiti nella root "
-#~ "dell'albero.\n"
-#~ "BinaryPath deve puntare alla base della ricerca ricorsiva e il file "
-#~ "override deve\n"
-#~ "contenere le opzioni di override. Pathprefix è aggiunto al campo filename "
-#~ "se presente.\n"
-#~ "Esempio di utilizzo dall'archivio debian:\n"
-#~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
-#~ " dists/potato/main/binary-i386/Packages \n"
-#~ "\n"
-#~ "Opzioni:\n"
-#~ " -h Questo help\n"
-#~ " --md5 Controlla la generazione del MD5\n"
-#~ " -s=? File override dei sorgenti\n"
-#~ " -q Silenzioso\n"
-#~ " -d=? Seleziona il database di cache opzionale\n"
-#~ " --no-delink Abilita modalità di debug del delinking\n"
-#~ " --contents Controlla la generazione del file contents\n"
-#~ " -c=? Legge come configurazione il file specificato\n"
-#~ " -o=? Imposta un'opzione arbitraria di configurazione"
+#: methods/ftp.cc:335
+msgid "Server closed the connection"
+msgstr "Il server ha chiuso la connessione"
+
+#: methods/ftp.cc:338 apt-pkg/contrib/fileutl.cc:471 methods/rsh.cc:190
+msgid "Read error"
+msgstr "Errore di lettura"
+
+#: methods/ftp.cc:345 methods/rsh.cc:197
+msgid "A response overflowed the buffer."
+msgstr "Una risposta ha superato le dimensioni del buffer."
+
+#: methods/ftp.cc:362 methods/ftp.cc:374
+msgid "Protocol corruption"
+msgstr "Corruzione nel protocollo"
+
+#: methods/ftp.cc:446 apt-pkg/contrib/fileutl.cc:510 methods/rsh.cc:232
+msgid "Write error"
+msgstr "Errore di scrittura"
+
+#: methods/ftp.cc:687 methods/ftp.cc:693 methods/ftp.cc:729
+msgid "Could not create a socket"
+msgstr "Impossibile creare un socket"
+
+#: methods/ftp.cc:698
+msgid "Could not connect data socket, connection timed out"
+msgstr ""
+"Impossibile connettersi al socket dati, tempo limite di connessione esaurito"
+
+#: methods/ftp.cc:704
+msgid "Could not connect passive socket."
+msgstr "Impossibile connettersi in modalità passiva"
+
+#: methods/ftp.cc:722
+msgid "getaddrinfo was unable to get a listening socket"
+msgstr "È stato impossibile ottenere un socket in ascolto con getaddrinfo()"
+
+#: methods/ftp.cc:736
+msgid "Could not bind a socket"
+msgstr "Impossibile eseguire bind() su un socket"
+
+#: methods/ftp.cc:740
+msgid "Could not listen on the socket"
+msgstr "Impossibile eseguire listen() su un socket"
+
+#: methods/ftp.cc:747
+msgid "Could not determine the socket's name"
+msgstr "Impossibile determinare il nome del socket"
+
+#: methods/ftp.cc:779
+msgid "Unable to send PORT command"
+msgstr "Impossibile inviare il comando PORT"
+
+#: methods/ftp.cc:789
+#, c-format
+msgid "Unknown address family %u (AF_*)"
+msgstr "Famiglia di indirizzamento %u (AF_*) sconosciuta"
+
+#: methods/ftp.cc:798
+#, c-format
+msgid "EPRT failed, server said: %s"
+msgstr "EPRT fallito, il server ha detto: %s"
+
+#: methods/ftp.cc:818
+msgid "Data socket connect timed out"
+msgstr "Tempo limite di connessione esaurito per il socket dati"
+
+#: methods/ftp.cc:825
+msgid "Unable to accept connection"
+msgstr "Impossibile accettare connessioni"
+
+#: methods/ftp.cc:864 methods/http.cc:920 methods/rsh.cc:303
+msgid "Problem hashing file"
+msgstr "Problemi nella creazione dell'hash del file"
+
+#: methods/ftp.cc:877
+#, c-format
+msgid "Unable to fetch file, server said '%s'"
+msgstr "Impossibile ottenere un file, il server ha detto '%s'"
+
+#: methods/ftp.cc:892 methods/rsh.cc:322
+msgid "Data socket timed out"
+msgstr "Tempo limite esaurito per il socket dati"
+
+#: methods/ftp.cc:922
+#, c-format
+msgid "Data transfer failed, server said '%s'"
+msgstr "Trasferimento dei dati fallito, il server ha detto '%s'"
+
+#. Get the files information
+#: methods/ftp.cc:997
+msgid "Query"
+msgstr "Query"
+
+#: methods/ftp.cc:1106
+msgid "Unable to invoke "
+msgstr "Impossibile invocare "
+
+#: methods/connect.cc:64
+#, c-format
+msgid "Connecting to %s (%s)"
+msgstr "Connessione a %s (%s) in corso"
+
+#: methods/connect.cc:71
+#, c-format
+msgid "[IP: %s %s]"
+msgstr "[IP: %s %s]"
+
+#: methods/connect.cc:80
+#, c-format
+msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
+msgstr "Impossibile creare un socket per %s (f=%u t=%u p=%u)"
+
+#: methods/connect.cc:86
+#, c-format
+msgid "Cannot initiate the connection to %s:%s (%s)."
+msgstr "Impossibile iniziare la connessione a %s:%s (%s)."
+
+#: methods/connect.cc:93
+#, c-format
+msgid "Could not connect to %s:%s (%s), connection timed out"
+msgstr ""
+"Impossibile connettersi a %s:%s (%s), tempo limite di connessione esaurito"
+
+#: methods/connect.cc:106
+#, c-format
+msgid "Could not connect to %s:%s (%s)."
+msgstr "Impossibile connettersi a %s:%s (%s)."
+
+#. We say this mainly because the pause here is for the
+#. ssh connection that is still going
+#: methods/connect.cc:134 methods/rsh.cc:425
+#, c-format
+msgid "Connecting to %s"
+msgstr "Connessione a %s in corso"
+
+#: methods/connect.cc:165
+#, c-format
+msgid "Could not resolve '%s'"
+msgstr "Impossibile risolvere '%s'"
+
+#: methods/connect.cc:171
+#, c-format
+msgid "Temporary failure resolving '%s'"
+msgstr "risoluzione di '%s' temporaneamete fallita"
+
+#: methods/connect.cc:174
+#, c-format
+msgid "Something wicked happened resolving '%s:%s' (%i)"
+msgstr "È accaduto qualcosa di anormale nella risoluzione di '%s:%s' (%i)"
+
+#: methods/connect.cc:221
+#, c-format
+msgid "Unable to connect to %s %s:"
+msgstr "Impossibile connettersi a %s %s:"
+
+#: methods/gpgv.cc:92
+msgid "E: Argument list from Acquire::gpgv::Options too long. Exiting."
+msgstr ""
+"E: Lista argomento da Acquire::gpgv::Options troppo lunga. Uscita in corso."
+
+#: methods/gpgv.cc:191
+msgid ""
+"Internal error: Good signature, but could not determine key fingerprint?!"
+msgstr ""
+"Errore interno: Firma corretta, ma non è stato possibile determinare il "
+"fingerprint della chiave?!"
+
+#: methods/gpgv.cc:196
+msgid "At least one invalid signature was encountered."
+msgstr "Almeno una firma non valida è stata trovata."
+
+#. FIXME String concatenation considered harmful.
+#: methods/gpgv.cc:201
+msgid "Could not execute "
+msgstr "Impossibile eseguire "
+
+#: methods/gpgv.cc:202
+msgid " to verify signature (is gnupg installed?)"
+msgstr " per verificare la firma (gnugp è installato?)"
+
+#: methods/gpgv.cc:206
+msgid "Unknown error executing gpgv"
+msgstr "Errore sconosciuto durante l'esecuzione di gpgv"
+
+#: methods/gpgv.cc:237
+msgid "The following signatures were invalid:\n"
+msgstr "Le seguenti firme non erano valide:\n"
+
+#: methods/gpgv.cc:244
+msgid ""
+"The following signatures couldn't be verified because the public key is not "
+"available:\n"
+msgstr ""
+"Le seguenti firme non sono state verificate perchè la chiave pubblica non è "
+"disponibile:\n"
+
+#: methods/gzip.cc:57
+#, c-format
+msgid "Couldn't open pipe for %s"
+msgstr "Impossibile aprire una pipe per %s"
+
+#: methods/gzip.cc:102
+#, c-format
+msgid "Read error from %s process"
+msgstr "Errore di lettura dal processo %s"
+
+#: methods/http.cc:344
+msgid "Waiting for headers"
+msgstr "In attesa degli header"
+
+#: methods/http.cc:490
+#, c-format
+msgid "Got a single header line over %u chars"
+msgstr "Si è ottenuto una singola linea di header su %u caratteri"
+
+#: methods/http.cc:498
+msgid "Bad header line"
+msgstr "Linea nell'header non corretta"
+
+#: methods/http.cc:517 methods/http.cc:524
+msgid "The HTTP server sent an invalid reply header"
+msgstr "Il server HTTP ha inviato un header di risposta non valido"
+
+#: methods/http.cc:553
+msgid "The HTTP server sent an invalid Content-Length header"
+msgstr "Il server HTTP ha inviato un Content-Length non valido"
+
+#: methods/http.cc:568
+msgid "The HTTP server sent an invalid Content-Range header"
+msgstr "Il server HTTP ha inviato un Content-Range non valido"
+
+#: methods/http.cc:570
+msgid "This HTTP server has broken range support"
+msgstr "Questo server HTTP ha il supporto del range bacato"
+
+#: methods/http.cc:594
+msgid "Unknown date format"
+msgstr "Formato della data sconosciuto"
+
+#: methods/http.cc:741
+msgid "Select failed"
+msgstr "Select fallito"
+
+#: methods/http.cc:746
+msgid "Connection timed out"
+msgstr "Tempo limite per la connessione esaurito"
+
+#: methods/http.cc:769
+msgid "Error writing to output file"
+msgstr "Errore nella scrittura del file di output"
+
+#: methods/http.cc:797
+msgid "Error writing to file"
+msgstr "Errore nella scrittura nel file"
+
+#: methods/http.cc:822
+msgid "Error writing to the file"
+msgstr "Errore nella scrittura nel file"
+
+#: methods/http.cc:836
+msgid "Error reading from server. Remote end closed connection"
+msgstr ""
+"Errore nella lettura dal server. Il lato remoto ha chiuso la connessione"
+
+#: methods/http.cc:838
+msgid "Error reading from server"
+msgstr "Errore nella lettura dal server"
+
+#: methods/http.cc:1069
+msgid "Bad header data"
+msgstr "Header dei dati malformato"
+
+#: methods/http.cc:1086
+msgid "Connection failed"
+msgstr "Connessione fallita"
+
+#: methods/http.cc:1177
+msgid "Internal error"
+msgstr "Errore interno"
+
+#: apt-pkg/contrib/mmap.cc:82
+msgid "Can't mmap an empty file"
+msgstr "Impossibile eseguire mmap su un file vuoto"
+
+#: apt-pkg/contrib/mmap.cc:87
+#, c-format
+msgid "Couldn't make mmap of %lu bytes"
+msgstr "Impossibile eseguire mmap di %lu byte"
+
+#: apt-pkg/contrib/strutl.cc:941
+#, c-format
+msgid "Selection %s not found"
+msgstr "Selezione %s non trovata"
+
+#: apt-pkg/contrib/configuration.cc:436
+#, c-format
+msgid "Unrecognized type abbreviation: '%c'"
+msgstr "Tipo di abbreviazione non riconosciuto: '%c'"
+
+#: apt-pkg/contrib/configuration.cc:494
+#, c-format
+msgid "Opening configuration file %s"
+msgstr "Apertura del file di configurazione %s in corso"