summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2016-01-08 21:42:06 +0100
committerJulian Andres Klode <jak@debian.org>2016-01-08 21:45:31 +0100
commit68e07cd093da75f42a240343c6f707da185fb33b (patch)
tree7a8d3238f251dd96b33d9e060af9c3d48d962cae
parent79adeafe8c7459787506a32735d3dba363230104 (diff)
Release 1.2~exp11.2_exp1
-rw-r--r--configure.ac2
-rw-r--r--debian/NEWS2
-rw-r--r--debian/changelog50
-rw-r--r--doc/apt-verbatim.ent2
-rw-r--r--doc/po/apt-doc.pot4
-rw-r--r--doc/po/de.po2
-rw-r--r--doc/po/es.po2
-rw-r--r--doc/po/fr.po2
-rw-r--r--doc/po/it.po2
-rw-r--r--doc/po/ja.po2
-rw-r--r--doc/po/nl.po2
-rw-r--r--doc/po/pl.po2
-rw-r--r--doc/po/pt.po2
-rw-r--r--doc/po/pt_BR.po2
-rw-r--r--po/apt-all.pot33
-rw-r--r--po/ar.po31
-rw-r--r--po/ast.po31
-rw-r--r--po/bg.po31
-rw-r--r--po/bs.po31
-rw-r--r--po/ca.po31
-rw-r--r--po/cs.po31
-rw-r--r--po/cy.po31
-rw-r--r--po/da.po31
-rw-r--r--po/de.po31
-rw-r--r--po/dz.po31
-rw-r--r--po/el.po31
-rw-r--r--po/es.po31
-rw-r--r--po/eu.po31
-rw-r--r--po/fi.po31
-rw-r--r--po/fr.po31
-rw-r--r--po/gl.po31
-rw-r--r--po/hu.po31
-rw-r--r--po/it.po31
-rw-r--r--po/ja.po31
-rw-r--r--po/km.po31
-rw-r--r--po/ko.po31
-rw-r--r--po/ku.po31
-rw-r--r--po/lt.po31
-rw-r--r--po/mr.po31
-rw-r--r--po/nb.po31
-rw-r--r--po/ne.po31
-rw-r--r--po/nl.po31
-rw-r--r--po/nn.po31
-rw-r--r--po/pl.po31
-rw-r--r--po/pt.po31
-rw-r--r--po/pt_BR.po31
-rw-r--r--po/ro.po31
-rw-r--r--po/ru.po31
-rw-r--r--po/sk.po31
-rw-r--r--po/sl.po31
-rw-r--r--po/sv.po31
-rw-r--r--po/th.po31
-rw-r--r--po/tl.po31
-rw-r--r--po/tr.po31
-rw-r--r--po/uk.po31
-rw-r--r--po/vi.po31
-rw-r--r--po/zh_CN.po31
-rw-r--r--po/zh_TW.po31
58 files changed, 857 insertions, 587 deletions
diff --git a/configure.ac b/configure.ac
index 5c49a1094..f7aff97ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AC_CONFIG_AUX_DIR(buildlib)
AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
PACKAGE="apt"
-PACKAGE_VERSION="1.1.10"
+PACKAGE_VERSION="1.2~exp1"
PACKAGE_MAIL="APT Development Team <deity@lists.debian.org>"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"$PACKAGE_VERSION")
diff --git a/debian/NEWS b/debian/NEWS
index 003258e2d..3bebbfa19 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,4 +1,4 @@
-apt (1.2) unstable; urgency=medium
+apt (1.2~exp1) experimental; urgency=medium
[ Automatic removal of debs after install ]
After packages are successfully installed by apt(1),
diff --git a/debian/changelog b/debian/changelog
index a29ed30f4..efd089764 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,53 @@
+apt (1.2~exp1) experimental; urgency=medium
+
+ [ Beatrice Torracca ]
+ * Italian manpages translation update (Closes: 809522)
+
+ [ David Kalnischkies ]
+ * add optional support for comments in pkgTagFile
+ * support comments in debian/control parsing (Closes: 806775)
+ * properly parse comments in apt_preferences and deb822-style sources
+ * include all compressed Packages/Sources files in Release file
+ * use one 'store' method to rule all (de)compressors
+ * ensure compression cleanup even without lists-cleanup
+ * allow pdiff bootstrap from all supported compressors
+ * keep compressed indexes in a low-cost format
+ * support '-' and no parameter for stdin in apt-helper cat-file
+ * tests: limit autotest-functionname generation to sane characters
+ * use filesize of compressed pdiffs for the limit if possible
+ * remove uncompressed leftover partial file before pdiff bootstrap
+
+ [ Michael Vogt ]
+ * Add support for APT::Periodic::CleanInterval.
+ Thanks to Martin-Éric Racine
+ * Add bash-completion support for the "apt" command (Closes: #747094)
+ * Add new APT::Keep-Downloaded-Packages option (Closes: #160743)
+
+ [ Julian Andres Klode ]
+ * Change compressor costs to be 100 apart
+ * apt-cache: stats: Average is over used, not all, buckets
+ * Increase APT::Cache-HashTableSize default to 50503
+ * travis: pull liblz4-dev from wily
+ * FileFd: (native) LZ4 support
+ * apt-helper: cat-file: Add -C/--compress option
+ * CopyFile: Use 64 * 1024 instead of 64000 as buffer size
+ * acquire: Allow parallelizing methods without hosts
+ * rred: Run in parallel
+ * Introduce internal APT::StringView class
+ * Switch performance critical code to use APT::StringView
+ * pkgCacheGenerator::StoreString: Get rid of std::string
+ * pkgCacheGenerator: CurMd5.Value() cannot be empty
+ * AvailableDescriptionLanguages: Use one string for all iterations
+ * NEWS: Document recompression of indices
+ * Store the size of strings in the cache
+ * libapt-pkg5.0: Add Breaks appstream (<< 0.9.0-3~)
+
+ [ Helmut Grohne ]
+ * Allow building without libgtest-dev under <nocheck> build profile
+ (Closes: #809726)
+
+ -- Julian Andres Klode <jak@debian.org> Fri, 08 Jan 2016 21:41:10 +0100
+
apt (1.1.10) unstable; urgency=medium
[ David Kalnischkies ]
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent
index 418dab1f4..31c25b9b3 100644
--- a/doc/apt-verbatim.ent
+++ b/doc/apt-verbatim.ent
@@ -237,7 +237,7 @@
">
<!-- this will be updated by 'prepare-release' -->
-<!ENTITY apt-product-version "1.1.10">
+<!ENTITY apt-product-version "1.2~exp1">
<!-- (Code)names for various things used all over the place -->
<!ENTITY oldstable-codename "wheezy">
diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot
index 0276c5d3c..b4d9722c9 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.1.10\n"
+"Project-Id-Version: apt-doc 1.2~exp1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/doc/po/de.po b/doc/po/de.po
index b3d73b113..bb370e716 100644
--- a/doc/po/de.po
+++ b/doc/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.8\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2014-09-14 14:46+0200\n"
"Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
diff --git a/doc/po/es.po b/doc/po/es.po
index b26884ab1..e30d49419 100644
--- a/doc/po/es.po
+++ b/doc/po/es.po
@@ -38,7 +38,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2014-07-04 01:31+0200\n"
"Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
diff --git a/doc/po/fr.po b/doc/po/fr.po
index 09bb52aa2..2a36ba2ff 100644
--- a/doc/po/fr.po
+++ b/doc/po/fr.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2014-11-15 17:26+0100\n"
"Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
diff --git a/doc/po/it.po b/doc/po/it.po
index 6a14bdc6c..b6ddbdaea 100644
--- a/doc/po/it.po
+++ b/doc/po/it.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-01-02 13:58+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2015-12-27 21:26+0200\n"
"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
diff --git a/doc/po/ja.po b/doc/po/ja.po
index 4edd15fc3..87a7f3cd1 100644
--- a/doc/po/ja.po
+++ b/doc/po/ja.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.6\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2014-07-10 19:52+0900\n"
"Last-Translator: KURASAWA Nozomu <nabetaro@debian.or.jp>\n"
"Language-Team: Debian Japanese List <debian-japanese@lists.debian.org>\n"
diff --git a/doc/po/nl.po b/doc/po/nl.po
index 4efab47bb..79c9af12d 100644
--- a/doc/po/nl.po
+++ b/doc/po/nl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.10.1-nl\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2015-10-17 13:21+0200\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
diff --git a/doc/po/pl.po b/doc/po/pl.po
index a3ea0d557..82f62ab51 100644
--- a/doc/po/pl.po
+++ b/doc/po/pl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2014-07-04 02:13+0200\n"
"Last-Translator: Robert Luberda <robert@debian.org>\n"
"Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n"
diff --git a/doc/po/pt.po b/doc/po/pt.po
index c25a0dce7..ddf5e10d9 100644
--- a/doc/po/pt.po
+++ b/doc/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.7\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2014-08-29 00:34+0100\n"
"Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po
index d9df0ad4c..d0a24e5bf 100644
--- a/doc/po/pt_BR.po
+++ b/doc/po/pt_BR.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2004-09-20 17:02+0000\n"
"Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
"Language-Team: <debian-l10n-portuguese@lists.debian.org>\n"
diff --git a/po/apt-all.pot b/po/apt-all.pot
index c26cffc5e..453de6fac 100644
--- a/po/apt-all.pot
+++ b/po/apt-all.pot
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: apt 1.1.10\n"
+"Project-Id-Version: apt 1.2~exp1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1489,11 +1489,11 @@ msgstr ""
msgid "Unable to connect to %s:%s:"
msgstr ""
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr ""
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr ""
@@ -1681,10 +1681,6 @@ msgid ""
"available:\n"
msgstr ""
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr ""
@@ -1752,6 +1748,12 @@ msgstr ""
msgid "[Mirror: %s]"
msgstr ""
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr ""
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr ""
@@ -1807,6 +1809,10 @@ msgstr ""
msgid "Internal error"
msgstr ""
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr ""
@@ -1980,11 +1986,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr ""
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr ""
-
#: ftparchive/cachedb.cc
msgid "Failed to read .dsc"
msgstr ""
@@ -2110,7 +2111,7 @@ msgstr ""
msgid " DeLink %s [%s]\n"
msgstr ""
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr ""
@@ -2858,6 +2859,10 @@ msgid "Problem closing the gzip file %s"
msgstr ""
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr ""
diff --git a/po/ar.po b/po/ar.po
index 231181877..5c939328d 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1536,11 +1536,11 @@ msgstr ""
msgid "Unable to connect to %s:%s:"
msgstr "تعذر الاتصال بـ%s %s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "فشيل تنفيذ stat"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "فشل تعيين وقت التعديل"
@@ -1730,10 +1730,6 @@ msgid ""
"available:\n"
msgstr ""
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "خطأ في الكتابة إلى الملف"
@@ -1801,6 +1797,12 @@ msgstr "فشل إغلاق الملف %s"
msgid "[Mirror: %s]"
msgstr ""
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr ""
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr ""
@@ -1856,6 +1858,10 @@ msgstr ""
msgid "Internal error"
msgstr "خطأ داخلي"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "إعداد افتراضيّ سيّء!"
@@ -2032,11 +2038,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "تعذر فتح ملف قاعدة البيانات %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr ""
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2163,7 +2164,7 @@ msgstr "فشل فتح %s"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr ""
@@ -2916,6 +2917,10 @@ msgid "Problem closing the gzip file %s"
msgstr "مشكلة في إغلاق الملف"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr ""
diff --git a/po/ast.po b/po/ast.po
index 753060cab..b3c7ddcf6 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.7.18\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1575,11 +1575,11 @@ msgstr "Daqué raro asocedió resolviendo '%s:%s' (%i - %s)"
msgid "Unable to connect to %s:%s:"
msgstr "Nun pudo coneutase a %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Falló al lleer"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Nun se pudo afitar la hora de modificación"
@@ -1773,10 +1773,6 @@ msgstr ""
"Les robles siguientes nun pudieron verificase porque la to llave pública nun "
"ta a mano:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Fallu al escribir nel ficheru"
@@ -1844,6 +1840,12 @@ msgstr "Nun s'alcontró ficheru espeyu '%s'"
msgid "[Mirror: %s]"
msgstr "[Espeyu: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Nun pudo lleese %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Falló criar un tubu IPC al soprocesu"
@@ -1899,6 +1901,10 @@ msgstr ""
msgid "Internal error"
msgstr "Fallu internu"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "¡Mal axuste por omisión!"
@@ -2143,11 +2149,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Nun pudo abrise'l ficheru de BD %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Nun pudo lleese %s"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2274,7 +2275,7 @@ msgstr "Nun pudo abrise %s"
msgid " DeLink %s [%s]\n"
msgstr " Desenllazar %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Nun pudo lleese l'enllaz %s"
@@ -3051,6 +3052,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Problemes zarrando'l ficheru gzip %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Nun pudo criase'l soprocesu IPC"
diff --git a/po/bg.po b/po/bg.po
index 94dadf7be..b9489ef47 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.7.21\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1595,11 +1595,11 @@ msgstr "Нещо лошо се случи при намирането на IP а
msgid "Unable to connect to %s:%s:"
msgstr "Неуспех при свързване с %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Неуспех при получаването на атрибути"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Неуспех при задаването на време на промяна"
@@ -1797,10 +1797,6 @@ msgstr ""
"Следните подписи не можаха да бъдат проверени, защото публичния ключ не е "
"наличен:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "Празни файлове не могат да бъдат валидни архиви"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Грешка при записа на файла"
@@ -1868,6 +1864,12 @@ msgstr "Грешка при четене файла „%s“ от огледал
msgid "[Mirror: %s]"
msgstr "[Огледален сървър: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Грешка при получаването на атрибути за %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Неуспех при създаването на IPC pipe към подпроцеса"
@@ -1923,6 +1925,10 @@ msgstr ""
msgid "Internal error"
msgstr "Вътрешна грешка"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "Празни файлове не могат да бъдат валидни архиви"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Лоша стандартна настройка!"
@@ -2168,11 +2174,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Неуспех при отварянето на файл %s от БД: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Грешка при получаването на атрибути за %s"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2299,7 +2300,7 @@ msgstr "Неуспех при отварянето на %s"
msgid " DeLink %s [%s]\n"
msgstr "DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Неуспех при прочитането на връзка %s"
@@ -3086,6 +3087,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Проблем при затваряне на компресираният файл %s (gzip)"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Неуспех при създаването на подпроцес IPC"
diff --git a/po/bs.po b/po/bs.po
index 510635586..d777650c8 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2004-05-06 15:25+0100\n"
"Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n"
"Language-Team: Bosnian <lokal@lugbih.org>\n"
@@ -1520,11 +1520,11 @@ msgstr ""
msgid "Unable to connect to %s:%s:"
msgstr "Ne mogu se povezati sa %s %s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr ""
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr ""
@@ -1714,10 +1714,6 @@ msgid ""
"available:\n"
msgstr ""
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr ""
@@ -1785,6 +1781,12 @@ msgstr "Ne mogu otvoriti %s"
msgid "[Mirror: %s]"
msgstr ""
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr ""
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr ""
@@ -1840,6 +1842,10 @@ msgstr ""
msgid "Internal error"
msgstr "Unutrašnja greška"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Loša podrazumjevana postavka!"
@@ -2015,11 +2021,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Ne mogu otvoriti DB datoteku %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr ""
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2146,7 +2147,7 @@ msgstr "Ne mogu otvoriti %s"
msgid " DeLink %s [%s]\n"
msgstr ""
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr ""
@@ -2898,6 +2899,10 @@ msgid "Problem closing the gzip file %s"
msgstr ""
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr ""
diff --git a/po/ca.po b/po/ca.po
index 6f1552d75..37272d862 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.9.7.6\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2012-10-19 13:30+0200\n"
"Last-Translator: Jordi Mallach <jordi@debian.org>\n"
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@@ -1597,11 +1597,11 @@ msgstr "Ha passat alguna cosa estranya en resoldre «%s:%s» (%i - %s)"
msgid "Unable to connect to %s:%s:"
msgstr "No es pot connectar amb %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "L'estat ha fallat"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "No s'ha pogut establir el temps de modificació"
@@ -1798,10 +1798,6 @@ msgstr ""
"Les signatures següents no s'han pogut verificar perquè la clau pública no "
"està disponible:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "Els fitxers buits no poden ser arxius vàlids"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "S'ha produït un error en escriure al fitxer"
@@ -1870,6 +1866,12 @@ msgstr "No es pot llegir el fitxer rèplica «%s»"
msgid "[Mirror: %s]"
msgstr "[Rèplica: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "No es pot determinar l'estat de %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "No s'ha pogut crear el conducte IPC al subprocés"
@@ -1925,6 +1927,10 @@ msgstr ""
msgid "Internal error"
msgstr "Error intern"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "Els fitxers buits no poden ser arxius vàlids"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Paràmetre per defecte incorrecte!"
@@ -2167,11 +2173,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "No es pot obrir el fitxer de DB %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "No es pot determinar l'estat de %s"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2298,7 +2299,7 @@ msgstr "No s'ha pogut obrir %s"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "No s'ha pogut llegir l'enllaç %s"
@@ -3090,6 +3091,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Ha hagut un problema en tancar el fitxer gzip %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "No s'ha pogut crear el subprocés IPC"
diff --git a/po/cs.po b/po/cs.po
index 40cf23407..8a2938141 100644
--- a/po/cs.po
+++ b/po/cs.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: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2015-08-29 15:24+0200\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
@@ -1587,11 +1587,11 @@ msgstr "Něco hodně ošklivého se přihodilo při překladu „%s:%s“ (%i -
msgid "Unable to connect to %s:%s:"
msgstr "Nelze se připojit k %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Selhalo vyhodnocení"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Nelze nastavit čas modifikace"
@@ -1785,10 +1785,6 @@ msgstr ""
"Následující podpisy nemohly být ověřeny, protože není dostupný veřejný "
"klíč:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "Prázdné soubory nejsou platnými archivy"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Chyba zápisu do souboru"
@@ -1856,6 +1852,12 @@ msgstr "V souboru se zrcadly „%s“ nebyl nalezen žádný záznam"
msgid "[Mirror: %s]"
msgstr "[Zrcadlo: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Nelze vyhodnotit %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Selhalo vytvoření meziprocesové roury k podprocesu"
@@ -1913,6 +1915,10 @@ msgstr ""
msgid "Internal error"
msgstr "Vnitřní chyba"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "Prázdné soubory nejsou platnými archivy"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Chybné standardní nastavení!"
@@ -2147,11 +2153,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Nelze otevřít DB soubor %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Nelze vyhodnotit %s"
-
#: ftparchive/cachedb.cc
msgid "Failed to read .dsc"
msgstr "Nelze přečíst .dsc"
@@ -2277,7 +2278,7 @@ msgstr "Nelze otevřít %s"
msgid " DeLink %s [%s]\n"
msgstr "Odlinkování %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Nelze přečíst link %s"
@@ -3055,6 +3056,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Problém při zavírání gzip souboru %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Nelze vytvořit podproces IPC"
diff --git a/po/cy.po b/po/cy.po
index 25910b9f4..c6198b1dc 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1600,11 +1600,11 @@ msgstr "Digwyddodd rhywbweth hyll wrth ddatrys '%s:%s' (%i)"
msgid "Unable to connect to %s:%s:"
msgstr "Methwyd cysylltu i %s %s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Methwyd stat()"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Methwyd gosod amser newid"
@@ -1799,10 +1799,6 @@ msgid ""
"available:\n"
msgstr ""
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Gwall wrth ysgrifennu at y ffeil"
@@ -1871,6 +1867,12 @@ msgstr "Methwyd agor ffeil %s"
msgid "[Mirror: %s]"
msgstr ""
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Methodd stat() o %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Methwyd creu pibell cyfathrebu at isbroses"
@@ -1931,6 +1933,10 @@ msgstr ""
msgid "Internal error"
msgstr "Gwall mewnol"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Rhagosodiad gwael!"
@@ -2175,11 +2181,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Ni ellir agor y ffeil DB2 %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Methodd stat() o %s"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2308,7 +2309,7 @@ msgstr "Methwyd agor %s"
msgid " DeLink %s [%s]\n"
msgstr " DatGysylltu %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Methwyd darllen y cyswllt %s"
@@ -3086,6 +3087,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Gwall wrth gau'r ffeil"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Methwyd creu isbroses IPC"
diff --git a/po/da.po b/po/da.po
index 4265bac3b..ea6b037ea 100644
--- a/po/da.po
+++ b/po/da.po
@@ -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: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2014-07-06 23:51+0200\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -1595,11 +1595,11 @@ msgstr "Der skete noget underligt under opløsning af »%s:%s« (%i - %s)"
msgid "Unable to connect to %s:%s:"
msgstr "Kunne ikke forbinde til %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Kunne ikke finde"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Kunne ikke angive ændringstidspunkt"
@@ -1796,10 +1796,6 @@ msgstr ""
"Følgende signaturer kunne ikke verificeret, da den offentlige nøgle ikke er "
"tilgængelig:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "Tomme filer kan ikke være gyldige arkiver"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Fejl ved skrivning til filen"
@@ -1867,6 +1863,12 @@ msgstr "Ingen post fundet i spejlfil »%s«"
msgid "[Mirror: %s]"
msgstr "[Spejl: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Kunne ikke finde %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Kunne ikke oprette IPC-videreførsel til underproces"
@@ -1923,6 +1925,10 @@ msgstr ""
msgid "Internal error"
msgstr "Intern fejl"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "Tomme filer kan ikke være gyldige arkiver"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Ugyldig standardindstilling!"
@@ -2165,11 +2171,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Kunne ikke åbne DB-filen %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Kunne ikke finde %s"
-
#: ftparchive/cachedb.cc
msgid "Failed to read .dsc"
msgstr "Kunne ikke læse .dsc"
@@ -2295,7 +2296,7 @@ msgstr "Kunne ikke åbne %s"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Kunne ikke »readlink« %s"
@@ -3068,6 +3069,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Problem under lukning af gzip-filen %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Kunne ikke oprette underproces IPC"
diff --git a/po/de.po b/po/de.po
index cfd57b395..6cb97535e 100644
--- a/po/de.po
+++ b/po/de.po
@@ -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: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1642,11 +1642,11 @@ msgid "Unable to connect to %s:%s:"
msgstr "Verbindung mit %s:%s nicht möglich:"
# looks like someone hardcoded English grammar
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Abfrage mit »stat« fehlgeschlagen"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Änderungszeitpunkt kann nicht gesetzt werden."
@@ -1847,10 +1847,6 @@ msgstr ""
"öffentlicher\n"
"Schlüssel nicht verfügbar ist:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "Leere Dateien können kein gültiges Archiv sein."
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Fehler beim Schreiben der Datei"
@@ -1920,6 +1916,12 @@ msgstr "Kein Eintrag in Spiegeldatei »%s« gefunden"
msgid "[Mirror: %s]"
msgstr "[Spiegelserver: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "%s mit »stat« abfragen fehlgeschlagen"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr ""
@@ -1979,6 +1981,10 @@ msgstr ""
msgid "Internal error"
msgstr "Interner Fehler"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "Leere Dateien können kein gültiges Archiv sein."
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Fehlerhafte Voreinstellung!"
@@ -2229,11 +2235,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Datenbankdatei %s kann nicht geöffnet werden: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "%s mit »stat« abfragen fehlgeschlagen"
-
#: ftparchive/cachedb.cc
msgid "Failed to read .dsc"
msgstr "Lesen von .dsc fehlgeschlagen"
@@ -2359,7 +2360,7 @@ msgstr "Öffnen von %s fehlgeschlagen"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "readlink von %s fehlgeschlagen"
@@ -3156,6 +3157,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Problem beim Schließen der gzip-Datei %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr ""
"Interprozesskommunikation mit Unterprozess konnte nicht aufgebaut werden."
diff --git a/po/dz.po b/po/dz.po
index c6559d4da..56b419fd3 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -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: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1570,11 +1570,11 @@ msgstr "'%s:%s' (%i)་མོས་མཐུན་འབདཝ་ད་ངན་
msgid "Unable to connect to %s:%s:"
msgstr "%s %s:ལུ་མཐུད་མ་ཚུགས།"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "ངོ་བཤུས་འབད་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོད།"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "ཆུ་ཚོད་ལེགས་བཅོས་གཞི་སྒྲིག་འབཐ་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོད།"
@@ -1770,10 +1770,6 @@ msgid ""
msgstr ""
"འོག་གི་མིང་རྟགས་ཚུ་བདེན་སྦྱོར་་འབད་མ་ཚུགས་ག་ཅི་སྦེ་ཟེར་བ་ཅིན་མི་དམང་ལྡེ་མིག་དེ་འཐོབ་མི་ཚུགས་པས:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "ཡིག་སྣོད་འདི་ལུ་འབྲིཝ་ད་འཛོལ་བ།"
@@ -1841,6 +1837,12 @@ msgstr "%s་ཡིག་སྣོད་འདི་ཁ་ཕྱེ་མ་ཚ
msgid "[Mirror: %s]"
msgstr ""
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "%s་སིཊེཊི་འབད་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོདཔ།"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "ཡན་ལག་ལས་སྦྱོར་ལུ་ཨའི་པི་སི་རྒྱུད་དུང་གསར་བསྐྲུན་འབད་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོདཔ།"
@@ -1896,6 +1898,10 @@ msgstr ""
msgid "Internal error"
msgstr "ནང་འཁོད་འཛོལ་བ།"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "སྔོན་སྒྲིག་བྱང་ཉེས་གཞི་སྒྲིག་འབད་དོ་!"
@@ -2143,11 +2149,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "%s: %s་ཌི་བི་ཡིག་སྣོད་འདི་ཁ་ཕྱེ་མ་ཚུགས།"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "%s་སིཊེཊི་འབད་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོདཔ།"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2274,7 +2275,7 @@ msgstr "%s་ག་ཕྱེ་ནི་ལུ་འཐུས་ཤོར་བ
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "%s་འབྲེལ་ལམ་ལྷག་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོདཔ།"
@@ -3036,6 +3037,10 @@ msgid "Problem closing the gzip file %s"
msgstr "ཡིག་སྣོད་འདི་ཁ་བསྡམས་པའི་བསྒང་དཀའ་ངལ།"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "ཡན་ལག་ལས་སྦྱོར་ ཨའི་པི་སི་ གསར་བསྐྲུན་འབད་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོད།"
diff --git a/po/el.po b/po/el.po
index 396f6e370..de2565723 100644
--- a/po/el.po
+++ b/po/el.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1592,11 +1592,11 @@ msgstr "Κάτι παράξενο συνέβη κατά την εύρεση το
msgid "Unable to connect to %s:%s:"
msgstr "Αδύνατη η σύνδεση στο %s %s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Αποτυχία εύρεσης της κατάστασης"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Αποτυχία ορισμού του χρόνου τροποποίησης"
@@ -1793,10 +1793,6 @@ msgstr ""
"Οι παρακάτω υπογραφές δεν ήταν δυνατόν να επαληθευτούν επειδή δεν ήταν "
"διαθέσιμο το δημόσιο κλειδί:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Σφάλμα στην εγγραφή στο αρχείο"
@@ -1865,6 +1861,12 @@ msgstr "Αδύνατο το άνοιγμα του αρχείου %s"
msgid "[Mirror: %s]"
msgstr ""
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Αποτυχία εύρεσης της κατάστασης του %s."
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Αποτυχία κατά τη δημιουργία διασωλήνωσης IPC στην υποδιεργασία"
@@ -1920,6 +1922,10 @@ msgstr ""
msgid "Internal error"
msgstr "Εσωτερικό Σφάλμα"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Κακή προκαθορισμένη ρύθμιση!"
@@ -2167,11 +2173,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Το άνοιγμά του αρχείου της βάσης %s: %s απέτυχε"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Αποτυχία εύρεσης της κατάστασης του %s."
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2298,7 +2299,7 @@ msgstr "Αποτυχία ανοίγματος του %s"
msgid " DeLink %s [%s]\n"
msgstr "Αποσύνδεση %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Αποτυχία ανάγνωσης του %s"
@@ -3070,6 +3071,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Πρόβλημα κατά το κλείσιμο του αρχείου"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Αποτυχία δημιουργίας IPC στην υποδιεργασία"
diff --git a/po/es.po b/po/es.po
index 08393f078..3aea7f8b1 100644
--- a/po/es.po
+++ b/po/es.po
@@ -33,7 +33,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: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2014-11-20 02:25+0100\n"
"Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox."
"org>\n"
@@ -1657,11 +1657,11 @@ msgstr "Algo raro pasó al resolver «%s:%s» (%i - %s)"
msgid "Unable to connect to %s:%s:"
msgstr "No se pudo conectar a %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Fallo al leer"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Fallo al establecer el tiempo de modificación"
@@ -1859,10 +1859,6 @@ msgstr ""
"Las firmas siguientes no se pudieron verificar porque su clave pública no "
"está disponible:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "Los ficheros vacíos no pueden ser archivos válidos"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Error escribiendo al archivo"
@@ -1930,6 +1926,12 @@ msgstr "No se encontró ninguna entrada en el archivo de réplica «%s»"
msgid "[Mirror: %s]"
msgstr "[Réplica: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Fallo al leer %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Fallo al crear una tubería IPC para el subproceso"
@@ -1985,6 +1987,10 @@ msgstr ""
msgid "Internal error"
msgstr "Error interno"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "Los ficheros vacíos no pueden ser archivos válidos"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "¡Parámetro predeterminado incorrecto!"
@@ -2234,11 +2240,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "No se pudo abrir el archivo DB %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Fallo al leer %s"
-
#: ftparchive/cachedb.cc
msgid "Failed to read .dsc"
msgstr "No se pudo leer el enlace %s"
@@ -2364,7 +2365,7 @@ msgstr "No se pudo abrir %s"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "No se pudo leer el enlace %s"
@@ -3163,6 +3164,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Se produjo un problema al cerrar el fichero gzip %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "No se pudo crear el subproceso IPC"
diff --git a/po/eu.po b/po/eu.po
index a7163cf93..00802c6bc 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1575,11 +1575,11 @@ msgstr "Zerbait arraroa pasatu da '%s:%s' (%i) ebaztean"
msgid "Unable to connect to %s:%s:"
msgstr "Ezin da konektatu -> %s %s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Huts egin du atzitzean"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Huts egin du aldaketa ordua ezartzean"
@@ -1776,10 +1776,6 @@ msgstr ""
"Ondorengo sinadurak ezin dira egiaztatu gako publikoa ez bait dago "
"eskuragarri:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Errorea fitxategian idaztean"
@@ -1847,6 +1843,12 @@ msgstr "%s fitxategia ezin izan da ireki"
msgid "[Mirror: %s]"
msgstr ""
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Huts egin du %s(e)tik datuak lortzean"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Huts egin du azpiprozesuarentzako IPC kanalizazio bat sortzean"
@@ -1902,6 +1904,10 @@ msgstr ""
msgid "Internal error"
msgstr "Barne errorea"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Okerreko ezarpen lehenetsia!"
@@ -2142,11 +2148,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Ezin da ireki %s datu-base fitxategia: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Huts egin du %s(e)tik datuak lortzean"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2273,7 +2274,7 @@ msgstr "Huts egin du %s irekitzean"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Huts egin du %s esteka irakurtzean"
@@ -3038,6 +3039,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Arazoa fitxategia ixtean"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Huts egin du IPC azpiprozesua sortzean"
diff --git a/po/fi.po b/po/fi.po
index b951cb3c4..a1480e450 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1569,11 +1569,11 @@ msgstr "Jotain kenkkua tapahtui selvitettäessä \"%s: %s\" (%i)"
msgid "Unable to connect to %s:%s:"
msgstr "Ei ole mahdollista muodostaa yhteyttä %s %s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Komento stat ei toiminut"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Tiedoston muutospäivämäärää ei saatu vaihdettua"
@@ -1768,10 +1768,6 @@ msgstr ""
"Seuraavia allekirjoituksia ei voinut varmentaa koska julkista avainta ei ole "
"saatavilla:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Tapahtui virhe kirjoitettaessa tiedostoon"
@@ -1839,6 +1835,12 @@ msgstr "Tiedostoa %s ei voitu avata"
msgid "[Mirror: %s]"
msgstr ""
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Tiedostolle %s ei toimi stat"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "IPC-putken luominen aliprosessiin ei onnistunut"
@@ -1894,6 +1896,10 @@ msgstr ""
msgid "Internal error"
msgstr "Sisäinen virhe"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Oletusasetus ei kelpaa!"
@@ -2139,11 +2145,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Tietokantatiedostoa %s ei saatu avattua: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Tiedostolle %s ei toimi stat"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2270,7 +2271,7 @@ msgstr "Tiedoston %s avaaminen ei onnistunut"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "readlink %s ei onnistunut"
@@ -3031,6 +3032,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Pulmia tiedoston sulkemisessa"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Prosessien välistä kommunikaatiota aliprosessiin ei saatu luotua"
diff --git a/po/fr.po b/po/fr.po
index 51fc7f962..5acdf91a9 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -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: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1626,11 +1626,11 @@ msgstr ""
msgid "Unable to connect to %s:%s:"
msgstr "Impossible de se connecter à %s:%s :"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Impossible de statuer"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Impossible de modifier l'heure "
@@ -1830,10 +1830,6 @@ msgstr ""
"Les signatures suivantes n'ont pas pu être vérifiées car la clé publique "
"n'est pas disponible :\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "Les fichiers vides ne peuvent être des archives valables"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Erreur d'écriture sur le fichier"
@@ -1901,6 +1897,12 @@ msgstr "Pas d'entrée trouvée dans le fichier de miroir « %s »."
msgid "[Mirror: %s]"
msgstr "[Miroir : %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Impossible de statuer %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Impossible de créer le tube IPC sur le sous-processus"
@@ -1956,6 +1958,10 @@ msgstr ""
msgid "Internal error"
msgstr "Erreur interne"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "Les fichiers vides ne peuvent être des archives valables"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Mauvais paramètre par défaut !"
@@ -2206,11 +2212,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Impossible d'ouvrir le fichier de base de données %s : %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Impossible de statuer %s"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2337,7 +2338,7 @@ msgstr "Impossible d'ouvrir %s"
msgid " DeLink %s [%s]\n"
msgstr " Délier %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Impossible de lire le lien %s"
@@ -3143,6 +3144,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Problème de fermeture du fichier gzip %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Impossible de créer un sous-processus IPC"
diff --git a/po/gl.po b/po/gl.po
index 963531b81..470266e31 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1591,11 +1591,11 @@ msgstr "Aconteceu algo malo, buscando «%s:%s» (%i - %s)"
msgid "Unable to connect to %s:%s:"
msgstr "Non é posíbel conectar %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Non foi posíbel determinar o estado"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Non foi posíbel estabelecer a hora de modificación"
@@ -1792,10 +1792,6 @@ msgstr ""
"Non se puideron verificar as seguintes sinaturas porque a chave pública non "
"está dispoñíbel:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "Os ficheiros baleiros non poden ser arquivadores válidos"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Produciuse un erro ao escribir no ficheiro"
@@ -1864,6 +1860,12 @@ msgstr "Non é posíbel ler o ficheiro de replica «%s»"
msgid "[Mirror: %s]"
msgstr "[Replica: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Non foi posíbel determinar o estado %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Non foi posíbel crear a canle IPC ao subproceso"
@@ -1920,6 +1922,10 @@ msgstr ""
msgid "Internal error"
msgstr "Produciuse un erro interno"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "Os ficheiros baleiros non poden ser arquivadores válidos"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Configuración predeterminada incorrecta!"
@@ -2164,11 +2170,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Non é posíbel abrir o ficheiro de base de datos %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Non foi posíbel determinar o estado %s"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2295,7 +2296,7 @@ msgstr "Non foi posíbel abrir %s"
msgid " DeLink %s [%s]\n"
msgstr " DesLig %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Non foi posíbel ler a ligazón %s"
@@ -3084,6 +3085,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Produciuse un problema ao pechar o arquivo gzip %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Non foi posíbel crear o IPC do subproceso"
diff --git a/po/hu.po b/po/hu.po
index 5fb935c62..9aa0628c6 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2012-06-25 17:09+0200\n"
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <gnome-hu-list@gnome.org>\n"
@@ -1590,11 +1590,11 @@ msgstr "Hiba történt „%s:%s” feloldásakor (%i - %s)"
msgid "Unable to connect to %s:%s:"
msgstr "Nem lehet csatlakozni ehhez: %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Nem érhető el"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "A módosítási idő beállítása sikertelen"
@@ -1791,10 +1791,6 @@ msgstr ""
"Az alábbi aláírások nem ellenőrizhetők, mert a nyilvános kulcs nem érhető "
"el:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "Az üres fájlok biztosan nem érvényes csomagok"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Hiba a fájl írásakor"
@@ -1862,6 +1858,12 @@ msgstr "A(z) „%s” tükörfájl nem olvasható"
msgid "[Mirror: %s]"
msgstr "[Tükör: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "%s elérése sikertelen"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Nem sikerült IPC-adatcsatornát létrehozni az alfolyamathoz"
@@ -1917,6 +1919,10 @@ msgstr ""
msgid "Internal error"
msgstr "Belső hiba"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "Az üres fájlok biztosan nem érvényes csomagok"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Hibás alapértelmezett beállítás!"
@@ -2159,11 +2165,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "A(z) %s DB fájlt nem lehet megnyitni: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "%s elérése sikertelen"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2290,7 +2291,7 @@ msgstr "%s megnyitása sikertelen"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "readlink nem hajtható végre erre: %s"
@@ -3075,6 +3076,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Hiba a(z) %s gzip fájl bezárásakor"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Nem sikerült az alfolyamat IPC-t létrehozni"
diff --git a/po/it.po b/po/it.po
index 27e39ef3e..8061f3072 100644
--- a/po/it.po
+++ b/po/it.po
@@ -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: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1616,11 +1616,11 @@ msgstr ""
msgid "Unable to connect to %s:%s:"
msgstr "Impossibile connettersi a %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Esecuzione di stat non riuscita"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Impostazione della data di modifica non riuscita"
@@ -1820,10 +1820,6 @@ msgstr ""
"Le seguenti firme non sono state verificate perché la chiave pubblica non è "
"disponibile:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "File vuoti non possono essere archivi validi"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Errore nello scrivere sul file"
@@ -1891,6 +1887,12 @@ msgstr "Nessuna voce trovata nel file mirror \"%s\""
msgid "[Mirror: %s]"
msgstr "[Mirror: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Impossibile eseguire stat su %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Creazione di una pipe IPC verso il sottoprocesso non riuscita"
@@ -1946,6 +1948,10 @@ msgstr ""
msgid "Internal error"
msgstr "Errore interno"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "File vuoti non possono essere archivi validi"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Impostazione predefinita errata."
@@ -2190,11 +2196,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Impossibile aprire il file del database %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Impossibile eseguire stat su %s"
-
#: ftparchive/cachedb.cc
msgid "Failed to read .dsc"
msgstr "Lettura di .dsc non riuscita"
@@ -2323,7 +2324,7 @@ msgstr "Apertura di %s non riuscita"
msgid " DeLink %s [%s]\n"
msgstr " Delink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Esecuzione di readlink su %s non riuscita"
@@ -3125,6 +3126,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Si è verificato un problema nel chiudere il file gzip %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Creazione di un sottoprocesso IPC non riuscita"
diff --git a/po/ja.po b/po/ja.po
index b72c67d33..31d91d43a 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.9.3\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2014-12-12 22:33+0900\n"
"Last-Translator: Kenshi Muto <kmuto@debian.org>\n"
"Language-Team: Debian Japanese List <debian-japanese@lists.debian.org>\n"
@@ -1596,11 +1596,11 @@ msgstr "'%s:%s' (%i - %s) の解決中に何か問題が起こりました"
msgid "Unable to connect to %s:%s:"
msgstr "%s:%s へ接続できません:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "状態の取得に失敗しました"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "変更時刻の設定に失敗しました"
@@ -1794,10 +1794,6 @@ msgid ""
"available:\n"
msgstr "公開鍵を利用できないため、以下の署名は検証できませんでした:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "空のファイルは有効なアーカイブと認められません"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "ファイルへの書き込みでエラーが発生しました"
@@ -1865,6 +1861,12 @@ msgstr "ミラーファイル '%s' のエントリが見つかりません"
msgid "[Mirror: %s]"
msgstr "[ミラー: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "%s の状態を取得するのに失敗しました"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "子プロセスへの IPC パイプの作成に失敗しました"
@@ -1920,6 +1922,10 @@ msgstr ""
msgid "Internal error"
msgstr "内部エラー"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "空のファイルは有効なアーカイブと認められません"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "不正なデフォルト設定です!"
@@ -2158,11 +2164,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "DB ファイル %s を開くことができません: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "%s の状態を取得するのに失敗しました"
-
#: ftparchive/cachedb.cc
msgid "Failed to read .dsc"
msgstr ".dsc の読み取りに失敗しました"
@@ -2288,7 +2289,7 @@ msgstr "%s のオープンに失敗しました"
msgid " DeLink %s [%s]\n"
msgstr " リンク %s [%s] を外します\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "%s のリンク読み取りに失敗しました"
@@ -3076,6 +3077,10 @@ msgid "Problem closing the gzip file %s"
msgstr "gzip ファイル %s のクローズ中に問題が発生しました"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "子プロセス IPC の生成に失敗しました"
diff --git a/po/km.po b/po/km.po
index 11fe087a8..c8349f31a 100644
--- a/po/km.po
+++ b/po/km.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1559,11 +1559,11 @@ msgstr "ការ​ដោះស្រាយ​អ្វី​អាក្រក
msgid "Unable to connect to %s:%s:"
msgstr "មិន​អាច​តភ្ជាប់​ទៅកាន់​​ %s %s ៖"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "បរាជ័យ​ក្នុងការថ្លែង"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "បរាជ័យក្នុងការកំណត់​ពេលវេលា​ការកែប្រែ​"
@@ -1753,10 +1753,6 @@ msgid ""
"available:\n"
msgstr "ហត្ថលេខា​ខាងក្រោម​មិន​អាចផ្ទៀងផ្ទាត់បាន​ទេ​ ព្រោះកូនសោ​សាធារណៈមិន​អាច​ប្រើ​បាន​ ៖\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "កំហុសក្នុងការ​សរសេរ​ទៅកាន់​ឯកសារ"
@@ -1824,6 +1820,12 @@ msgstr "មិន​អាច​បើក​ឯកសារ​ %s បានឡ
msgid "[Mirror: %s]"
msgstr ""
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "បាន​បរាជ័យ​ក្នុង​ការថ្លែង %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "បរាជ័យ​ក្នុង​ការ​បង្កើត​បំពង់​ IPC សម្រាប់​ដំណើរ​ការ​រង​"
@@ -1879,6 +1881,10 @@ msgstr ""
msgid "Internal error"
msgstr "កំហុស​ខាង​ក្នុង​"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "ការ​កំណត់​លំនាំ​ដើម​មិន​ល្អ !"
@@ -2119,11 +2125,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "មិន​អាច​បើក​ឯកសារ​ DB បានទេ %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "បាន​បរាជ័យ​ក្នុង​ការថ្លែង %s"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2250,7 +2251,7 @@ msgstr "បរាជ័យ​ក្នុង​ការ​បើក %s"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "បាន​បរាជ័យ​ក្នុង​ការ​អាន​តំណ​ %s"
@@ -3008,6 +3009,10 @@ msgid "Problem closing the gzip file %s"
msgstr "មាន​បញ្ហា​ក្នុងការ​បិទ​ឯកសារ"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "បរាជ័យ​ក្នុង​ការ​បង្កើត​ដំណើរការ​រង​ IPC"
diff --git a/po/ko.po b/po/ko.po
index ec1823707..2fbdb49d7 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1563,11 +1563,11 @@ msgstr "'%s:%s'의 주소를 알아내는데 무언가 이상한 일이 발생
msgid "Unable to connect to %s:%s:"
msgstr "%s:%s에 연결할 수 없습니다:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "파일 정보를 읽는데 실패했습니다"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "파일 변경 시각을 설정하는데 실패했습니다"
@@ -1759,10 +1759,6 @@ msgid ""
"available:\n"
msgstr "다음 서명들은 공개키가 없기 때문에 인증할 수 없습니다:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "해당 파일에 쓰는데 오류가 발생했습니다"
@@ -1830,6 +1826,12 @@ msgstr "'%s' 미러 파일이 없습니다 "
msgid "[Mirror: %s]"
msgstr "[미러 사이트: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "%s의 정보를 읽는데 실패했습니다"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "하위 프로세스에 대한 IPC 파이프를 만드는데 실패했습니다"
@@ -1885,6 +1887,10 @@ msgstr ""
msgid "Internal error"
msgstr "내부 오류"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "기본 설정이 잘못되었습니다!"
@@ -2123,11 +2129,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "DB 파일, %s 파일을 열 수 없습니다: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "%s의 정보를 읽는데 실패했습니다"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2256,7 +2257,7 @@ msgstr "%s 파일을 여는데 실패했습니다"
msgid " DeLink %s [%s]\n"
msgstr " 링크 %s [%s] 없애기\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "%s 파일에 readlink하는데 실패했습니다"
@@ -3021,6 +3022,10 @@ msgid "Problem closing the gzip file %s"
msgstr "%s gzip 파일을 닫는데 문제가 있습니다"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "하위 프로세스 IPC를 만드는데 실패했습니다"
diff --git a/po/ku.po b/po/ku.po
index 91fbf57ae..5a8298f12 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -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: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1520,12 +1520,12 @@ msgstr ""
msgid "Unable to connect to %s:%s:"
msgstr "Nikare bi %s re girêdan pêk bîne %s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
#, fuzzy
msgid "Failed to stat"
msgstr "%s venebû"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr ""
@@ -1715,10 +1715,6 @@ msgid ""
"available:\n"
msgstr ""
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Dema li pelî dihate nivîsîn çewtî"
@@ -1787,6 +1783,12 @@ msgstr "Nikarî pelê %s veke"
msgid "[Mirror: %s]"
msgstr ""
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr ""
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr ""
@@ -1842,6 +1844,10 @@ msgstr ""
msgid "Internal error"
msgstr "Çewtiya hundirîn"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr ""
@@ -2029,11 +2035,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Danegira %s nehate vekirin: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr ""
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2160,7 +2161,7 @@ msgstr "%s venebû"
msgid " DeLink %s [%s]\n"
msgstr ""
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr ""
@@ -2913,6 +2914,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Di girtina pelî de pirsgirêkek derket"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr ""
diff --git a/po/lt.po b/po/lt.po
index 3a31aa050..7273d434b 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1557,11 +1557,11 @@ msgstr ""
msgid "Unable to connect to %s:%s:"
msgstr "Nepavyko prisijungti prie %s %s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr ""
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr ""
@@ -1749,10 +1749,6 @@ msgid ""
"available:\n"
msgstr "Šių parašų nebuvo galima patikrinti, nes nėra viešojo rakto:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr ""
@@ -1820,6 +1816,12 @@ msgstr "Nepavyko atverti failo %s"
msgid "[Mirror: %s]"
msgstr ""
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Nepavyko patikrinti %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Nepavyko subprocesui sukurti IPC gijos"
@@ -1875,6 +1877,10 @@ msgstr ""
msgid "Internal error"
msgstr "Vidinė klaida"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Blogi standartiniai nustatymai!"
@@ -2126,11 +2132,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Nepavyko atverti DB failo %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Nepavyko patikrinti %s"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2257,7 +2258,7 @@ msgstr "Nepavyko atverti %s"
msgid " DeLink %s [%s]\n"
msgstr ""
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Nepavyko nuskaityti nuorodos %s"
@@ -3011,6 +3012,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Klaida užveriant failą"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Nepavyko sukurti subproceso IPC"
diff --git a/po/mr.po b/po/mr.po
index f26bf5518..86b43c944 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -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: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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 "
@@ -1553,11 +1553,11 @@ msgstr "%s:%s' (%i) रिझॉल्व्ह होत असताना क
msgid "Unable to connect to %s:%s:"
msgstr "%s %s ला जोडण्यास असमर्थ:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "स्टॅट करण्यास असमर्थ"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "बदलण्याचा वेळ निश्चित करण्यास असमर्थ"
@@ -1749,10 +1749,6 @@ msgid ""
"available:\n"
msgstr "खालील सह्यांची खात्री करता येत नाही कारण सार्वजनिक कीउपलब्ध नाही:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "फाईल मध्ये लिहिण्यात चूक/त्रुटी"
@@ -1820,6 +1816,12 @@ msgstr "%s फाईल उघडता येत नाही"
msgid "[Mirror: %s]"
msgstr ""
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "%s स्टेट करण्यास असमर्थ"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "उपक्रियेचा आयपीसी वाहिनी तयार करण्यास असमर्थ"
@@ -1875,6 +1877,10 @@ msgstr ""
msgid "Internal error"
msgstr "अंतर्गत त्रुटी"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "चूकीचे मूलभूत निश्चितीकरण!"
@@ -2116,11 +2122,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "%s: %s DB संचिका उघडण्यास असमर्थ"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "%s स्टेट करण्यास असमर्थ"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2247,7 +2248,7 @@ msgstr "%s उघडण्यास असमर्थ"
msgid " DeLink %s [%s]\n"
msgstr "%s [%s] डी दुवा\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "%s वाचणारा दुवा असमर्थ"
@@ -3008,6 +3009,10 @@ msgid "Problem closing the gzip file %s"
msgstr "फाईल बंद करण्यात अडचण"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "आयपीसी उपक्रिया तयार करण्यास असमर्थ"
diff --git a/po/nb.po b/po/nb.po
index 3ac532166..63a579e62 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -11,7 +11,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: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2010-09-01 21:10+0200\n"
"Last-Translator: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>\n"
"Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.uio.no>\n"
@@ -1578,11 +1578,11 @@ msgstr "Noe galt skjedde ved oppslag av «%s:%s» (%i - %s)"
msgid "Unable to connect to %s:%s:"
msgstr "Klarte ikke koble til %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Klarte ikke å få status"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Klarte ikke å sette endringstidspunkt"
@@ -1776,10 +1776,6 @@ msgstr ""
"De følgende signaturene kunne ikke verifiseres fordi den offentlige nøkkelen "
"ikke er tilgjengelig:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Feil ved skriving til fila"
@@ -1847,6 +1843,12 @@ msgstr "Ingen speilfil «%s» funnet"
msgid "[Mirror: %s]"
msgstr "[Speil: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Klarte ikke å få statusen på %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Klarte ikke å opprette IPC-rør til underprosessen"
@@ -1902,6 +1904,10 @@ msgstr ""
msgid "Internal error"
msgstr "Intern feil"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Feil standardinnstilling!"
@@ -2145,11 +2151,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Klarte ikke å åpne Databasefila %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Klarte ikke å få statusen på %s"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2276,7 +2277,7 @@ msgstr "Klarte ikke å åpne %s"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Klarte ikke å lese lenken %s"
@@ -3048,6 +3049,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Problem ved låsing av gzip-fila %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Klarte ikke å opprette underprosessen IPC"
diff --git a/po/ne.po b/po/ne.po
index aef5a5a0a..872a9aac9 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1556,11 +1556,11 @@ msgstr " '%s:%s' (%i) हल गर्दा केही दुष्ट घट
msgid "Unable to connect to %s:%s:"
msgstr "%s %s मा जडान गर्न असफल भयो:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "स्थिर गर्न असफल भयो"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "परिमार्जन समय सेट असफल भयो"
@@ -1751,10 +1751,6 @@ msgid ""
"available:\n"
msgstr "निम्न हस्ताक्षरहरू रूजू हुन सक्दैन किन भने सार्वजनिक कुञ्जी उपलब्ध छैन:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "फाइलमा त्रुटि लेखिदैछ"
@@ -1822,6 +1818,12 @@ msgstr "फाइल %s खोल्न सकिएन"
msgid "[Mirror: %s]"
msgstr ""
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr " %s स्थिर गर्न असफल"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "सहायक प्रक्रियामा IPC पाइप सिर्जना गर्न असफल"
@@ -1877,6 +1879,10 @@ msgstr ""
msgid "Internal error"
msgstr "आन्तरिक त्रुटि"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "खराब पूर्वनिर्धारण सेटिङ्ग!"
@@ -2118,11 +2124,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "DB फाइल %s असक्षम भयो: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr " %s स्थिर गर्न असफल"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2249,7 +2250,7 @@ msgstr "%s खोल्न असफल"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "लिङ्क पढ्न असफल %s"
@@ -3007,6 +3008,10 @@ msgid "Problem closing the gzip file %s"
msgstr "फाइल बन्द गर्दा समस्या"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "सहायक प्रक्रिया IPC सिर्जना गर्न असफल"
diff --git a/po/nl.po b/po/nl.po
index c6b07be2c..cf01d7ba5 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.8.15.9\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2014-11-09 23:47+0100\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -1618,11 +1618,11 @@ msgstr "Er gebeurde iets raars bij het omzetten van '%s:%s' (%i - %s)"
msgid "Unable to connect to %s:%s:"
msgstr "Kan geen verbinding maken met %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Kon status niet bepalen"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Instellen van de aanpassingstijd is mislukt"
@@ -1821,10 +1821,6 @@ msgstr ""
"De volgende ondertekeningen konden niet geverifieerd worden omdat de "
"publieke sleutel niet beschikbaar is:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "Lege bestanden kunnen geen geldige archieven zijn"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Fout bij het schrijven naar het bestand"
@@ -1893,6 +1889,12 @@ msgstr "Geen vermelding gevonden in spiegelbestand '%s'"
msgid "[Mirror: %s]"
msgstr "[Spiegelserver: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Opvragen van de status van %s is mislukt"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Aanmaken van IPC-pijp naar subproces is mislukt"
@@ -1948,6 +1950,10 @@ msgstr ""
msgid "Internal error"
msgstr "Interne fout"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "Lege bestanden kunnen geen geldige archieven zijn"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Foute standaardinstelling!"
@@ -2196,11 +2202,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Kan het DB-bestand %s niet openen: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Opvragen van de status van %s is mislukt"
-
#: ftparchive/cachedb.cc
msgid "Failed to read .dsc"
msgstr "Lezen van .dsc is mislukt"
@@ -2326,7 +2327,7 @@ msgstr "Openen van %s is mislukt"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Opdracht readlink %s is mislukt"
@@ -3123,6 +3124,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Probleem bij het sluiten van het gzip-bestand %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Aanmaken IPC-subproces is mislukt"
diff --git a/po/nn.po b/po/nn.po
index 8dd177c40..33dfd7199 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1572,11 +1572,11 @@ msgstr "Det hende noko dumt ved oppslag av %s:%s (%i)"
msgid "Unable to connect to %s:%s:"
msgstr "Klarte ikkje kopla til %s %s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Klarte ikkje f status"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Klarte ikkje setja endringstidspunkt"
@@ -1767,10 +1767,6 @@ msgid ""
"available:\n"
msgstr ""
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Feil ved skriving til fila"
@@ -1838,6 +1834,12 @@ msgstr "Klarte ikkje opna fila %s"
msgid "[Mirror: %s]"
msgstr ""
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Klarte ikkje f status til %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Klarte ikkje oppretta IPC-ryr til underprosessen"
@@ -1893,6 +1895,10 @@ msgstr ""
msgid "Internal error"
msgstr "Intern feil"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Drleg standardinnstilling"
@@ -2129,11 +2135,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Klarte ikkje opna DB-fila %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Klarte ikkje f status til %s"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2260,7 +2261,7 @@ msgstr "Klarte ikkje opna %s"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Klarte ikkje lesa lenkja %s"
@@ -3023,6 +3024,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Problem ved lsing av fila"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Klarte ikkje oppretta underprosessen IPC"
diff --git a/po/pl.po b/po/pl.po
index e0ea57a14..c4226270e 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.9.7.3\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1627,11 +1627,11 @@ msgstr "Coś niewłaściwego stało się przy tłumaczeniu \"%s:%s\" (%i - %s)"
msgid "Unable to connect to %s:%s:"
msgstr "Nie udało się połączyć z %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Nie udało się wykonać operacji stat"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Nie udało się ustawić czasu modyfikacji"
@@ -1828,10 +1828,6 @@ msgstr ""
"Następujące podpisy nie mogły zostać zweryfikowane z powodu braku klucza "
"publicznego:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "Puste pliki nie mogą być prawidłowymi archiwami"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Błąd przy pisaniu do pliku"
@@ -1899,6 +1895,12 @@ msgstr "Nie udało się otworzyć pliku serwera lustrzanego \"%s\""
msgid "[Mirror: %s]"
msgstr "[Serwer lustrzany: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Nie udało się wykonać operacji stat na %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Nie udało się utworzyć potoku IPC do podprocesu"
@@ -1954,6 +1956,10 @@ msgstr ""
msgid "Internal error"
msgstr "Błąd wewnętrzny"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "Puste pliki nie mogą być prawidłowymi archiwami"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Nieprawidłowe ustawienie domyślne!"
@@ -2199,11 +2205,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Nie udało się otworzyć pliku bazy %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Nie udało się wykonać operacji stat na %s"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2330,7 +2331,7 @@ msgstr "Nie udało się otworzyć %s"
msgid " DeLink %s [%s]\n"
msgstr " Odłączenie %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Nie udało się odczytać dowiązania %s"
@@ -3118,6 +3119,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Problem przy zamykaniu pliku gzip %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Nie udało się utworzyć IPC z podprocesem"
diff --git a/po/pt.po b/po/pt.po
index 462432b6f..3cce6167a 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1594,11 +1594,11 @@ msgstr "Algo estranho aconteceu ao resolver '%s:%s' (%i - %s)"
msgid "Unable to connect to %s:%s:"
msgstr "Não foi possível ligar a %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Falhou o stat"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Falhou definir hora de modificação"
@@ -1794,10 +1794,6 @@ msgstr ""
"As seguintes assinaturas não puderam ser verificadas porque a chave pública "
"não está disponível:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "Ficheiros vazios não podem ser arquivos válidos"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Erro ao escrever para o ficheiro"
@@ -1865,6 +1861,12 @@ msgstr "Não pode ler ficheiro de mirror '%s'"
msgid "[Mirror: %s]"
msgstr "[Mirror: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Falha stat %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Falha ao criar pipe IPC para subprocesso"
@@ -1920,6 +1922,10 @@ msgstr ""
msgid "Internal error"
msgstr "Erro interno"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "Ficheiros vazios não podem ser arquivos válidos"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Configuração pré-definida errada!"
@@ -2164,11 +2170,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Não foi possível abrir o ficheiro %s da base de dados: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Falha stat %s"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2295,7 +2296,7 @@ msgstr "Falhou abrir %s"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Falhou o readlink %s"
@@ -3094,6 +3095,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Problema ao fechar o ficheiro gzip %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Falhou criar subprocesso IPC"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 6e1df2578..f365a2b23 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: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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."
@@ -1579,11 +1579,11 @@ msgstr "Algo estranho aconteceu resolvendo '%s:%s' (%i)"
msgid "Unable to connect to %s:%s:"
msgstr "Impossível conectar em %s %s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Falhou ao executar \"stat\""
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Falhou ao definir hora de modificação"
@@ -1780,10 +1780,6 @@ msgstr ""
"As assinaturas a seguir não puderam ser verificadas devido à chave pública "
"não estar disponível:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Erro escrevendo para o arquivo"
@@ -1851,6 +1847,12 @@ msgstr "Não foi possível abrir arquivo %s"
msgid "[Mirror: %s]"
msgstr ""
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Falhou ao executar \"stat\" %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Falhou ao criar pipe IPC para sub-processo"
@@ -1906,6 +1908,10 @@ msgstr ""
msgid "Internal error"
msgstr "Erro interno"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Configuração padrão ruim!"
@@ -2155,11 +2161,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Impossível abrir o arquivo BD %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Falhou ao executar \"stat\" %s"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2286,7 +2287,7 @@ msgstr "Falhou ao abrir %s"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Falhou ao executar \"readlink\" %s"
@@ -3055,6 +3056,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Problema fechando o arquivo"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Falhou ao criar sub-processo IPC"
diff --git a/po/ro.po b/po/ro.po
index 6a76b9445..125796b47 100644
--- a/po/ro.po
+++ b/po/ro.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: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1586,11 +1586,11 @@ msgstr "S-a întâmplat ceva „necurat” la rezolvarea lui „%s:%s” (%i)"
msgid "Unable to connect to %s:%s:"
msgstr "Nu s-a putut realiza conexiunea cu %s %s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Eșec la „stat”"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Eșec la ajustarea timpului de modificare"
@@ -1789,10 +1789,6 @@ msgstr ""
"Următoarele semnături n-au putut fi verificate, deoarece cheia publică nu "
"este disponibilă:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Eroare la scrierea în fișierul"
@@ -1861,6 +1857,12 @@ msgstr "Nu s-a putut deschide fișierul %s"
msgid "[Mirror: %s]"
msgstr ""
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Eșec la „stat” pentru %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Eșec la crearea conexiunii IPC către subproces"
@@ -1916,6 +1918,10 @@ msgstr ""
msgid "Internal error"
msgstr "Eroare internă"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Configurări implicite necorespunzătoare!"
@@ -2166,11 +2172,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Nu s-a putut deschide fișierul DB %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Eșec la „stat” pentru %s"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2297,7 +2298,7 @@ msgstr "Eșec la „open” pentru %s"
msgid " DeLink %s [%s]\n"
msgstr " Dezlegare %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Eșec la „readlink” pentru %s"
@@ -3071,6 +3072,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Problemă la închiderea fișierului"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Eșec la crearea IPC-ului pentru subproces"
diff --git a/po/ru.po b/po/ru.po
index 5996c6ab1..a45132eb9 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.9.10\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2015-06-23 20:40+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -1620,11 +1620,11 @@ msgstr "Что-то странное произошло при определе
msgid "Unable to connect to %s:%s:"
msgstr "Невозможно соединиться с %s: %s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Не удалось получить атрибуты"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Не удалось установить время модификации"
@@ -1825,10 +1825,6 @@ msgstr ""
"Следующие подписи не могут быть проверены, так как недоступен открытый "
"ключ:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "Пустые файлы не могут быть допустимыми архивами"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Ошибка записи в файл"
@@ -1896,6 +1892,12 @@ msgstr "Не найден элемент в файл на зеркале «%s»"
msgid "[Mirror: %s]"
msgstr "[Зеркало: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Не удалось получить атрибуты %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Не удалось создать IPC-канал для порождённого процесса"
@@ -1951,6 +1953,10 @@ msgstr ""
msgid "Internal error"
msgstr "Внутренняя ошибка"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "Пустые файлы не могут быть допустимыми архивами"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Неправильное значение по умолчанию!"
@@ -2197,11 +2203,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Не удалось открыть DB файл %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Не удалось получить атрибуты %s"
-
#: ftparchive/cachedb.cc
msgid "Failed to read .dsc"
msgstr "Не удалось прочесть .dsc"
@@ -2328,7 +2329,7 @@ msgstr "Не удалось открыть %s"
msgid " DeLink %s [%s]\n"
msgstr "DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Не удалось прочесть ссылку %s"
@@ -3114,6 +3115,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Проблема закрытия gzip-файла %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Не удалось создать IPC с порождённым процессом"
diff --git a/po/sk.po b/po/sk.po
index 1f869dccf..a8d5a1932 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1597,11 +1597,11 @@ msgstr "Niečo veľmi zlé sa prihodilo pri preklade „%s:%s“ (%i - %s)"
msgid "Unable to connect to %s:%s:"
msgstr "Nedá sa pripojiť k %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Vyhodnotenie zlyhalo"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Zlyhalo nastavenie času zmeny"
@@ -1794,10 +1794,6 @@ msgstr ""
"Nasledovné signatúry sa nedajú overiť, pretože nie je dostupný verejný "
"kľúč:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "Prázdne súbory nemôžu byť platné archívy"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Chyba zápisu do tohto súboru"
@@ -1865,6 +1861,12 @@ msgstr "Nepodarilo sa prečítať súbor „%s“ na zrkadle"
msgid "[Mirror: %s]"
msgstr "[Zrkadlo: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "%s sa nedá vyhodnotiť"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Zlyhalo vytvorenie IPC rúry k podprocesu"
@@ -1920,6 +1922,10 @@ msgstr ""
msgid "Internal error"
msgstr "Vnútorná chyba"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "Prázdne súbory nemôžu byť platné archívy"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Chybné predvolené nastavenie!"
@@ -2158,11 +2164,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Nedá sa otvoriť DB súbor %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "%s sa nedá vyhodnotiť"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2289,7 +2290,7 @@ msgstr "%s sa nedá otvoriť"
msgid " DeLink %s [%s]\n"
msgstr " Odlinkovanie %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Nie je možné vykonať readlink %s"
@@ -3065,6 +3066,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Problém pri zatváraní gzip súboru %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Nedá sa vytvoriť podproces IPC"
diff --git a/po/sl.po b/po/sl.po
index 25c0a18e8..68d28bc90 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1600,11 +1600,11 @@ msgstr "Nekaj čudnega se je zgodilo med razreševanjem '%s:%s' (%i - %s)"
msgid "Unable to connect to %s:%s:"
msgstr "Ni se mogoče povezati z %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Določitev ni uspela"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Nastavitev časa spremembe je spodletela"
@@ -1797,10 +1797,6 @@ msgid ""
msgstr ""
"Naslednjih podpisov ni mogoče preveriti, ker javni ključ ni na voljo:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "Prazne datoteke ne morejo biti veljavni arhivi"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Napaka med pisanjem v datoteko"
@@ -1868,6 +1864,12 @@ msgstr "Datoteke zrcalnega strežnika '%s' ni mogoče prebrati"
msgid "[Mirror: %s]"
msgstr "[Zrcalni strežnik: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Napaka med določitvijo %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Ustvarjanje cevi IPC do podopravila je spodletelo"
@@ -1923,6 +1925,10 @@ msgstr ""
msgid "Internal error"
msgstr "Notranja napaka"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "Prazne datoteke ne morejo biti veljavni arhivi"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Napačna privzeta nastavitev!"
@@ -2163,11 +2169,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Ni mogoče odprti datoteke PZ %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Napaka med določitvijo %s"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2294,7 +2295,7 @@ msgstr "Ni mogoče odprti %s"
msgid " DeLink %s [%s]\n"
msgstr " RazVeži %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Napaka med branjem povezave %s"
@@ -3069,6 +3070,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Težava med zapiranjem gzip datoteke %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Ni mogoče ustvariti podopravila IPD"
diff --git a/po/sv.po b/po/sv.po
index 4bcf1eb35..bbdb098bb 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -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: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1603,11 +1603,11 @@ msgstr "Något konstigt hände när ”%s:%s” slogs upp (%i - %s)"
msgid "Unable to connect to %s:%s:"
msgstr "Kunde inte ansluta till %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Misslyckades med att ta status"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Misslyckades med att ställa in ändringstid"
@@ -1805,10 +1805,6 @@ msgstr ""
"Följande signaturer kunde inte verifieras för att den öppna nyckeln inte är "
"tillgänglig:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "Tomma filer kan inte vara giltiga arkiv"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Fel vid skrivning till filen"
@@ -1877,6 +1873,12 @@ msgstr "Ingen post funnen i spegelfilen ”%s”"
msgid "[Mirror: %s]"
msgstr "[Spegel: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Misslyckades med att ta status på %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Misslyckades med att skapa IPC-rör till underprocess"
@@ -1934,6 +1936,10 @@ msgstr ""
msgid "Internal error"
msgstr "Internt fel"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "Tomma filer kan inte vara giltiga arkiv"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Felaktig standardinställning!"
@@ -2176,11 +2182,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Kunde inte öppna DB-filen %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Misslyckades med att ta status på %s"
-
#: ftparchive/cachedb.cc
msgid "Failed to read .dsc"
msgstr "Misslyckades med att läsa .dsc"
@@ -2310,7 +2311,7 @@ msgstr "Misslyckades med att öppna %s"
msgid " DeLink %s [%s]\n"
msgstr " Avlänka %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Misslyckades med att läsa länken %s"
@@ -3094,6 +3095,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Problem med att stänga gzip-filen %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Misslyckades med att skapa underprocess-IPC"
diff --git a/po/th.po b/po/th.po
index e01eb91dd..091629473 100644
--- a/po/th.po
+++ b/po/th.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1551,11 +1551,11 @@ msgstr "เกิดปัญหาร้ายแรงบางอย่าง
msgid "Unable to connect to %s:%s:"
msgstr "ไม่สามารถเชื่อมต่อไปยัง %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "stat ไม่สำเร็จ"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "กำหนดเวลาแก้ไขไม่สำเร็จ"
@@ -1745,10 +1745,6 @@ msgid ""
"available:\n"
msgstr "ลายเซ็นต่อไปนี้ไม่สามารถตรวจสอบได้ เพราะไม่มีกุญแจสาธารณะ:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "แฟ้มว่างเปล่าไม่สามารถเป็นแฟ้มจัดเก็บที่ใช้การได้"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "เกิดข้อผิดพลาดขณะเขียนลงแฟ้ม"
@@ -1816,6 +1812,12 @@ msgstr "ไม่พบรายการในแฟ้มแหล่งสำ
msgid "[Mirror: %s]"
msgstr "[แหล่งสำเนา: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "stat %s ไม่สำเร็จ"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "ไม่สามารถสร้างไปป์ IPC ไปยังโพรเซสย่อย"
@@ -1871,6 +1873,10 @@ msgstr ""
msgid "Internal error"
msgstr "ข้อผิดพลาดภายใน"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "แฟ้มว่างเปล่าไม่สามารถเป็นแฟ้มจัดเก็บที่ใช้การได้"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "ค่าตั้งปริยายผิดพลาด!"
@@ -2103,11 +2109,6 @@ msgstr "ฟอร์แมตของ DB ผิด ถ้าคุณเพิ
msgid "Unable to open DB file %s: %s"
msgstr "ไม่สามารถเปิดแฟ้ม DB %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "stat %s ไม่สำเร็จ"
-
#: ftparchive/cachedb.cc
msgid "Failed to read .dsc"
msgstr "อ่าน .dsc ไม่สำเร็จ"
@@ -2233,7 +2234,7 @@ msgstr "เปิด %s ไม่สำเร็จ"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "readlink %s ไม่สำเร็จ"
@@ -2995,6 +2996,10 @@ msgid "Problem closing the gzip file %s"
msgstr "เกิดปัญหาขณะปิดแฟ้ม gzip %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "สร้าง IPC ของโพรเซสย่อยไม่สำเร็จ"
diff --git a/po/tl.po b/po/tl.po
index 9f2144980..8a7a08a00 100644
--- a/po/tl.po
+++ b/po/tl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1571,11 +1571,11 @@ msgstr "May naganap na kababalaghan sa pagresolba ng '%s:%s' (%i)"
msgid "Unable to connect to %s:%s:"
msgstr "Hindi maka-konekta sa %s %s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Bigo ang pag-stat"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Bigo ang pagtakda ng oras ng pagbago"
@@ -1771,10 +1771,6 @@ msgstr ""
"Ang sumusunod na mga lagda ay hindi maberipika dahil ang public key ay hindi "
"available:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Error sa pagsusulat sa talaksan"
@@ -1842,6 +1838,12 @@ msgstr "Hindi mabuksan ang talaksang %s"
msgid "[Mirror: %s]"
msgstr ""
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Bigo ang pag-stat ng %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Bigo sa paglikha ng IPC pipe sa subprocess"
@@ -1897,6 +1899,10 @@ msgstr ""
msgid "Internal error"
msgstr "Internal na error"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Maling nakatakda na default!"
@@ -2144,11 +2150,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Hindi mabuksan ang talaksang DB %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Bigo ang pag-stat ng %s"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2275,7 +2276,7 @@ msgstr "Bigo ang pagbukas ng %s"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Bigo ang pagbasa ng link %s"
@@ -3050,6 +3051,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Problema sa pagsara ng talaksan"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Bigo ang paglikha ng subprocess IPC"
diff --git a/po/tr.po b/po/tr.po
index bad5b98ee..85b7cc09f 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2015-10-21 18:21+0300\n"
"Last-Translator: Mert Dirik <mertdirik@gmail.com>\n"
"Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n"
@@ -1606,11 +1606,11 @@ msgstr "'%s:%s' (%i - %s) adresi çözümlenirken bir şeyler kötü gitti"
msgid "Unable to connect to %s:%s:"
msgstr "Bağlanılamadı %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Durum bilgisi okunamadı"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Değişiklik zamanı ayarlanamadı"
@@ -1802,10 +1802,6 @@ msgid ""
"available:\n"
msgstr "Aşağıdaki imzalar doğrulanamadı, çünkü genel anahtar mevcut değil:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "Boş dosyalar geçerli birer arşiv dosyası olamazlar"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Dosyaya yazılamadı"
@@ -1873,6 +1869,12 @@ msgstr "'%s' yansı dosyasında hiç girdi bulunmuyor"
msgid "[Mirror: %s]"
msgstr "[Yansı: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "%s durum bilgisi alınamadı"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Altsürece IPC borusu oluşturulamadı"
@@ -1930,6 +1932,10 @@ msgstr ""
msgid "Internal error"
msgstr "İç hata"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "Boş dosyalar geçerli birer arşiv dosyası olamazlar"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Geçersiz öntanımlı ayar!"
@@ -2174,11 +2180,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Veritabanı dosyası %s açılamadı: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "%s durum bilgisi alınamadı"
-
#: ftparchive/cachedb.cc
msgid "Failed to read .dsc"
msgstr ".dsc dosyası okunamadı"
@@ -2304,7 +2305,7 @@ msgstr "%s açılamadı"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "%s readlink çağrısı başarısız oldu"
@@ -3091,6 +3092,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Gzip dosyası %s kapatılamadı"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Altsüreç IPC'si oluşturulamadı"
diff --git a/po/uk.po b/po/uk.po
index 29af75f07..41c339c5b 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1616,12 +1616,12 @@ msgstr "Сталося щось дивне при спробі отримати
msgid "Unable to connect to %s:%s:"
msgstr "Неможливо під'єднатися до %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
#, fuzzy
msgid "Failed to stat"
msgstr "Не вдалося одержати атрибути (stat)"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Не вдалося встановити час модифікації"
@@ -1816,10 +1816,6 @@ msgstr ""
"Наступні підписи не можуть бути перевірені, тому що публічний ключ "
"відсутній:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "Пусті файли не можуть бути правильними архівами"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Помилка запису у файл"
@@ -1887,6 +1883,12 @@ msgstr "Неможливо прочитати файл дзеркала '%s'"
msgid "[Mirror: %s]"
msgstr "[Дзеркало: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Не вдалося одержати атрибути %s"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Не вдалося створити IPC канал для підпроцесу"
@@ -1942,6 +1944,10 @@ msgstr ""
msgid "Internal error"
msgstr "Внутрішня помилка"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "Пусті файли не можуть бути правильними архівами"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Неправильне значення за умовчанням!"
@@ -2195,11 +2201,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Не вдалося відкрити файл БД %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Не вдалося одержати атрибути %s"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2326,7 +2327,7 @@ msgstr "Не вдалося відкрити %s"
msgid " DeLink %s [%s]\n"
msgstr "DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Не вдалося прочитати посилання (readlink) %s"
@@ -3115,6 +3116,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Проблема з закриттям gzip файла %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Не вдалося створити IPC з породженим процесом"
diff --git a/po/vi.po b/po/vi.po
index 472816d20..349759d1f 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.8\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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"
@@ -1592,11 +1592,11 @@ msgstr "Một số hư hỏng đã xảy ra khi phân giải “%s:%s” (%i - %
msgid "Unable to connect to %s:%s:"
msgstr "Không thể kết nối đến %s: %s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "Gặp lỗi khi lấy thống kê"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "Gặp lỗi khi đặt giờ sửa đổi"
@@ -1791,10 +1791,6 @@ msgid ""
msgstr ""
"Không thể kiểm chứng những chữ ký theo đây, vì khóa công không sẵn có:\n"
-#: methods/gzip.cc
-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ệ"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "Gặp lỗi khi ghi vào tập tin"
@@ -1862,6 +1858,12 @@ msgstr "Không tìm thấy điểm vào trong tập tin bản sao “%s”"
msgid "[Mirror: %s]"
msgstr "[Bản sao: %s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "Việc lấy thông tin thống kê cho %s bị lỗi"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "Gặp lỗi khi tạo ống IPC đến tiến trình con"
@@ -1921,6 +1923,10 @@ msgstr ""
msgid "Internal error"
msgstr "Gặp lỗi nội bộ"
+#: methods/store.cc
+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ệ"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "Cài đặt mặc định sai!"
@@ -2180,11 +2186,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "Không thể mở tập tin cơ sở dữ liệu %s: %s."
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "Việc lấy thông tin thống kê cho %s bị lỗi"
-
#: ftparchive/cachedb.cc
msgid "Failed to read .dsc"
msgstr "Gặp lỗi khi đọc .dsc"
@@ -2310,7 +2311,7 @@ msgstr "Gặp lỗi khi mở %s"
msgid " DeLink %s [%s]\n"
msgstr " Bỏ liên kết %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "Gặp lỗi khi đọc liên kết %s"
@@ -3089,6 +3090,10 @@ msgid "Problem closing the gzip file %s"
msgstr "Gặp vấn đề khi đóng tập tin gzip %s"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "Việc tạo tiến trình con IPC bị lỗi"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index d10630558..cfcee761b 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.8.0~pre1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\n"
"PO-Revision-Date: 2014-12-04 04:42+0000\n"
"Last-Translator: Zhou Mo <cdluminate@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
@@ -1550,11 +1550,11 @@ msgstr "解析“%s:%s”时,出现了某些故障(%i - %s)"
msgid "Unable to connect to %s:%s:"
msgstr "不能连接到 %s:%s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "无法读取状态"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "无法设置文件的修改日期"
@@ -1743,10 +1743,6 @@ msgid ""
"available:\n"
msgstr "由于没有公钥,无法验证下列签名:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr "空文件不能当作有效归档"
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "写入文件出错"
@@ -1814,6 +1810,12 @@ msgstr "在镜像文件 %s 中未找到所需条目"
msgid "[Mirror: %s]"
msgstr "[镜像:%s]"
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "无法获得 %s 的状态"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "无法为子进程创建 IPC 管道"
@@ -1869,6 +1871,10 @@ msgstr ""
msgid "Internal error"
msgstr "内部错误"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr "空文件不能当作有效归档"
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "错误的默认设置!"
@@ -2104,11 +2110,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "无法打开数据库文件 %s:%s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "无法获得 %s 的状态"
-
#: ftparchive/cachedb.cc
msgid "Failed to read .dsc"
msgstr "读取 .dsc 文件失败"
@@ -2234,7 +2235,7 @@ msgstr "无法打开 %s"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "无法读取符号链接 %s"
@@ -2998,6 +2999,10 @@ msgid "Problem closing the gzip file %s"
msgstr "关闭 gzip %s 文件出错"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "无法创建子进程的 IPC 管道"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index dd18eb215..547400625 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.4\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2015-12-30 00:41+0100\n"
+"POT-Creation-Date: 2016-01-08 21:45+0100\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."
@@ -1548,11 +1548,11 @@ msgstr "在解析 '%s:%s' (%i) 時出了怪事"
msgid "Unable to connect to %s:%s:"
msgstr "無法連線至 %s %s:"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/store.cc
msgid "Failed to stat"
msgstr "無法取得狀態"
-#: methods/copy.cc methods/gzip.cc methods/rred.cc
+#: methods/copy.cc methods/rred.cc methods/store.cc
msgid "Failed to set modification time"
msgstr "無法設定修改時間"
@@ -1742,10 +1742,6 @@ msgid ""
"available:\n"
msgstr "由於無法取得它們的公鑰,以下簽章無法進行驗證:\n"
-#: methods/gzip.cc
-msgid "Empty files can't be valid archives"
-msgstr ""
-
#: methods/http.cc
msgid "Error writing to the file"
msgstr "在寫入該檔時發生錯誤"
@@ -1813,6 +1809,12 @@ msgstr "無法開啟檔案 %s"
msgid "[Mirror: %s]"
msgstr ""
+#: methods/rred.cc ftparchive/cachedb.cc apt-inst/extract.cc
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "Failed to stat %s"
+msgstr "無法取得 %s 的狀態"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "無法和子程序建立 IPC 管線"
@@ -1868,6 +1870,10 @@ msgstr ""
msgid "Internal error"
msgstr "內部錯誤"
+#: methods/store.cc
+msgid "Empty files can't be valid archives"
+msgstr ""
+
#: dselect/install:33
msgid "Bad default setting!"
msgstr "錯誤的預設設定!"
@@ -2104,11 +2110,6 @@ msgstr ""
msgid "Unable to open DB file %s: %s"
msgstr "無法開啟 DB 檔 %s: %s"
-#: ftparchive/cachedb.cc apt-inst/extract.cc
-#, c-format
-msgid "Failed to stat %s"
-msgstr "無法取得 %s 的狀態"
-
#: ftparchive/cachedb.cc
#, fuzzy
msgid "Failed to read .dsc"
@@ -2235,7 +2236,7 @@ msgstr "無法開啟 %s"
msgid " DeLink %s [%s]\n"
msgstr " DeLink %s [%s]\n"
-#: ftparchive/writer.cc
+#: ftparchive/writer.cc apt-pkg/acquire-item.cc
#, c-format
msgid "Failed to readlink %s"
msgstr "無法讀取連結 %s"
@@ -2991,6 +2992,10 @@ msgid "Problem closing the gzip file %s"
msgstr "在關閉檔案時發生問題"
#: apt-pkg/contrib/fileutl.cc
+msgid "Unexpected end of file"
+msgstr ""
+
+#: apt-pkg/contrib/fileutl.cc
msgid "Failed to create subprocess IPC"
msgstr "無法建立子程序 IPC"