]> git.saurik.com Git - apt.git/commitdiff
merged from lp:~donkult/apt/experimental
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 4 Sep 2012 12:15:17 +0000 (14:15 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 4 Sep 2012 12:15:17 +0000 (14:15 +0200)
50 files changed:
1  2 
apt-pkg/contrib/fileutl.cc
apt-pkg/indexcopy.cc
configure.in
debian/changelog
doc/apt-verbatim.ent
doc/po/apt-doc.pot
po/apt-all.pot
po/ar.po
po/ast.po
po/bg.po
po/bs.po
po/ca.po
po/cs.po
po/cy.po
po/da.po
po/de.po
po/dz.po
po/el.po
po/es.po
po/eu.po
po/fi.po
po/fr.po
po/gl.po
po/hu.po
po/it.po
po/ja.po
po/km.po
po/ko.po
po/ku.po
po/lt.po
po/mr.po
po/nb.po
po/ne.po
po/nl.po
po/nn.po
po/pl.po
po/pt.po
po/pt_BR.po
po/ro.po
po/ru.po
po/sk.po
po/sl.po
po/sv.po
po/th.po
po/tl.po
po/uk.po
po/vi.po
po/zh_CN.po
po/zh_TW.po
test/integration/framework

Simple merge
Simple merge
diff --cc configure.in
index 5c1cdc21f41e02115d4682795612fb49f302c18d,56eeaccbed5d9f661f230f082544a164ae008b08..b63d8d87bc1f62a846d708cb9931fa489cffed26
@@@ -18,7 -18,7 +18,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="0.9.7.5ubuntu1"
 -PACKAGE_VERSION="0.9.7.1"
++PACKAGE_VERSION="0.9.8~exp1~20120904"
  PACKAGE_MAIL="APT Development Team <deity@lists.debian.org>"
  AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
  AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"$PACKAGE_VERSION")
index b16778839c3c00dd3089d452d5252394b14dd136,7a8c63d04543cd6ed1f7755ad91b8a5f4fc92764..48c08a1e061e30e8334ba8c8ffd6d2f9de6ef230
 -apt (0.9.8~exp1) UNRELEASED; urgency=low
