Pārlūkot izejas kodu

Release 1.3~rc2

Julian Andres Klode 10 gadi atpakaļ
vecāks
revīzija
43670e2ef8
60 mainītis faili ar 658 papildinājumiem un 229 dzēšanām
  1. 1 1
      CMakeLists.txt
  2. 29 0
      debian/changelog
  3. 1 1
      doc/apt-cache.8.xml
  4. 1 1
      doc/apt-get.8.xml
  5. 1 1
      doc/apt-verbatim.ent
  6. 1 1
      doc/apt.conf.5.xml
  7. 38 2
      doc/po/apt-doc.pot
  8. 42 1
      doc/po/de.po
  9. 42 1
      doc/po/es.po
  10. 42 1
      doc/po/fr.po
  11. 42 1
      doc/po/it.po
  12. 42 1
      doc/po/ja.po
  13. 42 1
      doc/po/nl.po
  14. 43 1
      doc/po/pl.po
  15. 42 1
      doc/po/pt.po
  16. 36 1
      doc/po/pt_BR.po
  17. 4 4
      po/apt-all.pot
  18. 5 5
      po/ar.po
  19. 5 5
      po/ast.po
  20. 5 5
      po/bg.po
  21. 3 3
      po/bs.po
  22. 5 5
      po/ca.po
  23. 5 5
      po/cs.po
  24. 5 5
      po/cy.po
  25. 5 5
      po/da.po
  26. 5 5
      po/de.po
  27. 5 5
      po/dz.po
  28. 5 5
      po/el.po
  29. 5 5
      po/es.po
  30. 5 5
      po/eu.po
  31. 5 5
      po/fi.po
  32. 5 5
      po/fr.po
  33. 5 5
      po/gl.po
  34. 5 5
      po/hu.po
  35. 5 5
      po/it.po
  36. 5 5
      po/ja.po
  37. 5 5
      po/km.po
  38. 5 5
      po/ko.po
  39. 3 3
      po/ku.po
  40. 3 3
      po/lt.po
  41. 5 5
      po/mr.po
  42. 5 5
      po/nb.po
  43. 5 5
      po/ne.po
  44. 5 5
      po/nl.po
  45. 5 5
      po/nn.po
  46. 5 5
      po/pl.po
  47. 5 5
      po/pt.po
  48. 5 5
      po/pt_BR.po
  49. 5 5
      po/ro.po
  50. 5 5
      po/ru.po
  51. 5 5
      po/sk.po
  52. 5 5
      po/sl.po
  53. 5 5
      po/sv.po
  54. 5 5
      po/th.po
  55. 5 5
      po/tl.po
  56. 5 5
      po/tr.po
  57. 5 5
      po/uk.po
  58. 5 5
      po/vi.po
  59. 5 5
      po/zh_CN.po
  60. 5 5
      po/zh_TW.po

+ 1 - 1
CMakeLists.txt

