]> git.saurik.com Git - apt.git/commitdiff
Release 1.3~rc3 1.3_rc3
authorJulian Andres Klode <jak@debian.org>
Tue, 30 Aug 2016 20:20:55 +0000 (22:20 +0200)
committerJulian Andres Klode <jak@debian.org>
Tue, 30 Aug 2016 20:20:55 +0000 (22:20 +0200)
61 files changed:
CMakeLists.txt
debian/changelog
doc/apt-cache.8.xml
doc/apt-get.8.xml
doc/apt-verbatim.ent
doc/apt.conf.5.xml
doc/po/apt-doc.pot
doc/po/de.po
doc/po/es.po
doc/po/fr.po
doc/po/it.po
doc/po/ja.po
doc/po/nl.po
doc/po/pl.po
doc/po/pt.po
doc/po/pt_BR.po
doc/sources.list.5.xml
po/apt-all.pot
po/ar.po
po/ast.po
po/bg.po
po/bs.po
po/ca.po
po/cs.po
po/cy.po
po/da.po
po/de.po
po/dz.po
po/el.po
po/es.po
po/eu.po
po/fi.po
po/fr.po
po/gl.po
po/hu.po
po/it.po
po/ja.po
po/km.po
po/ko.po
po/ku.po
po/lt.po
po/mr.po
po/nb.po
po/ne.po
po/nl.po
po/nn.po
po/pl.po
po/pt.po
po/pt_BR.po
po/ro.po
po/ru.po
po/sk.po
po/sl.po
po/sv.po
po/th.po
po/tl.po
po/tr.po
po/uk.po
po/vi.po
po/zh_CN.po
po/zh_TW.po