++apt (0.9.7.5ubuntu2) UNRELEASED; urgency=low
++  Merged from lp:~donkult/apt/experimental
++  
+   [ David Kalnischkies ]
+   * apt-pkg/contrib/strutl.cc:
+     - support \n and \r\n line endings in ReadMessages
++  
++  [ Michael Vogt ]
++  * lp:~mvo/apt/webserver-simulate-broken-with-fix346386:
++    - merge fix for LP: #346386 
+  -- David Kalnischkies <kalnischkies@gmail.com>  Mon, 09 Jul 2012 17:36:40 +0200
 +apt (0.9.7.5ubuntu1) quantal; urgency=low
 +
 +  [ Michael Vogt ]
 +  * merged latest fixes from the debian-sid branch
 +  
 +  [ TJ ]
 +  * apt-pkg/contrib/netrc.cc:
 +    - increase LOGINSIZE/PASSWORDSIZE limits and add proper error
 +      if the limits are reached (LP: #1008289)
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 28 Aug 2012 12:06:48 +0200
 +
 +apt (0.9.7.5) UNRELEASED; urgency=low
 +
 +  [ Manpages translation updates ]
 +  * Japanese (KURASAWA Nozomu) (Closes: #684435)
 +
 + -- Christian Perrier <bubulle@debian.org>  Fri, 10 Aug 2012 07:52:17 +0200
 +
 +apt (0.9.7.4) unstable; urgency=low
 +
 +  [ Manpages translation updates ]
 +  * Polish (Robert Luberda) (Closes: #683109)
 +
 +  [ Program translation updates ]
 +  * Polish (Michał Kułach)
 +
 +  [ Pino Toscano ]
 +  * apt-pkg/contrib/mmap.cc:
 +    - guard only the msync call with _POSIX_SYNCHRONIZED_IO rather
 +      than also the fallback code as it breaks APT on hurd since 0.9.7.3
 +      as the fallback is now always used on non-linux (Closes: #683354)
 +
 +  [ David Kalnischkies ]
 +  * apt-pkg/contrib/fileutl.cc:
 +    - remove _POSIX_SYNCHRONIZED_IO guard in FileFd::Sync() around fsync
 +      as this guard is only needed for fdatasync and not defined on hurd
 +  * cmdline/apt-get.cc:
 +    - error out on (unsatisfiable) build-deps on purly virtual packages
 +      instead of ignoring these dependencies; thanks to Johannes Schauer
 +      for the detailed report! (Closes: #683786)
 +    - ensure that the right architecture is used for cross-dependencies in
 +      cases we have to choose a provider by defaulting on host-arch
 +      instead of build-arch
 +  * doc/apt-verbatim.ent:
 +    - denote 'wheezy' as stable codename and 'jessie' as testing codename
 +      in the documentation in preparation for release
 +  * apt-pkg/indexcopy.cc:
 +    - do not use atomic writing if the target is /dev/null as we don't want
 +      to replace it, not even automically. (Closes: #683410)
 +  * apt-pkg/cdrom.cc:
 +    - do not link() but rename() the cdroms.list to cdroms.list~ as a backup
 +      to ensure that apt-cdrom can be run multiple times (Closes: #676302)
 +
 + -- Michael Vogt <mvo@debian.org>  Mon, 06 Aug 2012 15:55:04 +0200
 +
 +apt (0.9.7.3) unstable; urgency=low
 +
 +  [ Manpages translation updates ]
 +  * Spanish; (Omar Campagne). Closes: #681566
 +
 +  [ Program translation updates ]
 +  * Czech (Miroslav Kure). Closes: #680758
 +
 +  [ David Kalnischkies ]
 +  * apt-pkg/cacheset.cc:
 +    - handle :all and :native correctly as architectures again
 +      in the commandline parsing (regression in 0.9.7)
 +  * apt-pkg/packagemanager.cc:
 +    - do not segfault if nothing can be configured to statisfy
 +      a pre-depends (e.g. in a pre-depends loop) (Closes: #681958)
 +  * apt-pkg/contrib/mmap.cc:
 +    - trigger the usage of the fallback code for kfreebsd also in the
 +      second (filebased) constructor of DynamicMMap (Closes: #677704)
 +    - refer to APT::Cache-Start in case the growing failed as if -Limit is
 +      really the offender it will be noted in a previous error message.
 +    - for filesystems not supporting mmap'ing a file we need to use a
 +      SyncToFd dummy just as we did for compressed files in 0.9.5
 +
 + -- Michael Vogt <mvo@debian.org>  Fri, 27 Jul 2012 17:53:41 +0200
 +
 +apt (0.9.7.2) unstable; urgency=low
 +
 +  [ Manpages translation updates ]
 +  * French (Christian Perrier)
 +  * German (Chris Leick)
 +
 +  [ Program translation updates ]
 +  * Greek (Θανάσης Νάτσης)
 +  * Japanese (Kenshi Muto) (Closes: #679662)
 +  * Russian (Yuri Kozlov) (Closes: #679599)
 +  * Danish (Joe Dalton) (Closes: #680119)
 +  * Portuguese (Miguel Figueiredo) (Closes: #680616)
 +
 +  [ David Kalnischkies ]
 +  * debian/apt.cron.daily:
 +    - do not try to backup extended_states file if it doesn't
 +      exist (Closes: #680287)
 +  * ftparchive/writer.cc:
 +    - handle the APT::FTPArchive::Packages::SHA512 option correctly instead
 +      of overriding SHA256, thanks Christian Marillat! (Closes: #680252)
 +  * cmdline/apt-mark.cc:
 +    - arch:all packages are treated as arch:native packages, but dpkg
 +      expects pkg:all for selections, so use the arch of the installed
 +      version instead of the package structure if possible.
 +      Thanks to Stepan Golosunov for the report! (Closes: #680041)
 +  * apt-pkg/clean.cc:
 +    - run autoclean against pkg:arch and not always against pkg:native as
 +      this removes valid cache entries (Closes: #679371)
 +  * apt-pkg/deb/deblistparser.cc:
 +    - negative dependencies need to apply to all architectures,
 +      but those with a specific architecture only apply to this one
 +  * apt-pkg/cachefilter.cc:
 +    - remove architecture-specific arch to tuple expansion-rules as they lead
 +      to the same tuples for different architectures (e.g. linux-arm for arm,
 +      armel and armhf) while the dpkg-architecture code uses triples which
 +      are different (in the first part, which we omit in our tuples), so e.g.
 +      build-dep restrictions for armel ended up effecting armhf as well
 +
 + -- Michael Vogt <mvo@debian.org>  Fri, 13 Jul 2012 21:33:56 +0200
 +
 +apt (0.9.7.1ubuntu2) quantal; urgency=low
 +
 +  * ftparchive/override.cc:
 +    - Double maximum override line length to 1000 (LP: #1038961).
 +
 + -- Colin Watson <cjwatson@ubuntu.com>  Mon, 20 Aug 2012 12:04:30 +0100
 +
 +apt (0.9.7.1ubuntu1) quantal; urgency=low
 +
 +  * merged from the debian-sid branch
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 29 Jun 2012 15:33:42 +0200
 +
  apt (0.9.7.1) unstable; urgency=low
  
    [ Program translation updates ]
index 4cb52d8f7f7c21cd6c0a144fee2da6cc4347f6ce,d69087db368666ba3a1470fe4b73eb6276c99d25..75c5f1c6d74f8fee1f163b2f9b60f586b5f94b16
  ">
  
  <!-- this will be updated by 'prepare-release' -->
- <!ENTITY apt-product-version "0.9.7.5ubuntu1">
 -<!ENTITY apt-product-version "0.9.7.1">
++<!ENTITY apt-product-version "0.9.8~exp1~20120904">
  
  <!-- Codenames for debian releases -->
 -<!ENTITY oldstable-codename "lenny">
 -<!ENTITY stable-codename "squeeze">
 -<!ENTITY testing-codename "wheezy">
 -<!ENTITY stable-version "6.0">
 +<!ENTITY oldstable-codename "squeeze">
 +<!ENTITY stable-codename "wheezy">
 +<!ENTITY testing-codename "jessie">
 +<!ENTITY stable-version "7.0">
  <!ENTITY ubuntu-codename "precise">
  
  <!-- good and bad just refers to matching and not matching a pattern…
index 4be96e7e7e3fa8a9f2c711cdbd58a0b92dd4b736,a9c5b24f9ef87f880b8e09eaf2dbf402dea9e636..7ade0fe8dfd73aba7eafd6d5a9c9e9150cba4e60
@@@ -6,9 -6,9 +6,9 @@@
  #, fuzzy
  msgid ""
  msgstr ""
- "Project-Id-Version: apt-doc 0.9.7.1ubuntu3\n"
 -"Project-Id-Version: apt-doc 0.9.7\n"
++"Project-Id-Version: apt-doc 0.9.7.5ubuntu1\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0300\n"
 -"POT-Creation-Date: 2012-06-29 14:26+0300\n"
++"POT-Creation-Date: 2012-09-04 14:07+0300\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 --cc po/apt-all.pot
index e671a5e84c20c4612e7345ef3da8822405888c11,5c64141cf73130fb58f87861fa124a6d4b4d6abd..bf9e2a6e7b13eee3e53b10486ce6623399190f22
@@@ -5,9 -5,9 +5,9 @@@
  #, fuzzy
  msgid ""
  msgstr ""
- "Project-Id-Version: apt 0.9.7.1ubuntu3\n"
 -"Project-Id-Version: apt 0.9.6\n"
++"Project-Id-Version: apt 0.9.7.5ubuntu1\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@@ -1173,8 -1173,8 +1173,8 @@@ msgstr "
  msgid "Server closed the connection"
  msgstr ""
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr ""
  
@@@ -1187,8 -1187,8 +1187,8 @@@ msgid "Protocol corruption
  msgstr ""
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr ""
  
@@@ -2081,7 -2081,7 +2081,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr ""
@@@ -2272,50 -2272,50 +2272,50 @@@ msgstr "
  msgid "Sub-process %s exited unexpectedly"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, c-format
  msgid "read, still have %llu to read but none left"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr ""
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr ""
  
@@@ -2712,40 -2712,40 +2712,40 @@@ msgstr "
  msgid "MD5Sum mismatch"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
  "to manually fix this package. (due to missing arch)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
  "to manually fix this package."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr ""
  
@@@ -2894,22 -2894,22 +2894,22 @@@ msgstr "
  msgid "Source list entries for this disc are:\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -2929,13 -2929,13 +2929,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr ""
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr ""
diff --cc po/ar.po
index 618d21cea835f1531dd4ca8737acb59316f65ae2,88158d0d12d70a8590233a7ed873bcc4f2c52651..2ba7a41e4616e54e348c19c56113595fa28c6fb9
+++ b/po/ar.po
@@@ -6,7 -6,7 +6,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt_po\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2006-10-20 21:28+0300\n"
  "Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
  "Language-Team: Arabic <support@arabeyes.org>\n"
@@@ -1198,8 -1198,8 +1198,8 @@@ msgstr "اÙ\86تÙ\87Ù\89 Ù\88Ù\82ت Ø§Ù\84اتصاÙ
  msgid "Server closed the connection"
  msgstr "أغلق الخادم الاتصال"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "خطأ في القراءة"
  
@@@ -1212,8 -1212,8 +1212,8 @@@ msgid "Protocol corruption
  msgstr ""
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "خطأ في الكتابة"
  
@@@ -2111,7 -2111,7 +2111,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "تعذر العثور على التحديد %s"
@@@ -2302,50 -2302,50 +2302,50 @@@ msgstr "
  msgid "Sub-process %s exited unexpectedly"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, fuzzy, c-format
  msgid "Could not open file descriptor %d"
  msgstr "فشل إغلاق الملف %s"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, c-format
  msgid "read, still have %llu to read but none left"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, fuzzy, c-format
  msgid "Problem closing the file %s"
  msgstr "مشكلة في إغلاق الملف"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, fuzzy, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "مشكلة في مزامنة الملف"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, fuzzy, c-format
  msgid "Problem unlinking the file %s"
  msgstr "مشكلة في إغلاق الملف"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "مشكلة في مزامنة الملف"
  
@@@ -2743,41 -2743,41 +2743,41 @@@ msgstr "Ù\81Ø´Ù\84 Ø¥Ø¹Ø§Ø¯Ø© Ø§Ù\84تسÙ\85Ù\8aØ
  msgid "MD5Sum mismatch"
  msgstr "MD5Sum غير متطابقة"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  #, fuzzy
  msgid "Hash Sum mismatch"
  msgstr "MD5Sum غير متطابقة"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "تعذر فتح ملف قاعدة البيانات %s: %s"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
  "to manually fix this package. (due to missing arch)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
  "to manually fix this package."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "الحجم غير متطابق"
  
@@@ -2929,22 -2929,22 +2929,22 @@@ msgstr "Ù\83تابة Ù\84ائحة Ø§Ù\84Ù\85صØ
  msgid "Source list entries for this disc are:\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -2964,13 -2964,13 +2964,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr "MD5Sum غير متطابقة"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, fuzzy, c-format
  msgid "No keyring installed in %s."
  msgstr "إجهاض التثبيت."
diff --cc po/ast.po
index 529dbc58d61f838403cabf69e0595ec1fb6d1c8d,070ffb52554af3afd0c1dad8a3f81ea249f2335f..5e127d86e62521ca7949e567c6d5bd96646e39c2
+++ b/po/ast.po
@@@ -4,7 -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: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2010-10-02 23:35+0100\n"
  "Last-Translator: Iñigo Varela <ivarela@softastur.org>\n"
  "Language-Team: Asturian (ast)\n"
@@@ -1325,8 -1325,8 +1325,8 @@@ msgstr "Gandió'l tiempu de conexón
  msgid "Server closed the connection"
  msgstr "El sirvidor zarró la conexón"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Fallu de llectura"
  
@@@ -1339,8 -1339,8 +1339,8 @@@ msgid "Protocol corruption
  msgstr "Corrupción del protocolu"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Fallu d'escritura"
  
@@@ -2325,7 -2325,7 +2325,7 @@@ msgstr "%limin %lis
  msgid "%lis"
  msgstr "%lis"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Escoyeta %s que nun s'atopa"
@@@ -2519,50 -2519,50 +2519,50 @@@ msgstr "El subprocesu %s devolvió un c
  msgid "Sub-process %s exited unexpectedly"
  msgstr "El subprocesu %s terminó de manera inesperada"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Nun se pudo abrir el ficheru %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Nun pudo abrise un ficheru descriptor %d"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Nun pudo criase'l soprocesu IPC"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Nun pudo executase'l compresor "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "lleíos, entá tenía de lleer %lu pero nun queda nada"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "escritos, entá tenía d'escribir %lu pero nun pudo facerse"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Problemes zarrando'l ficheru %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Hai problemes al renomar el ficheru %s a %s"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Hai problemes desvenceyando'l ficheru %s"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Hai problemes al sincronizar el ficheru"
  
@@@ -2977,40 -2977,40 +2977,40 @@@ msgstr "falló'l cambiu de nome, %s (%
  msgid "MD5Sum mismatch"
  msgstr "La suma MD5 nun concasa"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "La suma hash nun concasa"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Nun se pudo parchear el ficheru release %s"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "Nun hai clave pública denguna disponible pa les IDs de clave darréu:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "Conflictu de distribución: %s (esperábase %s pero obtúvose %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3020,12 -3020,12 +3020,12 @@@ msgstr "
  "anováu y va usase un ficheru índiz. Fallu GPG: %s: %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "Fallu GPG: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3034,7 -3034,7 +3034,7 @@@ msgstr "
  "Nun pudo alcontrase un ficheru pal paquete %s. Esto puede significar que "
  "necesites iguar manualmente esti paquete (por faltar una arquitectura)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3043,7 -3043,7 +3043,7 @@@ msgstr "
  "Nun pudo alcontrase un ficheru pal paquete %s. Esto puede significar que "
  "necesites iguar manualmente esti paquete"
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
@@@ -3051,7 -3051,7 +3051,7 @@@ msgstr "
  "Los ficheros d'indiz de paquetes tan corrompíos. Nun hai campu Filename: pal "
  "paquete %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "El tamañu nun concasa"
  
@@@ -3175,22 -3175,22 +3175,22 @@@ msgstr "Escribiendo llista nueva d'orí
  msgid "Source list entries for this disc are:\n"
  msgstr "Les entraes de la llista d'oríxenes pa esti discu son:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "%i rexistros escritos.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "%i rexistros escritos con %i ficheros de menos.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "%i rexistros escritos con %i ficheros mal empareyaos\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3212,13 -3212,13 +3212,13 @@@ msgstr "Nun puede alcontrase'l rexistr
  msgid "Hash mismatch for: %s"
  msgstr "El hash nun concasa pa: %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "L'aniellu de claves nun s'instaló en %s."
diff --cc po/bg.po
index 8d2dbe19c1bb97398a973cbb40eae4084378090d,f967cbc71ddb6788f5a0730b39ddc1136e3cf40c..5ac6eb9b26e908bade0618f8487dcb627388b5c5
+++ b/po/bg.po
@@@ -10,7 -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: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2012-06-25 17:23+0300\n"
  "Last-Translator: Damyan Ivanov <dmn@debian.org>\n"
  "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@@@ -1357,8 -1357,8 +1357,8 @@@ msgstr "Допустимото врем
  msgid "Server closed the connection"
  msgstr "Сървърът разпадна връзката"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Грешка при четене"
  
@@@ -1371,8 -1371,8 +1371,8 @@@ msgid "Protocol corruption
  msgstr "Развален протокол"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Грешка при запис"
  
@@@ -2363,7 -2363,7 +2363,7 @@@ msgstr "%liм %liс
  msgid "%lis"
  msgstr "%liс"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Изборът %s не е намерен"
@@@ -2560,51 -2560,51 +2560,51 @@@ msgstr "Ð\9fодпÑ\80оÑ\86еÑ\81Ñ\8aÑ\82 %s Ð²Ñ\8aÑ
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Подпроцесът %s завърши неочаквано"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Неуспех при отварянето на файла %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Неуспех при отварянето на файлов манипулатор %d"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Неуспех при създаването на подпроцес IPC"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Неуспех при изпълнението на компресиращата програма "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, c-format
  msgid "read, still have %llu to read but none left"
  msgstr ""
  "грешка при четене, все още има %llu за четене, но няма нито един останал"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "грешка при запис, все още име %llu за запис, но не успя"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Проблем при затваряне на файла %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Проблем при преименуване на файла %s на %s"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Проблем при изтриване на файла %s"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Проблем при синхронизиране на файла"
  
@@@ -3031,12 -3031,12 +3031,12 @@@ msgstr "преименуването с
  msgid "MD5Sum mismatch"
  msgstr "Несъответствие на контролна сума MD5"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Несъответствие на контролната сума"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
@@@ -3045,16 -3045,16 +3045,16 @@@ msgstr "
  "Не може да се открие елемент „%s“ във файла Release (объркан ред в sources."
  "list или повреден файл)"
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Не е открита контролна сума за „%s“  във файла Release"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "Няма налични публични ключове за следните идентификатори на ключове:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
@@@ -3063,12 -3063,12 +3063,12 @@@ msgstr "
  "Файлът със служебна информация за „%s“ е остарял (валиден до %s). Няма да се "
  "прилагат обновявания от това хранилище."
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "Конфликт в дистрибуцията: %s (очаквана: %s, намерена: %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3078,12 -3078,12 +3078,12 @@@ msgstr "
  "използват старите индексни файлове. Грешка от GPG: %s: %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "Грешка от GPG: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3092,7 -3092,7 +3092,7 @@@ msgstr "
  "Неуспех при намирането на файл за пакет %s. Това може да означава, че трябва "
  "ръчно да оправите този пакет (поради пропусната архитектура)."
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3101,14 -3101,14 +3101,14 @@@ msgstr "
  "Неуспех при намирането на файл за пакет %s. Това може да означава, че трябва "
  "ръчно да оправите този пакет."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr ""
  "Индексните файлове на пакета са повредени. Няма поле Filename: за пакет %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Несъответствие на размера"
  
@@@ -3232,22 -3232,22 +3232,22 @@@ msgstr "Ð\97апазване Ð½Ð° Ð½Ð¾Ð²Ð
  msgid "Source list entries for this disc are:\n"
  msgstr "Записите в списъка с източници за този диск са:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Записани са %i записа.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Записани са %i записа с %i липсващи файла.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Записани са %i записа с %i несъответстващи файла\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr "Записани са %i записа с %i липсващи и %i несъответстващи файла\n"
@@@ -3267,13 -3267,13 +3267,13 @@@ msgstr "Ð\9dе Ðµ Ð½Ð°Ð¼ÐµÑ\80ен oÑ\82оÑ\80Ð
  msgid "Hash mismatch for: %s"
  msgstr "Несъответствие на контролната сума за: %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr "Файлът %s не започва с информация за подписване в обикновен текст."
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "В %s няма инсталиран ключодържател."
diff --cc po/bs.po
index c8083990385de32efff6f2cf00c49ff357c837c4,6a4772811d4fef4b4273ee856eca1ae092628abf..f41a3405d8f728cdde2c1b4ab14c07d966bd5d4a
+++ b/po/bs.po
@@@ -6,7 -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: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2004-05-06 15:25+0100\n"
  "Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n"
  "Language-Team: Bosnian <lokal@lugbih.org>\n"
@@@ -1194,8 -1194,8 +1194,8 @@@ msgstr "
  msgid "Server closed the connection"
  msgstr "Server je zatvorio vezu"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Greška pri čitanju"
  
@@@ -1209,8 -1209,8 +1209,8 @@@ msgid "Protocol corruption
  msgstr "Oštećenje protokola"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Greška pri pisanju"
  
@@@ -2121,7 -2108,7 +2121,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr ""
@@@ -2312,50 -2299,50 +2312,50 @@@ msgstr "
  msgid "Sub-process %s exited unexpectedly"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, fuzzy, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Ne mogu otvoriti %s"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, c-format
  msgid "read, still have %llu to read but none left"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, fuzzy, c-format
  msgid "Problem closing the file %s"
  msgstr "Ne mogu ukloniti %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr ""
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr ""
  
@@@ -2754,40 -2741,40 +2754,40 @@@ msgstr "
  msgid "MD5Sum mismatch"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Ne mogu otvoriti DB datoteku %s"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
  "to manually fix this package. (due to missing arch)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
  "to manually fix this package."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr ""
  
@@@ -2939,22 -2926,22 +2939,22 @@@ msgstr "
  msgid "Source list entries for this disc are:\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -2974,13 -2961,13 +2974,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr ""
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, fuzzy, c-format
  msgid "No keyring installed in %s."
  msgstr "Odustajem od instalacije."
diff --cc po/ca.po
index 3f1df0dc85c7b49e3c4947c5feaec7a3d5c58402,283af2e4fffe0add2b54e27544fc3c533d894a7d..78e5c96c3784d77773d571db241e404c59bf9630
+++ b/po/ca.po
@@@ -8,7 -8,7 +8,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt 0.8.15\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2011-06-16 01:41+0200\n"
  "Last-Translator: Jordi Mallach <jordi@debian.org>\n"
  "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@@@ -1359,8 -1359,8 +1359,8 @@@ msgstr "Temps de connexió finalitzat
  msgid "Server closed the connection"
  msgstr "El servidor ha tancat la connexió"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Error de lectura"
  
@@@ -1373,8 -1373,8 +1373,8 @@@ msgid "Protocol corruption
  msgstr "Protocol corromput"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Error d'escriptura"
  
@@@ -2362,7 -2362,7 +2362,7 @@@ msgstr "%limin %lis
  msgid "%lis"
  msgstr "%lis"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "No s'ha trobat la selecció %s"
@@@ -2560,50 -2560,50 +2560,50 @@@ msgstr "El sub-procés %s ha retornat u
  msgid "Sub-process %s exited unexpectedly"
  msgstr "El sub-procés %s ha sortit inesperadament"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "No s'ha pogut obrir el fitxer %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "No s'ha pogut obrir el descriptor del fitxer %d"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "No s'ha pogut crear el subprocés IPC"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "No s'ha pogut executar el compressor "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "llegits, falten %lu per llegir, però no queda res"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "escrits, falten %lu per escriure però no s'ha pogut"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Ha hagut un problema en tancar el fitxer %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Ha hagut un problema en reanomenar el fitxer %s a %s"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Ha hagut un problema en desenllaçar el fitxer %s"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Ha hagut un problema en sincronitzar el fitxer"
  
@@@ -3027,12 -3027,12 +3027,12 @@@ msgstr "no s'ha pogut canviar el nom, %
  msgid "MD5Sum mismatch"
  msgstr "La suma MD5 no concorda"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "La suma resum no concorda"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
@@@ -3041,28 -3041,28 +3041,28 @@@ msgstr "
  "No s'ha trobat l'entrada «%s» esperada, al fitxer Release (entrada errònia "
  "al sources.list o fitxer malformat)"
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "No s'ha trobat la suma de comprovació per a «%s» al fitxer Release"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "No hi ha cap clau pública disponible per als següents ID de clau:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "Distribució en conflicte: %s (s'esperava %s però s'ha obtingut %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3073,12 -3073,12 +3073,12 @@@ msgstr "
  "%s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "S'ha produït un error amb el GPG: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3088,7 -3088,7 +3088,7 @@@ msgstr "
  "significar que haureu d'arreglar aquest paquet manualment (segons "
  "arquitectura)."
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3097,7 -3097,7 +3097,7 @@@ msgstr "
  "No s'ha trobat un fitxer pel paquet %s. Això podria significar que haureu "
  "d'arreglar aquest paquet manualment."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
@@@ -3105,7 -3105,7 +3105,7 @@@ msgstr "
  "L'índex dels fitxers en el paquet està corromput. Fitxer no existent: camp "
  "per al paquet %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "La mida no concorda"
  
@@@ -3229,22 -3229,22 +3229,22 @@@ msgstr "S'està escrivint una nova llis
  msgid "Source list entries for this disc are:\n"
  msgstr "Les entrades de la llista de fonts per a aquest disc són:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "S'han escrit %i registres.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "S'han escrit %i registres, on falten %i fitxers.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "S'han escrit %i registres, on hi ha %i fitxers no coincidents\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3266,13 -3266,13 +3266,13 @@@ msgstr "No s'ha pogut trobar el registr
  msgid "Hash mismatch for: %s"
  msgstr "El resum no coincideix per a: %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "No s'ha instaŀlat cap clauer a %s."
diff --cc po/cs.po
index 6297c3e600dc64cebfb0709830535d60cb420242,203eaeaf317a53cc9c69c5d5179a7659722ff47c..aedf1ea5ac52de458b6994cda3de07e10505b14e
+++ b/po/cs.po
@@@ -7,8 -7,8 +7,8 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
 -"PO-Revision-Date: 2010-11-27 13:54+0100\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
 +"PO-Revision-Date: 2012-07-08 13:46+0200\n"
  "Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
  "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
  "Language: cs\n"
@@@ -1339,8 -1319,8 +1339,8 @@@ msgstr "Čas spojení vypršel
  msgid "Server closed the connection"
  msgstr "Server uzavřel spojení"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Chyba čtení"
  
@@@ -1353,8 -1333,8 +1353,8 @@@ msgid "Protocol corruption
  msgstr "Porušení protokolu"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Chyba zápisu"
  
@@@ -2326,7 -2306,7 +2326,7 @@@ msgstr "%limin %lis
  msgid "%lis"
  msgstr "%lis"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Výběr %s nenalezen"
@@@ -2520,50 -2500,50 +2520,50 @@@ msgstr "Podproces %s vrátil chybový k
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Podproces %s neočekávaně skončil"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Nelze otevřít soubor %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Nelze otevřít popisovač souboru %d"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Nelze vytvořit podproces IPC"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Nezdařilo se spustit kompresor "
  
--#: apt-pkg/contrib/fileutl.cc:1289
 -#, fuzzy, c-format
++#: apt-pkg/contrib/fileutl.cc:1309
 +#, c-format
  msgid "read, still have %llu to read but none left"
 -msgstr "čtení, stále mám k přečtení %lu, ale už nic nezbývá"
 +msgstr "čtení, stále mám k přečtení %llu, ale už nic nezbývá"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
 -#, fuzzy, c-format
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
 +#, c-format
  msgid "write, still have %llu to write but couldn't"
 -msgstr "zápis, stále mám %lu k zápisu, ale nejde to"
 +msgstr "zápis, stále mám %llu k zápisu, ale nejde to"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Problém při zavírání souboru %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Problém při přejmenování souboru %s na %s"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Problém při odstraňování souboru %s"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Problém při synchronizování souboru"
  
@@@ -2972,44 -2952,40 +2972,44 @@@ msgstr "přejmenování selhalo, %s (%
  msgid "MD5Sum mismatch"
  msgstr "Neshoda MD5 součtů"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Neshoda kontrolních součtů"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
 +"V souboru Release nelze najít očekávanou položku „%s“ (chybný sources.list "
 +"nebo porušený soubor)"
  
--#: apt-pkg/acquire-item.cc:1386
 -#, fuzzy, c-format
++#: apt-pkg/acquire-item.cc:1397
 +#, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
 -msgstr "Nelze zpracovat Release soubor %s"
 +msgstr "V souboru Release nelze najít kontrolní součet „%s“"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "K následujícím ID klíčů není dostupný veřejný klíč:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
 +"Soubor Release pro %s již expiroval (neplatný od %s). Aktualizace z tohoto "
 +"repositáře se nepoužijí."
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "Konfliktní distribuce: %s (očekáváno %s, obdrženo %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3019,37 -2995,37 +3019,37 @@@ msgstr "
  "se použijí předchozí indexové soubory. Chyba GPG: %s: %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "Chyba GPG: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
  "to manually fix this package. (due to missing arch)"
  msgstr ""
 -"Nebyl jsem schopen nalézt soubor s balíkem %s. To by mohlo znamenat, že "
 -"tento balík je třeba opravit ručně (kvůli chybějící architektuře)"
 +"Nebylo možné nalézt soubor s balíkem %s. To by mohlo znamenat, že tento "
 +"balík je třeba opravit ručně (kvůli chybějící architektuře)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
  "to manually fix this package."
  msgstr ""
 -"Nebyl jsem schopen nalézt soubor s balíkem %s. Asi budete muset tento balík "
 +"Nebylo možné nalézt soubor s balíkem %s. Asi budete muset tento balík "
  "opravit ručně."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr ""
  "Indexové soubory balíku jsou narušeny. Chybí pole Filename: u balíku %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Velikosti nesouhlasí"
  
@@@ -3173,22 -3149,22 +3173,22 @@@ msgstr "Zapisuji nový seznam balíků\
  msgid "Source list entries for this disc are:\n"
  msgstr "Seznamy zdrojů na tomto disku jsou:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Zapsáno %i záznamů.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Zapsáno %i záznamů s chybějícími soubory (%i).\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Zapsáno %i záznamů s nesouhlasícími soubory (%i).\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr "Zapsáno %i záznamů s chybějícími (%i) a nesouhlasícími (%i) soubory.\n"
@@@ -3208,13 -3184,13 +3208,13 @@@ msgstr "Nelze najít autentizační zá
  msgid "Hash mismatch for: %s"
  msgstr "Neshoda kontrolních součtů pro: %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
 -msgstr ""
 +msgstr "Soubor %s nezačíná podpisem"
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "V %s není nainstalována žádná klíčenka."
diff --cc po/cy.po
index 8b223179a4cf6314ec439c228719a14e35ecab2e,ec5d59a2bd99a215b2ca95f0031e647baee95632..602402d36ffbf87288bd8ffc0d820acb0827936e
+++ b/po/cy.po
@@@ -6,7 -6,7 +6,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: APT\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2005-06-06 13:46+0100\n"
  "Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n"
  "Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n"
@@@ -1349,8 -1349,8 +1349,8 @@@ msgstr "Goramser cysylltu
  msgid "Server closed the connection"
  msgstr "Caeodd y gweinydd y cysylltiad"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Gwall darllen"
  
@@@ -1363,8 -1363,8 +1363,8 @@@ msgid "Protocol corruption
  msgstr "Llygr protocol"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Gwall ysgrifennu"
  
@@@ -2360,7 -2360,7 +2360,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Ni chanfuwyd y dewis %s"
@@@ -2556,52 -2556,52 +2556,52 @@@ msgstr "Dychwelodd is-broses %s gôd gw
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Gorffenodd is-broses %s yn annisgwyl"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Methwyd agor ffeil %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, fuzzy, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Methwyd agor pibell ar gyfer %s"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Methwyd creu isbroses IPC"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Methwyd gweithredu cywasgydd "
  
  # FIXME
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "o hyd %lu i ddarllen ond dim ar ôl"
  
  # FIXME
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "o hyd %lu i ysgrifennu ond methwyd"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, fuzzy, c-format
  msgid "Problem closing the file %s"
  msgstr "Gwall wrth gau'r ffeil"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, fuzzy, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Gwall wrth gyfamseru'r ffeil"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, fuzzy, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Gwall wrth dadgysylltu'r ffeil"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Gwall wrth gyfamseru'r ffeil"
  
@@@ -3033,13 -3033,13 +3033,13 @@@ msgstr "methwyd ailenwi, %s (%s -> %s).
  msgid "MD5Sum mismatch"
  msgstr "Camgyfatebiaeth swm MD5"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  #, fuzzy
  msgid "Hash Sum mismatch"
  msgstr "Camgyfatebiaeth swm MD5"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  msgstr ""
  
  # FIXME: number?
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Ni ellir gramadegu ffeil becynnau %s (1)"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr ""
  
  # FIXME: case
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3091,7 -3091,7 +3091,7 @@@ msgstr "
  "Methais i leoli ffeila r gyfer y pecyn %s. Fa all hyn olygu bod rhaid i chi "
  "drwsio'r pecyn hyn a law. (Oherwydd pensaerniaeth coll.)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3100,14 -3100,14 +3100,14 @@@ msgstr "
  "Methais i leoli ffeila r gyfer y pecyn %s. Fa all hyn olygu bod rhaid i chi "
  "drwsio'r pecyn hyn a law."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr ""
  "Mae'r ffeiliau mynegai pecyn yn llygr. Dim maes Filename: gan y pecyn %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Camgyfatebiaeth maint"
  
@@@ -3229,22 -3229,22 +3229,22 @@@ msgstr "Llinell %u yn rhy hir yn y rhes
  msgid "Source list entries for this disc are:\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3264,13 -3264,13 +3264,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr "Camgyfatebiaeth swm MD5"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, fuzzy, c-format
  msgid "No keyring installed in %s."
  msgstr "Yn Erthylu'r Sefydliad."
diff --cc po/da.po
index fad30281a5d26ffedc42b9bf1c5ad9471c429115,d1293d3e59240200ecc7c8de8c2e5474a0838981..40344f57edf11ba619fa605b21d277e3276da68a
+++ b/po/da.po
@@@ -10,10 -10,10 +10,10 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
 -"PO-Revision-Date: 2012-06-02 23:51+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
 +"PO-Revision-Date: 2012-07-03 23:51+0200\n"
  "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
 -"Language-Team: Danish <debian-l10n-danish@lists.debian.org> \n"
 +"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
  "Language: \n"
  "MIME-Version: 1.0\n"
  "Content-Type: text/plain; charset=UTF-8\n"
@@@ -1347,8 -1348,8 +1347,8 @@@ msgstr "Tidsudløb på forbindelsen
  msgid "Server closed the connection"
  msgstr "Serveren lukkede forbindelsen"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Læsefejl"
  
@@@ -1361,8 -1362,8 +1361,8 @@@ msgid "Protocol corruption
  msgstr "Protokolfejl"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Skrivefejl"
  
@@@ -2349,7 -2350,7 +2349,7 @@@ msgstr "%limin %lis
  msgid "%lis"
  msgstr "%lis"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Det valgte %s blev ikke fundet"
@@@ -2540,50 -2541,50 +2540,50 @@@ msgstr "Underprocessen %s returnerede e
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Underprocessen %s afsluttedes uventet"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Kunne ikke åbne filen %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Kunne ikke åbne filbeskrivelse %d"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Kunne ikke oprette underproces IPC"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Kunne ikke udføre komprimeringsprogram "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "læs, mangler stadig at læse %llu men der er ikke flere"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "skriv, mangler stadig at skrive %llu men kunne ikke"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Problem under lukning af filen %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Problem under omdøbning af filen %s til %s"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Fejl ved frigivelse af filen %s"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Problem under synkronisering af fil"
  
@@@ -2996,12 -2997,12 +2996,12 @@@ msgstr "omdøbning mislykkedes, %s (%s 
  msgid "MD5Sum mismatch"
  msgstr "MD5Sum stemmer ikke"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Hashsum stemmer ikke"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
@@@ -3010,17 -3011,17 +3010,17 @@@ msgstr "
  "Kunne ikke finde uventet punkt »%s« i udgivelsesfil (forkert sources.list-"
  "punkt eller forkert udformet fil)"
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Kunne ikke finde hashsum for »%s« i udgivelsesfilen"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr ""
  "Der er ingen tilgængelige offentlige nøgler for følgende nøgle-ID'er:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
@@@ -3029,12 -3030,12 +3029,12 @@@ msgstr "
  "Udgivelsesfil for %s er udløbet (ugyldig siden %s). Opdateringer for dette "
  "arkiv vil ikke blive anvendt."
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "Konfliktdistribution: %s (forventede %s men fik %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3044,12 -3045,12 +3044,12 @@@ msgstr "
  "og den forrige indeksfil vil blive brugt. GPG-fejl: %s: %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "GPG-fejl: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3058,7 -3059,7 +3058,7 @@@ msgstr "
  "Jeg kunne ikke lokalisere filen til %s-pakken. Det betyder muligvis at du er "
  "nødt til manuelt at reparere denne pakke. (grundet manglende arch)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3067,13 -3068,13 +3067,13 @@@ msgstr "
  "Jeg kunne ikke lokalisere filen til %s-pakken. Det betyder muligvis at du er "
  "nødt til manuelt at reparere denne pakke."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr "Pakkeindeksfilerne er i stykker. Intet 'Filename:'-felt for pakken %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Størrelsen stemmer ikke"
  
@@@ -3197,22 -3198,22 +3197,22 @@@ msgstr "Skriver ny kildeliste\n
  msgid "Source list entries for this disc are:\n"
  msgstr "Denne disk har følgende kildeliste-indgange:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Skrev %i poster.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Skrev %i poster med %i manglende filer.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Skrev %i poster med %i ikke-trufne filer\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr "Skrev %i poster med %i manglende filer og %i ikke-trufne filer\n"
@@@ -3232,13 -3233,13 +3232,13 @@@ msgstr "Kan ikke finde godkendelsesregi
  msgid "Hash mismatch for: %s"
  msgstr "Hashsum stemmer ikke: %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr "Fil %s starter ikke med en »clearsigned« besked"
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "Ingen nøglering installeret i %s."
diff --cc po/de.po
index 8bc60c91c471c68cba507ef518a2cf369d79efaf,cb35a3acd6476764b96abf17d68c01735aa5e62a..940157984a89825d89011e02c374bba21a43484e
+++ b/po/de.po
@@@ -10,7 -10,7 +10,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt 0.9.2\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2012-06-27 10:55+0200\n"
  "Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
  "Language-Team: Debian German <debian-l10n-german@lists.debian.org>\n"
@@@ -1389,8 -1389,8 +1389,8 @@@ msgstr "Zeitüberschreitung der Verbind
  msgid "Server closed the connection"
  msgstr "Verbindung durch Server geschlossen"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Lesefehler"
  
@@@ -1403,8 -1403,8 +1403,8 @@@ msgid "Protocol corruption
  msgstr "Protokoll beschädigt"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Schreibfehler"
  
@@@ -2410,7 -2410,7 +2410,7 @@@ msgstr "%li min %li s
  msgid "%lis"
  msgstr "%li s"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Auswahl %s nicht gefunden"
@@@ -2609,54 -2609,54 +2609,54 @@@ msgstr "Unterprozess %s hat Fehlercode 
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Unterprozess %s unerwartet beendet"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Datei %s konnte nicht geöffnet werden."
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Datei-Deskriptor %d konnte nicht geöffnet werden."
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr ""
  "Interprozesskommunikation mit Unterprozess konnte nicht aufgebaut werden."
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Fehler beim Ausführen von Komprimierer "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, c-format
  msgid "read, still have %llu to read but none left"
  msgstr ""
  "Lesevorgang: es verbleiben noch %llu zu lesen, jedoch ist nichts mehr übrig."
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr ""
  "Schreibvorgang: es verbleiben noch %llu zu schreiben, Schreiben ist jedoch "
  "nicht möglich."
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Problem beim Schließen der Datei %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Problem beim Umbenennen der Datei %s nach %s"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Problem beim Entfernen (unlink) der Datei %s"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Problem beim Synchronisieren der Datei"
  
@@@ -3087,12 -3087,12 +3087,12 @@@ msgstr "Umbenennen fehlgeschlagen, %s (
  msgid "MD5Sum mismatch"
  msgstr "MD5-Summe stimmt nicht überein"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Hash-Summe stimmt nicht überein"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
@@@ -3101,17 -3101,17 +3101,17 @@@ msgstr "
  "Erwarteter Eintrag »%s« konnte in Release-Datei nicht gefunden werden "
  "(falscher Eintrag in sources.list oder missgebildete Datei)."
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Hash-Summe für »%s« kann in Release-Datei nicht gefunden werden."
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr ""
  "Es gibt keine öffentlichen Schlüssel für die folgenden Schlüssel-IDs:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
@@@ -3120,12 -3120,12 +3120,12 @@@ msgstr "
  "Release-Datei für %s ist abgelaufen (ungültig seit %s). Aktualisierungen für "
  "dieses Depot werden nicht angewendet."
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "Konflikt bei Distribution: %s (%s erwartet, aber %s bekommen)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3136,12 -3136,12 +3136,12 @@@ msgstr "
  "GPG-Fehler: %s: %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "GPG-Fehler: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3151,7 -3151,7 +3151,7 @@@ msgstr "
  "Sie dieses Paket von Hand korrigieren müssen (aufgrund fehlender "
  "Architektur)."
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3160,14 -3160,14 +3160,14 @@@ msgstr "
  "Es konnte keine Datei für Paket %s gefunden werden. Das könnte heißen, dass "
  "Sie dieses Paket von Hand korrigieren müssen."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr ""
  "Die Paketindexdateien sind beschädigt: Kein Filename:-Feld für Paket %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Größe stimmt nicht überein"
  
@@@ -3291,22 -3291,22 +3291,22 @@@ msgstr "Schreiben der neuen Quellliste\
  msgid "Source list entries for this disc are:\n"
  msgstr "Quelllisteneinträge für dieses Medium sind:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Es wurden %i Datensätze geschrieben.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Es wurden %i Datensätze mit %i fehlenden Dateien geschrieben.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Es wurden %i Datensätze mit %i nicht passenden Dateien geschrieben.\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3328,13 -3328,13 +3328,13 @@@ msgstr "Authentifizierungs-Datensatz ko
  msgid "Hash mismatch for: %s"
  msgstr "Hash-Summe stimmt nicht überein für: %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr "Datei %s beginnt nicht mit einer Klartext-signierten Nachricht."
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "Kein Schlüsselring in %s installiert"
diff --cc po/dz.po
index 0eceff7c32130e049474e194185ae0a235f4935d,6f815804c53ae7deba2f3ab48f3f384fa2f8b93a..d2722c3f601f352f53b7798b569788923c6f0807
+++ b/po/dz.po
@@@ -6,7 -6,7 +6,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt_po.pot\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2006-09-19 09:49+0530\n"
  "Last-Translator: Kinley Tshering <gasepkuenden2k3@hotmail.com>\n"
  "Language-Team: Dzongkha <pgeyleg@dit.gov.bt>\n"
@@@ -1313,8 -1313,8 +1313,8 @@@ msgstr "à½\98à½\90ུà½\91à¼\8bལà½\98à¼\8bà½\84ལà
  msgid "Server closed the connection"
  msgstr "སར་བར་གྱིས་མཐུད་ལམ་འདི་ཁ་བསྡམས་ཏེ་ཡོདཔ་ཨིན།"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "འཛོལ་བ་ལྷབ།"
  
@@@ -1327,8 -1327,8 +1327,8 @@@ msgid "Protocol corruption
  msgstr "གནད་སྤེལ་ལམ་ལུགས་ ངན་ཅན།"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "འཛོལ་བ་འབྲི།"
  
@@@ -2313,7 -2313,7 +2313,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "སེལ་འཐུ་%s ་མ་འཐོབ།"
@@@ -2505,50 -2505,50 +2505,50 @@@ msgstr "ཡà½\93à¼\8bལà½\82à¼\8bལསà¼\8bསà
  msgid "Sub-process %s exited unexpectedly"
  msgstr "ཡན་ལག་ལས་སྦྱོར་་%s་གིས་རེ་བ་མེད་པར་ཕྱིར་ཐོན་ཡོདཔ་ཨིན།"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "%s་ཡིག་སྣོད་འདི་ཁ་ཕྱེ་མ་ཚུགས།"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, fuzzy, c-format
  msgid "Could not open file descriptor %d"
  msgstr "%s་གི་དོན་ལུ་རྒྱུད་དུང་འདི་ཁ་ཕྱེ་མ་ཚུགས།"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "ཡན་ལག་ལས་སྦྱོར་ ཨའི་པི་སི་ གསར་བསྐྲུན་འབད་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོད།"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "ཨེབ་འཕྲུལ་ལག་ལེན་འཐབ་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོད།"
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "ལྷག་  ད་ལྟོ་ཡང་ལྷག་ནི་ལུ་%lu་ཡོད་འདི་འབདཝ་ད་ཅི་ཡང་ལྷག་ལུས་མིན་འདུག"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "འབྲི་  ད་ལྟོ་ཡང་འབྲི་ནི་ལུ་%lu་ཡོད་འདི་འདབཝ་ད་འབད་མ་ཚུགས།"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, fuzzy, c-format
  msgid "Problem closing the file %s"
  msgstr "ཡིག་སྣོད་འདི་ཁ་བསྡམས་པའི་བསྒང་དཀའ་ངལ།"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, fuzzy, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "ཡིག་སྣོད་མཉམ་བྱུང་འབདཝ་ད་དཀའ་ངལ།"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, fuzzy, c-format
  msgid "Problem unlinking the file %s"
  msgstr "ཡིག་སྣོད་འདི་འབྲེལལམ་མེདཔ་བཟོ་བའི་བསྒང་དཀའ་ངལ།"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "ཡིག་སྣོད་མཉམ་བྱུང་འབདཝ་ད་དཀའ་ངལ།"
  
@@@ -2960,41 -2960,41 +2960,41 @@@ msgstr "%s (%s -> %s)བསྐྱར་
  msgid "MD5Sum mismatch"
  msgstr "ཨེམ་ཌི་༥་ ཁྱོན་བསྡོམས་མ་མཐུན་པ།"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  #, fuzzy
  msgid "Hash Sum mismatch"
  msgstr "ཨེམ་ཌི་༥་ ཁྱོན་བསྡོམས་མ་མཐུན་པ།"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "%s (༡་)་ཐུམ་སྒྲིལ་ཡིག་སྣོད་འདི་མིང་དཔྱད་འབད་མ་ཚུགས།"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "འོག་གི་ ཨའི་ཌི་་ ལྡེ་མིག་ཚུ་གི་དོན་ལུ་མི་དམང་གི་ལྡེ་མིག་འདི་འཐོབ་མི་ཚུགས་པས:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3016,7 -3016,7 +3016,7 @@@ msgstr "
  " %s་ཐུམ་སྒྲིལ་གི་དོན་ལུ་ང་་གི་ཡིག་སྣོད་ཅིག་ག་ཡོད་འཚོལ་མི་འཐོབ་པས། འདི་འབདཝ་ལས་ཁྱོད་ཀྱི་ལག་ཐོག་ལས་ "
  "འ་ནི་ཐུམ་སྒྲིལ་འདི་གི་དཀའ་ངལ་སེལ་དགོཔ་འདུག (arch འདི་བྱིག་སོངམ་ལས་བརྟེན།)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3025,14 -3025,14 +3025,14 @@@ msgstr "
  " %s་ཐུམ་སྒྲིལ་གི་དོན་ལུ་ང་་གི་ཡིག་སྣོད་ཅིག་ག་ཡོད་འཚོལ་མི་འཐོབ་པས། འདི་འབདཝ་ལས་ཁྱོད་ཀྱི་ལག་ཐོག་ལས་ "
  "འ་ནི་ཐུམ་སྒྲིལ་འདི་གི་དཀའ་ངལ་སེལ་དགོཔ་འདུག "
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr ""
  "ཐུམ་སྒྲིལ་ ཟུར་ཐོ་ཡིག་སྣོད་ཚུ་ངན་ཅན་འགྱོ་ནུག  ཡིག་སྣོད་ཀྱི་མིང་མིན་འདུག: %s་ཐུམ་སྒྲིལ་གྱི་དོན་ལུ་ས་སྒོ།"
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "ཚད་མ་མཐུན།"
  
@@@ -3153,22 -3153,22 +3153,22 @@@ msgstr "འà½\96ྱུà½\84à¼\8bà½\81ུà½\84སà
  msgid "Source list entries for this disc are:\n"
  msgstr "འ་ནི་ ཌིསིཀ་གི་དོན་ལུ་ འབྱུང་ཁུངས་ཧྲིལ་བུ་ཚུ་:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "%i་དྲན་མཐོ་དེ་ཚུ་བྲིས་ཡོད།\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "%i བྱིག་འགྱོ་ཡོད་པའི་ཡིག་སྣོད་ཚུ་དང་གཅིག་ཁར་ %i དྲན་ཐོ་འདི་ཚུ་བྲིས་ཡོད།\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "%i་མཐུན་སྒྲིག་མེདཔ་པའི་ཡིག་སྣོད་ཚུ་དང་གཅིག་ཁར་ %i་དྲན་ཐོ་ཚུ་བྲིས་བཞག་ཡོདཔ་ཨིན།\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3190,13 -3190,13 +3190,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr "ཨེམ་ཌི་༥་ ཁྱོན་བསྡོམས་མ་མཐུན་པ།"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, fuzzy, c-format
  msgid "No keyring installed in %s."
  msgstr "གཞི་བཙུགས་བར་བཤོལ་འབད་དོ།"
diff --cc po/el.po
index 2950b5529823ff1359913755bb03183965c5771d,62bb876503eb4a217def4f52db9595fa40991b2a..ded5920649ae59998f410801c7b7e46067dcc9af
+++ b/po/el.po
@@@ -16,9 -15,9 +16,9 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt_po_el\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2008-08-26 18:25+0300\n"
 -"Last-Translator: quad-nrg.net <yodesy@quad-nrg.net>\n"
 +"Last-Translator: Θανάσης Νάτσης <natsisthanasis@gmail.com>\n"
  "Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n"
  "Language: el\n"
  "MIME-Version: 1.0\n"
@@@ -1333,8 -1336,8 +1333,8 @@@ msgstr "Î\9bήξη Ï\87Ï\81Ï\8cνοÏ\85 Ï\83Ï\8dνδÎ
  msgid "Server closed the connection"
  msgstr "Ο διακομιστής έκλεισε την σύνδεση"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Σφάλμα ανάγνωσης"
  
@@@ -1347,8 -1350,8 +1347,8 @@@ msgid "Protocol corruption
  msgstr "Αλλοίωση του πρωτοκόλλου"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Σφάλμα εγγραφής"
  
@@@ -2336,7 -2339,7 +2336,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Η επιλογή %s δε βρέθηκε"
@@@ -2533,50 -2536,50 +2533,50 @@@ msgstr "Η υποδιεργασία %s 
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Η υποδιεργασία %s εγκατέλειψε απρόσμενα"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Αδύνατο το άνοιγμα του αρχείου %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, fuzzy, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Αδύνατο το άνοιγμα διασωλήνωσης για το %s"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Αποτυχία δημιουργίας IPC στην υποδιεργασία"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Αποτυχία εκτέλεσης του συμπιεστή "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "αναγνώστηκαν, απομένουν ακόμη %lu για ανάγνωση αλλά δεν απομένουν άλλα"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "γράφτηκαν, απομένουν %lu για εγγραφή αλλά χωρίς επιτυχία"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, fuzzy, c-format
  msgid "Problem closing the file %s"
  msgstr "Πρόβλημα κατά το κλείσιμο του αρχείου"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, fuzzy, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Πρόβλημα κατά τον συγχρονισμό του αρχείου"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, fuzzy, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Πρόβλημα κατά την διαγραφή του αρχείου"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Πρόβλημα κατά τον συγχρονισμό του αρχείου"
  
@@@ -2994,40 -2997,40 +2994,40 @@@ msgstr "αÏ\80έÏ\84Ï\85Ï\87ε Î· Î¼ÎµÏ\84ονοÎ
  msgid "MD5Sum mismatch"
  msgstr "Ανόμοιο MD5Sum"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Ανόμοιο MD5Sum"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Αδύνατη η ανάλυση του αρχείου πακέτου %s (1)"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "Δεν υπάρχει διαθέσιμο δημόσιο κλειδί για τα ακολουθα κλειδιά:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3049,7 -3052,7 +3049,7 @@@ msgstr "
  "Αδύνατος ο εντοπισμός ενός αρχείου για το πακέτο %s. Αυτό ίσως σημαίνει ότι "
  "χρειάζεται να διορθώσετε χειροκίνητα το πακέτο. (λόγω χαμένου αρχείου)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3058,7 -3061,7 +3058,7 @@@ msgstr "
  "Αδύνατος ο εντοπισμός ενός αρχείου για το πακέτο %s. Αυτό ίσως σημαίνει ότι "
  "χρειάζεται να διορθώσετε χειροκίνητα το πακέτο."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
@@@ -3066,7 -3069,7 +3066,7 @@@ msgstr "
  "Κατεστραμμένα αρχεία ευρετηρίου πακέτων. Δεν υπάρχει πεδίο Filename: στο "
  "πακέτο %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Ανόμοιο μέγεθος"
  
@@@ -3188,22 -3191,22 +3188,22 @@@ msgstr "Eγγραφή νέας λίστ
  msgid "Source list entries for this disc are:\n"
  msgstr "Οι κατάλογοι με τις πηγές αυτού του δίσκου είναι: \n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Εγιναν %i εγγραφές.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Εγιναν %i εγγραφές με %i απώντα αρχεία.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Εγιναν %i εγγραφές με %i ασύμβατα αρχεία.\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr "Εγιναν %i εγγραφές με %i απώντα αρχεία και %i ασύμβατα αρχεία\n"
@@@ -3223,13 -3226,13 +3223,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr "Ανόμοιο MD5Sum"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, fuzzy, c-format
  msgid "No keyring installed in %s."
  msgstr "Εγκατάλειψη της εγκατάστασης."
diff --cc po/es.po
index 2bda57b5b40bffcb9c21403daf9080ac4b5fafdb,11295cdae661e776c3edaa2d39bf88b7fefb55b9..b9ddb3a27100ded03955b15995726027c33ee9bf
+++ b/po/es.po
@@@ -33,7 -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: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2011-01-24 11:47+0100\n"
  "Last-Translator: Javier Fernández-Sanguino Peña <jfs@debian.org>\n"
  "Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@@ -1398,8 -1398,8 +1398,8 @@@ msgstr "La conexión expiró
  msgid "Server closed the connection"
  msgstr "El servidor cerró la conexión"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Error de lectura"
  
@@@ -1412,8 -1412,8 +1412,8 @@@ msgid "Protocol corruption
  msgstr "Fallo del protocolo"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Error de escritura"
  
@@@ -2407,7 -2407,7 +2407,7 @@@ msgstr "%limin. %liseg.
  msgid "%lis"
  msgstr "%liseg."
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Selección %s no encontrada"
@@@ -2604,50 -2604,50 +2604,50 @@@ msgstr "El subproceso %s devolvió un c
  msgid "Sub-process %s exited unexpectedly"
  msgstr "El subproceso %s terminó de forma inesperada"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "No pude abrir el fichero %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "No se pudo abrir el descriptor de fichero %d"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "No se pudo crear el subproceso IPC"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "No se pudo ejecutar el compresor "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "leídos, todavía debía leer %lu pero no queda nada"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "escritos, todavía tenía que escribir %lu pero no pude hacerlo"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Se produjo un problema al cerrar el fichero %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Se produjo un problema al renombrar el fichero %s a %s"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Se produjo un problema al desligar el fichero %s"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Se produjo un problema al sincronizar el fichero"
  
@@@ -3074,42 -3074,42 +3074,42 @@@ msgstr "falló el cambio de nombre, %s 
  msgid "MD5Sum mismatch"
  msgstr "La suma MD5 difiere"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "La suma hash difiere"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "No se pudo leer el archivo «Release» %s"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr ""
  "No existe ninguna clave pública disponible para los siguientes "
  "identificadores de clave:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "Distribución conflictiva: %s (se esperaba %s, pero se obtuvo %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3120,12 -3120,12 +3120,12 @@@ msgstr "
  "GPG es: %s: %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "Error de GPG: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3135,7 -3135,7 +3135,7 @@@ msgstr "
  "que necesita arreglar manualmente este paquete (debido a que falta una "
  "arquitectura)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3144,7 -3144,7 +3144,7 @@@ msgstr "
  "No se pudo localizar un archivo para el paquete %s. Esto puede significar "
  "que necesita arreglar manualmente este paquete."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
@@@ -3152,7 -3152,7 +3152,7 @@@ msgstr "
  "Los archivos de índice de paquetes están dañados. No existe un campo "
  "«Filename:» para el paquete %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "El tamaño difiere"
  
@@@ -3276,22 -3276,22 +3276,22 @@@ msgstr "Escribiendo nueva lista de fuen
  msgid "Source list entries for this disc are:\n"
  msgstr "Las entradas de la lista de fuentes para este disco son:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "%i registros escritos.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "%i registros escritos con %i fichero de menos.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "%i registros escritos con %i fichero mal emparejado\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3312,13 -3312,13 +3312,13 @@@ msgstr "No se pudo encontrar un registr
  msgid "Hash mismatch for: %s"
  msgstr "La suma hash difiere para: %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "No se instaló ningún anillo de claves %s."
diff --cc po/eu.po
index c0bf9434326f75d55c8b81a07342a71bf0e5499b,3d3a15b46c45eca5b6c7b7ffa3737180651cace2..b90c35eb52f8311fe727486d45eb480e04513ad1
+++ b/po/eu.po
@@@ -7,7 -7,7 +7,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt_po_eu\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2009-05-17 00:41+0200\n"
  "Last-Translator: Piarres Beobide <pi@beobide.net>\n"
  "Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n"
@@@ -1319,8 -1319,8 +1319,8 @@@ msgstr "Konexioa denboraz kanpo
  msgid "Server closed the connection"
  msgstr "Zerbitzariak konexioa itxi du"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Irakurketa errorea"
  
@@@ -1333,8 -1333,8 +1333,8 @@@ msgid "Protocol corruption
  msgstr "Protokolo hondatzea"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Idazketa errorea"
  
@@@ -2312,7 -2312,7 +2312,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "%s hautapena ez da aurkitu"
@@@ -2507,50 -2507,50 +2507,50 @@@ msgstr "%s azpiprozesuak errore kode ba
  msgid "Sub-process %s exited unexpectedly"
  msgstr "%s azpiprozesua ustekabean amaitu da"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "%s fitxategia ezin izan da ireki"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, fuzzy, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Ezin izan da %s(r)en kanalizazioa ireki"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Huts egin du IPC azpiprozesua sortzean"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Huts egin du konpresorea exekutatzean "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "irakurrita; oraindik %lu irakurtzeke, baina ez da ezer geratzen"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "idatzita; oraindik %lu idazteke, baina ezin da"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, fuzzy, c-format
  msgid "Problem closing the file %s"
  msgstr "Arazoa fitxategia ixtean"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, fuzzy, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Arazoa fitxategia sinkronizatzean"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, fuzzy, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Arazoa fitxategia desestekatzean"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Arazoa fitxategia sinkronizatzean"
  
@@@ -2958,40 -2958,40 +2958,40 @@@ msgstr "huts egin du izen-aldaketak, %
  msgid "MD5Sum mismatch"
  msgstr "MD5Sum ez dator bat"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Egiaztapena ez dator bat"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Ezin da %s pakete fitxategia analizatu (1)"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "Ez dago gako publiko erabilgarririk hurrengo gako ID hauentzat:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3013,7 -3013,7 +3013,7 @@@ msgstr "
  "Ezin izan dut %s paketeko fitxategi bat lokalizatu. Beharbada eskuz konpondu "
  "beharko duzu paketea. (arkitektura falta delako)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3022,7 -3022,7 +3022,7 @@@ msgstr "
  "Ezin izan dut %s paketeko fitxategi bat lokalizatu. Beharbada eskuz konpondu "
  "beharko duzu paketea."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
@@@ -3030,7 -3030,7 +3030,7 @@@ msgstr "
  "Paketearen indize fitxategiak hondatuta daude. 'Filename:' eremurik ez %s "
  "paketearentzat."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Tamaina ez dator bat"
  
@@@ -3152,22 -3152,22 +3152,22 @@@ msgstr "Jatorri zerrenda berria idazten
  msgid "Source list entries for this disc are:\n"
  msgstr "Diskoarentzako jatorri sarrerak:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "%i erregistro grabaturik.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "%i erregistro eta %i galdutako fitxategi grabaturik.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "%i erregistro eta %i okerreko fitxategi grabaturik\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3188,13 -3188,13 +3188,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr "Egiaztapena ez dator bat"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, fuzzy, c-format
  msgid "No keyring installed in %s."
  msgstr "Abortatu instalazioa."
diff --cc po/fi.po
index 9da63fa3df97c39b79bf8c0f4d07afcbc898531c,f0f9a97c6eb33ba886c3090019c0bf6f38e85f49..cf2bec207162344cae9c494c98f3b054678c89e3
+++ b/po/fi.po
@@@ -8,7 -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: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2008-12-11 14:52+0200\n"
  "Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
  "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@@ -1311,8 -1311,8 +1311,8 @@@ msgstr "Yhteys aikakatkaistiin
  msgid "Server closed the connection"
  msgstr "Palvelin sulki yhteyden"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Lukuvirhe"
  
@@@ -1325,8 -1325,8 +1325,8 @@@ msgid "Protocol corruption
  msgstr "Yhteyskäytäntö on turmeltunut"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Virhe kirjoitettaessa"
  
@@@ -2308,7 -2308,7 +2308,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Valintaa %s ei löydy"
@@@ -2499,50 -2499,50 +2499,50 @@@ msgstr "Aliprosessi %s palautti virheko
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Aliprosessi %s lopetti odottamatta"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Tiedostoa %s ei voitu avata"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, fuzzy, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Putkea %s ei voitu avata"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Prosessien välistä kommunikaatiota aliprosessiin ei saatu luotua"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Pakkaajan käynnistäminen ei onnistunut"
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "read, vielä %lu lukematta mutta tiedosto loppui"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "write, vielä %lu kirjoittamatta mutta epäonnistui"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, fuzzy, c-format
  msgid "Problem closing the file %s"
  msgstr "Pulmia tiedoston sulkemisessa"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, fuzzy, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Pulmia tehtäessä tiedostolle sync"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, fuzzy, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Pulmia tehtäessä tiedostolle unlink"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Pulmia tehtäessä tiedostolle sync"
  
@@@ -2950,40 -2950,40 +2950,40 @@@ msgstr "nimen vaihto ei onnistunut, %s 
  msgid "MD5Sum mismatch"
  msgstr "MD5Sum ei täsmää"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Tarkistussumma ei täsmää"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Pakettitiedostoa %s (1) ei voi jäsentää"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "Julkisia avaimia ei ole saatavilla, avainten ID:t ovat:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3005,7 -3005,7 +3005,7 @@@ msgstr "
  "En löytänyt pakettia %s vastaavaa tiedostoa. Voit ehkä joutua korjaamaan "
  "tämän paketin itse (puuttuvan arkkitehtuurin vuoksi)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3014,7 -3014,7 +3014,7 @@@ msgstr "
  "Pakettia %s vastaavaa tiedostoa ei löytynyt. Voit ehkä joutua korjaamaan "
  "tämän paketin itse."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
@@@ -3022,7 -3022,7 +3022,7 @@@ msgstr "
  "Pakettihakemistotiedostot ovat turmeltuneet. Paketille %s ei ole Filename-"
  "kenttää."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Koko ei täsmää"
  
@@@ -3144,22 -3144,22 +3144,22 @@@ msgstr "Kirjoitetaan uusi lähdeluettel
  msgid "Source list entries for this disc are:\n"
  msgstr "Tämän levyn lähdekoodipakettien luettelon tietueita ovat:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Kirjoitettiin %i tietuetta.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Kirjoitettiin %i tietuetta joissa oli %i puuttuvaa tiedostoa.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Kirjoitettiin %i tietuetta joissa oli %i paritonta tiedostoa\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3181,13 -3181,13 +3181,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr "Kohteen %s tarkistussumma ei täsmää"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, fuzzy, c-format
  msgid "No keyring installed in %s."
  msgstr "Asennus keskeytetään."
diff --cc po/fr.po
index 02e3f562358da4e74b772ec4ace826024c11a411,b20036cbe54f39c6c2e579a8fdddacf79cabb473..864e5ed1f92f2a5fc3625a04c6deeca32b3748d1
+++ b/po/fr.po
@@@ -8,7 -8,7 +8,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: fr\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2012-06-25 19:58+0200\n"
  "Last-Translator: Christian Perrier <bubulle@debian.org>\n"
  "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@@ -1392,8 -1392,8 +1392,8 @@@ msgstr "Dépassement du délai de conne
  msgid "Server closed the connection"
  msgstr "Le serveur a fermé la connexion"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Erreur de lecture"
  
@@@ -1406,8 -1406,8 +1406,8 @@@ msgid "Protocol corruption
  msgstr "Corruption du protocole"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Erreur d'écriture"
  
@@@ -2406,7 -2406,7 +2406,7 @@@ msgstr "%limin %lis
  msgid "%lis"
  msgstr "%lis"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "La sélection %s n'a pu être trouvée"
@@@ -2609,50 -2609,50 +2609,50 @@@ msgstr "Le sous-processus %s a renvoyÃ
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Le sous-processus %s s'est arrêté prématurément"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Impossible d'ouvrir le fichier %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Impossible d'ouvrir le descripteur de fichier %d"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Impossible de créer un sous-processus IPC"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Impossible d'exécuter la compression "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "lu(s), %llu restant à lire, mais rien n'est disponible"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "écrit(s), %llu restant à écrire, mais l'écriture est impossible"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Problème de fermeture du fichier %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Problème de renommage du fichier %s en %s"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Problème de suppression du lien %s"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Problème de synchronisation du fichier"
  
@@@ -3095,12 -3095,12 +3095,12 @@@ msgstr "impossible de changer le nom, %
  msgid "MD5Sum mismatch"
  msgstr "Somme de contrôle MD5 incohérente"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Somme de contrôle de hachage incohérente"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
@@@ -3109,18 -3109,18 +3109,18 @@@ msgstr "
  "Impossible de trouver l'entrée « %s » attendue dans le fichier « Release » : "
  " ligne non valable dans sources.list ou fichier corrompu"
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr ""
  "Impossible de trouver la comme de contrôle de « %s » dans le fichier Release"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr ""
  "Aucune clé publique n'est disponible pour la/les clé(s) suivante(s) :\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
@@@ -3129,12 -3129,12 +3129,12 @@@ msgstr "
  "Le fichier « Release » pour %s a expiré (plus valable depuis %s). Les mises "
  "à jour depuis ce dépôt  ne s'effectueront pas."
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "Distribution en conflit : %s (%s attendu, mais %s obtenu)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3145,12 -3145,12 +3145,12 @@@ msgstr "
  "GPG : %s : %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "Erreur de GPG : %s : %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3159,7 -3159,7 +3159,7 @@@ msgstr "
  "Impossible de localiser un fichier du paquet %s. Cela signifie que vous "
  "devrez corriger ce paquet vous-même (absence d'architecture)."
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3168,7 -3168,7 +3168,7 @@@ msgstr "
  "Impossible de localiser un fichier du paquet %s. Cela signifie que vous "
  "devrez corriger ce paquet vous-même."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
@@@ -3176,7 -3176,7 +3176,7 @@@ msgstr "
  "Les fichiers d'index des paquets sont corrompus. Aucun champ « Filename: » "
  "pour le paquet %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Taille incohérente"
  
@@@ -3300,22 -3300,22 +3300,22 @@@ msgstr "Écriture de la nouvelle liste 
  msgid "Source list entries for this disc are:\n"
  msgstr "Les entrées de listes de sources pour ce disque sont :\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "%i enregistrements écrits.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "%i enregistrements écrits avec %i fichiers manquants.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "%i enregistrements écrits avec %i fichiers qui ne correspondent pas\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3337,13 -3337,13 +3337,13 @@@ msgstr "Impossible de trouver l'enregis
  msgid "Hash mismatch for: %s"
  msgstr "Somme de contrôle de hachage incohérente pour %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr "Le fichier %s ne commence pas par un message signé en clair."
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "Pas de porte-clés installé dans %s."
diff --cc po/gl.po
index 3c8442c46c6cb4d6416ee79d1062f37925dd526b,574e44c5ae2bf6600bbdf3e07f8175fe634402c1..f280ad7ee271479ff9aa81da1900d2551df25136
+++ b/po/gl.po
@@@ -10,7 -10,7 +10,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt_po_gl\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2011-05-12 15:28+0100\n"
  "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n"
  "Language-Team: galician <proxecto@trasno.net>\n"
@@@ -1343,8 -1343,8 +1343,8 @@@ msgstr "Esgotouse o tempo para a conexi
  msgid "Server closed the connection"
  msgstr "O servidor pechou a conexión"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Produciuse un erro de lectura"
  
@@@ -1357,8 -1357,8 +1357,8 @@@ msgid "Protocol corruption
  msgstr "Dano no protocolo"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Produciuse un erro de escritura"
  
@@@ -2351,7 -2351,7 +2351,7 @@@ msgstr "%limin %lis
  msgid "%lis"
  msgstr "%lis"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Non se atopou a selección %s"
@@@ -2550,50 -2550,50 +2550,50 @@@ msgstr "O subproceso %s devolveu un có
  msgid "Sub-process %s exited unexpectedly"
  msgstr "O subproceso %s saíu de xeito inesperado"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Non foi posíbel abrir o ficheiro %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Non foi posíbel abrir o descritor de ficheiro %d"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Non foi posíbel crear o IPC do subproceso"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Non foi posíbel executar o compresor "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "lectura, aínda hai %lu para ler pero non queda ningún"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "escritura, aínda hai %lu para escribir pero non se puido"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Produciuse un problema ao pechar o ficheiro %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Produciuse un problema ao renomear o ficheiro %s a %s"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Produciuse un problema ao desligar o ficheiro %s"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Produciuse un problema ao sincronizar o ficheiro"
  
@@@ -3014,12 -3014,12 +3014,12 @@@ msgstr "non foi posíbel cambiar o nome
  msgid "MD5Sum mismatch"
  msgstr "A MD5Sum non coincide"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "A sumas «hash» non coinciden"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
@@@ -3028,29 -3028,29 +3028,29 @@@ msgstr "
  "Non é posíbel atopar a entrada agardada «%s» no ficheiro de publicación "
  "(entrada sources.list incorrecta ou ficheiro con formato incorrecto)"
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr ""
  "Non é posíbel ler a suma de comprobación para «%s» no ficheiro de publicación"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "Non hai unha chave pública dispoñíbel para os seguintes ID de chave:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "Conflito na distribución: %s (agardábase %s mais obtívose %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3061,12 -3061,12 +3061,12 @@@ msgstr "
  "%s: %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "Produciuse un erro de GPG: %s %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3075,7 -3075,7 +3075,7 @@@ msgstr "
  "Non é posíbel atopar un ficheiro para o paquete %s. Isto pode significar que "
  "ten que arranxar este paquete a man. (Falta a arquitectura)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3084,7 -3084,7 +3084,7 @@@ msgstr "
  "Non é posíbel atopar un ficheiro para o paquete %s. Isto pode significar que "
  "ten que arranxar este paquete a man."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
@@@ -3092,7 -3092,7 +3092,7 @@@ msgstr "
  "Os ficheiros de índices de paquetes están danados. Non hai un campo "
  "Filename: para o paquete %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Os tamaños non coinciden"
  
@@@ -3216,22 -3216,22 +3216,22 @@@ msgstr "Escribindo a nova lista de orix
  msgid "Source list entries for this disc are:\n"
  msgstr "As entradas da lista de orixes deste disco son:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Escribíronse %i rexistros.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Escribíronse %i rexistros con %i ficheiros que faltan.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Escribíronse %i rexistros con %i ficheiros que non coinciden\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3253,13 -3253,13 +3253,13 @@@ msgstr "Non é posíbel atopar un rexis
  msgid "Hash mismatch for: %s"
  msgstr "Valor de hash non coincidente para: %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "Non ha ningún chaveiro instalado en %s."
diff --cc po/hu.po
index 3db45a616ee79f65087eb03b1acaa6e315f88622,f25d00c12d1265c22bfda1c3f3f1aa8a69f891b4..214ed7a22b86e43b66b420f84735a087b76a73e3
+++ b/po/hu.po
@@@ -7,7 -7,7 +7,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt trunk\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2012-06-25 17:09+0200\n"
  "Last-Translator: Gabor Kelemen <kelemeng at gnome dot hu>\n"
  "Language-Team: Hungarian <gnome-hu-list at gnome dot org>\n"
@@@ -1354,8 -1354,8 +1354,8 @@@ msgstr "Időtúllépés a kapcsolatban
  msgid "Server closed the connection"
  msgstr "A kiszolgáló lezárta a kapcsolatot"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Olvasási hiba"
  
@@@ -1368,8 -1368,8 +1368,8 @@@ msgid "Protocol corruption
  msgstr "Protokollhiba"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Írási hiba"
  
@@@ -2353,7 -2353,7 +2353,7 @@@ msgstr "%lip %limp
  msgid "%lis"
  msgstr "%limp"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "%s kiválasztás nem található"
@@@ -2552,50 -2552,50 +2552,50 @@@ msgstr "%s alfolyamat hibakóddal tér
  msgid "Sub-process %s exited unexpectedly"
  msgstr "%s alfolyamat váratlanul kilépett"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Nem lehet megnyitni a(z) %s fájlt"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Nem lehet megnyitni a(z) %d fájlleírót"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Nem sikerült az alfolyamat IPC-t létrehozni"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Nem sikerült elindítani a tömörítőt "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "olvasás, még kellene %llu, de már az összes elfogyott"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "írás, még kiírandó %llu, de ez nem lehetséges"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Hiba a(z) %s fájl bezárásakor"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Hiba a(z) %s fájl átnevezésekor erre: %s"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Hiba a(z) %s fájl törlésekor"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Hiba a fájl szinkronizálásakor"
  
@@@ -3021,12 -3021,12 +3021,12 @@@ msgstr "sikertelen átnevezés, %s (%s 
  msgid "MD5Sum mismatch"
  msgstr "Az MD5Sum nem megfelelő"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "A Hash Sum nem megfelelő"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
@@@ -3035,16 -3035,16 +3035,16 @@@ msgstr "
  "A várt „%s” bejegyzés nem található a Release fájlban (Rossz sources.list "
  "bejegyzés vagy helytelenül formázott fájl)"
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Nem található a(z) „%s” ellenőrzőösszege a Release fájlban"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "Nem érhető el nyilvános kulcs az alábbi kulcsazonosítókhoz:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
@@@ -3053,12 -3053,12 +3053,12 @@@ msgstr "
  "A Release fájl elavult ehhez: %s (érvénytelen ez óta: %s). A tároló "
  "frissítései nem kerülnek alkalmazásra."
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "Ütköző disztribúció: %s (a várt %s helyett %s érkezett)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3068,12 -3068,12 +3068,12 @@@ msgstr "
  "előző indexfájl lesz használva. GPG hiba: %s: %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "GPG hiba: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3082,7 -3082,7 +3082,7 @@@ msgstr "
  "Egy fájl nem található a(z) %s csomaghoz. Ez azt jelentheti, hogy kézzel "
  "kell kijavítani a csomagot. (hiányzó arch. miatt)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3091,14 -3091,14 +3091,14 @@@ msgstr "
  "Egy fájl nem található a(z) %s csomaghoz. Ez azt jelentheti, hogy kézzel "
  "kell kijavítani a csomagot."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr ""
  "A csomagindexfájlok megsérültek. Nincs Filename: mező a(z) %s csomaghoz."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "A méret nem megfelelő"
  
@@@ -3222,22 -3222,22 +3222,22 @@@ msgstr "Új forráslista írása\n
  msgid "Source list entries for this disc are:\n"
  msgstr "A lemezhez tartozó forráslistabejegyzések a következők:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "%i rekord kiírva.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "%i rekord kiírva, %i hiányzó fájllal.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "%i rekord kiírva %i eltérő fájllal\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr "%i rekord kiírva %i hiányzó és %i eltérő fájllal\n"
@@@ -3257,13 -3257,13 +3257,13 @@@ msgstr "%s hitelesítési rekordja nem 
  msgid "Hash mismatch for: %s"
  msgstr "%s ellenőrzőösszege nem megfelelő"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr "A(z) %s fájl nem digitálisan aláírt üzenettel kezdődik"
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "Nincs kulcstartó telepítve ide: %s."
diff --cc po/it.po
index 9848389ec979d1ebaff3e7809e104839bf6d21ac,d616c84a94358ac24fbfb2a3444916ad3c33bbce..310f165eebdaf0ee10f5756a2702eaf4f795d773
+++ b/po/it.po
@@@ -8,7 -8,7 +8,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2012-06-25 21:54+0200\n"
  "Last-Translator: Milo Casagrande <milo@ubuntu.com>\n"
  "Language-Team: Italian <tp@lists.linux.it>\n"
@@@ -1373,8 -1373,8 +1373,8 @@@ msgstr "Connessione scaduta
  msgid "Server closed the connection"
  msgstr "Il server ha chiuso la connessione"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Errore di lettura"
  
@@@ -1387,8 -1387,8 +1387,8 @@@ msgid "Protocol corruption
  msgstr "Protocollo danneggiato"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Errore di scrittura"
  
@@@ -2383,7 -2383,7 +2383,7 @@@ msgstr "%limin %lis
  msgid "%lis"
  msgstr "%lis"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Selezione %s non trovata"
@@@ -2587,50 -2587,50 +2587,50 @@@ msgstr "Il sottoprocesso %s ha restitui
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Il sottoprocesso %s è uscito inaspettatamente"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Impossibile aprire il file %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Impossibile aprire il descrittore del file %d"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Creazione di un sottoprocesso IPC non riuscita"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Esecuzione non riuscita del compressore "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "lettura, ancora %llu da leggere, ma non è stato trovato nulla"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "scrittura, ancora %llu da scrivere, ma non è possibile"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Si è verificato un problema nel chiudere il file %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Si è verificato un problema nel rinominare il file %s in %s"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Si è verificato un problema nell'eseguire l'unlink del file %s"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Si è verificato un problema nel sincronizzare il file"
  
@@@ -3065,12 -3065,12 +3065,12 @@@ msgstr "rename() non riuscita: %s (%s -
  msgid "MD5Sum mismatch"
  msgstr "MD5sum non corrispondente"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Somma hash non corrispondente"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
@@@ -3079,17 -3079,17 +3079,17 @@@ msgstr "
  "Impossibile trovare la voce \"%s\" nel file Release (voce in sources.list "
  "errata o file danneggiato)"
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Impossibile trovare la somma hash per \"%s\" nel file Release"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr ""
  "Non è disponibile alcuna chiave pubblica per i seguenti ID di chiavi:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
@@@ -3098,12 -3098,12 +3098,12 @@@ msgstr "
  "Il file Release per %s è scaduto (non valido dal %s). Gli aggiornamenti per "
  "questo repository non verranno applicati."
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "Distribuzione in conflitto: %s (atteso %s ma ottenuto %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3113,12 -3113,12 +3113,12 @@@ msgstr "
  "aggiornato e verranno usati i file indice precedenti. Errore GPG: %s: %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "Errore GPG: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3127,7 -3127,7 +3127,7 @@@ msgstr "
  "Impossibile trovare un file per il pacchetto %s. Potrebbe essere necessario "
  "sistemare manualmente questo pacchetto (a causa dell'architettura mancante)."
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3137,7 -3137,7 +3137,7 @@@ msgstr "
  "correggere manualmente questo pacchetto."
  
  # (ndt) sarebbe da controllare se veramente possono esistere più file indice
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
@@@ -3145,7 -3145,7 +3145,7 @@@ msgstr "
  "I file indice del pacchetto sono danneggiati. Manca il campo \"Filename:\" "
  "per il pacchetto %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Le dimensioni non corrispondono"
  
@@@ -3269,22 -3269,22 +3269,22 @@@ msgstr "Scrittura nuovo elenco sorgenti
  msgid "Source list entries for this disc are:\n"
  msgstr "Le voci dell'elenco sorgenti per questo disco sono:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Scritti %i record.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Scritti %i record con %i file mancanti.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Scritti %i record con %i file senza corrispondenze\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3305,13 -3305,13 +3305,13 @@@ msgstr "Impossibile trovare il record d
  msgid "Hash mismatch for: %s"
  msgstr "Hash non corrispondente per %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr "Il file %s non inizia con un messaggio di firma in chiaro"
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "Nessun portachiavi installato in %s."
diff --cc po/ja.po
index 100ee92d4b2cd8660794db8a8b8327058ff4835f,95aca1619e7e2bef5124b8f284f4e24b598d1eab..6c3302d300d637810f046bd655baeba4fed9a455
+++ b/po/ja.po
@@@ -3,16 -3,16 +3,16 @@@
  # Project Vine, Daisuke SUZUKI <daisuke@linux.or.jp>, 2001-2002
  # Debian Project, Masato Taruishi <taru@debian.org>, 2002
  # Debian Project, Keita Maehara <maehara@debian.org>, 2003
 -# Debian Project, Kenshi Muto <kmuto@debian.org>, 2004-2008
 +# Debian Project, Kenshi Muto <kmuto@debian.org>, 2004-2012
  msgid ""
  msgstr ""
 -"Project-Id-Version: apt 0.8.0~pre1\n"
 +"Project-Id-Version: apt 0.9.7.1\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
 -"PO-Revision-Date: 2010-08-25 09:33+0900\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
 +"PO-Revision-Date: 2012-07-01 00:14+0900\n"
  "Last-Translator: Kenshi Muto <kmuto@debian.org>\n"
  "Language-Team: Debian Japanese List <debian-japanese@lists.debian.org>\n"
 -"Language: \n"
 +"Language: ja\n"
  "MIME-Version: 1.0\n"
  "Content-Type: text/plain; charset=UTF-8\n"
  "Content-Transfer-Encoding: 8 bit\n"
@@@ -1362,8 -1344,8 +1362,8 @@@ msgstr "接続タイムアウト
  msgid "Server closed the connection"
  msgstr "サーバが接続を切断しました"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "読み込みエラー"
  
@@@ -1376,8 -1358,8 +1376,8 @@@ msgid "Protocol corruption
  msgstr "プロトコルが壊れています"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "書き込みエラー"
  
@@@ -2354,7 -2337,7 +2354,7 @@@ msgstr "%li分 %li秒
  msgid "%lis"
  msgstr "%li秒"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "選択された %s が見つかりません"
@@@ -2550,50 -2530,50 +2550,50 @@@ msgstr "子プロセス %s がエラー
  msgid "Sub-process %s exited unexpectedly"
  msgstr "子プロセス %s が予期せず終了しました"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "ファイル %s をオープンできませんでした"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "ファイルデスクリプタ %d を開けませんでした"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "子プロセス IPC の生成に失敗しました"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "以下の圧縮ツールの実行に失敗しました: "
  
--#: apt-pkg/contrib/fileutl.cc:1289
 -#, fuzzy, c-format
++#: apt-pkg/contrib/fileutl.cc:1309
 +#, c-format
  msgid "read, still have %llu to read but none left"
 -msgstr "読み込みが %lu 残っているはずですが、何も残っていません"
 +msgstr "読み込みが %llu 残っているはずですが、何も残っていません"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
 -#, fuzzy, c-format
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
 +#, c-format
  msgid "write, still have %llu to write but couldn't"
 -msgstr "あと %lu 書き込む必要がありますが、書き込むことができませんでした"
 +msgstr "あと %llu 書き込む必要がありますが、書き込むことができませんでした"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "ファイル %s のクローズ中に問題が発生しました"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "%s から %s へのファイル名変更中に問題が発生しました"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "ファイル %s の削除中に問題が発生しました"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "ファイルの同期中に問題が発生しました"
  
@@@ -3015,46 -2995,42 +3015,46 @@@ msgstr "å\90\8då\89\8dã\81®å¤\89æ\9b´ã\81«å¤±æ\95\97ã\81\97ã\81¾ã
  msgid "MD5Sum mismatch"
  msgstr "MD5Sum が適合しません"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "ハッシュサムが適合しません"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
 +"期待されるエントリ '%s' が Release ファイル内に見つかりません (誤った "
 +"sources.list エントリか、壊れたファイル)"
  
--#: apt-pkg/acquire-item.cc:1386
 -#, fuzzy, c-format
++#: apt-pkg/acquire-item.cc:1397
 +#, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
 -msgstr "Release ファイル %s を解釈することができません"
 +msgstr "Release ファイル中の '%s' のハッシュサムを見つけられません"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "以下の鍵 ID に対して利用可能な公開鍵がありません:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
 +"%s の Release ファイルは期限切れ (%s 以来無効) です。このリポジトリからの更新"
 +"物は適用されません。"
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  "ディストリビューションが競合しています: %s (%s を期待していたのに %s を取得し"
  "ました)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3064,12 -3040,12 +3064,12 @@@ msgstr "
  "ファイルが使われます。GPG エラー: %s: %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "GPG エラー: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3078,7 -3054,7 +3078,7 @@@ msgstr "
  "パッケージ %s のファイルの位置を特定できません。おそらくこのパッケージを手動"
  "で修正する必要があります (存在しないアーキテクチャのため)。"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3087,7 -3063,7 +3087,7 @@@ msgstr "
  "パッケージ %s のファイルの位置を特定できません。おそらくこのパッケージを手動"
  "で修正する必要があります。"
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
@@@ -3095,7 -3071,7 +3095,7 @@@ msgstr "
  "パッケージインデックスファイルが壊れています。パッケージ %s に Filename: "
  "フィールドがありません。"
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "サイズが適合しません"
  
@@@ -3219,22 -3195,22 +3219,22 @@@ msgstr "æ\96°ã\81\97ã\81\84ã\82½ã\83¼ã\82¹ã\83ªã\82¹ã\83\88ã\82\92æ
  msgid "Source list entries for this disc are:\n"
  msgstr "このディスクのソースリストのエントリ:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "%i レコードを書き込みました。\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "%i レコードを書き込みました。%i 個のファイルが存在しません。\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "%i レコードを書き込みました。%i 個の適合しないファイルがあります。\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3256,13 -3232,13 +3256,13 @@@ msgstr "èª\8d証ã\83¬ã\82³ã\83¼ã\83\89ã\81\8cè¦\8bã\81¤ã\81\8bã
  msgid "Hash mismatch for: %s"
  msgstr "ハッシュサムが適合しません: %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
 -msgstr ""
 +msgstr "ファイル %s はクリア署名されたメッセージで始まっていません"
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "%s にキーリングがインストールされていません。"
diff --cc po/km.po
index 877736a3739d654624829d6f4e819a0a9e74bb8e,6c2ea52755103b186174313bcc439a88843a4ac1..f49f09919bd07e85458dc9f9bfe2ea83a1f126b1
+++ b/po/km.po
@@@ -10,7 -10,7 +10,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt_po_km\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2006-10-10 09:48+0700\n"
  "Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n"
  "Language-Team: Khmer <support@khmeros.info>\n"
@@@ -1295,8 -1295,8 +1295,8 @@@ msgstr "á\9e¢á\9e\9fá\9f\8bá\9e\96á\9f\81á\9e\9bâ\80\8bá\9e\80á\9f\92á\9e\93á
  msgid "Server closed the connection"
  msgstr "ម៉ាស៊ីន​បម្រើ​បាន​បិទ​ការតភ្ជាប់​"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "ការអាន​មានកំហុស"
  
@@@ -1309,8 -1309,8 +1309,8 @@@ msgid "Protocol corruption
  msgstr "ការបង្ខូច​ពិធីការ​"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "ការសរសេរ​មានកំហុស"
  
@@@ -2282,7 -2282,7 +2282,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "ជម្រើស​ %s រក​មិន​ឃើញ​ឡើយ"
@@@ -2473,50 -2473,50 +2473,50 @@@ msgstr "á\9e\8aá\9f\86á\9e\8eá\9e¾á\9e\9aá\9e\80á\9e¶á\9e\9aâ\80\8bá\9e\9aá
  msgid "Sub-process %s exited unexpectedly"
  msgstr "ដំណើរការ​រង​ %s បានចេញ ដោយ​មិន​រំពឹង​ទុក​ "
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "មិន​អាច​បើក​ឯកសារ​ %s បានឡើយ"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, fuzzy, c-format
  msgid "Could not open file descriptor %d"
  msgstr "មិន​អាច​បើក​បំពុង​សម្រាប់​ %s បានឡើយ"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "បរាជ័យ​ក្នុង​ការ​បង្កើត​ដំណើរការ​រង​ IPC"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "បរាជ័យ​ក្នុង​ការ​ប្រតិបត្តិ​កម្មវិធី​បង្ហាប់ "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "អាន​, នៅតែ​មាន %lu ដើម្បី​អាន​ ប៉ុន្តែ​គ្មាន​អ្វី​នៅសល់"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "សរសេរ​, នៅតែមាន​ %lu ដើម្បី​សរសេរ​ ប៉ុន្តែ​មិន​អាច​"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, fuzzy, c-format
  msgid "Problem closing the file %s"
  msgstr "មាន​បញ្ហា​ក្នុងការ​បិទ​ឯកសារ"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, fuzzy, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "មានបញ្ហា​ក្នុង​ការធ្វើ​សមកាលកម្មឯកសារ​"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, fuzzy, c-format
  msgid "Problem unlinking the file %s"
  msgstr "មានបញ្ហា​ក្នុងការ​ផ្ដាច់តំណ​ឯកសារ"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "មានបញ្ហា​ក្នុង​ការធ្វើ​សមកាលកម្មឯកសារ​"
  
@@@ -2923,41 -2923,41 +2923,41 @@@ msgstr "á\9e\94á\9f\92á\9e\8fá\9e¼á\9e\9aâ\80\8bá\9e\88á\9f\92á\9e\98á\9f\84á
  msgid "MD5Sum mismatch"
  msgstr "MD5Sum មិន​ផ្គួផ្គង​"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  #, fuzzy
  msgid "Hash Sum mismatch"
  msgstr "MD5Sum មិន​ផ្គួផ្គង​"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "មិនអាច​ញែក​ឯកសារកញ្ចប់ %s (1) បានឡើយ"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "គ្មាន​កូនសោ​សាធារណៈ​អាច​រក​បាន​ក្នុងកូនសោ IDs ខាងក្រោម​នេះទេ ៖\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -2979,7 -2979,7 +2979,7 @@@ msgstr "
  "ខ្ញុំ​មិន​អាច​រកទីតាំង​ឯកសារ​សម្រាប់​កញ្ចប់ %s បាន​ទេ ។ ​មាន​ន័យ​ថា​អ្នក​ត្រូវការ​ជួសជុល​កញ្ចប់​នេះ​ដោយ​ដៃ ។ "
  "(ដោយសារ​​បាត់​ស្ថាបត្យកម្ម)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
  msgstr ""
  "ខ្ញុំ​មិន​អាច​រកទីតាំង​ឯកសារ​សម្រាប់​កញ្ចប់ %s បានទេ ។ ​មាន​ន័យ​ថា​អ្នក​ត្រូវការ​ជួសជុល​កញ្ចប់​នេះ​ដោយ​ដៃ ។"
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr "កញ្ចប់​ឯកសារ​លិបិក្រម​ត្រូវ​បាន​ខូច ។ គ្មាន​ឈ្មោះ​ឯកសារ ៖ វាល​សម្រាប់​កញ្ចប់នេះ​ទេ​ %s ។"
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "ទំហំ​មិនបាន​ផ្គួផ្គង​"
  
@@@ -3114,22 -3114,22 +3114,22 @@@ msgstr "á\9e\80á\9f\86á\9e\96á\9e»á\9e\84á\9e\9fá\9e\9aá\9e\9fá\9f\81á\9e\9aâ
  msgid "Source list entries for this disc are:\n"
  msgstr "ធាតុបញ្ចូល​បញ្ជីប្រភព​សម្រាប់​ឌីស​នេះគឺ ៖\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "បានសរសេរ %i កំណត់ត្រា ។\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "បានសរសេរ %i កំណត់ត្រា​ជាមួយ​ %i ឯកសារ​ដែល​បាត់បង់ ។\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "បានសរសេរ​ %i កំណត់ត្រា​ជាមួយួយ​ %i ឯកសារ​ដែល​មិន​បាន​ផ្គួផ្គង​\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr "បានសរសេរ %i កំណត់ត្រា​ជាមួយ​ %i ឯកសារ​ដែល​បាត់បង់​ និង​ %i ឯកសារ​ដែល​មិន​បាន​ផ្គួផ្គង​ ​\n"
@@@ -3149,13 -3149,13 +3149,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr "MD5Sum មិន​ផ្គួផ្គង​"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, fuzzy, c-format
  msgid "No keyring installed in %s."
  msgstr "កំពុង​បោះបង់​ការ​ដំឡើង​ ។"
diff --cc po/ko.po
index 4cceb42f935f2d7061107c3debb4687a9457ec65,04565c0436d37a93e37d71155ebe7027d9c5c83d..5b25687876c835bad998a111f2c6d8bdf25f41ad
+++ b/po/ko.po
@@@ -5,7 -5,7 +5,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2010-08-30 02:31+0900\n"
  "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
  "Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
@@@ -1313,8 -1313,8 +1313,8 @@@ msgstr "연결 시간 초과
  msgid "Server closed the connection"
  msgstr "서버에서 연결을 닫았습니다"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "읽기 오류"
  
@@@ -1327,8 -1327,8 +1327,8 @@@ msgid "Protocol corruption
  msgstr "프로토콜이 틀렸습니다"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "쓰기 오류"
  
@@@ -2305,7 -2305,7 +2305,7 @@@ msgstr "%li분 %li초
  msgid "%lis"
  msgstr "%li초"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "선택한 %s이(가) 없습니다"
@@@ -2496,50 -2496,50 +2496,50 @@@ msgstr "í\95\98ì\9c\84 í\94\84ë¡\9cì\84¸ì\8a¤ %s í\94\84ë¡\9cì\84
  msgid "Sub-process %s exited unexpectedly"
  msgstr "하위 프로세스 %s 프로세스가 예상치 못하게 끝났습니다"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "%s 파일을 열 수 없습니다"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "%d 파일 디스크립터를 열 수 없습니다"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "하위 프로세스 IPC를 만드는데 실패했습니다"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "다음 압축 프로그램을 실행하는데 실패했습니다: "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "%lu만큼 더 읽어야 하지만 더 이상 읽을 데이터가 없습니다"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "%lu만큼 더 써야 하지만 더 이상 쓸 수 없습니다"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "%s 파일을 닫는데 문제가 있습니다"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "%s 파일을 %s(으)로 이름을 바꾸는데 문제가 있습니다"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "%s 파일을 삭제하는데 문제가 있습니다"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "파일을 동기화하는데 문제가 있습니다"
  
@@@ -2950,40 -2950,40 +2950,40 @@@ msgstr "ì\9d´ë¦\84 ë°\94꾸기ê°\80 ì\8b¤í\8c¨í\96\88ì\8a
  msgid "MD5Sum mismatch"
  msgstr "MD5Sum이 맞지 않습니다"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "해시 합이 맞지 않습니다"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Release 파일 %s 파일을 파싱할 수 없습니다"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "다음 키 ID의 공개키가 없습니다:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "배포판 충돌: %s (예상값 %s, 실제값 %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -2993,12 -2993,12 +2993,12 @@@ msgstr "
  "예전의 인덱스 파일을 사용합니다. GPG 오류: %s: %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "GPG 오류: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3007,7 -3007,7 +3007,7 @@@ msgstr "
  "%s 패키지의 파일을 찾을 수 없습니다. 수동으로 이 패키지를 고쳐야 할 수도 있습"
  "니다. (아키텍쳐가 빠졌기 때문입니다)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3016,14 -3016,14 +3016,14 @@@ msgstr "
  "%s 패키지의 파일을 찾을 수 없습니다. 수동으로 이 패키지를 고쳐야 할 수도 있습"
  "니다."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr ""
  "패키지 인덱스 파일이 손상되었습니다. %s 패키지에 Filename: 필드가 없습니다."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "크기가 맞지 않습니다"
  
@@@ -3145,22 -3145,22 +3145,22 @@@ msgstr "새 소스 리스트를 쓰는 
  msgid "Source list entries for this disc are:\n"
  msgstr "이 디스크의 소스 리스트 항목은 다음과 같습니다:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "레코드 %i개를 썼습니다.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "레코드 %i개를 파일 %i개가 빠진 상태로 썼습니다.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "레코드 %i개를 파일 %i개가 맞지 않은 상태로 썼습니다\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr "레코드 %i개를 파일 %i개가 빠지고 %i개가 맞지 않은 상태로 썼습니다\n"
@@@ -3180,13 -3180,13 +3180,13 @@@ msgstr "ë\8b¤ì\9d\8cì\9d\98 ì\9d¸ì¦\9d ê¸°ë¡\9dì\9d\84 ì°¾ì
  msgid "Hash mismatch for: %s"
  msgstr "다음의 해시가 다릅니다: %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "%s에 키 모음을 설치하지 않았습니다."
diff --cc po/ku.po
index 8dc6aa9d00fd6d3dc3c16a357599c45574e1fc05,975fd9608956de79acd7504590f3693b4e4e7257..e0d1e0f41df4dc7e1395cfbe7355a6daeac56f1e
+++ b/po/ku.po
@@@ -8,7 -8,7 +8,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt-ku\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2008-05-08 12:48+0200\n"
  "Last-Translator: Erdal Ronahi <erdal dot ronahi at gmail dot com>\n"
  "Language-Team: ku <ubuntu-l10n-kur@lists.ubuntu.com>\n"
@@@ -1196,8 -1196,8 +1196,8 @@@ msgstr "
  msgid "Server closed the connection"
  msgstr ""
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Çewiya xwendinê"
  
@@@ -1210,8 -1210,8 +1210,8 @@@ msgid "Protocol corruption
  msgstr ""
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Çewtiya nivîsînê"
  
@@@ -2126,7 -2126,7 +2126,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Hilbijartina %s nehatiye dîtin"
@@@ -2317,50 -2317,50 +2317,50 @@@ msgstr "
  msgid "Sub-process %s exited unexpectedly"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Nikarî pelê %s veke"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, fuzzy, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Nikarî pelê %s veke"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, c-format
  msgid "read, still have %llu to read but none left"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, fuzzy, c-format
  msgid "Problem closing the file %s"
  msgstr "Di girtina pelî de pirsgirêkek derket"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, fuzzy, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Di girtina pelî de pirsgirêkek derket"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, fuzzy, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Di girtina pelî de pirsgirêkek derket"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr ""
  
@@@ -2757,40 -2757,40 +2757,40 @@@ msgstr "nav guherandin biserneket, %s (
  msgid "MD5Sum mismatch"
  msgstr "MD5Sum li hev nayên"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Hash Sum li hev nayên"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Pakêt nehate dîtin %s"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
  "to manually fix this package. (due to missing arch)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
  "to manually fix this package."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Mezinahî li hev nayên"
  
@@@ -2941,22 -2941,22 +2941,22 @@@ msgstr "
  msgid "Source list entries for this disc are:\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "%i tomar hatin nivîsîn.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -2976,13 -2976,13 +2976,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr "Hash Sum li hev nayên"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, fuzzy, c-format
  msgid "No keyring installed in %s."
  msgstr "Sazkirin tê betalkirin."
diff --cc po/lt.po
index 930cdc8a69433d509f4cfec5b7210739c3de4c1d,d3d28c85693bafe0ae249367f5b07c127732deb8..d102a26b515e8ff2b44dac9e08c5657398670d3b
+++ b/po/lt.po
@@@ -8,7 -8,7 +8,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2008-08-02 01:47-0400\n"
  "Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
  "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@@@ -1222,8 -1222,8 +1222,8 @@@ msgstr "Jungiamasi per ilgai
  msgid "Server closed the connection"
  msgstr ""
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Skaitymo klaida"
  
@@@ -1236,8 -1236,8 +1236,8 @@@ msgid "Protocol corruption
  msgstr ""
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Rašymo klaida"
  
@@@ -2220,7 -2220,7 +2220,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr ""
@@@ -2411,50 -2411,50 +2411,50 @@@ msgstr "Procesas %s grąžino klaidos k
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Procesas %s netikėtai išėjo"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Nepavyko atverti failo %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, fuzzy, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Nepavyko atverti failo %s"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Nepavyko sukurti subproceso IPC"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Nepavyko paleisti suspaudėjo "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, c-format
  msgid "read, still have %llu to read but none left"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr ""
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, fuzzy, c-format
  msgid "Problem closing the file %s"
  msgstr "Klaida užveriant failą"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, fuzzy, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Klaida sinchronizuojant failą"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, fuzzy, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Klaida užveriant failą"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Klaida sinchronizuojant failą"
  
@@@ -2856,40 -2856,40 +2856,40 @@@ msgstr "
  msgid "MD5Sum mismatch"
  msgstr "MD5 sumos neatitikimas"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Maišos sumos nesutapimas"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Nepavyko atverti DB failo %s: %s"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "GPG klaida: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
  "to manually fix this package. (due to missing arch)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
  "to manually fix this package."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Neatitinka dydžiai"
  
@@@ -3040,22 -3040,22 +3040,22 @@@ msgstr "Rašomas naujas šaltinių sąr
  msgid "Source list entries for this disc are:\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr ""
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3075,13 -3075,13 +3075,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr "Maišos sumos nesutapimas"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, fuzzy, c-format
  msgid "No keyring installed in %s."
  msgstr "Diegimas nutraukiamas."
diff --cc po/mr.po
index 662593fc05609868b1706f7c6918bb4ca6cc4ccc,fe19ac6520aa695e48f6d36273b90e84740acbbd..41f84cea68ac7871c6bd267a17017f870de799d4
+++ b/po/mr.po
@@@ -6,7 -6,7 +6,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2008-11-20 23:27+0530\n"
  "Last-Translator: Sampada <sampadanakhare@gmail.com>\n"
  "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India "
@@@ -1298,8 -1298,8 +1298,8 @@@ msgstr "वेळेअभावी स
  msgid "Server closed the connection"
  msgstr "सर्व्हरने संबंध जोडणी बंद केली"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "त्रुटी वाचा"
  
@@@ -1312,8 -1312,8 +1312,8 @@@ msgid "Protocol corruption
  msgstr "प्रोटोकॉल खराब झाले"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "लिहिण्यात त्रुटी"
  
@@@ -2287,7 -2287,7 +2287,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "%s निवडक भाग सापडत नाही"
@@@ -2478,50 -2478,50 +2478,50 @@@ msgstr "%s à¤\89पà¤\95à¥\8dरियà¥\87नà
  msgid "Sub-process %s exited unexpectedly"
  msgstr "%s उपक्रिया अचानकपणे बाहेर पडली"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "%s फाईल उघडता येत नाही"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, fuzzy, c-format
  msgid "Could not open file descriptor %d"
  msgstr "%s साठी पाईप उघडता येत नाही"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "आयपीसी उपक्रिया तयार करण्यास असमर्थ"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "दाबक(संकलितकर्ता) कर्यान्वित करण्यास असमर्थ"
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "वाचा, %lu अजूनही वाचण्यासाठी आहे पण आता काही उरली नाही"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "लिहा, %lu अजूनही लिहिण्यासाठी आहे पण लिहिता येत नाही"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, fuzzy, c-format
  msgid "Problem closing the file %s"
  msgstr "फाईल बंद करण्यात अडचण"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, fuzzy, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "संचिकेची syncing समस्या"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, fuzzy, c-format
  msgid "Problem unlinking the file %s"
  msgstr "फाईल अनलिंकिंग करण्यात अडचण"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "संचिकेची syncing समस्या"
  
@@@ -2933,40 -2933,40 +2933,40 @@@ msgstr "पà¥\81नरà¥\8dनामाà¤\82à
  msgid "MD5Sum mismatch"
  msgstr "एमडी५ बेरीज/MD5Sum जुळत नाही"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "हॅश बेरीज जुळत नाही"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "%s (1) पॅकेज फाईल पार्स करण्यात असमर्थ"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "पुढील कळ ओळखचिन्हांसाठी सार्वजनिक कळ उपलब्ध नाही:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -2988,7 -2988,7 +2988,7 @@@ msgstr "
  "मी %s पॅकेजकरीता संचिका शोधण्यास  समर्थ नव्हतो. याचा अर्थ असाकी तुम्हाला हे पॅकेज स्वहस्ते "
  "स्थिर/निश्चित करण्याची गरज आहे(हरवलेल्या आर्चमुळे) "
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -2997,7 -2997,7 +2997,7 @@@ msgstr "
  "मी %s पॅकेजकरीता संचिका शोधण्यास  समर्थ नव्हतो. याचा अर्थ असाकी तुम्हालाहे पॅकेज स्वहस्ते "
  "स्थिर/निश्चित करण्याची गरज आहे."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
@@@ -3005,7 -3005,7 +3005,7 @@@ msgstr "
  "पॅकेज यादीची/सुचीची संचिका दूषित/खराब झालेली आहे. संचिका नाव नाही: पॅकेजकरीता क्षेत्र/"
  "ठिकाण %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "आकार जुळतनाही"
  
@@@ -3127,22 -3127,22 +3127,22 @@@ msgstr "नविन स्त्रो
  msgid "Source list entries for this disc are:\n"
  msgstr "ह्या डिस्क/चकती करिता स्त्रोत सूचीच्या प्रवेशिका आहेत: \n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "%i माहितीसंच लिहिले.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "%i गहाळ संचिकाबरोबर %i माहिती संच  लिहिले.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "%i विजोड संचिकांबरोबर %i माहिती संच लिहिले\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr "%i गहाळ संचिकाबरोबर आणि %i विजोड संचिकाबरोबर %i माहिती संच लिहिले\n"
@@@ -3162,13 -3162,13 +3162,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr "हॅश बेरीज जुळत नाही"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, fuzzy, c-format
  msgid "No keyring installed in %s."
  msgstr "संस्थापन खंडित करत आहे."
diff --cc po/nb.po
index 87eb48c31eb9918ab69161c030cb76a0a90408a2,8b9d98123dc7e7952d1dbbe9cc4aba0456ecb6a5..be2a5f33cd066a314bf34d0299793908726df17e
+++ b/po/nb.po
@@@ -11,7 -11,7 +11,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\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"
@@@ -1326,8 -1326,8 +1326,8 @@@ msgstr "Tidsavbrudd på forbindelsen
  msgid "Server closed the connection"
  msgstr "Tjeneren lukket forbindelsen"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Lesefeil"
  
@@@ -1340,8 -1340,8 +1340,8 @@@ msgid "Protocol corruption
  msgstr "Protokollødeleggelse"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Skrivefeil"
  
@@@ -2327,7 -2327,7 +2327,7 @@@ msgstr "%lim %lis
  msgid "%lis"
  msgstr "%lis"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Fant ikke utvalget %s"
@@@ -2518,50 -2518,50 +2518,50 @@@ msgstr "Underprosessen %s ga en feilkod
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Underprosessen %s avsluttet uventet"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Klarte ikke åpne fila %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Klarte ikke åpne fildeskriptor %d"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Klarte ikke å opprette underprosessen IPC"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Klarte ikke å kjøre komprimeringen"
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "lese, har fremdeles %lu igjen å lese, men ingen igjen"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "skrive, har fremdeles %lu igjen å skrive, men klarte ikke å"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Problem ved låsing av fila %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Problem ved endring av navn på fila %s til %s"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Problem ved oppheving av lenke til fila %s"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Problem ved oppdatering av fila"
  
@@@ -2972,41 -2972,41 +2972,41 @@@ msgstr "klarte ikke å endre navnet, %
  msgid "MD5Sum mismatch"
  msgstr "Feil MD5sum"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Hashsummen stemmer ikke"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Klarer ikke å fortolke Release-fila %s"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr ""
  "Det er ingen offentlig nøkkel tilgjengelig for de følgende nøkkel-ID-ene:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "Konflikt mellom distribusjoner: %s (forventet %s men fant %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3016,12 -3016,12 +3016,12 @@@ msgstr "
  "forrige indeksfilen vil bli brukt. GPG-feil: %s: %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "GPG-feil: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3030,7 -3030,7 +3030,7 @@@ msgstr "
  "Klarte ikke å finne en fil for pakken %s. Det kan bety at du må ordne pakken "
  "selv (fordi arkitekturen mangler)."
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3039,13 -3039,13 +3039,13 @@@ msgstr "
  "Klarte ikke å finne en fil for pakken %s. Det kan bety at du må ordne denne "
  "pakken selv."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr "Oversiktsfilene er ødelagte. Feltet «Filename:» mangler for pakken %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Feil størrelse"
  
@@@ -3169,22 -3169,22 +3169,22 @@@ msgstr "Skriver ny kildeliste\n
  msgid "Source list entries for this disc are:\n"
  msgstr "Kildelisteoppføringer for denne CD-en er:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Skrev %i poster.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Skrev %i poster med %i manglende filer.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Skrev %i poster med %i feile filer.\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr "Skrev %i poster med %i manglende filer og %i feile filer.\n"
@@@ -3204,13 -3204,13 +3204,13 @@@ msgstr "Klarte ikke finne autentisering
  msgid "Hash mismatch for: %s"
  msgstr "Hashsummen stemmer ikke for: %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "Ingen nøkkelring installert i %s."
diff --cc po/ne.po
index 0636057b75d42b8750189d1bda9af345f8fd30e7,2761f0b2af285d8b3b3367fe9915a6c4d48b2cea..58b89f7f306b2a24c8e3e529f372609bd49c1bee
+++ b/po/ne.po
@@@ -6,7 -6,7 +6,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt_po\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2006-06-12 14:35+0545\n"
  "Last-Translator: Shiva Pokharel <pokharelshiva@hotmail.com>\n"
  "Language-Team: Nepali <info@mpp.org.np>\n"
@@@ -1296,8 -1296,8 +1296,8 @@@ msgstr "à¤\9cडान à¤¸à¤®à¤¯ à¤¸à¤\95à¤
  msgid "Server closed the connection"
  msgstr "सर्भरले जडान बन्द गर्यो"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "त्रुटि पढ्नुहोस्"
  
@@@ -1310,8 -1310,8 +1310,8 @@@ msgid "Protocol corruption
  msgstr "प्रोटोकल दूषित"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "त्रुटि लेख्नुहोस्"
  
@@@ -2284,7 -2284,7 +2284,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "चयन %s फेला पार्न सकिएन"
@@@ -2475,50 -2475,50 +2475,50 @@@ msgstr "सहायक प्रक्
  msgid "Sub-process %s exited unexpectedly"
  msgstr "सहायक प्रक्रिया %s अनपेक्षित बन्द भयो"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "फाइल %s खोल्न सकिएन"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, fuzzy, c-format
  msgid "Could not open file descriptor %d"
  msgstr "%s को लागि पाइप खोल्न सकिएन"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "सहायक प्रक्रिया IPC सिर्जना गर्न असफल"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "सङ्कुचनकर्ता कार्यान्वयन गर्न असफल भयो"
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "पड्नुहोस्, अहिले सम्म %lu पढ्न छ तर कुनै बाँकी छैन"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "लेख्नुहोस्, अहिले सम्म %lu लेख्न छ तर सकिदैन "
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, fuzzy, c-format
  msgid "Problem closing the file %s"
  msgstr "फाइल बन्द गर्दा समस्या"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, fuzzy, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "फाइल गुप्तिकरण गर्दा समस्या"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, fuzzy, c-format
  msgid "Problem unlinking the file %s"
  msgstr "फाइल अनलिङ्क गर्दा समस्या"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "फाइल गुप्तिकरण गर्दा समस्या"
  
@@@ -2926,41 -2926,41 +2926,41 @@@ msgstr "पà¥\81न:नामà¤\95रण à¤
  msgid "MD5Sum mismatch"
  msgstr "MD5Sum मेल भएन"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  #, fuzzy
  msgid "Hash Sum mismatch"
  msgstr "MD5Sum मेल भएन"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "प्याकेज फाइल पद वर्णन गर्न असक्षम %s (१)"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "निम्न कुञ्जी IDs को लागि कुनै सार्वजनिक कुञ्जी उपलब्ध छैन:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -2982,7 -2982,7 +2982,7 @@@ msgstr "
  "%s प्याकेजको लागि मैले फाइल स्थित गर्न सकिन । यसको मतलब तपाईँले म्यानुल्ली यो प्याकेज "
  "निश्चित गर्नुहोस् । (arch हराएरहेको कारणले) "
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -2991,13 -2991,13 +2991,13 @@@ msgstr "
  "%s प्याकेजको लागि मैले फाइल स्थित गर्न सकिन । यसको मतलब तपाईँले म्यानुल्ली यो प्याकेज "
  "निश्चित गर्नुहोस् ।"
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr "प्याकेज अनुक्रमणिका फाइलहरू दूषित भए । प्याकेज %s को लागि कुनै फाइलनाम: फाँट छैन ।"
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "साइज मेल खाएन"
  
@@@ -3118,22 -3118,22 +3118,22 @@@ msgstr "नयाà¤\81 à¤¸à¥\8dरà¥\8bत à¤
  msgid "Source list entries for this disc are:\n"
  msgstr "यो डिस्कको लागि स्रोत सूचि प्रविष्टिहरू:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "%i रेकर्डहरू लेखियो ।\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "हराइरहेको फाइल %i हरू संगै %i रेकर्डहरू लेख्नुहोस् ।\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "मेल नखाएका फाइल %i हरू संगै %i रेकर्डहरू लेख्नुहोस् ।\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr "हराइरहेको फाइल %i हरू र मेल नखाएका फाइल %i हरू संगै %i रेकर्डहरू लेख्नुहोस् ।\n"
@@@ -3153,13 -3153,13 +3153,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr "MD5Sum मेल भएन"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, fuzzy, c-format
  msgid "No keyring installed in %s."
  msgstr "स्थापना परित्याग गरिदैछ ।"
diff --cc po/nl.po
index 68ff35d694e154492063a9806b136b5080dd00be,114bee56953c109178323581671f1bda0b12ce56..aedf4cc9b5cd93655170fb6bef27728914178094
+++ b/po/nl.po
@@@ -11,7 -11,7 +11,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: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2011-12-05 17:10+0100\n"
  "Last-Translator: Jeroen Schot <schot@a-eskwadraat.nl>\n"
  "Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
@@@ -1342,8 -1342,8 +1342,8 @@@ msgstr "Verbinding is verlopen
  msgid "Server closed the connection"
  msgstr "Verbinding is verbroken door de server"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Leesfout"
  
@@@ -1356,8 -1356,8 +1356,8 @@@ msgid "Protocol corruption
  msgstr "Protocolcorruptie"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Schrijffout"
  
@@@ -2354,7 -2354,7 +2354,7 @@@ msgstr "%limin %lis
  msgid "%lis"
  msgstr "%lis"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Selectie %s niet gevonden"
@@@ -2553,50 -2553,50 +2553,50 @@@ msgstr "Subproces %s gaf de foutcode %
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Subproces %s sloot onverwacht af"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Kon het bestand %s niet openen"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Kon de bestandsindicator %d niet openen"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Aanmaken subproces-IPC is mislukt"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Uitvoeren van de compressor is mislukt "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "lees, de laatste te lezen %lu zijn niet beschikbaar"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "schrijf, de laatste %lu konden niet weggeschreven worden"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Probleem bij het afsluiten van het bestand %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Probleem bij het hernoemen van '%s' naar '%s'"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Probleem bij het ontlinken van het bestand %s"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Probleem bij het synchroniseren van het bestand"
  
@@@ -3020,41 -3020,41 +3020,41 @@@ msgstr "herbenoeming is mislukt, %s (%
  msgid "MD5Sum mismatch"
  msgstr "MD5-som komt niet overeen"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Hash-som komt niet overeen"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Kon Release-bestand %s niet ontleden"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr ""
  "Er zijn geen publieke sleutels beschikbaar voor de volgende sleutel-IDs:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "Conflicterende distributie: %s (verwachtte %s, maar kreeg %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3065,12 -3065,12 +3065,12 @@@ msgstr "
  "%s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "GPG-fout: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3079,7 -3079,7 +3079,7 @@@ msgstr "
  "Er kon geen bestand gevonden worden voor pakket %s. Dit kan betekenen dat u "
  "dit pakket handmatig moet repareren (wegens missende architectuur)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, fuzzy, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3088,7 -3088,7 +3088,7 @@@ msgstr "
  "Er kon geen bestand gevonden worden voor pakket %s. Dit kan betekenen dat u "
  "dit pakket handmatig moet repareren."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
@@@ -3096,7 -3096,7 +3096,7 @@@ msgstr "
  "De pakketindex-bestanden zijn beschadigd. Er is geen 'Filename:'-veld voor "
  "pakket %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Grootte komt niet overeen"
  
@@@ -3220,22 -3220,22 +3220,22 @@@ msgstr "Nieuwe bronlijst wordt weggesch
  msgid "Source list entries for this disc are:\n"
  msgstr "Bronlijst-ingangen voor de schijf zijn:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "%i records weggeschreven.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "%i records weggeschreven met %i missende bestanden.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "%i records weggeschreven met %i niet overeenkomende bestanden\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3257,13 -3257,13 +3257,13 @@@ msgstr "Kan geen authenticatierecord vi
  msgid "Hash mismatch for: %s"
  msgstr "Hash-som komt niet overeen voor: %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "Geen sleutelring geïnstalleerd in %s."
diff --cc po/nn.po
index 26d6d9f7d6e2e760d9c0f54bb3939b5eb53cf22c,170c65c2bf45019273c235ace70643fa64894f3f..47a92814943207d70b06bfefb607a8a290abf0f7
+++ b/po/nn.po
@@@ -9,7 -9,7 +9,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt_nn\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2005-02-14 23:30+0100\n"
  "Last-Translator: Havard Korsvoll <korsvoll@skulelinux.no>\n"
  "Language-Team: Norwegian nynorsk <i18n-nn@lister.ping.uio.no>\n"
@@@ -1313,8 -1313,8 +1313,8 @@@ msgstr "Tidsavbrot på samband
  msgid "Server closed the connection"
  msgstr "Tenaren lukka sambandet"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Lesefeil"
  
@@@ -1327,8 -1327,8 +1327,8 @@@ msgid "Protocol corruption
  msgstr "Protokolløydeleggjing"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Skrivefeil"
  
@@@ -2297,7 -2297,7 +2297,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Fann ikkje utvalet %s"
@@@ -2488,50 -2488,50 +2488,50 @@@ msgstr "Underprosessen %s returnerte ei
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Underprosessen %s avslutta uventa"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Klarte ikkje opna fila %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, fuzzy, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Klarte ikkje opna røyr for %s"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Klarte ikkje oppretta underprosessen IPC"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Klarte ikkje køyra komprimeringa "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "lese, har framleis %lu att å lesa, men ingen att"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "skrive, har framleis %lu att å skrive, men klarte ikkje"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, fuzzy, c-format
  msgid "Problem closing the file %s"
  msgstr "Problem ved låsing av fila"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, fuzzy, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Problem ved synkronisering av fila"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, fuzzy, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Problem ved oppheving av lenkje til fila"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Problem ved synkronisering av fila"
  
@@@ -2945,41 -2945,41 +2945,41 @@@ msgstr "endring av namn mislukkast, %s 
  msgid "MD5Sum mismatch"
  msgstr "Feil MD5-sum"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  #, fuzzy
  msgid "Hash Sum mismatch"
  msgstr "Feil MD5-sum"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Klarte ikkje tolka pakkefila %s (1)"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3001,7 -3001,7 +3001,7 @@@ msgstr "
  "Fann ikkje fila for pakken %s. Det kan henda du må fiksa denne pakken sjølv "
  "(fordi arkitekturen manglar)."
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
  msgstr ""
  "Fann ikkje fila for pakken %s. Det kan henda du må fiksa denne pakken sjølv."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr ""
  "Pakkeindeksfilene er øydelagde. Feltet «Filename:» manglar for pakken %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Feil storleik"
  
@@@ -3137,22 -3137,22 +3137,22 @@@ msgstr "Skriv ny kjeldeliste\n
  msgid "Source list entries for this disc are:\n"
  msgstr "Kjeldelisteoppføringar for denne disken er:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Skreiv %i postar.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Skreiv %i postar med %i manglande filer.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Skreiv %i postar med %i filer som ikkje passa\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr "Skreiv %i postar med %i manglande filer og %i filer som ikkje passa\n"
@@@ -3172,13 -3172,13 +3172,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr "Feil MD5-sum"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, fuzzy, c-format
  msgid "No keyring installed in %s."
  msgstr "Avbryt installasjon."
diff --cc po/pl.po
index f91c4442c8eb7d136a599e08882d298cf6c5e655,61f20d2bb6b476bd527e07ffe87e895316d5aea3..1df38dd33eaacbfe87326d2f033f0f6c35a39cf7
+++ b/po/pl.po
@@@ -9,10 -9,10 +9,10 @@@
  # Michał Kułach <michal.kulach@gmail.com>, 2012.
  msgid ""
  msgstr ""
 -"Project-Id-Version: apt 0.7.23.1\n"
 +"Project-Id-Version: apt 0.9.7.3\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
 -"PO-Revision-Date: 2012-01-22 20:35+0100\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
 +"PO-Revision-Date: 2012-07-28 21:53+0200\n"
  "Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
  "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
  "Language: pl\n"
@@@ -1383,8 -1382,8 +1383,8 @@@ msgstr "Przekroczenie czasu połączeni
  msgid "Server closed the connection"
  msgstr "Serwer zamknął połączenie"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Błąd odczytu"
  
@@@ -1397,8 -1396,8 +1397,8 @@@ msgid "Protocol corruption
  msgstr "Naruszenie zasad protokołu"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Błąd zapisu"
  
@@@ -2387,7 -2386,7 +2387,7 @@@ msgstr "%limin %lis
  msgid "%lis"
  msgstr "%lis"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Nie odnaleziono wyboru %s"
@@@ -2585,50 -2584,50 +2585,50 @@@ msgstr "Podproces %s zwróciÅ\82 kod bÅ\82Ä
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Podproces %s zakończył się niespodziewanie"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Nie udało się otworzyć pliku %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Nie udało się otworzyć deskryptora pliku %d"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Nie udało się utworzyć IPC z podprocesem"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Nie udało się uruchomić kompresora "
  
--#: apt-pkg/contrib/fileutl.cc:1289
 -#, fuzzy, c-format
++#: apt-pkg/contrib/fileutl.cc:1309
 +#, c-format
  msgid "read, still have %llu to read but none left"
 -msgstr "należało przeczytać jeszcze %lu, ale nic nie zostało"
 +msgstr "należało przeczytać jeszcze %llu, ale nic nie zostało"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
 -#, fuzzy, c-format
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
 +#, c-format
  msgid "write, still have %llu to write but couldn't"
 -msgstr "należało zapisać jeszcze %lu, ale nie udało się to"
 +msgstr "należało zapisać jeszcze %llu, ale nie udało się to"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Problem przy zamykaniu pliku %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Problem przy zapisywaniu pliku %s w %s"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Problem przy odlinkowywaniu pliku %s"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Problem przy zapisywaniu pliku na dysk"
  
@@@ -3043,12 -3043,12 +3043,12 @@@ msgstr "nie udało się zmienić nazwy
  msgid "MD5Sum mismatch"
  msgstr "Błędna suma MD5"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Błędna suma kontrolna"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
@@@ -3057,16 -3057,16 +3057,16 @@@ msgstr "
  "Nie udało się znaleźć oczekiwanego wpisu \"%s\" w pliku Release "
  "(nieprawidłowy wpis sources.list lub nieprawidłowy plik)"
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Nie udało się znaleźć sumy kontrolnej \"%s\" w pliku Release"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "Dla następujących identyfikatorów kluczy brakuje klucza publicznego:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
@@@ -3075,12 -3075,12 +3075,12 @@@ msgstr "
  "Plik Release dla %s wygasnął (nieprawidłowy od %s). Aktualizacje z tego "
  "repozytorium nie będą wykonywane."
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "Nieprawidłowa dystrybucja: %s (oczekiwano %s, a otrzymano %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3090,12 -3090,12 +3090,12 @@@ msgstr "
  "w dalszym ciągu będą używane poprzednie pliki indeksu. Błąd GPG %s: %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "Błąd GPG: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3104,7 -3104,7 +3104,7 @@@ msgstr "
  "Nie udało się odnaleźć pliku dla pakietu %s. Może to oznaczać, że trzeba "
  "będzie ręcznie naprawić ten pakiet (z powodu brakującej architektury)."
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3113,14 -3113,14 +3113,14 @@@ msgstr "
  "Nie udało się odnaleźć pliku dla pakietu %s. Może to oznaczać, że trzeba "
  "będzie ręcznie naprawić ten pakiet."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr ""
  "Pliki indeksu pakietów są uszkodzone. Brak pola Filename: dla pakietu %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Błędny rozmiar"
  
@@@ -3244,22 -3244,22 +3244,22 @@@ msgstr "Zapisywanie nowej listy źróde
  msgid "Source list entries for this disc are:\n"
  msgstr "Źródła dla tej płyty to:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Zapisano %i rekordów.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Zapisano %i rekordów z %i brakującymi plikami.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Zapisano %i rekordów z %i niepasującymi plikami\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr "Zapisano %i rekordów z %i brakującymi plikami i %i niepasującymi\n"
@@@ -3279,13 -3279,13 +3279,13 @@@ msgstr "Nie udało się znaleźć wpis
  msgid "Hash mismatch for: %s"
  msgstr "Błędna suma kontrolna dla: %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr "Plik %s nie zaczyna się wiadomością podpisaną w trybie clearsign"
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "Brak zainstalowanej bazy kluczy w %s."
diff --cc po/pt.po
index 482b1a8a24faa24a67d5b097512efc312af6844d,cd1547e7ab5a64a8b4798271e748f95fef33bff8..3a9cffd3a549d2814638c1a776250c222d1796dc
+++ b/po/pt.po
@@@ -7,8 -7,8 +7,8 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
 -"PO-Revision-Date: 2010-08-28 09:03+0100\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
 +"PO-Revision-Date: 2012-06-29 15:45+0100\n"
  "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
  "Language-Team: Portuguese <traduz@debianpt.org>\n"
  "Language: pt\n"
@@@ -1356,8 -1335,8 +1356,8 @@@ msgstr "Foi atingido o tempo limite de 
  msgid "Server closed the connection"
  msgstr "O servidor fechou a ligação"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Erro de leitura"
  
@@@ -1370,8 -1349,8 +1370,8 @@@ msgid "Protocol corruption
  msgstr "Corrupção de protocolo"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Erro de escrita"
  
@@@ -2359,7 -2340,7 +2359,7 @@@ msgstr "%limin %lis
  msgid "%lis"
  msgstr "%lis"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "A selecção %s não foi encontrada"
@@@ -2561,50 -2537,50 +2561,50 @@@ msgstr "O sub-processo %s retornou um c
  msgid "Sub-process %s exited unexpectedly"
  msgstr "O sub-processo %s terminou inesperadamente"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Não foi possível abrir ficheiro o %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Não foi possível abrir o descritor de ficheiro %d"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Falhou criar subprocesso IPC"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Falhou executar compactador "
  
--#: apt-pkg/contrib/fileutl.cc:1289
 -#, fuzzy, c-format
++#: apt-pkg/contrib/fileutl.cc:1309
 +#, c-format
  msgid "read, still have %llu to read but none left"
 -msgstr "lido, ainda restam %lu para serem lidos mas não resta nenhum"
 +msgstr "lidos, ainda restam %llu para serem lidos mas não resta nenhum"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
 -#, fuzzy, c-format
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
 +#, c-format
  msgid "write, still have %llu to write but couldn't"
 -msgstr "escrito, ainda restam %lu para escrever mas não foi possível"
 +msgstr "escritos, ainda restam %llu para escrever mas não foi possível"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Problema ao fechar o ficheiro %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Problema ao renomear o ficheiro %s para %s"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Problema ao remover o link do ficheiro %s"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Problema sincronizando o ficheiro"
  
@@@ -3030,46 -3006,42 +3030,46 @@@ msgstr "falhou renomear, %s (%s -> %s).
  msgid "MD5Sum mismatch"
  msgstr "MD5Sum não coincide"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Código de verificação hash não coincide"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
 +"Incapaz de encontrar a entrada '%s' esperada no ficheiro Release (entrada "
 +"errada em sources.list ou ficheiro malformado)"
  
--#: apt-pkg/acquire-item.cc:1386
 -#, fuzzy, c-format
++#: apt-pkg/acquire-item.cc:1397
 +#, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
 -msgstr "Não foi possível fazer parse ao ficheiro Release %s"
 +msgstr "Não foi possível encontrar hash sum para '%s' no ficheiro Release"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr ""
  "Não existe qualquer chave pública disponível para as seguintes IDs de "
  "chave:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
 +"O ficheiro Release para %s está expirado (inválido desde %s). Não serão "
 +"aplicadas as actualizações para este repositório."
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "Distribuição em conflito: %s (esperado %s mas obtido %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3080,12 -3052,12 +3080,12 @@@ msgstr "
  "GPG: %s: %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "Erro GPG: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3095,7 -3067,7 +3095,7 @@@ msgstr "
  "significar que você precisa corrigir manualmente este pacote. (devido a "
  "arquitectura em falta)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3104,7 -3076,7 +3104,7 @@@ msgstr "
  "Não foi possível localizar arquivo para o pacote %s. Isto pode significar "
  "que você precisa consertar manualmente este pacote."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
@@@ -3112,7 -3084,7 +3112,7 @@@ msgstr "
  "Os arquivos de índice de pacotes estão corrompidos. Nenhum campo Filename: "
  "para o pacote %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Tamanho incorrecto"
  
@@@ -3236,22 -3208,22 +3236,22 @@@ msgstr "A escrever lista de novas sourc
  msgid "Source list entries for this disc are:\n"
  msgstr "As entradas de listas de Source para este Disco são:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Escreveu %i registos.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Escreveu %i registos com %i ficheiros em falta.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Escreveu %i registos com %i ficheiros não coincidentes\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3273,13 -3245,13 +3273,13 @@@ msgstr "Não foi possível encontrar re
  msgid "Hash mismatch for: %s"
  msgstr "Hash não coincide para: %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
 -msgstr ""
 +msgstr "O ficheiro %s não começa com uma mensagem assinada"
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "Nenhum keyring instalado em %s."
diff --cc po/pt_BR.po
index 90ad895ea5878bd442ab5a52f24dfc05fce85c26,930ec79a3bff420989b028ba16302789082b73b4..0f66e80bf31e4d8dc49b1009ebb492efbe625dc3
@@@ -7,7 -7,7 +7,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2008-11-17 02:33-0200\n"
  "Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n"
  "Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
@@@ -1326,8 -1326,8 +1326,8 @@@ msgstr "Conexão expirou
  msgid "Server closed the connection"
  msgstr "Servidor fechou a conexão"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Erro de leitura"
  
@@@ -1340,8 -1340,8 +1340,8 @@@ msgid "Protocol corruption
  msgstr "Corrupção de protocolo"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Erro de escrita"
  
@@@ -2329,7 -2329,7 +2329,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Seleção %s não encontrada"
@@@ -2523,50 -2523,50 +2523,50 @@@ msgstr "Sub-processo %s retornou um có
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Sub-processo %s finalizou inesperadamente"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Não foi possível abrir arquivo %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, fuzzy, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Não foi possível abrir \"pipe\" para %s"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Falhou ao criar sub-processo IPC"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Falhou ao executar compactador "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "leitura, ainda restam %lu para serem lidos mas nenhum deixado"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "escrita, ainda restam %lu para gravar mas não foi possível"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, fuzzy, c-format
  msgid "Problem closing the file %s"
  msgstr "Problema fechando o arquivo"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, fuzzy, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Problema sincronizando o arquivo"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, fuzzy, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Problema removendo o arquivo"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Problema sincronizando o arquivo"
  
@@@ -2989,40 -2989,40 +2989,40 @@@ msgstr "renomeação falhou, %s (%s -> 
  msgid "MD5Sum mismatch"
  msgstr "MD5Sum incorreto"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Hash Sum incorreto"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Impossível analisar arquivo de pacote %s (1)"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "Não existem chaves públicas para os seguintes IDs de chaves:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3045,7 -3045,7 +3045,7 @@@ msgstr "
  "que você precisa consertar manualmente este pacote. (devido a arquitetura "
  "não especificada)."
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3054,7 -3054,7 +3054,7 @@@ msgstr "
  "Não foi possível localizar arquivo para o pacote %s. Isto pode significar "
  "que você precisa consertar manualmente este pacote."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
@@@ -3062,7 -3062,7 +3062,7 @@@ msgstr "
  "Os arquivos de índice de pacotes estão corrompidos. Nenhum campo \"Filename:"
  "\" para o pacote %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Tamanho incorreto"
  
@@@ -3184,22 -3184,22 +3184,22 @@@ msgstr "Gravando nova lista de fontes\n
  msgid "Source list entries for this disc are:\n"
  msgstr "Entradas na lista de fontes para este disco são:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Gravados %i registros.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Gravados %i registros com %i arquivos faltando.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Gravados %i registros com %i arquivos que não combinam\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3221,13 -3221,13 +3221,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr "Hash Sum incorreto"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, fuzzy, c-format
  msgid "No keyring installed in %s."
  msgstr "Abortando instalação."
diff --cc po/ro.po
index a55e9f2800f35de673c95b66dce0628cad330624,e1556214a8a7e678ef83d66768a4dea5ecd0ae69..d822469cafce9a181f018507518c3b427a9bc9d5
+++ b/po/ro.po
@@@ -7,7 -7,7 +7,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: ro\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2008-11-15 02:21+0200\n"
  "Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n"
  "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n"
@@@ -1328,8 -1328,8 +1328,8 @@@ msgstr "Timpul de conectare a expirat
  msgid "Server closed the connection"
  msgstr "Serverul a închis conexiunea"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Eroare de citire"
  
@@@ -1342,8 -1342,8 +1342,8 @@@ msgid "Protocol corruption
  msgstr "Protocol corupt"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Eroare de scriere"
  
@@@ -2339,7 -2339,7 +2339,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Selecția %s nu a fost găsită"
@@@ -2533,50 -2533,50 +2533,50 @@@ msgstr "Subprocesul %s a întors un co
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Subprocesul %s s-a terminat brusc"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Nu s-a putut deschide fișierul %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, fuzzy, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Nu s-a putut deschide conexiunea pentru %s"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Eșec la crearea IPC-ului pentru subproces"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Eșec la executarea compresorului"
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "citire, încă mai am %lu de citit dar n-a mai rămas nimic"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "scriere, încă mai am %lu de scris dar nu pot"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, fuzzy, c-format
  msgid "Problem closing the file %s"
  msgstr "Problemă la închiderea fișierului"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, fuzzy, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Problemă în timpul sincronizării fișierului"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, fuzzy, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Problemă la dezlegarea fișierului"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Problemă în timpul sincronizării fișierului"
  
@@@ -2994,42 -2994,42 +2994,42 @@@ msgstr "redenumire eșuată, %s (%s -> 
  msgid "MD5Sum mismatch"
  msgstr "Nepotrivire MD5Sum"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Nepotrivire la suma de căutare"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Nu s-a putut analiza fișierul pachet %s (1)"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr ""
  "Nu există nici o cheie publică disponibilă pentru următoarele "
  "identificatoare de chei:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3051,7 -3051,7 +3051,7 @@@ msgstr "
  "N-am putut localiza un fișier pentru pachetul %s. Aceasta ar putea însemna "
  "că aveți nevoie să reparați manual acest pachet (din pricina unui arch lipsă)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3060,7 -3060,7 +3060,7 @@@ msgstr "
  "N-am putut localiza un fișier pentru pachetul %s. Aceasta ar putea însemna "
  "că aveți nevoie să depanați manual acest pachet."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
@@@ -3068,7 -3068,7 +3068,7 @@@ msgstr "
  "Fișierele index de pachete sunt deteriorate. Fără câmpul 'nume fișier:' la "
  "pachetul %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Nepotrivire dimensiune"
  
@@@ -3191,22 -3191,22 +3191,22 @@@ msgstr "Scriere noua listă sursă\n
  msgid "Source list entries for this disc are:\n"
  msgstr "Intrările listei surselor pentru acest disc sunt:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "S-au scris %i înregistrări.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "S-au scris %i înregistrări cu %i fișiere lipsă.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "S-au scris %i înregistrări cu %i fișiere nepotrivite\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3227,13 -3227,13 +3227,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr "Nepotrivire la suma de căutare"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, fuzzy, c-format
  msgid "No keyring installed in %s."
  msgstr "Abandonez instalarea."
diff --cc po/ru.po
index e3c7e9b24b6f673d474211b68583472d02d9b79d,d66fe2456c6187258e61ace507f7d5ee445fa822..eeb3457daf073eb3f405e8cd1fc50e58e44971e1
+++ b/po/ru.po
  # Yuri Kozlov <yuray@komyakino.ru>, 2009, 2010, 2012.
  msgid ""
  msgstr ""
 -"Project-Id-Version: apt 0.8.15.9\n"
 +"Project-Id-Version: apt rev2227.1.3\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
 -"PO-Revision-Date: 2012-01-06 10:36+0400\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
 +"PO-Revision-Date: 2012-06-30 08:47+0400\n"
  "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
  "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
  "Language: ru\n"
@@@ -1377,8 -1376,8 +1377,8 @@@ msgstr "Ð\94опÑ\83Ñ\81Ñ\82имое Ð²Ñ\80емÑ
  msgid "Server closed the connection"
  msgstr "Сервер прервал соединение"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Ошибка чтения"
  
@@@ -1391,8 -1390,8 +1391,8 @@@ msgid "Protocol corruption
  msgstr "Искажение протокола"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Ошибка записи"
  
@@@ -2383,7 -2382,7 +2383,7 @@@ msgstr "%liмин %liс
  msgid "%lis"
  msgstr "%liс"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Не найдено: %s"
@@@ -2585,51 -2584,51 +2585,51 @@@ msgstr "Порождённый проц
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Порождённый процесс %s неожиданно завершился"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Не удалось открыть файл %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Не удалось открыть файловый дескриптор %d"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Не удалось создать IPC с порождённым процессом"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Не удалось выполнить компрессор "
  
--#: apt-pkg/contrib/fileutl.cc:1289
 -#, fuzzy, c-format
++#: apt-pkg/contrib/fileutl.cc:1309
 +#, c-format
  msgid "read, still have %llu to read but none left"
  msgstr ""
 -"ошибка при чтении. собирались прочесть ещё %lu байт, но ничего больше нет"
 +"ошибка при чтении; собирались прочесть ещё %llu байт, но ничего больше нет"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
 -#, fuzzy, c-format
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
 +#, c-format
  msgid "write, still have %llu to write but couldn't"
 -msgstr "ошибка при записи, собирались записать ещё %lu байт, но не смогли"
 +msgstr "ошибка при записи; собирались записать ещё %llu байт, но не смогли"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Проблема закрытия файла %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Проблема при переименовании файла %s в %s"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Проблема при удалении файла %s"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Проблема при синхронизации файла"
  
@@@ -3050,12 -3045,12 +3050,12 @@@ msgstr "пеÑ\80еименоваÑ\82Ñ\8c Ð½Ð
  msgid "MD5Sum mismatch"
  msgstr "MD5Sum не совпадает"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Хеш сумма не совпадает"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
@@@ -3064,16 -3059,16 +3064,16 @@@ msgstr "
  "Невозможно найти ожидаемый элемент «%s» в файле Release (некорректная запись "
  "в sources.list или файл)"
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Невозможно найти хеш-сумму «%s» в файле Release"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "Недоступен открытый ключ для следующих ID ключей:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
@@@ -3082,12 -3077,12 +3082,12 @@@ msgstr "
  "Файл Release для %s просрочен (недостоверный начиная с %s). Обновление этого "
  "репозитория производиться не будет."
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "Конфликт распространения: %s (ожидался %s, но получен %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3097,12 -3092,12 +3097,12 @@@ msgstr "
  "использованы предыдущие индексные файлы. Ошибка GPG: %s: %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "Ошибка GPG: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3111,7 -3106,7 +3111,7 @@@ msgstr "
  "Не удалось обнаружить файл пакета %s. Это может означать, что вам придётся "
  "вручную исправить этот пакет (возможно, пропущен arch)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3120,13 -3115,13 +3120,13 @@@ msgstr "
  "Не удалось обнаружить файл пакета %s. Это может означать, что вам придётся "
  "вручную исправить этот пакет."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr "Некорректный перечень пакетов. Нет поля Filename: для пакета %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Не совпадает размер"
  
@@@ -3250,22 -3245,22 +3250,22 @@@ msgstr "Ð\97апиÑ\81Ñ\8c Ð½Ð¾Ð²Ð¾Ð³Ð¾ Ñ\81пÐ
  msgid "Source list entries for this disc are:\n"
  msgstr "Записи в списке источников для этого диска:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Сохранено %i записей.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Сохранено %i записей с %i отсутствующими файлами.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Сохранено %i записей с %i несовпадающими файлами\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3287,13 -3282,13 +3287,13 @@@ msgstr "Не удалось найти 
  msgid "Hash mismatch for: %s"
  msgstr "Не совпадает хеш сумма для: %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr "Файл %s не начинается с прозрачно подписанного сообщения"
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "Связка ключей в %s не установлена."
diff --cc po/sk.po
index a6a7a10c0f417065ded10fdd2faa8e37833bf67e,803fab0d555bc08e9d4c2d0167da95bcaab22987..ac799a15c93b79b6926e52935140fda5833ea63c
+++ b/po/sk.po
@@@ -10,7 -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: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2012-06-28 20:49+0100\n"
  "Last-Translator: Ivan Masár <helix84@centrum.sk>\n"
  "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@@@ -1354,8 -1354,8 +1354,8 @@@ msgstr "Uplynul čas spojenia
  msgid "Server closed the connection"
  msgstr "Server ukončil spojenie"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Chyba pri čítaní"
  
@@@ -1368,8 -1368,8 +1368,8 @@@ msgid "Protocol corruption
  msgstr "Narušenie protokolu"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Chyba pri zápise"
  
@@@ -2345,7 -2345,7 +2345,7 @@@ msgstr "%li min %li s
  msgid "%lis"
  msgstr "%li s"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Voľba %s nenájdená"
@@@ -2539,50 -2539,50 +2539,50 @@@ msgstr "Podproces %s vrátil chybový k
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Podproces %s neočakávane skončil"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Nedá sa otvoriť súbor %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Nedá sa otvoriť popisovač súboru %d"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Nedá sa vytvoriť podproces IPC"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Nepodarilo sa spustiť kompresor "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "čítanie, treba prečítať ešte %llu, ale už nič neostáva"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "zápis, treba zapísať ešte %llu, no nedá sa to"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Problém pri zatváraní súboru %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Problém pri synchronizovaní súboru %s na %s"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Problém pri odstraňovaní súboru %s"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Problém pri synchronizovaní súboru"
  
@@@ -2993,12 -2993,12 +2993,12 @@@ msgstr "premenovanie zlyhalo, %s (%s -
  msgid "MD5Sum mismatch"
  msgstr "Nezhoda kontrolných MD5 súčtov"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Nezhoda kontrolných haš súčtov"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
@@@ -3007,16 -3007,16 +3007,16 @@@ msgstr "
  "Nepodarilo sa nájsť očakávanú položku „%s“ v súbore Release (Nesprávna "
  "položka sources.list alebo chybný formát súboru)"
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Nepodarilo sa nájsť haš „%s“ v súbore Release"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "Nie sú dostupné žiadne verejné kľúče ku kľúčom s nasledovnými ID:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
@@@ -3025,12 -3025,12 +3025,12 @@@ msgstr "
  "Súbor Release pre %s vypršal (neplatný od %s). Aktualizácie tohto zdroja "
  "softvéru sa nepoužijú."
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "V konflikte s distribúciou: %s (očakávalo sa %s ale dostali sme %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3040,12 -3040,12 +3040,12 @@@ msgstr "
  "použijú sa predošlé indexové súbory. Chyba GPG: %s: %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "Chyba GPG: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3054,7 -3054,7 +3054,7 @@@ msgstr "
  "Nedá sa nájsť súbor s balíkom %s. To by mohlo znamenať, že tento balík je "
  "potrebné opraviť manuálne (kvôli chýbajúcej architektúre)."
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3063,13 -3063,13 +3063,13 @@@ msgstr "
  "Nedá sa nájsť súbor s balíkom %s. Asi budete musieť opraviť tento balík "
  "manuálne."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr "Indexové súbory balíka sú narušené. Chýba pole Filename: pre balík %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Veľkosti sa nezhodujú"
  
@@@ -3193,22 -3193,22 +3193,22 @@@ msgstr "Zapisuje sa nový zoznam zdrojo
  msgid "Source list entries for this disc are:\n"
  msgstr "Položky zoznamu zdrojov pre tento disk sú:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Zapísaných %i záznamov.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Zapísaných %i záznamov s %i chýbajúcimi súbormi.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Zapísaných %i záznamov s %i chybnými súbormi\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr "Zapísaných %i záznamov s %i chýbajúcimi a %i chybnými súbormi\n"
@@@ -3228,13 -3228,13 +3228,13 @@@ msgstr "Nebolo možné nájsť autentif
  msgid "Hash mismatch for: %s"
  msgstr "Nezhoda kontrolných haš súčtov: %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr "Súbor %s nezačína podpísanou správou v čistom texte (clearsigned)"
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "V %s nie je nainštalovaný žiaden zväzok kľúčov."
diff --cc po/sl.po
index 7888ecdc71243be8063c962a320e47181af060a3,7bf3076be2377e5c7fb8a213ba460c61d60b1914..0db45793d08b5864b731b631f3eb9f3a4e8fb375
+++ b/po/sl.po
@@@ -4,7 -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: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2012-06-27 21:29+0000\n"
  "Last-Translator: Andrej Znidarsic <andrej.znidarsic@gmail.com>\n"
  "Language-Team: Slovenian <sl@li.org>\n"
@@@ -1352,8 -1352,8 +1352,8 @@@ msgstr "Povezava je zakasnela
  msgid "Server closed the connection"
  msgstr "Strežnik je zaprl povezavo"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Napaka branja"
  
@@@ -1366,8 -1366,8 +1366,8 @@@ msgid "Protocol corruption
  msgstr "Okvara protokola"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Napaka pisanja"
  
@@@ -2345,7 -2345,7 +2345,7 @@@ msgstr "%limin %lis
  msgid "%lis"
  msgstr "%lis"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Izbire %s ni mogoče najti"
@@@ -2539,50 -2539,50 +2539,50 @@@ msgstr "Pod-opravilo %s je vrnilo kodo 
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Pod-opravilo %s se je nepričakovano zaključilo"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Ni mogoče odpreti datoteke %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Ni mogoče odpreti opisnika datotek %d"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Ni mogoče ustvariti podopravila IPD"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Ni mogoče izvesti stiskanja "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "Prebrano, še vedno je treba prebrati %llu bajtov, vendar ni nič ostalo"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "pisanje, preostalo je še %llu za pisanje, vendar ni bilo mogoče pisati"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Težava med zapiranjem datoteke %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Težava med preimenovanje datoteke %s v %s"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Težava med razvezovanjem datoteke %s"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Težava med usklajevanjem datoteke"
  
@@@ -2996,12 -2996,12 +2996,12 @@@ msgstr "preimenovanje je spodletelo, %
  msgid "MD5Sum mismatch"
  msgstr "Neujemanje vsote MD5"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Neujemanje vsote razpršil"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
@@@ -3010,16 -3010,16 +3010,16 @@@ msgstr "
  "Ni mogoče najti pričakovanega vnosa '%s' v datoteki Release (napačen vnos "
  "sources.list ali slabo oblikovana datoteka)"
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Ni mogoče najti vsote razprševanja za '%s' v datoteki Release"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "Za naslednje ID-je ključa ni na voljo javnih ključev:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
@@@ -3028,12 -3028,12 +3028,12 @@@ msgstr "
  "Datoteka Release za %s je potekla (neveljavna od %s). Posodobitev za to "
  "skladišče ne bo uveljavljena."
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "Distribucija v sporu: %s (pričakovana %s, toda dobljena %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3043,12 -3043,12 +3043,12 @@@ msgstr "
  "zato bodo uporabljene predhodne datoteke kazal. Napaka GPG: %s: %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "Napaka GPG: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3057,7 -3057,7 +3057,7 @@@ msgstr "
  "Ni bilo mogoče najti datoteke za paket %s. Morda boste morali ročno "
  "popraviti ta paket (zaradi manjkajočega arhiva)."
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3066,7 -3066,7 +3066,7 @@@ msgstr "
  "Ni bilo mogoče najti datoteke za paket %s. Morda boste morali ročno "
  "popraviti ta paket."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
@@@ -3074,7 -3074,7 +3074,7 @@@ msgstr "
  "Datoteke s kazali paketov so pokvarjene. Brez imena datotek: polje za paket "
  "%s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Neujemanje velikosti"
  
@@@ -3198,22 -3198,22 +3198,22 @@@ msgstr "Pisanje novega seznama virov\n
  msgid "Source list entries for this disc are:\n"
  msgstr "Izvorni vnosi za ta disk so:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Zapisanih je bilo %i zapisov.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Zapisanih je bilo %i zapisov z %i manjkajočimi datotekami.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Zapisanih je bilo %i zapisov z %i neujemajočimi datotekami.\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3235,13 -3235,13 +3235,13 @@@ msgstr "Ni mogoče najti zapisa overitv
  msgid "Hash mismatch for: %s"
  msgstr "Neujemanje razpršila za: %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr "Datoteka %s se ne začne s čisto podpisanim sporočilom"
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "V %s ni nameščenih zbirk ključev."
diff --cc po/sv.po
index 003cc33d1ab9262b2420b2ab39a46155db3efdd9,b860d1874efef0d8358faec98f756a0d5a6832d1..1b328c5c89efbe03537adfb77019a14394fe2789
+++ b/po/sv.po
@@@ -9,7 -9,7 +9,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2010-08-24 21:18+0100\n"
  "Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
  "Language-Team: Swedish <debian-l10n-swedish@debian.org>\n"
@@@ -1336,8 -1336,8 +1336,8 @@@ msgstr "Tidsgränsen för anslutningen 
  msgid "Server closed the connection"
  msgstr "Servern stängde anslutningen"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Läsfel"
  
@@@ -1350,8 -1350,8 +1350,8 @@@ msgid "Protocol corruption
  msgstr "Protokollet skadat"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Skrivfel"
  
@@@ -2345,7 -2345,7 +2345,7 @@@ msgstr "%limin %lis
  msgid "%lis"
  msgstr "%lis"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Valet %s hittades inte"
@@@ -2537,50 -2537,50 +2537,50 @@@ msgstr "Underprocessen %s svarade med e
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Underprocessen %s avslutades oväntat"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Kunde inte öppna filen %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Kunde inte öppna filhandtag %d"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Misslyckades med att skapa underprocess-IPC"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Misslyckades med att starta komprimerare "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "läsning, har fortfarande %lu att läsa men ingenting finns kvar"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "skrivning, har fortfarande %lu att skriva men kunde inte"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Problem med att stänga filen %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Problem med att byta namn på filen %s till %s"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Problem med att avlänka filen %s"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Problem med att synkronisera filen"
  
@@@ -2998,40 -2998,40 +2998,40 @@@ msgstr "namnbyte misslyckades, %s (%s -
  msgid "MD5Sum mismatch"
  msgstr "MD5-kontrollsumman stämmer inte"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Hash-kontrollsumman stämmer inte"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Kunde inte tolka \"Release\"-filen %s"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "Det finns ingen öppen nyckel tillgänglig för följande nyckel-id:n:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "Konflikt i distribution: %s (förväntade %s men fick %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3042,12 -3042,12 +3042,12 @@@ msgstr "
  "%s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "GPG-fel: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3056,7 -3056,7 +3056,7 @@@ msgstr "
  "Jag kunde inte hitta någon fil för paketet %s. Detta kan betyda att du "
  "manuellt måste reparera detta paket (på grund av saknad arkitektur)."
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3065,13 -3065,13 +3065,13 @@@ msgstr "
  "Jag kunde inte hitta någon fil för paketet %s. Detta kan betyda att du "
  "manuellt måste reparera detta paket."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr "Paketindexfilerna är skadede. Inget \"Filename:\"-fält för paketet %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Storleken stämmer inte"
  
@@@ -3195,22 -3195,22 +3195,22 @@@ msgstr "Skriver ny källista\n
  msgid "Source list entries for this disc are:\n"
  msgstr "Poster i källistan för denna skiva:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Skrev %i poster.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Skrev %i poster med %i saknade filer.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Skrev %i poster med %i filer som inte stämmer\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr "Skrev %i poster med %i saknade filer och %i filer som inte stämmer\n"
@@@ -3230,13 -3230,13 +3230,13 @@@ msgstr "Kan inte hitta autentiseringspo
  msgid "Hash mismatch for: %s"
  msgstr "Hash-kontrollsumman stämmer inte för: %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "Ingen nyckelring installerad i %s."
diff --cc po/th.po
index d7ee454b929c21674b874db7255341ab6fad8c3a,f1c75bcfa49ba0cdf1c6efa20545186add43a4c5..76cb7954fe4f4574632eab12890794f89f34e4c1
+++ b/po/th.po
@@@ -8,7 -8,7 +8,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2008-11-06 15:54+0700\n"
  "Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n"
  "Language-Team: Thai <thai-l10n@googlegroups.com>\n"
@@@ -1290,8 -1290,8 +1290,8 @@@ msgstr "หมà¸\94à¹\80วลารอà¹\80à
  msgid "Server closed the connection"
  msgstr "เซิร์ฟเวอร์ปิดการเชื่อมต่อ"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "การอ่านข้อมูลผิดพลาด"
  
@@@ -1304,8 -1304,8 +1304,8 @@@ msgid "Protocol corruption
  msgstr "มีความเสียหายของโพรโทคอล"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "การเขียนข้อมูลผิดพลาด"
  
@@@ -2270,7 -2270,7 +2270,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "ไม่พบรายการเลือก %s"
@@@ -2461,50 -2461,50 +2461,50 @@@ msgstr "โพรเซสย่อย 
  msgid "Sub-process %s exited unexpectedly"
  msgstr "โพรเซสย่อย %s จบการทำงานกระทันหัน"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "ไม่สามารถเปิดแฟ้ม %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, fuzzy, c-format
  msgid "Could not open file descriptor %d"
  msgstr "ไม่สามารถเปิดไปป์สำหรับ %s"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "สร้าง IPC ของโพรเซสย่อยไม่สำเร็จ"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "เรียกทำงานตัวบีบอัดไม่สำเร็จ"
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "read: ยังเหลือ %lu ที่ยังไม่ได้อ่าน แต่ข้อมูลหมดแล้ว"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "write: ยังเหลือ %lu ที่ยังไม่ได้เขียน แต่ไม่สามารถเขียนได้"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, fuzzy, c-format
  msgid "Problem closing the file %s"
  msgstr "เกิดปัญหาขณะปิดแฟ้ม"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, fuzzy, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "เกิดปัญหาขณะ sync แฟ้ม"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, fuzzy, c-format
  msgid "Problem unlinking the file %s"
  msgstr "เกิดปัญหาขณะลบแฟ้ม"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "เกิดปัญหาขณะ sync แฟ้ม"
  
@@@ -2909,40 -2909,40 +2909,40 @@@ msgstr "à¹\80à¸\9bลีà¹\88ยà¸\99à¸\8aืà¹\88à
  msgid "MD5Sum mismatch"
  msgstr "MD5Sum ไม่ตรงกัน"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "ผลรวมแฮชไม่ตรงกัน"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "ไม่สามารถแจงแฟ้มแพกเกจ %s (1)"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "ไม่มีกุญแจสาธารณะสำหรับกุญแจหมายเลขต่อไปนี้:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
  "to manually fix this package. (due to missing arch)"
  msgstr "ไม่พบแฟ้มสำหรับแพกเกจ %s คุณอาจต้องแก้ปัญหาแพกเกจนี้เอง (ไม่มี arch)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
  "to manually fix this package."
  msgstr "ไม่พบแฟ้มสำหรับแพกเกจ %s คุณอาจต้องแก้ปัญหาแพกเกจนี้เอง"
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr "แฟ้มดัชนีแพกเกจเสียหาย ไม่มีข้อมูล Filename: (ชื่อแฟ้ม) สำหรับแพกเกจ %s"
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "ขนาดไม่ตรงกัน"
  
@@@ -3097,22 -3097,22 +3097,22 @@@ msgstr "à¸\81ำลัà¸\87à¹\80à¸\82ียà¸\99à
  msgid "Source list entries for this disc are:\n"
  msgstr "บรรทัดรายชื่อแหล่งแพกเกจสำหรับแผ่นนี้คือ:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "เขียนแล้ว %i ระเบียน\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "เขียนแล้ว %i ระเบียน โดยมีแฟ้มขาดหาย %i แฟ้ม\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "เขียนแล้ว %i ระเบียน โดยมีแฟ้มผิดขนาด %i แฟ้ม\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr "เขียนแล้ว %i ระเบียน โดยมีแฟ้มขาดหาย %i แฟ้ม และแฟ้มผิดขนาด %i แฟ้ม\n"
@@@ -3132,13 -3132,13 +3132,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr "ผลรวมแฮชไม่ตรงกัน"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, fuzzy, c-format
  msgid "No keyring installed in %s."
  msgstr "จะล้มเลิกการติดตั้ง"
diff --cc po/tl.po
index 50ba3759b86a8f57a9d879c359e97ac4cf18b5e6,666d3245cf16470d6fde488ab2bf48be43c5fa41..02b4cd4194aeb8caed228489514c069419c86809
+++ b/po/tl.po
@@@ -10,7 -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: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2007-03-29 21:36+0800\n"
  "Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
  "Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"
@@@ -1318,8 -1318,8 +1318,8 @@@ msgstr "Lumipas ang koneksyon
  msgid "Server closed the connection"
  msgstr "Sinarhan ng server ang koneksyon"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Error sa pagbasa"
  
@@@ -1332,8 -1332,8 +1332,8 @@@ msgid "Protocol corruption
  msgstr "Sira ang protocol"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Error sa pagsulat"
  
@@@ -2319,7 -2319,7 +2319,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Piniling %s ay hindi nahanap"
@@@ -2517,50 -2517,50 +2517,50 @@@ msgstr "Naghudyat ang sub-process %s n
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Ang sub-process %s ay lumabas ng di inaasahan"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Hindi mabuksan ang talaksang %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, fuzzy, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Hindi makapag-bukas ng pipe para sa %s"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Bigo ang paglikha ng subprocess IPC"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Bigo ang pag-exec ng taga-compress"
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "pagbasa, mayroong %lu na babasahin ngunit walang natira"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "pagsulat, mayroon pang %lu na isusulat ngunit hindi makasulat"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, fuzzy, c-format
  msgid "Problem closing the file %s"
  msgstr "Problema sa pagsara ng talaksan"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, fuzzy, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Problema sa pag-sync ng talaksan"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, fuzzy, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Problema sa pag-unlink ng talaksan"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Problema sa pag-sync ng talaksan"
  
@@@ -2978,41 -2978,41 +2978,41 @@@ msgstr "pagpalit ng pangalan ay bigo, %
  msgid "MD5Sum mismatch"
  msgstr "Di tugmang MD5Sum"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  #, fuzzy
  msgid "Hash Sum mismatch"
  msgstr "Di tugmang MD5Sum"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Hindi ma-parse ang talaksang pakete %s (1)"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "Walang public key na magamit para sa sumusunod na key ID:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3034,7 -3034,7 +3034,7 @@@ msgstr "
  "Hindi ko mahanap ang talaksan para sa paketeng %s. Maaaring kailanganin "
  "niyong ayusin ng de kamay ang paketeng ito. (dahil sa walang arch)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3043,7 -3043,7 +3043,7 @@@ msgstr "
  "Hindi ko mahanap ang talaksan para sa paketeng %s. Maaaring kailanganin "
  "niyong ayusin ng de kamay ang paketeng ito."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
@@@ -3051,7 -3051,7 +3051,7 @@@ msgstr "
  "Sira ang talaksang index ng mga pakete. Walang Filename: field para sa "
  "paketeng %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Di tugmang laki"
  
@@@ -3174,22 -3174,22 +3174,22 @@@ msgstr "Sinusulat ang bagong listahan n
  msgid "Source list entries for this disc are:\n"
  msgstr "Mga nakatala sa Listahan ng Source para sa Disc na ito ay:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Nagsulat ng %i na record.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Nagsulat ng %i na record na may %i na talaksang kulang.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Nagsulat ng %i na record na may %i na talaksang mismatch\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3211,13 -3211,13 +3211,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr "Di tugmang MD5Sum"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, fuzzy, c-format
  msgid "No keyring installed in %s."
  msgstr "Ina-abort ang pag-instol."
diff --cc po/uk.po
index 72aadeeae0d34cb945f7f28d38d34792929a231d,3ce9dbc9fdc35d7cc7901d18f82a91050d88bdc8..b5c2608a714f7e04258ff18a2688439fd5df157e
+++ b/po/uk.po
@@@ -6,7 -6,7 +6,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt-all\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2006-07-29 15:57+0300\n"
  "Last-Translator: Artem Bondarenko <artem.brz@gmail.com>\n"
  "Language-Team: Українська <uk@li.org>\n"
@@@ -1322,8 -1322,8 +1322,8 @@@ msgstr "Час з'єднання вич
  msgid "Server closed the connection"
  msgstr "Сервер закрив з'єднання"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Помилка читання"
  
@@@ -1336,8 -1336,8 +1336,8 @@@ msgid "Protocol corruption
  msgstr "Спотворений протокол"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Помилка запису"
  
@@@ -2334,7 -2334,7 +2334,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Вибір %s не знайдено"
@@@ -2533,51 -2533,51 +2533,51 @@@ msgstr "Ð\9fÑ\96дпÑ\80оÑ\86еÑ\81 %s Ð¿Ð¾Ð²ÐµÑ
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Підпроцес %s раптово завершився"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Не можливо відкрити файл %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, fuzzy, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Неможливо відкрити канал (pipe) для %s"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Не вдалося створити IPC з породженим процесом"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Не вдалося виконати компресор "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr ""
  "помилка при читанні. мали прочитати ще %lu байт, але нічого більше нема"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "помилка при записі, мали прочитати ще %lu байт, але не змогли"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, fuzzy, c-format
  msgid "Problem closing the file %s"
  msgstr "Проблема з закриттям файла"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, fuzzy, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Проблема з синхронізацією файла"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, fuzzy, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Проблема з роз'єднанням файла"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Проблема з синхронізацією файла"
  
@@@ -2992,42 -2992,42 +2992,42 @@@ msgstr "Ð\9dе Ð²Ð´Ð°Ð»Ð¾Ñ\81Ñ\8f Ð¿ÐµÑ\80ейÐ
  msgid "MD5Sum mismatch"
  msgstr "Невідповідність MD5Sum"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  #, fuzzy
  msgid "Hash Sum mismatch"
  msgstr "Невідповідність MD5Sum"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Неможливо обробити файл %s пакунку (1)"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  #, fuzzy
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "Відсутній публічний ключ для заданих ID ключа:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3049,7 -3049,7 +3049,7 @@@ msgstr "
  "Я не можу знайти файл для пакунку %s. Можливо, Ви захочете власноруч "
  "виправити цей пакунок. (due to missing arch)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3058,14 -3058,14 +3058,14 @@@ msgstr "
  "Я не можу знайти файл для пакунку %s. Можливо, Ви захочете власноруч "
  "виправити цей пакунок."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr ""
  "Індексні файли пакунків пошкоджені. Немає поля Filename для пакунку %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Невідповідність розміру"
  
@@@ -3186,22 -3186,22 +3186,22 @@@ msgstr "Записується нови
  msgid "Source list entries for this disc are:\n"
  msgstr "Перелік джерел для цього диску:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Записано %i записів.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Записано %i записів з %i відсутніми файлами.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Записано %i записів з %i невідповідними файлам\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr "Записано %i записів з %i відсутніми і %i невідповідними файлами\n"
@@@ -3221,13 -3221,13 +3221,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr "Невідповідність MD5Sum"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, fuzzy, c-format
  msgid "No keyring installed in %s."
  msgstr "Переривається встановлення."
diff --cc po/vi.po
index ef3c7dba7638e8b1b72c35d6268d346a631fd3ee,034c5d6123fc1a6dae0b0190e5bf43f8f88c2221..e71d4e5dea525013bed5f6d3372ea6de69ce3cf1
+++ b/po/vi.po
@@@ -6,7 -6,7 +6,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: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2010-09-29 21:36+0930\n"
  "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
  "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
@@@ -1329,8 -1329,8 +1329,8 @@@ msgstr "Thời hạn kết nối
  msgid "Server closed the connection"
  msgstr "Máy phục vụ đã đóng kết nối"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "Lỗi đọc"
  
@@@ -1343,8 -1343,8 +1343,8 @@@ msgid "Protocol corruption
  msgstr "Giao thức bị hỏng"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "Lỗi ghi"
  
@@@ -2353,7 -2353,7 +2353,7 @@@ msgstr "%liphút %ligiây
  msgid "%lis"
  msgstr "%ligiây"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "Không tìm thấy vùng chọn %s"
@@@ -2545,50 -2545,50 +2545,50 @@@ msgstr "Tiến trình phụ %s Ä\91ã trá
  msgid "Sub-process %s exited unexpectedly"
  msgstr "Tiến trình phụ %s đã thoát bất thường"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "Không thể mở tập tin %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "Không thể mở bộ mô tả tập tin %d"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "Việc tạo tiến trình con IPC bị lỗi"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "Việc thực hiện bô nén bị lỗi "
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "đọc, còn cần đọc %lu nhưng mà không có gì còn lại"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "ghi, còn cần ghi %lu nhưng mà không thể"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "Gặp vấn đề khi đóng tập tin %s"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "Gặp vấn đề khi thay tên tập tin %s bằng %s"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "Gặp vấn đề khi bỏ liên kết tập tin %s"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "Gặp vấn đề khi đồng bộ hóa tập tin"
  
@@@ -3011,40 -3011,40 +3011,40 @@@ msgstr "viá»\87c thay Ä\91á»\95i tên bá»\8b lá
  msgid "MD5Sum mismatch"
  msgstr "Sai khớp MD5Sum (tổng kiểm)"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Sai khớp tổng chuỗi duy nhất (hash sum)"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "Không thể phân tích cú pháp của tập tin Phát hành %s"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "Không có khóa công sẵn sàng cho những mã số khoá theo đây:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "Bản phát hành xung đột: %s (mong đợi %s còn nhận %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -3055,12 -3055,12 +3055,12 @@@ msgstr "
  "Lỗi GPG: %s: %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "Lỗi GPG: %s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3069,7 -3069,7 +3069,7 @@@ msgstr "
  "Không tìm thấy tập tin liên quan đến gói %s. Có lẽ bạn cần phải tự sửa gói "
  "này, do thiếu kiến trúc."
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -3078,7 -3078,7 +3078,7 @@@ msgstr "
  "Không tìm thấy tập tin liên quan đến gói %s. Có lẽ bạn cần phải tự sửa gói "
  "này."
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
@@@ -3086,7 -3086,7 +3086,7 @@@ msgstr "
  "Các tập tin chỉ mục của gói này bị hỏng. Không có trường Filename: (Tên tập "
  "tin:) cho gói %s."
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "Sai khớp kích cỡ"
  
@@@ -3212,22 -3212,22 +3212,22 @@@ msgstr "Ä\90ang ghi danh sách nguá»\93n má
  msgid "Source list entries for this disc are:\n"
  msgstr "Các mục nhập danh sách nguồn cho đĩa này:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "Mới ghi %i mục ghi.\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "Mới ghi %i mục ghi với %i tập tin còn thiếu.\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "Mới ghi %i mục ghi với %i tập tin không khớp với nhau\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr ""
@@@ -3249,13 -3249,13 +3249,13 @@@ msgstr "Không tìm thấy mục ghi xÃ
  msgid "Hash mismatch for: %s"
  msgstr "Sai khớp chuỗi duy nhất cho : %s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "Không có vòng khoá nào được cài đặt vào %s."
diff --cc po/zh_CN.po
index cd4e192a6b9f5cd6711cc5ebafb4e0efce6ffe9b,2b1a86636d91f238f14232fe5b5dfc890cb8c38d..0a9468cb7a4232db9f6b25c128088587df03a32b
@@@ -9,7 -9,7 +9,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: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2010-08-26 14:42+0800\n"
  "Last-Translator: Aron Xu <happyaron.xu@gmail.com>\n"
  "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
@@@ -1295,8 -1295,8 +1295,8 @@@ msgstr "连接超时
  msgid "Server closed the connection"
  msgstr "服务器关闭了连接"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "读错误"
  
@@@ -1309,8 -1309,8 +1309,8 @@@ msgid "Protocol corruption
  msgstr "协议有误"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "写出错"
  
@@@ -2275,7 -2275,7 +2275,7 @@@ msgstr "%li分 %li秒
  msgid "%lis"
  msgstr "%li秒"
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "找不到您选则的 %s"
@@@ -2466,50 -2466,50 +2466,50 @@@ msgstr "子进程 %s 返回了一个错
  msgid "Sub-process %s exited unexpectedly"
  msgstr "子进程 %s 异常退出"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "无法打开文件 %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, c-format
  msgid "Could not open file descriptor %d"
  msgstr "无法打开文件描述符 %d"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "无法创建子进程的 IPC 管道"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "无法执行压缩程序"
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "读取文件出错,还剩 %lu 字节没有读出"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "写入文件出错,还剩 %lu 字节没有保存"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, c-format
  msgid "Problem closing the file %s"
  msgstr "关闭文件 %s 出错"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "重命名文件 %s 为 %s 出错"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, c-format
  msgid "Problem unlinking the file %s"
  msgstr "用 unlink 删除文件 %s 出错"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "同步文件出错"
  
@@@ -2918,40 -2918,40 +2918,40 @@@ msgstr "无法重命名文件,%s (%s 
  msgid "MD5Sum mismatch"
  msgstr "MD5 校验和不符"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Hash 校验和不符"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "无法解析软件包仓库 Release 文件 %s"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "以下 ID 的密钥没有可用的公钥:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "冲突的发行版:%s (期望 %s 但得到 %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
@@@ -2960,12 -2960,12 +2960,12 @@@ msgstr "
  "校验签名出错。此仓库未被更新,仍然使用以前的索引文件。GPG 错误:%s: %s\n"
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr "GPG 错误:%s: %s"
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -2974,7 -2974,7 +2974,7 @@@ msgstr "
  "我无法找到一个对应 %s 软件包的文件。在这种情况下可能需要您手动修正这个软件"
  "包。(缘于架构缺失)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
  msgstr ""
  "我无法找到对应 %s 软件包的文件。在这种情况下您可能需要手动修正这个软件包。"
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr "软件包的索引文件已损坏。找不到对应软件包 %s 的 Filename: 字段。"
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "大小不符"
  
@@@ -3112,22 -3112,22 +3112,22 @@@ msgstr "正在写入新的源列表\n
  msgid "Source list entries for this disc are:\n"
  msgstr "对应于该盘片的软件源设置项是:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "已写入 %i 条记录。\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "已写入 %i 条记录,并有 %i 个文件缺失。\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "已写入 %i 条记录,并有 %i 个文件不匹配\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr "已写入 %i 条记录,并有 %i 个缺失,以及 %i 个文件不匹配\n"
@@@ -3147,13 -3147,13 +3147,13 @@@ msgstr "无法找到认证记录:%s
  msgid "Hash mismatch for: %s"
  msgstr "Hash 校验和不符:%s"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, c-format
  msgid "No keyring installed in %s."
  msgstr "%s 中没有安装密钥环。"
diff --cc po/zh_TW.po
index f9258aeedf806f002ba5f52ff695564018d335a9,573c48b1c8bf6d504bac58853919da23fd617c4d..718f93ba0bacceeee7546f260145de85618512b1
@@@ -8,7 -8,7 +8,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: 0.5.4\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2012-08-28 12:02+0200\n"
 -"POT-Creation-Date: 2012-06-27 11:17+0200\n"
++"POT-Creation-Date: 2012-09-04 14:07+0200\n"
  "PO-Revision-Date: 2009-01-28 10:41+0800\n"
  "Last-Translator: Tetralet <tetralet@gmail.com>\n"
  "Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5@lists."
@@@ -1290,8 -1290,8 +1290,8 @@@ msgstr "連線逾時
  msgid "Server closed the connection"
  msgstr "伺服器已關閉連線"
  
--#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
--#: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
++#: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1274
++#: apt-pkg/contrib/fileutl.cc:1283 apt-pkg/contrib/fileutl.cc:1286
  msgid "Read error"
  msgstr "讀取錯誤"
  
@@@ -1304,8 -1304,8 +1304,8 @@@ msgid "Protocol corruption
  msgstr "協定失敗"
  
  #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
--#: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
--#: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
++#: apt-pkg/contrib/fileutl.cc:1372 apt-pkg/contrib/fileutl.cc:1381
++#: apt-pkg/contrib/fileutl.cc:1384 apt-pkg/contrib/fileutl.cc:1410
  msgid "Write error"
  msgstr "寫入錯誤"
  
@@@ -2273,7 -2273,7 +2273,7 @@@ msgstr "
  msgid "%lis"
  msgstr ""
  
--#: apt-pkg/contrib/strutl.cc:1166
++#: apt-pkg/contrib/strutl.cc:1167
  #, c-format
  msgid "Selection %s not found"
  msgstr "選項 %s 找不到"
@@@ -2464,50 -2464,50 +2464,50 @@@ msgstr "子程序 %s 傳回錯誤碼 (%
  msgid "Sub-process %s exited unexpectedly"
  msgstr "子程序 %s 不預期得結束"
  
--#: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
++#: apt-pkg/contrib/fileutl.cc:1004 apt-pkg/indexcopy.cc:653
  #, c-format
  msgid "Could not open file %s"
  msgstr "無法開啟檔案 %s"
  
--#: apt-pkg/contrib/fileutl.cc:1046
++#: apt-pkg/contrib/fileutl.cc:1066
  #, fuzzy, c-format
  msgid "Could not open file descriptor %d"
  msgstr "無法開啟管線給 %s 使用"
  
--#: apt-pkg/contrib/fileutl.cc:1136
++#: apt-pkg/contrib/fileutl.cc:1156
  msgid "Failed to create subprocess IPC"
  msgstr "無法建立子程序 IPC"
  
--#: apt-pkg/contrib/fileutl.cc:1192
++#: apt-pkg/contrib/fileutl.cc:1212
  msgid "Failed to exec compressor "
  msgstr "無法執行壓縮程式"
  
--#: apt-pkg/contrib/fileutl.cc:1289
++#: apt-pkg/contrib/fileutl.cc:1309
  #, fuzzy, c-format
  msgid "read, still have %llu to read but none left"
  msgstr "讀取,仍有 %lu 未讀但已無空間"
  
--#: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
++#: apt-pkg/contrib/fileutl.cc:1398 apt-pkg/contrib/fileutl.cc:1420
  #, fuzzy, c-format
  msgid "write, still have %llu to write but couldn't"
  msgstr "寫入,仍有 %lu 待寫入但已沒辨法"
  
--#: apt-pkg/contrib/fileutl.cc:1716
++#: apt-pkg/contrib/fileutl.cc:1736
  #, fuzzy, c-format
  msgid "Problem closing the file %s"
  msgstr "在關閉檔案時發生問題"
  
--#: apt-pkg/contrib/fileutl.cc:1728
++#: apt-pkg/contrib/fileutl.cc:1748
  #, fuzzy, c-format
  msgid "Problem renaming the file %s to %s"
  msgstr "在同步檔案時發生問題"
  
--#: apt-pkg/contrib/fileutl.cc:1739
++#: apt-pkg/contrib/fileutl.cc:1759
  #, fuzzy, c-format
  msgid "Problem unlinking the file %s"
  msgstr "在刪除檔案時發生問題"
  
- #: apt-pkg/contrib/fileutl.cc:1754
 -#: apt-pkg/contrib/fileutl.cc:1755
++#: apt-pkg/contrib/fileutl.cc:1774
  msgid "Problem syncing the file"
  msgstr "在同步檔案時發生問題"
  
@@@ -2910,40 -2910,40 +2910,40 @@@ msgstr "無法重新命名,%s (%s -> 
  msgid "MD5Sum mismatch"
  msgstr "MD5Sum 不符"
  
--#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
--#: apt-pkg/acquire-item.cc:2002
++#: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1870
++#: apt-pkg/acquire-item.cc:2013
  msgid "Hash Sum mismatch"
  msgstr "Hash Sum 不符"
  
--#: apt-pkg/acquire-item.cc:1370
++#: apt-pkg/acquire-item.cc:1381
  #, c-format
  msgid ""
  "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
  "or malformed file)"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1386
++#: apt-pkg/acquire-item.cc:1397
  #, fuzzy, c-format
  msgid "Unable to find hash sum for '%s' in Release file"
  msgstr "無法辨別 Release 檔 %s"
  
--#: apt-pkg/acquire-item.cc:1428
++#: apt-pkg/acquire-item.cc:1439
  msgid "There is no public key available for the following key IDs:\n"
  msgstr "無法取得以下的密鑰 ID 的公鑰:\n"
  
--#: apt-pkg/acquire-item.cc:1466
++#: apt-pkg/acquire-item.cc:1477
  #, c-format
  msgid ""
  "Release file for %s is expired (invalid since %s). Updates for this "
  "repository will not be applied."
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1488
++#: apt-pkg/acquire-item.cc:1499
  #, c-format
  msgid "Conflicting distribution: %s (expected %s but got %s)"
  msgstr "發行版本衝突:%s(應當是 %s 但卻得到 %s)"
  
--#: apt-pkg/acquire-item.cc:1521
++#: apt-pkg/acquire-item.cc:1532
  #, c-format
  msgid ""
  "A error occurred during the signature verification. The repository is not "
  msgstr ""
  
  #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
--#: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
++#: apt-pkg/acquire-item.cc:1542 apt-pkg/acquire-item.cc:1547
  #, c-format
  msgid "GPG error: %s: %s"
  msgstr ""
  
--#: apt-pkg/acquire-item.cc:1635
++#: apt-pkg/acquire-item.cc:1646
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
@@@ -2965,20 -2965,20 +2965,20 @@@ msgstr "
  "找不到 %s 套件的某個檔案。這意味著您可能要手動修復這個套件。(因為找不到平"
  "台)"
  
--#: apt-pkg/acquire-item.cc:1694
++#: apt-pkg/acquire-item.cc:1705
  #, c-format
  msgid ""
  "I wasn't able to locate a file for the %s package. This might mean you need "
  "to manually fix this package."
  msgstr "找不到 %s 套件的某個檔案。這意味著您可能要手動修復這個套件。"
  
--#: apt-pkg/acquire-item.cc:1753
++#: apt-pkg/acquire-item.cc:1764
  #, c-format
  msgid ""
  "The package index files are corrupted. No Filename: field for package %s."
  msgstr "這個套件的索引檔損壞了。沒有套件 %s 的 Filename: 欄位。"
  
--#: apt-pkg/acquire-item.cc:1851
++#: apt-pkg/acquire-item.cc:1862
  msgid "Size mismatch"
  msgstr "大小不符"
  
@@@ -3098,22 -3098,22 +3098,22 @@@ msgstr "正在寫入新的來源列表\
  msgid "Source list entries for this disc are:\n"
  msgstr "該碟片的來源列表項目為:\n"
  
- #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:878
 -#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
++#: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:874
  #, c-format
  msgid "Wrote %i records.\n"
  msgstr "寫入 %i 筆紀錄。\n"
  
- #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:880
 -#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
++#: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:876
  #, c-format
  msgid "Wrote %i records with %i missing files.\n"
  msgstr "寫入 %i 筆紀綠,其中有 %i 個檔案遺失了。\n"
  
- #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:883
 -#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
++#: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:879
  #, c-format
  msgid "Wrote %i records with %i mismatched files\n"
  msgstr "寫入 %i 筆紀綠,其中有 %i 個檔案不符\n"
  
- #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:886
 -#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
++#: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:882
  #, c-format
  msgid "Wrote %i records with %i missing files and %i mismatched files\n"
  msgstr "寫入 %i 筆紀綠,其中有 %i 個檔案遺失了,有 %i 個檔案不符\n"
@@@ -3133,13 -3133,13 +3133,13 @@@ msgstr "
  msgid "Hash mismatch for: %s"
  msgstr "Hash Sum 不符"
  
--#: apt-pkg/indexcopy.cc:659
++#: apt-pkg/indexcopy.cc:656
  #, c-format
  msgid "File %s doesn't start with a clearsigned message"
  msgstr ""
  
  #. TRANSLATOR: %s is the trusted keyring parts directory
--#: apt-pkg/indexcopy.cc:690
++#: apt-pkg/indexcopy.cc:686
  #, fuzzy, c-format
  msgid "No keyring installed in %s."
  msgstr "放棄安裝。"
Simple merge