Bläddra i källkod

Merge branch 'debian/sid' into feature/source-deb822

Michael Vogt 12 år sedan
förälder
incheckning
022167ca07
57 ändrade filer med 1045 tillägg och 932 borttagningar
  1. 1 1
      configure.ac
  2. 18 3
      debian/changelog
  3. 1 1
      doc/apt-verbatim.ent
  4. 3 3
      doc/po/apt-doc.pot
  5. 11 2
      doc/po/de.po
  6. 11 2
      doc/po/es.po
  7. 11 2
      doc/po/fr.po
  8. 11 2
      doc/po/it.po
  9. 2 2
      doc/po/ja.po
  10. 11 2
      doc/po/pl.po
  11. 11 2
      doc/po/pt.po
  12. 2 2
      doc/po/pt_BR.po
  13. 18 18
      po/ar.po
  14. 18 18
      po/ast.po
  15. 18 18
      po/bg.po
  16. 18 18
      po/bs.po
  17. 18 18
      po/ca.po
  18. 18 18
      po/cs.po
  19. 18 18
      po/cy.po
  20. 20 22
      po/da.po
  21. 18 18
      po/de.po
  22. 18 18
      po/dz.po
  23. 18 18
      po/el.po
  24. 18 18
      po/es.po
  25. 18 18
      po/eu.po
  26. 18 18
      po/fi.po
  27. 18 18
      po/fr.po
  28. 18 18
      po/gl.po
  29. 18 18
      po/hu.po
  30. 18 18
      po/it.po
  31. 18 18
      po/ja.po
  32. 18 18
      po/km.po
  33. 18 18
      po/ko.po
  34. 18 18
      po/ku.po
  35. 18 18
      po/lt.po
  36. 18 18
      po/mr.po
  37. 18 18
      po/nb.po
  38. 18 18
      po/ne.po
  39. 18 18
      po/nl.po
  40. 18 18
      po/nn.po
  41. 18 18
      po/pl.po
  42. 18 18
      po/pt.po
  43. 18 18
      po/pt_BR.po
  44. 18 18
      po/ro.po
  45. 18 18
      po/ru.po
  46. 18 18
      po/sk.po
  47. 18 18
      po/sl.po
  48. 18 18
      po/sv.po
  49. 18 18
      po/th.po
  50. 18 18
      po/tl.po
  51. 18 18
      po/tr.po
  52. 18 18
      po/uk.po
  53. 192 144
      po/vi.po
  54. 18 18
      po/zh_CN.po
  55. 18 18
      po/zh_TW.po
  56. 0 2
      vendor/steamos/sources.list.in
  57. 2 2
      vendor/ubuntu/sources.list.in

+ 1 - 1
configure.ac

@@ -18,7 +18,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="0.9.14.1"
+PACKAGE_VERSION="0.9.14.2"
 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")

+ 18 - 3
debian/changelog

@@ -1,18 +1,33 @@
-apt (0.9.14.2) UNRELEASED; urgency=low
+apt (0.9.14.2) unstable; urgency=low
 
 
   [ Joe Hansen ]
   [ Joe Hansen ]
   * Danish translation update. Closes: #732166
   * Danish translation update. Closes: #732166
   
   
   [ Peter Green ]
   [ Peter Green ]
   * add apt-vendor for raspbian. Closes: #732749
   * add apt-vendor for raspbian. Closes: #732749
