diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/NEWS | 6 | ||||
-rw-r--r-- | debian/changelog | 26 | ||||
-rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
-rw-r--r-- | doc/po/apt-doc.pot | 4 | ||||
-rw-r--r-- | po/apt-all.pot | 6 | ||||
-rw-r--r-- | po/ar.po | 4 | ||||
-rw-r--r-- | po/ast.po | 4 | ||||
-rw-r--r-- | po/bg.po | 4 | ||||
-rw-r--r-- | po/bs.po | 4 | ||||
-rw-r--r-- | po/ca.po | 4 | ||||
-rw-r--r-- | po/cs.po | 4 | ||||
-rw-r--r-- | po/cy.po | 4 | ||||
-rw-r--r-- | po/da.po | 4 | ||||
-rw-r--r-- | po/de.po | 4 | ||||
-rw-r--r-- | po/dz.po | 4 | ||||
-rw-r--r-- | po/el.po | 4 | ||||
-rw-r--r-- | po/es.po | 4 | ||||
-rw-r--r-- | po/eu.po | 4 | ||||
-rw-r--r-- | po/fi.po | 4 | ||||
-rw-r--r-- | po/fr.po | 4 | ||||
-rw-r--r-- | po/gl.po | 4 | ||||
-rw-r--r-- | po/hu.po | 4 | ||||
-rw-r--r-- | po/it.po | 4 | ||||
-rw-r--r-- | po/ja.po | 4 | ||||
-rw-r--r-- | po/km.po | 4 | ||||
-rw-r--r-- | po/ko.po | 4 | ||||
-rw-r--r-- | po/ku.po | 4 | ||||
-rw-r--r-- | po/lt.po | 4 | ||||
-rw-r--r-- | po/mr.po | 4 | ||||
-rw-r--r-- | po/nb.po | 4 | ||||
-rw-r--r-- | po/ne.po | 4 | ||||
-rw-r--r-- | po/nn.po | 4 | ||||
-rw-r--r-- | po/pl.po | 4 | ||||
-rw-r--r-- | po/pt.po | 4 | ||||
-rw-r--r-- | po/pt_BR.po | 4 | ||||
-rw-r--r-- | po/ro.po | 4 | ||||
-rw-r--r-- | po/ru.po | 4 | ||||
-rw-r--r-- | po/sk.po | 4 | ||||
-rw-r--r-- | po/sl.po | 4 | ||||
-rw-r--r-- | po/sv.po | 4 | ||||
-rw-r--r-- | po/th.po | 4 | ||||
-rw-r--r-- | po/tl.po | 4 | ||||
-rw-r--r-- | po/tr.po | 4 | ||||
-rw-r--r-- | po/uk.po | 4 | ||||
-rw-r--r-- | po/vi.po | 4 | ||||
-rw-r--r-- | po/zh_CN.po | 4 | ||||
-rw-r--r-- | po/zh_TW.po | 4 |
48 files changed, 121 insertions, 93 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c703307e..0e9d54d63 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -176,7 +176,7 @@ endif() # 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 "1.5") +set(PACKAGE_VERSION "1.6~alpha1") if (NOT DEFINED DPKG_DATADIR) execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;" diff --git a/debian/NEWS b/debian/NEWS index 7ad20ccd6..132920b5d 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,4 +1,4 @@ -apt (1.6~alpha1) UNRELEASED; urgency=medium +apt (1.6~alpha1) unstable; urgency=medium All methods provided by apt except for cdrom, gpgv, and rsh now use seccomp-BPF sandboxing to restrict the list of allowed system @@ -9,7 +9,9 @@ apt (1.6~alpha1) UNRELEASED; urgency=medium APT::Sandbox::Seccomp::Trap is a list of names of more syscalls to trap APT::Sandbox::Seccomp::Allow is a list of names of more syscalls to allow - -- Julian Andres Klode <jak@debian.org> Sun, 22 Oct 2017 22:29:58 +0200 + Also, sandboxing is now enabled for the mirror method. + + -- Julian Andres Klode <jak@debian.org> Mon, 23 Oct 2017 01:58:18 +0200 apt (1.5~beta1) unstable; urgency=medium diff --git a/debian/changelog b/debian/changelog index 324b03678..569a55f57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +apt (1.6~alpha1) unstable; urgency=medium + + [ Julian Andres Klode ] + * Bump Standards-Version to 4.1.0 + * Drop obsolete dh-systemd build-dep + * Drop obsolute Testsuite: autopkgtest header + * Drop curl method and apt-transport-https package + * Fix testsuite for and add new fields from dpkg 1.19 + * Run Proxy-Auto-Detect script from main process + * methods/mirror: Enable sandboxing and other aptMethod features + * Sandbox methods with seccomp-BPF; except cdrom, gpgv, rsh + + [ David Kalnischkies ] + * proper error reporting for v3 onion services + * allow empty build-dependency fields in the parser (Closes: #875363) + * send the hashes for alternative file correctly + * ignore unsupported key formats in apt-key (Closes: #876508) + + [ Mo Zhou ] + * zh_CN.po: Update Simplified Chinese programs translation + + [ Frans Spiesschaert ] + * Dutch program translation update (Closes: #879137) + + -- Julian Andres Klode <jak@debian.org> Mon, 23 Oct 2017 01:58:18 +0200 + apt (1.5) unstable; urgency=medium * Fix translator comment location for legacy target warning diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 05585bd6c..873aafab0 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -245,7 +245,7 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "1.5"> +<!ENTITY apt-product-version "1.6~alpha1"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "jessie"> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 2bdca65d1..e6e9d7e27 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 1.5\n" +"Project-Id-Version: apt-doc 1.6~alpha1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-23 01:59+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 7c2a53389..deb6ac1cb 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 1.5\n" +"Project-Id-Version: apt 1.6~alpha1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-23 01:59+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" @@ -3230,7 +3230,7 @@ msgstr "" msgid "Connection failed" msgstr "" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3289,7 +3289,7 @@ msgstr "بيانات ترويسة سيئة" msgid "Connection failed" msgstr "فشل الاتصال" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3450,7 +3450,7 @@ msgstr "Datos de testera incorreutos" msgid "Connection failed" msgstr "Fallo la conexón" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" @@ -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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3493,7 +3493,7 @@ msgstr "Невалидни данни на заглавната част" msgid "Connection failed" msgstr "Неуспех при свързването" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3271,7 +3271,7 @@ msgstr "" msgid "Connection failed" msgstr "Povezivanje neuspješno" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+0200\n" "PO-Revision-Date: 2016-12-05 21:09+0100\n" "Last-Translator: Oriol Debian <oriol.debian@gmail.com>\n" "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n" @@ -3578,7 +3578,7 @@ msgstr "Capçalera de dades no vàlida" msgid "Connection failed" msgstr "Ha fallat la connexió" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" @@ -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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3482,7 +3482,7 @@ msgstr "Špatné datové záhlaví" msgid "Connection failed" msgstr "Spojení selhalo" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3475,7 +3475,7 @@ msgstr "Data pennawd gwael" msgid "Connection failed" msgstr "Methodd y cysylltiad" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" @@ -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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3517,7 +3517,7 @@ msgstr "Ugyldige hoved-data" msgid "Connection failed" msgstr "Forbindelsen mislykkedes" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" @@ -10,7 +10,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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+0200\n" "PO-Revision-Date: 2014-09-19 13:04+0100\n" "Last-Translator: Holger Wansing <linux@wansing-online.de>\n" "Language-Team: Debian German <debian-l10n-german@lists.debian.org>\n" @@ -3564,7 +3564,7 @@ msgstr "Fehlerhafte Kopfzeilendaten" msgid "Connection failed" msgstr "Verbindung fehlgeschlagen" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3421,7 +3421,7 @@ msgstr "མགོ་ཡིག་གནད་སྡུད་བྱང་ཉེས msgid "Connection failed" msgstr "བཐུད་ལམ་འཐུས་ཤོར་བྱུང་ཡོད།" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3448,7 +3448,7 @@ msgstr "Ελαττωματικά δεδομένα επικεφαλίδας" msgid "Connection failed" msgstr "Η σύνδεση απέτυχε" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+0200\n" "PO-Revision-Date: 2016-01-26 01:51+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox." "org>\n" @@ -3640,7 +3640,7 @@ msgstr "Datos de cabecera incorrectos" msgid "Connection failed" msgstr "Falló la conexión" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3414,7 +3414,7 @@ msgstr "Goiburu data gaizki dago" msgid "Connection failed" msgstr "Konexioak huts egin du" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" @@ -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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3410,7 +3410,7 @@ msgstr "Virheellinen otsikkotieto" msgid "Connection failed" msgstr "Yhteys ei toiminut" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" @@ -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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+0200\n" "PO-Revision-Date: 2013-12-15 16:45+0100\n" "Last-Translator: Julien Patriarca <leatherface@debian.org>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" @@ -3554,7 +3554,7 @@ msgstr "Mauvais en-tête de donnée" msgid "Connection failed" msgstr "Échec de la connexion" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3481,7 +3481,7 @@ msgstr "Datos da cabeceira incorrectos" msgid "Connection failed" msgstr "Produciuse un fallo na conexión" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3536,7 +3536,7 @@ msgstr "Rossz fejlécadatok" msgid "Connection failed" msgstr "Sikertelen kapcsolódás" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" @@ -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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+0200\n" "PO-Revision-Date: 2015-04-07 16:51+0100\n" "Last-Translator: Milo Casagrande <milo@milo.name>\n" "Language-Team: Italian <tp@lists.linux.it>\n" @@ -3529,7 +3529,7 @@ msgstr "Header dati non corretto" msgid "Connection failed" msgstr "Connessione non riuscita" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" @@ -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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3527,7 +3527,7 @@ msgstr "不正なヘッダです" msgid "Connection failed" msgstr "接続失敗" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3397,7 +3397,7 @@ msgstr "ទិន្នន័យបឋមកថាខូច" msgid "Connection failed" msgstr "ការតភ្ជាប់បានបរាជ័យ" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3410,7 +3410,7 @@ msgstr "헤더 데이터가 잘못되었습니다" msgid "Connection failed" msgstr "연결이 실패했습니다" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" @@ -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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3297,7 +3297,7 @@ msgstr "" msgid "Connection failed" msgstr "Girêdan pêk nehatiye" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" @@ -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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3395,7 +3395,7 @@ msgstr "" msgid "Connection failed" msgstr "Prisijungti nepavyko" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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 " @@ -3395,7 +3395,7 @@ msgstr "चुकीचा शीर्षक डाटा" msgid "Connection failed" msgstr "जोडणी अयशस्वी" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+0200\n" "PO-Revision-Date: 2016-06-11 22:38+0200\n" "Last-Translator: Petter Reinholdtsen <pere@hungry.com>\n" "Language-Team: Norwegian Bokmål <i18n-no@lister.ping.uio.no>\n" @@ -3463,7 +3463,7 @@ msgstr "Ødelagte hodedata" msgid "Connection failed" msgstr "Forbindelsen mislykkes" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3395,7 +3395,7 @@ msgstr "खराब हेडर डेटा" msgid "Connection failed" msgstr "जडान असफल भयो" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" @@ -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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3408,7 +3408,7 @@ msgstr "ydelagde hovuddata" msgid "Connection failed" msgstr "Sambandet mislukkast" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" @@ -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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3521,7 +3521,7 @@ msgstr "Błędne dane nagłówka" msgid "Connection failed" msgstr "Połączenie nie powiodło się" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3500,7 +3500,7 @@ msgstr "Dados de cabeçalho errados" msgid "Connection failed" msgstr "A ligação falhou" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index 0f7ec4c6a..d7987d9b5 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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." @@ -3435,7 +3435,7 @@ msgstr "Dados de cabeçalho ruins" msgid "Connection failed" msgstr "Conexão falhou" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3444,7 +3444,7 @@ msgstr "Antet de date necorespunzător" msgid "Connection failed" msgstr "Conectare eșuată" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.2.12\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+0200\n" "PO-Revision-Date: 2017-07-01 16:05+0300\n" "Last-Translator: Aleksej Shilin <rootlexx@mail.ru>\n" "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n" @@ -3569,7 +3569,7 @@ msgstr "Неверный заголовок данных" msgid "Connection failed" msgstr "Соединение разорвано" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3464,7 +3464,7 @@ msgstr "Zlé dátové záhlavie" msgid "Connection failed" msgstr "Spojenie zlyhalo" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" @@ -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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3471,7 +3471,7 @@ msgstr "Napačni podatki glave" msgid "Connection failed" msgstr "Povezava ni uspela" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3494,7 +3494,7 @@ msgstr "Felaktiga data i huvud" msgid "Connection failed" msgstr "Anslutningen misslyckades" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" @@ -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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3389,7 +3389,7 @@ msgstr "ข้อมูลส่วนหัวผิดพลาด" msgid "Connection failed" msgstr "เชื่อมต่อไม่สำเร็จ" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3429,7 +3429,7 @@ msgstr "Maling datos sa panimula" msgid "Connection failed" msgstr "Bigo ang koneksyon" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" @@ -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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+0200\n" "PO-Revision-Date: 2016-09-24 03:24+0300\n" "Last-Translator: Mert Dirik <mertdirik@gmail.com>\n" "Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n" @@ -3531,7 +3531,7 @@ msgstr "Kötü başlık verisi" msgid "Connection failed" msgstr "Bağlantı başarısız" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3522,7 +3522,7 @@ msgstr "Погана заголовкова інформація" msgid "Connection failed" msgstr "З'єднання не вдалося" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" 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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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" @@ -3493,7 +3493,7 @@ msgstr "Dữ liệu phần đầu sai" msgid "Connection failed" msgstr "Kết nối bị lỗi" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 1985e364c..db6f1dda3 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.5.x\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+0200\n" "PO-Revision-Date: 2017-10-08 11:00+0000\n" "Last-Translator: Mo Zhou <cdluminate@gmail.com>\n" "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n" @@ -3392,7 +3392,7 @@ msgstr "错误的报头数据" msgid "Connection failed" msgstr "连接失败" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "文件尺寸不符(%llu != %llu)。您使用的镜像正在同步中?" diff --git a/po/zh_TW.po b/po/zh_TW.po index 96a14e6d2..1d90b202e 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10,7 +10,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: 2017-09-24 17:54+0200\n" +"POT-Creation-Date: 2017-10-22 23:49+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." @@ -3376,7 +3376,7 @@ msgstr "錯誤的標頭資料" msgid "Connection failed" msgstr "連線失敗" -#: methods/basehttp.cc methods/curl.cc methods/ftp.cc methods/http.cc +#: methods/basehttp.cc methods/ftp.cc methods/http.cc #, c-format msgid "File has unexpected size (%llu != %llu). Mirror sync in progress?" msgstr "" |