]> git.saurik.com Git - apt.git/commitdiff
Release 1.4~beta1 1.4_beta1
authorJulian Andres Klode <jak@debian.org>
Fri, 25 Nov 2016 22:47:08 +0000 (23:47 +0100)
committerJulian Andres Klode <jak@debian.org>
Fri, 25 Nov 2016 22:50:48 +0000 (23:50 +0100)
64 files changed:
CMakeLists.txt
debian/NEWS
debian/changelog
doc/apt-cache.8.xml
doc/apt-ftparchive.1.xml
doc/apt-get.8.xml
doc/apt-key.8.xml
doc/apt-verbatim.ent
doc/apt.conf.5.xml
doc/po/apt-doc.pot
doc/po/de.po
doc/po/es.po
doc/po/fr.po
doc/po/it.po
doc/po/ja.po
doc/po/nl.po
doc/po/pl.po
doc/po/pt.po
doc/po/pt_BR.po
doc/sources.list.5.xml
po/apt-all.pot
po/ar.po
po/ast.po
po/bg.po
po/bs.po
po/ca.po
po/cs.po
po/cy.po
po/da.po
po/de.po
po/dz.po
po/el.po
po/es.po
po/eu.po
po/fi.po
po/fr.po
po/gl.po
po/hu.po
po/it.po
po/ja.po
po/km.po
po/ko.po
po/ku.po
po/lt.po
po/mr.po
po/nb.po
po/ne.po
po/nl.po
po/nn.po
po/pl.po
po/pt.po
po/pt_BR.po
po/ro.po
po/ru.po
po/sk.po
po/sl.po
po/sv.po
po/th.po
po/tl.po
po/tr.po
po/uk.po
po/vi.po
po/zh_CN.po
po/zh_TW.po

index 19d87280fb43b9a44393cb3b29f25483ceda5201..d97ff011117b3755a3a9992245ad3ffbc66d44a2 100644 (file)
@@ -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
index 2c2b33c10052e88b3863d1919dfe471f81188bfd..67275f6e4b9ac9b54b2263276a94a0387e5031f2 100644 (file)
@@ -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
index 1ab3c10175e491f27d5969065545e2d6d2c23a16..9cfdcaa45d8d0cc70fa8ed4b0467d266d6f58056 100644 (file)
@@ -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 ]
index b8e5153624ef1266994a2d2167f04566ef754d16..5726e00f20392ede273a08212fb4fcfc55417d74 100644 (file)
@@ -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>
index 66d4b4f34d83b4885324a329873eb7f77cc87c4d..0a9305132a62d305fa7e2234b138abebf9ea4a0c 100644 (file)
@@ -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>
index a56c7ba629dca0897fc68d2670a8963d15c97ecb..ff7b38e97eeaca2f557c5edb686092dbbd1b8534 100644 (file)
@@ -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>
index 6c639a67410ddaf82c9be6245136651e16b718de..eacd18d4d355a4bcc234cadd29f13893d5e92908 100644 (file)
@@ -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>
index 6c371362b3da4d569fe5767cf77ea59363d998b9..924341d9d9bee6e91f3d05bfcf00f20851b217f9 100644 (file)
 ">
 
 <!-- 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">
index 9a000639840634d92fdfadc3a8772e983136f909..260c66c4610bfeee7094b475f092df5b05d786b1 100644 (file)
@@ -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>
index fdccbada53b3a6787b67d452db5eaa88143146de..cdb4bec40c8985000d64b5ec377650b23e524f86 100644 (file)
@@ -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"
@@ -1936,6 +1936,30 @@ msgid ""
 "generates warnings on stderr in these cases."
 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"
@@ -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>
index 0e330433222fe5d88e2b6f2ae47584dc226a2352..e78a7e233ee29d2692a2ccb9f6c9b4b3f81b29b6 100644 (file)
@@ -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"
@@ -2732,6 +2732,30 @@ msgstr ""
 "Benutzung zu erkennen und in diesen Fällen Warnungen auf der "
 "Standardfehlerausgabe erzeugen."
 
