* included lots of the speedup changes from #319377
* add stdint.h to contrib/md5.h (closes: #340448)
* ABI change, library name changed (closes: #339147)
+ * Fix GNU/kFreeBSD crash on non-existing server file (closes: #317718)
+ * switch to libdb4.3 in build-depends
-- Michael Vogt <michael.vogt@ubuntu.com> Fri, 25 Nov 2005 11:22:31 +0100
Maintainer: APT Development Team <deity@lists.debian.org>
Uploaders: Jason Gunthorpe <jgg@debian.org>, Adam Heath <doogie@debian.org>, Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org>
Standards-Version: 3.6.1
-Build-Depends: debhelper (>= 4.1.62), libdb4.2-dev, gettext (>= 0.12)
+Build-Depends: debhelper (>= 4.1.62), libdb4.3-dev, gettext (>= 0.12)
Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1)
Package: apt
{
if (File != 0)
{
- SetNonBlock(File->Fd(),false);
+ // on GNU/kFreeBSD, apt dies on /dev/null because non-blocking
+ // can't be set
+ if (File->Name() != "/dev/null")
+ SetNonBlock(File->Fd(),false);
if (Srv->In.WriteSpace() == false)
return true;
// Dump the buffer to the file
if (Srv->State == ServerState::Data)
{
- SetNonBlock(File->Fd(),false);
+ // on GNU/kFreeBSD, apt dies on /dev/null because non-blocking
+ // can't be set
+ if (File->Name() != "/dev/null")
+ SetNonBlock(File->Fd(),false);
while (Srv->In.WriteSpace() == true)
{
if (Srv->In.Write(File->Fd()) == false)
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgid "Unable to accept connection"
msgstr ""
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr ""
msgid "Error writing to output file"
msgstr ""
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr ""
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr ""
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr ""
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr ""
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr ""
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr ""
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2004-05-06 15:25+0100\n"
"Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n"
"Language-Team: Bosnian <lokal@lugbih.org>\n"
msgid "Unable to accept connection"
msgstr ""
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr ""
msgid "Error writing to output file"
msgstr ""
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr ""
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr ""
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr ""
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr ""
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr ""
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Povezivanje neuspješno"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Unutrašnja greška"
msgstr ""
"Project-Id-Version: apt 0.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-07-19 01:31+0200\n"
"Last-Translator: Jordi Mallach <jordi@debian.org>\n"
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
msgid "Unable to accept connection"
msgstr "No es pot acceptar la connexió"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Problema escollint el fitxer"
msgid "Error writing to output file"
msgstr "Error escrivint en el fitxer d'eixida"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Error escrivint en el fitxer"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Error escrivint en el fitxer"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "Error llegint, el servidor remot ha tancat la connexió"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Error llegint des del servidor"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Capçalera de dades no vàlida"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Ha fallat la connexió"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Error intern"
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-02-11 16:14+0100\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
"Language-Team: Czech <provoz@debian.cz>\n"
msgid "Unable to accept connection"
msgstr "Nemohu přijmout spojení"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Problém s hashováním souboru"
msgid "Error writing to output file"
msgstr "Chyba zápisu do výstupního souboru"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Chyba zápisu do souboru"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Chyba zápisu do souboru"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "Chyba čtení ze serveru. Druhá strana zavřela spojení"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Chyba čtení ze serveru"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Špatné datové záhlaví"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Spojení selhalo"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Vnitřní chyba"
msgstr ""
"Project-Id-Version: apt-da\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-11-07 15:28+0100\n"
"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n"
msgid "Unable to accept connection"
msgstr "Kunne ikke acceptere forbindelse"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Problem ved \"hashing\" af fil"
msgid "Error writing to output file"
msgstr "Fejl ved skrivning af uddatafil"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Fejl ved skrivning til fil"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Fejl ved skrivning til filen"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "Fejl ved læsning fra serveren. Den fjerne ende lukkede forbindelsen"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Fejl ved læsning fra server"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Ugyldige hoved-data"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Forbindelsen mislykkedes"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Intern fejl"
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-06-15 18:22+0200\n"
"Last-Translator: Michael Piefel <piefel@debian.org>\n"
"Language-Team: <de@li.org>\n"
msgid "Unable to accept connection"
msgstr "Kann Verbindung nicht annehmen"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Bei Bestimmung des Hashwertes einer Datei trat ein Problem auf"
msgid "Error writing to output file"
msgstr "Fehler beim Schreiben einer Ausgabedatei"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Fehler beim Schreiben einer Datei"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Fehler beim Schreiben der Datei"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr ""
"Fehler beim Lesen vom Server: Das entfernte Ende hat die Verbindung "
"geschlossen"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Fehler beim Lesen vom Server"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Fehlerhafte Kopfzeilendaten"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Verbindung fehlgeschlagen"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Interner Fehler"
msgstr ""
"Project-Id-Version: apt_po_el\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-07-14 14:25EEST\n"
"Last-Translator: Greek Translation Team <debian-l10n-greek@lists.debian."
"org>\n"
msgid "Unable to accept connection"
msgstr "Αδύνατη η αποδοχή συνδέσεων"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Πρόβλημα κατά το hashing του αρχείου"
msgid "Error writing to output file"
msgstr "Σφάλμα στην εγγραφή στο αρχείο εξόδου"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Σφάλμα στην εγγραφή στο αρχείο"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Σφάλμα στην εγγραφή στο αρχείο"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr ""
"Σφάλμα στην ανάγνωση από το διακομιστή, το άλλο άκρο έκλεισε τη σύνδεση"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Σφάλμα στην ανάγνωση από το διακομιστή"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Ελαττωματικά δεδομένα επικεφαλίδας"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Η σύνδεση απέτυχε"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Εσωτερικό Σφάλμα"
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2002-11-10 20:56+0100\n"
"Last-Translator: Michael Piefel <piefel@debian.org>\n"
"Language-Team: en_GB <en@li.org>\n"
msgid "Unable to accept connection"
msgstr ""
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr ""
msgid "Error writing to output file"
msgstr ""
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr ""
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr ""
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr ""
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr ""
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr ""
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr ""
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr ""
msgstr ""
"Project-Id-Version: apt 0.5.24\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-02-08 20:36+0100\n"
"Last-Translator: Rubén Porras Campo <nahoo@inicia.es>\n"
"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
msgid "Unable to accept connection"
msgstr "No pude aceptar la conexión"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Hay problemas enlazando fichero"
msgid "Error writing to output file"
msgstr "Error escribiendo al archivo de salida"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Error escribiendo a archivo"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Error escribiendo al archivo"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "Error leyendo del servidor, el lado remoto cerró la conexión."
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Error leyendo del servidor"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Mala cabecera Data"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Fallo la conexión"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Error interno"
msgstr ""
"Project-Id-Version: apt_po_eu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-11-07 22:37+0100\n"
"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
"Language-Team: librezale.org <librezale@librezale.org>\n"
msgid "Unable to accept connection"
msgstr "Ezin da konexioa onartu"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Arazoa fitxategiaren hash egitean"
msgid "Error writing to output file"
msgstr "Errorea irteerako fitxategian idaztean"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Errorea fitxategian idaztean"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Errorea fitxategian idaztean"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "Errorea zerbitzaritik irakurtzen Urrunetik amaitutako konexio itxiera"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Errorea zerbitzaritik irakurtzean"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Goiburu data gaizki dago"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Konexioak huts egin du"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Barne-errorea"
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-02-15 14:09+0200\n"
"Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
msgid "Unable to accept connection"
msgstr "Yhteyttä ei voitu hyväksyä"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Pulmia tiedoston hajautuksessa"
msgid "Error writing to output file"
msgstr "Tapahtui virhe kirjoitettaessa tulostustiedostoon"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Tapahtui virhe kirjoitettaessa tiedostoon"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Tapahtui virhe kirjoitettaessa tiedostoon"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "Tapahtui virhe luettaessa palvelimelta. Etäpää sulki yhteyden"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Tapahtui virhe luettaessa palvelimelta"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Virheellinen otsikkotieto"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Yhteys ei toiminut"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Sisäinen virhe"
msgstr ""
"Project-Id-Version: fr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-11-01 18:16+0100\n"
"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
msgid "Unable to accept connection"
msgstr "Impossible d'accepter une connexion"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Problème de hachage du fichier"
msgid "Error writing to output file"
msgstr "Erreur d'écriture du fichier de sortie"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Erreur d'écriture sur un fichier"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Erreur d'écriture sur le fichier"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "Erreur de lecture depuis le serveur distant et clôture de la connexion"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Erreur de lecture du serveur"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Mauvais en-tête de donnée"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Échec de la connexion"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Erreur interne"
msgstr ""
"Project-Id-Version: apt 0.5.25\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2004-06-10 19:58+0300\n"
"Last-Translator: Lior Kaplan <webmaster@guides.co.il>\n"
"Language-Team: Hebrew\n"
msgid "Unable to accept connection"
msgstr ""
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr ""
msgid "Error writing to output file"
msgstr ""
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr ""
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr ""
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr ""
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr ""
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr ""
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr ""
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr ""
msgstr ""
"Project-Id-Version: hu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-02-15 18:03+0100\n"
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <gnome@gnome.hu>\n"
msgid "Unable to accept connection"
msgstr "Nem lehet elfogadni a kapcsolatot"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Probléma a fájl hash értékének meghatározásakor"
msgid "Error writing to output file"
msgstr "Hiba a kimeneti fájl írásakor"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Hiba fájl írásakor"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Hiba a fájl írásakor"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "Hiba a kiszolgálóról olvasáskor, a túloldal lezárta a kapcsolatot"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Hiba a kiszolgálóról olvasáskor"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Rossz fejlécadat"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Kapcsolódás sikertelen"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Belső hiba"
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-10-05 17:38+0200\n"
"Last-Translator: Samuele Giovanni Tonon <samu@debian.org>\n"
"Language-Team: Italian <it@li.org>\n"
msgid "Unable to accept connection"
msgstr "Impossibile accettare connessioni"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Problemi nella creazione dell'hash del file"
msgid "Error writing to output file"
msgstr "Errore nella scrittura del file di output"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Errore nella scrittura nel file"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Errore nella scrittura nel file"
-#: methods/http.cc:873
+#: methods/http.cc:879
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:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Errore nella lettura dal server"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Header dei dati malformato"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Connessione fallita"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Errore interno"
msgstr ""
"Project-Id-Version: apt 0.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-02-09 12:54+0900\n"
"Last-Translator: Kenshi Muto <kmuto@debian.org>\n"
"Language-Team: Debian Japanese List <debian-japanese@lists.debian.org>\n"
msgid "Unable to accept connection"
msgstr "Àܳ¤ò accept ¤Ç¤¤Þ¤»¤ó"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "¥Õ¥¡¥¤¥ë¤Î¥Ï¥Ã¥·¥å¤Ç¤ÎÌäÂê"
msgid "Error writing to output file"
msgstr "½ÐÎÏ¥Õ¥¡¥¤¥ë¤Ø¤Î½ñ¤¹þ¤ß¤Ç¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "¥Õ¥¡¥¤¥ë¤Ø¤Î½ñ¤¹þ¤ß¤Ç¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "¥Õ¥¡¥¤¥ë¤Ø¤Î½ñ¤¹þ¤ß¤Ç¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "¥ê¥â¡¼¥È¦¤ÇÀܳ¤¬¥¯¥í¡¼¥º¤µ¤ì¤Æ¥µ¡¼¥Ð¤«¤é¤ÎÆɤ߹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "¥µ¡¼¥Ð¤«¤é¤ÎÆɤ߹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "ÉÔÀµ¤Ê¥Ø¥Ã¥À¤Ç¤¹"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Àܳ¼ºÇÔ"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "ÆâÉô¥¨¥é¡¼"
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-02-10 21:56+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <cwryu@debian.org>\n"
msgid "Unable to accept connection"
msgstr "연결을 받을 수 없습니다"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "파일 해싱에 문제가 있습니다"
msgid "Error writing to output file"
msgstr "출력 파일에 쓰는 데 오류가 발생했습니다"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "파일에 쓰는 데 오류가 발생했습니다"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "해당 파일에 쓰는 데 오류가 발생했습니다"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "서버에서 읽고 연결을 닫는 데 오류가 발생했습니다"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "서버에서 읽는 데 오류가 발생했습니다"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "헤더 데이터가 잘못되었습니다"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "연결이 실패했습니다"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "내부 오류"
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-02-09 10:45+0100\n"
"Last-Translator: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>\n"
"Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.ui.no>\n"
msgid "Unable to accept connection"
msgstr "Klarte ikke å godta tilkoblingen"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Problem ved oppretting av nøkkel for fil"
msgid "Error writing to output file"
msgstr "Feil ved skriving til utfil"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Feil ved skriving til fil"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Feil ved skriving til fila"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "Feil ved lesing fra tjeneren. Forbindelsen ble lukket i andre enden"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Feil ved lesing fra tjeneren"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Ødelagte hodedata"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Forbindelsen mislykkes"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Intern feil"
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-02-10 17:35+0100\n"
"Last-Translator: Bart Cornelis <cobaco@linux.be>\n"
"Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n"
msgid "Unable to accept connection"
msgstr "Kan de verbinding niet aanvaarden"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Probleem bij het hashen van het bestand"
msgid "Error writing to output file"
msgstr "Fout bij het schrijven naar het uitvoerbestand"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Fout bij het schrijven naar bestand"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Fout bij het schrijven naar het bestand"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr ""
"Fout bij het lezen van de server, andere kant heeft de verbinding gesloten"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Fout bij het lezen van de server"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Foute koptekstdata"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Verbinding mislukt"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Interne fout"
msgstr ""
"Project-Id-Version: apt_nn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-02-14 23:30+0100\n"
"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
"Language-Team: Norwegian nynorsk <i18n-nn@lister.ping.uio.no>\n"
msgid "Unable to accept connection"
msgstr "Klarte ikkje godta tilkoplinga"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Problem ved oppretting av nøkkel for fil"
msgid "Error writing to output file"
msgstr "Feil ved skriving til utfil"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Feil ved skriving til fil"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Feil ved skriving til fila"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "Feil ved lesing frå tenaren. Sambandet vart lukka i andre enden"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Feil ved lesing frå tenaren"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Øydelagde hovuddata"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Sambandet mislukkast"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Intern feil"
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-02-11 11:47+0100\n"
"Last-Translator: Bartosz Fenski <fenio@debian.org>\n"
"Language-Team: Polish <pddp@debian.linux.org.pl>\n"
msgid "Unable to accept connection"
msgstr "Nie uda³o siê przyj±æ po³±czenia"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Nie uda³o siê obliczyæ skrótu pliku"
msgid "Error writing to output file"
msgstr "B³±d przy pisaniu do pliku wyj¶ciowego"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "B³±d przy pisaniu do pliku"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "B³±d przy pisaniu do pliku"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "B³±d czytania z serwera: Zdalna strona zamknê³a po³±czenie"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "B³±d czytania z serwera"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "B³êdne dane nag³ówka"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Po³±czenie nie uda³o siê"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "B³±d wewnêtrzny"
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-03-07 22:20+0000\n"
"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
msgid "Unable to accept connection"
msgstr "Impossível aceitar ligação"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Problema fazendo o hash do ficheiro"
msgid "Error writing to output file"
msgstr "Erro gravando para ficheiro de saída"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Erro gravando para ficheiro"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Erro gravando para o ficheiro"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "Erro lendo do servidor. O Remoto fechou a ligação"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Erro lendo do servidor"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Dados de cabeçalho errados"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Falhou a ligação"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Erro interno"
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-06-16 10:24-0300\n"
"Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
"Language-Team: Debian-BR Project <debian-l10n-portuguese@lists.debian.org>\n"
msgid "Unable to accept connection"
msgstr "Impossível aceitar conexão"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Problema fazendo o hash do arquivo"
msgid "Error writing to output file"
msgstr "Erro gravando para arquivo de saída"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Erro gravando para arquivo"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Erro gravando para o arquivo"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "Erro lendo do servidor Ponto remoto fechou a conexão"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Erro lendo do servidor"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Dados de cabeçalho ruins"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Conexão falhou."
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Erro interno"
msgstr ""
"Project-Id-Version: apt_po_ro\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-08-25 17:43+0300\n"
"Last-Translator: Sorin Batariuc <sorin@bonbon.net>\n"
"Language-Team: Romanian <debian-l10-romanian@lists.debian.org>\n"
msgid "Unable to accept connection"
msgstr "Nu pot accepta conexiune"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Problemă la indexarea fişierului"
msgid "Error writing to output file"
msgstr "Eroare la scrierea fişierului de rezultat"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Eroare la scrierea în fişier"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Eroare la scrierea în fişierul"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr ""
"Eroare la citirea de pe server, conexiunea a fost închisă de la distanţă"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Eroare la citirea de pe server"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Antet de date necorespunzător"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Conectare eşuată"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Eroare internă"
msgstr ""
"Project-Id-Version: apt_po_ru\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-10-22 12:24+0400\n"
"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
msgid "Unable to accept connection"
msgstr "Невозможно принять соединение"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Проблема при хэшировании файла"
msgid "Error writing to output file"
msgstr "Ошибка записи в выходной файл"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Ошибка записи в файл"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Ошибка записи в файл"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "Ошибка чтения, удалённый сервер прервал соединение"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Ошибка чтения с сервера"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Неверный заголовок данных"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Соединение разорвано"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Внутренняя ошибка"
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-07-01 09:34+0200\n"
"Last-Translator: Peter Mann <Peter.Mann@tuke.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
msgid "Unable to accept connection"
msgstr "Spojenie sa nedá prijať"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Problém s hashovaním súboru"
msgid "Error writing to output file"
msgstr "Chyba zápisu do výstupného súboru"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Chyba zápisu do súboru"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Chyba zápisu do súboru"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "Chyba pri čítaní zo servera. Druhá strana ukončila spojenie"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Chyba pri čítaní zo servera"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Zlé dátové záhlavie"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Spojenie zlyhalo"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Vnútorná chyba"
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-02-16 22:18+0100\n"
"Last-Translator: Jure Èuhalev <gandalf@owca.info>\n"
"Language-Team: Slovenian <sl@li.org>\n"
msgid "Unable to accept connection"
msgstr "Ni mogoèe sprejeti povezave"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Te¾ava pri razpr¹evanju datoteke"
msgid "Error writing to output file"
msgstr "Napaka pri pisanju v izhodno datoteko"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Napaka pri pisanju v datoteko"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Napaka pri pisanju v datoteko"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "Napaka pri branju oddaljene in zaprte povezave s stre¾nika "
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Napaka pri branju s stre¾nika"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Napaèni podatki glave"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Povezava ni uspela"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Notranja napaka"
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-11-02 23:56+0100\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Language-Team: Swedish <sv@li.org>\n"
msgid "Unable to accept connection"
msgstr "Kunde inte ta emot anslutning"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Problem med att lägga filen till hashtabellen"
msgid "Error writing to output file"
msgstr "Fel vid skrivning till utdatafil"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Fel vid skrivning till fil"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Fel vid skrivning till filen"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "Fel vid läsning från server: Andra änden stängde förbindelsen"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Fel vid läsning från server"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Trasigt data i huvud"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Anslutning misslyckades"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Internt fel"
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-11-03 03:35+0800\n"
"Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
"Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"
msgid "Unable to accept connection"
msgstr "Hindi makatanggap ng koneksyon"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "Problema sa pag-hash ng talaksan"
msgid "Error writing to output file"
msgstr "Error sa pagsulat ng talaksang output"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "Error sa pagsulat sa talaksan"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "Error sa pagsusulat sa talaksan"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "Error sa pagbasa mula sa server, sinarhan ng remote ang koneksyon"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "Error sa pagbasa mula sa server"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "Maling datos sa header"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "Bigo ang koneksyon"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "Internal na error"
msgstr ""
"Project-Id-Version: apt 0.5.23\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-11-15 00:05+0800\n"
"Last-Translator: Tchaikov <tchaikov@sjtu.edu.cn>\n"
"Language-Team: Debian Chinese [GB] <debian-chinese-gb@lists.debian.org>\n"
msgid "Unable to accept connection"
msgstr "无法接受连接"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "把文件加入散列表时出错"
msgid "Error writing to output file"
msgstr "写输出文件时出错"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "写文件时出错"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "写文件时出错"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "从服务器读取数据时出错,对方关闭了连接"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "从服务器读取数据出错"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "错误的报头数据"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "连接失败"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "内部错误"
msgstr ""
"Project-Id-Version: 0.5.4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-23 00:39+0100\n"
+"POT-Creation-Date: 2005-11-28 23:02+0100\n"
"PO-Revision-Date: 2005-02-19 22:24+0800\n"
"Last-Translator: Asho Yeh <asho@debian.org.tw>\n"
"Language-Team: Chinese/Traditional <zh-l10n@linux.org.tw>\n"
msgid "Unable to accept connection"
msgstr "無法允許連線"
-#: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
+#: methods/ftp.cc:864 methods/http.cc:963 methods/rsh.cc:303
msgid "Problem hashing file"
msgstr "問題雜湊表"
msgid "Error writing to output file"
msgstr "寫入輸出檔時發生錯誤"
-#: methods/http.cc:834
+#: methods/http.cc:837
msgid "Error writing to file"
msgstr "寫入檔案時發生錯誤"
-#: methods/http.cc:859
+#: methods/http.cc:865
msgid "Error writing to the file"
msgstr "寫入檔案時發生錯誤"
-#: methods/http.cc:873
+#: methods/http.cc:879
msgid "Error reading from server. Remote end closed connection"
msgstr "從遠端主機讀取錯誤,關閉連線"
-#: methods/http.cc:875
+#: methods/http.cc:881
msgid "Error reading from server"
msgstr "從伺服器讀取發生錯誤"
-#: methods/http.cc:1106
+#: methods/http.cc:1112
msgid "Bad header data"
msgstr "壞的標頭資料"
-#: methods/http.cc:1123
+#: methods/http.cc:1129
msgid "Connection failed"
msgstr "連線失敗"
-#: methods/http.cc:1214
+#: methods/http.cc:1220
msgid "Internal error"
msgstr "內部錯誤"