@@ -113,7 +113,7 @@ endif()
 # Configure some variables like package, version and architecture.
 # Configure some variables like package, version and architecture.
 set(PACKAGE ${PROJECT_NAME})
 set(PACKAGE ${PROJECT_NAME})
 set(PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>")
 set(PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>")
-set(PACKAGE_VERSION "1.3~rc1")
+set(PACKAGE_VERSION "1.3~rc2")
 
 
 if (NOT DEFINED COMMON_ARCH)
 if (NOT DEFINED COMMON_ARCH)
   execute_process(COMMAND dpkg-architecture -qDEB_HOST_ARCH
   execute_process(COMMAND dpkg-architecture -qDEB_HOST_ARCH

+ 29 - 0
debian/changelog

@@ -1,3 +1,32 @@
+apt (1.3~rc2) unstable; urgency=medium
+
+  [ Julian Andres Klode ]
+  * debian/NEWS: Get rid of 1.3~pre3+cmake1 entry.
+    Thanks to Axel Beckert for reporting
+  * CMake: Use COPYONLY instead of @ONLY
+  * fileutl: empty file support: Avoid fstat() on -1 fd and check result
+  * Change anonscm.d.o links to /git/apt/apt.git and https
+
+  [ David Kalnischkies ]
+  * don't perform int<float in progress bar drawing
+  * ensure a good clock() value for usage and tests
+  * drop incorrect const attribute from DirectoryExists (LP: 1473674)
+  * http(s): allow empty values for header fields (Closes: 834048)
+  * don't sent Range requests if we know its not accepted
+  * don't try pipelining if server closes connections (Closes: #832113)
+  * log with the failed item description, not with next try
+  * retry without same redirection mirror on 404 errors
+  * support getting only-uncompressed files via by-hash
+  * support compression and by-hash for .diff/Index files (Closes: #824926)
+  * default to Dir=/ in dpkg/status file finding magic
+  * add the gpg-classic variant to the gpgv/gnupg or-group
+  * allow spaces in fingerprints for 'apt-key del'
+  * add --with-source option and Packages/Sources support
+  * don't count each Type as an individual deb822-sources stanza
+  * methods: read config in most to least specific order (Closes: 834642)
+
+ -- Julian Andres Klode <jak@debian.org>  Wed, 17 Aug 2016 23:31:07 +0200
+
 apt (1.3~rc1) unstable; urgency=medium
 apt (1.3~rc1) unstable; urgency=medium
 
 
   * Summary: CMake branch merged, socks5h (and tor) support, and fancy
   * Summary: CMake branch merged, socks5h (and tor) support, and fancy

+ 1 - 1
doc/apt-cache.8.xml

@@ -14,7 +14,7 @@
    &apt-email;
    &apt-email;
    &apt-product;
    &apt-product;
    <!-- The last update date -->
    <!-- The last update date -->
-   <date>2015-10-27T00:00:00Z</date>
+   <date>2016-08-16T00:00:00Z</date>
  </refentryinfo>
  </refentryinfo>
  
  
  <refmeta>
  <refmeta>

+ 1 - 1
doc/apt-get.8.xml

@@ -14,7 +14,7 @@
    &apt-email;
    &apt-email;
    &apt-product;
    &apt-product;
    <!-- The last update date -->
    <!-- The last update date -->
-   <date>2016-08-06T00:00:00Z</date>
+   <date>2016-08-16T00:00:00Z</date>
  </refentryinfo>
  </refentryinfo>
  
  
  <refmeta>
  <refmeta>

+ 1 - 1
doc/apt-verbatim.ent

@@ -239,7 +239,7 @@
 ">
 ">
 
 
 <!-- this will be updated by 'prepare-release' -->
 <!-- this will be updated by 'prepare-release' -->
-<!ENTITY apt-product-version "1.3~rc1">
+<!ENTITY apt-product-version "1.3~rc2">
 
 
 <!-- (Code)names for various things used all over the place -->
 <!-- (Code)names for various things used all over the place -->
 <!ENTITY debian-oldstable-codename "wheezy">
 <!ENTITY debian-oldstable-codename "wheezy">

+ 1 - 1
doc/apt.conf.5.xml

@@ -19,7 +19,7 @@
    &apt-email;
    &apt-email;
    &apt-product;
    &apt-product;
    <!-- The last update date -->
    <!-- The last update date -->
-   <date>2016-07-28T00:00:00Z</date>
+   <date>2016-08-11T00:00:00Z</date>
  </refentryinfo>
  </refentryinfo>
  
  
  <refmeta>
  <refmeta>

+ 38 - 2
doc/po/apt-doc.pot

@@ -5,9 +5,9 @@
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
-"Project-Id-Version: apt-doc 1.3~rc1\n"
+"Project-Id-Version: apt-doc 1.3~rc2\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 14:09+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1414,6 +1414,14 @@ msgid ""
 "<literal>Dpkg::Progress-Fancy</literal>."
 "<literal>Dpkg::Progress-Fancy</literal>."
 msgstr ""
 msgstr ""
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml:1
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  See <option>--with-source</option> description in "
+"&apt-cache; for further details."
+msgstr ""
+
 #. type: Content of: <refentry><refsect1><title>
 #. type: Content of: <refentry><refsect1><title>
 #: apt-get.8.xml:1 apt-cache.8.xml:1 apt-key.8.xml:1 apt-mark.8.xml:1
 #: apt-get.8.xml:1 apt-cache.8.xml:1 apt-key.8.xml:1 apt-mark.8.xml:1
 #: apt.conf.5.xml:1 apt_preferences.5.xml:1
 #: apt.conf.5.xml:1 apt_preferences.5.xml:1
@@ -1862,6 +1870,34 @@ msgid ""
 "Configuration Item: <literal>APT::Cache::Installed</literal>."
 "Configuration Item: <literal>APT::Cache::Installed</literal>."
 msgstr ""
 msgstr ""
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml:1
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  Supported are currently <literal>*.deb</literal>, "
+"<literal>*.dsc</literal>, <literal>*.changes</literal>, "
+"<literal>Sources</literal> and <literal>Packages</literal> files as well as "
+"source package directories.  Files are matched based on their name only, not "
+"their content!"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml:1
+msgid ""
+"<literal>Sources</literal> and <literal>Packages</literal> can be compressed "
+"in any format apt supports as long as they have the correct extension. If "
+"you need to store multiple of these files in one directory you can prefix a "
+"name of your choice with the last character being an underscore "
+"(\"<literal>_</literal>\"). Example: my.example_Packages.xz"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml:1
+msgid ""
+"Note that these sources are treated as trusted (see &apt-secure;).  "
+"Configuration Item: <literal>APT::Sources::With</literal>."
+msgstr ""
+
 #. type: Content of: <refentry><refsect1><para>
 #. type: Content of: <refentry><refsect1><para>
 #: apt-cache.8.xml:1
 #: apt-cache.8.xml:1
 msgid "&apt-conf;, &sources-list;, &apt-get;"
 msgid "&apt-conf;, &sources-list;, &apt-get;"

+ 42 - 1
doc/po/de.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.8\n"
 "Project-Id-Version: apt-doc 1.0.8\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 14:09+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2014-09-14 14:46+0200\n"
 "PO-Revision-Date: 2014-09-14 14:46+0200\n"
 "Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
 "Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
 "Language-Team: German <debian-l10n-german@lists.debian.org>\n"
 "Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -1982,6 +1982,14 @@ msgstr ""
 "Konfigurationselemente: <literal>Dpkg::Progress</literal> und <literal>Dpkg::"
 "Konfigurationselemente: <literal>Dpkg::Progress</literal> und <literal>Dpkg::"
 "Progress-Fancy</literal>."
 "Progress-Fancy</literal>."
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  See <option>--with-source</option> description in &apt-"
+"cache; for further details."
+msgstr ""
+
 #. type: Content of: <refentry><refsect1><title>
 #. type: Content of: <refentry><refsect1><title>
 #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml
 #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml
 #: apt_preferences.5.xml
 #: apt_preferences.5.xml
@@ -2654,6 +2662,39 @@ msgstr ""
 "literal> auf Pakete, die aktuell installiert sind. Konfigurationselement: "
 "literal> auf Pakete, die aktuell installiert sind. Konfigurationselement: "
 "<literal>APT::Cache::Installed</literal>."
 "<literal>APT::Cache::Installed</literal>."
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  Supported are currently <literal>*.deb</literal>, "
+"<literal>*.dsc</literal>, <literal>*.changes</literal>, <literal>Sources</"
+"literal> and <literal>Packages</literal> files as well as source package "
+"directories.  Files are matched based on their name only, not their content!"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+msgid ""
+"<literal>Sources</literal> and <literal>Packages</literal> can be compressed "
+"in any format apt supports as long as they have the correct extension. If "
+"you need to store multiple of these files in one directory you can prefix a "
+"name of your choice with the last character being an underscore "
+"(\"<literal>_</literal>\"). Example: my.example_Packages.xz"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+#, fuzzy
+#| msgid ""
+#| "Use source index field ordering.  Configuration Item: <literal>APT::"
+#| "SortPkgs::Source</literal>."
+msgid ""
+"Note that these sources are treated as trusted (see &apt-secure;).  "
+"Configuration Item: <literal>APT::Sources::With</literal>."
+msgstr ""
+"Quellindexfeldanordnung benutzen. Konfigurationselement: <literal>APT::"
+"SortPkgs::Source</literal>."
+
 #. type: Content of: <refentry><refsect1><para>
 #. type: Content of: <refentry><refsect1><para>
 #: apt-cache.8.xml
 #: apt-cache.8.xml
 msgid "&apt-conf;, &sources-list;, &apt-get;"
 msgid "&apt-conf;, &sources-list;, &apt-get;"

+ 42 - 1
doc/po/es.po

@@ -38,7 +38,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 14:09+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2014-07-04 01:31+0200\n"
 "PO-Revision-Date: 2014-07-04 01:31+0200\n"
 "Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
 "Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
 "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
 "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -2055,6 +2055,14 @@ msgid ""
 "literal>."
 "literal>."
 msgstr ""
 msgstr ""
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  See <option>--with-source</option> description in &apt-"
+"cache; for further details."
+msgstr ""
+
 #. type: Content of: <refentry><refsect1><title>
 #. type: Content of: <refentry><refsect1><title>
 #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml
 #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml
 #: apt_preferences.5.xml
 #: apt_preferences.5.xml
@@ -2727,6 +2735,39 @@ msgstr ""
 "a paquetes actualmente instalados. Opción de configuración: <literal>APT::"
 "a paquetes actualmente instalados. Opción de configuración: <literal>APT::"
 "Cache::Installed</literal>."
 "Cache::Installed</literal>."
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  Supported are currently <literal>*.deb</literal>, "
+"<literal>*.dsc</literal>, <literal>*.changes</literal>, <literal>Sources</"
+"literal> and <literal>Packages</literal> files as well as source package "
+"directories.  Files are matched based on their name only, not their content!"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+msgid ""
+"<literal>Sources</literal> and <literal>Packages</literal> can be compressed "
+"in any format apt supports as long as they have the correct extension. If "
+"you need to store multiple of these files in one directory you can prefix a "
+"name of your choice with the last character being an underscore "
+"(\"<literal>_</literal>\"). Example: my.example_Packages.xz"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+#, fuzzy
+#| msgid ""
+#| "Use source index field ordering.  Configuration Item: <literal>APT::"
+#| "SortPkgs::Source</literal>."
+msgid ""
+"Note that these sources are treated as trusted (see &apt-secure;).  "
+"Configuration Item: <literal>APT::Sources::With</literal>."
+msgstr ""
+"Utililza el orden por el campo de índice de fuentes. Opción de "
+"configuración: <literal>APT::SortPkgs::Source</literal>."
+
 #. type: Content of: <refentry><refsect1><para>
 #. type: Content of: <refentry><refsect1><para>
 #: apt-cache.8.xml
 #: apt-cache.8.xml
 msgid "&apt-conf;, &sources-list;, &apt-get;"
 msgid "&apt-conf;, &sources-list;, &apt-get;"

+ 42 - 1
doc/po/fr.po

@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 14:09+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2014-11-15 17:26+0100\n"
 "PO-Revision-Date: 2014-11-15 17:26+0100\n"
 "Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n"
 "Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -1977,6 +1977,14 @@ msgstr ""
 "configuration : <literal>Dpkg::Progress</literal> et <literal>Dpkg::Progress-"
 "configuration : <literal>Dpkg::Progress</literal> et <literal>Dpkg::Progress-"
 "Fancy</literal>."
 "Fancy</literal>."
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  See <option>--with-source</option> description in &apt-"
+"cache; for further details."
+msgstr ""
+
 #. type: Content of: <refentry><refsect1><title>
 #. type: Content of: <refentry><refsect1><title>
 #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml
 #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml
 #: apt_preferences.5.xml
 #: apt_preferences.5.xml
@@ -2653,6 +2661,39 @@ msgstr ""
 "<literal>rdepends</literal> aux paquets qui sont actuellement installés. "
 "<literal>rdepends</literal> aux paquets qui sont actuellement installés. "
 "Élément de configuration : <literal>APT::Cache::Installed</literal>."
 "Élément de configuration : <literal>APT::Cache::Installed</literal>."
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  Supported are currently <literal>*.deb</literal>, "
+"<literal>*.dsc</literal>, <literal>*.changes</literal>, <literal>Sources</"
+"literal> and <literal>Packages</literal> files as well as source package "
+"directories.  Files are matched based on their name only, not their content!"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+msgid ""
+"<literal>Sources</literal> and <literal>Packages</literal> can be compressed "
+"in any format apt supports as long as they have the correct extension. If "
+"you need to store multiple of these files in one directory you can prefix a "
+"name of your choice with the last character being an underscore "
+"(\"<literal>_</literal>\"). Example: my.example_Packages.xz"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+#, fuzzy
+#| msgid ""
+#| "Use source index field ordering.  Configuration Item: <literal>APT::"
+#| "SortPkgs::Source</literal>."
+msgid ""
+"Note that these sources are treated as trusted (see &apt-secure;).  "
+"Configuration Item: <literal>APT::Sources::With</literal>."
+msgstr ""
+"Utiliser un index de sources pour le tri des champs. Élément de "
+"configuration : <literal>APT::SortPkgs::Source</literal>."
+
 #. type: Content of: <refentry><refsect1><para>
 #. type: Content of: <refentry><refsect1><para>
 #: apt-cache.8.xml
 #: apt-cache.8.xml
 msgid "&apt-conf;, &sources-list;, &apt-get;"
 msgid "&apt-conf;, &sources-list;, &apt-get;"

+ 42 - 1
doc/po/it.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 14:09+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2015-12-27 21:26+0200\n"
 "PO-Revision-Date: 2015-12-27 21:26+0200\n"
 "Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
 "Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
 "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
 "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
@@ -2039,6 +2039,14 @@ msgstr ""
 "configurazione: <literal>Dpkg::Progress</literal> e <literal>Dpkg::Progress-"
 "configurazione: <literal>Dpkg::Progress</literal> e <literal>Dpkg::Progress-"
 "Fancy</literal>."
 "Fancy</literal>."
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  See <option>--with-source</option> description in &apt-"
+"cache; for further details."
+msgstr ""
+
 #. type: Content of: <refentry><refsect1><title>
 #. type: Content of: <refentry><refsect1><title>
 #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml
 #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml
 #: apt_preferences.5.xml
 #: apt_preferences.5.xml
@@ -2682,6 +2690,39 @@ msgstr ""
 "ai pacchetti attualmente installati. Voce di configurazione: <literal>APT::"
 "ai pacchetti attualmente installati. Voce di configurazione: <literal>APT::"
 "Cache::Installed</literal>."
 "Cache::Installed</literal>."
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  Supported are currently <literal>*.deb</literal>, "
+"<literal>*.dsc</literal>, <literal>*.changes</literal>, <literal>Sources</"
+"literal> and <literal>Packages</literal> files as well as source package "
+"directories.  Files are matched based on their name only, not their content!"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+msgid ""
+"<literal>Sources</literal> and <literal>Packages</literal> can be compressed "
+"in any format apt supports as long as they have the correct extension. If "
+"you need to store multiple of these files in one directory you can prefix a "
+"name of your choice with the last character being an underscore "
+"(\"<literal>_</literal>\"). Example: my.example_Packages.xz"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+#, fuzzy
+#| msgid ""
+#| "Use source index field ordering.  Configuration Item: <literal>APT::"
+#| "SortPkgs::Source</literal>."
+msgid ""
+"Note that these sources are treated as trusted (see &apt-secure;).  "
+"Configuration Item: <literal>APT::Sources::With</literal>."
+msgstr ""
+"Usa l'ordinamento dei campi dell'indice dei sorgenti. Voce di "
+"configurazione: <literal>APT::SortPkgs::Source</literal>."
+
 #. type: Content of: <refentry><refsect1><para>
 #. type: Content of: <refentry><refsect1><para>
 #: apt-cache.8.xml
 #: apt-cache.8.xml
 msgid "&apt-conf;, &sources-list;, &apt-get;"
 msgid "&apt-conf;, &sources-list;, &apt-get;"

+ 42 - 1
doc/po/ja.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.6\n"
 "Project-Id-Version: apt-doc 1.0.6\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 14:09+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2016-03-23 09:39+0900\n"
 "PO-Revision-Date: 2016-03-23 09:39+0900\n"
 "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
 "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
 "Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
 "Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -1973,6 +1973,14 @@ msgstr ""
 "reporting を見てください。設定項目: <literal>Dpkg::Progress</literal>、 "
 "reporting を見てください。設定項目: <literal>Dpkg::Progress</literal>、 "
 "<literal>Dpkg::Progress-Fancy</literal>"
 "<literal>Dpkg::Progress-Fancy</literal>"
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  See <option>--with-source</option> description in &apt-"
+"cache; for further details."
+msgstr ""
+
 #. type: Content of: <refentry><refsect1><title>
 #. type: Content of: <refentry><refsect1><title>
 #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml
 #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml
 #: apt_preferences.5.xml
 #: apt_preferences.5.xml
@@ -2585,6 +2593,39 @@ msgstr ""
 "ストールされているパッケージに限定します。設定項目: <literal>APT::Cache::"
 "ストールされているパッケージに限定します。設定項目: <literal>APT::Cache::"
 "Installed</literal>"
 "Installed</literal>"
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  Supported are currently <literal>*.deb</literal>, "
+"<literal>*.dsc</literal>, <literal>*.changes</literal>, <literal>Sources</"
+"literal> and <literal>Packages</literal> files as well as source package "
+"directories.  Files are matched based on their name only, not their content!"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+msgid ""
+"<literal>Sources</literal> and <literal>Packages</literal> can be compressed "
+"in any format apt supports as long as they have the correct extension. If "
+"you need to store multiple of these files in one directory you can prefix a "
+"name of your choice with the last character being an underscore "
+"(\"<literal>_</literal>\"). Example: my.example_Packages.xz"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+#, fuzzy
+#| msgid ""
+#| "Use source index field ordering.  Configuration Item: <literal>APT::"
+#| "SortPkgs::Source</literal>."
+msgid ""
+"Note that these sources are treated as trusted (see &apt-secure;).  "
+"Configuration Item: <literal>APT::Sources::With</literal>."
+msgstr ""
+"ソースインデックスフィールド順に並べ替えに使用します。設定項目: "
+"<literal>APT::SortPkgs::Source</literal>"
+
 #. type: Content of: <refentry><refsect1><para>
 #. type: Content of: <refentry><refsect1><para>
 #: apt-cache.8.xml
 #: apt-cache.8.xml
 msgid "&apt-conf;, &sources-list;, &apt-get;"
 msgid "&apt-conf;, &sources-list;, &apt-get;"

+ 42 - 1
doc/po/nl.po

@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.1.10-nl\n"
 "Project-Id-Version: apt-doc 1.1.10-nl\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 14:09+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2016-02-01 16:17+0100\n"
 "PO-Revision-Date: 2016-02-01 16:17+0100\n"
 "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
 "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
 "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
 "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -2072,6 +2072,14 @@ msgstr ""
 "u README.progress-reporting raadplegen in apt's doc-map. Configuratie-item: "
 "u README.progress-reporting raadplegen in apt's doc-map. Configuratie-item: "
 "<literal>Dpkg::Progress</literal> en <literal>Dpkg::Progress-Fancy</literal>."
 "<literal>Dpkg::Progress</literal> en <literal>Dpkg::Progress-Fancy</literal>."
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  See <option>--with-source</option> description in &apt-"
+"cache; for further details."
+msgstr ""
+
 #. type: Content of: <refentry><refsect1><title>
 #. type: Content of: <refentry><refsect1><title>
 #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml
 #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml
 #: apt_preferences.5.xml
 #: apt_preferences.5.xml
@@ -2723,6 +2731,39 @@ msgstr ""
 "beperken tot pakketten die momenteel geïnstalleerd zijn. Configuratie-item: "
 "beperken tot pakketten die momenteel geïnstalleerd zijn. Configuratie-item: "
 "<literal>APT::Cache::Installed</literal>."
 "<literal>APT::Cache::Installed</literal>."
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  Supported are currently <literal>*.deb</literal>, "
+"<literal>*.dsc</literal>, <literal>*.changes</literal>, <literal>Sources</"
+"literal> and <literal>Packages</literal> files as well as source package "
+"directories.  Files are matched based on their name only, not their content!"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+msgid ""
+"<literal>Sources</literal> and <literal>Packages</literal> can be compressed "
+"in any format apt supports as long as they have the correct extension. If "
+"you need to store multiple of these files in one directory you can prefix a "
+"name of your choice with the last character being an underscore "
+"(\"<literal>_</literal>\"). Example: my.example_Packages.xz"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+#, fuzzy
+#| msgid ""
+#| "Use source index field ordering.  Configuration Item: <literal>APT::"
+#| "SortPkgs::Source</literal>."
+msgid ""
+"Note that these sources are treated as trusted (see &apt-secure;).  "
+"Configuration Item: <literal>APT::Sources::With</literal>."
+msgstr ""
+"Veldordening gebruiken bij een broncode-index. Configuratie-item: "
+"<literal>APT::SortPkgs::Source</literal>."
+
 #. type: Content of: <refentry><refsect1><para>
 #. type: Content of: <refentry><refsect1><para>
 #: apt-cache.8.xml
 #: apt-cache.8.xml
 msgid "&apt-conf;, &sources-list;, &apt-get;"
 msgid "&apt-conf;, &sources-list;, &apt-get;"

+ 43 - 1
doc/po/pl.po

@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 14:09+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2014-07-04 02:13+0200\n"
 "PO-Revision-Date: 2014-07-04 02:13+0200\n"
 "Last-Translator: Robert Luberda <robert@debian.org>\n"
 "Last-Translator: Robert Luberda <robert@debian.org>\n"
 "Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n"
 "Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n"
@@ -2053,6 +2053,14 @@ msgid ""
 "literal>."
 "literal>."
 msgstr ""
 msgstr ""
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  See <option>--with-source</option> description in &apt-"
+"cache; for further details."
+msgstr ""
+
 #. type: Content of: <refentry><refsect1><title>
 #. type: Content of: <refentry><refsect1><title>
 #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml
 #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml
 #: apt_preferences.5.xml
 #: apt_preferences.5.xml
@@ -2759,6 +2767,40 @@ msgstr ""
 "literal> tylko do pakietów, które są obecnie zainstalowane.  Pozycja w pliku "
 "literal> tylko do pakietów, które są obecnie zainstalowane.  Pozycja w pliku "
 "konfiguracyjnym: <literal>APT::Cache::Installed</literal>."
 "konfiguracyjnym: <literal>APT::Cache::Installed</literal>."
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  Supported are currently <literal>*.deb</literal>, "
+"<literal>*.dsc</literal>, <literal>*.changes</literal>, <literal>Sources</"
+"literal> and <literal>Packages</literal> files as well as source package "
+"directories.  Files are matched based on their name only, not their content!"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+msgid ""
+"<literal>Sources</literal> and <literal>Packages</literal> can be compressed "
+"in any format apt supports as long as they have the correct extension. If "
+"you need to store multiple of these files in one directory you can prefix a "
+"name of your choice with the last character being an underscore "
+"(\"<literal>_</literal>\"). Example: my.example_Packages.xz"
+msgstr ""
+
+#
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+#, fuzzy
+#| msgid ""
+#| "Use source index field ordering.  Configuration Item: <literal>APT::"
+#| "SortPkgs::Source</literal>."
+msgid ""
+"Note that these sources are treated as trusted (see &apt-secure;).  "
+"Configuration Item: <literal>APT::Sources::With</literal>."
+msgstr ""
+"Używa kolejności pól indeksu pliku Source. Pozycja w pliku konfiguracji: "
+"<literal>APT::SortPkgs::Source</literal>."
+
 #
 #
 #. type: Content of: <refentry><refsect1><para>
 #. type: Content of: <refentry><refsect1><para>
 #: apt-cache.8.xml
 #: apt-cache.8.xml

+ 42 - 1
doc/po/pt.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.7\n"
 "Project-Id-Version: apt-doc 1.0.7\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 14:09+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2014-08-29 00:34+0100\n"
 "PO-Revision-Date: 2014-08-29 00:34+0100\n"
 "Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n"
 "Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n"
 "Language-Team: Portuguese <traduz@debianpt.org>\n"
 "Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -1999,6 +1999,14 @@ msgstr ""
 "reporting no directório doc do apt. Item de Configuração:  <literal>Dpkg::"
 "reporting no directório doc do apt. Item de Configuração:  <literal>Dpkg::"
 "Progress</literal> e <literal>Dpkg::Progress-Fancy</literal>."
 "Progress</literal> e <literal>Dpkg::Progress-Fancy</literal>."
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  See <option>--with-source</option> description in &apt-"
+"cache; for further details."
+msgstr ""
+
 #. type: Content of: <refentry><refsect1><title>
 #. type: Content of: <refentry><refsect1><title>
 #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml
 #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml
 #: apt_preferences.5.xml
 #: apt_preferences.5.xml
@@ -2665,6 +2673,39 @@ msgstr ""
 "aos pacotes que estão actualmente instalados. Item de Configuração: "
 "aos pacotes que estão actualmente instalados. Item de Configuração: "
 "<literal>APT::Cache::Installed</literal>."
 "<literal>APT::Cache::Installed</literal>."
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  Supported are currently <literal>*.deb</literal>, "
+"<literal>*.dsc</literal>, <literal>*.changes</literal>, <literal>Sources</"
+"literal> and <literal>Packages</literal> files as well as source package "
+"directories.  Files are matched based on their name only, not their content!"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+msgid ""
+"<literal>Sources</literal> and <literal>Packages</literal> can be compressed "
+"in any format apt supports as long as they have the correct extension. If "
+"you need to store multiple of these files in one directory you can prefix a "
+"name of your choice with the last character being an underscore "
+"(\"<literal>_</literal>\"). Example: my.example_Packages.xz"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+#, fuzzy
+#| msgid ""
+#| "Use source index field ordering.  Configuration Item: <literal>APT::"
+#| "SortPkgs::Source</literal>."
+msgid ""
+"Note that these sources are treated as trusted (see &apt-secure;).  "
+"Configuration Item: <literal>APT::Sources::With</literal>."
+msgstr ""
+"Usa ordenação de campo de índice Source. Item de Configuração: <literal>APT::"
+"SortPkgs::Source</literal>."
+
 #. type: Content of: <refentry><refsect1><para>
 #. type: Content of: <refentry><refsect1><para>
 #: apt-cache.8.xml
 #: apt-cache.8.xml
 msgid "&apt-conf;, &sources-list;, &apt-get;"
 msgid "&apt-conf;, &sources-list;, &apt-get;"

+ 36 - 1
doc/po/pt_BR.po

@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 14:09+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2004-09-20 17:02+0000\n"
 "PO-Revision-Date: 2004-09-20 17:02+0000\n"
 "Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
 "Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
 "Language-Team: <debian-l10n-portuguese@lists.debian.org>\n"
 "Language-Team: <debian-l10n-portuguese@lists.debian.org>\n"
@@ -1392,6 +1392,14 @@ msgid ""
 "literal>."
 "literal>."
 msgstr ""
 msgstr ""
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  See <option>--with-source</option> description in &apt-"
+"cache; for further details."
+msgstr ""
+
 #. type: Content of: <refentry><refsect1><title>
 #. type: Content of: <refentry><refsect1><title>
 #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml
 #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml
 #: apt_preferences.5.xml
 #: apt_preferences.5.xml
@@ -1841,6 +1849,33 @@ msgid ""
 "<literal>APT::Cache::Installed</literal>."
 "<literal>APT::Cache::Installed</literal>."
 msgstr ""
 msgstr ""
 
 
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+msgid ""
+"Adds the given file as a source for metadata. Can be repeated to add "
+"multiple files.  Supported are currently <literal>*.deb</literal>, "
+"<literal>*.dsc</literal>, <literal>*.changes</literal>, <literal>Sources</"
+"literal> and <literal>Packages</literal> files as well as source package "
+"directories.  Files are matched based on their name only, not their content!"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+msgid ""
+"<literal>Sources</literal> and <literal>Packages</literal> can be compressed "
+"in any format apt supports as long as they have the correct extension. If "
+"you need to store multiple of these files in one directory you can prefix a "
+"name of your choice with the last character being an underscore "
+"(\"<literal>_</literal>\"). Example: my.example_Packages.xz"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-cache.8.xml
+msgid ""
+"Note that these sources are treated as trusted (see &apt-secure;).  "
+"Configuration Item: <literal>APT::Sources::With</literal>."
+msgstr ""
+
 #. type: Content of: <refentry><refsect1><para>
 #. type: Content of: <refentry><refsect1><para>
 #: apt-cache.8.xml
 #: apt-cache.8.xml
 msgid "&apt-conf;, &sources-list;, &apt-get;"
 msgid "&apt-conf;, &sources-list;, &apt-get;"

+ 4 - 4
po/apt-all.pot

@@ -5,9 +5,9 @@
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
-"Project-Id-Version: apt 1.3~rc1\n"
+"Project-Id-Version: apt 1.3~rc2\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 14:09+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3511,11 +3511,11 @@ msgid "Waiting for headers"
 msgstr ""
 msgstr ""
 
 
 #: methods/server.cc
 #: methods/server.cc
-msgid "Bad header line"
+msgid "The HTTP server sent an invalid reply header"
 msgstr ""
 msgstr ""
 
 
 #: methods/server.cc
 #: methods/server.cc
-msgid "The HTTP server sent an invalid reply header"
+msgid "Bad header line"
 msgstr ""
 msgstr ""
 
 
 #: methods/server.cc
 #: methods/server.cc

+ 5 - 5
po/ar.po

@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2006-10-20 21:28+0300\n"
 "PO-Revision-Date: 2006-10-20 21:28+0300\n"
 "Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
 "Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
 "Language-Team: Arabic <support@arabeyes.org>\n"
 "Language-Team: Arabic <support@arabeyes.org>\n"
@@ -3572,14 +3572,14 @@ msgstr ""
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "بانتظار الترويسات"
 msgstr "بانتظار الترويسات"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "سطر ترويسة سيء"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "أرسل خادم http ترويسة ردّ غير صالحة"
 msgstr "أرسل خادم http ترويسة ردّ غير صالحة"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "سطر ترويسة سيء"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "أرسل خادم http ترويسة طول محتويات (ِContent-Length) غير صالحة"
 msgstr "أرسل خادم http ترويسة طول محتويات (ِContent-Length) غير صالحة"

+ 5 - 5
po/ast.po

@@ -4,7 +4,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 0.7.18\n"
 "Project-Id-Version: apt 0.7.18\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2010-10-02 23:35+0100\n"
 "PO-Revision-Date: 2010-10-02 23:35+0100\n"
 "Last-Translator: Iñigo Varela <ivarela@softastur.org>\n"
 "Last-Translator: Iñigo Varela <ivarela@softastur.org>\n"
 "Language-Team: Asturian (ast)\n"
 "Language-Team: Asturian (ast)\n"
@@ -3738,14 +3738,14 @@ msgstr "Conexón encaboxada prematuramente"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Esperando les testeres"
 msgstr "Esperando les testeres"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Fallu na llinia testera"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "El sirvidor HTTP mandó una testera incorreuta de rempuesta"
 msgstr "El sirvidor HTTP mandó una testera incorreuta de rempuesta"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Fallu na llinia testera"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "El sirvidor HTTP mandó una testera incorreuta de Content-Length"
 msgstr "El sirvidor HTTP mandó una testera incorreuta de Content-Length"

+ 5 - 5
po/bg.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 0.7.21\n"
 "Project-Id-Version: apt 0.7.21\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2012-06-25 17:23+0300\n"
 "PO-Revision-Date: 2012-06-25 17:23+0300\n"
 "Last-Translator: Damyan Ivanov <dmn@debian.org>\n"
 "Last-Translator: Damyan Ivanov <dmn@debian.org>\n"
 "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
 "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@@ -3787,14 +3787,14 @@ msgstr "Връзката прекъсна преждевременно"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Чакане на заглавни части"
 msgstr "Чакане на заглавни части"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Невалиден ред на заглавна част"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "HTTP сървърът изпрати невалидна заглавна част като отговор"
 msgstr "HTTP сървърът изпрати невалидна заглавна част като отговор"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Невалиден ред на заглавна част"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "HTTP сървърът изпрати невалидна заглавна част „Content-Length“"
 msgstr "HTTP сървърът изпрати невалидна заглавна част „Content-Length“"

+ 3 - 3
po/bs.po

@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 0.5.26\n"
 "Project-Id-Version: apt 0.5.26\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2004-05-06 15:25+0100\n"
 "PO-Revision-Date: 2004-05-06 15:25+0100\n"
 "Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n"
 "Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n"
 "Language-Team: Bosnian <lokal@lugbih.org>\n"
 "Language-Team: Bosnian <lokal@lugbih.org>\n"
@@ -3556,11 +3556,11 @@ msgid "Waiting for headers"
 msgstr "Čekam na zaglavlja"
 msgstr "Čekam na zaglavlja"
 
 
 #: methods/server.cc
 #: methods/server.cc
-msgid "Bad header line"
+msgid "The HTTP server sent an invalid reply header"
 msgstr ""
 msgstr ""
 
 
 #: methods/server.cc
 #: methods/server.cc
-msgid "The HTTP server sent an invalid reply header"
+msgid "Bad header line"
 msgstr ""
 msgstr ""
 
 
 #: methods/server.cc
 #: methods/server.cc

+ 5 - 5
po/ca.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 0.9.7.6\n"
 "Project-Id-Version: apt 0.9.7.6\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2012-10-19 13:30+0200\n"
 "PO-Revision-Date: 2012-10-19 13:30+0200\n"
 "Last-Translator: Jordi Mallach <jordi@debian.org>\n"
 "Last-Translator: Jordi Mallach <jordi@debian.org>\n"
 "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
 "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@@ -3787,14 +3787,14 @@ msgstr "La connexió s'ha tancat prematurament"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "S'estan esperant les capçaleres"
 msgstr "S'estan esperant les capçaleres"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Línia de capçalera incorrecta"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "El servidor HTTP ha enviat una capçalera de resposta no vàlida"
 msgstr "El servidor HTTP ha enviat una capçalera de resposta no vàlida"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Línia de capçalera incorrecta"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "El servidor HTTP ha enviat una capçalera de Content-Length no vàlida"
 msgstr "El servidor HTTP ha enviat una capçalera de Content-Length no vàlida"

+ 5 - 5
po/cs.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2015-08-29 15:24+0200\n"
 "PO-Revision-Date: 2015-08-29 15:24+0200\n"
 "Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
 "Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
 "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
 "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
@@ -3740,14 +3740,14 @@ msgstr "Spojení bylo předčasně ukončeno"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Čeká se na hlavičky"
 msgstr "Čeká se na hlavičky"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Chybná hlavička"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "Http server poslal neplatnou hlavičku odpovědi"
 msgstr "Http server poslal neplatnou hlavičku odpovědi"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Chybná hlavička"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "Http server poslal neplatnou hlavičku Content-Length"
 msgstr "Http server poslal neplatnou hlavičku Content-Length"

+ 5 - 5
po/cy.po

@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2005-06-06 13:46+0100\n"
 "PO-Revision-Date: 2005-06-06 13:46+0100\n"
 "Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n"
 "Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n"
 "Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n"
 "Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n"
@@ -3763,15 +3763,15 @@ msgstr "Caewyd y cysylltiad yn gynnar"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Yn aros am benawdau"
 msgstr "Yn aros am benawdau"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Llinell pennawd gwael"
-
 #: methods/server.cc
 #: methods/server.cc
 #, fuzzy
 #, fuzzy
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "Danfonodd y gweinydd HTTP bennawd ateb annilys"
 msgstr "Danfonodd y gweinydd HTTP bennawd ateb annilys"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Llinell pennawd gwael"
+
 #: methods/server.cc
 #: methods/server.cc
 #, fuzzy
 #, fuzzy
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"

+ 5 - 5
po/da.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2014-07-06 23:51+0200\n"
 "PO-Revision-Date: 2014-07-06 23:51+0200\n"
 "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
 "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
 "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
 "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -3756,14 +3756,14 @@ msgstr "Forbindelsen lukkedes for hurtigt"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Afventer hoveder"
 msgstr "Afventer hoveder"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Ugyldig linje i hovedet"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "Http-serveren sendte et ugyldigt svarhovede"
 msgstr "Http-serveren sendte et ugyldigt svarhovede"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Ugyldig linje i hovedet"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "Http-serveren sendte et ugyldigt Content-Length-hovede"
 msgstr "Http-serveren sendte et ugyldigt Content-Length-hovede"

+ 5 - 5
po/de.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.8\n"
 "Project-Id-Version: apt 1.0.8\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2014-09-19 13:04+0100\n"
 "PO-Revision-Date: 2014-09-19 13:04+0100\n"
 "Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
 "Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
 "Language-Team: Debian German <debian-l10n-german@lists.debian.org>\n"
 "Language-Team: Debian German <debian-l10n-german@lists.debian.org>\n"
@@ -3865,14 +3865,14 @@ msgstr "Verbindung vorzeitig beendet"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Warten auf Kopfzeilen"
 msgstr "Warten auf Kopfzeilen"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Ungültige Kopfzeile"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "Vom HTTP-Server wurde eine ungültige Antwort-Kopfzeile gesandt."
 msgstr "Vom HTTP-Server wurde eine ungültige Antwort-Kopfzeile gesandt."
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Ungültige Kopfzeile"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr ""
 msgstr ""

+ 5 - 5
po/dz.po

@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2006-09-19 09:49+0530\n"
 "PO-Revision-Date: 2006-09-19 09:49+0530\n"
 "Last-Translator: Kinley Tshering <gasepkuenden2k3@hotmail.com>\n"
 "Last-Translator: Kinley Tshering <gasepkuenden2k3@hotmail.com>\n"
 "Language-Team: Dzongkha <pgeyleg@dit.gov.bt>\n"
 "Language-Team: Dzongkha <pgeyleg@dit.gov.bt>\n"
@@ -3711,14 +3711,14 @@ msgstr "དུས་སུ་མ་འབབ་པ་རང་མཐུད་ལ
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "མགོ་ཡིག་ཚུ་གི་དོན་ལུ་བསྒ྄ག་དོ།"
 msgstr "མགོ་ཡིག་ཚུ་གི་དོན་ལུ་བསྒ྄ག་དོ།"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "མགོ་ཡིག་གི་གྲལ་ཐིག་བྱང་ཉེས།"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "ཨེཆི་ཊི་ཊི་པི་ སར་བར་འདི་གིས་ནུས་མེད་ལན་གསལ་གི་མགོ་ཡིག་ཅིག་བཏང་ཡོད།"
 msgstr "ཨེཆི་ཊི་ཊི་པི་ སར་བར་འདི་གིས་ནུས་མེད་ལན་གསལ་གི་མགོ་ཡིག་ཅིག་བཏང་ཡོད།"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "མགོ་ཡིག་གི་གྲལ་ཐིག་བྱང་ཉེས།"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "ཨེཆི་ཊི་ཊི་པི་སར་བར་འདི་གིས་ནུས་མེད་ནང་དོན་རིང་-ཚད་ཀྱི་མགོ་ཡིག་ཅིག་བཏང་ཡོད།"
 msgstr "ཨེཆི་ཊི་ཊི་པི་སར་བར་འདི་གིས་ནུས་མེད་ནང་དོན་རིང་-ཚད་ཀྱི་མགོ་ཡིག་ཅིག་བཏང་ཡོད།"

+ 5 - 5
po/el.po

@@ -16,7 +16,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2008-08-26 18:25+0300\n"
 "PO-Revision-Date: 2008-08-26 18:25+0300\n"
 "Last-Translator: Θανάσης Νάτσης <natsisthanasis@gmail.com>\n"
 "Last-Translator: Θανάσης Νάτσης <natsisthanasis@gmail.com>\n"
 "Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n"
 "Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n"
@@ -3740,14 +3740,14 @@ msgstr "Η σύνδεση έκλεισε πρόωρα"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Αναμονή επικεφαλίδων"
 msgstr "Αναμονή επικεφαλίδων"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Ελαττωματική γραμμή επικεφαλίδας"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "Ο διακομιστής http έστειλε μια άκυρη επικεφαλίδα απάντησης"
 msgstr "Ο διακομιστής http έστειλε μια άκυρη επικεφαλίδα απάντησης"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Ελαττωματική γραμμή επικεφαλίδας"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "Ο διακομιστής http έστειλε μια άκυρη επικεφαλίδα Content-Length"
 msgstr "Ο διακομιστής http έστειλε μια άκυρη επικεφαλίδα Content-Length"

+ 5 - 5
po/es.po

@@ -34,7 +34,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 0.8.10\n"
 "Project-Id-Version: apt 0.8.10\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2016-01-26 01:51+0100\n"
 "PO-Revision-Date: 2016-01-26 01:51+0100\n"
 "Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox."
 "Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox."
 "org>\n"
 "org>\n"
@@ -3921,14 +3921,14 @@ msgstr "La conexión se cerró prematuramente"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Esperando las cabeceras"
 msgstr "Esperando las cabeceras"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Línea de cabecera incorrecta"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "El servidor de http envió una cabecera de respuesta inválida"
 msgstr "El servidor de http envió una cabecera de respuesta inválida"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Línea de cabecera incorrecta"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "El servidor de http envió una cabecera de «Content-Length» inválida"
 msgstr "El servidor de http envió una cabecera de «Content-Length» inválida"

+ 5 - 5
po/eu.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2009-05-17 00:41+0200\n"
 "PO-Revision-Date: 2009-05-17 00:41+0200\n"
 "Last-Translator: Piarres Beobide <pi@beobide.net>\n"
 "Last-Translator: Piarres Beobide <pi@beobide.net>\n"
 "Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n"
 "Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n"
@@ -3707,14 +3707,14 @@ msgstr "Konexioa behar baino lehenago itxi da"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Goiburuen zain"
 msgstr "Goiburuen zain"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Okerreko goiburu-lerroa"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "http zerbitzariak erantzun goiburu baliogabe bat bidali du."
 msgstr "http zerbitzariak erantzun goiburu baliogabe bat bidali du."
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Okerreko goiburu-lerroa"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "http zerbitzariak Content-Length buru baliogabe bat bidali du"
 msgstr "http zerbitzariak Content-Length buru baliogabe bat bidali du"

+ 5 - 5
po/fi.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 0.5.26\n"
 "Project-Id-Version: apt 0.5.26\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2008-12-11 14:52+0200\n"
 "PO-Revision-Date: 2008-12-11 14:52+0200\n"
 "Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
 "Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
 "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
 "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -3699,14 +3699,14 @@ msgstr "Yhteys katkesi ennenaikaisesti"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Odotetaan otsikoita"
 msgstr "Odotetaan otsikoita"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Virheellinen otsikkorivi"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "HTTP-palvelin lähetti virheellisen vastausotsikon"
 msgstr "HTTP-palvelin lähetti virheellisen vastausotsikon"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Virheellinen otsikkorivi"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "HTTP-palvelin lähetti virheellisen Content-Length-otsikon"
 msgstr "HTTP-palvelin lähetti virheellisen Content-Length-otsikon"

+ 5 - 5
po/fr.po

@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2013-12-15 16:45+0100\n"
 "PO-Revision-Date: 2013-12-15 16:45+0100\n"
 "Last-Translator: Julien Patriarca <leatherface@debian.org>\n"
 "Last-Translator: Julien Patriarca <leatherface@debian.org>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -3853,14 +3853,14 @@ msgstr "Connexion fermée prématurément"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Attente des fichiers d'en-tête"
 msgstr "Attente des fichiers d'en-tête"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Mauvaise ligne d'en-tête"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "Le serveur http a envoyé une réponse dont l'en-tête est invalide"
 msgstr "Le serveur http a envoyé une réponse dont l'en-tête est invalide"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Mauvaise ligne d'en-tête"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "Le serveur http a envoyé un en-tête « Content-Length » invalide"
 msgstr "Le serveur http a envoyé un en-tête « Content-Length » invalide"

+ 5 - 5
po/gl.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2011-05-12 15:28+0100\n"
 "PO-Revision-Date: 2011-05-12 15:28+0100\n"
 "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n"
 "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n"
 "Language-Team: galician <proxecto@trasno.net>\n"
 "Language-Team: galician <proxecto@trasno.net>\n"
@@ -3774,14 +3774,14 @@ msgstr "A conexión pechouse prematuramente"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Agardando polas cabeceiras"
 msgstr "Agardando polas cabeceiras"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Liña de cabeceira incorrecta"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "O servidor HTTP enviou unha cabeceira de resposta incorrecta"
 msgstr "O servidor HTTP enviou unha cabeceira de resposta incorrecta"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Liña de cabeceira incorrecta"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr ""
 msgstr ""

+ 5 - 5
po/hu.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2016-04-10 19:46+0200\n"
 "PO-Revision-Date: 2016-04-10 19:46+0200\n"
 "Last-Translator: Gabor Kelemen <kelemeng@ubuntu.com>\n"
 "Last-Translator: Gabor Kelemen <kelemeng@ubuntu.com>\n"
 "Language-Team: Hungarian <gnome-hu-list@gnome.org>\n"
 "Language-Team: Hungarian <gnome-hu-list@gnome.org>\n"
@@ -3819,14 +3819,14 @@ msgstr "A kapcsolat idő előtt lezárult"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Várakozás a fejlécekre"
 msgstr "Várakozás a fejlécekre"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Rossz fejlécsor"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "A HTTP-kiszolgáló érvénytelen válaszfejlécet küldött"
 msgstr "A HTTP-kiszolgáló érvénytelen válaszfejlécet küldött"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Rossz fejlécsor"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "A HTTP-kiszolgáló érvénytelen Content-Length fejlécet küldött"
 msgstr "A HTTP-kiszolgáló érvénytelen Content-Length fejlécet küldött"

+ 5 - 5
po/it.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2015-04-07 16:51+0100\n"
 "PO-Revision-Date: 2015-04-07 16:51+0100\n"
 "Last-Translator: Milo Casagrande <milo@milo.name>\n"
 "Last-Translator: Milo Casagrande <milo@milo.name>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
@@ -3827,14 +3827,14 @@ msgstr "Connessione chiusa prematuramente"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "In attesa degli header"
 msgstr "In attesa degli header"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Riga header non corretta"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "Il server HTTP ha inviato un header di risposta non valido"
 msgstr "Il server HTTP ha inviato un header di risposta non valido"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Riga header non corretta"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "Il server HTTP ha inviato un header Content-Length non valido"
 msgstr "Il server HTTP ha inviato un header Content-Length non valido"

+ 5 - 5
po/ja.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.9.3\n"
 "Project-Id-Version: apt 1.0.9.3\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2016-05-18 15:31+0900\n"
 "PO-Revision-Date: 2016-05-18 15:31+0900\n"
 "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
 "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
 "Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
 "Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -3810,14 +3810,14 @@ msgstr "途中で接続がクローズされました"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "ヘッダの待機中です"
 msgstr "ヘッダの待機中です"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "不正なヘッダ行です"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "HTTP サーバが不正なリプライヘッダを送信してきました"
 msgstr "HTTP サーバが不正なリプライヘッダを送信してきました"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "不正なヘッダ行です"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "HTTP サーバが不正な Content-Length ヘッダを送信してきました"
 msgstr "HTTP サーバが不正な Content-Length ヘッダを送信してきました"

+ 5 - 5
po/km.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2006-10-10 09:48+0700\n"
 "PO-Revision-Date: 2006-10-10 09:48+0700\n"
 "Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n"
 "Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n"
 "Language-Team: Khmer <support@khmeros.info>\n"
 "Language-Team: Khmer <support@khmeros.info>\n"
@@ -3680,14 +3680,14 @@ msgstr "បាន​បិទ​ការ​តភ្ជាប់​មុន​
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "កំពុង​រង់ចាំ​បឋមកថា"
 msgstr "កំពុង​រង់ចាំ​បឋមកថា"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "ជួរ​បឋមកថា​ខូច​"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "ម៉ាស៊ីន​បម្រើ​ HTTP បានផ្ញើបឋមកថាចម្លើយតបមិនត្រឹមត្រូវ"
 msgstr "ម៉ាស៊ីន​បម្រើ​ HTTP បានផ្ញើបឋមកថាចម្លើយតបមិនត្រឹមត្រូវ"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "ជួរ​បឋមកថា​ខូច​"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "ម៉ាស៊ីន​បម្រើ​ HTTP បានផ្ញើ​​បឋមកថាប្រវែង​​​មាតិកា​មិនត្រឹមត្រូវ​"
 msgstr "ម៉ាស៊ីន​បម្រើ​ HTTP បានផ្ញើ​​បឋមកថាប្រវែង​​​មាតិកា​មិនត្រឹមត្រូវ​"

+ 5 - 5
po/ko.po

@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2010-08-30 02:31+0900\n"
 "PO-Revision-Date: 2010-08-30 02:31+0900\n"
 "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
 "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
 "Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
 "Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
@@ -3695,14 +3695,14 @@ msgstr "연결이 너무 빨리 끊어졌습니다"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "헤더를 기다리는 중입니다"
 msgstr "헤더를 기다리는 중입니다"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "헤더 줄이 잘못되었습니다"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "HTTP 서버에서 잘못된 응답 헤더를 보냈습니다"
 msgstr "HTTP 서버에서 잘못된 응답 헤더를 보냈습니다"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "헤더 줄이 잘못되었습니다"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "HTTP 서버에서 잘못된 Content-Length 헤더를 보냈습니다"
 msgstr "HTTP 서버에서 잘못된 Content-Length 헤더를 보냈습니다"

+ 3 - 3
po/ku.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2008-05-08 12:48+0200\n"
 "PO-Revision-Date: 2008-05-08 12:48+0200\n"
 "Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n"
 "Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n"
 "Language-Team: ku <ubuntu-l10n-kur@lists.ubuntu.com>\n"
 "Language-Team: ku <ubuntu-l10n-kur@lists.ubuntu.com>\n"
@@ -3582,11 +3582,11 @@ msgid "Waiting for headers"
 msgstr ""
 msgstr ""
 
 
 #: methods/server.cc
 #: methods/server.cc
-msgid "Bad header line"
+msgid "The HTTP server sent an invalid reply header"
 msgstr ""
 msgstr ""
 
 
 #: methods/server.cc
 #: methods/server.cc
-msgid "The HTTP server sent an invalid reply header"
+msgid "Bad header line"
 msgstr ""
 msgstr ""
 
 
 #: methods/server.cc
 #: methods/server.cc

+ 3 - 3
po/lt.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2008-08-02 01:47-0400\n"
 "PO-Revision-Date: 2008-08-02 01:47-0400\n"
 "Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
 "Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
 "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
 "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@@ -3675,11 +3675,11 @@ msgid "Waiting for headers"
 msgstr "Laukiama antraščių"
 msgstr "Laukiama antraščių"
 
 
 #: methods/server.cc
 #: methods/server.cc
-msgid "Bad header line"
+msgid "The HTTP server sent an invalid reply header"
 msgstr ""
 msgstr ""
 
 
 #: methods/server.cc
 #: methods/server.cc
-msgid "The HTTP server sent an invalid reply header"
+msgid "Bad header line"
 msgstr ""
 msgstr ""
 
 
 #: methods/server.cc
 #: methods/server.cc

+ 5 - 5
po/mr.po

@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2008-11-20 23:27+0530\n"
 "PO-Revision-Date: 2008-11-20 23:27+0530\n"
 "Last-Translator: Sampada <sampadanakhare@gmail.com>\n"
 "Last-Translator: Sampada <sampadanakhare@gmail.com>\n"
 "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India "
 "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India "
@@ -3683,14 +3683,14 @@ msgstr "जोडणी अकाली बंद झाली"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "शीर्षकासाठी थांबले आहे...."
 msgstr "शीर्षकासाठी थांबले आहे...."
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "वाईट शीर्षक ओळ"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "HTTP सर्व्हरने अवैध प्रत्त्युत्तर शीर्षक पाठविले"
 msgstr "HTTP सर्व्हरने अवैध प्रत्त्युत्तर शीर्षक पाठविले"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "वाईट शीर्षक ओळ"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "HTTP सर्व्हरने अवैध मजकूर-लांबी शीर्षक पाठविले "
 msgstr "HTTP सर्व्हरने अवैध मजकूर-लांबी शीर्षक पाठविले "

+ 5 - 5
po/nb.po

@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2016-06-11 22:38+0200\n"
 "PO-Revision-Date: 2016-06-11 22:38+0200\n"
 "Last-Translator: Petter Reinholdtsen <pere@hungry.com>\n"
 "Last-Translator: Petter Reinholdtsen <pere@hungry.com>\n"
 "Language-Team: Norwegian Bokmål <i18n-no@lister.ping.uio.no>\n"
 "Language-Team: Norwegian Bokmål <i18n-no@lister.ping.uio.no>\n"
@@ -3753,14 +3753,14 @@ msgstr "Forbindelsen ble uventet stengt"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Venter på hoder"
 msgstr "Venter på hoder"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Ødelagt hodelinje"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "HTTP-tjeneren sendte et ugyldig svarhode"
 msgstr "HTTP-tjeneren sendte et ugyldig svarhode"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Ødelagt hodelinje"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "HTTP-tjeneren sendte et ugyldig «Content-Length»-hode"
 msgstr "HTTP-tjeneren sendte et ugyldig «Content-Length»-hode"

+ 5 - 5
po/ne.po

@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2006-06-12 14:35+0545\n"
 "PO-Revision-Date: 2006-06-12 14:35+0545\n"
 "Last-Translator: Shiva Pokharel <pokharelshiva@hotmail.com>\n"
 "Last-Translator: Shiva Pokharel <pokharelshiva@hotmail.com>\n"
 "Language-Team: Nepali <info@mpp.org.np>\n"
 "Language-Team: Nepali <info@mpp.org.np>\n"
@@ -3680,14 +3680,14 @@ msgstr "जडान असमायिक बन्द भयो"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "हेडरहरुको लागि पर्खिदैछ"
 msgstr "हेडरहरुको लागि पर्खिदैछ"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "खराब हेडर लाइन"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "HTTP सर्भरले अवैध जवाफ हेडर पठायो"
 msgstr "HTTP सर्भरले अवैध जवाफ हेडर पठायो"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "खराब हेडर लाइन"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "HTTP सर्भरले अवैध सामग्री-लम्बाई हेडर पठायो"
 msgstr "HTTP सर्भरले अवैध सामग्री-लम्बाई हेडर पठायो"

+ 5 - 5
po/nl.po

@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.2.11\n"
 "Project-Id-Version: apt 1.2.11\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2016-04-27 18:12+0200\n"
 "PO-Revision-Date: 2016-04-27 18:12+0200\n"
 "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
 "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
 "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
 "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -3878,14 +3878,14 @@ msgstr "Verbinding werd voortijdig afgebroken"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Wachten op de kopteksten"
 msgstr "Wachten op de kopteksten"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Foute koptekstregel"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "De HTTP-server verstuurde een ongeldige 'reply'-koptekst"
 msgstr "De HTTP-server verstuurde een ongeldige 'reply'-koptekst"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Foute koptekstregel"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "De HTTP-server verstuurde een ongeldige 'Content-Length'-koptekst"
 msgstr "De HTTP-server verstuurde een ongeldige 'Content-Length'-koptekst"

+ 5 - 5
po/nn.po

@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2005-02-14 23:30+0100\n"
 "PO-Revision-Date: 2005-02-14 23:30+0100\n"
 "Last-Translator: Havard Korsvoll <korsvoll@skulelinux.no>\n"
 "Last-Translator: Havard Korsvoll <korsvoll@skulelinux.no>\n"
 "Language-Team: Norwegian nynorsk <i18n-nn@lister.ping.uio.no>\n"
 "Language-Team: Norwegian nynorsk <i18n-nn@lister.ping.uio.no>\n"
@@ -3696,14 +3696,14 @@ msgstr "Sambandet vart uventa stengd"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Ventar på hovud"
 msgstr "Ventar på hovud"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Øydelagd hovudlinje"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "HTTP-tenaren sende eit ugyldig svarhovud"
 msgstr "HTTP-tenaren sende eit ugyldig svarhovud"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Øydelagd hovudlinje"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "HTTP-tenaren sende eit ugyldig «Content-Length»-hovud"
 msgstr "HTTP-tenaren sende eit ugyldig «Content-Length»-hovud"

+ 5 - 5
po/pl.po

@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 0.9.7.3\n"
 "Project-Id-Version: apt 0.9.7.3\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2012-07-28 21:53+0200\n"
 "PO-Revision-Date: 2012-07-28 21:53+0200\n"
 "Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
 "Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
 "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
 "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
@@ -3815,14 +3815,14 @@ msgstr "Połączenie zostało przedwcześnie zamknięte"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Oczekiwanie na nagłówki"
 msgstr "Oczekiwanie na nagłówki"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Nieprawidłowa linia nagłówka"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "Serwer HTTP przysłał nieprawidłowy nagłówek odpowiedzi"
 msgstr "Serwer HTTP przysłał nieprawidłowy nagłówek odpowiedzi"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Nieprawidłowa linia nagłówka"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "Serwer HTTP przysłał nieprawidłowy nagłówek Content-Length"
 msgstr "Serwer HTTP przysłał nieprawidłowy nagłówek Content-Length"

+ 5 - 5
po/pt.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2012-06-29 15:45+0100\n"
 "PO-Revision-Date: 2012-06-29 15:45+0100\n"
 "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
 "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
 "Language-Team: Portuguese <traduz@debianpt.org>\n"
 "Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -3791,14 +3791,14 @@ msgstr "Ligação encerrada prematuramente"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "A aguardar por cabeçalhos"
 msgstr "A aguardar por cabeçalhos"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Linha de cabeçalho errada"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "O servidor HTTP enviou um cabeçalho de resposta inválido"
 msgstr "O servidor HTTP enviou um cabeçalho de resposta inválido"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Linha de cabeçalho errada"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "O servidor HTTP enviou um cabeçalho Content-Length inválido"
 msgstr "O servidor HTTP enviou um cabeçalho Content-Length inválido"

+ 5 - 5
po/pt_BR.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2008-11-17 02:33-0200\n"
 "PO-Revision-Date: 2008-11-17 02:33-0200\n"
 "Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n"
 "Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n"
 "Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
 "Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
@@ -3726,14 +3726,14 @@ msgstr "Conexão encerrada prematuramente"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Aguardando por cabeçalhos"
 msgstr "Aguardando por cabeçalhos"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Linha de cabeçalho ruim"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "O servidor HTTP enviou um cabeçalho de resposta inválido"
 msgstr "O servidor HTTP enviou um cabeçalho de resposta inválido"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Linha de cabeçalho ruim"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "O servidor HTTP enviou um cabeçalho \"Content-Length\" inválido"
 msgstr "O servidor HTTP enviou um cabeçalho \"Content-Length\" inválido"

+ 5 - 5
po/ro.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2008-11-15 02:21+0200\n"
 "PO-Revision-Date: 2008-11-15 02:21+0200\n"
 "Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n"
 "Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n"
 "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n"
 "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n"
@@ -3738,14 +3738,14 @@ msgstr "Conexiune închisă prematur"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "În așteptarea antetelor"
 msgstr "În așteptarea antetelor"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Linie de antet necorespunzătoare"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "Serverul HTTP a trimis un antet de răspuns necorespunzător"
 msgstr "Serverul HTTP a trimis un antet de răspuns necorespunzător"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Linie de antet necorespunzătoare"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "Serverul HTTP a trimis un antet Content-Length necorespunzător"
 msgstr "Serverul HTTP a trimis un antet Content-Length necorespunzător"

+ 5 - 5
po/ru.po

@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.2.12\n"
 "Project-Id-Version: apt 1.2.12\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2016-05-19 20:50+0300\n"
 "PO-Revision-Date: 2016-05-19 20:50+0300\n"
 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
 "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
 "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -3854,14 +3854,14 @@ msgstr "Соединение закрыто преждевременно"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Ожидание заголовков"
 msgstr "Ожидание заголовков"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Неверный заголовок"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "Http-сервер послал неверный заголовок"
 msgstr "Http-сервер послал неверный заголовок"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Неверный заголовок"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "Http сервер послал неверный заголовок Content-Length"
 msgstr "Http сервер послал неверный заголовок Content-Length"

+ 5 - 5
po/sk.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2012-06-28 20:49+0100\n"
 "PO-Revision-Date: 2012-06-28 20:49+0100\n"
 "Last-Translator: Ivan Masár <helix84@centrum.sk>\n"
 "Last-Translator: Ivan Masár <helix84@centrum.sk>\n"
 "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
 "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@@ -3753,14 +3753,14 @@ msgstr "Spojenie bolo predčasne ukončené"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Čaká sa na hlavičky"
 msgstr "Čaká sa na hlavičky"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Chybná hlavička"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "HTTP server poslal neplatnú hlavičku odpovede"
 msgstr "HTTP server poslal neplatnú hlavičku odpovede"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Chybná hlavička"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "HTTP server poslal neplatnú hlavičku Content-Length"
 msgstr "HTTP server poslal neplatnú hlavičku Content-Length"

+ 5 - 5
po/sl.po

@@ -4,7 +4,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 0.5.5\n"
 "Project-Id-Version: apt 0.5.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2012-06-27 21:29+0000\n"
 "PO-Revision-Date: 2012-06-27 21:29+0000\n"
 "Last-Translator: Andrej Znidarsic <andrej.znidarsic@gmail.com>\n"
 "Last-Translator: Andrej Znidarsic <andrej.znidarsic@gmail.com>\n"
 "Language-Team: Slovenian <sl@li.org>\n"
 "Language-Team: Slovenian <sl@li.org>\n"
@@ -3759,14 +3759,14 @@ msgstr "Povezava se je prezgodaj zaprla"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Čakanje na glave"
 msgstr "Čakanje na glave"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Neveljavna vrstica glave"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "Strežnik HTTP je poslal neveljavno glavo odgovora"
 msgstr "Strežnik HTTP je poslal neveljavno glavo odgovora"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Neveljavna vrstica glave"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "Strežnik HTTP je poslal glavo z neveljavno dolžino vsebine"
 msgstr "Strežnik HTTP je poslal glavo z neveljavno dolžino vsebine"

+ 5 - 5
po/sv.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt\n"
 "Project-Id-Version: apt\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2015-08-19 21:33+0200\n"
 "PO-Revision-Date: 2015-08-19 21:33+0200\n"
 "Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
 "Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
 "Language-Team: Swedish <debian-l10n-swedish@debian.org>\n"
 "Language-Team: Swedish <debian-l10n-swedish@debian.org>\n"
@@ -3788,14 +3788,14 @@ msgstr "Anslutningen stängdes i förtid"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Väntar på rubriker"
 msgstr "Väntar på rubriker"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Felaktig rubrikrad"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "Http-servern sände ett ogiltigt svarshuvud"
 msgstr "Http-servern sände ett ogiltigt svarshuvud"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Felaktig rubrikrad"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "Http-servern sände en ogiltig Content-Length-rubrik"
 msgstr "Http-servern sände en ogiltig Content-Length-rubrik"

+ 5 - 5
po/th.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2014-12-12 13:00+0700\n"
 "PO-Revision-Date: 2014-12-12 13:00+0700\n"
 "Last-Translator: Theppitak Karoonboonyanan <thep@debian.org>\n"
 "Last-Translator: Theppitak Karoonboonyanan <thep@debian.org>\n"
 "Language-Team: Thai <thai-l10n@googlegroups.com>\n"
 "Language-Team: Thai <thai-l10n@googlegroups.com>\n"
@@ -3674,14 +3674,14 @@ msgstr "การเชื่อมต่อถูกปิดก่อนเว
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "รอหัวข้อมูล"
 msgstr "รอหัวข้อมูล"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "บรรทัดข้อมูลส่วนหัวผิดพลาด"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "เซิร์ฟเวอร์ HTTP ส่งข้อมูลส่วนหัวตอบมาไม่ถูกต้อง"
 msgstr "เซิร์ฟเวอร์ HTTP ส่งข้อมูลส่วนหัวตอบมาไม่ถูกต้อง"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "บรรทัดข้อมูลส่วนหัวผิดพลาด"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "เซิร์ฟเวอร์ HTTP ส่งข้อมูลส่วนหัว Content-Length มาไม่ถูกต้อง"
 msgstr "เซิร์ฟเวอร์ HTTP ส่งข้อมูลส่วนหัว Content-Length มาไม่ถูกต้อง"

+ 5 - 5
po/tl.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2007-03-29 21:36+0800\n"
 "PO-Revision-Date: 2007-03-29 21:36+0800\n"
 "Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
 "Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
 "Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"
 "Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"
@@ -3719,14 +3719,14 @@ msgstr "Nagsara ng maaga ang koneksyon"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Naghihintay ng panimula"
 msgstr "Naghihintay ng panimula"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Maling linyang panimula"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "Nagpadala ang HTTP server ng di tanggap na reply header"
 msgstr "Nagpadala ang HTTP server ng di tanggap na reply header"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Maling linyang panimula"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "Nagpadala ang HTTP server ng di tanggap na Content-Length header"
 msgstr "Nagpadala ang HTTP server ng di tanggap na Content-Length header"

+ 5 - 5
po/tr.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2016-07-21 18:43+0300\n"
 "PO-Revision-Date: 2016-07-21 18:43+0300\n"
 "Last-Translator: Mert Dirik <mertdirik@gmail.com>\n"
 "Last-Translator: Mert Dirik <mertdirik@gmail.com>\n"
 "Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n"
 "Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n"
@@ -3813,14 +3813,14 @@ msgstr "Bağlantı vaktinden önce kapandı"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Başlıklar bekleniyor"
 msgstr "Başlıklar bekleniyor"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Kötü başlık satırı"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "HTTP sunucusu geçersiz bir cevap başlığı gönderdi"
 msgstr "HTTP sunucusu geçersiz bir cevap başlığı gönderdi"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Kötü başlık satırı"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "HTTP sunucusu geçersiz bir Content-Length başlığı gönderdi"
 msgstr "HTTP sunucusu geçersiz bir Content-Length başlığı gönderdi"

+ 5 - 5
po/uk.po

@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.5\n"
 "Project-Id-Version: apt 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2012-09-25 20:19+0300\n"
 "PO-Revision-Date: 2012-09-25 20:19+0300\n"
 "Last-Translator: A. Bondarenko <artem.brz@gmail.com>\n"
 "Last-Translator: A. Bondarenko <artem.brz@gmail.com>\n"
 "Language-Team: Українська <uk@li.org>\n"
 "Language-Team: Українська <uk@li.org>\n"
@@ -3816,14 +3816,14 @@ msgstr "З'єднання завершено передчасно"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Очікування на заголовки"
 msgstr "Очікування на заголовки"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Невірний рядок заголовку"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "HTTP сервер відіслав невірний заголовок 'reply'"
 msgstr "HTTP сервер відіслав невірний заголовок 'reply'"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Невірний рядок заголовку"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "HTTP сервер відіслав невірний заголовок 'Content-Length'"
 msgstr "HTTP сервер відіслав невірний заголовок 'Content-Length'"

+ 5 - 5
po/vi.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.0.8\n"
 "Project-Id-Version: apt 1.0.8\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2014-09-12 13:48+0700\n"
 "PO-Revision-Date: 2014-09-12 13:48+0700\n"
 "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
 "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
 "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
 "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
@@ -3780,14 +3780,14 @@ msgstr "Kết nối bị đóng bất ngờ"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "Đang đợi phần đầu dữ liệu..."
 msgstr "Đang đợi phần đầu dữ liệu..."
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "Dòng đầu sai"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "Máy phục vụ HTTP đã gửi một dòng đầu trả lời không hợp lệ"
 msgstr "Máy phục vụ HTTP đã gửi một dòng đầu trả lời không hợp lệ"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "Dòng đầu sai"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr ""
 msgstr ""

+ 5 - 5
po/zh_CN.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.2.x\n"
 "Project-Id-Version: apt 1.2.x\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2016-06-27 08:00+0000\n"
 "PO-Revision-Date: 2016-06-27 08:00+0000\n"
 "Last-Translator: Zhou Mo <cdluminate@gmail.com>\n"
 "Last-Translator: Zhou Mo <cdluminate@gmail.com>\n"
 "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
 "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
@@ -3676,14 +3676,14 @@ msgstr "连接被永久关闭"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "正在等待报头"
 msgstr "正在等待报头"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "错误的报头行"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "该 HTTP 服务器发送了一个无效的应答报头"
 msgstr "该 HTTP 服务器发送了一个无效的应答报头"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "错误的报头行"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "该 HTTP 服务器发送了一个无效的 Content-Length 报头"
 msgstr "该 HTTP 服务器发送了一个无效的 Content-Length 报头"

+ 5 - 5
po/zh_TW.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 1.2.X\n"
 "Project-Id-Version: apt 1.2.X\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-11 13:57+0200\n"
+"POT-Creation-Date: 2016-08-17 23:47+0200\n"
 "PO-Revision-Date: 2009-01-28 10:41+0800\n"
 "PO-Revision-Date: 2009-01-28 10:41+0800\n"
 "Last-Translator: Tetralet <tetralet@gmail.com>\n"
 "Last-Translator: Tetralet <tetralet@gmail.com>\n"
 "Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5@lists."
 "Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5@lists."
@@ -3659,14 +3659,14 @@ msgstr "連線突然終止"
 msgid "Waiting for headers"
 msgid "Waiting for headers"
 msgstr "等待標頭"
 msgstr "等待標頭"
 
 
-#: methods/server.cc
-msgid "Bad header line"
-msgstr "標頭行錯誤"
-
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid reply header"
 msgid "The HTTP server sent an invalid reply header"
 msgstr "HTTP 伺服器傳送了一個無效的回覆標頭"
 msgstr "HTTP 伺服器傳送了一個無效的回覆標頭"
 
 
+#: methods/server.cc
+msgid "Bad header line"
+msgstr "標頭行錯誤"
+
 #: methods/server.cc
 #: methods/server.cc
 msgid "The HTTP server sent an invalid Content-Length header"
 msgid "The HTTP server sent an invalid Content-Length header"
 msgstr "HTTP 伺服器傳送了一個無效的 Content-Length 標頭"
 msgstr "HTTP 伺服器傳送了一個無效的 Content-Length 標頭"