summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2016-11-25 23:47:08 +0100
committerJulian Andres Klode <jak@debian.org>2016-11-25 23:50:48 +0100
commit7d5234ab88b4cd6b172f13d0912c585983c3410b (patch)
tree2ef703f8f6afeb810282a850c1c5f544499290c0
parent4976699bc30a9255f62a553d46da4d50f039b6dd (diff)
Release 1.4~beta11.4_beta1
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/NEWS2
-rw-r--r--debian/changelog72
-rw-r--r--doc/apt-cache.8.xml2
-rw-r--r--doc/apt-ftparchive.1.xml2
-rw-r--r--doc/apt-get.8.xml2
-rw-r--r--doc/apt-key.8.xml2
-rw-r--r--doc/apt-verbatim.ent2
-rw-r--r--doc/apt.conf.5.xml2
-rw-r--r--doc/po/apt-doc.pot42
-rw-r--r--doc/po/de.po215
-rw-r--r--doc/po/es.po34
-rw-r--r--doc/po/fr.po34
-rw-r--r--doc/po/it.po34
-rw-r--r--doc/po/ja.po42
-rw-r--r--doc/po/nl.po51
-rw-r--r--doc/po/pl.po34
-rw-r--r--doc/po/pt.po34
-rw-r--r--doc/po/pt_BR.po34
-rw-r--r--doc/sources.list.5.xml2
-rw-r--r--po/apt-all.pot6
-rw-r--r--po/ar.po4
-rw-r--r--po/ast.po4
-rw-r--r--po/bg.po4
-rw-r--r--po/bs.po4
-rw-r--r--po/ca.po4
-rw-r--r--po/cs.po4
-rw-r--r--po/cy.po4
-rw-r--r--po/da.po4
-rw-r--r--po/de.po4
-rw-r--r--po/dz.po4
-rw-r--r--po/el.po4
-rw-r--r--po/es.po4
-rw-r--r--po/eu.po4
-rw-r--r--po/fi.po4
-rw-r--r--po/fr.po4
-rw-r--r--po/gl.po4
-rw-r--r--po/hu.po4
-rw-r--r--po/it.po4
-rw-r--r--po/ja.po4
-rw-r--r--po/km.po4
-rw-r--r--po/ko.po4
-rw-r--r--po/ku.po4
-rw-r--r--po/lt.po4
-rw-r--r--po/mr.po4
-rw-r--r--po/nb.po4
-rw-r--r--po/ne.po4
-rw-r--r--po/nl.po9
-rw-r--r--po/nn.po4
-rw-r--r--po/pl.po4
-rw-r--r--po/pt.po4
-rw-r--r--po/pt_BR.po4
-rw-r--r--po/ro.po4
-rw-r--r--po/ru.po4
-rw-r--r--po/sk.po4
-rw-r--r--po/sl.po4
-rw-r--r--po/sv.po4
-rw-r--r--po/th.po4
-rw-r--r--po/tl.po4
-rw-r--r--po/tr.po9
-rw-r--r--po/uk.po4
-rw-r--r--po/vi.po4
-rw-r--r--po/zh_CN.po4
-rw-r--r--po/zh_TW.po4
64 files changed, 622 insertions, 210 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 19d87280f..d97ff0111 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -170,7 +170,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.1")
+set(PACKAGE_VERSION "1.4~beta1")
if (NOT DEFINED COMMON_ARCH)
execute_process(COMMAND dpkg-architecture -qDEB_HOST_ARCH
diff --git a/debian/NEWS b/debian/NEWS
index 2c2b33c10..67275f6e4 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,4 +1,4 @@
-apt (1.4~beta1) UNRELEASED; urgency=medium
+apt (1.4~beta1) unstable; urgency=medium
Support for GPG signatures using the SHA1 or RIPE-MD/160 hash
algorithms has been disabled. Repositories using Release files
diff --git a/debian/changelog b/debian/changelog
index 1ab3c1017..9cfdcaa45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,75 @@
+apt (1.4~beta1) unstable; urgency=medium
+
+ [ Chris Leick ]
+ * Updated German documentation translation
+ * fix three typos in sources & manpages
+ * German translation proof read by Helge Kreutzmann
+
+ [ Frans Spiesschaert ]
+ * Dutch program translation update (Closes: #840552)
+ * Dutch manpages translation update (Closes: #840757)
+
+ [ David Kalnischkies ]
+ * don't install new deps of candidates for kept back pkgs
+ * keep Release.gpg on untrusted to trusted IMS-Hit (Closes: 838779)
+ * fix testcase expecting incorrect remove log from dpkg
+ * reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivileges (Closes: 842877)
+ * show the conflicting distribution warning again (Closes: 841874)
+ * rename Checksum-FileSize to Filesize in hashsum mismatch
+ * improve SOCKS error messages for http slightly
+ * support 'apt build-dep .' (aka: without /)
+ * add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges dance
+ * http: skip connection cleanup if we close it anyhow
+ * add hidden config to set packages as Essential/Important.
+ Thanks to Anthony Towns for initial patch (Closes: 767891)
+ * don't warn if untransformed distribution matches.
+ Thanks to Lukas Anzinger for initial patch (Closes: 644610)
+ * show distribution mismatch for changed codenames
+ * react to trig-pend only if we have nothing else to do
+ * correct cross & disappear progress detection
+ * improve arch-unqualified dpkg-progress parsing
+ * don't perform implicit crossgrades involving M-A:same
+ * do not configure unconfigured to be removed packages
+ * skip unconfigure for unconfigured to-be removed pkgs
+ * report apt-key errors via status-fd messages (LP: #1522988)
+ * add apt-key support for armored GPG key files (*.asc)
+ * document which keyring formats are supported by apt-key (Closes: 844724)
+ * get pdiff files from the same mirror as the index
+ * follow the googletest merge in build-depends
+
+ [ Michael Vogt ]
+ * Do not (re)start "apt-daily.system"
+ Thanks to Alexandre Detiste (Closes: #841763)
+
+ [ Johannes Schauer ]
+ * add support for Build-Depends/Conflicts-Arch (Closes: #837395)
+
+ [ Edgar Fuß ]
+ * http: clear content before reporting the failure (Closes: #465572)
+
+ [ James Clarke ]
+ * apt-ftparchive: Support NotAutomatic and ButAutomaticUpgrades fields
+ (Closes: #272557)
+
+ [ Julian Andres Klode ]
+ * TagSection: Split AlphaIndexes into AlphaIndexes and BetaIndexes
+ * TagSection: Extract Find() methods taking Pos instead of Key
+ * Squashed 'triehash/' content from commit 16f59e1
+ * TagSection: Introduce functions for looking up by key ids
+ * debListParser: Convert to use pkgTagSection::Key-based lookup
+ * Bump the cache major version for non-backportable changes
+ * Introduce tolower_ascii_unsafe() and use it for hashing
+ * Optimize VersionHash() to not need temporary copy of input
+ * Compare size before data when ordering cache bucket entries
+ * debListParser: Micro-optimize AvailableDescriptionLanguages()
+ * Do not use MD5SumValue for Description_md5()
+ * gpgv: Untrust SHA1, RIPE-MD/160, but allow downgrading to weak
+
+ [ Paul Wise ]
+ * show output as documented for APT::Periodic::Verbose 2 (Closes: 845599)
+
+ -- Julian Andres Klode <jak@debian.org> Fri, 25 Nov 2016 23:49:54 +0100
+
apt (1.3.1) unstable; urgency=medium
[ Julian Andres Klode ]
diff --git a/doc/apt-cache.8.xml b/doc/apt-cache.8.xml
index b8e515362..5726e00f2 100644
--- a/doc/apt-cache.8.xml
+++ b/doc/apt-cache.8.xml
@@ -14,7 +14,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2016-09-20T00:00:00Z</date>
+ <date>2016-11-25T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/doc/apt-ftparchive.1.xml b/doc/apt-ftparchive.1.xml
index 66d4b4f34..0a9305132 100644
--- a/doc/apt-ftparchive.1.xml
+++ b/doc/apt-ftparchive.1.xml
@@ -14,7 +14,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2016-08-06T00:00:00Z</date>
+ <date>2016-11-25T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index a56c7ba62..ff7b38e97 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -14,7 +14,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2016-09-20T00:00:00Z</date>
+ <date>2016-11-25T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/doc/apt-key.8.xml b/doc/apt-key.8.xml
index 6c639a674..eacd18d4d 100644
--- a/doc/apt-key.8.xml
+++ b/doc/apt-key.8.xml
@@ -13,7 +13,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2016-07-07T00:00:00Z</date>
+ <date>2016-11-25T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent
index 6c371362b..924341d9d 100644
--- a/doc/apt-verbatim.ent
+++ b/doc/apt-verbatim.ent
@@ -239,7 +239,7 @@
">
<!-- this will be updated by 'prepare-release' -->
-<!ENTITY apt-product-version "1.3.1">
+<!ENTITY apt-product-version "1.4~beta1">
<!-- (Code)names for various things used all over the place -->
<!ENTITY debian-oldstable-codename "wheezy">
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml
index 9a0006398..260c66c46 100644
--- a/doc/apt.conf.5.xml
+++ b/doc/apt.conf.5.xml
@@ -19,7 +19,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2016-09-20T00:00:00Z</date>
+ <date>2016-11-25T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot
index fdccbada5..cdb4bec40 100644
--- a/doc/po/apt-doc.pot
+++ b/doc/po/apt-doc.pot
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: apt-doc 1.3.1\n"
+"Project-Id-Version: apt-doc 1.4~beta1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-11-11 23:29+0100\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1938,6 +1938,30 @@ msgstr ""
#. type: Content of: <refentry><refsect1><title>
#: apt-key.8.xml:1
+msgid "Supported keyring files"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml:1
+msgid ""
+"apt-key supports only the binary OpenPGP format (also known as \"GPG key "
+"public ring\") in files with the \"<literal>gpg</literal>\" extension, not "
+"the keybox database format introduced in newer &gpg; versions as default for "
+"keyring files. Binary keyring files intended to be used with any apt version "
+"should therefore always be created with <command>gpg --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml:1
+msgid ""
+"Alternatively, if all systems which should be using the created keyring have "
+"at least apt version >= 1.4 installed, you can use the ASCII armored format "
+"with the \"<literal>asc</literal>\" extension instead which can be created "
+"with <command>gpg --armor --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><title>
+#: apt-key.8.xml:1
msgid "Commands"
msgstr ""
@@ -1960,10 +1984,10 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-key.8.xml:1
msgid ""
-"Instead of using this command a keyring can be placed directly in the "
-"<filename>/etc/apt/trusted.gpg.d/</filename> directory with a descriptive "
-"name (same rules for filename apply as for &apt-conf; files) and "
-"\"<literal>gpg</literal>\" as file extension."
+"<emphasis>Note</emphasis>: Instead of using this command a keyring should be "
+"placed directly in the <filename>/etc/apt/trusted.gpg.d/</filename> "
+"directory with a descriptive name and either \"<literal>gpg</literal>\" or "
+"\"<literal>asc</literal>\" as file extension."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
@@ -2015,9 +2039,9 @@ msgstr ""
msgid ""
"Note that a distribution does not need to and in fact should not use this "
"command any longer and instead ship keyring files in the "
-"<filename>/etc/apt/trusted.gpg.d/</filename> directory directly as this avoids "
-"a dependency on <package>gnupg</package> and it is easier to manage keys by "
-"simply adding and removing files for maintainers and users alike."
+"<filename>/etc/apt/trusted.gpg.d/</filename> directory directly as this "
+"avoids a dependency on <package>gnupg</package> and it is easier to manage "
+"keys by simply adding and removing files for maintainers and users alike."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
diff --git a/doc/po/de.po b/doc/po/de.po
index 0e3304332..e78a7e233 100644
--- a/doc/po/de.po
+++ b/doc/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.3\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-11-11 23:29+0100\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2016-11-15 21:51+0200\n"
"Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -2734,6 +2734,30 @@ msgstr ""
#. type: Content of: <refentry><refsect1><title>
#: apt-key.8.xml
+msgid "Supported keyring files"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"apt-key supports only the binary OpenPGP format (also known as \"GPG key "
+"public ring\") in files with the \"<literal>gpg</literal>\" extension, not "
+"the keybox database format introduced in newer &gpg; versions as default for "
+"keyring files. Binary keyring files intended to be used with any apt version "
+"should therefore always be created with <command>gpg --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"Alternatively, if all systems which should be using the created keyring have "
+"at least apt version >= 1.4 installed, you can use the ASCII armored format "
+"with the \"<literal>asc</literal>\" extension instead which can be created "
+"with <command>gpg --armor --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><title>
+#: apt-key.8.xml
msgid "Commands"
msgstr "Befehle"
@@ -2761,11 +2785,17 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-key.8.xml
-msgid ""
-"Instead of using this command a keyring can be placed directly in the "
-"<filename>/etc/apt/trusted.gpg.d/</filename> directory with a descriptive "
-"name (same rules for filename apply as for &apt-conf; files) and "
-"\"<literal>gpg</literal>\" as file extension."
+#, fuzzy
+#| msgid ""
+#| "Instead of using this command a keyring can be placed directly in the "
+#| "<filename>/etc/apt/trusted.gpg.d/</filename> directory with a descriptive "
+#| "name (same rules for filename apply as for &apt-conf; files) and "
+#| "\"<literal>gpg</literal>\" as file extension."
+msgid ""
+"<emphasis>Note</emphasis>: Instead of using this command a keyring should be "
+"placed directly in the <filename>/etc/apt/trusted.gpg.d/</filename> "
+"directory with a descriptive name and either \"<literal>gpg</literal>\" or "
+"\"<literal>asc</literal>\" as file extension."
msgstr ""
"Anstatt diesen Befehl zu benutzen, kann ein Schlüsselbund mit einem "
"aussagekräftigen Namen (hier werden die gleichen Dateinamenregeln wie bei "
@@ -2940,12 +2970,12 @@ msgid ""
msgstr ""
"Wenn Sie erbitten, dass ein Paket installiert werden soll und im Ergebnis "
"weitere Pakete installiert werden, um die Abhängigkeiten zu erfüllen, werden "
-"diese Abhängigkeiten als automatisch installiert markiert, während das Paket, "
-"das Sie explizit installiert haben, stattdessen als manuell installiert "
-"markiert wird. Sobald ein automatisch installiertes Paket von keinem manuell "
-"installierten Paket mehr abhängt. wird es als nicht mehr benötigt angesehen "
-"und z.B. <command>apt-get</command> oder <command>aptitude</command> werden "
-"vorschlagen, es zu entfernen."
+"diese Abhängigkeiten als automatisch installiert markiert, während das "
+"Paket, das Sie explizit installiert haben, stattdessen als manuell "
+"installiert markiert wird. Sobald ein automatisch installiertes Paket von "
+"keinem manuell installierten Paket mehr abhängt. wird es als nicht mehr "
+"benötigt angesehen und z.B. <command>apt-get</command> oder "
+"<command>aptitude</command> werden vorschlagen, es zu entfernen."
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-mark.8.xml
@@ -3063,10 +3093,10 @@ msgstr ""
"Paketen zu übernehmen. Solche Änderungen können mit dem Befehlen "
"<option>install</option>, <option>remove</option> (auch als "
"<option>deinstall</option> bekannt) und <option>purge</option> geplant "
-"werden. Pakete mit einer bestimmten Auswahl können mit "
-"<option>showinstall</option>, <option>showremove</option> beziehungsweise "
-"<option>showpurge</option> angezeigt werden. Weitere Informationen über "
-"diese sogenannten Dpkg-Auswahlen finden Sie in &dpkg;."
+"werden. Pakete mit einer bestimmten Auswahl können mit <option>showinstall</"
+"option>, <option>showremove</option> beziehungsweise <option>showpurge</"
+"option> angezeigt werden. Weitere Informationen über diese sogenannten Dpkg-"
+"Auswahlen finden Sie in &dpkg;."
#. type: Content of: <refentry><refsect1><para>
#: apt-mark.8.xml
@@ -3431,9 +3461,9 @@ msgstr ""
"<emphasis>Veröffentlichen Sie den Schlüsselfingerabdruck</emphasis>, damit "
"Ihre Anwender wissen, welchen Schlüssel sie importieren müssen, um die "
"Dateien im Archiv zu authentifizieren. Am besten liefern Sie Ihren Schlüssel "
-"in einem eigenen Paket wie dies &keyring-distro; mit &keyring-package; macht, "
-"um später automatisch Aktualisierungen und Schlüsselwechsel durchführen zu "
-"können."
+"in einem eigenen Paket wie dies &keyring-distro; mit &keyring-package; "
+"macht, um später automatisch Aktualisierungen und Schlüsselwechsel "
+"durchführen zu können."
#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
#: apt-secure.8.xml
@@ -4439,13 +4469,13 @@ msgstr ""
"Die sicherheitsbezogene Option wird als »true« vorgegeben. Damit werden "
"Wiederholungsangriffe über einen längeren Zeitraum hinweg verhindert, indem "
"der Überprüfung der Datei Release ein Ablaufdatum gegeben wird. "
-"Beispielsweise wird Benutzern damit auch geholfen, länger nicht aktualisierte "
-"Spiegel zu erkennen – diese Funktion hängt jedoch von der Richtigkeit der "
-"Zeiteinstellung auf dem Anwendersystem ab. Archivbetreuer sind aufgefordert, "
-"Release-Dateien mit der Kopfzeile <literal>Valid-Until</literal> zu "
-"erstellen. Falls sie das nicht tun oder ein strengerer Wert gewünscht wird, "
-"kann die Option <literal>Max-ValidTime</literal> benutzt werden (siehe "
-"unten). Der Option <option>Check-Valid-Until</option> von "
+"Beispielsweise wird Benutzern damit auch geholfen, länger nicht "
+"aktualisierte Spiegel zu erkennen – diese Funktion hängt jedoch von der "
+"Richtigkeit der Zeiteinstellung auf dem Anwendersystem ab. Archivbetreuer "
+"sind aufgefordert, Release-Dateien mit der Kopfzeile <literal>Valid-Until</"
+"literal> zu erstellen. Falls sie das nicht tun oder ein strengerer Wert "
+"gewünscht wird, kann die Option <literal>Max-ValidTime</literal> benutzt "
+"werden (siehe unten). Der Option <option>Check-Valid-Until</option> von "
"&sources-list;-Einträgen zum wahlweisen Deaktivieren der Prüfung sollte der "
"Vorzug gegeben werden, anstatt dies global außer Kraft zu setzen."
@@ -4645,12 +4675,12 @@ msgstr ""
"Die Einstellung <literal>Acquire::http::Pipeline-Depth</literal> kann "
"verwandt werden, um HTTP-Weiterleitung zu aktivieren (RFC 2616 Abschnitt "
"8.1.2.2), was z.B. bei Verbindungen mit hoher Latenz vorteilhaft sein kann. "
-"Sie gibt an, wie viele Anfragen in eine Leitung gesandt werden. APT versucht, "
-"zur Laufzeit Webserver und Proxys aufzuspüren, die sich falsch verhalten und "
-"eine Behelfslösung zu finden. Falls Sie jedoch wissen, dass sich Ihrer nicht "
-"konform zur HTTP/1.1-Spezifikation verhält, kann das Weiterleiten durch "
-"Setzen des Wertes auf 0 deaktiviert werden. Standardmäßig ist es mit dem "
-"Wert 10 aktiviert."
+"Sie gibt an, wie viele Anfragen in eine Leitung gesandt werden. APT "
+"versucht, zur Laufzeit Webserver und Proxys aufzuspüren, die sich falsch "
+"verhalten und eine Behelfslösung zu finden. Falls Sie jedoch wissen, dass "
+"sich Ihrer nicht konform zur HTTP/1.1-Spezifikation verhält, kann das "
+"Weiterleiten durch Setzen des Wertes auf 0 deaktiviert werden. Standardmäßig "
+"ist es mit dem Wert 10 aktiviert."
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt.conf.5.xml
@@ -4710,17 +4740,16 @@ msgstr ""
"werden soll. Der erste und einzige Parameter ist ein URI, der den Rechner "
"bezeichnet, der kontaktiert werden soll, um eine rechnerspezifische "
"Konfiguration zu ermöglichen. APT erwartet den Befehl als Ausgabe auf der "
-"Standardausgabe als einzelne Zeile im Stil "
-"<literal>http://proxy:port/</literal> oder das Wort "
-"<literal>DIRECT</literal>, falls kein Proxy benutzt werden soll. Fehlt die "
-"Ausgabe, zeigt dies an, dass die allgemeinen Proxy-Einstellungen benutzt "
-"werden sollen. Beachten Sie, dass die automatische Erkennung nicht für einen "
-"Rechner benutzt wird, falls bereits eine rechnerspezifische "
-"Proxy-Konfiguration per "
-"<literal>Acquire::http::Proxy::<replaceable>Rechner</replaceable></literal> "
-"gesetzt wurde. Eine Beispielimplementierung, die Avahi benutzt, finden Sie im "
-"Paket &squid-deb-proxy-client;. Diese Option hat Vorrang vor dem veralteten "
-"Optionsnamen <literal>ProxyAutoDetect</literal>."
+"Standardausgabe als einzelne Zeile im Stil <literal>http://proxy:port/</"
+"literal> oder das Wort <literal>DIRECT</literal>, falls kein Proxy benutzt "
+"werden soll. Fehlt die Ausgabe, zeigt dies an, dass die allgemeinen Proxy-"
+"Einstellungen benutzt werden sollen. Beachten Sie, dass die automatische "
+"Erkennung nicht für einen Rechner benutzt wird, falls bereits eine "
+"rechnerspezifische Proxy-Konfiguration per <literal>Acquire::http::Proxy::"
+"<replaceable>Rechner</replaceable></literal> gesetzt wurde. Eine "
+"Beispielimplementierung, die Avahi benutzt, finden Sie im Paket &squid-deb-"
+"proxy-client;. Diese Option hat Vorrang vor dem veralteten Optionsnamen "
+"<literal>ProxyAutoDetect</literal>."
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt.conf.5.xml
@@ -5221,29 +5250,28 @@ msgstr ""
"sie geholt werden können. Vorzugsweise gibt die Release-Datei ihn in einem "
"»Changelogs«-Feld an. Falls dies nicht verfügbar ist, werden die Felder "
"»Label« und »Origin« der Release-Datei benutzt, um zu prüfen, ob eine "
-"<literal>Acquire::Changelogs::URI::Label::<replaceable>BESCHRIFTUNG"
-"</replaceable></literal>- oder "
-"<literal>Acquire::Changelogs::URI::Origin::<replaceable>URSPRUNG</replaceable>"
-"</literal>-Option existiert und, falls dies der Fall ist, wird dieser Wert "
-"genommen. Der Wert in der Release-Datei kann mit <literal>Acquire::"
-"Changelogs::URI::Override::Label::<replaceable>BESCHRIFTUNG</replaceable></"
-"literal> oder <literal>Acquire::Changelogs::URI::Override::Origin::"
-"<replaceable>URSPRUNG</replaceable></literal> außer Kraft gesetzt werden. Der "
-"Wert sollte ein normaler URI auf eine Textdatei sein, außer dass "
-"paketspezifische Daten durch den Platzhalter <literal>@CHANGEPATH@</literal> "
-"ersetzt werden. Der Wert dafür ist: 1. Falls das Paket von einer Komponente "
-"stammt (z.B. <literal>main</literal>), ist dies der erste Teil, ansonsten "
-"wird er weggelassen. 2. der erste Buchstabe des Quellpaketnamens, es sei "
-"denn, der Paketname beginnt mit »<literal>lib</literal>«. In diesem Fall "
-"werden es die vier ersten Buchstaben sein. 3. der komplette Quellpaketname "
-"4. wieder der vollständige Name und 5. die Quellversion. Der erste (falls "
-"vorhanden), zweite, dritte und vierte Teil werden durch einen Schrägstrich "
-"(»<literal>/</literal>«) voneinander getrennt und zwischen dem vierten und "
-"fünften ist ein Unterstrich (»<literal>_</literal>«). Der Spezialwert "
-"»<literal>no</literal>«, der für diese Option verfügbar ist, gibt an, dass "
-"diese Quelle nicht benutzt werden kann, um von dort Changelog-Dateien zu "
-"beschaffen. In diesem Fall wird, falls verfügbar, eine andere Quelle "
-"ausprobiert."
+"<literal>Acquire::Changelogs::URI::Label::<replaceable>BESCHRIFTUNG</"
+"replaceable></literal>- oder <literal>Acquire::Changelogs::URI::Origin::"
+"<replaceable>URSPRUNG</replaceable></literal>-Option existiert und, falls "
+"dies der Fall ist, wird dieser Wert genommen. Der Wert in der Release-Datei "
+"kann mit <literal>Acquire::Changelogs::URI::Override::Label::"
+"<replaceable>BESCHRIFTUNG</replaceable></literal> oder <literal>Acquire::"
+"Changelogs::URI::Override::Origin::<replaceable>URSPRUNG</replaceable></"
+"literal> außer Kraft gesetzt werden. Der Wert sollte ein normaler URI auf "
+"eine Textdatei sein, außer dass paketspezifische Daten durch den Platzhalter "
+"<literal>@CHANGEPATH@</literal> ersetzt werden. Der Wert dafür ist: 1. Falls "
+"das Paket von einer Komponente stammt (z.B. <literal>main</literal>), ist "
+"dies der erste Teil, ansonsten wird er weggelassen. 2. der erste Buchstabe "
+"des Quellpaketnamens, es sei denn, der Paketname beginnt mit »<literal>lib</"
+"literal>«. In diesem Fall werden es die vier ersten Buchstaben sein. 3. der "
+"komplette Quellpaketname 4. wieder der vollständige Name und 5. die "
+"Quellversion. Der erste (falls vorhanden), zweite, dritte und vierte Teil "
+"werden durch einen Schrägstrich (»<literal>/</literal>«) voneinander "
+"getrennt und zwischen dem vierten und fünften ist ein Unterstrich "
+"(»<literal>_</literal>«). Der Spezialwert »<literal>no</literal>«, der für "
+"diese Option verfügbar ist, gibt an, dass diese Quelle nicht benutzt werden "
+"kann, um von dort Changelog-Dateien zu beschaffen. In diesem Fall wird, "
+"falls verfügbar, eine andere Quelle ausprobiert."
#. type: Content of: <refentry><refsect1><title>
#: apt.conf.5.xml
@@ -5275,11 +5303,10 @@ msgid ""
"setting <option>Binary::apt::APT::Get::Show-Versions</option> instead."
msgstr ""
"Eine Option alleine für ein bestimmtes Programm zu setzen kann erreicht "
-"werden, indem die Option innerhalb des "
-"<option>Binary::<replaceable>programmspezifischen</replaceable></option> "
-"Gültigkeitsbereichs gesetzt wird. Das Setzen der Option "
-"<option>APT::Get::Show-Versions</option> für <command>apt</command> kann z.B. "
-"stattdessen durch Setzen von "
+"werden, indem die Option innerhalb des <option>Binary::"
+"<replaceable>programmspezifischen</replaceable></option> Gültigkeitsbereichs "
+"gesetzt wird. Das Setzen der Option <option>APT::Get::Show-Versions</option> "
+"für <command>apt</command> kann z.B. stattdessen durch Setzen von "
"<option>Binary::apt::APT::Get::Show-Versions</option> erledigt werden."
#. type: Content of: <refentry><refsect1><para>
@@ -6295,8 +6322,8 @@ msgid ""
"The highest of those priorities whose description matches the version is "
"assigned to the version."
msgstr ""
-"Die höchste dieser Prioritäten, deren Beschreibung zu der Version passt, wird "
-"der Version zugewiesen."
+"Die höchste dieser Prioritäten, deren Beschreibung zu der Version passt, "
+"wird der Version zugewiesen."
#. type: Content of: <refentry><refsect1><refsect2><para>
#: apt_preferences.5.xml
@@ -7942,16 +7969,15 @@ msgid ""
"the value of configuration option <option>Acquire::PDiffs</option> which "
"defaults to <literal>yes</literal>."
msgstr ""
-"<option>PDiffs</option> (<option>pdiffs</option>) ist ein yes-/no- "
-"(Ja-/Nein-)Wert, der steuert, ob APT versuchen soll, PDiffs zum Aktualisieren alter Indexe zu "
-"benutzen, statt die ganzen neuen Indexe herunterzuladen. Der Wert dieser "
-"Option wird ignoriert, falls das Depot die Verfügbarkeit von PDiffs nicht "
-"ankündigt. Sie ist auf den Wert der Option mit demselben Namen für eine "
-"bestimmte Indexdatei voreingestellt, die im Gültigkeitsbereich "
+"<option>PDiffs</option> (<option>pdiffs</option>) ist ein yes-/no- (Ja-/"
+"Nein-)Wert, der steuert, ob APT versuchen soll, PDiffs zum Aktualisieren "
+"alter Indexe zu benutzen, statt die ganzen neuen Indexe herunterzuladen. Der "
+"Wert dieser Option wird ignoriert, falls das Depot die Verfügbarkeit von "
+"PDiffs nicht ankündigt. Sie ist auf den Wert der Option mit demselben Namen "
+"für eine bestimmte Indexdatei voreingestellt, die im Gültigkeitsbereich "
"<option>Acquire::IndexTargets</option> definiert ist und die Ihrerseits "
-"wiederum auf den Wert der Konfigurationsoption "
-"<option>Acquire::PDiffs</option> voreingestellt ist, deren Vorgabe "
-"<literal>yes</literal> ist."
+"wiederum auf den Wert der Konfigurationsoption <option>Acquire::PDiffs</"
+"option> voreingestellt ist, deren Vorgabe <literal>yes</literal> ist."
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
#: sources.list.5.xml
@@ -7980,11 +8006,10 @@ msgstr ""
"Quelle ihre Unterstützung anzeigt, während <literal>force</literal> die "
"Funktionalität ungeachtet der Angabe der Quelle aktiviert. Sie ist auf den "
"Wert der Option mit demselben Namen für eine bestimmte Indexdatei "
-"voreingestellt, die im Gültigkeitsbereich "
-"<option>Acquire::IndexTargets</option> definiert ist und die ihrerseits "
-"wiederum auf den Wert der Konfigurationsoption "
-"<option>Acquire::By-Hash</option> voreingestellt ist, deren Vorgabe "
-"<literal>yes</literal> ist."
+"voreingestellt, die im Gültigkeitsbereich <option>Acquire::IndexTargets</"
+"option> definiert ist und die ihrerseits wiederum auf den Wert der "
+"Konfigurationsoption <option>Acquire::By-Hash</option> voreingestellt ist, "
+"deren Vorgabe <literal>yes</literal> ist."
#. type: Content of: <refentry><refsect1><para>
#: sources.list.5.xml
@@ -8034,9 +8059,9 @@ msgid ""
msgstr ""
"<option>Trusted</option> (<option>trusted</option>) ist ein Wert, der drei "
"Status annehmen kann. APT entscheidet standardmäßig, ob ein Paket als "
-"vertrauenswürdig angesehen wird oder ob eine Warnung erscheinen sollte, bevor "
-"z.B. Pakete aus dieser Quelle installiert werden. Diese Option kann benutzt "
-"werden, um diese Entscheidung außer Kraft zu setzen. Der Wert "
+"vertrauenswürdig angesehen wird oder ob eine Warnung erscheinen sollte, "
+"bevor z.B. Pakete aus dieser Quelle installiert werden. Diese Option kann "
+"benutzt werden, um diese Entscheidung außer Kraft zu setzen. Der Wert "
"<literal>yes</literal> sagt APT, dass es diese Quelle immer als "
"vertrauenswürdig ansehen soll, sogar dann, wenn sie die "
"Authentifizierungsprüfungen nicht erfolgreich durchläuft. Sie deaktiviert "
@@ -8098,8 +8123,8 @@ msgstr ""
"Wiederholungsangriffe aufzuspüren. Ein Depotersteller kann eine Zeit "
"festlegen, bis zu der die im Depot bereitgestellten Daten als gültig "
"angesehen werden und, falls dieser Zeitpunkt erreicht ist, aber keine neuen "
-"Daten bereitgestellt wurden, die Daten als ungültig angesehen werden und eine "
-"Fehlermeldung erscheint. Neben einer Steigerung der Sicherheit, da ein "
+"Daten bereitgestellt wurden, die Daten als ungültig angesehen werden und "
+"eine Fehlermeldung erscheint. Neben einer Steigerung der Sicherheit, da ein "
"böswilliger Angreifer nie alte Daten senden kann, um einen Anwender vom "
"Upgrade auf eine neue Version abzuhalten, hilft dies Benutzern auch, "
"Spiegelserver zu erkennen, die nicht länger aktualisiert werden. Einige "
@@ -9307,9 +9332,9 @@ msgstr ""
"dem Suchbereich erscheinen. Die besondere Architektur »source« wird benutzt, "
"um anzuzeigen, dass dieser Verzeichnisbaum über ein Quellarchiv verfügt. Die "
"Architektur »all« signalisiert, dass architekturspezifische Dateien wie "
-"<filename>Packages</filename> keine Informationen über Pakete der Architektur "
-"<literal>all</literal> enthalten sollten, da sie in einer dedizierten Datei "
-"verfügbar sein werden."
+"<filename>Packages</filename> keine Informationen über Pakete der "
+"Architektur <literal>all</literal> enthalten sollten, da sie in einer "
+"dedizierten Datei verfügbar sein werden."
#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
#: apt-ftparchive.1.xml
diff --git a/doc/po/es.po b/doc/po/es.po
index 2d550dcd0..1ea8259ca 100644
--- a/doc/po/es.po
+++ b/doc/po/es.po
@@ -38,7 +38,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-11-11 23:29+0100\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2014-07-04 01:31+0200\n"
"Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -2804,6 +2804,30 @@ msgstr ""
#. type: Content of: <refentry><refsect1><title>
#: apt-key.8.xml
+msgid "Supported keyring files"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"apt-key supports only the binary OpenPGP format (also known as \"GPG key "
+"public ring\") in files with the \"<literal>gpg</literal>\" extension, not "
+"the keybox database format introduced in newer &gpg; versions as default for "
+"keyring files. Binary keyring files intended to be used with any apt version "
+"should therefore always be created with <command>gpg --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"Alternatively, if all systems which should be using the created keyring have "
+"at least apt version >= 1.4 installed, you can use the ASCII armored format "
+"with the \"<literal>asc</literal>\" extension instead which can be created "
+"with <command>gpg --armor --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><title>
+#: apt-key.8.xml
msgid "Commands"
msgstr "Órdenes"
@@ -2829,10 +2853,10 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-key.8.xml
msgid ""
-"Instead of using this command a keyring can be placed directly in the "
-"<filename>/etc/apt/trusted.gpg.d/</filename> directory with a descriptive "
-"name (same rules for filename apply as for &apt-conf; files) and "
-"\"<literal>gpg</literal>\" as file extension."
+"<emphasis>Note</emphasis>: Instead of using this command a keyring should be "
+"placed directly in the <filename>/etc/apt/trusted.gpg.d/</filename> "
+"directory with a descriptive name and either \"<literal>gpg</literal>\" or "
+"\"<literal>asc</literal>\" as file extension."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
diff --git a/doc/po/fr.po b/doc/po/fr.po
index 0f4fe8368..bc28277d5 100644
--- a/doc/po/fr.po
+++ b/doc/po/fr.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-11-11 23:29+0100\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2014-11-15 17:26+0100\n"
"Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -2733,6 +2733,30 @@ msgstr ""
#. type: Content of: <refentry><refsect1><title>
#: apt-key.8.xml
+msgid "Supported keyring files"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"apt-key supports only the binary OpenPGP format (also known as \"GPG key "
+"public ring\") in files with the \"<literal>gpg</literal>\" extension, not "
+"the keybox database format introduced in newer &gpg; versions as default for "
+"keyring files. Binary keyring files intended to be used with any apt version "
+"should therefore always be created with <command>gpg --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"Alternatively, if all systems which should be using the created keyring have "
+"at least apt version >= 1.4 installed, you can use the ASCII armored format "
+"with the \"<literal>asc</literal>\" extension instead which can be created "
+"with <command>gpg --armor --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><title>
+#: apt-key.8.xml
msgid "Commands"
msgstr "Commandes"
@@ -2758,10 +2782,10 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-key.8.xml
msgid ""
-"Instead of using this command a keyring can be placed directly in the "
-"<filename>/etc/apt/trusted.gpg.d/</filename> directory with a descriptive "
-"name (same rules for filename apply as for &apt-conf; files) and "
-"\"<literal>gpg</literal>\" as file extension."
+"<emphasis>Note</emphasis>: Instead of using this command a keyring should be "
+"placed directly in the <filename>/etc/apt/trusted.gpg.d/</filename> "
+"directory with a descriptive name and either \"<literal>gpg</literal>\" or "
+"\"<literal>asc</literal>\" as file extension."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
diff --git a/doc/po/it.po b/doc/po/it.po
index 83e5f638e..85283aa72 100644
--- a/doc/po/it.po
+++ b/doc/po/it.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-11-11 23:29+0100\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2015-12-27 21:26+0200\n"
"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
@@ -2767,6 +2767,30 @@ msgstr ""
#. type: Content of: <refentry><refsect1><title>
#: apt-key.8.xml
+msgid "Supported keyring files"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"apt-key supports only the binary OpenPGP format (also known as \"GPG key "
+"public ring\") in files with the \"<literal>gpg</literal>\" extension, not "
+"the keybox database format introduced in newer &gpg; versions as default for "
+"keyring files. Binary keyring files intended to be used with any apt version "
+"should therefore always be created with <command>gpg --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"Alternatively, if all systems which should be using the created keyring have "
+"at least apt version >= 1.4 installed, you can use the ASCII armored format "
+"with the \"<literal>asc</literal>\" extension instead which can be created "
+"with <command>gpg --armor --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><title>
+#: apt-key.8.xml
msgid "Commands"
msgstr "Comandi"
@@ -2796,10 +2820,10 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-key.8.xml
msgid ""
-"Instead of using this command a keyring can be placed directly in the "
-"<filename>/etc/apt/trusted.gpg.d/</filename> directory with a descriptive "
-"name (same rules for filename apply as for &apt-conf; files) and "
-"\"<literal>gpg</literal>\" as file extension."
+"<emphasis>Note</emphasis>: Instead of using this command a keyring should be "
+"placed directly in the <filename>/etc/apt/trusted.gpg.d/</filename> "
+"directory with a descriptive name and either \"<literal>gpg</literal>\" or "
+"\"<literal>asc</literal>\" as file extension."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
diff --git a/doc/po/ja.po b/doc/po/ja.po
index 5641ee4f4..84d25ec5e 100644
--- a/doc/po/ja.po
+++ b/doc/po/ja.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.3\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-11-11 23:29+0100\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2016-09-03 03:30+0900\n"
"Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -2665,6 +2665,30 @@ msgstr ""
#. type: Content of: <refentry><refsect1><title>
#: apt-key.8.xml
+msgid "Supported keyring files"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"apt-key supports only the binary OpenPGP format (also known as \"GPG key "
+"public ring\") in files with the \"<literal>gpg</literal>\" extension, not "
+"the keybox database format introduced in newer &gpg; versions as default for "
+"keyring files. Binary keyring files intended to be used with any apt version "
+"should therefore always be created with <command>gpg --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"Alternatively, if all systems which should be using the created keyring have "
+"at least apt version >= 1.4 installed, you can use the ASCII armored format "
+"with the \"<literal>asc</literal>\" extension instead which can be created "
+"with <command>gpg --armor --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><title>
+#: apt-key.8.xml
msgid "Commands"
msgstr "コマンド"
@@ -2692,11 +2716,17 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-key.8.xml
-msgid ""
-"Instead of using this command a keyring can be placed directly in the "
-"<filename>/etc/apt/trusted.gpg.d/</filename> directory with a descriptive "
-"name (same rules for filename apply as for &apt-conf; files) and "
-"\"<literal>gpg</literal>\" as file extension."
+#, fuzzy
+#| msgid ""
+#| "Instead of using this command a keyring can be placed directly in the "
+#| "<filename>/etc/apt/trusted.gpg.d/</filename> directory with a descriptive "
+#| "name (same rules for filename apply as for &apt-conf; files) and "
+#| "\"<literal>gpg</literal>\" as file extension."
+msgid ""
+"<emphasis>Note</emphasis>: Instead of using this command a keyring should be "
+"placed directly in the <filename>/etc/apt/trusted.gpg.d/</filename> "
+"directory with a descriptive name and either \"<literal>gpg</literal>\" or "
+"\"<literal>asc</literal>\" as file extension."
msgstr ""
"このコマンドを使う代わりに、キーリングに記述的な名前 (ファイル名については "
"&apt-conf; ファイルと同一の規則が適用されます) を付け、ファイルの拡張子を"
diff --git a/doc/po/nl.po b/doc/po/nl.po
index 7626e3c55..f63a0bbd9 100644
--- a/doc/po/nl.po
+++ b/doc/po/nl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.3~rc4-nl\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-11-11 23:29+0100\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2016-09-16 17:33+0200\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -2807,6 +2807,30 @@ msgstr ""
#. type: Content of: <refentry><refsect1><title>
#: apt-key.8.xml
+msgid "Supported keyring files"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"apt-key supports only the binary OpenPGP format (also known as \"GPG key "
+"public ring\") in files with the \"<literal>gpg</literal>\" extension, not "
+"the keybox database format introduced in newer &gpg; versions as default for "
+"keyring files. Binary keyring files intended to be used with any apt version "
+"should therefore always be created with <command>gpg --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"Alternatively, if all systems which should be using the created keyring have "
+"at least apt version >= 1.4 installed, you can use the ASCII armored format "
+"with the \"<literal>asc</literal>\" extension instead which can be created "
+"with <command>gpg --armor --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><title>
+#: apt-key.8.xml
msgid "Commands"
msgstr "Commando's"
@@ -2837,11 +2861,17 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-key.8.xml
-msgid ""
-"Instead of using this command a keyring can be placed directly in the "
-"<filename>/etc/apt/trusted.gpg.d/</filename> directory with a descriptive "
-"name (same rules for filename apply as for &apt-conf; files) and "
-"\"<literal>gpg</literal>\" as file extension."
+#, fuzzy
+#| msgid ""
+#| "Instead of using this command a keyring can be placed directly in the "
+#| "<filename>/etc/apt/trusted.gpg.d/</filename> directory with a descriptive "
+#| "name (same rules for filename apply as for &apt-conf; files) and "
+#| "\"<literal>gpg</literal>\" as file extension."
+msgid ""
+"<emphasis>Note</emphasis>: Instead of using this command a keyring should be "
+"placed directly in the <filename>/etc/apt/trusted.gpg.d/</filename> "
+"directory with a descriptive name and either \"<literal>gpg</literal>\" or "
+"\"<literal>asc</literal>\" as file extension."
msgstr ""
"In plaats van dit commando te gebruiken, kunt u rechtstreeks in de map "
"<filename>/etc/apt/trusted.gpg.d/</filename> een sleutelbos plaatsen met een "
@@ -2913,10 +2943,11 @@ msgid ""
msgstr ""
"Merk op dat een distributie dit commando niet langer hoeft en ook niet zou "
"mogen gebruiken. In plaats daarvan moeten rechtstreeks sleutelbosbestanden "
-"meegeleverd worden in de map <filename>/etc/apt/trusted.gpg.d/</filename>. Dit "
-"voorkomt dat het pakket <package>gnupg</package> een vereiste is, en zowel "
-"voor pakketonderhouders als voor gebruikers is het makkelijker om sleutels "
-"te beheren door eenvoudigweg bestanden toe te voegen of te verwijderen."
+"meegeleverd worden in de map <filename>/etc/apt/trusted.gpg.d/</filename>. "
+"Dit voorkomt dat het pakket <package>gnupg</package> een vereiste is, en "
+"zowel voor pakketonderhouders als voor gebruikers is het makkelijker om "
+"sleutels te beheren door eenvoudigweg bestanden toe te voegen of te "
+"verwijderen."
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-key.8.xml
diff --git a/doc/po/pl.po b/doc/po/pl.po
index d78440251..c91f75a7b 100644
--- a/doc/po/pl.po
+++ b/doc/po/pl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-11-11 23:29+0100\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2014-07-04 02:13+0200\n"
"Last-Translator: Robert Luberda <robert@debian.org>\n"
"Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n"
@@ -2849,6 +2849,30 @@ msgstr ""
#. type: Content of: <refentry><refsect1><title>
#: apt-key.8.xml
+msgid "Supported keyring files"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"apt-key supports only the binary OpenPGP format (also known as \"GPG key "
+"public ring\") in files with the \"<literal>gpg</literal>\" extension, not "
+"the keybox database format introduced in newer &gpg; versions as default for "
+"keyring files. Binary keyring files intended to be used with any apt version "
+"should therefore always be created with <command>gpg --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"Alternatively, if all systems which should be using the created keyring have "
+"at least apt version >= 1.4 installed, you can use the ASCII armored format "
+"with the \"<literal>asc</literal>\" extension instead which can be created "
+"with <command>gpg --armor --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><title>
+#: apt-key.8.xml
msgid "Commands"
msgstr "Polecenia"
@@ -2874,10 +2898,10 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-key.8.xml
msgid ""
-"Instead of using this command a keyring can be placed directly in the "
-"<filename>/etc/apt/trusted.gpg.d/</filename> directory with a descriptive "
-"name (same rules for filename apply as for &apt-conf; files) and "
-"\"<literal>gpg</literal>\" as file extension."
+"<emphasis>Note</emphasis>: Instead of using this command a keyring should be "
+"placed directly in the <filename>/etc/apt/trusted.gpg.d/</filename> "
+"directory with a descriptive name and either \"<literal>gpg</literal>\" or "
+"\"<literal>asc</literal>\" as file extension."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
diff --git a/doc/po/pt.po b/doc/po/pt.po
index 6cd68840c..5d0e189fc 100644
--- a/doc/po/pt.po
+++ b/doc/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.7\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-11-11 23:29+0100\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2014-08-29 00:34+0100\n"
"Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -2746,6 +2746,30 @@ msgstr ""
#. type: Content of: <refentry><refsect1><title>
#: apt-key.8.xml
+msgid "Supported keyring files"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"apt-key supports only the binary OpenPGP format (also known as \"GPG key "
+"public ring\") in files with the \"<literal>gpg</literal>\" extension, not "
+"the keybox database format introduced in newer &gpg; versions as default for "
+"keyring files. Binary keyring files intended to be used with any apt version "
+"should therefore always be created with <command>gpg --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"Alternatively, if all systems which should be using the created keyring have "
+"at least apt version >= 1.4 installed, you can use the ASCII armored format "
+"with the \"<literal>asc</literal>\" extension instead which can be created "
+"with <command>gpg --armor --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><title>
+#: apt-key.8.xml
msgid "Commands"
msgstr "Comandos"
@@ -2771,10 +2795,10 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-key.8.xml
msgid ""
-"Instead of using this command a keyring can be placed directly in the "
-"<filename>/etc/apt/trusted.gpg.d/</filename> directory with a descriptive "
-"name (same rules for filename apply as for &apt-conf; files) and "
-"\"<literal>gpg</literal>\" as file extension."
+"<emphasis>Note</emphasis>: Instead of using this command a keyring should be "
+"placed directly in the <filename>/etc/apt/trusted.gpg.d/</filename> "
+"directory with a descriptive name and either \"<literal>gpg</literal>\" or "
+"\"<literal>asc</literal>\" as file extension."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po
index 03cc7c7e2..0cccab459 100644
--- a/doc/po/pt_BR.po
+++ b/doc/po/pt_BR.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-11-11 23:29+0100\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2004-09-20 17:02+0000\n"
"Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
"Language-Team: <debian-l10n-portuguese@lists.debian.org>\n"
@@ -1905,6 +1905,30 @@ msgstr ""
#. type: Content of: <refentry><refsect1><title>
#: apt-key.8.xml
+msgid "Supported keyring files"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"apt-key supports only the binary OpenPGP format (also known as \"GPG key "
+"public ring\") in files with the \"<literal>gpg</literal>\" extension, not "
+"the keybox database format introduced in newer &gpg; versions as default for "
+"keyring files. Binary keyring files intended to be used with any apt version "
+"should therefore always be created with <command>gpg --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: apt-key.8.xml
+msgid ""
+"Alternatively, if all systems which should be using the created keyring have "
+"at least apt version >= 1.4 installed, you can use the ASCII armored format "
+"with the \"<literal>asc</literal>\" extension instead which can be created "
+"with <command>gpg --armor --export</command>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><title>
+#: apt-key.8.xml
msgid "Commands"
msgstr ""
@@ -1927,10 +1951,10 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-key.8.xml
msgid ""
-"Instead of using this command a keyring can be placed directly in the "
-"<filename>/etc/apt/trusted.gpg.d/</filename> directory with a descriptive "
-"name (same rules for filename apply as for &apt-conf; files) and "
-"\"<literal>gpg</literal>\" as file extension."
+"<emphasis>Note</emphasis>: Instead of using this command a keyring should be "
+"placed directly in the <filename>/etc/apt/trusted.gpg.d/</filename> "
+"directory with a descriptive name and either \"<literal>gpg</literal>\" or "
+"\"<literal>asc</literal>\" as file extension."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml
index d3e74bbdf..dd057eb32 100644
--- a/doc/sources.list.5.xml
+++ b/doc/sources.list.5.xml
@@ -14,7 +14,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2016-09-20T00:00:00Z</date>
+ <date>2016-11-25T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/po/apt-all.pot b/po/apt-all.pot
index dd4a4a854..b7e9efc23 100644
--- a/po/apt-all.pot
+++ b/po/apt-all.pot
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: apt 1.3.1\n"
+"Project-Id-Version: apt 1.4~beta1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-11-11 22:21+0100\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -773,6 +773,7 @@ msgstr ""
msgid "Sub-process %s received signal %u."
msgstr ""
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1039,6 +1040,7 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/ar.po b/po/ar.po
index 9ab526738..f5151dbbe 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2006-10-20 21:28+0300\n"
"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
"Language-Team: Arabic <support@arabeyes.org>\n"
@@ -781,6 +781,7 @@ msgstr ""
msgid "Sub-process %s received signal %u."
msgstr ""
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1050,6 +1051,7 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, fuzzy, c-format
msgid "Installing %s"
diff --git a/po/ast.po b/po/ast.po
index 59078a52b..2f5dc38d4 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.7.18\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2010-10-02 23:35+0100\n"
"Last-Translator: Iñigo Varela <ivarela@softastur.org>\n"
"Language-Team: Asturian (ast)\n"
@@ -801,6 +801,7 @@ msgstr "El subprocesu %s recibió un fallu de segmentación."
msgid "Sub-process %s received signal %u."
msgstr "El subprocesu %s recibió una señal %u."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1076,6 +1077,7 @@ msgstr ""
msgid "Not locked"
msgstr "Non bloquiáu"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/bg.po b/po/bg.po
index 53a26ee01..3353a8d1a 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.7.21\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2012-06-25 17:23+0300\n"
"Last-Translator: Damyan Ivanov <dmn@debian.org>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@@ -817,6 +817,7 @@ msgstr "Нарушение на защитата на паметта (segmentati
msgid "Sub-process %s received signal %u."
msgstr "Под-процесът %s получи сигнал %u."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1096,6 +1097,7 @@ msgstr ""
msgid "Not locked"
msgstr "Без заключване"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/bs.po b/po/bs.po
index 2a6b48c52..b4a6b97c1 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2004-05-06 15:25+0100\n"
"Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n"
"Language-Team: Bosnian <lokal@lugbih.org>\n"
@@ -778,6 +778,7 @@ msgstr ""
msgid "Sub-process %s received signal %u."
msgstr ""
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1047,6 +1048,7 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, fuzzy, c-format
msgid "Installing %s"
diff --git a/po/ca.po b/po/ca.po
index 9bd7d7786..c236bc318 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.9.7.6\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2012-10-19 13:30+0200\n"
"Last-Translator: Jordi Mallach <jordi@debian.org>\n"
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@@ -819,6 +819,7 @@ msgstr "El sub-procés %s ha rebut una violació de segment."
msgid "Sub-process %s received signal %u."
msgstr "El sub-procés %s ha rebut un senyal %u."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1095,6 +1096,7 @@ msgstr ""
msgid "Not locked"
msgstr "No blocat"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/cs.po b/po/cs.po
index dd4815af2..fd3e8f2cc 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2015-08-29 15:24+0200\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
@@ -806,6 +806,7 @@ msgstr "Podproces %s obdržel chybu segmentace."
msgid "Sub-process %s received signal %u."
msgstr "Podproces %s obdržel signál %u."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1076,6 +1077,7 @@ msgstr "dpkg byl přerušen, pro nápravu problému musíte ručně spustit „%
msgid "Not locked"
msgstr "Není uzamčen"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/cy.po b/po/cy.po
index d98107c89..0ac298de5 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2005-06-06 13:46+0100\n"
"Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n"
"Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n"
@@ -802,6 +802,7 @@ msgstr "Derbyniodd is-broses %s wall segmentu."
msgid "Sub-process %s received signal %u."
msgstr "Derbyniodd is-broses %s wall segmentu."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1075,6 +1076,7 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, fuzzy, c-format
msgid "Installing %s"
diff --git a/po/da.po b/po/da.po
index 8b211aaf7..0d0db74f0 100644
--- a/po/da.po
+++ b/po/da.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2014-07-06 23:51+0200\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -802,6 +802,7 @@ msgstr "Underprocessen %s modtog en segmenteringsfejl."
msgid "Sub-process %s received signal %u."
msgstr "Underprocessen %s modtog en signal %u."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1075,6 +1076,7 @@ msgstr "dpkg blev afbrudt, du skal manuelt køre »%s« for at rette problemet."
msgid "Not locked"
msgstr "Ikke låst"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/de.po b/po/de.po
index bd626c552..eefacea75 100644
--- a/po/de.po
+++ b/po/de.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.8\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2014-09-19 13:04+0100\n"
"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
"Language-Team: Debian German <debian-l10n-german@lists.debian.org>\n"
@@ -827,6 +827,7 @@ msgstr "Unterprozess %s hat einen Speicherzugriffsfehler empfangen."
msgid "Sub-process %s received signal %u."
msgstr "Unterprozess %s hat das Signal %u empfangen."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1108,6 +1109,7 @@ msgstr ""
msgid "Not locked"
msgstr "Nicht gesperrt"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/dz.po b/po/dz.po
index 1685d032e..89b46b99f 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2006-09-19 09:49+0530\n"
"Last-Translator: Kinley Tshering <gasepkuenden2k3@hotmail.com>\n"
"Language-Team: Dzongkha <pgeyleg@dit.gov.bt>\n"
@@ -790,6 +790,7 @@ msgstr "ཡན་ལག་ལས་སྦྱོར་%s་ལུ་ཆ་བག
msgid "Sub-process %s received signal %u."
msgstr "ཡན་ལག་ལས་སྦྱོར་%s་ལུ་ཆ་བགོས་ཀྱི་སྐྱོན་ཅིག་ཐོབ་ཡོདཔ་ཨིན།"
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1059,6 +1060,7 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, fuzzy, c-format
msgid "Installing %s"
diff --git a/po/el.po b/po/el.po
index f7a89abd1..41403ca8c 100644
--- a/po/el.po
+++ b/po/el.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2008-08-26 18:25+0300\n"
"Last-Translator: Θανάσης Νάτσης <natsisthanasis@gmail.com>\n"
"Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n"
@@ -808,6 +808,7 @@ msgstr "Η υποδιεργασία %s έλαβε ένα σφάλμα καταμ
msgid "Sub-process %s received signal %u."
msgstr "Η υποδιεργασία %s έλαβε ένα σφάλμα καταμερισμού (segfault)"
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1077,6 +1078,7 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/es.po b/po/es.po
index 0e6fb98d7..a6b268bc3 100644
--- 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-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2016-01-26 01:51+0100\n"
"Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox."
"org>\n"
@@ -905,6 +905,7 @@ msgstr "El subproceso %s recibió un fallo de segmentación."
msgid "Sub-process %s received signal %u."
msgstr "El subproceso %s recibió la señal %u."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1189,6 +1190,7 @@ msgstr ""
msgid "Not locked"
msgstr "No bloqueado"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/eu.po b/po/eu.po
index a967934aa..085e592d6 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2009-05-17 00:41+0200\n"
"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
"Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n"
@@ -792,6 +792,7 @@ msgstr "%s azpiprozesuak segmentaziuo hutsegitea jaso du."
msgid "Sub-process %s received signal %u."
msgstr "%s azpiprozesuak segmentaziuo hutsegitea jaso du."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1062,6 +1063,7 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/fi.po b/po/fi.po
index ec61634a7..ccf82c06d 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2008-12-11 14:52+0200\n"
"Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -788,6 +788,7 @@ msgstr "Aliprosessi %s aiheutti suojausvirheen."
msgid "Sub-process %s received signal %u."
msgstr "Aliprosessi %s aiheutti suojausvirheen."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1056,6 +1057,7 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/fr.po b/po/fr.po
index d3948ca9c..6f00ad90e 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2013-12-15 16:45+0100\n"
"Last-Translator: Julien Patriarca <leatherface@debian.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -836,6 +836,7 @@ msgstr "Le sous-processus %s a commis une violation d'accès mémoire"
msgid "Sub-process %s received signal %u."
msgstr "Le sous-processus %s a reçu le signal %u"
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1115,6 +1116,7 @@ msgstr ""
msgid "Not locked"
msgstr "Non verrouillé"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/gl.po b/po/gl.po
index 747678c48..961c54923 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2011-05-12 15:28+0100\n"
"Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n"
"Language-Team: galician <proxecto@trasno.net>\n"
@@ -820,6 +820,7 @@ msgstr "O subproceso %s recibiu un fallo de segmento."
msgid "Sub-process %s received signal %u."
msgstr "O subproceso %s recibiu o sinal %u."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1097,6 +1098,7 @@ msgstr ""
msgid "Not locked"
msgstr "Non está bloqueado"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/hu.po b/po/hu.po
index bfef5673d..20a9a0bfa 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\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"
@@ -834,6 +834,7 @@ msgstr "%s alfolyamat szegmentálási hibát okozott."
msgid "Sub-process %s received signal %u."
msgstr "A(z) %s alfolyamat %u számú szignált kapott."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1121,6 +1122,7 @@ msgstr ""
msgid "Not locked"
msgstr "Nincs zárolva"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/it.po b/po/it.po
index e396beb69..6c1165175 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2015-04-07 16:51+0100\n"
"Last-Translator: Milo Casagrande <milo@milo.name>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -831,6 +831,7 @@ msgstr "Il sottoprocesso %s ha ricevuto un segmentation fault."
msgid "Sub-process %s received signal %u."
msgstr "Il sottoprocesso %s ha ricevuto il segnale %u."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1110,6 +1111,7 @@ msgstr ""
msgid "Not locked"
msgstr "Non bloccato"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/ja.po b/po/ja.po
index eec6163ba..f22bf332e 100644
--- 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-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\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"
@@ -839,6 +839,7 @@ msgstr "子プロセス %s がセグメンテーション違反を受け取り
msgid "Sub-process %s received signal %u."
msgstr "子プロセス %s がシグナル %u を受け取りました。"
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1118,6 +1119,7 @@ msgstr ""
msgid "Not locked"
msgstr "ロックされていません"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/km.po b/po/km.po
index e13828526..f63709df4 100644
--- a/po/km.po
+++ b/po/km.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2006-10-10 09:48+0700\n"
"Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n"
"Language-Team: Khmer <support@khmeros.info>\n"
@@ -788,6 +788,7 @@ msgstr "ដំណើរការ​រង​ %s បាន​ទទួល​ក
msgid "Sub-process %s received signal %u."
msgstr "ដំណើរការ​រង​ %s បាន​ទទួល​កំហុស​ការ​ចែកជាចម្រៀក​ ។"
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1057,6 +1058,7 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, fuzzy, c-format
msgid "Installing %s"
diff --git a/po/ko.po b/po/ko.po
index fd772cf3f..34c4c3ac5 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2010-08-30 02:31+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
@@ -789,6 +789,7 @@ msgstr "하위 프로세스 %s 프로세스가 세그멘테이션 오류를 받
msgid "Sub-process %s received signal %u."
msgstr "하위 프로세스 %s 프로세스가 %u번 시그널을 받았습니다."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1061,6 +1062,7 @@ msgstr ""
msgid "Not locked"
msgstr "잠기지 않음"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/ku.po b/po/ku.po
index afa163c9e..08aeb6f97 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2008-05-08 12:48+0200\n"
"Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n"
"Language-Team: ku <ubuntu-l10n-kur@lists.ubuntu.com>\n"
@@ -781,6 +781,7 @@ msgstr ""
msgid "Sub-process %s received signal %u."
msgstr ""
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1050,6 +1051,7 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, fuzzy, c-format
msgid "Installing %s"
diff --git a/po/lt.po b/po/lt.po
index 8850f01ac..656f6eb76 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2008-08-02 01:47-0400\n"
"Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@@ -783,6 +783,7 @@ msgstr "Procesas %s gavo segmentavimo klaidą"
msgid "Sub-process %s received signal %u."
msgstr "Procesas %s gavo segmentavimo klaidą"
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1052,6 +1053,7 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, fuzzy, c-format
msgid "Installing %s"
diff --git a/po/mr.po b/po/mr.po
index 39a1cf6f1..45040d8eb 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2008-11-20 23:27+0530\n"
"Last-Translator: Sampada <sampadanakhare@gmail.com>\n"
"Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India "
@@ -787,6 +787,7 @@ msgstr "%s उपक्रियेला सेगमेंटेशन दो
msgid "Sub-process %s received signal %u."
msgstr "%s उपक्रियेला सेगमेंटेशन दोष प्राप्त झाला."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1055,6 +1056,7 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/nb.po b/po/nb.po
index 8a05533b4..53f9e23e3 100644
--- 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-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\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"
@@ -803,6 +803,7 @@ msgstr "Underprosessen %s mottok et minnefeilsignal."
msgid "Sub-process %s received signal %u."
msgstr "Underprosessen %s mottok signalet %u."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1076,6 +1077,7 @@ msgstr "dpkg ble avbrutt. Du må kjøre «%s» manuelt for å rette problemet,"
msgid "Not locked"
msgstr "Ikke låst"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/ne.po b/po/ne.po
index 2d762c5ee..87f8ddfaa 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2006-06-12 14:35+0545\n"
"Last-Translator: Shiva Pokharel <pokharelshiva@hotmail.com>\n"
"Language-Team: Nepali <info@mpp.org.np>\n"
@@ -784,6 +784,7 @@ msgstr "सहायक प्रक्रिया %s ले खण्डिक
msgid "Sub-process %s received signal %u."
msgstr "सहायक प्रक्रिया %s ले खण्डिकरण गल्ति प्राप्त भयो ।"
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1053,6 +1054,7 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, fuzzy, c-format
msgid "Installing %s"
diff --git a/po/nl.po b/po/nl.po
index 3a3109afb..bf8436293 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1..3~rc4\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2016-09-16 10:56+0200\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -151,9 +151,8 @@ msgstr "Het bestand %s/%s overschrijft het bestand van pakket %s"
#. Only warn if there are no sources.list.d.
#. Only warn if there is no sources.list file.
#: apt-inst/extract.cc apt-pkg/acquire.cc apt-pkg/clean.cc
-#: apt-pkg/contrib/cdromutl.cc apt-pkg/contrib/fileutl.cc
-#: apt-pkg/deb/dpkgpm.cc apt-pkg/init.cc apt-pkg/policy.cc
-#: apt-pkg/sourcelist.cc methods/mirror.cc
+#: apt-pkg/contrib/cdromutl.cc apt-pkg/contrib/fileutl.cc apt-pkg/deb/dpkgpm.cc
+#: apt-pkg/init.cc apt-pkg/policy.cc apt-pkg/sourcelist.cc methods/mirror.cc
#, c-format
msgid "Unable to read %s"
msgstr "Kan %s niet lezen"
@@ -851,6 +850,7 @@ msgstr "Subproces %s ontving een segmentatiefout."
msgid "Sub-process %s received signal %u."
msgstr "Subproces %s ontving signaal %u."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1132,6 +1132,7 @@ msgstr ""
msgid "Not locked"
msgstr "Niet vergrendeld"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/nn.po b/po/nn.po
index c6c24c07b..4cb001c6f 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2005-02-14 23:30+0100\n"
"Last-Translator: Havard Korsvoll <korsvoll@skulelinux.no>\n"
"Language-Team: Norwegian nynorsk <i18n-nn@lister.ping.uio.no>\n"
@@ -792,6 +792,7 @@ msgstr "Underprosessen %s mottok ein segmenteringsfeil."
msgid "Sub-process %s received signal %u."
msgstr "Underprosessen %s mottok ein segmenteringsfeil."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1061,6 +1062,7 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, fuzzy, c-format
msgid "Installing %s"
diff --git a/po/pl.po b/po/pl.po
index fffecb673..1918c28ca 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.9.7.3\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2012-07-28 21:53+0200\n"
"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
@@ -820,6 +820,7 @@ msgstr "Podproces %s spowodował naruszenie ochrony pamięci."
msgid "Sub-process %s received signal %u."
msgstr "Podproces %s otrzymał sygnał %u."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1098,6 +1099,7 @@ msgstr ""
msgid "Not locked"
msgstr "Niezablokowany"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/pt.po b/po/pt.po
index 4e8a16ab0..0fe8a4614 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2012-06-29 15:45+0100\n"
"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -824,6 +824,7 @@ msgstr "O sub-processo %s recebeu uma falha de segmentação."
msgid "Sub-process %s received signal %u."
msgstr "O sub-processo %s recebeu o sinal %u."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1102,6 +1103,7 @@ msgstr ""
msgid "Not locked"
msgstr "Sem acesso exclusivo"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index b736797a7..068834598 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2008-11-17 02:33-0200\n"
"Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n"
"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
@@ -796,6 +796,7 @@ msgstr "Sub-processo %s recebeu uma falha de segmentação."
msgid "Sub-process %s received signal %u."
msgstr "Sub-processo %s recebeu uma falha de segmentação."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1064,6 +1065,7 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/ro.po b/po/ro.po
index f2d911b96..8199ae8e0 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2008-11-15 02:21+0200\n"
"Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n"
"Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n"
@@ -800,6 +800,7 @@ msgstr "Subprocesul %s a primit o eroare de segmentare."
msgid "Sub-process %s received signal %u."
msgstr "Subprocesul %s a primit o eroare de segmentare."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1068,6 +1069,7 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/ru.po b/po/ru.po
index 64ba0902f..b622a3007 100644
--- 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-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\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"
@@ -840,6 +840,7 @@ msgstr ""
msgid "Sub-process %s received signal %u."
msgstr "Порождённый процесс %s получил сигнал %u."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1120,6 +1121,7 @@ msgstr ""
msgid "Not locked"
msgstr "Не заблокирован"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/sk.po b/po/sk.po
index 4aae9435a..a16cdc0c8 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2012-06-28 20:49+0100\n"
"Last-Translator: Ivan Masár <helix84@centrum.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@@ -805,6 +805,7 @@ msgstr "Podproces %s obdržal chybu segmentácie."
msgid "Sub-process %s received signal %u."
msgstr "Podproces %s dostal signál %u."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1076,6 +1077,7 @@ msgstr "dpkg bol prerušený, musíte ručne opraviť problém spustením „%s
msgid "Not locked"
msgstr "Nie je zamknuté"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/sl.po b/po/sl.po
index cabf864a5..e7d116873 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2012-06-27 21:29+0000\n"
"Last-Translator: Andrej Znidarsic <andrej.znidarsic@gmail.com>\n"
"Language-Team: Slovenian <sl@li.org>\n"
@@ -804,6 +804,7 @@ msgstr "Pod-opravilo %s je prejelo segmentacijsko napako."
msgid "Sub-process %s received signal %u."
msgstr "Pod-opravilo %s je prejelo signal %u."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1075,6 +1076,7 @@ msgstr "dpkg je bil prekinjen. Za popravilo napake morate ročno pognati '%s'. "
msgid "Not locked"
msgstr "Ni zaklenjeno"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/sv.po b/po/sv.po
index c957a7dd4..a4f0eafa0 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2015-08-19 21:33+0200\n"
"Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
"Language-Team: Swedish <debian-l10n-swedish@debian.org>\n"
@@ -815,6 +815,7 @@ msgstr "Underprocessen %s råkade ut för ett segmenteringsfel."
msgid "Sub-process %s received signal %u."
msgstr "Underprocessen %s tog emot signal %u."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1089,6 +1090,7 @@ msgstr ""
msgid "Not locked"
msgstr "Inte låst"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/th.po b/po/th.po
index 301c6386b..54af3b449 100644
--- a/po/th.po
+++ b/po/th.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2014-12-12 13:00+0700\n"
"Last-Translator: Theppitak Karoonboonyanan <thep@debian.org>\n"
"Language-Team: Thai <thai-l10n@googlegroups.com>\n"
@@ -791,6 +791,7 @@ msgstr "โพรเซสย่อย %s เกิดข้อผิดพล
msgid "Sub-process %s received signal %u."
msgstr "โพรเซสย่อย %s ได้รับสัญญาณ %u"
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1059,6 +1060,7 @@ msgstr "dpkg ถูกขัดจังหวะ คุณต้องเรี
msgid "Not locked"
msgstr "ไม่ได้ล็อคอยู่"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/tl.po b/po/tl.po
index 9fd03412f..ca07e5012 100644
--- a/po/tl.po
+++ b/po/tl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2007-03-29 21:36+0800\n"
"Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
"Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"
@@ -804,6 +804,7 @@ msgstr "Nakatanggap ang sub-process %s ng segmentation fault."
msgid "Sub-process %s received signal %u."
msgstr "Nakatanggap ang sub-process %s ng segmentation fault."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1073,6 +1074,7 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, fuzzy, c-format
msgid "Installing %s"
diff --git a/po/tr.po b/po/tr.po
index 5c2751ba6..d1977866f 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2016-09-24 03:24+0300\n"
"Last-Translator: Mert Dirik <mertdirik@gmail.com>\n"
"Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n"
@@ -149,9 +149,8 @@ msgstr "%s/%s dosyası %s paketindeki aynı adlı dosyanın üzerine yazmak isti
#. Only warn if there are no sources.list.d.
#. Only warn if there is no sources.list file.
#: apt-inst/extract.cc apt-pkg/acquire.cc apt-pkg/clean.cc
-#: apt-pkg/contrib/cdromutl.cc apt-pkg/contrib/fileutl.cc
-#: apt-pkg/deb/dpkgpm.cc apt-pkg/init.cc apt-pkg/policy.cc
-#: apt-pkg/sourcelist.cc methods/mirror.cc
+#: apt-pkg/contrib/cdromutl.cc apt-pkg/contrib/fileutl.cc apt-pkg/deb/dpkgpm.cc
+#: apt-pkg/init.cc apt-pkg/policy.cc apt-pkg/sourcelist.cc methods/mirror.cc
#, c-format
msgid "Unable to read %s"
msgstr "%s okunamadı"
@@ -832,6 +831,7 @@ msgstr "%s altsüreci bir bölümleme hatası aldı (segmentation fault)."
msgid "Sub-process %s received signal %u."
msgstr "%s altsüreci %u sinyali aldı."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1108,6 +1108,7 @@ msgstr ""
msgid "Not locked"
msgstr "Kilitlenmemiş"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/uk.po b/po/uk.po
index 4d46be0ac..ffe89b8ce 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2012-09-25 20:19+0300\n"
"Last-Translator: A. Bondarenko <artem.brz@gmail.com>\n"
"Language-Team: Українська <uk@li.org>\n"
@@ -822,6 +822,7 @@ msgstr "Підпроцес %s отримав 'segmentation fault' (фаталь
msgid "Sub-process %s received signal %u."
msgstr "Підпроцес %s отримав сигнал %u."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1097,6 +1098,7 @@ msgstr ""
msgid "Not locked"
msgstr "Не заблоковано"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/vi.po b/po/vi.po
index 80665d9a5..bb21d259f 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.8\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2014-09-12 13:48+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
@@ -812,6 +812,7 @@ msgstr "Tiến trình con %s đã nhận một lỗi phân đoạn."
msgid "Sub-process %s received signal %u."
msgstr "Tiến trình con %s đã nhận tín hiệu %u."
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1088,6 +1089,7 @@ msgstr ""
msgid "Not locked"
msgstr "Chưa được khoá"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 54cc25854..799c0445a 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.2.x\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\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"
@@ -795,6 +795,7 @@ msgstr "子进程 %s 发生了段错误"
msgid "Sub-process %s received signal %u."
msgstr "子进程 %s 收到信号 %u。"
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1063,6 +1064,7 @@ msgstr "dpkg 被中断,您必须手工运行 ‘%s’ 解决此问题。"
msgid "Not locked"
msgstr "未锁定"
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 63f09de2f..fbdf68844 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.2.X\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-30 22:20+0200\n"
+"POT-Creation-Date: 2016-11-25 23:46+0100\n"
"PO-Revision-Date: 2009-01-28 10:41+0800\n"
"Last-Translator: Tetralet <tetralet@gmail.com>\n"
"Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5@lists."
@@ -785,6 +785,7 @@ msgstr "子程序 %s 收到一個記憶體錯誤。"
msgid "Sub-process %s received signal %u."
msgstr "子程序 %s 收到一個記憶體錯誤。"
+#. we forward the statuscode, so don't generate a message on the fd in this case
#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
#, c-format
msgid "Sub-process %s returned an error code (%u)"
@@ -1055,6 +1056,7 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Installing %s"