Julian Andres Klode лет назад: 10
Родитель
Сommit
c69e82559b
62 измененных файлов с 2123 добавлено и 498 удалено
  1. 1 1
      configure.ac
  2. 34 0
      debian/changelog
  3. 1 1
      doc/apt-ftparchive.1.xml
  4. 1 1
      doc/apt-get.8.xml
  5. 1 1
      doc/apt-secure.8.xml
  6. 1 1
      doc/apt-verbatim.ent
  7. 1 1
      doc/apt.conf.5.xml
  8. 2 2
      doc/po/apt-doc.pot
  9. 1 1
      doc/po/de.po
  10. 1 1
      doc/po/es.po
  11. 1 1
      doc/po/fr.po
  12. 1 1
      doc/po/it.po
  13. 1 1
      doc/po/ja.po
  14. 1 1
      doc/po/nl.po
  15. 1 1
      doc/po/pl.po
  16. 1 1
      doc/po/pt.po
  17. 1 1
      doc/po/pt_BR.po
  18. 1 1
      doc/sources.list.5.xml
  19. 37 12
      po/apt-all.pot
  20. 36 11
      po/ar.po
  21. 48 11
      po/ast.po
  22. 53 11
      po/bg.po
  23. 36 11
      po/bs.po
  24. 51 11
      po/ca.po
  25. 51 11
      po/cs.po
  26. 48 11
      po/cy.po
  27. 52 11
      po/da.po
  28. 53 11
      po/de.po
  29. 47 11
      po/dz.po
  30. 47 11
      po/el.po
  31. 46 11
      po/es.po
  32. 47 11
      po/eu.po
  33. 47 11
      po/fi.po
  34. 54 11
      po/fr.po
  35. 48 11
      po/gl.po
  36. 45 11
      po/hu.po
  37. 51 11
      po/it.po
  38. 45 11
      po/ja.po
  39. 47 11
      po/km.po
  40. 47 11
      po/ko.po
  41. 49 11
      po/ku.po
  42. 48 11
      po/lt.po
  43. 47 11
      po/mr.po
  44. 48 11
      po/nb.po
  45. 47 11
      po/ne.po
  46. 45 11
      po/nl.po
  47. 47 11
      po/nn.po
  48. 54 11
      po/pl.po
  49. 51 11
      po/pt.po
  50. 48 11
      po/pt_BR.po
  51. 47 11
      po/ro.po
  52. 45 11
      po/ru.po
  53. 51 11
      po/sk.po
  54. 52 11
      po/sl.po
  55. 52 11
      po/sv.po
  56. 52 11
      po/th.po
  57. 47 11
      po/tl.po
  58. 6 6
      po/tr.po
  59. 55 11
      po/uk.po
  60. 52 11
      po/vi.po
  61. 45 11
      po/zh_CN.po
  62. 47 11
      po/zh_TW.po

+ 1 - 1
configure.ac

@@ -19,7 +19,7 @@ AC_CONFIG_AUX_DIR(buildlib)
 AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
 AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
 
 
 PACKAGE="apt"
 PACKAGE="apt"
-PACKAGE_VERSION="1.3~pre2"
+PACKAGE_VERSION="1.3~pre3"
 PACKAGE_MAIL="APT Development Team <deity@lists.debian.org>"
 PACKAGE_MAIL="APT Development Team <deity@lists.debian.org>"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"$PACKAGE_VERSION")
 AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"$PACKAGE_VERSION")

+ 34 - 0
debian/changelog

