diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-08-11 14:34:13 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-08-11 14:34:13 +0200 |
commit | 6b3fbe9d5e661a3f371eb26631b3f8b502c390a6 (patch) | |
tree | ecb628e074920c593d61f139d455ce662940703e | |
parent | 1e2d586703e8c0227ddb7b3705205c85e3b8507e (diff) |
Release 2.1.102.1.10
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 18 | ||||
-rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
-rw-r--r-- | doc/po/apt-doc.pot | 4 | ||||
-rw-r--r-- | po/apt-all.pot | 12 | ||||
-rw-r--r-- | po/ar.po | 13 | ||||
-rw-r--r-- | po/ast.po | 13 | ||||
-rw-r--r-- | po/bg.po | 13 | ||||
-rw-r--r-- | po/bs.po | 10 | ||||
-rw-r--r-- | po/ca.po | 13 | ||||
-rw-r--r-- | po/cs.po | 13 | ||||
-rw-r--r-- | po/cy.po | 13 | ||||
-rw-r--r-- | po/da.po | 13 | ||||
-rw-r--r-- | po/de.po | 13 | ||||
-rw-r--r-- | po/dz.po | 13 | ||||
-rw-r--r-- | po/el.po | 13 | ||||
-rw-r--r-- | po/es.po | 13 | ||||
-rw-r--r-- | po/eu.po | 13 | ||||
-rw-r--r-- | po/fi.po | 13 | ||||
-rw-r--r-- | po/fr.po | 13 | ||||
-rw-r--r-- | po/gl.po | 13 | ||||
-rw-r--r-- | po/hu.po | 13 | ||||
-rw-r--r-- | po/it.po | 13 | ||||
-rw-r--r-- | po/ja.po | 13 | ||||
-rw-r--r-- | po/km.po | 13 | ||||
-rw-r--r-- | po/ko.po | 13 | ||||
-rw-r--r-- | po/ku.po | 15 | ||||
-rw-r--r-- | po/lt.po | 10 | ||||
-rw-r--r-- | po/mr.po | 13 | ||||
-rw-r--r-- | po/nb.po | 13 | ||||
-rw-r--r-- | po/ne.po | 13 | ||||
-rw-r--r-- | po/nl.po | 13 | ||||
-rw-r--r-- | po/nn.po | 13 | ||||
-rw-r--r-- | po/pl.po | 13 | ||||
-rw-r--r-- | po/pt.po | 13 | ||||
-rw-r--r-- | po/pt_BR.po | 13 | ||||
-rw-r--r-- | po/ro.po | 13 | ||||
-rw-r--r-- | po/ru.po | 13 | ||||
-rw-r--r-- | po/sk.po | 13 | ||||
-rw-r--r-- | po/sl.po | 13 | ||||
-rw-r--r-- | po/sv.po | 13 | ||||
-rw-r--r-- | po/th.po | 13 | ||||
-rw-r--r-- | po/tl.po | 13 | ||||
-rw-r--r-- | po/tr.po | 13 | ||||
-rw-r--r-- | po/uk.po | 13 | ||||
-rw-r--r-- | po/vi.po | 13 | ||||
-rw-r--r-- | po/zh_CN.po | 13 | ||||
-rw-r--r-- | 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 <deity@lists.debian.org>") -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 <jak@debian.org> 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 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "2.1.9"> +<!ENTITY apt-product-version "2.1.10"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "stretch"> 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 <deity@lists.debian.org>\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 <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\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 <deity@lists.debian.org>\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 <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -3545,10 +3545,6 @@ msgid "" 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 "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <okhayat@yahoo.com>\n" "Language-Team: Arabic <support@arabeyes.org>\n" @@ -3616,10 +3616,6 @@ msgid "" 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 "خطأ في الكتابة إلى الملف" @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.18\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\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 <ivarela@softastur.org>\n" "Language-Team: Asturian (ast)\n" @@ -3793,10 +3793,6 @@ msgstr "" "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" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.21\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\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 <dmn@debian.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n" @@ -3849,10 +3849,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 "Грешка при записа на файла" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\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ć <sapphire@linux.org.ba>\n" "Language-Team: Bosnian <lokal@lugbih.org>\n" @@ -3600,10 +3600,6 @@ msgid "" 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 "" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~beta1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\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 <aleix@softcatala.org>\n" "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n" @@ -3929,10 +3929,6 @@ msgstr "" "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 "" "S'ha produït un error en llegir del servidor. L'extrem remot ha tancat la " @@ -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" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4.2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\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 <kurem@debian.cz>\n" "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n" @@ -3836,10 +3836,6 @@ msgstr "" "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" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <daf@muse.19inch.net>\n" "Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n" @@ -3814,10 +3814,6 @@ msgid "" msgstr "" #: methods/http.cc -msgid "Data left in buffer" -msgstr "" - -#: methods/http.cc #, fuzzy msgid "Error reading from server. Remote end closed connection" msgstr "Gwall wrth ddarllen o'r gweinydd: caeodd yr ochr pell y cysylltiad" @@ -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" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~rc2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\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 <joedalton2@yahoo.dk>\n" "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n" @@ -3875,10 +3875,6 @@ msgstr "" "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" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.6\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\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 <linux@wansing-online.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" @@ -4022,10 +4022,6 @@ msgstr "" "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 "" "Fehler beim Lesen vom Server: Verbindung wurde durch den Server auf der " @@ -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" @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <gasepkuenden2k3@hotmail.com>\n" "Language-Team: Dzongkha <pgeyleg@dit.gov.bt>\n" @@ -3760,10 +3760,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 "སར་བར་ནང་ལས་ལྷག་པའི་བསྒང་འཛོལ་བ། ཐག་རིང་མཇུག་གི་མཐུད་ལམ་དེ་ཁ་བསྡམས།" @@ -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 "ཡིག་སྣོད་འདི་ལུ་འབྲིཝ་ད་འཛོལ་བ།" @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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: Θανάσης Νάτσης <natsisthanasis@gmail.com>\n" "Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n" @@ -3788,10 +3788,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 "Σφάλμα στην εγγραφή στο αρχείο" @@ -34,7 +34,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.8.10\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\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 <venturi@openmailbox." "org>\n" @@ -4001,10 +4001,6 @@ msgstr "" "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" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <pi@beobide.net>\n" "Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n" @@ -3756,10 +3756,6 @@ msgstr "" "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" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\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 <tale@debian.org>\n" "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n" @@ -3748,10 +3748,6 @@ msgstr "" "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" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <leatherface@debian.org>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" @@ -4022,10 +4022,6 @@ msgstr "" "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" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <mbouzada@gmail.com>\n" "Language-Team: galician <proxecto@trasno.net>\n" @@ -3829,10 +3829,6 @@ msgstr "" "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 "" "Produciuse un erro ao ler do servidor. O extremo remoto pechou a conexión" @@ -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" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <kelemeng@ubuntu.com>\n" "Language-Team: Hungarian <gnome-hu-list@gnome.org>\n" @@ -3899,10 +3899,6 @@ msgstr "" "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" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\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 <milo@milo.name>\n" "Language-Team: Italian <tp@lists.linux.it>\n" @@ -3966,10 +3966,6 @@ msgstr "" "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" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\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 <tyamada@takumayamada.com>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -3883,10 +3883,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 "リモート側で接続がクローズされてサーバからの読み込みに失敗しました" @@ -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 "ファイルへの書き込みでエラーが発生しました" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <khoemsokhem@khmeros.info>\n" "Language-Team: Khmer <support@khmeros.info>\n" @@ -3732,10 +3732,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 "កំហុសក្នុងការអានពីម៉ាស៊ីនបម្រើ ។ ការបញ្ចប់ពីចម្ងាយបានបិទការតភ្ជាប់" @@ -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 "កំហុសក្នុងការសរសេរទៅកាន់ឯកសារ" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <cwryu@debian.org>\n" "Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n" @@ -3752,10 +3752,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 "서버에서 읽고 연결을 닫는데 오류가 발생했습니다" @@ -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 "해당 파일에 쓰는데 오류가 발생했습니다" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <erdal.ronahi@gmail.com>\n" "Language-Team: ku <ubuntu-l10n-kur@lists.ubuntu.com>\n" @@ -3617,10 +3617,6 @@ msgid "" 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î" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <gintas@akl.lt>\n" "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" @@ -3722,10 +3722,6 @@ msgid "" 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 "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <sampadanakhare@gmail.com>\n" "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India " @@ -3731,10 +3731,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 "सर्व्हर मधून वाचण्यात चूक. लांब शेवट आणि बंद झालेली जोडणी" @@ -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 "फाईल मध्ये लिहिण्यात चूक/त्रुटी" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <pere@hungry.com>\n" "Language-Team: Norwegian Bokmål <i18n-no@lister.ping.uio.no>\n" @@ -3820,10 +3820,6 @@ msgstr "" "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" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <pokharelshiva@hotmail.com>\n" "Language-Team: Nepali <info@mpp.org.np>\n" @@ -3731,10 +3731,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 "सर्भरबाट त्रुटि पढिदैछ । दूर गन्तब्य बन्द जडान" @@ -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 "फाइलमा त्रुटि लेखिदैछ" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.1.4\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\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 <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -3948,10 +3948,6 @@ msgstr "" "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 "" "Fout bij het lezen van de server. De andere kant heeft de verbinding gesloten" @@ -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" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <korsvoll@skulelinux.no>\n" "Language-Team: Norwegian nynorsk <i18n-nn@lister.ping.uio.no>\n" @@ -3745,10 +3745,6 @@ msgid "" 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" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.9.7.3\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\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 <michal.kulach@gmail.com>\n" "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n" @@ -3877,10 +3877,6 @@ msgstr "" "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" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <elmig@debianpt.org>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" @@ -3853,10 +3853,6 @@ msgstr "" "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 <deity@lists.debian.org>\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) <faw@debian.org>\n" "Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian." @@ -3775,10 +3775,6 @@ msgstr "" "não estar 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 lendo do servidor. Ponto remoto fechou a conexão" @@ -3798,10 +3794,6 @@ msgstr "Seleção falhou" msgid "Connection timed out" msgstr "Conexão expirou" -#: methods/http.cc -msgid "Error writing to output file" -msgstr "Erro escrevendo para arquivo de saída" - #: methods/rred.cc msgid "Failed to set modification time" msgstr "Falhou ao definir hora de modificação" @@ -3814,6 +3806,9 @@ msgstr "Conexão encerrada prematuramente" msgid "Empty files can't be valid archives" msgstr "" +#~ msgid "Error writing to output file" +#~ msgstr "Erro escrevendo para arquivo de saída" + #~ msgid "Error writing to the file" #~ msgstr "Erro escrevendo para o arquivo" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <eddy.petrisor@gmail.com>\n" "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n" @@ -3785,10 +3785,6 @@ msgstr "" "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 "" "Eroare la citirea de la server. Conexiunea a fost închisă de la distanță" @@ -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" @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.0.0\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\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: Алексей Шилин <rootlexx@mail.ru>\n" "Language-Team: русский <debian-l10n-russian@lists.debian.org>\n" @@ -3938,10 +3938,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 "Ошибка записи в файл" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <helix84@centrum.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" @@ -3812,10 +3812,6 @@ msgstr "" "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" @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\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 <andrej.znidarsic@gmail.com>\n" "Language-Team: Slovenian <sl@li.org>\n" @@ -3818,10 +3818,6 @@ 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" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <anders.jonsson@norsjovallen.se>\n" "Language-Team: Swedish <debian-l10n-swedish@debian.org>\n" @@ -3855,10 +3855,6 @@ msgstr "" "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" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <thep@debian.org>\n" "Language-Team: Thai <thai-l10n@googlegroups.com>\n" @@ -3736,10 +3736,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 "เกิดข้อผิดพลาดขณะอ่านข้อมูลจากเซิร์ฟเวอร์ ปลายทางอีกด้านหนึ่งปิดการเชื่อมต่อ" @@ -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 "เกิดข้อผิดพลาดขณะเขียนลงแฟ้ม" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <xenos@upm.edu.ph>\n" "Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n" @@ -3768,10 +3768,6 @@ msgstr "" "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" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <mertdirik@gmail.com>\n" "Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n" @@ -3889,10 +3889,6 @@ msgid "" 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ı" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 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 <artem.brz@gmail.com>\n" "Language-Team: Українська <uk@li.org>\n" @@ -3873,10 +3873,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 "Помилка запису у файл" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\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 <vnwildman@gmail.com>\n" "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n" @@ -3846,10 +3846,6 @@ 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 <deity@lists.debian.org>\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) <debian-l10n-chinese@lists.debian.org>\n" @@ -3718,10 +3718,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 "从服务器读取数据时出错,对方关闭了连接" @@ -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 <deity@lists.debian.org>\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 <tetralet@gmail.com>\n" "Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5@lists." @@ -3710,10 +3710,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 "在讀取伺服器時發生錯誤,遠端主機已關閉連線" @@ -3733,10 +3729,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 "無法設定修改時間" @@ -3749,6 +3741,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 "在寫入該檔時發生錯誤" |