From 6b3fbe9d5e661a3f371eb26631b3f8b502c390a6 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 11 Aug 2020 14:34:13 +0200 Subject: Release 2.1.10 --- CMakeLists.txt | 2 +- debian/changelog | 18 ++++++++++++++++++ doc/apt-verbatim.ent | 2 +- doc/po/apt-doc.pot | 4 ++-- po/apt-all.pot | 12 ++---------- po/ar.po | 13 ++++--------- po/ast.po | 13 ++++--------- po/bg.po | 13 ++++--------- po/bs.po | 10 +--------- po/ca.po | 13 ++++--------- po/cs.po | 13 ++++--------- po/cy.po | 13 ++++--------- po/da.po | 13 ++++--------- po/de.po | 13 ++++--------- po/dz.po | 13 ++++--------- po/el.po | 13 ++++--------- po/es.po | 13 ++++--------- po/eu.po | 13 ++++--------- po/fi.po | 13 ++++--------- po/fr.po | 13 ++++--------- po/gl.po | 13 ++++--------- po/hu.po | 13 ++++--------- po/it.po | 13 ++++--------- po/ja.po | 13 ++++--------- po/km.po | 13 ++++--------- po/ko.po | 13 ++++--------- po/ku.po | 15 +++++---------- po/lt.po | 10 +--------- po/mr.po | 13 ++++--------- po/nb.po | 13 ++++--------- po/ne.po | 13 ++++--------- po/nl.po | 13 ++++--------- po/nn.po | 13 ++++--------- po/pl.po | 13 ++++--------- po/pt.po | 13 ++++--------- po/pt_BR.po | 13 ++++--------- po/ro.po | 13 ++++--------- po/ru.po | 13 ++++--------- po/sk.po | 13 ++++--------- po/sl.po | 13 ++++--------- po/sv.po | 13 ++++--------- po/th.po | 13 ++++--------- po/tl.po | 13 ++++--------- po/tr.po | 13 ++++--------- po/uk.po | 13 ++++--------- po/vi.po | 13 ++++--------- po/zh_CN.po | 13 ++++--------- po/zh_TW.po | 13 ++++--------- 48 files changed, 191 insertions(+), 402 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7a4b39ff..139623794 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -204,7 +204,7 @@ check_cxx_target(HAVE_FMV_SSE42_AND_CRC32DI "sse4.2" "__builtin_ia32_crc32di(0,i # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team ") -set(PACKAGE_VERSION "2.1.9") +set(PACKAGE_VERSION "2.1.10") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index d6c82401f..cfc6b6ddc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +apt (2.1.10) unstable; urgency=medium + + * Default Acquire::AllowReleaseInfoChange::Suite to "true" (Closes: #931566) + * acquire: Do not hide _error messages in Fail() + * Further improvements to HTTP method (Closes: #968220, verified against + that server and the Canonical infra where it blocked buildds) + - Do not use non-blocking local I/O - they don't do anything anyway, + and we can't really use non-blocking I/O here because we need to be able + to flush it. + - Restore successful exits from Die() and rewrite Die() in a more + comprehensible way, after careful code path analysis + - http: Fully flush local file both before/after server read, avoiding + both partial flush before sending requests to the server, as well as + preventing leftover data before receiving from the server, which cause + data left in the buffer. + + -- Julian Andres Klode Tue, 11 Aug 2020 14:28:07 +0200 + apt (2.1.9) unstable; urgency=medium [ Julian Andres Klode ] diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 564684d26..ab1461693 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -274,7 +274,7 @@ "> - + diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 0d0c4dbca..2ac04ccaa 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 2.1.9\n" +"Project-Id-Version: apt-doc 2.1.10\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-10 14:16+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/po/apt-all.pot b/po/apt-all.pot index b5417673e..00623185e 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.1.9\n" +"Project-Id-Version: apt 2.1.10\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-10 14:16+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3544,10 +3544,6 @@ msgid "" "available:\n" msgstr "" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "" @@ -3568,10 +3564,6 @@ msgstr "" msgid "Connection timed out" msgstr "" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "" diff --git a/po/ar.po b/po/ar.po index 4ec32e100..a007f88e6 100644 --- a/po/ar.po +++ b/po/ar.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2006-10-20 21:28+0300\n" "Last-Translator: Ossama M. Khayat \n" "Language-Team: Arabic \n" @@ -3615,10 +3615,6 @@ msgid "" "available:\n" msgstr "" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "خطأ في القراءة من الخادم. أقفل الطرف الآخر الاتصال" @@ -3639,10 +3635,6 @@ msgstr "فشل التحديد" msgid "Connection timed out" msgstr "انتهى وقت الاتصال" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "خطأ في الكتابة إلى ملف المُخرجات" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "فشل تعيين وقت التعديل" @@ -3655,6 +3647,9 @@ msgstr "" msgid "Empty files can't be valid archives" msgstr "" +#~ msgid "Error writing to output file" +#~ msgstr "خطأ في الكتابة إلى ملف المُخرجات" + #~ msgid "Error writing to the file" #~ msgstr "خطأ في الكتابة إلى الملف" diff --git a/po/ast.po b/po/ast.po index 306373821..ea0393433 100644 --- a/po/ast.po +++ b/po/ast.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.18\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2010-10-02 23:35+0100\n" "Last-Translator: Iñigo Varela \n" "Language-Team: Asturian (ast)\n" @@ -3792,10 +3792,6 @@ msgstr "" "Les robles siguientes nun pudieron verificase porque la to llave pública nun " "ta a mano:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Fallu al lleer nel sirvidor. El llau remotu zarró la conexón." @@ -3816,10 +3812,6 @@ msgstr "Falló la escoyeta" msgid "Connection timed out" msgstr "Gandió'l tiempu de conexón" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Fallu al escribir nel ficheru de salida" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Nun se pudo afitar la hora de modificación" @@ -3832,6 +3824,9 @@ msgstr "Conexón encaboxada prematuramente" msgid "Empty files can't be valid archives" msgstr "" +#~ msgid "Error writing to output file" +#~ msgstr "Fallu al escribir nel ficheru de salida" + #~ msgid "Error writing to the file" #~ msgstr "Fallu al escribir nel ficheru" diff --git a/po/bg.po b/po/bg.po index e6b4d296c..8aa9f1e2f 100644 --- a/po/bg.po +++ b/po/bg.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.21\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2012-06-25 17:23+0300\n" "Last-Translator: Damyan Ivanov \n" "Language-Team: Bulgarian \n" @@ -3848,10 +3848,6 @@ msgstr "" "Следните подписи не можаха да бъдат проверени, защото публичния ключ не е " "наличен:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Грешка при четене от сървъра. Отдалеченият сървър прекъсна връзката" @@ -3872,10 +3868,6 @@ msgstr "Неуспех на избора" msgid "Connection timed out" msgstr "Допустимото време за свързване изтече" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Грешка при записа на изходен файл" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Неуспех при задаването на време на промяна" @@ -3888,6 +3880,9 @@ msgstr "Връзката прекъсна преждевременно" msgid "Empty files can't be valid archives" msgstr "Празни файлове не могат да бъдат валидни архиви" +#~ msgid "Error writing to output file" +#~ msgstr "Грешка при записа на изходен файл" + #~ msgid "Error writing to the file" #~ msgstr "Грешка при записа на файла" diff --git a/po/bs.po b/po/bs.po index d09b6afb1..17b11580e 100644 --- a/po/bs.po +++ b/po/bs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2004-05-06 15:25+0100\n" "Last-Translator: Safir Šećerović \n" "Language-Team: Bosnian \n" @@ -3599,10 +3599,6 @@ msgid "" "available:\n" msgstr "" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "" @@ -3623,10 +3619,6 @@ msgstr "" msgid "Connection timed out" msgstr "" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "" diff --git a/po/ca.po b/po/ca.po index a19532b8c..2b3faf311 100644 --- a/po/ca.po +++ b/po/ca.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~beta1\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-05-12 22:50+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2020-08-09 22:43+0200\n" "Last-Translator: Aleix Vidal i Gaya \n" "Language-Team: Catalan \n" @@ -3928,10 +3928,6 @@ msgstr "" "Les signatures següents no s'han pogut verificar perquè la clau pública no " "està disponible:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "" @@ -3954,10 +3950,6 @@ msgstr "Ha fallat la selecció" msgid "Connection timed out" msgstr "S'ha esgotat el temps d'espera de la connexió" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "S'ha produït un error en escriure al fitxer de sortida" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "No s'ha pogut establir l'hora de modificació" @@ -3970,6 +3962,9 @@ msgstr "La connexió s'ha tancat prematurament" msgid "Empty files can't be valid archives" msgstr "Els fitxers buits no poden ser arxius vàlids" +#~ msgid "Error writing to output file" +#~ msgstr "S'ha produït un error en escriure al fitxer de sortida" + #~ msgid "Error writing to the file" #~ msgstr "S'ha produït un error en escriure al fitxer" diff --git a/po/cs.po b/po/cs.po index 33045f891..ad8c16678 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4.2\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2017-05-06 11:08+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -3835,10 +3835,6 @@ msgstr "" "Následující podpisy nemohly být ověřeny, protože není dostupný veřejný " "klíč:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Chyba čtení ze serveru. Druhá strana zavřela spojení" @@ -3859,10 +3855,6 @@ msgstr "Výběr selhal" msgid "Connection timed out" msgstr "Čas spojení vypršel" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Chyba zápisu do výstupního souboru" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Nelze nastavit čas modifikace" @@ -3875,6 +3867,9 @@ msgstr "Spojení bylo předčasně ukončeno" msgid "Empty files can't be valid archives" msgstr "Prázdné soubory nejsou platnými archivy" +#~ msgid "Error writing to output file" +#~ msgstr "Chyba zápisu do výstupního souboru" + #~ msgid "Error writing to the file" #~ msgstr "Chyba zápisu do souboru" diff --git a/po/cy.po b/po/cy.po index f046fa382..788a7e5fd 100644 --- a/po/cy.po +++ b/po/cy.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2005-06-06 13:46+0100\n" "Last-Translator: Dafydd Harries \n" "Language-Team: Welsh \n" @@ -3813,10 +3813,6 @@ msgid "" "available:\n" msgstr "" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc #, fuzzy msgid "Error reading from server. Remote end closed connection" @@ -3838,10 +3834,6 @@ msgstr "Methwyd dewis" msgid "Connection timed out" msgstr "Goramserodd y cysylltiad" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Gwall wrth ysgrifennu i ffeil allbwn" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Methwyd gosod amser newid" @@ -3854,6 +3846,9 @@ msgstr "Caewyd y cysylltiad yn gynnar" msgid "Empty files can't be valid archives" msgstr "" +#~ msgid "Error writing to output file" +#~ msgstr "Gwall wrth ysgrifennu i ffeil allbwn" + #~ msgid "Error writing to the file" #~ msgstr "Gwall wrth ysgrifennu at y ffeil" diff --git a/po/da.po b/po/da.po index 140501713..6cb68a016 100644 --- a/po/da.po +++ b/po/da.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~rc2\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2017-03-02 23:51+0200\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -3874,10 +3874,6 @@ msgstr "" "Følgende signaturer kunne ikke verificeret, da den offentlige nøgle ikke er " "tilgængelig:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Fejl ved læsning fra serveren. Den fjerne ende lukkede forbindelsen" @@ -3898,10 +3894,6 @@ msgstr "Valg mislykkedes" msgid "Connection timed out" msgstr "Tidsudløb på forbindelsen" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Fejl ved skrivning af uddatafil" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Kunne ikke angive ændringstidspunkt" @@ -3914,6 +3906,9 @@ msgstr "Forbindelsen lukkedes for hurtigt" msgid "Empty files can't be valid archives" msgstr "Tomme filer kan ikke være gyldige arkiver" +#~ msgid "Error writing to output file" +#~ msgstr "Fejl ved skrivning af uddatafil" + #~ msgid "Error writing to the file" #~ msgstr "Fejl ved skrivning til filen" diff --git a/po/de.po b/po/de.po index 68df05188..ac93fe622 100644 --- a/po/de.po +++ b/po/de.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.6\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2018-01-11 21:11+0100\n" "Last-Translator: Holger Wansing \n" "Language-Team: German \n" @@ -4021,10 +4021,6 @@ msgstr "" "öffentlicher\n" "Schlüssel nicht verfügbar ist:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "" @@ -4047,10 +4043,6 @@ msgstr "Auswahl fehlgeschlagen" msgid "Connection timed out" msgstr "Zeitüberschreitung bei Verbindung" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Fehler beim Schreiben der Ausgabedatei" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Änderungszeitpunkt kann nicht gesetzt werden." @@ -4063,6 +4055,9 @@ msgstr "Verbindung vorzeitig beendet" msgid "Empty files can't be valid archives" msgstr "Leere Dateien können kein gültiges Archiv sein." +#~ msgid "Error writing to output file" +#~ msgstr "Fehler beim Schreiben der Ausgabedatei" + #~ msgid "Error writing to the file" #~ msgstr "Fehler beim Schreiben der Datei" diff --git a/po/dz.po b/po/dz.po index 38cff875b..35b94bdcd 100644 --- a/po/dz.po +++ b/po/dz.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2006-09-19 09:49+0530\n" "Last-Translator: Kinley Tshering \n" "Language-Team: Dzongkha \n" @@ -3759,10 +3759,6 @@ msgid "" msgstr "" "འོག་གི་མིང་རྟགས་ཚུ་བདེན་སྦྱོར་་འབད་མ་ཚུགས་ག་ཅི་སྦེ་ཟེར་བ་ཅིན་མི་དམང་ལྡེ་མིག་དེ་འཐོབ་མི་ཚུགས་པས:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "སར་བར་ནང་ལས་ལྷག་པའི་བསྒང་འཛོལ་བ། ཐག་རིང་མཇུག་གི་མཐུད་ལམ་དེ་ཁ་བསྡམས།" @@ -3783,10 +3779,6 @@ msgstr "སེལ་འཐུ་འཐུས་ཤོར་བྱུང་ཡོ msgid "Connection timed out" msgstr "མཐུད་ལམ་ངལ་མཚམས་འབད་ཡོད།" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "ཨའུཊི་པུཊི་ཡིག་སྣོད་ལུ་འབྲིཝ་ད་འཛོལ་བ།" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "ཆུ་ཚོད་ལེགས་བཅོས་གཞི་སྒྲིག་འབཐ་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོད།" @@ -3799,6 +3791,9 @@ msgstr "དུས་སུ་མ་འབབ་པ་རང་མཐུད་ལ msgid "Empty files can't be valid archives" msgstr "" +#~ msgid "Error writing to output file" +#~ msgstr "ཨའུཊི་པུཊི་ཡིག་སྣོད་ལུ་འབྲིཝ་ད་འཛོལ་བ།" + #~ msgid "Error writing to the file" #~ msgstr "ཡིག་སྣོད་འདི་ལུ་འབྲིཝ་ད་འཛོལ་བ།" diff --git a/po/el.po b/po/el.po index bde8818c9..6f0140cb8 100644 --- a/po/el.po +++ b/po/el.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2008-08-26 18:25+0300\n" "Last-Translator: Θανάσης Νάτσης \n" "Language-Team: Greek \n" @@ -3787,10 +3787,6 @@ msgstr "" "Οι παρακάτω υπογραφές δεν ήταν δυνατόν να επαληθευτούν επειδή δεν ήταν " "διαθέσιμο το δημόσιο κλειδί:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "" @@ -3812,10 +3808,6 @@ msgstr "Η επιλογή απέτυχε" msgid "Connection timed out" msgstr "Λήξη χρόνου σύνδεσης" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Σφάλμα στην εγγραφή στο αρχείο εξόδου" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Αποτυχία ορισμού του χρόνου τροποποίησης" @@ -3828,6 +3820,9 @@ msgstr "Η σύνδεση έκλεισε πρόωρα" msgid "Empty files can't be valid archives" msgstr "" +#~ msgid "Error writing to output file" +#~ msgstr "Σφάλμα στην εγγραφή στο αρχείο εξόδου" + #~ msgid "Error writing to the file" #~ msgstr "Σφάλμα στην εγγραφή στο αρχείο" diff --git a/po/es.po b/po/es.po index f817ac2e9..6357de370 100644 --- a/po/es.po +++ b/po/es.po @@ -34,7 +34,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.8.10\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2016-01-26 01:51+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta \n" @@ -4000,10 +4000,6 @@ msgstr "" "Las firmas siguientes no se pudieron verificar porque su clave pública no " "está disponible:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Error leyendo del servidor, el lado remoto cerró la conexión." @@ -4024,10 +4020,6 @@ msgstr "Falló la selección" msgid "Connection timed out" msgstr "Caducó la conexión" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Error escribiendo al fichero de salida" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Fallo al establecer el tiempo de modificación" @@ -4040,6 +4032,9 @@ msgstr "La conexión se cerró prematuramente" msgid "Empty files can't be valid archives" msgstr "Los ficheros vacíos no pueden ser archivos válidos" +#~ msgid "Error writing to output file" +#~ msgstr "Error escribiendo al fichero de salida" + #~ msgid "Error writing to the file" #~ msgstr "Error escribiendo al archivo" diff --git a/po/eu.po b/po/eu.po index 48845cac3..cd6cd56e8 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2009-05-17 00:41+0200\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Euskara \n" @@ -3755,10 +3755,6 @@ msgstr "" "Ondorengo sinadurak ezin dira egiaztatu gako publikoa ez bait dago " "eskuragarri:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Errorea zerbitzaritik irakurtzen Urrunetik amaitutako konexio itxiera" @@ -3779,10 +3775,6 @@ msgstr "Hautapenak huts egin du" msgid "Connection timed out" msgstr "Konexioaren denbora muga gainditu da" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Errorea irteerako fitxategian idaztean" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Huts egin du aldaketa ordua ezartzean" @@ -3795,6 +3787,9 @@ msgstr "Konexioa behar baino lehenago itxi da" msgid "Empty files can't be valid archives" msgstr "" +#~ msgid "Error writing to output file" +#~ msgstr "Errorea irteerako fitxategian idaztean" + #~ msgid "Error writing to the file" #~ msgstr "Errorea fitxategian idaztean" diff --git a/po/fi.po b/po/fi.po index c5ca58377..14159870f 100644 --- a/po/fi.po +++ b/po/fi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2008-12-11 14:52+0200\n" "Last-Translator: Tapio Lehtonen \n" "Language-Team: Finnish \n" @@ -3747,10 +3747,6 @@ msgstr "" "Seuraavia allekirjoituksia ei voinut varmentaa koska julkista avainta ei ole " "saatavilla:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Tapahtui virhe luettaessa palvelimelta. Etäpää sulki yhteyden" @@ -3771,10 +3767,6 @@ msgstr "Select ei toiminut" msgid "Connection timed out" msgstr "Yhteys aikakatkaistiin" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Tapahtui virhe kirjoitettaessa tulostustiedostoon" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Tiedoston muutospäivämäärää ei saatu vaihdettua" @@ -3787,6 +3779,9 @@ msgstr "Yhteys katkesi ennenaikaisesti" msgid "Empty files can't be valid archives" msgstr "" +#~ msgid "Error writing to output file" +#~ msgstr "Tapahtui virhe kirjoitettaessa tulostustiedostoon" + #~ msgid "Error writing to the file" #~ msgstr "Tapahtui virhe kirjoitettaessa tiedostoon" diff --git a/po/fr.po b/po/fr.po index e1a054a68..4bdeea345 100644 --- a/po/fr.po +++ b/po/fr.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2019-01-21 09:19+0100\n" "Last-Translator: Julien Patriarca \n" "Language-Team: French \n" @@ -4021,10 +4021,6 @@ msgstr "" "Les signatures suivantes n'ont pas pu être vérifiées car la clé publique " "n'est pas disponible :\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Erreur de lecture depuis le serveur distant et clôture de la connexion" @@ -4045,10 +4041,6 @@ msgstr "Sélection défaillante" msgid "Connection timed out" msgstr "Délai de connexion dépassé" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Erreur d'écriture du fichier de sortie" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Impossible de modifier l'heure " @@ -4061,6 +4053,9 @@ msgstr "Connexion fermée prématurément" msgid "Empty files can't be valid archives" msgstr "Les fichiers vides ne peuvent être des archives valables" +#~ msgid "Error writing to output file" +#~ msgstr "Erreur d'écriture du fichier de sortie" + #~ msgid "Error writing to the file" #~ msgstr "Erreur d'écriture sur le fichier" diff --git a/po/gl.po b/po/gl.po index fbf157db5..3aa721029 100644 --- a/po/gl.po +++ b/po/gl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2011-05-12 15:28+0100\n" "Last-Translator: Miguel Anxo Bouzada \n" "Language-Team: galician \n" @@ -3828,10 +3828,6 @@ msgstr "" "Non se puideron verificar as seguintes sinaturas porque a chave pública non " "está dispoñíbel:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "" @@ -3853,10 +3849,6 @@ msgstr "Fallou a chamada a select" msgid "Connection timed out" msgstr "A conexión esgotou o tempo" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Produciuse un erro ao escribir no ficheiro de saída" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Non foi posíbel estabelecer a hora de modificación" @@ -3869,6 +3861,9 @@ msgstr "A conexión pechouse prematuramente" msgid "Empty files can't be valid archives" msgstr "Os ficheiros baleiros non poden ser arquivadores válidos" +#~ msgid "Error writing to output file" +#~ msgstr "Produciuse un erro ao escribir no ficheiro de saída" + #~ msgid "Error writing to the file" #~ msgstr "Produciuse un erro ao escribir no ficheiro" diff --git a/po/hu.po b/po/hu.po index a0de3407c..a49ab2be7 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2016-04-10 19:46+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -3898,10 +3898,6 @@ msgstr "" "Az alábbi aláírások nem ellenőrizhetők, mert a nyilvános kulcs nem érhető " "el:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc 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" @@ -3922,10 +3918,6 @@ msgstr "A kiválasztás sikertelen" msgid "Connection timed out" msgstr "Időtúllépés a kapcsolatban" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Hiba a kimeneti fájl írásakor" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "A módosítási idő beállítása sikertelen" @@ -3938,6 +3930,9 @@ msgstr "A kapcsolat idő előtt lezárult" msgid "Empty files can't be valid archives" msgstr "Az üres fájlok biztosan nem érvényes csomagok" +#~ msgid "Error writing to output file" +#~ msgstr "Hiba a kimeneti fájl írásakor" + #~ msgid "Error writing to the file" #~ msgstr "Hiba a fájl írásakor" diff --git a/po/it.po b/po/it.po index efa70d804..95a2fe35c 100644 --- a/po/it.po +++ b/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2019-03-04 11:05+0100\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" @@ -3965,10 +3965,6 @@ msgstr "" "Le seguenti firme non sono state verificate perché la chiave pubblica non è " "disponibile:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Errore nel leggere dal server. Il lato remoto ha chiuso la connessione" @@ -3989,10 +3985,6 @@ msgstr "Select non riuscita" msgid "Connection timed out" msgstr "Connessione terminata" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Errore nello scrivere sul file di output" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Impostazione della data di modifica non riuscita" @@ -4005,6 +3997,9 @@ msgstr "Connessione chiusa prematuramente" msgid "Empty files can't be valid archives" msgstr "File vuoti non possono essere archivi validi" +#~ msgid "Error writing to output file" +#~ msgstr "Errore nello scrivere sul file di output" + #~ msgid "Error writing to the file" #~ msgstr "Errore nello scrivere sul file" diff --git a/po/ja.po b/po/ja.po index 5bb356200..1b8da5fa7 100644 --- a/po/ja.po +++ b/po/ja.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2017-01-06 04:50+0900\n" "Last-Translator: Takuma Yamada \n" "Language-Team: Japanese \n" @@ -3882,10 +3882,6 @@ msgid "" "available:\n" msgstr "公開鍵を利用できないため、以下の署名は検証できませんでした:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "リモート側で接続がクローズされてサーバからの読み込みに失敗しました" @@ -3906,10 +3902,6 @@ msgstr "select に失敗しました" msgid "Connection timed out" msgstr "接続タイムアウト" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "出力ファイルへの書き込みでエラーが発生しました" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "変更時刻の設定に失敗しました" @@ -3922,6 +3914,9 @@ msgstr "途中で接続がクローズされました" msgid "Empty files can't be valid archives" msgstr "空のファイルは有効なアーカイブと認められません" +#~ msgid "Error writing to output file" +#~ msgstr "出力ファイルへの書き込みでエラーが発生しました" + #~ msgid "Error writing to the file" #~ msgstr "ファイルへの書き込みでエラーが発生しました" diff --git a/po/km.po b/po/km.po index 869a327b3..6678bc217 100644 --- a/po/km.po +++ b/po/km.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2006-10-10 09:48+0700\n" "Last-Translator: Khoem Sokhem \n" "Language-Team: Khmer \n" @@ -3731,10 +3731,6 @@ msgid "" "available:\n" msgstr "ហត្ថលេខា​ខាងក្រោម​មិន​អាចផ្ទៀងផ្ទាត់បាន​ទេ​ ព្រោះកូនសោ​សាធារណៈមិន​អាច​ប្រើ​បាន​ ៖\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "កំហុស​ក្នុងការ​អាន​ពី​ម៉ាស៊ីនបម្រើ ។ ការបញ្ចប់​ពីចម្ងាយ​បានបិទការតភ្ជាប់" @@ -3755,10 +3751,6 @@ msgstr "ជ្រើស​បាន​បរាជ័យ​" msgid "Connection timed out" msgstr "ការតភ្ជាប់​បាន​អស់ពេល​" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "កំហុស​ក្នុងការ​សរសេរទៅកាន់​ឯកសារលទ្ធផល" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "បរាជ័យក្នុងការកំណត់​ពេលវេលា​ការកែប្រែ​" @@ -3771,6 +3763,9 @@ msgstr "បាន​បិទ​ការ​តភ្ជាប់​មុន​ msgid "Empty files can't be valid archives" msgstr "" +#~ msgid "Error writing to output file" +#~ msgstr "កំហុស​ក្នុងការ​សរសេរទៅកាន់​ឯកសារលទ្ធផល" + #~ msgid "Error writing to the file" #~ msgstr "កំហុសក្នុងការ​សរសេរ​ទៅកាន់​ឯកសារ" diff --git a/po/ko.po b/po/ko.po index 0b6b90e74..975968f65 100644 --- a/po/ko.po +++ b/po/ko.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2010-08-30 02:31+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Korean \n" @@ -3751,10 +3751,6 @@ msgid "" "available:\n" msgstr "다음 서명들은 공개키가 없기 때문에 인증할 수 없습니다:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "서버에서 읽고 연결을 닫는데 오류가 발생했습니다" @@ -3775,10 +3771,6 @@ msgstr "select가 실패했습니다" msgid "Connection timed out" msgstr "연결 시간이 초과했습니다" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "출력 파일에 쓰는데 오류가 발생했습니다" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "파일 변경 시각을 설정하는데 실패했습니다" @@ -3791,6 +3783,9 @@ msgstr "연결이 너무 빨리 끊어졌습니다" msgid "Empty files can't be valid archives" msgstr "" +#~ msgid "Error writing to output file" +#~ msgstr "출력 파일에 쓰는데 오류가 발생했습니다" + #~ msgid "Error writing to the file" #~ msgstr "해당 파일에 쓰는데 오류가 발생했습니다" diff --git a/po/ku.po b/po/ku.po index 00c615710..02679abb0 100644 --- a/po/ku.po +++ b/po/ku.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2008-05-08 12:48+0200\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: ku \n" @@ -3616,10 +3616,6 @@ msgid "" "available:\n" msgstr "" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "" @@ -3640,11 +3636,6 @@ msgstr "Hilbijartin neserketî" msgid "Connection timed out" msgstr "" -#: methods/http.cc -#, fuzzy -msgid "Error writing to output file" -msgstr "Dema li dosyeya naverokê joreagahî dihate nivîsîn çewtî" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "" @@ -3657,6 +3648,10 @@ msgstr "Girêdan zû hatiye girtin" msgid "Empty files can't be valid archives" msgstr "" +#, fuzzy +#~ msgid "Error writing to output file" +#~ msgstr "Dema li dosyeya naverokê joreagahî dihate nivîsîn çewtî" + #~ msgid "Error writing to the file" #~ msgstr "Dema li pelî dihate nivîsîn çewtî" diff --git a/po/lt.po b/po/lt.po index 87a80d0fd..c082f2cb6 100644 --- a/po/lt.po +++ b/po/lt.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2008-08-02 01:47-0400\n" "Last-Translator: Gintautas Miliauskas \n" "Language-Team: Lithuanian \n" @@ -3721,10 +3721,6 @@ msgid "" "available:\n" msgstr "Šių parašų nebuvo galima patikrinti, nes nėra viešojo rakto:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "" @@ -3745,10 +3741,6 @@ msgstr "" msgid "Connection timed out" msgstr "Prisijungimo laiko limitas baigėsi" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "" diff --git a/po/mr.po b/po/mr.po index 7a7ec053e..e3e509e74 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2008-11-20 23:27+0530\n" "Last-Translator: Sampada \n" "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India " @@ -3730,10 +3730,6 @@ msgid "" "available:\n" msgstr "खालील सह्यांची खात्री करता येत नाही कारण सार्वजनिक कीउपलब्ध नाही:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "सर्व्हर मधून वाचण्यात चूक. लांब शेवट आणि बंद झालेली जोडणी" @@ -3754,10 +3750,6 @@ msgstr "चुकले/असमर्थ निवड करा" msgid "Connection timed out" msgstr "जोडणी वेळेअभावी तुटली" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "निर्गत फाईल मध्ये लिहिताना त्रुटी/चूक" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "बदलण्याचा वेळ निश्चित करण्यास असमर्थ" @@ -3770,6 +3762,9 @@ msgstr "जोडणी अकाली बंद झाली" msgid "Empty files can't be valid archives" msgstr "" +#~ msgid "Error writing to output file" +#~ msgstr "निर्गत फाईल मध्ये लिहिताना त्रुटी/चूक" + #~ msgid "Error writing to the file" #~ msgstr "फाईल मध्ये लिहिण्यात चूक/त्रुटी" diff --git a/po/nb.po b/po/nb.po index d14cd6c8d..ea5d378ed 100644 --- a/po/nb.po +++ b/po/nb.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2018-10-30 20:53+0100\n" "Last-Translator: Petter Reinholdtsen \n" "Language-Team: Norwegian Bokmål \n" @@ -3819,10 +3819,6 @@ msgstr "" "De følgende signaturene kunne ikke verifiseres fordi den offentlige nøkkelen " "ikke er tilgjengelig:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Feil ved lesing fra tjeneren. Forbindelsen ble lukket i andre enden" @@ -3843,10 +3839,6 @@ msgstr "Utvalget mislykkes" msgid "Connection timed out" msgstr "Tidsavbrudd på forbindelsen" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Feil ved skriving til utfil" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Klarte ikke å sette endringstidspunkt" @@ -3859,6 +3851,9 @@ msgstr "Forbindelsen ble uventet stengt" msgid "Empty files can't be valid archives" msgstr "Tomme filer kan ikke være gyldige arkiver" +#~ msgid "Error writing to output file" +#~ msgstr "Feil ved skriving til utfil" + #~ msgid "Error writing to the file" #~ msgstr "Feil ved skriving til fila" diff --git a/po/ne.po b/po/ne.po index 8d6c5c2b5..b4afc3019 100644 --- a/po/ne.po +++ b/po/ne.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2006-06-12 14:35+0545\n" "Last-Translator: Shiva Pokharel \n" "Language-Team: Nepali \n" @@ -3730,10 +3730,6 @@ msgid "" "available:\n" msgstr "निम्न हस्ताक्षरहरू रूजू हुन सक्दैन किन भने सार्वजनिक कुञ्जी उपलब्ध छैन:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "सर्भरबाट त्रुटि पढिदैछ । दूर गन्तब्य बन्द जडान" @@ -3754,10 +3750,6 @@ msgstr "असफल चयन गर्नुहोस्" msgid "Connection timed out" msgstr "जडान समय सकियो" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "निर्गात फाइलमा त्रुटि लेखिदैछ" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "परिमार्जन समय सेट असफल भयो" @@ -3770,6 +3762,9 @@ msgstr "जडान असमायिक बन्द भयो" msgid "Empty files can't be valid archives" msgstr "" +#~ msgid "Error writing to output file" +#~ msgstr "निर्गात फाइलमा त्रुटि लेखिदैछ" + #~ msgid "Error writing to the file" #~ msgstr "फाइलमा त्रुटि लेखिदैछ" diff --git a/po/nl.po b/po/nl.po index 2d0a8fa24..f50c47c4e 100644 --- a/po/nl.po +++ b/po/nl.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.1.4\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2020-05-24 14:43+0200\n" "Last-Translator: Frans Spiesschaert \n" "Language-Team: Debian Dutch l10n Team \n" @@ -3947,10 +3947,6 @@ msgstr "" "De volgende ondertekeningen konden niet geverifieerd worden omdat de " "publieke sleutel niet beschikbaar is:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "" @@ -3972,10 +3968,6 @@ msgstr "Selectie is mislukt" msgid "Connection timed out" msgstr "Verbinding verliep" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Fout bij het schrijven naar uitvoerbestand" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Instellen van de aanpassingstijd is mislukt" @@ -3988,5 +3980,8 @@ msgstr "Verbinding werd voortijdig afgebroken" msgid "Empty files can't be valid archives" msgstr "Lege bestanden kunnen geen geldige archieven zijn" +#~ msgid "Error writing to output file" +#~ msgstr "Fout bij het schrijven naar uitvoerbestand" + #~ msgid "Error writing to the file" #~ msgstr "Fout bij het schrijven naar het bestand" diff --git a/po/nn.po b/po/nn.po index 46d342cb6..10186e18d 100644 --- a/po/nn.po +++ b/po/nn.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2005-02-14 23:30+0100\n" "Last-Translator: Havard Korsvoll \n" "Language-Team: Norwegian nynorsk \n" @@ -3744,10 +3744,6 @@ msgid "" "available:\n" msgstr "" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Feil ved lesing fr tenaren. Sambandet vart lukka i andre enden" @@ -3768,10 +3764,6 @@ msgstr "Utvalet mislukkast" msgid "Connection timed out" msgstr "Tidsavbrot p sambandet" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Feil ved skriving til utfil" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Klarte ikkje setja endringstidspunkt" @@ -3784,6 +3776,9 @@ msgstr "Sambandet vart uventa stengd" msgid "Empty files can't be valid archives" msgstr "" +#~ msgid "Error writing to output file" +#~ msgstr "Feil ved skriving til utfil" + #~ msgid "Error writing to the file" #~ msgstr "Feil ved skriving til fila" diff --git a/po/pl.po b/po/pl.po index f0135b0bb..f768bf0fc 100644 --- a/po/pl.po +++ b/po/pl.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.9.7.3\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2012-07-28 21:53+0200\n" "Last-Translator: Michał Kułach \n" "Language-Team: Polish \n" @@ -3876,10 +3876,6 @@ msgstr "" "Następujące podpisy nie mogły zostać zweryfikowane z powodu braku klucza " "publicznego:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Błąd czytania z serwera: Zdalna strona zamknęła połączenie" @@ -3900,10 +3896,6 @@ msgstr "Operacja select nie powiodła się" msgid "Connection timed out" msgstr "Przekroczenie czasu połączenia" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Błąd przy pisaniu do pliku wyjściowego" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Nie udało się ustawić czasu modyfikacji" @@ -3916,6 +3908,9 @@ msgstr "Połączenie zostało przedwcześnie zamknięte" msgid "Empty files can't be valid archives" msgstr "Puste pliki nie mogą być prawidłowymi archiwami" +#~ msgid "Error writing to output file" +#~ msgstr "Błąd przy pisaniu do pliku wyjściowego" + #~ msgid "Error writing to the file" #~ msgstr "Błąd przy pisaniu do pliku" diff --git a/po/pt.po b/po/pt.po index b4e87de5f..c2ca38723 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2012-06-29 15:45+0100\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" @@ -3852,10 +3852,6 @@ msgstr "" "As seguintes assinaturas não puderam ser verificadas porque a chave pública " "não está disponível:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Erro ao ler do servidor. O lado remoto fechou a ligação" @@ -3876,10 +3872,6 @@ msgstr "A selecção falhou" msgid "Connection timed out" msgstr "O tempo da ligação expirou" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Erro ao escrever para o ficheiro de saída" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Falhou definir hora de modificação" @@ -3892,6 +3884,9 @@ msgstr "Ligação encerrada prematuramente" msgid "Empty files can't be valid archives" msgstr "Ficheiros vazios não podem ser arquivos válidos" +#~ msgid "Error writing to output file" +#~ msgstr "Erro ao escrever para o ficheiro de saída" + #~ msgid "Error writing to the file" #~ msgstr "Erro ao escrever para o ficheiro" diff --git a/po/pt_BR.po b/po/pt_BR.po index 507326424..009ee75f2 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2008-11-17 02:33-0200\n" "Last-Translator: Felipe Augusto van de Wiel (faw) \n" "Language-Team: Brazilian Portuguese \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2008-11-15 02:21+0200\n" "Last-Translator: Eddy Petrișor \n" "Language-Team: Romanian \n" @@ -3784,10 +3784,6 @@ msgstr "" "Următoarele semnături n-au putut fi verificate, deoarece cheia publică nu " "este disponibilă:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "" @@ -3809,10 +3805,6 @@ msgstr "Selecția a eșuat" msgid "Connection timed out" msgstr "Timp de conectare expirat" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Eroare la scrierea fișierului de rezultat" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Eșec la ajustarea timpului de modificare" @@ -3825,6 +3817,9 @@ msgstr "Conexiune închisă prematur" msgid "Empty files can't be valid archives" msgstr "" +#~ msgid "Error writing to output file" +#~ msgstr "Eroare la scrierea fișierului de rezultat" + #~ msgid "Error writing to the file" #~ msgstr "Eroare la scrierea în fișierul" diff --git a/po/ru.po b/po/ru.po index 9bfe7e979..7e32f40e7 100644 --- a/po/ru.po +++ b/po/ru.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.0.0\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2020-03-09 22:43+0300\n" "Last-Translator: Алексей Шилин \n" "Language-Team: русский \n" @@ -3937,10 +3937,6 @@ msgstr "" "Следующие подписи не могут быть проверены, так как недоступен открытый " "ключ:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Ошибка чтения: удалённый сервер прервал соединение" @@ -3961,10 +3957,6 @@ msgstr "Ошибка в select" msgid "Connection timed out" msgstr "Время ожидания для соединения истекло" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Ошибка записи в выходной файл" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Не удалось установить время модификации" @@ -3977,6 +3969,9 @@ msgstr "Соединение закрыто преждевременно" msgid "Empty files can't be valid archives" msgstr "Пустые файлы не могут быть допустимыми архивами" +#~ msgid "Error writing to output file" +#~ msgstr "Ошибка записи в выходной файл" + #~ msgid "Error writing to the file" #~ msgstr "Ошибка записи в файл" diff --git a/po/sk.po b/po/sk.po index 966b17c87..f0a707f3d 100644 --- a/po/sk.po +++ b/po/sk.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2012-06-28 20:49+0100\n" "Last-Translator: Ivan Masár \n" "Language-Team: Slovak \n" @@ -3811,10 +3811,6 @@ msgstr "" "Nasledovné signatúry sa nedajú overiť, pretože nie je dostupný verejný " "kľúč:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Chyba pri čítaní zo servera. Druhá strana ukončila spojenie" @@ -3835,10 +3831,6 @@ msgstr "Výber zlyhal" msgid "Connection timed out" msgstr "Uplynul čas spojenia" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Chyba zápisu do výstupného súboru" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Zlyhalo nastavenie času zmeny" @@ -3851,6 +3843,9 @@ msgstr "Spojenie bolo predčasne ukončené" msgid "Empty files can't be valid archives" msgstr "Prázdne súbory nemôžu byť platné archívy" +#~ msgid "Error writing to output file" +#~ msgstr "Chyba zápisu do výstupného súboru" + #~ msgid "Error writing to the file" #~ msgstr "Chyba zápisu do tohto súboru" diff --git a/po/sl.po b/po/sl.po index ff58747e6..3e1569898 100644 --- a/po/sl.po +++ b/po/sl.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2012-06-27 21:29+0000\n" "Last-Translator: Andrej Znidarsic \n" "Language-Team: Slovenian \n" @@ -3817,10 +3817,6 @@ msgid "" msgstr "" "Naslednjih podpisov ni mogoče preveriti, ker javni ključ ni na voljo:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Napaka med branjem s strežnika. Oddaljeni del je zaprl povezavo" @@ -3841,10 +3837,6 @@ msgstr "Izbira ni uspela" msgid "Connection timed out" msgstr "Povezava je zakasnela" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Napaka med pisanjem v izhodno datoteko" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Nastavitev časa spremembe je spodletela" @@ -3857,6 +3849,9 @@ msgstr "Povezava se je prezgodaj zaprla" msgid "Empty files can't be valid archives" msgstr "Prazne datoteke ne morejo biti veljavni arhivi" +#~ msgid "Error writing to output file" +#~ msgstr "Napaka med pisanjem v izhodno datoteko" + #~ msgid "Error writing to the file" #~ msgstr "Napaka med pisanjem v datoteko" diff --git a/po/sv.po b/po/sv.po index c2d8f2ad0..fd09d235d 100644 --- a/po/sv.po +++ b/po/sv.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2015-08-19 21:33+0200\n" "Last-Translator: Anders Jonsson \n" "Language-Team: Swedish \n" @@ -3854,10 +3854,6 @@ msgstr "" "Följande signaturer kunde inte verifieras för att den öppna nyckeln inte är " "tillgänglig:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Fel vid läsning från server: Andra änden stängde förbindelsen" @@ -3878,10 +3874,6 @@ msgstr "”Select” misslyckades" msgid "Connection timed out" msgstr "Anslutningen överskred tidsgränsen" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Fel vid skrivning till utdatafil" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Misslyckades med att ställa in ändringstid" @@ -3894,6 +3886,9 @@ msgstr "Anslutningen stängdes i förtid" msgid "Empty files can't be valid archives" msgstr "Tomma filer kan inte vara giltiga arkiv" +#~ msgid "Error writing to output file" +#~ msgstr "Fel vid skrivning till utdatafil" + #~ msgid "Error writing to the file" #~ msgstr "Fel vid skrivning till filen" diff --git a/po/th.po b/po/th.po index c69a61028..947dd2594 100644 --- a/po/th.po +++ b/po/th.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2014-12-12 13:00+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" @@ -3735,10 +3735,6 @@ msgid "" "available:\n" msgstr "ลายเซ็นต่อไปนี้ไม่สามารถตรวจสอบได้ เพราะไม่มีกุญแจสาธารณะ:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "เกิดข้อผิดพลาดขณะอ่านข้อมูลจากเซิร์ฟเวอร์ ปลายทางอีกด้านหนึ่งปิดการเชื่อมต่อ" @@ -3759,10 +3755,6 @@ msgstr "select ไม่สำเร็จ" msgid "Connection timed out" msgstr "หมดเวลารอเชื่อมต่อ" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "เกิดข้อผิดพลาดขณะเขียนลงแฟ้มผลลัพธ์" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "กำหนดเวลาแก้ไขไม่สำเร็จ" @@ -3775,6 +3767,9 @@ msgstr "การเชื่อมต่อถูกปิดก่อนเว msgid "Empty files can't be valid archives" msgstr "แฟ้มว่างเปล่าไม่สามารถเป็นแฟ้มจัดเก็บที่ใช้การได้" +#~ msgid "Error writing to output file" +#~ msgstr "เกิดข้อผิดพลาดขณะเขียนลงแฟ้มผลลัพธ์" + #~ msgid "Error writing to the file" #~ msgstr "เกิดข้อผิดพลาดขณะเขียนลงแฟ้ม" diff --git a/po/tl.po b/po/tl.po index 9b87c03e8..f415fc33a 100644 --- a/po/tl.po +++ b/po/tl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2007-03-29 21:36+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -3767,10 +3767,6 @@ msgstr "" "Ang sumusunod na mga lagda ay hindi maberipika dahil ang public key ay hindi " "available:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Error sa pagbasa mula sa server, sinarhan ng remote ang koneksyon" @@ -3791,10 +3787,6 @@ msgstr "Bigo ang pagpili" msgid "Connection timed out" msgstr "Nag-timeout ang koneksyon" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Error sa pagsulat ng talaksang output" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Bigo ang pagtakda ng oras ng pagbago" @@ -3807,6 +3799,9 @@ msgstr "Nagsara ng maaga ang koneksyon" msgid "Empty files can't be valid archives" msgstr "" +#~ msgid "Error writing to output file" +#~ msgstr "Error sa pagsulat ng talaksang output" + #~ msgid "Error writing to the file" #~ msgstr "Error sa pagsusulat sa talaksan" diff --git a/po/tr.po b/po/tr.po index 4a25e04a8..4c048b462 100644 --- a/po/tr.po +++ b/po/tr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2018-01-03 16:32+0300\n" "Last-Translator: Mert Dirik \n" "Language-Team: Debian l10n Turkish \n" @@ -3888,10 +3888,6 @@ msgid "" "available:\n" msgstr "Aşağıdaki imzalar doğrulanamadı, çünkü genel anahtar mevcut değil:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Sunucudan okunurken hata oluştu. Uzak uç bağlantıyı kapattı" @@ -3912,10 +3908,6 @@ msgstr "Seçme başarısız" msgid "Connection timed out" msgstr "Bağlantı zaman aşımına uğradı" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Çıktı dosyasına yazılırken hata" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Değişiklik zamanı ayarlanamadı" @@ -3928,6 +3920,9 @@ msgstr "Bağlantı vaktinden önce kapandı" msgid "Empty files can't be valid archives" msgstr "Boş dosyalar geçerli birer arşiv dosyası olamazlar" +#~ msgid "Error writing to output file" +#~ msgstr "Çıktı dosyasına yazılırken hata" + #~ msgid "Error writing to the file" #~ msgstr "Dosyaya yazılamadı" diff --git a/po/uk.po b/po/uk.po index 6c0eda189..698ee1497 100644 --- a/po/uk.po +++ b/po/uk.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2012-09-25 20:19+0300\n" "Last-Translator: A. Bondarenko \n" "Language-Team: Українська \n" @@ -3872,10 +3872,6 @@ msgstr "" "Наступні підписи не можуть бути перевірені, тому що публічний ключ " "відсутній:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Помилка зчитування з сервера. Віддалена сторона закрила з'єднання" @@ -3896,10 +3892,6 @@ msgstr "Вибір провалився" msgid "Connection timed out" msgstr "Час очікування з'єднання вийшов" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Помилка запису у вихідний файл" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Не вдалося встановити час модифікації" @@ -3912,6 +3904,9 @@ msgstr "З'єднання завершено передчасно" msgid "Empty files can't be valid archives" msgstr "Пусті файли не можуть бути правильними архівами" +#~ msgid "Error writing to output file" +#~ msgstr "Помилка запису у вихідний файл" + #~ msgid "Error writing to the file" #~ msgstr "Помилка запису у файл" diff --git a/po/vi.po b/po/vi.po index 4c7c2528a..d2b520221 100644 --- a/po/vi.po +++ b/po/vi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2014-09-12 13:48+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" @@ -3845,10 +3845,6 @@ msgid "" msgstr "" "Không thể kiểm chứng những chữ ký theo đây, vì khóa công không sẵn có:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "Gặp lỗi khi đọc từ máy phục vụ: Máy chủ đã đóng kết nối" @@ -3869,10 +3865,6 @@ msgstr "Việc chọn bị lỗi" msgid "Connection timed out" msgstr "Kết nối đã quá giờ" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Gặp lỗi khi ghi vào tập tin đầu ra" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Gặp lỗi khi đặt giờ sửa đổi" @@ -3885,6 +3877,9 @@ msgstr "Kết nối bị đóng bất ngờ" msgid "Empty files can't be valid archives" msgstr "Các tập tin trống rỗng không phải là kho lưu hợp lệ" +#~ msgid "Error writing to output file" +#~ msgstr "Gặp lỗi khi ghi vào tập tin đầu ra" + #~ msgid "Error writing to the file" #~ msgstr "Gặp lỗi khi ghi vào tập tin" diff --git a/po/zh_CN.po b/po/zh_CN.po index b4c4e86a8..cb7d6e905 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.0.1\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2020-03-26 17:38-0400\n" "Last-Translator: Boyuan Yang <073plan@gmail.com>\n" "Language-Team: Chinese (simplified) \n" @@ -3717,10 +3717,6 @@ msgid "" "available:\n" msgstr "由于没有公钥,无法验证下列签名:\n" -#: methods/http.cc -msgid "Data left in buffer" -msgstr "" - #: methods/http.cc msgid "Error reading from server. Remote end closed connection" msgstr "从服务器读取数据时出错,对方关闭了连接" @@ -3741,10 +3737,6 @@ msgstr "select 调用出错" msgid "Connection timed out" msgstr "连接超时" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "写输出文件时出错" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "无法设置文件的修改日期" @@ -3757,6 +3749,9 @@ msgstr "连接被永久关闭" msgid "Empty files can't be valid archives" msgstr "空文件不是有效归档" +#~ msgid "Error writing to output file" +#~ msgstr "写输出文件时出错" + #~ msgid "Error writing to the file" #~ msgstr "写入文件出错" diff --git a/po/zh_TW.po b/po/zh_TW.po index a487138aa..dfa9c47d2 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.2.X\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2020-08-11 14:34+0200\n" "PO-Revision-Date: 2009-01-28 10:41+0800\n" "Last-Translator: Tetralet \n" "Language-Team: Debian-user in Chinese [Big5]