@@ -1,3 +1,37 @@
+apt (1.3~pre3) unstable; urgency=medium
+
+  [ Julian Andres Klode ]
+  * ExecGPGV: Fork in all cases
+  * ExecGPGV: Pass current config state to apt-key via temp file (LP: #1607283)
+
+  [ David Kalnischkies ]
+  * tests: activate dpkg multi-arch even if test is single arch
+  * ensure Cnf::FindFile doesn't return files below /dev/null
+  * don't hardcode /var/lib/dpkg/status as dir::state::status
+  * allow arch=all to override No-Support-for-Architecture-all
+  * support "install ./foo.changes"
+  * clean up default-stanzas from extended_states on write
+  * report warnings&errors consistently in edit-sources
+  * create non-existent files in edit-sources with 644 instead of 640
+  * report progress for removing while purging pkgs
+  * use a configurable location for apport report storage
+  * report progress for triggered actions
+  * call flush on the wrapped writebuffered FileFd
+  * verify hash of input file in rred
+  * use proper warning for automatic pipeline disable
+  * http: skip requesting if pipeline is full
+  * rred: truncate result file before writing to it (Closes: #831762)
+  * eipp: avoid producing file warnings in simulation (Closes: 832614)
+  * if the FileFd failed already following calls should fail, too
+  * edsp: try to read responses even if writing failed
+  * prevent C++ locale number formatting in text APIs (try 2) (Closes: 832044)
+  * apt-key: kill gpg-agent explicitly in cleanup
+
+  [ Mert Dirik ]
+  * Turkish program translation update (Closes: 832039)
+
+ -- Julian Andres Klode <jak@debian.org>  Thu, 04 Aug 2016 10:23:49 +0200
+
 apt (1.3~pre2) unstable; urgency=medium
 apt (1.3~pre2) unstable; urgency=medium
 
 
   [ Andrew Patterson ]
   [ Andrew Patterson ]

+ 1 - 1
doc/apt-ftparchive.1.xml

@@ -14,7 +14,7 @@
    &apt-email;
    &apt-email;
    &apt-product;
    &apt-product;
    <!-- The last update date -->
    <!-- The last update date -->
-   <date>2016-07-07T00:00:00Z</date>
+   <date>2016-07-08T00: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-07-07T00:00:00Z</date>
+   <date>2016-07-08T00:00:00Z</date>
  </refentryinfo>
  </refentryinfo>
  
  
  <refmeta>
  <refmeta>

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

@@ -13,7 +13,7 @@
    &apt-email;
    &apt-email;
    &apt-product;
    &apt-product;
    <!-- The last update date -->
    <!-- The last update date -->
-   <date>2016-07-07T00:00:00Z</date>
+   <date>2016-07-08T00: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~pre2">
+<!ENTITY apt-product-version "1.3~pre3">
 
 
 <!-- (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-07T00:00:00Z</date>
+   <date>2016-07-08T00:00:00Z</date>
  </refentryinfo>
  </refentryinfo>
  
  
  <refmeta>
  <refmeta>

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

@@ -5,9 +5,9 @@
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
-"Project-Id-Version: apt-doc 1.3~pre2\n"
+"Project-Id-Version: apt-doc 1.3~pre3\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-07-08 14:30+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"

+ 1 - 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-07-08 14:30+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"

+ 1 - 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-07-08 14:30+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"

+ 1 - 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-07-08 14:30+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"

+ 1 - 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-07-08 14:30+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"

+ 1 - 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-07-08 14:30+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"

+ 1 - 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-07-08 14:30+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"

+ 1 - 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-07-08 14:30+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"

+ 1 - 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-07-08 14:30+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"

+ 1 - 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-07-08 14:30+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"

+ 1 - 1
doc/sources.list.5.xml

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

+ 37 - 12
po/apt-all.pot

@@ -5,9 +5,9 @@
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
-"Project-Id-Version: apt 1.3~exp3\n"
+"Project-Id-Version: apt 1.3~pre3\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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1440,14 +1440,10 @@ msgstr ""
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr ""
 msgstr ""
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr ""
 msgstr ""
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr ""
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr ""
 msgstr ""
@@ -1718,6 +1714,10 @@ msgstr ""
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr ""
 msgstr ""
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr ""
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr ""
 msgstr ""
@@ -1848,6 +1848,15 @@ msgstr ""
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr ""
 msgstr ""
 
 
+#: cmdline/apt-internal-planner.cc
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 msgid ""
 msgid ""
 "Usage: apt-internal-solver\n"
 "Usage: apt-internal-solver\n"
@@ -3098,6 +3107,11 @@ msgstr ""
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr ""
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3124,11 +3138,6 @@ msgstr ""
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr ""
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3246,6 +3255,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 36 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1487,14 +1487,10 @@ msgstr ""
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "تعذر الاتصال بـ%s %s:"
 msgstr "تعذر الاتصال بـ%s %s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "فشيل تنفيذ stat"
 msgstr "فشيل تنفيذ stat"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "فشل تعيين وقت التعديل"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr ""
 msgstr ""
@@ -1767,6 +1763,10 @@ msgstr ""
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr ""
 msgstr ""
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "فشل تعيين وقت التعديل"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr ""
 msgstr ""
@@ -1900,6 +1900,15 @@ msgstr "تعذرت الكتابة إلى %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "تعذر الحصول على نسخة debconf. هل هي مثبتة؟"
 msgstr "تعذر الحصول على نسخة debconf. هل هي مثبتة؟"
 
 
+#: cmdline/apt-internal-planner.cc
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 msgid ""
 msgid ""
 "Usage: apt-internal-solver\n"
 "Usage: apt-internal-solver\n"
@@ -3159,6 +3168,11 @@ msgstr ""
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "تم تثبيت %s"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3185,11 +3199,6 @@ msgstr "فتح %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "التحضير لتهيئة %s"
 msgstr "التحضير لتهيئة %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "تم تثبيت %s"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3308,6 +3317,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 48 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1516,14 +1516,10 @@ msgstr "Daqué raro asocedió resolviendo '%s:%s' (%i - %s)"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Nun pudo coneutase a %s:%s:"
 msgstr "Nun pudo coneutase a %s:%s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Falló al lleer"
 msgstr "Falló al lleer"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Nun se pudo afitar la hora de modificación"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "URI malu, los URIS llocales nun pueden entamar por //"
 msgstr "URI malu, los URIS llocales nun pueden entamar por //"
@@ -1800,6 +1796,10 @@ msgstr "[Espeyu: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Nun pudo lleese %s"
 msgstr "Nun pudo lleese %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Nun se pudo afitar la hora de modificación"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Falló criar un tubu IPC al soprocesu"
 msgstr "Falló criar un tubu IPC al soprocesu"
@@ -1948,6 +1948,27 @@ msgstr "Nun se pue escribir en %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Nun se pue alcontrar la versión de debconf. ¿Ta instaláu debconf?"
 msgstr "Nun se pue alcontrar la versión de debconf. ¿Ta instaláu debconf?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Usu: apt-extracttemplates ficheru1 [ficheru2 ...]\n"
+"\n"
+"apt-extracttemplates ye un preséu pa sacar información de\n"
+"configuración y plantíes de paquetes de debian.\n"
+"\n"
+"Opciones:\n"
+"-h Esti testu d'aida.\n"
+"-t Define'l direutoriu temporal\n"
+"-c=? Llei esti ficheru de configuración\n"
+"-o=? Afita una opción de configuración arbitraria, p. ej. -o dir::cache=/"
+"tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3290,6 +3311,11 @@ msgstr "Anotando desaniciáu de %s"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Executando activador de post-instalación de %s"
 msgstr "Executando activador de post-instalación de %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "%s instaláu"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3316,11 +3342,6 @@ msgstr "Desempaquetando %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Preparándose pa configurar %s"
 msgstr "Preparándose pa configurar %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "%s instaláu"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3449,6 +3470,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 53 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1536,14 +1536,10 @@ msgstr "Нещо лошо се случи при намирането на IP а
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Неуспех при свързване с %s:%s:"
 msgstr "Неуспех при свързване с %s:%s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Неуспех при получаването на атрибути"
 msgstr "Неуспех при получаването на атрибути"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Неуспех при задаването на време на промяна"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "Невалиден адрес-URI, локалните адреси-URI не трябва да започват с „//“"
 msgstr "Невалиден адрес-URI, локалните адреси-URI не трябва да започват с „//“"
@@ -1824,6 +1820,10 @@ msgstr "[Огледален сървър: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Грешка при получаването на атрибути за %s"
 msgstr "Грешка при получаването на атрибути за %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Неуспех при задаването на време на промяна"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Неуспех при създаването на IPC pipe към подпроцеса"
 msgstr "Неуспех при създаването на IPC pipe към подпроцеса"
@@ -1970,6 +1970,26 @@ msgstr "Неуспех при записа на %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Не може да се извлече версията на debconf. Debconf инсталиран ли е?"
 msgstr "Не може да се извлече версията на debconf. Debconf инсталиран ли е?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Употреба: apt-internal-solver\n"
+"\n"
+"apt-internal-solver е интерфейс към вградения в APT механизъм за "
+"удовлетворяване на зависимости\n"
+"\n"
+"Опции:\n"
+"  -h  Този помощен текст\n"
+"  -q  Изход, подходящ за журнал — без индикатор на напредъка\n"
+"  -c=? Указване на файл с настройки\n"
+"  -o=? Указване на произволна настройка, напр. -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3329,6 +3349,11 @@ msgstr "Отбелязване на изчезването на %s"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Изпълнение на тригер след инсталиране %s"
 msgstr "Изпълнение на тригер след инсталиране %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "%s е инсталиран"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3355,11 +3380,6 @@ msgstr "Разпакетиране на %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Подготвяне на %s за конфигуриране"
 msgstr "Подготвяне на %s за конфигуриране"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "%s е инсталиран"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3491,6 +3511,28 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Изпълняване на външна програма за удовлетворяване на зависимости"
 msgstr "Изпълняване на външна програма за удовлетворяване на зависимости"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "Изпълняване на външна програма за удовлетворяване на зависимости"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "Изпращане на заявка към програмата за удовлетворяване на зависимости"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "Изпращане на сценарий към програмата за удовлетворяване на зависимости"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr ""
+"Външната програма за удовлетворяване на зависимости се провали без да изведе "
+"съобщение за грешка"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 36 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1471,14 +1471,10 @@ msgstr ""
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Ne mogu se povezati sa %s %s:"
 msgstr "Ne mogu se povezati sa %s %s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr ""
 msgstr ""
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr ""
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr ""
 msgstr ""
@@ -1751,6 +1747,10 @@ msgstr ""
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr ""
 msgstr ""
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr ""
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr ""
 msgstr ""
@@ -1883,6 +1883,15 @@ msgid "Cannot get debconf version. Is debconf installed?"
 msgstr ""
 msgstr ""
 "Ne mogu odrediti verziju debconf programa. Da li je debconf instaliran?"
 "Ne mogu odrediti verziju debconf programa. Da li je debconf instaliran?"
 
 
+#: cmdline/apt-internal-planner.cc
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 msgid ""
 msgid ""
 "Usage: apt-internal-solver\n"
 "Usage: apt-internal-solver\n"
@@ -3141,6 +3150,11 @@ msgstr ""
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, fuzzy, c-format
+msgid "Installed %s"
+msgstr "  Instalirano:"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3167,11 +3181,6 @@ msgstr "Otvaram %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, fuzzy, c-format
-msgid "Installed %s"
-msgstr "  Instalirano:"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3290,6 +3299,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 51 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1538,14 +1538,10 @@ msgstr "Ha passat alguna cosa estranya en resoldre «%s:%s» (%i - %s)"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "No es pot connectar amb %s:%s:"
 msgstr "No es pot connectar amb %s:%s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "L'estat ha fallat"
 msgstr "L'estat ha fallat"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "No s'ha pogut establir el temps de modificació"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "URI no vàlid, els URI locals no han de començar per //"
 msgstr "URI no vàlid, els URI locals no han de començar per //"
@@ -1826,6 +1822,10 @@ msgstr "[Rèplica: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "No es pot determinar l'estat de %s"
 msgstr "No es pot determinar l'estat de %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "No s'ha pogut establir el temps de modificació"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "No s'ha pogut crear el conducte IPC al subprocés"
 msgstr "No s'ha pogut crear el conducte IPC al subprocés"
@@ -1973,6 +1973,26 @@ msgstr "No es pot escriure en %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "No es pot determinar la versió de debconf. Està instaŀlat debconf?"
 msgstr "No es pot determinar la versió de debconf. Està instaŀlat debconf?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Forma d'ús: apt-extracttemplates fitxer1 [fitxer2 …]\n"
+"\n"
+"apt-extracttemplates és una eina per a extreure informació de\n"
+"configuració i plantilles dels paquets debian\n"
+"\n"
+"Opcions:\n"
+"  -h   Aquest text d'ajuda.\n"
+"  -t   Estableix el directori temporal\n"
+"  -c=? Llegeix aquest fitxer de configuració\n"
+"  -o=? Estableix una opció de conf arbitrària, p.e. -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3330,6 +3350,11 @@ msgstr "S'està anotant la desaparició de %s"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "S'està executant l'activador de postinstaŀlació %s"
 msgstr "S'està executant l'activador de postinstaŀlació %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "S'ha instaŀlat el paquet %s"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3356,11 +3381,6 @@ msgstr "S'està desempaquetant %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "S'està preparant per a configurar el paquet %s"
 msgstr "S'està preparant per a configurar el paquet %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "S'ha instaŀlat el paquet %s"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3489,6 +3509,26 @@ msgstr "El resoledor extern ha fallat sense un missatge d'error adient"
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Executa un resoledor extern"
 msgstr "Executa un resoledor extern"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "Executa un resoledor extern"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "Envia la petició al resoledor"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "Envia l'escenari al resoledor"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr "El resoledor extern ha fallat sense un missatge d'error adient"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 51 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1531,14 +1531,10 @@ msgstr "Něco hodně ošklivého se přihodilo při překladu „%s:%s“ (%i -
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Nelze se připojit k %s:%s:"
 msgstr "Nelze se připojit k %s:%s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Selhalo vyhodnocení"
 msgstr "Selhalo vyhodnocení"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Nelze nastavit čas modifikace"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "Neplatné URI, lokální URI nesmí začínat na //"
 msgstr "Neplatné URI, lokální URI nesmí začínat na //"
@@ -1817,6 +1813,10 @@ msgstr "[Zrcadlo: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Nelze vyhodnotit %s"
 msgstr "Nelze vyhodnotit %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Nelze nastavit čas modifikace"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Selhalo vytvoření meziprocesové roury k podprocesu"
 msgstr "Selhalo vytvoření meziprocesové roury k podprocesu"
@@ -1959,6 +1959,26 @@ msgstr "Nelze zapsat do %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Nelze určit verzi programu debconf. Je debconf nainstalován?"
 msgstr "Nelze určit verzi programu debconf. Je debconf nainstalován?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Použití: apt-internal-solver\n"
+"\n"
+"apt-internal-solver je rozhraní k aktuálnímu internímu řešiteli\n"
+"závislostí, jako by šlo o externí nástroj - vhodné pro ladění\n"
+"\n"
+"Volby:\n"
+"  -h   Tato nápověda.\n"
+"  -q   Nezobrazí indikátor postupu - vhodné pro záznam\n"
+"  -c=? Načte daný konfigurační soubor\n"
+"  -o=? Nastaví libovolnou volbu, např. -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3294,6 +3314,11 @@ msgstr "Značím si zmizení %s"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Spouští se poinstalační spouštěč %s"
 msgstr "Spouští se poinstalační spouštěč %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "Nainstalován %s"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3320,11 +3345,6 @@ msgstr "Rozbaluje se %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Připravuje se nastavení %s"
 msgstr "Připravuje se nastavení %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "Nainstalován %s"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3453,6 +3473,26 @@ msgstr "Externí řešitel selhal, aniž by zanechal rozumnou chybovou hlášku"
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Spuštění externího řešitele"
 msgstr "Spuštění externího řešitele"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "Spuštění externího řešitele"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "Požadavek odeslán řešiteli"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "Scénář odeslán řešiteli"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr "Externí řešitel selhal, aniž by zanechal rozumnou chybovou hlášku"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 48 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1540,14 +1540,10 @@ msgstr "Digwyddodd rhywbweth hyll wrth ddatrys '%s:%s' (%i)"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Methwyd cysylltu i %s %s:"
 msgstr "Methwyd cysylltu i %s %s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Methwyd stat()"
 msgstr "Methwyd stat()"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Methwyd gosod amser newid"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "URI annilys: rhaid i URIs lleol beidio a cychwyn efo \"//\""
 msgstr "URI annilys: rhaid i URIs lleol beidio a cychwyn efo \"//\""
@@ -1826,6 +1822,10 @@ msgstr ""
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Methodd stat() o %s"
 msgstr "Methodd stat() o %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Methwyd gosod amser newid"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Methwyd creu pibell cyfathrebu at isbroses"
 msgstr "Methwyd creu pibell cyfathrebu at isbroses"
@@ -1979,6 +1979,27 @@ msgstr "Ni ellir ysgrifennu i %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Ni ellir cael fersiwn debconf. Ydi debconf wedi ei sefydlu?"
 msgstr "Ni ellir cael fersiwn debconf. Ydi debconf wedi ei sefydlu?"
 
 
+# FIXME: "debian"
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Defnydd: apt-extracttemplates ffeil1 [ffeil2 ...]\n"
+"\n"
+"Mae apt-extracttemplates yn erfyn ar gyfer echdynnu manylion cyfluniad a\n"
+"templed o becynnau Debian.\n"
+"\n"
+"Opsiynnau:\n"
+"  -h   Dangos y testun cymorth hwn\n"
+"  -t   Gosod y cyfeiriadur dros dro\n"
+"  -c=? Darllen y ffeil cyfluniad hwn\n"
+"  -o=? Gosod opsiwn cyfluniad mympwyol e.e. -o dir::cache=/tmp\n"
+
 # FIXME: "debian"
 # FIXME: "debian"
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
@@ -3322,6 +3343,11 @@ msgstr ""
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, fuzzy, c-format
+msgid "Installed %s"
+msgstr "  Wedi Sefydlu: "
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, fuzzy, c-format
 #, fuzzy, c-format
@@ -3348,11 +3374,6 @@ msgstr "Yn agor %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Yn agor y ffeil cyfluniad %s"
 msgstr "Yn agor y ffeil cyfluniad %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, fuzzy, c-format
-msgid "Installed %s"
-msgstr "  Wedi Sefydlu: "
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3474,6 +3495,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 52 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1538,14 +1538,10 @@ msgstr "Der skete noget underligt under opløsning af »%s:%s« (%i - %s)"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Kunne ikke forbinde til %s:%s:"
 msgstr "Kunne ikke forbinde til %s:%s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Kunne ikke finde"
 msgstr "Kunne ikke finde"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Kunne ikke angive ændringstidspunkt"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "Ugyldig URI, lokale URI'er må ikke starte med //"
 msgstr "Ugyldig URI, lokale URI'er må ikke starte med //"
@@ -1827,6 +1823,10 @@ msgstr "[Spejl: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Kunne ikke finde %s"
 msgstr "Kunne ikke finde %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Kunne ikke angive ændringstidspunkt"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Kunne ikke oprette IPC-videreførsel til underproces"
 msgstr "Kunne ikke oprette IPC-videreførsel til underproces"
@@ -1975,6 +1975,27 @@ msgstr "Kunne ikke skrive til %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Kan ikke finde debconfs version. Er debconf installeret?"
 msgstr "Kan ikke finde debconfs version. Er debconf installeret?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Brug: apt-internal-solver\n"
+"\n"
+"apt-internal-solver er en grænseflade, der skal bruge den aktuelle\n"
+"interne som en ekstern problemløser for APT-familien for fejlsøgning\n"
+"eller lignende\n"
+"\n"
+"Tilvalg:\n"
+" -h   Denne hjælpetekst.\n"
+" -q   Logbare uddata - ingen statusindikator\n"
+" -c=? Læs denne konfigurationsfil\n"
+" -o=? Angiv et arbitrærtkonfigurationstilvalg, f.eks. -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3308,6 +3329,11 @@ msgstr "Bemærker forsvinding af %s"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Kører førinstallationsudløser %s"
 msgstr "Kører førinstallationsudløser %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "Installerede %s"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3334,11 +3360,6 @@ msgstr "Pakker %s ud"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Gør klar til at sætte %s op"
 msgstr "Gør klar til at sætte %s op"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "Installerede %s"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3464,6 +3485,26 @@ msgstr "Ekstern problemløser fejlede uden en korrekt fejlbesked"
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Kør ekstern problemløser"
 msgstr "Kør ekstern problemløser"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "Kør ekstern problemløser"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "Send forespørgsel til problemløser"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "Send scenarie til problemløser"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr "Ekstern problemløser fejlede uden en korrekt fejlbesked"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 53 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1582,14 +1582,10 @@ msgid "Unable to connect to %s:%s:"
 msgstr "Verbindung mit %s:%s nicht möglich:"
 msgstr "Verbindung mit %s:%s nicht möglich:"
 
 
 # looks like someone hardcoded English grammar
 # looks like someone hardcoded English grammar
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Abfrage mit »stat« fehlgeschlagen"
 msgstr "Abfrage mit »stat« fehlgeschlagen"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Änderungszeitpunkt kann nicht gesetzt werden."
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "Ungültige URI, lokale URIs dürfen nicht mit // beginnen."
 msgstr "Ungültige URI, lokale URIs dürfen nicht mit // beginnen."
@@ -1877,6 +1873,10 @@ msgstr "[Spiegelserver: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "%s mit »stat« abfragen fehlgeschlagen"
 msgstr "%s mit »stat« abfragen fehlgeschlagen"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Änderungszeitpunkt kann nicht gesetzt werden."
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr ""
 msgstr ""
@@ -2028,6 +2028,27 @@ msgid "Cannot get debconf version. Is debconf installed?"
 msgstr ""
 msgstr ""
 "Debconf-Version konnte nicht ermittelt werden. Ist debconf installiert?"
 "Debconf-Version konnte nicht ermittelt werden. Ist debconf installiert?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Aufruf: apt-internal-solver\n"
+"\n"
+"apt-internal-solver ist eine Schnittstelle, um den derzeitigen internen\n"
+"Problemlöser für die APT-Familie wie einen externen zu verwenden, zwecks\n"
+"Fehlersuche oder ähnlichem.\n"
+"\n"
+"Optionen:\n"
+"  -h   dieser Hilfetext\n"
+"  -q   protokollierbare Ausgabe – keine Fortschrittsanzeige\n"
+"  -c=? Diese Konfigurationsdatei benutzen\n"
+"  -o=? Beliebige Konfigurationsoption setzen, z.B. -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3401,6 +3422,11 @@ msgstr "Verschwinden von %s festgestellt"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Aufruf des Nach-Installations-Triggers %s"
 msgstr "Aufruf des Nach-Installations-Triggers %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "%s installiert"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3427,11 +3453,6 @@ msgstr "%s wird entpackt."
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Konfiguration von %s wird vorbereitet."
 msgstr "Konfiguration von %s wird vorbereitet."
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "%s installiert"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3562,6 +3583,27 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Externen Problemlöser ausführen"
 msgstr "Externen Problemlöser ausführen"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "Externen Problemlöser ausführen"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "Anfrage an Problemlöser senden"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "Szenario an Problemlöser senden"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr ""
+"Externer Problemlöser ist ohne ordnungsgemäße Fehlermeldung fehlgeschlagen."
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 47 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1517,14 +1517,10 @@ msgstr "'%s:%s' (%i)་མོས་མཐུན་འབདཝ་ད་ངན་
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "%s %s:ལུ་མཐུད་མ་ཚུགས།"
 msgstr "%s %s:ལུ་མཐུད་མ་ཚུགས།"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "ངོ་བཤུས་འབད་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོད།"
 msgstr "ངོ་བཤུས་འབད་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོད།"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "ཆུ་ཚོད་ལེགས་བཅོས་གཞི་སྒྲིག་འབཐ་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོད།"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "ཡུ་ཨར་ཨེལ་ ནུས་མེད་  ཉེ་གནས་ ཡུ་ཨར་ཨེལ་ཨེསི་འདི་གིས་//་དང་གཅིག་ཁར་འགོ་བཙུགས་ནི་མི་འོང་།"
 msgstr "ཡུ་ཨར་ཨེལ་ ནུས་མེད་  ཉེ་གནས་ ཡུ་ཨར་ཨེལ་ཨེསི་འདི་གིས་//་དང་གཅིག་ཁར་འགོ་བཙུགས་ནི་མི་འོང་།"
@@ -1803,6 +1799,10 @@ msgstr ""
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "%s་སིཊེཊི་འབད་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོདཔ།"
 msgstr "%s་སིཊེཊི་འབད་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོདཔ།"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "ཆུ་ཚོད་ལེགས་བཅོས་གཞི་སྒྲིག་འབཐ་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོད།"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "ཡན་ལག་ལས་སྦྱོར་ལུ་ཨའི་པི་སི་རྒྱུད་དུང་གསར་བསྐྲུན་འབད་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོདཔ།"
 msgstr "ཡན་ལག་ལས་སྦྱོར་ལུ་ཨའི་པི་སི་རྒྱུད་དུང་གསར་བསྐྲུན་འབད་ནི་ལུ་འཐུས་ཤོར་བྱུང་ཡོདཔ།"
@@ -1951,6 +1951,26 @@ msgstr " %sལུ་འབྲི་མ་ཚུགས།"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "debconf ་་འཐོན་རིམ་འདི་ལེན་མ་ཚུགས། debconf འདི་གཞི་བཙུགས་འབད་ཡི་ག་?"
 msgstr "debconf ་་འཐོན་རིམ་འདི་ལེན་མ་ཚུགས། debconf འདི་གཞི་བཙུགས་འབད་ཡི་ག་?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"ལག་ལེན་: apt-extracttemplates file1 [file2 ...]\n"
+"\n"
+"apt-extracttemplates འདི་ཌེ་བི་ཡཱན་ ཐུམ་སྒྲིལ་ཚུ་ནང་ལས་\n"
+"རིམ་སྒྲིག་དང་ ཊེམ་པེལེཊི་ བརྡ་དོན་ཕྱིར་དོན་འབད་ནིའི་ལག་ཆས་ཅིགཨིན།\n"
+"གདམ་ཁ་ཚུ།\n"
+"  -h   འདི་གིས་ཚིག་ཡིག་འདི་གྲོགས་རམ་འབདཝ་ཨིན།\n"
+"  -t   འདི་གིས་temp་སྣོད་ཐོ་འདི་གཞི་སྒྲིག་འབདཝ་ཨིན།\n"
+"  -c=? འདི་གིས་ རིམ་སྒྲིག་ཡིག་སྣོད་འདི་ལྷགཔ་ཨིན།\n"
+"  -o=? འདི་གིས་མཐུན་སྒྲིག་རིམ་སྒྲིག་གདམ་ཁ་ཅིག་གཞི་སྒྲིག་འབདཝ་ཨིན་  དཔེར་ན་-o dir::cache=/tmp་"
+"བཟུམ།\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3275,6 +3295,11 @@ msgstr ""
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "གཞི་བཙུགས་འབད་ཡོད་པའི་%s།"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, fuzzy, c-format
 #, fuzzy, c-format
@@ -3301,11 +3326,6 @@ msgstr " %s་ གི་སྦུང་ཚན་བཟོ་བཤོལ་འ
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "%s་ རིམ་སྒྲིག་ལུ་གྲ་སྒྲིག་འབད་དོ།"
 msgstr "%s་ རིམ་སྒྲིག་ལུ་གྲ་སྒྲིག་འབད་དོ།"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "གཞི་བཙུགས་འབད་ཡོད་པའི་%s།"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3424,6 +3444,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 47 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1534,14 +1534,10 @@ msgstr "Κάτι παράξενο συνέβη κατά την εύρεση το
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Αδύνατη η σύνδεση στο %s %s:"
 msgstr "Αδύνατη η σύνδεση στο %s %s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Αποτυχία εύρεσης της κατάστασης"
 msgstr "Αποτυχία εύρεσης της κατάστασης"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Αποτυχία ορισμού του χρόνου τροποποίησης"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "Μη έγκυρο URI, τα τοπικά URI δεν πρέπει να αρχίζουν με //"
 msgstr "Μη έγκυρο URI, τα τοπικά URI δεν πρέπει να αρχίζουν με //"
@@ -1822,6 +1818,10 @@ msgstr ""
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Αποτυχία εύρεσης της κατάστασης του %s."
 msgstr "Αποτυχία εύρεσης της κατάστασης του %s."
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Αποτυχία ορισμού του χρόνου τροποποίησης"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Αποτυχία κατά τη δημιουργία διασωλήνωσης IPC στην υποδιεργασία"
 msgstr "Αποτυχία κατά τη δημιουργία διασωλήνωσης IPC στην υποδιεργασία"
@@ -1970,6 +1970,26 @@ msgstr "Αδύνατη η εγγραφή στο %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Δεν βρέθηκε η έκδοση του debconf. Είναι το debconf εγκατεστημένο;"
 msgstr "Δεν βρέθηκε η έκδοση του debconf. Είναι το debconf εγκατεστημένο;"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Χρήση: apt-extracttemplates αρχείο1 [αρχείο2 ...]\n"
+"\n"
+"το apt-extracttemplates είναι ένα βοήθημα για να εξάγετε ρυθμίσεις \n"
+"και πρότυπα από πακέτα debian\n"
+"\n"
+"Επιλογές:\n"
+"  -h   Το παρόν κείμενο βοήθειας\n"
+"  -t   Καθορισμός προσωρινού καταλόγου\n"
+"  -c=? Ανάγνωση αυτού του αρχείου ρυθμίσεων\n"
+"  -o=? Καθορισμός αυθαίρετης επιλογής παραμέτρου, πχ -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3304,6 +3324,11 @@ msgstr ""
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Εκτέλεση του post-installation trigger %s"
 msgstr "Εκτέλεση του post-installation trigger %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "Έγινε εγκατάσταση του %s"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3330,11 +3355,6 @@ msgstr "Ξεπακετάρισμα του %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Προετοιμασία ρύθμισης του %s"
 msgstr "Προετοιμασία ρύθμισης του %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "Έγινε εγκατάσταση του %s"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3452,6 +3472,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 46 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1642,14 +1642,10 @@ msgstr "Algo raro pasó al resolver «%s:%s» (%i - %s)"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "No se pudo conectar a %s:%s:"
 msgstr "No se pudo conectar a %s:%s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Fallo al leer"
 msgstr "Fallo al leer"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Fallo al establecer el tiempo de modificación"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "URI inválido, los URIS locales no deben empezar por //"
 msgstr "URI inválido, los URIS locales no deben empezar por //"
@@ -1932,6 +1928,10 @@ msgstr "[Réplica: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Fallo al leer %s"
 msgstr "Fallo al leer %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Fallo al establecer el tiempo de modificación"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Fallo al crear una tubería IPC para el subproceso"
 msgstr "Fallo al crear una tubería IPC para el subproceso"
@@ -2076,6 +2076,21 @@ msgstr "No se pudo escribir en %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "No se puede encontrar la versión de debconf. ¿Está debconf instalado?"
 msgstr "No se puede encontrar la versión de debconf. ¿Está debconf instalado?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Uso: apt-internal-solver\n"
+"\n"
+"apt-internal-solver es una interfaz para utilizar el resolutor\n"
+"interno actual para la familia APT como uno externo, para depuración o\n"
+"similares.\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 msgid ""
 msgid ""
 "Usage: apt-internal-solver\n"
 "Usage: apt-internal-solver\n"
@@ -3471,6 +3486,11 @@ msgstr "Se detectó la desaparición de %s"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Ejecutando disparador post-instalación %s"
 msgstr "Ejecutando disparador post-instalación %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "%s instalado"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3497,11 +3517,6 @@ msgstr "Desempaquetando %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Preparándose para configurar %s"
 msgstr "Preparándose para configurar %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "%s instalado"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3631,6 +3646,26 @@ msgstr "Falló solucionador externo sin un mensaje de error apropiado"
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Ejecutar solucionador externo"
 msgstr "Ejecutar solucionador externo"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "Ejecutar solucionador externo"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "Enviar petición al solucionador"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "Enviar situación al solucionador"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr "Falló solucionador externo sin un mensaje de error apropiado"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 47 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1519,14 +1519,10 @@ msgstr "Zerbait arraroa pasatu da '%s:%s' (%i) ebaztean"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Ezin da konektatu -> %s %s:"
 msgstr "Ezin da konektatu -> %s %s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Huts egin du atzitzean"
 msgstr "Huts egin du atzitzean"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Huts egin du aldaketa ordua ezartzean"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "URI baliogabea. URI lokalek ezin dute // eduki hasieran"
 msgstr "URI baliogabea. URI lokalek ezin dute // eduki hasieran"
@@ -1806,6 +1802,10 @@ msgstr ""
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Huts egin du %s(e)tik datuak lortzean"
 msgstr "Huts egin du %s(e)tik datuak lortzean"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Huts egin du aldaketa ordua ezartzean"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Huts egin du azpiprozesuarentzako IPC kanalizazio bat sortzean"
 msgstr "Huts egin du azpiprozesuarentzako IPC kanalizazio bat sortzean"
@@ -1952,6 +1952,26 @@ msgstr "%s : ezin da idatzi"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Ezin da debconf bertsioa eskuratu. Debconf instalatuta dago?"
 msgstr "Ezin da debconf bertsioa eskuratu. Debconf instalatuta dago?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Erabilera: apt-extracttemplates fitxategia1 [fitxategia2 ...]\n"
+"\n"
+"apt-extracttemplates debian-eko paketeen konfigurazioaren eta txantiloien\n"
+"informazioa ateratzeko tresna bat da\n"
+"\n"
+"Aukerak:\n"
+"  -h   Laguntza testu hau\n"
+"  -t   Ezarri aldi baterako direktorioa\n"
+"  -c=? Irakurri konfigurazio fitxategi hau\n"
+"  -o=? Ezarri konfigurazio aukera arbitrario bat. Adib.: -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3275,6 +3295,11 @@ msgstr ""
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Inbstalazio-ondorengo %s abiarazlea exekutatzen"
 msgstr "Inbstalazio-ondorengo %s abiarazlea exekutatzen"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "%s Instalatuta"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3301,11 +3326,6 @@ msgstr "%s irekitzen"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "%s konfiguratzeko prestatzen"
 msgstr "%s konfiguratzeko prestatzen"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "%s Instalatuta"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3423,6 +3443,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 47 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1513,14 +1513,10 @@ msgstr "Jotain kenkkua tapahtui selvitettäessä \"%s: %s\" (%i)"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Ei ole mahdollista muodostaa yhteyttä %s %s:"
 msgstr "Ei ole mahdollista muodostaa yhteyttä %s %s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Komento stat ei toiminut"
 msgstr "Komento stat ei toiminut"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Tiedoston muutospäivämäärää ei saatu vaihdettua"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "URI on kelvoton, paikallinen URI ei saa alkaa //"
 msgstr "URI on kelvoton, paikallinen URI ei saa alkaa //"
@@ -1798,6 +1794,10 @@ msgstr ""
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Tiedostolle %s ei toimi stat"
 msgstr "Tiedostolle %s ei toimi stat"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Tiedoston muutospäivämäärää ei saatu vaihdettua"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "IPC-putken luominen aliprosessiin ei onnistunut"
 msgstr "IPC-putken luominen aliprosessiin ei onnistunut"
@@ -1945,6 +1945,26 @@ msgstr "Tiedostoon %s kirjoittaminen ei onnistu"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Ohjelman debconf versiota ei saa selvitettyä. Onko debconf asennettu?"
 msgstr "Ohjelman debconf versiota ei saa selvitettyä. Onko debconf asennettu?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Käyttö: apt-extracttemplates tdsto1 [tdsto2 ...]\n"
+"\n"
+"apt-extracttemplates on työkalu asetus- ja mallitietojen \n"
+"poimintaan debian-paketeista\n"
+"\n"
+"Valitsimet:\n"
+"  -h   Tämä ohje\n"
+"  -t   Aseta väliaikaisten tiedostojen kansio\n"
+"  -c=? Lue tämä asetustiedosto\n"
+"  -o=? Aseta mikä asetusvalitsin tahansa, esim. -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3266,6 +3286,11 @@ msgstr ""
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Suoritetaan jälkiasennusliipaisin %s"
 msgstr "Suoritetaan jälkiasennusliipaisin %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "%s asennettu"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3292,11 +3317,6 @@ msgstr "Puretaan %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Valmistaudutaan tekemään asetukset: %s"
 msgstr "Valmistaudutaan tekemään asetukset: %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "%s asennettu"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3414,6 +3434,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 54 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1566,14 +1566,10 @@ msgstr ""
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Impossible de se connecter à %s:%s :"
 msgstr "Impossible de se connecter à %s:%s :"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Impossible de statuer"
 msgstr "Impossible de statuer"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Impossible de modifier l'heure "
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "Liens invalides, les liens locaux ne doivent pas débuter par //"
 msgstr "Liens invalides, les liens locaux ne doivent pas débuter par //"
@@ -1858,6 +1854,10 @@ msgstr "[Miroir : %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Impossible de statuer %s"
 msgstr "Impossible de statuer %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Impossible de modifier l'heure "
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Impossible de créer le tube IPC sur le sous-processus"
 msgstr "Impossible de créer le tube IPC sur le sous-processus"
@@ -2006,6 +2006,29 @@ msgid "Cannot get debconf version. Is debconf installed?"
 msgstr ""
 msgstr ""
 "Impossible d'obtenir la version de debconf. Est-ce que debconf est installé ?"
 "Impossible d'obtenir la version de debconf. Est-ce que debconf est installé ?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Utilisation: apt-internal-solver\n"
+"\n"
+"apt-internal-solver est une interface en ligne de commande\n"
+"permettant d'utiliser la résolution interne d'apt de manière externe\n"
+"avec les outils de la famille d'APT à des fins de déboguage ou\n"
+"équivalent.\n"
+"\n"
+"Options:\n"
+"  -h  La présente aide.\n"
+"  -q  Affichage journalisable - pas de barre de progression\n"
+"  -c=? lecture du fichier de configuration indiqué\n"
+"  -o=? utilisation d'une option de configuration,\n"
+"       p. ex. -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3386,6 +3409,11 @@ msgstr "Disparition de %s constatée"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Exécution des actions différées (« trigger ») de %s"
 msgstr "Exécution des actions différées (« trigger ») de %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "%s installé"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3412,11 +3440,6 @@ msgstr "Décompression de %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Préparation de la configuration de %s"
 msgstr "Préparation de la configuration de %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "%s installé"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3543,6 +3566,26 @@ msgstr "Échec du solveur externe sans message d'erreur adapté"
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Exécution du solveur externe"
 msgstr "Exécution du solveur externe"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "Exécution du solveur externe"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "Envoi d'une requête au solveur"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "Envoi du scénario au solveur"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr "Échec du solveur externe sans message d'erreur adapté"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 48 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1531,14 +1531,10 @@ msgstr "Aconteceu algo malo, buscando «%s:%s» (%i - %s)"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Non é posíbel conectar %s:%s:"
 msgstr "Non é posíbel conectar %s:%s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Non foi posíbel determinar o estado"
 msgstr "Non foi posíbel determinar o estado"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Non foi posíbel estabelecer a hora de modificación"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "URI incorrecto, os URI locais non deben comezar por //"
 msgstr "URI incorrecto, os URI locais non deben comezar por //"
@@ -1819,6 +1815,10 @@ msgstr "[Replica: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Non foi posíbel determinar o estado %s"
 msgstr "Non foi posíbel determinar o estado %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Non foi posíbel estabelecer a hora de modificación"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Non foi posíbel crear a canle IPC ao subproceso"
 msgstr "Non foi posíbel crear a canle IPC ao subproceso"
@@ -1966,6 +1966,27 @@ msgstr "Non é posíbel escribir en %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Non é posíbel obter a versión de debconf. Debconf está instalado?"
 msgstr "Non é posíbel obter a versión de debconf. Debconf está instalado?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Uso: apt-extracttemplates fich1 [fich2 ...]\n"
+"\n"
+"apt-extracttemplates é unha ferramenta para extraer información\n"
+"de configuración e patróns dos paquetes debian\n"
+"\n"
+"Opcións:\n"
+"  -h   Este texto de axuda\n"
+"  -t   Estabelece o directorio temporal\n"
+"  -c=? Le este ficheiro de configuración\n"
+"  -o=? Estabelece unha opción de configuración, por exemplo: -o dir::cache=/"
+"tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3324,6 +3345,11 @@ msgstr "Tomando nota da desaparición de %s"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Executando o disparador de post-instalación %s"
 msgstr "Executando o disparador de post-instalación %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "Instalouse %s"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3350,11 +3376,6 @@ msgstr "Desempaquetando %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Preparandose para configurar %s"
 msgstr "Preparandose para configurar %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "Instalouse %s"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3485,6 +3506,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 45 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1571,14 +1571,10 @@ msgstr "Hiba történt „%s:%s” feloldásakor (%i - %s)"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Nem lehet csatlakozni ehhez: %s:%s:"
 msgstr "Nem lehet csatlakozni ehhez: %s:%s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Nem érhető el"
 msgstr "Nem érhető el"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "A módosítási idő beállítása sikertelen"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "Érvénytelen URI, helyi URI-k nem kezdődhetnek //-rel"
 msgstr "Érvénytelen URI, helyi URI-k nem kezdődhetnek //-rel"
@@ -1862,6 +1858,10 @@ msgstr "[Tükör: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "%s elérése sikertelen"
 msgstr "%s elérése sikertelen"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "A módosítási idő beállítása sikertelen"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Nem sikerült IPC-adatcsatornát létrehozni az alfolyamathoz"
 msgstr "Nem sikerült IPC-adatcsatornát létrehozni az alfolyamathoz"
@@ -2001,6 +2001,20 @@ msgstr "Nem lehet írni ebbe: %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Nem lehet megállapítani a debconf verziót. A debconf telepítve van?"
 msgstr "Nem lehet megállapítani a debconf verziót. A debconf telepítve van?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Használat: apt-internal-solver\n"
+"\n"
+"Az apt-internal-solver felülettel az aktuális belső feloldó külső\n"
+"feloldóként használható az APT családhoz hibakeresési vagy hasonló céllal\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 msgid ""
 msgid ""
 "Usage: apt-internal-solver\n"
 "Usage: apt-internal-solver\n"
@@ -3380,6 +3394,11 @@ msgstr "„%s” eltűnése feljegyezve"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "A(z) %s telepítés utáni trigger futtatása"
 msgstr "A(z) %s telepítés utáni trigger futtatása"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "%s telepítve"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3406,11 +3425,6 @@ msgstr "%s kicsomagolása"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "%s konfigurálásának előkészítése"
 msgstr "%s konfigurálásának előkészítése"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "%s telepítve"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3537,6 +3551,26 @@ msgstr "A külső solver megfelelő hibaüzenet nélkül hibázott"
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Külső solver végrehajtása"
 msgstr "Külső solver végrehajtása"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "Külső solver végrehajtása"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "Kérés küldése a solvernek"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "A helyzet elküldése a solvernek"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr "A külső solver megfelelő hibaüzenet nélkül hibázott"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 51 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1557,14 +1557,10 @@ msgstr ""
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Impossibile connettersi a %s:%s:"
 msgstr "Impossibile connettersi a %s:%s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Esecuzione di stat non riuscita"
 msgstr "Esecuzione di stat non riuscita"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Impostazione della data di modifica non riuscita"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "URI non valido, gli URI locali non devono iniziare con //"
 msgstr "URI non valido, gli URI locali non devono iniziare con //"
@@ -1849,6 +1845,10 @@ msgstr "[Mirror: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Impossibile eseguire stat su %s"
 msgstr "Impossibile eseguire stat su %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Impostazione della data di modifica non riuscita"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Creazione di una pipe IPC verso il sottoprocesso non riuscita"
 msgstr "Creazione di una pipe IPC verso il sottoprocesso non riuscita"
@@ -1998,6 +1998,26 @@ msgstr "Impossibile scrivere in %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Impossibile trovare la versione di debconf. È installato?"
 msgstr "Impossibile trovare la versione di debconf. È installato?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Uso: apt-internal-solver\n"
+"\n"
+"apt-internal-solver è un'interfaccia per l'utilizzo del resolver interno\n"
+"come resolver esterno per il debugging degli strumenti APT\n"
+"\n"
+"Opzioni:\n"
+"  -h   Mostra questo aiuto\n"
+"  -q   Output registrabile, nessun indicatore di avanzamento\n"
+"  -c=? Legge come configurazione il file specificato\n"
+"  -o=? Imposta un'opzione di configurazione, es. -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3369,6 +3389,11 @@ msgstr "Notata la sparizione di %s"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Esecuzione comando di post installazione %s"
 msgstr "Esecuzione comando di post installazione %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "Pacchetto %s installato"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3395,11 +3420,6 @@ msgstr "Estrazione di %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Preparazione alla configurazione di %s"
 msgstr "Preparazione alla configurazione di %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "Pacchetto %s installato"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3529,6 +3549,26 @@ msgstr "Il solver esterno è terminato senza un errore di messaggio"
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Esecuzione solver esterno"
 msgstr "Esecuzione solver esterno"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "Esecuzione solver esterno"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "Invia la richiesta al solver"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "Invia lo scenario al solver"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr "Il solver esterno è terminato senza un errore di messaggio"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 45 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1571,14 +1571,10 @@ msgstr "'%s:%s' (%i - %s) の解決中に何か問題が起こりました"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "%s:%s へ接続できません:"
 msgstr "%s:%s へ接続できません:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "状態の取得に失敗しました"
 msgstr "状態の取得に失敗しました"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "変更時刻の設定に失敗しました"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "不正な URI です。ローカルの URI は // で始まってはいけません"
 msgstr "不正な URI です。ローカルの URI は // で始まってはいけません"
@@ -1857,6 +1853,10 @@ msgstr "[ミラー: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "%s の状態を取得するのに失敗しました"
 msgstr "%s の状態を取得するのに失敗しました"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "変更時刻の設定に失敗しました"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "子プロセスへの IPC パイプの作成に失敗しました"
 msgstr "子プロセスへの IPC パイプの作成に失敗しました"
@@ -1995,6 +1995,20 @@ msgid "Cannot get debconf version. Is debconf installed?"
 msgstr ""
 msgstr ""
 "debconf のバージョンを取得できません。debconf はインストールされていますか?"
 "debconf のバージョンを取得できません。debconf はインストールされていますか?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"使用方法: apt-internal-solver\n"
+"\n"
+"apt-internal-solver は、デバッグなどの用途で、現在の内部リゾルバを\n"
+"APT ファミリの外部リゾルバのように使うためのインターフェイスです。\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 msgid ""
 msgid ""
 "Usage: apt-internal-solver\n"
 "Usage: apt-internal-solver\n"
@@ -3367,6 +3381,11 @@ msgstr "%s の消失を記録しています"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "インストール後トリガ %s を実行しています"
 msgstr "インストール後トリガ %s を実行しています"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "%s をインストールしました"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3393,11 +3412,6 @@ msgstr "%s を展開しています"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "%s の設定を準備しています"
 msgstr "%s の設定を準備しています"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "%s をインストールしました"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3525,6 +3539,26 @@ msgstr "外部ソルバが適切なエラーメッセージなしに失敗しま
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "外部ソルバを実行"
 msgstr "外部ソルバを実行"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "外部ソルバを実行"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "ソルバにリクエストを送信"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "ソルバにシナリオを送信"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr "外部ソルバが適切なエラーメッセージなしに失敗しました"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 47 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1508,14 +1508,10 @@ msgstr "ការ​ដោះស្រាយ​អ្វី​អាក្រក
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "មិន​អាច​តភ្ជាប់​ទៅកាន់​​ %s %s ៖"
 msgstr "មិន​អាច​តភ្ជាប់​ទៅកាន់​​ %s %s ៖"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "បរាជ័យ​ក្នុងការថ្លែង"
 msgstr "បរាជ័យ​ក្នុងការថ្លែង"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "បរាជ័យក្នុងការកំណត់​ពេលវេលា​ការកែប្រែ​"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "URI មិនត្រឹមត្រូវ​ URIS មូលដ្ឋានមិនត្រូវ​ចាប់ផ្តើម​ជាមួយ​ // ឡើយ"
 msgstr "URI មិនត្រឹមត្រូវ​ URIS មូលដ្ឋានមិនត្រូវ​ចាប់ផ្តើម​ជាមួយ​ // ឡើយ"
@@ -1788,6 +1784,10 @@ msgstr ""
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "បាន​បរាជ័យ​ក្នុង​ការថ្លែង  %s"
 msgstr "បាន​បរាជ័យ​ក្នុង​ការថ្លែង  %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "បរាជ័យក្នុងការកំណត់​ពេលវេលា​ការកែប្រែ​"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "បរាជ័យ​ក្នុង​ការ​បង្កើត​បំពង់​ IPC សម្រាប់​ដំណើរ​ការ​រង​"
 msgstr "បរាជ័យ​ក្នុង​ការ​បង្កើត​បំពង់​ IPC សម្រាប់​ដំណើរ​ការ​រង​"
@@ -1932,6 +1932,26 @@ msgstr "មិន​អាច​សរសេរ​ទៅ %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "មិន​អាច​ទទួល​យក​កំណែ​ debconf  ។ តើ​ debconf បានដំឡើង​ឬ ?"
 msgstr "មិន​អាច​ទទួល​យក​កំណែ​ debconf  ។ តើ​ debconf បានដំឡើង​ឬ ?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"ការ​ប្រើប្រាស់​ ៖ apt-extracttemplates file1 [file2 ...]\n"
+"\n"
+"apt-extracttemplates ជាឧបករណ៍ដើម្បី​ស្រង់​ព័ត៌មាន​ការ​រចនាសម្ព័ន្ធ​​និង​ពុម្ព​\n"
+"ពី​កញ្ចប់​​ដេបៀន \n"
+"\n"
+"ជម្រើស ៖ ​\n"
+"  -h   អត្ថបទ​ជំនួយ​\n"
+"  -t  កំណត់​ថត​បណ្ដោះ​អាសន្ន\n"
+"  -c=? អាន​ឯកសារ​ការ​កំណត់​រចនាស្ព័ន្ធ​នេះ\n"
+"  -o=? កំណត់​ជម្រើស​ការ​កំណត់​រចនា​សម្ព័ន្ធ​តាម​ចិត្ត ឧ. eg -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3249,6 +3269,11 @@ msgstr ""
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "បាន​ដំឡើង %s"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, fuzzy, c-format
 #, fuzzy, c-format
@@ -3275,11 +3300,6 @@ msgstr "កំពុង​ស្រាយ %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "កំពុងរៀបចំ​កំណត់រចនាសម្ព័ន្ធ %s"
 msgstr "កំពុងរៀបចំ​កំណត់រចនាសម្ព័ន្ធ %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "បាន​ដំឡើង %s"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3398,6 +3418,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 47 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1504,14 +1504,10 @@ msgstr "'%s:%s'의 주소를 알아내는데 무언가 이상한 일이 발생
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "%s:%s에 연결할 수 없습니다:"
 msgstr "%s:%s에 연결할 수 없습니다:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "파일 정보를 읽는데 실패했습니다"
 msgstr "파일 정보를 읽는데 실패했습니다"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "파일 변경 시각을 설정하는데 실패했습니다"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "URI가 틀렸습니다. 로컬 URI는 //로 시작해야 합니다."
 msgstr "URI가 틀렸습니다. 로컬 URI는 //로 시작해야 합니다."
@@ -1786,6 +1782,10 @@ msgstr "[미러 사이트: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "%s의 정보를 읽는데 실패했습니다"
 msgstr "%s의 정보를 읽는데 실패했습니다"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "파일 변경 시각을 설정하는데 실패했습니다"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "하위 프로세스에 대한 IPC 파이프를 만드는데 실패했습니다"
 msgstr "하위 프로세스에 대한 IPC 파이프를 만드는데 실패했습니다"
@@ -1929,6 +1929,26 @@ msgstr "%s에 쓸 수 없습니다"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "debconf 버전을 알 수 없습니다. debconf가 설치되었습니까?"
 msgstr "debconf 버전을 알 수 없습니다. debconf가 설치되었습니까?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"사용법: apt-extracttemplates 파일1 [파일2 ...]\n"
+"\n"
+"apt-extracttemplates는 데비안 패키지에서 설정 및 서식 정보를 뽑아내는\n"
+"도구입니다\n"
+"\n"
+"옵션:\n"
+"  -h   이 도움말\n"
+"  -t   임시 디렉토리 설정\n"
+"  -c=? 설정 파일을 읽습니다\n"
+"  -o=? 임의의 옵션을 설정합니다. 예를 들어 -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3257,6 +3277,11 @@ msgstr "%s 사라짐 발견했습니다"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "설치 후 트리거 %s 실행하는 중입니다"
 msgstr "설치 후 트리거 %s 실행하는 중입니다"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "%s 설치"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3283,11 +3308,6 @@ msgstr "%s 푸는 중입니다"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "%s 패키지를 설정할 준비하는 중입니다"
 msgstr "%s 패키지를 설정할 준비하는 중입니다"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "%s 설치"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3411,6 +3431,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 49 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1471,15 +1471,11 @@ msgstr ""
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Nikare bi %s re girêdan pêk bîne %s:"
 msgstr "Nikare bi %s re girêdan pêk bîne %s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 #, fuzzy
 #, fuzzy
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "%s venebû"
 msgstr "%s venebû"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr ""
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr ""
 msgstr ""
@@ -1753,6 +1749,10 @@ msgstr ""
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr ""
 msgstr ""
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr ""
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr ""
 msgstr ""
@@ -1884,6 +1884,28 @@ msgstr "Nivîsandin ji bo %s ne pêkane"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Guhertoya debconf nehate stendin. debconf sazkirî ye?"
 msgstr "Guhertoya debconf nehate stendin. debconf sazkirî ye?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Bikaranîn: apt-config [vebijark] ferman\n"
+"apt-config, amûra xwendina dosyeya mîhengên APTê ye\n"
+"\n"
+"Ferman\n"
+"  shell - moda shell\n"
+"  dump - Mîhengan nîşan dide\n"
+"\n"
+"Vebijark:\n"
+"  -h Ev dosyeya alîkariyê ye.\n"
+"  -c=? Dosyeya mîhengan nîşan dide\n"
+"  -o=? Rê li ber vedike ku tu karibe li gorî dilê xwe vebijarkan diyar bike. "
+"mînak -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3156,6 +3178,11 @@ msgstr ""
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "%s hatine sazkirin"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3182,11 +3209,6 @@ msgstr "%s tê derxistin"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Mîhengkirina %s tê amadekirin"
 msgstr "Mîhengkirina %s tê amadekirin"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "%s hatine sazkirin"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3304,6 +3326,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 48 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1501,14 +1501,10 @@ msgstr ""
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Nepavyko prisijungti prie %s %s:"
 msgstr "Nepavyko prisijungti prie %s %s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr ""
 msgstr ""
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr ""
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr ""
 msgstr ""
@@ -1779,6 +1775,10 @@ msgstr ""
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Nepavyko patikrinti %s"
 msgstr "Nepavyko patikrinti %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr ""
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Nepavyko subprocesui sukurti IPC gijos"
 msgstr "Nepavyko subprocesui sukurti IPC gijos"
@@ -1928,6 +1928,27 @@ msgstr "Nepavyko įrašyti į %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Nepavyko sužinoti debconf versijos. Ar įdiegtas debconf?"
 msgstr "Nepavyko sužinoti debconf versijos. Ar įdiegtas debconf?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Naudojimas: apt-extracttemplates failas1 [failas2 ...]\n"
+"\n"
+"apt-extracttemplates tai įrankis skirtas konfigūracijų, bei šablonų "
+"informacijos išskleidimui\n"
+"iš debian paketų\n"
+"\n"
+"Parametrai:\n"
+"  -h Šis pagalbos tekstas\n"
+"  -t Nustatyti laikinąjį aplanką\n"
+"  -c=? Nuskaityti šį konfigūracijų failą\n"
+"  -o=? Nustatyti savarankiškas nuostatas, pvz.: -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3247,6 +3268,11 @@ msgstr ""
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "Įdiegta %s"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3273,11 +3299,6 @@ msgstr "Išpakuojamas %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Ruošiamasi konfigūruoti %s"
 msgstr "Ruošiamasi konfigūruoti %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "Įdiegta %s"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3395,6 +3416,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 47 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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 "
@@ -1502,14 +1502,10 @@ msgstr "%s:%s' (%i) रिझॉल्व्ह होत असताना क
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "%s %s ला जोडण्यास असमर्थ:"
 msgstr "%s %s ला जोडण्यास असमर्थ:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "स्टॅट करण्यास असमर्थ"
 msgstr "स्टॅट करण्यास असमर्थ"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "बदलण्याचा वेळ निश्चित करण्यास असमर्थ"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "अवैध यू आर एल, स्थानिक यू आर आय एस सुरू होऊ नये यापासून //"
 msgstr "अवैध यू आर एल, स्थानिक यू आर आय एस सुरू होऊ नये यापासून //"
@@ -1784,6 +1780,10 @@ msgstr ""
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "%s स्टेट करण्यास असमर्थ"
 msgstr "%s स्टेट करण्यास असमर्थ"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "बदलण्याचा वेळ निश्चित करण्यास असमर्थ"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "उपक्रियेचा आयपीसी वाहिनी तयार करण्यास असमर्थ"
 msgstr "उपक्रियेचा आयपीसी वाहिनी तयार करण्यास असमर्थ"
@@ -1929,6 +1929,26 @@ msgstr "%s मध्ये लिहिण्यास असमर्थ "
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "debconf आवृत्ती मिळू शकत नाही,debconf अधिष्ठापित झाली काय?"
 msgstr "debconf आवृत्ती मिळू शकत नाही,debconf अधिष्ठापित झाली काय?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"उपयोग : ऍप्ट - एक्स्ट्रॅक्ट टेंप्लेट्स संचिका १[संचिका २..... ]\n"
+" \n"
+"ऍप्ट- एक्स्टॅक्ट टेंम्प्लेट्स हे संरचना व नमुन्याची माहिती काढण्याचे साधन आहे \n"
+"डेबियन पॅकेजेस मधून \n"
+"\n"
+"पर्याय : \n"
+" -h    हा साह्याकारी मजकूर \n"
+" -t     टेंप डिर निर्धारित करा \n"
+"  -c=?  ही संरचना संचिका वाचा \n"
+" -o=?  एखादा अहेतुक संरचना पर्याय निर्धारित करा जसे-  -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3248,6 +3268,11 @@ msgstr ""
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "संस्थापना-पश्चात ट्रिगर %s चालवत आहे"
 msgstr "संस्थापना-पश्चात ट्रिगर %s चालवत आहे"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "%s संस्थापित झाले"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3274,11 +3299,6 @@ msgstr "%s सुटे/मोकळे करीत आहे "
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "%s संरचने साठी तयार करत आहे"
 msgstr "%s संरचने साठी तयार करत आहे"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "%s संस्थापित झाले"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3396,6 +3416,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 48 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1545,14 +1545,10 @@ msgstr "Noe galt skjedde ved oppslag av «%s:%s» (%i - %s)"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Klarte ikke koble til %s:%s:"
 msgstr "Klarte ikke koble til %s:%s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Klarte ikke å få status"
 msgstr "Klarte ikke å få status"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Klarte ikke å sette endringstidspunkt"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "Ugyldig adresse. Lokale adresser kan ikke starte med //"
 msgstr "Ugyldig adresse. Lokale adresser kan ikke starte med //"
@@ -1829,6 +1825,10 @@ msgstr "[Speil: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Klarte ikke å få statusen på %s"
 msgstr "Klarte ikke å få statusen på %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Klarte ikke å sette endringstidspunkt"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Klarte ikke å opprette IPC-rør til underprosessen"
 msgstr "Klarte ikke å opprette IPC-rør til underprosessen"
@@ -1975,6 +1975,27 @@ msgstr "Kan ikke skrive til %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Kan ikke fastslå debconf-versjonen. Er debconf installert?"
 msgstr "Kan ikke fastslå debconf-versjonen. Er debconf installert?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Bruk: apt-extracttemplates fil1 [fil2 ...]\n"
+"\n"
+"apt-extracttemplates er et verktøy til å hente ut informasjon om "
+"innstillinger\n"
+"og maler fra debianpakker.\n"
+"\n"
+"Innstillinger:\n"
+"  -h   Denne hjelpeteksten\n"
+"  -t   Lag en midlertidig mappe\n"
+"  -c=? Les denne innstillingsfila.\n"
+"  -o=? Sett en vilkårlig innstilling, f.eks. -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3310,6 +3331,11 @@ msgstr "Legger merke til at %s forsvinner"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Kjører etter-installasjonsutløser %s"
 msgstr "Kjører etter-installasjonsutløser %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "Installerte %s"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3336,11 +3362,6 @@ msgstr "Pakker ut %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Forbereder oppsett av %s"
 msgstr "Forbereder oppsett av %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "Installerte %s"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3467,6 +3488,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 47 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1505,14 +1505,10 @@ msgstr " '%s:%s' (%i) हल गर्दा केही दुष्ट घट
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "%s %s मा जडान गर्न असफल भयो:"
 msgstr "%s %s मा जडान गर्न असफल भयो:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "स्थिर गर्न असफल भयो"
 msgstr "स्थिर गर्न असफल भयो"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "परिमार्जन समय सेट असफल भयो"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "अवैध URl, स्थानिय URIS // संग सुरू हुन सक्दैन"
 msgstr "अवैध URl, स्थानिय URIS // संग सुरू हुन सक्दैन"
@@ -1786,6 +1782,10 @@ msgstr ""
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr " %s स्थिर गर्न असफल"
 msgstr " %s स्थिर गर्न असफल"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "परिमार्जन समय सेट असफल भयो"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "सहायक प्रक्रियामा IPC पाइप सिर्जना गर्न असफल"
 msgstr "सहायक प्रक्रियामा IPC पाइप सिर्जना गर्न असफल"
@@ -1932,6 +1932,26 @@ msgstr " %s मा लेख्न असक्षम"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr " debconf संस्करण प्राप्त गर्न सकिएन । के debconf स्थापना भयो ? "
 msgstr " debconf संस्करण प्राप्त गर्न सकिएन । के debconf स्थापना भयो ? "
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"उपयोग: apt-extracttemplates file1 [file2 ...]\n"
+"\n"
+" apt-extracttemplates डवियन प्याकेजहरुबाट कनफिगरेसन र टेम्प्लेट सूचना झिक्ने उपकरण हो\n"
+"\n"
+"\n"
+"विकल्पहरू:\n"
+"  -h   यो मद्दत पाठ\n"
+"  -t   टेम्प्लेट डाइरेक्ट्री सेट गर्नुहोस्\n"
+"  -c=? यो कनफिगरेसन फाइल पढ्नुहोस्\n"
+"  -o=? एउटा स्वेच्छाचारी कनफिगरेसन विकल्प सेट गर्नुहोस्, जस्तै -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3248,6 +3268,11 @@ msgstr ""
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr " %s स्थापना भयो"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, fuzzy, c-format
 #, fuzzy, c-format
@@ -3274,11 +3299,6 @@ msgstr " %s अनप्याक गरिदैछ"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr " %s कनफिगर गर्न तयार गरिदैछ"
 msgstr " %s कनफिगर गर्न तयार गरिदैछ"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr " %s स्थापना भयो"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3397,6 +3417,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 45 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1595,14 +1595,10 @@ msgstr "Er gebeurde iets raars bij het opzoeken van '%s:%s' (%i - %s)"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Kan geen verbinding maken met %s:%s:"
 msgstr "Kan geen verbinding maken met %s:%s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Kon status niet bepalen"
 msgstr "Kon status niet bepalen"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Instellen van de aanpassingstijd is mislukt"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "Ongeldige URI. Lokale URI's mogen niet beginnen met //"
 msgstr "Ongeldige URI. Lokale URI's mogen niet beginnen met //"
@@ -1889,6 +1885,10 @@ msgstr "[Spiegelserver: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Opvragen van de status van %s is mislukt"
 msgstr "Opvragen van de status van %s is mislukt"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Instellen van de aanpassingstijd is mislukt"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Aanmaken van IPC-pijp naar subproces is mislukt"
 msgstr "Aanmaken van IPC-pijp naar subproces is mislukt"
@@ -2037,6 +2037,20 @@ msgstr "Kan niet naar %s schrijven"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Kan versie van debconf niet bepalen. Is debconf geïnstalleerd?"
 msgstr "Kan versie van debconf niet bepalen. Is debconf geïnstalleerd?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Gebruik: apt-internal-solver\n"
+"\n"
+"apt--internal-solver is een interface om voor de APT-familie de actuele\n"
+"interne oplosser als een externe te gebruiken voor debugging e.d.\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 msgid ""
 msgid ""
 "Usage: apt-internal-solver\n"
 "Usage: apt-internal-solver\n"
@@ -3424,6 +3438,11 @@ msgstr "De verdwijning van %s wordt opgemerkt"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Post-installatie-trigger %s wordt uitgevoerd"
 msgstr "Post-installatie-trigger %s wordt uitgevoerd"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "%s is geïnstalleerd"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3450,11 +3469,6 @@ msgstr "%s wordt uitgepakt"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Configuratie van %s wordt voorbereid"
 msgstr "Configuratie van %s wordt voorbereid"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "%s is geïnstalleerd"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3584,6 +3598,26 @@ msgstr "Externe oplosser faalde zonder passende foutmelding"
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Externe oplosser uitvoeren"
 msgstr "Externe oplosser uitvoeren"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "Externe oplosser uitvoeren"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "Verzoek naar de oplosser sturen"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "Scenario naar de oplosser sturen"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr "Externe oplosser faalde zonder passende foutmelding"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 47 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1520,14 +1520,10 @@ msgstr "Det hende noko dumt ved oppslag av 
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Klarte ikkje kopla til %s %s:"
 msgstr "Klarte ikkje kopla til %s %s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Klarte ikkje få status"
 msgstr "Klarte ikkje få status"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Klarte ikkje setja endringstidspunkt"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "Ugyldig URI. Lokale URI-ar kan ikkje starta med //"
 msgstr "Ugyldig URI. Lokale URI-ar kan ikkje starta med //"
@@ -1801,6 +1797,10 @@ msgstr ""
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Klarte ikkje få status til %s"
 msgstr "Klarte ikkje få status til %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Klarte ikkje setja endringstidspunkt"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Klarte ikkje oppretta IPC-røyr til underprosessen"
 msgstr "Klarte ikkje oppretta IPC-røyr til underprosessen"
@@ -1945,6 +1945,26 @@ msgstr "Klarte ikkje skriva til %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Finn ikkje debconf-versjonen. Er debconf installert?"
 msgstr "Finn ikkje debconf-versjonen. Er debconf installert?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Bruk: apt-extracttemplates fil1 [fil2 ...]\n"
+"\n"
+"apt-extracttemplates er eit verktøy for å henta ut informasjon om\n"
+"oppsett og malar frå Debian-pakkar.\n"
+"\n"
+"Val:\n"
+"  -h   Vis denne hjelpeteksten\n"
+"  -t   Vel mellombels katalog\n"
+"  -c=? Les denne innstillingsfila.\n"
+"  -o=? Set ei vilkårleg innstilling, t.d. «-o dir::cache=/tmp».\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3263,6 +3283,11 @@ msgstr ""
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, fuzzy, c-format
+msgid "Installed %s"
+msgstr "  Installert: "
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, fuzzy, c-format
 #, fuzzy, c-format
@@ -3289,11 +3314,6 @@ msgstr "Opnar %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Opnar oppsettsfila %s"
 msgstr "Opnar oppsettsfila %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, fuzzy, c-format
-msgid "Installed %s"
-msgstr "  Installert: "
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3412,6 +3432,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 54 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1568,14 +1568,10 @@ msgstr "Coś niewłaściwego stało się przy tłumaczeniu \"%s:%s\" (%i - %s)"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Nie udało się połączyć z %s:%s:"
 msgstr "Nie udało się połączyć z %s:%s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Nie udało się wykonać operacji stat"
 msgstr "Nie udało się wykonać operacji stat"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Nie udało się ustawić czasu modyfikacji"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "Nieprawidłowe URI, lokalne URI nie mogą zaczynać się od //"
 msgstr "Nieprawidłowe URI, lokalne URI nie mogą zaczynać się od //"
@@ -1855,6 +1851,10 @@ msgstr "[Serwer lustrzany: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Nie udało się wykonać operacji stat na %s"
 msgstr "Nie udało się wykonać operacji stat na %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Nie udało się ustawić czasu modyfikacji"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Nie udało się utworzyć potoku IPC do podprocesu"
 msgstr "Nie udało się utworzyć potoku IPC do podprocesu"
@@ -2002,6 +2002,27 @@ msgstr "Nie udało się pisać do %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Nie udało się pobrać wersji debconf. Czy debconf jest zainstalowany?"
 msgstr "Nie udało się pobrać wersji debconf. Czy debconf jest zainstalowany?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Użycie: apt-internal-solver\n"
+"\n"
+"apt-internal-solver jest interfejsem do używania bieżącego, wewnętrznego\n"
+"mechanizmu rozwiązywania zależności - w sposób podobny jak zewnętrznego\n"
+"mechanizmu rodziny APT - do celów debugowania itp.\n"
+"\n"
+"Opcje:\n"
+"  -h   Ten tekst pomocy.\n"
+"  -q   Zapisywalne wyjście - brak wskaźnika postępu\n"
+"  -c=? Czyta wskazany plik konfiguracyjny\n"
+"  -o=? Ustawia dowolną opcję konfiguracji, np. -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3360,6 +3381,11 @@ msgstr "Proszę odnotować zniknięcie %s"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Uruchamianie wyzwalacza post-installation %s"
 msgstr "Uruchamianie wyzwalacza post-installation %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "Pakiet %s został zainstalowany"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3386,11 +3412,6 @@ msgstr "Rozpakowywanie %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Przygotowywanie do konfiguracji %s"
 msgstr "Przygotowywanie do konfiguracji %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "Pakiet %s został zainstalowany"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3521,6 +3542,28 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Wykonywanie zewnętrznego mechanizmu rozwiązywania zależności"
 msgstr "Wykonywanie zewnętrznego mechanizmu rozwiązywania zależności"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "Wykonywanie zewnętrznego mechanizmu rozwiązywania zależności"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "Wysyłanie żądania do mechanizmu rozwiązywania zależności"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "Wysyłanie scenariusza do mechanizmu rozwiązywania zależności"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr ""
+"Zewnętrzny mechanizm rozwiązywania zależności zawiódł, bez podania "
+"prawidłowego komunikatu o błędzie"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 51 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1535,14 +1535,10 @@ msgstr "Algo estranho aconteceu ao resolver '%s:%s' (%i - %s)"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Não foi possível ligar a %s:%s:"
 msgstr "Não foi possível ligar a %s:%s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Falhou o stat"
 msgstr "Falhou o stat"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Falhou definir hora de modificação"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "URI inválido, URIs locais não devem começar por //"
 msgstr "URI inválido, URIs locais não devem começar por //"
@@ -1821,6 +1817,10 @@ msgstr "[Mirror: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Falha stat %s"
 msgstr "Falha stat %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Falhou definir hora de modificação"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Falha ao criar pipe IPC para subprocesso"
 msgstr "Falha ao criar pipe IPC para subprocesso"
@@ -1970,6 +1970,26 @@ msgstr "Não conseguiu escrever para %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Não pode obter a versão do debconf. O debconf está instalado?"
 msgstr "Não pode obter a versão do debconf. O debconf está instalado?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Utilização: apt-internal-solver\n"
+"\n"
+"O apt-internal-solver é um interface para utilizar o actual interno como um\n"
+" resolvedor externo para a família APT para depuração ou semelhante.\n"
+"\n"
+"Opções:\n"
+"  -h  Este texto de ajuda.\n"
+"  -q  Saída para registo - sem indicador de progresso\n"
+"  -c=? Ler este ficheiro de configuração\n"
+"  -o=? Definir uma opção de configuração arbitrária, p.e. dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3334,6 +3354,11 @@ msgstr "A notar o desaparecimento de %s"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "A correr o 'trigger' de pós-instalação %s"
 msgstr "A correr o 'trigger' de pós-instalação %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "%s instalado"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3360,11 +3385,6 @@ msgstr "A desempacotar %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "A preparar para configurar %s"
 msgstr "A preparar para configurar %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "%s instalado"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3493,6 +3513,26 @@ msgstr "O resolvedor externo falhou sem uma mensagem de erro adequada"
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Executar resolvedor externo"
 msgstr "Executar resolvedor externo"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "Executar resolvedor externo"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "Enviar pedido para resolvedor"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "Enviar cenário a resolver"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr "O resolvedor externo falhou sem uma mensagem de erro adequada"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 48 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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."
@@ -1520,14 +1520,10 @@ msgstr "Algo estranho aconteceu resolvendo '%s:%s' (%i)"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Impossível conectar em %s %s:"
 msgstr "Impossível conectar em %s %s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Falhou ao executar \"stat\""
 msgstr "Falhou ao executar \"stat\""
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Falhou ao definir hora de modificação"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "URI inválida, URIs locais não devem iniciar com //"
 msgstr "URI inválida, URIs locais não devem iniciar com //"
@@ -1807,6 +1803,10 @@ msgstr ""
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Falhou ao executar \"stat\" %s"
 msgstr "Falhou ao executar \"stat\" %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Falhou ao definir hora de modificação"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Falhou ao criar pipe IPC para sub-processo"
 msgstr "Falhou ao criar pipe IPC para sub-processo"
@@ -1958,6 +1958,27 @@ msgstr "Impossível escrever para %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Não foi possível obter a versão do debconf. O debconf está instalado?"
 msgstr "Não foi possível obter a versão do debconf. O debconf está instalado?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Uso: apt-extracttemplates arquivo1 [arquivo2 ...]\n"
+"\n"
+"O apt-extracttemplates é uma ferramenta para extrair informações de modelo\n"
+"(\"template\") e configuração de pacotes debian.\n"
+"\n"
+"Opções:\n"
+"  -h   Este texto de ajuda\n"
+"  -t   Define o diretório temporário\n"
+"  -c=? Lê o arquivo de configuração especificado.\n"
+"  -o=? Define uma opção de configuração arbitrária, e.g.: -o dir::cache=/"
+"tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3287,6 +3308,11 @@ msgstr ""
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Executando gatilho pós-instalação %s"
 msgstr "Executando gatilho pós-instalação %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "%s instalado"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3313,11 +3339,6 @@ msgstr "Desempacotando %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Preparando para configurar %s"
 msgstr "Preparando para configurar %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "%s instalado"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3435,6 +3456,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 47 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1527,14 +1527,10 @@ msgstr "S-a întâmplat ceva „necurat” la rezolvarea lui „%s:%s” (%i)"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Nu s-a putut realiza conexiunea cu %s %s:"
 msgstr "Nu s-a putut realiza conexiunea cu %s %s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Eșec la „stat”"
 msgstr "Eșec la „stat”"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Eșec la ajustarea timpului de modificare"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "URI invalid, URI-uile locale trebuie să nu înceapă cu //"
 msgstr "URI invalid, URI-uile locale trebuie să nu înceapă cu //"
@@ -1817,6 +1813,10 @@ msgstr ""
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Eșec la „stat” pentru %s"
 msgstr "Eșec la „stat” pentru %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Eșec la ajustarea timpului de modificare"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Eșec la crearea conexiunii IPC către subproces"
 msgstr "Eșec la crearea conexiunii IPC către subproces"
@@ -1964,6 +1964,26 @@ msgstr "Nu s-a putut scrie în %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Nu s-a putut citi versiunea debconf. Este instalat debconf?"
 msgstr "Nu s-a putut citi versiunea debconf. Este instalat debconf?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Utilizare: apt-extracttemplates fișier1 [fișier2 ...]\n"
+"\n"
+"apt-extracttemplates este o unealtă pentru extragerea informațiilor \n"
+"de configurare și a șabloanelor dintr-un pachet Debian\n"
+"\n"
+"Opțiuni\n"
+"  -h   Acest text de ajutor.\n"
+"  -t   Impune directorul temporar\n"
+"  -c=? Citește acest fișier de configurare\n"
+"  -o=? Ajustează o opțiune de configurare arbitrară, ex. -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3301,6 +3321,11 @@ msgstr ""
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Se rulează declanșatorul post-instalare %s"
 msgstr "Se rulează declanșatorul post-instalare %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "Instalat %s"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3327,11 +3352,6 @@ msgstr "Se despachetează %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Se pregătește configurarea %s"
 msgstr "Se pregătește configurarea %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "Instalat %s"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3449,6 +3469,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 45 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1591,14 +1591,10 @@ msgstr "Что-то странное произошло при определе
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Невозможно соединиться с %s: %s:"
 msgstr "Невозможно соединиться с %s: %s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Не удалось получить атрибуты"
 msgstr "Не удалось получить атрибуты"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Не удалось установить время модификации"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "Неправильный URI, локальный URI не должен начинаться с //"
 msgstr "Неправильный URI, локальный URI не должен начинаться с //"
@@ -1884,6 +1880,10 @@ msgstr "[Зеркало: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Не удалось получить атрибуты %s"
 msgstr "Не удалось получить атрибуты %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Не удалось установить время модификации"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Не удалось создать IPC-канал для порождённого процесса"
 msgstr "Не удалось создать IPC-канал для порождённого процесса"
@@ -2025,6 +2025,20 @@ msgstr "Невозможно записать в %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Невозможно определить версию debconf. Он установлен?"
 msgstr "Невозможно определить версию debconf. Он установлен?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Использование: apt-internal-solver\n"
+"\n"
+"apt-internal-solver — интерфейс к внутреннему решателю, предназначен\n"
+"для отладки, подобен интерфейсу внешнего решателя семейства APT.\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 msgid ""
 msgid ""
 "Usage: apt-internal-solver\n"
 "Usage: apt-internal-solver\n"
@@ -3404,6 +3418,11 @@ msgstr "Уведомление об исчезновении %s"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Выполняется послеустановочный триггер %s"
 msgstr "Выполняется послеустановочный триггер %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "Установлен %s"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3430,11 +3449,6 @@ msgstr "Распаковывается %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Подготавливается для настройки %s"
 msgstr "Подготавливается для настройки %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "Установлен %s"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3562,6 +3576,26 @@ msgstr "Внешний решатель завершился с ошибкой 
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Запустить внешний решатель"
 msgstr "Запустить внешний решатель"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "Запустить внешний решатель"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "Отправка запроса решателю"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "Отправка сценария решателю"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr "Внешний решатель завершился с ошибкой не передав сообщения об ошибке"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 51 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1542,14 +1542,10 @@ msgstr "Niečo veľmi zlé sa prihodilo pri preklade „%s:%s“ (%i - %s)"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Nedá sa pripojiť k %s:%s:"
 msgstr "Nedá sa pripojiť k %s:%s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Vyhodnotenie zlyhalo"
 msgstr "Vyhodnotenie zlyhalo"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Zlyhalo nastavenie času zmeny"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "Neplatné URI, lokálne URI nesmie začínať s //"
 msgstr "Neplatné URI, lokálne URI nesmie začínať s //"
@@ -1825,6 +1821,10 @@ msgstr "[Zrkadlo: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "%s sa nedá vyhodnotiť"
 msgstr "%s sa nedá vyhodnotiť"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Zlyhalo nastavenie času zmeny"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Zlyhalo vytvorenie IPC rúry k podprocesu"
 msgstr "Zlyhalo vytvorenie IPC rúry k podprocesu"
@@ -1969,6 +1969,26 @@ msgstr "Do %s sa nedá zapisovať"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Nedá sa určiť verzia programu debconf. Je debconf nainštalovaný?"
 msgstr "Nedá sa určiť verzia programu debconf. Je debconf nainštalovaný?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Použitie: apt-internal-solver\n"
+"\n"
+"apt-internal-solver je rozhranie na použitie aktuálneho vnútorného\n"
+"riešiteľa ako vonkajší pre rodinu APT na ladenie a pod.\n"
+"\n"
+"Voľby:\n"
+"  -h   Tento pomocník.\n"
+"  -q   Výstup vhodný do záznamu - bez indikátora priebehu\n"
+"  -c=? Načíta tento konfiguračný súbor\n"
+"  -o=? Nastaví ľubovoľnú voľbu, napr. -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3304,6 +3324,11 @@ msgstr "Zaznamenali sme zmiznutie %s"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Vykonáva sa spúšťač post-installation %s"
 msgstr "Vykonáva sa spúšťač post-installation %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "Nainštalovaný balík %s"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3330,11 +3355,6 @@ msgstr "Rozbaľuje sa %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Pripravuje sa nastavenie %s"
 msgstr "Pripravuje sa nastavenie %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "Nainštalovaný balík %s"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3462,6 +3482,26 @@ msgstr "Externý riešiteľ zlyhal bez uvedenia chybovej správy"
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Spustiť externého riešiteľa"
 msgstr "Spustiť externého riešiteľa"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "Spustiť externého riešiteľa"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "Poslať požiadavku riešiteľovi"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "Poslať scénár riešiteľovi"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr "Externý riešiteľ zlyhal bez uvedenia chybovej správy"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 52 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1545,14 +1545,10 @@ msgstr "Nekaj čudnega se je zgodilo med razreševanjem '%s:%s' (%i - %s)"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Ni se mogoče povezati z %s:%s:"
 msgstr "Ni se mogoče povezati z %s:%s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Določitev ni uspela"
 msgstr "Določitev ni uspela"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Nastavitev časa spremembe je spodletela"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "Neveljaven URI. Krajevni URI-ji se morajo začeti z //"
 msgstr "Neveljaven URI. Krajevni URI-ji se morajo začeti z //"
@@ -1828,6 +1824,10 @@ msgstr "[Zrcalni strežnik: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Napaka med določitvijo %s"
 msgstr "Napaka med določitvijo %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Nastavitev časa spremembe je spodletela"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Ustvarjanje cevi IPC do podopravila je spodletelo"
 msgstr "Ustvarjanje cevi IPC do podopravila je spodletelo"
@@ -1973,6 +1973,27 @@ msgstr "Ni mogoče pisati na %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Ni mogoče ugotoviti različice debconfa. Je sploh nameščen?"
 msgstr "Ni mogoče ugotoviti različice debconfa. Je sploh nameščen?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Uporaba: apt-internal-solver\n"
+"\n"
+"apt-internal-solver je vmesnik za uporabo trenutnega notranjega\n"
+"reševalnika kot zunanji reševalnik za družino APT za razhroščevanje ali "
+"podobno.\n"
+"\n"
+"Možnosti:\n"
+"  -h To besedilo pomoči\n"
+"  -q Izhod se beleži - ni kazalnika napredka\n"
+"  -c=? Prebere to nastavitveno datoteko\n"
+"  -o=? Nastavi poljubno nastavitveno možnost, na primer dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3308,6 +3329,11 @@ msgstr "%s je izginil"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Poganjanje sprožilca po namestitvi %s"
 msgstr "Poganjanje sprožilca po namestitvi %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "%s je bil nameščen"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3334,11 +3360,6 @@ msgstr "Razširjanje %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Pripravljanje na nastavljanje %s"
 msgstr "Pripravljanje na nastavljanje %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "%s je bil nameščen"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3467,6 +3488,26 @@ msgstr "Zunanji reševalnik je spodletel brez pravega sporočila o napakah"
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Izvedi zunanji reševalnik"
 msgstr "Izvedi zunanji reševalnik"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "Izvedi zunanji reševalnik"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "Pošlji zahtevo reševalniku"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "Pošlji scenarij reševalniku"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr "Zunanji reševalnik je spodletel brez pravega sporočila o napakah"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 52 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1544,14 +1544,10 @@ msgstr "Något konstigt hände när ”%s:%s” slogs upp (%i - %s)"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Kunde inte ansluta till %s:%s:"
 msgstr "Kunde inte ansluta till %s:%s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Misslyckades med att ta status"
 msgstr "Misslyckades med att ta status"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Misslyckades med att ställa in ändringstid"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "Ogiltig URI, lokala URI:er får inte börja med //"
 msgstr "Ogiltig URI, lokala URI:er får inte börja med //"
@@ -1835,6 +1831,10 @@ msgstr "[Spegel: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Misslyckades med att ta status på %s"
 msgstr "Misslyckades med att ta status på %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Misslyckades med att ställa in ändringstid"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Misslyckades med att skapa IPC-rör till underprocess"
 msgstr "Misslyckades med att skapa IPC-rör till underprocess"
@@ -1982,6 +1982,27 @@ msgstr "Kunde inte skriva till %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Kan inte ta reda på debconf-version. Är debconf installerat?"
 msgstr "Kan inte ta reda på debconf-version. Är debconf installerat?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Användning: apt-internal-solver\n"
+"\n"
+"apt-internal-solver är ett gränssnitt för att använda den interna\n"
+"lösaren som en extern lösare för APT-familjen för felsökning eller\n"
+"liknande\n"
+"\n"
+"Flaggor:\n"
+"  -h   Denna hjälptext.\n"
+"  -q  Loggbar utmatning - ingen förloppsindikator\n"
+"  -c=? Läs denna konfigurationsfil.\n"
+"  -o=? Ställ in en godtycklig konfigurationsflagga, t.ex -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3334,6 +3355,11 @@ msgstr "Uppmärksammar försvinnandet av %s"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Kör efterinstallationsutlösare %s"
 msgstr "Kör efterinstallationsutlösare %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "Installerade %s"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3360,11 +3386,6 @@ msgstr "Packar upp %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Förbereder konfigurering av %s"
 msgstr "Förbereder konfigurering av %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "Installerade %s"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3492,6 +3513,26 @@ msgstr "Extern lösare misslyckades utan något informativt felmeddelande"
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Kör extern lösare"
 msgstr "Kör extern lösare"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "Kör extern lösare"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "Skicka förfrågan till lösare"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "Skicka scenario till lösare"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr "Extern lösare misslyckades utan något informativt felmeddelande"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 52 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1499,14 +1499,10 @@ msgstr "เกิดปัญหาร้ายแรงบางอย่าง
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "ไม่สามารถเชื่อมต่อไปยัง %s:%s:"
 msgstr "ไม่สามารถเชื่อมต่อไปยัง %s:%s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "stat ไม่สำเร็จ"
 msgstr "stat ไม่สำเร็จ"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "กำหนดเวลาแก้ไขไม่สำเร็จ"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "URI ไม่ถูกต้อง  URI ของแฟ้มในเครื่องต้องขึ้นต้นด้วย //"
 msgstr "URI ไม่ถูกต้อง  URI ของแฟ้มในเครื่องต้องขึ้นต้นด้วย //"
@@ -1781,6 +1777,10 @@ msgstr "[แหล่งสำเนา: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "stat %s ไม่สำเร็จ"
 msgstr "stat %s ไม่สำเร็จ"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "กำหนดเวลาแก้ไขไม่สำเร็จ"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "ไม่สามารถสร้างไปป์ IPC ไปยังโพรเซสย่อย"
 msgstr "ไม่สามารถสร้างไปป์ IPC ไปยังโพรเซสย่อย"
@@ -1923,6 +1923,27 @@ msgstr "ไม่สามารถเขียนลงแฟ้ม %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "ไม่สามารถอ่านรุ่นของ debconf ได้ ได้ติดตั้ง debconf ไว้หรือไม่?"
 msgstr "ไม่สามารถอ่านรุ่นของ debconf ได้ ได้ติดตั้ง debconf ไว้หรือไม่?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"วิธีใช้: apt-internal-solver\n"
+"\n"
+"apt-internal-solver "
+"เป็นเครื่องมือสำหรับเรียกใช้กลไกภายในปัจจุบันเสมือนเป็นกลไกการแก้ปัญหาภายนอกสำหรับโปรแกรมตระกูล "
+"APT เพื่อการดีบั๊กหรืออะไรทำนองนี้\n"
+"\n"
+"ตัวเลือก:\n"
+"  -h  แสดงข้อความช่วยเหลือนี้\n"
+"  -q  แสดงผลลัพธ์แบบบันทึกลงแฟ้มได้ - ไม่ต้องแสดงความคืบหน้า\n"
+"  -c=?  อ่านแฟ้มค่าตั้งนี้\n"
+"  -o=?  กำหนดตัวเลือกค่าตั้งเป็นรายตัว เช่น -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3236,6 +3257,11 @@ msgstr "กำลังจดบันทึกการหายไปของ
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "กำลังเรียกการสะกิด %s หลังการติดตั้ง"
 msgstr "กำลังเรียกการสะกิด %s หลังการติดตั้ง"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "ติดตั้ง %s แล้ว"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3262,11 +3288,6 @@ msgstr "กำลังแตกแพกเกจ %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "กำลังเตรียมตั้งค่า %s"
 msgstr "กำลังเตรียมตั้งค่า %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "ติดตั้ง %s แล้ว"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3387,6 +3408,26 @@ msgstr "กลไกการแก้ปัญหาภายนอกทำง
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "เรียกกลไกการแก้ปัญหาภายนอก"
 msgstr "เรียกกลไกการแก้ปัญหาภายนอก"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "เรียกกลไกการแก้ปัญหาภายนอก"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "ส่งคำสั่งไปยังกลไกการแก้ปัญหา"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "ส่งสภาวการณ์ไปยังกลไกการแก้ปัญหา"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr "กลไกการแก้ปัญหาภายนอกทำงานล้มเหลวโดยไม่มีข้อความข้อผิดพลาดที่เหมาะสม"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 47 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1512,14 +1512,10 @@ msgstr "May naganap na kababalaghan sa pagresolba ng '%s:%s' (%i)"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Hindi maka-konekta sa %s %s:"
 msgstr "Hindi maka-konekta sa %s %s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Bigo ang pag-stat"
 msgstr "Bigo ang pag-stat"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Bigo ang pagtakda ng oras ng pagbago"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "Di tanggap na URI, mga lokal na URI ay di dapat mag-umpisa ng //"
 msgstr "Di tanggap na URI, mga lokal na URI ay di dapat mag-umpisa ng //"
@@ -1798,6 +1794,10 @@ msgstr ""
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Bigo ang pag-stat ng %s"
 msgstr "Bigo ang pag-stat ng %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Bigo ang pagtakda ng oras ng pagbago"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Bigo sa paglikha ng IPC pipe sa subprocess"
 msgstr "Bigo sa paglikha ng IPC pipe sa subprocess"
@@ -1945,6 +1945,26 @@ msgstr "Hindi makapagsulat sa %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Hindi makuha ang bersyon ng debconf. Nakaluklok ba ang debconf?"
 msgstr "Hindi makuha ang bersyon ng debconf. Nakaluklok ba ang debconf?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Pag-gamit: apt-extracttemplates talaksan1 [talaksan2 ...]\n"
+"\n"
+"Ang apt-extracttemplates ay kagamitan sa pagkuha ng info tungkol\n"
+"sa pagkaayos at template mula sa mga paketeng debian\n"
+"\n"
+"Mga opsyon:\n"
+"  -h   Itong tulong na ito\n"
+"  -t   Itakda ang dir na pansamantala\n"
+"  -c=? Basahin ang talaksang pagkaayos na ito\n"
+"  -o=? Itakda ang isang optiong pagkaayos, hal. -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3283,6 +3303,11 @@ msgstr ""
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "Iniluklok ang %s"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, fuzzy, c-format
 #, fuzzy, c-format
@@ -3309,11 +3334,6 @@ msgstr "Binubuklat ang %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Hinahanda ang %s upang isaayos"
 msgstr "Hinahanda ang %s upang isaayos"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "Iniluklok ang %s"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3432,6 +3452,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 6 - 6
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-07-22 10:51+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -3387,6 +3387,11 @@ msgstr "%s paketinin kaybolduğu not ediliyor"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Kurulum sonrası tetikleyicisi %s çalıştırılıyor"
 msgstr "Kurulum sonrası tetikleyicisi %s çalıştırılıyor"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "%s kuruldu"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3413,11 +3418,6 @@ msgstr "%s paketi açılıyor"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "%s paketini yapılandırmaya hazırlanılıyor"
 msgstr "%s paketini yapılandırmaya hazırlanılıyor"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "%s kuruldu"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"

+ 55 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1558,15 +1558,11 @@ msgstr "Сталося щось дивне при спробі отримати
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Неможливо під'єднатися до %s:%s:"
 msgstr "Неможливо під'єднатися до %s:%s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 #, fuzzy
 #, fuzzy
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Не вдалося одержати атрибути (stat)"
 msgstr "Не вдалося одержати атрибути (stat)"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Не вдалося встановити час модифікації"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "Невірне посилання (URI), локальні посилання не повинні починатися з //"
 msgstr "Невірне посилання (URI), локальні посилання не повинні починатися з //"
@@ -1844,6 +1840,10 @@ msgstr "[Дзеркало: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Не вдалося одержати атрибути %s"
 msgstr "Не вдалося одержати атрибути %s"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Не вдалося встановити час модифікації"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Не вдалося створити IPC канал для підпроцесу"
 msgstr "Не вдалося створити IPC канал для підпроцесу"
@@ -1991,6 +1991,28 @@ msgstr "Неможливо записати в %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Неможливо визначити версію debconf. Він встановлений?"
 msgstr "Неможливо визначити версію debconf. Він встановлений?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Використання: apt-internal-solver\n"
+"\n"
+"apt-internal-solver це інтерфейс для використання поточного\n"
+"внутрішнього розв'язувача (як зовнішнього) для АРТ програм\n"
+"для дебагу чи інших цілей\n"
+"\n"
+"Опції:\n"
+"  -h     Цей текст допомоги.\n"
+"  -q     Виводити повідомлення, придатні для запису у файл журналу.\n"
+"          Не виводити індикатор прогресу\n"
+"  -c=? Читати зазначений конфігураційний файл\n"
+"  -o=? Вказати умовну опцію, наприклад, -o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3355,6 +3377,11 @@ msgstr "Взято до відома зникнення %s"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Виконується післяустановочний ініціатор %s"
 msgstr "Виконується післяустановочний ініціатор %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "Встановлено %s"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3381,11 +3408,6 @@ msgstr "Розпакування %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Підготовка до конфігурації %s"
 msgstr "Підготовка до конфігурації %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "Встановлено %s"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3522,6 +3544,28 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Виконати зовнішній розв'язувач"
 msgstr "Виконати зовнішній розв'язувач"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "Виконати зовнішній розв'язувач"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "Відправити запит розв'язувачу"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "Відправити сценарій розв'язувачу"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr ""
+"Зовнішній розв'язувач завершився невдало без відповідного повідомлення про "
+"помилку"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 52 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1534,14 +1534,10 @@ msgstr "Một số hư hỏng đã xảy ra khi phân giải “%s:%s” (%i - %
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "Không thể kết nối đến %s: %s:"
 msgstr "Không thể kết nối đến %s: %s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "Gặp lỗi khi lấy thống kê"
 msgstr "Gặp lỗi khi lấy thống kê"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "Gặp lỗi khi đặt giờ sửa đổi"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "Địa chỉ URI không hợp lệ, URI nội bộ không thể bắt đầu bằng “//”"
 msgstr "Địa chỉ URI không hợp lệ, URI nội bộ không thể bắt đầu bằng “//”"
@@ -1821,6 +1817,10 @@ msgstr "[Bản sao: %s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "Việc lấy thông tin thống kê cho %s bị lỗi"
 msgstr "Việc lấy thông tin thống kê cho %s bị lỗi"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "Gặp lỗi khi đặt giờ sửa đổi"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "Gặp lỗi khi tạo ống IPC đến tiến trình con"
 msgstr "Gặp lỗi khi tạo ống IPC đến tiến trình con"
@@ -1973,6 +1973,27 @@ msgstr "Không thể ghi vào %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Không thể lấy phiên bản debconf. Debconf có được cài đặt chưa?"
 msgstr "Không thể lấy phiên bản debconf. Debconf có được cài đặt chưa?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"Cách dùng: apt-internal-solver\n"
+"\n"
+"apt-internal-solver là một giao diện để dùng cho bộ phân giải nội bộ\n"
+"hiện tại giống như bộ phân giải bên ngoài dành cho họ chương trình APT\n"
+"để phục vụ cho việc gỡ lỗi hay tương tự thế\n"
+"\n"
+"Tùy chọn:\n"
+"  -h  Trợ giúp này.\n"
+"  -q  Làm việc ở chế độ im lặng - không hiển thị tiến triển công việc\n"
+"  -c=? Đọc tập tin cấu hình này\n"
+"  -o=? Đặt một tùy chọn cấu hình tùy ý, v.d. “-o dir::cache=/tmp”\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3332,6 +3353,11 @@ msgstr "Đang ghi chép sự biến mất của %s"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "Đang chạy bẫy sau-cài-đặt %s"
 msgstr "Đang chạy bẫy sau-cài-đặt %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "Đã cài đặt %s"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3358,11 +3384,6 @@ msgstr "Đang mở gói %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "Đang chuẩn bị cấu hình %s"
 msgstr "Đang chuẩn bị cấu hình %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "Đã cài đặt %s"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3489,6 +3510,26 @@ msgstr "Bộ phân giải bên ngoài gặp lỗi mà không trả về thông t
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Thi hành bộ phân giải từ bên ngoài"
 msgstr "Thi hành bộ phân giải từ bên ngoài"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "Thi hành bộ phân giải từ bên ngoài"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "Gửi yêu cầu đến bộ phân giải"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "Gửi kịch bản đến bộ phân giải"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr "Bộ phân giải bên ngoài gặp lỗi mà không trả về thông tin lỗi thích hợp"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 45 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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"
@@ -1514,14 +1514,10 @@ msgstr "解析“%s:%s”时,出现了某些故障(%i - %s)"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "不能连接到 %s:%s:"
 msgstr "不能连接到 %s:%s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "无法读取状态"
 msgstr "无法读取状态"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "无法设置文件的修改日期"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "无效的 URI,本地 URI 不能以 // 开头"
 msgstr "无效的 URI,本地 URI 不能以 // 开头"
@@ -1793,6 +1789,10 @@ msgstr "[镜像:%s]"
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "无法获得 %s 的状态"
 msgstr "无法获得 %s 的状态"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "无法设置文件的修改日期"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "无法为子进程创建 IPC 管道"
 msgstr "无法为子进程创建 IPC 管道"
@@ -1931,6 +1931,20 @@ msgstr "无法写入 %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "无法获得 debconf 的版本。您安装了 debconf 吗?"
 msgstr "无法获得 debconf 的版本。您安装了 debconf 吗?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"用法: apt-internal-solver\n"
+"\n"
+"apt-internal-solver 可以像外部解析器那样使用当前的APT家族内部解析器,\n"
+"以便调试等用途。\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 msgid ""
 msgid ""
 "Usage: apt-internal-solver\n"
 "Usage: apt-internal-solver\n"
@@ -3249,6 +3263,11 @@ msgstr "注意到 %s 已经消失"
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "执行安装后执行的触发器 %s"
 msgstr "执行安装后执行的触发器 %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "已安装 %s"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3275,11 +3294,6 @@ msgstr "正在解压缩 %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "正在准备配置 %s"
 msgstr "正在准备配置 %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "已安装 %s"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3397,6 +3411,26 @@ msgstr "外部solver出错,错误信息不恰当"
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "执行外部solver"
 msgstr "执行外部solver"
 
 
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "执行外部solver"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "向solver发送请求"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "向solver发送情景"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr "外部solver出错,错误信息不恰当"
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"

+ 47 - 11
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-06-23 09:02+0200\n"
+"POT-Creation-Date: 2016-08-04 10:25+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."
@@ -1496,14 +1496,10 @@ msgstr "在解析 '%s:%s' (%i) 時出了怪事"
 msgid "Unable to connect to %s:%s:"
 msgid "Unable to connect to %s:%s:"
 msgstr "無法連線至 %s %s:"
 msgstr "無法連線至 %s %s:"
 
 
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
 msgid "Failed to stat"
 msgid "Failed to stat"
 msgstr "無法取得狀態"
 msgstr "無法取得狀態"
 
 
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "無法設定修改時間"
-
 #: methods/file.cc
 #: methods/file.cc
 msgid "Invalid URI, local URIS must not start with //"
 msgid "Invalid URI, local URIS must not start with //"
 msgstr "不正確的 URI,本機 URI 不應以 // 開頭"
 msgstr "不正確的 URI,本機 URI 不應以 // 開頭"
@@ -1776,6 +1772,10 @@ msgstr ""
 msgid "Failed to stat %s"
 msgid "Failed to stat %s"
 msgstr "無法取得 %s 的狀態"
 msgstr "無法取得 %s 的狀態"
 
 
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "無法設定修改時間"
+
 #: methods/rsh.cc ftparchive/multicompress.cc
 #: methods/rsh.cc ftparchive/multicompress.cc
 msgid "Failed to create IPC pipe to subprocess"
 msgid "Failed to create IPC pipe to subprocess"
 msgstr "無法和子程序建立 IPC 管線"
 msgstr "無法和子程序建立 IPC 管線"
@@ -1920,6 +1920,26 @@ msgstr "無法寫入 %s"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "無法取得 debconf 版本。是否有安裝 debconf?"
 msgstr "無法取得 debconf 版本。是否有安裝 debconf?"
 
 
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"用法:apt-extracttemplates 檔案1 [檔案2 ...]\n"
+"\n"
+"apt-extracttemplates 是用來從 debian 套件中解壓出設定檔和模板資訊\n"
+"的工具\n"
+"\n"
+"選項\n"
+"  -h   本幫助訊息。\n"
+"  -t   指定暫存目錄\n"
+"  -c=? 讀取指定的設定檔\n"
+"  -o=? 指定任意的設定選項,例如:-o dir::cache=/tmp\n"
+
 #: cmdline/apt-internal-solver.cc
 #: cmdline/apt-internal-solver.cc
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
@@ -3232,6 +3252,11 @@ msgstr ""
 msgid "Running post-installation trigger %s"
 msgid "Running post-installation trigger %s"
 msgstr "正在執行安裝後套件後續處理程式 %s"
 msgstr "正在執行安裝後套件後續處理程式 %s"
 
 
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "已安裝 %s"
+
 #. FIXME: use a better string after freeze
 #. FIXME: use a better string after freeze
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
@@ -3258,11 +3283,6 @@ msgstr "正在解開 %s"
 msgid "Preparing to configure %s"
 msgid "Preparing to configure %s"
 msgstr "正在準備設定 %s"
 msgstr "正在準備設定 %s"
 
 
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "已安裝 %s"
-
 #: apt-pkg/deb/dpkgpm.cc
 #: apt-pkg/deb/dpkgpm.cc
 #, c-format
 #, c-format
 msgid "Preparing for removal of %s"
 msgid "Preparing for removal of %s"
@@ -3380,6 +3400,22 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
+#: apt-pkg/edsp.cc
+msgid "Execute external planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send request to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "Send scenario to planner"
+msgstr ""
+
+#: apt-pkg/edsp.cc
+msgid "External planner failed without a proper error message"
+msgstr ""
+
 #: apt-pkg/indexcopy.cc
 #: apt-pkg/indexcopy.cc
 #, c-format
 #, c-format
 msgid "Wrote %i records.\n"
 msgid "Wrote %i records.\n"