]> git.saurik.com Git - apt.git/commitdiff
* apt-ftparchive might write corrupt Release files (LP: #46439)
authorMichael Vogt <egon@tas>
Tue, 28 Oct 2008 17:45:36 +0000 (18:45 +0100)
committerMichael Vogt <egon@tas>
Tue, 28 Oct 2008 17:45:36 +0000 (18:45 +0100)
* Apply --important option to apt-cache depends (LP: #16947)
* apt-pkg/acquire-item.cc:
  - Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
    available. (Closes: #409284)
* apt-pkg/algorithm.cc:
  - Strip username and password from source URL in error message.
    (Closes: #425150)
* Fix typos:
  - apt-pkg/depcache.cc
* Fix compilation warnings:
  - apt-pkg/acquire.cc
  - apt-pkg/versionmatch.cc
* Compilation fixes and portability improvement for compiling APT against non-GNU libc
  (thanks to Martin Koeppe, closes: #392063):
  - buildlib/apti18n.h.in:
    + textdomain() and bindtextdomain() must not be visible when --disable-nls
  - buildlib/inttypes.h.in: undefine standard int*_t types
  - Append INTLLIBS to SLIBS:
    + cmdline/makefile
    + ftparchive/makefile
    + methods/makefile
* doc/apt.conf.5.xml:
  - clarify whether configuration items of apt.conf are case-sensitive
    (thanks to Vincent McIntyre, closes: #345901)
* doc/apt-cache.8.xml:
  - search command uses POSIX regex, and searches for virtual packages too
    (closes: #277536)
* doc/offline.sgml: clarify remote and target hosts
  (thanks to Nikolaus Schulz, closes: #175940)
* Fix several typos in docs, translations and debian/changelog
  (thanks to timeless, Nicolas Bonifas and Josh Triplett,
  closes: #368665, #298821, #411532, #431636, #461458)
* Document apt-key finger and adv commands
  (thanks to Stefan Schmidt, closes: #350575)
* Better documentation for apt-get --option
  (thanks to Tomas Pospisek, closes: #386579)
* Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276)
* Better documentation on using both APT::Default-Release and
  /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575)

* doc/apt-cache.8.xml:
  - add missing citerefentry
* Upload to unstable
* apt-pkg/deb/dpkgpm.cc:
  - Store the trigger state descriptions in a way that does not break
    the ABI.  The approach taken makes the search for a string O(n) rather
    than O(lg(n)), but since n == 4, I do not consider this a major
    concern.  If it becomes a concern, we can sort the static array and
    use std::equal_range().  (Closes: #499322)
* apt-pkg/pkgcachegen.cc:
  - do not add multiple identical descriptions for the same
    language (closes: #400768)
* Catalan updated. Closes: #499462
* Fix typo in cron.daily script. Closes: #486179
* Traditional Chinese updated. Closes: #488526
* German corrected and completed. Closes: #490532, #480002, #498018
* French completed
* Bulgarian updated. Closes: #492473
* Slovak updated. Closes: #492475
* Galician updated. Closes: #492794
* Japanese updated. Closes: #492975
* Fix missing space in Greek translation. Closes: #493922
* Greek updated.
* Brazilian Portuguese updated.
* Basque updated. Closes: #496754
* Romanian updated. Closes: #492773, #488361
* Portuguese updated. Closes: #491790
* Simplified Chinese updated. Closes: #489344
* Norwegian Bokmål updated. Closes: #480022
* Czech updated. Closes: #479628, #497277
* Korean updated. Closes: #464515
* Spanish updated. Closes: #457706
* Lithuanian added. Closes: #493328
* Swedish updated. Closes: #497496
* Vietnamese updated. Closes: #497893
* Portuguese updated. Closes: #498411
* Greek updated. Closes: #498687
* Polish updated.
* merge patch that enforces stricter https server certificate
  checking (thanks to Arnaud Ebalard, closes: #485960)
* allow per-mirror specific https settings
  (thanks to Arnaud Ebalard, closes: #485965)
* add doc/examples/apt-https-method-example.cof
  (thanks to Arnaud Ebalard, closes: #485964)
* apt-pkg/depcache.cc:
  - when checking for new important deps, skip critical ones
    (closes: #485943)
* improve apt progress reporting, display trigger actions
* add DPkg::NoTriggers option so that applications that call
  apt/aptitude (like the installer) defer trigger processing
  (thanks to Joey Hess)
* doc/makefile:
  - add examples/apt-https-method-example.conf

* Russian updated. Closes: #479777, #499029
* fix FTBFS by changing build-depends to
* ABI library name change because it's built against
* Package that contains all the new features
* Branch that contains all the new features:

50 files changed:
1  2 
README.arch
apt-pkg/acquire.cc
apt-pkg/deb/dpkgpm.cc
apt-pkg/depcache.cc
debian/apt.cron.daily
debian/changelog
doc/apt-cache.8.xml
doc/apt-get.8.xml
po/ar.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/en_GB.po
po/es.po
po/eu.po
po/fi.po
po/fr.po
po/gl.po
po/he.po
po/hu.po
po/it.po
po/ja.po
po/km.po
po/ko.po
po/ku.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

diff --cc README.arch
index 364e940a4bbc789b26b0afb0fe01cbfcc1375825,364e940a4bbc789b26b0afb0fe01cbfcc1375825..58c40a497c177ef7b6ce07602c41308c61ef7781
@@@ -1,7 -1,7 +1,7 @@@
  
  You can build apt from arch, but this needs the following additional
  packages (in addtion to the usual build-depends):
--autoconf automake xmlto perlsgml sgml2x sgmlspl docbook
++autoconf automake xmlto perlsgml sgml2x sgmlspl docbook doxygen
  
  then run:
  
Simple merge
Simple merge
Simple merge
index 472d20c6d8ede6211ba74e5dbc44521a2b5771dc,32fbafc57cfb037d0bdeb9e7348942493181efca..cdec7eea00315e0d5c3896448498c740a37396a3
@@@ -102,125 -72,109 +102,217 @@@ update_stamp(
      touch $stamp
  }
  
 -
 -
+ # we check here if autoclean was enough sizewise
+ check_size_constraints()
+ {
+     # min-age in days
+     MaxAge=0
+     MinAge=2
+     MaxSize=0
+     CacheDir="var/cache/apt"
+     CacheArchive="archives/"
+     eval $(apt-config shell MaxAge APT::Archives::MaxAge)
+     eval $(apt-config shell MinAge APT::Archives::MinAge)
+     eval $(apt-config shell MaxSize APT::Archives::MaxSize)
+     eval $(apt-config shell Dir Dir)
+     eval $(apt-config shell CacheDir Dir::Cache)
+     eval $(apt-config shell CacheArchive Dir::Cache::archives)
+     # sanity check
+     if [ -z "$CacheDir" -o -z "$CacheArchive" ]; then
+       echo "empty Dir::Cache or Dir::Cache::archives, exiting"
+       exit
+     fi
+     
+     Cache="${Dir%/}/${CacheDir%/}/${CacheArchive%/}/"
+     # check age
+     if [ ! $MaxAge -eq 0 ] && [ ! $MinAge -eq 0 ]; then
+       find $Cache -name "*.deb"  \( -mtime +$MaxAge -and -ctime +$MaxAge \) -and -not \( -mtime -$MinAge -or -ctime -$MinAge \) -print0 | xargs -r -0 rm -f
+     elif [ ! $MaxAge -eq 0 ]; then
+       find $Cache -name "*.deb"  -ctime +$MaxAge -and -mtime +$MaxAge -print0 | xargs -r -0 rm -f
+     fi
+     
+     # check size
+     if [ ! $MaxSize -eq 0 ]; then
+       # maxSize is in MB
+       MaxSize=$(($MaxSize*1024))
+       #get current time
+       now=$(date --date=$(date --iso-8601) +%s)
+       MinAge=$(($MinAge*24*60*60))
+       # reverse-sort by mtime
+       for file in $(ls -rt $Cache/*.deb 2>/dev/null); do 
+           du=$(du -s $Cache)
+           size=${du%%/*}
+           # check if the cache is small enough
+           if [ $size -lt $MaxSize ]; then
+               break
+           fi
+           # check for MinAge of the file
+           if [ ! $MinAge -eq 0 ]; then 
+               # check both ctime and mtime 
+               mtime=$(stat -c %Y $file)
+               ctime=$(stat -c %Z $file)
+               if [ $mtime -gt $ctime ]; then
+                   delta=$(($now-$mtime))
+               else
+                   delta=$(($now-$ctime))
+               fi
+               #echo "$file ($delta), $MinAge"
+               if [ $delta -le $MinAge ]; then
+                   #echo "Skiping $file (delta=$delta)"
+                   break
+               fi
+           fi
+           # delete oldest file
+           rm -f $file
+       done
+     fi
+ }
+ # sleep for a random interval of time (default 30min)
+ # (some code taken from cron-apt, thanks)
+ random_sleep()
+ {
+     RandomSleep=1800
+     eval $(apt-config shell RandomSleep APT::Periodic::RandomSleep)
+     if [ $RandomSleep -eq 0 ]; then
+       return
+     fi
+     if [ -z "$RANDOM" ] ; then
+         # A fix for shells that do not have this bash feature.
+       RANDOM=$(dd if=/dev/urandom count=1 2> /dev/null | cksum | cut -c"1-5")
+     fi
+     TIME=$(($RANDOM % $RandomSleep))
+     sleep $TIME
+ }
++
 +debug_echo()
 +{
 +    # Display message if $VERBOSE >= 1
 +    if [ "$VERBOSE" -ge 1 ]; then
 +      echo $1 1>&2
 +    fi
 +}
 +
+ # main
 -if ! which apt-config >/dev/null; then
 +# check apt-config exstance
 +if ! which apt-config >/dev/null ; then
 +      exit 0
 +fi
 +
 +# Set VERBOSE mode from  apt-config (or inherit from environment)
 +eval $(apt-config shell VERBOSE APT::Periodic::Verbose)
 +if [ -z "$VERBOSE" ]; then
 +    VERBOSE="0"
 +fi
 +if [ "$VERBOSE" -le 2 ]; then
 +    # quiet for 0,1,2
 +    XSTDOUT=">/dev/null"
 +    XSTDERR="2>/dev/null"
 +    XAPTOPT="-qq"
 +    XUUPOPT=""
 +else
 +    XSTDOUT=""
 +    XSTDERR=""
 +    XAPTOPT=""
 +    XUUPOPT="-d"
 +fi
 +if [ "$VERBOSE" -ge 3 ]; then
 +    # trace output
 +    set -x
 +fi
 +
 +# laptop check, on_ac_power returns:
 +#       0 (true)    System is on main power
 +#       1 (false)   System is not on main power
 +#       255 (false) Power status could not be determined
 +# Desktop systems always return 255 it seems
 +if which on_ac_power >/dev/null; then
 +    on_ac_power
 +    POWER=$?
 +    if [ $POWER -eq 1 ]; then
 +      debug_echo "exit: system on main power."
        exit 0
 +    elif [ $POWER -ne 0 ]; then
 +      debug_echo "exit: power status ($POWER) undetermined."
 +      exit 0
 +    fi
 +    debug_echo "system is on main power."
 +fi
 +
 +# check if we can lock the cache and if the cache is clean
 +if which apt-get >/dev/null && ! eval apt-get check $XAPTOPT $XSTDERR ; then
 +    debug_echo "error encountered in cron job with \"apt-get check\"."
 +    exit 0
 +fi
 +# No need to check for apt-get below
 +
 +# Global current time in seconds since 1970-01-01 00:00:00 UTC
 +now=$(date +%s)
 +
 +# Set default values and normalize
 +Dir="/"
 +eval $(apt-config shell Dir Dir)
 +Dir=${Dir%/}
 +
 +CacheDir="var/cache/apt/"
 +eval $(apt-config shell CacheDir Dir::Cache)
 +CacheDir=${CacheDir%/}
 +if [ -z "$CacheDir" ]; then
 +    debug_echo "practically empty Dir::Cache, exiting"
 +    exit 0
  fi
  
 +CacheArchive="archives/"
 +eval $(apt-config shell CacheArchive Dir::Cache::Archives)
 +CacheArchive=${CacheArchive%/}
 +if [ -z "$CacheArchive" ]; then
 +    debug_echo "practically empty Dir::Cache::archives, exiting"
 +    exit 0
 +fi
 +
 +BackupArchiveInterval=0
 +eval $(apt-config shell BackupArchiveInterval APT::Periodic::BackupArchiveInterval)
 +
 +BackupLevel=3
 +eval $(apt-config shell BackupLevel APT::Periodic::BackupLevel)
 +if [ $BackupLevel -le 1 ]; then BackupLevel=2 ; fi
 +
 +CacheBackup="backup/"
 +eval $(apt-config shell CacheBackup Dir::Cache::Backup)
 +CacheBackup=${CacheBackup%/}
 +if [ -z "$CacheBackup" ]; then
 +    echo "practically empty Dir::Cache::Backup, exiting" 1>&2
 +    exit 0
 +fi
 +
 +# Support old Archive for compatibility.
 +# Document only Periodic for all controling parameters of this script.
 +MaxAge=0
 +eval $(apt-config shell MaxAge APT::Archives::MaxAge)
 +eval $(apt-config shell MaxAge APT::Periodic::MaxAge)
 +
 +MinAge=2
 +eval $(apt-config shell MinAge APT::Archives::MinAge)
 +eval $(apt-config shell MinAge APT::Periodic::MinAge)
 +
 +MaxSize=0
 +eval $(apt-config shell MaxSize APT::Archives::MaxSize)
 +eval $(apt-config shell MaxSize APT::Periodic::MaxSize)
 +
  UpdateInterval=0
 +eval $(apt-config shell UpdateInterval APT::Periodic::Update-Package-Lists)
 +
  DownloadUpgradeableInterval=0
 -eval $(apt-config shell UpdateInterval APT::Periodic::Update-Package-Lists DownloadUpgradeableInterval APT::Periodic::Download-Upgradeable-Packages)
 -AutocleanInterval=$DownloadUpgradeableInterval
 -eval $(apt-config shell AutocleanInterval APT::Periodic::AutocleanInterval)
 +eval $(apt-config shell DownloadUpgradeableInterval APT::Periodic::Download-Upgradeable-Packages)
 +
  UnattendedUpgradeInterval=0
  eval $(apt-config shell UnattendedUpgradeInterval APT::Periodic::Unattended-Upgrade)
  
index bef67eb6fea1c7357f3835e38600e70005923451,5b56577311086841c814b5f010df84f25b2dec46..283c49fd5ca11aea219959090fe9c87125a14222
- apt (0.7.15) UNRELEASED; urgency=low
++apt (0.7.17) UNRELEASED; urgency=low
 +
 +  [ Osamu Aoki ]
 +  * Updated cron script to support backups by hardlinks and 
 +    verbose levels.  All features turned off by default. 
 +  * Added more error handlings.  Closes: #438803, #462734, #454989, 
 +  * Refactored condition structure to make download and upgrade performed 
 +    if only previous steps succeeded. Closes: #341970
 +  * Documented all cron script related configuration items in 
 +    configure-index.
 +
 +  [ Michael Vogt ]
-   * apt-pkg/deb/dpkgpm.cc:
-     - improve apt progress reporting, display trigger actions
 +  * apt-pkg/depcache.cc:
 +    - when checking for new important deps, skip critical ones
 +      (LP: #236360)
-   * merge patch that enforces stricter https server certificate
-     checking (thanks to Arnaud Ebalard, closes: #485960)
-   * allow per-mirror specific https settings
-     (thanks to Arnaud Ebalard, closes: #485965)
-   * add doc/examples/apt-https-method-example.cof
-     (thanks to Arnaud Ebalard, closes: #485964)
-   * add DPkg::NoTriggers option so that applications that call
-     apt/aptitude (like the installer) defer trigger processing
-     (thanks to Joey Hess) 
 +  * document --install-recommends and --no-install-recommends
 +    (thanks to Dereck Wonnacott, LP: #126180)
-   * fix various -Wall warnings
 +  * make "apt-get build-dep" installed packages marked automatic
 +    by default. This can be changed by setting the value of
 +    APT::Get::Build-Dep-Automatic to false (thanks to Aaron 
 +    Haviland, closes: #44874, LP: #248268)
 +  * apt-pkg/indexcopy.cc:
 +    - support having CDs with no Packages file (just a Packages.gz)
 +      by not forcing a verification on non-existing files
 +     (LP: #255545)
 +  * cmdline/apt-cache.cc:
 +    - remove the gettext from a string that consists entirely 
 +      of variables (LP: #56792)
-   * doc/makefile:
-     - add examples/apt-https-method-example.conf
 +  * apt-pkg/cacheiterators.h:
 +    - add missing checks for Owner == 0 in end()
-   * apt-pkg/pkgcachegen.cc:
-     - do not add multiple identical descriptions for the same 
-       language (closes: #400768)
++  
++  [ Dereck Wonnacott ]
++  * apt-ftparchive might write corrupt Release files (LP: #46439)
++  * Apply --important option to apt-cache depends (LP: #16947) 
++
++ -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 12 Sep 2008 11:34:24 +0200
++
+ apt (0.7.17~exp2) experimental; urgency=low
+   [ Eugene V. Lyubimkin ]
+   * apt-pkg/acquire-item.cc:
+     - Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
+       available. (Closes: #409284)
+   * apt-pkg/algorithm.cc:
+     - Strip username and password from source URL in error message.
+       (Closes: #425150)
+  -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Fri, 24 Oct 2008 23:45:17 +0300
+ apt (0.7.17~exp1) experimental; urgency=low
+   [ Luca Bruno ]
+   * Fix typos:
+     - apt-pkg/depcache.cc
+   * Fix compilation warnings:
+     - apt-pkg/acquire.cc
+     - apt-pkg/versionmatch.cc
+   * Compilation fixes and portability improvement for compiling APT against non-GNU libc
+     (thanks to Martin Koeppe, closes: #392063):
+     - buildlib/apti18n.h.in:
+       + textdomain() and bindtextdomain() must not be visible when --disable-nls
+     - buildlib/inttypes.h.in: undefine standard int*_t types
+     - Append INTLLIBS to SLIBS:
+       + cmdline/makefile
+       + ftparchive/makefile
+       + methods/makefile
+   * doc/apt.conf.5.xml:
+     - clarify whether configuration items of apt.conf are case-sensitive
+       (thanks to Vincent McIntyre, closes: #345901)
+  -- Luca Bruno <lethalman88@gmail.com>  Sat, 11 Oct 2008 09:17:46 +0200
+ apt (0.7.16) unstable; urgency=low
+   [ Luca Bruno ]
+   * doc/apt-cache.8.xml:
+     - search command uses POSIX regex, and searches for virtual packages too
+       (closes: #277536)
+   * doc/offline.sgml: clarify remote and target hosts
+     (thanks to Nikolaus Schulz, closes: #175940)
+   * Fix several typos in docs, translations and debian/changelog
+     (thanks to timeless, Nicolas Bonifas and Josh Triplett,
+     closes: #368665, #298821, #411532, #431636, #461458)
+   * Document apt-key finger and adv commands
+     (thanks to Stefan Schmidt, closes: #350575)
+   * Better documentation for apt-get --option
+     (thanks to Tomas Pospisek, closes: #386579)
+   * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276)
+   * Better documentation on using both APT::Default-Release and
+     /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575)
+   
+   [ Michael Vogt ]
+   * doc/apt-cache.8.xml:
+     - add missing citerefentry
+  -- Michael Vogt <mvo@debian.org>  Fri, 10 Oct 2008 23:44:50 +0200
+ apt (0.7.15) unstable; urgency=low
+   * Upload to unstable
+  -- Michael Vogt <mvo@debian.org>  Sun, 05 Oct 2008 13:23:47 +0200
+ apt (0.7.15~exp3) experimental; urgency=low
+   [Daniel Burrows]
+   * apt-pkg/deb/dpkgpm.cc:
+     - Store the trigger state descriptions in a way that does not break
+       the ABI.  The approach taken makes the search for a string O(n) rather
+       than O(lg(n)), but since n == 4, I do not consider this a major
+       concern.  If it becomes a concern, we can sort the static array and
+       use std::equal_range().  (Closes: #499322)
+   [ Michael Vogt ]
    * apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:
      - move the state file writting into the Go() implementation
        of dpkgpm (closes: #498799)
Simple merge
Simple merge
diff --cc po/ar.po
index 7b2582ace3e166025551533a2fed7ebab4be0427,3197aad35d6f2a9a2c8b2021edab00075aa65f7b..512df2ebcb93f549ab57789870c2b2227f567ebb
+++ b/po/ar.po
@@@ -6,7 -6,7 +6,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt_po\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+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"
@@@ -2662,7 -2662,18 +2662,18 @@@ msgstr "التحضير لإزالة %s 
  msgid "Completely removed %s"
  msgstr "تمت إزالة %s بالكامل"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "تم تثبيت %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "تحضير %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  
diff --cc po/bg.po
index e0800134974e867711df4e5d103f13b94179d794,78f6d9e09981cad6ea1487940236b2d1af9a2d07..bbacdbd1125b4d360519ba416bb7b3a31e456ecd
+++ b/po/bg.po
@@@ -9,10 -9,10 +9,10 @@@
  # Damyan Ivanov <dmn@debiian.org>, 2008.
  msgid ""
  msgstr ""
- "Project-Id-Version: bg\n"
+ "Project-Id-Version: apt_po_bg\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2008-05-04 17:19+0300\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-07-26 14:55+0300\n"
  "Last-Translator: Damyan Ivanov <dmn@debian.org>\n"
  "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
  "MIME-Version: 1.0\n"
@@@ -2900,7 -2900,18 +2900,18 @@@ msgstr "Ð\9fодгоÑ\82овка Ð·Ð° Ð¿Ñ\8aÐ
  msgid "Completely removed %s"
  msgstr "%s е напълно премахнат"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, c-format
+ msgid "Installing %s"
+ msgstr "Инсталиране на %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr "Изпълнение на тригер след инсталиране %s"
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Подготвяне на %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  "Неуспех при запис в журнала, openpty() се провали (дали /dev/pts е "
@@@ -2913,3 -2924,3 +2924,6 @@@ msgstr "Ð\9dеÑ\83Ñ\81пеÑ\85 Ð¿Ñ\80и Ð·Ð°ÐºÑ\8aÑ
  #: methods/rsh.cc:330
  msgid "Connection closed prematurely"
  msgstr "Връзката прекъсна преждевременно"
++
++#~ msgid "Running post-installation trigger %s"
++#~ msgstr "Изпълнение на тригер след инсталиране %s"
diff --cc po/bs.po
index 8e86696d8293f3277ff8bcc02a1abe672f3d38da,05c655c2e507ed4746fb0c864b5d6cc8970f8d46..43fcb1c652efaf2f186b87654adc01b00d17d1b2
+++ b/po/bs.po
@@@ -6,7 -6,7 +6,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt 0.5.26\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+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"
@@@ -2662,7 -2662,18 +2662,18 @@@ msgstr "
  msgid "Completely removed %s"
  msgstr "Ne mogu ukloniti %s"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "  Instalirano:"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Otvaram %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  
diff --cc po/ca.po
index 3843dc05a15ac62393c6f2751059adff7ac4ef33,37bd1ca132f48efdb50627a762535cc2afe2e96f..9144ef668fb2c70afb4ad453cfd9e8b872102043
+++ b/po/ca.po
@@@ -6,10 -6,10 +6,10 @@@
  #
  msgid ""
  msgstr ""
- "Project-Id-Version: apt 0.6\n"
+ "Project-Id-Version: apt 0.7.15\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2006-02-05 22:00+0100\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-09-19 09:38+0200\n"
  "Last-Translator: Jordi Mallach <jordi@debian.org>\n"
  "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
  "MIME-Version: 1.0\n"
@@@ -2254,12 -2257,12 +2257,12 @@@ msgstr "Sub-procés %s ha rebut una vio
  msgid "Sub-process %s returned an error code (%u)"
  msgstr "Sub-procés %s ha retornat un codi d'error (%u)"
  
 -#: apt-pkg/contrib/fileutl.cc:459
 +#: apt-pkg/contrib/fileutl.cc:457
  #, c-format
  msgid "Sub-process %s exited unexpectedly"
- msgstr "Sub-procés %s ha eixit inesperadament"
+ msgstr "El sub-procés %s ha sortit inesperadament"
  
 -#: apt-pkg/contrib/fileutl.cc:503
 +#: apt-pkg/contrib/fileutl.cc:501
  #, c-format
  msgid "Could not open file %s"
  msgstr "No s'ha pogut obrir el fitxer %s"
@@@ -2862,76 -2866,57 +2866,60 @@@ msgstr "S'estan processant els gallets 
  msgid "Installed %s"
  msgstr "S'ha instal·lat el paquet %s"
  
- #: apt-pkg/deb/dpkgpm.cc:552 apt-pkg/deb/dpkgpm.cc:554
- #: apt-pkg/deb/dpkgpm.cc:555
+ #: apt-pkg/deb/dpkgpm.cc:586 apt-pkg/deb/dpkgpm.cc:588
+ #: apt-pkg/deb/dpkgpm.cc:589
  #, c-format
  msgid "Preparing for removal of %s"
- msgstr "S'està preparant per a l'eliminació del paquet %s"
+ msgstr "S'està preparant per a la supressió del paquet %s"
  
- #: apt-pkg/deb/dpkgpm.cc:557
+ #: apt-pkg/deb/dpkgpm.cc:591 apt-pkg/deb/dpkgpm.cc:606
  #, c-format
  msgid "Removing %s"
- msgstr "S'està eliminant el paquet %s"
+ msgstr "S'està suprimint el paquet %s"
  
- #: apt-pkg/deb/dpkgpm.cc:558
+ #: apt-pkg/deb/dpkgpm.cc:592
  #, c-format
  msgid "Removed %s"
- msgstr "S'ha eliminat el paquet %s"
+ msgstr "S'ha suprimit el paquet %s"
  
- #: apt-pkg/deb/dpkgpm.cc:563
+ #: apt-pkg/deb/dpkgpm.cc:597
  #, c-format
  msgid "Preparing to completely remove %s"
- msgstr "S'està preparant per a eliminar completament el paquet %s"
+ msgstr "S'està preparant per a suprimir completament el paquet %s"
  
- #: apt-pkg/deb/dpkgpm.cc:564
+ #: apt-pkg/deb/dpkgpm.cc:598
  #, c-format
  msgid "Completely removed %s"
- msgstr "S'ha eliminat completament el paquet %s"
+ msgstr "S'ha suprimit completament el paquet %s"
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, c-format
+ msgid "Installing %s"
+ msgstr "S'està instal·lant %s"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr "S'està executant el gallet de postinstal·lació %s"
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "S'està preparant el paquet %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
+ "No es pot escriure el registre, ha fallat openpty() (no s'ha muntat /dev/"
+ "pts?)\n"
  
  #: methods/rred.cc:219
- #, fuzzy
  msgid "Could not patch file"
- msgstr "No s'ha pogut obrir el fitxer %s"
+ msgstr "No s'ha pogut aplicar el pedaç al fitxer"
  
  #: methods/rsh.cc:330
  msgid "Connection closed prematurely"
  msgstr "La connexió s'ha tancat prematurament"
  
- #, fuzzy
- #~ msgid "Line %d too long (max %lu)"
- #~ msgstr "Línia %d massa llarga (màx %d)"
- #, fuzzy
- #~ msgid "Line %d too long (max %d)"
- #~ msgstr "Línia %d massa llarga (màx %d)"
- #, fuzzy
- #~ msgid "Error occured while processing %s (NewFileDesc1)"
- #~ msgstr "S'ha produït un error durant el processament de %s (NewFileVer1)"
- #, fuzzy
- #~ msgid "Error occured while processing %s (NewFileDesc2)"
- #~ msgstr "S'ha produït un error durant el processament de %s (NewFileVer1)"
- #, fuzzy
- #~ msgid "Stored label: %s \n"
- #~ msgstr "S'ha emmagatzemat l'etiqueta: %s\n"
- #, fuzzy
- #~ msgid ""
- #~ "Found %i package indexes, %i source indexes, %i translation indexes and %"
- #~ "i signatures\n"
- #~ msgstr ""
- #~ "S'han trobat %i índex de paquets, %i índex de fonts i %i signatures\n"
- #, fuzzy
- #~ msgid "openpty failed\n"
- #~ msgstr "Ha fallat la selecció"
++#~ msgid "Running post-installation trigger %s"
++#~ msgstr "S'està executant el gallet de postinstal·lació %s"
 +
  #~ msgid "File date has changed %s"
  #~ msgstr "La data del fitxer ha canviat %s"
  
diff --cc po/cs.po
index 2a82e7f07cc756778abeacf18d8044ea9e150ca2,85f649534d59b8f93c365353bba9f3d131fcfd65..b2f2a86c1e1ee63f7e517c138217157c82089787
+++ b/po/cs.po
@@@ -7,8 -7,8 +7,8 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2008-05-05 21:29+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-08-31 15:52+0200\n"
  "Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
  "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
  "MIME-Version: 1.0\n"
@@@ -2841,7 -2841,18 +2841,18 @@@ msgstr "PÅ\99ipravuji Ãºplné odstranÄ\9b
  msgid "Completely removed %s"
  msgstr "Kompletně odstraněn %s"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, c-format
+ msgid "Installing %s"
+ msgstr "Instaluji %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr "Spouštím poinstalační spouštěč %s"
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Připravuji %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr "Nelze zapsat log, volání openpty() selhalo (/dev/pts není připojen?)\n"
  
@@@ -2853,6 -2864,6 +2864,9 @@@ msgstr "Nemohu záplatovat soubor
  msgid "Connection closed prematurely"
  msgstr "Spojení bylo předčasně ukončeno"
  
++#~ msgid "Running post-installation trigger %s"
++#~ msgstr "Spouštím poinstalační spouštěč %s"
++
  #~ msgid "Line %d too long (max %lu)"
  #~ msgstr "Řádek %d je příliš dlouhý (max %lu)"
  
diff --cc po/cy.po
index ef0b4bf1d230586ca4d29b89f0203786d11c2fe3,fcc70d4233588988b38f79fea4fcad11d5142166..0723e718d62b2e1cd5adfb4b7c8528d04d29e9a0
+++ b/po/cy.po
@@@ -6,7 -6,7 +6,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: APT\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+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"
@@@ -2949,7 -2949,18 +2949,18 @@@ msgstr "Yn agor y ffeil cyfluniad %s
  msgid "Completely removed %s"
  msgstr "Methwyd dileu %s"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "  Wedi Sefydlu: "
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Yn agor %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  
diff --cc po/da.po
index 0669b1da1d4543161e13236d1160da9e12c031f1,2e87785b3ea01b237ec854608af3ab265a73f3fc..e40e16ded4ddd36a3b7ec2807f66eb1e2dcbf78f
+++ b/po/da.po
@@@ -9,7 -9,7 +9,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt-da\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
  "PO-Revision-Date: 2007-09-06 21:40+0200\n"
  "Last-Translator: Claus Hindsgaul <claus.hindsgaul@gmail.com>\n"
  "Language-Team: Danish\n"
@@@ -2863,7 -2863,18 +2863,18 @@@ msgstr "Gør klar til at fjerne %s helt
  msgid "Completely removed %s"
  msgstr "Fjernede %s helt"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "Installerede %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Klargør %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  
diff --cc po/de.po
index 4bb7a99557f476d3a0642c815abd0f2268b1c955,88bab3021fab39e0d8127151884946b63449d025..82d5391bba1f44cf8f364e4a48995036648cd6fb
+++ b/po/de.po
@@@ -8,10 -9,10 +9,10 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt 0.7.14\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:50+0200\n"
- "PO-Revision-Date: 2008-05-07 15:10+0200\n"
- "Last-Translator: Jens Seidel <jensseidel@users.sf.net>\n"
- "Language-Team:  <debian-l10n-german@lists.debian.org>\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-09-06 13:55+0100\n"
+ "Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
+ "Language-Team: <debian-l10n-german@lists.debian.org>\n"
  "MIME-Version: 1.0\n"
  "Content-Type: text/plain; charset=UTF-8\n"
  "Content-Transfer-Encoding: 8bit\n"
@@@ -2289,12 -2293,12 +2293,12 @@@ msgstr "Unterprozess %s hat sich unerwa
  msgid "Could not open file %s"
  msgstr "Konnte Datei %s nicht öffnen"
  
 -#: apt-pkg/contrib/fileutl.cc:559
 +#: apt-pkg/contrib/fileutl.cc:557
  #, c-format
  msgid "read, still have %lu to read but none left"
- msgstr "Lesen, habe noch %lu zu lesen aber nichts mehr da"
+ msgstr "Lese, habe noch %lu zu lesen, aber nichts mehr übrig"
  
 -#: apt-pkg/contrib/fileutl.cc:589
 +#: apt-pkg/contrib/fileutl.cc:587
  #, c-format
  msgid "write, still have %lu to write but couldn't"
  msgstr "Schreiben, habe noch %lu zu schreiben, konnte aber nicht"
@@@ -2649,25 -2653,26 +2653,26 @@@ msgstr "Ein Fehler trat beim Bearbeite
  #: apt-pkg/pkgcachegen.cc:251
  msgid "Wow, you exceeded the number of package names this APT is capable of."
  msgstr ""
- "Toll, Sie haben die Anzahl an Paketen überschritten, die APT handhaben kann."
 -"Na so was, Sie haben die Anzahl an Paketen überschritten, mit denen APT umgehen "
 -"kann."
++"Na so was, Sie haben die Anzahl an Paketen überschritten, mit denen APT "
++"umgehen kann."
  
  #: apt-pkg/pkgcachegen.cc:254
  msgid "Wow, you exceeded the number of versions this APT is capable of."
  msgstr ""
- "Toll, Sie haben die Anzahl an Versionen überschritten, die APT handhaben "
 -"Na so was, Sie haben die Anzahl an Versionen überschritten, mit denen APT umgehen "
--"kann."
++"Na so was, Sie haben die Anzahl an Versionen überschritten, mit denen APT "
++"umgehen kann."
  
  #: apt-pkg/pkgcachegen.cc:257
  msgid "Wow, you exceeded the number of descriptions this APT is capable of."
  msgstr ""
- "Toll, Sie haben die Anzahl an Beschreibungen überschritten, die APT "
- "handhaben kann."
 -"Na so was, Sie haben die Anzahl an Beschreibungen überschritten, mit denen APT "
 -"umgehen kann."
++"Na so was, Sie haben die Anzahl an Beschreibungen überschritten, mit denen "
++"APT umgehen kann."
  
  #: apt-pkg/pkgcachegen.cc:260
  msgid "Wow, you exceeded the number of dependencies this APT is capable of."
  msgstr ""
- "Toll, Sie haben die Anzahl an Abhängigkeiten überschritten, die APT "
- "handhaben kann."
 -"Na so was, Sie haben die Anzahl an Abhängigkeiten überschritten, mit denen APT "
 -"umgehen kann."
++"Na so was, Sie haben die Anzahl an Abhängigkeiten überschritten, mit denen "
++"APT umgehen kann."
  
  #: apt-pkg/pkgcachegen.cc:288
  #, c-format
@@@ -2911,12 -2916,23 +2916,23 @@@ msgstr "%s entfernt
  msgid "Preparing to completely remove %s"
  msgstr "Komplettes Entfernen von %s wird vorbereitet"
  
- #: apt-pkg/deb/dpkgpm.cc:564
+ #: apt-pkg/deb/dpkgpm.cc:598
  #, c-format
  msgid "Completely removed %s"
- msgstr "%s komplett entfernt"
+ msgstr "%s vollständig entfernt"
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, c-format
+ msgid "Installing %s"
+ msgstr "Installiere %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr "Rufe Nach-Installations-Trigger %s auf"
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "%s wird vorbereitet"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  "Kann Protokoll nicht schreiben, openpty() schlug fehl (/dev/pts nicht "
@@@ -2929,32 -2945,3 +2945,6 @@@ msgstr "Konnte Datei nicht patchen
  #: methods/rsh.cc:330
  msgid "Connection closed prematurely"
  msgstr "Verbindung zu früh beendet"
- #~ msgid "Line %d too long (max %lu)"
- #~ msgstr "Zeile %d zu lang (maximal %lu)"
- #, fuzzy
- #~ msgid "Line %d too long (max %d)"
- #~ msgstr "Zeile %d zu lang (maximal %d)"
- #, fuzzy
- #~ msgid "Error occured while processing %s (NewFileDesc1)"
- #~ msgstr "Ein Fehler trat beim Bearbeiten von %s auf (NewFileVer1)"
- #, fuzzy
- #~ msgid "Error occured while processing %s (NewFileDesc2)"
- #~ msgstr "Ein Fehler trat beim Bearbeiten von %s auf (NewFileVer1)"
- #, fuzzy
- #~ msgid "Stored label: %s \n"
- #~ msgstr "Gespeicherte Kennzeichnung: %s \n"
- #, fuzzy
- #~ msgid ""
- #~ "Found %i package indexes, %i source indexes, %i translation indexes and %"
- #~ "i signatures\n"
- #~ msgstr "Fand %i Paketindexe, %i Quellenindexe und %i Signaturen\n"
- #, fuzzy
- #~ msgid "openpty failed\n"
- #~ msgstr "Auswahl fehlgeschlagen"
 +
++#~ msgid "Running post-installation trigger %s"
++#~ msgstr "Rufe Nach-Installations-Trigger %s auf"
diff --cc po/dz.po
index 35563388dbf2a65890306ef48b9c090682c827d5,833a18f9235a57409188b3f8258417db83ae6a94..34674c6c2cdedf1d73084e0ca50f4a467cc40076
+++ b/po/dz.po
@@@ -6,7 -6,7 +6,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt_po.pot\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+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"
@@@ -2875,7 -2875,18 +2875,18 @@@ msgstr "%s à½\98à½\87ུà½\82à¼\8bà½\96སྡུà
  msgid "Completely removed %s"
  msgstr "%s མཇུག་བསྡུཝ་སྦེ་རང་རྩ་བསྐྲད་བཏང་ཡོད།"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "གཞི་བཙུགས་འབད་ཡོད་པའི་%s།"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "%s་ གྲ་སྒྲིག་འབད་དོ།"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  
diff --cc po/el.po
index c89bfbe42b25b38d66e4fa4da6ae5e5d902a9e01,8b643cec44c1008c0b6447429f78f26673efbc7c..47c8eb04739fabf585bc31135bd5a20e932900c2
+++ b/po/el.po
  # George Papamichalakis <george@step.gr>, 2004.
  # Greek Translation Team <debian-l10n-greek@lists.debian.org>, 2005.
  # quad-nrg.net <galaxico@quad-nrg.net>, 2005.
- #
+ # Serafeim Zanikolas <serzan@hellug.gr>, 2008.
+ # quad-nrg.net <yodesy@quad-nrg.net>, 2008.
  msgid ""
  msgstr ""
- "Project-Id-Version: apt_po_el_new\n"
+ "Project-Id-Version: apt_po_el\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2006-01-18 15:16+0200\n"
- "Last-Translator: Konstantinos Margaritis <markos@debian.org>\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-08-26 18:25+0300\n"
+ "Last-Translator: quad-nrg.net <yodesy@quad-nrg.net>\n"
  "Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n"
  "MIME-Version: 1.0\n"
  "Content-Type: text/plain; charset=UTF-8\n"
@@@ -2893,71 -2892,37 +2892,40 @@@ msgstr "Αφαιρώ το %s
  msgid "Removed %s"
  msgstr "Αφαίρεσα το %s"
  
- #: apt-pkg/deb/dpkgpm.cc:563
- #, fuzzy, c-format
+ #: apt-pkg/deb/dpkgpm.cc:597
+ #, c-format
  msgid "Preparing to completely remove %s"
- msgstr "ΠÏ\81οεÏ\84οιμαÏ\83ία Ï\81Ï\8dθμισης του %s"
+ msgstr "ΠÏ\81οεÏ\84οιμαÏ\83ία Ï\80λήÏ\81ηÏ\82 Î±Ï\86αίÏ\81εσης του %s"
  
- #: apt-pkg/deb/dpkgpm.cc:564
- #, fuzzy, c-format
+ #: apt-pkg/deb/dpkgpm.cc:598
+ #, c-format
  msgid "Completely removed %s"
- msgstr "Αποτυχία διαγραφής του %s"
+ msgstr "Το %s διαγράφηκε πλήρως"
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, c-format
+ msgid "Installing %s"
+ msgstr "Εγκατάσταση του %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr "Εκτέλεση του post-installation trigger %s"
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Προετοιμασία του %s"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
+ "Αδυναμία εγγραφής στο αρχείο γεγονότων, λόγω αποτυχίας του openpyt() (είναι "
+ "προσαρτημένο το /dev/pts;)\n"
  
  #: methods/rred.cc:219
- #, fuzzy
  msgid "Could not patch file"
- msgstr "Î\91δÏ\8dναÏ\84ο Ï\84ο Î¬Î½Î¿Î¹Î³Î¼Î± Ï\84οÏ\85 Î±Ï\81Ï\87είοÏ\85 %s"
+ msgstr "Î\91δÏ\8dναÏ\84η Î· Î´Î¹Ï\8cÏ\81θÏ\89Ï\83η Ï\84οÏ\85 Î±Ï\81Ï\87είοÏ\85"
  
  #: methods/rsh.cc:330
  msgid "Connection closed prematurely"
  msgstr "Η σύνδεση έκλεισε πρόωρα"
- #, fuzzy
- #~ msgid "Line %d too long (max %lu)"
- #~ msgstr "Η γραμμή %d έχει υπερβολικό μήκος (μέγιστο %d)"
- #, fuzzy
- #~ msgid "Line %d too long (max %d)"
- #~ msgstr "Η γραμμή %d έχει υπερβολικό μήκος (μέγιστο %d)"
- #, fuzzy
- #~ msgid "Error occured while processing %s (NewFileDesc1)"
- #~ msgstr "Προέκευψε σφάλμα κατά την επεξεργασία του %s (NewFileVer1)"
- #, fuzzy
- #~ msgid "Error occured while processing %s (NewFileDesc2)"
- #~ msgstr "Προέκευψε σφάλμα κατά την επεξεργασία του %s (NewFileVer1)"
- #, fuzzy
- #~ msgid "Stored label: %s \n"
- #~ msgstr "Αποθήκευση Ετικέτας: %s \n"
- #, fuzzy
- #~ msgid ""
- #~ "Found %i package indexes, %i source indexes, %i translation indexes and %"
- #~ "i signatures\n"
- #~ msgstr ""
- #~ "Βρέθηκαν %i κατάλογοι πακέτων, %i κατάλογοι πηγαίων και %i υπογραφές\n"
- #, fuzzy
- #~ msgid "openpty failed\n"
- #~ msgstr "Η επιλογή απέτυχε"
- #~ msgid "File date has changed %s"
- #~ msgstr "Η ημερομηνία του αρχείου %s έχει αλλάξει"
- #~ msgid "Reading file list"
- #~ msgstr "Ανάγνωση Λιστών Αρχείων"
- #~ msgid "Could not execute "
- #~ msgstr "Αδύνατη η εκτέλεση "
- #~ msgid "Preparing for remove with config %s"
- #~ msgstr "Προετοιμασία για αφαίρεση με ρύθμιση του %s"
- #~ msgid "Removed with config %s"
- #~ msgstr "Αφαίρεσα με ρύθμιση το %s"
 +
++#~ msgid "Running post-installation trigger %s"
++#~ msgstr "Εκτέλεση του post-installation trigger %s"
diff --cc po/en_GB.po
index a40000dbb522616242f827d1032f0bd41cb900db,5f4ff3985a24a0e8b46b30a6542fe77f085737c0..12cf3ff2c20ab87b92aae86ae574953abbfdacf4
@@@ -7,7 -7,7 +7,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt 0.6.46.2\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
  "PO-Revision-Date: 2006-10-12 11:07+0100\n"
  "Last-Translator: Neil Williams <linux@codehelp.co.uk>\n"
  "Language-Team: en_GB <en_gb@li.org>\n"
@@@ -2845,7 -2845,18 +2845,18 @@@ msgstr "Preparing to completely remove 
  msgid "Completely removed %s"
  msgstr "Completely removed %s"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "Installed %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Preparing %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  
diff --cc po/es.po
index db715c783fbb62df62615176679678dec37804e3,9cade2ac871c047a804e94d4f373d6ce674d98f1..259685d83403df552bab792a70390a13e4ed7c85
+++ b/po/es.po
@@@ -8,10 -8,10 +8,10 @@@
  #
  msgid ""
  msgstr ""
- "Project-Id-Version: apt 0.6.42.3exp1\n"
+ "Project-Id-Version: apt 0.7.9\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2007-06-21 13:06+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2007-12-24 18:35+0100\n"
  "Last-Translator: Javier Fernandez-Sanguino <jfs@debian.org>\n"
  "Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
  "MIME-Version: 1.0\n"
@@@ -31,6 -56,8 +56,7 @@@ msgid "Unable to locate package %s
  msgstr "No se ha podido localizar el paquete %s"
  
  #: cmdline/apt-cache.cc:247
 -#| msgid "Total package names : "
+ #, fuzzy
  msgid "Total package names: "
  msgstr "Nombres de paquetes totales: "
  
@@@ -59,8 -86,10 +85,9 @@@ msgid "Total distinct versions: 
  msgstr "Versiones diferentes totales: "
  
  #: cmdline/apt-cache.cc:295
 -#| msgid "Total Distinct Descriptions: "
+ #, fuzzy
  msgid "Total distinct descriptions: "
- msgstr "Descipciones diferentes totales: "
+ msgstr "Descripciones diferentes totales: "
  
  #: cmdline/apt-cache.cc:297
  msgid "Total dependencies: "
@@@ -1987,10 -2061,11 +2015,10 @@@ msgid "At least one invalid signature w
  msgstr "Se encontró al menos una firma inválida."
  
  #: methods/gpgv.cc:214
- #, c-format
+ #, fuzzy, c-format
 -#| msgid "Could not execute '%s' to verify signature (is gnupg installed?)"
  msgid "Could not execute '%s' to verify signature (is gpgv installed?)"
  msgstr ""
- "No se pudo ejecutar '%s'  para verificar la firma (¿está instalado gpgv?)"
+ "No se pudo ejecutar '%s'  para verificar la firma (¿está instalado gnupg?)"
  
  #: methods/gpgv.cc:219
  msgid "Unknown error executing gpgv"
@@@ -2901,9 -2978,23 +2928,22 @@@ msgstr "Preparándose para eliminar comp
  msgid "Completely removed %s"
  msgstr "Se borró completamente %s"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
 -#| msgid "Installed %s"
+ msgid "Installing %s"
+ msgstr "%s instalado"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Preparando %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
+ "No se pudo escribir un registro, falló la llamada a «openpty()» (¿no está "
+ "montado «/dev/pts»?)\n"
  
  #: methods/rred.cc:219
  msgid "Could not patch file"
diff --cc po/eu.po
index 63c449f8b66bcd4065f3917f5b466a4cdf52f620,264642c6aa8d1303dae04dc766be82d9644aa386..e95b2eec1577edaa4088348b6e906f6c79e94a05
+++ b/po/eu.po
@@@ -5,10 -5,10 +5,10 @@@
  # Piarres Beobide <pi@beobide.net>, 2005, 2006, 2007, 2008.
  msgid ""
  msgstr ""
- "Project-Id-Version: apt-eu\n"
+ "Project-Id-Version: apt_po_eu\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2008-05-04 23:24+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-08-27 10:19+0200\n"
  "Last-Translator: Piarres Beobide <pi@beobide.net>\n"
  "Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n"
  "MIME-Version: 1.0\n"
@@@ -2862,7 -2862,18 +2862,18 @@@ msgstr "%s guztiz ezabatzeko prestatzen
  msgid "Completely removed %s"
  msgstr "%s guztiz ezabatu da"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, c-format
+ msgid "Installing %s"
+ msgstr "%s Instalatzen"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr "Inbstalazio-ondorengo %s abiarazlea exekutatzen"
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "%s prestatzen"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  "Ezin da erregistroa idatzi, openpty() -ek huts egin du (/dev/pts ez dago "
@@@ -2875,3 -2886,3 +2886,6 @@@ msgstr "Ezin izan zaio fitxategiari ada
  #: methods/rsh.cc:330
  msgid "Connection closed prematurely"
  msgstr "Konexioa behar baino lehenago itxi da"
++
++#~ msgid "Running post-installation trigger %s"
++#~ msgstr "Inbstalazio-ondorengo %s abiarazlea exekutatzen"
diff --cc po/fi.po
index 4b8dfd0ca578595c1b891355727fd1e9a55d7c2a,8842aea72fc71adbc99206ed7bc2a938614402d8..68a7d819e4f9279522aba1edcbada55d0caf7630
+++ b/po/fi.po
@@@ -8,7 -8,7 +8,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt 0.5.26\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
  "PO-Revision-Date: 2008-05-04 19:30+0300\n"
  "Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
  "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@@ -2859,7 -2859,18 +2859,18 @@@ msgstr "Valmistaudutaan poistamaan %s k
  msgid "Completely removed %s"
  msgstr "%s poistettiin kokonaan"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "%s asennettu"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Valmistellaan %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  "Lokiin ei voi kirjoittaa, openpty() epäonnistui (onko /dev/pts "
diff --cc po/fr.po
index 4e5261f38305af6470d9d3f11d899f7e7ec82ad5,8931d0f1556b61cc77e0c7dffe82252460e0309c..1b6abe4b6e24d33f27c282e080a9f19373602252
+++ b/po/fr.po
@@@ -7,8 -7,8 +7,8 @@@ msgid "
  msgstr ""
  "Project-Id-Version: \n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2008-05-04 10:15+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-07-26 07:36+0200\n"
  "Last-Translator: Christian Perrier <bubulle@debian.org>\n"
  "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
  "MIME-Version: 1.0\n"
@@@ -242,11 -242,11 +242,13 @@@ msgstr "
  
  #: cmdline/apt-cdrom.cc:78
  msgid "Please provide a name for this Disc, such as 'Debian 2.1r1 Disk 1'"
--msgstr "Veuillez indiquer le nom de ce disque, par exemple « Debian 2.1r1 Disk 1 »"
++msgstr ""
++"Veuillez indiquer le nom de ce disque, par exemple « Debian 2.1r1 Disk 1 »"
  
  #: cmdline/apt-cdrom.cc:93
  msgid "Please insert a Disc in the drive and press enter"
--msgstr "Veuillez insérer un disque dans le lecteur et appuyez sur la touche Entrée"
++msgstr ""
++"Veuillez insérer un disque dans le lecteur et appuyez sur la touche Entrée"
  
  #: cmdline/apt-cdrom.cc:117
  msgid "Repeat this process for the rest of the CDs in your set."
@@@ -322,7 -322,7 +324,8 @@@ msgstr "Impossible d'écrire sur %s
  
  #: cmdline/apt-extracttemplates.cc:310
  msgid "Cannot get debconf version. Is debconf installed?"
--msgstr "Impossible d'obtenir la version de debconf. Est-ce que debconf est installé ?"
++msgstr ""
++"Impossible d'obtenir la version de debconf. Est-ce que debconf est installé ?"
  
  #: ftparchive/apt-ftparchive.cc:164 ftparchive/apt-ftparchive.cc:338
  msgid "Package extension list is too long"
@@@ -437,7 -437,7 +440,8 @@@ msgstr "Aucune sélection ne correspond
  #: ftparchive/apt-ftparchive.cc:832
  #, c-format
  msgid "Some files are missing in the package file group `%s'"
--msgstr "Quelques fichiers sont manquants dans le groupe de fichiers de paquets « %s »"
++msgstr ""
++"Quelques fichiers sont manquants dans le groupe de fichiers de paquets « %s »"
  
  #: ftparchive/cachedb.cc:43
  #, c-format
@@@ -816,7 -816,7 +820,8 @@@ msgstr "Erreur interne, « InstallPack
  
  #: cmdline/apt-get.cc:782
  msgid "Packages need to be removed but remove is disabled."
--msgstr "Les paquets doivent être enlevés mais la désinstallation est désactivée."
++msgstr ""
++"Les paquets doivent être enlevés mais la désinstallation est désactivée."
  
  #: cmdline/apt-get.cc:793
  msgid "Internal error, Ordering didn't finish"
@@@ -850,7 -850,7 +855,8 @@@ msgstr "Il est nécessaire de prendre %
  #: cmdline/apt-get.cc:847
  #, c-format
  msgid "After this operation, %sB of additional disk space will be used.\n"
--msgstr "Après cette opération, %so d'espace disque supplémentaires seront utilisés.\n"
++msgstr ""
++"Après cette opération, %so d'espace disque supplémentaires seront utilisés.\n"
  
  #: cmdline/apt-get.cc:850
  #, c-format
@@@ -921,7 -921,7 +927,8 @@@ msgstr "
  
  #: cmdline/apt-get.cc:1013
  msgid "--fix-missing and media swapping is not currently supported"
--msgstr "l'option --fix-missing et l'échange de support ne sont pas encore reconnus."
++msgstr ""
++"l'option --fix-missing et l'échange de support ne sont pas encore reconnus."
  
  #: cmdline/apt-get.cc:1018
  msgid "Unable to correct missing packages."
@@@ -983,7 -983,7 +990,8 @@@ msgstr "Aucun paquet ne correspond au p
  #: cmdline/apt-get.cc:1156
  #, c-format
  msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
--msgstr "La réinstallation de %s est impossible, il ne peut pas être téléchargé.\n"
++msgstr ""
++"La réinstallation de %s est impossible, il ne peut pas être téléchargé.\n"
  
  #: cmdline/apt-get.cc:1164
  #, c-format
@@@ -1046,7 -1046,7 +1054,8 @@@ msgstr "L'information suivante devrait 
  
  #: cmdline/apt-get.cc:1449
  msgid "Internal Error, AutoRemover broke stuff"
--msgstr "Erreur interne, l'outil de suppression automatique a cassé quelque chose."
++msgstr ""
++"Erreur interne, l'outil de suppression automatique a cassé quelque chose."
  
  #: cmdline/apt-get.cc:1468
  msgid "Internal error, AllUpgrade broke stuff"
@@@ -1250,7 -1250,7 +1259,8 @@@ msgstr "Impossible de satisfaire les dÃ
  #: cmdline/apt-get.cc:2540
  #, c-format
  msgid "Build-dependencies for %s could not be satisfied."
--msgstr "Les dépendances de compilation pour %s ne peuvent pas être satisfaites."
++msgstr ""
++"Les dépendances de compilation pour %s ne peuvent pas être satisfaites."
  
  #: cmdline/apt-get.cc:2544
  msgid "Failed to process build dependencies"
@@@ -1441,7 -1441,7 +1451,8 @@@ msgstr "
  "seules les erreurs"
  
  #: dselect/install:104
--msgid "above this message are important. Please fix them and run [I]nstall again"
++msgid ""
++"above this message are important. Please fix them and run [I]nstall again"
  msgstr ""
  "précédant ce message sont importantes. Veuillez les corriger et\n"
  "démarrer l'[I]nstallation une nouvelle fois."
@@@ -1804,7 -1804,7 +1815,8 @@@ msgstr "
  #: methods/ftp.cc:265
  #, c-format
  msgid "Login script command '%s' failed, server said: %s"
--msgstr "La commande « %s » du script de connexion a échoué, le serveur a répondu : %s"
++msgstr ""
++"La commande « %s » du script de connexion a échoué, le serveur a répondu : %s"
  
  #: methods/ftp.cc:291
  #, c-format
@@@ -1841,7 -1841,7 +1853,8 @@@ msgstr "Impossible de créer un connect
  
  #: methods/ftp.cc:698
  msgid "Could not connect data socket, connection timed out"
--msgstr "Impossible de se connecter sur le port de données, délai de connexion dépassé"
++msgstr ""
++"Impossible de se connecter sur le port de données, délai de connexion dépassé"
  
  #: methods/ftp.cc:704
  msgid "Could not connect passive socket."
@@@ -1978,10 -1978,10 +1991,12 @@@ msgstr "Impossible d'accéder au porte-
  
  #: methods/gpgv.cc:101
  msgid "E: Argument list from Acquire::gpgv::Options too long. Exiting."
--msgstr "E: liste de paramètres trop longue pour Acquire::gpgv::Options. Abandon."
++msgstr ""
++"E: liste de paramètres trop longue pour Acquire::gpgv::Options. Abandon."
  
  #: methods/gpgv.cc:205
--msgid "Internal error: Good signature, but could not determine key fingerprint?!"
++msgid ""
++"Internal error: Good signature, but could not determine key fingerprint?!"
  msgstr ""
  "Erreur interne : signature correcte, mais il est impossible de déterminer "
  "l'empreinte de la clé."
@@@ -2426,12 -2426,12 +2441,14 @@@ msgstr "Ligne %lu mal formée dans la l
  #: apt-pkg/sourcelist.cc:101
  #, c-format
  msgid "Malformed line %lu in source list %s (absolute dist)"
--msgstr "Ligne %lu mal formée dans la liste des sources %s (distribution absolue)"
++msgstr ""
++"Ligne %lu mal formée dans la liste des sources %s (distribution absolue)"
  
  #: apt-pkg/sourcelist.cc:108
  #, c-format
  msgid "Malformed line %lu in source list %s (dist parse)"
--msgstr "Ligne %lu mal formée dans la liste des sources %s (analyse de distribution)"
++msgstr ""
++"Ligne %lu mal formée dans la liste des sources %s (analyse de distribution)"
  
  #: apt-pkg/sourcelist.cc:199
  #, c-format
@@@ -2456,7 -2456,7 +2473,8 @@@ msgstr "Le type « %s » est inconnu 
  #: apt-pkg/sourcelist.cc:248 apt-pkg/sourcelist.cc:251
  #, c-format
  msgid "Malformed line %u in source list %s (vendor id)"
--msgstr "Ligne %u mal formée dans la liste des sources %s (identifiant du fournisseur)"
++msgstr ""
++"Ligne %u mal formée dans la liste des sources %s (identifiant du fournisseur)"
  
  #: apt-pkg/packagemanager.cc:428
  #, c-format
@@@ -2477,7 -2477,7 +2495,8 @@@ msgstr "Le type de fichier d'index « 
  
  #: apt-pkg/algorithms.cc:247
  #, c-format
--msgid "The package %s needs to be reinstalled, but I can't find an archive for it."
++msgid ""
++"The package %s needs to be reinstalled, but I can't find an archive for it."
  msgstr ""
  "Le paquet %s doit être réinstallé, mais je ne parviens pas à trouver son "
  "archive."
@@@ -2559,7 -2559,7 +2578,8 @@@ msgstr "Impossible de localiser %s.
  
  #: apt-pkg/srcrecords.cc:44
  msgid "You must put some 'source' URIs in your sources.list"
--msgstr "Vous devez insérer quelques adresses « sources » dans votre sources.list"
++msgstr ""
++"Vous devez insérer quelques adresses « sources » dans votre sources.list"
  
  #: apt-pkg/cachefile.cc:71
  msgid "The package lists or status file could not be parsed or opened."
@@@ -2687,7 -2687,7 +2707,8 @@@ msgstr "Assemblage des fichiers listé
  
  #: apt-pkg/pkgcachegen.cc:890 apt-pkg/pkgcachegen.cc:897
  msgid "IO Error saving source cache"
--msgstr "Erreur d'entrée/sortie lors de la sauvegarde du fichier de cache des sources"
++msgstr ""
++"Erreur d'entrée/sortie lors de la sauvegarde du fichier de cache des sources"
  
  #: apt-pkg/acquire-item.cc:127
  #, c-format
@@@ -2704,7 -2704,7 +2725,8 @@@ msgstr "Somme de contrôle de hachage i
  
  #: apt-pkg/acquire-item.cc:1100
  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"
++msgstr ""
++"Aucune clé publique n'est disponible pour la/les clé(s) suivante(s) :\n"
  
  #: apt-pkg/acquire-item.cc:1213
  #, c-format
@@@ -2727,7 -2727,7 +2749,8 @@@ msgstr "
  
  #: apt-pkg/acquire-item.cc:1313
  #, c-format
--msgid "The package index files are corrupted. No Filename: field for package %s."
++msgid ""
++"The package index files are corrupted. No Filename: field for package %s."
  msgstr ""
  "Les fichiers d'index des paquets sont corrompus. Aucun champ « Filename: » "
  "pour le paquet %s."
@@@ -2907,7 -2907,18 +2930,18 @@@ msgstr "Préparation de la suppression 
  msgid "Completely removed %s"
  msgstr "%s complètement supprimé"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, c-format
+ msgid "Installing %s"
+ msgstr "Installation de %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr "Exécution des actions différées (« trigger ») de %s"
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Préparation de %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  "Impossible d'écrire le journal, échec d'openpty()\n"
@@@ -2921,3 -2932,3 +2955,5 @@@ msgstr "Impossible de corriger le fichi
  msgid "Connection closed prematurely"
  msgstr "Connexion fermée prématurément"
  
++#~ msgid "Running post-installation trigger %s"
++#~ msgstr "Exécution des actions différées (« trigger ») de %s"
diff --cc po/gl.po
index ffb20cc94e69c6eb32991b94ed65cc6a1394ec35,75fcf82f025a1c39a1e2d048ece90dbbe2bfe70e..b90e8cb7ca5d802cafe9bfb17715849166eab288
+++ b/po/gl.po
@@@ -6,8 -6,8 +6,8 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2008-05-06 19:24+0100\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-07-28 22:28+0100\n"
  "Last-Translator: Jacobo Tarrío <jtarrio@debian.org>\n"
  "Language-Team: Galician <proxecto@trasno.net>\n"
  "MIME-Version: 1.0\n"
@@@ -2879,7 -2879,18 +2879,18 @@@ msgstr "A se preparar para eliminar %s 
  msgid "Completely removed %s"
  msgstr "Eliminouse %s completamente"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, c-format
+ msgid "Installing %s"
+ msgstr "A instalar %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr "A executar o disparador de post-instalación %s"
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "A preparar %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  "Non se puido escribir no rexistro, a chamada a openpty() fallou (¿/dev/pts "
@@@ -2893,6 -2904,6 +2904,9 @@@ msgstr "Non se puido parchear o ficheir
  msgid "Connection closed prematurely"
  msgstr "A conexión pechouse prematuramente"
  
++#~ msgid "Running post-installation trigger %s"
++#~ msgstr "A executar o disparador de post-instalación %s"
++
  #~ msgid "Line %d too long (max %lu)"
  #~ msgstr "Liña %d longa de máis (máximo %lu)"
  
diff --cc po/he.po
index b0e5513507c93f7f837b26d3456d645459e59f35,1b31532fa3c4edad6d09261ea180665018a406ec..e4d997831a8859d9a80c89925389713f66e5a3d1
+++ b/po/he.po
@@@ -7,7 -7,7 +7,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt 0.5.25\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
  "PO-Revision-Date: 2004-06-10 19:58+0300\n"
  "Last-Translator: Lior Kaplan <webmaster@guides.co.il>\n"
  "Language-Team: Hebrew\n"
@@@ -2645,7 -2645,18 +2645,18 @@@ msgstr "
  msgid "Completely removed %s"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "מותקן:"
+ #: apt-pkg/deb/dpkgpm.cc:607
+ #, c-format
 -msgid "Running post-installation trigger %s"
++msgid "Triggering %s"
+ msgstr ""
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  
diff --cc po/hu.po
index f622445d4e0554f8bc1ca564b9c4b69d37e6a39a,df8fd73ef6a63acb212eee83a4c9d8c2007f149d..600fa7f52bfe21eb9a2db256c4cee560a594a8eb
+++ b/po/hu.po
@@@ -7,7 -7,7 +7,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: hu\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
  "PO-Revision-Date: 2008-05-11 14:49+0100\n"
  "Last-Translator: SZERVÁC Attila <sas@321.hu>\n"
  "Language-Team: Hungarian <debian-l10n-hungarian>\n"
@@@ -2858,7 -2858,18 +2858,18 @@@ msgstr "%s teljes eltávolítása elők
  msgid "Completely removed %s"
  msgstr "%s teljesen eltávolítva"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "Telepített %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "%s előkészítése"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr "Naplózási hiba, sikertelen openpty() (a /dev/pts nincs csatolva?)\n"
  
diff --cc po/it.po
index 162af8527d916cb185da6396bde0cfcb965e5dd9,be3d9d4ae0ed7ec0f90ec4c090f3dbecc05f411f..19e9efd1e9cd3420d4382f41d9197c0e0bb0e9b2
+++ b/po/it.po
@@@ -5,7 -5,7 +5,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt 0.5.5\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:50+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
  "PO-Revision-Date: 2008-05-04 12:26+0200\n"
  "Last-Translator: Samuele Giovanni Tonon <samu@debian.org>\n"
  "Language-Team: Italian <it@li.org>\n"
@@@ -2898,7 -2898,18 +2898,18 @@@ msgstr "Preparazione alla rimozione tot
  msgid "Completely removed %s"
  msgstr "Rimozione totale completata %s"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "%s Installato"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Preparazione di %s in corso"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr "Impossibile scrivere un log, openpty() fallito (/dev/pts è montato?)\n"
  
diff --cc po/ja.po
index 548fbcd59d9a905246250fc33e1eaeb9b05e84e0,b038f7d38199a2001be27936a34b2d2dadc20c34..95379a182007cfecc92539e9ad2fbef704327b34
+++ b/po/ja.po
@@@ -8,8 -8,8 +8,8 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt 0.7\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2008-05-06 11:11+0900\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-07-31 16:28+0900\n"
  "Last-Translator: Kenshi Muto <kmuto@debian.org>\n"
  "Language-Team: Debian Japanese List <debian-japanese@lists.debian.org>\n"
  "MIME-Version: 1.0\n"
@@@ -2876,7 -2876,18 +2876,18 @@@ msgstr "%s ã\82\92å®\8cå\85¨ã\81«å\89\8aé\99¤ã\81\99ã\82\8bæº\96å
  msgid "Completely removed %s"
  msgstr "%s を完全に削除しました"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, c-format
+ msgid "Installing %s"
+ msgstr "%s をインストールしています"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr "インストール後トリガ %s を実行しています"
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "%s を準備しています"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  "ログに書き込めません。openpty() に失敗しました (/dev/pts がマウントされていな"
@@@ -2889,3 -2900,3 +2900,6 @@@ msgstr "ã\83\95ã\82¡ã\82¤ã\83«ã\81«ã\83\91ã\83\83ã\83\81ã\81§ã\81\8dã
  #: methods/rsh.cc:330
  msgid "Connection closed prematurely"
  msgstr "途中で接続がクローズされました"
++
++#~ msgid "Running post-installation trigger %s"
++#~ msgstr "インストール後トリガ %s を実行しています"
diff --cc po/km.po
index 6666a031cb2beb624b6e44e783b609850e9be863,3269183a3554d0bf7a31a21327cb1c03dc3b85e4..f3a953e8ab49812069195dffe8fef856abee8d2e
+++ b/po/km.po
@@@ -10,7 -10,7 +10,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt_po_km\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+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"
@@@ -2835,7 -2835,18 +2835,18 @@@ msgstr "á\9e\80á\9f\86á\9e\96á\9e»á\9e\84â\80\8bá\9e\9aá\9f\80á\9e\94á\9e\85á
  msgid "Completely removed %s"
  msgstr "បាន​យក %s ចេញ​ទាំង​ស្រុង"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "បាន​ដំឡើង %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "កំពុងរៀបចំ​ %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  
diff --cc po/ko.po
index 4a420304b15bd3db101cd6508d04c497774ecc91,6af14a7c5336d072be0bac833c044d83a74c079e..cc0b931d185ad560dc3c6e2c3e1d6fe2d35e2468
+++ b/po/ko.po
@@@ -5,9 -5,9 +5,9 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2008-05-04 13:52-0400\n"
- "Last-Translator: Sunjae Park <darehanl@gmail.com>\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-07-19 19:14+0900\n"
+ "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
  "Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
  "MIME-Version: 1.0\n"
  "Content-Type: text/plain; charset=UTF-8\n"
@@@ -2836,17 -2838,29 +2838,28 @@@ msgstr "%s í\8c¨í\82¤ì§\80를 ì§\80ì\9a°ë\8a\94 ì¤\91ì\9e
  msgid "Removed %s"
  msgstr "%s 지움"
  
- #: apt-pkg/deb/dpkgpm.cc:563
+ #: apt-pkg/deb/dpkgpm.cc:597
  #, c-format
  msgid "Preparing to completely remove %s"
- msgstr "%s을(를) 완전히 지울 준비를 하는 중입니다"
+ msgstr "%s 패키지를 완전히 지울 준비를 하는 중입니다"
  
- #: apt-pkg/deb/dpkgpm.cc:564
+ #: apt-pkg/deb/dpkgpm.cc:598
  #, c-format
  msgid "Completely removed %s"
- msgstr "%s을(를) 완전히 지웠습니다"
+ msgstr "%s 패키지를 완전히 지웠습니다"
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
 -#| msgid "Installed %s"
+ msgid "Installing %s"
+ msgstr "%s 설치"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "%s 준비 중입니다"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  "로그에 쓰는데 실패. openpty() 실패(/dev/pts가 마운트되어있지 않습니까?)\n"
diff --cc po/ku.po
index 3dbef38982fbbdd862dbf08af831650aaaa935c8,dcd0f6a8179c83e0c8dce3292a80108c1b1e5b5d..92f745d52ea93f134c01c92e9fe91cd9d78336fc
+++ b/po/ku.po
@@@ -8,7 -8,7 +8,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt-ku\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+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"
@@@ -2662,7 -2662,18 +2662,18 @@@ msgstr "Bi tevahî rakirina %s tê amad
  msgid "Completely removed %s"
  msgstr "%s bi tevahî hatine rakirin"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "%s hatine sazkirin"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "%s tê amadekirin"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  
diff --cc po/mr.po
index 562fad6ce50d5b3db34c775f8bd702563a4efbda,f636f2839aba34d329a2b62dc23468f3e89c326d..737ebda92c2a73b981bbfcda09f530d787285357
+++ b/po/mr.po
@@@ -6,7 -6,7 +6,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
  "PO-Revision-Date: 2006-08-09 16:17+0200\n"
  "Last-Translator: Priti Patil <prithisd@gmail.com>\n"
  "Language-Team:  Marathi, janabhaaratii, C-DAC, Mumbai, India "
@@@ -2854,7 -2854,18 +2854,18 @@@ msgstr "%s संपूर्ण का
  msgid "Completely removed %s"
  msgstr "%s संपूर्ण काढून टाकले"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "%s संस्थापित झाले"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "%s तयार करित आहे"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  
diff --cc po/nb.po
index 2b7552d5bfbab0a4d0649771e7b5ee046f516bf0,5aff23e83bd73b739bbbbb2f11f60795d73ceb91..a28368f53986996c6c373418d840082673678865
+++ b/po/nb.po
@@@ -15,8 -13,8 +13,8 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2008-01-02 14:40+0100\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-08-31 21:01+0200\n"
  "Last-Translator: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>\n"
  "Language-Team: Norwegian Bokmal <i18n-nb@lister.ping.ui.no>\n"
  "MIME-Version: 1.0\n"
@@@ -2867,7 -2864,18 +2864,18 @@@ msgstr "Forbereder å fullstendig slett
  msgid "Completely removed %s"
  msgstr "Fjernet %s fullstendig"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, c-format
+ msgid "Installing %s"
+ msgstr "Installerer %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr "Kjører etter-installasjonsutløser %s"
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Forbereder %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr "Klarte ikke skrive logg, openpty() feilet (/dev/pts ikke montert?)\n"
  
@@@ -2879,6 -2887,6 +2887,9 @@@ msgstr "Kunne ikke åpne fila %s
  msgid "Connection closed prematurely"
  msgstr "Forbindelsen ble uventet stengt"
  
++#~ msgid "Running post-installation trigger %s"
++#~ msgstr "Kjører etter-installasjonsutløser %s"
++
  #~ msgid "Line %d too long (max %lu)"
  #~ msgstr "Linje %d er for lang (maks %lu)"
  
diff --cc po/ne.po
index aabbed96b18d76823eb521567323d0e195872f63,3bce00b0121ee9d240bbb95da0d70a2cb2726a34..13dab4f9f92b24d8cf0e46a7e6192982b40d95c8
+++ b/po/ne.po
@@@ -6,7 -6,7 +6,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt_po\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+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"
@@@ -2840,7 -2840,18 +2840,18 @@@ msgstr " %s à¤ªà¥\82रà¥\8dण à¤°à¥\81पà¤
  msgid "Completely removed %s"
  msgstr " %s पूर्ण रुपले हट्यो"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr " %s स्थापना भयो"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr " %s तयार गरिदैछ"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  
diff --cc po/nl.po
index 33f5eb8e5885578ff6c0253e983745d109bfb75e,78c748d719f103560dd7231dc40cb2f9a96f5901..9e1fae51b02edd78e215d0e39b54f62ccbe14b4a
+++ b/po/nl.po
@@@ -7,7 -7,7 +7,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
  "PO-Revision-Date: 2008-05-05 18:39+0200\n"
  "Last-Translator: Bart Cornelis <cobaco@skolelinux.no>\n"
  "Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n"
@@@ -2910,7 -2910,18 +2910,18 @@@ msgstr "Volledige verwijdering van %s w
  msgid "Completely removed %s"
  msgstr "%s is volledig verwijderd"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "%s is geïnstalleerd"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "%s wordt voorbereid"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  "Kon logbestand niet wegschrijven, openpty() is mislukt (/dev/pts niet "
diff --cc po/nn.po
index 1c0759ad3a6c12b38648cdb01bd30a1cd4c3aca3,ea47beda301c6a0a05467468a36f50dd5fd6c731..fad74b4a910eee474d92ef9b8450e67fc77107cc
+++ b/po/nn.po
@@@ -9,7 -9,7 +9,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt_nn\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+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"
@@@ -2859,7 -2859,18 +2859,18 @@@ msgstr "Opnar oppsettsfila %s
  msgid "Completely removed %s"
  msgstr "Klarte ikkje fjerna %s"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "  Installert: "
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Opnar %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  
diff --cc po/pl.po
index 941bf138ceac2e22b45e2460f54b9dd650ea2720,8c28082850e62a892f90bf2f10578a241a607d5b..a0e7c27158f2abfb4e44c1dd45da561a4249888e
+++ b/po/pl.po
@@@ -10,8 -10,8 +10,8 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt 0.7.14\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:50+0200\n"
- "PO-Revision-Date: 2008-05-06 10:29+0100\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-09-16 00:28+0100\n"
  "Last-Translator: Wiktor Wandachowicz <siryes@gmail.com>\n"
  "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
  "MIME-Version: 1.0\n"
@@@ -2879,7 -2879,18 +2879,18 @@@ msgstr "Przygotowanie do całkowitego u
  msgid "Completely removed %s"
  msgstr "Całkowicie usunięto %s"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, c-format
+ msgid "Installing %s"
+ msgstr "Instalowanie %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr "Uruchamianie wyzwalacza post-installation %s"
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Przygotowanie %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  "Nie można zapisać dziennika, openpty() nie powiodło się (/dev/pts nie "
@@@ -2893,5 -2904,5 +2904,8 @@@ msgstr "Nie udało się nałożyć łat
  msgid "Connection closed prematurely"
  msgstr "Połączenie zostało zamknięte przedwcześnie"
  
++#~ msgid "Running post-installation trigger %s"
++#~ msgstr "Uruchamianie wyzwalacza post-installation %s"
++
  #~ msgid "Line %d too long (max %lu)"
  #~ msgstr "Linia %d jest zbyt długa (max %lu)"
diff --cc po/pt.po
index 40eefa9aea427420a7fabe8c03f7be4525948da9,2601d0f915d21f365c52128fa18c109f8298d47e..2e4de11ce06d1cea40478bbca2ac5d1205c95a0f
+++ b/po/pt.po
@@@ -7,8 -7,8 +7,8 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2008-05-06 23:13+0100\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-09-09 20:54+0100\n"
  "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
  "Language-Team: Portuguese <traduz@debianpt.org>\n"
  "MIME-Version: 1.0\n"
@@@ -2894,7 -2894,18 +2894,18 @@@ msgstr "A preparar para remover complet
  msgid "Completely removed %s"
  msgstr "Remoção completa de %s"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, c-format
+ msgid "Installing %s"
+ msgstr "A instalar %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr "A correr o 'trigger' de pós-instalação %s"
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "A preparar %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  "Não é possível escrever o registo (log), openpty() falhou (/dev/pts não está "
@@@ -2908,6 -2919,6 +2919,9 @@@ msgstr "Não foi possível aplicar o 'p
  msgid "Connection closed prematurely"
  msgstr "Ligação encerrada prematuramente"
  
++#~ msgid "Running post-installation trigger %s"
++#~ msgstr "A correr o 'trigger' de pós-instalação %s"
++
  #~ msgid "Line %d too long (max %lu)"
  #~ msgstr "a linha %d é demasiado longa (max %lu)"
  
diff --cc po/pt_BR.po
index fe6b7327851c820d79037ecc26c6bed44e9d4296,3767d43181b6e9ac935dc6f5443d0860dde2a65b..a87b2ed93aa237288a29457f4362b7e33d09ce88
@@@ -7,8 -7,8 +7,8 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2008-05-10 18:31-0300\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-08-26 01:19-0300\n"
  "Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n"
  "Language-Team: l10n portuguese <debian-l10n-portuguese@lists.debian.org>\n"
  "MIME-Version: 1.0\n"
@@@ -2890,7 -2890,18 +2890,18 @@@ msgstr "Preparando para remover complet
  msgid "Completely removed %s"
  msgstr "%s completamente removido"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, c-format
+ msgid "Installing %s"
+ msgstr "Instalando %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr "Executando gatilho pós-instalação %s"
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Preparando %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr "Impossível escrever log, openpty() falhou (/dev/pts não montado?)\n"
  
@@@ -2902,6 -2913,6 +2913,9 @@@ msgstr "Não foi possível aplicar o pa
  msgid "Connection closed prematurely"
  msgstr "Conexão encerrada prematuramente"
  
++#~ msgid "Running post-installation trigger %s"
++#~ msgstr "Executando gatilho pós-instalação %s"
++
  #, fuzzy
  #~ msgid "Line %d too long (max %lu)"
  #~ msgstr "Linha %d muito longa (máx. %d)"
diff --cc po/ro.po
index 9d70a9297331a34813ac302aa61e3310cb2a1aa0,cd8795183cc4c4cb107b27fc290f5410d234d3b0..a32072254decb3c699750e0c12a4744f5ec5e640
+++ b/po/ro.po
@@@ -2,13 -2,14 +2,14 @@@
  # This file is put in the public domain.
  #
  # Sorin Batariuc <sorin@bonbon.net>, 2004, 2005, 2006.
+ # Eddy Petrișor <eddy.petrisor@gmail.com>, 2008.
  msgid ""
  msgstr ""
- "Project-Id-Version: apt_po_ro\n"
+ "Project-Id-Version: ro\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2006-09-19 01:35+0300\n"
- "Last-Translator: Sorin Batariuc <sorin@bonbon.net>\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-07-28 20:43+0300\n"
+ "Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n"
  "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n"
  "MIME-Version: 1.0\n"
  "Content-Type: text/plain; charset=UTF-8\n"
@@@ -1807,9 -1817,9 +1817,9 @@@ msgstr "Timpul de conectare a expirat
  
  #: methods/ftp.cc:335
  msgid "Server closed the connection"
- msgstr "Serverul a terminat conexiunea"
+ msgstr "Serverul a închis conexiunea"
  
 -#: methods/ftp.cc:338 apt-pkg/contrib/fileutl.cc:538 methods/rsh.cc:190
 +#: methods/ftp.cc:338 apt-pkg/contrib/fileutl.cc:536 methods/rsh.cc:190
  msgid "Read error"
  msgstr "Eroare de citire"
  
@@@ -1819,9 -1829,9 +1829,9 @@@ msgstr "Un răspuns a depășit zona d
  
  #: methods/ftp.cc:362 methods/ftp.cc:374
  msgid "Protocol corruption"
- msgstr "Degradare protocol"
+ msgstr "Protocol corupt"
  
 -#: methods/ftp.cc:446 apt-pkg/contrib/fileutl.cc:577 methods/rsh.cc:232
 +#: methods/ftp.cc:446 apt-pkg/contrib/fileutl.cc:575 methods/rsh.cc:232
  msgid "Write error"
  msgstr "Eroare de scriere"
  
@@@ -2219,34 -2233,34 +2233,34 @@@ msgstr "Nu pot schimba la %s
  
  #: apt-pkg/contrib/cdromutl.cc:187
  msgid "Failed to stat the cdrom"
- msgstr "Eşuare la determinarea stării cdrom-ului"
+ msgstr "Eșec la „stat” pentru CD"
  
 -#: apt-pkg/contrib/fileutl.cc:149
 +#: apt-pkg/contrib/fileutl.cc:147
  #, c-format
  msgid "Not using locking for read only lock file %s"
- msgstr "Nu s-a folosit închiderea pentru fişierul disponibil doar-citire %s"
+ msgstr "Nu s-a folosit închiderea pentru fișierul disponibil doar-citire %s"
  
 -#: apt-pkg/contrib/fileutl.cc:154
 +#: apt-pkg/contrib/fileutl.cc:152
  #, c-format
  msgid "Could not open lock file %s"
- msgstr "Nu pot deschide fişierul blocat %s"
+ msgstr "Nu pot deschide fișierul blocat %s"
  
 -#: apt-pkg/contrib/fileutl.cc:172
 +#: apt-pkg/contrib/fileutl.cc:170
  #, c-format
  msgid "Not using locking for nfs mounted lock file %s"
- msgstr "Nu este folosit blocajul pentru fişierul montat nfs %s"
+ msgstr "Nu este folosit blocajul pentru fișierul montat nfs %s"
  
 -#: apt-pkg/contrib/fileutl.cc:176
 +#: apt-pkg/contrib/fileutl.cc:174
  #, c-format
  msgid "Could not get lock %s"
  msgstr "Nu pot determina blocajul %s"
  
 -#: apt-pkg/contrib/fileutl.cc:444
 +#: apt-pkg/contrib/fileutl.cc:442
  #, c-format
  msgid "Waited for %s but it wasn't there"
- msgstr "Aşteptat %s, dar n-a fost acolo"
+ msgstr "Așteptat %s, dar n-a fost acolo"
  
 -#: apt-pkg/contrib/fileutl.cc:454
 +#: apt-pkg/contrib/fileutl.cc:452
  #, c-format
  msgid "Sub-process %s received a segmentation fault."
  msgstr "Subprocesul %s a primit o eroare de segmentare."
@@@ -2261,12 -2275,12 +2275,12 @@@ 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:503
 +#: apt-pkg/contrib/fileutl.cc:501
  #, c-format
  msgid "Could not open file %s"
- msgstr "Nu pot deschide fişierul %s"
+ msgstr "Nu s-a putut deschide fișierul %s"
  
 -#: apt-pkg/contrib/fileutl.cc:559
 +#: apt-pkg/contrib/fileutl.cc:557
  #, c-format
  msgid "read, still have %lu to read but none left"
  msgstr "citire, încă mai am %lu de citit dar n-a mai rămas nimic"
  msgid "write, still have %lu to write but couldn't"
  msgstr "scriere, încă mai am %lu de scris dar nu pot"
  
 -#: apt-pkg/contrib/fileutl.cc:664
 +#: apt-pkg/contrib/fileutl.cc:662
  msgid "Problem closing the file"
- msgstr "Problemă la închiderea fişierului"
+ msgstr "Problemă la închiderea fișierului"
  
 -#: apt-pkg/contrib/fileutl.cc:670
 +#: apt-pkg/contrib/fileutl.cc:668
  msgid "Problem unlinking the file"
- msgstr "Problemă la dezlegarea fişierului"
+ msgstr "Problemă la dezlegarea fișierului"
  
 -#: apt-pkg/contrib/fileutl.cc:681
 +#: apt-pkg/contrib/fileutl.cc:679
  msgid "Problem syncing the file"
- msgstr "Problemă în timpul sincronizării fişierului"
+ msgstr "Problemă în timpul sincronizării fișierului"
  
  #: apt-pkg/pkgcache.cc:132
  msgid "Empty package cache"
@@@ -2865,48 -2878,58 +2878,61 @@@ msgstr "Se procesează declanșatorii p
  msgid "Installed %s"
  msgstr "Instalat %s"
  
- #: apt-pkg/deb/dpkgpm.cc:552 apt-pkg/deb/dpkgpm.cc:554
- #: apt-pkg/deb/dpkgpm.cc:555
+ #: apt-pkg/deb/dpkgpm.cc:586 apt-pkg/deb/dpkgpm.cc:588
+ #: apt-pkg/deb/dpkgpm.cc:589
  #, c-format
  msgid "Preparing for removal of %s"
- msgstr "Se pregăteşte ştergerea lui %s"
+ msgstr "Se pregătește ștergerea lui %s"
  
- #: apt-pkg/deb/dpkgpm.cc:557
+ #: apt-pkg/deb/dpkgpm.cc:591 apt-pkg/deb/dpkgpm.cc:606
  #, c-format
  msgid "Removing %s"
- msgstr "Se şterge %s"
+ msgstr "Se șterge %s"
  
- #: apt-pkg/deb/dpkgpm.cc:558
+ #: apt-pkg/deb/dpkgpm.cc:592
  #, c-format
  msgid "Removed %s"
- msgstr "Şters %s"
+ msgstr "Șters %s"
  
- #: apt-pkg/deb/dpkgpm.cc:563
+ #: apt-pkg/deb/dpkgpm.cc:597
  #, c-format
  msgid "Preparing to completely remove %s"
- msgstr "Se pregăteşte ştergerea completă a %s"
+ msgstr "Se pregătește ștergerea completă a %s"
  
- #: apt-pkg/deb/dpkgpm.cc:564
+ #: apt-pkg/deb/dpkgpm.cc:598
  #, c-format
  msgid "Completely removed %s"
- msgstr "Şters complet %s"
+ msgstr "Șters complet %s"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, c-format
+ msgid "Installing %s"
+ msgstr "Se instalează %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr "Se rulează declanșatorul post-instalare %s"
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Se pregătește %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
+ "Nu se poate scrie jurnalul, openpty() a eșuat (oare /dev/pts e montat?)\n"
  
  #: methods/rred.cc:219
- #, fuzzy
  msgid "Could not patch file"
- msgstr "Nu pot deschide fişierul %s"
+ msgstr "Nu s-a putut peteci fișierul"
  
  #: methods/rsh.cc:330
  msgid "Connection closed prematurely"
  msgstr "Conexiune închisă prematur"
  
- #, fuzzy
++#~ msgid "Running post-installation trigger %s"
++#~ msgstr "Se rulează declanșatorul post-instalare %s"
++
  #~ msgid "Line %d too long (max %lu)"
- #~ msgstr "Linie %d prea lungă (max %d)"
+ #~ msgstr "Linia %d e prea lungă (max %lu)"
  
  #, fuzzy
  #~ msgid "Line %d too long (max %d)"
diff --cc po/ru.po
index e9085431b5e90f8482ddb7e0ae95b0eae9f94dc8,5056b2a7930b9744691fce329798c7fae1968b28..56e9818eaa695ccca5c74ec3944caa3d705796e9
+++ b/po/ru.po
  # Yuri Kozlov <kozlov.y@gmail.com>, 2004, 2005, 2006, 2007, 2008.
  msgid ""
  msgstr ""
- "Project-Id-Version: apt 0.7.14\n"
+ "Project-Id-Version: apt_po_ru\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2008-05-06 20:30+0400\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-09-09 19:16+0400\n"
  "Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
  "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
  "MIME-Version: 1.0\n"
@@@ -2906,7 -2906,18 +2906,18 @@@ msgstr "Ð\9fодгоÑ\82овка Ðº Ð¿Ð¾Ð»Ð
  msgid "Completely removed %s"
  msgstr "%s полностью удалён"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, c-format
+ msgid "Installing %s"
+ msgstr "Устанавливается %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr "Выполняется послеустановочный триггер %s"
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Подготавливается %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  "Не удалось записать в журнал, неудачное выполнение openpty() (/dev/pts не "
@@@ -2919,3 -2930,3 +2930,6 @@@ msgstr "Ð\9dе Ñ\83далоÑ\81Ñ\8c Ð¿Ñ\80опаÑ
  #: methods/rsh.cc:330
  msgid "Connection closed prematurely"
  msgstr "Соединение закрыто преждевременно"
++
++#~ msgid "Running post-installation trigger %s"
++#~ msgstr "Выполняется послеустановочный триггер %s"
diff --cc po/sk.po
index d567121cc5716e170eb927c405464fdbcd810ddf,c982692a66840783badf7666b8de2d7c6dc25bad..66abff8566dc40b1b9de933d759331fc342b6093
+++ b/po/sk.po
@@@ -10,9 -10,9 +10,9 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2008-05-05 19:22+0200\n"
- "Last-Translator: Peter Mann <Peter.Mann@tuke.sk>\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-07-26 15:33+0100\n"
+ "Last-Translator: Ivan Masár <helix84@centrum.sk>\n"
  "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
  "MIME-Version: 1.0\n"
  "Content-Type: text/plain; charset=UTF-8\n"
@@@ -2844,12 -2844,23 +2844,23 @@@ msgstr "Odstránený balík %s
  msgid "Preparing to completely remove %s"
  msgstr "Pripravuje sa úplné odstránenie %s"
  
- #: apt-pkg/deb/dpkgpm.cc:564
+ #: apt-pkg/deb/dpkgpm.cc:598
  #, c-format
  msgid "Completely removed %s"
- msgstr "Balík '%s' je úplne odstránený"
+ msgstr "Balík „%s“ je úplne odstránený"
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, c-format
+ msgid "Installing %s"
+ msgstr "Inštaluje sa %s"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr "Vykonáva sa spúšťač post-installation %s"
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Pripravuje sa %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  "Nedá sa zapísať záznam, volanie openpty() zlyhalo (/dev/pts nie je "
@@@ -2862,3 -2873,3 +2873,6 @@@ msgstr "Nedá sa upraviť súbor
  #: methods/rsh.cc:330
  msgid "Connection closed prematurely"
  msgstr "Spojenie bolo predčasne ukončené"
++
++#~ msgid "Running post-installation trigger %s"
++#~ msgstr "Vykonáva sa spúšťač post-installation %s"
diff --cc po/sl.po
index 8cbcf46a1ec009412fe16d0ba66bc363b4d8d951,d620877d8f37eea8faebfe25884214c18c59323c..a8d2019534a4c55564b5a817bb531c833fce576a
+++ b/po/sl.po
@@@ -4,7 -4,7 +4,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt 0.5.5\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
  "PO-Revision-Date: 2005-02-16 22:18+0100\n"
  "Last-Translator: Jure Cuhalev <gandalf@owca.info>\n"
  "Language-Team: Slovenian <sl@li.org>\n"
@@@ -2854,7 -2854,18 +2854,18 @@@ msgstr "Odpiranje nastavitvene datotek
  msgid "Completely removed %s"
  msgstr "Odstranitev %s ni uspela"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "  Name¹èen: "
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Odpiram %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  
diff --cc po/sv.po
index 1d4ea265401673656254526b0d809564b0ca1186,40f1f7f096ec5d08ebf444f3088d4882184b7ea0..82c81fc3398698b1565bd404f2ec2de6bc2575cb
+++ b/po/sv.po
@@@ -7,13 -7,13 +7,13 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2008-05-07 06:19+0100\n"
- "Last-Translator: Peter Karlsson <peterk@debian.org>\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-08-29 11:48+0100\n"
+ "Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
  "Language-Team: Swedish <debian-l10n-swedish@debian.org>\n"
  "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=utf-8\n"
- "Content-Transfer-Encoding: 8bit"
+ "Content-Type: text/plain; charset=UTF-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
  
  #: cmdline/apt-cache.cc:143
  #, c-format
@@@ -2884,7 -2884,18 +2884,18 @@@ msgstr "Förbereder borttagning av hel
  msgid "Completely removed %s"
  msgstr "Tog bort hela %s"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, c-format
+ msgid "Installing %s"
+ msgstr "Installerar %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr "Kör efterinstallationsutlösare %s"
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Förbereder %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  "Kan inte skriva loggfil, openpty() misslyckades (/dev/pts inte monterad?)\n"
@@@ -2897,5 -2908,5 +2908,8 @@@ msgstr "Kunde inte lägga på programfi
  msgid "Connection closed prematurely"
  msgstr "Anslutningen stängdes i förtid"
  
 -msgid "Line %d too long (max %lu)"
 -msgstr "Rad %d är för lång (max %lu)"
++#~ msgid "Running post-installation trigger %s"
++#~ msgstr "Kör efterinstallationsutlösare %s"
++
 +#~ msgid "Line %d too long (max %lu)"
 +#~ msgstr "Rad %d är för lång (max %lu)"
diff --cc po/th.po
index 176c0b47e0f7480d8c6bdd809951d5686e13e7f5,4529d55ee774357e3ae302fc1e5432195fd9c9d5..a8c8f076803baa1d82d1171e9d0c923e652ae05f
+++ b/po/th.po
@@@ -8,7 -8,7 +8,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
  "PO-Revision-Date: 2008-05-06 12:52+0700\n"
  "Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n"
  "Language-Team: Thai <thai-l10n@googlegroups.com>\n"
@@@ -2815,7 -2815,18 +2815,18 @@@ msgstr "à¸\81ำลัà¸\87à¹\80à¸\95รียà
  msgid "Completely removed %s"
  msgstr "ถอดถอน %s อย่างสมบูรณ์แล้ว"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "ติดตั้ง %s แล้ว"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "กำลังเตรียม %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  "ไม่สามารถเขียนบันทึกปฏิบัติการ เนื่องจาก openpty() ล้มเหลว (ไม่ได้เมานท์ /dev/pts "
diff --cc po/tl.po
index ae2e4adcbf7977b1f0caf287ce4c9709ee55a9b9,5807548c56484bbb80fefcc0b7bbf3b5a2243a3b..feed92d3cfe585879ac1f7d2c8986e90fb8cd823
+++ b/po/tl.po
@@@ -10,7 -10,7 +10,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+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"
@@@ -2894,7 -2894,18 +2894,18 @@@ msgstr "Naghahanda upang tanggalin ng l
  msgid "Completely removed %s"
  msgstr "Natanggal ng lubusan ang %s"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "Iniluklok ang %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Hinahanda ang %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  
diff --cc po/uk.po
index 7fdafc742a65f7ad18ab8dbb33add71190393d90,07e5342ecc2931b88f94971a99687b664f894fa2..42d63a0d6ad615e91253007d8190648c276a4b3e
+++ b/po/uk.po
@@@ -6,7 -6,7 +6,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt-all\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+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"
@@@ -2902,7 -2902,18 +2902,18 @@@ msgstr "Ð\9fÑ\96дгоÑ\82овка Ð´Ð¾ Ð¿Ð¾Ð
  msgid "Completely removed %s"
  msgstr "Повністю видалено %s"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "Встановлено %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Підготовка %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  
diff --cc po/vi.po
index a0d483a883a0faeb4fd6e0fccae51e7864274c34,f40dbcec983f98c8f60b72e39300a2c6668c22bb..1508e883182b48c6aa1627b283c75019618c80c0
+++ b/po/vi.po
@@@ -6,8 -6,8 +6,8 @@@ msgid "
  msgstr ""
  "Project-Id-Version: apt 0.7.14\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2008-05-02 17:13+0930\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-09-05 17:03+0930\n"
  "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
  "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
  "MIME-Version: 1.0\n"
@@@ -2910,7 -2910,18 +2910,18 @@@ msgstr "Đang chuẩn bị gỡ bỏ ho
  msgid "Completely removed %s"
  msgstr "Mới gỡ bỏ hoàn toàn %s"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, c-format
+ msgid "Installing %s"
+ msgstr "Đang cài đặt %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr "Đang chạy bộ gây nên tiến trình cuối cùng cài đặt %s"
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "Đang chuẩn bị %s..."
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr "Không thể ghi lưu, openpty() bị lỗi (« /dev/pts » chưa lắp ?)\n"
  
@@@ -2921,3 -2932,3 +2932,6 @@@ msgstr "Không thá»\83 vá lá»\97i trong tá
  #: methods/rsh.cc:330
  msgid "Connection closed prematurely"
  msgstr "Kết nối bị đóng quá sớm."
++
++#~ msgid "Running post-installation trigger %s"
++#~ msgstr "Đang chạy bộ gây nên tiến trình cuối cùng cài đặt %s"
diff --cc po/zh_CN.po
index 32235218b0da0e6ab0158bce8a41fee39995c159,f6e38271bee494d1b2bc1644a59cbc53a5cad4ba..18537cc6314b9a44b2714ec900175cf87402aae1
@@@ -6,10 -6,10 +6,10 @@@
  #
  msgid ""
  msgstr ""
- "Project-Id-Version: apt 0.5.23\n"
+ "Project-Id-Version: apt\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2008-04-18 21:53+0800\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-08-17 23:45+0800\n"
  "Last-Translator: Deng Xiyue <manphiz-guest@users.alioth.debian.org>\n"
  "Language-Team: Debian Chinese [GB] <debian-chinese-gb@lists.debian.org>\n"
  "MIME-Version: 1.0\n"
@@@ -2825,7 -2825,18 +2825,18 @@@ msgstr "正在准备完全删除 %s
  msgid "Completely removed %s"
  msgstr "完全删除了 %s"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, c-format
+ msgid "Installing %s"
+ msgstr "正在安装 %s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr "执行安装后执行的触发器 %s"
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "正在准备 %s"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr "无法写入日志。 openpty() 失败 (/dev/pts 没有 mount 上?)\n"
  
@@@ -2837,6 -2848,6 +2848,9 @@@ msgstr "无法打开补丁文件
  msgid "Connection closed prematurely"
  msgstr "连接被永久关闭"
  
++#~ msgid "Running post-installation trigger %s"
++#~ msgstr "执行安装后执行的触发器 %s"
++
  #~ msgid "Line %d too long (max %lu)"
  #~ msgstr "第 %d 行超长了(长度限制为 %lu)。"
  
diff --cc po/zh_TW.po
index bcada53c2a4f85a772f639f2077c98ff4f978fb0,65ff77711884ea87e6c7b4764e5de1b18eb19090..2f11c93d8727f6ebe919eec85500eb99aa509edb
@@@ -8,8 -8,8 +8,8 @@@ msgid "
  msgstr ""
  "Project-Id-Version: 0.5.4\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-05-04 09:18+0200\n"
- "PO-Revision-Date: 2006-10-21 16:58+0800\n"
 -"POT-Creation-Date: 2008-05-28 14:25+0200\n"
++"POT-Creation-Date: 2008-05-22 16:56+0200\n"
+ "PO-Revision-Date: 2008-06-29 21:41+0800\n"
  "Last-Translator: Asho Yeh <asho@debian.org.tw>\n"
  "Language-Team: Chinese/Traditional <zh-l10n@linux.org.tw>\n"
  "MIME-Version: 1.0\n"
@@@ -2821,9 -2814,20 +2814,20 @@@ msgstr "準備完整移除 %s
  msgid "Completely removed %s"
  msgstr "已完整移除%s"
  
- #: apt-pkg/deb/dpkgpm.cc:716
+ #. populate the "processing" map
+ #: apt-pkg/deb/dpkgpm.cc:604
+ #, fuzzy, c-format
+ msgid "Installing %s"
+ msgstr "已安裝%s"
+ #: apt-pkg/deb/dpkgpm.cc:607
 -#, c-format
 -msgid "Running post-installation trigger %s"
 -msgstr ""
++#, fuzzy, c-format
++msgid "Triggering %s"
++msgstr "準備配置%s中"
+ #: apt-pkg/deb/dpkgpm.cc:756
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
- msgstr ""
+ msgstr "無法寫入記錄檔,openpty()失敗(/dev/pts有掛載嗎?)\n"
  
  #: methods/rred.cc:219
  msgid "Could not patch file"