+#. 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"
@@ -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
index 2d550dcd04444f3cf7961380a5930854266dcf41..1ea8259cadc89c37a618d235913ed2dbd18f8e3f 100644 (file)
@@ -38,7 +38,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-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"
@@ -2802,6 +2802,30 @@ msgid ""
 "to detect such usage and generates warnings on stderr in these cases."
 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"
@@ -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>
index 0f4fe83685ee1fce35f703c4520ae659e34fa854..bc28277d5ebda4e3eea3edce50e7e27359ea1d57 100644 (file)
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-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"
@@ -2731,6 +2731,30 @@ msgid ""
 "to detect such usage and generates warnings on stderr in these cases."
 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"
@@ -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>
index 83e5f638e17a6ce81400bd43db9da8d693eabe98..85283aa726eb761916126ceee5f46d9cf95f2c9a 100644 (file)
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-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"
@@ -2765,6 +2765,30 @@ msgid ""
 "to detect such usage and generates warnings on stderr in these cases."
 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"
@@ -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>
index 5641ee4f417f4c57271872e881ce6e9ec1a79d36..84d25ec5e7a1ee8f4f808783c4371cb8c2c79410 100644 (file)
@@ -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"
@@ -2663,6 +2663,30 @@ msgstr ""
 "変わるということになります。<command>apt-key</command> はそういった使い方の検"
 "出を試み、その場合には標準エラーに警告を出します。"
 
+#. 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"
@@ -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; ファイルと同一の規則が適用されます) を付け、ファイルの拡張子を"
index 7626e3c5549eb5c7602ac065049f4f82ddc16864..f63a0bbd9548295aa89429dec5e5760651277c53 100644 (file)
@@ -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"
@@ -2805,6 +2805,30 @@ msgstr ""
 "zal een dergelijk gebruik trachten te detecteren en geeft in dergelijke "
 "gevallen waarschuwingen op de standaard foutuitvoer."
 
+#. 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"
@@ -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
index d784402514da4bbac79a1944df00bad41ef87322..c91f75a7b0e0e0a80e100588dc96b1f1680a95a0 100644 (file)
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-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"
@@ -2847,6 +2847,30 @@ msgid ""
 "to detect such usage and generates warnings on stderr in these cases."
 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"
@@ -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>
index 6cd68840c0e90c04c26cc5a706d70a16f39e5860..5d0e189fc388c7f632ed646fc17a4ff4f9335e0f 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.7\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-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"
@@ -2744,6 +2744,30 @@ msgid ""
 "to detect such usage and generates warnings on stderr in these cases."
 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"
@@ -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>
index 03cc7c7e2a7c0fc62c87320c41766fdea2ee3829..0cccab4593c1540ad9c4e90a51e609c8c20ceff3 100644 (file)
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-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"
@@ -1903,6 +1903,30 @@ msgid ""
 "to detect such usage and generates warnings on stderr in these cases."
 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"