index 35c75b18a2c8543cb634d7c6359960cc1285fe66..ee1adf7a27649a148efa37f1c46b635cb0980fc4 100644 (file)
@@ -165,7 +165,7 @@ endif()
 # Configure some variables like package, version and architecture.
 set(PACKAGE ${PROJECT_NAME})
 set(PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>")
-set(PACKAGE_VERSION "1.3~rc2")
+set(PACKAGE_VERSION "1.3~rc3")
 
 if (NOT DEFINED COMMON_ARCH)
   execute_process(COMMAND dpkg-architecture -qDEB_HOST_ARCH
index 128398d00958f5fb49a2d7659b73cd30d9745831..a9bd132fbb31238e1815fcf6322c4bfdb58ad716 100644 (file)
@@ -1,3 +1,57 @@
+apt (1.3~rc3) unstable; urgency=medium
+
+  [ Julian Andres Klode ]
+  * Ignore SIGINT and SIGQUIT for Pre-Install hooks
+    This basically fixes Bug #832593, as long as your /bin/sh
+    is not dash, as dash is evil.
+  * prepare-release: Use equivs and gdebi-core for travis deps
+  * install-progress: Call the real ::fork() in our fork() method
+  * Packaging cleanup:
+    - debian: Install etc/apt if present (e.g., on Ubuntu)
+    - tests/control: Handle the gpg1/gpg2 mess a bit better
+    - debian: Make better use of the tree installed by CMake
+    - debian: Switch to debhelper 10
+    - debian: Add more lintian overrides
+    - debian: Drop outdated stuff
+    - debian: Run wrap-and-sort
+    - Add new symbols to symbols file
+  * Build system fixes, including:
+   - CMake: Translations: Don't rebuild .mo for line number changes
+   - CMake: Translations: Pass --previous to msgmerge.
+     Thanks to Guillem Jover for the suggestion.
+   - CMake: Do not add po/ if USE_NLS is OFF
+   - CMake: Install config and logging directories
+   - CMake: Translations: Build byproduct before output
+   - CMake: Add Large File Support (Closes: #834767)
+  * Several portability fixes (full test suite passes on FreeBSD), including:
+   - CMake: Discover docbook stylesheet in other locations
+   - Add missing includes and external definitions
+   - Use C locale instead of C.UTF-8 for protocol strings
+   - Make directory paths configurable
+   - Lower-case uname -r output in kernel autoremove helper
+   - Make root group configurable via ROOT_GROUP
+  * Accept --autoremove as alias for --auto-remove
+  * apt-inst: debfile: Pass comp. Name to ExtractTar, not Binary
+  * changelog: Respect Dir setting for local changelog getting
+  * init: Add Dir::Bin::planners default entry
+  * Switch documentation from httpredir.d.o to deb.d.o
+
+  [ Zhou Mo ]
+  * zh_CN.po: update simplified Chinese translation
+
+  [ David Kalnischkies ]
+  * do dpkg --configure before --remove/--purge --pending (Closes: 835094)
+  * prevent C++ locale number formatting in text APIs (try 3) (LP: 1611010)
+  * do fail on weakhash/loop earlier in acquire (Closes: 835195)
+  * do not restore selections for already purged packages
+  * apt-key: warn instead of fail on unreadable keyrings
+  * show apt-key warnings in apt update (Closes: 834973)
+  * treat .ddeb files like .deb, especially for dpkg (LP: #1616909)
+  * randomize acquire order for same type index files
+  * don't loop on pinning pkgs from absolute debs by regex (Closes: 835818)
+
+ -- Julian Andres Klode <jak@debian.org>  Tue, 30 Aug 2016 22:20:28 +0200
+
 apt (1.3~rc2) unstable; urgency=medium
 
   [ Julian Andres Klode ]
index b8c6aa9894138e13b9a96274f0a0638b463d1e65..57177993146d20889a06d461aac20fccc14e404f 100644 (file)
@@ -14,7 +14,7 @@
    &apt-email;
    &apt-product;
    <!-- The last update date -->
-   <date>2016-08-16T00:00:00Z</date>
+   <date>2016-08-17T00:00:00Z</date>
  </refentryinfo>
  
  <refmeta>
index 56ce0816559fb0447bed8a0513e10b88409d8c08..b4a3002f3dad9a6096f32c509d467beff8cadc78 100644 (file)
@@ -14,7 +14,7 @@
    &apt-email;
    &apt-product;
    <!-- The last update date -->
-   <date>2016-08-16T00:00:00Z</date>
+   <date>2016-08-26T00:00:00Z</date>
  </refentryinfo>
  
  <refmeta>
index 2ffb4f54df03dfaed33a2a21c161a75fc17210e1..1278ff2835d35f1c0f37857d6e7abdffd6f08c65 100644 (file)
 ">
 
 <!-- this will be updated by 'prepare-release' -->
-<!ENTITY apt-product-version "1.3~rc2">
+<!ENTITY apt-product-version "1.3~rc3">
 
 <!-- (Code)names for various things used all over the place -->
 <!ENTITY debian-oldstable-codename "wheezy">
index 13e248c0f1957867f8b6ac17e5e6240b7c2cd325..380371230fe285c44dcbcc9d410f14ce859dc71b 100644 (file)
@@ -19,7 +19,7 @@
    &apt-email;
    &apt-product;
    <!-- The last update date -->
-   <date>2016-08-11T00:00:00Z</date>
+   <date>2016-08-17T00:00:00Z</date>
  </refentryinfo>
  
  <refmeta>
index 02a1c38950b6393db630a30aa5a7982df85a423c..817adbbef7b46e87589890cb06e9cd7925cf0f84 100644 (file)
@@ -5,9 +5,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: apt-doc 1.3~rc2\n"
+"Project-Id-Version: apt-doc 1.3~rc3\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
index 94f795cad4a1d8a22df5b21ac57165612040920b..5e4e9db10494439d7218da0d193caeea92240209 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.8\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2014-09-14 14:46+0200\n"
 "Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
 "Language-Team: German <debian-l10n-german@lists.debian.org>\n"
index 3f934437a136de1fcbe6f3a488c60cac4ccfe0b1..1145c74cc97a6c5d6734938f2d7acde607956672 100644 (file)
@@ -38,7 +38,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2014-07-04 01:31+0200\n"
 "Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
 "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
index e4092bec3c1aa77ad621e4d3ef9b4aa8571c9fc4..ef12e4783b17b5d41ad68a5193023c5cc6f9fdf3 100644 (file)
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2014-11-15 17:26+0100\n"
 "Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
index 3f8d6467f7d68144da6bbf5f4021b510c5be88e5..4f770b078c188d4afbd93c674ea9d223bfdf5483 100644 (file)
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2015-12-27 21:26+0200\n"
 "Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
 "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
index e1c1faf36e7319c0ee8556a0bed2a2baeca6b9fe..b992b66fcb2c833b6ded8607adf511ff4d790f84 100644 (file)
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.6\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2016-03-23 09:39+0900\n"
 "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
 "Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
index 5fa0bc9247530aa51658e66255a17c61b789af8c..c7cf7e2670d3133959217a5d1e2f5f5abe863fd0 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.1.10-nl\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2016-02-01 16:17+0100\n"
 "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
 "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
index 1bc70dfc192d45f59bd4e764aa567f07ec3bb5e8..9737f8182c24a2ed0107d6c0bb85faa2b4e0fe8e 100644 (file)
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2014-07-04 02:13+0200\n"
 "Last-Translator: Robert Luberda <robert@debian.org>\n"
 "Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n"
index 05e9ae7d2bbffbf9b12b6df8bb4874eb75c3540c..9d3355c4c81781de0e6cc5f6f54e3244d79aaff4 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.7\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2014-08-29 00:34+0100\n"
 "Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n"
 "Language-Team: Portuguese <traduz@debianpt.org>\n"
index 7d74de4b8bf45ab2419cb0da0b4270a54ac63c24..330a1a51fa213aecf24ca0ba714896b6df2f7810 100644 (file)
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2004-09-20 17:02+0000\n"
 "Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
 "Language-Team: <debian-l10n-portuguese@lists.debian.org>\n"
index 9b52a8b9ed17493b9c936cf12aa6cacfaefd8e49..c0960958fb950eb0e6a3d648a75f0cf2ec187a22 100644 (file)
@@ -14,7 +14,7 @@
    &apt-email;
    &apt-product;
    <!-- The last update date -->
-   <date>2016-08-06T00:00:00Z</date>
+   <date>2016-08-29T00:00:00Z</date>
  </refentryinfo>
  
  <refmeta>
index 3246191cff01b943184859ce07c770800f7aed3e..0a20ea792c145550ae5eefdbd15bf1149b653ef7 100644 (file)
@@ -5,9 +5,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: apt 1.3~rc2\n"
+"Project-Id-Version: apt 1.3~rc3\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1277,6 +1277,7 @@ msgstr ""
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""
index 3e22a25baa3ab661cae3e505ab4cd81c37c45fa1..9ab5267389e722314fe95b5f60518c4733878798 100644 (file)
--- a/po/ar.po
+++ b/po/ar.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+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"
@@ -1289,6 +1289,7 @@ msgstr ""
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""
index 3b644c68237d61273759ddf4590b2696bee155a9..59078a52b16a0f9d7491a9e5ca6ad2675ed79cde 100644 (file)
--- a/po/ast.po
+++ b/po/ast.po
@@ -4,7 +4,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 0.7.18\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2010-10-02 23:35+0100\n"
 "Last-Translator: Iñigo Varela <ivarela@softastur.org>\n"
 "Language-Team: Asturian (ast)\n"
@@ -1327,6 +1327,7 @@ msgstr "Nun pudo determinase una triba de sistema d'empaquetáu afayadiza"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Executando dpkt"
index 8d3c5af80ae74d050c57a724978c65cf8e7b9eac..53a26ee0193b25e6caad384559462817f542be77 100644 (file)
--- a/po/bg.po
+++ b/po/bg.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 0.7.21\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2012-06-25 17:23+0300\n"
 "Last-Translator: Damyan Ivanov <dmn@debian.org>\n"
 "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@@ -1354,6 +1354,7 @@ msgstr "Неуспех при определянето на подходяща 
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Изпълняване на dpkg"
index 4f5f59995a6051947486ba3f206bb52d9f9614a5..2a6b48c52dd3e459780dade9fb6181aa1a1d4cc4 100644 (file)
--- a/po/bs.po
+++ b/po/bs.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 0.5.26\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+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"
@@ -1286,6 +1286,7 @@ msgstr ""
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""
index 792723c6bf25b29385497545ab141bd78f7829df..9bd7d7786349ca99fde4139fe2f052664544ef86 100644 (file)
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 0.9.7.6\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2012-10-19 13:30+0200\n"
 "Last-Translator: Jordi Mallach <jordi@debian.org>\n"
 "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@@ -1350,6 +1350,7 @@ msgstr "No es pot determinar un tipus de sistema d'empaquetament adequat."
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "S'està executant dpkg"
index 845e42e5544a3434a273ad229ee763d797df8a3f..dd4815af21810cda4484873909e048fa32ba9d27 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2015-08-29 15:24+0200\n"
 "Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
 "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
@@ -1329,6 +1329,7 @@ msgstr "Nebylo možno určit vhodný typ balíčkovacího systému"
 msgid "Progress: [%3i%%]"
 msgstr "Postup: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Spouští se dpkg"
index cd519b8e944a36509d30d185f363cc79f9e5c689..d98107c89a3a43e792a9524ab554d948f9782768 100644 (file)
--- a/po/cy.po
+++ b/po/cy.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+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"
@@ -1318,6 +1318,7 @@ msgstr "Ni ellir canfod math system addas"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""
index a8fe76975273c8bdd52abc00b7fb0b6f85fb2ddb..8b211aaf7d64cb1c7b47a9abb546e7a0ebc1b443 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2014-07-06 23:51+0200\n"
 "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
 "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -1325,6 +1325,7 @@ msgstr "Kunne ikke bestemme en passende pakkesystemtype"
 msgid "Progress: [%3i%%]"
 msgstr "Status: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Kører dpkg"
index f4cb6de46c0322b92443c5ec7e85a4712c932b0b..234d8d10ed49caecc1772e2480e6d225d1e2ca70 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.8\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2014-09-19 13:04+0100\n"
 "Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
 "Language-Team: Debian German <debian-l10n-german@lists.debian.org>\n"
@@ -1366,6 +1366,7 @@ msgstr "Bestimmung eines passenden Paketierungssystemtyps nicht möglich"
 msgid "Progress: [%3i%%]"
 msgstr "Fortschritt: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Ausführen von dpkg"
index 604b9b842458991d8812eefc5cb7c40066e793f5..1685d032e236bc162e19f17bfb7deadd1ad8fa65 100644 (file)
--- a/po/dz.po
+++ b/po/dz.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+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"
@@ -1300,6 +1300,7 @@ msgstr "འོས་འབབ་དང་ལྡན་པའི་སྦུང་
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""
index 52393d61c5fd8f6b61f947079931c78ff3d8aa5f..f7a89abd151d2142caf0365086246e1caf7e7d08 100644 (file)
--- a/po/el.po
+++ b/po/el.po
@@ -16,7 +16,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2008-08-26 18:25+0300\n"
 "Last-Translator: Θανάσης Νάτσης <natsisthanasis@gmail.com>\n"
 "Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n"
@@ -1315,6 +1315,7 @@ msgstr "Αδύνατος ο καθορισμός ενός κατάλληλου 
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""
index 9643ecded1e64f7cdbb2e24a49948a16afbfd0ea..0e6fb98d78d6e2a6917856cc17d61ccab8283ad4 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -34,7 +34,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 0.8.10\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2016-01-26 01:51+0100\n"
 "Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox."
 "org>\n"
@@ -1444,6 +1444,7 @@ msgstr "No se pudo determinar un tipo de sistema de paquetes adecuado"
 msgid "Progress: [%3i%%]"
 msgstr "Progreso: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Ejecutando dpkg"
index b983437749c28ab091627e4d16323cf7f8aec52b..a967934aae12f3752df036a3b8a40d77ab94dbb0 100644 (file)
--- a/po/eu.po
+++ b/po/eu.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2009-05-17 00:41+0200\n"
 "Last-Translator: Piarres Beobide <pi@beobide.net>\n"
 "Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n"
@@ -1301,6 +1301,7 @@ msgstr "Ezin da pakete sistemaren mota egokirik zehaztu"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""
index 87df7fe3f12db1e93c25fdc2ec4e900aecc0d47f..ec61634a70c463f4bec73efce9e8ccd8e2646f30 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 0.5.26\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2008-12-11 14:52+0200\n"
 "Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
 "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -1296,6 +1296,7 @@ msgstr "Sopivaa paketointijärjestelmän tyyppiä ei saa selvitettyä"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""
index 1734acf55c5ae4145fc3a257573648a0e898044b..d3948ca9cd3f90ea74cdef959a2a18f4d39baff9 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2013-12-15 16:45+0100\n"
 "Last-Translator: Julien Patriarca <leatherface@debian.org>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -1368,6 +1368,7 @@ msgstr "Impossible de déterminer un type du système de paquets adéquat"
 msgid "Progress: [%3i%%]"
 msgstr "Progression : [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Exécution de dpkg"
index 4bed4543cb1ab566ad5af37cfea4605fd4c42d78..747678c48aebac0bd7abca9d8862bb3cba4bfabe 100644 (file)
--- a/po/gl.po
+++ b/po/gl.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2011-05-12 15:28+0100\n"
 "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n"
 "Language-Team: galician <proxecto@trasno.net>\n"
@@ -1350,6 +1350,7 @@ msgstr "Non é posíbel determinar un tipo de sistema de empaquetado axeitado"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Executando dpkg"
index c8e64820ea3749f0f96f74e5342836d1a616ee21..bfef5673d8f4931f4d7f33fe935d3ad96e8e38c8 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2016-04-10 19:46+0200\n"
 "Last-Translator: Gabor Kelemen <kelemeng@ubuntu.com>\n"
 "Language-Team: Hungarian <gnome-hu-list@gnome.org>\n"
@@ -1372,6 +1372,7 @@ msgstr "A megfelelő csomagrendszertípus nem határozható meg"
 msgid "Progress: [%3i%%]"
 msgstr "Haladás: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "A dpkg futtatása"
index 7592baa45bad3e90c9325a071968157daf7f766a..e396beb69697b2fbccf407a82d8dc60aebd3266b 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2015-04-07 16:51+0100\n"
 "Last-Translator: Milo Casagrande <milo@milo.name>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
@@ -1365,6 +1365,7 @@ msgstr "Impossibile determinare un tipo di sistema appropriato di pacchetti"
 msgid "Progress: [%3i%%]"
 msgstr "Avanzamento: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Esecuzione di dpkg"
index 421ff137ddd99fb7cfb2ed7e70162531e136bd03..eec6163ba1cd7f16f86fffe3c8e245b49029f48c 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.9.3\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2016-05-18 15:31+0900\n"
 "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
 "Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -1372,6 +1372,7 @@ msgstr "適切なパッケージシステムタイプを特定できません"
 msgid "Progress: [%3i%%]"
 msgstr "進捗: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "dpkg を実行しています"
index 7f705faafa2c7e519a60a076ba37db45ac131465..e138285262385a9056fa66f4d718b81be8115994 100644 (file)
--- a/po/km.po
+++ b/po/km.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+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"
@@ -1296,6 +1296,7 @@ msgstr "មិនអាច​កំណត់​ប្រភេទ​ប្រព
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""
index 3056850d036c5af1239f39385607e329d597fe85..fd772cf3f0cfdb8952f668bff61cbaa6633712b1 100644 (file)
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2010-08-30 02:31+0900\n"
 "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
 "Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
@@ -1305,6 +1305,7 @@ msgstr "올바른 패키지 시스템 타입을 알아낼 수 없습니다"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "dpkg 실행하는 중입니다"
index b2b54de2836601a8aaabbd008beef1f28ec8120b..afa163c9ea9c6971759a54a1a486bfb993a879fd 100644 (file)
--- a/po/ku.po
+++ b/po/ku.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2008-05-08 12:48+0200\n"
 "Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n"
 "Language-Team: ku <ubuntu-l10n-kur@lists.ubuntu.com>\n"
@@ -1288,6 +1288,7 @@ msgstr ""
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""
index 854ec5a4e08f5784db441d4a6680bcb5014c4d28..8850f01ac502e895c0cdb823e2e303e7ccf6addb 100644 (file)
--- a/po/lt.po
+++ b/po/lt.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2008-08-02 01:47-0400\n"
 "Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
 "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@@ -1290,6 +1290,7 @@ msgstr ""
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""
index 996f737928185a7f09a003f65e5a07420715fdbe..39a1cf6f145f52e2982ad3d7e49b46953b636838 100644 (file)
--- a/po/mr.po
+++ b/po/mr.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2008-11-20 23:27+0530\n"
 "Last-Translator: Sampada <sampadanakhare@gmail.com>\n"
 "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India "
@@ -1293,6 +1293,7 @@ msgstr "योग्य असा पॅकेजिंग प्रणाली
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""
index 40ec2bfa965cf7341cd546bddd5bcdc30dbd10ff..8a05533b422770b767da859c49a88409be3a31aa 100644 (file)
--- a/po/nb.po
+++ b/po/nb.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2016-06-11 22:38+0200\n"
 "Last-Translator: Petter Reinholdtsen <pere@hungry.com>\n"
 "Language-Team: Norwegian Bokmål <i18n-no@lister.ping.uio.no>\n"
@@ -1323,6 +1323,7 @@ msgstr "Klarer ikke bestemme en passende pakkesystemtype"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Kjører dpkg"
index 430a157d57697e16d542d0666a92b065abab0404..2d762c5ee71a38e196e6aa493d6e2697d3e30047 100644 (file)
--- a/po/ne.po
+++ b/po/ne.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+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"
@@ -1292,6 +1292,7 @@ msgstr "उपयुक्त प्याकिङ्ग प्रणाली
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""
index 0187cdee852d6a741287f9e207c18b86b3b18028..c36e73f9aa3e3aafdf82c23a21bffafdf5242b04 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.2.11\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2016-04-27 18:12+0200\n"
 "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
 "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -1387,6 +1387,7 @@ msgstr "Kan geen geschikt pakketbeheersysteemtype bepalen"
 msgid "Progress: [%3i%%]"
 msgstr "Voortgang: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "dpkg wordt uitgevoerd"
index bbfcccd6642e1d7450c16d55df3c2895e818701c..c6c24c07b4efbe6ffa88b21680d2c5ee886f0e68 100644 (file)
--- a/po/nn.po
+++ b/po/nn.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+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"
@@ -1300,6 +1300,7 @@ msgstr "Klarte ikkje avgjera ein eigna pakkesystemtype"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""
index 4a104bb42f26511a5070ec93c2d2c8324d2daee7..fffecb6735a7674bb7e7d411df3ac6ee9c4d3f98 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 0.9.7.3\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2012-07-28 21:53+0200\n"
 "Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
 "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
@@ -1355,6 +1355,7 @@ msgstr "Nie udało się określić odpowiedniego typu systemu pakietów"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Uruchamianie dpkg"
index b1a12fd4e1c55b66b87bc951b683070f26bb8c90..4e8a16ab0096a13145aed1ce1539a15f8413c30f 100644 (file)
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2012-06-29 15:45+0100\n"
 "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
 "Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -1358,6 +1358,7 @@ msgstr ""
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "A correr o dpkg"
index ff99e113dbba67f75bf7bdcef66d7046e573bcdb..b736797a7cd22ebbd87f3550ca69c69fd5eb636e 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2008-11-17 02:33-0200\n"
 "Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n"
 "Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
@@ -1304,6 +1304,7 @@ msgstr "Impossível determinar um tipo de sistema de empacotamento aplicável."
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""
index 3a661c7fa1b9a8f9d3dc8f652eecc9dbd235df65..f2d911b96cecc53534789e4aebbc6525db0f2cb7 100644 (file)
--- a/po/ro.po
+++ b/po/ro.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2008-11-15 02:21+0200\n"
 "Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n"
 "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n"
@@ -1307,6 +1307,7 @@ msgstr "Nu s-a putut determina un tip de sistem de împachetare potrivit"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""
index 97163cbfc5120fe57f02a1dfd58a1ac43b289437..64ba0902f3adcd68c46fc7f341144013666e17d6 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.2.12\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2016-05-19 20:50+0300\n"
 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
 "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -1374,6 +1374,7 @@ msgstr "Невозможно определить подходящий тип с
 msgid "Progress: [%3i%%]"
 msgstr "Ход выполнения: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Запускается dpkg"
index 161a7c11b549a163a076071c3dbbc33e745dc0e3..4aae9435ae6191080b03c4c6b407bc1819bd1820 100644 (file)
--- a/po/sk.po
+++ b/po/sk.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2012-06-28 20:49+0100\n"
 "Last-Translator: Ivan Masár <helix84@centrum.sk>\n"
 "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@@ -1328,6 +1328,7 @@ msgstr "Nedá sa určiť vhodný typ systému balíkov"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Spúšťa sa dpkg"
index 03372cdbee7fca45e922df74fc76900980bad4ed..cabf864a578dd8d9fb47b35fbe3c7ff38bba624c 100644 (file)
--- a/po/sl.po
+++ b/po/sl.po
@@ -4,7 +4,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 0.5.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2012-06-27 21:29+0000\n"
 "Last-Translator: Andrej Znidarsic <andrej.znidarsic@gmail.com>\n"
 "Language-Team: Slovenian <sl@li.org>\n"
@@ -1330,6 +1330,7 @@ msgstr "Ni mogoče določiti ustrezne vrste paketnega sistema"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Poganjanje dpkg"
index 55400f12a236e9eff166e4799f3a76858077dff6..c957a7dd4a22dcdf03fdc24cfe2310cf849c8088 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2015-08-19 21:33+0200\n"
 "Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
 "Language-Team: Swedish <debian-l10n-swedish@debian.org>\n"
@@ -1342,6 +1342,7 @@ msgstr "Kunde inte fastställa en lämplig paketsystemstyp"
 msgid "Progress: [%3i%%]"
 msgstr "Förlopp: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Kör dpkg"
index acaf8180a412284484cdcc64e7515df4ec16323a..301c6386b43d33f72f1bef1478bfe94726b5f0cf 100644 (file)
--- a/po/th.po
+++ b/po/th.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2014-12-12 13:00+0700\n"
 "Last-Translator: Theppitak Karoonboonyanan <thep@debian.org>\n"
 "Language-Team: Thai <thai-l10n@googlegroups.com>\n"
@@ -1304,6 +1304,7 @@ msgstr "ไม่สามารถระบุชนิดของระบบ
 msgid "Progress: [%3i%%]"
 msgstr "ความคืบหน้า: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "กำลังเรียก dpkg"
index 91f8740dd7a1f2f97595dadde5eb8af3b3b355ec..9fd03412fc3aacf0026bc38e9c167e2a5eddb6f7 100644 (file)
--- a/po/tl.po
+++ b/po/tl.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+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"
@@ -1314,6 +1314,7 @@ msgstr "Hindi matuklasan ang akmang uri ng sistema ng pakete "
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""
index 61874d4bd1751afefdffd98267e03bf550cfbe01..111a586949dfd0b40a53dab63ad1e7cdd49e9ad0 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2016-07-21 18:43+0300\n"
 "Last-Translator: Mert Dirik <mertdirik@gmail.com>\n"
 "Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n"
@@ -1359,6 +1359,7 @@ msgstr "Uygun bir paketleme sistemi türü bulunamıyor"
 msgid "Progress: [%3i%%]"
 msgstr "Durum: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "dpkg çalıştırılıyor"
index eabb2a74b99ff40f7d17fb94d406d41096b11384..4d46be0acf3691693c0140041fa2e45d13a12a6c 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2012-09-25 20:19+0300\n"
 "Last-Translator: A. Bondarenko <artem.brz@gmail.com>\n"
 "Language-Team: Українська <uk@li.org>\n"
@@ -1360,6 +1360,7 @@ msgstr "Неможливо визначити тип необхідної сис
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Виконується dpkg"
index 1d4d42e9338b1944ddce31c245d8e8b1ee892494..80665d9a50366cd53ce03ce10d92549629936894 100644 (file)
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.8\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2014-09-12 13:48+0700\n"
 "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
 "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
@@ -1341,6 +1341,7 @@ msgstr "Không thể quyết định kiểu hệ thống đóng gói thích hợ
 msgid "Progress: [%3i%%]"
 msgstr "Diễn biến: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Đang chạy dpkg"
index 3371e8fc9b3f72f9cf817f0d037daba14d14ff41..54cc258546fcc147a2fd35b626e38faa9781cd9b 100644 (file)
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.2.x\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2016-08-20 13:00+0000\n"
 "Last-Translator: Zhou Mo <cdluminate@gmail.com>\n"
 "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
@@ -1301,6 +1301,7 @@ msgstr "无法确定适合的打包系统类型"
 msgid "Progress: [%3i%%]"
 msgstr "进度:[%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "正在运行 dpkg"
index eb85a1a4218d01b612a3ce872714c051469abda4..63f09de2feade50916547089380b33a1dd22cae1 100644 (file)
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.2.X\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2009-01-28 10:41+0800\n"
 "Last-Translator: Tetralet <tetralet@gmail.com>\n"
 "Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5@lists."
@@ -1293,6 +1293,7 @@ msgstr "無法確認合適的套件包裝系統類型"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""