summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2019-02-04 15:34:44 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2019-02-04 15:34:44 +0100
commit1e26d79d2e0756356fb6edb77bcb4418491ddb11 (patch)
treee0c33b71cb3d73d8a26a97c3beb2c75a47215705
parent780858355914c64793f11860490603c5131c35f1 (diff)
Release 1.8.0~rc11.8.0_rc1
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/changelog35
-rw-r--r--doc/apt-get.8.xml2
-rw-r--r--doc/apt-verbatim.ent2
-rw-r--r--doc/apt.8.xml2
-rw-r--r--doc/po/apt-doc.pot11
-rw-r--r--doc/po/de.po11
-rw-r--r--doc/po/es.po11
-rw-r--r--doc/po/fr.po22
-rw-r--r--doc/po/it.po22
-rw-r--r--doc/po/ja.po11
-rw-r--r--doc/po/nl.po22
-rw-r--r--doc/po/pl.po11
-rw-r--r--doc/po/pt.po22
-rw-r--r--doc/po/pt_BR.po10
-rw-r--r--po/apt-all.pot29
-rw-r--r--po/ar.po28
-rw-r--r--po/ast.po30
-rw-r--r--po/bg.po30
-rw-r--r--po/bs.po28
-rw-r--r--po/ca.po31
-rw-r--r--po/cs.po31
-rw-r--r--po/cy.po30
-rw-r--r--po/da.po31
-rw-r--r--po/de.po31
-rw-r--r--po/dz.po30
-rw-r--r--po/el.po30
-rw-r--r--po/es.po31
-rw-r--r--po/eu.po30
-rw-r--r--po/fi.po30
-rw-r--r--po/fr.po62
-rw-r--r--po/gl.po30
-rw-r--r--po/hu.po31
-rw-r--r--po/it.po31
-rw-r--r--po/ja.po33
-rw-r--r--po/km.po30
-rw-r--r--po/ko.po30
-rw-r--r--po/ku.po28
-rw-r--r--po/lt.po28
-rw-r--r--po/mr.po30
-rw-r--r--po/nb.po30
-rw-r--r--po/ne.po30
-rw-r--r--po/nl.po31
-rw-r--r--po/nn.po30
-rw-r--r--po/pl.po30
-rw-r--r--po/pt.po30
-rw-r--r--po/pt_BR.po30
-rw-r--r--po/ro.po30
-rw-r--r--po/ru.po33
-rw-r--r--po/sk.po30
-rw-r--r--po/sl.po30
-rw-r--r--po/sv.po31
-rw-r--r--po/th.po31
-rw-r--r--po/tl.po30
-rw-r--r--po/tr.po31
-rw-r--r--po/uk.po31
-rw-r--r--po/vi.po31
-rw-r--r--po/zh_CN.po31
-rw-r--r--po/zh_TW.po30
59 files changed, 1373 insertions, 186 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 599c7ec1a..6b0acb67b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -188,7 +188,7 @@ check_cxx_target(HAVE_FMV_SSE42_AND_CRC32DI "sse4.2" "__builtin_ia32_crc32di(0,
# Configure some variables like package, version and architecture.
set(PACKAGE ${PROJECT_NAME})
set(PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>")
-set(PACKAGE_VERSION "1.8.0~beta1")
+set(PACKAGE_VERSION "1.8.0~rc1")
if (NOT DEFINED DPKG_DATADIR)
execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;"
diff --git a/debian/changelog b/debian/changelog
index 7bf8ca6ed..310922407 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,38 @@
+apt (1.8.0~rc1) unstable; urgency=medium
+
+ [ David Kalnischkies ]
+ * Fail instead of warn for unsigned lines in InRelease
+ * Fail on non-signature lines in Release.gpg
+ * Merge and reuse tmp file handling across the board
+ * Explicitly remove the whitespaces defined by RFC
+ * Refuse files with lines unexpectedly starting with a dash
+ * Drop buffered writing from clearsigned message extraction
+ * Step over empty sections in TagFiles with comments
+ (Closes: #920317, #921037)
+
+ [ Josh Triplett ]
+ * Add a "reinstall" command as an alias for "install --reinstall".
+
+ [ Michael Vogt ]
+ * private-json-hooks.cc: deal with EPIPE (LP: #1814543)
+
+ [ Julian Andres Klode ]
+ * Verify data being sent by methods in SendMessage()
+ * Disable deprecated methods (ftp, rsh, ssh) by default
+ * Introduce experimental 'never' pinning for sources
+ * Add a Packages-Require-Authorization Release file field
+ * gpgv: Use buffered writes for splitting clearsigned files
+ * Detect function multiversioning and sse4.2/crc32, enables i386
+ * Use std::to_string() for HashStringList::FileSize() getter
+
+ [ Алексей Шилин ]
+ * Russian program translation update (Closes: #921011)
+
+ [ Baptiste Jammet ]
+ * French program translation update (Closes: #921008)
+
+ -- Julian Andres Klode <julian.klode@canonical.com> Mon, 04 Feb 2019 15:32:27 +0100
+
apt (1.8.0~beta1) unstable; urgency=medium
[ anatoly techtonik ]
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index b83eabd27..81f580c31 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -14,7 +14,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2018-10-14T00:00:00Z</date>
+ <date>2019-01-27T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent
index f8ebf2923..ba06469c0 100644
--- a/doc/apt-verbatim.ent
+++ b/doc/apt-verbatim.ent
@@ -268,7 +268,7 @@
">
<!-- this will be updated by 'prepare-release' -->
-<!ENTITY apt-product-version "1.8.0~beta1">
+<!ENTITY apt-product-version "1.8.0~rc1">
<!-- (Code)names for various things used all over the place -->
<!ENTITY debian-oldstable-codename "stretch">
diff --git a/doc/apt.8.xml b/doc/apt.8.xml
index 08492bf54..f81ae18d3 100644
--- a/doc/apt.8.xml
+++ b/doc/apt.8.xml
@@ -13,7 +13,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2015-10-20T00:00:00Z</date>
+ <date>2019-01-27T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot
index 9188af7fc..51fb547ef 100644
--- a/doc/po/apt-doc.pot
+++ b/doc/po/apt-doc.pot
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: apt-doc 1.8.0~beta1\n"
+"Project-Id-Version: apt-doc 1.8.0~rc1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -884,6 +884,13 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
msgid ""
+"<literal>reinstall</literal> is an alias for <literal>install "
+"--reinstall</literal>."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml
+msgid ""
"<literal>remove</literal> is identical to <literal>install</literal> except "
"that packages are removed instead of installed. Note that removing a package "
"leaves its configuration files on the system. If a plus sign is appended to "
diff --git a/doc/po/de.po b/doc/po/de.po
index f568fe1ea..e751ade26 100644
--- a/doc/po/de.po
+++ b/doc/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.6\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2018-10-21 12:58+0200\n"
"Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -1179,6 +1179,15 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
+#, fuzzy
+#| msgid "the <literal>Archive:</literal> or <literal>Suite:</literal> line"
+msgid ""
+"<literal>reinstall</literal> is an alias for <literal>install --reinstall</"
+"literal>."
+msgstr "die <literal>Archive:</literal>- oder <literal>Suite:</literal>-Zeile"
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml
msgid ""
"<literal>remove</literal> is identical to <literal>install</literal> except "
"that packages are removed instead of installed. Note that removing a package "
diff --git a/doc/po/es.po b/doc/po/es.po
index 5cc38df40..b4c07e3c4 100644
--- a/doc/po/es.po
+++ b/doc/po/es.po
@@ -38,7 +38,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2014-07-04 01:31+0200\n"
"Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -1207,6 +1207,15 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
+#, fuzzy
+#| msgid "the <literal>Archive:</literal> or <literal>Suite:</literal> line"
+msgid ""
+"<literal>reinstall</literal> is an alias for <literal>install --reinstall</"
+"literal>."
+msgstr "Las líneas <literal>Archive:</literal> o <literal>Suite:</literal>"
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml
msgid ""
"<literal>remove</literal> is identical to <literal>install</literal> except "
"that packages are removed instead of installed. Note that removing a package "
diff --git a/doc/po/fr.po b/doc/po/fr.po
index e4f56c6f7..05d896374 100644
--- a/doc/po/fr.po
+++ b/doc/po/fr.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.8.0\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2018-11-26 17:47+0100\n"
"Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -1174,6 +1174,19 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
+#, fuzzy
+#| msgid ""
+#| "A new <literal>list</literal> command is available similar to "
+#| "<literal>dpkg --list</literal>."
+msgid ""
+"<literal>reinstall</literal> is an alias for <literal>install --reinstall</"
+"literal>."
+msgstr ""
+"Une nouvelle commande <literal>list</literal> est disponible, semblable à la "
+"commande <literal>dpkg --list</literal>."
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml
msgid ""
"<literal>remove</literal> is identical to <literal>install</literal> except "
"that packages are removed instead of installed. Note that removing a package "
@@ -13003,13 +13016,6 @@ msgstr "Cette commande utilisera les fichiers récupérés sur le disque."
#~ msgstr "L'option <literal>APT::Color</literal> est activée."
#~ msgid ""
-#~ "A new <literal>list</literal> command is available similar to "
-#~ "<literal>dpkg --list</literal>."
-#~ msgstr ""
-#~ "Une nouvelle commande <literal>list</literal> est disponible, semblable à "
-#~ "la commande <literal>dpkg --list</literal>."
-
-#~ msgid ""
#~ "The option <literal>upgrade</literal> has <literal>--with-new-pkgs</"
#~ "literal> enabled by default."
#~ msgstr ""
diff --git a/doc/po/it.po b/doc/po/it.po
index 1af0b5e73..a849966c7 100644
--- a/doc/po/it.po
+++ b/doc/po/it.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2017-03-27 19:05+0200\n"
"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
@@ -1220,6 +1220,19 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
+#, fuzzy
+#| msgid ""
+#| "A new <literal>list</literal> command is available similar to "
+#| "<literal>dpkg --list</literal>."
+msgid ""
+"<literal>reinstall</literal> is an alias for <literal>install --reinstall</"
+"literal>."
+msgstr ""
+"È disponibile un nuovo comando <literal>list</literal> simile a "
+"<literal>dpkg --list</literal>."
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml
msgid ""
"<literal>remove</literal> is identical to <literal>install</literal> except "
"that packages are removed instead of installed. Note that removing a package "
@@ -12734,13 +12747,6 @@ msgstr "che userà gli archivi già scaricati e presenti sul disco."
#~ msgstr "L'opzione <literal>APT::Color</literal> è abilitata."
#~ msgid ""
-#~ "A new <literal>list</literal> command is available similar to "
-#~ "<literal>dpkg --list</literal>."
-#~ msgstr ""
-#~ "È disponibile un nuovo comando <literal>list</literal> simile a "
-#~ "<literal>dpkg --list</literal>."
-
-#~ msgid ""
#~ "The option <literal>upgrade</literal> has <literal>--with-new-pkgs</"
#~ "literal> enabled by default."
#~ msgstr ""
diff --git a/doc/po/ja.po b/doc/po/ja.po
index 271084134..11ac98253 100644
--- a/doc/po/ja.po
+++ b/doc/po/ja.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.4\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2017-01-06 04:50+0900\n"
"Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -1195,6 +1195,15 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
+#, fuzzy
+#| msgid "the <literal>Archive:</literal> or <literal>Suite:</literal> line"
+msgid ""
+"<literal>reinstall</literal> is an alias for <literal>install --reinstall</"
+"literal>."
+msgstr "<literal>Archive:</literal> 行や <literal>Suite:</literal> 行"
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml
msgid ""
"<literal>remove</literal> is identical to <literal>install</literal> except "
"that packages are removed instead of installed. Note that removing a package "
diff --git a/doc/po/nl.po b/doc/po/nl.po
index b23d26810..0f5462d19 100644
--- a/doc/po/nl.po
+++ b/doc/po/nl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.8.0~alpha2\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2018-11-19 20:54+0100\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -1241,6 +1241,19 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
+#, fuzzy
+#| msgid ""
+#| "A new <literal>list</literal> command is available similar to "
+#| "<literal>dpkg --list</literal>."
+msgid ""
+"<literal>reinstall</literal> is an alias for <literal>install --reinstall</"
+"literal>."
+msgstr ""
+"Een nieuw commando <literal>list</literal> staat ter beschikking, "
+"vergelijkbaar met <literal>dpkg --list</literal>."
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml
msgid ""
"<literal>remove</literal> is identical to <literal>install</literal> except "
"that packages are removed instead of installed. Note that removing a package "
@@ -13250,13 +13263,6 @@ msgstr ""
#~ msgstr "De optie <literal>APT::Color</literal> is geactiveerd."
#~ msgid ""
-#~ "A new <literal>list</literal> command is available similar to "
-#~ "<literal>dpkg --list</literal>."
-#~ msgstr ""
-#~ "Een nieuw commando <literal>list</literal> staat ter beschikking, "
-#~ "vergelijkbaar met <literal>dpkg --list</literal>."
-
-#~ msgid ""
#~ "The option <literal>upgrade</literal> has <literal>--with-new-pkgs</"
#~ "literal> enabled by default."
#~ msgstr ""
diff --git a/doc/po/pl.po b/doc/po/pl.po
index ed921763f..e885d11ee 100644
--- a/doc/po/pl.po
+++ b/doc/po/pl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2014-07-04 02:13+0200\n"
"Last-Translator: Robert Luberda <robert@debian.org>\n"
"Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n"
@@ -1183,6 +1183,15 @@ msgstr ""
"początek lub koniec dopasowania wyrażenia regularnego, używając znaków \"^| "
"lub \"$\", można też stworzyć bardziej specyficzne wyrażenie regularne."
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml
+#, fuzzy
+#| msgid "the <literal>Archive:</literal> or <literal>Suite:</literal> line"
+msgid ""
+"<literal>reinstall</literal> is an alias for <literal>install --reinstall</"
+"literal>."
+msgstr "linia <literal>Archive:</literal> lub <literal>Suite:</literal>"
+
#
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
diff --git a/doc/po/pt.po b/doc/po/pt.po
index 6d3e1f7db..a580af081 100644
--- a/doc/po/pt.po
+++ b/doc/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.7\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2014-08-29 00:34+0100\n"
"Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -1200,6 +1200,19 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
+#, fuzzy
+#| msgid ""
+#| "A new <literal>list</literal> command is available similar to "
+#| "<literal>dpkg --list</literal>."
+msgid ""
+"<literal>reinstall</literal> is an alias for <literal>install --reinstall</"
+"literal>."
+msgstr ""
+"Está disponível um novo comando <literal>list</literal> de modo semelhante a "
+"<literal>dpkg --list</literal>."
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml
msgid ""
"<literal>remove</literal> is identical to <literal>install</literal> except "
"that packages are removed instead of installed. Note that removing a package "
@@ -12425,13 +12438,6 @@ msgstr "O qual irá usar os arquivos já obtidos e que estão no disco."
#~ msgstr "A opção <literal>APT::Color</literal> está activada."
#~ msgid ""
-#~ "A new <literal>list</literal> command is available similar to "
-#~ "<literal>dpkg --list</literal>."
-#~ msgstr ""
-#~ "Está disponível um novo comando <literal>list</literal> de modo "
-#~ "semelhante a <literal>dpkg --list</literal>."
-
-#~ msgid ""
#~ "The option <literal>upgrade</literal> has <literal>--with-new-pkgs</"
#~ "literal> enabled by default."
#~ msgstr ""
diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po
index 72465f1f5..f02fe2969 100644
--- a/doc/po/pt_BR.po
+++ b/doc/po/pt_BR.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2004-09-20 17:02+0000\n"
"Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
"Language-Team: <debian-l10n-portuguese@lists.debian.org>\n"
@@ -865,6 +865,14 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
+#, fuzzy
+msgid ""
+"<literal>reinstall</literal> is an alias for <literal>install --reinstall</"
+"literal>."
+msgstr "a linha <literal>Archive:</literal>"
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-get.8.xml
msgid ""
"<literal>remove</literal> is identical to <literal>install</literal> except "
"that packages are removed instead of installed. Note that removing a package "
diff --git a/po/apt-all.pot b/po/apt-all.pot
index 339663225..c68c92b69 100644
--- a/po/apt-all.pot
+++ b/po/apt-all.pot
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: apt 1.8.0~beta1\n"
+"Project-Id-Version: apt 1.8.0~rc1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -389,6 +389,13 @@ msgstr ""
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -876,12 +883,12 @@ msgstr ""
msgid "Problem syncing the file"
msgstr ""
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to mkstemp %s"
msgstr ""
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr ""
@@ -1484,6 +1491,12 @@ msgstr ""
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2645,6 +2658,10 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr ""
#: cmdline/apt-get.cc
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr ""
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr ""
@@ -2908,6 +2925,10 @@ msgid "install packages"
msgstr ""
#: cmdline/apt.cc
+msgid "reinstall packages"
+msgstr ""
+
+#: cmdline/apt.cc
msgid "remove packages"
msgstr ""
diff --git a/po/ar.po b/po/ar.po
index f7767ae9f..01d682570 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2006-10-20 21:28+0300\n"
"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
"Language-Team: Arabic <support@arabeyes.org>\n"
@@ -397,6 +397,13 @@ msgstr "الاتصال بـ%s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -886,12 +893,12 @@ msgstr "مشكلة في مزامنة الملف"
msgid "Problem syncing the file"
msgstr "مشكلة في مزامنة الملف"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "تعذر إنشاء %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "تعذرت الكتابة إلى %s"
@@ -1498,6 +1505,12 @@ msgstr ""
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2688,6 +2701,10 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr ""
#: cmdline/apt-get.cc
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr ""
+
+#: cmdline/apt-get.cc
#, fuzzy
msgid "Remove packages"
msgstr "حزم معطوبة"
@@ -2965,6 +2982,11 @@ msgstr "الحزم المُدبّسة:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "الحزم المُدبّسة:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "حزم معطوبة"
diff --git a/po/ast.po b/po/ast.po
index 532e98263..1f2ef0c39 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.7.18\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2010-10-02 23:35+0100\n"
"Last-Translator: Iñigo Varela <ivarela@softastur.org>\n"
"Language-Team: Asturian (ast)\n"
@@ -394,6 +394,13 @@ msgstr "Coneutando a %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -902,12 +909,12 @@ msgstr "Hai problemes al renomar el ficheru %s a %s"
msgid "Problem syncing the file"
msgstr "Hai problemes al sincronizar el ficheru"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Nun ye a lleer %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Nun se pue escribir en %s"
@@ -1546,6 +1553,12 @@ msgstr "Nun s'entiende'l tipu de pin %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2786,6 +2799,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Instalar nuevos paquetes (pkg ye libc6 non libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Instalar nuevos paquetes (pkg ye libc6 non libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Desaniciar paquetes"
@@ -3084,6 +3103,11 @@ msgstr "Paquetes na chincheta:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "Paquetes na chincheta:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "Paquetes frañaos"
diff --git a/po/bg.po b/po/bg.po
index 679119b8b..d468a2811 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.7.21\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2012-06-25 17:23+0300\n"
"Last-Translator: Damyan Ivanov <dmn@debian.org>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@@ -407,6 +407,13 @@ msgstr "Журнал на промените в %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -923,12 +930,12 @@ msgstr "Проблем при преименуване на файла %s на %
msgid "Problem syncing the file"
msgstr "Проблем при синхронизиране на файла"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Неуспех при получаването на атрибути за %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Неуспех при записа на %s"
@@ -1584,6 +1591,12 @@ msgstr "Неизвестен тип за отбиване %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2836,6 +2849,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Инсталиране на нови пакети (пакет е libc6, а не libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Инсталиране на нови пакети (пакет е libc6, а не libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Премахване на пакети"
@@ -3135,6 +3154,11 @@ msgstr "Отбити пакети:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "Отбити пакети:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "Счупени пакети"
diff --git a/po/bs.po b/po/bs.po
index f8c19332d..01b447a66 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2004-05-06 15:25+0100\n"
"Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n"
"Language-Team: Bosnian <lokal@lugbih.org>\n"
@@ -391,6 +391,13 @@ msgstr ""
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -881,12 +888,12 @@ msgstr ""
msgid "Problem syncing the file"
msgstr ""
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Ne mogu kreirati %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Ne mogu zapisati na %s"
@@ -1494,6 +1501,12 @@ msgstr ""
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2673,6 +2686,10 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr ""
#: cmdline/apt-get.cc
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr ""
+
+#: cmdline/apt-get.cc
#, fuzzy
msgid "Remove packages"
msgstr "Oštećeni paketi"
@@ -2948,6 +2965,11 @@ msgstr " Pojedinačni virutuelni paketi:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr " Pojedinačni virutuelni paketi:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "Oštećeni paketi"
diff --git a/po/ca.po b/po/ca.po
index d4cd398d9..2172caea1 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.4~beta1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2016-12-05 21:09+0100\n"
"Last-Translator: Oriol Debian <oriol.debian@gmail.com>\n"
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@@ -432,6 +432,13 @@ msgstr "El registre de canvis no està disponible per a %s=%s"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr "El mètode «%s» està desactivat explícitament per la configuració."
@@ -959,12 +966,12 @@ msgstr "Ha hagut un problema en reanomenar el fitxer %s a %s"
msgid "Problem syncing the file"
msgstr "Ha hagut un problema en sincronitzar el fitxer"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to mkstemp %s"
msgstr "No es pot crear el fitxer temporal %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "No es pot escriure en %s"
@@ -1619,6 +1626,12 @@ msgstr "No s'ha entès el pin de tipus %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
"%s: El valor %s està fora del rang de les prioritats de pin vàlid (%d a %d)"
@@ -2918,6 +2931,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Instal·la nous paquets (el paquet és libc6, no libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Instal·la nous paquets (el paquet és libc6, no libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Suprimeix paquets"
@@ -3222,6 +3241,12 @@ msgid "install packages"
msgstr "instal·la paquets"
#: cmdline/apt.cc
+#, fuzzy
+#| msgid "install packages"
+msgid "reinstall packages"
+msgstr "instal·la paquets"
+
+#: cmdline/apt.cc
msgid "remove packages"
msgstr "elimina paquets"
diff --git a/po/cs.po b/po/cs.po
index 6fb44f4a1..9a5e43601 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.4.2\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2017-05-06 11:08+0200\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
@@ -425,6 +425,13 @@ msgstr "Seznam změn pro %s=%s není dostupný"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr "Metoda „%s“ je v nastavení explicitně zakázána."
@@ -931,12 +938,12 @@ msgstr "Problém při přejmenování souboru %s na %s"
msgid "Problem syncing the file"
msgstr "Problém při synchronizování souboru"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to mkstemp %s"
msgstr "Nelze zavolat mkstemp %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Nelze zapsat do %s"
@@ -1567,6 +1574,12 @@ msgstr "Nerozumím vypíchnutí typu %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr "%s: Hodnota %s leží mimo rozsah platných priorit (%d až %d)"
@@ -2834,6 +2847,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Instaluje nové balíky (balík je libc6, ne libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Instaluje nové balíky (balík je libc6, ne libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Odstraní balíky"
@@ -3132,6 +3151,12 @@ msgid "install packages"
msgstr "nainstaluje balíky"
#: cmdline/apt.cc
+#, fuzzy
+#| msgid "install packages"
+msgid "reinstall packages"
+msgstr "nainstaluje balíky"
+
+#: cmdline/apt.cc
msgid "remove packages"
msgstr "odstraní balíky"
diff --git a/po/cy.po b/po/cy.po
index 55ab1caef..b9ba80dfb 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2005-06-06 13:46+0100\n"
"Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n"
"Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n"
@@ -401,6 +401,13 @@ msgstr "Yn cysylltu i %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -907,12 +914,12 @@ msgstr "Gwall wrth gyfamseru'r ffeil"
msgid "Problem syncing the file"
msgstr "Gwall wrth gyfamseru'r ffeil"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Ni ellir gwneud stat() o %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Ni ellir ysgrifennu i %s"
@@ -1537,6 +1544,12 @@ msgstr "Methwyd daeall y math pin %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2799,6 +2812,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Sefydlu pecynnau newydd (defnyddiwch libc6 nid libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Sefydlu pecynnau newydd (defnyddiwch libc6 nid libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Tynnu pecynnau"
@@ -3098,6 +3117,11 @@ msgstr "Pecynnau wedi eu Pinio:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "Pecynnau wedi eu Pinio:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "Pecynnau wedi torri"
diff --git a/po/da.po b/po/da.po
index 737ad0f7f..206067a0b 100644
--- a/po/da.po
+++ b/po/da.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.4~rc2\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2017-03-02 23:51+0200\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -432,6 +432,13 @@ msgstr "Ændringslog utilgængelig for %s=%s"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr "Metoden »%s« er eksplicit deaktiveret via konfiguration."
@@ -938,12 +945,12 @@ msgstr "Problem under omdøbning af filen %s til %s"
msgid "Problem syncing the file"
msgstr "Problem under synkronisering af fil"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to mkstemp %s"
msgstr "Kunne ikke mkstemp %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Kunne ikke skrive til %s"
@@ -1581,6 +1588,12 @@ msgstr "Kunne ikke forstå pin-type %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
"%s: Værdien %s er uden for intervallet med gyldige pin-prioriteringer (%d "
@@ -2858,6 +2871,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Installer nye pakker (pakke er libc6, ikke libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Installer nye pakker (pakke er libc6, ikke libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Afinstaller pakker"
@@ -3161,6 +3180,12 @@ msgid "install packages"
msgstr "installer pakker"
#: cmdline/apt.cc
+#, fuzzy
+#| msgid "install packages"
+msgid "reinstall packages"
+msgstr "installer pakker"
+
+#: cmdline/apt.cc
msgid "remove packages"
msgstr "fjern pakker"
diff --git a/po/de.po b/po/de.po
index f54e01f64..dd4b1876c 100644
--- a/po/de.po
+++ b/po/de.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.6\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2018-01-11 21:11+0100\n"
"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -439,6 +439,13 @@ msgstr "Änderungsprotokoll (Changelog) nicht verfügbar für %s=%s"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr "Die Methode »%s« ist über die Konfiguration explizit deaktiviert."
@@ -974,12 +981,12 @@ msgstr "Problem beim Umbenennen der Datei %s nach %s"
msgid "Problem syncing the file"
msgstr "Problem beim Synchronisieren der Datei"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to mkstemp %s"
msgstr "mkstemp %s nicht möglich"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Schreiben nach %s nicht möglich"
@@ -1642,6 +1649,12 @@ msgstr "Pinning-Typ %s kann nicht interpretiert werden."
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
"%s: Wert %s ist außerhalb des Bereichs gültiger Pin-Prioritäten (%d bis %d)"
@@ -2972,6 +2985,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "neue Pakete installieren (paket ist libc6, nicht libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "neue Pakete installieren (paket ist libc6, nicht libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Pakete entfernen"
@@ -3286,6 +3305,12 @@ msgid "install packages"
msgstr "Pakete installieren"
#: cmdline/apt.cc
+#, fuzzy
+#| msgid "install packages"
+msgid "reinstall packages"
+msgstr "Pakete installieren"
+
+#: cmdline/apt.cc
msgid "remove packages"
msgstr "Pakete entfernen"
diff --git a/po/dz.po b/po/dz.po
index 703c1fd57..f3760a46d 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2006-09-19 09:49+0530\n"
"Last-Translator: Kinley Tshering <gasepkuenden2k3@hotmail.com>\n"
"Language-Team: Dzongkha <pgeyleg@dit.gov.bt>\n"
@@ -395,6 +395,13 @@ msgstr "%s (%s)་ལུ་མཐུད་དོ།"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -890,12 +897,12 @@ msgstr "ཡིག་སྣོད་མཉམ་བྱུང་འབདཝ་ད
msgid "Problem syncing the file"
msgstr "ཡིག་སྣོད་མཉམ་བྱུང་འབདཝ་ད་དཀའ་ངལ།"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "%s་འདི་ལུ་ངོ་བཤུས་འབད་མ་ཚུགས།"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr " %sལུ་འབྲི་མ་ཚུགས།"
@@ -1510,6 +1517,12 @@ msgstr "ངོ་རྟགས་ཨང་གི་དབྱེ་བ་ %s འ
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2746,6 +2759,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "འདི་གིས་ ཐུམ་སྒྲིལ་(pkg is libc6 not libc6.deb)གསརཔ་་ཚུ་གཞི་བཙུགས་འབདཝ་ཨིན།"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "འདི་གིས་ ཐུམ་སྒྲིལ་(pkg is libc6 not libc6.deb)གསརཔ་་ཚུ་གཞི་བཙུགས་འབདཝ་ཨིན།"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "འདི་གིས་ ཐུམ་སྒྲིལ་ཚུ་རྩ་བསྐྲད་གཏངམ་ཨིན།"
@@ -3043,6 +3062,11 @@ msgstr "ཁབ་གཟེར་བཏབ་ཡོད་པའི་ཐུམ་
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "ཁབ་གཟེར་བཏབ་ཡོད་པའི་ཐུམ་སྒྲིལ་ཚུ:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "ཆད་པ་ཡོད་པའི་ཐུམ་སྒྲིལ་ཚུ།"
diff --git a/po/el.po b/po/el.po
index a0661d6ac..b1ef3c5f7 100644
--- a/po/el.po
+++ b/po/el.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2008-08-26 18:25+0300\n"
"Last-Translator: Θανάσης Νάτσης <natsisthanasis@gmail.com>\n"
"Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n"
@@ -404,6 +404,13 @@ msgstr "Changelog για %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -909,12 +916,12 @@ msgstr "Πρόβλημα κατά τον συγχρονισμό του αρχε
msgid "Problem syncing the file"
msgstr "Πρόβλημα κατά τον συγχρονισμό του αρχείου"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Αδύνατη η εύρεση της κατάστασης του %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Αδύνατη η εγγραφή στο %s"
@@ -1529,6 +1536,12 @@ msgstr "Αδύνατη η κατανόηση του τύπου καθήλωση
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2772,6 +2785,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Εγκατάσταση νέων πακέτων (χωρίς την επέκταση .deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Εγκατάσταση νέων πακέτων (χωρίς την επέκταση .deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Αφαίρεση πακέτων"
@@ -3071,6 +3090,11 @@ msgstr "Καθηλωμένα Πακέτα:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "Καθηλωμένα Πακέτα:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "Χαλασμένα πακέτα"
diff --git a/po/es.po b/po/es.po
index e67b3f3c9..cb0f357eb 100644
--- a/po/es.po
+++ b/po/es.po
@@ -34,7 +34,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.8.10\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2016-01-26 01:51+0100\n"
"Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox."
"org>\n"
@@ -489,6 +489,13 @@ msgstr "No está disponible el informe de cambios para %s=%s"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -1022,12 +1029,12 @@ msgstr "Se produjo un problema al renombrar el fichero %s a %s"
msgid "Problem syncing the file"
msgstr "Se produjo un problema al sincronizar el fichero"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to mkstemp %s"
msgstr "No pude leer %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "No se pudo escribir en %s"
@@ -1686,6 +1693,12 @@ msgstr "No se entendió el pin tipo %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
"%s: El valor %s está fuera del rango de las prioridades de pin válido (%d a "
@@ -2977,6 +2990,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Instala nuevos paquetes (paquete es libc6 y no libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Instala nuevos paquetes (paquete es libc6 y no libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Elimina paquetes"
@@ -3282,6 +3301,12 @@ msgid "install packages"
msgstr "instala paquetes"
#: cmdline/apt.cc
+#, fuzzy
+#| msgid "install packages"
+msgid "reinstall packages"
+msgstr "instala paquetes"
+
+#: cmdline/apt.cc
msgid "remove packages"
msgstr "elimina paquetes"
diff --git a/po/eu.po b/po/eu.po
index 519728d9a..6d96b3cd0 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2009-05-17 00:41+0200\n"
"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
"Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n"
@@ -395,6 +395,13 @@ msgstr "Konektatzen -> %s.(%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -893,12 +900,12 @@ msgstr "Arazoa fitxategia sinkronizatzean"
msgid "Problem syncing the file"
msgstr "Arazoa fitxategia sinkronizatzean"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Ezin da daturik lortu %s(e)tik"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "%s : ezin da idatzi"
@@ -1511,6 +1518,12 @@ msgstr "Ez da ulertu %s orratz-mota (pin)"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2748,6 +2761,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Instalatu pakete berriak (paketea libc6 da, eta ez libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Instalatu pakete berriak (paketea libc6 da, eta ez libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Kendu paketeak"
@@ -3044,6 +3063,11 @@ msgstr "Pin duten Paketeak:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "Pin duten Paketeak:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "Hautsitako paketeak"
diff --git a/po/fi.po b/po/fi.po
index 5952573ad..0e01609ca 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2008-12-11 14:52+0200\n"
"Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -395,6 +395,13 @@ msgstr "Avataan yhteys %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -889,12 +896,12 @@ msgstr "Pulmia tehtäessä tiedostolle sync"
msgid "Problem syncing the file"
msgstr "Pulmia tehtäessä tiedostolle sync"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Tiedostolle %s ei toimi stat"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Tiedostoon %s kirjoittaminen ei onnistu"
@@ -1506,6 +1513,12 @@ msgstr "Tunnistetyyppi %s on tuntematon"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2739,6 +2752,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Asenna uusia paketteja (esim. libc6 eikä libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Asenna uusia paketteja (esim. libc6 eikä libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Poista paketteja"
@@ -3035,6 +3054,11 @@ msgstr "Paketit joissa tunniste:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "Paketit joissa tunniste:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "Rikkinäiset paketit"
diff --git a/po/fr.po b/po/fr.po
index 18c8a5604..50bfbfe82 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-12-18 15:02+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2019-01-21 09:19+0100\n"
"Last-Translator: Julien Patriarca <leatherface@debian.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -359,9 +359,6 @@ msgstr ""
#. the download progress display (e.g. 7d 3h 42min 1s)
#: apt-pkg/acquire-item.cc
#, c-format
-#| msgid ""
-#| "Release file for %s is expired (invalid since %s). Updates for this "
-#| "repository will not be applied."
msgid ""
"Release file for %s is not valid yet (invalid for another %s). Updates for "
"this repository will not be applied."
@@ -433,6 +430,13 @@ msgstr "Journal des modifications indisponible pour %s=%s"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr "La méthode « %s » est volontairement désactivée par configuration."
@@ -973,12 +977,12 @@ msgstr "Problème de renommage du fichier %s en %s"
msgid "Problem syncing the file"
msgstr "Problème de synchronisation du fichier"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to mkstemp %s"
msgstr "Impossible d'appliquer mkstemp pour %s."
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Impossible d'écrire sur %s"
@@ -1164,9 +1168,6 @@ msgstr "Impossible de traiter le fichier %s (%d)"
#: apt-pkg/deb/debsystem.cc
#, c-format
-#| msgid ""
-#| "Unable to lock the administration directory (%s), is another process "
-#| "using it?"
msgid ""
"Unable to acquire the dpkg frontend lock (%s), is another process using it?"
msgstr ""
@@ -1175,7 +1176,6 @@ msgstr ""
#: apt-pkg/deb/debsystem.cc
#, c-format
-#| msgid "Unable to lock the administration directory (%s), are you root?"
msgid "Unable to acquire the dpkg frontend lock (%s), are you root?"
msgstr ""
"Impossible d'obtenir le verrou de dpkg (%s). Avez-vous les droits du "
@@ -1646,6 +1646,12 @@ msgstr "Type d'épinglage %s inconnu"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
"%s : la valeur %s est en dehors de la plage de priorités d'épinglage valide "
@@ -2102,7 +2108,7 @@ msgstr ""
msgid "Abort."
msgstr "Annulation."
-#: apt-private/private-install.cc
+#: apt-private/private-install.cc cmdline/apt-mark.cc
msgid "Do you want to continue?"
msgstr "Souhaitez-vous continuer ?"
@@ -2689,8 +2695,10 @@ msgstr[1] ""
msgid "All packages are up to date."
msgstr "Tous les paquets sont à jour."
-#: cmdline/apt-cache.cc
-msgid "apt-cache stats does not take any arguments"
+#: cmdline/apt-cache.cc cmdline/apt-mark.cc
+#, fuzzy, c-format
+#| msgid "apt-cache stats does not take any arguments"
+msgid "%s does not take any arguments"
msgstr "La commande apt-cache ne prend pas de paramètre"
#: cmdline/apt-cache.cc
@@ -2986,6 +2994,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Installe de nouveaux paquets (pkg1 est libc6 et non libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Installe de nouveaux paquets (pkg1 est libc6 et non libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Supprime des paquets"
@@ -3142,6 +3156,16 @@ msgid "%s was already set to automatically installed.\n"
msgstr "%s était déjà marqué comme installé automatiquement.\n"
#: cmdline/apt-mark.cc
+msgid "No changes necessary"
+msgstr ""
+
+#: cmdline/apt-mark.cc
+#, fuzzy
+#| msgid "The following NEW packages will be installed:"
+msgid "The following packages will be marked as automatically installed:"
+msgstr "Les NOUVEAUX paquets suivants seront installés :"
+
+#: cmdline/apt-mark.cc
#, c-format
msgid "%s was already set on hold.\n"
msgstr "%s était déjà marqué comme figé (« hold »).\n"
@@ -3207,6 +3231,12 @@ msgid "Mark the given packages as manually installed"
msgstr "Marquer les paquets indiqués comme installés manuellement"
#: cmdline/apt-mark.cc
+#, fuzzy
+#| msgid "Mark the given packages as automatically installed"
+msgid "Mark all dependencies of meta packages as automatically installed."
+msgstr "Marquer les paquets indiqués comme installés automatiquement"
+
+#: cmdline/apt-mark.cc
msgid "Mark a package as held back"
msgstr "Marquer un paquet comme maintenu dans une version"
@@ -3283,6 +3313,12 @@ msgid "install packages"
msgstr "installes les paquets"
#: cmdline/apt.cc
+#, fuzzy
+#| msgid "install packages"
+msgid "reinstall packages"
+msgstr "installes les paquets"
+
+#: cmdline/apt.cc
msgid "remove packages"
msgstr "supprime des paquets"
diff --git a/po/gl.po b/po/gl.po
index adecc3a7d..926ffa8a1 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2011-05-12 15:28+0100\n"
"Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n"
"Language-Team: galician <proxecto@trasno.net>\n"
@@ -402,6 +402,13 @@ msgstr "Rexistro de cambios de %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -919,12 +926,12 @@ msgstr "Produciuse un problema ao renomear o ficheiro %s a %s"
msgid "Problem syncing the file"
msgstr "Produciuse un problema ao sincronizar o ficheiro"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Non é posíbel determinar o estado %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Non é posíbel escribir en %s"
@@ -1569,6 +1576,12 @@ msgstr "Non se entendeu o tipo de inmobilización %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2818,6 +2831,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Instala novos paquetes (o paquete é libc6 non libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Instala novos paquetes (o paquete é libc6 non libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Retira paquetes"
@@ -3116,6 +3135,11 @@ msgstr "Paquetes inmobilizados:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "Paquetes inmobilizados:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "Paquetes estragados"
diff --git a/po/hu.po b/po/hu.po
index 21c97acc1..48c4330b3 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2016-04-10 19:46+0200\n"
"Last-Translator: Gabor Kelemen <kelemeng@ubuntu.com>\n"
"Language-Team: Hungarian <gnome-hu-list@gnome.org>\n"
@@ -430,6 +430,13 @@ msgstr "Nem érhető el változásnapló ehhez: %s=%s"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -952,12 +959,12 @@ msgstr "Hiba a(z) %s fájl átnevezésekor erre: %s"
msgid "Problem syncing the file"
msgstr "Hiba a fájl szinkronizálásakor"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to mkstemp %s"
msgstr "Az mkstemp %s meghiúsult"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Nem lehet írni ebbe: %s"
@@ -1608,6 +1615,12 @@ msgstr "A(z) %s rögzítéstípus nem értelmezhető"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
"%s: A(z) %s érték kívül esik az érvényes rögzítési prioritások tartományán "
@@ -2882,6 +2895,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Új csomagok telepítése (csomag a libc6 és nem a libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Új csomagok telepítése (csomag a libc6 és nem a libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Csomagok eltávolítása"
@@ -3184,6 +3203,12 @@ msgid "install packages"
msgstr "csomagok telepítése"
#: cmdline/apt.cc
+#, fuzzy
+#| msgid "install packages"
+msgid "reinstall packages"
+msgstr "csomagok telepítése"
+
+#: cmdline/apt.cc
msgid "remove packages"
msgstr "csomagok eltávolítása"
diff --git a/po/it.po b/po/it.po
index 18c396fc5..738cc78bd 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2018-12-04 09:33+0100\n"
"Last-Translator: Milo Casagrande <milo@milo.name>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -429,6 +429,13 @@ msgstr "Changelog per %s=%s non disponibile"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr "Il metodo \"%s\" è disabilitato tramite la configurazione."
@@ -962,12 +969,12 @@ msgstr "Si è verificato un problema nel rinominare il file %s in %s"
msgid "Problem syncing the file"
msgstr "Si è verificato un problema nel sincronizzare il file"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to mkstemp %s"
msgstr "Impossibile eseguire mkstemp %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Impossibile scrivere in %s"
@@ -1622,6 +1629,12 @@ msgstr "Impossibile comprendere il tipo di gancio %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
"%s: il valore %s non rientra nell'intervallo di priorità di gancio valide "
@@ -2931,6 +2944,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Installa nuovi pacchetti (PKG è libc6 non libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Installa nuovi pacchetti (PKG è libc6 non libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Rimuove i pacchetti"
@@ -3241,6 +3260,12 @@ msgid "install packages"
msgstr "Installa pacchetti"
#: cmdline/apt.cc
+#, fuzzy
+#| msgid "install packages"
+msgid "reinstall packages"
+msgstr "Installa pacchetti"
+
+#: cmdline/apt.cc
msgid "remove packages"
msgstr "Rimuove pacchetti"
diff --git a/po/ja.po b/po/ja.po
index 651d9bb00..6a00fa654 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.4\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2017-01-06 04:50+0900\n"
"Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -432,6 +432,13 @@ msgstr "%s=%s のため変更履歴が利用できません"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr "メソッド '%s' は設定によりはっきりと無効にされています。"
@@ -952,12 +959,12 @@ msgstr "%s から %s へのファイル名変更中に問題が発生しまし
msgid "Problem syncing the file"
msgstr "ファイルの同期中に問題が発生しました"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to mkstemp %s"
msgstr "mkstemp %s を実行できません"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "%s に書き込めません"
@@ -1603,6 +1610,12 @@ msgstr "pin タイプ %s を理解できませんでした"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr "%s: 値 %s は pin の有効な優先度の範囲外です (%d から %d)"
@@ -2880,6 +2893,14 @@ msgstr ""
"定する)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr ""
+"新規パッケージをインストールする (pkg は libc6.deb ではなく libc6 のように指"
+"定する)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "パッケージを削除する"
@@ -3178,6 +3199,12 @@ msgid "install packages"
msgstr "パッケージをインストール"
#: cmdline/apt.cc
+#, fuzzy
+#| msgid "install packages"
+msgid "reinstall packages"
+msgstr "パッケージをインストール"
+
+#: cmdline/apt.cc
msgid "remove packages"
msgstr "パッケージを削除"
diff --git a/po/km.po b/po/km.po
index 6fa211a31..964f1756b 100644
--- a/po/km.po
+++ b/po/km.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2006-10-10 09:48+0700\n"
"Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n"
"Language-Team: Khmer <support@khmeros.info>\n"
@@ -399,6 +399,13 @@ msgstr "កំពុង​តភ្ជាប់​ទៅ​កាន់​ %s (%
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -891,12 +898,12 @@ msgstr "មានបញ្ហា​ក្នុង​ការធ្វើ​ស
msgid "Problem syncing the file"
msgstr "មានបញ្ហា​ក្នុង​ការធ្វើ​សមកាលកម្មឯកសារ​"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "មិន​អាច​ថ្លែង %s បានឡើយ"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "មិន​អាច​សរសេរ​ទៅ %s"
@@ -1508,6 +1515,12 @@ msgstr "មិន​បាន​យល់​ពី​ប្រភេទ​ម្
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2732,6 +2745,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "ដំឡើង​កញ្ចប់​ថ្មី (pkg គឺ libc6 មិនមែន libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "ដំឡើង​កញ្ចប់​ថ្មី (pkg គឺ libc6 មិនមែន libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "យក​កញ្ចប់​ចេញ"
@@ -3029,6 +3048,11 @@ msgstr "កញ្ចប់​ដែល​បាន​ខ្ទាស់ ៖"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "កញ្ចប់​ដែល​បាន​ខ្ទាស់ ៖"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "កញ្ចប់​ដែល​បាន​ខូច​"
diff --git a/po/ko.po b/po/ko.po
index 38ff71c17..8332ba6b3 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2010-08-30 02:31+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
@@ -394,6 +394,13 @@ msgstr "%s(%s)에 연결하는 중입니다"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -891,12 +898,12 @@ msgstr "%s 파일을 %s(으)로 이름을 바꾸는데 문제가 있습니다"
msgid "Problem syncing the file"
msgstr "파일을 동기화하는데 문제가 있습니다"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "%s의 정보를 읽을 수 없습니다"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "%s에 쓸 수 없습니다"
@@ -1523,6 +1530,12 @@ msgstr "핀 타입 %s이(가) 무엇인지 이해할 수 없습니다"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2751,6 +2764,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "새 패키지를 설치합니다 (패키지는 libc6 식으로. libc6.deb 아님)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "새 패키지를 설치합니다 (패키지는 libc6 식으로. libc6.deb 아님)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "패키지를 지웁니다"
@@ -3047,6 +3066,11 @@ msgstr "핀 패키지:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "핀 패키지:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "망가진 패키지"
diff --git a/po/ku.po b/po/ku.po
index 50a9f6336..6b3b8678e 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2008-05-08 12:48+0200\n"
"Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n"
"Language-Team: ku <ubuntu-l10n-kur@lists.ubuntu.com>\n"
@@ -393,6 +393,13 @@ msgstr "Girêdan bi %s (%s) re pêk tê"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -882,12 +889,12 @@ msgstr "Di girtina pelî de pirsgirêkek derket"
msgid "Problem syncing the file"
msgstr ""
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Nivîsandin ji bo %s ne pêkane"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Nivîsandin ji bo %s ne pêkane"
@@ -1493,6 +1500,12 @@ msgstr ""
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2673,6 +2686,10 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr ""
#: cmdline/apt-get.cc
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr ""
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr ""
@@ -2973,6 +2990,11 @@ msgstr " Pakêta tenê ya farazî:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr " Pakêta tenê ya farazî:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "Paketên şikestî"
diff --git a/po/lt.po b/po/lt.po
index a126737da..0a37aa22a 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2008-08-02 01:47-0400\n"
"Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@@ -395,6 +395,13 @@ msgstr "Jungiamasi prie %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -886,12 +893,12 @@ msgstr "Klaida sinchronizuojant failą"
msgid "Problem syncing the file"
msgstr "Klaida sinchronizuojant failą"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Nepavyko sukurti %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Nepavyko įrašyti į %s"
@@ -1497,6 +1504,12 @@ msgstr ""
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2717,6 +2730,10 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr ""
#: cmdline/apt-get.cc
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr ""
+
+#: cmdline/apt-get.cc
#, fuzzy
msgid "Remove packages"
msgstr "Sugadinti paketai"
@@ -3018,6 +3035,11 @@ msgstr "Surišti paketai:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "Surišti paketai:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "Sugadinti paketai"
diff --git a/po/mr.po b/po/mr.po
index 395570c15..e62388805 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2008-11-20 23:27+0530\n"
"Last-Translator: Sampada <sampadanakhare@gmail.com>\n"
"Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India "
@@ -395,6 +395,13 @@ msgstr "%s (%s) ला जोडत आहे"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -889,12 +896,12 @@ msgstr "संचिकेची syncing समस्या"
msgid "Problem syncing the file"
msgstr "संचिकेची syncing समस्या"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "%s स्टॅट करण्यास असमर्थ"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "%s मध्ये लिहिण्यास असमर्थ "
@@ -1508,6 +1515,12 @@ msgstr "%s पिनचा प्रकार समजलेला नाही
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2729,6 +2742,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "नवीन पॅकेजेस संस्थापित करा(pkg हे libc6 आहे आणि libc6.deb नव्हे)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "नवीन पॅकेजेस संस्थापित करा(pkg हे libc6 आहे आणि libc6.deb नव्हे)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "पॅकेजेस कायमची काढा"
@@ -3025,6 +3044,11 @@ msgstr "एकत्रित पॅकेजेस:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "एकत्रित पॅकेजेस:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "तुटलेली पॅकेजेस"
diff --git a/po/nb.po b/po/nb.po
index 4c0c1e3f0..dff77bf9b 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2018-10-30 20:53+0100\n"
"Last-Translator: Petter Reinholdtsen <pere@hungry.com>\n"
"Language-Team: Norwegian Bokmål <i18n-no@lister.ping.uio.no>\n"
@@ -411,6 +411,13 @@ msgstr "Kobler til %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr "Metoden «%s» er eksplisitt avskrudd via oppsettet."
@@ -915,12 +922,12 @@ msgstr "Problem ved endring av navn på fila %s til %s"
msgid "Problem syncing the file"
msgstr "Problem ved oppdatering av fila"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Klarte ikke å få statusen på %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Kan ikke skrive til %s"
@@ -1550,6 +1557,12 @@ msgstr "Forsto ikke spikring av typen %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2810,6 +2823,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Installér nye pakker (Pakke er «foo», ikke «foo.deb»)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Installér nye pakker (Pakke er «foo», ikke «foo.deb»)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Fjern pakker"
@@ -3108,6 +3127,11 @@ msgstr "Låste pakker:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "Låste pakker:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "Ødelagte pakker"
diff --git a/po/ne.po b/po/ne.po
index eb6c4dcfa..579444c84 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2006-06-12 14:35+0545\n"
"Last-Translator: Shiva Pokharel <pokharelshiva@hotmail.com>\n"
"Language-Team: Nepali <info@mpp.org.np>\n"
@@ -395,6 +395,13 @@ msgstr "%s (%s) मा जडान गरिदैछ"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -887,12 +894,12 @@ msgstr "फाइल गुप्तिकरण गर्दा समस्य
msgid "Problem syncing the file"
msgstr "फाइल गुप्तिकरण गर्दा समस्या"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "%s स्थिर गर्न असक्षम भयो"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr " %s मा लेख्न असक्षम"
@@ -1504,6 +1511,12 @@ msgstr "पिन टाइप %s बुझ्न सकिएन "
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2729,6 +2742,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "प्याकेजहरू स्थापना गर्नुहोस् (pkg libc6 हो libc6.deb होइन)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "प्याकेजहरू स्थापना गर्नुहोस् (pkg libc6 हो libc6.deb होइन)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr ""
@@ -3026,6 +3045,11 @@ msgstr "पिन गरिएका प्याकेजहरू:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "पिन गरिएका प्याकेजहरू:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "भाँचिएका प्याकेजहरू"
diff --git a/po/nl.po b/po/nl.po
index 23eb9210e..3643dde61 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.7.0\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2018-10-09 16:26+0200\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -435,6 +435,13 @@ msgstr "Logbestand met veranderingen niet beschikbaar voor %s=%s"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr "Methode '%s' is in de configuratie expliciet uitgeschakeld."
@@ -965,12 +972,12 @@ msgstr "Probleem bij het hernoemen van het bestand %s naar %s"
msgid "Problem syncing the file"
msgstr "Probleem bij het synchroniseren van het bestand"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to mkstemp %s"
msgstr "Kan tijdelijk bestand %s niet aanmaken met mkstemp"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Kan niet naar %s schrijven"
@@ -1622,6 +1629,12 @@ msgstr "Pintype %s wordt niet begrepen"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
"%s: Waarde %s valt buiten het bereik van geldige pin-prioriteiten (%d to %d)"
@@ -2924,6 +2937,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Installeer nieuwe pakketten (pakket is bijv. libc6, niet libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Installeer nieuwe pakketten (pakket is bijv. libc6, niet libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Verwijder pakketten"
@@ -3230,6 +3249,12 @@ msgid "install packages"
msgstr "installeer pakketten"
#: cmdline/apt.cc
+#, fuzzy
+#| msgid "install packages"
+msgid "reinstall packages"
+msgstr "installeer pakketten"
+
+#: cmdline/apt.cc
msgid "remove packages"
msgstr "verwijder pakketten"
diff --git a/po/nn.po b/po/nn.po
index 41c93ae66..0d0a097b9 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2005-02-14 23:30+0100\n"
"Last-Translator: Havard Korsvoll <korsvoll@skulelinux.no>\n"
"Language-Team: Norwegian nynorsk <i18n-nn@lister.ping.uio.no>\n"
@@ -398,6 +398,13 @@ msgstr "Koplar til %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -894,12 +901,12 @@ msgstr "Problem ved synkronisering av fila"
msgid "Problem syncing the file"
msgstr "Problem ved synkronisering av fila"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Klarte ikkje f status til %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Klarte ikkje skriva til %s"
@@ -1512,6 +1519,12 @@ msgstr "Skjnar ikkje spikringstypen %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2746,6 +2759,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Installer nye pakkar (bruk pakkenamn, ikkje filnamn (foo.deb))."
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Installer nye pakkar (bruk pakkenamn, ikkje filnamn (foo.deb))."
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Fjern pakkar."
@@ -3043,6 +3062,11 @@ msgstr "Spikra pakkar:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "Spikra pakkar:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "ydelagde pakkar"
diff --git a/po/pl.po b/po/pl.po
index cc2abeb62..896fce83f 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.9.7.3\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2012-07-28 21:53+0200\n"
"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
@@ -409,6 +409,13 @@ msgstr "Dziennik zmian %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -925,12 +932,12 @@ msgstr "Problem przy zapisywaniu pliku %s w %s"
msgid "Problem syncing the file"
msgstr "Problem przy zapisywaniu pliku na dysk"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Nie można wykonać operacji stat na %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Nie udało się pisać do %s"
@@ -1583,6 +1590,12 @@ msgstr "Nierozpoznany typ przypinania %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2858,6 +2871,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Instaluje nowe pakiety (pakiet to np. libc6, nie libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Instaluje nowe pakiety (pakiet to np. libc6, nie libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Usuwa pakiety"
@@ -3163,6 +3182,11 @@ msgstr "Przypięte pakiety:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "Przypięte pakiety:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "Pakiety są uszkodzone"
diff --git a/po/pt.po b/po/pt.po
index d0caab48a..a9188e366 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2012-06-29 15:45+0100\n"
"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -406,6 +406,13 @@ msgstr "Changlog para %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -928,12 +935,12 @@ msgstr "Problema ao renomear o ficheiro %s para %s"
msgid "Problem syncing the file"
msgstr "Problema sincronizando o ficheiro"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Não foi possível fazer stat %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Não conseguiu escrever para %s"
@@ -1588,6 +1595,12 @@ msgstr "Não foi possível entender o tipo de marca (pin) %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2842,6 +2855,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Instalar novos pacotes (o pacote é libc6 e não libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Instalar novos pacotes (o pacote é libc6 e não libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Remover pacotes"
@@ -3141,6 +3160,11 @@ msgstr "Pacotes Marcados:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "Pacotes Marcados:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "Pacotes estragados"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 40d51085c..50b19ea77 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2008-11-17 02:33-0200\n"
"Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n"
"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
@@ -396,6 +396,13 @@ msgstr "Conectando em %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -897,12 +904,12 @@ msgstr "Problema sincronizando o arquivo"
msgid "Problem syncing the file"
msgstr "Problema sincronizando o arquivo"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Impossível executar \"stat\" em %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Impossível escrever para %s"
@@ -1519,6 +1526,12 @@ msgstr "Não foi possível entender o tipo de \"pin\" %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2760,6 +2773,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Instala novos pacotes (um pacote é libc6 e não libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Instala novos pacotes (um pacote é libc6 e não libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Remove pacotes"
@@ -3058,6 +3077,11 @@ msgstr "Pacotes alfinetados (\"pinned\"):"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "Pacotes alfinetados (\"pinned\"):"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "Pacotes quebrados"
diff --git a/po/ro.po b/po/ro.po
index 09eb76ec5..2093cf3cf 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2008-11-15 02:21+0200\n"
"Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n"
"Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n"
@@ -399,6 +399,13 @@ msgstr "Conectare la %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -901,12 +908,12 @@ msgstr "Problemă în timpul sincronizării fișierului"
msgid "Problem syncing the file"
msgstr "Problemă în timpul sincronizării fișierului"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Nu se poate executa „stat” pe %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Nu s-a putut scrie în %s"
@@ -1522,6 +1529,12 @@ msgstr "Nu s-a înțeles tipul de pin %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2768,6 +2781,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Instalează pachete noi (pachet este libc6, nu libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Instalează pachete noi (pachet este libc6, nu libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Șterge pachete"
@@ -3064,6 +3083,11 @@ msgstr "Pachete alese special:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "Pachete alese special:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "Pachete deteriorate"
diff --git a/po/ru.po b/po/ru.po
index 5022111f1..59eeb52aa 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.8.0\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2019-01-29 21:20+0300\n"
"Last-Translator: Aleksej Shilin <rootlexx@mail.ru>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -431,6 +431,13 @@ msgstr "Журнал изменений для %s=%s недоступен"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr "Метод «%s» явным образом отключён в настройках."
@@ -957,12 +964,12 @@ msgstr "Проблема при переименовании файла %s в %s
msgid "Problem syncing the file"
msgstr "Проблема при синхронизации файла"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to mkstemp %s"
msgstr "Невозможно выполнить mkstemp %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Невозможно записать в %s"
@@ -1611,6 +1618,12 @@ msgstr "Неизвестный тип привязки %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
"%s: значение %s находится вне диапазона корректных приоритетов привязки (с "
@@ -2910,6 +2923,14 @@ msgstr ""
"deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr ""
+"установить новые пакеты (указывается имя пакета libc6, а не имя файла libc6."
+"deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "удалить пакеты"
@@ -3208,6 +3229,12 @@ msgid "install packages"
msgstr "установить пакеты"
#: cmdline/apt.cc
+#, fuzzy
+#| msgid "install packages"
+msgid "reinstall packages"
+msgstr "установить пакеты"
+
+#: cmdline/apt.cc
msgid "remove packages"
msgstr "удалить пакеты"
diff --git a/po/sk.po b/po/sk.po
index c7e192cb3..bd1ccfaef 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2012-06-28 20:49+0100\n"
"Last-Translator: Ivan Masár <helix84@centrum.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@@ -406,6 +406,13 @@ msgstr "Záznam zmien %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -911,12 +918,12 @@ msgstr "Problém pri synchronizovaní súboru %s na %s"
msgid "Problem syncing the file"
msgstr "Problém pri synchronizovaní súboru"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Nedá sa vyhodnotiť %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Do %s sa nedá zapisovať"
@@ -1552,6 +1559,12 @@ msgstr "Nezrozumiteľné pridržanie typu %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2809,6 +2822,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Nainštaluje nové balíky (balík je libc6, nie libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Nainštaluje nové balíky (balík je libc6, nie libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Odstráni balíky"
@@ -3108,6 +3127,11 @@ msgstr "Pripevnené balíky:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "Pripevnené balíky:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "Poškodené balíky"
diff --git a/po/sl.po b/po/sl.po
index 7862bd8a1..b9fc0b6b3 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2012-06-27 21:29+0000\n"
"Last-Translator: Andrej Znidarsic <andrej.znidarsic@gmail.com>\n"
"Language-Team: Slovenian <sl@li.org>\n"
@@ -406,6 +406,13 @@ msgstr "Dnevnik sprememb za %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -908,12 +915,12 @@ msgstr "Težava med preimenovanje datoteke %s v %s"
msgid "Problem syncing the file"
msgstr "Težava med usklajevanjem datoteke"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Ni mogoče določiti %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Ni mogoče pisati na %s"
@@ -1551,6 +1558,12 @@ msgstr "Ni mogoče razumeti vrste bucike %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2812,6 +2825,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Namesti nove pakete (paket je libc6, ne libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Namesti nove pakete (paket je libc6, ne libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Odstrani pakete"
@@ -3113,6 +3132,11 @@ msgstr "Pripeti paketi:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "Pripeti paketi:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "Pokvarjeni paketi"
diff --git a/po/sv.po b/po/sv.po
index 59a21c7d6..8477a244b 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2015-08-19 21:33+0200\n"
"Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
"Language-Team: Swedish <debian-l10n-swedish@debian.org>\n"
@@ -410,6 +410,13 @@ msgstr "Ändringslogg för %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -924,12 +931,12 @@ msgstr "Problem med att byta namn på filen %s till %s"
msgid "Problem syncing the file"
msgstr "Problem med att synkronisera filen"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to mkstemp %s"
msgstr "Kunde inte anropa mkstemp för %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Kunde inte skriva till %s"
@@ -1574,6 +1581,12 @@ msgstr "Förstod inte nåltypen %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2831,6 +2844,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Installera nya paket (paket är libc6, inte libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Installera nya paket (paket är libc6, inte libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Ta bort paket"
@@ -3133,6 +3152,12 @@ msgid "install packages"
msgstr "installera paket"
#: cmdline/apt.cc
+#, fuzzy
+#| msgid "install packages"
+msgid "reinstall packages"
+msgstr "installera paket"
+
+#: cmdline/apt.cc
msgid "remove packages"
msgstr "ta bort paket"
diff --git a/po/th.po b/po/th.po
index 711b99c2a..c131023c1 100644
--- a/po/th.po
+++ b/po/th.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2014-12-12 13:00+0700\n"
"Last-Translator: Theppitak Karoonboonyanan <thep@debian.org>\n"
"Language-Team: Thai <thai-l10n@googlegroups.com>\n"
@@ -403,6 +403,13 @@ msgstr "ปูมการแก้ไขสำหรับ %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -897,12 +904,12 @@ msgstr "เกิดปัญหาขณะเปลี่ยนชื่อแ
msgid "Problem syncing the file"
msgstr "เกิดปัญหาขณะ sync แฟ้ม"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to mkstemp %s"
msgstr "ไม่สามารถ mkstemp %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "ไม่สามารถเขียนลงแฟ้ม %s"
@@ -1525,6 +1532,12 @@ msgstr "ไม่เข้าใจชนิดการตรึง %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2742,6 +2755,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "ติดตั้งแพกเกจใหม่ (pkg อยู่ในรูปเช่น libc6 ไม่ใช่ libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "ติดตั้งแพกเกจใหม่ (pkg อยู่ในรูปเช่น libc6 ไม่ใช่ libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "ถอดถอนแพกเกจ"
@@ -3043,6 +3062,12 @@ msgid "install packages"
msgstr "ติดตั้งแพกเกจ"
#: cmdline/apt.cc
+#, fuzzy
+#| msgid "install packages"
+msgid "reinstall packages"
+msgstr "ติดตั้งแพกเกจ"
+
+#: cmdline/apt.cc
msgid "remove packages"
msgstr "ถอดถอนแพกเกจ"
diff --git a/po/tl.po b/po/tl.po
index 3241998d7..b719b9d5f 100644
--- a/po/tl.po
+++ b/po/tl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2007-03-29 21:36+0800\n"
"Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
"Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"
@@ -398,6 +398,13 @@ msgstr "Kumokonekta sa %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -905,12 +912,12 @@ msgstr "Problema sa pag-sync ng talaksan"
msgid "Problem syncing the file"
msgstr "Problema sa pag-sync ng talaksan"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Hindi ma-stat ang %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Hindi makapagsulat sa %s"
@@ -1526,6 +1533,12 @@ msgstr "Hindi naintindihan ang uri ng pin %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2760,6 +2773,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Mag-instol ng bagong mga pakete (pkt ay libc6 hindi libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Mag-instol ng bagong mga pakete (pkt ay libc6 hindi libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Mag-tanggal ng mga pakete"
@@ -3052,6 +3071,11 @@ msgstr "Mga naka-Pin na Pakete:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "Mga naka-Pin na Pakete:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "Sirang mga pakete"
diff --git a/po/tr.po b/po/tr.po
index ae8f238b2..6714c52f9 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2018-01-03 16:32+0300\n"
"Last-Translator: Mert Dirik <mertdirik@gmail.com>\n"
"Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n"
@@ -433,6 +433,13 @@ msgstr "%s=%s için değişim günlüğü mevcut değil"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr "'%s' yöntemi yapılandırma üzerinden devre dışı bırakılmış."
@@ -948,12 +955,12 @@ msgstr "%s dosyası %s olarak yeniden adlandırılamadı"
msgid "Problem syncing the file"
msgstr "Dosya eşitlenirken sorun çıktı"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to mkstemp %s"
msgstr "mkstemp %s başarısız oldu"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "%s dosyasına yazılamıyor"
@@ -1591,6 +1598,12 @@ msgstr "İğne türü %s anlaşılamadı"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr "%s: %s değeri geçerli iğne önceliği aralığının dışında (%d - %d arası)"
@@ -2878,6 +2891,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Yeni paket kur (paket libc6.deb değil libc6 şeklinde olmalıdır)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Yeni paket kur (paket libc6.deb değil libc6 şeklinde olmalıdır)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Paket(leri) kaldır"
@@ -3178,6 +3197,12 @@ msgid "install packages"
msgstr "paket kur"
#: cmdline/apt.cc
+#, fuzzy
+#| msgid "install packages"
+msgid "reinstall packages"
+msgstr "paket kur"
+
+#: cmdline/apt.cc
msgid "remove packages"
msgstr "paket kaldır"
diff --git a/po/uk.po b/po/uk.po
index 80b4bcf47..9814c6e2f 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2012-09-25 20:19+0300\n"
"Last-Translator: A. Bondarenko <artem.brz@gmail.com>\n"
"Language-Team: Українська <uk@li.org>\n"
@@ -414,6 +414,13 @@ msgstr "Журнал змін для %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -927,12 +934,12 @@ msgstr "Проблема з перейменуванням файла %s на %s
msgid "Problem syncing the file"
msgstr "Проблема з синхронізацією файла"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "Неможливо прочитати атрибути %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Неможливо записати в %s"
@@ -1584,6 +1591,12 @@ msgstr "Не зрозумів тип %s для фіксатора пакункі
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2848,6 +2861,13 @@ msgstr ""
"встановити нові пакунки (назва пакунка вказується як libc6, а не libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr ""
+"встановити нові пакунки (назва пакунка вказується як libc6, а не libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "видалити пакунки"
@@ -3154,6 +3174,11 @@ msgstr "Зафіксовані пакунки:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "Зафіксовані пакунки:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "Зламані пакунки"
diff --git a/po/vi.po b/po/vi.po
index 4171d54f6..38fc6ff70 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.8\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2014-09-12 13:48+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
@@ -410,6 +410,13 @@ msgstr "Changelog cho %s (%s)"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -916,12 +923,12 @@ msgstr "Gặp vấn đề khi đổi tên tập tin %s thành %s"
msgid "Problem syncing the file"
msgstr "Gặp vấn đề khi đồng bộ hóa tập tin"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to mkstemp %s"
msgstr "Không thể tạo tập tin tạm (hàm mkstemp) %s"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "Không thể ghi vào %s"
@@ -1565,6 +1572,12 @@ msgstr "Không hiểu kiểu ghim %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2816,6 +2829,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "Cài đặt gói mới (gói có dạng libc6 không phải libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "Cài đặt gói mới (gói có dạng libc6 không phải libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "Gỡ bỏ gói phần mềm"
@@ -3120,6 +3139,12 @@ msgid "install packages"
msgstr "cài đặt các gói"
#: cmdline/apt.cc
+#, fuzzy
+#| msgid "install packages"
+msgid "reinstall packages"
+msgstr "cài đặt các gói"
+
+#: cmdline/apt.cc
msgid "remove packages"
msgstr "gỡ bỏ các gói"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 35955997a..f7800af8a 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.7.x\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2019-01-12 00:00+0000\n"
"Last-Translator: Mo Zhou <cdluminate@gmail.com>\n"
"Language-Team: Chinese (simplified) <debian-l10n-chinese@lists.debian.org>\n"
@@ -407,6 +407,13 @@ msgstr "%s=%s 的 Changelog 不可用"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr "方法‘%s’已经被显式设置为禁用。"
@@ -904,12 +911,12 @@ msgstr "重命名文件 %s 为 %s 出错"
msgid "Problem syncing the file"
msgstr "同步文件出错"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to mkstemp %s"
msgstr "无法建立临时文件(mkstemp) %s "
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "无法写入 %s"
@@ -1520,6 +1527,12 @@ msgstr "无法识别锁定的类型 %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr "%s: 值 %s 超出锁定优先级有效范围 (%d 到 %d)"
@@ -2743,6 +2756,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "安装新的软件包(注:软件包名称是 libc6 而非 libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "安装新的软件包(注:软件包名称是 libc6 而非 libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "卸载软件包"
@@ -3037,6 +3056,12 @@ msgid "install packages"
msgstr "安装软件包"
#: cmdline/apt.cc
+#, fuzzy
+#| msgid "install packages"
+msgid "reinstall packages"
+msgstr "安装软件包"
+
+#: cmdline/apt.cc
msgid "remove packages"
msgstr "移除软件包"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 713b291d6..94f942dae 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.2.X\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-01-23 16:49+0100\n"
+"POT-Creation-Date: 2019-02-04 15:34+0100\n"
"PO-Revision-Date: 2009-01-28 10:41+0800\n"
"Last-Translator: Tetralet <tetralet@gmail.com>\n"
"Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5@lists."
@@ -397,6 +397,13 @@ msgstr "正和 %s (%s) 連線"
#: apt-pkg/acquire-worker.cc
#, c-format
+msgid ""
+"The method '%s' is unsupported and disabled by default. Consider switching "
+"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again."
+msgstr ""
+
+#: apt-pkg/acquire-worker.cc
+#, c-format
msgid "The method '%s' is explicitly disabled via configuration."
msgstr ""
@@ -888,12 +895,12 @@ msgstr "在同步檔案時發生問題"
msgid "Problem syncing the file"
msgstr "在同步檔案時發生問題"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, fuzzy, c-format
msgid "Unable to mkstemp %s"
msgstr "無法取得 %s 的狀態"
-#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
+#: apt-pkg/contrib/fileutl.cc
#, c-format
msgid "Unable to write to %s"
msgstr "無法寫入 %s"
@@ -1503,6 +1510,12 @@ msgstr "無法分析鎖定類型 %s"
#: apt-pkg/policy.cc
#, c-format
+msgid ""
+"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records"
+msgstr ""
+
+#: apt-pkg/policy.cc
+#, c-format
msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
msgstr ""
@@ -2716,6 +2729,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)"
msgstr "安裝新套件(套件名稱是 libc6 而不是 libc6.deb)"
#: cmdline/apt-get.cc
+#, fuzzy
+#| msgid "Install new packages (pkg is libc6 not libc6.deb)"
+msgid "Reinstall packages (pkg is libc6 not libc6.deb)"
+msgstr "安裝新套件(套件名稱是 libc6 而不是 libc6.deb)"
+
+#: cmdline/apt-get.cc
msgid "Remove packages"
msgstr "移除套件"
@@ -3012,6 +3031,11 @@ msgstr "鎖定的套件:"
#: cmdline/apt.cc
#, fuzzy
+msgid "reinstall packages"
+msgstr "鎖定的套件:"
+
+#: cmdline/apt.cc
+#, fuzzy
msgid "remove packages"
msgstr "損毀的套件"