@@ -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>
index d3e74bbdfad33c0e1fdd55f93c274b8d87c2b200..dd057eb325ee799a3513b9737d6a7f9efc676013 100644 (file)
@@ -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>
index dd4a4a854e5d736e138d36909ed7ea269b217072..b7e9efc2385ab85f08387da7c998fd84c4aa7f40 100644 (file)
@@ -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"
index 9ab5267389e722314fe95b5f60518c4733878798..f5151dbbed4ca57bc1335ff2b279dd3c53eaf999 100644 (file)
--- a/po/ar.po
+++ b/po/ar.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 59078a52b16a0f9d7491a9e5ca6ad2675ed79cde..2f5dc38d439977f371b6b76d87e19486d986bfd5 100644 (file)
--- a/po/ast.po
+++ b/po/ast.po
@@ -4,7 +4,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 0.7.18\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 53a26ee0193b25e6caad384559462817f542be77..3353a8d1a26d96d6e7b1668caeccf4dc69e99246 100644 (file)
--- a/po/bg.po
+++ b/po/bg.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 0.7.21\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 2a6b48c52dd3e459780dade9fb6181aa1a1d4cc4..b4a6b97c125e843140399dae3b81ccd6e6f02652 100644 (file)
--- a/po/bs.po
+++ b/po/bs.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 0.5.26\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 9bd7d7786349ca99fde4139fe2f052664544ef86..c236bc31802e70602832508bafffe6b72db985df 100644 (file)
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 0.9.7.6\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index dd4815af21810cda4484873909e048fa32ba9d27..fd3e8f2cc1ea4335e38df0fd4b3505dab6e1502f 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index d98107c89a3a43e792a9524ab554d948f9782768..0ac298de5e291666218a4cda12d9b0ff5c6af229 100644 (file)
--- a/po/cy.po
+++ b/po/cy.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 8b211aaf7d64cb1c7b47a9abb546e7a0ebc1b443..0d0db74f05e12e64e04428c937c8b3c3b41054e4 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index bd626c5528bd4b2642ab186ffef73f8c70602c16..eefacea75c5dccb0b11b6ed4613104bf57c166ad 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.8\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 1685d032e236bc162e19f17bfb7deadd1ad8fa65..89b46b99fb9ce682cf1f63518bae2540af11a948 100644 (file)
--- a/po/dz.po
+++ b/po/dz.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index f7a89abd151d2142caf0365086246e1caf7e7d08..41403ca8c5424dfe927ae38bcb54f3248eec5ea4 100644 (file)
--- a/po/el.po
+++ b/po/el.po
@@ -16,7 +16,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 0e6fb98d78d6e2a6917856cc17d61ccab8283ad4..a6b268bc35ef93b21e2e22efb76276a1e30afb46 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -34,7 +34,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 0.8.10\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index a967934aae12f3752df036a3b8a40d77ab94dbb0..085e592d691a564fb691c1f0060d2c650a65c7e6 100644 (file)
--- a/po/eu.po
+++ b/po/eu.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index ec61634a70c463f4bec73efce9e8ccd8e2646f30..ccf82c06d4259e613d2eaa8a101370c87fdd07f3 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 0.5.26\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index d3948ca9cd3f90ea74cdef959a2a18f4d39baff9..6f00ad90e4b21e7cd3686549947cb47061a62b15 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 747678c48aebac0bd7abca9d8862bb3cba4bfabe..961c54923ae36444547093007277e7377676fc79 100644 (file)
--- a/po/gl.po
+++ b/po/gl.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index bfef5673d8f4931f4d7f33fe935d3ad96e8e38c8..20a9a0bfafb4257b11e720be71c55f1e9164365c 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index e396beb69697b2fbccf407a82d8dc60aebd3266b..6c11651759b8c37206a732497a48cf8fba57489e 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index eec6163ba1cd7f16f86fffe3c8e245b49029f48c..f22bf332ec956ee5c195b497e413acd5f465c964 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.9.3\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index e138285262385a9056fa66f4d718b81be8115994..f63709df421fe53a9581d73f1452996b25e208c2 100644 (file)
--- a/po/km.po
+++ b/po/km.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index fd772cf3f0cfdb8952f668bff61cbaa6633712b1..34c4c3ac59165febb80bbc7a2784c197d9e5485f 100644 (file)
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index afa163c9ea9c6971759a54a1a486bfb993a879fd..08aeb6f97a2f1421e61143dfe65de646444ccf5d 100644 (file)
--- a/po/ku.po
+++ b/po/ku.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 8850f01ac502e895c0cdb823e2e303e7ccf6addb..656f6eb76bf634a17aba5fbf2952fde63cb1b492 100644 (file)
--- a/po/lt.po
+++ b/po/lt.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 39a1cf6f145f52e2982ad3d7e49b46953b636838..45040d8eb5492ca4121a7ba2a5bf8341006e275a 100644 (file)
--- a/po/mr.po
+++ b/po/mr.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 8a05533b422770b767da859c49a88409be3a31aa..53f9e23e3eaed1d0f4668e2ccf610949cb8f1412 100644 (file)
--- a/po/nb.po
+++ b/po/nb.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 2d762c5ee71a38e196e6aa493d6e2697d3e30047..87f8ddfaa21bbe8a95d75160fe86237fe7828203 100644 (file)
--- a/po/ne.po
+++ b/po/ne.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 3a3109afb896059a2fda9adeb865e0c0b04157c3..bf8436293427b75ea77ae6a6582eb0481a1936ff 100644 (file)
--- 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"
index c6c24c07b4efbe6ffa88b21680d2c5ee886f0e68..4cb001c6f7f0e455f1dcc8d488d1e84c661edbe9 100644 (file)
--- a/po/nn.po
+++ b/po/nn.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index fffecb6735a7674bb7e7d411df3ac6ee9c4d3f98..1918c28caf4999d08eb6861812c09a412d919d10 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 0.9.7.3\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 4e8a16ab0096a13145aed1ce1539a15f8413c30f..0fe8a4614059ddcdd2235ab9027b6fbebc2b8119 100644 (file)
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index b736797a7cd22ebbd87f3550ca69c69fd5eb636e..06883459827f8fdf8ab24c4b9bd5feaf64505ffb 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index f2d911b96cecc53534789e4aebbc6525db0f2cb7..8199ae8e0ff032e954ed9e57e01316ff7afea65e 100644 (file)
--- a/po/ro.po
+++ b/po/ro.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 64ba0902f3adcd68c46fc7f341144013666e17d6..b622a300793384a3d36de007b52330160de5bd5b 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.2.12\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 4aae9435ae6191080b03c4c6b407bc1819bd1820..a16cdc0c8f53bfb4cc37ef6af2bda487dfe2b8e9 100644 (file)
--- a/po/sk.po
+++ b/po/sk.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index cabf864a578dd8d9fb47b35fbe3c7ff38bba624c..e7d1168735bacc4d59067d959dc4a012a15b5e04 100644 (file)
--- a/po/sl.po
+++ b/po/sl.po
@@ -4,7 +4,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 0.5.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index c957a7dd4a22dcdf03fdc24cfe2310cf849c8088..a4f0eafa0996405f3847abe5b236e283dac9d3b7 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 301c6386b43d33f72f1bef1478bfe94726b5f0cf..54af3b449d5c54aef79abd49a219783d99179bb9 100644 (file)
--- a/po/th.po
+++ b/po/th.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 9fd03412fc3aacf0026bc38e9c167e2a5eddb6f7..ca07e5012a54e20c2726b02a774dd03d2badb1f8 100644 (file)
--- a/po/tl.po
+++ b/po/tl.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 5c2751ba6b5b8cab5254e8fe6e22c83a96a1869b..d1977866f814f4515a32dfcc56679a11a077aa62 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 4d46be0acf3691693c0140041fa2e45d13a12a6c..ffe89b8ceb516f9a980a8aa7da113ff051a33c98 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 80665d9a50366cd53ce03ce10d92549629936894..bb21d259fd2ca4f28b57fe14146a4b098977ef17 100644 (file)
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.8\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 54cc258546fcc147a2fd35b626e38faa9781cd9b..799c0445ae6630e950aadad7e3220b89b4168ecf 100644 (file)
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.2.x\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"
index 63f09de2feade50916547089380b33a1dd22cae1..fbdf688446d43a4f4b6b98280fdd8911616fa8ae 100644 (file)
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.2.X\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-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"