+
+  [ Thomas Bechtold ]
+  * apt-pkg/contrib/gpgv.cc: use /tmp as fallback dir if the
+    directory from $TMPDIR  is not available (closes: #728500)
   
   
   [ Michael Vogt ]
   [ Michael Vogt ]
   * vendor/getinfo:
   * vendor/getinfo:
     - fix ubuntu-codename
     - fix ubuntu-codename
   * vendor/steamos/*:
   * vendor/steamos/*:
     - add steamos support
     - add steamos support
-
- -- Christian Perrier <bubulle@debian.org>  Sun, 15 Dec 2013 08:43:06 +0100
+  * bugfix/bts731738-fancy-progess:
+    - fix terminal size issues with e.g. "less" when "APT::Progress-Fancy=1"
+      is used (closes: #731738)
+  * feature/policy-parser-bts732746:
+    - allow more flexibility in /etc/apt/preferences, e.g. comment only
+      sections (closes: #732746)
+  * move TMPDIR handling into GetTempDir() and use that instead of
+    getenv("TMPDIR")
+  * update apt-key net-update and add integration test with the buildin
+    apt webserver
+  * run autopkgtest against the installed apt
+
+ -- Michael Vogt <mvo@debian.org>  Sun, 29 Dec 2013 16:41:16 +0100
 
 
 apt (0.9.14.1) unstable; urgency=medium
 apt (0.9.14.1) unstable; urgency=medium
 
 

+ 1 - 1
doc/apt-verbatim.ent

@@ -219,7 +219,7 @@
 ">
 ">
 
 
 <!-- this will be updated by 'prepare-release' -->
 <!-- this will be updated by 'prepare-release' -->
-<!ENTITY apt-product-version "0.9.14.1">
+<!ENTITY apt-product-version "0.9.14.2">
 
 
 <!-- (Code)names for various things used all over the place -->
 <!-- (Code)names for various things used all over the place -->
 <!ENTITY oldstable-codename "squeeze">
 <!ENTITY oldstable-codename "squeeze">

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

@@ -6,9 +6,9 @@
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
-"Project-Id-Version: apt-doc 0.9.14\n"
+"Project-Id-Version: apt-doc 0.9.14.2\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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -6155,7 +6155,7 @@ msgstr ""
 #: guide.sgml:163
 #: guide.sgml:163
 msgid ""
 msgid ""
 "<prgn>apt-get</prgn> has several command line options that are detailed in "
 "<prgn>apt-get</prgn> has several command line options that are detailed in "
-"its man page, <manref section=\"8\" name=\"apt-get\">. The most useful "
+"its man page, <manref name=\"apt-get\" section=\"8\">. The most useful "
 "option is <tt>-d</tt> which does not install the fetched files. If the "
 "option is <tt>-d</tt> which does not install the fetched files. If the "
 "system has to download a large number of package it would be undesired to "
 "system has to download a large number of package it would be undesired to "
 "start installing them in case something goes wrong. When <tt>-d</tt> is used "
 "start installing them in case something goes wrong. When <tt>-d</tt> is used "

+ 11 - 2
doc/po/de.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt-doc 0.9.7\n"
 "Project-Id-Version: apt-doc 0.9.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: 2013-12-07 14:40+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2012-06-25 22:49+0100\n"
 "PO-Revision-Date: 2012-06-25 22:49+0100\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"
@@ -8685,9 +8685,18 @@ msgstr ""
 
 
 #. type: <p></p>
 #. type: <p></p>
 #: guide.sgml:163
 #: guide.sgml:163
+#, fuzzy
+#| msgid ""
+#| "<prgn>apt-get</prgn> has several command line options that are detailed "
+#| "in its man page, <manref section=\"8\" name=\"apt-get\">. The most useful "
+#| "option is <tt>-d</tt> which does not install the fetched files. If the "
+#| "system has to download a large number of package it would be undesired to "
+#| "start installing them in case something goes wrong. When <tt>-d</tt> is "
+#| "used the downloaded archives can be installed by simply running the "
+#| "command that caused them to be downloaded again without <tt>-d</tt>."
 msgid ""
 msgid ""
 "<prgn>apt-get</prgn> has several command line options that are detailed in "
 "<prgn>apt-get</prgn> has several command line options that are detailed in "
-"its man page, <manref section=\"8\" name=\"apt-get\">. The most useful "
+"its man page, <manref name=\"apt-get\" section=\"8\">. The most useful "
 "option is <tt>-d</tt> which does not install the fetched files. If the "
 "option is <tt>-d</tt> which does not install the fetched files. If the "
 "system has to download a large number of package it would be undesired to "
 "system has to download a large number of package it would be undesired to "
 "start installing them in case something goes wrong. When <tt>-d</tt> is used "
 "start installing them in case something goes wrong. When <tt>-d</tt> is used "

+ 11 - 2
doc/po/es.po

@@ -38,7 +38,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 0.9.7.1\n"
 "Project-Id-Version: apt 0.9.7.1\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: 2013-12-07 14:40+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2012-07-14 12:21+0200\n"
 "PO-Revision-Date: 2012-07-14 12:21+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"
@@ -8687,9 +8687,18 @@ msgstr ""
 
 
 #. type: <p></p>
 #. type: <p></p>
 #: guide.sgml:163
 #: guide.sgml:163
+#, fuzzy
+#| msgid ""
+#| "<prgn>apt-get</prgn> has several command line options that are detailed "
+#| "in its man page, <manref section=\"8\" name=\"apt-get\">. The most useful "
+#| "option is <tt>-d</tt> which does not install the fetched files. If the "
+#| "system has to download a large number of package it would be undesired to "
+#| "start installing them in case something goes wrong. When <tt>-d</tt> is "
+#| "used the downloaded archives can be installed by simply running the "
+#| "command that caused them to be downloaded again without <tt>-d</tt>."
 msgid ""
 msgid ""
 "<prgn>apt-get</prgn> has several command line options that are detailed in "
 "<prgn>apt-get</prgn> has several command line options that are detailed in "
-"its man page, <manref section=\"8\" name=\"apt-get\">. The most useful "
+"its man page, <manref name=\"apt-get\" section=\"8\">. The most useful "
 "option is <tt>-d</tt> which does not install the fetched files. If the "
 "option is <tt>-d</tt> which does not install the fetched files. If the "
 "system has to download a large number of package it would be undesired to "
 "system has to download a large number of package it would be undesired to "
 "start installing them in case something goes wrong. When <tt>-d</tt> is used "
 "start installing them in case something goes wrong. When <tt>-d</tt> is used "

+ 11 - 2
doc/po/fr.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: \n"
 "Project-Id-Version: \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: 2013-12-07 14:40+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2013-04-09 07:56+0200\n"
 "PO-Revision-Date: 2013-04-09 07:56+0200\n"
 "Last-Translator: Christian Perrier <bubulle@debian.org>\n"
 "Last-Translator: Christian Perrier <bubulle@debian.org>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -8648,9 +8648,18 @@ msgstr ""
 
 
 #. type: <p></p>
 #. type: <p></p>
 #: guide.sgml:163
 #: guide.sgml:163
+#, fuzzy
+#| msgid ""
+#| "<prgn>apt-get</prgn> has several command line options that are detailed "
+#| "in its man page, <manref section=\"8\" name=\"apt-get\">. The most useful "
+#| "option is <tt>-d</tt> which does not install the fetched files. If the "
+#| "system has to download a large number of package it would be undesired to "
+#| "start installing them in case something goes wrong. When <tt>-d</tt> is "
+#| "used the downloaded archives can be installed by simply running the "
+#| "command that caused them to be downloaded again without <tt>-d</tt>."
 msgid ""
 msgid ""
 "<prgn>apt-get</prgn> has several command line options that are detailed in "
 "<prgn>apt-get</prgn> has several command line options that are detailed in "
-"its man page, <manref section=\"8\" name=\"apt-get\">. The most useful "
+"its man page, <manref name=\"apt-get\" section=\"8\">. The most useful "
 "option is <tt>-d</tt> which does not install the fetched files. If the "
 "option is <tt>-d</tt> which does not install the fetched files. If the "
 "system has to download a large number of package it would be undesired to "
 "system has to download a large number of package it would be undesired to "
 "start installing them in case something goes wrong. When <tt>-d</tt> is used "
 "start installing them in case something goes wrong. When <tt>-d</tt> is used "

+ 11 - 2
doc/po/it.po

@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: \n"
 "Project-Id-Version: \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: 2013-12-07 14:40+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2012-12-23 18:04+0200\n"
 "PO-Revision-Date: 2012-12-23 18:04+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"
@@ -8661,9 +8661,18 @@ msgstr ""
 
 
 #. type: <p></p>
 #. type: <p></p>
 #: guide.sgml:163
 #: guide.sgml:163
+#, fuzzy
+#| msgid ""
+#| "<prgn>apt-get</prgn> has several command line options that are detailed "
+#| "in its man page, <manref section=\"8\" name=\"apt-get\">. The most useful "
+#| "option is <tt>-d</tt> which does not install the fetched files. If the "
+#| "system has to download a large number of package it would be undesired to "
+#| "start installing them in case something goes wrong. When <tt>-d</tt> is "
+#| "used the downloaded archives can be installed by simply running the "
+#| "command that caused them to be downloaded again without <tt>-d</tt>."
 msgid ""
 msgid ""
 "<prgn>apt-get</prgn> has several command line options that are detailed in "
 "<prgn>apt-get</prgn> has several command line options that are detailed in "
-"its man page, <manref section=\"8\" name=\"apt-get\">. The most useful "
+"its man page, <manref name=\"apt-get\" section=\"8\">. The most useful "
 "option is <tt>-d</tt> which does not install the fetched files. If the "
 "option is <tt>-d</tt> which does not install the fetched files. If the "
 "system has to download a large number of package it would be undesired to "
 "system has to download a large number of package it would be undesired to "
 "start installing them in case something goes wrong. When <tt>-d</tt> is used "
 "start installing them in case something goes wrong. When <tt>-d</tt> is used "

+ 2 - 2
doc/po/ja.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 0.7.25.3\n"
 "Project-Id-Version: apt 0.7.25.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: 2013-12-07 14:40+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2012-08-08 07:58+0900\n"
 "PO-Revision-Date: 2012-08-08 07:58+0900\n"
 "Last-Translator: KURASAWA Nozomu <nabetaro@debian.or.jp>\n"
 "Last-Translator: KURASAWA Nozomu <nabetaro@debian.or.jp>\n"
 "Language-Team: Debian Japanese List <debian-japanese@lists.debian.org>\n"
 "Language-Team: Debian Japanese List <debian-japanese@lists.debian.org>\n"
@@ -8242,7 +8242,7 @@ msgstr ""
 #: guide.sgml:163
 #: guide.sgml:163
 msgid ""
 msgid ""
 "<prgn>apt-get</prgn> has several command line options that are detailed in "
 "<prgn>apt-get</prgn> has several command line options that are detailed in "
-"its man page, <manref section=\"8\" name=\"apt-get\">. The most useful "
+"its man page, <manref name=\"apt-get\" section=\"8\">. The most useful "
 "option is <tt>-d</tt> which does not install the fetched files. If the "
 "option is <tt>-d</tt> which does not install the fetched files. If the "
 "system has to download a large number of package it would be undesired to "
 "system has to download a large number of package it would be undesired to "
 "start installing them in case something goes wrong. When <tt>-d</tt> is used "
 "start installing them in case something goes wrong. When <tt>-d</tt> is used "

+ 11 - 2
doc/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: 2013-12-07 14:40+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2012-07-28 21:59+0200\n"
 "PO-Revision-Date: 2012-07-28 21:59+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"
@@ -7891,9 +7891,18 @@ msgstr ""
 
 
 #. type: <p></p>
 #. type: <p></p>
 #: guide.sgml:163
 #: guide.sgml:163
+#, fuzzy
+#| msgid ""
+#| "<prgn>apt-get</prgn> has several command line options that are detailed "
+#| "in its man page, <manref section=\"8\" name=\"apt-get\">. The most useful "
+#| "option is <tt>-d</tt> which does not install the fetched files. If the "
+#| "system has to download a large number of package it would be undesired to "
+#| "start installing them in case something goes wrong. When <tt>-d</tt> is "
+#| "used the downloaded archives can be installed by simply running the "
+#| "command that caused them to be downloaded again without <tt>-d</tt>."
 msgid ""
 msgid ""
 "<prgn>apt-get</prgn> has several command line options that are detailed in "
 "<prgn>apt-get</prgn> has several command line options that are detailed in "
-"its man page, <manref section=\"8\" name=\"apt-get\">. The most useful "
+"its man page, <manref name=\"apt-get\" section=\"8\">. The most useful "
 "option is <tt>-d</tt> which does not install the fetched files. If the "
 "option is <tt>-d</tt> which does not install the fetched files. If the "
 "system has to download a large number of package it would be undesired to "
 "system has to download a large number of package it would be undesired to "
 "start installing them in case something goes wrong. When <tt>-d</tt> is used "
 "start installing them in case something goes wrong. When <tt>-d</tt> is used "

+ 11 - 2
doc/po/pt.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 0.9.7.1\n"
 "Project-Id-Version: apt 0.9.7.1\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: 2013-12-07 14:40+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2012-09-03 01:53+0100\n"
 "PO-Revision-Date: 2012-09-03 01:53+0100\n"
 "Last-Translator: Américo Monteiro <a_monteiro@netcabo.pt>\n"
 "Last-Translator: Américo Monteiro <a_monteiro@netcabo.pt>\n"
 "Language-Team: Portuguese <l10n@debianpt.org>\n"
 "Language-Team: Portuguese <l10n@debianpt.org>\n"
@@ -8595,9 +8595,18 @@ msgstr ""
 
 
 #. type: <p></p>
 #. type: <p></p>
 #: guide.sgml:163
 #: guide.sgml:163
+#, fuzzy
+#| msgid ""
+#| "<prgn>apt-get</prgn> has several command line options that are detailed "
+#| "in its man page, <manref section=\"8\" name=\"apt-get\">. The most useful "
+#| "option is <tt>-d</tt> which does not install the fetched files. If the "
+#| "system has to download a large number of package it would be undesired to "
+#| "start installing them in case something goes wrong. When <tt>-d</tt> is "
+#| "used the downloaded archives can be installed by simply running the "
+#| "command that caused them to be downloaded again without <tt>-d</tt>."
 msgid ""
 msgid ""
 "<prgn>apt-get</prgn> has several command line options that are detailed in "
 "<prgn>apt-get</prgn> has several command line options that are detailed in "
-"its man page, <manref section=\"8\" name=\"apt-get\">. The most useful "
+"its man page, <manref name=\"apt-get\" section=\"8\">. The most useful "
 "option is <tt>-d</tt> which does not install the fetched files. If the "
 "option is <tt>-d</tt> which does not install the fetched files. If the "
 "system has to download a large number of package it would be undesired to "
 "system has to download a large number of package it would be undesired to "
 "start installing them in case something goes wrong. When <tt>-d</tt> is used "
 "start installing them in case something goes wrong. When <tt>-d</tt> is used "

+ 2 - 2
doc/po/pt_BR.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: 2013-12-07 14:40+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -6570,7 +6570,7 @@ msgstr ""
 #: guide.sgml:163
 #: guide.sgml:163
 msgid ""
 msgid ""
 "<prgn>apt-get</prgn> has several command line options that are detailed in "
 "<prgn>apt-get</prgn> has several command line options that are detailed in "
-"its man page, <manref section=\"8\" name=\"apt-get\">. The most useful "
+"its man page, <manref name=\"apt-get\" section=\"8\">. The most useful "
 "option is <tt>-d</tt> which does not install the fetched files. If the "
 "option is <tt>-d</tt> which does not install the fetched files. If the "
 "system has to download a large number of package it would be undesired to "
 "system has to download a large number of package it would be undesired to "
 "start installing them in case something goes wrong. When <tt>-d</tt> is used "
 "start installing them in case something goes wrong. When <tt>-d</tt> is used "

+ 18 - 18
po/ar.po

@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt_po\n"
 "Project-Id-Version: apt_po\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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -161,8 +161,8 @@ msgid "  Version table:"
 msgstr " جدول النسخ:"
 msgstr " جدول النسخ:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -469,11 +469,11 @@ msgstr ""
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "الاتصال بـ%s (%s)"
 msgstr "الاتصال بـ%s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "الوحدات المدعومة:"
 msgstr "الوحدات المدعومة:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -545,7 +545,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s هي النسخة الأحدث.\n"
 msgstr "%s هي النسخة الأحدث.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1574,12 +1574,12 @@ msgstr "أعلى هذه الرسالة مهمّة. الرجاء تصحيحها 
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "دمج المعلومات المتوفرة"
 msgstr "دمج المعلومات المتوفرة"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s ليس حزمة DEB صالحة."
 msgstr "%s ليس حزمة DEB صالحة."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1593,12 +1593,12 @@ msgid ""
 "  -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
 "  -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "تعذرت الكتابة إلى %s"
 msgstr "تعذرت الكتابة إلى %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "تعذر الحصول على نسخة debconf. هل هي مثبتة؟"
 msgstr "تعذر الحصول على نسخة debconf. هل هي مثبتة؟"
 
 
@@ -2325,12 +2325,12 @@ msgstr ""
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr ""
 msgstr ""
@@ -2383,7 +2383,7 @@ msgid "Problem syncing the file"
 msgstr "مشكلة في مزامنة الملف"
 msgstr "مشكلة في مزامنة الملف"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "إجهاض التثبيت."
 msgstr "إجهاض التثبيت."
@@ -2696,17 +2696,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr ""
 msgstr ""
 
 
@@ -3058,12 +3058,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr ""
 msgstr ""
 
 

+ 18 - 18
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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -154,8 +154,8 @@ msgid "  Version table:"
 msgstr "  Tabla de versiones:"
 msgstr "  Tabla de versiones:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -530,11 +530,11 @@ msgstr "Fallu al procesar les dependencies de construcción"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Coneutando a %s (%s)"
 msgstr "Coneutando a %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Módulos sofitaos:"
 msgstr "Módulos sofitaos:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -651,7 +651,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s yá ta na versión más nueva.\n"
 msgstr "%s yá ta na versión más nueva.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1708,12 +1708,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Fusionando información disponible"
 msgstr "Fusionando información disponible"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s nun ye un paquete DEB válidu."
 msgstr "%s nun ye un paquete DEB válidu."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1738,12 +1738,12 @@ msgstr ""
 "-o=? Afita una opción de configuración arbitraria, p. ej. -o dir::cache=/"
 "-o=? Afita una opción de configuración arbitraria, p. ej. -o dir::cache=/"
 "tmp\n"
 "tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Nun se pue escribir en %s"
 msgstr "Nun se pue escribir en %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2539,12 +2539,12 @@ msgstr "El subprocesu %s recibió un fallu de segmentación."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "El subprocesu %s recibió una señal %u."
 msgstr "El subprocesu %s recibió una señal %u."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "El subprocesu %s devolvió un códigu d'error (%u)"
 msgstr "El subprocesu %s devolvió un códigu d'error (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "El subprocesu %s terminó de manera inesperada"
 msgstr "El subprocesu %s terminó de manera inesperada"
@@ -2597,7 +2597,7 @@ msgid "Problem syncing the file"
 msgstr "Hai problemes al sincronizar el ficheru"
 msgstr "Hai problemes al sincronizar el ficheru"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "L'aniellu de claves nun s'instaló en %s."
 msgstr "L'aniellu de claves nun s'instaló en %s."
@@ -2922,18 +2922,18 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr ""
 msgstr ""
 "Rexistru inválidu nel ficheru de preferencies %s, nun hai cabecera Paquete"
 "Rexistru inválidu nel ficheru de preferencies %s, nun hai cabecera Paquete"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Nun s'entiende'l tipu de pin %s"
 msgstr "Nun s'entiende'l tipu de pin %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Nun hai prioridá (o ye cero) conseñada pa pin"
 msgstr "Nun hai prioridá (o ye cero) conseñada pa pin"
 
 
@@ -3306,12 +3306,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "Executando dpkt"
 msgstr "Executando dpkt"
 
 

+ 18 - 18
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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -160,8 +160,8 @@ msgid "  Version table:"
 msgstr "  Таблица с версиите:"
 msgstr "  Таблица с версиите:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -538,11 +538,11 @@ msgstr "Неуспех при обработката на зависимости
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Журнал на промените в %s (%s)"
 msgstr "Журнал на промените в %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Поддържани модули:"
 msgstr "Поддържани модули:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -658,7 +658,7 @@ msgid "%s was already not hold.\n"
 msgstr "Пакетът „%s“ вече е задържан.\n"
 msgstr "Пакетът „%s“ вече е задържан.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1739,12 +1739,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Смесване на наличната информация"
 msgstr "Смесване на наличната информация"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s не е валиден DEB пакет."
 msgstr "%s не е валиден DEB пакет."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1770,12 +1770,12 @@ msgstr ""
 "  -o=? Настройване на произволна конфигурационна опция, т.е. -o dir::cache=/"
 "  -o=? Настройване на произволна конфигурационна опция, т.е. -o dir::cache=/"
 "tmp\n"
 "tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Неуспех при записа на %s"
 msgstr "Неуспех при записа на %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Не може да се извлече версията на debconf. Debconf инсталиран ли е?"
 msgstr "Не може да се извлече версията на debconf. Debconf инсталиран ли е?"
 
 
@@ -2577,12 +2577,12 @@ msgstr "Нарушение на защитата на паметта (segmentati
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Под-процесът %s получи сигнал %u."
 msgstr "Под-процесът %s получи сигнал %u."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Подпроцесът %s върна код за грешка (%u)"
 msgstr "Подпроцесът %s върна код за грешка (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Подпроцесът %s завърши неочаквано"
 msgstr "Подпроцесът %s завърши неочаквано"
@@ -2636,7 +2636,7 @@ msgid "Problem syncing the file"
 msgstr "Проблем при синхронизиране на файла"
 msgstr "Проблем при синхронизиране на файла"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "В %s няма инсталиран ключодържател."
 msgstr "В %s няма инсталиран ключодържател."
@@ -2971,17 +2971,17 @@ msgstr ""
 "Стойността „%s“ на APT::Default-Release не е правилна, понеже в източниците "
 "Стойността „%s“ на APT::Default-Release не е правилна, понеже в източниците "
 "няма такова издание"
 "няма такова издание"
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Невалиден запис във файла с настройки %s, липсва заглавна част Package"
 msgstr "Невалиден запис във файла с настройки %s, липсва заглавна част Package"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Неизвестен тип за отбиване %s"
 msgstr "Неизвестен тип за отбиване %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Няма указан приоритет (или е нула) на отбиването"
 msgstr "Няма указан приоритет (или е нула) на отбиването"
 
 
@@ -3361,12 +3361,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Изпълняване на външна програма за удовлетворяване на зависимости"
 msgstr "Изпълняване на външна програма за удовлетворяване на зависимости"
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "Изпълняване на dpkg"
 msgstr "Изпълняване на dpkg"
 
 

+ 18 - 18
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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -156,8 +156,8 @@ msgid "  Version table:"
 msgstr ""
 msgstr ""
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -475,11 +475,11 @@ msgstr ""
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Podržani moduli:"
 msgstr "Podržani moduli:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -551,7 +551,7 @@ msgid "%s was already not hold.\n"
 msgstr ""
 msgstr ""
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1567,12 +1567,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Sastavljam dostupne informacije"
 msgstr "Sastavljam dostupne informacije"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s nije ispravan DEB paket."
 msgstr "%s nije ispravan DEB paket."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1586,12 +1586,12 @@ msgid ""
 "  -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
 "  -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Ne mogu zapisati na %s"
 msgstr "Ne mogu zapisati na %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 msgid "Cannot get debconf version. Is debconf installed?"
 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?"
@@ -2319,12 +2319,12 @@ msgstr ""
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr ""
 msgstr ""
@@ -2377,7 +2377,7 @@ msgid "Problem syncing the file"
 msgstr ""
 msgstr ""
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Odustajem od instalacije."
 msgstr "Odustajem od instalacije."
@@ -2691,17 +2691,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr ""
 msgstr ""
 
 
@@ -3051,12 +3051,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr ""
 msgstr ""
 
 

+ 18 - 18
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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -158,8 +158,8 @@ msgid "  Version table:"
 msgstr "  Taula de versió:"
 msgstr "  Taula de versió:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -540,11 +540,11 @@ msgstr "No es poden processar les dependències de construcció"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Registre de canvis per a %s (%s)"
 msgstr "Registre de canvis per a %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Mòduls suportats:"
 msgstr "Mòduls suportats:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -662,7 +662,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s ja estava no retingut.\n"
 msgstr "%s ja estava no retingut.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1730,12 +1730,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "S'està fusionant la informació disponible"
 msgstr "S'està fusionant la informació disponible"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s no és un paquet DEB vàlid."
 msgstr "%s no és un paquet DEB vàlid."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1759,12 +1759,12 @@ msgstr ""
 "  -c=? Llegeix aquest fitxer de configuració\n"
 "  -c=? Llegeix aquest fitxer de configuració\n"
 "  -o=? Estableix una opció de conf arbitrària, p.e. -o dir::cache=/tmp\n"
 "  -o=? Estableix una opció de conf arbitrària, p.e. -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "No es pot escriure en %s"
 msgstr "No es pot escriure en %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2563,12 +2563,12 @@ msgstr "El sub-procés %s ha rebut una violació de segment."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "El sub-procés %s ha rebut un senyal %u."
 msgstr "El sub-procés %s ha rebut un senyal %u."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "El sub-procés %s ha retornat un codi d'error (%u)"
 msgstr "El sub-procés %s ha retornat un codi d'error (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "El sub-procés %s ha sortit inesperadament"
 msgstr "El sub-procés %s ha sortit inesperadament"
@@ -2621,7 +2621,7 @@ msgid "Problem syncing the file"
 msgstr "Ha hagut un problema en sincronitzar el fitxer"
 msgstr "Ha hagut un problema en sincronitzar el fitxer"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "No s'ha instaŀlat cap clauer a %s."
 msgstr "No s'ha instaŀlat cap clauer a %s."
@@ -2951,17 +2951,17 @@ msgstr ""
 "El valor «%s» és invàlid per a APT:Default-Release donat que aquest "
 "El valor «%s» és invàlid per a APT:Default-Release donat que aquest "
 "llançament no és disponible a les fonts"
 "llançament no és disponible a les fonts"
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Registre no vàlid al fitxer de preferències %s, paquet sense capçalera"
 msgstr "Registre no vàlid al fitxer de preferències %s, paquet sense capçalera"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "No s'ha entès el pin de tipus %s"
 msgstr "No s'ha entès el pin de tipus %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "No hi ha prioritat especificada per al pin (o és zero)"
 msgstr "No hi ha prioritat especificada per al pin (o és zero)"
 
 
@@ -3348,12 +3348,12 @@ 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/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "S'està executant dpkg"
 msgstr "S'està executant dpkg"
 
 

+ 18 - 18
po/cs.po

@@ -7,7 +7,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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2012-07-08 13:46+0200\n"
 "PO-Revision-Date: 2012-07-08 13:46+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"
@@ -155,8 +155,8 @@ msgid "  Version table:"
 msgstr "  Tabulka verzí:"
 msgstr "  Tabulka verzí:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -524,11 +524,11 @@ msgstr "Chyba při zpracování závislostí pro sestavení"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Seznam změn %s (%s)"
 msgstr "Seznam změn %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Podporované moduly:"
 msgstr "Podporované moduly:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -641,7 +641,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s již nebyl držen v aktuální verzi.\n"
 msgstr "%s již nebyl držen v aktuální verzi.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1713,12 +1713,12 @@ msgstr "chyby nad touto hláškou. Opravte je a poté znovu spusťte [I]nstalova
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Slučuji dostupné informace"
 msgstr "Slučuji dostupné informace"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s není platný DEB balík."
 msgstr "%s není platný DEB balík."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1741,12 +1741,12 @@ msgstr ""
 "  -c=? Načte tento konfigurační soubor\n"
 "  -c=? Načte tento konfigurační soubor\n"
 "  -o=? Nastaví libovolnou volbu, např. -o dir::cache=/tmp\n"
 "  -o=? Nastaví libovolnou volbu, např. -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Nelze zapsat do %s"
 msgstr "Nelze zapsat do %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2537,12 +2537,12 @@ msgstr "Podproces %s obdržel chybu segmentace."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Podproces %s obdržel signál %u."
 msgstr "Podproces %s obdržel signál %u."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Podproces %s vrátil chybový kód (%u)"
 msgstr "Podproces %s vrátil chybový kód (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Podproces %s neočekávaně skončil"
 msgstr "Podproces %s neočekávaně skončil"
@@ -2595,7 +2595,7 @@ msgid "Problem syncing the file"
 msgstr "Problém při synchronizování souboru"
 msgstr "Problém při synchronizování souboru"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "V %s není nainstalována žádná klíčenka."
 msgstr "V %s není nainstalována žádná klíčenka."
@@ -2917,17 +2917,17 @@ msgstr ""
 "Hodnota „%s“ není v APT::Default-Release platná, protože toto vydání není "
 "Hodnota „%s“ není v APT::Default-Release platná, protože toto vydání není "
 "dostupné v sources.list"
 "dostupné v sources.list"
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Neplatný záznam v souboru preferencí %s, chybí hlavička Package"
 msgstr "Neplatný záznam v souboru preferencí %s, chybí hlavička Package"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Nerozumím vypíchnutí typu %s"
 msgstr "Nerozumím vypíchnutí typu %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Pro vypíchnutí nebyla zadána žádná (nebo nulová) priorita"
 msgstr "Pro vypíchnutí nebyla zadána žádná (nebo nulová) priorita"
 
 
@@ -3294,12 +3294,12 @@ 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/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "Spouštím dpkg"
 msgstr "Spouštím dpkg"
 
 

+ 18 - 18
po/cy.po

@@ -6,7 +6,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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -174,8 +174,8 @@ msgid "  Version table:"
 msgstr "  Tabl Fersiynnau:"
 msgstr "  Tabl Fersiynnau:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -546,13 +546,13 @@ msgstr "Methwyd prosesu dibyniaethau adeiladu"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Yn cysylltu i %s (%s)"
 msgstr "Yn cysylltu i %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 #, fuzzy
 #, fuzzy
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Modylau a Gynhelir:"
 msgstr "Modylau a Gynhelir:"
 
 
 # FIXME: split
 # FIXME: split
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -665,7 +665,7 @@ msgid "%s was already not hold.\n"
 msgstr "Mae %s y fersiwn mwyaf newydd eisioes.\n"
 msgstr "Mae %s y fersiwn mwyaf newydd eisioes.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1730,13 +1730,13 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Yn cyfuno manylion Ar Gael"
 msgstr "Yn cyfuno manylion Ar Gael"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "Nid yw %s yn becyn DEB dilys."
 msgstr "Nid yw %s yn becyn DEB dilys."
 
 
 # FIXME: "debian"
 # FIXME: "debian"
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
@@ -1761,12 +1761,12 @@ msgstr ""
 "  -c=? Darllen y ffeil cyfluniad hwn\n"
 "  -c=? Darllen y ffeil cyfluniad hwn\n"
 "  -o=? Gosod opsiwn cyfluniad mympwyol e.e. -o dir::cache=/tmp\n"
 "  -o=? Gosod opsiwn cyfluniad mympwyol e.e. -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Ni ellir ysgrifennu i %s"
 msgstr "Ni ellir ysgrifennu i %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2571,12 +2571,12 @@ msgstr "Derbyniodd is-broses %s wall segmentu."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Derbyniodd is-broses %s wall segmentu."
 msgstr "Derbyniodd is-broses %s wall segmentu."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Dychwelodd is-broses %s gôd gwall (%u)"
 msgstr "Dychwelodd is-broses %s gôd gwall (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Gorffenodd is-broses %s yn annisgwyl"
 msgstr "Gorffenodd is-broses %s yn annisgwyl"
@@ -2631,7 +2631,7 @@ msgid "Problem syncing the file"
 msgstr "Gwall wrth gyfamseru'r ffeil"
 msgstr "Gwall wrth gyfamseru'r ffeil"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Yn Erthylu'r Sefydliad."
 msgstr "Yn Erthylu'r Sefydliad."
@@ -2970,18 +2970,18 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # FIXME: literal
 # FIXME: literal
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Cofnod annilys yn y ffeil hoffterau, dim pennawd 'Package'"
 msgstr "Cofnod annilys yn y ffeil hoffterau, dim pennawd 'Package'"
 
 
 # FIXME: tense
 # FIXME: tense
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Methwyd daeall y math pin %s"
 msgstr "Methwyd daeall y math pin %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Dim blaenoriath (neu sero) wedi ei benodi ar gyfer pin"
 msgstr "Dim blaenoriath (neu sero) wedi ei benodi ar gyfer pin"
 
 
@@ -3345,12 +3345,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr ""
 msgstr ""
 
 

+ 20 - 22
po/da.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: 2013-12-12 20:43+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2013-12-14 23:51+0200\n"
 "PO-Revision-Date: 2013-12-14 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"
@@ -161,8 +161,8 @@ msgid "  Version table:"
 msgstr "  Versionstabel:"
 msgstr "  Versionstabel:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -247,8 +247,8 @@ msgid ""
 msgstr ""
 msgstr ""
 "Der kunne ikke detekteres et cd-rom-drev eller findes et monteringspunkt.\n"
 "Der kunne ikke detekteres et cd-rom-drev eller findes et monteringspunkt.\n"
 "Du kan prøve tilvalget --cdrom for at angive cd-rom-monteringspunktet. Se "
 "Du kan prøve tilvalget --cdrom for at angive cd-rom-monteringspunktet. Se "
-"»man apt-cdrom« for yderligere information om automatisk detektering af "
-"cd-rom og monteringspunkt."
+"»man apt-cdrom« for yderligere information om automatisk detektering af cd-"
+"rom og monteringspunkt."
 
 
 #: cmdline/apt-cdrom.cc:89
 #: cmdline/apt-cdrom.cc:89
 msgid "Please provide a name for this Disc, such as 'Debian 5.0.3 Disk 1'"
 msgid "Please provide a name for this Disc, such as 'Debian 5.0.3 Disk 1'"
@@ -535,11 +535,11 @@ msgstr "Kunne ikke behandler opbygningsafhængighederne"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Ændringslog for %s (%s)"
 msgstr "Ændringslog for %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Understøttede moduler:"
 msgstr "Understøttede moduler:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -653,7 +653,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s var allerede ikke i bero.\n"
 msgstr "%s var allerede ikke i bero.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1743,12 +1743,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Sammenfletter tilgængelighedsoplysninger"
 msgstr "Sammenfletter tilgængelighedsoplysninger"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s er ikke en gyldig DEB-pakke."
 msgstr "%s er ikke en gyldig DEB-pakke."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1772,12 +1772,12 @@ msgstr ""
 "  -c=? Læs denne opsætningsfil\n"
 "  -c=? Læs denne opsætningsfil\n"
 "  -o=? Angiv et opsætningstilvalg. F.eks. -o dir::cache=/tmp\n"
 "  -o=? Angiv et opsætningstilvalg. F.eks. -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Kunne ikke skrive til %s"
 msgstr "Kunne ikke skrive til %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2569,12 +2569,12 @@ msgstr "Underprocessen %s modtog en segmenteringsfejl."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Underprocessen %s modtog en signal %u."
 msgstr "Underprocessen %s modtog en signal %u."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Underprocessen %s returnerede en fejlkode (%u)"
 msgstr "Underprocessen %s returnerede en fejlkode (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Underprocessen %s afsluttedes uventet"
 msgstr "Underprocessen %s afsluttedes uventet"
@@ -2627,7 +2627,7 @@ msgid "Problem syncing the file"
 msgstr "Problem under synkronisering af fil"
 msgstr "Problem under synkronisering af fil"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Ingen nøglering installeret i %s."
 msgstr "Ingen nøglering installeret i %s."
@@ -2951,17 +2951,17 @@ msgstr ""
 "Værdien »%s« er ugyldig for APT::Default-Release da sådan en udgivelse ikke "
 "Værdien »%s« er ugyldig for APT::Default-Release da sådan en udgivelse ikke "
 "er tilgængelig i kilderne"
 "er tilgængelig i kilderne"
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Ugyldig indgang i indstillingsfilen %s, pakkehovedet mangler"
 msgstr "Ugyldig indgang i indstillingsfilen %s, pakkehovedet mangler"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Kunne ikke forstå pin-type %s"
 msgstr "Kunne ikke forstå pin-type %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Ingen prioritet (eller prioritet nul) angivet ved pin"
 msgstr "Ingen prioritet (eller prioritet nul) angivet ved pin"
 
 
@@ -3331,12 +3331,12 @@ 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/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr "Status: [%3i%%]"
 msgstr "Status: [%3i%%]"
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "Kører dpkg"
 msgstr "Kører dpkg"
 
 
@@ -3516,5 +3516,3 @@ msgstr "dpkg blev afbrudt, du skal manuelt køre »%s« for at rette problemet."
 #: apt-pkg/deb/debsystem.cc:121
 #: apt-pkg/deb/debsystem.cc:121
 msgid "Not locked"
 msgid "Not locked"
 msgstr "Ikke låst"
 msgstr "Ikke låst"
-
-

+ 18 - 18
po/de.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 0.9.2\n"
 "Project-Id-Version: apt 0.9.2\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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2012-06-27 10:55+0200\n"
 "PO-Revision-Date: 2012-06-27 10:55+0200\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"
@@ -162,8 +162,8 @@ msgid "  Version table:"
 msgstr "  Versionstabelle:"
 msgstr "  Versionstabelle:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -548,11 +548,11 @@ msgstr "Verarbeitung der Bauabhängigkeiten fehlgeschlagen"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Änderungsprotokoll (Changelog) für %s (%s)"
 msgstr "Änderungsprotokoll (Changelog) für %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Unterstützte Module:"
 msgstr "Unterstützte Module:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -674,7 +674,7 @@ msgid "%s was already not hold.\n"
 msgstr "Die Halten-Markierung für %s wurde bereits entfernt.\n"
 msgstr "Die Halten-Markierung für %s wurde bereits entfernt.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1775,12 +1775,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Verfügbare Informationen werden zusammengeführt."
 msgstr "Verfügbare Informationen werden zusammengeführt."
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s ist kein gültiges DEB-Paket."
 msgstr "%s ist kein gültiges DEB-Paket."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1804,12 +1804,12 @@ msgstr ""
 "  -c=?  Diese Konfigurationsdatei lesen\n"
 "  -c=?  Diese Konfigurationsdatei lesen\n"
 "  -o=?  Eine beliebige Konfigurationsoption setzen, z.B. -o dir::cache=/tmp\n"
 "  -o=?  Eine beliebige Konfigurationsoption setzen, z.B. -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Schreiben nach %s nicht möglich"
 msgstr "Schreiben nach %s nicht möglich"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 msgid "Cannot get debconf version. Is debconf installed?"
 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?"
@@ -2618,12 +2618,12 @@ msgstr "Unterprozess %s hat einen Speicherzugriffsfehler empfangen."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Unterprozess %s hat das Signal %u empfangen."
 msgstr "Unterprozess %s hat das Signal %u empfangen."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Unterprozess %s hat Fehlercode zurückgegeben (%u)"
 msgstr "Unterprozess %s hat Fehlercode zurückgegeben (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Unterprozess %s unerwartet beendet"
 msgstr "Unterprozess %s unerwartet beendet"
@@ -2680,7 +2680,7 @@ msgid "Problem syncing the file"
 msgstr "Problem beim Synchronisieren der Datei"
 msgstr "Problem beim Synchronisieren der Datei"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Kein Schlüsselring in %s installiert"
 msgstr "Kein Schlüsselring in %s installiert"
@@ -3014,18 +3014,18 @@ msgstr ""
 "Der Wert »%s« ist für APT::Default-Release ungültig, da solch eine "
 "Der Wert »%s« ist für APT::Default-Release ungültig, da solch eine "
 "Veröffentlichung in den Paketquellen nicht verfügbar ist."
 "Veröffentlichung in den Paketquellen nicht verfügbar ist."
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr ""
 msgstr ""
 "Ungültiger Eintrag in Einstellungsdatei %s, keine »Package«-Kopfzeile(n)"
 "Ungültiger Eintrag in Einstellungsdatei %s, keine »Package«-Kopfzeile(n)"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Pinning-Typ %s kann nicht interpretiert werden."
 msgstr "Pinning-Typ %s kann nicht interpretiert werden."
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Keine Priorität (oder Null) für Pin angegeben"
 msgstr "Keine Priorität (oder Null) für Pin angegeben"
 
 
@@ -3417,12 +3417,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Externen Problemlöser ausführen"
 msgstr "Externen Problemlöser ausführen"
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "Ausführen von dpkg"
 msgstr "Ausführen von dpkg"
 
 

+ 18 - 18
po/dz.po

@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt_po.pot\n"
 "Project-Id-Version: apt_po.pot\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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -162,8 +162,8 @@ msgid "  Version table:"
 msgstr "ཐོན་རིམ་ཐིག་ཁྲམ།:"
 msgstr "ཐོན་རིམ་ཐིག་ཁྲམ།:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -524,11 +524,11 @@ msgstr "བཟོ་བརྩིགས་རྟེན་འབྲེལ་འད
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "%s (%s)་ལུ་མཐུད་དོ།"
 msgstr "%s (%s)་ལུ་མཐུད་དོ།"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "རྒྱབ་སྐྱོར་འབད་ཡོད་པའི་ཚད་གཞི་ཚུ:"
 msgstr "རྒྱབ་སྐྱོར་འབད་ཡོད་པའི་ཚད་གཞི་ཚུ:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -643,7 +643,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s ་འདི་ཧེ་མ་ལས་རང་འཐོན་རིམ་གསར་ཤོས་ཅིག་ཨིན།\n"
 msgstr "%s ་འདི་ཧེ་མ་ལས་རང་འཐོན་རིམ་གསར་ཤོས་ཅིག་ཨིན།\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1692,12 +1692,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "འཐོབ་ཚུགས་པའི་བརྡ་དོན་མཉམ་བསྡོམས་འབད་དོ།"
 msgstr "འཐོབ་ཚུགས་པའི་བརྡ་དོན་མཉམ་བསྡོམས་འབད་དོ།"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s འདི་ནུས་ཅན་གྱི་ ཌི་ཨི་བི་ཅིག་མེན་པས།"
 msgstr "%s འདི་ནུས་ཅན་གྱི་ ཌི་ཨི་བི་ཅིག་མེན་པས།"
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1721,12 +1721,12 @@ msgstr ""
 "  -o=? འདི་གིས་མཐུན་སྒྲིག་རིམ་སྒྲིག་གདམ་ཁ་ཅིག་གཞི་སྒྲིག་འབདཝ་ཨིན་  དཔེར་ན་-o dir::cache=/tmp་"
 "  -o=? འདི་གིས་མཐུན་སྒྲིག་རིམ་སྒྲིག་གདམ་ཁ་ཅིག་གཞི་སྒྲིག་འབདཝ་ཨིན་  དཔེར་ན་-o dir::cache=/tmp་"
 "བཟུམ།\n"
 "བཟུམ།\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr " %sལུ་འབྲི་མ་ཚུགས།"
 msgstr " %sལུ་འབྲི་མ་ཚུགས།"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "debconf ་་འཐོན་རིམ་འདི་ལེན་མ་ཚུགས། debconf འདི་གཞི་བཙུགས་འབད་ཡི་ག་?"
 msgstr "debconf ་་འཐོན་རིམ་འདི་ལེན་མ་ཚུགས། debconf འདི་གཞི་བཙུགས་འབད་ཡི་ག་?"
 
 
@@ -2522,12 +2522,12 @@ msgstr "ཡན་ལག་ལས་སྦྱོར་%s་ལུ་ཆ་བག
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "ཡན་ལག་ལས་སྦྱོར་%s་ལུ་ཆ་བགོས་ཀྱི་སྐྱོན་ཅིག་ཐོབ་ཡོདཔ་ཨིན།"
 msgstr "ཡན་ལག་ལས་སྦྱོར་%s་ལུ་ཆ་བགོས་ཀྱི་སྐྱོན་ཅིག་ཐོབ་ཡོདཔ་ཨིན།"
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "ཡན་ལག་ལས་སྦྱོར་%s་གིས་འཛོལ་བའི་ཨང་རྟགས་(%u)ཅིག་སླར་ལོག་འབད་ཡོདཔ་ཨིན།"
 msgstr "ཡན་ལག་ལས་སྦྱོར་%s་གིས་འཛོལ་བའི་ཨང་རྟགས་(%u)ཅིག་སླར་ལོག་འབད་ཡོདཔ་ཨིན།"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "ཡན་ལག་ལས་སྦྱོར་་%s་གིས་རེ་བ་མེད་པར་ཕྱིར་ཐོན་ཡོདཔ་ཨིན།"
 msgstr "ཡན་ལག་ལས་སྦྱོར་་%s་གིས་རེ་བ་མེད་པར་ཕྱིར་ཐོན་ཡོདཔ་ཨིན།"
@@ -2580,7 +2580,7 @@ msgid "Problem syncing the file"
 msgstr "ཡིག་སྣོད་མཉམ་བྱུང་འབདཝ་ད་དཀའ་ངལ།"
 msgstr "ཡིག་སྣོད་མཉམ་བྱུང་འབདཝ་ད་དཀའ་ངལ།"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "གཞི་བཙུགས་བར་བཤོལ་འབད་དོ།"
 msgstr "གཞི་བཙུགས་བར་བཤོལ་འབད་དོ།"
@@ -2903,17 +2903,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "དགའ་གདམ་ཡིག་སྣོད་ནང་ལུ་ནུས་མེད་ཀྱི་དྲན་ཐོ་  ཐུམ་སྒྲིལ་མགོ་ཡིག་མིན་འདུག"
 msgstr "དགའ་གདམ་ཡིག་སྣོད་ནང་ལུ་ནུས་མེད་ཀྱི་དྲན་ཐོ་  ཐུམ་སྒྲིལ་མགོ་ཡིག་མིན་འདུག"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "ངོ་རྟགས་ཨང་གི་དབྱེ་བ་ %s འདི་ཧ་གོ་མ་ཚུགས།"
 msgstr "ངོ་རྟགས་ཨང་གི་དབྱེ་བ་ %s འདི་ཧ་གོ་མ་ཚུགས།"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "གོ་རྟགས་ཨང་གི་དོན་ལུ་ གཙོ་རིམ་(ཡང་ན་ ཀླད་ཀོར་)ཚུ་གསལ་བཀོད་མ་འབད་བས།"
 msgstr "གོ་རྟགས་ཨང་གི་དོན་ལུ་ གཙོ་རིམ་(ཡང་ན་ ཀླད་ཀོར་)ཚུ་གསལ་བཀོད་མ་འབད་བས།"
 
 
@@ -3273,12 +3273,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr ""
 msgstr ""
 
 

+ 18 - 18
po/el.po

@@ -16,7 +16,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt_po_el\n"
 "Project-Id-Version: apt_po_el\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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -167,8 +167,8 @@ msgid "  Version table:"
 msgstr "  Πίνακας Έκδοσης:"
 msgstr "  Πίνακας Έκδοσης:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -540,11 +540,11 @@ msgstr "Αποτυχία επεξεργασίας εξαρτήσεων χτισ
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Changelog για %s (%s)"
 msgstr "Changelog για %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Υποστηριζόμενοι Οδηγοί:"
 msgstr "Υποστηριζόμενοι Οδηγοί:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -655,7 +655,7 @@ msgid "%s was already not hold.\n"
 msgstr "το %s είναι ήδη η τελευταία έκδοση.\n"
 msgstr "το %s είναι ήδη η τελευταία έκδοση.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1712,12 +1712,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Σύμπτυξη Διαθέσιμων Πληροφοριών"
 msgstr "Σύμπτυξη Διαθέσιμων Πληροφοριών"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "Το %s δεν είναι έγκυρο πακέτο DEB."
 msgstr "Το %s δεν είναι έγκυρο πακέτο DEB."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1741,12 +1741,12 @@ msgstr ""
 "  -c=? Ανάγνωση αυτού του αρχείου ρυθμίσεων\n"
 "  -c=? Ανάγνωση αυτού του αρχείου ρυθμίσεων\n"
 "  -o=? Καθορισμός αυθαίρετης επιλογής παραμέτρου, πχ -o dir::cache=/tmp\n"
 "  -o=? Καθορισμός αυθαίρετης επιλογής παραμέτρου, πχ -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Αδύνατη η εγγραφή στο %s"
 msgstr "Αδύνατη η εγγραφή στο %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Δεν βρέθηκε η έκδοση του debconf. Είναι το debconf εγκατεστημένο;"
 msgstr "Δεν βρέθηκε η έκδοση του debconf. Είναι το debconf εγκατεστημένο;"
 
 
@@ -2546,12 +2546,12 @@ msgstr "Η υποδιεργασία %s έλαβε ένα σφάλμα καταμ
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Η υποδιεργασία %s έλαβε ένα σφάλμα καταμερισμού (segfault)"
 msgstr "Η υποδιεργασία %s έλαβε ένα σφάλμα καταμερισμού (segfault)"
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Η υποδιεργασία %s επέστρεψε ένα κωδικός σφάλματος (%u)"
 msgstr "Η υποδιεργασία %s επέστρεψε ένα κωδικός σφάλματος (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Η υποδιεργασία %s εγκατέλειψε απρόσμενα"
 msgstr "Η υποδιεργασία %s εγκατέλειψε απρόσμενα"
@@ -2604,7 +2604,7 @@ msgid "Problem syncing the file"
 msgstr "Πρόβλημα κατά τον συγχρονισμό του αρχείου"
 msgstr "Πρόβλημα κατά τον συγχρονισμό του αρχείου"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Εγκατάλειψη της εγκατάστασης."
 msgstr "Εγκατάλειψη της εγκατάστασης."
@@ -2929,17 +2929,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Μη έγκυρη εγγραφή στο αρχείο προτιμήσεων, καμία επικεφαλίδα Package"
 msgstr "Μη έγκυρη εγγραφή στο αρχείο προτιμήσεων, καμία επικεφαλίδα Package"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Αδύνατη η κατανόηση του τύπου καθήλωσης %s"
 msgstr "Αδύνατη η κατανόηση του τύπου καθήλωσης %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr ""
 msgstr ""
 "Δεν έχει οριστεί προτεραιότητα (ή έχει οριστεί μηδενική) για την καθήλωση"
 "Δεν έχει οριστεί προτεραιότητα (ή έχει οριστεί μηδενική) για την καθήλωση"
@@ -3302,12 +3302,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr ""
 msgstr ""
 
 

+ 18 - 18
po/es.po

@@ -33,7 +33,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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2011-01-24 11:47+0100\n"
 "PO-Revision-Date: 2011-01-24 11:47+0100\n"
 "Last-Translator: Javier Fernández-Sanguino Peña <jfs@debian.org>\n"
 "Last-Translator: Javier Fernández-Sanguino Peña <jfs@debian.org>\n"
 "Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
 "Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -212,8 +212,8 @@ msgid "  Version table:"
 msgstr "  Tabla de versión:"
 msgstr "  Tabla de versión:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -594,11 +594,11 @@ msgstr "No se pudieron procesar las dependencias de construcción"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Conectando a %s (%s)"
 msgstr "Conectando a %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Módulos soportados:"
 msgstr "Módulos soportados:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -715,7 +715,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s ya está en su versión más reciente.\n"
 msgstr "%s ya está en su versión más reciente.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1782,12 +1782,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Fusionando información disponible"
 msgstr "Fusionando información disponible"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s no es un paquete DEB válido."
 msgstr "%s no es un paquete DEB válido."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1812,12 +1812,12 @@ msgstr ""
 "  -o=? Establece una opción de configuración arbitraria, p. ej. -o dir::"
 "  -o=? Establece una opción de configuración arbitraria, p. ej. -o dir::"
 "cache=/tmp\n"
 "cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "No se puede escribir en %s"
 msgstr "No se puede escribir en %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2622,12 +2622,12 @@ msgstr "El subproceso %s recibió un fallo de segmentación."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "El subproceso %s recibió la señal %u."
 msgstr "El subproceso %s recibió la señal %u."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "El subproceso %s devolvió un código de error (%u)"
 msgstr "El subproceso %s devolvió un código de error (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "El subproceso %s terminó de forma inesperada"
 msgstr "El subproceso %s terminó de forma inesperada"
@@ -2680,7 +2680,7 @@ msgid "Problem syncing the file"
 msgstr "Se produjo un problema al sincronizar el fichero"
 msgstr "Se produjo un problema al sincronizar el fichero"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "No se instaló ningún anillo de claves %s."
 msgstr "No se instaló ningún anillo de claves %s."
@@ -3013,18 +3013,18 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr ""
 msgstr ""
 "Registro inválido en el archivo de preferencias %s, no hay cabecera «Package»"
 "Registro inválido en el archivo de preferencias %s, no hay cabecera «Package»"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "No se entiende el pin tipo %s"
 msgstr "No se entiende el pin tipo %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "No hay prioridad especificada para pin (o es cero)"
 msgstr "No hay prioridad especificada para pin (o es cero)"
 
 
@@ -3406,12 +3406,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "Ejecutando dpkg"
 msgstr "Ejecutando dpkg"
 
 

+ 18 - 18
po/eu.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt_po_eu\n"
 "Project-Id-Version: apt_po_eu\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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -160,8 +160,8 @@ msgid "  Version table:"
 msgstr "  Bertsio taula:"
 msgstr "  Bertsio taula:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -525,11 +525,11 @@ msgstr "Huts egin du eraikitze mendekotasunak prozesatzean"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Konektatzen -> %s.(%s)"
 msgstr "Konektatzen -> %s.(%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Onartutako Moduluak:"
 msgstr "Onartutako Moduluak:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -642,7 +642,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s bertsiorik berriena da jada.\n"
 msgstr "%s bertsiorik berriena da jada.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1698,12 +1698,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Eskuragarrien datuak biltzen"
 msgstr "Eskuragarrien datuak biltzen"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s ez da baliozko DEB pakete bat."
 msgstr "%s ez da baliozko DEB pakete bat."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1727,12 +1727,12 @@ msgstr ""
 "  -c=? Irakurri konfigurazio fitxategi hau\n"
 "  -c=? Irakurri konfigurazio fitxategi hau\n"
 "  -o=? Ezarri konfigurazio aukera arbitrario bat. Adib.: -o dir::cache=/tmp\n"
 "  -o=? Ezarri konfigurazio aukera arbitrario bat. Adib.: -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "%s : ezin da idatzi"
 msgstr "%s : ezin da idatzi"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2525,12 +2525,12 @@ msgstr "%s azpiprozesuak segmentaziuo hutsegitea jaso du."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "%s azpiprozesuak segmentaziuo hutsegitea jaso du."
 msgstr "%s azpiprozesuak segmentaziuo hutsegitea jaso du."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "%s azpiprozesuak errore kode bat itzuli du (%u)"
 msgstr "%s azpiprozesuak errore kode bat itzuli du (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "%s azpiprozesua ustekabean amaitu da"
 msgstr "%s azpiprozesua ustekabean amaitu da"
@@ -2583,7 +2583,7 @@ msgid "Problem syncing the file"
 msgstr "Arazoa fitxategia sinkronizatzean"
 msgstr "Arazoa fitxategia sinkronizatzean"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Abortatu instalazioa."
 msgstr "Abortatu instalazioa."
@@ -2903,17 +2903,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Erregistro baliogabea hobespenen fitxategian, pakete goibururik ez"
 msgstr "Erregistro baliogabea hobespenen fitxategian, pakete goibururik ez"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Ez da ulertu %s orratz-mota (pin)"
 msgstr "Ez da ulertu %s orratz-mota (pin)"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Ez da lehentasunik zehaztu orratzarentzat (pin) (edo zero da)"
 msgstr "Ez da lehentasunik zehaztu orratzarentzat (pin) (edo zero da)"
 
 
@@ -3272,12 +3272,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr ""
 msgstr ""
 
 

+ 18 - 18
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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -158,8 +158,8 @@ msgid "  Version table:"
 msgstr "  Versiotaulukko:"
 msgstr "  Versiotaulukko:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -521,11 +521,11 @@ msgstr "Paketointiriippuvuuksien käsittely ei onnistunut"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Avataan yhteys %s (%s)"
 msgstr "Avataan yhteys %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Tuetut moduulit:"
 msgstr "Tuetut moduulit:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -637,7 +637,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s on jo uusin versio.\n"
 msgstr "%s on jo uusin versio.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1691,12 +1691,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Yhdistetään saatavuustiedot"
 msgstr "Yhdistetään saatavuustiedot"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s ei kelpaa DEB-paketiksi."
 msgstr "%s ei kelpaa DEB-paketiksi."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1720,12 +1720,12 @@ msgstr ""
 "  -c=? Lue tämä asetustiedosto\n"
 "  -c=? Lue tämä asetustiedosto\n"
 "  -o=? Aseta mikä asetusvalitsin tahansa, esim. -o dir::cache=/tmp\n"
 "  -o=? Aseta mikä asetusvalitsin tahansa, esim. -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Tiedostoon %s kirjoittaminen ei onnistu"
 msgstr "Tiedostoon %s kirjoittaminen ei onnistu"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2516,12 +2516,12 @@ msgstr "Aliprosessi %s aiheutti suojausvirheen."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Aliprosessi %s aiheutti suojausvirheen."
 msgstr "Aliprosessi %s aiheutti suojausvirheen."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Aliprosessi %s palautti virhekoodin (%u)"
 msgstr "Aliprosessi %s palautti virhekoodin (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Aliprosessi %s lopetti odottamatta"
 msgstr "Aliprosessi %s lopetti odottamatta"
@@ -2574,7 +2574,7 @@ msgid "Problem syncing the file"
 msgstr "Pulmia tehtäessä tiedostolle sync"
 msgstr "Pulmia tehtäessä tiedostolle sync"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Asennus keskeytetään."
 msgstr "Asennus keskeytetään."
@@ -2893,17 +2893,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Asetustiedostossa on virheellinen tietue, Package-otsikko puuttuu"
 msgstr "Asetustiedostossa on virheellinen tietue, Package-otsikko puuttuu"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Tunnistetyyppi %s on tuntematon"
 msgstr "Tunnistetyyppi %s on tuntematon"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Tärkeysjärjestystä ei määritetty tunnisteelle (tai se on nolla)"
 msgstr "Tärkeysjärjestystä ei määritetty tunnisteelle (tai se on nolla)"
 
 
@@ -3264,12 +3264,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr ""
 msgstr ""
 
 

+ 18 - 18
po/fr.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: fr\n"
 "Project-Id-Version: fr\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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2013-08-17 07:57+0200\n"
 "PO-Revision-Date: 2013-08-17 07:57+0200\n"
 "Last-Translator: Christian Perrier <bubulle@debian.org>\n"
 "Last-Translator: Christian Perrier <bubulle@debian.org>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -157,8 +157,8 @@ msgid "  Version table:"
 msgstr " Table de version :"
 msgstr " Table de version :"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -554,11 +554,11 @@ msgstr "Impossible d'activer les dépendances de construction"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Journal des modifications pour %s (%s)"
 msgstr "Journal des modifications pour %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Modules reconnus :"
 msgstr "Modules reconnus :"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -674,7 +674,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s était déjà marqué comme non figé.\n"
 msgstr "%s était déjà marqué comme non figé.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1784,12 +1784,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Fusion des informations disponibles"
 msgstr "Fusion des informations disponibles"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s n'est pas un paquet Debian valide."
 msgstr "%s n'est pas un paquet Debian valide."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1813,12 +1813,12 @@ msgstr ""
 "   -c=? Lit ce fichier de configuration\n"
 "   -c=? Lit ce fichier de configuration\n"
 "   -o=? Spécifie une option de configuration, p. ex. -o dir::cache=/tmp\n"
 "   -o=? Spécifie une option de configuration, p. ex. -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Impossible d'écrire sur %s"
 msgstr "Impossible d'écrire sur %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 msgid "Cannot get debconf version. Is debconf installed?"
 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é ?"
@@ -2630,12 +2630,12 @@ msgstr "Le sous-processus %s a commis une violation d'accès mémoire"
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Le sous-processus %s a reçu le signal %u"
 msgstr "Le sous-processus %s a reçu le signal %u"
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Le sous-processus %s a renvoyé un code d'erreur (%u)"
 msgstr "Le sous-processus %s a renvoyé un code d'erreur (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Le sous-processus %s s'est arrêté prématurément"
 msgstr "Le sous-processus %s s'est arrêté prématurément"
@@ -2688,7 +2688,7 @@ msgid "Problem syncing the file"
 msgstr "Problème de synchronisation du fichier"
 msgstr "Problème de synchronisation du fichier"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Pas de porte-clés installé dans %s."
 msgstr "Pas de porte-clés installé dans %s."
@@ -3031,19 +3031,19 @@ msgstr ""
 "La valeur « %s » n'est pas valable pour APT::Default-Release car cette "
 "La valeur « %s » n'est pas valable pour APT::Default-Release car cette "
 "version ne fait pas partie des sources disponibles."
 "version ne fait pas partie des sources disponibles."
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr ""
 msgstr ""
 "Enregistrement non valable dans le fichier de préférences %s, aucune entrée "
 "Enregistrement non valable dans le fichier de préférences %s, aucune entrée "
 "« Package »."
 "« Package »."
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Type d'épinglage %s inconnu"
 msgstr "Type d'épinglage %s inconnu"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Aucune priorité (ou zéro) n'a été spécifiée pour l'épinglage"
 msgstr "Aucune priorité (ou zéro) n'a été spécifiée pour l'épinglage"
 
 
@@ -3438,12 +3438,12 @@ msgstr "Échec du solveur externe sans message d'erreur adapté"
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Exécu tion du solveur externe"
 msgstr "Exécu tion du solveur externe"
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "Exécution de dpkg"
 msgstr "Exécution de dpkg"
 
 

+ 18 - 18
po/gl.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt_po_gl\n"
 "Project-Id-Version: apt_po_gl\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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -162,8 +162,8 @@ msgid "  Version table:"
 msgstr "  Táboa de versións:"
 msgstr "  Táboa de versións:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -537,11 +537,11 @@ msgstr "Non se puideron procesar as dependencias de construción"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Rexistro de cambios de %s (%s)"
 msgstr "Rexistro de cambios de %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Módulos admitidos:"
 msgstr "Módulos admitidos:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -660,7 +660,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s xa é a versión máis recente.\n"
 msgstr "%s xa é a versión máis recente.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1730,12 +1730,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Mesturando a información sobre paquetes dispoñíbeis"
 msgstr "Mesturando a información sobre paquetes dispoñíbeis"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s non é un paquete DEB válido."
 msgstr "%s non é un paquete DEB válido."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1760,12 +1760,12 @@ msgstr ""
 "  -o=? Estabelece unha opción de configuración, por exemplo: -o dir::cache=/"
 "  -o=? Estabelece unha opción de configuración, por exemplo: -o dir::cache=/"
 "tmp\n"
 "tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Non é posíbel escribir en %s"
 msgstr "Non é posíbel escribir en %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2569,12 +2569,12 @@ msgstr "O subproceso %s recibiu un fallo de segmento."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "O subproceso %s recibiu o sinal %u."
 msgstr "O subproceso %s recibiu o sinal %u."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "O subproceso %s devolveu un código de erro (%u)"
 msgstr "O subproceso %s devolveu un código de erro (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "O subproceso %s saíu de xeito inesperado"
 msgstr "O subproceso %s saíu de xeito inesperado"
@@ -2627,7 +2627,7 @@ msgid "Problem syncing the file"
 msgstr "Produciuse un problema ao sincronizar o ficheiro"
 msgstr "Produciuse un problema ao sincronizar o ficheiro"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Non ha ningún chaveiro instalado en %s."
 msgstr "Non ha ningún chaveiro instalado en %s."
@@ -2955,18 +2955,18 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr ""
 msgstr ""
 "Rexistro incorrecto no ficheiro de preferencias %s; falta a cabeceira Package"
 "Rexistro incorrecto no ficheiro de preferencias %s; falta a cabeceira Package"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Non se entendeu o tipo de inmobilización %s"
 msgstr "Non se entendeu o tipo de inmobilización %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr ""
 msgstr ""
 "Non se indicou unha prioridade (ou indicouse cero) para a inmobilización"
 "Non se indicou unha prioridade (ou indicouse cero) para a inmobilización"
@@ -3348,12 +3348,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "Executando dpkg"
 msgstr "Executando dpkg"
 
 

+ 18 - 18
po/hu.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt trunk\n"
 "Project-Id-Version: apt trunk\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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2012-06-25 17:09+0200\n"
 "PO-Revision-Date: 2012-06-25 17:09+0200\n"
 "Last-Translator: Gabor Kelemen <kelemeng at gnome dot hu>\n"
 "Last-Translator: Gabor Kelemen <kelemeng at gnome dot hu>\n"
 "Language-Team: Hungarian <gnome-hu-list at gnome dot org>\n"
 "Language-Team: Hungarian <gnome-hu-list at gnome dot org>\n"
@@ -160,8 +160,8 @@ msgid "  Version table:"
 msgstr "  Verziótáblázat:"
 msgstr "  Verziótáblázat:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -536,11 +536,11 @@ msgstr "Nem sikerült az építési függőségeket feldolgozni"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Változási napló ehhez: %s (%s)"
 msgstr "Változási napló ehhez: %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Támogatott modulok:"
 msgstr "Támogatott modulok:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -655,7 +655,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s eddig sem volt visszafogva.\n"
 msgstr "%s eddig sem volt visszafogva.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1733,12 +1733,12 @@ msgstr "előtti hibák fontosak. Javítsa azokat, és futtassa az [I]nstallt új
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Elérhető információk egyesítése"
 msgstr "Elérhető információk egyesítése"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s nem egy érvényes DEB csomag."
 msgstr "%s nem egy érvényes DEB csomag."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1763,12 +1763,12 @@ msgstr ""
 "  -c=? Ezt a konfigurációs fájlt olvassa be\n"
 "  -c=? Ezt a konfigurációs fájlt olvassa be\n"
 "  -o=? Beállít egy tetszőleges konfigurációs opciót, pl -o dir::cache=/tmp\n"
 "  -o=? Beállít egy tetszőleges konfigurációs opciót, pl -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Nem lehet írni ebbe: %s"
 msgstr "Nem lehet írni ebbe: %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2570,12 +2570,12 @@ msgstr "%s alfolyamat szegmentálási hibát okozott."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "A(z) %s alfolyamat %u számú szignált kapott."
 msgstr "A(z) %s alfolyamat %u számú szignált kapott."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "%s alfolyamat hibakóddal tért vissza (%u)"
 msgstr "%s alfolyamat hibakóddal tért vissza (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "%s alfolyamat váratlanul kilépett"
 msgstr "%s alfolyamat váratlanul kilépett"
@@ -2628,7 +2628,7 @@ msgid "Problem syncing the file"
 msgstr "Hiba a fájl szinkronizálásakor"
 msgstr "Hiba a fájl szinkronizálásakor"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Nincs kulcstartó telepítve ide: %s."
 msgstr "Nincs kulcstartó telepítve ide: %s."
@@ -2964,17 +2964,17 @@ msgstr ""
 "A(z) „%s” érték érvénytelen az APT::Default-Release beállításhoz, mert nincs "
 "A(z) „%s” érték érvénytelen az APT::Default-Release beállításhoz, mert nincs "
 "ilyen kiadás a forrásokban"
 "ilyen kiadás a forrásokban"
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Érvénytelen rekord a(z) %s beállításfájlban, nincs Package fejléc"
 msgstr "Érvénytelen rekord a(z) %s beállításfájlban, nincs Package fejléc"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "A(z) %s rögzítéstípus nem értelmezhető"
 msgstr "A(z) %s rögzítéstípus nem értelmezhető"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Nincs prioritás (vagy nulla) megadva a rögzítéshez"
 msgstr "Nincs prioritás (vagy nulla) megadva a rögzítéshez"
 
 
@@ -3347,12 +3347,12 @@ 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/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "A dpkg futtatása"
 msgstr "A dpkg futtatása"
 
 

+ 18 - 18
po/it.po

@@ -8,7 +8,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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2013-08-27 22:06+0200\n"
 "PO-Revision-Date: 2013-08-27 22:06+0200\n"
 "Last-Translator: Milo Casagrande <milo@ubuntu.com>\n"
 "Last-Translator: Milo Casagrande <milo@ubuntu.com>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
@@ -160,8 +160,8 @@ msgid "  Version table:"
 msgstr "  Tabella versione:"
 msgstr "  Tabella versione:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -548,11 +548,11 @@ msgstr "Elaborazione delle dipendenze di generazione non riuscita"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Changelog per %s (%s)"
 msgstr "Changelog per %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Moduli supportati:"
 msgstr "Moduli supportati:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -668,7 +668,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s era già non bloccato.\n"
 msgstr "%s era già non bloccato.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1768,12 +1768,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Unione delle informazioni disponibili"
 msgstr "Unione delle informazioni disponibili"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s non è un pacchetto DEB valido."
 msgstr "%s non è un pacchetto DEB valido."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1797,12 +1797,12 @@ msgstr ""
 "  -c=? Legge come configurazione il file specificato\n"
 "  -c=? Legge come configurazione il file specificato\n"
 "  -o=? Imposta un'opzione di configurazione, come -o dir::cache=/tmp\n"
 "  -o=? Imposta un'opzione di configurazione, come -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Impossibile scrivere in %s"
 msgstr "Impossibile scrivere in %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2611,12 +2611,12 @@ msgstr "Il sottoprocesso %s ha ricevuto un segmentation fault."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Il sottoprocesso %s ha ricevuto il segnale %u."
 msgstr "Il sottoprocesso %s ha ricevuto il segnale %u."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Il sottoprocesso %s ha restituito un codice d'errore (%u)"
 msgstr "Il sottoprocesso %s ha restituito un codice d'errore (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Il sottoprocesso %s è uscito inaspettatamente"
 msgstr "Il sottoprocesso %s è uscito inaspettatamente"
@@ -2669,7 +2669,7 @@ msgid "Problem syncing the file"
 msgstr "Si è verificato un problema nel sincronizzare il file"
 msgstr "Si è verificato un problema nel sincronizzare il file"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Nessun portachiavi installato in %s."
 msgstr "Nessun portachiavi installato in %s."
@@ -3010,19 +3010,19 @@ msgstr ""
 "Il valore \"%s\" non è valido per APT::Default-Release poiché tale release "
 "Il valore \"%s\" non è valido per APT::Default-Release poiché tale release "
 "non è disponibile dalle sorgenti"
 "non è disponibile dalle sorgenti"
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr ""
 msgstr ""
 "Campo non valido nel file delle preferenze %s, manca l'intestazione \"Package"
 "Campo non valido nel file delle preferenze %s, manca l'intestazione \"Package"
 "\""
 "\""
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Impossibile comprendere il tipo di gancio %s"
 msgstr "Impossibile comprendere il tipo di gancio %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Priorità per il gancio non specificata (o zero)"
 msgstr "Priorità per il gancio non specificata (o zero)"
 
 
@@ -3409,12 +3409,12 @@ 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/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "Esecuzione di dpkg"
 msgstr "Esecuzione di dpkg"
 
 

+ 18 - 18
po/ja.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 0.9.9.4\n"
 "Project-Id-Version: apt 0.9.9.4\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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2013-08-11 19:39+0900\n"
 "PO-Revision-Date: 2013-08-11 19:39+0900\n"
 "Last-Translator: Kenshi Muto <kmuto@debian.org>\n"
 "Last-Translator: Kenshi Muto <kmuto@debian.org>\n"
 "Language-Team: Debian Japanese List <debian-japanese@lists.debian.org>\n"
 "Language-Team: Debian Japanese List <debian-japanese@lists.debian.org>\n"
@@ -157,8 +157,8 @@ msgid "  Version table:"
 msgstr "  バージョンテーブル:"
 msgstr "  バージョンテーブル:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -538,11 +538,11 @@ msgstr "ビルド依存関係の処理に失敗しました"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "%s (%s) の変更履歴"
 msgstr "%s (%s) の変更履歴"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "サポートされているモジュール:"
 msgstr "サポートされているモジュール:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -660,7 +660,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s はすでに保留されていません。\n"
 msgstr "%s はすでに保留されていません。\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1730,12 +1730,12 @@ msgstr "が重要です。これを修正して「導入」を再度実行して
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "入手可能情報をマージしています"
 msgstr "入手可能情報をマージしています"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s は正しい DEB パッケージではありません。"
 msgstr "%s は正しい DEB パッケージではありません。"
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1759,12 +1759,12 @@ msgstr ""
 "  -c=? 指定した設定ファイルを読み込む\n"
 "  -c=? 指定した設定ファイルを読み込む\n"
 "  -o=? 指定した設定オプションを適用する (例: -o dir::cache=/tmp)\n"
 "  -o=? 指定した設定オプションを適用する (例: -o dir::cache=/tmp)\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "%s に書き込めません"
 msgstr "%s に書き込めません"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr ""
 msgstr ""
 "debconf のバージョンを取得できません。debconf はインストールされていますか?"
 "debconf のバージョンを取得できません。debconf はインストールされていますか?"
@@ -2559,12 +2559,12 @@ msgstr "子プロセス %s がセグメンテーション違反を受け取り
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "子プロセス %s がシグナル %u を受け取りました。"
 msgstr "子プロセス %s がシグナル %u を受け取りました。"
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "子プロセス %s がエラーコード (%u) を返しました"
 msgstr "子プロセス %s がエラーコード (%u) を返しました"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "子プロセス %s が予期せず終了しました"
 msgstr "子プロセス %s が予期せず終了しました"
@@ -2617,7 +2617,7 @@ msgid "Problem syncing the file"
 msgstr "ファイルの同期中に問題が発生しました"
 msgstr "ファイルの同期中に問題が発生しました"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "%s にキーリングがインストールされていません。"
 msgstr "%s にキーリングがインストールされていません。"
@@ -2950,19 +2950,19 @@ msgstr ""
 "APT::Default-Release の 値 '%s' は、そのようなリリースをソース中から利用でき"
 "APT::Default-Release の 値 '%s' は、そのようなリリースをソース中から利用でき"
 "ないため、無効です"
 "ないため、無効です"
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr ""
 msgstr ""
 "不正なレコードがプリファレンスファイル %s に存在します。パッケージヘッダがあ"
 "不正なレコードがプリファレンスファイル %s に存在します。パッケージヘッダがあ"
 "りません"
 "りません"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "pin タイプ %s を理解できませんでした"
 msgstr "pin タイプ %s を理解できませんでした"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "pin で優先度 (または 0) が指定されていません"
 msgstr "pin で優先度 (または 0) が指定されていません"
 
 
@@ -3337,12 +3337,12 @@ msgstr "外部ソルバが適切なエラーメッセージなしに失敗しま
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "外部ソルバを実行"
 msgstr "外部ソルバを実行"
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "dpkg を実行しています"
 msgstr "dpkg を実行しています"
 
 

+ 18 - 18
po/km.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt_po_km\n"
 "Project-Id-Version: apt_po_km\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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -162,8 +162,8 @@ msgid "  Version table:"
 msgstr "  តារាង​កំណែ ៖"
 msgstr "  តារាង​កំណែ ៖"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -520,11 +520,11 @@ msgstr "បាន​បរាជ័យ​ក្នុង​ការ​ដំណ
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "កំពុង​តភ្ជាប់​ទៅ​កាន់​ %s (%s)"
 msgstr "កំពុង​តភ្ជាប់​ទៅ​កាន់​ %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "ម៉ូឌុល​ដែល​គាំទ្រ ៖ "
 msgstr "ម៉ូឌុល​ដែល​គាំទ្រ ៖ "
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -635,7 +635,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s ជាកំណែ​ដែលថ្មីបំផុតរួចទៅហើយ ។\n"
 msgstr "%s ជាកំណែ​ដែលថ្មីបំផុតរួចទៅហើយ ។\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1670,12 +1670,12 @@ msgstr "នៅខាងលើ​សារ​នេះ​គឺ​សំខាន
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "បញ្ចូល​​ព័ត៌មាន​ដែលមាន​ចូល​គ្នា"
 msgstr "បញ្ចូល​​ព័ត៌មាន​ដែលមាន​ចូល​គ្នា"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s មិនមែន​ជា​កញ្ចប់​ DEB ត្រឹមត្រូវ​ទេ​ ។"
 msgstr "%s មិនមែន​ជា​កញ្ចប់​ DEB ត្រឹមត្រូវ​ទេ​ ។"
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1699,12 +1699,12 @@ msgstr ""
 "  -c=? អាន​ឯកសារ​ការ​កំណត់​រចនាស្ព័ន្ធ​នេះ\n"
 "  -c=? អាន​ឯកសារ​ការ​កំណត់​រចនាស្ព័ន្ធ​នេះ\n"
 "  -o=? កំណត់​ជម្រើស​ការ​កំណត់​រចនា​សម្ព័ន្ធ​តាម​ចិត្ត ឧ. eg -o dir::cache=/tmp\n"
 "  -o=? កំណត់​ជម្រើស​ការ​កំណត់​រចនា​សម្ព័ន្ធ​តាម​ចិត្ត ឧ. eg -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "មិន​អាច​សរសេរ​ទៅ %s"
 msgstr "មិន​អាច​សរសេរ​ទៅ %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "មិន​អាច​ទទួល​យក​កំណែ​ debconf  ។ តើ​ debconf បានដំឡើង​ឬ ?"
 msgstr "មិន​អាច​ទទួល​យក​កំណែ​ debconf  ។ តើ​ debconf បានដំឡើង​ឬ ?"
 
 
@@ -2494,12 +2494,12 @@ msgstr "ដំណើរការ​រង​ %s បាន​ទទួល​ក
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "ដំណើរការ​រង​ %s បាន​ទទួល​កំហុស​ការ​ចែកជាចម្រៀក​ ។"
 msgstr "ដំណើរការ​រង​ %s បាន​ទទួល​កំហុស​ការ​ចែកជាចម្រៀក​ ។"
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "ដំណើរការ​រង​ %s បានត្រឡប់​ទៅកាន់​កូដ​មាន​កំហុស​ (%u)"
 msgstr "ដំណើរការ​រង​ %s បានត្រឡប់​ទៅកាន់​កូដ​មាន​កំហុស​ (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "ដំណើរការ​រង​ %s បានចេញ ដោយ​មិន​រំពឹង​ទុក​ "
 msgstr "ដំណើរការ​រង​ %s បានចេញ ដោយ​មិន​រំពឹង​ទុក​ "
@@ -2552,7 +2552,7 @@ msgid "Problem syncing the file"
 msgstr "មានបញ្ហា​ក្នុង​ការធ្វើ​សមកាលកម្មឯកសារ​"
 msgstr "មានបញ្ហា​ក្នុង​ការធ្វើ​សមកាលកម្មឯកសារ​"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "កំពុង​បោះបង់​ការ​ដំឡើង​ ។"
 msgstr "កំពុង​បោះបង់​ការ​ដំឡើង​ ។"
@@ -2871,17 +2871,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "កំណត់ត្រា​មិនត្រឹមត្រូវ​នៅក្នុង​ឯកសារចំណង់ចំណូលចិត្ត មិនមាន​បឋមកថា​កញ្ចប់ទេ"
 msgstr "កំណត់ត្រា​មិនត្រឹមត្រូវ​នៅក្នុង​ឯកសារចំណង់ចំណូលចិត្ត មិនមាន​បឋមកថា​កញ្ចប់ទេ"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "មិន​បាន​យល់​ពី​ប្រភេទ​ម្ជុល %s ឡើយ"
 msgstr "មិន​បាន​យល់​ពី​ប្រភេទ​ម្ជុល %s ឡើយ"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "គ្មាន​អទិភាព (ឬ សូន្យ​) បានបញ្ជាក់​សម្រាប់​ម្ជុល​ទេ"
 msgstr "គ្មាន​អទិភាព (ឬ សូន្យ​) បានបញ្ជាក់​សម្រាប់​ម្ជុល​ទេ"
 
 
@@ -3238,12 +3238,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr ""
 msgstr ""
 
 

+ 18 - 18
po/ko.po

@@ -5,7 +5,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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -153,8 +153,8 @@ msgid "  Version table:"
 msgstr "  버전 테이블:"
 msgstr "  버전 테이블:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -524,11 +524,11 @@ msgstr "빌드 의존성을 처리하는데 실패했습니다"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "%s(%s)에 연결하는 중입니다"
 msgstr "%s(%s)에 연결하는 중입니다"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "지원하는 모듈:"
 msgstr "지원하는 모듈:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -642,7 +642,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s 패키지는 이미 최신 버전입니다.\n"
 msgstr "%s 패키지는 이미 최신 버전입니다.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1689,12 +1689,12 @@ msgstr "오류만 중요합니다. 이 오류를 고친 다음에 설치(I)를 
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "이용 가능 패키지 정보를 합칩니다"
 msgstr "이용 가능 패키지 정보를 합칩니다"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s은(는) 올바른 DEB 패키지가 아닙니다."
 msgstr "%s은(는) 올바른 DEB 패키지가 아닙니다."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1718,12 +1718,12 @@ msgstr ""
 "  -c=? 설정 파일을 읽습니다\n"
 "  -c=? 설정 파일을 읽습니다\n"
 "  -o=? 임의의 옵션을 설정합니다. 예를 들어 -o dir::cache=/tmp\n"
 "  -o=? 임의의 옵션을 설정합니다. 예를 들어 -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "%s에 쓸 수 없습니다"
 msgstr "%s에 쓸 수 없습니다"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "debconf 버전을 알 수 없습니다. debconf가 설치되었습니까?"
 msgstr "debconf 버전을 알 수 없습니다. debconf가 설치되었습니까?"
 
 
@@ -2515,12 +2515,12 @@ msgstr "하위 프로세스 %s 프로세스가 세그멘테이션 오류를 받
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "하위 프로세스 %s 프로세스가 %u번 시그널을 받았습니다."
 msgstr "하위 프로세스 %s 프로세스가 %u번 시그널을 받았습니다."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "하위 프로세스 %s 프로세스가 오류 코드(%u)를 리턴했습니다"
 msgstr "하위 프로세스 %s 프로세스가 오류 코드(%u)를 리턴했습니다"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "하위 프로세스 %s 프로세스가 예상치 못하게 끝났습니다"
 msgstr "하위 프로세스 %s 프로세스가 예상치 못하게 끝났습니다"
@@ -2573,7 +2573,7 @@ msgid "Problem syncing the file"
 msgstr "파일을 동기화하는데 문제가 있습니다"
 msgstr "파일을 동기화하는데 문제가 있습니다"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "%s에 키 모음을 설치하지 않았습니다."
 msgstr "%s에 키 모음을 설치하지 않았습니다."
@@ -2896,17 +2896,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "기본 설정 파일 %s에 잘못된 데이터가 있습니다. Package 헤더가 없습니다"
 msgstr "기본 설정 파일 %s에 잘못된 데이터가 있습니다. Package 헤더가 없습니다"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "핀 타입 %s이(가) 무엇인지 이해할 수 없습니다"
 msgstr "핀 타입 %s이(가) 무엇인지 이해할 수 없습니다"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "핀에 우선순위(혹은 0)를 지정하지 않았습니다"
 msgstr "핀에 우선순위(혹은 0)를 지정하지 않았습니다"
 
 
@@ -3267,12 +3267,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "dpkg 실행하는 중입니다"
 msgstr "dpkg 실행하는 중입니다"
 
 

+ 18 - 18
po/ku.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt-ku\n"
 "Project-Id-Version: apt-ku\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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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 dot ronahi at gmail dot com>\n"
 "Last-Translator: Erdal Ronahi <erdal dot ronahi at gmail dot com>\n"
 "Language-Team: ku <ubuntu-l10n-kur@lists.ubuntu.com>\n"
 "Language-Team: ku <ubuntu-l10n-kur@lists.ubuntu.com>\n"
@@ -161,8 +161,8 @@ msgid "  Version table:"
 msgstr "  Tabloya guhertoyan:"
 msgstr "  Tabloya guhertoyan:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -481,11 +481,11 @@ msgstr ""
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Girêdan bi %s (%s) re pêk tê"
 msgstr "Girêdan bi %s (%s) re pêk tê"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -557,7 +557,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s jixwe guhertoya nûtirîn e.\n"
 msgstr "%s jixwe guhertoya nûtirîn e.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1572,12 +1572,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s ne paketeke DEB ya derbasdar e."
 msgstr "%s ne paketeke DEB ya derbasdar e."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1591,12 +1591,12 @@ msgid ""
 "  -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
 "  -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
 msgstr ""
 msgstr ""
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Nivîsandin ji bo %s ne pêkane"
 msgstr "Nivîsandin ji bo %s ne pêkane"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2339,12 +2339,12 @@ msgstr ""
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr ""
 msgstr ""
@@ -2397,7 +2397,7 @@ msgid "Problem syncing the file"
 msgstr ""
 msgstr ""
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Sazkirin tê betalkirin."
 msgstr "Sazkirin tê betalkirin."
@@ -2709,17 +2709,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr ""
 msgstr ""
 
 
@@ -3068,12 +3068,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr ""
 msgstr ""
 
 

+ 18 - 18
po/lt.po

@@ -8,7 +8,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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -159,8 +159,8 @@ msgid "  Version table:"
 msgstr "  Versijų lentelė:"
 msgstr "  Versijų lentelė:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -485,11 +485,11 @@ msgstr ""
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Jungiamasi prie %s (%s)"
 msgstr "Jungiamasi prie %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Palaikomi moduliai:"
 msgstr "Palaikomi moduliai:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -561,7 +561,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s ir taip jau yra naujausias.\n"
 msgstr "%s ir taip jau yra naujausias.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1596,12 +1596,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Sujungiama turima informaija"
 msgstr "Sujungiama turima informaija"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s nėra tikras DEB paketas."
 msgstr "%s nėra tikras DEB paketas."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1626,12 +1626,12 @@ msgstr ""
 "  -c=? Nuskaityti šį konfigūracijų failą\n"
 "  -c=? Nuskaityti šį konfigūracijų failą\n"
 "  -o=? Nustatyti savarankiškas nuostatas, pvz.: -o dir::cache=/tmp\n"
 "  -o=? Nustatyti savarankiškas nuostatas, pvz.: -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Nepavyko įrašyti į %s"
 msgstr "Nepavyko įrašyti į %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2428,12 +2428,12 @@ msgstr "Procesas %s gavo segmentavimo klaidą"
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Procesas %s gavo segmentavimo klaidą"
 msgstr "Procesas %s gavo segmentavimo klaidą"
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Procesas %s grąžino klaidos kodą (%u)"
 msgstr "Procesas %s grąžino klaidos kodą (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Procesas %s netikėtai išėjo"
 msgstr "Procesas %s netikėtai išėjo"
@@ -2486,7 +2486,7 @@ msgid "Problem syncing the file"
 msgstr "Klaida sinchronizuojant failą"
 msgstr "Klaida sinchronizuojant failą"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Diegimas nutraukiamas."
 msgstr "Diegimas nutraukiamas."
@@ -2800,17 +2800,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr ""
 msgstr ""
 
 
@@ -3160,12 +3160,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr ""
 msgstr ""
 
 

+ 18 - 18
po/mr.po

@@ -6,7 +6,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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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 "
@@ -156,8 +156,8 @@ msgid "  Version table:"
 msgstr "आवृत्ती कोष्टक:"
 msgstr "आवृत्ती कोष्टक:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -514,11 +514,11 @@ msgstr "बांधणी-डिपेंडन्सीज क्रिया
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "%s (%s) ला जोडत आहे"
 msgstr "%s (%s) ला जोडत आहे"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "प्रोग्राम गटाला तांत्रिक मदत दिली:"
 msgstr "प्रोग्राम गटाला तांत्रिक मदत दिली:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -631,7 +631,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s ही आधीच नविन आवृत्ती आहे.\n"
 msgstr "%s ही आधीच नविन आवृत्ती आहे.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1675,12 +1675,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "उपलब्ध माहितीचे एकत्रीकरण करत आहे"
 msgstr "उपलब्ध माहितीचे एकत्रीकरण करत आहे"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s हे वैध डीईबी पॅकेज नाही "
 msgstr "%s हे वैध डीईबी पॅकेज नाही "
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1704,12 +1704,12 @@ msgstr ""
 "  -c=?  ही संरचना संचिका वाचा \n"
 "  -c=?  ही संरचना संचिका वाचा \n"
 " -o=?  एखादा अहेतुक संरचना पर्याय निर्धारित करा जसे-  -o dir::cache=/tmp\n"
 " -o=?  एखादा अहेतुक संरचना पर्याय निर्धारित करा जसे-  -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "%s मध्ये लिहिण्यास असमर्थ "
 msgstr "%s मध्ये लिहिण्यास असमर्थ "
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "debconf आवृत्ती मिळू शकत नाही,debconf अधिष्ठापित झाली काय?"
 msgstr "debconf आवृत्ती मिळू शकत नाही,debconf अधिष्ठापित झाली काय?"
 
 
@@ -2499,12 +2499,12 @@ msgstr "%s उपक्रियेला सेगमेंटेशन दो
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "%s उपक्रियेला सेगमेंटेशन दोष प्राप्त झाला."
 msgstr "%s उपक्रियेला सेगमेंटेशन दोष प्राप्त झाला."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "%s उपक्रियेने (%u) त्रुटी कोड दिलेला आहे"
 msgstr "%s उपक्रियेने (%u) त्रुटी कोड दिलेला आहे"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "%s उपक्रिया अचानकपणे बाहेर पडली"
 msgstr "%s उपक्रिया अचानकपणे बाहेर पडली"
@@ -2557,7 +2557,7 @@ msgid "Problem syncing the file"
 msgstr "संचिकेची syncing समस्या"
 msgstr "संचिकेची syncing समस्या"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "संस्थापन खंडित करत आहे."
 msgstr "संस्थापन खंडित करत आहे."
@@ -2876,17 +2876,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "पसंतीच्या संचिकेत अवैध माहितीसंच, पॅकेजला शीर्षक नाही "
 msgstr "पसंतीच्या संचिकेत अवैध माहितीसंच, पॅकेजला शीर्षक नाही "
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "%s पिनचा प्रकार समजलेला नाही"
 msgstr "%s पिनचा प्रकार समजलेला नाही"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "पिन करिता प्राधान्य/अग्रक्रम (किंवा शून्य)निर्देशीत केलेला नाही"
 msgstr "पिन करिता प्राधान्य/अग्रक्रम (किंवा शून्य)निर्देशीत केलेला नाही"
 
 
@@ -3249,12 +3249,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr ""
 msgstr ""
 
 

+ 18 - 18
po/nb.po

@@ -11,7 +11,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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2010-09-01 21:10+0200\n"
 "PO-Revision-Date: 2010-09-01 21:10+0200\n"
 "Last-Translator: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>\n"
 "Last-Translator: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>\n"
 "Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.uio.no>\n"
 "Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.uio.no>\n"
@@ -161,8 +161,8 @@ msgid "  Version table:"
 msgstr "  Versjonstabell:"
 msgstr "  Versjonstabell:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -527,11 +527,11 @@ msgstr "Klarte ikke å behandle forutsetningene for bygging"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Kobler til %s (%s)"
 msgstr "Kobler til %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Støttede moduler:"
 msgstr "Støttede moduler:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -646,7 +646,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s er allerede nyeste versjon.\n"
 msgstr "%s er allerede nyeste versjon.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1704,12 +1704,12 @@ msgstr "av betydning. Sett dem i stand dem og kjør [I]nstall igjen."
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Fletter tilgjengelig informasjon"
 msgstr "Fletter tilgjengelig informasjon"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s er ikke en gyldig debianpakke."
 msgstr "%s er ikke en gyldig debianpakke."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1734,12 +1734,12 @@ msgstr ""
 "  -c=? Les denne innstillingsfila.\n"
 "  -c=? Les denne innstillingsfila.\n"
 "  -o=? Sett en vilkårlig innstilling, f.eks. -o dir::cache=/tmp\n"
 "  -o=? Sett en vilkårlig innstilling, f.eks. -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Kan ikke skrive til %s"
 msgstr "Kan ikke skrive til %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2533,12 +2533,12 @@ msgstr "Underprosessen %s mottok et minnefeilsignal."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Underprosessen %s mottok signalet %u."
 msgstr "Underprosessen %s mottok signalet %u."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Underprosessen %s ga en feilkode (%u)"
 msgstr "Underprosessen %s ga en feilkode (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Underprosessen %s avsluttet uventet"
 msgstr "Underprosessen %s avsluttet uventet"
@@ -2591,7 +2591,7 @@ msgid "Problem syncing the file"
 msgstr "Problem ved oppdatering av fila"
 msgstr "Problem ved oppdatering av fila"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Ingen nøkkelring installert i %s."
 msgstr "Ingen nøkkelring installert i %s."
@@ -2914,17 +2914,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Ugyldig oppslag i foretrekksfila %s, manglende pakkehode"
 msgstr "Ugyldig oppslag i foretrekksfila %s, manglende pakkehode"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Forsto ikke spikring av typen %s"
 msgstr "Forsto ikke spikring av typen %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Ingen prioritet (eller null) spesifisert for pin"
 msgstr "Ingen prioritet (eller null) spesifisert for pin"
 
 
@@ -3292,12 +3292,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "Kjører dpkg"
 msgstr "Kjører dpkg"
 
 

+ 18 - 18
po/ne.po

@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt_po\n"
 "Project-Id-Version: apt_po\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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -159,8 +159,8 @@ msgid "  Version table:"
 msgstr "  संस्करण तालिका:"
 msgstr "  संस्करण तालिका:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -518,11 +518,11 @@ msgstr "निर्माण निर्भरताहरू प्रक्
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "%s (%s) मा जडान गरिदैछ"
 msgstr "%s (%s) मा जडान गरिदैछ"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "समर्थित मोड्युलहरू:"
 msgstr "समर्थित मोड्युलहरू:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -633,7 +633,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s पहिल्यै नयाँ संस्करण हो ।\n"
 msgstr "%s पहिल्यै नयाँ संस्करण हो ।\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1673,12 +1673,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "उपलब्ध सूचना गाँभिदैछ"
 msgstr "उपलब्ध सूचना गाँभिदैछ"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s वैध DEB प्याकेज होइन"
 msgstr "%s वैध DEB प्याकेज होइन"
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1702,12 +1702,12 @@ msgstr ""
 "  -c=? यो कनफिगरेसन फाइल पढ्नुहोस्\n"
 "  -c=? यो कनफिगरेसन फाइल पढ्नुहोस्\n"
 "  -o=? एउटा स्वेच्छाचारी कनफिगरेसन विकल्प सेट गर्नुहोस्, जस्तै -o dir::cache=/tmp\n"
 "  -o=? एउटा स्वेच्छाचारी कनफिगरेसन विकल्प सेट गर्नुहोस्, जस्तै -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr " %s मा लेख्न असक्षम"
 msgstr " %s मा लेख्न असक्षम"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr " debconf संस्करण प्राप्त गर्न सकिएन । के debconf स्थापना भयो ? "
 msgstr " debconf संस्करण प्राप्त गर्न सकिएन । के debconf स्थापना भयो ? "
 
 
@@ -2496,12 +2496,12 @@ msgstr "सहायक प्रक्रिया %s ले खण्डिक
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "सहायक प्रक्रिया %s ले खण्डिकरण गल्ति प्राप्त भयो ।"
 msgstr "सहायक प्रक्रिया %s ले खण्डिकरण गल्ति प्राप्त भयो ।"
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "सहायक प्रक्रिया %s ले एउटा त्रुटि कोड फर्कायो (%u)"
 msgstr "सहायक प्रक्रिया %s ले एउटा त्रुटि कोड फर्कायो (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "सहायक प्रक्रिया %s अनपेक्षित बन्द भयो"
 msgstr "सहायक प्रक्रिया %s अनपेक्षित बन्द भयो"
@@ -2554,7 +2554,7 @@ msgid "Problem syncing the file"
 msgstr "फाइल गुप्तिकरण गर्दा समस्या"
 msgstr "फाइल गुप्तिकरण गर्दा समस्या"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "स्थापना परित्याग गरिदैछ ।"
 msgstr "स्थापना परित्याग गरिदैछ ।"
@@ -2873,17 +2873,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "प्राथमिकता फाइलमा अवैध रेकर्ड, कुनै प्याकेज हेडर छैन"
 msgstr "प्राथमिकता फाइलमा अवैध रेकर्ड, कुनै प्याकेज हेडर छैन"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "पिन टाइप %s बुझ्न सकिएन "
 msgstr "पिन टाइप %s बुझ्न सकिएन "
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "पिनको लागि कुनै प्राथमिकता (वा शून्य) निर्दिष्ट छैन"
 msgstr "पिनको लागि कुनै प्राथमिकता (वा शून्य) निर्दिष्ट छैन"
 
 
@@ -3240,12 +3240,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr ""
 msgstr ""
 
 

+ 18 - 18
po/nl.po

@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 0.8.15.9\n"
 "Project-Id-Version: apt 0.8.15.9\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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2011-12-05 17:10+0100\n"
 "PO-Revision-Date: 2011-12-05 17:10+0100\n"
 "Last-Translator: Jeroen Schot <schot@a-eskwadraat.nl>\n"
 "Last-Translator: Jeroen Schot <schot@a-eskwadraat.nl>\n"
 "Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
 "Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
@@ -159,8 +159,8 @@ msgid "  Version table:"
 msgstr "  Versietabel:"
 msgstr "  Versietabel:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -539,11 +539,11 @@ msgstr "Verwerken van de bouwvereisten is mislukt"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Er wordt verbinding gemaakt met %s (%s)"
 msgstr "Er wordt verbinding gemaakt met %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Ondersteunde modules:"
 msgstr "Ondersteunde modules:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -658,7 +658,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s is reeds de nieuwste versie.\n"
 msgstr "%s is reeds de nieuwste versie.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1728,12 +1728,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "De beschikbare informatie wordt samengevoegd"
 msgstr "De beschikbare informatie wordt samengevoegd"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s is geen geldig DEB-pakket."
 msgstr "%s is geen geldig DEB-pakket."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1758,12 +1758,12 @@ msgstr ""
 "  -c=? Lees dit configuratiebestand.\n"
 "  -c=? Lees dit configuratiebestand.\n"
 "  -o=? Stel een willekeurige optie in, b.v. -o dir::cache=/tmp\n"
 "  -o=? Stel een willekeurige optie in, b.v. -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Kan niet naar %s schrijven"
 msgstr "Kan niet naar %s schrijven"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2567,12 +2567,12 @@ msgstr "Subproces %s ontving een segmentatiefout."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Subproces %s ontving signaal %u."
 msgstr "Subproces %s ontving signaal %u."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Subproces %s gaf de foutcode %u terug"
 msgstr "Subproces %s gaf de foutcode %u terug"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Subproces %s sloot onverwacht af"
 msgstr "Subproces %s sloot onverwacht af"
@@ -2625,7 +2625,7 @@ msgid "Problem syncing the file"
 msgstr "Probleem bij het synchroniseren van het bestand"
 msgstr "Probleem bij het synchroniseren van het bestand"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Geen sleutelring geïnstalleerd in %s."
 msgstr "Geen sleutelring geïnstalleerd in %s."
@@ -2956,18 +2956,18 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr ""
 msgstr ""
 "Ongeldige record in het voorkeurenbestand %s, 'Package' koptekst ontbreekt"
 "Ongeldige record in het voorkeurenbestand %s, 'Package' koptekst ontbreekt"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Pintype %s wordt niet begrepen"
 msgstr "Pintype %s wordt niet begrepen"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Er is geen prioriteit (of nul) opgegeven voor deze pin"
 msgstr "Er is geen prioriteit (of nul) opgegeven voor deze pin"
 
 
@@ -3346,12 +3346,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "dpkg wordt uitgevoerd"
 msgstr "dpkg wordt uitgevoerd"
 
 

+ 18 - 18
po/nn.po

@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt_nn\n"
 "Project-Id-Version: apt_nn\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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -161,8 +161,8 @@ msgid "  Version table:"
 msgstr "  Versjonstabell:"
 msgstr "  Versjonstabell:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -524,11 +524,11 @@ msgstr "Klarte ikkje behandla byggjekrava"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Koplar til %s (%s)"
 msgstr "Koplar til %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Støtta modular:"
 msgstr "Støtta modular:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -640,7 +640,7 @@ msgid "%s was already not hold.\n"
 msgstr "Den nyaste versjonen av %s er installert frå før.\n"
 msgstr "Den nyaste versjonen av %s er installert frå før.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1682,12 +1682,12 @@ msgstr "er viktige. Rett opp dei feila og [i]nstaller p
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Flettar informasjon om tilgjengelege pakkar"
 msgstr "Flettar informasjon om tilgjengelege pakkar"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s er ingen gyldig DEB-pakke."
 msgstr "%s er ingen gyldig DEB-pakke."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1711,12 +1711,12 @@ msgstr ""
 "  -c=? Les denne innstillingsfila.\n"
 "  -c=? Les denne innstillingsfila.\n"
 "  -o=? Set ei vilkårleg innstilling, t.d. «-o dir::cache=/tmp».\n"
 "  -o=? Set ei vilkårleg innstilling, t.d. «-o dir::cache=/tmp».\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Klarte ikkje skriva til %s"
 msgstr "Klarte ikkje skriva til %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2502,12 +2502,12 @@ msgstr "Underprosessen %s mottok ein segmenteringsfeil."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Underprosessen %s mottok ein segmenteringsfeil."
 msgstr "Underprosessen %s mottok ein segmenteringsfeil."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Underprosessen %s returnerte ein feilkode (%u)"
 msgstr "Underprosessen %s returnerte ein feilkode (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Underprosessen %s avslutta uventa"
 msgstr "Underprosessen %s avslutta uventa"
@@ -2560,7 +2560,7 @@ msgid "Problem syncing the file"
 msgstr "Problem ved synkronisering av fila"
 msgstr "Problem ved synkronisering av fila"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Avbryt installasjon."
 msgstr "Avbryt installasjon."
@@ -2885,17 +2885,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Ugyldig oppslag i innstillingsfila, manglar pakkehovud"
 msgstr "Ugyldig oppslag i innstillingsfila, manglar pakkehovud"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Skjønar ikkje spikringstypen %s"
 msgstr "Skjønar ikkje spikringstypen %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Ingen prioritet (eller null) oppgitt for spiker"
 msgstr "Ingen prioritet (eller null) oppgitt for spiker"
 
 
@@ -3253,12 +3253,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr ""
 msgstr ""
 
 

+ 18 - 18
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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -163,8 +163,8 @@ msgid "  Version table:"
 msgstr "  Tabela wersji:"
 msgstr "  Tabela wersji:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -544,11 +544,11 @@ msgstr "Nie udało się przetworzyć zależności dla budowania"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Dziennik zmian %s (%s)"
 msgstr "Dziennik zmian %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Obsługiwane moduły:"
 msgstr "Obsługiwane moduły:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -662,7 +662,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s został już odznaczony jako zatrzymany.\n"
 msgstr "%s został już odznaczony jako zatrzymany.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1766,12 +1766,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Łączenie informacji o dostępnych pakietach"
 msgstr "Łączenie informacji o dostępnych pakietach"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s nie jest prawidłowym pakietem DEB."
 msgstr "%s nie jest prawidłowym pakietem DEB."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1795,12 +1795,12 @@ msgstr ""
 "  -c=? Czyta wskazany plik konfiguracyjny.\n"
 "  -c=? Czyta wskazany plik konfiguracyjny.\n"
 "  -o=? Ustawia dowolną opcję konfiguracji, np. -o dir::cache=/tmp\n"
 "  -o=? Ustawia dowolną opcję konfiguracji, np. -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Nie udało się pisać do %s"
 msgstr "Nie udało się pisać do %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2601,12 +2601,12 @@ msgstr "Podproces %s spowodował naruszenie ochrony pamięci."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Podproces %s otrzymał sygnał %u."
 msgstr "Podproces %s otrzymał sygnał %u."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Podproces %s zwrócił kod błędu (%u)"
 msgstr "Podproces %s zwrócił kod błędu (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Podproces %s zakończył się niespodziewanie"
 msgstr "Podproces %s zakończył się niespodziewanie"
@@ -2659,7 +2659,7 @@ msgid "Problem syncing the file"
 msgstr "Problem przy zapisywaniu pliku na dysk"
 msgstr "Problem przy zapisywaniu pliku na dysk"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Brak zainstalowanej bazy kluczy w %s."
 msgstr "Brak zainstalowanej bazy kluczy w %s."
@@ -2986,17 +2986,17 @@ msgstr ""
 "Wartość %s jest nieprawidłowa dla APT::Default-Release, ponieważ takie "
 "Wartość %s jest nieprawidłowa dla APT::Default-Release, ponieważ takie "
 "wydanie nie jest dostępne w źródłach"
 "wydanie nie jest dostępne w źródłach"
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Nieprawidłowe informacje w pliku ustawień %s, brak nagłówka Package"
 msgstr "Nieprawidłowe informacje w pliku ustawień %s, brak nagłówka Package"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Nierozpoznany typ przypinania %s"
 msgstr "Nierozpoznany typ przypinania %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Brak (lub zerowy) priorytet przypięcia"
 msgstr "Brak (lub zerowy) priorytet przypięcia"
 
 
@@ -3375,12 +3375,12 @@ 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/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "Uruchamianie dpkg"
 msgstr "Uruchamianie dpkg"
 
 

+ 18 - 18
po/pt.po

@@ -7,7 +7,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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -159,8 +159,8 @@ msgid "  Version table:"
 msgstr "  Tabela de Versão:"
 msgstr "  Tabela de Versão:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -538,11 +538,11 @@ msgstr "Falhou processar as dependências de compilação"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Changlog para %s (%s)"
 msgstr "Changlog para %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Módulos Suportados:"
 msgstr "Módulos Suportados:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -658,7 +658,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s já estava para não manter.\n"
 msgstr "%s já estava para não manter.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1740,12 +1740,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "A juntar a informação disponível"
 msgstr "A juntar a informação disponível"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s não é um pacote DEB válido."
 msgstr "%s não é um pacote DEB válido."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1770,12 +1770,12 @@ msgstr ""
 "  -o=? Definir uma opção arbitrária de configuração, p.e.: -o dir::cache=/"
 "  -o=? Definir uma opção arbitrária de configuração, p.e.: -o dir::cache=/"
 "tmp\n"
 "tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Não conseguiu escrever para %s"
 msgstr "Não conseguiu escrever para %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2578,12 +2578,12 @@ msgstr "O sub-processo %s recebeu uma falha de segmentação."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "O sub-processo %s recebeu o sinal %u."
 msgstr "O sub-processo %s recebeu o sinal %u."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "O sub-processo %s retornou um código de erro (%u)"
 msgstr "O sub-processo %s retornou um código de erro (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "O sub-processo %s terminou inesperadamente"
 msgstr "O sub-processo %s terminou inesperadamente"
@@ -2636,7 +2636,7 @@ msgid "Problem syncing the file"
 msgstr "Problema sincronizando o ficheiro"
 msgstr "Problema sincronizando o ficheiro"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Nenhum keyring instalado em %s."
 msgstr "Nenhum keyring instalado em %s."
@@ -2969,17 +2969,17 @@ msgstr ""
 "O valor '%s' é inválido para APT::Default-Release porque tal lançamento não "
 "O valor '%s' é inválido para APT::Default-Release porque tal lançamento não "
 "está disponível nas fontes"
 "está disponível nas fontes"
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Registo inválido no ficheiro de preferências %s, sem cabeçalho Package"
 msgstr "Registo inválido no ficheiro de preferências %s, sem cabeçalho Package"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Não foi possível entender o tipo de marca (pin) %s"
 msgstr "Não foi possível entender o tipo de marca (pin) %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Nenhuma prioridade (ou zero) especificada para marcação (pin)"
 msgstr "Nenhuma prioridade (ou zero) especificada para marcação (pin)"
 
 
@@ -3366,12 +3366,12 @@ 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/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "A correr o dpkg"
 msgstr "A correr o dpkg"
 
 

+ 18 - 18
po/pt_BR.po

@@ -7,7 +7,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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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."
@@ -159,8 +159,8 @@ msgid "  Version table:"
 msgstr "  Tabela de versão:"
 msgstr "  Tabela de versão:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -532,11 +532,11 @@ msgstr "Falhou ao processar as dependências de construção"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Conectando em %s (%s)"
 msgstr "Conectando em %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Módulos para os quais há suporte:"
 msgstr "Módulos para os quais há suporte:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -650,7 +650,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s já é a versão mais nova.\n"
 msgstr "%s já é a versão mais nova.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1711,12 +1711,12 @@ msgstr "são importantes. Por favor, conserte-os e execute [I]nstalar novamente"
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Mesclando informação disponível"
 msgstr "Mesclando informação disponível"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s não é um pacote DEB válido."
 msgstr "%s não é um pacote DEB válido."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1741,12 +1741,12 @@ msgstr ""
 "  -o=? Define uma opção de configuração arbitrária, e.g.: -o dir::cache=/"
 "  -o=? Define uma opção de configuração arbitrária, e.g.: -o dir::cache=/"
 "tmp\n"
 "tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Impossível escrever para %s"
 msgstr "Impossível escrever para %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2541,12 +2541,12 @@ msgstr "Sub-processo %s recebeu uma falha de segmentação."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Sub-processo %s recebeu uma falha de segmentação."
 msgstr "Sub-processo %s recebeu uma falha de segmentação."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Sub-processo %s retornou um código de erro (%u)"
 msgstr "Sub-processo %s retornou um código de erro (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Sub-processo %s finalizou inesperadamente"
 msgstr "Sub-processo %s finalizou inesperadamente"
@@ -2599,7 +2599,7 @@ msgid "Problem syncing the file"
 msgstr "Problema sincronizando o arquivo"
 msgstr "Problema sincronizando o arquivo"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Abortando instalação."
 msgstr "Abortando instalação."
@@ -2928,17 +2928,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Registro inválido no arquivo de preferências, sem cabeçalho Package"
 msgstr "Registro inválido no arquivo de preferências, sem cabeçalho Package"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Não foi possível entender o tipo de \"pin\" %s"
 msgstr "Não foi possível entender o tipo de \"pin\" %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Nenhuma prioridade (ou zero) especificada para \"pin\""
 msgstr "Nenhuma prioridade (ou zero) especificada para \"pin\""
 
 
@@ -3305,12 +3305,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr ""
 msgstr ""
 
 

+ 18 - 18
po/ro.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: ro\n"
 "Project-Id-Version: ro\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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -160,8 +160,8 @@ msgid "  Version table:"
 msgstr "  Tabela de versiuni:"
 msgstr "  Tabela de versiuni:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -530,11 +530,11 @@ msgstr "Eșec la prelucrarea dependențelor de compilare"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Conectare la %s (%s)"
 msgstr "Conectare la %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Module suportate:"
 msgstr "Module suportate:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -649,7 +649,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s este deja la cea mai nouă versiune.\n"
 msgstr "%s este deja la cea mai nouă versiune.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1713,12 +1713,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Se combină informațiile disponibile"
 msgstr "Se combină informațiile disponibile"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s nu este un pachet DEB valid."
 msgstr "%s nu este un pachet DEB valid."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1742,12 +1742,12 @@ msgstr ""
 "  -c=? Citește acest fișier de configurare\n"
 "  -c=? Citește acest fișier de configurare\n"
 "  -o=? Ajustează o opțiune de configurare arbitrară, ex. -o dir::cache=/tmp\n"
 "  -o=? Ajustează o opțiune de configurare arbitrară, ex. -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Nu s-a putut scrie în %s"
 msgstr "Nu s-a putut scrie în %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2550,12 +2550,12 @@ msgstr "Subprocesul %s a primit o eroare de segmentare."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Subprocesul %s a primit o eroare de segmentare."
 msgstr "Subprocesul %s a primit o eroare de segmentare."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Subprocesul %s a întors un cod de eroare (%u)"
 msgstr "Subprocesul %s a întors un cod de eroare (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Subprocesul %s s-a terminat brusc"
 msgstr "Subprocesul %s s-a terminat brusc"
@@ -2608,7 +2608,7 @@ msgid "Problem syncing the file"
 msgstr "Problemă în timpul sincronizării fișierului"
 msgstr "Problemă în timpul sincronizării fișierului"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Abandonez instalarea."
 msgstr "Abandonez instalarea."
@@ -2932,17 +2932,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Înregistrare invalidă în fișierul de preferințe, fără antet de pachet"
 msgstr "Înregistrare invalidă în fișierul de preferințe, fără antet de pachet"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Nu s-a înțeles tipul de pin %s"
 msgstr "Nu s-a înțeles tipul de pin %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Fără prioritate (sau zero) specificată pentru pin"
 msgstr "Fără prioritate (sau zero) specificată pentru pin"
 
 
@@ -3310,12 +3310,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr ""
 msgstr ""
 
 

+ 18 - 18
po/ru.po

@@ -13,7 +13,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt rev2227.1.3\n"
 "Project-Id-Version: apt rev2227.1.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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2012-06-30 08:47+0400\n"
 "PO-Revision-Date: 2012-06-30 08:47+0400\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"
@@ -164,8 +164,8 @@ msgid "  Version table:"
 msgstr "  Таблица версий:"
 msgstr "  Таблица версий:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -539,11 +539,11 @@ msgstr "Обработка зависимостей для сборки заве
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Changelog для %s (%s)"
 msgstr "Changelog для %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Поддерживаемые модули:"
 msgstr "Поддерживаемые модули:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -661,7 +661,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s уже помечен как не зафиксированный.\n"
 msgstr "%s уже помечен как не зафиксированный.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1759,12 +1759,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Слияние доступной информации"
 msgstr "Слияние доступной информации"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s не является правильным DEB-пакетом."
 msgstr "%s не является правильным DEB-пакетом."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1787,12 +1787,12 @@ msgstr ""
 "  -c=? Читать указанный файл настройки\n"
 "  -c=? Читать указанный файл настройки\n"
 "  -o=? Задать значение произвольной настройке, например, -o dir::cache=/tmp\n"
 "  -o=? Задать значение произвольной настройке, например, -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Невозможно записать в %s"
 msgstr "Невозможно записать в %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Невозможно определить версию debconf. Он установлен?"
 msgstr "Невозможно определить версию debconf. Он установлен?"
 
 
@@ -2601,12 +2601,12 @@ msgstr ""
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Порождённый процесс %s получил сигнал %u."
 msgstr "Порождённый процесс %s получил сигнал %u."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Порождённый процесс %s вернул код ошибки (%u)"
 msgstr "Порождённый процесс %s вернул код ошибки (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Порождённый процесс %s неожиданно завершился"
 msgstr "Порождённый процесс %s неожиданно завершился"
@@ -2660,7 +2660,7 @@ msgid "Problem syncing the file"
 msgstr "Проблема при синхронизации файла"
 msgstr "Проблема при синхронизации файла"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Связка ключей в %s не установлена."
 msgstr "Связка ключей в %s не установлена."
@@ -2988,17 +2988,17 @@ msgstr ""
 "Значение «%s» недопустимо для APT::Default-Release, так как выпуск "
 "Значение «%s» недопустимо для APT::Default-Release, так как выпуск "
 "недоступен в источниках"
 "недоступен в источниках"
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Неверная запись в файле параметров %s: отсутствует заголовок Package"
 msgstr "Неверная запись в файле параметров %s: отсутствует заголовок Package"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Неизвестный тип фиксации %s"
 msgstr "Неизвестный тип фиксации %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Для фиксации не указан приоритет (или указан нулевой)"
 msgstr "Для фиксации не указан приоритет (или указан нулевой)"
 
 
@@ -3379,12 +3379,12 @@ msgstr "Внешний решатель завершился с ошибкой 
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Запустить внешний решатель"
 msgstr "Запустить внешний решатель"
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "Запускается dpkg"
 msgstr "Запускается dpkg"
 
 

+ 18 - 18
po/sk.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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -160,8 +160,8 @@ msgid "  Version table:"
 msgstr "  Tabuľka verzií:"
 msgstr "  Tabuľka verzií:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -532,11 +532,11 @@ msgstr "Spracovanie závislostí na zostavenie zlyhalo"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Záznam zmien %s (%s)"
 msgstr "Záznam zmien %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Podporované moduly:"
 msgstr "Podporované moduly:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -650,7 +650,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s bol už nastavený na nepodržanie.\n"
 msgstr "%s bol už nastavený na nepodržanie.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1731,12 +1731,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Zlučujú sa dostupné informácie"
 msgstr "Zlučujú sa dostupné informácie"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s nie je platný balík DEB."
 msgstr "%s nie je platný balík DEB."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1760,12 +1760,12 @@ msgstr ""
 "  -c=? Načíta tento konfiguračný súbor\n"
 "  -c=? Načíta tento konfiguračný súbor\n"
 "  -o=? Nastaví ľubovoľnú voľbu, napr. -o dir::cache=/tmp\n"
 "  -o=? Nastaví ľubovoľnú voľbu, napr. -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Do %s sa nedá zapisovať"
 msgstr "Do %s sa nedá zapisovať"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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ý?"
 
 
@@ -2557,12 +2557,12 @@ msgstr "Podproces %s obdržal chybu segmentácie."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Podproces %s dostal signál %u."
 msgstr "Podproces %s dostal signál %u."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Podproces %s vrátil chybový kód (%u)"
 msgstr "Podproces %s vrátil chybový kód (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Podproces %s neočakávane skončil"
 msgstr "Podproces %s neočakávane skončil"
@@ -2615,7 +2615,7 @@ msgid "Problem syncing the file"
 msgstr "Problém pri synchronizovaní súboru"
 msgstr "Problém pri synchronizovaní súboru"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "V %s nie je nainštalovaný žiaden zväzok kľúčov."
 msgstr "V %s nie je nainštalovaný žiaden zväzok kľúčov."
@@ -2937,17 +2937,17 @@ msgstr ""
 "„%s“ nie je platná hodnota pre APT::Default-Release, pretože také vydanie "
 "„%s“ nie je platná hodnota pre APT::Default-Release, pretože také vydanie "
 "nie je dostupné v zdrojoch"
 "nie je dostupné v zdrojoch"
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Neplatný záznam v súbore nastavení %s, chýba hlavička Package"
 msgstr "Neplatný záznam v súbore nastavení %s, chýba hlavička Package"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Nezrozumiteľné pridržanie typu %s"
 msgstr "Nezrozumiteľné pridržanie typu %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Nebola zadaná žiadna (alebo nulová) priorita na pridržanie"
 msgstr "Nebola zadaná žiadna (alebo nulová) priorita na pridržanie"
 
 
@@ -3320,12 +3320,12 @@ 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/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "Spúšťa sa dpkg"
 msgstr "Spúšťa sa dpkg"
 
 

+ 18 - 18
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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -158,8 +158,8 @@ msgid "  Version table:"
 msgstr "  Preglednica različic:"
 msgstr "  Preglednica različic:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -529,11 +529,11 @@ msgstr "Obdelava odvisnosti za gradnjo je spodletela"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Dnevnik sprememb za %s (%s)"
 msgstr "Dnevnik sprememb za %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Podprti moduli:"
 msgstr "Podprti moduli:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -646,7 +646,7 @@ msgid "%s was already not hold.\n"
 msgstr "paket %s je bil že nastavljen kot ne na čakanju.\n"
 msgstr "paket %s je bil že nastavljen kot ne na čakanju.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1731,12 +1731,12 @@ msgstr "nad tem sporočilom. Popravite jih in poženite Namest[I]tev še enkrat"
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Združevanje razpoložljivih podaktov"
 msgstr "Združevanje razpoložljivih podaktov"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s ni veljaven paket DEB."
 msgstr "%s ni veljaven paket DEB."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1760,12 +1760,12 @@ msgstr ""
 "  -c=? Prebere podano datoteko z nastavitvami\n"
 "  -c=? Prebere podano datoteko z nastavitvami\n"
 "  -o=? Nastavi poljubno nastavitveno možnost, na primer. -o dir::cache=/tmp\n"
 "  -o=? Nastavi poljubno nastavitveno možnost, na primer. -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Ni mogoče pisati na %s"
 msgstr "Ni mogoče pisati na %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2558,12 +2558,12 @@ msgstr "Pod-opravilo %s je prejelo segmentacijsko napako."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Pod-opravilo %s je prejelo signal %u."
 msgstr "Pod-opravilo %s je prejelo signal %u."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Pod-opravilo %s je vrnilo kodo napake (%u)"
 msgstr "Pod-opravilo %s je vrnilo kodo napake (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Pod-opravilo %s se je nepričakovano zaključilo"
 msgstr "Pod-opravilo %s se je nepričakovano zaključilo"
@@ -2616,7 +2616,7 @@ msgid "Problem syncing the file"
 msgstr "Težava med usklajevanjem datoteke"
 msgstr "Težava med usklajevanjem datoteke"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "V %s ni nameščenih zbirk ključev."
 msgstr "V %s ni nameščenih zbirk ključev."
@@ -2943,17 +2943,17 @@ msgstr ""
 "Vrednost '%s' je neveljavna za APT::Default-Release in zato takšna izdaja ni "
 "Vrednost '%s' je neveljavna za APT::Default-Release in zato takšna izdaja ni "
 "na voljo v virih"
 "na voljo v virih"
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Neveljaven zapis v datoteki možnosti %s, ni glave paketa"
 msgstr "Neveljaven zapis v datoteki možnosti %s, ni glave paketa"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Ni mogoče razumeti vrste bucike %s"
 msgstr "Ni mogoče razumeti vrste bucike %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Prednost bucike ni navedena ali pa je nič."
 msgstr "Prednost bucike ni navedena ali pa je nič."
 
 
@@ -3325,12 +3325,12 @@ 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/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "Poganjanje dpkg"
 msgstr "Poganjanje dpkg"
 
 

+ 18 - 18
po/sv.po

@@ -9,7 +9,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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2010-08-24 21:18+0100\n"
 "PO-Revision-Date: 2010-08-24 21:18+0100\n"
 "Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
 "Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
 "Language-Team: Swedish <debian-l10n-swedish@debian.org>\n"
 "Language-Team: Swedish <debian-l10n-swedish@debian.org>\n"
@@ -158,8 +158,8 @@ msgid "  Version table:"
 msgstr "  Versionstabell:"
 msgstr "  Versionstabell:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -531,11 +531,11 @@ msgstr "Misslyckades med att behandla byggberoenden"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Ansluter till %s (%s)"
 msgstr "Ansluter till %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Moduler som stöds:"
 msgstr "Moduler som stöds:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -649,7 +649,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s är redan den senaste versionen.\n"
 msgstr "%s är redan den senaste versionen.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1723,12 +1723,12 @@ msgstr "meddelandet är viktiga. Försök korrigera dem och kör [I]nstallera ig
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Sammanfogar tillgänglig information"
 msgstr "Sammanfogar tillgänglig information"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s är inte ett giltigt DEB-paket."
 msgstr "%s är inte ett giltigt DEB-paket."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1752,12 +1752,12 @@ msgstr ""
 "  -c=? Läs denna konfigurationsfil.\n"
 "  -c=? Läs denna konfigurationsfil.\n"
 "  -o=? Ställ in en godtycklig konfigurationsflagga, t.ex -o dir::cache=/tmp\n"
 "  -o=? Ställ in en godtycklig konfigurationsflagga, t.ex -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Kunde inte skriva till %s"
 msgstr "Kunde inte skriva till %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2555,12 +2555,12 @@ msgstr "Underprocessen %s råkade ut för ett segmenteringsfel."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Underprocessen %s tog emot signal %u."
 msgstr "Underprocessen %s tog emot signal %u."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Underprocessen %s svarade med en felkod (%u)"
 msgstr "Underprocessen %s svarade med en felkod (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Underprocessen %s avslutades oväntat"
 msgstr "Underprocessen %s avslutades oväntat"
@@ -2613,7 +2613,7 @@ msgid "Problem syncing the file"
 msgstr "Problem med att synkronisera filen"
 msgstr "Problem med att synkronisera filen"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Ingen nyckelring installerad i %s."
 msgstr "Ingen nyckelring installerad i %s."
@@ -2941,17 +2941,17 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # "Package" är en sträng i konfigurationsfilen
 # "Package" är en sträng i konfigurationsfilen
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Ogiltig post i konfigurationsfilen %s, \"Package\"-rubriken saknas"
 msgstr "Ogiltig post i konfigurationsfilen %s, \"Package\"-rubriken saknas"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Förstod inte nåltypen %s"
 msgstr "Förstod inte nåltypen %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Prioritet ej angiven (eller noll) för nål"
 msgstr "Prioritet ej angiven (eller noll) för nål"
 
 
@@ -3323,12 +3323,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "Kör dpkg"
 msgstr "Kör dpkg"
 
 

+ 18 - 18
po/th.po

@@ -8,7 +8,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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2012-10-27 22:44+0700\n"
 "PO-Revision-Date: 2012-10-27 22:44+0700\n"
 "Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n"
 "Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n"
 "Language-Team: Thai <thai-l10n@googlegroups.com>\n"
 "Language-Team: Thai <thai-l10n@googlegroups.com>\n"
@@ -156,8 +156,8 @@ msgid "  Version table:"
 msgstr "  ตารางรุ่น:"
 msgstr "  ตารางรุ่น:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -517,11 +517,11 @@ msgstr "ติดตั้งสิ่งที่จำเป็นสำหร
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "ปูมการแก้ไขสำหรับ %s (%s)"
 msgstr "ปูมการแก้ไขสำหรับ %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "มอดูลที่รองรับ:"
 msgstr "มอดูลที่รองรับ:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -634,7 +634,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s ไม่ได้คงรุ่นอยู่ก่อนแล้ว\n"
 msgstr "%s ไม่ได้คงรุ่นอยู่ก่อนแล้ว\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1682,12 +1682,12 @@ msgstr "กรุณาแก้ปัญหาเหล่านั้น แ
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "กำลังผสานรายชื่อของแพกเกจที่มี"
 msgstr "กำลังผสานรายชื่อของแพกเกจที่มี"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s ไม่ใช่แพกเกจ DEB ที่ใช้การได้"
 msgstr "%s ไม่ใช่แพกเกจ DEB ที่ใช้การได้"
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1711,12 +1711,12 @@ msgstr ""
 "  -c=?  อ่านแฟ้มค่าตั้งนี้\n"
 "  -c=?  อ่านแฟ้มค่าตั้งนี้\n"
 "  -o=?  กำหนดตัวเลือกค่าตั้งเป็นรายตัว เช่น -o dir::cache=/tmp\n"
 "  -o=?  กำหนดตัวเลือกค่าตั้งเป็นรายตัว เช่น -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "ไม่สามารถเขียนลงแฟ้ม %s"
 msgstr "ไม่สามารถเขียนลงแฟ้ม %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "ไม่สามารถอ่านรุ่นของ debconf ได้ ได้ติดตั้ง debconf ไว้หรือไม่?"
 msgstr "ไม่สามารถอ่านรุ่นของ debconf ได้ ได้ติดตั้ง debconf ไว้หรือไม่?"
 
 
@@ -2498,12 +2498,12 @@ msgstr "โพรเซสย่อย %s เกิดข้อผิดพล
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "โพรเซสย่อย %s ได้รับสัญญาณ %u"
 msgstr "โพรเซสย่อย %s ได้รับสัญญาณ %u"
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "โพรเซสย่อย %s คืนค่าข้อผิดพลาด (%u)"
 msgstr "โพรเซสย่อย %s คืนค่าข้อผิดพลาด (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "โพรเซสย่อย %s จบการทำงานกะทันหัน"
 msgstr "โพรเซสย่อย %s จบการทำงานกะทันหัน"
@@ -2556,7 +2556,7 @@ msgid "Problem syncing the file"
 msgstr "เกิดปัญหาขณะ sync แฟ้ม"
 msgstr "เกิดปัญหาขณะ sync แฟ้ม"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "ไม่มีพวงกุญแจติดตั้งไว้ใน %s"
 msgstr "ไม่มีพวงกุญแจติดตั้งไว้ใน %s"
@@ -2876,17 +2876,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr "ค่า '%s' ไม่สามารถใช้กับ APT::Default-Release ได้ เนื่องจากรุ่นดังกล่าวไม่มีในแหล่ง"
 msgstr "ค่า '%s' ไม่สามารถใช้กับ APT::Default-Release ได้ เนื่องจากรุ่นดังกล่าวไม่มีในแหล่ง"
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "ระเบียนผิดรูปแบบในแฟ้มค่าปรับแต่ง %s: ไม่มีข้อมูลส่วนหัว 'Package'"
 msgstr "ระเบียนผิดรูปแบบในแฟ้มค่าปรับแต่ง %s: ไม่มีข้อมูลส่วนหัว 'Package'"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "ไม่เข้าใจชนิดการตรึง %s"
 msgstr "ไม่เข้าใจชนิดการตรึง %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "ไม่ได้ระบุลำดับความสำคัญ (หรือค่าศูนย์) สำหรับการตรึง"
 msgstr "ไม่ได้ระบุลำดับความสำคัญ (หรือค่าศูนย์) สำหรับการตรึง"
 
 
@@ -3247,12 +3247,12 @@ msgstr "กลไกการแก้ปัญหาภายนอกทำง
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "เรียกกลไกการแก้ปัญหาภายนอก"
 msgstr "เรียกกลไกการแก้ปัญหาภายนอก"
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "กำลังเรียก dpkg"
 msgstr "กำลังเรียก dpkg"
 
 

+ 18 - 18
po/tl.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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -162,8 +162,8 @@ msgid "  Version table:"
 msgstr "  Talaang Bersyon:"
 msgstr "  Talaang Bersyon:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -531,11 +531,11 @@ msgstr "Bigo sa pagproseso ng build dependencies"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Kumokonekta sa %s (%s)"
 msgstr "Kumokonekta sa %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Suportadong mga Module:"
 msgstr "Suportadong mga Module:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -646,7 +646,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s ay pinakabagong bersyon na.\n"
 msgstr "%s ay pinakabagong bersyon na.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1697,12 +1697,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Pinagsasama ang magagamit na impormasyon"
 msgstr "Pinagsasama ang magagamit na impormasyon"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s ay hindi balido na paketeng DEB."
 msgstr "%s ay hindi balido na paketeng DEB."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1726,12 +1726,12 @@ msgstr ""
 "  -c=? Basahin ang talaksang pagkaayos na ito\n"
 "  -c=? Basahin ang talaksang pagkaayos na ito\n"
 "  -o=? Itakda ang isang optiong pagkaayos, hal. -o dir::cache=/tmp\n"
 "  -o=? Itakda ang isang optiong pagkaayos, hal. -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Hindi makapagsulat sa %s"
 msgstr "Hindi makapagsulat sa %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 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?"
 
 
@@ -2533,12 +2533,12 @@ msgstr "Nakatanggap ang sub-process %s ng segmentation fault."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Nakatanggap ang sub-process %s ng segmentation fault."
 msgstr "Nakatanggap ang sub-process %s ng segmentation fault."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Naghudyat ang sub-process %s ng error code (%u)"
 msgstr "Naghudyat ang sub-process %s ng error code (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Ang sub-process %s ay lumabas ng di inaasahan"
 msgstr "Ang sub-process %s ay lumabas ng di inaasahan"
@@ -2591,7 +2591,7 @@ msgid "Problem syncing the file"
 msgstr "Problema sa pag-sync ng talaksan"
 msgstr "Problema sa pag-sync ng talaksan"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Ina-abort ang pag-instol."
 msgstr "Ina-abort ang pag-instol."
@@ -2918,17 +2918,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Di tanggap na record sa talaksang pagtatangi, walang Package header"
 msgstr "Di tanggap na record sa talaksang pagtatangi, walang Package header"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Hindi naintindihan ang uri ng pin %s"
 msgstr "Hindi naintindihan ang uri ng pin %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Walang prioridad (o sero) na nakatakda para sa pin"
 msgstr "Walang prioridad (o sero) na nakatakda para sa pin"
 
 
@@ -3293,12 +3293,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr ""
 msgstr ""
 
 

+ 18 - 18
po/tr.po

@@ -8,7 +8,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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2013-02-18 03:41+0200\n"
 "PO-Revision-Date: 2013-02-18 03:41+0200\n"
 "Last-Translator: Mert Dirik <mertdirik@gmail.com>\n"
 "Last-Translator: Mert Dirik <mertdirik@gmail.com>\n"
 "Language-Team: Debian l10n Turkish\n"
 "Language-Team: Debian l10n Turkish\n"
@@ -160,8 +160,8 @@ msgid "  Version table:"
 msgstr "  Sürüm çizelgesi:"
 msgstr "  Sürüm çizelgesi:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -532,11 +532,11 @@ msgstr "İnşa bağımlılıklarını işleme başarısız oldu"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "%s (%s) paketinin değişim günlüğü"
 msgstr "%s (%s) paketinin değişim günlüğü"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Desteklenen birimler:"
 msgstr "Desteklenen birimler:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -652,7 +652,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s zaten tutulmayacak şekilde ayarlanmış.\n"
 msgstr "%s zaten tutulmayacak şekilde ayarlanmış.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1731,12 +1731,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Kullanılabilir bilgiler birleştiriliyor"
 msgstr "Kullanılabilir bilgiler birleştiriliyor"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s geçerli bir DEB paketi değil."
 msgstr "%s geçerli bir DEB paketi değil."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1760,12 +1760,12 @@ msgstr ""
 "  -c=? Belirtilen ayar dosyasını kullanır\n"
 "  -c=? Belirtilen ayar dosyasını kullanır\n"
 "  -o=? Ayar seçeneği belirtmeyi sağlar, ör -o dir::cache=/tmp\n"
 "  -o=? Ayar seçeneği belirtmeyi sağlar, ör -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "%s dosyasına yazılamıyor"
 msgstr "%s dosyasına yazılamıyor"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "debconf sürümü alınamıyor. debconf kurulu mu?"
 msgstr "debconf sürümü alınamıyor. debconf kurulu mu?"
 
 
@@ -2567,12 +2567,12 @@ msgstr "%s altsüreci bir bölümleme hatası aldı (segmentation fault)."
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "%s altsüreci %u sinyali aldı"
 msgstr "%s altsüreci %u sinyali aldı"
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "%s altsüreci bir hata kodu gönderdi (%u)"
 msgstr "%s altsüreci bir hata kodu gönderdi (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "%s altsüreci beklenmeyen bir şekilde sona erdi"
 msgstr "%s altsüreci beklenmeyen bir şekilde sona erdi"
@@ -2625,7 +2625,7 @@ msgid "Problem syncing the file"
 msgstr "Dosya eşitlenirken sorun çıktı"
 msgstr "Dosya eşitlenirken sorun çıktı"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "%s dizininde kurulu bir anahtar yok."
 msgstr "%s dizininde kurulu bir anahtar yok."
@@ -2963,17 +2963,17 @@ msgstr ""
 "APT::Default-Release için '%s' değeri geçersizdir, çünkü kaynaklarda böyle "
 "APT::Default-Release için '%s' değeri geçersizdir, çünkü kaynaklarda böyle "
 "bir sürüm yok."
 "bir sürüm yok."
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "%s tercihler dosyasında geçersiz kayıt, Paket başlığı yok"
 msgstr "%s tercihler dosyasında geçersiz kayıt, Paket başlığı yok"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "İğne türü %s anlaşılamadı"
 msgstr "İğne türü %s anlaşılamadı"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "İğne için öncelik belirlenmedi (ya da sıfır)"
 msgstr "İğne için öncelik belirlenmedi (ya da sıfır)"
 
 
@@ -3340,12 +3340,12 @@ msgstr "Harici çözücü düzgün bir hata iletisi göstermeden başarısız ol
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Harici çözücüyü çalıştır"
 msgstr "Harici çözücüyü çalıştır"
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "dpkg çalıştırılıyor"
 msgstr "dpkg çalıştırılıyor"
 
 

+ 18 - 18
po/uk.po

@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt-all\n"
 "Project-Id-Version: apt-all\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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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"
@@ -165,8 +165,8 @@ msgid "  Version table:"
 msgstr "  Таблиця версій:"
 msgstr "  Таблиця версій:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -540,11 +540,11 @@ msgstr "Обробка залежностей для побудови закін
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "Журнал змін для %s (%s)"
 msgstr "Журнал змін для %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "Підтримувані модулі:"
 msgstr "Підтримувані модулі:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
 "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
@@ -662,7 +662,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s вже був незафіксований.\n"
 msgstr "%s вже був незафіксований.\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1752,12 +1752,12 @@ msgstr ""
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "Об'єднання доступної інформації"
 msgstr "Об'єднання доступної інформації"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s не є правильним DEB пакунком."
 msgstr "%s не є правильним DEB пакунком."
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1781,12 +1781,12 @@ msgstr ""
 "  -c=? Читати зазначений конфігураційний файл\n"
 "  -c=? Читати зазначений конфігураційний файл\n"
 "  -o=? Вказати довільну опцію, наприклад, -o dir::cache=/tmp\n"
 "  -o=? Вказати довільну опцію, наприклад, -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "Неможливо записати в %s"
 msgstr "Неможливо записати в %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "Неможливо визначити версію debconf. Він встановлений?"
 msgstr "Неможливо визначити версію debconf. Він встановлений?"
 
 
@@ -2602,12 +2602,12 @@ msgstr "Підпроцес %s отримав 'segmentation fault' (фаталь
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "Підпроцес %s отримав сигнал %u."
 msgstr "Підпроцес %s отримав сигнал %u."
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "Підпроцес %s повернув код помилки (%u)"
 msgstr "Підпроцес %s повернув код помилки (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "Підпроцес %s раптово завершився"
 msgstr "Підпроцес %s раптово завершився"
@@ -2660,7 +2660,7 @@ msgid "Problem syncing the file"
 msgstr "Проблема з синхронізацією файла"
 msgstr "Проблема з синхронізацією файла"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "Не встановлено 'keyring' у %s."
 msgstr "Не встановлено 'keyring' у %s."
@@ -2986,17 +2986,17 @@ msgstr ""
 "Невірне значення '%s' для APT::Default-Release, так як такий випуск не є "
 "Невірне значення '%s' для APT::Default-Release, так як такий випуск не є "
 "доступним у вихідних кодах"
 "доступним у вихідних кодах"
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "Невірний запис у файлі налаштувань %s, відсутній заголовок Package"
 msgstr "Невірний запис у файлі налаштувань %s, відсутній заголовок Package"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "Не зрозумів тип %s для фіксатора пакунків (pin)"
 msgstr "Не зрозумів тип %s для фіксатора пакунків (pin)"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "Не встановлено пріоритету (або стоїть 0) для фіксатора пакунків (pin)"
 msgstr "Не встановлено пріоритету (або стоїть 0) для фіксатора пакунків (pin)"
 
 
@@ -3374,12 +3374,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr "Виконати зовнішній розв'язувач"
 msgstr "Виконати зовнішній розв'язувач"
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "Виконується dpkg"
 msgstr "Виконується dpkg"
 
 

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 192 - 144
po/vi.po


+ 18 - 18
po/zh_CN.po

@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: apt 0.8.0~pre1\n"
 "Project-Id-Version: apt 0.8.0~pre1\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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\n"
 "PO-Revision-Date: 2010-08-26 14:42+0800\n"
 "PO-Revision-Date: 2010-08-26 14:42+0800\n"
 "Last-Translator: Aron Xu <happyaron.xu@gmail.com>\n"
 "Last-Translator: Aron Xu <happyaron.xu@gmail.com>\n"
 "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
 "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
@@ -157,8 +157,8 @@ msgid "  Version table:"
 msgstr "  版本列表:"
 msgstr "  版本列表:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -520,11 +520,11 @@ msgstr "无法处理构建依赖关系"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "正在连接 %s (%s)"
 msgstr "正在连接 %s (%s)"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "支持的模块:"
 msgstr "支持的模块:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -638,7 +638,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s 已经是最新的版本了。\n"
 msgstr "%s 已经是最新的版本了。\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1666,12 +1666,12 @@ msgstr "这个提示之前的错误消息才值得您注意。请更正它们,
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "正在合并可用信息"
 msgstr "正在合并可用信息"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s 不是一个有效的 DEB 软件包。"
 msgstr "%s 不是一个有效的 DEB 软件包。"
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1695,12 +1695,12 @@ msgstr ""
 "  -c=? 读指定的配置文件\n"
 "  -c=? 读指定的配置文件\n"
 "  -o=? 设置任意指定的配置选项,例如 -o dir::cache=/tmp\n"
 "  -o=? 设置任意指定的配置选项,例如 -o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "无法写入 %s"
 msgstr "无法写入 %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "无法获得 debconf 的版本。您安装了 debconf 吗?"
 msgstr "无法获得 debconf 的版本。您安装了 debconf 吗?"
 
 
@@ -2486,12 +2486,12 @@ msgstr "子进程 %s 发生了段错误"
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "子进程 %s 收到信号 %u。"
 msgstr "子进程 %s 收到信号 %u。"
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "子进程 %s 返回了一个错误号 (%u)"
 msgstr "子进程 %s 返回了一个错误号 (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "子进程 %s 异常退出"
 msgstr "子进程 %s 异常退出"
@@ -2544,7 +2544,7 @@ msgid "Problem syncing the file"
 msgstr "同步文件出错"
 msgstr "同步文件出错"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, c-format
 #, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "%s 中没有安装密钥环。"
 msgstr "%s 中没有安装密钥环。"
@@ -2866,17 +2866,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, c-format
 #, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "首选项文件 %s 中发现有无效的记录,无 Package 字段头"
 msgstr "首选项文件 %s 中发现有无效的记录,无 Package 字段头"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "无法识别锁定的类型 %s"
 msgstr "无法识别锁定的类型 %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "没有为版本锁定指定优先级(或为零)"
 msgstr "没有为版本锁定指定优先级(或为零)"
 
 
@@ -3235,12 +3235,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr "正在运行 dpkg"
 msgstr "正在运行 dpkg"
 
 

+ 18 - 18
po/zh_TW.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: 0.5.4\n"
 "Project-Id-Version: 0.5.4\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: 2013-12-12 18:37+0100\n"
+"POT-Creation-Date: 2013-12-29 17:01+0100\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."
@@ -158,8 +158,8 @@ msgid "  Version table:"
 msgstr "  版本列表:"
 msgstr "  版本列表:"
 
 
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
 #: cmdline/apt-cache.cc:1733 cmdline/apt-cdrom.cc:210 cmdline/apt-config.cc:83
-#: cmdline/apt-get.cc:1579 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
-#: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:591
+#: cmdline/apt-get.cc:1577 cmdline/apt-mark.cc:377 cmdline/apt.cc:66
+#: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:591
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #: cmdline/apt-internal-solver.cc:34 cmdline/apt-sortpkgs.cc:147
 #, c-format
 #, c-format
 msgid "%s %s for %s compiled on %s %s\n"
 msgid "%s %s for %s compiled on %s %s\n"
@@ -515,11 +515,11 @@ msgstr "無法處理編譯相依關係"
 msgid "Changelog for %s (%s)"
 msgid "Changelog for %s (%s)"
 msgstr "正和 %s (%s) 連線"
 msgstr "正和 %s (%s) 連線"
 
 
-#: cmdline/apt-get.cc:1584
+#: cmdline/apt-get.cc:1582
 msgid "Supported modules:"
 msgid "Supported modules:"
 msgstr "已支援模組:"
 msgstr "已支援模組:"
 
 
-#: cmdline/apt-get.cc:1625
+#: cmdline/apt-get.cc:1623
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "Usage: apt-get [options] command\n"
 "Usage: apt-get [options] command\n"
@@ -631,7 +631,7 @@ msgid "%s was already not hold.\n"
 msgstr "%s 已經是最新版本了。\n"
 msgstr "%s 已經是最新版本了。\n"
 
 
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
 #: cmdline/apt-mark.cc:247 cmdline/apt-mark.cc:328
-#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:223
+#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:217
 #: apt-pkg/deb/dpkgpm.cc:1178
 #: apt-pkg/deb/dpkgpm.cc:1178
 #, c-format
 #, c-format
 msgid "Waited for %s but it wasn't there"
 msgid "Waited for %s but it wasn't there"
@@ -1665,12 +1665,12 @@ msgstr "以上的訊息相當重要。請修正它們並重新執行安裝[I]"
 msgid "Merging available information"
 msgid "Merging available information"
 msgstr "整合現有的資料"
 msgstr "整合現有的資料"
 
 
-#: cmdline/apt-extracttemplates.cc:102
+#: cmdline/apt-extracttemplates.cc:100
 #, c-format
 #, c-format
 msgid "%s not a valid DEB package."
 msgid "%s not a valid DEB package."
 msgstr "%s 並不是正確的 DEB 套件。"
 msgstr "%s 並不是正確的 DEB 套件。"
 
 
-#: cmdline/apt-extracttemplates.cc:236
+#: cmdline/apt-extracttemplates.cc:234
 msgid ""
 msgid ""
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "Usage: apt-extracttemplates file1 [file2 ...]\n"
 "\n"
 "\n"
@@ -1694,12 +1694,12 @@ msgstr ""
 "  -c=? 讀取指定的設定檔\n"
 "  -c=? 讀取指定的設定檔\n"
 "  -o=? 指定任意的設定選項,例如:-o dir::cache=/tmp\n"
 "  -o=? 指定任意的設定選項,例如:-o dir::cache=/tmp\n"
 
 
-#: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1388
+#: cmdline/apt-extracttemplates.cc:266 apt-pkg/pkgcachegen.cc:1388
 #, c-format
 #, c-format
 msgid "Unable to write to %s"
 msgid "Unable to write to %s"
 msgstr "無法寫入 %s"
 msgstr "無法寫入 %s"
 
 
-#: cmdline/apt-extracttemplates.cc:313
+#: cmdline/apt-extracttemplates.cc:308
 msgid "Cannot get debconf version. Is debconf installed?"
 msgid "Cannot get debconf version. Is debconf installed?"
 msgstr "無法取得 debconf 版本。是否有安裝 debconf?"
 msgstr "無法取得 debconf 版本。是否有安裝 debconf?"
 
 
@@ -2485,12 +2485,12 @@ msgstr "子程序 %s 收到一個記憶體錯誤。"
 msgid "Sub-process %s received signal %u."
 msgid "Sub-process %s received signal %u."
 msgstr "子程序 %s 收到一個記憶體錯誤。"
 msgstr "子程序 %s 收到一個記憶體錯誤。"
 
 
-#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:243
+#: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:237
 #, c-format
 #, c-format
 msgid "Sub-process %s returned an error code (%u)"
 msgid "Sub-process %s returned an error code (%u)"
 msgstr "子程序 %s 傳回錯誤碼 (%u)"
 msgstr "子程序 %s 傳回錯誤碼 (%u)"
 
 
-#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:236
+#: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:230
 #, c-format
 #, c-format
 msgid "Sub-process %s exited unexpectedly"
 msgid "Sub-process %s exited unexpectedly"
 msgstr "子程序 %s 不預期得結束"
 msgstr "子程序 %s 不預期得結束"
@@ -2543,7 +2543,7 @@ msgid "Problem syncing the file"
 msgstr "在同步檔案時發生問題"
 msgstr "在同步檔案時發生問題"
 
 
 #. TRANSLATOR: %s is the trusted keyring parts directory
 #. TRANSLATOR: %s is the trusted keyring parts directory
-#: apt-pkg/contrib/gpgv.cc:76
+#: apt-pkg/contrib/gpgv.cc:70
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "No keyring installed in %s."
 msgid "No keyring installed in %s."
 msgstr "放棄安裝。"
 msgstr "放棄安裝。"
@@ -2860,17 +2860,17 @@ msgid ""
 "available in the sources"
 "available in the sources"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/policy.cc:410
+#: apt-pkg/policy.cc:414
 #, fuzzy, c-format
 #, fuzzy, c-format
 msgid "Invalid record in the preferences file %s, no Package header"
 msgid "Invalid record in the preferences file %s, no Package header"
 msgstr "個人設定檔中有些不正確資料,沒有以 Package 開頭"
 msgstr "個人設定檔中有些不正確資料,沒有以 Package 開頭"
 
 
-#: apt-pkg/policy.cc:432
+#: apt-pkg/policy.cc:436
 #, c-format
 #, c-format
 msgid "Did not understand pin type %s"
 msgid "Did not understand pin type %s"
 msgstr "無法分析鎖定類型 %s"
 msgstr "無法分析鎖定類型 %s"
 
 
-#: apt-pkg/policy.cc:440
+#: apt-pkg/policy.cc:444
 msgid "No priority (or zero) specified for pin"
 msgid "No priority (or zero) specified for pin"
 msgstr "銷定並沒有優先順序之分(或零)"
 msgstr "銷定並沒有優先順序之分(或零)"
 
 
@@ -3224,12 +3224,12 @@ msgstr ""
 msgid "Execute external solver"
 msgid "Execute external solver"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:50
+#: apt-pkg/install-progress.cc:51
 #, c-format
 #, c-format
 msgid "Progress: [%3i%%]"
 msgid "Progress: [%3i%%]"
 msgstr ""
 msgstr ""
 
 
-#: apt-pkg/install-progress.cc:84 apt-pkg/install-progress.cc:167
+#: apt-pkg/install-progress.cc:85 apt-pkg/install-progress.cc:168
 msgid "Running dpkg"
 msgid "Running dpkg"
 msgstr ""
 msgstr ""
 
 

+ 0 - 2
vendor/steamos/sources.list.in

@@ -3,5 +3,3 @@
 
 
 deb http://repo.steampowered.com/steamos &steamos-codename; main contrib non-free
 deb http://repo.steampowered.com/steamos &steamos-codename; main contrib non-free
 deb-src http://repo.steampowered.com/steamos &steamos-codename; main contrib non-free
 deb-src http://repo.steampowered.com/steamos &steamos-codename; main contrib non-free
-
-deb http://cdn.debian.net/debian &stable-codename; main

+ 2 - 2
vendor/ubuntu/sources.list.in

@@ -1,5 +1,5 @@
- # See sources.list(5) manpage for more information
- # Remember that CD-ROMs, DVDs and such are managed through the apt-cdrom tool.
+# See sources.list(5) manpage for more information
+# Remember that CD-ROMs, DVDs and such are managed through the apt-cdrom tool.
 deb http://us.archive.ubuntu.com/ubuntu &ubuntu-codename; main restricted
 deb http://us.archive.ubuntu.com/ubuntu &ubuntu-codename; main restricted
 deb-src http://us.archive.ubuntu.com/ubuntu &ubuntu-codename; main restricted
 deb-src http://us.archive.ubuntu.com/ubuntu &ubuntu-codename; main restricted